mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
permissiongroup: complete translation, remove itself role in 'which implies'
This commit is contained in:
parent
0af13b028e
commit
318a84e04d
@ -107,6 +107,8 @@ CHILL_ACTIVITY_DELETE: Supprimer un échange
|
|||||||
CHILL_ACTIVITY_STATS: Statistique des échanges
|
CHILL_ACTIVITY_STATS: Statistique des échanges
|
||||||
CHILL_ACTIVITY_LIST: Liste des échanges
|
CHILL_ACTIVITY_LIST: Liste des échanges
|
||||||
CHILL_ACTIVITY_CREATE_PERSON: Créer un échange lié à un usager
|
CHILL_ACTIVITY_CREATE_PERSON: Créer un échange lié à un usager
|
||||||
|
CHILL_ACTIVITY_CREATE_ACCOMPANYING_COURSE: Créer un échange lié à un parcours
|
||||||
|
CHILL_ACTIVITY_FULL: Voir les détails, créer, supprimer et mettre à jour un échange
|
||||||
|
|
||||||
# admin
|
# admin
|
||||||
Activities: Échanges
|
Activities: Échanges
|
||||||
|
@ -38,7 +38,13 @@
|
|||||||
<span class="role_scope role">{{ role_scope.role|trans }}</span>
|
<span class="role_scope role">{{ role_scope.role|trans }}</span>
|
||||||
{% if expanded_roles[role_scope.role]|length > 1 %}
|
{% if expanded_roles[role_scope.role]|length > 1 %}
|
||||||
<div class="help-text">
|
<div class="help-text">
|
||||||
{{ 'Which implies'|trans }} : {% for role in expanded_roles[role_scope.role] %}{{ role|trans }}{% if not loop.last %}, {% endif %}{% endfor %}
|
<span style="text-decoration: underline dotted;">{{ 'Which implies'|trans }} :</span>
|
||||||
|
{% for role in expanded_roles[role_scope.role] %}
|
||||||
|
{% if role != role_scope.role %}
|
||||||
|
{{ role|trans }}
|
||||||
|
{% if not loop.last %}, {% endif %}
|
||||||
|
{% endif %}
|
||||||
|
{% endfor %}
|
||||||
</div>
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</td>
|
</td>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user