-
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
74e1151
commit 4b42f85
Showing
14 changed files
with
220 additions
and
2 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 |
---|---|---|
@@ -1,6 +1,12 @@ | ||
OC.L10N.register( | ||
"ldap_write_support", | ||
{ | ||
"Writing" : "Schreiben" | ||
"Could not find related LDAP entry" : "Zugehöriger LDAP-Eintrag konnte nicht gefunden werden", | ||
"Write support for LDAP" : "Schreibunterstützung für LDAP", | ||
"Writing" : "Schreiben", | ||
"An LDAP user must have an email address set." : "Für einen LDAP-Benutzer muss eine E-Mail-Adresse eingerichtet sein.", | ||
"Allow users to set their avatar" : "Benutzer können ihren Avatar festlegen", | ||
"User template" : "Benutzervorlage", | ||
"LDIF template for creating users. Following placeholders may be used" : "LDIF-Vorlage für die Erstellung von Benutzern. Folgende Platzhalter können verwendet werden" | ||
}, | ||
"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 |
---|---|---|
@@ -1,4 +1,10 @@ | ||
{ "translations": { | ||
"Writing" : "Schreiben" | ||
"Could not find related LDAP entry" : "Zugehöriger LDAP-Eintrag konnte nicht gefunden werden", | ||
"Write support for LDAP" : "Schreibunterstützung für LDAP", | ||
"Writing" : "Schreiben", | ||
"An LDAP user must have an email address set." : "Für einen LDAP-Benutzer muss eine E-Mail-Adresse eingerichtet sein.", | ||
"Allow users to set their avatar" : "Benutzer können ihren Avatar festlegen", | ||
"User template" : "Benutzervorlage", | ||
"LDIF template for creating users. Following placeholders may be used" : "LDIF-Vorlage für die Erstellung von Benutzern. Folgende Platzhalter können verwendet werden" | ||
},"pluralForm" :"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,24 @@ | ||
OC.L10N.register( | ||
"ldap_write_support", | ||
{ | ||
"Could not find related LDAP entry" : "Could not find related LDAP entry", | ||
"DisplayName change rejected" : "DisplayName change rejected", | ||
"Write support for LDAP" : "Write support for LDAP", | ||
"Adds support for creating, manipulating and deleting users and groups on LDAP via Nextcloud" : "Adds support for creating, manipulating and deleting users and groups on LDAP via Nextcloud", | ||
"The write support for LDAP enriches the LDAP backend with capabilities to manage the directory from Nextcloud.\n* create, edit and delete users\n* create, modify memberships and delete groups\n* prevent fallback to the local database backend (optional)\n* auto generate a user id (optional)\n* and more behavioral switches" : "The write support for LDAP enriches the LDAP backend with capabilities to manage the directory from Nextcloud.\n* create, edit and delete users\n* create, modify memberships and delete groups\n* prevent fallback to the local database backend (optional)\n* auto generate a user id (optional)\n* and more behavioral switches", | ||
"Writing" : "Writing", | ||
"Switches" : "Switches", | ||
"Prevent fallback to other backends when creating users or groups." : "Prevent fallback to other backends when creating users or groups.", | ||
"To create users, the acting (sub)admin has to be provided by LDAP." : "To create users, the acting (sub)admin has to be provided by LDAP.", | ||
"A random user ID has to be generated, i.e. not being provided by the (sub)admin." : "A random user ID has to be generated, i.e. not being provided by the (sub)admin.", | ||
"An LDAP user must have an email address set." : "An LDAP user must have an email address set.", | ||
"Allow users to set their avatar" : "Allow users to set their avatar", | ||
"User template" : "User template", | ||
"LDIF template for creating users. Following placeholders may be used" : "LDIF template for creating users. Following placeholders may be used", | ||
"the user id provided by the (sub)admin" : "the user id provided by the (sub)admin", | ||
"the password provided by the (sub)admin" : "the password provided by the (sub)admin", | ||
"the LDAP node of the acting (sub)admin or the configured user base" : "the LDAP node of the acting (sub)admin or the configured user base", | ||
"Failed to set user template." : "Failed to set user template.", | ||
"Failed to set switch." : "Failed to set switch." | ||
}, | ||
"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,22 @@ | ||
{ "translations": { | ||
"Could not find related LDAP entry" : "Could not find related LDAP entry", | ||
"DisplayName change rejected" : "DisplayName change rejected", | ||
"Write support for LDAP" : "Write support for LDAP", | ||
"Adds support for creating, manipulating and deleting users and groups on LDAP via Nextcloud" : "Adds support for creating, manipulating and deleting users and groups on LDAP via Nextcloud", | ||
"The write support for LDAP enriches the LDAP backend with capabilities to manage the directory from Nextcloud.\n* create, edit and delete users\n* create, modify memberships and delete groups\n* prevent fallback to the local database backend (optional)\n* auto generate a user id (optional)\n* and more behavioral switches" : "The write support for LDAP enriches the LDAP backend with capabilities to manage the directory from Nextcloud.\n* create, edit and delete users\n* create, modify memberships and delete groups\n* prevent fallback to the local database backend (optional)\n* auto generate a user id (optional)\n* and more behavioral switches", | ||
"Writing" : "Writing", | ||
"Switches" : "Switches", | ||
"Prevent fallback to other backends when creating users or groups." : "Prevent fallback to other backends when creating users or groups.", | ||
"To create users, the acting (sub)admin has to be provided by LDAP." : "To create users, the acting (sub)admin has to be provided by LDAP.", | ||
"A random user ID has to be generated, i.e. not being provided by the (sub)admin." : "A random user ID has to be generated, i.e. not being provided by the (sub)admin.", | ||
"An LDAP user must have an email address set." : "An LDAP user must have an email address set.", | ||
"Allow users to set their avatar" : "Allow users to set their avatar", | ||
"User template" : "User template", | ||
"LDIF template for creating users. Following placeholders may be used" : "LDIF template for creating users. Following placeholders may be used", | ||
"the user id provided by the (sub)admin" : "the user id provided by the (sub)admin", | ||
"the password provided by the (sub)admin" : "the password provided by the (sub)admin", | ||
"the LDAP node of the acting (sub)admin or the configured user base" : "the LDAP node of the acting (sub)admin or the configured user base", | ||
"Failed to set user template." : "Failed to set user template.", | ||
"Failed to set switch." : "Failed to set switch." | ||
},"pluralForm" :"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,10 @@ | ||
OC.L10N.register( | ||
"ldap_write_support", | ||
{ | ||
"DisplayName change rejected" : "Cambio de nombre mostrado rechazado", | ||
"Write support for LDAP" : "Soporte de escritura para LDAP", | ||
"Adds support for creating, manipulating and deleting users and groups on LDAP via Nextcloud" : "Agrega soporte para crear, manipular y eliminar usuarios y grupos en LDAP a través de Nextcloud", | ||
"An LDAP user must have an email address set." : "Un usuario LDAP debe tener una dirección de correo electrónico configurada.", | ||
"User template" : "Plantilla de usuario" | ||
}, | ||
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); |
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,8 @@ | ||
{ "translations": { | ||
"DisplayName change rejected" : "Cambio de nombre mostrado rechazado", | ||
"Write support for LDAP" : "Soporte de escritura para LDAP", | ||
"Adds support for creating, manipulating and deleting users and groups on LDAP via Nextcloud" : "Agrega soporte para crear, manipular y eliminar usuarios y grupos en LDAP a través de Nextcloud", | ||
"An LDAP user must have an email address set." : "Un usuario LDAP debe tener una dirección de correo electrónico configurada.", | ||
"User template" : "Plantilla de usuario" | ||
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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,18 @@ | ||
{ "translations": { | ||
"Could not find related LDAP entry" : "Impossible de trouver l’entrée LDAP liée", | ||
"DisplayName change rejected" : "Modification du DisplayName rejetée", | ||
"Write support for LDAP" : "Prise en charge de l’écriture pour LDAP", | ||
"Adds support for creating, manipulating and deleting users and groups on LDAP via Nextcloud" : "Ajoute la prise en charge pour la création, l’édition et la suppression des utilisateurs et des groupes LDAP via Nextcloud", | ||
"The write support for LDAP enriches the LDAP backend with capabilities to manage the directory from Nextcloud.\n* create, edit and delete users\n* create, modify memberships and delete groups\n* prevent fallback to the local database backend (optional)\n* auto generate a user id (optional)\n* and more behavioral switches" : "La prise en charge de l'écriture pour le LDAP enrichi le backend LDAP avec des possibilités pour gérer l'annuaire depuis Nextcloud.\n* créer, modifier et supprimer des utilisateur\n* créer, modifier l'appartenance et supprimer des groupes\n* empêcher le retour au backend de base de données locale (optionnel)\n* générer automatiquement un identifiant d’utilisateur (optionnel)\n* et plus de commutateurs comportementaux ", | ||
"Writing" : "Écriture", | ||
"Switches" : "Commutateurs", | ||
"To create users, the acting (sub)admin has to be provided by LDAP." : "Pour créer des utilisateurs, le (sous-)administrateur suppléant doit être fourni par LDAP.", | ||
"A random user ID has to be generated, i.e. not being provided by the (sub)admin." : "Un identifiant d’utilisateur aléatoire doit être généré, c’est-à-dire non fourni par le (sous-)administrateur.", | ||
"An LDAP user must have an email address set." : "Un utilisateur LDAP doit avoir une adresse électronique définie.", | ||
"Allow users to set their avatar" : "Permettre aux utilisateurs de définir leur avatar", | ||
"User template" : "Modèle utilisateur", | ||
"the user id provided by the (sub)admin" : "L’identifiant utilisateur fourni par le (sous-)administrateur", | ||
"the password provided by the (sub)admin" : "Le mot de passe fourni par le (sous-)administrateur", | ||
"the LDAP node of the acting (sub)admin or the configured user base" : "le nœud LDAP du (sous-) administrateur suppléant ou la base utilisateurs configurée" | ||
},"pluralForm" :"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" | ||
} |
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,24 @@ | ||
OC.L10N.register( | ||
"ldap_write_support", | ||
{ | ||
"Could not find related LDAP entry" : "Não foi possível encontrar a entrada LDAP relacionada", | ||
"DisplayName change rejected" : "Alteração de DisplayName rejeitada", | ||
"Write support for LDAP" : "Suporte de gravação para LDAP", | ||
"Adds support for creating, manipulating and deleting users and groups on LDAP via Nextcloud" : "Adiciona suporte para criação, manipulação e exclusão de usuários e grupos no LDAP via Nextcloud", | ||
"The write support for LDAP enriches the LDAP backend with capabilities to manage the directory from Nextcloud.\n* create, edit and delete users\n* create, modify memberships and delete groups\n* prevent fallback to the local database backend (optional)\n* auto generate a user id (optional)\n* and more behavioral switches" : "O suporte de gravação para LDAP enriquece o back-end LDAP com recursos para gerenciar o diretório do Nextcloud. \n* criar, editar e excluir usuários \n* criar, modificar associações e excluir grupos \n* evitar fallback para o back-end do banco de dados local (opcional) \n* gerar automaticamente um ID de usuário (opcional) \n* e mais mudanças comportamentais", | ||
"Writing" : "Escrita", | ||
"Switches" : "Comutas", | ||
"Prevent fallback to other backends when creating users or groups." : "Evite o fallback para outros back-ends ao criar usuários ou grupos.", | ||
"To create users, the acting (sub)admin has to be provided by LDAP." : "Para criar usuários, o (sub)administrador atuante deve ser fornecido pelo LDAP.", | ||
"A random user ID has to be generated, i.e. not being provided by the (sub)admin." : "Um ID de usuário aleatório deve ser gerado, ou seja, não fornecido pelo (sub)administrador.", | ||
"An LDAP user must have an email address set." : "Um usuário LDAP deve ter um endereço de e-mail definido.", | ||
"Allow users to set their avatar" : "Permitir que os usuários definam seu avatar", | ||
"User template" : "Modelo de usuário", | ||
"LDIF template for creating users. Following placeholders may be used" : "Modelo LDIF para criação de usuários. Os seguintes espaços reservados podem ser usados", | ||
"the user id provided by the (sub)admin" : "o ID do usuário fornecido pelo (sub)administrador", | ||
"the password provided by the (sub)admin" : "a senha fornecida pelo (sub)administrador", | ||
"the LDAP node of the acting (sub)admin or the configured user base" : "o nó LDAP do (sub)administrador atuante ou da base de usuários configurada", | ||
"Failed to set user template." : "Falha ao definir o modelo do usuário.", | ||
"Failed to set switch." : "Falha ao definir o interruptor." | ||
}, | ||
"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); |
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,22 @@ | ||
{ "translations": { | ||
"Could not find related LDAP entry" : "Não foi possível encontrar a entrada LDAP relacionada", | ||
"DisplayName change rejected" : "Alteração de DisplayName rejeitada", | ||
"Write support for LDAP" : "Suporte de gravação para LDAP", | ||
"Adds support for creating, manipulating and deleting users and groups on LDAP via Nextcloud" : "Adiciona suporte para criação, manipulação e exclusão de usuários e grupos no LDAP via Nextcloud", | ||
"The write support for LDAP enriches the LDAP backend with capabilities to manage the directory from Nextcloud.\n* create, edit and delete users\n* create, modify memberships and delete groups\n* prevent fallback to the local database backend (optional)\n* auto generate a user id (optional)\n* and more behavioral switches" : "O suporte de gravação para LDAP enriquece o back-end LDAP com recursos para gerenciar o diretório do Nextcloud. \n* criar, editar e excluir usuários \n* criar, modificar associações e excluir grupos \n* evitar fallback para o back-end do banco de dados local (opcional) \n* gerar automaticamente um ID de usuário (opcional) \n* e mais mudanças comportamentais", | ||
"Writing" : "Escrita", | ||
"Switches" : "Comutas", | ||
"Prevent fallback to other backends when creating users or groups." : "Evite o fallback para outros back-ends ao criar usuários ou grupos.", | ||
"To create users, the acting (sub)admin has to be provided by LDAP." : "Para criar usuários, o (sub)administrador atuante deve ser fornecido pelo LDAP.", | ||
"A random user ID has to be generated, i.e. not being provided by the (sub)admin." : "Um ID de usuário aleatório deve ser gerado, ou seja, não fornecido pelo (sub)administrador.", | ||
"An LDAP user must have an email address set." : "Um usuário LDAP deve ter um endereço de e-mail definido.", | ||
"Allow users to set their avatar" : "Permitir que os usuários definam seu avatar", | ||
"User template" : "Modelo de usuário", | ||
"LDIF template for creating users. Following placeholders may be used" : "Modelo LDIF para criação de usuários. Os seguintes espaços reservados podem ser usados", | ||
"the user id provided by the (sub)admin" : "o ID do usuário fornecido pelo (sub)administrador", | ||
"the password provided by the (sub)admin" : "a senha fornecida pelo (sub)administrador", | ||
"the LDAP node of the acting (sub)admin or the configured user base" : "o nó LDAP do (sub)administrador atuante ou da base de usuários configurada", | ||
"Failed to set user template." : "Falha ao definir o modelo do usuário.", | ||
"Failed to set switch." : "Falha ao definir o interruptor." | ||
},"pluralForm" :"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" | ||
} |
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,7 @@ | ||
OC.L10N.register( | ||
"ldap_write_support", | ||
{ | ||
"Could not find related LDAP entry" : "Ni bilo mogoče najti povezanega LDAP vnosa", | ||
"DisplayName change rejected" : "Sprememba DisplayName je bila zavrnjena" | ||
}, | ||
"nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);"); |
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,5 @@ | ||
{ "translations": { | ||
"Could not find related LDAP entry" : "Ni bilo mogoče najti povezanega LDAP vnosa", | ||
"DisplayName change rejected" : "Sprememba DisplayName je bila zavrnjena" | ||
},"pluralForm" :"nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);" | ||
} |
Oops, something went wrong.