Clean up code.

This commit is contained in:
James Cole
2023-12-10 06:45:59 +01:00
parent 9a807fc215
commit c2b22a2bac
157 changed files with 648 additions and 669 deletions

View File

@@ -469,10 +469,10 @@ return [
'search_modifier_transaction_type' => 'Тип транзакции - ":value"',
'search_modifier_not_transaction_type' => 'Тип транзакции не ":value"',
'search_modifier_tag_is' => 'Тег - ":value"',
'search_modifier_tag_contains' => 'Tag contains ":value"',
'search_modifier_not_tag_contains' => 'Tag does not contain ":value"',
'search_modifier_tag_ends' => 'Tag ends with ":value"',
'search_modifier_tag_starts' => 'Tag starts with ":value"',
'search_modifier_tag_contains' => 'Метка содержит ":value"',
'search_modifier_not_tag_contains' => 'Метка не содержит ":value"',
'search_modifier_tag_ends' => 'Метка заканчивается на ":value"',
'search_modifier_tag_starts' => 'Метка начинается с ":value"',
'search_modifier_not_tag_is' => 'Нет тега ":value"',
'search_modifier_date_on_year' => 'Транзакция в году ":value"',
'search_modifier_not_date_on_year' => 'Транзакция не в году ":value"',
@@ -1282,8 +1282,8 @@ return [
'rule_action_append_notes_to_descr' => 'Добавить заметки к описанию',
'rule_action_move_descr_to_notes' => 'Заменить заметки описанием',
'rule_action_move_notes_to_descr' => 'Заменить описание заметками',
'rule_action_set_destination_to_cash_choice' => 'Set destination account to (cash)',
'rule_action_set_source_to_cash_choice' => 'Set source account to (cash)',
'rule_action_set_destination_to_cash_choice' => 'Установить счет назначения (кэш)',
'rule_action_set_source_to_cash_choice' => 'Установить исходный счёт (кэш)',
'rulegroup_for_bills_title' => 'Группа правил для счетов к оплате',
'rulegroup_for_bills_description' => 'A special rule group for all the rules that involve bills.',
'rule_for_bill_title' => 'Auto-generated rule for bill ":name"',

View File

@@ -56,8 +56,8 @@ return [
'cannot_find_subscription' => 'Firefly III can\'t find subscription ":name"',
'no_notes_to_move' => 'The transaction has no notes to move to the description field',
'no_tags_to_remove' => 'The transaction has no tags to remove',
'not_withdrawal' => 'The transaction is not a withdrawal',
'not_deposit' => 'The transaction is not a deposit',
'not_withdrawal' => 'Транзакция не является снятием',
'not_deposit' => 'Транзакция не является депозитом',
'cannot_find_tag' => 'Firefly III can\'t find tag ":tag"',
'cannot_find_asset' => 'Firefly III can\'t find asset account ":name"',
'cannot_find_accounts' => 'Firefly III can\'t find the source or destination account',