nextcloud-server/core/l10n/zh_TW.js

390 lines
36 KiB
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

OC.L10N.register(
"core",
{
"Please select a file." : "請選擇一個檔案",
"File is too big" : "檔案太大",
"The selected file is not an image." : "選擇的檔案不是圖片檔",
"The selected file cannot be read." : "無法讀取選擇的檔案",
"Invalid file provided" : "提供的檔案無效",
"No image or file provided" : "未提供圖片或檔案",
"Unknown filetype" : "未知的檔案類型",
"Invalid image" : "無效的圖片",
"An error occurred. Please contact your admin." : "發生錯誤,請聯絡管理員",
"No temporary profile picture available, try again" : "沒有臨時用的大頭貼,請再試一次",
"No crop data provided" : "未設定剪裁",
"No valid crop data provided" : "未提供有效的剪裁設定",
"Crop is not square" : "剪裁設定不是正方形",
"State token does not match" : "狀態 token 不匹配",
"Could not complete login" : "無法完成登入",
"Your login token is invalid or has expired" : "您的登入 token 無效或是已經過期",
"Password reset is disabled" : "密碼重設已停用",
"Couldn't reset password because the token is invalid" : "無法重設密碼因為 token 無效",
"Couldn't reset password because the token is expired" : "無法重設密碼,因為 token 過期",
"Could not send reset email because there is no email address for this username. Please contact your administrator." : "無法寄送重設 email ,因為這個帳號沒有設定 email 地址,請聯絡您的系統管理員。",
"%s password reset" : "%s 密碼重設",
"Password reset" : "密碼重設",
"Click the following button to reset your password. If you have not requested the password reset, then ignore this email." : "點取下方的按鈕以重設您的密碼。 如果您沒有要求重設密碼的話,請忽略這封信。",
"Click the following link to reset your password. If you have not requested the password reset, then ignore this email." : "點取下方的連結以重設您的密碼。 如果您沒有要求重設密碼的話,請忽略這封信。",
"Reset your password" : "重設您的密碼",
"Couldn't send reset email. Please contact your administrator." : "無法寄送重設 email ,請聯絡系統管理員",
"Couldn't send reset email. Please make sure your username is correct." : "無法寄送重設 email ,請確認您的帳號輸入正確",
"Some of your link shares have been removed" : "有些分享的連結己經被移除",
"Preparing update" : "準備更新",
"[%d / %d]: %s" : "[%d / %d]: %s",
"Please use the command line updater because automatic updating is disabled in the config.php." : "請使用命令列更新工具,因為自動更新在 config.php 中被停用了",
"[%d / %d]: Checking table %s" : "[%d / %d]: 檢查資料表 %s",
"Turned on maintenance mode" : "已啓用維護模式",
"Turned off maintenance mode" : "已停用維護模式",
"Maintenance mode is kept active" : "維護模式維持在開啟狀態",
"Updating database schema" : "更新資料庫格式",
"Updated database" : "已更新資料庫",
"Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "檢查是否有可更新的資料庫格式(若資料庫較大,可能需要一段時間)",
"Checked database schema update" : "已檢查資料庫格式更新",
"Checking updates of apps" : "檢查 app 更新",
"Checking for update of app \"%s\" in appstore" : "從應用商店檢查 \"%s\" 的更新",
"Update app \"%s\" from appstore" : "從應用商店更新 \"%s\"",
"Checked for update of app \"%s\" in appstore" : "從應用商店檢查 \"%s\" 的更新",
"Checking whether the database schema for %s can be updated (this can take a long time depending on the database size)" : "檢查 %s 是否有可更新的資料庫格式(若資料庫較大,可能需要一段時間)",
"Checked database schema update for apps" : "已檢查應用程式的資料庫格式更新",
"Updated \"%1$s\" to %2$s" : "已從 %1$s 更新至 %2$s",
"Set log level to debug" : "設定紀錄變成除錯層級",
"Reset log level" : "重設記錄層級",
"Starting code integrity check" : "開始檢查程式碼完整性",
"Finished code integrity check" : "已完成程式碼完整性檢查",
"%s (incompatible)" : "%s (不相容)",
"Following apps have been disabled: %s" : "以下應用程式已經被停用:%s",
"Already up to date" : "已經是最新版",
"Very weak password" : "密碼強度非常弱",
"Weak password" : "密碼強度弱",
"So-so password" : "密碼強度普通",
"Good password" : "密碼強度佳",
"Strong password" : "密碼強度極佳",
"Your web server is not yet properly set up to allow file synchronization, because the WebDAV interface seems to be broken." : "您的網頁伺服器無法提供檔案同步功能,因為 WebDAV 界面似乎是故障的",
"Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "您的網頁伺服器設定不正確,因此無法解析 \"{url}\" ,請至<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">說明文件</a>瞭解更多資訊。",
"PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "PHP 設定似乎不完整,導致無法正確取得系統環境變數,因為偵測到 getenv(\"PATH\") 回傳資料為空值",
"Please check the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">installation documentation ↗</a> for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "請您參考 <a target=\\\"_blank\\\" href=\\\"%s\\\">安裝說明 ↗</a> 來設定 PHP ,尤其如果您使用 php-fpm。",
"The read-only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update." : "「唯讀設定檔」已經啟用,這樣可以防止來自網頁端的設定操作,每次需要更改設定時,都需要手動將設定檔暫時改為可讀寫。",
"The PHP module \"fileinfo\" is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "未偵測到 PHP 模組 'fileinfo'。我們強烈建議啟用這個模組以取得最好的 MIME 檔案類型偵測支援。",
"It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : " 無法透過 CLI 來執行排程工作,發生以下技術性錯誤:",
"Last background job execution ran {relativeTime}. Something seems wrong." : "上次背景工作是於 {relativeTime} 前執行,似乎很久沒有執行了,有點問題",
"Check the background job settings" : "請檢查背景工作的設定",
"This server has no working Internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. Establish a connection from this server to the Internet to enjoy all features." : "伺服器沒有網際網路連線(無法與多個端點取得聯繫),有些功能,像是外部儲存、應用程式更新版通知將無法運作。從遠端存取資料或是寄送 email 通知可能也無法運作。建議您設定好網際網路連線以使用所有功能。",
"No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "您沒有設定記憶體快取 (memcache),如果可以,請完成設定來提升效能。更多資訊請查閱<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">說明文件</a>",
"You are currently running PHP {version}. Upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "您目前正運行 PHP {version} ,我們建議您升級 PHP 到您的發行版所支援的最新版本,以獲得 <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">PHP 開發團隊提供的效能與安全性更新</a>。",
"You are currently running PHP 5.6. The current major version of Nextcloud is the last that is supported on PHP 5.6. It is recommended to upgrade the PHP version to 7.0+ to be able to upgrade to Nextcloud 14." : "您目前正運行 PHP 5.6 ,目前使用的 Nextcloud 將會是最後一個支援 PHP 5.6 的版本,建議您升級至 PHP 7.0 以上以使用 Nextcloud 14。",
"The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "偵測到您的反向代理標頭設定不正確,但也有可能是因為您目前正透過信任的代理伺服器存取 Nextcloud。若您目前不是透過信任的代理伺服器存取 Nextcloud這就是一個安全性問題允許攻擊者對 Nextcloud 假冒 IP 位址。更多資訊請查閱<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">說明文件</a>。",
"Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "您已經設定 Memcached 為分散式快取,但是您安裝了錯誤的 PHP 模組 \"memcache\" Nextcloud 的 \\OC\\Memcache\\Memcached 元件不支援 \"memcache\" 模組,僅支援 \"memcached\" 模組。若想要更加瞭解這兩個模組,請閱讀 <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki</a>。",
"Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "有些檔案並未通過完整性檢查。可參閱詳細資訊,如我們的<a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">說明文件</a><a href=\"{codeIntegrityDownloadEndpoint}\">無效檔案列表</a>/<a href=\"{rescanEndpoint}\">重新檢查</a>)以解決這些問題。",
"The PHP OPcache is not properly configured. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to use the following settings in the <code>php.ini</code>:" : "PHP 的 OPcache 功能並未被妥善設定。<a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">為了有更好的效能表現</a>,我們建議在 <code>php.ini</code> 設定檔中使用以下設定:",
"The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. Enabling this function is strongly recommended." : "無法取得 PHP 中的 \"set_time_limit\" 函式。這可能導致執行過程被終止並造成不完整安裝。我們強烈建議啟用該函式。",
"Your PHP does not have FreeType support, resulting in breakage of profile pictures and the settings interface." : "您的 PHP 並未啟用 FreeType 支援,導致大頭貼產生器和設定界面無法使用。",
"The PHP memory limit is below the recommended value of 512MB." : "目前的 PHP 的記憶體限制設定低於建議值 512MB",
"Error occurred while checking server setup" : "檢查伺服器設定時發生錯誤",
"Your data directory and files are probably accessible from the Internet. The .htaccess file is not working. It is strongly recommended that you configure your web server so that the data directory is no longer accessible, or move the data directory outside the web server document root." : "您的資料目錄和檔案看來可以被公開存取,這表示 .htaccess 設定檔並未生效,我們強烈建議您設定網頁伺服器,拒絕公開存取資料目錄,或者將您的資料目錄移出網頁伺服器根目錄。",
"The \"{header}\" HTTP header is not set to \"{expected}\". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "目前 HTTP 的 {header} 標頭設定並不是 \"{expected}\" ,這是一個潛在的安全性和隱私風險,我們建議調整此項設定。",
"The \"{header}\" HTTP header is not set to \"{expected}\". Some features might not work correctly, as it is recommended to adjust this setting accordingly." : "目前 HTTP 的 {header} 標頭設定並不是 \"{expected}\" ,這將讓某些功能無法正常運作,我們建議修正此項設定。",
"The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the <a href=\"{docUrl}\" rel=\"noreferrer noopener\">security tips ↗</a>." : "HTTP \"Strict-Transport-Security\" 標頭並未被設定持續至少 {seconds} 秒。為了提高安全性,我們在<a href=\"{docUrl}\" rel=\"noreferrer\">安全建議</a>中有詳述並建議啟用 HSTS。",
"Accessing site insecurely via HTTP. You are strongly adviced to set up your server to require HTTPS instead, as described in the <a href=\"{docUrl}\">security tips ↗</a>." : "正在透過不安全的 HTTP 存取站台,強烈建議您設定伺服器啟用 HTTPS ,更多資訊請查閱<a href=\"{docUrl}\">安全建議</a>。",
"Shared" : "已分享",
"Shared with" : "分享給",
"Shared by" : "分享自",
"Choose a password for the public link" : "為公開連結選一個密碼",
"Choose a password for the public link or press the \"Enter\" key" : "為公開連結選一個密碼或是按下 Enter 鍵",
"Copied!" : "已複製",
"Copy link" : "複製連結",
"Not supported!" : "不支援!",
"Press ⌘-C to copy." : "按下 ⌘-C 來複製",
"Press Ctrl-C to copy." : "按下 Ctrl-C 來複製",
"Copy" : "複製",
"Unable to create a link share" : "無法建立連結分享",
"Unable to toggle this option" : "無法調整這個選項",
"Resharing is not allowed" : "不允許重新分享",
"Link" : "連結",
"Hide download" : "隱藏下載",
"Password protection enforced" : "已啟用密碼保護",
"Password protect" : "密碼保護",
"Password" : "密碼",
"Allow editing" : "允許編輯",
"Email link to person" : "將連結 email 給別人",
"Send" : "寄出",
"Allow upload and editing" : "允許上傳及編輯",
"Read only" : "唯讀",
"File drop (upload only)" : "檔案投遞箱(僅限上傳)",
"Expiration date enforced" : "已設定到期日",
"Set expiration date" : "指定到期日",
"Expiration" : "過期",
"Expiration date" : "到期日",
"Note to recipient" : "給收件人的訊息",
"Unshare" : "取消分享",
"Delete share link" : "刪除分享連結",
"Add another link" : "加入另一個連結",
"Password protection for links is mandatory" : "連結分享必須設定密碼保護",
"Share to {name}" : "分享給 {name}",
"Share link" : "分享連結",
"New share link" : "新分享連結",
"Created on {time}" : "建立於 {time}",
"Password protect by Talk" : "密碼受 Talk 保護",
"Could not unshare" : "無法取消分享",
"Shared with you and the group {group} by {owner}" : "由 {owner} 分享給您和 {group}",
"Shared with you and {circle} by {owner}" : "{owner} 分享給您和 {circle}",
"Shared with you and the conversation {conversation} by {owner}" : "{owner} 分享給您和 {conversation} 對話",
"Shared with you in a conversation by {owner}" : "{owner} 在對話中分享給您",
"Shared with you by {owner}" : "{owner} 已經和您分享",
"Choose a password for the mail share" : "為郵件分享選一個密碼",
"group" : "群組",
"remote" : "遠端",
"remote group" : "遠端群組",
"email" : "email",
"conversation" : "對話",
"shared by {sharer}" : "由 {sharer} 分享",
"Can reshare" : "允許轉分享",
"Can edit" : "允許編輯",
"Can create" : "新增",
"Can change" : "允許更動",
"Can delete" : "允許刪除",
"Access control" : "存取控制",
"{shareInitiatorDisplayName} shared via link" : "{shareInitiatorDisplayName} 分享了連結",
"Error while sharing" : "分享時發生錯誤",
"Share details could not be loaded for this item." : "無法載入分享細節",
"Search globally" : "全域搜尋",
"_At least {count} character is needed for autocompletion_::_At least {count} characters are needed for autocompletion_" : ["至少需要 {count} 字才能自動完成"],
"This list is maybe truncated - please refine your search term to see more results." : "這個列表可能不完全 - 請使用更好的關鍵字以找到更多結果",
"No users or groups found for {search}" : "沒有群組或使用者符合 {search}",
"No users found for {search}" : "沒有使用者符合 {search}",
"An error occurred (\"{message}\"). Please try again" : "發生錯誤({message}),請再試一次",
"An error occurred. Please try again" : "發生錯誤,請再試一次",
"Home" : "家",
"Work" : "工作",
"Other" : "其他",
"{sharee} (remote group)" : "{sharee} (遠端群組)",
"{sharee} ({type}, {owner})" : "{sharee} {type}, {owner}",
"Share" : "分享",
"Name or email address..." : "名字或電子郵件地址",
"Name or federated cloud ID..." : "名稱或者聯盟式雲端ID...",
"Name, federated cloud ID or email address..." : "名字、聯邦雲 ID 或是電子郵件地址",
"Name..." : "名字…",
"Error" : "錯誤",
"Error removing share" : "移除分享時發生錯誤",
"Non-existing tag #{tag}" : "不存在的標籤 #{tag}",
"restricted" : "受限",
"invisible" : "不可見",
"({scope})" : "{scope}",
"Delete" : "刪除",
"Rename" : "重新命名",
"Collaborative tags" : "標籤",
"No tags found" : "查無標籤",
"unknown text" : "未知的文字",
"Hello world!" : "哈囉,世界!",
"sunny" : "晴朗的",
"Hello {name}, the weather is {weather}" : "哈囉 {name}, 天氣是 {weather}",
"Hello {name}" : "哈囉 {name}",
"<strong>These are your search results<script>alert(1)</script></strong>" : "<strong>以下是您的搜尋結果<script>警告(1)</script></strong>",
"new" : "新",
"_download %n file_::_download %n files_" : ["下載 %n 個檔案"],
"The update is in progress, leaving this page might interrupt the process in some environments." : "正在更新,在某些狀況下,離開本頁面可能會導致更新中斷",
"Update to {version}" : "更新到 {version}",
"An error occurred." : "發生錯誤",
"Please reload the page." : "請重新整理頁面",
"The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "更新失敗,檢視<a href=\"{url}\">論壇上的文章</a>來瞭解更多",
"The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud community</a>." : "更新不成功。請在<a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud社群</a>回報此問題。",
"Continue to Nextcloud" : "繼續前往 Nextcloud",
"_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["更新成功,將在 %n 秒後重導向至 Nextcloud"],
"Searching other places" : "搜尋其他位置",
"No search results in other folders for {tag}{filter}{endtag}" : "{tag}{filter}{endtag} 在其他資料夾中沒有比對結果",
"_{count} search result in another folder_::_{count} search results in other folders_" : ["在其他資料夾中有 {count} 比結果"],
"Server side authentication failed!" : "伺服器端認證失敗!",
"Please contact your administrator." : "請聯絡系統管理員",
"An internal error occurred." : "發生內部錯誤",
"Please try again or contact your administrator." : "請重試或聯絡系統管理員",
"Username or email" : "用戶名或 email",
"Username or\temail" : "使用者名稱或\temail",
"Log in" : "登入",
"Logging in …" : "載入中…",
"Wrong username or password." : "錯誤的名稱或密碼",
"User disabled" : "使用者已停用",
"We have detected multiple invalid login attempts from your IP. Therefore your next login is throttled up to 30 seconds." : "您的 IP 多次嘗試登入無效下一次登入將會被延時30秒。",
"Reset password" : "重設密碼",
"Password can not be changed. Please contact your administrator." : "無法變更密碼,請聯絡您的系統管理員",
"Back to login" : "回到登入畫面",
"Forgot password?" : "忘記密碼?",
"Settings" : "設定",
"Could not load your contacts" : "無法載入您的聯絡人",
"Search contacts …" : "尋找聯絡人…",
"No contacts found" : "查無聯絡人",
"Show all contacts …" : "顯示所有聯絡人…",
"Loading your contacts …" : "載入聯絡人…",
"Looking for {term} …" : "搜尋 {term} …",
"No" : "否",
"Yes" : "是",
"No files in here" : "沒有任何檔案",
"New folder" : "新資料夾",
"No more subfolders in here" : "這裡沒有其他子資料夾了",
"Size" : "大小",
"Modified" : "已修改",
"{newName} already exists" : "{newName} 已經存在",
"Choose" : "選擇",
"Move" : "移動",
"Error loading file picker template: {error}" : "載入檔案選擇器樣板出錯: {error}",
"OK" : "OK",
"Error loading message template: {error}" : "載入訊息樣板出錯: {error}",
"read-only" : "唯讀",
"_{count} file conflict_::_{count} file conflicts_" : ["{count} 個檔案衝突"],
"One file conflict" : "一個檔案衝突",
"New Files" : "新檔案",
"Already existing files" : "已經存在的檔案",
"Which files do you want to keep?" : "您要保留哪一個檔案?",
"If you select both versions, the copied file will have a number added to its name." : "如果您同時選擇兩個版本,被複製的那個檔案名稱後面會加上編號",
"Cancel" : "取消",
"Continue" : "繼續",
"(all selected)" : "(已全選)",
"({count} selected)" : "(已選 {count} 項)",
"Error loading file exists template" : "載入檔案存在樣板出錯",
"Pending" : "等候中",
"Copy to {folder}" : "複製到 {folder}",
"Move to {folder}" : "移動到 {folder}",
"Saving..." : "儲存中...",
"Authentication required" : "需要認證",
"This action requires you to confirm your password" : "這個動作需要您再次確認密碼",
"Confirm" : "確認",
"Failed to authenticate, try again" : "認證失敗,請再試一次",
"seconds ago" : "幾秒前",
"Connection to server lost" : "伺服器連線中斷",
"_Problem loading page, reloading in %n second_::_Problem loading page, reloading in %n seconds_" : ["載入頁面出錯,%n 秒後重新整理"],
"New in" : "新加入",
"View changelog" : "檢視版本更動紀錄",
"No action available" : "沒有可用的動作",
"Error fetching contact actions" : "擷取聯絡人動作發生錯誤",
"Personal" : "個人",
"Users" : "使用者",
"Apps" : "應用程式",
"Admin" : "管理",
"Help" : "說明",
"Access forbidden" : "存取被拒",
"File not found" : "找不到檔案",
"The document could not be found on the server. Maybe the share was deleted or has expired?" : "伺服器上找不到該文件,或許這個分享已經被刪除或是過期了?",
"Back to %s" : "回到 %s",
"Internal Server Error" : "內部伺服器錯誤",
"The server was unable to complete your request." : "伺服器無法完成你的請求。",
"If this happens again, please send the technical details below to the server administrator." : "如果此問題重複發生,請寄送技術資訊給管理員。",
"More details can be found in the server log." : "伺服器記錄檔裡面有更多細節",
"Technical details" : "技術細節",
"Remote Address: %s" : "遠端位置:%s",
"Request ID: %s" : "請求編號:%s",
"Type: %s" : "類型:%s",
"Code: %s" : "代碼:%s",
"Message: %s" : "訊息:%s",
"File: %s" : "檔案:%s",
"Line: %s" : "行數:%s",
"Trace" : "追蹤",
"Security warning" : "安全性警告",
"Your data directory and files are probably accessible from the internet because the .htaccess file does not work." : "您的資料目錄看起來可以被公開存取,因為 .htaccess 設定檔並未生效。",
"For information how to properly configure your server, please see the <a href=\"%s\" target=\"_blank\" rel=\"noreferrer noopener\">documentation</a>." : "閱讀<a href=\"%s\" target=\"_blank\" rel=\"noreferrer noopener\">說明文件</a>來瞭解如何正確設定您的伺服器",
"Create an <strong>admin account</strong>" : "建立一個<strong>管理者帳號</strong>",
"Username" : "使用者名稱",
"Storage & database" : "儲存空間和資料庫",
"Data folder" : "資料儲存位置",
"Configure the database" : "設定資料庫",
"Only %s is available." : "剩下 %s 可使用",
"Install and activate additional PHP modules to choose other database types." : "安裝並啟用相關 PHP 模組來使用其他種資料庫",
"For more details check out the documentation." : "更多細節詳見說明文件",
"Database user" : "資料庫使用者",
"Database password" : "資料庫密碼",
"Database name" : "資料庫名稱",
"Database tablespace" : "資料庫 tablespace",
"Database host" : "資料庫主機",
"Please specify the port number along with the host name (e.g., localhost:5432)." : "請將具體指定連接埠號與主機名稱。(例如localhost:5432)",
"Performance warning" : "效能警告",
"You chose SQLite as database." : "您選擇了 SQLite 作為資料庫",
"Finish setup" : "完成設定",
"Finishing …" : "即將完成…",
"Need help?" : "需要幫助?",
"See the documentation" : "閱讀說明文件",
"This application requires JavaScript for correct operation. Please {linkstart}enable JavaScript{linkend} and reload the page." : "這個應用程式需要啟用 Javascript 才能正常運作,請{linkstart}啟用Javascript{linkend}然後重新整理頁面。",
"Get your own free account" : "取得免費帳號",
"Skip to main content" : "跳到主內容",
"Skip to navigation of app" : "跳到應用程式導覽",
"More apps" : "更多應用程式",
"More" : "更多",
"More apps menu" : "更多應用程式選單",
"Search" : "搜尋",
"Reset search" : "重置搜尋",
"Contacts" : "聯絡人",
"Contacts menu" : "聯絡人選單",
"Settings menu" : "設定選單",
"Confirm your password" : "確認密碼",
"Connect to your account" : "連結你的帳號",
"Please log in before granting %1$s access to your %2$s account." : "請登入後再授權「%1$s」存取您的 %2$s 帳號",
"App token" : "App token",
"Grant access" : "允許存取",
"Alternative log in using app token" : "使用應用程式 token 來登入",
"Account access" : "帳戶存取",
"You are about to grant %1$s access to your %2$s account." : "您將授權「%1$s」存取您的 %2$s 帳戶",
"Account connected" : "帳戶已連結",
"Your client should now be connected! You can close this window." : "您的客戶端應該已經完成連結,您可以關閉這個視窗",
"New password" : "新密碼",
"New Password" : "新密碼",
"This share is password-protected" : "此分享受密碼保護",
"The password is wrong. Try again." : "密碼錯誤,請重試",
"Two-factor authentication" : "二階段認證",
"Enhanced security is enabled for your account. Choose a second factor for authentication:" : "您的帳號已啟用進階安全機制,請選擇一個兩步驗證方法:",
"Could not load at least one of your enabled two-factor auth methods. Please contact your admin." : "無法載入任何一個二階認證方法,請聯絡管理員",
"Two-factor authentication is enforced but has not been configured on your account. Contact your admin for assistance." : "雙重認證已被強制要求啟用,您的帳號目前還沒設定。請聯絡管理員。",
"Two-factor authentication is enforced but has not been configured on your account. Use one of your backup codes to log in or contact your admin for assistance." : "雙重認證已被強制要求啟用,您的帳號目前還沒設定。請使用一個備用碼來登入或聯絡管理員。",
"Use backup code" : "使用備用認證碼",
"Cancel log in" : "取消登入",
"Error while validating your second factor" : "驗證二階段因子發生錯誤",
"Access through untrusted domain" : "經由不可信任的域名存取。",
"Please contact your administrator. If you are an administrator, edit the \"trusted_domains\" setting in config/config.php like the example in config.sample.php." : "請聯絡你的管理員。如果妳就是管理員請編輯config/config.php內的\"trusted_domains\"設定該項的範例通常位於config.sample.php。",
"Further information how to configure this can be found in the %1$sdocumentation%2$s." : "更多關於如何設定的訊息,請見%1$s文件%2$s。",
"App update required" : "需要更新應用程式",
"%1$s will be updated to version %2$s" : "%1$s 將會更新至版本 %2$s",
"These apps will be updated:" : "將會更新這些應用程式",
"These incompatible apps will be disabled:" : "將會停用這些不相容的應用程式",
"The theme %s has been disabled." : "主題 %s 已經被停用",
"Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "在繼續之前請備份資料庫、config 目錄及資料目錄",
"Start update" : "開始升級",
"To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" : "在大型安裝上,為了避免升級請求逾時,你也可以在安裝目錄執行下列指令:",
"Detailed logs" : "詳細記錄檔",
"Update needed" : "需要更新",
"Please use the command line updater because you have a big instance with more than 50 users." : "因為您有超過50名使用者服務規模較大請透過命令提示字元介面更新",
"For help, see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"%s\">documentation</a>." : "若需要協助,請參閱<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"%s\">說明文件</a>",
"I know that if I continue doing the update via web UI has the risk, that the request runs into a timeout and could cause data loss, but I have a backup and know how to restore my instance in case of a failure." : "若我繼續透過網頁介面更新時我已了解有其風險,若請求逾時可能導致資料遺失,萬一更新失敗,我已準備好備份並知道如何回復運作。",
"Upgrade via web on my own risk" : "願意承擔風險透過網頁更新",
"Maintenance mode" : "維護模式",
"This %s instance is currently in maintenance mode, which may take a while." : "這個 %s 安裝目前處於維護模式,需要一段時間恢復。",
"This page will refresh itself when the instance is available again." : "安裝恢復可用之後,本頁會自動重新整理",
"Contact your system administrator if this message persists or appeared unexpectedly." : "若這個訊息持續出現,請聯絡系統管理員",
"Updated \"%s\" to %s" : "已更新 %s 到 %s",
"<a href=\"{docUrl}\">There were problems with the code integrity check. More information…</a>" : "<a href=\"{docUrl}\">執行程式碼完整性檢查時發生問題。更多資訊…</a>",
"Dismiss" : "知道了",
"The link to reset your password has been sent to your email. If you do not receive it within a reasonable amount of time, check your spam/junk folders.<br>If it is not there ask your local administrator." : "重設密碼的連結已經 email 至你的信箱,如果你在一段時間內沒收到,請檢查垃圾郵件資料夾,如果還是找不到,請聯絡系統管理員。",
"Your files are encrypted. There will be no way to get your data back after your password is reset.<br />If you are not sure what to do, please contact your administrator before you continue. <br />Do you really want to continue?" : "您的檔案是加密的,當您重設密碼之後將無法存取您的資料。<br/>如果不確定該怎麼做,請聯絡您的系統管理員。<br/>您確定要繼續嗎?",
"I know what I'm doing" : "我知道我在幹嘛",
"Sending email …" : "傳送 email…",
"{name} below version {version} is installed, for stability and performance reasons it is recommended to update to a newer {name} version." : "偵測到目前安裝的 {name} 低於版本 {version},為了更好的穩定性及效能,建議升級到較新的 {name} 版本。",
"/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "PHP 無法讀取 /dev/urandom為保障安全建議修正這個問題進一步訊息可參考我們的<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">說明文件</a>。",
"Copy URL" : "複製網址",
"Enable" : "啟用",
"{{shareInitiatorDisplayName}} shared via link" : "{{shareInitiatorDisplayName}} 分享了連結",
"{sharee} (group)" : "{sharee} (群組)",
"{sharee} (remote)" : "{sharee} (遠端)",
"{sharee} (email)" : "{sharee} email",
"{sharee} (conversation)" : "{sharee} (對話)",
"The specified document has not been found on the server." : "該文件不存在於伺服器上",
"You can click here to return to %s." : "點這裡以回到 %s",
"SQLite will be used as database." : "將使用 SQLite 為資料庫",
"For larger installations we recommend to choose a different database backend." : "在大型安裝中建議使用其他種資料庫",
"Especially when using the desktop client for file syncing the use of SQLite is discouraged." : "若使用桌面版程式同步檔案,不建議使用 SQLite",
"Wrong password." : "密碼錯誤",
"Please log in before granting %s access to your %s account." : "請登入後再授權 %s 存取你的 %s 帳號",
"You are about to grant %s access to your %s account." : "您將授予「%s」存取您的 %s 帳戶",
"Redirecting …" : "重新導向…",
"Enhanced security is enabled for your account. Please authenticate using a second factor." : "您的帳號已啟用進階安全機制,請使用第二階段來認證。",
"Further information how to configure this can be found in the %sdocumentation%s." : "關於如何設定這個的更多訊息,請見 %s 文件 %s",
"%s will be updated to version %s" : "%s 將會更新至版本 %s",
"This page will refresh itself when the %s instance is available again." : "%s 安裝恢復可用之後,本頁會自動重新整理",
"Thank you for your patience." : "感謝您的耐心",
"We have send a password reset e-mail to the e-mail address known to us for this account. If you do not receive it within a reasonable amount of time, check your spam/junk folders.<br>If it is not there ask your local administrator." : "我們已將重設密碼的信件寄到這個帳號所對應的信箱。如果你在合理的時間內沒有收到,請至垃圾郵件中檢查,如果還是沒有,請聯絡管理員。"
},
"nplurals=1; plural=0;");