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
This commit is contained in:
Sojan Jose
2020-11-24 23:07:51 +05:30
committed by GitHub
parent 30802e0c13
commit d88118e8d5
32 changed files with 722 additions and 739 deletions

View File

@@ -1,42 +1,42 @@
{
"REPORT": {
"HEADER": "Reports",
"LOADING_CHART": "Loading chart data...",
"NO_ENOUGH_DATA": "We've not received enough data points to generate report, Please try again later.",
"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": "Conversations",
"NAME": "Samtaler",
"DESC": "( Total )"
},
"INCOMING_MESSAGES": {
"NAME": "Incoming Messages",
"NAME": "Indkommende Beskeder",
"DESC": "( Total )"
},
"OUTGOING_MESSAGES": {
"NAME": "Outgoing Messages",
"NAME": "Udgående beskeder",
"DESC": "( Total )"
},
"FIRST_RESPONSE_TIME": {
"NAME": "First response time",
"DESC": "( Avg )"
"NAME": "Første svartid",
"DESC": "( Gns. )"
},
"RESOLUTION_TIME": {
"NAME": "Resolution Time",
"DESC": "( Avg )"
"NAME": "Løsnings Tid",
"DESC": "( Gns. )"
},
"RESOLUTION_COUNT": {
"NAME": "Resolution Count",
"NAME": "Antal Afsluttede",
"DESC": "( Total )"
}
},
"DATE_RANGE": [
{
"id": 0,
"name": "Last 7 days"
"name": "Seneste 7 dage"
},
{
"id": 1,
"name": "Last 30 days"
"name": "Seneste 30 dage"
}
]
}