mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-19 09:14:27 +08:00
save insights explorer to database
This commit is contained in:
@@ -1270,6 +1270,9 @@
|
||||
"invalid oauth2 token": "无效的 OAuth 2.0 令牌",
|
||||
"cannot retrieve user info from oauth2 provider": "无法从 OAuth 2.0 提供者获取用户信息",
|
||||
"oauth2 user already bound to another user": "OAuth 2.0 用户已经绑定到另一个用户",
|
||||
"explorer id is invalid": "探索ID无效",
|
||||
"explorer not found": "探索不存在",
|
||||
"explorer data is invalid": "探索数据无效",
|
||||
"query items cannot be blank": "请求项目不能为空",
|
||||
"query items too much": "请求项目过多",
|
||||
"query items have invalid item": "请求项目中有非法项目",
|
||||
@@ -1709,13 +1712,33 @@
|
||||
"Query": "查询",
|
||||
"Data Table": "数据表格",
|
||||
"Chart": "图表",
|
||||
"New Exploration": "新的探索",
|
||||
"New Explorer": "新的探索",
|
||||
"Untitled Explorer": "未命名的探索",
|
||||
"More Explorer": "更多探索",
|
||||
"Save Explorer": "保存探索",
|
||||
"Save As New Explorer": "另存为新的探索",
|
||||
"Rename Explorer": "重命名探索",
|
||||
"Delete Explorer": "删除探索",
|
||||
"Explorer Name": "探索名称",
|
||||
"Add Query": "添加查询",
|
||||
"Remove Query": "移除查询",
|
||||
"Modify Query Name": "修改查询名称",
|
||||
"Add Condition": "添加条件",
|
||||
"Remove Condition": "移除条件",
|
||||
"No conditions defined. All transactions will match.": "没有定义条件。所有交易都会匹配。",
|
||||
"Unable to retrieve explorer list": "无法获取探索列表",
|
||||
"Explorer list is up to date": "探索列表已是最新",
|
||||
"Explorer list has been updated": "探索列表已更新",
|
||||
"Unable to retrieve explorer": "无法获取探索",
|
||||
"Unable to add explorer": "无法添加探索",
|
||||
"Unable to save explorer": "无法保存探索",
|
||||
"Unable to move explorer": "无法移动探索",
|
||||
"Unable to hide this explorer": "无法隐藏该探索",
|
||||
"Unable to unhide this explorer": "无法取消隐藏该探索",
|
||||
"Are you sure you want to delete this explorer?": "您确定要删除该探索?",
|
||||
"Unable to delete this explorer": "无法删除该探索",
|
||||
"Show Hidden Explorers": "显示隐藏的探索",
|
||||
"Hide Hidden Explorers": "不显示隐藏的探索",
|
||||
"Editor": "编辑器",
|
||||
"Expression": "表达式",
|
||||
"Failed to generate expression": "生成表达式失败",
|
||||
|
||||
Reference in New Issue
Block a user