More organizing for translations
This commit is contained in:
@@ -14,9 +14,6 @@ return [
|
||||
'profile' => 'Profile',
|
||||
'email' => 'Email',
|
||||
'register' => 'Register',
|
||||
'confirmpassword' => 'Confirm Password',
|
||||
'homeairport' => 'Home Airport',
|
||||
'currentairport' => 'Current Airport',
|
||||
'timezone' => 'Timezone',
|
||||
'country' => 'Country',
|
||||
'download' => 'Download|Downloads',
|
||||
@@ -32,11 +29,6 @@ return [
|
||||
'hour' => 'Hour|Hours',
|
||||
'minute' => 'Minute|Minutes',
|
||||
'note' => 'Note|Notes',
|
||||
'route' => 'Route',
|
||||
'flightnumber' => 'Flight Number',
|
||||
'flighttime' => 'Flight Time',
|
||||
'departureairport' => 'Departure Airport',
|
||||
'arrivalairport' => 'Arrival Airport',
|
||||
'field' => 'Field|Fields',
|
||||
'name' => 'Name',
|
||||
'value' => 'Value|Values',
|
||||
@@ -50,4 +42,15 @@ return [
|
||||
'hello' => 'Hello',
|
||||
'regards' => 'Regards',
|
||||
'rightsreserved' => 'All Rights Reserved',
|
||||
'active' => 'Active',
|
||||
'inactive' => 'Inactive',
|
||||
'days' => [
|
||||
'mon' => 'Monday',
|
||||
'tues' => 'Tuesday',
|
||||
'wed' => 'Wednesday',
|
||||
'thurs' => 'Thursday',
|
||||
'fri' => 'Friday',
|
||||
'sat' => 'Saturday',
|
||||
'sun' => 'Sunday',
|
||||
],
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user