diff options
author | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2016-05-12 02:08:58 -0400 |
---|---|---|
committer | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2016-05-12 02:08:58 -0400 |
commit | c5ae14453a2c199752b8369545d983c56a521d30 (patch) | |
tree | 4d92832c80d32827a3edbe73d67249da3e336a8e /lib/l10n/zh_TW.js | |
parent | ceaac03bb5512f925e43bdf8574977ea8e056e62 (diff) | |
download | nextcloud-server-c5ae14453a2c199752b8369545d983c56a521d30.tar.gz nextcloud-server-c5ae14453a2c199752b8369545d983c56a521d30.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'lib/l10n/zh_TW.js')
-rw-r--r-- | lib/l10n/zh_TW.js | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/l10n/zh_TW.js b/lib/l10n/zh_TW.js index be52e8be03d..5fde06e43b1 100644 --- a/lib/l10n/zh_TW.js +++ b/lib/l10n/zh_TW.js @@ -101,6 +101,11 @@ OC.L10N.register( "Cannot set expiration date more than %s days in the future" : "無法設定到期日超過未來%s天", "Could not find category \"%s\"" : "找不到分類:\"%s\"", "Apps" : "應用程式", + "Only the following characters are allowed in a username: \"a-z\", \"A-Z\", \"0-9\", and \"_.@-'\"" : "使用者名稱當中只能包含下列字元:\"a-z\", \"A-Z\", \"0-9\", 和 \"_.@-'\"", + "A valid username must be provided" : "必須提供一個有效的用戶名", + "Username contains whitespace at the beginning or at the end" : "使用者名詞的開頭或結尾有空白", + "A valid password must be provided" : "一定要提供一個有效的密碼", + "The username is already being used" : "這個使用者名稱已經有人使用了", "Help" : "說明", "Personal" : "個人", "Users" : "使用者", @@ -144,11 +149,6 @@ OC.L10N.register( "Check the value of \"datadirectory\" in your configuration" : "請檢查您的設定檔中 \"datadirectory\" 的值", "Data directory (%s) is invalid" : "資料目錄 (%s) 無效", "Please check that the data directory contains a file \".ocdata\" in its root." : "請確保資料目錄當中包含一個 .ocdata 的檔案", - "Only the following characters are allowed in a username: \"a-z\", \"A-Z\", \"0-9\", and \"_.@-'\"" : "使用者名稱當中只能包含下列字元:\"a-z\", \"A-Z\", \"0-9\", 和 \"_.@-'\"", - "A valid username must be provided" : "必須提供一個有效的用戶名", - "Username contains whitespace at the beginning or at the end" : "使用者名詞的開頭或結尾有空白", - "A valid password must be provided" : "一定要提供一個有效的密碼", - "The username is already being used" : "這個使用者名稱已經有人使用了", "Could not obtain lock type %d on \"%s\"." : "無法取得鎖定:類型 %d ,檔案 %s", "Storage unauthorized. %s" : "儲存空間未經授權。%s", "Storage incomplete configuration. %s" : "儲存空間配置尚未完成。%s", |