add translations

This commit is contained in:
2021-12-06 16:17:30 +01:00
parent 5a61f05faa
commit b120e47786
10 changed files with 89 additions and 16 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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