mediawiki-extensions-Templa.../i18n/zh-hans.json
Translation updater bot be012d7bda Localisation updates from https://translatewiki.net.
Change-Id: I328d3571613c062aa89faf0a4d255506f49a7607
2014-10-30 23:31:38 +01:00

78 lines
4.2 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"
]
},
"apihelp-templatedata-example-1": "返回[[Template:Stub]]和[[Template:Example]]的数据",
"apihelp-templatedata-param-format": "输出格式。",
"apihelp-templatedata-param-lang": "返回此语言的本地化值。默认会返回所有可用翻译。",
"templatedata-desc": "实现模板参数的数据存储使用JSON",
"templatedata-doc-desc-empty": "没有说明。",
"templatedata-doc-param-autovalue": "自动值",
"templatedata-doc-param-autovalue-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-autovalue": "自动值",
"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": "模板参数"
}