add transaction template

This commit is contained in:
MaysWind
2024-07-29 00:53:19 +08:00
parent 4c69243bef
commit de086aa29e
25 changed files with 2109 additions and 44 deletions
+19
View File
@@ -788,6 +788,7 @@ export default {
'Show': 'Show',
'Hide': 'Hide',
'Version': 'Version',
'Modify Name': 'Modify Name',
'Edit': 'Edit',
'Remove': 'Remove',
'Delete': 'Delete',
@@ -1020,6 +1021,7 @@ export default {
'Transactions': 'Transactions',
'Add Transaction': 'Add Transaction',
'Edit Transaction': 'Edit Transaction',
'Edit Transaction Template': 'Edit Transaction Template',
'Modify Balance': 'Modify Balance',
'Expense Amount': 'Expense Amount',
'Income Amount': 'Income Amount',
@@ -1268,6 +1270,23 @@ export default {
'Unable to delete this tag': 'Unable to delete this tag',
'Show Hidden Transaction Tags': 'Show Hidden Transaction Tags',
'Hide Hidden Transaction Tags': 'Hide Hidden Transaction Tags',
'Transaction Templates': 'Transaction Templates',
'Template Name': 'Template Name',
'No available template': 'No available template',
'Unable to retrieve template list': 'Unable to retrieve template list',
'Template list is up to date': 'Template list is up to date',
'Template list has been updated': 'Template list has been updated',
'Unable to add template': 'Unable to add template',
'Unable to save template': 'Unable to save template',
'Unable to move template': 'Unable to move template',
'Unable to retrieve template': 'Unable to retrieve template',
'Unable to hide this template': 'Unable to hide this template',
'Unable to unhide this template': 'Unable to unhide this template',
'Are you sure you want to delete this template?': 'Are you sure you want to delete this template?',
'Unable to delete this template': 'Unable to delete this template',
'You have saved this template': 'You have saved this template',
'Show Hidden Templates': 'Show Hidden Transaction Templates',
'Hide Hidden Templates': 'Hide Hidden Transaction Templates',
'Are you sure you want to logout from this session?': 'Are you sure you want to logout from this session?',
'Unable to logout from this session': 'Unable to logout from this session',
'Are you sure you want to logout all other sessions?': 'Are you sure you want to logout all other sessions?',
+19
View File
@@ -788,6 +788,7 @@ export default {
'Show': '显示',
'Hide': '隐藏',
'Version': '版本',
'Modify Name': '修改名称',
'Edit': '编辑',
'Remove': '移除',
'Delete': '删除',
@@ -1020,6 +1021,7 @@ export default {
'Transactions': '交易',
'Add Transaction': '添加交易',
'Edit Transaction': '编辑交易',
'Edit Transaction Template': '编辑交易模板',
'Modify Balance': '修改余额',
'Expense Amount': '支出金额',
'Income Amount': '收入金额',
@@ -1268,6 +1270,23 @@ export default {
'Unable to delete this tag': '无法删除该标签',
'Show Hidden Transaction Tags': '显示隐藏的交易标签',
'Hide Hidden Transaction Tags': '不显示隐藏的交易标签',
'Transaction Templates': '交易模板',
'Template Name': '模板名称',
'No available template': '没有可用的模板',
'Unable to retrieve template list': '无法获取模板列表',
'Template list is up to date': '模板列表已是最新',
'Template list has been updated': '模板列表已更新',
'Unable to add template': '无法添加模板',
'Unable to save template': '无法保存模板',
'Unable to move template': '无法移动模板',
'Unable to retrieve template': '无法获取模板',
'Unable to hide this template': '无法隐藏该模板',
'Unable to unhide this template': '无法取消隐藏该模板',
'Are you sure you want to delete this template?': '您确定要删除该模板?',
'Unable to delete this template': '无法删除该模板',
'You have saved this template': '您已经保存该模板',
'Show Hidden Templates': '显示隐藏的模板',
'Hide Hidden Templates': '不显示隐藏的模板',
'Are you sure you want to logout from this session?': '您确定要退出该会话?',
'Unable to logout from this session': '无法退出该会话',
'Are you sure you want to logout all other sessions?': '您确定要退出其他所有会话?',