diff --git a/i18n/et.json b/i18n/et.json index 32bdba16..fcab308d 100644 --- a/i18n/et.json +++ b/i18n/et.json @@ -16,5 +16,10 @@ "templatedata-doc-param-status-deprecated": "iganenud", "templatedata-doc-param-status-optional": "valikuline", "templatedata-doc-param-status-required": "nõutav", - "templatedata-doc-param-desc-empty": "kirjeldus puudub" + "templatedata-doc-param-desc-empty": "kirjeldus puudub", + "templatedata-modal-button-addparam": "Lisa parameeter", + "templatedata-modal-button-apply": "Rakenda", + "templatedata-modal-button-cancel": "Loobu", + "templatedata-modal-button-delparam": "Kustuta parameeter", + "templatedata-modal-button-importParams": "Impordi parameetrid" } diff --git a/i18n/id.json b/i18n/id.json new file mode 100644 index 00000000..c4604419 --- /dev/null +++ b/i18n/id.json @@ -0,0 +1,8 @@ +{ + "@metadata": { + "authors": [ + "C5st4wr6ch" + ] + }, + "templatedata-modal-table-param-type-file": "Berkas" +} diff --git a/i18n/sv.json b/i18n/sv.json index e3b89d4f..49ac0cd4 100644 --- a/i18n/sv.json +++ b/i18n/sv.json @@ -48,6 +48,7 @@ "templatedata-modal-table-param-required": "Nödvändig", "templatedata-modal-table-param-suggested": "Föreslagen", "templatedata-modal-table-param-type": "Typ", + "templatedata-modal-table-param-type-file": "Fil", "templatedata-modal-table-param-type-number": "Nummer", "templatedata-modal-table-param-type-page": "Sida", "templatedata-modal-table-param-type-string": "Sträng", diff --git a/i18n/yi.json b/i18n/yi.json index cfea18fa..b43ca3d7 100644 --- a/i18n/yi.json +++ b/i18n/yi.json @@ -6,5 +6,6 @@ }, "templatedata-doc-param-name": "פאראמעטער", "templatedata-doc-param-default-empty": "ליידיק", + "templatedata-modal-table-param-type-file": "טעקע", "templatedata-modal-table-param-type-page": "בלאַט" }