forked from MapComplete/MapComplete
Fix: make text a translation
This commit is contained in:
parent
f89b8a5323
commit
418e0cd149
3 changed files with 4 additions and 1 deletions
|
@ -7,6 +7,7 @@
|
||||||
import type { LayoutInformation } from "../../Models/ThemeConfig/LayoutConfig"
|
import type { LayoutInformation } from "../../Models/ThemeConfig/LayoutConfig"
|
||||||
import Tr from "../Base/Tr.svelte"
|
import Tr from "../Base/Tr.svelte"
|
||||||
import SubtleLink from "../Base/SubtleLink.svelte"
|
import SubtleLink from "../Base/SubtleLink.svelte"
|
||||||
|
import Translations from "../i18n/Translations"
|
||||||
|
|
||||||
export let theme: LayoutInformation
|
export let theme: LayoutInformation
|
||||||
export let isCustom: boolean = false
|
export let isCustom: boolean = false
|
||||||
|
@ -81,7 +82,7 @@
|
||||||
</span>
|
</span>
|
||||||
{#if selected}
|
{#if selected}
|
||||||
<span class="alert">
|
<span class="alert">
|
||||||
Press enter to open theme
|
<Tr t={Translations.t.general.morescreen.enterToOpen} />
|
||||||
</span>
|
</span>
|
||||||
{/if}
|
{/if}
|
||||||
</span>
|
</span>
|
||||||
|
|
|
@ -227,6 +227,7 @@
|
||||||
},
|
},
|
||||||
"morescreen": {
|
"morescreen": {
|
||||||
"createYourOwnTheme": "Create your own MapComplete theme from scratch",
|
"createYourOwnTheme": "Create your own MapComplete theme from scratch",
|
||||||
|
"enterToOpen": "Press enter to open theme",
|
||||||
"hiddenExplanation": "These themes are only accessible to those with the link. You have discovered {hidden_discovered} of {total_hidden} hidden themes.",
|
"hiddenExplanation": "These themes are only accessible to those with the link. You have discovered {hidden_discovered} of {total_hidden} hidden themes.",
|
||||||
"intro": "<h3>More thematic maps?</h3>Do you enjoy collecting geodata? <br/>There are more themes available.",
|
"intro": "<h3>More thematic maps?</h3>Do you enjoy collecting geodata? <br/>There are more themes available.",
|
||||||
"noMatchingThemes": "No themes matched your search criteria",
|
"noMatchingThemes": "No themes matched your search criteria",
|
||||||
|
|
|
@ -202,6 +202,7 @@
|
||||||
"logout": "Afmelden",
|
"logout": "Afmelden",
|
||||||
"morescreen": {
|
"morescreen": {
|
||||||
"createYourOwnTheme": "Maak je eigen MapComplete-kaart",
|
"createYourOwnTheme": "Maak je eigen MapComplete-kaart",
|
||||||
|
"enterToOpen": "Druk op enter om thema te openen",
|
||||||
"hiddenExplanation": "Deze thema's zijn enkel zichtbaar indien je de link kent. Je hebt {hidden_discovered} van {total_hidden} verborgen thema's ontdekt.",
|
"hiddenExplanation": "Deze thema's zijn enkel zichtbaar indien je de link kent. Je hebt {hidden_discovered} van {total_hidden} verborgen thema's ontdekt.",
|
||||||
"intro": "<h3>Meer thematische kaarten?</h3>Vind je het leuk om geodata te verzamelen? <br> Hier vind je meer kaartthema's.",
|
"intro": "<h3>Meer thematische kaarten?</h3>Vind je het leuk om geodata te verzamelen? <br> Hier vind je meer kaartthema's.",
|
||||||
"noMatchingThemes": "Geen enkel thema beantwoord je zoekopdracht",
|
"noMatchingThemes": "Geen enkel thema beantwoord je zoekopdracht",
|
||||||
|
|
Loading…
Reference in a new issue