translate
This commit is contained in:
23
src/i18n/locales/sk/orders.js
Normal file
23
src/i18n/locales/sk/orders.js
Normal file
@@ -0,0 +1,23 @@
|
||||
export default {
|
||||
"status": {
|
||||
"new": "Prebieha", // in Bearbeitung
|
||||
"pending": "Nové", // Neu
|
||||
"processing": "Prebieha", // in Bearbeitung
|
||||
"cancelled": "Zrušené", // Storniert
|
||||
"shipped": "Odoslané", // Verschickt
|
||||
"delivered": "Doručené", // Geliefert
|
||||
"return": "Vrátenie", // Retoure
|
||||
"partialReturn": "Čiastočné vrátenie", // Teil Retoure
|
||||
"partialDelivered": "Čiastočne doručené" // Teil geliefert
|
||||
},
|
||||
"table": {
|
||||
"orderNumber": "Číslo objednávky", // Bestellnummer
|
||||
"date": "Dátum", // Datum
|
||||
"status": "Stav", // Status
|
||||
"items": "Položky", // Artikel
|
||||
"total": "Celkom", // Summe
|
||||
"actions": "Akcie", // Aktionen
|
||||
"viewDetails": "Zobraziť detaily" // Details anzeigen
|
||||
},
|
||||
"noOrders": "Ešte ste neuskutočnili žiadne objednávky." // Sie haben noch keine Bestellungen aufgegeben.
|
||||
};
|
||||
Reference in New Issue
Block a user