24 lines
744 B
PHP
24 lines
744 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' => 'attribut',
|
|
'attribute_info' => 'Attributinformationen',
|
|
'create_at' => 'Attribut erstellen',
|
|
'attribute_value' => 'Attributwert',
|
|
'set_attribute' => 'Konfigurationsattribut',
|
|
'add_attribute' => 'Attributwert hinzufügen',
|
|
'before_attribute' => 'Bitte zuerst das linke Attribut auswählen',
|
|
'btn_at' => 'Jetzt gehen',
|
|
'btn_later' => 'Später gehen',
|
|
'to_info_values' => 'Bitte gehen Sie zur Detailseite, um Attributwerte zu bearbeiten',
|
|
];
|