mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-19 17:24:26 +08:00
add transaction template
This commit is contained in:
@@ -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?': '您确定要退出其他所有会话?',
|
||||
|
||||
Reference in New Issue
Block a user