Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
60 commits
Select commit Hold shift + click to select a range
fe3c8b4
New translations app.php (Czech)
djaiss Feb 26, 2018
7f316b2
New translations mail.php (Italian)
djaiss Feb 26, 2018
5a6b775
New translations people.php (Italian)
djaiss Feb 26, 2018
d2f7463
New translations settings.php (Italian)
djaiss Feb 26, 2018
c33c6f6
New translations app.php (Portuguese)
djaiss Feb 26, 2018
e6dc1a6
New translations auth.php (Portuguese)
djaiss Feb 26, 2018
ae60019
New translations mail.php (Portuguese)
djaiss Feb 26, 2018
bfd1f77
New translations passwords.php (Portuguese)
djaiss Feb 26, 2018
56f6983
New translations people.php (Portuguese)
djaiss Feb 26, 2018
a1f4a10
New translations settings.php (Portuguese)
djaiss Feb 26, 2018
2fb7b4e
New translations validation.php (Portuguese)
djaiss Feb 26, 2018
825396c
New translations app.php (Russian)
djaiss Feb 26, 2018
5a54842
New translations auth.php (Russian)
djaiss Feb 26, 2018
d7a5584
New translations mail.php (Russian)
djaiss Feb 26, 2018
81a9f12
New translations pagination.php (Russian)
djaiss Feb 26, 2018
d180775
New translations passwords.php (Russian)
djaiss Feb 26, 2018
e4b21c8
New translations people.php (Russian)
djaiss Feb 26, 2018
ffb879c
New translations settings.php (Russian)
djaiss Feb 26, 2018
256b5ca
New translations dashboard.php (Italian)
djaiss Feb 26, 2018
7ea7cd1
New translations app.php (Italian)
djaiss Feb 26, 2018
66c6dca
New translations journal.php (Czech)
djaiss Feb 26, 2018
953b3db
New translations mail.php (Czech)
djaiss Feb 26, 2018
63b6f95
New translations passwords.php (Czech)
djaiss Feb 26, 2018
87ea132
New translations people.php (Czech)
djaiss Feb 26, 2018
79ecf4e
New translations settings.php (Czech)
djaiss Feb 26, 2018
969effb
New translations app.php (French)
djaiss Feb 26, 2018
ed28c12
New translations auth.php (French)
djaiss Feb 26, 2018
dc82559
New translations mail.php (French)
djaiss Feb 26, 2018
a8c9adc
New translations passwords.php (French)
djaiss Feb 26, 2018
0c4245d
New translations validation.php (German)
djaiss Feb 26, 2018
d115716
New translations people.php (French)
djaiss Feb 26, 2018
b0d6a0b
New translations settings.php (French)
djaiss Feb 26, 2018
e916da2
New translations validation.php (French)
djaiss Feb 26, 2018
360d2e4
New translations app.php (German)
djaiss Feb 26, 2018
1b7b59c
New translations journal.php (German)
djaiss Feb 26, 2018
68c5705
New translations mail.php (German)
djaiss Feb 26, 2018
85f5b29
New translations passwords.php (German)
djaiss Feb 26, 2018
5b69388
New translations people.php (German)
djaiss Feb 26, 2018
8cf46ca
New translations settings.php (German)
djaiss Feb 26, 2018
0923785
New translations validation.php (Russian)
djaiss Feb 26, 2018
25d9234
New translations settings.php (Czech)
djaiss Feb 26, 2018
43241e7
New translations auth.php (French)
djaiss Feb 26, 2018
2c57ad8
New translations app.php (French)
djaiss Feb 26, 2018
d251218
New translations auth.php (French)
djaiss Feb 26, 2018
86cceb8
New translations people.php (French)
djaiss Feb 26, 2018
0814be3
New translations dashboard.php (French)
djaiss Feb 26, 2018
6b0b035
New translations passwords.php (French)
djaiss Feb 26, 2018
8cdddc8
New translations settings.php (French)
djaiss Feb 26, 2018
ae4ede9
New translations auth.php (Chinese Simplified)
djaiss Feb 26, 2018
e8b7e4d
New translations app.php (Chinese Simplified)
djaiss Feb 26, 2018
32925db
New translations dashboard.php (Chinese Simplified)
djaiss Feb 26, 2018
ae1c75c
New translations journal.php (Chinese Simplified)
djaiss Feb 26, 2018
2795fd0
New translations mail.php (Chinese Simplified)
djaiss Feb 26, 2018
d22ac13
New translations pagination.php (Chinese Simplified)
djaiss Feb 26, 2018
cf6d6c7
New translations passwords.php (Chinese Simplified)
djaiss Feb 26, 2018
3c407d4
New translations people.php (Chinese Simplified)
djaiss Feb 26, 2018
0a9f12e
New translations reminder.php (Chinese Simplified)
djaiss Feb 26, 2018
c8bb168
New translations settings.php (Chinese Simplified)
djaiss Feb 26, 2018
bbb1096
New translations validation.php (Chinese Simplified)
djaiss Feb 26, 2018
97659a0
style ci
djaiss Feb 26, 2018
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
New translations validation.php (French)
  • Loading branch information
djaiss committed Feb 26, 2018
commit e916da20c5620eb2dd08773db008effef6b70b33
56 changes: 12 additions & 44 deletions resources/lang/fr/validation.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,13 @@
*/

'accepted' => 'Le champ :attribute doit être accepté.',
'active_url' => "Le champ :attribute n'est pas une URL valide.",
'active_url' => 'Le champ :attribute n\'est pas une URL valide.',
'after' => 'Le champ :attribute doit être une date postérieure au :date.',
'after_or_equal' => 'Le champ :attribute doit être une date postérieure ou égale au :date.',
'alpha' => 'Le champ :attribute doit seulement contenir des lettres.',
'alpha_dash' => 'Le champ :attribute doit seulement contenir des lettres, des chiffres et des tirets.',
'alpha_num' => 'Le champ :attribute doit seulement contenir des chiffres et des lettres.',
'array' => 'Le champ :attribute doit être un tableau.',
'before' => 'Le champ :attribute doit être une date antérieure au :date.',
'before_or_equal' => 'Le champ :attribute doit être une date antérieure ou égale au :date.',
'between' => [
'numeric' => 'La valeur de :attribute doit être comprise entre :min et :max.',
'file' => 'La taille du fichier de :attribute doit être comprise entre :min et :max kilo-octets.',
Expand All @@ -31,16 +29,14 @@
],
'boolean' => 'Le champ :attribute doit être vrai ou faux.',
'confirmed' => 'Le champ de confirmation :attribute ne correspond pas.',
'date' => "Le champ :attribute n'est pas une date valide.",
'date' => 'Le champ :attribute n\'est pas une date valide.',
'date_format' => 'Le champ :attribute ne correspond pas au format :format.',
'different' => 'Les champs :attribute et :other doivent être différents.',
'digits' => 'Le champ :attribute doit contenir :digits chiffres.',
'digits_between' => 'Le champ :attribute doit contenir entre :min et :max chiffres.',
'dimensions' => "La taille de l'image :attribute n'est pas conforme.",
'distinct' => 'Le champ :attribute a une valeur dupliquée.',
'email' => 'Le champ :attribute doit être une adresse e-mail valide.',
'exists' => 'Le champ :attribute sélectionné est invalide.',
'file' => 'Le champ :attribute doit être un fichier.',
'filled' => 'Le champ :attribute est obligatoire.',
'image' => 'Le champ :attribute doit être une image.',
'in' => 'Le champ :attribute est invalide.',
Expand All @@ -55,14 +51,13 @@
'array' => 'Le tableau :attribute ne peut contenir plus de :max éléments.',
],
'mimes' => 'Le champ :attribute doit être un fichier de type : :values.',
'mimetypes' => 'Le champ :attribute doit être un fichier de type : :values.',
'min' => [
'numeric' => 'La valeur de :attribute doit être supérieure ou égale à :min.',
'file' => 'La taille du fichier de :attribute doit être supérieure à :min kilo-octets.',
'string' => 'Le texte :attribute doit contenir au moins :min caractères.',
'array' => 'Le tableau :attribute doit contenir au moins :min éléments.',
],
'not_in' => "Le champ :attribute sélectionné n'est pas valide.",
'not_in' => 'Le champ :attribute sélectionné n\'est pas valide.',
'numeric' => 'Le champ :attribute doit contenir un nombre.',
'present' => 'Le champ :attribute doit être présent.',
'regex' => 'Le format du champ :attribute est invalide.',
Expand All @@ -71,8 +66,8 @@
'required_unless' => 'Le champ :attribute est obligatoire sauf si :other est :values.',
'required_with' => 'Le champ :attribute est obligatoire quand :values est présent.',
'required_with_all' => 'Le champ :attribute est obligatoire quand :values est présent.',
'required_without' => "Le champ :attribute est obligatoire quand :values n'est pas présent.",
'required_without_all' => "Le champ :attribute est requis quand aucun de :values n'est présent.",
'required_without' => 'Le champ :attribute est obligatoire quand :values n\'est pas présent.',
'required_without_all' => 'Le champ :attribute est requis quand aucun de :values n\'est présent.',
'same' => 'Les champs :attribute et :other doivent être identiques.',
'size' => [
'numeric' => 'La valeur de :attribute doit être :size.',
Expand All @@ -83,8 +78,8 @@
'string' => 'Le champ :attribute doit être une chaîne de caractères.',
'timezone' => 'Le champ :attribute doit être un fuseau horaire valide.',
'unique' => 'La valeur du champ :attribute est déjà utilisée.',
'uploaded' => "Le fichier du champ :attribute n'a pu être téléchargé.",
'url' => "Le format de l'URL de :attribute n'est pas valide.",
'url' => 'Le format de l\'URL de :attribute n\'est pas valide.',

/*
|--------------------------------------------------------------------------
| Custom Validation Language Lines
Expand All @@ -95,11 +90,13 @@
| specify a specific custom language line for a given attribute rule.
|
*/
'custom' => [

'custom' => [
'attribute-name' => [
'rule-name' => 'custom-message',
],
],

/*
|--------------------------------------------------------------------------
| Custom Validation Attributes
Expand All @@ -110,36 +107,7 @@
| of "email". This simply helps us make messages a little cleaner.
|
*/
'attributes' => [
'name' => 'Nom',
'username' => 'Pseudo',
'email' => 'Adresse e-mail',
'first_name' => 'Prénom',
'last_name' => 'Nom',
'password' => 'Mot de passe',
'password_confirmation' => 'Confirmation du mot de passe',
'city' => 'Ville',
'country' => 'Pays',
'address' => 'Adresse',
'phone' => 'Téléphone',
'mobile' => 'Portable',
'age' => 'Age',
'sex' => 'Sexe',
'gender' => 'Genre',
'day' => 'Jour',
'month' => 'Mois',
'year' => 'Année',
'hour' => 'Heure',
'minute' => 'Minute',
'second' => 'Seconde',
'title' => 'Titre',
'content' => 'Contenu',
'description' => 'Description',
'excerpt' => 'Extrait',
'date' => 'Date',
'time' => 'Heure',
'available' => 'Disponible',
'size' => 'Taille',
],

'attributes' => [],

];