This commit is contained in:
commit
a3620a1f5f
1042 changed files with 226722 additions and 0 deletions
39
site/languages/fr.php
Normal file
39
site/languages/fr.php
Normal file
|
|
@ -0,0 +1,39 @@
|
|||
<?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',
|
||||
'addToCart' => 'Ajouter au panier',
|
||||
|
||||
// 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',
|
||||
]
|
||||
];
|
||||
Loading…
Add table
Add a link
Reference in a new issue