Skip to content

Commit

Permalink
Fix(l10n): Update translations from Transifex
Browse files Browse the repository at this point in the history
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
  • Loading branch information
nextcloud-bot committed Apr 2, 2024
1 parent 914ff03 commit e0f0744
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
16 changes: 16 additions & 0 deletions l10n/gl.js
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);");
14 changes: 14 additions & 0 deletions l10n/gl.json
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);"
}

0 comments on commit e0f0744

Please sign in to comment.