Improve ES translations (#1340)

Fix spells and better words in context
This commit is contained in:
Toni Vicente 2021-10-31 21:19:16 +01:00 committed by GitHub
parent 85703e1aff
commit 471464272f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 6 additions and 6 deletions

View File

@ -19,14 +19,14 @@ return [
'download' => 'Descarga|Descargas',
'from' => 'de',
'to' => 'a',
'state' => 'Estado',
'status' => 'Estatus',
'state' => 'Situación',
'status' => 'Estado',
'departure' => 'Salida',
'arrival' => 'Llegada',
'aircraft' => 'Aeronave',
'airline' => 'Aerolínea',
'subfleet' => 'Subfleet',
'distance' => 'Distancía',
'distance' => 'Distancia',
'fuel' => 'Combustible',
'metar' => 'METAR',
'hour' => 'Hora|Horas',

View File

@ -2,7 +2,7 @@
return [
'type' => [
'flight' => 'Vuelo',
'flight' => 'Por vuelo',
'daily' => 'Diario',
'monthly' => 'Mensual',
],

View File

@ -6,7 +6,7 @@ return [
'pending' => 'Pendiente',
'active' => 'Activo',
'rejected' => 'Rechazado',
'on_leave' => 'De vacaciones',
'on_leave' => 'En excedencia',
'suspended' => 'Suspendido',
'deleted' => 'Borrar',
],

View File

@ -11,7 +11,7 @@ return [
'altitude' => 'Altitud',
'heading' => 'Rumbo',
'distance' => 'Distancía',
'noflights' => 'No hay vuelos.',
'noflights' => 'No hay vuelos',
'gs' => 'GS',
],