diff --git a/i18n/nb.json b/i18n/nb.json index 8c440619..0c36244e 100644 --- a/i18n/nb.json +++ b/i18n/nb.json @@ -5,6 +5,10 @@ "Jdforrester" ] }, + "apihelp-templatedata-description": "Hent data lagret av TemplateData-tillegget.", + "apihelp-templatedata-example-1": "Returner data fra [[Template:Stub]] og [[Template:Example]]", + "apihelp-templatedata-param-format": "Resultatformat.", + "apihelp-templatedata-param-lang": "Returner lokaliserte verdier på dette språket. Som standard returneres alle tilgjengelige oversettelser.", "templatedata-desc": "Implementerer datalager for malparametre (med JSON)", "templatedata-doc-desc-empty": "Ingen beskrivelse.", "templatedata-doc-param-autovalue": "Autoverdi", @@ -21,7 +25,7 @@ "templatedata-doc-param-status-suggested": "anbefalt", "templatedata-doc-param-type": "Type", "templatedata-doc-params": "Malparametre", - "templatedata-editbutton": "Håndter maldokumentasjon", + "templatedata-editbutton": "Håndter TemplateData", "templatedata-errormsg-jsonbadformat": "Ugyldig JSON-format. Korriger den, eller fjern de aktuelle -taggene og prøv igjen.", "templatedata-helplink": "Informasjon om TemplateData", "templatedata-invalid-duplicate-value": "Egenskapen «$1» («$3») er en duplikat av «$2».", diff --git a/i18n/qqq.json b/i18n/qqq.json index 4d4692cb..4a378356 100644 --- a/i18n/qqq.json +++ b/i18n/qqq.json @@ -73,7 +73,7 @@ "templatedata-modal-table-param-type-wiki-file-name": "A possible parameter type: File\n{{Related|Templatedata-modal-table-param-type}}\n{{Identical|File}}", "templatedata-modal-table-param-type-wiki-page-name": "A possible parameter type: Page\n{{Related|Templatedata-modal-table-param-type}}\n{{Identical|Page}}", "templatedata-modal-table-param-type-wiki-user-name": "A possible parameter type: User\n{{Related|Templatedata-modal-table-param-type}}\n{{Identical|User}}", - "templatedata-modal-table-param-uneditablefield": "Placeholder text notifying the user the field is uneditable", + "templatedata-modal-table-param-uneditablefield": "Placeholder text notifying the user the field is uneditable\n{{Identical|Uneditable}}", "templatedata-modal-title": "Title of the modal popup.", "templatedata-modal-title-templatedesc": "The title for the template description textbox", "templatedata-modal-title-templateparams": "The title for the template parameters table" diff --git a/i18n/ru.json b/i18n/ru.json index 150be05b..6a3cb097 100644 --- a/i18n/ru.json +++ b/i18n/ru.json @@ -8,6 +8,8 @@ "Striking Blue" ] }, + "apihelp-templatedata-example-1": "Возвращает данные для [[Template:Stub]] и [[Template:Example]]", + "apihelp-templatedata-param-format": "Формат вывода.", "templatedata-desc": "Реализация хранилища данных для параметров шаблона (с помощью JSON)", "templatedata-doc-desc-empty": "Нет описания.", "templatedata-doc-param-autovalue": "Авто-значение", diff --git a/i18n/zh-hant.json b/i18n/zh-hant.json index 07e17e91..d1475e90 100644 --- a/i18n/zh-hant.json +++ b/i18n/zh-hant.json @@ -29,7 +29,7 @@ "templatedata-helplink": "有關 TemplateData 的資訊", "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-length": "資料太大,無法儲存({{formatnum:$1}} {{PLURAL:$1|位元組}},{{PLURAL:$2|上限是}} {{formatnum:$2}})", "templatedata-invalid-missing": "找不到必填的屬性 \"$1\"。", "templatedata-invalid-parse": "JSON 語法錯誤。", "templatedata-invalid-type": "屬性 \"$1\" 預期的類型為 \"$2\"。", @@ -43,7 +43,7 @@ "templatedata-modal-errormsg": "發現錯誤,請確定沒有使用空白或重複的參數名稱,且參數名稱不包含 \"$1\"、\"$2\" 或 \"$3\"。", "templatedata-modal-errormsg-import-noparams": "在匯入過程沒有找到新的參數。", "templatedata-modal-errormsg-import-paramsalreadyexist": "部份參數已經存在於編輯器,未被匯入:$1", - "templatedata-modal-notice-import-numparams": "已匯入 $1 個{{PLURAL:$1|參數|參數}}。", + "templatedata-modal-notice-import-numparams": "已匯入 $1 個{{PLURAL:$1|參數}}。", "templatedata-modal-table-param-actions": "操作", "templatedata-modal-table-param-aliases": "別名 (逗號分隔)", "templatedata-modal-table-param-autovalue": "自動值",