diff --git a/src/Bundle/ChillEventBundle/Form/AddEventBudgetElementType.php b/src/Bundle/ChillEventBundle/Form/AddEventBudgetElementType.php index c577262bb..a1942e4c1 100644 --- a/src/Bundle/ChillEventBundle/Form/AddEventBudgetElementType.php +++ b/src/Bundle/ChillEventBundle/Form/AddEventBudgetElementType.php @@ -39,7 +39,7 @@ class AddEventBudgetElementType extends AbstractType ], 'choice_label' => fn (EventBudgetKind $kind) => $this->translatableStringHelper->localize($kind->getName()), '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, [ 'required' => true, diff --git a/src/Bundle/ChillEventBundle/Resources/views/Admin/BudgetKind/index.html.twig b/src/Bundle/ChillEventBundle/Resources/views/Admin/BudgetKind/index.html.twig index 44bfe1155..f55ec4f17 100644 --- a/src/Bundle/ChillEventBundle/Resources/views/Admin/BudgetKind/index.html.twig +++ b/src/Bundle/ChillEventBundle/Resources/views/Admin/BudgetKind/index.html.twig @@ -1,10 +1,10 @@ {% 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 %} -

{{ 'admin.title.Event budget element list'|trans }}

+

{{ 'event.admin.title.Event budget element list'|trans }}

@@ -44,7 +44,7 @@ diff --git a/src/Bundle/ChillEventBundle/config/services/forms.yaml b/src/Bundle/ChillEventBundle/config/services/forms.yaml index f8883ecb3..6b8e68dc3 100644 --- a/src/Bundle/ChillEventBundle/config/services/forms.yaml +++ b/src/Bundle/ChillEventBundle/config/services/forms.yaml @@ -32,6 +32,10 @@ services: tags: - { name: form.type } + Chill\EventBundle\Form\EventThemeType: + tags: + - { name: form.type } + Chill\EventBundle\Form\Type\PickEventThemeType: tags: - { name: form.type } diff --git a/src/Bundle/ChillEventBundle/translations/messages.fr.yml b/src/Bundle/ChillEventBundle/translations/messages.fr.yml index 88fca146c..d455e8f04 100644 --- a/src/Bundle/ChillEventBundle/translations/messages.fr.yml +++ b/src/Bundle/ChillEventBundle/translations/messages.fr.yml @@ -8,6 +8,7 @@ Participations: Participations Status: Statut Last update: Dernière mise à jour Moderator: Responsable +Animators: Animateurs #CRUD event 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 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: label: Thématiques fields: @@ -145,6 +152,8 @@ event: budget: resources: Ressources charges: Charges + label: Elements de budget d'un évenement + Select a budget element kind: Selectionner un element de budget crud: event_theme: @@ -153,6 +162,8 @@ crud: index: title: Liste des thématiques add_new: Créér une nouvelle thématique + event_budget_kind: + title_new: Créér un nouveau element de budget export: event: