summaryrefslogtreecommitdiff
path: root/.config/noctalia/plugins/timer/i18n/en.json
blob: bdfa72202435b25a4f26fb24f5cb145907b9c334 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "panel": {
    "countdown": "Countdown",
    "pause": "Pause",
    "reset": "Reset",
    "resume": "Resume",
    "settings": "Widget Settings",
    "start": "Start",
    "stopwatch": "Stopwatch",
    "title": "Timer"
  },
  "settings": {
    "compact-mode": "Compact Mode",
    "compact-mode-desc": "Hide the circular progress bar for a cleaner look"
  },
  "toast": {
    "finished": "Timer finished!",
    "title": "Timer"
  }
}