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