diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2014-10-17 14:20:02 +0200 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2014-10-29 10:13:50 +0100 |
commit | 9f7c571e401b5a1a59c0ae9faa119da98aa4a184 (patch) | |
tree | 2d52fc7f9dd9b507e38fb4f4e373e0f7a0a9f9fb /apps/files_external/l10n/zh_TW.js | |
parent | 2f19de11e4c77b0f9195c3868960d8105541359f (diff) | |
download | nextcloud-server-9f7c571e401b5a1a59c0ae9faa119da98aa4a184.tar.gz nextcloud-server-9f7c571e401b5a1a59c0ae9faa119da98aa4a184.zip |
update all translation files to js and json
Diffstat (limited to 'apps/files_external/l10n/zh_TW.js')
-rw-r--r-- | apps/files_external/l10n/zh_TW.js | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/apps/files_external/l10n/zh_TW.js b/apps/files_external/l10n/zh_TW.js new file mode 100644 index 00000000000..a1f2d8a226d --- /dev/null +++ b/apps/files_external/l10n/zh_TW.js @@ -0,0 +1,43 @@ +OC.L10N.register( + "files_external", + { + "Please provide a valid Dropbox app key and secret." : "請提供有效的 Dropbox app key 和 app secret 。", + "External storage" : "外部儲存", + "Local" : "本地", + "Location" : "地點", + "Amazon S3" : "Amazon S3", + "Key" : "鑰", + "Secret" : "密", + "Secret Key" : "密鑰", + "Port" : "連接埠", + "Region" : "地區", + "Enable SSL" : "啟用 SSL", + "Host" : "主機", + "Username" : "使用者名稱", + "Password" : "密碼", + "Share" : "分享", + "URL" : "URL", + "Access granted" : "允許存取", + "Error configuring Dropbox storage" : "設定 Dropbox 儲存時發生錯誤", + "Grant access" : "允許存取", + "Error configuring Google Drive storage" : "設定 Google Drive 儲存時發生錯誤", + "Personal" : "個人", + "System" : "系統", + "Saved" : "已儲存", + "<b>Note:</b> " : "<b>警告:</b> ", + " and " : "與", + "<b>Note:</b> The cURL support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "<b>警告:</b> PHP 並未啓用 Curl 的支援,因此無法掛載 %s 。請洽您的系統管理員將其安裝並啓用。", + "<b>Note:</b> The FTP support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "<b>警告</b>:PHP 並未啓用 FTP 的支援,因此無法掛載 %s,請洽您的系統管理員將其安裝並啓用。", + "<b>Note:</b> \"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "<b>警告</b>並未安裝 \"%s\",因此無法掛載 %s。請洽您的系統管理員將其安裝並啓用。", + "You don't have any external storages" : "您沒有任何外部儲存", + "Name" : "名稱", + "External Storage" : "外部儲存", + "Folder name" : "資料夾名稱", + "Configuration" : "設定", + "Available for" : "可用的", + "Add storage" : "增加儲存區", + "Delete" : "刪除", + "Enable User External Storage" : "啓用使用者外部儲存", + "Allow users to mount the following external storage" : "允許使用者自行掛載以下的外部儲存" +}, +"nplurals=1; plural=0;"); |