Files
reactShop/src/i18n/locales/ru/product.js
sebseb7 97fd7ee484 feat: update legal document translations and remove obsolete files
- Added translations for legal documents related to consumer rights, battery disposal, and data protection across multiple languages.
- Removed outdated legal-agb.js and legal-datenschutz.js files to streamline the localization structure.
- Improved existing translations for clarity and consistency in legal terminology.
2025-08-05 19:34:11 +02:00

49 lines
2.3 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 {
"loading": "Загрузка продукта...",
"loadingDescription": "Загрузка описания продукта...",
"notFound": "Продукт не найден",
"notFoundDescription": "Искомый продукт не существует или был удалён.",
"backToHome": "Вернуться на главную страницу",
"error": "Ошибка",
"articleNumber": "Артикул",
"manufacturer": "Производитель",
"inclVat": "включая {{vat}}% НДС",
"priceUnit": "{{price}}/{{unit}}",
"new": "Новый",
"weeks": "недели",
"arriving": "Прибытие:",
"inclVatFooter": "включая {{vat}}% НДС,*",
"availability": "Наличие",
"inStock": "в наличии",
"comingSoon": "Скоро в продаже",
"deliveryTime": "Срок доставки",
"inclShort": "вкл.",
"vatShort": "НДС",
"weight": "Вес: {{weight}} кг",
"youSave": "Вы экономите: {{amount}}",
"cheaperThanIndividual": "Дешевле, чем покупать по отдельности",
"pickupPrice": "Цена при самовывозе: €19.90 за черенок.",
"consistsOf": "Состоит из:",
"loadingComponentDetails": "{{index}}. Загрузка деталей компонента...",
"individualPriceTotal": "Общая цена по отдельности:",
"setPrice": "Цена набора:",
"yourSavings": "Ваша экономия:",
"countDisplay": {
"noProducts": "0 продуктов",
"oneProduct": "1 продукт",
"multipleProducts": "{{count}} продуктов",
"filteredProducts": "{{filtered}} из {{total}} продуктов",
"filteredOneProduct": "{{filtered}} из 1 продукта",
"xOfYProducts": "{{x}} из {{y}} продуктов"
},
"removeFiltersToSee": "Уберите фильтры, чтобы увидеть продукты",
"outOfStock": "Нет в наличии",
"fromXProducts": "от {{count}} продуктов",
"discount": {
"from3Products": "от 3 продуктов",
"from5Products": "от 5 продуктов",
"from7Products": "от 7 продуктов",
"moreProductsMoreSavings": "Чем больше продуктов вы выберете, тем больше сэкономите!"
}
};