File: /www/wwwroot//www.ankua.asia/resources/lang/de/currency.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' => 'Name',
'code' => 'code',
'icon' => 'Symbol',
'symbol_left' => 'linkes Symbol',
'symbol_right' => 'rechtes Symbol',
'value' => 'Wechselkurswert',
'decimal_place' => 'Nachkommastellen',
'latest_value' => 'letzten Wechselkurswert',
];