translate
This commit is contained in:
23
src/i18n/locales/es/orders.js
Normal file
23
src/i18n/locales/es/orders.js
Normal file
@@ -0,0 +1,23 @@
|
||||
export default {
|
||||
"status": {
|
||||
"new": "En progreso", // in Bearbeitung
|
||||
"pending": "Nuevo", // Neu
|
||||
"processing": "En progreso", // in Bearbeitung
|
||||
"cancelled": "Cancelado", // Storniert
|
||||
"shipped": "Enviado", // Verschickt
|
||||
"delivered": "Entregado", // Geliefert
|
||||
"return": "Devolución", // Retoure
|
||||
"partialReturn": "Devolución parcial", // Teil Retoure
|
||||
"partialDelivered": "Entregado parcialmente" // Teil geliefert
|
||||
},
|
||||
"table": {
|
||||
"orderNumber": "Número de pedido", // Bestellnummer
|
||||
"date": "Fecha", // Datum
|
||||
"status": "Estado", // Status
|
||||
"items": "Artículos", // Artikel
|
||||
"total": "Total", // Summe
|
||||
"actions": "Acciones", // Aktionen
|
||||
"viewDetails": "Ver detalles" // Details anzeigen
|
||||
},
|
||||
"noOrders": "Aún no has realizado ningún pedido." // Sie haben noch keine Bestellungen aufgegeben.
|
||||
};
|
||||
Reference in New Issue
Block a user