New translations form.php (Russian)

This commit is contained in:
James Cole
2017-08-25 07:07:21 +02:00
parent 8eb6092f91
commit f9aa33315a

View File

@@ -14,103 +14,103 @@ declare(strict_types=1);
return [ return [
// new user: // new user:
'bank_name' => 'Bank name', 'bank_name' => '',
'bank_balance' => 'Balance', 'bank_balance' => '',
'savings_balance' => 'Savings balance', 'savings_balance' => '',
'credit_card_limit' => 'Credit card limit', 'credit_card_limit' => '',
'automatch' => 'Match automatically', 'automatch' => '',
'skip' => 'Skip', 'skip' => '',
'name' => 'Name', 'name' => '',
'active' => 'Active', 'active' => '',
'amount_min' => 'Minimum amount', 'amount_min' => '',
'amount_max' => 'Maximum amount', 'amount_max' => '',
'match' => 'Matches on', 'match' => '',
'repeat_freq' => 'Repeats', 'repeat_freq' => '',
'journal_currency_id' => 'Currency', 'journal_currency_id' => '',
'currency_id' => 'Currency', 'currency_id' => '',
'attachments' => 'Attachments', 'attachments' => '',
'journal_amount' => 'Amount', 'journal_amount' => '',
'journal_asset_source_account' => 'Asset account (source)', 'journal_asset_source_account' => '',
'journal_source_account_name' => 'Revenue account (source)', 'journal_source_account_name' => '',
'journal_source_account_id' => 'Asset account (source)', 'journal_source_account_id' => '',
'BIC' => 'BIC', 'BIC' => '',
'verify_password' => 'Verify password security', 'verify_password' => '',
'account_from_id' => 'From account', 'account_from_id' => '',
'account_to_id' => 'To account', 'account_to_id' => '',
'source_account' => 'Source account', 'source_account' => '',
'destination_account' => 'Destination account', 'destination_account' => '',
'journal_destination_account_id' => 'Asset account (destination)', 'journal_destination_account_id' => '',
'asset_destination_account' => 'Asset account (destination)', 'asset_destination_account' => '',
'asset_source_account' => 'Asset account (source)', 'asset_source_account' => '',
'journal_description' => 'Description', 'journal_description' => '',
'note' => 'Notes', 'note' => '',
'split_journal' => 'Split this transaction', 'split_journal' => '',
'split_journal_explanation' => 'Split this transaction in multiple parts', 'split_journal_explanation' => '',
'currency' => 'Currency', 'currency' => '',
'account_id' => 'Asset account', 'account_id' => '',
'budget_id' => 'Budget', 'budget_id' => '',
'openingBalance' => 'Opening balance', 'openingBalance' => '',
'tagMode' => 'Tag mode', 'tagMode' => '',
'tagPosition' => 'Tag location', 'tagPosition' => '',
'virtualBalance' => 'Virtual balance', 'virtualBalance' => '',
'longitude_latitude' => 'Location', 'longitude_latitude' => '',
'targetamount' => 'Target amount', 'targetamount' => '',
'accountRole' => 'Account role', 'accountRole' => '',
'openingBalanceDate' => 'Opening balance date', 'openingBalanceDate' => '',
'ccType' => 'Credit card payment plan', 'ccType' => '',
'ccMonthlyPaymentDate' => 'Credit card monthly payment date', 'ccMonthlyPaymentDate' => '',
'piggy_bank_id' => 'Piggy bank', 'piggy_bank_id' => '',
'returnHere' => 'Return here', 'returnHere' => '',
'returnHereExplanation' => 'After storing, return here to create another one.', 'returnHereExplanation' => '',
'returnHereUpdateExplanation' => 'After updating, return here.', 'returnHereUpdateExplanation' => '',
'description' => 'Description', 'description' => '',
'expense_account' => 'Expense account', 'expense_account' => '',
'revenue_account' => 'Доходный счет', 'revenue_account' => 'Доходный счет',
'decimal_places' => 'Количество цифр после точки', 'decimal_places' => 'Количество цифр после точки',
'exchange_rate_instruction' => 'Иностранные валюты', 'exchange_rate_instruction' => 'Иностранные валюты',
'exchanged_amount' => 'Сумма обмена', 'exchanged_amount' => 'Сумма обмена',
'source_amount' => 'Сумма (источник)', 'source_amount' => 'Сумма (источник)',
'destination_amount' => 'Сумма (назначение)', 'destination_amount' => 'Сумма (назначение)',
'native_amount' => 'Native amount', 'native_amount' => '',
'revenue_account_source' => 'Доходный счет (источник)', 'revenue_account_source' => 'Доходный счет (источник)',
'source_account_asset' => 'Source account (asset account)', 'source_account_asset' => '',
'destination_account_expense' => 'Destination account (expense account)', 'destination_account_expense' => '',
'destination_account_asset' => 'Destination account (asset account)', 'destination_account_asset' => '',
'source_account_revenue' => 'Source account (revenue account)', 'source_account_revenue' => '',
'type' => 'Тип', 'type' => 'Тип',
'convert_Withdrawal' => 'Convert withdrawal', 'convert_Withdrawal' => '',
'convert_Deposit' => 'Convert deposit', 'convert_Deposit' => '',
'convert_Transfer' => 'Convert transfer', 'convert_Transfer' => '',
'amount' => 'Сумма', 'amount' => 'Сумма',
'date' => 'Дата', 'date' => 'Дата',
'interest_date' => 'Interest date', 'interest_date' => '',
'book_date' => 'Book date', 'book_date' => '',
'process_date' => 'Processing date', 'process_date' => '',
'category' => 'Category', 'category' => '',
'tags' => 'Tags', 'tags' => '',
'deletePermanently' => 'Delete permanently', 'deletePermanently' => '',
'cancel' => 'Отмена', 'cancel' => 'Отмена',
'targetdate' => 'Намеченная дата', 'targetdate' => 'Намеченная дата',
'tag' => 'Тег', 'tag' => 'Тег',
'under' => 'Under', 'under' => '',
'symbol' => 'Символ', 'symbol' => 'Символ',
'code' => 'Код', 'code' => 'Код',
'iban' => 'IBAN', 'iban' => '',
'accountNumber' => 'Номер счета', 'accountNumber' => 'Номер счета',
'has_headers' => 'Заголовки', 'has_headers' => 'Заголовки',
'date_format' => 'Формат даты', 'date_format' => 'Формат даты',
'specifix' => 'Bank- or file specific fixes', 'specifix' => '',
'attachments[]' => 'Attachments', 'attachments[]' => '',
'store_new_withdrawal' => 'Store new withdrawal', 'store_new_withdrawal' => '',
'store_new_deposit' => 'Store new deposit', 'store_new_deposit' => '',
'store_new_transfer' => 'Store new transfer', 'store_new_transfer' => '',
'add_new_withdrawal' => 'Add a new withdrawal', 'add_new_withdrawal' => '',
'add_new_deposit' => 'Add a new deposit', 'add_new_deposit' => '',
'add_new_transfer' => 'Add a new transfer', 'add_new_transfer' => '',
'noPiggybank' => '(no piggy bank)', 'noPiggybank' => '',
'title' => 'Заголовок', 'title' => 'Заголовок',
'notes' => 'Заметки', 'notes' => 'Заметки',
'filename' => 'Имя файла', 'filename' => 'Имя файла',
@@ -118,63 +118,63 @@ return [
'size' => 'Размер', 'size' => 'Размер',
'trigger' => 'Триггер', 'trigger' => 'Триггер',
'stop_processing' => 'Остановить обработку', 'stop_processing' => 'Остановить обработку',
'start_date' => 'Start of range', 'start_date' => '',
'end_date' => 'End of range', 'end_date' => '',
'export_start_range' => 'Start of export range', 'export_start_range' => '',
'export_end_range' => 'End of export range', 'export_end_range' => '',
'export_format' => 'File format', 'export_format' => '',
'include_attachments' => 'Include uploaded attachments', 'include_attachments' => '',
'include_old_uploads' => 'Include imported data', 'include_old_uploads' => '',
'accounts' => 'Export transactions from these accounts', 'accounts' => '',
'delete_account' => 'Delete account ":name"', 'delete_account' => '',
'delete_bill' => 'Delete bill ":name"', 'delete_bill' => '',
'delete_budget' => 'Delete budget ":name"', 'delete_budget' => '',
'delete_category' => 'Delete category ":name"', 'delete_category' => '',
'delete_currency' => 'Delete currency ":name"', 'delete_currency' => '',
'delete_journal' => 'Delete transaction with description ":description"', 'delete_journal' => '',
'delete_attachment' => 'Delete attachment ":name"', 'delete_attachment' => '',
'delete_rule' => 'Delete rule ":title"', 'delete_rule' => '',
'delete_rule_group' => 'Delete rule group ":title"', 'delete_rule_group' => '',
'delete_link_type' => 'Delete link type ":name"', 'delete_link_type' => '',
'attachment_areYouSure' => 'Are you sure you want to delete the attachment named ":name"?', 'attachment_areYouSure' => '',
'account_areYouSure' => 'Are you sure you want to delete the account named ":name"?', 'account_areYouSure' => '',
'bill_areYouSure' => 'Are you sure you want to delete the bill named ":name"?', 'bill_areYouSure' => '',
'rule_areYouSure' => 'Are you sure you want to delete the rule titled ":title"?', 'rule_areYouSure' => '',
'ruleGroup_areYouSure' => 'Are you sure you want to delete the rule group titled ":title"?', 'ruleGroup_areYouSure' => '',
'budget_areYouSure' => 'Are you sure you want to delete the budget named ":name"?', 'budget_areYouSure' => '',
'category_areYouSure' => 'Are you sure you want to delete the category named ":name"?', 'category_areYouSure' => '',
'currency_areYouSure' => 'Are you sure you want to delete the currency named ":name"?', 'currency_areYouSure' => '',
'piggyBank_areYouSure' => 'Are you sure you want to delete the piggy bank named ":name"?', 'piggyBank_areYouSure' => '',
'journal_areYouSure' => 'Are you sure you want to delete the transaction described ":description"?', 'journal_areYouSure' => '',
'mass_journal_are_you_sure' => 'Are you sure you want to delete these transactions?', 'mass_journal_are_you_sure' => '',
'tag_areYouSure' => 'Are you sure you want to delete the tag ":tag"?', 'tag_areYouSure' => '',
'journal_link_areYouSure' => 'Are you sure you want to delete the link between <a href=":source_link">:source</a> and <a href=":destination_link">:destination</a>?', 'journal_link_areYouSure' => '',
'linkType_areYouSure' => 'Are you sure you want to delete the link type ":name" (":inward" / ":outward")?', 'linkType_areYouSure' => '',
'permDeleteWarning' => 'Deleting stuff from Firely is permanent and cannot be undone.', 'permDeleteWarning' => '',
'mass_make_selection' => 'You can still prevent items from being deleted by removing the checkbox.', 'mass_make_selection' => '',
'delete_all_permanently' => 'Delete selected permanently', 'delete_all_permanently' => '',
'update_all_journals' => 'Update these transactions', 'update_all_journals' => '',
'also_delete_transactions' => 'The only transaction connected to this account will be deleted as well.|All :count transactions connected to this account will be deleted as well.', 'also_delete_transactions' => '',
'also_delete_connections' => 'The only transaction linked with this link type will lose this connection.|All :count transactions linked with this link type will lose their connection.', 'also_delete_connections' => '',
'also_delete_rules' => 'The only rule connected to this rule group will be deleted as well.|All :count rules connected to this rule group will be deleted as well.', 'also_delete_rules' => '',
'also_delete_piggyBanks' => 'The only piggy bank connected to this account will be deleted as well.|All :count piggy bank connected to this account will be deleted as well.', 'also_delete_piggyBanks' => '',
'bill_keep_transactions' => 'The only transaction connected to this bill will not be deleted.|All :count transactions connected to this bill will spared deletion.', 'bill_keep_transactions' => '',
'budget_keep_transactions' => 'The only transaction connected to this budget will not be deleted.|All :count transactions connected to this budget will spared deletion.', 'budget_keep_transactions' => '',
'category_keep_transactions' => 'The only transaction connected to this category will not be deleted.|All :count transactions connected to this category will spared deletion.', 'category_keep_transactions' => '',
'tag_keep_transactions' => 'The only transaction connected to this tag will not be deleted.|All :count transactions connected to this tag will spared deletion.', 'tag_keep_transactions' => '',
'email' => 'Email address', 'email' => '',
'password' => 'Password', 'password' => '',
'password_confirmation' => 'Password (again)', 'password_confirmation' => '',
'blocked' => 'Is blocked?', 'blocked' => '',
'blocked_code' => 'Reason for block', 'blocked_code' => '',
// admin // admin
'domain' => 'Domain', 'domain' => '',
'single_user_mode' => 'Single user mode', 'single_user_mode' => '',
'must_confirm_account' => 'New users must activate account', 'must_confirm_account' => '',
'is_demo_site' => 'Is demo site', 'is_demo_site' => '',
// import // import
@@ -189,11 +189,11 @@ return [
'csv_config' => 'Параметры импорта CSV', 'csv_config' => 'Параметры импорта CSV',
'due_date' => 'Due date', 'due_date' => '',
'payment_date' => 'Payment date', 'payment_date' => '',
'invoice_date' => 'Invoice date', 'invoice_date' => '',
'internal_reference' => 'Internal reference', 'internal_reference' => '',
'inward' => 'Inward description', 'inward' => '',
'outward' => 'Outward description', 'outward' => '',
]; ];