forked from robbrad/UKBinCollectionData
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/m26dvd/UKBinCollectionData
- Loading branch information
Showing
5 changed files
with
63 additions
and
4 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
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
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
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,51 @@ | ||
{ | ||
"title": "Dados de Recolha de Lixo do Reino Unido", | ||
"config": { | ||
"step": { | ||
"user": { | ||
"title": "Selecione o conselho", | ||
"data": { | ||
"name": "Nome da localidade", | ||
"council": "Conselho" | ||
}, | ||
"description": "Por favor veja [aqui](https://github.com/robbrad/UKBinCollectionData#requesting-your-council) se o seu conselho não estiver listado" | ||
}, | ||
"council": { | ||
"title": "Forneça os detalhes do conselho", | ||
"data": { | ||
"url": "URL para obter dados de recolha de lixo", | ||
"timeout": "Tempo em segundos que o sensor deve aguardar pelos dados", | ||
"uprn": "UPRN (Número Único de Referência da Propriedade)", | ||
"postcode": "Código postal do endereço", | ||
"number": "Número da casa do endereço", | ||
"usrn": "USRN (Número Único de Referência da Rua)", | ||
"web_driver": "Para executar num servidor remoto Selenium, adicione o URL do servidor Selenium", | ||
"headless": "Executar o Selenium em modo headless (recomendado)", | ||
"local_browser": "Não executar o servidor remoto Selenium, utilizar a instalação local do Chrome", | ||
"submit": "Submeter" | ||
}, | ||
"description": "Por favor, consulte a [wiki](https://github.com/robbrad/UKBinCollectionData/wiki/Councils) do seu conselho para obter detalhes sobre o que inserir" | ||
}, | ||
"reconfigure_confirm": { | ||
"title": "Atualizar os detalhes do conselho", | ||
"data": { | ||
"url": "URL para obter dados de recolha de lixo", | ||
"timeout": "Tempo em segundos que o sensor deve aguardar pelos dados", | ||
"uprn": "UPRN (Número Único de Referência da Propriedade)", | ||
"postcode": "Código postal do endereço", | ||
"number": "Número da casa do endereço", | ||
"usrn": "USRN (Número Único de Referência da Rua)", | ||
"web_driver": "Para executar num servidor remoto Selenium, adicione o URL do servidor Selenium", | ||
"headless": "Executar o Selenium em modo headless (recomendado)", | ||
"local_browser": "Não executar o servidor remoto Selenium, utilizar a instalação local do Chrome.", | ||
"submit": "Submeter" | ||
}, | ||
"description": "Por favor, consulte a [wiki](https://github.com/robbrad/UKBinCollectionData/wiki/Councils) do seu conselho para obter detalhes sobre o que inserir" | ||
} | ||
}, | ||
"error": { | ||
"name": "Por favor, insira um nome de localidade", | ||
"council": "Por favor, selecione um conselho" | ||
} | ||
} | ||
} |
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "uk_bin_collection" | ||
version = "0.89.1" | ||
version = "0.91.0" | ||
description = "Python Lib to collect UK Bin Data" | ||
readme = "README.md" | ||
authors = ["Robert Bradley <[email protected]>"] | ||
|