frontend translation + other stuff

This commit is contained in:
lordwilbur
2018-05-18 00:03:30 +02:00
committed by Nabeel Shahzad
parent ba8a819c7d
commit a346b0df2e
54 changed files with 966 additions and 771 deletions

View File

@@ -6,74 +6,74 @@ return [
* Validation Language Lines
*/
'accepted' => 'The :attribute must be accepted.',
'active_url' => 'The :attribute is not a valid URL.',
'after' => 'The :attribute must be a date after :date.',
'alpha' => 'The :attribute may only contain letters.',
'alpha_dash' => 'The :attribute may only contain letters, numbers, and dashes.',
'alpha_num' => 'The :attribute may only contain letters and numbers.',
'array' => 'The :attribute must be an array.',
'before' => 'The :attribute must be a date before :date.',
'accepted' => ':attribute deve essere accettato.',
'active_url' => ':attribute non è un URL valido.',
'after' => ':attribute deve essere una data successiva al :date.',
'alpha' => ':attribute può contenere solo lettere.',
'alpha_dash' => ':attribute può contenere solo lettere, numeri e trattini.',
'alpha_num' => ':attribute può contenere solo lettere e numeri.',
'array' => ':attribute deve essere un array.',
'before' => ':attribute deve essere una data precedente al :date.',
'between' => [
'numeric' => 'The :attribute must be between :min and :max.',
'file' => 'The :attribute must be between :min and :max kilobytes.',
'string' => 'The :attribute must be between :min and :max characters.',
'array' => 'The :attribute must have between :min and :max items.',
'numeric' => ':attribute deve essere compreso tra :min e :max.',
'file' => ':attribute deve essere compreso tra :min e :max kilobytes.',
'string' => ':attribute deve essere compreso tra :min e :max caratteri.',
'array' => ':attribute deve essere compreso tra :min e :max elementi.',
],
'boolean' => 'The :attribute field must be true or false.',
'confirmed' => 'The :attribute confirmation does not match.',
'date' => 'The :attribute is not a valid date.',
'date_format' => 'The :attribute does not match the format :format.',
'different' => 'The :attribute and :other must be different.',
'digits' => 'The :attribute must be :digits digits.',
'digits_between' => 'The :attribute must be between :min and :max digits.',
'dimensions' => 'The :attribute has invalid image dimensions.',
'distinct' => 'The :attribute field has a duplicate value.',
'email' => 'The :attribute must be a valid email address.',
'exists' => 'The selected :attribute is invalid.',
'file' => 'The :attribute must be a file.',
'filled' => 'The ":attribute" is required.',
'image' => 'The :attribute must be an image.',
'in' => 'The selected :attribute is invalid.',
'in_array' => 'The :attribute field does not exist in :other.',
'integer' => 'The :attribute must be an integer.',
'ip' => 'The :attribute must be a valid IP address.',
'json' => 'The :attribute must be a valid JSON string.',
'boolean' => ':attribute deve essere true o false.',
'confirmed' => ':attribute la conferma non corrisponde.',
'date' => ':attribute non è una data valida.',
'date_format' => ':attribute non corrisponde al formato :format.',
'different' => ':attribute e :other devono essere differenti.',
'digits' => ':attribute deve essere di almeno :digits cifre.',
'digits_between' => ':attribute deve essere compreso tra :min e :max cifre.',
'dimensions' => ':attribute ha dimensioni di immagine non valide.',
'distinct' => ':attribute il campo è duplicato.',
'email' => ':attribute deve essere un indirizzo email valido.',
'exists' => 'Il/la :attribute selezionato non è valido.',
'file' => ':attribute deve essere un file.',
'filled' => '":attribute" è obbligatorio.',
'image' => ':attribute deve essere un\'immagine.',
'in' => 'Il/la :attribute selezionato non è valido.',
'in_array' => 'Il campo :attribute non esiste in :other.',
'integer' => ':attribute deve essere un intero.',
'ip' => ':attribute deve essere un indirizzo IP valido.',
'json' => ':attribute deve essere una stringa JSON valida.',
'max' => [
'numeric' => 'The :attribute may not be greater than :max.',
'file' => 'The :attribute may not be greater than :max kilobytes.',
'string' => 'The :attribute may not be greater than :max characters.',
'array' => 'The :attribute may not have more than :max items.',
'numeric' => ':attribute non può essere maggiore di :max.',
'file' => ':attribute non può essere maggiore di :max kilobytes.',
'string' => ':attribute non può essere maggiore di :max caratteri.',
'array' => ':attribute non può essere maggiore di :max elementi.',
],
'mimes' => 'The :attribute must be a file of type: :values.',
'mimes' => ':attribute deve essere un file di tipo: :values.',
'min' => [
'numeric' => 'The :attribute must be at least :min.',
'file' => 'The :attribute must be at least :min kilobytes.',
'string' => 'The :attribute must be at least :min characters.',
'array' => 'The :attribute must have at least :min items.',
'numeric' => ':attribute deve essere di almeno :min.',
'file' => ':attribute deve essere di almeno :min kilobytes.',
'string' => ':attribute deve essere di almeno :min caratteri.',
'array' => ':attribute deve essere di almeno :min elementi.',
],
'not_in' => 'The selected :attribute is invalid.',
'numeric' => 'The :attribute must be a number.',
'present' => 'The :attribute field must be present.',
'regex' => 'The :attribute format is invalid.',
'required' => 'The ":attribute" field is required.',
'required_if' => 'The :attribute field is required when :other is :value.',
'required_unless' => 'The :attribute field is required unless :other is in :values.',
'required_with' => 'The :attribute field is required when :values is present.',
'required_with_all' => 'The :attribute field is required when :values is present.',
'required_without' => 'The :attribute field is required when :values is not present.',
'required_without_all' => 'The :attribute field is required when none of :values are present.',
'same' => 'The :attribute and :other must match.',
'not_in' => 'Il/la :attribute non è valido/a.',
'numeric' => ':attribute deve essere un numero.',
'present' => 'Il campo :attribute deve essere presente.',
'regex' => 'Il formato del/della :attribute non è valido.',
'required' => 'Il campo ":attribute" è obbligatorio.',
'required_if' => 'Il campo :attribute è obbligatorio quando :other è :value.',
'required_unless' => 'Il campo :attribute è obbligatorio a meno che :other sia compreso tra :values.',
'required_with' => 'Il campo :attribute è obbligatorio quando :values è presente.',
'required_with_all' => 'Il campo :attribute è obbligatorio quando :values sono presenti.',
'required_without' => 'Il campo :attribute è obbligatorio quando :values non è presente.',
'required_without_all' => 'Il campo :attribute è obbligatorio quando :values non sono presenti.',
'same' => ':attribute e :other devono corrispondere.',
'size' => [
'numeric' => 'The :attribute must be :size.',
'file' => 'The :attribute must be :size kilobytes.',
'string' => 'The :attribute must be :size characters.',
'array' => 'The :attribute must contain :size items.',
'numeric' => ':attribute deve essere di :size.',
'file' => ':attribute deve essere di :size kilobytes.',
'string' => ':attribute deve essere di :size caratteri.',
'array' => ':attribute deve contenere :size elementi.',
],
'string' => 'The :attribute must be a string.',
'timezone' => 'The :attribute must be a valid zone.',
'unique' => 'The :attribute has already been taken.',
'url' => 'The :attribute format is invalid.',
'string' => ':attribute deve essere una stringa.',
'timezone' => ':attribute deve essere una zona valida.',
'unique' => ':attribute è già stato utilizzato.',
'url' => 'Il formato del/della :attribute non è valido.',
/**
* Custom Validation Language Lines
@@ -81,33 +81,33 @@ return [
'custom' => [
'airline_id' => [
'required' => 'An airline is required',
'exists' => 'The airline doesn\'t exist',
'required' => 'Una compagnia aerea è obbligatoria',
'exists' => 'La compagnia aerea non esiste',
],
'aircraft_id' => [
'required' => 'An aircraft is required',
'exists' => 'The aircraft doesn\'t exist',
'required' => 'Un aereo è obbligatorio',
'exists' => 'L\'aereo non esiste',
],
'arr_airport_id' => [
'required' => 'An arrival airport is required',
'required' => 'Un aeroporto di arrivo è obbligatorio',
],
'dpt_airport_id' => [
'required' => 'A departure airport is required',
'required' => 'Un aeroporto di partenza è obbligatorio',
],
'flight_time' => [
'required' => 'Flight time, in minutes, is required',
'integer' => 'Flight time, in minutes, is required',
'required' => 'Il tempo di volo in minuti è obbligatorio',
'integer' => 'Il tempo di volo in minuti deve essere un intero',
],
'planned_flight_time' => [
'required' => 'Flight time, in minutes, is required',
'integer' => 'Flight time, in minutes, is required',
'required' => 'Il tempo di volo in minuti è obbligatorio',
'integer' => 'Il tempo di volo in minuti deve essere un intero',
],
'source_name' => [
'required' => 'PIREP Source is required',
'required' => 'La fonte del PIREP è obbligatoria',
],
'g-recaptcha-response' => [
'required' => 'Please verify that you are not a robot.',
'captcha' => 'Captcha error! try again later or contact site admin.',
'required' => 'Conferma di non essere un robot per favore.',
'captcha' => 'Errore captcha! Riprova più tardi o contatta un amministratiore.',
],
],