This commit is contained in:
sebseb7
2025-07-16 10:12:06 +02:00
parent 4f5bc96c9b
commit a8c77e1107
203 changed files with 2392 additions and 2133 deletions

View File

@@ -1,23 +1,23 @@
export default {
"status": {
"new": "В процессе", // in Bearbeitung
"pending": "Новый", // Neu
"processing": "В процессе", // in Bearbeitung
"cancelled": "Отменён", // Storniert
"shipped": "Отправлен", // Verschickt
"delivered": "Доставлен", // Geliefert
"return": "Возврат", // Retoure
"partialReturn": "Частичный возврат", // Teil Retoure
"partialDelivered": "Частично доставлен" // Teil geliefert
"new": "В процессе",
"pending": "Новый",
"processing": "В процессе",
"cancelled": "Отменён",
"shipped": "Отправлен",
"delivered": "Доставлен",
"return": "Возврат",
"partialReturn": "Частичный возврат",
"partialDelivered": "Частично доставлен"
},
"table": {
"orderNumber": "Номер заказа", // Bestellnummer
"date": "Дата", // Datum
"status": "Статус", // Status
"items": "Товары", // Artikel
"total": "Итого", // Summe
"actions": "Действия", // Aktionen
"viewDetails": "Просмотреть детали" // Details anzeigen
"orderNumber": "Номер заказа",
"date": "Дата",
"status": "Статус",
"items": "Товары",
"total": "Итого",
"actions": "Действия",
"viewDetails": "Просмотреть детали"
},
"noOrders": "Вы ещё не сделали ни одного заказа." // Sie haben noch keine Bestellungen aufgegeben.
"noOrders": "Вы ещё не сделали ни одного заказа."
};