[+] Added French Language (#1494)
This commit is contained in:
parent
5e7b6ebbb4
commit
f98d3d749c
15 changed files with 878 additions and 578 deletions
16
resources/lang/fr/admin/pack.php
Normal file
16
resources/lang/fr/admin/pack.php
Normal file
|
@ -0,0 +1,16 @@
|
|||
<?php
|
||||
/**
|
||||
* Pterodactyl - Panel
|
||||
* Copyright (c) 2015 - 2017 Dane Everitt <dane@daneeveritt.com>.
|
||||
*
|
||||
* This software is licensed under the terms of the MIT license.
|
||||
* https://opensource.org/licenses/MIT
|
||||
*/
|
||||
|
||||
return [
|
||||
'notices' => [
|
||||
'pack_updated' => 'Le pack a été mis à jour avec succès.',
|
||||
'pack_deleted' => 'Suppression réussie du pack ":name" du système.',
|
||||
'pack_created' => 'Un nouveau pack a été créé avec succès sur le système et est désormais disponible pour le déploiement sur les serveurs.',
|
||||
],
|
||||
];
|
Loading…
Add table
Add a link
Reference in a new issue