mediawiki-extensions-Templa.../i18n/zh-hans.json
Translation updater bot 4ec096fa9f Localisation updates from https://translatewiki.net.
Change-Id: Ia5744344539d4cfdd9a530879fbd74e585fb89b7
2014-09-01 22:37:43 +02:00

72 lines
3.8 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"@metadata": {
"authors": [
"Hzy980512",
"Liuxinyu970226",
"Shizhao",
"Xiaomingyan",
"Yfdyh000",
"Mywood",
"Cwek"
]
},
"templatedata-desc": "实现模板参数的数据存储使用JSON",
"templatedata-doc-desc-empty": "没有说明。",
"templatedata-doc-param-default": "默认值",
"templatedata-doc-param-default-empty": "空",
"templatedata-doc-param-desc": "说明",
"templatedata-doc-param-desc-empty": "没有说明",
"templatedata-doc-param-name": "参数",
"templatedata-doc-param-status": "状态",
"templatedata-doc-param-status-deprecated": "弃用",
"templatedata-doc-param-status-optional": "可选",
"templatedata-doc-param-status-required": "必填",
"templatedata-doc-param-status-suggested": "已建议",
"templatedata-doc-param-type": "类型",
"templatedata-doc-params": "模板参数",
"templatedata-editbutton": "管理模板文档",
"templatedata-errormsg-jsonbadformat": "无效JSON格式。请将其改正或删除<templatedata>标签然后重试。",
"templatedata-helplink": "有关模板参数的信息",
"templatedata-invalid-duplicate-value": "属性“$1”“$3”与“$2”重复。",
"templatedata-invalid-empty-array": "属性“$1”必须至少有一个值。",
"templatedata-invalid-length": "数据过大,无法保存({{formatnum:$1}}{{PLURAL:$1|字节}}{{PLURAL:$2|限制是}}{{formatnum:$2}}",
"templatedata-invalid-missing": "未找到必需的属性“$1”。",
"templatedata-invalid-parse": "JSON中语法错误。",
"templatedata-invalid-type": "属性“$1”的预期类型为“$2”。",
"templatedata-invalid-unknown": "意外的属性“$1”。",
"templatedata-invalid-value": "属性“$1”的值无效。",
"templatedata-modal-button-addparam": "添加参数",
"templatedata-modal-button-apply": "应用",
"templatedata-modal-button-cancel": "取消",
"templatedata-modal-button-delparam": "移除",
"templatedata-modal-button-importParams": "导入参数",
"templatedata-modal-errormsg": "找到错误。请确信这里没有空或重复的参数名称,并且它们不包括“$1”“$2”或“$3”。",
"templatedata-modal-errormsg-import-noparams": "导入过程中找不到新的参数。",
"templatedata-modal-errormsg-import-paramsalreadyexist": "一些参数未导入,因为它们已存在于编辑器中:$1",
"templatedata-modal-notice-import-numparams": "$1个新参数已导入。",
"templatedata-modal-table-param-actions": "操作",
"templatedata-modal-table-param-aliases": "别名(逗号分隔)",
"templatedata-modal-table-param-default": "默认值",
"templatedata-modal-table-param-desc": "说明",
"templatedata-modal-table-param-label": "标签",
"templatedata-modal-table-param-name": "名称",
"templatedata-modal-table-param-required": "必填",
"templatedata-modal-table-param-suggested": "已建议",
"templatedata-modal-table-param-type": "类型",
"templatedata-modal-table-param-type-boolean": "布尔值",
"templatedata-modal-table-param-type-content": "内容",
"templatedata-modal-table-param-type-date": "日期",
"templatedata-modal-table-param-type-line": "行",
"templatedata-modal-table-param-type-number": "数值",
"templatedata-modal-table-param-type-string": "字符串",
"templatedata-modal-table-param-type-unbalanced-wikitext": "不平衡的wiki文本",
"templatedata-modal-table-param-type-undefined": "未定义",
"templatedata-modal-table-param-type-wiki-file-name": "文件",
"templatedata-modal-table-param-type-wiki-page-name": "页面",
"templatedata-modal-table-param-type-wiki-user-name": "用户",
"templatedata-modal-table-param-uneditablefield": "不可编辑",
"templatedata-modal-title": "模板文档编辑器",
"templatedata-modal-title-templatedesc": "模板说明",
"templatedata-modal-title-templateparams": "模板参数"
}