mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
fix translation
This commit is contained in:
parent
5bee607afb
commit
aa05223a4e
@ -42,10 +42,7 @@ use Chill\MainBundle\Entity\User;
|
||||
*/
|
||||
class AccompanyingPeriod
|
||||
{
|
||||
const INTENSITY = [
|
||||
'occasional' => 'ponctuel',
|
||||
'regular' => 'régulier'
|
||||
];
|
||||
const INTENSITY = ['occasional', 'regular'];
|
||||
|
||||
/**
|
||||
* @var integer
|
||||
|
@ -281,7 +281,10 @@ person_admin:
|
||||
marital status explanation: >
|
||||
Configurer la liste des états civils.
|
||||
|
||||
# specific to accompanying period
|
||||
accompanying_period:
|
||||
dates: Période
|
||||
dates_from_%opening_date%: Ouvert depuis le %opening_date%
|
||||
dates_from_%opening_date%_to_%closing_date%: Ouvert du %opening_date% au %closing_date%
|
||||
occasional: ponctuel
|
||||
regular: régulier
|
||||
|
Loading…
x
Reference in New Issue
Block a user