diff options
author | Nextcloud bot <bot@nextcloud.com> | 2022-10-03 02:17:48 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2022-10-03 02:17:48 +0000 |
commit | da69b9a082c98a539833153a960b43c912279f61 (patch) | |
tree | a205ac48d2c5d0965d8cee4ab8cf7e28bcfd3b8f /lib | |
parent | f7034ba8beda49e79ab77610e7ae535d5d9d6dad (diff) | |
download | nextcloud-server-da69b9a082c98a539833153a960b43c912279f61.tar.gz nextcloud-server-da69b9a082c98a539833153a960b43c912279f61.zip |
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'lib')
-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 資料庫連線", |