demarches-normaliennes/config/locales/models/logic/fr.yml

21 lines
759 B
YAML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

fr:
logic:
empty: un membre vide
empty_operator: un opérateur vide
is: Est
is_not: Nest pas
operators:
'Logic::LessThan': Inférieur à
'Logic::LessThanEq': Inférieur ou égal à
'Logic::Eq': Égal à
'Logic::GreaterThan': Supérieur à
'Logic::GreaterThanEq': Supérieur ou égal à
'Logic::And': Et
'Logic::Or': Ou
'Logic::NotEq': Nest pas
'Logic::IncludeOperator': Contient
'Logic::ExcludeOperator': Ne contient pas
'Logic::InDepartementOperator': Est dans le département
'Logic::NotInDepartementOperator': N'est pas dans le département
'Logic::InRegionOperator': Est dans la région
'Logic::NotInRegionOperator': N'est pas dans la région