# Chinese, Simplified translation of Range (6.x-1.1)
# Copyright (c) 2015 by the Chinese, Simplified translation team
#
msgid ""
msgstr ""
"Project-Id-Version: Range (6.x-1.1)\n"
"POT-Creation-Date: 2015-11-10 15:10+0000\n"
"PO-Revision-Date: YYYY-mm-DD HH:MM+ZZZZ\n"
"Language-Team: Chinese, Simplified\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 "&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 ""
"此字段可以包含的可能值。一行输入一行值，使用“key|label”格式。key是存储在数据库中的“value”，其必须匹配字段存储类型（%type）。Label是可选项，如未被指定将使用key作为label。<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：非法值。"
