diff --git a/resources/lang/ru_RU/form.php b/resources/lang/ru_RU/form.php index c25d3120aa..5e7bc9356b 100644 --- a/resources/lang/ru_RU/form.php +++ b/resources/lang/ru_RU/form.php @@ -62,12 +62,12 @@ return [ 'returnHereUpdateExplanation' => 'After updating, return here.', 'description' => 'Description', 'expense_account' => 'Expense account', - 'revenue_account' => 'Revenue account', - 'decimal_places' => 'Decimal places', - 'exchange_rate_instruction' => 'Foreign currencies', - 'exchanged_amount' => 'Exchanged amount', - 'source_amount' => 'Amount (source)', - 'destination_amount' => 'Amount (destination)', + 'revenue_account' => 'Доходный счет', + 'decimal_places' => 'Количество цифр после точки', + 'exchange_rate_instruction' => 'Иностранные валюты', + 'exchanged_amount' => 'Сумма обмена', + 'source_amount' => 'Сумма (источник)', + 'destination_amount' => 'Сумма (назначение)', 'native_amount' => 'Native amount', 'revenue_account_source' => 'Revenue account (source)', @@ -93,10 +93,10 @@ return [ 'targetdate' => 'Target date', 'tag' => 'Tag', 'under' => 'Under', - 'symbol' => 'Symbol', - 'code' => 'Code', + 'symbol' => 'Символ', + 'code' => 'Код', 'iban' => 'IBAN', - 'accountNumber' => 'Account number', + 'accountNumber' => 'Номер счета', 'has_headers' => 'Headers', 'date_format' => 'Date format', 'specifix' => 'Bank- or file specific fixes',