Skip to content

Commit

Permalink
fix(lang): translated with Weblate (#774)
Browse files Browse the repository at this point in the history
  • Loading branch information
3 people authored Dec 18, 2024
1 parent fe79803 commit f30aaf4
Show file tree
Hide file tree
Showing 7 changed files with 134 additions and 36 deletions.
24 changes: 19 additions & 5 deletions core/ui/public/i18n/ar/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,10 @@
"leader_node_hostname": "Leader node hostname",
"hostname_pattern": "Invalid hostname format",
"restore_num_apps": "Restore apps | Restore {num} app | Restore {num} apps",
"select_apps_to_restore_description": "Your apps will be restored using the latest backup. If you need to restore certain apps from an earlier backup, you can do so later by going to the '@:backup.title' page"
"select_apps_to_restore_description": "Your apps will be restored using the latest backup. If you need to restore certain apps from an earlier backup, you can do so later by going to the '@:backup.title' page",
"apps_restoration_multi_node_description": "Apps cannot be restored automatically because the original cluster consisted of multiple nodes. You can manually restore apps later by going to '@:backup.title > @:backup.restore_app'",
"apps_restoration_single_node_description": "You can choose which apps to restore in the next step, after the cluster has been restored.",
"apps_restoration": "Apps restoration"
},
"action": {
"remove-favorite": "Remove favorite",
Expand Down Expand Up @@ -172,7 +175,8 @@
"set-retention": "Set retention",
"set-syslog-forwarder": "Set Syslog forwarder",
"set-clm-forwarder": "Set Cloud Log Manager forwarder",
"read-backup-snapshots": "Read backup snapshots"
"read-backup-snapshots": "Read backup snapshots",
"determine-restore-eligibility": "Determine restore eligibility"
},
"backup": {
"smb_url_label": "Share name",
Expand Down Expand Up @@ -355,7 +359,9 @@
"most_recent": "Most recent",
"from_this_cluster": "From this cluster",
"data_encryption_key_tooltip": "This password is used to encrypt data in the backup destination and is saved inside your cluster backup. Store this password in a safe place, or remember to download cluster backup regularly.",
"url_pattern": "The S3-compatible hostname and bucket name must be separated by a slash '/'"
"url_pattern": "The S3-compatible hostname and bucket name must be separated by a slash '/'",
"wrong_password_or_no_key_found": "Wrong data encryption key or no key found",
"no_node_eligible_for_instance_restoration": "No node eligible for instance restoration"
},
"settings_tls_certificates": {
"no_tls_certificate": "No TLS certificate",
Expand Down Expand Up @@ -521,7 +527,14 @@
"rootfull_app_warning_description": "After installation {appName} will have full access to the cluster: this can pose significant security risks.",
"cannot_install_app_on_node": "Cannot install {app} {version} on {node}",
"updates_disabled_ns7_migration_description": "There is an ongoing NS7 migration. Updates will resume once the migration is complete.",
"updates_disabled_ns7_migration_title": "Updates are suspended"
"updates_disabled_ns7_migration_title": "Updates are suspended",
"no_node_eligible_for_instance_cloning": "No node is eligible for instance cloning",
"no_node_eligible_for_app_installation": "No node is eligible for app installation",
"no_node_eligible_for_instance_migration": "No node is eligible for instance migration",
"no_version_reason": {
"core_version_too_low": "Update core to version {core_min} or higher to install an instance of this app",
"rootfull_certification_level_too_low": "Apps with administrative privileges must have a minimum certification level of {certification_min}/5 to be installed"
}
},
"system_logs": {
"end_time_label": "End time (24-hour)",
Expand Down Expand Up @@ -1102,7 +1115,8 @@
"enabled": "Enabled",
"configure": "Configure",
"terms_required": "Please read and agree to @:common.terms_and_conditions",
"terms_and_conditions": "Terms and Conditions"
"terms_and_conditions": "Terms and Conditions",
"not_available": "Not available"
},
"error": {
"403": "العملية غير مصرح بها",
Expand Down
24 changes: 19 additions & 5 deletions core/ui/public/i18n/de/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,10 @@
"leader_node_hostname": "Hostname des Hauptknoten",
"hostname_pattern": "Hostname fehlerhaft (Format)",
"restore_num_apps": "Wiederherstellung von Apps | {num} App wiederherstellen | {num} Apps wiederherstellen",
"select_apps_to_restore_description": "Alle Apps werden von der letzten Sicherung wiederhergestellt. Wenn bestimmte Apps aus einer früheren Sicherung wiederhergestellt werden müssen, kann dies später über die Seite '@:backup.title' tun"
"select_apps_to_restore_description": "Alle Apps werden von der letzten Sicherung wiederhergestellt. Wenn bestimmte Apps aus einer früheren Sicherung wiederhergestellt werden müssen, kann dies später über die Seite '@:backup.title' tun",
"apps_restoration_multi_node_description": "Apps cannot be restored automatically because the original cluster consisted of multiple nodes. You can manually restore apps later by going to '@:backup.title > @:backup.restore_app'",
"apps_restoration_single_node_description": "You can choose which apps to restore in the next step, after the cluster has been restored.",
"apps_restoration": "Apps restoration"
},
"password": {
"uppercase_letter": "Großbuchstaben",
Expand Down Expand Up @@ -239,7 +242,8 @@
"set-retention": "Aufbewahrung festlegen",
"set-syslog-forwarder": "Syslog-Forwarder festlegen",
"set-clm-forwarder": "CloudLog Manager Forwarder festlegen",
"read-backup-snapshots": "Backup-Snapshots einlesen"
"read-backup-snapshots": "Backup-Snapshots einlesen",
"determine-restore-eligibility": "Determine restore eligibility"
},
"common": {
"hide": "verstecken",
Expand Down Expand Up @@ -328,7 +332,8 @@
"active": "aktiv",
"configure": "konfigurieren",
"terms_and_conditions": "Terms and Conditions",
"terms_required": "Please read and agree to @:common.terms_and_conditions"
"terms_required": "Please read and agree to @:common.terms_and_conditions",
"not_available": "Not available"
},
"error": {
"403": "Vorgang nicht autorisiert",
Expand Down Expand Up @@ -563,7 +568,14 @@
"rootfull_app_warning_description": "After installation {appName} will have full access to the cluster: this can pose significant security risks.",
"cannot_install_app_on_node": "Cannot install {app} {version} on {node}",
"updates_disabled_ns7_migration_title": "Updates are suspended",
"updates_disabled_ns7_migration_description": "There is an ongoing NS7 migration. Updates will resume once the migration is complete."
"updates_disabled_ns7_migration_description": "There is an ongoing NS7 migration. Updates will resume once the migration is complete.",
"no_node_eligible_for_instance_cloning": "No node is eligible for instance cloning",
"no_node_eligible_for_app_installation": "No node is eligible for app installation",
"no_node_eligible_for_instance_migration": "No node is eligible for instance migration",
"no_version_reason": {
"core_version_too_low": "Update core to version {core_min} or higher to install an instance of this app",
"rootfull_certification_level_too_low": "Apps with administrative privileges must have a minimum certification level of {certification_min}/5 to be installed"
}
},
"settings_cluster_admins": {
"delete_admin_admin": "Admin {admin} löschen",
Expand Down Expand Up @@ -952,7 +964,9 @@
"data_encryption_key_tooltip": "Dieses Kennwort wird zur Verschlüsselung der Daten im Sicherungsziel verwendet und in der Clustersicherung gespeichert. Dieses Kennwort muss an einem sicheren Ort aufbewahrt werden, alternativ regelmäßig die Clustersicherung herunterzuladen.",
"most_recent": "aktuellste",
"from_this_cluster": "Von diesem Cluster",
"url_pattern": "The S3-compatible hostname and bucket name must be separated by a slash '/'"
"url_pattern": "The S3-compatible hostname and bucket name must be separated by a slash '/'",
"wrong_password_or_no_key_found": "Wrong data encryption key or no key found",
"no_node_eligible_for_instance_restoration": "No node eligible for instance restoration"
},
"settings_http_routes": {
"delete_route_description": "Route {name} löschen? Jede Anwendung, die an diese Route gebunden ist, wird nicht mehr zugreifbar sein.",
Expand Down
24 changes: 19 additions & 5 deletions core/ui/public/i18n/es/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,8 @@
"active": "Activo",
"configure": "Configurar",
"terms_required": "Por favor, lea y acepte @:common.terms_and_conditions",
"terms_and_conditions": "Condiciones generales"
"terms_and_conditions": "Condiciones generales",
"not_available": "Not available"
},
"backup": {
"aws": "Amazon S3",
Expand Down Expand Up @@ -404,7 +405,9 @@
"from_node_name": "Desde el nodo {name}",
"most_recent": "La más reciente",
"from_this_cluster": "Desde este cluster",
"url_pattern": "El nombre de host compatible con S3 y el nombre del depósito deben estar separados por una barra \"/\""
"url_pattern": "El nombre de host compatible con S3 y el nombre del depósito deben estar separados por una barra \"/\"",
"wrong_password_or_no_key_found": "Wrong data encryption key or no key found",
"no_node_eligible_for_instance_restoration": "No node eligible for instance restoration"
},
"settings_http_routes": {
"host_tooltip": "Un ejemplo de host válido es: <code>myapp.example.org</code>",
Expand Down Expand Up @@ -557,7 +560,8 @@
"set-retention": "Fijar la retención",
"set-syslog-forwarder": "Establecer el reenvío de Syslog",
"set-clm-forwarder": "Configurar el reenvío de Cloud Log Manager",
"read-backup-snapshots": "Leer instantáneas de la copia de seguridad"
"read-backup-snapshots": "Leer instantáneas de la copia de seguridad",
"determine-restore-eligibility": "Determine restore eligibility"
},
"settings_cluster_admins": {
"user_already_exists": "El administrador ya existe",
Expand Down Expand Up @@ -712,7 +716,14 @@
"rootfull_app_warning_description": "After installation {appName} will have full access to the cluster: this can pose significant security risks.",
"cannot_install_app_on_node": "Cannot install {app} {version} on {node}",
"updates_disabled_ns7_migration_description": "There is an ongoing NS7 migration. Updates will resume once the migration is complete.",
"updates_disabled_ns7_migration_title": "Updates are suspended"
"updates_disabled_ns7_migration_title": "Updates are suspended",
"no_node_eligible_for_instance_cloning": "No node is eligible for instance cloning",
"no_node_eligible_for_app_installation": "No node is eligible for app installation",
"no_node_eligible_for_instance_migration": "No node is eligible for instance migration",
"no_version_reason": {
"core_version_too_low": "Update core to version {core_min} or higher to install an instance of this app",
"rootfull_certification_level_too_low": "Apps with administrative privileges must have a minimum certification level of {certification_min}/5 to be installed"
}
},
"system_logs": {
"context_module": "Aplicación",
Expand Down Expand Up @@ -908,7 +919,10 @@
"leader_node_hostname": "Nombre de host del nodo principal",
"hostname_pattern": "Formato de nombre de host inválido",
"restore_num_apps": "Restaurar aplicaciones | Restaurar {num} aplicación | Restaurar {num} aplicaciones",
"select_apps_to_restore_description": "Tus aplicaciones se restaurarán utilizando la última copia de seguridad. Si necesitas restaurar ciertas aplicaciones desde una copia de seguridad anterior, puedes hacerlo más tarde yendo a la página '@:backup.title'"
"select_apps_to_restore_description": "Tus aplicaciones se restaurarán utilizando la última copia de seguridad. Si necesitas restaurar ciertas aplicaciones desde una copia de seguridad anterior, puedes hacerlo más tarde yendo a la página '@:backup.title'",
"apps_restoration_multi_node_description": "Apps cannot be restored automatically because the original cluster consisted of multiple nodes. You can manually restore apps later by going to '@:backup.title > @:backup.restore_app'",
"apps_restoration_single_node_description": "You can choose which apps to restore in the next step, after the cluster has been restored.",
"apps_restoration": "Apps restoration"
},
"settings_account": {
"i_have_stored_setup_key": "He guardado la <strong>clave de configuración 2FA</strong> en un lugar seguro",
Expand Down
24 changes: 19 additions & 5 deletions core/ui/public/i18n/eu/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,8 @@
"active": "Aktiboa",
"configure": "Configure",
"terms_and_conditions": "Terms and Conditions",
"terms_required": "Please read and agree to @:common.terms_and_conditions"
"terms_required": "Please read and agree to @:common.terms_and_conditions",
"not_available": "Not available"
},
"backup": {
"aws": "Amazon S3",
Expand Down Expand Up @@ -306,7 +307,9 @@
"data_encryption_key_tooltip": "This password is used to encrypt data in the backup destination and is saved inside your cluster backup. Store this password in a safe place, or remember to download cluster backup regularly.",
"most_recent": "Most recent",
"from_this_cluster": "From this cluster",
"url_pattern": "The S3-compatible hostname and bucket name must be separated by a slash '/'"
"url_pattern": "The S3-compatible hostname and bucket name must be separated by a slash '/'",
"wrong_password_or_no_key_found": "Wrong data encryption key or no key found",
"no_node_eligible_for_instance_restoration": "No node eligible for instance restoration"
},
"settings_sw_repositories": {
"create_repository": "Biltegi bat gehitu",
Expand Down Expand Up @@ -506,7 +509,8 @@
"set-retention": "Set retention",
"set-syslog-forwarder": "Set Syslog forwarder",
"set-clm-forwarder": "Set Cloud Log Manager forwarder",
"read-backup-snapshots": "Read backup snapshots"
"read-backup-snapshots": "Read backup snapshots",
"determine-restore-eligibility": "Determine restore eligibility"
},
"shell": {
"app_launcher": "Aplikazioen abiarazlea",
Expand Down Expand Up @@ -902,7 +906,10 @@
"leader_node_hostname": "Leader node hostname",
"hostname_pattern": "Invalid hostname format",
"restore_num_apps": "Restore apps | Restore {num} app | Restore {num} apps",
"select_apps_to_restore_description": "Your apps will be restored using the latest backup. If you need to restore certain apps from an earlier backup, you can do so later by going to the '@:backup.title' page"
"select_apps_to_restore_description": "Your apps will be restored using the latest backup. If you need to restore certain apps from an earlier backup, you can do so later by going to the '@:backup.title' page",
"apps_restoration_single_node_description": "You can choose which apps to restore in the next step, after the cluster has been restored.",
"apps_restoration_multi_node_description": "Apps cannot be restored automatically because the original cluster consisted of multiple nodes. You can manually restore apps later by going to '@:backup.title > @:backup.restore_app'",
"apps_restoration": "Apps restoration"
},
"login": {
"2fa_code_required": "6 digituko kodea beharrezkoa da",
Expand Down Expand Up @@ -1062,7 +1069,14 @@
"num_instances_installed": "{num} instance installed | {num} instances installed",
"cannot_install_app_on_node": "Cannot install {app} {version} on {node}",
"updates_disabled_ns7_migration_description": "There is an ongoing NS7 migration. Updates will resume once the migration is complete.",
"updates_disabled_ns7_migration_title": "Updates are suspended"
"updates_disabled_ns7_migration_title": "Updates are suspended",
"no_node_eligible_for_instance_cloning": "No node is eligible for instance cloning",
"no_node_eligible_for_app_installation": "No node is eligible for app installation",
"no_node_eligible_for_instance_migration": "No node is eligible for instance migration",
"no_version_reason": {
"core_version_too_low": "Update core to version {core_min} or higher to install an instance of this app",
"rootfull_certification_level_too_low": "Apps with administrative privileges must have a minimum certification level of {certification_min}/5 to be installed"
}
},
"account_provider": {
"title": "Kontu hornitzailea"
Expand Down
Loading

0 comments on commit f30aaf4

Please sign in to comment.