26 lines
691 B
PHP
26 lines
691 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' => 'Product Total',
|
|
'customer_view' => 'visite degli utenti',
|
|
'order_total' => 'importo dell\'ordine',
|
|
'customer_new' => 'Aggiungi utente',
|
|
'order_amount' => 'Vendite',
|
|
'yesterday' => 'ieri',
|
|
'day_before' => 'un giorno prima',
|
|
|
|
'order_report' => 'statistiche degli ordini',
|
|
'latest_month' => 'mese',
|
|
'latest_week' => 'settimana',
|
|
'latest_year' => 'un anno',
|
|
];
|