diff options
author | Nextcloud bot <bot@nextcloud.com> | 2019-02-15 01:12:49 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2019-02-15 01:12:49 +0000 |
commit | 49a0ea01e53be89c4a8bccf26e2327f6f5c41fc5 (patch) | |
tree | be251c41f9e373cb497706f33d18490132867650 /apps/files_versions | |
parent | f3dc0d32dbcc9568321d3442a7bd9f0c3f179cee (diff) | |
download | nextcloud-server-49a0ea01e53be89c4a8bccf26e2327f6f5c41fc5.tar.gz nextcloud-server-49a0ea01e53be89c4a8bccf26e2327f6f5c41fc5.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files_versions')
-rw-r--r-- | apps/files_versions/l10n/zh_CN.js | 1 | ||||
-rw-r--r-- | apps/files_versions/l10n/zh_CN.json | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/apps/files_versions/l10n/zh_CN.js b/apps/files_versions/l10n/zh_CN.js index 17b687bd4f5..96ee4449285 100644 --- a/apps/files_versions/l10n/zh_CN.js +++ b/apps/files_versions/l10n/zh_CN.js @@ -6,6 +6,7 @@ OC.L10N.register( "Failed to revert {file} to revision {timestamp}." : "无法恢复 {file} 到 {timestamp} 的版本。", "_%n byte_::_%n bytes_" : ["%n 比特"], "Restore" : "恢复", + "No other versions available" : "无其他版本可用", "Could not revert: %s" : "无法恢复:%s", "No earlier versions available" : "无可用的更早的版本", "More versions …" : "更多版本…" diff --git a/apps/files_versions/l10n/zh_CN.json b/apps/files_versions/l10n/zh_CN.json index 1b4fe190b2e..a0e49f96138 100644 --- a/apps/files_versions/l10n/zh_CN.json +++ b/apps/files_versions/l10n/zh_CN.json @@ -4,6 +4,7 @@ "Failed to revert {file} to revision {timestamp}." : "无法恢复 {file} 到 {timestamp} 的版本。", "_%n byte_::_%n bytes_" : ["%n 比特"], "Restore" : "恢复", + "No other versions available" : "无其他版本可用", "Could not revert: %s" : "无法恢复:%s", "No earlier versions available" : "无可用的更早的版本", "More versions …" : "更多版本…" |