Initial commit
This commit is contained in:
30
application/Espo/Resources/i18n/it_IT/DynamicLogic.json
Normal file
30
application/Espo/Resources/i18n/it_IT/DynamicLogic.json
Normal file
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"options": {
|
||||
"operators": {
|
||||
"equals": "Uguale",
|
||||
"notEquals": "Non uguale",
|
||||
"greaterThan": "Maggiore di",
|
||||
"lessThan": "Minore di",
|
||||
"greaterThanOrEquals": "Maggiore o uguale",
|
||||
"lessThanOrEquals": "Minore di o uguale a",
|
||||
"notIn": "Non in",
|
||||
"inPast": "Nel passato",
|
||||
"inFuture": "Futuro",
|
||||
"isToday": "Oggi",
|
||||
"isTrue": "Vero",
|
||||
"isFalse": "Falso",
|
||||
"isEmpty": "Vuoto",
|
||||
"isNotEmpty": "Non vuoto",
|
||||
"contains": "Contiene",
|
||||
"has": "Contiene",
|
||||
"notContains": "Non contiene",
|
||||
"notHas": "Non contiene",
|
||||
"startsWith": "Inizia Con",
|
||||
"endsWith": "Finisce Con",
|
||||
"matches": "Corrispondenze (regex)"
|
||||
}
|
||||
},
|
||||
"labels": {
|
||||
"Field": "Campo"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user