22 lines
559 B
PHP
22 lines
559 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' => 'Marke',
|
|
|
|
'brands_index' => 'Markenliste',
|
|
'brands_create' => 'Eine Marke erstellen',
|
|
'brands_show' => 'Markendetails',
|
|
'brands_update' => 'Marke aktualisieren',
|
|
'brands_delete' => 'Marke löschen',
|
|
'error_upload' => 'Bitte laden Sie das Symbol hoch',
|
|
];
|