Skip to content

Commit 0494de4

Browse files
authored
merge pull request #132 from Tonyyang0606/tryout
feat (timer): Dynamic duration adjustment during active sessions
2 parents b39bd55 + 409baaf commit 0494de4

File tree

5 files changed

+879
-773
lines changed

5 files changed

+879
-773
lines changed

locales/en.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@
2222
"update-chk" : "Update via GitHub",
2323
"update-refuse" : "Cancel",
2424
"update-lanzous" : "Update via Chinese server",
25+
"time_adjustment": "Time adjustment",
26+
"not_for_stopwatch": "Not available in stopwatch mode.",
2527
"no-update" : "No update available.",
2628
"no-update-msg" : "No update is here currently. Thanks for using wnr!",
2729
"update-web-problem" : "Unable check for update right now. ",
@@ -45,6 +47,7 @@
4547
"back" : "Back",
4648
"ended" : "End!",
4749
"version" : "version ",
50+
"adjust-time": "adjust time",
4851
"feedback-tip-part-4" : "!",
4952
"email-to" : "Send an email to me",
5053
"license-info" : "License Info",
@@ -144,6 +147,7 @@
144147
"focus-notify-body" : "focus mode will be on",
145148
"recover" : "Exit the mini mode",
146149
"mini-mode" : "Mini mode",
150+
"minus-mode" : "Reduce one minute of time",
147151
"mini-mode-msg" : "Mini mode: a separated, small floating window showing you the time left",
148152
"min-left" : "left",
149153
"statistics" : "Statistics",
@@ -389,5 +393,11 @@
389393
"can-redo-msg" : "Does that mean you want to restart this period of timing? ",
390394
"custom" : "custom",
391395
"custom-notify-sound" : "Custom notify sound: ",
392-
"input-url" : "Input file url"
396+
"input-url" : "Input file url",
397+
"decrease-5-minutes": "Decrease 5 minutes",
398+
"increase-5-minutes": "Increase 5 minutes",
399+
"decrease-1-minute": "Decrease 1 minute",
400+
"increase-1-minute": "Increase 1 minute",
401+
"decrease-15-seconds": "Decrease 15 seconds",
402+
"increase-15-seconds": "Increase 15 seconds"
393403
}

0 commit comments

Comments
 (0)