diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-01-07 00:20:29 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-01-07 00:20:29 +0000 |
commit | 2c23a7cf99080a0c8dc09f5831e313dd576fc06d (patch) | |
tree | c08c4380430e783d0c2edf722d80b1c598e2f95a /apps/files_external/l10n/zh_HK.js | |
parent | 2f4c5a2a39fc3be4e6abdb118a6a7d8715c77215 (diff) | |
download | nextcloud-server-2c23a7cf99080a0c8dc09f5831e313dd576fc06d.tar.gz nextcloud-server-2c23a7cf99080a0c8dc09f5831e313dd576fc06d.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/files_external/l10n/zh_HK.js')
-rw-r--r-- | apps/files_external/l10n/zh_HK.js | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/apps/files_external/l10n/zh_HK.js b/apps/files_external/l10n/zh_HK.js index 0de62dff5ab..05a4bf191af 100644 --- a/apps/files_external/l10n/zh_HK.js +++ b/apps/files_external/l10n/zh_HK.js @@ -1,6 +1,12 @@ OC.L10N.register( "files_external", { + "Grant access" : "允許存取", + "Error configuring OAuth1" : "設定 OAuth1 時發生錯誤", + "Please provide a valid app key and secret." : "請提供有效的應用程式密鑰及密碼", + "Error configuring OAuth2" : "設定 OAuth2 時發生錯誤", + "Generate keys" : "產生密鑰", + "Error generating key pair" : "產生密鑰對錯誤", "Type to select user or group." : "輸入以選取用戶或群組。", "(Group)" : "(群組)", "Compatibility with Mac NFD encoding (slow)" : "與 Mac 的 NFD 編碼格式相容(較慢)", @@ -137,12 +143,6 @@ OC.L10N.register( "Advanced settings" : "進階設定", "Allow users to mount external storage" : "允許用戶能自行掛載外部儲存", "Global credentials can be used to authenticate with multiple external storages that have the same credentials." : "全球身分驗證可用於驗證與有相同身分驗證的多個外部存儲器。", - "Grant access" : "允許存取", - "Error configuring OAuth1" : "設定 OAuth1 時發生錯誤", - "Please provide a valid app key and secret." : "請提供有效的應用程式密鑰及密碼", - "Error configuring OAuth2" : "設定 OAuth2 時發生錯誤", - "Generate keys" : "產生密鑰", - "Error generating key pair" : "產生密鑰對錯誤", "Empty response from the server" : "伺服器没有回應", "Couldn't access. Please log out and in again to activate this mount point" : "無法存取,請登出後重新登入來啟動這個掛載點。", "Couldn't get the information from the remote server: {code} {type}" : "無法從遠程伺服器上獲取資料:{code} {type}", |