added Russian translation
This commit is contained in:
14
resources/lang/ru-RU/accounts.php
Normal file
14
resources/lang/ru-RU/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