summaryrefslogtreecommitdiffstats
path: root/apps/oauth2
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2018-04-02 00:12:13 +0000
committerNextcloud bot <bot@nextcloud.com>2018-04-02 00:12:13 +0000
commit9c1c47400fa66474c2b39ce0622c949e29a674a9 (patch)
treeb7109dc1723b2760ebf51cbff338b5aef5e65fd4 /apps/oauth2
parent4f34eb7616bcb117f486871536cf917117b3f5e5 (diff)
downloadnextcloud-server-9c1c47400fa66474c2b39ce0622c949e29a674a9.tar.gz
nextcloud-server-9c1c47400fa66474c2b39ce0622c949e29a674a9.zip
[tx-robot] updated from transifex
Diffstat (limited to 'apps/oauth2')
-rw-r--r--apps/oauth2/l10n/zh_TW.js13
-rw-r--r--apps/oauth2/l10n/zh_TW.json13
2 files changed, 14 insertions, 12 deletions
diff --git a/apps/oauth2/l10n/zh_TW.js b/apps/oauth2/l10n/zh_TW.js
index 2eda8ab0a98..3a8d4c21c6c 100644
--- a/apps/oauth2/l10n/zh_TW.js
+++ b/apps/oauth2/l10n/zh_TW.js
@@ -1,13 +1,14 @@
OC.L10N.register(
"oauth2",
{
- "OAuth 2.0 clients" : "OAuth 2.0 用戶端",
- "OAuth 2.0 allows external services to request access to %s." : "OAuth 2.0允許其他裝置存取 %s.",
+ "OAuth 2.0" : "OAuth 2.0",
+ "OAuth 2.0 clients" : "OAuth 2.0 客戶端",
+ "OAuth 2.0 allows external services to request access to %s." : "OAuth 2.0 允許其他裝置存取 %s",
"Name" : "名稱",
- "Redirection URI" : "URI轉向",
- "Client Identifier" : "用戶辨識",
- "Secret" : "秘密",
- "Add client" : "新增用戶",
+ "Redirection URI" : "重導向 URI",
+ "Client Identifier" : "用戶識別",
+ "Secret" : "秘密口令 (Secret)",
+ "Add client" : "新增客戶端",
"Add" : "新增"
},
"nplurals=1; plural=0;");
diff --git a/apps/oauth2/l10n/zh_TW.json b/apps/oauth2/l10n/zh_TW.json
index 7bdcfd0833e..c125265fdb5 100644
--- a/apps/oauth2/l10n/zh_TW.json
+++ b/apps/oauth2/l10n/zh_TW.json
@@ -1,11 +1,12 @@
{ "translations": {
- "OAuth 2.0 clients" : "OAuth 2.0 用戶端",
- "OAuth 2.0 allows external services to request access to %s." : "OAuth 2.0允許其他裝置存取 %s.",
+ "OAuth 2.0" : "OAuth 2.0",
+ "OAuth 2.0 clients" : "OAuth 2.0 客戶端",
+ "OAuth 2.0 allows external services to request access to %s." : "OAuth 2.0 允許其他裝置存取 %s",
"Name" : "名稱",
- "Redirection URI" : "URI轉向",
- "Client Identifier" : "用戶辨識",
- "Secret" : "秘密",
- "Add client" : "新增用戶",
+ "Redirection URI" : "重導向 URI",
+ "Client Identifier" : "用戶識別",
+ "Secret" : "秘密口令 (Secret)",
+ "Add client" : "新增客戶端",
"Add" : "新增"
},"pluralForm" :"nplurals=1; plural=0;"
} \ No newline at end of file