New translations button.php (French)

This commit is contained in:
Fatih Alp 2020-01-10 17:06:16 +03:00
parent f5e5c7ba92
commit 9b05e70aaa

View File

@ -1,8 +1,8 @@
<?php <?php
return [ return [
"new_category" =>"Nouvelle catégorie", 'new_category' => 'Nouvelle catégorie',
"add_sub_category" =>"Ajouter une sous catégorie", 'add_sub_category' => 'Ajouter une sous catégorie',
"sub_category" =>"Afficher la sous-catégorie", 'sub_category' => 'Afficher la sous-catégorie',
"new_placeholderforsearch" =>"Nouvel espace réservé pour la recherche" 'new_placeholderforsearch' => 'Nouvel espace réservé pour la recherche',
]; ];