diff --git a/src/components/SceneryView/SceneryInfo.vue b/src/components/SceneryView/SceneryInfo.vue index c2ba46d..be58562 100644 --- a/src/components/SceneryView/SceneryInfo.vue +++ b/src/components/SceneryView/SceneryInfo.vue @@ -6,8 +6,19 @@ + +
+ + GeneraTOR app icon + {{ $t('scenery.gnr-link-content') }} + +
-
+
@@ -32,7 +43,7 @@ import SceneryInfoUserList from './SceneryInfo/SceneryInfoUserList.vue'; import SceneryInfoSpawnList from './SceneryInfo/SceneryInfoSpawnList.vue'; import SceneryInfoRoutes from './SceneryInfo/SceneryInfoRoutes.vue'; import SceneryInfoGeneral from './SceneryInfo/SceneryInfoGeneral.vue'; -import SceneryInfoAuthors from "./SceneryInfo/SceneryInfoAuthors.vue"; +import SceneryInfoAuthors from './SceneryInfo/SceneryInfoAuthors.vue'; import { ActiveScenery, Station } from '../../typings/common'; @@ -44,7 +55,7 @@ export default defineComponent({ SceneryInfoAuthors, SceneryInfoUserList, SceneryInfoSpawnList, - SceneryInfoRoutes, + SceneryInfoRoutes }, props: { station: { @@ -84,4 +95,8 @@ h3.section-header { .scenery-topic a { font-weight: bold; } + +.generator-app { + margin-top: 2em; +} diff --git a/src/locales/en.json b/src/locales/en.json index b007a78..3d5a0c9 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -52,7 +52,7 @@ "tooltip-driver-offline": "Driver is offline", "tooltip-scenery-offline": "Scenery is offline", "pojazdownik-link-content": "POJAZDOWNIK", - "gnr-link-content": "WRITTEN ORDERS" + "gnr-link-content": "TRAIN ORDERS
GENERATOR" }, "footer": { "discord": "Stacjownik Discord server" @@ -548,7 +548,8 @@ "tablice-link": "Timetable summary board (by Thundo)", "bottom-info": "Show full history in the Journal tab", "btn-show-internal-routes": "Show internal routes", - "btn-hide-internal-routes": "Hide internal routes" + "btn-hide-internal-routes": "Hide internal routes", + "gnr-link-content": "OPEN TRAIN ORDERS GENERATOR FOR THIS SCENERY" }, "availability": { "title": "Availability", diff --git a/src/locales/pl.json b/src/locales/pl.json index 9c67d45..444e553 100644 --- a/src/locales/pl.json +++ b/src/locales/pl.json @@ -49,7 +49,7 @@ "tooltip-driver-offline": "Maszynista offline", "tooltip-scenery-offline": "Sceneria offline", "pojazdownik-link-content": "POJAZDOWNIK", - "gnr-link-content": "ROZKAZY PISEMNE" + "gnr-link-content": "GENERATOR
ROZKAZÓW PISEMNYCH" }, "footer": { "discord": "Serwer Discord Stacjownika" @@ -534,7 +534,8 @@ "tablice-link": "Tablica informacyjna zbiorcza (autorstwa Thundo)", "bottom-info": "Pokaż pełną historię w zakładce Dziennika", "btn-show-internal-routes": "Pokazuj szlaki wewnętrzne", - "btn-hide-internal-routes": "Ukrywaj szlaki wewnętrzne" + "btn-hide-internal-routes": "Ukrywaj szlaki wewnętrzne", + "gnr-link-content": "OTWÓRZ GENERATOR ROZKAZÓW PISEMNYCH DLA TEJ SCENERII" }, "availability": { "title": "Dostępność", diff --git a/src/styles/_global.scss b/src/styles/_global.scss index 58c9a47..f5c4467 100644 --- a/src/styles/_global.scss +++ b/src/styles/_global.scss @@ -271,7 +271,7 @@ a.a-button { padding: 0.35em 0.75em; img { - width: 1.35em; + height: 1.35em; vertical-align: middle; } }