You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
}. This is the ${currentTrainType?.nameRoman??'Local'} train ${
852
+
}. This is the ${yamanoteTrainTypeEn??currentTrainType?.nameRoman??'Local'} train ${
830
853
connectedLines[0]?.nameRoman
831
854
? `on the ${connectedLines[0]?.nameRoman}`
832
855
: ''
@@ -957,7 +980,7 @@ export const useTTSText = (
957
980
[APP_THEME.JR_WEST]: {
958
981
NEXT: `${
959
982
firstSpeech
960
-
? `Thank you for using ${currentLine?.company?.nameEnglishShort}. This is the ${currentTrainType?.nameRoman??'Local'} Service bound for ${boundForEn}${
983
+
? `Thank you for using ${currentLine?.company?.nameEnglishShort}. This is the ${yamanoteTrainTypeEn??currentTrainType?.nameRoman??'Local'} Service bound for ${boundForEn}${
961
984
viaStation ? `via ${viaStation.nameRoman}` : ''
962
985
}. We will be stopping at ${allStops
963
986
.slice(0,5)
@@ -1024,7 +1047,7 @@ export const useTTSText = (
1024
1047
firstSpeech
1025
1048
? `Thank you for using the ${currentLine.nameRoman}. `
1026
1049
: ''
1027
-
}This is the ${currentTrainType?.nameRoman??'Local'} train bound for ${boundForEn}. The next station is ${
1050
+
}This is the ${yamanoteTrainTypeEn??currentTrainType?.nameRoman??'Local'} train bound for ${boundForEn}. The next station is ${
1028
1051
nextStation?.nameRoman
1029
1052
}${nextStationNumberText}${
1030
1053
transferLines.length
@@ -1066,7 +1089,7 @@ export const useTTSText = (
1066
1089
ARRIVING: '',
1067
1090
},
1068
1091
[APP_THEME.JR_KYUSHU]: {
1069
-
NEXT: `${firstSpeech ? `This is a ${currentTrainType?.nameRoman??'Local'} train bound for ${boundForEn}.` : ''} The next station is ${
1092
+
NEXT: `${firstSpeech ? `This is a ${yamanoteTrainTypeEn??currentTrainType?.nameRoman??'Local'} train bound for ${boundForEn}.` : ''} The next station is ${
0 commit comments