diff --git a/web/portal/client/src/entities/ActiveCalls/ActiveCalls.tsx b/web/portal/client/src/entities/ActiveCalls/ActiveCalls.tsx index 088f8925350..78632aba08f 100644 --- a/web/portal/client/src/entities/ActiveCalls/ActiveCalls.tsx +++ b/web/portal/client/src/entities/ActiveCalls/ActiveCalls.tsx @@ -9,7 +9,7 @@ import { BillableCallProperties } from './ActiveCallsProperties'; const properties: BillableCallProperties = { startTime: { - label: 'Start time', + label: _('Start time'), }, }; diff --git a/web/portal/client/src/entities/BillableCall/BillableCall.tsx b/web/portal/client/src/entities/BillableCall/BillableCall.tsx index 9190908f4d9..7b073dbb1eb 100644 --- a/web/portal/client/src/entities/BillableCall/BillableCall.tsx +++ b/web/portal/client/src/entities/BillableCall/BillableCall.tsx @@ -11,56 +11,56 @@ import { BillableCallProperties } from './BillableCallProperties'; const properties: BillableCallProperties = { startTime: { - label: 'Start time', + label: _('Start time'), }, callid: { - label: 'Call ID', + label: _('Call ID'), }, caller: { - label: 'Caller', + label: _('Caller'), }, callee: { - label: 'Callee', + label: _('Callee'), }, destinationName: { - label: 'Destination', + label: _('Destination'), }, direction: { - label: 'Direction', + label: _('Direction'), enum: { inbound: _('Inbound'), outbound: _('Outbound'), }, }, invoice: { - label: 'Invoice', + label: _('Invoice', { count: 1 }), }, price: { - label: 'Price', + label: _('Price'), }, duration: { - label: 'Duration', + label: _('Duration'), }, cost: { - label: 'Cost', + label: _('Cost'), }, carrierName: { - label: 'Carrier', + label: _('Carrier'), }, ratingPlanName: { - label: 'Rating plan', + label: _('Rating plan', { count: 1 }), }, endpointType: { - label: 'Endpoint type', + label: _('Endpoint type'), }, endpointId: { - label: 'Endpoint id', + label: _('Endpoint id'), }, endpointName: { - label: 'Endpoint name', + label: _('Endpoint name'), }, ddiProvider: { - label: 'DDI Provider', + label: _('DDI Provider'), }, }; diff --git a/web/portal/client/src/entities/Calendar/Calendar.tsx b/web/portal/client/src/entities/Calendar/Calendar.tsx index e11357af8a7..550d0203f7d 100644 --- a/web/portal/client/src/entities/Calendar/Calendar.tsx +++ b/web/portal/client/src/entities/Calendar/Calendar.tsx @@ -14,7 +14,7 @@ import { CalendarProperties } from './CalendarProperties'; const properties: CalendarProperties = { name: { - label: 'Name', + label: _('Name'), }, }; diff --git a/web/portal/client/src/entities/CalendarPeriodsRelSchedule/CalendarPeriodsRelSchedule.tsx b/web/portal/client/src/entities/CalendarPeriodsRelSchedule/CalendarPeriodsRelSchedule.tsx index 50d878a5e60..114d77915f9 100644 --- a/web/portal/client/src/entities/CalendarPeriodsRelSchedule/CalendarPeriodsRelSchedule.tsx +++ b/web/portal/client/src/entities/CalendarPeriodsRelSchedule/CalendarPeriodsRelSchedule.tsx @@ -7,7 +7,7 @@ import { CalendarPeriodsRelScheduleProperties } from './CalendarPeriodsRelSchedu const properties: CalendarPeriodsRelScheduleProperties = { condition: { - label: 'Condition', + label: _('Condition', { count: 1 }), }, schedule: { label: _('Schedule', { count: 1 }), diff --git a/web/portal/client/src/translations/ca.json b/web/portal/client/src/translations/ca.json index f6c93018698..a30806a5b61 100644 --- a/web/portal/client/src/translations/ca.json +++ b/web/portal/client/src/translations/ca.json @@ -67,6 +67,7 @@ "Call CSV scheduler_many": "Planificadors de CSVs de trucades", "Call CSV scheduler_one": "Planificador de CSV de trucades", "Call CSV scheduler_other": "Planificadors de CSVs de trucades", + "Call ID": "ID de la trucada", "Call date": "Data de la trucada", "Call forward setting_many": "Configuracions de desviaments de trucada", "Call forward setting_one": "Configuració desviament de trucada", @@ -88,6 +89,7 @@ "Cancel": "Cancelar", "Cancel call in all devices": "Cancelar llamada en todos los dispositivos", "Cancel call only in current device": "Cancelar llamada solo en el dispositivo actual", + "Carrier": "Carrier", "Client information": "Informació del client", "Client's default": "Per defecte del client", "Client_many": "Clients", @@ -114,12 +116,14 @@ "Contact_many": "Contactos", "Contact_one": "Contacto", "Contact_other": "Contactos", + "Cost": "Cost", "Country_many": "Països", "Country_one": "País", "Country_other": "Països", "Created on": "Creat a", "Customization": "Personalitzat", "DDI In": "DDI entrada", + "DDI Provider": "Proveedor DDI", "DDI_many": "DDIs", "DDI_one": "DDI", "DDI_other": "DDIs", @@ -155,6 +159,8 @@ "Enabled": "Habilitat", "Encoding": "Codificació", "End date": "Data fi", + "Endpoint id": "ID dispositiu final", + "Endpoint name": "Nom dispositiu final", "Endpoint type": "Tipus dispositiu final", "Entry": "Entrada", "Entry information": "Entrada d'informació", diff --git a/web/portal/client/src/translations/en.json b/web/portal/client/src/translations/en.json index 39f0f10f2c2..7db52819e9e 100644 --- a/web/portal/client/src/translations/en.json +++ b/web/portal/client/src/translations/en.json @@ -59,6 +59,7 @@ "Call CSV report_other": "Call CSV reports", "Call CSV scheduler_one": "Call CSV scheduler", "Call CSV scheduler_other": "Call CSV schedulers", + "Call ID": "Call ID", "Call date": "Call date", "Call forward setting_one": "Call forward setting", "Call forward setting_other": "Call forward settings", @@ -78,6 +79,7 @@ "Cancel": "Cancel", "Cancel call in all devices": "Cancel call in all devices", "Cancel call only in current device": "Cancel call only in current device", + "Carrier": "Carrier", "Client information": "Client information", "Client's default": "Client's default", "Client_one": "Client", @@ -99,11 +101,13 @@ "Contact Address": "Contact Address", "Contact_one": "Contact", "Contact_other": "Contacts", + "Cost": "Cost", "Country_one": "Country", "Country_other": "Countries", "Created on": "Created on", "Customization": "Customization", "DDI In": "DDI In", + "DDI Provider": "DDI Provider", "DDI_one": "DDI", "DDI_other": "DDIs", "Date": "Date", @@ -138,6 +142,8 @@ "Enabled": "Enabled", "Encoding": "Encoding", "End date": "End date", + "Endpoint id": "Endpoint id", + "Endpoint name": "Endpoint name", "Endpoint type": "Endpoint type", "Entry": "Entry", "Entry information": "Entry information", diff --git a/web/portal/client/src/translations/es.json b/web/portal/client/src/translations/es.json index b776f8cb15d..44567965cc2 100644 --- a/web/portal/client/src/translations/es.json +++ b/web/portal/client/src/translations/es.json @@ -67,6 +67,7 @@ "Call CSV scheduler_many": "CSVs programados", "Call CSV scheduler_one": "CSV programado", "Call CSV scheduler_other": "CSVs programados", + "Call ID": "ID de llamada", "Call date": "Fecha de llamada", "Call forward setting_many": "Desvíos", "Call forward setting_one": "Desvío", @@ -88,6 +89,7 @@ "Cancel": "Cancelar", "Cancel call in all devices": "Cancelar llamada en todos los dispositivos", "Cancel call only in current device": "Cancelar llamada solo en el dispositivo actual", + "Carrier": "Carrier", "Client information": "Información del cliente", "Client's default": "Usar configuración cliente", "Client_many": "Clientes", @@ -114,12 +116,14 @@ "Contact_many": "Contactos", "Contact_one": "Contacto", "Contact_other": "Contactos", + "Cost": "Coste", "Country_many": "Países", "Country_one": "País", "Country_other": "Países", "Created on": "Fecha de creación", "Customization": "Customizaciones", "DDI In": "DDI In", + "DDI Provider": "Proveedor DDI", "DDI_many": "DDIs", "DDI_one": "DDI", "DDI_other": "DDIs", @@ -155,7 +159,9 @@ "Enabled": "Activado", "Encoding": "Codificando", "End date": "Fecha fin", - "Endpoint type": "Endpoint type", + "Endpoint id": "ID de dispositivo final", + "Endpoint name": "Nombre de dispositivo final", + "Endpoint type": "Tipo de dispositivo final", "Entry": "Entrada", "Entry information": "Información de registro", "Error": "Error", diff --git a/web/portal/client/src/translations/it.json b/web/portal/client/src/translations/it.json index 0b05f7b8a1e..60ce250b88f 100644 --- a/web/portal/client/src/translations/it.json +++ b/web/portal/client/src/translations/it.json @@ -67,6 +67,7 @@ "Call CSV scheduler_many": "Pianificazioni Tabulati", "Call CSV scheduler_one": "Pianificazione Tabulati", "Call CSV scheduler_other": "Pianificazioni Tabulati", + "Call ID": "Call ID", "Call date": "Data chiamata", "Call forward setting_many": "Impostazioni di inoltro chiamate", "Call forward setting_one": "Impostazioni di inoltro chiamate", @@ -88,6 +89,7 @@ "Cancel": "Annulla", "Cancel call in all devices": "Cancel call in all devices", "Cancel call only in current device": "Cancel call only in current device", + "Carrier": "Carrier", "Client information": "Informazioni sul cliente", "Client's default": "Impostazione predefinita del client", "Client_many": "Clienti", @@ -114,12 +116,14 @@ "Contact_many": "Contacts", "Contact_one": "Contact", "Contact_other": "Contacts", + "Cost": "Costo", "Country_many": "Paesi", "Country_one": "Paese", "Country_other": "Paesi", "Created on": "Creati il", "Customization": "Personalizzato", "DDI In": "DDI In", + "DDI Provider": "DDI Provider", "DDI_many": "DDIs", "DDI_one": "DDI", "DDI_other": "DDIs", @@ -155,6 +159,8 @@ "Enabled": "Abilitato", "Encoding": "Codifica", "End date": "Data Fine", + "Endpoint id": "ID Endpoint", + "Endpoint name": "Nome Endpoint", "Endpoint type": "Tipo Endpoint", "Entry": "Voce", "Entry information": "Informazioni sulla voce",