smart-webcomponents
Version:
Web Components & Custom Elements for Professional Web Applications
28 lines • 885 B
JSON
{
'add': 'Lägg till',
'addCondition': 'Lägg till villkor',
'addGroup': 'Lägg till grupp',
'and': 'Och',
'notand': 'Inte och',
'or': 'Eller',
'notor': 'Inte eller',
'=': 'Lika med',
'<>': 'Inte lika med',
'>': 'Större än',
'>=': 'Större än eller lika med',
'<': 'Mindre än',
'<=': 'Mindre än eller lika med',
'startswith': 'Börjar med',
'endswith': 'Slutar med',
'contains': 'Innehåller',
'notcontains': 'Innehåller inte',
'isblank': 'Är tom',
'isnotblank': 'Är inte tom',
'wrongParentGroupIndex': '{{elementType}}: Fel föräldragruppindex i metoden "{{method}}".',
'wrongElementNode': '{{elementType}}: Felaktig nod / nod ID i metoden "{{method}}".',
'invalidDataStructure': '{{elementType}}: Använd felaktig datastruktur i updateCondition/updateGroup-metoden.',
'dateTabLabel': 'DATUM',
'timeTabLabel': 'TID',
'queryLabel': 'Fråga',
'placeholderDate': 'Ange datum',
}