Feature: Add catalan (Catalonia) language (#672)

Co-authored-by: Pranav Raj S <pranavrajs@gmail.com>
This commit is contained in:
Fernando Verdugo
2020-04-16 11:58:23 +02:00
committed by GitHub
parent 743bddc065
commit c2167fcaaf
22 changed files with 851 additions and 3 deletions

View File

@@ -0,0 +1,19 @@
{
"REPORT": {
"HEADER": "Informes",
"LOADING_CHART": "S'estan carregant dades del gràfic...",
"NO_ENOUGH_DATA": "No hem rebut suficients punts de dades per generar l'informe. Torneu-ho a provar més endavant.",
"METRICS": [
{ "NAME": "Converses", "KEY": "conversations_count", "DESC": "( Total )" },
{ "NAME": "Missatges d'entrada", "KEY": "incoming_messages_count", "DESC": "( Total )" },
{ "NAME": "Missatges de sortida", "KEY": "outgoing_messages_count", "DESC": "( Total )" },
{ "NAME": "Primer temps de resposta", "KEY": "avg_first_response_time", "DESC": "( Promig )" },
{ "NAME": "Temps de resolució", "KEY": "avg_resolution_time", "DESC": "( Promig )" },
{ "NAME": "Total de resolucions", "KEY": "resolutions_count", "DESC": "( Total )" }
],
"DATE_RANGE": [
{ "id": 0, "name": "Últims 7 dies" },
{ "id": 1, "name": "Últims 30 dies" }
]
}
}