mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-21 10:14:26 +08:00
add chart tab to insights & explore page
This commit is contained in:
@@ -129,6 +129,7 @@
|
||||
"clickToSelectedFile": "點擊選擇匯入檔案 ({extensions})",
|
||||
"previewCount": "預覽數量: {count}",
|
||||
"selectedCount": "已選擇 {count} / {totalCount}",
|
||||
"queryIndex": "查詢 #{index}",
|
||||
"youHaveUpdatedTransactions": "您已經更新 {count} 個交易",
|
||||
"confirmImportTransactions": "您確定要匯入 {count} 個交易?",
|
||||
"importingTransactions": "正在匯入 ({process}%)",
|
||||
@@ -1552,6 +1553,13 @@
|
||||
"Bubble Chart": "氣泡圖",
|
||||
"Candlestick Chart": "K線圖",
|
||||
"Sankey Chart": "桑基圖",
|
||||
"Column Chart (Stacked)": "柱狀圖(堆疊)",
|
||||
"Column Chart (100% Stacked)": "柱狀圖(100%堆疊)",
|
||||
"Column Chart (Grouped)": "柱狀圖(分組)",
|
||||
"Line Chart (Grouped)": "折線圖(分組)",
|
||||
"Area Chart (Stacked)": "面積圖(堆疊)",
|
||||
"Area Chart (100% Stacked)": "面積圖(100%堆疊)",
|
||||
"Bubble Chart (Grouped)": "氣泡圖(分組)",
|
||||
"Sort by": "排序方式",
|
||||
"Map": "地圖",
|
||||
"Provider": "提供者",
|
||||
@@ -1706,6 +1714,21 @@
|
||||
"Editor": "編輯器",
|
||||
"Expression": "表達式",
|
||||
"Failed to generate expression": "產生表達式失敗",
|
||||
"Axis / Category": "軸 / 類別",
|
||||
"Series": "系列",
|
||||
"Transaction Date": "交易日期",
|
||||
"Transaction Month": "交易月份",
|
||||
"Transaction Quarter": "交易季度",
|
||||
"Transaction Year": "交易年份",
|
||||
"Transaction Fiscal Year": "交易財政年度",
|
||||
"Source Account Category": "來源帳戶分類",
|
||||
"Source Account Currency": "來源帳戶貨幣",
|
||||
"Destination Account Category": "目標帳戶分類",
|
||||
"Destination Account Currency": "目標帳戶貨幣",
|
||||
"Value Metric": "值類型",
|
||||
"Transaction Count": "交易數量",
|
||||
"Average Amount": "平均金額",
|
||||
"Median Amount": "中位數金額",
|
||||
"Account List": "帳戶清單",
|
||||
"This Week": "本週",
|
||||
"This Month": "本月",
|
||||
|
||||
Reference in New Issue
Block a user