more translations
This commit is contained in:
@@ -1,23 +1,39 @@
|
||||
export default {
|
||||
"status": {
|
||||
"new": "În curs",
|
||||
"pending": "Nou",
|
||||
"processing": "În curs",
|
||||
"cancelled": "Anulat",
|
||||
"shipped": "Expediat",
|
||||
"delivered": "Livrat",
|
||||
"return": "Returnare",
|
||||
"partialReturn": "Returnare parțială",
|
||||
"partialDelivered": "Livrat parțial"
|
||||
"new": "În curs",
|
||||
"pending": "Nou",
|
||||
"processing": "În curs",
|
||||
"cancelled": "Anulat",
|
||||
"shipped": "Expediat",
|
||||
"delivered": "Livrat",
|
||||
"return": "Returnare",
|
||||
"partialReturn": "Returnare parțială",
|
||||
"partialDelivered": "Livrat parțial"
|
||||
},
|
||||
"table": {
|
||||
"orderNumber": "Număr comandă",
|
||||
"date": "Data",
|
||||
"status": "Status",
|
||||
"items": "Articole",
|
||||
"total": "Total",
|
||||
"actions": "Acțiuni",
|
||||
"viewDetails": "Vezi detalii"
|
||||
"orderNumber": "Număr comandă",
|
||||
"date": "Data",
|
||||
"status": "Status",
|
||||
"items": "Articole",
|
||||
"total": "Total",
|
||||
"actions": "Acțiuni",
|
||||
"viewDetails": "Vezi detalii"
|
||||
},
|
||||
"noOrders": "Nu ați plasat încă nicio comandă."
|
||||
"noOrders": "Nu ați plasat încă nicio comandă.",
|
||||
"details": {
|
||||
"title": "Detalii comandă: {{orderId}}",
|
||||
"deliveryAddress": "Adresa de livrare",
|
||||
"invoiceAddress": "Adresa de facturare",
|
||||
"orderDetails": "Detalii comandă",
|
||||
"deliveryMethod": "Metoda de livrare:",
|
||||
"paymentMethod": "Metoda de plată:",
|
||||
"notSpecified": "Nespecificat",
|
||||
"orderedItems": "Articole comandate",
|
||||
"item": "Articol",
|
||||
"quantity": "Cantitate",
|
||||
"price": "Preț",
|
||||
"total": "Total",
|
||||
"cancelOrder": "Anulează comanda"
|
||||
},
|
||||
"processing": "Comanda este în curs de finalizare...",
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user