Logo white

Alexey Boroda / akaunting

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • akaunting
  • resources
  • lang
  • zh-TW
  • currencies.php
  • first commit
    b7c7a5f6
    Alexey Boroda authored
    2018-10-22 16:42:06 +0300  
    Browse Code »
currencies.php 494 Bytes
Edit Raw Blame History Permalink
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'             => '金額後方',
    ]

];