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": "Numri i artikullit",
|
||||
"manufacturer": "Prodhuesi",
|
||||
"inclVat": "përfshirë {{vat}}% TVSH",
|
||||
"inclVatSimple": "përfshirë TVSH",
|
||||
"priceUnit": "{{price}}/{{unit}}",
|
||||
"new": "I ri",
|
||||
"weeks": "javë",
|
||||
"weeks": "Javë",
|
||||
"arriving": "Arritja:",
|
||||
"inclVatFooter": "përfshirë {{vat}}% TVSH,*",
|
||||
"availability": "Disponueshmëria",
|
||||
@@ -25,7 +26,7 @@ export default {
|
||||
"pickupPrice": "Çmimi për marrje: 19,90 € për prerje.",
|
||||
"consistsOf": "Përbëhet nga:",
|
||||
"loadingComponentDetails": "{{index}}. Duke ngarkuar detajet e komponentit...",
|
||||
"loadingProduct": "Produkti po ngarkohet...",
|
||||
"loadingProduct": "Duke ngarkuar produktin...",
|
||||
"individualPriceTotal": "Çmimi total individual:",
|
||||
"setPrice": "Çmimi i setit:",
|
||||
"yourSavings": "Kursimet tuaja:",
|
||||
|
||||
Reference in New Issue
Block a user