mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
Translate gender terms for admin templates
This commit is contained in:
parent
bdfdabe10e
commit
a1db1a1d65
@ -4,11 +4,11 @@
|
|||||||
{% embed '@ChillMain/CRUD/_index.html.twig' %}
|
{% embed '@ChillMain/CRUD/_index.html.twig' %}
|
||||||
{% block table_entities_thead_tr %}
|
{% block table_entities_thead_tr %}
|
||||||
<th>id</th>
|
<th>id</th>
|
||||||
<th>{{ 'gender.label'|trans }}</th>
|
<th>{{ 'label'|trans }}</th>
|
||||||
<th>{{ 'gender.icon'|trans }}</th>
|
<th>{{ 'icon'|trans }}</th>
|
||||||
<th>{{ 'gender.genderTranslation'|trans }}</th>
|
<th>{{ 'gender.genderTranslation'|trans }}</th>
|
||||||
<th>{{ 'gender.active'|trans }}</th>
|
<th>{{ 'active'|trans }}</th>
|
||||||
<th>{{ 'gender.ordering'|trans }}</th>
|
<th>{{ 'ordering'|trans }}</th>
|
||||||
<th></th>
|
<th></th>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
{% block table_entities_tbody %}
|
{% block table_entities_tbody %}
|
||||||
|
@ -43,6 +43,7 @@ lifecycleUpdate: Evenements de création et mise à jour
|
|||||||
address_fields: Données liées à l'adresse
|
address_fields: Données liées à l'adresse
|
||||||
Datas: Données
|
Datas: Données
|
||||||
No title: Aucun titre
|
No title: Aucun titre
|
||||||
|
icon: icône
|
||||||
|
|
||||||
user:
|
user:
|
||||||
profile:
|
profile:
|
||||||
@ -447,6 +448,12 @@ crud:
|
|||||||
title_delete: Supprimer une actualité
|
title_delete: Supprimer une actualité
|
||||||
button_delete: Supprimer
|
button_delete: Supprimer
|
||||||
confirm_message_delete: Êtes-vous sûr de vouloir supprimer l'actualité, "%as_string%" ?
|
confirm_message_delete: Êtes-vous sûr de vouloir supprimer l'actualité, "%as_string%" ?
|
||||||
|
main_gender:
|
||||||
|
index:
|
||||||
|
title: Liste des genres
|
||||||
|
add_new: Ajouter un genre
|
||||||
|
title_new: Nouveau genre
|
||||||
|
title_edit: Modifier un genre
|
||||||
|
|
||||||
No entities: Aucun élément
|
No entities: Aucun élément
|
||||||
|
|
||||||
@ -704,4 +711,7 @@ news:
|
|||||||
read_more: Lire la suite
|
read_more: Lire la suite
|
||||||
show_details: Voir l'actualité
|
show_details: Voir l'actualité
|
||||||
|
|
||||||
|
gender:
|
||||||
|
genderTranslation: traduction grammaticale
|
||||||
|
|
||||||
|
|
||||||
|
@ -64,6 +64,7 @@ Female: Femme
|
|||||||
#Both: Neutre
|
#Both: Neutre
|
||||||
man: Homme
|
man: Homme
|
||||||
woman: Femme
|
woman: Femme
|
||||||
|
neutral: Neutre
|
||||||
#both: Neutre
|
#both: Neutre
|
||||||
Man: Homme
|
Man: Homme
|
||||||
Woman: Femme
|
Woman: Femme
|
||||||
|
Loading…
x
Reference in New Issue
Block a user