Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2021-01-12 05:19:49 +0300
committerNextcloud bot <bot@nextcloud.com>2021-01-12 05:19:49 +0300
commitc8cbb73c05714f035eb63fe91873fc43e0557f1c (patch)
tree286f3f3b3b513104f31008a3ee939213cd43799e /apps/oauth2/l10n
parent7cdc7adf59a053407f06ccf3a3d0d94e667c833b (diff)
[tx-robot] updated from transifex
Diffstat (limited to 'apps/oauth2/l10n')
-rw-r--r--apps/oauth2/l10n/zh_TW.js15
-rw-r--r--apps/oauth2/l10n/zh_TW.json15
2 files changed, 18 insertions, 12 deletions
diff --git a/apps/oauth2/l10n/zh_TW.js b/apps/oauth2/l10n/zh_TW.js
index 8bcb8ac8eb0..ccf40cc11ef 100644
--- a/apps/oauth2/l10n/zh_TW.js
+++ b/apps/oauth2/l10n/zh_TW.js
@@ -1,17 +1,20 @@
OC.L10N.register(
"oauth2",
{
- "Your client is not authorized to connect. Please inform the administrator of your client." : "您的程式未被授權連線。請聯繫系統管理員。",
+ "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",
"OAuth 2.0" : "OAuth 2.0",
- "OAuth 2.0 clients" : "OAuth 2.0 客戶端",
- "OAuth 2.0 allows external services to request access to {instanceName}." : "OAuth 2.0授權機制允許外部服務向{instanceName}要求存取",
- "Add client" : "新增客戶端",
+ "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的網頁應用程式啟用原生的驗證流程。",
+ "OAuth 2.0 clients" : "OAuth 2.0 第三方應用程式",
+ "OAuth 2.0 allows external services to request access to {instanceName}." : "OAuth 2.0授權機制允許外部服務向{instanceName}請求授權。",
+ "Add client" : "新增第三方應用程式",
"Name" : "名稱",
"Redirection URI" : "重導向 URI",
"Add" : "新增",
"Client Identifier" : "用戶識別",
- "Secret" : "密鑰Secret",
- "Show client secret" : "顯示密碼",
+ "Secret" : "密鑰",
+ "Show client secret" : "顯示密鑰",
"Delete" : "刪除"
},
"nplurals=1; plural=0;");
diff --git a/apps/oauth2/l10n/zh_TW.json b/apps/oauth2/l10n/zh_TW.json
index 1af60d9f045..a3b1b298a1e 100644
--- a/apps/oauth2/l10n/zh_TW.json
+++ b/apps/oauth2/l10n/zh_TW.json
@@ -1,15 +1,18 @@
{ "translations": {
- "Your client is not authorized to connect. Please inform the administrator of your client." : "您的程式未被授權連線。請聯繫系統管理員。",
+ "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",
"OAuth 2.0" : "OAuth 2.0",
- "OAuth 2.0 clients" : "OAuth 2.0 客戶端",
- "OAuth 2.0 allows external services to request access to {instanceName}." : "OAuth 2.0授權機制允許外部服務向{instanceName}要求存取",
- "Add client" : "新增客戶端",
+ "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的網頁應用程式啟用原生的驗證流程。",
+ "OAuth 2.0 clients" : "OAuth 2.0 第三方應用程式",
+ "OAuth 2.0 allows external services to request access to {instanceName}." : "OAuth 2.0授權機制允許外部服務向{instanceName}請求授權。",
+ "Add client" : "新增第三方應用程式",
"Name" : "名稱",
"Redirection URI" : "重導向 URI",
"Add" : "新增",
"Client Identifier" : "用戶識別",
- "Secret" : "密鑰Secret",
- "Show client secret" : "顯示密碼",
+ "Secret" : "密鑰",
+ "Show client secret" : "顯示密鑰",
"Delete" : "刪除"
},"pluralForm" :"nplurals=1; plural=0;"
} \ No newline at end of file