mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-12 21:34:25 +00:00
rdv: add translations
This commit is contained in:
parent
0585455bbe
commit
de6df983a0
@ -0,0 +1,10 @@
|
|||||||
|
const calendarMessages = {
|
||||||
|
fr: {
|
||||||
|
choose_your_date: 'Sélectionner vos dates',
|
||||||
|
}
|
||||||
|
};
|
||||||
|
|
||||||
|
export {
|
||||||
|
calendarMessages
|
||||||
|
};
|
||||||
|
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
{% set activeRouteKey = 'chill_calendar_calendar_new' %}
|
{% set activeRouteKey = 'chill_calendar_calendar_new' %}
|
||||||
|
|
||||||
{% block title 'Calendar creation' |trans %}
|
{% block title 'Calendar item creation' |trans %}
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
<div class="calendar-new">
|
<div class="calendar-new">
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
<h1>{{ "Calendar"|trans }}</h1>
|
<h1>{{ "Calendar"|trans }}</h1>
|
||||||
|
|
||||||
<dl class="chill_view_data">
|
<dl class="chill_view_data">
|
||||||
<dt class="inline">{{ 'main user'|trans }}</dt>
|
<dt class="inline">{{ 'main user concerned'|trans }}</dt>
|
||||||
<dd>{{ entity.mainUser }}</dd>
|
<dd>{{ entity.mainUser }}</dd>
|
||||||
</dl>
|
</dl>
|
||||||
|
|
||||||
@ -37,7 +37,7 @@
|
|||||||
<dt class="inline">{{ 'sendSMS'|trans }}</dt>
|
<dt class="inline">{{ 'sendSMS'|trans }}</dt>
|
||||||
<dd>
|
<dd>
|
||||||
{% if entity.sendSMS is not null %}
|
{% if entity.sendSMS is not null %}
|
||||||
{% if entity.sendSMS %}Oui{% else %}Non{% endif %}
|
{% if entity.sendSMS %}{{ 'Yes'|trans }}{% else %}{{ 'No'|trans }}{% endif %}
|
||||||
{% else %}
|
{% else %}
|
||||||
<span class="chill-no-data-statement">{{ 'Unknown'|trans }}</span>
|
<span class="chill-no-data-statement">{{ 'Unknown'|trans }}</span>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
17
src/Bundle/ChillCalendarBundle/translations/messages.fr.yml
Normal file
17
src/Bundle/ChillCalendarBundle/translations/messages.fr.yml
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
Calendar: Rendez-vous
|
||||||
|
Calendar list: Liste des rendez-vous
|
||||||
|
There is no calendar items.: Il n'y a pas de rendez-vous
|
||||||
|
Remove calendar item: Supprimer le rendez-vous
|
||||||
|
Are you sure you want to remove the calendar item?: Êtes-vous sûr de vouloir supprimer le rendez-vous?
|
||||||
|
Concerned groups: Parties concernées
|
||||||
|
Calendar data: Données du rendez-vous
|
||||||
|
Update calendar: Modifier le rendez-vous
|
||||||
|
main user concerned: Utilisateur principal
|
||||||
|
Calendar item creation: Création du rendez-vous
|
||||||
|
start date: début du rendez-vous
|
||||||
|
end date: fin du rendez-vous
|
||||||
|
cancel reason: motif d'annulation
|
||||||
|
status: Statut du rendez-vous
|
||||||
|
calendar comment: Remarque sur le rendez-vous
|
||||||
|
sendSMS: Envoi d'un SMS
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user