Update files for release 4.7.13

This commit is contained in:
James Cole
2019-02-23 14:32:24 +01:00
parent 222d8e071a
commit d8b4af34e0
22 changed files with 338 additions and 69 deletions

View File

@@ -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' => 'Нет (пока)',
];

View File

@@ -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"',