# Chinese, Traditional translation of Range (6.x-1.1)
# Copyright (c) 2011 by the Chinese, Traditional translation team
#
msgid ""
msgstr ""
"Project-Id-Version: Range (6.x-1.1)\n"
"POT-Creation-Date: 2011-08-01 12:06+0000\n"
"PO-Revision-Date: YYYY-mm-DD HH:MM+ZZZZ\n"
"Language-Team: Chinese, Traditional\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n>1);\n"

msgid "CCK"
msgstr "CCK"
msgid "Suffix"
msgstr "後置詞"
msgid "Maximum"
msgstr "最大值"
msgid "Scale"
msgstr "縮放"
msgid "Code"
msgstr "代碼"
msgid "Allowed values list"
msgstr "許可值列表"
msgid "Text field"
msgstr "文字欄位"
msgid "PHP code"
msgstr "PHP 程式碼"
msgid ""
"Advanced usage only: PHP code that returns a keyed array of allowed "
"values. Should not include &lt;?php ?&gt; delimiters. If this field is "
"filled out, the array returned by this code will override the allowed "
"values list above."
msgstr ""
"僅限進階使用者：PHP "
"程式碼傳回一個許可值的索引字串。不能含&lt;?php "
"?&gt;字元。如果這個欄位有被填寫，這個程式碼傳回字串將覆寫上述列出的認證數值。"
msgid "Store a number in the database as an integer."
msgstr "將一個數字在資料庫中儲存為一個正整數。"
msgid "Store a number in the database in a fixed decimal format."
msgstr "將一個數字在資料庫中儲存為一個固定小數點格式。"
msgid "Store a number in the database in a floating point format."
msgstr "將一個數字在資料庫中儲存為一個浮點數格式。"
msgid "Minimum"
msgstr "最小值"
msgid "Precision"
msgstr "精確度"
msgid ""
"The total number of digits to store in the database, including those "
"to the right of the decimal."
msgstr "除存在資料庫中的全部位元數，包括那些小數點右邊的數字。"
msgid "The number of digits to the right of the decimal."
msgstr "小數點右邊的位元數。"
msgid "Decimal marker"
msgstr "小數點標記"
msgid "The character users will input to mark the decimal point in forms."
msgstr "有資格的使用者會輸入標記小數點的格式。"
msgid ""
"Define a string that should suffixed to the value, like m², m/s², "
"kb/s. Leave blank for none. Separate singular and plural values with a "
"pipe (pound|pounds)."
msgstr ""
"定義一個字串作為數值的後置詞，比方 m², m/s², "
"kb/s。保持空白即為沒有。請用一個線段符號分隔單數與複數的數值（pound|pounds）。"
msgid "Allowed values"
msgstr "允許的數值"
msgid "\"Maximum\" must be a number."
msgstr "\"最大值\" 必須是一個數字。"
msgid "unformatted"
msgstr "未格式化"
msgid ""
"Only numbers and decimals are allowed in %field. %start was changed to "
"%value."
msgstr ""
"%filed 只允許使用數字與小數位數。%start 已變更為 "
"%value。"
msgid "Only numbers are allowed in %field. %start was changed to %value."
msgstr "%field 只允許介於 %start 至 %value 範圍內的數字。"
msgid ""
"Only numbers and the decimal character (%decimal) are allowed in "
"%field. %start was changed to %value."
msgstr ""
"%filed 只允許使用數字與小數點字元 (%decimal) 。%start "
"已變更為 %value。"
msgid "&lt;none&gt;"
msgstr "&lt;無&gt;"
msgid "You're not allowed to input PHP code."
msgstr "你不被允許輸入PHP程式碼。"
msgid ""
"The possible values this field can contain. Enter one value per line, "
"in the format key|label. The key is the value that will be stored in "
"the database, and it must match the field storage type (%type). The "
"label is optional, and the key will be used as the label if no label "
"is specified.<br />Allowed HTML tags: @tags"
msgstr ""
"這個欄位可以容納的可能數值(%type)。一行輸入一個數值，以「key "
"| "
"標籤」的格式進行。key是會被儲存在資料庫中的數值，而它必須符合這個欄位的儲存類型(%type)。標籤則是選擇性的，而如果沒有指定標籤的話，key就會被用來當作標籤。<br "
"/>可用的HTML標籤: @tags"
msgid ""
"This PHP code was set by an administrator and will override the "
"allowed values list above."
msgstr "這個PHP程式碼是由一個管理員設定的，而且會覆寫上面列出的許可數值。"
msgid "%name: illegal value."
msgstr "%name：無效的值。"
