[tx-robot] updated from transifex
This commit is contained in:
parent
eedf54fc65
commit
5f2a944999
|
|
@ -3,6 +3,8 @@ OC.L10N.register(
|
|||
{
|
||||
"Your registration is pending. Please confirm your email address." : "Deine Registrierung steht noch aus. Bitte bestätige Deine E-Mail-Adresse.",
|
||||
"There is already a pending registration with this email, a new verification email has been sent to the address." : "Es gibt bereits eine ausstehende Registrierung unter dieser E-Mail-Adresse, eine neue Bestätigungs-E-Mail wurde an die Adresse geschickt.",
|
||||
"The entered verification code is wrong" : "Der eingegebene Überprüfungscode ist falsch",
|
||||
"The verification failed." : "Die Überprüfung ist fehlgeschlagen.",
|
||||
"Saved" : "Gespeichert",
|
||||
"No such group" : "Gruppe nicht vorhanden",
|
||||
"Register" : "Registrieren",
|
||||
|
|
@ -11,6 +13,7 @@ OC.L10N.register(
|
|||
"Registration" : "Registrierung",
|
||||
"Email address verified, you can now complete your registration." : "Die E-Mailadresse wurde verifiziert, Du kannst nun Deine Registrierung abschließen.",
|
||||
"Click the button below to continue." : "Zum Fortsetzen auf die untenstehende Schaltfläche klicken.",
|
||||
"Verification code: %s" : "Überprüfungscode: %s",
|
||||
"Continue registration" : "Registrierung fortsetzen",
|
||||
"A problem occurred sending email, please contact your administrator." : "Es ist ein Fehler beim Senden der E-Mail aufgetreten. Bitte den Administrator kontaktieren.",
|
||||
"New user \"%s\" has created an account on %s" : "Neuer Benutzer \"%s\" hat ein Konto auf %s erstellt",
|
||||
|
|
@ -34,6 +37,7 @@ OC.L10N.register(
|
|||
"Allowed mail address domains for registration" : "Zulässige E-Mail-Adressdomänen für die Registrierung",
|
||||
"Enter a semicolon-separated list of allowed domains. Example: nextcloud.com;example.com" : "Gebe eine durch Semikolons getrennte Liste der zulässigen Domains ein. Z. B.: nextcloud.com;example.com",
|
||||
"Require admin approval?" : "Genehmigung durch Administrator erforderlich?",
|
||||
"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.",
|
||||
"Email" : "E-Mail",
|
||||
"Request verification link" : "Bestätigungslink anfordern",
|
||||
|
|
@ -42,6 +46,7 @@ OC.L10N.register(
|
|||
"Username" : "Benutzername",
|
||||
"Password" : "Passwort",
|
||||
"Create account" : "Konto erstellen",
|
||||
"Verification code" : "Überprüfungscode",
|
||||
"Verify" : "Überprüfen",
|
||||
"Verification email successfully sent." : "Bestätigungsmail erfolgreich gesendet.",
|
||||
"Your account has been successfully created, you can <a href=\"%s\">log in now</a>." : "Dein Konto wurde erfolgreich erstellt, Du kannst Dich <a href=\"%s\">jetzt anmelden</a>.",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
{ "translations": {
|
||||
"Your registration is pending. Please confirm your email address." : "Deine Registrierung steht noch aus. Bitte bestätige Deine E-Mail-Adresse.",
|
||||
"There is already a pending registration with this email, a new verification email has been sent to the address." : "Es gibt bereits eine ausstehende Registrierung unter dieser E-Mail-Adresse, eine neue Bestätigungs-E-Mail wurde an die Adresse geschickt.",
|
||||
"The entered verification code is wrong" : "Der eingegebene Überprüfungscode ist falsch",
|
||||
"The verification failed." : "Die Überprüfung ist fehlgeschlagen.",
|
||||
"Saved" : "Gespeichert",
|
||||
"No such group" : "Gruppe nicht vorhanden",
|
||||
"Register" : "Registrieren",
|
||||
|
|
@ -9,6 +11,7 @@
|
|||
"Registration" : "Registrierung",
|
||||
"Email address verified, you can now complete your registration." : "Die E-Mailadresse wurde verifiziert, Du kannst nun Deine Registrierung abschließen.",
|
||||
"Click the button below to continue." : "Zum Fortsetzen auf die untenstehende Schaltfläche klicken.",
|
||||
"Verification code: %s" : "Überprüfungscode: %s",
|
||||
"Continue registration" : "Registrierung fortsetzen",
|
||||
"A problem occurred sending email, please contact your administrator." : "Es ist ein Fehler beim Senden der E-Mail aufgetreten. Bitte den Administrator kontaktieren.",
|
||||
"New user \"%s\" has created an account on %s" : "Neuer Benutzer \"%s\" hat ein Konto auf %s erstellt",
|
||||
|
|
@ -32,6 +35,7 @@
|
|||
"Allowed mail address domains for registration" : "Zulässige E-Mail-Adressdomänen für die Registrierung",
|
||||
"Enter a semicolon-separated list of allowed domains. Example: nextcloud.com;example.com" : "Gebe eine durch Semikolons getrennte Liste der zulässigen Domains ein. Z. B.: nextcloud.com;example.com",
|
||||
"Require admin approval?" : "Genehmigung durch Administrator erforderlich?",
|
||||
"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.",
|
||||
"Email" : "E-Mail",
|
||||
"Request verification link" : "Bestätigungslink anfordern",
|
||||
|
|
@ -40,6 +44,7 @@
|
|||
"Username" : "Benutzername",
|
||||
"Password" : "Passwort",
|
||||
"Create account" : "Konto erstellen",
|
||||
"Verification code" : "Überprüfungscode",
|
||||
"Verify" : "Überprüfen",
|
||||
"Verification email successfully sent." : "Bestätigungsmail erfolgreich gesendet.",
|
||||
"Your account has been successfully created, you can <a href=\"%s\">log in now</a>." : "Dein Konto wurde erfolgreich erstellt, Du kannst Dich <a href=\"%s\">jetzt anmelden</a>.",
|
||||
|
|
|
|||
|
|
@ -3,6 +3,8 @@ OC.L10N.register(
|
|||
{
|
||||
"Your registration is pending. Please confirm your email address." : "Ihre Registrierung steht noch aus. Bitte bestätigen Sie Ihre E-Mail-Adresse.",
|
||||
"There is already a pending registration with this email, a new verification email has been sent to the address." : "Es gibt bereits eine ausstehende Registrierung unter dieser E-Mail-Adresse, eine neue Bestätigungs-E-Mail wurde an die Adresse geschickt.",
|
||||
"The entered verification code is wrong" : "Der eingegebene Überprüfungscode ist falsch",
|
||||
"The verification failed." : "Die Überprüfung ist fehlgeschlagen.",
|
||||
"Saved" : "Gespeichert",
|
||||
"No such group" : "Gruppe nicht vorhanden",
|
||||
"Register" : "Registrieren",
|
||||
|
|
@ -11,6 +13,7 @@ OC.L10N.register(
|
|||
"Registration" : "Registrierung",
|
||||
"Email address verified, you can now complete your registration." : "Die E-Mailadresse wurde verifiziert, Sie können nun Ihre Registrierung abschließen.",
|
||||
"Click the button below to continue." : "Zum Fortsetzen auf die untenstehende Schaltfläche klicken.",
|
||||
"Verification code: %s" : "Überprüfungscode: %s",
|
||||
"Continue registration" : "Registrierung fortsetzen",
|
||||
"A problem occurred sending email, please contact your administrator." : "Es ist ein Fehler beim Senden der E-Mail aufgetreten. Bitte den Administrator kontaktieren.",
|
||||
"New user \"%s\" has created an account on %s" : "Neuer Benutzer \"%s\" hat ein Konto auf %s erstellt",
|
||||
|
|
@ -34,6 +37,7 @@ OC.L10N.register(
|
|||
"Allowed mail address domains for registration" : "Zulässige E-Mail-Adressdomänen für die Registrierung",
|
||||
"Enter a semicolon-separated list of allowed domains. Example: nextcloud.com;example.com" : "Geben Sie eine durch Semikolons getrennte Liste der zulässigen Domains ein. Beispiel: nextcloud.com;example.com",
|
||||
"Require admin approval?" : "Genehmigung durch Administrator erforderlich?",
|
||||
"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.",
|
||||
"Email" : "E-Mail",
|
||||
"Request verification link" : "Bestätigungslink anfordern",
|
||||
|
|
@ -42,6 +46,7 @@ OC.L10N.register(
|
|||
"Username" : "Benutzername",
|
||||
"Password" : "Passwort",
|
||||
"Create account" : "Benutzerkonto erstellen",
|
||||
"Verification code" : "Überprüfungscode",
|
||||
"Verify" : "Überprüfen",
|
||||
"Verification email successfully sent." : "Bestätigungsmail erfolgreich gesendet.",
|
||||
"Your account has been successfully created, you can <a href=\"%s\">log in now</a>." : "Ihr Konto wurde erfolgreich erstellt, Sie können sich <a href=\"%s\">jetzt anmelden</a>.",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
{ "translations": {
|
||||
"Your registration is pending. Please confirm your email address." : "Ihre Registrierung steht noch aus. Bitte bestätigen Sie Ihre E-Mail-Adresse.",
|
||||
"There is already a pending registration with this email, a new verification email has been sent to the address." : "Es gibt bereits eine ausstehende Registrierung unter dieser E-Mail-Adresse, eine neue Bestätigungs-E-Mail wurde an die Adresse geschickt.",
|
||||
"The entered verification code is wrong" : "Der eingegebene Überprüfungscode ist falsch",
|
||||
"The verification failed." : "Die Überprüfung ist fehlgeschlagen.",
|
||||
"Saved" : "Gespeichert",
|
||||
"No such group" : "Gruppe nicht vorhanden",
|
||||
"Register" : "Registrieren",
|
||||
|
|
@ -9,6 +11,7 @@
|
|||
"Registration" : "Registrierung",
|
||||
"Email address verified, you can now complete your registration." : "Die E-Mailadresse wurde verifiziert, Sie können nun Ihre Registrierung abschließen.",
|
||||
"Click the button below to continue." : "Zum Fortsetzen auf die untenstehende Schaltfläche klicken.",
|
||||
"Verification code: %s" : "Überprüfungscode: %s",
|
||||
"Continue registration" : "Registrierung fortsetzen",
|
||||
"A problem occurred sending email, please contact your administrator." : "Es ist ein Fehler beim Senden der E-Mail aufgetreten. Bitte den Administrator kontaktieren.",
|
||||
"New user \"%s\" has created an account on %s" : "Neuer Benutzer \"%s\" hat ein Konto auf %s erstellt",
|
||||
|
|
@ -32,6 +35,7 @@
|
|||
"Allowed mail address domains for registration" : "Zulässige E-Mail-Adressdomänen für die Registrierung",
|
||||
"Enter a semicolon-separated list of allowed domains. Example: nextcloud.com;example.com" : "Geben Sie eine durch Semikolons getrennte Liste der zulässigen Domains ein. Beispiel: nextcloud.com;example.com",
|
||||
"Require admin approval?" : "Genehmigung durch Administrator erforderlich?",
|
||||
"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.",
|
||||
"Email" : "E-Mail",
|
||||
"Request verification link" : "Bestätigungslink anfordern",
|
||||
|
|
@ -40,6 +44,7 @@
|
|||
"Username" : "Benutzername",
|
||||
"Password" : "Passwort",
|
||||
"Create account" : "Benutzerkonto erstellen",
|
||||
"Verification code" : "Überprüfungscode",
|
||||
"Verify" : "Überprüfen",
|
||||
"Verification email successfully sent." : "Bestätigungsmail erfolgreich gesendet.",
|
||||
"Your account has been successfully created, you can <a href=\"%s\">log in now</a>." : "Ihr Konto wurde erfolgreich erstellt, Sie können sich <a href=\"%s\">jetzt anmelden</a>.",
|
||||
|
|
|
|||
|
|
@ -32,6 +32,7 @@ OC.L10N.register(
|
|||
"Unable to set user email: " : "Non é posíbel estabelecer o correo-e do usuario:",
|
||||
"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",
|
||||
"Default group that all registered users belong" : "Grupo predeterminado ao que pertencen todos os usuarios rexistrados",
|
||||
"None" : "Ningún",
|
||||
"Allowed mail address domains for registration" : "Dominios de enderezo de correo permitidos para o seu rexistro",
|
||||
|
|
|
|||
|
|
@ -30,6 +30,7 @@
|
|||
"Unable to set user email: " : "Non é posíbel estabelecer o correo-e do usuario:",
|
||||
"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",
|
||||
"Default group that all registered users belong" : "Grupo predeterminado ao que pertencen todos os usuarios rexistrados",
|
||||
"None" : "Ningún",
|
||||
"Allowed mail address domains for registration" : "Dominios de enderezo de correo permitidos para o seu rexistro",
|
||||
|
|
|
|||
|
|
@ -3,8 +3,8 @@ OC.L10N.register(
|
|||
{
|
||||
"Your registration is pending. Please confirm your email address." : "La tua registrazione è in attesa. Conferma il tuo indirizzo di posta.",
|
||||
"There is already a pending registration with this email, a new verification email has been sent to the address." : "Esiste già una registrazione in attesa con questo indirizzo email, un nuovo messaggio di posta di verifica è stato inviato al tuo indirizzo.",
|
||||
"The entered verification code is wrong" : "Il codice di verifica inserito è sbagliato",
|
||||
"The verification failed." : "La verifica è fallita.",
|
||||
"The entered verification code is wrong" : "Il codice di verifica inserito è errato",
|
||||
"The verification failed." : "La verifica non è riuscita.",
|
||||
"Saved" : "Salvato",
|
||||
"No such group" : "Nessun gruppo",
|
||||
"Register" : "Registra",
|
||||
|
|
@ -37,7 +37,7 @@ OC.L10N.register(
|
|||
"Allowed mail address domains for registration" : "Domini di posta elettronica consentiti per la registrazione",
|
||||
"Enter a semicolon-separated list of allowed domains. Example: nextcloud.com;example.com" : "Inserisci un elenco separato da punti e virgole di domini consentiti. Ad esempio: nextcloud.com;esempio.com",
|
||||
"Require admin approval?" : "Richiede l'approvazione dell'amministratore?",
|
||||
"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." : "Attivando \"approvazione dell'amministratore\" impedirà la registrazione da telefoni e computer dato che le credenziali non possono essere verificate fino all'attivazione dell'utente.",
|
||||
"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." : "L'attivazione di \"approvazione dell'amministratore\" impedirà la registrazione da dispositivi mobili e computer dato che le credenziali non possono essere verificate fino all'attivazione dell'utente.",
|
||||
"Approval required" : "Approvazione richiesta",
|
||||
"Your account has been successfully created, but it still needs approval from an administrator." : "Il tuo account è stato creato correttamente, ma necessita ancora di approvazione da parte dell'amministratore.",
|
||||
"Email" : "Email",
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
{ "translations": {
|
||||
"Your registration is pending. Please confirm your email address." : "La tua registrazione è in attesa. Conferma il tuo indirizzo di posta.",
|
||||
"There is already a pending registration with this email, a new verification email has been sent to the address." : "Esiste già una registrazione in attesa con questo indirizzo email, un nuovo messaggio di posta di verifica è stato inviato al tuo indirizzo.",
|
||||
"The entered verification code is wrong" : "Il codice di verifica inserito è sbagliato",
|
||||
"The verification failed." : "La verifica è fallita.",
|
||||
"The entered verification code is wrong" : "Il codice di verifica inserito è errato",
|
||||
"The verification failed." : "La verifica non è riuscita.",
|
||||
"Saved" : "Salvato",
|
||||
"No such group" : "Nessun gruppo",
|
||||
"Register" : "Registra",
|
||||
|
|
@ -35,7 +35,7 @@
|
|||
"Allowed mail address domains for registration" : "Domini di posta elettronica consentiti per la registrazione",
|
||||
"Enter a semicolon-separated list of allowed domains. Example: nextcloud.com;example.com" : "Inserisci un elenco separato da punti e virgole di domini consentiti. Ad esempio: nextcloud.com;esempio.com",
|
||||
"Require admin approval?" : "Richiede l'approvazione dell'amministratore?",
|
||||
"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." : "Attivando \"approvazione dell'amministratore\" impedirà la registrazione da telefoni e computer dato che le credenziali non possono essere verificate fino all'attivazione dell'utente.",
|
||||
"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." : "L'attivazione di \"approvazione dell'amministratore\" impedirà la registrazione da dispositivi mobili e computer dato che le credenziali non possono essere verificate fino all'attivazione dell'utente.",
|
||||
"Approval required" : "Approvazione richiesta",
|
||||
"Your account has been successfully created, but it still needs approval from an administrator." : "Il tuo account è stato creato correttamente, ma necessita ancora di approvazione da parte dell'amministratore.",
|
||||
"Email" : "Email",
|
||||
|
|
|
|||
|
|
@ -3,6 +3,8 @@ OC.L10N.register(
|
|||
{
|
||||
"Your registration is pending. Please confirm your email address." : "Hesap açma başvurunuz bekliyor. Lütfen e-posta adresinizi doğrulayın.",
|
||||
"There is already a pending registration with this email, a new verification email has been sent to the address." : "Daha önce bu e-posta adresiyle yapılmış bir hesap açma başvurusu var. Adrese yeni bir doğrulama e-postası gönderildi.",
|
||||
"The entered verification code is wrong" : "Yazdığınız doğrulama kodu geçersiz",
|
||||
"The verification failed." : "Doğrulanamadı.",
|
||||
"Saved" : "Kaydedildi",
|
||||
"No such group" : "Böyle bir grup yok",
|
||||
"Register" : "Hesap Aç",
|
||||
|
|
@ -11,6 +13,7 @@ OC.L10N.register(
|
|||
"Registration" : "Hesap açma",
|
||||
"Email address verified, you can now complete your registration." : "E-posta adresi doğrulandı. Şimdi hesap açma işlemini tamamlayabilirsiniz.",
|
||||
"Click the button below to continue." : "İlerlemek için aşağıdaki düğmeye tıklayın.",
|
||||
"Verification code: %s" : "Doğrulama kodu: %s",
|
||||
"Continue registration" : "Hesap açmaya devam et",
|
||||
"A problem occurred sending email, please contact your administrator." : "E-posta gönderilirken bir sorun çıktı. Lütfen BT yöneticiniz ile görüşün.",
|
||||
"New user \"%s\" has created an account on %s" : "\"%s\" kullanıcı hesabı %s üzerinde açıldı",
|
||||
|
|
@ -34,6 +37,8 @@ OC.L10N.register(
|
|||
"Allowed mail address domains for registration" : "Hesap açmak için kullanılabilecek e-posta adresi etki alanları",
|
||||
"Enter a semicolon-separated list of allowed domains. Example: nextcloud.com;example.com" : "Hesap açılmasına izin verilecek etki alanlarının noktalı virgül ile ayrılmış listesi. Örnek: nextcloud.com;ornek.com",
|
||||
"Require admin approval?" : "Yönetici onayı istensin",
|
||||
"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." : "Kullanıcı etkinleştirilene kadar kimlik bilgileri istemci tarafından doğrulanamayacağından, \"yönetici onayı\" seçeneği etkinleştirildiğinde, mobil ve masaüstü istemcilerden yapılan kayıtların tamamlanması engellenir.",
|
||||
"Approval required" : "Onay gerekli",
|
||||
"Your account has been successfully created, but it still needs approval from an administrator." : "Hesabınız açıldı ancak bir yönetici tarafından onaylanması bekleniyor.",
|
||||
"Email" : "E-posta",
|
||||
"Request verification link" : "Doğrulama bağlantısı gönder",
|
||||
|
|
@ -42,6 +47,7 @@ OC.L10N.register(
|
|||
"Username" : "Kullanıcı Adı",
|
||||
"Password" : "Parola",
|
||||
"Create account" : "Hesap açın",
|
||||
"Verification code" : "Doğrulama kodu",
|
||||
"Verify" : "Doğrula",
|
||||
"Verification email successfully sent." : "Doğrulama e-postası gönderildi.",
|
||||
"Your account has been successfully created, you can <a href=\"%s\">log in now</a>." : "Hesabınız açıldı. <a href=\"%s\">Oturum açabilirsiniz</a>.",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
{ "translations": {
|
||||
"Your registration is pending. Please confirm your email address." : "Hesap açma başvurunuz bekliyor. Lütfen e-posta adresinizi doğrulayın.",
|
||||
"There is already a pending registration with this email, a new verification email has been sent to the address." : "Daha önce bu e-posta adresiyle yapılmış bir hesap açma başvurusu var. Adrese yeni bir doğrulama e-postası gönderildi.",
|
||||
"The entered verification code is wrong" : "Yazdığınız doğrulama kodu geçersiz",
|
||||
"The verification failed." : "Doğrulanamadı.",
|
||||
"Saved" : "Kaydedildi",
|
||||
"No such group" : "Böyle bir grup yok",
|
||||
"Register" : "Hesap Aç",
|
||||
|
|
@ -9,6 +11,7 @@
|
|||
"Registration" : "Hesap açma",
|
||||
"Email address verified, you can now complete your registration." : "E-posta adresi doğrulandı. Şimdi hesap açma işlemini tamamlayabilirsiniz.",
|
||||
"Click the button below to continue." : "İlerlemek için aşağıdaki düğmeye tıklayın.",
|
||||
"Verification code: %s" : "Doğrulama kodu: %s",
|
||||
"Continue registration" : "Hesap açmaya devam et",
|
||||
"A problem occurred sending email, please contact your administrator." : "E-posta gönderilirken bir sorun çıktı. Lütfen BT yöneticiniz ile görüşün.",
|
||||
"New user \"%s\" has created an account on %s" : "\"%s\" kullanıcı hesabı %s üzerinde açıldı",
|
||||
|
|
@ -32,6 +35,8 @@
|
|||
"Allowed mail address domains for registration" : "Hesap açmak için kullanılabilecek e-posta adresi etki alanları",
|
||||
"Enter a semicolon-separated list of allowed domains. Example: nextcloud.com;example.com" : "Hesap açılmasına izin verilecek etki alanlarının noktalı virgül ile ayrılmış listesi. Örnek: nextcloud.com;ornek.com",
|
||||
"Require admin approval?" : "Yönetici onayı istensin",
|
||||
"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." : "Kullanıcı etkinleştirilene kadar kimlik bilgileri istemci tarafından doğrulanamayacağından, \"yönetici onayı\" seçeneği etkinleştirildiğinde, mobil ve masaüstü istemcilerden yapılan kayıtların tamamlanması engellenir.",
|
||||
"Approval required" : "Onay gerekli",
|
||||
"Your account has been successfully created, but it still needs approval from an administrator." : "Hesabınız açıldı ancak bir yönetici tarafından onaylanması bekleniyor.",
|
||||
"Email" : "E-posta",
|
||||
"Request verification link" : "Doğrulama bağlantısı gönder",
|
||||
|
|
@ -40,6 +45,7 @@
|
|||
"Username" : "Kullanıcı Adı",
|
||||
"Password" : "Parola",
|
||||
"Create account" : "Hesap açın",
|
||||
"Verification code" : "Doğrulama kodu",
|
||||
"Verify" : "Doğrula",
|
||||
"Verification email successfully sent." : "Doğrulama e-postası gönderildi.",
|
||||
"Your account has been successfully created, you can <a href=\"%s\">log in now</a>." : "Hesabınız açıldı. <a href=\"%s\">Oturum açabilirsiniz</a>.",
|
||||
|
|
|
|||
Loading…
Reference in New Issue