46 lines
1.1 KiB
JSON
46 lines
1.1 KiB
JSON
{
|
|
"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"
|
|
},
|
|
"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"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
} |