7f8a199b29
Co-authored-by: Pranav Raj S <pranav@chatwoot.com>
86 lines
1.9 KiB
JSON
86 lines
1.9 KiB
JSON
{
|
|
"CHAT_LIST": {
|
|
"LOADING": "Henter samtaler",
|
|
"LOAD_MORE_CONVERSATIONS": "Last inn flere samtaler",
|
|
"EOF": "Alle samtaler lastet 🎉",
|
|
"LIST": {
|
|
"404": "Det er ingen aktive samtaler i denne gruppen."
|
|
},
|
|
"TAB_HEADING": "Samtaler",
|
|
"MENTION_HEADING": "Mentions",
|
|
"SEARCH": {
|
|
"INPUT": "Søk etter personer, samtaler, lagrede svar .."
|
|
},
|
|
"FILTER_ALL": "Alle",
|
|
"STATUS_TABS": [
|
|
{
|
|
"NAME": "Åpne",
|
|
"KEY": "openCount"
|
|
},
|
|
{
|
|
"NAME": "Løst",
|
|
"KEY": "allConvCount"
|
|
}
|
|
],
|
|
"ASSIGNEE_TYPE_TABS": [
|
|
{
|
|
"NAME": "Mine",
|
|
"KEY": "me",
|
|
"COUNT_KEY": "mineCount"
|
|
},
|
|
{
|
|
"NAME": "Ikke tildelt",
|
|
"KEY": "unassigned",
|
|
"COUNT_KEY": "unAssignedCount"
|
|
},
|
|
{
|
|
"NAME": "Alle",
|
|
"KEY": "all",
|
|
"COUNT_KEY": "allCount"
|
|
}
|
|
],
|
|
"CHAT_STATUS_FILTER_ITEMS": {
|
|
"open": {
|
|
"TEXT": "Åpne"
|
|
},
|
|
"resolved": {
|
|
"TEXT": "Løst"
|
|
},
|
|
"pending": {
|
|
"TEXT": "Pending"
|
|
},
|
|
"snoozed": {
|
|
"TEXT": "Snoozed"
|
|
}
|
|
},
|
|
"ATTACHMENTS": {
|
|
"image": {
|
|
"CONTENT": "Bildemelding"
|
|
},
|
|
"audio": {
|
|
"CONTENT": "Lydmelding"
|
|
},
|
|
"video": {
|
|
"CONTENT": "Video beskjed"
|
|
},
|
|
"file": {
|
|
"CONTENT": "Vedlegg"
|
|
},
|
|
"location": {
|
|
"CONTENT": "Plassering"
|
|
},
|
|
"fallback": {
|
|
"CONTENT": "har delt en URL"
|
|
}
|
|
},
|
|
"RECEIVED_VIA_EMAIL": "Mottatt via e-post",
|
|
"VIEW_TWEET_IN_TWITTER": "Vis tweet i Twitter",
|
|
"REPLY_TO_TWEET": "Svar på denne tweeten",
|
|
"LINK_TO_STORY": "Go to instagram story",
|
|
"SENT": "Sent successfully",
|
|
"NO_MESSAGES": "Ingen meldinger",
|
|
"NO_CONTENT": "No content available",
|
|
"HIDE_QUOTED_TEXT": "Hide Quoted Text",
|
|
"SHOW_QUOTED_TEXT": "Show Quoted Text"
|
|
}
|
|
}
|