show a confirmation dialog allowing the user to change the editable transaction range to "All" when unable to add or edit a transaction due to the limitation on the editable transaction range

This commit is contained in:
MaysWind
2024-09-20 00:47:53 +08:00
parent 6655d725ae
commit 5221ab481e
6 changed files with 88 additions and 5 deletions
+4 -1
View File
@@ -1515,6 +1515,7 @@
"Source account cannot be blank": "Source account cannot be blank",
"Destination account cannot be blank": "Destination account cannot be blank",
"Are you sure you want to save this transaction with a zero amount?": "Are you sure you want to save this transaction with a zero amount?",
"You have set this time range to prevent editing transactions. Would you like to change the editable transaction range to All?": "You have set this time range to prevent editing transactions. Would you like to change the editable transaction range to All?",
"Unable to retrieve transaction": "Unable to retrieve transaction",
"Unable to add transaction": "Unable to add transaction",
"Unable to save transaction": "Unable to save transaction",
@@ -1642,12 +1643,14 @@
"Please enter your current password when modifying your password": "Please enter your current password when modifying your password",
"Nothing has been modified": "Nothing has been modified",
"Your profile has been successfully updated": "Your profile has been successfully updated",
"Unable to update user profile": "Unable to update user profile",
"Your editable transaction range has been set to All": "Your editable transaction range has been set to All",
"Unable to update editable transaction range": "Unable to update editable transaction range",
"Unable to update user avatar": "Unable to update user avatar",
"Your avatar has been successfully updated": "Your avatar has been successfully updated",
"Are you sure you want to remove avatar?": "Are you sure you want to remove avatar?",
"Unable to remove user avatar": "Unable to remove user avatar",
"Your avatar has been successfully removed": "Your avatar has been successfully removed",
"Unable to update user profile": "Unable to update user profile",
"After changing the password, other devices will be logged out. Please use the new password to log in on other devices.": "After changing the password, other devices will be logged out. Please use the new password to log in on other devices.",
"Data Management": "Data Management",
"Unable to retrieve user statistics data": "Unable to retrieve user statistics data",
+4 -1
View File
@@ -1515,6 +1515,7 @@
"Source account cannot be blank": "来源账户不能为空",
"Destination account cannot be blank": "目标账户不能为空",
"Are you sure you want to save this transaction with a zero amount?": "您确定要保存这个金额为0的交易?",
"You have set this time range to prevent editing transactions. Would you like to change the editable transaction range to All?": "您已经设置不允许修改这个时间范围的交易,是否要将可编辑交易范围设置为全部?",
"Unable to retrieve transaction": "无法获取交易",
"Unable to add transaction": "无法添加交易",
"Unable to save transaction": "无法保存交易",
@@ -1642,12 +1643,14 @@
"Please enter your current password when modifying your password": "修改密码时请输入您的当前密码",
"Nothing has been modified": "没有修改的项目",
"Your profile has been successfully updated": "您的用户信息更新成功",
"Unable to update user profile": "无法更新用户信息",
"Your editable transaction range has been set to All": "您的可编辑交易范围已设置为全部",
"Unable to update editable transaction range": "无法更新可编辑交易范围",
"Unable to update user avatar": "无法更新用户头像",
"Your avatar has been successfully updated": "您的头像更新成功",
"Are you sure you want to remove avatar?": "您确定要删除头像?",
"Unable to remove user avatar": "无法删除用户头像",
"Your avatar has been successfully removed": "您的用户头像删除成功",
"Unable to update user profile": "无法更新用户信息",
"After changing the password, other devices will be logged out. Please use the new password to log in on other devices.": "密码修改后,其他设备将会退出登录,请使用新密码在其他设备上重新登录。",
"Data Management": "数据管理",
"Unable to retrieve user statistics data": "无法获取用户统计数据",