more translations

This commit is contained in:
sebseb7
2025-07-16 11:31:48 +02:00
parent 65611865c8
commit a7cfbce072
102 changed files with 1492 additions and 413 deletions

View File

@@ -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...
};