added ko-KR
This commit is contained in:
14
resources/lang/ko-KR/accounts.php
Normal file
14
resources/lang/ko-KR/accounts.php
Normal file
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'account_name' => '계좌 이름',
|
||||
'number' => '숫자',
|
||||
'opening_balance' => '개시 잔액',
|
||||
'current_balance' => '현재 잔액',
|
||||
'bank_name' => '은행명',
|
||||
'bank_phone' => '은행 전화',
|
||||
'bank_address' => '은행 주소',
|
||||
'default_account' => '기본 계좌',
|
||||
|
||||
];
|
||||
Reference in New Issue
Block a user