Blame view

resources/lang/zh-TW/currencies.php 494 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'             => '金額後方',
      ]
  
  ];