Update language stuff.

This commit is contained in:
James Cole 2016-03-03 10:27:53 +01:00
parent 35ff3f0cbf
commit a9a542d68f
3 changed files with 159 additions and 159 deletions

View File

@ -8,62 +8,62 @@ return [
'file_attached' => 'Succesfully uploaded file ":name".', 'file_attached' => 'Succesfully uploaded file ":name".',
'file_invalid_mime' => 'File ":name" is of type ":mime" which is not accepted as a new upload.', 'file_invalid_mime' => 'File ":name" is of type ":mime" which is not accepted as a new upload.',
'file_too_large' => 'File ":name" is too large.', 'file_too_large' => 'File ":name" is too large.',
"accepted" => "Le champ :attribute doit être accepté.", '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' => 'Le champ :attribute doit être une date postérieure au :date.',
"alpha" => "Le champ :attribute doit seulement contenir des lettres.", '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_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.", 'alpha_num' => 'Le champ :attribute doit seulement contenir des chiffres et des lettres.',
"array" => "Le champ :attribute doit être un tableau.", 'array' => 'Le champ :attribute doit être un tableau.',
"unique_for_user" => "There already is an entry with this :attribute.", 'unique_for_user' => 'There already is an entry with this :attribute.',
"before" => "Le champ :attribute doit être une date antérieure au :date.", 'before' => 'Le champ :attribute doit être une date antérieure au :date.',
'unique_object_for_user' => 'This name is already in use', 'unique_object_for_user' => 'This name is already in use',
'unique_account_for_user' => 'This account name is already in use', 'unique_account_for_user' => 'This account name is already in use',
"between.numeric" => "La valeur de :attribute doit être comprise entre :min et :max.", 'between.numeric' => 'La valeur de :attribute doit être comprise entre :min et :max.',
"between.file" => "Le fichier :attribute doit avoir une taille entre :min et :max kilo-octets.", 'between.file' => 'Le fichier :attribute doit avoir une taille entre :min et :max kilo-octets.',
"between.string" => "Le texte :attribute doit avoir entre :min et :max caractères.", 'between.string' => 'Le texte :attribute doit avoir entre :min et :max caractères.',
"between.array" => "Le tableau :attribute doit avoir entre :min et :max éléments.", 'between.array' => 'Le tableau :attribute doit avoir entre :min et :max éléments.',
"boolean" => "Le champ :attribute doit être vrai ou faux.", 'boolean' => 'Le champ :attribute doit être vrai ou faux.',
"confirmed" => "Le champ de confirmation :attribute ne correspond pas.", '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.", 'date_format' => 'Le champ :attribute ne correspond pas au format :format.',
"different" => "Les champs :attribute et :other doivent être différents.", 'different' => 'Les champs :attribute et :other doivent être différents.',
"digits" => "Le champ :attribute doit avoir :digits chiffres.", 'digits' => 'Le champ :attribute doit avoir :digits chiffres.',
"digits_between" => "Le champ :attribute doit avoir entre :min et :max chiffres.", 'digits_between' => 'Le champ :attribute doit avoir entre :min et :max chiffres.',
"email" => "Le champ :attribute doit être une adresse email valide.", 'email' => 'Le champ :attribute doit être une adresse email valide.',
"filled" => "Le champ :attribute est obligatoire.", 'filled' => 'Le champ :attribute est obligatoire.',
"exists" => "Le champ :attribute sélectionné est invalide.", 'exists' => 'Le champ :attribute sélectionné est invalide.',
"image" => "Le champ :attribute doit être une image.", 'image' => 'Le champ :attribute doit être une image.',
"in" => "Le champ :attribute est invalide.", 'in' => 'Le champ :attribute est invalide.',
"integer" => "Le champ :attribute doit être un entier.", 'integer' => 'Le champ :attribute doit être un entier.',
"ip" => "Le champ :attribute doit être une adresse IP valide.", 'ip' => 'Le champ :attribute doit être une adresse IP valide.',
'json' => 'Le champ :attribute doit être un document JSON valide.', 'json' => 'Le champ :attribute doit être un document JSON valide.',
"max.numeric" => "La valeur de :attribute ne peut être supérieure à :max.", 'max.numeric' => 'La valeur de :attribute ne peut être supérieure à :max.',
"max.file" => "Le fichier :attribute ne peut être plus gros que :max kilo-octets.", 'max.file' => 'Le fichier :attribute ne peut être plus gros que :max kilo-octets.',
"max.string" => "Le texte de :attribute ne peut contenir plus de :max caractères.", 'max.string' => 'Le texte de :attribute ne peut contenir plus de :max caractères.',
"max.array" => "Le tableau :attribute ne peut avoir plus de :max éléments.", 'max.array' => 'Le tableau :attribute ne peut avoir plus de :max éléments.',
"mimes" => "Le champ :attribute doit être un fichier de type : :values.", 'mimes' => 'Le champ :attribute doit être un fichier de type : :values.',
"min.numeric" => "La valeur de :attribute doit être supérieure à :min.", 'min.numeric' => 'La valeur de :attribute doit être supérieure à :min.',
"min.file" => "Le fichier :attribute doit être plus gros que :min kilo-octets.", 'min.file' => 'Le fichier :attribute doit être plus gros que :min kilo-octets.',
"min.string" => "Le texte :attribute doit contenir au moins :min caractères.", 'min.string' => 'Le texte :attribute doit contenir au moins :min caractères.',
"min.array" => "Le tableau :attribute doit avoir au moins :min éléments.", 'min.array' => 'Le tableau :attribute doit avoir 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.", 'numeric' => 'Le champ :attribute doit contenir un nombre.',
"regex" => "Le format du champ :attribute est invalide.", 'regex' => 'Le format du champ :attribute est invalide.',
"required" => "Le champ :attribute est obligatoire.", 'required' => 'Le champ :attribute est obligatoire.',
"required_if" => "Le champ :attribute est obligatoire quand la valeur de :other est :value.", 'required_if' => 'Le champ :attribute est obligatoire quand la valeur de :other est :value.',
'required_unless' => 'Le champ :attribute est obligatoire sauf si :other est :values.', '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' => 'Le champ :attribute est obligatoire quand :values est présent.',
"required_with_all" => "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' => '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_all' => 'Le champ :attribute est requis quand aucun de :values n\'est présent.',
"same" => "Les champs :attribute et :other doivent être identiques.", 'same' => 'Les champs :attribute et :other doivent être identiques.',
"size.numeric" => "La valeur de :attribute doit être :size.", 'size.numeric' => 'La valeur de :attribute doit être :size.',
"size.file" => "La taille du fichier de :attribute doit être de :size kilo-octets.", 'size.file' => 'La taille du fichier de :attribute doit être de :size kilo-octets.',
"size.string" => "Le texte de :attribute doit contenir :size caractères.", 'size.string' => 'Le texte de :attribute doit contenir :size caractères.',
"size.array" => "Le tableau :attribute doit contenir :size éléments.", 'size.array' => 'Le tableau :attribute doit contenir :size éléments.',
"unique" => "La valeur du champ :attribute est déjà utilisée.", 'unique' => 'La valeur du champ :attribute est déjà utilisée.',
'string' => 'Le champ :attribute doit être une chaîne de caractères.', 'string' => 'Le champ :attribute doit être une chaîne de caractères.',
"url" => "Le format de l'URL de :attribute n'est pas valide.", 'url' => 'Le format de l\'URL de :attribute n\'est pas valide.',
"timezone" => "Le champ :attribute doit être un fuseau horaire valide.", 'timezone' => 'Le champ :attribute doit être un fuseau horaire valide.',
]; ];

View File

@ -10,62 +10,62 @@ return [
'file_attached' => 'Bestand met naam ":name" is met succes geuploaded.', 'file_attached' => 'Bestand met naam ":name" is met succes geuploaded.',
'file_invalid_mime' => 'Bestand ":name" is van het type ":mime", en die kan je niet uploaden.', 'file_invalid_mime' => 'Bestand ":name" is van het type ":mime", en die kan je niet uploaden.',
'file_too_large' => 'Bestand ":name" is te groot.', 'file_too_large' => 'Bestand ":name" is te groot.',
"accepted" => ":attribute moet geaccepteerd zijn.", 'accepted' => ':attribute moet geaccepteerd zijn.',
"active_url" => ":attribute is geen geldige URL.", 'active_url' => ':attribute is geen geldige URL.',
"after" => ":attribute moet een datum na :date zijn.", 'after' => ':attribute moet een datum na :date zijn.',
"alpha" => ":attribute mag alleen letters bevatten.", 'alpha' => ':attribute mag alleen letters bevatten.',
"alpha_dash" => ":attribute mag alleen letters, nummers, onderstreep(_) en strepen(-) bevatten.", 'alpha_dash' => ':attribute mag alleen letters, nummers, onderstreep(_) en strepen(-) bevatten.',
"alpha_num" => ":attribute mag alleen letters en nummers bevatten.", 'alpha_num' => ':attribute mag alleen letters en nummers bevatten.',
"array" => ":attribute moet geselecteerde elementen bevatten.", 'array' => ':attribute moet geselecteerde elementen bevatten.',
"unique_for_user" => "Er is al een entry met deze :attribute.", 'unique_for_user' => 'Er is al een entry met deze :attribute.',
"before" => ":attribute moet een datum voor :date zijn.", 'before' => ':attribute moet een datum voor :date zijn.',
'unique_object_for_user' => 'Deze naam is al in gebruik', 'unique_object_for_user' => 'Deze naam is al in gebruik',
'unique_account_for_user' => 'This rekeningnaam is already in use', 'unique_account_for_user' => 'This rekeningnaam is already in use',
"between.numeric" => ":attribute moet tussen :min en :max zijn.", 'between.numeric' => ':attribute moet tussen :min en :max zijn.',
"between.file" => ":attribute moet tussen :min en :max kilobytes zijn.", 'between.file' => ':attribute moet tussen :min en :max kilobytes zijn.',
"between.string" => ":attribute moet tussen :min en :max karakters zijn.", 'between.string' => ':attribute moet tussen :min en :max karakters zijn.',
"between.array" => ":attribute moet tussen :min en :max items bevatten.", 'between.array' => ':attribute moet tussen :min en :max items bevatten.',
"boolean" => ":attribute moet true of false zijn.", 'boolean' => ':attribute moet true of false zijn.',
"confirmed" => ":attribute bevestiging komt niet overeen.", 'confirmed' => ':attribute bevestiging komt niet overeen.',
"date" => ":attribute moet een datum bevatten.", 'date' => ':attribute moet een datum bevatten.',
"date_format" => ":attribute moet een geldig datum formaat bevatten.", 'date_format' => ':attribute moet een geldig datum formaat bevatten.',
"different" => ":attribute en :other moeten verschillend zijn.", 'different' => ':attribute en :other moeten verschillend zijn.',
"digits" => ":attribute moet bestaan uit :digits cijfers.", 'digits' => ':attribute moet bestaan uit :digits cijfers.',
"digits_between" => ":attribute moet bestaan uit minimaal :min en maximaal :max cijfers.", 'digits_between' => ':attribute moet bestaan uit minimaal :min en maximaal :max cijfers.',
"email" => ":attribute is geen geldig e-mailadres.", 'email' => ':attribute is geen geldig e-mailadres.',
"filled" => ":attribute is verplicht.", 'filled' => ':attribute is verplicht.',
"exists" => ":attribute bestaat niet.", 'exists' => ':attribute bestaat niet.',
"image" => ":attribute moet een afbeelding zijn.", 'image' => ':attribute moet een afbeelding zijn.',
"in" => ":attribute is ongeldig.", 'in' => ':attribute is ongeldig.',
"integer" => ":attribute moet een getal zijn.", 'integer' => ':attribute moet een getal zijn.',
"ip" => ":attribute moet een geldig IP-adres zijn.", 'ip' => ':attribute moet een geldig IP-adres zijn.',
'json' => 'De :attribute moet een JSON tekst zijn.', 'json' => 'De :attribute moet een JSON tekst zijn.',
"max.numeric" => ":attribute mag niet hoger dan :max zijn.", 'max.numeric' => ':attribute mag niet hoger dan :max zijn.',
"max.file" => ":attribute mag niet meer dan :max kilobytes zijn.", 'max.file' => ':attribute mag niet meer dan :max kilobytes zijn.',
"max.string" => ":attribute mag niet uit meer dan :max karakters bestaan.", 'max.string' => ':attribute mag niet uit meer dan :max karakters bestaan.',
"max.array" => ":attribute mag niet meer dan :max items bevatten.", 'max.array' => ':attribute mag niet meer dan :max items bevatten.',
"mimes" => ":attribute moet een bestand zijn van het bestandstype :values.", 'mimes' => ':attribute moet een bestand zijn van het bestandstype :values.',
"min.numeric" => ":attribute moet minimaal :min zijn.", 'min.numeric' => ':attribute moet minimaal :min zijn.',
"min.file" => ":attribute moet minimaal :min kilobytes zijn.", 'min.file' => ':attribute moet minimaal :min kilobytes zijn.',
"min.string" => ":attribute moet minimaal :min karakters zijn.", 'min.string' => ':attribute moet minimaal :min karakters zijn.',
"min.array" => ":attribute moet minimaal :min items bevatten.", 'min.array' => ':attribute moet minimaal :min items bevatten.',
"not_in" => "Het formaat van :attribute is ongeldig.", 'not_in' => 'Het formaat van :attribute is ongeldig.',
"numeric" => ":attribute moet een nummer zijn.", 'numeric' => ':attribute moet een nummer zijn.',
"regex" => ":attribute formaat is ongeldig.", 'regex' => ':attribute formaat is ongeldig.',
"required" => ":attribute is verplicht.", 'required' => ':attribute is verplicht.',
"required_if" => ":attribute is verplicht indien :other gelijk is aan :value.", 'required_if' => ':attribute is verplicht indien :other gelijk is aan :value.',
'required_unless' => ':attribute is verplicht tenzij :other gelijk is aan :values.', 'required_unless' => ':attribute is verplicht tenzij :other gelijk is aan :values.',
"required_with" => ":attribute is verplicht i.c.m. :values", 'required_with' => ':attribute is verplicht i.c.m. :values',
"required_with_all" => ":attribute is verplicht i.c.m. :values", 'required_with_all' => ':attribute is verplicht i.c.m. :values',
"required_without" => ":attribute is verplicht als :values niet ingevuld is.", 'required_without' => ':attribute is verplicht als :values niet ingevuld is.',
"required_without_all" => ":attribute is verplicht als :values niet ingevuld zijn.", 'required_without_all' => ':attribute is verplicht als :values niet ingevuld zijn.',
"same" => ":attribute en :other moeten overeenkomen.", 'same' => ':attribute en :other moeten overeenkomen.',
"size.numeric" => ":attribute moet :size zijn.", 'size.numeric' => ':attribute moet :size zijn.',
"size.file" => ":attribute moet :size kilobyte zijn.", 'size.file' => ':attribute moet :size kilobyte zijn.',
"size.string" => ":attribute moet :size karakters zijn.", 'size.string' => ':attribute moet :size karakters zijn.',
"size.array" => ":attribute moet :size items bevatten.", 'size.array' => ':attribute moet :size items bevatten.',
"unique" => ":attribute is al in gebruik.", 'unique' => ':attribute is al in gebruik.',
'string' => 'Het :attribute moet een tekenreeks zijn.', 'string' => 'Het :attribute moet een tekenreeks zijn.',
"url" => ":attribute is geen geldige URL.", 'url' => ':attribute is geen geldige URL.',
"timezone" => "Het :attribute moet een geldige zone zijn.", 'timezone' => 'Het :attribute moet een geldige zone zijn.',
]; ];

View File

@ -8,62 +8,62 @@ return [
'file_attached' => 'Arquivo carregado com sucesso ":name".', 'file_attached' => 'Arquivo carregado com sucesso ":name".',
'file_invalid_mime' => 'Arquivo ":name" é do tipo ":mime" que não é aceito como um novo upload.', 'file_invalid_mime' => 'Arquivo ":name" é do tipo ":mime" que não é aceito como um novo upload.',
'file_too_large' => 'Arquivo ":name" é muito grande.', 'file_too_large' => 'Arquivo ":name" é muito grande.',
"accepted" => "O campo :attribute deve ser aceito.", 'accepted' => 'O campo :attribute deve ser aceito.',
"active_url" => "O campo :attribute não contém um URL válido.", 'active_url' => 'O campo :attribute não contém um URL válido.',
"after" => "O campo :attribute deverá conter uma data posterior a :date.", 'after' => 'O campo :attribute deverá conter uma data posterior a :date.',
"alpha" => "O campo :attribute deverá conter apenas letras.", 'alpha' => 'O campo :attribute deverá conter apenas letras.',
"alpha_dash" => "O campo :attribute deverá conter apenas letras, números e traços.", 'alpha_dash' => 'O campo :attribute deverá conter apenas letras, números e traços.',
"alpha_num" => "O campo :attribute deverá conter apenas letras e números .", 'alpha_num' => 'O campo :attribute deverá conter apenas letras e números .',
"array" => "O campo :attribute precisa ser um conjunto.", 'array' => 'O campo :attribute precisa ser um conjunto.',
"unique_for_user" => "Já existe uma entrada com este :attribute.", 'unique_for_user' => 'Já existe uma entrada com este :attribute.',
"before" => "O campo :attribute deverá conter uma data anterior a :date.", 'before' => 'O campo :attribute deverá conter uma data anterior a :date.',
'unique_object_for_user' => 'Este nome já está em uso', 'unique_object_for_user' => 'Este nome já está em uso',
'unique_account_for_user' => 'Este nome de conta já está em uso', 'unique_account_for_user' => 'Este nome de conta já está em uso',
"between.numeric" => "O campo :attribute deverá ter um valor entre :min - :max.", 'between.numeric' => 'O campo :attribute deverá ter um valor entre :min - :max.',
"between.file" => "O campo :attribute deverá ter um tamanho entre :min - :max kilobytes.", 'between.file' => 'O campo :attribute deverá ter um tamanho entre :min - :max kilobytes.',
"between.string" => "O campo :attribute deverá conter entre :min - :max caracteres.", 'between.string' => 'O campo :attribute deverá conter entre :min - :max caracteres.',
"between.array" => "O campo :attribute precisar ter entre :min - :max itens.", 'between.array' => 'O campo :attribute precisar ter entre :min - :max itens.',
"boolean" => "O campo :attribute deverá ter o valor verdadeiro ou falso.", 'boolean' => 'O campo :attribute deverá ter o valor verdadeiro ou falso.',
"confirmed" => "A confirmação para o campo :attribute não coincide.", 'confirmed' => 'A confirmação para o campo :attribute não coincide.',
"date" => "O campo :attribute não contém uma data válida.", 'date' => 'O campo :attribute não contém uma data válida.',
"date_format" => "A data indicada para o campo :attribute não respeita o formato :format.", 'date_format' => 'A data indicada para o campo :attribute não respeita o formato :format.',
"different" => "Os campos :attribute e :other deverão conter valores diferentes.", 'different' => 'Os campos :attribute e :other deverão conter valores diferentes.',
"digits" => "O campo :attribute deverá conter :digits dígitos.", 'digits' => 'O campo :attribute deverá conter :digits dígitos.',
"digits_between" => "O campo :attribute deverá conter entre :min a :max dígitos.", 'digits_between' => 'O campo :attribute deverá conter entre :min a :max dígitos.',
"email" => "O campo :attribute não contém um endereço de email válido.", 'email' => 'O campo :attribute não contém um endereço de email válido.',
"filled" => "O campo :attribute é obrigatório.", 'filled' => 'O campo :attribute é obrigatório.',
"exists" => "O valor selecionado para o campo :attribute é inválido.", 'exists' => 'O valor selecionado para o campo :attribute é inválido.',
"image" => "O campo :attribute deverá conter uma imagem.", 'image' => 'O campo :attribute deverá conter uma imagem.',
"in" => "O campo :attribute não contém um valor válido.", 'in' => 'O campo :attribute não contém um valor válido.',
"integer" => "O campo :attribute deverá conter um número inteiro.", 'integer' => 'O campo :attribute deverá conter um número inteiro.',
"ip" => "O campo :attribute deverá conter um IP válido.", 'ip' => 'O campo :attribute deverá conter um IP válido.',
'json' => 'O campo :attribute deverá conter uma string JSON válida.', 'json' => 'O campo :attribute deverá conter uma string JSON válida.',
"max.numeric" => "O campo :attribute não deverá conter um valor superior a :max.", 'max.numeric' => 'O campo :attribute não deverá conter um valor superior a :max.',
"max.file" => "O campo :attribute não deverá ter um tamanho superior a :max kilobytes.", 'max.file' => 'O campo :attribute não deverá ter um tamanho superior a :max kilobytes.',
"max.string" => "O campo :attribute não deverá conter mais de :max caracteres.", 'max.string' => 'O campo :attribute não deverá conter mais de :max caracteres.',
"max.array" => "O campo :attribute deve ter no máximo :max itens.", 'max.array' => 'O campo :attribute deve ter no máximo :max itens.',
"mimes" => "O campo :attribute deverá conter um arquivo do tipo: :values.", 'mimes' => 'O campo :attribute deverá conter um arquivo do tipo: :values.',
"min.numeric" => "O campo :attribute deverá ter um valor superior ou igual a :min.", 'min.numeric' => 'O campo :attribute deverá ter um valor superior ou igual a :min.',
"min.file" => "O campo :attribute deverá ter no mínimo :min kilobytes.", 'min.file' => 'O campo :attribute deverá ter no mínimo :min kilobytes.',
"min.string" => "O campo :attribute deverá conter no mínimo :min caracteres.", 'min.string' => 'O campo :attribute deverá conter no mínimo :min caracteres.',
"min.array" => "O campo :attribute deve ter no mínimo :min itens.", 'min.array' => 'O campo :attribute deve ter no mínimo :min itens.',
"not_in" => "O campo :attribute contém um valor inválido.", 'not_in' => 'O campo :attribute contém um valor inválido.',
"numeric" => "O campo :attribute deverá conter um valor numérico.", 'numeric' => 'O campo :attribute deverá conter um valor numérico.',
"regex" => "O formato do valor para o campo :attribute é inválido.", 'regex' => 'O formato do valor para o campo :attribute é inválido.',
"required" => "O campo :attribute é obrigatório.", 'required' => 'O campo :attribute é obrigatório.',
"required_if" => "O campo :attribute é obrigatório quando o valor do campo :other é igual a :value.", 'required_if' => 'O campo :attribute é obrigatório quando o valor do campo :other é igual a :value.',
'required_unless' => 'O campo :attribute é obrigatório a menos que :other esteja presente em :values.', 'required_unless' => 'O campo :attribute é obrigatório a menos que :other esteja presente em :values.',
"required_with" => "O campo :attribute é obrigatório quando :values está presente.", 'required_with' => 'O campo :attribute é obrigatório quando :values está presente.',
"required_with_all" => "O campo :attribute é obrigatório quando um dos :values está presente.", 'required_with_all' => 'O campo :attribute é obrigatório quando um dos :values está presente.',
"required_without" => "O campo :attribute é obrigatório quanto :values não está presente.", 'required_without' => 'O campo :attribute é obrigatório quanto :values não está presente.',
"required_without_all" => "O campo :attribute é obrigatório quando nenhum dos :values está presente.", 'required_without_all' => 'O campo :attribute é obrigatório quando nenhum dos :values está presente.',
"same" => "Os campos :attribute e :other deverão conter valores iguais.", 'same' => 'Os campos :attribute e :other deverão conter valores iguais.',
"size.numeric" => "O campo :attribute deverá conter o valor :size.", 'size.numeric' => 'O campo :attribute deverá conter o valor :size.',
"size.file" => "O campo :attribute deverá ter o tamanho de :size kilobytes.", 'size.file' => 'O campo :attribute deverá ter o tamanho de :size kilobytes.',
"size.string" => "O campo :attribute deverá conter :size caracteres.", 'size.string' => 'O campo :attribute deverá conter :size caracteres.',
"size.array" => "O campo :attribute deve ter :size itens.", 'size.array' => 'O campo :attribute deve ter :size itens.',
"unique" => "O valor indicado para o campo :attribute já se encontra utilizado.", 'unique' => 'O valor indicado para o campo :attribute já se encontra utilizado.',
'string' => 'O campo :attribute deve ser uma string.', 'string' => 'O campo :attribute deve ser uma string.',
"url" => "O formato do URL indicado para o campo :attribute é inválido.", 'url' => 'O formato do URL indicado para o campo :attribute é inválido.',
"timezone" => "O campo :attribute deverá ter um fuso horário válido.", 'timezone' => 'O campo :attribute deverá ter um fuso horário válido.',
]; ];