From ed0ff22d28b56c9401c77f70416b1436b505a6a8 Mon Sep 17 00:00:00 2001 From: Rambaud Pierrick <12rambau@users.noreply.github.com> Date: Tue, 6 Jun 2023 13:09:14 +0200 Subject: [PATCH 01/21] Update source file locale.json --- sepal_ui/message/en/locale.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sepal_ui/message/en/locale.json b/sepal_ui/message/en/locale.json index b9511a0f..abdea912 100644 --- a/sepal_ui/message/en/locale.json +++ b/sepal_ui/message/en/locale.json @@ -68,7 +68,7 @@ "no_inputs": "Please provide fully qualified inputs before validating your AOI", "no_asset": "Please select an asset.", "no_value": "Please select a value.", - "uncomplete": "All fields are required, please fill them.", + "incomplete": "All fields are required, please fill them.", "no_file": "Please select a file.", "duplicate_key": "A key is duplicated in your selection. Please select different columns for your latitude, longitude and Id parameters", "no_draw": "Please draw a shape in the map", From 352583723fbc5d0ff052390eb102429c4cb3b80c Mon Sep 17 00:00:00 2001 From: Rambaud Pierrick <12rambau@users.noreply.github.com> Date: Tue, 6 Jun 2023 13:09:16 +0200 Subject: [PATCH 02/21] New translations locale.json (French) --- sepal_ui/message/fr/locale.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sepal_ui/message/fr/locale.json b/sepal_ui/message/fr/locale.json index de502380..0dff62fc 100644 --- a/sepal_ui/message/fr/locale.json +++ b/sepal_ui/message/fr/locale.json @@ -68,7 +68,7 @@ "no_inputs": "Merci de fournir des entrées entièrement définies avant de valider votre AOI", "no_asset": "Veuillez sélectionner un asset Earthengine.", "no_value": "Veuillez sélectionner une valeur.", - "uncomplete": "Tous les champs sont obligatoires, merci de les remplir.", + "incomplete": "", "no_file": "Veuillez sélectionner un fichier.", "duplicate_key": "Une clef est dupliquée dans votre selection. Veuillez selectionner des colonnes différentes pour la latitude, la longitude et l'id", "no_draw": "Veuillez dessiner une forme sur la carte", From 935237378552a795735f2d45c505f0a3131a7282 Mon Sep 17 00:00:00 2001 From: Rambaud Pierrick <12rambau@users.noreply.github.com> Date: Tue, 6 Jun 2023 13:09:17 +0200 Subject: [PATCH 03/21] New translations locale.json (Spanish) --- sepal_ui/message/es/locale.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sepal_ui/message/es/locale.json b/sepal_ui/message/es/locale.json index 701ae84a..406eabd0 100644 --- a/sepal_ui/message/es/locale.json +++ b/sepal_ui/message/es/locale.json @@ -68,7 +68,7 @@ "no_inputs": "", "no_asset": "", "no_value": "", - "uncomplete": "", + "incomplete": "", "no_file": "", "duplicate_key": "", "no_draw": "", From fde5007018f6b5f122990f847f1ccfd0f419647e Mon Sep 17 00:00:00 2001 From: Rambaud Pierrick <12rambau@users.noreply.github.com> Date: Tue, 6 Jun 2023 13:09:18 +0200 Subject: [PATCH 04/21] New translations locale.json (Arabic) --- sepal_ui/message/ar-SA/locale.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sepal_ui/message/ar-SA/locale.json b/sepal_ui/message/ar-SA/locale.json index 92aaa4b4..5db033e8 100644 --- a/sepal_ui/message/ar-SA/locale.json +++ b/sepal_ui/message/ar-SA/locale.json @@ -68,7 +68,7 @@ "no_inputs": "", "no_asset": "", "no_value": "", - "uncomplete": "", + "incomplete": "", "no_file": "", "duplicate_key": "", "no_draw": "", From f58cf47ef243417700f2d0508b3e158e18b0b3c1 Mon Sep 17 00:00:00 2001 From: Rambaud Pierrick <12rambau@users.noreply.github.com> Date: Tue, 6 Jun 2023 13:09:19 +0200 Subject: [PATCH 05/21] New translations locale.json (Portuguese) --- sepal_ui/message/pt-PT/locale.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sepal_ui/message/pt-PT/locale.json b/sepal_ui/message/pt-PT/locale.json index 92aaa4b4..5db033e8 100644 --- a/sepal_ui/message/pt-PT/locale.json +++ b/sepal_ui/message/pt-PT/locale.json @@ -68,7 +68,7 @@ "no_inputs": "", "no_asset": "", "no_value": "", - "uncomplete": "", + "incomplete": "", "no_file": "", "duplicate_key": "", "no_draw": "", From 4b96804165aaa027573d6b118c850c0eb38ea422 Mon Sep 17 00:00:00 2001 From: Rambaud Pierrick <12rambau@users.noreply.github.com> Date: Tue, 6 Jun 2023 13:09:19 +0200 Subject: [PATCH 06/21] New translations locale.json (Russian) --- sepal_ui/message/ru-RU/locale.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sepal_ui/message/ru-RU/locale.json b/sepal_ui/message/ru-RU/locale.json index 92aaa4b4..5db033e8 100644 --- a/sepal_ui/message/ru-RU/locale.json +++ b/sepal_ui/message/ru-RU/locale.json @@ -68,7 +68,7 @@ "no_inputs": "", "no_asset": "", "no_value": "", - "uncomplete": "", + "incomplete": "", "no_file": "", "duplicate_key": "", "no_draw": "", From 9684ad90b749e35e379aa5952d7f9379e9ea8366 Mon Sep 17 00:00:00 2001 From: Rambaud Pierrick <12rambau@users.noreply.github.com> Date: Tue, 6 Jun 2023 13:09:20 +0200 Subject: [PATCH 07/21] New translations locale.json (Chinese Simplified) --- sepal_ui/message/zh-CN/locale.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sepal_ui/message/zh-CN/locale.json b/sepal_ui/message/zh-CN/locale.json index 4a55690c..8b339f40 100644 --- a/sepal_ui/message/zh-CN/locale.json +++ b/sepal_ui/message/zh-CN/locale.json @@ -68,7 +68,7 @@ "no_inputs": "", "no_asset": "", "no_value": "", - "uncomplete": "", + "incomplete": "", "no_file": "", "duplicate_key": "", "no_draw": "", From 8dec1e9c908838497fb18562149fa999719c259a Mon Sep 17 00:00:00 2001 From: Rambaud Pierrick <12rambau@users.noreply.github.com> Date: Sun, 6 Aug 2023 15:46:35 +0200 Subject: [PATCH 08/21] New translations decorator.json (French) --- sepal_ui/message/fr/decorator.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 sepal_ui/message/fr/decorator.json diff --git a/sepal_ui/message/fr/decorator.json b/sepal_ui/message/fr/decorator.json new file mode 100644 index 00000000..fc1c154e --- /dev/null +++ b/sepal_ui/message/fr/decorator.json @@ -0,0 +1,6 @@ +{ + "decorator": { + "no_alert": "", + "no_button": "" + } +} From eb5eb2e0737828b4156a575929d5a3903c3d5898 Mon Sep 17 00:00:00 2001 From: Rambaud Pierrick <12rambau@users.noreply.github.com> Date: Sun, 6 Aug 2023 15:46:36 +0200 Subject: [PATCH 09/21] New translations decorator.json (Spanish) --- sepal_ui/message/es/decorator.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 sepal_ui/message/es/decorator.json diff --git a/sepal_ui/message/es/decorator.json b/sepal_ui/message/es/decorator.json new file mode 100644 index 00000000..fc1c154e --- /dev/null +++ b/sepal_ui/message/es/decorator.json @@ -0,0 +1,6 @@ +{ + "decorator": { + "no_alert": "", + "no_button": "" + } +} From cbd4344c5215f020dde6b2396516bc5afe123302 Mon Sep 17 00:00:00 2001 From: Rambaud Pierrick <12rambau@users.noreply.github.com> Date: Sun, 6 Aug 2023 15:46:36 +0200 Subject: [PATCH 10/21] New translations decorator.json (Arabic) --- sepal_ui/message/ar-SA/decorator.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 sepal_ui/message/ar-SA/decorator.json diff --git a/sepal_ui/message/ar-SA/decorator.json b/sepal_ui/message/ar-SA/decorator.json new file mode 100644 index 00000000..fc1c154e --- /dev/null +++ b/sepal_ui/message/ar-SA/decorator.json @@ -0,0 +1,6 @@ +{ + "decorator": { + "no_alert": "", + "no_button": "" + } +} From 44621856e0bc8bbc20f48cc80902c6c1b8bd749e Mon Sep 17 00:00:00 2001 From: Rambaud Pierrick <12rambau@users.noreply.github.com> Date: Sun, 6 Aug 2023 15:46:37 +0200 Subject: [PATCH 11/21] New translations decorator.json (Portuguese) --- sepal_ui/message/pt-PT/decorator.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 sepal_ui/message/pt-PT/decorator.json diff --git a/sepal_ui/message/pt-PT/decorator.json b/sepal_ui/message/pt-PT/decorator.json new file mode 100644 index 00000000..fc1c154e --- /dev/null +++ b/sepal_ui/message/pt-PT/decorator.json @@ -0,0 +1,6 @@ +{ + "decorator": { + "no_alert": "", + "no_button": "" + } +} From ae118e5e655f5d3e57a11bc12cf36cac22f784f5 Mon Sep 17 00:00:00 2001 From: Rambaud Pierrick <12rambau@users.noreply.github.com> Date: Sun, 6 Aug 2023 15:46:38 +0200 Subject: [PATCH 12/21] New translations decorator.json (Russian) --- sepal_ui/message/ru-RU/decorator.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 sepal_ui/message/ru-RU/decorator.json diff --git a/sepal_ui/message/ru-RU/decorator.json b/sepal_ui/message/ru-RU/decorator.json new file mode 100644 index 00000000..fc1c154e --- /dev/null +++ b/sepal_ui/message/ru-RU/decorator.json @@ -0,0 +1,6 @@ +{ + "decorator": { + "no_alert": "", + "no_button": "" + } +} From 0f4b91b80e7f112e5e14c93a6ee33f8853242375 Mon Sep 17 00:00:00 2001 From: Rambaud Pierrick <12rambau@users.noreply.github.com> Date: Sun, 6 Aug 2023 15:46:39 +0200 Subject: [PATCH 13/21] New translations decorator.json (Chinese Simplified) --- sepal_ui/message/zh-CN/decorator.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 sepal_ui/message/zh-CN/decorator.json diff --git a/sepal_ui/message/zh-CN/decorator.json b/sepal_ui/message/zh-CN/decorator.json new file mode 100644 index 00000000..fc1c154e --- /dev/null +++ b/sepal_ui/message/zh-CN/decorator.json @@ -0,0 +1,6 @@ +{ + "decorator": { + "no_alert": "", + "no_button": "" + } +} From 777d14e9fd4619d56077a32e02ec296b69e53463 Mon Sep 17 00:00:00 2001 From: Rambaud Pierrick <12rambau@users.noreply.github.com> Date: Sun, 6 Aug 2023 17:31:39 +0200 Subject: [PATCH 14/21] Update source file decorator.json --- sepal_ui/message/en/decorator.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 sepal_ui/message/en/decorator.json diff --git a/sepal_ui/message/en/decorator.json b/sepal_ui/message/en/decorator.json new file mode 100644 index 00000000..80b1422a --- /dev/null +++ b/sepal_ui/message/en/decorator.json @@ -0,0 +1,6 @@ +{ + "decorator": { + "no_alert": "You should provide the `alert` argument as parent does not have one", + "no_button": "You should provide the `button` argument as parent does not have one" + } +} From 3f47e5ebd873af3cb277c606ee9481f2156333f8 Mon Sep 17 00:00:00 2001 From: Rambaud Pierrick <12rambau@users.noreply.github.com> Date: Thu, 10 Aug 2023 07:25:58 +0200 Subject: [PATCH 15/21] New translations utils.json (French) --- sepal_ui/message/fr/utils.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sepal_ui/message/fr/utils.json b/sepal_ui/message/fr/utils.json index 9fc47ac3..77c2942b 100644 --- a/sepal_ui/message/fr/utils.json +++ b/sepal_ui/message/fr/utils.json @@ -2,6 +2,9 @@ "utils": { "check_input": { "error": "La valeur n'a pas été initialisée" + }, + "ee": { + "no_asset_root": "" } } } From 4f15cf9c16753da0b34075311b5791500cf66991 Mon Sep 17 00:00:00 2001 From: Rambaud Pierrick <12rambau@users.noreply.github.com> Date: Thu, 10 Aug 2023 07:25:58 +0200 Subject: [PATCH 16/21] New translations utils.json (Spanish) --- sepal_ui/message/es/utils.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sepal_ui/message/es/utils.json b/sepal_ui/message/es/utils.json index ab818cac..72286dbc 100644 --- a/sepal_ui/message/es/utils.json +++ b/sepal_ui/message/es/utils.json @@ -2,6 +2,9 @@ "utils": { "check_input": { "error": "" + }, + "ee": { + "no_asset_root": "" } } } From 1434ec1390974d0fa7acdca9bd9223211d9fde32 Mon Sep 17 00:00:00 2001 From: Rambaud Pierrick <12rambau@users.noreply.github.com> Date: Thu, 10 Aug 2023 07:25:59 +0200 Subject: [PATCH 17/21] New translations utils.json (Arabic) --- sepal_ui/message/ar-SA/utils.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sepal_ui/message/ar-SA/utils.json b/sepal_ui/message/ar-SA/utils.json index ab818cac..72286dbc 100644 --- a/sepal_ui/message/ar-SA/utils.json +++ b/sepal_ui/message/ar-SA/utils.json @@ -2,6 +2,9 @@ "utils": { "check_input": { "error": "" + }, + "ee": { + "no_asset_root": "" } } } From b0b68b65c7af0b9dc838a3d6e35530fbceb5c97a Mon Sep 17 00:00:00 2001 From: Rambaud Pierrick <12rambau@users.noreply.github.com> Date: Thu, 10 Aug 2023 07:26:00 +0200 Subject: [PATCH 18/21] New translations utils.json (Portuguese) --- sepal_ui/message/pt-PT/utils.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sepal_ui/message/pt-PT/utils.json b/sepal_ui/message/pt-PT/utils.json index ab818cac..72286dbc 100644 --- a/sepal_ui/message/pt-PT/utils.json +++ b/sepal_ui/message/pt-PT/utils.json @@ -2,6 +2,9 @@ "utils": { "check_input": { "error": "" + }, + "ee": { + "no_asset_root": "" } } } From 8a1233a925304e58a6ac6294b974c8d750c19461 Mon Sep 17 00:00:00 2001 From: Rambaud Pierrick <12rambau@users.noreply.github.com> Date: Thu, 10 Aug 2023 07:26:01 +0200 Subject: [PATCH 19/21] New translations utils.json (Russian) --- sepal_ui/message/ru-RU/utils.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sepal_ui/message/ru-RU/utils.json b/sepal_ui/message/ru-RU/utils.json index ab818cac..72286dbc 100644 --- a/sepal_ui/message/ru-RU/utils.json +++ b/sepal_ui/message/ru-RU/utils.json @@ -2,6 +2,9 @@ "utils": { "check_input": { "error": "" + }, + "ee": { + "no_asset_root": "" } } } From 84242428a2fe4a7ac5a26819bcf0178786155e0f Mon Sep 17 00:00:00 2001 From: Rambaud Pierrick <12rambau@users.noreply.github.com> Date: Thu, 10 Aug 2023 07:26:01 +0200 Subject: [PATCH 20/21] New translations utils.json (Chinese Simplified) --- sepal_ui/message/zh-CN/utils.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sepal_ui/message/zh-CN/utils.json b/sepal_ui/message/zh-CN/utils.json index ab818cac..72286dbc 100644 --- a/sepal_ui/message/zh-CN/utils.json +++ b/sepal_ui/message/zh-CN/utils.json @@ -2,6 +2,9 @@ "utils": { "check_input": { "error": "" + }, + "ee": { + "no_asset_root": "" } } } From 9d585604b3a69231c4383631d7a3e6b0e06ee4c3 Mon Sep 17 00:00:00 2001 From: Rambaud Pierrick <12rambau@users.noreply.github.com> Date: Thu, 10 Aug 2023 08:36:08 +0200 Subject: [PATCH 21/21] Update source file utils.json --- sepal_ui/message/en/utils.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sepal_ui/message/en/utils.json b/sepal_ui/message/en/utils.json index f5f691ec..54b0a9bc 100644 --- a/sepal_ui/message/en/utils.json +++ b/sepal_ui/message/en/utils.json @@ -2,6 +2,9 @@ "utils": { "check_input": { "error": "The value has not been initialized" + }, + "ee": { + "no_asset_root": "No asset folder is available with this credentials. Please check your account and try again." } } }