Skip to content

Commit

Permalink
minor #6194 Fixed #6172 (Geolim4)
Browse files Browse the repository at this point in the history
This PR was merged into the 4.x branch.

Discussion
----------

Fixed #6172

Incorrect FR translation of words "éditer" / "édition"

<!--
Thanks for your contribution! If you are proposing a new feature that is complex,
please open an issue first so we can discuss about it.

Note: all your contributions adhere implicitly to the MIT license
-->

Commits
-------

f9b387e Fixed #6172
  • Loading branch information
javiereguiluz committed Mar 11, 2024
2 parents 8664f03 + f9b387e commit 271f2d3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Resources/translations/EasyAdminBundle.fr.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
'new' => 'Créer %entity_label_singular%',
'search' => 'Rechercher',
'detail' => 'Consulter',
'edit' => 'Éditer',
'edit' => 'Modifier',
'delete' => 'Supprimer',
'cancel' => 'Annuler',
'index' => 'Retour à la liste',
Expand All @@ -56,9 +56,9 @@
'close' => 'Fermer',
'create' => 'Créer',
'create_and_add_another' => 'Créer et ajouter un nouvel élément',
'create_and_continue' => 'Créer et continuer l\'édition',
'create_and_continue' => 'Créer et modifier',
'save' => 'Sauvegarder les modifications',
'save_and_continue' => 'Sauvegarder et continuer l\'édition',
'save_and_continue' => 'Sauvegarder et modifier',
],

'batch_action_modal' => [
Expand Down

0 comments on commit 271f2d3

Please sign in to comment.