24 lines
793 B
PHP
24 lines
793 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' => 'informations d\'attribut',
|
|
'create_at' => 'créer un attribut',
|
|
'attribute_value' => 'valeur d\'attribut',
|
|
'set_attribute' => 'attribut de configuration',
|
|
'add_attribute' => 'ajouter une valeur d\'attribut',
|
|
'before_attribute' => 'Veuillez d\'abord sélectionner l\'attribut de gauche',
|
|
'btn_at' => 'Aller maintenant',
|
|
'btn_later' => 'plus tard',
|
|
'to_info_values' => 'Veuillez accéder à la page de détails pour modifier les valeurs des attributs',
|
|
];
|