Fixes missing strings.
This commit is contained in:
parent
437bdb92be
commit
8886bcdb73
|
@ -122,6 +122,7 @@
|
||||||
"tryAgainButton": "Try again in desktop"
|
"tryAgainButton": "Try again in desktop"
|
||||||
},
|
},
|
||||||
"defaultLink": "e.g. {{url}}",
|
"defaultLink": "e.g. {{url}}",
|
||||||
|
"defaultNickname": "ex. Jane Pink",
|
||||||
"deviceError": {
|
"deviceError": {
|
||||||
"cameraError": "Failed to access your camera",
|
"cameraError": "Failed to access your camera",
|
||||||
"cameraPermission": "Error obtaining camera permission",
|
"cameraPermission": "Error obtaining camera permission",
|
||||||
|
@ -664,10 +665,12 @@
|
||||||
"audioOnlyExpanded": "You are in audio only mode. This mode saves bandwidth but you won't see videos of others.",
|
"audioOnlyExpanded": "You are in audio only mode. This mode saves bandwidth but you won't see videos of others.",
|
||||||
"callQuality": "Video Quality",
|
"callQuality": "Video Quality",
|
||||||
"hd": "HD",
|
"hd": "HD",
|
||||||
|
"hdTooltip": "Viewing high definition video",
|
||||||
"highDefinition": "High definition",
|
"highDefinition": "High definition",
|
||||||
"labelTooiltipNoVideo": "No video",
|
"labelTooiltipNoVideo": "No video",
|
||||||
"labelTooltipAudioOnly": "Audio-only mode enabled",
|
"labelTooltipAudioOnly": "Audio-only mode enabled",
|
||||||
"ld": "LD",
|
"ld": "LD",
|
||||||
|
"ldTooltip": "Viewing low definition video",
|
||||||
"lowDefinition": "Low definition",
|
"lowDefinition": "Low definition",
|
||||||
"onlyAudioAvailable": "Only audio is available",
|
"onlyAudioAvailable": "Only audio is available",
|
||||||
"onlyAudioSupported": "We only support audio in this browser.",
|
"onlyAudioSupported": "We only support audio in this browser.",
|
||||||
|
@ -675,6 +678,7 @@
|
||||||
"p2pVideoQualityDescription": "In peer to peer mode, received video quality can only be toggled between high and audio only. Other settings will not be honored until peer to peer is exited.",
|
"p2pVideoQualityDescription": "In peer to peer mode, received video quality can only be toggled between high and audio only. Other settings will not be honored until peer to peer is exited.",
|
||||||
"recHighDefinitionOnly": "Will prefer high definition.",
|
"recHighDefinitionOnly": "Will prefer high definition.",
|
||||||
"sd": "SD",
|
"sd": "SD",
|
||||||
|
"sdTooltip": "Viewing standard definition video",
|
||||||
"standardDefinition": "Standard definition"
|
"standardDefinition": "Standard definition"
|
||||||
},
|
},
|
||||||
"videothumbnail": {
|
"videothumbnail": {
|
||||||
|
|
Loading…
Reference in New Issue