Files
espocrm/application/Espo/Resources/i18n/fr_FR/DynamicLogic.json
2026-01-19 17:46:06 +01:00

16 lines
360 B
JSON

{
"options": {
"operators": {
"notEquals": "N'est pas égale",
"isEmpty": "Est vide",
"notContains": "Ne contient pas",
"notHas": "Ne contient pas",
"startsWith": "Commence avec",
"endsWith": "Termine avec",
"matches": "Correspondance (reg exp)"
}
},
"labels": {
"Field": "Champ"
}
}