Push updated languages
This commit is contained in:
parent
0afa568095
commit
a1dff5cda0
101 changed files with 1626 additions and 1317 deletions
3
resources/lang/fr/auth.php
Normal file
3
resources/lang/fr/auth.php
Normal file
|
@ -0,0 +1,3 @@
|
|||
<?php
|
||||
return array(
|
||||
);
|
6
resources/lang/fr/base.php
Normal file
6
resources/lang/fr/base.php
Normal file
|
@ -0,0 +1,6 @@
|
|||
<?php
|
||||
return array(
|
||||
"account" => array(
|
||||
"totp_header" => "Authentification à deux facteurs",
|
||||
),
|
||||
);
|
3
resources/lang/fr/pagination.php
Normal file
3
resources/lang/fr/pagination.php
Normal file
|
@ -0,0 +1,3 @@
|
|||
<?php
|
||||
return array(
|
||||
);
|
3
resources/lang/fr/passwords.php
Normal file
3
resources/lang/fr/passwords.php
Normal file
|
@ -0,0 +1,3 @@
|
|||
<?php
|
||||
return array(
|
||||
);
|
3
resources/lang/fr/server.php
Normal file
3
resources/lang/fr/server.php
Normal file
|
@ -0,0 +1,3 @@
|
|||
<?php
|
||||
return array(
|
||||
);
|
6
resources/lang/fr/strings.php
Normal file
6
resources/lang/fr/strings.php
Normal file
|
@ -0,0 +1,6 @@
|
|||
<?php
|
||||
return array(
|
||||
"language" => "Langage",
|
||||
"save" => "Sauvegarder",
|
||||
"status" => "Status",
|
||||
);
|
5
resources/lang/fr/validation.php
Normal file
5
resources/lang/fr/validation.php
Normal file
|
@ -0,0 +1,5 @@
|
|||
<?php
|
||||
return array(
|
||||
"before" => ":attribute doit être une date antérieur a :date.",
|
||||
"ip" => ":attribute doit être une adresse IP valide.",
|
||||
);
|
Reference in a new issue