Files
Dotfiles/noctalia/plugins/catwalk/i18n/en.json
T
2026-04-19 17:07:18 +02:00

23 lines
567 B
JSON

{
"panel": {
"cpuLabel": "CPU: {usage}%",
"title": "Catwalk"
},
"settings": {
"currentThreshold": "Current threshold: {value}%",
"hideBackground": {
"description": "Hide the background of the desktop widget",
"label": "Hide Background"
},
"minimumThreshold": {
"description": "CPU usage must be above this percentage for the cat to start running",
"label": "Minimum CPU Threshold"
},
"title": "Catwalk Settings"
},
"tooltip": {
"running": "Cat is running",
"sleeping": "Cat is sleeping"
}
}