chore: Update translations, Add Norwegian(no) (#1675)
Co-authored-by: magnus - Norwegian Co-authored-by: Sina Nouri (sina.nouri) - Persian Co-authored-by: Arnaud Dupont (dupont.arnaud.58) - French Co-authored-by: Ilya Konovalenko (ilyakonovalenko) - Russian Co-authored-by: lybtt - Chinese Simplified Co-authored-by: arturczyzewski - Polish Co-authored-by: vfasoulas - Greek Co-authored-by: Thiago Costa Cavalcante (thiagolinocc) - Portuguese, Brazilian Co-authored-by: Yovan Lutfi Arya (Regerta) - Indonesian Co-authored-by: chinyaev - Russian Co-authored-by: this-gavagai - Nepali Co-authored-by: petrs - Czech Co-authored-by: Sin V (jiiniasu) - Swedish Co-authored-by: Ambler (ambler) - Korean Co-authored-by: Nestor Davalos (nestordavalos) - Spanish Co-authored-by: Goudarz Jafari (Goudarz) - Persian Co-authored-by: Pranav <pranav@chatwoot.com>
This commit is contained in:
44
app/javascript/dashboard/i18n/locale/no/report.json
Normal file
44
app/javascript/dashboard/i18n/locale/no/report.json
Normal file
@@ -0,0 +1,44 @@
|
||||
{
|
||||
"REPORT": {
|
||||
"HEADER": "Rapporter",
|
||||
"LOADING_CHART": "Laster inn diagramdata...",
|
||||
"NO_ENOUGH_DATA": "Vi har ikke mottatt nok data for å generere rapporten, vennligst prøv igjen senere.",
|
||||
"DOWNLOAD_AGENT_REPORTS": "Last ned agentrapporter",
|
||||
"METRICS": {
|
||||
"CONVERSATIONS": {
|
||||
"NAME": "Samtaler",
|
||||
"DESC": "(Totalt )"
|
||||
},
|
||||
"INCOMING_MESSAGES": {
|
||||
"NAME": "Innkommende meldinger",
|
||||
"DESC": "(Totalt )"
|
||||
},
|
||||
"OUTGOING_MESSAGES": {
|
||||
"NAME": "Utgående meldinger",
|
||||
"DESC": "(Totalt )"
|
||||
},
|
||||
"FIRST_RESPONSE_TIME": {
|
||||
"NAME": "Første svartid",
|
||||
"DESC": "( Gj. sn. )"
|
||||
},
|
||||
"RESOLUTION_TIME": {
|
||||
"NAME": "Løsningstid",
|
||||
"DESC": "( Gj. sn. )"
|
||||
},
|
||||
"RESOLUTION_COUNT": {
|
||||
"NAME": "Antall løsninger",
|
||||
"DESC": "(Totalt )"
|
||||
}
|
||||
},
|
||||
"DATE_RANGE": [
|
||||
{
|
||||
"id": 0,
|
||||
"name": "Siste 7 dager"
|
||||
},
|
||||
{
|
||||
"id": 1,
|
||||
"name": "Siste 30 dager"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user