Compare commits

...

3 Commits

Author SHA1 Message Date
Tero Paloheimo fc24207e4d
Merge e995446cfc into 766e9a9795 2024-02-19 08:10:36 -07:00
Сергій 766e9a9795
Translated using Weblate (Ukrainian)
Currently translated at 100.0% (116 of 116 strings)

Translation: Safe Eyes/Translations
Translate-URL: https://hosted.weblate.org/projects/safe-eyes/translations/uk/
2024-02-15 14:01:56 +01:00
Tero Paloheimo e995446cfc Fix some typos 2023-12-30 20:01:40 +02:00
4 changed files with 10 additions and 10 deletions

View File

@ -6,17 +6,17 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: \n" "Project-Id-Version: \n"
"POT-Creation-Date: \n" "POT-Creation-Date: \n"
"PO-Revision-Date: 2021-08-18 00:37+0000\n" "PO-Revision-Date: 2024-02-15 13:01+0000\n"
"Last-Translator: Tymofii Lytvynenko <till.svit@gmail.com>\n" "Last-Translator: Сергій <sergiy.goncharuk.1@gmail.com>\n"
"Language-Team: Ukrainian <https://hosted.weblate.org/projects/safe-eyes/" "Language-Team: Ukrainian <https://hosted.weblate.org/projects/safe-eyes/"
"translations/uk/>\n" "translations/uk/>\n"
"Language: uk\n" "Language: uk\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" "Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && "
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" "n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Weblate 4.8-dev\n" "X-Generator: Weblate 5.4-dev\n"
# Short break # Short break
msgid "Tightly close your eyes" msgid "Tightly close your eyes"
@ -48,7 +48,7 @@ msgstr "Випийте води"
# Long break # Long break
msgid "Walk for a while" msgid "Walk for a while"
msgstr "Трохи походіть" msgstr "Прогуляйтесь"
# Long break # Long break
msgid "Lean back at your seat and relax" msgid "Lean back at your seat and relax"
@ -289,7 +289,7 @@ msgstr "Нова перерва"
# Settings dialog # Settings dialog
msgid "Remove" msgid "Remove"
msgstr "Видалити" msgstr "Вилучити"
# Settings dialog # Settings dialog
msgid "Discard" msgid "Discard"

View File

@ -78,7 +78,7 @@ def on_start_break(break_obj):
global session global session
session['breaks'] += 1 session['breaks'] += 1
# Screen time has stoped. # Screen time has stopped.
on_stop() on_stop()

View File

@ -84,7 +84,7 @@ def on_start_break(break_obj):
def on_exit(): def on_exit():
""" """
Uninitialize the registered notificaion. Uninitialize the registered notification.
""" """
logging.debug('Stop Notification plugin') logging.debug('Stop Notification plugin')
Notify.uninit() Notify.uninit()

View File

@ -28,7 +28,7 @@ from xmlrpc.client import ServerProxy
class RPCServer: class RPCServer:
""" """
An aynchronous RPC server. An asynchronous RPC server.
""" """
def __init__(self, port, context): def __init__(self, port, context):
self.__running = False self.__running = False