mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-19 17:24:26 +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