updated custom_timer; added kv for timer_screen.py, play sound for timer, json reading
This commit is contained in:
6
json/errors.json
Normal file
6
json/errors.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"no_time": "Не указано время таймера!",
|
||||
"negative_time": "Время таймера не может быть отрицательным!",
|
||||
"ss_mm_big": "Секунды и минуты не могут быть больше 59!",
|
||||
"hh_big": "Часы не могут быть больше 23!"
|
||||
}
|
||||
5
json/timer.json
Normal file
5
json/timer.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"sound_timer": "alarm-beep.mp3",
|
||||
"zero_time": "00:00:00",
|
||||
"custom_time": "00:00:12"
|
||||
}
|
||||
Reference in New Issue
Block a user