Initial commit
This commit is contained in:
30
application/Espo/Resources/i18n/nl_NL/DynamicLogic.json
Normal file
30
application/Espo/Resources/i18n/nl_NL/DynamicLogic.json
Normal file
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"options": {
|
||||
"operators": {
|
||||
"equals": "Gelijk aan",
|
||||
"notEquals": "Niet gelijk aan",
|
||||
"greaterThan": "Groter dan",
|
||||
"lessThan": "Minder dan",
|
||||
"greaterThanOrEquals": "Groter dan of gelijk aan",
|
||||
"lessThanOrEquals": "Minder dan of gelijk aan",
|
||||
"notIn": "Niet in",
|
||||
"inPast": "In het verleden",
|
||||
"inFuture": "Toekomst",
|
||||
"isToday": "Is vandaag",
|
||||
"isTrue": "Is waar",
|
||||
"isFalse": "Is fout",
|
||||
"isEmpty": "Is leeg",
|
||||
"isNotEmpty": "Is niet leeg",
|
||||
"contains": "Bevat",
|
||||
"has": "Bevat",
|
||||
"notContains": "Bevat niet",
|
||||
"notHas": "Bevat niet",
|
||||
"startsWith": "Begint met",
|
||||
"endsWith": "Eindigt met",
|
||||
"matches": "Overeenkomsten (reg exp)"
|
||||
}
|
||||
},
|
||||
"labels": {
|
||||
"Field": "Veld"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user