[tx-robot] updated from transifex

This commit is contained in:
Nextcloud bot 2020-12-15 03:11:19 +00:00
parent 4d88b75ede
commit f83bb59c5d
No known key found for this signature in database
GPG Key ID: 130DAB86D3FB356C
14 changed files with 44 additions and 48 deletions

View File

@ -5,6 +5,7 @@ OC.L10N.register(
"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.",
"Invalid username policy regex" : "ungültiger regulärer Ausdruck für die Benutzernamen-Richtlinie",
"Saved" : "Gespeichert",
"No such group" : "Gruppe nicht vorhanden",
"Register" : "Registrieren",
@ -41,6 +42,12 @@ OC.L10N.register(
"Block listed email domains instead of allowing them" : "Aufgelistete E-Mail-Domains sperren, 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",
"Username policy" : "Richtlinien für Benutzernamen",
"If configured usernames will be validated through the regular expression. If the validation fails the user is prompted with a generic error. Make sure your regex is working correctly." : "Wenn ein regulärer Ausdruck eingestellt wird werden Benutzernamen durch diesen validiert. Schlägt die Validierung fehl erhält der Benutzer eine Fehlermeldung. Stellen Sie sicher, dass Ihr regulärer Ausdruck korrekt funktioniert.",
"User instructions" : "Benutzeranweisungen",
"Caution: The user instructions will not be translated and will therefore be displayed as configured below for all users regardless of their actual language." : "Achtung: Die Benutzeranweisungen werden nicht übersetzt und daher für alle Benutzer unabhängig von ihrer tatsächlichen Sprache wie unten konfiguriert angezeigt.",
"Add additional user instructions (e.g. for choosing their usernames). If configured the text is displayed in the account creation step of the registration process." : "Fügen Sie zusätzliche Anweisungen für Benutzer hinzu (z. B. für die Wahl ihres Benutzernamen). Wenn konfiguriert, wird der Text im Schritt \"Kontoerstellung\" des Registrierungsvorgangs angezeigt.",
"Add additional user instructions (e.g. for choosing their usernames). If configured the text is embedded in the the verification-Email." : "Fügen Sie zusätzliche Anweisungen für Benutzer hinzu (z. B. für die Wahl ihrer Benutzernamen). Wenn konfiguriert, wird der Text in die Verifizierungs-E-Mail eingebettet.",
"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 von \"Genehmigung durch Administrator\" 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.",

View File

@ -3,6 +3,7 @@
"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.",
"Invalid username policy regex" : "ungültiger regulärer Ausdruck für die Benutzernamen-Richtlinie",
"Saved" : "Gespeichert",
"No such group" : "Gruppe nicht vorhanden",
"Register" : "Registrieren",
@ -39,6 +40,12 @@
"Block listed email domains instead of allowing them" : "Aufgelistete E-Mail-Domains sperren, 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",
"Username policy" : "Richtlinien für Benutzernamen",
"If configured usernames will be validated through the regular expression. If the validation fails the user is prompted with a generic error. Make sure your regex is working correctly." : "Wenn ein regulärer Ausdruck eingestellt wird werden Benutzernamen durch diesen validiert. Schlägt die Validierung fehl erhält der Benutzer eine Fehlermeldung. Stellen Sie sicher, dass Ihr regulärer Ausdruck korrekt funktioniert.",
"User instructions" : "Benutzeranweisungen",
"Caution: The user instructions will not be translated and will therefore be displayed as configured below for all users regardless of their actual language." : "Achtung: Die Benutzeranweisungen werden nicht übersetzt und daher für alle Benutzer unabhängig von ihrer tatsächlichen Sprache wie unten konfiguriert angezeigt.",
"Add additional user instructions (e.g. for choosing their usernames). If configured the text is displayed in the account creation step of the registration process." : "Fügen Sie zusätzliche Anweisungen für Benutzer hinzu (z. B. für die Wahl ihres Benutzernamen). Wenn konfiguriert, wird der Text im Schritt \"Kontoerstellung\" des Registrierungsvorgangs angezeigt.",
"Add additional user instructions (e.g. for choosing their usernames). If configured the text is embedded in the the verification-Email." : "Fügen Sie zusätzliche Anweisungen für Benutzer hinzu (z. B. für die Wahl ihrer Benutzernamen). Wenn konfiguriert, wird der Text in die Verifizierungs-E-Mail eingebettet.",
"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 von \"Genehmigung durch Administrator\" 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.",

View File

@ -5,6 +5,7 @@ OC.L10N.register(
"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.",
"Invalid username policy regex" : "Ungültiger regulärer Ausdruck für die Benutzernamen-Richtlinie",
"Saved" : "Gespeichert",
"No such group" : "Gruppe nicht vorhanden",
"Register" : "Registrieren",
@ -41,6 +42,12 @@ OC.L10N.register(
"Block listed email domains instead of allowing them" : "Aufgelistete E-Mail-Domains sperren, 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",
"Username policy" : "Richtlinien für Benutzernamen",
"If configured usernames will be validated through the regular expression. If the validation fails the user is prompted with a generic error. Make sure your regex is working correctly." : "Wenn ein regulärer Ausdruck eingestellt wird werden Benutzernamen durch diesen validiert. Schlägt die Validierung fehl erhält der Benutzer eine Fehlermeldung. Stellen Sie sicher, dass Ihr regulärer Ausdruck korrekt funktioniert.",
"User instructions" : "Benutzeranweisungen",
"Caution: The user instructions will not be translated and will therefore be displayed as configured below for all users regardless of their actual language." : "Achtung: Die Benutzeranweisungen werden nicht übersetzt und daher für alle Benutzer unabhängig von ihrer tatsächlichen Sprache wie unten konfiguriert angezeigt.",
"Add additional user instructions (e.g. for choosing their usernames). If configured the text is displayed in the account creation step of the registration process." : "Fügen Sie zusätzliche Anweisungen für Benutzer hinzu (z. B. für die Wahl ihres Benutzernamen). Wenn konfiguriert, wird der Text im Schritt \"Kontoerstellung\" des Registrierungsvorgangs angezeigt.",
"Add additional user instructions (e.g. for choosing their usernames). If configured the text is embedded in the the verification-Email." : "Fügen Sie zusätzliche Anweisungen für Benutzer hinzu (z. B. für die Wahl ihrer Benutzernamen). Wenn konfiguriert, wird der Text in die Verifizierungs-E-Mail eingebettet.",
"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 von \"Genehmigung durch Administrator\" 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.",

View File

@ -3,6 +3,7 @@
"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.",
"Invalid username policy regex" : "Ungültiger regulärer Ausdruck für die Benutzernamen-Richtlinie",
"Saved" : "Gespeichert",
"No such group" : "Gruppe nicht vorhanden",
"Register" : "Registrieren",
@ -39,6 +40,12 @@
"Block listed email domains instead of allowing them" : "Aufgelistete E-Mail-Domains sperren, 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",
"Username policy" : "Richtlinien für Benutzernamen",
"If configured usernames will be validated through the regular expression. If the validation fails the user is prompted with a generic error. Make sure your regex is working correctly." : "Wenn ein regulärer Ausdruck eingestellt wird werden Benutzernamen durch diesen validiert. Schlägt die Validierung fehl erhält der Benutzer eine Fehlermeldung. Stellen Sie sicher, dass Ihr regulärer Ausdruck korrekt funktioniert.",
"User instructions" : "Benutzeranweisungen",
"Caution: The user instructions will not be translated and will therefore be displayed as configured below for all users regardless of their actual language." : "Achtung: Die Benutzeranweisungen werden nicht übersetzt und daher für alle Benutzer unabhängig von ihrer tatsächlichen Sprache wie unten konfiguriert angezeigt.",
"Add additional user instructions (e.g. for choosing their usernames). If configured the text is displayed in the account creation step of the registration process." : "Fügen Sie zusätzliche Anweisungen für Benutzer hinzu (z. B. für die Wahl ihres Benutzernamen). Wenn konfiguriert, wird der Text im Schritt \"Kontoerstellung\" des Registrierungsvorgangs angezeigt.",
"Add additional user instructions (e.g. for choosing their usernames). If configured the text is embedded in the the verification-Email." : "Fügen Sie zusätzliche Anweisungen für Benutzer hinzu (z. B. für die Wahl ihrer Benutzernamen). Wenn konfiguriert, wird der Text in die Verifizierungs-E-Mail eingebettet.",
"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 von \"Genehmigung durch Administrator\" 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.",

View File

@ -5,6 +5,7 @@ OC.L10N.register(
"Registration is only allowed with the following domains:" : "El registro solo está permitido para los siguientes dominios:",
"The entered verification code is wrong" : "El código de verificación introducido no es correcto",
"The verification failed." : "La verificación ha fallado.",
"Invalid username policy regex" : "Nombre de usuario no válido por Regex",
"Saved" : "Guardado",
"No such group" : "No existe ese grupo",
"Register" : "Registrarse",
@ -41,6 +42,12 @@ OC.L10N.register(
"Block listed email domains instead of allowing them" : "Bloquear los dominios de correos listados en lugar de permitirlos",
"Show the allowed/blocked email domains to users" : "Mostrar los dominios de correo bloqueados/permitidos a los usuarios",
"Force email as login name" : "Forzar el email como nombre de usuario",
"Username policy" : "Política de nombre de usuario",
"If configured usernames will be validated through the regular expression. If the validation fails the user is prompted with a generic error. Make sure your regex is working correctly." : "Si los nombres de usuario configurados se validarán mediante la expresión regular. Si la validación falla, se le solicita al usuario un error genérico. Asegúrese de que su expresión regular esté funcionando correctamente.",
"User instructions" : "Intrucciones del usuario",
"Caution: The user instructions will not be translated and will therefore be displayed as configured below for all users regardless of their actual language." : "Precaución: Las instrucciones de usuario no se traducirán y, por lo tanto, se mostrarán como se configura a continuación para todos los usuarios, independientemente de su idioma actual.",
"Add additional user instructions (e.g. for choosing their usernames). If configured the text is displayed in the account creation step of the registration process." : "Agregue instrucciones de usuario adicionales (por ejemplo, para elegir sus nombres de usuario). Si está configurado, el texto se muestra en el paso de creación de cuenta del proceso de registro.",
"Add additional user instructions (e.g. for choosing their usernames). If configured the text is embedded in the the verification-Email." : "Agregue instrucciones de usuario adicionales (por ejemplo, para elegir sus nombres de usuario). Si está configurado, el texto está incrustado en el correo electrónico de verificación.",
"Admin approval" : "Aprobación del administrador",
"Require admin approval" : "Requerir aprobación del 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." : "Activar \"aprobación del administrador\" previene que se completen los registros desde móviles o clientes de escritorio, ya que las credenciales no podrán ser verificadas por el cliente hasta que el usuario sea activado.",

View File

@ -3,6 +3,7 @@
"Registration is only allowed with the following domains:" : "El registro solo está permitido para los siguientes dominios:",
"The entered verification code is wrong" : "El código de verificación introducido no es correcto",
"The verification failed." : "La verificación ha fallado.",
"Invalid username policy regex" : "Nombre de usuario no válido por Regex",
"Saved" : "Guardado",
"No such group" : "No existe ese grupo",
"Register" : "Registrarse",
@ -39,6 +40,12 @@
"Block listed email domains instead of allowing them" : "Bloquear los dominios de correos listados en lugar de permitirlos",
"Show the allowed/blocked email domains to users" : "Mostrar los dominios de correo bloqueados/permitidos a los usuarios",
"Force email as login name" : "Forzar el email como nombre de usuario",
"Username policy" : "Política de nombre de usuario",
"If configured usernames will be validated through the regular expression. If the validation fails the user is prompted with a generic error. Make sure your regex is working correctly." : "Si los nombres de usuario configurados se validarán mediante la expresión regular. Si la validación falla, se le solicita al usuario un error genérico. Asegúrese de que su expresión regular esté funcionando correctamente.",
"User instructions" : "Intrucciones del usuario",
"Caution: The user instructions will not be translated and will therefore be displayed as configured below for all users regardless of their actual language." : "Precaución: Las instrucciones de usuario no se traducirán y, por lo tanto, se mostrarán como se configura a continuación para todos los usuarios, independientemente de su idioma actual.",
"Add additional user instructions (e.g. for choosing their usernames). If configured the text is displayed in the account creation step of the registration process." : "Agregue instrucciones de usuario adicionales (por ejemplo, para elegir sus nombres de usuario). Si está configurado, el texto se muestra en el paso de creación de cuenta del proceso de registro.",
"Add additional user instructions (e.g. for choosing their usernames). If configured the text is embedded in the the verification-Email." : "Agregue instrucciones de usuario adicionales (por ejemplo, para elegir sus nombres de usuario). Si está configurado, el texto está incrustado en el correo electrónico de verificación.",
"Admin approval" : "Aprobación del administrador",
"Require admin approval" : "Requerir aprobación del 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." : "Activar \"aprobación del administrador\" previene que se completen los registros desde móviles o clientes de escritorio, ya que las credenciales no podrán ser verificadas por el cliente hasta que el usuario sea activado.",

View File

@ -1,9 +0,0 @@
OC.L10N.register(
"registration",
{
"Saved" : "Goymt",
"Email" : "T-post",
"Username" : "Brúkaranavn",
"Password" : "Loyniorð"
},
"nplurals=2; plural=(n != 1);");

View File

@ -1,7 +0,0 @@
{ "translations": {
"Saved" : "Goymt",
"Email" : "T-post",
"Username" : "Brúkaranavn",
"Password" : "Loyniorð"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

View File

@ -41,6 +41,7 @@ OC.L10N.register(
"Block listed email domains instead of allowing them" : "Blokiraj navedene domene elektronskih naslovov namesto dovoljenja",
"Show the allowed/blocked email domains to users" : "Pokaži dovoljene/blokirane domene uporabnikom",
"Force email as login name" : "Vsili uporabo elektronske pošte kot uporabniško ime",
"Username policy" : "Pravila uporabniškega imena",
"Admin approval" : "Skrbniška potrditev ",
"Require admin approval" : "Zahtevaj skrbniško potrditev pred omogočanjem",
"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." : "Omogočenje »skrbniške potrditve« prepreči vpis iz mobilne ali namizne naprave za dokončanje, saj poveril ni mogoče preveriti s programom, dokler je uporabnik omogočen.",

View File

@ -39,6 +39,7 @@
"Block listed email domains instead of allowing them" : "Blokiraj navedene domene elektronskih naslovov namesto dovoljenja",
"Show the allowed/blocked email domains to users" : "Pokaži dovoljene/blokirane domene uporabnikom",
"Force email as login name" : "Vsili uporabo elektronske pošte kot uporabniško ime",
"Username policy" : "Pravila uporabniškega imena",
"Admin approval" : "Skrbniška potrditev ",
"Require admin approval" : "Zahtevaj skrbniško potrditev pred omogočanjem",
"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." : "Omogočenje »skrbniške potrditve« prepreči vpis iz mobilne ali namizne naprave za dokončanje, saj poveril ni mogoče preveriti s programom, dokler je uporabnik omogočen.",

View File

@ -1,9 +0,0 @@
OC.L10N.register(
"registration",
{
"None" : "يوق",
"Email" : "تورخەت",
"Username" : "ئىشلەتكۈچى ئاتى",
"Password" : "ئىم"
},
"nplurals=2; plural=(n != 1);");

View File

@ -1,7 +0,0 @@
{ "translations": {
"None" : "يوق",
"Email" : "تورخەت",
"Username" : "ئىشلەتكۈچى ئاتى",
"Password" : "ئىم"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

View File

@ -1,9 +0,0 @@
OC.L10N.register(
"registration",
{
"Saved" : "Saqlangan",
"Username" : "Foydalanuvchi nomi",
"Password" : "Parol",
"Verify" : "Tasdiqlang"
},
"nplurals=1; plural=0;");

View File

@ -1,7 +0,0 @@
{ "translations": {
"Saved" : "Saqlangan",
"Username" : "Foydalanuvchi nomi",
"Password" : "Parol",
"Verify" : "Tasdiqlang"
},"pluralForm" :"nplurals=1; plural=0;"
}