搜索 i18n

This commit is contained in:
Meow
2025-12-21 22:14:50 -05:00
committed by yuhan6665
parent 56aea4b2ab
commit 04cba2a65b
+25 -2
View File
@@ -55,11 +55,14 @@ export default defineConfig({
buttonAriaLabel: "搜索",
},
modal: {
noResultsText: "无法找到相关结果",
displayDetails: "显示详细列表",
resetButtonTitle: "清除查询条件",
backButtonTitle: "关闭搜索",
noResultsText: "无法找到相关结果",
footer: {
selectText: "选择",
navigateText: "切换",
closeText: "关闭",
},
},
},
@@ -368,6 +371,23 @@ export default defineConfig({
.filter(Boolean),
},
},
translations: {
button: {
buttonText: "Search",
buttonAriaLabel: "Search",
},
modal: {
displayDetails: "Show detailed list",
resetButtonTitle: "Clear search query",
backButtonTitle: "Close search",
noResultsText: "No results found for",
footer: {
selectText: "Select",
navigateText: "Navigate",
closeText: "Close",
},
},
},
},
},
@@ -744,11 +764,14 @@ export default defineConfig({
buttonAriaLabel: "Поиск",
},
modal: {
noResultsText: "Результаты не найдены",
displayDetails: "Показать подробный список",
resetButtonTitle: "Очистить запрос",
backButtonTitle: "Закрыть поиск",
noResultsText: "Результаты не найдены",
footer: {
selectText: "Выбрать",
navigateText: "Переключить",
closeText: "Закрыть",
},
},
},