lang fixes
This commit is contained in:
@@ -3,8 +3,6 @@
|
|||||||
return [
|
return [
|
||||||
'failed' => 'These credentials do not match our records.',
|
'failed' => 'These credentials do not match our records.',
|
||||||
'throttle' => 'Too many login attempts. Please try again in :seconds seconds.',
|
'throttle' => 'Too many login attempts. Please try again in :seconds seconds.',
|
||||||
'login' => 'Log In',
|
|
||||||
'logout' => 'Log Out',
|
|
||||||
'password' => 'Password',
|
'password' => 'Password',
|
||||||
'createaccount' => 'Create Account',
|
'createaccount' => 'Create Account',
|
||||||
'forgotpassword' => 'Forgot Password',
|
'forgotpassword' => 'Forgot Password',
|
||||||
|
|||||||
@@ -4,47 +4,49 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
return [
|
return [
|
||||||
'dashboard' => 'Dashboard',
|
'dashboard' => 'Dashboard',
|
||||||
'administration' => 'Administration',
|
'administration' => 'Administration',
|
||||||
'flight' => 'Flight|Flights',
|
'flight' => 'Flight|Flights',
|
||||||
'livemap' => 'Live Map',
|
'livemap' => 'Live Map',
|
||||||
'pilot' => 'Pilot|Pilots',
|
'pilot' => 'Pilot|Pilots',
|
||||||
'pirep' => 'PIREP|PIREPs',
|
'pirep' => 'PIREP|PIREPs',
|
||||||
'newestpilots' => 'Newest Pilots',
|
'newestpilots' => 'Newest Pilots',
|
||||||
'profile' => 'Profile',
|
'profile' => 'Profile',
|
||||||
'email' => 'Email',
|
'email' => 'Email',
|
||||||
'register' => 'Register',
|
'register' => 'Register',
|
||||||
'timezone' => 'Timezone',
|
'login' => 'Log In',
|
||||||
'country' => 'Country',
|
'logout' => 'Log Out',
|
||||||
'download' => 'Download|Downloads',
|
'timezone' => 'Timezone',
|
||||||
'from' => 'from',
|
'country' => 'Country',
|
||||||
'to' => 'to',
|
'download' => 'Download|Downloads',
|
||||||
'status' => 'Status',
|
'from' => 'from',
|
||||||
'departure' => 'Departure',
|
'to' => 'to',
|
||||||
'arrival' => 'Arrival',
|
'status' => 'Status',
|
||||||
'aircraft' => 'Aircraft',
|
'departure' => 'Departure',
|
||||||
'airline' => 'Airline',
|
'arrival' => 'Arrival',
|
||||||
'distance' => 'Distance',
|
'aircraft' => 'Aircraft',
|
||||||
'metar' => 'METAR',
|
'airline' => 'Airline',
|
||||||
'hour' => 'Hour|Hours',
|
'distance' => 'Distance',
|
||||||
'minute' => 'Minute|Minutes',
|
'metar' => 'METAR',
|
||||||
'note' => 'Note|Notes',
|
'hour' => 'Hour|Hours',
|
||||||
'field' => 'Field|Fields',
|
'minute' => 'Minute|Minutes',
|
||||||
'name' => 'Name',
|
'note' => 'Note|Notes',
|
||||||
'value' => 'Value|Values',
|
'field' => 'Field|Fields',
|
||||||
'remark' => 'Remark|Remarks',
|
'name' => 'Name',
|
||||||
'find' => 'Find',
|
'value' => 'Value|Values',
|
||||||
'reset' => 'Reset',
|
'remark' => 'Remark|Remarks',
|
||||||
'submit' => 'Submit',
|
'find' => 'Find',
|
||||||
'edit' => 'Edit',
|
'reset' => 'Reset',
|
||||||
'close' => 'Close',
|
'submit' => 'Submit',
|
||||||
'whoops' => 'Whoops',
|
'edit' => 'Edit',
|
||||||
'hello' => 'Hello',
|
'close' => 'Close',
|
||||||
'regards' => 'Regards',
|
'whoops' => 'Whoops',
|
||||||
'rightsreserved' => 'All Rights Reserved',
|
'hello' => 'Hello',
|
||||||
'active' => 'Active',
|
'regards' => 'Regards',
|
||||||
'inactive' => 'Inactive',
|
'rightsreserved' => 'All Rights Reserved',
|
||||||
'days' => [
|
'active' => 'Active',
|
||||||
|
'inactive' => 'Inactive',
|
||||||
|
'days' => [
|
||||||
'mon' => 'Monday',
|
'mon' => 'Monday',
|
||||||
'tues' => 'Tuesday',
|
'tues' => 'Tuesday',
|
||||||
'wed' => 'Wednesday',
|
'wed' => 'Wednesday',
|
||||||
|
|||||||
@@ -3,8 +3,6 @@
|
|||||||
return [
|
return [
|
||||||
'failed' => 'Queste credenziali non sono presenti nei nostri archivi.',
|
'failed' => 'Queste credenziali non sono presenti nei nostri archivi.',
|
||||||
'throttle' => 'Troppi tentativi di login. Tenta di nuovo tra :seconds secondi per favore.',
|
'throttle' => 'Troppi tentativi di login. Tenta di nuovo tra :seconds secondi per favore.',
|
||||||
'login' => 'Accedi',
|
|
||||||
'logout' => 'Uscita',
|
|
||||||
'password' => 'Password',
|
'password' => 'Password',
|
||||||
'createaccount' => 'Crea Account',
|
'createaccount' => 'Crea Account',
|
||||||
'forgotpassword' => 'Password Dimenticata',
|
'forgotpassword' => 'Password Dimenticata',
|
||||||
|
|||||||
@@ -4,48 +4,49 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
return [
|
return [
|
||||||
'dashboard' => 'Dashboard',
|
'dashboard' => 'Dashboard',
|
||||||
'administration' => 'Amministrazione',
|
'administration' => 'Amministrazione',
|
||||||
'flight' => 'Volo|Voli',
|
'flight' => 'Volo|Voli',
|
||||||
'livemap' => 'Mappa Live',
|
'livemap' => 'Mappa Live',
|
||||||
'pilot' => 'Pilota|Piloti',
|
'pilot' => 'Pilota|Piloti',
|
||||||
'pirep' => 'PIREP|PIREPs',
|
'pirep' => 'PIREP|PIREPs',
|
||||||
'newestpilots' => 'Ultimi Piloti',
|
'newestpilots' => 'Ultimi Piloti',
|
||||||
'profile' => 'Profilo',
|
'profile' => 'Profilo',
|
||||||
'email' => 'Email',
|
'email' => 'Email',
|
||||||
'login' => 'Accesso',
|
'login' => 'Accesso',
|
||||||
'register' => 'Registrazione',
|
'logout' => 'Uscita',
|
||||||
'timezone' => 'Fuso Orario',
|
'register' => 'Registrazione',
|
||||||
'country' => 'Paese',
|
'timezone' => 'Fuso Orario',
|
||||||
'download' => 'Download|Downloads',
|
'country' => 'Paese',
|
||||||
'from' => 'da',
|
'download' => 'Download|Downloads',
|
||||||
'to' => 'a',
|
'from' => 'da',
|
||||||
'status' => 'Stato',
|
'to' => 'a',
|
||||||
'departure' => 'Partenza',
|
'status' => 'Stato',
|
||||||
'arrival' => 'Arrivo',
|
'departure' => 'Partenza',
|
||||||
'aircraft' => 'Aereomobile',
|
'arrival' => 'Arrivo',
|
||||||
'airline' => 'Compagnia Aerea',
|
'aircraft' => 'Aereomobile',
|
||||||
'distance' => 'Distanza',
|
'airline' => 'Compagnia Aerea',
|
||||||
'metar' => 'METAR',
|
'distance' => 'Distanza',
|
||||||
'hour' => 'Ora|Ore',
|
'metar' => 'METAR',
|
||||||
'minute' => 'Minuto|Minuti',
|
'hour' => 'Ora|Ore',
|
||||||
'note' => 'Nota|Note',
|
'minute' => 'Minuto|Minuti',
|
||||||
'field' => 'Campo|Campi',
|
'note' => 'Nota|Note',
|
||||||
'name' => 'Nome',
|
'field' => 'Campo|Campi',
|
||||||
'value' => 'Valore|Valori',
|
'name' => 'Nome',
|
||||||
'remark' => 'Promemoria|Promemoria',
|
'value' => 'Valore|Valori',
|
||||||
'find' => 'Trova',
|
'remark' => 'Promemoria|Promemoria',
|
||||||
'reset' => 'Resetta',
|
'find' => 'Trova',
|
||||||
'submit' => 'Invia',
|
'reset' => 'Resetta',
|
||||||
'edit' => 'Modifica',
|
'submit' => 'Invia',
|
||||||
'close' => 'Chiudi',
|
'edit' => 'Modifica',
|
||||||
'whoops' => 'Ops',
|
'close' => 'Chiudi',
|
||||||
'hello' => 'Ciao',
|
'whoops' => 'Ops',
|
||||||
'regards' => 'Saluti',
|
'hello' => 'Ciao',
|
||||||
'rightsreserved' => 'Tutti i Diritti Riservati',
|
'regards' => 'Saluti',
|
||||||
'active' => 'Attivo',
|
'rightsreserved' => 'Tutti i Diritti Riservati',
|
||||||
'inactive' => 'Inattivo',
|
'active' => 'Attivo',
|
||||||
'days' => [
|
'inactive' => 'Inattivo',
|
||||||
|
'days' => [
|
||||||
'mon' => 'Lunedì',
|
'mon' => 'Lunedì',
|
||||||
'tues' => 'Martedì',
|
'tues' => 'Martedì',
|
||||||
'wed' => 'Mercoledì',
|
'wed' => 'Mercoledì',
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
@extends('auth.layout')
|
@extends('auth.layout')
|
||||||
@section('title', __('auth.login'))
|
@section('title', __('common.login'))
|
||||||
|
|
||||||
@section('content')
|
@section('content')
|
||||||
<div class="col-md-4 content-center">
|
<div class="col-md-4 content-center">
|
||||||
@@ -51,7 +51,7 @@
|
|||||||
|
|
||||||
</div>
|
</div>
|
||||||
<div class="footer text-center">
|
<div class="footer text-center">
|
||||||
<button class="btn btn-primary btn-round btn-lg btn-block">@lang('auth.login')</button>
|
<button class="btn btn-primary btn-round btn-lg btn-block">@lang('common.login')</button>
|
||||||
</div>
|
</div>
|
||||||
<div class="pull-left">
|
<div class="pull-left">
|
||||||
<h6>
|
<h6>
|
||||||
|
|||||||
Reference in New Issue
Block a user