From 2e3343813144babd043529f6b957c36057fbfcb5 Mon Sep 17 00:00:00 2001 From: simon lehericey Date: Tue, 20 Sep 2022 15:32:11 +0200 Subject: [PATCH] fix(conditional): add missing locals --- .../conditions_errors_component.en.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 app/components/types_de_champ_editor/conditions_errors_component/conditions_errors_component.en.yml diff --git a/app/components/types_de_champ_editor/conditions_errors_component/conditions_errors_component.en.yml b/app/components/types_de_champ_editor/conditions_errors_component/conditions_errors_component.en.yml new file mode 100644 index 000000000..5cdbcd70e --- /dev/null +++ b/app/components/types_de_champ_editor/conditions_errors_component/conditions_errors_component.en.yml @@ -0,0 +1,9 @@ +--- +fr: + errors: + not_available: "A targeted field is not available." + unmanaged: "The field « %{libelle} » is a « %{type_champ} » and cannot be used as conditional source." + incompatible: "The field « %{libelle} » is a « %{type_champ} ». It cannot be %{operator} « %{right} »." + required_number: "« %{operator} » applies only to number." + required_list: "The « include » operator only applies to simple or multiple choice." + not_included: "« %{right} » is not included in « %{libelle} »."