diff --git a/resources/lang/fr_FR/validation.php b/resources/lang/fr_FR/validation.php index 53c07b4811..5885e6e200 100644 --- a/resources/lang/fr_FR/validation.php +++ b/resources/lang/fr_FR/validation.php @@ -8,62 +8,62 @@ return [ 'file_attached' => 'Succesfully uploaded file ":name".', '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.', - "accepted" => "Le champ :attribute doit être accepté.", - "active_url" => "Le champ :attribute n'est pas une URL valide.", - "after" => "Le champ :attribute doit être une date postérieure 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.", - "unique_for_user" => "There already is an entry with this :attribute.", - "before" => "Le champ :attribute doit être une date antérieure au :date.", + 'accepted' => 'Le champ :attribute doit être accepté.', + 'active_url' => 'Le champ :attribute n\'est pas une URL valide.', + 'after' => 'Le champ :attribute doit être une date postérieure 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.', + 'unique_for_user' => 'There already is an entry with this :attribute.', + 'before' => 'Le champ :attribute doit être une date antérieure au :date.', 'unique_object_for_user' => 'This 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.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.array" => "Le tableau :attribute doit avoir entre :min et :max éléments.", - "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_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 avoir :digits chiffres.", - "digits_between" => "Le champ :attribute doit avoir entre :min et :max chiffres.", - "email" => "Le champ :attribute doit être une adresse email valide.", - "filled" => "Le champ :attribute est obligatoire.", - "exists" => "Le champ :attribute sélectionné est invalide.", - "image" => "Le champ :attribute doit être une image.", - "in" => "Le champ :attribute est invalide.", - "integer" => "Le champ :attribute doit être un entier.", - "ip" => "Le champ :attribute doit être une adresse IP valide.", + '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.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.', + '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_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 avoir :digits chiffres.', + 'digits_between' => 'Le champ :attribute doit avoir entre :min et :max chiffres.', + 'email' => 'Le champ :attribute doit être une adresse email valide.', + 'filled' => 'Le champ :attribute est obligatoire.', + 'exists' => 'Le champ :attribute sélectionné est invalide.', + 'image' => 'Le champ :attribute doit être une image.', + 'in' => 'Le champ :attribute est invalide.', + 'integer' => 'Le champ :attribute doit être un entier.', + 'ip' => 'Le champ :attribute doit être une adresse IP valide.', 'json' => 'Le champ :attribute doit être un document JSON valide.', - "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.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.", - "mimes" => "Le champ :attribute doit être un fichier de type : :values.", - "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.string" => "Le texte :attribute doit contenir au moins :min caractères.", - "min.array" => "Le tableau :attribute doit avoir au moins :min éléments.", - "not_in" => "Le champ :attribute sélectionné n'est pas valide.", - "numeric" => "Le champ :attribute doit contenir un nombre.", - "regex" => "Le format du champ :attribute est invalide.", - "required" => "Le champ :attribute est obligatoire.", - "required_if" => "Le champ :attribute est obligatoire quand la valeur de :other est :value.", + '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.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.', + 'mimes' => 'Le champ :attribute doit être un fichier de type : :values.', + '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.string' => 'Le texte :attribute doit contenir au moins :min caractères.', + 'min.array' => 'Le tableau :attribute doit avoir au moins :min éléments.', + 'not_in' => 'Le champ :attribute sélectionné n\'est pas valide.', + 'numeric' => 'Le champ :attribute doit contenir un nombre.', + 'regex' => 'Le format du champ :attribute est invalide.', + 'required' => 'Le champ :attribute est obligatoire.', + '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_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.", - "same" => "Les champs :attribute et :other doivent être identiques.", - "size.numeric" => "La valeur de :attribute doit être :size.", - "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.array" => "Le tableau :attribute doit contenir :size éléments.", - "unique" => "La valeur du champ :attribute est déjà utilisée.", + '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.', + 'same' => 'Les champs :attribute et :other doivent être identiques.', + 'size.numeric' => 'La valeur de :attribute doit être :size.', + '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.array' => 'Le tableau :attribute doit contenir :size éléments.', + 'unique' => 'La valeur du champ :attribute est déjà utilisée.', 'string' => 'Le champ :attribute doit être une chaîne de caractères.', - "url" => "Le format de l'URL de :attribute n'est pas valide.", - "timezone" => "Le champ :attribute doit être un fuseau horaire valide.", + 'url' => 'Le format de l\'URL de :attribute n\'est pas valide.', + 'timezone' => 'Le champ :attribute doit être un fuseau horaire valide.', ]; diff --git a/resources/lang/nl_NL/validation.php b/resources/lang/nl_NL/validation.php index 0cfa3eeaa9..f2f03ebd0b 100644 --- a/resources/lang/nl_NL/validation.php +++ b/resources/lang/nl_NL/validation.php @@ -10,62 +10,62 @@ return [ '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_too_large' => 'Bestand ":name" is te groot.', - "accepted" => ":attribute moet geaccepteerd zijn.", - "active_url" => ":attribute is geen geldige URL.", - "after" => ":attribute moet een datum na :date zijn.", - "alpha" => ":attribute mag alleen letters bevatten.", - "alpha_dash" => ":attribute mag alleen letters, nummers, onderstreep(_) en strepen(-) bevatten.", - "alpha_num" => ":attribute mag alleen letters en nummers bevatten.", - "array" => ":attribute moet geselecteerde elementen bevatten.", - "unique_for_user" => "Er is al een entry met deze :attribute.", - "before" => ":attribute moet een datum voor :date zijn.", + 'accepted' => ':attribute moet geaccepteerd zijn.', + 'active_url' => ':attribute is geen geldige URL.', + 'after' => ':attribute moet een datum na :date zijn.', + 'alpha' => ':attribute mag alleen letters bevatten.', + 'alpha_dash' => ':attribute mag alleen letters, nummers, onderstreep(_) en strepen(-) bevatten.', + 'alpha_num' => ':attribute mag alleen letters en nummers bevatten.', + 'array' => ':attribute moet geselecteerde elementen bevatten.', + 'unique_for_user' => 'Er is al een entry met deze :attribute.', + 'before' => ':attribute moet een datum voor :date zijn.', 'unique_object_for_user' => 'Deze naam is al in gebruik', 'unique_account_for_user' => 'This rekeningnaam is already in use', - "between.numeric" => ":attribute moet tussen :min en :max zijn.", - "between.file" => ":attribute moet tussen :min en :max kilobytes zijn.", - "between.string" => ":attribute moet tussen :min en :max karakters zijn.", - "between.array" => ":attribute moet tussen :min en :max items bevatten.", - "boolean" => ":attribute moet true of false zijn.", - "confirmed" => ":attribute bevestiging komt niet overeen.", - "date" => ":attribute moet een datum bevatten.", - "date_format" => ":attribute moet een geldig datum formaat bevatten.", - "different" => ":attribute en :other moeten verschillend zijn.", - "digits" => ":attribute moet bestaan uit :digits cijfers.", - "digits_between" => ":attribute moet bestaan uit minimaal :min en maximaal :max cijfers.", - "email" => ":attribute is geen geldig e-mailadres.", - "filled" => ":attribute is verplicht.", - "exists" => ":attribute bestaat niet.", - "image" => ":attribute moet een afbeelding zijn.", - "in" => ":attribute is ongeldig.", - "integer" => ":attribute moet een getal zijn.", - "ip" => ":attribute moet een geldig IP-adres zijn.", + 'between.numeric' => ':attribute moet tussen :min en :max zijn.', + 'between.file' => ':attribute moet tussen :min en :max kilobytes zijn.', + 'between.string' => ':attribute moet tussen :min en :max karakters zijn.', + 'between.array' => ':attribute moet tussen :min en :max items bevatten.', + 'boolean' => ':attribute moet true of false zijn.', + 'confirmed' => ':attribute bevestiging komt niet overeen.', + 'date' => ':attribute moet een datum bevatten.', + 'date_format' => ':attribute moet een geldig datum formaat bevatten.', + 'different' => ':attribute en :other moeten verschillend zijn.', + 'digits' => ':attribute moet bestaan uit :digits cijfers.', + 'digits_between' => ':attribute moet bestaan uit minimaal :min en maximaal :max cijfers.', + 'email' => ':attribute is geen geldig e-mailadres.', + 'filled' => ':attribute is verplicht.', + 'exists' => ':attribute bestaat niet.', + 'image' => ':attribute moet een afbeelding zijn.', + 'in' => ':attribute is ongeldig.', + 'integer' => ':attribute moet een getal zijn.', + 'ip' => ':attribute moet een geldig IP-adres zijn.', 'json' => 'De :attribute moet een JSON tekst zijn.', - "max.numeric" => ":attribute mag niet hoger dan :max zijn.", - "max.file" => ":attribute mag niet meer dan :max kilobytes zijn.", - "max.string" => ":attribute mag niet uit meer dan :max karakters bestaan.", - "max.array" => ":attribute mag niet meer dan :max items bevatten.", - "mimes" => ":attribute moet een bestand zijn van het bestandstype :values.", - "min.numeric" => ":attribute moet minimaal :min zijn.", - "min.file" => ":attribute moet minimaal :min kilobytes zijn.", - "min.string" => ":attribute moet minimaal :min karakters zijn.", - "min.array" => ":attribute moet minimaal :min items bevatten.", - "not_in" => "Het formaat van :attribute is ongeldig.", - "numeric" => ":attribute moet een nummer zijn.", - "regex" => ":attribute formaat is ongeldig.", - "required" => ":attribute is verplicht.", - "required_if" => ":attribute is verplicht indien :other gelijk is aan :value.", + 'max.numeric' => ':attribute mag niet hoger dan :max zijn.', + 'max.file' => ':attribute mag niet meer dan :max kilobytes zijn.', + 'max.string' => ':attribute mag niet uit meer dan :max karakters bestaan.', + 'max.array' => ':attribute mag niet meer dan :max items bevatten.', + 'mimes' => ':attribute moet een bestand zijn van het bestandstype :values.', + 'min.numeric' => ':attribute moet minimaal :min zijn.', + 'min.file' => ':attribute moet minimaal :min kilobytes zijn.', + 'min.string' => ':attribute moet minimaal :min karakters zijn.', + 'min.array' => ':attribute moet minimaal :min items bevatten.', + 'not_in' => 'Het formaat van :attribute is ongeldig.', + 'numeric' => ':attribute moet een nummer zijn.', + 'regex' => ':attribute formaat is ongeldig.', + 'required' => ':attribute is verplicht.', + 'required_if' => ':attribute is verplicht indien :other gelijk is aan :value.', 'required_unless' => ':attribute is verplicht tenzij :other gelijk is aan :values.', - "required_with" => ":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_all" => ":attribute is verplicht als :values niet ingevuld zijn.", - "same" => ":attribute en :other moeten overeenkomen.", - "size.numeric" => ":attribute moet :size zijn.", - "size.file" => ":attribute moet :size kilobyte zijn.", - "size.string" => ":attribute moet :size karakters zijn.", - "size.array" => ":attribute moet :size items bevatten.", - "unique" => ":attribute is al in gebruik.", + 'required_with' => ':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_all' => ':attribute is verplicht als :values niet ingevuld zijn.', + 'same' => ':attribute en :other moeten overeenkomen.', + 'size.numeric' => ':attribute moet :size zijn.', + 'size.file' => ':attribute moet :size kilobyte zijn.', + 'size.string' => ':attribute moet :size karakters zijn.', + 'size.array' => ':attribute moet :size items bevatten.', + 'unique' => ':attribute is al in gebruik.', 'string' => 'Het :attribute moet een tekenreeks zijn.', - "url" => ":attribute is geen geldige URL.", - "timezone" => "Het :attribute moet een geldige zone zijn.", + 'url' => ':attribute is geen geldige URL.', + 'timezone' => 'Het :attribute moet een geldige zone zijn.', ]; diff --git a/resources/lang/pt_BR/validation.php b/resources/lang/pt_BR/validation.php index daf771cd96..0ade5db05b 100644 --- a/resources/lang/pt_BR/validation.php +++ b/resources/lang/pt_BR/validation.php @@ -8,62 +8,62 @@ return [ 'file_attached' => 'Arquivo carregado com sucesso ":name".', 'file_invalid_mime' => 'Arquivo ":name" é do tipo ":mime" que não é aceito como um novo upload.', 'file_too_large' => 'Arquivo ":name" é muito grande.', - "accepted" => "O campo :attribute deve ser aceito.", - "active_url" => "O campo :attribute não contém um URL válido.", - "after" => "O campo :attribute deverá conter uma data posterior a :date.", - "alpha" => "O campo :attribute deverá conter apenas letras.", - "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 .", - "array" => "O campo :attribute precisa ser um conjunto.", - "unique_for_user" => "Já existe uma entrada com este :attribute.", - "before" => "O campo :attribute deverá conter uma data anterior a :date.", + 'accepted' => 'O campo :attribute deve ser aceito.', + 'active_url' => 'O campo :attribute não contém um URL válido.', + 'after' => 'O campo :attribute deverá conter uma data posterior a :date.', + 'alpha' => 'O campo :attribute deverá conter apenas letras.', + '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 .', + 'array' => 'O campo :attribute precisa ser um conjunto.', + 'unique_for_user' => 'Já existe uma entrada com este :attribute.', + 'before' => 'O campo :attribute deverá conter uma data anterior a :date.', 'unique_object_for_user' => 'Este nome 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.file" => "O campo :attribute deverá ter um tamanho entre :min - :max kilobytes.", - "between.string" => "O campo :attribute deverá conter entre :min - :max caracteres.", - "between.array" => "O campo :attribute precisar ter entre :min - :max itens.", - "boolean" => "O campo :attribute deverá ter o valor verdadeiro ou falso.", - "confirmed" => "A confirmação para o campo :attribute não coincide.", - "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.", - "different" => "Os campos :attribute e :other deverão conter valores diferentes.", - "digits" => "O campo :attribute deverá conter :digits 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.", - "filled" => "O campo :attribute é obrigatório.", - "exists" => "O valor selecionado para o campo :attribute é inválido.", - "image" => "O campo :attribute deverá conter uma imagem.", - "in" => "O campo :attribute não contém um valor válido.", - "integer" => "O campo :attribute deverá conter um número inteiro.", - "ip" => "O campo :attribute deverá conter um IP válido.", + '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.string' => 'O campo :attribute deverá conter entre :min - :max caracteres.', + 'between.array' => 'O campo :attribute precisar ter entre :min - :max itens.', + 'boolean' => 'O campo :attribute deverá ter o valor verdadeiro ou falso.', + 'confirmed' => 'A confirmação para o campo :attribute não coincide.', + '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.', + 'different' => 'Os campos :attribute e :other deverão conter valores diferentes.', + 'digits' => 'O campo :attribute deverá conter :digits 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.', + 'filled' => 'O campo :attribute é obrigatório.', + 'exists' => 'O valor selecionado para o campo :attribute é inválido.', + 'image' => 'O campo :attribute deverá conter uma imagem.', + 'in' => 'O campo :attribute não contém um valor válido.', + 'integer' => 'O campo :attribute deverá conter um número inteiro.', + 'ip' => 'O campo :attribute deverá conter um IP válido.', '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.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.array" => "O campo :attribute deve ter no máximo :max itens.", - "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.file" => "O campo :attribute deverá ter no mínimo :min kilobytes.", - "min.string" => "O campo :attribute deverá conter no mínimo :min caracteres.", - "min.array" => "O campo :attribute deve ter no mínimo :min itens.", - "not_in" => "O campo :attribute contém um valor inválido.", - "numeric" => "O campo :attribute deverá conter um valor numérico.", - "regex" => "O formato do valor para o campo :attribute é inválido.", - "required" => "O campo :attribute é obrigatório.", - "required_if" => "O campo :attribute é obrigatório quando o valor do campo :other é igual a :value.", + '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.string' => 'O campo :attribute não deverá conter mais de :max caracteres.', + 'max.array' => 'O campo :attribute deve ter no máximo :max itens.', + '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.file' => 'O campo :attribute deverá ter no mínimo :min kilobytes.', + 'min.string' => 'O campo :attribute deverá conter no mínimo :min caracteres.', + 'min.array' => 'O campo :attribute deve ter no mínimo :min itens.', + 'not_in' => 'O campo :attribute contém um valor inválido.', + 'numeric' => 'O campo :attribute deverá conter um valor numérico.', + 'regex' => 'O formato do valor para o campo :attribute é inválido.', + 'required' => 'O campo :attribute é obrigatório.', + '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_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_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.", - "same" => "Os campos :attribute e :other deverão conter valores iguais.", - "size.numeric" => "O campo :attribute deverá conter o valor :size.", - "size.file" => "O campo :attribute deverá ter o tamanho de :size kilobytes.", - "size.string" => "O campo :attribute deverá conter :size caracteres.", - "size.array" => "O campo :attribute deve ter :size itens.", - "unique" => "O valor indicado para o campo :attribute já se encontra utilizado.", + '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_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.', + 'same' => 'Os campos :attribute e :other deverão conter valores iguais.', + 'size.numeric' => 'O campo :attribute deverá conter o valor :size.', + 'size.file' => 'O campo :attribute deverá ter o tamanho de :size kilobytes.', + 'size.string' => 'O campo :attribute deverá conter :size caracteres.', + 'size.array' => 'O campo :attribute deve ter :size itens.', + 'unique' => 'O valor indicado para o campo :attribute já se encontra utilizado.', 'string' => 'O campo :attribute deve ser uma string.', - "url" => "O formato do URL indicado para o campo :attribute é inválido.", - "timezone" => "O campo :attribute deverá ter um fuso horário vá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.', ];