-
Notifications
You must be signed in to change notification settings - Fork 378
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
151 changed files
with
2,418 additions
and
727 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
root = true | ||
|
||
[*] | ||
charset = utf-8 | ||
end_of_line = lf | ||
insert_final_newline = true | ||
indent_size = 4 | ||
indent_style = space | ||
trim_trailing_whitespace = true | ||
|
||
[*.md] | ||
trim_trailing_whitespace = false | ||
|
||
[*.{yml,yaml}] | ||
indent_size = 2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
* text=auto eol=lf | ||
|
||
*.blade.php diff=html | ||
*.css diff=css | ||
*.html diff=html | ||
*.md diff=markdown | ||
*.php diff=php | ||
|
||
/.github export-ignore | ||
/docs export-ignore | ||
/packages/**/tests export-ignore | ||
/utils/**/tests export-ignore | ||
/.editorconfig export-ignore | ||
/.gitattributes export-ignore | ||
/.gitignore export-ignore | ||
/monorepo-builder.php export-ignore | ||
/phpstan.neon.dist export-ignore | ||
/phpunit.xml export-ignore | ||
/pint.json export-ignore |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,15 @@ | ||
/vendor/ | ||
composer.lock | ||
/vendor | ||
.phpunit.result.cache | ||
/.DS_Store | ||
/.fleet | ||
/.idea | ||
/.nova | ||
/.phpunit.cache | ||
/.vscode | ||
node_modules/ | ||
yarn.lock | ||
/node_modules | ||
/vendor | ||
|
||
.phpunit.result.cache | ||
composer.lock | ||
package-lock.json | ||
.DS_Store | ||
.nova | ||
phpstan.neon | ||
Thumbs.db | ||
yarn.lock |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
{ | ||
"type": "module", | ||
"devDependencies": { | ||
"vitepress": "^1.0.0-rc.31" | ||
}, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
* text=auto eol=lf | ||
|
||
/.github export-ignore | ||
/tests export-ignore | ||
/.gitattributes export-ignore | ||
/.gitignore export-ignore | ||
/phpunit.xml export-ignore |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
<?php | ||
|
||
return [ | ||
'title' => 'Compte', | ||
'save_btn' => 'Enregistrer', | ||
'avatar_notice' => 'Votre avatar est généré à l\'aide de Gravatar via votre adresse email.', | ||
'view-profile' => 'Voir mon profil', | ||
'update_password' => 'Modifier mon mot de passe', | ||
'logout' => 'Déconnexion', | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
<?php | ||
|
||
return [ | ||
/** | ||
* Collections. | ||
*/ | ||
'permissions.catalogue.collections.name' => 'Collections', | ||
'permissions.catalogue.collections.description' => 'Autoriser le membre du personnel à modifier les collections et leurs groupes.', | ||
'permissions.settings.name' => 'Paramètres', | ||
'permissions.settings.description' => 'Donne accès à la zone des paramètres du hub.', | ||
'permissions.settings.core.name' => 'Paramètres de base', | ||
'permissions.settings.core.description' => 'Accédez aux paramètres fondamentaux de la boutique, tels que les chaînes, les langues, les devises, etc.', | ||
'permissions.settings.staff.name' => 'Gérer le personnel', | ||
'permissions.settings.staff.description' => 'Autoriser le membre du personnel à gérer les autres membres du personnel.', | ||
'permissions.settings.attributes.name' => 'Gérer les attributs', | ||
'permissions.settings.attributes.description' => 'Autoriser le membre du personnel à gérer les attributs.', | ||
'permissions.catalogue.products.name' => 'Gérer les produits', | ||
'permissions.catalogue.products.description' => 'Autoriser le membre du personnel à gérer les produits.', | ||
'permissions.catalogue.orders.name' => 'Gérer les commandes', | ||
'permissions.catalogue.orders.description' => 'Autoriser le membre du personnel à gérer les commandes.', | ||
'permissions.catalogue.customers.name' => 'Gérer les clients', | ||
'permissions.catalogue.customers.description' => 'Autoriser le membre du personnel à gérer les clients.', | ||
'permissions.discounts.name' => 'Gérer les remises', | ||
'permissions.discounts.description' => 'Autoriser le membre du personnel à gérer les remises.', | ||
/** | ||
* Reset password. | ||
*/ | ||
'reset-password.title' => 'Réinitialiser le mot de passe', | ||
'reset-your-password' => 'Réinitialiser votre mot de passe', | ||
'reset-password.invalid' => 'Cette page n\'est plus valide.', | ||
'reset-password.back_link' => 'Retour connexion', | ||
'reset-password.send_btn' => 'Envoyer un e-mail de réinitialisation', | ||
'reset-password.update_btn' => 'Mettre à jour le mot de passe et l\'identifiant', | ||
'forgot-password.message' => 'Mot de passe oublié ?', | ||
'forgot-password.remember' => 'Se souvenir de votre mot de passe ?', | ||
'forgot-password.link' => 'Réinitialiser le mot de passe', | ||
'follow-link.reset' => 'Veuillez suivre ce lien pour réinitialiser votre mot de passe :', | ||
'click-here.reset' => 'Cliquez ici pour réinitialiser', | ||
'reset-link.not_working' => 'Le lien ne fonctionne pas ? Copiez ceci dans votre navigateur', | ||
/** | ||
* Login. | ||
*/ | ||
'sign-in.btn' => 'Se connecter', | ||
'welcome' => 'Bienvenue :name', | ||
'prompt' => 'Connectez-vous pour administrer votre boutique e-commerce.', | ||
]; |
Oops, something went wrong.