-
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 #53 from ViPeR5000/main
Create pt.json
- 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 a localização a seguir.", | ||
"data": { | ||
"radius": "Raio em metros", | ||
"latitude": "Latitude", | ||
"longitude": "Longitude", | ||
"scan_interval": "Intervalo de varredura para atualizações em segundos" | ||
} | ||
} | ||
} | ||
}, | ||
"options": { | ||
"step": { | ||
"init": { | ||
"description": "Editar parâmetros para a localização a seguir.", | ||
"data": { | ||
"radius": "Raio em metros", | ||
"latitude": "Latitude", | ||
"longitude": "Longitude", | ||
"scan_interval": "Intervalo de varredura para atualizações em segundos", | ||
"min_altitude": "A altitude mínima em pés acima da qual todos os aviões serão rastreados.", | ||
"max_altitude": "A altitude máxima em pés abaixo da qual todos os aviões serão rastreados.", | ||
"most_tracked": "Ativar lista de voos mais rastreados", | ||
"username": "Opcional! Nome de utilizador Flightradar24", | ||
"password": "Opcional! Palavra-passe Flightradar24" | ||
} | ||
} | ||
} | ||
} | ||
} |