Add translations

This commit is contained in:
2025-12-30 16:41:50 +01:00
parent 835d1a2638
commit 98af0d9bbf
3 changed files with 17 additions and 4 deletions

View File

@@ -1,3 +1,7 @@
common:
after: Après
until: Jusqu'à
centers: Territoires
"This program is free software: you can redistribute it and/or modify it under the terms of the <strong>GNU Affero General Public License</strong>": "Ce programme est un logiciel libre: vous pouvez le redistribuer et/ou le modifier selon les termes de la licence <strong>GNU Affero GPL</strong>"
User manual: Manuel d'utilisation
Search: Rechercher

View File

@@ -64,7 +64,7 @@ final readonly class CenterAggregator implements AggregatorInterface
{
return function (int|string|null $value) {
if (null === $value || '' === $value) {
return $this->translator->trans('person.export.aggregator.by_center.no_center');
return $this->translator->trans('person.export.period.aggregator.by_center.no_center');
}
if ('_header' === $value) {

View File

@@ -105,9 +105,18 @@ Administrative status: Situation administrative
person:
# trans key according to new conventions
export:
aggregator:
by_center:
no_center: Sans territoire
period:
aggregator:
by_center:
no_center: Sans territoire
by_referrer_main_center:
title: Grouper par territoire du référent
column_header: Territoire du référent
filter:
by_referrer_main_center:
title: Filtrer par territoire du référent
action_%centers%: 'Filtrer par territoire du référent : uniquement %centers%'
referrer_since: Référent depuis le
Identifiers: Identifiants