-
Notifications
You must be signed in to change notification settings - Fork 19
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 #51 from tracking-exposed/add-i18n
Add i18n
- Loading branch information
Showing
10 changed files
with
339 additions
and
54 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,16 @@ | ||
# Working with i18n | ||
|
||
Check the [official docs](https://developer.chrome.com/extensions/i18n). This is important | ||
if you are developing under Linux: | ||
|
||
> to change the locale on Linux, first quit Google Chrome. Then, all in one line, set the LANGUAGE environment variable and launch Google Chrome. For example: | ||
``` | ||
LANGUAGE=es ./chrome | ||
``` | ||
|
||
|
||
# Accepted locales | ||
|
||
Refer to the [locales support](https://developer.chrome.com/webstore/i18n?csw=1#localeTable) page | ||
in the official Chrome documentation. |
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,105 @@ | ||
{ | ||
"extensionName": { | ||
"message": "facebook.tracking.exposed", | ||
"description": "Extension name" | ||
}, | ||
|
||
"extensionDescription": { | ||
"message": "Collaborative tool to support investigation of personalization algorithms.", | ||
"description": "Extension description" | ||
}, | ||
|
||
"onboardingTitle": { | ||
"message": "Yay!! Welcome to facebook.tracking.exposed!" | ||
}, | ||
|
||
"onboardingIntro": { | ||
"message": "We need you to post your public key, copy and paste the following message as new **public post**. After a minute you can safely delete it." | ||
}, | ||
|
||
"onboardingCopyPaste": { | ||
"message": "Personalisation Algorithms are a collective issue, and can only be collectively addressed; today I am joining https://facebook.tracking.exposed and this technical message is necessary to link my account to the following key: $publickey$", | ||
"placeholders": { | ||
"publickey": { | ||
"content": "$1" | ||
} | ||
} | ||
}, | ||
|
||
"onboardingNote": { | ||
"message": "We need you to post this key so we can associate it with yout contributions. After you post the key above, this post will disappear.\nIf something does not work, contact us on our [facebook page](https://www.facebook.com/personalizationalgorithm) or open an [issue on github](https://github.com/tracking-exposed/web-extension/issues)." | ||
}, | ||
|
||
"onboardingReduceBox": { | ||
"message": "Reduce box" | ||
}, | ||
|
||
"onboardingReduced": { | ||
"message": "facebook.tracking.exposed onboarding is not completed yet." | ||
}, | ||
|
||
"onboardingReopen": { | ||
"message": "Reopen box" | ||
}, | ||
|
||
"popupTitle": { | ||
"message": "Welcome to Facebook Tracking Exposed" | ||
}, | ||
|
||
"popupSubTitle": { | ||
"message": "Public Service Announcement" | ||
}, | ||
|
||
"popupHello": { | ||
"message": "Dear friend,\nthanks for supporting the [facebook.tracking.exposed](https://facebook.tracking.exposed/) initiative." | ||
}, | ||
|
||
"popupIntro": { | ||
"message": "We care a lot about your privacy and we want to be as transparent as possible, that's why:" | ||
}, | ||
|
||
"popupHighlight": { | ||
"message": "The extension only see and collects the **public posts**. You will know that public posts are being recorded by a notification highlighting them in your newsfeed." | ||
}, | ||
|
||
"popupPrivacy": { | ||
"message": "We have a [Privacy Statement](https://facebook.tracking.exposed/privacy-statement) that describes what data we collect, and why." | ||
}, | ||
|
||
"popupFree": { | ||
"message": "We release only [free, open source code](https://www.github.com/tracking-exposed/) everyone can audit." | ||
}, | ||
|
||
"popupReality": { | ||
"message": "**Access to [your data]($realitylink$)**, available to be downloaded or consulted (is a work in progress!). It contains what Facebook is showing you. In the 2017 will be improved with new visualizations and functionalities.", | ||
"placeholders": { | ||
"realitylink": { | ||
"content": "$1" | ||
} | ||
} | ||
}, | ||
|
||
"settingsTitle": { | ||
"message": "Settings" | ||
}, | ||
|
||
"settingsStudyGroup": { | ||
"message": "I'm part of a study group" | ||
}, | ||
|
||
"settingsTagId": { | ||
"message": "Tag ID" | ||
}, | ||
|
||
"settingsHideBanner": { | ||
"message": "Hide the banner on top of the posts" | ||
}, | ||
|
||
"settingsSaveAndReload": { | ||
"message": "Save and reload" | ||
}, | ||
|
||
"settingsCancel": { | ||
"message": "Cancel" | ||
} | ||
} |
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,105 @@ | ||
{ | ||
"extensionName": { | ||
"message": "facebook.tracking.exposed", | ||
"description": "Extension name" | ||
}, | ||
|
||
"extensionDescription": { | ||
"message": "Ferramenta colaborativa para ajudar na investigação sobre personalização de algoritmos.", | ||
"description": "Extension description" | ||
}, | ||
|
||
"onboardingTitle": { | ||
"message": "Eba! Bem-vinde ao facebook.tracking.exposed!" | ||
}, | ||
|
||
"onboardingIntro": { | ||
"message": "Nós precisamos que você publique sua chave pública e copie e cole a seguinte mensagem como uma nova **postagem pública**. Depois de um minuto, você pode deletar com segurança." | ||
}, | ||
|
||
"onboardingCopyPaste": { | ||
"message": "Algoritmos de personalização são um problema para a liberdade de informação, pois não sabemos como e porque algumas notícias aparecem na nossa timeline e outras não. Mas podemos mapear isso coletivamente! Hoje, estou me juntando ao https://facebook.tracking.exposed e esta mensagem com minha chave pública é necessária para vincular minha conta ao experimento: $publickey$", | ||
"placeholders": { | ||
"publickey": { | ||
"content": "$1" | ||
} | ||
} | ||
}, | ||
|
||
"onboardingNote": { | ||
"message": "Se algo der errado, entre em contato através da [página do Facebook](https://www.facebook.com/personalizationalgorithm) ou relate o problema no [github](https://github.com/tracking-exposed/web-extension/issues)." | ||
}, | ||
|
||
"onboardingReduceBox": { | ||
"message": "Reduzir a caixa" | ||
}, | ||
|
||
"onboardingReduced": { | ||
"message": "Seu registro ainda não está finalizado" | ||
}, | ||
|
||
"onboardingReopen": { | ||
"message": "Reabrir a caixa" | ||
}, | ||
|
||
"popupTitle": { | ||
"message": "Bem-vinde ao Facebook Tracking Exposed" | ||
}, | ||
|
||
"popupSubTitle": { | ||
"message": "Anúncio de Serviço Público" | ||
}, | ||
|
||
"popupHello": { | ||
"message": "Olá,\nObrigada por apoiar a iniciativa [facebook.tracking.exposed](https://facebook.tracking.exposed/)." | ||
}, | ||
|
||
"popupIntro": { | ||
"message": "Nos preocupamos muito com a sua privacidade e queremos ser o mais transparente possível, por isso:" | ||
}, | ||
|
||
"popupHighlight": { | ||
"message": "Apenas temos acesso e coletamos informação dos seus **posts públicos**, aqueles que você escolhe compartilhar abertamente com qualquer um que entra no seu perfil, mesmo quem não é seu amigo. Você será lembrado que **posts públicos** estão sendo gravados por meio de uma notificação destacando-os na sua timeline." | ||
}, | ||
|
||
"popupPrivacy": { | ||
"message": "Nossa [Política de Privacidade](https://facebook.tracking.exposed/privacy-statement) descreve quais dados coletamos e por quê." | ||
}, | ||
|
||
"popupFree": { | ||
"message": "O [o código-fonte livre e aberto](https://www.github.com/tracking-exposed/) da extensão també está disponível para quem quiser auditar." | ||
}, | ||
|
||
"popupReality": { | ||
"message": "** [Seus dados coletados]($realitylink$)** também estão disponíveis para download ou consulta. Eles são o resultado do seu experimeto. Estamos trabalhando para melhorar a maneira como você visualiza e acessa esses dados.", | ||
"placeholders": { | ||
"realitylink": { | ||
"content": "$1" | ||
} | ||
} | ||
}, | ||
|
||
"settingsTitle": { | ||
"message": "Settings" | ||
}, | ||
|
||
"settingsStudyGroup": { | ||
"message": "Eu sou parte de um grupo de estudos" | ||
}, | ||
|
||
"settingsTagId": { | ||
"message": "Tag ID" | ||
}, | ||
|
||
"settingsHideBanner": { | ||
"message": "Ocultar o banner em cima das postagens" | ||
}, | ||
|
||
"settingsSaveAndReload": { | ||
"message": "Salvar e recarregar" | ||
}, | ||
|
||
"settingsCancel": { | ||
"message": "Cancelar" | ||
} | ||
} |
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
Oops, something went wrong.