owncloud/core

View on GitHub
apps/files_external/l10n/zh_TW.js

Summary

Maintainability
F
3 days
Test Coverage
OC.L10N.register(
    "files_external",
    {
    "Step 1 failed. Exception: %s" : "步驟 1 失敗,出現異常: %s",
    "Step 2 failed. Exception: %s" : "步驟 2 失敗,出現異常: %s",
    "External storage" : "外部儲存",
    "Google Drive App Configuration" : "Google 雲端硬碟應用程式設定",
    "Error verifying OAuth2 Code for " : "驗證 OAuth2 代碼時發生錯誤",
    "Personal" : "個人",
    "System" : "系統",
    "Grant access" : "允許存取",
    "Error configuring OAuth1" : "設定 OAuth1 時發生錯誤",
    "Please provide a valid app key and secret." : "請提供有效的應用程式金鑰及密碼",
    "Generate keys" : "產生金鑰",
    "Error generating key pair" : "產生金鑰對錯誤",
    "All users. Type to select user or group." : "所有人都可以使用,或者選擇特定使用者、群組",
    "(group)" : "(群組)",
    "Compatibility with Mac NFD encoding (slow)" : "與Mac NFD編碼的兼容性(慢)",
    "Unknown auth backend \"{b}\"" : "未知的身份驗證後端 \"{b}\"",
    "Please make sure that the app that provides this backend is installed and enabled" : "請確保軟體提供這個後端已安裝並已啟用",
    "Admin defined" : "管理員定義",
    "External storage has been added successfully" : "已成功添加外部儲存。",
    "Saved" : "已儲存",
    "Disabling external storage will unmount all storages for all users, are you sure ?" : "禁用外部儲存空間將為所有用戶卸載所有存儲,您確定嗎?",
    "Disable external storage" : "停用外部儲存空間",
    "No URL provided by backend " : "後端未提供超連結 ",
    "Error getting OAuth2 URL for " : "獲取以下內容的OAuth2 超連結時錯誤",
    "Empty response from the server" : "來自伺服器的空響應",
    "Couldn't access. Please logout and login to activate this mount point" : "無法存取。請重新登出再登入啟動此掛載點。",
    "Couldn't get the information from the ownCloud server: {code} {type}" : "無法從ownCloud伺服器得到資訊: {code} {type}",
    "Couldn't get the list of external mount points: {type}" : "無法得到外部掛載點的列表: {type}",
    "There was an error with message: " : "與訊息出現錯誤:",
    "External mount error" : "外部掛載錯誤",
    "Couldn't get the list of Windows network drive mount points: empty response from the server" : "無法獲取Windows網絡驅動器掛載點列表:伺服器的空響應",
    "Some of the configured external mount points are not connected. Please click on the red row(s) for more information" : "一些已配置的外部掛載點未連接。請點擊紅色行以獲得(s)更多信息",
    "Please enter the credentials for the {mount} mount" : "請輸入{mount}安裝的憑證",
    "Username" : "使用者名稱",
    "Password" : "密碼",
    "Credentials saved" : "已儲存的證書",
    "Credentials saving failed" : "證書保存失敗",
    "Credentials required" : "必要的憑證",
    "Save" : "儲存",
    "Storage with id \"%i\" not found" : "沒有找到編號 \"%i\" 的儲存空間 ",
    "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",
    "Storage with id \"%i\" is not user editable" : "編號 \"%i\" 的儲存空間 不開放給用戶編輯",
    "OAuth1" : "OAuth1",
    "App key" : "App 金鑰",
    "App secret" : "App 密碼",
    "OAuth2" : "OAuth2",
    "Client ID" : "客戶端ID",
    "Client secret" : "客戶端密碼",
    "OpenStack" : "OpenStack",
    "Tenant name" : "租戶/專案名稱",
    "Identity endpoint URL" : "身份識別終端點 URL",
    "Rackspace" : "Rackspace",
    "API key" : "API金鑰",
    "RSA public key" : "RSA 公開金鑰",
    "Public key" : "公開金鑰",
    "WebDAV" : "WebDAV",
    "URL" : "URL",
    "Remote subfolder" : "遠端子資料夾",
    "Secure https://" : "安全 https://",
    "Google Drive" : "Google 雲端硬碟",
    "SubFolder" : "子文件夾",
    "Local" : "本地",
    "Location" : "地點",
    "ownCloud" : "ownCloud",
    "SFTP" : "安全檔案傳輸協定-SFTP",
    "Host" : "主機",
    "Root" : "根目錄",
    "SFTP with secret key login" : "以密碼金鑰登入SFTP",
    "SMB Personal (unique file IDs)" : "SMB個人(唯一的檔案ID)",
    "Share" : "分享",
    "Domain" : "網域名稱",
    "SMB Collaborative (shared file IDs)" : "中小企業協作(已分享的檔案ID)",
    "Service Account" : "伺服器帳號",
    "Service Account Password" : "伺服器帳號密碼",
    "SMB / CIFS using OC login" : "SMB / CIFS 使用 OC 登入",
    "Username as 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> \"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "<b>警告</b>並未安裝 \"%s\",因此無法掛載 %s。請洽您的系統管理員將其安裝並啓用。",
    "No external storage configured" : "目前尚未配置任何外部儲存",
    "You can add external storages in the storage settings" : "您可以在儲存空間設定添加外部存儲",
    "Name" : "名稱",
    "Storage type" : "儲存類型",
    "Scope" : "範圍",
    "Enable encryption" : "啟用加密",
    "Set read-only" : "設為唯讀",
    "Enable previews" : "啟動預覽",
    "Enable sharing" : "啟用分享",
    "Check for changes" : "檢查變動",
    "Never" : "絕不",
    "Once every direct access" : "每次直接訪問一次",
    "External Storage" : "外部儲存",
    "Enable external storage" : "啟用外部儲存空間",
    "External storage has been disabled by the administrator" : "外部儲存空間已被管理員已停用",
    "Folder name" : "資料夾名稱",
    "Authentication" : "驗證",
    "Configuration" : "設定",
    "Available for" : "可用的",
    "Add storage" : "增加儲存區",
    "Advanced settings" : "進階設定",
    "Delete" : "刪除",
    "Allow users to mount external storage" : "允許使用者能自行掛載外部儲存",
    "Allow users to mount the following external storage" : "允許使用者自行掛載以下的外部儲存",
    "Allow sharing on user-mounted external storages" : "允許在使用者安裝的外部存儲上共享"
},
"nplurals=1; plural=0;");