22 lines
583 B
PHP
22 lines
583 B
PHP
<?php
|
|
/**
|
|
* zone.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 [
|
|
'zone_name' => 'Provinzname',
|
|
'country_of_origin' => 'Herkunftsland',
|
|
|
|
'zones_index' => 'Provinzliste',
|
|
'zones_create' => 'Provinz erstellen',
|
|
'zones_update' => 'Provinz aktualisieren',
|
|
'zones_delete' => 'Provinz löschen',
|
|
|
|
'error_country' => 'Bitte wählen Sie ein Land aus',
|
|
];
|