Skip to content

Commit

Permalink
Merge pull request #12 from loanbesson/main
Browse files Browse the repository at this point in the history
Add french support
  • Loading branch information
mansoorkhan96 authored Mar 27, 2024
2 parents 6529a98 + 726d5b5 commit 1d79301
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
12 changes: 12 additions & 0 deletions resources/lang/fr/actions.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<?php

return [
'previous_version' => 'Précédent',
'next_version' => 'Suivant',
'restore' => [
'label' => 'Réstaurer cette révision',
'modal_description' => 'Êtes-vous sûr de vouloir restaurer cette révision ?',
'modal_submit_action_label' => 'Oui, restaurez-la',
],
'revisions' => 'Révisions',
];
9 changes: 9 additions & 0 deletions resources/lang/fr/page.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<?php

return [
'title' => 'Comparer les révisions de :title',
'breadcrumb' => 'Révisions',
'content_tab_label' => 'Révisions',
'revision_by' => 'Révision par :name',
'revisions_list' => 'Liste des révisions',
];

0 comments on commit 1d79301

Please sign in to comment.