summaryrefslogtreecommitdiff
path: root/noctalia/.config/plugins/privacy-indicator/i18n/en.json
blob: fa654188f453ae21a16c35265230f13e9e13d243 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
  "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"
    }
  }
}