-
Notifications
You must be signed in to change notification settings - Fork 10
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 <bot@nextcloud.com>
- Loading branch information
1 parent
914ff03
commit e0f0744
Showing
2 changed files
with
30 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,16 @@ | ||
OC.L10N.register( | ||
"ldap_write_support", | ||
{ | ||
"Could not find related LDAP entry" : "Non foi posible atopar a entrada LDAP relacionada", | ||
"DisplayName change rejected" : "Cambio en DisplayName rexeitado", | ||
"Adds support for creating, manipulating and deleting users and groups on LDAP via Nextcloud" : "Engade soporte para crear, manipular e borrar usuarios e grupos en LDAP dende Nextcloud", | ||
"Writing" : "Escribindo", | ||
"An LDAP user must have an email address set." : "Un usuario LDAP debe tener definido un enderezo de correo.", | ||
"Allow users to set their avatar" : "Permite ós usuarios configurar o seu avatar", | ||
"User template" : "Plantilla de usuario", | ||
"LDIF template for creating users. Following placeholders may be used" : "Plantilla LDIF para crear usuarios. Pódense empregar os seguintes marcadores", | ||
"the user id provided by the (sub)admin" : "o identificador de usuario proporcionada polo (sub)admin", | ||
"the password provided by the (sub)admin" : "o contrasinal proporcionado polo (sub)admin", | ||
"Failed to set user template." : "Produciuse un fallo ó definir a plantilla de usuario" | ||
}, | ||
"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,14 @@ | ||
{ "translations": { | ||
"Could not find related LDAP entry" : "Non foi posible atopar a entrada LDAP relacionada", | ||
"DisplayName change rejected" : "Cambio en DisplayName rexeitado", | ||
"Adds support for creating, manipulating and deleting users and groups on LDAP via Nextcloud" : "Engade soporte para crear, manipular e borrar usuarios e grupos en LDAP dende Nextcloud", | ||
"Writing" : "Escribindo", | ||
"An LDAP user must have an email address set." : "Un usuario LDAP debe tener definido un enderezo de correo.", | ||
"Allow users to set their avatar" : "Permite ós usuarios configurar o seu avatar", | ||
"User template" : "Plantilla de usuario", | ||
"LDIF template for creating users. Following placeholders may be used" : "Plantilla LDIF para crear usuarios. Pódense empregar os seguintes marcadores", | ||
"the user id provided by the (sub)admin" : "o identificador de usuario proporcionada polo (sub)admin", | ||
"the password provided by the (sub)admin" : "o contrasinal proporcionado polo (sub)admin", | ||
"Failed to set user template." : "Produciuse un fallo ó definir a plantilla de usuario" | ||
},"pluralForm" :"nplurals=2; plural=(n != 1);" | ||
} |