diff options
author | Nextcloud bot <bot@nextcloud.com> | 2017-08-22 00:08:20 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2017-08-22 00:08:20 +0000 |
commit | ae0789ef433adad73bdf77c57b8ead5616ed99fe (patch) | |
tree | 07f59ebd831e111e6ba30b7720e1a12e85efce99 /apps/files_external/l10n/zh_CN.js | |
parent | e881e016208c2dcbf0d8f725cc29aad6247852b2 (diff) | |
download | nextcloud-server-ae0789ef433adad73bdf77c57b8ead5616ed99fe.tar.gz nextcloud-server-ae0789ef433adad73bdf77c57b8ead5616ed99fe.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files_external/l10n/zh_CN.js')
-rw-r--r-- | apps/files_external/l10n/zh_CN.js | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/apps/files_external/l10n/zh_CN.js b/apps/files_external/l10n/zh_CN.js index 98b4bf41a4d..2eac6e70ad9 100644 --- a/apps/files_external/l10n/zh_CN.js +++ b/apps/files_external/l10n/zh_CN.js @@ -1,10 +1,7 @@ OC.L10N.register( "files_external", { - "Step 1 failed. Exception: %s" : "步骤 1 失败. 异常: %s", - "Step 2 failed. Exception: %s" : "步骤 2 失败. 异常: %s", "External storages" : "外部存储", - "Google Drive App Configuration" : "Google Drive 配置", "Personal" : "个人", "System" : "系统", "Grant access" : "授权", @@ -83,7 +80,6 @@ OC.L10N.register( "FTP" : "FTP", "Host" : "主机", "Secure ftps://" : "安全 ftps://", - "Google Drive" : "Google Drive", "Local" : "本地", "Location" : "地点", "Nextcloud" : "Nextcloud", @@ -124,9 +120,13 @@ OC.L10N.register( "Allow users to mount the following external storage" : "允许用户挂载以下外部存储", "Fetching request tokens failed. Verify that your app key and secret are correct." : "获取 request token 失败. 请验证您的 appkey 和密钥是否正确.", "Fetching access tokens failed. Verify that your app key and secret are correct." : "获取 access token 失败. 请验证您的 appkey 和密钥是否正确.", + "Step 1 failed. Exception: %s" : "步骤 1 失败. 异常: %s", + "Step 2 failed. Exception: %s" : "步骤 2 失败. 异常: %s", "Dropbox App Configuration" : "Dropbox 配置", + "Google Drive App Configuration" : "Google Drive 配置", "Storage with id \"%i\" not found" : "未找到 ID 为 \"%i\" 的存储", "Storage with id \"%i\" is not user editable" : "无法编辑 ID 为 \"%i\" 的存储", - "Dropbox" : "Dropbox" + "Dropbox" : "Dropbox", + "Google Drive" : "Google Drive" }, "nplurals=1; plural=0;"); |