Skip to content

Commit a7a6d93

Browse files
committed
Add command, config and widget translations
1 parent c241dea commit a7a6d93

File tree

1 file changed

+33
-0
lines changed
  • core/src/main/resources/assets/speedruntimer/i18n

1 file changed

+33
-0
lines changed

core/src/main/resources/assets/speedruntimer/i18n/en_us.json

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,39 @@
33
"settings": {
44
"enabled": {
55
"name": "Enabled"
6+
},
7+
"countdownSound": {
8+
"name": "Play sound after countdown",
9+
"description": "If this option is enabled a sound will be played as soon as a countdown reaches 0."
10+
}
11+
},
12+
"hudWidget": {
13+
"speedruntimer_display": {
14+
"name": "Timer Display"
15+
}
16+
},
17+
"command": {
18+
"usage": "Usage: %s",
19+
"enterTimeValue": "Please enter a positive time value with one of these units: s, m, h, d, w, y",
20+
"noTimerRunning": "There is currently no timer running! You can start a timer with %s.",
21+
"start": {
22+
"alreadyRunning": "The timer is already running! You can reset the timer with %s.",
23+
"success": "The timer was started."
24+
},
25+
"pause": {
26+
"alreadyPaused": "The timer is already paused! You can resume the timer with %s.",
27+
"success": "The timer was paused."
28+
},
29+
"resume": {
30+
"notPaused": "The timer is not paused! You can pause the timer with %s.",
31+
"endedCountdown": "You can't resume an ended countdown! You can reset the timer with %s.",
32+
"success": "The timer was resumed."
33+
},
34+
"time": {
35+
"success": "The time was set to %s."
36+
},
37+
"reset": {
38+
"success": "The timer was reset."
639
}
740
}
841
}

0 commit comments

Comments
 (0)