wyyl/resources/lang/ru/admin/country.php

19 lines
523 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' => 'Имя страны',
'countries_index' => 'список стран',
'countries_create' => 'создать страну',
'countries_update' => 'обновить страну',
'countries_delete' => 'удалить страну',
];