summaryrefslogtreecommitdiffstats
path: root/apps/oauth2
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2020-04-03 12:08:26 +0000
committerNextcloud bot <bot@nextcloud.com>2020-04-03 12:08:26 +0000
commit3df6adb63dacba1e5cfbdc22fdce6bf22a95ef56 (patch)
tree20536587a643196288ddf2c82c6a632b1bd6d588 /apps/oauth2
parent3c7e708ffd11812abc967e51eb2a1a8f450c77dd (diff)
downloadnextcloud-server-3df6adb63dacba1e5cfbdc22fdce6bf22a95ef56.tar.gz
nextcloud-server-3df6adb63dacba1e5cfbdc22fdce6bf22a95ef56.zip
[tx-robot] updated from transifex
Diffstat (limited to 'apps/oauth2')
-rw-r--r--apps/oauth2/l10n/zh_TW.js3
-rw-r--r--apps/oauth2/l10n/zh_TW.json3
2 files changed, 6 insertions, 0 deletions
diff --git a/apps/oauth2/l10n/zh_TW.js b/apps/oauth2/l10n/zh_TW.js
index 214cf4c45fe..eb28d5dde0a 100644
--- a/apps/oauth2/l10n/zh_TW.js
+++ b/apps/oauth2/l10n/zh_TW.js
@@ -1,14 +1,17 @@
OC.L10N.register(
"oauth2",
{
+ "Your client is not authorized to connect. Please inform the administrator of your client." : "您的程式未被授權連線。請聯繫系統管理員。",
"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}要求存取",
"Name" : "名稱",
"Redirection URI" : "重導向 URI",
"Client Identifier" : "用戶識別",
"Secret" : "密鑰Secret",
"Add client" : "新增客戶端",
"Add" : "新增",
+ "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 20330945085..7da4cc3ac9c 100644
--- a/apps/oauth2/l10n/zh_TW.json
+++ b/apps/oauth2/l10n/zh_TW.json
@@ -1,12 +1,15 @@
{ "translations": {
+ "Your client is not authorized to connect. Please inform the administrator of your client." : "您的程式未被授權連線。請聯繫系統管理員。",
"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}要求存取",
"Name" : "名稱",
"Redirection URI" : "重導向 URI",
"Client Identifier" : "用戶識別",
"Secret" : "密鑰Secret",
"Add client" : "新增客戶端",
"Add" : "新增",
+ "Show client secret" : "顯示密碼",
"Delete" : "刪除"
},"pluralForm" :"nplurals=1; plural=0;"
} \ No newline at end of file