diff options
author | Nextcloud bot <bot@nextcloud.com> | 2021-06-28 02:25:09 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2021-06-28 02:25:09 +0000 |
commit | ac97873a179d9383c682d10e88c750c3b6a72f79 (patch) | |
tree | 88d9ce5d2059b5176759a35b3d5638ad248aa045 /apps/oauth2 | |
parent | 67851a02629fd287d66351e474796ffde579ca5f (diff) | |
download | nextcloud-server-ac97873a179d9383c682d10e88c750c3b6a72f79.tar.gz nextcloud-server-ac97873a179d9383c682d10e88c750c3b6a72f79.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/oauth2')
-rw-r--r-- | apps/oauth2/l10n/zh_HK.js | 2 | ||||
-rw-r--r-- | apps/oauth2/l10n/zh_HK.json | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/apps/oauth2/l10n/zh_HK.js b/apps/oauth2/l10n/zh_HK.js index 233a4c0e66c..399067c78de 100644 --- a/apps/oauth2/l10n/zh_HK.js +++ b/apps/oauth2/l10n/zh_HK.js @@ -2,7 +2,7 @@ OC.L10N.register( "oauth2", { "Your client is not authorized to connect. Please inform the administrator of your client." : "此客戶端無權連結,請通知此客戶端的管理員。", - "Your redirect URL needs to be a full URL for example: https://yourdomain.com/path" : "重導向RUL必須為完整的URL,如範例所示:https://yourdomain。com/path", + "Your redirect URL needs to be a full URL for example: https://yourdomain.com/path" : "重導向 URL 必須為完整的 URL,如範例所示:https://yourdomain.com/path", "OAuth 2.0" : "OAuth 2.0", "Allows OAuth2 compatible authentication from other web applications." : "允許相容於Oauth2的外部網頁應用程式驗證。", "The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications." : "OAuth2 APPs允許管理員為其他支援OAuth2的網頁應用程式啟用原生的驗證流程。", diff --git a/apps/oauth2/l10n/zh_HK.json b/apps/oauth2/l10n/zh_HK.json index 8d1fac5e28f..7727e878dbd 100644 --- a/apps/oauth2/l10n/zh_HK.json +++ b/apps/oauth2/l10n/zh_HK.json @@ -1,6 +1,6 @@ { "translations": { "Your client is not authorized to connect. Please inform the administrator of your client." : "此客戶端無權連結,請通知此客戶端的管理員。", - "Your redirect URL needs to be a full URL for example: https://yourdomain.com/path" : "重導向RUL必須為完整的URL,如範例所示:https://yourdomain。com/path", + "Your redirect URL needs to be a full URL for example: https://yourdomain.com/path" : "重導向 URL 必須為完整的 URL,如範例所示:https://yourdomain.com/path", "OAuth 2.0" : "OAuth 2.0", "Allows OAuth2 compatible authentication from other web applications." : "允許相容於Oauth2的外部網頁應用程式驗證。", "The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications." : "OAuth2 APPs允許管理員為其他支援OAuth2的網頁應用程式啟用原生的驗證流程。", |