diff --git a/l10n/zh_TW.js b/l10n/zh_TW.js index 9a2b257..dd7ee7d 100644 --- a/l10n/zh_TW.js +++ b/l10n/zh_TW.js @@ -21,6 +21,7 @@ OC.L10N.register( "None" : "無", "Allowed domains for registration" : "允許註冊的 email 網域", "Enter a semicolon-seperated list of allowed domains. Example: owncloud.com;github.com" : "將允許註冊的網域以分號分隔後輸入,例如:owncloud.com;github.com", + "Registration is only allowed for following domains:" : "僅允許下列網域註冊:", "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 d6fbf93..3af5df9 100644 --- a/l10n/zh_TW.json +++ b/l10n/zh_TW.json @@ -19,6 +19,7 @@ "None" : "無", "Allowed domains for registration" : "允許註冊的 email 網域", "Enter a semicolon-seperated list of allowed domains. Example: owncloud.com;github.com" : "將允許註冊的網域以分號分隔後輸入,例如:owncloud.com;github.com", + "Registration is only allowed for following domains:" : "僅允許下列網域註冊:", "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 30c33e3..7f6fab6 100644 --- a/l10n/zh_TW.php +++ b/l10n/zh_TW.php @@ -20,6 +20,7 @@ $TRANSLATIONS = array( "None" => "無", "Allowed domains for registration" => "允許註冊的 email 網域", "Enter a semicolon-seperated list of allowed domains. Example: owncloud.com;github.com" => "將允許註冊的網域以分號分隔後輸入,例如:owncloud.com;github.com", +"Registration is only allowed for following domains:" => "僅允許下列網域註冊:", "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" => "使用者名稱",