upd
This commit is contained in:
@@ -1,23 +1,23 @@
|
||||
export default {
|
||||
"status": {
|
||||
"new": "En cours", // in Bearbeitung
|
||||
"pending": "Nouveau", // Neu
|
||||
"processing": "En cours", // in Bearbeitung
|
||||
"cancelled": "Annulé", // Storniert
|
||||
"shipped": "Expédié", // Verschickt
|
||||
"delivered": "Livré", // Geliefert
|
||||
"return": "Retour", // Retoure
|
||||
"partialReturn": "Retour partiel", // Teil Retoure
|
||||
"partialDelivered": "Partiellement livré" // Teil geliefert
|
||||
"new": "En cours",
|
||||
"pending": "Nouveau",
|
||||
"processing": "En cours",
|
||||
"cancelled": "Annulé",
|
||||
"shipped": "Expédié",
|
||||
"delivered": "Livré",
|
||||
"return": "Retour",
|
||||
"partialReturn": "Retour partiel",
|
||||
"partialDelivered": "Partiellement livré"
|
||||
},
|
||||
"table": {
|
||||
"orderNumber": "Numéro de commande", // Bestellnummer
|
||||
"date": "Date", // Datum
|
||||
"status": "Statut", // Status
|
||||
"items": "Articles", // Artikel
|
||||
"total": "Total", // Summe
|
||||
"actions": "Actions", // Aktionen
|
||||
"viewDetails": "Voir les détails" // Details anzeigen
|
||||
"orderNumber": "Numéro de commande",
|
||||
"date": "Date",
|
||||
"status": "Statut",
|
||||
"items": "Articles",
|
||||
"total": "Total",
|
||||
"actions": "Actions",
|
||||
"viewDetails": "Voir les détails"
|
||||
},
|
||||
"noOrders": "Vous n'avez encore passé aucune commande." // Sie haben noch keine Bestellungen aufgegeben.
|
||||
"noOrders": "Vous n'avez encore passé aucune commande."
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user