diff options
author | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2014-06-25 06:33:53 -0400 |
---|---|---|
committer | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2014-06-25 06:33:53 -0400 |
commit | b1116880f861cf5b72d45a9edfabfdd7d48a9887 (patch) | |
tree | df5a1bbfe7780c7dfeb35c043f48aff23618679c /apps/files_external/l10n/zh_TW.php | |
parent | 89f26915152e5aaf357b2aa633d5bea954e4bcc2 (diff) | |
download | nextcloud-server-b1116880f861cf5b72d45a9edfabfdd7d48a9887.tar.gz nextcloud-server-b1116880f861cf5b72d45a9edfabfdd7d48a9887.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files_external/l10n/zh_TW.php')
-rw-r--r-- | apps/files_external/l10n/zh_TW.php | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/apps/files_external/l10n/zh_TW.php b/apps/files_external/l10n/zh_TW.php index 0701b47bcfa..70339801f0c 100644 --- a/apps/files_external/l10n/zh_TW.php +++ b/apps/files_external/l10n/zh_TW.php @@ -3,9 +3,18 @@ $TRANSLATIONS = array( "External storage" => "外部儲存", "Local" => "本地", "Location" => "地點", +"Amazon S3" => "Amazon S3", +"Key" => "鑰", +"Secret" => "密", +"Secret Key" => "密鑰", +"Hostname (optional)" => "主機名稱 (選填)", +"Port (optional)" => "埠號 (選填)", +"Region (optional)" => "區域 (選填)", +"Enable SSL" => "啟用 SSL", "Host" => "主機", "Username" => "使用者名稱:", "Password" => "密碼", +"Username (required)" => "使用者名稱 (必填)", "Share" => "分享", "URL" => "URL", "Access granted" => "允許存取", @@ -14,18 +23,28 @@ $TRANSLATIONS = array( "Please provide a valid Dropbox app key and secret." => "請提供有效的 Dropbox app key 和 app secret 。", "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" => "設定", "Options" => "選項", +"Available for" => "可用的", "Add storage" => "增加儲存區", +"No user or group" => "沒有使用者或群組", "All Users" => "所有使用者", "Groups" => "群組", "Users" => "使用者", "Delete" => "刪除", "Enable User External Storage" => "啓用使用者外部儲存", +"Allow users to mount the following external storage" => "允許使用者自行掛載以下的外部儲存", "SSL root certificates" => "SSL 根憑證", "Import Root Certificate" => "匯入根憑證" ); |