Localisation updates from https://translatewiki.net.

Change-Id: Ie772d45aa7c5f25274eb62b4f5787ae6e43ae495
This commit is contained in:
Translation updater bot 2014-06-13 20:50:59 +00:00
parent 1246deb7fb
commit a782fe3ea3
3 changed files with 19 additions and 5 deletions

View file

@ -31,6 +31,11 @@
"templatedata-modal-button-cancel": "キャンセル",
"templatedata-modal-button-delparam": "引数を削除",
"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-file": "ファイル",
"templatedata-modal-table-param-type-number": "数値",
"templatedata-modal-table-param-type-boolean": "ブール値",
@ -38,5 +43,6 @@
"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-table-param-type-user": "利用者",
"templatedata-modal-table-param-uneditablefield": "編集不可"
}

8
i18n/nds-nl.json Normal file
View file

@ -0,0 +1,8 @@
{
"@metadata": {
"authors": [
"Servien"
]
},
"templatedata-modal-table-param-type-date": "Daotum"
}

View file

@ -43,10 +43,10 @@
"templatedata-modal-table-param-actions": "Label for a table heading: Parameter actions in the table",
"templatedata-modal-table-param-aliases": "Label for a table heading: Aliases of the parameter, instruct the user to separate aliases with commas.",
"templatedata-modal-table-param-default": "Label for a table heading: Default value of the parameter.\n{{Identical|Default}}",
"templatedata-modal-table-param-desc": "Label for a table heading: Description of the parameter",
"templatedata-modal-table-param-label": "Label for a table heading: Label of the parameter",
"templatedata-modal-table-param-name": "Label for a table heading: Name of the parameter",
"templatedata-modal-table-param-required": "Label for a table heading: Required status of the parameter",
"templatedata-modal-table-param-desc": "Label for a table heading: Description of the parameter.\n{{Identical|Description}}",
"templatedata-modal-table-param-label": "Label for a table heading: Label of the parameter.\n{{Identical|Label}}",
"templatedata-modal-table-param-name": "Label for a table heading: Name of the parameter.\n{{Identical|Name}}",
"templatedata-modal-table-param-required": "Label for a table heading: Required status of the parameter.\n{{Identical|Required}}",
"templatedata-modal-table-param-suggested": "Label for a table heading: Suggested status of the parameter.\n{{Identical|Suggested}}",
"templatedata-modal-table-param-type": "Label for a table heading: Type of the parameter.\n{{Identical|Type}}",
"templatedata-modal-table-param-type-file": "A possible parameter type: File\n{{Related|Templatedata-modal-table-param-type}}\n{{Identical|File}}",