summaryrefslogtreecommitdiffstats
path: root/apps/files_external/l10n/zh_TW.js
blob: d272f82f0945e17937ddbc28a90576985827a1de (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
OC.L10N.register(
    "files_external",
    {
    "External storage" : "外部儲存",
    "Personal" : "個人",
    "System" : "系統",
    "Grant access" : "允許存取",
    "Access granted" : "允許存取",
    "Saved" : "已儲存",
    "None" : "無",
    "Username" : "使用者名稱",
    "Password" : "密碼",
    "API key" : "API金鑰",
    "Amazon S3" : "Amazon S3",
    "Port" : "連接埠",
    "Region" : "地區",
    "Enable SSL" : "啟用 SSL",
    "WebDAV" : "WebDAV",
    "URL" : "URL",
    "Host" : "主機",
    "Local" : "本地",
    "Location" : "地點",
    "ownCloud" : "ownCloud",
    "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" : "刪除",
    "Add storage" : "增加儲存區",
    "Allow users to mount the following external storage" : "允許使用者自行掛載以下的外部儲存"
},
"nplurals=1; plural=0;");