From e2f5b446db8d6485cbebab9ecb3749ea8604586f Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Thu, 10 Oct 2024 16:32:47 +0000 Subject: [PATCH 01/11] Translate packages/i18n/data/core.json in zh_CN 97% of minimum 75% reviewed source file: 'packages/i18n/data/core.json' on 'zh_CN'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- packages/i18n/data/zh-CN.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/packages/i18n/data/zh-CN.json b/packages/i18n/data/zh-CN.json index b868558352..207324ae98 100644 --- a/packages/i18n/data/zh-CN.json +++ b/packages/i18n/data/zh-CN.json @@ -19,6 +19,10 @@ "developer_comment": "Tooltip title when user hovers the today button", "string": "今天" }, + "UIKit.ClearAllButton.clearAllButtonLabel": { + "developer_comment": "Label for the clear all button", + "string": "Clear all" + }, "UIKit.ClearButton.clearButtonLabel": { "developer_comment": "Label for the clear button", "string": "清除" @@ -55,6 +59,10 @@ "developer_comment": "Message for the visible columns section.", "string": "可见列" }, + "UIKit.DataTableManager.CustomSettingsManager.closeButtonLabel": { + "developer_comment": "Label for custom settings manager close button.", + "string": "Close" + }, "UIKit.DataTableManager.DensityManager.closeButtonLabel": { "developer_comment": "Label for density manager close button.", "string": "关闭" @@ -147,6 +155,14 @@ "developer_comment": "The label for \"expand\" action", "string": "扩展" }, + "UIKit.NumberField.aboveMaxError": { + "developer_comment": "An error message to show when the value is above the maximum", + "string": "值必须小于或等于 {max}。" + }, + "UIKit.NumberField.belowMinError": { + "developer_comment": "An error message to show when the value is below the minimum", + "string": "值必须大于或等于 {min}。" + }, "UIKit.Pagination.PageNavigator.nextPageLabel": { "developer_comment": "Label for next page button", "string": "下一页" From 199dd563a668adf2e92d628573bad13e3abdd622 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Thu, 10 Oct 2024 16:33:00 +0000 Subject: [PATCH 02/11] Translate packages/i18n/data/core.json in fr_FR 97% of minimum 75% reviewed source file: 'packages/i18n/data/core.json' on 'fr_FR'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- packages/i18n/data/fr-FR.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/packages/i18n/data/fr-FR.json b/packages/i18n/data/fr-FR.json index 961abd2ed1..620bed2fda 100644 --- a/packages/i18n/data/fr-FR.json +++ b/packages/i18n/data/fr-FR.json @@ -19,6 +19,10 @@ "developer_comment": "Tooltip title when user hovers the today button", "string": "Aujourd'hui" }, + "UIKit.ClearAllButton.clearAllButtonLabel": { + "developer_comment": "Label for the clear all button", + "string": "Clear all" + }, "UIKit.ClearButton.clearButtonLabel": { "developer_comment": "Label for the clear button", "string": "Effacer" @@ -55,6 +59,10 @@ "developer_comment": "Message for the visible columns section.", "string": "Colonnes visibles" }, + "UIKit.DataTableManager.CustomSettingsManager.closeButtonLabel": { + "developer_comment": "Label for custom settings manager close button.", + "string": "Close" + }, "UIKit.DataTableManager.DensityManager.closeButtonLabel": { "developer_comment": "Label for density manager close button.", "string": "Fermer" @@ -147,6 +155,14 @@ "developer_comment": "The label for \"expand\" action", "string": "Développer" }, + "UIKit.NumberField.aboveMaxError": { + "developer_comment": "An error message to show when the value is above the maximum", + "string": "La valeur doit être inférieure ou égale à {max}." + }, + "UIKit.NumberField.belowMinError": { + "developer_comment": "An error message to show when the value is below the minimum", + "string": "La valeur doit être supérieure ou égale à {min}." + }, "UIKit.Pagination.PageNavigator.nextPageLabel": { "developer_comment": "Label for next page button", "string": "Page suivante" From 6c676734ed8b8fc330e0f4e42b040d56d218742e Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Thu, 10 Oct 2024 16:33:13 +0000 Subject: [PATCH 03/11] Translate packages/i18n/data/core.json in de 97% of minimum 75% reviewed source file: 'packages/i18n/data/core.json' on 'de'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- packages/i18n/data/de.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/packages/i18n/data/de.json b/packages/i18n/data/de.json index ab7fad400c..4ebb7bfee2 100644 --- a/packages/i18n/data/de.json +++ b/packages/i18n/data/de.json @@ -19,6 +19,10 @@ "developer_comment": "Tooltip title when user hovers the today button", "string": "Heute" }, + "UIKit.ClearAllButton.clearAllButtonLabel": { + "developer_comment": "Label for the clear all button", + "string": "Clear all" + }, "UIKit.ClearButton.clearButtonLabel": { "developer_comment": "Label for the clear button", "string": "Zurücksetzen" @@ -55,6 +59,10 @@ "developer_comment": "Message for the visible columns section.", "string": "Angezeigte Spalten" }, + "UIKit.DataTableManager.CustomSettingsManager.closeButtonLabel": { + "developer_comment": "Label for custom settings manager close button.", + "string": "Close" + }, "UIKit.DataTableManager.DensityManager.closeButtonLabel": { "developer_comment": "Label for density manager close button.", "string": "Schließen" @@ -147,6 +155,14 @@ "developer_comment": "The label for \"expand\" action", "string": "Einblenden" }, + "UIKit.NumberField.aboveMaxError": { + "developer_comment": "An error message to show when the value is above the maximum", + "string": "Der Wert muss kleiner oder gleich {max} sein." + }, + "UIKit.NumberField.belowMinError": { + "developer_comment": "An error message to show when the value is below the minimum", + "string": "Der Wert muss größer oder gleich {min} sein." + }, "UIKit.Pagination.PageNavigator.nextPageLabel": { "developer_comment": "Label for next page button", "string": "Nächste Seite" From f61151c580c8fc1eb1e5bdd5b9c5888b4bf5aa97 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Thu, 10 Oct 2024 16:33:25 +0000 Subject: [PATCH 04/11] Translate packages/i18n/data/core.json in en 97% of minimum 75% reviewed source file: 'packages/i18n/data/core.json' on 'en'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- packages/i18n/data/en.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/packages/i18n/data/en.json b/packages/i18n/data/en.json index 9e278dd9fb..286a22aad1 100644 --- a/packages/i18n/data/en.json +++ b/packages/i18n/data/en.json @@ -19,6 +19,10 @@ "developer_comment": "Tooltip title when user hovers the today button", "string": "Today" }, + "UIKit.ClearAllButton.clearAllButtonLabel": { + "developer_comment": "Label for the clear all button", + "string": "Clear all" + }, "UIKit.ClearButton.clearButtonLabel": { "developer_comment": "Label for the clear button", "string": "Clear" @@ -55,6 +59,10 @@ "developer_comment": "Message for the visible columns section.", "string": "Visible columns" }, + "UIKit.DataTableManager.CustomSettingsManager.closeButtonLabel": { + "developer_comment": "Label for custom settings manager close button.", + "string": "Close" + }, "UIKit.DataTableManager.DensityManager.closeButtonLabel": { "developer_comment": "Label for density manager close button.", "string": "Close" @@ -147,6 +155,14 @@ "developer_comment": "The label for \"expand\" action", "string": "Expand" }, + "UIKit.NumberField.aboveMaxError": { + "developer_comment": "An error message to show when the value is above the maximum", + "string": "Value must be less than or equal to {max}." + }, + "UIKit.NumberField.belowMinError": { + "developer_comment": "An error message to show when the value is below the minimum", + "string": "Value must be greater than or equal to {min}." + }, "UIKit.Pagination.PageNavigator.nextPageLabel": { "developer_comment": "Label for next page button", "string": "Next page" From e19eeb2737463df97d1aeed3c085007e58560f9e Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Thu, 10 Oct 2024 16:33:38 +0000 Subject: [PATCH 05/11] Translate packages/i18n/data/core.json in es 97% of minimum 75% reviewed source file: 'packages/i18n/data/core.json' on 'es'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- packages/i18n/data/es.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/packages/i18n/data/es.json b/packages/i18n/data/es.json index 190851cf9c..290e7c3752 100644 --- a/packages/i18n/data/es.json +++ b/packages/i18n/data/es.json @@ -19,6 +19,10 @@ "developer_comment": "Tooltip title when user hovers the today button", "string": "Hoy" }, + "UIKit.ClearAllButton.clearAllButtonLabel": { + "developer_comment": "Label for the clear all button", + "string": "Clear all" + }, "UIKit.ClearButton.clearButtonLabel": { "developer_comment": "Label for the clear button", "string": "Borrar" @@ -55,6 +59,10 @@ "developer_comment": "Message for the visible columns section.", "string": "Columnas visibles" }, + "UIKit.DataTableManager.CustomSettingsManager.closeButtonLabel": { + "developer_comment": "Label for custom settings manager close button.", + "string": "Close" + }, "UIKit.DataTableManager.DensityManager.closeButtonLabel": { "developer_comment": "Label for density manager close button.", "string": "Cerrar" @@ -147,6 +155,14 @@ "developer_comment": "The label for \"expand\" action", "string": "Expandir" }, + "UIKit.NumberField.aboveMaxError": { + "developer_comment": "An error message to show when the value is above the maximum", + "string": "El valor debe ser menor o igual que {max}." + }, + "UIKit.NumberField.belowMinError": { + "developer_comment": "An error message to show when the value is below the minimum", + "string": "El valor debe ser mayor o igual que {min}." + }, "UIKit.Pagination.PageNavigator.nextPageLabel": { "developer_comment": "Label for next page button", "string": "Siguiente página" From a48ae8541ba5bc90234964343f10f32f55571ee1 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Thu, 10 Oct 2024 16:33:50 +0000 Subject: [PATCH 06/11] Translate packages/i18n/data/core.json in pt_BR 97% of minimum 75% reviewed source file: 'packages/i18n/data/core.json' on 'pt_BR'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- packages/i18n/data/pt-BR.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/packages/i18n/data/pt-BR.json b/packages/i18n/data/pt-BR.json index 77468e8c11..72e4a4ccab 100644 --- a/packages/i18n/data/pt-BR.json +++ b/packages/i18n/data/pt-BR.json @@ -19,6 +19,10 @@ "developer_comment": "Tooltip title when user hovers the today button", "string": "Hoje" }, + "UIKit.ClearAllButton.clearAllButtonLabel": { + "developer_comment": "Label for the clear all button", + "string": "Clear all" + }, "UIKit.ClearButton.clearButtonLabel": { "developer_comment": "Label for the clear button", "string": "Limpar" @@ -55,6 +59,10 @@ "developer_comment": "Message for the visible columns section.", "string": "Colunas visíveis" }, + "UIKit.DataTableManager.CustomSettingsManager.closeButtonLabel": { + "developer_comment": "Label for custom settings manager close button.", + "string": "Close" + }, "UIKit.DataTableManager.DensityManager.closeButtonLabel": { "developer_comment": "Label for density manager close button.", "string": "Fechar" @@ -147,6 +155,14 @@ "developer_comment": "The label for \"expand\" action", "string": "Expandir" }, + "UIKit.NumberField.aboveMaxError": { + "developer_comment": "An error message to show when the value is above the maximum", + "string": "O valor deve ser menor que ou igual a {max}." + }, + "UIKit.NumberField.belowMinError": { + "developer_comment": "An error message to show when the value is below the minimum", + "string": "O valor deve ser maior que ou igual a {min}." + }, "UIKit.Pagination.PageNavigator.nextPageLabel": { "developer_comment": "Label for next page button", "string": "Próxima página" From dffe2f71d4102a1cba967fd6b878c3eaa52bf107 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 09:17:49 +0000 Subject: [PATCH 07/11] Translate packages/i18n/data/core.json in de 100% reviewed source file: 'packages/i18n/data/core.json' on 'de'. --- packages/i18n/data/de.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/i18n/data/de.json b/packages/i18n/data/de.json index 4ebb7bfee2..f35f107788 100644 --- a/packages/i18n/data/de.json +++ b/packages/i18n/data/de.json @@ -21,7 +21,7 @@ }, "UIKit.ClearAllButton.clearAllButtonLabel": { "developer_comment": "Label for the clear all button", - "string": "Clear all" + "string": "Alle löschen" }, "UIKit.ClearButton.clearButtonLabel": { "developer_comment": "Label for the clear button", @@ -61,7 +61,7 @@ }, "UIKit.DataTableManager.CustomSettingsManager.closeButtonLabel": { "developer_comment": "Label for custom settings manager close button.", - "string": "Close" + "string": "Schließen" }, "UIKit.DataTableManager.DensityManager.closeButtonLabel": { "developer_comment": "Label for density manager close button.", From 47a672dfff58d70bdd0aec0bad3019ea486f06b5 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 09:18:04 +0000 Subject: [PATCH 08/11] Translate packages/i18n/data/core.json in fr_FR 100% reviewed source file: 'packages/i18n/data/core.json' on 'fr_FR'. --- packages/i18n/data/fr-FR.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/i18n/data/fr-FR.json b/packages/i18n/data/fr-FR.json index 620bed2fda..2d4e0ce2b7 100644 --- a/packages/i18n/data/fr-FR.json +++ b/packages/i18n/data/fr-FR.json @@ -21,7 +21,7 @@ }, "UIKit.ClearAllButton.clearAllButtonLabel": { "developer_comment": "Label for the clear all button", - "string": "Clear all" + "string": "Tout effacer" }, "UIKit.ClearButton.clearButtonLabel": { "developer_comment": "Label for the clear button", @@ -61,7 +61,7 @@ }, "UIKit.DataTableManager.CustomSettingsManager.closeButtonLabel": { "developer_comment": "Label for custom settings manager close button.", - "string": "Close" + "string": "Fermer" }, "UIKit.DataTableManager.DensityManager.closeButtonLabel": { "developer_comment": "Label for density manager close button.", From e0d3d6e17f94c3ece36d1e961c70fb0b137e9a3d Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 09:18:15 +0000 Subject: [PATCH 09/11] Translate packages/i18n/data/core.json in pt_BR 100% reviewed source file: 'packages/i18n/data/core.json' on 'pt_BR'. --- packages/i18n/data/pt-BR.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/i18n/data/pt-BR.json b/packages/i18n/data/pt-BR.json index 72e4a4ccab..ff1c4ecbe0 100644 --- a/packages/i18n/data/pt-BR.json +++ b/packages/i18n/data/pt-BR.json @@ -21,7 +21,7 @@ }, "UIKit.ClearAllButton.clearAllButtonLabel": { "developer_comment": "Label for the clear all button", - "string": "Clear all" + "string": "Limpar tudo" }, "UIKit.ClearButton.clearButtonLabel": { "developer_comment": "Label for the clear button", @@ -61,7 +61,7 @@ }, "UIKit.DataTableManager.CustomSettingsManager.closeButtonLabel": { "developer_comment": "Label for custom settings manager close button.", - "string": "Close" + "string": "Fechar" }, "UIKit.DataTableManager.DensityManager.closeButtonLabel": { "developer_comment": "Label for density manager close button.", From ef57d01c97e3d8a4d88249dfe3b92346395a189b Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 09:18:23 +0000 Subject: [PATCH 10/11] Translate packages/i18n/data/core.json in es 100% reviewed source file: 'packages/i18n/data/core.json' on 'es'. --- packages/i18n/data/es.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/i18n/data/es.json b/packages/i18n/data/es.json index 290e7c3752..dc739f7410 100644 --- a/packages/i18n/data/es.json +++ b/packages/i18n/data/es.json @@ -21,7 +21,7 @@ }, "UIKit.ClearAllButton.clearAllButtonLabel": { "developer_comment": "Label for the clear all button", - "string": "Clear all" + "string": "Borrar todo" }, "UIKit.ClearButton.clearButtonLabel": { "developer_comment": "Label for the clear button", @@ -61,7 +61,7 @@ }, "UIKit.DataTableManager.CustomSettingsManager.closeButtonLabel": { "developer_comment": "Label for custom settings manager close button.", - "string": "Close" + "string": "Cerrar" }, "UIKit.DataTableManager.DensityManager.closeButtonLabel": { "developer_comment": "Label for density manager close button.", From c025d0fe529a20abbc5ea4348d9cbbd94e02b4b0 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 09:19:24 +0000 Subject: [PATCH 11/11] Translate packages/i18n/data/core.json in zh_CN 100% reviewed source file: 'packages/i18n/data/core.json' on 'zh_CN'. --- packages/i18n/data/zh-CN.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/i18n/data/zh-CN.json b/packages/i18n/data/zh-CN.json index 207324ae98..c52b80fd44 100644 --- a/packages/i18n/data/zh-CN.json +++ b/packages/i18n/data/zh-CN.json @@ -21,7 +21,7 @@ }, "UIKit.ClearAllButton.clearAllButtonLabel": { "developer_comment": "Label for the clear all button", - "string": "Clear all" + "string": "全部清除" }, "UIKit.ClearButton.clearButtonLabel": { "developer_comment": "Label for the clear button", @@ -61,7 +61,7 @@ }, "UIKit.DataTableManager.CustomSettingsManager.closeButtonLabel": { "developer_comment": "Label for custom settings manager close button.", - "string": "Close" + "string": "关闭" }, "UIKit.DataTableManager.DensityManager.closeButtonLabel": { "developer_comment": "Label for density manager close button.",