mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-18 08:44:25 +08:00
tag filter supports selecting both included and excluded tags simultaneously
This commit is contained in:
+15
-6
@@ -1300,7 +1300,7 @@
|
||||
"balanceTime": "残高時間",
|
||||
"startTime": "開始時間",
|
||||
"endTime": "終了時間",
|
||||
"tagFilterType": "タグフィルタータイプ",
|
||||
"tagFilter": "Tag Filter",
|
||||
"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": "Included",
|
||||
"Excluded": "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 Included",
|
||||
"Set All to Default": "Set All to Default",
|
||||
"Set All to Excluded": "Set All to Excluded",
|
||||
"Set All Visible Items to Included": "Set All Visible Items to Included",
|
||||
"Set All Visible Items to Default": "Set All Visible Items to Default",
|
||||
"Set All Visible Items to Excluded": "Set All Visible Items to Excluded",
|
||||
"Back": "戻る",
|
||||
"Load More": "さらに読み込む",
|
||||
"Export Results": "Export Results",
|
||||
@@ -1802,10 +1811,10 @@
|
||||
"Destination Account": "宛先口座",
|
||||
"Transaction Tag": "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 Any Selected Tags",
|
||||
"Include All Selected Tags": "Include All Selected Tags",
|
||||
"Exclude Any Selected Tags": "Exclude Any Selected Tags",
|
||||
"Exclude All Selected Tags": "Exclude All Selected Tags",
|
||||
"Multiple Tags": "複数のタグ",
|
||||
"Transaction Time": "取引時間",
|
||||
"Scheduled Transaction Frequency": "スケジュールされた取引の頻度",
|
||||
|
||||
Reference in New Issue
Block a user