more translations
This commit is contained in:
@@ -19,5 +19,21 @@ export default {
|
||||
"actions": "Akcije",
|
||||
"viewDetails": "Pogledaj detalje"
|
||||
},
|
||||
"noOrders": "Još niste izvršili nijednu porudžbinu."
|
||||
"noOrders": "Još niste napravili nijednu porudžbinu.",
|
||||
"details": {
|
||||
"title": "Detalji porudžbine: {{orderId}}",
|
||||
"deliveryAddress": "Adresa za isporuku",
|
||||
"invoiceAddress": "Adresa za fakturu",
|
||||
"orderDetails": "Detalji porudžbine",
|
||||
"deliveryMethod": "Način isporuke:",
|
||||
"paymentMethod": "Način plaćanja:",
|
||||
"notSpecified": "Nije navedeno",
|
||||
"orderedItems": "Poručeni artikli",
|
||||
"item": "Artikal",
|
||||
"quantity": "Količina",
|
||||
"price": "Cena",
|
||||
"total": "Ukupno",
|
||||
"cancelOrder": "Otkaži porudžbinu"
|
||||
},
|
||||
"processing": "Porudžbina se obrađuje...",
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user