diff options
| author | Zog | 2018-06-01 12:10:11 +0200 |
|---|---|---|
| committer | Zog | 2018-06-01 12:10:11 +0200 |
| commit | 1e6b830a083e4c30f9f65c7fa51a9f066742f66d (patch) | |
| tree | 5bd2e7e6b6685246f95f8b887f451ec9d050a5c3 /config | |
| parent | 12b974e13538b9f1952e4282c88d1b1a913c7f84 (diff) | |
| download | chouette-core-6979-ruby-controls-sets.tar.bz2 | |
Refs #6979; Flag controls intended to be handled by the Java third-party app6979-ruby-controls-sets
And prevent calls to the java API when it is not needed
Diffstat (limited to 'config')
| -rw-r--r-- | config/locales/compliance_controls.en.yml | 3 | ||||
| -rw-r--r-- | config/locales/compliance_controls.fr.yml | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/config/locales/compliance_controls.en.yml b/config/locales/compliance_controls.en.yml index 73979c168..113e81937 100644 --- a/config/locales/compliance_controls.en.yml +++ b/config/locales/compliance_controls.en.yml @@ -167,6 +167,7 @@ en: 3_shape_1: "Tracé %{source_objectid} : le tracé passe trop loin de l'arrêt %{target_0_label} (%{target_0_objectid}) : %{error_value} > %{reference_value}" 3_shape_2: "Tracé %{source_objectid} : le tracé n'est pas défini entre les arrêts %{target_0_label} (%{target_0_objectid}) et %{target_1_label} (%{target_1_objectid})" 3_shape_3: "Le tracé de l'itinéraire %{source_objectid} est en écart avec la voirie sur %{error_value} sections" + activerecord: models: compliance_control: @@ -222,6 +223,8 @@ en: one: "Min, max values of numeric fields" generic_attribute_control/uniqueness: one: "Attribute uniqueness of an object in a line" + dummy_control/dummy: + one: "Dummy" attributes: compliance_control: diff --git a/config/locales/compliance_controls.fr.yml b/config/locales/compliance_controls.fr.yml index e46aa7693..df376943c 100644 --- a/config/locales/compliance_controls.fr.yml +++ b/config/locales/compliance_controls.fr.yml @@ -164,6 +164,7 @@ fr: 3_shape_1: "Tracé %{source_objectid} : le tracé passe trop loin de l'arrêt %{target_0_label} (%{target_0_objectid}) : %{error_value} > %{reference_value}" 3_shape_2: "Tracé %{source_objectid} : le tracé n'est pas défini entre les arrêts %{target_0_label} (%{target_0_objectid}) et %{target_1_label} (%{target_1_objectid})" 3_shape_3: "Le tracé de l'itinéraire %{source_objectid} est en écart avec la voirie sur %{error_value} sections" + activerecord: models: compliance_control: @@ -219,6 +220,8 @@ fr: one: "Valeur min, max de champs numériques" generic_attribute_control/uniqueness: one: "Unicité d'un attribut d'un objet dans une ligne" + dummy_control/dummy: + one: "Dummy" attributes: compliance_control: |
