Files
firefly-iii/resources/lang/ru_RU/list.php

94 lines
3.9 KiB
PHP
Raw Normal View History

2017-07-13 11:00:43 +02:00
<?php
2017-08-12 10:40:54 +02:00
declare(strict_types=1);
2017-07-13 11:00:43 +02:00
/**
* list.php
* Copyright (C) 2016 thegrumpydictator@gmail.com
*
* This software may be modified and distributed under the terms of the
* Creative Commons Attribution-ShareAlike 4.0 International License.
*
* See the LICENSE file for details.
*/
return [
2017-07-13 13:10:16 +02:00
'buttons' => 'Кнопки',
'icon' => 'Значок',
2017-07-13 11:00:43 +02:00
'id' => 'ID',
2017-07-13 13:10:16 +02:00
'create_date' => 'Создан',
'update_date' => 'Обновлён',
'balance_before' => 'Баланс до',
'balance_after' => 'Баланс после',
'name' => 'Имя',
'role' => 'Роль',
'currentBalance' => 'Текущий баланс',
'active' => 'Активен?',
'lastActivity' => 'Последняя активность',
'balanceDiff' => 'Разница баланса между :start и :end',
2017-08-25 07:07:15 +02:00
'matchedOn' => '',
'matchesOn' => '',
2017-07-13 13:10:16 +02:00
'account_type' => 'Тип профиля',
2017-08-25 07:07:15 +02:00
'created_at' => '',
'new_balance' => '',
'account' => '',
'matchingAmount' => '',
'lastMatch' => '',
'split_number' => '',
'destination' => '',
'source' => '',
'next_expected_match' => '',
'automatch' => '',
'repeat_freq' => '',
2017-07-13 13:10:16 +02:00
'description' => 'Описание',
'amount' => 'Сумма',
2017-08-25 07:07:15 +02:00
'internal_reference' => '',
2017-07-13 13:10:16 +02:00
'date' => 'Дата',
2017-08-25 07:07:15 +02:00
'interest_date' => '',
'book_date' => '',
'process_date' => '',
'due_date' => '',
'payment_date' => '',
'invoice_date' => '',
'interal_reference' => '',
2017-07-13 13:20:17 +02:00
'notes' => 'Заметки',
'from' => 'Откуда',
'piggy_bank' => 'Копилка',
'to' => 'Куда',
'budget' => 'Бюджет',
'category' => 'Категория',
'bill' => 'Счет к оплате',
'withdrawal' => 'Расход',
'deposit' => 'Доход',
'transfer' => 'Перевод',
2017-08-25 07:07:15 +02:00
'type' => '',
'completed' => '',
'iban' => '',
'paid_current_period' => '',
2017-07-13 13:20:17 +02:00
'email' => 'E-mail',
'registered_at' => 'Дата регистрации',
'is_activated' => 'Активен?',
'is_blocked' => 'Заблокирован?',
'is_admin' => 'Администратор?',
'has_two_factor' => 'Защита (2FA)?',
2017-08-25 07:07:15 +02:00
'confirmed_from' => '',
'registered_from' => '',
'blocked_code' => '',
2017-07-13 13:20:17 +02:00
'domain' => 'Домен',
2017-08-25 07:07:15 +02:00
'registration_attempts' => '',
'source_account' => '',
'destination_account' => '',
2017-07-13 11:00:43 +02:00
2017-08-21 07:20:25 +02:00
'accounts_count' => 'Всего счетов',
'journals_count' => 'Всего транзакций',
'attachments_count' => 'Всего вложений',
'bills_count' => 'Всего счетов к оплате',
'categories_count' => 'Всего категорий',
'export_jobs_count' => 'Задачи по экспорту',
'import_jobs_count' => 'Задачи по импорту',
'budget_count' => 'Всего категорий бюджета',
'rule_and_groups_count' => 'Всего правил и групп правил',
'tags_count' => 'Всего меток',
2017-08-25 07:07:15 +02:00
'inward' => '',
'outward' => '',
'number_of_transactions' => '',
2017-07-13 11:00:43 +02:00
];