forked from Path-Check/safeplaces-dct-app
-
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 'develop' of https://github.com/letstrace/letstrace into…
… newUI * 'develop' of https://github.com/letstrace/letstrace: Add custom map styles to the Overlap map (Path-Check#246) Italian missing licenses file- Andy's translation added (Path-Check#241) Add jest snapshot testing to the main views (Path-Check#187) Typo fix from Enrico Santus on latest (Path-Check#239) Update macos_build.yml (Path-Check#236) Andynuzzo/it (Path-Check#223) Dutch translation (Path-Check#225) Brazilian Portuguese language support (Path-Check#229)
- Loading branch information
Showing
45 changed files
with
1,933 additions
and
22 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
export default { | ||
mkdir: jest.fn(), | ||
moveFile: jest.fn(), | ||
copyFile: jest.fn(), | ||
pathForBundle: jest.fn(), | ||
pathForGroup: jest.fn(), | ||
getFSInfo: jest.fn(), | ||
getAllExternalFilesDirs: jest.fn(), | ||
unlink: jest.fn(), | ||
exists: jest.fn(), | ||
stopDownload: jest.fn(), | ||
resumeDownload: jest.fn(), | ||
isResumable: jest.fn(), | ||
stopUpload: jest.fn(), | ||
completeHandlerIOS: jest.fn(), | ||
readDir: jest.fn(), | ||
readDirAssets: jest.fn(), | ||
existsAssets: jest.fn(), | ||
readdir: jest.fn(), | ||
setReadable: jest.fn(), | ||
stat: jest.fn(), | ||
readFile: jest.fn(), | ||
read: jest.fn(), | ||
readFileAssets: jest.fn(), | ||
hash: jest.fn(), | ||
copyFileAssets: jest.fn(), | ||
copyFileAssetsIOS: jest.fn(), | ||
copyAssetsVideoIOS: jest.fn(), | ||
writeFile: jest.fn(), | ||
appendFile: jest.fn(), | ||
write: jest.fn(), | ||
downloadFile: jest.fn(), | ||
uploadFiles: jest.fn(), | ||
touch: jest.fn(), | ||
MainBundlePath: jest.fn(), | ||
CachesDirectoryPath: jest.fn(), | ||
DocumentDirectoryPath: jest.fn(), | ||
ExternalDirectoryPath: jest.fn(), | ||
ExternalStorageDirectoryPath: jest.fn(), | ||
TemporaryDirectoryPath: jest.fn(), | ||
LibraryDirectoryPath: jest.fn(), | ||
PicturesDirectoryPath: jest.fn(), | ||
}; |
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,7 @@ | ||
export function getLanguages() { | ||
return new Promise((resolve, reject) => { | ||
process.nextTick(() => | ||
resolve(['en-US']) | ||
); | ||
}) | ||
}; |
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,7 @@ | ||
export default { | ||
configure: jest.fn(), | ||
onRegister: jest.fn(), | ||
onNotification: jest.fn(), | ||
addEventListener: jest.fn(), | ||
requestPermissions: jest.fn(), | ||
}; |
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,4 @@ | ||
export default { | ||
unzip: jest.fn(), | ||
subscribe: jest.fn(), | ||
}; |
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,7 @@ | ||
// Jest Snapshot v1, https://goo.gl/fbAQLP | ||
|
||
exports[`renders correctly 1`] = ` | ||
<MenuProvider> | ||
<Entry /> | ||
</MenuProvider> | ||
`; |
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"import_title":"Importa le Posizioni", | ||
"import_step_1":"1. Fai login nel tuo account Google e scarica la storia dei tuoi movimenti.", | ||
"import_step_1":"1. Fai login nel tuo account Google e scarica l'archivio dei tuoi movimenti.", | ||
"import_step_2":"2. Una volta scaricati i movimenti, apri questa schermata. I dati saranno importati automaticamente." | ||
} |
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,5 @@ | ||
{ | ||
"license_placeholder": "L'app è protetta dalla licenza open source MIT." | ||
} | ||
|
||
|
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,11 @@ | ||
|
||
{ | ||
"overlap_title": "Controlla Sovrapposizioni", | ||
"overlap_para_1": "Le aree verdi sono dati aggregati della tua posizione, clicca per ingrandire. Gli indicatori rossi sono le tue posizioni registrate. \n\nClicca il pulsante per scaricare informazioni pubbliche su casi confermati, indicati come aree viola.", | ||
"show_overlap": "Controllo dati pubblici", | ||
"loading_public_data": "Caricamento dati...", | ||
"overlap_no_results_button_label": "Nessun risultato trovato", | ||
"overlap_found_button_label": "Dati pubblici caricati", | ||
"nCoV2019_url_info": "Per maggiori informazioni su questa mappa", | ||
"nCoV2019_url": "github.com/beoutbreakprepared/nCoV2019" | ||
} |
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,10 @@ | ||
{ | ||
"overlap_title": "Controleer Overlap", | ||
"overlap_para_1": "Groene cirkels zijn clusters van uw locaties, klik om in te zoomen. Rode markeringen zijn uw geregistreerde locaties.\n\nDruk op de knop om openbare informatie over bevestigde gevallen te downloaden, weergegeven als vage paarse cirkels.", | ||
"show_overlap": "Check Openbare Informatie", | ||
"loading_public_data": "Openbare informatie laden...", | ||
"overlap_no_results_button_label": "Openbare Informatie Geladen", | ||
"overlap_found_button_label": "Openbare Informatie Geladen", | ||
"nCoV2019_url_info": "Voor meer informatie over de dataset van deze kaart", | ||
"nCoV2019_url": "github.com/beoutbreakprepared/nCoV2019" | ||
} |
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,6 @@ | ||
{ | ||
"export_para_1":"Você pode compartilhar sua trilha de localização com qualquer pessoa usando o botão Compartilhar abaixo. Depois de pressionar o botão, ele perguntará com quem e como você deseja compartilhá-lo.", | ||
"export_para_2":"O local é compartilhado como uma lista simples de horários e coordenadas, nenhuma outra informação de identificação.", | ||
"share":"COMPARTILHAR", | ||
"data_hint":"Registro possui dados de" | ||
} |
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,5 @@ | ||
{ | ||
"import_title":"Importar Locais", | ||
"import_step_1":"1. Faça login na sua Conta do Google e faça o download do seu Histórico de Localização", | ||
"import_step_2":"2. Após o download, abra esta tela novamente. Os dados serão importados automaticamente." | ||
} |
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,15 @@ | ||
import intro from './intro.json'; | ||
import locationTracking from './locationTracking.json'; | ||
import importFile from './import.json'; | ||
import exportFile from './exportscreen.json'; | ||
import licensesFile from './licensesscreen.json'; | ||
import overlapFile from './overlap.json'; | ||
|
||
export default { | ||
...intro, | ||
...locationTracking, | ||
...importFile, | ||
...exportFile, | ||
...overlapFile, | ||
...licensesFile, | ||
}; |
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,14 @@ | ||
{ | ||
"private_kit":"Private Kit", | ||
"intro1_para1":"Projetado com segurança de dados e proteção de privacidade em mente, o MIT Private Kit é a próxima geração de registro de localização seguro.", | ||
"next":"Próximo", | ||
"back":"Retornar", | ||
"start":"Iniciar", | ||
"intro2_title1":"Menos de 100 KB", | ||
"intro2_para1":"O gerador de trilhas do Private Kit registra os dados de localização do seu dispositivo em menos de 100 KB de espaço - menos espaço que uma única imagem.", | ||
"intro2_title2":"Você está no controle", | ||
"intro2_para2": "Os dados nunca saem do seu dispositivo sem o seu consentimento", | ||
"intro3_title1":"O Futuro", | ||
"intro3_para1": "A próxima etapa na solução dos problemas de hoje e de amanhã. Habilitando indivíduos para registrar sua trilha de localização oferece novas oportunidades para os pesquisadores que estudam rastreamento de pandemia, migração de refugiados e análise de tráfego da comunidade.", | ||
"intro3_para2":"Saiba mais http://privatekit.mit.edu/" | ||
} |
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,3 @@ | ||
{ | ||
"license_placeholder": "Este aplicativo foi desenvolvido sob a licença MIT." | ||
} |
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,13 @@ | ||
{ | ||
"start_logging":"Comece a Registrar", | ||
"stop_logging":"Pare de Registrar", | ||
"logging_message":"No momento, ele está registrando sua localização em privado a cada cinco minutos. Suas informações de localização NÃO deixarão o telefone.", | ||
"not_logging_message":"NOTA: Depois de clicar neste botão, você pode ser solicitado a conceder acesso ao Private Kit à sua localização.", | ||
"import":"Importar", | ||
"export":"Exportar", | ||
"news":"Notícias", | ||
"latest_news":"Últimas Notícias", | ||
"url_info":"url_info:", | ||
"private_kit_url":"privatekit.mit.edu", | ||
"overlap": "VERIFICAR SOBREPOSIÇÃO" | ||
} |
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,10 @@ | ||
{ | ||
"overlap_title": "Verificar Sobreposição", | ||
"overlap_para_1": "Círculos verdes são agrupamentos de seus locais, clique para ampliar. Marcadores vermelhos são seus locais gravados. \n\nPressione o botão para baixar informações públicas de casos confirmados, mostrados como círculos roxo claro.", | ||
"show_overlap": "Verificar dados públicos", | ||
"loading_public_data": "carregando dados...", | ||
"overlap_no_results_button_label": "Dados públicos carregados", | ||
"overlap_found_button_label": "Dados públicos carregados", | ||
"nCoV2019_url_info": "Para mais informações sobre o conjunto de dados para este mapa", | ||
"nCoV2019_url": "github.com/beoutbreakprepared/nCoV2019" | ||
} |
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
Oops, something went wrong.