Initial commit
This commit is contained in:
16
application/Espo/Resources/i18n/fr_FR/DynamicLogic.json
Normal file
16
application/Espo/Resources/i18n/fr_FR/DynamicLogic.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user