mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-16 07:57:33 +08:00
insights explorer supports sub condition
This commit is contained in:
@@ -1517,6 +1517,8 @@
|
||||
"WHERE": "WHERE",
|
||||
"AND": "AND",
|
||||
"OR": "OR",
|
||||
"AND SUB": "AND SUB",
|
||||
"OR SUB": "OR SUB",
|
||||
"Today": "오늘",
|
||||
"Yesterday": "어제",
|
||||
"Recent 7 days": "최근 7일",
|
||||
@@ -1750,6 +1752,7 @@
|
||||
"Remove Query": "쿼리 제거",
|
||||
"Modify Query Name": "쿼리 이름 수정",
|
||||
"Add Condition": "조건 추가",
|
||||
"Add Sub Condition": "Add Sub Condition",
|
||||
"Remove Condition": "조건 제거",
|
||||
"No conditions defined. All transactions will match.": "조건이 정의되지 않았습니다. 모든 거래가 일치합니다.",
|
||||
"Unable to retrieve explorer list": "탐색기 목록을 가져올 수 없습니다",
|
||||
|
||||
Reference in New Issue
Block a user