aboutsummaryrefslogtreecommitdiffstats
path: root/apps/settings/l10n/zh_HK.js
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2024-03-09 00:46:51 +0000
committerNextcloud bot <bot@nextcloud.com>2024-03-09 00:46:51 +0000
commitec2e6110f5f22f6c89e27c3aa616b8fc50b402d1 (patch)
treea1369f0cc8b4c6fd6f733c0d5b3ca4209be2e9c9 /apps/settings/l10n/zh_HK.js
parentdc52a2582bf87411dbaa8e7dc812627e5dede33b (diff)
downloadnextcloud-server-ec2e6110f5f22f6c89e27c3aa616b8fc50b402d1.tar.gz
nextcloud-server-ec2e6110f5f22f6c89e27c3aa616b8fc50b402d1.zip
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/settings/l10n/zh_HK.js')
-rw-r--r--apps/settings/l10n/zh_HK.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/apps/settings/l10n/zh_HK.js b/apps/settings/l10n/zh_HK.js
index 1d59fefe159..5d489bb09ca 100644
--- a/apps/settings/l10n/zh_HK.js
+++ b/apps/settings/l10n/zh_HK.js
@@ -276,6 +276,11 @@ OC.L10N.register(
"Database transaction isolation level" : "資料庫交易隔離層級",
"Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "您的數據庫並未使用 \"READ COMMITTED\" 的交易隔離等級。當有多個操作平行進行時,這可能會造成問題。",
"Was not able to get transaction isolation level: %s" : "無法取得交易隔離層級:%s",
+ ".well-known URLs" : ".眾所周知的 URLs",
+ "`check_for_working_wellknown_setup` is set to false in your configuration, so this check was skipped." : "`check_for_working_wellknown_setup` 在您的配置中設置為 false,因此此檢查被略過。",
+ "Could not check that your web server serves `.well-known` correctly. Please check manually." : "無法檢查您的網頁伺服器是否正確服務“.well-known”。 請手動檢查。",
+ "Your web server is not properly set up to resolve `.well-known` URLs, failed on:\n`%s`" : "您的網絡伺服器未正確設置以解析`.well-known`的URL,無法在以下位置解決:\n`%s`",
+ "Your server is correctly configured to serve `.well-known` URLs." : "您的伺服器已正确配置以提供“.well-known” URL。",
"WOFF2 file loading" : "正在加載 WOFF2 檔案",
"Could not check for WOFF2 loading support. Please check manually if your webserver serves `.woff2` files." : "無法檢查 WOFF2 載入支援。請手動檢查您的網路伺服器是否可服務 `.woff2` 檔案。",
"Your web server is not properly set up to deliver .woff2 files. This is typically an issue with the Nginx configuration. For Nextcloud 15 it needs an adjustement to also deliver .woff2 files. Compare your Nginx configuration to the recommended configuration in our documentation." : "您的伺服器並未正確的設定,因此無法傳遞 .woff2 的檔案。這通常是因為 Nginx 的設定問題所導致。在 Nextcloud 15 中,需要一些調整才能一並傳遞 .woff2 的檔案。請檢查您的 Nginx 設定,和 Nextcloud 說明文件中提到的建議設定。",