Some useful options

This commit is contained in:
2024-08-11 00:36:27 +08:00
parent b5da8ece4a
commit 00092ba7b6
4 changed files with 22 additions and 1 deletions

View File

@ -373,4 +373,5 @@ const i18nEnglish = {
'messageOutOfSync': 'May Out of Sync with Server',
'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',
};

View File

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