first commit
This commit is contained in:
68
resources/lang/fr/messages.php
Normal file
68
resources/lang/fr/messages.php
Normal file
@ -0,0 +1,68 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
/**
|
||||
*
|
||||
* Shared translations.
|
||||
*
|
||||
*/
|
||||
'title' => 'Installateur de Laravel',
|
||||
'next' => 'Suivant',
|
||||
|
||||
|
||||
/**
|
||||
*
|
||||
* Home page translations.
|
||||
*
|
||||
*/
|
||||
'welcome' => [
|
||||
'title' => 'Bienvenue dans l’installateur...',
|
||||
'message' => 'Bienvenue dans le programme d’installation.',
|
||||
],
|
||||
|
||||
|
||||
/**
|
||||
*
|
||||
* Requirements page translations.
|
||||
*
|
||||
*/
|
||||
'requirements' => [
|
||||
'title' => 'Prérequis',
|
||||
],
|
||||
|
||||
|
||||
/**
|
||||
*
|
||||
* Permissions page translations.
|
||||
*
|
||||
*/
|
||||
'permissions' => [
|
||||
'title' => 'Permissions',
|
||||
],
|
||||
|
||||
|
||||
/**
|
||||
*
|
||||
* Environment page translations.
|
||||
*
|
||||
*/
|
||||
'environment' => [
|
||||
'title' => 'Paramètres d’environment',
|
||||
'save' => 'Enregistrer .env',
|
||||
'success' => 'Votre fichier .env a été sauvegardé.',
|
||||
'errors' => 'Impossible d’enregistrer le fichier .env, il faut que vous le créiez manuellement.',
|
||||
],
|
||||
|
||||
|
||||
/**
|
||||
*
|
||||
* Final page translations.
|
||||
*
|
||||
*/
|
||||
'final' => [
|
||||
'title' => 'Terminé',
|
||||
'finished' => 'L’application a été installée avec succès.',
|
||||
'exit' => 'Cliquez ici pour quitter',
|
||||
],
|
||||
];
|
Reference in New Issue
Block a user