Merge pull request #337 from EdgardosReis/develop

Portuguese translation
This commit is contained in:
Michael Teeuw 2016-05-21 16:41:38 +02:00
commit 5ae3c8acfe
3 changed files with 30 additions and 1 deletions

View File

@ -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
View 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"
}

View File

@ -14,4 +14,5 @@ var translations = {
"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",
}; };