nextcloud/apps/files_external/l10n/zh_TW.js

40 lines
1.9 KiB
JavaScript
Raw Normal View History

OC.L10N.register(
"files_external",
{
"External storage" : "外部儲存",
"Personal" : "個人",
"System" : "系統",
2015-08-25 19:39:10 +03:00
"Grant access" : "允許存取",
"Access granted" : "允許存取",
2015-10-27 08:55:44 +03:00
"Enable encryption" : "啟用加密",
"Saved" : "已儲存",
2015-08-25 19:39:10 +03:00
"None" : "無",
2015-09-14 08:55:35 +03:00
"Username" : "使用者名稱",
2015-08-25 19:39:10 +03:00
"Password" : "密碼",
2015-09-14 08:55:35 +03:00
"API key" : "API金鑰",
2015-08-25 19:39:10 +03:00
"Amazon S3" : "Amazon S3",
"Port" : "連接埠",
"Region" : "地區",
"Enable SSL" : "啟用 SSL",
"WebDAV" : "WebDAV",
"URL" : "URL",
2015-09-14 08:55:35 +03:00
"Host" : "主機",
2015-08-25 19:39:10 +03:00
"Local" : "本地",
"Location" : "地點",
"ownCloud" : "ownCloud",
2015-09-14 08:55:35 +03:00
"Share" : "分享",
"<b>Note:</b> " : "<b>警告:</b> ",
"<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。請洽您的系統管理員將其安裝並啓用。",
"Name" : "名稱",
"External Storage" : "外部儲存",
"Folder name" : "資料夾名稱",
"Configuration" : "設定",
"Available for" : "可用的",
"Delete" : "刪除",
2015-08-25 19:39:10 +03:00
"Add storage" : "增加儲存區",
"Allow users to mount the following external storage" : "允許使用者自行掛載以下的外部儲存"
},
"nplurals=1; plural=0;");