added Russian translation
This commit is contained in:
17
resources/lang/ru-RU/demo.php
Normal file
17
resources/lang/ru-RU/demo.php
Normal file
@@ -0,0 +1,17 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'accounts_cash' => 'Средства',
|
||||
'categories_uncat' => 'Без категории',
|
||||
'categories_deposit' => 'Депозит',
|
||||
'categories_sales' => 'Продажи',
|
||||
'currencies_usd' => 'Доллар США',
|
||||
'currencies_eur' => 'Евро',
|
||||
'currencies_gbp' => 'Британский Фунт',
|
||||
'currencies_try' => 'Турецкая Лира',
|
||||
'taxes_exempt' => 'Налоговые освобождения',
|
||||
'taxes_normal' => 'Обычный налог',
|
||||
'taxes_sales' => 'Налог с продаж',
|
||||
|
||||
];
|
||||
Reference in New Issue
Block a user