diff --git a/CHANGELOG.md b/CHANGELOG.md index 786391d1..24123812 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,9 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## Unpublished +### Added +- Brazilian Portuguese Translation + ### Fixed - Prevent `getModules()` selectors from returning duplicate entries. - Append endpoints of weather modules with `/` to retreive the correct data. (Issue [#337](https://github.com/MichMich/MagicMirror/issues/337)) diff --git a/translations/pt_br.json b/translations/pt_br.json new file mode 100644 index 00000000..57bb4314 --- /dev/null +++ b/translations/pt_br.json @@ -0,0 +1,28 @@ +{ + /* GENERAL */ + "LOADING": "Carregando …", + + /* CALENDAR */ + "TODAY": "Hoje", + "TOMORROW": "Amanhã", + "RUNNING": "Acaba em", + "EMPTY": "Nenhum evento novo.", + + /* WEATHER */ + "N": "N", + "NNE": "NNE", + "NE": "NE", + "ENE": "ENE", + "E": "E", + "ESE": "ESE", + "SE": "SE", + "SSE": "SSE", + "S": "S", + "SSW": "SSO", + "SW": "SO", + "WSW": "OSO", + "W": "O", + "WNW": "ONO", + "NW": "NO", + "NNW": "NNO" +} diff --git a/translations/translations.js b/translations/translations.js index c7e40357..2a458ef2 100644 --- a/translations/translations.js +++ b/translations/translations.js @@ -15,6 +15,7 @@ var translations = { "nb" : "translations/nb.json", // Norsk bokmål "nn" : "translations/nn.json", // Norsk nynorsk "pt" : "translations/pt.json", // Português + "pt_br" : "translations/pt_br.json", // Português Brasileiro "sv" : "translations/sv.json", // Svenska "it" : "translations/it.json", // Italian "zh_cn" : "translations/zh_cn.json", // Simplified Chinese