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

19 lines
465 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' => 'Landesname',
'countries_index' => 'Länderliste',
'countries_create' => 'Land erstellen',
'countries_update' => 'Land aktualisieren',
'countries_delete' => 'Land löschen',
];