mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-20 14:43:49 +00:00
add translations
This commit is contained in:
@@ -102,7 +102,7 @@ class AccompanyingPeriodContext implements
|
||||
$builder
|
||||
->add('mainPerson', CheckboxType::class, [
|
||||
'required' => false,
|
||||
'label' => 'Ask for main person',
|
||||
'label' => 'docgen.Ask for main person',
|
||||
])
|
||||
->add('mainPersonLabel', TextType::class, [
|
||||
'label' => 'main person label',
|
||||
@@ -110,7 +110,7 @@ class AccompanyingPeriodContext implements
|
||||
])
|
||||
->add('person1', CheckboxType::class, [
|
||||
'required' => false,
|
||||
'label' => 'Ask for person 1',
|
||||
'label' => 'docgen.Ask for person 1',
|
||||
])
|
||||
->add('person1Label', TextType::class, [
|
||||
'label' => 'person 1 label',
|
||||
@@ -118,7 +118,7 @@ class AccompanyingPeriodContext implements
|
||||
])
|
||||
->add('person2', CheckboxType::class, [
|
||||
'required' => false,
|
||||
'label' => 'Ask for person 2',
|
||||
'label' => 'docgen.Ask for person 2',
|
||||
])
|
||||
->add('person2Label', TextType::class, [
|
||||
'label' => 'person 2 label',
|
||||
@@ -182,7 +182,7 @@ class AccompanyingPeriodContext implements
|
||||
|
||||
public function getDescription(): string
|
||||
{
|
||||
return 'A basic context for accompanying period';
|
||||
return 'docgen.A basic context for accompanying period';
|
||||
}
|
||||
|
||||
public function getEntityClass(): string
|
||||
|
@@ -79,7 +79,7 @@ class AccompanyingPeriodWorkContext implements
|
||||
|
||||
public function getDescription(): string
|
||||
{
|
||||
return 'A context for work';
|
||||
return 'docgen.A context for accompanying period work';
|
||||
}
|
||||
|
||||
public function getEntityClass(): string
|
||||
|
@@ -127,7 +127,7 @@ class AccompanyingPeriodWorkEvaluationContext implements
|
||||
|
||||
public function getDescription(): string
|
||||
{
|
||||
return 'Context for accompanying period work';
|
||||
return 'docgen.A context for accompanying period work evaluation';
|
||||
}
|
||||
|
||||
public function getEntityClass(): string
|
||||
|
@@ -457,4 +457,11 @@ see persons associated: Voir les usagers concernés
|
||||
docgen:
|
||||
Main person: Personne principale
|
||||
person 1: Première personne
|
||||
person 2: Deuxième personne
|
||||
person 2: Seconde personne
|
||||
Ask for main person: Demander à l'utilisateur de préciser la personne principale
|
||||
Ask for person 1: Demander à l'utilisateur de préciser la première personne
|
||||
Ask for person 2: Demander à l'utilisateur de préciser la seconde personne
|
||||
Accompanying period work: Actions
|
||||
A basic context for accompanying period: Contexte pour les parcours
|
||||
A context for accompanying period work: Contexte pour les actions d'accompagnement
|
||||
A context for accompanying period work evaluation: Contexte pour les évaluations dans les actions d'accompagnement
|
||||
|
Reference in New Issue
Block a user