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