Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions resources/lang/es/cms.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@
'active' => 'Activo',

'total_customers' => 'Total de Clientes',

'my_sales' => 'Mis Ventas',
'my_orders' => 'Mis Pedidos',
'my_products' => 'Mis Productos',
],

'sidebar' => [
Expand Down
4 changes: 4 additions & 0 deletions resources/lang/fa/cms.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@
'active' => 'فعال',

'total_customers' => 'مجموع مشتریان',

'my_sales' => 'فروش‌های من',
'my_orders' => 'سفارش‌های من',
'my_products' => 'محصولات من',
],

'sidebar' => [
Expand Down
4 changes: 4 additions & 0 deletions resources/lang/fr/cms.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@
'active' => 'Actif',

'total_customers' => 'Total des Clients',

'my_sales' => 'Mes Ventes',
'my_orders' => 'Mes Commandes',
'my_products' => 'Mes Produits',
],

'sidebar' => [
Expand Down