show message when force update exchange rates data and the data is up to date

This commit is contained in:
MaysWind
2023-04-02 18:06:36 +08:00
parent 5a924fa382
commit 853b01e2ca
4 changed files with 61 additions and 0 deletions
+1
View File
@@ -1001,6 +1001,7 @@ export default {
'No exchange rates data': 'No exchange rates data',
'There is no exchange rates data for your default currency': 'There is no exchange rates data for your default currency',
'Exchange rates data has been updated': 'Exchange rates data has been updated',
'Exchange rates data is up to date': 'Exchange rates data is up to date',
'Unable to get exchange rates data': 'Unable to get exchange rates data',
'About': 'About',
'Build Time': 'Build Time',
+1
View File
@@ -1001,6 +1001,7 @@ export default {
'No exchange rates data': '没有汇率数据',
'There is no exchange rates data for your default currency': '没有您默认货币的汇率数据',
'Exchange rates data has been updated': '汇率数据已更新',
'Exchange rates data is up to date': '汇率数据已是最新',
'Unable to get exchange rates data': '无法获取汇率数据',
'About': '关于',
'Build Time': '编译时间',