diff --git a/l10n/zh_TW.js b/l10n/zh_TW.js index 3032bf5..9a2b257 100644 --- a/l10n/zh_TW.js +++ b/l10n/zh_TW.js @@ -4,11 +4,15 @@ OC.L10N.register( "Register" : "註冊", "Email address you entered is not valid" : "您輸入的 email 地址無效", "Verify your ownCloud registration request" : "驗證您的 ownCloud 註冊", + "A problem occurred sending email, please contact your administrator." : "寄出郵件時發生問題,請聯絡管理員。", + "There is already a pending registration with this email, a new verification email has been sent to the address." : "這個 email 地址原本已經有一個等待中的註冊,但是一封新的驗證信已經寄到這個地址。", "A user has already taken this email, maybe you already have an account?" : "已經有人使用這個 email ,或許您已經有帳號了?", "You can log in now." : "您可以現在登入。", "Verification email successfully sent." : "已寄送驗證 email", "Invalid verification URL. No registration request with this verification URL is found." : "無效的驗證 URL,沒有關聯的註冊申請", "Unable to create user, there are problems with user backend." : "無法建立使用者,使用者後端有問題", + "Unable to set user email: " : "無法設定使用者 email:", + "Failed to delete pending registration request" : "刪除等待中的註冊失敗", "Your account has been successfully created, you can log in now." : "已經建立您的帳號,可以立即登入", "Your settings have been updated." : "您的設定已更新.", "No such group" : "無此群組", @@ -16,6 +20,7 @@ OC.L10N.register( "Default group that all registered users belong" : "新註冊的使用者會被加入的群組", "None" : "無", "Allowed domains for registration" : "允許註冊的 email 網域", + "Enter a semicolon-seperated list of allowed domains. Example: owncloud.com;github.com" : "將允許註冊的網域以分號分隔後輸入,例如:owncloud.com;github.com", "To create a new account on ownCloud, just click the following link:

\n{link}" : "點擊以下連結來在 ownCloud 建立新帳號:

\n{link}", "Welcome, you can create your account below." : "歡迎!您可以在下方建立帳號", "Username" : "使用者名稱", diff --git a/l10n/zh_TW.json b/l10n/zh_TW.json index f7c92c8..d6fbf93 100644 --- a/l10n/zh_TW.json +++ b/l10n/zh_TW.json @@ -2,11 +2,15 @@ "Register" : "註冊", "Email address you entered is not valid" : "您輸入的 email 地址無效", "Verify your ownCloud registration request" : "驗證您的 ownCloud 註冊", + "A problem occurred sending email, please contact your administrator." : "寄出郵件時發生問題,請聯絡管理員。", + "There is already a pending registration with this email, a new verification email has been sent to the address." : "這個 email 地址原本已經有一個等待中的註冊,但是一封新的驗證信已經寄到這個地址。", "A user has already taken this email, maybe you already have an account?" : "已經有人使用這個 email ,或許您已經有帳號了?", "You can log in now." : "您可以現在登入。", "Verification email successfully sent." : "已寄送驗證 email", "Invalid verification URL. No registration request with this verification URL is found." : "無效的驗證 URL,沒有關聯的註冊申請", "Unable to create user, there are problems with user backend." : "無法建立使用者,使用者後端有問題", + "Unable to set user email: " : "無法設定使用者 email:", + "Failed to delete pending registration request" : "刪除等待中的註冊失敗", "Your account has been successfully created, you can log in now." : "已經建立您的帳號,可以立即登入", "Your settings have been updated." : "您的設定已更新.", "No such group" : "無此群組", @@ -14,6 +18,7 @@ "Default group that all registered users belong" : "新註冊的使用者會被加入的群組", "None" : "無", "Allowed domains for registration" : "允許註冊的 email 網域", + "Enter a semicolon-seperated list of allowed domains. Example: owncloud.com;github.com" : "將允許註冊的網域以分號分隔後輸入,例如:owncloud.com;github.com", "To create a new account on ownCloud, just click the following link:

\n{link}" : "點擊以下連結來在 ownCloud 建立新帳號:

\n{link}", "Welcome, you can create your account below." : "歡迎!您可以在下方建立帳號", "Username" : "使用者名稱", diff --git a/l10n/zh_TW.php b/l10n/zh_TW.php index 60e5289..30c33e3 100644 --- a/l10n/zh_TW.php +++ b/l10n/zh_TW.php @@ -3,11 +3,15 @@ $TRANSLATIONS = array( "Register" => "註冊", "Email address you entered is not valid" => "您輸入的 email 地址無效", "Verify your ownCloud registration request" => "驗證您的 ownCloud 註冊", +"A problem occurred sending email, please contact your administrator." => "寄出郵件時發生問題,請聯絡管理員。", +"There is already a pending registration with this email, a new verification email has been sent to the address." => "這個 email 地址原本已經有一個等待中的註冊,但是一封新的驗證信已經寄到這個地址。", "A user has already taken this email, maybe you already have an account?" => "已經有人使用這個 email ,或許您已經有帳號了?", "You can log in now." => "您可以現在登入。", "Verification email successfully sent." => "已寄送驗證 email", "Invalid verification URL. No registration request with this verification URL is found." => "無效的驗證 URL,沒有關聯的註冊申請", "Unable to create user, there are problems with user backend." => "無法建立使用者,使用者後端有問題", +"Unable to set user email: " => "無法設定使用者 email:", +"Failed to delete pending registration request" => "刪除等待中的註冊失敗", "Your account has been successfully created, you can log in now." => "已經建立您的帳號,可以立即登入", "Your settings have been updated." => "您的設定已更新.", "No such group" => "無此群組", @@ -15,6 +19,7 @@ $TRANSLATIONS = array( "Default group that all registered users belong" => "新註冊的使用者會被加入的群組", "None" => "無", "Allowed domains for registration" => "允許註冊的 email 網域", +"Enter a semicolon-seperated list of allowed domains. Example: owncloud.com;github.com" => "將允許註冊的網域以分號分隔後輸入,例如:owncloud.com;github.com", "To create a new account on ownCloud, just click the following link:

\n{link}" => "點擊以下連結來在 ownCloud 建立新帳號:

\n{link}", "Welcome, you can create your account below." => "歡迎!您可以在下方建立帳號", "Username" => "使用者名稱",