26 lines
715 B
PHP
26 lines
715 B
PHP
<?php
|
|
/**
|
|
* order.php
|
|
*
|
|
* @copyright 2022 beikeshop.com - All Rights Reserved
|
|
* @link https://beikeshop.com
|
|
* @author Edward Yang <yangjin@guangda.work>
|
|
* @created 2022-08-02 14:22:41
|
|
* @modified 2022-08-02 14:22:41
|
|
*/
|
|
|
|
return [
|
|
'product_total' => 'Quantity total',// Product Total
|
|
'customer_view' => 'visites des utilisateurs',
|
|
'order_total' => 'montant de la commande',
|
|
'customer_new' => 'Ajouter un utilisateur',
|
|
'order_amount' => 'Ventes',
|
|
'yesterday' => 'hier',
|
|
'day_before' => 'un jour avant',
|
|
|
|
'order_report' => 'statistiques de commande',
|
|
'latest_month' => 'mois',
|
|
'latest_week' => 'semaine',
|
|
'latest_year' => 'un an',
|
|
];
|