Fix some typos in English messages (found by codespell)
Signed-off-by: Stefan Weil <sw@weilnetz.de>master
parent
7c31205a3b
commit
ff080cb591
|
|
@ -31,7 +31,7 @@
|
||||||
"room.loggedIn": "You are logged in",
|
"room.loggedIn": "You are logged in",
|
||||||
"room.loggedOut": "You are logged out",
|
"room.loggedOut": "You are logged out",
|
||||||
"room.changedDisplayName": "Your display name changed to {displayName}",
|
"room.changedDisplayName": "Your display name changed to {displayName}",
|
||||||
"room.changeDisplayNameError": "An error occured while changing your display name",
|
"room.changeDisplayNameError": "An error occurred while changing your display name",
|
||||||
"room.chatError": "Unable to send chat message",
|
"room.chatError": "Unable to send chat message",
|
||||||
"room.aboutToJoin": "You are about to join a meeting",
|
"room.aboutToJoin": "You are about to join a meeting",
|
||||||
"room.roomId": "Room ID: {roomName}",
|
"room.roomId": "Room ID: {roomName}",
|
||||||
|
|
@ -125,7 +125,7 @@
|
||||||
"device.stopScreenSharing": "Stop screen sharing",
|
"device.stopScreenSharing": "Stop screen sharing",
|
||||||
|
|
||||||
"devices.microphoneDisconnected": "Microphone disconnected",
|
"devices.microphoneDisconnected": "Microphone disconnected",
|
||||||
"devices.microphoneError": "An error occured while accessing your microphone",
|
"devices.microphoneError": "An error occurred while accessing your microphone",
|
||||||
"devices.microPhoneMute": "Muted your microphone",
|
"devices.microPhoneMute": "Muted your microphone",
|
||||||
"devices.micophoneUnMute": "Unmuted your microphone",
|
"devices.micophoneUnMute": "Unmuted your microphone",
|
||||||
"devices.microphoneEnable": "Enabled your microphone",
|
"devices.microphoneEnable": "Enabled your microphone",
|
||||||
|
|
@ -133,8 +133,8 @@
|
||||||
"devices.microphoneUnMuteError": "Unable to unmute your microphone",
|
"devices.microphoneUnMuteError": "Unable to unmute your microphone",
|
||||||
|
|
||||||
"devices.screenSharingDisconnected" : "Screen sharing disconnected",
|
"devices.screenSharingDisconnected" : "Screen sharing disconnected",
|
||||||
"devices.screenSharingError": "An error occured while accessing your screen",
|
"devices.screenSharingError": "An error occurred while accessing your screen",
|
||||||
|
|
||||||
"devices.cameraDisconnected": "Camera disconnected",
|
"devices.cameraDisconnected": "Camera disconnected",
|
||||||
"devices.cameraError": "An error occured while accessing your camera"
|
"devices.cameraError": "An error occurred while accessing your camera"
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue