diff --git a/l10n/zh_TW.js b/l10n/zh_TW.js
new file mode 100644
index 0000000..a959454
--- /dev/null
+++ b/l10n/zh_TW.js
@@ -0,0 +1,22 @@
+OC.L10N.register(
+ "registration",
+ {
+ "Email address you entered is not valid" : "您輸入的 email 地址無效",
+ "There is already a pending registration with this email" : "這個 email 地址已經有一個等待中的註冊",
+ "Verify your ownCloud registration request" : "驗證您的 ownCloud 註冊",
+ "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." : "無法建立使用者,使用者後端有問題",
+ "Your account has been successfully created, you can log in now." : "已經建立您的帳號,可以立即登入",
+ "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" : "密碼",
+ "Create account" : "建立帳號",
+ "Thank you for registering, you should receive verification link in a few minutes." : "感謝您的註冊,幾分鐘之後應該就會收到驗證連結",
+ "Email" : "Email",
+ "Request verification link" : "請求驗證連結",
+ "Please re-enter a valid email address" : "請重新輸入有效的 email 地址",
+ "You will receive an email with verification link" : "等一下你會收到內含驗證連結的 email"
+},
+"nplurals=1; plural=0;");
diff --git a/l10n/zh_TW.json b/l10n/zh_TW.json
new file mode 100644
index 0000000..693bbd0
--- /dev/null
+++ b/l10n/zh_TW.json
@@ -0,0 +1,20 @@
+{ "translations": {
+ "Email address you entered is not valid" : "您輸入的 email 地址無效",
+ "There is already a pending registration with this email" : "這個 email 地址已經有一個等待中的註冊",
+ "Verify your ownCloud registration request" : "驗證您的 ownCloud 註冊",
+ "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." : "無法建立使用者,使用者後端有問題",
+ "Your account has been successfully created, you can log in now." : "已經建立您的帳號,可以立即登入",
+ "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" : "密碼",
+ "Create account" : "建立帳號",
+ "Thank you for registering, you should receive verification link in a few minutes." : "感謝您的註冊,幾分鐘之後應該就會收到驗證連結",
+ "Email" : "Email",
+ "Request verification link" : "請求驗證連結",
+ "Please re-enter a valid email address" : "請重新輸入有效的 email 地址",
+ "You will receive an email with verification link" : "等一下你會收到內含驗證連結的 email"
+},"pluralForm" :"nplurals=1; plural=0;"
+}
\ No newline at end of file
diff --git a/l10n/zh_TW.php b/l10n/zh_TW.php
index 89a223c..5aa2abc 100644
--- a/l10n/zh_TW.php
+++ b/l10n/zh_TW.php
@@ -2,12 +2,18 @@
$TRANSLATIONS = array(
"Email address you entered is not valid" => "您輸入的 email 地址無效",
"There is already a pending registration with this email" => "這個 email 地址已經有一個等待中的註冊",
-"Verify your ownCloud registration request" => "驗證您的 ownCloud 註冊請求",
-"Username" => "使用者名稱:",
+"Verify your ownCloud registration request" => "驗證您的 ownCloud 註冊",
+"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." => "無法建立使用者,使用者後端有問題",
+"Your account has been successfully created, you can log in now." => "已經建立您的帳號,可以立即登入",
+"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" => "密碼",
"Create account" => "建立帳號",
-"Thank you for registering, you should receive verification link in a few minutes." => "感謝您註冊,幾分鐘之後您應該就會收到驗證連結",
-"Email" => "信箱",
+"Thank you for registering, you should receive verification link in a few minutes." => "感謝您的註冊,幾分鐘之後應該就會收到驗證連結",
+"Email" => "Email",
"Request verification link" => "請求驗證連結",
"Please re-enter a valid email address" => "請重新輸入有效的 email 地址",
"You will receive an email with verification link" => "等一下你會收到內含驗證連結的 email"