added ja-JP
This commit is contained in:
18
resources/lang/ja-JP/currencies.php
Normal file
18
resources/lang/ja-JP/currencies.php
Normal file
@@ -0,0 +1,18 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'code' => 'コード',
|
||||
'rate' => 'レート',
|
||||
'default' => 'デフォルト通貨',
|
||||
'decimal_mark' => '小数点マーク',
|
||||
'thousands_separator' => '千の区切り記号',
|
||||
'precision' => '精度',
|
||||
'symbol' => [
|
||||
'symbol' => 'シンボル',
|
||||
'position' => 'シンボル位置',
|
||||
'before' => '金額の前に',
|
||||
'after' => '金額の後',
|
||||
]
|
||||
|
||||
];
|
||||
Reference in New Issue
Block a user