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:
Diffstat (limited to 'apps/oauth2/l10n/zh_TW.js')
-rw-r--r--apps/oauth2/l10n/zh_TW.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/oauth2/l10n/zh_TW.js b/apps/oauth2/l10n/zh_TW.js
index dc1abcd862d..8a316b31170 100644
--- a/apps/oauth2/l10n/zh_TW.js
+++ b/apps/oauth2/l10n/zh_TW.js
@@ -3,12 +3,12 @@ OC.L10N.register(
{
"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" : "密鑰Secret",
"Add client" : "新增客戶端",
- "Add" : "新增"
+ "Add" : "新增",
+ "OAuth 2.0 allows external services to request access to %s." : "OAuth 2.0 允許其他裝置存取 %s"
},
"nplurals=1; plural=0;");