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

20 lines
528 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' => '화폐 목록',
'currencies_create' => '화폐 창립',
'currencies_show' => '화폐 상세',
'currencies_update' => '화폐 업데이트',
'currencies_delete' => '화폐 삭제',
];