From 7f50d73616a708ce88aeb071dcc0f54c432fda62 Mon Sep 17 00:00:00 2001 From: Sergii Horichenko Date: Sat, 23 Apr 2022 11:14:20 +0000 Subject: Translated using Weblate (Ukrainian) Currently translated at 100.0% (34 of 34 strings) Translation: Ayatana Indicators/Datetime Applet Translate-URL: https://hosted.weblate.org/projects/ayatana-indicators/datetime-applet/uk/ --- po/uk.po | 41 ++++++++++++++++++++--------------------- 1 file changed, 20 insertions(+), 21 deletions(-) diff --git a/po/uk.po b/po/uk.po index 518ba88..4c9d40e 100644 --- a/po/uk.po +++ b/po/uk.po @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: ted@canonical.com\n" "POT-Creation-Date: 2020-08-22 00:11+0200\n" -"PO-Revision-Date: 2022-04-23 10:54+0000\n" +"PO-Revision-Date: 2022-04-23 12:18+0000\n" "Last-Translator: Sergii Horichenko \n" "Language-Team: Ukrainian \n" @@ -85,7 +85,7 @@ msgstr "%a, %e %b" #: ../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 :) @@ -95,7 +95,7 @@ msgstr "" #. zh_CN example(?): "%Y年%m月%d日" --> "2020年10月31日" #: ../src/formatter-desktop.cpp:163 msgid "%b %e %Y" -msgstr "" +msgstr "%e %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 :) @@ -105,12 +105,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. @@ -119,7 +119,7 @@ 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 @@ -132,38 +132,37 @@ msgstr "Годинник" #: ../src/menu.cpp:414 msgid "Time and Date Settings…" -msgstr "" +msgstr "Налаштування часу і дати…" #: ../src/menu.cpp:469 msgid "Date and Time" msgstr "Дата і час" #: ../src/menu.cpp:520 -#, fuzzy msgid "Time and Date" msgstr "Час і дата" #: ../src/menu.cpp:525 #, c-format msgid "%s (has alarms)" -msgstr "" +msgstr "%s (будильник)" #. * strftime(3) format for abbreviated weekday, #. hours, minutes in a 12h locale; e.g. Wed, 2:00 PM #: ../src/snap.cpp:126 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:130 msgid "%a, %H:%M" -msgstr "" +msgstr "%a, %H:%M" #: ../src/snap.cpp:133 #, c-format msgid "Alarm %s" -msgstr "" +msgstr "Будильник %s" #: ../src/snap.cpp:140 msgid "OK" @@ -171,7 +170,7 @@ msgstr "OK" #: ../src/snap.cpp:141 msgid "Snooze" -msgstr "" +msgstr "Відкласти" #: ../src/utils.c:274 msgid "Today" @@ -185,7 +184,7 @@ msgstr "Завтра" #: ../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. @@ -194,7 +193,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. @@ -203,7 +202,7 @@ msgstr "" #. en_US example: "Tomorrow %l:%M %p" --> "Tomorrow 1:00 PM" #: ../src/utils.c:313 msgid "Tomorrow %l:%M %p" -msgstr "" +msgstr "Завтра %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. @@ -212,7 +211,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. @@ -222,7 +221,7 @@ msgstr "" #. en_GB example: "%a %d %b %l:%M %p" --> "Fri 31 Oct 1:00 PM" #: ../src/utils.c:332 msgid "%a %d %b %l:%M %p" -msgstr "" +msgstr "%a, %d %b %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. @@ -231,7 +230,7 @@ msgstr "" #. en_US example: "Tomorrow %l:%M %p" --> "Tomorrow 13:00" #: ../src/utils.c:353 msgid "Tomorrow %H:%M" -msgstr "" +msgstr "Завтра %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. @@ -240,7 +239,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. @@ -250,7 +249,7 @@ msgstr "" #. en_GB example: "%a %d %b %H:%M" --> "Fri 31 Oct 13:00" #: ../src/utils.c:372 msgid "%a %d %b %H:%M" -msgstr "" +msgstr "%,a %d %b %H:%M" #~ msgid "Show the clock in the panel" #~ msgstr "Показати годинник на панелі" -- cgit v1.2.3