Update translations.

This commit is contained in:
James Cole
2019-11-02 08:20:54 +01:00
parent d749d550ee
commit 766a82a983
43 changed files with 105 additions and 412 deletions

View File

@@ -22,24 +22,5 @@
declare(strict_types=1);
return [
'error_no_upload' => 'No file has been uploaded for this attachment (yet).',
'error_file_lost' => 'Could not find the indicated attachment. The file is no longer there.',
'error_store_bill' => 'Could not store new bill.',
'error_store_budget' => 'Could not store new budget.',
'error_unknown_budget' => 'Unknown budget.',
'error_store_new_category' => 'Could not store new category.',
'error_no_access' => 'No access to method.',
'error_no_access_ownership' => 'No access to method, user is not owner.',
'error_no_access_currency_in_use' => 'No access to method, currency is in use.',
'error_store_new_currency' => 'Could not store new currency.',
'error_unknown_source_currency' => 'Unknown source currency.',
'error_unknown_destination_currency' => 'Unknown destination currency.',
'error_delete_link_type' => 'You cannot delete this link type (:id, :name)',
'error_edit_link_type' => 'You cannot edit this link type (:id, :name)',
'error_owner_role_needed' => 'You need the "owner"-role to do this.',
'error_store_new_piggybank' => 'Could not store new piggy bank.',
'error_fire_cronjob' => 'Could not fire recurring cron job.',
'error_no_rules_in_rule_group' => 'No rules in this rule group.',
'error_source_or_dest_null' => 'Source or destination is NULL.'
];

View File

@@ -225,14 +225,16 @@ return [
'admin_update_check_now_explain' => 'Если вы нажмете кнопку, Firefly III посмотрит, является ли ваша текущая версия последней.',
'check_for_updates_button' => 'Проверить сейчас!',
'update_new_version_alert' => 'Доступна новая версия Firefly III. Вы используете версию v:your_version, самая свежая версия - v:new_version (выпущена :date).',
'update_version_beta' => 'This version is a BETA version. You may run into issues.',
'update_version_alpha' => 'This version is a ALPHA version. You may run into issues.',
'update_current_version_alert' => 'Вы используете v:version, которая является последним доступным релизом.',
'update_newer_version_alert' => 'Вы используете версию v:your_version, которая новее последнего релиза (v:new_version).',
'update_check_error' => 'При проверке обновлений произошла ошибка. Просмотрите файлы логов.',
'admin_update_channel_title' => 'Update channel',
'admin_update_channel_explain' => 'Firefly III has three update "channels" which determine how ahead of the curve you are in terms of features, enhancements and bugs. Use the "beta" channel if you\'re adventurous and the "alpha" when you like to live life dangerously.',
'update_channel_stable' => 'Stable. Everything should work as expected.',
'update_channel_beta' => 'Beta. New features but things may be broken.',
'update_channel_alpha' => 'Alpha. We throw stuff in, and use whatever sticks.',
'admin_update_channel_title' => 'Канал обновлений',
'admin_update_channel_explain' => 'Firefly III может использовать три "канала" обновлений, которые различаются наборами новых функций и ошибок. Используйте "бета"-канал, если вы любите приключения и "альфа", если вам нравится жить с чувством постоянной опасности.',
'update_channel_stable' => 'Стабильный. Всё должно работать, как вы ожидаете.',
'update_channel_beta' => 'Бета. Есть новые возможности, но что-нибудь может быть сломано.',
'update_channel_alpha' => 'Альфа. Код таких версий может быть собран из соплей и палок.',
// search
'search' => 'Поиск',

View File

@@ -38,7 +38,7 @@ return [
'match' => 'Ключи для связи',
'strict' => 'Строгий режим',
'repeat_freq' => 'Повторы',
'update_channel' => 'Update channel',
'update_channel' => 'Канал обновлений',
'journal_currency_id' => 'Валюта',
'currency_id' => 'Валюта',
'transaction_currency_id' => 'Валюта',

View File

@@ -45,7 +45,7 @@ return [
'at_least_one_repetition' => 'Необходима как минимум одна транзакция.',
'require_repeat_until' => 'Требуется либо несколько повторений, либо конечная дата (repeat_until). Но не оба параметра разом.',
'require_currency_info' => 'Содержимое этого поля недействительно без информации о валюте.',
'not_transfer_account' => 'This account is not an account that can be used for transfers.',
'not_transfer_account' => 'Этот счёт нельзя использовать для перевода.',
'require_currency_amount' => 'Содержимое этого поля недействительно без информации о валюте.',
'equal_description' => 'Описание транзакции не должно совпадать с глобальным описанием.',
'file_invalid_mime' => 'Файл ":name" имеет тип ":mime". Загрузка файлов такого типа невозможна.',