mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-07-18 14:56:13 +00:00
Add missing translations and add eventThemeType missing config
This commit is contained in:
parent
ad7d1f1243
commit
eb0208a0ac
@ -39,7 +39,7 @@ class AddEventBudgetElementType extends AbstractType
|
|||||||
],
|
],
|
||||||
'choice_label' => fn (EventBudgetKind $kind) => $this->translatableStringHelper->localize($kind->getName()),
|
'choice_label' => fn (EventBudgetKind $kind) => $this->translatableStringHelper->localize($kind->getName()),
|
||||||
'choice_value' => fn (?EventBudgetKind $kind) => $kind?->getId(),
|
'choice_value' => fn (?EventBudgetKind $kind) => $kind?->getId(),
|
||||||
'placeholder' => 'Select a budget element kind',
|
'placeholder' => 'event.budget.Select a budget element kind',
|
||||||
])
|
])
|
||||||
->add('amount', NumberType::class, [
|
->add('amount', NumberType::class, [
|
||||||
'required' => true,
|
'required' => true,
|
||||||
|
@ -1,10 +1,10 @@
|
|||||||
{% extends '@ChillMain/Admin/layoutWithVerticalMenu.html.twig' %}
|
{% extends '@ChillMain/Admin/layoutWithVerticalMenu.html.twig' %}
|
||||||
|
|
||||||
{% block title %}{{ 'admin.title.Event budget element list'|trans }}{% endblock title %}
|
{% block title %}{{ 'event.admin.title.Event budget element list'|trans }}{% endblock title %}
|
||||||
|
|
||||||
{% block admin_content %}
|
{% block admin_content %}
|
||||||
|
|
||||||
<h1>{{ 'admin.title.Event budget element list'|trans }}</h1>
|
<h1>{{ 'event.admin.title.Event budget element list'|trans }}</h1>
|
||||||
|
|
||||||
<table class="records_list table table-bordered border-dark">
|
<table class="records_list table table-bordered border-dark">
|
||||||
<thead>
|
<thead>
|
||||||
@ -44,7 +44,7 @@
|
|||||||
<ul class="record_actions sticky-form-buttons">
|
<ul class="record_actions sticky-form-buttons">
|
||||||
<li>
|
<li>
|
||||||
<a href="{{ path('chill_crud_event_budget_kind_new') }}" class="btn btn-create">
|
<a href="{{ path('chill_crud_event_budget_kind_new') }}" class="btn btn-create">
|
||||||
{{ 'admin.new.Create a new budget kind'|trans }}
|
{{ 'event.admin.new.Create a new budget kind'|trans }}
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
@ -32,6 +32,10 @@ services:
|
|||||||
tags:
|
tags:
|
||||||
- { name: form.type }
|
- { name: form.type }
|
||||||
|
|
||||||
|
Chill\EventBundle\Form\EventThemeType:
|
||||||
|
tags:
|
||||||
|
- { name: form.type }
|
||||||
|
|
||||||
Chill\EventBundle\Form\Type\PickEventThemeType:
|
Chill\EventBundle\Form\Type\PickEventThemeType:
|
||||||
tags:
|
tags:
|
||||||
- { name: form.type }
|
- { name: form.type }
|
||||||
|
@ -8,6 +8,7 @@ Participations: Participations
|
|||||||
Status: Statut
|
Status: Statut
|
||||||
Last update: Dernière mise à jour
|
Last update: Dernière mise à jour
|
||||||
Moderator: Responsable
|
Moderator: Responsable
|
||||||
|
Animators: Animateurs
|
||||||
|
|
||||||
#CRUD event
|
#CRUD event
|
||||||
Details of an event: Détails d'un événement
|
Details of an event: Détails d'un événement
|
||||||
@ -128,6 +129,12 @@ Create a new type: Créer un nouveau type
|
|||||||
Create a new status: Créer un nouveau statut
|
Create a new status: Créer un nouveau statut
|
||||||
|
|
||||||
event:
|
event:
|
||||||
|
admin:
|
||||||
|
title:
|
||||||
|
Event budget element list: Liste des elements du budget pour un évenement
|
||||||
|
Select budget type: Selectionner le type d'element du budget
|
||||||
|
new:
|
||||||
|
Create a new budget kind: Créér un nouveau element de budget
|
||||||
theme:
|
theme:
|
||||||
label: Thématiques
|
label: Thématiques
|
||||||
fields:
|
fields:
|
||||||
@ -145,6 +152,8 @@ event:
|
|||||||
budget:
|
budget:
|
||||||
resources: Ressources
|
resources: Ressources
|
||||||
charges: Charges
|
charges: Charges
|
||||||
|
label: Elements de budget d'un évenement
|
||||||
|
Select a budget element kind: Selectionner un element de budget
|
||||||
|
|
||||||
crud:
|
crud:
|
||||||
event_theme:
|
event_theme:
|
||||||
@ -153,6 +162,8 @@ crud:
|
|||||||
index:
|
index:
|
||||||
title: Liste des thématiques
|
title: Liste des thématiques
|
||||||
add_new: Créér une nouvelle thématique
|
add_new: Créér une nouvelle thématique
|
||||||
|
event_budget_kind:
|
||||||
|
title_new: Créér un nouveau element de budget
|
||||||
|
|
||||||
export:
|
export:
|
||||||
event:
|
event:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user