mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-08-28 17:07:21 +00:00
New translations list.php (Russian)
This commit is contained in:
@@ -25,31 +25,31 @@ return [
|
||||
'active' => 'Активен?',
|
||||
'lastActivity' => 'Последняя активность',
|
||||
'balanceDiff' => 'Разница баланса между :start и :end',
|
||||
'matchedOn' => '',
|
||||
'matchesOn' => '',
|
||||
'matchedOn' => 'Matched on',
|
||||
'matchesOn' => 'Matched on',
|
||||
'account_type' => 'Тип профиля',
|
||||
'created_at' => '',
|
||||
'new_balance' => '',
|
||||
'account' => '',
|
||||
'matchingAmount' => '',
|
||||
'lastMatch' => '',
|
||||
'split_number' => '',
|
||||
'destination' => '',
|
||||
'source' => '',
|
||||
'next_expected_match' => '',
|
||||
'automatch' => '',
|
||||
'repeat_freq' => '',
|
||||
'created_at' => 'Created at',
|
||||
'new_balance' => 'New balance',
|
||||
'account' => 'Account',
|
||||
'matchingAmount' => 'Amount',
|
||||
'lastMatch' => 'Last match',
|
||||
'split_number' => 'Split #',
|
||||
'destination' => 'Destination',
|
||||
'source' => 'Source',
|
||||
'next_expected_match' => 'Next expected match',
|
||||
'automatch' => 'Auto match?',
|
||||
'repeat_freq' => 'Repeats',
|
||||
'description' => 'Описание',
|
||||
'amount' => 'Сумма',
|
||||
'internal_reference' => '',
|
||||
'internal_reference' => 'Internal reference',
|
||||
'date' => 'Дата',
|
||||
'interest_date' => '',
|
||||
'book_date' => '',
|
||||
'process_date' => '',
|
||||
'due_date' => '',
|
||||
'payment_date' => '',
|
||||
'invoice_date' => '',
|
||||
'interal_reference' => '',
|
||||
'interest_date' => 'Interest date',
|
||||
'book_date' => 'Book date',
|
||||
'process_date' => 'Processing date',
|
||||
'due_date' => 'Due date',
|
||||
'payment_date' => 'Payment date',
|
||||
'invoice_date' => 'Invoice date',
|
||||
'interal_reference' => 'Internal reference',
|
||||
'notes' => 'Заметки',
|
||||
'from' => 'Откуда',
|
||||
'piggy_bank' => 'Копилка',
|
||||
@@ -60,23 +60,23 @@ return [
|
||||
'withdrawal' => 'Расход',
|
||||
'deposit' => 'Доход',
|
||||
'transfer' => 'Перевод',
|
||||
'type' => '',
|
||||
'completed' => '',
|
||||
'iban' => '',
|
||||
'paid_current_period' => '',
|
||||
'type' => 'Type',
|
||||
'completed' => 'Completed',
|
||||
'iban' => 'IBAN',
|
||||
'paid_current_period' => 'Paid this period',
|
||||
'email' => 'E-mail',
|
||||
'registered_at' => 'Дата регистрации',
|
||||
'is_activated' => 'Активен?',
|
||||
'is_blocked' => 'Заблокирован?',
|
||||
'is_admin' => 'Администратор?',
|
||||
'has_two_factor' => 'Защита (2FA)?',
|
||||
'confirmed_from' => '',
|
||||
'registered_from' => '',
|
||||
'blocked_code' => '',
|
||||
'confirmed_from' => 'Confirmed from',
|
||||
'registered_from' => 'Registered from',
|
||||
'blocked_code' => 'Block code',
|
||||
'domain' => 'Домен',
|
||||
'registration_attempts' => '',
|
||||
'source_account' => '',
|
||||
'destination_account' => '',
|
||||
'registration_attempts' => 'Registration attempts',
|
||||
'source_account' => 'Source account',
|
||||
'destination_account' => 'Destination account',
|
||||
|
||||
'accounts_count' => 'Всего счетов',
|
||||
'journals_count' => 'Всего транзакций',
|
||||
@@ -88,7 +88,7 @@ return [
|
||||
'budget_count' => 'Всего категорий бюджета',
|
||||
'rule_and_groups_count' => 'Всего правил и групп правил',
|
||||
'tags_count' => 'Всего меток',
|
||||
'inward' => '',
|
||||
'outward' => '',
|
||||
'number_of_transactions' => '',
|
||||
'inward' => 'Inward description',
|
||||
'outward' => 'Outward description',
|
||||
'number_of_transactions' => 'Number of transactions',
|
||||
];
|
Reference in New Issue
Block a user