mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-13 22:04:23 +00:00
add translations
This commit is contained in:
parent
fe9ce1a356
commit
e2a12968ce
@ -54,12 +54,12 @@ class CountCalendars implements ExportInterface, GroupedExportInterface
|
|||||||
|
|
||||||
public function getDescription(): string
|
public function getDescription(): string
|
||||||
{
|
{
|
||||||
return 'Count calendars by various parameters.';
|
return 'export.export.count_calendar_linked_to_acp.description';
|
||||||
}
|
}
|
||||||
|
|
||||||
public function getGroup(): string
|
public function getGroup(): string
|
||||||
{
|
{
|
||||||
return 'Exports of calendars linked to an accompanying period';
|
return 'export.export.calendar_linked_to_acp.group';
|
||||||
}
|
}
|
||||||
|
|
||||||
public function getLabels($key, array $values, $data)
|
public function getLabels($key, array $values, $data)
|
||||||
@ -86,7 +86,7 @@ class CountCalendars implements ExportInterface, GroupedExportInterface
|
|||||||
|
|
||||||
public function getTitle(): string
|
public function getTitle(): string
|
||||||
{
|
{
|
||||||
return 'Count calendars';
|
return 'export.export.count_calendar_linked_to_acp.title';
|
||||||
}
|
}
|
||||||
|
|
||||||
public function getType(): string
|
public function getType(): string
|
||||||
|
@ -54,12 +54,12 @@ class StatCalendarAvgDuration implements ExportInterface, GroupedExportInterface
|
|||||||
|
|
||||||
public function getDescription(): string
|
public function getDescription(): string
|
||||||
{
|
{
|
||||||
return 'Get the average of calendar duration according to various filters';
|
return 'export.export.avg_duration_calendar_linked_to_acp.description';
|
||||||
}
|
}
|
||||||
|
|
||||||
public function getGroup(): string
|
public function getGroup(): string
|
||||||
{
|
{
|
||||||
return 'Exports of calendars linked to an accompanying period';
|
return 'export.export.calendar_linked_to_acp.group';
|
||||||
}
|
}
|
||||||
|
|
||||||
public function getLabels($key, array $values, $data)
|
public function getLabels($key, array $values, $data)
|
||||||
@ -86,7 +86,7 @@ class StatCalendarAvgDuration implements ExportInterface, GroupedExportInterface
|
|||||||
|
|
||||||
public function getTitle(): string
|
public function getTitle(): string
|
||||||
{
|
{
|
||||||
return 'Average calendar duration';
|
return 'export.export.avg_duration_calendar_linked_to_acp.title';
|
||||||
}
|
}
|
||||||
|
|
||||||
public function getType(): string
|
public function getType(): string
|
||||||
|
@ -53,12 +53,12 @@ class StatCalendarSumDuration implements ExportInterface, GroupedExportInterface
|
|||||||
|
|
||||||
public function getDescription(): string
|
public function getDescription(): string
|
||||||
{
|
{
|
||||||
return 'Get the sum of calendar durations according to various filters';
|
return 'export.export.sum_duration_calendar_linked_to_acp.description';
|
||||||
}
|
}
|
||||||
|
|
||||||
public function getGroup(): string
|
public function getGroup(): string
|
||||||
{
|
{
|
||||||
return 'Exports of calendars linked to an accompanying period';
|
return 'export.export.calendar_linked_to_acp.group';
|
||||||
}
|
}
|
||||||
|
|
||||||
public function getLabels($key, array $values, $data)
|
public function getLabels($key, array $values, $data)
|
||||||
@ -85,7 +85,7 @@ class StatCalendarSumDuration implements ExportInterface, GroupedExportInterface
|
|||||||
|
|
||||||
public function getTitle(): string
|
public function getTitle(): string
|
||||||
{
|
{
|
||||||
return 'Sum of calendar durations';
|
return 'export.export.sum_duration_calendar_linked_to_acp.description';
|
||||||
}
|
}
|
||||||
|
|
||||||
public function getType(): string
|
public function getType(): string
|
||||||
|
@ -54,12 +54,12 @@ class CountCalendars implements ExportInterface, GroupedExportInterface
|
|||||||
|
|
||||||
public function getDescription(): string
|
public function getDescription(): string
|
||||||
{
|
{
|
||||||
return 'Count calendars by various parameters.';
|
return 'export.export.count_calendar_linked_to_person.description';
|
||||||
}
|
}
|
||||||
|
|
||||||
public function getGroup(): string
|
public function getGroup(): string
|
||||||
{
|
{
|
||||||
return 'Exports of calendars linked to a person';
|
return 'export.export.calendar_linked_to_person.group';
|
||||||
}
|
}
|
||||||
|
|
||||||
public function getLabels($key, array $values, $data)
|
public function getLabels($key, array $values, $data)
|
||||||
@ -86,7 +86,7 @@ class CountCalendars implements ExportInterface, GroupedExportInterface
|
|||||||
|
|
||||||
public function getTitle(): string
|
public function getTitle(): string
|
||||||
{
|
{
|
||||||
return 'Count calendars';
|
return 'export.export.count_calendar_linked_to_person.title';
|
||||||
}
|
}
|
||||||
|
|
||||||
public function getType(): string
|
public function getType(): string
|
||||||
|
@ -43,12 +43,12 @@ class StatCalendarAvgDuration implements ExportInterface, GroupedExportInterface
|
|||||||
|
|
||||||
public function getDescription(): string
|
public function getDescription(): string
|
||||||
{
|
{
|
||||||
return 'Get the average of calendar duration according to various filters';
|
return 'export.export.stat_calendar_avg_duration_linked_to_person.description';
|
||||||
}
|
}
|
||||||
|
|
||||||
public function getGroup(): string
|
public function getGroup(): string
|
||||||
{
|
{
|
||||||
return 'Exports of calendars linked to a person';
|
return 'export.export.calendar_linked_to_person.group';
|
||||||
}
|
}
|
||||||
|
|
||||||
public function getLabels($key, array $values, $data)
|
public function getLabels($key, array $values, $data)
|
||||||
@ -75,7 +75,7 @@ class StatCalendarAvgDuration implements ExportInterface, GroupedExportInterface
|
|||||||
|
|
||||||
public function getTitle(): string
|
public function getTitle(): string
|
||||||
{
|
{
|
||||||
return 'Average calendar duration';
|
return 'export.export.stat_calendar_avg_duration_linked_to_person.title';
|
||||||
}
|
}
|
||||||
|
|
||||||
public function getType(): string
|
public function getType(): string
|
||||||
|
@ -43,12 +43,12 @@ class StatCalendarSumDuration implements ExportInterface, GroupedExportInterface
|
|||||||
|
|
||||||
public function getDescription(): string
|
public function getDescription(): string
|
||||||
{
|
{
|
||||||
return 'Get the sum of calendar durations according to various filters';
|
return 'export.export.stat_calendar_sum_duration_linked_to_person.description';
|
||||||
}
|
}
|
||||||
|
|
||||||
public function getGroup(): string
|
public function getGroup(): string
|
||||||
{
|
{
|
||||||
return 'Exports of calendars linked to a person';
|
return 'export.export.calendar_linked_to_person.group';
|
||||||
}
|
}
|
||||||
|
|
||||||
public function getLabels($key, array $values, $data)
|
public function getLabels($key, array $values, $data)
|
||||||
@ -75,7 +75,7 @@ class StatCalendarSumDuration implements ExportInterface, GroupedExportInterface
|
|||||||
|
|
||||||
public function getTitle(): string
|
public function getTitle(): string
|
||||||
{
|
{
|
||||||
return 'Sum of calendar durations';
|
return 'export.export.stat_calendar_sum_duration_linked_to_person.title';
|
||||||
}
|
}
|
||||||
|
|
||||||
public function getType(): string
|
public function getType(): string
|
||||||
|
@ -112,6 +112,31 @@ Group calendars by month and year: Grouper les rendez-vous par mois et année
|
|||||||
Group calendars by urgency: Grouper les rendez-vous par urgent ou non
|
Group calendars by urgency: Grouper les rendez-vous par urgent ou non
|
||||||
|
|
||||||
export:
|
export:
|
||||||
|
export:
|
||||||
|
calendar_linked_to_person:
|
||||||
|
group: Exports des rendez-vous liés à un usager
|
||||||
|
calendar_linked_to_acp:
|
||||||
|
group: Exports des rendez-vous liés à un parcours
|
||||||
|
stat_calendar_sum_duration_linked_to_person:
|
||||||
|
title: Somme de la durée des rendez-vous
|
||||||
|
description: Additionne la durée des rendez-vous en fonction de différents paramètres.
|
||||||
|
stat_calendar_avg_duration_linked_to_person:
|
||||||
|
title: Moyenne de la durée des rendez-vous
|
||||||
|
description: Moyenne de la durée des rendez-vous en fonction de différents paramètres.
|
||||||
|
count_calendar_linked_to_person:
|
||||||
|
title: Nombre des rendez-vous
|
||||||
|
description: Compte le nombre des rendez-vous enregistrés et liés à un usager en fonction de différents paramètres.
|
||||||
|
count_calendar_linked_to_acp:
|
||||||
|
title: Nombre des rendez-vous
|
||||||
|
description: Compte le nombre des rendez-vous enregistrés et liées à un parcours en fonction de différents paramètres.
|
||||||
|
avg_duration_calendar_linked_to_acp:
|
||||||
|
title: Moyenne de la durée des rendez-vous
|
||||||
|
description: Moyenne de la durée des rendez-vous en fonction de différents paramètres.
|
||||||
|
sum_duration_calendar_linked_to_acp:
|
||||||
|
title: Somme de la durée des rendez-vous
|
||||||
|
description: Additionne la durée des rendez-vous en fonction de différents paramètres.
|
||||||
|
|
||||||
|
|
||||||
aggregator.calendar:
|
aggregator.calendar:
|
||||||
agent_job:
|
agent_job:
|
||||||
Group calendars by agent job: Grouper les rendez-vous par métier de l'agent
|
Group calendars by agent job: Grouper les rendez-vous par métier de l'agent
|
||||||
|
Loading…
x
Reference in New Issue
Block a user