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
Copy file name to clipboardExpand all lines: src/languages/en.ts
+2-3Lines changed: 2 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -3012,22 +3012,21 @@ const translations = {
3012
3012
`Your flight ${airlineCode} (${origin} → ${destination}) on ${startDate}} has been canceled by the airline.`,
3013
3013
flightScheduleChangePending: ({airlineCode}: AirlineParams)=>`The airline has proposed a schedule change for flight ${airlineCode}; we are awaiting confirmation.`,
3014
3014
flightScheduleChangeClosed: ({airlineCode, startDate}: AirlineParams)=>`Schedule change confirmed: flight ${airlineCode} now departs at ${startDate}.`,
3015
-
flightChanged: ({airlineCode, origin, destination, startDate}: FlightParams)=>`Your flight ${airlineCode} (${origin} → ${destination}) on ${startDate} has been changed.`,
3015
+
flightUpdated: ({airlineCode, origin, destination, startDate}: FlightParams)=>`Your flight ${airlineCode} (${origin} → ${destination}) on ${startDate} has been updated.`,
3016
3016
flightCabinChanged: ({airlineCode, cabinClass}: AirlineParams)=>`Your cabin class has been updated to ${cabinClass} on flight ${airlineCode}.`,
3017
3017
flightSeatConfirmed: ({airlineCode}: AirlineParams)=>`Your seat assignment on flight ${airlineCode} has been confirmed.`,
3018
3018
flightSeatChanged: ({airlineCode}: AirlineParams)=>`Your seat assignment on flight ${airlineCode} has been changed.`,
3019
3019
flightSeatCancelled: ({airlineCode}: AirlineParams)=>`Your seat assignment on flight ${airlineCode} was removed.`,
3020
3020
paymentDeclined: 'Payment for your air booking failed. Please try again.',
3021
3021
bookingCancelledByTraveler: ({type, id =''}: TravelTypeParams)=>`You cancelled your ${type} reservation ${id}.`,
3022
-
bookingCancelledByVendor: ({type, id =''}: TravelTypeParams)=>`The vendor cancelled your ${type} reservation ${id}.`,
3022
+
bookingCancelledByVendor: ({type, id =''}: TravelTypeParams)=>`The vendor cancelled your ${type} reservation ${id}.`,
3023
3023
bookingRebooked: ({type, id =''}: TravelTypeParams)=>`Your ${type} reservation was re-booked. New confirmation #:${id}.`,
3024
3024
bookingUpdated: ({type}: TravelTypeParams)=>`Your ${type} booking was updated. Review the new details in the itinerary.`,
`Your rail ticket for ${origin} → ${destination} on ${startDate} has been refunded. A credit will be processed.`,
3027
3027
railTicketExchange: ({origin, destination, startDate}: RailTicketParams)=>`Your rail ticket for ${origin} → ${destination} on ${startDate} has been exchanged.`,
3028
3028
railTicketUpdate: ({origin, destination, startDate}: RailTicketParams)=>`Your rail ticket for ${origin} → ${destination} on ${startDate} has been updated.`,
3029
3029
defaultUpdate: ({type}: TravelTypeParams)=>`Your ${type} reservation was updated.`,
Copy file name to clipboardExpand all lines: src/languages/es.ts
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -3036,7 +3036,7 @@ const translations = {
3036
3036
`Tu vuelo ${airlineCode} (${origin} → ${destination}) del ${startDate} ha sido cancelado por la aerolínea.`,
3037
3037
flightScheduleChangePending: ({airlineCode}: AirlineParams)=>`La aerolínea ha propuesto un cambio de horario para el vuelo ${airlineCode}; estamos esperando la confirmación.`,
3038
3038
flightScheduleChangeClosed: ({airlineCode, startDate}: AirlineParams)=>`Cambio de horario confirmado: el vuelo ${airlineCode} ahora sale a las ${startDate}.`,
3039
-
flightChanged: ({airlineCode, origin, destination, startDate}: FlightParams)=>`Tu vuelo ${airlineCode} (${origin} → ${destination}) del ${startDate} ha sido modificado.`,
3039
+
flightUpdated: ({airlineCode, origin, destination, startDate}: FlightParams)=>`Tu vuelo ${airlineCode} (${origin} → ${destination}) del ${startDate} ha sido actualizado.`,
3040
3040
flightCabinChanged: ({airlineCode, cabinClass}: AirlineParams)=>`Tu clase de cabina ha sido actualizada a ${cabinClass} en el vuelo ${airlineCode}.`,
3041
3041
flightSeatConfirmed: ({airlineCode}: AirlineParams)=>`Tu asignación de asiento en el vuelo ${airlineCode} ha sido confirmada.`,
3042
3042
flightSeatChanged: ({airlineCode}: AirlineParams)=>`Tu asignación de asiento en el vuelo ${airlineCode} ha sido modificada.`,
@@ -3051,7 +3051,6 @@ const translations = {
3051
3051
railTicketExchange: ({origin, destination, startDate}: RailTicketParams)=>`Tu billete de tren de ${origin} a ${destination} para el ${startDate} ha sido cambiado.`,
3052
3052
railTicketUpdate: ({origin, destination, startDate}: RailTicketParams)=>`Tu billete de tren de ${origin} a ${destination} para el ${startDate} ha sido actualizado.`,
3053
3053
defaultUpdate: ({type}: TravelTypeParams)=>`Tu reserva de ${type} fue actualizada.`,
3054
-
notSupported: 'Actualización de viaje no admitida.',
0 commit comments