summaryrefslogtreecommitdiffstats
path: root/lib/l10n/zh_TW.js
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2023-02-09 02:25:43 +0000
committerNextcloud bot <bot@nextcloud.com>2023-02-09 02:25:43 +0000
commitc10317f7f9f53a4de464915f754896eed7f1ee6c (patch)
treeed9cf731879f186ff021ae27b0e5b9f8fec39bd8 /lib/l10n/zh_TW.js
parent08802ad13f2485f5b8c24dbfe295ce3ad15836c6 (diff)
downloadnextcloud-server-c10317f7f9f53a4de464915f754896eed7f1ee6c.tar.gz
nextcloud-server-c10317f7f9f53a4de464915f754896eed7f1ee6c.zip
Fix(l10n): 🔠 Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'lib/l10n/zh_TW.js')
-rw-r--r--lib/l10n/zh_TW.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/l10n/zh_TW.js b/lib/l10n/zh_TW.js
index 6124af85631..7e3c03ad5a8 100644
--- a/lib/l10n/zh_TW.js
+++ b/lib/l10n/zh_TW.js
@@ -57,6 +57,7 @@ OC.L10N.register(
"Invalid image" : "無效的圖片",
"Avatar image is not square" : "頭像不是正方形",
"View profile" : "檢視個人檔案",
+ "Local time: %s" : "本機時間:%s",
"today" : "今天",
"tomorrow" : "明天",
"yesterday" : "昨天",
@@ -204,6 +205,7 @@ OC.L10N.register(
"A valid password must be provided" : "須提供有效的密碼",
"The username is already being used" : "這個使用者名稱已經有人使用了",
"Could not create user" : "無法建立使用者",
+ "Only the following characters are allowed in a username: \"a-z\", \"A-Z\", \"0-9\", spaces and \"_.@-'\"" : "使用者名稱僅允許以下字元:\"a-z\"、\"A-Z\"、\"0-9\"、空格與 \"_.@-'\"",
"A valid username must be provided" : "必須提供一個有效的用戶名",
"Username contains whitespace at the beginning or at the end" : "用戶名的開頭或結尾有空白",
"Username must not consist of dots only" : "使用者名稱不能只包含小數點",