diff options
Diffstat (limited to 'apps/oauth2/l10n/zh_CN.json')
-rw-r--r-- | apps/oauth2/l10n/zh_CN.json | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/apps/oauth2/l10n/zh_CN.json b/apps/oauth2/l10n/zh_CN.json new file mode 100644 index 00000000000..2ebf7916049 --- /dev/null +++ b/apps/oauth2/l10n/zh_CN.json @@ -0,0 +1,11 @@ +{ "translations": { + "OAuth 2.0" : "OAuth 2.0", + "OAuth 2.0 clients" : "OAuth 2.0 客户端", + "Name" : "名称", + "Redirection URI" : "回调地址", + "Client Identifier" : "客户端 ID", + "Secret" : "密钥", + "Add client" : "添加客户端", + "Add" : "添加" +},"pluralForm" :"nplurals=1; plural=0;" +}
\ No newline at end of file |