Localisation updates from https://translatewiki.net.

Change-Id: Id8eb7d9ac8d2d4e585bef211787354104fffc155
This commit is contained in:
Translation updater bot 2014-11-18 21:35:07 +01:00
parent 97ae92c4db
commit e4d906a7d8
4 changed files with 10 additions and 4 deletions

View file

@ -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 <templatedata>-taggene og prøv igjen.",
"templatedata-helplink": "Informasjon om TemplateData",
"templatedata-invalid-duplicate-value": "Egenskapen «$1» («$3») er en duplikat av «$2».",

View file

@ -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"

View file

@ -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": "Авто-значение",

View file

@ -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": "自動值",