Initial commit
This commit is contained in:
@@ -0,0 +1,42 @@
|
||||
{
|
||||
"labels": {
|
||||
"Create KnowledgeBaseArticle": "Opprett artikkel",
|
||||
"Any": "Hva som helst",
|
||||
"Send in Email": "Send i epost",
|
||||
"Move Up": "Flytt opp",
|
||||
"Move Down": "Flytt ned",
|
||||
"Move to Top": "Flytt til toppen",
|
||||
"Move to Bottom": "Flytt til bunnen"
|
||||
},
|
||||
"fields": {
|
||||
"name": "Navn",
|
||||
"attachments": "Vedlegg",
|
||||
"publishDate": "Publiseringsdato",
|
||||
"expirationDate": "Utløpsdato",
|
||||
"description": "Beskrivelse",
|
||||
"body": "Brødtekst",
|
||||
"categories": "Kategorier",
|
||||
"language": "Språk",
|
||||
"portals": "Portaler"
|
||||
},
|
||||
"links": {
|
||||
"cases": "Saker",
|
||||
"opportunities": "Muligheter",
|
||||
"categories": "Kategorier",
|
||||
"portals": "Portaler"
|
||||
},
|
||||
"options": {
|
||||
"status": {
|
||||
"In Review": "Venter på godkjenning",
|
||||
"Draft": "Utkast",
|
||||
"Archived": "Arkivert",
|
||||
"Published": "Publisert"
|
||||
},
|
||||
"type": {
|
||||
"Article": "Artikkel"
|
||||
}
|
||||
},
|
||||
"presetFilters": {
|
||||
"published": "Publisert"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user