diff options
| author | Zog | 2018-04-25 09:12:26 +0200 |
|---|---|---|
| committer | Zog | 2018-04-25 09:12:26 +0200 |
| commit | d0c9be18498c1179a9341f51c5705a736d21ea71 (patch) | |
| tree | bf540e06a33d5be29663a30dd75d62d0e1fedb7e /config/locales/vehicle_journeys.en.yml | |
| parent | eb51cf0aa62a96c552c1a32778aa84e64df458a6 (diff) | |
| download | chouette-core-d0c9be18498c1179a9341f51c5705a736d21ea71.tar.bz2 | |
Refs #6472; Add Constraint Zone exclusions to journeys6472-itls-exclusions
along with the React interface
Diffstat (limited to 'config/locales/vehicle_journeys.en.yml')
| -rw-r--r-- | config/locales/vehicle_journeys.en.yml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/config/locales/vehicle_journeys.en.yml b/config/locales/vehicle_journeys.en.yml index c0d6f74d4..c073fd1e7 100644 --- a/config/locales/vehicle_journeys.en.yml +++ b/config/locales/vehicle_journeys.en.yml @@ -5,7 +5,7 @@ en: id: Filter by ID... journey_pattern: Filter by journey pattern... timetable: Filter by timetable... - + constraint_zone: Select a routing constraint zone purchase_window: Filter by purchase window cancel_selection: "Cancel Selection" fetching_error: "There has been a problem fetching the data. Please reload the page to try again." @@ -17,6 +17,7 @@ en: no_associated_timetables: No associated timetables no_associated_purchase_windows: No associated purchase windows no_associated_footnotes: No associated footnotes + no_excluded_constraint_zones: No exluded constraint zone duplicate: one: Clone %{count} vehicle journey other: Clone %{count} vehicle journeys @@ -58,6 +59,7 @@ en: start: Start end: End ending_stop: "Arrival" + excluded_constraint_zones: Excluded constraint zones infos: Informations set: "Set" show_arrival_time: "Show and edit arrival times" @@ -161,6 +163,7 @@ en: vehicle_journey_at_stop_ids: "Time list" vehicle_type_identifier: "Vehicle Type Identifier" start_time: Start time + constraint_exclusions: Constraint Zones exclusions errors: models: vehicle_journey: |
