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