feat: add action chips to search results

This commit is contained in:
Wieland Schöbl
2021-06-22 15:09:40 +00:00
parent 0aa26020be
commit 67fb4a43c9
27 changed files with 771 additions and 303 deletions

View File

@@ -19,6 +19,19 @@
"TITLE": "Angebote"
}
},
"chips": {
"add_events": {
"ADDED_ALL": "Hinzugefügt",
"ADDED_SOME": "Manche Termine Hinzugefügt",
"REMOVED_ALL": "Termine Auswählen",
"UNAVAILABLE": "Keine Termine Verfügbar",
"popover": {
"ALL": "Alle Termine",
"AT": "um",
"UNTIL": "bis"
}
}
},
"types": {
"dish": {
"detail": {

View File

@@ -19,6 +19,19 @@
"TITLE": "offers"
}
},
"chips": {
"add_events": {
"ADDED_ALL": "Added",
"ADDED_SOME": "Added Some Events",
"REMOVED_ALL": "Choose Events",
"UNAVAILABLE": "No Associated Events",
"popover": {
"ALL": "All Events",
"AT": "at",
"UNTIL": "until"
}
}
},
"types": {
"dish": {
"detail": {