Chatwoot/app/javascript/dashboard/i18n/locale/da/report.json
Sojan Jose d88118e8d5
chore: Enable Danish language (#1443)
Co-authored-by: Samuel Rasmussen
Co-authored-by: wanhai huang
Co-authored-by: Matt
Co-authored-by: Petteri Pucilowski
Co-authored-by: Алексей Чертановский
Co-authored-by: @vfasoulas
Co-authored-by: Goudarz Jafari
2020-11-24 23:07:51 +05:30

43 lines
986 B
JSON

{
"REPORT": {
"HEADER": "Rapporter",
"LOADING_CHART": "Indlæser diagramdata...",
"NO_ENOUGH_DATA": "Vi har ikke modtaget nok datapunkter til at generere rapport. Prøv igen senere.",
"METRICS": {
"CONVERSATIONS": {
"NAME": "Samtaler",
"DESC": "( Total )"
},
"INCOMING_MESSAGES": {
"NAME": "Indkommende Beskeder",
"DESC": "( Total )"
},
"OUTGOING_MESSAGES": {
"NAME": "Udgående beskeder",
"DESC": "( Total )"
},
"FIRST_RESPONSE_TIME": {
"NAME": "Første svartid",
"DESC": "( Gns. )"
},
"RESOLUTION_TIME": {
"NAME": "Løsnings Tid",
"DESC": "( Gns. )"
},
"RESOLUTION_COUNT": {
"NAME": "Antal Afsluttede",
"DESC": "( Total )"
}
},
"DATE_RANGE": [
{
"id": 0,
"name": "Seneste 7 dage"
},
{
"id": 1,
"name": "Seneste 30 dage"
}
]
}
}