mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Add new search keywords
This commit is contained in:
@@ -221,21 +221,23 @@ return [
|
||||
'search_query' => 'Query',
|
||||
'search_found_transactions' => 'Firefly III found :count transaction(s) in :time seconds.',
|
||||
'search_for_query' => 'Firefly III is searching for transactions with all of these words in them: <span class="text-info">:query</span>',
|
||||
'search_modifier_amount_is' => 'Amount is exactly :value',
|
||||
'search_modifier_amount' => 'Amount is exactly :value',
|
||||
'search_modifier_amount_max' => 'Amount is at most :value',
|
||||
'search_modifier_amount_min' => 'Amount is at least :value',
|
||||
'search_modifier_amount_less' => 'Amount is less than :value',
|
||||
'search_modifier_amount_more' => 'Amount is more than :value',
|
||||
'search_modifier_source' => 'Source account is :value',
|
||||
'search_modifier_destination' => 'Destination account is :value',
|
||||
'search_modifier_category' => 'Category is :value',
|
||||
'search_modifier_budget' => 'Budget is :value',
|
||||
'search_modifier_bill' => 'Bill is :value',
|
||||
'search_modifier_type' => 'Transaction type is :value',
|
||||
'search_modifier_date' => 'Transaction date is :value',
|
||||
'search_modifier_date_before' => 'Transaction date is before :value',
|
||||
'search_modifier_date_after' => 'Transaction date is after :value',
|
||||
'search_modifier_amount_is' => 'Amount is exactly :value',
|
||||
'search_modifier_amount' => 'Amount is exactly :value',
|
||||
'search_modifier_amount_max' => 'Amount is at most :value',
|
||||
'search_modifier_amount_min' => 'Amount is at least :value',
|
||||
'search_modifier_amount_less' => 'Amount is less than :value',
|
||||
'search_modifier_amount_more' => 'Amount is more than :value',
|
||||
'search_modifier_source' => 'Source account is :value',
|
||||
'search_modifier_from' => 'Source account is :value',
|
||||
'search_modifier_destination' => 'Destination account is :value',
|
||||
'search_modifier_to' => 'Destination account is :value',
|
||||
'search_modifier_category' => 'Category is :value',
|
||||
'search_modifier_budget' => 'Budget is :value',
|
||||
'search_modifier_bill' => 'Bill is :value',
|
||||
'search_modifier_type' => 'Transaction type is :value',
|
||||
'search_modifier_date' => 'Transaction date is :value',
|
||||
'search_modifier_date_before' => 'Transaction date is before :value',
|
||||
'search_modifier_date_after' => 'Transaction date is after :value',
|
||||
'search_modifier_on' => 'Transaction date is :value',
|
||||
'search_modifier_before' => 'Transaction date is before :value',
|
||||
'search_modifier_after' => 'Transaction date is after :value',
|
||||
|
Reference in New Issue
Block a user