diff options
author | Nextcloud bot <bot@nextcloud.com> | 2017-03-27 00:07:55 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2017-03-27 00:07:55 +0000 |
commit | d9ebc2626f0a56cecbc68da4e29c35bb36f62222 (patch) | |
tree | be5c3f9168c63f36de857f08a4b0a63e13d8e993 /lib/l10n/zh_TW.js | |
parent | 12c5c336ad8fdc5d47cb663f0c3c43744dfe5309 (diff) | |
download | nextcloud-server-d9ebc2626f0a56cecbc68da4e29c35bb36f62222.tar.gz nextcloud-server-d9ebc2626f0a56cecbc68da4e29c35bb36f62222.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'lib/l10n/zh_TW.js')
-rw-r--r-- | lib/l10n/zh_TW.js | 33 |
1 files changed, 6 insertions, 27 deletions
diff --git a/lib/l10n/zh_TW.js b/lib/l10n/zh_TW.js index f03e9849cb9..e46b0058762 100644 --- a/lib/l10n/zh_TW.js +++ b/lib/l10n/zh_TW.js @@ -36,6 +36,11 @@ OC.L10N.register( "File name is too long" : "檔案名稱太長", "Dot files are not allowed" : "不允許小數點開頭的檔案", "Empty filename is not allowed" : "不允許空白的檔名", + "Help" : "說明", + "Apps" : "應用程式", + "Personal" : "個人", + "Users" : "使用者", + "Admin" : "管理", "APCu" : "APCu", "Redis" : "Redis", "Server settings" : "伺服器設定", @@ -143,7 +148,6 @@ OC.L10N.register( "Oct." : "十月", "Nov." : "十一月", "Dec." : "十二月", - "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" : "使用者名詞的開頭或結尾有空白", @@ -151,10 +155,6 @@ OC.L10N.register( "The username is already being used" : "這個使用者名稱已經有人使用了", "Login canceled by app" : "程式取消登入", "User disabled" : "使用者取消", - "Help" : "說明", - "Personal" : "個人", - "Users" : "使用者", - "Admin" : "管理", "App \"%s\" cannot be installed because appinfo file cannot be read." : "程式\"%s\"無法安裝,因為無法讀取appinfo檔案。", "App \"%s\" cannot be installed because it is not compatible with this version of the server." : "程式\"%s\"無法安裝,因為伺服器版本不符。", "No app name specified" : "沒有指定應用程式名稱", @@ -200,27 +200,6 @@ OC.L10N.register( "Storage unauthorized. %s" : "儲存空間未經授權。%s", "Storage incomplete configuration. %s" : "儲存空間配置尚未完成。%s", "Storage connection error. %s" : "儲存空間連線錯誤。%s", - "Storage connection timeout. %s" : "儲存空間連線逾時。%s", - "4-byte characters are not supported in file names" : "檔案名稱不支援4位元的字元", - "App directory already exists" : "應用程式目錄已經存在", - "Can't create app folder. Please fix permissions. %s" : "無法建立應用程式目錄,請檢查權限:%s", - "Archive does not contain a directory named %s" : "檔案文件未包含目錄名稱 %s", - "No source specified when installing app" : "沒有指定應用程式安裝來源", - "No href specified when installing app from http" : "從 http 安裝應用程式,找不到 href 屬性", - "No path specified when installing app from local file" : "從本地檔案安裝應用程式時沒有指定路徑", - "Archives of type %s are not supported" : "不支援 %s 格式的壓縮檔", - "Failed to open archive when installing app" : "安裝應用程式時無法開啓壓縮檔", - "App does not provide an info.xml file" : "應用程式沒有提供 info.xml 檔案", - "App cannot be installed because appinfo file cannot be read." : "程式無法安裝,因為無法讀取appinfo檔案。", - "Signature could not get checked. Please contact the app developer and check your admin screen." : "無法驗證數位簽章,請聯絡 app 開發者,並檢查您的管理頁面", - "App can't be installed because of not allowed code in the App" : "無法安裝應用程式因為在當中找到危險的代碼", - "App can't be installed because it is not compatible with this version of the server" : "程式無法安裝,因為伺服器版本不符。", - "App can't be installed because it contains the <shipped>true</shipped> tag which is not allowed for non shipped apps" : "無法安裝應用程式,因為它包含了 <shipped>true</shipped> 標籤,在未發行的應用程式當中這是不允許的", - "App can't be installed because the version in info.xml is not the same as the version reported from the app store" : "程式無法安裝,因為info.xml檔案中版本與app商店中要求不同。", - "Logging" : "記錄", - "Recommended" : "建議", - "Microsoft Windows Platform is not supported" : "不支援微軟Windows系統", - "Running Nextcloud Server on the Microsoft Windows platform is not supported. We suggest you use a Linux server in a virtual machine if you have no option for migrating the server itself." : "微軟Windows不支援Nextcloud伺服器,如果您一定要使用,我們建議您在虛擬機中安裝Linux版本伺服器。", - "Storage not available" : "無法存取儲存空間" + "Storage connection timeout. %s" : "儲存空間連線逾時。%s" }, "nplurals=1; plural=0;"); |