diff --git a/web/i18n/en/general.json b/web/i18n/en/general.json index 73bc07cd..e913a662 100644 --- a/web/i18n/en/general.json +++ b/web/i18n/en/general.json @@ -2,6 +2,11 @@ "cobalt": "Download Videos for Free - YouTube, TikTok, Bilibili, Instagram, Facebook, Twitter", "meowbalt": "meowbalt", "beta": "beta", + "embed.description": "Download videos for free from YouTube, TikTok, Bilibili, Instagram, Facebook, and Twitter. No registration needed. Easy and fast video downloads.", + "guide": { + "title": "Freesavevideo.online Online Video Downloader Guide", + "description1": "Use Freesavevideo.online, the leading online video downloader to download videos and music. No extra software is required; you can save your favorite media directly from the web. Our intuitive platform makes video downloading simple and efficient.", + "description2": "Easily access and download various content, from popular movies and TV shows to exciting sports clips. Simply paste the video URL into the designated field and click the download button." + } - "embed.description": "Download videos for free from YouTube, TikTok, Bilibili, Instagram, Facebook, and Twitter. No registration needed. Easy and fast video downloads." } diff --git a/web/i18n/zh/general.json b/web/i18n/zh/general.json index 34c50479..c1f55325 100644 --- a/web/i18n/zh/general.json +++ b/web/i18n/zh/general.json @@ -2,5 +2,10 @@ "cobalt": "免费下载视频 - B站(Bilibili),YouTube,TikTok,Instagram,Facebook,Twitter", "meowbalt": "喵巴特", "beta": "测试版", - "embed.description": "从YouTube、TikTok、Bilibili、Instagram、Facebook和Twitter免费下载视频。无需注册。快速简单的视频下载。" + "embed.description": "从YouTube、TikTok、Bilibili、Instagram、Facebook和Twitter免费下载视频。无需注册。快速简单的视频下载。", + "guide": { + "title": "使用Freesavevideo.online在线视频下载指南", + "description1": "使用Freesavevideo.online,这是首屈一指的在线视频下载器,下载视频和音乐。无需额外的软件,直接从网上保存您喜欢的媒体。我们直观的平台使视频下载变得简单高效。", + "description2": "轻松访问并下载各种内容,从热门大片和流行电视剧到激动人心的体育片段。只需将视频URL粘贴到指定字段并点击下载按钮。" + } } diff --git a/web/src/components/misc/UseGuide.svelte b/web/src/components/misc/UseGuide.svelte new file mode 100644 index 00000000..c60d4091 --- /dev/null +++ b/web/src/components/misc/UseGuide.svelte @@ -0,0 +1,30 @@ + + +
{$t('general.guide.description1')}
+{$t('general.guide.description2')}
+