mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-20 17:54:30 +08:00
add insights & explore page
This commit is contained in:
@@ -1434,6 +1434,7 @@
|
||||
"Update": "更新",
|
||||
"Refresh": "重新載入",
|
||||
"Clear": "清除",
|
||||
"Clear All": "全部清除",
|
||||
"Generate": "產生",
|
||||
"Recognize": "識別",
|
||||
"Recognizing": "正在識別",
|
||||
@@ -1490,6 +1491,9 @@
|
||||
"More": "更多",
|
||||
"All": "全部",
|
||||
"Partial": "部分",
|
||||
"WHERE": "條件",
|
||||
"AND": "且",
|
||||
"OR": "或",
|
||||
"Today": "今天",
|
||||
"Yesterday": "昨天",
|
||||
"Recent 7 days": "最近7天",
|
||||
@@ -1527,6 +1531,19 @@
|
||||
"Not equal to": "不等於",
|
||||
"Between": "介於",
|
||||
"Not between": "不介於",
|
||||
"In": "包含於",
|
||||
"Has any": "包含任一",
|
||||
"Has all": "包含所有",
|
||||
"Not has any": "不包含任一",
|
||||
"Not has all": "不包含所有",
|
||||
"Is empty": "為空",
|
||||
"Is not empty": "不為空",
|
||||
"Contains": "包含",
|
||||
"Not contains": "不包含",
|
||||
"Starts with": "開頭是",
|
||||
"Not starts with": "開頭不是",
|
||||
"Ends with": "結尾是",
|
||||
"Not ends with": "結尾不是",
|
||||
"Pie Chart": "圓餅圖",
|
||||
"Bar Chart": "長條圖",
|
||||
"Radar Chart": "雷達圖",
|
||||
@@ -1675,6 +1692,20 @@
|
||||
"Transaction Calendar": "交易日曆",
|
||||
"Transaction Details": "交易詳情",
|
||||
"Statistics & Analysis": "統計分析",
|
||||
"Insights & Explore": "洞察探索",
|
||||
"Query": "查詢",
|
||||
"Data Table": "資料表格",
|
||||
"Chart": "圖表",
|
||||
"New Explore": "新的探索",
|
||||
"Add Query": "新增查詢",
|
||||
"Remove Query": "移除查詢",
|
||||
"Modify Query Name": "修改查詢名稱",
|
||||
"Add Condition": "新增條件",
|
||||
"Remove Condition": "移除條件",
|
||||
"No conditions defined. All transactions will match.": "沒有定義條件。所有交易都符合。",
|
||||
"Editor": "編輯器",
|
||||
"Expression": "表達式",
|
||||
"Failed to generate expression": "產生表達式失敗",
|
||||
"Account List": "帳戶清單",
|
||||
"This Week": "本週",
|
||||
"This Month": "本月",
|
||||
@@ -1997,6 +2028,7 @@
|
||||
"Failed to load image, please check whether the config \"domain\" and \"root_url\" are set correctly.": "無法載入圖片,請檢查設定 \"domain\" 和 \"root_url\" 是否設定正確。",
|
||||
"Search transaction description": "搜尋交易描述",
|
||||
"Unable to retrieve transaction list": "無法取得交易清單",
|
||||
"Unable to retrieve all transactions": "無法取得所有交易",
|
||||
"Unable to retrieve reconciliation statements": "無法取得對帳單",
|
||||
"Custom Date Range": "自訂日期範圍",
|
||||
"Select Month": "選擇月份",
|
||||
@@ -2121,6 +2153,7 @@
|
||||
"Show Confirmation Every Time": "每次提示確認",
|
||||
"Automatically Add Geolocation": "自動新增地理位置",
|
||||
"Always Show Transaction Pictures": "總是顯示交易圖片",
|
||||
"Insights & Explore Page": "洞察探索頁面",
|
||||
"Account List Page": "帳戶清單頁面",
|
||||
"Accounts Included in Total": "計入總金額的帳戶",
|
||||
"Exchange Rates Data Page": "匯率資料頁面",
|
||||
|
||||
Reference in New Issue
Block a user