up su Gitea

This commit is contained in:
2026-04-19 17:07:18 +02:00
parent e78ce720bb
commit fe54b28378
298 changed files with 23460 additions and 0 deletions
+36
View File
@@ -0,0 +1,36 @@
{
"description": "A bongo cat that sits in your bar and slaps when you type.",
"settings": {
"requirements": "Requirements",
"input-devices": "Input Devices",
"colours": "Colours",
"cat-size": "Cat Size",
"vertical-position": "Vertical Position",
"size-label": "Size:",
"y-offset-label": "Y Offset:",
"rave-mode": "Rave Mode",
"rave-mode-desc": "Change colors to the beat when music is playing",
"tappy-mode": "Tappy Mode",
"tappy-mode-desc": "Make the cat tap along to the beat when music is playing",
"mpris-filter": "MPRIS Filtering",
"mpris-filter-desc": "Only react to audio when a non-blacklisted media player is playing (uses Noctalia Shell audio blacklist)",
"evtest-installed": "evtest is installed",
"evtest-not-installed": "evtest is not installed",
"in-input-group": "User is in the input group",
"not-in-input-group": "User is not in the input group"
},
"colors": {
"default": "Default",
"primary": "Primary",
"secondary": "Secondary",
"tertiary": "Tertiary"
},
"toast": {
"auto-detect-success": "SlowBongo",
"auto-detect-success-desc": "Auto-detected keyboard devices",
"auto-detect-failed": "SlowBongo",
"auto-detect-failed-desc": "Could not detect keyboard devices. Please configure manually in settings.",
"evtest-error": "SlowBongo",
"evtest-error-desc": "Keyboard monitoring stopped unexpectedly. Restarting..."
}
}