summaryrefslogtreecommitdiffstats
path: root/apps/files_versions/l10n/zh_CN.js
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2017-04-05 00:08:20 +0000
committerNextcloud bot <bot@nextcloud.com>2017-04-05 00:08:20 +0000
commit84035862f7239e5d05ac0ab848442c9230ad7efc (patch)
treea35fa80df4ec14259be1c5747c3ba7a7693a239f /apps/files_versions/l10n/zh_CN.js
parentfa4107893de4e94020dc1b3182cfea969b5db1a6 (diff)
downloadnextcloud-server-84035862f7239e5d05ac0ab848442c9230ad7efc.tar.gz
nextcloud-server-84035862f7239e5d05ac0ab848442c9230ad7efc.zip
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files_versions/l10n/zh_CN.js')
-rw-r--r--apps/files_versions/l10n/zh_CN.js4
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/files_versions/l10n/zh_CN.js b/apps/files_versions/l10n/zh_CN.js
index bc7c43ff1e2..cd3f22b2ba4 100644
--- a/apps/files_versions/l10n/zh_CN.js
+++ b/apps/files_versions/l10n/zh_CN.js
@@ -1,11 +1,13 @@
OC.L10N.register(
"files_versions",
{
- "Could not revert: %s" : "无法恢复: %s",
+ "Could not revert: %s" : "无法恢复:%s",
"Versions" : "版本",
"Failed to revert {file} to revision {timestamp}." : "无法恢复 {file} 到 {timestamp} 的版本。",
"_%n byte_::_%n bytes_" : ["%n 比特"],
"Restore" : "恢复",
+ "No earlier versions available" : "无可用的更早的版本",
+ "More versions …" : "更多版本…",
"No versions available" : "没有可用的版本",
"More versions..." : "更多版本..."
},