more translations
This commit is contained in:
@@ -19,5 +19,21 @@ export default {
|
||||
"actions": "Actions", // Aktionen
|
||||
"viewDetails": "View details" // Details anzeigen
|
||||
},
|
||||
"noOrders": "You have not placed any orders yet." // Sie haben noch keine Bestellungen aufgegeben.
|
||||
"noOrders": "You have not placed any orders yet.", // Sie haben noch keine Bestellungen aufgegeben.
|
||||
"details": {
|
||||
"title": "Order details: {{orderId}}", // Bestelldetails: {{orderId}}
|
||||
"deliveryAddress": "Delivery address", // Lieferadresse
|
||||
"invoiceAddress": "Invoice address", // Rechnungsadresse
|
||||
"orderDetails": "Order details", // Bestelldetails
|
||||
"deliveryMethod": "Delivery method:", // Lieferart:
|
||||
"paymentMethod": "Payment method:", // Zahlungsart:
|
||||
"notSpecified": "Not specified", // Nicht angegeben
|
||||
"orderedItems": "Ordered items", // Bestellte Artikel
|
||||
"item": "Item", // Artikel
|
||||
"quantity": "Quantity", // Menge
|
||||
"price": "Price", // Preis
|
||||
"total": "Total", // Gesamt
|
||||
"cancelOrder": "Cancel order" // Bestellung stornieren
|
||||
},
|
||||
"processing": "Order is being completed...", // Bestellung wird abgeschlossen...
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user