diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-10-21 00:27:09 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-10-21 00:27:09 +0000 |
commit | 5c2610af7dbce72fa1c1b02185a2c28cd5be004e (patch) | |
tree | ecfa5a8a971b506cff0a9038788d06bc3347c83c /apps/theming/l10n/zh_HK.js | |
parent | b0956b1a00e9fb0d4e2db8aa576917ce77b20cd5 (diff) | |
download | nextcloud-server-5c2610af7dbce72fa1c1b02185a2c28cd5be004e.tar.gz nextcloud-server-5c2610af7dbce72fa1c1b02185a2c28cd5be004e.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/theming/l10n/zh_HK.js')
-rw-r--r-- | apps/theming/l10n/zh_HK.js | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/apps/theming/l10n/zh_HK.js b/apps/theming/l10n/zh_HK.js index 4e1c0c8cc13..a467f4bfecb 100644 --- a/apps/theming/l10n/zh_HK.js +++ b/apps/theming/l10n/zh_HK.js @@ -12,6 +12,9 @@ OC.L10N.register( "The given color is invalid" : "指定的顏色無效", "Disable-user-theming should be true or false" : "Disable-user-theming 應該是 true 或 false", "Saved" : "已儲存", + "Invalid app given" : "指定了無效的應用程式", + "Invalid type for setting \"defaultApp\" given" : "設定「defaultApp」指定了無效的類型", + "Invalid setting key" : "無效的設定密鑰", "The file was uploaded" : "檔案已上傳", "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "上傳的檔案大小超過 php.ini 當中 upload_max_filesize 選項的限制", "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "上傳的檔案大小超過 HTML 表單中 MAX_FILE_SIZE 的限制", @@ -86,6 +89,19 @@ OC.L10N.register( "Select background" : "選擇背景", "No background has been selected" : "未選取背景", "Theme selection is enforced" : "主題選擇已實施", + "Navigation bar settings" : "導航列設定", + "You can configure the app order used for the navigation bar. The first entry will be the default app, opened after login or when clicking on the logo." : "您可以設定用於導覽列的應用程式順序。第一個條目將會是預設的應用程式,會在登入後或點擊標誌時開啟。", + "The default app can not be changed because it was configured by the administrator." : "預設的應用程式無法變更,因為其由管理員設定。", + "The app order was changed, to see it in action you have to reload the page." : "應用程式順序已變更,要檢視其實際狀況,您必須重新載入頁面。", + "Could not set the app order" : "無法設定應用程式順序", + "Default app" : "默認應用程式", + "The default app is the app that is e.g. opened after login or when the logo in the menu is clicked." : "預設應用程式是,例如登入後或點擊選單中的標誌時開啟的應用程式。", + "Use custom default app" : "使用自訂的預設應用程式", + "Global default app" : "全域默認應用程式", + "Global default apps" : "全域默認應用程式", + "Default app priority" : "默認應用程式優先程度", + "If an app is not enabled for a user, the next app with lower priority is used." : "若未對某個用戶啟用某個應用程式,則使用下一個優先程度較低的應用程式。", + "Could not set global default apps" : "無法設定全域默認應用程式", "Select a custom color" : "選擇自訂色彩", "Reset to default" : "恢復預設值", "Upload" : "上傳", |