Files
espocrm/application/Espo/Modules/Crm/Resources/i18n/sv_SE/KnowledgeBaseArticle.json
2026-01-19 17:46:06 +01:00

46 lines
1.1 KiB
JSON

{
"labels": {
"Create KnowledgeBaseArticle": "Skapa artikel",
"Any": "Något",
"Send in Email": "Skicka med e-post",
"Move Up": "Flytta upp",
"Move Down": "Flytta ner",
"Move to Top": "Flytta till toppen",
"Move to Bottom": "Flytta till botten"
},
"fields": {
"name": "Namn",
"type": "Typ",
"attachments": "Bilaga",
"publishDate": "Publiceringsdatum",
"expirationDate": "Utgångsdatum",
"description": "Beskrivning",
"body": "Innehåll",
"categories": "Kategorier",
"language": "Språk",
"portals": "Portaler"
},
"links": {
"cases": "Ärenden",
"opportunities": "Möjligheter",
"categories": "Kategorier",
"portals": "Portaler"
},
"options": {
"status": {
"In Review": "Under utvärdering",
"Draft": "Utkast",
"Archived": "Arkiverad",
"Published": "Publicerad"
},
"type": {
"Article": "Artikel"
}
},
"presetFilters": {
"published": "Publicerad"
},
"tooltips": {
"portals": "Artikeln kommer bara att vara tillgänglig i specificerade portaler."
}
}