mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-07-03 06:15:59 +00:00
Merge pull request #381 from diego-vieira/develop
Brazilian Portuguese Translation
This commit is contained in:
commit
eb092b9f20
@ -4,6 +4,9 @@ This project adheres to [Semantic Versioning](http://semver.org/).
|
|||||||
|
|
||||||
## Unpublished
|
## Unpublished
|
||||||
|
|
||||||
|
### Added
|
||||||
|
- Brazilian Portuguese Translation
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
- Prevent `getModules()` selectors from returning duplicate entries.
|
- 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))
|
- Append endpoints of weather modules with `/` to retreive the correct data. (Issue [#337](https://github.com/MichMich/MagicMirror/issues/337))
|
||||||
|
28
translations/pt_br.json
Normal file
28
translations/pt_br.json
Normal file
@ -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"
|
||||||
|
}
|
@ -15,6 +15,7 @@ var translations = {
|
|||||||
"nb" : "translations/nb.json", // Norsk bokmål
|
"nb" : "translations/nb.json", // Norsk bokmål
|
||||||
"nn" : "translations/nn.json", // Norsk nynorsk
|
"nn" : "translations/nn.json", // Norsk nynorsk
|
||||||
"pt" : "translations/pt.json", // Português
|
"pt" : "translations/pt.json", // Português
|
||||||
|
"pt_br" : "translations/pt_br.json", // Português Brasileiro
|
||||||
"sv" : "translations/sv.json", // Svenska
|
"sv" : "translations/sv.json", // Svenska
|
||||||
"it" : "translations/it.json", // Italian
|
"it" : "translations/it.json", // Italian
|
||||||
"zh_cn" : "translations/zh_cn.json", // Simplified Chinese
|
"zh_cn" : "translations/zh_cn.json", // Simplified Chinese
|
||||||
|
Loading…
x
Reference in New Issue
Block a user