Blame view

resources/lang/zh-CN/currencies.php 524 Bytes
b7c7a5f6   Alexey Boroda   first commit
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
  <?php
  
  return [
  
      'code'                  => '货币代码',
      'rate'                  => '货币汇率',
      'default'               => '默认货币',
      'decimal_mark'          => '小数点',
      'thousands_separator'   => '千位分隔符',
      'precision'             => '精确度',
      'symbol' => [
          'symbol'            => '货币符号',
          'position'          => '货币符号位置',
          'before'            => '货币兑换前',
          'after'             => '货币兑换后',
      ]
  
  ];