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