You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,9 +13,9 @@
13
13
</h4>
14
14
</div>
15
15
16
-
> **Warning:** now TimeKeeper only in Russian. I will add new translations (English for example) to version 1.0.0.
16
+
> **Note 0:** now TimeKeeper have English and Russian translations.
17
17
>
18
-
> **Note:** the Windows build of program hasn't been signed yet and I don't think I will ever sign it. I don't have time for this now, so deal with the program signature yourself.
18
+
> **Note 1:** the Windows build of program hasn't been signed yet and I don't think I will ever sign it. I don't have time for this now, so deal with the program signature yourself.
pref_notifications_tooltip = If the checkbox is selected, TimeKeeper will send notifications to the desktop. If the checkbox is unchecked, a modal window with a countdown to continue work will open on top of all windows instead of notifications
61
+
pref_work_slider_tooltip =
62
+
The change step is 10 minutes. Press Shift
63
+
to change the time in minute increments
64
+
pref_work_change = Time changes from 30 minutes to 3 hours
65
+
pref_break_slider_tooltip =
66
+
Time change by the minute. Press Shift to
67
+
set the time in 10-minute increments
68
+
pref_break_change = Time changes from 1 to 30 minutes
break_notification = Пришла пора немного передохнУть. Или передОхнуть.
6
+
7
+
#############
8
+
# MAIN PAGE #
9
+
#############
10
+
11
+
# Labels
12
+
work = Работа
13
+
break = Перерыв
14
+
15
+
# Control buttons
16
+
start = Старт
17
+
pause = Пауза
18
+
stop = Стоп
19
+
20
+
# Statistics subpage
21
+
stats_date = Дата:
22
+
stats_type = Тип:
23
+
stats_duration = Длит.:
24
+
empty_stats = Статистика пуста...
25
+
ten_cycles = Показываются последние 10 циклов
26
+
27
+
# Footer buttons
28
+
preferences = Настройки
29
+
about = О программе
30
+
show-stats = Показать статистику
31
+
hide-stats = Скрыть статистику
32
+
33
+
34
+
##############
35
+
# ABOUT PAGE #
36
+
##############
37
+
38
+
about_version = Версия
39
+
about_idea = Идея и реализация
40
+
about_other = Другие участники
41
+
about_internet = TimeKeeper в интернете
42
+
about_site = Сайт
43
+
about_repo = Репозиторий
44
+
45
+
about_id1 = {$name}: дизайн; текст проекта
46
+
about_id2 = {$name}: тестирование; текст проекта
47
+
48
+
49
+
####################
50
+
# PREFERENCES PAGE #
51
+
####################
52
+
53
+
pref_header = Настройки
54
+
55
+
pref_break_alerts = Оповещ. о перерыве
56
+
pref_notifications = Уведомления
57
+
pref_save = Сохранить
58
+
pref_close = Закрыть
59
+
pref_notifications_tooltip = Если установлен флажок, то TimeKeeper будет отсылать уведомления на рабочий стол. Если флажок не стоит, то вместо уведомлений поверх всех окон будет открываться модальное окно с обратным отсчётом времени до продолжения работы
60
+
pref_work_slider_tooltip =
61
+
Шаг изменения - 10 минут. Зажмите
62
+
Shift, чтобы изменять время поминутно
63
+
pref_work_change = Время изменяется от 30 минут до 3 часов
64
+
pref_break_slider_tooltip =
65
+
Изменение времени поминутно. Зажмите
66
+
Shift, чтобы установить шаг в 10 минут
67
+
pref_break_change = Время изменяется от 1 до 30 минут
0 commit comments