feat(i18n): add 'similarProducts' key to multiple language files
- Introduce 'similarProducts' translation key across various language files to enhance product detail pages. - Update existing translations for improved clarity and consistency in product descriptions. - Ensure proper localization support for the new key in Arabic, Bulgarian, Czech, Greek, French, Croatian, Hungarian, Italian, Polish, Romanian, Russian, Slovak, Slovenian, Albanian, Serbian, Swedish, Turkish, Ukrainian, and Chinese.
This commit is contained in:
@@ -28,12 +28,13 @@ export default {
|
||||
"individualPriceTotal": "إجمالي السعر الفردي:",
|
||||
"setPrice": "سعر المجموعة:",
|
||||
"yourSavings": "توفيرك:",
|
||||
"similarProducts": "منتجات مشابهة",
|
||||
"countDisplay": {
|
||||
"noProducts": "0 منتجات",
|
||||
"oneProduct": "منتج واحد",
|
||||
"oneProduct": "1 منتج",
|
||||
"multipleProducts": "{{count}} منتجات",
|
||||
"filteredProducts": "{{filtered}} من {{total}} منتجات",
|
||||
"filteredOneProduct": "{{filtered}} من منتج واحد",
|
||||
"filteredOneProduct": "{{filtered}} من 1 منتج",
|
||||
"xOfYProducts": "{{x}} من {{y}} منتجات"
|
||||
},
|
||||
"removeFiltersToSee": "قم بإزالة الفلاتر لرؤية المنتجات",
|
||||
|
||||
@@ -14,7 +14,7 @@ export default {
|
||||
"arriving": "Пристигане:",
|
||||
"inclVatFooter": "вкл. {{vat}}% ДДС,*",
|
||||
"availability": "Наличност",
|
||||
"inStock": "налично",
|
||||
"inStock": "налично на склад",
|
||||
"comingSoon": "Очаква се скоро",
|
||||
"deliveryTime": "Срок на доставка",
|
||||
"inclShort": "вкл.",
|
||||
@@ -28,6 +28,7 @@ export default {
|
||||
"individualPriceTotal": "Обща индивидуална цена:",
|
||||
"setPrice": "Цена на комплекта:",
|
||||
"yourSavings": "Вашите спестявания:",
|
||||
"similarProducts": "Подобни продукти",
|
||||
"countDisplay": {
|
||||
"noProducts": "0 продукта",
|
||||
"oneProduct": "1 продукт",
|
||||
|
||||
@@ -22,12 +22,13 @@ export default {
|
||||
"weight": "Hmotnost: {{weight}} kg",
|
||||
"youSave": "Ušetříte: {{amount}}",
|
||||
"cheaperThanIndividual": "Levnější než nákup jednotlivě",
|
||||
"pickupPrice": "Cena za odběr: 19,90 € za řízek.",
|
||||
"pickupPrice": "Cena za vyzvednutí: 19,90 € za řízek.",
|
||||
"consistsOf": "Skládá se z:",
|
||||
"loadingComponentDetails": "{{index}}. Načítání detailů komponenty...",
|
||||
"individualPriceTotal": "Celková cena jednotlivě:",
|
||||
"setPrice": "Cena sady:",
|
||||
"yourSavings": "Vaše úspory:",
|
||||
"similarProducts": "Podobné produkty",
|
||||
"countDisplay": {
|
||||
"noProducts": "0 produktů",
|
||||
"oneProduct": "1 produkt",
|
||||
|
||||
@@ -28,6 +28,7 @@ export default {
|
||||
"individualPriceTotal": "Συνολική τιμή μεμονωμένων:",
|
||||
"setPrice": "Τιμή σετ:",
|
||||
"yourSavings": "Η εξοικονόμησή σας:",
|
||||
"similarProducts": "Παρόμοια προϊόντα",
|
||||
"countDisplay": {
|
||||
"noProducts": "0 προϊόντα",
|
||||
"oneProduct": "1 προϊόν",
|
||||
|
||||
@@ -21,13 +21,14 @@ export default {
|
||||
"vatShort": "TVA",
|
||||
"weight": "Poids : {{weight}} kg",
|
||||
"youSave": "Vous économisez : {{amount}}",
|
||||
"cheaperThanIndividual": "Moins cher que d'acheter individuellement",
|
||||
"cheaperThanIndividual": "Moins cher que l'achat individuel",
|
||||
"pickupPrice": "Prix de retrait : 19,90 € par bouture.",
|
||||
"consistsOf": "Composé de :",
|
||||
"loadingComponentDetails": "{{index}}. Chargement des détails du composant...",
|
||||
"individualPriceTotal": "Prix individuel total :",
|
||||
"setPrice": "Prix du lot :",
|
||||
"yourSavings": "Vos économies :",
|
||||
"similarProducts": "Produits similaires",
|
||||
"countDisplay": {
|
||||
"noProducts": "0 produit",
|
||||
"oneProduct": "1 produit",
|
||||
|
||||
@@ -21,13 +21,14 @@ export default {
|
||||
"vatShort": "PDV",
|
||||
"weight": "Težina: {{weight}} kg",
|
||||
"youSave": "Uštedite: {{amount}}",
|
||||
"cheaperThanIndividual": "Jeftinije nego kupovina pojedinačno",
|
||||
"cheaperThanIndividual": "Jeftinije nego kupnja pojedinačno",
|
||||
"pickupPrice": "Cijena preuzimanja: 19,90 € po reznici.",
|
||||
"consistsOf": "Sastoji se od:",
|
||||
"loadingComponentDetails": "{{index}}. Učitavanje detalja komponente...",
|
||||
"individualPriceTotal": "Ukupna pojedinačna cijena:",
|
||||
"setPrice": "Cijena seta:",
|
||||
"yourSavings": "Vaša ušteda:",
|
||||
"similarProducts": "Slični proizvodi",
|
||||
"countDisplay": {
|
||||
"noProducts": "0 proizvoda",
|
||||
"oneProduct": "1 proizvod",
|
||||
@@ -43,6 +44,6 @@ export default {
|
||||
"from3Products": "od 3 proizvoda",
|
||||
"from5Products": "od 5 proizvoda",
|
||||
"from7Products": "od 7 proizvoda",
|
||||
"moreProductsMoreSavings": "Što više proizvoda odaberete, to više štedite!"
|
||||
"moreProductsMoreSavings": "Što više proizvoda odaberete, više štedite!"
|
||||
}
|
||||
};
|
||||
|
||||
@@ -7,12 +7,12 @@ export default {
|
||||
"error": "Hiba",
|
||||
"articleNumber": "Cikkszám",
|
||||
"manufacturer": "Gyártó",
|
||||
"inclVat": "áfával {{vat}}%-kal",
|
||||
"inclVat": "áfával együtt {{vat}}%",
|
||||
"priceUnit": "{{price}}/{{unit}}",
|
||||
"new": "Új",
|
||||
"weeks": "hetek",
|
||||
"arriving": "Érkezés:",
|
||||
"inclVatFooter": "áfával {{vat}}%-kal,*",
|
||||
"inclVatFooter": "áfával együtt {{vat}}%,*",
|
||||
"availability": "Elérhetőség",
|
||||
"inStock": "készleten",
|
||||
"comingSoon": "Hamarosan elérhető",
|
||||
@@ -28,13 +28,14 @@ export default {
|
||||
"individualPriceTotal": "Egyedi ár összesen:",
|
||||
"setPrice": "Szett ár:",
|
||||
"yourSavings": "Megtakarításod:",
|
||||
"similarProducts": "Hasonló termékek",
|
||||
"countDisplay": {
|
||||
"noProducts": "0 termék",
|
||||
"oneProduct": "1 termék",
|
||||
"multipleProducts": "{{count}} termék",
|
||||
"filteredProducts": "{{filtered}} a(z) {{total}} termékből",
|
||||
"filteredOneProduct": "{{filtered}} az 1 termékből",
|
||||
"xOfYProducts": "{{x}} a(z) {{y}} termékből"
|
||||
"filteredProducts": "{{filtered}} / {{total}} termék",
|
||||
"filteredOneProduct": "{{filtered}} / 1 termék",
|
||||
"xOfYProducts": "{{x}} / {{y}} termék"
|
||||
},
|
||||
"removeFiltersToSee": "Szűrők eltávolítása a termékek megtekintéséhez",
|
||||
"outOfStock": "Nincs készleten",
|
||||
|
||||
@@ -21,13 +21,14 @@ export default {
|
||||
"vatShort": "IVA",
|
||||
"weight": "Peso: {{weight}} kg",
|
||||
"youSave": "Risparmi: {{amount}}",
|
||||
"cheaperThanIndividual": "Più conveniente che acquistare singolarmente",
|
||||
"cheaperThanIndividual": "Più economico che acquistare singolarmente",
|
||||
"pickupPrice": "Prezzo ritiro: €19,90 per talea.",
|
||||
"consistsOf": "Composto da:",
|
||||
"loadingComponentDetails": "{{index}}. Caricamento dettagli componente...",
|
||||
"individualPriceTotal": "Prezzo totale individuale:",
|
||||
"setPrice": "Prezzo set:",
|
||||
"yourSavings": "Il tuo risparmio:",
|
||||
"yourSavings": "I tuoi risparmi:",
|
||||
"similarProducts": "Prodotti simili",
|
||||
"countDisplay": {
|
||||
"noProducts": "0 prodotti",
|
||||
"oneProduct": "1 prodotto",
|
||||
|
||||
@@ -21,13 +21,14 @@ export default {
|
||||
"vatShort": "VAT",
|
||||
"weight": "Waga: {{weight}} kg",
|
||||
"youSave": "Oszczędzasz: {{amount}}",
|
||||
"cheaperThanIndividual": "Tańsze niż kupowanie pojedynczo",
|
||||
"cheaperThanIndividual": "Tańsze niż zakup pojedynczy",
|
||||
"pickupPrice": "Cena odbioru: 19,90 € za sadzonkę.",
|
||||
"consistsOf": "Składa się z:",
|
||||
"loadingComponentDetails": "{{index}}. Ładowanie szczegółów komponentu...",
|
||||
"individualPriceTotal": "Łączna cena pojedyncza:",
|
||||
"setPrice": "Cena zestawu:",
|
||||
"yourSavings": "Twoje oszczędności:",
|
||||
"similarProducts": "Podobne produkty",
|
||||
"countDisplay": {
|
||||
"noProducts": "0 produktów",
|
||||
"oneProduct": "1 produkt",
|
||||
@@ -43,6 +44,6 @@ export default {
|
||||
"from3Products": "od 3 produktów",
|
||||
"from5Products": "od 5 produktów",
|
||||
"from7Products": "od 7 produktów",
|
||||
"moreProductsMoreSavings": "Im więcej produktów wybierzesz, tym więcej oszczędzasz!"
|
||||
"moreProductsMoreSavings": "Im więcej produktów wybierzesz, tym więcej zaoszczędzisz!"
|
||||
}
|
||||
};
|
||||
|
||||
@@ -15,7 +15,7 @@ export default {
|
||||
"inclVatFooter": "incl. {{vat}}% TVA,*",
|
||||
"availability": "Disponibilitate",
|
||||
"inStock": "în stoc",
|
||||
"comingSoon": "În curând disponibil",
|
||||
"comingSoon": "În curând",
|
||||
"deliveryTime": "Timp de livrare",
|
||||
"inclShort": "incl.",
|
||||
"vatShort": "TVA",
|
||||
@@ -24,10 +24,11 @@ export default {
|
||||
"cheaperThanIndividual": "Mai ieftin decât cumpărarea individuală",
|
||||
"pickupPrice": "Preț ridicare: 19,90 € per butaș.",
|
||||
"consistsOf": "Constă din:",
|
||||
"loadingComponentDetails": "{{index}}. Se încarcă detalii componentă...",
|
||||
"individualPriceTotal": "Preț individual total:",
|
||||
"loadingComponentDetails": "{{index}}. Se încarcă detaliile componentelor...",
|
||||
"individualPriceTotal": "Preț total individual:",
|
||||
"setPrice": "Preț set:",
|
||||
"yourSavings": "Economiile dvs.:",
|
||||
"similarProducts": "Produse similare",
|
||||
"countDisplay": {
|
||||
"noProducts": "0 produse",
|
||||
"oneProduct": "1 produs",
|
||||
|
||||
@@ -28,21 +28,22 @@ export default {
|
||||
"individualPriceTotal": "Общая цена по отдельности:",
|
||||
"setPrice": "Цена набора:",
|
||||
"yourSavings": "Ваша экономия:",
|
||||
"similarProducts": "Похожие товары",
|
||||
"countDisplay": {
|
||||
"noProducts": "0 продуктов",
|
||||
"oneProduct": "1 продукт",
|
||||
"multipleProducts": "{{count}} продуктов",
|
||||
"filteredProducts": "{{filtered}} из {{total}} продуктов",
|
||||
"filteredOneProduct": "{{filtered}} из 1 продукта",
|
||||
"xOfYProducts": "{{x}} из {{y}} продуктов"
|
||||
"noProducts": "0 товаров",
|
||||
"oneProduct": "1 товар",
|
||||
"multipleProducts": "{{count}} товаров",
|
||||
"filteredProducts": "{{filtered}} из {{total}} товаров",
|
||||
"filteredOneProduct": "{{filtered}} из 1 товара",
|
||||
"xOfYProducts": "{{x}} из {{y}} товаров"
|
||||
},
|
||||
"removeFiltersToSee": "Уберите фильтры, чтобы увидеть продукты",
|
||||
"removeFiltersToSee": "Снимите фильтры, чтобы увидеть товары",
|
||||
"outOfStock": "Нет в наличии",
|
||||
"fromXProducts": "от {{count}} продуктов",
|
||||
"fromXProducts": "от {{count}} товаров",
|
||||
"discount": {
|
||||
"from3Products": "от 3 продуктов",
|
||||
"from5Products": "от 5 продуктов",
|
||||
"from7Products": "от 7 продуктов",
|
||||
"moreProductsMoreSavings": "Чем больше продуктов вы выберете, тем больше сэкономите!"
|
||||
"from3Products": "от 3 товаров",
|
||||
"from5Products": "от 5 товаров",
|
||||
"from7Products": "от 7 товаров",
|
||||
"moreProductsMoreSavings": "Чем больше товаров вы выбираете, тем больше экономите!"
|
||||
}
|
||||
};
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
export default {
|
||||
"loading": "Načítava sa produkt...",
|
||||
"loadingDescription": "Načítava sa popis produktu...",
|
||||
"loading": "Načítavam produkt...",
|
||||
"loadingDescription": "Načítavam popis produktu...",
|
||||
"notFound": "Produkt nenájdený",
|
||||
"notFoundDescription": "Produkt, ktorý hľadáte, neexistuje alebo bol odstránený.",
|
||||
"backToHome": "Späť na domovskú stránku",
|
||||
"error": "Chyba",
|
||||
"articleNumber": "Číslo produktu",
|
||||
"articleNumber": "Číslo článku",
|
||||
"manufacturer": "Výrobca",
|
||||
"inclVat": "vrátane {{vat}}% DPH",
|
||||
"priceUnit": "{{price}}/{{unit}}",
|
||||
@@ -24,10 +24,11 @@ export default {
|
||||
"cheaperThanIndividual": "Lacnejšie ako kúpa jednotlivých kusov",
|
||||
"pickupPrice": "Cena pri osobnom odbere: 19,90 € za odrezok.",
|
||||
"consistsOf": "Skladá sa z:",
|
||||
"loadingComponentDetails": "{{index}}. Načítavajú sa detaily komponentu...",
|
||||
"loadingComponentDetails": "{{index}}. Načítavam detaily komponentu...",
|
||||
"individualPriceTotal": "Celková cena jednotlivých kusov:",
|
||||
"setPrice": "Cena setu:",
|
||||
"yourSavings": "Vaša úspora:",
|
||||
"similarProducts": "Podobné produkty",
|
||||
"countDisplay": {
|
||||
"noProducts": "0 produktov",
|
||||
"oneProduct": "1 produkt",
|
||||
|
||||
@@ -28,6 +28,7 @@ export default {
|
||||
"individualPriceTotal": "Skupna cena posamezno:",
|
||||
"setPrice": "Cena kompleta:",
|
||||
"yourSavings": "Vaš prihranek:",
|
||||
"similarProducts": "Podobni izdelki",
|
||||
"countDisplay": {
|
||||
"noProducts": "0 izdelkov",
|
||||
"oneProduct": "1 izdelek",
|
||||
@@ -36,7 +37,7 @@ export default {
|
||||
"filteredOneProduct": "{{filtered}} od 1 izdelka",
|
||||
"xOfYProducts": "{{x}} od {{y}} izdelkov"
|
||||
},
|
||||
"removeFiltersToSee": "Odstranite filtre za ogled izdelkov",
|
||||
"removeFiltersToSee": "Odstranite filtre za prikaz izdelkov",
|
||||
"outOfStock": "Ni na zalogi",
|
||||
"fromXProducts": "od {{count}} izdelkov",
|
||||
"discount": {
|
||||
|
||||
@@ -28,6 +28,7 @@ export default {
|
||||
"individualPriceTotal": "Çmimi total individual:",
|
||||
"setPrice": "Çmimi i setit:",
|
||||
"yourSavings": "Kursimet tuaja:",
|
||||
"similarProducts": "Produkte të ngjashme",
|
||||
"countDisplay": {
|
||||
"noProducts": "0 produkte",
|
||||
"oneProduct": "1 produkt",
|
||||
|
||||
@@ -28,6 +28,7 @@ export default {
|
||||
"individualPriceTotal": "Ukupna pojedinačna cena:",
|
||||
"setPrice": "Cena kompleta:",
|
||||
"yourSavings": "Vaša ušteda:",
|
||||
"similarProducts": "Slični proizvodi",
|
||||
"countDisplay": {
|
||||
"noProducts": "0 proizvoda",
|
||||
"oneProduct": "1 proizvod",
|
||||
|
||||
@@ -21,13 +21,14 @@ export default {
|
||||
"vatShort": "Moms",
|
||||
"weight": "Vikt: {{weight}} kg",
|
||||
"youSave": "Du sparar: {{amount}}",
|
||||
"cheaperThanIndividual": "Billigare än att köpa individuellt",
|
||||
"cheaperThanIndividual": "Billigare än att köpa separat",
|
||||
"pickupPrice": "Avhämtningspris: 19,90 € per stickling.",
|
||||
"consistsOf": "Består av:",
|
||||
"loadingComponentDetails": "{{index}}. Laddar komponentdetaljer...",
|
||||
"individualPriceTotal": "Total individuellt pris:",
|
||||
"individualPriceTotal": "Total individuell pris:",
|
||||
"setPrice": "Setpris:",
|
||||
"yourSavings": "Din besparing:",
|
||||
"similarProducts": "Liknande produkter",
|
||||
"countDisplay": {
|
||||
"noProducts": "0 produkter",
|
||||
"oneProduct": "1 produkt",
|
||||
|
||||
@@ -22,12 +22,13 @@ export default {
|
||||
"weight": "Ağırlık: {{weight}} kg",
|
||||
"youSave": "Tasarruf edersiniz: {{amount}}",
|
||||
"cheaperThanIndividual": "Tek tek almaktan daha ucuz",
|
||||
"pickupPrice": "Teslim alma fiyatı: Her kesim için €19,90.",
|
||||
"pickupPrice": "Teslim alma fiyatı: Kesim başına 19,90 €.",
|
||||
"consistsOf": "Şunlardan oluşur:",
|
||||
"loadingComponentDetails": "{{index}}. Bileşen detayları yükleniyor...",
|
||||
"individualPriceTotal": "Toplam bireysel fiyat:",
|
||||
"setPrice": "Set fiyatı:",
|
||||
"yourSavings": "Tasarrufunuz:",
|
||||
"similarProducts": "Benzer Ürünler",
|
||||
"countDisplay": {
|
||||
"noProducts": "0 ürün",
|
||||
"oneProduct": "1 ürün",
|
||||
|
||||
@@ -3,7 +3,7 @@ export default {
|
||||
"loadingDescription": "Завантаження опису продукту...",
|
||||
"notFound": "Продукт не знайдено",
|
||||
"notFoundDescription": "Продукт, який ви шукаєте, не існує або був видалений.",
|
||||
"backToHome": "Назад на головну сторінку",
|
||||
"backToHome": "Повернутися на головну сторінку",
|
||||
"error": "Помилка",
|
||||
"articleNumber": "Номер артикула",
|
||||
"manufacturer": "Виробник",
|
||||
@@ -22,12 +22,13 @@ export default {
|
||||
"weight": "Вага: {{weight}} кг",
|
||||
"youSave": "Ви заощаджуєте: {{amount}}",
|
||||
"cheaperThanIndividual": "Дешевше, ніж купувати окремо",
|
||||
"pickupPrice": "Ціна за самовивіз: €19.90 за кожен живець.",
|
||||
"pickupPrice": "Ціна за самовивіз: €19.90 за живець.",
|
||||
"consistsOf": "Складається з:",
|
||||
"loadingComponentDetails": "{{index}}. Завантаження деталей компонента...",
|
||||
"individualPriceTotal": "Загальна ціна окремо:",
|
||||
"setPrice": "Ціна набору:",
|
||||
"setPrice": "Ціна комплекту:",
|
||||
"yourSavings": "Ваша економія:",
|
||||
"similarProducts": "Схожі продукти",
|
||||
"countDisplay": {
|
||||
"noProducts": "0 продуктів",
|
||||
"oneProduct": "1 продукт",
|
||||
|
||||
@@ -13,8 +13,8 @@ export default {
|
||||
"weeks": "周",
|
||||
"arriving": "到货时间:",
|
||||
"inclVatFooter": "含 {{vat}}% 增值税,*",
|
||||
"availability": "库存情况",
|
||||
"inStock": "有现货",
|
||||
"availability": "可用性",
|
||||
"inStock": "有库存",
|
||||
"comingSoon": "即将上市",
|
||||
"deliveryTime": "交货时间",
|
||||
"inclShort": "含",
|
||||
@@ -22,27 +22,28 @@ export default {
|
||||
"weight": "重量:{{weight}} 公斤",
|
||||
"youSave": "您节省了:{{amount}}",
|
||||
"cheaperThanIndividual": "比单独购买更便宜",
|
||||
"pickupPrice": "自提价:每个插枝 €19.90。",
|
||||
"pickupPrice": "自提价:每个插枝19.90欧元。",
|
||||
"consistsOf": "包含:",
|
||||
"loadingComponentDetails": "{{index}}. 正在加载组件详情...",
|
||||
"individualPriceTotal": "单件总价:",
|
||||
"setPrice": "套装价:",
|
||||
"setPrice": "套装价格:",
|
||||
"yourSavings": "您的节省:",
|
||||
"similarProducts": "类似产品",
|
||||
"countDisplay": {
|
||||
"noProducts": "0 件产品",
|
||||
"oneProduct": "1 件产品",
|
||||
"multipleProducts": "{{count}} 件产品",
|
||||
"filteredProducts": "{{filtered}} / 共 {{total}} 件产品",
|
||||
"filteredOneProduct": "{{filtered}} / 共 1 件产品",
|
||||
"xOfYProducts": "{{x}} / 共 {{y}} 件产品"
|
||||
"noProducts": "0 个产品",
|
||||
"oneProduct": "1 个产品",
|
||||
"multipleProducts": "{{count}} 个产品",
|
||||
"filteredProducts": "{{filtered}} 个,共 {{total}} 个产品",
|
||||
"filteredOneProduct": "{{filtered}} 个,共 1 个产品",
|
||||
"xOfYProducts": "{{x}} 个,共 {{y}} 个产品"
|
||||
},
|
||||
"removeFiltersToSee": "移除筛选条件以查看产品",
|
||||
"outOfStock": "缺货",
|
||||
"fromXProducts": "从 {{count}} 件产品起",
|
||||
"fromXProducts": "从 {{count}} 个产品开始",
|
||||
"discount": {
|
||||
"from3Products": "从 3 件产品起",
|
||||
"from5Products": "从 5 件产品起",
|
||||
"from7Products": "从 7 件产品起",
|
||||
"from3Products": "从 3 个产品开始",
|
||||
"from5Products": "从 5 个产品开始",
|
||||
"from7Products": "从 7 个产品开始",
|
||||
"moreProductsMoreSavings": "选择的产品越多,节省越多!"
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user