diff --git a/l10n/zh_TW.js b/l10n/zh_TW.js index a05f4a9..ae1d7dd 100644 --- a/l10n/zh_TW.js +++ b/l10n/zh_TW.js @@ -1,6 +1,7 @@ OC.L10N.register( "registration", { + "Register" : "註冊", "Email address you entered is not valid" : "您輸入的 email 地址無效", "There is already a pending registration with this email" : "這個 email 地址已經有一個等待中的註冊", "Verify your ownCloud registration request" : "驗證您的 ownCloud 註冊", @@ -9,8 +10,8 @@ OC.L10N.register( "Unable to create user, there are problems with user backend." : "無法建立使用者,使用者後端有問題", "Your account has been successfully created, you can log in now." : "已經建立您的帳號,可以立即登入", "Your settings have been updated." : "您的設定已更新.", + "Registration" : "註冊", "None" : "無", - "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" : "使用者名稱", "Password" : "密碼", diff --git a/l10n/zh_TW.json b/l10n/zh_TW.json index 978bae5..92fc502 100644 --- a/l10n/zh_TW.json +++ b/l10n/zh_TW.json @@ -1,4 +1,5 @@ { "translations": { + "Register" : "註冊", "Email address you entered is not valid" : "您輸入的 email 地址無效", "There is already a pending registration with this email" : "這個 email 地址已經有一個等待中的註冊", "Verify your ownCloud registration request" : "驗證您的 ownCloud 註冊", @@ -7,8 +8,8 @@ "Unable to create user, there are problems with user backend." : "無法建立使用者,使用者後端有問題", "Your account has been successfully created, you can log in now." : "已經建立您的帳號,可以立即登入", "Your settings have been updated." : "您的設定已更新.", + "Registration" : "註冊", "None" : "無", - "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" : "使用者名稱", "Password" : "密碼", diff --git a/l10n/zh_TW.php b/l10n/zh_TW.php index 61ca3a0..b258e42 100644 --- a/l10n/zh_TW.php +++ b/l10n/zh_TW.php @@ -1,5 +1,6 @@ "註冊", "Email address you entered is not valid" => "您輸入的 email 地址無效", "There is already a pending registration with this email" => "這個 email 地址已經有一個等待中的註冊", "Verify your ownCloud registration request" => "驗證您的 ownCloud 註冊", @@ -8,8 +9,8 @@ $TRANSLATIONS = array( "Unable to create user, there are problems with user backend." => "無法建立使用者,使用者後端有問題", "Your account has been successfully created, you can log in now." => "已經建立您的帳號,可以立即登入", "Your settings have been updated." => "您的設定已更新.", +"Registration" => "註冊", "None" => "無", -"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" => "使用者名稱", "Password" => "密碼",