Skip to content

Commit

Permalink
New Crowdin updates (#923)
Browse files Browse the repository at this point in the history
  • Loading branch information
12rambau authored Jun 30, 2024
1 parent 3a21961 commit 29312c2
Show file tree
Hide file tree
Showing 19 changed files with 148 additions and 44 deletions.
6 changes: 6 additions & 0 deletions sepal_ui/message/ar-SA/decorator.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"decorator": {
"no_alert": "",
"no_button": ""
}
}
20 changes: 15 additions & 5 deletions sepal_ui/message/ar-SA/locale.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,12 @@
"navdrawer": {
"code": "",
"wiki": "",
"bug": ""
"bug": "",
"changelog": {
"version": "",
"title": "",
"close_btn": ""
}
},
"asset_select": {
"types": {
Expand All @@ -37,7 +42,8 @@
"custom": "",
"no_access": "",
"wrong_type": "",
"placeholder": ""
"placeholder": "",
"no_assets": ""
},
"load_table": {
"too_small": ""
Expand Down Expand Up @@ -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": {
Expand All @@ -85,14 +92,17 @@
"exception": {
"empty": "",
"invalid": "",
"nosubs": ""
"nosubs": "",
"no_secret_file": ""
},
"widget": {
"username": "",
"password": "",
"apikey": "",
"store": "",
"method": {
"label": "",
"from_file": "",
"credentials": "",
"api_key": ""
}
Expand Down
3 changes: 3 additions & 0 deletions sepal_ui/message/ar-SA/utils.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
"utils": {
"check_input": {
"error": ""
},
"ee": {
"no_asset_root": ""
}
}
}
18 changes: 4 additions & 14 deletions sepal_ui/message/en/locale.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand All @@ -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."
Expand Down Expand Up @@ -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": {
Expand All @@ -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"
}
Expand Down
6 changes: 6 additions & 0 deletions sepal_ui/message/es/decorator.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"decorator": {
"no_alert": "",
"no_button": ""
}
}
20 changes: 15 additions & 5 deletions sepal_ui/message/es/locale.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand All @@ -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."
Expand Down Expand Up @@ -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": {
Expand All @@ -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"
}
Expand Down
3 changes: 3 additions & 0 deletions sepal_ui/message/es/utils.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
"utils": {
"check_input": {
"error": ""
},
"ee": {
"no_asset_root": ""
}
}
}
6 changes: 6 additions & 0 deletions sepal_ui/message/fr/decorator.json
Original file line number Diff line number Diff line change
@@ -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"
}
}
20 changes: 15 additions & 5 deletions sepal_ui/message/fr/locale.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand All @@ -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."
Expand Down Expand Up @@ -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": {
Expand All @@ -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"
}
Expand Down
3 changes: 3 additions & 0 deletions sepal_ui/message/fr/utils.json
Original file line number Diff line number Diff line change
Expand Up @@ -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."
}
}
}
6 changes: 6 additions & 0 deletions sepal_ui/message/pt-PT/decorator.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"decorator": {
"no_alert": "",
"no_button": ""
}
}
20 changes: 15 additions & 5 deletions sepal_ui/message/pt-PT/locale.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,12 @@
"navdrawer": {
"code": "",
"wiki": "",
"bug": ""
"bug": "",
"changelog": {
"version": "",
"title": "",
"close_btn": ""
}
},
"asset_select": {
"types": {
Expand All @@ -37,7 +42,8 @@
"custom": "",
"no_access": "",
"wrong_type": "",
"placeholder": ""
"placeholder": "",
"no_assets": ""
},
"load_table": {
"too_small": ""
Expand Down Expand Up @@ -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": {
Expand All @@ -85,14 +92,17 @@
"exception": {
"empty": "",
"invalid": "",
"nosubs": ""
"nosubs": "",
"no_secret_file": ""
},
"widget": {
"username": "",
"password": "",
"apikey": "",
"store": "",
"method": {
"label": "",
"from_file": "",
"credentials": "",
"api_key": ""
}
Expand Down
3 changes: 3 additions & 0 deletions sepal_ui/message/pt-PT/utils.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
"utils": {
"check_input": {
"error": ""
},
"ee": {
"no_asset_root": ""
}
}
}
6 changes: 6 additions & 0 deletions sepal_ui/message/ru-RU/decorator.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"decorator": {
"no_alert": "",
"no_button": ""
}
}
Loading

0 comments on commit 29312c2

Please sign in to comment.