mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-07-04 22:58:03 +00:00
Merge pull request #337 from EdgardosReis/develop
Portuguese translation
This commit is contained in:
commit
5ae3c8acfe
@ -5,6 +5,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
|
|||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
### Added
|
### Added
|
||||||
- Norwegian Translations (nb and nn)
|
- Norwegian Translations (nb and nn)
|
||||||
|
- Portuguese Translation
|
||||||
|
|
||||||
## [2.0.1] - 2016-05-18
|
## [2.0.1] - 2016-05-18
|
||||||
### Added
|
### Added
|
||||||
|
27
translations/pt.json
Normal file
27
translations/pt.json
Normal file
@ -0,0 +1,27 @@
|
|||||||
|
{
|
||||||
|
/* GENERAL */
|
||||||
|
"LOADING": "A carregar …",
|
||||||
|
|
||||||
|
/* CALENDAR */
|
||||||
|
"TODAY": "Hoje",
|
||||||
|
"TOMORROW": "Amanhã",
|
||||||
|
"RUNNING": "Termina em",
|
||||||
|
"EMPTY": "Sem eventos a chegar.",
|
||||||
|
|
||||||
|
/* WEATHER */
|
||||||
|
"N": "N",
|
||||||
|
"NNE": "NNE",
|
||||||
|
"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"
|
||||||
|
}
|
@ -13,5 +13,6 @@ var translations = {
|
|||||||
"fy" : "translations/fy.json",
|
"fy" : "translations/fy.json",
|
||||||
"es" : "translations/es.json",
|
"es" : "translations/es.json",
|
||||||
"nb" : "translations/nb.json",
|
"nb" : "translations/nb.json",
|
||||||
"nn" : "translations/nn.json",
|
"nn" : "translations/nn.json",
|
||||||
|
"pt" : "translations/pt.json",
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user