mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-24 08:33:49 +00:00
rdv: add translations
This commit is contained in:
@@ -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' %}
|
||||
|
||||
{% block title 'Calendar creation' |trans %}
|
||||
{% block title 'Calendar item creation' |trans %}
|
||||
|
||||
{% block content %}
|
||||
<div class="calendar-new">
|
||||
|
@@ -1,7 +1,7 @@
|
||||
<h1>{{ "Calendar"|trans }}</h1>
|
||||
|
||||
<dl class="chill_view_data">
|
||||
<dt class="inline">{{ 'main user'|trans }}</dt>
|
||||
<dt class="inline">{{ 'main user concerned'|trans }}</dt>
|
||||
<dd>{{ entity.mainUser }}</dd>
|
||||
</dl>
|
||||
|
||||
@@ -37,7 +37,7 @@
|
||||
<dt class="inline">{{ 'sendSMS'|trans }}</dt>
|
||||
<dd>
|
||||
{% if entity.sendSMS is not null %}
|
||||
{% if entity.sendSMS %}Oui{% else %}Non{% endif %}
|
||||
{% if entity.sendSMS %}{{ 'Yes'|trans }}{% else %}{{ 'No'|trans }}{% endif %}
|
||||
{% else %}
|
||||
<span class="chill-no-data-statement">{{ 'Unknown'|trans }}</span>
|
||||
{% endif %}
|
||||
|
Reference in New Issue
Block a user