diff options
author | Nextcloud bot <bot@nextcloud.com> | 2018-06-22 00:12:11 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2018-06-22 00:12:11 +0000 |
commit | e4551106f5e8df91be2b70fe9058292c985b6913 (patch) | |
tree | 629b5b04092982d2712243115ccb784ac7c2caad /apps/files_sharing/l10n/zh_CN.js | |
parent | 45018a0e839f71dd8fac892125b77b5bccd1713a (diff) | |
download | nextcloud-server-e4551106f5e8df91be2b70fe9058292c985b6913.tar.gz nextcloud-server-e4551106f5e8df91be2b70fe9058292c985b6913.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files_sharing/l10n/zh_CN.js')
-rw-r--r-- | apps/files_sharing/l10n/zh_CN.js | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/apps/files_sharing/l10n/zh_CN.js b/apps/files_sharing/l10n/zh_CN.js index c69b3688722..77e431c8f19 100644 --- a/apps/files_sharing/l10n/zh_CN.js +++ b/apps/files_sharing/l10n/zh_CN.js @@ -92,9 +92,6 @@ OC.L10N.register( "Add to your Nextcloud" : "添加到你的 Nextcloud", "Share API is disabled" : "共享 API 已被禁用", "File sharing" : "文件共享", - "This share is password-protected" : "这是一个密码保护的共享", - "The password is wrong. Try again." : "用户名或密码错误!请重试", - "Password" : "密码", "No entries found in this folder" : "此文件夹中无项目", "Name" : "名称", "Share time" : "分享时间", @@ -111,6 +108,9 @@ OC.L10N.register( "Uploading files…" : "上传文件 … ", "Uploaded files:" : "上传的文件: ", "{actor} removed you from {file}" : "{actor} 将您从 {file} 移除", - "%s is publicly shared" : "%s 是公开共享" + "%s is publicly shared" : "%s 是公开共享", + "This share is password-protected" : "这是一个密码保护的共享", + "The password is wrong. Try again." : "用户名或密码错误!请重试", + "Password" : "密码" }, "nplurals=1; plural=0;"); |