diff options
author | wiltonloch <wilton.loch@gmail.com> | 2022-06-25 13:21:07 -0300 |
---|---|---|
committer | wiltonloch <wilton.loch@gmail.com> | 2022-06-25 13:21:07 -0300 |
commit | a345fa59759c6ef7c1b39498ed0863733fa24d61 (patch) | |
tree | a918fa80955e36fb6343e3858e66ed557efe9fca /weather-widget | |
parent | 83914c91c86eee4d70120a2849e752f7762908d7 (diff) |
Adding a Portuguese language file to the weather widget locale
Diffstat (limited to 'weather-widget')
-rw-r--r-- | weather-widget/locale/pt.lua | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/weather-widget/locale/pt.lua b/weather-widget/locale/pt.lua new file mode 100644 index 0000000..e7f4012 --- /dev/null +++ b/weather-widget/locale/pt.lua @@ -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 |