{{ $t('availability.title') }}:
{{ $t(`availability.${station.generalInfo.availability}`) }}
-
{{
$t(
'scenery.req-level',
{ lvl: station.generalInfo.reqLevel },
station.generalInfo.reqLevel
)
}}
• {{ $t('controls.title') }}:
{{ $t(`controls.${station.generalInfo.controlType}`) }}
• {{ $t('signals.title') }}:
{{ $t(`signals.${station.generalInfo.signalType}`) }}
• {{ $t('scenery.lines-title') }}: {{ station.generalInfo.lines }}
• {{ $t('scenery.project-title') }}:
{{ station.generalInfo.project }}
{{
$t(
'scenery.authors-title',
{ authors: station.generalInfo.authors.length },
station.generalInfo.authors.length
)
}}:
{{ station.generalInfo.authors.join(', ') }}