Files
reactShop/src/i18n/locales/bg/orders.js
2025-07-16 11:31:48 +02:00

40 lines
1.5 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 {
"status": {
"new": "В процес",
"pending": "Нова",
"processing": "В процес",
"cancelled": "Отменена",
"shipped": "Изпратена",
"delivered": "Доставена",
"return": "Връщане",
"partialReturn": "Частично връщане",
"partialDelivered": "Частично доставена"
},
"table": {
"orderNumber": "Номер на поръчка",
"date": "Дата",
"status": "Статус",
"items": "Артикули",
"total": "Общо",
"actions": "Действия",
"viewDetails": "Виж подробности"
},
"noOrders": "Все още не сте направили поръчки.",
"details": {
"title": "Подробности за поръчка: {{orderId}}",
"deliveryAddress": "Адрес за доставка",
"invoiceAddress": "Адрес за фактура",
"orderDetails": "Подробности за поръчката",
"deliveryMethod": "Начин на доставка:",
"paymentMethod": "Начин на плащане:",
"notSpecified": "Не е посочено",
"orderedItems": "Поръчани артикули",
"item": "Артикул",
"quantity": "Количество",
"price": "Цена",
"total": "Общо",
"cancelOrder": "Отмени поръчката"
},
"processing": "Поръчката се обработва...",
};