Skip to content

Commit

Permalink
Client: Update translations from Weblate
Browse files Browse the repository at this point in the history
  • Loading branch information
jwijenbergh committed Aug 16, 2023
1 parent d9e7837 commit 34e0fe2
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 24 deletions.
18 changes: 9 additions & 9 deletions client/locales/es/messages.gotext.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand All @@ -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",
Expand All @@ -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",
Expand Down Expand Up @@ -389,4 +389,4 @@
"translation": ""
}
]
}
}
2 changes: 1 addition & 1 deletion client/locales/sl/messages.gotext.json
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@
{
"id": "with cause:",
"message": "with cause:",
"translation": "- razlog:"
"translation": "; razlog:"
}
]
}
36 changes: 22 additions & 14 deletions client/zgotext.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 34e0fe2

Please sign in to comment.