first commit
Some checks are pending
Deploy / Deploy to Production (push) Waiting to run

This commit is contained in:
isUnknown 2025-12-10 15:12:06 +01:00
commit a3620a1f5f
1042 changed files with 226722 additions and 0 deletions

39
site/languages/en.php Normal file
View file

@ -0,0 +1,39 @@
<?php
return [
'code' => 'en',
'default' => false,
'direction' => 'ltr',
'locale' => 'en_US',
'name' => 'English',
'url' => '/en',
'translations' => [
// General
'backToHome' => 'Back to home',
'backToShop' => 'Back to shop',
'supportText' => 'To support us, you&nbsp;can&nbsp;also',
'makeDonation' => 'make a donation',
'addToCart' => 'Add to cart',
// Blueprints - Home
'home.title' => 'Home',
'home.baseline.label' => 'Baseline',
'home.products.headline' => 'Products',
'home.settings.headline' => 'Settings',
// Blueprints - Product
'product.title' => 'Product',
'product.description.label' => 'Description',
'product.details.label' => 'Details',
'product.details.item.label' => 'Detail',
'product.price.label' => 'Price (€)',
'product.backgroundColor.label' => 'Background Color',
'product.stock.label' => 'Stock',
'product.stock.help' => 'Shared between FR and EN versions',
'product.snipcartId.label' => 'Snipcart ID',
'product.sizes.label' => 'Available Sizes',
'product.images.headline' => 'Product Images',
'product.meta.headline' => 'Metadata',
'product.tab.content' => 'Content',
]
];

39
site/languages/fr.php Normal file
View 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&nbsp;pouvez&nbsp;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',
]
];