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': 'This Year',
'Monthly income': 'Monthly income',
'Unable to get transaction overview': 'Unable to get transaction overview',
'Data is up to date': 'Data is up to date',
'Data has been updated': 'Data has been updated',
'Net assets': 'Net assets',
'Total assets': 'Total assets',
'Total liabilities': 'Total liabilities',
@@ -826,6 +828,8 @@ export default {
'Receivables': 'Receivables',
'Investment Account': 'Investment Account',
'Unable to get account list': 'Unable to get account list',
'Account list is up to date': 'Account list is up to date',
'Account list has been updated': 'Account list has been updated',
'No available account': 'No available account',
'Add Account': 'Add Account',
'Edit Account': 'Edit Account',
@@ -989,6 +993,8 @@ export default {
'Device & Sessions': 'Device & Sessions',
'Logout All': 'Logout All',
'Unable to get session list': 'Unable to get session list',
'Session list is up to date': 'Session list is up to date',
'Session list has been updated': 'Session list has been updated',
'Current': 'Current',
'Other Device': 'Other Device',
'Unknown Device': 'Unknown Device',
@@ -1008,6 +1014,8 @@ export default {
'Add Default Categories': 'Add Default Categories',
'Default Categories': 'Default Categories',
'Unable to get category list': 'Unable to get category list',
'Category list is up to date': 'Category list is up to date',
'Category list has been updated': 'Category list has been updated',
'Unable to move category': 'Unable to move category',
'Unable to hide this category': 'Unable to hide this category',
'Unable to unhide this category': 'Unable to unhide this category',
@@ -1035,6 +1043,8 @@ export default {
'Tag Title': 'Tag Title',
'No available tag': 'No available tag',
'Unable to get tag list': 'Unable to get tag list',
'Tag list is up to date': 'Tag list is up to date',
'Tag list has been updated': 'Tag list has been updated',
'Unable to add tag': 'Unable to add tag',
'Unable to save tag': 'Unable to save tag',
'Unable to move tag': 'Unable to move tag',
+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': '无法移动标签',