mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-21 02:04:26 +08:00
create transactions from AI receipt image recognition results
This commit is contained in:
@@ -1224,6 +1224,10 @@
|
||||
"cannot update exchange rate data for base currency": "不能更新默认货币的汇率数据",
|
||||
"cannot delete exchange rate data for base currency": "不能删除默认货币的汇率数据",
|
||||
"mcp server is not enabled": "MCP 服务器没有启用",
|
||||
"llm provider is not enabled": "大语言模型服务提供者没有启用",
|
||||
"no image for AI recognition": "没有用于AI识别的图片",
|
||||
"image for AI recognition is empty": "用于AI识别的图片为空",
|
||||
"exceed the maximum size of image file for AI recognition": "用于AI识别的图片超出了允许的最大文件大小",
|
||||
"query items cannot be blank": "请求项目不能为空",
|
||||
"query items too much": "请求项目过多",
|
||||
"query items have invalid item": "请求项目中有非法项目",
|
||||
@@ -1389,6 +1393,7 @@
|
||||
"Refresh": "刷新",
|
||||
"Clear": "清除",
|
||||
"Generate": "生成",
|
||||
"Recognize": "识别",
|
||||
"None": "无",
|
||||
"Unspecified": "未指定",
|
||||
"Not set": "未设置",
|
||||
@@ -1719,6 +1724,14 @@
|
||||
"Duplicate (With Time)": "复制 (含时间)",
|
||||
"Duplicate (With Geographic Location)": "复制 (含地理位置)",
|
||||
"Duplicate (With Time and Geographic Location)": "复制 (含时间和地理位置)",
|
||||
"AI Image Recognition": "AI识图",
|
||||
"Choose from Library": "从图库选择",
|
||||
"Take Photo": "拍照",
|
||||
"Unable to load image": "无法加载图片",
|
||||
"Unable to recognize image": "无法识别图片",
|
||||
"Drag and drop a receipt or transaction image here, or click to select one": "拖拽收据或交易图片到此处,或点击选择图片",
|
||||
"Release to load image": "释放以加载图片",
|
||||
"Please select a receipt or transaction image first": "请先选择收据或交易图片",
|
||||
"Category": "分类",
|
||||
"Secondary Category": "二级分类",
|
||||
"Expense Category": "支出分类",
|
||||
|
||||
Reference in New Issue
Block a user