fix: 补全搜索页面缺失的翻译内容
All checks were successful
deploy to server / build-and-deploy (push) Successful in 3m13s
All checks were successful
deploy to server / build-and-deploy (push) Successful in 3m13s
- 栏目标题、搜索卡片类型翻译
This commit is contained in:
@ -10,6 +10,7 @@
|
||||
"result-count": "{count} results",
|
||||
"no-results": "No results found for \"{query}\".",
|
||||
"no-query": "Enter a keyword to start searching.",
|
||||
"section": "Section",
|
||||
"untitled": "Untitled",
|
||||
"sections": {
|
||||
"product": "Products",
|
||||
|
||||
@ -10,6 +10,7 @@
|
||||
"result-count": "{count} resultados",
|
||||
"no-results": "No se encontraron coincidencias para \"{query}\".",
|
||||
"no-query": "Ingrese una palabra clave para comenzar a buscar.",
|
||||
"section": "sección",
|
||||
"untitled": "sin título",
|
||||
"sections": {
|
||||
"product": "Productos",
|
||||
|
||||
@ -10,6 +10,7 @@
|
||||
"result-count": "Всего {count} результатов",
|
||||
"no-results": "Ничего не найдено по запросу \"{query}\".",
|
||||
"no-query": "Введите ключевые слова для начала поиска.",
|
||||
"section": "раздел",
|
||||
"untitled": "Без названия",
|
||||
"sections": {
|
||||
"product": "Продукты",
|
||||
|
||||
@ -10,6 +10,7 @@
|
||||
"result-count": "共 {count} 条结果",
|
||||
"no-results": "没有找到与 “{query}” 匹配的内容。",
|
||||
"no-query": "请输入关键字开始搜索。",
|
||||
"section": "内容类型",
|
||||
"untitled": "未命名条目",
|
||||
"sections": {
|
||||
"product": "产品",
|
||||
|
||||
Reference in New Issue
Block a user