diff --git a/resources/lang/ru_RU/form.php b/resources/lang/ru_RU/form.php index 5e7bc9356b..40aca9eb5f 100644 --- a/resources/lang/ru_RU/form.php +++ b/resources/lang/ru_RU/form.php @@ -70,35 +70,35 @@ return [ 'destination_amount' => 'Сумма (назначение)', 'native_amount' => 'Native amount', - 'revenue_account_source' => 'Revenue account (source)', + 'revenue_account_source' => 'Доходный счет (источник)', 'source_account_asset' => 'Source account (asset account)', 'destination_account_expense' => 'Destination account (expense account)', 'destination_account_asset' => 'Destination account (asset account)', 'source_account_revenue' => 'Source account (revenue account)', - 'type' => 'Type', + 'type' => 'Тип', 'convert_Withdrawal' => 'Convert withdrawal', 'convert_Deposit' => 'Convert deposit', 'convert_Transfer' => 'Convert transfer', - 'amount' => 'Amount', - 'date' => 'Date', + 'amount' => 'Сумма', + 'date' => 'Дата', 'interest_date' => 'Interest date', 'book_date' => 'Book date', 'process_date' => 'Processing date', 'category' => 'Category', 'tags' => 'Tags', 'deletePermanently' => 'Delete permanently', - 'cancel' => 'Cancel', - 'targetdate' => 'Target date', - 'tag' => 'Tag', + 'cancel' => 'Отмена', + 'targetdate' => 'Намеченная дата', + 'tag' => 'Тег', 'under' => 'Under', 'symbol' => 'Символ', 'code' => 'Код', 'iban' => 'IBAN', 'accountNumber' => 'Номер счета', - 'has_headers' => 'Headers', - 'date_format' => 'Date format', + 'has_headers' => 'Заголовки', + 'date_format' => 'Формат даты', 'specifix' => 'Bank- or file specific fixes', 'attachments[]' => 'Attachments', 'store_new_withdrawal' => 'Store new withdrawal', @@ -108,13 +108,13 @@ return [ 'add_new_deposit' => 'Add a new deposit', 'add_new_transfer' => 'Add a new transfer', 'noPiggybank' => '(no piggy bank)', - 'title' => 'Title', - 'notes' => 'Notes', - 'filename' => 'File name', - 'mime' => 'Mime type', - 'size' => 'Size', - 'trigger' => 'Trigger', - 'stop_processing' => 'Stop processing', + 'title' => 'Заголовок', + 'notes' => 'Заметки', + 'filename' => 'Имя файла', + 'mime' => 'Тип Mime', + 'size' => 'Размер', + 'trigger' => 'Триггер', + 'stop_processing' => 'Остановить обработку', 'start_date' => 'Start of range', 'end_date' => 'End of range', 'export_start_range' => 'Start of export range',