Updated translations.

This commit is contained in:
James Cole
2019-08-12 17:12:11 +02:00
parent 6e78d4efa7
commit 76dad84ba6
10 changed files with 76 additions and 278 deletions

View File

@@ -83,7 +83,7 @@ return [
'help_for_this_page' => 'Справка по этой странице',
'no_help_could_be_found' => 'Невозможно найти текст справки.',
'no_help_title' => 'Нам очень жаль, но произошла ошибка.',
'two_factor_welcome' => 'Hello!',
'two_factor_welcome' => 'Здравствуйте!',
'two_factor_enter_code' => 'Чтобы продолжить, введите ваш код двухфакторной аутентификации. Ваше приложение может сгенерировать его для вас.',
'two_factor_code_here' => 'Введите код здесь',
'two_factor_title' => 'Двухфакторная аутентификация',
@@ -97,7 +97,7 @@ return [
'mfa_backup_code' => 'You have used a backup code to login to Firefly III. It can\'t be used again, so cross it from your list.',
'pref_two_factor_new_backup_codes' => 'Get new backup codes',
'pref_two_factor_backup_code_count' => 'You have :count valid backup code(s).',
'2fa_i_have_them' => 'I stored them!',
'2fa_i_have_them' => 'Я всё сохранил!',
'warning_much_data' => 'Загрузка данных за :days дней может занять некоторое время.',
'registered' => 'Вы зарегистрировались успешно!',
'Default asset account' => 'Счёт по умолчанию',
@@ -1403,13 +1403,13 @@ return [
'recurrence_deleted' => 'Повторяющаяся транзакция ":title" удалена',
// new lines for summary controller.
'box_balance_in_currency' => 'Balance (:currency)',
'box_spent_in_currency' => 'Spent (:currency)',
'box_earned_in_currency' => 'Earned (:currency)',
'box_bill_paid_in_currency' => 'Bills paid (:currency)',
'box_bill_unpaid_in_currency' => 'Bills unpaid (:currency)',
'box_left_to_spend_in_currency' => 'Left to spend (:currency)',
'box_net_worth_in_currency' => 'Net worth (:currency)',
'box_spend_per_day' => 'Left to spend per day: :amount',
'box_balance_in_currency' => 'Баланс (:currency)',
'box_spent_in_currency' => 'Расходы (:currency)',
'box_earned_in_currency' => 'Доходы (:currency)',
'box_bill_paid_in_currency' => 'Счета на оплату (:currency)',
'box_bill_unpaid_in_currency' => 'Неоплаченные счета (:currency)',
'box_left_to_spend_in_currency' => 'Осталось потратить (:currency)',
'box_net_worth_in_currency' => 'Мои сбережения (:currency)',
'box_spend_per_day' => 'Можно тратить в день: :amount',
];