Video won't load until click

This commit is contained in:
2024-08-06 19:39:07 +08:00
parent dea743a307
commit 1d36b30361
6 changed files with 94 additions and 41 deletions

View File

@ -363,4 +363,7 @@ const i18nEnglish = {
'stickerUploaderNameHint':
'A human-friendly name given to the user in the sticker selection interface.',
'readMore': 'Read more',
'attachmentUnload': 'Not Loaded',
'attachmentUnloadCaption':
'In order to save traffic, this attachment is not loaded automatically. Click it to start loading.',
};

View File

@ -331,4 +331,6 @@ const i18nSimplifiedChinese = {
'stickerUploaderName': '贴图名称',
'stickerUploaderNameHint': '在贴图选择界面提供给用户的人类友好名称。',
'readMore': '阅读更多',
'attachmentUnload': '附件未加载',
'attachmentUnloadCaption': '为了节省流量,本附件未自动加载,点一下来开始加载。',
};