From 29312c29411c9d4b8591a338dd4f427d6599d0b3 Mon Sep 17 00:00:00 2001 From: Rambaud Pierrick <12rambau@users.noreply.github.com> Date: Sun, 30 Jun 2024 14:20:01 +0200 Subject: [PATCH] New Crowdin updates (#923) --- sepal_ui/message/ar-SA/decorator.json | 6 ++++++ sepal_ui/message/ar-SA/locale.json | 20 +++++++++++++++----- sepal_ui/message/ar-SA/utils.json | 3 +++ sepal_ui/message/en/locale.json | 18 ++++-------------- sepal_ui/message/es/decorator.json | 6 ++++++ sepal_ui/message/es/locale.json | 20 +++++++++++++++----- sepal_ui/message/es/utils.json | 3 +++ sepal_ui/message/fr/decorator.json | 6 ++++++ sepal_ui/message/fr/locale.json | 20 +++++++++++++++----- sepal_ui/message/fr/utils.json | 3 +++ sepal_ui/message/pt-PT/decorator.json | 6 ++++++ sepal_ui/message/pt-PT/locale.json | 20 +++++++++++++++----- sepal_ui/message/pt-PT/utils.json | 3 +++ sepal_ui/message/ru-RU/decorator.json | 6 ++++++ sepal_ui/message/ru-RU/locale.json | 20 +++++++++++++++----- sepal_ui/message/ru-RU/utils.json | 3 +++ sepal_ui/message/zh-CN/decorator.json | 6 ++++++ sepal_ui/message/zh-CN/locale.json | 20 +++++++++++++++----- sepal_ui/message/zh-CN/utils.json | 3 +++ 19 files changed, 148 insertions(+), 44 deletions(-) create mode 100644 sepal_ui/message/ar-SA/decorator.json create mode 100644 sepal_ui/message/es/decorator.json create mode 100644 sepal_ui/message/fr/decorator.json create mode 100644 sepal_ui/message/pt-PT/decorator.json create mode 100644 sepal_ui/message/ru-RU/decorator.json create mode 100644 sepal_ui/message/zh-CN/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": "" + } +} diff --git a/sepal_ui/message/ar-SA/locale.json b/sepal_ui/message/ar-SA/locale.json index 92aaa4b4..800c4a22 100644 --- a/sepal_ui/message/ar-SA/locale.json +++ b/sepal_ui/message/ar-SA/locale.json @@ -23,7 +23,12 @@ "navdrawer": { "code": "", "wiki": "", - "bug": "" + "bug": "", + "changelog": { + "version": "", + "title": "", + "close_btn": "" + } }, "asset_select": { "types": { @@ -37,7 +42,8 @@ "custom": "", "no_access": "", "wrong_type": "", - "placeholder": "" + "placeholder": "", + "no_assets": "" }, "load_table": { "too_small": "" @@ -68,13 +74,14 @@ "no_inputs": "", "no_asset": "", "no_value": "", - "uncomplete": "", + "incomplete": "", "no_file": "", "duplicate_key": "", "no_draw": "", "no_admlyr": "", "invalid_code": "", - "no_gdf": "" + "no_gdf": "", + "no_fc": "" } }, "mapping": { @@ -85,14 +92,17 @@ "exception": { "empty": "", "invalid": "", - "nosubs": "" + "nosubs": "", + "no_secret_file": "" }, "widget": { "username": "", "password": "", "apikey": "", + "store": "", "method": { "label": "", + "from_file": "", "credentials": "", "api_key": "" } 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": "" } } } diff --git a/sepal_ui/message/en/locale.json b/sepal_ui/message/en/locale.json index 71e0d4c9..abdea912 100644 --- a/sepal_ui/message/en/locale.json +++ b/sepal_ui/message/en/locale.json @@ -23,12 +23,7 @@ "navdrawer": { "code": "Source code", "wiki": "Wiki", - "bug": "Bug report", - "changelog": { - "version": "Version: {}", - "title": "Changelog", - "close_btn": "Close" - } + "bug": "Bug report" }, "asset_select": { "types": { @@ -42,8 +37,7 @@ "custom": "Custom", "no_access": "It seems like you do not have access to the input asset or it does not exist.", "wrong_type": "The type of the selected asset ({}) does not match authorized asset type ({}).", - "placeholder": "projects/{project}/assets/asset_name", - "no_assets": "No user assets found in: '{}'" + "placeholder": "users/custom_user/custom_asset" }, "load_table": { "too_small": "The provided file have less than 3 columns. Please provide a complete point file with at least ID, lattitude and longitude columns." @@ -80,8 +74,7 @@ "no_draw": "Please draw a shape in the map", "no_admlyr": "Select an administrative layer", "invalid_code": "The code is not in the database", - "no_gdf": "You must set the gdf before interacting with it", - "no_fc": "You have to select a feature collection first" + "no_gdf": "You must set the gdf before interacting with it" } }, "mapping": { @@ -92,17 +85,14 @@ "exception": { "empty": "Please fill the required field(s).", "invalid": "Invalid email or password", - "nosubs": "Your credentials do not have any valid planet subscription.", - "no_secret_file": "The credentials file does not exist, use a different login method." + "nosubs": "Your credentials do not have any valid planet subscription." }, "widget": { "username": "Planet username", "password": "Planet password", "apikey": "Planet API key", - "store": "Remember credentials file in the session.", "method": { "label": "Login method", - "from_file": "From saved credentials", "credentials": "Credentials", "api_key": "Planet API key" } 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": "" + } +} diff --git a/sepal_ui/message/es/locale.json b/sepal_ui/message/es/locale.json index 701ae84a..e9719f68 100644 --- a/sepal_ui/message/es/locale.json +++ b/sepal_ui/message/es/locale.json @@ -23,7 +23,12 @@ "navdrawer": { "code": "Código fuente", "wiki": "Wiki", - "bug": "Reportar error" + "bug": "Reportar error", + "changelog": { + "version": "", + "title": "", + "close_btn": "" + } }, "asset_select": { "types": { @@ -37,7 +42,8 @@ "custom": "Personalizado", "no_access": "Parece que no tienes acceso al asset seleccionado o este no existe.", "wrong_type": "El tipo del asset seleccionado: ({}), no coincide con ninguno de los tipos permitidos por el widget: ({}).", - "placeholder": "users/nombre_usuario/asset_personalizado" + "placeholder": "", + "no_assets": "" }, "load_table": { "too_small": "El archivo ingresado contiene menos de 3 columnas. Por favor, selecciona un archivo de puntos completo con al menos las columnas de ID, latitud y longitud." @@ -68,13 +74,14 @@ "no_inputs": "", "no_asset": "", "no_value": "", - "uncomplete": "", + "incomplete": "", "no_file": "", "duplicate_key": "", "no_draw": "", "no_admlyr": "", "invalid_code": "", - "no_gdf": "" + "no_gdf": "", + "no_fc": "" } }, "mapping": { @@ -85,14 +92,17 @@ "exception": { "empty": "Por favor completa todos los campos", "invalid": "Correo electrónico o contraseña inválidos", - "nosubs": "Tus credenciales no tienen asociada ninguna suscripción válida de Planet." + "nosubs": "Tus credenciales no tienen asociada ninguna suscripción válida de Planet.", + "no_secret_file": "" }, "widget": { "username": "Nombre de usuario", "password": "Contraseña", "apikey": "API key", + "store": "", "method": { "label": "Método de inicio de sesión", + "from_file": "", "credentials": "Credenciales", "api_key": "API key" } 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": "" } } } diff --git a/sepal_ui/message/fr/decorator.json b/sepal_ui/message/fr/decorator.json new file mode 100644 index 00000000..400339e1 --- /dev/null +++ b/sepal_ui/message/fr/decorator.json @@ -0,0 +1,6 @@ +{ + "decorator": { + "no_alert": "Vous devriez fournir l'argument `alert` car aucun n'est définit dans l'objet parent", + "no_button": "Vous devriez fournir l'argument `button` car auun n'est définit dans l'objet parent" + } +} diff --git a/sepal_ui/message/fr/locale.json b/sepal_ui/message/fr/locale.json index de502380..4ebeeafe 100644 --- a/sepal_ui/message/fr/locale.json +++ b/sepal_ui/message/fr/locale.json @@ -23,7 +23,12 @@ "navdrawer": { "code": "Code source", "wiki": "Wiki", - "bug": "Signaler un Bug" + "bug": "Signaler un Bug", + "changelog": { + "version": "", + "title": "", + "close_btn": "" + } }, "asset_select": { "types": { @@ -37,7 +42,8 @@ "custom": "Personnaliser", "no_access": "Il semble que vous n'ayez pas accès à l'Asset selectionné ou qu'il n'existe pas.", "wrong_type": "Le type de l'asset selectioné ({}) ne correspond pas aux type autorisés par le widget ({}).", - "placeholder": "users/utilisateur/asset_id" + "placeholder": "", + "no_assets": "" }, "load_table": { "too_small": "Le fichier fourni comporte moins de 3 colonnes. Veuillez fournir un fichier de points complet avec au moins les colonnes ID, lattitude et longitude." @@ -68,13 +74,14 @@ "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": "Tous les champs sont obligatoires, merci de les remplir.", "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", "no_admlyr": "Sélectionnez une couche administrative", "invalid_code": "Le code administratif n'est pas dans la base de données.", - "no_gdf": "Vous devez définir le gdf avant d'interagir avec celui-ci" + "no_gdf": "Vous devez définir le gdf avant d'interagir avec celui-ci", + "no_fc": "" } }, "mapping": { @@ -85,14 +92,17 @@ "exception": { "empty": "Veuillez renseigner tous les champs obligatoires.", "invalid": "Email ou mot de passe invalide", - "nosubs": "Vos identifiants n'ont pas d'abonnement PlanetLab valide." + "nosubs": "Vos identifiants n'ont pas d'abonnement PlanetLab valide.", + "no_secret_file": "" }, "widget": { "username": "Nom d'utilisateur PlanetLab", "password": "Mot de passe PlanetLab", "apikey": "Clé API PlanetLab", + "store": "", "method": { "label": "Méthode d'accès", + "from_file": "", "credentials": "Identifiants", "api_key": "Clé API PlanetLab" } diff --git a/sepal_ui/message/fr/utils.json b/sepal_ui/message/fr/utils.json index 9fc47ac3..d0c4d29f 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": "Aucun dossier d'Assets n'est disponible avec ces identifiants. Veuillez vérifier votre compte et réessayer." } } } 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": "" + } +} diff --git a/sepal_ui/message/pt-PT/locale.json b/sepal_ui/message/pt-PT/locale.json index 92aaa4b4..800c4a22 100644 --- a/sepal_ui/message/pt-PT/locale.json +++ b/sepal_ui/message/pt-PT/locale.json @@ -23,7 +23,12 @@ "navdrawer": { "code": "", "wiki": "", - "bug": "" + "bug": "", + "changelog": { + "version": "", + "title": "", + "close_btn": "" + } }, "asset_select": { "types": { @@ -37,7 +42,8 @@ "custom": "", "no_access": "", "wrong_type": "", - "placeholder": "" + "placeholder": "", + "no_assets": "" }, "load_table": { "too_small": "" @@ -68,13 +74,14 @@ "no_inputs": "", "no_asset": "", "no_value": "", - "uncomplete": "", + "incomplete": "", "no_file": "", "duplicate_key": "", "no_draw": "", "no_admlyr": "", "invalid_code": "", - "no_gdf": "" + "no_gdf": "", + "no_fc": "" } }, "mapping": { @@ -85,14 +92,17 @@ "exception": { "empty": "", "invalid": "", - "nosubs": "" + "nosubs": "", + "no_secret_file": "" }, "widget": { "username": "", "password": "", "apikey": "", + "store": "", "method": { "label": "", + "from_file": "", "credentials": "", "api_key": "" } 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": "" } } } 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": "" + } +} diff --git a/sepal_ui/message/ru-RU/locale.json b/sepal_ui/message/ru-RU/locale.json index 92aaa4b4..800c4a22 100644 --- a/sepal_ui/message/ru-RU/locale.json +++ b/sepal_ui/message/ru-RU/locale.json @@ -23,7 +23,12 @@ "navdrawer": { "code": "", "wiki": "", - "bug": "" + "bug": "", + "changelog": { + "version": "", + "title": "", + "close_btn": "" + } }, "asset_select": { "types": { @@ -37,7 +42,8 @@ "custom": "", "no_access": "", "wrong_type": "", - "placeholder": "" + "placeholder": "", + "no_assets": "" }, "load_table": { "too_small": "" @@ -68,13 +74,14 @@ "no_inputs": "", "no_asset": "", "no_value": "", - "uncomplete": "", + "incomplete": "", "no_file": "", "duplicate_key": "", "no_draw": "", "no_admlyr": "", "invalid_code": "", - "no_gdf": "" + "no_gdf": "", + "no_fc": "" } }, "mapping": { @@ -85,14 +92,17 @@ "exception": { "empty": "", "invalid": "", - "nosubs": "" + "nosubs": "", + "no_secret_file": "" }, "widget": { "username": "", "password": "", "apikey": "", + "store": "", "method": { "label": "", + "from_file": "", "credentials": "", "api_key": "" } 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": "" } } } 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": "" + } +} diff --git a/sepal_ui/message/zh-CN/locale.json b/sepal_ui/message/zh-CN/locale.json index 4a55690c..bcdf6513 100644 --- a/sepal_ui/message/zh-CN/locale.json +++ b/sepal_ui/message/zh-CN/locale.json @@ -23,7 +23,12 @@ "navdrawer": { "code": "", "wiki": "", - "bug": "" + "bug": "", + "changelog": { + "version": "", + "title": "", + "close_btn": "" + } }, "asset_select": { "types": { @@ -37,7 +42,8 @@ "custom": "自定义", "no_access": "该输入资产似乎无法访问或者不存在。", "wrong_type": "所选资产类型({})与授权的资产类型不匹配({})。", - "placeholder": "用户/自定义用户/自定义资产" + "placeholder": "", + "no_assets": "" }, "load_table": { "too_small": "提供的文件少于3列。请提供完整的点文件,至少包含ID、经度和纬度列。" @@ -68,13 +74,14 @@ "no_inputs": "", "no_asset": "", "no_value": "", - "uncomplete": "", + "incomplete": "", "no_file": "", "duplicate_key": "", "no_draw": "", "no_admlyr": "", "invalid_code": "", - "no_gdf": "" + "no_gdf": "", + "no_fc": "" } }, "mapping": { @@ -85,14 +92,17 @@ "exception": { "empty": "", "invalid": "", - "nosubs": "" + "nosubs": "", + "no_secret_file": "" }, "widget": { "username": "", "password": "", "apikey": "", + "store": "", "method": { "label": "", + "from_file": "", "credentials": "", "api_key": "" } 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": "" } } }