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>2022-01-20 05:49:27 +0300
committerNextcloud bot <bot@nextcloud.com>2022-01-20 05:49:27 +0300
commit5ecdae32af744dfffce71f0817a1a5a11b346865 (patch)
tree77c53a813cd5f0aeaaa3ceced90ecbc0d305a9a6
parent82f38be5cf22014b918e7a6245334eec292c4532 (diff)
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
-rw-r--r--l10n/zh_CN.js2
-rw-r--r--l10n/zh_CN.json2
2 files changed, 2 insertions, 2 deletions
diff --git a/l10n/zh_CN.js b/l10n/zh_CN.js
index 4efea88..44c34b1 100644
--- a/l10n/zh_CN.js
+++ b/l10n/zh_CN.js
@@ -2,7 +2,7 @@ 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}\" 返回了 {total} 个结果,执行时间 {time} ms",
+ "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 20779f1..c9cfc65 100644
--- a/l10n/zh_CN.json
+++ b/l10n/zh_CN.json
@@ -1,6 +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}\" 返回了 {total} 个结果,执行时间 {time} ms",
+ "the search in {title} for \"{search}\" returned {total} results in {time} ms" : " {title} 中搜索 \"{search}\" 在{time} ms内返回了 {total} 个结果",
"Search" : "搜索",
"Index not found" : "未找到索引",
"Process timed out" : "处理超时",