Changed es directory es by es-es (#1421)
This structure will allow for other variants derived from the Spanish of Spain. Co-authored-by: Nabeel S <nabeelio@users.noreply.github.com>
This commit is contained in:
42
resources/lang/es-es/flights.php
Normal file
42
resources/lang/es-es/flights.php
Normal file
@@ -0,0 +1,42 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'flightnumber' => 'Número de vuelo',
|
||||
'flighttime' => 'Tiempo de vuelo',
|
||||
'flighttype' => 'Tipo de vuelo',
|
||||
'flighthours' => 'Horas de vuelo',
|
||||
'code' => 'Código',
|
||||
'callsign' => 'Indicativo',
|
||||
'route' => 'Ruta',
|
||||
'mybid' => 'Mis reservas',
|
||||
'search' => 'Buscar',
|
||||
'addremovebid' => 'Añadir/Quitar reserva',
|
||||
'bidremoved' => 'Tu reserva ha sido eliminada.',
|
||||
'bidadded' => 'Tu reserva ha sido añadida.',
|
||||
'dep' => 'Salida',
|
||||
'arr' => 'Llegada',
|
||||
'level' => 'Nivel',
|
||||
'alternateairport' => 'Aeropuerto alternativo',
|
||||
'inbound' => 'Vuelos entrantes',
|
||||
'outbound' => 'Vuelos salientes',
|
||||
'none' => 'Vuelo no encontrado.',
|
||||
'departuretime' => 'Hora de salida',
|
||||
'arrivaltime' => 'Hora de llegada',
|
||||
'type' => [
|
||||
'pass_scheduled' => 'Pasajero (Programado)',
|
||||
'cargo_scheduled' => 'Carga (Programado)',
|
||||
'charter_pass_only' => 'Pasajero (Charter)',
|
||||
'addtl_cargo_mail' => 'Carga (Adicional)',
|
||||
'special_vip' => 'Vuelo VIP especial',
|
||||
'pass_addtl' => 'Pasajero (Adicional)',
|
||||
'charter_cargo' => 'Carga (Charter)',
|
||||
'ambulance' => 'Vuelo ambulancia',
|
||||
'training_flight' => 'Vuelo de entrenamiento',
|
||||
'mail_service' => 'Servicio postal',
|
||||
'charter_special' => 'Pasajero (Charter con cargas especiales)',
|
||||
'positioning' => 'Posicionamiento',
|
||||
'technical_test' => 'Prueba técnica',
|
||||
'military' => 'Militar',
|
||||
'technical_stop' => 'Parada técnica',
|
||||
],
|
||||
];
|
||||
Reference in New Issue
Block a user