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": "รหัสบัญชีต้นทาง",
|
||||
"destinationAccountId": "รหัสบัญชีปลายทาง",
|
||||
@@ -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": "ส่งออกผลลัพธ์",
|
||||
@@ -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 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