mirror of
https://github.com/hcengineering/platform.git
synced 2026-08-21 03:42:24 +02:00
Signed-off-by: Alexander Onnikov <Alexander.Onnikov@xored.com>
19 lines
492 B
JSON
19 lines
492 B
JSON
{
|
|
"string": {
|
|
"Camera": "Camera",
|
|
"Microphone": "Microphone",
|
|
"Speaker": "Speaker",
|
|
"DefaultCam": "Default camera",
|
|
"DefaultMic": "Default microphone",
|
|
"DefaultSpeaker": "Default speaker",
|
|
"TurnOnCam": "Turn on camera",
|
|
"TurnOffCam": "Turn off camera",
|
|
"TurnOnMic": "Turn on microphone",
|
|
"TurnOffMic": "Turn off microphone",
|
|
"NoCam": "No camera",
|
|
"NoMic": "No microphone",
|
|
"NoSpeaker": "No speaker",
|
|
"On": "On",
|
|
"Off": "Off"
|
|
}
|
|
} |