Files
reactShop/src/i18n/locales/bg/delivery.js
sebseb7 277edea15e feat(SEO): enhance product and category JSON-LD with shipping and return policy details
- Added merchant return policy and shipping details to the JSON-LD for both product and category schemas.
- Updated delivery method price to reflect the new shipping rate of 5.90 €.
- Improved localization files to include loading messages for products and updated various translations for consistency.
2025-11-18 08:18:51 +01:00

36 lines
1.7 KiB
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

export default {
"methods": {
"dhl": "DHL",
"dpd": "DPD",
"sperrgut": "Обемни стоки",
"sperrgutName": "Обемни стоки",
"pickup": "Вземане от магазина"
},
"descriptions": {
"standard": "Стандартна доставка",
"standardFree": "Стандартна доставка - БЕЗПЛАТНО при поръчка над 100€!",
"notAvailable": "Не може да се избере, защото един или повече артикули могат да се вземат само на място",
"bulky": "За големи и тежки артикули",
"pickupOnly": "Само вземане на място"
},
"prices": {
"free": "безплатно",
"freeFrom100": "(безплатно от 100€)",
"dhl": "5.90 €",
"dpd": "4.90 €",
"sperrgut": "28.99 €"
},
"times": {
"cutting14Days": "Срок на доставка: 14 дни",
"standard2to3Days": "Срок на доставка: 2-3 дни",
"supplier7to9Days": "Срок на доставка: 7-9 дни"
},
"selector": {
"title": "Изберете метод на доставка",
"freeShippingInfo": "💡 Безплатна доставка при поръчка над 100€!",
"remainingForFree": "Добавете още {{amount}}€ за безплатна доставка.",
"congratsFreeShipping": "🎉 Поздравления! Получавате безплатна доставка!",
"cartQualifiesFree": "Вашата количка на стойност {{amount}}€ отговаря на условията за безплатна доставка."
}
};