From 6f53bbb64cd9b3c0c3f2b5089895b7c026685179 Mon Sep 17 00:00:00 2001 From: ssantos Date: Sun, 5 May 2019 09:33:48 +0000 Subject: Translated using Weblate (Portuguese) Currently translated at 100.0% (70 of 70 strings) Translation: Ayatana Indicators/Datetime Applet Translate-URL: https://hosted.weblate.org/projects/ayatana-indicators/datetime-applet/pt/ --- po/pt.po | 86 +++++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 47 insertions(+), 39 deletions(-) (limited to 'po/pt.po') diff --git a/po/pt.po b/po/pt.po index 1cf6435..0a8a6bd 100644 --- a/po/pt.po +++ b/po/pt.po @@ -8,8 +8,8 @@ msgstr "" "Project-Id-Version: indicator-datetime\n" "Report-Msgid-Bugs-To: ted@canonical.com\n" "POT-Creation-Date: 2017-11-29 13:44+0100\n" -"PO-Revision-Date: 2019-04-18 16:03+0000\n" -"Last-Translator: Rui Mendes \n" +"PO-Revision-Date: 2019-05-06 12:47+0000\n" +"Last-Translator: ssantos \n" "Language-Team: Portuguese \n" "Language: pt\n" @@ -17,7 +17,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n > 1;\n" -"X-Generator: Weblate 3.6-dev\n" +"X-Generator: Weblate 3.7-dev\n" #: ../data/org.ayatana.indicator.datetime.gschema.xml.in:1 msgid "Show the clock in the panel" @@ -168,6 +168,10 @@ msgid "" "describes how the current zone prefers to be named. Format is \"TIMEZONE NAME" "\" (e.g. \"America/New_York Boston\" to name the New_York zone Boston)." msgstr "" +"Alguns fusos horários podem ser conhecidos por muitas cidades ou nomes " +"diferentes. Esta configuração descreve como a zona atual prefere ser " +"nomeada. O formato é \"TIMEZONE NAME\" (por exemplo, \"America/New_York " +"Boston\" para nomear a zona de New_York Boston)." #: ../data/org.ayatana.indicator.datetime.gschema.xml.in:29 msgid "What kind of haptic feedback, if any, to trigger with an alarm." @@ -181,44 +185,48 @@ msgstr "" #: ../data/org.ayatana.indicator.datetime.gschema.xml.in:31 msgid "The alarm's default sound file." -msgstr "" +msgstr "O ficheiro de som predefinido do alarme." #: ../data/org.ayatana.indicator.datetime.gschema.xml.in:32 msgid "" "If an alarm doesn't specify its own sound file, this file will be used as " "the fallback sound." msgstr "" +"Se um alarme não especificar o seu próprio ficheiro de som, este ficheiro " +"será utilizado como som de recurso." #: ../data/org.ayatana.indicator.datetime.gschema.xml.in:33 msgid "The alarm's default volume level." -msgstr "" +msgstr "O nível de volume predefinido do alarme." #: ../data/org.ayatana.indicator.datetime.gschema.xml.in:34 msgid "The volume at which alarms will be played." -msgstr "" +msgstr "O volume no qual os alarmes serão reproduzidos." #: ../data/org.ayatana.indicator.datetime.gschema.xml.in:35 msgid "The alarm's duration." -msgstr "" +msgstr "A duração do alarme." #: ../data/org.ayatana.indicator.datetime.gschema.xml.in:36 msgid "" "How long the alarm's sound will be looped if its snap decision is not " "dismissed by the user." msgstr "" +"Quanto tempo o som do alarme será transmitido em ciclo se a sua decisão de " +"disparo não for rejeitada pelo utilizador." #: ../data/org.ayatana.indicator.datetime.gschema.xml.in:37 msgid "The snooze duration." -msgstr "" +msgstr "A duração da soneca." #: ../data/org.ayatana.indicator.datetime.gschema.xml.in:38 msgid "How long to wait when the user hits the Snooze button." -msgstr "" +msgstr "Quanto tempo de espera quando o usuário atinge o botão Snooze." #. TRANSLATORS: a strftime(3) format for 12hr time w/seconds #: ../src/formatter.cpp:234 msgid "%l:%M:%S %p" -msgstr "" +msgstr "%l:%M:%S %p" #. TRANSLATORS: a strftime(3) format for 12hr time #. Translators, please edit/rearrange these strftime(3) tokens to suit your locale! @@ -226,12 +234,12 @@ msgstr "" #. en_US example: "%l:%M %p" --> "1:00 PM" #: ../src/formatter.cpp:237 ../src/utils.c:304 msgid "%l:%M %p" -msgstr "" +msgstr "%l:%M %p" #. TRANSLATORS: a strftime(3) format for 24hr time w/seconds #: ../src/formatter.cpp:240 msgid "%H:%M:%S" -msgstr "" +msgstr "%H:%M:%S" #. TRANSLATORS: a strftime(3) format for 24hr time #. Translators, please edit/rearrange these strftime(3) tokens to suit your locale! @@ -239,7 +247,7 @@ msgstr "" #. en_US example: "%H:%M" --> "13:00" #: ../src/formatter.cpp:243 ../src/utils.c:344 msgid "%H:%M" -msgstr "" +msgstr "%H:%M" #. Translators, please edit/rearrange these strftime(3) tokens to suit your locale! #. That will fix bug #1001595 for your locale and make the date/time in the upper-right corner of your screen look beautiful :) @@ -249,7 +257,7 @@ msgstr "" #. zh_CN example(?): "%Y年%m月%d日 周%a" --> "2020年10月31日 周六" #: ../src/formatter-desktop.cpp:138 msgid "%a %b %e %Y" -msgstr "" +msgstr "%a, %d.%m.%Y" #. Translators, please edit/rearrange these strftime(3) tokens to suit your locale! #. That will fix bug #1001595 for your locale and make the date/time in the upper-right corner of your screen look beautiful :) @@ -259,7 +267,7 @@ msgstr "" #. zh_CN example(?): "%m月%d日 周%a" --> "03月27日 周六" #: ../src/formatter-desktop.cpp:147 msgid "%a %b %e" -msgstr "" +msgstr "%a, %d.%m." #. Translators, please edit/rearrange these strftime(3) tokens to suit your locale! #. That will fix bug #1001595 for your locale and make the date/time in the upper-right corner of your screen look beautiful :) @@ -268,7 +276,7 @@ msgstr "" #: ../src/formatter-desktop.cpp:154 #, c-format msgid "%a" -msgstr "" +msgstr "%a" #. Translators, please edit/rearrange these strftime(3) tokens to suit your locale! #. That will fix bug #1001595 for your locale and make the date/time in the upper-right corner of your screen look beautiful :) @@ -278,7 +286,7 @@ msgstr "" #. zh_CN example(?): "%Y年%m月%d日" --> "2020年10月31日" #: ../src/formatter-desktop.cpp:163 msgid "%b %e %Y" -msgstr "" +msgstr "%d. %b %Y" #. Translators, please edit/rearrange these strftime(3) tokens to suit your locale! #. That will fix bug #1001595 for your locale and make the date/time in the upper-right corner of your screen look beautiful :) @@ -288,12 +296,12 @@ msgstr "" #. zh_CN example(?): "%m月%d日" --> "03月27日" #: ../src/formatter-desktop.cpp:172 msgid "%b %e" -msgstr "" +msgstr "%e. %b" #. This strftime(3) format string shows the year. #: ../src/formatter-desktop.cpp:176 msgid "%Y" -msgstr "" +msgstr "%Y" #. Translators, please edit/rearrange these strftime(3) tokens to suit your locale! #. Format string for the day on the first menuitem in the datetime indicator. @@ -302,24 +310,24 @@ msgstr "" #. en_GB example: "%A, %e %B %Y" --> Saturday, 31 October 2020" #: ../src/menu.cpp:255 msgid "%A, %e %B %Y" -msgstr "" +msgstr "%A, %e. %B %Y" #. add the 'Add Event…' menuitem #: ../src/menu.cpp:352 msgid "Add Event…" -msgstr "" +msgstr "Adicionar evento…" #: ../src/menu.cpp:362 msgid "Clock" -msgstr "" +msgstr "Relógio" #: ../src/menu.cpp:414 msgid "Time & Date settings…" -msgstr "" +msgstr "Definições de hora e data…" #: ../src/menu.cpp:469 msgid "Date and Time" -msgstr "" +msgstr "Data e Hora" #: ../src/menu.cpp:519 #, fuzzy @@ -329,24 +337,24 @@ msgstr "Acertar Hora e Data..." #: ../src/menu.cpp:524 #, c-format msgid "%s (has alarms)" -msgstr "" +msgstr "%s (tem alarmes)" #. * strftime(3) format for abbreviated weekday, #. hours, minutes in a 12h locale; e.g. Wed, 2:00 PM #: ../src/snap.cpp:125 msgid "%a, %l:%M %p" -msgstr "" +msgstr "%a, %l:%M %p" #. * A strftime(3) format for abbreviated weekday, #. hours, minutes in a 24h locale; e.g. Wed, 14:00 #: ../src/snap.cpp:129 msgid "%a, %H:%M" -msgstr "" +msgstr "%a, %H:%M" #: ../src/snap.cpp:132 #, c-format msgid "Alarm %s" -msgstr "" +msgstr "Alarme %s" #: ../src/snap.cpp:139 msgid "OK" @@ -354,21 +362,21 @@ msgstr "" #: ../src/snap.cpp:140 msgid "Snooze" -msgstr "" +msgstr "Soneca" #: ../src/utils.c:274 msgid "Today" -msgstr "" +msgstr "Hoje" #: ../src/utils.c:278 msgid "Tomorrow" -msgstr "" +msgstr "Amanhã" #. This is a strftime(3) format string indicating the unabbreviated weekday. #: ../src/utils.c:283 #, c-format msgid "%A" -msgstr "" +msgstr "%A" #. Translators, please edit/rearrange these strftime(3) tokens to suit your locale! #. This format string is used for showing full-day events that are over a week away. @@ -377,7 +385,7 @@ msgstr "" #. zh_CN example(?): "%m月%d日 周%a" --> "10月31日 周六" #: ../src/utils.c:292 msgid "%a %d %b" -msgstr "" +msgstr "%a, %d. %b" #. Translators, please edit/rearrange these strftime(3) tokens to suit your locale! #. This format string is used for showing, on a 12-hour clock, events/appointments that happen tomorrow. @@ -386,7 +394,7 @@ msgstr "" #. en_US example: "Tomorrow %l:%M %p" --> "Tomorrow 1:00 PM" #: ../src/utils.c:313 msgid "Tomorrow %l:%M %p" -msgstr "" +msgstr "Amanhã % l:%M %p" #. Translators, please edit/rearrange these strftime(3) tokens to suit your locale! #. This format string is used for showing, on a 12-hour clock, events/appointments that happen this week. @@ -395,7 +403,7 @@ msgstr "" #. en_US example: "Tomorrow %l:%M %p" --> "Fri 1:00 PM" #: ../src/utils.c:322 msgid "%a %l:%M %p" -msgstr "" +msgstr "%a %l:%M %p" #. Translators, please edit/rearrange these strftime(3) tokens to suit your locale! #. This format string is used for showing, on a 12-hour clock, events/appointments that happen over a week from now. @@ -405,7 +413,7 @@ msgstr "" #. en_GB example: "%a %b %d %l:%M %p" --> "Fri 31 Oct 1:00 PM" #: ../src/utils.c:332 msgid "%a %d %b %l:%M %p" -msgstr "" +msgstr "%a, %b. %d %l:%M %p" #. Translators, please edit/rearrange these strftime(3) tokens to suit your locale! #. This format string is used for showing, on a 24-hour clock, events/appointments that happen tomorrow. @@ -414,7 +422,7 @@ msgstr "" #. en_US example: "Tomorrow %l:%M %p" --> "Tomorrow 13:00" #: ../src/utils.c:353 msgid "Tomorrow %H:%M" -msgstr "" +msgstr "Amanhã %H:%M" #. Translators, please edit/rearrange these strftime(3) tokens to suit your locale! #. This format string is used for showing, on a 24-hour clock, events/appointments that happen this week. @@ -423,7 +431,7 @@ msgstr "" #. en_US example: "%a %H:%M" --> "Fri 13:00" #: ../src/utils.c:362 msgid "%a %H:%M" -msgstr "" +msgstr "%a %H:%M" #. Translators, please edit/rearrange these strftime(3) tokens to suit your locale! #. This format string is used for showing, on a 24-hour clock, events/appointments that happen over a week from now. @@ -433,7 +441,7 @@ msgstr "" #. en_GB example: "%a %b %d %H:%M" --> "Fri 31 Oct 13:00" #: ../src/utils.c:372 msgid "%a %d %b %H:%M" -msgstr "" +msgstr "%a, %b. %d %H:%M" #~ msgid "Error getting time" #~ msgstr "Erro na obtenção das horas" -- cgit v1.2.3