diff --git a/l10n/sk.js b/l10n/sk.js
index 481c18a..55c2a59 100644
--- a/l10n/sk.js
+++ b/l10n/sk.js
@@ -12,7 +12,15 @@ OC.L10N.register(
"The email address you entered is not valid" : "Zadaná e-mailová adresa nie je platná",
"Verify your %s registration request" : "Overte svoju žiadosť o registráciu %s",
"Registration" : "Registrácia",
+ "Email address verified, you can now complete your registration." : "Registráciu môžete dokončiť, e-mailová adresa je overená.",
+ "Click the button below to continue." : "Pokračujte kliknutím na tlačidlo nižšie.",
+ "Continue registration" : "Pokračujte v registrácii",
"A problem occurred sending email, please contact your administrator." : "Pri odosielaní e-mailu sa vyskytol problém. Kontaktujte svojho správcu.",
+ "New user \"%s\" has created an account on %s" : "Nový používateľ „%s“ vytvoril účet na %s",
+ "New user registered" : "Nový užívateľ je zaregistrovaný",
+ "\"%1$s\" registered a new account on %2$s." : "„%1$s“ zaregistroval nový účet na %2$s.",
+ "\"%1$s\" registered a new account on %2$s and needs to be enabled." : "„%1$s“ zaregistroval nový účet na %2$s a je potrebné ho povoliť.",
+ "Enable now" : "Povoliť teraz",
"A user has already taken this email, maybe you already have an account?" : "Niekto už tento e-mail použil, nemáte už účet?",
"You can log in now." : "Teraz sa môžete prihlásiť.",
"Registration is only allowed for the following domains: " : "Registrácia je povolená iba pre nasledujúce domény: ",
@@ -29,6 +37,7 @@ OC.L10N.register(
"Default group that all registered users belong" : "Predvolená skupina, do ktorej patria všetci registrovaní používatelia",
"None" : "Žiadne",
"Allowed mail address domains for registration" : "Povolené domény poštovej adresy na registráciu",
+ "Enter a semicolon-separated list of allowed domains. Example: nextcloud.com;example.com" : "Zadajte zoznam povolených domén oddelených bodkočiarkami. Príklad: nextcloud.com; priklad.com",
"Require admin approval?" : "Vyžadujete schválenie správcom?",
"Registration is only allowed for the following domains:" : "Registrácia je povolená iba pre nasledujúce domény:",
"Welcome, you can create your account below." : "Vitajte, účet si môžete vytvoriť nižšie.",
diff --git a/l10n/sk.json b/l10n/sk.json
index 8c1eac2..4181388 100644
--- a/l10n/sk.json
+++ b/l10n/sk.json
@@ -10,7 +10,15 @@
"The email address you entered is not valid" : "Zadaná e-mailová adresa nie je platná",
"Verify your %s registration request" : "Overte svoju žiadosť o registráciu %s",
"Registration" : "Registrácia",
+ "Email address verified, you can now complete your registration." : "Registráciu môžete dokončiť, e-mailová adresa je overená.",
+ "Click the button below to continue." : "Pokračujte kliknutím na tlačidlo nižšie.",
+ "Continue registration" : "Pokračujte v registrácii",
"A problem occurred sending email, please contact your administrator." : "Pri odosielaní e-mailu sa vyskytol problém. Kontaktujte svojho správcu.",
+ "New user \"%s\" has created an account on %s" : "Nový používateľ „%s“ vytvoril účet na %s",
+ "New user registered" : "Nový užívateľ je zaregistrovaný",
+ "\"%1$s\" registered a new account on %2$s." : "„%1$s“ zaregistroval nový účet na %2$s.",
+ "\"%1$s\" registered a new account on %2$s and needs to be enabled." : "„%1$s“ zaregistroval nový účet na %2$s a je potrebné ho povoliť.",
+ "Enable now" : "Povoliť teraz",
"A user has already taken this email, maybe you already have an account?" : "Niekto už tento e-mail použil, nemáte už účet?",
"You can log in now." : "Teraz sa môžete prihlásiť.",
"Registration is only allowed for the following domains: " : "Registrácia je povolená iba pre nasledujúce domény: ",
@@ -27,6 +35,7 @@
"Default group that all registered users belong" : "Predvolená skupina, do ktorej patria všetci registrovaní používatelia",
"None" : "Žiadne",
"Allowed mail address domains for registration" : "Povolené domény poštovej adresy na registráciu",
+ "Enter a semicolon-separated list of allowed domains. Example: nextcloud.com;example.com" : "Zadajte zoznam povolených domén oddelených bodkočiarkami. Príklad: nextcloud.com; priklad.com",
"Require admin approval?" : "Vyžadujete schválenie správcom?",
"Registration is only allowed for the following domains:" : "Registrácia je povolená iba pre nasledujúce domény:",
"Welcome, you can create your account below." : "Vitajte, účet si môžete vytvoriť nižšie.",
diff --git a/l10n/zh_CN.js b/l10n/zh_CN.js
index 18a47bf..1b29089 100644
--- a/l10n/zh_CN.js
+++ b/l10n/zh_CN.js
@@ -2,12 +2,21 @@ OC.L10N.register(
"registration",
{
"Register" : "注册",
+ "Verification email successfully sent." : "验证邮件已成功发送",
"Saved" : "已保存",
+ "No such group" : "无此群组",
+ "The email address you entered is not valid" : "您输入的电子邮件地址不正确",
+ "Registration" : "注册",
+ "Unable to set user email: " : "无法设置用户电子邮件:",
+ "Default group that all registered users belong" : "注册的用户所属的默认群组",
"None" : "无",
+ "Require admin approval?" : "是否要求管理员批准?",
"Username" : "用户名",
"Password" : "密码",
"Create account" : "创建账号",
- "Email" : "电子邮箱",
- "Back to login" : "返回登录"
+ "Email" : "电子邮件",
+ "Request verification link" : "请求验证链接",
+ "Back to login" : "返回登录",
+ "Please re-enter a valid email address" : "请重新输入正确的电子邮件地址"
},
"nplurals=1; plural=0;");
diff --git a/l10n/zh_CN.json b/l10n/zh_CN.json
index 5cf128d..815d3d0 100644
--- a/l10n/zh_CN.json
+++ b/l10n/zh_CN.json
@@ -1,11 +1,20 @@
{ "translations": {
"Register" : "注册",
+ "Verification email successfully sent." : "验证邮件已成功发送",
"Saved" : "已保存",
+ "No such group" : "无此群组",
+ "The email address you entered is not valid" : "您输入的电子邮件地址不正确",
+ "Registration" : "注册",
+ "Unable to set user email: " : "无法设置用户电子邮件:",
+ "Default group that all registered users belong" : "注册的用户所属的默认群组",
"None" : "无",
+ "Require admin approval?" : "是否要求管理员批准?",
"Username" : "用户名",
"Password" : "密码",
"Create account" : "创建账号",
- "Email" : "电子邮箱",
- "Back to login" : "返回登录"
+ "Email" : "电子邮件",
+ "Request verification link" : "请求验证链接",
+ "Back to login" : "返回登录",
+ "Please re-enter a valid email address" : "请重新输入正确的电子邮件地址"
},"pluralForm" :"nplurals=1; plural=0;"
}
\ No newline at end of file
diff --git a/l10n/zh_TW.js b/l10n/zh_TW.js
index 8923840..cd4b719 100644
--- a/l10n/zh_TW.js
+++ b/l10n/zh_TW.js
@@ -2,7 +2,19 @@ OC.L10N.register(
"registration",
{
"Register" : "註冊",
+ "Verification email successfully sent." : "驗證電子郵件已經成功傳送。",
"Saved" : "已儲存",
+ "No such group" : "沒有此群組",
+ "The email address you entered is not valid" : "您輸入的電子郵件地址不是有效的",
+ "Verify your %s registration request" : "驗證您的%s註冊需求",
+ "Registration" : "註冊",
+ "Email address verified, you can now complete your registration." : "電子郵件地址已經驗證,您現在可以完成您的註冊。",
+ "Click the button below to continue." : "點下方按鈕以繼續。",
+ "Continue registration" : "繼續註冊",
+ "Enable now" : "現在啟用",
+ "You can log in now." : "您現在可以登入。",
+ "Please provide a valid user name." : "請提供一個有效的使用者名稱",
+ "Unable to set user email: " : "無法設定使用者電子郵件:",
"None" : "無",
"Username" : "使用者名稱",
"Password" : "密碼",
diff --git a/l10n/zh_TW.json b/l10n/zh_TW.json
index a9321e2..df22927 100644
--- a/l10n/zh_TW.json
+++ b/l10n/zh_TW.json
@@ -1,6 +1,18 @@
{ "translations": {
"Register" : "註冊",
+ "Verification email successfully sent." : "驗證電子郵件已經成功傳送。",
"Saved" : "已儲存",
+ "No such group" : "沒有此群組",
+ "The email address you entered is not valid" : "您輸入的電子郵件地址不是有效的",
+ "Verify your %s registration request" : "驗證您的%s註冊需求",
+ "Registration" : "註冊",
+ "Email address verified, you can now complete your registration." : "電子郵件地址已經驗證,您現在可以完成您的註冊。",
+ "Click the button below to continue." : "點下方按鈕以繼續。",
+ "Continue registration" : "繼續註冊",
+ "Enable now" : "現在啟用",
+ "You can log in now." : "您現在可以登入。",
+ "Please provide a valid user name." : "請提供一個有效的使用者名稱",
+ "Unable to set user email: " : "無法設定使用者電子郵件:",
"None" : "無",
"Username" : "使用者名稱",
"Password" : "密碼",