summaryrefslogtreecommitdiff
path: root/noctalia/.config/plugins/privacy-indicator/i18n/en.json
diff options
context:
space:
mode:
authorseraphim <18ycm9tx@anonaddy.me>2026-07-31 14:03:07 +0700
committerseraphim <18ycm9tx@anonaddy.me>2026-07-31 14:03:07 +0700
commit4835f660f9435fa64336daaaae1ea3cab1dfbee6 (patch)
tree45524b7f7cdb6009fa85558cea44678b2b563a43 /noctalia/.config/plugins/privacy-indicator/i18n/en.json
parent59226408d8bc950d7ec8c21623f28b5f7de8fce0 (diff)
mouse
Diffstat (limited to 'noctalia/.config/plugins/privacy-indicator/i18n/en.json')
-rw-r--r--noctalia/.config/plugins/privacy-indicator/i18n/en.json58
1 files changed, 0 insertions, 58 deletions
diff --git a/noctalia/.config/plugins/privacy-indicator/i18n/en.json b/noctalia/.config/plugins/privacy-indicator/i18n/en.json
deleted file mode 100644
index fa65418..0000000
--- a/noctalia/.config/plugins/privacy-indicator/i18n/en.json
+++ /dev/null
@@ -1,58 +0,0 @@
-{
- "menu": {
- "settings": "Widget settings"
- },
- "settings": {
- "activeColor": {
- "desc": "Color of the icons when active.",
- "label": "Active icon color"
- },
- "hideInactive": {
- "desc": "Hide microphone, camera, and screen icons when there are inactive.",
- "label": "Hide inactive states"
- },
- "enableToast": {
- "desc": "Show toast messages when one of the states changes.",
- "label": "Enable toast notifications"
- },
- "inactiveColor": {
- "desc": "Color of the icons when inactive.",
- "label": "Inactive icon color"
- },
- "iconSpacing": {
- "desc": "Set the spacing between the icons.",
- "label": "Icon spacing"
- },
- "removeMargins": {
- "desc": "Remove all outer margins of the widget.",
- "label": "Remove margins"
- },
- "micFilterRegex": {
- "desc": "Regex pattern to filter out microphone applications. Matching apps are completely excluded from detection.",
- "label": "Microphone filter regex"
- },
- "camFilterRegex": {
- "desc": "Regex pattern to filter out camera applications. Matching apps are completely excluded from detection.",
- "label": "Camera filter regex"
- }
- },
- "tooltip": {
- "cam-on": "Camera: {apps}",
- "mic-on": "Microphone: {apps}",
- "screen-on": "Screen sharing: {apps}"
- },
- "toast": {
- "cam-on": "Camera is active",
- "mic-on": "Microphone is active",
- "screen-on": "Screen sharing is active"
- },
- "history": {
- "title": "Access History",
- "empty": "No recent access",
- "clear": "Clear",
- "action": {
- "started": "Started",
- "stopped": "Stopped"
- }
- }
-}