Enhances service details with employees and addon sections
Adds new components for service employees and addons Introduces detailed views with selectable employees and add-ons Updates localization translations for new sections Implements time range slider functionality for availability
This commit is contained in:
parent
5e3811347c
commit
7643a6ab82
20 changed files with 830 additions and 336 deletions
|
|
@ -322,6 +322,16 @@
|
|||
"showPrice": "Vis pris",
|
||||
"showDuration": "Vis varighed"
|
||||
},
|
||||
"employees": {
|
||||
"employeesForService": "Medarbejdere der udfører denne service",
|
||||
"selectAll": "Vælg alle / Fravælg alle",
|
||||
"availability": "Tilgængelighed",
|
||||
"duration": "Varighed"
|
||||
},
|
||||
"addons": {
|
||||
"addonsForService": "Tilvalg til denne service",
|
||||
"addExistingAddon": "Tilføj eksisterende tilvalg"
|
||||
},
|
||||
"header": {
|
||||
"duration": "min varighed",
|
||||
"fromPrice": "fra pris",
|
||||
|
|
|
|||
|
|
@ -322,6 +322,16 @@
|
|||
"showPrice": "Show price",
|
||||
"showDuration": "Show duration"
|
||||
},
|
||||
"employees": {
|
||||
"employeesForService": "Employees performing this service",
|
||||
"selectAll": "Select all / Deselect all",
|
||||
"availability": "Availability",
|
||||
"duration": "Duration"
|
||||
},
|
||||
"addons": {
|
||||
"addonsForService": "Add-ons for this service",
|
||||
"addExistingAddon": "Add existing add-on"
|
||||
},
|
||||
"header": {
|
||||
"duration": "min duration",
|
||||
"fromPrice": "from price",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue