Merge pull request #359 from WiltonLoch/master

Adding a Portuguese language file to the weather widget locale
This commit is contained in:
streetturtle 2022-07-16 20:47:28 -04:00 committed by GitHub
commit 1a2a4385da
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,14 @@
local pt = {
warning_title = "Widget do tempo",
parameter_warning = "Parâmetros necessários não definidos: ",
directions = {
"N", "NNE", "NE", "ENE", "L", "ESE", "SE", "SSE", "S", "SSO", "SO",
"OSO", "O", "ONO", "NO", "NNO", "N"
},
feels_like = "Sensação de ",
wind = "Vento: ",
humidity = "Umidade: ",
uv = "UV: "
}
return pt