new crowdin translations
This commit is contained in:
20
resources/lang/ru-RU/search_string.php
Normal file
20
resources/lang/ru-RU/search_string.php
Normal file
@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'columns' => [
|
||||
'last_logged_in_at' => 'Последний вход',
|
||||
'paid_at' => 'Дата оплаты',
|
||||
'started_at' => 'Дата Начала',
|
||||
'ended_at' => 'Дата окончания',
|
||||
'billed_at' => 'Дата закупки',
|
||||
'due_at' => 'Дата окончания',
|
||||
'invoiced_at' => 'Дата выставления счёта',
|
||||
'issued_at' => 'Дата выдачи',
|
||||
'symbol_first' => 'Позиция символа',
|
||||
'reconciled' => 'Сверено',
|
||||
'expense_account' => 'Со счета',
|
||||
'income_account' => 'На счет',
|
||||
],
|
||||
|
||||
];
|
Reference in New Issue
Block a user