@@ -160,7 +160,7 @@ export function ControlBar({
160160 onChange = { microphoneOnChange }
161161 onDeviceError = { ( error ) => onDeviceError ?.( { source : Track . Source . Microphone , error } ) }
162162 >
163- { showText && 'Microphone ' }
163+ { showText && 'Микрофон ' }
164164 </ TrackToggle >
165165 < div className = "lk-button-group-menu" >
166166 < MediaDeviceMenu
@@ -180,7 +180,7 @@ export function ControlBar({
180180 onChange = { cameraOnChange }
181181 onDeviceError = { ( error ) => onDeviceError ?.( { source : Track . Source . Camera , error } ) }
182182 >
183- { showText && 'Camera ' }
183+ { showText && 'Камера ' }
184184 </ TrackToggle >
185185 < div className = "lk-button-group-menu" >
186186 < MediaDeviceMenu
@@ -200,25 +200,25 @@ export function ControlBar({
200200 onChange = { onScreenShareChange }
201201 onDeviceError = { ( error ) => onDeviceError ?.( { source : Track . Source . ScreenShare , error } ) }
202202 >
203- { showText && ( isScreenShareEnabled ? 'Stop screen share ' : 'Share screen ' ) }
203+ { showText && ( isScreenShareEnabled ? 'Остановить показ экрана ' : 'Поделиться экраном ' ) }
204204 </ TrackToggle >
205205 ) }
206206 { visibleControls . chat && (
207207 < ChatToggle >
208208 { showIcon && < ChatIcon /> }
209- { showText && 'Chat ' }
209+ { showText && 'Чат ' }
210210 </ ChatToggle >
211211 ) }
212212 { visibleControls . settings && (
213213 < SettingsMenuToggle >
214214 { showIcon && < GearIcon /> }
215- { showText && 'Settings ' }
215+ { showText && 'Настройки ' }
216216 </ SettingsMenuToggle >
217217 ) }
218218 { visibleControls . leave && (
219219 < DisconnectButton >
220220 { showIcon && < LeaveIcon /> }
221- { showText && 'Leave ' }
221+ { showText && 'Выйти ' }
222222 </ DisconnectButton >
223223 ) }
224224 < StartMediaButton />
0 commit comments