Skip to content

Commit 9ef0409

Browse files
authored
Merge pull request #131 from Stigmatoz/pomodoro
Pomodoro
2 parents afff0cd + 7ad9068 commit 9ef0409

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+1033
-89
lines changed

src/_locales/de/messages.json

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,53 @@
128128
"notificationsSettings": {
129129
"message": "Benachrichtigungen"
130130
},
131+
"pomodoroMode": {
132+
"message": "Pomodoro"
133+
},
134+
"pomodoroSettings": {
135+
"message": "Pomodoro Einstellungen"
136+
},
137+
"pomodoro": {
138+
"message": "Pomodoro",
139+
"description": "Die Pomodoro-Methode ist eine Zeitmanagementtechnik, die auf dem Wechsel von konzentrierten Arbeits- und Ruhephasen basiert. Bei der klassischen Pomodoro-Methode dauert die Arbeitsphase 25 Minuten und die Ruhephase 5 Minuten."
140+
},
141+
"pomodoroExplanationIcon": {
142+
"message": "Wenn der Pomodoro-Modus aktiviert ist und der Betriebsmodus aktiv ist, sehen Sie dieses Symbol",
143+
"description": "Während der Ruhezeiten sehen Sie dieses Erweiterungssymbol"
144+
},
145+
"pomodoroExplanationTime": {
146+
"message": "Während des Pomodoro-Modus berücksichtigt die Erweiterung weiterhin die Zeit, die Sie auf den Seiten verbracht haben, alle Grenzen und Benachrichtigungen funktionieren."
147+
},
148+
"pomodoroExplanationStop": {
149+
"message": "Nach dem Drücken von 'Stop' werden die Betriebs- und Ruhezeiten auf Null zurückgesetzt."
150+
},
151+
"pomodoroWork": {
152+
"message": "Zeitraum der Arbeit"
153+
},
154+
"pomodoroRest": {
155+
"message": "Ruhezeit"
156+
},
157+
"pomodoroFrequency": {
158+
"message": "Anzahl der Wiederholungen"
159+
},
160+
"start": {
161+
"message": "Starten Sie"
162+
},
163+
"stop": {
164+
"message": "Stop"
165+
},
166+
"pomodoroIsEnabled": {
167+
"message": "Der Pomodoro-Modus ist aktiviert"
168+
},
169+
"pomodoroSoundAfter": {
170+
"message": "Ton nach vollständiger Periode"
171+
},
172+
"clickToPreview": {
173+
"message": "Zum Anhören klicken"
174+
},
175+
"sound": {
176+
"message": "Ton"
177+
},
131178
"aboutSettings": {
132179
"message": "Über die Erweiterung"
133180
},
@@ -316,6 +363,10 @@
316363
"message": "Möchten Sie Kurzfilme, Kommentare, empfohlene Videos, Abonnements und andere YouTube-Ablenkungen blockieren? Wir haben eine weitere Erweiterung erstellt, mit der Sie YouTube ohne Ablenkung ansehen können.",
317364
"description": "Install"
318365
},
366+
"completelyBlocked": {
367+
"message": "Vollständig blockiert",
368+
"description": "Vollständig blockieren"
369+
},
319370
"tryMyOtherApps": {
320371
"message": "Probieren Sie meine anderen Apps aus"
321372
},

src/_locales/en/messages.json

Lines changed: 52 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"message": "Web Activity Time Tracker - Block Sites"
44
},
55
"extDescription": {
6-
"message": "Time tracking of your web activity, limit and block distracting websites. Monitor your web usage."
6+
"message": "Track time of your web activity, limit and block distracting websites. Monitor your web usage."
77
},
88
"settings": {
99
"message": "Settings"
@@ -128,6 +128,53 @@
128128
"notificationsSettings": {
129129
"message": "Notifications"
130130
},
131+
"pomodoroMode": {
132+
"message": "Pomodoro"
133+
},
134+
"pomodoroSettings": {
135+
"message": "Pomodoro Settings"
136+
},
137+
"pomodoro": {
138+
"message": "Pomodoro",
139+
"description": "The Pomodoro method is a time management technique based on alternating periods of focused work and rest. According to the classics of the Pomodoro method, the work period lasts 25 minutes, the rest period is 5 minutes."
140+
},
141+
"pomodoroExplanationIcon": {
142+
"message": "When Pomodoro mode is on and operation mode is active, you will see this icon",
143+
"description": "During rest periods, you will see this extension icon"
144+
},
145+
"pomodoroExplanationTime": {
146+
"message": "During Pomodoro mode, the extension continues to take into account the time you spent on the sites, all limits and notifications work."
147+
},
148+
"pomodoroExplanationStop": {
149+
"message": "After clicking 'Stop', work and rest time is reset to zero."
150+
},
151+
"pomodoroWork": {
152+
"message": "Period of work"
153+
},
154+
"pomodoroRest": {
155+
"message": "Period of rest"
156+
},
157+
"pomodoroFrequency": {
158+
"message": "Number of repetitions"
159+
},
160+
"start": {
161+
"message": "Run"
162+
},
163+
"stop": {
164+
"message": "Stop"
165+
},
166+
"pomodoroIsEnabled": {
167+
"message": "Pomodoro Mode is enabled"
168+
},
169+
"pomodoroSoundAfter": {
170+
"message": "Sound after complete period"
171+
},
172+
"clickToPreview": {
173+
"message": "Click to listen"
174+
},
175+
"sound": {
176+
"message": "Sound"
177+
},
131178
"aboutSettings": {
132179
"message": "About"
133180
},
@@ -316,6 +363,10 @@
316363
"message": "Only time intervals greater than",
317364
"description": "are shown"
318365
},
366+
"completelyBlocked": {
367+
"message": "Completely Blocked",
368+
"description": "Completely Block"
369+
},
319370
"tryMyOtherApps": {
320371
"message": "Try my other apps"
321372
},

src/_locales/ru/messages.json

Lines changed: 52 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,53 @@
128128
"notificationsSettings": {
129129
"message": "Уведомления"
130130
},
131+
"pomodoroMode": {
132+
"message": "Pomodoro"
133+
},
134+
"pomodoroSettings": {
135+
"message": "Настройки Pomodoro"
136+
},
137+
"pomodoro": {
138+
"message": "Pomodoro",
139+
"description": "Метод Pomodoro — это техника тайм-менеджмента, завязанная на чередовании периодов сфокусированной работы и отдыха. По классике метода помодоро период работы длится 25 минут, период отдыха 5 минут."
140+
},
141+
"pomodoroExplanationIcon": {
142+
"message": "Когда режим Pomodoro включен и активен режим работы, то вы будете видеть эту иконку",
143+
"description": "В периоды отдыха вы будете видеть эту иконку расширения"
144+
},
145+
"pomodoroExplanationTime": {
146+
"message": "Во время режима Pomodoro, расширение продолжает учитывать время, которые вы провели на сайтах,работают все лимиты и уведомления."
147+
},
148+
"pomodoroExplanationStop": {
149+
"message": "После нажатия 'Остановить', время работы и отдыха обнуляется."
150+
},
151+
"pomodoroWork": {
152+
"message": "Период работы"
153+
},
154+
"pomodoroRest": {
155+
"message": "Период отдыха"
156+
},
157+
"pomodoroFrequency": {
158+
"message": "Количество повторов"
159+
},
160+
"start": {
161+
"message": "Запустить"
162+
},
163+
"stop": {
164+
"message": "Остановить"
165+
},
166+
"pomodoroIsEnabled": {
167+
"message": "Режим Pomodoro включен"
168+
},
169+
"pomodoroSoundAfter": {
170+
"message": "Воспроизведение после завершения периода"
171+
},
172+
"clickToPreview": {
173+
"message": "Нажмите для прослушивания"
174+
},
175+
"sound": {
176+
"message": "Мелодия"
177+
},
131178
"aboutSettings": {
132179
"message": "\u041E программе"
133180
},
@@ -310,13 +357,17 @@
310357
"message": "По часам"
311358
},
312359
"intervals": {
313-
"message": "Интервальны",
360+
"message": "Интервалы",
314361
"description": "Отображаются только временные интервалы, превышающие 5 секунд"
315362
},
316363
"intervalsChart": {
317364
"message": "Отображаются только временные интервалы, превышающие",
318365
"description": ""
319366
},
367+
"completelyBlocked": {
368+
"message": "Полностью заблокирован",
369+
"description": "Полностью заблокировать"
370+
},
320371
"tryMyOtherApps": {
321372
"message": "Попробуйте другие мои приложения"
322373
},

src/_locales/zh_CN/messages.json

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,53 @@
128128
"notificationsSettings": {
129129
"message": "通知"
130130
},
131+
"pomodoroMode": {
132+
"message": "Pomodoro"
133+
},
134+
"pomodoroSettings": {
135+
"message": "Pomodoro 设置"
136+
},
137+
"pomodoro": {
138+
"message": "Pomodoro",
139+
"description": "Pomodoro 工作法是一种时间管理技术,以交替集中工作和休息为基础。根据经典的 Pomodoro 方法,工作时间为 25 分钟,休息时间为 5 分钟。"
140+
},
141+
"pomodoroExplanationIcon": {
142+
"message": "启用 Pomodoro 模式并激活操作模式后,您将看到以下图标",
143+
"description": "在休息时间,您会看到这个扩展图标"
144+
},
145+
"pomodoroExplanationTime": {
146+
"message": "在 Pomodoro 模式下,扩展会继续考虑你在网站上花费的时间、所有限制和通知。"
147+
},
148+
"pomodoroExplanationStop": {
149+
"message": "按下 '停止' 键后,运行时间和休息时间将重置为零"
150+
},
151+
"pomodoroWork": {
152+
"message": "工作期限"
153+
},
154+
"pomodoroRest": {
155+
"message": "休息时间"
156+
},
157+
"pomodoroFrequency": {
158+
"message": "重复次数"
159+
},
160+
"start": {
161+
"message": "启动"
162+
},
163+
"stop": {
164+
"message": "停止"
165+
},
166+
"pomodoroIsEnabled": {
167+
"message": "番茄钟模式已启用"
168+
},
169+
"pomodoroSoundAfter": {
170+
"message": "完整时段后的声音"
171+
},
172+
"clickToPreview": {
173+
"message": "点击收听"
174+
},
175+
"sound": {
176+
"message": "声音"
177+
},
131178
"aboutSettings": {
132179
"message": "关于"
133180
},
@@ -316,6 +363,10 @@
316363
"message": "您想屏蔽短片、评论、推荐视频、订阅和其他 YouTube 干扰内容吗? 我们创建了另一个扩展程序,可帮助您不受干扰地观看 YouTube",
317364
"description": "安装"
318365
},
366+
"completelyBlocked": {
367+
"message": "完全封锁",
368+
"description": "完全封锁"
369+
},
319370
"tryMyOtherApps": {
320371
"message": "试试我的其他应用程序"
321372
},

src/assets/css/dark.css

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
.dark .headerBlock .icons-block a:hover{
99
filter: invert(40%) sepia(94%) saturate(3371%) hue-rotate(227deg) brightness(99%) contrast(92%);
1010
}
11-
.dark .headerBlock .icons-block a img {
11+
.dark .headerBlock .icons-block a.filter img {
1212
filter: invert(100%) sepia(17%) saturate(0%) hue-rotate(24deg) brightness(103%) contrast(102%);
1313
}
1414
.dark .header-block {
@@ -63,4 +63,10 @@
6363
}
6464
.dark .container p.value{
6565
color: black;
66+
}
67+
.dark .review-block p{
68+
color:#303030;
69+
}
70+
.dark .pomodoro-popup-block p{
71+
color:#303030;
6672
}

src/assets/css/dashboard.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ body {
2121
}
2222

2323
.description {
24-
font-size: 13px;
24+
font-size: 14px;
2525
color: grey;
2626
margin: 7px 0 15px 0;
2727
font-weight: normal;
@@ -49,7 +49,7 @@ body {
4949
margin-left: 10px;
5050
}
5151

52-
input[type='text'] {
52+
input[type='number'],input[type='text'] {
5353
height: 36px;
5454
padding: 0 0 0 5px;
5555
width: 400px;

src/assets/css/general.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@
2929
.mb-20 {
3030
margin-bottom: 20px;
3131
}
32+
.ml-5 {
33+
margin-left: 5px;
34+
}
3235
.ml-10 {
3336
margin-left: 10px;
3437
}
@@ -57,6 +60,10 @@
5760
text-align: center;
5861
}
5962

63+
.mt-10 {
64+
margin-top: 10px;
65+
}
66+
6067
.mt-15 {
6168
margin-top: 15px;
6269
}

src/assets/icons/pomodoro-rest.png

3.27 KB
Loading

src/assets/icons/pomodoro.png

7.29 KB
Loading

src/assets/icons/pomodoro.svg

Lines changed: 3 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)