mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
New translations.
This commit is contained in:
@@ -176,6 +176,11 @@ return [
|
||||
'button_reset_password' => 'Сбросить пароль',
|
||||
'reset_button' => 'Сбросить',
|
||||
'want_to_login' => 'Я хочу войти',
|
||||
'login_page_title' => 'Login to Firefly III',
|
||||
'register_page_title' => 'Register at Firefly III',
|
||||
'forgot_pw_page_title' => 'Forgot your password for Firefly III',
|
||||
'reset_pw_page_title' => 'Reset your password for Firefly III',
|
||||
'cannot_reset_demo_user' => 'You cannot reset the password of the demo user.',
|
||||
'button_register' => 'Регистрация',
|
||||
'authorization' => 'Авторизация',
|
||||
'active_bills_only' => 'только активные счета',
|
||||
@@ -452,7 +457,7 @@ return [
|
||||
'without_date' => 'Без даты',
|
||||
'result' => 'Результат',
|
||||
'sums_apply_to_range' => 'Все суммы относятся к выбранному диапазону',
|
||||
'mapbox_api_key' => 'Чтобы использовать карту, получите ключ API от сервиса <a href="https://www.mapbox.com/">Mapbox</a>. Откройте файл <code>.env</code> и введите этот код в строке <code>MAPBOX_API_KEY = </code>.',
|
||||
'mapbox_api_key' => 'To use map, get an API key from <a href="https://www.mapbox.com/">Mapbox</a>. Open your <code>.env</code> file and enter this code after <code>MAPBOX_API_KEY=</code>.',
|
||||
'press_tag_location' => 'Щёлкните правой кнопкой мыши или надолго нажмите на сенсорный экран, чтобы установить метку местоположения.',
|
||||
'clear_location' => 'Очистить местоположение',
|
||||
|
||||
@@ -534,14 +539,13 @@ return [
|
||||
'invalid_password' => 'Неверный пароль!',
|
||||
'what_is_pw_security' => 'Что такое «проверка безопасности паролей»?',
|
||||
'secure_pw_title' => 'Как выбрать безопасный пароль',
|
||||
'secure_pw_history' => 'В августе 2017 года известный исследователь безопасности Трой Хант опубликовал список из 306 миллионов украденных паролей. Эти пароли были украдены во время взломов в таких компаниях, как LinkedIn, Adobe и NeoPets (и многих других).',
|
||||
'secure_pw_check_box' => 'Если вы установите данный флажок, Firefly III отправит первые 5 символов SHA1-хэша вашего пароля на <a href="https://www.troyhunt.com/introducing-306-million-freely-downloadable-pwned-passwords/">сайт Troy Hunt</a>, чтобы узнать, есть ли он в списке. Согласно рекомендациям по данному вопросу, опубликованным недавно в <a href="https://pages.nist.gov/800-63-3/sp800-63b.html">NIST Special Publication</a>, такая проверка защитит вас от использования небезопасных паролей.',
|
||||
'secure_pw_sha1' => 'Но я думал, что SHA1 был взломан?',
|
||||
'secure_pw_hash_speed' => 'Yes, but not in this context. As you can read on <a href="https://shattered.io/">the website detailing how they broke SHA1</a>, it is now slightly easier to find a "collision": another digest that results in the same SHA1-hash. It now only takes 10,000 years using a single-GPU machine.',
|
||||
'secure_pw_hash_security' => 'This digest would not be equal to your password, nor would it be useful on (a site like) Firefly III. This application does not use SHA1 for password verification. So it is safe to check this box. Your password is hashed and only the first five characters of this digest are sent over HTTPS.',
|
||||
'secure_pw_history' => 'Not a week goes by that you read in the news about a site losing the passwords of its users. Hackers and thieves use these passwords to try to steal your private information. This information is valuable.',
|
||||
'secure_pw_ff' => 'Do you use the same password all over the internet? If one site loses your password, hackers have access to all your data. Firefly III relies on you to choose a strong and unique password to protect your financial records.',
|
||||
'secure_pw_check_box' => 'To help you do that Firefly III can check if the password you want to use has been stolen in the past. If this is the case, Firefly III advises you NOT to use that password.',
|
||||
'secure_pw_working_title' => 'How does it work?',
|
||||
'secure_pw_working' => 'By checking the box, Firefly III will send the first five characters of the SHA1 hash of your password to <a href="https://www.troyhunt.com/introducing-306-million-freely-downloadable-pwned-passwords/">the website of Troy Hunt</a> to see if it is on the list. This will stop you from using unsafe passwords as is recommended in the latest <a href="https://pages.nist.gov/800-63-3/sp800-63b.html">NIST Special Publication</a> on this subject.',
|
||||
'secure_pw_should' => 'Должен ли я установить флажок?',
|
||||
'secure_pw_long_password' => 'Если вы только что создали длинный одноразовый пароль для Firefly III с использованием какого-либо генератора паролей: <strong>нет</strong>.',
|
||||
'secure_pw_short' => 'Если вы только что ввели пароль, который вы используете на нескольких сайтах: <em>пожалуйста, да</em>.',
|
||||
'secure_pw_long_password' => 'Yes. Always verify your password is safe.',
|
||||
'command_line_token' => 'Токен командной строки',
|
||||
'explain_command_line_token' => 'Этот токен необходим для выполнения операций из командной строки (таких как импорт или экспорт данных). Без него такие чувствительные команды не будут работать. Не показывайте никому свой токен. Никто не попросит у вас эту информацию, даже я. Если вы боитесь, что потеряли этот токен, или у вас паранойя, вы можете сгенерировать новый токен с помощью этой кнопки.',
|
||||
'regenerate_command_line_token' => 'Сгенерировать новый токен командной строки',
|
||||
@@ -624,14 +628,21 @@ return [
|
||||
'update_currency' => 'Обновить валюту',
|
||||
'new_default_currency' => ':name теперь является вашей основной валютой.',
|
||||
'cannot_delete_currency' => 'Невозможно удалить валюту :name, поскольку она используется.',
|
||||
'cannot_disable_currency' => 'Cannot disable :name because it is still in use.',
|
||||
'deleted_currency' => 'Валюта :name удалена',
|
||||
'created_currency' => 'Валюта :name создана',
|
||||
'could_not_store_currency' => 'Could not store the new currency.',
|
||||
'updated_currency' => 'Валюта :name обновлена',
|
||||
'ask_site_owner' => 'Пожалуйста, обратитесь к :owner для добавления, удаления или изменения валюты.',
|
||||
'currencies_intro' => 'Firefly III может работать с несколькими валютами. Вы можете управлять ими здесь.',
|
||||
'make_default_currency' => 'сделать основной',
|
||||
'make_default_currency' => 'Make default',
|
||||
'default_currency' => 'основная',
|
||||
'currency_is_disabled' => 'Disabled',
|
||||
'enable_currency' => 'Enable',
|
||||
'disable_currency' => 'Disable',
|
||||
'currencies_default_disabled' => 'Most of these currencies are disabled by default. To use them, you must enable them first.',
|
||||
'currency_is_now_enabled' => 'Currency ":name" has been enabled',
|
||||
'currency_is_now_disabled' => 'Currency ":name" has been disabled',
|
||||
|
||||
// forms:
|
||||
'mandatoryFields' => 'Обязательные поля',
|
||||
@@ -753,10 +764,11 @@ return [
|
||||
'credit_card_options' => 'Параметры кредитной карты',
|
||||
'no_transactions_account' => 'Для основного счёта ":name" нет транзакций (в этом периоде).',
|
||||
'no_data_for_chart' => 'Недостаточно информации (пока) для построения этой диаграммы.',
|
||||
'select_more_than_one_account' => 'Пожалуйста, выберите больше одного счёта',
|
||||
'select_more_than_one_category' => 'Пожалуйста, выберите больше одной категории',
|
||||
'select_more_than_one_budget' => 'Пожалуйста, выберите больше одного бюджета',
|
||||
'select_more_than_one_tag' => 'Пожалуйста, выберите больше одной метки',
|
||||
'select_at_least_one_account' => 'Please select at least one asset account',
|
||||
'select_at_least_one_category' => 'Please select at least one category',
|
||||
'select_at_least_one_budget' => 'Please select at least one budget',
|
||||
'select_at_least_one_tag' => 'Please select at least one tag',
|
||||
'select_at_least_one_expense' => 'Please select at least one combination of expense/revenue accounts. If you have none (the list is empty) this report is not available.',
|
||||
'account_default_currency' => 'This will be the default currency associated with this account.',
|
||||
'reconcile_has_more' => 'В вашей бухгалтерской книге Firefly III учтено больше денег, чем должно быть, согласно выписке из банка. Существует несколько вариантов. Пожалуйста, выберите, что делать, а затем нажмите «Подтвердить сверку».',
|
||||
'reconcile_has_less' => 'В вашей бухгалтерской книге Firefly III учтено меньше денег, чем должно быть, согласно выписке из банка. Существует несколько вариантов. Пожалуйста, выберите, что делать, а затем нажмите «Подтвердить сверку».',
|
||||
@@ -844,6 +856,8 @@ return [
|
||||
'opt_group_l_Credit card' => 'Liability: Credit card',
|
||||
'notes' => 'Заметки',
|
||||
'unknown_journal_error' => 'Не удалось сохранить транзакцию. Пожалуйста, проверьте log-файлы.',
|
||||
'attachment_not_found' => 'This attachment could not be found.',
|
||||
'journal_link_bill' => 'This transaction is linked to bill <a href=":route">:name</a>. To remove the connection, uncheck the checkbox. Use rules to connect it to another bill.',
|
||||
|
||||
// new user:
|
||||
'welcome' => 'Добро пожаловать в Firefly III!',
|
||||
|
||||
Reference in New Issue
Block a user