show whether data is updated after pull down

This commit is contained in:
MaysWind
2023-06-18 22:43:47 +08:00
parent 55ad7b2e81
commit eb2e2b0a26
15 changed files with 102 additions and 17 deletions
+10
View File
@@ -812,6 +812,8 @@ export default {
'This Year': '今年',
'Monthly income': '当月收入',
'Unable to get transaction overview': '无法获取交易概要',
'Data is up to date': '数据已是最新',
'Data has been updated': '数据已更新',
'Net assets': '净资产',
'Total assets': '总资产',
'Total liabilities': '总负债',
@@ -826,6 +828,8 @@ export default {
'Receivables': '应收款项',
'Investment Account': '投资账户',
'Unable to get account list': '无法获取账户列表',
'Account list is up to date': '账户列表已是最新',
'Account list has been updated': '账户列表已更新',
'No available account': '没有可用的账户',
'Add Account': '添加账户',
'Edit Account': '编辑账户',
@@ -989,6 +993,8 @@ export default {
'Device & Sessions': '设备和会话',
'Logout All': '注销全部',
'Unable to get session list': '无法获取会话列表',
'Session list is up to date': '会话列表已是最新',
'Session list has been updated': '会话列表已更新',
'Current': '当前',
'Other Device': '其他设备',
'Unknown Device': '未知设备',
@@ -1008,6 +1014,8 @@ export default {
'Add Default Categories': '添加默认分类',
'Default Categories': '默认分类',
'Unable to get category list': '无法获取分类列表',
'Category list is up to date': '分类列表已是最新',
'Category list has been updated': '分类列表已更新',
'Unable to move category': '无法移动分类',
'Unable to hide this category': '无法隐藏该分类',
'Unable to unhide this category': '无法取消隐藏该分类',
@@ -1035,6 +1043,8 @@ export default {
'Tag Title': '标签标题',
'No available tag': '没有可用的标签',
'Unable to get tag list': '无法获取标签列表',
'Tag list is up to date': '标签列表已是最新',
'Tag list has been updated': '标签列表已更新',
'Unable to add tag': '无法添加标签',
'Unable to save tag': '无法保存标签',
'Unable to move tag': '无法移动标签',