diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-01-20 00:19:44 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-01-20 00:19:44 +0000 |
commit | c016b934d43b060c925bc6f71b2250120d7f7c3a (patch) | |
tree | 3ff7a4298679c6fcc3f028106de36b5861211891 /apps/settings/l10n/zh_TW.json | |
parent | bd61be9c3560eb051e0469f416a45d18f703c7b7 (diff) | |
download | nextcloud-server-c016b934d43b060c925bc6f71b2250120d7f7c3a.tar.gz nextcloud-server-c016b934d43b060c925bc6f71b2250120d7f7c3a.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/settings/l10n/zh_TW.json')
-rw-r--r-- | apps/settings/l10n/zh_TW.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/apps/settings/l10n/zh_TW.json b/apps/settings/l10n/zh_TW.json index 58a3c12ee04..0fd0c4bb159 100644 --- a/apps/settings/l10n/zh_TW.json +++ b/apps/settings/l10n/zh_TW.json @@ -177,13 +177,18 @@ "Server has no maintenance window start time configured. This means resource intensive daily background jobs will also be executed during your main usage time. We recommend to set it to a time of low usage, so users are less impacted by the load caused from these heavy tasks." : "伺服器未設定維護時段的開始時間。這代表了每天耗費大量資源的背景作業也會在您主要使用的時間內執行。我們建議將其設定為低使用率的時間,以減少使用者受到這些繁重任務帶來的負載影響。", "Maintenance window to execute heavy background jobs is between {start}:00 UTC and {end}:00 UTC" : "維護時段以執行繁重的背景作業是在 {start}:00 UTC 至 {end}:00 UTC 間", "Memcache" : "記憶體快取", + "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\"." : "您已經設定 Memcached 為分散式快取,但是您安裝了錯誤的 PHP 模組「memcache」,Nextcloud 的 \\OC\\Memcache\\Memcached 元件不支援「memcache」模組,僅支援「memcached」模組。", + "Memcached is configured as distributed cache, but the PHP module \"memcached\" is not installed." : "您已經設定 Memcached 為分散式快取,但 PHP 模組「memcached」未安裝。", "No memory cache has been configured. To enhance performance, please configure a memcache, if available." : "未設定記憶體快取。要強化效能,請設定記憶體快取(若可用)。", "Configured" : "已設定", + "Overwrite CLI URL" : "覆寫 CLI URL", "The \"overwrite.cli.url\" option in your config.php is correctly set to \"%s\"." : "您 config.php 中的「overwrite.cli.url」選項正確設定為「%s」。", "The \"overwrite.cli.url\" option in your config.php is set to \"%s\" which is a correct URL. Suggested URL is \"%s\"." : "您 config.php 中的「overwrite.cli.url」選項設定為「%s」,這是正確的 URL。建議的 URL 為「%s」。", "Please make sure to set the \"overwrite.cli.url\" option in your config.php file to the URL that your users mainly use to access this Nextcloud. Suggestion: \"%s\". Otherwise there might be problems with the URL generation via cron. (It is possible though that the suggested URL is not the URL that your users mainly use to access this Nextcloud. Best is to double check this in any case.)" : "請確定將 config.php 檔案中的「overwrite.cli.url」選項設定為您的使用者主要用於存取此 Nextcloud 的 URL。建議:「%s」。否則,透過 cron 產生的 URL 可能會出現問題。(不過,建議的 URL 可能不是您的使用者主要用於存取此 Nextcloud 的 URL。最好是仔細檢查以防萬一。)", "PHP default charset" : "PHP 預設字元集", "PHP configuration option \"default_charset\" should be UTF-8" : "PHP 設定選項「default_charset」應為 UTF-8", + "PHP set_time_limit" : "PHP set_time_limit", + "The function is available." : "函式可用。", "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\" 函式。這可能導致執行過程被終止並造成不完整安裝。我們強烈建議啟用該函式。", "Freetype" : "Freetype", "Supported" : "支援", |