show more user-friendly messages when some features are disabled

This commit is contained in:
MaysWind
2025-12-12 13:17:34 +08:00
parent 89dd306bb4
commit 1eb958a21b
21 changed files with 219 additions and 3 deletions
+8
View File
@@ -1637,6 +1637,11 @@
"Nickname cannot be blank": "昵称不能为空",
"Default currency cannot be blank": "默认货币不能为空",
"Unable to log in": "无法登录",
"Username/password login is disabled": "用户名/密码登录已禁用",
"External login is disabled": "外部登录已禁用",
"Two-factor authentication is disabled": "两步验证已禁用",
"Email verification is disabled": "电子邮箱验证已禁用",
"Forget password is disabled": "忘记密码已禁用",
"Two-Factor Authentication": "两步验证",
"Two-factor authentication is not enabled yet.": "两步验证没有启用。",
"Two-factor authentication is already enabled.": "两步验证已经启用。",
@@ -1798,6 +1803,7 @@
"AI Image Recognition": "AI识图",
"Unable to load image": "无法加载图片",
"Unable to recognize image": "无法识别图片",
"AI image recognition is disabled": "AI识图已禁用",
"You can drag and drop, paste or click to select a receipt or transaction image": "您可以拖拽、粘贴或点击选择收据或交易图片",
"Release to load image": "释放以加载图片",
"Loading image...": "正在加载图片...",
@@ -1916,6 +1922,7 @@
"Cannot import invalid transactions": "不能导入无效的交易",
"Unable to parse import file": "无法解析导入的文件",
"Unable to import transactions": "无法导入交易",
"Transaction importing is disabled": "导入交易已禁用",
"Load Data Mapping File": "加载数据映射文件",
"Save Data Mapping File": "保存数据映射文件",
"Data mapping file is invalid": "数据映射文件无效",
@@ -1990,6 +1997,7 @@
"Are you sure you want to remove this transaction picture?": "您确定要删除这张交易图片?",
"Unable to upload transaction picture": "无法上传交易图片",
"Unable to remove transaction picture": "无法删除交易图片",
"Transaction picture is disabled": "交易图片已禁用",
"Failed to load image, please check whether the config \"domain\" and \"root_url\" are set correctly.": "无法加载图片,请检查配置 \"domain\" 和 \"root_url\" 是否设置正确。",
"Search transaction description": "搜索交易描述",
"Unable to retrieve transaction list": "无法获取交易列表",