add translations
This commit is contained in:
@@ -7,10 +7,10 @@
|
|||||||
|
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col mb-5">
|
<div class="col mb-5">
|
||||||
<h4>Filtres</h4>
|
<h4>{% trans %}title_filter{% endtrans %}</h4>
|
||||||
|
|
||||||
{% if id is null or id == '*' %}
|
{% if id is null or id == '*' %}
|
||||||
<h5>Type: </h5>
|
<h5>{% trans %}title_type{% endtrans %}: </h5>
|
||||||
<a href="{{ path('admin_watchdog', {type:'*', id: id, action: action}) }}" class="btn btn-{{type == '*' ? 'info' : 'primary'}} m-1">*</a>
|
<a href="{{ path('admin_watchdog', {type:'*', id: id, action: action}) }}" class="btn btn-{{type == '*' ? 'info' : 'primary'}} m-1">*</a>
|
||||||
{% for t in buttonsType %}
|
{% for t in buttonsType %}
|
||||||
{% set btntype = t.objectClass|replace({'App\\Entity\\': ''}) %}
|
{% set btntype = t.objectClass|replace({'App\\Entity\\': ''}) %}
|
||||||
@@ -18,12 +18,12 @@
|
|||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
||||||
{% else %}
|
{% else %}
|
||||||
<a href="{{ path('admin_watchdog', {type: type, id: '*', action: action}) }}" class="btn btn-warning m-1">back to list</a>
|
<a href="{{ path('admin_watchdog', {type: type, id: '*', action: action}) }}" class="btn btn-warning m-1">{% trans %}button_back{% endtrans %}</a>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
|
||||||
{% if buttonsAction != null %}
|
{% if buttonsAction != null %}
|
||||||
<h5>Action: </h5>
|
<h5>{% trans %}title_actions{% endtrans %}: </h5>
|
||||||
<a href="{{ path('admin_watchdog',{type: type, id: id, action: '*'}) }}" class="btn btn-{{action == '*' ? 'info' : 'primary'}} m-1">*</a>
|
<a href="{{ path('admin_watchdog',{type: type, id: id, action: '*'}) }}" class="btn btn-{{action == '*' ? 'info' : 'primary'}} m-1">*</a>
|
||||||
{% for a in buttonsAction %}
|
{% for a in buttonsAction %}
|
||||||
<a href="{{ path('admin_watchdog',{type: type, id: id, action: a.action }) }}" class="btn btn-{{action == a.action ? 'info' : 'primary'}} m-1">{{ a.action }}</a>
|
<a href="{{ path('admin_watchdog',{type: type, id: id, action: a.action }) }}" class="btn btn-{{action == a.action ? 'info' : 'primary'}} m-1">{{ a.action }}</a>
|
||||||
|
|||||||
@@ -145,6 +145,7 @@ breadcrumb_view: View
|
|||||||
button_add_comment: Add a comment
|
button_add_comment: Add a comment
|
||||||
button_add_group: Add Group
|
button_add_group: Add Group
|
||||||
button_add: Add
|
button_add: Add
|
||||||
|
button_back: Back
|
||||||
button_cancel: Cancel
|
button_cancel: Cancel
|
||||||
button_change_password: Change password
|
button_change_password: Change password
|
||||||
button_create: Create
|
button_create: Create
|
||||||
@@ -692,6 +693,7 @@ title_errorpage_error_message: This page seems to be malfunctioning, please cont
|
|||||||
title_errorpage_error: Error
|
title_errorpage_error: Error
|
||||||
title_faceImage: Face photo
|
title_faceImage: Face photo
|
||||||
title_field: Fields
|
title_field: Fields
|
||||||
|
title_filter: Filters
|
||||||
title_folder_add_directories: List of Directories for adding to a folder
|
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_directory: Adding a directory to the folder
|
||||||
title_folder_add_documents: Adding a document to the folder
|
title_folder_add_documents: Adding a document to the folder
|
||||||
|
|||||||
@@ -145,6 +145,7 @@ breadcrumb_view: Voir
|
|||||||
button_add_comment: Ajouter un commentaire
|
button_add_comment: Ajouter un commentaire
|
||||||
button_add_group: Créer un groupe
|
button_add_group: Créer un groupe
|
||||||
button_add: Ajouter
|
button_add: Ajouter
|
||||||
|
button_back: Retour
|
||||||
button_cancel: Annuler
|
button_cancel: Annuler
|
||||||
button_change_password: Changer de mot de passe
|
button_change_password: Changer de mot de passe
|
||||||
button_create: Créer
|
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_errorpage_error: Ouups !
|
||||||
title_faceImage: Photo de Face
|
title_faceImage: Photo de Face
|
||||||
title_field: Champs
|
title_field: Champs
|
||||||
|
title_filter: Filtre
|
||||||
title_folder_add_directories: Liste des fiches pour ajout au dossier
|
title_folder_add_directories: Liste des fiches pour ajout au dossier
|
||||||
title_folder_add_directory: Ajouter une fiche au dossier
|
title_folder_add_directory: Ajouter une fiche au dossier
|
||||||
title_folder_add_documents: Ajouter un document au dossier
|
title_folder_add_documents: Ajouter un document au dossier
|
||||||
|
|||||||
Reference in New Issue
Block a user