mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-18 12:28:46 +00:00
Updated translations.
This commit is contained in:
@@ -342,6 +342,15 @@ return [
|
||||
'search_modifier_bill_is' => '账单是“:value”',
|
||||
'search_modifier_transaction_type' => '交易类型是“:value”',
|
||||
'search_modifier_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' => '从搜索语句更新规则“:rule”',
|
||||
'create_rule_from_query' => '从搜索语句创建新规则',
|
||||
'rule_from_search_words' => '规则引擎无法处理“:string”。符合搜索语句的建议规则可能会给出不同的结果,请仔细确认规则触发条件。',
|
||||
|
||||
Reference in New Issue
Block a user