diff --git a/src/pages/downloads.vue b/src/pages/downloads.vue index 523bd595..db5d7982 100644 --- a/src/pages/downloads.vue +++ b/src/pages/downloads.vue @@ -64,7 +64,7 @@ v-if="isMobile" class="dl-container__section dl-container__mobile-warning waves-aligned" > - PreMiD is not available for mobile devices. Please use a desktop browser to install PreMiD. + {{ $t("downloads.mobile.notAvailable") }} @@ -76,31 +76,42 @@
-

Big News!

+

{{ $t("downloads.notice.header.title") }}

-

We've removed the application completely!
Now you only need the browser extension - no extra downloads needed.

+

+ {{ $t("downloads.notice.header.removal") }}
+ {{ $t("downloads.notice.header.simplified") }} +

- One-Click Setup - No App Needed - Just Works™ + {{ $t("downloads.notice.features.oneClick") }} + {{ $t("downloads.notice.features.noApp") }} + {{ $t("downloads.notice.features.justWorks") }}
- Application removed in v2.6.0 to make your life easier ✨ + {{ $t("downloads.notice.version") }}
-

Get PreMiD for your browser

+

{{ $t("downloads.notice.browsers.title") }}

+ + Chrome +
+ +
- - {{ isChrome ? browser.name : "Chrome" }} + + Edge
Safari -
Coming Soon
+
{{ $t("downloads.notice.browsers.comingSoon") }}
@@ -126,8 +137,8 @@
-

Beta Program

-

Love trying new stuff? Join our Discord and use /beta to get early access!

+

{{ $t("downloads.notice.beta.title") }}

+

{{ $t("downloads.notice.beta.description") }}

@@ -135,31 +146,35 @@
-

Alpha Access

-

Support us on GitHub or Patreon to get the bleeding-edge features!

+

{{ $t("downloads.notice.alpha.title") }}

+

{{ $t("downloads.notice.alpha.description") }}

-

Need help? Join our Discord for support!

+

+ {{ $t("downloads.notice.support.needHelp") }} + {{ $t("downloads.notice.support.discord") }} + {{ $t("downloads.notice.support.forSupport") }} +

-

Love PreMiD?

-

Consider supporting us or leaving a review - it means the world to us!

+

{{ $t("downloads.notice.appreciation.title") }}

+

{{ $t("downloads.notice.appreciation.description") }}

@@ -172,11 +187,7 @@
- {{ - showDownloads - ? $t("downloads.mobile.hideDownloads") - : $t("downloads.mobile.showDownloads") - }} + {{ showDownloads ? $t("downloads.mobile.hideDownloads") : $t("downloads.mobile.showDownloads") }}