mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-19 09:14:27 +08:00
tag filter supports selecting both included and excluded tags simultaneously
This commit is contained in:
@@ -1300,7 +1300,7 @@
|
||||
"balanceTime": "余额时间",
|
||||
"startTime": "开始时间",
|
||||
"endTime": "结束时间",
|
||||
"tagFilterType": "标签过滤类型",
|
||||
"tagFilter": "标签过滤",
|
||||
"amountFilter": "金额过滤",
|
||||
"sourceAccountId": "来源账户ID",
|
||||
"destinationAccountId": "目标账户ID",
|
||||
@@ -1328,7 +1328,8 @@
|
||||
"parameter invalid email format": "{parameter}格式错误",
|
||||
"parameter invalid currency": "{parameter}格式错误",
|
||||
"parameter invalid color": "{parameter}格式错误",
|
||||
"parameter invalid amount filter": "{parameter}格式错误"
|
||||
"parameter invalid amount filter": "{parameter}格式错误",
|
||||
"parameter invalid tag filter": "{parameter}格式错误"
|
||||
},
|
||||
"encoding": {
|
||||
"utf-8": "UTF-8",
|
||||
@@ -1442,6 +1443,8 @@
|
||||
"Auto detect": "自动检测",
|
||||
"Miscellaneous": "杂项",
|
||||
"Default": "默认",
|
||||
"Included": "包含",
|
||||
"Excluded": "排除",
|
||||
"Done": "完成",
|
||||
"Continue": "继续",
|
||||
"Previous": "上一步",
|
||||
@@ -1549,6 +1552,12 @@
|
||||
"Invert Selection in This Page": "本页反选",
|
||||
"Select All Valid Items": "选择全部有效项目",
|
||||
"Select All Invalid Items": "选择全部无效项目",
|
||||
"Set All to Included": "全部设置为包含",
|
||||
"Set All to Default": "全部设置为默认",
|
||||
"Set All to Excluded": "全部设置为排除",
|
||||
"Set All Visible Items to Included": "全部可见项目设置为包含",
|
||||
"Set All Visible Items to Default": "全部可见项目设置为默认",
|
||||
"Set All Visible Items to Excluded": "全部可见项目设置为排除",
|
||||
"Back": "返回",
|
||||
"Load More": "加载更多",
|
||||
"Export Results": "导出结果",
|
||||
@@ -1802,10 +1811,10 @@
|
||||
"Destination Account": "目标账户",
|
||||
"Transaction Tag": "交易标签",
|
||||
"Without Tags": "没有标签",
|
||||
"With Any Selected Tags": "包含任意选中的标签",
|
||||
"With All Selected Tags": "包含全部选中的标签",
|
||||
"Without Any Selected Tags": "不包含任意选中的标签",
|
||||
"Without All Selected Tags": "不包含全部选中的标签",
|
||||
"Include Any Selected Tags": "包含任意已选标签",
|
||||
"Include All Selected Tags": "包含所有已选标签",
|
||||
"Exclude Any Selected Tags": "排除任意已选标签",
|
||||
"Exclude All Selected Tags": "排除所有已选标签",
|
||||
"Multiple Tags": "多个标签",
|
||||
"Transaction Time": "交易时间",
|
||||
"Scheduled Transaction Frequency": "定时交易周期",
|
||||
|
||||
Reference in New Issue
Block a user