19 lines
458 B
PHP
19 lines
458 B
PHP
<?php
|
|
/**
|
|
* country.php
|
|
*
|
|
* @copyright 2022 beikeshop.com - All Rights Reserved
|
|
* @link https://beikeshop.com
|
|
* @author TL <mengwb@guangda.work>
|
|
* @created 2022-08-29 17:21:38
|
|
* @modified 2022-08-29 17:21:38
|
|
*/
|
|
return [
|
|
'country_name' => 'nome paese',
|
|
|
|
'countries_index' => 'Elenco paesi',
|
|
'countries_create' => 'crea paese',
|
|
'countries_update' => 'aggiorna paese',
|
|
'countries_delete' => 'cancella paese',
|
|
];
|