mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-27 19:53:36 +00:00
brazilian portuguese translation
This commit is contained in:
parent
5272462368
commit
ce2c163f4b
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,11 +15,12 @@ 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
|
||||||
"zh_tw" : "translations/zh_tw.json", // Traditional Chinese
|
"zh_tw" : "translations/zh_tw.json", // Traditional Chinese
|
||||||
"ja" : "translations/ja.json", // Japanese
|
"ja" : "translations/ja.json", // Japanese
|
||||||
"pl" : "translations/pl.json", // Polish
|
"pl" : "translations/pl.json", // Polish
|
||||||
"gr" : "translations/gr.json", // Greek
|
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user