Feature: Add catalan (Catalonia) language (#672)
Co-authored-by: Pranav Raj S <pranavrajs@gmail.com>
This commit is contained in:
19
app/javascript/dashboard/i18n/locale/ca/report.json
Normal file
19
app/javascript/dashboard/i18n/locale/ca/report.json
Normal 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" }
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user