diff options
author | Nextcloud bot <bot@nextcloud.com> | 2018-09-15 00:12:09 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2018-09-15 00:12:09 +0000 |
commit | 3771aeb58403dec07c6a074a942ba948b84ef62e (patch) | |
tree | ca84166cce619f53edaf91bab2c940545c915204 /apps/files_versions | |
parent | 6112adfe064afbad17c485954d22e3947fe8ed13 (diff) | |
download | nextcloud-server-3771aeb58403dec07c6a074a942ba948b84ef62e.tar.gz nextcloud-server-3771aeb58403dec07c6a074a942ba948b84ef62e.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files_versions')
-rw-r--r-- | apps/files_versions/l10n/zh_CN.js | 3 | ||||
-rw-r--r-- | apps/files_versions/l10n/zh_CN.json | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/apps/files_versions/l10n/zh_CN.js b/apps/files_versions/l10n/zh_CN.js index cc269e58af6..a06eee417ca 100644 --- a/apps/files_versions/l10n/zh_CN.js +++ b/apps/files_versions/l10n/zh_CN.js @@ -7,6 +7,7 @@ OC.L10N.register( "_%n byte_::_%n bytes_" : ["%n 比特"], "Restore" : "恢复", "No earlier versions available" : "无可用的更早的版本", - "More versions …" : "更多版本…" + "More versions …" : "更多版本…", + "This application automatically maintains older versions of files that are changed." : "此应用程序自动维护更改的旧版本文件。" }, "nplurals=1; plural=0;"); diff --git a/apps/files_versions/l10n/zh_CN.json b/apps/files_versions/l10n/zh_CN.json index 89e4d02c9c6..e36c70f03d9 100644 --- a/apps/files_versions/l10n/zh_CN.json +++ b/apps/files_versions/l10n/zh_CN.json @@ -5,6 +5,7 @@ "_%n byte_::_%n bytes_" : ["%n 比特"], "Restore" : "恢复", "No earlier versions available" : "无可用的更早的版本", - "More versions …" : "更多版本…" + "More versions …" : "更多版本…", + "This application automatically maintains older versions of files that are changed." : "此应用程序自动维护更改的旧版本文件。" },"pluralForm" :"nplurals=1; plural=0;" }
\ No newline at end of file |