From 4af8e7d067a814b5460288c2c20924fa71563b31 Mon Sep 17 00:00:00 2001 From: Allan Jardine Date: Mon, 23 Aug 2021 09:40:26 +0100 Subject: [PATCH] i18n: Latest translations --- i18n/de_de.json | 25 ++++++++++++++++++++++++- i18n/fr_fr.json | 33 +++++++++++++++++++++++++++++++-- i18n/pt_br.json | 4 +++- i18n/zh_Hant.json | 5 ++++- 4 files changed, 62 insertions(+), 5 deletions(-) diff --git a/i18n/de_de.json b/i18n/de_de.json index edadf36..0ff903e 100644 --- a/i18n/de_de.json +++ b/i18n/de_de.json @@ -140,7 +140,30 @@ "hours": "Stunden", "minutes": "Minuten", "seconds": "Sekunden", - "unknown": "Unbekannt" + "unknown": "Unbekannt", + "weekdays": [ + "Sonntag", + "Montag", + "Dienstag", + "Mittwoch", + "Donnerstag", + "Freitag", + "Samstag" + ], + "months": [ + "Januar", + "Februar", + "März", + "April", + "Mai", + "Juni", + "Juli", + "August", + "September", + "Oktober", + "November", + "Dezember" + ] }, "editor": { "close": "Schließen", diff --git a/i18n/fr_fr.json b/i18n/fr_fr.json index 05f0cfd..611b3e5 100644 --- a/i18n/fr_fr.json +++ b/i18n/fr_fr.json @@ -142,6 +142,29 @@ "amPm": [ "am", "pm" + ], + "months": [ + "Janvier", + "Fevrier", + "Mars", + "Avril", + "Mai", + "Juin", + "Juillet", + "Aout", + "Septembre", + "Octobre", + "Novembre", + "Decembre" + ], + "weekdays": [ + "Dim", + "Lun", + "Mar", + "Mer", + "Jeu", + "Ven", + "Sam" ] }, "editor": { @@ -159,14 +182,20 @@ "remove": { "button": "Supprimer", "title": "Supprimer", - "submit": "Supprimer" + "submit": "Supprimer", + "confirm": { + "1": "etes-vous sure de vouloir supprimer 1 ligne?", + "_": "etes-vous sure de vouloir supprimer %d lignes?" + } }, "error": { "system": "Une erreur système s'est produite" }, "multi": { "title": "Valeurs Multiples", - "restore": "Rétablir Modification" + "restore": "Rétablir Modification", + "noMulti": "Ce champ peut être édité individuellement, mais ne fait pas partie d'un groupe. ", + "info": "Les éléments sélectionnés contiennent différentes valeurs pour ce champ. Pour modifier et " } } } \ No newline at end of file diff --git a/i18n/pt_br.json b/i18n/pt_br.json index 5619e24..3cbf687 100644 --- a/i18n/pt_br.json +++ b/i18n/pt_br.json @@ -116,7 +116,9 @@ "0": "Construtor de Pesquisa", "_": "Construtor de Pesquisa (%d)" }, - "value": "Valor" + "value": "Valor", + "leftTitle": "Critérios Externos", + "rightTitle": "Critérios Internos" }, "searchPanes": { "clearMessage": "Limpar Tudo", diff --git a/i18n/zh_Hant.json b/i18n/zh_Hant.json index 6046107..b9bebf5 100644 --- a/i18n/zh_Hant.json +++ b/i18n/zh_Hant.json @@ -111,7 +111,10 @@ } }, "multi": { - "restore": "回復修改" + "restore": "回復修改", + "title": "每行有不同的價值", + "info": "您選擇了多個項目,每項目都有不同的價值。如果您想所有選擇的項目都用同一個價值,可以在這裏輸入一個價值。要不然它們會保留原本各自的價值", + "noMulti": "此列不容許同時編輯多個項目" }, "error": { "system": "系統發生錯誤(更多資訊)"