mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-12 01:42:32 +00:00
Update files for release 4.7.13
This commit is contained in:
@@ -24,9 +24,9 @@ declare(strict_types=1);
|
||||
|
||||
return [
|
||||
// profile
|
||||
'personal_access_tokens' => 'Персональный токен для доступа',
|
||||
'personal_access_tokens' => 'Персональные токены доступа',
|
||||
|
||||
// bills:
|
||||
'not_expected_period' => 'Не ожидается в данном периоде',
|
||||
'not_or_not_yet' => 'Пока нет',
|
||||
'not_or_not_yet' => 'Нет (пока)',
|
||||
];
|
||||
|
||||
@@ -765,6 +765,7 @@ return [
|
||||
'updated_account' => 'Обновить счёт ":name"',
|
||||
'credit_card_options' => 'Параметры кредитной карты',
|
||||
'no_transactions_account' => 'Для основного счёта ":name" нет транзакций (в этом периоде).',
|
||||
'no_transactions_period' => 'There are no transactions (in this period).',
|
||||
'no_data_for_chart' => 'Недостаточно информации (пока) для построения этой диаграммы.',
|
||||
'select_at_least_one_account' => 'Please select at least one asset account',
|
||||
'select_at_least_one_category' => 'Пожалуйста, выберите по крайней мере одну категорию',
|
||||
@@ -878,7 +879,13 @@ return [
|
||||
|
||||
// home page:
|
||||
'yourAccounts' => 'Ваши счета',
|
||||
'your_accounts' => 'Your account overview',
|
||||
'category_overview' => 'Category overview',
|
||||
'expense_overview' => 'Expense account overview',
|
||||
'revenue_overview' => 'Revenue account overview',
|
||||
'budgetsAndSpending' => 'Бюджеты и расходы',
|
||||
'budgets_and_spending' => 'Budgets and spending',
|
||||
'go_to_budget' => 'Go to budget "{budget}"',
|
||||
'savings' => 'Экономия',
|
||||
'newWithdrawal' => 'Новый расход',
|
||||
'newDeposit' => 'Новый доход',
|
||||
@@ -896,7 +903,10 @@ return [
|
||||
'searchPlaceholder' => 'Поиск...',
|
||||
'version' => 'Версия',
|
||||
'dashboard' => 'Сводка',
|
||||
'available_budget' => 'Available budget ({currency})',
|
||||
'currencies' => 'Валюты',
|
||||
'activity' => 'Activity',
|
||||
'usage' => 'Usage',
|
||||
'accounts' => 'Счета',
|
||||
'Asset account' => 'Активный счёт',
|
||||
'Default account' => 'Основной счёт',
|
||||
@@ -919,6 +929,7 @@ return [
|
||||
'tools' => 'Инструменты',
|
||||
'piggyBanks' => 'Копилки',
|
||||
'piggy_banks' => 'Копилки',
|
||||
'amount_x_of_y' => '{current} of {total}',
|
||||
'bills' => 'Счета к оплате',
|
||||
'withdrawal' => 'Расход',
|
||||
'opening_balance' => 'Начальный баланс',
|
||||
@@ -1069,8 +1080,11 @@ return [
|
||||
'period' => 'Период',
|
||||
'balance' => 'Бaлaнc',
|
||||
'sum' => 'Сумма',
|
||||
'summary' => 'Summary',
|
||||
'average' => 'Среднее значение',
|
||||
'balanceFor' => 'Баланс для :name',
|
||||
'no_tags_for_cloud' => 'No tags to generate cloud',
|
||||
'tag_cloud' => 'Tag cloud',
|
||||
|
||||
// piggy banks:
|
||||
'add_money_to_piggy' => 'Добавить деньги в копилку ":name"',
|
||||
|
||||
Reference in New Issue
Block a user