Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/fulltextsearch.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2019-07-24 05:32:12 +0300
committerNextcloud bot <bot@nextcloud.com>2019-07-24 05:32:12 +0300
commitaceb22821d125ae396453d8b686206ae6b2553e0 (patch)
treecb9ff22029dcea45c397421a3ac86456106f3fa6
parentec86b2541f584252256c1703b05f22adbbc17980 (diff)
[tx-robot] updated from transifex
-rw-r--r--l10n/zh_CN.js2
-rw-r--r--l10n/zh_CN.json2
2 files changed, 4 insertions, 0 deletions
diff --git a/l10n/zh_CN.js b/l10n/zh_CN.js
index 904e2fd..f831a5e 100644
--- a/l10n/zh_CN.js
+++ b/l10n/zh_CN.js
@@ -1,6 +1,8 @@
OC.L10N.register(
"fulltextsearch",
{
+ "the search returned {total} results in {time} ms" : "搜索在 {time} ms内返回 {total} 个结果",
+ "the search in {title} for '{search}' returned {total} results in {time} ms" : "{title} 中对 '{search}' 的搜索在 {time} ms内返回 {total} 个结果",
"Search" : "搜索",
"Index not found" : "未找到索引",
"Process timed out" : "处理超时",
diff --git a/l10n/zh_CN.json b/l10n/zh_CN.json
index 4910a43..d5d0e38 100644
--- a/l10n/zh_CN.json
+++ b/l10n/zh_CN.json
@@ -1,4 +1,6 @@
{ "translations": {
+ "the search returned {total} results in {time} ms" : "搜索在 {time} ms内返回 {total} 个结果",
+ "the search in {title} for '{search}' returned {total} results in {time} ms" : "{title} 中对 '{search}' 的搜索在 {time} ms内返回 {total} 个结果",
"Search" : "搜索",
"Index not found" : "未找到索引",
"Process timed out" : "处理超时",