diff options
Diffstat (limited to 'apps/files_external/l10n/zh_CN.js')
-rw-r--r-- | apps/files_external/l10n/zh_CN.js | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/apps/files_external/l10n/zh_CN.js b/apps/files_external/l10n/zh_CN.js index 8aeae727266..8ad1a6794ca 100644 --- a/apps/files_external/l10n/zh_CN.js +++ b/apps/files_external/l10n/zh_CN.js @@ -1,6 +1,12 @@ OC.L10N.register( "files_external", { + "Grant access" : "授权", + "Error configuring OAuth1" : "OAuth1 配置错误", + "Please provide a valid app key and secret." : "请提供有效的 app key 和密钥。", + "Error configuring OAuth2" : "OAuth2 配置错误", + "Generate keys" : "生成密钥", + "Error generating key pair" : "生成密钥对错误", "Type to select user or group." : "输入以选择用户或群组。", "(Group)" : "(群组)", "Compatibility with Mac NFD encoding (slow)" : "兼用 Mac NFD 编码(慢)", @@ -137,12 +143,6 @@ OC.L10N.register( "Advanced settings" : "高级选项", "Allow users to mount external storage" : "允许用户挂载外部存储", "Global credentials can be used to authenticate with multiple external storages that have the same credentials." : "全局凭据可用于使用具有相同凭据的多个外部存储进行身份验证。", - "Grant access" : "授权", - "Error configuring OAuth1" : "OAuth1 配置错误", - "Please provide a valid app key and secret." : "请提供有效的 app key 和密钥。", - "Error configuring OAuth2" : "OAuth2 配置错误", - "Generate keys" : "生成密钥", - "Error generating key pair" : "生成密钥对错误", "Empty response from the server" : "服务器响应为空", "Couldn't access. Please log out and in again to activate this mount point" : "无法访问。 请登出并再次登录以激活此挂载点", "Couldn't get the information from the remote server: {code} {type}" : "无法从远程服务器获取信息:{code} {type}", |