[#415] added keyword field highligh on empty search (#423)

Co-authored-by: Camille Moussu <cmoussu@linagora.com>
This commit is contained in:
Camille Moussu
2025-12-16 14:09:09 +01:00
committed by GitHub
parent 1a60850637
commit a28f41fab9
5 changed files with 38 additions and 16 deletions
+2 -1
View File
@@ -65,7 +65,8 @@
"participants": "Participants",
"noResults": "No events found",
"resultsTitle": "Search Results",
"noResultsSubtitle": "Try adjusting your filters or search terms."
"noResultsSubtitle": "Try adjusting your filters or search terms.",
"error": { "emptySearch": "Try adding keywords or other filters." }
},
"calendarPopover": {
"tabs": {
+4 -1
View File
@@ -65,7 +65,10 @@
"participants": "Participants",
"noResults": "Aucun résultat",
"resultsTitle": "Résultats de la recherche",
"noResultsSubtitle": "Essayez de changer vos filtres ou termes recherchés."
"noResultsSubtitle": "Essayez de changer vos filtres ou termes recherchés.",
"error": {
"emptySearch": "Essayez d'ajouter des mots clés ou d'autres filtres."
}
},
"calendarPopover": {
"tabs": {
+4 -1
View File
@@ -65,7 +65,10 @@
"participants": "Участники",
"noResults": "Результаты не найдены",
"resultsTitle": "Результаты поиска",
"noResultsSubtitle": "Попробуйте изменить фильтры или условия поиска."
"noResultsSubtitle": "Попробуйте изменить фильтры или условия поиска.",
"error": {
"emptySearch": "Попробуйте добавить ключевые слова или другие фильтры."
}
},
"calendarPopover": {
"tabs": {
+2 -1
View File
@@ -65,7 +65,8 @@
"participants": "Người tham gia",
"noResults": "Không tìm thấy kết quả",
"resultsTitle": "Kết quả tìm kiếm",
"noResultsSubtitle": "Hãy thử điều chỉnh bộ lọc hoặc thuật ngữ tìm kiếm của bạn."
"noResultsSubtitle": "Hãy thử điều chỉnh bộ lọc hoặc thuật ngữ tìm kiếm của bạn.",
"error": { "emptySearch": "Hãy thử thêm từ khóa hoặc các bộ lọc khác." }
},
"calendarPopover": {
"tabs": {