Blame view
sources/apps/files_external/l10n/zh_TW.php
2.5 KB
|
31b7f2792
|
1 2 |
<?php $TRANSLATIONS = array( |
|
6d9380f96
|
3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 |
"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" => "密鑰", "Hostname (optional)" => "主機名稱 (選填)", "Port (optional)" => "埠號 (選填)", "Region (optional)" => "區域 (選填)", "Enable SSL" => "啟用 SSL", "Host" => "主機", "Username" => "使用者名稱:", "Password" => "密碼", "Username (required)" => "使用者名稱 (必填)", "Share" => "分享", "URL" => "URL", |
|
31b7f2792
|
21 22 23 |
"Access granted" => "允許存取", "Error configuring Dropbox storage" => "設定 Dropbox 儲存時發生錯誤", "Grant access" => "允許存取", |
|
31b7f2792
|
24 |
"Error configuring Google Drive storage" => "設定 Google Drive 儲存時發生錯誤", |
|
6d9380f96
|
25 26 27 28 29 30 31 32 33 34 |
"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" => "名稱", |
|
31b7f2792
|
35 |
"External Storage" => "外部儲存", |
|
03e52840d
|
36 |
"Folder name" => "資料夾名稱", |
|
31b7f2792
|
37 38 |
"Configuration" => "設定", "Options" => "選項", |
|
6d9380f96
|
39 |
"Available for" => "可用的", |
|
31b7f2792
|
40 |
"Add storage" => "增加儲存區", |
|
6d9380f96
|
41 |
"No user or group" => "沒有使用者或群組", |
|
03e52840d
|
42 43 44 45 |
"All Users" => "所有使用者", "Groups" => "群組", "Users" => "使用者", "Delete" => "刪除", |
|
31b7f2792
|
46 |
"Enable User External Storage" => "啓用使用者外部儲存", |
|
6d9380f96
|
47 |
"Allow users to mount the following external storage" => "允許使用者自行掛載以下的外部儲存", |
|
31b7f2792
|
48 |
"SSL root certificates" => "SSL 根憑證", |
|
03e52840d
|
49 50 |
"Import Root Certificate" => "匯入根憑證" ); |
|
31b7f2792
|
51 |
$PLURAL_FORMS = "nplurals=1; plural=0;"; |