Initial commit
This commit is contained in:
28
application/Espo/Resources/i18n/nb_NO/DynamicLogic.json
Normal file
28
application/Espo/Resources/i18n/nb_NO/DynamicLogic.json
Normal file
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"options": {
|
||||
"operators": {
|
||||
"equals": "Er lik",
|
||||
"notEquals": "Ikke lik",
|
||||
"greaterThan": "Større enn",
|
||||
"lessThan": "Mindre enn",
|
||||
"greaterThanOrEquals": "Større enn eller lik",
|
||||
"lessThanOrEquals": "Mindre enn eller lik",
|
||||
"in": "I",
|
||||
"notIn": "Ikke i",
|
||||
"inPast": "I fortiden",
|
||||
"inFuture": "I fremtiden",
|
||||
"isToday": "Er idag",
|
||||
"isTrue": "Er sann",
|
||||
"isFalse": "Er falsk",
|
||||
"isEmpty": "Er tom",
|
||||
"isNotEmpty": "Er ikke tom",
|
||||
"contains": "Inneholder",
|
||||
"has": "Inneholder",
|
||||
"notContains": "Inneholder ikke",
|
||||
"notHas": "Inneholder ikke"
|
||||
}
|
||||
},
|
||||
"labels": {
|
||||
"Field": "Felt"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user