- added search in topbar - added skeleton search results page - added tests - set personal calendars as default search in and allow to select personal and shared as a search in option --------- Co-authored-by: Camille Moussu <cmoussu@linagora.com>
This commit is contained in:
+16
-1
@@ -48,7 +48,22 @@
|
||||
"all": "All",
|
||||
"you": "You",
|
||||
"select_timezone": "Select Timezone",
|
||||
"moreOptions": "More options"
|
||||
"moreOptions": "More options",
|
||||
"search": "Search"
|
||||
},
|
||||
"search": {
|
||||
"searchIn": "Search in",
|
||||
"filter": {
|
||||
"allCalendar": "All calendars",
|
||||
"myCalendar": "My calendars",
|
||||
"sharedCalendars": "Shared calendars"
|
||||
},
|
||||
"keywords": "Keywords*",
|
||||
"keywordsPlaceholder": "Enter keywords",
|
||||
"organizers": "Organizers",
|
||||
"participants": "Participants",
|
||||
"noResults": "No results found",
|
||||
"resultsTitle": "Search Results"
|
||||
},
|
||||
"calendarPopover": {
|
||||
"tabs": {
|
||||
|
||||
+16
-1
@@ -48,7 +48,22 @@
|
||||
"all": "Tous",
|
||||
"you": "Vous",
|
||||
"select_timezone": "Sélectionner le fuseau horaire",
|
||||
"moreOptions": "Plus d'options"
|
||||
"moreOptions": "Plus d'options",
|
||||
"search": "Rechercher"
|
||||
},
|
||||
"search": {
|
||||
"searchIn": "Rechercher dans",
|
||||
"filter": {
|
||||
"allCalendar": "Tous les calendriers",
|
||||
"myCalendar": "Mes calendriers",
|
||||
"sharedCalendars": "Calendriers partagés"
|
||||
},
|
||||
"keywords": "Mots-clés*",
|
||||
"keywordsPlaceholder": "Saisissez des mots-clés",
|
||||
"organizers": "Organisateurs",
|
||||
"participants": "Participants",
|
||||
"noResults": "Aucun résultat",
|
||||
"resultsTitle": "Résultats de la recherche"
|
||||
},
|
||||
"calendarPopover": {
|
||||
"tabs": {
|
||||
|
||||
+16
-1
@@ -48,7 +48,22 @@
|
||||
"all": "Все",
|
||||
"you": "Вы",
|
||||
"select_timezone": "Выберите часовой пояс",
|
||||
"moreOptions": "Больше параметров"
|
||||
"moreOptions": "Больше параметров",
|
||||
"search": "Поиск"
|
||||
},
|
||||
"search": {
|
||||
"searchIn": "Поиск в",
|
||||
"filter": {
|
||||
"allCalendar": "Все календари",
|
||||
"myCalendar": "Мои календари",
|
||||
"sharedCalendars": "Общие календари"
|
||||
},
|
||||
"keywords": "Ключевые слова*",
|
||||
"keywordsPlaceholder": "Введите ключевые слова",
|
||||
"organizers": "Организаторы",
|
||||
"participants": "Участники",
|
||||
"noResults": "Результаты не найдены",
|
||||
"resultsTitle": "Результаты поиска"
|
||||
},
|
||||
"calendarPopover": {
|
||||
"tabs": {
|
||||
|
||||
+16
-1
@@ -48,7 +48,22 @@
|
||||
"all": "Tất cả",
|
||||
"you": "Bạn",
|
||||
"select_timezone": "Chọn múi giờ",
|
||||
"moreOptions": "Thêm tùy chọn"
|
||||
"moreOptions": "Thêm tùy chọn",
|
||||
"search": "Tìm kiếm"
|
||||
},
|
||||
"search": {
|
||||
"searchIn": "Tìm kiếm trong",
|
||||
"filter": {
|
||||
"allCalendar": "Tất cả lịch",
|
||||
"myCalendar": "Lịch của tôi",
|
||||
"sharedCalendars": "Lịch được chia sẻ"
|
||||
},
|
||||
"keywords": "Từ khóa*",
|
||||
"keywordsPlaceholder": "Nhập từ khóa",
|
||||
"organizers": "Người tổ chức",
|
||||
"participants": "Người tham gia",
|
||||
"noResults": "Không tìm thấy kết quả",
|
||||
"resultsTitle": "Kết quả tìm kiếm"
|
||||
},
|
||||
"calendarPopover": {
|
||||
"tabs": {
|
||||
|
||||
Reference in New Issue
Block a user