mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-03 20:20:37 -06:00
New translations firefly.php (Russian)
This commit is contained in:
parent
78f9fbae40
commit
d7ef5df8c3
@ -130,6 +130,8 @@ return [
|
||||
'exchange_rate_instructions' => 'Asset account "@name" only accepts transactions in @native_currency. If you wish to use @foreign_currency instead, make sure that the amount in @native_currency is known as well:',
|
||||
'transfer_exchange_rate_instructions' => 'Source asset account "@source_name" only accepts transactions in @source_currency. Destination asset account "@dest_name" only accepts transactions in @dest_currency. You must provide the transferred amount correctly in both currencies.',
|
||||
'transaction_data' => 'Данные транзакции',
|
||||
'invalid_server_configuration' => 'Invalid server configuration',
|
||||
'invalid_locale_settings' => 'Firefly III is unable to format monetary amounts because your server is missing the required packages. There are <a href="https://github.com/firefly-iii/help/wiki/Missing-locale-packages">instructions how to do this</a>.',
|
||||
|
||||
// search
|
||||
'search' => 'Поиск',
|
||||
@ -942,7 +944,7 @@ return [
|
||||
'cannot_edit_multiple_dest' => 'You cannot edit splitted transaction #:id with description ":description" because it contains multiple destination accounts.',
|
||||
'cannot_edit_opening_balance' => 'You cannot edit the opening balance of an account.',
|
||||
'no_edit_multiple_left' => 'You have selected no valid transactions to edit.',
|
||||
'cannot_convert_split_journal' => 'Cannot convert a split transaction',
|
||||
'cannot_convert_split_journal' => 'Cannot convert a split transaction',
|
||||
|
||||
// import bread crumbs and titles:
|
||||
'import' => 'Импорт',
|
||||
@ -986,6 +988,7 @@ return [
|
||||
'import_status_finished_title' => 'Import routine finished',
|
||||
'import_status_finished_text' => 'The import routine has imported your file.',
|
||||
'import_status_finished_job' => 'The transactions imported can be found in tag <a href=":link" class="label label-success" style="font-size:100%;font-weight:normal;">:tag</a>.',
|
||||
'import_status_job_running' => 'The import is running...',
|
||||
'import_with_key' => 'Import with key \':key\'',
|
||||
|
||||
// sandstorm.io errors and messages:
|
||||
|
Loading…
Reference in New Issue
Block a user