-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #54 from roalvesrj/main
🌐 Added Brazilian Portuguese translation (pt_BR)
- Loading branch information
Showing
1 changed file
with
33 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
{ | ||
"config": { | ||
"step": { | ||
"user": { | ||
"description": "Preencha o local que você quer monitorar.", | ||
"data": { | ||
"radius": "Raio em metros", | ||
"latitude": "Latitude", | ||
"longitude": "Longitude", | ||
"scan_interval": "Intervalo de atualização em segundos" | ||
} | ||
} | ||
} | ||
}, | ||
"options": { | ||
"step": { | ||
"init": { | ||
"description": "Edite os parâmetros do local que você quer monitorar.", | ||
"data": { | ||
"radius": "Raio em metros", | ||
"latitude": "Latitude", | ||
"longitude": "Longitude", | ||
"scan_interval": "Intervalo de atualização em segundos", | ||
"min_altitude": "A altitude mínima, em pés, acima da qual todos os aviões serão monitorados.", | ||
"max_altitude": "A altitude máxima, em pés, abaixo da qual todos os aviões serão monitorados.", | ||
"most_tracked": "Ativar lista de voos mais monitorados", | ||
"username": "OPCIONAL! Nome de usuário do Flightradar24", | ||
"password": "OPCIONAL! Senha do Flightradar24" | ||
} | ||
} | ||
} | ||
} | ||
} |