nextcloud/apps/files_external/l10n/zh_TW.php

43 lines
2.1 KiB
PHP
Raw Normal View History

2013-08-09 16:06:31 +04:00
<?php
$TRANSLATIONS = array(
2014-06-29 09:56:00 +04:00
"Please provide a valid Dropbox app key and secret." => "請提供有效的 Dropbox app key 和 app secret 。",
2014-06-07 09:56:13 +04:00
"External storage" => "外部儲存",
2014-04-30 09:57:53 +04:00
"Local" => "本地",
"Location" => "地點",
2014-06-25 14:33:53 +04:00
"Amazon S3" => "Amazon S3",
"Key" => "",
"Secret" => "",
"Secret Key" => "密鑰",
2014-09-01 09:59:19 +04:00
"Port" => "連接埠",
"Region" => "地區",
2014-06-25 14:33:53 +04:00
"Enable SSL" => "啟用 SSL",
2014-05-17 09:57:38 +04:00
"Host" => "主機",
2014-10-05 09:54:50 +04:00
"Username" => "使用者名稱",
2014-04-30 09:57:53 +04:00
"Password" => "密碼",
"Share" => "分享",
2014-05-16 09:55:55 +04:00
"URL" => "URL",
2013-04-27 04:24:29 +04:00
"Access granted" => "允許存取",
"Error configuring Dropbox storage" => "設定 Dropbox 儲存時發生錯誤",
"Grant access" => "允許存取",
"Error configuring Google Drive storage" => "設定 Google Drive 儲存時發生錯誤",
2014-06-08 09:56:13 +04:00
"Personal" => "個人",
2014-06-25 14:33:53 +04:00
"System" => "系統",
2014-04-25 09:56:28 +04:00
"Saved" => "已儲存",
2014-06-25 14:33:53 +04:00
"<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" => "您沒有任何外部儲存",
2014-06-08 09:56:13 +04:00
"Name" => "名稱",
2013-04-27 04:24:29 +04:00
"External Storage" => "外部儲存",
2013-03-01 03:07:02 +04:00
"Folder name" => "資料夾名稱",
2013-03-20 03:02:44 +04:00
"Configuration" => "設定",
2014-06-25 14:33:53 +04:00
"Available for" => "可用的",
2013-04-27 04:24:29 +04:00
"Add storage" => "增加儲存區",
2012-11-28 03:11:21 +04:00
"Delete" => "刪除",
2013-04-27 04:24:29 +04:00
"Enable User External Storage" => "啓用使用者外部儲存",
2014-09-01 09:59:19 +04:00
"Allow users to mount the following external storage" => "允許使用者自行掛載以下的外部儲存"
2012-11-28 03:11:21 +04:00
);
2013-08-09 16:06:31 +04:00
$PLURAL_FORMS = "nplurals=1; plural=0;";