wyyl/resources/lang/es/admin/brand.php

22 lines
544 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' => 'marca',
'brands_index' => 'lista de marcas',
'brands_create' => 'crear una marca',
'brands_show' => 'Detalles de la marca',
'brands_update' => 'Actualizar la marca',
'brands_delete' => 'quitar marca',
'error_upload' => 'por favor cargue el icono'
];