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

zh_CN.js « l10n - github.com/nextcloud/fulltextsearch.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4efea8806c7f98cc314e1d9aa67342598d7ade28 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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",
    "Search" : "搜索",
    "Index not found" : "未找到索引",
    "Process timed out" : "处理超时",
    "Full Text Search" : "全文搜索",
    "Full text search" : "全文搜索",
    "Core of the full-text search framework for Nextcloud" : "Nextcloud 全文搜索框架内核",
    "Core App of the full-text search framework for your Nextcloud." : "Nextcloud 全文搜索框架核心应用",
    "Search on %s" : "搜索 %s",
    "Please check the wiki for documentation related to the installation and the configuration of the full text search within your Nextcloud" : "请查看 wiki 中与安装和配置 NextCloud 全文搜索有关的文档。",
    "General" : "常规",
    "Search Platform" : "搜索平台",
    "Select the app to index content and answer search queries." : "选择用于索引内容和回答搜索查询的应用程序。",
    "Navigation Icon" : "导航图标",
    "Enable global search within all your content." : "为您所有的内容启用全局搜索。",
    "the search in {title} for '{search}' returned {total} results in {time} ms" : "{title} 中对 '{search}' 的搜索在 {time} ms内返回 {total} 个结果"
},
"nplurals=1; plural=0;");