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' %}
|
||||
{% block table_entities_thead_tr %}
|
||||
<th>id</th>
|
||||
<th>{{ 'gender.label'|trans }}</th>
|
||||
<th>{{ 'gender.icon'|trans }}</th>
|
||||
<th>{{ 'label'|trans }}</th>
|
||||
<th>{{ 'icon'|trans }}</th>
|
||||
<th>{{ 'gender.genderTranslation'|trans }}</th>
|
||||
<th>{{ 'gender.active'|trans }}</th>
|
||||
<th>{{ 'gender.ordering'|trans }}</th>
|
||||
<th>{{ 'active'|trans }}</th>
|
||||
<th>{{ 'ordering'|trans }}</th>
|
||||
<th></th>
|
||||
{% endblock %}
|
||||
{% block table_entities_tbody %}
|
||||
|
@ -43,6 +43,7 @@ lifecycleUpdate: Evenements de création et mise à jour
|
||||
address_fields: Données liées à l'adresse
|
||||
Datas: Données
|
||||
No title: Aucun titre
|
||||
icon: icône
|
||||
|
||||
user:
|
||||
profile:
|
||||
@ -447,6 +448,12 @@ crud:
|
||||
title_delete: Supprimer une actualité
|
||||
button_delete: Supprimer
|
||||
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
|
||||
|
||||
@ -704,4 +711,7 @@ news:
|
||||
read_more: Lire la suite
|
||||
show_details: Voir l'actualité
|
||||
|
||||
gender:
|
||||
genderTranslation: traduction grammaticale
|
||||
|
||||
|
||||
|
@ -64,6 +64,7 @@ Female: Femme
|
||||
#Both: Neutre
|
||||
man: Homme
|
||||
woman: Femme
|
||||
neutral: Neutre
|
||||
#both: Neutre
|
||||
Man: Homme
|
||||
Woman: Femme
|
||||
|
Loading…
x
Reference in New Issue
Block a user