[tx-robot] updated from transifex
This commit is contained in:
parent
afb360bcd8
commit
afd0185ca7
10
l10n/de.js
10
l10n/de.js
|
|
@ -2,6 +2,7 @@ OC.L10N.register(
|
|||
"registration",
|
||||
{
|
||||
"Registration is not allowed with the following domains:" : "Die Registrierung ist für folgende Domains nicht zulässig:",
|
||||
"Registration is only allowed with the following domains:" : "Die Registrierung ist nur für folgende Domains zulässig:",
|
||||
"The entered verification code is wrong" : "Der eingegebene Überprüfungscode ist falsch",
|
||||
"The verification failed." : "Die Überprüfung ist fehlgeschlagen.",
|
||||
"Saved" : "Gespeichert",
|
||||
|
|
@ -22,6 +23,7 @@ OC.L10N.register(
|
|||
"Enable now" : "Jetzt aktivieren",
|
||||
"A user has already taken this email, maybe you already have an account?" : "Ein Benutzer hat diese E-Mail bereits verwendet. Hast Du vielleicht schon ein Konto?",
|
||||
"You can <a href=\"%s\">log in now</a>." : "Du kannst Dich nun <a href=\"%s\">Anmelden</a>.",
|
||||
"Registration with this email domain is not allowed." : "Die Registrierung mit dieser E-Mail Domain ist nicht erlaubt.",
|
||||
"Please provide a valid display name." : "Bitte gib einen gültigen Anzeigenamen an.",
|
||||
"Please provide a valid user name." : "Bitte gib einen gültigen Benutzernamen an.",
|
||||
"The username you have chosen already exists." : "Der gewählte Benutzername ist bereits vorhanden.",
|
||||
|
|
@ -30,7 +32,15 @@ OC.L10N.register(
|
|||
"Registration app auto setup" : "Automatische Einrichtung der Registrierungs-App",
|
||||
"This app allows users to self-register a new account using their e-mail address." : "Mit dieser App können Benutzer selbst ein neues Konto mithilfe ihrer E-Mail-Adresse erstellen.",
|
||||
"User registration\n\nThis app allows users to register a new account.\n\n# Features\n\n- Add users to a given group\n- Allow-list with email domains (including wildcard) to register with\n- Admins will be notified via email for new user creation or require approval\n- Supports Nextcloud's Client Login Flow v1 and v2 - Allowing registration in the mobile Apps and Desktop clients\n\n# Web form registration flow\n\n1. User enters their email address\n2. Verification link is sent to the email address\n3. User clicks on the verification link\n4. User is lead to a form where they can choose their username and password\n5. New account is created and is logged in automatically" : "Benutzer-Registrierung\n\nDiese App ermöglicht es Benutzern, ein neues Konto zu registrieren.\n\n# Funktionen\n\n- Benutzer zu einer bestimmten Gruppe hinzufügen\n- Erlauben-Liste mit E-Mail-Domains (einschließlich Wildcard) zur Registrierung\n- Admins werden per E-Mail benachrichtigt, wenn ein neuer Benutzer angelegt wird oder eine Genehmigung erforderlich ist.\n- Unterstützt Nextcloud's Client Login Flow v1 und v2 - Ermöglicht die Registrierung in den mobilen Apps und Desktop-Clients\n\n# Ablauf der Webformular-Registrierung\n\n1. Benutzer gibt seine E-Mail-Adresse ein\n2. Der Verifizierungslink wird an die E-Mail-Adresse\n3. Benutzer klickt auf den Verifizierungslink\n4. Der Benutzer wird zu einem Formular geführt, in dem er seinen Benutzernamen und sein Passwort wählen kann.\n5. Neues Konto wird erstellt und automatisch eingeloggt",
|
||||
"Registered users default group" : "Standardgruppe für registrierte Nutzer",
|
||||
"None" : "Keine",
|
||||
"Allowed email domains" : "Erlaubte E-Mail Domains",
|
||||
"Enter a semicolon-separated list of allowed email domains, * for wildcard. Example: %s" : "Gib eine durch Semikolons getrennte Liste der zulässigen Domains ein. * für Platzhalter. Beispiel: %s",
|
||||
"Block listed email domains instead of allowing them" : "Liste der gesperrten E-Mail-Domains, anstatt diese zuzulassen",
|
||||
"Show the allowed/blocked email domains to users" : "Benutzern die zulässigen/blockierten E-Mail-Domäns anzeigen",
|
||||
"Force email as login name" : "E-Mail als Anmeldename erzwingen",
|
||||
"Admin approval" : "Genehmigung durch Administrator",
|
||||
"Require admin approval" : "Genehmigung durch Administrator erforderlich",
|
||||
"Enabling \"admin approval\" will prevent registrations from mobile and desktop clients to complete as the credentials can not be verified by the client until the user was enabled." : "Die Aktivierung der \"Admin-Genehmigung\" verhindert, dass Registrierungen von mobilen und Desktop-Clients abgeschlossen werden können, da die Anmeldedaten vom Client nicht überprüft werden können, bevor der Benutzer aktiviert wurde.",
|
||||
"Approval required" : "Genehmigung erforderlich",
|
||||
"Your account has been successfully created, but it still needs approval from an administrator." : "Dein Konto wurde erfolgreich erstellt, muss aber noch von einem Administrator bestätigt werden.",
|
||||
|
|
|
|||
10
l10n/de.json
10
l10n/de.json
|
|
@ -1,5 +1,6 @@
|
|||
{ "translations": {
|
||||
"Registration is not allowed with the following domains:" : "Die Registrierung ist für folgende Domains nicht zulässig:",
|
||||
"Registration is only allowed with the following domains:" : "Die Registrierung ist nur für folgende Domains zulässig:",
|
||||
"The entered verification code is wrong" : "Der eingegebene Überprüfungscode ist falsch",
|
||||
"The verification failed." : "Die Überprüfung ist fehlgeschlagen.",
|
||||
"Saved" : "Gespeichert",
|
||||
|
|
@ -20,6 +21,7 @@
|
|||
"Enable now" : "Jetzt aktivieren",
|
||||
"A user has already taken this email, maybe you already have an account?" : "Ein Benutzer hat diese E-Mail bereits verwendet. Hast Du vielleicht schon ein Konto?",
|
||||
"You can <a href=\"%s\">log in now</a>." : "Du kannst Dich nun <a href=\"%s\">Anmelden</a>.",
|
||||
"Registration with this email domain is not allowed." : "Die Registrierung mit dieser E-Mail Domain ist nicht erlaubt.",
|
||||
"Please provide a valid display name." : "Bitte gib einen gültigen Anzeigenamen an.",
|
||||
"Please provide a valid user name." : "Bitte gib einen gültigen Benutzernamen an.",
|
||||
"The username you have chosen already exists." : "Der gewählte Benutzername ist bereits vorhanden.",
|
||||
|
|
@ -28,7 +30,15 @@
|
|||
"Registration app auto setup" : "Automatische Einrichtung der Registrierungs-App",
|
||||
"This app allows users to self-register a new account using their e-mail address." : "Mit dieser App können Benutzer selbst ein neues Konto mithilfe ihrer E-Mail-Adresse erstellen.",
|
||||
"User registration\n\nThis app allows users to register a new account.\n\n# Features\n\n- Add users to a given group\n- Allow-list with email domains (including wildcard) to register with\n- Admins will be notified via email for new user creation or require approval\n- Supports Nextcloud's Client Login Flow v1 and v2 - Allowing registration in the mobile Apps and Desktop clients\n\n# Web form registration flow\n\n1. User enters their email address\n2. Verification link is sent to the email address\n3. User clicks on the verification link\n4. User is lead to a form where they can choose their username and password\n5. New account is created and is logged in automatically" : "Benutzer-Registrierung\n\nDiese App ermöglicht es Benutzern, ein neues Konto zu registrieren.\n\n# Funktionen\n\n- Benutzer zu einer bestimmten Gruppe hinzufügen\n- Erlauben-Liste mit E-Mail-Domains (einschließlich Wildcard) zur Registrierung\n- Admins werden per E-Mail benachrichtigt, wenn ein neuer Benutzer angelegt wird oder eine Genehmigung erforderlich ist.\n- Unterstützt Nextcloud's Client Login Flow v1 und v2 - Ermöglicht die Registrierung in den mobilen Apps und Desktop-Clients\n\n# Ablauf der Webformular-Registrierung\n\n1. Benutzer gibt seine E-Mail-Adresse ein\n2. Der Verifizierungslink wird an die E-Mail-Adresse\n3. Benutzer klickt auf den Verifizierungslink\n4. Der Benutzer wird zu einem Formular geführt, in dem er seinen Benutzernamen und sein Passwort wählen kann.\n5. Neues Konto wird erstellt und automatisch eingeloggt",
|
||||
"Registered users default group" : "Standardgruppe für registrierte Nutzer",
|
||||
"None" : "Keine",
|
||||
"Allowed email domains" : "Erlaubte E-Mail Domains",
|
||||
"Enter a semicolon-separated list of allowed email domains, * for wildcard. Example: %s" : "Gib eine durch Semikolons getrennte Liste der zulässigen Domains ein. * für Platzhalter. Beispiel: %s",
|
||||
"Block listed email domains instead of allowing them" : "Liste der gesperrten E-Mail-Domains, anstatt diese zuzulassen",
|
||||
"Show the allowed/blocked email domains to users" : "Benutzern die zulässigen/blockierten E-Mail-Domäns anzeigen",
|
||||
"Force email as login name" : "E-Mail als Anmeldename erzwingen",
|
||||
"Admin approval" : "Genehmigung durch Administrator",
|
||||
"Require admin approval" : "Genehmigung durch Administrator erforderlich",
|
||||
"Enabling \"admin approval\" will prevent registrations from mobile and desktop clients to complete as the credentials can not be verified by the client until the user was enabled." : "Die Aktivierung der \"Admin-Genehmigung\" verhindert, dass Registrierungen von mobilen und Desktop-Clients abgeschlossen werden können, da die Anmeldedaten vom Client nicht überprüft werden können, bevor der Benutzer aktiviert wurde.",
|
||||
"Approval required" : "Genehmigung erforderlich",
|
||||
"Your account has been successfully created, but it still needs approval from an administrator." : "Dein Konto wurde erfolgreich erstellt, muss aber noch von einem Administrator bestätigt werden.",
|
||||
|
|
|
|||
|
|
@ -2,6 +2,7 @@ OC.L10N.register(
|
|||
"registration",
|
||||
{
|
||||
"Registration is not allowed with the following domains:" : "Die Registrierung ist für folgende Domains nicht zulässig:",
|
||||
"Registration is only allowed with the following domains:" : "Die Registrierung ist nur für folgende Domains zulässig:",
|
||||
"The entered verification code is wrong" : "Der eingegebene Überprüfungscode ist falsch",
|
||||
"The verification failed." : "Die Überprüfung ist fehlgeschlagen.",
|
||||
"Saved" : "Gespeichert",
|
||||
|
|
@ -22,6 +23,7 @@ OC.L10N.register(
|
|||
"Enable now" : "Jetzt aktivieren",
|
||||
"A user has already taken this email, maybe you already have an account?" : "Ein Benutzer hat diese E-Mail-Adresse bereits verwendet. Haben Sie vielleicht schon ein Konto?",
|
||||
"You can <a href=\"%s\">log in now</a>." : "Sie können sich nun <a href=\"%s\">Anmelden</a>.",
|
||||
"Registration with this email domain is not allowed." : "Die Registrierung mit dieser E-Mail Domain ist nicht erlaubt.",
|
||||
"Please provide a valid display name." : "Bitte geben Sie einen gültigen Anzeigenamen an.",
|
||||
"Please provide a valid user name." : "Bitte geben Sie einen gültigen Benutzernamen an.",
|
||||
"The username you have chosen already exists." : "Der von Ihnen gewählte Benutzername ist bereits vorhanden.",
|
||||
|
|
@ -30,7 +32,15 @@ OC.L10N.register(
|
|||
"Registration app auto setup" : "Automatische Einrichtung der Registrierungs-App",
|
||||
"This app allows users to self-register a new account using their e-mail address." : "Mit dieser App können Benutzer selbst ein neues Konto mithilfe ihrer E-Mail-Adresse erstellen.",
|
||||
"User registration\n\nThis app allows users to register a new account.\n\n# Features\n\n- Add users to a given group\n- Allow-list with email domains (including wildcard) to register with\n- Admins will be notified via email for new user creation or require approval\n- Supports Nextcloud's Client Login Flow v1 and v2 - Allowing registration in the mobile Apps and Desktop clients\n\n# Web form registration flow\n\n1. User enters their email address\n2. Verification link is sent to the email address\n3. User clicks on the verification link\n4. User is lead to a form where they can choose their username and password\n5. New account is created and is logged in automatically" : "Benutzer-Registrierung\n\nDiese App ermöglicht es Benutzern, ein neues Konto zu registrieren.\n\n# Funktionen\n\n- Benutzer zu einer bestimmten Gruppe hinzufügen\n- Erlauben-Liste mit E-Mail-Domains (einschließlich Wildcard) zur Registrierung\n- Admins werden per E-Mail benachrichtigt, wenn ein neuer Benutzer angelegt wird oder eine Genehmigung erforderlich ist.\n- Unterstützt Nextcloud's Client Login Flow v1 und v2 - Ermöglicht die Registrierung in den mobilen Apps und Desktop-Clients\n\n# Ablauf der Webformular-Registrierung\n\n1. Benutzer gibt seine E-Mail-Adresse ein\n2. Der Verifizierungslink wird an die E-Mail-Adresse\n3. Benutzer klickt auf den Verifizierungslink\n4. Der Benutzer wird zu einem Formular geführt, in dem er seinen Benutzernamen und sein Passwort wählen kann.\n5. Neues Konto wird erstellt und automatisch eingeloggt",
|
||||
"Registered users default group" : "Standardgruppe für registrierte Nutzer",
|
||||
"None" : "Keine",
|
||||
"Allowed email domains" : "Erlaubte E-Mail Domains",
|
||||
"Enter a semicolon-separated list of allowed email domains, * for wildcard. Example: %s" : "Geben Sie eine durch Semikolons getrennte Liste der zulässigen Domains ein. * für Platzhalter. Beispiel: %s",
|
||||
"Block listed email domains instead of allowing them" : "Liste der gesperrten E-Mail-Domains, anstatt diese zuzulassen",
|
||||
"Show the allowed/blocked email domains to users" : "Benutzern die zulässigen/blockierten E-Mail-Domäns anzeigen",
|
||||
"Force email as login name" : "E-Mail als Anmeldename erzwingen",
|
||||
"Admin approval" : "Genehmigung durch Administrator",
|
||||
"Require admin approval" : "Genehmigung durch Administrator erforderlich",
|
||||
"Enabling \"admin approval\" will prevent registrations from mobile and desktop clients to complete as the credentials can not be verified by the client until the user was enabled." : "Die Aktivierung der \"Admin-Genehmigung\" verhindert, dass Registrierungen von mobilen und Desktop-Clients abgeschlossen werden können, da die Anmeldedaten vom Client nicht überprüft werden können, bevor der Benutzer aktiviert wurde.",
|
||||
"Approval required" : "Genehmigung erforderlich",
|
||||
"Your account has been successfully created, but it still needs approval from an administrator." : "Ihr Konto wurde erfolgreich erstellt, muss aber noch von einem Administrator bestätigt werden.",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
{ "translations": {
|
||||
"Registration is not allowed with the following domains:" : "Die Registrierung ist für folgende Domains nicht zulässig:",
|
||||
"Registration is only allowed with the following domains:" : "Die Registrierung ist nur für folgende Domains zulässig:",
|
||||
"The entered verification code is wrong" : "Der eingegebene Überprüfungscode ist falsch",
|
||||
"The verification failed." : "Die Überprüfung ist fehlgeschlagen.",
|
||||
"Saved" : "Gespeichert",
|
||||
|
|
@ -20,6 +21,7 @@
|
|||
"Enable now" : "Jetzt aktivieren",
|
||||
"A user has already taken this email, maybe you already have an account?" : "Ein Benutzer hat diese E-Mail-Adresse bereits verwendet. Haben Sie vielleicht schon ein Konto?",
|
||||
"You can <a href=\"%s\">log in now</a>." : "Sie können sich nun <a href=\"%s\">Anmelden</a>.",
|
||||
"Registration with this email domain is not allowed." : "Die Registrierung mit dieser E-Mail Domain ist nicht erlaubt.",
|
||||
"Please provide a valid display name." : "Bitte geben Sie einen gültigen Anzeigenamen an.",
|
||||
"Please provide a valid user name." : "Bitte geben Sie einen gültigen Benutzernamen an.",
|
||||
"The username you have chosen already exists." : "Der von Ihnen gewählte Benutzername ist bereits vorhanden.",
|
||||
|
|
@ -28,7 +30,15 @@
|
|||
"Registration app auto setup" : "Automatische Einrichtung der Registrierungs-App",
|
||||
"This app allows users to self-register a new account using their e-mail address." : "Mit dieser App können Benutzer selbst ein neues Konto mithilfe ihrer E-Mail-Adresse erstellen.",
|
||||
"User registration\n\nThis app allows users to register a new account.\n\n# Features\n\n- Add users to a given group\n- Allow-list with email domains (including wildcard) to register with\n- Admins will be notified via email for new user creation or require approval\n- Supports Nextcloud's Client Login Flow v1 and v2 - Allowing registration in the mobile Apps and Desktop clients\n\n# Web form registration flow\n\n1. User enters their email address\n2. Verification link is sent to the email address\n3. User clicks on the verification link\n4. User is lead to a form where they can choose their username and password\n5. New account is created and is logged in automatically" : "Benutzer-Registrierung\n\nDiese App ermöglicht es Benutzern, ein neues Konto zu registrieren.\n\n# Funktionen\n\n- Benutzer zu einer bestimmten Gruppe hinzufügen\n- Erlauben-Liste mit E-Mail-Domains (einschließlich Wildcard) zur Registrierung\n- Admins werden per E-Mail benachrichtigt, wenn ein neuer Benutzer angelegt wird oder eine Genehmigung erforderlich ist.\n- Unterstützt Nextcloud's Client Login Flow v1 und v2 - Ermöglicht die Registrierung in den mobilen Apps und Desktop-Clients\n\n# Ablauf der Webformular-Registrierung\n\n1. Benutzer gibt seine E-Mail-Adresse ein\n2. Der Verifizierungslink wird an die E-Mail-Adresse\n3. Benutzer klickt auf den Verifizierungslink\n4. Der Benutzer wird zu einem Formular geführt, in dem er seinen Benutzernamen und sein Passwort wählen kann.\n5. Neues Konto wird erstellt und automatisch eingeloggt",
|
||||
"Registered users default group" : "Standardgruppe für registrierte Nutzer",
|
||||
"None" : "Keine",
|
||||
"Allowed email domains" : "Erlaubte E-Mail Domains",
|
||||
"Enter a semicolon-separated list of allowed email domains, * for wildcard. Example: %s" : "Geben Sie eine durch Semikolons getrennte Liste der zulässigen Domains ein. * für Platzhalter. Beispiel: %s",
|
||||
"Block listed email domains instead of allowing them" : "Liste der gesperrten E-Mail-Domains, anstatt diese zuzulassen",
|
||||
"Show the allowed/blocked email domains to users" : "Benutzern die zulässigen/blockierten E-Mail-Domäns anzeigen",
|
||||
"Force email as login name" : "E-Mail als Anmeldename erzwingen",
|
||||
"Admin approval" : "Genehmigung durch Administrator",
|
||||
"Require admin approval" : "Genehmigung durch Administrator erforderlich",
|
||||
"Enabling \"admin approval\" will prevent registrations from mobile and desktop clients to complete as the credentials can not be verified by the client until the user was enabled." : "Die Aktivierung der \"Admin-Genehmigung\" verhindert, dass Registrierungen von mobilen und Desktop-Clients abgeschlossen werden können, da die Anmeldedaten vom Client nicht überprüft werden können, bevor der Benutzer aktiviert wurde.",
|
||||
"Approval required" : "Genehmigung erforderlich",
|
||||
"Your account has been successfully created, but it still needs approval from an administrator." : "Ihr Konto wurde erfolgreich erstellt, muss aber noch von einem Administrator bestätigt werden.",
|
||||
|
|
|
|||
11
l10n/gl.js
11
l10n/gl.js
|
|
@ -1,6 +1,8 @@
|
|||
OC.L10N.register(
|
||||
"registration",
|
||||
{
|
||||
"Registration is not allowed with the following domains:" : "Non está permitido o rexistro cos seguintes dominios:",
|
||||
"Registration is only allowed with the following domains:" : "O rexistro só está permitido cos seguintes dominios:",
|
||||
"The entered verification code is wrong" : "O código de verificación introducido é incorrecto",
|
||||
"The verification failed." : "Produciuse un fallo na verificación.",
|
||||
"Saved" : "Gardada",
|
||||
|
|
@ -21,6 +23,7 @@ OC.L10N.register(
|
|||
"Enable now" : "Activar agora",
|
||||
"A user has already taken this email, maybe you already have an account?" : "Un usuario xa utilizou este correo-e, quizais ten xa unha conta?",
|
||||
"You can <a href=\"%s\">log in now</a>." : "Pode <a href=\"%s\">iniciar sesión agora</a>.",
|
||||
"Registration with this email domain is not allowed." : "Non está permitido o rexistro con este dominio de correo electrónico.",
|
||||
"Please provide a valid display name." : "Indique un nome que amosar válido.",
|
||||
"Please provide a valid user name." : "Indique un nome de usuario válido.",
|
||||
"The username you have chosen already exists." : "O nome de usuario que escolleu xa existe.",
|
||||
|
|
@ -29,7 +32,15 @@ OC.L10N.register(
|
|||
"Registration app auto setup" : "Configuración automática da aplicación de rexistro",
|
||||
"This app allows users to self-register a new account using their e-mail address." : "Esta aplicación permítelle aos usuarios autorexistrar unha nova conta usando o seu enderezo de correo-e",
|
||||
"User registration\n\nThis app allows users to register a new account.\n\n# Features\n\n- Add users to a given group\n- Allow-list with email domains (including wildcard) to register with\n- Admins will be notified via email for new user creation or require approval\n- Supports Nextcloud's Client Login Flow v1 and v2 - Allowing registration in the mobile Apps and Desktop clients\n\n# Web form registration flow\n\n1. User enters their email address\n2. Verification link is sent to the email address\n3. User clicks on the verification link\n4. User is lead to a form where they can choose their username and password\n5. New account is created and is logged in automatically" : "Rexistro de usuario\n\nEsta aplicación permítelle aos usuarios rexistrar unha nova conta.\n\n# Características\n\n- Engadir usuarios a un grupo determinado\n- Permitie unha lista con dominios de correo electrónico (incluído o comodín) para rexistrarse\n- Os administradores recibirán unha notificación por correo-e para a creación de novos usuarios ou que requirirán aprobación\n- Admite o fluxo v1 e v2 de inicio de sesión de cliente de Nextcloud - Permite o rexistro nas aplicacións móbiles e clientes de escritorio\n\n# Fluxo de rexistro de formularios web\n\n1. O usuario introduce o seu enderezo de correo-e\n2. A ligazón de verificación envíase ao enderezo de correo-e\n3. O usuario preme na ligazón de verificación\n4. O usuario é dirixido cara a un formulario onde pode escoller o seu nome de usuario e contrasinal\n5. Créase unha nova conta e inicia sesión automaticamente",
|
||||
"Registered users default group" : "Grupo predeterminado de usuarios rexistrados",
|
||||
"None" : "Ningún",
|
||||
"Allowed email domains" : "Dominios de correo-e permitidos",
|
||||
"Enter a semicolon-separated list of allowed email domains, * for wildcard. Example: %s" : "Introduza unha lista separada por punto e coma de dominios permitidos, usar * como comodín. Exemplo: %s",
|
||||
"Block listed email domains instead of allowing them" : "Bloquear os dominios de correo-e listados no canto de permitilos",
|
||||
"Show the allowed/blocked email domains to users" : "Amosar aos usuarios os dominios de correo-e permitidos/bloqueados",
|
||||
"Force email as login name" : "Forzar o correo-e como nome de inicio de sesión",
|
||||
"Admin approval" : "Aprobación do administrador",
|
||||
"Require admin approval" : "Necesita a aprobación do administrador",
|
||||
"Enabling \"admin approval\" will prevent registrations from mobile and desktop clients to complete as the credentials can not be verified by the client until the user was enabled." : "Ao activar a «aprobación do administrador» evitará que os rexistros de clientes móbiles e de escritorio se completen xa que o cliente non pode ser verificado ata que o usuario estea activado.",
|
||||
"Approval required" : "É necesaria a aprobación",
|
||||
"Your account has been successfully created, but it still needs approval from an administrator." : "A súa conta creouse correctamente, mais aínda precisa da aprobación dun administrador.",
|
||||
|
|
|
|||
11
l10n/gl.json
11
l10n/gl.json
|
|
@ -1,4 +1,6 @@
|
|||
{ "translations": {
|
||||
"Registration is not allowed with the following domains:" : "Non está permitido o rexistro cos seguintes dominios:",
|
||||
"Registration is only allowed with the following domains:" : "O rexistro só está permitido cos seguintes dominios:",
|
||||
"The entered verification code is wrong" : "O código de verificación introducido é incorrecto",
|
||||
"The verification failed." : "Produciuse un fallo na verificación.",
|
||||
"Saved" : "Gardada",
|
||||
|
|
@ -19,6 +21,7 @@
|
|||
"Enable now" : "Activar agora",
|
||||
"A user has already taken this email, maybe you already have an account?" : "Un usuario xa utilizou este correo-e, quizais ten xa unha conta?",
|
||||
"You can <a href=\"%s\">log in now</a>." : "Pode <a href=\"%s\">iniciar sesión agora</a>.",
|
||||
"Registration with this email domain is not allowed." : "Non está permitido o rexistro con este dominio de correo electrónico.",
|
||||
"Please provide a valid display name." : "Indique un nome que amosar válido.",
|
||||
"Please provide a valid user name." : "Indique un nome de usuario válido.",
|
||||
"The username you have chosen already exists." : "O nome de usuario que escolleu xa existe.",
|
||||
|
|
@ -27,7 +30,15 @@
|
|||
"Registration app auto setup" : "Configuración automática da aplicación de rexistro",
|
||||
"This app allows users to self-register a new account using their e-mail address." : "Esta aplicación permítelle aos usuarios autorexistrar unha nova conta usando o seu enderezo de correo-e",
|
||||
"User registration\n\nThis app allows users to register a new account.\n\n# Features\n\n- Add users to a given group\n- Allow-list with email domains (including wildcard) to register with\n- Admins will be notified via email for new user creation or require approval\n- Supports Nextcloud's Client Login Flow v1 and v2 - Allowing registration in the mobile Apps and Desktop clients\n\n# Web form registration flow\n\n1. User enters their email address\n2. Verification link is sent to the email address\n3. User clicks on the verification link\n4. User is lead to a form where they can choose their username and password\n5. New account is created and is logged in automatically" : "Rexistro de usuario\n\nEsta aplicación permítelle aos usuarios rexistrar unha nova conta.\n\n# Características\n\n- Engadir usuarios a un grupo determinado\n- Permitie unha lista con dominios de correo electrónico (incluído o comodín) para rexistrarse\n- Os administradores recibirán unha notificación por correo-e para a creación de novos usuarios ou que requirirán aprobación\n- Admite o fluxo v1 e v2 de inicio de sesión de cliente de Nextcloud - Permite o rexistro nas aplicacións móbiles e clientes de escritorio\n\n# Fluxo de rexistro de formularios web\n\n1. O usuario introduce o seu enderezo de correo-e\n2. A ligazón de verificación envíase ao enderezo de correo-e\n3. O usuario preme na ligazón de verificación\n4. O usuario é dirixido cara a un formulario onde pode escoller o seu nome de usuario e contrasinal\n5. Créase unha nova conta e inicia sesión automaticamente",
|
||||
"Registered users default group" : "Grupo predeterminado de usuarios rexistrados",
|
||||
"None" : "Ningún",
|
||||
"Allowed email domains" : "Dominios de correo-e permitidos",
|
||||
"Enter a semicolon-separated list of allowed email domains, * for wildcard. Example: %s" : "Introduza unha lista separada por punto e coma de dominios permitidos, usar * como comodín. Exemplo: %s",
|
||||
"Block listed email domains instead of allowing them" : "Bloquear os dominios de correo-e listados no canto de permitilos",
|
||||
"Show the allowed/blocked email domains to users" : "Amosar aos usuarios os dominios de correo-e permitidos/bloqueados",
|
||||
"Force email as login name" : "Forzar o correo-e como nome de inicio de sesión",
|
||||
"Admin approval" : "Aprobación do administrador",
|
||||
"Require admin approval" : "Necesita a aprobación do administrador",
|
||||
"Enabling \"admin approval\" will prevent registrations from mobile and desktop clients to complete as the credentials can not be verified by the client until the user was enabled." : "Ao activar a «aprobación do administrador» evitará que os rexistros de clientes móbiles e de escritorio se completen xa que o cliente non pode ser verificado ata que o usuario estea activado.",
|
||||
"Approval required" : "É necesaria a aprobación",
|
||||
"Your account has been successfully created, but it still needs approval from an administrator." : "A súa conta creouse correctamente, mais aínda precisa da aprobación dun administrador.",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
OC.L10N.register(
|
||||
"registration",
|
||||
{
|
||||
"Registration is not allowed with the following domains:" : "O registro não é permitido para os seguintes domínios:",
|
||||
"Registration is only allowed with the following domains:" : "O registro só é permitido para os seguintes domínios:",
|
||||
"The entered verification code is wrong" : "O código de verificação digitado está incorreto",
|
||||
"The verification failed." : "Falha na verificação.",
|
||||
"Saved" : "Salvo",
|
||||
|
|
@ -21,6 +23,7 @@ OC.L10N.register(
|
|||
"Enable now" : "Ativar agora",
|
||||
"A user has already taken this email, maybe you already have an account?" : "Um usuário já tem este e-mail. Talvez você mesmo já tenha uma conta.",
|
||||
"You can <a href=\"%s\">log in now</a>." : "Você pode <a href=\"%s\">logar-se agora</a>.",
|
||||
"Registration with this email domain is not allowed." : "O registro com este domínio de e-mail não é permitido.",
|
||||
"Please provide a valid display name." : "Forneça um nome de exibição válido.",
|
||||
"Please provide a valid user name." : "Digite um nome de usuário válido.",
|
||||
"The username you have chosen already exists." : "O nome de usuário que você escolheu já existe.",
|
||||
|
|
@ -28,7 +31,16 @@ OC.L10N.register(
|
|||
"Unable to set user email: " : "Não foi possível definir o e-mail do usuário:",
|
||||
"Registration app auto setup" : "Configuração automática do aplicativo de registro",
|
||||
"This app allows users to self-register a new account using their e-mail address." : "Este aplicativo permite aos usuários auto-registrarem uma nova conta usando seu endereço de e-mail.",
|
||||
"User registration\n\nThis app allows users to register a new account.\n\n# Features\n\n- Add users to a given group\n- Allow-list with email domains (including wildcard) to register with\n- Admins will be notified via email for new user creation or require approval\n- Supports Nextcloud's Client Login Flow v1 and v2 - Allowing registration in the mobile Apps and Desktop clients\n\n# Web form registration flow\n\n1. User enters their email address\n2. Verification link is sent to the email address\n3. User clicks on the verification link\n4. User is lead to a form where they can choose their username and password\n5. New account is created and is logged in automatically" : "Registro de usuário\n\nEste aplicativo permite que os usuários registrem uma nova conta.\n\n# Recursos\n\n- Adicionar usuários a um determinado grupo\n- Lista de permissões de domínios de e-mail (incluindo curinga) para registrar\n- Os administradores serão notificados por e-mail para a criação de um novo usuário ou aprovação\n- Suporta Fluxo de Login de Cliente Nextcloud v1 e v2 - Permitindo o registro nos Aplicativos móveis e Desktop\n\n# Fluxo de registro de formulário via web\n\n1. O usuário insere seu endereço de e-mail\n2. O link de verificação é enviado para o endereço de e-mail\n3. O usuário clica no link de verificação\n4. O usuário é direcionado a um formulário onde pode escolher seu nome de usuário e senha\n5. A nova conta é criada e logada automaticamente",
|
||||
"Registered users default group" : "Grupo padrão de usuários registrados",
|
||||
"None" : "Nenhuma",
|
||||
"Allowed email domains" : "Domínios de e-mail permitidos",
|
||||
"Enter a semicolon-separated list of allowed email domains, * for wildcard. Example: %s" : "Insira uma lista separada por ponto-e-vírgula de domínios de e-mail permitidos, * para curinga. Exemplo: %s",
|
||||
"Block listed email domains instead of allowing them" : "Bloquear domínios de e-mail listados em vez de permiti-los",
|
||||
"Show the allowed/blocked email domains to users" : "Mostrar os domínios de e-mail permitidos/bloqueados para os usuários",
|
||||
"Force email as login name" : "Forçar e-mail como nome de login",
|
||||
"Admin approval" : "Aprovação do administrador",
|
||||
"Require admin approval" : "Requer aprovação do administrador",
|
||||
"Enabling \"admin approval\" will prevent registrations from mobile and desktop clients to complete as the credentials can not be verified by the client until the user was enabled." : "A ativação da \"aprovação administrativa\" impedirá que os registros de clientes móveis e desktop sejam concluídos, pois as credenciais não podem ser verificadas pelo cliente até que o usuário seja habilitado.",
|
||||
"Approval required" : "Aprovação necessária",
|
||||
"Your account has been successfully created, but it still needs approval from an administrator." : "Sua conta foi criada mas ainda precisa da aprovação de um administrador.",
|
||||
|
|
|
|||
|
|
@ -1,4 +1,6 @@
|
|||
{ "translations": {
|
||||
"Registration is not allowed with the following domains:" : "O registro não é permitido para os seguintes domínios:",
|
||||
"Registration is only allowed with the following domains:" : "O registro só é permitido para os seguintes domínios:",
|
||||
"The entered verification code is wrong" : "O código de verificação digitado está incorreto",
|
||||
"The verification failed." : "Falha na verificação.",
|
||||
"Saved" : "Salvo",
|
||||
|
|
@ -19,6 +21,7 @@
|
|||
"Enable now" : "Ativar agora",
|
||||
"A user has already taken this email, maybe you already have an account?" : "Um usuário já tem este e-mail. Talvez você mesmo já tenha uma conta.",
|
||||
"You can <a href=\"%s\">log in now</a>." : "Você pode <a href=\"%s\">logar-se agora</a>.",
|
||||
"Registration with this email domain is not allowed." : "O registro com este domínio de e-mail não é permitido.",
|
||||
"Please provide a valid display name." : "Forneça um nome de exibição válido.",
|
||||
"Please provide a valid user name." : "Digite um nome de usuário válido.",
|
||||
"The username you have chosen already exists." : "O nome de usuário que você escolheu já existe.",
|
||||
|
|
@ -26,7 +29,16 @@
|
|||
"Unable to set user email: " : "Não foi possível definir o e-mail do usuário:",
|
||||
"Registration app auto setup" : "Configuração automática do aplicativo de registro",
|
||||
"This app allows users to self-register a new account using their e-mail address." : "Este aplicativo permite aos usuários auto-registrarem uma nova conta usando seu endereço de e-mail.",
|
||||
"User registration\n\nThis app allows users to register a new account.\n\n# Features\n\n- Add users to a given group\n- Allow-list with email domains (including wildcard) to register with\n- Admins will be notified via email for new user creation or require approval\n- Supports Nextcloud's Client Login Flow v1 and v2 - Allowing registration in the mobile Apps and Desktop clients\n\n# Web form registration flow\n\n1. User enters their email address\n2. Verification link is sent to the email address\n3. User clicks on the verification link\n4. User is lead to a form where they can choose their username and password\n5. New account is created and is logged in automatically" : "Registro de usuário\n\nEste aplicativo permite que os usuários registrem uma nova conta.\n\n# Recursos\n\n- Adicionar usuários a um determinado grupo\n- Lista de permissões de domínios de e-mail (incluindo curinga) para registrar\n- Os administradores serão notificados por e-mail para a criação de um novo usuário ou aprovação\n- Suporta Fluxo de Login de Cliente Nextcloud v1 e v2 - Permitindo o registro nos Aplicativos móveis e Desktop\n\n# Fluxo de registro de formulário via web\n\n1. O usuário insere seu endereço de e-mail\n2. O link de verificação é enviado para o endereço de e-mail\n3. O usuário clica no link de verificação\n4. O usuário é direcionado a um formulário onde pode escolher seu nome de usuário e senha\n5. A nova conta é criada e logada automaticamente",
|
||||
"Registered users default group" : "Grupo padrão de usuários registrados",
|
||||
"None" : "Nenhuma",
|
||||
"Allowed email domains" : "Domínios de e-mail permitidos",
|
||||
"Enter a semicolon-separated list of allowed email domains, * for wildcard. Example: %s" : "Insira uma lista separada por ponto-e-vírgula de domínios de e-mail permitidos, * para curinga. Exemplo: %s",
|
||||
"Block listed email domains instead of allowing them" : "Bloquear domínios de e-mail listados em vez de permiti-los",
|
||||
"Show the allowed/blocked email domains to users" : "Mostrar os domínios de e-mail permitidos/bloqueados para os usuários",
|
||||
"Force email as login name" : "Forçar e-mail como nome de login",
|
||||
"Admin approval" : "Aprovação do administrador",
|
||||
"Require admin approval" : "Requer aprovação do administrador",
|
||||
"Enabling \"admin approval\" will prevent registrations from mobile and desktop clients to complete as the credentials can not be verified by the client until the user was enabled." : "A ativação da \"aprovação administrativa\" impedirá que os registros de clientes móveis e desktop sejam concluídos, pois as credenciais não podem ser verificadas pelo cliente até que o usuário seja habilitado.",
|
||||
"Approval required" : "Aprovação necessária",
|
||||
"Your account has been successfully created, but it still needs approval from an administrator." : "Sua conta foi criada mas ainda precisa da aprovação de um administrador.",
|
||||
|
|
|
|||
Loading…
Reference in New Issue