{{ $t('journal.dispatcher-name') }}
{{ timetable.authorName }}
{{ $t('journal.stock-max-speed') }}
{{ timetable.maxSpeed }}km/h
{{ $t('journal.stock-length') }}
{{
currentHistoryIndex == 0
? timetable.stockLength
: stockHistory[currentHistoryIndex].stockLength || timetable.stockLength
}}m
{{ $t('journal.stock-mass') }}
{{
Math.floor(
(currentHistoryIndex == 0
? timetable.stockMass
: stockHistory[currentHistoryIndex].stockMass || timetable.stockMass) / 1000
)
}}t
{{ $t('journal.stock-dangers') }}:
-
{{ $t('general.TWR') }} (TWR)
| {{ timetable.warningNotes }}
-
{{ $t('general.SKR') }}
| Komentarze: {{ timetable.warningNotes }}
{{ $t('journal.stock-preview') }}: