From 336c9a076b6df92602ed4295cd8dab91ad1aa1c8 Mon Sep 17 00:00:00 2001 From: Nextcloud bot Date: Sun, 12 Jul 2020 02:56:41 +0000 Subject: [PATCH] [tx-robot] updated from transifex --- l10n/de.js | 20 +++++++++++++++++++- l10n/de.json | 20 +++++++++++++++++++- l10n/de_DE.js | 16 +++++++++------- l10n/de_DE.json | 16 +++++++++------- l10n/fa.js | 16 ++++++++++++++-- l10n/fa.json | 16 ++++++++++++++-- l10n/fi.js | 31 ++++++++++++++++++++++++++++++- l10n/fi.json | 31 ++++++++++++++++++++++++++++++- l10n/he.js | 4 ++++ l10n/he.json | 4 ++++ 10 files changed, 152 insertions(+), 22 deletions(-) diff --git a/l10n/de.js b/l10n/de.js index 8eb01cd..50a60d9 100644 --- a/l10n/de.js +++ b/l10n/de.js @@ -13,18 +13,36 @@ OC.L10N.register( "Verify your %s registration request" : "Bestätige Deine %s Registrierungsanfrage", "A problem occurred sending email, please contact your administrator." : "Es ist ein Fehler beim Senden der E-Mail aufgetreten. Bitte den Administrator kontaktieren.", "A new user \"%s\" has created an account on %s" : "Ein neuer Benutzer \"%s\" hat ein Konto auf %s erstellt", + "A user has already taken this email, maybe you already have an account?" : "Ein Benutzer hat diese E-Mail bereits entgegengenommen. Vielleicht hast du bereits ein Konto?", + "You can log in now." : "Du kannst dich nun Anmelden.", + "Registration is only allowed for the following domains: " : "Die Registrierung ist nur für folgende Domains zulässig:", "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.", + "Invalid verification URL. No registration request with this verification URL is found." : "Ungültige Bestätigungs-URL. Es wurde keine Registrierungsanfrage mit dieser Bestätigungs-URL gefunden.", "Unable to create user, there are problems with the user backend." : "Benutzer konnte nicht erstellt werden, da es Probleme mit Benutzer-Backend gibt", "Unable to set user email: " : "Benutzer-E-Mail konnte nicht gesetzt werden: ", "Failed to delete pending registration request" : "Löschen der Registrierungsanfrage fehlgeschlagen", + "Registration app auto setup" : "Automatische Einrichtung der Registrierungs-App", "Registration" : "Registrierung", "This app allows users to self-register a new account using their e-mail address." : "Diese App erlaubt Benutzern sich mit ihrer E-Mail-Adresse selber ein Konto zu erstellen.", + "User registration\n\nThis app allows users to register a new account.\n\n# Flow\n\n1. User enters his/her email\n2. Verification link is sent to the email address\n3. User clicks on the verification link\n4. User is lead to a form where one can choose username and password\n5. New account is created and is logged in automatically\n\n# Features\n\n- Admin can specify which group the newly created users belong\n- Admin can limit the email domains allowed to register\n- Admin will be notified by email for new user creation\n\n# Donate\n\nSend Ethereum to `0x941613eBB948C2C547cb957B55fEB2609fa6Fe66`\nSend BTC to `33pStaSaf4sDUA8XBAHTq7ZDQpCVFQArxQ`" : "Benutzer-Regisitrierung\n\nMit dieser App können Benutzer ein neues Konto registrieren.\n\n# Flow\n\n1. Der Benutzer gibt Seine/Ihre E-Mail Adresse ein\n2. Der Bestätigungslink wird an die E-Mail-Adresse gesendet\n3. Der Benutzer klickt auf den Bestätigungslink\n4. Der Benutzer wird zu einem Formular geführt, in dem er Benutzername und Passwort auswählen kann\n5. Ein neues Konto wird erstellt und automatisch angemeldet\n\n# Funktionen\n\n- Der Administrator kann angeben, zu welcher Gruppe die neu erstellten Benutzer gehören\n- Der Administrator kann die Anzahl der registrierten E-Mail-Domänen einschränken\n- Der Administrator wird per E-Mail über die Erstellung neuer Benutzer informiert\n\n# Spenden\n\nEthereum senden an: `0x941613eBB948C2C547cb957B55fEB2609fa6Fe66`\nBTC senden an `33pStaSaf4sDUA8XBAHTq7ZDQpCVFQArxQ`", + "Default group that all registered users belong" : "Standardgruppe, zu der alle registrierten Benutzer gehören", "None" : "Keine", + "Allowed mail address domains for registration" : "Zulässige Mail-Adressdomänen für die Registrierung", + "Enter a semicolon-separated list of allowed domains. Example: owncloud.com;github.com" : "Gib eine durch Semikolons getrennte Liste der zulässigen Domänen ein. Beispiel: nextlcloud.com; example.com", + "Require admin approval?" : "Administratorgenehmigung erforderlich?", + "Registration is only allowed for the following domains:" : "Die Registrierung ist nur für folgende Domains zulässig:", + "A new user \"%s\" has created an account on %s and awaits admin approbation" : "Ein neuer Benutzer \"%s\" hat ein Konto auf %s erstellt und wartet auf Freischaltung durch einen Administrator", + "To create a new account on %s, just click the following link:" : "Um ein neues Konto für %s zu erstellen, klicke einfach auf den folgenden Link:", + "Welcome, you can create your account below." : "Willkommen, du kannst dein Konto unten erstellen.", "Username" : "Benötigt keine Übersetzung. Für den Desktop wird nur die formelle Übersetzung verwendet (de_DE).", "Password" : "Passwort", "Create account" : "Konto erstellen", "Thank you for registering, you should receive a verification link in a few minutes." : "Danke fürs registrieren, du solltest in Kürze einen Bestätigungs-Link erhalten.", - "Email" : "E-Mail" + "Email" : "E-Mail", + "Request verification link" : "Bestätigungslink anfordern", + "Please re-enter a valid email address" : "Bitte eine gültige E-Mail-Adresse erneut eingeben", + "You will receive an email with a verification link" : "Du erhältst eine E-Mail mit einem Bestätigungslink" }, "nplurals=2; plural=(n != 1);"); diff --git a/l10n/de.json b/l10n/de.json index 154a623..fbdbe98 100644 --- a/l10n/de.json +++ b/l10n/de.json @@ -11,18 +11,36 @@ "Verify your %s registration request" : "Bestätige Deine %s Registrierungsanfrage", "A problem occurred sending email, please contact your administrator." : "Es ist ein Fehler beim Senden der E-Mail aufgetreten. Bitte den Administrator kontaktieren.", "A new user \"%s\" has created an account on %s" : "Ein neuer Benutzer \"%s\" hat ein Konto auf %s erstellt", + "A user has already taken this email, maybe you already have an account?" : "Ein Benutzer hat diese E-Mail bereits entgegengenommen. Vielleicht hast du bereits ein Konto?", + "You can log in now." : "Du kannst dich nun Anmelden.", + "Registration is only allowed for the following domains: " : "Die Registrierung ist nur für folgende Domains zulässig:", "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.", + "Invalid verification URL. No registration request with this verification URL is found." : "Ungültige Bestätigungs-URL. Es wurde keine Registrierungsanfrage mit dieser Bestätigungs-URL gefunden.", "Unable to create user, there are problems with the user backend." : "Benutzer konnte nicht erstellt werden, da es Probleme mit Benutzer-Backend gibt", "Unable to set user email: " : "Benutzer-E-Mail konnte nicht gesetzt werden: ", "Failed to delete pending registration request" : "Löschen der Registrierungsanfrage fehlgeschlagen", + "Registration app auto setup" : "Automatische Einrichtung der Registrierungs-App", "Registration" : "Registrierung", "This app allows users to self-register a new account using their e-mail address." : "Diese App erlaubt Benutzern sich mit ihrer E-Mail-Adresse selber ein Konto zu erstellen.", + "User registration\n\nThis app allows users to register a new account.\n\n# Flow\n\n1. User enters his/her email\n2. Verification link is sent to the email address\n3. User clicks on the verification link\n4. User is lead to a form where one can choose username and password\n5. New account is created and is logged in automatically\n\n# Features\n\n- Admin can specify which group the newly created users belong\n- Admin can limit the email domains allowed to register\n- Admin will be notified by email for new user creation\n\n# Donate\n\nSend Ethereum to `0x941613eBB948C2C547cb957B55fEB2609fa6Fe66`\nSend BTC to `33pStaSaf4sDUA8XBAHTq7ZDQpCVFQArxQ`" : "Benutzer-Regisitrierung\n\nMit dieser App können Benutzer ein neues Konto registrieren.\n\n# Flow\n\n1. Der Benutzer gibt Seine/Ihre E-Mail Adresse ein\n2. Der Bestätigungslink wird an die E-Mail-Adresse gesendet\n3. Der Benutzer klickt auf den Bestätigungslink\n4. Der Benutzer wird zu einem Formular geführt, in dem er Benutzername und Passwort auswählen kann\n5. Ein neues Konto wird erstellt und automatisch angemeldet\n\n# Funktionen\n\n- Der Administrator kann angeben, zu welcher Gruppe die neu erstellten Benutzer gehören\n- Der Administrator kann die Anzahl der registrierten E-Mail-Domänen einschränken\n- Der Administrator wird per E-Mail über die Erstellung neuer Benutzer informiert\n\n# Spenden\n\nEthereum senden an: `0x941613eBB948C2C547cb957B55fEB2609fa6Fe66`\nBTC senden an `33pStaSaf4sDUA8XBAHTq7ZDQpCVFQArxQ`", + "Default group that all registered users belong" : "Standardgruppe, zu der alle registrierten Benutzer gehören", "None" : "Keine", + "Allowed mail address domains for registration" : "Zulässige Mail-Adressdomänen für die Registrierung", + "Enter a semicolon-separated list of allowed domains. Example: owncloud.com;github.com" : "Gib eine durch Semikolons getrennte Liste der zulässigen Domänen ein. Beispiel: nextlcloud.com; example.com", + "Require admin approval?" : "Administratorgenehmigung erforderlich?", + "Registration is only allowed for the following domains:" : "Die Registrierung ist nur für folgende Domains zulässig:", + "A new user \"%s\" has created an account on %s and awaits admin approbation" : "Ein neuer Benutzer \"%s\" hat ein Konto auf %s erstellt und wartet auf Freischaltung durch einen Administrator", + "To create a new account on %s, just click the following link:" : "Um ein neues Konto für %s zu erstellen, klicke einfach auf den folgenden Link:", + "Welcome, you can create your account below." : "Willkommen, du kannst dein Konto unten erstellen.", "Username" : "Benötigt keine Übersetzung. Für den Desktop wird nur die formelle Übersetzung verwendet (de_DE).", "Password" : "Passwort", "Create account" : "Konto erstellen", "Thank you for registering, you should receive a verification link in a few minutes." : "Danke fürs registrieren, du solltest in Kürze einen Bestätigungs-Link erhalten.", - "Email" : "E-Mail" + "Email" : "E-Mail", + "Request verification link" : "Bestätigungslink anfordern", + "Please re-enter a valid email address" : "Bitte eine gültige E-Mail-Adresse erneut eingeben", + "You will receive an email with a verification link" : "Du erhältst eine E-Mail mit einem Bestätigungslink" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/l10n/de_DE.js b/l10n/de_DE.js index d44b1e6..aab2404 100644 --- a/l10n/de_DE.js +++ b/l10n/de_DE.js @@ -2,8 +2,8 @@ OC.L10N.register( "registration", { "Register" : "Registrieren", - "Your registration is pending. Please confirm your email address." : "Ihre Registrierung ist ausstehend. 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 mit dieser E-Mail-Adresse, eine neue Bestätigungs-E-Mail wurde an die Adresse geschickt.", + "Your registration is pending. Please confirm your email address." : "Ihre Registrierung sthet 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.", "Verification email successfully sent." : "Bestätigungsmail erfolgreich gesendet.", "Your account has been successfully created, you can log in now." : "Ihr Konto wurde erfolgreich erstellt, Sie können sich jetzt anmelden.", "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.", @@ -13,7 +13,7 @@ OC.L10N.register( "Verify your %s registration request" : "Bestätigen Sie Ihre %s Registrierungsanfrage", "A problem occurred sending email, please contact your administrator." : "Es ist ein Fehler beim Senden der E-Mail aufgetreten. Bitte den Administrator kontaktieren.", "A new user \"%s\" has created an account on %s" : "Ein neuer Benutzer \"%s\" hat ein Konto auf %s erstellt", - "A user has already taken this email, maybe you already have an account?" : "Ein Benutzer hat diese E-Mail bereits entgegengenommen. Vielleicht haben Sie bereits ein Konto?", + "A user has already taken this email, maybe you already have an account?" : "Ein Benutzer hat diese E-Mail-Adresse bereits verwandt. Haben Sie vielleicht schon ein Konto?", "You can log in now." : "Sie können sich nun Anmelden .", "Registration is only allowed for the following domains: " : "Die Registrierung ist nur für folgende Domains zulässig:", "Please provide a valid display name." : "Bitte geben Sie einen gültigen Anzeigenamen an.", @@ -25,15 +25,17 @@ OC.L10N.register( "Failed to delete pending registration request" : "Fehler beim Löschen der ausstehenden Registrierungsanforderung", "Registration app auto setup" : "Automatische Einrichtung der Registrierungs-App", "Registration" : "Registrierung", - "This app allows users to self-register a new account using their e-mail address." : "Mit dieser App können Benutzer ein neues Konto mithilfe ihrer E-Mail-Adresse selbst registrieren.", + "This app allows users to self-register a new account using their e-mail address." : "Mit dieser App können Benutzer ein neues Konto mithilfe ihrer E-Mail-Adresse selbst erstellen.", + "User registration\n\nThis app allows users to register a new account.\n\n# Flow\n\n1. User enters his/her email\n2. Verification link is sent to the email address\n3. User clicks on the verification link\n4. User is lead to a form where one can choose username and password\n5. New account is created and is logged in automatically\n\n# Features\n\n- Admin can specify which group the newly created users belong\n- Admin can limit the email domains allowed to register\n- Admin will be notified by email for new user creation\n\n# Donate\n\nSend Ethereum to `0x941613eBB948C2C547cb957B55fEB2609fa6Fe66`\nSend BTC to `33pStaSaf4sDUA8XBAHTq7ZDQpCVFQArxQ`" : "Benutzer-Regisitrierung\n\nMit dieser App können Benutzer ein neues Konto registrieren.\n\n# Flow\n\n1. Der Benutzer gibt Seine/Ihre E-Mail Adresse ein\n2. Der Bestätigungslink wird an die E-Mail-Adresse gesendet\n3. Der Benutzer klickt auf den Bestätigungslink\n4. Der Benutzer wird zu einem Formular geführt, in dem er Benutzername und Passwort auswählen kann\n5. Ein neues Konto wird erstellt und automatisch angemeldet\n\n# Funktionen\n\n- Der Administrator kann angeben, zu welcher Gruppe die neu erstellten Benutzer gehören\n- Der Administrator kann die Anzahl der registrierten E-Mail-Domänen einschränken\n- Der Administrator wird per E-Mail über die Erstellung neuer Benutzer informiert\n\n# Spenden\n\nEthereum senden an: `0x941613eBB948C2C547cb957B55fEB2609fa6Fe66`\nBTC senden an `33pStaSaf4sDUA8XBAHTq7ZDQpCVFQArxQ`", "Default group that all registered users belong" : "Standardgruppe, zu der alle registrierten Benutzer gehören", "None" : "Keine", "Allowed mail address domains for registration" : "Zulässige Mail-Adressdomänen für die Registrierung", - "Enter a semicolon-separated list of allowed domains. Example: owncloud.com;github.com" : "Geben Sie eine durch Semikolons getrennte Liste der zulässigen Domänen ein. Beispiel: nextlcloud.com; example.com", - "Require admin approval?" : "Administratorgenehmigung erforderlich?", + "Enter a semicolon-separated list of allowed domains. Example: owncloud.com;github.com" : "Geben Sie eine durch Semikolons getrennte Liste der zulässigen Domänen ein. Z.B.: nextcloud.com; example.com", + "Require admin approval?" : "Genehmigung durch Administrator erforderlich?", "Registration is only allowed for the following domains:" : "Die Registrierung ist nur für folgende Domains zulässig:", + "A new user \"%s\" has created an account on %s and awaits admin approbation" : "Ein neuer Benutzer \"%s\" hat ein Konto auf %s erstellt und wartet auf Freischaltung durch einen Administrator", "To create a new account on %s, just click the following link:" : "Um ein neues Konto für %s zu erstellen, klicken Sie einfach auf den folgenden Link:", - "Welcome, you can create your account below." : "Willkommen, Sie können Ihr Konto unten erstellen.", + "Welcome, you can create your account below." : "Willkommen, Sie können Ihr Konto nachfolgend erstellen.", "Username" : "Benutzername", "Password" : "Passwort", "Create account" : "Benutzerkonto erstellen", diff --git a/l10n/de_DE.json b/l10n/de_DE.json index e921e79..907dffb 100644 --- a/l10n/de_DE.json +++ b/l10n/de_DE.json @@ -1,7 +1,7 @@ { "translations": { "Register" : "Registrieren", - "Your registration is pending. Please confirm your email address." : "Ihre Registrierung ist ausstehend. 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 mit dieser E-Mail-Adresse, eine neue Bestätigungs-E-Mail wurde an die Adresse geschickt.", + "Your registration is pending. Please confirm your email address." : "Ihre Registrierung sthet 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.", "Verification email successfully sent." : "Bestätigungsmail erfolgreich gesendet.", "Your account has been successfully created, you can log in now." : "Ihr Konto wurde erfolgreich erstellt, Sie können sich jetzt anmelden.", "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,7 +11,7 @@ "Verify your %s registration request" : "Bestätigen Sie Ihre %s Registrierungsanfrage", "A problem occurred sending email, please contact your administrator." : "Es ist ein Fehler beim Senden der E-Mail aufgetreten. Bitte den Administrator kontaktieren.", "A new user \"%s\" has created an account on %s" : "Ein neuer Benutzer \"%s\" hat ein Konto auf %s erstellt", - "A user has already taken this email, maybe you already have an account?" : "Ein Benutzer hat diese E-Mail bereits entgegengenommen. Vielleicht haben Sie bereits ein Konto?", + "A user has already taken this email, maybe you already have an account?" : "Ein Benutzer hat diese E-Mail-Adresse bereits verwandt. Haben Sie vielleicht schon ein Konto?", "You can log in now." : "Sie können sich nun Anmelden .", "Registration is only allowed for the following domains: " : "Die Registrierung ist nur für folgende Domains zulässig:", "Please provide a valid display name." : "Bitte geben Sie einen gültigen Anzeigenamen an.", @@ -23,15 +23,17 @@ "Failed to delete pending registration request" : "Fehler beim Löschen der ausstehenden Registrierungsanforderung", "Registration app auto setup" : "Automatische Einrichtung der Registrierungs-App", "Registration" : "Registrierung", - "This app allows users to self-register a new account using their e-mail address." : "Mit dieser App können Benutzer ein neues Konto mithilfe ihrer E-Mail-Adresse selbst registrieren.", + "This app allows users to self-register a new account using their e-mail address." : "Mit dieser App können Benutzer ein neues Konto mithilfe ihrer E-Mail-Adresse selbst erstellen.", + "User registration\n\nThis app allows users to register a new account.\n\n# Flow\n\n1. User enters his/her email\n2. Verification link is sent to the email address\n3. User clicks on the verification link\n4. User is lead to a form where one can choose username and password\n5. New account is created and is logged in automatically\n\n# Features\n\n- Admin can specify which group the newly created users belong\n- Admin can limit the email domains allowed to register\n- Admin will be notified by email for new user creation\n\n# Donate\n\nSend Ethereum to `0x941613eBB948C2C547cb957B55fEB2609fa6Fe66`\nSend BTC to `33pStaSaf4sDUA8XBAHTq7ZDQpCVFQArxQ`" : "Benutzer-Regisitrierung\n\nMit dieser App können Benutzer ein neues Konto registrieren.\n\n# Flow\n\n1. Der Benutzer gibt Seine/Ihre E-Mail Adresse ein\n2. Der Bestätigungslink wird an die E-Mail-Adresse gesendet\n3. Der Benutzer klickt auf den Bestätigungslink\n4. Der Benutzer wird zu einem Formular geführt, in dem er Benutzername und Passwort auswählen kann\n5. Ein neues Konto wird erstellt und automatisch angemeldet\n\n# Funktionen\n\n- Der Administrator kann angeben, zu welcher Gruppe die neu erstellten Benutzer gehören\n- Der Administrator kann die Anzahl der registrierten E-Mail-Domänen einschränken\n- Der Administrator wird per E-Mail über die Erstellung neuer Benutzer informiert\n\n# Spenden\n\nEthereum senden an: `0x941613eBB948C2C547cb957B55fEB2609fa6Fe66`\nBTC senden an `33pStaSaf4sDUA8XBAHTq7ZDQpCVFQArxQ`", "Default group that all registered users belong" : "Standardgruppe, zu der alle registrierten Benutzer gehören", "None" : "Keine", "Allowed mail address domains for registration" : "Zulässige Mail-Adressdomänen für die Registrierung", - "Enter a semicolon-separated list of allowed domains. Example: owncloud.com;github.com" : "Geben Sie eine durch Semikolons getrennte Liste der zulässigen Domänen ein. Beispiel: nextlcloud.com; example.com", - "Require admin approval?" : "Administratorgenehmigung erforderlich?", + "Enter a semicolon-separated list of allowed domains. Example: owncloud.com;github.com" : "Geben Sie eine durch Semikolons getrennte Liste der zulässigen Domänen ein. Z.B.: nextcloud.com; example.com", + "Require admin approval?" : "Genehmigung durch Administrator erforderlich?", "Registration is only allowed for the following domains:" : "Die Registrierung ist nur für folgende Domains zulässig:", + "A new user \"%s\" has created an account on %s and awaits admin approbation" : "Ein neuer Benutzer \"%s\" hat ein Konto auf %s erstellt und wartet auf Freischaltung durch einen Administrator", "To create a new account on %s, just click the following link:" : "Um ein neues Konto für %s zu erstellen, klicken Sie einfach auf den folgenden Link:", - "Welcome, you can create your account below." : "Willkommen, Sie können Ihr Konto unten erstellen.", + "Welcome, you can create your account below." : "Willkommen, Sie können Ihr Konto nachfolgend erstellen.", "Username" : "Benutzername", "Password" : "Passwort", "Create account" : "Benutzerkonto erstellen", diff --git a/l10n/fa.js b/l10n/fa.js index 84e2ad0..7f2a4d1 100644 --- a/l10n/fa.js +++ b/l10n/fa.js @@ -1,12 +1,24 @@ OC.L10N.register( "registration", { - "Register" : "ثبت نام", + "Register" : "ثبت‌نام", + "Your registration is pending. Please confirm your email address." : "ثبت‌نام شما در حالت انتظار است. لطفا نشانی رایانامه خود را تأیید کنید.", + "There is already a pending registration with this email, a new verification email has been sent to the address." : "ثبت‌نام دیگری با همین رایانامه در حالت انتظار است، رایانامهٔ جدیدی جهت اعتبارسنجی به همین نشانی فرستاده شده است.", + "Verification email successfully sent." : "رایانامهٔ اعتبارسنجی با موفقیت فرستاده شد.", + "Your account has been successfully created, you can log in now." : "حساب شما با موفقیت ساخته شده است است، اکنون می‌توانید وارد شوید.", + "Your account has been successfully created, but it still needs approval from an administrator." : "حساب شما با موفقیت ساخته شده است اما هنوز نیاز به تأیید یک مدیر دارد.", "Saved" : "ذخیره شد", + "No such group" : "چنین گروهی وجود ندارد", + "The email address you entered is not valid" : "نشانی رایانامه‌ای که وارد کرده‌اید معتبر نیست", + "Verify your %s registration request" : "اعتبار درخواست ثبت‌نام %s را تایید کنید", + "Registration" : "ثبت‌نام", "None" : "هیچ‌کدام", "Username" : "نام کاربری", "Password" : "کلمه عبور", "Create account" : "ساخت حساب", - "Email" : "email" + "Email" : "رایانامه", + "Request verification link" : "درخواست پیوند اعتبارسنجی", + "Please re-enter a valid email address" : "لطفا نشانی رایانامه معتبری را دوباره وارد کنید", + "You will receive an email with a verification link" : "شما، رایانامه‌ای با یک پیوند جهت اعتبارسنجی دریافت خواهید کرد" }, "nplurals=2; plural=(n > 1);"); diff --git a/l10n/fa.json b/l10n/fa.json index f7adeef..32e64fd 100644 --- a/l10n/fa.json +++ b/l10n/fa.json @@ -1,10 +1,22 @@ { "translations": { - "Register" : "ثبت نام", + "Register" : "ثبت‌نام", + "Your registration is pending. Please confirm your email address." : "ثبت‌نام شما در حالت انتظار است. لطفا نشانی رایانامه خود را تأیید کنید.", + "There is already a pending registration with this email, a new verification email has been sent to the address." : "ثبت‌نام دیگری با همین رایانامه در حالت انتظار است، رایانامهٔ جدیدی جهت اعتبارسنجی به همین نشانی فرستاده شده است.", + "Verification email successfully sent." : "رایانامهٔ اعتبارسنجی با موفقیت فرستاده شد.", + "Your account has been successfully created, you can log in now." : "حساب شما با موفقیت ساخته شده است است، اکنون می‌توانید وارد شوید.", + "Your account has been successfully created, but it still needs approval from an administrator." : "حساب شما با موفقیت ساخته شده است اما هنوز نیاز به تأیید یک مدیر دارد.", "Saved" : "ذخیره شد", + "No such group" : "چنین گروهی وجود ندارد", + "The email address you entered is not valid" : "نشانی رایانامه‌ای که وارد کرده‌اید معتبر نیست", + "Verify your %s registration request" : "اعتبار درخواست ثبت‌نام %s را تایید کنید", + "Registration" : "ثبت‌نام", "None" : "هیچ‌کدام", "Username" : "نام کاربری", "Password" : "کلمه عبور", "Create account" : "ساخت حساب", - "Email" : "email" + "Email" : "رایانامه", + "Request verification link" : "درخواست پیوند اعتبارسنجی", + "Please re-enter a valid email address" : "لطفا نشانی رایانامه معتبری را دوباره وارد کنید", + "You will receive an email with a verification link" : "شما، رایانامه‌ای با یک پیوند جهت اعتبارسنجی دریافت خواهید کرد" },"pluralForm" :"nplurals=2; plural=(n > 1);" } \ No newline at end of file diff --git a/l10n/fi.js b/l10n/fi.js index b3dfdeb..21d5f35 100644 --- a/l10n/fi.js +++ b/l10n/fi.js @@ -2,11 +2,40 @@ OC.L10N.register( "registration", { "Register" : "Rekisteröidy", + "Your registration is pending. Please confirm your email address." : "Rekisteröitymisesi odottaa. Vahvista sähköpostiosoitteesi.", + "There is already a pending registration with this email, a new verification email has been sent to the address." : "Tällä sähköpostiosoitteella on jo odottava rekisteröityminen. Uusi vahvistusviesti lähetettiin sähköpostitse.", + "Verification email successfully sent." : "Vahvistusviesti lähetetty onnistuneesti.", + "Your account has been successfully created, you can log in now." : "Tilisi on luotu onnistuneesti, voit kirjautua sisään.", + "Your account has been successfully created, but it still needs approval from an administrator." : "Tilisi on luotu onnistuneesti, mutta se tarvitsee vielä hyväksynnän ylläpitäjältä.", "Saved" : "Tallennettu", + "No such group" : "Ei kyseistä ryhmää", + "The email address you entered is not valid" : "Kirjoittamasi sähköpostiosoite ei ole kelvollinen", + "A problem occurred sending email, please contact your administrator." : "Sähköpostia lähettäessä ilmeni virhe, ole yhteydessä ylläpitoon.", + "A user has already taken this email, maybe you already have an account?" : "Tämä sähköpostiosoite on jo käyttäjän käytössä. Kenties sinulla on jo olemassa tili.", + "You can log in now." : "Voit nyt kirjautua sisään.", + "Registration is only allowed for the following domains: " : "Rekisteröityminen on sallittu vain seuraavista verkkotunnuksista:", + "Please provide a valid display name." : "Kirjoita kelvollinen näyttönimi.", + "Please provide a valid user name." : "Kirjoita kelvollinen käyttäjätunnus.", + "The username you have chosen already exists." : "Valitsemasi käyttäjätunnus on jo olemassa.", + "Unable to set user email: " : "Käyttäjän sähköpostiosoitteen asettaminen ei onnistunut:", + "Failed to delete pending registration request" : "Odottavan rekisteröintipyynnön poistaminen epäonnistui", + "Registration" : "Rekisteröinti", + "This app allows users to self-register a new account using their e-mail address." : "Tämä sovellus sallii käyttäjien rekisteröidä uuden tilin käyttäen sähköpostiosoitettaan.", + "Default group that all registered users belong" : "Oletusryhmä, johon kaikki rekisteröityneet käyttäjät kuuluvat", "None" : "Ei mitään", + "Allowed mail address domains for registration" : "Rekisteröintiin sallittujen sähköpostiosoitteiden verkkotunnukset", + "Enter a semicolon-separated list of allowed domains. Example: owncloud.com;github.com" : "Kirjoita puolipisteellä erotettu lista sallituista verkkotunnuksista. Esimerkki: owncloud.com;github.com", + "Require admin approval?" : "Vaaditaanko ylläpitäjän hyväksyntä?", + "Registration is only allowed for the following domains:" : "Rekisteröityminen on sallittu vain seuraavista verkkotunnuksista:", + "To create a new account on %s, just click the following link:" : "Luo uusi tili palveluun %s napsauttamalla seuraavaa linkkiä:", + "Welcome, you can create your account below." : "Tervetuloa, voit luoda tilin alla.", "Username" : "Käyttäjätunnus", "Password" : "Salasana", "Create account" : "Luo tili", - "Email" : "Sähköposti" + "Thank you for registering, you should receive a verification link in a few minutes." : "Kiitos rekisteröitymisestä. Saat vahvistuslinkin hetken kuluttua.", + "Email" : "Sähköposti", + "Request verification link" : "Pyydä vahvistuslinkkiä", + "Please re-enter a valid email address" : "Kirjoita uudelleen kelvollinen sähköpostiosoite", + "You will receive an email with a verification link" : "Saat sähköpostiviestin, joka sisältää vahvistuslinkin" }, "nplurals=2; plural=(n != 1);"); diff --git a/l10n/fi.json b/l10n/fi.json index 0341608..a4da955 100644 --- a/l10n/fi.json +++ b/l10n/fi.json @@ -1,10 +1,39 @@ { "translations": { "Register" : "Rekisteröidy", + "Your registration is pending. Please confirm your email address." : "Rekisteröitymisesi odottaa. Vahvista sähköpostiosoitteesi.", + "There is already a pending registration with this email, a new verification email has been sent to the address." : "Tällä sähköpostiosoitteella on jo odottava rekisteröityminen. Uusi vahvistusviesti lähetettiin sähköpostitse.", + "Verification email successfully sent." : "Vahvistusviesti lähetetty onnistuneesti.", + "Your account has been successfully created, you can log in now." : "Tilisi on luotu onnistuneesti, voit kirjautua sisään.", + "Your account has been successfully created, but it still needs approval from an administrator." : "Tilisi on luotu onnistuneesti, mutta se tarvitsee vielä hyväksynnän ylläpitäjältä.", "Saved" : "Tallennettu", + "No such group" : "Ei kyseistä ryhmää", + "The email address you entered is not valid" : "Kirjoittamasi sähköpostiosoite ei ole kelvollinen", + "A problem occurred sending email, please contact your administrator." : "Sähköpostia lähettäessä ilmeni virhe, ole yhteydessä ylläpitoon.", + "A user has already taken this email, maybe you already have an account?" : "Tämä sähköpostiosoite on jo käyttäjän käytössä. Kenties sinulla on jo olemassa tili.", + "You can log in now." : "Voit nyt kirjautua sisään.", + "Registration is only allowed for the following domains: " : "Rekisteröityminen on sallittu vain seuraavista verkkotunnuksista:", + "Please provide a valid display name." : "Kirjoita kelvollinen näyttönimi.", + "Please provide a valid user name." : "Kirjoita kelvollinen käyttäjätunnus.", + "The username you have chosen already exists." : "Valitsemasi käyttäjätunnus on jo olemassa.", + "Unable to set user email: " : "Käyttäjän sähköpostiosoitteen asettaminen ei onnistunut:", + "Failed to delete pending registration request" : "Odottavan rekisteröintipyynnön poistaminen epäonnistui", + "Registration" : "Rekisteröinti", + "This app allows users to self-register a new account using their e-mail address." : "Tämä sovellus sallii käyttäjien rekisteröidä uuden tilin käyttäen sähköpostiosoitettaan.", + "Default group that all registered users belong" : "Oletusryhmä, johon kaikki rekisteröityneet käyttäjät kuuluvat", "None" : "Ei mitään", + "Allowed mail address domains for registration" : "Rekisteröintiin sallittujen sähköpostiosoitteiden verkkotunnukset", + "Enter a semicolon-separated list of allowed domains. Example: owncloud.com;github.com" : "Kirjoita puolipisteellä erotettu lista sallituista verkkotunnuksista. Esimerkki: owncloud.com;github.com", + "Require admin approval?" : "Vaaditaanko ylläpitäjän hyväksyntä?", + "Registration is only allowed for the following domains:" : "Rekisteröityminen on sallittu vain seuraavista verkkotunnuksista:", + "To create a new account on %s, just click the following link:" : "Luo uusi tili palveluun %s napsauttamalla seuraavaa linkkiä:", + "Welcome, you can create your account below." : "Tervetuloa, voit luoda tilin alla.", "Username" : "Käyttäjätunnus", "Password" : "Salasana", "Create account" : "Luo tili", - "Email" : "Sähköposti" + "Thank you for registering, you should receive a verification link in a few minutes." : "Kiitos rekisteröitymisestä. Saat vahvistuslinkin hetken kuluttua.", + "Email" : "Sähköposti", + "Request verification link" : "Pyydä vahvistuslinkkiä", + "Please re-enter a valid email address" : "Kirjoita uudelleen kelvollinen sähköpostiosoite", + "You will receive an email with a verification link" : "Saat sähköpostiviestin, joka sisältää vahvistuslinkin" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/l10n/he.js b/l10n/he.js index 1ef49ee..28f45d3 100644 --- a/l10n/he.js +++ b/l10n/he.js @@ -3,6 +3,10 @@ OC.L10N.register( { "Register" : "רישום", "Saved" : "נשמר", + "No such group" : "אין קבוצה כזאת", + "The email address you entered is not valid" : "כתובת הדוא״ל שסופקה אינה תקנית", + "Verify your %s registration request" : "נא לתקף את בקשת הרישום שלך אל %s", + "A problem occurred sending email, please contact your administrator." : "אירעה תקלה בשליחת הדוא״ל, נא ליצור קשר עם הנהלת המערכת שלך.", "None" : "אין", "Username" : "שם משתמש", "Password" : "ססמה", diff --git a/l10n/he.json b/l10n/he.json index ff38a1e..bb535c4 100644 --- a/l10n/he.json +++ b/l10n/he.json @@ -1,6 +1,10 @@ { "translations": { "Register" : "רישום", "Saved" : "נשמר", + "No such group" : "אין קבוצה כזאת", + "The email address you entered is not valid" : "כתובת הדוא״ל שסופקה אינה תקנית", + "Verify your %s registration request" : "נא לתקף את בקשת הרישום שלך אל %s", + "A problem occurred sending email, please contact your administrator." : "אירעה תקלה בשליחת הדוא״ל, נא ליצור קשר עם הנהלת המערכת שלך.", "None" : "אין", "Username" : "שם משתמש", "Password" : "ססמה",