23 lines
666 B
PHP
23 lines
666 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' => 'Classificazione',
|
|
'edit_category' => 'Modifica categoria',
|
|
'parent_category' => 'Sottotitoli',
|
|
|
|
'categories_index' => 'Elenco delle categorie',
|
|
'categories_create' => 'Crea una tassonomia',
|
|
'categories_show' => 'Dettagli della categoria',
|
|
'categories_update' => 'Aggiorna la classificazione',
|
|
'categories_delete' => 'elimina categoria',
|
|
];
|