|
23 | 23 | "before" => "Le champ :attribute doit être une date antérieure au :date.",
|
24 | 24 | "between" => [
|
25 | 25 | "numeric" => "La valeur de :attribute doit être comprise entre :min et :max.",
|
26 |
| - "file" => "Le fichier :attribute doit avoir une taille entre :min et :max kilooctets.", |
| 26 | + "file" => "Le fichier :attribute doit avoir une taille entre :min et :max kilo-octets.", |
27 | 27 | "string" => "Le texte :attribute doit avoir entre :min et :max caractères.",
|
28 | 28 | "array" => "Le tableau :attribute doit avoir entre :min et :max éléments."
|
29 | 29 | ],
|
|
43 | 43 | "ip" => "Le champ :attribute doit être une adresse IP valide.",
|
44 | 44 | "max" => [
|
45 | 45 | "numeric" => "La valeur de :attribute ne peut être supérieure à :max.",
|
46 |
| - "file" => "Le fichier :attribute ne peut être plus gros que :max kilooctets.", |
| 46 | + "file" => "Le fichier :attribute ne peut être plus gros que :max kilo-octets.", |
47 | 47 | "string" => "Le texte de :attribute ne peut contenir plus de :max caractères.",
|
48 | 48 | "array" => "Le tableau :attribute ne peut avoir plus de :max éléments.",
|
49 | 49 | ],
|
50 | 50 | "mimes" => "Le champ :attribute doit être un fichier de type : :values.",
|
51 | 51 | "min" => [
|
52 | 52 | "numeric" => "La valeur de :attribute doit être supérieure à :min.",
|
53 |
| - "file" => "Le fichier :attribute doit être plus gros que :min kilobytes.", |
| 53 | + "file" => "Le fichier :attribute doit être plus gros que :min kilo-octets.", |
54 | 54 | "string" => "Le texte :attribute doit contenir au moins :min caractères.",
|
55 | 55 | "array" => "Le tableau :attribute doit avoir au moins :min éléments."
|
56 | 56 | ],
|
|
66 | 66 | "same" => "Les champs :attribute et :other doivent être identiques.",
|
67 | 67 | "size" => [
|
68 | 68 | "numeric" => "La valeur de :attribute doit être :size.",
|
69 |
| - "file" => "La taille du fichier de :attribute doit être de :size kilooctets.", |
| 69 | + "file" => "La taille du fichier de :attribute doit être de :size kilo-octets.", |
70 | 70 | "string" => "Le texte de :attribute doit contenir :size caractères.",
|
71 | 71 | "array" => "Le tableau :attribute doit contenir :size éléments."
|
72 | 72 | ],
|
|
0 commit comments