mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
translations + alert message position
This commit is contained in:
parent
afae3b58c2
commit
e84182cdac
@ -49,7 +49,7 @@
|
|||||||
|
|
||||||
</div>
|
</div>
|
||||||
<div class="item-row separator">
|
<div class="item-row separator">
|
||||||
<div class="m-3">
|
<div class="mx-3 flex-grow-1">
|
||||||
{% include data.template with data.template_data %}
|
{% include data.template with data.template_data %}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -1,6 +1,8 @@
|
|||||||
{% extends "@ChillMain/layout.html.twig" %}
|
{% extends "@ChillMain/layout.html.twig" %}
|
||||||
|
|
||||||
{% block title 'notification.show notification from %sender%'|trans({ '%sender%': notification.sender|chill_entity_render_string })~' '~notification.title %}
|
{% block title 'notification.show notification from %sender%'|trans(
|
||||||
|
{ '%sender%': notification.sender|chill_entity_render_string }
|
||||||
|
) ~ ' ' ~ notification.title %}
|
||||||
|
|
||||||
{% block js %}
|
{% block js %}
|
||||||
{{ parent() }}
|
{{ parent() }}
|
||||||
|
@ -359,6 +359,7 @@ notification:
|
|||||||
Send: Envoyer
|
Send: Envoyer
|
||||||
Edit notification: Modifier une notification
|
Edit notification: Modifier une notification
|
||||||
Notification created: Notification envoyée
|
Notification created: Notification envoyée
|
||||||
|
Notification updated: La notification a été mise à jour
|
||||||
Any notification received: Aucune notification reçue
|
Any notification received: Aucune notification reçue
|
||||||
Any notification sent: Aucune notification envoyée
|
Any notification sent: Aucune notification envoyée
|
||||||
Notifications received: Notifications reçues
|
Notifications received: Notifications reçues
|
||||||
@ -367,6 +368,7 @@ notification:
|
|||||||
append_comment: Ajouter un commentaire
|
append_comment: Ajouter un commentaire
|
||||||
comment_updated: Commentaire mis à jour
|
comment_updated: Commentaire mis à jour
|
||||||
comments_list: Fil de commentaires
|
comments_list: Fil de commentaires
|
||||||
|
show notification from %sender%: Voir la notification de %sender%
|
||||||
is_unread: Non-lue
|
is_unread: Non-lue
|
||||||
is_system: notification automatique
|
is_system: notification automatique
|
||||||
list: Notifications
|
list: Notifications
|
||||||
|
@ -486,5 +486,5 @@ period_notification:
|
|||||||
See it online: Visualisez le parcours en ligne
|
See it online: Visualisez le parcours en ligne
|
||||||
|
|
||||||
You are getting a notification for a period which does not exists any more: Cette notification ne correspond pas à une période d'accompagnement valide
|
You are getting a notification for a period which does not exists any more: Cette notification ne correspond pas à une période d'accompagnement valide
|
||||||
You are getting a notification for a period you are not allowed to see.: Vous n'avez pas accès à cette période d'accompagnement.
|
You are getting a notification for a period you are not allowed to see.: La notification fait référence à une période d'accompagnement à laquelle vous n'avez pas accès.
|
||||||
This is the minimal details: Dossier n°
|
This is the minimal details: Dossier n°
|
||||||
|
Loading…
x
Reference in New Issue
Block a user