diff --git a/i18n/ja.json b/i18n/ja.json index 214095c5..b32917ed 100644 --- a/i18n/ja.json +++ b/i18n/ja.json @@ -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": "編集不可" } diff --git a/i18n/nds-nl.json b/i18n/nds-nl.json new file mode 100644 index 00000000..daca083c --- /dev/null +++ b/i18n/nds-nl.json @@ -0,0 +1,8 @@ +{ + "@metadata": { + "authors": [ + "Servien" + ] + }, + "templatedata-modal-table-param-type-date": "Daotum" +} diff --git a/i18n/qqq.json b/i18n/qqq.json index b028d6f2..b74129c4 100644 --- a/i18n/qqq.json +++ b/i18n/qqq.json @@ -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}}",