Fix French translations (#1394)

Co-authored-by: Nabeel S <nabeelio@users.noreply.github.com>
This commit is contained in:
arthurpar06
2022-02-07 22:15:25 +01:00
committed by GitHub
parent c518175244
commit 737b2f137f
14 changed files with 95 additions and 95 deletions

View File

@@ -1,20 +1,20 @@
<?php
return [
'avatarresize' => 'This avatar will be resized to :width x :height pixels',
'newapikey' => 'Nouvelle clé API ',
'avatarresize' => 'Cette avatar sera redimensionné en :width x :height pixels',
'newapikey' => 'Nouvelle clé d\'API',
'your-profile' => 'Mon Profil',
'your-awards' => 'Mes Récompenses',
'apikey' => 'Clé API',
'apikey-show' => 'Voir Clé',
'your-awards' => 'Mes Distinctions',
'apikey' => 'Clé d\'API',
'apikey-show' => 'Afficher la clé',
'dontshare' => 'Ne pas partager!',
'changepassword' => 'Changer le mot de passe',
'newpassword' => 'Nouveau mot de passe',
'avatar' => 'Avatar',
'updateprofile' => 'Mettre à jour le Profil',
'updateprofile' => 'Modifier le Profil',
'editprofile' => 'Editer le Profil',
'edityourprofile' => 'Editer mon Profil',
'transferhours' => 'Heures de Transfert',
'transferhours' => 'Heures Transférées',
'opt-in' => 'Opt-In',
'opt-in-descrip' => 'Oui, recevoir les courriels non administratifs.',
'opt-in-descrip' => 'Oui, incluez-moi dans les emails non administratifs.',
];