🐛 Bug fixes

This commit is contained in:
2024-08-20 01:19:18 +08:00
parent 253cd1ecbd
commit 3ac510c4b1
6 changed files with 9 additions and 1 deletions

View File

@@ -380,4 +380,5 @@ const i18nEnglish = {
'messageOutOfSyncCaption':
'Since the App has entered the background, there may be a time difference between the message list and the server. Click to Refresh.',
'messageHistoryWipe': 'Wipe local message history',
'unknown': 'Unknown',
};

View File

@@ -346,4 +346,5 @@ const i18nSimplifiedChinese = {
'messageOutOfSync': '消息可能与服务器脱节',
'messageOutOfSyncCaption': '由于 App 进入后台,消息列表可能与服务器存在时差,点击刷新。',
'messageHistoryWipe': '清除消息记录',
'unknown': '未知',
};