From 0229fc243a5d29ad5fbc38afb51aaa184686ee3c Mon Sep 17 00:00:00 2001 From: James Cole Date: Fri, 17 Dec 2021 20:13:07 +0100 Subject: [PATCH] Add new transactions. --- resources/lang/en_US/firefly.php | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/resources/lang/en_US/firefly.php b/resources/lang/en_US/firefly.php index 0abcac273d..a3af0c2d65 100644 --- a/resources/lang/en_US/firefly.php +++ b/resources/lang/en_US/firefly.php @@ -342,6 +342,15 @@ return [ 'search_modifier_bill_is' => 'Bill is ":value"', 'search_modifier_transaction_type' => 'Transaction type is ":value"', 'search_modifier_tag_is' => 'Tag is ":value"', + 'search_modifier_date_is_year' => 'Transaction is in year ":value"', + 'search_modifier_date_is_month' => 'Transaction is in month ":value"', + 'search_modifier_date_is_day' => 'Transaction is on day of month ":value"', + 'search_modifier_date_before_year' => 'Transaction is before or in year ":value"', + 'search_modifier_date_before_month' => 'Transaction is before or in month ":value"', + 'search_modifier_date_before_day' => 'Transaction before or on day of month ":value"', + 'search_modifier_date_after_year' => 'Transaction is in or after year ":value"', + 'search_modifier_date_after_month' => 'Transaction is in or after month ":value"', + 'search_modifier_date_after_day' => 'Transaction is after or on day of month ":value"', 'update_rule_from_query' => 'Update rule ":rule" from search query', 'create_rule_from_query' => 'Create new rule from search query', 'rule_from_search_words' => 'The rule engine has a hard time handling ":string". The suggested rule that fits your search query may give different results. Please verify the rule triggers carefully.',