From a345fa59759c6ef7c1b39498ed0863733fa24d61 Mon Sep 17 00:00:00 2001 From: wiltonloch Date: Sat, 25 Jun 2022 13:21:07 -0300 Subject: Adding a Portuguese language file to the weather widget locale --- weather-widget/locale/pt.lua | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 weather-widget/locale/pt.lua (limited to 'weather-widget') 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 -- cgit v1.2.3