mediawiki-extensions-Templa.../i18n/zh-hant.json
Translation updater bot 8146d4f51f Localisation updates from https://translatewiki.net.
Change-Id: I4697a64252fbe38e22ae6a9c6f4a82a739683b39
2014-07-27 22:24:29 +02:00

47 lines
2.1 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": [
"EagerLin",
"Simon Shek",
"Liuxinyu970226",
"LNDDYL"
]
},
"templatedata-desc": "為模板參數實現數據存儲使用JSON",
"templatedata-doc-params": "模版參數",
"templatedata-doc-param-name": "參數",
"templatedata-doc-param-desc": "描述",
"templatedata-doc-param-type": "類型",
"templatedata-doc-param-default": "預設",
"templatedata-doc-param-status": "狀態",
"templatedata-doc-param-status-optional": "可選",
"templatedata-invalid-parse": "JSON中語法錯誤。",
"templatedata-invalid-type": "屬性「$1」預期為類型「$2」。",
"templatedata-invalid-missing": "找不到必須的屬性「$1」。",
"templatedata-invalid-unknown": "意外的屬性「$1」。",
"templatedata-invalid-value": "屬性「$1」的值無效。",
"templatedata-editbutton": "管理模板文件",
"templatedata-modal-button-addparam": "添加參數",
"templatedata-modal-button-apply": "應用",
"templatedata-modal-button-cancel": "取消",
"templatedata-modal-button-delparam": "刪除參數",
"templatedata-modal-button-importParams": "導入參數",
"templatedata-modal-errormsg-import-noparams": "導入過程中找不到新的參數。",
"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-type": "類型",
"templatedata-modal-table-param-type-number": "數值",
"templatedata-modal-table-param-type-page": "頁面",
"templatedata-modal-table-param-type-string": "字串",
"templatedata-modal-table-param-type-undefined": "未定義",
"templatedata-modal-table-param-type-user": "使用者",
"templatedata-modal-title": "樣板文件編輯器",
"templatedata-modal-title-templatedesc": "模板描述",
"templatedata-modal-title-templateparams": "模版參數"
}