diff options
| author | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2023-08-16 13:29:36 +0200 |
|---|---|---|
| committer | Jeroen Wijenbergh <46386452+jwijenbergh@users.noreply.github.com> | 2023-09-25 09:43:37 +0200 |
| commit | 129594e5871ae0a045563a9f5b9a54eda413d1ad (patch) | |
| tree | 9ae06412feffc2b011ed24240da5f3160f92251d /client/locales | |
| parent | f583a28694be3ec3b99318673c6cdb6e42ee1372 (diff) | |
Client: Update translations from Weblate
Diffstat (limited to 'client/locales')
| -rw-r--r-- | client/locales/es/messages.gotext.json | 18 | ||||
| -rw-r--r-- | client/locales/sl/messages.gotext.json | 2 |
2 files changed, 10 insertions, 10 deletions
diff --git a/client/locales/es/messages.gotext.json b/client/locales/es/messages.gotext.json index 6c93919..720fc98 100644 --- a/client/locales/es/messages.gotext.json +++ b/client/locales/es/messages.gotext.json @@ -4,12 +4,12 @@ { "id": "Internal state transition error", "message": "Internal state transition error", - "translation": "" + "translation": "Error de transición del estado interno" }, { "id": "The client registered with an invalid client ID: '{Name}'", "message": "The client registered with an invalid client ID: '{Name}'", - "translation": "", + "translation": "El cliente se registró con un ID de cliente no válido: '{Name}'", "placeholders": [ { "id": "Name", @@ -24,7 +24,7 @@ { "id": "The client registered with an invalid version: '{Version}'", "message": "The client registered with an invalid version: '{Version}'", - "translation": "", + "translation": "El cliente se registró con una versión no válida: '{Version}'", "placeholders": [ { "id": "Version", @@ -39,7 +39,7 @@ { "id": "The log file with directory: '{Directory}' failed to initialize", "message": "The log file with directory: '{Directory}' failed to initialize", - "translation": "", + "translation": "El archivo de registro con el directorio: '{Directory}' no se puede inicializar", "placeholders": [ { "id": "Directory", @@ -54,22 +54,22 @@ { "id": "Client has an invalid state", "message": "Client has an invalid state", - "translation": "" + "translation": "El cliente tiene un estado no válido" }, { "id": "Server/organization discovery with Let's Connect is not supported", "message": "Server/organization discovery with Let's Connect is not supported", - "translation": "" + "translation": "No se admite la detección de servidores/organizaciones con Let's Connect" }, { "id": "An error occurred after getting the discovery files for the list of organizations", "message": "An error occurred after getting the discovery files for the list of organizations", - "translation": "" + "translation": "Se ha producido un error al obtener los archivos de detección de la lista de las organizaciones" }, { "id": "An error occurred after getting the discovery files for the list of servers", "message": "An error occurred after getting the discovery files for the list of servers", - "translation": "" + "translation": "Se ha producido un error al obtener los archivos de detección de la lista de servidores" }, { "id": "The current server could not be found when getting it for expiry", @@ -389,4 +389,4 @@ "translation": "" } ] -}
\ No newline at end of file +} diff --git a/client/locales/sl/messages.gotext.json b/client/locales/sl/messages.gotext.json index 2a8ae86..5503709 100644 --- a/client/locales/sl/messages.gotext.json +++ b/client/locales/sl/messages.gotext.json @@ -386,7 +386,7 @@ { "id": "with cause:", "message": "with cause:", - "translation": "- razlog:" + "translation": "; razlog:" } ] } |
