Fix typos in BranchView and OverviewView: Correct spelling of 'Steuerfläche', 'prüfen', and 'alltäglicher' for improved localization accuracy.
This commit is contained in:
@@ -6,7 +6,7 @@
|
|||||||
<div>
|
<div>
|
||||||
<span class="branch-kicker">Niederlassung</span>
|
<span class="branch-kicker">Niederlassung</span>
|
||||||
<h2>{{ $t('falukant.branch.title') }}</h2>
|
<h2>{{ $t('falukant.branch.title') }}</h2>
|
||||||
<p>Produktion, Lager, Verkauf und Transport in einer spielweltbezogenen Steuerflaeche.</p>
|
<p>Produktion, Lager, Verkauf und Transport in einer spielweltbezogenen Steuerfläche.</p>
|
||||||
<div class="branch-hero__meta">
|
<div class="branch-hero__meta">
|
||||||
<span class="branch-hero__badge">
|
<span class="branch-hero__badge">
|
||||||
{{ $t('falukant.branch.currentCertificate') }}: {{ currentCertificate ?? '---' }}
|
{{ $t('falukant.branch.currentCertificate') }}: {{ currentCertificate ?? '---' }}
|
||||||
|
|||||||
@@ -288,7 +288,7 @@ export default {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
kicker: 'Überblick',
|
kicker: 'Überblick',
|
||||||
title: 'Finanzen pruefen',
|
title: 'Finanzen prüfen',
|
||||||
description: 'Kontostand, Verlauf und wirtschaftliche Entwicklung ohne lange Suche.',
|
description: 'Kontostand, Verlauf und wirtschaftliche Entwicklung ohne lange Suche.',
|
||||||
cta: 'Geldhistorie',
|
cta: 'Geldhistorie',
|
||||||
route: 'MoneyHistoryView',
|
route: 'MoneyHistoryView',
|
||||||
@@ -305,7 +305,7 @@ export default {
|
|||||||
{
|
{
|
||||||
kicker: 'Besitz',
|
kicker: 'Besitz',
|
||||||
title: 'Haus und Umfeld',
|
title: 'Haus und Umfeld',
|
||||||
description: 'Wohnsitz und alltaeglicher Status als eigener Arbeitsbereich.',
|
description: 'Wohnsitz und alltäglicher Status als eigener Arbeitsbereich.',
|
||||||
cta: 'Zum Haus',
|
cta: 'Zum Haus',
|
||||||
route: 'HouseView',
|
route: 'HouseView',
|
||||||
secondary: true,
|
secondary: true,
|
||||||
|
|||||||
Reference in New Issue
Block a user