updated languages
This commit is contained in:
@@ -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' => '金額後方',
|
||||
]
|
||||
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user