diff options
author | Nextcloud bot <bot@nextcloud.com> | 2018-05-07 00:11:36 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2018-05-07 00:11:36 +0000 |
commit | 94e3bdf703a5d0b61869701d69d926ccf11b7719 (patch) | |
tree | a3c6b61a07d29fdbbc0d5e61543199dde7d906af /apps/oauth2/l10n | |
parent | cc092265645d0759f678cc56d459813a7b15e801 (diff) | |
download | nextcloud-server-94e3bdf703a5d0b61869701d69d926ccf11b7719.tar.gz nextcloud-server-94e3bdf703a5d0b61869701d69d926ccf11b7719.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/oauth2/l10n')
-rw-r--r-- | apps/oauth2/l10n/zh_CN.js | 1 | ||||
-rw-r--r-- | apps/oauth2/l10n/zh_CN.json | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/apps/oauth2/l10n/zh_CN.js b/apps/oauth2/l10n/zh_CN.js index a1108d5a4fa..529a9f1f854 100644 --- a/apps/oauth2/l10n/zh_CN.js +++ b/apps/oauth2/l10n/zh_CN.js @@ -1,6 +1,7 @@ OC.L10N.register( "oauth2", { + "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" : "名称", diff --git a/apps/oauth2/l10n/zh_CN.json b/apps/oauth2/l10n/zh_CN.json index b60e2c7c415..b9334e7f9ad 100644 --- a/apps/oauth2/l10n/zh_CN.json +++ b/apps/oauth2/l10n/zh_CN.json @@ -1,4 +1,5 @@ { "translations": { + "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" : "名称", |