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
`Your flight ${airlineCode} (${origin} → ${destination}) on ${startDate}} has been canceled by the airline`,
2960
+
`Your flight ${airlineCode} (${origin} → ${destination}) on ${startDate}} has been canceled by the airline.`,
2961
2961
flightScheduleChangePending: ({airlineCode}: AirlineParams)=>`The airline has proposed a schedule change for flight ${airlineCode}; we are awaiting confirmation.`,
2962
2962
flightScheduleChangeClosed: ({airlineCode, startDate}: AirlineParams)=>`Schedule change confirmed: flight ${airlineCode} now departs at ${startDate}.`,
2963
2963
flightChanged: ({airlineCode, origin, destination, startDate}: FlightParams)=>`Your flight ${airlineCode} (${origin} → ${destination}) on ${startDate} has been changed.`,
@@ -2975,6 +2975,7 @@ const translations = {
2975
2975
railTicketExchange: ({origin, destination, startDate}: RailTicketParams)=>`Your rail ticket for ${origin} → ${destination} on ${startDate} has been exchanged.`,
2976
2976
railTicketUpdate: ({origin, destination, startDate}: RailTicketParams)=>`Your rail ticket for ${origin} → ${destination} on ${startDate} has been updated.`,
2977
2977
defaultUpdate: ({type}: TravelTypeParams)=>`Your ${type} reservation was updated.`,
Copy file name to clipboardExpand all lines: src/languages/es.ts
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2999,6 +2999,7 @@ const translations = {
2999
2999
railTicketExchange: ({origin, destination, startDate}: RailTicketParams)=>`Tu billete de tren de ${origin} a ${destination} para el ${startDate} ha sido cambiado.`,
3000
3000
railTicketUpdate: ({origin, destination, startDate}: RailTicketParams)=>`Tu billete de tren de ${origin} a ${destination} para el ${startDate} ha sido actualizado.`,
3001
3001
defaultUpdate: ({type}: TravelTypeParams)=>`Tu reserva de ${type} fue actualizada.`,
3002
+
notSupported: 'Actualización de viaje no admitida.',
0 commit comments