22 lines
566 B
PHP
22 lines
566 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 [
|
|
'index' => 'marca',
|
|
|
|
'brands_index' => 'Elenco marche',
|
|
'brands_create' => 'Crea un marchio',
|
|
'brands_show' => 'Dettagli del marchio',
|
|
'brands_update' => 'Aggiorna il marchio',
|
|
'brands_delete' => 'rimuovere il marchio',
|
|
'error_upload' => "si prega di caricare l'icona",
|
|
];
|