translate
This commit is contained in:
23
src/i18n/locales/it/orders.js
Normal file
23
src/i18n/locales/it/orders.js
Normal file
@@ -0,0 +1,23 @@
|
||||
export default {
|
||||
"status": {
|
||||
"new": "In lavorazione", // in Bearbeitung
|
||||
"pending": "Nuovo", // Neu
|
||||
"processing": "In lavorazione", // in Bearbeitung
|
||||
"cancelled": "Annullato", // Storniert
|
||||
"shipped": "Spedito", // Verschickt
|
||||
"delivered": "Consegnato", // Geliefert
|
||||
"return": "Reso", // Retoure
|
||||
"partialReturn": "Reso parziale", // Teil Retoure
|
||||
"partialDelivered": "Parzialmente consegnato" // Teil geliefert
|
||||
},
|
||||
"table": {
|
||||
"orderNumber": "Numero ordine", // Bestellnummer
|
||||
"date": "Data", // Datum
|
||||
"status": "Stato", // Status
|
||||
"items": "Articoli", // Artikel
|
||||
"total": "Totale", // Summe
|
||||
"actions": "Azioni", // Aktionen
|
||||
"viewDetails": "Visualizza dettagli" // Details anzeigen
|
||||
},
|
||||
"noOrders": "Non hai ancora effettuato ordini." // Sie haben noch keine Bestellungen aufgegeben.
|
||||
};
|
||||
Reference in New Issue
Block a user