2025-12-10 15:12:06 +01:00
|
|
|
<?php
|
|
|
|
|
|
|
|
|
|
return [
|
|
|
|
|
'code' => 'fr',
|
|
|
|
|
'default' => true,
|
|
|
|
|
'direction' => 'ltr',
|
|
|
|
|
'locale' => 'fr_FR',
|
|
|
|
|
'name' => 'Français',
|
|
|
|
|
'url' => '/',
|
|
|
|
|
'translations' => [
|
|
|
|
|
// Général
|
|
|
|
|
'backToHome' => 'Retour à l\'accueil',
|
|
|
|
|
'backToShop' => 'Retour à la boutique',
|
|
|
|
|
'supportText' => 'Pour nous soutenir, vous pouvez aussi',
|
|
|
|
|
'makeDonation' => 'faire un don',
|
2026-01-14 12:02:55 +01:00
|
|
|
|
|
|
|
|
// Shop / Cart
|
2025-12-10 15:12:06 +01:00
|
|
|
'addToCart' => 'Ajouter au panier',
|
2026-01-14 12:02:55 +01:00
|
|
|
'cart' => 'Panier',
|
|
|
|
|
'cartEmpty' => 'Votre panier est vide',
|
|
|
|
|
'total' => 'Total',
|
|
|
|
|
'checkout' => 'Passer commande',
|
|
|
|
|
'remove' => 'Retirer',
|
|
|
|
|
'inStock' => 'En stock',
|
|
|
|
|
'outOfStock' => 'Rupture de stock',
|
|
|
|
|
'addingToCart' => 'Ajout en cours...',
|
|
|
|
|
'addedToCart' => 'Ajouté ! ✓',
|
|
|
|
|
'errorAddToCart' => 'Erreur - Réessayer',
|
|
|
|
|
'closeCart' => 'Fermer le panier',
|
2026-01-16 12:03:20 +01:00
|
|
|
'loading' => 'Chargement...',
|
|
|
|
|
'productNotFound' => 'Produit non trouvé',
|
|
|
|
|
'selectVariant' => 'Choisir',
|
2025-12-10 15:12:06 +01:00
|
|
|
|
|
|
|
|
// Blueprints - Home
|
|
|
|
|
'home.title' => 'Accueil',
|
|
|
|
|
'home.baseline.label' => 'Baseline',
|
|
|
|
|
'home.products.headline' => 'Produits',
|
|
|
|
|
'home.settings.headline' => 'Paramètres',
|
|
|
|
|
|
|
|
|
|
// Blueprints - Product
|
|
|
|
|
'product.title' => 'Produit',
|
|
|
|
|
'product.description.label' => 'Description',
|
|
|
|
|
'product.details.label' => 'Détails',
|
|
|
|
|
'product.details.item.label' => 'Détail',
|
|
|
|
|
'product.price.label' => 'Prix (€)',
|
|
|
|
|
'product.backgroundColor.label' => 'Couleur de fond',
|
|
|
|
|
'product.stock.label' => 'Stock',
|
|
|
|
|
'product.stock.help' => 'Partagé entre les versions FR et EN',
|
|
|
|
|
'product.snipcartId.label' => 'Identifiant Snipcart',
|
|
|
|
|
'product.sizes.label' => 'Tailles disponibles',
|
|
|
|
|
'product.images.headline' => 'Images du produit',
|
|
|
|
|
'product.meta.headline' => 'Métadonnées',
|
|
|
|
|
'product.tab.content' => 'Contenu',
|
|
|
|
|
]
|
|
|
|
|
];
|