Apply fixes from StyleCI

This commit is contained in:
Nabeel Shahzad
2018-08-26 16:40:04 +00:00
committed by StyleCI Bot
parent 20f46adbc4
commit 9596d88b48
407 changed files with 4032 additions and 3286 deletions

View File

@@ -1,7 +1,5 @@
<?php
/**
*
*/
return [
'status' => [

View File

@@ -1,7 +1,5 @@
<?php
/**
*
*/
return [
'ident' => 'Identificativo',

View File

@@ -1,7 +1,5 @@
<?php
/**
*
*/
return [
'dashboard' => 'Dashboard',

View File

@@ -1,7 +1,5 @@
<?php
/**
*
*/
return [
'totalhours' => 'Ore Totali',

View File

@@ -1,7 +1,5 @@
<?php
/**
*
*/
return [
'none' => 'Non ci sono downloads!',

View File

@@ -1,10 +1,7 @@
<?php
/**
*
*/
return [
'buttontroubles' =>
'Se hai problemi a cliccare il bottone ":actiontext", ' .
'buttontroubles' => 'Se hai problemi a cliccare il bottone ":actiontext", '.
'copia e incolla l\'URL qui sotto nel tuo browser:',
];

View File

@@ -1,19 +1,15 @@
<?php
/**
*
*/
return [
'401' => [
'title' => 'Non Autorizzato',
'message' =>
'Beh, è imbarazzante, non sei autorizzato ad accedere o ad eseguire questa funzionalità. '.
'message' => 'Beh, è imbarazzante, non sei autorizzato ad accedere o ad eseguire questa funzionalità. '.
'Clicca <a href=":link">qui</a> per tornare alla home page.',
],
'404' => [
'title' => 'Page Not Found',
'message' =>
'Beh, è imbarazzante, la pagina che hai richiesto non esiste.'.
'message' => 'Beh, è imbarazzante, la pagina che hai richiesto non esiste.'.
'Clicca <a href=":link">qui</a> per tornare alla home page.',
],
'503' => [

View File

@@ -1,7 +1,5 @@
<?php
/**
*
*/
return [
'type' => [

View File

@@ -1,7 +1,5 @@
<?php
/**
*
*/
return [
'flightnumber' => 'Numero di Volo',

View File

@@ -1,7 +1,5 @@
<?php
/**
*
*/
return [
'welcome' => [

View File

@@ -1,175 +1,174 @@
<?php
return [
/**
/*
*
* Shared translations.
*
*/
'title' => 'phpVMS Installer',
'next' => 'Next Step',
'back' => 'Previous',
'title' => 'phpVMS Installer',
'next' => 'Next Step',
'back' => 'Previous',
'finish' => 'Install',
'forms' => [
'forms' => [
'errorTitle' => 'The Following errors occurred:',
],
/**
/*
*
* Home page translations.
*
*/
'welcome' => [
'templateTitle' => 'Welcome',
'title' => 'phpVMS Installer',
'message' => 'Easy Installation and Setup Wizard.',
'next' => 'Check Requirements',
'title' => 'phpVMS Installer',
'message' => 'Easy Installation and Setup Wizard.',
'next' => 'Check Requirements',
],
/**
/*
*
* Requirements page translations.
*
*/
'requirements' => [
'templateTitle' => 'Step 1 | Server Requirements',
'title' => 'Server Requirements',
'next' => 'Check Permissions',
'title' => 'Server Requirements',
'next' => 'Check Permissions',
],
/**
/*
*
* Permissions page translations.
*
*/
'permissions' => [
'templateTitle' => 'Step 2 | Permissions',
'title' => 'Permissions',
'next' => 'Configure Environment',
'title' => 'Permissions',
'next' => 'Configure Environment',
],
/**
/*
*
* Environment page translations.
*
*/
'environment' => [
'menu' => [
'templateTitle' => 'Step 3 | Environment Settings',
'title' => 'Environment Settings',
'desc' => 'Please select how you want to configure the apps <code>.env</code> file.',
'wizard-button' => 'Form Wizard Setup',
'templateTitle' => 'Step 3 | Environment Settings',
'title' => 'Environment Settings',
'desc' => 'Please select how you want to configure the apps <code>.env</code> file.',
'wizard-button' => 'Form Wizard Setup',
'classic-button' => 'Classic Text Editor',
],
'wizard' => [
'templateTitle' => 'Step 3 | Environment Settings | Guided Wizard',
'title' => 'Guided <code>.env</code> Wizard',
'tabs' => [
'title' => 'Guided <code>.env</code> Wizard',
'tabs' => [
'environment' => 'Environment',
'database' => 'Database',
'application' => 'Application'
'database' => 'Database',
'application' => 'Application',
],
'form' => [
'name_required' => 'An environment name is required.',
'app_name_label' => 'App Name',
'app_name_placeholder' => 'App Name',
'app_environment_label' => 'App Environment',
'app_environment_label_local' => 'Local',
'name_required' => 'An environment name is required.',
'app_name_label' => 'App Name',
'app_name_placeholder' => 'App Name',
'app_environment_label' => 'App Environment',
'app_environment_label_local' => 'Local',
'app_environment_label_developement' => 'Development',
'app_environment_label_qa' => 'Qa',
'app_environment_label_production' => 'Production',
'app_environment_label_other' => 'Other',
'app_environment_placeholder_other' => 'Enter your environment...',
'app_debug_label' => 'App Debug',
'app_debug_label_true' => 'True',
'app_debug_label_false' => 'False',
'app_log_level_label' => 'App Log Level',
'app_log_level_label_debug' => 'debug',
'app_log_level_label_info' => 'info',
'app_log_level_label_notice' => 'notice',
'app_log_level_label_warning' => 'warning',
'app_log_level_label_error' => 'error',
'app_log_level_label_critical' => 'critical',
'app_log_level_label_alert' => 'alert',
'app_log_level_label_emergency' => 'emergency',
'app_url_label' => 'App Url',
'app_url_placeholder' => 'App Url',
'db_connection_label' => 'Database Connection',
'db_connection_label_mysql' => 'mysql',
'db_connection_label_sqlite' => 'sqlite',
'db_connection_label_pgsql' => 'pgsql',
'db_connection_label_sqlsrv' => 'sqlsrv',
'db_host_label' => 'Database Host',
'db_host_placeholder' => 'Database Host',
'db_port_label' => 'Database Port',
'db_port_placeholder' => 'Database Port',
'db_name_label' => 'Database Name',
'db_name_placeholder' => 'Database Name',
'db_username_label' => 'Database User Name',
'db_username_placeholder' => 'Database User Name',
'db_password_label' => 'Database Password',
'db_password_placeholder' => 'Database Password',
'app_environment_label_qa' => 'Qa',
'app_environment_label_production' => 'Production',
'app_environment_label_other' => 'Other',
'app_environment_placeholder_other' => 'Enter your environment...',
'app_debug_label' => 'App Debug',
'app_debug_label_true' => 'True',
'app_debug_label_false' => 'False',
'app_log_level_label' => 'App Log Level',
'app_log_level_label_debug' => 'debug',
'app_log_level_label_info' => 'info',
'app_log_level_label_notice' => 'notice',
'app_log_level_label_warning' => 'warning',
'app_log_level_label_error' => 'error',
'app_log_level_label_critical' => 'critical',
'app_log_level_label_alert' => 'alert',
'app_log_level_label_emergency' => 'emergency',
'app_url_label' => 'App Url',
'app_url_placeholder' => 'App Url',
'db_connection_label' => 'Database Connection',
'db_connection_label_mysql' => 'mysql',
'db_connection_label_sqlite' => 'sqlite',
'db_connection_label_pgsql' => 'pgsql',
'db_connection_label_sqlsrv' => 'sqlsrv',
'db_host_label' => 'Database Host',
'db_host_placeholder' => 'Database Host',
'db_port_label' => 'Database Port',
'db_port_placeholder' => 'Database Port',
'db_name_label' => 'Database Name',
'db_name_placeholder' => 'Database Name',
'db_username_label' => 'Database User Name',
'db_username_placeholder' => 'Database User Name',
'db_password_label' => 'Database Password',
'db_password_placeholder' => 'Database Password',
'app_tabs' => [
'more_info' => 'More Info',
'broadcasting_title' => 'Broadcasting, Caching, Session, &amp; Queue',
'broadcasting_label' => 'Broadcast Driver',
'more_info' => 'More Info',
'broadcasting_title' => 'Broadcasting, Caching, Session, &amp; Queue',
'broadcasting_label' => 'Broadcast Driver',
'broadcasting_placeholder' => 'Broadcast Driver',
'cache_label' => 'Cache Driver',
'cache_placeholder' => 'Cache Driver',
'session_label' => 'Session Driver',
'session_placeholder' => 'Session Driver',
'queue_label' => 'Queue Driver',
'queue_placeholder' => 'Queue Driver',
'redis_label' => 'Redis Driver',
'redis_host' => 'Redis Host',
'redis_password' => 'Redis Password',
'redis_port' => 'Redis Port',
'cache_label' => 'Cache Driver',
'cache_placeholder' => 'Cache Driver',
'session_label' => 'Session Driver',
'session_placeholder' => 'Session Driver',
'queue_label' => 'Queue Driver',
'queue_placeholder' => 'Queue Driver',
'redis_label' => 'Redis Driver',
'redis_host' => 'Redis Host',
'redis_password' => 'Redis Password',
'redis_port' => 'Redis Port',
'mail_label' => 'Mail',
'mail_driver_label' => 'Mail Driver',
'mail_driver_placeholder' => 'Mail Driver',
'mail_host_label' => 'Mail Host',
'mail_host_placeholder' => 'Mail Host',
'mail_port_label' => 'Mail Port',
'mail_port_placeholder' => 'Mail Port',
'mail_username_label' => 'Mail Username',
'mail_username_placeholder' => 'Mail Username',
'mail_password_label' => 'Mail Password',
'mail_password_placeholder' => 'Mail Password',
'mail_encryption_label' => 'Mail Encryption',
'mail_label' => 'Mail',
'mail_driver_label' => 'Mail Driver',
'mail_driver_placeholder' => 'Mail Driver',
'mail_host_label' => 'Mail Host',
'mail_host_placeholder' => 'Mail Host',
'mail_port_label' => 'Mail Port',
'mail_port_placeholder' => 'Mail Port',
'mail_username_label' => 'Mail Username',
'mail_username_placeholder' => 'Mail Username',
'mail_password_label' => 'Mail Password',
'mail_password_placeholder' => 'Mail Password',
'mail_encryption_label' => 'Mail Encryption',
'mail_encryption_placeholder' => 'Mail Encryption',
'pusher_label' => 'Pusher',
'pusher_app_id_label' => 'Pusher App Id',
'pusher_app_id_palceholder' => 'Pusher App Id',
'pusher_app_key_label' => 'Pusher App Key',
'pusher_app_key_palceholder' => 'Pusher App Key',
'pusher_app_secret_label' => 'Pusher App Secret',
'pusher_label' => 'Pusher',
'pusher_app_id_label' => 'Pusher App Id',
'pusher_app_id_palceholder' => 'Pusher App Id',
'pusher_app_key_label' => 'Pusher App Key',
'pusher_app_key_palceholder' => 'Pusher App Key',
'pusher_app_secret_label' => 'Pusher App Secret',
'pusher_app_secret_palceholder' => 'Pusher App Secret',
],
'buttons' => [
'setup_database' => 'Setup Database',
'setup_database' => 'Setup Database',
'setup_application' => 'Setup Application',
'install' => 'Install',
'install' => 'Install',
],
],
],
'classic' => [
'templateTitle' => 'Step 3 | Environment Settings | Classic Editor',
'title' => 'Classic Environment Editor',
'save' => 'Save .env',
'back' => 'Use Form Wizard',
'install' => 'Save and Install',
'title' => 'Classic Environment Editor',
'save' => 'Save .env',
'back' => 'Use Form Wizard',
'install' => 'Save and Install',
],
'success' => 'Your .env file settings have been saved.',
'errors' => 'Unable to save the .env file, Please create it manually.',
'errors' => 'Unable to save the .env file, Please create it manually.',
],
'install' => 'Install',
/**
/*
*
* Installed Log translations.
*
@@ -178,36 +177,36 @@ return [
'success_log_message' => 'Laravel Installer successfully INSTALLED on ',
],
/**
/*
*
* Final page translations.
*
*/
'final' => [
'title' => 'Installation Finished',
'title' => 'Installation Finished',
'templateTitle' => 'Installation Finished',
'finished' => 'Application has been successfully installed.',
'migration' => 'Migration &amp; Seed Console Output:',
'console' => 'Application Console Output:',
'log' => 'Installation Log Entry:',
'env' => 'Final .env File:',
'exit' => 'Click here to exit',
'finished' => 'Application has been successfully installed.',
'migration' => 'Migration &amp; Seed Console Output:',
'console' => 'Application Console Output:',
'log' => 'Installation Log Entry:',
'env' => 'Final .env File:',
'exit' => 'Click here to exit',
],
/**
/*
*
* Update specific translations
*
*/
'updater' => [
/**
/*
*
* Shared translations.
*
*/
'title' => 'Laravel Updater',
/**
/*
*
* Welcome page translations for update feature.
*
@@ -217,26 +216,26 @@ return [
'message' => 'Welcome to the update wizard.',
],
/**
/*
*
* Welcome page translations for update feature.
*
*/
'overview' => [
'title' => 'Overview',
'message' => 'There is 1 update.|There are :number updates.',
'install_updates' => "Install Updates"
'title' => 'Overview',
'message' => 'There is 1 update.|There are :number updates.',
'install_updates' => 'Install Updates',
],
/**
/*
*
* Final page translations.
*
*/
'final' => [
'title' => 'Finished',
'title' => 'Finished',
'finished' => 'Application\'s database has been successfully updated.',
'exit' => 'Click here to exit',
'exit' => 'Click here to exit',
],
'log' => [

View File

@@ -1,7 +1,6 @@
<?php
return [
/*
|--------------------------------------------------------------------------
| Pagination Language Lines

View File

@@ -1,7 +1,6 @@
<?php
return [
/*
|--------------------------------------------------------------------------
| Password Reset Language Lines

View File

@@ -1,7 +1,5 @@
<?php
/**
*
*/
return [
'filenewpirep' => 'Inserici Nuovo PIREP',
@@ -36,7 +34,7 @@ return [
'manual' => 'Manuale',
'acars' => 'ACARS',
],
'state' => [
'state' => [
'accepted' => 'Accettato',
'pending' => 'In Attesa di Approvazione',
'rejected' => 'Rifiutato',
@@ -45,7 +43,7 @@ return [
'deleted' => 'Eliminato',
'draft' => 'Bozza',
],
'status' => [
'status' => [
'initialized' => 'Iniziato',
'scheduled' => 'Programmato',
'boarding' => 'Imbarco',
@@ -67,5 +65,5 @@ return [
'arrived' => 'Arrivato',
'cancelled' => 'Cancellato',
'emerg_decent' => 'Discesa di Emergenza',
]
],
];

View File

@@ -1,7 +1,5 @@
<?php
/**
*
*/
return [
'avatarresize' => 'Questo avatar sarà ridimensionato a :width x :height pixels',

View File

@@ -1,7 +1,5 @@
<?php
/**
*
*/
return [
'title' => 'Termini e Condizioni di Utilizzo',

View File

@@ -1,11 +1,9 @@
<?php
/**
*
*/
return [
'location' => 'Posizione',
'state' => [
'state' => [
'pending' => 'In Attesa',
'active' => 'Attivo',
'rejected' => 'Rifiutato',

View File

@@ -1,52 +1,51 @@
<?php
return [
/**
/*
* Validation Language Lines
*/
'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' => [
'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' => ':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' => ':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' => [
'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' => ':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' => ':attribute deve essere un file di tipo: :values.',
'min' => [
'mimes' => ':attribute deve essere un file di tipo: :values.',
'min' => [
'numeric' => ':attribute deve essere di almeno :min.',
'file' => ':attribute deve essere di almeno :min kilobytes.',
'string' => ':attribute deve essere di almeno :min caratteri.',
@@ -70,23 +69,23 @@ return [
'string' => ':attribute deve essere di :size caratteri.',
'array' => ':attribute deve contenere :size elementi.',
],
'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.',
'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
*/
'custom' => [
'airline_id' => [
'required' => 'Una compagnia aerea è obbligatoria',
'exists' => 'La compagnia aerea non esiste',
'exists' => 'La compagnia aerea non esiste',
],
'aircraft_id' => [
'required' => 'Un aereo è obbligatorio',
'exists' => 'L\'aereo non esiste',
'exists' => 'L\'aereo non esiste',
],
'arr_airport_id' => [
'required' => 'Un aeroporto di arrivo è obbligatorio',
@@ -96,22 +95,22 @@ return [
],
'flight_time' => [
'required' => 'Il tempo di volo in minuti è obbligatorio',
'integer' => 'Il tempo di volo in minuti deve essere un intero',
'integer' => 'Il tempo di volo in minuti deve essere un intero',
],
'planned_flight_time' => [
'required' => 'Il tempo di volo in minuti è obbligatorio',
'integer' => 'Il tempo di volo in minuti deve essere un intero',
'integer' => 'Il tempo di volo in minuti deve essere un intero',
],
'source_name' => [
'required' => 'La fonte del PIREP è obbligatoria',
],
'g-recaptcha-response' => [
'required' => 'Conferma di non essere un robot per favore.',
'captcha' => 'Errore captcha! Riprova più tardi o contatta un amministratiore.',
'captcha' => 'Errore captcha! Riprova più tardi o contatta un amministratiore.',
],
],
/**
/*
* Custom Validation Attributes
*/

View File

@@ -1,7 +1,5 @@
<?php
/**
*
*/
return [
'latestnews' => [