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

zh_TW.js « l10n - github.com/nextcloud/fulltextsearch.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 9100036d1a65b6ff0480bcb138eb3d39c42fe8c7 (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} 毫秒內回傳了 {total} 個結果",
    "the search in {title} for \"{search}\" returned {total} results in {time} ms" : "對「{search}」中的 {title} 搜尋於 {time} 毫秒內回傳了 {total} 個結果",
    "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" : "請檢視關於在您 Nextcloud 中安裝與設定全文搜尋的 wiki 文件",
    "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" : "對 '{search}' 中的 {title} 搜尋於 {time} 毫秒內回傳了 {total} 個結果"
},
"nplurals=1; plural=0;");