updated languages

This commit is contained in:
denisdulici
2018-01-13 15:30:54 +03:00
parent 4f3b295ac2
commit b56653eb62
14 changed files with 87 additions and 57 deletions

View File

@@ -5,14 +5,14 @@ return [
'code' => '代碼',
'rate' => '稅率',
'default' => '預設貨幣',
'decimal_mark' => 'Decimal Mark',
'thousands_separator' => 'Thousands Separator',
'precision' => 'Precision',
'decimal_mark' => '十進位標記',
'thousands_separator' => '千分位',
'precision' => '精確度',
'symbol' => [
'symbol' => 'Symbol',
'position' => 'Symbol Position',
'before' => 'Before Amount',
'after' => 'After Amount',
'symbol' => '符號',
'position' => '符號位置',
'before' => '金額前方',
'after' => '金額後方',
]
];