feat(Translation): enhance product dialogs and update translation model
- Added new translation files for product dialogs to support additional languages. - Refactored various components to utilize translation functions for error messages, labels, and placeholders, enhancing localization support.
This commit is contained in:
@@ -8,9 +8,10 @@ export default {
|
||||
"articleNumber": "Artikelnummer",
|
||||
"manufacturer": "Tillverkare",
|
||||
"inclVat": "inkl. {{vat}}% moms",
|
||||
"inclVatSimple": "inkl. moms",
|
||||
"priceUnit": "{{price}}/{{unit}}",
|
||||
"new": "Ny",
|
||||
"weeks": "veckor",
|
||||
"weeks": "Veckor",
|
||||
"arriving": "Ankomst:",
|
||||
"inclVatFooter": "inkl. {{vat}}% moms,*",
|
||||
"availability": "Tillgänglighet",
|
||||
@@ -22,13 +23,13 @@ export default {
|
||||
"weight": "Vikt: {{weight}} kg",
|
||||
"youSave": "Du sparar: {{amount}}",
|
||||
"cheaperThanIndividual": "Billigare än att köpa separat",
|
||||
"pickupPrice": "Avhämtningspris: 19,90 € per stickling.",
|
||||
"pickupPrice": "Upphämtningspris: 19,90 € per stickling.",
|
||||
"consistsOf": "Består av:",
|
||||
"loadingComponentDetails": "{{index}}. Laddar komponentdetaljer...",
|
||||
"loadingProduct": "Produkten laddas...",
|
||||
"loadingProduct": "Laddar produkt...",
|
||||
"individualPriceTotal": "Total individuellt pris:",
|
||||
"setPrice": "Setpris:",
|
||||
"yourSavings": "Din besparing:",
|
||||
"yourSavings": "Dina besparingar:",
|
||||
"similarProducts": "Liknande produkter",
|
||||
"countDisplay": {
|
||||
"noProducts": "0 produkter",
|
||||
|
||||
Reference in New Issue
Block a user