Adding a Portuguese language file to the weather widget locale

This commit is contained in:
wiltonloch 2022-06-25 13:21:07 -03:00
parent 83914c91c8
commit a345fa5975

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