wyyl/resources/lang/zh_cn/currency.php

24 lines
603 B
PHP

<?php
/**
* currency.php
*
* @copyright 2022 beikeshop.com - All Rights Reserved
* @link https://beikeshop.com
* @author TL <mengwb@guangda.work>
* @created 2022-08-29 20:28:59
* @modified 2022-08-29 20:28:59
*/
return [
'decimal_point' => '.',
'thousand_point' => ',',
'name' => '名称',
'code' => '编码',
'icon' => '图标',
'symbol_left' => '左符号',
'symbol_right' => '右符号',
'value' => '汇率值',
'decimal_place' => '小数位数',
'latest_value' => '最新汇率值',
];