diff --git a/assets/i18n/en.json b/assets/i18n/en.json index 27ab4407..f8326c19 100644 --- a/assets/i18n/en.json +++ b/assets/i18n/en.json @@ -131,7 +131,8 @@ "subtitle-none": "No Subtitle", "subtitle": "Subtitle", "subtitle-change": "Change Subtitle {title}", - "subtitle-file": "Subtitle File" + "subtitle-file": "Subtitle File", + "torrent-downloading": "Torrent downloading" }, "comic-settings": { diff --git a/assets/i18n/zh.json b/assets/i18n/zh.json index d65454c0..076ccc15 100644 --- a/assets/i18n/zh.json +++ b/assets/i18n/zh.json @@ -120,7 +120,8 @@ "subtitle-none": "不使用字幕", "subtitle": "字幕", "subtitle-change": "切换字幕 {title}", - "subtitle-file": "选择字幕文件" + "subtitle-file": "选择字幕文件", + "torrent-downloading": "正在下载种子" }, "reader": { diff --git a/lib/pages/watch/video_controller.dart b/lib/pages/watch/video_controller.dart index 01706d1f..0b0a14d1 100644 --- a/lib/pages/watch/video_controller.dart +++ b/lib/pages/watch/video_controller.dart @@ -194,7 +194,7 @@ class VideoPlayerController extends GetxController { sendMessage( Message( - Text('video.torrent-download'.i18n), + Text('video.torrent-downloading'.i18n), ), ); // 下载 torrent