From 95326b9ad66ec31c93bdb68c29f8797975d93fd2 Mon Sep 17 00:00:00 2001 From: Sadiq Khoja Date: Thu, 21 Sep 2023 22:52:22 -0400 Subject: [PATCH] updated translations for 2023.4 (#867) --- src/components/entity/table.vue | 2 +- src/components/project/home-block.vue | 24 ++++++------------------ src/locales/fr.json | 2 +- transifex/strings_cs.json | 12 ++++++++++-- transifex/strings_de.json | 12 ++++++++++-- transifex/strings_es.json | 12 ++++++++++-- transifex/strings_fr.json | 16 ++++++++++++---- transifex/strings_id.json | 12 ++++++++++-- transifex/strings_it.json | 12 ++++++++++-- transifex/strings_ja.json | 12 ++++++++++-- transifex/strings_sw.json | 12 ++++++++++-- 11 files changed, 90 insertions(+), 38 deletions(-) diff --git a/src/components/entity/table.vue b/src/components/entity/table.vue index 0e3e9dda3..91717e668 100644 --- a/src/components/entity/table.vue +++ b/src/components/entity/table.vue @@ -115,7 +115,7 @@ defineExpose({ afterUpdate }); }, "fr": { "header": { - "updatedAtAndActions": "Dernières Mises à jour / Actions" + "updatedAtAndActions": "Dernières mises à jour / Actions" } }, "it": { diff --git a/src/components/project/home-block.vue b/src/components/project/home-block.vue index 93bd378a1..d3a167f2f 100644 --- a/src/components/project/home-block.vue +++ b/src/components/project/home-block.vue @@ -280,27 +280,19 @@ export default { { "cs": { "encrypted": "Šifrováno", - "encryptionTip": "Tento projekt používá řízené šifrování.", - "showMore": "Zobrazit celkem {count}", - "showFewer": "Zobrazit méně naž {count} z celkového počtu" + "encryptionTip": "Tento projekt používá řízené šifrování." }, "de": { "encrypted": "Verschlüsselt", - "encryptionTip": "Dieses Projekt verwendet verwaltete Verschlüsselung.", - "showMore": "Zeige {count} von insgesamt", - "showFewer": "Zeige weniger {count} von insgesamt" + "encryptionTip": "Dieses Projekt verwendet verwaltete Verschlüsselung." }, "es": { "encrypted": "Cifrado", - "encryptionTip": "Este proyecto utiliza cifrado administrado.", - "showMore": "Mostrar {count} total", - "showFewer": "Mostrar menos de {count} total" + "encryptionTip": "Este proyecto utiliza cifrado administrado." }, "fr": { "encrypted": "Chiffré", - "encryptionTip": "Ce projet utilise un chiffrement des données.", - "showMore": "Montrer {count} total", - "showFewer": "Réduire {count} total" + "encryptionTip": "Ce projet utilise un chiffrement des données." }, "id": { "encrypted": "Terenkripsi", @@ -308,15 +300,11 @@ export default { }, "it": { "encrypted": "Crittografato", - "encryptionTip": "Questo progetto utilizza la crittografia gestita.", - "showMore": "Mostra {count} del totale", - "showFewer": "Mostra meno {count} del totale" + "encryptionTip": "Questo progetto utilizza la crittografia gestita." }, "sw": { "encrypted": "Imesimbwa kwa njia fiche", - "encryptionTip": "Mradi huu unatumia usimbaji fiche unaodhibitiwa.", - "showMore": "Onyesha jumla ya {count}", - "showFewer": "Onyesha idadi ndogo ya jumla ya {count}" + "encryptionTip": "Mradi huu unatumia usimbaji fiche unaodhibitiwa." } } diff --git a/src/locales/fr.json b/src/locales/fr.json index be2313efb..15ca2f443 100644 --- a/src/locales/fr.json +++ b/src/locales/fr.json @@ -263,7 +263,7 @@ "emptyTable": "Il n'y a pas encore de Soumission" }, "entity": { - "label": "Étiquettes", + "label": "Étiquette", "entityLabel": "Étiquette de l'entité", "entityId": "ID de l'entité", "noProperties": "Ce formulaire définit seulement l'étiquette.", diff --git a/transifex/strings_cs.json b/transifex/strings_cs.json index 3822935af..d90bab2dc 100644 --- a/transifex/strings_cs.json +++ b/transifex/strings_cs.json @@ -3140,12 +3140,20 @@ "string": "Tento projekt používá řízené šifrování." }, "showMore": { - "string": "Zobrazit celkem {count}", + "string": "{count, plural, one {} few {} many {} other {}}", "developer_comment": "This clickable text is shown below a table of forms where only a few out of the total number (\"count\") of forms is shown." }, + "showMoreDatasets": { + "string": "{count, plural, one {} few {} many {} other {}}", + "developer_comment": "This clickable text is shown below a table of entity lists where only a few out of the total number (\"count\") of entity lists is shown." + }, "showFewer": { - "string": "Zobrazit méně naž {count} z celkového počtu", + "string": "{count, plural, one {} few {} many {} other {}}", "developer_comment": "This clickable text is shown below an expanded table of forms that can be collapsed to hide some forms. \"Count\" refers to the number of forms." + }, + "showFewerDatasets": { + "string": "{count, plural, one {} few {} many {} other {}}", + "developer_comment": "This clickable text is shown below an expanded table of entity lists that can be collapsed to hide some entity list. \"Count\" refers to the number of entity lists." } }, "ProjectList": { diff --git a/transifex/strings_de.json b/transifex/strings_de.json index c82a0f053..f5e695fc2 100644 --- a/transifex/strings_de.json +++ b/transifex/strings_de.json @@ -3140,12 +3140,20 @@ "string": "Dieses Projekt verwendet verwaltete Verschlüsselung." }, "showMore": { - "string": "Zeige {count} von insgesamt", + "string": "{count, plural, one {} other {}}", "developer_comment": "This clickable text is shown below a table of forms where only a few out of the total number (\"count\") of forms is shown." }, + "showMoreDatasets": { + "string": "{count, plural, one {} other {}}", + "developer_comment": "This clickable text is shown below a table of entity lists where only a few out of the total number (\"count\") of entity lists is shown." + }, "showFewer": { - "string": "Zeige weniger {count} von insgesamt", + "string": "{count, plural, one {} other {}}", "developer_comment": "This clickable text is shown below an expanded table of forms that can be collapsed to hide some forms. \"Count\" refers to the number of forms." + }, + "showFewerDatasets": { + "string": "{count, plural, one {} other {}}", + "developer_comment": "This clickable text is shown below an expanded table of entity lists that can be collapsed to hide some entity list. \"Count\" refers to the number of entity lists." } }, "ProjectList": { diff --git a/transifex/strings_es.json b/transifex/strings_es.json index 7eba1a83d..75b2cf8dd 100644 --- a/transifex/strings_es.json +++ b/transifex/strings_es.json @@ -3140,12 +3140,20 @@ "string": "Este proyecto utiliza cifrado administrado." }, "showMore": { - "string": "Mostrar {count} total", + "string": "{count, plural, one {} many {} other {}}", "developer_comment": "This clickable text is shown below a table of forms where only a few out of the total number (\"count\") of forms is shown." }, + "showMoreDatasets": { + "string": "{count, plural, one {} many {} other {}}", + "developer_comment": "This clickable text is shown below a table of entity lists where only a few out of the total number (\"count\") of entity lists is shown." + }, "showFewer": { - "string": "Mostrar menos de {count} total", + "string": "{count, plural, one {} many {} other {}}", "developer_comment": "This clickable text is shown below an expanded table of forms that can be collapsed to hide some forms. \"Count\" refers to the number of forms." + }, + "showFewerDatasets": { + "string": "{count, plural, one {} many {} other {}}", + "developer_comment": "This clickable text is shown below an expanded table of entity lists that can be collapsed to hide some entity list. \"Count\" refers to the number of entity lists." } }, "ProjectList": { diff --git a/transifex/strings_fr.json b/transifex/strings_fr.json index 071693180..7f1d1b8c9 100644 --- a/transifex/strings_fr.json +++ b/transifex/strings_fr.json @@ -741,7 +741,7 @@ }, "entity": { "label": { - "string": "Étiquettes", + "string": "Étiquette", "developer_comment": "This is the label of an Entity." }, "entityLabel": { @@ -1568,7 +1568,7 @@ "EntityTable": { "header": { "updatedAtAndActions": { - "string": "Dernières Mises à jour / Actions", + "string": "Dernières mises à jour / Actions", "developer_comment": "This is the text of a column header of a table of Entities. The column shows when each Entity was last updated, as well as actions that can be taken on the Entity." } } @@ -3140,12 +3140,20 @@ "string": "Ce projet utilise un chiffrement des données." }, "showMore": { - "string": "Montrer {count} total", + "string": "{count, plural, one {} many {} other {}}", "developer_comment": "This clickable text is shown below a table of forms where only a few out of the total number (\"count\") of forms is shown." }, + "showMoreDatasets": { + "string": "{count, plural, one {} many {} other {}}", + "developer_comment": "This clickable text is shown below a table of entity lists where only a few out of the total number (\"count\") of entity lists is shown." + }, "showFewer": { - "string": "Réduire {count} total", + "string": "{count, plural, one {} many {} other {}}", "developer_comment": "This clickable text is shown below an expanded table of forms that can be collapsed to hide some forms. \"Count\" refers to the number of forms." + }, + "showFewerDatasets": { + "string": "{count, plural, one {} many {} other {}}", + "developer_comment": "This clickable text is shown below an expanded table of entity lists that can be collapsed to hide some entity list. \"Count\" refers to the number of entity lists." } }, "ProjectList": { diff --git a/transifex/strings_id.json b/transifex/strings_id.json index 228763dfb..893f8e72c 100644 --- a/transifex/strings_id.json +++ b/transifex/strings_id.json @@ -3140,12 +3140,20 @@ "string": "Proyek ini menggunakan enkripsi terkelola." }, "showMore": { - "string": "", + "string": "{count, plural, other {}}", "developer_comment": "This clickable text is shown below a table of forms where only a few out of the total number (\"count\") of forms is shown." }, + "showMoreDatasets": { + "string": "{count, plural, other {}}", + "developer_comment": "This clickable text is shown below a table of entity lists where only a few out of the total number (\"count\") of entity lists is shown." + }, "showFewer": { - "string": "", + "string": "{count, plural, other {}}", "developer_comment": "This clickable text is shown below an expanded table of forms that can be collapsed to hide some forms. \"Count\" refers to the number of forms." + }, + "showFewerDatasets": { + "string": "{count, plural, other {}}", + "developer_comment": "This clickable text is shown below an expanded table of entity lists that can be collapsed to hide some entity list. \"Count\" refers to the number of entity lists." } }, "ProjectList": { diff --git a/transifex/strings_it.json b/transifex/strings_it.json index 92a9e7d1e..2f5ad6f7b 100644 --- a/transifex/strings_it.json +++ b/transifex/strings_it.json @@ -3140,12 +3140,20 @@ "string": "Questo progetto utilizza la crittografia gestita." }, "showMore": { - "string": "Mostra {count} del totale", + "string": "{count, plural, one {} many {} other {}}", "developer_comment": "This clickable text is shown below a table of forms where only a few out of the total number (\"count\") of forms is shown." }, + "showMoreDatasets": { + "string": "{count, plural, one {} many {} other {}}", + "developer_comment": "This clickable text is shown below a table of entity lists where only a few out of the total number (\"count\") of entity lists is shown." + }, "showFewer": { - "string": "Mostra meno {count} del totale", + "string": "{count, plural, one {} many {} other {}}", "developer_comment": "This clickable text is shown below an expanded table of forms that can be collapsed to hide some forms. \"Count\" refers to the number of forms." + }, + "showFewerDatasets": { + "string": "{count, plural, one {} many {} other {}}", + "developer_comment": "This clickable text is shown below an expanded table of entity lists that can be collapsed to hide some entity list. \"Count\" refers to the number of entity lists." } }, "ProjectList": { diff --git a/transifex/strings_ja.json b/transifex/strings_ja.json index c075ecd5c..c1c3a1f32 100644 --- a/transifex/strings_ja.json +++ b/transifex/strings_ja.json @@ -3140,12 +3140,20 @@ "string": "" }, "showMore": { - "string": "", + "string": "{count, plural, other {}}", "developer_comment": "This clickable text is shown below a table of forms where only a few out of the total number (\"count\") of forms is shown." }, + "showMoreDatasets": { + "string": "{count, plural, other {}}", + "developer_comment": "This clickable text is shown below a table of entity lists where only a few out of the total number (\"count\") of entity lists is shown." + }, "showFewer": { - "string": "", + "string": "{count, plural, other {}}", "developer_comment": "This clickable text is shown below an expanded table of forms that can be collapsed to hide some forms. \"Count\" refers to the number of forms." + }, + "showFewerDatasets": { + "string": "{count, plural, other {}}", + "developer_comment": "This clickable text is shown below an expanded table of entity lists that can be collapsed to hide some entity list. \"Count\" refers to the number of entity lists." } }, "ProjectList": { diff --git a/transifex/strings_sw.json b/transifex/strings_sw.json index 92a1e79a8..caee6ac6e 100644 --- a/transifex/strings_sw.json +++ b/transifex/strings_sw.json @@ -3140,12 +3140,20 @@ "string": "Mradi huu unatumia usimbaji fiche unaodhibitiwa." }, "showMore": { - "string": "Onyesha jumla ya {count}", + "string": "{count, plural, one {} other {}}", "developer_comment": "This clickable text is shown below a table of forms where only a few out of the total number (\"count\") of forms is shown." }, + "showMoreDatasets": { + "string": "{count, plural, one {} other {}}", + "developer_comment": "This clickable text is shown below a table of entity lists where only a few out of the total number (\"count\") of entity lists is shown." + }, "showFewer": { - "string": "Onyesha idadi ndogo ya jumla ya {count}", + "string": "{count, plural, one {} other {}}", "developer_comment": "This clickable text is shown below an expanded table of forms that can be collapsed to hide some forms. \"Count\" refers to the number of forms." + }, + "showFewerDatasets": { + "string": "{count, plural, one {} other {}}", + "developer_comment": "This clickable text is shown below an expanded table of entity lists that can be collapsed to hide some entity list. \"Count\" refers to the number of entity lists." } }, "ProjectList": {