mirror of
https://github.com/hcengineering/platform.git
synced 2026-08-22 12:22:23 +02:00
21 lines
556 B
JSON
21 lines
556 B
JSON
{
|
|
"string": {
|
|
"Camera": "Fotocamera",
|
|
"Microphone": "Microfono",
|
|
"Speaker": "Altoparlante",
|
|
"DefaultCam": "Fotocamera predefinita",
|
|
"DefaultMic": "Microfono predefinito",
|
|
"DefaultSpeaker": "Altoparlante predefinito",
|
|
"TurnOnCam": "Attiva fotocamera",
|
|
"TurnOffCam": "Disattiva fotocamera",
|
|
"TurnOnMic": "Attiva microfono",
|
|
"TurnOffMic": "Disattiva microfono",
|
|
"NoCam": "Nessuna fotocamera",
|
|
"NoMic": "Nessun microfono",
|
|
"NoSpeaker": "Nessun altoparlante",
|
|
"On": "Acceso",
|
|
"Off": "Spento"
|
|
}
|
|
}
|
|
|