- 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": "Panier",
|
|
"description": "Gestion du panier pour les clients",
|
|
"cart": {
|
|
"title": "Votre panier",
|
|
"empty": "Votre panier est vide",
|
|
"empty_subtitle": "Ajoutez des articles pour commencer vos achats",
|
|
"continue_shopping": "Continuer mes achats",
|
|
"proceed_to_checkout": "Passer à la caisse"
|
|
},
|
|
"item": {
|
|
"product": "Produit",
|
|
"quantity": "Quantité",
|
|
"price": "Prix",
|
|
"total": "Total",
|
|
"remove": "Supprimer",
|
|
"update": "Mettre à jour"
|
|
},
|
|
"summary": {
|
|
"title": "Récapitulatif de commande",
|
|
"subtotal": "Sous-total",
|
|
"shipping": "Livraison",
|
|
"estimated_shipping": "Calculé à la caisse",
|
|
"tax": "TVA",
|
|
"total": "Total"
|
|
},
|
|
"validation": {
|
|
"invalid_quantity": "Quantité invalide",
|
|
"min_quantity": "Quantité minimum: {min}",
|
|
"max_quantity": "Quantité maximum: {max}",
|
|
"insufficient_inventory": "Seulement {available} disponible(s)"
|
|
},
|
|
"messages": {
|
|
"item_added": "Article ajouté au panier",
|
|
"item_updated": "Panier mis à jour",
|
|
"item_removed": "Article supprimé du panier",
|
|
"cart_cleared": "Panier vidé",
|
|
"product_not_available": "Produit non disponible",
|
|
"error_adding": "Erreur lors de l'ajout au panier",
|
|
"error_updating": "Erreur lors de la mise à jour du panier"
|
|
}
|
|
}
|