diff --git a/src/assets/i18n/de-DE.json b/src/assets/i18n/de-DE.json index e885dfc..8dced93 100644 --- a/src/assets/i18n/de-DE.json +++ b/src/assets/i18n/de-DE.json @@ -38,7 +38,8 @@ "title": "Salmon Run", "weapons": "Verfügbare Waffen", "bigrun": "Big Run", - "eggstrawork": "Team-Wettkampf" + "eggstrawork": "Team-Wettkampf", + "opens": "Schicht öffnet" }, "festival": { "title": "Splatfeste", @@ -90,5 +91,8 @@ "term": "Diese Website steht in keiner Verbindung zu Nintendo. Alle Produktnamen, Logos und Marken sind Eigentum der jeweiligen Inhaber.", "about": "Über", "data": "Daten" + }, + "social": { + "description": "Bleib auf dem Laufenden über die neuesten Nachrichten und Updates von Splatoon3.ink auf den sozialen Medien! In der Liste unten findest du deine Lieblingsplattform." } -} +} \ No newline at end of file diff --git a/src/assets/i18n/en-GB.json b/src/assets/i18n/en-GB.json index 90a50ad..a97df95 100644 --- a/src/assets/i18n/en-GB.json +++ b/src/assets/i18n/en-GB.json @@ -37,7 +37,8 @@ "title": "Salmon Run", "weapons": "Supplied Weapons", "bigrun": "Big Run", - "eggstrawork": "Eggstra Work" + "eggstrawork": "Eggstra Work", + "opens": "Shift opens" }, "festival": { "title": "Splatfests", @@ -66,5 +67,8 @@ "sale": "Gear on Sale Now", "dailydrop": "The Daily Drop", "order": "Order" + }, + "social": { + "description": "Stay up to date with the latest news and updates from Splatoon3.ink on social media! Check the list below to find your favorite platform." } -} +} \ No newline at end of file diff --git a/src/assets/i18n/en-US.json b/src/assets/i18n/en-US.json index 2d48874..a4faba5 100644 --- a/src/assets/i18n/en-US.json +++ b/src/assets/i18n/en-US.json @@ -38,7 +38,8 @@ "title": "Salmon Run", "weapons": "Supplied Weapons", "bigrun": "Big Run", - "eggstrawork": "Eggstra Work" + "eggstrawork": "Eggstra Work", + "opens": "Shift opens" }, "festival": { "title": "Splatfests", @@ -91,5 +92,8 @@ "about": "About", "socials": "Social Media", "data": "Data" + }, + "social": { + "description": "Stay up to date with the latest news and updates from Splatoon3.ink on social media! Check the list below to find your favorite platform." } -} +} \ No newline at end of file diff --git a/src/components/gear/RegularGear.vue b/src/components/gear/RegularGear.vue index 6f7a568..bc8d9f7 100644 --- a/src/components/gear/RegularGear.vue +++ b/src/components/gear/RegularGear.vue @@ -14,13 +14,8 @@
- +
{{ $t("gear.sale") }}
@@ -46,7 +41,7 @@ diff --git a/src/components/salmonrun/ExpandedSalmonRunRow.vue b/src/components/salmonrun/ExpandedSalmonRunRow.vue index f66852a..9076d97 100644 --- a/src/components/salmonrun/ExpandedSalmonRunRow.vue +++ b/src/components/salmonrun/ExpandedSalmonRunRow.vue @@ -13,7 +13,7 @@
- Shift opens + {{ $t('salmonrun.opens') }} {{ $t('time.in', { time: formatDurationHoursFromNow(schedule.startTime, true) }) }}
@@ -21,10 +21,8 @@
-
+
{{ $t('salmonrun.bigrun') }}
@@ -45,10 +43,7 @@
- +
diff --git a/src/views/SocialsView.vue b/src/views/SocialsView.vue index fbf781d..726d5a6 100644 --- a/src/views/SocialsView.vue +++ b/src/views/SocialsView.vue @@ -15,8 +15,7 @@
- Stay up to date with the latest news and updates from Splatoon3.ink on social media! - Check the list below to find your favorite platform. + {{ $t('social.description') }}
@@ -37,9 +36,11 @@ - + - +