diff --git a/templates/admin/watchdog.html.twig b/templates/admin/watchdog.html.twig index 11778a8..21025e1 100644 --- a/templates/admin/watchdog.html.twig +++ b/templates/admin/watchdog.html.twig @@ -7,10 +7,10 @@
-

Filtres

+

{% trans %}title_filter{% endtrans %}

{% if id is null or id == '*' %} -
Type:
+
{% trans %}title_type{% endtrans %}:
* {% for t in buttonsType %} {% set btntype = t.objectClass|replace({'App\\Entity\\': ''}) %} @@ -18,12 +18,12 @@ {% endfor %} {% else %} - back to list + {% trans %}button_back{% endtrans %} {% endif %} {% if buttonsAction != null %} -
Action:
+
{% trans %}title_actions{% endtrans %}:
* {% for a in buttonsAction %} {{ a.action }} diff --git a/translations/messages+intl-icu.en.yaml b/translations/messages+intl-icu.en.yaml index 39861e0..dc44d94 100644 --- a/translations/messages+intl-icu.en.yaml +++ b/translations/messages+intl-icu.en.yaml @@ -145,6 +145,7 @@ breadcrumb_view: View button_add_comment: Add a comment button_add_group: Add Group button_add: Add +button_back: Back button_cancel: Cancel button_change_password: Change password button_create: Create @@ -692,6 +693,7 @@ title_errorpage_error_message: This page seems to be malfunctioning, please cont title_errorpage_error: Error title_faceImage: Face photo title_field: Fields +title_filter: Filters title_folder_add_directories: List of Directories for adding to a folder title_folder_add_directory: Adding a directory to the folder title_folder_add_documents: Adding a document to the folder diff --git a/translations/messages+intl-icu.fr.yaml b/translations/messages+intl-icu.fr.yaml index 5f92705..f8ca39a 100644 --- a/translations/messages+intl-icu.fr.yaml +++ b/translations/messages+intl-icu.fr.yaml @@ -145,6 +145,7 @@ breadcrumb_view: Voir button_add_comment: Ajouter un commentaire button_add_group: Créer un groupe button_add: Ajouter +button_back: Retour button_cancel: Annuler button_change_password: Changer de mot de passe button_create: Créer @@ -691,6 +692,7 @@ title_errorpage_error_message: Cette page semble mal fonctionner, merci de conta title_errorpage_error: Ouups ! title_faceImage: Photo de Face title_field: Champs +title_filter: Filtre title_folder_add_directories: Liste des fiches pour ajout au dossier title_folder_add_directory: Ajouter une fiche au dossier title_folder_add_documents: Ajouter un document au dossier