Skip to content

Commit

Permalink
Update source file en.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Hanziness committed Mar 11, 2024
1 parent fe361dd commit 8bc0c3c
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,20 @@
"_description": "Timer will tick less frequently while in the background"
}
},
"sectionEndAction": {
"_title": "Section end behavior",
"_description": "What should happen when the timer runs out",
"_values": {
"continue": "Continue",
"stop": "Stop",
"skip": "Advance"
},
"_valueDescription": {
"continue": "Keep ticking",
"stop": "Stop the timer",
"skip": "Start the next section"
}
},
"schedule": {
"longPauseInterval": {
"_title": "Long Break interval",
Expand Down

0 comments on commit 8bc0c3c

Please sign in to comment.