translate newly added messages about flv

This commit is contained in:
myl7 2022-02-08 19:29:01 +08:00
parent 1a8f145ed7
commit b3aed1d162
No known key found for this signature in database
GPG key ID: 04F1013B67177C88
3 changed files with 3 additions and 1 deletions

View file

@ -43,7 +43,7 @@ const VideoPreview: React.FC<{ file: OdFileObject }> = ({ file }) => {
{error ? (
<FourOhFour errorMsg={error.message} />
) : loading && isFlv ? (
<Loading loadingText="Loading FLV extension..." />
<Loading loadingText={t('Loading FLV extension...')} />
) : (
<DPlayer
className="aspect-video"

View file

@ -64,6 +64,7 @@
"Loading ...": "Loading ...",
"Loading EPUB ...": "Loading EPUB ...",
"Loading file content...": "Loading file content...",
"Loading FLV extension...": "Loading FLV extension...",
"Logout": "Logout",
"MIME type": "MIME type",
"Name": "Name",

View file

@ -62,6 +62,7 @@
"Loading ...": "加载中……",
"Loading EPUB ...": "加载 EPUB 中……",
"Loading file content...": "加载文件内容中……",
"Loading FLV extension...": "加载 FLV 扩展中……",
"Logout": "注销",
"MIME type": "MIME 类型",
"Name": "文件名",