diff options
| author | cedricnjanga | 2018-05-16 23:40:23 -0700 |
|---|---|---|
| committer | Johan Van Ryseghem | 2018-05-31 14:10:09 +0200 |
| commit | ab00694f49336a326d934ff0bd85b76e2e0a6c23 (patch) | |
| tree | ef6e2e264f909d49c0ea991b21c45ac1307dfef5 /config | |
| parent | cc4f4a0abff3eeef4af6091180777bf3a0de6746 (diff) | |
| download | chouette-core-ab00694f49336a326d934ff0bd85b76e2e0a6c23.tar.bz2 | |
Refs #7057 Display ComplianceControl object type to CCSet#select_type & CCSet#show views
Diffstat (limited to 'config')
| -rw-r--r-- | config/locales/compliance_controls.en.yml | 7 | ||||
| -rw-r--r-- | config/locales/compliance_controls.fr.yml | 1 |
2 files changed, 5 insertions, 3 deletions
diff --git a/config/locales/compliance_controls.en.yml b/config/locales/compliance_controls.en.yml index cb370c5df..73979c168 100644 --- a/config/locales/compliance_controls.en.yml +++ b/config/locales/compliance_controls.en.yml @@ -8,11 +8,11 @@ en: subclass: Object subclasses: generic: 'Generic' - journey_pattern: 'JourneyPattern' + journey_pattern: 'Journey Pattern' line: 'Line' route: 'Route' - routing_constraint_zone: 'RoutingConstraint' - vehicle_journey: 'VehicleJourney' + routing_constraint_zone: 'Routing Constraint Zone' + vehicle_journey: 'Vehicle Journey' search_no_results: 'No compliance controls matching your query' min_max_values: "the minimum (%{min}) is not supposed to be greater than the maximum (%{max})" errors: @@ -236,3 +236,4 @@ en: prerequisite: "Prerequisite" predicate: "Predicate" pattern: Regular expression + subclass: Object diff --git a/config/locales/compliance_controls.fr.yml b/config/locales/compliance_controls.fr.yml index 0b0555b6d..e46aa7693 100644 --- a/config/locales/compliance_controls.fr.yml +++ b/config/locales/compliance_controls.fr.yml @@ -233,3 +233,4 @@ fr: prerequisite: "Prérequis" predicate: "Prédicat" pattern: Expression régulière + subclass: Objet |
