translate
This commit is contained in:
23
src/i18n/locales/ru/orders.js
Normal file
23
src/i18n/locales/ru/orders.js
Normal file
@@ -0,0 +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
|
||||
},
|
||||
"table": {
|
||||
"orderNumber": "Номер заказа", // Bestellnummer
|
||||
"date": "Дата", // Datum
|
||||
"status": "Статус", // Status
|
||||
"items": "Товары", // Artikel
|
||||
"total": "Итого", // Summe
|
||||
"actions": "Действия", // Aktionen
|
||||
"viewDetails": "Просмотреть детали" // Details anzeigen
|
||||
},
|
||||
"noOrders": "Вы ещё не сделали ни одного заказа." // Sie haben noch keine Bestellungen aufgegeben.
|
||||
};
|
||||
Reference in New Issue
Block a user