diff options
Diffstat (limited to 'apps/settings/l10n/zh_TW.json')
-rw-r--r-- | apps/settings/l10n/zh_TW.json | 16 |
1 files changed, 5 insertions, 11 deletions
diff --git a/apps/settings/l10n/zh_TW.json b/apps/settings/l10n/zh_TW.json index 8eaff35eb78..764e5813f6a 100644 --- a/apps/settings/l10n/zh_TW.json +++ b/apps/settings/l10n/zh_TW.json @@ -138,33 +138,28 @@ "Reshare" : "重新分享", "Unlimited" : "無限制", "Verifying" : "正在驗證", - "Checking for old user imported certificate" : "正在檢查舊的使用者匯入憑證", "A background job is pending that checks for user imported SSL certificates. Please check back later." : "背景作業正在檢查使用者匯入的 SSL 證書。請稍後再檢查。", "There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "有一些使用者匯入的 SSL 證書,這些在 Nextcloud 21 不再能運作。它們可以透過命令列執行 \"occ security:certificates:import\" 指令來匯入。它們在資料目錄中的路徑如下所示。", - "Checking for default phone region" : "正在檢查預設電話區域", "Your installation has no default phone region set. This is required to validate phone numbers in the profile settings without a country code. To allow numbers without a country code, please add \"default_phone_region\" with the respective ISO 3166-1 code of the region to your config file." : "您並未設定手機國際冠碼。設定後使用者在個人檔案設定手機號碼時不必再輸入國際冠碼。若要這樣做,請新增「default_phone_region」至設定檔,允許的國家及地區請參閱 ISO 3166-1 code 清單。", "Internet connectivity" : "網際網路連線", "Internet connectivity is disabled in configuration file." : "已在設定檔中停用網際網路連線。", "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." : "此伺服器沒有網際網路連線(無法與多個端點取得聯繫),有些功能,像是外部儲存、應用程式更新版通知將無法運作。從遠端存取資料或是寄送電子郵件通知可能也無法運作。建議您設定好網際網路連線以使用所有功能。", - "Checking for old server-side-encryption being disabled" : "正在檢查舊的伺服器端加密是否已停用", + "Disabled" : "已停用", "The old server-side-encryption format is enabled. We recommend disabling this." : "啟用了舊的伺服器端加密格式。我們建議停用它。", - "Checking for PHP default charset" : "正在檢查 PHP 預設字元集", "PHP configuration option default_charset should be UTF-8" : "PHP 設定選項 default_charset 應為 UTF-8", + "Supported" : "支援", + "Your PHP does not have FreeType support, resulting in breakage of profile pictures and the settings interface." : "您的 PHP 並未啟用 FreeType 支援,導致大頭貼產生器和設定界面無法使用。", + "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\") 回傳資料為空值", "PHP modules" : "PHP 模組", - "This instance is missing some required PHP modules. It is required to install them: %s" : "此站台缺少一些必要的 PHP 模組。必須安裝這些模組:%s", - "This instance is missing some recommended PHP modules. For improved performance and better compatibility it is highly recommended to install them: %s" : "此站台缺少一些建議的 PHP 模組。為了改善效能與相容性,強烈建立您安裝這些模組:%s", - "Checking for PHP version" : "正在檢查 PHP 版本", "You are currently running PHP %s. PHP 8.0 is now deprecated in Nextcloud 27. Nextcloud 28 may require at least PHP 8.1. Please upgrade to one of the officially supported PHP versions provided by the PHP Group as soon as possible." : "您正在執行 PHP %s。Nextcloud 27 已棄用 PHP 8.0。Nextcloud 28 需要 PHP 8.1 或更新版本。請盡快升級至 PHP Group 提供官方支援的其中一個版本。", "You are currently running PHP %s." : "您正在執行 PHP %s。", - "Checking for PHP output_buffering option" : "正在檢查 PHP output_buffering 選項", "PHP configuration option output_buffering must be disabled" : "PHP 設定選項 output_buffering 必須停用", - "Checking for configuration file access rights" : "正在檢查設定檔存取權限", "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." : "「唯讀設定檔」已經啟用,這樣可以防止來自網頁端的設定操作,每次需要更改設定時,都需要手動將設定檔暫時改為可讀寫。", "Nextcloud configuration file is writable" : "Nextcloud 設定檔可寫", - "Checking for database version" : "正在檢查資料庫版本", "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "正在使用 MariaDB 版本「%s」。Nextcloud 21 或更新版本不支援此版本,並需要 MariaDB 10.2 或更新版本。", "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher." : "正在使用 MySQL 版本「%s」。Nextcloud 21 或更新版本不支援此版本,並需要 MySQL 8.0 或 MariaDB 10.2 或更新版本。", "PostgreSQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require PostgreSQL 9.6 or higher." : "正在使用 PostgreSQL 版本「%s」。Nextcloud 21 或更新版本不支援此版本,並需要 PostgreSQL 9.6 或更新版本。", + "Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "您的資料庫並未使用 \"READ COMMITTED\" 的交易隔離等級。當有多個行為平行進行時,這可能會造成問題。", "Profile information" : "個人檔案資訊", "Profile picture, full name, email, phone number, address, website, Twitter, organisation, role, headline, biography, and whether your profile is enabled" : "個人檔案圖片、全名、電子郵件、電話號碼、地址、網站、Twitter、組織、角色、標題、自傳以及您的個人資料是否已啟用", "Nextcloud settings" : "Nextcloud 設定", @@ -209,7 +204,6 @@ "Admin documentation" : "管理員說明文件", "Developer documentation" : "開發者說明文件", "This app is supported via your current Nextcloud subscription." : "您目前的 Nextcloud 訂閱支援此應用程式。", - "Supported" : "支援", "Featured apps are developed by and within the community. They offer central functionality and are ready for production use." : "精選應用程式是由社群開發的。它們提供了相當重要的功能,並已準備好在正式環境使用。", "Featured" : "精選", "Update to {update}" : "更新到 {update}", |