-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2692fd7
commit b77b02a
Showing
2 changed files
with
32 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,21 @@ | ||
OC.L10N.register( | ||
"fulltextsearch", | ||
{ | ||
"Search" : "Search", | ||
"General" : "一般" | ||
"the search returned {total} results in {time} ms" : "搜尋在 {time} ms 內回傳了 {total} 個結果", | ||
"the search in {title} for '{search}' returned {total} results in {time} ms" : "對 '{search}' 中的 {title} 搜尋於 {time} ms 內回傳了 {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." : "在您所有的內容中啟用全域搜尋。" | ||
}, | ||
"nplurals=1; plural=0;"); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,19 @@ | ||
{ "translations": { | ||
"Search" : "Search", | ||
"General" : "一般" | ||
"the search returned {total} results in {time} ms" : "搜尋在 {time} ms 內回傳了 {total} 個結果", | ||
"the search in {title} for '{search}' returned {total} results in {time} ms" : "對 '{search}' 中的 {title} 搜尋於 {time} ms 內回傳了 {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." : "在您所有的內容中啟用全域搜尋。" | ||
},"pluralForm" :"nplurals=1; plural=0;" | ||
} |