nextcloud/apps/files_external/l10n/zh_TW.js

112 lines
5.2 KiB
JavaScript
Raw Normal View History

OC.L10N.register(
"files_external",
{
2017-04-28 03:07:41 +03:00
"External storages" : "外部儲存",
"Personal" : "個人",
"System" : "系統",
2015-08-25 19:39:10 +03:00
"Grant access" : "允許存取",
2015-10-29 08:55:45 +03:00
"Error configuring OAuth1" : "設定 OAuth1 時發生錯誤",
2017-08-17 03:08:14 +03:00
"Please provide a valid app key and secret." : "請提供有效的應用程式金鑰及密碼",
2015-10-29 08:55:45 +03:00
"Error configuring OAuth2" : "設定 OAuth2 時發生錯誤",
"Generate keys" : "產生金鑰",
"Error generating key pair" : "產生金鑰對錯誤",
"All users. Type to select user or group." : "所有人都可以使用,或者選擇特定使用者、群組",
"(group)" : "(群組)",
2017-12-06 04:10:23 +03:00
"Compatibility with Mac NFD encoding (slow)" : "與Mac的NFD編碼格式相容(較慢)",
2018-10-23 17:54:28 +03:00
"Enable encryption" : "啟用加密",
"Enable previews" : "啟動預覽",
"Enable sharing" : "啟動分享",
"Check for changes" : "檢查變動",
"Never" : "絕不",
"Once every direct access" : "在每次進行存取動作時",
"Delete" : "刪除",
2017-11-07 04:08:57 +03:00
"Admin defined" : "管理者定義",
"Delete storage?" : "刪除空間",
"Saved" : "已儲存",
2016-11-17 04:07:02 +03:00
"Saving..." : "儲存中...",
2016-07-06 16:28:06 +03:00
"Save" : "儲存",
2016-11-17 04:07:02 +03:00
"Empty response from the server" : "服務器没有回應",
2017-12-06 04:10:23 +03:00
"Couldn't access. Please log out and in again to activate this mount point" : "無法存取,請登出後重新登入來啟用這個掛載點。",
2016-11-17 04:07:02 +03:00
"Couldn't get the information from the remote server: {code} {type}" : "無法從遠程伺服器上獲取資料 : {code} {type}",
2016-01-14 09:55:43 +03:00
"Couldn't get the list of external mount points: {type}" : "無法得到外部掛載點的列表: {type}",
2016-11-17 04:07:02 +03:00
"There was an error with message: " : "錯誤信息:",
2016-01-14 09:55:43 +03:00
"External mount error" : "外部掛載錯誤",
2016-11-17 04:07:02 +03:00
"external-storage" : "外部儲存",
2017-12-06 04:10:23 +03:00
"Couldn't fetch list of Windows network drive mount points: Empty response from server" : "無法取得Windows網路磁碟掛載點清單伺服器無回應。",
2017-12-07 04:10:37 +03:00
"Please enter the credentials for the {mount} mount" : "請輸入認證來進行掛載{掛載來源}",
2016-02-06 09:55:36 +03:00
"Username" : "使用者名稱",
"Password" : "密碼",
2017-11-07 04:08:57 +03:00
"Credentials saved" : "已儲存憑證",
"Credentials saving failed" : "憑證儲存失敗",
2017-12-07 04:10:37 +03:00
"Credentials required" : "需要憑證訊息",
"Storage with ID \"%d\" not found" : "沒有找到使用者 \"%d\" 的儲存空間 ",
2016-05-24 22:24:38 +03:00
"Invalid backend or authentication mechanism class" : "無效的後端處理或是驗證方式",
"Invalid mount point" : "無效的掛載點",
"Objectstore forbidden" : "物件儲存禁止存取",
"Invalid storage backend \"%s\"" : "無效的後端儲存 \"%s\"",
"Not permitted to use backend \"%s\"" : "不被允許使用後端儲存 \"%s\"",
"Not permitted to use authentication mechanism \"%s\"" : "不被允許使用驗證機制 \"%s\"",
"Unsatisfied backend parameters" : "無法滿足後端所需的參數條件",
"Unsatisfied authentication mechanism parameters" : "無法滿足驗證機制所需的參數條件",
"Insufficient data: %s" : "資料不足: %s",
"%s" : "%s",
2017-12-07 04:10:37 +03:00
"Storage with ID \"%d\" is not user editable" : "使用者\"%d\"無法對此儲存位置進行編輯",
2015-10-29 08:55:45 +03:00
"Access key" : "存取金鑰",
"Secret key" : "私密金鑰",
2017-11-07 04:08:57 +03:00
"Builtin" : "公告",
2015-08-25 19:39:10 +03:00
"None" : "無",
2017-12-07 04:10:37 +03:00
"OAuth1" : "OAuth1",
2015-10-29 08:55:45 +03:00
"App key" : "App 金鑰",
"App secret" : "App 密碼",
2017-12-07 04:10:37 +03:00
"OAuth2" : "OAuth2",
2015-10-29 08:55:45 +03:00
"Client ID" : "客戶端ID",
"Client secret" : "客戶端密碼",
"Tenant name" : "租戶/專案名稱",
"Identity endpoint URL" : "身份識別終端點 URL",
2018-02-27 04:14:26 +03:00
"Domain" : "網域名稱",
2015-10-29 08:55:45 +03:00
"Rackspace" : "Rackspace",
2015-09-14 08:55:35 +03:00
"API key" : "API金鑰",
2015-10-29 08:55:45 +03:00
"Username and password" : "使用者帳號和密碼",
"RSA public key" : "RSA 公開金鑰",
"Public key" : "公開金鑰",
2015-08-25 19:39:10 +03:00
"Amazon S3" : "Amazon S3",
2015-10-29 08:55:45 +03:00
"Bucket" : "Bucket",
"Hostname" : "主機名稱",
2015-08-25 19:39:10 +03:00
"Port" : "連接埠",
"Region" : "地區",
"Enable SSL" : "啟用 SSL",
2015-10-29 08:55:45 +03:00
"Enable Path Style" : "啟用路徑格式",
2015-08-25 19:39:10 +03:00
"WebDAV" : "WebDAV",
"URL" : "URL",
2015-10-29 08:55:45 +03:00
"Remote subfolder" : "遠端子資料夾",
"Secure https://" : "安全 https://",
"FTP" : "檔案傳輸協定-FTP",
2015-09-14 08:55:35 +03:00
"Host" : "主機",
2015-10-29 08:55:45 +03:00
"Secure ftps://" : "安全 ftps://",
2015-08-25 19:39:10 +03:00
"Local" : "本地",
"Location" : "地點",
2017-11-07 04:08:57 +03:00
"Nextcloud" : "Nextcloud",
2015-10-29 08:55:45 +03:00
"SFTP" : "安全檔案傳輸協定-SFTP",
2017-11-07 04:08:57 +03:00
"Root" : "Root",
2015-10-29 08:55:45 +03:00
"SFTP with secret key login" : "以密碼金鑰登入SFTP",
"SMB / CIFS" : "伺服器訊息區塊-SMB/網路文件共享系統 (CIFS)",
2015-09-14 08:55:35 +03:00
"Share" : "分享",
2015-10-29 08:55:45 +03:00
"SMB / CIFS using OC login" : "SMB / CIFS 使用 OC 登入",
"Username as share" : "以使用者名稱分享",
"OpenStack Object Storage" : "OpenStack 物件儲存",
"Service name" : "服務名稱",
"Request timeout (seconds)" : "請求超時 (秒)",
"Name" : "名稱",
2015-10-29 08:55:45 +03:00
"Storage type" : "儲存類型",
"Scope" : "範圍",
"Folder name" : "資料夾名稱",
2017-05-08 23:49:06 +03:00
"External storage" : "外部儲存",
2015-10-29 08:55:45 +03:00
"Authentication" : "驗證",
"Configuration" : "設定",
"Available for" : "可用的",
2015-11-25 09:55:37 +03:00
"Add storage" : "增加儲存區",
2015-10-29 08:55:45 +03:00
"Advanced settings" : "進階設定",
2019-09-17 15:33:26 +03:00
"Allow users to mount external storage" : "允許使用者能自行掛載外部儲存"
},
"nplurals=1; plural=0;");