mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-21 17:12:43 +00:00
feat: add action chips to search results
This commit is contained in:
@@ -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": {
|
||||
|
||||
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user