-
Notifications
You must be signed in to change notification settings - Fork 388
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
1 parent
b877dac
commit b417fbb
Showing
30 changed files
with
2,137 additions
and
0 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,45 @@ | ||
<?php | ||
|
||
return [ | ||
'collections' => [ | ||
'create_root' => [ | ||
'label' => 'Créer une collection racine', | ||
], | ||
'create_child' => [ | ||
'label' => 'Créer une collection enfant', | ||
], | ||
'move' => [ | ||
'label' => 'Déplacer une collection', | ||
], | ||
'delete' => [ | ||
'label' => 'Supprimer', | ||
], | ||
], | ||
'orders' => [ | ||
'update_status' => [ | ||
'label' => 'Mettre à jour le statut', | ||
'wizard' => [ | ||
'step_one' => [ | ||
'label' => 'Statut', | ||
], | ||
'step_two' => [ | ||
'label' => 'Mailers & Notifications', | ||
'no_mailers' => 'Il n\'y a pas de mailers disponibles pour ce statut.', | ||
], | ||
'step_three' => [ | ||
'label' => 'Prévisualisation et Enregistrement', | ||
'no_mailers' => 'Aucun mailer n\'a été choisi pour la prévisualisation.', | ||
], | ||
], | ||
'notification' => [ | ||
'label' => 'Mise à jour de l\'état de commande', | ||
], | ||
'billing_email' => [ | ||
'label' => 'Adresse email facture', | ||
], | ||
'shipping_email' => [ | ||
'label' => 'Adresse email expédition', | ||
], | ||
], | ||
], | ||
]; |
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,24 @@ | ||
<?php | ||
|
||
return [ | ||
'label' => 'Activité', | ||
'plural_label' => 'Activités', | ||
'table' => [ | ||
'sujet' => 'Sujet', | ||
'description' => 'Description', | ||
'journal' => 'Journal', | ||
'enregistre_le' => 'Enregistré le', | ||
'evenement' => 'Évenement', | ||
'enregistre_par' => 'Enregistré par', | ||
'enregistre_jusque' => 'Jusqu\'à', | ||
], | ||
'form' => [ | ||
'type_causeur' => 'Type d\'auteur', | ||
'id_causeur' => 'Id d\'auteur', | ||
'type_sujet' => 'Type de sujet', | ||
'id_sujet' => 'Id de sujet', | ||
'description' => 'Description', | ||
'attributes' => 'Attributs', | ||
'ancien' => 'Ancien', | ||
], | ||
]; |
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,88 @@ | ||
<?php | ||
|
||
return [ | ||
'label' => 'Adresse', | ||
'plural_label' => 'Adresses', | ||
'table' => [ | ||
'title' => [ | ||
'label' => 'Intitulé', | ||
], | ||
'first_name' => [ | ||
'label' => 'Prénom', | ||
], | ||
'last_name' => [ | ||
'label' => 'Nom de famille', | ||
], | ||
'company_name' => [ | ||
'label' => 'Nom de l\'entreprise', | ||
], | ||
'line_one' => [ | ||
'label' => 'Adresse', | ||
], | ||
'line_two' => [ | ||
'label' => 'Ligne deux', | ||
], | ||
'line_three' => [ | ||
'label' => 'Ligne trois', | ||
], | ||
'city' => [ | ||
'label' => 'Ville', | ||
], | ||
'country_id' => [ | ||
'label' => 'Pays', | ||
], | ||
'state' => [ | ||
'label' => 'État', | ||
], | ||
'postcode' => [ | ||
'label' => 'Code postal', | ||
], | ||
'contact_email' => [ | ||
'label' => 'Courrier électronique de contact', | ||
], | ||
'contact_phone' => [ | ||
'label' => 'Téléphone de contact', | ||
], | ||
], | ||
'form' => [ | ||
'title' => [ | ||
'label' => 'Intitulé', | ||
], | ||
'first_name' => [ | ||
'label' => 'Prénom', | ||
], | ||
'last_name' => [ | ||
'label' => 'Nom de famille', | ||
], | ||
'company_name' => [ | ||
'label' => 'Nom de l\'entreprise', | ||
], | ||
'line_one' => [ | ||
'label' => 'Adresse', | ||
], | ||
'line_two' => [ | ||
'label' => 'Ligne deux', | ||
], | ||
'line_three' => [ | ||
'label' => 'Ligne trois', | ||
], | ||
'city' => [ | ||
'label' => 'Ville', | ||
], | ||
'country_id' => [ | ||
'label' => 'Pays', | ||
], | ||
'state' => [ | ||
'label' => 'État', | ||
], | ||
'postcode' => [ | ||
'label' => 'Code postal', | ||
], | ||
'contact_email' => [ | ||
'label' => 'Courrier électronique de contact', | ||
], | ||
'contact_phone' => [ | ||
'label' => 'Téléphone de contact', | ||
], | ||
], | ||
]; |
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,50 @@ | ||
<?php | ||
|
||
return [ | ||
'label' => 'Attribut', | ||
'plural_label' => 'Attributs', | ||
'table' => [ | ||
'name' => [ | ||
'label' => 'Nom', | ||
], | ||
'description' => [ | ||
'label' => 'Description', | ||
], | ||
'handle' => [ | ||
'label' => 'Référence', | ||
], | ||
'type' => [ | ||
'label' => 'Type', | ||
], | ||
], | ||
'form' => [ | ||
'attributable_type' => [ | ||
'label' => 'Type', | ||
], | ||
'name' => [ | ||
'label' => 'Nom', | ||
'helper' => 'Texte d\'aide affiché en dessous de l\'entrée', | ||
], | ||
'description' => [ | ||
'label' => 'Description', | ||
], | ||
'handle' => [ | ||
'label' => 'Référence', | ||
], | ||
'searchable' => [ | ||
'label' => 'Recherchable', | ||
], | ||
'filterable' => [ | ||
'label' => 'Filtreable', | ||
], | ||
'required' => [ | ||
'label' => 'Obligatoire', | ||
], | ||
'type' => [ | ||
'label' => 'Type', | ||
], | ||
'validation_rules' => [ | ||
'label' => 'Règles de validation', | ||
], | ||
], | ||
]; |
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,41 @@ | ||
<?php | ||
|
||
return [ | ||
'label' => 'Groupe d\'attributs', | ||
'plural_label' => 'Groupes de attributs', | ||
'table' => [ | ||
'attributable_type' => [ | ||
'label' => 'Type', | ||
], | ||
'name' => [ | ||
'label' => 'Nom', | ||
], | ||
'handle' => [ | ||
'label' => 'Identifiant', | ||
], | ||
'position' => [ | ||
'label' => 'Position', | ||
], | ||
], | ||
'form' => [ | ||
'attributable_type' => [ | ||
'label' => 'Type', | ||
], | ||
'name' => [ | ||
'label' => 'Nom', | ||
], | ||
'handle' => [ | ||
'label' => 'Identifiant', | ||
], | ||
'position' => [ | ||
'label' => 'Position', | ||
], | ||
], | ||
'action' => [ | ||
'delete' => [ | ||
'notification' => [ | ||
'error_protected' => 'Ce groupe d\'attributs ne peut pas être supprimé car il y a des attributs associés.', | ||
], | ||
], | ||
], | ||
]; |
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,26 @@ | ||
<?php | ||
|
||
return [ | ||
'roles.admin.label' => 'Admin', | ||
'roles.admin.description' => 'Administrateur avec accès complet', | ||
'roles.staff.label' => 'Personnel', | ||
'roles.staff.description' => 'Personnel avec accès fondamental', | ||
'permissions.settings.label' => 'Réglementations', | ||
'permissions.settings.description' => 'Donne accès à la zone de réglementation du hub', | ||
'permissions.settings:core.label' => 'Réglages de base', | ||
'permissions.settings:core.description' => 'Accès aux réglages fondamentaux de la boutique, tels que les canaux, les langues, les devises, etc.', | ||
'permissions.settings:manage-staff.label' => 'Gérer le personnel', | ||
'permissions.settings:manage-staff.description' => 'Autorisez le membre du personnel à éditer les autres membres du personnel', | ||
'permissions.settings:manage-attributes.label' => 'Gérer les attributs', | ||
'permissions.settings:manage-attributes.description' => 'Autorisez le membre du personnel à éditer et créer des attributs supplémentaires', | ||
'permissions.catalog:manage-products.label' => 'Gérer les produits', | ||
'permissions.catalog:manage-products.description' => 'Autorisez le membre du personnel à éditer les produits, types de produits et marques', | ||
'permissions.catalog:manage-collections.label' => 'Gérer les collections', | ||
'permissions.catalog:manage-collections.description' => 'Autorisez le membre du personnel à éditer les collections et leurs groupes', | ||
'permissions.sales:manage-orders.label' => 'Gérer les commandes', | ||
'permissions.sales:manage-orders.description' => 'Autorisez le membre du personnel à gérer les commandes', | ||
'permissions.sales:manage-customers.label' => 'Gérer les clients', | ||
'permissions.sales:manage-customers.description' => 'Autorisez le membre du personnel à gérer les clients', | ||
'permissions.sales:manage-discounts.label' => 'Gérer les réductions', | ||
'permissions.sales:manage-discounts.description' => 'Autorisez le membre du personnel à gérer les réductions', | ||
]; |
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,26 @@ | ||
<?php | ||
|
||
return [ | ||
'label' => 'Marque', | ||
'plural_label' => 'Marques', | ||
'table' => [ | ||
'name' => [ | ||
'label' => 'Nom', | ||
], | ||
'products_count' => [ | ||
'label' => 'Nb Produits', | ||
], | ||
], | ||
'form' => [ | ||
'name' => [ | ||
'label' => 'Nom', | ||
], | ||
], | ||
'action' => [ | ||
'delete' => [ | ||
'notification' => [ | ||
'error_protected' => 'Cette marque ne pouvant être supprimée car il y a des produits associés.', | ||
], | ||
], | ||
], | ||
]; |
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,34 @@ | ||
<?php | ||
|
||
return [ | ||
'label' => 'Canal', | ||
'plural_label' => 'Canaux', | ||
'table' => [ | ||
'name' => [ | ||
'label' => 'Nom', | ||
], | ||
'handle' => [ | ||
'label' => 'Identifiant', | ||
], | ||
'url' => [ | ||
'label' => 'URL', | ||
], | ||
'default' => [ | ||
'label' => 'Par défaut', | ||
], | ||
], | ||
'form' => [ | ||
'name' => [ | ||
'label' => 'Nom', | ||
], | ||
'handle' => [ | ||
'label' => 'Identifiant', | ||
], | ||
'url' => [ | ||
'label' => 'URL', | ||
], | ||
'default' => [ | ||
'label' => 'Par défaut', | ||
], | ||
], | ||
]; |
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,43 @@ | ||
<?php | ||
|
||
return [ | ||
'label' => 'Collection', | ||
'plural_label' => 'Collections', | ||
'form' => [ | ||
'name' => [ | ||
'label' => 'Nom', | ||
], | ||
], | ||
'pages' => [ | ||
'children' => [ | ||
'label' => 'Collections enfants', | ||
'actions' => [ | ||
'create_child' => [ | ||
'label' => 'Créer une collection enfant', | ||
], | ||
], | ||
'table' => [ | ||
'children_count' => [ | ||
'label' => 'Nombre d\'enfants', | ||
], | ||
'name' => [ | ||
'label' => 'Nom', | ||
], | ||
], | ||
], | ||
'edit' => [ | ||
'label' => 'Informations de base', | ||
], | ||
'media' => [ | ||
'label' => 'Médias', | ||
], | ||
'products' => [ | ||
'label' => 'Produits', | ||
'actions' => [ | ||
'attach' => [ | ||
'label' => 'Attacher produit', | ||
], | ||
], | ||
], | ||
], | ||
]; |
Oops, something went wrong.