mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2026-01-15 05:41:25 +00:00
Add translations
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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) {
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user