Rebuild frontend.

This commit is contained in:
James Cole
2021-04-11 07:43:07 +02:00
parent 5a7c3bd716
commit 3c36eed461
46 changed files with 219 additions and 76 deletions

View File

@@ -298,6 +298,8 @@ return [
'search_modifier_has_any_category' => 'Транзакция должна быть связана с (любой) категорией',
'search_modifier_has_no_budget' => 'Транзакция не должна быть связана с бюджетом',
'search_modifier_has_any_budget' => 'Транзакция должна быть связана с (любым) бюджетом',
'search_modifier_has_no_bill' => 'The transaction must have no bill',
'search_modifier_has_any_bill' => 'The transaction must have a (any) bill',
'search_modifier_has_no_tag' => 'У транзакции не должно быть меток',
'search_modifier_has_any_tag' => 'Транзакция должна иметь (любую) метку',
'search_modifier_notes_contain' => 'Заметки транзакции содержат ":value"',
@@ -525,6 +527,10 @@ return [
'rule_trigger_has_no_budget' => 'Транзакция не связана ни с одним бюджетом',
'rule_trigger_has_any_budget_choice' => 'Связана с (любым) бюджетом',
'rule_trigger_has_any_budget' => 'Транзакция связана с (любым) бюджетом',
'rule_trigger_has_no_bill_choice' => 'Has no bill',
'rule_trigger_has_no_bill' => 'Transaction has no bill',
'rule_trigger_has_any_bill_choice' => 'Has a (any) bill',
'rule_trigger_has_any_bill' => 'Transaction has a (any) bill',
'rule_trigger_has_no_tag_choice' => 'Нет меток',
'rule_trigger_has_no_tag' => 'У транзакции ни одной метки',
'rule_trigger_has_any_tag_choice' => 'Есть одна или несколько (любых) меток',