diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-12-05 00:43:37 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-12-05 00:43:37 +0000 |
commit | e4fe1f68faaf2a77d79392de3037f49e7018fdc5 (patch) | |
tree | 64ca1529a3586c8e82dc05509b463ade964eba50 /apps/settings/l10n/zh_TW.js | |
parent | 6669c495d4ef9b702d044a8a766bb7d11d807e1b (diff) | |
download | nextcloud-server-e4fe1f68faaf2a77d79392de3037f49e7018fdc5.tar.gz nextcloud-server-e4fe1f68faaf2a77d79392de3037f49e7018fdc5.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/settings/l10n/zh_TW.js')
-rw-r--r-- | apps/settings/l10n/zh_TW.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/settings/l10n/zh_TW.js b/apps/settings/l10n/zh_TW.js index a238d3c5353..5cbf1aa3862 100644 --- a/apps/settings/l10n/zh_TW.js +++ b/apps/settings/l10n/zh_TW.js @@ -211,6 +211,8 @@ OC.L10N.register( "Memcached is configured as distributed cache, but the wrong PHP module (\"memcache\") is installed. Please install the PHP module \"memcached\"." : "已設定 Memcached 為分散式快取,但安裝了錯誤的 PHP 模組「memcache」。請安裝 PHP 模組「memcached」。", "Memcached is configured as distributed cache, but the PHP module \"memcached\" is not installed. Please install the PHP module \"memcached\"." : "已設定 Memcached 為分散式快取,但未安裝 PHP 模組「memcached」。請安裝 PHP 模組「memcached」。", "No memory cache has been configured. To enhance performance, please configure a memcache, if available." : "未設定記憶體快取。要強化效能,請設定記憶體快取(若可用)。", + "Failed to write and read a value from local cache." : "無法從本機快取寫入或讀取值。", + "Failed to write and read a value from distributed cache." : "無法從分散式快取寫入或讀取值。", "Configured" : "已設定", "Mimetype migrations available" : "有可用的 MIME 類型遷移", "One or more mimetype migrations are available. Occasionally new mimetypes are added to better handle certain file types. Migrating the mimetypes take a long time on larger instances so this is not done automatically during upgrades. Use the command `occ maintenance:repair --include-expensive` to perform the migrations." : "有一個或多個 MIME 類型的遷移可用。有時候會新增 MIME 類型以更好地處理特定檔案類型。在較大的站台上遷移 MIME 類型需要較長時間,因此在升級流程中不會自動執行。請使用命令 `occ maintenance:repair --include-expensive` 來執行遷移。", |