fix: Remove keys for reports from translation file (#1279)

This commit is contained in:
Pranav Raj S
2020-09-27 18:56:52 +05:30
committed by GitHub
parent dbd1720aeb
commit 99ca54fd3c
34 changed files with 312 additions and 459 deletions

View File

@@ -3,38 +3,32 @@
"HEADER": "Rapoarte",
"LOADING_CHART": "Încărcare date grafic...",
"NO_ENOUGH_DATA": "Nu am primit suficiente date pentru a genera raportul. Vă rugăm să încercați din nou mai târziu.",
"METRICS": [
{
"METRICS": {
"CONVERSATIONS": {
"NAME": "Conversații",
"KEY": "numar conversații",
"DESC": "( Total )"
},
{
"INCOMING_MESSAGES": {
"NAME": "Mesaje primite",
"KEY": "numărul_mesajelor_intrate",
"DESC": "( Total )"
},
{
"OUTGOING_MESSAGES": {
"NAME": "Mesaje trimise",
"KEY": "numarul_mesajelor_iesite",
"DESC": "( Total )"
},
{
"FIRST_RESPONSE_TIME": {
"NAME": "Primul răspuns",
"KEY": "media_primului_timp_de_raspuns",
"DESC": "(Medie)"
},
{
"RESOLUTION_TIME": {
"NAME": "Timp Rezolutie",
"KEY": "timpul_mediu_rezolutie",
"DESC": "(Medie)"
},
{
"RESOLUTION_COUNT": {
"NAME": "Număr de rezoluții",
"KEY": "numar_rezolutii",
"DESC": "( Total )"
}
],
},
"DATE_RANGE": [
{
"id": 0,