-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix(l10n): 🔠 Update translations from Transifex
Signed-off-by: Nextcloud bot <[email protected]>
- Loading branch information
1 parent
1fc73c8
commit 2f81177
Showing
2 changed files
with
32 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
OC.L10N.register( | ||
"dokuwiki", | ||
{ | ||
"Unknown admin setting: \"%1$s\"" : "Configuración de administrador descoñecida: \"%1$s\"", | ||
"The admin setting \"%1$s\" is read-only" : "A configuración do administrador \"%1$s\" é só de lectura", | ||
"Scheme of external URL must be one of \"http\" or \"https\", but nothing was specified." : "O esquema de URL externo debe ser \"http\" ou \"https\", pero non se especificou nada.", | ||
"Scheme of external URL must be one of \"http\" or \"https\", \"%s\" given." : "O esquema de URL externo debe ser un dos \"http\" ou \"https\", \"%s\" indicado.", | ||
"Host-part of external URL seems to be empty" : "A parte do host do URL externo parece estar baleira", | ||
"Value \"%1$s\" for setting \"%2$s\" is not convertible to boolean." : "O valor \"%1$s\" para configurar \"%2$s\" non se pode converter en booleano.", | ||
"true" : "certo", | ||
"false" : "falso", | ||
"Installation problem; the required resource \"%1$s\" of type \"%2$s\" is not installed on the server, please contact the system administrator!" : "Problema de instalación; o recurso necesario \"%1$s\" de tipo \"%2$s\" non está instalado no servidor, póñase en contacto co administrador do sistema!", | ||
"Error, caught an exception." : "Erro, detectouse unha excepción.", | ||
"Caused by previous exception" : "Causado por unha excepción anterior", | ||
"Error" : "Erro" | ||
}, | ||
"nplurals=2; plural=(n != 1);"); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
{ "translations": { | ||
"Unknown admin setting: \"%1$s\"" : "Configuración de administrador descoñecida: \"%1$s\"", | ||
"The admin setting \"%1$s\" is read-only" : "A configuración do administrador \"%1$s\" é só de lectura", | ||
"Scheme of external URL must be one of \"http\" or \"https\", but nothing was specified." : "O esquema de URL externo debe ser \"http\" ou \"https\", pero non se especificou nada.", | ||
"Scheme of external URL must be one of \"http\" or \"https\", \"%s\" given." : "O esquema de URL externo debe ser un dos \"http\" ou \"https\", \"%s\" indicado.", | ||
"Host-part of external URL seems to be empty" : "A parte do host do URL externo parece estar baleira", | ||
"Value \"%1$s\" for setting \"%2$s\" is not convertible to boolean." : "O valor \"%1$s\" para configurar \"%2$s\" non se pode converter en booleano.", | ||
"true" : "certo", | ||
"false" : "falso", | ||
"Installation problem; the required resource \"%1$s\" of type \"%2$s\" is not installed on the server, please contact the system administrator!" : "Problema de instalación; o recurso necesario \"%1$s\" de tipo \"%2$s\" non está instalado no servidor, póñase en contacto co administrador do sistema!", | ||
"Error, caught an exception." : "Erro, detectouse unha excepción.", | ||
"Caused by previous exception" : "Causado por unha excepción anterior", | ||
"Error" : "Erro" | ||
},"pluralForm" :"nplurals=2; plural=(n != 1);" | ||
} |