diff options
Diffstat (limited to 'lib/l10n')
-rw-r--r-- | lib/l10n/zh_TW.js | 4 | ||||
-rw-r--r-- | lib/l10n/zh_TW.json | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/lib/l10n/zh_TW.js b/lib/l10n/zh_TW.js index 57595b46556..d37d3ad1166 100644 --- a/lib/l10n/zh_TW.js +++ b/lib/l10n/zh_TW.js @@ -114,6 +114,10 @@ OC.L10N.register( "Role" : "角色", "Unknown user" : "未知的使用者", "Additional settings" : "其他設定", + "Enter the database username and name for %s" : "輸入 %s 的資料庫名稱及使用者名稱", + "Enter the database username for %s" : "輸入 %s 的資料庫使用者暱稱", + "Enter the database name for %s" : "輸入 %s 的資料庫名稱", + "You cannot use dots in the database name %s" : "資料庫名稱 %s 不能包含小數點", "MySQL username and/or password not valid" : "MySQL 使用者名稱或密碼不正確", "You need to enter details of an existing account." : "您必須輸入現有帳號的資訊", "Oracle connection could not be established" : "無法建立 Oracle 資料庫連線", diff --git a/lib/l10n/zh_TW.json b/lib/l10n/zh_TW.json index 20a8f86161b..9d2f50f9fa8 100644 --- a/lib/l10n/zh_TW.json +++ b/lib/l10n/zh_TW.json @@ -112,6 +112,10 @@ "Role" : "角色", "Unknown user" : "未知的使用者", "Additional settings" : "其他設定", + "Enter the database username and name for %s" : "輸入 %s 的資料庫名稱及使用者名稱", + "Enter the database username for %s" : "輸入 %s 的資料庫使用者暱稱", + "Enter the database name for %s" : "輸入 %s 的資料庫名稱", + "You cannot use dots in the database name %s" : "資料庫名稱 %s 不能包含小數點", "MySQL username and/or password not valid" : "MySQL 使用者名稱或密碼不正確", "You need to enter details of an existing account." : "您必須輸入現有帳號的資訊", "Oracle connection could not be established" : "無法建立 Oracle 資料庫連線", |