- Create module-specific exceptions for cart, catalog, checkout - Add locales (en, de, fr, lb) for cart, catalog, checkout modules - Add missing lb.json for existing module locales - Add noqa comments for legitimate MOD-004 violations (core services) - Fix validator to use correct lb.json locale code (was lu.json) - Add noqa support for MOD-004 rule in validator Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
43 lines
1.3 KiB
JSON
43 lines
1.3 KiB
JSON
{
|
|
"title": "Warenkorb",
|
|
"description": "Warenkorbverwaltung für Kunden",
|
|
"cart": {
|
|
"title": "Ihr Warenkorb",
|
|
"empty": "Ihr Warenkorb ist leer",
|
|
"empty_subtitle": "Fügen Sie Artikel hinzu, um einzukaufen",
|
|
"continue_shopping": "Weiter einkaufen",
|
|
"proceed_to_checkout": "Zur Kasse"
|
|
},
|
|
"item": {
|
|
"product": "Produkt",
|
|
"quantity": "Menge",
|
|
"price": "Preis",
|
|
"total": "Gesamt",
|
|
"remove": "Entfernen",
|
|
"update": "Aktualisieren"
|
|
},
|
|
"summary": {
|
|
"title": "Bestellübersicht",
|
|
"subtotal": "Zwischensumme",
|
|
"shipping": "Versand",
|
|
"estimated_shipping": "Wird an der Kasse berechnet",
|
|
"tax": "MwSt.",
|
|
"total": "Gesamtsumme"
|
|
},
|
|
"validation": {
|
|
"invalid_quantity": "Ungültige Menge",
|
|
"min_quantity": "Mindestmenge ist {min}",
|
|
"max_quantity": "Höchstmenge ist {max}",
|
|
"insufficient_inventory": "Nur {available} verfügbar"
|
|
},
|
|
"messages": {
|
|
"item_added": "Artikel zum Warenkorb hinzugefügt",
|
|
"item_updated": "Warenkorb aktualisiert",
|
|
"item_removed": "Artikel aus dem Warenkorb entfernt",
|
|
"cart_cleared": "Warenkorb geleert",
|
|
"product_not_available": "Produkt nicht verfügbar",
|
|
"error_adding": "Fehler beim Hinzufügen zum Warenkorb",
|
|
"error_updating": "Fehler beim Aktualisieren des Warenkorbs"
|
|
}
|
|
}
|