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

20 lines
543 B
PHP

<?php
/**
* currency.php
*
* @copyright 2022 beikeshop.com - All Rights Reserved
* @link https://beikeshop.com
* @author TL <mengwb@guangda.work>
* @created 2022-07-28 17:21:38
* @modified 2022-07-28 17:21:38
*/
return [
'decimal_point' => '.',
'thousand_point' => ',',
'currencies_index' => 'Lista de monedas',
'currencies_create' => 'Crear moneda',
'currencies_show' => 'Detalles de moneda',
'currencies_update' => 'actualizar moneda',
'currencies_delete' => 'borrar moneda',
];