otpUi:
  PrintableItinerary:
    TncLeg:
      estimatedTravelTime: >-
        Estimated travel time: <strong>{duration}</strong> (does not account for
        traffic)
      estimatedWaitTime: "Estimated wait time for pickup: <strong>{duration}</strong>"
      header: <strong>Take {company}</strong> to <strong>{place}</strong>
    TransitLeg:
      alight: >-
        Get off at <strong>{place}</strong>{stopCode, select, undefined {} other
        { ({stopCode})}} at <strong>{time, time, short}</strong>
      board: >-
        Board at <strong>{place}</strong>{stopCode, select, undefined {} other {
        ({stopCode})}} at <strong>{time, time, short}</strong>
      continuesAs: Continues as {routeDescription}
    depart: <strong>Depart</strong> from <strong>{place}</strong>
