Localisation updates from https://translatewiki.net.

Change-Id: I413c03ab59d86b9c7916c20b9aea261e3921f6d3
This commit is contained in:
Translation updater bot 2021-06-22 08:09:57 +02:00
parent fc779a6de7
commit b390e84ec6
5 changed files with 63 additions and 41 deletions

View file

@ -1,11 +1,12 @@
{
"@metadata": {
"authors": [
"Liuxinyu970226"
"Liuxinyu970226",
"Shizhao"
]
},
"apihelp-templatedata-description": "获取由TemplateData扩展存储的数据。",
"apihelp-templatedata-summary": "获取由TemplateData扩展存储的数据。",
"apihelp-templatedata-description": "获取由模板数据扩展存储的数据。",
"apihelp-templatedata-summary": "获取由模板数据扩展存储的数据。",
"apihelp-templatedata-example-1": "返回[[Template:Stub]]和[[Template:Example]]的模板数据,如果模板不存在,或虽然存在但没有模板数据的话就返回结果",
"apihelp-templatedata-example-2": "返回[[Template:Stub]]和[[Template:Example]]的模板数据,如果模板不存在,或虽然存在但没有模板数据的话就不返回结果",
"apihelp-templatedata-param-includeMissingTitles": "返回有关标题的数据,即便其丢失或缺少模板数据。默认情况下只在标题存在且有模板数据时返回标题。",

View file

@ -16,7 +16,8 @@
"Shirayuki",
"Stryn",
"Timo Tijhof",
"Umherirrender"
"Umherirrender",
"Xiplus"
]
},
"templatedata-desc": "{{desc|name=Template Data|url=https://www.mediawiki.org/wiki/Extension:TemplateData}}",
@ -71,16 +72,16 @@
"templatedata-invalid-value": "Error message when a property that cannot contain free-form text has an invalid value.\n* $1 - name of property. e.g. \"params.1.type\"",
"templatedata-modal-button-add-language": "Label for the button to add a language in the edit dialog.",
"templatedata-modal-button-addparam": "Button to add a parameter.\n{{Identical|Add parameter}}",
"templatedata-modal-button-addmap": "Button to add a map on maps panel.",
"templatedata-modal-button-addmap": "{{technical}}\nButton to add a map on maps panel. See [[:mw:Extension:TemplateData#Maps object]].",
"templatedata-modal-button-apply": "Label of the apply button.\n{{Identical|Apply}}",
"templatedata-modal-button-back": "Label for the button to go back in the templatedata edit dialog.\n{{Identical|Back}}",
"templatedata-modal-button-cancel": "Label of the cancel button.\n{{Identical|Cancel}}",
"templatedata-modal-button-changelang": "Label for the button to change language in the edit dialog.\n{{Identical|Change language}}",
"templatedata-modal-button-delparam": "Button to remove a parameter.",
"templatedata-modal-button-done": "Label of the done button.\n{{Identical|Done}}",
"templatedata-modal-button-map": "Label of the Edit maps button",
"templatedata-modal-button-map": "{{technical}}\nLabel of the Edit maps button. See [[:mw:Extension:TemplateData#Maps object]].",
"templatedata-modal-button-importParams": "Label of the import button",
"templatedata-modal-button-removemap": "Label of the remove map button",
"templatedata-modal-button-removemap": "{{technical}}\n\nLabel of the remove map button. See [[:mw:Extension:TemplateData#Maps object]].",
"templatedata-modal-button-restoreparam": "Label for the button to restore a previously deleted parameter in the edit dialog.",
"templatedata-modal-button-saveparam": "Label for the button to save parameter details in the templatedata edit dialog.\n{{Identical|Save}}",
"templatedata-modal-confirmcancel": "Prompt shown to the user when they attempt to cancel the templatedata edit dialog after making changes.",
@ -95,10 +96,10 @@
"templatedata-modal-format-placeholder": "Placeholder text describing the format string entry widget",
"templatedata-modal-json-error-replace": "Label for the button in the error message, agreeing to replace the existing faulty TemplateData string with a new one.\n{{Identical|Replace}}",
"templatedata-modal-notice-import-numparams": "Message that appears in the TemplateData generator GUI showing how many new parameters were imported into the GUI from an existing template.\n\nParameters:\n* $1 - number of parameters\n* $2 - list of parameters that were imported",
"templatedata-modal-placeholder-add-new-map-input": "Placeholder for the input that contains map info while a new map is being added through the GUI.",
"templatedata-modal-placeholder-add-new-map-input": "{{technical}}\n\nPlaceholder for the input that contains map info while a new map is being added through the GUI. See [[:mw:Extension:TemplateData#Maps object]].",
"templatedata-modal-placeholder-paramkey": "Placeholder for the input that contains new parameter name in the add parameter panel in the edit dialog.",
"templatedata-modal-placeholder-mapinfo": "Placeholder for the input that contains map information",
"templatedata-modal-placeholder-prompt-map-name": "Placeholder for new map name prompter.",
"templatedata-modal-placeholder-mapinfo": "{{technical}}\nPlaceholder for the input that contains map information. See [[:mw:Extension:TemplateData#Maps object]].",
"templatedata-modal-placeholder-prompt-map-name": "{{technical}}\nPlaceholder for new map name prompter. See [[:mw:Extension:TemplateData#Maps object]].",
"templatedata-modal-search-input-placeholder": "Placeholder text for language search panel.",
"templatedata-modal-table-param-actions": "Label for a parameter property input: Parameter actions in the table\n{{Identical|Action}}",
"templatedata-modal-table-param-aliases": "Label for a parameter property input: Aliases of the parameter, instruct the user to separate aliases with commas.",

11
i18n/scn.json Normal file
View file

@ -0,0 +1,11 @@
{
"@metadata": {
"authors": [
"Ajeje Brazorf"
]
},
"templatedata-doc-param-type-url": "URL",
"templatedata-doc-param-type-wiki-file-name": "File",
"templatedata-doc-param-type-wiki-template-name": "Template",
"templatedata-modal-table-param-actions": "Azzioni"
}

View file

@ -11,6 +11,7 @@
"Shizhao",
"Shuiwater",
"Xiaomingyan",
"Xiplus",
"Yfdyh000",
"沈澄心"
]
@ -23,40 +24,41 @@
"templatedata-doc-no-params-set": "没有指定参数",
"templatedata-doc-param-autovalue": "自动值",
"templatedata-doc-param-default": "默认值",
"templatedata-doc-param-example": "",
"templatedata-doc-param-desc": "说明",
"templatedata-doc-param-example": "例",
"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-deprecated": "弃用",
"templatedata-doc-param-status-optional": "可选",
"templatedata-doc-param-status-required": "必填",
"templatedata-doc-param-status-suggested": "推荐",
"templatedata-doc-param-suggestedvalues": "建议值",
"templatedata-doc-param-type": "类型",
"templatedata-doc-param-type-boolean": "布尔值",
"templatedata-doc-param-type-content": "内容",
"templatedata-doc-param-type-date": "日期",
"templatedata-doc-param-type-line": "行",
"templatedata-doc-param-type-number": "数",
"templatedata-doc-param-type-line": "文本",
"templatedata-doc-param-type-number": "数",
"templatedata-doc-param-type-string": "字符串",
"templatedata-doc-param-type-unbalanced-wikitext": "不完整的wiki文本",
"templatedata-doc-param-type-unbalanced-wikitext": "不完整的wikitext",
"templatedata-doc-param-type-unknown": "未知",
"templatedata-doc-param-type-url": "URL",
"templatedata-doc-param-type-wiki-file-name": "文件",
"templatedata-doc-param-type-wiki-page-name": "页面名",
"templatedata-doc-param-type-wiki-page-name": "页面名",
"templatedata-doc-param-type-wiki-template-name": "模板",
"templatedata-doc-param-type-wiki-user-name": "用户",
"templatedata-doc-params": "模板参数",
"templatedata-editbutton": "管理模板数据",
"templatedata-errormsg-jsonbadformat": "无效JSON格式。您可以取消此操作这样您可以改正它删除当前<templatedata>标签并重试,或者继续以将当前的模板数据替换为新的。",
"templatedata-errormsg-insertblank": "您确定要插入不带信息的模板数据",
"templatedata-exists-on-related-page": "请注意:在页面“[[$1]]”中已经有对应的模板数据块。",
"templatedata-errormsg-jsonbadformat": "错误的JSON格式。您可以取消此操作以便更正它删除当前的<templatedata>标记并重试,或继续用新的模板数据替换当前的模板数据。",
"templatedata-errormsg-insertblank": "您确定要插入没有信息的模板数据吗",
"templatedata-exists-on-related-page": "请注意:相关页面“[[$1]]”上已经有一个模板数据块。",
"templatedata-helplink": "有关模板参数的信息",
"templatedata-invalid-duplicate-value": "属性“$1”“$3”与“$2”重复。",
"templatedata-invalid-empty-array": "属性“$1”必须至少有一个值。",
"templatedata-invalid-empty-array": "属性“$1”的数组中必须至少有一个值。",
"templatedata-invalid-format": "属性“$1”应为“inline”、“block”或有效的格式字符串。",
"templatedata-invalid-length": "数据过大,无法保存({{formatnum:$1}}{{PLURAL:$1|字节}}{{PLURAL:$2|限制是}}{{formatnum:$2}}",
"templatedata-invalid-missing": "未找到必需的属性“$1”。",
"templatedata-invalid-missing": "找不到必填的属性“$1”。",
"templatedata-invalid-param": "无效参数“$1”被用于属性“$2”。",
"templatedata-invalid-parse": "JSON中语法错误。",
"templatedata-invalid-type": "属性“$1”的预期类型为“$2”。",
@ -64,20 +66,22 @@
"templatedata-invalid-value": "属性“$1”的值无效。",
"templatedata-modal-button-add-language": "添加语言",
"templatedata-modal-button-addparam": "添加参数",
"templatedata-modal-button-addmap": "添加新映射",
"templatedata-modal-button-apply": "应用",
"templatedata-modal-button-back": "返回",
"templatedata-modal-button-cancel": "取消",
"templatedata-modal-button-changelang": "更改语言",
"templatedata-modal-button-delparam": "移除参数信息",
"templatedata-modal-button-done": "完成",
"templatedata-modal-button-map": "编辑地图",
"templatedata-modal-button-map": "编辑映射",
"templatedata-modal-button-importParams": "导入参数",
"templatedata-modal-button-removemap": "移除映射",
"templatedata-modal-button-restoreparam": "恢复参数",
"templatedata-modal-button-saveparam": "保存",
"templatedata-modal-confirmcancel": "您确定要抛弃您的更改么",
"templatedata-modal-confirmcancel": "您确定要放弃您的更改吗",
"templatedata-modal-current-language": "当前语言:$1",
"templatedata-modal-errormsg": "找到错误。请确信这里没有空或重复的参数名称,并且它们不包括“$1”“$2”或“$3”。",
"templatedata-modal-errormsg-duplicate-name": "发生错误。选择的名称已由另一参数使用。",
"templatedata-modal-errormsg": "发现错误。请确保没有空的或重复的参数名称,并且参数名称不包含“$1”、“$2”或“$3”。",
"templatedata-modal-errormsg-duplicate-name": "发现错误。所选名称已被另一个参数使用。",
"templatedata-modal-errormsg-import-noparams": "导入过程中找不到新的参数。",
"templatedata-modal-format-block": "块",
"templatedata-modal-format-custom": "自定义",
@ -86,32 +90,37 @@
"templatedata-modal-format-placeholder": "模板参数格式字符串",
"templatedata-modal-json-error-replace": "替换",
"templatedata-modal-notice-import-numparams": "$1个新参数已导入$2",
"templatedata-modal-placeholder-add-new-map-input": "正在添加新映射...",
"templatedata-modal-placeholder-paramkey": "参数名称",
"templatedata-modal-search-input-placeholder": "按语言名称或代码搜索",
"templatedata-modal-placeholder-mapinfo": "此模板没有映射对象",
"templatedata-modal-placeholder-prompt-map-name": "输入映射名称",
"templatedata-modal-search-input-placeholder": "按语言的名称或代码搜索",
"templatedata-modal-table-param-actions": "操作",
"templatedata-modal-table-param-aliases": "别名(逗号分隔)",
"templatedata-modal-table-param-autovalue": "自动值",
"templatedata-modal-table-param-default": "默认值($1",
"templatedata-modal-table-param-deprecated": "弃用",
"templatedata-modal-table-param-deprecatedValue": "弃用指",
"templatedata-modal-table-param-description": "说明$1",
"templatedata-modal-table-param-example": "$1",
"templatedata-modal-table-param-deprecated": "弃用",
"templatedata-modal-table-param-deprecatedValue": "弃用指",
"templatedata-modal-table-param-description": "描述$1",
"templatedata-modal-table-param-example": "例($1",
"templatedata-modal-table-param-importoption": "加入$1个建议的参数",
"templatedata-modal-table-param-importoption-subtitle": "包括:$1",
"templatedata-modal-table-param-label": "标签($1",
"templatedata-modal-table-param-name": "名称",
"templatedata-modal-table-param-required": "必填",
"templatedata-modal-table-param-suggested": "推荐",
"templatedata-modal-table-param-suggestedvalues": "建议值",
"templatedata-modal-table-param-suggestedvalues-placeholder": "添加值...",
"templatedata-modal-table-param-type": "类型",
"templatedata-modal-table-param-uneditablefield": "不可编辑",
"templatedata-modal-title": "模板文档编辑器",
"templatedata-modal-title-addparam": "添加新参数",
"templatedata-modal-title-addparam": "添加新参数",
"templatedata-modal-title-choose-language": "选择语言",
"templatedata-modal-title-language": "语言",
"templatedata-modal-title-paramorder": "参数排序",
"templatedata-modal-title-templatedesc": "模板说明$1",
"templatedata-modal-title-templateformat": "建议的wiki文本格式",
"templatedata-modal-title-templatedesc": "模板描述$1",
"templatedata-modal-title-templateformat": "建议的wikitext格式",
"templatedata-modal-title-templateformatstring": "自定义格式字符串",
"templatedata-modal-title-templateparam-details": "参数详细信息$1",
"templatedata-modal-title-templateparam-details": "参数详$1",
"templatedata-modal-title-templateparams": "模板参数"
}

View file

@ -62,16 +62,16 @@
"templatedata-invalid-value": "屬性 \"$1\" 的值無效。",
"templatedata-modal-button-add-language": "增加語言",
"templatedata-modal-button-addparam": "加入參數",
"templatedata-modal-button-addmap": "加入新地圖",
"templatedata-modal-button-addmap": "加入新映射",
"templatedata-modal-button-apply": "套用",
"templatedata-modal-button-back": "返回",
"templatedata-modal-button-cancel": "取消",
"templatedata-modal-button-changelang": "變更語言",
"templatedata-modal-button-delparam": "移除參數資訊",
"templatedata-modal-button-done": "完成",
"templatedata-modal-button-map": "編輯地圖",
"templatedata-modal-button-map": "編輯映射",
"templatedata-modal-button-importParams": "匯入參數",
"templatedata-modal-button-removemap": "移除地圖",
"templatedata-modal-button-removemap": "移除映射",
"templatedata-modal-button-restoreparam": "還原參數",
"templatedata-modal-button-saveparam": "儲存",
"templatedata-modal-confirmcancel": "您確定您要捨棄您的更改嗎?",
@ -86,10 +86,10 @@
"templatedata-modal-format-placeholder": "模板參數格式字串",
"templatedata-modal-json-error-replace": "取代",
"templatedata-modal-notice-import-numparams": "已匯入 $1 個{{PLURAL:$1|參數}}$2",
"templatedata-modal-placeholder-add-new-map-input": "正在加入新地圖…",
"templatedata-modal-placeholder-add-new-map-input": "正在加入新映射…",
"templatedata-modal-placeholder-paramkey": "參數名稱",
"templatedata-modal-placeholder-mapinfo": "此模板沒有地圖物件",
"templatedata-modal-placeholder-prompt-map-name": "輸入地圖名稱",
"templatedata-modal-placeholder-mapinfo": "此模板沒有映射物件",
"templatedata-modal-placeholder-prompt-map-name": "輸入映射名稱",
"templatedata-modal-search-input-placeholder": "依語言名稱或代碼搜尋",
"templatedata-modal-table-param-actions": "操作",
"templatedata-modal-table-param-aliases": "別名 (逗號分隔)",