mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-19 17:24: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 update exchange rate data for base currency",
|
||||
"cannot delete exchange rate data for base currency": "Cannot delete exchange rate data for base currency",
|
||||
"mcp server is not enabled": "MCP Server is not enabled",
|
||||
"llm provider is not enabled": "Large Language Model provider is not enabled",
|
||||
"no image for AI recognition": "There is no image for AI recognition",
|
||||
"image for AI recognition is empty": "Image for AI recognition file is empty",
|
||||
"exceed the maximum size of image file for AI recognition": "The uploaded image for AI recognition exceeds the maximum allowed file size",
|
||||
"query items cannot be blank": "Abfrageelemente dürfen nicht leer sein",
|
||||
"query items too much": "Zu viele Abfrageelemente",
|
||||
"query items have invalid item": "Ungültiges Element in Abfrageelementen",
|
||||
@@ -1389,6 +1393,7 @@
|
||||
"Refresh": "Aktualisieren",
|
||||
"Clear": "Löschen",
|
||||
"Generate": "Generate",
|
||||
"Recognize": "Recognize",
|
||||
"None": "Keine",
|
||||
"Unspecified": "Nicht angegeben",
|
||||
"Not set": "Nicht festgelegt",
|
||||
@@ -1719,6 +1724,14 @@
|
||||
"Duplicate (With Time)": "Duplicate (With Time)",
|
||||
"Duplicate (With Geographic Location)": "Duplicate (With Geographic Location)",
|
||||
"Duplicate (With Time and Geographic Location)": "Duplicate (With Time and Geographic Location)",
|
||||
"AI Image Recognition": "AI Image Recognition",
|
||||
"Choose from Library": "Choose from Library",
|
||||
"Take Photo": "Take Photo",
|
||||
"Unable to load image": "Unable to load image",
|
||||
"Unable to recognize image": "Unable to recognize image",
|
||||
"Drag and drop a receipt or transaction image here, or click to select one": "Drag and drop a receipt or transaction image here, or click to select one",
|
||||
"Release to load image": "Release to load image",
|
||||
"Please select a receipt or transaction image first": "Please select a receipt or transaction image first",
|
||||
"Category": "Kategorie",
|
||||
"Secondary Category": "Secondary Category",
|
||||
"Expense Category": "Expense Category",
|
||||
|
||||
Reference in New Issue
Block a user