diff --git a/ios/brave-ios/App/Client.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved b/ios/brave-ios/App/Client.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved index 926fc6082415..ba62fcb607d1 100644 --- a/ios/brave-ios/App/Client.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ b/ios/brave-ios/App/Client.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -74,7 +74,7 @@ { "identity" : "static", "kind" : "remoteSourceControl", - "location" : "https://github.com/venmo/static", + "location" : "https://github.com/venmo/Static", "state" : { "revision" : "622a6804d39515600ead16e6259cb5d5e50f40df" } @@ -156,7 +156,7 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/jitsi/webrtc", "state" : { - "revision" : "83690c8ecfd2d745eb0a41c77de6c4e740c18b80" + "revision" : "f20affccefa9c096a64ca15066f4b786a2ada1f6" } }, { diff --git a/ios/brave-ios/Sources/BraveTalk/BraveTalkConferencingOptions.swift b/ios/brave-ios/Sources/BraveTalk/BraveTalkConferencingOptions.swift index 52c7957d71ec..8d7079587ec4 100644 --- a/ios/brave-ios/Sources/BraveTalk/BraveTalkConferencingOptions.swift +++ b/ios/brave-ios/Sources/BraveTalk/BraveTalkConferencingOptions.swift @@ -15,6 +15,8 @@ extension JitsiMeetConferenceOptions { builder.serverURL = URL(string: "https://8x8.vc") builder.setFeatureFlag("calendar.enabled", withBoolean: false) builder.setFeatureFlag("resolution", withValue: 360) + builder.setFeatureFlag("add-people.enabled", withBoolean: false) + builder.setFeatureFlag("invite-dial-in.enabled", withBoolean: false) builder.setSubject("Brave Talk") builder.setConfigOverride("localSubject", withValue: "Brave Talk") builder.setConfigOverride("analytics", with: ["disabled": true, "rtcstatsEnabled": false]) @@ -47,6 +49,7 @@ extension JitsiMeetConferenceOptions { builder.setConfigOverride("transcribingEnabled", withBoolean: false) builder.setConfigOverride("useHostPageLocalStorage", withBoolean: true) builder.setConfigOverride("videoQuality", with: ["persist": true]) + builder.setConfigOverride("testing.mobileXmppWsThreshold", withValue: 100) } } } diff --git a/third_party/ios_deps/JitsiMeet/JitsiMeetSDK.xcframework/Info.plist b/third_party/ios_deps/JitsiMeet/JitsiMeetSDK.xcframework/Info.plist index cfc8027ce93b..f2d669dade83 100644 --- a/third_party/ios_deps/JitsiMeet/JitsiMeetSDK.xcframework/Info.plist +++ b/third_party/ios_deps/JitsiMeet/JitsiMeetSDK.xcframework/Info.plist @@ -6,30 +6,30 @@ LibraryIdentifier - ios-arm64_x86_64-simulator + ios-arm64 LibraryPath JitsiMeetSDK.framework SupportedArchitectures arm64 - x86_64 SupportedPlatform ios - SupportedPlatformVariant - simulator LibraryIdentifier - ios-arm64 + ios-arm64_x86_64-simulator LibraryPath JitsiMeetSDK.framework SupportedArchitectures arm64 + x86_64 SupportedPlatform ios + SupportedPlatformVariant + simulator CFBundlePackageType diff --git a/third_party/ios_deps/JitsiMeet/JitsiMeetSDK.xcframework/ios-arm64/JitsiMeetSDK.framework/AccessibilityResources.bundle/Info.plist b/third_party/ios_deps/JitsiMeet/JitsiMeetSDK.xcframework/ios-arm64/JitsiMeetSDK.framework/AccessibilityResources.bundle/Info.plist index 5fbc9aa9c77d..1fb9b4a574a3 100644 Binary files a/third_party/ios_deps/JitsiMeet/JitsiMeetSDK.xcframework/ios-arm64/JitsiMeetSDK.framework/AccessibilityResources.bundle/Info.plist and b/third_party/ios_deps/JitsiMeet/JitsiMeetSDK.xcframework/ios-arm64/JitsiMeetSDK.framework/AccessibilityResources.bundle/Info.plist differ diff --git a/third_party/ios_deps/JitsiMeet/JitsiMeetSDK.xcframework/ios-arm64/JitsiMeetSDK.framework/Info.plist b/third_party/ios_deps/JitsiMeet/JitsiMeetSDK.xcframework/ios-arm64/JitsiMeetSDK.framework/Info.plist index e826d9d1f2ac..833a4cd9a940 100644 Binary files a/third_party/ios_deps/JitsiMeet/JitsiMeetSDK.xcframework/ios-arm64/JitsiMeetSDK.framework/Info.plist and b/third_party/ios_deps/JitsiMeet/JitsiMeetSDK.xcframework/ios-arm64/JitsiMeetSDK.framework/Info.plist differ diff --git a/third_party/ios_deps/JitsiMeet/JitsiMeetSDK.xcframework/ios-arm64/JitsiMeetSDK.framework/JitsiMeetSDK b/third_party/ios_deps/JitsiMeet/JitsiMeetSDK.xcframework/ios-arm64/JitsiMeetSDK.framework/JitsiMeetSDK index 1896b3333ab2..b2e57806d611 100755 Binary files a/third_party/ios_deps/JitsiMeet/JitsiMeetSDK.xcframework/ios-arm64/JitsiMeetSDK.framework/JitsiMeetSDK and b/third_party/ios_deps/JitsiMeet/JitsiMeetSDK.xcframework/ios-arm64/JitsiMeetSDK.framework/JitsiMeetSDK differ diff --git a/third_party/ios_deps/JitsiMeet/JitsiMeetSDK.xcframework/ios-arm64/JitsiMeetSDK.framework/Modules/JitsiMeetSDK.swiftmodule/arm64-apple-ios.abi.json b/third_party/ios_deps/JitsiMeet/JitsiMeetSDK.xcframework/ios-arm64/JitsiMeetSDK.framework/Modules/JitsiMeetSDK.swiftmodule/arm64-apple-ios.abi.json index be7d827bc014..5cd016cf98bf 100644 --- a/third_party/ios_deps/JitsiMeet/JitsiMeetSDK.xcframework/ios-arm64/JitsiMeetSDK.framework/Modules/JitsiMeetSDK.swiftmodule/arm64-apple-ios.abi.json +++ b/third_party/ios_deps/JitsiMeet/JitsiMeetSDK.xcframework/ios-arm64/JitsiMeetSDK.framework/Modules/JitsiMeetSDK.swiftmodule/arm64-apple-ios.abi.json @@ -1047,6 +1047,202 @@ "offset": 1992, "length": 5, "value": "false" + }, + { + "filePath": "\/usr\/local\/var\/jenkins\/workspace\/jitsi-meet-ios-sdk\/jitsi-meet\/ios\/sdk\/src\/picture-in-picture\/PiPViewCoordinator.swift", + "kind": "BooleanLiteral", + "offset": 2762, + "length": 4, + "value": "true" + }, + { + "filePath": "\/usr\/local\/var\/jenkins\/workspace\/jitsi-meet-ios-sdk\/jitsi-meet\/ios\/sdk\/src\/picture-in-picture\/PiPViewCoordinator.swift", + "kind": "IntegerLiteral", + "offset": 3503, + "length": 1, + "value": "1" + }, + { + "filePath": "\/usr\/local\/var\/jenkins\/workspace\/jitsi-meet-ios-sdk\/jitsi-meet\/ios\/sdk\/src\/picture-in-picture\/PiPViewCoordinator.swift", + "kind": "BooleanLiteral", + "offset": 3535, + "length": 5, + "value": "false" + }, + { + "filePath": "\/usr\/local\/var\/jenkins\/workspace\/jitsi-meet-ios-sdk\/jitsi-meet\/ios\/sdk\/src\/picture-in-picture\/PiPViewCoordinator.swift", + "kind": "IntegerLiteral", + "offset": 3566, + "length": 1, + "value": "0" + }, + { + "filePath": "\/usr\/local\/var\/jenkins\/workspace\/jitsi-meet-ios-sdk\/jitsi-meet\/ios\/sdk\/src\/picture-in-picture\/PiPViewCoordinator.swift", + "kind": "IntegerLiteral", + "offset": 3663, + "length": 1, + "value": "1" + }, + { + "filePath": "\/usr\/local\/var\/jenkins\/workspace\/jitsi-meet-ios-sdk\/jitsi-meet\/ios\/sdk\/src\/picture-in-picture\/PiPViewCoordinator.swift", + "kind": "IntegerLiteral", + "offset": 3867, + "length": 1, + "value": "0" + }, + { + "filePath": "\/usr\/local\/var\/jenkins\/workspace\/jitsi-meet-ios-sdk\/jitsi-meet\/ios\/sdk\/src\/picture-in-picture\/PiPViewCoordinator.swift", + "kind": "IntegerLiteral", + "offset": 3965, + "length": 1, + "value": "0" + }, + { + "filePath": "\/usr\/local\/var\/jenkins\/workspace\/jitsi-meet-ios-sdk\/jitsi-meet\/ios\/sdk\/src\/picture-in-picture\/PiPViewCoordinator.swift", + "kind": "BooleanLiteral", + "offset": 4005, + "length": 4, + "value": "true" + }, + { + "filePath": "\/usr\/local\/var\/jenkins\/workspace\/jitsi-meet-ios-sdk\/jitsi-meet\/ios\/sdk\/src\/picture-in-picture\/PiPViewCoordinator.swift", + "kind": "BooleanLiteral", + "offset": 4357, + "length": 4, + "value": "true" + }, + { + "filePath": "\/usr\/local\/var\/jenkins\/workspace\/jitsi-meet-ios-sdk\/jitsi-meet\/ios\/sdk\/src\/picture-in-picture\/PiPViewCoordinator.swift", + "kind": "Array", + "offset": 4443, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/usr\/local\/var\/jenkins\/workspace\/jitsi-meet-ios-sdk\/jitsi-meet\/ios\/sdk\/src\/picture-in-picture\/PiPViewCoordinator.swift", + "kind": "BooleanLiteral", + "offset": 5163, + "length": 5, + "value": "false" + }, + { + "filePath": "\/usr\/local\/var\/jenkins\/workspace\/jitsi-meet-ios-sdk\/jitsi-meet\/ios\/sdk\/src\/picture-in-picture\/PiPViewCoordinator.swift", + "kind": "StringLiteral", + "offset": 6466, + "length": 14, + "value": "\"image-resize\"" + }, + { + "filePath": "\/usr\/local\/var\/jenkins\/workspace\/jitsi-meet-ios-sdk\/jitsi-meet\/ios\/sdk\/src\/picture-in-picture\/PiPViewCoordinator.swift", + "kind": "IntegerLiteral", + "offset": 6700, + "length": 2, + "value": "44" + }, + { + "filePath": "\/usr\/local\/var\/jenkins\/workspace\/jitsi-meet-ios-sdk\/jitsi-meet\/ios\/sdk\/src\/picture-in-picture\/PiPViewCoordinator.swift", + "kind": "IntegerLiteral", + "offset": 6712, + "length": 2, + "value": "44" + }, + { + "filePath": "\/usr\/local\/var\/jenkins\/workspace\/jitsi-meet-ios-sdk\/jitsi-meet\/ios\/sdk\/src\/picture-in-picture\/PiPViewCoordinator.swift", + "kind": "IntegerLiteral", + "offset": 6855, + "length": 1, + "value": "2" + }, + { + "filePath": "\/usr\/local\/var\/jenkins\/workspace\/jitsi-meet-ios-sdk\/jitsi-meet\/ios\/sdk\/src\/picture-in-picture\/PiPViewCoordinator.swift", + "kind": "FloatLiteral", + "offset": 7699, + "length": 4, + "value": "0.25" + }, + { + "filePath": "\/usr\/local\/var\/jenkins\/workspace\/jitsi-meet-ios-sdk\/jitsi-meet\/ios\/sdk\/src\/picture-in-picture\/PiPViewCoordinator.swift", + "kind": "IntegerLiteral", + "offset": 8083, + "length": 3, + "value": "150" + }, + { + "filePath": "\/usr\/local\/var\/jenkins\/workspace\/jitsi-meet-ios-sdk\/jitsi-meet\/ios\/sdk\/src\/picture-in-picture\/PiPViewCoordinator.swift", + "kind": "IntegerLiteral", + "offset": 8096, + "length": 3, + "value": "150" + }, + { + "filePath": "\/usr\/local\/var\/jenkins\/workspace\/jitsi-meet-ios-sdk\/jitsi-meet\/ios\/sdk\/src\/picture-in-picture\/PiPViewCoordinator.swift", + "kind": "FloatLiteral", + "offset": 8539, + "length": 3, + "value": "0.1" + }, + { + "filePath": "\/usr\/local\/var\/jenkins\/workspace\/jitsi-meet-ios-sdk\/jitsi-meet\/ios\/sdk\/src\/picture-in-picture\/PiPViewCoordinator.swift", + "kind": "IntegerLiteral", + "offset": 8574, + "length": 1, + "value": "0" + }, + { + "filePath": "\/usr\/local\/var\/jenkins\/workspace\/jitsi-meet-ios-sdk\/jitsi-meet\/ios\/sdk\/src\/picture-in-picture\/DragGestureController.swift", + "kind": "BooleanLiteral", + "offset": 1202, + "length": 4, + "value": "true" + }, + { + "filePath": "\/usr\/local\/var\/jenkins\/workspace\/jitsi-meet-ios-sdk\/jitsi-meet\/ios\/sdk\/src\/picture-in-picture\/DragGestureController.swift", + "kind": "BooleanLiteral", + "offset": 1275, + "length": 5, + "value": "false" + }, + { + "filePath": "\/usr\/local\/var\/jenkins\/workspace\/jitsi-meet-ios-sdk\/jitsi-meet\/ios\/sdk\/src\/picture-in-picture\/DragGestureController.swift", + "kind": "FloatLiteral", + "offset": 2341, + "length": 3, + "value": "0.5" + }, + { + "filePath": "\/usr\/local\/var\/jenkins\/workspace\/jitsi-meet-ios-sdk\/jitsi-meet\/ios\/sdk\/src\/picture-in-picture\/DragGestureController.swift", + "kind": "IntegerLiteral", + "offset": 2633, + "length": 1, + "value": "0" + }, + { + "filePath": "\/usr\/local\/var\/jenkins\/workspace\/jitsi-meet-ios-sdk\/jitsi-meet\/ios\/sdk\/src\/picture-in-picture\/DragGestureController.swift", + "kind": "FloatLiteral", + "offset": 2687, + "length": 3, + "value": "0.9" + }, + { + "filePath": "\/usr\/local\/var\/jenkins\/workspace\/jitsi-meet-ios-sdk\/jitsi-meet\/ios\/sdk\/src\/picture-in-picture\/DragGestureController.swift", + "kind": "FloatLiteral", + "offset": 3279, + "length": 4, + "value": "20.0" + }, + { + "filePath": "\/usr\/local\/var\/jenkins\/workspace\/jitsi-meet-ios-sdk\/jitsi-meet\/ios\/sdk\/src\/picture-in-picture\/DragGestureController.swift", + "kind": "IntegerLiteral", + "offset": 4319, + "length": 1, + "value": "2" + }, + { + "filePath": "\/usr\/local\/var\/jenkins\/workspace\/jitsi-meet-ios-sdk\/jitsi-meet\/ios\/sdk\/src\/picture-in-picture\/DragGestureController.swift", + "kind": "IntegerLiteral", + "offset": 4338, + "length": 1, + "value": "2" } ] } \ No newline at end of file diff --git a/third_party/ios_deps/JitsiMeet/JitsiMeetSDK.xcframework/ios-arm64/JitsiMeetSDK.framework/Modules/JitsiMeetSDK.swiftmodule/arm64-apple-ios.private.swiftinterface b/third_party/ios_deps/JitsiMeet/JitsiMeetSDK.xcframework/ios-arm64/JitsiMeetSDK.framework/Modules/JitsiMeetSDK.swiftmodule/arm64-apple-ios.private.swiftinterface index 61e9dc15bda0..ed22b2d338b0 100644 --- a/third_party/ios_deps/JitsiMeet/JitsiMeetSDK.xcframework/ios-arm64/JitsiMeetSDK.framework/Modules/JitsiMeetSDK.swiftmodule/arm64-apple-ios.private.swiftinterface +++ b/third_party/ios_deps/JitsiMeet/JitsiMeetSDK.xcframework/ios-arm64/JitsiMeetSDK.framework/Modules/JitsiMeetSDK.swiftmodule/arm64-apple-ios.private.swiftinterface @@ -1,5 +1,5 @@ // swift-interface-format-version: 1.0 -// swift-compiler-version: Apple Swift version 5.7.2 (swiftlang-5.7.2.135.5 clang-1400.0.29.51) +// swift-compiler-version: Apple Swift version 5.8.1 (swiftlang-5.8.0.124.5 clang-1403.0.22.11.100) // swift-module-flags: -target arm64-apple-ios12.4 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name JitsiMeetSDK // swift-module-flags-ignorable: -enable-bare-slash-regex @_exported import JitsiMeetSDK @@ -30,7 +30,7 @@ public class PiPViewCoordinator { public var initialPositionInSuperView: JitsiMeetSDK.PiPViewCoordinator.Position @available(*, deprecated, message: "The PiP window size is now fixed to 150px.") public var c: CoreFoundation.CGFloat - weak public var delegate: JitsiMeetSDK.PiPViewCoordinatorDelegate? + weak public var delegate: (any JitsiMeetSDK.PiPViewCoordinatorDelegate)? public init(withView view: UIKit.UIView) public func configureAsStickyView(withParentView parentView: UIKit.UIView? = nil) public func show(completion: JitsiMeetSDK.AnimationCompletion? = nil) diff --git a/third_party/ios_deps/JitsiMeet/JitsiMeetSDK.xcframework/ios-arm64/JitsiMeetSDK.framework/Modules/JitsiMeetSDK.swiftmodule/arm64-apple-ios.swiftdoc b/third_party/ios_deps/JitsiMeet/JitsiMeetSDK.xcframework/ios-arm64/JitsiMeetSDK.framework/Modules/JitsiMeetSDK.swiftmodule/arm64-apple-ios.swiftdoc index 2cf89653e6c1..dd997f075168 100644 Binary files a/third_party/ios_deps/JitsiMeet/JitsiMeetSDK.xcframework/ios-arm64/JitsiMeetSDK.framework/Modules/JitsiMeetSDK.swiftmodule/arm64-apple-ios.swiftdoc and b/third_party/ios_deps/JitsiMeet/JitsiMeetSDK.xcframework/ios-arm64/JitsiMeetSDK.framework/Modules/JitsiMeetSDK.swiftmodule/arm64-apple-ios.swiftdoc differ diff --git a/third_party/ios_deps/JitsiMeet/JitsiMeetSDK.xcframework/ios-arm64/JitsiMeetSDK.framework/Modules/JitsiMeetSDK.swiftmodule/arm64-apple-ios.swiftinterface b/third_party/ios_deps/JitsiMeet/JitsiMeetSDK.xcframework/ios-arm64/JitsiMeetSDK.framework/Modules/JitsiMeetSDK.swiftmodule/arm64-apple-ios.swiftinterface index 61e9dc15bda0..ed22b2d338b0 100644 --- a/third_party/ios_deps/JitsiMeet/JitsiMeetSDK.xcframework/ios-arm64/JitsiMeetSDK.framework/Modules/JitsiMeetSDK.swiftmodule/arm64-apple-ios.swiftinterface +++ b/third_party/ios_deps/JitsiMeet/JitsiMeetSDK.xcframework/ios-arm64/JitsiMeetSDK.framework/Modules/JitsiMeetSDK.swiftmodule/arm64-apple-ios.swiftinterface @@ -1,5 +1,5 @@ // swift-interface-format-version: 1.0 -// swift-compiler-version: Apple Swift version 5.7.2 (swiftlang-5.7.2.135.5 clang-1400.0.29.51) +// swift-compiler-version: Apple Swift version 5.8.1 (swiftlang-5.8.0.124.5 clang-1403.0.22.11.100) // swift-module-flags: -target arm64-apple-ios12.4 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name JitsiMeetSDK // swift-module-flags-ignorable: -enable-bare-slash-regex @_exported import JitsiMeetSDK @@ -30,7 +30,7 @@ public class PiPViewCoordinator { public var initialPositionInSuperView: JitsiMeetSDK.PiPViewCoordinator.Position @available(*, deprecated, message: "The PiP window size is now fixed to 150px.") public var c: CoreFoundation.CGFloat - weak public var delegate: JitsiMeetSDK.PiPViewCoordinatorDelegate? + weak public var delegate: (any JitsiMeetSDK.PiPViewCoordinatorDelegate)? public init(withView view: UIKit.UIView) public func configureAsStickyView(withParentView parentView: UIKit.UIView? = nil) public func show(completion: JitsiMeetSDK.AnimationCompletion? = nil) diff --git a/third_party/ios_deps/JitsiMeet/JitsiMeetSDK.xcframework/ios-arm64/JitsiMeetSDK.framework/main.jsbundle b/third_party/ios_deps/JitsiMeet/JitsiMeetSDK.xcframework/ios-arm64/JitsiMeetSDK.framework/main.jsbundle index da7531f2e197..4817bb202566 100644 --- a/third_party/ios_deps/JitsiMeet/JitsiMeetSDK.xcframework/ios-arm64/JitsiMeetSDK.framework/main.jsbundle +++ b/third_party/ios_deps/JitsiMeet/JitsiMeetSDK.xcframework/ios-arm64/JitsiMeetSDK.framework/main.jsbundle @@ -4,7 +4,7 @@ var __BUNDLE_START_TIME__=this.nativePerformanceNow?nativePerformanceNow():Date. !(function(n){var r=0,t=function(n,r){throw n},l={setGlobalHandler:function(n){t=n},getGlobalHandler:function(){return t},reportError:function(n){t&&t(n,!1)},reportFatalError:function(n){t&&t(n,!0)},applyWithGuard:function(n,t,u,o,e){try{return r++,n.apply(t,u)}catch(n){l.reportError(n)}finally{r--}return null},applyWithGuardIfNeeded:function(n,r,t){return l.inGuard()?n.apply(r,t):(l.applyWithGuard(n,r,t),null)},inGuard:function(){return!!r},guard:function(n,r,t){var u;if('function'!=typeof n)return console.warn('A function must be passed to ErrorUtils.guard, got ',n),null;var o=null!=(u=null!=r?r:n.name)?u:'';return function(){for(var r=arguments.length,u=new Array(r),e=0;e=68||c.major>0},e.tagMessage=function(n){return"[react-native-gesture-handler] "+n},e.toArray=function(n){if(!Array.isArray(n))return[n];return n},e.withPrevAndCurrent=function(t,o){var u=[null],i=[];return(0,n.default)(t).forEach(function(n,t){var s=u[t],c=o(s,n);u.push(c),i.push(c)}),i};var n=r(d[0])(r(d[1])),t=r(d[0])(r(d[2])),o=r(d[0])(r(d[3])).default.version.split('.'),u=(0,t.default)(o,2),i=u[0],s=u[1],c={major:parseInt(i,10),minor:parseInt(s,10)};function l(n,t){return Object.prototype.hasOwnProperty.call(n,t)}e.REACT_NATIVE_VERSION=c},479,[2,45,34,480]); -__d(function(e,r,t,i,s,n,a){s.exports={name:"react-native",version:"0.69.11",bin:"./cli.js",description:"A framework for building native apps using React",license:"MIT",repository:"github:facebook/react-native",engines:{node:">=14"},"jest-junit":{outputDirectory:"reports/junit",outputName:"js-test-results.xml"},files:["!template/node_modules","!template/package-lock.json","!template/yarn.lock","android","cli.js","flow","flow-typed","index.js","interface.js","jest-preset.js","jest","Libraries","LICENSE","local-cli","React-Core.podspec","react-native.config.js","react.gradle","React.podspec","React","ReactAndroid","ReactCommon","README.md","rn-get-polyfills.js","scripts/compose-source-maps.js","scripts/find-node-for-xcode.sh","scripts/generate-artifacts.js","scripts/generate-provider-cli.js","scripts/generate-specs-cli.js","scripts/codegen/codegen-utils.js","scripts/codegen/generate-artifacts-executor.js","scripts/codegen/generate-specs-cli-executor.js","scripts/hermes/hermes-utils.js","scripts/hermes/prepare-hermes-for-build.js","scripts/ios-configure-glog.sh","scripts/xcode/with-environment.sh","scripts/launchPackager.bat","scripts/launchPackager.command","scripts/node-binary.sh","scripts/packager.sh","scripts/packager-reporter.js","scripts/react_native_pods_utils/script_phases.rb","scripts/react_native_pods_utils/script_phases.sh","scripts/react_native_pods.rb","scripts/cocoapods","scripts/react-native-xcode.sh","sdks/.hermesversion","sdks/hermes-engine","sdks/hermesc","template.config.js","template","third-party-podspecs"],scripts:{start:"react-native start",test:"jest","test-ci":"jest --maxWorkers=2 --ci --reporters=\"default\" --reporters=\"jest-junit\"",flow:"flow","flow-check-ios":"flow check","flow-check-android":"flow check --flowconfig-name .flowconfig.android",lint:"eslint .","lint-ci":"./scripts/circleci/analyze_code.sh && yarn shellcheck","lint-java":"node ./scripts/lint-java.js",shellcheck:"./scripts/circleci/analyze_scripts.sh","clang-format":"clang-format -i --glob=*/**/*.{h,cpp,m,mm}",format:"npm run prettier && npm run clang-format",prettier:"prettier --write \"./**/*.{js,md,yml}\"","format-check":"prettier --list-different \"./**/*.{js,md,yml}\"","update-lock":"npx yarn-deduplicate","docker-setup-android":"docker pull reactnativecommunity/react-native-android:5.2","docker-build-android":"docker build -t reactnativeci/android -f .circleci/Dockerfiles/Dockerfile.android .","test-android-run-instrumentation":"docker run --cap-add=SYS_ADMIN -it reactnativeci/android bash .circleci/Dockerfiles/scripts/run-android-docker-instrumentation-tests.sh","test-android-run-unit":"docker run --cap-add=SYS_ADMIN -it reactnativeci/android bash .circleci/Dockerfiles/scripts/run-android-docker-unit-tests.sh","test-android-run-e2e":"docker run --privileged -it reactnativeci/android bash .circleci/Dockerfiles/scripts/run-ci-e2e-tests.sh --android --js","test-android-all":"yarn run docker-build-android && yarn run test-android-run-unit && yarn run test-android-run-instrumentation && yarn run test-android-run-e2e","test-android-instrumentation":"yarn run docker-build-android && yarn run test-android-run-instrumentation","test-android-unit":"yarn run docker-build-android && yarn run test-android-run-unit","test-android-e2e":"yarn run docker-build-android && yarn run test-android-run-e2e","test-ios":"./scripts/objc-test.sh test"},peerDependencies:{react:"18.0.0"},dependencies:{"@jest/create-cache-key-function":"^27.0.1","@react-native-community/cli":"^8.0.4","@react-native-community/cli-platform-android":"^8.0.4","@react-native-community/cli-platform-ios":"^8.0.4","@react-native/assets":"1.0.0","@react-native/normalize-color":"2.0.0","@react-native/polyfills":"2.0.0","abort-controller":"^3.0.0",anser:"^1.4.9","base64-js":"^1.1.2","event-target-shim":"^5.0.1","hermes-engine":"~0.11.0",invariant:"^2.2.4","jsc-android":"^250230.2.1","memoize-one":"^5.0.0","metro-react-native-babel-transformer":"0.70.3","metro-runtime":"0.70.3","metro-source-map":"0.70.3",mkdirp:"^0.5.1",nullthrows:"^1.1.1","pretty-format":"^26.5.2",promise:"^8.2.0","react-devtools-core":"4.24.0","react-native-gradle-plugin":"^0.0.7","react-refresh":"^0.4.0","react-shallow-renderer":"16.15.0","regenerator-runtime":"^0.13.2",scheduler:"^0.21.0","stacktrace-parser":"^0.1.3","use-sync-external-store":"^1.0.0","whatwg-fetch":"^3.0.0",ws:"^6.1.4","react-native-codegen":"^0.69.2"},devDependencies:{"flow-bin":"^0.176.3",react:"18.0.0","react-test-renderer":"18.0.0","@babel/core":"^7.14.0","@babel/generator":"^7.14.0","@babel/plugin-transform-regenerator":"^7.0.0","@react-native-community/eslint-plugin":"*","@react-native/eslint-plugin-specs":">0.0.2","@reactions/component":"^2.0.2",async:"^3.2.2","babel-eslint":"^10.1.0","clang-format":"^1.2.4",connect:"^3.6.5",coveralls:"^3.1.1",eslint:"^7.32.0","eslint-config-fb-strict":"^26.0.0","eslint-config-fbjs":"^3.1.1","eslint-config-prettier":"^8.3.0","eslint-plugin-babel":"^5.3.1","eslint-plugin-eslint-comments":"^3.2.0","eslint-plugin-flowtype":"^7.0.0","eslint-plugin-jest":"^25.2.4","eslint-plugin-jsx-a11y":"^6.4.1","eslint-plugin-prettier":"^4.0.0","eslint-plugin-react":"^7.26.1","eslint-plugin-react-hooks":"^4.2.0","eslint-plugin-react-native":"^3.11.0","eslint-plugin-relay":"^1.8.2",inquirer:"^7.1.0",jest:"^26.6.3","jest-junit":"^10.0.0",jscodeshift:"^0.13.1","metro-babel-register":"0.70.3",mkdirp:"^0.5.1",prettier:"^2.4.1",shelljs:"^0.8.5",signedsource:"^1.0.0",ws:"^6.1.4",yargs:"^15.3.1"},codegenConfig:{libraries:[{name:"FBReactNativeSpec",type:"modules",ios:{},android:{},jsSrcsDir:"Libraries"},{name:"rncore",type:"components",ios:{},android:{},jsSrcsDir:"Libraries"}]}}},480,[]); +__d(function(e,r,t,i,s,n,a){s.exports={name:"react-native",version:"0.69.12",bin:"./cli.js",description:"A framework for building native apps using React",license:"MIT",repository:"github:facebook/react-native",engines:{node:">=14"},"jest-junit":{outputDirectory:"reports/junit",outputName:"js-test-results.xml"},files:["!template/node_modules","!template/package-lock.json","!template/yarn.lock","android","cli.js","flow","flow-typed","index.js","interface.js","jest-preset.js","jest","Libraries","LICENSE","local-cli","React-Core.podspec","react-native.config.js","react.gradle","React.podspec","React","ReactAndroid","ReactCommon","README.md","rn-get-polyfills.js","scripts/compose-source-maps.js","scripts/find-node-for-xcode.sh","scripts/generate-artifacts.js","scripts/generate-provider-cli.js","scripts/generate-specs-cli.js","scripts/codegen/codegen-utils.js","scripts/codegen/generate-artifacts-executor.js","scripts/codegen/generate-specs-cli-executor.js","scripts/hermes/hermes-utils.js","scripts/hermes/prepare-hermes-for-build.js","scripts/ios-configure-glog.sh","scripts/xcode/with-environment.sh","scripts/launchPackager.bat","scripts/launchPackager.command","scripts/node-binary.sh","scripts/packager.sh","scripts/packager-reporter.js","scripts/react_native_pods_utils/script_phases.rb","scripts/react_native_pods_utils/script_phases.sh","scripts/react_native_pods.rb","scripts/cocoapods","scripts/react-native-xcode.sh","sdks/.hermesversion","sdks/hermes-engine","sdks/hermesc","template.config.js","template","third-party-podspecs"],scripts:{start:"react-native start",test:"jest","test-ci":"jest --maxWorkers=2 --ci --reporters=\"default\" --reporters=\"jest-junit\"",flow:"flow","flow-check-ios":"flow check","flow-check-android":"flow check --flowconfig-name .flowconfig.android",lint:"eslint .","lint-ci":"./scripts/circleci/analyze_code.sh && yarn shellcheck","lint-java":"node ./scripts/lint-java.js",shellcheck:"./scripts/circleci/analyze_scripts.sh","clang-format":"clang-format -i --glob=*/**/*.{h,cpp,m,mm}",format:"npm run prettier && npm run clang-format",prettier:"prettier --write \"./**/*.{js,md,yml}\"","format-check":"prettier --list-different \"./**/*.{js,md,yml}\"","update-lock":"npx yarn-deduplicate","docker-setup-android":"docker pull reactnativecommunity/react-native-android:5.2","docker-build-android":"docker build -t reactnativeci/android -f .circleci/Dockerfiles/Dockerfile.android .","test-android-run-instrumentation":"docker run --cap-add=SYS_ADMIN -it reactnativeci/android bash .circleci/Dockerfiles/scripts/run-android-docker-instrumentation-tests.sh","test-android-run-unit":"docker run --cap-add=SYS_ADMIN -it reactnativeci/android bash .circleci/Dockerfiles/scripts/run-android-docker-unit-tests.sh","test-android-run-e2e":"docker run --privileged -it reactnativeci/android bash .circleci/Dockerfiles/scripts/run-ci-e2e-tests.sh --android --js","test-android-all":"yarn run docker-build-android && yarn run test-android-run-unit && yarn run test-android-run-instrumentation && yarn run test-android-run-e2e","test-android-instrumentation":"yarn run docker-build-android && yarn run test-android-run-instrumentation","test-android-unit":"yarn run docker-build-android && yarn run test-android-run-unit","test-android-e2e":"yarn run docker-build-android && yarn run test-android-run-e2e","test-ios":"./scripts/objc-test.sh test"},peerDependencies:{react:"18.0.0"},dependencies:{"@jest/create-cache-key-function":"^27.0.1","@react-native-community/cli":"^8.0.7","@react-native-community/cli-platform-android":"^8.0.5","@react-native-community/cli-platform-ios":"^8.0.6","@react-native/assets":"1.0.0","@react-native/normalize-color":"2.0.0","@react-native/polyfills":"2.0.0","abort-controller":"^3.0.0",anser:"^1.4.9","base64-js":"^1.1.2","event-target-shim":"^5.0.1","hermes-engine":"~0.11.0",invariant:"^2.2.4","jsc-android":"^250230.2.1","memoize-one":"^5.0.0","metro-react-native-babel-transformer":"0.70.4","metro-runtime":"0.70.4","metro-source-map":"0.70.4",mkdirp:"^0.5.1",nullthrows:"^1.1.1","pretty-format":"^26.5.2",promise:"^8.2.0","react-devtools-core":"4.24.0","react-native-gradle-plugin":"^0.0.7","react-refresh":"^0.4.0","react-shallow-renderer":"16.15.0","regenerator-runtime":"^0.13.2",scheduler:"^0.21.0","stacktrace-parser":"^0.1.3","use-sync-external-store":"^1.0.0","whatwg-fetch":"^3.0.0",ws:"^6.1.4","react-native-codegen":"^0.69.2"},devDependencies:{"flow-bin":"^0.176.3",react:"18.0.0","react-test-renderer":"18.0.0","@babel/core":"^7.14.0","@babel/generator":"^7.14.0","@babel/plugin-transform-regenerator":"^7.0.0","@react-native-community/eslint-plugin":"*","@react-native/eslint-plugin-specs":">0.0.2","@reactions/component":"^2.0.2",async:"^3.2.2","babel-eslint":"^10.1.0","clang-format":"^1.2.4",connect:"^3.6.5",coveralls:"^3.1.1",eslint:"^7.32.0","eslint-config-fb-strict":"^26.0.0","eslint-config-fbjs":"^3.1.1","eslint-config-prettier":"^8.3.0","eslint-plugin-babel":"^5.3.1","eslint-plugin-eslint-comments":"^3.2.0","eslint-plugin-flowtype":"^7.0.0","eslint-plugin-jest":"^25.2.4","eslint-plugin-jsx-a11y":"^6.4.1","eslint-plugin-prettier":"^4.0.0","eslint-plugin-react":"^7.26.1","eslint-plugin-react-hooks":"^4.2.0","eslint-plugin-react-native":"^3.11.0","eslint-plugin-relay":"^1.8.2",inquirer:"^7.1.0",jest:"^26.6.3","jest-junit":"^10.0.0",jscodeshift:"^0.13.1","metro-babel-register":"0.70.3",mkdirp:"^0.5.1",prettier:"^2.4.1",shelljs:"^0.8.5",signedsource:"^1.0.0",ws:"^6.1.4",yargs:"^15.3.1"},codegenConfig:{libraries:[{name:"FBReactNativeSpec",type:"modules",ios:{},android:{},jsSrcsDir:"Libraries"},{name:"rncore",type:"components",ios:{},android:{},jsSrcsDir:"Libraries"}]}}},480,[]); __d(function(g,r,i,a,m,e,d){Object.defineProperty(e,"__esModule",{value:!0}),e.State=void 0;e.State={UNDETERMINED:0,FAILED:1,BEGAN:2,CANCELLED:3,ACTIVE:4,END:5}},481,[]); __d(function(g,r,i,a,m,e,d){Object.defineProperty(e,"__esModule",{value:!0}),e.ActionType=void 0;e.ActionType={REANIMATED_WORKLET:1,NATIVE_ANIMATED_EVENT:2,JS_FUNCTION_OLD_API:3,JS_FUNCTION_NEW_API:4}},482,[]); __d(function(g,r,i,a,m,e,d){Object.defineProperty(e,"__esModule",{value:!0}),e.findHandler=o,e.findHandlerByTestID=function(n){var t,u=l.get(n);return void 0!==u&&null!=(t=o(u))?t:null},e.findOldGestureHandler=function(n){return t.get(n)},e.getNextHandlerTag=function(){return u++},e.handlerIDToTag=void 0,e.registerHandler=function(t,u,o){n.set(t,u),(0,r(d[0]).isJestEnv)()&&o&&l.set(o,t)},e.registerOldGestureHandler=function(n,l){t.set(n,l)},e.unregisterHandler=function(t,u){n.delete(t),(0,r(d[0]).isJestEnv)()&&u&&l.delete(u)};e.handlerIDToTag={};var n=new Map,t=new Map,l=new Map,u=1;function o(t){return n.get(t)}},483,[479]); @@ -535,1990 +535,1990 @@ __d(function(g,r,i,a,m,_e,d){Object.defineProperty(_e,"__esModule",{value:!0}),_ __d(function(g,r,i,a,m,_e,d){Object.defineProperty(_e,"__esModule",{value:!0}),_e.default=void 0;var e=r(d[0])(r(d[1])),t=r(d[0])(r(d[2])),n=r(d[0])(r(d[3])),o=r(d[0])(r(d[4])),s=r(d[0])(r(d[5])),l=(function(e,t){if(!t&&e&&e.__esModule)return e;if(null===e||"object"!=typeof e&&"function"!=typeof e)return{default:e};var n=c(t);if(n&&n.has(e))return n.get(e);var o={},s=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var l in e)if("default"!==l&&Object.prototype.hasOwnProperty.call(e,l)){var u=s?Object.getOwnPropertyDescriptor(e,l):null;u&&(u.get||u.set)?Object.defineProperty(o,l,u):o[l]=e[l]}o.default=e,n&&n.set(e,o);return o})(r(d[6])),u=r(d[0])(r(d[7])),p=r(d[8]);function c(e){if("function"!=typeof WeakMap)return null;var t=new WeakMap,n=new WeakMap;return(c=function(e){return e?n:t})(e)}function w(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(e){return!1}}var f=.05,h='Idle',v='Dragging',S='Settling',y=(function(c){(0,n.default)(O,c);var y,V,A=(y=O,V=w(),function(){var e,t=(0,s.default)(y);if(V){var n=(0,s.default)(this).constructor;e=Reflect.construct(t,arguments,n)}else e=t.apply(this,arguments);return(0,o.default)(this,e)});function O(t){var n;(0,e.default)(this,O),(n=A.call(this,t)).accessibilityIsModalView=l.createRef(),n.pointerEventsView=l.createRef(),n.panGestureHandler=l.createRef(),n.drawerShown=!1,n.updateAnimatedEvent=function(e,t){var o=e.drawerPosition,s=e.drawerWidth,l=e.drawerType,u=t.dragX,c=t.touchX,w=t.drawerTranslation,f=t.containerWidth,h=u,v=c;'left'!==o?(h=p.Animated.multiply(new p.Animated.Value(-1),u),v=p.Animated.add(new p.Animated.Value(f),p.Animated.multiply(new p.Animated.Value(-1),c)),c.setValue(f)):c.setValue(0);var S=h;if('front'===l){var y=p.Animated.add(v,p.Animated.multiply(new p.Animated.Value(-1),h)).interpolate({inputRange:[s-1,s,s+1],outputRange:[0,0,1]});S=p.Animated.add(h,y)}n.openValue=p.Animated.add(S,w).interpolate({inputRange:[0,s],outputRange:[0,1],extrapolate:'clamp'});var b={useNativeDriver:e.useNativeAnimations};n.props.onDrawerSlide&&(b.listener=function(e){var t=Math.floor(Math.abs(e.nativeEvent.translationX))/n.state.containerWidth;null==n.props.onDrawerSlide||n.props.onDrawerSlide(t)}),n.onGestureEvent=p.Animated.event([{nativeEvent:{translationX:u,x:c}}],b)},n.handleContainerLayout=function(e){var t=e.nativeEvent;n.setState({containerWidth:t.layout.width})},n.emitStateChanged=function(e,t){null==n.props.onDrawerStateChanged||n.props.onDrawerStateChanged(e,t)},n.openingHandlerStateChange=function(e){var t=e.nativeEvent;t.oldState===r(d[9]).State.ACTIVE?n.handleRelease({nativeEvent:t}):t.state===r(d[9]).State.ACTIVE&&(n.emitStateChanged(v,!1),n.setState({drawerState:v}),'on-drag'===n.props.keyboardDismissMode&&p.Keyboard.dismiss(),n.props.hideStatusBar&&p.StatusBar.setHidden(!0,n.props.statusBarAnimation||'slide'))},n.onTapHandlerStateChange=function(e){var t=e.nativeEvent;n.drawerShown&&t.oldState===r(d[9]).State.ACTIVE&&'locked-open'!==n.props.drawerLockMode&&n.closeDrawer()},n.handleRelease=function(e){var t=e.nativeEvent,o=n.props,s=o.drawerWidth,l=o.drawerPosition,u=o.drawerType,p=n.state.containerWidth,c=t.translationX,w=t.velocityX,h=t.x;'left'!==l&&(c=-c,h=p-h,w=-w);var v=h-c,S=0;'front'===u&&(S=v>s?v-s:0);var y=c+S+(n.drawerShown?s:0);y+f*w>s/2?n.animateDrawer(y,s,w):n.animateDrawer(y,0,w)},n.updateShowing=function(e){var t,o,s;n.drawerShown=e,null==(t=n.accessibilityIsModalView.current)||t.setNativeProps({accessibilityViewIsModal:e}),null==(o=n.pointerEventsView.current)||o.setNativeProps({pointerEvents:e?'auto':'none'});var l=n.props,u=l.drawerPosition,p=l.minSwipeDistance,c=l.edgeWidth,w='left'===u,f=(w?1:-1)*(n.drawerShown?-1:1),h=w?{left:0,width:e?void 0:c}:{right:0,width:e?void 0:c};null==(s=n.panGestureHandler.current)||s.setNativeProps({hitSlop:h,activeOffsetX:f*p})},n.animateDrawer=function(e,t,o,s){if(n.state.dragX.setValue(0),n.state.touchX.setValue('left'===n.props.drawerPosition?0:n.state.containerWidth),null!=e){var l=e;n.props.useNativeAnimations&&(e0?l=Math.min(e+o/60,t):e>t&&o<0&&(l=Math.max(e+o/60,t))),n.state.drawerTranslation.setValue(l)}var u=0!==t;n.updateShowing(u),n.emitStateChanged(S,u),n.setState({drawerState:S}),n.props.hideStatusBar&&p.StatusBar.setHidden(u,n.props.statusBarAnimation||'slide'),p.Animated.spring(n.state.drawerTranslation,{velocity:o,bounciness:0,toValue:t,useNativeDriver:n.props.useNativeAnimations,speed:null!=s?s:void 0}).start(function(e){e.finished&&(n.emitStateChanged(h,u),n.setState({drawerOpened:u}),n.state.drawerState!==v&&n.setState({drawerState:h}),u?null==n.props.onDrawerOpen||n.props.onDrawerOpen():null==n.props.onDrawerClose||n.props.onDrawerClose())})},n.openDrawer=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};n.animateDrawer(void 0,n.props.drawerWidth,e.velocity?e.velocity:0,e.speed),n.forceUpdate()},n.closeDrawer=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};n.animateDrawer(void 0,0,e.velocity?e.velocity:0,e.speed),n.forceUpdate()},n.renderOverlay=function(){(0,u.default)(n.openValue,'should be set');var e={opacity:n.state.drawerState!==h?n.openValue:n.state.drawerOpened?1:0,backgroundColor:n.props.overlayColor};return l.createElement(r(d[10]).TapGestureHandler,{onHandlerStateChange:n.onTapHandlerStateChange},l.createElement(p.Animated.View,{pointerEvents:n.drawerShown?'auto':'none',ref:n.pointerEventsView,style:[b.overlay,e]}))},n.renderDrawer=function(){var e,t=n.props,o=t.drawerBackgroundColor,s=t.drawerWidth,c=t.drawerPosition,w=t.drawerType,f=t.drawerContainerStyle,v=t.contentContainerStyle,S='left'===c,y='back'!==w,V='front'!==w,A=p.I18nManager.isRTL?S:!S,O={backgroundColor:o,width:s},C=n.openValue;((0,u.default)(C,'should be set'),V)&&(e={transform:[{translateX:C.interpolate({inputRange:[0,1],outputRange:S?[0,s]:[0,-s],extrapolate:'clamp'})}]});var D=0;if(y){var E=S?-s:s;D=n.state.drawerState!==h?C.interpolate({inputRange:[0,1],outputRange:[E,0],extrapolate:'clamp'}):n.state.drawerOpened?0:E}var R={transform:[{translateX:D}],flexDirection:A?'row-reverse':'row'};return l.createElement(p.Animated.View,{style:b.main,onLayout:n.handleContainerLayout},l.createElement(p.Animated.View,{style:['front'===w?b.containerOnBack:b.containerInFront,e,v],importantForAccessibility:n.drawerShown?'no-hide-descendants':'yes'},'function'==typeof n.props.children?n.props.children(n.openValue):n.props.children,n.renderOverlay()),l.createElement(p.Animated.View,{pointerEvents:"box-none",ref:n.accessibilityIsModalView,accessibilityViewIsModal:n.drawerShown,style:[b.drawerContainer,R,f]},l.createElement(p.View,{style:O},n.props.renderNavigationView(n.openValue))))},n.setPanGestureRef=function(e){n.panGestureHandler.current=e,null==n.props.onGestureRef||n.props.onGestureRef(e)};var o=new p.Animated.Value(0),s=new p.Animated.Value(0),c=new p.Animated.Value(0);return n.state={dragX:o,touchX:s,drawerTranslation:c,containerWidth:0,drawerState:h,drawerOpened:!1},n.updateAnimatedEvent(t,n.state),n}return(0,t.default)(O,[{key:"shouldComponentUpdate",value:function(e,t){return this.props.drawerPosition===e.drawerPosition&&this.props.drawerWidth===e.drawerWidth&&this.props.drawerType===e.drawerType&&this.state.containerWidth===t.containerWidth||this.updateAnimatedEvent(e,t),!0}},{key:"render",value:function(){var e=this.props,t=e.drawerPosition,n=e.drawerLockMode,o=e.edgeWidth,s=e.minSwipeDistance,u='left'===t,p=(u?1:-1)*(this.drawerShown?-1:1),c=u?{left:0,width:this.drawerShown?void 0:o}:{right:0,width:this.drawerShown?void 0:o};return l.createElement(r(d[11]).PanGestureHandler,{userSelect:this.props.userSelect,ref:this.setPanGestureRef,hitSlop:c,activeOffsetX:p*s,failOffsetY:[-15,15],onGestureEvent:this.onGestureEvent,onHandlerStateChange:this.openingHandlerStateChange,enableTrackpadTwoFingerGesture:this.props.enableTrackpadTwoFingerGesture,enabled:'locked-closed'!==n&&'locked-open'!==n},this.renderDrawer())}}]),O})(l.Component);_e.default=y,y.defaultProps={drawerWidth:200,drawerPosition:'left',useNativeAnimations:!0,drawerType:'front',edgeWidth:20,minSwipeDistance:3,overlayColor:'rgba(0, 0, 0, 0.7)',drawerLockMode:'unlocked',enableTrackpadTwoFingerGesture:!1},y.positions={Left:'left',Right:'right'};var b=p.StyleSheet.create({drawerContainer:Object.assign({},p.StyleSheet.absoluteFillObject,{zIndex:1001,flexDirection:'row'}),containerInFront:Object.assign({},p.StyleSheet.absoluteFillObject,{zIndex:1002}),containerOnBack:Object.assign({},p.StyleSheet.absoluteFillObject),main:{flex:1,zIndex:0,overflow:'hidden'},overlay:Object.assign({},p.StyleSheet.absoluteFillObject,{zIndex:1e3})})},529,[2,3,4,8,10,12,19,29,21,481,505,506]); __d(function(g,r,i,a,m,_e,d){function t(t){var n=e();return function(){var e,o=r(d[0])(t);if(n){var u=r(d[0])(this).constructor;e=Reflect.construct(o,arguments,u)}else e=o.apply(this,arguments);return r(d[1])(this,e)}}function e(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(t){return!1}}var n=r(d[2]).NativeModules,o=(function(e){"use strict";r(d[3])(o,e);var n=t(o);function o(){return r(d[4])(this,o),n.apply(this,arguments)}return r(d[5])(o)})(r(d[6])(Error)),u=(function(e){"use strict";r(d[3])(o,e);var n=t(o);function o(){return r(d[4])(this,o),n.apply(this,arguments)}return r(d[5])(o)})(r(d[6])(Error));function c(t){if(n.RNGetRandomValues)return n.RNGetRandomValues.getRandomBase64(t);if(n.ExpoRandom)return n.ExpoRandom.getRandomBase64String(t);if(g.ExpoModules)return g.ExpoModules.ExpoRandom.getRandomBase64String(t);throw new Error('Native module not found')}'object'!=typeof g.crypto&&(g.crypto={}),'function'!=typeof g.crypto.getRandomValues&&(g.crypto.getRandomValues=function(t){if(!(t instanceof Int8Array||t instanceof Uint8Array||t instanceof Int16Array||t instanceof Uint16Array||t instanceof Int32Array||t instanceof Uint32Array||t instanceof Uint8ClampedArray))throw new o('Expected an integer array');if(t.byteLength>65536)throw new u('Can only request a maximum of 65536 bytes');return g.expo&&g.expo.modules&&g.expo.modules.ExpoCrypto&&g.expo.modules.ExpoCrypto.getRandomValues?(g.expo.modules.ExpoCrypto.getRandomValues(t),t):(r(d[7])(c(t.byteLength),new Uint8Array(t.buffer,t.byteOffset,t.byteLength)),t)})},530,[12,10,21,8,3,4,62,531]); __d(function(g,r,_i,a,m,e,d){'use strict';var t=[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,62,0,62,0,63,52,53,54,55,56,57,58,59,60,61,0,0,0,0,0,0,0,0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,0,0,0,0,63,0,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51];m.exports=function(o,c){for(var h,A=o.length,C='='===o[A-2]?2:'='===o[A-1]?1:0,n=0,f=A-C&4294967292,i=0;i>16&255,c[n++]=h>>8&255,c[n++]=255&h;1===C&&(h=t[o.charCodeAt(i)]<<10|t[o.charCodeAt(i+1)]<<4|t[o.charCodeAt(i+2)]>>2,c[n++]=h>>8&255,c[n++]=255&h),2===C&&(h=t[o.charCodeAt(i)]<<2|t[o.charCodeAt(i+1)]>>4,c[n++]=255&h)}},531,[]); -__d(function(g,r,i,a,m,e,d){r(d[0]),r(d[1]),r(d[2])},532,[533,534,722]); -__d(function(g,r,i,a,m,e,d){var _;void 0===(_=g||window||this).__filename&&(_.__filename='__filename')},533,[]); -__d(function(g,r,_i,a,m,e,_d){var t=r(_d[0]),n=r(_d[1])(r(_d[2]));r(_d[3]),r(_d[4]);var o=r(_d[1])(r(_d[5]));function i(t,n){var o=null;return t&&d(t,function(t){return 1===t.nodeType&&t.nodeName===n&&(o=t,!0)}),o}function d(t,n){if(n(t))return!0;if(t=t.firstChild)do{if(d(t,n))return!0}while(t=t.nextSibling);return!1}!(function(d){if(d.DOMParser=r(_d[6]).DOMParser,void 0===d.addEventListener&&(d.addEventListener=function(){}),void 0===d.removeEventListener&&(d.removeEventListener=function(){}),void 0===d.document){var l=(new(r(_d[6]).DOMParser)).parseFromString('','text/xml');void 0===l.addEventListener&&(l.addEventListener=function(){}),void 0===l.cookie&&(l.cookie=''),void 0===l.implementation.createHTMLDocument&&(l.implementation.createHTMLDocument=function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:'',n=(new(r(_d[6]).DOMParser)).parseFromString("\n "+t+"\n \n ",'text/xml');return Object.defineProperty(n,'body',{get:function(){return n.getElementsByTagName('body')[0]}}),n});var u=Object.getPrototypeOf(l.documentElement);u&&(void 0===u.querySelector&&(u.querySelector=function(t){return i(this,t)}),void 0===u.remove&&(u.remove=function(){null!==this.parentNode&&this.parentNode.removeChild(this)}),u.hasOwnProperty('innerHTML')||Object.defineProperty(u,'innerHTML',{get:function(){return this.childNodes.toString()},set:function(t){this.textContent='';for(var n,o=(new(r(_d[6]).DOMParser)).parseFromString("
"+t+"
",'text/xml').documentElement;n=o.firstChild;)this.appendChild(n)}}),u.hasOwnProperty('children')||Object.defineProperty(u,'children',{get:function(){for(var t=this.childNodes,n=[],o=0,i=t[o];i;)1===i.nodeType&&n.push(i),i=t[o+=1];return n}})),d.document=l}void 0===d.location&&(d.location={href:'',search:''});var c=d.navigator;if(c){var s=c.userAgent||'',f=r(_d[7]),v=f.name,h=f.version,p=v||'react-native';h&&(p+="/"+h),-1===s.indexOf(p)&&(s=s?p+" "+s:p);var O="("+t.Platform.OS+" "+t.Platform.Version+")";-1===s.indexOf(O)&&(s=s?s+" "+O:O),c.userAgent=s}r(_d[8]);var y=d.performance.now,b=r(_d[9]);d.performance=b.default,d.performance.now=y,d.PerformanceObserver=b.PerformanceObserver,r(_d[10]),d.callstats=r(_d[11]),'android'===t.Platform.OS&&(d.clearTimeout=n.default.clearTimeout.bind(n.default),d.clearInterval=n.default.clearInterval.bind(n.default),d.setInterval=n.default.setInterval.bind(n.default),d.setTimeout=function(t){var o=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0;return n.default.setTimeout(t,o)}),void 0===d.localStorage&&(d.localStorage=new o.default('@jitsi-meet/')),void 0===d.sessionStorage&&(d.sessionStorage=new o.default)})(g||window||this)},534,[21,2,535,536,633,653,660,480,666,711,718,721]); -__d(function(g,r,i,a,m,e,d){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var t=r(d[0])(r(d[1])),n=r(d[0])(r(d[2])),u=r(d[3]),c=u.NativeModules.RNBackgroundTimer,l=new u.NativeEventEmitter(c),o=new((function(){function o(){var n=this;(0,t.default)(this,o),this.uniqueId=0,this.callbacks={},l.addListener('backgroundTimer.timeout',function(t){if(n.callbacks[t]){var u=n.callbacks[t].callback;n.callbacks[t].interval?c.setTimeout(t,n.callbacks[t].timeout):delete n.callbacks[t],u()}})}return(0,n.default)(o,[{key:"start",value:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:0;return c.start(t)}},{key:"stop",value:function(){return c.stop()}},{key:"runBackgroundTimer",value:function(t,n){var c=this,l=u.Platform.select({ios:function(){return u.NativeAppEventEmitter},android:function(){return u.DeviceEventEmitter}})();this.start(0),this.backgroundListener=l.addListener('backgroundTimer',function(){c.backgroundListener.remove(),c.backgroundClockMethod(t,n)})}},{key:"backgroundClockMethod",value:function(t,n){var u=this;this.backgroundTimer=this.setTimeout(function(){t(),u.backgroundClockMethod(t,n)},n)}},{key:"stopBackgroundTimer",value:function(){this.stop(),this.clearTimeout(this.backgroundTimer)}},{key:"setTimeout",value:function(t,n){this.uniqueId+=1;var u=this.uniqueId;return this.callbacks[u]={callback:t,interval:!1,timeout:n},c.setTimeout(u,n),u}},{key:"clearTimeout",value:function(t){this.callbacks[t]&&delete this.callbacks[t]}},{key:"setInterval",value:function(t,n){this.uniqueId+=1;var u=this.uniqueId;return this.callbacks[u]={callback:t,interval:!0,timeout:n},c.setTimeout(u,n),u}},{key:"clearInterval",value:function(t){this.callbacks[t]&&delete this.callbacks[t]}}]),o})());e.default=o},535,[2,3,4,21]); -__d(function(g,r,i,a,m,e,d){'use strict';r(d[0])()},536,[537]); -__d(function(g,r,i,a,m,e,d){'use strict';m.exports=function(){r(d[0])();var t=r(d[1])();return r(d[2])(Promise,{allSettled:t},{allSettled:function(){return Promise.allSettled!==t}}),t}},537,[538,539,583]); -__d(function(g,r,i,a,m,e,d){'use strict';m.exports=function(){if('function'!=typeof Promise)throw new TypeError('`Promise.allSettled` requires a global `Promise` be available.')}},538,[]); -__d(function(g,r,i,a,m,e,d){'use strict';m.exports=function(){return r(d[0])(),'function'==typeof Promise.allSettled?Promise.allSettled:r(d[1])}},539,[538,540]); -__d(function(g,r,i,a,m,_e,d){'use strict';r(d[0])();var t=r(d[1])(r(d[2])('%Promise.all%')),e=r(d[1])(r(d[2])('%Promise.reject%'));m.exports=function(n){var u=this;if('Object'!==r(d[3])(u))throw new TypeError('`this` value must be an object');var s=r(d[4])(n);return t(u,r(d[5])(s,function(t){var n=r(d[6])(u,t);try{return n.then(function(t){return{status:'fulfilled',value:t}},function(t){return{status:'rejected',reason:t}})}catch(t){return e(u,t)}}))}},540,[538,541,542,548,550,560,632]); -__d(function(g,r,i,a,m,_e,d){'use strict';var t=r(d[0])('%Function.prototype.apply%'),e=r(d[0])('%Function.prototype.call%'),n=r(d[0])('%Reflect.apply%',!0)||r(d[1]).call(e,t),l=r(d[0])('%Object.getOwnPropertyDescriptor%',!0),p=r(d[0])('%Object.defineProperty%',!0),o=r(d[0])('%Math.max%');if(p)try{p({},'a',{value:1})}catch(t){p=null}m.exports=function(t){var c=n(r(d[1]),e,arguments);l&&p&&(l(c,'length').configurable&&p(c,'length',{value:1+o(0,t.length-(arguments.length-1))}));return c};var c=function(){return n(r(d[1]),t,arguments)};p?p(m.exports,'apply',{value:c}):m.exports.apply=c},541,[542,545]); -__d(function(g,r,_i,a,m,_e,d){'use strict';var t=SyntaxError,e=Function,o=TypeError,n=function(t){try{return e('"use strict"; return ('+t+').constructor;')()}catch(t){}},y=Object.getOwnPropertyDescriptor;if(y)try{y({},'')}catch(t){y=null}var i=function(){throw new o},p=y?(function(){try{return arguments.callee,i}catch(t){try{return y(arguments,'callee').get}catch(t){return i}}})():i,f=r(d[0])(),c=Object.getPrototypeOf||function(t){return t.__proto__},l={},u='undefined'==typeof Uint8Array?void 0:c(Uint8Array),s={'%AggregateError%':'undefined'==typeof AggregateError?void 0:AggregateError,'%Array%':Array,'%ArrayBuffer%':'undefined'==typeof ArrayBuffer?void 0:ArrayBuffer,'%ArrayIteratorPrototype%':f?c([][Symbol.iterator]()):void 0,'%AsyncFromSyncIteratorPrototype%':void 0,'%AsyncFunction%':l,'%AsyncGenerator%':l,'%AsyncGeneratorFunction%':l,'%AsyncIteratorPrototype%':l,'%Atomics%':'undefined'==typeof Atomics?void 0:Atomics,'%BigInt%':'undefined'==typeof BigInt?void 0:BigInt,'%BigInt64Array%':'undefined'==typeof BigInt64Array?void 0:BigInt64Array,'%BigUint64Array%':'undefined'==typeof BigUint64Array?void 0:BigUint64Array,'%Boolean%':Boolean,'%DataView%':'undefined'==typeof DataView?void 0:DataView,'%Date%':Date,'%decodeURI%':decodeURI,'%decodeURIComponent%':decodeURIComponent,'%encodeURI%':encodeURI,'%encodeURIComponent%':encodeURIComponent,'%Error%':Error,'%eval%':eval,'%EvalError%':EvalError,'%Float32Array%':'undefined'==typeof Float32Array?void 0:Float32Array,'%Float64Array%':'undefined'==typeof Float64Array?void 0:Float64Array,'%FinalizationRegistry%':'undefined'==typeof FinalizationRegistry?void 0:FinalizationRegistry,'%Function%':e,'%GeneratorFunction%':l,'%Int8Array%':'undefined'==typeof Int8Array?void 0:Int8Array,'%Int16Array%':'undefined'==typeof Int16Array?void 0:Int16Array,'%Int32Array%':'undefined'==typeof Int32Array?void 0:Int32Array,'%isFinite%':isFinite,'%isNaN%':isNaN,'%IteratorPrototype%':f?c(c([][Symbol.iterator]())):void 0,'%JSON%':'object'==typeof JSON?JSON:void 0,'%Map%':'undefined'==typeof Map?void 0:Map,'%MapIteratorPrototype%':'undefined'!=typeof Map&&f?c((new Map)[Symbol.iterator]()):void 0,'%Math%':Math,'%Number%':Number,'%Object%':Object,'%parseFloat%':parseFloat,'%parseInt%':parseInt,'%Promise%':'undefined'==typeof Promise?void 0:Promise,'%Proxy%':'undefined'==typeof Proxy?void 0:Proxy,'%RangeError%':RangeError,'%ReferenceError%':ReferenceError,'%Reflect%':'undefined'==typeof Reflect?void 0:Reflect,'%RegExp%':RegExp,'%Set%':'undefined'==typeof Set?void 0:Set,'%SetIteratorPrototype%':'undefined'!=typeof Set&&f?c((new Set)[Symbol.iterator]()):void 0,'%SharedArrayBuffer%':'undefined'==typeof SharedArrayBuffer?void 0:SharedArrayBuffer,'%String%':String,'%StringIteratorPrototype%':f?c(''[Symbol.iterator]()):void 0,'%Symbol%':f?Symbol:void 0,'%SyntaxError%':t,'%ThrowTypeError%':p,'%TypedArray%':u,'%TypeError%':o,'%Uint8Array%':'undefined'==typeof Uint8Array?void 0:Uint8Array,'%Uint8ClampedArray%':'undefined'==typeof Uint8ClampedArray?void 0:Uint8ClampedArray,'%Uint16Array%':'undefined'==typeof Uint16Array?void 0:Uint16Array,'%Uint32Array%':'undefined'==typeof Uint32Array?void 0:Uint32Array,'%URIError%':URIError,'%WeakMap%':'undefined'==typeof WeakMap?void 0:WeakMap,'%WeakRef%':'undefined'==typeof WeakRef?void 0:WeakRef,'%WeakSet%':'undefined'==typeof WeakSet?void 0:WeakSet};try{null.error}catch(t){var A=c(c(t));s['%Error.prototype%']=A}var P=function t(e){var o;if('%AsyncFunction%'===e)o=n('async function () {}');else if('%GeneratorFunction%'===e)o=n('function* () {}');else if('%AsyncGeneratorFunction%'===e)o=n('async function* () {}');else if('%AsyncGenerator%'===e){var y=t('%AsyncGeneratorFunction%');y&&(o=y.prototype)}else if('%AsyncIteratorPrototype%'===e){var i=t('%AsyncGenerator%');i&&(o=c(i.prototype))}return s[e]=o,o},v={'%ArrayBufferPrototype%':['ArrayBuffer','prototype'],'%ArrayPrototype%':['Array','prototype'],'%ArrayProto_entries%':['Array','prototype','entries'],'%ArrayProto_forEach%':['Array','prototype','forEach'],'%ArrayProto_keys%':['Array','prototype','keys'],'%ArrayProto_values%':['Array','prototype','values'],'%AsyncFunctionPrototype%':['AsyncFunction','prototype'],'%AsyncGenerator%':['AsyncGeneratorFunction','prototype'],'%AsyncGeneratorPrototype%':['AsyncGeneratorFunction','prototype','prototype'],'%BooleanPrototype%':['Boolean','prototype'],'%DataViewPrototype%':['DataView','prototype'],'%DatePrototype%':['Date','prototype'],'%ErrorPrototype%':['Error','prototype'],'%EvalErrorPrototype%':['EvalError','prototype'],'%Float32ArrayPrototype%':['Float32Array','prototype'],'%Float64ArrayPrototype%':['Float64Array','prototype'],'%FunctionPrototype%':['Function','prototype'],'%Generator%':['GeneratorFunction','prototype'],'%GeneratorPrototype%':['GeneratorFunction','prototype','prototype'],'%Int8ArrayPrototype%':['Int8Array','prototype'],'%Int16ArrayPrototype%':['Int16Array','prototype'],'%Int32ArrayPrototype%':['Int32Array','prototype'],'%JSONParse%':['JSON','parse'],'%JSONStringify%':['JSON','stringify'],'%MapPrototype%':['Map','prototype'],'%NumberPrototype%':['Number','prototype'],'%ObjectPrototype%':['Object','prototype'],'%ObjProto_toString%':['Object','prototype','toString'],'%ObjProto_valueOf%':['Object','prototype','valueOf'],'%PromisePrototype%':['Promise','prototype'],'%PromiseProto_then%':['Promise','prototype','then'],'%Promise_all%':['Promise','all'],'%Promise_reject%':['Promise','reject'],'%Promise_resolve%':['Promise','resolve'],'%RangeErrorPrototype%':['RangeError','prototype'],'%ReferenceErrorPrototype%':['ReferenceError','prototype'],'%RegExpPrototype%':['RegExp','prototype'],'%SetPrototype%':['Set','prototype'],'%SharedArrayBufferPrototype%':['SharedArrayBuffer','prototype'],'%StringPrototype%':['String','prototype'],'%SymbolPrototype%':['Symbol','prototype'],'%SyntaxErrorPrototype%':['SyntaxError','prototype'],'%TypedArrayPrototype%':['TypedArray','prototype'],'%TypeErrorPrototype%':['TypeError','prototype'],'%Uint8ArrayPrototype%':['Uint8Array','prototype'],'%Uint8ClampedArrayPrototype%':['Uint8ClampedArray','prototype'],'%Uint16ArrayPrototype%':['Uint16Array','prototype'],'%Uint32ArrayPrototype%':['Uint32Array','prototype'],'%URIErrorPrototype%':['URIError','prototype'],'%WeakMapPrototype%':['WeakMap','prototype'],'%WeakSetPrototype%':['WeakSet','prototype']},S=r(d[1]).call(Function.call,Array.prototype.concat),E=r(d[1]).call(Function.apply,Array.prototype.splice),I=r(d[1]).call(Function.call,String.prototype.replace),h=r(d[1]).call(Function.call,String.prototype.slice),F=r(d[1]).call(Function.call,RegExp.prototype.exec),U=/[^%.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|%$))/g,b=/\\(\\)?/g,R=function(e){var o=h(e,0,1),n=h(e,-1);if('%'===o&&'%'!==n)throw new t('invalid intrinsic syntax, expected closing `%`');if('%'===n&&'%'!==o)throw new t('invalid intrinsic syntax, expected opening `%`');var y=[];return I(e,U,function(t,e,o,n){y[y.length]=o?I(n,b,'$1'):e||t}),y},w=function(e,n){var y,i=e;if(r(d[2])(v,i)&&(i='%'+(y=v[i])[0]+'%'),r(d[2])(s,i)){var p=s[i];if(p===l&&(p=P(i)),void 0===p&&!n)throw new o('intrinsic '+e+' exists, but is not available. Please file an issue!');return{alias:y,name:i,value:p}}throw new t('intrinsic '+e+' does not exist!')};m.exports=function(e,n){if('string'!=typeof e||0===e.length)throw new o('intrinsic name must be a non-empty string');if(arguments.length>1&&'boolean'!=typeof n)throw new o('"allowMissing" argument must be a boolean');if(null===F(/^%?[^%]*%?$/,e))throw new t('`%` may not be present anywhere but at the beginning and end of the intrinsic name');var i=R(e),p=i.length>0?i[0]:'',f=w('%'+p+'%',n),c=f.name,l=f.value,u=!1,A=f.alias;A&&(p=A[0],E(i,S([0,1],A)));for(var P=1,v=!0;P=i.length){var B=y(l,I);l=(v=!!B)&&'get'in B&&!('originalValue'in B.get)?B.get:l[I]}else v=r(d[2])(l,I),l=l[I];v&&!u&&(s[c]=l)}}return l}},542,[543,545,547]); -__d(function(g,r,i,a,m,e,d){'use strict';var o='undefined'!=typeof Symbol&&Symbol;m.exports=function(){return'function'==typeof o&&('function'==typeof Symbol&&('symbol'==typeof o('foo')&&('symbol'==typeof Symbol('bar')&&r(d[0])())))}},543,[544]); -__d(function(g,r,i,a,m,e,d){'use strict';m.exports=function(){if('function'!=typeof Symbol||'function'!=typeof Object.getOwnPropertySymbols)return!1;if('symbol'==typeof Symbol.iterator)return!0;var t={},o=Symbol('test'),n=Object(o);if('string'==typeof o)return!1;if('[object Symbol]'!==Object.prototype.toString.call(o))return!1;if('[object Symbol]'!==Object.prototype.toString.call(n))return!1;for(o in t[o]=42,t)return!1;if('function'==typeof Object.keys&&0!==Object.keys(t).length)return!1;if('function'==typeof Object.getOwnPropertyNames&&0!==Object.getOwnPropertyNames(t).length)return!1;var c=Object.getOwnPropertySymbols(t);if(1!==c.length||c[0]!==o)return!1;if(!Object.prototype.propertyIsEnumerable.call(t,o))return!1;if('function'==typeof Object.getOwnPropertyDescriptor){var y=Object.getOwnPropertyDescriptor(t,o);if(42!==y.value||!0!==y.enumerable)return!1}return!0}},544,[]); -__d(function(g,r,i,a,m,e,d){'use strict';m.exports=Function.prototype.bind||r(d[0])},545,[546]); -__d(function(g,r,_i,a,m,e,d){'use strict';var t=Array.prototype.slice,n=Object.prototype.toString;m.exports=function(o){var i=this;if('function'!=typeof i||"[object Function]"!==n.call(i))throw new TypeError("Function.prototype.bind called on incompatible "+i);for(var p,c=t.call(arguments,1),l=Math.max(0,i.length-c.length),u=[],y=0;y1?r(d[1])(o,arguments[1]):r(d[1])(o)}},550,[551,559]); -__d(function(g,r,_i,a,m,_e,d){'use strict';if(r(d[0])()||r(d[1])()){var t=Symbol.iterator;m.exports=function(e){return null!=e&&void 0!==e[t]?e[t]():r(d[2])(e)?Array.prototype[t].call(e):void 0}}else{var e=r(d[3]),o=r(d[4]),n=r(d[5]),i=n('%Map%',!0),u=n('%Set%',!0),p=r(d[6]),f=p('Array.prototype.push'),s=p('String.prototype.charCodeAt'),v=p('String.prototype.slice'),c=function(t,e){if(e+1>=t.length)return e+1;var o=s(t,e);if(o<55296||o>56319)return e+1;var n=s(t,e+1);return n<56320||n>57343?e+1:e+2},l=function(t){var e=0;return{next:function(){var o,n=e>=t.length;return n||(o=t[e],e+=1),{done:n,value:o}}}},y=function(t,n){if(e(t)||r(d[2])(t))return l(t);if(o(t)){var i=0;return{next:function(){var e=c(t,i),o=v(t,i,e);return i=e,{done:e>t.length,value:o}}}}return n&&void 0!==t['_es6-shim iterator_']?t['_es6-shim iterator_']():void 0};if(i||u){var h=r(d[7]),_=r(d[8]),S=p('Map.prototype.forEach',!0),x=p('Set.prototype.forEach',!0);if('undefined'==typeof process||!process.versions||!process.versions.node)var M=p('Map.prototype.iterator',!0),A=p('Set.prototype.iterator',!0),E=function(t){var e=!1;return{next:function(){try{return{done:e,value:e?void 0:t.next()}}catch(t){return e=!0,{done:!0,value:void 0}}}}};var b=p('Map.prototype.@@iterator',!0)||p('Map.prototype._es6-shim iterator_',!0),C=p('Set.prototype.@@iterator',!0)||p('Set.prototype._es6-shim iterator_',!0),j=function(t){if(h(t)){if(M)return E(M(t));if(b)return b(t);if(S){var e=[];return S(t,function(t,o){f(e,[o,t])}),l(e)}}if(_(t)){if(A)return E(A(t));if(C)return C(t);if(x){var o=[];return x(t,function(t){f(o,t)}),l(o)}}};m.exports=function(t){return j(t)||y(t)}}else m.exports=function(t){if(null!=t)return y(t,!0)}}},551,[543,544,552,555,556,542,554,557,558]); -__d(function(g,r,i,a,m,e,d){'use strict';var t=r(d[0])(),n=r(d[1])('Object.prototype.toString'),o=function(o){return!(t&&o&&'object'==typeof o&&Symbol.toStringTag in o)&&'[object Arguments]'===n(o)},c=function(t){return!!o(t)||null!==t&&'object'==typeof t&&'number'==typeof t.length&&t.length>=0&&'[object Array]'!==n(t)&&'[object Function]'===n(t.callee)},u=(function(){return o(arguments)})();o.isLegacyArguments=c,m.exports=u?o:c},552,[553,554]); -__d(function(g,r,i,a,m,e,d){'use strict';m.exports=function(){return r(d[0])()&&!!Symbol.toStringTag}},553,[544]); -__d(function(g,r,i,a,m,e,d){'use strict';var t=r(d[0])(r(d[1])('String.prototype.indexOf'));m.exports=function(n,o){var p=r(d[1])(n,!!o);return'function'==typeof p&&t(n,'.prototype.')>-1?r(d[0])(p):p}},554,[541,542]); -__d(function(g,r,i,a,m,e,d){var t={}.toString;m.exports=Array.isArray||function(n){return'[object Array]'==t.call(n)}},555,[]); -__d(function(g,r,i,a,m,_e,d){'use strict';var t=String.prototype.valueOf,e=function(e){try{return t.call(e),!0}catch(t){return!1}},n=Object.prototype.toString,o=r(d[0])();m.exports=function(t){return'string'==typeof t||'object'==typeof t&&(o?e(t):"[object String]"===n.call(t))}},556,[553]); -__d(function(g,r,i,a,m,_e,d){'use strict';var t,n='function'==typeof Map&&Map.prototype?Map:null,e='function'==typeof Set&&Set.prototype?Set:null;n||(t=function(t){return!1});var o=n?Map.prototype.has:null,u=e?Set.prototype.has:null;t||o||(t=function(t){return!1}),m.exports=t||function(t){if(!t||'object'!=typeof t)return!1;try{if(o.call(t),u)try{u.call(t)}catch(t){return!0}return t instanceof n}catch(t){}return!1}},557,[]); -__d(function(g,r,i,a,m,_e,d){'use strict';var t,n='function'==typeof Map&&Map.prototype?Map:null,e='function'==typeof Set&&Set.prototype?Set:null;e||(t=function(t){return!1});var o=n?Map.prototype.has:null,u=e?Set.prototype.has:null;t||u||(t=function(t){return!1}),m.exports=t||function(t){if(!t||'object'!=typeof t)return!1;try{if(u.call(t),o)try{o.call(t)}catch(t){return!0}return t instanceof e}catch(t){}return!1}},558,[]); -__d(function(g,r,i,a,m,e,d){'use strict';var t=TypeError;m.exports=function(n){if(!n||'function'!=typeof n.next)throw new t('iterator must be an object with a `next` method');if(arguments.length>1){var o=arguments[1];if('function'!=typeof o)throw new t('`callback`, if provided, must be a function')}for(var f,u=o||[];(f=n.next())&&!f.done;)o?o(f.value):u.push(f.value);if(!o)return u}},559,[]); -__d(function(g,r,i,a,m,e,d){'use strict';var t=r(d[0])(),n=r(d[1])('Array.prototype.slice'),o=function(o,l){return r(d[2])(o),t.apply(o,n(arguments,1))};r(d[3])(o,{getPolyfill:r(d[0]),implementation:r(d[4]),shim:r(d[5])}),m.exports=o},560,[561,554,565,583,563,631]); -__d(function(g,r,i,a,m,e,d){'use strict';m.exports=function(){var t=Array.prototype.map;return r(d[0])(t)?t:r(d[1])}},561,[562,563]); -__d(function(g,r,i,a,m,_e,d){m.exports=function(t){var n=!0,c=!0,f=!1;if('function'==typeof t){try{t.call('f',function(t,c,f){'object'!=typeof f&&(n=!1)}),t.call([null],function(){'use strict';c='string'==typeof this},'x')}catch(t){f=!0}return!f&&n&&c}return!1}},562,[]); -__d(function(g,r,i,a,m,e,d){'use strict';var t=Object('a'),n='a'!==t[0]||!(0 in t),o=r(d[0])('String.prototype.split');m.exports=function(t){var p,c=r(d[1])(this),f=n&&r(d[2])(c)?o(c,''):c,s=r(d[3])(f.length);if(!r(d[4])(t))throw new TypeError('Array.prototype.map callback must be a function');arguments.length>1&&(p=arguments[1]);for(var u=r(d[5])(c,s),l=0;l>>0}},567,[568]); -__d(function(g,r,i,a,m,e,d){'use strict';var t=r(d[0])('%TypeError%'),n=r(d[0])('%Number%'),o=r(d[0])('%RegExp%'),f=r(d[0])('%parseInt%'),u=r(d[1])('String.prototype.slice'),p=r(d[2])(/^0b[01]+$/i),s=r(d[2])(/^0o[0-7]+$/i),b=r(d[2])(/^[-+]0x[0-9a-f]+$/i),y=new o('['+["\x85","\u200b","\ufffe"].join('')+']','g'),l=r(d[2])(y);m.exports=function o(y){var v=r(d[3])(y)?y:r(d[4])(y,n);if('symbol'==typeof v)throw new t('Cannot convert a Symbol value to a number');if('bigint'==typeof v)throw new t('Conversion from \'BigInt\' to \'number\' is not allowed.');if('string'==typeof v){if(p(v))return o(f(u(v,2),2));if(s(v))return o(f(u(v,2),8));if(l(v)||b(v))return NaN;var w=r(d[5])(v);if(w!==v)return o(w)}return n(v)}},568,[542,554,569,571,572,578]); -__d(function(g,r,i,a,m,e,d){'use strict';var t=r(d[0])('RegExp.prototype.exec'),n=r(d[1])('%TypeError%');m.exports=function(o){if(!r(d[2])(o))throw new n('`regex` must be a RegExp');return function(n){return null!==t(o,n)}}},569,[554,542,570]); -__d(function(g,r,i,a,m,_e,d){'use strict';var t,e,o,n,c=r(d[0])();if(c){t=r(d[1])('Object.prototype.hasOwnProperty'),e=r(d[1])('RegExp.prototype.exec'),o={};var p=function(){throw o};n={toString:p,valueOf:p},'symbol'==typeof Symbol.toPrimitive&&(n[Symbol.toPrimitive]=p)}var f=r(d[1])('Object.prototype.toString'),y=Object.getOwnPropertyDescriptor;m.exports=c?function(c){if(!c||'object'!=typeof c)return!1;var p=y(c,'lastIndex');if(!(p&&t(p,'value')))return!1;try{e(c,n)}catch(t){return t===o}}:function(t){return!(!t||'object'!=typeof t&&'function'!=typeof t)&&"[object RegExp]"===f(t)}},570,[553,554]); -__d(function(g,r,i,a,m,e,d){'use strict';m.exports=function(t){return null===t||'function'!=typeof t&&'object'!=typeof t}},571,[]); -__d(function(g,r,i,a,m,e,d){'use strict';m.exports=function(t){return arguments.length>1?r(d[0])(t,arguments[1]):r(d[0])(t)}},572,[573]); -__d(function(g,r,_i,a,m,e,d){'use strict';var t='function'==typeof Symbol&&'symbol'==typeof Symbol.iterator,o=function(t,o){if(void 0===t||null===t)throw new TypeError('Cannot call method on '+t);if('string'!=typeof o||'number'!==o&&'string'!==o)throw new TypeError('hint must be "string" or "number"');var n,i,u,f='string'===o?['toString','valueOf']:['valueOf','toString'];for(u=0;u1&&(arguments[1]===String?f='string':arguments[1]===Number&&(f='number')),t&&(Symbol.toPrimitive?u=n(i,Symbol.toPrimitive):r(d[2])(i)&&(u=Symbol.prototype.valueOf)),void 0!==u){var l=u.call(i,f);if(r(d[1])(l))return l;throw new TypeError('unable to convert exotic object to primitive')}return'default'===f&&(r(d[3])(i)||r(d[2])(i))&&(f='string'),o(i,'default'===f?'number':f)}},573,[574,575,576,577]); -__d(function(g,r,i,a,m,_e,d){'use strict';var t,e,n=Function.prototype.toString,o='object'==typeof Reflect&&null!==Reflect&&Reflect.apply;if('function'==typeof o&&'function'==typeof Object.defineProperty)try{t=Object.defineProperty({},'length',{get:function(){throw e}}),e={},o(function(){throw 42},null,t)}catch(t){t!==e&&(o=null)}else o=null;var c=/^\s*class\b/,l=function(t){try{var e=n.call(t);return c.test(e)}catch(t){return!1}},u=function(t){try{return!l(t)&&(n.call(t),!0)}catch(t){return!1}},f=Object.prototype.toString,y='function'==typeof Symbol&&!!Symbol.toStringTag,b=!(0 in[,]),p=function(){return!1};if('object'==typeof document){var j=document.all;f.call(j)===f.call(document.all)&&(p=function(t){if((b||!t)&&(void 0===t||'object'==typeof t))try{var e=f.call(t);return("[object HTMLAllCollection]"===e||"[object HTML document.all class]"===e||"[object HTMLCollection]"===e||"[object Object]"===e)&&null==t('')}catch(t){}return!1})}m.exports=o?function(n){if(p(n))return!0;if(!n)return!1;if('function'!=typeof n&&'object'!=typeof n)return!1;try{o(n,null,t)}catch(t){if(t!==e)return!1}return!l(n)&&u(n)}:function(t){if(p(t))return!0;if(!t)return!1;if('function'!=typeof t&&'object'!=typeof t)return!1;if(y)return u(t);if(l(t))return!1;var e=f.call(t);return!("[object Function]"!==e&&"[object GeneratorFunction]"!==e&&!/^\[object HTML/.test(e))&&u(t)}},574,[]); -__d(function(g,r,i,a,m,e,d){'use strict';m.exports=function(t){return null===t||'function'!=typeof t&&'object'!=typeof t}},575,[]); -__d(function(g,r,i,a,m,_e,d){'use strict';var t=Object.prototype.toString;if(r(d[0])()){var o=Symbol.prototype.toString,e=/^Symbol\(.*\)$/,n=function(t){return'symbol'==typeof t.valueOf()&&e.test(o.call(t))};m.exports=function(o){if('symbol'==typeof o)return!0;if('[object Symbol]'!==t.call(o))return!1;try{return n(o)}catch(t){return!1}}}else m.exports=function(t){return!1}},576,[543]); -__d(function(g,r,i,a,m,_e,d){'use strict';var t=Date.prototype.getDay,e=function(e){try{return t.call(e),!0}catch(t){return!1}},o=Object.prototype.toString,c=r(d[0])();m.exports=function(t){return'object'==typeof t&&null!==t&&(c?e(t):"[object Date]"===o.call(t))}},577,[553]); -__d(function(g,r,i,a,m,e,d){'use strict';var t=r(d[0])(r(d[1])()),n=function(n){return r(d[2])(n),t(n)};r(d[3])(n,{getPolyfill:r(d[1]),implementation:r(d[4]),shim:r(d[5])}),m.exports=n},578,[541,579,582,583,580,588]); -__d(function(g,r,i,a,m,e,d){'use strict';m.exports=function(){return String.prototype.trim&&"\u200b"==="\u200b".trim()&&"\u180e"==="\u180e".trim()&&"_\u180e"==="_\u180e".trim()&&"\u180e_"==="\u180e_".trim()?String.prototype.trim:r(d[0])}},579,[580]); -__d(function(g,r,i,a,m,e,d){'use strict';var u=r(d[0])('String.prototype.replace'),x=/^\s$/.test("\u180e"),F=x?/^[\x09\x0A\x0B\x0C\x0D\x20\xA0\u1680\u180E\u2000\u2001\u2002\u2003\u2004\u2005\u2006\u2007\u2008\u2009\u200A\u202F\u205F\u3000\u2028\u2029\uFEFF]+/:/^[\x09\x0A\x0B\x0C\x0D\x20\xA0\u1680\u2000\u2001\u2002\u2003\u2004\u2005\u2006\u2007\u2008\u2009\u200A\u202F\u205F\u3000\u2028\u2029\uFEFF]+/,t=x?/[\x09\x0A\x0B\x0C\x0D\x20\xA0\u1680\u180E\u2000\u2001\u2002\u2003\u2004\u2005\u2006\u2007\u2008\u2009\u200A\u202F\u205F\u3000\u2028\u2029\uFEFF]+$/:/[\x09\x0A\x0B\x0C\x0D\x20\xA0\u1680\u2000\u2001\u2002\u2003\u2004\u2005\u2006\u2007\u2008\u2009\u200A\u202F\u205F\u3000\u2028\u2029\uFEFF]+$/;m.exports=function(){var x=r(d[1])(r(d[2])(this));return u(u(x,F,''),t,'')}},580,[554,581,582]); -__d(function(g,r,i,a,m,e,d){'use strict';var t=r(d[0])('%String%'),n=r(d[0])('%TypeError%');m.exports=function(o){if('symbol'==typeof o)throw new n('Cannot convert a Symbol value to a string');return t(o)}},581,[542]); -__d(function(g,r,i,a,m,e,d){'use strict';m.exports=r(d[0])},582,[566]); -__d(function(g,r,_i,a,m,e,d){'use strict';var t='function'==typeof Symbol&&'symbol'==typeof Symbol('foo'),o=Object.prototype.toString,n=Array.prototype.concat,c=Object.defineProperty,i=r(d[0])(),f=c&&i,l=function(t,n,i,l){if(n in t)if(!0===l){if(t[n]===i)return}else if('function'!=typeof(p=l)||'[object Function]'!==o.call(p)||!l())return;var p;f?c(t,n,{configurable:!0,enumerable:!1,value:i,writable:!0}):t[n]=i},p=function(o,c){var i=arguments.length>2?arguments[2]:{},f=r(d[1])(c);t&&(f=n.call(f,Object.getOwnPropertySymbols(c)));for(var p=0;p0&&!e.call(t,0))for(var y=0;y0)for(var b=0;b=0&&'[object Function]'===t.call(n.callee)),c}},587,[]); -__d(function(g,r,i,a,m,e,d){'use strict';m.exports=function(){var t=r(d[0])();return r(d[1])(String.prototype,{trim:t},{trim:function(){return String.prototype.trim!==t}}),t}},588,[579,583]); -__d(function(g,r,i,a,m,e,d){'use strict';m.exports=r(d[0])},589,[574]); -__d(function(g,r,i,a,m,e,d){'use strict';var t=r(d[0])('%Symbol.species%',!0),n=r(d[0])('%TypeError%');m.exports=function(o,s){if(!r(d[1])(s)||s<0)throw new n('Assertion failed: length must be an integer >= 0');if(!r(d[2])(o))return r(d[3])(s);var u=r(d[4])(o,'constructor');if(t&&'Object'===r(d[5])(u)&&null===(u=r(d[4])(u,t))&&(u=void 0),void 0===u)return r(d[3])(s);if(!r(d[6])(u))throw new n('C must be a constructor');return new u(s)}},590,[542,591,597,599,601,592,605]); -__d(function(g,r,i,a,m,e,d){'use strict';m.exports=function(t){if('Number'!==r(d[0])(t)||r(d[1])(t)||!r(d[2])(t))return!1;var n=r(d[3])(t);return r(d[4])(n)===n}},591,[592,593,594,595,596]); -__d(function(g,r,i,a,m,e,d){'use strict';m.exports=function(t){return'symbol'==typeof t?'Symbol':'bigint'==typeof t?'BigInt':r(d[0])(t)}},592,[549]); -__d(function(g,r,i,_a,m,e,d){'use strict';m.exports=Number.isNaN||function(t){return t!=t}},593,[]); -__d(function(g,r,i,a,m,e,d){'use strict';m.exports=function(t){return('number'==typeof t||'bigint'==typeof t)&&!r(d[0])(t)&&t!==1/0&&t!==-1/0}},594,[593]); -__d(function(g,r,i,a,m,e,d){'use strict';var t=r(d[0])('%Math.abs%');m.exports=function(n){return t(n)}},595,[542]); -__d(function(g,r,i,a,m,e,d){'use strict';var t=Math.floor;m.exports=function(n){return'BigInt'===r(d[0])(n)?n:t(n)}},596,[592]); -__d(function(g,r,i,a,m,e,d){'use strict';m.exports=r(d[0])},597,[598]); -__d(function(g,r,i,a,m,e,d){'use strict';var t=r(d[0])('%Array%'),o=!t.isArray&&r(d[1])('Object.prototype.toString');m.exports=t.isArray||function(t){return'[object Array]'===o(t)}},598,[542,554]); -__d(function(g,r,i,a,m,e,d){'use strict';var t=r(d[0])('%Array.prototype%'),n=r(d[0])('%RangeError%'),o=r(d[0])('%SyntaxError%'),p=r(d[0])('%TypeError%'),s=Math.pow(2,32)-1,h=r(d[1])(),u=r(d[0])('%Object.setPrototypeOf%',!0)||(h?function(t,n){return t.__proto__=n,t}:null);m.exports=function(h){if(!r(d[2])(h)||h<0)throw new p('Assertion failed: `length` must be an integer Number >= 0');if(h>s)throw new n('length is greater than (2**32 - 1)');var f=arguments.length>1?arguments[1]:t,y=[];if(f!==t){if(!u)throw new o('ArrayCreate: a `proto` argument that is not `Array.prototype` is not supported in an environment that does not support setting the [[Prototype]]');u(y,f)}return 0!==h&&(y.length=h),y}},599,[542,600,591]); -__d(function(g,r,i,a,m,e,d){'use strict';var o={foo:{}},t=Object;m.exports=function(){return{__proto__:o}.foo===o.foo&&!({__proto__:null}instanceof t)}},600,[]); -__d(function(g,r,i,a,m,e,d){'use strict';var t=r(d[0])('%TypeError%');m.exports=function(o,n){if('Object'!==r(d[1])(o))throw new t('Assertion failed: Type(O) is not Object');if(!r(d[2])(n))throw new t('Assertion failed: IsPropertyKey(P) is not true, got '+r(d[3])(n));return o[n]}},601,[542,592,602,603]); -__d(function(g,r,i,a,m,e,d){'use strict';m.exports=function(t){return'string'==typeof t||'symbol'==typeof t}},602,[]); -__d(function(g,r,_i,a,_m,_e,d){var t='function'==typeof Map&&Map.prototype,e=Object.getOwnPropertyDescriptor&&t?Object.getOwnPropertyDescriptor(Map.prototype,'size'):null,n=t&&e&&'function'==typeof e.get?e.get:null,o=t&&Map.prototype.forEach,i='function'==typeof Set&&Set.prototype,c=Object.getOwnPropertyDescriptor&&i?Object.getOwnPropertyDescriptor(Set.prototype,'size'):null,u=i&&c&&'function'==typeof c.get?c.get:null,l=i&&Set.prototype.forEach,f='function'==typeof WeakMap&&WeakMap.prototype?WeakMap.prototype.has:null,p='function'==typeof WeakSet&&WeakSet.prototype?WeakSet.prototype.has:null,y='function'==typeof WeakRef&&WeakRef.prototype?WeakRef.prototype.deref:null,b=Boolean.prototype.valueOf,s=Object.prototype.toString,S=Function.prototype.toString,h=String.prototype.match,m=String.prototype.slice,v=String.prototype.replace,j=String.prototype.toUpperCase,O=String.prototype.toLowerCase,w=RegExp.prototype.test,x=Array.prototype.concat,_=Array.prototype.join,k=Array.prototype.slice,E=Math.floor,M='function'==typeof BigInt?BigInt.prototype.valueOf:null,W=Object.getOwnPropertySymbols,L='function'==typeof Symbol&&'symbol'==typeof Symbol.iterator?Symbol.prototype.toString:null,$='function'==typeof Symbol&&'object'==typeof Symbol.iterator,A='function'==typeof Symbol&&Symbol.toStringTag&&(typeof Symbol.toStringTag===$||'symbol')?Symbol.toStringTag:null,T=Object.prototype.propertyIsEnumerable,q=('function'==typeof Reflect?Reflect.getPrototypeOf:Object.getPrototypeOf)||([].__proto__===Array.prototype?function(t){return t.__proto__}:null);function I(t,e){if(t===1/0||t===-1/0||t!=t||t&&t>-1e3&&t<1e3||w.call(/e/,e))return e;var n=/[0-9](?=(?:[0-9]{3})+(?![0-9]))/g;if('number'==typeof t){var o=t<0?-E(-t):E(t);if(o!==t){var i=String(o),c=m.call(e,i.length+1);return v.call(i,n,'$&_')+'.'+v.call(v.call(c,/([0-9]{3})/g,'$&_'),/_$/,'')}}return v.call(e,n,'$&_')}var N=G(r(d[0]).custom)?r(d[0]).custom:null;function P(t,e,n){var o='double'===(n.quoteStyle||e)?'"':"'";return o+t+o}function R(t){return v.call(String(t),/"/g,'"')}function D(t){return!('[object Array]'!==V(t)||A&&'object'==typeof t&&A in t)}function B(t){return!('[object Date]'!==V(t)||A&&'object'==typeof t&&A in t)}function C(t){return!('[object RegExp]'!==V(t)||A&&'object'==typeof t&&A in t)}function z(t){return!('[object Error]'!==V(t)||A&&'object'==typeof t&&A in t)}function F(t){return!('[object String]'!==V(t)||A&&'object'==typeof t&&A in t)}function H(t){return!('[object Number]'!==V(t)||A&&'object'==typeof t&&A in t)}function U(t){return!('[object Boolean]'!==V(t)||A&&'object'==typeof t&&A in t)}function G(t){if($)return t&&'object'==typeof t&&t instanceof Symbol;if('symbol'==typeof t)return!0;if(!t||'object'!=typeof t||!L)return!1;try{return L.call(t),!0}catch(t){}return!1}function J(t){if(!t||'object'!=typeof t||!M)return!1;try{return M.call(t),!0}catch(t){}return!1}_m.exports=function t(e,i,c,f){var p=i||{};if(Q(p,'quoteStyle')&&'single'!==p.quoteStyle&&'double'!==p.quoteStyle)throw new TypeError('option "quoteStyle" must be "single" or "double"');if(Q(p,'maxStringLength')&&('number'==typeof p.maxStringLength?p.maxStringLength<0&&p.maxStringLength!==1/0:null!==p.maxStringLength))throw new TypeError('option "maxStringLength", if provided, must be a positive integer, Infinity, or `null`');var y=!Q(p,'customInspect')||p.customInspect;if('boolean'!=typeof y&&'symbol'!==y)throw new TypeError('option "customInspect", if provided, must be `true`, `false`, or `\'symbol\'`');if(Q(p,'indent')&&null!==p.indent&&'\t'!==p.indent&&!(parseInt(p.indent,10)===p.indent&&p.indent>0))throw new TypeError('option "indent" must be "\\t", an integer > 0, or `null`');if(Q(p,'numericSeparator')&&'boolean'!=typeof p.numericSeparator)throw new TypeError('option "numericSeparator", if provided, must be `true` or `false`');var s=p.numericSeparator;if(void 0===e)return'undefined';if(null===e)return'null';if('boolean'==typeof e)return e?'true':'false';if('string'==typeof e)return it(e,p);if('number'==typeof e){if(0===e)return 1/0/e>0?'0':'-0';var S=String(e);return s?I(e,S):S}if('bigint'==typeof e){var h=String(e)+'n';return s?I(e,h):h}var j=void 0===p.depth?5:p.depth;if(void 0===c&&(c=0),c>=j&&j>0&&'object'==typeof e)return D(e)?'[Array]':'[Object]';var w=pt(p,c);if(void 0===f)f=[];else if(Y(f,e)>=0)return'[Circular]';function E(e,n,o){if(n&&(f=k.call(f)).push(n),o){var i={depth:p.depth};return Q(p,'quoteStyle')&&(i.quoteStyle=p.quoteStyle),t(e,i,c+1,f)}return t(e,p,c+1,f)}if('function'==typeof e&&!C(e)){var W=X(e),K=gt(e,E);return'[Function'+(W?': '+W:' (anonymous)')+']'+(K.length>0?' { '+_.call(K,', ')+' }':'')}if(G(e)){var ct=$?v.call(String(e),/^(Symbol\(.*\))_[^)]*$/,'$1'):L.call(e);return'object'!=typeof e||$?ct:ut(ct)}if(ot(e)){for(var bt='<'+O.call(String(e.nodeName)),st=e.attributes||[],St=0;St'}if(D(e)){if(0===e.length)return'[]';var ht=gt(e,E);return w&&!ft(ht)?'['+yt(ht,w)+']':'[ '+_.call(ht,', ')+' ]'}if(z(e)){var mt=gt(e,E);return'cause'in Error.prototype||!('cause'in e)||T.call(e,'cause')?0===mt.length?'['+String(e)+']':'{ ['+String(e)+'] '+_.call(mt,', ')+' }':'{ ['+String(e)+'] '+_.call(x.call('[cause]: '+E(e.cause),mt),', ')+' }'}if('object'==typeof e&&y){if(N&&'function'==typeof e[N]&&r(d[0]))return r(d[0])(e,{depth:j-c});if('symbol'!==y&&'function'==typeof e.inspect)return e.inspect()}if(Z(e)){var vt=[];return o&&o.call(e,function(t,n){vt.push(E(n,e,!0)+' => '+E(t,e))}),at('Map',n.call(e),vt,w)}if(rt(e)){var dt=[];return l&&l.call(e,function(t){dt.push(E(t,e))}),at('Set',u.call(e),dt,w)}if(tt(e))return lt('WeakMap');if(nt(e))return lt('WeakSet');if(et(e))return lt('WeakRef');if(H(e))return ut(E(Number(e)));if(J(e))return ut(E(M.call(e)));if(U(e))return ut(b.call(e));if(F(e))return ut(E(String(e)));if(!B(e)&&!C(e)){var jt=gt(e,E),Ot=q?q(e)===Object.prototype:e instanceof Object||e.constructor===Object,wt=e instanceof Object?'':'null prototype',xt=!Ot&&A&&Object(e)===e&&A in e?m.call(V(e),8,-1):wt?'Object':'',_t=(Ot||'function'!=typeof e.constructor?'':e.constructor.name?e.constructor.name+' ':'')+(xt||wt?'['+_.call(x.call([],xt||[],wt||[]),': ')+'] ':'');return 0===jt.length?_t+'{}':w?_t+'{'+yt(jt,w)+'}':_t+'{ '+_.call(jt,', ')+' }'}return String(e)};var K=Object.prototype.hasOwnProperty||function(t){return t in this};function Q(t,e){return K.call(t,e)}function V(t){return s.call(t)}function X(t){if(t.name)return t.name;var e=h.call(S.call(t),/^function\s*([\w$]+)/);return e?e[1]:null}function Y(t,e){if(t.indexOf)return t.indexOf(e);for(var n=0,o=t.length;ne.maxStringLength){var n=t.length-e.maxStringLength,o='... '+n+' more character'+(n>1?'s':'');return it(m.call(t,0,e.maxStringLength),e)+o}return P(v.call(v.call(t,/(['\\])/g,'\\$1'),/[\x00-\x1f]/g,ct),'single',e)}function ct(t){var e=t.charCodeAt(0),n={8:'b',9:'t',10:'n',12:'f',13:'r'}[e];return n?'\\'+n:'\\x'+(e<16?'0':'')+j.call(e.toString(16))}function ut(t){return'Object('+t+')'}function lt(t){return t+' { ? }'}function at(t,e,n,o){return t+' ('+e+') {'+(o?yt(n,o):_.call(n,', '))+'}'}function ft(t){for(var e=0;e=0)return!1;return!0}function pt(t,e){var n;if('\t'===t.indent)n='\t';else{if(!('number'==typeof t.indent&&t.indent>0))return null;n=_.call(Array(t.indent+1),' ')}return{base:n,prev:_.call(Array(e+1),n)}}function yt(t,e){if(0===t.length)return'';var n='\n'+e.prev+e.base;return n+_.call(t,','+n)+'\n'+e.prev}function gt(t,e){var n=D(t),o=[];if(n){o.length=t.length;for(var i=0;i=0&&n['[[EndIndex]]']>=n['[[StartIndex]]']&&String(parseInt(n['[[StartIndex]]'],10))===String(n['[[StartIndex]]'])&&String(parseInt(n['[[EndIndex]]'],10))===String(n['[[EndIndex]]'])}},611,[547]); -__d(function(g,r,i,a,m,e,d){'use strict';m.exports=function(t){return void 0!==t&&(r(d[0])(r(d[1]),'Property Descriptor','Desc',t),!(!r(d[2])(t,'[[Get]]')&&!r(d[2])(t,'[[Set]]')))}},612,[610,592,547]); -__d(function(g,r,i,a,m,e,d){'use strict';var t=r(d[0])('%TypeError%');m.exports=function(o){if('Object'!==r(d[1])(o))throw new t('ToPropertyDescriptor requires an object');var n={};if(r(d[2])(o,'enumerable')&&(n['[[Enumerable]]']=r(d[3])(o.enumerable)),r(d[2])(o,'configurable')&&(n['[[Configurable]]']=r(d[3])(o.configurable)),r(d[2])(o,'value')&&(n['[[Value]]']=o.value),r(d[2])(o,'writable')&&(n['[[Writable]]']=r(d[3])(o.writable)),r(d[2])(o,'get')){var u=o.get;if(void 0!==u&&!r(d[4])(u))throw new t('getter must be a function');n['[[Get]]']=u}if(r(d[2])(o,'set')){var b=o.set;if(void 0!==b&&!r(d[4])(b))throw new t('setter must be a function');n['[[Set]]']=b}if((r(d[2])(n,'[[Get]]')||r(d[2])(n,'[[Set]]'))&&(r(d[2])(n,'[[Value]]')||r(d[2])(n,'[[Writable]]')))throw new t('Invalid property descriptor. Cannot both specify accessors and a value or writable attribute');return n}},613,[542,592,547,614,589]); -__d(function(g,r,i,a,m,e,d){'use strict';m.exports=function(t){return!!t}},614,[]); -__d(function(g,r,i,a,m,e,d){'use strict';var t=r(d[0])()&&r(d[1])('%Object.defineProperty%',!0),n=r(d[0]).hasArrayLengthDefineBug(),u=n&&r(d[2]),l=r(d[3])('Object.prototype.propertyIsEnumerable');m.exports=function(f,o,b,h,p,c){if(!t){if(!f(c))return!1;if(!c['[[Configurable]]']||!c['[[Writable]]'])return!1;if(p in h&&l(h,p)!==!!c['[[Enumerable]]'])return!1;var s=c['[[Value]]'];return h[p]=s,o(h[p],s)}return n&&'length'===p&&'[[Value]]'in c&&u(h)&&h.length!==c['[[Value]]']?(h.length=c['[[Value]]'],h.length===c['[[Value]]']):(t(h,p,b(c)),!0)}},615,[584,542,598,554]); -__d(function(g,r,i,a,m,e,d){'use strict';m.exports=function(t,n){return t===n?0!==t||1/t==1/n:r(d[0])(t)&&r(d[0])(n)}},616,[593]); -__d(function(g,r,i,a,m,e,d){'use strict';m.exports=function(t){return void 0!==t&&r(d[0])(r(d[1]),'Property Descriptor','Desc',t),r(d[2])(t)}},617,[610,592,618]); -__d(function(g,r,i,a,m,e,d){'use strict';m.exports=function(n){if(void 0===n)return n;var t={};return'[[Value]]'in n&&(t.value=n['[[Value]]']),'[[Writable]]'in n&&(t.writable=!!n['[[Writable]]']),'[[Get]]'in n&&(t.get=n['[[Get]]']),'[[Set]]'in n&&(t.set=n['[[Set]]']),'[[Enumerable]]'in n&&(t.enumerable=!!n['[[Enumerable]]']),'[[Configurable]]'in n&&(t.configurable=!!n['[[Configurable]]']),t}},618,[]); -__d(function(g,r,i,a,m,e,d){'use strict';var t=r(d[0])('%String%'),n=r(d[0])('%TypeError%');m.exports=function(o){if('symbol'==typeof o)throw new n('Cannot convert a Symbol value to a string');return t(o)}},619,[542]); -__d(function(g,r,i,a,m,e,d){'use strict';var t=r(d[0])('%TypeError%');m.exports=function(n,o){if('Object'!==r(d[1])(n))throw new t('Assertion failed: `O` must be an Object');if(!r(d[2])(o))throw new t('Assertion failed: `P` must be a Property Key');return o in n}},620,[542,592,602]); -__d(function(g,r,i,a,m,e,d){'use strict';var t=r(d[0])('%TypeError%'),n=r(d[0])('%Reflect.apply%',!0)||r(d[1])('Function.prototype.apply');m.exports=function(o,p){var s=arguments.length>2?arguments[2]:[];if(!r(d[2])(s))throw new t('Assertion failed: optional `argumentsList`, if provided, must be a List');return n(o,p,s)}},621,[542,554,597]); -__d(function(g,r,i,a,m,e,d){'use strict';var t=r(d[0])('%TypeError%');m.exports=function(o,n,s){if('Object'!==r(d[1])(o))throw new t('Assertion failed: Type(O) is not Object');if(!r(d[2])(n))throw new t('Assertion failed: IsPropertyKey(P) is not true');var f=r(d[3])(o,n,s);if(!f)throw new t('unable to create data property');return f}},622,[542,592,602,623]); -__d(function(g,r,i,a,m,e,d){'use strict';var t=r(d[0])('%TypeError%');m.exports=function(n,o,s){if('Object'!==r(d[1])(n))throw new t('Assertion failed: Type(O) is not Object');if(!r(d[2])(o))throw new t('Assertion failed: IsPropertyKey(P) is not true');var u={'[[Configurable]]':!0,'[[Enumerable]]':!0,'[[Value]]':s,'[[Writable]]':!0};return r(d[3])(n,o,u)}},623,[542,592,602,624]); -__d(function(g,r,i,a,m,e,d){'use strict';var n=r(d[0])('%SyntaxError%'),t=r(d[0])('%TypeError%');m.exports=function(o,s,u){if('Object'!==r(d[1])(o))throw new t('Assertion failed: O must be an Object');if(!r(d[2])(s))throw new t('Assertion failed: P must be a Property Key');if(!r(d[3])({Type:r(d[1]),IsDataDescriptor:r(d[4]),IsAccessorDescriptor:r(d[5])},u))throw new t('Assertion failed: Desc must be a Property Descriptor');if(!r(d[6])){if(r(d[5])(u))throw new n('This environment does not support accessor property descriptors.');var l=!(s in o)&&u['[[Writable]]']&&u['[[Enumerable]]']&&u['[[Configurable]]']&&'[[Value]]'in u,b=s in o&&(!('[[Configurable]]'in u)||u['[[Configurable]]'])&&(!('[[Enumerable]]'in u)||u['[[Enumerable]]'])&&(!('[[Writable]]'in u)||u['[[Writable]]'])&&'[[Value]]'in u;if(l||b)return o[s]=u['[[Value]]'],r(d[7])(o[s],u['[[Value]]']);throw new n('This environment does not support defining non-writable, non-enumerable, or non-configurable properties')}var p=r(d[6])(o,s),f=p&&r(d[8])(p),c=r(d[9])(o);return r(d[10])(o,s,c,u,f)}},624,[542,592,602,608,609,612,625,616,613,626,627]); -__d(function(g,r,i,a,m,_e,d){'use strict';var t=r(d[0])('%Object.getOwnPropertyDescriptor%',!0);if(t)try{t([],'length')}catch(e){t=null}m.exports=t},625,[542]); -__d(function(g,r,i,a,m,e,d){'use strict';var t=r(d[0])('%Object.preventExtensions%',!0),n=r(d[0])('%Object.isExtensible%',!0);m.exports=t?function(t){return!r(d[1])(t)&&n(t)}:function(t){return!r(d[1])(t)}},626,[542,571]); -__d(function(g,r,i,a,m,e,d){'use strict';var n=r(d[0])('%TypeError%');m.exports=function(t,o,f,s,u){var l=r(d[1])(t);if('Undefined'!==l&&'Object'!==l)throw new n('Assertion failed: O must be undefined or an Object');if('Boolean'!==r(d[1])(f))throw new n('Assertion failed: extensible must be a Boolean');if(!r(d[2])({Type:r(d[1]),IsDataDescriptor:r(d[3]),IsAccessorDescriptor:r(d[4])},s))throw new n('Assertion failed: Desc must be a Property Descriptor');if('Undefined'!==r(d[1])(u)&&!r(d[2])({Type:r(d[1]),IsDataDescriptor:r(d[3]),IsAccessorDescriptor:r(d[4])},u))throw new n('Assertion failed: current must be a Property Descriptor, or undefined');if('Undefined'!==l&&!r(d[5])(o))throw new n('Assertion failed: if O is not undefined, P must be a Property Key');if('Undefined'===r(d[1])(u)){if(!f)return!1;if(r(d[6])(s)||r(d[3])(s))'Undefined'!==l&&r(d[7])(r(d[3]),r(d[8]),r(d[9]),t,o,{'[[Configurable]]':s['[[Configurable]]'],'[[Enumerable]]':s['[[Enumerable]]'],'[[Value]]':s['[[Value]]'],'[[Writable]]':s['[[Writable]]']});else{if(!r(d[4])(s))throw new n('Assertion failed: Desc is not an accessor descriptor');if('Undefined'!==l)return r(d[7])(r(d[3]),r(d[8]),r(d[9]),t,o,s)}return!0}if(r(d[6])(s)&&!('[[Configurable]]'in s)&&!('[[Enumerable]]'in s))return!0;if(r(d[10])({SameValue:r(d[8])},s,u))return!0;if(!u['[[Configurable]]']){if(s['[[Configurable]]'])return!1;if('[[Enumerable]]'in s&&!s['[[Enumerable]]']==!!u['[[Enumerable]]'])return!1}if(r(d[6])(s));else if(r(d[3])(u)!==r(d[3])(s)){if(!u['[[Configurable]]'])return!1;r(d[3])(u)?'Undefined'!==l&&r(d[7])(r(d[3]),r(d[8]),r(d[9]),t,o,{'[[Configurable]]':u['[[Configurable]]'],'[[Enumerable]]':u['[[Enumerable]]'],'[[Get]]':void 0}):'Undefined'!==l&&r(d[7])(r(d[3]),r(d[8]),r(d[9]),t,o,{'[[Configurable]]':u['[[Configurable]]'],'[[Enumerable]]':u['[[Enumerable]]'],'[[Value]]':void 0})}else if(r(d[3])(u)&&r(d[3])(s)){if(!u['[[Configurable]]']&&!u['[[Writable]]'])return!('[[Writable]]'in s&&s['[[Writable]]'])&&!('[[Value]]'in s&&!r(d[8])(s['[[Value]]'],u['[[Value]]']))}else{if(!r(d[4])(u)||!r(d[4])(s))throw new n('Assertion failed: current and Desc are not both data, both accessors, or one accessor and one data.');if(!u['[[Configurable]]'])return!('[[Set]]'in s&&!r(d[8])(s['[[Set]]'],u['[[Set]]']))&&!('[[Get]]'in s&&!r(d[8])(s['[[Get]]'],u['[[Get]]']))}return'Undefined'===l||r(d[7])(r(d[3]),r(d[8]),r(d[9]),t,o,s)}},627,[542,592,608,609,612,602,628,615,616,617,629]); -__d(function(g,r,i,a,m,e,d){'use strict';m.exports=function(t){return void 0!==t&&(r(d[0])(r(d[1]),'Property Descriptor','Desc',t),!r(d[2])(t)&&!r(d[3])(t))}},628,[610,592,612,609]); -__d(function(g,r,i,a,m,e,d){'use strict';m.exports=function(n,t,u){return r(d[0])(['[[Configurable]]','[[Enumerable]]','[[Get]]','[[Set]]','[[Value]]','[[Writable]]'],function(l){return l in t==l in u&&n.SameValue(t[l],u[l])})}},629,[630]); -__d(function(g,r,_i,a,m,e,d){'use strict';m.exports=function(t,n){for(var u=0;u",license:"MIT",dependencies:{"whatwg-url-without-unicode":"8.0.0-3"},devDependencies:{"@react-native-community/eslint-config":"3.2.0",detox:"20.9.1",eslint:"8.44.0","eslint-plugin-prettier":"4.2.1",husky:"8.0.3",jest:"29.5.0","lint-staged":"13.2.3","metro-react-native-babel-preset":"0.76.7",nanoid:"3.3.6",prettier:"2.8.8",react:"18.2.0","react-native":"0.72.1","react-native-bundle-scale":"1.1.0",typescript:"5.1.6"},peerDependencies:{"react-native":"*"},jest:{preset:"react-native",testPathIgnorePatterns:["/node_modules/","./platforms/"]},"lint-staged":{"*.js":["eslint --fix"]}}},636,[]); -__d(function(g,r,i,a,m,e,d){Object.defineProperty(e,"__esModule",{value:!0}),e.URL=void 0;var t=null,o=r(d[0]).NativeModules.BlobModule;o&&'string'==typeof o.BLOB_URI_SCHEME&&(t=o.BLOB_URI_SCHEME+':','string'==typeof o.BLOB_URI_HOST&&(t+="//"+o.BLOB_URI_HOST+"/")),r(d[1]).URL.createObjectURL=function(o){if(null===t)throw new Error('Cannot create URL for blob!');return""+t+o.data.blobId+"?offset="+o.data.offset+"&size="+o.size},r(d[1]).URL.revokeObjectURL=function(t){},e.URL=r(d[1]).URL},637,[21,638]); -__d(function(g,r,i,a,m,e,d){"use strict";var s={};r(d[0]).URL.install(s),r(d[0]).URLSearchParams.install(s),e.URL=s.URL,e.URLSearchParams=s.URLSearchParams,e.parseURL=r(d[1]).parseURL,e.basicURLParse=r(d[1]).basicURLParse,e.serializeURL=r(d[1]).serializeURL,e.serializeHost=r(d[1]).serializeHost,e.serializeInteger=r(d[1]).serializeInteger,e.serializeURLOrigin=r(d[1]).serializeURLOrigin,e.setTheUsername=r(d[1]).setTheUsername,e.setThePassword=r(d[1]).setThePassword,e.cannotHaveAUsernamePasswordPort=r(d[1]).cannotHaveAUsernamePasswordPort,e.percentDecode=r(d[2]).percentDecode},638,[639,643,648]); -__d(function(g,r,i,a,m,e,d){"use strict";e.URL=r(d[0]),e.URLSearchParams=r(d[1])},639,[640,649]); -__d(function(g,r,i,a,m,e,d){"use strict";var t={_mixedIntoPredicates:[],is:function(t){if(t){if(r(d[0]).hasOwn(t,r(d[0]).implSymbol)&&t[r(d[0]).implSymbol]instanceof r(d[1]).implementation)return!0;for(var o of m.exports._mixedIntoPredicates)if(o(t))return!0}return!1},isImpl:function(t){if(t){if(t instanceof r(d[1]).implementation)return!0;var o=r(d[0]).wrapperForImpl(t);for(var n of m.exports._mixedIntoPredicates)if(n(o))return!0}return!1},convert:function(t){var o=(arguments.length>1&&void 0!==arguments[1]?arguments[1]:{}).context,n=void 0===o?"The provided value":o;if(m.exports.is(t))return r(d[0]).implForWrapper(t);throw new TypeError(n+" is not of type 'URL'.")},create:function(o,n,s){if(void 0===o[r(d[0]).ctorRegistrySymbol])throw new Error("Internal error: invalid global object");var l=o[r(d[0]).ctorRegistrySymbol].URL;if(void 0===l)throw new Error("Internal error: constructor URL is not installed on the passed global object");var p=Object.create(l.prototype);return p=t.setup(p,o,n,s)},createImpl:function(o,n,s){var l=t.create(o,n,s);return r(d[0]).implForWrapper(l)},_internalSetup:function(t){},setup:function(o,n){var s=arguments.length>2&&void 0!==arguments[2]?arguments[2]:[],l=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{};return l.wrapper=o,t._internalSetup(o),Object.defineProperty(o,r(d[0]).implSymbol,{value:new(r(d[1]).implementation)(n,s,l),configurable:!0}),o[r(d[0]).implSymbol][r(d[0]).wrapperSymbol]=o,r(d[1]).init&&r(d[1]).init(o[r(d[0]).implSymbol],l),o},install:function(o){var n=(function(){function n(s){if(r(d[2])(this,n),arguments.length<1)throw new TypeError("Failed to construct 'URL': 1 argument required, but only "+arguments.length+" present.");var l=[],p=arguments[0];p=r(d[3]).USVString(p,{context:"Failed to construct 'URL': parameter 1"}),l.push(p);var h=arguments[1];return void 0!==h&&(h=r(d[3]).USVString(h,{context:"Failed to construct 'URL': parameter 2"})),l.push(h),t.setup(Object.create(this.constructor.prototype),o,l)}return r(d[4])(n,[{key:"toJSON",value:function(){if(!this||!m.exports.is(this))throw new TypeError("Illegal invocation");return this[r(d[0]).implSymbol].toJSON()}},{key:"href",get:function(){if(!this||!m.exports.is(this))throw new TypeError("Illegal invocation");return this[r(d[0]).implSymbol].href},set:function(t){if(!this||!m.exports.is(this))throw new TypeError("Illegal invocation");t=r(d[3]).USVString(t,{context:"Failed to set the 'href' property on 'URL': The provided value"}),this[r(d[0]).implSymbol].href=t}},{key:"toString",value:function(){if(!this||!m.exports.is(this))throw new TypeError("Illegal invocation");return this[r(d[0]).implSymbol].href}},{key:"origin",get:function(){if(!this||!m.exports.is(this))throw new TypeError("Illegal invocation");return this[r(d[0]).implSymbol].origin}},{key:"protocol",get:function(){if(!this||!m.exports.is(this))throw new TypeError("Illegal invocation");return this[r(d[0]).implSymbol].protocol},set:function(t){if(!this||!m.exports.is(this))throw new TypeError("Illegal invocation");t=r(d[3]).USVString(t,{context:"Failed to set the 'protocol' property on 'URL': The provided value"}),this[r(d[0]).implSymbol].protocol=t}},{key:"username",get:function(){if(!this||!m.exports.is(this))throw new TypeError("Illegal invocation");return this[r(d[0]).implSymbol].username},set:function(t){if(!this||!m.exports.is(this))throw new TypeError("Illegal invocation");t=r(d[3]).USVString(t,{context:"Failed to set the 'username' property on 'URL': The provided value"}),this[r(d[0]).implSymbol].username=t}},{key:"password",get:function(){if(!this||!m.exports.is(this))throw new TypeError("Illegal invocation");return this[r(d[0]).implSymbol].password},set:function(t){if(!this||!m.exports.is(this))throw new TypeError("Illegal invocation");t=r(d[3]).USVString(t,{context:"Failed to set the 'password' property on 'URL': The provided value"}),this[r(d[0]).implSymbol].password=t}},{key:"host",get:function(){if(!this||!m.exports.is(this))throw new TypeError("Illegal invocation");return this[r(d[0]).implSymbol].host},set:function(t){if(!this||!m.exports.is(this))throw new TypeError("Illegal invocation");t=r(d[3]).USVString(t,{context:"Failed to set the 'host' property on 'URL': The provided value"}),this[r(d[0]).implSymbol].host=t}},{key:"hostname",get:function(){if(!this||!m.exports.is(this))throw new TypeError("Illegal invocation");return this[r(d[0]).implSymbol].hostname},set:function(t){if(!this||!m.exports.is(this))throw new TypeError("Illegal invocation");t=r(d[3]).USVString(t,{context:"Failed to set the 'hostname' property on 'URL': The provided value"}),this[r(d[0]).implSymbol].hostname=t}},{key:"port",get:function(){if(!this||!m.exports.is(this))throw new TypeError("Illegal invocation");return this[r(d[0]).implSymbol].port},set:function(t){if(!this||!m.exports.is(this))throw new TypeError("Illegal invocation");t=r(d[3]).USVString(t,{context:"Failed to set the 'port' property on 'URL': The provided value"}),this[r(d[0]).implSymbol].port=t}},{key:"pathname",get:function(){if(!this||!m.exports.is(this))throw new TypeError("Illegal invocation");return this[r(d[0]).implSymbol].pathname},set:function(t){if(!this||!m.exports.is(this))throw new TypeError("Illegal invocation");t=r(d[3]).USVString(t,{context:"Failed to set the 'pathname' property on 'URL': The provided value"}),this[r(d[0]).implSymbol].pathname=t}},{key:"search",get:function(){if(!this||!m.exports.is(this))throw new TypeError("Illegal invocation");return this[r(d[0]).implSymbol].search},set:function(t){if(!this||!m.exports.is(this))throw new TypeError("Illegal invocation");t=r(d[3]).USVString(t,{context:"Failed to set the 'search' property on 'URL': The provided value"}),this[r(d[0]).implSymbol].search=t}},{key:"searchParams",get:function(){var t=this;if(!this||!m.exports.is(this))throw new TypeError("Illegal invocation");return r(d[0]).getSameObject(this,"searchParams",function(){return r(d[0]).tryWrapperForImpl(t[r(d[0]).implSymbol].searchParams)})}},{key:"hash",get:function(){if(!this||!m.exports.is(this))throw new TypeError("Illegal invocation");return this[r(d[0]).implSymbol].hash},set:function(t){if(!this||!m.exports.is(this))throw new TypeError("Illegal invocation");t=r(d[3]).USVString(t,{context:"Failed to set the 'hash' property on 'URL': The provided value"}),this[r(d[0]).implSymbol].hash=t}}]),n})();Object.defineProperties(n.prototype,r(d[5])({toJSON:{enumerable:!0},href:{enumerable:!0},toString:{enumerable:!0},origin:{enumerable:!0},protocol:{enumerable:!0},username:{enumerable:!0},password:{enumerable:!0},host:{enumerable:!0},hostname:{enumerable:!0},port:{enumerable:!0},pathname:{enumerable:!0},search:{enumerable:!0},searchParams:{enumerable:!0},hash:{enumerable:!0}},Symbol.toStringTag,{value:"URL",configurable:!0})),void 0===o[r(d[0]).ctorRegistrySymbol]&&(o[r(d[0]).ctorRegistrySymbol]=Object.create(null)),o[r(d[0]).ctorRegistrySymbol].URL=n,Object.defineProperty(o,"URL",{configurable:!0,writable:!0,value:n})}};m.exports=t},640,[641,642,3,651,4,245]); -__d(function(g,r,_i,a,m,_e,d){"use strict";var e=Symbol("wrapper"),t=Symbol("impl"),o=Symbol("SameObject caches"),p=Symbol.for("[webidl2js] constructor registry");function n(t){return t?t[e]:null}function y(e){return e?e[t]:null}var i=Symbol("internal"),l=Object.getPrototypeOf(Object.getPrototypeOf([][Symbol.iterator]()));var s=Object.getOwnPropertyDescriptor(ArrayBuffer.prototype,"byteLength").get;var u=Symbol("supports property index"),c=Symbol("supported property indices"),b=Symbol("supports property name"),S=Symbol("supported property names"),f=Symbol("indexed property get"),x=Symbol("indexed property set new"),O=Symbol("indexed property set existing"),w=Symbol("named property get"),j=Symbol("named property set new"),P=Symbol("named property set existing"),I=Symbol("named property delete");m.exports={isObject:function(e){return"object"==typeof e&&null!==e||"function"==typeof e},hasOwn:function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},wrapperSymbol:e,implSymbol:t,getSameObject:function(e,t,p){return e[o]||(e[o]=Object.create(null)),t in e[o]?e[o][t]:(e[o][t]=p(),e[o][t])},ctorRegistrySymbol:p,wrapperForImpl:n,implForWrapper:y,tryWrapperForImpl:function(e){var t=n(e);return t||e},tryImplForWrapper:function(e){var t=y(e);return t||e},iterInternalSymbol:i,IteratorPrototype:l,isArrayBuffer:function(e){try{return s.call(e),!0}catch(e){return!1}},isArrayIndexPropName:function(e){if("string"!=typeof e)return!1;var t=e>>>0;return t!==Math.pow(2,32)-1&&e===""+t},supportsPropertyIndex:u,supportedPropertyIndices:c,supportsPropertyName:b,supportedPropertyNames:S,indexedGet:f,indexedSetNew:x,indexedSetExisting:O,namedGet:w,namedSetNew:j,namedSetExisting:P,namedDelete:I}},641,[]); -__d(function(g,r,i,a,m,e,d){"use strict";e.implementation=(function(){function t(s,n){r(d[0])(this,t);var u=n[0],l=n[1],h=null;if(void 0!==l&&null===(h=r(d[1]).basicURLParse(l)))throw new TypeError("Invalid base URL: "+l);var o=r(d[1]).basicURLParse(u,{baseURL:h});if(null===o)throw new TypeError("Invalid URL: "+u);var _=null!==o.query?o.query:"";this._url=o,this._query=r(d[2]).createImpl(s,[_],{doNotStripQMark:!0}),this._query._url=this}return r(d[3])(t,[{key:"href",get:function(){return r(d[1]).serializeURL(this._url)},set:function(t){var s=r(d[1]).basicURLParse(t);if(null===s)throw new TypeError("Invalid URL: "+t);this._url=s,this._query._list.splice(0);var n=s.query;null!==n&&(this._query._list=r(d[4]).parseUrlencoded(n))}},{key:"origin",get:function(){return r(d[1]).serializeURLOrigin(this._url)}},{key:"protocol",get:function(){return this._url.scheme+":"},set:function(t){r(d[1]).basicURLParse(t+":",{url:this._url,stateOverride:"scheme start"})}},{key:"username",get:function(){return this._url.username},set:function(t){r(d[1]).cannotHaveAUsernamePasswordPort(this._url)||r(d[1]).setTheUsername(this._url,t)}},{key:"password",get:function(){return this._url.password},set:function(t){r(d[1]).cannotHaveAUsernamePasswordPort(this._url)||r(d[1]).setThePassword(this._url,t)}},{key:"host",get:function(){var t=this._url;return null===t.host?"":null===t.port?r(d[1]).serializeHost(t.host):r(d[1]).serializeHost(t.host)+":"+r(d[1]).serializeInteger(t.port)},set:function(t){this._url.cannotBeABaseURL||r(d[1]).basicURLParse(t,{url:this._url,stateOverride:"host"})}},{key:"hostname",get:function(){return null===this._url.host?"":r(d[1]).serializeHost(this._url.host)},set:function(t){this._url.cannotBeABaseURL||r(d[1]).basicURLParse(t,{url:this._url,stateOverride:"hostname"})}},{key:"port",get:function(){return null===this._url.port?"":r(d[1]).serializeInteger(this._url.port)},set:function(t){r(d[1]).cannotHaveAUsernamePasswordPort(this._url)||(""===t?this._url.port=null:r(d[1]).basicURLParse(t,{url:this._url,stateOverride:"port"}))}},{key:"pathname",get:function(){return this._url.cannotBeABaseURL?this._url.path[0]:0===this._url.path.length?"":"/"+this._url.path.join("/")},set:function(t){this._url.cannotBeABaseURL||(this._url.path=[],r(d[1]).basicURLParse(t,{url:this._url,stateOverride:"path start"}))}},{key:"search",get:function(){return null===this._url.query||""===this._url.query?"":"?"+this._url.query},set:function(t){var s=this._url;if(""===t)return s.query=null,void(this._query._list=[]);var n="?"===t[0]?t.substring(1):t;s.query="",r(d[1]).basicURLParse(n,{url:s,stateOverride:"query"}),this._query._list=r(d[4]).parseUrlencoded(n)}},{key:"searchParams",get:function(){return this._query}},{key:"hash",get:function(){return null===this._url.fragment||""===this._url.fragment?"":"#"+this._url.fragment},set:function(t){if(""!==t){var s="#"===t[0]?t.substring(1):t;this._url.fragment="",r(d[1]).basicURLParse(s,{url:this._url,stateOverride:"fragment"})}else this._url.fragment=null}},{key:"toJSON",value:function(){return this.href}}]),t})()},642,[3,643,649,4,648]); -__d(function(g,r,_i,a,m,_e,d){"use strict";var t={ftp:21,file:null,http:80,https:443,ws:80,wss:443},s=Symbol("failure");function e(t){return r(d[0]).ucs2.decode(t).length}function i(t,s){var e=t[s];return isNaN(e)?void 0:String.fromCodePoint(e)}function h(t){return"."===t||"%2e"===t.toLowerCase()}function u(t){return 2===t.length&&r(d[1]).isASCIIAlpha(t.codePointAt(0))&&(":"===t[1]||"|"===t[1])}function n(s){return void 0!==t[s]}function o(t){return n(t.scheme)}function l(t){return!n(t.scheme)}function p(s){return t[s]}function f(t){for(var s=r(d[2]).Buffer.from(t),e="",i=0;i126}var b=new Set([47,58,59,61,64,91,92,93,94,124]);function v(t){return I(t)||b.has(t)}var y=new Set([32,34,60,62,96]);function w(t){return c(t)||y.has(t)}var A=new Set([35,63,123,125]);function I(t){return w(t)||A.has(t)}function E(t,s){var e=String.fromCodePoint(t);return s(t)?f(e):e}function S(t){var e=10;if(t.length>=2&&"0"===t.charAt(0)&&"x"===t.charAt(1).toLowerCase()?(t=t.substring(2),e=16):t.length>=2&&"0"===t.charAt(0)&&(t=t.substring(1),e=8),""===t)return 0;var i=/[^0-7]/;return 10===e&&(i=/[^0-9]/),16===e&&(i=/[^0-9A-Fa-f]/),i.test(t)?s:parseInt(t,e)}function q(t){var e=t.split(".");if(""===e[e.length-1]&&e.length>1&&e.pop(),e.length>4)return t;var i=[];for(var h of e){if(""===h)return t;var u=S(h);if(u===s)return t;i.push(u)}for(var n=0;n255)return s;if(i[i.length-1]>=Math.pow(256,5-i.length))return s;var o=i.pop(),l=0;for(var p of i)o+=p*Math.pow(256,3-l),++l;return o}function C(t){for(var s="",e=t,i=1;i<=4;++i)s=String(e%256)+s,4!==i&&(s="."+s),e=Math.floor(e/256);return s}function N(t){var e=[0,0,0,0,0,0,0,0],h=0,u=null,n=0;if(58===(t=r(d[0]).ucs2.decode(t))[n]){if(58!==t[n+1])return s;n+=2,u=++h}for(;n6)return s;for(var p=0;void 0!==t[n];){var f=null;if(p>0){if(!(46===t[n]&&p<4))return s;++n}if(!r(d[1]).isASCIIDigit(t[n]))return s;for(;r(d[1]).isASCIIDigit(t[n]);){var c=parseInt(i(t,n));if(null===f)f=c;else{if(0===f)return s;f=10*f+c}if(f>255)return s;++n}e[h]=256*e[h]+f,2!==++p&&4!==p||++h}if(4!==p)return s;break}if(58===t[n]){if(void 0===t[++n])return s}else if(void 0!==t[n])return s;e[h]=o,++h}else{if(null!==u)return s;++n,u=++h}}if(null!==u){var b=h-u;for(h=7;0!==h&&b>0;){var v=e[u+b-1];e[u+b-1]=e[h],e[h]=v,--h,--b}}else if(null===u&&8!==h)return s;return e}function O(t){for(var s="",e=U(t).idx,i=!1,h=0;h<=7;++h){if(!i||0!==t[h])if(i&&(i=!1),e!==h)s+=t[h].toString(16),7!==h&&(s+=":");else s+=0===h?"::":":",i=!0}return s}function x(t){var e=arguments.length>1&&void 0!==arguments[1]&&arguments[1];if("["===t[0])return"]"!==t[t.length-1]?s:N(t.substring(1,t.length-1));if(e)return L(t);var i=B(r(d[3]).percentDecode(r(d[2]).Buffer.from(t)).toString());if(i===s)return s;if(-1!==i.search(/\u0000|\u0009|\u000A|\u000D|\u0020|#|%|\/|:|\?|@|\[|\\|\]/))return s;var h=q(i);return"number"==typeof h||h===s?h:i}function L(t){if(-1!==t.search(/\u0000|\u0009|\u000A|\u000D|\u0020|#|\/|:|\?|@|\[|\\|\]/))return s;for(var e="",i=r(d[0]).ucs2.decode(t),h=0;he&&(s=i,e=h),i=null,h=0):(null===i&&(i=u),++h);return h>e&&(s=i,e=h),{idx:s,len:e}}function R(t){return"number"==typeof t?C(t):t instanceof Array?"["+O(t)+"]":t}function B(t){return null===t?s:t}function F(t){return t.replace(/^[\u0000-\u001F\u0020]+|[\u0000-\u001F\u0020]+$/g,"")}function P(t){return t.replace(/\u0009|\u000A|\u000D/g,"")}function H(t){var s,e=t.path;0!==e.length&&("file"===t.scheme&&1===e.length&&(s=e[0],/^[A-Za-z]:$/.test(s))||e.pop())}function k(t){return""!==t.username||""!==t.password}function D(t,e,i,h,u){if(this.pointer=0,this.input=t,this.base=e||null,this.encodingOverride=i||"utf-8",this.stateOverride=u,this.url=h,this.failure=!1,this.parseError=!1,!this.url){this.url={scheme:"",username:"",password:"",host:null,port:null,path:[],query:null,fragment:null,cannotBeABaseURL:!1};var n=F(this.input);n!==this.input&&(this.parseError=!0),this.input=n}var o=P(this.input);for(o!==this.input&&(this.parseError=!0),this.input=o,this.state=u||"scheme start",this.buffer="",this.atFlag=!1,this.arrFlag=!1,this.passwordTokenSeenFlag=!1,this.input=r(d[0]).ucs2.decode(this.input);this.pointer<=this.input.length;++this.pointer){var l=this.input[this.pointer],p=isNaN(l)?void 0:String.fromCodePoint(l),f=this["parse "+this.state](l,p);if(!f)break;if(f===s){this.failure=!0;break}}}D.prototype["parse scheme start"]=function(t,e){if(r(d[1]).isASCIIAlpha(t))this.buffer+=e.toLowerCase(),this.state="scheme";else{if(this.stateOverride)return this.parseError=!0,s;this.state="no scheme",--this.pointer}return!0},D.prototype["parse scheme"]=function(t,e){if(r(d[1]).isASCIIAlphanumeric(t)||43===t||45===t||46===t)this.buffer+=e.toLowerCase();else if(58===t){if(this.stateOverride){if(o(this.url)&&!n(this.buffer))return!1;if(!o(this.url)&&n(this.buffer))return!1;if((k(this.url)||null!==this.url.port)&&"file"===this.buffer)return!1;if("file"===this.url.scheme&&(""===this.url.host||null===this.url.host))return!1}if(this.url.scheme=this.buffer,this.stateOverride)return this.url.port===p(this.url.scheme)&&(this.url.port=null),!1;this.buffer="","file"===this.url.scheme?(47===this.input[this.pointer+1]&&47===this.input[this.pointer+2]||(this.parseError=!0),this.state="file"):o(this.url)&&null!==this.base&&this.base.scheme===this.url.scheme?this.state="special relative or authority":o(this.url)?this.state="special authority slashes":47===this.input[this.pointer+1]?(this.state="path or authority",++this.pointer):(this.url.cannotBeABaseURL=!0,this.url.path.push(""),this.state="cannot-be-a-base-URL path")}else{if(this.stateOverride)return this.parseError=!0,s;this.buffer="",this.state="no scheme",this.pointer=-1}return!0},D.prototype["parse no scheme"]=function(t){return null===this.base||this.base.cannotBeABaseURL&&35!==t?s:(this.base.cannotBeABaseURL&&35===t?(this.url.scheme=this.base.scheme,this.url.path=this.base.path.slice(),this.url.query=this.base.query,this.url.fragment="",this.url.cannotBeABaseURL=!0,this.state="fragment"):"file"===this.base.scheme?(this.state="file",--this.pointer):(this.state="relative",--this.pointer),!0)},D.prototype["parse special relative or authority"]=function(t){return 47===t&&47===this.input[this.pointer+1]?(this.state="special authority ignore slashes",++this.pointer):(this.parseError=!0,this.state="relative",--this.pointer),!0},D.prototype["parse path or authority"]=function(t){return 47===t?this.state="authority":(this.state="path",--this.pointer),!0},D.prototype["parse relative"]=function(t){return this.url.scheme=this.base.scheme,isNaN(t)?(this.url.username=this.base.username,this.url.password=this.base.password,this.url.host=this.base.host,this.url.port=this.base.port,this.url.path=this.base.path.slice(),this.url.query=this.base.query):47===t?this.state="relative slash":63===t?(this.url.username=this.base.username,this.url.password=this.base.password,this.url.host=this.base.host,this.url.port=this.base.port,this.url.path=this.base.path.slice(),this.url.query="",this.state="query"):35===t?(this.url.username=this.base.username,this.url.password=this.base.password,this.url.host=this.base.host,this.url.port=this.base.port,this.url.path=this.base.path.slice(),this.url.query=this.base.query,this.url.fragment="",this.state="fragment"):o(this.url)&&92===t?(this.parseError=!0,this.state="relative slash"):(this.url.username=this.base.username,this.url.password=this.base.password,this.url.host=this.base.host,this.url.port=this.base.port,this.url.path=this.base.path.slice(0,this.base.path.length-1),this.state="path",--this.pointer),!0},D.prototype["parse relative slash"]=function(t){return!o(this.url)||47!==t&&92!==t?47===t?this.state="authority":(this.url.username=this.base.username,this.url.password=this.base.password,this.url.host=this.base.host,this.url.port=this.base.port,this.state="path",--this.pointer):(92===t&&(this.parseError=!0),this.state="special authority ignore slashes"),!0},D.prototype["parse special authority slashes"]=function(t){return 47===t&&47===this.input[this.pointer+1]?(this.state="special authority ignore slashes",++this.pointer):(this.parseError=!0,this.state="special authority ignore slashes",--this.pointer),!0},D.prototype["parse special authority ignore slashes"]=function(t){return 47!==t&&92!==t?(this.state="authority",--this.pointer):this.parseError=!0,!0},D.prototype["parse authority"]=function(t,i){if(64===t){this.parseError=!0,this.atFlag&&(this.buffer="%40"+this.buffer),this.atFlag=!0;for(var h=e(this.buffer),u=0;uMath.pow(2,16)-1)return this.parseError=!0,s;this.url.port=i===p(this.url.scheme)?null:i,this.buffer=""}if(this.stateOverride)return!1;this.state="path start",--this.pointer}return!0};var z=new Set([47,92,63,35]);function T(t,s){var e,i,h=t.length-s;return h>=2&&(e=t[s],i=t[s+1],r(d[1]).isASCIIAlpha(e)&&(58===i||124===i))&&(2===h||z.has(t[s+2]))}D.prototype["parse file"]=function(t){return this.url.scheme="file",47===t||92===t?(92===t&&(this.parseError=!0),this.state="file slash"):null!==this.base&&"file"===this.base.scheme?isNaN(t)?(this.url.host=this.base.host,this.url.path=this.base.path.slice(),this.url.query=this.base.query):63===t?(this.url.host=this.base.host,this.url.path=this.base.path.slice(),this.url.query="",this.state="query"):35===t?(this.url.host=this.base.host,this.url.path=this.base.path.slice(),this.url.query=this.base.query,this.url.fragment="",this.state="fragment"):(T(this.input,this.pointer)?this.parseError=!0:(this.url.host=this.base.host,this.url.path=this.base.path.slice(),H(this.url)),this.state="path",--this.pointer):(this.state="path",--this.pointer),!0},D.prototype["parse file slash"]=function(t){var s;return 47===t||92===t?(92===t&&(this.parseError=!0),this.state="file host"):(null===this.base||"file"!==this.base.scheme||T(this.input,this.pointer)||(2===(s=this.base.path[0]).length&&r(d[1]).isASCIIAlpha(s.codePointAt(0))&&":"===s[1]?this.url.path.push(this.base.path[0]):this.url.host=this.base.host),this.state="path",--this.pointer),!0},D.prototype["parse file host"]=function(t,e){if(isNaN(t)||47===t||92===t||63===t||35===t)if(--this.pointer,!this.stateOverride&&u(this.buffer))this.parseError=!0,this.state="path";else if(""===this.buffer){if(this.url.host="",this.stateOverride)return!1;this.state="path start"}else{var i=x(this.buffer,l(this.url));if(i===s)return s;if("localhost"===i&&(i=""),this.url.host=i,this.stateOverride)return!1;this.buffer="",this.state="path start"}else this.buffer+=e;return!0},D.prototype["parse path start"]=function(t){return o(this.url)?(92===t&&(this.parseError=!0),this.state="path",47!==t&&92!==t&&--this.pointer):this.stateOverride||63!==t?this.stateOverride||35!==t?void 0!==t&&(this.state="path",47!==t&&--this.pointer):(this.url.fragment="",this.state="fragment"):(this.url.query="",this.state="query"),!0},D.prototype["parse path"]=function(t){if(isNaN(t)||47===t||o(this.url)&&92===t||!this.stateOverride&&(63===t||35===t)){if(o(this.url)&&92===t&&(this.parseError=!0),".."===(s=(s=this.buffer).toLowerCase())||"%2e."===s||".%2e"===s||"%2e%2e"===s?(H(this.url),47===t||o(this.url)&&92===t||this.url.path.push("")):!h(this.buffer)||47===t||o(this.url)&&92===t?h(this.buffer)||("file"===this.url.scheme&&0===this.url.path.length&&u(this.buffer)&&(""!==this.url.host&&null!==this.url.host&&(this.parseError=!0,this.url.host=""),this.buffer=this.buffer[0]+":"),this.url.path.push(this.buffer)):this.url.path.push(""),this.buffer="","file"===this.url.scheme&&(void 0===t||63===t||35===t))for(;this.url.path.length>1&&""===this.url.path[0];)this.parseError=!0,this.url.path.shift();63===t&&(this.url.query="",this.state="query"),35===t&&(this.url.fragment="",this.state="fragment")}else 37!==t||r(d[1]).isASCIIHex(this.input[this.pointer+1])&&r(d[1]).isASCIIHex(this.input[this.pointer+2])||(this.parseError=!0),this.buffer+=E(t,I);var s;return!0},D.prototype["parse cannot-be-a-base-URL path"]=function(t){return 63===t?(this.url.query="",this.state="query"):35===t?(this.url.fragment="",this.state="fragment"):(isNaN(t)||37===t||(this.parseError=!0),37!==t||r(d[1]).isASCIIHex(this.input[this.pointer+1])&&r(d[1]).isASCIIHex(this.input[this.pointer+2])||(this.parseError=!0),isNaN(t)||(this.url.path[0]+=E(t,c))),!0},D.prototype["parse query"]=function(t,s){if(isNaN(t)||!this.stateOverride&&35===t){o(this.url)&&"ws"!==this.url.scheme&&"wss"!==this.url.scheme||(this.encodingOverride="utf-8");for(var e=r(d[2]).Buffer.from(this.buffer),i=0;i126||34===e[i]||35===e[i]||60===e[i]||62===e[i]||39===e[i]&&o(this.url)?this.url.query+=r(d[3]).percentEncode(e[i]):this.url.query+=String.fromCodePoint(e[i]);this.buffer="",35===t&&(this.url.fragment="",this.state="fragment")}else 37!==t||r(d[1]).isASCIIHex(this.input[this.pointer+1])&&r(d[1]).isASCIIHex(this.input[this.pointer+2])||(this.parseError=!0),this.buffer+=s;return!0},D.prototype["parse fragment"]=function(t){return isNaN(t)||(0===t?this.parseError=!0:(37!==t||r(d[1]).isASCIIHex(this.input[this.pointer+1])&&r(d[1]).isASCIIHex(this.input[this.pointer+2])||(this.parseError=!0),this.url.fragment+=E(t,w))),!0},m.exports.serializeURL=function(t,s){var e=t.scheme+":";if(null!==t.host?(e+="//",""===t.username&&""===t.password||(e+=t.username,""!==t.password&&(e+=":"+t.password),e+="@"),e+=R(t.host),null!==t.port&&(e+=":"+t.port)):null===t.host&&"file"===t.scheme&&(e+="//"),t.cannotBeABaseURL)e+=t.path[0];else for(var i of t.path)e+="/"+i;return null!==t.query&&(e+="?"+t.query),s||null===t.fragment||(e+="#"+t.fragment),e},m.exports.serializeURLOrigin=function(t){switch(t.scheme){case"blob":try{return m.exports.serializeURLOrigin(m.exports.parseURL(t.path[0]))}catch(t){return"null"}case"ftp":case"http":case"https":case"ws":case"wss":return s={scheme:t.scheme,host:t.host,port:t.port},e=s.scheme+"://",e+=R(s.host),null!==s.port&&(e+=":"+s.port),e;case"file":default:return"null"}var s,e},m.exports.basicURLParse=function(t,s){void 0===s&&(s={});var e=new D(t,s.baseURL,s.encodingOverride,s.url,s.stateOverride);return e.failure?null:e.url},m.exports.setTheUsername=function(t,s){t.username="";for(var e=r(d[0]).ucs2.decode(s),i=0;i= 0x80 (not a basic code point)','invalid-input':'Invalid input'},f=Math.floor,v=String.fromCharCode;function c(n){throw new RangeError(u[n])}function l(n,o){for(var t=[],i=n.length;i--;)t[i]=o(n[i]);return t}function s(n,o){var t=n.split('@'),u='';return t.length>1&&(u=t[0]+'@',n=t[1]),u+l((n=n.replace(i,'.')).split('.'),o).join('.')}function p(n){for(var o=[],t=0,i=n.length;t=55296&&u<=56319&&t>1,n+=f(n/o);n>455;i+=36)n=f(n/35);return f(i+36*n/(n+38))},C=function(o){var t,i=[],u=o.length,v=0,l=128,s=72,p=o.lastIndexOf("-");p<0&&(p=0);for(var h=0;h=128&&c('not-basic'),i.push(o.charCodeAt(h));for(var C=p>0?p+1:0;C=u&&c('invalid-input');var b=(t=o.charCodeAt(C++))>=48&&t<58?t-48+26:t>=65&&t<91?t-65:t>=97&&t<123?t-97:36;b>=36&&c('invalid-input'),b>f((n-v)/A)&&c('overflow'),v+=b*A;var F=S<=s?1:S>=s+26?26:S-s;if(bf(n/I)&&c('overflow'),A*=I}var m=i.length+1;s=w(v-x,m,0==x),f(v/m)>n-l&&c('overflow'),l+=f(v/m),v%=m,i.splice(v++,0,l)}return String.fromCodePoint.apply(String,i)},x=function(o){var t=[],i=(o=p(o)).length,u=128,l=0,s=72;for(var C of o)C<128&&t.push(v(C));var x=t.length,A=x;for(x&&t.push("-");A=u&&bf((n-l)/F)&&c('overflow'),l+=(S-u)*F,u=S,o))if(In&&c('overflow'),I===u){for(var m=l,E=36;;E+=36){var j=E<=s?1:E>=s+26?26:E-s;if(m=48&&n<=57}function t(n){return n>=65&&n<=90||n>=97&&n<=122}m.exports={isASCIIDigit:n,isASCIIAlpha:t,isASCIIAlphanumeric:function(u){return t(u)||n(u)},isASCIIHex:function(t){return n(t)||t>=65&&t<=70||t>=97&&t<=102}}},645,[]); -__d(function(g,r,_i,_a,_m,_e,d){'use strict';var t='function'==typeof Symbol&&'function'==typeof Symbol.for?Symbol.for('nodejs.util.inspect.custom'):null;_e.Buffer=i,_e.SlowBuffer=function(t){+t!=t&&(t=0);return i.alloc(+t)},_e.INSPECT_MAX_BYTES=50;var e=2147483647;function n(t){if(t>e)throw new RangeError('The value "'+t+'" is invalid for option "size"');var n=new Uint8Array(t);return Object.setPrototypeOf(n,i.prototype),n}function i(t,e,n){if('number'==typeof t){if('string'==typeof e)throw new TypeError('The "string" argument must be of type string. Received type number');return s(t)}return o(t,e,n)}function o(t,e,n){if('string'==typeof t)return h(t,e);if(ArrayBuffer.isView(t))return p(t);if(null==t)throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof t);if(J(t,ArrayBuffer)||t&&J(t.buffer,ArrayBuffer))return c(t,e,n);if('undefined'!=typeof SharedArrayBuffer&&(J(t,SharedArrayBuffer)||t&&J(t.buffer,SharedArrayBuffer)))return c(t,e,n);if('number'==typeof t)throw new TypeError('The "value" argument must not be of type number. Received type number');var o=t.valueOf&&t.valueOf();if(null!=o&&o!==t)return i.from(o,e,n);var f=l(t);if(f)return f;if('undefined'!=typeof Symbol&&null!=Symbol.toPrimitive&&'function'==typeof t[Symbol.toPrimitive])return i.from(t[Symbol.toPrimitive]('string'),e,n);throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof t)}function f(t){if('number'!=typeof t)throw new TypeError('"size" argument must be of type number');if(t<0)throw new RangeError('The value "'+t+'" is invalid for option "size"')}function u(t,e,i){return f(t),t<=0?n(t):void 0!==e?'string'==typeof i?n(t).fill(e,i):n(t).fill(e):n(t)}function s(t){return f(t),n(t<0?0:0|y(t))}function h(t,e){if('string'==typeof e&&''!==e||(e='utf8'),!i.isEncoding(e))throw new TypeError('Unknown encoding: '+e);var o=0|w(t,e),f=n(o),u=f.write(t,e);return u!==o&&(f=f.slice(0,u)),f}function a(t){for(var e=t.length<0?0:0|y(t.length),i=n(e),o=0;o=e)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+e.toString(16)+' bytes');return 0|t}function w(t,e){if(i.isBuffer(t))return t.length;if(ArrayBuffer.isView(t)||J(t,ArrayBuffer))return t.byteLength;if('string'!=typeof t)throw new TypeError("The \"string\" argument must be one of type string, Buffer, or ArrayBuffer. Received type "+typeof t);var n=t.length,o=arguments.length>2&&!0===arguments[2];if(!o&&0===n)return 0;for(var f=!1;;)switch(e){case'ascii':case'latin1':case'binary':return n;case'utf8':case'utf-8':return Y(t).length;case'ucs2':case'ucs-2':case'utf16le':case'utf-16le':return 2*n;case'hex':return n>>>1;case'base64':return W(t).length;default:if(f)return o?-1:Y(t).length;e=(''+e).toLowerCase(),f=!0}}function v(t,e,n){var i=!1;if((void 0===e||e<0)&&(e=0),e>this.length)return'';if((void 0===n||n>this.length)&&(n=this.length),n<=0)return'';if((n>>>=0)<=(e>>>=0))return'';for(t||(t='utf8');;)switch(t){case'hex':return P(this,e,n);case'utf8':case'utf-8':return S(this,e,n);case'ascii':return x(this,e,n);case'latin1':case'binary':return C(this,e,n);case'base64':return L(this,e,n);case'ucs2':case'ucs-2':case'utf16le':case'utf-16le':return k(this,e,n);default:if(i)throw new TypeError('Unknown encoding: '+t);t=(t+'').toLowerCase(),i=!0}}function b(t,e,n){var i=t[e];t[e]=t[n],t[n]=i}function m(t,e,n,o,f){if(0===t.length)return-1;if('string'==typeof n?(o=n,n=0):n>2147483647?n=2147483647:n<-2147483648&&(n=-2147483648),Z(n=+n)&&(n=f?0:t.length-1),n<0&&(n=t.length+n),n>=t.length){if(f)return-1;n=t.length-1}else if(n<0){if(!f)return-1;n=0}if('string'==typeof e&&(e=i.from(e,o)),i.isBuffer(e))return 0===e.length?-1:E(t,e,n,o,f);if('number'==typeof e)return e&=255,'function'==typeof Uint8Array.prototype.indexOf?f?Uint8Array.prototype.indexOf.call(t,e,n):Uint8Array.prototype.lastIndexOf.call(t,e,n):E(t,[e],n,o,f);throw new TypeError('val must be string, number or Buffer')}function E(t,e,n,i,o){var f,u=1,s=t.length,h=e.length;if(void 0!==i&&('ucs2'===(i=String(i).toLowerCase())||'ucs-2'===i||'utf16le'===i||'utf-16le'===i)){if(t.length<2||e.length<2)return-1;u=2,s/=2,h/=2,n/=2}function a(t,e){return 1===u?t[e]:t.readUInt16BE(e*u)}if(o){var p=-1;for(f=n;fs&&(n=s-h),f=n;f>=0;f--){for(var c=!0,l=0;lo&&(i=o):i=o;var f=e.length;i>f/2&&(i=f/2);for(var u=0;u239?4:a>223?3:a>191?2:1;if(o+c<=n)switch(c){case 1:a<128&&(p=a);break;case 2:128==(192&(f=t[o+1]))&&(h=(31&a)<<6|63&f)>127&&(p=h);break;case 3:f=t[o+1],u=t[o+2],128==(192&f)&&128==(192&u)&&(h=(15&a)<<12|(63&f)<<6|63&u)>2047&&(h<55296||h>57343)&&(p=h);break;case 4:f=t[o+1],u=t[o+2],s=t[o+3],128==(192&f)&&128==(192&u)&&128==(192&s)&&(h=(15&a)<<18|(63&f)<<12|(63&u)<<6|63&s)>65535&&h<1114112&&(p=h)}null===p?(p=65533,c=1):p>65535&&(p-=65536,i.push(p>>>10&1023|55296),p=56320|1023&p),i.push(p),o+=c}return R(i)}_e.kMaxLength=e,i.TYPED_ARRAY_SUPPORT=(function(){try{var t=new Uint8Array(1),e={foo:function(){return 42}};return Object.setPrototypeOf(e,Uint8Array.prototype),Object.setPrototypeOf(t,e),42===t.foo()}catch(t){return!1}})(),i.TYPED_ARRAY_SUPPORT||'undefined'==typeof console||'function'!=typeof console.error||console.error("This browser lacks typed array (Uint8Array) support which is required by `buffer` v5.x. Use `buffer` v4.x if you require old browser support."),Object.defineProperty(i.prototype,'parent',{enumerable:!0,get:function(){if(i.isBuffer(this))return this.buffer}}),Object.defineProperty(i.prototype,'offset',{enumerable:!0,get:function(){if(i.isBuffer(this))return this.byteOffset}}),i.poolSize=8192,i.from=function(t,e,n){return o(t,e,n)},Object.setPrototypeOf(i.prototype,Uint8Array.prototype),Object.setPrototypeOf(i,Uint8Array),i.alloc=function(t,e,n){return u(t,e,n)},i.allocUnsafe=function(t){return s(t)},i.allocUnsafeSlow=function(t){return s(t)},i.isBuffer=function(t){return null!=t&&!0===t._isBuffer&&t!==i.prototype},i.compare=function(t,e){if(J(t,Uint8Array)&&(t=i.from(t,t.offset,t.byteLength)),J(e,Uint8Array)&&(e=i.from(e,e.offset,e.byteLength)),!i.isBuffer(t)||!i.isBuffer(e))throw new TypeError('The "buf1", "buf2" arguments must be one of type Buffer or Uint8Array');if(t===e)return 0;for(var n=t.length,o=e.length,f=0,u=Math.min(n,o);fo.length?i.from(u).copy(o,f):Uint8Array.prototype.set.call(o,u,f);else{if(!i.isBuffer(u))throw new TypeError('"list" argument must be an Array of Buffers');u.copy(o,f)}f+=u.length}return o},i.byteLength=w,i.prototype._isBuffer=!0,i.prototype.swap16=function(){var t=this.length;if(t%2!=0)throw new RangeError('Buffer size must be a multiple of 16-bits');for(var e=0;ee&&(t+=' ... '),''},t&&(i.prototype[t]=i.prototype.inspect),i.prototype.compare=function(t,e,n,o,f){if(J(t,Uint8Array)&&(t=i.from(t,t.offset,t.byteLength)),!i.isBuffer(t))throw new TypeError("The \"target\" argument must be one of type Buffer or Uint8Array. Received type "+typeof t);if(void 0===e&&(e=0),void 0===n&&(n=t?t.length:0),void 0===o&&(o=0),void 0===f&&(f=this.length),e<0||n>t.length||o<0||f>this.length)throw new RangeError('out of range index');if(o>=f&&e>=n)return 0;if(o>=f)return-1;if(e>=n)return 1;if(e>>>=0,n>>>=0,o>>>=0,f>>>=0,this===t)return 0;for(var u=f-o,s=n-e,h=Math.min(u,s),a=this.slice(o,f),p=t.slice(e,n),c=0;c>>=0,isFinite(n)?(n>>>=0,void 0===i&&(i='utf8')):(i=n,n=void 0)}var o=this.length-e;if((void 0===n||n>o)&&(n=o),t.length>0&&(n<0||e<0)||e>this.length)throw new RangeError('Attempt to write outside buffer bounds');i||(i='utf8');for(var f=!1;;)switch(i){case'hex':return B(this,t,e,n);case'utf8':case'utf-8':return A(this,t,e,n);case'ascii':case'latin1':case'binary':return U(this,t,e,n);case'base64':return T(this,t,e,n);case'ucs2':case'ucs-2':case'utf16le':case'utf-16le':return I(this,t,e,n);default:if(f)throw new TypeError('Unknown encoding: '+i);i=(''+i).toLowerCase(),f=!0}},i.prototype.toJSON=function(){return{type:'Buffer',data:Array.prototype.slice.call(this._arr||this,0)}};var O=4096;function R(t){var e=t.length;if(e<=O)return String.fromCharCode.apply(String,t);for(var n='',i=0;ii)&&(n=i);for(var o='',f=e;fn)throw new RangeError('Trying to access beyond buffer length')}function _(t,e,n,o,f,u){if(!i.isBuffer(t))throw new TypeError('"buffer" argument must be a Buffer instance');if(e>f||et.length)throw new RangeError('Index out of range')}function j(t,e,n,i,o,f){if(n+i>t.length)throw new RangeError('Index out of range');if(n<0)throw new RangeError('Index out of range')}function z(t,e,n,i,o){return e=+e,n>>>=0,o||j(t,0,n,4),r(d[1]).write(t,e,n,i,23,4),n+4}function D(t,e,n,i,o){return e=+e,n>>>=0,o||j(t,0,n,8),r(d[1]).write(t,e,n,i,52,8),n+8}i.prototype.slice=function(t,e){var n=this.length;t=~~t,e=void 0===e?n:~~e,t<0?(t+=n)<0&&(t=0):t>n&&(t=n),e<0?(e+=n)<0&&(e=0):e>n&&(e=n),e>>=0,e>>>=0,n||M(t,e,this.length);for(var i=this[t],o=1,f=0;++f>>=0,e>>>=0,n||M(t,e,this.length);for(var i=this[t+--e],o=1;e>0&&(o*=256);)i+=this[t+--e]*o;return i},i.prototype.readUint8=i.prototype.readUInt8=function(t,e){return t>>>=0,e||M(t,1,this.length),this[t]},i.prototype.readUint16LE=i.prototype.readUInt16LE=function(t,e){return t>>>=0,e||M(t,2,this.length),this[t]|this[t+1]<<8},i.prototype.readUint16BE=i.prototype.readUInt16BE=function(t,e){return t>>>=0,e||M(t,2,this.length),this[t]<<8|this[t+1]},i.prototype.readUint32LE=i.prototype.readUInt32LE=function(t,e){return t>>>=0,e||M(t,4,this.length),(this[t]|this[t+1]<<8|this[t+2]<<16)+16777216*this[t+3]},i.prototype.readUint32BE=i.prototype.readUInt32BE=function(t,e){return t>>>=0,e||M(t,4,this.length),16777216*this[t]+(this[t+1]<<16|this[t+2]<<8|this[t+3])},i.prototype.readIntLE=function(t,e,n){t>>>=0,e>>>=0,n||M(t,e,this.length);for(var i=this[t],o=1,f=0;++f=(o*=128)&&(i-=Math.pow(2,8*e)),i},i.prototype.readIntBE=function(t,e,n){t>>>=0,e>>>=0,n||M(t,e,this.length);for(var i=e,o=1,f=this[t+--i];i>0&&(o*=256);)f+=this[t+--i]*o;return f>=(o*=128)&&(f-=Math.pow(2,8*e)),f},i.prototype.readInt8=function(t,e){return t>>>=0,e||M(t,1,this.length),128&this[t]?-1*(255-this[t]+1):this[t]},i.prototype.readInt16LE=function(t,e){t>>>=0,e||M(t,2,this.length);var n=this[t]|this[t+1]<<8;return 32768&n?4294901760|n:n},i.prototype.readInt16BE=function(t,e){t>>>=0,e||M(t,2,this.length);var n=this[t+1]|this[t]<<8;return 32768&n?4294901760|n:n},i.prototype.readInt32LE=function(t,e){return t>>>=0,e||M(t,4,this.length),this[t]|this[t+1]<<8|this[t+2]<<16|this[t+3]<<24},i.prototype.readInt32BE=function(t,e){return t>>>=0,e||M(t,4,this.length),this[t]<<24|this[t+1]<<16|this[t+2]<<8|this[t+3]},i.prototype.readFloatLE=function(t,e){return t>>>=0,e||M(t,4,this.length),r(d[1]).read(this,t,!0,23,4)},i.prototype.readFloatBE=function(t,e){return t>>>=0,e||M(t,4,this.length),r(d[1]).read(this,t,!1,23,4)},i.prototype.readDoubleLE=function(t,e){return t>>>=0,e||M(t,8,this.length),r(d[1]).read(this,t,!0,52,8)},i.prototype.readDoubleBE=function(t,e){return t>>>=0,e||M(t,8,this.length),r(d[1]).read(this,t,!1,52,8)},i.prototype.writeUintLE=i.prototype.writeUIntLE=function(t,e,n,i){(t=+t,e>>>=0,n>>>=0,i)||_(this,t,e,n,Math.pow(2,8*n)-1,0);var o=1,f=0;for(this[e]=255&t;++f>>=0,n>>>=0,i)||_(this,t,e,n,Math.pow(2,8*n)-1,0);var o=n-1,f=1;for(this[e+o]=255&t;--o>=0&&(f*=256);)this[e+o]=t/f&255;return e+n},i.prototype.writeUint8=i.prototype.writeUInt8=function(t,e,n){return t=+t,e>>>=0,n||_(this,t,e,1,255,0),this[e]=255&t,e+1},i.prototype.writeUint16LE=i.prototype.writeUInt16LE=function(t,e,n){return t=+t,e>>>=0,n||_(this,t,e,2,65535,0),this[e]=255&t,this[e+1]=t>>>8,e+2},i.prototype.writeUint16BE=i.prototype.writeUInt16BE=function(t,e,n){return t=+t,e>>>=0,n||_(this,t,e,2,65535,0),this[e]=t>>>8,this[e+1]=255&t,e+2},i.prototype.writeUint32LE=i.prototype.writeUInt32LE=function(t,e,n){return t=+t,e>>>=0,n||_(this,t,e,4,4294967295,0),this[e+3]=t>>>24,this[e+2]=t>>>16,this[e+1]=t>>>8,this[e]=255&t,e+4},i.prototype.writeUint32BE=i.prototype.writeUInt32BE=function(t,e,n){return t=+t,e>>>=0,n||_(this,t,e,4,4294967295,0),this[e]=t>>>24,this[e+1]=t>>>16,this[e+2]=t>>>8,this[e+3]=255&t,e+4},i.prototype.writeIntLE=function(t,e,n,i){if(t=+t,e>>>=0,!i){var o=Math.pow(2,8*n-1);_(this,t,e,n,o-1,-o)}var f=0,u=1,s=0;for(this[e]=255&t;++f>0)-s&255;return e+n},i.prototype.writeIntBE=function(t,e,n,i){if(t=+t,e>>>=0,!i){var o=Math.pow(2,8*n-1);_(this,t,e,n,o-1,-o)}var f=n-1,u=1,s=0;for(this[e+f]=255&t;--f>=0&&(u*=256);)t<0&&0===s&&0!==this[e+f+1]&&(s=1),this[e+f]=(t/u>>0)-s&255;return e+n},i.prototype.writeInt8=function(t,e,n){return t=+t,e>>>=0,n||_(this,t,e,1,127,-128),t<0&&(t=255+t+1),this[e]=255&t,e+1},i.prototype.writeInt16LE=function(t,e,n){return t=+t,e>>>=0,n||_(this,t,e,2,32767,-32768),this[e]=255&t,this[e+1]=t>>>8,e+2},i.prototype.writeInt16BE=function(t,e,n){return t=+t,e>>>=0,n||_(this,t,e,2,32767,-32768),this[e]=t>>>8,this[e+1]=255&t,e+2},i.prototype.writeInt32LE=function(t,e,n){return t=+t,e>>>=0,n||_(this,t,e,4,2147483647,-2147483648),this[e]=255&t,this[e+1]=t>>>8,this[e+2]=t>>>16,this[e+3]=t>>>24,e+4},i.prototype.writeInt32BE=function(t,e,n){return t=+t,e>>>=0,n||_(this,t,e,4,2147483647,-2147483648),t<0&&(t=4294967295+t+1),this[e]=t>>>24,this[e+1]=t>>>16,this[e+2]=t>>>8,this[e+3]=255&t,e+4},i.prototype.writeFloatLE=function(t,e,n){return z(this,t,e,!0,n)},i.prototype.writeFloatBE=function(t,e,n){return z(this,t,e,!1,n)},i.prototype.writeDoubleLE=function(t,e,n){return D(this,t,e,!0,n)},i.prototype.writeDoubleBE=function(t,e,n){return D(this,t,e,!1,n)},i.prototype.copy=function(t,e,n,o){if(!i.isBuffer(t))throw new TypeError('argument should be a Buffer');if(n||(n=0),o||0===o||(o=this.length),e>=t.length&&(e=t.length),e||(e=0),o>0&&o=this.length)throw new RangeError('Index out of range');if(o<0)throw new RangeError('sourceEnd out of bounds');o>this.length&&(o=this.length),t.length-e>>=0,n=void 0===n?this.length:n>>>0,t||(t=0),'number'==typeof t)for(u=e;u55295&&n<57344){if(!o){if(n>56319){(e-=3)>-1&&f.push(239,191,189);continue}if(u+1===i){(e-=3)>-1&&f.push(239,191,189);continue}o=n;continue}if(n<56320){(e-=3)>-1&&f.push(239,191,189),o=n;continue}n=65536+(o-55296<<10|n-56320)}else o&&(e-=3)>-1&&f.push(239,191,189);if(o=null,n<128){if((e-=1)<0)break;f.push(n)}else if(n<2048){if((e-=2)<0)break;f.push(n>>6|192,63&n|128)}else if(n<65536){if((e-=3)<0)break;f.push(n>>12|224,n>>6&63|128,63&n|128)}else{if(!(n<1114112))throw new Error('Invalid code point');if((e-=4)<0)break;f.push(n>>18|240,n>>12&63|128,n>>6&63|128,63&n|128)}}return f}function q(t){for(var e=[],n=0;n>8,o=n%256,f.push(o),f.push(i);return f}function W(t){return r(d[0]).toByteArray(N(t))}function X(t,e,n,i){for(var o=0;o=e.length||o>=t.length);++o)e[o+n]=t[o];return o}function J(t,e){return t instanceof e||null!=t&&null!=t.constructor&&null!=t.constructor.name&&t.constructor.name===e.name}function Z(t){return t!=t}var $=(function(){for(var t=new Array(256),e=0;e<16;++e)for(var n=16*e,i=0;i<16;++i)t[n+i]="0123456789abcdef"[e]+"0123456789abcdef"[i];return t})()},646,[96,647]); -__d(function(g,r,_i,a,_m,_e,_d){_e.read=function(o,t,h,M,f){var w,p,i=8*f-M-1,n=(1<>1,e=-7,u=h?f-1:0,s=h?-1:1,c=o[t+u];for(u+=s,w=c&(1<<-e)-1,c>>=-e,e+=i;e>0;w=256*w+o[t+u],u+=s,e-=8);for(p=w&(1<<-e)-1,w>>=-e,e+=M;e>0;p=256*p+o[t+u],u+=s,e-=8);if(0===w)w=1-N;else{if(w===n)return p?NaN:1/0*(c?-1:1);p+=Math.pow(2,M),w-=N}return(c?-1:1)*p*Math.pow(2,w-M)},_e.write=function(o,t,h,M,f,w){var p,i,n,N=8*w-f-1,e=(1<>1,s=23===f?Math.pow(2,-24)-Math.pow(2,-77):0,c=M?0:w-1,l=M?1:-1,d=t<0||0===t&&1/t<0?1:0;for(t=Math.abs(t),isNaN(t)||t===1/0?(i=isNaN(t)?1:0,p=e):(p=Math.floor(Math.log(t)/Math.LN2),t*(n=Math.pow(2,-p))<1&&(p--,n*=2),(t+=p+u>=1?s/n:s*Math.pow(2,1-u))*n>=2&&(p++,n/=2),p+u>=e?(i=0,p=e):p+u>=1?(i=(t*n-1)*Math.pow(2,f),p+=u):(i=t*Math.pow(2,u-1)*Math.pow(2,f),p=0));f>=8;o[h+c]=255&i,c+=l,i/=256,f-=8);for(p=p<0;o[h+c]=255&p,c+=l,p/=256,N-=8);o[h+c-l]|=128*d}},647,[]); -__d(function(g,r,_i,a,m,e,d){"use strict";function n(n,f){for(var t=[],o=0,i=n.indexOf(f);i>=0;)t.push(n.slice(o,i)),o=i+1,i=n.indexOf(f,o);return o!==n.length&&t.push(n.slice(o)),t}function f(n,f,t){for(var o=n.indexOf(f);o>=0;)n[o]=t,o=n.indexOf(f,o+1);return n}function t(n){var f=n.toString(16).toUpperCase();return 1===f.length&&(f="0"+f),"%"+f}function o(n){for(var f=r(d[0]).Buffer.alloc(n.byteLength),t=0,o=0;o=0?(l=c.slice(0,v),s=c.slice(v+1)):(l=c,s=r(d[0]).Buffer.alloc(0)),l=f(r(d[0]).Buffer.from(l),43,32),s=f(r(d[0]).Buffer.from(s),43,32),u.push([o(l).toString(),o(s).toString()])}return u}function u(n){var f="";for(var o of n)f+=32===o?"+":42===o||45===o||46===o||o>=48&&o<=57||o>=65&&o<=90||95===o||o>=97&&o<=122?String.fromCodePoint(o):t(o);return f}m.exports={percentEncode:t,percentDecode:o,parseUrlencoded:function(n){return i(r(d[0]).Buffer.from(n))},serializeUrlencoded:function(n){var f=arguments.length>1&&void 0!==arguments[1]?arguments[1]:void 0,t="utf-8";void 0!==f&&(t=f);var o="";for(var i of n.entries()){var c=r(d[2])(i,2),l=c[0],s=c[1],v=u(r(d[0]).Buffer.from(s[0])),h=s[1];s.length>2&&void 0!==s[2]&&("hidden"===s[2]&&"_charset_"===v?h=t:"file"===s[2]&&(h=h.name)),h=u(r(d[0]).Buffer.from(h)),0!==l&&(o+="&"),o+=v+"="+h}return o}}},648,[646,645,34]); -__d(function(g,r,_i,a,m,e,d){"use strict";var t=Object.create(r(d[0]).IteratorPrototype,r(d[1])({next:{value:function(){var t=this[r(d[0]).iterInternalSymbol],o=t.target,n=t.kind,i=t.index,l=Array.from(o[r(d[0]).implSymbol]);if(i>=l.length)return{value:void 0,done:!0};var s=l[i];t.index=i+1;var c,u=s.map(r(d[0]).tryWrapperForImpl),p=r(d[2])(u,2),h=p[0],y=p[1];switch(n){case"key":c=h;break;case"value":c=y;break;case"key+value":c=[h,y]}return{value:c,done:!1}},writable:!0,enumerable:!0,configurable:!0}},Symbol.toStringTag,{value:"URLSearchParams Iterator",configurable:!0})),o={_mixedIntoPredicates:[],is:function(t){if(t){if(r(d[0]).hasOwn(t,r(d[0]).implSymbol)&&t[r(d[0]).implSymbol]instanceof r(d[3]).implementation)return!0;for(var o of m.exports._mixedIntoPredicates)if(o(t))return!0}return!1},isImpl:function(t){if(t){if(t instanceof r(d[3]).implementation)return!0;var o=r(d[0]).wrapperForImpl(t);for(var n of m.exports._mixedIntoPredicates)if(n(o))return!0}return!1},convert:function(t){var o=(arguments.length>1&&void 0!==arguments[1]?arguments[1]:{}).context,n=void 0===o?"The provided value":o;if(m.exports.is(t))return r(d[0]).implForWrapper(t);throw new TypeError(n+" is not of type 'URLSearchParams'.")},createDefaultIterator:function(o,n){var i=Object.create(t);return Object.defineProperty(i,r(d[0]).iterInternalSymbol,{value:{target:o,kind:n,index:0},configurable:!0}),i},create:function(t,n,i){if(void 0===t[r(d[0]).ctorRegistrySymbol])throw new Error("Internal error: invalid global object");var l=t[r(d[0]).ctorRegistrySymbol].URLSearchParams;if(void 0===l)throw new Error("Internal error: constructor URLSearchParams is not installed on the passed global object");var s=Object.create(l.prototype);return s=o.setup(s,t,n,i)},createImpl:function(t,n,i){var l=o.create(t,n,i);return r(d[0]).implForWrapper(l)},_internalSetup:function(t){},setup:function(t,n){var i=arguments.length>2&&void 0!==arguments[2]?arguments[2]:[],l=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{};return l.wrapper=t,o._internalSetup(t),Object.defineProperty(t,r(d[0]).implSymbol,{value:new(r(d[3]).implementation)(n,i,l),configurable:!0}),t[r(d[0]).implSymbol][r(d[0]).wrapperSymbol]=t,r(d[3]).init&&r(d[3]).init(t[r(d[0]).implSymbol],l),t},install:function(t){var n,i=(function(){function n(){r(d[4])(this,n);var i=[],l=arguments[0];if(void 0!==l)if(r(d[0]).isObject(l))if(void 0!==l[Symbol.iterator]){if(!r(d[0]).isObject(l))throw new TypeError("Failed to construct 'URLSearchParams': parameter 1 sequence is not an iterable object.");var s=[],c=l;for(var u of c){if(!r(d[0]).isObject(u))throw new TypeError("Failed to construct 'URLSearchParams': parameter 1 sequence's element is not an iterable object.");var p=[],h=u;for(var y of h)y=r(d[5]).USVString(y,{context:"Failed to construct 'URLSearchParams': parameter 1 sequence's element's element"}),p.push(y);u=p,s.push(u)}l=s}else{if(!r(d[0]).isObject(l))throw new TypeError("Failed to construct 'URLSearchParams': parameter 1 record is not an object.");var f=Object.create(null);for(var v of Reflect.ownKeys(l)){var b=Object.getOwnPropertyDescriptor(l,v);if(b&&b.enumerable){var S=v;S=r(d[5]).USVString(S,{context:"Failed to construct 'URLSearchParams': parameter 1 record's key"});var w=l[v];w=r(d[5]).USVString(w,{context:"Failed to construct 'URLSearchParams': parameter 1 record's value"}),f[S]=w}}l=f}else l=r(d[5]).USVString(l,{context:"Failed to construct 'URLSearchParams': parameter 1"});else l="";return i.push(l),o.setup(Object.create(this.constructor.prototype),t,i)}return r(d[6])(n,[{key:"append",value:function(t,o){var n;if(!this||!m.exports.is(this))throw new TypeError("Illegal invocation");if(arguments.length<2)throw new TypeError("Failed to execute 'append' on 'URLSearchParams': 2 arguments required, but only "+arguments.length+" present.");var i=[],l=arguments[0];l=r(d[5]).USVString(l,{context:"Failed to execute 'append' on 'URLSearchParams': parameter 1"}),i.push(l);var s=arguments[1];return s=r(d[5]).USVString(s,{context:"Failed to execute 'append' on 'URLSearchParams': parameter 2"}),i.push(s),(n=this[r(d[0]).implSymbol]).append.apply(n,i)}},{key:"delete",value:function(t){var o;if(!this||!m.exports.is(this))throw new TypeError("Illegal invocation");if(arguments.length<1)throw new TypeError("Failed to execute 'delete' on 'URLSearchParams': 1 argument required, but only "+arguments.length+" present.");var n=[],i=arguments[0];return i=r(d[5]).USVString(i,{context:"Failed to execute 'delete' on 'URLSearchParams': parameter 1"}),n.push(i),(o=this[r(d[0]).implSymbol]).delete.apply(o,n)}},{key:"get",value:function(t){var o;if(!this||!m.exports.is(this))throw new TypeError("Illegal invocation");if(arguments.length<1)throw new TypeError("Failed to execute 'get' on 'URLSearchParams': 1 argument required, but only "+arguments.length+" present.");var n=[],i=arguments[0];return i=r(d[5]).USVString(i,{context:"Failed to execute 'get' on 'URLSearchParams': parameter 1"}),n.push(i),(o=this[r(d[0]).implSymbol]).get.apply(o,n)}},{key:"getAll",value:function(t){var o;if(!this||!m.exports.is(this))throw new TypeError("Illegal invocation");if(arguments.length<1)throw new TypeError("Failed to execute 'getAll' on 'URLSearchParams': 1 argument required, but only "+arguments.length+" present.");var n=[],i=arguments[0];return i=r(d[5]).USVString(i,{context:"Failed to execute 'getAll' on 'URLSearchParams': parameter 1"}),n.push(i),r(d[0]).tryWrapperForImpl((o=this[r(d[0]).implSymbol]).getAll.apply(o,n))}},{key:"has",value:function(t){var o;if(!this||!m.exports.is(this))throw new TypeError("Illegal invocation");if(arguments.length<1)throw new TypeError("Failed to execute 'has' on 'URLSearchParams': 1 argument required, but only "+arguments.length+" present.");var n=[],i=arguments[0];return i=r(d[5]).USVString(i,{context:"Failed to execute 'has' on 'URLSearchParams': parameter 1"}),n.push(i),(o=this[r(d[0]).implSymbol]).has.apply(o,n)}},{key:"set",value:function(t,o){var n;if(!this||!m.exports.is(this))throw new TypeError("Illegal invocation");if(arguments.length<2)throw new TypeError("Failed to execute 'set' on 'URLSearchParams': 2 arguments required, but only "+arguments.length+" present.");var i=[],l=arguments[0];l=r(d[5]).USVString(l,{context:"Failed to execute 'set' on 'URLSearchParams': parameter 1"}),i.push(l);var s=arguments[1];return s=r(d[5]).USVString(s,{context:"Failed to execute 'set' on 'URLSearchParams': parameter 2"}),i.push(s),(n=this[r(d[0]).implSymbol]).set.apply(n,i)}},{key:"sort",value:function(){if(!this||!m.exports.is(this))throw new TypeError("Illegal invocation");return this[r(d[0]).implSymbol].sort()}},{key:"toString",value:function(){if(!this||!m.exports.is(this))throw new TypeError("Illegal invocation");return this[r(d[0]).implSymbol].toString()}},{key:"keys",value:function(){if(!this||!m.exports.is(this))throw new TypeError("Illegal invocation");return m.exports.createDefaultIterator(this,"key")}},{key:"values",value:function(){if(!this||!m.exports.is(this))throw new TypeError("Illegal invocation");return m.exports.createDefaultIterator(this,"value")}},{key:"entries",value:function(){if(!this||!m.exports.is(this))throw new TypeError("Illegal invocation");return m.exports.createDefaultIterator(this,"key+value")}},{key:"forEach",value:function(t){if(!this||!m.exports.is(this))throw new TypeError("Illegal invocation");if(arguments.length<1)throw new TypeError("Failed to execute 'forEach' on 'iterable': 1 argument required, but only 0 present.");if("function"!=typeof t)throw new TypeError("Failed to execute 'forEach' on 'iterable': The callback provided as parameter 1 is not a function.");for(var o=arguments[1],n=Array.from(this[r(d[0]).implSymbol]),i=0;ii[0]},t.map(function(t,i){return{item:t,index:i}}).sort(function(t,s){return i(t.item,s.item)||t.index-s.index}).map(function(t){return t.item})),this._updateSteps()}},{key:t,value:function(){return this._list[Symbol.iterator]()}},{key:"toString",value:function(){return r(d[1]).serializeUrlencoded(this._list)}}]),i})(Symbol.iterator)},650,[3,648,4]); -__d(function(g,r,_i,_a,m,_e,_d){"use strict";function n(n,t){return(t&&t.context?t.context:"Value")+" "+n+"."}function t(n){if(null===n)return"Null";switch(typeof n){case"undefined":return"Undefined";case"boolean":return"Boolean";case"number":return"Number";case"string":return"String";case"symbol":return"Symbol";case"object":case"function":default:return"Object"}}function e(n){return a(n>0&&n%1==.5&&0==(1&n)||n<0&&n%1==-.5&&1==(1&n)?Math.floor(n):Math.round(n))}function o(n){return a(Math.trunc(n))}function i(n){return n<0?-1:1}function u(n,t){var e=n%t;return i(t)!==i(e)?e+t:e}function a(n){return 0===n?0:n}function f(t,i){var f,c,s=!i.unsigned;64===t?(c=Math.pow(2,53)-1,f=s?1-Math.pow(2,53):0):s?(f=-Math.pow(2,t-1),c=Math.pow(2,t-1)-1):(f=0,c=Math.pow(2,t)-1);var l=Math.pow(2,t),y=Math.pow(2,t-1);return function(t,i){void 0===i&&(i={});var w=+t;if(w=a(w),i.enforceRange){if(!Number.isFinite(w))throw new TypeError(n("is not a finite number",i));if((w=o(w))c)throw new TypeError(n("is outside the accepted range of "+f+" to "+c+", inclusive",i));return w}return!Number.isNaN(w)&&i.clamp?w=e(w=Math.min(Math.max(w,f),c)):Number.isFinite(w)&&0!==w?(w=o(w))>=f&&w<=c?w:(w=u(w,l),s&&w>=y?w-l:w):0}}function c(t,e){if("function"!=typeof t)throw new TypeError(n("is not a function",e));return t}_e.any=function(n){return n},_e.void=function(){},_e.boolean=function(n){return!!n},_e.byte=f(8,{unsigned:!1}),_e.octet=f(8,{unsigned:!0}),_e.short=f(16,{unsigned:!1}),_e["unsigned short"]=f(16,{unsigned:!0}),_e.long=f(32,{unsigned:!1}),_e["unsigned long"]=f(32,{unsigned:!0}),_e["long long"]=f(64,{unsigned:!1}),_e["unsigned long long"]=f(64,{unsigned:!0}),_e.double=function(t,e){var o=+t;if(!Number.isFinite(o))throw new TypeError(n("is not a finite floating-point value",e));return o},_e["unrestricted double"]=function(n){return+n},_e.float=function(t,e){var o=+t;if(!Number.isFinite(o))throw new TypeError(n("is not a finite floating-point value",e));if(Object.is(o,-0))return o;var i=Math.fround(o);if(!Number.isFinite(i))throw new TypeError(n("is outside the range of a single-precision floating-point value",e));return i},_e["unrestricted float"]=function(n){var t=+n;return isNaN(t)?t:Object.is(t,-0)?t:Math.fround(t)},_e.DOMString=function(t,e){if(void 0===e&&(e={}),e.treatNullAsEmptyString&&null===t)return"";if("symbol"==typeof t)throw new TypeError(n("is a symbol, which cannot be converted to a string",e));return String(t)},_e.ByteString=function(t,e){for(var o,i=_e.DOMString(t,e),u=0;void 0!==(o=i.codePointAt(u));++u)if(o>255)throw new TypeError(n("is not a valid ByteString",e));return i},_e.USVString=function(n,t){for(var e=_e.DOMString(n,t),o=e.length,i=[],u=0;u57343)i.push(String.fromCodePoint(a));else if(56320<=a&&a<=57343)i.push(String.fromCodePoint(65533));else if(u===o-1)i.push(String.fromCodePoint(65533));else{var f=e.charCodeAt(u+1);if(56320<=f&&f<=57343){var c=1023&a,s=1023&f;i.push(String.fromCodePoint(65536+1024*c+s)),++u}else i.push(String.fromCodePoint(65533))}}return i.join("")},_e.object=function(e,o){if("Object"!==t(e))throw new TypeError(n("is not an object",o));return e};var s=Object.getOwnPropertyDescriptor(ArrayBuffer.prototype,"byteLength").get;function l(n){try{return s.call(n),!0}catch(n){return!1}}_e.ArrayBuffer=function(t,e){if(!l(t))throw new TypeError(n("is not a view on an ArrayBuffer object",e));return t};var y=Object.getOwnPropertyDescriptor(DataView.prototype,"byteLength").get;_e.DataView=function(t,e){try{return y.call(t),t}catch(t){throw new TypeError(n("is not a view on an DataView object",e))}},[Int8Array,Int16Array,Int32Array,Uint8Array,Uint16Array,Uint32Array,Uint8ClampedArray,Float32Array,Float64Array].forEach(function(t){var e=t.name,o=/^[AEIOU]/.test(e)?"an":"a";_e[e]=function(t,i){if(!ArrayBuffer.isView(t)||t.constructor.name!==e)throw new TypeError(n("is not "+o+" "+e+" object",i));return t}}),_e.ArrayBufferView=function(t,e){if(!ArrayBuffer.isView(t))throw new TypeError(n("is not a view on an ArrayBuffer object",e));return t},_e.BufferSource=function(t,e){if(!ArrayBuffer.isView(t)&&!l(t))throw new TypeError(n("is not an ArrayBuffer object or a view on one",e));return t},_e.DOMTimeStamp=_e["unsigned long long"],_e.Function=c,_e.VoidFunction=c},651,[]); -__d(function(g,r,i,a,m,e,d){Object.defineProperty(e,"__esModule",{value:!0}),Object.defineProperty(e,"URLSearchParams",{enumerable:!0,get:function(){return r(d[0]).URLSearchParams}})},652,[638]); -__d(function(g,r,i,a,m,e,d){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var t=r(d[0])(r(d[1])),n=r(d[0])(r(d[2])),u=r(d[0])(r(d[3])),f=r(d[0])(r(d[4])),l=(function(){function l(t){var u=this;(0,n.default)(this,l),this._keyPrefix=t;var f=this._initializeAsync();f&&(this._initializing=f,f.finally(function(){u._initializing===f&&(u._initializing=void 0)}))}return(0,u.default)(l,[{key:"clear",value:function(){for(var t of Object.keys(this))this.removeItem(t)}},{key:"getItem",value:function(t){return this.hasOwnProperty(t)?this[t]:null}},{key:"_getItemAsync",value:function(t){var n=this;return(this._initializing||Promise.resolve()).catch(function(){}).then(function(){return n.getItem(t)})}},{key:"_initializeAsync",value:function(){var n=this;if(void 0!==this._keyPrefix)return new Promise(function(u){f.default.getAllKeys().then(function(){for(var l=arguments.length,s=new Array(l),o=0;o1&&'string'!=typeof s){if(null==s)throw new Error("[AsyncStorage] Passing null/undefined as value is not supported. If you want to remove value, Use .removeItem method instead.\nPassed value: "+s+"\nPassed key: "+o+"\n");console.warn("[AsyncStorage] The value for key \""+o+"\" is not a string. This can lead to unexpected behavior/errors. Consider stringifying it.\nPassed value: "+s+"\nPassed key: "+o+"\n")}},_e.convertError=e,_e.convertErrors=function(t){var o=n(t);return o?o.map(function(n){return e(n)}):null}},659,[]); -__d(function(g,r,i,a,m,e,d){e.DOMImplementation=r(d[0]).DOMImplementation,e.XMLSerializer=r(d[0]).XMLSerializer,e.DOMParser=r(d[1]).DOMParser},660,[661,663]); -__d(function(g,r,_i,a,m,_e,d){function e(e){return''!==e}function t(t){return t?t.split(/[\t\n\f\r ]+/).filter(e):[]}function n(e,t){return e.hasOwnProperty(t)||(e[t]=!0),e}function i(e){if(!e)return[];var i=t(e);return Object.keys(i.reduce(n,{}))}function o(e,t){for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n])}function u(e,t){var n=e.prototype;if(!(n instanceof t)){function i(){}i.prototype=t.prototype,o(n,i=new i),e.prototype=n=i}n.constructor!=e&&('function'!=typeof e&&console.error("unknown Class:"+e),n.constructor=e)}var s={},l=s.ELEMENT_NODE=1,c=s.ATTRIBUTE_NODE=2,f=s.TEXT_NODE=3,p=s.CDATA_SECTION_NODE=4,h=s.ENTITY_REFERENCE_NODE=5,N=s.ENTITY_NODE=6,E=s.PROCESSING_INSTRUCTION_NODE=7,v=s.COMMENT_NODE=8,y=s.DOCUMENT_NODE=9,T=s.DOCUMENT_TYPE_NODE=10,w=s.DOCUMENT_FRAGMENT_NODE=11,b=s.NOTATION_NODE=12,D={},_={},S=(D.INDEX_SIZE_ERR=(_[1]="Index size error",1),D.DOMSTRING_SIZE_ERR=(_[2]="DOMString size error",2),D.HIERARCHY_REQUEST_ERR=(_[3]="Hierarchy request error",3)),O=(D.WRONG_DOCUMENT_ERR=(_[4]="Wrong document",4),D.INVALID_CHARACTER_ERR=(_[5]="Invalid character",5),D.NO_DATA_ALLOWED_ERR=(_[6]="No data allowed",6),D.NO_MODIFICATION_ALLOWED_ERR=(_[7]="No modification allowed",7),D.NOT_FOUND_ERR=(_[8]="Not found",8)),C=(D.NOT_SUPPORTED_ERR=(_[9]="Not supported",9),D.INUSE_ATTRIBUTE_ERR=(_[10]="Attribute in use",10));D.INVALID_STATE_ERR=(_[11]="Invalid state",11),D.SYNTAX_ERR=(_[12]="Syntax error",12),D.INVALID_MODIFICATION_ERR=(_[13]="Invalid modification",13),D.NAMESPACE_ERR=(_[14]="Invalid namespace",14),D.INVALID_ACCESS_ERR=(_[15]="Invalid access",15);function I(e,t){if(t instanceof Error)var n=t;else n=this,Error.call(this,_[e]),this.message=_[e],Error.captureStackTrace&&Error.captureStackTrace(this,I);return n.code=e,t&&(this.message=this.message+": "+t),n}function x(){}function A(e,t){this._node=e,this._refresh=t,R(this)}function R(e){var t=e._node._inc||e._node.ownerDocument._inc;if(e._inc!=t){var n=e._refresh(e._node);be(e,'length',n.length),o(n,e),e._inc=t}}function M(){}function U(e,t){for(var n=e.length;n--;)if(e[n]===t)return n}function P(e,t,n,i){if(i?t[U(t,i)]=n:t[t.length++]=n,e){n.ownerElement=e;var o=e.ownerDocument;o&&(i&&X(o,e,i),G(o,e,n))}}function L(e,t,n){var i=U(t,n);if(!(i>=0))throw new I(O,new Error(e.tagName+'@'+n));for(var o=t.length-1;i'==e&&'>')||'&'==e&&'&'||'"'==e&&'"'||'&#'+e.charCodeAt()+';'}function j(e,t){if(t(e))return!0;if(e=e.firstChild)do{if(j(e,t))return!0}while(e=e.nextSibling)}function F(){this.ownerDocument=this}function G(e,t,n){e&&e._inc++,n.namespaceURI===r(d[0]).NAMESPACE.XMLNS&&(t._nsMap[n.prefix?n.localName:'']=n.value)}function X(e,t,n,i){e&&e._inc++,n.namespaceURI===r(d[0]).NAMESPACE.XMLNS&&delete t._nsMap[n.prefix?n.localName:'']}function Y(e,t,n){if(e&&e._inc){e._inc++;var i=t.childNodes;if(n)i[i.length++]=n;else{for(var o=t.firstChild,u=0;o;)i[u++]=o,o=o.nextSibling;i.length=u,delete i[i.length]}}}function z(e,t){var n=t.previousSibling,i=t.nextSibling;return n?n.nextSibling=i:e.firstChild=i,i?i.previousSibling=n:e.lastChild=n,t.parentNode=null,t.previousSibling=null,t.nextSibling=null,Y(e.ownerDocument,e),t}function $(e){return e&&(e.nodeType===k.DOCUMENT_NODE||e.nodeType===k.DOCUMENT_FRAGMENT_NODE||e.nodeType===k.ELEMENT_NODE)}function H(e){return e&&(q(e)||Z(e)||W(e)||e.nodeType===k.DOCUMENT_FRAGMENT_NODE||e.nodeType===k.COMMENT_NODE||e.nodeType===k.PROCESSING_INSTRUCTION_NODE)}function W(e){return e&&e.nodeType===k.DOCUMENT_TYPE_NODE}function q(e){return e&&e.nodeType===k.ELEMENT_NODE}function Z(e){return e&&e.nodeType===k.TEXT_NODE}function Q(e,t){var n=e.childNodes||[];if(r(d[0]).find(n,q)||W(t))return!1;var i=r(d[0]).find(n,W);return!(t&&i&&n.indexOf(i)>n.indexOf(t))}function J(e,t){var n=e.childNodes||[];if(r(d[0]).find(n,function(e){return q(e)&&e!==t}))return!1;var i=r(d[0]).find(n,W);return!(t&&i&&n.indexOf(i)>n.indexOf(t))}function K(e,t,n){if(!$(e))throw new I(S,'Unexpected parent node type '+e.nodeType);if(n&&n.parentNode!==e)throw new I(O,'child not in parent');if(!H(t)||W(t)&&e.nodeType!==k.DOCUMENT_NODE)throw new I(S,'Unexpected node type '+t.nodeType+' for parent node type '+e.nodeType)}function ee(e,t,n){var i=e.childNodes||[],o=t.childNodes||[];if(t.nodeType===k.DOCUMENT_FRAGMENT_NODE){var u=o.filter(q);if(u.length>1||r(d[0]).find(o,Z))throw new I(S,'More than one element or text in fragment');if(1===u.length&&!Q(e,n))throw new I(S,'Element in fragment can not be inserted before doctype')}if(q(t)&&!Q(e,n))throw new I(S,'Only one element can be added and only after doctype');if(W(t)){if(r(d[0]).find(i,W))throw new I(S,'Only one doctype is allowed');var s=r(d[0]).find(i,q);if(n&&i.indexOf(s)1||r(d[0]).find(o,Z))throw new I(S,'More than one element or text in fragment');if(1===u.length&&!J(e,n))throw new I(S,'Element in fragment can not be inserted before doctype')}if(q(t)&&!J(e,n))throw new I(S,'Only one element can be added and only after doctype');if(W(t)){if(r(d[0]).find(i,function(e){return W(e)&&e!==n}))throw new I(S,'Only one doctype is allowed');var s=r(d[0]).find(i,q);if(n&&i.indexOf(s)=0;O--){if(''===(C=o[O]).prefix&&C.namespace===e.namespaceURI){_=C.namespace;break}}if(_!==e.namespaceURI)for(O=o.length-1;O>=0;O--){var C;if((C=o[O]).namespace===e.namespaceURI){C.prefix&&(D=C.prefix+':'+b);break}}}t.push('<',D);for(var I=0;I'),n&&/^script$/i.test(b))for(;N;)N.data?t.push(N.data):ge(N,t,n,i,o.slice()),N=N.nextSibling;else for(;N;)ge(N,t,n,i,o.slice()),N=N.nextSibling;t.push('')}else t.push('/>');return;case y:case w:for(N=e.firstChild;N;)ge(N,t,n,i,o.slice()),N=N.nextSibling;return;case c:return ye(t,e.name,e.value);case f:return t.push(e.data.replace(/[<&>]/g,V));case p:return t.push('');case v:return t.push("\x3c!--",e.data,"--\x3e");case T:var M=e.publicId,U=e.systemId;if(t.push('');else if(U&&'.'!=U)t.push(' SYSTEM ',U,'>');else{var P=e.internalSubset;P&&t.push(" [",P,"]"),t.push(">")}return;case E:return t.push("");case h:return t.push('&',e.nodeName,';');default:t.push('??',e.nodeName)}}function Te(e,t,n){var i;switch(t.nodeType){case l:(i=t.cloneNode(!1)).ownerDocument=e;case w:break;case c:n=!0}if(i||(i=t.cloneNode(!1)),i.ownerDocument=e,i.parentNode=null,n)for(var o=t.firstChild;o;)i.appendChild(Te(e,o,n)),o=o.nextSibling;return i}function we(e,t,n){var i=new t.constructor;for(var o in t)if(Object.prototype.hasOwnProperty.call(t,o)){var u=t[o];"object"!=typeof u&&u!=i[o]&&(i[o]=u)}switch(t.childNodes&&(i.childNodes=new x),i.ownerDocument=e,i.nodeType){case l:var s=t.attributes,f=i.attributes=new M,p=s.length;f._ownerElement=i;for(var h=0;h0},lookupPrefix:function(e){for(var t=this;t;){var n=t._nsMap;if(n)for(var i in n)if(Object.prototype.hasOwnProperty.call(n,i)&&n[i]===e)return i;t=t.nodeType==c?t.ownerDocument:t.parentNode}return null},lookupNamespaceURI:function(e){for(var t=this;t;){var n=t._nsMap;if(n&&Object.prototype.hasOwnProperty.call(n,e))return n[e];t=t.nodeType==c?t.ownerDocument:t.parentNode}return null},isDefaultNamespace:function(e){return null==this.lookupPrefix(e)}},o(s,k),o(s,k.prototype),F.prototype={nodeName:'#document',nodeType:y,doctype:null,documentElement:null,_inc:1,insertBefore:function(e,t){if(e.nodeType==w){for(var n=e.firstChild;n;){var i=n.nextSibling;this.insertBefore(n,t),n=i}return e}return ne(this,e,t),e.ownerDocument=this,null===this.documentElement&&e.nodeType===l&&(this.documentElement=e),e},removeChild:function(e){return this.documentElement==e&&(this.documentElement=null),z(this,e)},replaceChild:function(e,t){ne(this,e,t,te),e.ownerDocument=this,t&&this.removeChild(t),q(e)&&(this.documentElement=e)},importNode:function(e,t){return Te(this,e,t)},getElementById:function(e){var t=null;return j(this.documentElement,function(n){if(n.nodeType==l&&n.getAttribute('id')==e)return t=n,!0}),t},getElementsByClassName:function(e){var t=i(e);return new A(this,function(n){var o=[];return t.length>0&&j(n.documentElement,function(u){if(u!==n&&u.nodeType===l){var s=u.getAttribute('class');if(s){var c=e===s;if(!c){var f=i(s);c=t.every((p=f,function(e){return p&&-1!==p.indexOf(e)}))}c&&o.push(u)}}var p}),o})},createElement:function(e){var t=new ie;return t.ownerDocument=this,t.nodeName=e,t.tagName=e,t.localName=e,t.childNodes=new x,(t.attributes=new M)._ownerElement=t,t},createDocumentFragment:function(){var e=new he;return e.ownerDocument=this,e.childNodes=new x,e},createTextNode:function(e){var t=new ue;return t.ownerDocument=this,t.appendData(e),t},createComment:function(e){var t=new se;return t.ownerDocument=this,t.appendData(e),t},createCDATASection:function(e){var t=new le;return t.ownerDocument=this,t.appendData(e),t},createProcessingInstruction:function(e,t){var n=new me;return n.ownerDocument=this,n.tagName=n.target=e,n.nodeValue=n.data=t,n},createAttribute:function(e){var t=new oe;return t.ownerDocument=this,t.name=e,t.nodeName=e,t.localName=e,t.specified=!0,t},createEntityReference:function(e){var t=new pe;return t.ownerDocument=this,t.nodeName=e,t},createElementNS:function(e,t){var n=new ie,i=t.split(':'),o=n.attributes=new M;return n.childNodes=new x,n.ownerDocument=this,n.nodeName=t,n.tagName=t,n.namespaceURI=e,2==i.length?(n.prefix=i[0],n.localName=i[1]):n.localName=t,o._ownerElement=n,n},createAttributeNS:function(e,t){var n=new oe,i=t.split(':');return n.ownerDocument=this,n.nodeName=t,n.name=t,n.namespaceURI=e,n.specified=!0,2==i.length?(n.prefix=i[0],n.localName=i[1]):n.localName=t,n}},u(F,k),ie.prototype={nodeType:l,hasAttribute:function(e){return null!=this.getAttributeNode(e)},getAttribute:function(e){var t=this.getAttributeNode(e);return t&&t.value||''},getAttributeNode:function(e){return this.attributes.getNamedItem(e)},setAttribute:function(e,t){var n=this.ownerDocument.createAttribute(e);n.value=n.nodeValue=""+t,this.setAttributeNode(n)},removeAttribute:function(e){var t=this.getAttributeNode(e);t&&this.removeAttributeNode(t)},appendChild:function(e){return e.nodeType===w?this.insertBefore(e,null):re(this,e)},setAttributeNode:function(e){return this.attributes.setNamedItem(e)},setAttributeNodeNS:function(e){return this.attributes.setNamedItemNS(e)},removeAttributeNode:function(e){return this.attributes.removeNamedItem(e.nodeName)},removeAttributeNS:function(e,t){var n=this.getAttributeNodeNS(e,t);n&&this.removeAttributeNode(n)},hasAttributeNS:function(e,t){return null!=this.getAttributeNodeNS(e,t)},getAttributeNS:function(e,t){var n=this.getAttributeNodeNS(e,t);return n&&n.value||''},setAttributeNS:function(e,t,n){var i=this.ownerDocument.createAttributeNS(e,t);i.value=i.nodeValue=""+n,this.setAttributeNode(i)},getAttributeNodeNS:function(e,t){return this.attributes.getNamedItemNS(e,t)},getElementsByTagName:function(e){return new A(this,function(t){var n=[];return j(t,function(i){i===t||i.nodeType!=l||'*'!==e&&i.tagName!=e||n.push(i)}),n})},getElementsByTagNameNS:function(e,t){return new A(this,function(n){var i=[];return j(n,function(o){o===n||o.nodeType!==l||'*'!==e&&o.namespaceURI!==e||'*'!==t&&o.localName!=t||i.push(o)}),i})}},F.prototype.getElementsByTagName=ie.prototype.getElementsByTagName,F.prototype.getElementsByTagNameNS=ie.prototype.getElementsByTagNameNS,u(ie,k),oe.prototype.nodeType=c,u(oe,k),ae.prototype={data:'',substringData:function(e,t){return this.data.substring(e,e+t)},appendData:function(e){e=this.data+e,this.nodeValue=this.data=e,this.length=e.length},insertData:function(e,t){this.replaceData(e,0,t)},appendChild:function(e){throw new Error(_[S])},deleteData:function(e,t){this.replaceData(e,t,"")},replaceData:function(e,t,n){n=this.data.substring(0,e)+n+this.data.substring(e+t),this.nodeValue=this.data=n,this.length=n.length}},u(ae,k),ue.prototype={nodeName:"#text",nodeType:f,splitText:function(e){var t=this.data,n=t.substring(e);t=t.substring(0,e),this.data=this.nodeValue=t,this.length=t.length;var i=this.ownerDocument.createTextNode(n);return this.parentNode&&this.parentNode.insertBefore(i,this.nextSibling),i}},u(ue,ae),se.prototype={nodeName:"#comment",nodeType:v},u(se,ae),le.prototype={nodeName:"#cdata-section",nodeType:p},u(le,ae),ce.prototype.nodeType=T,u(ce,k),fe.prototype.nodeType=b,u(fe,k),de.prototype.nodeType=N,u(de,k),pe.prototype.nodeType=h,u(pe,k),he.prototype.nodeName="#document-fragment",he.prototype.nodeType=w,u(he,k),me.prototype.nodeType=E,u(me,k),Ne.prototype.serializeToString=function(e,t,n){return Ee.call(e,t,n)},k.prototype.toString=Ee;try{if(Object.defineProperty){function De(e){switch(e.nodeType){case l:case w:var t=[];for(e=e.firstChild;e;)7!==e.nodeType&&8!==e.nodeType&&t.push(De(e)),e=e.nextSibling;return t.join('');default:return e.nodeValue}}Object.defineProperty(A.prototype,'length',{get:function(){return R(this),this.$$length}}),Object.defineProperty(k.prototype,'textContent',{get:function(){return De(this)},set:function(e){switch(this.nodeType){case l:case w:for(;this.firstChild;)this.removeChild(this.firstChild);(e||String(e))&&this.appendChild(this.ownerDocument.createTextNode(e));break;default:this.data=e,this.value=e,this.nodeValue=e}}}),be=function(e,t,n){e['$$'+t]=n}}}catch(e){}_e.DocumentType=ce,_e.DOMException=I,_e.DOMImplementation=B,_e.Element=ie,_e.Node=k,_e.NodeList=x,_e.XMLSerializer=Ne},661,[662]); -__d(function(g,r,_i,a,m,e,d){'use strict';function t(t,n){return void 0===n&&(n=Object),n&&'function'==typeof n.freeze?n.freeze(t):t}var n=t({HTML:'text/html',isHTML:function(t){return t===n.HTML},XML_APPLICATION:'application/xml',XML_TEXT:'text/xml',XML_XHTML_APPLICATION:'application/xhtml+xml',XML_SVG_IMAGE:'image/svg+xml'}),o=t({HTML:'http://www.w3.org/1999/xhtml',isHTML:function(t){return t===o.HTML},SVG:'http://www.w3.org/2000/svg',XML:'http://www.w3.org/XML/1998/namespace',XMLNS:'http://www.w3.org/2000/xmlns/'});e.assign=function(t,n){if(null===t||'object'!=typeof t)throw new TypeError('target is not an object');for(var o in n)Object.prototype.hasOwnProperty.call(n,o)&&(t[o]=n[o]);return t},e.find=function(t,n,o){if(void 0===o&&(o=Array.prototype),t&&'function'==typeof o.find)return o.find.call(t,n);for(var i=0;i=n+o||n?new java.lang.String(t,n,o)+'':t}function u(t,n){t.currentElement?t.currentElement.appendChild(n):t.doc.appendChild(n)}n.prototype.parseFromString=function(n,c){var l=this.options,s=new(r(d[0]).XMLReader),u=l.domBuilder||new i,h=l.errorHandler,f=l.locator,p=l.xmlns||{},E=/\/x?html?$/.test(c),D=E?r(d[1]).HTML_ENTITIES:r(d[1]).XML_ENTITIES;f&&u.setDocumentLocator(f),s.errorHandler=o(h,u,f),s.domBuilder=l.domBuilder||u,E&&(p['']=r(d[2]).NAMESPACE.HTML),p.xml=p.xml||r(d[2]).NAMESPACE.XML;var y=l.normalizeLineEndings||t;return n&&'string'==typeof n?s.parse(y(n),p,D):s.errorHandler.error('invalid doc source'),u.doc},i.prototype={startDocument:function(){this.doc=(new(r(d[3]).DOMImplementation)).createDocument(null,null,null),this.locator&&(this.doc.documentURI=this.locator.systemId)},startElement:function(t,n,o,i){var l=this.doc,s=l.createElementNS(t,o||n),h=i.length;u(this,s),this.currentElement=s,this.locator&&c(this.locator,s);for(var f=0;f65535){var t=55296+((e-=65536)>>10),a=56320+(1023&e);return String.fromCharCode(t,a)}return String.fromCharCode(e)}function i(e){var t=e.slice(1,-1);return Object.hasOwnProperty.call(a,t)?a[t]:'#'===t.charAt(0)?c(parseInt(t.substr(1).replace('x','0x'))):(s.error('entity not found:'+e),e)}function u(t){if(t>k){var a=e.substring(k,t).replace(/&#?\w+;/g,i);p&&o(k),n.characters(a,0,t-k),k=t}}function o(t,a){for(;t>=f&&(a=h.exec(e));)l=a.index,f=l+a[0].length,p.lineNumber++;p.columnNumber=t-l+1}for(var l=0,f=0,h=/.*(?:\r\n?|\n)|.*$/g,p=n.locator,E=[{currentNSMap:t}],O={},k=0;;){try{var C=e.indexOf('<',k);if(C<0){if(!e.substr(k).match(/^\s*$/)){var y=n.doc,D=y.createTextNode(e.substr(k));y.appendChild(D),n.currentElement=D}return}switch(C>k&&u(C),e.charAt(C+1)){case'/':var S=e.indexOf('>',C+3),T=e.substring(C+2,S).replace(/[ \t\n\r]+$/g,''),P=E.pop();S<0?(T=e.substring(C+2).replace(/[\s<].*/,''),s.error("end tag name: "+T+' is not complete:'+P.tagName),S=C+1+T.length):T.match(/\sk?k=S:u(Math.max(C,k)+1)}}function b(e,t){return t.lineNumber=e.lineNumber,t.columnNumber=e.columnNumber,t}function N(e,t,a,m,h,p){function b(e,t,n){a.attributeNames.hasOwnProperty(e)&&p.fatalError('Attribute '+e+' redefined'),a.addValue(e,t.replace(/[\t\n\r]/g,' ').replace(/&#?\w+;/g,h),n)}for(var N,w=++t,v=n;;){var x=e.charAt(w);switch(x){case'=':if(v===s)N=e.slice(t,w),v=i;else{if(v!==c)throw new Error('attribute equal must after attrName');v=i}break;case'\'':case'"':if(v===i||v===s){if(v===s&&(p.warning('attribute value must after "="'),N=e.slice(t,w)),t=w+1,!((w=e.indexOf(x,t))>0))throw new Error('attribute value no end \''+x+'\' match');b(N,E=e.slice(t,w),t-1),v=o}else{if(v!=u)throw new Error('attribute value must after "="');b(N,E=e.slice(t,w),t),p.warning('attribute "'+N+'" missed start quot('+x+')!!'),t=w+1,v=o}break;case'/':switch(v){case n:a.setTagName(e.slice(t,w));case o:case l:case f:v=f,a.closed=!0;case u:case s:break;case c:a.closed=!0;break;default:throw new Error("attribute invalid close char('/')")}break;case'':return p.error('unexpected end of input'),v==n&&a.setTagName(e.slice(t,w)),w;case'>':switch(v){case n:a.setTagName(e.slice(t,w));case o:case l:case f:break;case u:case s:'/'===(E=e.slice(t,w)).slice(-1)&&(a.closed=!0,E=E.slice(0,-1));case c:v===c&&(E=N),v==u?(p.warning('attribute "'+E+'" missed quot(")!'),b(N,E,t)):(r(d[0]).NAMESPACE.isHTML(m[''])&&E.match(/^(?:disabled|checked|selected)$/i)||p.warning('attribute "'+E+'" missed value!! "'+E+'" instead!!'),b(E,E,t));break;case i:throw new Error('attribute value missed!!')}return w;case"\x80":x=' ';default:if(x<=' ')switch(v){case n:a.setTagName(e.slice(t,w)),v=l;break;case s:N=e.slice(t,w),v=c;break;case u:var E=e.slice(t,w);p.warning('attribute "'+E+'" missed quot(")!!'),b(N,E,t);case o:v=l}else switch(v){case c:a.tagName;r(d[0]).NAMESPACE.isHTML(m[''])&&N.match(/^(?:disabled|checked|selected)$/i)||p.warning('attribute "'+N+'" missed value!! "'+N+'" instead2!!'),b(N,N,t),t=w,v=s;break;case o:p.warning('attribute space is required"'+N+'"!!');case l:v=s,t=w;break;case i:v=u,t=w;break;case f:throw new Error("elements closed character '/' and '>' must be connected to")}}w++}}function w(e,t,a){for(var n=e.tagName,s=null,c=e.length;c--;){var i=e[c],u=i.qName,o=i.value;if((h=u.indexOf(':'))>0)var l=i.prefix=u.slice(0,h),f=u.slice(h+1),m='xmlns'===l&&f;else f=u,l=null,m='xmlns'===u&&'';i.localName=f,!1!==m&&(null==s&&(s={},E(a,a={})),a[m]=s[m]=o,i.uri=r(d[0]).NAMESPACE.XMLNS,t.startPrefixMapping(m,o))}for(c=e.length;c--;){(l=(i=e[c]).prefix)&&('xml'===l&&(i.uri=r(d[0]).NAMESPACE.XML),'xmlns'!==l&&(i.uri=a[l||'']))}var h;(h=n.indexOf(':'))>0?(l=e.prefix=n.slice(0,h),f=e.localName=n.slice(h+1)):(l=null,f=e.localName=n);var p=e.uri=a[l||''];if(t.startElement(p,f,n,e),!e.closed)return e.currentNSMap=a,e.localNSMap=s,!0;if(t.endElement(p,f,n),s)for(l in s)Object.prototype.hasOwnProperty.call(s,l)&&t.endPrefixMapping(l)}function v(e,t,a,n,s){if(/^(?:script|textarea)$/i.test(a)){var c=e.indexOf('',t),i=e.substring(t+1,c);if(/[&<]/.test(i))return/^script$/i.test(a)?(s.characters(i,0,i.length),c):(i=i.replace(/&#?\w+;/g,n),s.characters(i,0,i.length),c)}return t+1}function x(e,t,a,n){var s=n[a];return null==s&&((s=e.lastIndexOf(''))t?(a.comment(e,t+4,s-t-4),s+3):(n.error("Unclosed comment"),-1):-1;default:if('CDATA['==e.substr(t+3,6)){var s=e.indexOf(']]>',t+9);return a.startCDATA(),a.characters(e,t+9,s-t-9),a.endCDATA(),s+3}var c=O(e,t),i=c.length;if(i>1&&/!doctype/i.test(c[0][0])){var u=c[1][0],o=!1,l=!1;i>3&&(/^public$/i.test(c[2][0])?(o=c[3][0],l=i>4&&c[4][0]):/^system$/i.test(c[2][0])&&(l=c[3][0]));var f=c[i-1];return a.startDTD(u,o,l),a.endDTD(),f.index+f[0].length}}return-1}function F(e,t,a){var n=e.indexOf('?>',t);if(n){var s=e.substring(t,n).match(/^<\?(\S*)\s*([\s\S]*?)\s*$/);if(s){s[0].length;return a.processingInstruction(s[1],s[2]),n+2}return-1}return-1}function M(){this.attributeNames={}}function O(e,t){var a,n=[],s=/'[^']+'|"[^"]+"|[^\s<>\/=]+=?|(\/?\s*>|<)/g;for(s.lastIndex=t,s.exec(e);a=s.exec(e);)if(n.push(a),a[1])return n}m.prototype=new Error,m.prototype.name=m.name,h.prototype={parse:function(e,t,a){var n=this.domBuilder;n.startDocument(),E(t,t={}),p(e,t,a,n,this.errorHandler),n.endDocument()}},M.prototype={setTagName:function(e){if(!a.test(e))throw new Error('invalid tagName:'+e);this.tagName=e},addValue:function(e,t,n){if(!a.test(e))throw new Error('invalid attribute:'+e);this.attributeNames[e]=this.length,this[this.length++]={qName:e,value:t,offset:n}},length:0,getLocalName:function(e){return this[e].localName},getLocator:function(e){return this[e].locator},getQName:function(e){return this[e].qName},getURI:function(e){return this[e].uri},getValue:function(e){return this[e].value}},_e.XMLReader=h,_e.ParseError=m},664,[662]); -__d(function(g,r,i,a,m,e,d){e.XML_ENTITIES=r(d[0]).freeze({amp:'&',apos:"'",gt:'>',lt:'<',quot:'"'}),e.HTML_ENTITIES=r(d[0]).freeze({lt:'<',gt:'>',amp:'&',quot:'"',apos:"'",Agrave:"\xc0",Aacute:"\xc1",Acirc:"\xc2",Atilde:"\xc3",Auml:"\xc4",Aring:"\xc5",AElig:"\xc6",Ccedil:"\xc7",Egrave:"\xc8",Eacute:"\xc9",Ecirc:"\xca",Euml:"\xcb",Igrave:"\xcc",Iacute:"\xcd",Icirc:"\xce",Iuml:"\xcf",ETH:"\xd0",Ntilde:"\xd1",Ograve:"\xd2",Oacute:"\xd3",Ocirc:"\xd4",Otilde:"\xd5",Ouml:"\xd6",Oslash:"\xd8",Ugrave:"\xd9",Uacute:"\xda",Ucirc:"\xdb",Uuml:"\xdc",Yacute:"\xdd",THORN:"\xde",szlig:"\xdf",agrave:"\xe0",aacute:"\xe1",acirc:"\xe2",atilde:"\xe3",auml:"\xe4",aring:"\xe5",aelig:"\xe6",ccedil:"\xe7",egrave:"\xe8",eacute:"\xe9",ecirc:"\xea",euml:"\xeb",igrave:"\xec",iacute:"\xed",icirc:"\xee",iuml:"\xef",eth:"\xf0",ntilde:"\xf1",ograve:"\xf2",oacute:"\xf3",ocirc:"\xf4",otilde:"\xf5",ouml:"\xf6",oslash:"\xf8",ugrave:"\xf9",uacute:"\xfa",ucirc:"\xfb",uuml:"\xfc",yacute:"\xfd",thorn:"\xfe",yuml:"\xff",nbsp:"\xa0",iexcl:"\xa1",cent:"\xa2",pound:"\xa3",curren:"\xa4",yen:"\xa5",brvbar:"\xa6",sect:"\xa7",uml:"\xa8",copy:"\xa9",ordf:"\xaa",laquo:"\xab",not:"\xac",shy:"\xad\xad",reg:"\xae",macr:"\xaf",deg:"\xb0",plusmn:"\xb1",sup2:"\xb2",sup3:"\xb3",acute:"\xb4",micro:"\xb5",para:"\xb6",middot:"\xb7",cedil:"\xb8",sup1:"\xb9",ordm:"\xba",raquo:"\xbb",frac14:"\xbc",frac12:"\xbd",frac34:"\xbe",iquest:"\xbf",times:"\xd7",divide:"\xf7",forall:"\u2200",part:"\u2202",exist:"\u2203",empty:"\u2205",nabla:"\u2207",isin:"\u2208",notin:"\u2209",ni:"\u220b",prod:"\u220f",sum:"\u2211",minus:"\u2212",lowast:"\u2217",radic:"\u221a",prop:"\u221d",infin:"\u221e",ang:"\u2220",and:"\u2227",or:"\u2228",cap:"\u2229",cup:"\u222a",int:"\u222b",there4:"\u2234",sim:"\u223c",cong:"\u2245",asymp:"\u2248",ne:"\u2260",equiv:"\u2261",le:"\u2264",ge:"\u2265",sub:"\u2282",sup:"\u2283",nsub:"\u2284",sube:"\u2286",supe:"\u2287",oplus:"\u2295",otimes:"\u2297",perp:"\u22a5",sdot:"\u22c5",Alpha:"\u0391",Beta:"\u0392",Gamma:"\u0393",Delta:"\u0394",Epsilon:"\u0395",Zeta:"\u0396",Eta:"\u0397",Theta:"\u0398",Iota:"\u0399",Kappa:"\u039a",Lambda:"\u039b",Mu:"\u039c",Nu:"\u039d",Xi:"\u039e",Omicron:"\u039f",Pi:"\u03a0",Rho:"\u03a1",Sigma:"\u03a3",Tau:"\u03a4",Upsilon:"\u03a5",Phi:"\u03a6",Chi:"\u03a7",Psi:"\u03a8",Omega:"\u03a9",alpha:"\u03b1",beta:"\u03b2",gamma:"\u03b3",delta:"\u03b4",epsilon:"\u03b5",zeta:"\u03b6",eta:"\u03b7",theta:"\u03b8",iota:"\u03b9",kappa:"\u03ba",lambda:"\u03bb",mu:"\u03bc",nu:"\u03bd",xi:"\u03be",omicron:"\u03bf",pi:"\u03c0",rho:"\u03c1",sigmaf:"\u03c2",sigma:"\u03c3",tau:"\u03c4",upsilon:"\u03c5",phi:"\u03c6",chi:"\u03c7",psi:"\u03c8",omega:"\u03c9",thetasym:"\u03d1",upsih:"\u03d2",piv:"\u03d6",OElig:"\u0152",oelig:"\u0153",Scaron:"\u0160",scaron:"\u0161",Yuml:"\u0178",fnof:"\u0192",circ:"\u02c6",tilde:"\u02dc",ensp:"\u2002",emsp:"\u2003",thinsp:"\u2009",zwnj:"\u200c",zwj:"\u200d",lrm:"\u200e",rlm:"\u200f",ndash:"\u2013",mdash:"\u2014",lsquo:"\u2018",rsquo:"\u2019",sbquo:"\u201a",ldquo:"\u201c",rdquo:"\u201d",bdquo:"\u201e",dagger:"\u2020",Dagger:"\u2021",bull:"\u2022",hellip:"\u2026",permil:"\u2030",prime:"\u2032",Prime:"\u2033",lsaquo:"\u2039",rsaquo:"\u203a",oline:"\u203e",euro:"\u20ac",trade:"\u2122",larr:"\u2190",uarr:"\u2191",rarr:"\u2192",darr:"\u2193",harr:"\u2194",crarr:"\u21b5",lceil:"\u2308",rceil:"\u2309",lfloor:"\u230a",rfloor:"\u230b",loz:"\u25ca",spades:"\u2660",clubs:"\u2663",hearts:"\u2665",diams:"\u2666"}),e.entityMap=e.HTML_ENTITIES},665,[662]); -__d(function(g,r,i,a,m,e,d){var n=r(d[0])(r(d[1]));(0,r(d[2]).registerGlobals)(),(g||window||this).RTCPeerConnection=n.default},666,[2,667,669]); -__d(function(g,r,i,a,m,_e,d){Object.defineProperty(_e,"__esModule",{value:!0}),_e.default=void 0;var t=r(d[0])(r(d[1])),e=r(d[0])(r(d[2])),n=r(d[0])(r(d[3])),u=r(d[0])(r(d[4])),o=r(d[0])(r(d[5])),f=r(d[0])(r(d[6])),c=r(d[0])(r(d[7]));function l(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(t){return!1}}var s=(function(s){(0,o.default)(v,s);var p,y,h=(p=v,y=l(),function(){var t,e=(0,c.default)(p);if(y){var n=(0,c.default)(this).constructor;t=Reflect.construct(e,arguments,n)}else t=e.apply(this,arguments);return(0,f.default)(this,t)});function v(){return(0,e.default)(this,v),h.apply(this,arguments)}return(0,n.default)(v,[{key:"setRemoteDescription",value:(function(){var e=(0,t.default)(function*(t){return(0,u.default)((0,c.default)(v.prototype),"setRemoteDescription",this).call(this,yield(0,r(d[8]).synthesizeIPv6Addresses)(t))});return function(t){return e.apply(this,arguments)}})()}]),v})(r(d[9]).RTCPeerConnection);_e.default=s},667,[2,275,3,4,87,8,10,12,668,669]); -__d(function(g,r,_i,a,m,e,d){Object.defineProperty(e,"__esModule",{value:!0}),e.synthesizeIPv6Addresses=function(n){return new Promise(function(t){return t(f(n))}).then(function(t){var i=t.ips,f=t.lines;return Promise.all(Array.from(i.values())).then(function(){return o(n,i,f)})})};var n=r(d[0])(r(d[1])),t=r(d[2]);var i=(function(){var i=t.NativeModules.POSIX;if(i){var f=i.getaddrinfo;if('function'==typeof f)return function(t){return f(t,void 0).then(function(t){return(0,n.default)(t,1)[0].ai_addr})}}var o=t.NativeModules.NAT64AddrInfo;if(o){var s=o.getIPv6Address;if('function'==typeof s)return s}return function(n){return Promise.resolve(n)}})();function f(n){var t=n.sdp,f=0,o=[],s=new Map;do{var u=t.indexOf('\r\n',f),v=void 0;if(-1===u?(v=t.substring(f),f=void 0):(v=t.substring(f,u),f=u+2),v.startsWith('a=candidate:')){var c=v.split(' ');if(c.length>=10&&'typ'===c[6]){for(var l=[c[4]],p=!1,h=8;h=31||'undefined'!=typeof navigator&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/applewebkit\/(\d+)/)},e.storage=(function(){try{return localStorage}catch(C){}})(),e.destroy=(C=!1,function(){C||(C=!0,console.warn('Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`.'))}),e.colors=['#0000CC','#0000FF','#0033CC','#0033FF','#0066CC','#0066FF','#0099CC','#0099FF','#00CC00','#00CC33','#00CC66','#00CC99','#00CCCC','#00CCFF','#3300CC','#3300FF','#3333CC','#3333FF','#3366CC','#3366FF','#3399CC','#3399FF','#33CC00','#33CC33','#33CC66','#33CC99','#33CCCC','#33CCFF','#6600CC','#6600FF','#6633CC','#6633FF','#66CC00','#66CC33','#9900CC','#9900FF','#9933CC','#9933FF','#99CC00','#99CC33','#CC0000','#CC0033','#CC0066','#CC0099','#CC00CC','#CC00FF','#CC3300','#CC3333','#CC3366','#CC3399','#CC33CC','#CC33FF','#CC6600','#CC6633','#CC9900','#CC9933','#CCCC00','#CCCC33','#FF0000','#FF0033','#FF0066','#FF0099','#FF00CC','#FF00FF','#FF3300','#FF3333','#FF3366','#FF3399','#FF33CC','#FF33FF','#FF6600','#FF6633','#FF9900','#FF9933','#FFCC00','#FFCC33'],e.log=console.debug||console.log||function(){},m.exports=_r(d[0])(e),m.exports.formatters.j=function(C){try{return JSON.stringify(C)}catch(C){return'[UnexpectedJSONParseError]: '+C.message}}},671,[672]); -__d(function(g,r,_i,a,m,e,d){m.exports=function(n){function t(n){var s,i,c,l=null;function u(){for(var n=arguments.length,o=new Array(n),i=0;i100)){var m=/^(-?(?:\d+)?\.?\d+) *(milliseconds?|msecs?|ms|seconds?|secs?|s|minutes?|mins?|m|hours?|hrs?|h|days?|d|weeks?|w|years?|yrs?|y)?$/i.exec(d);if(m){var h=parseFloat(m[1]);switch((m[2]||'ms').toLowerCase()){case'years':case'year':case'yrs':case'yr':case'y':return h*o;case'weeks':case'week':case'w':return h*u;case'days':case'day':case'd':return h*t;case'hours':case'hour':case'hrs':case'hr':case'h':return h*c;case'minutes':case'minute':case'mins':case'min':case'm':return h*n;case'seconds':case'second':case'secs':case'sec':case's':return h*s;case'milliseconds':case'millisecond':case'msecs':case'msec':case'ms':return h;default:return}}}}function m(u){var o=Math.abs(u);return o>=t?Math.round(u/t)+'d':o>=c?Math.round(u/c)+'h':o>=n?Math.round(u/n)+'m':o>=s?Math.round(u/s)+'s':u+'ms'}function h(u){var o=Math.abs(u);return o>=t?y(u,o,t,'day'):o>=c?y(u,o,c,'hour'):o>=n?y(u,o,n,'minute'):o>=s?y(u,o,s,'second'):u+' ms'}function y(s,n,c,t){var u=n>=1.5*c;return Math.round(s/c)+' '+t+(u?'s':'')}_m.exports=function(s,n){n=n||{};var c=typeof s;if('string'===c&&s.length>0)return d(s);if('number'===c&&isFinite(s))return n.long?h(s):m(s);throw new Error('val is not a non-empty string or a valid number. val='+JSON.stringify(s))}},673,[]); -__d(function(g,r,i,a,m,_e,d){Object.defineProperty(_e,"__esModule",{value:!0}),_e.default=void 0;var e=r(d[0])(r(d[1])),t=r(d[0])(r(d[2])),n=r(d[0])(r(d[3])),u=r(d[0])(r(d[4])),f=r(d[0])(r(d[5])),c=r(d[6]),o=r(d[0])(r(d[7])),l=r(d[0])(r(d[8]));function s(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(e){return!1}}var v=c.NativeModules.WebRTCModule,y=new((function(c){(0,n.default)(R,c);var y,p,h=(y=R,p=s(),function(){var e,t=(0,f.default)(y);if(p){var n=(0,f.default)(this).constructor;e=Reflect.construct(t,arguments,n)}else e=t.apply(this,arguments);return(0,u.default)(this,e)});function R(){return(0,e.default)(this,R),h.apply(this,arguments)}return(0,t.default)(R,[{key:"enumerateDevices",value:function(){return new Promise(function(e){return v.enumerateDevices(e)})}},{key:"getDisplayMedia",value:function(){return(0,o.default)()}},{key:"getUserMedia",value:function(e){return(0,l.default)(e)}}]),R})(r(d[9]).defineCustomEventTarget.apply(void 0,['devicechange'])));_e.default=y},674,[2,3,4,8,10,12,21,675,683,678]); -__d(function(g,r,i,a,m,e,d){Object.defineProperty(e,"__esModule",{value:!0}),e.default=function(){return new Promise(function(t,c){o.getDisplayMedia().then(function(u){var o=u.streamId,c=u.track,f={streamId:o,streamReactTag:o,tracks:[c]},l=new n.default(f);t(l)},function(t){c(new u.default(t))})})};var t=r(d[0]),n=r(d[1])(r(d[2])),u=r(d[1])(r(d[3])),o=t.NativeModules.WebRTCModule},675,[21,2,676,682]); -__d(function(g,r,i,a,m,_e,d){Object.defineProperty(_e,"__esModule",{value:!0}),_e.default=void 0;var e=r(d[0])(r(d[1])),t=r(d[0])(r(d[2])),n=r(d[0])(r(d[3])),c=r(d[0])(r(d[4])),o=r(d[0])(r(d[5])),u=r(d[0])(r(d[6])),f=r(d[7]),s=r(d[0])(r(d[8]));function l(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(e){return!1}}var k=f.NativeModules.WebRTCModule,v=(function(f){(0,c.default)(y,f);var v,h,_=(v=y,h=l(),function(){var e,t=(0,u.default)(v);if(h){var n=(0,u.default)(this).constructor;e=Reflect.construct(t,arguments,n)}else e=t.apply(this,arguments);return(0,o.default)(this,e)});function y(e){var n;if((0,t.default)(this,y),(n=_.call(this))._tracks=[],n._id=(0,r(d[9]).uniqueID)(),n._reactTag=n._id,void 0===e)k.mediaStreamCreate(n.id);else if(e instanceof y)for(var c of(k.mediaStreamCreate(n.id),e.getTracks()))n.addTrack(c);else if(Array.isArray(e))for(var o of(k.mediaStreamCreate(n.id),e))n.addTrack(o);else{if(!('object'==typeof e&&e.streamId&&e.streamReactTag&&e.tracks))throw new TypeError("invalid type: "+typeof e);for(var u of(n._id=e.streamId,n._reactTag=e.streamReactTag,e.tracks))n._tracks.push(new s.default(u))}return n}return(0,n.default)(y,[{key:"id",get:function(){return this._id}},{key:"active",get:function(){return!0}},{key:"addTrack",value:function(e){-1===this._tracks.indexOf(e)&&(this._tracks.push(e),k.mediaStreamAddTrack(this._reactTag,e.remote?e._peerConnectionId:-1,e.id))}},{key:"removeTrack",value:function(e){var t=this._tracks.indexOf(e);-1!==t&&(this._tracks.splice(t,1),k.mediaStreamRemoveTrack(this._reactTag,e.remote?e._peerConnectionId:-1,e.id))}},{key:"getTracks",value:function(){return this._tracks.slice()}},{key:"getTrackById",value:function(e){return this._tracks.find(function(t){return t.id===e})}},{key:"getAudioTracks",value:function(){return this._tracks.filter(function(e){return'audio'===e.kind})}},{key:"getVideoTracks",value:function(){return this._tracks.filter(function(e){return'video'===e.kind})}},{key:"clone",value:function(){throw new Error('Not implemented.')}},{key:"toURL",value:function(){return this._reactTag}},{key:"release",value:function(){var t=!(arguments.length>0&&void 0!==arguments[0])||arguments[0],n=(0,e.default)(this._tracks);for(var c of n)this.removeTrack(c),t&&c.release();k.mediaStreamRelease(this._reactTag)}}]),y})(r(d[10]).defineCustomEventTarget.apply(void 0,['active','inactive','addtrack','removetrack']));_e.default=v},676,[2,45,3,4,8,10,12,21,677,680,678]); -__d(function(g,r,i,a,m,_e,d){Object.defineProperty(_e,"__esModule",{value:!0}),_e.default=void 0;var e=r(d[0])(r(d[1])),t=r(d[0])(r(d[2])),n=r(d[0])(r(d[3])),o=r(d[0])(r(d[4])),s=r(d[0])(r(d[5])),u=r(d[6]);function c(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(e){return!1}}var l=new(r(d[0])(r(d[7])).default)('pc'),f=u.NativeModules.WebRTCModule,h=(function(u){(0,n.default)(k,u);var h,v,y=(h=k,v=c(),function(){var e,t=(0,s.default)(h);if(v){var n=(0,s.default)(this).constructor;e=Reflect.construct(t,arguments,n)}else e=t.apply(this,arguments);return(0,o.default)(this,e)});function k(t){var n;return(0,e.default)(this,k),(n=y.call(this)).label='',n._constraints=t.constraints||{},n._enabled=t.enabled,n._settings=t.settings||{},n._muted=!1,n._peerConnectionId=t.peerConnectionId,n._readyState=t.readyState,n.id=t.id,n.kind=t.kind,n.remote=t.remote,n.remote||n._registerEvents(),n}return(0,t.default)(k,[{key:"enabled",get:function(){return this._enabled},set:function(e){e!==this._enabled&&(this._enabled=Boolean(e),'ended'!==this._readyState&&f.mediaStreamTrackSetEnabled(this.remote?this._peerConnectionId:-1,this.id,this._enabled))}},{key:"muted",get:function(){return this._muted}},{key:"readyState",get:function(){return this._readyState}},{key:"stop",value:function(){this.enabled=!1,this._readyState='ended'}},{key:"_switchCamera",value:function(){if(this.remote)throw new Error('Not implemented for remote tracks');if('video'!==this.kind)throw new Error('Only implemented for video tracks');f.mediaStreamTrackSwitchCamera(this.id)}},{key:"_setVideoEffect",value:function(e){if(this.remote)throw new Error('Not implemented for remote tracks');if('video'!==this.kind)throw new Error('Only implemented for video tracks');f.mediaStreamTrackSetVideoEffect(this.id,e)}},{key:"_setMutedInternal",value:function(e){if(!this.remote)throw new Error('Track is not remote!');this._muted=e,this.dispatchEvent(new(r(d[8]).Event)(e?'mute':'unmute'))}},{key:"_setVolume",value:function(e){if('audio'!==this.kind)throw new Error('Only implemented for audio tracks');f.mediaStreamTrackSetVolume(this.remote?this._peerConnectionId:-1,this.id,e)}},{key:"applyConstraints",value:function(){throw new Error('Not implemented.')}},{key:"clone",value:function(){throw new Error('Not implemented.')}},{key:"getCapabilities",value:function(){throw new Error('Not implemented.')}},{key:"getConstraints",value:function(){return(0,r(d[9]).deepClone)(this._constraints)}},{key:"getSettings",value:function(){return(0,r(d[9]).deepClone)(this._settings)}},{key:"_registerEvents",value:function(){var e=this;(0,r(d[10]).addListener)(this,'mediaStreamTrackEnded',function(t){t.trackId===e.id&&'ended'!==e._readyState&&(l.debug(e.id+" mediaStreamTrackEnded"),e._readyState='ended',e.dispatchEvent(new(r(d[8]).Event)('ended')))})}},{key:"release",value:function(){this.remote||((0,r(d[10]).removeListener)(this),f.mediaStreamTrackRelease(this.id))}}]),k})(r(d[8]).defineCustomEventTarget.apply(void 0,['ended','mute','unmute']));_e.default=h},677,[2,3,4,8,10,12,21,670,678,680,681]); -__d(function(g,r,_i8,a,m,_e,_d){'use strict';function e(e){var n=t();return function(){var t,o=r(_d[0])(e);if(n){var i=r(_d[0])(this).constructor;t=Reflect.construct(o,arguments,i)}else t=o.apply(this,arguments);return r(_d[1])(this,t)}}function t(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(e){return!1}}function n(e,t){if(!e){for(var n=arguments.length,i=new Array(n>2?n-2:0),u=2;u1&&void 0!==arguments[1]&&arguments[1],n=arguments.length>2&&void 0!==arguments[2]&&arguments[2],o=A(this);o.dispatchFlag?p.warn():F.set(this,Object.assign({},o,{type:String(e),bubbles:Boolean(t),cancelable:Boolean(n),target:null,currentTarget:null,stopPropagationFlag:!1,stopImmediatePropagationFlag:!1,canceledFlag:!1}))}}],[{key:"NONE",get:function(){return T}},{key:"CAPTURING_PHASE",get:function(){return w}},{key:"AT_TARGET",get:function(){return O}},{key:"BUBBLING_PHASE",get:function(){return _}}]),e})(),T=0,w=1,O=2,_=3,F=new WeakMap;function A(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"this",o=F.get(e);return n(null!=o,"'%s' must be an object that Event constructor created, but got another one: %o",t,e),o}function I(e){e.inPassiveListenerFlag?y.warn():e.cancelable?e.canceledFlag=!0:b.warn()}Object.defineProperty(P,"NONE",{enumerable:!0}),Object.defineProperty(P,"CAPTURING_PHASE",{enumerable:!0}),Object.defineProperty(P,"AT_TARGET",{enumerable:!0}),Object.defineProperty(P,"BUBBLING_PHASE",{enumerable:!0});for(var D,S=Object.getOwnPropertyNames(P.prototype),j=0;j2&&void 0!==arguments[2]&&arguments[2],o=e.listeners[t];return x(o),o.signal&&o.signal.removeEventListener("abort",o.signalListener),e.cow&&!n?(e.cow=!1,e.listeners=e.listeners.filter(function(e,n){return n!==t}),!1):(e.listeners.splice(t,1),!0)}function ee(e,t){var n;return null!==(n=e[t])&&void 0!==n?n:e[t]={attrCallback:void 0,attrListener:void 0,cow:!1,listeners:[]}}W.set(Object.prototype,L),void 0!==s&&void 0!==s.Event&&W.set(s.Event.prototype,L);var te=(function(){function t(){r(_d[2])(this,t),ne.set(this,Object.create(null))}return r(_d[3])(t,[{key:"addEventListener",value:function(e,t,n){var o=re(this),i=oe(e,t,n),u=i.callback,l=i.capture,c=i.once,s=i.passive,f=i.signal,p=i.type;if(null!=u&&(null===f||void 0===f||!f.aborted)){var v=ee(o,p),d=K(v,u,l);-1===d?q(v,u,l,s,c,f):ue(v.listeners[d],s,c,f)}}},{key:"removeEventListener",value:function(e,t,n){var o=re(this),i=ae(e,t,n),u=i.callback,l=i.capture,c=o[i.type];null!=u&&c&&J(c,u,l)}},{key:"dispatchEvent",value:function(t){var n=re(this)[String(t.type)];if(null==n)return!0;var o,i=t instanceof P?t:L.wrap(t),u=A(i,"event");if(u.dispatchFlag)throw o="This event has been in dispatching.",s.DOMException?new s.DOMException(o,"InvalidStateError"):(null==D&&(D=(function(t){r(_d[4])(o,t);var n=e(o);function o(e){var t;return r(_d[2])(this,o),t=n.call(this,e),Error.captureStackTrace&&Error.captureStackTrace(r(_d[5])(t),o),t}return r(_d[3])(o,[{key:"code",get:function(){return 11}},{key:"name",get:function(){return"InvalidStateError"}}]),o})(r(_d[6])(Error)),Object.defineProperties(D.prototype,{code:{enumerable:!0},name:{enumerable:!0}}),B(D),B(D.prototype)),new D(o));if(u.dispatchFlag=!0,u.target=u.currentTarget=this,!u.stopPropagationFlag){var l=n.cow,c=n.listeners;n.cow=!0;for(var f=0;f1&&void 0!==arguments[1]?arguments[1]:"this",o=ne.get(e);return n(null!=o,"'%s' must be an object that EventTarget constructor created, but got another one: %o",t,e),o}function oe(e,t,n){var o;return ie(t),"object"==typeof n&&null!==n?{type:String(e),callback:null!==t&&void 0!==t?t:void 0,capture:Boolean(n.capture),passive:Boolean(n.passive),once:Boolean(n.once),signal:null!==(o=n.signal)&&void 0!==o?o:void 0}:{type:String(e),callback:null!==t&&void 0!==t?t:void 0,capture:Boolean(n),passive:!1,once:!1,signal:void 0}}function ae(e,t,n){return ie(t),"object"==typeof n&&null!==n?{type:String(e),callback:null!==t&&void 0!==t?t:void 0,capture:Boolean(n.capture)}:{type:String(e),callback:null!==t&&void 0!==t?t:void 0,capture:Boolean(n)}}function ie(e){if("function"!=typeof e&&("object"!=typeof e||null===e||"function"!=typeof e.handleEvent)){if(null!=e&&"object"!=typeof e)throw new TypeError(o(R.message,[e]));R.warn(e)}}function ue(e,t,n,o){h.warn(Y(e)?"capture":"bubble",e.callback),X(e)!==t&&E.warn("passive"),Q(e)!==n&&E.warn("once"),e.signal!==o&&E.warn("signal")}for(var le=Object.getOwnPropertyNames(te.prototype),ce=0;ce0&&void 0!==arguments[0]?arguments[0]:{},o={};if(!n)return o;for(var f of Object.entries(n)){var c=(0,t.default)(f,2),h=c[0],s=c[1],v=u[h.toLowerCase()];v&&(o[v]=String(Boolean(s)))}return o},e.uniqueID=function(){return""+p()+p()+"-"+p()+"-"+p()+"-"+p()+"-"+p()+p()+p()};var t=r(d[0])(r(d[1])),n={},o={facingMode:'user',frameRate:30,height:720,width:1280},f=['user','environment'],c=1.7777777777777777,u={icerestart:'IceRestart',offertoreceiveaudio:'OfferToReceiveAudio',offertoreceivevideo:'OfferToReceiveVideo',voiceactivitydetection:'VoiceActivityDetection'},h=['offer','pranswer','answer','rollback'];function s(t){switch(t){case'audio':return n;case'video':return o;default:throw new TypeError("Invalid media type: "+t)}}function v(t,n){var o=t[n],f=typeof o;if('object'===f){for(var c of['exact','ideal'])if(o[c])return o[c]}else if('string'===f)return o}function l(t,n){var o=t[n],f=typeof o;if('number'===f)return Number.parseInt(o);if('object'===f)for(var c of['exact','ideal','max','min'])if(o[c])return Number.parseInt(o[c])}function w(t,n){switch(n){case'audio':return t;case'video':var u={deviceId:v(t,'deviceId'),facingMode:v(t,'facingMode'),frameRate:l(t,'frameRate'),height:l(t,'height'),width:l(t,'width')};return u.deviceId||delete u.deviceId,f.includes(u.facingMode)||(u.facingMode=o.facingMode),u.frameRate||(u.frameRate=o.frameRate),u.height||u.width?!u.height&&u.width?u.height=Math.round(u.width/c):!u.width&&u.height&&(u.width=Math.round(u.height*c)):(u.height=o.height,u.width=o.width),u;default:throw new TypeError("Invalid media type: "+n)}}function p(){return Math.random().toString(16).slice(-4)}function y(t){return JSON.parse(JSON.stringify(t))}},680,[2,34]); -__d(function(g,r,i,a,m,e,d){Object.defineProperty(e,"__esModule",{value:!0}),e.addListener=function(n,t,o){var c;if(!C.includes(t))throw new Error("Invalid event: "+t);l.has(n)||l.set(n,[]);null==(c=l.get(n))||c.push(u.addListener(t,o))},e.removeListener=function(n){var t;null==(t=l.get(n))||t.forEach(function(n){n.remove()}),l.delete(n)},e.setupNativeEvents=function(){var n=function(n){c.addListener(n,function(){for(var t=arguments.length,o=new Array(t),c=0;c0&&void 0!==arguments[0]?arguments[0]:{};if('object'!=typeof o)return Promise.reject(new TypeError('constraints is not a dictionary'));if(!(void 0!==o.audio&&o.audio||void 0!==o.video&&o.video))return Promise.reject(new TypeError('audio and/or video is required'));var c=[];(o=f.normalizeConstraints(o)).audio?c.push(s.default.request({name:'microphone'})):c.push(Promise.resolve(!1));o.video?c.push(s.default.request({name:'camera'})):c.push(Promise.resolve(!1));return new Promise(function(s,p){Promise.all(c).then(function(c){var v=(0,t.default)(c,2),y=v[0],w=v[1];if(y||w){y||delete o.audio,w||delete o.video;l.getUserMedia(o,function(t,u){for(var c of u){var l=o[c.kind];'object'==typeof l&&(c.constraints=f.deepClone(l))}var p={streamId:t,streamReactTag:t,tracks:u};s(new n.default(p))},function(t,o){var n;switch(t){case'TypeError':n=new TypeError(o)}n||(n=new u.default({message:o,name:t}));p(n)})}else{p(new u.default({message:'Permission denied.',name:'SecurityError'}))}})})};var t=r(d[0])(r(d[1])),o=r(d[2]),n=r(d[0])(r(d[3])),u=r(d[0])(r(d[4])),s=r(d[0])(r(d[5])),f=(function(t,o){if(!o&&t&&t.__esModule)return t;if(null===t||"object"!=typeof t&&"function"!=typeof t)return{default:t};var n=c(o);if(n&&n.has(t))return n.get(t);var u={},s=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var f in t)if("default"!==f&&Object.prototype.hasOwnProperty.call(t,f)){var l=s?Object.getOwnPropertyDescriptor(t,f):null;l&&(l.get||l.set)?Object.defineProperty(u,f,l):u[f]=t[f]}u.default=t,n&&n.set(t,u);return u})(r(d[6]));function c(t){if("function"!=typeof WeakMap)return null;var o=new WeakMap,n=new WeakMap;return(c=function(t){return t?n:o})(t)}var l=o.NativeModules.WebRTCModule},683,[2,34,21,676,682,684,680]); -__d(function(g,r,i,a,m,_e,d){Object.defineProperty(_e,"__esModule",{value:!0}),_e.default=void 0;var e=r(d[0])(r(d[1])),n=r(d[0])(r(d[2])),o=r(d[3]),t=o.NativeModules.WebRTCModule,s=new((function(){function s(){(0,e.default)(this,s),this.RESULT={DENIED:'denied',GRANTED:'granted',PROMPT:'prompt'},this.VALID_PERMISSIONS=['camera','microphone'],this._lastReq=Promise.resolve()}return(0,n.default)(s,[{key:"_requestPermissionAndroid",value:function(e){return new Promise(function(n){o.PermissionsAndroid.request(e).then(function(e){return n(e===o.PermissionsAndroid.RESULTS.GRANTED)},function(){return n(!1)})})}},{key:"_validatePermissionDescriptior",value:function(e){if('object'!=typeof e)throw new TypeError('Argument 1 of Permissions.query is not an object.');if(void 0===e.name)throw new TypeError('Missing required \'name\' member of PermissionDescriptor.');if(-1===this.VALID_PERMISSIONS.indexOf(e.name))throw new TypeError('\'name\' member of PermissionDescriptor is not a valid value for enumeration PermissionName.')}},{key:"query",value:function(e){var n=this;try{this._validatePermissionDescriptior(e)}catch(e){return Promise.reject(e)}if('android'===o.Platform.OS){var s='camera'===e.name?o.PermissionsAndroid.PERMISSIONS.CAMERA:o.PermissionsAndroid.PERMISSIONS.RECORD_AUDIO;return new Promise(function(e){o.PermissionsAndroid.check(s).then(function(o){return e(o?n.RESULT.GRANTED:n.RESULT.PROMPT)},function(){return e(n.RESULT.PROMPT)})})}return'ios'===o.Platform.OS||'macos'===o.Platform.OS?t.checkPermission(e.name):Promise.reject(new TypeError('Unsupported platform.'))}},{key:"request",value:function(e){var n=this;try{this._validatePermissionDescriptior(e)}catch(e){return Promise.reject(e)}if('android'===o.Platform.OS){var s='camera'===e.name?o.PermissionsAndroid.PERMISSIONS.CAMERA:o.PermissionsAndroid.PERMISSIONS.RECORD_AUDIO,u=function(){return n._requestPermissionAndroid(s)};return this._lastReq=this._lastReq.then(u,u),this._lastReq}return'ios'===o.Platform.OS||'macos'===o.Platform.OS?t.requestPermission(e.name):Promise.reject(new TypeError('Unsupported platform.'))}}]),s})());_e.default=s},684,[2,3,4,21]); -__d(function(g,r,i,a,m,e,d){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var t=r(d[0])(r(d[1])),u=r(d[0])(r(d[2])),f=(0,t.default)(function t(f,l){(0,u.default)(this,t),this.type=f.toString(),this.track=l.track});e.default=f},685,[2,4,3]); -__d(function(g,r,i,a,m,_e,d){Object.defineProperty(_e,"__esModule",{value:!0}),_e.default=void 0;var t=r(d[0])(r(d[1])),e=r(d[0])(r(d[2])),u=r(d[0])(r(d[3])),n=r(d[0])(r(d[4])),f=r(d[0])(r(d[5]));function c(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(t){return!1}}var l=(function(l){(0,u.default)(h,l);var o,s,v=(o=h,s=c(),function(){var t,e=(0,f.default)(o);if(s){var u=(0,f.default)(this).constructor;t=Reflect.construct(e,arguments,u)}else t=e.apply(this,arguments);return(0,n.default)(this,t)});function h(t,u,n){var f;return(0,e.default)(this,h),(f=v.call(this,t)).func=u,f.message=n,f}return(0,t.default)(h)})(r(d[0])(r(d[6])).default);_e.default=l},686,[2,4,3,8,10,12,687]); -__d(function(g,r,i,a,m,e,d){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var t=r(d[0])(r(d[1])),u=r(d[0])(r(d[2])),f=(0,t.default)(function t(f){(0,u.default)(this,t),this.type=f.toString()});e.default=f},687,[2,4,3]); -__d(function(g,r,i,a,m,e,d){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var n=r(d[0])(r(d[1])),t=r(d[0])(r(d[2])),s=(function(){function s(t){var u=t.candidate,l=void 0===u?'':u,o=t.sdpMLineIndex,p=void 0===o?null:o,M=t.sdpMid,f=void 0===M?null:M;if((0,n.default)(this,s),null===p||null===f)throw new TypeError('`sdpMLineIndex` and `sdpMid` must not null');this.candidate=l,this.sdpMLineIndex=p,this.sdpMid=f}return(0,t.default)(s,[{key:"toJSON",value:function(){return{candidate:this.candidate,sdpMLineIndex:this.sdpMLineIndex,sdpMid:this.sdpMid}}}]),s})();e.default=s},688,[2,3,4]); -__d(function(g,_r,i,_a,m,_e,d){Object.defineProperty(_e,"__esModule",{value:!0}),_e.default=void 0;var e=_r(d[0])(_r(d[1])),t=_r(d[0])(_r(d[2])),n=_r(d[0])(_r(d[3])),r=_r(d[0])(_r(d[4])),a=_r(d[0])(_r(d[5])),c=_r(d[0])(_r(d[6])),s=_r(d[0])(_r(d[7])),o=_r(d[8]),u=_r(d[0])(_r(d[9])),l=_r(d[0])(_r(d[10])),f=_r(d[0])(_r(d[11])),p=_r(d[0])(_r(d[12])),v=_r(d[0])(_r(d[13])),h=_r(d[0])(_r(d[14])),_=_r(d[0])(_r(d[15])),I=_r(d[0])(_r(d[16])),w=_r(d[0])(_r(d[17])),k=_r(d[0])(_r(d[18])),y=_r(d[0])(_r(d[19])),C=_r(d[0])(_r(d[20])),S=_r(d[0])(_r(d[21])),b=_r(d[0])(_r(d[22])),O=_r(d[0])(_r(d[23])),T=_r(d[0])(_r(d[24])),E=(function(e,t){if(!t&&e&&e.__esModule)return e;if(null===e||"object"!=typeof e&&"function"!=typeof e)return{default:e};var n=D(t);if(n&&n.has(e))return n.get(e);var r={},a=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var c in e)if("default"!==c&&Object.prototype.hasOwnProperty.call(e,c)){var s=a?Object.getOwnPropertyDescriptor(e,c):null;s&&(s.get||s.set)?Object.defineProperty(r,c,s):r[c]=e[c]}r.default=e,n&&n.set(e,r);return r})(_r(d[25]));function D(e){if("function"!=typeof WeakMap)return null;var t=new WeakMap,n=new WeakMap;return(D=function(e){return e?n:t})(e)}function j(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(e){return!1}}var R=new u.default('pc'),M=o.NativeModules.WebRTCModule,L=0,P=(function(o){(0,a.default)(x,o);var u,D,P=(u=x,D=j(),function(){var e,t=(0,s.default)(u);if(D){var n=(0,s.default)(this).constructor;e=Reflect.construct(t,arguments,n)}else e=t.apply(this,arguments);return(0,c.default)(this,e)});function x(e){var t;return(0,n.default)(this,x),(t=P.call(this)).localDescription=null,t.remoteDescription=null,t.signalingState='stable',t.iceGatheringState='new',t.connectionState='new',t.iceConnectionState='new',t._pcId=L++,M.peerConnectionInit(e,t._pcId),t._transceivers=[],t._remoteStreams=new Map,t._pendingTrackEvents=[],t._registerEvents(),R.debug(t._pcId+" ctor"),t}return(0,r.default)(x,[{key:"createOffer",value:(function(){var e=(0,t.default)(function*(e){var t=this;R.debug(this._pcId+" createOffer");var n=yield M.peerConnectionCreateOffer(this._pcId,E.normalizeOfferOptions(e)),r=n.sdpInfo,a=n.newTransceivers,c=n.transceiversInfo;return R.debug(this._pcId+" createOffer OK"),null==a||a.forEach(function(e){var n=e.transceiverOrder,r=e.transceiver,a=new S.default(Object.assign({},r.sender,{track:null})),c=r.receiver.track?new f.default(r.receiver.track):null,s=new y.default(Object.assign({},r.receiver,{track:c})),o=new b.default(Object.assign({},r,{sender:a,receiver:s}));t._insertTransceiverSorted(n,o)}),this._updateTransceivers(c),r});return function(t){return e.apply(this,arguments)}})()},{key:"createAnswer",value:(function(){var e=(0,t.default)(function*(){R.debug(this._pcId+" createAnswer");var e=yield M.peerConnectionCreateAnswer(this._pcId,{}),t=e.sdpInfo,n=e.transceiversInfo;return this._updateTransceivers(n),t});return function(){return e.apply(this,arguments)}})()},{key:"setConfiguration",value:function(e){M.peerConnectionSetConfiguration(e,this._pcId)}},{key:"setLocalDescription",value:(function(){var e=(0,t.default)(function*(e){var t,n,r;if(R.debug(this._pcId+" setLocalDescription"),e){if(n={type:e.type,sdp:null!=(r=e.sdp)?r:''},!E.isSdpTypeValid(n.type))throw new Error("Invalid session description: invalid type: "+n.type)}else n=null;var a=yield M.peerConnectionSetLocalDescription(this._pcId,n),c=a.sdpInfo,s=a.transceiversInfo;c.type&&c.sdp?this.localDescription=new O.default(c):this.localDescription=null,this._updateTransceivers(s,'answer'===(null==(t=n)?void 0:t.type)),R.debug(this._pcId+" setLocalDescription OK")});return function(t){return e.apply(this,arguments)}})()},{key:"setRemoteDescription",value:(function(){var n=(0,t.default)(function*(t){var n,r,a=this;if(R.debug(this._pcId+" setRemoteDescription"),!t)return Promise.reject(new Error('No session description provided'));var c={type:t.type,sdp:null!=(n=t.sdp)?n:''};if(!E.isSdpTypeValid(null!=(r=c.type)?r:''))throw new Error("Invalid session description: invalid type: "+c.type);var s=yield M.peerConnectionSetRemoteDescription(this._pcId,c),o=s.sdpInfo,u=s.newTransceivers,v=s.transceiversInfo;o.type&&o.sdp?this.remoteDescription=new O.default(o):this.remoteDescription=null,null==u||u.forEach(function(e){var t=e.transceiverOrder,n=e.transceiver,r=new S.default(Object.assign({},n.sender,{track:null})),c=n.receiver.track?new f.default(n.receiver.track):null,s=new y.default(Object.assign({},n.receiver,{track:c})),o=new b.default(Object.assign({},n,{sender:r,receiver:s}));a._insertTransceiverSorted(t,o)}),this._updateTransceivers(v,'answer'===c.type);var h=this._pendingTrackEvents;this._pendingTrackEvents=[];var _=function(t){var n=a.getTransceivers().filter(function(e){return e.receiver.id===t.receiver.id}),r=(0,e.default)(n,1)[0],c=r.receiver.track;r._mid=t.transceiver.mid,r._currentDirection=t.transceiver.currentDirection,r._direction=t.transceiver.direction;var s=t.streams.map(function(e){if(!a._remoteStreams.has(e.streamId)){var t=new l.default({streamId:e.streamId,streamReactTag:e.streamReactTag,tracks:[]});a._remoteStreams.set(e.streamId,t)}var n=a._remoteStreams.get(e.streamId);return null!=n&&n._tracks.includes(c)||null==n||n._tracks.push(c),n}),o={streams:s,transceiver:r,track:c,receiver:r.receiver};a.dispatchEvent(new T.default('track',o)),s.forEach(function(e){e.dispatchEvent(new p.default('addtrack',{track:c}))}),c._setMutedInternal(!1)};for(var I of h)_(I);R.debug(this._pcId+" setRemoteDescription OK")});return function(e){return n.apply(this,arguments)}})()},{key:"addIceCandidate",value:(function(){var e=(0,t.default)(function*(e){if(R.debug(this._pcId+" addIceCandidate"),e&&e.candidate){if(null===e.sdpMLineIndex||void 0===e.sdpMLineIndex||null===e.sdpMid||void 0===e.sdpMid)throw new TypeError('`sdpMLineIndex` and `sdpMid` must not null or undefined');var t=yield M.peerConnectionAddICECandidate(this._pcId,e.toJSON?e.toJSON():e);this.remoteDescription=new O.default(t)}});return function(t){return e.apply(this,arguments)}})()},{key:"addTrack",value:function(t){if(R.debug(this._pcId+" addTrack"),'closed'===this.connectionState)throw new Error('Peer Connection is closed');if(this._trackExists(t))throw new Error('Track already exists in a sender');for(var n=arguments.length,r=new Array(n>1?n-1:0),a=1;a1)throw new Error('Invalid selector: multiple matching senders / receivers');return(t[0]||n[0]).getStats()}var a=yield M.peerConnectionGetStats(this._pcId);return new Map(JSON.parse(a))});return function(t){return e.apply(this,arguments)}})()},{key:"getTransceivers",value:function(){return this._transceivers.map(function(e){return e.transceiver})}},{key:"getSenders",value:function(){return this._transceivers.map(function(e){return!e.transceiver.stopped&&e.transceiver.sender}).filter(Boolean)}},{key:"getReceivers",value:function(){return this._transceivers.map(function(e){return!e.transceiver.stopped&&e.transceiver.receiver}).filter(Boolean)}},{key:"close",value:function(){R.debug(this._pcId+" close"),'closed'!==this.connectionState&&(M.peerConnectionClose(this._pcId),this._transceivers.forEach(function(e){e.transceiver._setStopped()}))}},{key:"restartIce",value:function(){M.peerConnectionRestartIce(this._pcId)}},{key:"_registerEvents",value:function(){var t=this;(0,_r(d[26]).addListener)(this,'peerConnectionOnRenegotiationNeeded',function(e){e.pcId===t._pcId&&t.dispatchEvent(new _.default('negotiationneeded'))}),(0,_r(d[26]).addListener)(this,'peerConnectionIceConnectionChanged',function(e){e.pcId===t._pcId&&(t.iceConnectionState=e.iceConnectionState,t.dispatchEvent(new _.default('iceconnectionstatechange')))}),(0,_r(d[26]).addListener)(this,'peerConnectionStateChanged',function(e){e.pcId===t._pcId&&(t.connectionState=e.connectionState,t.dispatchEvent(new _.default('connectionstatechange')),'closed'===e.connectionState&&((0,_r(d[26]).removeListener)(t),M.peerConnectionDispose(t._pcId)))}),(0,_r(d[26]).addListener)(this,'peerConnectionSignalingStateChanged',function(e){e.pcId===t._pcId&&(t.signalingState=e.signalingState,t.dispatchEvent(new _.default('signalingstatechange')))}),(0,_r(d[26]).addListener)(this,'peerConnectionOnTrack',function(e){e.pcId===t._pcId&&(R.debug(t._pcId+" ontrack"),t._pendingTrackEvents.push(e))}),(0,_r(d[26]).addListener)(this,'peerConnectionOnRemoveTrack',function(e){if(e.pcId===t._pcId){R.debug(t._pcId+" onremovetrack "+e.receiverId);var n=t.getReceivers().find(function(t){return t.id===e.receiverId}),r=null==n?void 0:n.track;if(n&&r)for(var a of t._remoteStreams.values())if(a._tracks.includes(r)){var c=a._tracks.indexOf(r);R.debug(t._pcId+" removetrack "+r.id),a._tracks.splice(c,1),a.dispatchEvent(new p.default('removetrack',{track:r})),r._setMutedInternal(!0)}}}),(0,_r(d[26]).addListener)(this,'peerConnectionGotICECandidate',function(e){if(e.pcId===t._pcId){var n=e.sdp;n.type&&n.sdp?t.localDescription=new O.default(n):t.localDescription=null;var r=new I.default(e.candidate);t.dispatchEvent(new w.default('icecandidate',{candidate:r}))}}),(0,_r(d[26]).addListener)(this,'peerConnectionIceGatheringChanged',function(e){if(e.pcId===t._pcId){if(t.iceGatheringState=e.iceGatheringState,'complete'===t.iceGatheringState){var n=e.sdp;n.type&&n.sdp?t.localDescription=new O.default(n):t.localDescription=null,t.dispatchEvent(new w.default('icecandidate',{candidate:null}))}t.dispatchEvent(new _.default('icegatheringstatechange'))}}),(0,_r(d[26]).addListener)(this,'peerConnectionDidOpenDataChannel',function(e){if(e.pcId===t._pcId){var n=new v.default(e.dataChannel);t.dispatchEvent(new h.default('datachannel',{channel:n}))}}),(0,_r(d[26]).addListener)(this,'mediaStreamTrackMuteChanged',function(n){if(n.pcId===t._pcId){var r=t.getReceivers().map(function(e){return e.track}).filter(function(e){return(null==e?void 0:e.id)===n.trackId}),a=(0,e.default)(r,1)[0];a&&a._setMutedInternal(n.muted)}})}},{key:"createDataChannel",value:function(e,t){if(t&&'id'in t){var n=t.id;if('number'!=typeof n)throw new TypeError('DataChannel id must be a number: '+n)}var r=M.createDataChannel(this._pcId,e,t);if(null===r)throw new TypeError('Failed to create new DataChannel');return new v.default(r)}},{key:"_trackExists",value:function(t){var n=this.getSenders().filter(function(e){var n;return(null==(n=e.track)?void 0:n.id)===t.id});return!!(0,e.default)(n,1)[0]}},{key:"_updateTransceivers",value:function(t){var n=this,r=arguments.length>1&&void 0!==arguments[1]&&arguments[1],a=function(t){var r=n.getTransceivers().filter(function(e){return e.sender.id===t.transceiverId}),a=(0,e.default)(r,1)[0];if(!a)return"continue";t.currentDirection&&(a._currentDirection=t.currentDirection),a._mid=t.mid,a._stopped=Boolean(t.isStopped),a._sender._rtpParameters=new C.default(t.senderRtpParameters),a._receiver._rtpParameters=new k.default(t.receiverRtpParameters)};for(var c of t)a(c);if(r){var s=this.getTransceivers().filter(function(e){return e.stopped}),o=this._transceivers.filter(function(e){return!s.includes(e.transceiver)});this._transceivers=o}}},{key:"_insertTransceiverSorted",value:function(e,t){this._transceivers.push({order:e,transceiver:t}),this._transceivers.sort(function(e,t){return e.order-t.order})}}]),x})(_r(d[27]).defineCustomEventTarget.apply(void 0,['connectionstatechange','icecandidate','icecandidateerror','iceconnectionstatechange','icegatheringstatechange','negotiationneeded','signalingstatechange','datachannel','track','error']));_e.default=P},689,[2,34,275,3,4,8,10,12,21,670,676,677,685,690,693,687,688,694,695,700,703,705,706,707,708,680,681,678]); -__d(function(g,r,i,a,m,_e,d){Object.defineProperty(_e,"__esModule",{value:!0}),_e.default=void 0;var e=r(d[0])(r(d[1])),t=r(d[0])(r(d[2])),n=r(d[0])(r(d[3])),o=r(d[0])(r(d[4])),f=r(d[0])(r(d[5])),u=(function(e,t){if(!t&&e&&e.__esModule)return e;if(null===e||"object"!=typeof e&&"function"!=typeof e)return{default:e};var n=y(t);if(n&&n.has(e))return n.get(e);var o={},f=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var u in e)if("default"!==u&&Object.prototype.hasOwnProperty.call(e,u)){var c=f?Object.getOwnPropertyDescriptor(e,u):null;c&&(c.get||c.set)?Object.defineProperty(o,u,c):o[u]=e[u]}o.default=e,n&&n.set(e,o);return o})(r(d[6])),c=r(d[7]),s=r(d[0])(r(d[8])),l=r(d[0])(r(d[9]));function y(e){if("function"!=typeof WeakMap)return null;var t=new WeakMap,n=new WeakMap;return(y=function(e){return e?n:t})(e)}function h(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(e){return!1}}var _=c.NativeModules.WebRTCModule,p=(function(c){(0,n.default)(b,c);var y,p,v=(y=b,p=h(),function(){var e,t=(0,f.default)(y);if(p){var n=(0,f.default)(this).constructor;e=Reflect.construct(t,arguments,n)}else e=t.apply(this,arguments);return(0,o.default)(this,e)});function b(t){var n;return(0,e.default)(this,b),(n=v.call(this)).binaryType='arraybuffer',n.bufferedAmountLowThreshold=0,n._peerConnectionId=t.peerConnectionId,n._reactTag=t.reactTag,n._bufferedAmount=0,n._label=t.label,n._id=-1===t.id?null:t.id,n._ordered=Boolean(t.ordered),n._maxPacketLifeTime=t.maxPacketLifeTime,n._maxRetransmits=t.maxRetransmits,n._protocol=t.protocol||'',n._negotiated=Boolean(t.negotiated),n._readyState=t.readyState,n._registerEvents(),n}return(0,t.default)(b,[{key:"bufferedAmount",get:function(){return this._bufferedAmount}},{key:"label",get:function(){return this._label}},{key:"id",get:function(){return this._id}},{key:"ordered",get:function(){return this._ordered}},{key:"maxPacketLifeTime",get:function(){return this._maxPacketLifeTime}},{key:"maxRetransmits",get:function(){return this._maxRetransmits}},{key:"protocol",get:function(){return this._protocol}},{key:"negotiated",get:function(){return this._negotiated}},{key:"readyState",get:function(){return this._readyState}},{key:"send",value:function(e){if('string'!=typeof e){if(ArrayBuffer.isView(e))e=new Uint8Array(e.buffer,e.byteOffset,e.byteLength);else{if(!(e instanceof ArrayBuffer))throw new TypeError('Data must be either string, ArrayBuffer, or ArrayBufferView');e=new Uint8Array(e)}var t=u.fromByteArray(e);_.dataChannelSend(this._peerConnectionId,this._reactTag,t,'binary')}else _.dataChannelSend(this._peerConnectionId,this._reactTag,e,'text')}},{key:"close",value:function(){'closing'!==this._readyState&&'closed'!==this._readyState&&_.dataChannelClose(this._peerConnectionId,this._reactTag)}},{key:"_registerEvents",value:function(){var e=this;(0,r(d[10]).addListener)(this,'dataChannelStateChanged',function(t){t.reactTag===e._reactTag&&(e._readyState=t.state,null===e._id&&-1!==t.id&&(e._id=t.id),'open'===e._readyState?e.dispatchEvent(new l.default('open',{channel:e})):'closing'===e._readyState?e.dispatchEvent(new l.default('closing',{channel:e})):'closed'===e._readyState&&(e.dispatchEvent(new l.default('close',{channel:e})),(0,r(d[10]).removeListener)(e),_.dataChannelDispose(e._peerConnectionId,e._reactTag)))}),(0,r(d[10]).addListener)(this,'dataChannelReceiveMessage',function(t){if(t.reactTag===e._reactTag){var n=t.data;'binary'===t.type&&(n=u.toByteArray(t.data).buffer),e.dispatchEvent(new s.default('message',{data:n}))}}),(0,r(d[10]).addListener)(this,'dataChannelDidChangeBufferedAmount',function(t){t.reactTag===e._reactTag&&(e._bufferedAmount=t.bufferedAmount,e._bufferedAmount0?A-4:A;for(u=0;u>16&255,y[s++]=h>>8&255,y[s++]=255&h;2===C&&(h=n[t.charCodeAt(u)]<<2|n[t.charCodeAt(u+1)]>>4,y[s++]=255&h);1===C&&(h=n[t.charCodeAt(u)]<<10|n[t.charCodeAt(u+1)]<<4|n[t.charCodeAt(u+2)]>>2,y[s++]=h>>8&255,y[s++]=255&h);return y},e.fromByteArray=function(n){for(var o,h=n.length,u=h%3,c=[],i=0,f=h-u;if?f:i+16383));1===u?(o=n[h-1],c.push(t[o>>2]+t[o<<4&63]+'==')):2===u&&(o=(n[h-2]<<8)+n[h-1],c.push(t[o>>10]+t[o>>4&63]+t[o<<2&63]+'='));return c.join('')};for(var t=[],n=[],o='undefined'!=typeof Uint8Array?Uint8Array:Array,h='ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/',u=0,c=h.length;u0)throw new Error('Invalid string. Length must be a multiple of 4');var o=t.indexOf('=');return-1===o&&(o=n),[o,o===n?0:4-o%4]}function f(t,n,o){return 3*(n+o)/4-o}function A(n,o,h){for(var u,c,i=[],f=o;f>18&63]+t[c>>12&63]+t[c>>6&63]+t[63&c]);return i.join('')}n['-'.charCodeAt(0)]=62,n['_'.charCodeAt(0)]=63},691,[]); -__d(function(g,r,i,a,m,e,d){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var t=r(d[0])(r(d[1])),u=r(d[0])(r(d[2])),f=(0,t.default)(function t(f,l){(0,u.default)(this,t),this.type=f.toString(),this.data=l.data});e.default=f},692,[2,4,3]); -__d(function(g,r,i,a,m,e,d){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var t=r(d[0])(r(d[1])),n=r(d[0])(r(d[2])),l=(0,t.default)(function t(l,u){(0,n.default)(this,t),this.type=l.toString(),this.channel=u.channel});e.default=l},693,[2,4,3]); -__d(function(g,r,i,a,m,e,d){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var t=r(d[0])(r(d[1])),l=r(d[0])(r(d[2])),n=(0,t.default)(function t(n,u){var f;(0,l.default)(this,t),this.type=n.toString(),this.candidate=null!=(f=null==u?void 0:u.candidate)?f:null});e.default=n},694,[2,4,3]); -__d(function(g,r,i,a,m,_e,d){Object.defineProperty(_e,"__esModule",{value:!0}),_e.default=void 0;var t=r(d[0])(r(d[1])),e=r(d[0])(r(d[2])),u=r(d[0])(r(d[3])),n=r(d[0])(r(d[4])),f=r(d[0])(r(d[5]));function c(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(t){return!1}}var l=(function(l){(0,u.default)(h,l);var o,s,v=(o=h,s=c(),function(){var t,e=(0,f.default)(o);if(s){var u=(0,f.default)(this).constructor;t=Reflect.construct(e,arguments,u)}else t=e.apply(this,arguments);return(0,n.default)(this,t)});function h(t){return(0,e.default)(this,h),v.call(this,t)}return(0,t.default)(h)})(r(d[0])(r(d[6])).default);_e.default=l},695,[2,4,3,8,10,12,696]); -__d(function(g,r,i,a,m,e,d){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var t=r(d[0])(r(d[1])),n=r(d[0])(r(d[2])),o=r(d[0])(r(d[3])),s=r(d[0])(r(d[4])),u=r(d[0])(r(d[5])),c=(function(){function c(n){for(var f of((0,t.default)(this,c),this.codecs=[],this.headerExtensions=[],n.codecs))this.codecs.push(new s.default(f));for(var h of n.headerExtensions)this.headerExtensions.push(new u.default(h));this.rtcp=new o.default(n.rtcp)}return(0,n.default)(c,[{key:"toJSON",value:function(){return{codecs:this.codecs.map(function(t){return t.toJSON()}),headerExtensions:this.headerExtensions.map(function(t){return t.toJSON()}),rtcp:this.rtcp.toJSON()}}}]),c})();e.default=c},696,[2,3,4,697,698,699]); -__d(function(g,r,i,a,m,e,d){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var t=r(d[0])(r(d[1])),u=r(d[0])(r(d[2])),n=(function(){function n(u){(0,t.default)(this,n),this.cname=u.cname,this.reducedSize=u.reducedSize,Object.freeze(this)}return(0,u.default)(n,[{key:"toJSON",value:function(){return{cname:this.cname,reducedSize:this.reducedSize}}}]),n})();e.default=n},697,[2,3,4]); -__d(function(g,r,i,a,m,e,d){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var t=r(d[0])(r(d[1])),n=r(d[0])(r(d[2])),l=(function(){function l(n){(0,t.default)(this,l),this.payloadType=n.payloadType,this.clockRate=n.clockRate,this.mimeType=n.mimeType,this.channels=n.channels?n.channels:null,this.sdpFmtpLine=n.sdpFmtpLine?n.sdpFmtpLine:null,Object.freeze(this)}return(0,n.default)(l,[{key:"toJSON",value:function(){var t={payloadType:this.payloadType,clockRate:this.clockRate,mimeType:this.mimeType};return null!==this.channels&&(t.channels=this.channels),null!==this.sdpFmtpLine&&(t.sdpFmtpLine=this.sdpFmtpLine),t}}]),l})();e.default=l},698,[2,3,4]); -__d(function(g,r,i,a,m,e,d){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var t=r(d[0])(r(d[1])),u=r(d[0])(r(d[2])),n=(function(){function n(u){(0,t.default)(this,n),this.id=u.id,this.uri=u.uri,this.encrypted=u.encrypted,Object.freeze(this)}return(0,u.default)(n,[{key:"toJSON",value:function(){return{id:this.id,uri:this.uri,encrypted:this.encrypted}}}]),n})();e.default=n},699,[2,3,4]); -__d(function(g,r,i,a,m,e,d){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var t=r(d[0])(r(d[1])),n=r(d[0])(r(d[2])),u=r(d[3]),s=r(d[0])(r(d[4])),c=u.NativeModules.WebRTCModule,o=(function(){function u(n){(0,t.default)(this,u),this._track=null,this._id=n.id,this._peerConnectionId=n.peerConnectionId,this._rtpParameters=new s.default(n.rtpParameters),n.track&&(this._track=n.track)}return(0,n.default)(u,[{key:"getStats",value:function(){return c.receiverGetStats(this._peerConnectionId,this._id).then(function(t){return new Map(JSON.parse(t))})}},{key:"getParameters",value:function(){return this._rtpParameters}},{key:"id",get:function(){return this._id}},{key:"track",get:function(){return this._track}}],[{key:"getCapabilities",value:function(t){if('audio'===t)return r(d[5]).DEFAULT_AUDIO_CAPABILITIES;if(!r(d[5]).receiverCapabilities)throw new Error('Receiver Capabilities is null');return r(d[5]).receiverCapabilities}}]),u})();e.default=o},700,[2,3,4,21,695,701]); -__d(function(g,r,i,a,m,e,d){Object.defineProperty(e,"__esModule",{value:!0}),e.senderCapabilities=e.receiverCapabilities=e.default=e.DEFAULT_AUDIO_CAPABILITIES=void 0;var t=r(d[0])(r(d[1])),n=r(d[0])(r(d[2])),c=r(d[3]),s=r(d[0])(r(d[4])),u=c.NativeModules.WebRTCModule,l=(function(){function c(n){(0,t.default)(this,c),this._codecs=[],this._codecs=n,Object.freeze(this)}return(0,n.default)(c,[{key:"codecs",get:function(){return this._codecs}}]),c})();function o(t){switch(t){case'sender':var n=u.senderGetCapabilities();return n?new l(n.codecs):null;case'receiver':var c=u.receiverGetCapabilities();return c?new l(c.codecs):null;default:throw new TypeError('Invalid endpoint: '+t)}}e.default=l;var v=new l([new s.default({mimeType:'audio/G722'}),new s.default({mimeType:'audio/iLBC'})]);e.DEFAULT_AUDIO_CAPABILITIES=v;var f=o('sender');e.senderCapabilities=f;var p=o('receiver');e.receiverCapabilities=p},701,[2,3,4,21,702]); -__d(function(g,r,i,a,m,e,d){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var t=r(d[0])(r(d[1])),u=r(d[0])(r(d[2])),n=(function(){function n(u){(0,t.default)(this,n),this._mimeType=u.mimeType,Object.freeze(this)}return(0,u.default)(n,[{key:"mimeType",get:function(){return this._mimeType}}]),n})();e.default=n},702,[2,3,4]); -__d(function(g,r,i,a,m,_e,d){Object.defineProperty(_e,"__esModule",{value:!0}),_e.default=void 0;var e=r(d[0])(r(d[1])),t=r(d[0])(r(d[2])),n=r(d[0])(r(d[3])),o=r(d[0])(r(d[4])),u=r(d[0])(r(d[5])),c=r(d[0])(r(d[6])),f=r(d[0])(r(d[7])),l=r(d[0])(r(d[8]));function s(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(e){return!1}}var v=(function(){function e(){(0,u.default)(this,e)}return(0,c.default)(e,null,[{key:"fromNative",value:function(e){return e.toLowerCase().replace('_','-')}},{key:"toNative",value:function(e){return e.toUpperCase().replace('-','_')}}]),e})(),h=(function(l){(0,t.default)(P,l);var h,p,y=(h=P,p=s(),function(){var e,t=(0,o.default)(h);if(p){var u=(0,o.default)(this).constructor;e=Reflect.construct(t,arguments,u)}else e=t.apply(this,arguments);return(0,n.default)(this,e)});function P(e){var t;for(var n of((0,u.default)(this,P),(t=y.call(this,e)).transactionId=e.transactionId,t.encodings=[],t.degradationPreference=e.degradationPreference?v.fromNative(e.degradationPreference):null,e.encodings))t.encodings.push(new f.default(n));return t}return(0,c.default)(P,[{key:"toJSON",value:function(){var t=(0,e.default)((0,o.default)(P.prototype),"toJSON",this).call(this);return t.transactionId=this.transactionId,t.encodings=this.encodings.map(function(e){return e.toJSON()}),null!==this.degradationPreference&&(t.degradationPreference=v.toNative(this.degradationPreference)),t}}]),P})(l.default);_e.default=h},703,[2,87,8,10,12,3,4,704,696]); -__d(function(g,r,i,a,m,e,d){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var t=r(d[0])(r(d[1])),n=r(d[0])(r(d[2])),l=(function(){function l(n){var u,s,o,c;(0,t.default)(this,l),this.active=n.active,this._rid=null!=(u=n.rid)?u:null,this._maxBitrate=null!=(s=n.maxBitrate)?s:null,this._maxFramerate=null!=(o=n.maxFramerate)?o:null,this._scaleResolutionDownBy=null!=(c=n.scaleResolutionDownBy)?c:null}return(0,n.default)(l,[{key:"rid",get:function(){return this._rid}},{key:"maxFramerate",get:function(){return this._maxFramerate},set:function(t){this._maxFramerate=null!=t&&t>0?t:null}},{key:"maxBitrate",get:function(){return this._maxBitrate},set:function(t){this._maxBitrate=null!=t&&t>=0?t:null}},{key:"scaleResolutionDownBy",get:function(){return this._scaleResolutionDownBy},set:function(t){this._scaleResolutionDownBy=null!=t&&t>=1?t:null}},{key:"toJSON",value:function(){var t={active:this.active};return null!==this._rid&&(t.rid=this._rid),null!==this._maxBitrate&&(t.maxBitrate=this._maxBitrate),null!==this._maxFramerate&&(t.maxFramerate=this._maxFramerate),null!==this._scaleResolutionDownBy&&(t.scaleResolutionDownBy=this._scaleResolutionDownBy),t}}]),l})();e.default=l},704,[2,3,4]); -__d(function(g,r,i,a,m,_e,d){Object.defineProperty(_e,"__esModule",{value:!0}),_e.default=void 0;var e=r(d[0])(r(d[1])),t=r(d[0])(r(d[2])),n=r(d[0])(r(d[3])),u=r(d[4]),s=r(d[0])(r(d[5])),c=u.NativeModules.WebRTCModule,l=(function(){function u(e){(0,t.default)(this,u),this._track=null,this._peerConnectionId=e.peerConnectionId,this._id=e.id,this._rtpParameters=new s.default(e.rtpParameters),e.track&&(this._track=e.track)}return(0,n.default)(u,[{key:"replaceTrack",value:(function(){var t=(0,e.default)(function*(e){try{yield c.senderReplaceTrack(this._peerConnectionId,this._id,e?e.id:null)}catch(e){return}this._track=e});return function(e){return t.apply(this,arguments)}})()},{key:"getParameters",value:function(){return this._rtpParameters}},{key:"setParameters",value:(function(){var t=(0,e.default)(function*(e){var t=JSON.parse(JSON.stringify(e)),n=yield c.senderSetParameters(this._peerConnectionId,this._id,t);this._rtpParameters=new s.default(n)});return function(e){return t.apply(this,arguments)}})()},{key:"getStats",value:function(){return c.senderGetStats(this._peerConnectionId,this._id).then(function(e){return new Map(JSON.parse(e))})}},{key:"track",get:function(){return this._track}},{key:"id",get:function(){return this._id}}],[{key:"getCapabilities",value:function(e){if('audio'===e)return r(d[6]).DEFAULT_AUDIO_CAPABILITIES;if(!r(d[6]).senderCapabilities)throw new Error('sender Capabilities are null');return r(d[6]).senderCapabilities}}]),u})();_e.default=l},705,[2,275,3,4,21,703,701]); -__d(function(g,r,i,a,m,e,d){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var t=r(d[0])(r(d[1])),n=r(d[0])(r(d[2])),o=r(d[3]).NativeModules.WebRTCModule,s=(function(){function s(n){var o,c;(0,t.default)(this,s),this._mid=null,this._peerConnectionId=n.peerConnectionId,this._mid=null!=(o=n.mid)?o:null,this._direction=n.direction,this._currentDirection=null!=(c=n.currentDirection)?c:null,this._stopped=Boolean(n.isStopped),this._sender=n.sender,this._receiver=n.receiver}return(0,n.default)(s,[{key:"mid",get:function(){return this._mid}},{key:"stopped",get:function(){return this._stopped}},{key:"direction",get:function(){return this._direction},set:function(t){var n=this;if(!['sendonly','recvonly','sendrecv','inactive'].includes(t))throw new TypeError('Invalid direction provided');if(this._stopped)throw new Error('Transceiver Stopped');if(this._direction!==t){var s=this._direction;o.transceiverSetDirection(this._peerConnectionId,this.sender.id,t).catch(function(){n._direction=s}),this._direction=t}}},{key:"currentDirection",get:function(){return this._currentDirection}},{key:"sender",get:function(){return this._sender}},{key:"receiver",get:function(){return this._receiver}},{key:"stop",value:function(){var t=this;this._stopped||o.transceiverStop(this._peerConnectionId,this.sender.id).then(function(){return t._setStopped()})}},{key:"_setStopped",value:function(){this._stopped=!0,this._direction='stopped',this._currentDirection='stopped',this._mid=null}}]),s})();e.default=s},706,[2,3,4,21]); -__d(function(g,r,i,a,m,e,d){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var t=r(d[0])(r(d[1])),n=r(d[0])(r(d[2])),u=(function(){function u(){var n=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{type:null,sdp:''};(0,t.default)(this,u),this._sdp=n.sdp,this._type=n.type}return(0,n.default)(u,[{key:"sdp",get:function(){return this._sdp}},{key:"type",get:function(){return this._type}},{key:"toJSON",value:function(){return{sdp:this._sdp,type:this._type}}}]),u})();e.default=u},707,[2,3,4]); -__d(function(g,r,i,a,m,e,d){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var t=r(d[0])(r(d[1])),s=r(d[0])(r(d[2])),c=(0,t.default)(function t(c,n){(0,s.default)(this,t),this.streams=[],this.type=c.toString(),this.streams=n.streams,this.transceiver=n.transceiver,this.receiver=n.transceiver.receiver,this.track=n.transceiver.receiver?n.transceiver.receiver.track:null});e.default=c},708,[2,4,3]); -__d(function(g,r,i,a,m,e,d){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var o=(0,r(d[0]).requireNativeComponent)('RTCVideoView');e.default=o},709,[21]); -__d(function(g,r,i,a,m,e,d){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var t=(0,r(d[0]).requireNativeComponent)('ScreenCapturePickerView');e.default=t},710,[21]); -__d(function(g,r,i,a,m,e,d){Object.defineProperty(e,"__esModule",{value:!0}),e.setResourceLoggingEnabled=e.default=e.PerformanceObserver=void 0;var t=r(d[0]),n=(0,r(d[1]).createPerformance)(),o=n.PerformanceObserver,l=n.addEntry,c=n.performance;e.PerformanceObserver=o;var s=null!=g.__turboModuleProxy?r(d[2]).default:t.NativeModules.RNPerformanceManager;if('android'===t.Platform.OS||s){var u=new t.NativeEventEmitter(s);u.addListener('mark',function(t){l(new(r(d[3]).PerformanceReactNativeMark)(t.name,t.startTime,t.detail))}),u.addListener('metric',function(t){l(new(r(d[3]).PerformanceMetric)(t.name,{startTime:t.startTime,value:t.value,detail:t.detail}))})}var f=c;e.default=f;e.setResourceLoggingEnabled=function(){arguments.length>0&&void 0!==arguments[0]&&!arguments[0]?(0,r(d[4]).uninstallResourceLogger)(globalThis):(0,r(d[4]).installResourceLogger)(globalThis,c,l)}},711,[21,712,716,714,717]); -__d(function(g,r,i,a,m,e,d){Object.defineProperty(e,"__esModule",{value:!0}),e.defaultNow=e.createPerformance=void 0;var t=g.performance.now.bind(g.performance);e.defaultNow=t;e.createPerformance=function(){var n=arguments.length>0&&void 0!==arguments[0]?arguments[0]:t,o=n(),u=(0,r(d[0]).createEventEmitter)(),c=u.addEventListener,s=u.removeEventListener,f=u.emit,l=new Map,p=[];function y(t){return p.push(t),'mark'!==t.entryType&&'react-native-mark'!==t.entryType||l.set(t.name,t.startTime),f(t),t}var v=function(t,n){p=p.filter(function(o){return!!(o.entryType!==t||n&&o.name!==n)||(l.delete(o.name),!1)})},T=function(t){switch(typeof t){case'string':if(!l.has(t))throw new Error("Failed to execute 'measure' on 'Performance': The mark '"+t+"' does not exist.");return l.get(t);case'number':return t;default:throw new TypeError("Failed to execute 'measure' on 'Performance': Expected mark name or timestamp, got '"+t+"'.")}};function w(t){return p.filter(function(n){return n.entryType===t})}return{PerformanceObserver:(0,r(d[2]).createPerformanceObserver)({addEventListener:c,removeEventListener:s,getEntriesByType:w}),addEntry:y,performance:{timeOrigin:o,now:n,mark:function(t){var o=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return y(new(r(d[1]).PerformanceMark)(t,{startTime:'startTime'in o&&void 0!==o.startTime?o.startTime:n(),detail:o.detail}))},clearMarks:function(t){return v('mark',t)},measure:function(t,u,c){var s,f=0,l=0;if(u&&'object'==typeof u&&u.constructor==Object){if(c)throw new TypeError("Failed to execute 'measure' on 'Performance': The measureOptions and endMark arguments may not be combined.");if(!u.start&&!u.end)throw new TypeError("Failed to execute 'measure' on 'Performance': At least one of the start and end option must be passed.");if(u.start&&u.end&&u.duration)throw new TypeError("Failed to execute 'measure' on 'Performance': Cannot send start, end and duration options together.");s=u.detail,l=u&&u.end?T(u.end):u&&u.start&&u.duration?T(u.start)+T(u.duration):n(),f=u&&u.start?T(u.start):u&&u.end&&u.duration?T(u.end)-T(u.duration):o}else l=c?T(c):n(),f='string'==typeof u?T(u):o;return y(new(r(d[1]).PerformanceMeasure)(t,{detail:s,startTime:f,duration:l-f}))},clearMeasures:function(t){return v('measure',t)},metric:function(t,o){var u,c,s;if('object'==typeof o&&o.constructor==Object){if(!o.value)throw new TypeError("Failed to execute 'metric' on 'Performance': The value option must be passed.");u=o.value,c=o.startTime,s=o.detail}else{if(void 0===o||null===o)throw new TypeError("Failed to execute 'metric' on 'Performance': The value option must be passed.");u=o}return y(new(r(d[1]).PerformanceMetric)(t,{startTime:c||n(),value:u,detail:s}))},clearMetrics:function(t){return v('metric',t)},getEntries:function(){return p.slice(0)},getEntriesByName:function(t,n){return p.filter(function(o){return o.name===t&&(!n||o.entryType===n)})},getEntriesByType:w}}}},712,[713,714,715]); -__d(function(g,r,i,a,m,e,d){Object.defineProperty(e,"__esModule",{value:!0}),e.createEventEmitter=void 0;e.createEventEmitter=function(){var t=new Set;return{addEventListener:function(n){t.add(n)},removeEventListener:function(n){t.delete(n)},emit:function(n){t.forEach(function(t){t(n)})}}}},713,[]); -__d(function(g,r,i,a,m,_e,d){Object.defineProperty(_e,"__esModule",{value:!0}),_e.PerformanceResourceTiming=_e.PerformanceReactNativeMark=_e.PerformanceMetric=_e.PerformanceMeasure=_e.PerformanceMark=_e.PerformanceEntry=void 0;var t=r(d[0])(r(d[1])),e=r(d[0])(r(d[2])),n=r(d[0])(r(d[3])),o=r(d[0])(r(d[4])),s=r(d[0])(r(d[5]));function u(t){var o=c();return function(){var s,u=(0,n.default)(t);if(o){var c=(0,n.default)(this).constructor;s=Reflect.construct(u,arguments,c)}else s=u.apply(this,arguments);return(0,e.default)(this,s)}}function c(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(t){return!1}}var f=(function(){function t(e,n,s,u){(0,o.default)(this,t),this.name=e,this.entryType=n,this.startTime=s,this.duration=u}return(0,s.default)(t,[{key:"toJSON",value:function(){return{name:this.name,entryType:this.entryType,startTime:this.startTime,duration:this.duration}}}]),t})();_e.PerformanceEntry=f;var h=(function(e){(0,t.default)(c,e);var n=u(c);function c(t){var e,s=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return(0,o.default)(this,c),(e=n.call(this,t,'mark',s.startTime,0)).detail=s.detail,e}return(0,s.default)(c,[{key:"toJSON",value:function(){return{name:this.name,entryType:this.entryType,startTime:this.startTime,duration:this.duration,detail:this.detail}}}]),c})(f);_e.PerformanceMark=h;var l=(function(e){(0,t.default)(c,e);var n=u(c);function c(t,e,s){var u;return(0,o.default)(this,c),(u=n.call(this,t,'react-native-mark',e,0)).detail=s,u}return(0,s.default)(c,[{key:"toJSON",value:function(){return{name:this.name,entryType:this.entryType,startTime:this.startTime,duration:this.duration,detail:this.detail}}}]),c})(f);_e.PerformanceReactNativeMark=l;var y=(function(e){(0,t.default)(c,e);var n=u(c);function c(t,e){var s;return(0,o.default)(this,c),(s=n.call(this,t,'metric',e.startTime,0)).value=e.value,s.detail=e.detail,s}return(0,s.default)(c,[{key:"toJSON",value:function(){return{name:this.name,entryType:this.entryType,startTime:this.startTime,duration:this.duration,detail:this.detail,value:this.value}}}]),c})(f);_e.PerformanceMetric=y;var v=(function(e){(0,t.default)(c,e);var n=u(c);function c(t){var e,s=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return(0,o.default)(this,c),(e=n.call(this,t,'measure',s.startTime,s.duration)).detail=s.detail,e}return(0,s.default)(c,[{key:"toJSON",value:function(){return{name:this.name,entryType:this.entryType,startTime:this.startTime,duration:this.duration,detail:this.detail}}}]),c})(f);_e.PerformanceMeasure=v;var T=(function(e){(0,t.default)(c,e);var n=u(c);function c(){var t,e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},s=e.name,u=e.startTime,f=e.duration,h=e.initiatorType,l=e.responseEnd,y=e.transferSize;return(0,o.default)(this,c),(t=n.call(this,s,'resource',u,f)).initiatorType=h,t.fetchStart=u,t.responseEnd=l,t.transferSize=y,t.connectEnd=0,t.connectStart=0,t.decodedBodySize=0,t.domainLookupEnd=0,t.domainLookupStart=0,t.encodedBodySize=0,t.redirectEnd=0,t.redirectStart=0,t.requestStart=0,t.responseStart=0,t.secureConnectionStart=0,t.serverTiming=[],t.transferSize=0,t.workerStart=0,t.workerTiming=[],t}return(0,s.default)(c,[{key:"toJSON",value:function(){return{name:this.name,entryType:this.entryType,startTime:this.startTime,duration:this.duration,initiatorType:this.initiatorType,fetchStart:this.fetchStart,responseEnd:this.responseEnd,transferSize:this.transferSize,connectEnd:this.connectEnd,connectStart:this.connectStart,decodedBodySize:this.decodedBodySize,domainLookupEnd:this.domainLookupEnd,domainLookupStart:this.domainLookupStart,encodedBodySize:this.encodedBodySize,redirectEnd:this.redirectEnd,redirectStart:this.redirectStart,requestStart:this.requestStart,responseStart:this.responseStart,secureConnectionStart:this.secureConnectionStart,serverTiming:this.serverTiming,workerStart:this.workerStart,workerTiming:this.workerTiming}}}]),c})(f);_e.PerformanceResourceTiming=T},714,[2,8,10,12,3,4]); -__d(function(g,r,i,_a,m,e,d){Object.defineProperty(e,"__esModule",{value:!0}),e.createPerformanceObserver=e.PerformanceObserverEntryList=void 0;var t=r(d[0])(r(d[1])),n=r(d[0])(r(d[2])),s=(function(){function s(n){(0,t.default)(this,s),this.entries=n}return(0,n.default)(s,[{key:"getEntries",value:function(){return this.entries.slice(0)}},{key:"getEntriesByType",value:function(t){return this.entries.filter(function(n){return n.entryType===t})}},{key:"getEntriesByName",value:function(t,n){return this.entries.filter(function(s){return s.name===t&&(!n||s.entryType===n)})}}]),s})();e.PerformanceObserverEntryList=s;var o=['mark','measure','metric','react-native-mark','resource'],u=function(t,n){return t.startTime-n.startTime};e.createPerformanceObserver=function(y){var a,f=y.addEventListener,c=y.removeEventListener,h=y.getEntriesByType;return(a=(function(){function y(n){var o=this;(0,t.default)(this,y),this.emitRecords=function(){o.callback(new s(o.takeRecords()),o)},this.receiveRecord=function(t){o.entryTypes.has(t.entryType)&&(o.buffer.push(t),o.scheduleEmission())},this.callback=n,this.buffer=[],this.timer=null,this.entryTypes=new Set,this.observerType=null}return(0,n.default)(y,[{key:"scheduleEmission",value:function(){var t=this;null===this.timer&&(this.timer=requestAnimationFrame(function(){t.timer=null,t.emitRecords()}))}},{key:"observe",value:function(t){if(!t||!t.entryTypes&&!t.type)throw new TypeError("Failed to execute 'observe' on 'PerformanceObserver': An observe() call must include either entryTypes or type arguments.");if(t.entryTypes&&t.type)throw new TypeError("Failed to execute 'observe' on 'PerformanceObserver': An observe() call must not include both entryTypes and type arguments.");if(t.entryTypes){if("single"===this.observerType)throw new Error('This PerformanceObserver has performed observe({type:...}, therefore it cannot perform observe({entryTypes:...})');if(!Array.isArray(t.entryTypes))throw new TypeError('entryTypes argument must be an array');this.observerType="multiple",this.entryTypes=new Set(t.entryTypes),this.buffer=[],t.buffered&&console.warn('The PerformanceObserver does not support buffered flag with the entryTypes argument.')}else{if("multiple"===this.observerType)throw new Error('This PerformanceObserver has performed observe({entryTypes:...}, therefore it cannot perform observe({type:...})');this.observerType="single",this.entryTypes.add(t.type),t.buffered&&(this.buffer=h(t.type),this.scheduleEmission())}this.entryTypes.forEach(function(t){o.includes(t)||console.warn("The entry type '"+t+"' does not exist or isn't supported.")}),f(this.receiveRecord)}},{key:"disconnect",value:function(){c(this.receiveRecord),this.entryTypes=new Set,this.observerType=null,this.buffer=[],null!==this.timer&&(cancelAnimationFrame(this.timer),this.timer=null)}},{key:"takeRecords",value:function(){var t=this.buffer.sort(u);return this.buffer=[],t}}]),y})()).supportedEntryTypes=o,a}},715,[2,3,4]); -__d(function(g,r,i,a,m,e,d){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var o=r(d[0]).TurboModuleRegistry.get('RNPerformanceManager');e.default=o},716,[21]); -__d(function(g,r,i,a,m,_e,d){Object.defineProperty(_e,"__esModule",{value:!0}),_e.uninstallResourceLogger=_e.installResourceLogger=void 0;var e=r(d[0])(r(d[1])),t=r(d[0])(r(d[2])),n=r(d[0])(r(d[3])),o=r(d[0])(r(d[4])),u=r(d[0])(r(d[5])),c=r(d[0])(r(d[6])),s=r(d[0])(r(d[7])),f=r(d[0])(r(d[8]));function l(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(e){return!1}}_e.installResourceLogger=function(p,R,y){if(p.XMLHttpRequest&&!p.XMLHttpRequest.performanceOriginal){var L=(function(p){(0,u.default)(H,p);var L,h,v=(L=H,h=l(),function(){var e,t=(0,f.default)(L);if(h){var n=(0,f.default)(this).constructor;e=Reflect.construct(t,arguments,n)}else e=t.apply(this,arguments);return(0,c.default)(this,e)});function H(){var n,u;(0,t.default)(this,H);for(var c=arguments.length,l=new Array(c),p=0;p>18&63)+d.charAt(c>>12&63)+d.charAt(c>>6&63)+d.charAt(63&c);return 2==f?(n=t.charCodeAt(A)<<8,o=t.charCodeAt(++A),s+=d.charAt((c=n+o)>>10)+d.charAt(c>>4&63)+d.charAt(c<<2&63)+'='):1==f&&(c=t.charCodeAt(A),s+=d.charAt(c>>2)+d.charAt(c<<4&63)+'=='),s},decode:function(t){var n=(t=String(t).replace(f,'')).length;n%4==0&&(n=(t=t.replace(/==?$/,'')).length),(n%4==1||/[^+a-zA-Z0-9/]/.test(t))&&h('Invalid character: the string to be decoded is not correctly encoded.');for(var o,a,c=0,s='',A=-1;++A>(-2*c&6)));return s},version:'0.1.0'};if('function'==typeof define&&'object'==typeof define.amd&&define.amd)define(function(){return s});else if(n&&!n.nodeType)if(o)o.exports=s;else for(var A in s)s.hasOwnProperty(A)&&(n[A]=s[A]);else t.base64=s})(this)},719,[]); -__d(function(_g,_r,_i,_a,_m,_e,_d){var n,t;n=this,t=function(){"use strict";var n="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";function t(n,t,e,r){var i,u,o,s=t||[0],a=(e=e||0)>>>3,h=-1===r?3:0;for(i=0;i>>2,s.length<=u&&s.push(0),s[u]|=n[i]<<8*(h+r*(o%4));return{value:s,binLen:8*n.length+e}}function e(e,r,i){switch(r){case"UTF8":case"UTF16BE":case"UTF16LE":break;default:throw new Error("encoding must be UTF8, UTF16BE, or UTF16LE")}switch(e){case"HEX":return function(n,t,e){return(function(n,t,e,r){var i,u,o,s;if(0!=n.length%2)throw new Error("String of HEX type must be in byte increments");var a=t||[0],h=(e=e||0)>>>3,f=-1===r?3:0;for(i=0;i>>1)+h)>>>2;a.length<=o;)a.push(0);a[o]|=u<<8*(f+r*(s%4))}return{value:a,binLen:4*n.length+e}})(n,t,e,i)};case"TEXT":return function(n,t,e){return(function(n,t,e,r,i){var u,o,s,a,h,f,c,w,l=0,v=e||[0],p=(r=r||0)>>>3;if("UTF8"===t)for(c=-1===i?3:0,s=0;s(u=n.charCodeAt(s))?o.push(u):2048>u?(o.push(192|u>>>6),o.push(128|63&u)):55296>u||57344<=u?o.push(224|u>>>12,128|u>>>6&63,128|63&u):(s+=1,u=65536+((1023&u)<<10|1023&n.charCodeAt(s)),o.push(240|u>>>18,128|u>>>12&63,128|u>>>6&63,128|63&u)),a=0;a>>2;v.length<=h;)v.push(0);v[h]|=o[a]<<8*(c+i*(f%4)),l+=1}else for(c=-1===i?2:0,w="UTF16LE"===t&&1!==i||"UTF16LE"!==t&&1===i,s=0;s>>8),h=(f=l+p)>>>2;v.length<=h;)v.push(0);v[h]|=u<<8*(c+i*(f%4)),l+=2}return{value:v,binLen:8*l+r}})(n,r,t,e,i)};case"B64":return function(t,e,r){return(function(t,e,r,i){var u,o,s,a,h,f,c=0,w=e||[0],l=(r=r||0)>>>3,v=-1===i?3:0,p=t.indexOf("=");if(-1===t.search(/^[a-zA-Z0-9=+/]+$/))throw new Error("Invalid character in base-64 string");if(t=t.replace(/=/g,""),-1!==p&&pe.length)&&(t=e.length);for(var n=0,r=new Array(t);n=e.length?{done:!0}:{done:!1,value:e[r++]}};throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var s="3.0.0",c=(s.includes("beta"),["devices","activedevice","getinstallinfo","Version","setmmifocus","setactivedevice2","setbusylight","setremotemmilightaction"]),u=((_=e.ErrorCodes||(e.ErrorCodes={}))[_.NoError=0]="NoError",_[_.SSLError=1]="SSLError",_[_.CertError=2]="CertError",_[_.NetworkError=3]="NetworkError",_[_.DownloadError=4]="DownloadError",_[_.ParseError=5]="ParseError",_[_.OtherError=6]="OtherError",_[_.DeviceInfoError=7]="DeviceInfoError",_[_.FileNotAccessible=8]="FileNotAccessible",_[_.FileNotCompatible=9]="FileNotCompatible",_[_.Device_NotFound=10]="Device_NotFound",_[_.Parameter_fail=11]="Parameter_fail",_[_.Authorization_failed=12]="Authorization_failed",_[_.FileNotAvailable=13]="FileNotAvailable",_[_.ConfigParseError=14]="ConfigParseError",_[_.SetSettings_Fail=15]="SetSettings_Fail",_[_.Device_Reboot=16]="Device_Reboot",_[_.Device_ReadFail=17]="Device_ReadFail",_[_.Device_NotReady=18]="Device_NotReady",_[_.FilePartiallyCompatible=19]="FilePartiallyCompatible",(_=e.ErrorReturnCodes||(e.ErrorReturnCodes={}))[_.Return_Ok=0]="Return_Ok",_[_.Device_Unknown=1]="Device_Unknown",_[_.Device_Invalid=2]="Device_Invalid",_[_.Not_Supported=3]="Not_Supported",_[_.Return_ParameterFail=4]="Return_ParameterFail",_[_.ProtectedSetting_Write=5]="ProtectedSetting_Write",_[_.No_Information=6]="No_Information",_[_.NetworkRequest_Fail=7]="NetworkRequest_Fail",_[_.Device_WriteFail=8]="Device_WriteFail",_[_.Device_ReadFails=9]="Device_ReadFails",_[_.No_FactorySupported=10]="No_FactorySupported",_[_.System_Error=11]="System_Error",_[_.Device_BadState=12]="Device_BadState",_[_.FileWrite_Fail=13]="FileWrite_Fail",_[_.File_AlreadyExists=14]="File_AlreadyExists",_[_.File_Not_Accessible=15]="File_Not_Accessible",_[_.Firmware_UpToDate=16]="Firmware_UpToDate",_[_.Firmware_Available=17]="Firmware_Available",_[_.Return_Async=18]="Return_Async",_[_.Invalid_Authorization=19]="Invalid_Authorization",_[_.FWU_Application_Not_Available=20]="FWU_Application_Not_Available",_[_.Device_AlreadyConnected=21]="Device_AlreadyConnected",_[_.Device_NotConnected=22]="Device_NotConnected",_[_.CannotClear_DeviceConnected=23]="CannotClear_DeviceConnected",_[_.Device_Rebooted=24]="Device_Rebooted",_[_.Upload_AlreadyInProgress=25]="Upload_AlreadyInProgress",_[_.Download_AlreadyInProgress=26]="Download_AlreadyInProgress",(function(e){function n(t,n,r){var i=e.call(this,"Command "+t+" failed with error message "+n+" and details: "+JSON.stringify(r||{}))||this;return i.command=t,i.errmessage=n,i.data=r,i.name="CommandError",i}return t(n,e),n})((function(e){var t="function"==typeof Map?new Map:void 0;return(function(e){if(null===e||-1===Function.toString.call(e).indexOf("[native code]"))return e;if("function"!=typeof e)throw new TypeError("Super expression must either be null or a function");if(void 0!==t){if(t.has(e))return t.get(e);t.set(e,o)}function o(){return i(e,arguments,n(this).constructor)}return o.prototype=Object.create(e.prototype,{constructor:{value:o,enumerable:!1,writable:!0,configurable:!0}}),r(o,e)})(e)})(Error))),l=new Map,d=(["mute","unmute","device attached","device detached","acceptcall","endcall","reject","flash","online","offline","linebusy","lineidle","redial","key0","key1","key2","key3","key4","key5","key6","key7","key8","key9","keyStar","keyPound","keyClear","Online","speedDial","voiceMail","LineBusy","outOfRange","intoRange","pseudoAcceptcall","pseudoEndcall","button1","button2","button3","volumeUp","volumeDown","fireAlarm","jackConnection","jackDisConnection","qdConnection","qdDisconnection","headsetConnection","headsetDisConnection","devlog","busylight","hearThrough","batteryStatus","gnpButton","mmi","error"].forEach(function(e){return l.set(e,[])}),(_=e.DeviceFeature||(e.DeviceFeature={}))[_.BusyLight=1e3]="BusyLight",_[_.FactoryReset=1001]="FactoryReset",_[_.PairingList=1002]="PairingList",_[_.RemoteMMI=1003]="RemoteMMI",_[_.MusicEqualizer=1004]="MusicEqualizer",_[_.EarbudInterconnectionStatus=1005]="EarbudInterconnectionStatus",_[_.StepRate=1006]="StepRate",_[_.HeartRate=1007]="HeartRate",_[_.RRInterval=1008]="RRInterval",_[_.RingtoneUpload=1009]="RingtoneUpload",_[_.ImageUpload=1010]="ImageUpload",_[_.NeedsExplicitRebootAfterOta=1011]="NeedsExplicitRebootAfterOta",_[_.NeedsToBePutIncCradleToCompleteFwu=1012]="NeedsToBePutIncCradleToCompleteFwu",_[_.RemoteMMIv2=1013]="RemoteMMIv2",_[_.Logging=1014]="Logging",_[_.PreferredSoftphoneListInDevice=1015]="PreferredSoftphoneListInDevice",_[_.VoiceAssistant=1016]="VoiceAssistant",_[_.PlayRingtone=1017]="PlayRingtone",(_=e.RemoteMmiType||(e.RemoteMmiType={}))[_.MMI_TYPE_MFB=0]="MMI_TYPE_MFB",_[_.MMI_TYPE_VOLUP=1]="MMI_TYPE_VOLUP",_[_.MMI_TYPE_VOLDOWN=2]="MMI_TYPE_VOLDOWN",_[_.MMI_TYPE_VCB=3]="MMI_TYPE_VCB",_[_.MMI_TYPE_APP=4]="MMI_TYPE_APP",_[_.MMI_TYPE_TR_FORW=5]="MMI_TYPE_TR_FORW",_[_.MMI_TYPE_TR_BACK=6]="MMI_TYPE_TR_BACK",_[_.MMI_TYPE_PLAY=7]="MMI_TYPE_PLAY",_[_.MMI_TYPE_MUTE=8]="MMI_TYPE_MUTE",_[_.MMI_TYPE_HOOK_OFF=9]="MMI_TYPE_HOOK_OFF",_[_.MMI_TYPE_HOOK_ON=10]="MMI_TYPE_HOOK_ON",_[_.MMI_TYPE_BLUETOOTH=11]="MMI_TYPE_BLUETOOTH",_[_.MMI_TYPE_JABRA=12]="MMI_TYPE_JABRA",_[_.MMI_TYPE_BATTERY=13]="MMI_TYPE_BATTERY",_[_.MMI_TYPE_PROG=14]="MMI_TYPE_PROG",_[_.MMI_TYPE_LINK=15]="MMI_TYPE_LINK",_[_.MMI_TYPE_ANC=16]="MMI_TYPE_ANC",_[_.MMI_TYPE_LISTEN_IN=17]="MMI_TYPE_LISTEN_IN",_[_.MMI_TYPE_DOT3=18]="MMI_TYPE_DOT3",_[_.MMI_TYPE_DOT4=19]="MMI_TYPE_DOT4",_[_.MMI_TYPE_BUSYLIGHT=128]="MMI_TYPE_BUSYLIGHT",(_=e.RemoteMmiSequence||(e.RemoteMmiSequence={}))[_.MMI_LED_SEQUENCE_OFF=0]="MMI_LED_SEQUENCE_OFF",_[_.MMI_LED_SEQUENCE_ON=1]="MMI_LED_SEQUENCE_ON",_[_.MMI_LED_SEQUENCE_SLOW=2]="MMI_LED_SEQUENCE_SLOW",_[_.MMI_LED_SEQUENCE_FAST=3]="MMI_LED_SEQUENCE_FAST",(_=e.RemoteMmiActionInput||(e.RemoteMmiActionInput={}))[_.MMI_ACTION_UP=1]="MMI_ACTION_UP",_[_.MMI_ACTION_DOWN=2]="MMI_ACTION_DOWN",_[_.MMI_ACTION_TAP=4]="MMI_ACTION_TAP",_[_.MMI_ACTION_DOUBLE_TAP=8]="MMI_ACTION_DOUBLE_TAP",_[_.MMI_ACTION_PRESS=16]="MMI_ACTION_PRESS",_[_.MMI_ACTION_LONG_PRESS=32]="MMI_ACTION_LONG_PRESS",_[_.MMI_ACTION_X_LONG_PRESS=64]="MMI_ACTION_X_LONG_PRESS",e.logLevel=2,new((function(){function t(){}var n=t.prototype;return n.trace=function(t){4<=e.logLevel&&console.log(t)},n.info=function(t){3<=e.logLevel&&console.log(t)},n.warn=function(t){2<=e.logLevel&&console.warn(t)},n.error=function(t){1<=e.logLevel&&console.error(t)},t})())),f=Math.random().toString(36).substr(2,9),p=new Map,h=1,y={};function v(e){var t;return Array.isArray(e)?(t=[].concat.apply([],e.map(v)),t=Array.from(new Set(t).values()),[].concat(t)):e instanceof RegExp?Array.from(l.keys()).filter(function(t){return e.test(t)}):l.has(e)?[e]:(d.warn("Unknown event "+e+" ignored when adding/removing eventlistener"),[])}function g(e,t){v(e).map(function(e){(e=l.get(e)).find(function(e){return e===t})||e.push(t)})}function m(){return S("getactivedevice")}function b(){return S("getdevices")}function w(e,t,n){if(void 0===t&&(t=null),(n=void 0===n||n)&&!y.initialized)throw new Error("Browser integration not initialized");n={direction:"jabra-headset-extension-from-page-script",message:e,args:t||{},requestId:(h++).toString(),apiClientId:f,version_jsapi:s},d.trace("Sending command to content script: "+JSON.stringify(n)),window.postMessage(n,"*")}function S(e,t,n){var r;return void 0===t&&(t=null),!(n=void 0===n||n)||y.initialized?(r=(h++).toString(),new Promise(function(n,i){p.set(r,{cmd:e,resolve:n,reject:i}),n={direction:"jabra-headset-extension-from-page-script",message:e,args:t||{},requestId:r,apiClientId:f,version_jsapi:s},d.trace("Sending command to content script expecting result: "+JSON.stringify(n)),window.postMessage(n,"*")})):Promise.reject(new Error("Browser integration not initialized"))}function k(e,t,n){function r(e,t){var n=e.productID.toString(16).padStart(4,"0");return t.findIndex(function(e){return 0<=e.indexOf("(0b0e:"+n)})}function i(e,t,n){return n.find(function(n){return n.groupId==e&&n.kind==t})}var o,a,s,c,u,l;e&&e.deviceName&&(l=s=a=u=void 0,0<=(o=(function(n){if(0r.end)})),n&&(o=0Google Chrome."));if(y.initialized||y.initializing)return n(new Error("Jabra Browser Integration already initialized"));y.initializing=!0,p.clear();var r=!0;function i(e,t){var n=l.get(e);n?n.forEach(function(e){e(t)}):d.error("Unexpected unknown eventName: "+e)}function o(e){var t;return e?(t=p.get(e),p.delete(e)):1===p.size?(t=(e=p.entries().next().value)[1],p.delete(e[0])):t=void 0,10<(e=p.size)&&e%10==0&&d.warn("Memory leak found - Request result map is getting too large (size #"+e+")"),t}y.eventCallback=function(a){if(a.source===window&&a.data.direction&&"jabra-headset-extension-from-content-script"===a.data.direction){var p=a.data.apiClientId||"",h=a.data.requestId||"";if(f===p||""===p)if(d.trace("Receiving event from content script: "+JSON.stringify(a.data)),"na"===a.data.message&&delete a.data.message,a.data.message&&a.data.message.startsWith("Error:")&&(a.data.error=a.data.message,delete a.data.message),a.data.message){d.trace("Got message: "+JSON.stringify(a.data));var y=a.data.message.substring(7);if(!y.startsWith("logLevel")){if(0<=(p=c.findIndex(function(e){return y.startsWith(e)})))"getinstallinfo"!==y&&!y.startsWith("Version ")||(a.data.data||(a.data.data={}),a.data.data.version_jsapi=s),"getinstallinfo"===y&&(a.data.data.installationOk=!((m=[(g=a.data.data).version_browserextension,g.version_chromehost,g.version_jsapi]).some(function(e){return!e})||!g.version_nativesdk||!m.map(function(e){var t=e.lastIndexOf("beta");if(0<=t&&e.length>t+4)return e.substr(t+4)}).filter(function(e){return e}).every(function(e,t,n){return e===n[0]}))),(g=o(h))?(a.data.data?v=a.data.data:(m=c[p].length+1,v={},(p=y.substring(m))&&(v.legacy_result=p)),g.resolve(v)):(p="Result target information missing for message "+a.data.message+". This is likely due to some software components that have not been updated or a software bug. Please upgrade extension and/or chromehost",d.error(p),i("error",{error:p,message:a.data.message}));else{if(!l.has(y))return d.warn("Unknown message: "+a.data.message),void i("error",{error:"Unknown message: ",message:a.data.message});var v=JSON.parse(JSON.stringify(a.data));delete v.direction,delete v.apiClientId,delete v.requestId,i(v.message=y,v)}return r?(r=!1,t()):void 0}e.logLevel=parseInt(a.data.message.substring(16)),d.trace("Logger set to level "+e.logLevel)}else if(a.data.error&&(d.error("Got error: "+a.data.error),p=a.data.error.substring(7),(v=o(h))?v.reject(new u(v.cmd,p,a.data.data)):(delete(h=JSON.parse(JSON.stringify(a.data))).direction,delete h.apiClientId,delete h.requestId,h.error=p,i("error",h)),r))return r=!1,n(new Error(a.data.error))}var g,m},window.addEventListener("message",y.eventCallback),setTimeout(function(){S("getversion",null,!1).then(function(e){e="string"==typeof e||e instanceof String?e:JSON.stringify(e,null,2),d.trace("getversion returned successfully with : "+e),w("logLevel",null,!1)}).catch(function(e){d.error(e)})},1e3),setTimeout(function(){!0===r&&(r=!1,n(new Error("Jabra Browser Integration: You need to use this Extension and then reload this page")))},5e3),y.initialized=!0,y.initializing=!1})},e.isDeviceSelectedForInput=function(e,t){if(!e||!t)throw Error("Call to isDeviceSelectedForInput has argument(s) missing");for(var n=e.getAudioTracks(),r=0,i=n.length;r>16&255,t>>8&255,255&t];if("number"==typeof e)return[e>>16&255,e>>8&255,255&e];if(Array.isArray(e)){if(3!=e.length)throw new Error("Illegal argument - wrong dimension of number array (3 expected)");return e}throw new Error("Illegal/missing argument - number array or hex string expected")})(t),effect:P(n)})},e.shutdown=function(){return y.initialized?(window.removeEventListener("message",y.eventCallback),y.eventCallback=void 0,p.clear(),h=1,y.initialized=!1,l.forEach(function(e,t){}),Promise.resolve()):Promise.reject(new Error("Browser integration not initialized"))},e.trySetDeviceOutput=function(e,t){return e&&t?"function"!=typeof e.setSinkId?Promise.reject(new Error("Your browser does not support required Audio Output Devices API")):e.setSinkId(t.browserAudioOutputId).then(function(){return e.sinkId===t.browserAudioOutputId}):Promise.reject(new Error("Call to trySetDeviceOutput has argument(s) missing"))},e.unmute=function(){w("unmute")},e.unring=function(){w("unring")},Object.defineProperty(e,"__esModule",{value:!0})},"object"==typeof n&&void 0!==t?i(n):"function"==typeof define&&define.amd?define(["exports"],i):i((r=r||self).jabra={})},{}],2:[function(t,n,r){(function(e,t,i){(function(){var o,a;o=function(){return(function e(t,n,r){function i(a,s){if(!n[a]){if(!t[a]){var c="function"==typeof _dereq_&&_dereq_;if(!s&&c)return c(a,!0);if(o)return o(a,!0);throw(s=new Error("Cannot find module '"+a+"'")).code="MODULE_NOT_FOUND",s}c=n[a]={exports:{}},t[a][0].call(c.exports,function(e){return i(t[a][1][e]||e)},c,c.exports,e,t,n,r)}return n[a].exports}for(var o="function"==typeof _dereq_&&_dereq_,a=0;a, no stack trace)"}function $(){return"function"==typeof re}var Z=function(){return!1},ee=/[\/<\(]([^:\/]+):(\d+):(?:\d+)\)?\s*$/;function te(e){if(e=e.match(ee))return{fileName:e[1],line:parseInt(e[2],10)}}function ne(e){this._parent=e,this._promisesCreated=0,e=this._length=1+(void 0===e?0:e._length),re(this,ne),32=l)return r[n]=e,this._queue.push(n),!1;null!==s&&(s[n]=e);var d=this._promise,f=this._callback,p=d._boundValue();f=(d._pushContext(),c(f).call(p,e,n,o)),p=d._popContext();if(a.checkForgottenReturns(f,p,null!==s?"Promise.filter":"Promise.map",d),f===u)return this._reject(f.e),!0;if((e=i(f,this._promise))instanceof t){if(0==(50397184&(p=(e=e._target())._bitField)))return 1<=l&&this._inFlight++,(r[n]=e)._proxy(this,-1*(n+1)),!1;if(0==(33554432&p))return 0!=(16777216&p)?this._reject(e._reason()):this._cancel(),!0;f=e._value()}r[n]=f}return o<=++this._totalResolved&&(null!==s?this._filter(r,s):this._resolve(r),!0)},d.prototype._drainQueue=function(){for(var e=this._queue,t=this._limit,n=this._values;0>2^134217728)},j.prototype._setNoAsyncGuarantee=function(){this._bitField=-134217729&(536870912|this._bitField)},j.prototype._receiverAt=function(e){if((e=0===e?this._receiver0:this[4*e-4+3])!==u)return void 0===e&&this._isBound()?this._boundValue():e},j.prototype._promiseAt=function(e){return this[4*e-4+2]},j.prototype._fulfillmentHandlerAt=function(e){return this[4*e-4]},j.prototype._rejectionHandlerAt=function(e){return this[4*e-4+1]},j.prototype._boundValue=function(){},j.prototype._migrateCallback0=function(e){e._bitField;var t=e._fulfillmentHandler0,n=e._rejectionHandler0,r=e._promise0;e=e._receiverAt(0);this._addCallbacks(t,n,r,e=void 0===e?u:e,null)},j.prototype._migrateCallbackAt=function(e,t){var n=e._fulfillmentHandlerAt(t),r=e._rejectionHandlerAt(t),i=e._promiseAt(t);e=e._receiverAt(t);this._addCallbacks(n,r,i,e=void 0===e?u:e,null)},j.prototype._addCallbacks=function(e,t,n,r,i){var o,a=this._length();return 65531<=a&&this._setLength(a=0),0===a?(this._promise0=n,this._receiver0=r,"function"==typeof e&&(this._fulfillmentHandler0=l.contextBind(i,e)),"function"==typeof t&&(this._rejectionHandler0=l.contextBind(i,t))):(this[2+(o=4*a-4)]=n,this[3+o]=r,"function"==typeof e&&(this[o]=l.contextBind(i,e)),"function"==typeof t&&(this[1+o]=l.contextBind(i,t))),this._setLength(a+1),a},j.prototype._proxy=function(e,t){this._addCallbacks(void 0,void 0,t,e,null)},j.prototype._resolveCallback=function(e,t){if(0==(117506048&this._bitField)){if(e===this)return this._rejectCallback(r(),!1);var n=C(e,this);if(!(n instanceof j))return this._fulfill(e);t&&this._propagateFrom(n,2);var i=n._target();if(i===this)this._reject(r());else if(0==(50397184&(e=i._bitField))){var o=this._length();0>>16)){if(e===this)return t=r(),this._attachExtraTrace(t),this._reject(t);this._setFulfilled(),this._rejectionHandler0=e,0<(65535&n)&&(0!=(134217728&n)?this._settlePromises():v.settlePromises(this),this._dereferenceTrace())}},j.prototype._reject=function(e){var t=this._bitField;if(!((117506048&t)>>>16)){if(this._setRejected(),this._fulfillmentHandler0=e,this._isFinal())return v.fatalError(e,l.isNode);0<(65535&t)?v.settlePromises(this):this._ensurePossibleRejectionHandled()}},j.prototype._fulfillPromises=function(e,t){for(var n=1;n=this._length&&(this._resolve(this._values),!0)},s.prototype._promiseCancelled=function(){return this._cancel(),!0},s.prototype._promiseRejected=function(e){return this._totalResolved++,this._reject(e),!0},s.prototype._resultCancelled=function(){if(!this._isResolved()){var e=this._values;if(this._cancel(),e instanceof t)e.cancel();else for(var n=0;n=this._length){if(this._isMap)n=(function(e){for(var t=new o,n=e.length/2|0,r=0;r>1},t.prototype.props=function(){return h(this)},t.props=h}},{"./es5":13,"./util":36}],26:[function(e,t,n){"use strict";function r(e){this._capacity=e,this._length=0,this._front=0}r.prototype._willBeOverCapacity=function(e){return this._capacity=this._length&&(this._resolve(this._values),!0)},o.prototype._promiseFulfilled=function(e,t){var n=new i;return n._bitField=33554432,n._settledValueField=e,this._promiseResolved(t,n)},o.prototype._promiseRejected=function(e,t){var n=new i;return n._bitField=16777216,n._settledValueField=e,this._promiseResolved(t,n)},t.settle=function(e){return r.deprecated(".settle()",".reflect()"),new o(e).promise()},t.allSettled=function(e){return new o(e).promise()},t.prototype.settle=function(){return t.settle(this)}}},{"./util":36}],31:[function(e,t,n){"use strict";t.exports=function(t,n,r){var i=e("./util"),o=e("./errors").RangeError,a=e("./errors").AggregateError,s=i.isArray,c={};function u(e){this.constructor$(e),this._howMany=0,this._unwrap=!1,this._initialized=!1}function l(e,t){var n;return(0|t)!==t||t<0?r("expecting a positive integer\n\n See http://goo.gl/MqrFmX\n"):(n=(e=new u(e)).promise(),e.setHowMany(t),e.init(),n)}i.inherits(u,n),u.prototype._init=function(){var e;this._initialized&&(0===this._howMany?this._resolve([]):(this._init$(void 0,-5),e=s(this._values),!this._isResolved()&&e&&this._howMany>this._canPossiblyFulfill()&&this._reject(this._getRangeError(this.length()))))},u.prototype.init=function(){this._initialized=!0,this._init()},u.prototype.setUnwrap=function(){this._unwrap=!0},u.prototype.howMany=function(){return this._howMany},u.prototype.setHowMany=function(e){this._howMany=e},u.prototype._promiseFulfilled=function(e){return this._addFulfilled(e),this._fulfilled()===this.howMany()&&(this._values.length=this.howMany(),1===this.howMany()&&this._unwrap?this._resolve(this._values[0]):this._resolve(this._values),!0)},u.prototype._promiseRejected=function(e){return this._addRejected(e),this._checkOutcome()},u.prototype._promiseCancelled=function(){return this._values instanceof t||null==this._values?this._cancel():(this._addRejected(c),this._checkOutcome())},u.prototype._checkOutcome=function(){if(this.howMany()>this._canPossiblyFulfill()){for(var e=new a,t=this.length();t=this.turnTests.length)return new p(function(e,t){e()});var t=this.turnTests[this.turnTestCounter],n=null;switch(t){case h:n=new i.RttTest(this.turnConnection);break;case y:n=new a.LossTest(this.turnConnection);break;case v:n=new o.ThroughputTest(this.turnConnection,this.rtt,this.fractionLostBytes);break;default:return new p(function(e,n){n(new Error("Unknown test: "+t))})}return this.activeTurnTest=n,this.active?n.start().then(function(){return e.handleTestResults(t,n.getResults()),e.turnTestCounter+=1,e.activeTurnTest=null,e.startTurnTests()},function(r){return e.handleTestResults(t,n.getResults(),r),e.turnTestCounter+=1,e.activeTurnTest=null,e.startTurnTests()}):new p(function(e,t){t(new Error("Test trying to start while testing is not active"))})}},{key:"handleTestResults",value:function(e,t){var n=2this.windowSize&&(t=this.window.shift(),e=this.counters.get(t),this.counters.set(t,e-1)),this.window.length>=this.minWindowSize?this.validWindow=!0:this.validWindow=!1,this.newData=!0}},{key:"_getTimeBucket",value:function(e){return[e-=e%this.minTimeInterval,e+this.minTimeInterval]}},{key:"_getTimeBoundary",value:function(e){return this._getTimeBucket(e)[1]}},{key:"_calcAverageFloor",value:function(e){for(var t=0,n=0;n=this.goodInterval[0]&&e=this.okInterval[0]&&e=this.badInterval[0]&&e<=this.badInterval[1]?s.BAD:-1}}]),f),l=(function(){function e(t,n,r,i,o){return a(this,e),(n=(function(e,t){if(e)return!t||"object"!=typeof t&&"function"!=typeof t?e:t;throw new ReferenceError("this hasn't been initialised - super() hasn't been called")})(this,(e.__proto__||Object.getPrototypeOf(e)).call(this,n,null,o))).excellentInterval=t,n.fairInterval=r,n.poorInterval=i,n}var t=e,n=u;if("function"!=typeof n&&null!==n)throw new TypeError("Super expression must either be null or a function, not "+typeof n);return t.prototype=Object.create(n&&n.prototype,{constructor:{value:t,enumerable:!1,writable:!0,configurable:!0}}),n&&(Object.setPrototypeOf?Object.setPrototypeOf(t,n):t.__proto__=n),r(e,[{key:"classifyQuality",value:function(e){return null===e?-1:e>=this.excellentInterval[0]&&e<=this.excellentInterval[1]?c.EXCELLENT:e>=this.goodInterval[0]&&e=this.fairInterval[0]&&e=this.poorInterval[0]&&e=this.badInterval[0]&&ethis.bufferFullThreshold);){var t=this.messageMaker.make(this.sentBytes);this.sentBytes+=t.length,e+=t.length,setTimeout(this.send(t),8)}e=0,this.numBufferFill++,2<=this.numBufferFill||this.startSend()}},{key:"startSend",value:function(){this.isActive()&&(this.bufferFullThreshold=1e3*this.chunkSize/8,this.sendChannel=this.connection.sendChannel,setTimeout(this.fillBuffer.bind(this),250))}},{key:"fillResults",value:function(){this.results.endTimestamp=o.getCurrent(),this.results.maxDuration=this.duration,this.results.forceStopped=this.forceStopped,this.results.sentBytes=this.sentBytes,this.results.bytesReceived=this.receivedBytes;var e,t=null;try{t=JSON.parse(this.lastMessage)}catch(t){return}t?(e=t.sentBytes+this.lastMessage.length,this.results.bytesSent=e,this.results.fractionLostBytes=1-this.receivedBytes/e):(this.results.bytesSent=-1,this.results.fractionLostBytes=-1)}},{key:"stop",value:function(){this.isActive()&&(clearTimeout(this.sendTimer),this.sendTimer=null,r(e.prototype.__proto__||Object.getPrototypeOf(e.prototype),"stop",this).call(this),this.fillResults())}}]),e})(),n.LossTest=e},{"../utility/messageMaker":20,"../utility/timestamps":28,"./turnTest":18}],16:[function(e,t,n){"use strict";function r(e,t,n){null===e&&(e=Function.prototype);var i=Object.getOwnPropertyDescriptor(e,t);return void 0===i?null===(e=Object.getPrototypeOf(e))?void 0:r(e,t,n):"value"in i?i.value:void 0!==(e=i.get)?e.call(n):void 0}Object.defineProperty(n,"__esModule",{value:!0}),n.RttTest=void 0;var i=function(e,t,n){return t&&s(e.prototype,t),n&&s(e,n),e},o=(function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n]);return t.default=e,t})(e("../utility/timestamps")),a=e("./turnTest");function s(e,t){for(var n=0;n=this.intervalLength){var r=n-this.intervalStart,i=(r=this.averageThroughput(this.intervalBytes,r),null);try{i=n-JSON.parse(this.lastMessage).timestamp}catch(e){}this.intervals.push({startTimestamp:this.intervalStart,endTimestamp:n,bytesReceived:this.intervalBytes,average:r,rtt:i}),this.intervalStart=n,this.intervalBytes=0}this.results.startTimestamp&&n-this.results.startTimestamp>this.duration/2&&(this.secondHalfStart||(this.secondHalfStart=n),this.secondHalfBytes+=e.length)}}},{key:"handleError",value:function(e){this.stop(),this.failed(e)}},{key:"averageThroughput",value:function(e,t){return 0===t?0:e/(t/1e3)*8/1024}},{key:"bufferListener",value:function(){this.sendChannel.removeEventListener("bufferedamountlow",this.bufferListener.bind(this)),this.fillBuffer()}},{key:"fillBuffer",value:function(){for(0==this.sendChannel.bufferedAmount&&(this.bufferEmpty+=1);this.isActive()&&!(1e6this.bufferFullThreshold)return void(this.usePolling?setTimeout(this.fillBuffer.bind(this),250):this.sendChannel.addEventListener("bufferedamountlow",this.bufferListener.bind(this)));var e=this.messageMaker.make(this.sentBytes);this.sentBytes+=e.length,this.send(e)}this.sendChannel.removeEventListener("bufferedamountlow",this.bufferListener.bind(this))}},{key:"startSend",value:function(){this.isActive()&&(this.bufferFullThreshold=1e3*this.chunkSize,this.sendChannel=this.connection.sendChannel,this.usePolling=!0,"number"==typeof this.sendChannel.bufferedAmountLowThreshold&&(this.usePolling=!1,this.sendChannel.bufferedAmountLowThreshold=this.bufferFullThreshold/10),setTimeout(this.fillBuffer.bind(this),0))}},{key:"fillResults",value:function(){this.results.endTimestamp=this.lastReceivedTimestamp,this.results.maxDuration=this.duration,this.results.forceStopped=this.forceStopped,this.results.bufferEmpty=this.bufferEmpty,this.results.intervals=this.intervals,this.results.bytesPrepared=this.sentBytes,this.results.bytesReceived=this.receivedBytes,this.results.startTimestamp||(this.results.startTimestamp=this.results.endTimestamp);var e=0,t=(this.secondHalfStart&&(t=this.results.endTimestamp-this.secondHalfStart,e=this.averageThroughput(this.secondHalfBytes,t)),this.results.endTimestamp-this.results.startTimestamp);t=this.averageThroughput(this.receivedBytes,t);this.results.average=e=e>=24;if("rtp"===this.protocol&&0<=e&&e<=2)switch(e){case 0:t="TLS";break;case 1:t="TCP";break;case 2:t="UDP"}return t}},{key:"getString",value:function(){return this.iceCandidateStr}},{key:"getType",value:function(){return this.type}},{key:"isHost",value:function(){return"host"===this.type.toLowerCase()}},{key:"isServerReflexive",value:function(){return"srflx"===this.type.toLowerCase()}},{key:"isPeerReflexive",value:function(){return"prflx"===this.type.toLowerCase()}},{key:"isRelay",value:function(){return"relay"===this.type.toLowerCase()||"relayed"===this.type.toLowerCase()}},{key:"isPublicIp",value:function(){return"srflx"===this.type.toLowerCase()||"prflx"===this.type.toLowerCase()}},{key:"getTypeTransport",value:function(){return this.typeTransport}},{key:"isTypeTransportUdp",value:function(){return"UDP"===this.typeTransport}},{key:"isTypeTransportTcp",value:function(){return"TCP"===this.typeTransport}},{key:"isTypeTransportTls",value:function(){return"TLS"===this.typeTransport}},{key:"getTransport",value:function(){return this.transport}},{key:"isUdp",value:function(){return"udp"===this.transport.toLowerCase()}},{key:"isTcp",value:function(){return"tcp"===this.transport.toLowerCase()}},{key:"getProtocol",value:function(){return this.protocol}},{key:"isRtp",value:function(){return"rtp"===this.protocol}},{key:"isRtcp",value:function(){return"rtcp"===this.protocol}},{key:"isIpv6",value:function(){return this.ipv6}},{key:"getIpAddress",value:function(){return this.ipAddress}},{key:"getPort",value:function(){return this.port}}]),n.ParsedIceCandidate=i},{}],23:[function(e,t,n){"use strict";function r(e,t){if(Array.isArray(e))return e;if(Symbol.iterator in Object(e)){var n=e,r=t,i=[],o=!0;e=!1,t=void 0;try{for(var a,s=n[Symbol.iterator]();!(o=(a=s.next()).done)&&(i.push(a.value),!r||i.length!==r);o=!0);}catch(n){e=!0,t=n}finally{try{!o&&s.return&&s.return()}finally{if(e)throw t}}return i}throw new TypeError("Invalid attempt to destructure non-iterable instance")}Object.defineProperty(n,"__esModule",{value:!0}),n.PCTNotificationService=void 0;var i=e("../mlPipeline/dataPreprocessor.js"),o=e("../mlPipeline/decisionMaker.js"),a=e("../mlPipeline/dataValidation.js");function s(e,t){for(var n=0;nt&&(t=e[r].timeStamp,n=e[r].online);return n}},{key:"getMediaConnectivityStatus",value:function(e,t){return!(!e||!t)&&(e.relayTcpSuccess||e.relayTlsSuccess||e.relayUdpSuccess||0>24,a.mozLocalTransport=this.formatRelayType(s)),a.mozLocalTransport=a.mozLocalTransport.toLowerCase()),t.push(a)):c.remoteCandidate&&n.push(c.remoteCandidate)}if(i)for(var u=0;u=i.pctSampleSize&&this.pctMeasurements.shift(),this.pctMeasurements.push(e);var t=e.getProvider();this.pctMeasurementsMap.has(t)||this.pctMeasurementsMap.set(t,[]),this.pctMeasurementsMap.get(t).push(e)}},{key:"clearPCTMeasurements",value:function(){this.pctMeasurements=[],this.pctMeasurementsMap=new Map}},{key:"doStats",value:function(e){var t={};return t.min=this.findMin(e),t.max=this.findMax(e),t.mean=this.calculateAverage(e),t.median=this.calculateMedian(e),t.stddev=this.calculateStandardDeviation(e,t.mean),t}},{key:"findMax",value:function(e){return e&&e.length?Math.max.apply(null,e):null}},{key:"findMin",value:function(e){return e&&e.length?Math.min.apply(null,e):null}},{key:"calculateAverage",value:function(e){return e&&e.length?e.reduce(function(e,t){return e+t},0)/e.length:0}},{key:"calculateMedian",value:function(e){var t;return e&&e.length?(e=e.slice(0).sort(function(e,t){return e-t}),t=Math.floor(e.length/2),e.length%2==0?(e[t]+e[t-1])/2:e[t]):0}},{key:"calculateStandardDeviation",value:function(e,t){var n;return e&&e.length?(n=e.map(function(e){return(e-=t)*e}).reduce(function(e,t){return e+t},0),Math.sqrt(n/(e.length-1))):0}},{key:"setAcceptability",value:function(e){var t=[];return t.push(e.throughput.median<30),t.push(.05this.capacity}},{key:"push",value:function(){var e=this.tail;this.tail=new c(0=e.key)):new i.SizedBalancedTreeNode(t)}},{key:"removeKey",value:function(e,t){if(e){var n=this.comparator(t,e.key);if(n<0)e.left=this.removeKey(e.left,t);else if(0this.size(e.left))){if(!(e.right&&this.size(e.right.left)>this.size(e.left)))return e;e.right=this.rotateRight(e.right)}e=this.rotateLeft(e)}else{if(!(e.left&&this.size(e.left.left)>this.size(e.right))){if(!(e.left&&this.size(e.left.right)>this.size(e.right)))return e;e.left=this.rotateLeft(e.left)}e=this.rotateRight(e)}return e.left=this.maintain(e.left,!1),e.right=this.maintain(e.right,!0),e=this.maintain(e,!1),this.maintain(e,!0)}}},{key:"size",value:function(){var e=0e.length)&&(t=e.length);for(var n=0,r=new Array(t);n>>0,i=arguments[1],o=0;o",this.iceConnectionState);var e={changedState:i.fabricStateChangeType.iceConnectionState,prevState:this.oldIceConnectionState,newState:this.iceConnectionState};return this.sendFabricStateChange(e),!0}},{key:"handleIceGatheringState",value:function(){var e;"closed"===this.pc.iceConnectionState||"closed"===this.pc.signalingState||this.pc&&this.iceGatheringState===this.pc.iceGatheringState||("complete"===this.pc.iceGatheringState&&(this.iceGatheringDelay=a.getCurrent()-this.startTime),this.oldIceGatheringState=this.iceGatheringState,this.iceGatheringState=this.pc.iceGatheringState,c.warn("CALLBACK: ICE gathering state change",this.oldIceGatheringState,"->",this.iceGatheringState),e={changedState:i.fabricStateChangeType.iceGatheringState,prevState:this.oldIceGatheringState,newState:this.iceGatheringState},this.sendFabricStateChange(e))}},{key:"handleIceChecking",value:function(){var e,t=a.getCurrent();"disconnected"!==this.oldIceConnectionState||this.pcState!==i.fabricState.checkingDisrupted&&this.pcState!==i.fabricState.disrupted||(e={prevIceConnectionState:this.oldIceConnectionState,currIceConnectionState:this.iceConnectionState,delay:t-this.connectionDisruptedTS},this.pcState===i.fabricState.disrupted&&(e.prevIceCandidatePair=this.prevActiveIceCandidatePair,e.currIceCandidatePair=this.activeIceCandidatePair,e.delay=t-this.disruptedTS,this.emb.make(i.internalFabricEvent.iceDisruptionEnd,this.conferenceId,this.pc,e)),this.pcState=i.fabricState.initializing,this.emb.make(i.internalFabricEvent.iceConnectionDisruptionEnd,this.conferenceId,this.pc,e))}},{key:"handleIceConnectedOrCompleted",value:function(e){var t=this,n=a.getCurrent();this.pcState===i.fabricState.disrupted&&(e.prevIceCandidatePair=this.prevActiveIceCandidatePair,e.currIceCandidatePair=this.activeIceCandidatePair,e.delay=n-this.disruptedTS,this.emb.make(i.internalFabricEvent.iceDisruptionEnd,this.conferenceId,this.pc,e)),this.iceConnectivityDelay=n-this.startTime,this.established=!0,this.pcState=i.fabricState.established,this.getStatsHandler.getIceCandidates().then(function(e){t.localIceCandidates=e.localIceCandidates,t.remoteIceCandidates=e.remoteIceCandidates,t.iceCandidatePairs=e.iceCandidatePairs,t.prevActiveIceCandidatePair=t.activeIceCandidatePair,t.activeIceCandidatePair=t.getActiveIceCandidatePair(),t.sendfabricSetup(),t.startStatsPolling()}).catch(function(e){t.sendfabricSetup(),t.startStatsPolling()})}},{key:"sendfabricSetup",value:function(){var e,t;this.fabricSetupSent?c.log("fabricSetup has been sent already"):(e={delay:a.getCurrent()-this.startTime,iceGatheringDelay:this.iceGatheringDelay,iceConnectivityDelay:this.iceConnectivityDelay,localIceCandidates:this.localIceCandidates,remoteIceCandidates:this.remoteIceCandidates,iceCandidatePairs:this.iceCandidatePairs,remoteEndpointType:i.endpointType.peer,fabricTransmissionDirection:i.transmissionDirection.sendrecv,iceServers:this.iceServersURLs,sdpSemantics:this.sdpSemantics},(t=this.getActiveIceCandidatePair())&&(e.selectedCandidatePairID=t.id),this.fabricSetupSent=!0,this.conferenceId&&(t=o.Registry.getConferenceManager().get(this.conferenceId))&&t.getPeerConnectionManager()&&(t=t.getPeerConnectionManager().getPcHandler(this.pc),e.remoteEndpointType=t.getRemoteEndpointType(),e.fabricTransmissionDirection=t.getFabricTransmissionDirection()),this.pcState=i.fabricState.established,this.emb.make(i.internalFabricEvent.fabricSetup,this.conferenceId,this.pc,e))}},{key:"isFabricSetupSent",value:function(){return this.fabricSetupSent}},{key:"startStatsPolling",value:function(){this.getStatsHandler.startStatsPolling()}},{key:"stopStatsPolling",value:function(){this.getStatsHandler.stopStatsPolling()}},{key:"handleIceFailed",value:function(e){e.currIceCandidatePair=this.activeIceCandidatePair,e.delay=a.getCurrent()-this.startTime,this.pcState=i.fabricState.failed,"checking"===e.prevIceConnectionState?this.sendIceFailed(e):"completed"===e.prevIceConnectionState||"connected"===e.prevIceConnectionState||"disconnected"===e.prevIceConnectionState&&this.established?this.emb.make(i.internalFabricEvent.fabricDropped,this.conferenceId,this.pc,e):"disconnected"===e.prevIceConnectionState&&this.sendIceFailed(e)}},{key:"getActiveIceCandidatePair",value:function(){var e=null,t=this.iceCandidatePairs;return t&&0",this.signalingState),e={changedState:i.fabricStateChangeType.signalingState,prevState:e,newState:this.signalingState},this.sendFabricStateChange(e),"have-remote-offer"!==this.signalingState&&"stable"!==this.signalingState||(this.precalltest.callStarts(),o.Registry.getPCTRunnerService().setCallInProgress(!0),this.genericevent.sendEvent(i.logEvents.log,{msg:"precalltest told to stop "})),"closed"===this.signalingState&&(this.emb.make(i.fabricEvent.fabricTerminated,this.conferenceId,this.pc),this.userAlive.stop(),this.precalltest.callFinished(),o.Registry.getPCTRunnerService().setCallInProgress(!1),this.stopStatsPolling(),this.stopPCStateMonitoring(),this.pcState=i.fabricState.terminated,this.conferenceId&&((e=o.Registry.getConferenceManager().get(this.conferenceId))&&e.getPeerConnectionManager()&&(t=e.getPeerConnectionManager().getPcHandler(this.pc),e.getPeerConnectionManager().removePcStats(t&&t.getPcHash())),e.updateState())),"have-local-offer"!==this.signalingState&&"have-local-pranswer"!==this.signalingState&&"stable"!==this.signalingState||(c.log(this.signalingState,".. requesting sender config."),o.Registry.getConfigServiceWrapper().initiateSenderConfig(this.pc).then(function(){var e=o.Registry.getConfigServiceWrapper().getSenderConfig(),t=(c.log("Sender config:",e),i.callstatsChannels.senderConfiguration);e&&o.Registry.getEventMessageBuilder().make(t,n.conferenceId,n.pc,e)}).catch(function(e){c.warn(e)})))}},{key:"pcNegotiationNeededCallback",value:function(e){e&&(this.negotiationNeeded++,this.startTime=a.getCurrent(),c.warn("CALLBACK: negotiation needed",this.negotiationNeeded))}}])&&d(t.prototype,n),Object.defineProperty(t,"prototype",{writable:!1}),e})(),n.PcCallbackHandler=e},{"../config/callstatserrors":49,"../config/constants":50,"../utility/csiologger":119,"../utility/registry":128,"../utility/timestamps":132}],57:[function(e,t,n){"use strict";function r(e){return(r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}Object.defineProperty(n,"__esModule",{value:!0}),n.PeerConnectionHandler=void 0;var i=e("../utility/registry"),o=e("../peerconnection/pccallbackhandler"),a=e("../browserapi/devices"),s=e("./useralivehandler"),c=e("./getstatshandler"),u=p(e("../config/constants")),l=p(e("../utility/timestamps")),d=p(e("../utility/csiologger"));function f(e){var t,n;return"function"!=typeof WeakMap?null:(t=new WeakMap,n=new WeakMap,(f=function(e){return e?n:t})(e))}function p(e,t){if(!t&&e&&e.__esModule)return e;if(null===e||"object"!==r(e)&&"function"!=typeof e)return{default:e};if((t=f(t))&&t.has(e))return t.get(e);var n,i,o={},a=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(n in e)"default"!==n&&Object.prototype.hasOwnProperty.call(e,n)&&((i=a?Object.getOwnPropertyDescriptor(e,n):null)&&(i.get||i.set)?Object.defineProperty(o,n,i):o[n]=e[n]);return o.default=e,t&&t.set(e,o),o}function h(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function y(e,t){for(var n=0;n MAX_ALLOWED_LATENCY: clockSync reset"}),this.offsetResults=[]):this.addOffset(e,t,n),5<=this.offsetResults.length?(this.calculateOffset(),this.endTime=a.getCurrent(),this.completeProcess()):this.sendRequest()}},{key:"isCompleted",value:function(){return this.completed}},{key:"addOffset",value:function(e,t,n){e=e.now+t,this.offsetResults.push(e-n)}},{key:"calculateOffset",value:function(){var e=this.offsetResults.reduce(function(e,t){return e+t});this.currentOffset=e/this.offsetResults.length,this.currentOffset=isNaN(this.currentOffset)?0:this.currentOffset,c.Registry.getGenericEventHandler().sendEvent(u.logEvents.log,{msg:"clockSync Done, offset is: "+this.currentOffset+"results length"+this.offsetResults.length}),this.offsetResults=[],this.completed=!0}}])&&f(t.prototype,e),Object.defineProperty(t,"prototype",{writable:!1}),r})(s.XMLHttpService),n.ClockSync=e},{"../config/constants":50,"../config/settings":51,"../utility/registry":128,"../utility/timestamps":132,"./xmlhttp":75,"./xmlhttpservice":76}],63:[function(e,t,n){"use strict";function r(e,t){for(var n=0;n=this.lastTS+200}},{key:"getCacheLength",value:function(){var e,t=0;for(e in this.cache)this.cache.hasOwnProperty(e)&&(t+=this.cache[e].length());return t}},{key:"updateConferenceId",value:function(e){var t=s.tmpConferenceId;this.cache[t]&&this.cache[t].updateConferenceId(e)}}])&&d(t.prototype,n),Object.defineProperty(t,"prototype",{writable:!1}),e})(),n.TransmissionManager=e},{"../collections/cache":37,"../config/constants":50,"../utility/csiologger":119,"../utility/registry":128,"../utility/timestamps":132}],75:[function(e,t,n){"use strict";function r(e){return(r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}Object.defineProperty(n,"__esModule",{value:!0}),n.sendGetRequest=function(e,t,n){return d("GET",e,t,n,null)},n.sendPostRequest=function(e,t,n,r){return d("POST",e,t,n,r)};var i=c(e("../utility/timestamps")),o=c(e("../config/constants")),a=e("../utility/registry");function s(e){var t,n;return"function"!=typeof WeakMap?null:(t=new WeakMap,n=new WeakMap,(s=function(e){return e?n:t})(e))}function c(e,t){if(!t&&e&&e.__esModule)return e;if(null===e||"object"!==r(e)&&"function"!=typeof e)return{default:e};if((t=s(t))&&t.has(e))return t.get(e);var n,i,o={},a=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(n in e)"default"!==n&&Object.prototype.hasOwnProperty.call(e,n)&&((i=a?Object.getOwnPropertyDescriptor(e,n):null)&&(i.get||i.set)?Object.defineProperty(o,n,i):o[n]=e[n]);return o.default=e,t&&t.set(e,o),o}function u(e,t){for(var n=0;ne.length)&&(t=e.length);for(var n=0,r=new Array(t);ne.length)&&(t=e.length);for(var n=0,r=new Array(t);nr.getTotalPackets()?(r.update(n,c?c.startTime:void 0),r.doReset(),null):r.getStarted()?(c?c.now:i.getCurrent())-r.getStarted()<1e4?null:new a.CircuitBreakerEvent(o.circuitBreakerDisruptionType.mediaTimeout,t.getSSRC()):(r.doStart(c?c.startTime:void 0),null):((r=new s.MediaTimeout).update(n,c?c.startTime:void 0),this.mediaTimeouts.set(t.getSSRC(),r),null)):null}},{key:"check",value:function(){var e,t=this,n=0this.startTime+15e3}},{key:"isInbOneWayAudioDisruption",value:function(e,t){if(this.isStartedAndHasTraffic(t)&&this.isInitialSetupDelayPassed())return t=void 0,this.hasTracksAndTraffic(e)||(e=(e=this.getDisruptedTrack(e))&&e.getSSRC())&&(t=new i.OneWayMediaDisruption(a.oneWayMediaTypes.audio,e,a.streamType.inbound)),t}},{key:"isOutbOneWayAudioDisruption",value:function(e,t){if(this.isStartedAndHasTraffic(e)&&this.isInitialSetupDelayPassed())return e=void 0,this.hasTracksAndTraffic(t)||(t=(t=this.getDisruptedTrack(t))&&t.getSSRC())&&(e=new i.OneWayMediaDisruption(a.oneWayMediaTypes.audio,t,a.streamType.outbound)),e}},{key:"updateDisruptionAndRecoveryCount",value:function(e){var t=1r)?(this.consecutivePositive+=1,this.consecutivePositive>this.resetThreshold&&this.runningStats.reset()):this.consecutivePositive=0,t)}}]),e})(),g=(n.TestHelper=v,(function(){function e(t){var n=void 0===(n=t.maxMarginFactor)?s.adaptiveStatsThresholds.maxMarginFactor:n,r=void 0===(r=t.marginReductionFactor)?s.adaptiveStatsThresholds.marginReductionFactor:r,i=void 0===(i=t.marginIncreaseFactor)?s.adaptiveStatsThresholds.marginIncreaseFactor:i,o=void 0===(o=t.marginDecreaseIntervalInMs)?s.adaptiveStatsThresholds.marginDecreaseIntervalInMs:o,a=void 0===(a=t.maxGradualCounter)?s.adaptiveStatsThresholds.maxGradualCounter:a,c=void 0===(c=t.minIntervalInMs)?s.adaptiveStatsThresholds.minIntervalInMs:c,u=void 0===(u=t.rippleBase)?s.adaptiveStatsThresholds.rippleBase:u,l=void 0===(l=t.windowSize)?s.adaptiveStatsThresholds.windowSize:l,d=void 0===(d=t.resetThreshold)?s.adaptiveStatsThresholds.resetThreshold:d;t=void 0===(t=t.minThreshold)?s.adaptiveStatsThresholds.minThreshold:t;p(this,e),this.rttTester=new v("RTT Tester",t.rtt,l,d),this.throughputTester=new v("Throughput Tester",t.throughput,l,d),this.FLTester=new v("FL Tester",t.fractionalLoss,l,d),this.marginFactor=1,this.lastDecreased=0,this.lastTriggering=0,this.maxMarginFactor=n,this.marginReductionFactor=r,this.marginIncreaseFactor=i,this.marginDecreaseIntervalInMs=o,this.maxGradualCounter=a,this.gradualCounter=a,this.minIntervalInMs=c,this.rippleBase=u}return y(e,[{key:"test",value:function(e){if(n=(r=1this.marginDecreaseIntervalInMs&&(this.marginFactor=Math.max(this.marginFactor*this.marginReductionFactor,1),this.lastDecreased=r),this.gradualCounterthis.minIntervalInMs&&(this.notifyCallback&&this.notifyCallback(t?n:null),this.notified=n)):rs.adaptiveStatsThresholds.initialNotifyIntervalTimeoutInMs)&&re.length)&&(t=e.length);for(var n=0,r=new Array(t);n>24,"rtp"===t.protocol&&t.address===e&&(0<=i&&i<=2&&(n=r.formatTypePreference(i)),!0))}),n}},{key:"getTransportInfo",value:function(e,t){for(var n={},r=!1,i=0;i>6|192:(t[t.length]=r>>12|224,t[t.length]=r>>6&63|128),t[t.length]=63&r|128)}return new Uint8Array(t).buffer}function o(e){for(var t,n=new DataView(e),r="",i=0;i=n}e.isBatteryChargingSync=rr,e.isBatteryCharging=nr;var dr=(0,r(d[8]).getSupportedPlatformInfoFunctions)({supportedPlatforms:['android','web'],getter:function(){return c.default.isAirplaneMode()},syncGetter:function(){return c.default.isAirplaneModeSync()},defaultValue:!1}),ir=(0,n.default)(dr,2),sr=ir[0],lr=ir[1];e.isAirplaneModeSync=lr,e.isAirplaneMode=sr;var cr=function(){return(0,r(d[8]).getSupportedPlatformInfoSync)({memoKey:'deviceType',supportedPlatforms:['android','ios','windows'],defaultValue:'unknown',getter:function(){return c.default.deviceType}})};e.getDeviceType=cr;e.getDeviceTypeSync=function(){return(0,r(d[8]).getSupportedPlatformInfoSync)({memoKey:'deviceType',supportedPlatforms:['android','ios','windows'],defaultValue:'unknown',getter:function(){return c.default.deviceType}})};var fr=(0,r(d[8]).getSupportedPlatformInfoFunctions)({memoKey:'_supportedAbis',supportedPlatforms:['android','ios','windows'],getter:function(){return c.default.getSupportedAbis()},syncGetter:function(){return c.default.getSupportedAbisSync()},defaultValue:[]}),gr=(0,n.default)(fr,2),yr=gr[0],pr=gr[1];e.supportedAbisSync=pr,e.supportedAbis=yr;var mr=(0,r(d[8]).getSupportedPlatformInfoFunctions)({memoKey:'_supported32BitAbis',supportedPlatforms:['android'],getter:function(){return c.default.getSupported32BitAbis()},syncGetter:function(){return c.default.getSupported32BitAbisSync()},defaultValue:[]}),Sr=(0,n.default)(mr,2),Pr=Sr[0],vr=Sr[1];e.supported32BitAbisSync=vr,e.supported32BitAbis=Pr;var wr=(0,r(d[8]).getSupportedPlatformInfoFunctions)({memoKey:'_supported64BitAbis',supportedPlatforms:['android'],getter:function(){return c.default.getSupported64BitAbis()},syncGetter:function(){return c.default.getSupported64BitAbisSync()},defaultValue:[]}),Ir=(0,n.default)(wr,2),br=Ir[0],Fr=Ir[1];function hr(t){return Ar.apply(this,arguments)}function Ar(){return(Ar=(0,t.default)(function*(t){return'android'===u.Platform.OS&&c.default.hasSystemFeature(t)})).apply(this,arguments)}function kr(t){return'android'===u.Platform.OS&&c.default.hasSystemFeatureSync(t)}function Cr(t){return'android'===u.Platform.OS?t<.15:t<.2}e.supported64BitAbisSync=Fr,e.supported64BitAbis=br;var Br=(0,r(d[8]).getSupportedPlatformInfoFunctions)({supportedPlatforms:['android'],getter:function(){return c.default.getSystemAvailableFeatures()},syncGetter:function(){return c.default.getSystemAvailableFeaturesSync()},defaultValue:[]}),Dr=(0,n.default)(Br,2),Vr=Dr[0],Mr=Dr[1];e.getSystemAvailableFeaturesSync=Mr,e.getSystemAvailableFeatures=Vr;var Tr=(0,r(d[8]).getSupportedPlatformInfoFunctions)({supportedPlatforms:['android','ios','web'],getter:function(){return c.default.isLocationEnabled()},syncGetter:function(){return c.default.isLocationEnabledSync()},defaultValue:!1}),Nr=(0,n.default)(Tr,2),Lr=Nr[0],Gr=Nr[1];e.isLocationEnabledSync=Gr,e.isLocationEnabled=Lr;var Or=(0,r(d[8]).getSupportedPlatformInfoFunctions)({supportedPlatforms:['android','ios'],getter:function(){return c.default.isHeadphonesConnected()},syncGetter:function(){return c.default.isHeadphonesConnectedSync()},defaultValue:!1}),Kr=(0,n.default)(Or,2),Hr=Kr[0],Ur=Kr[1];e.isHeadphonesConnectedSync=Ur,e.isHeadphonesConnected=Hr;var Er=(0,r(d[8]).getSupportedPlatformInfoFunctions)({supportedPlatforms:['windows'],getter:function(){return c.default.isMouseConnected()},syncGetter:function(){return c.default.isMouseConnectedSync()},defaultValue:!1}),Rr=(0,n.default)(Er,2),qr=Rr[0],_r=Rr[1];e.isMouseConnectedSync=_r,e.isMouseConnected=qr;var xr=(0,r(d[8]).getSupportedPlatformInfoFunctions)({supportedPlatforms:['windows'],getter:function(){return c.default.isKeyboardConnected()},syncGetter:function(){return c.default.isKeyboardConnectedSync()},defaultValue:!1}),Zr=(0,n.default)(xr,2),jr=Zr[0],zr=Zr[1];e.isKeyboardConnectedSync=zr,e.isKeyboardConnected=jr;var Wr=function(){return(0,r(d[8]).getSupportedPlatformInfoAsync)({supportedPlatforms:['windows'],getter:function(){return c.default.isTabletMode()},defaultValue:!1})};e.isTabletMode=Wr;var Jr=(0,r(d[8]).getSupportedPlatformInfoFunctions)({supportedPlatforms:['android','ios'],getter:function(){return c.default.getAvailableLocationProviders()},syncGetter:function(){return c.default.getAvailableLocationProvidersSync()},defaultValue:{}}),Qr=(0,n.default)(Jr,2),Xr=Qr[0],Yr=Qr[1];e.getAvailableLocationProvidersSync=Yr,e.getAvailableLocationProviders=Xr;var $r=(0,r(d[8]).getSupportedPlatformInfoFunctions)({supportedPlatforms:['ios'],getter:function(){return c.default.getBrightness()},syncGetter:function(){return c.default.getBrightnessSync()},defaultValue:-1}),eo=(0,n.default)($r,2),to=eo[0],no=eo[1];function ro(){return oo.apply(this,arguments)}function oo(){return(oo=(0,t.default)(function*(){return'ios'===u.Platform.OS?c.default.getDeviceToken():'unknown'})).apply(this,arguments)}e.getBrightnessSync=no,e.getBrightness=to;var ao=new u.NativeEventEmitter(u.NativeModules.RNDeviceInfo);function uo(){var u=(0,o.useState)(null),s=(0,n.default)(u,2),l=s[0],c=s[1];return(0,o.useEffect)(function(){var n;(n=(0,t.default)(function*(){var t=yield Wn();c(t)}),function(){return n.apply(this,arguments)})();var o=ao.addListener('RNDeviceInfo_batteryLevelDidChange',function(t){c(t)});return function(){return o.remove()}},[]),l}function io(){var u=(0,o.useState)(null),s=(0,n.default)(u,2),l=s[0],c=s[1];return(0,o.useEffect)(function(){var n;(n=(0,t.default)(function*(){var t=yield Wn();Cr(t)&&c(t)}),function(){return n.apply(this,arguments)})();var o=ao.addListener('RNDeviceInfo_batteryLevelIsLow',function(t){c(t)});return function(){return o.remove()}},[]),l}function so(){var u=(0,o.useState)({}),s=(0,n.default)(u,2),l=s[0],c=s[1];return(0,o.useEffect)(function(){var n;(n=(0,t.default)(function*(){var t=yield Yn();c(t)}),function(){return n.apply(this,arguments)})();var o=ao.addListener('RNDeviceInfo_powerStateDidChange',function(t){c(t)});return function(){return o.remove()}},[]),l}function lo(){return(0,r(d[9]).useOnEvent)('RNDeviceInfo_headphoneConnectionDidChange',Hr,!1)}function co(){return(0,r(d[9]).useOnMount)(an,-1)}function fo(){return(0,r(d[9]).useOnMount)(Se,'unknown')}function go(t){var n=(0,o.useCallback)(function(){return hr(t)},[t]);return(0,r(d[9]).useOnMount)(n,!1)}function yo(){return(0,r(d[9]).useOnMount)(Kt,!1)}function po(){return(0,r(d[9]).useOnMount)(j,'unknown')}function mo(){var u=(0,o.useState)(null),s=(0,n.default)(u,2),l=s[0],c=s[1];return(0,o.useEffect)(function(){var n;(n=(0,t.default)(function*(){var t=yield to();c(t)}),function(){return n.apply(this,arguments)})();var o=ao.addListener('RNDeviceInfo_brightnessDidChange',function(t){c(t)});return function(){return o.remove()}},[]),l}var So={getAndroidId:V,getAndroidIdSync:M,getApiLevel:oe,getApiLevelSync:ae,getApplicationName:ce,getAvailableLocationProviders:Xr,getAvailableLocationProvidersSync:Yr,getBaseOs:St,getBaseOsSync:Pt,getBatteryLevel:Wn,getBatteryLevelSync:Jn,getBootloader:Me,getBootloaderSync:Te,getBrand:J,getBuildId:ee,getBuildIdSync:te,getBuildNumber:fe,getBundleId:ue,getCarrier:bn,getCarrierSync:Fn,getCodename:Dt,getCodenameSync:Vt,getDevice:Ge,getDeviceId:_,getDeviceName:Se,getDeviceNameSync:Pe,getDeviceSync:Oe,getDeviceToken:ro,getDeviceType:cr,getDisplay:Ue,getDisplaySync:Ee,getFingerprint:_e,getFingerprintSync:xe,getFirstInstallTime:an,getFirstInstallTimeSync:un,getFontScale:Ce,getFontScaleSync:Be,getFreeDiskStorage:Rn,getFreeDiskStorageOld:_n,getFreeDiskStorageSync:qn,getFreeDiskStorageOldSync:Zn,getHardware:ze,getHardwareSync:We,getHost:Xe,getHostSync:Ye,getHostNames:tt,getHostNamesSync:nt,getIncremental:Nt,getIncrementalSync:Lt,getInstallerPackageName:se,getInstallerPackageNameSync:le,getInstallReferrer:ln,getInstallReferrerSync:cn,getInstanceId:b,getInstanceIdSync:F,getIpAddress:L,getIpAddressSync:G,getLastUpdateTime:yn,getLastUpdateTimeSync:pn,getMacAddress:E,getMacAddressSync:q,getManufacturer:j,getManufacturerSync:z,getMaxMemory:Vn,getMaxMemorySync:Mn,getModel:W,getPhoneNumber:Pn,getPhoneNumberSync:vn,getPowerState:Yn,getPowerStateSync:$n,getPreviewSdkInt:It,getPreviewSdkIntSync:bt,getProduct:at,getProductSync:ut,getReadableVersion:ye,getSecurityPatch:At,getSecurityPatchSync:kt,getSerialNumber:k,getSerialNumberSync:C,getSystemAvailableFeatures:Vr,getSystemAvailableFeaturesSync:Mr,getSystemName:Q,getSystemVersion:X,getTags:st,getTagsSync:lt,getTotalDiskCapacity:Ln,getTotalDiskCapacityOld:On,getTotalDiskCapacitySync:Gn,getTotalDiskCapacityOldSync:Hn,getTotalMemory:kn,getTotalMemorySync:Cn,getType:gt,getTypeSync:yt,getUniqueId:p,getUniqueIdSync:S,getUsedMemory:Ie,getUsedMemorySync:be,getUserAgent:Fe,getUserAgentSync:he,getVersion:ge,getBrightness:to,getBrightnessSync:no,hasGms:Xt,hasGmsSync:Yt,hasHms:tn,hasHmsSync:nn,hasNotch:zt,hasDynamicIsland:Wt,hasSystemFeature:hr,hasSystemFeatureSync:kr,isAirplaneMode:sr,isAirplaneModeSync:lr,isBatteryCharging:nr,isBatteryChargingSync:rr,isCameraPresent:H,isCameraPresentSync:U,isEmulator:Kt,isEmulatorSync:Ht,isHeadphonesConnected:Hr,isHeadphonesConnectedSync:Ur,isLandscape:or,isLandscapeSync:ur,isLocationEnabled:Lr,isLocationEnabledSync:Gr,isPinOrFingerprintSet:Zt,isPinOrFingerprintSetSync:jt,isMouseConnected:qr,isMouseConnectedSync:_r,isKeyboardConnected:jr,isKeyboardConnectedSync:zr,isTabletMode:Wr,isTablet:Ut,isDisplayZoomed:Et,supported32BitAbis:Pr,supported32BitAbisSync:vr,supported64BitAbis:br,supported64BitAbisSync:Fr,supportedAbis:yr,supportedAbisSync:pr,syncUniqueId:P,useBatteryLevel:uo,useBatteryLevelIsLow:io,useDeviceName:fo,useFirstInstallTime:co,useHasSystemFeature:go,useIsEmulator:yo,usePowerState:so,useManufacturer:po,useIsHeadphonesConnected:lo,useBrightness:mo};e.default=So},724,[2,275,34,19,21,725,726,727,729,730]); -__d(function(g,r,i,a,m,e,d){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var o=[{brand:'Apple',model:'iPhone 14 Pro'},{brand:'Apple',model:'iPhone 14 Pro Max'}];e.default=o},725,[]); -__d(function(g,r,i,a,m,e,d){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var o=[{brand:'Apple',model:'iPhone 14'},{brand:'Apple',model:'iPhone 14 Plus'},{brand:'Apple',model:'iPhone 14 Pro'},{brand:'Apple',model:'iPhone 14 Pro Max'},{brand:'Apple',model:'iPhone 13 mini'},{brand:'Apple',model:'iPhone 13'},{brand:'Apple',model:'iPhone 13 Pro'},{brand:'Apple',model:'iPhone 13 Pro Max'},{brand:'Apple',model:'iPhone 12 mini'},{brand:'Apple',model:'iPhone 12'},{brand:'Apple',model:'iPhone 12 Pro'},{brand:'Apple',model:'iPhone 12 Pro Max'},{brand:'Apple',model:'iPhone 11'},{brand:'Apple',model:'iPhone 11 Pro'},{brand:'Apple',model:'iPhone 11 Pro Max'},{brand:'Apple',model:'iPhone X'},{brand:'Apple',model:'iPhone XS'},{brand:'Apple',model:'iPhone XS Max'},{brand:'Apple',model:'iPhone XR'},{brand:'Asus',model:'ZenFone 5'},{brand:'Asus',model:'ZenFone 5z'},{brand:'google',model:'Pixel 3 XL'},{brand:'google',model:'Pixel 4a'},{brand:'Huawei',model:'P20'},{brand:'Huawei',model:'P20 Plus'},{brand:'Huawei',model:'P20 Lite'},{brand:'Huawei',model:'ANE-LX1'},{brand:'Huawei',model:'INE-LX1'},{brand:'Huawei',model:'POT-LX1'},{brand:'Huawei',model:'Honor Play'},{brand:'Huawei',model:'Honor 10'},{brand:'Huawei',model:'Mate 20 Lite'},{brand:'Huawei',model:'Mate 20 Pro'},{brand:'Huawei',model:'ELE-L29'},{brand:'Huawei',model:'P30 Lite'},{brand:'Huawei',model:'P30 Pro'},{brand:'Huawei',model:'JNY-LX1'},{brand:'Huawei',model:'Nova 3'},{brand:'Huawei',model:'Nova 3i'},{brand:'Leagoo',model:'S9'},{brand:'LG',model:'G7'},{brand:'LG',model:'G7 ThinQ'},{brand:'LG',model:'G7+ ThinQ'},{brand:'LG',model:'LM-Q910'},{brand:'LG',model:'LM-G710'},{brand:'LG',model:'LM-V405'},{brand:'Motorola',model:'Moto g7 Play'},{brand:'Motorola',model:'Moto g7 Power'},{brand:'Motorola',model:'One'},{brand:'Motorola',model:'Motorola One Vision'},{brand:'Nokia',model:'5.1 Plus'},{brand:'Nokia',model:'Nokia 6.1 Plus'},{brand:'Nokia',model:'7.1'},{brand:'Nokia',model:'8.1'},{brand:'OnePlus',model:'6'},{brand:'OnePlus',model:'A6003'},{brand:'ONEPLUS',model:'A6000'},{brand:'OnePlus',model:'OnePlus A6003'},{brand:'OnePlus',model:'ONEPLUS A6010'},{brand:'OnePlus',model:'ONEPLUS A6013'},{brand:'OnePlus',model:'ONEPLUS A6000'},{brand:'Oppo',model:'R15'},{brand:'Oppo',model:'R15 Pro'},{brand:'Oppo',model:'F7'},{brand:'Oukitel',model:'U18'},{brand:'Redmi',model:'M2004J19C'},{brand:'Sharp',model:'Aquos S3'},{brand:'Vivo',model:'V9'},{brand:'Vivo',model:'X21'},{brand:'Vivo',model:'X21 UD'},{brand:'xiaomi',model:'MI 8'},{brand:'xiaomi',model:'MI 8 Explorer Edition'},{brand:'xiaomi',model:'MI 8 SE'},{brand:'xiaomi',model:'MI 8 UD'},{brand:'xiaomi',model:'MI 8 Lite'},{brand:'xiaomi',model:'Mi 9'},{brand:'xiaomi',model:'POCO F1'},{brand:'xiaomi',model:'POCOPHONE F1'},{brand:'xiaomi',model:'Redmi 6 Pro'},{brand:'xiaomi',model:'Redmi Note 7'},{brand:'xiaomi',model:'Redmi 7'},{brand:'xiaomi',model:'Redmi Note 8'},{brand:'xiaomi',model:'Redmi Note 8 Pro'},{brand:'xiaomi',model:'Mi A2 Lite'},{brand:'Blackview',model:'A30'},{brand:'Samsung',model:'SM-A202F'},{brand:'Samsung',model:'SM-A217F'},{brand:'Samsung',model:'SM-A715F'}];e.default=o},726,[]); -__d(function(g,r,i,a,m,e,d){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var o=r(d[0]),t=o.NativeModules.RNDeviceInfo;if('web'!==o.Platform.OS&&'dom'!==o.Platform.OS||(t=r(d[1])),!t&&('android'===o.Platform.OS||'ios'===o.Platform.OS||'web'===o.Platform.OS||'dom'===o.Platform.OS))throw new Error("react-native-device-info: NativeModule.RNDeviceInfo is null. To fix this issue try these steps:\n \u2022 For react-native <= 0.59: Run `react-native link react-native-device-info` in the project root.\n \u2022 Rebuild and re-run the app.\n \u2022 If you are using CocoaPods on iOS, run `pod install` in the `ios` directory and then rebuild and re-run the app. You may also need to re-open Xcode to get the new pods.\n If none of these fix the issue, please open an issue on the Github repository: https://github.com/react-native-device-info/react-native-device-info");var n=t;e.default=n},727,[21,728]); -__d(function(g,r,i,a,m,e,_d){Object.defineProperty(e,"__esModule",{value:!0}),e.isLocationEnabledSync=e.isLocationEnabled=e.isCameraPresentSync=e.isCameraPresent=e.isBatteryChargingSync=e.isBatteryCharging=e.isAirplaneModeSync=e.isAirplaneMode=e.getUserAgentSync=e.getUserAgent=e.getUsedMemorySync=e.getUsedMemory=e.getTotalMemorySync=e.getTotalMemory=e.getTotalDiskCapacitySync=e.getTotalDiskCapacity=e.getPowerStateSync=e.getPowerState=e.getMaxMemorySync=e.getMaxMemory=e.getInstallReferrerSync=e.getInstallReferrer=e.getFreeDiskStorageSync=e.getFreeDiskStorage=e.getBatteryLevelSync=e.getBatteryLevel=e.getBaseOs=void 0;var t=r(_d[0])(r(_d[1])),n=r(_d[2]),o=new n.NativeEventEmitter(n.NativeModules.RNDeviceInfo),u=!1,c=-1,s={},f=function(t){var n=t.level,o=t.charging,u=t.chargingtime,c=t.dischargingtime;return{batteryLevel:n,lowPowerMode:!1,batteryState:1===n?'full':o?'charging':'unplugged',chargingtime:u,dischargingtime:c}},y=function(){return window.performance&&window.performance.memory?window.performance.memory.jsHeapSizeLimit:-1};e.getMaxMemorySync=y;var l=function(){return document.referrer};e.getInstallReferrerSync=l;var v=function(){return!!navigator.onLine};e.isAirplaneModeSync=v;var d=function(){return window.navigator.userAgent};e.getUserAgentSync=d;var p=function(){return!!navigator.geolocation};e.isLocationEnabledSync=p;var S=function(){return navigator.deviceMemory?1e9*navigator.deviceMemory:-1};e.getTotalMemorySync=S;var h=function(){return window.performance&&window.performance.memory?window.performance.memory.usedJSHeapSize:-1};e.getUsedMemorySync=h;'undefined'!=typeof navigator&&navigator.getBattery&&navigator.getBattery().then(function(t){u=t.charging,t.addEventListener('chargingchange',function(){var n=t.charging;u=n,s=f(t),o.emit('RNDeviceInfo_powerStateDidChange',s)}),t.addEventListener('levelchange',function(){var n=t.level;c=n,s=f(t),o.emit('RNDeviceInfo_batteryLevelDidChange',n),n<.2&&o.emit('RNDeviceInfo_batteryLevelIsLow',n)})});var M,w=(M=(0,t.default)(function*(){return l()}),function(){return M.apply(this,arguments)});e.getInstallReferrer=w;var D,C=(D=(0,t.default)(function*(){return d()}),function(){return D.apply(this,arguments)});e.getUserAgent=C;var B,L=(B=(0,t.default)(function*(){return!!navigator.getBattery&&navigator.getBattery().then(function(t){return t.charging})}),function(){return B.apply(this,arguments)});e.isBatteryCharging=L;e.isBatteryChargingSync=function(){return u};var P,k=(P=(0,t.default)(function*(){return!(!navigator.mediaDevices||!navigator.mediaDevices.enumerateDevices)&&navigator.mediaDevices.enumerateDevices().then(function(t){return!!t.find(function(t){return'videoinput'===t.kind})})}),function(){return P.apply(this,arguments)});e.isCameraPresent=k;e.isCameraPresentSync=function(){return console.log('[react-native-device-info] isCameraPresentSync not supported - please use isCameraPresent'),!1};var A,I=(A=(0,t.default)(function*(){return navigator.getBattery?navigator.getBattery().then(function(t){return t.level}):-1}),function(){return A.apply(this,arguments)});e.getBatteryLevel=I;e.getBatteryLevelSync=function(){return c};var T,b=(T=(0,t.default)(function*(){return p()}),function(){return T.apply(this,arguments)});e.isLocationEnabled=b;var x,E=(x=(0,t.default)(function*(){return v()}),function(){return x.apply(this,arguments)});e.isAirplaneMode=E;var O,R=(O=(0,t.default)(function*(){return t=window.navigator.userAgent,n=window.navigator.platform,o=n,-1!==['Macintosh','MacIntel','MacPPC','Mac68K'].indexOf(n)?o='Mac OS':-1!==['iPhone','iPad','iPod'].indexOf(n)?o='iOS':-1!==['Win32','Win64','Windows','WinCE'].indexOf(n)?o='Windows':/Android/.test(t)?o='Android':!o&&/Linux/.test(n)&&(o='Linux'),o;var t,n,o}),function(){return O.apply(this,arguments)});e.getBaseOs=R;var U,_=(U=(0,t.default)(function*(){return navigator.storage&&navigator.storage.estimate?navigator.storage.estimate().then(function(t){return t.quota}):-1}),function(){return U.apply(this,arguments)});e.getTotalDiskCapacity=_;e.getTotalDiskCapacitySync=function(){return console.log('[react-native-device-info] getTotalDiskCapacitySync not supported - please use getTotalDiskCapacity'),-1};var F,N=(F=(0,t.default)(function*(){return navigator.storage&&navigator.storage.estimate?navigator.storage.estimate().then(function(t){return t.quota-t.usage}):-1}),function(){return F.apply(this,arguments)});e.getFreeDiskStorage=N;e.getFreeDiskStorageSync=function(){return console.log('[react-native-device-info] getFreeDiskStorageSync not supported - please use getFreeDiskStorage'),-1};var W,j=(W=(0,t.default)(function*(){return y()}),function(){return W.apply(this,arguments)});e.getMaxMemory=j;var q,z=(q=(0,t.default)(function*(){return h()}),function(){return q.apply(this,arguments)});e.getUsedMemory=z;var H,J=(H=(0,t.default)(function*(){return S()}),function(){return H.apply(this,arguments)});e.getTotalMemory=J;var K,G=(K=(0,t.default)(function*(){return navigator.getBattery?navigator.getBattery().then(function(t){return f(t)}):{}}),function(){return K.apply(this,arguments)});e.getPowerState=G;e.getPowerStateSync=function(){return s}},728,[2,275,21]); -__d(function(g,r,i,a,m,e,d){Object.defineProperty(e,"__esModule",{value:!0}),e.clearMemo=function(){f={}},e.getSupportedPlatformInfoAsync=s,e.getSupportedPlatformInfoFunctions=function(n){var u=n.syncGetter,f=(0,t.default)(n,o);return[function(){return s(f)},function(){return l(Object.assign({},f,{getter:u}))}]},e.getSupportedPlatformInfoSync=l;var t=r(d[0])(r(d[1])),n=r(d[0])(r(d[2])),u=r(d[3]),o=["syncGetter"],f={};function c(t,n,o){var f={};return t.filter(function(t){return u.Platform.OS==t}).forEach(function(t){return f[t]=n}),u.Platform.select(Object.assign({},f,{default:o}))}function l(t){var n=t.getter,u=t.supportedPlatforms,o=t.defaultValue,l=t.memoKey;if(l&&void 0!=f[l])return f[l];var s=c(u,n,function(){return o})();return l&&(f[l]=s),s}function s(t){return p.apply(this,arguments)}function p(){return(p=(0,n.default)(function*(t){var n=t.getter,u=t.supportedPlatforms,o=t.defaultValue,l=t.memoKey;if(l&&void 0!=f[l])return f[l];var s=yield c(u,n,function(){return Promise.resolve(o)})();return l&&(f[l]=s),s})).apply(this,arguments)}},729,[2,17,275,21]); -__d(function(g,r,i,a,m,e,d){Object.defineProperty(e,"__esModule",{value:!0}),e.deviceInfoEmitter=void 0,e.useOnEvent=function(t,f,c){var l=o(f,c),s=l.loading,E=l.result,_=(0,u.useState)(c),p=(0,n.default)(_,2),y=p[0],I=p[1];return(0,u.useEffect)(function(){I(E)},[E]),(0,u.useEffect)(function(){var n=v.addListener(t,I);return function(){return n.remove()}},[t]),{loading:s,result:y}},e.useOnMount=o;var t=r(d[0])(r(d[1])),n=r(d[0])(r(d[2])),u=r(d[3]),f=r(d[4]);function o(f,o){var v=(0,u.useState)({loading:!0,result:o}),c=(0,n.default)(v,2),l=c[0],s=c[1];return(0,u.useEffect)(function(){var n;(n=(0,t.default)(function*(){var t=yield f();s({loading:!1,result:t})}),function(){return n.apply(this,arguments)})()},[f]),l}var v=new f.NativeEventEmitter(f.NativeModules.RNDeviceInfo);e.deviceInfoEmitter=v},730,[2,275,34,19,21]); -__d(function(g,r,i,a,m,e,d){'use strict';Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var t=r(d[0]).NativeModules.SplashScreen;e.default=t},731,[21]); -__d(function(g,r,i,a,m,e,d){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var t=(function(t,u){if(!u&&t&&t.__esModule)return t;if(null===t||"object"!=typeof t&&"function"!=typeof t)return{default:t};var o=n(u);if(o&&o.has(t))return o.get(t);var f={},l=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var c in t)if("default"!==c&&Object.prototype.hasOwnProperty.call(t,c)){var s=l?Object.getOwnPropertyDescriptor(t,c):null;s&&(s.get||s.set)?Object.defineProperty(f,c,s):f[c]=t[c]}f.default=t,o&&o.set(t,f);return f})(r(d[0]));function n(t){if("function"!=typeof WeakMap)return null;var u=new WeakMap,o=new WeakMap;return(n=function(t){return t?o:u})(t)}var u=function(){var n=(0,r(d[1]).useSelector)(function(t){return t['features/base/dialog']}),u=n.sheet,o=n.sheetProps,f=(0,r(d[1]).useSelector)(function(t){return t['features/base/responsive-ui']}).reducedUI;return!u||f?null:t.default.createElement(t.Fragment,null,t.default.createElement(u,o))};e.default=u},732,[19,733]); -__d(function(g,r,i,a,m,e,d){"use strict";e.__esModule=!0;var t={batch:!0};Object.keys(r(d[0])).forEach(function(c){"default"!==c&&"__esModule"!==c&&(Object.prototype.hasOwnProperty.call(t,c)||c in e&&e[c]===r(d[0])[c]||(e[c]=r(d[0])[c]))}),e.batch=r(d[1]).unstable_batchedUpdates,(0,r(d[2]).setBatch)(r(d[1]).unstable_batchedUpdates)},733,[734,763,741]); -__d(function(g,r,i,a,m,e,d){"use strict";e.__esModule=!0;var t=r(d[0]).default(r(d[1]));e.Provider=t.default;var o=r(d[0]).default(r(d[2]));e.connectAdvanced=o.default,e.ReactReduxContext=r(d[3]).ReactReduxContext;var c=r(d[0]).default(r(d[4]));e.connect=c.default,e.useDispatch=r(d[5]).useDispatch,e.createDispatchHook=r(d[5]).createDispatchHook,e.useSelector=r(d[6]).useSelector,e.createSelectorHook=r(d[6]).createSelectorHook,e.useStore=r(d[7]).useStore,e.createStoreHook=r(d[7]).createStoreHook;var u=r(d[0]).default(r(d[8]));e.shallowEqual=u.default},734,[2,735,744,743,747,759,762,760,748]); -__d(function(g,r,i,a,m,e,d){"use strict";e.__esModule=!0,e.default=void 0;var t=r(d[0]).default(r(d[1]));r(d[2]).default(r(d[3]));var n=function(n){var u=n.store,o=n.context,s=n.children,c=(0,t.useMemo)(function(){var t=(0,r(d[4]).createSubscription)(u);return{store:u,subscription:t}},[u]),f=(0,t.useMemo)(function(){return u.getState()},[u]);(0,r(d[5]).useIsomorphicLayoutEffect)(function(){var t=c.subscription;return t.onStateChange=t.notifyNestedSubs,t.trySubscribe(),f!==u.getState()&&t.notifyNestedSubs(),function(){t.tryUnsubscribe(),t.onStateChange=null}},[c,f]);var l=o||r(d[6]).ReactReduxContext;return t.default.createElement(l.Provider,{value:c},s)};e.default=n},735,[736,19,2,737,740,742,743]); -__d(function(g,r,i,a,m,e,d){function t(n){if("function"!=typeof WeakMap)return null;var o=new WeakMap,u=new WeakMap;return(t=function(t){return t?u:o})(n)}m.exports=function(n,o){if(!o&&n&&n.__esModule)return n;if(null===n||"object"!==r(d[0]).default(n)&&"function"!=typeof n)return{default:n};var u=t(o);if(u&&u.has(n))return u.get(n);var f={},p=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var c in n)if("default"!==c&&Object.prototype.hasOwnProperty.call(n,c)){var l=p?Object.getOwnPropertyDescriptor(n,c):null;l&&(l.get||l.set)?Object.defineProperty(f,c,l):f[c]=n[c]}return f.default=n,u&&u.set(n,f),f},m.exports.__esModule=!0,m.exports.default=m.exports},736,[7]); -__d(function(g,r,i,a,m,e,d){m.exports=r(d[0])()},737,[738]); -__d(function(g,r,i,a,m,e,d){'use strict';function n(){}function t(){}t.resetWarningCache=n,m.exports=function(){function o(n,t,o,p,c,s){if(s!==r(d[0])){var y=new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use PropTypes.checkPropTypes() to call them. Read more at http://fb.me/use-check-prop-types");throw y.name='Invariant Violation',y}}function p(){return o}o.isRequired=o;var c={array:o,bigint:o,bool:o,func:o,number:o,object:o,string:o,symbol:o,any:o,arrayOf:p,element:o,elementType:o,instanceOf:p,node:o,objectOf:p,oneOf:p,oneOfType:p,shape:p,exact:p,checkPropTypes:t,resetWarningCache:n};return c.PropTypes=c,c}},738,[739]); -__d(function(g,r,i,a,m,e,d){'use strict';m.exports='SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED'},739,[]); -__d(function(g,r,i,a,m,e,d){"use strict";e.__esModule=!0,e.createSubscription=function(t,u){var c,o=n;function f(){l.onStateChange&&l.onStateChange()}function s(){var n,s,l;c||(c=u?u.addNestedSub(f):t.subscribe(f),n=(0,r(d[0]).getBatch)(),s=null,l=null,o={clear:function(){s=null,l=null},notify:function(){n(function(){for(var n=s;n;)n.callback(),n=n.next})},get:function(){for(var n=[],t=s;t;)n.push(t),t=t.next;return n},subscribe:function(n){var t=!0,u=l={callback:n,next:null,prev:l};return u.prev?u.prev.next=u:s=u,function(){t&&null!==s&&(t=!1,u.next?u.next.prev=u.prev:l=u.prev,u.prev?u.prev.next=u.next:s=u.next)}}})}var l={addNestedSub:function(n){return s(),o.subscribe(n)},notifyNestedSubs:function(){o.notify()},handleChangeWrapper:f,isSubscribed:function(){return Boolean(c)},trySubscribe:s,tryUnsubscribe:function(){c&&(c(),c=void 0,o.clear(),o=n)},getListeners:function(){return o}};return l};var n={notify:function(){},get:function(){return[]}}},740,[741]); -__d(function(g,r,i,a,m,e,d){"use strict";e.__esModule=!0,e.setBatch=e.getBatch=void 0;var t=function(t){t()};e.setBatch=function(n){return t=n};e.getBatch=function(){return t}},741,[]); -__d(function(g,r,i,a,m,e,d){"use strict";e.__esModule=!0,e.useIsomorphicLayoutEffect=void 0;var o=r(d[0]).useLayoutEffect;e.useIsomorphicLayoutEffect=o},742,[19]); -__d(function(g,r,i,a,m,e,d){"use strict";e.__esModule=!0,e.default=e.ReactReduxContext=void 0;var t=r(d[0]).default(r(d[1])).default.createContext(null);e.ReactReduxContext=t;var u=t;e.default=u},743,[2,19]); -__d(function(g,r,i,a,m,_e,d){"use strict";_e.__esModule=!0,_e.default=function(h,R){void 0===R&&(R={});var N=R,S=N.getDisplayName,w=void 0===S?function(e){return"ConnectAdvanced("+e+")"}:S,x=N.methodName,b=void 0===x?'connectAdvanced':x,M=N.renderCountProp,E=void 0===M?void 0:M,B=N.shouldHandleStateChanges,D=void 0===B||B,P=N.storeKey,_=void 0===P?'store':P,A=(N.withRef,N.forwardRef),F=void 0!==A&&A,H=N.context,K=void 0===H?r(d[7]).ReactReduxContext:H,W=(0,t.default)(N,o),T=K;return function(o){var R=o.displayName||o.name||'Component',N=w(R),S=(0,e.default)({},W,{getDisplayName:w,methodName:b,renderCountProp:E,shouldHandleStateChanges:D,storeKey:_,displayName:N,wrappedComponentName:R,WrappedComponent:o}),x=W.pure;function M(e){return h(e.dispatch,S)}var B=x?u.useMemo:function(e){return e()};function P(n){var h=(0,u.useMemo)(function(){var e=n.reactReduxForwardedRef,u=(0,t.default)(n,c);return[n.context,e,u]},[n]),R=h[0],N=h[1],S=h[2],w=(0,u.useMemo)(function(){return R&&R.Consumer&&(0,r(d[8]).isContextConsumer)(u.default.createElement(R.Consumer,null))?R:T},[R,T]),x=(0,u.useContext)(w),b=Boolean(n.store)&&Boolean(n.store.getState)&&Boolean(n.store.dispatch),E=(Boolean(x)&&Boolean(x.store),b?n.store:x.store),P=(0,u.useMemo)(function(){return M(E)},[E]),_=(0,u.useMemo)(function(){if(!D)return l;var e=(0,r(d[9]).createSubscription)(E,b?null:x.subscription),t=e.notifyNestedSubs.bind(e);return[e,t]},[E,b,x]),A=_[0],F=_[1],H=(0,u.useMemo)(function(){return b?x:(0,e.default)({},x,{subscription:A})},[b,x,A]),K=(0,u.useReducer)(s,f,C),W=K[0],U=W[0],I=K[1];if(U&&U.error)throw U.error;var L=(0,u.useRef)(),O=(0,u.useRef)(S),j=(0,u.useRef)(),k=(0,u.useRef)(!1),q=B(function(){return j.current&&S===O.current?j.current:P(E.getState(),S)},[E,U,S]);p(v,[O,L,k,S,q,j,F]),p(y,[D,E,A,P,O,L,k,j,F,I],[E,A,P]);var z=(0,u.useMemo)(function(){return u.default.createElement(o,(0,e.default)({},q,{ref:N}))},[N,o,q]),G=(0,u.useMemo)(function(){return D?u.default.createElement(w.Provider,{value:H},z):z},[w,z,H]);return G}var A=x?u.default.memo(P):P;if(A.WrappedComponent=o,A.displayName=P.displayName=N,F){var H=u.default.forwardRef(function(t,n){return u.default.createElement(A,(0,e.default)({},t,{reactReduxForwardedRef:n}))});return H.displayName=N,H.WrappedComponent=o,(0,n.default)(H,o)}return(0,n.default)(A,o)}};var e=r(d[0]).default(r(d[1])),t=r(d[0]).default(r(d[2])),n=r(d[0]).default(r(d[3])),u=r(d[4]).default(r(d[5])),o=["getDisplayName","methodName","renderCountProp","shouldHandleStateChanges","storeKey","withRef","forwardRef","context"],c=["reactReduxForwardedRef"],f=[],l=[null,null];function s(e,t){var n=e[1];return[t.payload,n+1]}function p(e,t,n){(0,r(d[6]).useIsomorphicLayoutEffect)(function(){return e.apply(void 0,t)},n)}function v(e,t,n,u,o,c,f){e.current=u,t.current=o,n.current=!1,c.current&&(c.current=null,f())}function y(e,t,n,u,o,c,f,l,s,p){if(e){var v=!1,y=null,C=function(){if(!v){var e,n,C=t.getState();try{e=u(C,o.current)}catch(e){n=e,y=e}n||(y=null),e===c.current?f.current||s():(c.current=e,l.current=e,f.current=!0,p({type:'STORE_UPDATED',payload:{error:n}}))}};n.onStateChange=C,n.trySubscribe(),C();return function(){if(v=!0,n.tryUnsubscribe(),n.onStateChange=null,y)throw y}}}var C=function(){return[null,0]}},744,[2,16,18,523,736,19,742,743,745,740]); -__d(function(g,r,i,a,m,e,d){'use strict';m.exports=r(d[0])},745,[746]); -__d(function(_g,_r,i,_a,_m,_e,_d){'use strict';var e=60103,t=60106,r=60107,n=60108,o=60114,c=60109,a=60110,u=60112,f=60113,s=60120,l=60115,y=60116,p=60121,d=60122,$=60117,m=60129,b=60131;if("function"==typeof Symbol&&Symbol.for){var v=Symbol.for;e=v("react.element"),t=v("react.portal"),r=v("react.fragment"),n=v("react.strict_mode"),o=v("react.profiler"),c=v("react.provider"),a=v("react.context"),u=v("react.forward_ref"),f=v("react.suspense"),s=v("react.suspense_list"),l=v("react.memo"),y=v("react.lazy"),p=v("react.block"),d=v("react.server.block"),$=v("react.fundamental"),m=v("react.debug_trace_mode"),b=v("react.legacy_hidden")}function _(p){if("object"==typeof p&&null!==p){var d=p.$$typeof;switch(d){case e:switch(p=p.type){case r:case o:case n:case f:case s:return p;default:switch(p=p&&p.$$typeof){case a:case u:case y:case l:case c:return p;default:return d}}case t:return d}}}var C=c,S=e,g=u,w=r,M=y,P=l,x=t,h=o,F=n,j=f;_e.ContextConsumer=a,_e.ContextProvider=C,_e.Element=S,_e.ForwardRef=g,_e.Fragment=w,_e.Lazy=M,_e.Memo=P,_e.Portal=x,_e.Profiler=h,_e.StrictMode=F,_e.Suspense=j,_e.isAsyncMode=function(){return!1},_e.isConcurrentMode=function(){return!1},_e.isContextConsumer=function(e){return _(e)===a},_e.isContextProvider=function(e){return _(e)===c},_e.isElement=function(t){return"object"==typeof t&&null!==t&&t.$$typeof===e},_e.isForwardRef=function(e){return _(e)===u},_e.isFragment=function(e){return _(e)===r},_e.isLazy=function(e){return _(e)===y},_e.isMemo=function(e){return _(e)===l},_e.isPortal=function(e){return _(e)===t},_e.isProfiler=function(e){return _(e)===o},_e.isStrictMode=function(e){return _(e)===n},_e.isSuspense=function(e){return _(e)===f},_e.isValidElementType=function(e){return"string"==typeof e||"function"==typeof e||e===r||e===o||e===m||e===n||e===f||e===s||e===b||"object"==typeof e&&null!==e&&(e.$$typeof===y||e.$$typeof===l||e.$$typeof===c||e.$$typeof===a||e.$$typeof===u||e.$$typeof===$||e.$$typeof===p||e[0]===d)},_e.typeOf=_},746,[]); -__d(function(g,r,_i,_a,m,e,d){"use strict";e.__esModule=!0,e.createConnect=v,e.default=void 0;var a=r(d[0]).default(r(d[1])),t=r(d[0]).default(r(d[2])),o=r(d[0]).default(r(d[3])),u=r(d[0]).default(r(d[4])),n=r(d[0]).default(r(d[5])),l=r(d[0]).default(r(d[6])),i=r(d[0]).default(r(d[7])),p=r(d[0]).default(r(d[8])),s=["pure","areStatesEqual","areOwnPropsEqual","areStatePropsEqual","areMergedPropsEqual"];function f(a,t,o){for(var u=t.length-1;u>=0;u--){var n=t[u](a);if(n)return n}return function(t,u){throw new Error("Invalid value of type "+typeof a+" for "+o+" argument when connecting component "+u.wrappedComponentName+".")}}function c(a,t){return a===t}function v(v){var P=void 0===v?{}:v,E=P.connectHOC,q=void 0===E?o.default:E,S=P.mapStateToPropsFactories,h=void 0===S?l.default:S,w=P.mapDispatchToPropsFactories,M=void 0===w?n.default:w,T=P.mergePropsFactories,C=void 0===T?i.default:T,y=P.selectorFactory,D=void 0===y?p.default:y;return function(o,n,l,i){void 0===i&&(i={});var p=i,v=p.pure,P=void 0===v||v,E=p.areStatesEqual,S=void 0===E?c:E,w=p.areOwnPropsEqual,T=void 0===w?u.default:w,y=p.areStatePropsEqual,F=void 0===y?u.default:y,O=p.areMergedPropsEqual,_=void 0===O?u.default:O,N=(0,t.default)(p,s),H=f(o,h,'mapStateToProps'),B=f(n,M,'mapDispatchToProps'),I=f(l,C,'mergeProps');return q(D,(0,a.default)({methodName:'connect',getDisplayName:function(a){return"Connect("+a+")"},shouldHandleStateChanges:Boolean(o),initMapStateToProps:H,initMapDispatchToProps:B,initMergeProps:I,pure:P,areStatesEqual:S,areOwnPropsEqual:T,areStatePropsEqual:F,areMergedPropsEqual:_},N))}}var P=v();e.default=P},747,[2,16,18,744,748,749,755,756,757]); -__d(function(g,r,_i,a,m,e,d){"use strict";function t(t,n){return t===n?0!==t||0!==n||1/t==1/n:t!=t&&n!=n}e.__esModule=!0,e.default=function(n,u){if(t(n,u))return!0;if('object'!=typeof n||null===n||'object'!=typeof u||null===u)return!1;var o=Object.keys(n),f=Object.keys(u);if(o.length!==f.length)return!1;for(var l=0;l1&&void 0!==arguments[1]?arguments[1]:{},a={};for(var u of Object.keys(t))a[u]=b(Object.assign({},t[u],n[u]));return a},e.getRGBAFormat=function(t,s){var o=t.match(n);if(o)return"#"+o[1]+o[2]+o[3]+f(s);if(o=t.match(a))return"#"+o[1]+o[1]+o[2]+o[2]+o[3]+o[3]+f(s);if(o=t.match(u))return"rgba("+o[1]+", "+o[2]+", "+o[3]+", "+s+")";return t},e.isDarkColor=function(t){var n=p(t);return.2126*c(n.r)+.7152*c(n.g)+.0722*c(n.b)<=.179},e.styleTypeToObject=function t(n){if(!n)return{};if(Array.isArray(n)){var a={};for(var u of n)Object.assign(a,t(u));return a}return n};var t=r(d[0])(r(d[1])),n=/^#([0-9A-F]{2,2})([0-9A-F]{2,2})([0-9A-F]{2,2})$/i,a=/^#([0-9A-F]{1,1})([0-9A-F]{1,1})([0-9A-F]{1,1})$/i,u=/^rgb\((\d{1,3}),\s*(\d{1,3}),\s*(\d{1,3})\)$/i,s=/^rgba\((\d{1,3}),\s*(\d{1,3}),\s*(\d{1,3}),\s*([0-9.]+)\)$/i,o=['height','width'];function f(t){return Number(Math.round(255*t)).toString(16).padStart(2,'0')}function c(t){return t<=.03928?t/12.92:Math.pow((t+.055)/1.055,2.4)}function p(t){var o=t.match(n);return o?{r:parseInt(o[1],16)/255,g:parseInt(o[2],16)/255,b:parseInt(o[3],16)/255}:(o=t.match(a))?{r:parseInt(""+o[1]+o[1],16)/255,g:parseInt(""+o[2]+o[2],16)/255,b:parseInt(""+o[3]+o[3],16)/255}:(o=t.match(u)||t.match(s))?{r:parseInt(o[1],10)/255,g:parseInt(o[2],10)/255,b:parseInt(o[3],10)/255}:{r:0,g:0,b:0}}function b(t){for(var n of o){var a=t[n],u=typeof a;if('undefined'!==u&&'number'!==u){var s=Number(a);Number.isNaN(s)?delete t[n]:t[n]=s}}return t}},769,[2,45]); -__d(function(g,r,i,_a,m,e,d){Object.defineProperty(e,"__esModule",{value:!0}),e.assign=function(t,n){var f=t;for(var o in n)f=u(f,o,n[o],f===t);return f},e.equals=function(t,u){return n.default.isEqual(t,u)},e.set=function(t,n,f){return u(t,n,f,!0)},e.toState=function(t){if(t){if('function'==typeof t)return t();if(f(t))return t.getState()}return t};var t=r(d[0])(r(d[1])),n=r(d[0])(r(d[2]));function u(n,u,f,o){if(void 0===f&&Object.prototype.hasOwnProperty.call(n,u)){var a=o?Object.assign({},n):n;if(delete a[u])return a}if(n[u]!==f){if(o)return Object.assign({},n,(0,t.default)({},u,f));n[u]=f}return n}function f(t){return'getState'in t&&'function'==typeof t.getState}},770,[2,245,771]); -__d(function(n,t,r,e,u,i,o){(function(){var t,r=200,e='Unsupported core-js use. Try https://npms.io/search?q=ponyfill.',o='Expected a function',f='Invalid `variable` option passed into `_.template`',a='__lodash_hash_undefined__',c=500,l='__lodash_placeholder__',s=1,h=2,p=4,v=1,_=2,g=1,d=2,y=4,x=8,b=16,w=32,m=64,j=128,A=256,k=512,z=30,O='...',I=800,R=16,E=1,S=2,L=1/0,W=9007199254740991,C=1.7976931348623157e308,U=NaN,B=4294967295,T=4294967294,D=2147483647,$=[['ary',j],['bind',g],['bindKey',d],['curry',x],['curryRight',b],['flip',k],['partial',w],['partialRight',m],['rearg',A]],M='[object Arguments]',F='[object Array]',N='[object AsyncFunction]',P='[object Boolean]',Z='[object Date]',q='[object DOMException]',K='[object Error]',V='[object Function]',G='[object GeneratorFunction]',H='[object Map]',J='[object Number]',Y='[object Null]',Q='[object Object]',X='[object Proxy]',nn='[object RegExp]',tn='[object Set]',rn='[object String]',en='[object Symbol]',un='[object Undefined]',on='[object WeakMap]',fn='[object WeakSet]',an='[object ArrayBuffer]',cn='[object DataView]',ln='[object Float32Array]',sn='[object Float64Array]',hn='[object Int8Array]',pn='[object Int16Array]',vn='[object Int32Array]',_n='[object Uint8Array]',gn='[object Uint8ClampedArray]',dn='[object Uint16Array]',yn='[object Uint32Array]',xn=/\b__p \+= '';/g,bn=/\b(__p \+=) '' \+/g,wn=/(__e\(.*?\)|\b__t\)) \+\n'';/g,mn=/&(?:amp|lt|gt|quot|#39);/g,jn=/[&<>"']/g,An=RegExp(mn.source),kn=RegExp(jn.source),zn=/<%-([\s\S]+?)%>/g,On=/<%([\s\S]+?)%>/g,In=/<%=([\s\S]+?)%>/g,Rn=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,En=/^\w*$/,Sn=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,Ln=/[\\^$.*+?()[\]{}|]/g,Wn=RegExp(Ln.source),Cn=/^\s+/,Un=/\s/,Bn=/\{(?:\n\/\* \[wrapped with .+\] \*\/)?\n?/,Tn=/\{\n\/\* \[wrapped with (.+)\] \*/,Dn=/,? & /,$n=/[^\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\x7f]+/g,Mn=/[()=,{}\[\]\/\s]/,Fn=/\\(\\)?/g,Nn=/\$\{([^\\}]*(?:\\.[^\\}]*)*)\}/g,Pn=/\w*$/,Zn=/^[-+]0x[0-9a-f]+$/i,qn=/^0b[01]+$/i,Kn=/^\[object .+?Constructor\]$/,Vn=/^0o[0-7]+$/i,Gn=/^(?:0|[1-9]\d*)$/,Hn=/[\xc0-\xd6\xd8-\xf6\xf8-\xff\u0100-\u017f]/g,Jn=/($^)/,Yn=/['\n\r\u2028\u2029\\]/g,Qn="[\\xac\\xb1\\xd7\\xf7\\x00-\\x2f\\x3a-\\x40\\x5b-\\x60\\x7b-\\xbf\\u2000-\\u206f \\t\\x0b\\f\\xa0\\ufeff\\n\\r\\u2028\\u2029\\u1680\\u180e\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200a\\u202f\\u205f\\u3000]",Xn="[\\u0300-\\u036f\\ufe20-\\ufe2f\\u20d0-\\u20ff]",nt="(?:\\ud83c[\\udde6-\\uddff]){2}",tt="[\\ud800-\\udbff][\\udc00-\\udfff]",rt="[\\ufe0e\\ufe0f]?(?:[\\u0300-\\u036f\\ufe20-\\ufe2f\\u20d0-\\u20ff]|\\ud83c[\\udffb-\\udfff])?"+("(?:\\u200d(?:"+["[^\\ud800-\\udfff]",nt,tt].join('|')+")[\\ufe0e\\ufe0f]?(?:[\\u0300-\\u036f\\ufe20-\\ufe2f\\u20d0-\\u20ff]|\\ud83c[\\udffb-\\udfff])?)*"),et='(?:'+["[\\u2700-\\u27bf]",nt,tt].join('|')+')'+rt,ut='(?:'+["[^\\ud800-\\udfff][\\u0300-\\u036f\\ufe20-\\ufe2f\\u20d0-\\u20ff]?",Xn,nt,tt,"[\\ud800-\\udfff]"].join('|')+')',it=RegExp("['\u2019]",'g'),ot=RegExp(Xn,'g'),ft=RegExp("\\ud83c[\\udffb-\\udfff](?=\\ud83c[\\udffb-\\udfff])|"+ut+rt,'g'),at=RegExp(["[A-Z\\xc0-\\xd6\\xd8-\\xde]?[a-z\\xdf-\\xf6\\xf8-\\xff]+(?:['\u2019](?:d|ll|m|re|s|t|ve))?(?="+[Qn,"[A-Z\\xc0-\\xd6\\xd8-\\xde]",'$'].join('|')+')',"(?:[A-Z\\xc0-\\xd6\\xd8-\\xde]|[^\\ud800-\\udfff\\xac\\xb1\\xd7\\xf7\\x00-\\x2f\\x3a-\\x40\\x5b-\\x60\\x7b-\\xbf\\u2000-\\u206f \\t\\x0b\\f\\xa0\\ufeff\\n\\r\\u2028\\u2029\\u1680\\u180e\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200a\\u202f\\u205f\\u3000\\d+\\u2700-\\u27bfa-z\\xdf-\\xf6\\xf8-\\xffA-Z\\xc0-\\xd6\\xd8-\\xde])+(?:['\u2019](?:D|LL|M|RE|S|T|VE))?(?="+[Qn,"[A-Z\\xc0-\\xd6\\xd8-\\xde](?:[a-z\\xdf-\\xf6\\xf8-\\xff]|[^\\ud800-\\udfff\\xac\\xb1\\xd7\\xf7\\x00-\\x2f\\x3a-\\x40\\x5b-\\x60\\x7b-\\xbf\\u2000-\\u206f \\t\\x0b\\f\\xa0\\ufeff\\n\\r\\u2028\\u2029\\u1680\\u180e\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200a\\u202f\\u205f\\u3000\\d+\\u2700-\\u27bfa-z\\xdf-\\xf6\\xf8-\\xffA-Z\\xc0-\\xd6\\xd8-\\xde])",'$'].join('|')+')',"[A-Z\\xc0-\\xd6\\xd8-\\xde]?(?:[a-z\\xdf-\\xf6\\xf8-\\xff]|[^\\ud800-\\udfff\\xac\\xb1\\xd7\\xf7\\x00-\\x2f\\x3a-\\x40\\x5b-\\x60\\x7b-\\xbf\\u2000-\\u206f \\t\\x0b\\f\\xa0\\ufeff\\n\\r\\u2028\\u2029\\u1680\\u180e\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200a\\u202f\\u205f\\u3000\\d+\\u2700-\\u27bfa-z\\xdf-\\xf6\\xf8-\\xffA-Z\\xc0-\\xd6\\xd8-\\xde])+(?:['\u2019](?:d|ll|m|re|s|t|ve))?","[A-Z\\xc0-\\xd6\\xd8-\\xde]+(?:['\u2019](?:D|LL|M|RE|S|T|VE))?",'\\d*(?:1ST|2ND|3RD|(?![123])\\dTH)(?=\\b|[a-z_])','\\d*(?:1st|2nd|3rd|(?![123])\\dth)(?=\\b|[A-Z_])','\\d+',et].join('|'),'g'),ct=RegExp("[\\u200d\\ud800-\\udfff\\u0300-\\u036f\\ufe20-\\ufe2f\\u20d0-\\u20ff\\ufe0e\\ufe0f]"),lt=/[a-z][A-Z]|[A-Z]{2}[a-z]|[0-9][a-zA-Z]|[a-zA-Z][0-9]|[^a-zA-Z0-9 ]/,st=['Array','Buffer','DataView','Date','Error','Float32Array','Float64Array','Function','Int8Array','Int16Array','Int32Array','Map','Math','Object','Promise','RegExp','Set','String','Symbol','TypeError','Uint8Array','Uint8ClampedArray','Uint16Array','Uint32Array','WeakMap','_','clearTimeout','isFinite','parseInt','setTimeout'],ht=-1,pt={};pt[ln]=pt[sn]=pt[hn]=pt[pn]=pt[vn]=pt[_n]=pt[gn]=pt[dn]=pt[yn]=!0,pt[M]=pt[F]=pt[an]=pt[P]=pt[cn]=pt[Z]=pt[K]=pt[V]=pt[H]=pt[J]=pt[Q]=pt[nn]=pt[tn]=pt[rn]=pt[on]=!1;var vt={};vt[M]=vt[F]=vt[an]=vt[cn]=vt[P]=vt[Z]=vt[ln]=vt[sn]=vt[hn]=vt[pn]=vt[vn]=vt[H]=vt[J]=vt[Q]=vt[nn]=vt[tn]=vt[rn]=vt[en]=vt[_n]=vt[gn]=vt[dn]=vt[yn]=!0,vt[K]=vt[V]=vt[on]=!1;var _t={'\\':'\\',"'":"'",'\n':'n','\r':'r',"\u2028":'u2028',"\u2029":'u2029'},gt=parseFloat,dt=parseInt,yt='object'==typeof n&&n&&n.Object===Object&&n,xt='object'==typeof self&&self&&self.Object===Object&&self,bt=yt||xt||Function('return this')(),wt='object'==typeof i&&i&&!i.nodeType&&i,mt=wt&&'object'==typeof u&&u&&!u.nodeType&&u,jt=mt&&mt.exports===wt,At=jt&&yt.process,kt=(function(){try{var n=mt&&mt.require&&mt.require('util').types;return n||At&&At.binding&&At.binding('util')}catch(n){}})(),zt=kt&&kt.isArrayBuffer,Ot=kt&&kt.isDate,It=kt&&kt.isMap,Rt=kt&&kt.isRegExp,Et=kt&&kt.isSet,St=kt&&kt.isTypedArray;function Lt(n,t,r){switch(r.length){case 0:return n.call(t);case 1:return n.call(t,r[0]);case 2:return n.call(t,r[0],r[1]);case 3:return n.call(t,r[0],r[1],r[2])}return n.apply(t,r)}function Wt(n,t,r,e){for(var u=-1,i=null==n?0:n.length;++u-1}function $t(n,t,r){for(var e=-1,u=null==n?0:n.length;++e-1;);return r}function hr(n,t){for(var r=n.length;r--&&Jt(t,n[r],0)>-1;);return r}function pr(n,t){for(var r=n.length,e=0;r--;)n[r]===t&&++e;return e}var vr=tr({'\xc0':'A','\xc1':'A','\xc2':'A','\xc3':'A','\xc4':'A','\xc5':'A','\xe0':'a','\xe1':'a','\xe2':'a','\xe3':'a','\xe4':'a','\xe5':'a','\xc7':'C','\xe7':'c','\xd0':'D','\xf0':'d','\xc8':'E','\xc9':'E','\xca':'E','\xcb':'E','\xe8':'e','\xe9':'e','\xea':'e','\xeb':'e','\xcc':'I','\xcd':'I','\xce':'I','\xcf':'I','\xec':'i','\xed':'i','\xee':'i','\xef':'i','\xd1':'N','\xf1':'n','\xd2':'O','\xd3':'O','\xd4':'O','\xd5':'O','\xd6':'O','\xd8':'O','\xf2':'o','\xf3':'o','\xf4':'o','\xf5':'o','\xf6':'o','\xf8':'o','\xd9':'U','\xda':'U','\xdb':'U','\xdc':'U','\xf9':'u','\xfa':'u','\xfb':'u','\xfc':'u','\xdd':'Y','\xfd':'y','\xff':'y','\xc6':'Ae','\xe6':'ae','\xde':'Th','\xfe':'th','\xdf':'ss',"\u0100":'A',"\u0102":'A',"\u0104":'A',"\u0101":'a',"\u0103":'a',"\u0105":'a',"\u0106":'C',"\u0108":'C',"\u010a":'C',"\u010c":'C',"\u0107":'c',"\u0109":'c',"\u010b":'c',"\u010d":'c',"\u010e":'D',"\u0110":'D',"\u010f":'d',"\u0111":'d',"\u0112":'E',"\u0114":'E',"\u0116":'E',"\u0118":'E',"\u011a":'E',"\u0113":'e',"\u0115":'e',"\u0117":'e',"\u0119":'e',"\u011b":'e',"\u011c":'G',"\u011e":'G',"\u0120":'G',"\u0122":'G',"\u011d":'g',"\u011f":'g',"\u0121":'g',"\u0123":'g',"\u0124":'H',"\u0126":'H',"\u0125":'h',"\u0127":'h',"\u0128":'I',"\u012a":'I',"\u012c":'I',"\u012e":'I',"\u0130":'I',"\u0129":'i',"\u012b":'i',"\u012d":'i',"\u012f":'i',"\u0131":'i',"\u0134":'J',"\u0135":'j',"\u0136":'K',"\u0137":'k',"\u0138":'k',"\u0139":'L',"\u013b":'L',"\u013d":'L',"\u013f":'L',"\u0141":'L',"\u013a":'l',"\u013c":'l',"\u013e":'l',"\u0140":'l',"\u0142":'l',"\u0143":'N',"\u0145":'N',"\u0147":'N',"\u014a":'N',"\u0144":'n',"\u0146":'n',"\u0148":'n',"\u014b":'n',"\u014c":'O',"\u014e":'O',"\u0150":'O',"\u014d":'o',"\u014f":'o',"\u0151":'o',"\u0154":'R',"\u0156":'R',"\u0158":'R',"\u0155":'r',"\u0157":'r',"\u0159":'r',"\u015a":'S',"\u015c":'S',"\u015e":'S',"\u0160":'S',"\u015b":'s',"\u015d":'s',"\u015f":'s',"\u0161":'s',"\u0162":'T',"\u0164":'T',"\u0166":'T',"\u0163":'t',"\u0165":'t',"\u0167":'t',"\u0168":'U',"\u016a":'U',"\u016c":'U',"\u016e":'U',"\u0170":'U',"\u0172":'U',"\u0169":'u',"\u016b":'u',"\u016d":'u',"\u016f":'u',"\u0171":'u',"\u0173":'u',"\u0174":'W',"\u0175":'w',"\u0176":'Y',"\u0177":'y',"\u0178":'Y',"\u0179":'Z',"\u017b":'Z',"\u017d":'Z',"\u017a":'z',"\u017c":'z',"\u017e":'z',"\u0132":'IJ',"\u0133":'ij',"\u0152":'Oe',"\u0153":'oe',"\u0149":"'n","\u017f":'s'}),_r=tr({'&':'&','<':'<','>':'>','"':'"',"'":'''});function gr(n){return'\\'+_t[n]}function dr(n,r){return null==n?t:n[r]}function yr(n){return ct.test(n)}function xr(n){return lt.test(n)}function br(n){for(var t,r=[];!(t=n.next()).done;)r.push(t.value);return r}function wr(n){var t=-1,r=Array(n.size);return n.forEach(function(n,e){r[++t]=[e,n]}),r}function mr(n,t){return function(r){return n(t(r))}}function jr(n,t){for(var r=-1,e=n.length,u=0,i=[];++r','"':'"',''':"'"});function Lr(n){for(var t=ft.lastIndex=0;ft.test(n);)++t;return t}function Wr(n){return n.match(ft)||[]}function Cr(n){return n.match(at)||[]}var Ur=(function n(u){var i,Un=(u=null==u?bt:Ur.defaults(bt.Object(),u,Ur.pick(bt,st))).Array,$n=u.Date,Qn=u.Error,Xn=u.Function,nt=u.Math,tt=u.Object,rt=u.RegExp,et=u.String,ut=u.TypeError,ft=Un.prototype,at=Xn.prototype,ct=tt.prototype,lt=u['__core-js_shared__'],_t=at.toString,yt=ct.hasOwnProperty,xt=0,wt=(i=/[^.]+$/.exec(lt&<.keys&<.keys.IE_PROTO||''))?'Symbol(src)_1.'+i:'',mt=ct.toString,At=_t.call(tt),kt=bt._,qt=rt('^'+_t.call(yt).replace(Ln,'\\$&').replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,'$1.*?')+'$'),Kt=jt?u.Buffer:t,tr=u.Symbol,zr=u.Uint8Array,Lr=Kt?Kt.allocUnsafe:t,Wr=mr(tt.getPrototypeOf,tt),Br=tt.create,Tr=ct.propertyIsEnumerable,Dr=ft.splice,$r=tr?tr.isConcatSpreadable:t,Mr=tr?tr.iterator:t,Fr=tr?tr.toStringTag:t,Nr=(function(){try{var n=so(tt,'defineProperty');return n({},'',{}),n}catch(n){}})(),Pr=u.clearTimeout!==bt.clearTimeout&&u.clearTimeout,Zr=$n&&$n.now!==bt.Date.now&&$n.now,qr=u.setTimeout!==bt.setTimeout&&u.setTimeout,Kr=nt.ceil,Vr=nt.floor,Gr=tt.getOwnPropertySymbols,Hr=Kt?Kt.isBuffer:t,Jr=u.isFinite,Yr=ft.join,Qr=mr(tt.keys,tt),Xr=nt.max,ne=nt.min,te=$n.now,re=u.parseInt,ee=nt.random,ue=ft.reverse,ie=so(u,'DataView'),oe=so(u,'Map'),fe=so(u,'Promise'),ae=so(u,'Set'),ce=so(u,'WeakMap'),le=so(tt,'create'),se=ce&&new ce,he={},pe=Go(ie),ve=Go(oe),_e=Go(fe),ge=Go(ae),de=Go(ce),ye=tr?tr.prototype:t,xe=ye?ye.valueOf:t,be=ye?ye.toString:t;function we(n){if(pa(n)&&!ra(n)&&!(n instanceof ke)){if(n instanceof Ae)return n;if(yt.call(n,'__wrapped__'))return Jo(n)}return new Ae(n)}var me=(function(){function n(){}return function(r){if(!ha(r))return{};if(Br)return Br(r);n.prototype=r;var e=new n;return n.prototype=t,e}})();function je(){}function Ae(n,r){this.__wrapped__=n,this.__actions__=[],this.__chain__=!!r,this.__index__=0,this.__values__=t}function ke(n){this.__wrapped__=n,this.__actions__=[],this.__dir__=1,this.__filtered__=!1,this.__iteratees__=[],this.__takeCount__=B,this.__views__=[]}function ze(n){var t=-1,r=null==n?0:n.length;for(this.clear();++t=r?n:r)),n}function Ze(n,r,e,u,i,o){var f,a=r&s,c=r&h,l=r&p;if(e&&(f=i?e(n,u,i,o):e(n)),f!==t)return f;if(!ha(n))return n;var v=ra(n);if(v){if(f=bo(n),!a)return mi(n,f)}else{var _=_o(n),g=_==V||_==G;if(oa(n))return vi(n,a);if(_==Q||_==M||g&&!i){if(f=c||g?{}:wo(n),!a)return c?ki(n,Me(f,n)):Ai(n,$e(f,n))}else{if(!vt[_])return i?n:{};f=mo(n,_,a)}}o||(o=new Ee);var d=o.get(n);if(d)return d;o.set(n,f),ya(n)?n.forEach(function(t){f.add(Ze(t,r,e,t,n,o))}):va(n)&&n.forEach(function(t,u){f.set(u,Ze(t,r,e,u,n,o))});var y=v?t:(l?c?uo:eo:c?Za:Pa)(n);return Ct(y||n,function(t,u){y&&(t=n[u=t]),Be(f,u,Ze(t,r,e,u,n,o))}),f}function qe(n){var t=Pa(n);return function(r){return Ke(r,n,t)}}function Ke(n,r,e){var u=e.length;if(null==n)return!u;for(n=tt(n);u--;){var i=e[u],o=r[i],f=n[i];if(f===t&&!(i in n)||!o(f))return!1}return!0}function Ve(n,r,e){if('function'!=typeof n)throw new ut(o);return Fo(function(){n.apply(t,e)},r)}function Ge(n,t,e,u){var i=-1,o=Dt,f=!0,a=n.length,c=[],l=t.length;if(!a)return c;e&&(t=Mt(t,ar(e))),u?(o=$t,f=!1):t.length>=r&&(o=lr,f=!1,t=new Re(t));n:for(;++i-1},Oe.prototype.set=function(n,t){var r=this.__data__,e=Te(r,n);return e<0?(++this.size,r.push([n,t])):r[e][1]=t,this},Ie.prototype.clear=function(){this.size=0,this.__data__={hash:new ze,map:new(oe||Oe),string:new ze}},Ie.prototype.delete=function(n){var t=co(this,n).delete(n);return this.size-=t?1:0,t},Ie.prototype.get=function(n){return co(this,n).get(n)},Ie.prototype.has=function(n){return co(this,n).has(n)},Ie.prototype.set=function(n,t){var r=co(this,n),e=r.size;return r.set(n,t),this.size+=r.size==e?0:1,this},Re.prototype.add=Re.prototype.push=function(n){return this.__data__.set(n,a),this},Re.prototype.has=function(n){return this.__data__.has(n)},Ee.prototype.clear=function(){this.__data__=new Oe,this.size=0},Ee.prototype.delete=function(n){var t=this.__data__,r=t.delete(n);return this.size=t.size,r},Ee.prototype.get=function(n){return this.__data__.get(n)},Ee.prototype.has=function(n){return this.__data__.has(n)},Ee.prototype.set=function(n,t){var r=this.__data__;if(r instanceof Oe){var e=r.__data__;if(!oe||e.length<199)return e.push([n,t]),this.size=++r.size,this;r=this.__data__=new Ie(e)}return r.set(n,t),this.size=r.size,this};var He=Ii(uu),Je=Ii(iu,!0);function Ye(n,t){var r=!0;return He(n,function(n,e,u){return r=!!t(n,e,u)}),r}function Qe(n,r,e){for(var u=-1,i=n.length;++ui?0:i+e),(u=u===t||u>i?i:za(u))<0&&(u+=i),u=e>u?0:Oa(u);e0&&r(f)?t>1?tu(f,t-1,r,e,u):Ft(u,f):e||(u[u.length]=f)}return u}var ru=Ri(),eu=Ri(!0);function uu(n,t){return n&&ru(n,t,Pa)}function iu(n,t){return n&&eu(n,t,Pa)}function ou(n,t){return Tt(t,function(t){return ca(n[t])})}function fu(n,r){for(var e=0,u=(r=li(r,n)).length;null!=n&&et}function su(n,t){return null!=n&&yt.call(n,t)}function hu(n,t){return null!=n&&t in tt(n)}function pu(n,t,r){return n>=ne(t,r)&&n=120&&s.length>=120)?new Re(f&&s):t}s=n[0];var h=-1,p=a[0];n:for(;++h-1;)f!==n&&Dr.call(f,a,1),Dr.call(n,a,1);return n}function Tu(n,t){for(var r=n?t.length:0,e=r-1;r--;){var u=t[r];if(r==e||u!==i){var i=u;ko(u)?Dr.call(n,u,1):ri(n,u)}}return n}function Du(n,t){return n+Vr(ee()*(t-n+1))}function $u(n,t,r,e){for(var u=-1,i=Xr(Kr((t-n)/(r||1)),0),o=Un(i);i--;)o[e?i:++u]=n,n+=r;return o}function Mu(n,t){var r='';if(!n||t<1||t>W)return r;do{t%2&&(r+=n),(t=Vr(t/2))&&(n+=n)}while(t);return r}function Fu(n,t){return No(Bo(n,t,_c),n+'')}function Nu(n){return Le(Qa(n))}function Pu(n,t){var r=Qa(n);return qo(r,Pe(t,0,r.length))}function Zu(n,r,e,u){if(!ha(n))return n;for(var i=-1,o=(r=li(r,n)).length,f=o-1,a=n;null!=a&&++iu?0:u+t),(r=r>u?u:r)<0&&(r+=u),u=t>r?0:r-t>>>0,t>>>=0;for(var i=Un(u);++e>>1,o=n[i];null!==o&&!ba(o)&&(r?o<=t:o=r){var l=t?null:Vi(n);if(l)return Ar(l);f=!1,i=lr,c=new Re}else c=t?[]:a;n:for(;++u=u?n:Gu(n,r,e)}var pi=Pr||function(n){return bt.clearTimeout(n)};function vi(n,t){if(t)return n.slice();var r=n.length,e=Lr?Lr(r):new n.constructor(r);return n.copy(e),e}function _i(n){var t=new n.constructor(n.byteLength);return new zr(t).set(new zr(n)),t}function gi(n,t){var r=t?_i(n.buffer):n.buffer;return new n.constructor(r,n.byteOffset,n.byteLength)}function di(n,t){var r=t?_i(n.buffer):n.buffer;return new n.constructor(r,n.byteOffset,n.length)}function yi(n,r){if(n!==r){var e=n!==t,u=null===n,i=n==n,o=ba(n),f=r!==t,a=null===r,c=r==r,l=ba(r);if(!a&&!l&&!o&&n>r||o&&f&&c&&!a&&!l||u&&f&&c||!e&&c||!i)return 1;if(!u&&!o&&!l&&n=f?a:a*('desc'==r[e]?-1:1)}return n.index-t.index}function bi(n,t,r,e){for(var u=-1,i=n.length,o=r.length,f=-1,a=t.length,c=Xr(i-o,0),l=Un(a+c),s=!e;++f1?e[i-1]:t,f=i>2?e[2]:t;for(o=n.length>3&&'function'==typeof o?(i--,o):t,f&&zo(e[0],e[1],f)&&(o=i<3?t:o,i=1),r=tt(r);++u-1?i[o?r[f]:f]:t}}function Bi(n){return ro(function(r){var e=r.length,u=e,i=Ae.prototype.thru;for(n&&r.reverse();u--;){var f=r[u];if('function'!=typeof f)throw new ut(o);if(i&&!a&&'wrapper'==oo(f))var a=new Ae([],!0)}for(u=a?u:e;++u1&&d.reverse(),s&&ca))return!1;var l=o.get(n),s=o.get(r);if(l&&s)return l==r&&s==n;var h=-1,p=!0,g=e&_?new Re:t;for(o.set(n,r),o.set(r,n);++h1?'& ':'')+t[e],t=t.join(r>2?', ':' '),n.replace(Bn,'{\n/* [wrapped with '+t+'] */\n')}function Ao(n){return ra(n)||ta(n)||!!($r&&n&&n[$r])}function ko(n,t){var r=typeof n;return!!(t=null==t?W:t)&&('number'==r||'symbol'!=r&&Gn.test(n))&&n>-1&&n%1==0&&n0){if(++r>=I)return arguments[0]}else r=0;return n.apply(t,arguments)}}function qo(n,r){var e=-1,u=n.length,i=u-1;for(r=r===t?u:r;++e1?n[r-1]:t;return df(n,e='function'==typeof e?(n.pop(),e):t)});function Af(n){var t=we(n);return t.__chain__=!0,t}function kf(n,t){return t(n)}var zf=ro(function(n){var r=n.length,e=r?n[0]:0,u=this.__wrapped__,i=function(t){return Ne(t,n)};return!(r>1||this.__actions__.length)&&u instanceof ke&&ko(e)?((u=u.slice(e,+e+(r?1:0))).__actions__.push({func:kf,args:[i],thisArg:t}),new Ae(u,this.__chain__).thru(function(n){return r&&!n.length&&n.push(t),n})):this.thru(i)});var Of=zi(function(n,t,r){yt.call(n,r)?++n[r]:Fe(n,r,1)});var If=Ui(nf),Rf=Ui(tf);function Ef(n,t){return(ra(n)?Ct:He)(n,ao(t,3))}function Sf(n,t){return(ra(n)?Ut:Je)(n,ao(t,3))}var Lf=zi(function(n,t,r){yt.call(n,r)?n[r].push(t):Fe(n,r,[t])});var Wf=Fu(function(n,t,r){var e=-1,u='function'==typeof t,i=ua(n)?Un(n.length):[];return He(n,function(n){i[++e]=u?Lt(t,n,r):gu(n,t,r)}),i}),Cf=zi(function(n,t,r){Fe(n,r,t)});function Uf(n,t){return(ra(n)?Mt:zu)(n,ao(t,3))}var Bf=zi(function(n,t,r){n[r?0:1].push(t)},function(){return[[],[]]});var Tf=Fu(function(n,t){if(null==n)return[];var r=t.length;return r>1&&zo(n,t[0],t[1])?t=[]:r>2&&zo(t[0],t[1],t[2])&&(t=[t[0]]),Lu(n,tu(t,1),[])}),Df=Zr||function(){return bt.Date.now()};function $f(n,r,e){return r=e?t:r,r=n&&null==r?n.length:r,Hi(n,j,t,t,t,t,r)}function Mf(n,r){var e;if('function'!=typeof r)throw new ut(o);return n=za(n),function(){return--n>0&&(e=r.apply(this,arguments)),n<=1&&(r=t),e}}var Ff=Fu(function(n,t,r){var e=g;if(r.length){var u=jr(r,fo(Ff));e|=w}return Hi(n,e,t,r,u)}),Nf=Fu(function(n,t,r){var e=3;if(r.length){var u=jr(r,fo(Nf));e|=w}return Hi(t,e,n,r,u)});function Pf(n,r,e){var u,i,f,a,c,l,s=0,h=!1,p=!1,v=!0;if('function'!=typeof n)throw new ut(o);function _(r){var e=u,o=i;return u=i=t,s=r,a=n.apply(o,e)}function g(n){return s=n,c=Fo(x,r),h?_(n):a}function d(n){var t=r-(n-l);return p?ne(t,f-(n-s)):t}function y(n){var e=n-l;return l===t||e>=r||e<0||p&&n-s>=f}function x(){var n=Df();if(y(n))return b(n);c=Fo(x,d(n))}function b(n){return c=t,v&&u?_(n):(u=i=t,a)}function w(){var n=Df(),e=y(n);if(u=arguments,i=this,l=n,e){if(c===t)return g(l);if(p)return pi(c),c=Fo(x,r),_(l)}return c===t&&(c=Fo(x,r)),a}return r=Ia(r)||0,ha(e)&&(h=!!e.leading,f=(p='maxWait'in e)?Xr(Ia(e.maxWait)||0,r):f,v='trailing'in e?!!e.trailing:v),w.cancel=function(){c!==t&&pi(c),s=0,u=l=i=c=t},w.flush=function(){return c===t?a:b(Df())},w}var Zf=Fu(function(n,t){return Ve(n,1,t)}),qf=Fu(function(n,t,r){return Ve(n,Ia(t)||0,r)});function Kf(n,t){if('function'!=typeof n||null!=t&&'function'!=typeof t)throw new ut(o);var r=function r(){var e=arguments,u=t?t.apply(this,e):e[0],i=r.cache;if(i.has(u))return i.get(u);var o=n.apply(this,e);return r.cache=i.set(u,o)||i,o};return r.cache=new(Kf.Cache||Ie),r}function Vf(n){if('function'!=typeof n)throw new ut(o);return function(){var t=arguments;switch(t.length){case 0:return!n.call(this);case 1:return!n.call(this,t[0]);case 2:return!n.call(this,t[0],t[1]);case 3:return!n.call(this,t[0],t[1],t[2])}return!n.apply(this,t)}}Kf.Cache=Ie;var Gf=si(function(n,t){var r=(t=1==t.length&&ra(t[0])?Mt(t[0],ar(ao())):Mt(tu(t,1),ar(ao()))).length;return Fu(function(e){for(var u=-1,i=ne(e.length,r);++u=t}),ta=du((function(){return arguments})())?du:function(n){return pa(n)&&yt.call(n,'callee')&&!Tr.call(n,'callee')},ra=Un.isArray,ea=zt?ar(zt):function(n){return pa(n)&&cu(n)==an};function ua(n){return null!=n&&sa(n.length)&&!ca(n)}function ia(n){return pa(n)&&ua(n)}var oa=Hr||Ic,fa=Ot?ar(Ot):function(n){return pa(n)&&cu(n)==Z};function aa(n){if(!pa(n))return!1;var t=cu(n);return t==K||t==q||'string'==typeof n.message&&'string'==typeof n.name&&!ga(n)}function ca(n){if(!ha(n))return!1;var t=cu(n);return t==V||t==G||t==N||t==X}function la(n){return'number'==typeof n&&n==za(n)}function sa(n){return'number'==typeof n&&n>-1&&n%1==0&&n<=W}function ha(n){var t=typeof n;return null!=n&&('object'==t||'function'==t)}function pa(n){return null!=n&&'object'==typeof n}var va=It?ar(It):function(n){return pa(n)&&_o(n)==H};function _a(n){return'number'==typeof n||pa(n)&&cu(n)==J}function ga(n){if(!pa(n)||cu(n)!=Q)return!1;var t=Wr(n);if(null===t)return!0;var r=yt.call(t,'constructor')&&t.constructor;return'function'==typeof r&&r instanceof r&&_t.call(r)==At}var da=Rt?ar(Rt):function(n){return pa(n)&&cu(n)==nn};var ya=Et?ar(Et):function(n){return pa(n)&&_o(n)==tn};function xa(n){return'string'==typeof n||!ra(n)&&pa(n)&&cu(n)==rn}function ba(n){return'symbol'==typeof n||pa(n)&&cu(n)==en}var wa=St?ar(St):function(n){return pa(n)&&sa(n.length)&&!!pt[cu(n)]};var ma=Zi(ku),ja=Zi(function(n,t){return n<=t});function Aa(n){if(!n)return[];if(ua(n))return xa(n)?Rr(n):mi(n);if(Mr&&n[Mr])return br(n[Mr]());var t=_o(n);return(t==H?wr:t==tn?Ar:Qa)(n)}function ka(n){return n?(n=Ia(n))===L||n===-1/0?(n<0?-1:1)*C:n==n?n:0:0===n?n:0}function za(n){var t=ka(n),r=t%1;return t==t?r?t-r:t:0}function Oa(n){return n?Pe(za(n),0,B):0}function Ia(n){if('number'==typeof n)return n;if(ba(n))return U;if(ha(n)){var t='function'==typeof n.valueOf?n.valueOf():n;n=ha(t)?t+'':t}if('string'!=typeof n)return 0===n?n:+n;n=fr(n);var r=qn.test(n);return r||Vn.test(n)?dt(n.slice(2),r?2:8):Zn.test(n)?U:+n}function Ra(n){return ji(n,Za(n))}function Ea(n){return null==n?'':ni(n)}var Sa=Oi(function(n,t){if(Eo(t)||ua(t))ji(t,Pa(t),n);else for(var r in t)yt.call(t,r)&&Be(n,r,t[r])}),La=Oi(function(n,t){ji(t,Za(t),n)}),Wa=Oi(function(n,t,r,e){ji(t,Za(t),n,e)}),Ca=Oi(function(n,t,r,e){ji(t,Pa(t),n,e)}),Ua=ro(Ne);var Ba=Fu(function(n,r){n=tt(n);var e=-1,u=r.length,i=u>2?r[2]:t;for(i&&zo(r[0],r[1],i)&&(u=1);++e1),t}),ji(n,uo(n),r),e&&(r=Ze(r,7,Qi));for(var u=t.length;u--;)ri(r,t[u]);return r});var Ga=ro(function(n,t){return null==n?{}:Wu(n,t)});function Ha(n,t){if(null==n)return{};var r=Mt(uo(n),function(n){return[n]});return t=ao(t),Cu(n,r,function(n,r){return t(n,r[0])})}var Ja=Gi(Pa),Ya=Gi(Za);function Qa(n){return null==n?[]:cr(n,Pa(n))}var Xa=Li(function(n,t,r){return t=t.toLowerCase(),n+(r?nc(t):t)});function nc(n){return ac(Ea(n).toLowerCase())}function tc(n){return(n=Ea(n))&&n.replace(Hn,vr).replace(ot,'')}var rc=Li(function(n,t,r){return n+(r?'-':'')+t.toLowerCase()}),ec=Li(function(n,t,r){return n+(r?' ':'')+t.toLowerCase()}),uc=Si('toLowerCase');var ic=Li(function(n,t,r){return n+(r?'_':'')+t.toLowerCase()});var oc=Li(function(n,t,r){return n+(r?' ':'')+ac(t)});var fc=Li(function(n,t,r){return n+(r?' ':'')+t.toUpperCase()}),ac=Si('toUpperCase');function cc(n,r,e){return n=Ea(n),(r=e?t:r)===t?xr(n)?Cr(n):Vt(n):n.match(r)||[]}var lc=Fu(function(n,r){try{return Lt(n,t,r)}catch(n){return aa(n)?n:new Qn(n)}}),sc=ro(function(n,t){return Ct(t,function(t){t=Vo(t),Fe(n,t,Ff(n[t],n))}),n});function hc(n){return function(){return n}}var pc=Bi(),vc=Bi(!0);function _c(n){return n}function gc(n){return mu('function'==typeof n?n:Ze(n,s))}var dc=Fu(function(n,t){return function(r){return gu(r,n,t)}}),yc=Fu(function(n,t){return function(r){return gu(n,r,t)}});function xc(n,t,r){var e=Pa(t),u=ou(t,e);null!=r||ha(t)&&(u.length||!e.length)||(r=t,t=n,n=this,u=ou(t,Pa(t)));var i=!(ha(r)&&'chain'in r&&!r.chain),o=ca(n);return Ct(u,function(r){var e=t[r];n[r]=e,o&&(n.prototype[r]=function(){var t=this.__chain__;if(i||t){var r=n(this.__wrapped__);return(r.__actions__=mi(this.__actions__)).push({func:e,args:arguments,thisArg:n}),r.__chain__=t,r}return e.apply(n,Ft([this.value()],arguments))})}),n}function bc(){}var wc=Mi(Mt),mc=Mi(Bt),jc=Mi(Zt);function Ac(n){return Oo(n)?nr(Vo(n)):Uu(n)}var kc=Pi(),zc=Pi(!0);function Oc(){return[]}function Ic(){return!1}var Rc=$i(function(n,t){return n+t},0),Ec=Ki('ceil'),Sc=$i(function(n,t){return n/t},1),Lc=Ki('floor');var Wc,Cc=$i(function(n,t){return n*t},1),Uc=Ki('round'),Bc=$i(function(n,t){return n-t},0);return we.after=function(n,t){if('function'!=typeof t)throw new ut(o);return n=za(n),function(){if(--n<1)return t.apply(this,arguments)}},we.ary=$f,we.assign=Sa,we.assignIn=La,we.assignInWith=Wa,we.assignWith=Ca,we.at=Ua,we.before=Mf,we.bind=Ff,we.bindAll=sc,we.bindKey=Nf,we.castArray=function(){if(!arguments.length)return[];var n=arguments[0];return ra(n)?n:[n]},we.chain=Af,we.chunk=function(n,r,e){r=(e?zo(n,r,e):r===t)?1:Xr(za(r),0);var u=null==n?0:n.length;if(!u||r<1)return[];for(var i=0,o=0,f=Un(Kr(u/r));i>>0)?(n=Ea(n))&&('string'==typeof r||null!=r&&!da(r))&&!(r=ni(r))&&yr(n)?hi(Rr(n),0,e):n.split(r,e):[]},we.spread=function(n,t){if('function'!=typeof n)throw new ut(o);return t=null==t?0:Xr(za(t),0),Fu(function(r){var e=r[t],u=hi(r,0,t);return e&&Ft(u,e),Lt(n,this,u)})},we.tail=function(n){var t=null==n?0:n.length;return t?Gu(n,1,t):[]},we.take=function(n,r,e){return n&&n.length?Gu(n,0,(r=e||r===t?1:za(r))<0?0:r):[]},we.takeRight=function(n,r,e){var u=null==n?0:n.length;return u?Gu(n,(r=u-(r=e||r===t?1:za(r)))<0?0:r,u):[]},we.takeRightWhile=function(n,t){return n&&n.length?ui(n,ao(t,3),!1,!0):[]},we.takeWhile=function(n,t){return n&&n.length?ui(n,ao(t,3)):[]},we.tap=function(n,t){return t(n),n},we.throttle=function(n,t,r){var e=!0,u=!0;if('function'!=typeof n)throw new ut(o);return ha(r)&&(e='leading'in r?!!r.leading:e,u='trailing'in r?!!r.trailing:u),Pf(n,t,{leading:e,maxWait:t,trailing:u})},we.thru=kf,we.toArray=Aa,we.toPairs=Ja,we.toPairsIn=Ya,we.toPath=function(n){return ra(n)?Mt(n,Vo):ba(n)?[n]:mi(Ko(Ea(n)))},we.toPlainObject=Ra,we.transform=function(n,t,r){var e=ra(n),u=e||oa(n)||wa(n);if(t=ao(t,4),null==r){var i=n&&n.constructor;r=u?e?new i:[]:ha(n)&&ca(i)?me(Wr(n)):{}}return(u?Ct:uu)(n,function(n,e,u){return t(r,n,e,u)}),r},we.unary=function(n){return $f(n,1)},we.union=pf,we.unionBy=vf,we.unionWith=_f,we.uniq=function(n){return n&&n.length?ti(n):[]},we.uniqBy=function(n,t){return n&&n.length?ti(n,ao(t,2)):[]},we.uniqWith=function(n,r){return r='function'==typeof r?r:t,n&&n.length?ti(n,t,r):[]},we.unset=function(n,t){return null==n||ri(n,t)},we.unzip=gf,we.unzipWith=df,we.update=function(n,t,r){return null==n?n:ei(n,t,ci(r))},we.updateWith=function(n,r,e,u){return u='function'==typeof u?u:t,null==n?n:ei(n,r,ci(e),u)},we.values=Qa,we.valuesIn=function(n){return null==n?[]:cr(n,Za(n))},we.without=yf,we.words=cc,we.wrap=function(n,t){return Hf(ci(t),n)},we.xor=xf,we.xorBy=bf,we.xorWith=wf,we.zip=mf,we.zipObject=function(n,t){return fi(n||[],t||[],Be)},we.zipObjectDeep=function(n,t){return fi(n||[],t||[],Zu)},we.zipWith=jf,we.entries=Ja,we.entriesIn=Ya,we.extend=La,we.extendWith=Wa,xc(we,we),we.add=Rc,we.attempt=lc,we.camelCase=Xa,we.capitalize=nc,we.ceil=Ec,we.clamp=function(n,r,e){return e===t&&(e=r,r=t),e!==t&&(e=(e=Ia(e))==e?e:0),r!==t&&(r=(r=Ia(r))==r?r:0),Pe(Ia(n),r,e)},we.clone=function(n){return Ze(n,p)},we.cloneDeep=function(n){return Ze(n,5)},we.cloneDeepWith=function(n,r){return Ze(n,5,r='function'==typeof r?r:t)},we.cloneWith=function(n,r){return Ze(n,p,r='function'==typeof r?r:t)},we.conformsTo=function(n,t){return null==t||Ke(n,t,Pa(t))},we.deburr=tc,we.defaultTo=function(n,t){return null==n||n!=n?t:n},we.divide=Sc,we.endsWith=function(n,r,e){n=Ea(n),r=ni(r);var u=n.length,i=e=e===t?u:Pe(za(e),0,u);return(e-=r.length)>=0&&n.slice(e,i)==r},we.eq=Qf,we.escape=function(n){return(n=Ea(n))&&kn.test(n)?n.replace(jn,_r):n},we.escapeRegExp=function(n){return(n=Ea(n))&&Wn.test(n)?n.replace(Ln,'\\$&'):n},we.every=function(n,r,e){var u=ra(n)?Bt:Ye;return e&&zo(n,r,e)&&(r=t),u(n,ao(r,3))},we.find=If,we.findIndex=nf,we.findKey=function(n,t){return Gt(n,ao(t,3),uu)},we.findLast=Rf,we.findLastIndex=tf,we.findLastKey=function(n,t){return Gt(n,ao(t,3),iu)},we.floor=Lc,we.forEach=Ef,we.forEachRight=Sf,we.forIn=function(n,t){return null==n?n:ru(n,ao(t,3),Za)},we.forInRight=function(n,t){return null==n?n:eu(n,ao(t,3),Za)},we.forOwn=function(n,t){return n&&uu(n,ao(t,3))},we.forOwnRight=function(n,t){return n&&iu(n,ao(t,3))},we.get=Da,we.gt=Xf,we.gte=na,we.has=function(n,t){return null!=n&&xo(n,t,su)},we.hasIn=$a,we.head=ef,we.identity=_c,we.includes=function(n,t,r,e){n=ua(n)?n:Qa(n),r=r&&!e?za(r):0;var u=n.length;return r<0&&(r=Xr(u+r,0)),xa(n)?r<=u&&n.indexOf(t,r)>-1:!!u&&Jt(n,t,r)>-1},we.indexOf=function(n,t,r){var e=null==n?0:n.length;if(!e)return-1;var u=null==r?0:za(r);return u<0&&(u=Xr(e+u,0)),Jt(n,t,u)},we.inRange=function(n,r,e){return r=ka(r),e===t?(e=r,r=0):e=ka(e),pu(n=Ia(n),r,e)},we.invoke=Na,we.isArguments=ta,we.isArray=ra,we.isArrayBuffer=ea,we.isArrayLike=ua,we.isArrayLikeObject=ia,we.isBoolean=function(n){return!0===n||!1===n||pa(n)&&cu(n)==P},we.isBuffer=oa,we.isDate=fa,we.isElement=function(n){return pa(n)&&1===n.nodeType&&!ga(n)},we.isEmpty=function(n){if(null==n)return!0;if(ua(n)&&(ra(n)||'string'==typeof n||'function'==typeof n.splice||oa(n)||wa(n)||ta(n)))return!n.length;var t=_o(n);if(t==H||t==tn)return!n.size;if(Eo(n))return!ju(n).length;for(var r in n)if(yt.call(n,r))return!1;return!0},we.isEqual=function(n,t){return yu(n,t)},we.isEqualWith=function(n,r,e){var u=(e='function'==typeof e?e:t)?e(n,r):t;return u===t?yu(n,r,t,e):!!u},we.isError=aa,we.isFinite=function(n){return'number'==typeof n&&Jr(n)},we.isFunction=ca,we.isInteger=la,we.isLength=sa,we.isMap=va,we.isMatch=function(n,t){return n===t||bu(n,t,lo(t))},we.isMatchWith=function(n,r,e){return e='function'==typeof e?e:t,bu(n,r,lo(r),e)},we.isNaN=function(n){return _a(n)&&n!=+n},we.isNative=function(n){if(Ro(n))throw new Qn(e);return wu(n)},we.isNil=function(n){return null==n},we.isNull=function(n){return null===n},we.isNumber=_a,we.isObject=ha,we.isObjectLike=pa,we.isPlainObject=ga,we.isRegExp=da,we.isSafeInteger=function(n){return la(n)&&n>=-9007199254740991&&n<=W},we.isSet=ya,we.isString=xa,we.isSymbol=ba,we.isTypedArray=wa,we.isUndefined=function(n){return n===t},we.isWeakMap=function(n){return pa(n)&&_o(n)==on},we.isWeakSet=function(n){return pa(n)&&cu(n)==fn},we.join=function(n,t){return null==n?'':Yr.call(n,t)},we.kebabCase=rc,we.last=af,we.lastIndexOf=function(n,r,e){var u=null==n?0:n.length;if(!u)return-1;var i=u;return e!==t&&(i=(i=za(e))<0?Xr(u+i,0):ne(i,u-1)),r==r?Or(n,r,i):Ht(n,Qt,i,!0)},we.lowerCase=ec,we.lowerFirst=uc,we.lt=ma,we.lte=ja,we.max=function(n){return n&&n.length?Qe(n,_c,lu):t},we.maxBy=function(n,r){return n&&n.length?Qe(n,ao(r,2),lu):t},we.mean=function(n){return Xt(n,_c)},we.meanBy=function(n,t){return Xt(n,ao(t,2))},we.min=function(n){return n&&n.length?Qe(n,_c,ku):t},we.minBy=function(n,r){return n&&n.length?Qe(n,ao(r,2),ku):t},we.stubArray=Oc,we.stubFalse=Ic,we.stubObject=function(){return{}},we.stubString=function(){return''},we.stubTrue=function(){return!0},we.multiply=Cc,we.nth=function(n,r){return n&&n.length?Su(n,za(r)):t},we.noConflict=function(){return bt._===this&&(bt._=kt),this},we.noop=bc,we.now=Df,we.pad=function(n,t,r){n=Ea(n);var e=(t=za(t))?Ir(n):0;if(!t||e>=t)return n;var u=(t-e)/2;return Fi(Vr(u),r)+n+Fi(Kr(u),r)},we.padEnd=function(n,t,r){n=Ea(n);var e=(t=za(t))?Ir(n):0;return t&&er){var u=n;n=r,r=u}if(e||n%1||r%1){var i=ee();return ne(n+i*(r-n+gt('1e-'+((i+'').length-1))),r)}return Du(n,r)},we.reduce=function(n,t,r){var e=ra(n)?Nt:rr,u=arguments.length<3;return e(n,ao(t,4),r,u,He)},we.reduceRight=function(n,t,r){var e=ra(n)?Pt:rr,u=arguments.length<3;return e(n,ao(t,4),r,u,Je)},we.repeat=function(n,r,e){return r=(e?zo(n,r,e):r===t)?1:za(r),Mu(Ea(n),r)},we.replace=function(){var n=arguments,t=Ea(n[0]);return n.length<3?t:t.replace(n[1],n[2])},we.result=function(n,r,e){var u=-1,i=(r=li(r,n)).length;for(i||(i=1,n=t);++uW)return[];var r=B,e=ne(n,B);t=ao(t),n-=B;for(var u=ir(e,t);++r=o)return n;var a=e-Ir(u);if(a<1)return u;var c=f?hi(f,0,a).join(''):n.slice(0,a);if(i===t)return c+u;if(f&&(a+=c.length-a),da(i)){if(n.slice(a).search(i)){var l,s=c;for(i.global||(i=rt(i.source,Ea(Pn.exec(i))+'g')),i.lastIndex=0;l=i.exec(s);)var h=l.index;c=c.slice(0,h===t?a:h)}}else if(n.indexOf(ni(i),a)!=a){var p=c.lastIndexOf(i);p>-1&&(c=c.slice(0,p))}return c+u},we.unescape=function(n){return(n=Ea(n))&&An.test(n)?n.replace(mn,Sr):n},we.uniqueId=function(n){var t=++xt;return Ea(n)+t},we.upperCase=fc,we.upperFirst=ac,we.each=Ef,we.eachRight=Sf,we.first=ef,xc(we,(Wc={},uu(we,function(n,t){yt.call(we.prototype,t)||(Wc[t]=n)}),Wc),{chain:!1}),we.VERSION="4.17.21",Ct(['bind','bindKey','curry','curryRight','partial','partialRight'],function(n){we[n].placeholder=we}),Ct(['drop','take'],function(n,r){ke.prototype[n]=function(e){e=e===t?1:Xr(za(e),0);var u=this.__filtered__&&!r?new ke(this):this.clone();return u.__filtered__?u.__takeCount__=ne(e,u.__takeCount__):u.__views__.push({size:ne(e,B),type:n+(u.__dir__<0?'Right':'')}),u},ke.prototype[n+'Right']=function(t){return this.reverse()[n](t).reverse()}}),Ct(['filter','map','takeWhile'],function(n,t){var r=t+1,e=r==E||3==r;ke.prototype[n]=function(n){var t=this.clone();return t.__iteratees__.push({iteratee:ao(n,3),type:r}),t.__filtered__=t.__filtered__||e,t}}),Ct(['head','last'],function(n,t){var r='take'+(t?'Right':'');ke.prototype[n]=function(){return this[r](1).value()[0]}}),Ct(['initial','tail'],function(n,t){var r='drop'+(t?'':'Right');ke.prototype[n]=function(){return this.__filtered__?new ke(this):this[r](1)}}),ke.prototype.compact=function(){return this.filter(_c)},ke.prototype.find=function(n){return this.filter(n).head()},ke.prototype.findLast=function(n){return this.reverse().find(n)},ke.prototype.invokeMap=Fu(function(n,t){return'function'==typeof n?new ke(this):this.map(function(r){return gu(r,n,t)})}),ke.prototype.reject=function(n){return this.filter(Vf(ao(n)))},ke.prototype.slice=function(n,r){n=za(n);var e=this;return e.__filtered__&&(n>0||r<0)?new ke(e):(n<0?e=e.takeRight(-n):n&&(e=e.drop(n)),r!==t&&(e=(r=za(r))<0?e.dropRight(-r):e.take(r-n)),e)},ke.prototype.takeRightWhile=function(n){return this.reverse().takeWhile(n).reverse()},ke.prototype.toArray=function(){return this.take(B)},uu(ke.prototype,function(n,r){var e=/^(?:filter|find|map|reject)|While$/.test(r),u=/^(?:head|last)$/.test(r),i=we[u?'take'+('last'==r?'Right':''):r],o=u||/^find/.test(r);i&&(we.prototype[r]=function(){var r=this.__wrapped__,f=u?[1]:arguments,a=r instanceof ke,c=f[0],l=a||ra(r),s=function(n){var t=i.apply(we,Ft([n],f));return u&&h?t[0]:t};l&&e&&'function'==typeof c&&1!=c.length&&(a=l=!1);var h=this.__chain__,p=!!this.__actions__.length,v=o&&!h,_=a&&!p;if(!o&&l){r=_?r:new ke(this);var g=n.apply(r,f);return g.__actions__.push({func:kf,args:[s],thisArg:t}),new Ae(g,h)}return v&&_?n.apply(this,f):(g=this.thru(s),v?u?g.value()[0]:g.value():g)})}),Ct(['pop','push','shift','sort','splice','unshift'],function(n){var t=ft[n],r=/^(?:push|sort|unshift)$/.test(n)?'tap':'thru',e=/^(?:pop|shift)$/.test(n);we.prototype[n]=function(){var n=arguments;if(e&&!this.__chain__){var u=this.value();return t.apply(ra(u)?u:[],n)}return this[r](function(r){return t.apply(ra(r)?r:[],n)})}}),uu(ke.prototype,function(n,t){var r=we[t];if(r){var e=r.name+'';yt.call(he,e)||(he[e]=[]),he[e].push({name:t,func:r})}}),he[Ti(t,d).name]=[{name:'wrapper',func:t}],ke.prototype.clone=function(){var n=new ke(this.__wrapped__);return n.__actions__=mi(this.__actions__),n.__dir__=this.__dir__,n.__filtered__=this.__filtered__,n.__iteratees__=mi(this.__iteratees__),n.__takeCount__=this.__takeCount__,n.__views__=mi(this.__views__),n},ke.prototype.reverse=function(){if(this.__filtered__){var n=new ke(this);n.__dir__=-1,n.__filtered__=!0}else(n=this.clone()).__dir__*=-1;return n},ke.prototype.value=function(){var n=this.__wrapped__.value(),t=this.__dir__,r=ra(n),e=t<0,u=r?n.length:0,i=go(0,u,this.__views__),o=i.start,f=i.end,a=f-o,c=e?f:o-1,l=this.__iteratees__,s=l.length,h=0,p=ne(a,this.__takeCount__);if(!r||!e&&u==a&&p==a)return ii(n,this.__actions__);var v=[];n:for(;a--&&h=this.__values__.length;return{done:n,value:n?t:this.__values__[this.__index__++]}},we.prototype.plant=function(n){for(var r,e=this;e instanceof je;){var u=Jo(e);u.__index__=0,u.__values__=t,r?i.__wrapped__=u:r=u;var i=u;e=e.__wrapped__}return i.__wrapped__=n,r},we.prototype.reverse=function(){var n=this.__wrapped__;if(n instanceof ke){var r=n;return this.__actions__.length&&(r=new ke(this)),(r=r.reverse()).__actions__.push({func:kf,args:[hf],thisArg:t}),new Ae(r,this.__chain__)}return this.thru(hf)},we.prototype.toJSON=we.prototype.valueOf=we.prototype.value=function(){return ii(this.__wrapped__,this.__actions__)},we.prototype.first=we.prototype.head,Mr&&(we.prototype[Mr]=function(){return this}),we})();'function'==typeof define&&'object'==typeof define.amd&&define.amd?(bt._=Ur,define(function(){return Ur})):mt?((mt.exports=Ur)._=Ur,wt._=Ur):bt._=Ur}).call(this)},771,[]); -__d(function(g,r,i,a,m,e,d){function n(n){return{type:r(d[0]).SET_REACTION_QUEUE,queue:n}}Object.defineProperty(e,"__esModule",{value:!0}),e.addReactionToBuffer=function(n){return{type:r(d[0]).ADD_REACTION_BUFFER,reaction:n}},e.addReactionsToChat=function(n){return{type:r(d[0]).ADD_REACTION_MESSAGE,message:n}},e.displayReactionSoundsNotification=function(){return{type:r(d[0]).SHOW_SOUNDS_NOTIFICATION}},e.flushReactionBuffer=function(){return{type:r(d[0]).FLUSH_REACTION_BUFFER}},e.pushReactions=function(n){return{type:r(d[0]).PUSH_REACTIONS,reactions:n}},e.removeReaction=function(t){return function(u,o){var c=o()['features/reactions'].queue;u(n(c.filter(function(n){return n.uid!==t})))}},e.sendReactions=function(){return{type:r(d[0]).SEND_REACTIONS}},e.setReactionQueue=n},772,[773]); -__d(function(g,r,i,a,m,e,d){Object.defineProperty(e,"__esModule",{value:!0}),e.TOGGLE_REACTIONS_VISIBLE=e.SHOW_SOUNDS_NOTIFICATION=e.SET_REACTION_QUEUE=e.SEND_REACTIONS=e.PUSH_REACTIONS=e.FLUSH_REACTION_BUFFER=e.ADD_REACTION_MESSAGE=e.ADD_REACTION_BUFFER=void 0;e.TOGGLE_REACTIONS_VISIBLE='TOGGLE_REACTIONS_VISIBLE';e.ADD_REACTION_BUFFER='ADD_REACTION_BUFFER';e.FLUSH_REACTION_BUFFER='FLUSH_REACTION_BUFFER';e.ADD_REACTION_MESSAGE='ADD_REACTION_MESSAGE';e.SET_REACTION_QUEUE='SET_REACTION_QUEUE';e.SEND_REACTIONS='SEND_REACTIONS';e.PUSH_REACTIONS='PUSH_REACTIONS';e.SHOW_SOUNDS_NOTIFICATION='SHOW_SOUNDS_NOTIFICATION'},773,[]); -__d(function(g,r,i,a,m,e,d){Object.defineProperty(e,"__esModule",{value:!0}),e.SURPRISE_SOUND_ID=e.SOUNDS_THRESHOLDS=e.SILENCE_SOUND_ID=e.REACTION_SOUND=e.REACTIONS_MENU_HEIGHT_IN_OVERFLOW_MENU=e.REACTIONS_MENU_HEIGHT_DRAWER=e.REACTIONS=e.RAISE_HAND_SOUND_ID=e.RAISE_HAND_ROW_HEIGHT=e.MUTE_REACTIONS_COMMAND=e.LIKE_SOUND_ID=e.LAUGH_SOUND_ID=e.GIFS_MENU_HEIGHT_IN_OVERFLOW_MENU=e.ENDPOINT_REACTION_NAME=e.CLAP_SOUND_ID=e.BOO_SOUND_ID=void 0;e.RAISE_HAND_ROW_HEIGHT=54;e.GIFS_MENU_HEIGHT_IN_OVERFLOW_MENU=200;e.REACTIONS_MENU_HEIGHT_DRAWER=144;e.REACTIONS_MENU_HEIGHT_IN_OVERFLOW_MENU=106;e.ENDPOINT_REACTION_NAME='endpoint-reaction';e.MUTE_REACTIONS_COMMAND='mute-reactions';e.REACTION_SOUND='REACTION_SOUND';e.LAUGH_SOUND_ID="REACTION_SOUND_LAUGH_";e.CLAP_SOUND_ID="REACTION_SOUND_CLAP_";e.LIKE_SOUND_ID="REACTION_SOUND_LIKE_";e.BOO_SOUND_ID="REACTION_SOUND_BOO_";e.SURPRISE_SOUND_ID="REACTION_SOUND_SURPRISE_";e.SILENCE_SOUND_ID="REACTION_SOUND_SILENCE_";e.RAISE_HAND_SOUND_ID='RAISE_HAND_SOUND';e.SOUNDS_THRESHOLDS=[1,4,10];var _={like:{message:':thumbs_up:',emoji:'\ud83d\udc4d',shortcutChar:'T',soundId:"REACTION_SOUND_LIKE_",soundFiles:r(d[0]).LIKE_SOUND_FILES},clap:{message:':clap:',emoji:'\ud83d\udc4f',shortcutChar:'C',soundId:"REACTION_SOUND_CLAP_",soundFiles:r(d[0]).CLAP_SOUND_FILES},laugh:{message:':grinning_face:',emoji:'\ud83d\ude00',shortcutChar:'L',soundId:"REACTION_SOUND_LAUGH_",soundFiles:r(d[0]).LAUGH_SOUND_FILES},surprised:{message:':face_with_open_mouth:',emoji:'\ud83d\ude2e',shortcutChar:'O',soundId:"REACTION_SOUND_SURPRISE_",soundFiles:r(d[0]).SURPRISE_SOUND_FILES},boo:{message:':slightly_frowning_face:',emoji:'\ud83d\ude41',shortcutChar:'B',soundId:"REACTION_SOUND_BOO_",soundFiles:r(d[0]).BOO_SOUND_FILES},silence:{message:':face_without_mouth:',emoji:'\ud83d\ude36',shortcutChar:'S',soundId:"REACTION_SOUND_SILENCE_",soundFiles:r(d[0]).SILENCE_SOUND_FILES}};e.REACTIONS=_},774,[775]); -__d(function(g,r,i,a,m,e,d){Object.defineProperty(e,"__esModule",{value:!0}),e.SURPRISE_SOUND_FILES=e.SILENCE_SOUND_FILES=e.RAISE_HAND_SOUND_FILE=e.LIKE_SOUND_FILES=e.LAUGH_SOUND_FILES=e.CLAP_SOUND_FILES=e.BOO_SOUND_FILES=void 0;var S=new Array(3).fill('reactions-laughter.mp3');e.LAUGH_SOUND_FILES=S;var _=new Array(3).fill('reactions-applause.mp3');e.CLAP_SOUND_FILES=_;var E=new Array(3).fill('reactions-thumbs-up.mp3');e.LIKE_SOUND_FILES=E;var I=new Array(3).fill('reactions-boo.mp3');e.BOO_SOUND_FILES=I;var L=new Array(3).fill('reactions-surprise.mp3');e.SURPRISE_SOUND_FILES=L;var O=new Array(3).fill('reactions-crickets.mp3');e.SILENCE_SOUND_FILES=O;e.RAISE_HAND_SOUND_FILE='reactions-raised-hand.mp3'},775,[]); -__d(function(g,r,i,a,m,_e,d){Object.defineProperty(_e,"__esModule",{value:!0}),_e.abstractMapStateToProps=function(e){var t=e['features/base/dialog'],n=e['features/base/responsive-ui'].reducedUI;return{_component:t.component,_componentProps:t.componentProps,_reducedUI:n}},_e.default=void 0;var e=r(d[0])(r(d[1])),t=r(d[0])(r(d[2])),n=r(d[0])(r(d[3])),o=r(d[0])(r(d[4])),u=r(d[0])(r(d[5])),c=(function(e,t){if(!t&&e&&e.__esModule)return e;if(null===e||"object"!=typeof e&&"function"!=typeof e)return{default:e};var n=f(t);if(n&&n.has(e))return n.get(e);var o={},u=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var c in e)if("default"!==c&&Object.prototype.hasOwnProperty.call(e,c)){var l=u?Object.getOwnPropertyDescriptor(e,c):null;l&&(l.get||l.set)?Object.defineProperty(o,c,l):o[c]=e[c]}o.default=e,n&&n.set(e,o);return o})(r(d[6]));function f(e){if("function"!=typeof WeakMap)return null;var t=new WeakMap,n=new WeakMap;return(f=function(e){return e?n:t})(e)}function l(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(e){return!1}}var p=(function(f){(0,n.default)(v,f);var p,s,y=(p=v,s=l(),function(){var e,t=(0,u.default)(p);if(s){var n=(0,u.default)(this).constructor;e=Reflect.construct(t,arguments,n)}else e=t.apply(this,arguments);return(0,o.default)(this,e)});function v(){return(0,e.default)(this,v),y.apply(this,arguments)}return(0,t.default)(v,[{key:"_renderDialogContent",value:function(){var e=this.props,t=e._component,n=e._reducedUI;return t&&!n?c.default.createElement(t,this.props._componentProps):null}}]),v})(c.Component);_e.default=p},776,[2,3,4,8,10,12,19]); -__d(function(g,r,i,a,m,e,d){Object.defineProperty(e,"__esModule",{value:!0}),Object.keys(r(d[0])).forEach(function(n){"default"!==n&&"__esModule"!==n&&(n in e&&e[n]===r(d[0])[n]||Object.defineProperty(e,n,{enumerable:!0,get:function(){return r(d[0])[n]}}))})},777,[778]); -__d(function(g,_r,_i,a,m,e,d){Object.defineProperty(e,"__esModule",{value:!0}),e.getReactionMessageFromBuffer=function(t){return t.map(function(t){return _r(d[4]).REACTIONS[t].message}).reduce(function(t,n){return""+t+n})},e.getReactionsQueue=function(t){return t['features/reactions'].queue},e.getReactionsSoundsThresholds=function(t){return i(t).map(function(n){return{reaction:n,threshold:c(u(t,n))}})},e.getReactionsWithId=function(t){return t.map(function(t){return{reaction:t,uid:(0,_r(d[5]).v4)()}})},e.isReactionsEnabled=function(t){var n=t['features/base/config'].disableReactions;if('ReactNative'===navigator.product)return!n&&(0,_r(d[8]).getFeatureFlag)(t,_r(d[9]).REACTIONS_ENABLED,!0);return!n},e.sendReactionsWebhook=function(t,n){return o.apply(this,arguments)};var t=_r(d[0])(_r(d[1])),n=_r(d[0])(_r(d[2])),r=_r(d[0])(_r(d[3]));function o(){return(o=(0,n.default)(function*(t,n){var o=t['features/base/config'].webhookProxyUrl,i=t['features/base/conference'].conference,u=t['features/base/jwt'].jwt,c=t['features/base/connection'].connection,s=null==c?void 0:c.getJid(),f=(0,_r(d[6]).getLocalParticipant)(t),l=Object.assign({},u?{Authorization:"Bearer "+u}:{},{'Content-Type':'application/json'}),p={meetingFqn:(0,_r(d[7]).extractFqnFromPath)(),sessionId:null==i?void 0:i.sessionId,submitted:Date.now(),reactions:n,participantId:null==f?void 0:f.jwtId,participantName:null==f?void 0:f.name,participantJid:s};if(o)try{var S=yield fetch(o+"/reactions",{method:'POST',headers:l,body:JSON.stringify(p)});S.ok||r.default.error('Status error:',S.status)}catch(t){r.default.error('Could not send request',t)}})).apply(this,arguments)}function i(n){return(0,t.default)(new Set(n))}function u(t,n){return t.filter(function(t){return t===n}).length}function c(t){for(var n of _r(d[4]).SOUNDS_THRESHOLDS)if(t<=n)return n;return _r(d[4]).SOUNDS_THRESHOLDS[_r(d[4]).SOUNDS_THRESHOLDS.length-1]}},778,[2,45,275,779,774,792,807,1569,1233,1235]); -__d(function(g,r,i,a,m,e,d){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var t=(0,r(d[0]).getLogger)('features/base/reactions');e.default=t},779,[780]); -__d(function(g,r,i,a,m,e,d){Object.defineProperty(e,"__esModule",{value:!0}),e._initLogging=void 0,e.getLogger=function(o){var n='ReactNative'===navigator.product?f:u;return(0,t.getLogger)(o,void 0,n)};var t=(function(t,o){if(!o&&t&&t.__esModule)return t;if(null===t||"object"!=typeof t&&"function"!=typeof t)return{default:t};var n=l(o);if(n&&n.has(t))return n.get(t);var u={},f=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var c in t)if("default"!==c&&Object.prototype.hasOwnProperty.call(t,c)){var p=f?Object.getOwnPropertyDescriptor(t,c):null;p&&(p.get||p.set)?Object.defineProperty(u,c,p):u[c]=t[c]}u.default=t,n&&n.set(t,u);return u})(r(d[0])),o=r(d[1])(r(d[2])),n=r(d[1])(r(d[3]));function l(t){if("function"!=typeof WeakMap)return null;var o=new WeakMap,n=new WeakMap;return(l=function(t){return t?n:o})(t)}var u={},f={disableCallerInfo:!0};var c=o.default.once(function(){if('ReactNative'===navigator.product){var o=r(d[4]).default;t.default.setGlobalOptions(f),o.setGlobalLogOptions(f),t.default.removeGlobalTransport(console),o.removeGlobalLogTransport(console),t.default.addGlobalTransport(n.default),o.addGlobalLogTransport(n.default)}});e._initLogging=c},780,[781,2,771,784,790]); -__d(function(g,r,_i,a,m,e,d){var o={},n=[],t=r(d[0]).levels.TRACE;m.exports={addGlobalTransport:function(o){r(d[0]).addGlobalTransport(o)},removeGlobalTransport:function(o){r(d[0]).removeGlobalTransport(o)},setGlobalOptions:function(o){r(d[0]).setGlobalOptions(o)},getLogger:function(l,s,v){var f=new(r(d[0]))(t,l,s,v);return l?(o[l]=o[l]||[],o[l].push(f)):n.push(f),f},getUntrackedLogger:function(o,n,l){return new(r(d[0]))(t,o,n,l)},setLogLevelById:function(t,l){for(var s=l?o[l]||[]:n,v=0;v1&&m.push("<"+h.methodName+">: ");var b=m.concat(c);try{v.bind(u).apply(u,b)}catch(t){console.error("An error occured when trying to log with one of the available transports",t)}}}}function i(o,n,l,i){this.id=n,this.options=i||{},this.transports=l,this.transports||(this.transports=[]),this.level=t[o];for(var c=Object.keys(t),h=0;h=this.maxEntryLength&&this._flush(!0,!0)},t.prototype.start=function(){this._reschedulePublishInterval()},t.prototype._reschedulePublishInterval=function(){this.storeLogsIntervalID&&(window.clearTimeout(this.storeLogsIntervalID),this.storeLogsIntervalID=null),this.storeLogsIntervalID=window.setTimeout(this._flush.bind(this,!1,!0),this.storeInterval)},t.prototype.flush=function(){this._flush(!1,!0)},t.prototype._storeLogs=function(t){try{this.logStorage.storeLogs(t)}catch(t){console.error('LogCollector error when calling logStorage.storeLogs(): ',t)}},t.prototype._flush=function(t,s){var o=!1;try{o=this.logStorage.isReady()}catch(t){console.error('LogCollector error when calling logStorage.isReady(): ',t)}this.totalLen>0&&(o||t)&&(o?(this.outputCache.length&&(this.outputCache.forEach(function(t){this._storeLogs(t)}.bind(this)),this.outputCache=[]),this._storeLogs(this.queue)):this.outputCache.push(this.queue),this.queue=[],this.totalLen=0),s&&this._reschedulePublishInterval()},t.prototype.stop=function(){this._flush(!1,!1)},m.exports=t},783,[782]); -__d(function(g,r,i,a,m,_e,d){Object.defineProperty(_e,"__esModule",{value:!0}),_e.default=void 0;var e=r(d[0])(r(d[1])),n=r(d[2]).NativeModules.LogBridge;function t(e){var n,o=e.stack;return'function'==typeof e.cause&&(n=e.cause())&&(o+="\nCaused by: "+t(n)),o}var o=['trace','debug','info','log','warn','error'].reduce(function(o,u){return o[u]=function(o){for(var f=arguments.length,c=new Array(f>1?f-1:0),s=1;s=c)return e;switch(e){case'%s':return String(i[o++]);case'%d':return Number(i[o++]);case'%j':try{return JSON.stringify(i[o++])}catch(e){return'[Circular]'}default:return e}}),l=i[o];o=3&&(n.depth=arguments[2]),arguments.length>=4&&(n.colors=arguments[3]),O(t)?n.showHidden=t:t&&_e._extend(n,t),S(n.showHidden)&&(n.showHidden=!1),S(n.depth)&&(n.depth=2),S(n.colors)&&(n.colors=!1),S(n.customInspect)&&(n.customInspect=!0),n.colors&&(n.stylize=c),p(n,e,n.depth)}function c(e,t){var n=u.styles[t];return n?"\x1b["+u.colors[n][0]+'m'+e+"\x1b["+u.colors[n][1]+'m':e}function s(e,t){return e}function l(e){var t={};return e.forEach(function(e,n){t[e]=!0}),t}function p(e,t,n){if(e.customInspect&&t&&N(t.inspect)&&t.inspect!==_e.inspect&&(!t.constructor||t.constructor.prototype!==t)){var o=t.inspect(n,e);return E(o)||(o=p(e,o,n)),o}var i=f(e,t);if(i)return i;var u=Object.keys(t),c=l(u);if(e.showHidden&&(u=Object.getOwnPropertyNames(t)),P(t)&&(u.indexOf('message')>=0||u.indexOf('description')>=0))return y(t);if(0===u.length){if(N(t)){var s=t.name?': '+t.name:'';return e.stylize('[Function'+s+']','special')}if(z(t))return e.stylize(RegExp.prototype.toString.call(t),'regexp');if(D(t))return e.stylize(Date.prototype.toString.call(t),'date');if(P(t))return y(t)}var O,j='',w=!1,S=['{','}'];(v(t)&&(w=!0,S=['[',']']),N(t))&&(j=' [Function'+(t.name?': '+t.name:'')+']');return z(t)&&(j=' '+RegExp.prototype.toString.call(t)),D(t)&&(j=' '+Date.prototype.toUTCString.call(t)),P(t)&&(j=' '+y(t)),0!==u.length||w&&0!=t.length?n<0?z(t)?e.stylize(RegExp.prototype.toString.call(t),'regexp'):e.stylize('[Object]','special'):(e.seen.push(t),O=w?d(e,t,n,c,u):u.map(function(o){return b(e,t,n,c,o,w)}),e.seen.pop(),h(O,j,S)):S[0]+j+S[1]}function f(e,t){if(S(t))return e.stylize('undefined','undefined');if(E(t)){var n='\''+JSON.stringify(t).replace(/^"|"$/g,'').replace(/'/g,"\\'").replace(/\\"/g,'"')+'\'';return e.stylize(n,'string')}return w(t)?e.stylize(''+t,'number'):O(t)?e.stylize(''+t,'boolean'):j(t)?e.stylize('null','null'):void 0}function y(e){return'['+Error.prototype.toString.call(e)+']'}function d(e,t,n,o,i){for(var u=[],c=0,s=t.length;c-1&&(s=u?s.split('\n').map(function(e){return' '+e}).join('\n').substr(2):'\n'+s.split('\n').map(function(e){return' '+e}).join('\n')):s=e.stylize('[Circular]','special')),S(c)){if(u&&i.match(/^\d+$/))return s;(c=JSON.stringify(''+i)).match(/^"([a-zA-Z_][a-zA-Z_0-9]*)"$/)?(c=c.substr(1,c.length-2),c=e.stylize(c,'name')):(c=c.replace(/'/g,"\\'").replace(/\\"/g,'"').replace(/(^"|"$)/g,"'"),c=e.stylize(c,'string'))}return c+': '+s}function h(e,t,n){return e.reduce(function(e,t){return 0,t.indexOf('\n')>=0&&0,e+t.replace(/\u001b\[\d\d?m/g,'').length+1},0)>60?n[0]+(''===t?'':t+'\n ')+' '+e.join(',\n ')+' '+n[1]:n[0]+t+' '+e.join(', ')+' '+n[1]}function v(e){return Array.isArray(e)}function O(e){return'boolean'==typeof e}function j(e){return null===e}function w(e){return'number'==typeof e}function E(e){return'string'==typeof e}function S(e){return void 0===e}function z(e){return x(e)&&'[object RegExp]'===T(e)}function x(e){return'object'==typeof e&&null!==e}function D(e){return x(e)&&'[object Date]'===T(e)}function P(e){return x(e)&&('[object Error]'===T(e)||e instanceof Error)}function N(e){return'function'==typeof e}function T(e){return Object.prototype.toString.call(e)}function $(e){return e<10?'0'+e.toString(10):e.toString(10)}_e.debuglog=function(e){if(e=e.toUpperCase(),!n[e])if(o.test(e)){var t=process.pid;n[e]=function(){var n=_e.format.apply(_e,arguments);console.error('%s %d: %s',e,t,n)}}else n[e]=function(){};return n[e]},_e.inspect=u,u.colors={bold:[1,22],italic:[3,23],underline:[4,24],inverse:[7,27],white:[37,39],grey:[90,39],black:[30,39],blue:[34,39],cyan:[36,39],green:[32,39],magenta:[35,39],red:[31,39],yellow:[33,39]},u.styles={special:'cyan',number:'yellow',boolean:'yellow',undefined:'grey',null:'bold',string:'green',date:'magenta',regexp:'red'},_e.types=r(_d[0]),_e.isArray=v,_e.isBoolean=O,_e.isNull=j,_e.isNullOrUndefined=function(e){return null==e},_e.isNumber=w,_e.isString=E,_e.isSymbol=function(e){return'symbol'==typeof e},_e.isUndefined=S,_e.isRegExp=z,_e.types.isRegExp=z,_e.isObject=x,_e.isDate=D,_e.types.isDate=D,_e.isError=P,_e.types.isNativeError=P,_e.isFunction=N,_e.isPrimitive=function(e){return null===e||'boolean'==typeof e||'number'==typeof e||'string'==typeof e||'symbol'==typeof e||void 0===e},_e.isBuffer=r(_d[1]);var F=['Jan','Feb','Mar','Apr','May','Jun','Jul','Aug','Sep','Oct','Nov','Dec'];function _(e,t){return Object.prototype.hasOwnProperty.call(e,t)}_e.log=function(){var e,t;console.log('%s - %s',(e=new Date,t=[$(e.getHours()),$(e.getMinutes()),$(e.getSeconds())].join(':'),[e.getDate(),F[e.getMonth()],t].join(' ')),_e.format.apply(_e,arguments))},_e.inherits=r(_d[2]),_e._extend=function(e,t){if(!t||!x(t))return e;for(var n=Object.keys(t),o=n.length;o--;)e[n[o]]=t[n[o]];return e};var k='undefined'!=typeof Symbol?Symbol('util.promisify.custom'):void 0;function A(e,t){if(!e){var n=new Error('Promise was rejected with a falsy value');n.reason=e,e=n}return t(e)}_e.promisify=function(t){if('function'!=typeof t)throw new TypeError('The "original" argument must be of type Function');if(k&&t[k]){var n;if('function'!=typeof(n=t[k]))throw new TypeError('The "util.promisify.custom" argument must be of type Function');return Object.defineProperty(n,k,{value:n,enumerable:!1,writable:!1,configurable:!0}),n}function n(){for(var e,n,o=new Promise(function(t,o){e=t,n=o}),i=[],u=0;u1||!i?arguments.length<=1?void 0:arguments[1]:void 0,o=(arguments.length<=1?0:arguments.length-1)>1&&(arguments.length<=2?void 0:arguments[2])||i||{},a=JSON.parse(e,r);return"ignore"===o.protoAction?a:a&&"object"==typeof a&&e.match(n)?(t.scan(a,o),a):a},t.scan=function(e){for(var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=[e];n.length;){var i=n;for(var r of(n=[],i)){if(Object.prototype.hasOwnProperty.call(r,"__proto__")){if("remove"!==t.protoAction)throw new SyntaxError("Object contains forbidden prototype property");delete r.__proto__}for(var o in r){var a=r[o];a&&"object"==typeof a&&n.push(r[o])}}}},t.safeParse=function(e,n){try{return t.parse(e,n)}catch(e){return null}}},2505:function(e,t,n){var i=n(8350);function r(e,t){this.logStorage=e,this.stringifyObjects=!(!t||!t.stringifyObjects)&&t.stringifyObjects,this.storeInterval=t&&t.storeInterval?t.storeInterval:3e4,this.maxEntryLength=t&&t.maxEntryLength?t.maxEntryLength:1e4,Object.values(i.levels).forEach(function(e){this[e]=function(){this._log.apply(this,arguments)}.bind(this,e)}.bind(this)),this.storeLogsIntervalID=null,this.queue=[],this.totalLen=0,this.outputCache=[]}r.prototype.stringify=function(e){try{return JSON.stringify(e)}catch(e){return"[object with circular refs?]"}},r.prototype.formatLogMessage=function(e){for(var t="",n=1,i=arguments.length;n=this.maxEntryLength&&this._flush(!0,!0)},r.prototype.start=function(){this._reschedulePublishInterval()},r.prototype._reschedulePublishInterval=function(){this.storeLogsIntervalID&&(window.clearTimeout(this.storeLogsIntervalID),this.storeLogsIntervalID=null),this.storeLogsIntervalID=window.setTimeout(this._flush.bind(this,!1,!0),this.storeInterval)},r.prototype.flush=function(){this._flush(!1,!0)},r.prototype._storeLogs=function(e){try{this.logStorage.storeLogs(e)}catch(e){console.error("LogCollector error when calling logStorage.storeLogs(): ",e)}},r.prototype._flush=function(e,t){var n=!1;try{n=this.logStorage.isReady()}catch(e){console.error("LogCollector error when calling logStorage.isReady(): ",e)}this.totalLen>0&&(n||e)&&(n?(this.outputCache.length&&(this.outputCache.forEach(function(e){this._storeLogs(e)}.bind(this)),this.outputCache=[]),this._storeLogs(this.queue)):this.outputCache.push(this.queue),this.queue=[],this.totalLen=0),t&&this._reschedulePublishInterval()},r.prototype.stop=function(){this._flush(!1,!1)},e.exports=r},8350:function(e){var t={trace:0,debug:1,info:2,log:3,warn:4,error:5};o.consoleTransport=console;var n=[o.consoleTransport];o.addGlobalTransport=function(e){-1===n.indexOf(e)&&n.push(e)},o.removeGlobalTransport=function(e){var t=n.indexOf(e);-1!==t&&n.splice(t,1)};var i={};function r(){var e=arguments[0],r=arguments[1],o=Array.prototype.slice.call(arguments,2);if(!(t[r]1&&l.push("<"+a.methodName+">: ");var p=l.concat(o);try{u.bind(d).apply(d,p)}catch(e){console.error("An error occured when trying to log with one of the available transports",e)}}}}function o(e,n,i,o){this.id=n,this.options=o||{},this.transports=i,this.transports||(this.transports=[]),this.level=t[e];for(var a=Object.keys(t),s=0;s1&&(e[n[0]]=void 0),e};t.parseParams=function(e){return e.split(/;\s?/).reduce(s,{})},t.parseFmtpConfig=t.parseParams,t.parsePayloads=function(e){return e.toString().split(" ").map(Number)},t.parseRemoteCandidates=function(e){for(var t=[],n=e.split(" ").map(i),r=0;r=i)return e;var r=n[t];switch(t+=1,e){case"%%":return"%";case"%s":return String(r);case"%d":return Number(r);case"%v":return""}})},a=function(e,t,n){var i=[e+"="+(t.format instanceof Function?t.format(t.push?n:n[t.name]):t.format)];if(t.names)for(var r=0;r2)return e;if(2==n&&0===i)return e;if(1===n)t=e.ssrcs[0].id;else{var r=e.ssrcGroups.filter(function(e){return"FID"===e.semantics})[0];if(!r)return e;t=parseInt(r.ssrcs.split(" ")[0])}return console.log("SdpSimulcast: current ssrc cache: ",this.ssrcCache),console.log("SdpSimulcast: parsed primary ssrc "+t),-1!==this.ssrcCache.indexOf(t)?(console.log("SdpSimulcast: Have seen primary ssrc before, filling in data from cache"),e=this._fillInSourceDataFromCache(e)):(console.log("SdpSimulcast: Have not seen primary ssrc before, generating source data"),e=this._generateSourceData(e,t)),this.ssrcCache=this._parseSimLayers(e),e},d.prototype.mungeRemoteDescription=function(e,t){if(!l(e))return e;var n=i.parse(e.sdp),r=this;return u(n,function(e){r.options.explodeRemoteSimulcast?(function(e){if(e&&Array.isArray(e.ssrcGroups))for(var t=o(e),n=[],i=e.ssrcGroups.length;i--;)if("SIM"===e.ssrcGroups[i].semantics){for(var r=e.ssrcGroups[i].ssrcs.split(" "),s=0;s=0)){var r=e[i];Object.keys(r).forEach(function(e){n.push({id:i,attribute:e,value:r[e]})})}})}return n},t.parseSsrcs=function(e){var t={};return void 0!==e.ssrcs&&Array.isArray(e.ssrcs)&&e.ssrcs.forEach(function(e){t[e.id]||(t[e.id]={}),t[e.id][e.attribute]=e.value}),t}},803:function(e){self,e.exports=(function(){var e={607:function(e,t,n){"use strict";t.ap=t.Tk=t.Vk=t.b1=t.zP=t.$j=t.dL=t.aM=t.vP=t.xt=t.Zt=t.UN=t.IO=t.zl=t.v6=t.S1=void 0,n(699);var i=n(231);t.S1=function(e,t){(0,i.initSDK)(e||{},[""],t)},t.v6=function(e){(0,i.setConfig)(e)},t.zl=function(e){},t.IO=function(e,t){(0,i.setUserRating)(e,t)},t.UN=function(e){(0,i.addKeys)(e)},t.Zt=function(){(0,i.disableDataCollection)()},t.xt=function(){(0,i.enableDataCollection)()},t.vP=function(e){(0,i.addEvent)(e)},t.aM=function(e,t){(0,i.mapStream)(e,t)},t.dL=function(e,t){(0,i.mapTrack)(e,t)},t.$j=function(){(0,i.connect)()},t.zP=function(){(0,i.disconnect)()},t.b1=function(e){(0,i.registerOnStatsListener)(e)},t.Vk=function(e){(0,i.persistentEnd)(e)},t.Tk=function(e,t){(0,i.persistentStart)(e,t)},t.ap=function(e){(0,i.registerStateListener)(e)},t.default={init:t.S1,addTags:t.zl,setUserRating:t.IO,addKeys:t.UN,setConfig:t.v6,disableDataCollection:t.Zt,enableDataCollection:t.xt,addEvent:t.vP,mapStream:t.aM,mapTrack:t.dL,connect:t.$j,disconnect:t.zP,addStatsListener:t.b1,persistentEnd:t.Vk,persistentStart:t.Tk,addStateListener:t.ap}},231:function(e,t,n){"use strict";var i=this&&this.__assign||function(){return(i=Object.assign||function(e){for(var t,n=1,i=arguments.length;n0&&r[r.length-1])||6!==o[0]&&2!==o[0])){a=0;continue}if(3===o[0]&&(!r||o[1]>r[0]&&o[1]0&&"function"==typeof r[0]))return t;r[0].apply(null,[t])},function(t){if(s({data:[e+"OnFailure",i,t.toString()]}),!(r.length>1&&"function"==typeof r[1]))throw t;r[1].apply(null,[t])})})}),["setLocalDescription","setRemoteDescription","addIceCandidate"].forEach(function(e){var n=t.prototype[e];n&&(t.prototype[e]=function(){var t=this.__rtcStatsId,i=arguments,r=this,o="setLocalDescription"===e&&(!i[0]||i[0]&&!i[0].sdp);return s({data:[e,this.__rtcStatsId,o?{parameterless:!0}:i[0]]}),n.apply(this,[i[0]]).then(function(){s({data:[e+"OnSuccess",t,o?null==r?void 0:r.localDescription:void 0]}),i.length>=2&&"function"==typeof i[1]&&i[1].apply(null,[])},function(n){if(s({data:[e+"OnFailure",t,n.toString()]}),!(i.length>=3&&"function"==typeof i[2]))throw n;i[2].apply(null,[n])})})}),t.generateCertificate&&Object.defineProperty(n,"generateCertificate",{get:function(){return arguments.length?t.generateCertificate.apply(null,arguments):t.generateCertificate}}),window[e+"RTCPeerConnection"]=n,window[e+"RTCPeerConnection"].prototype=t.prototype}}),t.forEach(function(e){var t=e+(e.length?"GetUserMedia":"getUserMedia");if(navigator[t]){var n=navigator[t].bind(navigator);navigator[t]=function(){s({data:["getUserMedia",null,arguments[0]]});var e=arguments[1],t=arguments[2];n(arguments[0],function(t){s({data:["getUserMediaOnSuccess",null,(0,m.dumpStream)(t)]}),e&&e(t)},function(e){var n=["getUserMediaOnFailure",null,e.name];s({data:n}),U(n),t&&t(e)})}.bind(navigator)}}),navigator.mediaDevices&&navigator.mediaDevices.getUserMedia){var l=navigator.mediaDevices.getUserMedia.bind(navigator.mediaDevices);navigator.mediaDevices.getUserMedia=function(){return s({data:["navigator.mediaDevices.getUserMedia",null,arguments[0]]}),l.apply(navigator.mediaDevices,arguments).then(function(e){return s({data:["navigator.mediaDevices.getUserMediaOnSuccess",null,(0,m.dumpStream)(e)]}),e},function(e){var t=["navigator.mediaDevices.getUserMediaOnFailure",null,e.name];return s({data:t}),U(t),Promise.reject(e)})}.bind(navigator.mediaDevices)}if(navigator.mediaDevices&&navigator.mediaDevices.getDisplayMedia){var p=navigator.mediaDevices.getDisplayMedia.bind(navigator.mediaDevices);navigator.mediaDevices.getDisplayMedia=function(){return s({data:["navigator.mediaDevices.getDisplayMedia",null,arguments[0]]}),p.apply(navigator.mediaDevices,arguments).then(function(e){return s({data:["navigator.mediaDevices.getDisplayMediaOnSuccess",null,(0,m.dumpStream)(e)]}),e},function(e){var t=["navigator.mediaDevices.getDisplayMediaOnFailure",null,e.name];return s({data:t}),U(t),Promise.reject(e)})}.bind(navigator.mediaDevices)}(null===(o=e.console)||void 0===o?void 0:o.level)&&(0,m.setConsoleLevel)(e.console.level,s)}},t.setConfig=function(e){var t;window.watchRTCInitialized?(!(!1===(null==b?void 0:b.allowBrowserLogCollection))&&!0===(null===(t=null==e?void 0:e.console)||void 0===t?void 0:t.override)&&e.console.level&&(0,m.setConsoleLevel)(e.console.level,s),"collectionInterval"in e&&delete e.collectionInterval,b=i(i({},b),e),S.rtcRoomId=b.rtcRoomId,S.rtcPeerId=b.rtcPeerId,P("info","setConfig",{newWatchrtcConfig:e,watchrtcConfig:b}),D({})):console.info.apply(console,a(a([],(0,m.logPrefix)("error"),!1),["SDK is not initialized. Use 'init' function first."],!1))},t.setUserRating=function(e,t){var n;if(!window.watchRTCInitialized)return console.info.apply(console,a(a([],(0,m.logPrefix)("error"),!1),["SDK is not initialized. Use 'init' function first."],!1)),Promise.resolve({error:"SDK is not initialized. Use 'init' function first."});if(!(0,m.validateRating)(e))return Promise.resolve({error:"Rating is invalid"});var i=(null===(n=null==T?void 0:T.connection)||void 0===n?void 0:n.readyState)===WebSocket.OPEN,r=["userRating",null,{rating:e,ratingComment:t}];return new Promise(function(e,t){i?s({data:r,options:{promiseFuncs:{resolve:e,reject:t}}}):L.apply(void 0,r).then(function(){return e({})}).catch(function(t){return e({error:t})})})},t.addKeys=function(e){var t;if(window.watchRTCInitialized){Object.keys(e||{}).forEach(function(t){"string"==typeof e[t]&&(e[t]=[e[t]])});var n=["keys",null,e],i=(null===(t=null==T?void 0:T.connection)||void 0===t?void 0:t.readyState)===WebSocket.OPEN,r=null==T?void 0:T.wasConnected;return new Promise(function(e,t){var o={promiseFuncs:{resolve:e,reject:t}};i?s({data:n,options:o}):r?L.apply(void 0,n).then(function(){return e({})}).catch(function(t){return e({error:t})}):s({data:n,options:o})})}console.info.apply(console,a(a([],(0,m.logPrefix)("error"),!1),["SDK is not initialized. Use 'init' function first."],!1))},t.disableDataCollection=function(){window.watchRTCInitialized?null==T||T.disableDataCollection():console.info.apply(console,a(a([],(0,m.logPrefix)("error"),!1),["SDK is not initialized. Use 'init' function first."],!1))},t.enableDataCollection=function(){window.watchRTCInitialized?null==T||T.enableDataCollection():console.info.apply(console,a(a([],(0,m.logPrefix)("error"),!1),["SDK is not initialized. Use 'init' function first."],!1))},t.addEvent=function(e){if(window.watchRTCInitialized){if((0,m.validateEvent)(e)){var t=["event",null,e];return new Promise(function(e,n){s({data:t,options:{promiseFuncs:{resolve:e,reject:n}}})})}}else console.info.apply(console,a(a([],(0,m.logPrefix)("error"),!1),["addEvent error. SDK is not initialized. Use 'init' function first."],!1))},t.mapStream=function(e,t){if(window.watchRTCInitialized){if(e&&t){var n=["mapStream",null,{id:e,name:t}];console.info.apply(console,a(a([],(0,m.logPrefix)("info"),!1),["mapStream method is deprecated. Please use mapTrack instead."],!1)),s({data:n})}}else console.info.apply(console,a(a([],(0,m.logPrefix)("error"),!1),["mapStream error. SDK is not initialized. Use 'init' function first."],!1))},t.mapTrack=function(e,t){window.watchRTCInitialized?!e||!t||(M[e]=t,s({data:["mapTrack",null,{id:e,name:t}]})):console.info.apply(console,a(a([],(0,m.logPrefix)("error"),!1),["mapTrack error. SDK is not initialized. Use 'init' function first."],!1))},t.connect=function(){window.watchRTCInitialized?(A=!0,P("info","manual connect"),D({})):console.info.apply(console,a(a([],(0,m.logPrefix)("error"),!1),["connect error. SDK is not initialized. Use 'init' function first."],!1))},t.disconnect=function(){window.watchRTCInitialized?(A=!1,I=!0,null==T||T.close(),P("info","manual disconnect")):console.info.apply(console,a(a([],(0,m.logPrefix)("error"),!1),["disconnect error. SDK is not initialized. Use 'init' function first."],!1))},t.registerOnStatsListener=function(e){p=e},t.registerStateListener=function(e){w=e};var L=function(){for(var e,t=[],n=0;n0){var r=t[i[0]],o=r.localCandidateId,a=r.remoteCandidateId,s=n.find(function(e){return"local-candidate"===t[e].type&&t[e].id===o}),c=n.find(function(e){return"remote-candidate"===t[e].type&&t[e].id===a});if(s&&c){var d=t[s],u=t[c],l={};return l[e]={connection:"relay"===d.candidateType?"relay":"direct",transport:"relay"===d.candidateType?d.relayProtocol:"udp",address:"".concat(u.address,":").concat(u.port)},l}}return null},t.getStreamsFromStats=function(e,t,n,i){var r={},o=Object.keys(n);return o.filter(function(e){return"inbound-rtp"===n[e].type||"outbound-rtp"===n[e].type}).forEach(function(a){var s=n[a],c=t&&a in t?t[a]:null,d="inbound-rtp"===s.type?"inbound":"outbound",u=s.kind,l=s.remoteId in n?n[s.remoteId]:null,p=c&&c.remoteId in t?t[c.remoteId]:null,h=c?(s.timestamp-c.timestamp)/1e3:null,f={direction:d,kind:u,peerId:e};if("video"===u&&(f.frameWidth=s.frameWidth,f.frameHeight=s.frameHeight,f.framerate=s.framesPerSecond),"inbound-rtp"===s.type)f.jitter=s.jitter,f.mappedName=s.trackIdentifier in i?i[s.trackIdentifier]:null,f.bytesReceived=c?s.bytesReceived-c.bytesReceived:null,f.packetsReceived=c?s.packetsReceived-c.packetsReceived:null,f.packetsLost=c?s.packetsLost-c.packetsLost:null,f.packetsLoss=f.packetsLost+f.packetsReceived>0?100*f.packetsLost/(f.packetsLost+f.packetsReceived):null,f.bitrate=h?8*f.bytesReceived/h:null,f.roundTripTime=l&&"roundTripTime"in l?l.roundTripTime:null;else{f.bytesSent=c?s.bytesSent-c.bytesSent:null,f.packetsSent=c?s.packetsSent-c.packetsSent:null,f.bitrate=h?8*f.bytesSent/h:null,f.roundTripTime=l&&"roundTripTime"in l?l.roundTripTime:null,f.jitter=l&&"jitter"in l?l.jitter:null,f.packetsLost=l&&p?l.packetsLost-p.packetsLost:null,f.packetsLoss=l&&"fractionLost"in l?l.fractionLost:null;var m=o.find(function(e){return n[e].id===s.mediaSourceId});if(m){var g=n[m].trackIdentifier;f.mappedName=g in i?i[g]:null}}r[n[a].id]=f}),r}},699:function(e,t){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},593:function(e,t,n){"use strict";var i=this&&this.__assign||function(){return(i=Object.assign||function(e){for(var t,n=1,i=arguments.length;n0&&r[r.length-1])||6!==o[0]&&2!==o[0])){a=0;continue}if(3===o[0]&&(!r||o[1]>r[0]&&o[1]n&&(n=i.timestamp)}),Object.keys(t).forEach(function(e){var i=t[e];i.timestamp===n&&(i.timestamp=0)}),t.timestamp=n,t},t.mangleChromeStats=function(e,t){var n={};return t.result().forEach(function(e){var t={id:e.id,timestamp:e.timestamp.getTime(),type:e.type};e.names().forEach(function(n){t[n]=e.stat(n)}),n[t.id]=t}),n},t.map2obj=function(e){if(!e.entries)return e;var t={};return e.forEach(function(e,n){t[n]=e}),t},t.dumpStream=function(e){return{id:e.id,tracks:e.getTracks().map(function(e){return{id:e.id,kind:e.kind,label:e.label,enabled:e.enabled,muted:e.muted,readyState:e.readyState}})}},t.getConnectionData=function(e,t,n){var i="".concat("ws"==e?"ws":"http","://localhost:9101"),r="".concat("ws"==e?"wss":"https","://watchrtc-staging1.testrtc.com"),o="".concat("ws"==e?"wss":"https","://watchrtc-staging2.testrtc.com"),a="".concat("ws"==e?"wss":"https","://watchrtc.testrtc.com"),s="".concat("ws"==e?"wss":"https","://watchrtc-app1.testrtc.com");n&&"http"===e&&(n=n.includes("wss://")?n.replace("wss://","https://"):n.replace("ws://","http://"));var c=t.split(":");return-1!==t.indexOf("local")?{url:n||i,key:c[1]}:-1!==t.indexOf("staging1")?{url:n||r,key:c[1]}:-1!==t.indexOf("staging")?{url:n||o,key:c[1]}:-1!==t.indexOf("production1")?{url:n||s,key:c[1]}:-1!==t.indexOf("production")?{url:n||a,key:c[1]}:{url:n||a,key:c[0]}},t.validateConfig=function(e){return!(null==e?void 0:e.rtcApiKey)&&(null==e?void 0:e.debug)?(console.info.apply(console,a(a([],(0,t.logPrefix)("error"),!1),["config.rtcApiKey or config.rtcToken need to be provided."],!1)),!1):!(!(null==e?void 0:e.rtcRoomId)||!(null==e?void 0:e.rtcPeerId))||((null==e?void 0:e.debug)&&console.info.apply(console,a(a([],(0,t.logPrefix)("info"),!1),["config.rtcRoomId or config.rtcPeerId is empty."],!1)),!1)},t.countOfValidConnections=function(e){return Object.keys(e).filter(function(t){return e[t].validConnection}).length},t.isRoomIdOrPeerIdChanged=function(e,n){var i=!1;return n.rtcRoomId&&e.rtcRoomId&&e.rtcRoomId!==n.rtcRoomId&&(i=!0),n.rtcPeerId&&e.rtcPeerId&&e.rtcPeerId!==n.rtcPeerId&&(i=!0),i&&n.debug&&console.log.apply(console,a(a([],(0,t.logPrefix)("info"),!1),["maybeOpenWebsocketConnection. rtcRoomId or rtcPeerId has been changed",{old:{rtcRoomId:e.rtcRoomId,rtcPeerId:e.rtcPeerId},new:{rtcRoomId:n.rtcRoomId,rtcPeerId:n.rtcPeerId}}],!1)),i},t.validateRating=function(e){return e?!("number"!=typeof e||e<1||e>5)||(console.info.apply(console,a(a([],(0,t.logPrefix)("error"),!1),["rating parameter should be number from 1 to 5"],!1)),!1):(console.info.apply(console,a(a([],(0,t.logPrefix)("error"),!1),["rating parameter is required"],!1)),!1)},t.validateEvent=function(e){return e?"global"!==e.type&&"local"!==e.type&&"log"!==e.type?(console.info.apply(console,a(a([],(0,t.logPrefix)("error"),!1),['event.type should be either "global" or "local" or "log"'],!1)),!1):!e.parameters||"object"==typeof e.parameters||(console.info.apply(console,a(a([],(0,t.logPrefix)("error"),!1),['event.parameters should be JSON object"'],!1)),!1):(console.info.apply(console,a(a([],(0,t.logPrefix)("error"),!1),["event parameter is required"],!1)),!1)},t.getHardwareInfo=function(){return r(void 0,void 0,void 0,function(){function e(e){return(Math.round(100*e)/100).toFixed(2)}var t,a,c,d;return o(this,function(u){switch(u.label){case 0:return t=function(e){return r(void 0,void 0,void 0,function(){return o(this,function(t){switch(t.label){case 0:return[4,new Promise(function(t){try{var i=n(804)("./".concat(e));return i.shift(),t(i)}catch(n){console.error("Error. getHardwareInfo. loadBenchmarks",{err:n.stack,fileName:e}),t([])}})];case 1:return[2,t.sent()]}})})},[4,s.getGPUTier({override:{loadBenchmarks:t}})];case 1:return a=u.sent(),c=i(i({},a),{cores_count:window.navigator.hardwareConcurrency}),(d=window.performance.memory)&&(c.jsHeapSizeLimit=e(d.jsHeapSizeLimit/1048576),c.totalJSHeapSize=e(d.totalJSHeapSize/1048576),c.usedJSHeapSize=e(d.usedJSHeapSize/1048576)),[2,c]}})})};var d={originalMethodPrefix:"_original_",methodsToPatch:["log","debug","info","warn","error"],level:""},u=function(e,t){var n=console[e];n&&(console[d.originalMethodPrefix+e]=n,console[e]=function(){for(var i=[],r=0;r=0&&o>=a){var s=l(i);t({data:["log",null,{type:e,text:s}]})}}n.apply(console,i)})};t.setConsoleLevel=function(e,t){if(e&&d.methodsToPatch.includes(e)&&e!==d.level){var n=d.methodsToPatch.indexOf(e),i=d.methodsToPatch.indexOf(d.level);if(i<0)for(var r=0,o=d.methodsToPatch.slice(n);r1e3?void((null==s?void 0:s.promiseFuncs)&&s.promiseFuncs.resolve({error:"Message buffer size exceeded"})):(e._instance.buffer.push(c),void((null==s?void 0:s.promiseFuncs)&&e._instance.sendPromises.push(s.promiseFuncs)));if(e._instance.connection.readyState===WebSocket.OPEN&&(e._instance.buffer.push(c),(null==s?void 0:s.promiseFuncs)&&e._instance.sendPromises.push(s.promiseFuncs),e._instance.buffer.length>=e._instance.sendInterval)){var d=JSON.stringify(e._instance.buffer),u=o.compressToEncodedURIComponent(d);if(e._instance.debug){var l=null!==(n=console._original_log)&&void 0!==n?n:console.log;l.apply(void 0,i(i([],(0,r.logPrefix)("info"),!1),["lines: ".concat(d.length)],!1)),l.apply(void 0,i(i([],(0,r.logPrefix)("info"),!1),["compressedMessage: ".concat(u.length)],!1))}e._instance.buffer=[],e._instance.connection.send(u),e._instance.sendPromises.forEach(function(e){return(0,e.resolve)({})}),e._instance.sendPromises=[]}}else(null==s?void 0:s.promiseFuncs)&&s.promiseFuncs.resolve({error:"Data collection disabled"})},e._instance?console.info.apply(console,i(i([],(0,r.logPrefix)("info"),!1),["WatchRTCSocket instance already created"],!1)):(e._instance=this,this.debug=!!t.debug)}return e.prototype.connect=function(t){var n=t.url,o=t.onData,a=t.onError,s=t.onOpen,c=t.onClose;e._instance.connection&&e._instance.connection.close();var d=e._instance;e._instance.connection=new WebSocket(n,"2.0"),e._instance.connection.onopen=s||null,e._instance.connection.onclose=c||null,e._instance.connection.onmessage=function(t){var n;try{var s=JSON.parse(t.data);s.error?(null===(n=null==d?void 0:d.connection)||void 0===n||n.close(),d.connection=null,console.info.apply(console,i(i([],(0,r.logPrefix)("error"),!1),["\n"+s.error],!1)),a(s.error,"auth")):(s.sendInterval&&(e._instance.sendInterval=s.sendInterval),o(s),e._instance.wasConnected=!0)}catch(e){console.info.apply(console,i(i([],(0,r.logPrefix)("error"),!1),[{err:e.stack}],!1)),a(e.message)}},e._instance.connection.onerror=function(e){console.info.apply(console,i(i([],(0,r.logPrefix)("error"),!1),["\n",e],!1)),a(e,"connection")}},e.prototype.close=function(t){var n,i;if(t&&(null===(i=null===(n=e._instance)||void 0===n?void 0:n.connection)||void 0===i?void 0:i.readyState)===WebSocket.OPEN){var r=JSON.stringify(["nailUpCallEnd",null,null]),a=o.compressToEncodedURIComponent(r);e._instance.connection.send(a)}e._instance.buffer=[],e._instance.sendPromises.forEach(function(e){return(0,e.resolve)({error:"Connection was close"})}),e._instance.sendPromises=[],e._instance.connection&&(e._instance.connection.close(),e._instance.onClose(),e._instance.connection=null)},e.prototype.disableDataCollection=function(){e._instance.debug&&console.log.apply(console,i(i([],(0,r.logPrefix)("info"),!1),["Data collection disabled."],!1)),e._instance.dataCollection=!1},e.prototype.enableDataCollection=function(){e._instance.debug&&console.log.apply(console,i(i([],(0,r.logPrefix)("info"),!1),["Data collection enabled."],!1)),e._instance.dataCollection=!0},e.prototype.toggleDebug=function(t){e._instance.debug=t},e})();t.default=a},240:function(e,t){!(function(e){"use strict";var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])})(e,n)};function n(e,t,n,i){return new(n||(n=Promise))(function(r,o){function a(e){try{c(i.next(e))}catch(e){o(e)}}function s(e){try{c(i.throw(e))}catch(e){o(e)}}function c(e){var t;e.done?r(e.value):(t=e.value,t instanceof n?t:new n(function(e){e(t)})).then(a,s)}c((i=i.apply(e,t||[])).next())})}function i(e,t){var n,i,r,o,a={label:0,sent:function(){if(1&r[0])throw r[1];return r[1]},trys:[],ops:[]};return o={next:s(0),throw:s(1),return:s(2)},"function"==typeof Symbol&&(o[Symbol.iterator]=function(){return this}),o;function s(o){return function(s){return(function(o){if(n)throw new TypeError("Generator is already executing.");for(;a;)try{if(n=1,i&&(r=2&o[0]?i.return:o[0]?i.throw||((r=i.return)&&r.call(i),0):i.next)&&!(r=r.call(i,o[1])).done)return r;switch(i=0,r&&(o=[2&o[0],r.value]),o[0]){case 0:case 1:r=o;break;case 4:return a.label++,{value:o[1],done:!1};case 5:a.label++,i=o[1],o=[0];continue;case 7:o=a.ops.pop(),a.trys.pop();continue;default:if(!((r=(r=a.trys).length>0&&r[r.length-1])||6!==o[0]&&2!==o[0])){a=0;continue}if(3===o[0]&&(!r||o[1]>r[0]&&o[1]0&&!window.MSStream;return{isIpad:o,isMobile:/android/i.test(t)||r||o,isSafari12:/Version\/12.+Safari/.test(t)}}})(),c=[],d=[];function u(e,t){if(e===t)return 0;var n=e;e.length>t.length&&(e=t,t=n);for(var i=e.length,r=t.length;i>0&&e.charCodeAt(~-i)===t.charCodeAt(~-r);)i--,r--;for(var o,a=0;al?u>l?l+1:u:u>s?s+1:u;return l}function l(e){return null!=e}var p=(function(e){function n(t){var n=this.constructor,i=e.call(this,t)||this;return Object.setPrototypeOf(i,n.prototype),i}return(function(e,n){if("function"!=typeof n&&null!==n)throw new TypeError("Class extends value "+String(n)+" is not a constructor or null");function i(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(i.prototype=n.prototype,new i)})(n,e),n})(Error);e.getGPUTier=function(e){var t=void 0===e?{}:e,c=t.mobileTiers,d=void 0===c?[0,15,30,60]:c,h=t.desktopTiers,f=void 0===h?[0,15,30,60]:h,m=t.override,g=void 0===m?{}:m,v=t.glContext,_=t.failIfMajorPerformanceCaveat,y=void 0!==_&&_,E=t.benchmarksURL,S=void 0===E?"https://unpkg.com/detect-gpu@".concat("4.0.8","/dist/benchmarks"):E;return n(void 0,void 0,void 0,function(){var e,t,c,h,m,_,E,b,R,T,C,x,k,A,I,w,P,M,D,O,N,L,U,F,j,V;return i(this,function(H){switch(H.label){case 0:if(e={},a)return[2,{tier:0,type:"SSR"}];if(t=g.isIpad,c=void 0===t?!!(null==s?void 0:s.isIpad):t,h=g.isMobile,m=void 0===h?!!(null==s?void 0:s.isMobile):h,_=g.screenSize,E=void 0===_?window.screen:_,b=g.loadBenchmarks,R=void 0===b?function(e){return n(void 0,void 0,void 0,function(){var t;return i(this,function(n){switch(n.label){case 0:return[4,fetch("".concat(S,"/").concat(e)).then(function(e){return e.json()})];case 1:if(t=n.sent(),parseInt(t.shift().split(".")[0],10)<4)throw new p("Detect GPU benchmark data is out of date. Please update to version 4x");return[2,t]}})})}:b,T=g.renderer,C=function(e){for(var t=0,n=m?["adreno","apple","mali-t","mali","nvidia","powervr"]:["intel","apple","amd","radeon","nvidia","geforce"];t1?l.map(function(e){return[e,u(t,e[0])]}).sort(function(e,t){return e[1]-t[1]})[0][0]:l[0],g=f[0],v=f[3],_=Number.MAX_VALUE,S=window.devicePixelRatio,b=E.width*S*E.height*S,T=0,x=v;T=14}):(i=d.filter(function(e){return e[1]===r})).length||(i=d),i.map(function(e){var t=e[0];return"apple ".concat(t," gpu")})})(w,t,m):[t]})(0,T)}return[4,Promise.all(A.map(x))];case 1:if(!(M=H.sent().filter(l).sort(function(e,t){var n=e[0],i=void 0===n?Number.MAX_VALUE:n,r=e[1],o=t[0],a=void 0===o?Number.MAX_VALUE:o,s=t[1];return i===a?r-s:i-a})).length)return[2,(D=r.find(function(e){return T.includes(e)}))?k(0,"BLOCKLISTED",D):k(1,"FALLBACK","".concat(T," (").concat(I,")"))];if(O=M[0],N=O[1],L=O[2],U=O[3],-1===N)return[2,k(0,"BLOCKLISTED",L,N,U)];for(F=m?d:f,j=0,V=0;V=F[V]&&(j=V);return[2,k(j,"BENCHMARK",L,N,U)]}})})},Object.defineProperty(e,"__esModule",{value:!0})})(t)},622:function(e){"use strict";e.exports=JSON.parse('["4.0.8",["qualcomm adreno 540","540",0,[[1919,1279,19]]],["qualcomm adreno 540 gpu","540",0,[[1919,1279,24]]],["qualcomm adreno 618 gpu","618",0,[[1920,1080,20]]],["qualcomm adreno 630 gpu","630",0,[[1920,1080,21]]],["qualcomm adreno 680 gpu","680",0,[[2880,1920,25]]],["qualcomm adreno 685 gpu","685",0,[[1920,1080,28]]],["qualcomm adreno 690 gpu","690",0,[[1920,1280,28]]],["qualcomm adreno 8cx gen 3","8",0,[[1920,1080,22]]]]')},183:function(e){"use strict";e.exports=JSON.parse('["4.0.8",["amd ???","",0,[[1920,1080,144]]],["amd [amd/ati] fiji [radeon r9 fury / nano series]","9",0,[[1920,1200,162]]],["amd 15dd","15",0,[[3840,2160,14]]],["amd 66af:f1","66",0,[[3840,2160,181]]],["amd 67df:c4","67",0,[[2560,1600,59]]],["amd 67e8:00","67",0,[[1920,1080,59]]],["amd 67ef:c5","67",0,[[1920,1080,52]]],["amd 67ef:cf","67",0,[[1920,1080,74]]],["amd 67ef:e7","67",0,[[1920,1080,60]]],["amd 67ff:08","67",0,[[1920,1200,31]]],["amd 694c:c0","694",0,[[1919,1080,28],[3840,2160,12]]],["amd 694e:c0","694",0,[[3840,2160,27]]],["amd 6980:00","6980",0,[[1920,1200,59]]],["amd 699f:c1","699",0,[[1920,1080,48]]],["amd 7310:00","7310",0,[[3840,2160,55]]],["amd 731f:c1","731",0,[[1920,1080,60]]],["amd 7340:c5","7340",0,[[2560,1600,44]]],["amd advanced micro devices [amd] nee ati device","nee",0,[[1920,1200,157]]],["amd asus amd radeon r9-990x","9",0,[[1920,1080,60]]],["amd asus eah5450","5450",0,[[1600,900,12],[1680,1050,11],[1920,1200,12]]],["amd asus eah5670","5670",0,[[1920,1080,28]]],["amd asus eah6450","6450",0,[[1920,1080,12]]],["amd asus hd7750","7750",0,[[1920,1080,105]]],["amd asus hd7770","7770",0,[[1680,1050,60]]],["amd asus hd7850","7850",0,[[1920,1080,60]]],["amd asus hd7970","7970",0,[[3840,2160,50]]],["amd asus hd8760","8760",0,[[1680,1050,59]]],["amd asus r5 230","5",0,[[1920,1080,12]]],["amd asus r7 240","7",0,[[1600,900,28],[1920,1080,31]]],["amd asus r7 250","7",0,[[1920,1080,59]]],["amd asus r7 250x","7",0,[[1920,1080,60]]],["amd asus r7 265","7",0,[[1920,1080,60]]],["amd asus r7 360","7",0,[[1920,1080,78]]],["amd asus r7 370","7",0,[[1600,900,60],[1920,1080,143]]],["amd asus r9 270","9",0,[[1600,900,60]]],["amd asus r9 280x","9",0,[[1920,1080,146]]],["amd asus r9 295x2","9",0,[[2560,1440,93]]],["amd asus r9 380","9",0,[[1920,1080,60]]],["amd asus r9 390","9",0,[[1920,1080,235]]],["amd asus radeon r7 250","7",0,[[800,638,60]]],["amd asus radeon r7 260x","7",0,[[2560,1080,65]]],["amd asus radeon r9 270x","9",0,[[1024,768,85],[1920,1080,60]]],["amd asus radeon r9 280","9",0,[[1920,1080,60]]],["amd asus radeon rx 460","460",0,[[1360,768,104]]],["amd asus radeon rx 470","470",0,[[1920,1080,60]]],["amd asus radeon rx 480","480",0,[[1920,1080,124]]],["amd asus radeon rx 550","550",0,[[1440,900,60],[1920,1080,49]]],["amd asus radeon rx 5500 xt","5500",0,[[1920,1080,325]]],["amd asus radeon rx 560","560",0,[[1360,768,60],[1920,1080,85]]],["amd asus radeon rx 570","570",0,[[1600,900,202],[1920,1080,60]]],["amd asus radeon rx 5700","5700",0,[[1920,1080,327]]],["amd asus radeon rx 5700 xt","5700",0,[[1920,1080,224],[2560,1440,60]]],["amd asus radeon rx 580","580",0,[[1920,1080,177],[2560,1080,60]]],["amd asus radeon rx vega","rx",0,[[2560,1440,117]]],["amd asus rx 6600xt macos","6600",0,[[3840,2160,60]]],["amd ati mobility radeon hd 5870","5870",0,[[1920,1200,19]]],["amd baffin amd radeon rx 560","560",0,[[1920,1080,60]]],["amd barco mxrt 5600","5600",0,[[2800,2100,30]]],["amd carrizo 9874","9874",0,[[1920,1200,11]]],["amd cezanne","",0,[[1920,1080,162]]],["amd device","",0,[[1920,1080,188]]],["amd ellesmere radeon rx 570","570",0,[[1920,1080,60]]],["amd embedded radeon e9171","9171",0,[[3840,2160,26]]],["amd embedded radeon e9173","9173",0,[[3840,2160,16]]],["amd firepro 2270","2270",0,[[1245,768,19],[1920,1200,9]]],["amd firepro 3800 graphics adapter","3800",0,[[1920,1080,18]]],["amd firepro d300","300",0,[[1920,1080,60],[2560,1440,60],[3440,1440,60],[3840,2160,30]]],["amd firepro d500","500",0,[[1600,900,60],[2560,1440,59],[2560,1600,87],[3840,2160,57]]],["amd firepro d700","700",0,[[2048,1152,59],[2560,1440,59]]],["amd firepro m2000","2000",0,[[1600,900,28],[1920,1080,24]]],["amd firepro m4000","4000",0,[[1920,1080,57]]],["amd firepro m4000 mobility pro","4000",0,[[1920,1080,57]]],["amd firepro m4100","4100",0,[[1920,1080,58]]],["amd firepro m4100 firegl v","4100",0,[[1920,1080,24]]],["amd firepro m4150","4150",0,[[1600,900,51]]],["amd firepro m4170","4170",0,[[1920,1080,43]]],["amd firepro m5100","5100",0,[[1920,1080,60]]],["amd firepro m5100 firegl v","5100",0,[[1920,1080,29]]],["amd firepro m5950","5950",0,[[1920,1080,42]]],["amd firepro m6000 mobility pro","6000",0,[[1600,900,33],[1920,1080,60]]],["amd firepro m6100","6100",0,[[1920,1080,60]]],["amd firepro m6100 firegl v","6100",0,[[1920,1080,60]]],["amd firepro m7820","7820",0,[[1680,1050,44]]],["amd firepro r5000","5000",0,[[1920,1080,60]]],["amd firepro s10000","10000",0,[[2560,1440,58]]],["amd firepro s7150","7150",0,[[1440,900,70]]],["amd firepro s9000","9000",0,[[1920,1080,60]]],["amd firepro s9050","9050",0,[[1920,1080,101]]],["amd firepro v graphics adapter","v",0,[[1680,1050,53],[1920,1080,54]]],["amd firepro v3800","3800",0,[[1280,992,28],[1680,1050,25]]],["amd firepro v3900","3900",0,[[1920,1080,28],[2560,1440,26]]],["amd firepro v4800","4800",0,[[1440,900,37],[1920,1080,50]]],["amd firepro v4800 graphics adapter","4800",0,[[1920,1080,46]]],["amd firepro v4900","4900",0,[[1600,900,76],[1920,1080,53]]],["amd firepro v4900 graphics adapter","4900",0,[[1920,1200,40]]],["amd firepro v5800","5800",0,[[1366,768,60],[1920,1200,62]]],["amd firepro v5800 graphics adapter","5800",0,[[1360,768,83],[1280,1024,58]]],["amd firepro v5900","5900",0,[[1920,1080,53],[1920,1200,58],[3440,1440,34]]],["amd firepro v5900 graphics adapter","5900",0,[[1600,1200,54],[1920,1080,65]]],["amd firepro v7800 graphics adapter","7800",0,[[1680,1050,60],[1920,1080,60]]],["amd firepro v7900","7900",0,[[1920,1080,135],[1920,1200,60],[2560,1080,124]]],["amd firepro v7900 graphics adapter","7900",0,[[1920,1080,58]]],["amd firepro v8800","8800",0,[[2560,1440,58]]],["amd firepro w2100","2100",0,[[1920,1080,33]]],["amd firepro w4100","4100",0,[[1920,1080,55]]],["amd firepro w4100 graphics adapter","4100",0,[[1600,1200,70],[1920,1080,56]]],["amd firepro w4150m firegl v","4150",0,[[1920,1080,45]]],["amd firepro w4170m","4170",0,[[1366,768,11]]],["amd firepro w4190m","4190",0,[[1920,1080,42]]],["amd firepro w4300","4300",0,[[1280,1024,116]]],["amd firepro w5000","5000",0,[[1920,1080,60],[2560,1600,75]]],["amd firepro w5000 graphics adapter","5000",0,[[1280,1024,60],[1920,1080,117]]],["amd firepro w5100","5100",0,[[1920,1080,60],[1920,1200,59]]],["amd firepro w5100 graphics adapter","5100",0,[[1920,1080,89],[3840,2160,29]]],["amd firepro w5130m","5130",0,[[1920,1080,60]]],["amd firepro w5170m","5170",0,[[1920,1080,84],[2560,1440,51]]],["amd firepro w600","600",0,[[3840,2160,25]]],["amd firepro w6150m","6150",0,[[1920,1080,45]]],["amd firepro w7000","7000",0,[[1920,1080,60],[1920,1200,136]]],["amd firepro w7000 graphics adapter","7000",0,[[1920,1080,60]]],["amd firepro w7100","7100",0,[[1920,1080,60],[1920,1200,141]]],["amd firepro w7100 graphics adapter","7100",0,[[1200,900,60]]],["amd firepro w7170m","7170",0,[[1920,1080,60]]],["amd firepro w8000","8000",0,[[1920,1200,110],[2560,1440,60]]],["amd firepro w8100","8100",0,[[1920,1080,60],[1920,1200,60]]],["amd firepro w8100 graphic adapter","8100",0,[[1280,1024,113]]],["amd firepro w9100","9100",0,[[1920,1080,60],[1920,1200,188],[2560,1600,59]]],["amd gigabyte radeon rx 580","580",0,[[1920,1080,60]]],["amd gigabyte vega 64 macos","64",0,[[1920,1080,60]]],["amd hd7950 martin rev.","7950",0,[[2560,1440,101]]],["amd hd7950 martin ver.","7950",0,[[2560,1440,104]]],["amd kamen rider black rx","rx",0,[[1920,1080,60]]],["amd kaveri","",0,[[1920,1080,9]]],["amd madison [mobility radeon hd 5650 / 6530m/6550m]","5650",0,[[1366,768,43]]],["amd matrox c680 pcie x16","680",0,[[2560,1440,49]]],["amd matrox c900 pcie x16","900",0,[[5760,3240,9]]],["amd metal","",0,[[1920,1080,120]]],["amd mobility radeon hd 4250","4250",0,[[963,722,26]]],["amd mobility radeon hd 5000","5000",0,[[1366,768,47]]],["amd mobility radeon hd 5400","5400",0,[[1366,768,24]]],["amd mobility radeon hd 5430","5430",0,[[1600,900,15],[1920,1080,60]]],["amd mobility radeon hd 5470","5470",0,[[1366,768,24]]],["amd mobility radeon hd 5570","5570",0,[[1920,1080,27]]],["amd mobility radeon hd 5730 / 6570m","5730",0,[[1366,768,58]]],["amd mobility radeon hd 5850","5850",0,[[1600,900,55]]],["amd mobility radeon hd 5870","5870",0,[[1600,900,64],[1920,1200,53]]],["amd msi / amd rx 560","560",0,[[1920,1080,60]]],["amd msi / amd rx 560 4g","560",0,[[1920,1080,60]]],["amd msi baffin rx650","650",0,[[1920,1080,399]]],["amd msi rx560","560",0,[[1920,1080,343]]],["amd msi rx650","650",0,[[1920,1080,60]]],["amd mxgpu","",0,[[1920,1012,67],[1920,1080,106]]],["amd navi 10 5700 xt","10",0,[[3840,2160,60]]],["amd opal xt/gl","xt",0,[[1366,768,60]]],["amd park [mobility radeon hd 5430","5430",0,[[1280,720,11]]],["amd picasso","",0,[[1920,1080,48]]],["amd pitcairn pro radeon hd 7850","7850",0,[[1920,1080,60]]],["amd powercolor radeon r9 280","9",0,[[1920,1080,60]]],["amd r9 270x devil","9",0,[[1920,1080,60]]],["amd r9 280x dual-x","9",0,[[1920,1080,60]]],["amd r9 380","9",0,[[2560,1440,119]]],["amd r9 xxx","9",0,[[1920,1080,60]]],["amd radeon","",0,[[1920,1080,299],[3440,1440,60]]],["amd radeon 500","500",0,[[1920,1080,73]]],["amd radeon 520","520",0,[[1920,1080,35],[2560,1440,29]]],["amd radeon 530","530",0,[[1366,768,60],[1920,1080,30]]],["amd radeon 535","535",0,[[1920,1080,35]]],["amd radeon 535dx","535",0,[[1366,768,31],[1920,1080,37]]],["amd radeon 540","540",0,[[1920,1080,38]]],["amd radeon 540 / rx 540x/550/550x","540",0,[[2560,1440,88]]],["amd radeon 540x","540",0,[[1920,1080,59]]],["amd radeon 550","550",0,[[1920,1080,115]]],["amd radeon 550x","550",0,[[1920,1080,28]]],["amd radeon 610","610",0,[[1920,1080,29]]],["amd radeon 620","620",0,[[1920,1080,18]]],["amd radeon 625","625",0,[[1366,768,55],[1920,1080,47]]],["amd radeon 630","630",0,[[1920,1080,29]]],["amd radeon 6600m and 6700m","6600",0,[[1366,768,36],[1440,900,60]]],["amd radeon 6800","6800",0,[[3440,1440,100]]],["amd radeon 7500m/7600m","7500",0,[[1366,768,37]]],["amd radeon 7950 x2","7950",0,[[2560,1440,174]]],["amd radeon d700","700",0,[[2560,1440,120]]],["amd radeon e6460","6460",0,[[1600,1200,13]]],["amd radeon e6760","6760",0,[[1200,900,54],[1920,1080,42]]],["amd radeon e8860","8860",0,[[1920,1200,27],[2560,1374,88]]],["amd radeon e8870","8870",0,[[1920,1080,81]]],["amd radeon e8870mxm","8870",0,[[1920,1080,60]]],["amd radeon e9260","9260",0,[[1680,1050,60],[3840,2160,38]]],["amd radeon e9550","9550",0,[[1680,1050,60],[3840,2160,58]]],["amd radeon embedded e9560","9560",0,[[1920,1200,60]]],["amd radeon fury","",0,[[1920,1080,60]]],["amd radeon fury x","x",0,[[1920,1080,60],[2560,1440,144]]],["amd radeon hd - firepro d300","300",0,[[1920,1080,60]]],["amd radeon hd - firepro d300 opengl engine","300",0,[[1920,1080,60],[2560,1440,59]]],["amd radeon hd - firepro d500 opengl engine","500",0,[[1920,1080,60],[2560,1440,59]]],["amd radeon hd - firepro d700 opengl engine","700",0,[[3840,2160,52]]],["amd radeon hd 2600 xt","2600",1,[[2560,1600,-1]]],["amd radeon hd 5000","5000",0,[[1920,1080,8]]],["amd radeon hd 5400","5400",0,[[1920,1080,12]]],["amd radeon hd 5450","5450",0,[[1920,1080,13]]],["amd radeon hd 5470","5470",0,[[1280,1024,16]]],["amd radeon hd 5500","5500",0,[[1920,1080,27]]],["amd radeon hd 5570","5570",0,[[1920,1080,60],[2048,1152,31]]],["amd radeon hd 5600","5600",0,[[1920,1080,56]]],["amd radeon hd 5650","5650",0,[[1366,768,53]]],["amd radeon hd 5670","5670",1,[[1920,1080,-1],[2560,1440,-1]]],["amd radeon hd 5670 opengl engine","5670",1,[[2560,1440,-1]]],["amd radeon hd 5700","5700",0,[[1920,1080,59]]],["amd radeon hd 5730","5730",0,[[1366,768,46],[1680,1050,40]]],["amd radeon hd 5750","5750",1,[[1920,1080,-1],[1920,1200,-1],[2560,1440,-1]]],["amd radeon hd 5750 opengl engine","5750",1,[[2560,1440,-1]]],["amd radeon hd 5770","5770",0,[[1776,1000,43],[1920,1080,59]]],["amd radeon hd 5800","5800",0,[[1366,768,60],[1920,1200,102]]],["amd radeon hd 5850","5850",0,[[1920,1080,60]]],["amd radeon hd 5870","5870",0,[[1280,960,75],[1920,1080,60],[2048,1280,60]]],["amd radeon hd 5870m","5870",0,[[2560,1080,31]]],["amd radeon hd 5970","5970",0,[[1360,768,60],[1920,1080,60]]],["amd radeon hd 6230","6230",0,[[1366,768,13]]],["amd radeon hd 6250","6250",0,[[1280,800,8],[1366,768,8]]],["amd radeon hd 6290","6290",1,[[1366,768,-1]]],["amd radeon hd 6300m","6300",1,[[1366,768,-1]]],["amd radeon hd 6310","6310",1,[[1366,768,-1]]],["amd radeon hd 6320","6320",1,[[1366,768,-1]]],["amd radeon hd 6350","6350",0,[[1280,1024,18],[1920,1080,14]]],["amd radeon hd 6370d","6370",0,[[1920,1080,14]]],["amd radeon hd 6370m","6370",0,[[1366,768,25]]],["amd radeon hd 6380g","6380",0,[[1366,768,19]]],["amd radeon hd 6400","6400",0,[[1920,1080,13]]],["amd radeon hd 6400m","6400",0,[[1366,768,28]]],["amd radeon hd 6400m/7400m","6400",0,[[1366,768,28]]],["amd radeon hd 6410d","6410",0,[[1920,1080,11]]],["amd radeon hd 6450","6450",0,[[1920,1080,14]]],["amd radeon hd 6450 / r5 230","6450",0,[[1440,900,12]]],["amd radeon hd 6450 230","6450",0,[[1920,1080,15]]],["amd radeon hd 6470m","6470",0,[[1366,768,27],[1600,900,21]]],["amd radeon hd 6470m/7400m","6470",0,[[1366,768,44]]],["amd radeon hd 6480g","6480",0,[[1280,768,19],[1366,768,27],[1600,900,18]]],["amd radeon hd 6490m","6490",1,[[1366,768,-1],[1440,900,-1],[1680,1050,-1]]],["amd radeon hd 6500","6500",0,[[1920,1080,25]]],["amd radeon hd 6500m/5600","6500",0,[[1920,1080,27]]],["amd radeon hd 6510","6510",0,[[1600,900,32]]],["amd radeon hd 6520g","6520",0,[[1366,768,21],[1600,900,20]]],["amd radeon hd 6530d","6530",0,[[1366,768,31],[1440,900,36],[1920,1080,24]]],["amd radeon hd 6540","6540",0,[[1600,1200,13]]],["amd radeon hd 6550d","6550",0,[[1920,1080,28]]],["amd radeon hd 6570","6570",0,[[1920,1080,52],[2560,1440,17]]],["amd radeon hd 6620g","6620",0,[[1360,768,43],[1366,768,28]]],["amd radeon hd 6630m","6630",1,[[1366,768,-1],[1600,900,-1],[1920,1080,-1]]],["amd radeon hd 6630m/6650m/6750m/7670m/7690m","6630",1,[[1366,768,-1],[1920,1080,-1]]],["amd radeon hd 6650m","6650",0,[[1366,768,51],[1600,900,31]]],["amd radeon hd 6670","6670",0,[[1920,1080,55]]],["amd radeon hd 6700","6700",0,[[1920,1080,56]]],["amd radeon hd 6700 green","6700",0,[[1360,768,89]]],["amd radeon hd 6700m/7700m/7900m","6700",0,[[1366,768,59]]],["amd radeon hd 6730m/6770m","6730",0,[[1366,768,58],[1920,1080,46]]],["amd radeon hd 6730m/6770m/7690m xt","6730",0,[[1920,1080,48]]],["amd radeon hd 6750","6750",0,[[1440,900,72],[1920,1080,60]]],["amd radeon hd 6750m","6750",1,[[1440,900,-1],[1920,1080,-1],[1920,1200,-1]]],["amd radeon hd 6770","6770",0,[[1920,1080,60]]],["amd radeon hd 6770m","6770",1,[[1440,900,-1],[2560,1440,-1]]],["amd radeon hd 6770m opengl engine","6770",1,[[2560,1440,-1]]],["amd radeon hd 6790","6790",0,[[1920,1080,59]]],["amd radeon hd 6800","6800",0,[[1280,1024,89],[1920,1080,60]]],["amd radeon hd 6800m","6800",0,[[1600,900,18],[1920,1080,40]]],["amd radeon hd 6850","6850",0,[[1920,1080,59],[2560,1600,54]]],["amd radeon hd 6870","6870",0,[[1920,1080,60],[2560,1440,59]]],["amd radeon hd 6900","6900",0,[[1920,1080,60]]],["amd radeon hd 6900m","6900",0,[[1920,1080,60]]],["amd radeon hd 6950","6950",0,[[1680,1050,60],[1920,1080,41]]],["amd radeon hd 6970","6970",0,[[1920,1080,60]]],["amd radeon hd 6970m","6970",1,[[2560,1440,-1]]],["amd radeon hd 6970m opengl engine","6970",1,[[2560,1440,-1]]],["amd radeon hd 6990","6990",0,[[1920,1080,60]]],["amd radeon hd 7000","7000",0,[[1920,1080,24]]],["amd radeon hd 7290","7290",0,[[1366,768,9]]],["amd radeon hd 7310","7310",0,[[1366,768,14]]],["amd radeon hd 7340","7340",0,[[1366,768,17],[1920,1080,10]]],["amd radeon hd 7340g","7340",0,[[1366,768,15]]],["amd radeon hd 7340m","7340",0,[[1366,768,15]]],["amd radeon hd 7350","7350",0,[[1920,1080,13]]],["amd radeon hd 7400","7400",0,[[1920,1080,18]]],["amd radeon hd 7400g","7400",0,[[963,768,31]]],["amd radeon hd 7400m","7400",0,[[1366,768,44]]],["amd radeon hd 7420g","7420",0,[[1366,768,28],[1600,900,26]]],["amd radeon hd 7450","7450",0,[[1920,1080,15]]],["amd radeon hd 7450a","7450",0,[[1920,1080,15]]],["amd radeon hd 7450m","7450",0,[[1366,768,30]]],["amd radeon hd 7470","7470",0,[[1680,1050,22],[1920,1080,144]]],["amd radeon hd 7470m","7470",0,[[1366,768,31],[1600,900,23]]],["amd radeon hd 7480d","7480",0,[[1280,1024,25],[1920,1080,24],[1920,1200,18]]],["amd radeon hd 7500","7500",0,[[1366,696,49],[1366,768,49]]],["amd radeon hd 7500g","7500",0,[[1366,768,26]]],["amd radeon hd 7500m/7600m","7500",0,[[1366,768,46]]],["amd radeon hd 7520g","7520",0,[[1366,768,33]]],["amd radeon hd 7520g + hd 7400m dual","7520",0,[[1366,768,34]]],["amd radeon hd 7520g + hd 7600m dual","7520",0,[[1366,768,31],[1600,900,41]]],["amd radeon hd 7540d","7540",0,[[1024,768,55],[1280,1024,44],[1920,1080,22]]],["amd radeon hd 7540d + hd 6670 dual","7540",0,[[1280,1024,36]]],["amd radeon hd 7550m/7650m","7550",0,[[1366,768,57]]],["amd radeon hd 7560d","7560",0,[[1920,1080,34]]],["amd radeon hd 7560d + hd 6570 dual","7560",0,[[1680,1050,44]]],["amd radeon hd 7560d + hd 6670 dual","7560",0,[[800,638,60]]],["amd radeon hd 7570","7570",0,[[1024,768,72],[1920,1080,52]]],["amd radeon hd 7570m","7570",0,[[1366,768,35]]],["amd radeon hd 7570m/hd 7670m","7570",0,[[1366,768,50],[1600,900,29]]],["amd radeon hd 7600","7600",0,[[1920,1080,60]]],["amd radeon hd 7600a","7600",0,[[1920,1080,28]]],["amd radeon hd 7600g","7600",0,[[1366,768,29]]],["amd radeon hd 7600g + 7500m/7600m dual","7600",0,[[1366,768,19]]],["amd radeon hd 7600g + hd 8670m dual","7600",0,[[1366,768,29]]],["amd radeon hd 7600g + hd dual","7600",0,[[1366,768,20]]],["amd radeon hd 7600m","7600",0,[[1366,768,56]]],["amd radeon hd 7600m/7700m","7600",0,[[1366,768,31]]],["amd radeon hd 7610m","7610",0,[[1366,768,43]]],["amd radeon hd 7620g","7620",0,[[1366,768,22],[1920,1080,19]]],["amd radeon hd 7640g","7640",0,[[1366,768,38]]],["amd radeon hd 7640g + 7470m dual","7640",0,[[1366,768,32]]],["amd radeon hd 7640g + 7600m dual","7640",0,[[1366,768,23]]],["amd radeon hd 7640g + 7670m dual","7640",0,[[1600,900,15]]],["amd radeon hd 7640g + 8500m dual","7640",0,[[1366,768,35]]],["amd radeon hd 7640g + hd 7400m dual","7640",0,[[1366,768,37]]],["amd radeon hd 7640g + hd 7500 dual","7640",0,[[1366,768,35]]],["amd radeon hd 7640g + hd 7670m dual","7640",0,[[1366,768,34]]],["amd radeon hd 7640g + hd 8500m dual","7640",0,[[1366,768,40]]],["amd radeon hd 7640g + hd 8570m dual","7640",0,[[1366,768,31]]],["amd radeon hd 7650a","7650",0,[[1680,1050,43],[1920,1080,15]]],["amd radeon hd 7650m","7650",0,[[1366,768,41],[1600,900,45]]],["amd radeon hd 7660d","7660",0,[[1680,1050,40],[1920,1008,60],[1920,1080,38]]],["amd radeon hd 7660d + hd 6570 dual","7660",0,[[1200,900,32]]],["amd radeon hd 7660d + hd 6670 dual","7660",0,[[1360,768,57],[1920,1080,53]]],["amd radeon hd 7660g","7660",0,[[1366,768,44],[1600,900,41],[1920,1080,34],[1920,1200,27]]],["amd radeon hd 7660g + 7600m dual","7660",0,[[1366,768,53],[1600,900,45]]],["amd radeon hd 7660g + 7670m dual","7660",0,[[1366,768,52]]],["amd radeon hd 7660g + 8670m dual","7660",0,[[1600,900,46]]],["amd radeon hd 7660g + hd 7600m dual","7660",0,[[1366,768,50]]],["amd radeon hd 7660g + hd 7670m dual","7660",0,[[1366,768,35]]],["amd radeon hd 7660g + hd 8600m dual","7660",0,[[1600,900,29]]],["amd radeon hd 7670","7670",0,[[1920,1080,39]]],["amd radeon hd 7670m","7670",0,[[1366,768,49],[1920,1080,36]]],["amd radeon hd 7700","7700",0,[[1400,1050,45],[1920,1080,60]]],["amd radeon hd 7700m","7700",0,[[1920,1080,54]]],["amd radeon hd 7730m","7730",0,[[1920,1080,57]]],["amd radeon hd 7750","7750",0,[[1280,1024,60],[1600,900,60],[1400,1050,98],[1920,1080,60],[3840,2160,23]]],["amd radeon hd 7750 / r7 250e","7750",0,[[2560,1080,69]]],["amd radeon hd 7750m","7750",0,[[1680,1050,57]]],["amd radeon hd 7770","7770",0,[[1920,1080,60]]],["amd radeon hd 7770 / r7 250x","7770",0,[[1680,1050,78]]],["amd radeon hd 7770 ghz","7770",0,[[1920,1080,78]]],["amd radeon hd 7790","7790",0,[[1920,1080,16]]],["amd radeon hd 7790 / r7 360 / r9 260/360","7790",0,[[1280,1024,131]]],["amd radeon hd 7800","7800",0,[[1920,1080,60]]],["amd radeon hd 7800m","7800",0,[[1920,1080,57]]],["amd radeon hd 7850","7850",0,[[1920,1080,60]]],["amd radeon hd 7850 / r7 265 / r9 270 1024sp","7850",0,[[1280,1024,87]]],["amd radeon hd 7870","7870",0,[[1920,1080,120],[2560,1440,60],[2560,1600,114],[3840,2160,30]]],["amd radeon hd 7870 ghz","7870",0,[[1920,1080,75]]],["amd radeon hd 7870 xt","7870",0,[[1920,1080,57],[3840,2160,53]]],["amd radeon hd 7870m","7870",0,[[1920,1080,22],[2732,1536,40]]],["amd radeon hd 7900","7900",0,[[2560,1600,59]]],["amd radeon hd 7950","7950",0,[[1920,1080,50]]],["amd radeon hd 7950 / r9 280","7950",0,[[1920,1080,59]]],["amd radeon hd 7950 oem / r9 280","7950",0,[[1920,1080,60]]],["amd radeon hd 7970","7970",0,[[1920,1080,60]]],["amd radeon hd 7970 / r9 280x","7970",0,[[1920,1080,193]]],["amd radeon hd 7970m","7970",0,[[1366,768,60],[1920,1080,60]]],["amd radeon hd 7970x/8970 280x","7970",0,[[1920,1080,60]]],["amd radeon hd 7990","7990",0,[[1920,1080,60],[5120,2880,63]]],["amd radeon hd 7xxx","7",0,[[1920,1080,60]]],["amd radeon hd 8180","8180",0,[[1366,768,10]]],["amd radeon hd 8200 / r3","8200",0,[[1366,768,21],[1600,900,13],[1680,1050,13]]],["amd radeon hd 8210","8210",0,[[1366,768,18]]],["amd radeon hd 8240","8240",0,[[1600,900,17]]],["amd radeon hd 8240 / r3","8240",0,[[1366,768,14]]],["amd radeon hd 8250","8250",0,[[1366,768,14],[1920,1200,10]]],["amd radeon hd 8280","8280",0,[[1600,900,60]]],["amd radeon hd 8280 / r3","8280",0,[[1366,768,22]]],["amd radeon hd 8280e","8280",0,[[2880,1620,6]]],["amd radeon hd 8330","8330",0,[[1366,768,24]]],["amd radeon hd 8350","8350",0,[[1920,1080,57]]],["amd radeon hd 8350g","8350",0,[[1366,768,18]]],["amd radeon hd 8370d","8370",0,[[1366,768,60],[1280,1024,26],[1920,1080,22]]],["amd radeon hd 8400","8400",0,[[1366,768,30],[1920,1080,16]]],["amd radeon hd 8400 / r3","8400",0,[[1360,768,19],[1366,768,22],[1920,1080,12]]],["amd radeon hd 8400e","8400",0,[[1680,1050,17],[1920,1080,16],[1920,1200,14]]],["amd radeon hd 8410g","8410",0,[[1366,768,32]]],["amd radeon hd 8450g","8450",0,[[1366,768,23]]],["amd radeon hd 8450g + hd 8750m dual","8450",0,[[1366,768,21]]],["amd radeon hd 8470","8470",0,[[1920,1080,17]]],["amd radeon hd 8470 + 7660d dual","8470",0,[[1920,1080,60]]],["amd radeon hd 8470d","8470",0,[[1280,1024,44],[1920,1080,21]]],["amd radeon hd 8470d + hd 6450 dual","8470",0,[[1600,900,37]]],["amd radeon hd 8490","8490",0,[[1920,1080,18],[1920,1200,20]]],["amd radeon hd 8500m","8500",0,[[1366,768,41],[1920,1080,19]]],["amd radeon hd 8500m/8700m","8500",0,[[1920,1080,30]]],["amd radeon hd 8510g","8510",0,[[1366,768,29],[1920,1080,17]]],["amd radeon hd 8550","8550",0,[[1920,1080,25]]],["amd radeon hd 8550g","8550",0,[[1366,768,34],[1600,900,41],[1920,1080,34]]],["amd radeon hd 8550g + 8500m dual","8550",0,[[1366,768,42]]],["amd radeon hd 8550g + 8600 dual","8550",0,[[1920,1080,27]]],["amd radeon hd 8550g + hd 8570m dual","8550",0,[[1366,768,32]]],["amd radeon hd 8550g + hd 8600 dual","8550",0,[[1366,768,60]]],["amd radeon hd 8550g + hd 8750m dual","8550",0,[[1366,768,37]]],["amd radeon hd 8550g + r5 m230 dual","8550",0,[[1366,768,29]]],["amd radeon hd 8570","8570",0,[[1280,1024,60],[1680,1050,54],[1920,1080,50]]],["amd radeon hd 8570 / r5 430 / r7 240 / radeon 520","8570",0,[[1920,1080,25]]],["amd radeon hd 8570d","8570",0,[[1920,1080,16]]],["amd radeon hd 8570d + r7 240 dual","8570",0,[[1920,1080,45]]],["amd radeon hd 8570m","8570",0,[[1366,768,40]]],["amd radeon hd 8600","8600",0,[[1366,768,41]]],["amd radeon hd 8600m","8600",0,[[1366,768,42],[1920,1080,14]]],["amd radeon hd 8610g","8610",0,[[1366,768,31],[1920,1080,16]]],["amd radeon hd 8610g + 8600m dual","8610",0,[[1366,768,22]]],["amd radeon hd 8610g + hd 8600m dual","8610",0,[[1366,768,41]]],["amd radeon hd 8610g + hd 8670m dual","8610",0,[[1366,768,33]]],["amd radeon hd 8650g","8650",0,[[1360,768,44],[1366,768,44]]],["amd radeon hd 8650g + 8500m dual","8650",0,[[1366,768,35]]],["amd radeon hd 8650g + 8600 dual","8650",0,[[1920,1080,38]]],["amd radeon hd 8650g + 8600m dual","8650",0,[[1366,768,21]]],["amd radeon hd 8650g + 8670m dual","8650",0,[[1366,768,66]]],["amd radeon hd 8650g + 8750m dual","8650",0,[[1920,1080,28]]],["amd radeon hd 8650g + hd 7600m dual","8650",0,[[1366,768,36]]],["amd radeon hd 8650g + hd 8500m dual","8650",0,[[1366,768,23]]],["amd radeon hd 8650g + hd 8570m dual","8650",0,[[1366,768,36]]],["amd radeon hd 8650g + hd 8600m dual","8650",0,[[1366,768,46],[1600,900,29]]],["amd radeon hd 8650g + hd 8750m dual","8650",0,[[1366,768,36]]],["amd radeon hd 8650g + r5 m200 dual","8650",0,[[1366,768,35]]],["amd radeon hd 8670 / r7 250","8670",0,[[1024,768,1]]],["amd radeon hd 8670a/8670m/8690m","8670",0,[[1366,768,47]]],["amd radeon hd 8670a/8670m/8750m","8670",0,[[1366,768,60]]],["amd radeon hd 8670d","8670",0,[[1024,768,45],[1280,1024,69],[1920,1080,38]]],["amd radeon hd 8670d + 7700 dual","8670",0,[[1680,1050,58]]],["amd radeon hd 8670d + hd 6670 dual","8670",0,[[1680,1050,33]]],["amd radeon hd 8670d + r5 200 dual","8670",0,[[2560,1080,14]]],["amd radeon hd 8670d + r7 200 dual","8670",0,[[1920,1080,37]]],["amd radeon hd 8670m","8670",0,[[1366,768,41]]],["amd radeon hd 8690a","8690",0,[[1920,1080,31]]],["amd radeon hd 8690m","8690",0,[[1600,900,35]]],["amd radeon hd 8700m","8700",0,[[1366,768,60]]],["amd radeon hd 8730m","8730",0,[[1366,768,59]]],["amd radeon hd 8750m","8750",0,[[1366,768,60]]],["amd radeon hd 8770","8770",0,[[1920,1080,111]]],["amd radeon hd 8790m","8790",0,[[1600,900,78],[1920,1080,60]]],["amd radeon hd 8800m","8800",0,[[1920,1080,60],[2880,1800,45]]],["amd radeon hd 8830m","8830",0,[[1920,1080,82]]],["amd radeon hd 8850m","8850",0,[[1366,768,45]]],["amd radeon hd 8870m","8870",0,[[1280,1024,60],[1600,900,60]]],["amd radeon hd 8950","8950",0,[[1920,1080,60],[1920,1200,59]]],["amd radeon hd 8970","8970",0,[[2560,1600,60]]],["amd radeon hd 8970m","8970",0,[[1920,1080,146],[1920,1200,60]]],["amd radeon hd 8xxx","8",0,[[1920,1080,120],[2560,1440,58]]],["amd radeon hd5450","5450",0,[[1280,720,24]]],["amd radeon hd6870","6870",0,[[1920,1080,60]]],["amd radeon hd7970m","7970",0,[[2560,1440,116]]],["amd radeon hd8530m","8530",0,[[1366,768,40]]],["amd radeon hd8730","8730",0,[[1680,1050,42]]],["amd radeon hd8970m","8970",0,[[1920,1080,74]]],["amd radeon hybrid","",0,[[1366,768,27]]],["amd radeon infoshock rx 460","460",0,[[1360,768,102]]],["amd radeon instinct mi25","25",0,[[1920,1200,26]]],["amd radeon instinct mi25 mxgpu","25",0,[[1920,1080,20],[1920,1200,32]]],["amd radeon m535dx","535",0,[[1366,768,58]]],["amd radeon navi14","14",0,[[3840,2160,60]]],["amd radeon polaris","",0,[[3840,2160,60],[5120,2880,44]]],["amd radeon polaris 10","10",0,[[1920,1200,60]]],["amd radeon pro","pro",0,[[1920,1080,114]]],["amd radeon pro 270x","270",0,[[2560,1440,74]]],["amd radeon pro 450","450",0,[[1920,1080,30],[2880,1800,43],[3360,2100,36],[5120,2880,30]]],["amd radeon pro 450 opengl engine","450",0,[[1920,1200,60]]],["amd radeon pro 455","455",0,[[2879,1800,54],[2880,1800,48],[3360,2100,37]]],["amd radeon pro 455 opengl engine","455",0,[[3360,2100,36]]],["amd radeon pro 460","460",0,[[2880,1800,50],[3360,2100,42]]],["amd radeon pro 460 opengl engine","460",0,[[5760,3240,15]]],["amd radeon pro 470","470",0,[[6016,3384,49]]],["amd radeon pro 480","480",0,[[1920,1080,60]]],["amd radeon pro 5300","5300",0,[[5120,2880,60]]],["amd radeon pro 5300m","5300",0,[[1920,1080,214],[3584,2240,130]]],["amd radeon pro 5500 xt","5500",0,[[5120,2880,51]]],["amd radeon pro 5500m","5500",0,[[3072,1920,60],[3584,2240,139]]],["amd radeon pro 555","555",0,[[2879,1800,54],[2880,1800,36],[3360,2100,40]]],["amd radeon pro 555x","555",0,[[2880,1800,42],[3360,2100,39]]],["amd radeon pro 560","560",0,[[2879,1800,56],[2880,1800,56],[3360,2100,42]]],["amd radeon pro 5600m","5600",0,[[3072,1920,60],[3584,2240,60]]],["amd radeon pro 560x","560",0,[[2879,1800,59],[2880,1800,71],[3360,2100,43]]],["amd radeon pro 570","570",0,[[5120,2880,48]]],["amd radeon pro 570 opengl engine","570",0,[[5120,2880,46]]],["amd radeon pro 5700","5700",0,[[5120,2880,60]]],["amd radeon pro 5700 xt","5700",0,[[5120,2880,60]]],["amd radeon pro 570x","570",0,[[5120,2880,50]]],["amd radeon pro 575","575",0,[[4096,2304,60],[5120,2880,50]]],["amd radeon pro 575 opengl engine","575",0,[[5120,2880,48]]],["amd radeon pro 575x","575",0,[[5120,2880,56]]],["amd radeon pro 580","580",0,[[5120,2880,54]]],["amd radeon pro 580 opengl engine","580",0,[[5120,2880,50]]],["amd radeon pro 580x","580",0,[[5120,2880,52]]],["amd radeon pro duo","pro",0,[[1920,1080,234],[1800,1350,59],[3840,2160,82],[4096,2160,60]]],["amd radeon pro rx 560","560",0,[[2560,1080,60]]],["amd radeon pro ssg","pro",0,[[3440,1440,125]]],["amd radeon pro v340","340",0,[[1920,1080,112]]],["amd radeon pro v520 mxgpu","520",0,[[1920,1080,271]]],["amd radeon pro v7350x2","7350",0,[[1920,1080,60]]],["amd radeon pro vega 16","16",0,[[2879,1800,60],[3360,2100,60]]],["amd radeon pro vega 20","20",0,[[2880,1800,120],[3360,2100,121],[3840,2160,30]]],["amd radeon pro vega 48","48",0,[[5120,2880,86]]],["amd radeon pro vega 56","56",0,[[1920,1080,60],[5120,2880,60]]],["amd radeon pro vega 56 opengl engine","56",0,[[5120,2880,60]]],["amd radeon pro vega 64","64",0,[[5120,2880,60]]],["amd radeon pro vega 64 opengl engine","64",0,[[5120,2880,60]]],["amd radeon pro vega 64x","64",0,[[2560,1440,206],[4096,2304,60],[5120,2880,60]]],["amd radeon pro vega ii","proii",0,[[3840,1600,60],[5120,2880,60]]],["amd radeon pro vega ii duo","proii",0,[[2560,1440,239],[5120,2880,60]]],["amd radeon pro w5500","5500",0,[[1920,1080,195],[3840,2160,59],[7680,3240,56]]],["amd radeon pro w5500m","5500",0,[[1920,1080,60]]],["amd radeon pro w5500x","5500",0,[[1920,1200,60]]],["amd radeon pro w5700","5700",0,[[1680,1050,253],[5120,1440,120],[3840,2160,60]]],["amd radeon pro w5700x","5700",0,[[3840,2160,60]]],["amd radeon pro w6600","6600",0,[[1920,1200,60],[3840,2160,166]]],["amd radeon pro w6600m","6600",0,[[1920,1080,60]]],["amd radeon pro w6800","6800",0,[[1920,1080,60],[3840,2160,237]]],["amd radeon pro w6800x","6800",0,[[6016,3384,60]]],["amd radeon pro w6800x duo","6800",0,[[3840,1600,60],[5120,2880,45]]],["amd radeon pro w6900x","6900",0,[[3840,2160,60]]],["amd radeon pro wx","pro",0,[[2560,1080,69]]],["amd radeon pro wx 2100","2100",0,[[1280,1024,145],[1920,1080,60]]],["amd radeon pro wx 3100","3100",0,[[1919,1080,58],[1920,1080,123],[2560,1440,82]]],["amd radeon pro wx 3200","3200",0,[[2560,1440,92]]],["amd radeon pro wx 4100","4100",0,[[1920,1080,60],[1920,1200,60],[3840,2160,30],[5120,2880,18]]],["amd radeon pro wx 4130","4130",0,[[1920,1080,60],[3840,2160,30]]],["amd radeon pro wx 4150","4150",0,[[1920,1080,56],[3840,2160,37],[4096,2160,34]]],["amd radeon pro wx 5100","5100",0,[[1920,1080,60],[2560,1440,91],[3840,2160,55]]],["amd radeon pro wx 5100 opengl engine","5100",0,[[2560,1440,60]]],["amd radeon pro wx 7100","7100",0,[[1920,1080,122],[2560,1080,58],[3840,2160,60],[5120,2880,60]]],["amd radeon pro wx 7100 mobile","7100",0,[[2560,1440,60]]],["amd radeon pro wx 7100 opengl engine","7100",0,[[3840,2160,60]]],["amd radeon pro wx 8200","8200",0,[[3440,1440,124]]],["amd radeon pro wx 9100","9100",0,[[1920,1080,60],[4096,2160,101]]],["amd radeon pro wx 9100 opengl engine","9100",0,[[1920,1080,60]]],["amd radeon pro wx vega m gl","prom",0,[[3840,2160,14]]],["amd radeon pro wx3200","3200",0,[[1920,1080,55]]],["amd radeon pro wx9100","9100",0,[[2560,1440,60]]],["amd radeon r2","2",0,[[1366,768,13],[1600,900,14]]],["amd radeon r2e","2",0,[[1366,768,16],[1920,1080,45],[3840,2160,4]]],["amd radeon r3","3",0,[[1366,768,17],[1920,1080,15]]],["amd radeon r4","4",0,[[1366,768,19],[1920,1080,13]]],["amd radeon r4e","4",0,[[3840,2160,6]]],["amd radeon r5","5",0,[[1024,768,38],[1360,768,25],[1366,768,21],[1280,1024,33],[1920,1080,14],[3200,1800,7]]],["amd radeon r5 220","5",0,[[1366,768,19],[1920,1080,12]]],["amd radeon r5 230","5",0,[[1920,1080,21]]],["amd radeon r5 235","5",0,[[1920,1080,17]]],["amd radeon r5 240","5",0,[[1280,1024,34],[1920,1080,24]]],["amd radeon r5 340","5",0,[[1920,1080,27]]],["amd radeon r5 340x","5",0,[[1920,1080,31]]],["amd radeon r5 430","5",0,[[1280,1024,31],[1680,1050,54],[1920,1080,54]]],["amd radeon r5 435","5",0,[[1920,1080,30]]],["amd radeon r5 m200","5",0,[[1600,900,45],[1920,1080,20]]],["amd radeon r5 m200 / hd 8500m","5",0,[[1366,768,31],[1920,1080,24]]],["amd radeon r5 m230","5",0,[[1366,768,37]]],["amd radeon r5 m240","5",0,[[1366,768,42],[1920,1080,23]]],["amd radeon r5 m255","5",0,[[1366,768,59],[1600,900,33]]],["amd radeon r5 m315","5",0,[[1366,768,45]]],["amd radeon r5 m320","5",0,[[1920,1080,19]]],["amd radeon r5 m330","5",0,[[1366,768,27],[1920,1080,26]]],["amd radeon r5 m335","5",0,[[1366,768,55],[1920,1080,19]]],["amd radeon r5 m420","5",0,[[1366,768,49]]],["amd radeon r5 m430","5",0,[[1366,768,36],[1920,1080,20]]],["amd radeon r5 m435","5",0,[[1920,1080,41],[2560,1440,67]]],["amd radeon r5 m445","5",0,[[1920,1080,32]]],["amd radeon r5e","5",0,[[1600,768,14],[1920,1080,16]]],["amd radeon r6","6",0,[[1366,768,30],[1280,1024,23],[1920,1080,12]]],["amd radeon r6 m255dx","6",0,[[1366,768,25]]],["amd radeon r6 m340dx","6",0,[[1366,768,31],[1920,1080,15]]],["amd radeon r6e","6",0,[[3840,2160,5]]],["amd radeon r7","7",0,[[1366,768,35],[1280,1024,31],[1680,1050,39],[1920,1080,12],[1920,1200,16],[2560,1080,15],[2560,1440,21],[3840,2160,8]]],["amd radeon r7 200","7",0,[[1280,1024,45],[1920,1080,120]]],["amd radeon r7 200 series","7",0,[[1920,1080,43]]],["amd radeon r7 240","7",0,[[1920,1080,29]]],["amd radeon r7 240 + hd 8570d dual","7",0,[[1920,1080,43]]],["amd radeon r7 250","7",0,[[1920,1080,49]]],["amd radeon r7 250e","7",0,[[1920,1080,60]]],["amd radeon r7 250x","7",0,[[1920,1080,60]]],["amd radeon r7 260x","7",0,[[1920,1080,56]]],["amd radeon r7 260x/360","7",0,[[1920,1200,102]]],["amd radeon r7 350","7",0,[[1024,768,60],[1280,1024,79],[1920,1080,59]]],["amd radeon r7 350x","7",0,[[1920,1080,50]]],["amd radeon r7 360","7",0,[[1920,1048,60],[1920,1080,102]]],["amd radeon r7 360 / r9 360","7",0,[[1920,1080,60]]],["amd radeon r7 370","7",0,[[1600,900,60],[1920,1080,75]]],["amd radeon r7 370 / r9 270","7",0,[[1920,1080,74]]],["amd radeon r7 370 / r9 270x/370","7",0,[[1600,900,115],[1920,1080,60]]],["amd radeon r7 370 / r9 270x/370x","7",0,[[1920,1080,115]]],["amd radeon r7 370 series","7",0,[[1920,1080,212],[3840,2160,60]]],["amd radeon r7 430","7",0,[[1920,1080,55],[3840,2160,10]]],["amd radeon r7 450","7",0,[[1920,1080,60]]],["amd radeon r7 a360","7",0,[[1920,1080,28]]],["amd radeon r7 graphics + hd 7700 dual","7",0,[[1600,1200,72]]],["amd radeon r7 graphics + r5 340 dual","7",0,[[1920,1080,47]]],["amd radeon r7 graphics + r7 200 dual","7",0,[[1920,1080,45],[1920,1200,47]]],["amd radeon r7 graphics + r7 350 dual","7",0,[[1919,1080,60]]],["amd radeon r7 m260","7",0,[[1600,900,44],[1920,1080,13]]],["amd radeon r7 m260dx","7",0,[[1366,768,46],[1920,1080,18]]],["amd radeon r7 m260x","7",0,[[1920,1080,29]]],["amd radeon r7 m265","7",0,[[1366,768,48],[1920,1080,27]]],["amd radeon r7 m270","7",0,[[1920,1080,31],[3840,2160,10]]],["amd radeon r7 m340","7",0,[[1366,768,60],[1920,1080,32]]],["amd radeon r7 m350","7",0,[[3840,2160,12]]],["amd radeon r7 m360","7",0,[[1366,768,40],[1920,1080,22]]],["amd radeon r7 m370","7",0,[[1920,1080,24]]],["amd radeon r7 m440","7",0,[[1920,1080,39]]],["amd radeon r7 m445","7",0,[[1920,1080,36]]],["amd radeon r7 m460","7",0,[[1919,1080,24],[1920,1080,29]]],["amd radeon r7 m520","7",0,[[1919,1080,17]]],["amd radeon r7 series / hd 9000","7",0,[[1920,1080,71],[2560,1080,59]]],["amd radeon r7e","7",0,[[1024,768,41]]],["amd radeon r8 m350dx","8",0,[[1366,768,30]]],["amd radeon r8 m365dx","8",0,[[1920,1080,28]]],["amd radeon r8 m435dx","8",0,[[1920,1080,22]]],["amd radeon r8 m445dx","8",0,[[1366,768,38],[1920,1080,27]]],["amd radeon r8 m535dx","8",0,[[1366,768,55]]],["amd radeon r9","9",0,[[1920,1080,60]]],["amd radeon r9 200","9",0,[[1920,1080,60]]],["amd radeon r9 200 / hd 7900","9",0,[[1920,1080,250]]],["amd radeon r9 255","9",0,[[1600,900,52],[1920,1080,51]]],["amd radeon r9 260","9",0,[[1920,1080,16]]],["amd radeon r9 270","9",0,[[1280,1024,60],[1920,1080,60]]],["amd radeon r9 270 1024sp","9",0,[[1920,1080,135]]],["amd radeon r9 270x","9",0,[[1920,1080,30]]],["amd radeon r9 280","9",0,[[1920,1080,75],[1920,1200,428],[2560,1440,60]]],["amd radeon r9 280,","9",0,[[5120,2880,39]]],["amd radeon r9 280x","9",0,[[1920,1080,137]]],["amd radeon r9 285","9",0,[[1920,1080,60],[1920,1200,129]]],["amd radeon r9 290","9",0,[[1920,1080,60]]],["amd radeon r9 290x","9",0,[[1920,1080,60],[2560,1440,60],[3840,2160,118]]],["amd radeon r9 300","9",0,[[1920,1080,59]]],["amd radeon r9 350","9",0,[[1920,1200,63]]],["amd radeon r9 360","9",0,[[1600,900,83],[1920,1080,60],[2560,1440,59]]],["amd radeon r9 370","9",0,[[1680,1050,205],[1920,1080,60],[3840,2160,49]]],["amd radeon r9 370x","9",0,[[1920,1080,60]]],["amd radeon r9 380","9",0,[[1920,1080,41],[2560,1440,75]]],["amd radeon r9 380x","9",0,[[2560,1600,60]]],["amd radeon r9 390","9",0,[[1920,1080,60],[2560,1440,60]]],["amd radeon r9 390x","9",0,[[2560,1440,60],[3840,2160,60]]],["amd radeon r9 a375","9",0,[[1920,1080,28]]],["amd radeon r9 fury","9",0,[[1920,1080,75],[3840,2160,133]]],["amd radeon r9 fury / nano","9",0,[[1920,1200,155]]],["amd radeon r9 m200x","9",0,[[1366,768,104],[1920,1080,60]]],["amd radeon r9 m265x","9",0,[[1920,1080,33]]],["amd radeon r9 m270x","9",0,[[1600,900,60],[1920,1080,68]]],["amd radeon r9 m275","9",0,[[1920,1080,29]]],["amd radeon r9 m275x","9",0,[[1920,1080,20]]],["amd radeon r9 m280x","9",0,[[1920,1080,60],[2560,1440,25]]],["amd radeon r9 m290","9",0,[[5120,2880,33]]],["amd radeon r9 m290x","9",0,[[1920,1080,60],[3840,2160,61],[5120,2880,33]]],["amd radeon r9 m295x","9",0,[[3840,2160,33],[5120,2880,36]]],["amd radeon r9 m295x mac","9",0,[[5120,2880,42]]],["amd radeon r9 m295x mac edition / r9 380x","9",0,[[1920,1080,128]]],["amd radeon r9 m360","9",0,[[1920,1080,60],[3840,2160,26]]],["amd radeon r9 m370x","9",0,[[2560,1440,30],[2880,1800,27]]],["amd radeon r9 m370x opengl engine","9",0,[[5120,2880,14]]],["amd radeon r9 m375","9",0,[[1920,1080,29]]],["amd radeon r9 m375x","9",0,[[1920,1080,60],[3840,2160,22]]],["amd radeon r9 m380","9",0,[[1920,1080,50],[3840,2160,8],[5120,2880,9]]],["amd radeon r9 m380 opengl engine","9",0,[[5120,2880,15]]],["amd radeon r9 m385","9",0,[[1920,1080,58]]],["amd radeon r9 m385x","9",0,[[1920,1080,60]]],["amd radeon r9 m390","9",0,[[5119,2879,29],[5120,2880,21],[5760,3240,32]]],["amd radeon r9 m390 opengl engine","9",0,[[5120,2880,27]]],["amd radeon r9 m390x","9",0,[[1920,1080,140]]],["amd radeon r9 m395","9",0,[[2560,1440,59],[5120,2880,19]]],["amd radeon r9 m395 opengl engine","9",0,[[5120,2880,38]]],["amd radeon r9 m395x","9",0,[[3840,2160,58],[5120,2880,36]]],["amd radeon r9 m395x opengl engine","9",0,[[5120,2880,35]]],["amd radeon r9 m470","9",0,[[3840,2160,29]]],["amd radeon r9 m470x","9",0,[[1920,1080,60]]],["amd radeon r9-290x","9",0,[[1920,1080,60]]],["amd radeon renoir graphics d1","1",0,[[1366,768,60]]],["amd radeon rro 580x","580",0,[[5120,2880,59]]],["amd radeon rx 460","460",0,[[1920,1080,55],[2560,1080,60],[3840,2160,31]]],["amd radeon rx 460 / pro 450/455/460/555/555x/560/560x","460",0,[[3440,1440,93]]],["amd radeon rx 460 / pro 450/455/460/560","460",0,[[1920,1080,72]]],["amd radeon rx 470","470",0,[[1280,1024,73],[1920,1080,58],[1920,1200,147],[3840,2160,51]]],["amd radeon rx 470 opengl engine","470",0,[[2560,1440,60]]],["amd radeon rx 475m","475",0,[[1920,1080,60]]],["amd radeon rx 480","480",0,[[1400,1050,267],[1920,1080,60],[2560,1080,71]]],["amd radeon rx 480 opengl engine","480",0,[[1920,1080,60]]],["amd radeon rx 5300m","5300",0,[[1920,1080,60],[3840,2160,60]]],["amd radeon rx 540","540",0,[[1919,1080,52],[1920,1080,36]]],["amd radeon rx 550","550",0,[[1280,1024,135],[1920,1080,60],[1920,1200,60],[6016,3384,15]]],["amd radeon rx 550 640sp / rx 560","550",0,[[1920,1080,60]]],["amd radeon rx 5500","5500",0,[[1920,1080,139]]],["amd radeon rx 5500 / pro 5500m","5500",0,[[1920,1080,60],[2560,1440,227]]],["amd radeon rx 5500 xt","5500",0,[[1920,1080,239]]],["amd radeon rx 5500m","5500",0,[[1920,1048,144],[1920,1080,144],[3840,2160,60]]],["amd radeon rx 550x","550",0,[[1920,1080,52]]],["amd radeon rx 560","560",0,[[1920,1080,60],[1920,1200,42],[2560,1440,60]]],["amd radeon rx 560 [baffin]","560",0,[[1920,1080,60]]],["amd radeon rx 5600 oem/5600 xt / 5700 xt","5600",0,[[1920,1080,360],[2560,1440,164]]],["amd radeon rx 5600 xt","5600",0,[[1920,1080,75]]],["amd radeon rx 5600m","5600",0,[[1920,1080,144]]],["amd radeon rx 560d","560",0,[[2560,1080,60]]],["amd radeon rx 560x","560",0,[[1920,1080,115],[3840,2160,35]]],["amd radeon rx 570","570",0,[[1920,1080,60],[3072,1728,60]]],["amd radeon rx 570 opengl engine","570",0,[[1920,1080,226]]],["amd radeon rx 5700","5700",0,[[1920,1080,144]]],["amd radeon rx 5700 / 5700 xt","5700",0,[[3840,2160,201]]],["amd radeon rx 5700 xt","5700",0,[[1920,1080,464],[3840,2160,60],[6016,3384,34]]],["amd radeon rx 5700 xt 50th anniversary","5700",0,[[2560,1440,144],[3840,1600,60],[3840,2160,222],[5120,2880,60]]],["amd radeon rx 5700xt","5700",0,[[1920,1080,369]]],["amd radeon rx 580","580",0,[[1920,1080,60],[1920,1200,97],[2560,1440,60],[3840,2160,60]]],["amd radeon rx 580 2048sp","580",0,[[1920,1080,60]]],["amd radeon rx 580 opengl engine","580",0,[[1920,1080,145]]],["amd radeon rx 580 special","580",0,[[2560,1440,60]]],["amd radeon rx 580x","580",0,[[1920,1200,60],[3840,2160,79]]],["amd radeon rx 590","590",0,[[1920,1080,75],[2560,1440,164],[3584,2240,60]]],["amd radeon rx 640","640",0,[[1920,1080,39]]],["amd radeon rx 6500 xt","6500",0,[[1920,1080,60]]],["amd radeon rx 6600","6600",0,[[1920,1080,433],[3840,2160,57]]],["amd radeon rx 6600 xt","6600",0,[[1920,1080,60]]],["amd radeon rx 6600 xt/6600m","6600",0,[[2560,1440,60]]],["amd radeon rx 6600m","6600",0,[[1920,1080,139]]],["amd radeon rx 6700 xt","6700",0,[[1920,1080,451]]],["amd radeon rx 6700 xt / 6800m","6700",0,[[2560,1440,144]]],["amd radeon rx 6700m","6700",0,[[1920,1080,240]]],["amd radeon rx 6800","6800",0,[[2560,1440,564],[3840,2160,60]]],["amd radeon rx 6800 xt","6800",0,[[2560,1440,446],[3440,1440,144],[3840,2160,60]]],["amd radeon rx 6800 xt / 6900 xt","6800",0,[[2560,1440,239]]],["amd radeon rx 6800 xt 16gb","6800",0,[[6400,2666,60]]],["amd radeon rx 6800m","6800",0,[[1920,1080,300]]],["amd radeon rx 6900 xt","6900",0,[[3840,2160,60]]],["amd radeon rx rx 560","560",0,[[1920,1080,60]]],["amd radeon rx vega","rx",0,[[1920,1080,39]]],["amd radeon rx vega 10","10",0,[[1920,1080,38]]],["amd radeon rx vega 11","11",0,[[1920,1080,35]]],["amd radeon rx vega 56","56",0,[[1920,1080,144],[3440,1440,60],[3840,2160,60]]],["amd radeon rx vega 56 8gb","56",0,[[2560,1600,60]]],["amd radeon rx vega 56 opengl engine","56",0,[[2560,1440,60]]],["amd radeon rx vega 64","64",0,[[2560,1440,518]]],["amd radeon rx vega 64 8gb","64",0,[[2560,1440,60]]],["amd radeon rx vega 64 opengl engine","64",0,[[3840,2160,119]]],["amd radeon rx vega 64.1","64",0,[[6016,3384,60]]],["amd radeon rx vega 8","8",0,[[1920,1080,53]]],["amd radeon rx vega m gh","rxm",0,[[1920,1080,60],[2560,1440,60],[3840,2160,51]]],["amd radeon rx vega m gl","rxm",0,[[2560,1440,567],[3840,2160,59]]],["amd radeon rx vega11","11",0,[[2496,1664,30]]],["amd radeon rx460","460",0,[[1920,1080,60]]],["amd radeon rx480","480",0,[[1920,1080,102],[2560,1080,71]]],["amd radeon rx540","540",0,[[2400,1800,37]]],["amd radeon rx550","550",0,[[1920,1080,60]]],["amd radeon rx560","560",0,[[1920,1080,93]]],["amd radeon rx5600","5600",0,[[3840,2160,129]]],["amd radeon rx570","570",0,[[5120,2880,59]]],["amd radeon rx5700","5700",0,[[1920,1080,60]]],["amd radeon rx580","580",0,[[1920,1080,60]]],["amd radeon rx590 gme","590",0,[[1920,1080,112]]],["amd radeon rx6600xt","6600",0,[[3840,2160,60]]],["amd radeon sky 500","500",0,[[4096,2160,34]]],["amd radeon vega","",0,[[5120,2880,32]]],["amd radeon vega 10","10",0,[[1920,1080,44]]],["amd radeon vega 10 mobile","10",0,[[1920,1080,30]]],["amd radeon vega 11","11",0,[[1280,1024,60],[1920,1080,60],[3840,2160,17]]],["amd radeon vega 2","2",0,[[1366,768,30]]],["amd radeon vega 3","3",0,[[1440,900,44],[1920,1080,29],[3840,2160,8]]],["amd radeon vega 3 mobile","3",0,[[1920,1080,30]]],["amd radeon vega 56","56",0,[[2560,1440,144]]],["amd radeon vega 6","6",0,[[1366,768,61],[1920,1080,23]]],["amd radeon vega 64","64",0,[[6016,3384,35]]],["amd radeon vega 64 lc","64",0,[[2560,1080,60]]],["amd radeon vega 8","8",0,[[1920,1080,35],[2560,1440,24],[4096,2160,15]]],["amd radeon vega 8 mobile","8",0,[[1920,1080,36]]],["amd radeon vega 9","9",0,[[2496,1663,32],[2496,1664,39]]],["amd radeon vega fe","fe",0,[[1920,1080,120],[2560,1440,60]]],["amd radeon vega frontier","",0,[[1920,1080,120],[3840,2160,60]]],["amd radeon vega frontier edition opengl engine","",0,[[3440,1440,60]]],["amd radeon vega series / radeon vega mobile","",0,[[1920,1080,67]]],["amd radeon vii","vii",0,[[1920,1080,468],[2560,1440,60],[3840,2160,60]]],["amd radeont 540x","540",0,[[1920,1080,74],[3840,2160,22]]],["amd radeont rx 5300","5300",0,[[1920,1080,60]]],["amd radeont rx 5500m","5500",0,[[1920,1080,303]]],["amd radeont rx 560x","560",0,[[1920,1080,60]]],["amd renoir","",0,[[1920,1080,60]]],["amd rx 480","480",0,[[1680,1050,119]]],["amd rx 560","560",0,[[5120,2880,37]]],["amd rx 5700xt","5700",0,[[3840,2160,60]]],["amd rx 580","580",0,[[1920,1200,60],[5120,2880,60]]],["amd rx 590","590",0,[[5120,2880,60]]],["amd rx vega 64","64",0,[[1920,1080,60]]],["amd rx xxx","xxx",0,[[1920,1080,60],[2560,1440,144]]],["amd saphire radeon rx 580","580",0,[[1920,1080,57]]],["amd sapphire hd 5770","5770",0,[[1440,900,60]]],["amd sapphire nitro+ rx 6800","6800",0,[[1920,1080,75]]],["amd sapphire radeon hd6870","6870",0,[[1680,1050,60]]],["amd sapphire radeon rx 560","560",0,[[1280,1024,60]]],["amd sapphire radeon rx vega 64 8gb","64",0,[[2560,1440,144]]],["amd tonga pro gl [firepro w7100]","7100",0,[[1920,1200,127]]],["amd video controller","",0,[[1919,1079,60],[1920,1080,291]]],["intel radeong 0.4 on amd bonaire","0",0,[[1920,1200,92]]],["intel radeong 0.4 on amd cape verde","0",0,[[1920,1200,73]]],["intel radeong 0.4 on amd polaris10","0",0,[[3840,2160,108]]],["intel radeong 0.4 on amd tonga","0",0,[[1920,1080,124]]],["radeong 0.4 on amd polaris10","0",0,[[3840,2160,109]]],["radeong 0.4 on amd tahiti","0",0,[[1920,1080,223]]]]')},732:function(e){"use strict";e.exports=JSON.parse('["4.0.8",["apple a14","14",0,[[2704,1756,120]]],["apple m1","1",0,[[2880,1800,60]]],["apple m1 max","1",0,[[3456,2234,120]]],["apple m1 pro","1",0,[[3024,1964,120]]],["apple paravirtual device","",0,[[1024,768,30]]]]')},405:function(e){"use strict";e.exports=JSON.parse('["4.0.8",["intel geforce gtx 960","960",0,[[1920,1080,26]]],["nvidia asus geforce gt 430","430",0,[[1366,768,35]]],["nvidia asus geforce gt 440","440",0,[[1920,1080,28]]],["nvidia asus geforce gt 520","520",0,[[1680,1050,12]]],["nvidia asus geforce gt 610","610",0,[[1920,1200,15]]],["nvidia asus geforce gt 630","630",0,[[1680,1050,41]]],["nvidia asus geforce gt 640","640",0,[[2560,1440,34]]],["nvidia asus geforce gt 710","710",0,[[1920,1080,31]]],["nvidia asus geforce gt 730","730",0,[[2560,1080,28],[3840,2160,12]]],["nvidia asus geforce gts 450","450",0,[[1920,1080,54]]],["nvidia asus geforce gtx 1060","1060",0,[[3840,2160,38]]],["nvidia asus geforce gtx 1080","1080",0,[[2560,1440,120]]],["nvidia asus geforce gtx 460","460",0,[[1920,1080,60]]],["nvidia asus geforce gtx 480","480",0,[[1920,1080,59]]],["nvidia asus geforce gtx 550 ti","550",0,[[1920,1080,57]]],["nvidia asus geforce gtx 560","560",0,[[1920,1080,60]]],["nvidia asus geforce gtx 560 se","560",0,[[1920,1080,59]]],["nvidia asus geforce gtx 560 ti","560",0,[[1680,1050,58]]],["nvidia asus geforce gtx 570","570",0,[[1280,1024,74]]],["nvidia asus geforce gtx 570 hd","570",0,[[1920,1080,60]]],["nvidia asus geforce gtx 580","580",0,[[1920,1200,59]]],["nvidia asus geforce gtx 660","660",0,[[1920,1080,60]]],["nvidia asus geforce gtx 670","670",0,[[1920,1080,60]]],["nvidia asus geforce gtx 750 ti","750",0,[[1360,768,59],[1920,1080,118]]],["nvidia asus geforce gtx 760","760",0,[[1920,1080,60],[1920,1200,60]]],["nvidia asus geforce gtx 770","770",0,[[1920,1080,60]]],["nvidia asus geforce gtx 780","780",0,[[1920,1080,60]]],["nvidia asus geforce gtx 950","950",0,[[1920,1080,60]]],["nvidia asus geforce gtx 960","960",0,[[1920,1080,60],[2560,1600,117]]],["nvidia asus geforce gtx 970","970",0,[[2560,1600,60]]],["nvidia asus geforce gtx 980 ti","980",0,[[2560,1440,131]]],["nvidia colorful geforce gtx 960","960",0,[[2560,1440,60]]],["nvidia elitegroup geforce gtx 460","460",0,[[1920,1080,60]]],["nvidia evga geforce gt 545","545",0,[[1920,1080,37]]],["nvidia evga geforce gt 640","640",0,[[1366,768,60]]],["nvidia evga geforce gt 710","710",0,[[1680,1050,36],[1920,1080,29]]],["nvidia evga geforce gt 730","730",0,[[1600,900,59]]],["nvidia evga geforce gt 740","740",0,[[1280,1024,45]]],["nvidia evga geforce gtx 1050 ti","1050",0,[[2560,1440,60],[4096,2304,58]]],["nvidia evga geforce gtx 1070","1070",0,[[5120,2880,60]]],["nvidia evga geforce gtx 1080 ti","1080",0,[[1920,1200,60]]],["nvidia evga geforce gtx 560 ti","560",0,[[1680,1050,59]]],["nvidia evga geforce gtx 570","570",0,[[1920,1080,60]]],["nvidia evga geforce gtx 580","580",0,[[2560,1440,60]]],["nvidia evga geforce gtx 650","650",0,[[1920,1200,87],[2560,1600,43]]],["nvidia evga geforce gtx 650 ti","650",0,[[1680,1050,116],[2560,1440,55]]],["nvidia evga geforce gtx 650 ti boost","650",0,[[1920,1080,56]]],["nvidia evga geforce gtx 660 ti","660",0,[[1920,1200,60]]],["nvidia evga geforce gtx 680","680",0,[[1600,1200,60]]],["nvidia evga geforce gtx 750 ti","750",0,[[1920,1080,60]]],["nvidia evga geforce gtx 760","760",0,[[1920,1080,119],[1920,1200,60]]],["nvidia evga geforce gtx 780","780",0,[[1920,1080,60]]],["nvidia evga geforce gtx 960","960",0,[[1920,1080,60],[2560,1440,115]]],["nvidia evga geforce gtx 970","970",0,[[1920,1080,120]]],["nvidia evga geforce gtx 980","980",0,[[3440,1440,60]]],["nvidia evga geforce gtx 980 ti","980",0,[[1920,1080,60]]],["nvidia gainward geforce gt 630","630",0,[[1920,1080,28]]],["nvidia gainward geforce gts 450","450",0,[[1920,1080,55]]],["nvidia gainward geforce gtx 460","460",0,[[1920,1080,58]]],["nvidia gainward geforce gtx 550 ti","550",0,[[1280,1024,67]]],["nvidia gainward geforce gtx 560 ti","560",0,[[1920,1080,60]]],["nvidia gainward geforce gtx 570","570",0,[[1920,1080,60]]],["nvidia gainward geforce gtx 750 ti","750",0,[[1920,1080,60]]],["nvidia geforce 210","210",0,[[1920,1080,8]]],["nvidia geforce 410m","410",0,[[1366,768,25],[1600,900,19]]],["nvidia geforce 510","510",0,[[1280,960,20]]],["nvidia geforce 605","605",0,[[1768,992,17],[1920,1080,15]]],["nvidia geforce 610m","610",0,[[1366,768,26]]],["nvidia geforce 610m/710m/810m/820m / gt 620m/625m/630m/720m","610",0,[[1366,768,51]]],["nvidia geforce 615","615",0,[[1920,1080,21]]],["nvidia geforce 705m","705",0,[[1920,1080,18]]],["nvidia geforce 710a","710",0,[[1920,1080,32]]],["nvidia geforce 710m","710",0,[[1366,768,55]]],["nvidia geforce 730a","730",0,[[1920,1080,37]]],["nvidia geforce 800m","800",0,[[1920,1080,18]]],["nvidia geforce 810m","810",0,[[1366,768,44],[1920,1080,31]]],["nvidia geforce 820a","820",0,[[1920,1080,28]]],["nvidia geforce 820m","820",0,[[1366,768,57],[1920,1080,23]]],["nvidia geforce 830a","830",0,[[1920,1080,53]]],["nvidia geforce 830m","830",0,[[1366,768,60]]],["nvidia geforce 8400 gs","8400",0,[[1680,1050,4]]],["nvidia geforce 8400 gs rev. 3","8400",0,[[1920,1080,4]]],["nvidia geforce 840a","840",0,[[1920,1080,56]]],["nvidia geforce 840m","840",0,[[1920,1080,56]]],["nvidia geforce 845m","845",0,[[1920,1080,59]]],["nvidia geforce 8600 gt","8600",1,[[1920,1200,-1]]],["nvidia geforce 8600 gts","8600",1,[[1920,1080,-1]]],["nvidia geforce 910m","910",0,[[1366,768,58],[1600,900,45]]],["nvidia geforce 920m","920",0,[[1366,768,60]]],["nvidia geforce 920mx","920",0,[[1366,768,60],[1920,1080,60]]],["nvidia geforce 9300 / nforce 730i","9300",0,[[1920,1080,6]]],["nvidia geforce 930a","930",0,[[1920,1080,55]]],["nvidia geforce 930m","930",0,[[1366,768,60]]],["nvidia geforce 930mx","930",0,[[1366,768,89],[1920,1080,59]]],["nvidia geforce 9400 gt","9400",1,[[1366,768,-1]]],["nvidia geforce 940a","940",0,[[1920,1080,58]]],["nvidia geforce 940m","940",0,[[1920,1080,54]]],["nvidia geforce 940mx","940",0,[[1920,1080,60]]],["nvidia geforce 945m","945",0,[[1920,1080,59]]],["nvidia geforce 9600 gt","9600",0,[[1920,1200,2]]],["nvidia geforce 9600m gt","9600",1,[[1440,900,-1]]],["nvidia geforce 9800 gt","9800",0,[[1920,1200,52]]],["nvidia geforce 9800 gtx / 9800 gtx+","9800",0,[[1280,1024,59]]],["nvidia geforce gpu","gpu",0,[[3000,2000,36]]],["nvidia geforce gt 1010","1010",0,[[1920,1080,135]]],["nvidia geforce gt 1030","1030",0,[[1920,1080,60]]],["nvidia geforce gt 1030 opengl engine","1030",0,[[6720,3780,15]]],["nvidia geforce gt 120","120",1,[[1920,1080,-1]]],["nvidia geforce gt 240","240",0,[[1366,768,32]]],["nvidia geforce gt 320m","320",0,[[1366,768,26]]],["nvidia geforce gt 415m","415",0,[[1366,768,19]]],["nvidia geforce gt 420","420",0,[[1024,768,33],[1920,1080,20]]],["nvidia geforce gt 420m","420",0,[[1366,768,28]]],["nvidia geforce gt 425m","425",0,[[1366,768,55],[1600,900,28]]],["nvidia geforce gt 430","430",0,[[1600,1200,16],[1920,1080,28]]],["nvidia geforce gt 435m","435",0,[[1366,768,53],[1920,1080,22]]],["nvidia geforce gt 440","440",0,[[1280,1024,51],[1680,1050,38],[1920,1080,45]]],["nvidia geforce gt 445m","445",0,[[1600,900,53]]],["nvidia geforce gt 520","520",0,[[1440,900,19],[1920,1080,17]]],["nvidia geforce gt 520m","520",0,[[1366,768,29]]],["nvidia geforce gt 520mx","520",0,[[1366,768,35]]],["nvidia geforce gt 525m","525",0,[[1366,768,28],[1600,900,22]]],["nvidia geforce gt 530","530",0,[[1920,1080,26]]],["nvidia geforce gt 540m","540",0,[[1366,768,38]]],["nvidia geforce gt 545","545",0,[[1920,1080,54]]],["nvidia geforce gt 550m","550",0,[[1600,900,44],[1920,1080,29]]],["nvidia geforce gt 555m","555",0,[[1920,1080,42]]],["nvidia geforce gt 555m/635m","555",0,[[1920,1080,36]]],["nvidia geforce gt 610","610",0,[[1280,1024,22],[1920,1080,15]]],["nvidia geforce gt 620","620",0,[[1920,1080,19]]],["nvidia geforce gt 620 oem","620",0,[[1920,1080,20],[1920,1200,20]]],["nvidia geforce gt 620m","620",0,[[1366,768,55],[1920,1080,30]]],["nvidia geforce gt 620m/630m/635m/640m le","620",0,[[1368,768,38]]],["nvidia geforce gt 625","625",0,[[1920,1080,18]]],["nvidia geforce gt 625m","625",0,[[1366,768,38]]],["nvidia geforce gt 630","630",0,[[1680,1050,36],[1920,1080,36],[1920,1200,30]]],["nvidia geforce gt 630 oem","630",0,[[1600,900,33]]],["nvidia geforce gt 630 opengl engine","630",0,[[1920,1080,33]]],["nvidia geforce gt 630 rev. 2","630",0,[[1920,1080,26]]],["nvidia geforce gt 630m","630",0,[[1366,768,57]]],["nvidia geforce gt 635","635",0,[[1920,1080,27]]],["nvidia geforce gt 635m","635",0,[[1366,768,47]]],["nvidia geforce gt 640","640",0,[[1920,1080,47]]],["nvidia geforce gt 640 oem","640",0,[[1920,1080,46],[2560,1440,35]]],["nvidia geforce gt 640 opengl engine","640",0,[[1280,1024,43]]],["nvidia geforce gt 640 rev. 2","640",0,[[1280,1024,60],[1920,1080,55]]],["nvidia geforce gt 640m","640",0,[[1366,768,82],[1600,900,59],[1920,1080,34]]],["nvidia geforce gt 640m le","640",0,[[1920,1080,49]]],["nvidia geforce gt 640m mac","640",0,[[1366,768,56],[1920,1080,20]]],["nvidia geforce gt 640m opengl engine","640",0,[[1920,1080,45]]],["nvidia geforce gt 645m","645",0,[[1366,768,60]]],["nvidia geforce gt 650m","650",0,[[1360,768,59],[1920,1080,58],[2560,1440,59]]],["nvidia geforce gt 650m mac","650",0,[[1440,900,56],[1920,1080,15],[2560,1440,19],[2880,1800,31]]],["nvidia geforce gt 650m opengl engine","650",0,[[1920,1080,56],[3840,2160,27]]],["nvidia geforce gt 705","705",0,[[1920,1080,11]]],["nvidia geforce gt 710","710",0,[[1920,1080,28]]],["nvidia geforce gt 710b","710",0,[[1920,1080,26]]],["nvidia geforce gt 710m","710",0,[[1366,768,46]]],["nvidia geforce gt 720","720",0,[[1920,1080,19],[2560,1440,16],[5120,2880,5]]],["nvidia geforce gt 720 opengl engine","720",0,[[2560,1600,20]]],["nvidia geforce gt 720m","720",0,[[1366,768,42]]],["nvidia geforce gt 730","730",0,[[1920,1080,54]]],["nvidia geforce gt 730a","730",0,[[1920,1080,23]]],["nvidia geforce gt 730m","730",0,[[1920,1080,43]]],["nvidia geforce gt 735m","735",0,[[1920,1080,39]]],["nvidia geforce gt 740","740",0,[[1920,1080,55],[3440,1440,23]]],["nvidia geforce gt 740 opengl engine","740",0,[[1920,1200,51]]],["nvidia geforce gt 740m","740",0,[[1366,768,60]]],["nvidia geforce gt 745m","745",0,[[1920,1080,55]]],["nvidia geforce gt 750m","750",0,[[1920,1080,57]]],["nvidia geforce gt 750m mac","750",0,[[1920,1080,58],[2880,1800,28]]],["nvidia geforce gt 755m","755",0,[[1920,1080,57]]],["nvidia geforce gt 755m mac","755",0,[[2560,1440,41]]],["nvidia geforce gt 755m opengl engine","755",0,[[2560,1440,51]]],["nvidia geforce gt 820m","820",0,[[1600,900,47]]],["nvidia geforce gts 250","250",0,[[1680,1050,53]]],["nvidia geforce gts 450","450",0,[[1360,768,60],[1680,1050,57],[1920,1080,55]]],["nvidia geforce gts 450 rev. 2","450",0,[[1920,1080,56]]],["nvidia geforce gtx 1050","1050",0,[[1920,1080,60]]],["nvidia geforce gtx 1050 3gb","1050",0,[[1280,1024,60]]],["nvidia geforce gtx 1050 mobile","1050",0,[[1920,1080,60]]],["nvidia geforce gtx 1050 opengl engine","1050",0,[[1920,1080,116]]],["nvidia geforce gtx 1050 ti","1050",0,[[1920,1080,60]]],["nvidia geforce gtx 1050 ti mobile","1050",0,[[1920,1080,298]]],["nvidia geforce gtx 1050 ti opengl engine","1050",0,[[1920,1080,60]]],["nvidia geforce gtx 1050 ti with max-q design","1050",0,[[1920,1080,268],[2560,1440,102],[3840,2160,60]]],["nvidia geforce gtx 1050 with max-q design","1050",0,[[1920,1080,60],[3840,2160,24]]],["nvidia geforce gtx 1060","1060",0,[[1920,1080,60],[3840,2160,59]]],["nvidia geforce gtx 1060 3gb","1060",0,[[1920,1080,60]]],["nvidia geforce gtx 1060 3gb opengl engine","1060",0,[[1920,1080,60]]],["nvidia geforce gtx 1060 5gb","1060",0,[[1920,1080,55]]],["nvidia geforce gtx 1060 6gb","1060",0,[[1920,1080,60]]],["nvidia geforce gtx 1060 6gb opengl engine","1060",0,[[1920,1080,75]]],["nvidia geforce gtx 1060 mobile","1060",0,[[1920,1080,422]]],["nvidia geforce gtx 1060 mobile 6gb","1060",0,[[1920,1080,120]]],["nvidia geforce gtx 1060 with max-q design","1060",0,[[1920,1080,60]]],["nvidia geforce gtx 1060se 3gb","1060",0,[[1920,1080,60]]],["nvidia geforce gtx 1070","1070",0,[[1920,1080,134]]],["nvidia geforce gtx 1070 a17","1070",0,[[1920,1080,60]]],["nvidia geforce gtx 1070 mobile","1070",0,[[1920,1080,467]]],["nvidia geforce gtx 1070 opengl engine","1070",0,[[1920,1080,143]]],["nvidia geforce gtx 1070 ti","1070",0,[[1920,1080,60],[6016,3384,59]]],["nvidia geforce gtx 1070 ti opengl engine","1070",0,[[1920,1080,75]]],["nvidia geforce gtx 1070 with max-q design","1070",0,[[1920,1080,448]]],["nvidia geforce gtx 1070 with maxq design","1070",0,[[1920,1080,60],[3840,2160,59]]],["nvidia geforce gtx 1080","1080",0,[[1920,1080,119],[2560,1440,326],[3840,2160,286]]],["nvidia geforce gtx 1080 mobile","1080",0,[[1920,1080,120]]],["nvidia geforce gtx 1080 opengl engine","1080",0,[[1920,1080,79]]],["nvidia geforce gtx 1080 ti","1080",0,[[1920,1080,120]]],["nvidia geforce gtx 1080 ti opengl engine","1080",0,[[1920,1080,127]]],["nvidia geforce gtx 1080 with max-q design","1080",0,[[1920,1080,144]]],["nvidia geforce gtx 1180","1180",0,[[3440,1440,60]]],["nvidia geforce gtx 1650","1650",0,[[1920,1080,380]]],["nvidia geforce gtx 1650 mobile / max-q","1650",0,[[1920,1080,292]]],["nvidia geforce gtx 1650 super","1650",0,[[1920,1080,433]]],["nvidia geforce gtx 1650 ti","1650",0,[[1920,1080,144],[3840,2400,59]]],["nvidia geforce gtx 1650 ti mobile","1650",0,[[1920,1080,144]]],["nvidia geforce gtx 1650 ti with max-q design","1650",0,[[1920,1080,60],[3839,2160,60]]],["nvidia geforce gtx 1650 with max-q design","1650",0,[[1920,1080,142],[3000,2000,60]]],["nvidia geforce gtx 1660","1660",0,[[1920,1080,144]]],["nvidia geforce gtx 1660 super","1660",0,[[1920,1080,60]]],["nvidia geforce gtx 1660 ti","1660",0,[[1920,1080,546],[3840,2160,60]]],["nvidia geforce gtx 1660 ti mobile","1660",0,[[1920,1080,451]]],["nvidia geforce gtx 1660 ti with max-q design","1660",0,[[1920,1080,144]]],["nvidia geforce gtx 280","280",0,[[1680,1050,56]]],["nvidia geforce gtx 295","295",0,[[1920,1080,56]]],["nvidia geforce gtx 460","460",0,[[1920,1080,60]]],["nvidia geforce gtx 460 oem","460",0,[[1360,768,60],[1920,1080,60]]],["nvidia geforce gtx 460 opengl engine","460",0,[[1920,1080,59]]],["nvidia geforce gtx 460 se","460",0,[[1920,1080,56],[1920,1200,57]]],["nvidia geforce gtx 460 v2","460",0,[[1920,1080,60],[1920,1200,60],[2560,1600,55]]],["nvidia geforce gtx 460m","460",0,[[1920,1080,46]]],["nvidia geforce gtx 465","465",0,[[1920,1080,134],[1920,1200,59]]],["nvidia geforce gtx 470","470",0,[[1680,1050,60],[1920,1080,59]]],["nvidia geforce gtx 470m","470",0,[[1920,1200,55]]],["nvidia geforce gtx 480","480",0,[[1440,900,191],[1920,1080,115],[1920,1200,60]]],["nvidia geforce gtx 480 opengl engine","480",0,[[1600,1200,60]]],["nvidia geforce gtx 550 ti","550",0,[[1280,1024,58],[1920,1080,58]]],["nvidia geforce gtx 550 ti opengl engine","550",0,[[1920,1080,55]]],["nvidia geforce gtx 555","555",0,[[1920,1080,54]]],["nvidia geforce gtx 560","560",0,[[1920,1080,60]]],["nvidia geforce gtx 560 se","560",0,[[1680,1050,52],[1920,1080,111]]],["nvidia geforce gtx 560 ti","560",0,[[1920,1080,60]]],["nvidia geforce gtx 560 ti 448 cores","560",0,[[1920,1080,60],[2560,1440,60]]],["nvidia geforce gtx 560 ti oem","560",0,[[1920,1080,176]]],["nvidia geforce gtx 560 ti opengl engine","560",0,[[1920,1080,48]]],["nvidia geforce gtx 560m","560",0,[[1920,1080,55]]],["nvidia geforce gtx 570","570",0,[[1920,1080,60]]],["nvidia geforce gtx 570 opengl engine","570",0,[[1920,1080,60]]],["nvidia geforce gtx 570 rev. 2","570",0,[[1920,1080,60],[1920,1200,60]]],["nvidia geforce gtx 570m","570",0,[[1920,1080,125],[2560,1440,8]]],["nvidia geforce gtx 580","580",0,[[1920,1080,60]]],["nvidia geforce gtx 580 opengl engine","580",0,[[1680,1050,59]]],["nvidia geforce gtx 580m","580",0,[[1920,1080,60]]],["nvidia geforce gtx 590","590",0,[[1920,1080,59]]],["nvidia geforce gtx 645","645",0,[[1920,1080,57],[1920,1200,58]]],["nvidia geforce gtx 645 opengl engine","645",0,[[1920,1200,58]]],["nvidia geforce gtx 650","650",0,[[1920,1080,72]]],["nvidia geforce gtx 650 oem","650",0,[[1366,768,59]]],["nvidia geforce gtx 650 opengl engine","650",0,[[1920,1080,59]]],["nvidia geforce gtx 650 ti","650",0,[[1920,1080,60]]],["nvidia geforce gtx 650 ti boost","650",0,[[1280,1024,60],[1600,1200,187],[1920,1080,60]]],["nvidia geforce gtx 650 ti opengl engine","650",0,[[1920,1080,60]]],["nvidia geforce gtx 660","660",0,[[1920,1080,111]]],["nvidia geforce gtx 660 oem","660",0,[[1920,1080,59]]],["nvidia geforce gtx 660 ti","660",0,[[1920,1080,60]]],["nvidia geforce gtx 660 ti opengl engine","660",0,[[1280,1024,60]]],["nvidia geforce gtx 660m","660",0,[[1680,1050,36],[1920,1080,59]]],["nvidia geforce gtx 660m mac","660",0,[[2560,1440,2]]],["nvidia geforce gtx 660m opengl engine","660",0,[[2560,1440,36]]],["nvidia geforce gtx 670","670",0,[[1920,1080,100]]],["nvidia geforce gtx 670 opengl engine","670",0,[[1920,1080,60]]],["nvidia geforce gtx 670m","670",0,[[1920,1080,66]]],["nvidia geforce gtx 670mx","670",0,[[1920,1080,60]]],["nvidia geforce gtx 675m","675",0,[[1920,1080,60]]],["nvidia geforce gtx 675mx","675",0,[[1680,1050,60],[1920,1080,60],[2560,1440,55]]],["nvidia geforce gtx 675mx mac","675",0,[[2560,1440,36]]],["nvidia geforce gtx 675mx opengl engine","675",0,[[2560,1440,60]]],["nvidia geforce gtx 680","680",0,[[1920,1080,60]]],["nvidia geforce gtx 680 opengl engine","680",0,[[1920,1080,60]]],["nvidia geforce gtx 680m","680",0,[[1920,1080,39],[1920,1200,60]]],["nvidia geforce gtx 680m opengl engine","680",0,[[1920,1080,36]]],["nvidia geforce gtx 680mx","680",0,[[2560,1440,59]]],["nvidia geforce gtx 680mx opengl engine","680",0,[[2560,1440,59]]],["nvidia geforce gtx 690","690",0,[[1920,1080,60],[3840,2160,30]]],["nvidia geforce gtx 745","745",0,[[1920,1080,60],[2560,1600,29]]],["nvidia geforce gtx 750","750",0,[[1920,1080,60]]],["nvidia geforce gtx 750 opengl engine","750",0,[[1920,1200,58]]],["nvidia geforce gtx 750 ti","750",0,[[1920,1080,97]]],["nvidia geforce gtx 760","760",0,[[1920,1080,60],[1920,1200,116]]],["nvidia geforce gtx 760 oem","760",0,[[1920,1080,60]]],["nvidia geforce gtx 760 opengl engine","760",0,[[1920,1080,52]]],["nvidia geforce gtx 760 ti","760",0,[[1920,1080,60],[1920,1200,60]]],["nvidia geforce gtx 760 ti oem","760",0,[[1920,1200,60]]],["nvidia geforce gtx 760 ti opengl engine","760",0,[[1920,1080,60]]],["nvidia geforce gtx 760a","760",0,[[2560,1080,15]]],["nvidia geforce gtx 760m","760",0,[[1920,1080,60]]],["nvidia geforce gtx 765m","765",0,[[1920,1080,53],[2560,1440,57]]],["nvidia geforce gtx 765m by nick[d]vb","765",0,[[2560,1440,58]]],["nvidia geforce gtx 765m opengl engine","765",0,[[2560,1440,57]]],["nvidia geforce gtx 770","770",0,[[1920,1080,143],[2560,1440,203]]],["nvidia geforce gtx 770 opengl engine","770",0,[[1920,1080,60]]],["nvidia geforce gtx 770m","770",0,[[1920,1080,60],[2560,1440,59]]],["nvidia geforce gtx 770m by nick[d]vb","770",0,[[2560,1440,34]]],["nvidia geforce gtx 770m opengl engine","770",0,[[2560,1440,59]]],["nvidia geforce gtx 775m by idopt mac","775",0,[[2560,1440,56]]],["nvidia geforce gtx 775m mac","775",0,[[2560,1440,59]]],["nvidia geforce gtx 775m opengl engine","775",0,[[2560,1440,60]]],["nvidia geforce gtx 780","780",0,[[1920,1080,159]]],["nvidia geforce gtx 780 by st3phl3","780",0,[[3840,2160,30]]],["nvidia geforce gtx 780 mac","780",0,[[1680,1050,60],[1920,1080,60]]],["nvidia geforce gtx 780 rev. 2","780",0,[[1920,1080,144],[2560,1440,119],[3840,2160,58],[5120,2880,58]]],["nvidia geforce gtx 780 ti","780",0,[[1280,1024,120],[1920,1080,119]]],["nvidia geforce gtx 780 ti opengl engine","780",0,[[2560,1440,60]]],["nvidia geforce gtx 780m","780",0,[[1920,1080,60],[2560,1440,59]]],["nvidia geforce gtx 780m by nick[d]vb","780",0,[[1920,1080,59],[2560,1440,60]]],["nvidia geforce gtx 780m mac","780",0,[[2560,1440,60]]],["nvidia geforce gtx 780m opengl engine","780",0,[[2560,1440,60]]],["nvidia geforce gtx 850a","850",0,[[2560,1440,48]]],["nvidia geforce gtx 850m","850",0,[[1920,1080,60]]],["nvidia geforce gtx 860m","860",0,[[1920,1080,59]]],["nvidia geforce gtx 860m opengl engine","860",0,[[2560,1440,58]]],["nvidia geforce gtx 870m","870",0,[[1920,1080,60],[2560,1440,102]]],["nvidia geforce gtx 880m","880",0,[[1920,1080,60],[2560,1440,74]]],["nvidia geforce gtx 880m opengl engine","880",0,[[2560,1440,60]]],["nvidia geforce gtx 950","950",0,[[1920,1080,98]]],["nvidia geforce gtx 950 opengl engine","950",0,[[1920,1200,60]]],["nvidia geforce gtx 950a","950",0,[[1920,1080,60],[3840,2160,38]]],["nvidia geforce gtx 950m","950",0,[[1920,1080,114]]],["nvidia geforce gtx 960","960",0,[[1920,1080,60]]],["nvidia geforce gtx 960a","960",0,[[1920,1440,128]]],["nvidia geforce gtx 960m","960",0,[[1920,1080,119],[3840,2160,37]]],["nvidia geforce gtx 965m","965",0,[[1920,1080,195],[3000,2000,59],[3840,2160,41]]],["nvidia geforce gtx 965m opengl engine","965",0,[[2880,1620,55]]],["nvidia geforce gtx 970","970",0,[[1920,1080,143]]],["nvidia geforce gtx 970 opengl engine","970",0,[[2560,1600,60]]],["nvidia geforce gtx 970m","970",0,[[1920,1080,60]]],["nvidia geforce gtx 980","980",0,[[1920,1080,60],[3440,1440,294]]],["nvidia geforce gtx 980 ti","980",0,[[1920,1080,119],[2560,1440,456]]],["nvidia geforce gtx 980 ti opengl engine","980",0,[[1920,1080,60]]],["nvidia geforce gtx 980m","980",0,[[1920,1080,60],[3840,2160,104]]],["nvidia geforce gtx titan","gtx",0,[[1920,1080,119],[1920,1200,119],[2560,1440,60]]],["nvidia geforce gtx titan black","gtx",0,[[1680,1050,60],[1920,1080,60],[1920,1200,60],[2560,1440,60]]],["nvidia geforce gtx titan black opengl engine","gtx",0,[[3840,2160,60]]],["nvidia geforce gtx titan opengl engine","gtx",0,[[2560,1440,60]]],["nvidia geforce gtx titan x","gtxx",0,[[1920,1080,144],[2560,1440,120],[2560,1600,60]]],["nvidia geforce gtx titan xp","gtxxp",0,[[2560,1440,60],[3440,1440,60]]],["nvidia geforce gtx titan z","gtxz",0,[[1440,900,59],[1920,1080,39],[3840,2160,60]]],["nvidia geforce gtx780m by nikey22","780",0,[[2560,1440,60]]],["nvidia geforce gtx870m by nikey22","870",0,[[2560,1440,60]]],["nvidia geforce gtx880m","880",0,[[1920,1080,60]]],["nvidia geforce gtx880m by nikey22","880",0,[[2560,1440,59]]],["nvidia geforce gtx880m opengl engine","880",0,[[2560,1440,59]]],["nvidia geforce mx110","110",0,[[1366,768,61],[1920,1080,57]]],["nvidia geforce mx130","130",0,[[1920,1080,60]]],["nvidia geforce mx150","150",0,[[1920,1080,113]]],["nvidia geforce mx230","230",0,[[1920,1080,60]]],["nvidia geforce mx250","250",0,[[1920,1080,60]]],["nvidia geforce mx330","330",0,[[1920,1080,60],[3840,2160,51]]],["nvidia geforce mx350","350",0,[[1920,1080,60]]],["nvidia geforce mx450","450",0,[[1920,1080,60]]],["nvidia geforce pre-release graphics device","pre",0,[[2560,1440,60]]],["nvidia geforce pre-release tesla c2075 opengl engine","2075",0,[[1600,900,59]]],["nvidia geforce pre-release titan x opengl engine","prex",0,[[1920,1080,60]]],["nvidia geforce pre-release titan xp collectors edition opengl e","prexpe",0,[[1920,1080,59]]],["nvidia geforce pre-release titan xp opengl engine","prexp",0,[[2560,1440,60]]],["nvidia geforce rtx 2060","2060",0,[[1920,1080,512]]],["nvidia geforce rtx 2060 max-q","2060",0,[[2560,1440,301]]],["nvidia geforce rtx 2060 mobile","2060",0,[[1920,1080,518]]],["nvidia geforce rtx 2060 rev. a","2060",0,[[3840,2160,257]]],["nvidia geforce rtx 2060 super","2060",0,[[1920,1080,645],[2560,1440,143]]],["nvidia geforce rtx 2060 with max-q design","2060",0,[[1920,1080,292],[1920,1200,60]]],["nvidia geforce rtx 2070","2070",0,[[1920,1080,60],[3840,2160,60]]],["nvidia geforce rtx 2070 mobile","2070",0,[[1920,1080,477]]],["nvidia geforce rtx 2070 mobile / max-q","2070",0,[[1920,1080,526]]],["nvidia geforce rtx 2070 mobile / max-q refresh","2070",0,[[1920,1080,143]]],["nvidia geforce rtx 2070 rev. a","2070",0,[[2560,1440,144]]],["nvidia geforce rtx 2070 super","2070",0,[[1920,1080,510]]],["nvidia geforce rtx 2070 super with max-q design","2070",0,[[1920,1080,300]]],["nvidia geforce rtx 2070 with max-q design","2070",0,[[1920,1080,240]]],["nvidia geforce rtx 2080","2080",0,[[1920,1080,632],[2560,1440,165]]],["nvidia geforce rtx 2080 mobile","2080",0,[[1920,1080,144]]],["nvidia geforce rtx 2080 rev. a","2080",0,[[2560,1440,143]]],["nvidia geforce rtx 2080 super","2080",0,[[1920,1080,601]]],["nvidia geforce rtx 2080 super mobile / max-q","2080",0,[[3840,2160,59]]],["nvidia geforce rtx 2080 super with max-q design","2080",0,[[1920,1080,300]]],["nvidia geforce rtx 2080 ti","2080",0,[[1920,1080,83]]],["nvidia geforce rtx 2080 ti rev. a","2080",0,[[1920,1080,403]]],["nvidia geforce rtx 2080 with max-q design","2080",0,[[1920,1080,476]]],["nvidia geforce rtx 3050","3050",0,[[1920,1080,60]]],["nvidia geforce rtx 3050 laptop gpu","3050",0,[[1920,1080,144]]],["nvidia geforce rtx 3050 ti laptop gpu","3050",0,[[1920,1080,144]]],["nvidia geforce rtx 3060","3060",0,[[1920,1080,674]]],["nvidia geforce rtx 3060 laptop gpu","3060",0,[[1920,1080,300]]],["nvidia geforce rtx 3060 lite hash rate","3060",0,[[1920,1080,60]]],["nvidia geforce rtx 3060 mobile / max-q","3060",0,[[1920,1080,435]]],["nvidia geforce rtx 3060 ti","3060",0,[[1920,1080,779]]],["nvidia geforce rtx 3070","3070",0,[[1920,1080,723],[2560,1440,294]]],["nvidia geforce rtx 3070 laptop gpu","3070",0,[[1920,1080,357]]],["nvidia geforce rtx 3070 mobile / max-q","3070",0,[[2560,1440,386]]],["nvidia geforce rtx 3070 ti","3070",0,[[1920,1080,60]]],["nvidia geforce rtx 3080","3080",0,[[1920,1080,726],[2560,1440,60],[3840,2160,60]]],["nvidia geforce rtx 3080 laptop gpu","3080",0,[[1920,1080,294],[2560,1440,244]]],["nvidia geforce rtx 3080 mobile / max-q 8gb/16gb","3080",0,[[1920,1080,293]]],["nvidia geforce rtx 3080 ti","3080",0,[[1920,1080,239],[2560,1440,60]]],["nvidia geforce rtx 3090","3090",0,[[2560,1440,60],[3840,2160,474]]],["nvidia geforce rtx t10-16","10",0,[[2560,1600,3]]],["nvidia geforce rtx t10-8","10",0,[[2560,1600,3]]],["nvidia gigabyte geforce gt 440","440",0,[[1280,1024,34]]],["nvidia gigabyte geforce gt 610","610",0,[[1920,1080,17]]],["nvidia gigabyte geforce gt 630","630",0,[[1920,1080,34]]],["nvidia gigabyte geforce gt 730","730",0,[[1280,1024,38]]],["nvidia gigabyte geforce gts 450","450",0,[[1280,1024,37]]],["nvidia gigabyte geforce gtx 1050 ti","1050",0,[[1920,1080,30]]],["nvidia gigabyte geforce gtx 460","460",0,[[1680,1050,60]]],["nvidia gigabyte geforce gtx 550 ti","550",0,[[1920,1080,57]]],["nvidia gigabyte geforce gtx 560 ti","560",0,[[1920,1080,60]]],["nvidia gigabyte geforce gtx 570 hd","570",0,[[1920,1080,60]]],["nvidia gigabyte geforce gtx 580","580",0,[[1920,1200,60]]],["nvidia gigabyte geforce gtx 650","650",0,[[1680,1050,55]]],["nvidia gigabyte geforce gtx 650 ti","650",0,[[2560,1440,40]]],["nvidia gigabyte geforce gtx 660","660",0,[[1920,1080,31]]],["nvidia gigabyte geforce gtx 660 ti","660",0,[[5120,2880,29]]],["nvidia gigabyte geforce gtx 670","670",0,[[1920,1080,60]]],["nvidia gigabyte geforce gtx 750","750",0,[[1920,1080,59]]],["nvidia gigabyte geforce gtx 750 ti","750",0,[[1920,1080,60]]],["nvidia gigabyte geforce gtx 760","760",0,[[3440,1440,17]]],["nvidia gigabyte geforce gtx 770","770",0,[[2560,1440,59]]],["nvidia gigabyte geforce gtx 780 ti","780",0,[[1920,1080,240]]],["nvidia gigabyte geforce gtx 960","960",0,[[1920,1080,142],[1920,1200,120]]],["nvidia gigabyte geforce gtx 970","970",0,[[1920,1080,60]]],["nvidia gigabyte geforce gtx 980","980",0,[[2560,1440,60]]],["nvidia gigabyte geforce gtx 980 ti","980",0,[[1920,1080,60]]],["nvidia hp geforce gt 730","730",0,[[1920,1080,55]]],["nvidia inno3d geforce gtx660","3",0,[[2560,1440,107]]],["nvidia msi geforce gt 610","610",0,[[1920,1080,16]]],["nvidia msi geforce gt 630","630",0,[[1440,900,12]]],["nvidia msi geforce gt 635","635",0,[[1920,1080,30]]],["nvidia msi geforce gt 710","710",0,[[1920,1080,27]]],["nvidia msi geforce gt 730","730",0,[[1920,1080,53]]],["nvidia msi geforce gtx 1050 ti","1050",0,[[1920,1080,59]]],["nvidia msi geforce gtx 1060","1060",0,[[1920,1080,120]]],["nvidia msi geforce gtx 1070","1070",0,[[1920,1200,45]]],["nvidia msi geforce gtx 460","460",0,[[1920,1080,60]]],["nvidia msi geforce gtx 560 ti","560",0,[[1920,1080,60]]],["nvidia msi geforce gtx 570 hd","570",0,[[1920,1200,60]]],["nvidia msi geforce gtx 580","580",0,[[2560,1440,60]]],["nvidia msi geforce gtx 650","650",0,[[2560,1080,52]]],["nvidia msi geforce gtx 650 ti","650",0,[[1920,1080,60]]],["nvidia msi geforce gtx 660","660",0,[[1920,1080,60]]],["nvidia msi geforce gtx 660 ti","660",0,[[1680,1050,49]]],["nvidia msi geforce gtx 670","670",0,[[1920,1080,60]]],["nvidia msi geforce gtx 745","745",0,[[1920,1080,55]]],["nvidia msi geforce gtx 760","760",0,[[1280,1024,30],[1920,1080,58]]],["nvidia msi geforce gtx 780","780",0,[[1920,1080,60]]],["nvidia msi geforce gtx 950","950",0,[[1920,1080,59]]],["nvidia msi geforce gtx 960","960",0,[[1680,1050,120],[2560,1440,59]]],["nvidia msi geforce gtx 970","970",0,[[1680,1050,60]]],["nvidia msi geforce gtx 980","980",0,[[1920,1080,120],[3840,2160,60]]],["nvidia msi geforce gtx 980 ti","980",0,[[5120,2880,56]]],["nvidia null geforce 920a","920",0,[[1920,1080,25]]],["nvidia palit geforce gtx 650","650",0,[[1920,1080,49]]],["nvidia palit geforce gtx 650 ti","650",0,[[1920,1080,59]]],["nvidia palit geforce gtx 660","660",0,[[1920,1080,26]]],["nvidia pegatron geforce gt 420","420",0,[[1400,1050,25]]],["nvidia pny geforce gt 610","610",0,[[1280,1024,19]]],["nvidia pny geforce gtx 1060","1060",0,[[1920,1080,60]]],["nvidia pny geforce gtx 460","460",0,[[1360,768,59]]],["nvidia pny geforce gtx 550 ti","550",0,[[1920,1080,55]]],["nvidia pny geforce gtx 570 hd","570",0,[[1280,1024,72]]],["nvidia pny geforce gtx 580","580",0,[[1920,1200,59]]],["nvidia pny geforce gtx 680","680",0,[[2560,1080,120]]],["nvidia pny geforce gtx 750","750",0,[[1280,1024,60]]],["nvidia pny geforce gtx 970","970",0,[[2560,1440,60]]],["nvidia pny geforce gtx 980","980",0,[[1920,1080,120]]],["nvidia point of view geforce gtx 470","470",0,[[1920,1080,59]]],["nvidia point of view geforce gtx 660 ti","660",0,[[1680,1050,59]]],["nvidia sony geforce 410m","410",0,[[1366,768,24]]],["nvidia toshiba geforce gt 525m","525",0,[[1366,768,33]]],["nvidia zotac geforce gt 430","430",0,[[1600,900,32]]],["nvidia zotac geforce gt 610","610",0,[[1920,1080,15]]],["nvidia zotac geforce gt 630","630",0,[[1360,768,46]]],["nvidia zotac geforce gt 740","740",0,[[1280,1024,118]]],["nvidia zotac geforce gtx 460","460",0,[[1920,1080,59]]],["nvidia zotac geforce gtx 550 ti","550",0,[[1920,1080,42]]],["nvidia zotac geforce gtx 560","560",0,[[1920,1080,60]]],["nvidia zotac geforce gtx 560 ti","560",0,[[1920,1080,60]]],["nvidia zotac geforce gtx 580","580",0,[[1920,1080,48]]],["nvidia zotac geforce gtx 650","650",0,[[1920,1080,44]]],["nvidia zotac geforce gtx 650 ti","650",0,[[1920,1080,58]]],["nvidia zotac geforce gtx 660","660",0,[[1920,1080,60]]],["nvidia zotac geforce gtx 680","680",0,[[1920,1080,60]]],["nvidia zotac geforce gtx 750","750",0,[[1680,1050,114],[1920,1080,60]]],["nvidia zotac geforce gtx 760","760",0,[[1920,1080,101]]],["nvidia zotac geforce gtx 770","770",0,[[1920,1080,60]]],["nvidia zotac geforce gtx 780","780",0,[[1920,1080,60]]],["nvidia zotac geforce gtx 960","960",0,[[2048,1152,60]]]]')},178:function(e){"use strict";e.exports=JSON.parse('["4.0.8",["intel","",0,[[4096,2304,12]]],["intel 0x496e74656c2048442047726170686963000732034343","0",0,[[1920,1080,22]]],["intel broxton-p hd","p",0,[[1920,1080,73]]],["intel cherryview hd","hd",0,[[1920,1080,16]]],["intel coffee lake uhd","uhd",0,[[1920,1080,49]]],["intel cometlake uhd graphics 630","630",0,[[2560,1440,40]]],["intel corporation 2nd gen core processor family integrated graphics controller","2",0,[[1366,768,25]]],["intel corporation 2nd generation core processor family integrated graphics controller","2",0,[[1600,900,28]]],["intel corporation 3rd gen core processor graphics controller","3",0,[[1366,768,20]]],["intel corporation 8th gen core processor gaussian mixture model","8",0,[[1366,768,17]]],["intel corporation atom processor z36xxx/z37xxx series graphics & display","36",0,[[1280,799,18],[1366,768,18]]],["intel corporation atom/celeron/pentium processor n4200 series integrated graphics controller","4200",0,[[1280,1024,28]]],["intel corporation atom/celeron/pentium processor x5-e8000 integrated graphics controller","5",0,[[1366,768,34]]],["intel corporation atom/celeron/pentium processor x5-e8000 series pci configuration registers","5",0,[[1920,1080,14]]],["intel corporation broadwell-u integrated","u",0,[[1920,1080,38]]],["intel corporation celeron n3350 n4200/atom e3900 series integrated graphics controller","3350",0,[[1680,1050,33]]],["intel corporation coffeelake-h gt2 [uhd graphics 630]","2",0,[[1920,1080,76]]],["intel corporation cometlake-h gt2 [uhd graphics]","2",0,[[3072,1728,29]]],["intel corporation cometlake-s gt2 [uhd graphics 630]","2",0,[[1920,1080,52]]],["intel corporation cometlake-u gt2 [uhd graphics]","2",0,[[1920,1080,39]]],["intel corporation device","",0,[[1920,1080,31]]],["intel corporation geminilake [uhd graphics 600]","600",0,[[1920,1080,15]]],["intel corporation haswell-ult integrated graphics controller","ult",0,[[1366,768,35]]],["intel corporation hd","hd",0,[[1920,1080,24]]],["intel corporation hd graphics 500","500",0,[[1366,768,19]]],["intel corporation hd graphics 510","510",0,[[1368,768,48]]],["intel corporation hd graphics 515","515",0,[[1920,1080,29]]],["intel corporation hd graphics 520","520",0,[[1366,768,59]]],["intel corporation hd graphics 530","530",0,[[1920,1080,58]]],["intel corporation hd graphics 5300","5300",0,[[1920,1080,35]]],["intel corporation hd graphics 5500","5500",0,[[1920,1080,36]]],["intel corporation hd graphics 610","610",0,[[1920,1080,28]]],["intel corporation hd graphics 620","620",0,[[1920,1080,56],[3200,1800,17]]],["intel corporation hd graphics 630","630",0,[[1920,1080,58]]],["intel corporation iris graphics 540","540",0,[[1920,1080,54]]],["intel corporation iris graphics 6100","6100",0,[[2560,1600,20]]],["intel corporation iris plus graphics 650","650",0,[[1440,900,60]]],["intel corporation iris plus graphics 655","655",0,[[1920,1080,119]]],["intel corporation iris plus graphics g1","1",0,[[1920,1080,57]]],["intel corporation iris plus graphics g7","7",0,[[1920,1080,112]]],["intel corporation iris pro graphics 580","580",0,[[1920,1080,60]]],["intel corporation iris pro graphics 6200","6200",0,[[2560,1080,41]]],["intel corporation iris xe","xe",0,[[1920,1200,60]]],["intel corporation sky lake integrated","sky",0,[[2560,1440,52]]],["intel corporation skylake gt2 [hd graphics 520]","2",0,[[1920,1080,52],[2560,1440,31]]],["intel corporation skylake integrated","",0,[[1920,1080,51]]],["intel corporation tigerlake gt2 [iris xe graphics]","2",0,[[1920,1080,60]]],["intel corporation tigerlake-lp gt2 [iris xe graphics]","2",0,[[1920,1080,60]]],["intel corporation uhd","uhd",0,[[1920,1080,65]]],["intel corporation uhd graphics 605","605",0,[[1920,1080,21]]],["intel corporation uhd graphics 615","615",0,[[1920,1080,30]]],["intel corporation uhd graphics 620","620",0,[[1920,1080,55]]],["intel corporation uhd graphics 630","630",0,[[1920,1080,57]]],["intel corporation whiskeylake-u gt2 [uhd graphics 620]","2",0,[[1920,1080,57]]],["intel corporation xeon e3-1200 v2 gen core processor graphics controller","3",0,[[1920,1080,15]]],["intel corporation xeon e3-1200 v3 gen core processor integrated graphics controller","3",0,[[1360,768,42],[1440,900,34],[1280,1024,23],[1920,1080,22]]],["intel corporation, series chipset iris plus graphics 655","655",0,[[1920,1080,42]]],["intel geforce gtx 960","960",0,[[1920,1080,26]]],["intel gen12 desktop graphics controller","12",0,[[3840,2160,20]]],["intel graphics gfx-driver-user-feature_dg1_poweron-27723 dch releaseinternal","1",0,[[3840,2160,11]]],["intel hd","hd",0,[[1280,800,18],[1366,768,26],[1600,900,12],[1920,1080,13],[1920,1200,16],[1920,1280,18],[3000,2002,6],[4096,2160,4]]],["intel hd 4000","4000",0,[[1366,768,37]]],["intel hd 530","530",0,[[1920,1200,54]]],["intel hd graphics 3000","3000",0,[[1920,1080,21]]],["intel hd graphics 4000","4000",0,[[1280,800,41],[1366,768,33],[1440,900,31],[1680,1050,50],[1920,1080,27],[2560,1600,13],[2880,1800,12]]],["intel hd graphics 4000,,,,,,,","4000",0,[[1920,1080,19]]],["intel hd graphics 4400","4400",0,[[1366,768,28],[1280,1024,48],[1920,1080,18],[2160,1440,20]]],["intel hd graphics 4600","4600",0,[[1366,768,14],[1280,960,65],[1280,1024,60],[1600,900,33],[1680,1050,31],[1600,1200,47],[1920,1080,19],[1920,1200,22],[2880,1620,14]]],["intel hd graphics 500","500",0,[[1920,1080,15]]],["intel hd graphics 5000","5000",0,[[1366,768,45],[1440,900,42],[1920,1032,25],[1920,1080,27],[2160,1439,19],[2160,1440,23],[2560,1440,15]]],["intel hd graphics 505","505",0,[[1366,768,28],[1920,1080,16]]],["intel hd graphics 510","510",0,[[1366,768,29],[1440,900,46],[1680,1050,12],[1920,1080,27]]],["intel hd graphics 515","515",0,[[1920,1080,45],[2720,768,22],[1920,1280,41],[2160,1440,28],[2560,1600,16],[2736,1824,19],[3200,1800,12],[3840,2160,10]]],["intel hd graphics 520","520",0,[[1366,768,90],[1920,1080,30],[2736,1824,26],[3000,2000,21]]],["intel hd graphics 530","530",0,[[1366,768,21],[1280,1024,65],[1920,1080,47],[1920,1200,39],[3840,2160,6]]],["intel hd graphics 5300","5300",0,[[1920,1080,21],[2304,1440,19],[2560,1600,13]]],["intel hd graphics 5500","5500",0,[[1366,768,37],[1920,1080,21]]],["intel hd graphics 5600","5600",0,[[1920,1080,26],[1920,1200,40],[2880,1620,21]]],["intel hd graphics 6000","6000",0,[[1366,768,43],[1440,900,40],[1920,1080,21]]],["intel hd graphics 610","610",0,[[1366,768,33],[1600,900,42],[1920,1080,27],[3840,2160,8]]],["intel hd graphics 615","615",0,[[1600,900,13],[1920,1080,18],[1800,1200,29],[1920,1200,34],[2560,1440,25],[2560,1600,21],[2736,1824,21]]],["intel hd graphics 620","620",0,[[1920,1080,37],[2736,1824,27],[3200,1800,25],[3840,2160,13]]],["intel hd graphics 630","630",0,[[1366,768,69],[1920,1080,40],[2560,1440,27],[2560,1600,23],[3360,2100,56],[3840,2160,12]]],["intel hd graphics 630 gt2","630",0,[[1920,1080,39],[1720,1440,120]]],["intel hd graphics cfl crb","hdcfl",0,[[2560,1440,38]]],["intel hd graphics family","hd",0,[[1366,768,44]]],["intel hd graphics icl rvp","hdicl",0,[[1920,1080,58]]],["intel hd graphics icl rvp bigsur","hdicl",0,[[1920,1080,57]]],["intel hd graphics kbl crb","hdkbl",0,[[1920,1080,57],[3840,2160,13]]],["intel hd graphics p4600","4600",0,[[1280,1024,57],[1920,1080,18],[2560,1600,60]]],["intel hd graphics p530","530",0,[[2560,1440,36],[3840,2160,12]]],["intel hd graphics p630","630",0,[[1440,900,35],[1920,1200,50]]],["intel hd graphics, gen10","10",0,[[3840,2160,4]]],["intel hd5500 broadwell pg7","5500",0,[[1366,768,31]]],["intel hd5500 graphics pg7","5500",0,[[1366,768,56]]],["intel iris","",0,[[1366,768,57],[1600,900,34],[1920,1080,34],[2560,1600,17],[2880,1800,14]]],["intel iris graphics 5100","5100",0,[[1920,1080,35],[2560,1600,18]]],["intel iris graphics 540","540",0,[[1920,1080,20],[2736,1824,28],[2880,1800,23],[3200,1800,17],[3840,2160,17]]],["intel iris graphics 550","550",0,[[1920,1080,81],[2160,1440,45],[2560,1600,28],[2880,1800,26],[3840,2160,24]]],["intel iris graphics 6100","6100",0,[[1920,1080,26],[2560,1600,19],[3840,2160,10]]],["intel iris graphics 6200","6200",0,[[4096,2304,13]]],["intel iris graphics 640","640",0,[[2256,1504,24],[3840,2160,9]]],["intel iris graphics 650","650",0,[[2560,1440,24]]],["intel iris graphics p580","580",0,[[3840,2160,12]]],["intel iris plus","",0,[[1920,1080,60],[2256,1504,95],[2496,1664,93],[2736,1824,60],[2880,1800,60],[3000,2000,56]]],["intel iris plus graphics 640","640",0,[[1920,1080,87],[2256,1504,46],[2560,1600,44],[2735,1823,28],[2736,1824,28],[2880,1800,26],[3072,1728,25],[3200,1800,37],[3840,2160,16]]],["intel iris plus graphics 645","645",0,[[2560,1599,32],[2560,1600,56],[2880,1800,47]]],["intel iris plus graphics 650","650",0,[[1920,1080,60],[2560,1600,49],[2880,1800,27],[3840,2160,16]]],["intel iris plus graphics 655","655",0,[[1920,1080,58],[2560,1440,85],[2880,1800,32],[3840,2160,24]]],["intel iris pro","pro",0,[[1920,1080,56]]],["intel iris pro graphics 5200","5200",0,[[1920,1080,53],[2879,1800,24],[2880,1800,21]]],["intel iris pro graphics 580","580",0,[[1920,1080,58],[2560,1080,91],[2560,1440,58],[3840,1600,27]]],["intel iris pro graphics 6200","6200",0,[[1366,696,38],[1920,1080,58],[1920,1200,60],[3840,2160,19],[4096,2304,14]]],["intel iris pro graphics p580","580",0,[[1024,768,42],[1920,1080,103],[3840,2160,27]]],["intel iris pro graphics p6300","6300",0,[[1366,768,102],[1440,900,128],[1920,1080,30]]],["intel iris xe","xe",0,[[1920,1080,88]]],["intel iris xe graphics releaseinternal","xe",0,[[3840,2160,38]]],["intel iris xe max","xe",0,[[1920,1080,60],[3840,2160,56]]],["intel kabylake hd graphics ult gt2","2",0,[[3840,2160,11]]],["intel kabylake hd graphics ulx gt2","2",0,[[1920,1080,28],[3840,2160,6]]],["intel kbl unknown","kbl",0,[[1920,1080,54]]],["intel mesa dri intel bay trail","dribay",0,[[1366,768,14]]],["intel mesa dri intel haswell mobile","dri",0,[[1920,1080,27]]],["intel mesa dri intel hd","drihd",0,[[1920,1080,10]]],["intel mesa dri intel hd graphics 400","400",0,[[1366,768,30]]],["intel mesa dri intel hd graphics 505","505",0,[[1920,1080,27]]],["intel mesa dri intel hd graphics 520","520",0,[[1920,1080,45],[2560,1440,24]]],["intel mesa dri intel hd graphics 530","530",0,[[3840,2160,12]]],["intel mesa dri intel hd graphics 5500","5500",0,[[1366,768,40]]],["intel mesa dri intel hd graphics 620","620",0,[[1920,1080,53]]],["intel mesa dri intel hd graphics 630","630",0,[[1477,831,58]]],["intel mesa dri intel hd graphics p4000","4000",0,[[1920,1080,36]]],["intel mesa dri intel iris graphics 540","540",0,[[1280,720,40]]],["intel mesa dri intel ivybridge desktop","dri",0,[[2560,1080,16]]],["intel mesa dri intel ivybridge mobile","dri",0,[[1920,1080,25]]],["intel mesa dri intel kabylake gt2","2",0,[[1920,1080,36]]],["intel mesa dri intel sandybridge desktop","dri",0,[[1280,1024,12]]],["intel mesa dri intel sandybridge mobile","dri",0,[[1366,768,33]]],["intel mesa dri intel uhd graphics 620","620",0,[[2736,1824,22]]],["intel mesa dri intel uhd graphics 630","630",0,[[1920,1080,42]]],["intel mesa intel hd graphics 520","520",0,[[1920,1080,47]]],["intel mesa intel hd graphics 530","530",0,[[1920,1080,55]]],["intel phdgd ivy 4","4",0,[[1366,768,45]]],["intel radeon pro vega 16","16",0,[[3360,1890,20]]],["intel radeong 0.4 on amd bonaire","0",0,[[1920,1200,92]]],["intel radeong 0.4 on amd cape verde","0",0,[[1920,1200,73]]],["intel radeong 0.4 on amd polaris10","0",0,[[3840,2160,108]]],["intel radeong 0.4 on amd tonga","0",0,[[1920,1080,124]]],["intel skl unknown","skl",0,[[1920,1080,43]]],["intel skylake gt2 [hd graphics 520]","2",0,[[1920,1080,39]]],["intel uhd","uhd",0,[[1920,1080,58],[2560,1600,22],[3440,1440,14],[2736,1824,32],[3840,2160,31]]],["intel uhd 630","630",0,[[2560,1440,38]]],["intel uhd graphics 600","600",0,[[1366,768,27],[1920,1080,13],[1920,1200,13],[2560,1440,11],[3840,2160,5]]],["intel uhd graphics 600 universal","600",0,[[1919,1031,15]]],["intel uhd graphics 605","605",0,[[1366,768,29],[1920,1080,37]]],["intel uhd graphics 610","610",0,[[1366,768,58],[1920,1080,32],[1920,1200,37],[2560,1440,17],[3840,2160,11]]],["intel uhd graphics 615","615",0,[[1920,1080,34],[1920,1280,29],[3840,2160,9]]],["intel uhd graphics 617","617",0,[[1920,1080,43],[2560,1599,24],[2560,1600,26],[2880,1800,24]]],["intel uhd graphics 620","620",0,[[1920,1080,50],[2736,1824,33],[3200,1800,16]]],["intel uhd graphics 630","630",0,[[1440,900,112],[1920,1080,44],[1920,1200,65],[2560,1080,68],[2560,1440,26],[3440,1440,25],[3584,2240,137],[3840,2160,12],[6016,3384,8]]],["intel uhd graphics 730","730",0,[[1920,1080,53]]],["intel uhd graphics 750","750",0,[[1920,1080,56],[3840,2160,36]]],["intel uhd graphics 770","770",0,[[3440,1440,78],[5120,1440,31]]],["intel uhd graphics gfx-driver-user-comp_core-23599","23599",0,[[3840,2160,18]]],["intel uhd graphics p630","630",0,[[1920,1080,54],[3840,2160,21]]],["intel uhd graphics releaseinternal","uhd",0,[[3199,1800,22],[3000,2000,47]]],["intel uhd graphics, gen11 lp","11",0,[[3840,2160,10]]],["intel uhd graphics, gen12 lp releaseinternal","12",0,[[3839,2159,4]]],["intel uhd graphics, lkf","uhdlkf",0,[[1927,1439,14]]],["intel unknown","",0,[[1920,1080,37]]],["intel xe","xe",0,[[1920,1080,268],[2560,1440,137]]],["intel xeon e3-1200 v3 gen core processor integrated graphics controller","3",0,[[1600,900,49]]]]')},217:function(e){"use strict";e.exports=JSON.parse('["4.0.8",["nvidia %nvidia_dev.13d7.0580.1028%","13",0,[[1920,1018,60]]],["nvidia a100-pcie-40gb","100",0,[[1920,1080,449]]],["nvidia a40","40",0,[[1920,1080,504]]],["nvidia a40-8q","40",0,[[2560,1440,58]]],["nvidia ashley","",0,[[1920,1080,60]]],["nvidia asus geforce gt 430","430",0,[[1366,768,35]]],["nvidia asus geforce gt 440","440",0,[[1920,1080,28]]],["nvidia asus geforce gt 520","520",0,[[1680,1050,12]]],["nvidia asus geforce gt 610","610",0,[[1920,1200,15]]],["nvidia asus geforce gt 630","630",0,[[1680,1050,41]]],["nvidia asus geforce gt 640","640",0,[[2560,1440,34]]],["nvidia asus geforce gt 710","710",0,[[1920,1080,31]]],["nvidia asus geforce gt 730","730",0,[[2560,1080,28],[3840,2160,12]]],["nvidia asus geforce gts 450","450",0,[[1920,1080,54]]],["nvidia asus geforce gtx 1060","1060",0,[[3840,2160,38]]],["nvidia asus geforce gtx 1080","1080",0,[[2560,1440,120]]],["nvidia asus geforce gtx 460","460",0,[[1920,1080,60]]],["nvidia asus geforce gtx 480","480",0,[[1920,1080,59]]],["nvidia asus geforce gtx 550 ti","550",0,[[1920,1080,57]]],["nvidia asus geforce gtx 560","560",0,[[1920,1080,60]]],["nvidia asus geforce gtx 560 se","560",0,[[1920,1080,59]]],["nvidia asus geforce gtx 560 ti","560",0,[[1680,1050,58]]],["nvidia asus geforce gtx 570","570",0,[[1280,1024,74]]],["nvidia asus geforce gtx 570 hd","570",0,[[1920,1080,60]]],["nvidia asus geforce gtx 580","580",0,[[1920,1200,59]]],["nvidia asus geforce gtx 660","660",0,[[1920,1080,60]]],["nvidia asus geforce gtx 670","670",0,[[1920,1080,60]]],["nvidia asus geforce gtx 750 ti","750",0,[[1360,768,59],[1920,1080,118]]],["nvidia asus geforce gtx 760","760",0,[[1920,1080,60],[1920,1200,60]]],["nvidia asus geforce gtx 770","770",0,[[1920,1080,60]]],["nvidia asus geforce gtx 780","780",0,[[1920,1080,60]]],["nvidia asus geforce gtx 950","950",0,[[1920,1080,60]]],["nvidia asus geforce gtx 960","960",0,[[1920,1080,60],[2560,1600,117]]],["nvidia asus geforce gtx 970","970",0,[[2560,1600,60]]],["nvidia asus geforce gtx 980 ti","980",0,[[2560,1440,131]]],["nvidia chip model","",0,[[1920,1080,60]]],["nvidia colorful geforce gtx 960","960",0,[[2560,1440,60]]],["nvidia dell nvs 5200m","5200",0,[[1920,1080,27]]],["nvidia dell quadro 2000m","2000",0,[[1920,1080,29]]],["nvidia device","",0,[[1920,1080,746]]],["nvidia elitegroup geforce gtx 460","460",0,[[1920,1080,60]]],["nvidia evga geforce gt 545","545",0,[[1920,1080,37]]],["nvidia evga geforce gt 640","640",0,[[1366,768,60]]],["nvidia evga geforce gt 710","710",0,[[1680,1050,36],[1920,1080,29]]],["nvidia evga geforce gt 730","730",0,[[1600,900,59]]],["nvidia evga geforce gt 740","740",0,[[1280,1024,45]]],["nvidia evga geforce gtx 1050 ti","1050",0,[[2560,1440,60],[4096,2304,58]]],["nvidia evga geforce gtx 1070","1070",0,[[5120,2880,60]]],["nvidia evga geforce gtx 1080 ti","1080",0,[[1920,1200,60]]],["nvidia evga geforce gtx 560 ti","560",0,[[1680,1050,59]]],["nvidia evga geforce gtx 570","570",0,[[1920,1080,60]]],["nvidia evga geforce gtx 580","580",0,[[2560,1440,60]]],["nvidia evga geforce gtx 650","650",0,[[1920,1200,87],[2560,1600,43]]],["nvidia evga geforce gtx 650 ti","650",0,[[1680,1050,116],[2560,1440,55]]],["nvidia evga geforce gtx 650 ti boost","650",0,[[1920,1080,56]]],["nvidia evga geforce gtx 660 ti","660",0,[[1920,1200,60]]],["nvidia evga geforce gtx 680","680",0,[[1600,1200,60]]],["nvidia evga geforce gtx 750 ti","750",0,[[1920,1080,60]]],["nvidia evga geforce gtx 760","760",0,[[1920,1080,119],[1920,1200,60]]],["nvidia evga geforce gtx 780","780",0,[[1920,1080,60]]],["nvidia evga geforce gtx 960","960",0,[[1920,1080,60],[2560,1440,115]]],["nvidia evga geforce gtx 970","970",0,[[1920,1080,120]]],["nvidia evga geforce gtx 980","980",0,[[3440,1440,60]]],["nvidia evga geforce gtx 980 ti","980",0,[[1920,1080,60]]],["nvidia ga104gl [rtx a4000]","104",0,[[3840,2160,60]]],["nvidia gainward geforce gt 630","630",0,[[1920,1080,28]]],["nvidia gainward geforce gts 450","450",0,[[1920,1080,55]]],["nvidia gainward geforce gtx 460","460",0,[[1920,1080,58]]],["nvidia gainward geforce gtx 550 ti","550",0,[[1280,1024,67]]],["nvidia gainward geforce gtx 560 ti","560",0,[[1920,1080,60]]],["nvidia gainward geforce gtx 570","570",0,[[1920,1080,60]]],["nvidia gainward geforce gtx 750 ti","750",0,[[1920,1080,60]]],["nvidia geforce 210","210",0,[[1920,1080,8]]],["nvidia geforce 410m","410",0,[[1366,768,25],[1600,900,19]]],["nvidia geforce 510","510",0,[[1280,960,20]]],["nvidia geforce 605","605",0,[[1768,992,17],[1920,1080,15]]],["nvidia geforce 610m","610",0,[[1366,768,26]]],["nvidia geforce 610m/710m/810m/820m / gt 620m/625m/630m/720m","610",0,[[1366,768,51]]],["nvidia geforce 615","615",0,[[1920,1080,21]]],["nvidia geforce 705m","705",0,[[1920,1080,18]]],["nvidia geforce 710a","710",0,[[1920,1080,32]]],["nvidia geforce 710m","710",0,[[1366,768,55]]],["nvidia geforce 730a","730",0,[[1920,1080,37]]],["nvidia geforce 800m","800",0,[[1920,1080,18]]],["nvidia geforce 810m","810",0,[[1366,768,44],[1920,1080,31]]],["nvidia geforce 820a","820",0,[[1920,1080,28]]],["nvidia geforce 820m","820",0,[[1366,768,57],[1920,1080,23]]],["nvidia geforce 830a","830",0,[[1920,1080,53]]],["nvidia geforce 830m","830",0,[[1366,768,60]]],["nvidia geforce 8400 gs","8400",0,[[1680,1050,4]]],["nvidia geforce 8400 gs rev. 3","8400",0,[[1920,1080,4]]],["nvidia geforce 840a","840",0,[[1920,1080,56]]],["nvidia geforce 840m","840",0,[[1920,1080,56]]],["nvidia geforce 845m","845",0,[[1920,1080,59]]],["nvidia geforce 8600 gt","8600",1,[[1920,1200,-1]]],["nvidia geforce 8600 gts","8600",1,[[1920,1080,-1]]],["nvidia geforce 910m","910",0,[[1366,768,58],[1600,900,45]]],["nvidia geforce 920m","920",0,[[1366,768,60]]],["nvidia geforce 920mx","920",0,[[1366,768,60],[1920,1080,60]]],["nvidia geforce 9300 / nforce 730i","9300",0,[[1920,1080,6]]],["nvidia geforce 930a","930",0,[[1920,1080,55]]],["nvidia geforce 930m","930",0,[[1366,768,60]]],["nvidia geforce 930mx","930",0,[[1366,768,89],[1920,1080,59]]],["nvidia geforce 9400 gt","9400",1,[[1366,768,-1]]],["nvidia geforce 940a","940",0,[[1920,1080,58]]],["nvidia geforce 940m","940",0,[[1920,1080,54]]],["nvidia geforce 940mx","940",0,[[1920,1080,60]]],["nvidia geforce 945m","945",0,[[1920,1080,59]]],["nvidia geforce 9600 gt","9600",0,[[1920,1200,2]]],["nvidia geforce 9600m gt","9600",1,[[1440,900,-1]]],["nvidia geforce 9800 gt","9800",0,[[1920,1200,52]]],["nvidia geforce 9800 gtx / 9800 gtx+","9800",0,[[1280,1024,59]]],["nvidia geforce gpu","gpu",0,[[3000,2000,36]]],["nvidia geforce gt 1010","1010",0,[[1920,1080,135]]],["nvidia geforce gt 1030","1030",0,[[1920,1080,60]]],["nvidia geforce gt 1030 opengl engine","1030",0,[[6720,3780,15]]],["nvidia geforce gt 120","120",1,[[1920,1080,-1]]],["nvidia geforce gt 240","240",0,[[1366,768,32]]],["nvidia geforce gt 320m","320",0,[[1366,768,26]]],["nvidia geforce gt 415m","415",0,[[1366,768,19]]],["nvidia geforce gt 420","420",0,[[1024,768,33],[1920,1080,20]]],["nvidia geforce gt 420m","420",0,[[1366,768,28]]],["nvidia geforce gt 425m","425",0,[[1366,768,55],[1600,900,28]]],["nvidia geforce gt 430","430",0,[[1600,1200,16],[1920,1080,28]]],["nvidia geforce gt 435m","435",0,[[1366,768,53],[1920,1080,22]]],["nvidia geforce gt 440","440",0,[[1280,1024,51],[1680,1050,38],[1920,1080,45]]],["nvidia geforce gt 445m","445",0,[[1600,900,53]]],["nvidia geforce gt 520","520",0,[[1440,900,19],[1920,1080,17]]],["nvidia geforce gt 520m","520",0,[[1366,768,29]]],["nvidia geforce gt 520mx","520",0,[[1366,768,35]]],["nvidia geforce gt 525m","525",0,[[1366,768,28],[1600,900,22]]],["nvidia geforce gt 530","530",0,[[1920,1080,26]]],["nvidia geforce gt 540m","540",0,[[1366,768,38]]],["nvidia geforce gt 545","545",0,[[1920,1080,54]]],["nvidia geforce gt 550m","550",0,[[1600,900,44],[1920,1080,29]]],["nvidia geforce gt 555m","555",0,[[1920,1080,42]]],["nvidia geforce gt 555m/635m","555",0,[[1920,1080,36]]],["nvidia geforce gt 610","610",0,[[1280,1024,22],[1920,1080,15]]],["nvidia geforce gt 620","620",0,[[1920,1080,19]]],["nvidia geforce gt 620 oem","620",0,[[1920,1080,20],[1920,1200,20]]],["nvidia geforce gt 620m","620",0,[[1366,768,55],[1920,1080,30]]],["nvidia geforce gt 620m/630m/635m/640m le","620",0,[[1368,768,38]]],["nvidia geforce gt 625","625",0,[[1920,1080,18]]],["nvidia geforce gt 625m","625",0,[[1366,768,38]]],["nvidia geforce gt 630","630",0,[[1680,1050,36],[1920,1080,36],[1920,1200,30]]],["nvidia geforce gt 630 oem","630",0,[[1600,900,33]]],["nvidia geforce gt 630 opengl engine","630",0,[[1920,1080,33]]],["nvidia geforce gt 630 rev. 2","630",0,[[1920,1080,26]]],["nvidia geforce gt 630m","630",0,[[1366,768,57]]],["nvidia geforce gt 635","635",0,[[1920,1080,27]]],["nvidia geforce gt 635m","635",0,[[1366,768,47]]],["nvidia geforce gt 640","640",0,[[1920,1080,47]]],["nvidia geforce gt 640 oem","640",0,[[1920,1080,46],[2560,1440,35]]],["nvidia geforce gt 640 opengl engine","640",0,[[1280,1024,43]]],["nvidia geforce gt 640 rev. 2","640",0,[[1280,1024,60],[1920,1080,55]]],["nvidia geforce gt 640m","640",0,[[1366,768,82],[1600,900,59],[1920,1080,34]]],["nvidia geforce gt 640m le","640",0,[[1920,1080,49]]],["nvidia geforce gt 640m mac","640",0,[[1366,768,56],[1920,1080,20]]],["nvidia geforce gt 640m opengl engine","640",0,[[1920,1080,45]]],["nvidia geforce gt 645m","645",0,[[1366,768,60]]],["nvidia geforce gt 650m","650",0,[[1360,768,59],[1920,1080,58],[2560,1440,59]]],["nvidia geforce gt 650m mac","650",0,[[1440,900,56],[1920,1080,15],[2560,1440,19],[2880,1800,31]]],["nvidia geforce gt 650m opengl engine","650",0,[[1920,1080,56],[3840,2160,27]]],["nvidia geforce gt 705","705",0,[[1920,1080,11]]],["nvidia geforce gt 710","710",0,[[1920,1080,28]]],["nvidia geforce gt 710b","710",0,[[1920,1080,26]]],["nvidia geforce gt 710m","710",0,[[1366,768,46]]],["nvidia geforce gt 720","720",0,[[1920,1080,19],[2560,1440,16],[5120,2880,5]]],["nvidia geforce gt 720 opengl engine","720",0,[[2560,1600,20]]],["nvidia geforce gt 720m","720",0,[[1366,768,42]]],["nvidia geforce gt 730","730",0,[[1920,1080,54]]],["nvidia geforce gt 730a","730",0,[[1920,1080,23]]],["nvidia geforce gt 730m","730",0,[[1920,1080,43]]],["nvidia geforce gt 735m","735",0,[[1920,1080,39]]],["nvidia geforce gt 740","740",0,[[1920,1080,55],[3440,1440,23]]],["nvidia geforce gt 740 opengl engine","740",0,[[1920,1200,51]]],["nvidia geforce gt 740m","740",0,[[1366,768,60]]],["nvidia geforce gt 745m","745",0,[[1920,1080,55]]],["nvidia geforce gt 750m","750",0,[[1920,1080,57]]],["nvidia geforce gt 750m mac","750",0,[[1920,1080,58],[2880,1800,28]]],["nvidia geforce gt 755m","755",0,[[1920,1080,57]]],["nvidia geforce gt 755m mac","755",0,[[2560,1440,41]]],["nvidia geforce gt 755m opengl engine","755",0,[[2560,1440,51]]],["nvidia geforce gt 820m","820",0,[[1600,900,47]]],["nvidia geforce gts 250","250",0,[[1680,1050,53]]],["nvidia geforce gts 450","450",0,[[1360,768,60],[1680,1050,57],[1920,1080,55]]],["nvidia geforce gts 450 rev. 2","450",0,[[1920,1080,56]]],["nvidia geforce gtx 1050","1050",0,[[1920,1080,60]]],["nvidia geforce gtx 1050 3gb","1050",0,[[1280,1024,60]]],["nvidia geforce gtx 1050 mobile","1050",0,[[1920,1080,60]]],["nvidia geforce gtx 1050 opengl engine","1050",0,[[1920,1080,116]]],["nvidia geforce gtx 1050 ti","1050",0,[[1920,1080,60]]],["nvidia geforce gtx 1050 ti mobile","1050",0,[[1920,1080,298]]],["nvidia geforce gtx 1050 ti opengl engine","1050",0,[[1920,1080,60]]],["nvidia geforce gtx 1050 ti with max-q design","1050",0,[[1920,1080,268],[2560,1440,102],[3840,2160,60]]],["nvidia geforce gtx 1050 with max-q design","1050",0,[[1920,1080,60],[3840,2160,24]]],["nvidia geforce gtx 1060","1060",0,[[1920,1080,60],[3840,2160,59]]],["nvidia geforce gtx 1060 3gb","1060",0,[[1920,1080,60]]],["nvidia geforce gtx 1060 3gb opengl engine","1060",0,[[1920,1080,60]]],["nvidia geforce gtx 1060 5gb","1060",0,[[1920,1080,55]]],["nvidia geforce gtx 1060 6gb","1060",0,[[1920,1080,60]]],["nvidia geforce gtx 1060 6gb opengl engine","1060",0,[[1920,1080,75]]],["nvidia geforce gtx 1060 mobile","1060",0,[[1920,1080,422]]],["nvidia geforce gtx 1060 mobile 6gb","1060",0,[[1920,1080,120]]],["nvidia geforce gtx 1060 with max-q design","1060",0,[[1920,1080,60]]],["nvidia geforce gtx 1060se 3gb","1060",0,[[1920,1080,60]]],["nvidia geforce gtx 1070","1070",0,[[1920,1080,134]]],["nvidia geforce gtx 1070 a17","1070",0,[[1920,1080,60]]],["nvidia geforce gtx 1070 mobile","1070",0,[[1920,1080,467]]],["nvidia geforce gtx 1070 opengl engine","1070",0,[[1920,1080,143]]],["nvidia geforce gtx 1070 ti","1070",0,[[1920,1080,60],[6016,3384,59]]],["nvidia geforce gtx 1070 ti opengl engine","1070",0,[[1920,1080,75]]],["nvidia geforce gtx 1070 with max-q design","1070",0,[[1920,1080,448]]],["nvidia geforce gtx 1070 with maxq design","1070",0,[[1920,1080,60],[3840,2160,59]]],["nvidia geforce gtx 1080","1080",0,[[1920,1080,119],[2560,1440,326],[3840,2160,286]]],["nvidia geforce gtx 1080 mobile","1080",0,[[1920,1080,120]]],["nvidia geforce gtx 1080 opengl engine","1080",0,[[1920,1080,79]]],["nvidia geforce gtx 1080 ti","1080",0,[[1920,1080,120]]],["nvidia geforce gtx 1080 ti opengl engine","1080",0,[[1920,1080,127]]],["nvidia geforce gtx 1080 with max-q design","1080",0,[[1920,1080,144]]],["nvidia geforce gtx 1180","1180",0,[[3440,1440,60]]],["nvidia geforce gtx 1650","1650",0,[[1920,1080,380]]],["nvidia geforce gtx 1650 mobile / max-q","1650",0,[[1920,1080,292]]],["nvidia geforce gtx 1650 super","1650",0,[[1920,1080,433]]],["nvidia geforce gtx 1650 ti","1650",0,[[1920,1080,144],[3840,2400,59]]],["nvidia geforce gtx 1650 ti mobile","1650",0,[[1920,1080,144]]],["nvidia geforce gtx 1650 ti with max-q design","1650",0,[[1920,1080,60],[3839,2160,60]]],["nvidia geforce gtx 1650 with max-q design","1650",0,[[1920,1080,142],[3000,2000,60]]],["nvidia geforce gtx 1660","1660",0,[[1920,1080,144]]],["nvidia geforce gtx 1660 super","1660",0,[[1920,1080,60]]],["nvidia geforce gtx 1660 ti","1660",0,[[1920,1080,546],[3840,2160,60]]],["nvidia geforce gtx 1660 ti mobile","1660",0,[[1920,1080,451]]],["nvidia geforce gtx 1660 ti with max-q design","1660",0,[[1920,1080,144]]],["nvidia geforce gtx 280","280",0,[[1680,1050,56]]],["nvidia geforce gtx 295","295",0,[[1920,1080,56]]],["nvidia geforce gtx 460","460",0,[[1920,1080,60]]],["nvidia geforce gtx 460 oem","460",0,[[1360,768,60],[1920,1080,60]]],["nvidia geforce gtx 460 opengl engine","460",0,[[1920,1080,59]]],["nvidia geforce gtx 460 se","460",0,[[1920,1080,56],[1920,1200,57]]],["nvidia geforce gtx 460 v2","460",0,[[1920,1080,60],[1920,1200,60],[2560,1600,55]]],["nvidia geforce gtx 460m","460",0,[[1920,1080,46]]],["nvidia geforce gtx 465","465",0,[[1920,1080,134],[1920,1200,59]]],["nvidia geforce gtx 470","470",0,[[1680,1050,60],[1920,1080,59]]],["nvidia geforce gtx 470m","470",0,[[1920,1200,55]]],["nvidia geforce gtx 480","480",0,[[1440,900,191],[1920,1080,115],[1920,1200,60]]],["nvidia geforce gtx 480 opengl engine","480",0,[[1600,1200,60]]],["nvidia geforce gtx 550 ti","550",0,[[1280,1024,58],[1920,1080,58]]],["nvidia geforce gtx 550 ti opengl engine","550",0,[[1920,1080,55]]],["nvidia geforce gtx 555","555",0,[[1920,1080,54]]],["nvidia geforce gtx 560","560",0,[[1920,1080,60]]],["nvidia geforce gtx 560 se","560",0,[[1680,1050,52],[1920,1080,111]]],["nvidia geforce gtx 560 ti","560",0,[[1920,1080,60]]],["nvidia geforce gtx 560 ti 448 cores","560",0,[[1920,1080,60],[2560,1440,60]]],["nvidia geforce gtx 560 ti oem","560",0,[[1920,1080,176]]],["nvidia geforce gtx 560 ti opengl engine","560",0,[[1920,1080,48]]],["nvidia geforce gtx 560m","560",0,[[1920,1080,55]]],["nvidia geforce gtx 570","570",0,[[1920,1080,60]]],["nvidia geforce gtx 570 opengl engine","570",0,[[1920,1080,60]]],["nvidia geforce gtx 570 rev. 2","570",0,[[1920,1080,60],[1920,1200,60]]],["nvidia geforce gtx 570m","570",0,[[1920,1080,125],[2560,1440,8]]],["nvidia geforce gtx 580","580",0,[[1920,1080,60]]],["nvidia geforce gtx 580 opengl engine","580",0,[[1680,1050,59]]],["nvidia geforce gtx 580m","580",0,[[1920,1080,60]]],["nvidia geforce gtx 590","590",0,[[1920,1080,59]]],["nvidia geforce gtx 645","645",0,[[1920,1080,57],[1920,1200,58]]],["nvidia geforce gtx 645 opengl engine","645",0,[[1920,1200,58]]],["nvidia geforce gtx 650","650",0,[[1920,1080,72]]],["nvidia geforce gtx 650 oem","650",0,[[1366,768,59]]],["nvidia geforce gtx 650 opengl engine","650",0,[[1920,1080,59]]],["nvidia geforce gtx 650 ti","650",0,[[1920,1080,60]]],["nvidia geforce gtx 650 ti boost","650",0,[[1280,1024,60],[1600,1200,187],[1920,1080,60]]],["nvidia geforce gtx 650 ti opengl engine","650",0,[[1920,1080,60]]],["nvidia geforce gtx 660","660",0,[[1920,1080,111]]],["nvidia geforce gtx 660 oem","660",0,[[1920,1080,59]]],["nvidia geforce gtx 660 ti","660",0,[[1920,1080,60]]],["nvidia geforce gtx 660 ti opengl engine","660",0,[[1280,1024,60]]],["nvidia geforce gtx 660m","660",0,[[1680,1050,36],[1920,1080,59]]],["nvidia geforce gtx 660m mac","660",0,[[2560,1440,2]]],["nvidia geforce gtx 660m opengl engine","660",0,[[2560,1440,36]]],["nvidia geforce gtx 670","670",0,[[1920,1080,100]]],["nvidia geforce gtx 670 opengl engine","670",0,[[1920,1080,60]]],["nvidia geforce gtx 670m","670",0,[[1920,1080,66]]],["nvidia geforce gtx 670mx","670",0,[[1920,1080,60]]],["nvidia geforce gtx 675m","675",0,[[1920,1080,60]]],["nvidia geforce gtx 675mx","675",0,[[1680,1050,60],[1920,1080,60],[2560,1440,55]]],["nvidia geforce gtx 675mx mac","675",0,[[2560,1440,36]]],["nvidia geforce gtx 675mx opengl engine","675",0,[[2560,1440,60]]],["nvidia geforce gtx 680","680",0,[[1920,1080,60]]],["nvidia geforce gtx 680 opengl engine","680",0,[[1920,1080,60]]],["nvidia geforce gtx 680m","680",0,[[1920,1080,39],[1920,1200,60]]],["nvidia geforce gtx 680m opengl engine","680",0,[[1920,1080,36]]],["nvidia geforce gtx 680mx","680",0,[[2560,1440,59]]],["nvidia geforce gtx 680mx opengl engine","680",0,[[2560,1440,59]]],["nvidia geforce gtx 690","690",0,[[1920,1080,60],[3840,2160,30]]],["nvidia geforce gtx 745","745",0,[[1920,1080,60],[2560,1600,29]]],["nvidia geforce gtx 750","750",0,[[1920,1080,60]]],["nvidia geforce gtx 750 opengl engine","750",0,[[1920,1200,58]]],["nvidia geforce gtx 750 ti","750",0,[[1920,1080,97]]],["nvidia geforce gtx 760","760",0,[[1920,1080,60],[1920,1200,116]]],["nvidia geforce gtx 760 oem","760",0,[[1920,1080,60]]],["nvidia geforce gtx 760 opengl engine","760",0,[[1920,1080,52]]],["nvidia geforce gtx 760 ti","760",0,[[1920,1080,60],[1920,1200,60]]],["nvidia geforce gtx 760 ti oem","760",0,[[1920,1200,60]]],["nvidia geforce gtx 760 ti opengl engine","760",0,[[1920,1080,60]]],["nvidia geforce gtx 760a","760",0,[[2560,1080,15]]],["nvidia geforce gtx 760m","760",0,[[1920,1080,60]]],["nvidia geforce gtx 765m","765",0,[[1920,1080,53],[2560,1440,57]]],["nvidia geforce gtx 765m by nick[d]vb","765",0,[[2560,1440,58]]],["nvidia geforce gtx 765m opengl engine","765",0,[[2560,1440,57]]],["nvidia geforce gtx 770","770",0,[[1920,1080,143],[2560,1440,203]]],["nvidia geforce gtx 770 opengl engine","770",0,[[1920,1080,60]]],["nvidia geforce gtx 770m","770",0,[[1920,1080,60],[2560,1440,59]]],["nvidia geforce gtx 770m by nick[d]vb","770",0,[[2560,1440,34]]],["nvidia geforce gtx 770m opengl engine","770",0,[[2560,1440,59]]],["nvidia geforce gtx 775m by idopt mac","775",0,[[2560,1440,56]]],["nvidia geforce gtx 775m mac","775",0,[[2560,1440,59]]],["nvidia geforce gtx 775m opengl engine","775",0,[[2560,1440,60]]],["nvidia geforce gtx 780","780",0,[[1920,1080,159]]],["nvidia geforce gtx 780 by st3phl3","780",0,[[3840,2160,30]]],["nvidia geforce gtx 780 mac","780",0,[[1680,1050,60],[1920,1080,60]]],["nvidia geforce gtx 780 rev. 2","780",0,[[1920,1080,144],[2560,1440,119],[3840,2160,58],[5120,2880,58]]],["nvidia geforce gtx 780 ti","780",0,[[1280,1024,120],[1920,1080,119]]],["nvidia geforce gtx 780 ti opengl engine","780",0,[[2560,1440,60]]],["nvidia geforce gtx 780m","780",0,[[1920,1080,60],[2560,1440,59]]],["nvidia geforce gtx 780m by nick[d]vb","780",0,[[1920,1080,59],[2560,1440,60]]],["nvidia geforce gtx 780m mac","780",0,[[2560,1440,60]]],["nvidia geforce gtx 780m opengl engine","780",0,[[2560,1440,60]]],["nvidia geforce gtx 850a","850",0,[[2560,1440,48]]],["nvidia geforce gtx 850m","850",0,[[1920,1080,60]]],["nvidia geforce gtx 860m","860",0,[[1920,1080,59]]],["nvidia geforce gtx 860m opengl engine","860",0,[[2560,1440,58]]],["nvidia geforce gtx 870m","870",0,[[1920,1080,60],[2560,1440,102]]],["nvidia geforce gtx 880m","880",0,[[1920,1080,60],[2560,1440,74]]],["nvidia geforce gtx 880m opengl engine","880",0,[[2560,1440,60]]],["nvidia geforce gtx 950","950",0,[[1920,1080,98]]],["nvidia geforce gtx 950 opengl engine","950",0,[[1920,1200,60]]],["nvidia geforce gtx 950a","950",0,[[1920,1080,60],[3840,2160,38]]],["nvidia geforce gtx 950m","950",0,[[1920,1080,114]]],["nvidia geforce gtx 960","960",0,[[1920,1080,60]]],["nvidia geforce gtx 960a","960",0,[[1920,1440,128]]],["nvidia geforce gtx 960m","960",0,[[1920,1080,119],[3840,2160,37]]],["nvidia geforce gtx 965m","965",0,[[1920,1080,195],[3000,2000,59],[3840,2160,41]]],["nvidia geforce gtx 965m opengl engine","965",0,[[2880,1620,55]]],["nvidia geforce gtx 970","970",0,[[1920,1080,143]]],["nvidia geforce gtx 970 opengl engine","970",0,[[2560,1600,60]]],["nvidia geforce gtx 970m","970",0,[[1920,1080,60]]],["nvidia geforce gtx 980","980",0,[[1920,1080,60],[3440,1440,294]]],["nvidia geforce gtx 980 ti","980",0,[[1920,1080,119],[2560,1440,456]]],["nvidia geforce gtx 980 ti opengl engine","980",0,[[1920,1080,60]]],["nvidia geforce gtx 980m","980",0,[[1920,1080,60],[3840,2160,104]]],["nvidia geforce gtx titan","gtx",0,[[1920,1080,119],[1920,1200,119],[2560,1440,60]]],["nvidia geforce gtx titan black","gtx",0,[[1680,1050,60],[1920,1080,60],[1920,1200,60],[2560,1440,60]]],["nvidia geforce gtx titan black opengl engine","gtx",0,[[3840,2160,60]]],["nvidia geforce gtx titan opengl engine","gtx",0,[[2560,1440,60]]],["nvidia geforce gtx titan x","gtxx",0,[[1920,1080,144],[2560,1440,120],[2560,1600,60]]],["nvidia geforce gtx titan xp","gtxxp",0,[[2560,1440,60],[3440,1440,60]]],["nvidia geforce gtx titan z","gtxz",0,[[1440,900,59],[1920,1080,39],[3840,2160,60]]],["nvidia geforce gtx780m by nikey22","780",0,[[2560,1440,60]]],["nvidia geforce gtx870m by nikey22","870",0,[[2560,1440,60]]],["nvidia geforce gtx880m","880",0,[[1920,1080,60]]],["nvidia geforce gtx880m by nikey22","880",0,[[2560,1440,59]]],["nvidia geforce gtx880m opengl engine","880",0,[[2560,1440,59]]],["nvidia geforce mx110","110",0,[[1366,768,61],[1920,1080,57]]],["nvidia geforce mx130","130",0,[[1920,1080,60]]],["nvidia geforce mx150","150",0,[[1920,1080,113]]],["nvidia geforce mx230","230",0,[[1920,1080,60]]],["nvidia geforce mx250","250",0,[[1920,1080,60]]],["nvidia geforce mx330","330",0,[[1920,1080,60],[3840,2160,51]]],["nvidia geforce mx350","350",0,[[1920,1080,60]]],["nvidia geforce mx450","450",0,[[1920,1080,60]]],["nvidia geforce pre-release graphics device","pre",0,[[2560,1440,60]]],["nvidia geforce pre-release tesla c2075 opengl engine","2075",0,[[1600,900,59]]],["nvidia geforce pre-release titan x opengl engine","prex",0,[[1920,1080,60]]],["nvidia geforce pre-release titan xp collectors edition opengl e","prexpe",0,[[1920,1080,59]]],["nvidia geforce pre-release titan xp opengl engine","prexp",0,[[2560,1440,60]]],["nvidia geforce rtx 2060","2060",0,[[1920,1080,512]]],["nvidia geforce rtx 2060 max-q","2060",0,[[2560,1440,301]]],["nvidia geforce rtx 2060 mobile","2060",0,[[1920,1080,518]]],["nvidia geforce rtx 2060 rev. a","2060",0,[[3840,2160,257]]],["nvidia geforce rtx 2060 super","2060",0,[[1920,1080,645],[2560,1440,143]]],["nvidia geforce rtx 2060 with max-q design","2060",0,[[1920,1080,292],[1920,1200,60]]],["nvidia geforce rtx 2070","2070",0,[[1920,1080,60],[3840,2160,60]]],["nvidia geforce rtx 2070 mobile","2070",0,[[1920,1080,477]]],["nvidia geforce rtx 2070 mobile / max-q","2070",0,[[1920,1080,526]]],["nvidia geforce rtx 2070 mobile / max-q refresh","2070",0,[[1920,1080,143]]],["nvidia geforce rtx 2070 rev. a","2070",0,[[2560,1440,144]]],["nvidia geforce rtx 2070 super","2070",0,[[1920,1080,510]]],["nvidia geforce rtx 2070 super with max-q design","2070",0,[[1920,1080,300]]],["nvidia geforce rtx 2070 with max-q design","2070",0,[[1920,1080,240]]],["nvidia geforce rtx 2080","2080",0,[[1920,1080,632],[2560,1440,165]]],["nvidia geforce rtx 2080 mobile","2080",0,[[1920,1080,144]]],["nvidia geforce rtx 2080 rev. a","2080",0,[[2560,1440,143]]],["nvidia geforce rtx 2080 super","2080",0,[[1920,1080,601]]],["nvidia geforce rtx 2080 super mobile / max-q","2080",0,[[3840,2160,59]]],["nvidia geforce rtx 2080 super with max-q design","2080",0,[[1920,1080,300]]],["nvidia geforce rtx 2080 ti","2080",0,[[1920,1080,83]]],["nvidia geforce rtx 2080 ti rev. a","2080",0,[[1920,1080,403]]],["nvidia geforce rtx 2080 with max-q design","2080",0,[[1920,1080,476]]],["nvidia geforce rtx 3050","3050",0,[[1920,1080,60]]],["nvidia geforce rtx 3050 laptop gpu","3050",0,[[1920,1080,144]]],["nvidia geforce rtx 3050 ti laptop gpu","3050",0,[[1920,1080,144]]],["nvidia geforce rtx 3060","3060",0,[[1920,1080,674]]],["nvidia geforce rtx 3060 laptop gpu","3060",0,[[1920,1080,300]]],["nvidia geforce rtx 3060 lite hash rate","3060",0,[[1920,1080,60]]],["nvidia geforce rtx 3060 mobile / max-q","3060",0,[[1920,1080,435]]],["nvidia geforce rtx 3060 ti","3060",0,[[1920,1080,779]]],["nvidia geforce rtx 3070","3070",0,[[1920,1080,723],[2560,1440,294]]],["nvidia geforce rtx 3070 laptop gpu","3070",0,[[1920,1080,357]]],["nvidia geforce rtx 3070 mobile / max-q","3070",0,[[2560,1440,386]]],["nvidia geforce rtx 3070 ti","3070",0,[[1920,1080,60]]],["nvidia geforce rtx 3080","3080",0,[[1920,1080,726],[2560,1440,60],[3840,2160,60]]],["nvidia geforce rtx 3080 laptop gpu","3080",0,[[1920,1080,294],[2560,1440,244]]],["nvidia geforce rtx 3080 mobile / max-q 8gb/16gb","3080",0,[[1920,1080,293]]],["nvidia geforce rtx 3080 ti","3080",0,[[1920,1080,239],[2560,1440,60]]],["nvidia geforce rtx 3090","3090",0,[[2560,1440,60],[3840,2160,474]]],["nvidia geforce rtx t10-16","10",0,[[2560,1600,3]]],["nvidia geforce rtx t10-8","10",0,[[2560,1600,3]]],["nvidia gf100 board - 10220000","100",0,[[1920,1200,60]]],["nvidia gf117","117",0,[[1920,1080,32]]],["nvidia gigabyte geforce gt 440","440",0,[[1280,1024,34]]],["nvidia gigabyte geforce gt 610","610",0,[[1920,1080,17]]],["nvidia gigabyte geforce gt 630","630",0,[[1920,1080,34]]],["nvidia gigabyte geforce gt 730","730",0,[[1280,1024,38]]],["nvidia gigabyte geforce gts 450","450",0,[[1280,1024,37]]],["nvidia gigabyte geforce gtx 1050 ti","1050",0,[[1920,1080,30]]],["nvidia gigabyte geforce gtx 460","460",0,[[1680,1050,60]]],["nvidia gigabyte geforce gtx 550 ti","550",0,[[1920,1080,57]]],["nvidia gigabyte geforce gtx 560 ti","560",0,[[1920,1080,60]]],["nvidia gigabyte geforce gtx 570 hd","570",0,[[1920,1080,60]]],["nvidia gigabyte geforce gtx 580","580",0,[[1920,1200,60]]],["nvidia gigabyte geforce gtx 650","650",0,[[1680,1050,55]]],["nvidia gigabyte geforce gtx 650 ti","650",0,[[2560,1440,40]]],["nvidia gigabyte geforce gtx 660","660",0,[[1920,1080,31]]],["nvidia gigabyte geforce gtx 660 ti","660",0,[[5120,2880,29]]],["nvidia gigabyte geforce gtx 670","670",0,[[1920,1080,60]]],["nvidia gigabyte geforce gtx 750","750",0,[[1920,1080,59]]],["nvidia gigabyte geforce gtx 750 ti","750",0,[[1920,1080,60]]],["nvidia gigabyte geforce gtx 760","760",0,[[3440,1440,17]]],["nvidia gigabyte geforce gtx 770","770",0,[[2560,1440,59]]],["nvidia gigabyte geforce gtx 780 ti","780",0,[[1920,1080,240]]],["nvidia gigabyte geforce gtx 960","960",0,[[1920,1080,142],[1920,1200,120]]],["nvidia gigabyte geforce gtx 970","970",0,[[1920,1080,60]]],["nvidia gigabyte geforce gtx 980","980",0,[[2560,1440,60]]],["nvidia gigabyte geforce gtx 980 ti","980",0,[[1920,1080,60]]],["nvidia gk104 board - 2051b502","104",0,[[2560,1440,60]]],["nvidia gk104 board - 20530501","104",0,[[2560,1440,60]]],["nvidia gk104gl [grid k2]","104",0,[[2560,1343,21]]],["nvidia gk104gl [grid k520]","104",0,[[1024,768,120]]],["nvidia gp102 [titan x]","102",0,[[3440,1440,462]]],["nvidia gp102 [titan xp]","102",0,[[1920,1080,126]]],["nvidia gp104","104",0,[[1920,1080,60]]],["nvidia gp104gl","104",0,[[2560,1343,36]]],["nvidia gp108","108",0,[[1920,1080,60]]],["nvidia graphics device","",0,[[1920,1080,60],[1920,1200,60],[3840,2160,60]]],["nvidia grid gtx p40-6","40",0,[[1440,900,153]]],["nvidia grid k1","1",0,[[1245,768,6],[1920,1080,35]]],["nvidia grid k140q vgpu","140",0,[[1920,1080,30]]],["nvidia grid k160q","160",0,[[1920,1080,34]]],["nvidia grid k180q","180",0,[[1920,1080,28]]],["nvidia grid k2","2",0,[[1245,768,6],[1920,1080,59]]],["nvidia grid k220q","220",0,[[1920,1200,34]]],["nvidia grid k240q","240",0,[[1920,1080,64]]],["nvidia grid k260q","260",0,[[2560,1440,31]]],["nvidia grid k280q","280",0,[[1920,1080,64]]],["nvidia grid k520","520",0,[[1280,720,60]]],["nvidia grid m10-1b","10",0,[[1024,768,49]]],["nvidia grid m10-2q","10",0,[[2560,1440,15]]],["nvidia grid m6-0b","6",0,[[1680,1050,33]]],["nvidia grid m60-1b","60",0,[[1680,1050,46],[1920,1080,46]]],["nvidia grid m60-1q","60",0,[[1536,864,60]]],["nvidia grid m60-2q","60",0,[[1920,1080,57]]],["nvidia grid m60-4q","60",0,[[1920,1080,59]]],["nvidia grid m60-8q","60",0,[[1920,1080,60]]],["nvidia grid p100-4q","100",0,[[2560,1440,16]]],["nvidia grid p4-4q","4",0,[[1892,932,247]]],["nvidia grid p40-4q","40",0,[[2741,1495,60]]],["nvidia grid p40-8q","40",0,[[1920,1080,60]]],["nvidia grid rtx6000-2q","6000",0,[[1024,768,60]]],["nvidia grid rtx6000p-6","6000",0,[[1280,1024,161]]],["nvidia grid t4-16q","4",0,[[1920,1080,61]]],["nvidia grid t4-1b","4",0,[[1920,1080,46]]],["nvidia grid t4-1q","4",0,[[1280,1024,48]]],["nvidia grid t4-2b4","4",0,[[1536,864,47]]],["nvidia grid t4-2q","4",0,[[1920,1080,65]]],["nvidia grid t4-8q","4",0,[[2560,1080,60]]],["nvidia grid v100-1q","100",0,[[1646,1154,59]]],["nvidia grid v100-2b","100",0,[[1440,900,45]]],["nvidia grid v100dx-16q","100",0,[[1280,1024,60]]],["nvidia grid v100dx-1q","100",0,[[1280,1024,60]]],["nvidia gtx 1060 hl","1060",0,[[3840,2160,60]]],["nvidia gtx 865m by imacgfx","865",0,[[2560,1440,60]]],["nvidia gtx 980m sli","980",0,[[1366,768,29]]],["nvidia gv-n660oc-2gd","660",0,[[1920,1200,60]]],["nvidia gv100","100",0,[[3840,2160,60]]],["nvidia gv100 [titan v]","100",0,[[2560,1440,60]]],["nvidia gv102","102",0,[[2560,1600,525]]],["nvidia hp geforce gt 730","730",0,[[1920,1080,55]]],["nvidia hp quadro 2000","2000",0,[[2560,1080,38]]],["nvidia hp quadro 4000","4000",0,[[2560,1080,52]]],["nvidia hp quadro 600","600",0,[[1360,768,41]]],["nvidia hp quadro k4000","4000",0,[[1920,1200,26]]],["nvidia hp quadro k620","620",0,[[1600,1200,94]]],["nvidia inno3d geforce gtx660","3",0,[[2560,1440,107]]],["nvidia microsoft virtual render driver","",0,[[1920,1080,59]]],["nvidia msi geforce gt 610","610",0,[[1920,1080,16]]],["nvidia msi geforce gt 630","630",0,[[1440,900,12]]],["nvidia msi geforce gt 635","635",0,[[1920,1080,30]]],["nvidia msi geforce gt 710","710",0,[[1920,1080,27]]],["nvidia msi geforce gt 730","730",0,[[1920,1080,53]]],["nvidia msi geforce gtx 1050 ti","1050",0,[[1920,1080,59]]],["nvidia msi geforce gtx 1060","1060",0,[[1920,1080,120]]],["nvidia msi geforce gtx 1070","1070",0,[[1920,1200,45]]],["nvidia msi geforce gtx 460","460",0,[[1920,1080,60]]],["nvidia msi geforce gtx 560 ti","560",0,[[1920,1080,60]]],["nvidia msi geforce gtx 570 hd","570",0,[[1920,1200,60]]],["nvidia msi geforce gtx 580","580",0,[[2560,1440,60]]],["nvidia msi geforce gtx 650","650",0,[[2560,1080,52]]],["nvidia msi geforce gtx 650 ti","650",0,[[1920,1080,60]]],["nvidia msi geforce gtx 660","660",0,[[1920,1080,60]]],["nvidia msi geforce gtx 660 ti","660",0,[[1680,1050,49]]],["nvidia msi geforce gtx 670","670",0,[[1920,1080,60]]],["nvidia msi geforce gtx 745","745",0,[[1920,1080,55]]],["nvidia msi geforce gtx 760","760",0,[[1280,1024,30],[1920,1080,58]]],["nvidia msi geforce gtx 780","780",0,[[1920,1080,60]]],["nvidia msi geforce gtx 950","950",0,[[1920,1080,59]]],["nvidia msi geforce gtx 960","960",0,[[1680,1050,120],[2560,1440,59]]],["nvidia msi geforce gtx 970","970",0,[[1680,1050,60]]],["nvidia msi geforce gtx 980","980",0,[[1920,1080,120],[3840,2160,60]]],["nvidia msi geforce gtx 980 ti","980",0,[[5120,2880,56]]],["nvidia n15e-gt","15",0,[[3840,2160,30]]],["nvidia null geforce 920a","920",0,[[1920,1080,25]]],["nvidia null graphics device","",0,[[1920,1080,24]]],["nvidia nvs 310","310",0,[[1280,1024,24],[1920,1080,15]]],["nvidia nvs 3100m","3100",0,[[1920,1080,10]]],["nvidia nvs 315","315",0,[[1280,1024,25],[1920,1080,15]]],["nvidia nvs 4200m","4200",0,[[1920,1080,11]]],["nvidia nvs 510","510",0,[[1920,1200,27],[2560,1080,24],[3440,1440,16]]],["nvidia nvs 5200m","5200",0,[[1366,768,55],[1600,900,33],[1920,1080,57]]],["nvidia nvs 5400m","5400",0,[[1600,900,46],[1920,1200,27]]],["nvidia p102-100","102",0,[[1600,1200,35]]],["nvidia p106-090","106",0,[[1920,1371,16]]],["nvidia p106-100","106",0,[[1920,1080,60],[3840,2160,30]]],["nvidia p106-100 custom","106",0,[[1680,1050,60]]],["nvidia palit geforce gtx 650","650",0,[[1920,1080,49]]],["nvidia palit geforce gtx 650 ti","650",0,[[1920,1080,59]]],["nvidia palit geforce gtx 660","660",0,[[1920,1080,26]]],["nvidia palit gtx 680 jetstream","680",0,[[1920,1080,60]]],["nvidia pegatron geforce gt 420","420",0,[[1400,1050,25]]],["nvidia pny geforce gt 610","610",0,[[1280,1024,19]]],["nvidia pny geforce gtx 1060","1060",0,[[1920,1080,60]]],["nvidia pny geforce gtx 460","460",0,[[1360,768,59]]],["nvidia pny geforce gtx 550 ti","550",0,[[1920,1080,55]]],["nvidia pny geforce gtx 570 hd","570",0,[[1280,1024,72]]],["nvidia pny geforce gtx 580","580",0,[[1920,1200,59]]],["nvidia pny geforce gtx 680","680",0,[[2560,1080,120]]],["nvidia pny geforce gtx 750","750",0,[[1280,1024,60]]],["nvidia pny geforce gtx 970","970",0,[[2560,1440,60]]],["nvidia pny geforce gtx 980","980",0,[[1920,1080,120]]],["nvidia point of view geforce gtx 470","470",0,[[1920,1080,59]]],["nvidia point of view geforce gtx 660 ti","660",0,[[1680,1050,59]]],["nvidia quadro 1000m","1000",0,[[1920,1080,28]]],["nvidia quadro 1000m,","1000",0,[[1920,1080,27]]],["nvidia quadro 2000","2000",0,[[1920,1080,51],[2560,1440,28]]],["nvidia quadro 2000d","2000",0,[[1280,1024,56]]],["nvidia quadro 2000m","2000",0,[[1920,1080,31]]],["nvidia quadro 3000m","3000",0,[[1920,1080,53],[2560,1440,6]]],["nvidia quadro 3000m opengl engine","3000",0,[[1920,1080,49]]],["nvidia quadro 4000","4000",0,[[1920,1080,56],[1920,1200,58]]],["nvidia quadro 4000m","4000",0,[[1920,1080,51]]],["nvidia quadro 410","410",0,[[1920,1080,23]]],["nvidia quadro 5000","5000",0,[[1920,1080,60],[2560,1080,55],[2560,1440,51]]],["nvidia quadro 5000 opengl engine","5000",0,[[1920,1200,59]]],["nvidia quadro 5000m","5000",0,[[1600,900,110]]],["nvidia quadro 600","600",0,[[1680,1050,28],[1920,1080,28],[1920,1200,26]]],["nvidia quadro 6000","6000",0,[[1920,1080,60],[1920,1200,60]]],["nvidia quadro 7000","7000",0,[[1920,1200,60]]],["nvidia quadro fx 1800m","1800",0,[[1600,900,15]]],["nvidia quadro fx 2800m","2800",0,[[1920,1200,36]]],["nvidia quadro fx grid k1","1",0,[[1920,1080,31]]],["nvidia quadro gp100","100",0,[[1920,1200,366]]],["nvidia quadro gv100","100",0,[[3840,2160,60],[4096,2160,60]]],["nvidia quadro k1000m","1000",0,[[1920,1080,28]]],["nvidia quadro k1000m by nick[d]vb","1000",0,[[1920,1080,36]]],["nvidia quadro k1100m","1100",0,[[1920,1080,56]]],["nvidia quadro k1100m by nick[d]vb","1100",0,[[1920,1080,66]]],["nvidia quadro k1100m opengl engine","1100",0,[[1920,1080,54]]],["nvidia quadro k1200","1200",0,[[1920,1080,60],[2560,1440,57],[3840,2160,28]]],["nvidia quadro k1200 opengl engine","1200",0,[[3840,2160,34]]],["nvidia quadro k2000","2000",0,[[1920,1080,55]]],["nvidia quadro k2000 opengl engine","2000",0,[[2560,1440,44]]],["nvidia quadro k2000d","2000",0,[[1280,1024,57],[1680,1050,57],[1920,1080,59]]],["nvidia quadro k2000m","2000",0,[[1920,1080,36]]],["nvidia quadro k2000m by nick[d]vb","2000",0,[[2560,1440,38]]],["nvidia quadro k2000m opengl engine","2000",0,[[1920,1080,43]]],["nvidia quadro k2100m","2100",0,[[1920,1080,58]]],["nvidia quadro k2100m by nick[d]vb","2100",0,[[2560,1440,54]]],["nvidia quadro k2100m opengl engine","2100",0,[[1920,1080,59]]],["nvidia quadro k2200","2200",0,[[1920,1080,60],[1920,1200,126],[5120,2880,25]]],["nvidia quadro k2200m","2200",0,[[1920,1080,60]]],["nvidia quadro k3000m","3000",0,[[1920,1080,59]]],["nvidia quadro k3000m by st3phl3","3000",0,[[2560,1440,50]]],["nvidia quadro k3100m","3100",0,[[1920,1080,60]]],["nvidia quadro k3100m by nikey22","3100",0,[[2560,1440,59]]],["nvidia quadro k3100m opengl engine","3100",0,[[2560,1440,58]]],["nvidia quadro k4000","4000",0,[[1920,1080,60],[1920,1200,59]]],["nvidia quadro k4000 opengl engine","4000",0,[[1920,1080,59]]],["nvidia quadro k4000m","4000",0,[[1920,1080,80]]],["nvidia quadro k4100m","4100",0,[[1920,1080,32]]],["nvidia quadro k4100m by nikey22","4100",0,[[2560,1440,60]]],["nvidia quadro k420","420",0,[[1366,768,57],[2560,1440,19],[3840,2160,10]]],["nvidia quadro k4200","4200",0,[[1920,1080,60],[2560,1440,59],[3840,2160,57]]],["nvidia quadro k5000","5000",0,[[1920,1080,60],[2560,1440,60]]],["nvidia quadro k5000 opengl engine","5000",0,[[2560,1600,59]]],["nvidia quadro k5000m","5000",0,[[1920,1080,60],[2560,1440,60]]],["nvidia quadro k5000m opengl engine","5000",0,[[2560,1440,60]]],["nvidia quadro k5100m","5100",0,[[1920,1080,60],[2560,1080,171]]],["nvidia quadro k5100m by nikey22","5100",0,[[2560,1440,60]]],["nvidia quadro k510m","510",0,[[1920,1080,33]]],["nvidia quadro k5200","5200",0,[[1920,1080,60],[1920,1200,60]]],["nvidia quadro k5200 opengl engine","5200",0,[[1920,1200,41]]],["nvidia quadro k600","600",0,[[1920,1080,28]]],["nvidia quadro k600 opengl engine","600",0,[[1920,1200,31]]],["nvidia quadro k6000","6000",0,[[1920,1080,60],[1920,1200,60],[2560,1440,60]]],["nvidia quadro k6000 opengl engine","6000",0,[[1920,1080,59]]],["nvidia quadro k610m","610",0,[[1920,1080,36]]],["nvidia quadro k610m by nick[d]vb","610",0,[[1920,1080,34]]],["nvidia quadro k620","620",0,[[1920,1080,87],[1920,1200,69],[2560,1440,44]]],["nvidia quadro k620 opengl engine","620",0,[[1920,1080,59]]],["nvidia quadro k620m","620",0,[[1920,1080,49],[2880,1620,15]]],["nvidia quadro m1000m","1000",0,[[1920,1080,60]]],["nvidia quadro m1200","1200",0,[[1920,1080,60],[3840,2160,43]]],["nvidia quadro m2000","2000",0,[[1920,1080,73],[2560,1440,59]]],["nvidia quadro m2000m","2000",0,[[1920,1080,60]]],["nvidia quadro m2000m special","2000",0,[[1920,1080,60]]],["nvidia quadro m2200","2200",0,[[1920,1080,60]]],["nvidia quadro m2200 mobile","2200",0,[[3840,2160,13]]],["nvidia quadro m3000m","3000",0,[[1920,1080,60]]],["nvidia quadro m4000","4000",0,[[1920,1080,120],[1920,1200,60],[2560,1440,60]]],["nvidia quadro m4000 opengl engine","4000",0,[[1920,1080,60]]],["nvidia quadro m4000m","4000",0,[[1920,1080,60],[3840,2160,69]]],["nvidia quadro m5000","5000",0,[[1920,1080,60],[1920,1200,60],[2560,1440,59]]],["nvidia quadro m5000m","5000",0,[[1920,1080,212],[3840,2160,60]]],["nvidia quadro m500m","500",0,[[1920,1080,58],[2880,1620,29]]],["nvidia quadro m520","520",0,[[1920,1080,59],[3840,2160,27]]],["nvidia quadro m5500","5500",0,[[3440,1440,60]]],["nvidia quadro m6000","6000",0,[[1920,1080,408],[2560,1440,60]]],["nvidia quadro m6000 24gb","6000",0,[[1680,1050,60],[1920,1200,60]]],["nvidia quadro m600m","600",0,[[1920,1080,59]]],["nvidia quadro m620","620",0,[[1920,1080,60]]],["nvidia quadro nvs 4200m","4200",0,[[1600,900,26],[1920,1080,19]]],["nvidia quadro p1000","1000",0,[[1920,1080,60],[1920,1200,60]]],["nvidia quadro p1000 mobile","1000",0,[[1920,1080,60]]],["nvidia quadro p2000","2000",0,[[1680,1050,60],[1920,1080,242],[2560,1440,60]]],["nvidia quadro p2000 mobile","2000",0,[[1920,1080,60]]],["nvidia quadro p2000 opengl engine","2000",0,[[1920,1080,59]]],["nvidia quadro p2000 with max-q design","2000",0,[[1920,1080,60],[3840,2160,67]]],["nvidia quadro p2200","2200",0,[[1920,1080,60],[3840,2160,340]]],["nvidia quadro p3000","3000",0,[[1920,1080,60]]],["nvidia quadro p3200","3200",0,[[1920,1080,60],[3840,2160,60]]],["nvidia quadro p3200 mobile","3200",0,[[3840,2160,60]]],["nvidia quadro p3200 with max-q design","3200",0,[[2560,1440,60]]],["nvidia quadro p400","400",0,[[1680,1050,46],[1920,1080,57],[1920,1200,54]]],["nvidia quadro p4000","4000",0,[[1920,1080,60],[3840,2160,167]]],["nvidia quadro p4200","4200",0,[[1920,1080,60],[3840,2160,60]]],["nvidia quadro p4200 with max-q design","4200",0,[[3839,2159,53]]],["nvidia quadro p500","500",0,[[1920,1080,60]]],["nvidia quadro p5000","5000",0,[[1920,1080,60]]],["nvidia quadro p5000 opengl engine","5000",0,[[3840,2160,58]]],["nvidia quadro p520","520",0,[[1920,1080,60]]],["nvidia quadro p5200","5200",0,[[3840,2160,100]]],["nvidia quadro p600","600",0,[[1920,1080,60]]],["nvidia quadro p6000","6000",0,[[1920,1080,60],[2560,1440,60],[2560,1600,411]]],["nvidia quadro p620","620",0,[[1920,1080,65]]],["nvidia quadro rtx 3000","3000",0,[[1920,1080,60]]],["nvidia quadro rtx 3000 mobile / max-q","3000",0,[[3840,2160,60]]],["nvidia quadro rtx 3000 with max-q design","3000",0,[[3240,2160,60]]],["nvidia quadro rtx 4000","4000",0,[[1920,1080,60]]],["nvidia quadro rtx 4000 mobile / max-q","4000",0,[[1920,1080,60]]],["nvidia quadro rtx 4000 with max-q design","4000",0,[[1920,1080,60],[3840,2160,60]]],["nvidia quadro rtx 5000","5000",0,[[1920,1080,443],[2560,1440,60]]],["nvidia quadro rtx 5000 mobile / max-q","5000",0,[[3840,2160,60]]],["nvidia quadro rtx 5000 with max-q design","5000",0,[[1920,1080,60],[3840,2160,60]]],["nvidia quadro rtx 6000","6000",0,[[1920,1080,438],[2560,1440,60]]],["nvidia quadro rtx 8000","8000",0,[[1920,1080,60],[1920,1200,60]]],["nvidia quadro t1000","1000",0,[[1920,1080,60],[2560,1440,41]]],["nvidia quadro t1000 mobile","1000",0,[[1920,1080,277]]],["nvidia quadro t1000 with max-q design","1000",0,[[1920,1080,60]]],["nvidia quadro t2000","2000",0,[[1920,1080,60]]],["nvidia quadro t2000 mobile / max-q","2000",0,[[1920,1080,302]]],["nvidia quadro t2000 with max-q design","2000",0,[[1920,1080,60],[1920,1200,60],[2560,1440,60]]],["nvidia rtx a1000 laptop gpu","1000",0,[[1920,1080,60]]],["nvidia rtx a2000","2000",0,[[3840,2160,60]]],["nvidia rtx a2000 laptop gpu","2000",0,[[2400,1600,120],[3840,2160,60]]],["nvidia rtx a3000 laptop gpu","3000",0,[[1920,1080,60],[3840,2160,60]]],["nvidia rtx a4000","4000",0,[[1920,1080,60],[3840,2160,60]]],["nvidia rtx a4000 laptop gpu","4000",0,[[1920,1080,60]]],["nvidia rtx a5000","5000",0,[[3840,2160,60]]],["nvidia rtx a5000 laptop gpu","5000",0,[[3840,2160,60]]],["nvidia rtx a6000","6000",0,[[1920,1200,60]]],["nvidia sony geforce 410m","410",0,[[1366,768,24]]],["nvidia t1000","1000",0,[[1920,1080,43],[3840,2160,60]]],["nvidia t1200 laptop gpu","1200",0,[[1920,1080,60]]],["nvidia t400","400",0,[[3840,2160,35]]],["nvidia t500","500",0,[[1920,1080,60],[3839,2159,52]]],["nvidia t600","600",0,[[1920,1080,60]]],["nvidia tesla c2050 / c2070","2050",0,[[1920,1080,105]]],["nvidia tesla c2070","2070",0,[[1920,1200,60]]],["nvidia tesla c2075","2075",0,[[1920,1080,60]]],["nvidia tesla k10","10",0,[[1920,1080,60]]],["nvidia tesla k10.g1.8gb","10",0,[[1440,900,59]]],["nvidia tesla k20m","20",0,[[1240,821,118]]],["nvidia tesla k20xm","20",0,[[3840,2400,17]]],["nvidia tesla k80","80",0,[[1664,896,66],[3840,2160,30]]],["nvidia tesla m10","10",0,[[1440,900,60],[1280,1024,60]]],["nvidia tesla m40","40",0,[[1600,1024,190]]],["nvidia tesla m6","6",0,[[1920,1080,59]]],["nvidia tesla m60","60",0,[[1366,768,60],[1920,962,61],[3840,2160,27]]],["nvidia tesla p100 pcie 16gb","100",0,[[1920,1080,60]]],["nvidia tesla p100-pcie-16gb","100",0,[[1920,1080,103]]],["nvidia tesla p4","4",0,[[1680,1050,60]]],["nvidia tesla p40","40",0,[[1546,877,62],[1920,1200,60]]],["nvidia tesla t4","4",0,[[1440,900,33],[1920,1080,60]]],["nvidia tesla v100-pcie-16gb","100",0,[[1920,997,57]]],["nvidia tesla v100-pcie-32gb","100",0,[[1920,1080,57]]],["nvidia tesla v100-sxm2-16gb","100",0,[[1920,1080,60]]],["nvidia tesla v100-sxm2-32gb","100",0,[[1920,1080,1],[2560,1440,60]]],["nvidia titan rtx","rtx",0,[[2560,1440,60],[3840,2160,680]]],["nvidia titan v","v",0,[[2560,1440,622],[3840,2160,60]]],["nvidia titan x","x",0,[[2560,1080,60],[3840,1600,75],[3840,2160,339]]],["nvidia titan xp","xp",0,[[1920,1200,60],[2560,1440,60],[3440,1440,105]]],["nvidia titan xp collectors","xp",0,[[1920,1080,60],[2560,1440,893],[5120,2880,60]]],["nvidia toshiba geforce gt 525m","525",0,[[1366,768,33]]],["nvidia tu102 [titan rtx]","102",0,[[3840,2160,60]]],["nvidia tu107","107",0,[[1920,1080,312]]],["nvidia tu117m","117",0,[[1920,1080,337]]],["nvidia unknown","",0,[[1920,1080,60]]],["nvidia zotac geforce gt 430","430",0,[[1600,900,32]]],["nvidia zotac geforce gt 610","610",0,[[1920,1080,15]]],["nvidia zotac geforce gt 630","630",0,[[1360,768,46]]],["nvidia zotac geforce gt 740","740",0,[[1280,1024,118]]],["nvidia zotac geforce gtx 460","460",0,[[1920,1080,59]]],["nvidia zotac geforce gtx 550 ti","550",0,[[1920,1080,42]]],["nvidia zotac geforce gtx 560","560",0,[[1920,1080,60]]],["nvidia zotac geforce gtx 560 ti","560",0,[[1920,1080,60]]],["nvidia zotac geforce gtx 580","580",0,[[1920,1080,48]]],["nvidia zotac geforce gtx 650","650",0,[[1920,1080,44]]],["nvidia zotac geforce gtx 650 ti","650",0,[[1920,1080,58]]],["nvidia zotac geforce gtx 660","660",0,[[1920,1080,60]]],["nvidia zotac geforce gtx 680","680",0,[[1920,1080,60]]],["nvidia zotac geforce gtx 750","750",0,[[1680,1050,114],[1920,1080,60]]],["nvidia zotac geforce gtx 760","760",0,[[1920,1080,101]]],["nvidia zotac geforce gtx 770","770",0,[[1920,1080,60]]],["nvidia zotac geforce gtx 780","780",0,[[1920,1080,60]]],["nvidia zotac geforce gtx 960","960",0,[[2048,1152,60]]]]')},145:function(e){"use strict";e.exports=JSON.parse('["4.0.8",["amd [amd/ati] fiji [radeon r9 fury / nano series]","9",0,[[1920,1200,162]]],["amd asus amd radeon r9-990x","9",0,[[1920,1080,60]]],["amd asus radeon r7 250","7",0,[[800,638,60]]],["amd asus radeon r7 260x","7",0,[[2560,1080,65]]],["amd asus radeon r9 270x","9",0,[[1024,768,85],[1920,1080,60]]],["amd asus radeon r9 280","9",0,[[1920,1080,60]]],["amd asus radeon rx 460","460",0,[[1360,768,104]]],["amd asus radeon rx 470","470",0,[[1920,1080,60]]],["amd asus radeon rx 480","480",0,[[1920,1080,124]]],["amd asus radeon rx 550","550",0,[[1440,900,60],[1920,1080,49]]],["amd asus radeon rx 5500 xt","5500",0,[[1920,1080,325]]],["amd asus radeon rx 560","560",0,[[1360,768,60],[1920,1080,85]]],["amd asus radeon rx 570","570",0,[[1600,900,202],[1920,1080,60]]],["amd asus radeon rx 5700","5700",0,[[1920,1080,327]]],["amd asus radeon rx 5700 xt","5700",0,[[1920,1080,224],[2560,1440,60]]],["amd asus radeon rx 580","580",0,[[1920,1080,177],[2560,1080,60]]],["amd asus radeon rx vega","rx",0,[[2560,1440,117]]],["amd ati mobility radeon hd 5870","5870",0,[[1920,1200,19]]],["amd baffin amd radeon rx 560","560",0,[[1920,1080,60]]],["amd ellesmere radeon rx 570","570",0,[[1920,1080,60]]],["amd embedded radeon e9171","9171",0,[[3840,2160,26]]],["amd embedded radeon e9173","9173",0,[[3840,2160,16]]],["amd gigabyte radeon rx 580","580",0,[[1920,1080,60]]],["amd madison [mobility radeon hd 5650 / 6530m/6550m]","5650",0,[[1366,768,43]]],["amd mobility radeon hd 4250","4250",0,[[963,722,26]]],["amd mobility radeon hd 5000","5000",0,[[1366,768,47]]],["amd mobility radeon hd 5400","5400",0,[[1366,768,24]]],["amd mobility radeon hd 5430","5430",0,[[1600,900,15],[1920,1080,60]]],["amd mobility radeon hd 5470","5470",0,[[1366,768,24]]],["amd mobility radeon hd 5570","5570",0,[[1920,1080,27]]],["amd mobility radeon hd 5730 / 6570m","5730",0,[[1366,768,58]]],["amd mobility radeon hd 5850","5850",0,[[1600,900,55]]],["amd mobility radeon hd 5870","5870",0,[[1600,900,64],[1920,1200,53]]],["amd park [mobility radeon hd 5430","5430",0,[[1280,720,11]]],["amd pitcairn pro radeon hd 7850","7850",0,[[1920,1080,60]]],["amd powercolor radeon r9 280","9",0,[[1920,1080,60]]],["amd radeon","",0,[[1920,1080,299],[3440,1440,60]]],["amd radeon 500","500",0,[[1920,1080,73]]],["amd radeon 520","520",0,[[1920,1080,35],[2560,1440,29]]],["amd radeon 530","530",0,[[1366,768,60],[1920,1080,30]]],["amd radeon 535","535",0,[[1920,1080,35]]],["amd radeon 535dx","535",0,[[1366,768,31],[1920,1080,37]]],["amd radeon 540","540",0,[[1920,1080,38]]],["amd radeon 540 / rx 540x/550/550x","540",0,[[2560,1440,88]]],["amd radeon 540x","540",0,[[1920,1080,59]]],["amd radeon 550","550",0,[[1920,1080,115]]],["amd radeon 550x","550",0,[[1920,1080,28]]],["amd radeon 610","610",0,[[1920,1080,29]]],["amd radeon 620","620",0,[[1920,1080,18]]],["amd radeon 625","625",0,[[1366,768,55],[1920,1080,47]]],["amd radeon 630","630",0,[[1920,1080,29]]],["amd radeon 6600m and 6700m","6600",0,[[1366,768,36],[1440,900,60]]],["amd radeon 6800","6800",0,[[3440,1440,100]]],["amd radeon 7500m/7600m","7500",0,[[1366,768,37]]],["amd radeon 7950 x2","7950",0,[[2560,1440,174]]],["amd radeon d700","700",0,[[2560,1440,120]]],["amd radeon e6460","6460",0,[[1600,1200,13]]],["amd radeon e6760","6760",0,[[1200,900,54],[1920,1080,42]]],["amd radeon e8860","8860",0,[[1920,1200,27],[2560,1374,88]]],["amd radeon e8870","8870",0,[[1920,1080,81]]],["amd radeon e8870mxm","8870",0,[[1920,1080,60]]],["amd radeon e9260","9260",0,[[1680,1050,60],[3840,2160,38]]],["amd radeon e9550","9550",0,[[1680,1050,60],[3840,2160,58]]],["amd radeon embedded e9560","9560",0,[[1920,1200,60]]],["amd radeon fury","",0,[[1920,1080,60]]],["amd radeon fury x","x",0,[[1920,1080,60],[2560,1440,144]]],["amd radeon hd - firepro d300","300",0,[[1920,1080,60]]],["amd radeon hd - firepro d300 opengl engine","300",0,[[1920,1080,60],[2560,1440,59]]],["amd radeon hd - firepro d500 opengl engine","500",0,[[1920,1080,60],[2560,1440,59]]],["amd radeon hd - firepro d700 opengl engine","700",0,[[3840,2160,52]]],["amd radeon hd 2600 xt","2600",1,[[2560,1600,-1]]],["amd radeon hd 5000","5000",0,[[1920,1080,8]]],["amd radeon hd 5400","5400",0,[[1920,1080,12]]],["amd radeon hd 5450","5450",0,[[1920,1080,13]]],["amd radeon hd 5470","5470",0,[[1280,1024,16]]],["amd radeon hd 5500","5500",0,[[1920,1080,27]]],["amd radeon hd 5570","5570",0,[[1920,1080,60],[2048,1152,31]]],["amd radeon hd 5600","5600",0,[[1920,1080,56]]],["amd radeon hd 5650","5650",0,[[1366,768,53]]],["amd radeon hd 5670","5670",1,[[1920,1080,-1],[2560,1440,-1]]],["amd radeon hd 5670 opengl engine","5670",1,[[2560,1440,-1]]],["amd radeon hd 5700","5700",0,[[1920,1080,59]]],["amd radeon hd 5730","5730",0,[[1366,768,46],[1680,1050,40]]],["amd radeon hd 5750","5750",1,[[1920,1080,-1],[1920,1200,-1],[2560,1440,-1]]],["amd radeon hd 5750 opengl engine","5750",1,[[2560,1440,-1]]],["amd radeon hd 5770","5770",0,[[1776,1000,43],[1920,1080,59]]],["amd radeon hd 5800","5800",0,[[1366,768,60],[1920,1200,102]]],["amd radeon hd 5850","5850",0,[[1920,1080,60]]],["amd radeon hd 5870","5870",0,[[1280,960,75],[1920,1080,60],[2048,1280,60]]],["amd radeon hd 5870m","5870",0,[[2560,1080,31]]],["amd radeon hd 5970","5970",0,[[1360,768,60],[1920,1080,60]]],["amd radeon hd 6230","6230",0,[[1366,768,13]]],["amd radeon hd 6250","6250",0,[[1280,800,8],[1366,768,8]]],["amd radeon hd 6290","6290",1,[[1366,768,-1]]],["amd radeon hd 6300m","6300",1,[[1366,768,-1]]],["amd radeon hd 6310","6310",1,[[1366,768,-1]]],["amd radeon hd 6320","6320",1,[[1366,768,-1]]],["amd radeon hd 6350","6350",0,[[1280,1024,18],[1920,1080,14]]],["amd radeon hd 6370d","6370",0,[[1920,1080,14]]],["amd radeon hd 6370m","6370",0,[[1366,768,25]]],["amd radeon hd 6380g","6380",0,[[1366,768,19]]],["amd radeon hd 6400","6400",0,[[1920,1080,13]]],["amd radeon hd 6400m","6400",0,[[1366,768,28]]],["amd radeon hd 6400m/7400m","6400",0,[[1366,768,28]]],["amd radeon hd 6410d","6410",0,[[1920,1080,11]]],["amd radeon hd 6450","6450",0,[[1920,1080,14]]],["amd radeon hd 6450 / r5 230","6450",0,[[1440,900,12]]],["amd radeon hd 6450 230","6450",0,[[1920,1080,15]]],["amd radeon hd 6470m","6470",0,[[1366,768,27],[1600,900,21]]],["amd radeon hd 6470m/7400m","6470",0,[[1366,768,44]]],["amd radeon hd 6480g","6480",0,[[1280,768,19],[1366,768,27],[1600,900,18]]],["amd radeon hd 6490m","6490",1,[[1366,768,-1],[1440,900,-1],[1680,1050,-1]]],["amd radeon hd 6500","6500",0,[[1920,1080,25]]],["amd radeon hd 6500m/5600","6500",0,[[1920,1080,27]]],["amd radeon hd 6510","6510",0,[[1600,900,32]]],["amd radeon hd 6520g","6520",0,[[1366,768,21],[1600,900,20]]],["amd radeon hd 6530d","6530",0,[[1366,768,31],[1440,900,36],[1920,1080,24]]],["amd radeon hd 6540","6540",0,[[1600,1200,13]]],["amd radeon hd 6550d","6550",0,[[1920,1080,28]]],["amd radeon hd 6570","6570",0,[[1920,1080,52],[2560,1440,17]]],["amd radeon hd 6620g","6620",0,[[1360,768,43],[1366,768,28]]],["amd radeon hd 6630m","6630",1,[[1366,768,-1],[1600,900,-1],[1920,1080,-1]]],["amd radeon hd 6630m/6650m/6750m/7670m/7690m","6630",1,[[1366,768,-1],[1920,1080,-1]]],["amd radeon hd 6650m","6650",0,[[1366,768,51],[1600,900,31]]],["amd radeon hd 6670","6670",0,[[1920,1080,55]]],["amd radeon hd 6700","6700",0,[[1920,1080,56]]],["amd radeon hd 6700 green","6700",0,[[1360,768,89]]],["amd radeon hd 6700m/7700m/7900m","6700",0,[[1366,768,59]]],["amd radeon hd 6730m/6770m","6730",0,[[1366,768,58],[1920,1080,46]]],["amd radeon hd 6730m/6770m/7690m xt","6730",0,[[1920,1080,48]]],["amd radeon hd 6750","6750",0,[[1440,900,72],[1920,1080,60]]],["amd radeon hd 6750m","6750",1,[[1440,900,-1],[1920,1080,-1],[1920,1200,-1]]],["amd radeon hd 6770","6770",0,[[1920,1080,60]]],["amd radeon hd 6770m","6770",1,[[1440,900,-1],[2560,1440,-1]]],["amd radeon hd 6770m opengl engine","6770",1,[[2560,1440,-1]]],["amd radeon hd 6790","6790",0,[[1920,1080,59]]],["amd radeon hd 6800","6800",0,[[1280,1024,89],[1920,1080,60]]],["amd radeon hd 6800m","6800",0,[[1600,900,18],[1920,1080,40]]],["amd radeon hd 6850","6850",0,[[1920,1080,59],[2560,1600,54]]],["amd radeon hd 6870","6870",0,[[1920,1080,60],[2560,1440,59]]],["amd radeon hd 6900","6900",0,[[1920,1080,60]]],["amd radeon hd 6900m","6900",0,[[1920,1080,60]]],["amd radeon hd 6950","6950",0,[[1680,1050,60],[1920,1080,41]]],["amd radeon hd 6970","6970",0,[[1920,1080,60]]],["amd radeon hd 6970m","6970",1,[[2560,1440,-1]]],["amd radeon hd 6970m opengl engine","6970",1,[[2560,1440,-1]]],["amd radeon hd 6990","6990",0,[[1920,1080,60]]],["amd radeon hd 7000","7000",0,[[1920,1080,24]]],["amd radeon hd 7290","7290",0,[[1366,768,9]]],["amd radeon hd 7310","7310",0,[[1366,768,14]]],["amd radeon hd 7340","7340",0,[[1366,768,17],[1920,1080,10]]],["amd radeon hd 7340g","7340",0,[[1366,768,15]]],["amd radeon hd 7340m","7340",0,[[1366,768,15]]],["amd radeon hd 7350","7350",0,[[1920,1080,13]]],["amd radeon hd 7400","7400",0,[[1920,1080,18]]],["amd radeon hd 7400g","7400",0,[[963,768,31]]],["amd radeon hd 7400m","7400",0,[[1366,768,44]]],["amd radeon hd 7420g","7420",0,[[1366,768,28],[1600,900,26]]],["amd radeon hd 7450","7450",0,[[1920,1080,15]]],["amd radeon hd 7450a","7450",0,[[1920,1080,15]]],["amd radeon hd 7450m","7450",0,[[1366,768,30]]],["amd radeon hd 7470","7470",0,[[1680,1050,22],[1920,1080,144]]],["amd radeon hd 7470m","7470",0,[[1366,768,31],[1600,900,23]]],["amd radeon hd 7480d","7480",0,[[1280,1024,25],[1920,1080,24],[1920,1200,18]]],["amd radeon hd 7500","7500",0,[[1366,696,49],[1366,768,49]]],["amd radeon hd 7500g","7500",0,[[1366,768,26]]],["amd radeon hd 7500m/7600m","7500",0,[[1366,768,46]]],["amd radeon hd 7520g","7520",0,[[1366,768,33]]],["amd radeon hd 7520g + hd 7400m dual","7520",0,[[1366,768,34]]],["amd radeon hd 7520g + hd 7600m dual","7520",0,[[1366,768,31],[1600,900,41]]],["amd radeon hd 7540d","7540",0,[[1024,768,55],[1280,1024,44],[1920,1080,22]]],["amd radeon hd 7540d + hd 6670 dual","7540",0,[[1280,1024,36]]],["amd radeon hd 7550m/7650m","7550",0,[[1366,768,57]]],["amd radeon hd 7560d","7560",0,[[1920,1080,34]]],["amd radeon hd 7560d + hd 6570 dual","7560",0,[[1680,1050,44]]],["amd radeon hd 7560d + hd 6670 dual","7560",0,[[800,638,60]]],["amd radeon hd 7570","7570",0,[[1024,768,72],[1920,1080,52]]],["amd radeon hd 7570m","7570",0,[[1366,768,35]]],["amd radeon hd 7570m/hd 7670m","7570",0,[[1366,768,50],[1600,900,29]]],["amd radeon hd 7600","7600",0,[[1920,1080,60]]],["amd radeon hd 7600a","7600",0,[[1920,1080,28]]],["amd radeon hd 7600g","7600",0,[[1366,768,29]]],["amd radeon hd 7600g + 7500m/7600m dual","7600",0,[[1366,768,19]]],["amd radeon hd 7600g + hd 8670m dual","7600",0,[[1366,768,29]]],["amd radeon hd 7600g + hd dual","7600",0,[[1366,768,20]]],["amd radeon hd 7600m","7600",0,[[1366,768,56]]],["amd radeon hd 7600m/7700m","7600",0,[[1366,768,31]]],["amd radeon hd 7610m","7610",0,[[1366,768,43]]],["amd radeon hd 7620g","7620",0,[[1366,768,22],[1920,1080,19]]],["amd radeon hd 7640g","7640",0,[[1366,768,38]]],["amd radeon hd 7640g + 7470m dual","7640",0,[[1366,768,32]]],["amd radeon hd 7640g + 7600m dual","7640",0,[[1366,768,23]]],["amd radeon hd 7640g + 7670m dual","7640",0,[[1600,900,15]]],["amd radeon hd 7640g + 8500m dual","7640",0,[[1366,768,35]]],["amd radeon hd 7640g + hd 7400m dual","7640",0,[[1366,768,37]]],["amd radeon hd 7640g + hd 7500 dual","7640",0,[[1366,768,35]]],["amd radeon hd 7640g + hd 7670m dual","7640",0,[[1366,768,34]]],["amd radeon hd 7640g + hd 8500m dual","7640",0,[[1366,768,40]]],["amd radeon hd 7640g + hd 8570m dual","7640",0,[[1366,768,31]]],["amd radeon hd 7650a","7650",0,[[1680,1050,43],[1920,1080,15]]],["amd radeon hd 7650m","7650",0,[[1366,768,41],[1600,900,45]]],["amd radeon hd 7660d","7660",0,[[1680,1050,40],[1920,1008,60],[1920,1080,38]]],["amd radeon hd 7660d + hd 6570 dual","7660",0,[[1200,900,32]]],["amd radeon hd 7660d + hd 6670 dual","7660",0,[[1360,768,57],[1920,1080,53]]],["amd radeon hd 7660g","7660",0,[[1366,768,44],[1600,900,41],[1920,1080,34],[1920,1200,27]]],["amd radeon hd 7660g + 7600m dual","7660",0,[[1366,768,53],[1600,900,45]]],["amd radeon hd 7660g + 7670m dual","7660",0,[[1366,768,52]]],["amd radeon hd 7660g + 8670m dual","7660",0,[[1600,900,46]]],["amd radeon hd 7660g + hd 7600m dual","7660",0,[[1366,768,50]]],["amd radeon hd 7660g + hd 7670m dual","7660",0,[[1366,768,35]]],["amd radeon hd 7660g + hd 8600m dual","7660",0,[[1600,900,29]]],["amd radeon hd 7670","7670",0,[[1920,1080,39]]],["amd radeon hd 7670m","7670",0,[[1366,768,49],[1920,1080,36]]],["amd radeon hd 7700","7700",0,[[1400,1050,45],[1920,1080,60]]],["amd radeon hd 7700m","7700",0,[[1920,1080,54]]],["amd radeon hd 7730m","7730",0,[[1920,1080,57]]],["amd radeon hd 7750","7750",0,[[1280,1024,60],[1600,900,60],[1400,1050,98],[1920,1080,60],[3840,2160,23]]],["amd radeon hd 7750 / r7 250e","7750",0,[[2560,1080,69]]],["amd radeon hd 7750m","7750",0,[[1680,1050,57]]],["amd radeon hd 7770","7770",0,[[1920,1080,60]]],["amd radeon hd 7770 / r7 250x","7770",0,[[1680,1050,78]]],["amd radeon hd 7770 ghz","7770",0,[[1920,1080,78]]],["amd radeon hd 7790","7790",0,[[1920,1080,16]]],["amd radeon hd 7790 / r7 360 / r9 260/360","7790",0,[[1280,1024,131]]],["amd radeon hd 7800","7800",0,[[1920,1080,60]]],["amd radeon hd 7800m","7800",0,[[1920,1080,57]]],["amd radeon hd 7850","7850",0,[[1920,1080,60]]],["amd radeon hd 7850 / r7 265 / r9 270 1024sp","7850",0,[[1280,1024,87]]],["amd radeon hd 7870","7870",0,[[1920,1080,120],[2560,1440,60],[2560,1600,114],[3840,2160,30]]],["amd radeon hd 7870 ghz","7870",0,[[1920,1080,75]]],["amd radeon hd 7870 xt","7870",0,[[1920,1080,57],[3840,2160,53]]],["amd radeon hd 7870m","7870",0,[[1920,1080,22],[2732,1536,40]]],["amd radeon hd 7900","7900",0,[[2560,1600,59]]],["amd radeon hd 7950","7950",0,[[1920,1080,50]]],["amd radeon hd 7950 / r9 280","7950",0,[[1920,1080,59]]],["amd radeon hd 7950 oem / r9 280","7950",0,[[1920,1080,60]]],["amd radeon hd 7970","7970",0,[[1920,1080,60]]],["amd radeon hd 7970 / r9 280x","7970",0,[[1920,1080,193]]],["amd radeon hd 7970m","7970",0,[[1366,768,60],[1920,1080,60]]],["amd radeon hd 7970x/8970 280x","7970",0,[[1920,1080,60]]],["amd radeon hd 7990","7990",0,[[1920,1080,60],[5120,2880,63]]],["amd radeon hd 7xxx","7",0,[[1920,1080,60]]],["amd radeon hd 8180","8180",0,[[1366,768,10]]],["amd radeon hd 8200 / r3","8200",0,[[1366,768,21],[1600,900,13],[1680,1050,13]]],["amd radeon hd 8210","8210",0,[[1366,768,18]]],["amd radeon hd 8240","8240",0,[[1600,900,17]]],["amd radeon hd 8240 / r3","8240",0,[[1366,768,14]]],["amd radeon hd 8250","8250",0,[[1366,768,14],[1920,1200,10]]],["amd radeon hd 8280","8280",0,[[1600,900,60]]],["amd radeon hd 8280 / r3","8280",0,[[1366,768,22]]],["amd radeon hd 8280e","8280",0,[[2880,1620,6]]],["amd radeon hd 8330","8330",0,[[1366,768,24]]],["amd radeon hd 8350","8350",0,[[1920,1080,57]]],["amd radeon hd 8350g","8350",0,[[1366,768,18]]],["amd radeon hd 8370d","8370",0,[[1366,768,60],[1280,1024,26],[1920,1080,22]]],["amd radeon hd 8400","8400",0,[[1366,768,30],[1920,1080,16]]],["amd radeon hd 8400 / r3","8400",0,[[1360,768,19],[1366,768,22],[1920,1080,12]]],["amd radeon hd 8400e","8400",0,[[1680,1050,17],[1920,1080,16],[1920,1200,14]]],["amd radeon hd 8410g","8410",0,[[1366,768,32]]],["amd radeon hd 8450g","8450",0,[[1366,768,23]]],["amd radeon hd 8450g + hd 8750m dual","8450",0,[[1366,768,21]]],["amd radeon hd 8470","8470",0,[[1920,1080,17]]],["amd radeon hd 8470 + 7660d dual","8470",0,[[1920,1080,60]]],["amd radeon hd 8470d","8470",0,[[1280,1024,44],[1920,1080,21]]],["amd radeon hd 8470d + hd 6450 dual","8470",0,[[1600,900,37]]],["amd radeon hd 8490","8490",0,[[1920,1080,18],[1920,1200,20]]],["amd radeon hd 8500m","8500",0,[[1366,768,41],[1920,1080,19]]],["amd radeon hd 8500m/8700m","8500",0,[[1920,1080,30]]],["amd radeon hd 8510g","8510",0,[[1366,768,29],[1920,1080,17]]],["amd radeon hd 8550","8550",0,[[1920,1080,25]]],["amd radeon hd 8550g","8550",0,[[1366,768,34],[1600,900,41],[1920,1080,34]]],["amd radeon hd 8550g + 8500m dual","8550",0,[[1366,768,42]]],["amd radeon hd 8550g + 8600 dual","8550",0,[[1920,1080,27]]],["amd radeon hd 8550g + hd 8570m dual","8550",0,[[1366,768,32]]],["amd radeon hd 8550g + hd 8600 dual","8550",0,[[1366,768,60]]],["amd radeon hd 8550g + hd 8750m dual","8550",0,[[1366,768,37]]],["amd radeon hd 8550g + r5 m230 dual","8550",0,[[1366,768,29]]],["amd radeon hd 8570","8570",0,[[1280,1024,60],[1680,1050,54],[1920,1080,50]]],["amd radeon hd 8570 / r5 430 / r7 240 / radeon 520","8570",0,[[1920,1080,25]]],["amd radeon hd 8570d","8570",0,[[1920,1080,16]]],["amd radeon hd 8570d + r7 240 dual","8570",0,[[1920,1080,45]]],["amd radeon hd 8570m","8570",0,[[1366,768,40]]],["amd radeon hd 8600","8600",0,[[1366,768,41]]],["amd radeon hd 8600m","8600",0,[[1366,768,42],[1920,1080,14]]],["amd radeon hd 8610g","8610",0,[[1366,768,31],[1920,1080,16]]],["amd radeon hd 8610g + 8600m dual","8610",0,[[1366,768,22]]],["amd radeon hd 8610g + hd 8600m dual","8610",0,[[1366,768,41]]],["amd radeon hd 8610g + hd 8670m dual","8610",0,[[1366,768,33]]],["amd radeon hd 8650g","8650",0,[[1360,768,44],[1366,768,44]]],["amd radeon hd 8650g + 8500m dual","8650",0,[[1366,768,35]]],["amd radeon hd 8650g + 8600 dual","8650",0,[[1920,1080,38]]],["amd radeon hd 8650g + 8600m dual","8650",0,[[1366,768,21]]],["amd radeon hd 8650g + 8670m dual","8650",0,[[1366,768,66]]],["amd radeon hd 8650g + 8750m dual","8650",0,[[1920,1080,28]]],["amd radeon hd 8650g + hd 7600m dual","8650",0,[[1366,768,36]]],["amd radeon hd 8650g + hd 8500m dual","8650",0,[[1366,768,23]]],["amd radeon hd 8650g + hd 8570m dual","8650",0,[[1366,768,36]]],["amd radeon hd 8650g + hd 8600m dual","8650",0,[[1366,768,46],[1600,900,29]]],["amd radeon hd 8650g + hd 8750m dual","8650",0,[[1366,768,36]]],["amd radeon hd 8650g + r5 m200 dual","8650",0,[[1366,768,35]]],["amd radeon hd 8670 / r7 250","8670",0,[[1024,768,1]]],["amd radeon hd 8670a/8670m/8690m","8670",0,[[1366,768,47]]],["amd radeon hd 8670a/8670m/8750m","8670",0,[[1366,768,60]]],["amd radeon hd 8670d","8670",0,[[1024,768,45],[1280,1024,69],[1920,1080,38]]],["amd radeon hd 8670d + 7700 dual","8670",0,[[1680,1050,58]]],["amd radeon hd 8670d + hd 6670 dual","8670",0,[[1680,1050,33]]],["amd radeon hd 8670d + r5 200 dual","8670",0,[[2560,1080,14]]],["amd radeon hd 8670d + r7 200 dual","8670",0,[[1920,1080,37]]],["amd radeon hd 8670m","8670",0,[[1366,768,41]]],["amd radeon hd 8690a","8690",0,[[1920,1080,31]]],["amd radeon hd 8690m","8690",0,[[1600,900,35]]],["amd radeon hd 8700m","8700",0,[[1366,768,60]]],["amd radeon hd 8730m","8730",0,[[1366,768,59]]],["amd radeon hd 8750m","8750",0,[[1366,768,60]]],["amd radeon hd 8770","8770",0,[[1920,1080,111]]],["amd radeon hd 8790m","8790",0,[[1600,900,78],[1920,1080,60]]],["amd radeon hd 8800m","8800",0,[[1920,1080,60],[2880,1800,45]]],["amd radeon hd 8830m","8830",0,[[1920,1080,82]]],["amd radeon hd 8850m","8850",0,[[1366,768,45]]],["amd radeon hd 8870m","8870",0,[[1280,1024,60],[1600,900,60]]],["amd radeon hd 8950","8950",0,[[1920,1080,60],[1920,1200,59]]],["amd radeon hd 8970","8970",0,[[2560,1600,60]]],["amd radeon hd 8970m","8970",0,[[1920,1080,146],[1920,1200,60]]],["amd radeon hd 8xxx","8",0,[[1920,1080,120],[2560,1440,58]]],["amd radeon hd5450","5450",0,[[1280,720,24]]],["amd radeon hd6870","6870",0,[[1920,1080,60]]],["amd radeon hd7970m","7970",0,[[2560,1440,116]]],["amd radeon hd8530m","8530",0,[[1366,768,40]]],["amd radeon hd8730","8730",0,[[1680,1050,42]]],["amd radeon hd8970m","8970",0,[[1920,1080,74]]],["amd radeon hybrid","",0,[[1366,768,27]]],["amd radeon infoshock rx 460","460",0,[[1360,768,102]]],["amd radeon instinct mi25","25",0,[[1920,1200,26]]],["amd radeon instinct mi25 mxgpu","25",0,[[1920,1080,20],[1920,1200,32]]],["amd radeon m535dx","535",0,[[1366,768,58]]],["amd radeon navi14","14",0,[[3840,2160,60]]],["amd radeon polaris","",0,[[3840,2160,60],[5120,2880,44]]],["amd radeon polaris 10","10",0,[[1920,1200,60]]],["amd radeon pro","pro",0,[[1920,1080,114]]],["amd radeon pro 270x","270",0,[[2560,1440,74]]],["amd radeon pro 450","450",0,[[1920,1080,30],[2880,1800,43],[3360,2100,36],[5120,2880,30]]],["amd radeon pro 450 opengl engine","450",0,[[1920,1200,60]]],["amd radeon pro 455","455",0,[[2879,1800,54],[2880,1800,48],[3360,2100,37]]],["amd radeon pro 455 opengl engine","455",0,[[3360,2100,36]]],["amd radeon pro 460","460",0,[[2880,1800,50],[3360,2100,42]]],["amd radeon pro 460 opengl engine","460",0,[[5760,3240,15]]],["amd radeon pro 470","470",0,[[6016,3384,49]]],["amd radeon pro 480","480",0,[[1920,1080,60]]],["amd radeon pro 5300","5300",0,[[5120,2880,60]]],["amd radeon pro 5300m","5300",0,[[1920,1080,214],[3584,2240,130]]],["amd radeon pro 5500 xt","5500",0,[[5120,2880,51]]],["amd radeon pro 5500m","5500",0,[[3072,1920,60],[3584,2240,139]]],["amd radeon pro 555","555",0,[[2879,1800,54],[2880,1800,36],[3360,2100,40]]],["amd radeon pro 555x","555",0,[[2880,1800,42],[3360,2100,39]]],["amd radeon pro 560","560",0,[[2879,1800,56],[2880,1800,56],[3360,2100,42]]],["amd radeon pro 5600m","5600",0,[[3072,1920,60],[3584,2240,60]]],["amd radeon pro 560x","560",0,[[2879,1800,59],[2880,1800,71],[3360,2100,43]]],["amd radeon pro 570","570",0,[[5120,2880,48]]],["amd radeon pro 570 opengl engine","570",0,[[5120,2880,46]]],["amd radeon pro 5700","5700",0,[[5120,2880,60]]],["amd radeon pro 5700 xt","5700",0,[[5120,2880,60]]],["amd radeon pro 570x","570",0,[[5120,2880,50]]],["amd radeon pro 575","575",0,[[4096,2304,60],[5120,2880,50]]],["amd radeon pro 575 opengl engine","575",0,[[5120,2880,48]]],["amd radeon pro 575x","575",0,[[5120,2880,56]]],["amd radeon pro 580","580",0,[[5120,2880,54]]],["amd radeon pro 580 opengl engine","580",0,[[5120,2880,50]]],["amd radeon pro 580x","580",0,[[5120,2880,52]]],["amd radeon pro duo","pro",0,[[1920,1080,234],[1800,1350,59],[3840,2160,82],[4096,2160,60]]],["amd radeon pro rx 560","560",0,[[2560,1080,60]]],["amd radeon pro ssg","pro",0,[[3440,1440,125]]],["amd radeon pro v340","340",0,[[1920,1080,112]]],["amd radeon pro v520 mxgpu","520",0,[[1920,1080,271]]],["amd radeon pro v7350x2","7350",0,[[1920,1080,60]]],["amd radeon pro vega 16","16",0,[[2879,1800,60],[3360,2100,60]]],["amd radeon pro vega 20","20",0,[[2880,1800,120],[3360,2100,121],[3840,2160,30]]],["amd radeon pro vega 48","48",0,[[5120,2880,86]]],["amd radeon pro vega 56","56",0,[[1920,1080,60],[5120,2880,60]]],["amd radeon pro vega 56 opengl engine","56",0,[[5120,2880,60]]],["amd radeon pro vega 64","64",0,[[5120,2880,60]]],["amd radeon pro vega 64 opengl engine","64",0,[[5120,2880,60]]],["amd radeon pro vega 64x","64",0,[[2560,1440,206],[4096,2304,60],[5120,2880,60]]],["amd radeon pro vega ii","proii",0,[[3840,1600,60],[5120,2880,60]]],["amd radeon pro vega ii duo","proii",0,[[2560,1440,239],[5120,2880,60]]],["amd radeon pro w5500","5500",0,[[1920,1080,195],[3840,2160,59],[7680,3240,56]]],["amd radeon pro w5500m","5500",0,[[1920,1080,60]]],["amd radeon pro w5500x","5500",0,[[1920,1200,60]]],["amd radeon pro w5700","5700",0,[[1680,1050,253],[5120,1440,120],[3840,2160,60]]],["amd radeon pro w5700x","5700",0,[[3840,2160,60]]],["amd radeon pro w6600","6600",0,[[1920,1200,60],[3840,2160,166]]],["amd radeon pro w6600m","6600",0,[[1920,1080,60]]],["amd radeon pro w6800","6800",0,[[1920,1080,60],[3840,2160,237]]],["amd radeon pro w6800x","6800",0,[[6016,3384,60]]],["amd radeon pro w6800x duo","6800",0,[[3840,1600,60],[5120,2880,45]]],["amd radeon pro w6900x","6900",0,[[3840,2160,60]]],["amd radeon pro wx","pro",0,[[2560,1080,69]]],["amd radeon pro wx 2100","2100",0,[[1280,1024,145],[1920,1080,60]]],["amd radeon pro wx 3100","3100",0,[[1919,1080,58],[1920,1080,123],[2560,1440,82]]],["amd radeon pro wx 3200","3200",0,[[2560,1440,92]]],["amd radeon pro wx 4100","4100",0,[[1920,1080,60],[1920,1200,60],[3840,2160,30],[5120,2880,18]]],["amd radeon pro wx 4130","4130",0,[[1920,1080,60],[3840,2160,30]]],["amd radeon pro wx 4150","4150",0,[[1920,1080,56],[3840,2160,37],[4096,2160,34]]],["amd radeon pro wx 5100","5100",0,[[1920,1080,60],[2560,1440,91],[3840,2160,55]]],["amd radeon pro wx 5100 opengl engine","5100",0,[[2560,1440,60]]],["amd radeon pro wx 7100","7100",0,[[1920,1080,122],[2560,1080,58],[3840,2160,60],[5120,2880,60]]],["amd radeon pro wx 7100 mobile","7100",0,[[2560,1440,60]]],["amd radeon pro wx 7100 opengl engine","7100",0,[[3840,2160,60]]],["amd radeon pro wx 8200","8200",0,[[3440,1440,124]]],["amd radeon pro wx 9100","9100",0,[[1920,1080,60],[4096,2160,101]]],["amd radeon pro wx 9100 opengl engine","9100",0,[[1920,1080,60]]],["amd radeon pro wx vega m gl","prom",0,[[3840,2160,14]]],["amd radeon pro wx3200","3200",0,[[1920,1080,55]]],["amd radeon pro wx9100","9100",0,[[2560,1440,60]]],["amd radeon r2","2",0,[[1366,768,13],[1600,900,14]]],["amd radeon r2e","2",0,[[1366,768,16],[1920,1080,45],[3840,2160,4]]],["amd radeon r3","3",0,[[1366,768,17],[1920,1080,15]]],["amd radeon r4","4",0,[[1366,768,19],[1920,1080,13]]],["amd radeon r4e","4",0,[[3840,2160,6]]],["amd radeon r5","5",0,[[1024,768,38],[1360,768,25],[1366,768,21],[1280,1024,33],[1920,1080,14],[3200,1800,7]]],["amd radeon r5 220","5",0,[[1366,768,19],[1920,1080,12]]],["amd radeon r5 230","5",0,[[1920,1080,21]]],["amd radeon r5 235","5",0,[[1920,1080,17]]],["amd radeon r5 240","5",0,[[1280,1024,34],[1920,1080,24]]],["amd radeon r5 340","5",0,[[1920,1080,27]]],["amd radeon r5 340x","5",0,[[1920,1080,31]]],["amd radeon r5 430","5",0,[[1280,1024,31],[1680,1050,54],[1920,1080,54]]],["amd radeon r5 435","5",0,[[1920,1080,30]]],["amd radeon r5 m200","5",0,[[1600,900,45],[1920,1080,20]]],["amd radeon r5 m200 / hd 8500m","5",0,[[1366,768,31],[1920,1080,24]]],["amd radeon r5 m230","5",0,[[1366,768,37]]],["amd radeon r5 m240","5",0,[[1366,768,42],[1920,1080,23]]],["amd radeon r5 m255","5",0,[[1366,768,59],[1600,900,33]]],["amd radeon r5 m315","5",0,[[1366,768,45]]],["amd radeon r5 m320","5",0,[[1920,1080,19]]],["amd radeon r5 m330","5",0,[[1366,768,27],[1920,1080,26]]],["amd radeon r5 m335","5",0,[[1366,768,55],[1920,1080,19]]],["amd radeon r5 m420","5",0,[[1366,768,49]]],["amd radeon r5 m430","5",0,[[1366,768,36],[1920,1080,20]]],["amd radeon r5 m435","5",0,[[1920,1080,41],[2560,1440,67]]],["amd radeon r5 m445","5",0,[[1920,1080,32]]],["amd radeon r5e","5",0,[[1600,768,14],[1920,1080,16]]],["amd radeon r6","6",0,[[1366,768,30],[1280,1024,23],[1920,1080,12]]],["amd radeon r6 m255dx","6",0,[[1366,768,25]]],["amd radeon r6 m340dx","6",0,[[1366,768,31],[1920,1080,15]]],["amd radeon r6e","6",0,[[3840,2160,5]]],["amd radeon r7","7",0,[[1366,768,35],[1280,1024,31],[1680,1050,39],[1920,1080,12],[1920,1200,16],[2560,1080,15],[2560,1440,21],[3840,2160,8]]],["amd radeon r7 200","7",0,[[1280,1024,45],[1920,1080,120]]],["amd radeon r7 200 series","7",0,[[1920,1080,43]]],["amd radeon r7 240","7",0,[[1920,1080,29]]],["amd radeon r7 240 + hd 8570d dual","7",0,[[1920,1080,43]]],["amd radeon r7 250","7",0,[[1920,1080,49]]],["amd radeon r7 250e","7",0,[[1920,1080,60]]],["amd radeon r7 250x","7",0,[[1920,1080,60]]],["amd radeon r7 260x","7",0,[[1920,1080,56]]],["amd radeon r7 260x/360","7",0,[[1920,1200,102]]],["amd radeon r7 350","7",0,[[1024,768,60],[1280,1024,79],[1920,1080,59]]],["amd radeon r7 350x","7",0,[[1920,1080,50]]],["amd radeon r7 360","7",0,[[1920,1048,60],[1920,1080,102]]],["amd radeon r7 360 / r9 360","7",0,[[1920,1080,60]]],["amd radeon r7 370","7",0,[[1600,900,60],[1920,1080,75]]],["amd radeon r7 370 / r9 270","7",0,[[1920,1080,74]]],["amd radeon r7 370 / r9 270x/370","7",0,[[1600,900,115],[1920,1080,60]]],["amd radeon r7 370 / r9 270x/370x","7",0,[[1920,1080,115]]],["amd radeon r7 370 series","7",0,[[1920,1080,212],[3840,2160,60]]],["amd radeon r7 430","7",0,[[1920,1080,55],[3840,2160,10]]],["amd radeon r7 450","7",0,[[1920,1080,60]]],["amd radeon r7 a360","7",0,[[1920,1080,28]]],["amd radeon r7 graphics + hd 7700 dual","7",0,[[1600,1200,72]]],["amd radeon r7 graphics + r5 340 dual","7",0,[[1920,1080,47]]],["amd radeon r7 graphics + r7 200 dual","7",0,[[1920,1080,45],[1920,1200,47]]],["amd radeon r7 graphics + r7 350 dual","7",0,[[1919,1080,60]]],["amd radeon r7 m260","7",0,[[1600,900,44],[1920,1080,13]]],["amd radeon r7 m260dx","7",0,[[1366,768,46],[1920,1080,18]]],["amd radeon r7 m260x","7",0,[[1920,1080,29]]],["amd radeon r7 m265","7",0,[[1366,768,48],[1920,1080,27]]],["amd radeon r7 m270","7",0,[[1920,1080,31],[3840,2160,10]]],["amd radeon r7 m340","7",0,[[1366,768,60],[1920,1080,32]]],["amd radeon r7 m350","7",0,[[3840,2160,12]]],["amd radeon r7 m360","7",0,[[1366,768,40],[1920,1080,22]]],["amd radeon r7 m370","7",0,[[1920,1080,24]]],["amd radeon r7 m440","7",0,[[1920,1080,39]]],["amd radeon r7 m445","7",0,[[1920,1080,36]]],["amd radeon r7 m460","7",0,[[1919,1080,24],[1920,1080,29]]],["amd radeon r7 m520","7",0,[[1919,1080,17]]],["amd radeon r7 series / hd 9000","7",0,[[1920,1080,71],[2560,1080,59]]],["amd radeon r7e","7",0,[[1024,768,41]]],["amd radeon r8 m350dx","8",0,[[1366,768,30]]],["amd radeon r8 m365dx","8",0,[[1920,1080,28]]],["amd radeon r8 m435dx","8",0,[[1920,1080,22]]],["amd radeon r8 m445dx","8",0,[[1366,768,38],[1920,1080,27]]],["amd radeon r8 m535dx","8",0,[[1366,768,55]]],["amd radeon r9","9",0,[[1920,1080,60]]],["amd radeon r9 200","9",0,[[1920,1080,60]]],["amd radeon r9 200 / hd 7900","9",0,[[1920,1080,250]]],["amd radeon r9 255","9",0,[[1600,900,52],[1920,1080,51]]],["amd radeon r9 260","9",0,[[1920,1080,16]]],["amd radeon r9 270","9",0,[[1280,1024,60],[1920,1080,60]]],["amd radeon r9 270 1024sp","9",0,[[1920,1080,135]]],["amd radeon r9 270x","9",0,[[1920,1080,30]]],["amd radeon r9 280","9",0,[[1920,1080,75],[1920,1200,428],[2560,1440,60]]],["amd radeon r9 280,","9",0,[[5120,2880,39]]],["amd radeon r9 280x","9",0,[[1920,1080,137]]],["amd radeon r9 285","9",0,[[1920,1080,60],[1920,1200,129]]],["amd radeon r9 290","9",0,[[1920,1080,60]]],["amd radeon r9 290x","9",0,[[1920,1080,60],[2560,1440,60],[3840,2160,118]]],["amd radeon r9 300","9",0,[[1920,1080,59]]],["amd radeon r9 350","9",0,[[1920,1200,63]]],["amd radeon r9 360","9",0,[[1600,900,83],[1920,1080,60],[2560,1440,59]]],["amd radeon r9 370","9",0,[[1680,1050,205],[1920,1080,60],[3840,2160,49]]],["amd radeon r9 370x","9",0,[[1920,1080,60]]],["amd radeon r9 380","9",0,[[1920,1080,41],[2560,1440,75]]],["amd radeon r9 380x","9",0,[[2560,1600,60]]],["amd radeon r9 390","9",0,[[1920,1080,60],[2560,1440,60]]],["amd radeon r9 390x","9",0,[[2560,1440,60],[3840,2160,60]]],["amd radeon r9 a375","9",0,[[1920,1080,28]]],["amd radeon r9 fury","9",0,[[1920,1080,75],[3840,2160,133]]],["amd radeon r9 fury / nano","9",0,[[1920,1200,155]]],["amd radeon r9 m200x","9",0,[[1366,768,104],[1920,1080,60]]],["amd radeon r9 m265x","9",0,[[1920,1080,33]]],["amd radeon r9 m270x","9",0,[[1600,900,60],[1920,1080,68]]],["amd radeon r9 m275","9",0,[[1920,1080,29]]],["amd radeon r9 m275x","9",0,[[1920,1080,20]]],["amd radeon r9 m280x","9",0,[[1920,1080,60],[2560,1440,25]]],["amd radeon r9 m290","9",0,[[5120,2880,33]]],["amd radeon r9 m290x","9",0,[[1920,1080,60],[3840,2160,61],[5120,2880,33]]],["amd radeon r9 m295x","9",0,[[3840,2160,33],[5120,2880,36]]],["amd radeon r9 m295x mac","9",0,[[5120,2880,42]]],["amd radeon r9 m295x mac edition / r9 380x","9",0,[[1920,1080,128]]],["amd radeon r9 m360","9",0,[[1920,1080,60],[3840,2160,26]]],["amd radeon r9 m370x","9",0,[[2560,1440,30],[2880,1800,27]]],["amd radeon r9 m370x opengl engine","9",0,[[5120,2880,14]]],["amd radeon r9 m375","9",0,[[1920,1080,29]]],["amd radeon r9 m375x","9",0,[[1920,1080,60],[3840,2160,22]]],["amd radeon r9 m380","9",0,[[1920,1080,50],[3840,2160,8],[5120,2880,9]]],["amd radeon r9 m380 opengl engine","9",0,[[5120,2880,15]]],["amd radeon r9 m385","9",0,[[1920,1080,58]]],["amd radeon r9 m385x","9",0,[[1920,1080,60]]],["amd radeon r9 m390","9",0,[[5119,2879,29],[5120,2880,21],[5760,3240,32]]],["amd radeon r9 m390 opengl engine","9",0,[[5120,2880,27]]],["amd radeon r9 m390x","9",0,[[1920,1080,140]]],["amd radeon r9 m395","9",0,[[2560,1440,59],[5120,2880,19]]],["amd radeon r9 m395 opengl engine","9",0,[[5120,2880,38]]],["amd radeon r9 m395x","9",0,[[3840,2160,58],[5120,2880,36]]],["amd radeon r9 m395x opengl engine","9",0,[[5120,2880,35]]],["amd radeon r9 m470","9",0,[[3840,2160,29]]],["amd radeon r9 m470x","9",0,[[1920,1080,60]]],["amd radeon r9-290x","9",0,[[1920,1080,60]]],["amd radeon renoir graphics d1","1",0,[[1366,768,60]]],["amd radeon rro 580x","580",0,[[5120,2880,59]]],["amd radeon rx 460","460",0,[[1920,1080,55],[2560,1080,60],[3840,2160,31]]],["amd radeon rx 460 / pro 450/455/460/555/555x/560/560x","460",0,[[3440,1440,93]]],["amd radeon rx 460 / pro 450/455/460/560","460",0,[[1920,1080,72]]],["amd radeon rx 470","470",0,[[1280,1024,73],[1920,1080,58],[1920,1200,147],[3840,2160,51]]],["amd radeon rx 470 opengl engine","470",0,[[2560,1440,60]]],["amd radeon rx 475m","475",0,[[1920,1080,60]]],["amd radeon rx 480","480",0,[[1400,1050,267],[1920,1080,60],[2560,1080,71]]],["amd radeon rx 480 opengl engine","480",0,[[1920,1080,60]]],["amd radeon rx 5300m","5300",0,[[1920,1080,60],[3840,2160,60]]],["amd radeon rx 540","540",0,[[1919,1080,52],[1920,1080,36]]],["amd radeon rx 550","550",0,[[1280,1024,135],[1920,1080,60],[1920,1200,60],[6016,3384,15]]],["amd radeon rx 550 640sp / rx 560","550",0,[[1920,1080,60]]],["amd radeon rx 5500","5500",0,[[1920,1080,139]]],["amd radeon rx 5500 / pro 5500m","5500",0,[[1920,1080,60],[2560,1440,227]]],["amd radeon rx 5500 xt","5500",0,[[1920,1080,239]]],["amd radeon rx 5500m","5500",0,[[1920,1048,144],[1920,1080,144],[3840,2160,60]]],["amd radeon rx 550x","550",0,[[1920,1080,52]]],["amd radeon rx 560","560",0,[[1920,1080,60],[1920,1200,42],[2560,1440,60]]],["amd radeon rx 560 [baffin]","560",0,[[1920,1080,60]]],["amd radeon rx 5600 oem/5600 xt / 5700 xt","5600",0,[[1920,1080,360],[2560,1440,164]]],["amd radeon rx 5600 xt","5600",0,[[1920,1080,75]]],["amd radeon rx 5600m","5600",0,[[1920,1080,144]]],["amd radeon rx 560d","560",0,[[2560,1080,60]]],["amd radeon rx 560x","560",0,[[1920,1080,115],[3840,2160,35]]],["amd radeon rx 570","570",0,[[1920,1080,60],[3072,1728,60]]],["amd radeon rx 570 opengl engine","570",0,[[1920,1080,226]]],["amd radeon rx 5700","5700",0,[[1920,1080,144]]],["amd radeon rx 5700 / 5700 xt","5700",0,[[3840,2160,201]]],["amd radeon rx 5700 xt","5700",0,[[1920,1080,464],[3840,2160,60],[6016,3384,34]]],["amd radeon rx 5700 xt 50th anniversary","5700",0,[[2560,1440,144],[3840,1600,60],[3840,2160,222],[5120,2880,60]]],["amd radeon rx 5700xt","5700",0,[[1920,1080,369]]],["amd radeon rx 580","580",0,[[1920,1080,60],[1920,1200,97],[2560,1440,60],[3840,2160,60]]],["amd radeon rx 580 2048sp","580",0,[[1920,1080,60]]],["amd radeon rx 580 opengl engine","580",0,[[1920,1080,145]]],["amd radeon rx 580 special","580",0,[[2560,1440,60]]],["amd radeon rx 580x","580",0,[[1920,1200,60],[3840,2160,79]]],["amd radeon rx 590","590",0,[[1920,1080,75],[2560,1440,164],[3584,2240,60]]],["amd radeon rx 640","640",0,[[1920,1080,39]]],["amd radeon rx 6500 xt","6500",0,[[1920,1080,60]]],["amd radeon rx 6600","6600",0,[[1920,1080,433],[3840,2160,57]]],["amd radeon rx 6600 xt","6600",0,[[1920,1080,60]]],["amd radeon rx 6600 xt/6600m","6600",0,[[2560,1440,60]]],["amd radeon rx 6600m","6600",0,[[1920,1080,139]]],["amd radeon rx 6700 xt","6700",0,[[1920,1080,451]]],["amd radeon rx 6700 xt / 6800m","6700",0,[[2560,1440,144]]],["amd radeon rx 6700m","6700",0,[[1920,1080,240]]],["amd radeon rx 6800","6800",0,[[2560,1440,564],[3840,2160,60]]],["amd radeon rx 6800 xt","6800",0,[[2560,1440,446],[3440,1440,144],[3840,2160,60]]],["amd radeon rx 6800 xt / 6900 xt","6800",0,[[2560,1440,239]]],["amd radeon rx 6800 xt 16gb","6800",0,[[6400,2666,60]]],["amd radeon rx 6800m","6800",0,[[1920,1080,300]]],["amd radeon rx 6900 xt","6900",0,[[3840,2160,60]]],["amd radeon rx rx 560","560",0,[[1920,1080,60]]],["amd radeon rx vega","rx",0,[[1920,1080,39]]],["amd radeon rx vega 10","10",0,[[1920,1080,38]]],["amd radeon rx vega 11","11",0,[[1920,1080,35]]],["amd radeon rx vega 56","56",0,[[1920,1080,144],[3440,1440,60],[3840,2160,60]]],["amd radeon rx vega 56 8gb","56",0,[[2560,1600,60]]],["amd radeon rx vega 56 opengl engine","56",0,[[2560,1440,60]]],["amd radeon rx vega 64","64",0,[[2560,1440,518]]],["amd radeon rx vega 64 8gb","64",0,[[2560,1440,60]]],["amd radeon rx vega 64 opengl engine","64",0,[[3840,2160,119]]],["amd radeon rx vega 64.1","64",0,[[6016,3384,60]]],["amd radeon rx vega 8","8",0,[[1920,1080,53]]],["amd radeon rx vega m gh","rxm",0,[[1920,1080,60],[2560,1440,60],[3840,2160,51]]],["amd radeon rx vega m gl","rxm",0,[[2560,1440,567],[3840,2160,59]]],["amd radeon rx vega11","11",0,[[2496,1664,30]]],["amd radeon rx460","460",0,[[1920,1080,60]]],["amd radeon rx480","480",0,[[1920,1080,102],[2560,1080,71]]],["amd radeon rx540","540",0,[[2400,1800,37]]],["amd radeon rx550","550",0,[[1920,1080,60]]],["amd radeon rx560","560",0,[[1920,1080,93]]],["amd radeon rx5600","5600",0,[[3840,2160,129]]],["amd radeon rx570","570",0,[[5120,2880,59]]],["amd radeon rx5700","5700",0,[[1920,1080,60]]],["amd radeon rx580","580",0,[[1920,1080,60]]],["amd radeon rx590 gme","590",0,[[1920,1080,112]]],["amd radeon rx6600xt","6600",0,[[3840,2160,60]]],["amd radeon sky 500","500",0,[[4096,2160,34]]],["amd radeon vega","",0,[[5120,2880,32]]],["amd radeon vega 10","10",0,[[1920,1080,44]]],["amd radeon vega 10 mobile","10",0,[[1920,1080,30]]],["amd radeon vega 11","11",0,[[1280,1024,60],[1920,1080,60],[3840,2160,17]]],["amd radeon vega 2","2",0,[[1366,768,30]]],["amd radeon vega 3","3",0,[[1440,900,44],[1920,1080,29],[3840,2160,8]]],["amd radeon vega 3 mobile","3",0,[[1920,1080,30]]],["amd radeon vega 56","56",0,[[2560,1440,144]]],["amd radeon vega 6","6",0,[[1366,768,61],[1920,1080,23]]],["amd radeon vega 64","64",0,[[6016,3384,35]]],["amd radeon vega 64 lc","64",0,[[2560,1080,60]]],["amd radeon vega 8","8",0,[[1920,1080,35],[2560,1440,24],[4096,2160,15]]],["amd radeon vega 8 mobile","8",0,[[1920,1080,36]]],["amd radeon vega 9","9",0,[[2496,1663,32],[2496,1664,39]]],["amd radeon vega fe","fe",0,[[1920,1080,120],[2560,1440,60]]],["amd radeon vega frontier","",0,[[1920,1080,120],[3840,2160,60]]],["amd radeon vega frontier edition opengl engine","",0,[[3440,1440,60]]],["amd radeon vega series / radeon vega mobile","",0,[[1920,1080,67]]],["amd radeon vii","vii",0,[[1920,1080,468],[2560,1440,60],[3840,2160,60]]],["amd radeont 540x","540",0,[[1920,1080,74],[3840,2160,22]]],["amd radeont rx 5300","5300",0,[[1920,1080,60]]],["amd radeont rx 5500m","5500",0,[[1920,1080,303]]],["amd radeont rx 560x","560",0,[[1920,1080,60]]],["amd saphire radeon rx 580","580",0,[[1920,1080,57]]],["amd sapphire radeon hd6870","6870",0,[[1680,1050,60]]],["amd sapphire radeon rx 560","560",0,[[1280,1024,60]]],["amd sapphire radeon rx vega 64 8gb","64",0,[[2560,1440,144]]],["intel radeon pro vega 16","16",0,[[3360,1890,20]]],["intel radeong 0.4 on amd bonaire","0",0,[[1920,1200,92]]],["intel radeong 0.4 on amd cape verde","0",0,[[1920,1200,73]]],["intel radeong 0.4 on amd polaris10","0",0,[[3840,2160,108]]],["intel radeong 0.4 on amd tonga","0",0,[[1920,1080,124]]],["radeon 500","500",0,[[1920,1080,58]]],["radeon 550","550",0,[[1920,1080,60]]],["radeon 550x","550",0,[[1920,1080,68]]],["radeon hd 7700","7700",0,[[1920,1080,60],[1920,1200,90]]],["radeon hd 7800","7800",0,[[1920,1080,60]]],["radeon hd 7900","7900",0,[[1920,1080,60],[1920,1200,60],[2560,1440,60]]],["radeon hd 8500","8500",0,[[1920,1080,42]]],["radeon hd 8790m","8790",0,[[1600,900,60]]],["radeon hd8800","8800",0,[[1920,1080,60]]],["radeon pro wx 5100 graphics (polaris10 / drm 3.27.0 / 4.19.4-1.el7.elrepo.x86_64, llvm 6.0","5100",0,[[1920,1080,60]]],["radeon pro wx3100","3100",0,[[2560,1440,1],[3840,2160,43]]],["radeon r5 340","5",0,[[1536,864,41]]],["radeon r5 m330","5",0,[[1366,768,38]]],["radeon r7 200","7",0,[[1280,1024,60],[2560,1440,52]]],["radeon r7 300","7",0,[[1920,1080,60]]],["radeon r7 m340","7",0,[[1920,1080,32]]],["radeon r7 m360","7",0,[[1920,1080,32]]],["radeon r9 200","9",0,[[1920,1080,60],[1920,1200,60],[2560,1440,1]]],["radeon r9 380","9",0,[[2560,1440,1]]],["radeon r9 390","9",0,[[1920,1080,60],[2560,1440,60]]],["radeon r9 fury","9",0,[[1920,1080,51],[1920,1920,60]]],["radeon rx","rx",0,[[1920,1200,60]]],["radeon rx 460","460",0,[[1920,1080,60],[1920,1200,60]]],["radeon rx 470","470",0,[[1280,768,60],[1680,1050,422],[1920,1080,60],[2560,1440,60]]],["radeon rx 480","480",0,[[1920,1080,60],[1920,1200,185],[2560,1440,1]]],["radeon rx 550","550",0,[[1600,900,60],[1680,1050,60],[1920,1080,1],[1920,1200,60],[2560,1080,60],[3840,2160,30]]],["radeon rx 5500 xt","5500",0,[[1920,1080,60],[1920,1200,60],[2560,1440,60],[3840,2160,19]]],["radeon rx 560","560",0,[[1600,900,60],[1920,1080,29],[1920,1200,47],[2688,1512,60],[3440,1440,60],[3840,2160,58]]],["radeon rx 5600 xt","5600",0,[[1920,1080,60]]],["radeon rx 570","570",0,[[1440,900,60],[1280,1024,60],[1920,1080,51],[1920,1200,60],[2560,1080,60],[2560,1440,37],[3440,1440,60]]],["radeon rx 5700 xt","5700",0,[[1707,960,60],[1920,1080,60],[2560,1440,55],[3840,2160,60]]],["radeon rx 580","580",0,[[1477,831,72],[1440,900,60],[1680,1050,60],[1920,1080,4],[1920,1200,60],[2560,1080,52],[2560,1440,60],[2560,1600,60],[3840,2160,1]]],["radeon rx 580 2048sp","580",0,[[1440,900,75]]],["radeon rx 590","590",0,[[1920,1080,60],[2560,1440,60],[3840,2160,30]]],["radeon rx vega","rx",0,[[1920,1080,60],[1920,1200,60],[2194,1234,60],[2560,1080,60],[2560,1440,60],[3440,1440,75],[3840,2160,60]]],["radeon rx vega 8","8",0,[[3840,2160,23]]],["radeon rx550","550",0,[[1680,1050,60],[1920,1080,60],[3440,1440,58]]],["radeon vega 8","8",0,[[1680,1050,60]]],["radeon vega frontier","",0,[[2560,1440,144]]],["radeon vii","vii",0,[[2560,1440,60],[3440,1440,60],[3840,2160,1]]],["radeong 0.4 on amd polaris10","0",0,[[3840,2160,109]]],["radeong 0.4 on amd tahiti","0",0,[[1920,1080,223]]],["ryzen embedded r1305g with radeon vega gfx","1305",0,[[3840,2160,14]]],["ryzen embedded v1605b with radeon vega gfx","1605",0,[[3840,2160,28]]]]')},921:function(e){"use strict";e.exports=JSON.parse('["4.0.8",["adreno 506","506",0,[[1512,720,18,"motorola moto g(7) play"]]],["adreno 530","530",0,[[2560,1140,27,"samsung galaxy s7 (sm-930x)"],[2392,1440,28,"google pixel xl"]]],["adreno 615","615",0,[[2088,1080,20,"google pixel 3a"]]],["adreno 618","618",0,[[2210,1080,34,"xiaomi mi 9t"]]],["adreno 620","620",0,[[2340,1080,42,"google pixel 5"]]],["adreno 630","630",0,[[2280,1080,58,"oneplus a6003"]]],["adreno 640","640",0,[[2280,1080,60,"google pixel 4"]]],["qualcomm adreno 205","205",0,[[1280,720,11,"coolpad 8675-w00 (adreno 205)"]]],["qualcomm adreno 304","304",0,[[480,320,16,"zte z353vl cymbal t"],[480,480,6,"lg watch sport"],[758,480,8,"kyocera kyf33 torque x01 s-max"],[782,480,8,"vodafone vfd 510"],[791,480,8,"acer t012"],[792,480,6,"lg k4 2017 (m151, m160, m150 phoenix 3, m153 fortune, m154 risio 2, l58vl rebel 2)"],[800,480,7,"chainway c4050-q4"],[854,480,6,"zte q302c"],[897,540,6,"kyocera c6742 hydro view"],[960,540,6,"cat s40"],[1024,552,6,"tcl 9007 pixi 3 (7)"],[1184,720,4,"micromax q4251 canvas juice a1"],[1187,720,4,"lg phoenix 2 (k37x)"],[1193,720,4,"lg x power (k210, k450)"],[1196,720,4,"obi sj2.5"],[1217,720,4,"fibo la0920"],[1224,720,4,"umax visionbook p70 lte"],[1280,720,4,"k-touch beeline fast +"],[1280,736,4,"alcatel 9022x one touch pixi 3 8.0"],[1280,752,4,"lenovo tab 10 (x103f)"]]],["qualcomm adreno 305","305",0,[[432,320,18,"sonim xp6700"],[480,320,16,"lg t480s wine smart 3g"],[400,400,0,"huawei watch"],[734,480,7,"lg l fino (d290, d295)"],[737,480,7,"acer liquid z220"],[790,480,8,"htc desire 510 (adreno 305)"],[791,480,7,"sony xperia m (c19xx, c20xx)"],[800,480,5,"cherry mobile q510"],[854,480,6,"alcatel a564c one touch pop icon"],[886,540,7,"lg g2 mini (d610, d618, d620)"],[896,540,7,"htc desire 610"],[897,540,5,"motorola xt830c moto e"],[960,540,4,"huawei c8817l"],[1024,528,5,"aurora au701"],[1024,552,4,"asus zenfone go 6.9 (l001 zb690kg)"],[982,600,4,"huawei mediapad 7 youth 2"],[1024,600,7,"samsung galaxy tab 3 7.0 (sm-t215, sm-t217)"],[1024,720,4,"ereneben eben a2"],[1024,722,5,"prestigio pmt5287 multipad ranger 8.0 4g"],[1280,648,5,"tomtom bridge"],[1184,720,5,"htc desire 650 (d650)"],[1188,720,4,"lg aka (h778, h788, f520x)"],[1196,720,3,"zte z787"],[1200,720,4,"lg g vista (d631, vs880, gx2 f430)"],[1216,720,4,"vodafone smart 4 max"],[1217,720,4,"kyocera e6790 duraforce xd"],[1220,720,4,"huawei ascend mate 2 mt2-l03"],[1196,768,4,"infocus m2"],[1280,720,3,"zuum p47"],[1280,732,4,"lg g pad 7.0 (uk410, v410, vk410)"],[1280,736,4,"zte amazing p6"],[1280,737,4,"asus memo pad hd 7 (k00s me175kg)"],[1280,739,4,"lg g pad 8.0 (v480, v49x, p490, t01)"],[1280,740,4,"qualcomm msm8926 (adreno 305, development board)"],[1280,752,4,"asus padfone e (t008 a68m)"],[1216,800,3,"huawei mediapad t1 8.0 (adreno 305)"],[1280,800,3,"samsung tn10gedlte"],[1920,1080,2,"zte s2002 star 1"],[1920,1128,2,"lenovo b8080"]]],["qualcomm adreno 306","306",0,[[734,480,9,"lg f60 (d390, d392)"],[790,480,8,"htc desire 510 (adreno 306)"],[791,480,5,"lg l21g destiny"],[800,480,8,"covia fleaz cp-l42a pop"],[854,480,8,"freetel ft151a priori2 lte"],[897,540,7,"kyocera c6740 hydro wave"],[960,540,5,"blu studio mini lte 2"],[1024,552,6,"tcl 9006w"],[1024,600,5,"samsung sm-t116ir (adreno 306)"],[1024,720,5,"ereneben eben k8s"],[1024,768,5,"samsung sm-p350 galaxy tab a plus"],[1184,720,4,"lg x screen (k500, f650)"],[1188,720,4,"lg band play (f570s)"],[1196,720,4,"fly a5042"],[1199,720,4,"lg stylus 2 (f720, k520, k540, ls775 g stylo 2, l82vl)"],[1200,720,4,"lg g4 stylus (h63x, ms631, f560, ls770 g stylo)"],[1208,720,4,"vizio xr6m10 tablet remote"],[1217,720,4,"lenovo pb1-750x phab"],[1224,720,4,"c spire ft7"],[1280,720,3,"bgh joy smart axs ii"],[1280,736,4,"vodafone smart tab 4g"],[1280,752,4,"huawei mediapad t1 10 (t1-a21)"],[1216,800,4,"huawei mediapad t1 8.0 pro, lte (adreno 306)"],[1280,800,4,"samsung galaxy tab e 8.0 (adreno 306, sm-t377p)"],[1794,1080,2,"bluebird sf550"],[1815,1080,2,"vizio xr6"],[1920,1080,2,"longcheer cc01"]]],["qualcomm adreno 308","308",0,[[800,480,13,"samsung galaxy folder 2 (sm-g160x)"],[854,480,12,"coolpad 3632"],[960,540,10,"samsung sm-j250g"],[1184,720,5,"infocus 00ww"],[1187,720,6,"lg m200"],[1193,720,6,"lg k20 plus (mp260, k20 v vs501)"],[1195,720,6,"lg x charge (x power 2, m322, l63bl fiesta)"],[1199,720,6,"lg stylo 3 (l83bl)"],[1280,720,6,"hisense f23"],[1280,736,6,"lenovo tb-8504"],[1280,752,6,"lenovo tb-x304"],[1344,720,6,"wiko view"],[1223,800,6,"huawei mediapad t3 8.0 (kob-xxx)"],[1368,720,6,"casper via g1"],[1280,800,6,"samsung galaxy tab a2 s (sm-t380, sm-t385)"]]],["qualcomm adreno 320","320",0,[[1196,720,11,"pantech im-a850 vega r3"],[1196,768,10,"google nexus 4 (lg e960)"],[1280,720,8,"blackberry z30"],[1280,752,8,"asus memo pad 10 (k01e me103k)"],[1280,768,10,"lg optimus g (e97x, ls970, e987, f180, kddi lgl21)"],[1920,1008,5,"technicolor px36"],[1794,1080,5,"sony xperia z (c66xx, so-02e, l36x)"],[1848,1080,5,"pantech im-a860 vega n6"],[1920,1080,5,"zte nubia z5 (nx501, nx50x)"],[1920,1104,5,"google nexus 7 (2nd gen, razor)"],[1920,1114,4,"lg g pad 8.3 (vk810 4g)"],[1920,1128,5,"sony xperia tablet z (sgp3xx, so-03e)"]]],["qualcomm adreno 330","330",0,[[800,480,18,"samsung sm-w2014"],[1184,720,27,"sony so-04g xperia a4"],[1196,720,21,"sony xperia j1 compact (d5788)"],[1202,720,21,"lg g flex (d95x, ls995, lgl23, f340)"],[1280,720,20,"amazon fire phone (sd4930ur)"],[1280,768,21,"samsung sm-w2015 galaxy golden 2"],[1280,960,14,"lg f300 optimus vu 3"],[1600,1152,15,"hp pro slate 12"],[1440,1308,10,"blackberry passport"],[1776,1080,11,"google nexus 5"],[1788,1080,11,"lg g3 a f410"],[1794,1080,10,"fujitsu f-01f arrows nx luge (docomo)"],[1803,1080,11,"lg g pro 2 (d838, f350)"],[1836,1080,11,"sony xperia z ultra (c68xx, xl39h, sol24, sgp412)"],[1920,1080,9,"qualcomm quanta is7"],[1920,1104,12,"ntt docomo sh-06f sharp aquos pad"],[1920,1128,12,"sony xperia z2 tablet (sgp5xx, so-05f, sot21)"],[1920,1129,10,"lg g pad ii (v935, v940 prada 3.0, v930 g pad x 10.1, uk932)"],[1920,1200,9,"amazon kindle fire hdx 7 (3rd gen, kfthwa, kfthwi)"],[2048,1440,8,"hp red"],[2392,1440,8,"fujitsu f-02g arrows nx (docomo)"],[2400,1440,6,"iuni u3"],[2560,1440,7,"vivo x520l xplay 3s"],[2560,1504,7,"ntt docomo f-03g (fujitsu arrows tab)"],[2560,1600,5,"samsung sm-t525 galaxy tab pro 10.1"]]],["qualcomm adreno 405","405",0,[[1184,720,13,"lyf ls-5015 water 8"],[1196,720,10,"alcatel 6044 one touch pop up"],[1200,720,12,"oppo a53"],[1280,720,8,"hisense c1"],[1280,736,10,"asus zenpad 8 (adreno 405, p024 z380kl)"],[1776,1080,7,"lyf ls-5505"],[1794,1080,6,"medion life x5020"],[1798,1080,7,"lg h740 g vista 2"],[1800,1080,6,"oppo r7s plus"],[1803,1080,6,"oppo r7 plus (adreno 405)"],[1812,1080,6,"ramos mos1"],[1824,1080,6,"vargo ivargo v210101"],[1836,1080,6,"lenovo pb1-770m everypad3"],[1920,1080,2,"smartisan yq607 jianguo"],[1920,1104,5,"lg vk815 g pad x8.3, p815l g pad ii 8.3"],[1920,1111,6,"lg g pad x 8.0 (v52x)"],[1794,1200,5,"qisda f80"],[1920,1128,5,"huawei mediapad t2 10.0 pro (fdr-xxx)"],[1830,1200,6,"huawei mediapad x3 (ple-xxx)"],[1836,1200,6,"huawei mediapad t2 8.0 pro (jdn-xxx)"]]],["qualcomm adreno 418","418",0,[[1280,768,28,"samsung sm-g9198"],[1776,1080,17,"sharp sh-m03 aquos mini"],[1794,1080,15,"softbank 502sh (sharp aquos xx2)"],[1920,1080,11,"smartisan t2 (sm801)"],[2368,1440,10,"fujitsu f-02h arrows nx (docomo)"],[2392,1440,10,"lg k600"],[2413,1440,10,"motorola moto x style, pure (xt1570, xt1572, xt1575)"],[2560,1440,9,"qiku q terra (8692-a00)"],[2560,1504,9,"ntt docomo f-04h arrows tab"]]],["qualcomm adreno 420","420",0,[[1280,720,32,"odg r7-w"],[1920,1080,20,"samsung galaxy s5 (adreno 420, sm-g901)"],[2392,1440,13,"lg g3 (adreno 420, f460)"],[2560,1352,7,"qualcomm apq8084 (adreno 420, development board)"],[2413,1440,12,"motorola moto x pro"],[2560,1440,8,"qualcomm liquid (adreno 420, windows, development board)"],[2560,1532,12,"samsung galaxy note edge (adreno 420, sm-n915x, scl24, sc-01g)"],[2560,1600,11,"amazon kindle fire hdx 8.9 (4th gen, kfsawa, kfsawi)"]]],["qualcomm adreno 430","430",0,[[1184,720,53,"sony xperia z5 compact (e58xx, so-02h)"],[1280,720,18,"zebra technologies mtp8994"],[1776,1080,29,"sony xperia z5 (e66xx, so-01h, sov32, 501so)"],[1794,1080,19,"vertu signature touch (2015)"],[1920,1080,9,"nokia rm-1106"],[1920,1104,21,"ntt docomo sh-05g sharp aquos pad"],[2392,1440,11,"sony e6508 vzw xperia z4v"],[2413,1440,17,"sirin labs solarin"],[2560,1440,7,"microsoft rm-1105"],[2560,1504,16,"sony xperia z4 tablet (sgp7xx, so-05g, sot31)"]]],["qualcomm adreno 505","505",0,[[728,480,29,"zebra technologies tc25"],[1184,720,15,"ivvi i3-01"],[1196,720,15,"huawei honor 6c (dig-xxx)"],[1199,720,14,"lg stylus 2 plus (ms550, k550)"],[1280,720,14,"xiaomi land"],[1344,720,14,"wiko view prime"],[1368,720,13,"micromax hs3"],[1776,1080,7,"hisense a2"],[1787,1080,7,"lg qua phone px (lgv33)"],[1794,1080,7,"pantech im-100 vega"],[1798,1080,8,"lg stylo 3 plus (tp450, mp450, m470)"],[1802,1080,7,"lg k11 (k530, k535)"],[1812,1080,7,"sugar f11"],[1920,1080,6,"lg x venture (h700, m710)"],[1920,1111,6,"lg g pad x ii 8.0 plus (v530)"],[2004,1080,7,"lg q6 (m700, x600)"],[1920,1128,7,"vodafone vfd 1400"],[1920,1132,7,"huawei mediapad t3 lite 10 (bah-xxx)"],[1839,1200,7,"huawei mediapad m3 lite 8.0 (cpn-xxx)"]]],["qualcomm adreno 506","506",0,[[1184,720,20,"fujitsu f-04j docomo"],[1280,720,20,"samsung galaxy j7 2017 (adreno 506, sm-j727x)"],[1320,720,18,"xiaomi redmi 5"],[1356,720,18,"vivo v7 plus (1716)"],[1620,1080,11,"blackberry bbb100-x (keyone, mercury)"],[1776,1080,10,"condor plume h1"],[1788,1080,10,"huawei nova (caz-xxx)"],[1794,1080,10,"nuans neo reloaded"],[1920,1080,9,"blackberry bbd100"],[1920,1104,9,"nec lavietab pc-ts508fam"],[1980,1080,10,"xiaomi redmi 5 plus"],[1920,1128,9,"zte k92 primetime"],[1920,1132,9,"vestel v tab 1090 lte"],[1920,1200,9,"i.safe is910.1"]]],["qualcomm adreno 508","508",0,[[1776,1080,15,"sonim xp8812"],[1798,1080,15,"sharp fs8010"],[1920,1080,14,"htc u11 life"],[2009,1080,14,"vestel venus z20"]]],["qualcomm adreno 509","509",0,[[2159,1080,15,"asus zenfone 5"]]],["qualcomm adreno 510","510",0,[[1184,720,31,"zebra technologies tc51"],[1208,800,27,"askey turbonet tn800a1 turbotab e1"],[1366,720,29,"sony xperia touch (g1109)"],[1776,1080,13,"agm x2"],[1794,1080,14,"qualcomm msm8952 (adreno 510, development board)"],[1920,1080,14,"coolpad r116 cool1"],[2048,1440,11,"asus zenpad 3 8.0 (p008 z581kl)"],[2160,1440,10,"jide remix pro"],[2048,1536,11,"asus zenpad z10 (p00i zt500kl)"],[2368,1440,10,"vodafone vfd 900"],[2392,1440,10,"sharp aquos z3 (fs8009)"],[2413,1440,9,"infocus m820"],[2560,1440,9,"vivo pd1522a"],[2560,1504,9,"lenovo yoga tab3 plus (yt-x703)"]]],["qualcomm adreno 512","512",0,[[782,480,59,"honeywell cn80"],[1798,1080,23,"sharp fs8016"],[1920,1080,22,"vivo td1608"],[2016,1080,22,"oppo r11s"],[2034,1080,22,"vivo x20a"],[2151,1080,20,"xiaomi redmi note 7"]]],["qualcomm adreno 530","530",0,[[1600,900,56,"keecker keecker"],[1776,1080,43,"softbank 506sh (sharp aquos phone xx3)"],[1794,1080,49,"google pixel"],[1920,1024,47,"contextmedia p-wal-107-elc-03"],[1920,1080,26,"nokia 6071w"],[2048,1536,35,"samsung galaxy tab s3 (sm-t82x)"],[2368,1440,27,"motorola xt1650 (1.8 ghz)"],[2392,1440,21,"lg q8 (h970, x800l)"],[2416,1440,31,"alcatel 6076s"],[2560,1439,17,"hp elite x3"],[2560,1440,4,"hp falcon"],[2672,1440,30,"lg g6 (g600, us997, ls993, vs988, h87x)"],[2880,1440,26,"baofeng ke-01"],[3840,2076,15,"via vt6093"]]],["qualcomm adreno 540","540",0,[[1184,720,61,"sony xperia xz1 compact (g8441)"],[1776,1080,57,"sony xperia xz1 (g834x, sov36, so-01k, 701so)"],[1794,1080,57,"google pixel 2 (walleye)"],[1920,1080,56,"zte nx595j nubia"],[1980,1080,56,"xiaomi mi mix 2"],[2034,1080,55,"oneplus 5t (a5010)"],[2276,1312,43,"essential ph-1"],[2368,1440,39,"sharp aquos r (sh-03j, shv39, 605sh)"],[2392,1440,41,"qualcomm adreno 540 (development board)"],[2416,1440,40,"razer phone"],[2560,1440,36,"htc u11 (u-3x, 2pzc100, 2pzc5, htv33, 601ht)"],[2678,1440,35,"samsung galaxy s8 active (sm-g892)"],[2768,1440,33,"samsung galaxy s8+ (adreno 540, sm-g955x, sc-03j, scv35)"],[2960,1440,33,"samsung galaxy note 8 (adreno 540, sm-n950, sc-01k, scv37)"]]],["qualcomm adreno 615","615",0,[[2560,1492,18,"samsung galaxy tab s5e sm-t720"]]],["qualcomm adreno 616","616",0,[[2047,1080,30,"meizu x8"]]],["qualcomm adreno 618","618",0,[[2183,1080,38,"samsung galaxy a71 (sm-a715f)"],[2274,1080,37,"samsung galaxy a80 sm-a805f"]]],["qualcomm adreno 630","630",0,[[2792,1440,49,"samsung galaxy s9+ (adreno 630, sm-g965)"]]],["qualcomm adreno 640","640",0,[[2020,1080,60,"samsung galaxy s10e (adreno 640, sm-g970x)"],[2064,1080,60,"samsung galaxy note 10 (adreno 640, sm-n970x)"],[2181,1080,60,"samsung galaxy s10 lite"],[2198,1080,60,"samsung galaxy a90 5g"],[2210,1080,79,"xiaomi redmi k20 pro premium edition"],[2048,1410,59,"samsung galaxy fold 5g (adreno 640, sm-f900x)"],[2723,1440,55,"samsung galaxy s10 (adreno 640, sm-g973x)"],[2730,1440,56,"samsung galaxy s10+ (adreno 640, sm-g975x)"],[2759,1440,56,"samsung galaxy note 10+ (adreno 640, sm-n975x)"],[2901,1440,55,"samsung galaxy s10 5g (adreno 640, sm-g977x)"]]],["qualcomm adreno 650","650",0,[[2274,1080,90,"asus zenfone 7"],[3101,1387,50,"samsung galaxy s20 ultra 5g (sm-g988u1)"]]]]')},535:function(e){"use strict";e.exports=JSON.parse('["4.0.8",["apple a10 gpu","10",0,[[2048,1536,41,"apple ipad (6th gen)"],[2160,1620,36,"apple ipad (10.2-inch) (7th generation)"]]],["apple a10x gpu","10",0,[[2048,1536,59,"apple ipad pro (10.5-inch)"],[2224,1668,69,"apple ipad pro (10.5-inch)"],[2732,2048,46,"apple ipad pro (12.9-inch, 2nd gen)"]]],["apple a12 gpu","12",0,[[2048,1536,60,"apple ipad mini (2019)"]]],["apple a12x gpu","12",0,[[2224,1668,116,"apple ipad pro (11-inch)"],[2388,1668,115,"apple ipad pro (11-inch)"],[2732,2048,60,"apple ipad pro (12.9-inch) (3rd generation)"]]],["apple a12z gpu","12",0,[[2388,1668,115,"apple ipad pro (11-inch) (2nd generation)"],[2732,2048,60,"apple ipad pro (12.9 inch) (4th generation)"]]],["apple a13 gpu","13",0,[[2160,1620,59,"apple ipad 9th gen"]]],["apple a14 gpu","14",0,[[2388,1668,52,"apple ipad air 4th gen (wi-fi only)"]]],["apple a15 gpu","15",0,[[2388,1668,60,"apple ipad mini (6th gen)"]]],["apple a7 gpu","7",0,[[2048,1536,10,"apple ipad mini 3"]]],["apple a8 gpu","8",0,[[2048,1536,16,"apple ipad mini 4"]]],["apple a8x gpu","8",0,[[2048,1536,30,"apple ipad air 2"]]],["apple a9 gpu","9",0,[[2048,1536,29,"apple ipad 9.7 (5th gen)"]]],["apple a9x gpu","9",0,[[2048,1536,40,"apple ipad pro 9.7"],[2732,2048,35,"apple ipad pro"]]],["apple m1 gpu","1",0,[[2732,2048,60,"apple ipad pro (12.9-inch) (5th generation)"]]]]')},438:function(e){"use strict";e.exports=JSON.parse('["4.0.8",["apple a10 gpu","10",0,[[1334,750,104,"apple iphone 7"],[1920,1080,60,"apple iphone 7 plus"],[2001,1125,59,"apple iphone x"]]],["apple a11 gpu","11",0,[[1334,750,64,"apple iphone 8"],[1920,1080,78,"apple iphone 8 plus"]]],["apple a12 gpu","12",0,[[1792,828,60,"apple iphone xr"],[2436,1125,57,"apple iphone xs"],[2208,1242,60,"apple iphone xs max"]]],["apple a13 gpu","13",0,[[1334,750,60,"apple iphone se (2nd gen)"],[1792,828,61,"apple iphone 11"],[2436,1125,60,"apple iphone 11 pro"],[2688,1242,61,"apple iphone 11 pro max"]]],["apple a14 gpu","14",0,[[2338,1080,60,"apple iphone 12 mini"],[2436,1125,60,"apple iphone 12"],[2778,1284,60,"apple iphone 12 pro max"]]],["apple a15 gpu","15",0,[[2338,1080,60,"apple iphone 13 mini"],[2436,1125,60,"apple iphone 13 pro"],[2688,1242,60,"apple iphone 13 pro max"]]],["apple a7 gpu","7",0,[[1136,640,32,"apple iphone 5s"]]],["apple a8 gpu","8",0,[[1136,640,40,"apple ipod touch 6"],[1334,750,36,"apple iphone 6"],[1920,1080,21,"apple iphone 6 plus"]]],["apple a9 gpu","9",0,[[1136,640,90,"apple iphone se"],[1334,750,72,"apple iphone 6s"],[1920,1080,42,"apple iphone 6s plus"]]]]')},283:function(e){"use strict";e.exports=JSON.parse('["4.0.8",["intel intel hd graphics for atom x5","5",0,[[1024,600,35,"amazon aeokn"],[1024,720,13,"arbor venus 8"],[1217,720,23,"gole gole1"],[1280,736,27,"medion p850x"],[1360,704,15,"chuwi hibox hero mini pc"],[1280,752,21,"tetratab casebook 3"],[1280,759,28,"lenovo yoga a12 (yb-q501f)"],[1366,720,19,"nextbook nx16a11264 ares 11 (x5-z8300)"],[1920,996,20,"teclast x16 pro"],[1920,1008,12,"teclast tbook 16 pro"],[1920,1016,13,"teclast x16 plus"],[1920,1104,13,"medion p851x"],[1920,1116,13,"teclast x80 pro (x5-z8350)"],[1920,1128,8,"cube technology i12-y"],[1920,1133,9,"cube technology i1-tfp (x5-z8350)"],[1920,1134,11,"microtech e-tab pro lte"],[1920,1136,14,"cube technology iwork 10 ultimate (i15-t)"],[1920,1214,10,"chuwi cw-hi10 plus (x5-z8350)"],[2048,1440,8,"teclast x98 plus"],[2160,1368,10,"chuwi hi12 (x5-z8350)"],[2048,1452,10,"teclast x98 plus ii"],[2048,1536,14,"xiaomi mi pad 2"],[2560,1356,7,"baofeng a1"],[2560,1504,6,"chuwi hibook pro (z8350)"],[2560,1518,11,"lenovo yt3-x90 yoga tablet 3 pro (x5-z8550)"]]],["intel intel hd graphics for baytrail","hdfor",0,[[1024,552,13,"multilaser intel 7qc"],[1024,696,17,"thundersoft dual os tablet"],[1024,720,15,"airis onepad 785i"],[1184,720,18,"trimble tdc500"],[1280,736,12,"acer a1-840"],[1280,752,9,"imuz mupad win 10.1 ii"],[1366,720,13,"nextbook nxa116qc164"],[1366,724,10,"cube technology i10 remix"],[1440,1008,12,"teclast x89 kindow"],[1920,1008,8,"minix neo z64"],[1920,1014,9,"cube technology i7 cx remix"],[1920,1032,11,"hp slate 17"],[1920,1104,5,"jltd d630"],[1920,1128,6,"intel(r) e1008"],[1920,1133,9,"pipo w3f"],[2048,1440,6,"kruger & matz eagle 975 (km0975)"],[2048,1448,6,"jide e-tab 3g"],[2048,1464,6,"reeder a10ix air"],[2560,1344,7,"lenovo yoga tablet 2 pro-1380"],[2560,1504,5,"teclast x10hd 3g"]]],["intel mesa dri intel bay trail","dribay",0,[[1366,768,15,"google chromebook pixel (2015, n2830)"]]],["intel mesa dri intel hd","drihd",0,[[688,412,39,"hp chromebook x360 11 g1 ee"],[960,568,36,"google chromebook pixel (2015, n3450)"],[1024,561,28,"aaeon up-cht01 up board"],[1024,736,33,"google chromebook reef (n3350)"]]],["intel mesa dri intel hd graphics 400","400",0,[[688,412,41,"asus c202sa chromebook"],[768,431,45,"hp chromebook 11 g5"],[960,568,25,"acer chromebook r11 (n3050)"],[1366,768,19,"samsung chromebook 3"],[1536,832,25,"google chromebook r11 (n3160)"],[1920,1080,17,"acer chromebook 14"]]],["intel mesa dri intel hd graphics 510","510",0,[[690,378,53,"hp chromebook chell"],[688,412,60,"acer chromebook 14 for work"]]],["intel mesa dri intel hd graphics 515","515",0,[[1033,617,56,"samsung chromebook pro (m7-6y75, caroline)"],[1536,1088,32,"google chromebook pixel (2015, m3-6y30)"],[1920,980,32,"asus c302 chromebook flip"],[2400,1504,22,"samsung chromebook pro (caroline)"],[3200,1640,12,"google chromebook pixel (2015, 4405y)"]]],["intel mesa dri intel hd graphics 520","520",0,[[700,412,60,"acer chromebook 14 for work (i3-6100u)"]]],["intel mesa dri intel hd graphics 5500","5500",0,[[1080,575,59,"google chromebook pixel (2015, i3-5005u)"],[1920,1000,30,"google chromebook pixel (2015, i5-5300u)"],[2560,1700,14,"google chromebook pixel (2015, i5-5200u)"]]],["intel mesa dri intel hd graphics 615","615",0,[[1034,618,55,"google soraka (4415y)"],[1200,720,34,"google poppy (4410y, kabylake)"],[2400,1504,21,"google chromebook eve (i5-7y54)"]]],["intel mesa dri intel kabylake gt2","2",0,[[960,568,38,"google chromebook pixel (2015, m3-7y30)"]]]]')},327:function(e){"use strict";e.exports=JSON.parse('["4.0.8",["arm mali-t604 mp4","604",0,[[2560,1504,4,"google nexus 10"]]],["arm mali-t622","622",0,[[1024,564,12,"telechips tcc896x (quad core, development board)"],[1280,720,7,"leadcore l1860 (mali-t622, development board)"]]],["arm mali-t624","624",0,[[1794,1080,7,"huawei grace"],[1812,1080,6,"huawei abc-ul00"],[1830,1080,10,"huawei p8 max (dav-70x)"],[1920,1080,4,"sony amai vp9"],[1920,1104,9,"huawei dtab compact d-02h (docomo)"],[1920,1128,8,"huawei dtab d-01h (docomo)"],[1824,1200,9,"huawei mediapad m2 (m2-80xx)"],[1830,1200,9,"huawei mediapad x2 (gem-701l, gem-702l, gem-703l)"]]],["arm mali-t624 mp2","624",0,[[1280,720,5,"samsung sm-g910f (mali-t624)"]]],["arm mali-t624 mp4","624",0,[[1794,1080,9,"huawei z100"]]],["arm mali-t628","628",0,[[1024,600,30,"thinkware inavi davinci"],[2560,1536,8,"meizu mx4 pro"]]],["arm mali-t628 mp2","628",0,[[1280,720,8,"leadcore l1860 (development board)"]]],["arm mali-t628 mp6","628",0,[[800,480,35,"gen2wave rp1600"],[1280,672,14,"hardkernel odroid-xu3 (development board)"],[1280,720,26,"samsung galaxy alpha (mali-t628, sm-g850)"],[1920,1080,11,"samsung galaxy note iii (mali-t628, sm-n900, sm-n9000q)"],[2560,1600,3,"samsung sm-t520 galaxy tab 10.1"]]],["arm mali-t720","720",0,[[432,240,16,"unihertz jelly pro"],[782,480,8,"mobiistar lai zoro"],[784,480,8,"lg k3 (k100)"],[791,480,6,"i-mobile i-style 812 4g"],[800,480,4,"lava iris 550"],[854,480,3,"verykool sl5009 jet"],[897,540,5,"bluboo xfire"],[960,540,3,"siswoo a5 chocolate"],[1024,552,4,"bb-mobile tq763i techno 7.0 lte"],[1024,714,9,"bluedot bnt-791 (2g)"],[1024,720,3,"zte e8qp"],[1280,624,10,"panasonic p55 novo 4g"],[1280,648,4,"tcl 9025"],[1280,656,7,"acer a1-734 iconia talk s"],[1184,720,4,"lenovo xt1700, xt1706, k10a40"],[1187,720,7,"lg k8 (k350)"],[1189,720,5,"ark impulse p2"],[1193,720,7,"lg x power (k220, f750)"],[1196,720,2,"dtac phone m2"],[1198,720,5,"dtac phone t3"],[1205,720,7,"firefly aurii passion"],[1206,720,4,"archos 50 power"],[1208,720,3,"advan i7 plus"],[1217,720,7,"energy sistem energy phone max 2+"],[1238,720,9,"vnpt technology vivas lotus s3 lte"],[1280,720,2,"archos bush spira c2 5"],[1280,736,2,"digma cs1062ml citi 1903 4g"],[1280,737,3,"waywalkers t805g"],[1280,740,3,"casper via l8"],[1280,746,3,"philips tle821l e line 4g"],[1280,752,3,"4good light at200"],[1280,755,7,"leotec letab1020 supernova qi32"],[1356,720,8,"xiaolajiao la-v11"],[1360,720,7,"tecno in5"],[1368,720,7,"tinno p100"],[1280,800,4,"samsung galaxy tab e 8.0 (sm-t375x, sm-t377x)"],[1920,936,4,"panasonic eluga note"],[1920,996,4,"cube technology u83 iplay10"],[1776,1080,4,"fly fs522 cirrus 14"],[1787,1080,5,"lg x cam (k580, f690)"],[1920,1008,6,"alcatel one touch xess (p17aa)"],[1794,1080,3,"ramos mos 1 max"],[1800,1080,4,"archos sense 55 s"],[1815,1080,4,"archos diamond plus"],[1920,1032,5,"virgin media tellytablet"],[1920,1080,2,"infocus m640"],[1920,1104,4,"vestel v tab 7030"],[1920,1116,4,"jty q101"],[1920,1128,2,"archos 80 oxygen"],[2009,1080,4,"tcl 5099"],[1920,1136,4,"asus zenpad 10 (p028 z301m)"]]],["arm mali-t760","760",0,[[854,480,14,"aux t6200l"],[897,540,13,"sony xperia e4g (e20xx)"],[960,540,12,"gionee v381"],[960,568,24,"asus c100pa chromebook flip"],[1024,552,12,"archos 70 helium"],[1024,720,10,"wiz t-8168"],[1188,720,9,"lg h520 magna, h522 prime plus"],[1196,720,9,"acer s57 liquid jade z"],[1280,720,8,"dunetek vitamin a"],[1280,736,8,"archos 80b helium"],[1280,752,8,"frael m10g 4g"],[1280,768,8,"meizu m1"],[1794,1080,6,"sugar 2 ss136 l8560"],[1920,1032,9,"qbic bxp-300 box pc"],[1920,1080,4,"byxpress mphone xone"],[1920,1104,6,"cube technology t7"],[1920,1128,5,"nec lavietab pc-te510bal"],[2048,1440,3,"teclast p98 4g"],[2560,1440,10,"samsung galaxy note 4 (mali-t760, sm-n910x, sm-n916)"]]],["arm mali-t760 mp6","760",0,[[1920,1080,17,"samsung galaxy a8 (mali-t760, sm-a800x, scv32)"],[2048,1536,12,"samsung galaxy tab s 2 8.0 (sm-t710, sm-t715)"],[2560,1532,10,"samsung galaxy note edge (mali-t760, sm-n915x)"],[2560,1600,10,"samsung galaxy tab s 10.5 (mali-t760, sm-t805s)"]]],["arm mali-t760 mp8","760",0,[[1280,768,42,"samsung sm-w2016"],[1920,1080,25,"meizu niux"],[2160,1200,17,"idealens k2"],[2560,1440,12,"le xiang deepoon m2 vr"],[2560,1504,15,"bungbungame kalos 2"]]],["arm mali-t764","764",0,[[1024,600,19,"gpd q9"],[1280,720,15,"gpd xd"],[1280,752,13,"kruger & matz 1064.1g eagle"],[1280,800,13,"pipo p7"],[1920,1008,6,"rockchip mk809 4k tv stick"],[1920,1010,8,"pipo p7 hd"],[1920,1020,5,"rockchip mk903v mini tv"],[1920,1032,7,"acooo oneboard pro+"],[1872,1080,7,"contextmedia wallboard 32 tablet (p-wal-106-yit-01)"],[1920,1080,7,"rockchip cs4k tv box"],[1920,1128,7,"archos 101 oxygen"],[2048,1437,5,"haier pad 971"],[2048,1440,5,"hisense f5281 vidaa pad"],[2560,1504,4,"teclast p90hd"]]],["arm mali-t820","820",0,[[1344,720,5,"lenovo k320t"],[1776,1080,6,"leagoo t5c"],[1920,1008,7,"probox2 ava tv box"],[1920,1080,4,"skyworth coocaa 5s32 n2"]]],["arm mali-t830","830",0,[[1280,720,9,"samsung galaxy on7 (mali-t830, sm-g600x)"],[1280,800,9,"samsung sm-t536 (mali-t830)"],[1776,1080,9,"huawei p10 lite (was-xxx)"],[1794,1080,9,"huawei honor 6x (bln-xxx)"],[1920,1080,5,"samsung galaxy on7 prime 2018 (sm-g611)"],[2033,1080,8,"huawei p smart (fig-xxx)"],[2040,1080,9,"huawei maimang 6 (rne-xxx)"],[1920,1200,5,"samsung galaxy tab a 10.1 (sm-t580, sm-t585)"]]],["arm mali-t860","860",0,[[1184,720,8,"tcl a626"],[1196,720,8,"green orange go t2"],[1280,720,14,"htc one a9s"],[1920,1024,17,"hardkernel odroid-n1 (development board)"],[1920,1032,16,"contextmedia p-wal-108-elc-02"],[1920,1080,7,"htc u play (u-2u)"],[1920,1116,15,"imuz revolution a8"],[1920,1128,15,"rockchip rk3399 (development board)"],[2400,1440,10,"samsung chromebook plus (kevin)"]]],["arm mali-t860 mp2","860",0,[[598,480,25,"cipherlab 9700a"],[1184,720,11,"vernee m5"],[1193,720,11,"lg x power 2 (u+, x500, m-x320, m320)"],[1196,720,11,"lava z25"],[1199,720,11,"lg stylus 3 (m400)"],[1212,720,11,"meeg 306"],[1280,720,10,"oppo r66"],[1336,720,13,"asus pegasus 4s (x018d zb570tl)"],[1344,720,13,"allview x4 soul infinity n"],[1776,1080,7,"benq f55"],[1794,1080,6,"alcatel 7070"],[1798,1080,7,"energy sistem energy phone pro 3"],[1806,1080,8,"tecno phantom 6"],[1807,1080,7,"covia fleaz cp-j55a g07"],[1810,1080,8,"archos 55 diamond 2 plus"],[1920,1080,4,"advan vandroid i55c"],[2004,1080,7,"asus zenfone max plus m1 (x018d zb570tl)"],[1920,1128,7,"verizon qtaxia1"]]],["arm mali-t880","880",0,[[1184,720,22,"doogee mix"],[1280,720,20,"lenovo k8"],[1344,720,18,"casper via f2"],[1776,1080,11,"alcatel 6060 (mali-t880)"],[1794,1080,20,"huawei mate 8 (nxt-xxx)"],[1824,1080,11,"meiigoo m1"],[1920,1080,10,"letv leeco lex650"],[2016,1080,9,"vernee mix 2"],[2064,1080,10,"umi s2 pro"],[2392,1440,12,"huawei honor v8 (knt-al20)"],[2434,1440,11,"huawei honor note 8 premium edition (edi-al10)"],[2560,1440,24,"meizu pro 6 plus"],[2560,1480,10,"huawei dtab compact d-01j (docomo)"],[2560,1600,10,"huawei mediapad m3 (btv-xxx)"]]],["arm mali-t880 mp12","880",0,[[1920,1080,44,"samsung galaxy s7 (sm-g930f)"],[2560,1440,27,"samsung galaxy note 7 (mali-t880, sm-n930)"]]],["arm mali-t880 mp2","880",0,[[1184,720,19,"sony pikachu"],[1376,720,17,"umi s2"],[1776,1080,10,"coolpad a9s-9"],[1800,1080,11,"infinix x603"],[1920,1080,9,"innjoo pro2"]]],["arm mali-t880 mp4","880",0,[[1280,672,18,"mediatek x20 (development board)"],[1794,1080,13,"infocus tsp"],[1800,1080,16,"infinix x602 zero 4 plus"],[1806,1080,16,"tecno phantom a9"],[1810,1080,8,"mobiistar prime x pro"],[1815,1080,16,"tecno phantom 6 plus"],[1920,1080,7,"elephone r9"],[2048,1440,12,"brown tab 1"],[2392,1440,12,"vernee apollo"],[2416,1440,11,"freetel ftj162b kiwami2"],[2560,1440,10,"ivvi i5"]]],["mali-t830","830",0,[[1480,720,10,"samsung gm-j600fn"]]]]')},538:function(e){"use strict";e.exports=JSON.parse('["4.0.8",["arm mali-g31","31",0,[[1920,1080,7,"mecool km9 pro"]]],["arm mali-g51","51",0,[[1920,636,10,"telechips tcc803x_lcn"],[1920,1080,5,"skyworth 8n10 g1a"]]],["arm mali-g52 mc1","52",0,[[1280,736,25,"amazon fire hd 8 (kfonwi, 2020)"]]],["arm mali-g52 mc2","52",0,[[2110,1080,23,"xiaomi redmi 10x 4g"],[2264,1080,20,"xiaomi redmi 9 m2004j19c"],[2400,1080,20,"huawei y9a frl-l22"]]],["arm mali-g57 mc3","57",0,[[2158,1080,48,"realme rmx2173"]]],["arm mali-g71","71",0,[[1280,720,14,"samsung sm-j337"],[1812,1080,53,"huawei mate 9 (mha-xxx)"],[1920,1080,12,"sony amai vp9 (mali-g71)"],[2009,1080,11,"tcl 6062"],[2016,1080,11,"gionee s11"],[2038,1080,10,"ulefone power 3"],[2076,1080,15,"samsung galaxy a8 2018 (sm-a530x)"],[2094,1080,15,"samsung sm-a730x"],[2160,1080,9,"oukitel k6"],[2368,1440,35,"huawei honor v9 (duk-xxx)"],[2560,1440,32,"huawei mate 9 pro (lon-xxx)"],[2678,1440,41,"samsung galaxy s8 (mali-g71, sm-g950x)"],[2960,1440,39,"samsung galaxy s8+ (mali-g71, sm-g955x)"]]],["arm mali-g72","72",0,[[2041,1080,55,"huawei mate 10 pro (bla-xxx)"],[2160,1080,56,"huawei honor view 10 (v10, bkl-xxx)"],[2560,1440,43,"huawei mate 10 (alp-xxx)"],[2768,1440,47,"samsung galaxy s9 (mali-g72, sm-g960)"],[2792,1440,47,"samsung galaxy s9+ (mali-g72, sm-g965)"]]],["arm mali-g76","76",0,[[2020,1080,60,"samsung galaxy s10e (mali-g76, sm-g970x)"],[2029,1080,31,"samsung galaxy s10 plus sm-g975n"],[2064,1080,60,"samsung galaxy note 10 5g (mali-g76, sm-n971x)"],[2159,1080,47,"samsung galaxy a51 5g"],[2232,1080,59,"huawei honor 20 pro yal-l41"],[2328,1128,60,"huawei mate 30 pro (lio-lx9, lio-xl00"],[2723,1440,57,"samsung galaxy s10 (mali-g76, sm-g973x)"],[2730,1440,56,"samsung galaxy s10+ (mali-g76, sm-g975x)"],[2733,1440,56,"samsung galaxy s10 5g (mali-g76, sm-g977x)"],[2759,1440,57,"samsung galaxy note 10+ (mali-g76, sm-n975x)"]]],["arm mali-g77","77",0,[[2178,1080,60,"samsung galaxy s20 5g (sm-g981b)"],[2200,1080,67,"samsung galaxy s20 ultra 5g (sm-g988b)"],[2304,1080,55,"oppo pdcm00"]]],["arm mali-g77 mc9","77",0,[[2293,1080,59,"oppo pdsm00"]]],["arm mali-g78","78",0,[[2646,1288,90,"huawei mate 40 pro 5g"]]],["arm mali-t604 mp4","604",0,[[2560,1504,4,"google nexus 10"]]],["arm mali-t622","622",0,[[1024,564,12,"telechips tcc896x (quad core, development board)"],[1280,720,7,"leadcore l1860 (mali-t622, development board)"]]],["arm mali-t624","624",0,[[1794,1080,7,"huawei grace"],[1812,1080,6,"huawei abc-ul00"],[1830,1080,10,"huawei p8 max (dav-70x)"],[1920,1080,4,"sony amai vp9"],[1920,1104,9,"huawei dtab compact d-02h (docomo)"],[1920,1128,8,"huawei dtab d-01h (docomo)"],[1824,1200,9,"huawei mediapad m2 (m2-80xx)"],[1830,1200,9,"huawei mediapad x2 (gem-701l, gem-702l, gem-703l)"]]],["arm mali-t624 mp2","624",0,[[1280,720,5,"samsung sm-g910f (mali-t624)"]]],["arm mali-t624 mp4","624",0,[[1794,1080,9,"huawei z100"]]],["arm mali-t628","628",0,[[1024,600,30,"thinkware inavi davinci"],[2560,1536,8,"meizu mx4 pro"]]],["arm mali-t628 mp2","628",0,[[1280,720,8,"leadcore l1860 (development board)"]]],["arm mali-t628 mp6","628",0,[[800,480,35,"gen2wave rp1600"],[1280,672,14,"hardkernel odroid-xu3 (development board)"],[1280,720,26,"samsung galaxy alpha (mali-t628, sm-g850)"],[1920,1080,11,"samsung galaxy note iii (mali-t628, sm-n900, sm-n9000q)"],[2560,1600,3,"samsung sm-t520 galaxy tab 10.1"]]],["arm mali-t720","720",0,[[432,240,16,"unihertz jelly pro"],[782,480,8,"mobiistar lai zoro"],[784,480,8,"lg k3 (k100)"],[791,480,6,"i-mobile i-style 812 4g"],[800,480,4,"lava iris 550"],[854,480,3,"verykool sl5009 jet"],[897,540,5,"bluboo xfire"],[960,540,3,"siswoo a5 chocolate"],[1024,552,4,"bb-mobile tq763i techno 7.0 lte"],[1024,714,9,"bluedot bnt-791 (2g)"],[1024,720,3,"zte e8qp"],[1280,624,10,"panasonic p55 novo 4g"],[1280,648,4,"tcl 9025"],[1280,656,7,"acer a1-734 iconia talk s"],[1184,720,4,"lenovo xt1700, xt1706, k10a40"],[1187,720,7,"lg k8 (k350)"],[1189,720,5,"ark impulse p2"],[1193,720,7,"lg x power (k220, f750)"],[1196,720,2,"dtac phone m2"],[1198,720,5,"dtac phone t3"],[1205,720,7,"firefly aurii passion"],[1206,720,4,"archos 50 power"],[1208,720,3,"advan i7 plus"],[1217,720,7,"energy sistem energy phone max 2+"],[1238,720,9,"vnpt technology vivas lotus s3 lte"],[1280,720,2,"archos bush spira c2 5"],[1280,736,2,"digma cs1062ml citi 1903 4g"],[1280,737,3,"waywalkers t805g"],[1280,740,3,"casper via l8"],[1280,746,3,"philips tle821l e line 4g"],[1280,752,3,"4good light at200"],[1280,755,7,"leotec letab1020 supernova qi32"],[1356,720,8,"xiaolajiao la-v11"],[1360,720,7,"tecno in5"],[1368,720,7,"tinno p100"],[1280,800,4,"samsung galaxy tab e 8.0 (sm-t375x, sm-t377x)"],[1920,936,4,"panasonic eluga note"],[1920,996,4,"cube technology u83 iplay10"],[1776,1080,4,"fly fs522 cirrus 14"],[1787,1080,5,"lg x cam (k580, f690)"],[1920,1008,6,"alcatel one touch xess (p17aa)"],[1794,1080,3,"ramos mos 1 max"],[1800,1080,4,"archos sense 55 s"],[1815,1080,4,"archos diamond plus"],[1920,1032,5,"virgin media tellytablet"],[1920,1080,2,"infocus m640"],[1920,1104,4,"vestel v tab 7030"],[1920,1116,4,"jty q101"],[1920,1128,2,"archos 80 oxygen"],[2009,1080,4,"tcl 5099"],[1920,1136,4,"asus zenpad 10 (p028 z301m)"]]],["arm mali-t760","760",0,[[854,480,14,"aux t6200l"],[897,540,13,"sony xperia e4g (e20xx)"],[960,540,12,"gionee v381"],[960,568,24,"asus c100pa chromebook flip"],[1024,552,12,"archos 70 helium"],[1024,720,10,"wiz t-8168"],[1188,720,9,"lg h520 magna, h522 prime plus"],[1196,720,9,"acer s57 liquid jade z"],[1280,720,8,"dunetek vitamin a"],[1280,736,8,"archos 80b helium"],[1280,752,8,"frael m10g 4g"],[1280,768,8,"meizu m1"],[1794,1080,6,"sugar 2 ss136 l8560"],[1920,1032,9,"qbic bxp-300 box pc"],[1920,1080,4,"byxpress mphone xone"],[1920,1104,6,"cube technology t7"],[1920,1128,5,"nec lavietab pc-te510bal"],[2048,1440,3,"teclast p98 4g"],[2560,1440,10,"samsung galaxy note 4 (mali-t760, sm-n910x, sm-n916)"]]],["arm mali-t760 mp6","760",0,[[1920,1080,17,"samsung galaxy a8 (mali-t760, sm-a800x, scv32)"],[2048,1536,12,"samsung galaxy tab s 2 8.0 (sm-t710, sm-t715)"],[2560,1532,10,"samsung galaxy note edge (mali-t760, sm-n915x)"],[2560,1600,10,"samsung galaxy tab s 10.5 (mali-t760, sm-t805s)"]]],["arm mali-t760 mp8","760",0,[[1280,768,42,"samsung sm-w2016"],[1920,1080,25,"meizu niux"],[2160,1200,17,"idealens k2"],[2560,1440,12,"le xiang deepoon m2 vr"],[2560,1504,15,"bungbungame kalos 2"]]],["arm mali-t764","764",0,[[1024,600,19,"gpd q9"],[1280,720,15,"gpd xd"],[1280,752,13,"kruger & matz 1064.1g eagle"],[1280,800,13,"pipo p7"],[1920,1008,6,"rockchip mk809 4k tv stick"],[1920,1010,8,"pipo p7 hd"],[1920,1020,5,"rockchip mk903v mini tv"],[1920,1032,7,"acooo oneboard pro+"],[1872,1080,7,"contextmedia wallboard 32 tablet (p-wal-106-yit-01)"],[1920,1080,7,"rockchip cs4k tv box"],[1920,1128,7,"archos 101 oxygen"],[2048,1437,5,"haier pad 971"],[2048,1440,5,"hisense f5281 vidaa pad"],[2560,1504,4,"teclast p90hd"]]],["arm mali-t820","820",0,[[1344,720,5,"lenovo k320t"],[1776,1080,6,"leagoo t5c"],[1920,1008,7,"probox2 ava tv box"],[1920,1080,4,"skyworth coocaa 5s32 n2"]]],["arm mali-t830","830",0,[[1280,720,9,"samsung galaxy on7 (mali-t830, sm-g600x)"],[1280,800,9,"samsung sm-t536 (mali-t830)"],[1776,1080,9,"huawei p10 lite (was-xxx)"],[1794,1080,9,"huawei honor 6x (bln-xxx)"],[1920,1080,5,"samsung galaxy on7 prime 2018 (sm-g611)"],[2033,1080,8,"huawei p smart (fig-xxx)"],[2040,1080,9,"huawei maimang 6 (rne-xxx)"],[1920,1200,5,"samsung galaxy tab a 10.1 (sm-t580, sm-t585)"]]],["arm mali-t860","860",0,[[1184,720,8,"tcl a626"],[1196,720,8,"green orange go t2"],[1280,720,14,"htc one a9s"],[1920,1024,17,"hardkernel odroid-n1 (development board)"],[1920,1032,16,"contextmedia p-wal-108-elc-02"],[1920,1080,7,"htc u play (u-2u)"],[1920,1116,15,"imuz revolution a8"],[1920,1128,15,"rockchip rk3399 (development board)"],[2400,1440,10,"samsung chromebook plus (kevin)"]]],["arm mali-t860 mp2","860",0,[[598,480,25,"cipherlab 9700a"],[1184,720,11,"vernee m5"],[1193,720,11,"lg x power 2 (u+, x500, m-x320, m320)"],[1196,720,11,"lava z25"],[1199,720,11,"lg stylus 3 (m400)"],[1212,720,11,"meeg 306"],[1280,720,10,"oppo r66"],[1336,720,13,"asus pegasus 4s (x018d zb570tl)"],[1344,720,13,"allview x4 soul infinity n"],[1776,1080,7,"benq f55"],[1794,1080,6,"alcatel 7070"],[1798,1080,7,"energy sistem energy phone pro 3"],[1806,1080,8,"tecno phantom 6"],[1807,1080,7,"covia fleaz cp-j55a g07"],[1810,1080,8,"archos 55 diamond 2 plus"],[1920,1080,4,"advan vandroid i55c"],[2004,1080,7,"asus zenfone max plus m1 (x018d zb570tl)"],[1920,1128,7,"verizon qtaxia1"]]],["arm mali-t880","880",0,[[1184,720,22,"doogee mix"],[1280,720,20,"lenovo k8"],[1344,720,18,"casper via f2"],[1776,1080,11,"alcatel 6060 (mali-t880)"],[1794,1080,20,"huawei mate 8 (nxt-xxx)"],[1824,1080,11,"meiigoo m1"],[1920,1080,10,"letv leeco lex650"],[2016,1080,9,"vernee mix 2"],[2064,1080,10,"umi s2 pro"],[2392,1440,12,"huawei honor v8 (knt-al20)"],[2434,1440,11,"huawei honor note 8 premium edition (edi-al10)"],[2560,1440,24,"meizu pro 6 plus"],[2560,1480,10,"huawei dtab compact d-01j (docomo)"],[2560,1600,10,"huawei mediapad m3 (btv-xxx)"]]],["arm mali-t880 mp12","880",0,[[1920,1080,44,"samsung galaxy s7 (sm-g930f)"],[2560,1440,27,"samsung galaxy note 7 (mali-t880, sm-n930)"]]],["arm mali-t880 mp2","880",0,[[1184,720,19,"sony pikachu"],[1376,720,17,"umi s2"],[1776,1080,10,"coolpad a9s-9"],[1800,1080,11,"infinix x603"],[1920,1080,9,"innjoo pro2"]]],["arm mali-t880 mp4","880",0,[[1280,672,18,"mediatek x20 (development board)"],[1794,1080,13,"infocus tsp"],[1800,1080,16,"infinix x602 zero 4 plus"],[1806,1080,16,"tecno phantom a9"],[1810,1080,8,"mobiistar prime x pro"],[1815,1080,16,"tecno phantom 6 plus"],[1920,1080,7,"elephone r9"],[2048,1440,12,"brown tab 1"],[2392,1440,12,"vernee apollo"],[2416,1440,11,"freetel ftj162b kiwami2"],[2560,1440,10,"ivvi i5"]]],["mali-g71","71",0,[[2220,1080,54,"samsung s8+ sm-g955f"]]],["mali-g72","72",0,[[2220,1080,56,"samsung s9+ sm-g965f"]]],["mali-t830","830",0,[[1480,720,10,"samsung gm-j600fn"]]]]')},884:function(e){"use strict";e.exports=JSON.parse('["4.0.8",["nvidia tegra","",0,[[2048,1440,23,"google nexus 9"]]],["nvidia tegra k1","1",0,[[1920,1008,32,"nvidia jetson tk1 (pm375, development board)"],[1920,1032,12,"lenovo k1 hd (2014)"],[1920,1080,28,"nvidia tegra gk20a (ardbeg, development board)"],[1920,1104,29,"google project tango"],[2048,1536,21,"xiaomi mi pad"],[3840,2088,8,"lenovo thinkvision 28"]]],["nvidia tegra x1","1",0,[[1920,1080,60,"nvidia shield android tv"],[2560,1688,33,"google pixel c"]]]]')},214:function(e){"use strict";e.exports=JSON.parse('["4.0.8",["powervr rogue g6110","6110",0,[[1024,600,11,"dasaita mtcd px5 head unit"],[1280,752,8,"visual land prestige prime 10se"],[1366,720,7,"ditecma m1092r"],[1920,1008,6,"vensmile t051 tv box"],[1920,1016,5,"geekbuying geekbox tv box"],[1920,1032,4,"hannspree hsg1351"],[1920,1080,5,"10moons tv box (rogue g6110)"],[1920,1128,5,"teclast p10"]]],["powervr rogue g6200","6200",0,[[1280,720,15,"infocus m530"],[1280,736,12,"amazon kindle fire hd 8 (5th gen, kfmewi)"],[1280,752,12,"amazon kindle fire hd 10 (5th gen, kftbwi)"],[1280,800,9,"amazon kindle fire hd 7 (4th gen, kfaswi)"],[1794,1080,5,"ubik uno"],[1920,1080,6,"cherry mobile x220 cosmos one plus"],[1920,1152,8,"meizu mx4 (m460, m460a, m461)"],[2392,1440,6,"hasee hl9916004"],[2560,1440,6,"condor allure a100 pgn-607"]]],["powervr rogue g6230","6230",0,[[1920,1008,8,"rikomagic mk80 tv box (tronsmart draco aw80, fantasy a80)"],[1920,1016,7,"cubietech cubieboard 4 (cc-a80, hansen-a80, development board)"],[2048,1440,5,"teclast p98air"],[2048,1464,7,"actions gs900a (development board)"]]],["powervr rogue g6400","6400",0,[[1794,1080,8,"lg f490 liger (g6400)"],[1920,1032,8,"renesas lager"]]],["powervr rogue g6430","6430",0,[[1024,552,26,"asus fonepad 7 (k01f fe171mg)"],[1280,720,27,"asus zenfone 2 (z008 ze550ml)"],[1280,736,20,"asus fonepad 7 (k019 fe375cg)"],[1280,752,27,"asus zenpad 10 (p01t z300cl)"],[1788,1080,8,"lg f490 liger (g6430)"],[1920,1080,15,"asus zenfone zoom (intel z3560, z00xsb zx551ml)"],[1920,1104,11,"asus memo pad 8 ast21 (intel z3580, k015 me581cl)"],[2048,1440,11,"asus zenpad s 8.0 (p01m z580c)"],[2560,1504,9,"dell venue 10 7040"]]],["powervr rogue ge8100","8100",0,[[906,480,8,"tinno k600"],[1184,720,5,"mediatek mt6739 (development board, rogue ge8100)"],[1339,720,5,"vodafone vfd 720"],[1344,720,6,"gionee f205"]]],["powervr rogue ge8300","8300",0,[[1280,752,9,"acer b3-a40 iconia one 10"],[1208,800,8,"verizon qtaki1"],[1920,1128,5,"acer b3-a40 fhd iconia one 10"]]],["powervr rogue gx6250","6250",0,[[688,412,16,"lenovo n23 yoga / flex 11 chromebook"],[1280,672,25,"renesas salvator-x-r8a7796"],[1280,736,25,"mediatek mt8173 (development board)"],[1920,980,10,"google chromebook pixel (2015, rogue gx6250)"],[1920,1016,14,"peloton ruby"],[1920,1020,8,"acer chromebook r13"],[1920,1032,13,"renesas salvator-x-m3"],[1920,1080,12,"xiaomi mibox 3 pro tv box"],[1920,1128,10,"amazon kindle fire hd 10 (2017, kfsuwi)"],[2048,1536,7,"alps jdtab j01"],[2560,1504,7,"onda f109"]]],["powervr rogue gx6650","6650",0,[[1280,672,52,"renesas salvator-x"],[1920,1032,24,"renesas salvator-x (octa core)"]]],["powervr rogue han","han",0,[[1794,1080,6,"ireadygo w3d"],[1920,1080,6,"changhong x6"],[2392,1440,5,"alcatel one touch d820"],[2560,1440,4,"alcatel 6071y phantom"]]],["powervr rogue hood","",0,[[1280,736,16,"dell venue 7 3740"],[1920,1080,12,"lenovo p90"],[1920,1104,9,"dell venue 8 3840"]]],["powervr rogue lando","",0,[[1920,1080,13,"spreadtrum sp9861e (development board, rogue lando)"]]],["powervr rogue marlowe","",0,[[1920,1080,39,"meitu v6 mp1605"],[2560,1440,25,"meizu pro 7 plus"]]]]')},804:function(e,t,n){var i={"./d-adreno.json":622,"./d-amd.json":183,"./d-apple.json":732,"./d-geforce.json":405,"./d-intel.json":178,"./d-nvidia.json":217,"./d-radeon.json":145,"./m-adreno.json":921,"./m-apple-ipad.json":535,"./m-apple.json":438,"./m-intel.json":283,"./m-mali-t.json":327,"./m-mali.json":538,"./m-nvidia.json":884,"./m-powervr.json":214};function r(e){var t=o(e);return n(t)}function o(e){if(!n.o(i,e)){var t=new Error("Cannot find module '"+e+"'");throw t.code="MODULE_NOT_FOUND",t}return i[e]}r.keys=function(){return Object.keys(i)},r.resolve=o,e.exports=r,r.id=804},354:function(e,t,n){var i,r=(function(){function e(e,t){if(!r[e]){r[e]={};for(var n=0;ni;i++){var a=t.charCodeAt(i);n[2*i]=a>>>8,n[2*i+1]=a%256}return n},decompressFromUint8Array:function(e){if(null==e)return o.decompress(e);for(var n=new Array(e.length/2),i=0,r=n.length;r>i;i++)n[i]=256*e[2*i]+e[2*i+1];var a=[];return n.forEach(function(e){a.push(t(e))}),o.decompress(a.join(""))},compressToEncodedURIComponent:function(e){return null==e?"":o._compress(e,6,function(e){return i.charAt(e)})},decompressFromEncodedURIComponent:function(t){return null==t?"":""==t?null:(t=t.replace(/ /g,"+"),o._decompress(t.length,32,function(n){return e(i,t.charAt(n))}))},compress:function(e){return o._compress(e,16,function(e){return t(e)})},_compress:function(e,t,n){if(null==e)return"";var i,r,o,a={},s={},c="",d="",u="",l=2,p=3,h=2,f=[],m=0,g=0;for(o=0;oi;i++)m<<=1,g==t-1?(g=0,f.push(n(m)),m=0):g++;for(r=u.charCodeAt(0),i=0;8>i;i++)m=m<<1|1&r,g==t-1?(g=0,f.push(n(m)),m=0):g++,r>>=1}else{for(r=1,i=0;h>i;i++)m=m<<1|r,g==t-1?(g=0,f.push(n(m)),m=0):g++,r=0;for(r=u.charCodeAt(0),i=0;16>i;i++)m=m<<1|1&r,g==t-1?(g=0,f.push(n(m)),m=0):g++,r>>=1}0==--l&&(l=Math.pow(2,h),h++),delete s[u]}else for(r=a[u],i=0;h>i;i++)m=m<<1|1&r,g==t-1?(g=0,f.push(n(m)),m=0):g++,r>>=1;0==--l&&(l=Math.pow(2,h),h++),a[d]=p++,u=String(c)}if(""!==u){if(Object.prototype.hasOwnProperty.call(s,u)){if(u.charCodeAt(0)<256){for(i=0;h>i;i++)m<<=1,g==t-1?(g=0,f.push(n(m)),m=0):g++;for(r=u.charCodeAt(0),i=0;8>i;i++)m=m<<1|1&r,g==t-1?(g=0,f.push(n(m)),m=0):g++,r>>=1}else{for(r=1,i=0;h>i;i++)m=m<<1|r,g==t-1?(g=0,f.push(n(m)),m=0):g++,r=0;for(r=u.charCodeAt(0),i=0;16>i;i++)m=m<<1|1&r,g==t-1?(g=0,f.push(n(m)),m=0):g++,r>>=1}0==--l&&(l=Math.pow(2,h),h++),delete s[u]}else for(r=a[u],i=0;h>i;i++)m=m<<1|1&r,g==t-1?(g=0,f.push(n(m)),m=0):g++,r>>=1;0==--l&&(l=Math.pow(2,h),h++)}for(r=2,i=0;h>i;i++)m=m<<1|1&r,g==t-1?(g=0,f.push(n(m)),m=0):g++,r>>=1;for(;;){if(m<<=1,g==t-1){f.push(n(m));break}g++}return f.join("")},decompress:function(e){return null==e?"":""==e?null:o._decompress(e.length,32768,function(t){return e.charCodeAt(t)})},_decompress:function(e,n,i){var r,o,a,s,c,d,u,l=[],p=4,h=4,f=3,m="",g=[],v={val:i(0),position:n,index:1};for(r=0;3>r;r+=1)l[r]=r;for(a=0,c=Math.pow(2,2),d=1;d!=c;)s=v.val&v.position,v.position>>=1,0==v.position&&(v.position=n,v.val=i(v.index++)),a|=(s>0?1:0)*d,d<<=1;switch(a){case 0:for(a=0,c=Math.pow(2,8),d=1;d!=c;)s=v.val&v.position,v.position>>=1,0==v.position&&(v.position=n,v.val=i(v.index++)),a|=(s>0?1:0)*d,d<<=1;u=t(a);break;case 1:for(a=0,c=Math.pow(2,16),d=1;d!=c;)s=v.val&v.position,v.position>>=1,0==v.position&&(v.position=n,v.val=i(v.index++)),a|=(s>0?1:0)*d,d<<=1;u=t(a);break;case 2:return""}for(l[3]=u,o=u,g.push(u);;){if(v.index>e)return"";for(a=0,c=Math.pow(2,f),d=1;d!=c;)s=v.val&v.position,v.position>>=1,0==v.position&&(v.position=n,v.val=i(v.index++)),a|=(s>0?1:0)*d,d<<=1;switch(u=a){case 0:for(a=0,c=Math.pow(2,8),d=1;d!=c;)s=v.val&v.position,v.position>>=1,0==v.position&&(v.position=n,v.val=i(v.index++)),a|=(s>0?1:0)*d,d<<=1;l[h++]=t(a),u=h-1,p--;break;case 1:for(a=0,c=Math.pow(2,16),d=1;d!=c;)s=v.val&v.position,v.position>>=1,0==v.position&&(v.position=n,v.val=i(v.index++)),a|=(s>0?1:0)*d,d<<=1;l[h++]=t(a),u=h-1,p--;break;case 2:return g.join("")}if(0==p&&(p=Math.pow(2,f),f++),l[u])m=l[u];else{if(u!==h)return null;m=o+o.charAt(0)}g.push(m),l[h++]=o+m.charAt(0),o=m,0==--p&&(p=Math.pow(2,f),f++)}}};return o})();void 0===(i=function(){return r}.call(t,n,t,e))||(e.exports=i)}},t={};function n(i){if(t[i])return t[i].exports;var r=t[i]={exports:{}};return e[i].call(r.exports,r,r.exports,n),r.exports}return n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n(607)})().default},3577:function(e,t){"use strict";t.byteLength=function(e){var t=c(e),n=t[0],i=t[1];return 3*(n+i)/4-i},t.toByteArray=function(e){var t,n,o=c(e),a=o[0],s=o[1],d=new r(3*(a+s)/4-s),u=0,l=s>0?a-4:a;for(n=0;n>16&255,d[u++]=t>>8&255,d[u++]=255&t;return 2===s&&(t=i[e.charCodeAt(n)]<<2|i[e.charCodeAt(n+1)]>>4,d[u++]=255&t),1===s&&(t=i[e.charCodeAt(n)]<<10|i[e.charCodeAt(n+1)]<<4|i[e.charCodeAt(n+2)]>>2,d[u++]=t>>8&255,d[u++]=255&t),d},t.fromByteArray=function(e){for(var t,i=e.length,r=i%3,o=[],a=16383,s=0,c=i-r;sc?c:s+a));return 1===r?(t=e[i-1],o.push(n[t>>2]+n[t<<4&63]+"==")):2===r&&(t=(e[i-2]<<8)+e[i-1],o.push(n[t>>10]+n[t>>4&63]+n[t<<2&63]+"=")),o.join("")};for(var n=[],i=[],r="undefined"!=typeof Uint8Array?Uint8Array:Array,o="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",a=0,s=o.length;a0)throw new Error("Invalid string. Length must be a multiple of 4");var n=e.indexOf("=");return-1===n&&(n=t),[n,n===t?0:4-n%4]}function d(e,t,i){for(var r,o,a=[],s=t;s>18&63]+n[o>>12&63]+n[o>>6&63]+n[63&o]);return a.join("")}i["-".charCodeAt(0)]=62,i["_".charCodeAt(0)]=63},7032:function(e){e.exports=(function(e){var t={};function n(i){if(t[i])return t[i].exports;var r=t[i]={i:i,l:!1,exports:{}};return e[i].call(r.exports,r,r.exports,n),r.l=!0,r.exports}return n.m=e,n.c=t,n.d=function(e,t,i){n.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:i})},n.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.t=function(e,t){if(1&t&&(e=n(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var i=Object.create(null);if(n.r(i),Object.defineProperty(i,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var r in e)n.d(i,r,function(t){return e[t]}.bind(null,r));return i},n.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(t,"a",t),t},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.p="",n(n.s=90)})({17:function(e,t,n){"use strict";t.__esModule=!0,t.default=void 0;var i=n(18),r=(function(){function e(){}return e.getFirstMatch=function(e,t){var n=t.match(e);return n&&n.length>0&&n[1]||""},e.getSecondMatch=function(e,t){var n=t.match(e);return n&&n.length>1&&n[2]||""},e.matchAndReturnConst=function(e,t,n){if(e.test(t))return n},e.getWindowsVersionName=function(e){switch(e){case"NT":return"NT";case"XP":case"NT 5.1":return"XP";case"NT 5.0":return"2000";case"NT 5.2":return"2003";case"NT 6.0":return"Vista";case"NT 6.1":return"7";case"NT 6.2":return"8";case"NT 6.3":return"8.1";case"NT 10.0":return"10";default:return}},e.getMacOSVersionName=function(e){var t=e.split(".").splice(0,2).map(function(e){return parseInt(e,10)||0});if(t.push(0),10===t[0])switch(t[1]){case 5:return"Leopard";case 6:return"Snow Leopard";case 7:return"Lion";case 8:return"Mountain Lion";case 9:return"Mavericks";case 10:return"Yosemite";case 11:return"El Capitan";case 12:return"Sierra";case 13:return"High Sierra";case 14:return"Mojave";case 15:return"Catalina";default:return}},e.getAndroidVersionName=function(e){var t=e.split(".").splice(0,2).map(function(e){return parseInt(e,10)||0});if(t.push(0),!(1===t[0]&&t[1]<5))return 1===t[0]&&t[1]<6?"Cupcake":1===t[0]&&t[1]>=6?"Donut":2===t[0]&&t[1]<2?"Eclair":2===t[0]&&2===t[1]?"Froyo":2===t[0]&&t[1]>2?"Gingerbread":3===t[0]?"Honeycomb":4===t[0]&&t[1]<1?"Ice Cream Sandwich":4===t[0]&&t[1]<4?"Jelly Bean":4===t[0]&&t[1]>=4?"KitKat":5===t[0]?"Lollipop":6===t[0]?"Marshmallow":7===t[0]?"Nougat":8===t[0]?"Oreo":9===t[0]?"Pie":void 0},e.getVersionPrecision=function(e){return e.split(".").length},e.compareVersions=function(t,n,i){void 0===i&&(i=!1);var r=e.getVersionPrecision(t),o=e.getVersionPrecision(n),a=Math.max(r,o),s=0,c=e.map([t,n],function(t){var n=a-e.getVersionPrecision(t),i=t+new Array(n+1).join(".0");return e.map(i.split("."),function(e){return new Array(20-e.length).join("0")+e}).reverse()});for(i&&(s=a-Math.min(r,o)),a-=1;a>=s;){if(c[0][a]>c[1][a])return 1;if(c[0][a]===c[1][a]){if(a===s)return 0;a-=1}else if(c[0][a]0){var a=Object.keys(n),s=a.find(function(e){return t.isOS(e)});if(s){var c=this.satisfies(n[s]);if(void 0!==c)return c}var d=a.find(function(e){return t.isPlatform(e)});if(d){var u=this.satisfies(n[d]);if(void 0!==u)return u}}if(o>0){var l=Object.keys(r).find(function(e){return t.isBrowser(e,!0)});if(void 0!==l)return this.compareVersion(r[l])}},t.isBrowser=function(e,t){void 0===t&&(t=!1);var n=this.getBrowserName().toLowerCase(),i=e.toLowerCase(),r=s.default.getBrowserTypeByAlias(i);return t&&r&&(i=r.toLowerCase()),i===n},t.compareVersion=function(e){var t=[0],n=e,i=!1,r=this.getBrowserVersion();if("string"==typeof r)return">"===e[0]||"<"===e[0]?(n=e.substr(1),"="===e[1]?(i=!0,n=e.substr(2)):t=[],">"===e[0]?t.push(1):t.push(-1)):"="===e[0]?n=e.substr(1):"~"===e[0]&&(i=!0,n=e.substr(1)),t.indexOf(s.default.compareVersions(r,n,i))>-1},t.isOS=function(e){return this.getOSName(!0)===String(e).toLowerCase()},t.isPlatform=function(e){return this.getPlatformType(!0)===String(e).toLowerCase()},t.isEngine=function(e){return this.getEngineName(!0)===String(e).toLowerCase()},t.is=function(e){return this.isBrowser(e)||this.isOS(e)||this.isPlatform(e)},t.some=function(e){var t=this;return void 0===e&&(e=[]),e.some(function(e){return t.is(e)})},e})();t.default=d,e.exports=t.default},92:function(e,t,n){"use strict";t.__esModule=!0,t.default=void 0;var i,r=(i=n(17))&&i.__esModule?i:{default:i},o=/version\/(\d+(\.?_?\d+)+)/i,a=[{test:[/googlebot/i],describe:function(e){var t={name:"Googlebot"},n=r.default.getFirstMatch(/googlebot\/(\d+(\.\d+))/i,e)||r.default.getFirstMatch(o,e);return n&&(t.version=n),t}},{test:[/opera/i],describe:function(e){var t={name:"Opera"},n=r.default.getFirstMatch(o,e)||r.default.getFirstMatch(/(?:opera)[\s/](\d+(\.?_?\d+)+)/i,e);return n&&(t.version=n),t}},{test:[/opr\/|opios/i],describe:function(e){var t={name:"Opera"},n=r.default.getFirstMatch(/(?:opr|opios)[\s/](\S+)/i,e)||r.default.getFirstMatch(o,e);return n&&(t.version=n),t}},{test:[/SamsungBrowser/i],describe:function(e){var t={name:"Samsung Internet for Android"},n=r.default.getFirstMatch(o,e)||r.default.getFirstMatch(/(?:SamsungBrowser)[\s/](\d+(\.?_?\d+)+)/i,e);return n&&(t.version=n),t}},{test:[/Whale/i],describe:function(e){var t={name:"NAVER Whale Browser"},n=r.default.getFirstMatch(o,e)||r.default.getFirstMatch(/(?:whale)[\s/](\d+(?:\.\d+)+)/i,e);return n&&(t.version=n),t}},{test:[/MZBrowser/i],describe:function(e){var t={name:"MZ Browser"},n=r.default.getFirstMatch(/(?:MZBrowser)[\s/](\d+(?:\.\d+)+)/i,e)||r.default.getFirstMatch(o,e);return n&&(t.version=n),t}},{test:[/focus/i],describe:function(e){var t={name:"Focus"},n=r.default.getFirstMatch(/(?:focus)[\s/](\d+(?:\.\d+)+)/i,e)||r.default.getFirstMatch(o,e);return n&&(t.version=n),t}},{test:[/swing/i],describe:function(e){var t={name:"Swing"},n=r.default.getFirstMatch(/(?:swing)[\s/](\d+(?:\.\d+)+)/i,e)||r.default.getFirstMatch(o,e);return n&&(t.version=n),t}},{test:[/coast/i],describe:function(e){var t={name:"Opera Coast"},n=r.default.getFirstMatch(o,e)||r.default.getFirstMatch(/(?:coast)[\s/](\d+(\.?_?\d+)+)/i,e);return n&&(t.version=n),t}},{test:[/yabrowser/i],describe:function(e){var t={name:"Yandex Browser"},n=r.default.getFirstMatch(/(?:yabrowser)[\s/](\d+(\.?_?\d+)+)/i,e)||r.default.getFirstMatch(o,e);return n&&(t.version=n),t}},{test:[/ucbrowser/i],describe:function(e){var t={name:"UC Browser"},n=r.default.getFirstMatch(o,e)||r.default.getFirstMatch(/(?:ucbrowser)[\s/](\d+(\.?_?\d+)+)/i,e);return n&&(t.version=n),t}},{test:[/Maxthon|mxios/i],describe:function(e){var t={name:"Maxthon"},n=r.default.getFirstMatch(o,e)||r.default.getFirstMatch(/(?:Maxthon|mxios)[\s/](\d+(\.?_?\d+)+)/i,e);return n&&(t.version=n),t}},{test:[/epiphany/i],describe:function(e){var t={name:"Epiphany"},n=r.default.getFirstMatch(o,e)||r.default.getFirstMatch(/(?:epiphany)[\s/](\d+(\.?_?\d+)+)/i,e);return n&&(t.version=n),t}},{test:[/puffin/i],describe:function(e){var t={name:"Puffin"},n=r.default.getFirstMatch(o,e)||r.default.getFirstMatch(/(?:puffin)[\s/](\d+(\.?_?\d+)+)/i,e);return n&&(t.version=n),t}},{test:[/sleipnir/i],describe:function(e){var t={name:"Sleipnir"},n=r.default.getFirstMatch(o,e)||r.default.getFirstMatch(/(?:sleipnir)[\s/](\d+(\.?_?\d+)+)/i,e);return n&&(t.version=n),t}},{test:[/k-meleon/i],describe:function(e){var t={name:"K-Meleon"},n=r.default.getFirstMatch(o,e)||r.default.getFirstMatch(/(?:k-meleon)[\s/](\d+(\.?_?\d+)+)/i,e);return n&&(t.version=n),t}},{test:[/micromessenger/i],describe:function(e){var t={name:"WeChat"},n=r.default.getFirstMatch(/(?:micromessenger)[\s/](\d+(\.?_?\d+)+)/i,e)||r.default.getFirstMatch(o,e);return n&&(t.version=n),t}},{test:[/qqbrowser/i],describe:function(e){var t={name:/qqbrowserlite/i.test(e)?"QQ Browser Lite":"QQ Browser"},n=r.default.getFirstMatch(/(?:qqbrowserlite|qqbrowser)[/](\d+(\.?_?\d+)+)/i,e)||r.default.getFirstMatch(o,e);return n&&(t.version=n),t}},{test:[/msie|trident/i],describe:function(e){var t={name:"Internet Explorer"},n=r.default.getFirstMatch(/(?:msie |rv:)(\d+(\.?_?\d+)+)/i,e);return n&&(t.version=n),t}},{test:[/\sedg\//i],describe:function(e){var t={name:"Microsoft Edge"},n=r.default.getFirstMatch(/\sedg\/(\d+(\.?_?\d+)+)/i,e);return n&&(t.version=n),t}},{test:[/edg([ea]|ios)/i],describe:function(e){var t={name:"Microsoft Edge"},n=r.default.getSecondMatch(/edg([ea]|ios)\/(\d+(\.?_?\d+)+)/i,e);return n&&(t.version=n),t}},{test:[/vivaldi/i],describe:function(e){var t={name:"Vivaldi"},n=r.default.getFirstMatch(/vivaldi\/(\d+(\.?_?\d+)+)/i,e);return n&&(t.version=n),t}},{test:[/seamonkey/i],describe:function(e){var t={name:"SeaMonkey"},n=r.default.getFirstMatch(/seamonkey\/(\d+(\.?_?\d+)+)/i,e);return n&&(t.version=n),t}},{test:[/sailfish/i],describe:function(e){var t={name:"Sailfish"},n=r.default.getFirstMatch(/sailfish\s?browser\/(\d+(\.\d+)?)/i,e);return n&&(t.version=n),t}},{test:[/silk/i],describe:function(e){var t={name:"Amazon Silk"},n=r.default.getFirstMatch(/silk\/(\d+(\.?_?\d+)+)/i,e);return n&&(t.version=n),t}},{test:[/phantom/i],describe:function(e){var t={name:"PhantomJS"},n=r.default.getFirstMatch(/phantomjs\/(\d+(\.?_?\d+)+)/i,e);return n&&(t.version=n),t}},{test:[/slimerjs/i],describe:function(e){var t={name:"SlimerJS"},n=r.default.getFirstMatch(/slimerjs\/(\d+(\.?_?\d+)+)/i,e);return n&&(t.version=n),t}},{test:[/blackberry|\bbb\d+/i,/rim\stablet/i],describe:function(e){var t={name:"BlackBerry"},n=r.default.getFirstMatch(o,e)||r.default.getFirstMatch(/blackberry[\d]+\/(\d+(\.?_?\d+)+)/i,e);return n&&(t.version=n),t}},{test:[/(web|hpw)[o0]s/i],describe:function(e){var t={name:"WebOS Browser"},n=r.default.getFirstMatch(o,e)||r.default.getFirstMatch(/w(?:eb)?[o0]sbrowser\/(\d+(\.?_?\d+)+)/i,e);return n&&(t.version=n),t}},{test:[/bada/i],describe:function(e){var t={name:"Bada"},n=r.default.getFirstMatch(/dolfin\/(\d+(\.?_?\d+)+)/i,e);return n&&(t.version=n),t}},{test:[/tizen/i],describe:function(e){var t={name:"Tizen"},n=r.default.getFirstMatch(/(?:tizen\s?)?browser\/(\d+(\.?_?\d+)+)/i,e)||r.default.getFirstMatch(o,e);return n&&(t.version=n),t}},{test:[/qupzilla/i],describe:function(e){var t={name:"QupZilla"},n=r.default.getFirstMatch(/(?:qupzilla)[\s/](\d+(\.?_?\d+)+)/i,e)||r.default.getFirstMatch(o,e);return n&&(t.version=n),t}},{test:[/firefox|iceweasel|fxios/i],describe:function(e){var t={name:"Firefox"},n=r.default.getFirstMatch(/(?:firefox|iceweasel|fxios)[\s/](\d+(\.?_?\d+)+)/i,e);return n&&(t.version=n),t}},{test:[/chromium/i],describe:function(e){var t={name:"Chromium"},n=r.default.getFirstMatch(/(?:chromium)[\s/](\d+(\.?_?\d+)+)/i,e)||r.default.getFirstMatch(o,e);return n&&(t.version=n),t}},{test:[/chrome|crios|crmo/i],describe:function(e){var t={name:"Chrome"},n=r.default.getFirstMatch(/(?:chrome|crios|crmo)\/(\d+(\.?_?\d+)+)/i,e);return n&&(t.version=n),t}},{test:[/GSA/i],describe:function(e){var t={name:"Google Search"},n=r.default.getFirstMatch(/(?:GSA)\/(\d+(\.?_?\d+)+)/i,e);return n&&(t.version=n),t}},{test:function(e){var t=!e.test(/like android/i),n=e.test(/android/i);return t&&n},describe:function(e){var t={name:"Android Browser"},n=r.default.getFirstMatch(o,e);return n&&(t.version=n),t}},{test:[/playstation 4/i],describe:function(e){var t={name:"PlayStation 4"},n=r.default.getFirstMatch(o,e);return n&&(t.version=n),t}},{test:[/safari|applewebkit/i],describe:function(e){var t={name:"Safari"},n=r.default.getFirstMatch(o,e);return n&&(t.version=n),t}},{test:[/.*/i],describe:function(e){var t=-1!==e.search("\\(")?/^(.*)\/(.*)[ \t]\((.*)/:/^(.*)\/(.*) /;return{name:r.default.getFirstMatch(t,e),version:r.default.getSecondMatch(t,e)}}}];t.default=a,e.exports=t.default},93:function(e,t,n){"use strict";t.__esModule=!0,t.default=void 0;var i,r=(i=n(17))&&i.__esModule?i:{default:i},o=n(18),a=[{test:[/Roku\/DVP/],describe:function(e){var t=r.default.getFirstMatch(/Roku\/DVP-(\d+\.\d+)/i,e);return{name:o.OS_MAP.Roku,version:t}}},{test:[/windows phone/i],describe:function(e){var t=r.default.getFirstMatch(/windows phone (?:os)?\s?(\d+(\.\d+)*)/i,e);return{name:o.OS_MAP.WindowsPhone,version:t}}},{test:[/windows/i],describe:function(e){var t=r.default.getFirstMatch(/Windows ((NT|XP)( \d\d?.\d)?)/i,e),n=r.default.getWindowsVersionName(t);return{name:o.OS_MAP.Windows,version:t,versionName:n}}},{test:[/macintosh/i],describe:function(e){var t=r.default.getFirstMatch(/mac os x (\d+(\.?_?\d+)+)/i,e).replace(/[_\s]/g,"."),n=r.default.getMacOSVersionName(t),i={name:o.OS_MAP.MacOS,version:t};return n&&(i.versionName=n),i}},{test:[/(ipod|iphone|ipad)/i],describe:function(e){var t=r.default.getFirstMatch(/os (\d+([_\s]\d+)*) like mac os x/i,e).replace(/[_\s]/g,".");return{name:o.OS_MAP.iOS,version:t}}},{test:function(e){var t=!e.test(/like android/i),n=e.test(/android/i);return t&&n},describe:function(e){var t=r.default.getFirstMatch(/android[\s/-](\d+(\.\d+)*)/i,e),n=r.default.getAndroidVersionName(t),i={name:o.OS_MAP.Android,version:t};return n&&(i.versionName=n),i}},{test:[/(web|hpw)[o0]s/i],describe:function(e){var t=r.default.getFirstMatch(/(?:web|hpw)[o0]s\/(\d+(\.\d+)*)/i,e),n={name:o.OS_MAP.WebOS};return t&&t.length&&(n.version=t),n}},{test:[/blackberry|\bbb\d+/i,/rim\stablet/i],describe:function(e){var t=r.default.getFirstMatch(/rim\stablet\sos\s(\d+(\.\d+)*)/i,e)||r.default.getFirstMatch(/blackberry\d+\/(\d+([_\s]\d+)*)/i,e)||r.default.getFirstMatch(/\bbb(\d+)/i,e);return{name:o.OS_MAP.BlackBerry,version:t}}},{test:[/bada/i],describe:function(e){var t=r.default.getFirstMatch(/bada\/(\d+(\.\d+)*)/i,e);return{name:o.OS_MAP.Bada,version:t}}},{test:[/tizen/i],describe:function(e){var t=r.default.getFirstMatch(/tizen[/\s](\d+(\.\d+)*)/i,e);return{name:o.OS_MAP.Tizen,version:t}}},{test:[/linux/i],describe:function(){return{name:o.OS_MAP.Linux}}},{test:[/CrOS/],describe:function(){return{name:o.OS_MAP.ChromeOS}}},{test:[/PlayStation 4/],describe:function(e){var t=r.default.getFirstMatch(/PlayStation 4[/\s](\d+(\.\d+)*)/i,e);return{name:o.OS_MAP.PlayStation4,version:t}}}];t.default=a,e.exports=t.default},94:function(e,t,n){"use strict";t.__esModule=!0,t.default=void 0;var i,r=(i=n(17))&&i.__esModule?i:{default:i},o=n(18),a=[{test:[/googlebot/i],describe:function(){return{type:"bot",vendor:"Google"}}},{test:[/huawei/i],describe:function(e){var t=r.default.getFirstMatch(/(can-l01)/i,e)&&"Nova",n={type:o.PLATFORMS_MAP.mobile,vendor:"Huawei"};return t&&(n.model=t),n}},{test:[/nexus\s*(?:7|8|9|10).*/i],describe:function(){return{type:o.PLATFORMS_MAP.tablet,vendor:"Nexus"}}},{test:[/ipad/i],describe:function(){return{type:o.PLATFORMS_MAP.tablet,vendor:"Apple",model:"iPad"}}},{test:[/kftt build/i],describe:function(){return{type:o.PLATFORMS_MAP.tablet,vendor:"Amazon",model:"Kindle Fire HD 7"}}},{test:[/silk/i],describe:function(){return{type:o.PLATFORMS_MAP.tablet,vendor:"Amazon"}}},{test:[/tablet(?! pc)/i],describe:function(){return{type:o.PLATFORMS_MAP.tablet}}},{test:function(e){var t=e.test(/ipod|iphone/i),n=e.test(/like (ipod|iphone)/i);return t&&!n},describe:function(e){var t=r.default.getFirstMatch(/(ipod|iphone)/i,e);return{type:o.PLATFORMS_MAP.mobile,vendor:"Apple",model:t}}},{test:[/nexus\s*[0-6].*/i,/galaxy nexus/i],describe:function(){return{type:o.PLATFORMS_MAP.mobile,vendor:"Nexus"}}},{test:[/[^-]mobi/i],describe:function(){return{type:o.PLATFORMS_MAP.mobile}}},{test:function(e){return"blackberry"===e.getBrowserName(!0)},describe:function(){return{type:o.PLATFORMS_MAP.mobile,vendor:"BlackBerry"}}},{test:function(e){return"bada"===e.getBrowserName(!0)},describe:function(){return{type:o.PLATFORMS_MAP.mobile}}},{test:function(e){return"windows phone"===e.getBrowserName()},describe:function(){return{type:o.PLATFORMS_MAP.mobile,vendor:"Microsoft"}}},{test:function(e){var t=Number(String(e.getOSVersion()).split(".")[0]);return"android"===e.getOSName(!0)&&t>=3},describe:function(){return{type:o.PLATFORMS_MAP.tablet}}},{test:function(e){return"android"===e.getOSName(!0)},describe:function(){return{type:o.PLATFORMS_MAP.mobile}}},{test:function(e){return"macos"===e.getOSName(!0)},describe:function(){return{type:o.PLATFORMS_MAP.desktop,vendor:"Apple"}}},{test:function(e){return"windows"===e.getOSName(!0)},describe:function(){return{type:o.PLATFORMS_MAP.desktop}}},{test:function(e){return"linux"===e.getOSName(!0)},describe:function(){return{type:o.PLATFORMS_MAP.desktop}}},{test:function(e){return"playstation 4"===e.getOSName(!0)},describe:function(){return{type:o.PLATFORMS_MAP.tv}}},{test:function(e){return"roku"===e.getOSName(!0)},describe:function(){return{type:o.PLATFORMS_MAP.tv}}}];t.default=a,e.exports=t.default},95:function(e,t,n){"use strict";t.__esModule=!0,t.default=void 0;var i,r=(i=n(17))&&i.__esModule?i:{default:i},o=n(18),a=[{test:function(e){return"microsoft edge"===e.getBrowserName(!0)},describe:function(e){if(/\sedg\//i.test(e))return{name:o.ENGINE_MAP.Blink};var t=r.default.getFirstMatch(/edge\/(\d+(\.?_?\d+)+)/i,e);return{name:o.ENGINE_MAP.EdgeHTML,version:t}}},{test:[/trident/i],describe:function(e){var t={name:o.ENGINE_MAP.Trident},n=r.default.getFirstMatch(/trident\/(\d+(\.?_?\d+)+)/i,e);return n&&(t.version=n),t}},{test:function(e){return e.test(/presto/i)},describe:function(e){var t={name:o.ENGINE_MAP.Presto},n=r.default.getFirstMatch(/presto\/(\d+(\.?_?\d+)+)/i,e);return n&&(t.version=n),t}},{test:function(e){var t=e.test(/gecko/i),n=e.test(/like gecko/i);return t&&!n},describe:function(e){var t={name:o.ENGINE_MAP.Gecko},n=r.default.getFirstMatch(/gecko\/(\d+(\.?_?\d+)+)/i,e);return n&&(t.version=n),t}},{test:[/(apple)?webkit\/537\.36/i],describe:function(){return{name:o.ENGINE_MAP.Blink}}},{test:[/(apple)?webkit/i],describe:function(e){var t={name:o.ENGINE_MAP.WebKit},n=r.default.getFirstMatch(/webkit\/(\d+(\.?_?\d+)+)/i,e);return n&&(t.version=n),t}}];t.default=a,e.exports=t.default}})},6799:function(e,t){var n,i;this||window,void 0===(i="function"==typeof(n=function(){var e=/^(interactive|loaded|complete)$/,t=window.location?window.location.href:null,n=t&&t.replace(/#.*$/,"").replace(/\?.*$/,"")||null,i=document.getElementsByTagName("script"),r="readyState"in(i[0]||document.createElement("script")),o=!window.opera||"[object Opera]"!==window.opera.toString(),a="currentScript"in document;"stackTraceLimit"in Error&&Error.stackTraceLimit!==1/0&&(Error.stackTraceLimit,Error.stackTraceLimit=1/0);var s=!1,c=!1;function d(e,t){var n,i=null,r="number"==typeof t;return t=r?Math.round(t):0,"string"==typeof e&&e&&(r?n=e.match(/(data:text\/javascript(?:;[^,]+)?,.+?|(?:|blob:)(?:http[s]?|file):\/\/[\/]?.+?\/[^:\)]*?)(?::\d+)(?::\d+)?/):(n=e.match(/^(?:|[^:@]*@|.+\)@(?=data:text\/javascript|blob|http[s]?|file)|.+?\s+(?: at |@)(?:[^:\(]+ )*[\(]?)(data:text\/javascript(?:;[^,]+)?,.+?|(?:|blob:)(?:http[s]?|file):\/\/[\/]?.+?\/[^:\)]*?)(?::\d+)(?::\d+)?/))&&n[1]||(n=e.match(/\)@(data:text\/javascript(?:;[^,]+)?,.+?|(?:|blob:)(?:http[s]?|file):\/\/[\/]?.+?\/[^:\)]*?)(?::\d+)(?::\d+)?/)),n&&n[1]&&(i=t>0?d(e.slice(e.indexOf(n[0])+n[0].length),t-1):n[1])),i}function u(){if(0===i.length)return null;var t,l,p,h,f,m=[],g=u.skipStackDepth||1;for(t=0;t0&&a.length>r&&!a.warned){a.warned=!0;var u=new Error("Possible EventEmitter memory leak detected. "+a.length+" "+String(t)+" listeners added. Use emitter.setMaxListeners() to increase limit");u.name="MaxListenersExceededWarning",u.emitter=e,u.type=t,u.count=a.length,d=u,console&&console.warn&&console.warn(d)}return e}function u(){if(!this.fired)return this.target.removeListener(this.type,this.wrapFn),this.fired=!0,0===arguments.length?this.listener.call(this.target):this.listener.apply(this.target,arguments)}function l(e,t,n){var i={fired:!1,wrapFn:void 0,target:e,type:t,listener:n},r=u.bind(i);return r.listener=n,i.wrapFn=r,r}function p(e,t,n){var i=e._events;if(void 0===i)return[];var r=i[t];return void 0===r?[]:"function"==typeof r?n?[r.listener||r]:[r]:n?(function(e){for(var t=new Array(e.length),n=0;n0&&(a=t[0]),a instanceof Error)throw a;var s=new Error("Unhandled error."+(a?" ("+a.message+")":""));throw s.context=a,s}var c=o[e];if(void 0===c)return!1;if("function"==typeof c)i(c,this,t);else{var d=c.length,u=f(c,d);for(n=0;n=0;o--)if(n[o]===t||n[o].listener===t){a=n[o].listener,r=o;break}if(r<0)return this;0===r?n.shift():(function(e,t){for(;t+1=0;i--)this.removeListener(e,t[i]);return this},o.prototype.listeners=function(e){return p(this,e,!0)},o.prototype.rawListeners=function(e){return p(this,e,!1)},o.listenerCount=function(e,t){return"function"==typeof e.listenerCount?e.listenerCount(t):h.call(e,t)},o.prototype.listenerCount=h,o.prototype.eventNames=function(){return this._eventsCount>0?t(this._events):[]}},8387:function(e,t){var n;!(function(t,n){"use strict";"object"==typeof e.exports?e.exports=t.document?n(t,!0):function(e){if(!e.document)throw new Error("jQuery requires a window with a document");return n(e)}:n(t)})("undefined"!=typeof window?window:this,function(i,r){"use strict";var o=[],a=Object.getPrototypeOf,s=o.slice,c=o.flat?function(e){return o.flat.call(e)}:function(e){return o.concat.apply([],e)},d=o.push,u=o.indexOf,l={},p=l.toString,h=l.hasOwnProperty,f=h.toString,m=f.call(Object),g={},v=function(e){return"function"==typeof e&&"number"!=typeof e.nodeType&&"function"!=typeof e.item},_=function(e){return null!=e&&e===e.window},y=i.document,E={type:!0,src:!0,nonce:!0,noModule:!0};function S(e,t,n){var i,r,o=(n=n||y).createElement("script");if(o.text=e,t)for(i in E)(r=t[i]||t.getAttribute&&t.getAttribute(i))&&o.setAttribute(i,r);n.head.appendChild(o).parentNode.removeChild(o)}function b(e){return null==e?e+"":"object"==typeof e||"function"==typeof e?l[p.call(e)]||"object":typeof e}var R="3.6.1 -ajax,-ajax/jsonp,-ajax/load,-ajax/script,-ajax/var/location,-ajax/var/nonce,-ajax/var/rquery,-ajax/xhr,-manipulation/_evalUrl,-deprecated/ajax-event-alias,-effects,-effects/Tween,-effects/animatedSelector",T=function e(t,n){return new e.fn.init(t,n)};function C(e){var t=!!e&&"length"in e&&e.length,n=b(e);return!v(e)&&!_(e)&&("array"===n||0===t||"number"==typeof t&&0+~]|[\\x20\\t\\r\\n\\f])[\\x20\\t\\r\\n\\f]*"),H=new RegExp("[\\x20\\t\\r\\n\\f]|>"),B=new RegExp(L),J=new RegExp("^(?:\\\\[\\da-fA-F]{1,6}[\\x20\\t\\r\\n\\f]?|\\\\[^\\r\\n\\f]|[\\w-]|[^\0-\\x7f])+$"),$={ID:new RegExp("^#((?:\\\\[\\da-fA-F]{1,6}[\\x20\\t\\r\\n\\f]?|\\\\[^\\r\\n\\f]|[\\w-]|[^\0-\\x7f])+)"),CLASS:new RegExp("^\\.((?:\\\\[\\da-fA-F]{1,6}[\\x20\\t\\r\\n\\f]?|\\\\[^\\r\\n\\f]|[\\w-]|[^\0-\\x7f])+)"),TAG:new RegExp("^((?:\\\\[\\da-fA-F]{1,6}[\\x20\\t\\r\\n\\f]?|\\\\[^\\r\\n\\f]|[\\w-]|[^\0-\\x7f])+|[*])"),ATTR:new RegExp("^\\[[\\x20\\t\\r\\n\\f]*((?:\\\\[\\da-fA-F]{1,6}[\\x20\\t\\r\\n\\f]?|\\\\[^\\r\\n\\f]|[\\w-]|[^\0-\\x7f])+)(?:[\\x20\\t\\r\\n\\f]*([*^$|!~]?=)[\\x20\\t\\r\\n\\f]*(?:'((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\"|((?:\\\\[\\da-fA-F]{1,6}[\\x20\\t\\r\\n\\f]?|\\\\[^\\r\\n\\f]|[\\w-]|[^\0-\\x7f])+))|)[\\x20\\t\\r\\n\\f]*\\]"),PSEUDO:new RegExp("^:((?:\\\\[\\da-fA-F]{1,6}[\\x20\\t\\r\\n\\f]?|\\\\[^\\r\\n\\f]|[\\w-]|[^\0-\\x7f])+)(?:\\((('((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\")|((?:\\\\.|[^\\\\()[\\]]|\\[[\\x20\\t\\r\\n\\f]*((?:\\\\[\\da-fA-F]{1,6}[\\x20\\t\\r\\n\\f]?|\\\\[^\\r\\n\\f]|[\\w-]|[^\0-\\x7f])+)(?:[\\x20\\t\\r\\n\\f]*([*^$|!~]?=)[\\x20\\t\\r\\n\\f]*(?:'((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\"|((?:\\\\[\\da-fA-F]{1,6}[\\x20\\t\\r\\n\\f]?|\\\\[^\\r\\n\\f]|[\\w-]|[^\0-\\x7f])+))|)[\\x20\\t\\r\\n\\f]*\\])*)|.*)\\)|)"),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\([\\x20\\t\\r\\n\\f]*(even|odd|(([+-]|)(\\d*)n|)[\\x20\\t\\r\\n\\f]*(?:([+-]|)[\\x20\\t\\r\\n\\f]*(\\d+)|))[\\x20\\t\\r\\n\\f]*\\)|)","i"),bool:new RegExp("^(?:checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|ismap|loop|multiple|open|readonly|required|scoped)$","i"),needsContext:new RegExp("^[\\x20\\t\\r\\n\\f]*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\([\\x20\\t\\r\\n\\f]*((?:-\\d)?\\d*)[\\x20\\t\\r\\n\\f]*\\)|)(?=[^-]|$)","i")},G=/HTML$/i,q=/^(?:input|select|textarea|button)$/i,Q=/^h\d$/i,z=/^[^{]+\{\s*\[native \w/,K=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,W=/[+~]/,X=new RegExp("\\\\[\\da-fA-F]{1,6}[\\x20\\t\\r\\n\\f]?|\\\\([^\\r\\n\\f])","g"),Y=function(e,t){var n="0x"+e.slice(1)-65536;return t||(n<0?String.fromCharCode(n+65536):String.fromCharCode(n>>10|55296,1023&n|56320))},Z=/([\0-\x1f\x7f]|^-?\d)|^-$|[^\0-\x1f\x7f-\uFFFF\w-]/g,ee=function(e,t){return t?"\0"===e?"\ufffd":e.slice(0,-1)+"\\"+e.charCodeAt(e.length-1).toString(16)+" ":"\\"+e},te=function(){p()},ne=ge(function(e){return!0===e.disabled&&"fieldset"===e.nodeName.toLowerCase()},{dir:"parentNode",next:"legend"});try{D.apply(w=O.call(S.childNodes),S.childNodes),w[S.childNodes.length].nodeType}catch(t){D={apply:w.length?function(e,t){M.apply(e,O.call(t))}:function(e,t){for(var n=e.length,i=0;e[n++]=t[i++];);e.length=n-1}}}function ie(e,t,i,r){var o,s,d,u,l,f,v,_=t&&t.ownerDocument,S=t?t.nodeType:9;if(i=i||[],"string"!=typeof e||!e||1!==S&&9!==S&&11!==S)return i;if(!r&&(p(t),t=t||h,m)){if(11!==S&&(l=K.exec(e)))if(o=l[1]){if(9===S){if(!(d=t.getElementById(o)))return i;if(d.id===o)return i.push(d),i}else if(_&&(d=_.getElementById(o))&&y(t,d)&&d.id===o)return i.push(d),i}else{if(l[2])return D.apply(i,t.getElementsByTagName(e)),i;if((o=l[3])&&n.getElementsByClassName&&t.getElementsByClassName)return D.apply(i,t.getElementsByClassName(o)),i}if(n.qsa&&!k[e+" "]&&(!g||!g.test(e))&&(1!==S||"object"!==t.nodeName.toLowerCase())){if(v=e,_=t,1===S&&(H.test(e)||V.test(e))){for((_=W.test(e)&&he(t.parentNode)||t)===t&&n.scope||((u=t.getAttribute("id"))?u=u.replace(Z,ee):t.setAttribute("id",u=E)),s=(f=a(e)).length;s--;)f[s]=(u?"#"+u:":scope")+" "+me(f[s]);v=f.join(",")}try{return D.apply(i,_.querySelectorAll(v)),i}catch(t){k(e,!0)}finally{u===E&&t.removeAttribute("id")}}}return c(e.replace(F,"$1"),t,i,r)}function re(){var e=[];return function t(n,r){return e.push(n+" ")>i.cacheLength&&delete t[e.shift()],t[n+" "]=r}}function oe(e){return e[E]=!0,e}function ae(e){var t=h.createElement("fieldset");try{return!!e(t)}catch(e){return!1}finally{t.parentNode&&t.parentNode.removeChild(t),t=null}}function se(e,t){for(var n=e.split("|"),r=n.length;r--;)i.attrHandle[n[r]]=t}function ce(e,t){var n=t&&e,i=n&&1===e.nodeType&&1===t.nodeType&&e.sourceIndex-t.sourceIndex;if(i)return i;if(n)for(;n=n.nextSibling;)if(n===t)return-1;return e?1:-1}function de(e){return function(t){return"input"===t.nodeName.toLowerCase()&&t.type===e}}function ue(e){return function(t){var n=t.nodeName.toLowerCase();return("input"===n||"button"===n)&&t.type===e}}function le(e){return function(t){return"form"in t?t.parentNode&&!1===t.disabled?"label"in t?"label"in t.parentNode?t.parentNode.disabled===e:t.disabled===e:t.isDisabled===e||t.isDisabled!==!e&&ne(t)===e:t.disabled===e:"label"in t&&t.disabled===e}}function pe(e){return oe(function(t){return t=+t,oe(function(n,i){for(var r,o=e([],n.length,t),a=o.length;a--;)n[r=o[a]]&&(n[r]=!(i[r]=n[r]))})})}function he(e){return e&&void 0!==e.getElementsByTagName&&e}for(t in n=ie.support={},o=ie.isXML=function(e){var t=e&&e.namespaceURI,n=e&&(e.ownerDocument||e).documentElement;return!G.test(t||n&&n.nodeName||"HTML")},p=ie.setDocument=function(e){var t,r,a=e?e.ownerDocument||e:S;return a!=h&&9===a.nodeType&&a.documentElement&&(f=(h=a).documentElement,m=!o(h),S!=h&&(r=h.defaultView)&&r.top!==r&&(r.addEventListener?r.addEventListener("unload",te,!1):r.attachEvent&&r.attachEvent("onunload",te)),n.scope=ae(function(e){return f.appendChild(e).appendChild(h.createElement("div")),void 0!==e.querySelectorAll&&!e.querySelectorAll(":scope fieldset div").length}),n.attributes=ae(function(e){return e.className="i",!e.getAttribute("className")}),n.getElementsByTagName=ae(function(e){return e.appendChild(h.createComment("")),!e.getElementsByTagName("*").length}),n.getElementsByClassName=z.test(h.getElementsByClassName),n.getById=ae(function(e){return f.appendChild(e).id=E,!h.getElementsByName||!h.getElementsByName(E).length}),n.getById?(i.filter.ID=function(e){var t=e.replace(X,Y);return function(e){return e.getAttribute("id")===t}},i.find.ID=function(e,t){if(void 0!==t.getElementById&&m){var n=t.getElementById(e);return n?[n]:[]}}):(i.filter.ID=function(e){var t=e.replace(X,Y);return function(e){var n=void 0!==e.getAttributeNode&&e.getAttributeNode("id");return n&&n.value===t}},i.find.ID=function(e,t){if(void 0!==t.getElementById&&m){var n,i,r,o=t.getElementById(e);if(o){if((n=o.getAttributeNode("id"))&&n.value===e)return[o];for(r=t.getElementsByName(e),i=0;o=r[i++];)if((n=o.getAttributeNode("id"))&&n.value===e)return[o]}return[]}}),i.find.TAG=n.getElementsByTagName?function(e,t){return void 0!==t.getElementsByTagName?t.getElementsByTagName(e):n.qsa?t.querySelectorAll(e):void 0}:function(e,t){var n,i=[],r=0,o=t.getElementsByTagName(e);if("*"===e){for(;n=o[r++];)1===n.nodeType&&i.push(n);return i}return o},i.find.CLASS=n.getElementsByClassName&&function(e,t){if(void 0!==t.getElementsByClassName&&m)return t.getElementsByClassName(e)},v=[],g=[],(n.qsa=z.test(h.querySelectorAll))&&(ae(function(e){var t;f.appendChild(e).innerHTML="",e.querySelectorAll("[msallowcapture^='']").length&&g.push("[*^$]=[\\x20\\t\\r\\n\\f]*(?:''|\"\")"),e.querySelectorAll("[selected]").length||g.push("\\[[\\x20\\t\\r\\n\\f]*(?:value|checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|ismap|loop|multiple|open|readonly|required|scoped)"),e.querySelectorAll("[id~="+E+"-]").length||g.push("~="),(t=h.createElement("input")).setAttribute("name",""),e.appendChild(t),e.querySelectorAll("[name='']").length||g.push("\\[[\\x20\\t\\r\\n\\f]*name[\\x20\\t\\r\\n\\f]*=[\\x20\\t\\r\\n\\f]*(?:''|\"\")"),e.querySelectorAll(":checked").length||g.push(":checked"),e.querySelectorAll("a#"+E+"+*").length||g.push(".#.+[+~]"),e.querySelectorAll("\\\f"),g.push("[\\r\\n\\f]")}),ae(function(e){e.innerHTML="";var t=h.createElement("input");t.setAttribute("type","hidden"),e.appendChild(t).setAttribute("name","D"),e.querySelectorAll("[name=d]").length&&g.push("name[\\x20\\t\\r\\n\\f]*[*^$|!~]?="),2!==e.querySelectorAll(":enabled").length&&g.push(":enabled",":disabled"),f.appendChild(e).disabled=!0,2!==e.querySelectorAll(":disabled").length&&g.push(":enabled",":disabled"),e.querySelectorAll("*,:x"),g.push(",.*:")})),(n.matchesSelector=z.test(_=f.matches||f.webkitMatchesSelector||f.mozMatchesSelector||f.oMatchesSelector||f.msMatchesSelector))&&ae(function(e){n.disconnectedMatch=_.call(e,"*"),_.call(e,"[s!='']:x"),v.push("!=",L)}),g=g.length&&new RegExp(g.join("|")),v=v.length&&new RegExp(v.join("|")),t=z.test(f.compareDocumentPosition),y=t||z.test(f.contains)?function(e,t){var n=9===e.nodeType?e.documentElement:e,i=t&&t.parentNode;return e===i||!(!i||1!==i.nodeType||!(n.contains?n.contains(i):e.compareDocumentPosition&&16&e.compareDocumentPosition(i)))}:function(e,t){if(t)for(;t=t.parentNode;)if(t===e)return!0;return!1},A=t?function(e,t){if(e===t)return l=!0,0;var i=!e.compareDocumentPosition-!t.compareDocumentPosition;return i||(1&(i=(e.ownerDocument||e)==(t.ownerDocument||t)?e.compareDocumentPosition(t):1)||!n.sortDetached&&t.compareDocumentPosition(e)===i?e==h||e.ownerDocument==S&&y(S,e)?-1:t==h||t.ownerDocument==S&&y(S,t)?1:u?N(u,e)-N(u,t):0:4&i?-1:1)}:function(e,t){if(e===t)return l=!0,0;var n,i=0,r=e.parentNode,o=t.parentNode,a=[e],s=[t];if(!r||!o)return e==h?-1:t==h?1:r?-1:o?1:u?N(u,e)-N(u,t):0;if(r===o)return ce(e,t);for(n=e;n=n.parentNode;)a.unshift(n);for(n=t;n=n.parentNode;)s.unshift(n);for(;a[i]===s[i];)i++;return i?ce(a[i],s[i]):a[i]==S?-1:s[i]==S?1:0}),h},ie.matches=function(e,t){return ie(e,null,null,t)},ie.matchesSelector=function(e,t){if(p(e),n.matchesSelector&&m&&!k[t+" "]&&(!v||!v.test(t))&&(!g||!g.test(t)))try{var i=_.call(e,t);if(i||n.disconnectedMatch||e.document&&11!==e.document.nodeType)return i}catch(e){k(t,!0)}return 0":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(e){return e[1]=e[1].replace(X,Y),e[3]=(e[3]||e[4]||e[5]||"").replace(X,Y),"~="===e[2]&&(e[3]=" "+e[3]+" "),e.slice(0,4)},CHILD:function(e){return e[1]=e[1].toLowerCase(),"nth"===e[1].slice(0,3)?(e[3]||ie.error(e[0]),e[4]=+(e[4]?e[5]+(e[6]||1):2*("even"===e[3]||"odd"===e[3])),e[5]=+(e[7]+e[8]||"odd"===e[3])):e[3]&&ie.error(e[0]),e},PSEUDO:function(e){var t,n=!e[6]&&e[2];return $.CHILD.test(e[0])?null:(e[3]?e[2]=e[4]||e[5]||"":n&&B.test(n)&&(t=a(n,!0))&&(t=n.indexOf(")",n.length-t)-n.length)&&(e[0]=e[0].slice(0,t),e[2]=n.slice(0,t)),e.slice(0,3))}},filter:{TAG:function(e){var t=e.replace(X,Y).toLowerCase();return"*"===e?function(){return!0}:function(e){return e.nodeName&&e.nodeName.toLowerCase()===t}},CLASS:function(e){var t=T[e+" "];return t||(t=new RegExp("(^|[\\x20\\t\\r\\n\\f])"+e+"([\\x20\\t\\r\\n\\f]|$)"))&&T(e,function(e){return t.test("string"==typeof e.className&&e.className||void 0!==e.getAttribute&&e.getAttribute("class")||"")})},ATTR:function(e,t,n){return function(i){var r=ie.attr(i,e);return null==r?"!="===t:!t||(r+="","="===t?r===n:"!="===t?r!==n:"^="===t?n&&0===r.indexOf(n):"*="===t?n&&-1:\x20\t\r\n\f]*)[\x20\t\r\n\f]*\/?>(?:<\/\1>|)$/i;function M(e,t,n){return v(t)?T.grep(e,function(e,i){return!!t.call(e,i,e)!==n}):t.nodeType?T.grep(e,function(e){return e===t!==n}):"string"!=typeof t?T.grep(e,function(e){return-1)[^>]*|#([\w-]+))$/;(T.fn.init=function(e,t,n){var i,r;if(!e)return this;if(n=n||D,"string"==typeof e){if(!(i="<"===e[0]&&">"===e[e.length-1]&&3<=e.length?[null,e,null]:O.exec(e))||!i[1]&&t)return!t||t.jquery?(t||n).find(e):this.constructor(t).find(e);if(i[1]){if(t=t instanceof T?t[0]:t,T.merge(this,T.parseHTML(i[1],t&&t.nodeType?t.ownerDocument||t:y,!0)),P.test(i[1])&&T.isPlainObject(t))for(i in t)v(this[i])?this[i](t[i]):this.attr(i,t[i]);return this}return(r=y.getElementById(i[2]))&&(this[0]=r,this.length=1),this}return e.nodeType?(this[0]=e,this.length=1,this):v(e)?void 0!==n.ready?n.ready(e):e(T):T.makeArray(e,this)}).prototype=T.fn,D=T(y);var N=/^(?:parents|prev(?:Until|All))/,L={children:!0,contents:!0,next:!0,prev:!0};function U(e,t){for(;(e=e[t])&&1!==e.nodeType;);return e}T.fn.extend({has:function(e){var t=T(e,this),n=t.length;return this.filter(function(){for(var e=0;e\x20\t\r\n\f]*)/i,ge=/^$|^module$|\/(?:java|ecma)script/i;pe=y.createDocumentFragment().appendChild(y.createElement("div")),(he=y.createElement("input")).setAttribute("type","radio"),he.setAttribute("checked","checked"),he.setAttribute("name","t"),pe.appendChild(he),g.checkClone=pe.cloneNode(!0).cloneNode(!0).lastChild.checked,pe.innerHTML="",g.noCloneChecked=!!pe.cloneNode(!0).lastChild.defaultValue,pe.innerHTML="",g.option=!!pe.lastChild;var ve={thead:[1,"","
"],col:[2,"","
"],tr:[2,"","
"],td:[3,"","
"],_default:[0,"",""]};function _e(e,t){var n;return n=void 0!==e.getElementsByTagName?e.getElementsByTagName(t||"*"):void 0!==e.querySelectorAll?e.querySelectorAll(t||"*"):[],void 0===t||t&&w(e,t)?T.merge([e],n):n}function ye(e,t){for(var n=0,i=e.length;n",""]);var Ee=/<|&#?\w+;/;function Se(e,t,n,i,r){for(var o,a,s,c,d,u,l=t.createDocumentFragment(),p=[],h=0,f=e.length;h\s*$/g;function Pe(e,t){return w(e,"table")&&w(11!==t.nodeType?t:t.firstChild,"tr")&&T(e).children("tbody")[0]||e}function Me(e){return e.type=(null!==e.getAttribute("type"))+"/"+e.type,e}function De(e){return"true/"===(e.type||"").slice(0,5)?e.type=e.type.slice(5):e.removeAttribute("type"),e}function Oe(e,t){var n,i,r,o,a,s;if(1===t.nodeType){if(Y.hasData(e)&&(s=Y.get(e).events))for(r in Y.remove(t,"handle events"),s)for(n=0,i=s[r].length;n
",2===ht.childNodes.length),T.parseHTML=function(e,t,n){return"string"!=typeof e?[]:("boolean"==typeof t&&(n=t,t=!1),t||(g.createHTMLDocument?((i=(t=y.implementation.createHTMLDocument("")).createElement("base")).href=y.location.href,t.head.appendChild(i)):t=y),o=!n&&[],(r=P.exec(e))?[t.createElement(r[1])]:(r=Se([e],t,o),o&&o.length&&T(o).remove(),T.merge([],r.childNodes)));var i,r,o},T.offset={setOffset:function(e,t,n){var i,r,o,a,s,c,d=T.css(e,"position"),u=T(e),l={};"static"===d&&(e.style.position="relative"),s=u.offset(),o=T.css(e,"top"),c=T.css(e,"left"),("absolute"===d||"fixed"===d)&&-1<(o+c).indexOf("auto")?(a=(i=u.position()).top,r=i.left):(a=parseFloat(o)||0,r=parseFloat(c)||0),v(t)&&(t=t.call(e,n,T.extend({},s))),null!=t.top&&(l.top=t.top-s.top+a),null!=t.left&&(l.left=t.left-s.left+r),"using"in t?t.using.call(e,l):u.css(l)}},T.fn.extend({offset:function(e){if(arguments.length)return void 0===e?this:this.each(function(t){T.offset.setOffset(this,e,t)});var t,n,i=this[0];return i?i.getClientRects().length?(t=i.getBoundingClientRect(),n=i.ownerDocument.defaultView,{top:t.top+n.pageYOffset,left:t.left+n.pageXOffset}):{top:0,left:0}:void 0},position:function(){if(this[0]){var e,t,n,i=this[0],r={top:0,left:0};if("fixed"===T.css(i,"position"))t=i.getBoundingClientRect();else{for(t=this.offset(),n=i.ownerDocument,e=i.offsetParent||n.documentElement;e&&(e===n.body||e===n.documentElement)&&"static"===T.css(e,"position");)e=e.parentNode;e&&e!==i&&1===e.nodeType&&((r=T(e).offset()).top+=T.css(e,"borderTopWidth",!0),r.left+=T.css(e,"borderLeftWidth",!0))}return{top:t.top-r.top-T.css(i,"marginTop",!0),left:t.left-r.left-T.css(i,"marginLeft",!0)}}},offsetParent:function(){return this.map(function(){for(var e=this.offsetParent;e&&"static"===T.css(e,"position");)e=e.offsetParent;return e||ae})}}),T.each({scrollLeft:"pageXOffset",scrollTop:"pageYOffset"},function(e,t){var n="pageYOffset"===t;T.fn[e]=function(i){return G(this,function(e,i,r){var o;if(_(e)?o=e:9===e.nodeType&&(o=e.defaultView),void 0===r)return o?o[t]:e[i];o?o.scrollTo(n?o.pageXOffset:r,n?r:o.pageYOffset):e[i]=r},e,i,arguments.length)}}),T.each(["top","left"],function(e,t){T.cssHooks[t]=$e(g.pixelPosition,function(e,n){if(n)return n=Je(e,t),Ue.test(n)?T(e).position()[t]+"px":n})}),T.each({Height:"height",Width:"width"},function(e,t){T.each({padding:"inner"+e,content:t,"":"outer"+e},function(n,i){T.fn[i]=function(r,o){var a=arguments.length&&(n||"boolean"!=typeof r),s=n||(!0===r||!0===o?"margin":"border");return G(this,function(t,n,r){var o;return _(t)?0===i.indexOf("outer")?t["inner"+e]:t.document.documentElement["client"+e]:9===t.nodeType?(o=t.documentElement,Math.max(t.body["scroll"+e],o["scroll"+e],t.body["offset"+e],o["offset"+e],o["client"+e])):void 0===r?T.css(t,n,s):T.style(t,n,r,s)},t,a?r:void 0,a)}})}),T.fn.extend({bind:function(e,t,n){return this.on(e,null,t,n)},unbind:function(e,t){return this.off(e,null,t)},delegate:function(e,t,n,i){return this.on(t,e,n,i)},undelegate:function(e,t,n){return 1===arguments.length?this.off(e,"**"):this.off(t,e||"**",n)},hover:function(e,t){return this.mouseenter(e).mouseleave(t||e)}}),T.each("blur focus focusin focusout resize scroll click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup contextmenu".split(" "),function(e,t){T.fn[t]=function(e,n){return 0>2]|=e[o]<>6,c[r++]=128|63&i):i<55296||i>=57344?(c[r++]=224|i>>12,c[r++]=128|i>>6&63,c[r++]=128|63&i):(i=65536+((1023&i)<<10|1023&e.charCodeAt(++o)),c[r++]=240|i>>18,c[r++]=128|i>>12&63,c[r++]=128|i>>6&63,c[r++]=128|63&i);else for(r=this.start;o>2]|=i<>2]|=(192|i>>6)<>2]|=(128|63&i)<=57344?(s[r>>2]|=(224|i>>12)<>2]|=(128|i>>6&63)<>2]|=(128|63&i)<>2]|=(240|i>>18)<>2]|=(128|i>>12&63)<>2]|=(128|i>>6&63)<>2]|=(128|63&i)<=64?(this.start=r-64,this.hash(),this.hashed=!0):this.start=r}return this.bytes>4294967295&&(this.hBytes+=this.bytes/4294967296<<0,this.bytes=this.bytes%4294967296),this}},Md5.prototype.finalize=function(){if(!this.finalized){this.finalized=!0;var e=this.blocks,t=this.lastByteIndex;e[t>>2]|=EXTRA[3&t],t>=56&&(this.hashed||this.hash(),e[0]=e[16],e[16]=e[1]=e[2]=e[3]=e[4]=e[5]=e[6]=e[7]=e[8]=e[9]=e[10]=e[11]=e[12]=e[13]=e[14]=e[15]=0),e[14]=this.bytes<<3,e[15]=this.hBytes<<3|this.bytes>>>29,this.hash()}},Md5.prototype.hash=function(){var e,t,n,i,r,o,a=this.blocks;this.first?t=((t=((e=((e=a[0]-680876937)<<7|e>>>25)-271733879<<0)^(n=((n=(-271733879^(i=((i=(-1732584194^2004318071&e)+a[1]-117830708)<<12|i>>>20)+e<<0)&(-271733879^e))+a[2]-1126478375)<<17|n>>>15)+i<<0)&(i^e))+a[3]-1316259209)<<22|t>>>10)+n<<0:(e=this.h0,t=this.h1,n=this.h2,t=((t+=((e=((e+=((i=this.h3)^t&(n^i))+a[0]-680876936)<<7|e>>>25)+t<<0)^(n=((n+=(t^(i=((i+=(n^e&(t^n))+a[1]-389564586)<<12|i>>>20)+e<<0)&(e^t))+a[2]+606105819)<<17|n>>>15)+i<<0)&(i^e))+a[3]-1044525330)<<22|t>>>10)+n<<0),t=((t+=((e=((e+=(i^t&(n^i))+a[4]-176418897)<<7|e>>>25)+t<<0)^(n=((n+=(t^(i=((i+=(n^e&(t^n))+a[5]+1200080426)<<12|i>>>20)+e<<0)&(e^t))+a[6]-1473231341)<<17|n>>>15)+i<<0)&(i^e))+a[7]-45705983)<<22|t>>>10)+n<<0,t=((t+=((e=((e+=(i^t&(n^i))+a[8]+1770035416)<<7|e>>>25)+t<<0)^(n=((n+=(t^(i=((i+=(n^e&(t^n))+a[9]-1958414417)<<12|i>>>20)+e<<0)&(e^t))+a[10]-42063)<<17|n>>>15)+i<<0)&(i^e))+a[11]-1990404162)<<22|t>>>10)+n<<0,t=((t+=((e=((e+=(i^t&(n^i))+a[12]+1804603682)<<7|e>>>25)+t<<0)^(n=((n+=(t^(i=((i+=(n^e&(t^n))+a[13]-40341101)<<12|i>>>20)+e<<0)&(e^t))+a[14]-1502002290)<<17|n>>>15)+i<<0)&(i^e))+a[15]+1236535329)<<22|t>>>10)+n<<0,t=((t+=((i=((i+=(t^n&((e=((e+=(n^i&(t^n))+a[1]-165796510)<<5|e>>>27)+t<<0)^t))+a[6]-1069501632)<<9|i>>>23)+e<<0)^e&((n=((n+=(e^t&(i^e))+a[11]+643717713)<<14|n>>>18)+i<<0)^i))+a[0]-373897302)<<20|t>>>12)+n<<0,t=((t+=((i=((i+=(t^n&((e=((e+=(n^i&(t^n))+a[5]-701558691)<<5|e>>>27)+t<<0)^t))+a[10]+38016083)<<9|i>>>23)+e<<0)^e&((n=((n+=(e^t&(i^e))+a[15]-660478335)<<14|n>>>18)+i<<0)^i))+a[4]-405537848)<<20|t>>>12)+n<<0,t=((t+=((i=((i+=(t^n&((e=((e+=(n^i&(t^n))+a[9]+568446438)<<5|e>>>27)+t<<0)^t))+a[14]-1019803690)<<9|i>>>23)+e<<0)^e&((n=((n+=(e^t&(i^e))+a[3]-187363961)<<14|n>>>18)+i<<0)^i))+a[8]+1163531501)<<20|t>>>12)+n<<0,t=((t+=((i=((i+=(t^n&((e=((e+=(n^i&(t^n))+a[13]-1444681467)<<5|e>>>27)+t<<0)^t))+a[2]-51403784)<<9|i>>>23)+e<<0)^e&((n=((n+=(e^t&(i^e))+a[7]+1735328473)<<14|n>>>18)+i<<0)^i))+a[12]-1926607734)<<20|t>>>12)+n<<0,t=((t+=((o=(i=((i+=((r=t^n)^(e=((e+=(r^i)+a[5]-378558)<<4|e>>>28)+t<<0))+a[8]-2022574463)<<11|i>>>21)+e<<0)^e)^(n=((n+=(o^t)+a[11]+1839030562)<<16|n>>>16)+i<<0))+a[14]-35309556)<<23|t>>>9)+n<<0,t=((t+=((o=(i=((i+=((r=t^n)^(e=((e+=(r^i)+a[1]-1530992060)<<4|e>>>28)+t<<0))+a[4]+1272893353)<<11|i>>>21)+e<<0)^e)^(n=((n+=(o^t)+a[7]-155497632)<<16|n>>>16)+i<<0))+a[10]-1094730640)<<23|t>>>9)+n<<0,t=((t+=((o=(i=((i+=((r=t^n)^(e=((e+=(r^i)+a[13]+681279174)<<4|e>>>28)+t<<0))+a[0]-358537222)<<11|i>>>21)+e<<0)^e)^(n=((n+=(o^t)+a[3]-722521979)<<16|n>>>16)+i<<0))+a[6]+76029189)<<23|t>>>9)+n<<0,t=((t+=((o=(i=((i+=((r=t^n)^(e=((e+=(r^i)+a[9]-640364487)<<4|e>>>28)+t<<0))+a[12]-421815835)<<11|i>>>21)+e<<0)^e)^(n=((n+=(o^t)+a[15]+530742520)<<16|n>>>16)+i<<0))+a[2]-995338651)<<23|t>>>9)+n<<0,t=((t+=((i=((i+=(t^((e=((e+=(n^(t|~i))+a[0]-198630844)<<6|e>>>26)+t<<0)|~n))+a[7]+1126891415)<<10|i>>>22)+e<<0)^((n=((n+=(e^(i|~t))+a[14]-1416354905)<<15|n>>>17)+i<<0)|~e))+a[5]-57434055)<<21|t>>>11)+n<<0,t=((t+=((i=((i+=(t^((e=((e+=(n^(t|~i))+a[12]+1700485571)<<6|e>>>26)+t<<0)|~n))+a[3]-1894986606)<<10|i>>>22)+e<<0)^((n=((n+=(e^(i|~t))+a[10]-1051523)<<15|n>>>17)+i<<0)|~e))+a[1]-2054922799)<<21|t>>>11)+n<<0,t=((t+=((i=((i+=(t^((e=((e+=(n^(t|~i))+a[8]+1873313359)<<6|e>>>26)+t<<0)|~n))+a[15]-30611744)<<10|i>>>22)+e<<0)^((n=((n+=(e^(i|~t))+a[6]-1560198380)<<15|n>>>17)+i<<0)|~e))+a[13]+1309151649)<<21|t>>>11)+n<<0,t=((t+=((i=((i+=(t^((e=((e+=(n^(t|~i))+a[4]-145523070)<<6|e>>>26)+t<<0)|~n))+a[11]-1120210379)<<10|i>>>22)+e<<0)^((n=((n+=(e^(i|~t))+a[2]+718787259)<<15|n>>>17)+i<<0)|~e))+a[9]-343485551)<<21|t>>>11)+n<<0,this.first?(this.h0=e+1732584193<<0,this.h1=t-271733879<<0,this.h2=n-1732584194<<0,this.h3=i+271733878<<0,this.first=!1):(this.h0=this.h0+e<<0,this.h1=this.h1+t<<0,this.h2=this.h2+n<<0,this.h3=this.h3+i<<0)},Md5.prototype.hex=function(){this.finalize();var e=this.h0,t=this.h1,n=this.h2,i=this.h3;return HEX_CHARS[e>>4&15]+HEX_CHARS[15&e]+HEX_CHARS[e>>12&15]+HEX_CHARS[e>>8&15]+HEX_CHARS[e>>20&15]+HEX_CHARS[e>>16&15]+HEX_CHARS[e>>28&15]+HEX_CHARS[e>>24&15]+HEX_CHARS[t>>4&15]+HEX_CHARS[15&t]+HEX_CHARS[t>>12&15]+HEX_CHARS[t>>8&15]+HEX_CHARS[t>>20&15]+HEX_CHARS[t>>16&15]+HEX_CHARS[t>>28&15]+HEX_CHARS[t>>24&15]+HEX_CHARS[n>>4&15]+HEX_CHARS[15&n]+HEX_CHARS[n>>12&15]+HEX_CHARS[n>>8&15]+HEX_CHARS[n>>20&15]+HEX_CHARS[n>>16&15]+HEX_CHARS[n>>28&15]+HEX_CHARS[n>>24&15]+HEX_CHARS[i>>4&15]+HEX_CHARS[15&i]+HEX_CHARS[i>>12&15]+HEX_CHARS[i>>8&15]+HEX_CHARS[i>>20&15]+HEX_CHARS[i>>16&15]+HEX_CHARS[i>>28&15]+HEX_CHARS[i>>24&15]},Md5.prototype.toString=Md5.prototype.hex,Md5.prototype.digest=function(){this.finalize();var e=this.h0,t=this.h1,n=this.h2,i=this.h3;return[255&e,e>>8&255,e>>16&255,e>>24&255,255&t,t>>8&255,t>>16&255,t>>24&255,255&n,n>>8&255,n>>16&255,n>>24&255,255&i,i>>8&255,i>>16&255,i>>24&255]},Md5.prototype.array=Md5.prototype.digest,Md5.prototype.arrayBuffer=function(){this.finalize();var e=new ArrayBuffer(16),t=new Uint32Array(e);return t[0]=this.h0,t[1]=this.h1,t[2]=this.h2,t[3]=this.h3,e},Md5.prototype.buffer=Md5.prototype.arrayBuffer,Md5.prototype.base64=function(){for(var e,t,n,i="",r=this.array(),o=0;o<15;)e=r[o++],t=r[o++],n=r[o++],i+=BASE64_ENCODE_CHAR[e>>>2]+BASE64_ENCODE_CHAR[63&(e<<4|t>>>4)]+BASE64_ENCODE_CHAR[63&(t<<2|n>>>6)]+BASE64_ENCODE_CHAR[63&n];return e=r[o],i+(BASE64_ENCODE_CHAR[e>>>2]+BASE64_ENCODE_CHAR[e<<4&63]+"==")};var exports=createMethod();COMMON_JS?module.exports=exports:(root.md5=exports,AMD&&(__WEBPACK_AMD_DEFINE_RESULT__=function(){return exports}.call(exports,__webpack_require__,exports,module),void 0===__WEBPACK_AMD_DEFINE_RESULT__||(module.exports=__WEBPACK_AMD_DEFINE_RESULT__)))})()},2138:function(e,t,n){e=n.nmd(e);var i="__lodash_hash_undefined__",r=9007199254740991,o="[object Arguments]",a="[object Boolean]",s="[object Date]",c="[object Function]",d="[object GeneratorFunction]",u="[object Map]",l="[object Number]",p="[object Object]",h="[object Promise]",f="[object RegExp]",m="[object Set]",g="[object String]",v="[object Symbol]",_="[object WeakMap]",y="[object ArrayBuffer]",E="[object DataView]",S="[object Float32Array]",b="[object Float64Array]",R="[object Int8Array]",T="[object Int16Array]",C="[object Int32Array]",x="[object Uint8Array]",k="[object Uint8ClampedArray]",A="[object Uint16Array]",I="[object Uint32Array]",w=/\w*$/,P=/^\[object .+?Constructor\]$/,M=/^(?:0|[1-9]\d*)$/,D={};D[o]=D["[object Array]"]=D[y]=D[E]=D[a]=D[s]=D[S]=D[b]=D[R]=D[T]=D[C]=D[u]=D[l]=D[p]=D[f]=D[m]=D[g]=D[v]=D[x]=D[k]=D[A]=D[I]=!0,D["[object Error]"]=D[c]=D[_]=!1;var O="object"==typeof n.g&&n.g&&n.g.Object===Object&&n.g,N="object"==typeof self&&self&&self.Object===Object&&self,L=O||N||Function("return this")(),U=t&&!t.nodeType&&t,F=U&&e&&!e.nodeType&&e,j=F&&F.exports===U;function V(e,t){return e.set(t[0],t[1]),e}function H(e,t){return e.add(t),e}function B(e,t,n,i){var r=-1,o=e?e.length:0;for(i&&o&&(n=e[++r]);++r-1},ke.prototype.set=function(e,t){var n=this.__data__,i=Pe(n,e);return i<0?n.push([e,t]):n[i][1]=t,this},Ae.prototype.clear=function(){this.__data__={hash:new xe,map:new(fe||ke),string:new xe}},Ae.prototype.delete=function(e){return Ne(this,e).delete(e)},Ae.prototype.get=function(e){return Ne(this,e).get(e)},Ae.prototype.has=function(e){return Ne(this,e).has(e)},Ae.prototype.set=function(e,t){return Ne(this,e).set(e,t),this},Ie.prototype.clear=function(){this.__data__=new ke},Ie.prototype.delete=function(e){return this.__data__.delete(e)},Ie.prototype.get=function(e){return this.__data__.get(e)},Ie.prototype.has=function(e){return this.__data__.has(e)},Ie.prototype.set=function(e,t){var n=this.__data__;if(n instanceof ke){var i=n.__data__;if(!fe||i.length<199)return i.push([e,t]),this;n=this.__data__=new Ae(i)}return n.set(e,t),this};var Ue=ue?G(ue,Object):function(){return[]},Fe=function(e){return te.call(e)};function je(e,t){return!!(t=null==t?r:t)&&("number"==typeof e||M.test(e))&&e>-1&&e%1==0&&e-1&&e%1==0&&e<=r})(e.length)&&!qe(e)}var Ge=le||function(){return!1};function qe(e){var t=Qe(e)?te.call(e):"";return t==c||t==d}function Qe(e){var t=typeof e;return!!e&&("object"==t||"function"==t)}function ze(e){return $e(e)?(function(e,t){var n=Je(e)||(function(e){return(function(e){return(function(e){return!!e&&"object"==typeof e})(e)&&$e(e)})(e)&&ee.call(e,"callee")&&(!ce.call(e,"callee")||te.call(e)==o)})(e)?(function(e,t){for(var n=-1,i=Array(e);++n=t||n<0||l&&e-d>=o}function E(){var e=g();if(y(e))return S(e);s=setTimeout(E,(function(e){var n=t-(e-c);return l?m(n,o-(e-d)):n})(e))}function S(e){return s=void 0,p&&i?h(e):(i=r=void 0,a)}function b(){var e=g(),n=y(e);if(i=arguments,r=this,c=e,n){if(void 0===s)return(function(e){return d=e,s=setTimeout(E,t),u?h(e):a})(c);if(l)return s=setTimeout(E,t),h(c)}return void 0===s&&(s=setTimeout(E,t)),a}return t=_(t)||0,v(n)&&(u=!!n.leading,o=(l="maxWait"in n)?f(_(n.maxWait)||0,t):o,p="trailing"in n?!!n.trailing:p),b.cancel=function(){void 0!==s&&clearTimeout(s),d=0,i=c=r=s=void 0},b.flush=function(){return void 0===s?a:S(g())},b}},7047:function(e,t,n){e=n.nmd(e);var i="__lodash_hash_undefined__",r=1,o=2,a=9007199254740991,s="[object Arguments]",c="[object Array]",d="[object AsyncFunction]",u="[object Boolean]",l="[object Date]",p="[object Error]",h="[object Function]",f="[object GeneratorFunction]",m="[object Map]",g="[object Number]",v="[object Null]",_="[object Object]",y="[object Promise]",E="[object Proxy]",S="[object RegExp]",b="[object Set]",R="[object String]",T="[object Symbol]",C="[object Undefined]",x="[object WeakMap]",k="[object ArrayBuffer]",A="[object DataView]",I=/^\[object .+?Constructor\]$/,w=/^(?:0|[1-9]\d*)$/,P={};P["[object Float32Array]"]=P["[object Float64Array]"]=P["[object Int8Array]"]=P["[object Int16Array]"]=P["[object Int32Array]"]=P["[object Uint8Array]"]=P["[object Uint8ClampedArray]"]=P["[object Uint16Array]"]=P["[object Uint32Array]"]=!0,P[s]=P[c]=P[k]=P[u]=P[A]=P[l]=P[p]=P[h]=P[m]=P[g]=P[_]=P[S]=P[b]=P[R]=P[x]=!1;var M="object"==typeof n.g&&n.g&&n.g.Object===Object&&n.g,D="object"==typeof self&&self&&self.Object===Object&&self,O=M||D||Function("return this")(),N=t&&!t.nodeType&&t,L=N&&e&&!e.nodeType&&e,U=L&&L.exports===N,F=U&&M.process,j=(function(){try{return F&&F.binding&&F.binding("util")}catch(e){}})(),V=j&&j.isTypedArray;function H(e,t){for(var n=-1,i=null==e?0:e.length;++nd))return!1;var l=s.get(e);if(l&&s.get(t))return l==t;var p=-1,h=!0,f=n&o?new ke:void 0;for(s.set(e,t),s.set(t,e);++p-1},Ce.prototype.set=function(e,t){var n=this.__data__,i=Ie(n,e);return i<0?(++this.size,n.push([e,t])):n[i][1]=t,this},xe.prototype.clear=function(){this.size=0,this.__data__={hash:new Te,map:new(pe||Ce),string:new Te}},xe.prototype.delete=function(e){var t=Ne(this,e).delete(e);return this.size-=t?1:0,t},xe.prototype.get=function(e){return Ne(this,e).get(e)},xe.prototype.has=function(e){return Ne(this,e).has(e)},xe.prototype.set=function(e,t){var n=Ne(this,e),i=n.size;return n.set(e,t),this.size+=n.size==i?0:1,this},ke.prototype.add=ke.prototype.push=function(e){return this.__data__.set(e,i),this},ke.prototype.has=function(e){return this.__data__.has(e)},Ae.prototype.clear=function(){this.__data__=new Ce,this.size=0},Ae.prototype.delete=function(e){var t=this.__data__,n=t.delete(e);return this.size=t.size,n},Ae.prototype.get=function(e){return this.__data__.get(e)},Ae.prototype.has=function(e){return this.__data__.has(e)},Ae.prototype.set=function(e,t){var n=this.__data__;if(n instanceof Ce){var i=n.__data__;if(!pe||i.length<199)return i.push([e,t]),this.size=++n.size,this;n=this.__data__=new xe(i)}return n.set(e,t),this.size=n.size,this};var Ue=ce?function(e){return null==e?[]:(e=Object(e),(function(t,n){for(var i=-1,r=null==t?0:t.length,o=0,a=[];++i-1&&e%1==0&&e-1&&e%1==0&&e<=a}function Qe(e){var t=typeof e;return null!=e&&("object"==t||"function"==t)}function ze(e){return null!=e&&"object"==typeof e}var Ke=V?(function(e){return function(t){return e(t)}})(V):function(e){return ze(e)&&qe(e.length)&&!!P[we(e)]};function We(e){return null!=(t=e)&&qe(t.length)&&!Ge(t)?(function(e,t){var n=Je(e),i=!n&&Be(e),r=!n&&!i&&$e(e),o=!n&&!i&&!r&&Ke(e),a=n||i||r||o,s=a?(function(e,t){for(var n=-1,i=Array(e);++n=i)return e;var r=n[t];switch(t+=1,e){case"%%":return"%";case"%s":return String(r);case"%d":return Number(r);case"%v":return""}})},a=function(e,t,n){var i=[e+"="+(t.format instanceof Function?t.format(t.push?n:n[t.name]):t.format)];if(t.names)for(var r=0;r0?t[0].split("/")[1]:"sendrecv",uri:t[1]}},t.writeExtmap=function(e){return"a=extmap:"+(e.id||e.preferredId)+(e.direction&&"sendrecv"!==e.direction?"/"+e.direction:"")+" "+e.uri+"\r\n"},t.parseFmtp=function(e){for(var t,n={},i=e.substr(e.indexOf(" ")+1).split(";"),r=0;r-1?(n.attribute=e.substr(t+1,i-t-1),n.value=e.substr(i+1)):n.attribute=e.substr(t+1),n},t.parseSsrcGroup=function(e){var t=e.substr(13).split(" ");return{semantics:t.shift(),ssrcs:t.map(function(e){return parseInt(e,10)})}},t.getMid=function(e){var n=t.matchPrefix(e,"a=mid:")[0];if(n)return n.substr(6)},t.parseFingerprint=function(e){var t=e.substr(14).split(" ");return{algorithm:t[0].toLowerCase(),value:t[1].toUpperCase()}},t.getDtlsParameters=function(e,n){return{role:"auto",fingerprints:t.matchPrefix(e+n,"a=fingerprint:").map(t.parseFingerprint)}},t.writeDtlsParameters=function(e,t){var n="a=setup:"+t+"\r\n";return e.fingerprints.forEach(function(e){n+="a=fingerprint:"+e.algorithm+" "+e.value+"\r\n"}),n},t.parseCryptoLine=function(e){var t=e.substr(9).split(" ");return{tag:parseInt(t[0],10),cryptoSuite:t[1],keyParams:t[2],sessionParams:t.slice(3)}},t.writeCryptoLine=function(e){return"a=crypto:"+e.tag+" "+e.cryptoSuite+" "+("object"==typeof e.keyParams?t.writeCryptoKeyParams(e.keyParams):e.keyParams)+(e.sessionParams?" "+e.sessionParams.join(" "):"")+"\r\n"},t.parseCryptoKeyParams=function(e){if(0!==e.indexOf("inline:"))return null;var t=e.substr(7).split("|");return{keyMethod:"inline",keySalt:t[0],lifeTime:t[1],mkiValue:t[2]?t[2].split(":")[0]:void 0,mkiLength:t[2]?t[2].split(":")[1]:void 0}},t.writeCryptoKeyParams=function(e){return e.keyMethod+":"+e.keySalt+(e.lifeTime?"|"+e.lifeTime:"")+(e.mkiValue&&e.mkiLength?"|"+e.mkiValue+":"+e.mkiLength:"")},t.getCryptoParameters=function(e,n){return t.matchPrefix(e+n,"a=crypto:").map(t.parseCryptoLine)},t.getIceParameters=function(e,n){var i=t.matchPrefix(e+n,"a=ice-ufrag:")[0],r=t.matchPrefix(e+n,"a=ice-pwd:")[0];return i&&r?{usernameFragment:i.substr(12),password:r.substr(10)}:null},t.writeIceParameters=function(e){var t="a=ice-ufrag:"+e.usernameFragment+"\r\na=ice-pwd:"+e.password+"\r\n";return e.iceLite&&(t+="a=ice-lite\r\n"),t},t.parseRtpParameters=function(e){for(var n={codecs:[],headerExtensions:[],fecMechanisms:[],rtcp:[]},i=t.splitLines(e)[0].split(" "),r=3;r0?"9":"0",i+=" UDP/TLS/RTP/SAVPF ",i+=n.codecs.map(function(e){return void 0!==e.preferredPayloadType?e.preferredPayloadType:e.payloadType}).join(" ")+"\r\n",i+="c=IN IP4 0.0.0.0\r\n",i+="a=rtcp:9 IN IP4 0.0.0.0\r\n",n.codecs.forEach(function(e){i+=t.writeRtpMap(e),i+=t.writeFmtp(e),i+=t.writeRtcpFb(e)});var r=0;return n.codecs.forEach(function(e){e.maxptime>r&&(r=e.maxptime)}),r>0&&(i+="a=maxptime:"+r+"\r\n"),n.headerExtensions&&n.headerExtensions.forEach(function(e){i+=t.writeExtmap(e)}),i},t.parseRtpEncodingParameters=function(e){var n,i=[],r=t.parseRtpParameters(e),o=-1!==r.fecMechanisms.indexOf("RED"),a=-1!==r.fecMechanisms.indexOf("ULPFEC"),s=t.matchPrefix(e,"a=ssrc:").map(function(e){return t.parseSsrcMedia(e)}).filter(function(e){return"cname"===e.attribute}),c=s.length>0&&s[0].ssrc,d=t.matchPrefix(e,"a=ssrc-group:FID").map(function(e){return e.substr(17).split(" ").map(function(e){return parseInt(e,10)})});d.length>0&&d[0].length>1&&d[0][0]===c&&(n=d[0][1]),r.codecs.forEach(function(e){if("RTX"===e.name.toUpperCase()&&e.parameters.apt){var t={ssrc:c,codecPayloadType:parseInt(e.parameters.apt,10)};c&&n&&(t.rtx={ssrc:n}),i.push(t),o&&((t=JSON.parse(JSON.stringify(t))).fec={ssrc:c,mechanism:a?"red+ulpfec":"red"},i.push(t))}}),0===i.length&&c&&i.push({ssrc:c});var u=t.matchPrefix(e,"b=");return u.length&&(u=0===u[0].indexOf("b=TIAS:")?parseInt(u[0].substr(7),10):0===u[0].indexOf("b=AS:")?1e3*parseInt(u[0].substr(5),10)*.95-16e3:void 0,i.forEach(function(e){e.maxBitrate=u})),i},t.parseRtcpParameters=function(e){var n={},i=t.matchPrefix(e,"a=ssrc:").map(function(e){return t.parseSsrcMedia(e)}).filter(function(e){return"cname"===e.attribute})[0];i&&(n.cname=i.value,n.ssrc=i.ssrc);var r=t.matchPrefix(e,"a=rtcp-rsize");n.reducedSize=r.length>0,n.compound=0===r.length;var o=t.matchPrefix(e,"a=rtcp-mux");return n.mux=o.length>0,n},t.writeRtcpParameters=function(e){var t="";return e.reducedSize&&(t+="a=rtcp-rsize\r\n"),e.mux&&(t+="a=rtcp-mux\r\n"),void 0!==e.ssrc&&e.cname&&(t+="a=ssrc:"+e.ssrc+" cname:"+e.cname+"\r\n"),t},t.parseMsid=function(e){var n,i=t.matchPrefix(e,"a=msid:");if(1===i.length)return{stream:(n=i[0].substr(7).split(" "))[0],track:n[1]};var r=t.matchPrefix(e,"a=ssrc:").map(function(e){return t.parseSsrcMedia(e)}).filter(function(e){return"msid"===e.attribute});return r.length>0?{stream:(n=r[0].value.split(" "))[0],track:n[1]}:void 0},t.parseSctpDescription=function(e){var n,i=t.parseMLine(e),r=t.matchPrefix(e,"a=max-message-size:");r.length>0&&(n=parseInt(r[0].substr(19),10)),isNaN(n)&&(n=65536);var o=t.matchPrefix(e,"a=sctp-port:");if(o.length>0)return{port:parseInt(o[0].substr(12),10),protocol:i.fmt,maxMessageSize:n};var a=t.matchPrefix(e,"a=sctpmap:");if(a.length>0){var s=a[0].substr(10).split(" ");return{port:parseInt(s[0],10),protocol:s[1],maxMessageSize:n}}},t.writeSctpDescription=function(e,t){var n=[];return n="DTLS/SCTP"!==e.protocol?["m="+e.kind+" 9 "+e.protocol+" "+t.protocol+"\r\n","c=IN IP4 0.0.0.0\r\n","a=sctp-port:"+t.port+"\r\n"]:["m="+e.kind+" 9 "+e.protocol+" "+t.port+"\r\n","c=IN IP4 0.0.0.0\r\n","a=sctpmap:"+t.port+" "+t.protocol+" 65535\r\n"],void 0!==t.maxMessageSize&&n.push("a=max-message-size:"+t.maxMessageSize+"\r\n"),n.join("")},t.generateSessionId=function(){return Math.random().toString().substr(2,21)},t.writeSessionBoilerplate=function(e,n,i){var r,o=void 0!==n?n:2;return r=e||t.generateSessionId(),"v=0\r\no="+(i||"thisisadapterortc")+" "+r+" "+o+" IN IP4 127.0.0.1\r\ns=-\r\nt=0 0\r\n"},t.getDirection=function(e,n){for(var i=t.splitLines(e),r=0;r>16)+(t>>16)+(n>>16)<<16|65535&n},s=function(e){if("string"!=typeof e)throw new Error("str2binl was passed a non-string");for(var t=[],n=0;n<8*e.length;n+=8)t[n>>5]|=(255&e.charCodeAt(n/8))<>>32-c,n);var s,c},d=function(e,t,n,i,r,o,a){return c(t&n|~t&i,e,t,r,o,a)},u=function(e,t,n,i,r,o,a){return c(t&i|n&~i,e,t,r,o,a)},l=function(e,t,n,i,r,o,a){return c(t^n^i,e,t,r,o,a)},p=function(e,t,n,i,r,o,a){return c(n^(t|~i),e,t,r,o,a)},h=function(e,t){e[t>>5]|=128<>>9<<4)]=t;for(var n,i,r,o,s=1732584193,c=-271733879,h=-1732584194,f=271733878,m=0;m>2]>>i%4*8+4&15)+t.charAt(e[i>>2]>>i%4*8&15);return n})(h(s(e),8*e.length))},hash:function(e){return(function(e){for(var t="",n=0;n<32*e.length;n+=8)t+=String.fromCharCode(e[n>>5]>>>n%32&255);return t})(h(s(e),8*e.length))}},m=(function(){function e(t,n,i){_$$_REQUIRE(_dependencyMap[2])(this,e),this.mechname=t,this.isClientFirst=n,this.priority=i}return _$$_REQUIRE(_dependencyMap[3])(e,[{key:"test",value:function(){return!0}},{key:"onStart",value:function(e){this._connection=e}},{key:"onChallenge",value:function(e,t){throw new Error("You should implement challenge handling!")}},{key:"clientChallenge",value:function(e){if(!this.isClientFirst)throw new Error("clientChallenge should not be called if isClientFirst is false!");return this.onChallenge(e)}},{key:"onFailure",value:function(){this._connection=null}},{key:"onSuccess",value:function(){this._connection=null}}]),e})(),g=function(e){var t,n,i="",r=e.length;for(t=0;t=0&&n<=127?i+=e.charAt(t):n>2047?(i+=String.fromCharCode(224|n>>12&15),i+=String.fromCharCode(128|n>>6&63),i+=String.fromCharCode(128|n>>0&63)):(i+=String.fromCharCode(192|n>>6&31),i+=String.fromCharCode(128|n>>0&63));return i},v=function(e){for(var t in e=e||{})if(Object.prototype.hasOwnProperty.call(e,t)){var n="",i="",r="",o=e[t],a="object"==typeof o,s=escape(unescape(a?o.value:o));a&&(n=o.expires?";expires="+o.expires:"",i=o.domain?";domain="+o.domain:"",r=o.path?";path="+o.path:""),document.cookie=t+"="+s+n+i+r}};function _(e,t){e[t>>5]|=128<<24-t%32,e[15+(t+64>>9<<4)]=t;var n,i,r,o,a,s,c,d,u=new Array(80),l=1732584193,p=-271733879,h=-1732584194,f=271733878,m=-1009589776;for(n=0;n16&&(n=_(n,8*e.length));for(var i=new Array(16),r=new Array(16),o=0;o<16;o++)i[o]=909522486^n[o],r[o]=1549556828^n[o];var a=_(i.concat(T(t)),512+8*t.length);return _(r.concat(a),672)}function b(e,t){var n=(65535&e)+(65535&t);return(e>>16)+(t>>16)+(n>>16)<<16|65535&n}function R(e,t){return e<>>32-t}function T(e){for(var t=[],n=0;n<8*e.length;n+=8)t[n>>5]|=(255&e.charCodeAt(n/8))<<24-n%32;return t}function C(e){for(var t,n,i="",r=0;r<4*e.length;r+=3)for(t=(e[r>>2]>>8*(3-r%4)&255)<<16|(e[r+1>>2]>>8*(3-(r+1)%4)&255)<<8|e[r+2>>2]>>8*(3-(r+2)%4)&255,n=0;n<4;n++)8*r+6*n>32*e.length?i+="=":i+="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".charAt(t>>6*(3-n)&63);return i}function x(e){for(var t="",n=0;n<32*e.length;n+=8)t+=String.fromCharCode(e[n>>5]>>>24-n%32&255);return t}var k={b64_hmac_sha1:function(e,t){return C(S(e,t))},b64_sha1:function(e){return C(_(T(e),8*e.length))},binb2str:x,core_hmac_sha1:S,str_hmac_sha1:function(e,t){return x(S(e,t))},str_sha1:function(e){return x(_(T(e),8*e.length))}},A="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";function I(e){var t=A.indexOf(e);return t<0?void 0:t}var w="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";function P(e){if(e>=0&&e<64)return w[e]}var M=function(e){if(0===arguments.length)throw new TypeError("1 argument required, but only 0 present.");if((e=(e=""+e).replace(/[ \t\n\f\r]/g,"")).length%4==0&&(e=e.replace(/==?$/,"")),e.length%4==1||/[^+/0-9A-Za-z]/.test(e))return null;for(var t="",n=0,i=0,r=0;r>16),t+=String.fromCharCode((65280&n)>>8),t+=String.fromCharCode(255&n),n=i=0);return 12===i?(n>>=4,t+=String.fromCharCode(n)):18===i&&(n>>=2,t+=String.fromCharCode((65280&n)>>8),t+=String.fromCharCode(255&n)),t},D=function(e){if(0===arguments.length)throw new TypeError("1 argument required, but only 0 present.");var t;for(e=""+e,t=0;t255)return null;var n="";for(t=0;t>2,i[1]=(3&e.charCodeAt(t))<<4,e.length>t+1&&(i[1]|=e.charCodeAt(t+1)>>4,i[2]=(15&e.charCodeAt(t+1))<<2),e.length>t+2&&(i[2]|=e.charCodeAt(t+2)>>6,i[3]=63&e.charCodeAt(t+2));for(var r=0;r0)for(var n=0;n/g,">")).replace(/'/g,"'")).replace(/"/g,""")},xmlunescape:function(e){return(e=(e=(e=(e=e.replace(/\&/g,"&")).replace(/</g,"<")).replace(/>/g,">")).replace(/'/g,"'")).replace(/"/g,'"')},xmlTextNode:function(e){return F.xmlGenerator().createTextNode(e)},xmlHtmlNode:function(e){var t;return r?t=(new r).parseFromString(e,"text/xml"):((t=new ActiveXObject("Microsoft.XMLDOM")).async="false",t.loadXML(e)),t},getText:function(e){if(!e)return null;var t="";0===e.childNodes.length&&e.nodeType===F.ElementType.TEXT&&(t+=e.nodeValue);for(var n=0;n0&&(o=a.join("; "),t.setAttribute(r,o))}else t.setAttribute(r,o)}for(var p=0;p/g,"\\3e").replace(/@/g,"\\40")},unescapeNode:function(e){return"string"!=typeof e?e:e.replace(/\\20/g," ").replace(/\\22/g,'"').replace(/\\26/g,"&").replace(/\\27/g,"'").replace(/\\2f/g,"/").replace(/\\3a/g,":").replace(/\\3c/g,"<").replace(/\\3e/g,">").replace(/\\40/g,"@").replace(/\\5c/g,"\\")},getNodeFromJid:function(e){return e.indexOf("@")<0?null:e.split("@")[0]},getDomainFromJid:function(e){var t=F.getBareJidFromJid(e);if(t.indexOf("@")<0)return t;var n=t.split("@");return n.splice(0,1),n.join("@")},getResourceFromJid:function(e){if(!e)return null;var t=e.split("/");return t.length<2?null:(t.splice(0,1),t.join("/"))},getBareJidFromJid:function(e){return e?e.split("/")[0]:null},_handleError:function(e){void 0!==e.stack&&F.fatal(e.stack),e.sourceURL?F.fatal("error: "+this.handler+" "+e.sourceURL+":"+e.line+" - "+e.name+": "+e.message):e.fileName?F.fatal("error: "+this.handler+" "+e.fileName+":"+e.lineNumber+" - "+e.name+": "+e.message):F.fatal("error: "+e.message)},log:function(e,t){var n;e===this.LogLevel.FATAL&&(null===(n=console)||void 0===n||n.error(t))},debug:function(e){this.log(this.LogLevel.DEBUG,e)},info:function(e){this.log(this.LogLevel.INFO,e)},warn:function(e){this.log(this.LogLevel.WARN,e)},error:function(e){this.log(this.LogLevel.ERROR,e)},fatal:function(e){this.log(this.LogLevel.FATAL,e)},serialize:function(e){if(!e)return null;"function"==typeof e.tree&&(e=e.tree());var t=_$$_REQUIRE(_dependencyMap[4])(Array(e.attributes.length).keys()).map(function(t){return e.attributes[t].nodeName});t.sort();var n=t.reduce(function(t,n){return t+" "+n+"=\""+F.xmlescape(e.attributes.getNamedItem(n).value)+"\""},"<"+e.nodeName);if(e.childNodes.length>0){n+=">";for(var i=0;i"}}n+=""}else n+="/>";return n},_requestId:0,_connectionPlugins:{},addConnectionPlugin:function(e,t){F._connectionPlugins[e]=t},Builder:(function(){function e(t,n){_$$_REQUIRE(_dependencyMap[2])(this,e),"presence"!==t&&"message"!==t&&"iq"!==t||(n&&!n.xmlns?n.xmlns=F.NS.CLIENT:n||(n={xmlns:F.NS.CLIENT})),this.nodeTree=F.xmlElement(t,n),this.node=this.nodeTree}return _$$_REQUIRE(_dependencyMap[3])(e,[{key:"tree",value:function(){return this.nodeTree}},{key:"toString",value:function(){return F.serialize(this.nodeTree)}},{key:"up",value:function(){return this.node=this.node.parentNode,this}},{key:"root",value:function(){return this.node=this.nodeTree,this}},{key:"attrs",value:function(e){for(var t in e)Object.prototype.hasOwnProperty.call(e,t)&&(void 0===e[t]?this.node.removeAttribute(t):this.node.setAttribute(t,e[t]));return this}},{key:"c",value:function(e,t,n){var i=F.xmlElement(e,t,n);return this.node.appendChild(i),"string"!=typeof n&&"number"!=typeof n&&(this.node=i),this}},{key:"cnode",value:function(e){var t,n=F.xmlGenerator();try{t=void 0!==n.importNode}catch(e){t=!1}var i=t?n.importNode(e,!0):F.copyElement(e);return this.node.appendChild(i),this.node=i,this}},{key:"t",value:function(e){var t=F.xmlTextNode(e);return this.node.appendChild(t),this}},{key:"h",value:function(e){var t=F.xmlGenerator().createElement("body");t.innerHTML=e;for(var n=F.createHtml(t);n.childNodes.length>0;)this.node.appendChild(n.childNodes[0]);return this}}]),e})(),Handler:function(e,t,n,i,r,o,a){this.handler=e,this.ns=t,this.name=n,this.type=i,this.id=r,this.options=a||{matchBareFromJid:!1,ignoreNamespaceFragment:!1},this.options.matchBare&&(F.warn('The "matchBare" option is deprecated, use "matchBareFromJid" instead.'),this.options.matchBareFromJid=this.options.matchBare,delete this.options.matchBare),this.options.matchBareFromJid?this.from=o?F.getBareJidFromJid(o):null:this.from=o,this.user=!0}};F.Handler.prototype={getNamespace:function(e){var t=e.getAttribute("xmlns");return t&&this.options.ignoreNamespaceFragment&&(t=t.split("#")[0]),t},namespaceMatch:function(e){var t=this,n=!1;return!this.ns||(F.forEachChild(e,null,function(e){t.getNamespace(e)===t.ns&&(n=!0)}),n||this.getNamespace(e)===this.ns)},isMatch:function(e){var t=e.getAttribute("from");this.options.matchBareFromJid&&(t=F.getBareJidFromJid(t));var n=e.getAttribute("type");return!(!this.namespaceMatch(e)||this.name&&!F.isTagEqual(e,this.name)||this.type&&(Array.isArray(this.type)?-1===this.type.indexOf(n):n!==this.type)||this.id&&e.getAttribute("id")!==this.id||this.from&&t!==this.from)},run:function(e){var t=null;try{t=this.handler(e)}catch(e){throw F._handleError(e),e}return t},toString:function(){return"{Handler: "+this.handler+"("+this.name+","+this.id+","+this.ns+")}"}},F.TimedHandler=(function(){function e(t,n){_$$_REQUIRE(_dependencyMap[2])(this,e),this.period=t,this.handler=n,this.lastCalled=(new Date).getTime(),this.user=!0}return _$$_REQUIRE(_dependencyMap[3])(e,[{key:"run",value:function(){return this.lastCalled=(new Date).getTime(),this.handler()}},{key:"reset",value:function(){this.lastCalled=(new Date).getTime()}},{key:"toString",value:function(){return"{TimedHandler: "+this.handler+"("+this.period+")}"}}]),e})(),F.Connection=(function(){function e(t,n){var i=this;for(var r in _$$_REQUIRE(_dependencyMap[2])(this,e),this.service=t,this.options=n||{},this.setProtocol(),this.jid="",this.domain=null,this.features=null,this._sasl_data={},this.do_bind=!1,this.do_session=!1,this.mechanisms={},this.timedHandlers=[],this.handlers=[],this.removeTimeds=[],this.removeHandlers=[],this.addTimeds=[],this.addHandlers=[],this.protocolErrorHandlers={HTTP:{},websocket:{}},this._idleTimeout=null,this._disconnectTimeout=null,this.authenticated=!1,this.connected=!1,this.disconnecting=!1,this.do_authentication=!0,this.paused=!1,this.restored=!1,this._data=[],this._uniqueId=0,this._sasl_success_handler=null,this._sasl_failure_handler=null,this._sasl_challenge_handler=null,this.maxRetries=5,this._idleTimeout=setTimeout(function(){return i._onIdle()},100),v(this.options.cookies),this.registerSASLMechanisms(this.options.mechanisms),this.iqFallbackHandler=new F.Handler(function(e){return i.send(L({type:"error",id:e.getAttribute("id")}).c("error",{type:"cancel"}).c("service-unavailable",{xmlns:F.NS.STANZAS}))},null,"iq",["get","set"]),F._connectionPlugins)if(Object.prototype.hasOwnProperty.call(F._connectionPlugins,r)){var o=function(){};o.prototype=F._connectionPlugins[r],this[r]=new o,this[r].init(this)}}return _$$_REQUIRE(_dependencyMap[3])(e,[{key:"setProtocol",value:function(){var e=this.options.protocol||"";this.options.worker?this._proto=new F.WorkerWebsocket(this):0===this.service.indexOf("ws:")||0===this.service.indexOf("wss:")||0===e.indexOf("ws")?this._proto=new F.Websocket(this):this._proto=new F.Bosh(this)}},{key:"reset",value:function(){this._proto._reset(),this.do_session=!1,this.do_bind=!1,this.timedHandlers=[],this.handlers=[],this.removeTimeds=[],this.removeHandlers=[],this.addTimeds=[],this.addHandlers=[],this.authenticated=!1,this.connected=!1,this.disconnecting=!1,this.restored=!1,this._data=[],this._requests=[],this._uniqueId=0}},{key:"pause",value:function(){this.paused=!0}},{key:"resume",value:function(){this.paused=!1}},{key:"getUniqueId",value:function(e){var t="xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx".replace(/[xy]/g,function(e){var t=16*Math.random()|0;return("x"===e?t:3&t|8).toString(16)});return"string"==typeof e||"number"==typeof e?t+":"+e:t+""}},{key:"addProtocolErrorHandler",value:function(e,t,n){this.protocolErrorHandlers[e][t]=n}},{key:"connect",value:function(e,t,n,i,r,o,a){var s=arguments.length>7&&void 0!==arguments[7]?arguments[7]:3e3;this.jid=e,this.authzid=F.getBareJidFromJid(this.jid),this.authcid=a||F.getNodeFromJid(this.jid),this.pass=t,this.connect_callback=n,this.disconnecting=!1,this.connected=!1,this.authenticated=!1,this.restored=!1,this.disconnection_timeout=s,this.domain=F.getDomainFromJid(this.jid),this._changeConnectStatus(F.Status.CONNECTING,null),this._proto._connect(i,r,o)}},{key:"attach",value:function(e,t,n,i,r,o,a){if(this._proto._attach)return this._proto._attach(e,t,n,i,r,o,a);var s=new Error('The "attach" method is not available for your connection protocol');throw s.name="StropheSessionError",s}},{key:"restore",value:function(e,t,n,i,r){if(!this._sessionCachingSupported()){var o=new Error('The "restore" method can only be used with a BOSH connection.');throw o.name="StropheSessionError",o}this._proto._restore(e,t,n,i,r)}},{key:"_sessionCachingSupported",value:function(){if(this._proto instanceof F.Bosh){if(!JSON)return!1;try{sessionStorage.setItem("_strophe_","_strophe_"),sessionStorage.removeItem("_strophe_")}catch(e){return!1}return!0}return!1}},{key:"xmlInput",value:function(e){}},{key:"xmlOutput",value:function(e){}},{key:"rawInput",value:function(e){}},{key:"rawOutput",value:function(e){}},{key:"nextValidRid",value:function(e){}},{key:"send",value:function(e){if(null!==e){if("function"==typeof e.sort)for(var t=0;t=0&&this.addHandlers.splice(t,1)}},{key:"registerSASLMechanisms",value:function(e){var t=this;this.mechanisms={},(e=e||[F.SASLAnonymous,F.SASLExternal,F.SASLOAuthBearer,F.SASLXOAuth2,F.SASLPlain,F.SASLSHA1]).forEach(function(e){return t.registerSASLMechanism(e)})}},{key:"registerSASLMechanism",value:function(e){var t=new e;this.mechanisms[t.mechname]=t}},{key:"disconnect",value:function(e){if(this._changeConnectStatus(F.Status.DISCONNECTING,e),e?F.warn("Disconnect was called because: "+e):F.info("Disconnect was called"),this.connected){var t=!1;this.disconnecting=!0,this.authenticated&&(t=U({xmlns:F.NS.CLIENT,type:"unavailable"})),this._disconnectTimeout=this._addSysTimedHandler(this.disconnection_timeout,this._onDisconnectTimeout.bind(this)),this._proto._disconnect(t)}else F.warn("Disconnect was called before Strophe connected to the server"),this._proto._abortAllRequests(),this._doDisconnect()}},{key:"_changeConnectStatus",value:function(e,t,n){for(var i in F._connectionPlugins)if(Object.prototype.hasOwnProperty.call(F._connectionPlugins,i)){var r=this[i];if(r.statusChanged)try{r.statusChanged(e,t)}catch(e){F.error(i+" plugin caused an exception changing status: "+e)}}if(this.connect_callback)try{this.connect_callback(e,t,n)}catch(e){F._handleError(e),F.error("User connection callback caused an exception: "+e)}}},{key:"_doDisconnect",value:function(e){"number"==typeof this._idleTimeout&&clearTimeout(this._idleTimeout),null!==this._disconnectTimeout&&(this.deleteTimedHandler(this._disconnectTimeout),this._disconnectTimeout=null),F.debug("_doDisconnect was called"),this._proto._doDisconnect(),this.authenticated=!1,this.disconnecting=!1,this.restored=!1,this.handlers=[],this.timedHandlers=[],this.removeTimeds=[],this.removeHandlers=[],this.addTimeds=[],this.addHandlers=[],this._changeConnectStatus(F.Status.DISCONNECTED,e),this.connected=!1}},{key:"_dataRecv",value:function(e,t){var n=this,i=this._proto._reqToData(e);if(null!==i){for(this.xmlInput!==F.Connection.prototype.xmlInput&&(i.nodeName===this._proto.strip&&i.childNodes.length?this.xmlInput(i.childNodes[0]):this.xmlInput(i)),this.rawInput!==F.Connection.prototype.rawInput&&(t?this.rawInput(t):this.rawInput(F.serialize(i)));this.removeHandlers.length>0;){var r=this.removeHandlers.pop(),o=this.handlers.indexOf(r);o>=0&&this.handlers.splice(o,1)}for(;this.addHandlers.length>0;)this.handlers.push(this.addHandlers.pop());if(this.disconnecting&&this._proto._emptyQueue())this._doDisconnect();else{var a=i.getAttribute("type");if(null!==a&&"terminate"===a){if(this.disconnecting)return;var s=i.getAttribute("condition"),c=i.getElementsByTagName("conflict");return null!==s?("remote-stream-error"===s&&c.length>0&&(s="conflict"),this._changeConnectStatus(F.Status.CONNFAIL,s)):this._changeConnectStatus(F.Status.CONNFAIL,F.ErrorCondition.UNKOWN_REASON),void this._doDisconnect(s)}F.forEachChild(i,null,function(e){var t=[];n.handlers=n.handlers.reduce(function(i,r){try{!r.isMatch(e)||!n.authenticated&&r.user?i.push(r):(r.run(e)&&i.push(r),t.push(r))}catch(e){F.warn("Removing Strophe handlers due to uncaught exception: "+e.message)}return i},[]),!t.length&&n.iqFallbackHandler.isMatch(e)&&n.iqFallbackHandler.run(e)})}}}},{key:"_connect_cb",value:function(e,t,n){var i,r=this;F.debug("_connect_cb was called"),this.connected=!0;try{i=this._proto._reqToData(e)}catch(e){if(e.name!==F.ErrorCondition.BAD_FORMAT)throw e;this._changeConnectStatus(F.Status.CONNFAIL,F.ErrorCondition.BAD_FORMAT),this._doDisconnect(F.ErrorCondition.BAD_FORMAT)}if(i&&(this.xmlInput!==F.Connection.prototype.xmlInput&&(i.nodeName===this._proto.strip&&i.childNodes.length?this.xmlInput(i.childNodes[0]):this.xmlInput(i)),this.rawInput!==F.Connection.prototype.rawInput&&(n?this.rawInput(n):this.rawInput(F.serialize(i))),this._proto._connect_cb(i)!==F.Status.CONNFAIL))if(i.getElementsByTagNameNS?i.getElementsByTagNameNS(F.NS.STREAM,"features").length>0:i.getElementsByTagName("stream:features").length>0||i.getElementsByTagName("features").length>0){var o=Array.from(i.getElementsByTagName("mechanism")).map(function(e){return r.mechanisms[e.textContent]}).filter(function(e){return e});0!==o.length||0!==i.getElementsByTagName("auth").length?!1!==this.do_authentication&&this.authenticate(o):this._proto._no_auth_received(t)}else this._proto._no_auth_received(t)}},{key:"sortMechanismsByPriority",value:function(e){for(var t=0;te[n].priority&&(n=i);if(n!==t){var r=e[t];e[t]=e[n],e[n]=r}}return e}},{key:"authenticate",value:function(e){this._attemptSASLAuth(e)||this._attemptLegacyAuth()}},{key:"_attemptSASLAuth",value:function(e){e=this.sortMechanismsByPriority(e||[]);for(var t=!1,n=0;n0&&(t=F.ErrorCondition.CONFLICT),this._changeConnectStatus(F.Status.AUTHFAIL,t,e),!1;var n=e.getElementsByTagName("bind");if(!(n.length>0))return F.warn("Resource binding failed."),this._changeConnectStatus(F.Status.AUTHFAIL,null,e),!1;var i=n[0].getElementsByTagName("jid");i.length>0&&(this.authenticated=!0,this.jid=F.getText(i[0]),this.do_session?this._establishSession():this._changeConnectStatus(F.Status.CONNECTED,null))}},{key:"_establishSession",value:function(){if(!this.do_session)throw new Error("Strophe.Connection.prototype._establishSession called but apparently "+F.NS.SESSION+" wasn't advertised by the server");this._addSysHandler(this._onSessionResultIQ.bind(this),null,null,null,"_session_auth_2"),this.send(L({type:"set",id:"_session_auth_2"}).c("session",{xmlns:F.NS.SESSION}).tree())}},{key:"_onSessionResultIQ",value:function(e){if("result"===e.getAttribute("type"))this.authenticated=!0,this._changeConnectStatus(F.Status.CONNECTED,null);else if("error"===e.getAttribute("type"))return this.authenticated=!1,F.warn("Session creation failed."),this._changeConnectStatus(F.Status.AUTHFAIL,null,e),!1;return!1}},{key:"_sasl_failure_cb",value:function(e){return this._sasl_success_handler&&(this.deleteHandler(this._sasl_success_handler),this._sasl_success_handler=null),this._sasl_challenge_handler&&(this.deleteHandler(this._sasl_challenge_handler),this._sasl_challenge_handler=null),this._sasl_mechanism&&this._sasl_mechanism.onFailure(),this._changeConnectStatus(F.Status.AUTHFAIL,null,e),!1}},{key:"_auth2_cb",value:function(e){return"result"===e.getAttribute("type")?(this.authenticated=!0,this._changeConnectStatus(F.Status.CONNECTED,null)):"error"===e.getAttribute("type")&&(this._changeConnectStatus(F.Status.AUTHFAIL,null,e),this.disconnect("authentication failed")),!1}},{key:"_addSysTimedHandler",value:function(e,t){var n=new F.TimedHandler(e,t);return n.user=!1,this.addTimeds.push(n),n}},{key:"_addSysHandler",value:function(e,t,n,i,r){var o=new F.Handler(e,t,n,i,r);return o.user=!1,this.addHandlers.push(o),o}},{key:"_onDisconnectTimeout",value:function(){return F.debug("_onDisconnectTimeout was called"),this._changeConnectStatus(F.Status.CONNTIMEOUT,null),this._proto._onDisconnectTimeout(),this._doDisconnect(),!1}},{key:"_onIdle",value:function(){for(var e=this;this.addTimeds.length>0;)this.timedHandlers.push(this.addTimeds.pop());for(;this.removeTimeds.length>0;){var t=this.removeTimeds.pop(),n=this.timedHandlers.indexOf(t);n>=0&&this.timedHandlers.splice(n,1)}for(var i=(new Date).getTime(),r=[],o=0;o0&&void 0!==arguments[0]?arguments[0]:"ANONYMOUS",arguments.length>1&&void 0!==arguments[1]&&arguments[1],arguments.length>2&&void 0!==arguments[2]?arguments[2]:20)}return _$$_REQUIRE(_dependencyMap[3])(n,[{key:"test",value:function(e){return null===e.authcid}}]),n})(m),F.SASLPlain=(function(e){_$$_REQUIRE(_dependencyMap[5])(n,e);var t=_createSuper(n);function n(){return _$$_REQUIRE(_dependencyMap[2])(this,n),t.call(this,arguments.length>0&&void 0!==arguments[0]?arguments[0]:"PLAIN",!(arguments.length>1&&void 0!==arguments[1])||arguments[1],arguments.length>2&&void 0!==arguments[2]?arguments[2]:50)}return _$$_REQUIRE(_dependencyMap[3])(n,[{key:"test",value:function(e){return null!==e.authcid}},{key:"onChallenge",value:function(e){var t=e.authcid,n=e.authzid,i=e.domain,r=e.pass;if(!i)throw new Error("SASLPlain onChallenge: domain is not defined!");var o=n!==t+"@"+i?n:"";return o+="\0",o+=t,o+="\0",g(o+=r)}}]),n})(m),F.SASLSHA1=(function(e){_$$_REQUIRE(_dependencyMap[5])(n,e);var t=_createSuper(n);function n(){return _$$_REQUIRE(_dependencyMap[2])(this,n),t.call(this,arguments.length>0&&void 0!==arguments[0]?arguments[0]:"SCRAM-SHA-1",!(arguments.length>1&&void 0!==arguments[1])||arguments[1],arguments.length>2&&void 0!==arguments[2]?arguments[2]:60)}return _$$_REQUIRE(_dependencyMap[3])(n,[{key:"test",value:function(e){return null!==e.authcid}},{key:"onChallenge",value:function(e,t){for(var n,i,r,o,a,s,c,d,u="c=biws,",l=e._sasl_data["client-first-message-bare"]+","+t+",",p=e._sasl_data.cnonce,h=/([a-z]+)=([^,]+)(,|$)/;t.match(h);){var f=t.match(h);switch(t=t.replace(f[0],""),f[1]){case"r":n=f[2];break;case"s":i=f[2];break;case"i":r=f[2]}}if(n.slice(0,p.length)!==p)return e._sasl_data={},e._sasl_failure_cb();l+=u+="r="+n,i=atob(i),i+="\0\0\0\x01";var m=g(e.pass);for(o=s=k.core_hmac_sha1(m,i),c=1;c0&&void 0!==arguments[0]?arguments[0]:"OAUTHBEARER",!(arguments.length>1&&void 0!==arguments[1])||arguments[1],arguments.length>2&&void 0!==arguments[2]?arguments[2]:40)}return _$$_REQUIRE(_dependencyMap[3])(n,[{key:"test",value:function(e){return null!==e.pass}},{key:"onChallenge",value:function(e){var t="n,";return null!==e.authcid&&(t=t+"a="+e.authzid),t+=",",t+="\x01",t+="auth=Bearer ",t+=e.pass,t+="\x01",g(t+="\x01")}}]),n})(m),F.SASLExternal=(function(e){_$$_REQUIRE(_dependencyMap[5])(n,e);var t=_createSuper(n);function n(){return _$$_REQUIRE(_dependencyMap[2])(this,n),t.call(this,arguments.length>0&&void 0!==arguments[0]?arguments[0]:"EXTERNAL",!(arguments.length>1&&void 0!==arguments[1])||arguments[1],arguments.length>2&&void 0!==arguments[2]?arguments[2]:10)}return _$$_REQUIRE(_dependencyMap[3])(n,[{key:"onChallenge",value:function(e){return e.authcid===e.authzid?"":e.authzid}}]),n})(m),F.SASLXOAuth2=(function(e){_$$_REQUIRE(_dependencyMap[5])(n,e);var t=_createSuper(n);function n(){return _$$_REQUIRE(_dependencyMap[2])(this,n),t.call(this,arguments.length>0&&void 0!==arguments[0]?arguments[0]:"X-OAUTH2",!(arguments.length>1&&void 0!==arguments[1])||arguments[1],arguments.length>2&&void 0!==arguments[2]?arguments[2]:30)}return _$$_REQUIRE(_dependencyMap[3])(n,[{key:"test",value:function(e){return null!==e.pass}},{key:"onChallenge",value:function(e){var t="\0";return null!==e.authcid&&(t+=e.authzid),t+="\0",t+=e.pass,g(t)}}]),n})(m);var j={Strophe:F,$build:O,$iq:L,$msg:N,$pres:U,SHA1:k,MD5:f,b64_hmac_sha1:k.b64_hmac_sha1,b64_sha1:k.b64_sha1,str_hmac_sha1:k.str_hmac_sha1,str_sha1:k.str_sha1};F.Request=(function(){function e(t,n,i,r){_$$_REQUIRE(_dependencyMap[2])(this,e),this.id=++F._requestId,this.xmlData=t,this.data=F.serialize(t),this.origFunc=n,this.func=n,this.rid=i,this.date=NaN,this.sends=r||0,this.abort=!1,this.dead=null,this.age=function(){return this.date?(new Date-this.date)/1e3:0},this.timeDead=function(){return this.dead?(new Date-this.dead)/1e3:0},this.xhr=this._newXHR()}return _$$_REQUIRE(_dependencyMap[3])(e,[{key:"getResponse",value:function(){var e=null;if(this.xhr.responseXML&&this.xhr.responseXML.documentElement){if("parsererror"===(e=this.xhr.responseXML.documentElement).tagName)throw F.error("invalid response received"),F.error("responseText: "+this.xhr.responseText),F.error("responseXML: "+F.serialize(this.xhr.responseXML)),new Error("parsererror")}else if(this.xhr.responseText){if(F.debug("Got responseText but no responseXML; attempting to parse it with DOMParser..."),!(e=(new r).parseFromString(this.xhr.responseText,"application/xml").documentElement))throw new Error("Parsing produced null node");if(e.querySelector("parsererror")){F.error("invalid response received: "+e.querySelector("parsererror").textContent),F.error("responseText: "+this.xhr.responseText);var t=new Error;throw t.name=F.ErrorCondition.BAD_FORMAT,t}}return e}},{key:"_newXHR",value:function(){var e=null;return window.XMLHttpRequest?(e=new XMLHttpRequest).overrideMimeType&&e.overrideMimeType("text/xml; charset=utf-8"):window.ActiveXObject&&(e=new ActiveXObject("Microsoft.XMLHTTP")),e.onreadystatechange=this.func.bind(null,this),e}}]),e})(),F.Bosh=(function(){function e(t){_$$_REQUIRE(_dependencyMap[2])(this,e),this._conn=t,this.rid=Math.floor(4294967295*Math.random()),this.sid=null,this.hold=1,this.wait=60,this.window=5,this.errors=0,this.inactivity=null,this.lastResponseHeaders=null,this._requests=[]}return _$$_REQUIRE(_dependencyMap[3])(e,[{key:"_buildBody",value:function(){var e=O("body",{rid:this.rid++,xmlns:F.NS.HTTPBIND});return null!==this.sid&&e.attrs({sid:this.sid}),this._conn.options.keepalive&&this._conn._sessionCachingSupported()&&this._cacheSession(),e}},{key:"_reset",value:function(){this.rid=Math.floor(4294967295*Math.random()),this.sid=null,this.errors=0,this._conn._sessionCachingSupported()&&window.sessionStorage.removeItem("strophe-bosh-session"),this._conn.nextValidRid(this.rid)}},{key:"_connect",value:function(e,t,n){this.wait=e||this.wait,this.hold=t||this.hold,this.errors=0;var i=this._buildBody().attrs({to:this._conn.domain,"xml:lang":"en",wait:this.wait,hold:this.hold,content:"text/xml; charset=utf-8",ver:"1.6","xmpp:version":"1.0","xmlns:xmpp":F.NS.BOSH});n&&i.attrs({route:n});var r=this._conn._connect_cb;this._requests.push(new F.Request(i.tree(),this._onRequestStateChange.bind(this,r.bind(this._conn)),i.tree().getAttribute("rid"))),this._throttledRequestHandler()}},{key:"_attach",value:function(e,t,n,i,r,o,a){this._conn.jid=e,this.sid=t,this.rid=n,this._conn.connect_callback=i,this._conn.domain=F.getDomainFromJid(this._conn.jid),this._conn.authenticated=!0,this._conn.connected=!0,this.wait=r||this.wait,this.hold=o||this.hold,this.window=a||this.window,this._conn._changeConnectStatus(F.Status.ATTACHED,null)}},{key:"_restore",value:function(e,t,n,i,r){var o=JSON.parse(window.sessionStorage.getItem("strophe-bosh-session"));if(!(null!=o&&o.rid&&o.sid&&o.jid&&(null==e||F.getBareJidFromJid(o.jid)===F.getBareJidFromJid(e)||null===F.getNodeFromJid(e)&&F.getDomainFromJid(o.jid)===e))){var a=new Error("_restore: no restoreable session.");throw a.name="StropheSessionError",a}this._conn.restored=!0,this._attach(o.jid,o.sid,o.rid,t,n,i,r)}},{key:"_cacheSession",value:function(){this._conn.authenticated?this._conn.jid&&this.rid&&this.sid&&window.sessionStorage.setItem("strophe-bosh-session",JSON.stringify({jid:this._conn.jid,rid:this.rid,sid:this.sid})):window.sessionStorage.removeItem("strophe-bosh-session")}},{key:"_connect_cb",value:function(e){var t=e.getAttribute("type");if(null!==t&&"terminate"===t){var n=e.getAttribute("condition");F.error("BOSH-Connection failed: "+n);var i=e.getElementsByTagName("conflict");return null!==n?("remote-stream-error"===n&&i.length>0&&(n="conflict"),this._conn._changeConnectStatus(F.Status.CONNFAIL,n)):this._conn._changeConnectStatus(F.Status.CONNFAIL,"unknown"),this._conn._doDisconnect(n),F.Status.CONNFAIL}this.sid||(this.sid=e.getAttribute("sid"));var r=e.getAttribute("requests");r&&(this.window=parseInt(r,10));var o=e.getAttribute("hold");o&&(this.hold=parseInt(o,10));var a=e.getAttribute("wait");a&&(this.wait=parseInt(a,10));var s=e.getAttribute("inactivity");s&&(this.inactivity=parseInt(s,10))}},{key:"_disconnect",value:function(e){this._sendTerminate(e)}},{key:"_doDisconnect",value:function(){this.sid=null,this.rid=Math.floor(4294967295*Math.random()),this._conn._sessionCachingSupported()&&window.sessionStorage.removeItem("strophe-bosh-session"),this._conn.nextValidRid(this.rid)}},{key:"_emptyQueue",value:function(){return 0===this._requests.length}},{key:"_callProtocolErrorHandlers",value:function(t){var n=e._getRequestStatus(t),i=this._conn.protocolErrorHandlers.HTTP[n];i&&i.call(this,n)}},{key:"_hitError",value:function(e){this.errors++,F.warn("request errored, status: "+e+", number of errors: "+this.errors),this.errors>4&&this._conn._onDisconnectTimeout()}},{key:"_no_auth_received",value:function(e){F.warn("Server did not yet offer a supported authentication mechanism. Sending a blank poll request."),e=e?e.bind(this._conn):this._conn._connect_cb.bind(this._conn);var t=this._buildBody();this._requests.push(new F.Request(t.tree(),this._onRequestStateChange.bind(this,e),t.tree().getAttribute("rid"))),this._throttledRequestHandler()}},{key:"_onDisconnectTimeout",value:function(){this._abortAllRequests()}},{key:"_abortAllRequests",value:function(){for(;this._requests.length>0;){var e=this._requests.pop();e.abort=!0,e.xhr.abort(),e.xhr.onreadystatechange=function(){}}}},{key:"_onIdle",value:function(){var e=this._conn._data;if(this._conn.authenticated&&0===this._requests.length&&0===e.length&&!this._conn.disconnecting&&(F.debug("no requests during idle cycle, sending blank request"),e.push(null)),!this._conn.paused){if(this._requests.length<2&&e.length>0){for(var t=this._buildBody(),n=0;n0){var i=this._requests[0].age();null!==this._requests[0].dead&&this._requests[0].timeDead()>Math.floor(F.SECONDARY_TIMEOUT*this.wait)&&this._throttledRequestHandler(),i>Math.floor(F.TIMEOUT*this.wait)&&(F.warn("Request "+this._requests[0].id+" timed out, over "+Math.floor(F.TIMEOUT*this.wait)+" seconds since last activity"),this._throttledRequestHandler())}}}},{key:"_onRequestStateChange",value:function(t,n){if(F.debug("request id "+n.id+"."+n.sends+" state changed to "+n.xhr.readyState),n.abort)n.abort=!1;else if(4===n.xhr.readyState){var i=e._getRequestStatus(n);if(this.lastResponseHeaders=n.xhr.getAllResponseHeaders(),this._conn.disconnecting&&i>=400)return this._hitError(i),void this._callProtocolErrorHandlers(n);var r=this._requests[0]===n,o=this._requests[1]===n,a=i>0&&i<500,s=n.sends>this._conn.maxRetries;(a||s)&&(this._removeRequest(n),F.debug("request id "+n.id+" should now be removed")),200===i?((o||r&&this._requests.length>0&&this._requests[0].age()>Math.floor(F.SECONDARY_TIMEOUT*this.wait))&&this._restartRequest(0),this._conn.nextValidRid(Number(n.rid)+1),F.debug("request id "+n.id+"."+n.sends+" got 200"),t(n),this.errors=0):0===i||i>=400&&i<600||i>=12e3?(F.error("request id "+n.id+"."+n.sends+" error "+i+" happened"),this._hitError(i),this._callProtocolErrorHandlers(n),i>=400&&i<500&&(this._conn._changeConnectStatus(F.Status.DISCONNECTING,null),this._conn._doDisconnect())):F.error("request id "+n.id+"."+n.sends+" error "+i+" happened"),a||s?s&&!this._conn.connected&&this._conn._changeConnectStatus(F.Status.CONNFAIL,"giving-up"):this._throttledRequestHandler()}}},{key:"_processRequest",value:function(t){var n=this,i=this._requests[t],r=e._getRequestStatus(i,-1);if(i.sends>this._conn.maxRetries)this._conn._onDisconnectTimeout();else{var o=i.age(),a=!isNaN(o)&&o>Math.floor(F.TIMEOUT*this.wait),s=null!==i.dead&&i.timeDead()>Math.floor(F.SECONDARY_TIMEOUT*this.wait),c=4===i.xhr.readyState&&(r<1||r>=500);if((a||s||c)&&(s&&F.error("Request "+this._requests[t].id+" timed out (secondary), restarting"),i.abort=!0,i.xhr.abort(),i.xhr.onreadystatechange=function(){},this._requests[t]=new F.Request(i.xmlData,i.origFunc,i.rid,i.sends),i=this._requests[t]),0===i.xhr.readyState){F.debug("request id "+i.id+"."+i.sends+" posting");try{var d=this._conn.options.contentType||"text/xml; charset=utf-8";i.xhr.open("POST",this._conn.service,!this._conn.options.sync),void 0!==i.xhr.setRequestHeader&&i.xhr.setRequestHeader("Content-Type",d),this._conn.options.withCredentials&&(i.xhr.withCredentials=!0)}catch(e){return F.error("XHR open failed: "+e.toString()),this._conn.connected||this._conn._changeConnectStatus(F.Status.CONNFAIL,"bad-service"),void this._conn.disconnect()}var u=function(){if(i.date=new Date,n._conn.options.customHeaders){var e=n._conn.options.customHeaders;for(var t in e)Object.prototype.hasOwnProperty.call(e,t)&&i.xhr.setRequestHeader(t,e[t])}i.xhr.send(i.data)};if(i.sends>1){var l=1e3*Math.min(Math.floor(F.TIMEOUT*this.wait),Math.pow(i.sends,3));setTimeout(function(){u()},l)}else u();i.sends++,this._conn.xmlOutput!==F.Connection.prototype.xmlOutput&&(i.xmlData.nodeName===this.strip&&i.xmlData.childNodes.length?this._conn.xmlOutput(i.xmlData.childNodes[0]):this._conn.xmlOutput(i.xmlData)),this._conn.rawOutput!==F.Connection.prototype.rawOutput&&this._conn.rawOutput(i.data)}else F.debug("_processRequest: "+(0===t?"first":"second")+" request has readyState of "+i.xhr.readyState)}}},{key:"_removeRequest",value:function(e){F.debug("removing request");for(var t=this._requests.length-1;t>=0;t--)e===this._requests[t]&&this._requests.splice(t,1);e.xhr.onreadystatechange=function(){},this._throttledRequestHandler()}},{key:"_restartRequest",value:function(e){var t=this._requests[e];null===t.dead&&(t.dead=new Date),this._processRequest(e)}},{key:"_reqToData",value:function(e){try{return e.getResponse()}catch(e){if("parsererror"!==e.message)throw e;this._conn.disconnect("strophe-parsererror")}}},{key:"_sendTerminate",value:function(e){F.debug("_sendTerminate was called");var t=this._buildBody().attrs({type:"terminate"});e&&t.cnode(e.tree());var n=new F.Request(t.tree(),this._onRequestStateChange.bind(this,this._conn._dataRecv.bind(this._conn)),t.tree().getAttribute("rid"));this._requests.push(n),this._throttledRequestHandler()}},{key:"_send",value:function(){var e=this;clearTimeout(this._conn._idleTimeout),this._throttledRequestHandler(),this._conn._idleTimeout=setTimeout(function(){return e._conn._onIdle()},100)}},{key:"_sendRestart",value:function(){this._throttledRequestHandler(),clearTimeout(this._conn._idleTimeout)}},{key:"_throttledRequestHandler",value:function(){this._requests?F.debug("_throttledRequestHandler called with "+this._requests.length+" requests"):F.debug("_throttledRequestHandler called with undefined requests"),this._requests&&0!==this._requests.length&&(this._requests.length>0&&this._processRequest(0),this._requests.length>1&&Math.abs(this._requests[0].rid-this._requests[1].rid): "+n);var i=e.getAttribute("version");return"string"!=typeof i?t="Missing version in ":"1.0"!==i&&(t="Wrong version in : "+i),!t||(this._conn._changeConnectStatus(F.Status.CONNFAIL,t),this._conn._doDisconnect(),!1)}},{key:"_onInitialMessage",value:function(e){if(0===e.data.indexOf("\s*)*/,"");if(""===t)return;var n=(new r).parseFromString(t,"text/xml").documentElement;this._conn.xmlInput(n),this._conn.rawInput(e.data),this._handleStreamStart(n)&&this._connect_cb(n)}else if(0===e.data.indexOf("=0&&o.indexOf("wss:")>=0||a.indexOf("ws:")>=0)&&(this._conn._changeConnectStatus(F.Status.REDIRECT,"Received see-other-uri, resetting connection"),this._conn.reset(),this._conn.service=o,this._connect())}else this._conn._changeConnectStatus(F.Status.CONNFAIL,"Received closing stream"),this._conn._doDisconnect()}else{this._replaceMessageHandler();var s=this._streamWrap(e.data),c=(new r).parseFromString(s,"text/xml").documentElement;this._conn._connect_cb(c,null,e.data)}}},{key:"_replaceMessageHandler",value:function(){var e=this;this.socket.onmessage=function(t){return e._onMessage(t)}}},{key:"_disconnect",value:function(e){var t=this;if(this.socket&&this.socket.readyState!==i.CLOSED){e&&this._conn.send(e);var n=O("close",{xmlns:F.NS.FRAMING});this._conn.xmlOutput(n.tree());var r=F.serialize(n);this._conn.rawOutput(r);try{this.socket.send(r)}catch(e){F.warn("Couldn't send tag.")}}setTimeout(function(){return t._conn._doDisconnect()},0)}},{key:"_doDisconnect",value:function(){F.debug("WebSockets _doDisconnect was called"),this._closeSocket()}},{key:"_streamWrap",value:function(e){return""+e+""}},{key:"_closeSocket",value:function(){if(this.socket)try{this.socket.onclose=null,this.socket.onerror=null,this.socket.onmessage=null,this.socket.close()}catch(e){F.debug(e.message)}this.socket=null}},{key:"_emptyQueue",value:function(){return!0}},{key:"_onClose",value:function(e){this._conn.connected&&!this._conn.disconnecting?(F.error("Websocket closed unexpectedly"),this._conn._doDisconnect()):e&&1006===e.code&&!this._conn.connected&&this.socket?(F.error("Websocket closed unexcectedly"),this._conn._changeConnectStatus(F.Status.CONNFAIL,"The WebSocket connection could not be established or was disconnected."),this._conn._doDisconnect()):F.debug("Websocket closed")}},{key:"_no_auth_received",value:function(e){F.error("Server did not offer a supported authentication mechanism"),this._conn._changeConnectStatus(F.Status.CONNFAIL,F.ErrorCondition.NO_AUTH_MECH),e&&e.call(this._conn),this._conn._doDisconnect()}},{key:"_onDisconnectTimeout",value:function(){}},{key:"_abortAllRequests",value:function(){}},{key:"_onError",value:function(e){F.error("Websocket error "+JSON.stringify(e)),this._conn._changeConnectStatus(F.Status.CONNFAIL,"The WebSocket connection could not be established or was disconnected."),this._disconnect()}},{key:"_onIdle",value:function(){var e=this._conn._data;if(e.length>0&&!this._conn.paused){for(var t=0;t0,this._originalOnStreamFeaturesAfterSASL.apply(this._c,arguments)},statusChanged:function(t){if(this._connectionStatus=t,this.getResumeToken()||t!==e.Strophe.Status.CONNECTED&&t!==e.Strophe.Status.DISCONNECTED)if(t===e.Strophe.Status.BINDREQUIRED){for(var n of(this._c.jid=this._storedJid,(this._resumeState.handlers||[]).concat(this._resumeState.addHandlers||[])))this._c._addSysHandler(n.handler,n.ns,n.name,n.type,n.id);for(var i of(this._resumeState.timedHandlers||[]).concat(this._resumeState.addTimeds))this._c.addTimedHandler(i.period,i.handler);for(var r of(this._resumeState.removeTimeds||[]).concat(this._resumeState.removeHandlers||[]))this._c.deleteTimedHandler(r);this._c.send(e.$build("resume",{xmlns:this._NS,h:this._clientProcessedStanzasCounter,previd:this._resumeToken})),this._c.flush()}else t===e.Strophe.Status.ERROR&&(this.logging&&e.Strophe.debug("SM cleared resume token on error"),this._resumeToken=void 0);else this.logging&&e.Strophe.debug("SM reset state"),this._serverProcesssedStanzasCounter=0,this._clientProcessedStanzasCounter=0,this._clientSentStanzasCounter=0,this._isStreamManagementEnabled=!1,this._requestResponseIntervalCount=0,this._resuming=!1,t===e.Strophe.Status.DISCONNECTED&&(this._isSupported=!1),this._unacknowledgedStanzas=[],this._requestHandler&&this._c.deleteHandler(this._requestHandler),this._incomingHandler&&this._c.deleteHandler(this._incomingHandler),this._requestHandler=this._c.addHandler(this._handleServerRequestHandler.bind(this),this._NS,"r"),this._ackHandler=this._c.addHandler(this._handleServerAck.bind(this),this._NS,"a"),this._incomingHandler=this._c.addHandler(this._incomingStanzaHandler.bind(this)),this._enabledHandler=this._c._addSysHandler(this._handleEnabled.bind(this),this._NS,"enabled"),this._resumeFailedHandler=this._c._addSysHandler(this._handleResumeFailed.bind(this),this._NS,"failed"),this._resumedHandler=this._c._addSysHandler(this._handleResumed.bind(this),this._NS,"resumed")},xmlOutput:function(t){return(e.Strophe.isTagEqual(t,"iq")||e.Strophe.isTagEqual(t,"presence")||e.Strophe.isTagEqual(t,"message"))&&this._increaseSentStanzasCounter(t),this._originalXMLOutput.call(this._c,t)},_handleEnabled:function(e){return this._isStreamManagementEnabled=!0,this._resumeToken="true"===e.getAttribute("resume")&&e.getAttribute("id"),this._c.resume(),!0},_handleResumeFailed:function(t){var n=t&&(t.firstElementChild&&t.firstElementChild.tagName||t.firstChild&&t.firstChild.tagName);return this._c._changeConnectStatus(e.Strophe.Status.ERROR,n,t),this._c._doDisconnect(),!0},_handleResumed:function(t){var n=parseInt(t.getAttribute("h"));if(this._handleAcknowledgedStanzas(n,this._serverProcesssedStanzasCounter),this._resuming=!1,this._c.do_bind=!1,this._c.authenticated=!0,this._c.restored=!0,this._unacknowledgedStanzas.length>0)for(var i of(this.logging&&e.Strophe.debug("SM Sending unacknowledged stanzas",this._unacknowledgedStanzas),this._unacknowledgedStanzas))this._c.send(i);else this.logging&&e.Strophe.debug("SM No unacknowledged stanzas",this._unacknowledgedStanzas);return this._c._changeConnectStatus(e.Strophe.Status.CONNECTED,null),!0},_incomingStanzaHandler:function(t){return(e.Strophe.isTagEqual(t,"iq")||e.Strophe.isTagEqual(t,"presence")||e.Strophe.isTagEqual(t,"message"))&&(this._increaseReceivedStanzasCounter(),this.autoSendCountOnEveryIncomingStanza&&this._answerProcessedStanzas()),!0},_handleAcknowledgedStanzas:function(t,n){var i=t-n;i<0&&this._throwError("New reported stanza count lower than previous. New: "+t+" - Previous: "+n),i>this._unacknowledgedStanzas.length&&this._throwError("Higher reported acknowledge count than unacknowledged stanzas. Reported Acknowledge Count: "+i+" - Unacknowledge Stanza Count: "+this._unacknowledgedStanzas.length+" - New: "+t+" - Previous: "+n);for(var r=0;r0&&e.Strophe.warn("SM Unacknowledged stanzas",this._unacknowledgedStanzas),this._serverProcesssedStanzasCounter=t,this.requestResponseInterval>0&&(this._requestResponseIntervalCount=0)},_handleServerRequestHandler:function(){return this._answerProcessedStanzas(),!0},_handleServerAck:function(e){var t=parseInt(e.getAttribute("h"));return this._handleAcknowledgedStanzas(t,this._serverProcesssedStanzasCounter),!0},_answerProcessedStanzas:function(){this._isStreamManagementEnabled&&this._c.send(e.$build("a",{xmlns:this._NS,h:this._clientProcessedStanzasCounter}))},_increaseSentStanzasCounter:function(t){var n=this;if(this._isStreamManagementEnabled){if(-1!==this._unacknowledgedStanzas.indexOf(t))return;this._unacknowledgedStanzas.push(t),this._clientSentStanzasCounter++,this.requestResponseInterval>0&&(this._requestResponseIntervalCount++,this._requestResponseIntervalCount===this.requestResponseInterval&&setTimeout(function(){n._connectionStatus===e.Strophe.Status.CONNECTED&&n.requestAcknowledgement()},1))}},_increaseReceivedStanzasCounter:function(){this._isStreamManagementEnabled&&this._clientProcessedStanzasCounter++},_throwError:function(t){throw e.Strophe.error(t),new Error(t)}})})(n(6033))},8144:function(e,t){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;for(var n=[],i=0;i<256;++i)n.push((i+256).toString(16).substr(1));t.default=function(e,t){var i=t||0,r=n;return(r[e[i+0]]+r[e[i+1]]+r[e[i+2]]+r[e[i+3]]+"-"+r[e[i+4]]+r[e[i+5]]+"-"+r[e[i+6]]+r[e[i+7]]+"-"+r[e[i+8]]+r[e[i+9]]+"-"+r[e[i+10]]+r[e[i+11]]+r[e[i+12]]+r[e[i+13]]+r[e[i+14]]+r[e[i+15]]).toLowerCase()}},4433:function(e,t,n){"use strict";Object.defineProperty(t,"v1",{enumerable:!0,get:function(){return i.default}}),Object.defineProperty(t,"v3",{enumerable:!0,get:function(){return r.default}}),Object.defineProperty(t,"v4",{enumerable:!0,get:function(){return o.default}}),Object.defineProperty(t,"v5",{enumerable:!0,get:function(){return a.default}});var i=s(n(3423)),r=s(n(89)),o=s(n(7600)),a=s(n(9400));function s(e){return e&&e.__esModule?e:{default:e}}},2862:function(e,t){"use strict";function n(e){return 14+(e+64>>>9<<4)+1}function i(e,t){var n=(65535&e)+(65535&t);return(e>>16)+(t>>16)+(n>>16)<<16|65535&n}function r(e,t,n,r,o,a){return i((s=i(i(t,e),i(r,a)))<<(c=o)|s>>>32-c,n);var s,c}function o(e,t,n,i,o,a,s){return r(t&n|~t&i,e,t,o,a,s)}function a(e,t,n,i,o,a,s){return r(t&i|n&~i,e,t,o,a,s)}function s(e,t,n,i,o,a,s){return r(t^n^i,e,t,o,a,s)}function c(e,t,n,i,o,a,s){return r(n^(t|~i),e,t,o,a,s)}Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0,t.default=function(e){if("string"==typeof e){var t=unescape(encodeURIComponent(e));e=new Uint8Array(t.length);for(var r=0;r>5]>>>r%32&255,a=parseInt(i.charAt(o>>>4&15)+i.charAt(15&o),16);t.push(a)}return t})((function(e,t){e[t>>5]|=128<>5]|=(255&e[r/8])<>>32-t}Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0,t.default=function(e){var t=[1518500249,1859775393,2400959708,3395469782],r=[1732584193,4023233417,2562383102,271733878,3285377520];if("string"==typeof e){var o=unescape(encodeURIComponent(e));e=[];for(var a=0;a>>0;S=E,E=y,y=i(_,30)>>>0,_=v,v=T}r[0]=r[0]+v>>>0,r[1]=r[1]+_>>>0,r[2]=r[2]+y>>>0,r[3]=r[3]+E>>>0,r[4]=r[4]+S>>>0}return[r[0]>>24&255,r[0]>>16&255,r[0]>>8&255,255&r[0],r[1]>>24&255,r[1]>>16&255,r[1]>>8&255,255&r[1],r[2]>>24&255,r[2]>>16&255,r[2]>>8&255,255&r[2],r[3]>>24&255,r[3]>>16&255,r[3]>>8&255,255&r[3],r[4]>>24&255,r[4]>>16&255,r[4]>>8&255,255&r[4]]}},3423:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var i=o(n(294)),r=o(n(8144));function o(e){return e&&e.__esModule?e:{default:e}}var a,s,c=0,d=0;t.default=function(e,t,n){var o=t&&n||0,u=t||[],l=(e=e||{}).node||a,p=void 0!==e.clockseq?e.clockseq:s;if(null==l||null==p){var h=e.random||(e.rng||i.default)();null==l&&(l=a=[1|h[0],h[1],h[2],h[3],h[4],h[5]]),null==p&&(p=s=16383&(h[6]<<8|h[7]))}var f=void 0!==e.msecs?e.msecs:Date.now(),m=void 0!==e.nsecs?e.nsecs:d+1,g=f-c+(m-d)/1e4;if(g<0&&void 0===e.clockseq&&(p=p+1&16383),(g<0||f>c)&&void 0===e.nsecs&&(m=0),m>=1e4)throw new Error("uuid.v1(): Can't create more than 10M uuids/sec");c=f,d=m,s=p;var v=(1e4*(268435455&(f+=122192928e5))+m)%4294967296;u[o++]=v>>>24&255,u[o++]=v>>>16&255,u[o++]=v>>>8&255,u[o++]=255&v;var _=f/4294967296*1e4&268435455;u[o++]=_>>>8&255,u[o++]=255&_,u[o++]=_>>>24&15|16,u[o++]=_>>>16&255,u[o++]=p>>>8|128,u[o++]=255&p;for(var y=0;y<6;++y)u[o+y]=l[y];return t||(0,r.default)(u)}},89:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var i=o(n(6929)),r=o(n(2862));function o(e){return e&&e.__esModule?e:{default:e}}var a=(0,i.default)("v3",48,r.default);t.default=a},6929:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e,t,n){function i(e,i,o,a){var s=o&&a||0;if("string"==typeof e&&(e=(function(e){e=unescape(encodeURIComponent(e));for(var t=[],n=0;n-1)&&("minWidth"===i||"maxWidth"===i||"minHeight"===i||"maxHeight"===i||"width"===i||"height"===i||"deviceId"===i)?(this.name=$t,this.message=Gt[this.name]+(function(e,t){if(t&&t.video&&t.video.mandatory)switch(e){case"width":return t.video.mandatory.minWidth;case"height":return t.video.mandatory.minHeight;default:return t.video.mandatory[e]||""}return""})(i,t)):(this.name=Dt,this.message=Gt[this.name]+e.constraintName);break;default:this.name=Lt,this.message=e.message||Gt[this.name]}else{if("string"!=typeof e)throw new Error("Invalid arguments");Gt[e]?(this.name=e,this.message=t||Gt[e]):this.message=e}this.stack=e.stack||(new Error).stack}Gt[$t]="Video resolution is not supported: ",Gt[Vt]="User canceled screen sharing prompt",Gt[jt]="Unknown error from screensharing",Gt[Ot]="Unkown error from desktop picker",Gt[Nt]="Failed to detect desktop picker",Gt[Lt]="Generic getUserMedia error",Gt[Ft]="User denied permission to use device(s): ",Gt[Ut]="Requested device(s) was/were not found: ",Gt[Dt]="Constraint could not be satisfied: ",Gt[Ht]="Could not start media source. Timeout occured!",Gt[Bt]="Track has been already disposed",Gt[Jt]="Track does not have an associated Media Stream",qt.prototype=Object.create(Error.prototype),qt.prototype.constructor=qt;var Qt,zt=qt;!(function(e){e.TYPE_OPERATIONAL="operational",e.TYPE_PAGE="page",e.TYPE_TRACK="track",e.TYPE_UI="ui",e.ACTION_JINGLE_RESTART="restart",e.ACTION_JINGLE_SA_TIMEOUT="session-accept.timeout",e.ACTION_JINGLE_SI_RECEIVED="session-initiate.received",e.ACTION_JINGLE_SI_TIMEOUT="session-initiate.timeout",e.ACTION_JINGLE_TERMINATE="terminate",e.ACTION_JINGLE_TR_RECEIVED="transport-replace.received",e.ACTION_JINGLE_TR_SUCCESS="transport-replace.success",e.ACTION_P2P_DECLINED="decline",e.ACTION_P2P_ESTABLISHED="established",e.ACTION_P2P_FAILED="failed",e.ACTION_P2P_SWITCH_TO_JVB="switch.to.jvb",e.AVAILABLE_DEVICE="available.device",e.CONNECTION_DISCONNECTED="connection.disconnected",e.FEEDBACK="feedback",e.ICE_DURATION="ice.duration",e.ICE_ESTABLISHMENT_DURATION_DIFF="ice.establishment.duration.diff",e.ICE_STATE_CHANGED="ice.state.changed",e.NO_BYTES_SENT="track.no-bytes-sent",e.TRACK_UNMUTED="track.unmuted"})(Qt||(Qt={}));var Kt,Wt=Qt.TYPE_OPERATIONAL,Xt=Qt.TYPE_PAGE,Yt=Qt.TYPE_TRACK,Zt=Qt.TYPE_UI,en=Qt.ACTION_JINGLE_RESTART,tn=Qt.ACTION_JINGLE_SA_TIMEOUT,nn=Qt.ACTION_JINGLE_SI_RECEIVED,rn=Qt.ACTION_JINGLE_SI_TIMEOUT,on=Qt.ACTION_JINGLE_TERMINATE,an=Qt.ACTION_JINGLE_TR_RECEIVED,sn=Qt.ACTION_JINGLE_TR_SUCCESS,cn=Qt.ACTION_P2P_DECLINED,dn=Qt.ACTION_P2P_ESTABLISHED,un=Qt.ACTION_P2P_FAILED,ln=Qt.ACTION_P2P_SWITCH_TO_JVB,pn=Qt.AVAILABLE_DEVICE,hn=Qt.CONNECTION_DISCONNECTED,fn=Qt.FEEDBACK,mn=Qt.ICE_DURATION,gn=Qt.ICE_ESTABLISHMENT_DURATION_DIFF,vn=Qt.ICE_STATE_CHANGED,_n=Qt.NO_BYTES_SENT,yn=Qt.TRACK_UNMUTED,En=function(e,t,n){return{type:Qt.TYPE_OPERATIONAL,action:"connection.failed",attributes:Object.assign({error_type:e,error_message:t},n)}},Sn=function(e,t){return{action:e,attributes:t,source:"conference",type:Qt.TYPE_OPERATIONAL}},bn=function(e,t){return{action:"connection.stage.reached",actionSubject:e,attributes:t,source:"connection.stage.reached",type:Qt.TYPE_OPERATIONAL}},Rn=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return{type:Qt.TYPE_OPERATIONAL,source:"get.user.media",action:e,attributes:t}},Tn=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return{type:Qt.TYPE_OPERATIONAL,action:e,source:"jingle",attributes:t}},Cn=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return{type:Qt.TYPE_OPERATIONAL,action:e,source:"p2p",attributes:t}},xn=function(e){return{type:Qt.TYPE_OPERATIONAL,action:"remotely.muted",mediaType:e}},kn=function(e){return{type:Qt.TYPE_OPERATIONAL,action:"rtp.stats",attributes:e}};!(function(e){e.AUDIO_LEVEL="statistics.audioLevel",e.BEFORE_DISPOSED="statistics.before_disposed",e.BYTE_SENT_STATS="statistics.byte_sent_stats",e.CONNECTION_STATS="statistics.connectionstats",e.LONG_TASKS_STATS="statistics.long_tasks_stats"})(Kt||(Kt={}));var An=Kt.AUDIO_LEVEL,In=Kt.BEFORE_DISPOSED,wn=Kt.BYTE_SENT_STATS,Pn=Kt.CONNECTION_STATS,Mn=Kt.LONG_TASKS_STATS,Dn=n(7032),On="chrome",Nn="firefox",Ln="iexplorer",Un="nwjs",Fn="electron",jn="react-native",Vn="unknown",Hn={Chrome:On,Chromium:On,Opera:"opera",Firefox:Nn,"Internet Explorer":Ln,Safari:"safari"};function Bn(){var e=navigator.userAgent;if(e.match(/Electron/)){var t=e.match(/Electron(?:\s|\/)([\d.]+)/)[1];return{name:Fn,version:t}}if(void 0!==window.JitsiMeetElectron)return{name:Fn,version:void 0}}function Jn(){var e=navigator.userAgent;if(e.match(/JitsiMeetNW/)){var t=e.match(/JitsiMeetNW\/([\d.]+)/)[1];return{name:Un,version:t}}}function $n(){var e,t,n=navigator.userAgent.match(/\b(react[ \t_-]*native)(?:\/(\S+))?/i);if(n||"ReactNative"===navigator.product)return n&&n.length>2&&(t=n[1],e=n[2]),t||(t="react-native"),e||(e="unknown"),{name:jn,version:e}}var Gn=(function(){function e(t){var n,i;if(_$$_REQUIRE(_dependencyMap[2])(this,e),this._bowser=Dn.getParser(navigator.userAgent),void 0===t){var r=(function(e){for(var t,n=[$n,Bn,Jn],i=0;i72&&(t.name=On,t.version=n)}else t.name=On,t.version=e.match(/Chrome\/([\d.]+)/)[1];return t})())||{name:Vn,version:void 0}})(this._bowser);n=r.name,i=r.version}else t.name in Hn?(n=Hn[t.name],i=t.version):(n=Vn,i=void 0);this._name=n,this._version=i}return _$$_REQUIRE(_dependencyMap[3])(e,[{key:"getName",value:function(){return this._name}},{key:"isChrome",value:function(){return this._name===On}},{key:"isOpera",value:function(){return"opera"===this._name}},{key:"isFirefox",value:function(){return this._name===Nn}},{key:"isIExplorer",value:function(){return this._name===Ln}},{key:"isSafari",value:function(){return"safari"===this._name}},{key:"isNWJS",value:function(){return this._name===Un}},{key:"isElectron",value:function(){return this._name===Fn}},{key:"isReactNative",value:function(){return this._name===jn}},{key:"getVersion",value:function(){return this._version}},{key:"_checkCondition",value:function(e){if(this._version)return this._bowser.satisfies(e)}},{key:"isVersionGreaterThan",value:function(e){return this._checkCondition(_$$_REQUIRE(_dependencyMap[6])({},this._name,">"+e))}},{key:"isVersionLessThan",value:function(e){return this._checkCondition(_$$_REQUIRE(_dependencyMap[6])({},this._name,"<"+e))}},{key:"isVersionEqualTo",value:function(e){return this._checkCondition(_$$_REQUIRE(_dependencyMap[6])({},this._name,"~"+e))}}]),e})();function qn(e,t){var n=JSON.parse(JSON.stringify(t));Object.keys(n).forEach(function(t){var i=n[t];delete i.id,e[t]&&Object.keys(i).forEach(function(r){i[r]===e[t][r]&&delete n[t][r]})});var i=-1/0;return Object.keys(n).forEach(function(e){var t=n[e];t.timestamp>i&&(i=t.timestamp)}),Object.keys(n).forEach(function(e){var t=n[e];t.timestamp===i&&(t.timestamp=0)}),n.timestamp=i,n}function Qn(e){return{id:e.id,tracks:e.getTracks().map(function(e){return{id:e.id,kind:e.kind,label:e.label,enabled:e.enabled,muted:e.muted,readyState:e.readyState}})}}var zn,Kn=new Uint8Array(16);function Wn(){if(!zn&&!(zn="undefined"!=typeof crypto&&crypto.getRandomValues&&crypto.getRandomValues.bind(crypto)||"undefined"!=typeof msCrypto&&"function"==typeof msCrypto.getRandomValues&&msCrypto.getRandomValues.bind(msCrypto)))throw new Error("crypto.getRandomValues() not supported. See https://github.com/uuidjs/uuid#getrandomvalues-not-supported");return zn(Kn)}for(var Xn=/^(?:[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}|00000000-0000-0000-0000-000000000000)$/i,Yn=[],Zn=0;Zn<256;++Zn)Yn.push((Zn+256).toString(16).substr(1));var ei,ti=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0,n=(Yn[e[t+0]]+Yn[e[t+1]]+Yn[e[t+2]]+Yn[e[t+3]]+"-"+Yn[e[t+4]]+Yn[e[t+5]]+"-"+Yn[e[t+6]]+Yn[e[t+7]]+"-"+Yn[e[t+8]]+Yn[e[t+9]]+"-"+Yn[e[t+10]]+Yn[e[t+11]]+Yn[e[t+12]]+Yn[e[t+13]]+Yn[e[t+14]]+Yn[e[t+15]]).toLowerCase();if(!(function(e){return"string"==typeof e&&Xn.test(e)})(n))throw TypeError("Stringified UUID is invalid");return n},ni=function(e,t,n){var i=(e=e||{}).random||(e.rng||Wn)();if(i[6]=15&i[6]|64,i[8]=63&i[8]|128,t){n=n||0;for(var r=0;r<16;++r)t[n+r]=i[r];return t}return ti(i)},ii=n(5483),ri=n.n(ii);function oi(e){return 0===e.indexOf("[")||-1!==e.indexOf(":")?"x:x:x:x:x:x:x:x":"x.x.x.x"}function ai(e){var t=ri().parseCandidate(e);return"relay"!==t.type&&"ssltcp"!==t.protocol&&(t.ip=oi(t.ip),t.address=oi(t.address)),t.relatedAddress&&(t.relatedAddress=oi(t.relatedAddress)),ri().writeCandidate(t)}!(function(e){e.RTC_STATS_WC_DISCONNECTED="rtcstats_ws_disconnected",e.RTC_STATS_PC_EVENT="rtstats_pc_event"})(ei||(ei={}));var si=ei.RTC_STATS_WC_DISCONNECTED,ci=ei.RTC_STATS_PC_EVENT;function di(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var ui=(0,S.getLogger)("modules/RTCStats/RTCStats.ts");function li(e){for(var t of null!==(n=null===(i=(null!==(r=null==e?void 0:e.iceServers)&&void 0!==r?r:[])[0])||void 0===i?void 0:i.urls)&&void 0!==n?n:[]){var n,i,r;if(t.includes("callstats.io"))return!0}}var pi=new((function(){function e(){_$$_REQUIRE(_dependencyMap[2])(this,e),di(this,"_initialized",!1),di(this,"_trace",null),di(this,"events",new(mt()))}return _$$_REQUIRE(_dependencyMap[3])(e,[{key:"init",value:function(e){var t=this,n=e.analytics,i=(n=void 0===n?{}:n).rtcstatsUseLegacy,r=void 0!==i&&i,o=n.rtcstatsPollInterval,a=void 0===o?1e4:o,s=n.rtcstatsSendSdp,c=void 0!==s&&s,d=n.rtcstatsEnabled;void 0!==d&&d&&!this._initialized&&((function(e,t){var n=e.statsEntry,i=t.connectionFilter,r=t.pollInterval,o=t.useLegacy,a=t.sendSdp,s=void 0!==a&&a,c=t.prefixesToWrap,d=void 0===c?[""]:c,u=t.eventCallback,l=0,p=new Gn,h=p.isFirefox(),f=p.isSafari(),m=p.isChrome(),g=p.isElectron(),v=p.isReactNative();if(!(h||f||m||g||v))throw new Error("RTCStats unsupported browser.");if(d.forEach(function(e){if(window[e+"RTCPeerConnection"]){var t=window[e+"RTCPeerConnection"],a=function(e,a){var s=Object.assign({},e),c=Object.assign({},a),d=a.optional,p=void 0===d?[]:d,_=!1;try{p.some(function(e){return!0===e.rtcStatsSFUP2P})&&(_=!0);var y=new t(e,a);if(i&&i(e))return y;var E="PC_"+l++;y.__rtcStatsId=E,e||(e={nullConfig:!0}),((e=JSON.parse(JSON.stringify(e)))&&e.iceServers||[]).forEach(function(e){delete e.credential}),e.browserType=h?"moz":"webkit",n("create",E,e),y.__dtlsTransport=null,a&&n("constraints",E,a),y.addEventListener("icecandidate",function(e){n("onicecandidate",E,e.candidate)}),y.addEventListener("addstream",function(e){n("onaddstream",E,e.stream.id+" "+e.stream.getTracks().map(function(e){return e.kind+":"+e.id}))}),y.addEventListener("track",function(e){n("ontrack",E,e.track.kind+":"+e.track.id+" "+e.streams.map(function(e){return"stream:"+e.id}))}),y.addEventListener("removestream",function(e){n("onremovestream",E,e.stream.id+" "+e.stream.getTracks().map(function(e){return e.kind+":"+e.id}))}),y.addEventListener("signalingstatechange",function(){n("onsignalingstatechange",E,y.signalingState)}),y.addEventListener("iceconnectionstatechange",function(){var e=y.iceConnectionState;n("oniceconnectionstatechange",E,e),null==u||u({type:"iceconnectionstatechange",body:{pcId:E,isP2P:_,state:e}})}),y.addEventListener("icegatheringstatechange",function(){n("onicegatheringstatechange",E,y.iceGatheringState)}),y.addEventListener("connectionstatechange",function(){var e=y.connectionState;n("onconnectionstatechange",E,y.connectionState),null==u||u({type:"connectionstatechange",body:{pcId:E,isP2P:_,state:e}})}),y.addEventListener("negotiationneeded",function(){n("onnegotiationneeded",E,void 0)}),y.addEventListener("datachannel",function(e){n("ondatachannel",E,[e.channel.id,e.channel.label])});var S={},b=function(){h||f||v||(m||g)&&!o?y.getStats(null).then(function(e){var t=(function(e){if(!e.entries)return e;var t={};return e.forEach(function(e,n){t[n]=e}),t})(e),i=JSON.parse(JSON.stringify(t));n("getstats",E,qn(S,t)),S=i}):(m||g)&&y.getStats(function(e){var t=(function(e,t){var n={};return t.result().forEach(function(e){var t={id:e.id,timestamp:e.timestamp.getTime(),type:e.type};e.names().forEach(function(n){t[n]=e.stat(n)}),n[t.id]=t}),n})(0,e),i=JSON.parse(JSON.stringify(t));n("getstats",E,qn(S,t)),S=i})};if(r)var R=window.setInterval(function(){"closed"!==y.signalingState&&"closed"!==y.iceConnectionState?b():window.clearInterval(R)},r);return y.addEventListener("connectionstatechange",function(){["connected","failed"].includes(y.connectionState)&&b()}),y}catch(e){return console.error("RTCStats PeerConnection bind failed: ",e),new t(s,c)}};["createDataChannel","close"].forEach(function(e){var i=t.prototype[e];i&&(t.prototype[e]=function(){try{n(e,this.__rtcStatsId,arguments)}catch(t){console.error("RTCStats "+e+" bind failed: ",t)}return i.apply(this,arguments)})}),["addStream","removeStream"].forEach(function(e){var i=t.prototype[e];i&&(t.prototype[e]=function(){try{var t=arguments[0],r=t.getTracks().map(function(e){return e.kind+":"+e.id}).join(",");n(e,this.__rtcStatsId,t.id+" "+r)}catch(t){console.error("RTCStats "+e+" bind failed: ",t)}return i.apply(this,arguments)})}),["addTrack"].forEach(function(e){var i=t.prototype[e];i&&(t.prototype[e]=function(){try{var t=arguments[0],r=[].slice.call(arguments,1);n(e,this.__rtcStatsId,t.kind+":"+t.id+" "+(r.map(function(e){return"stream:"+e.id}).join(";")||"-"))}catch(t){console.error("RTCStats "+e+" bind failed: ",t)}return i.apply(this,arguments)})}),["removeTrack"].forEach(function(e){var i=t.prototype[e];i&&(t.prototype[e]=function(){try{var t=arguments[0].track;n(e,this.__rtcStatsId,t?t.kind+":"+t.id:"null")}catch(t){console.error("RTCStats "+e+" bind failed: ",t)}return i.apply(this,arguments)})}),["addTransceiver"].forEach(function(e){var i=t.prototype[e];i&&(t.prototype[e]=function(){try{var t,r=arguments[0];t="string"==typeof r?r:r.kind+":"+r.id,2===arguments.length&&"object"==typeof arguments[1]&&(t+=" "+JSON.stringify(arguments[1])),n(e,this.__rtcStatsId,t)}catch(t){console.error("RTCStats "+e+" bind failed: ",t)}return i.apply(this,arguments)})}),["createOffer","createAnswer"].forEach(function(e){var i=t.prototype[e];i&&(t.prototype[e]=function(){var t,r=this.__rtcStatsId,o=arguments;1===arguments.length&&"object"==typeof arguments[0]?t=arguments[0]:3===arguments.length&&"object"==typeof arguments[2]&&(t=arguments[2]);try{n(e,this.__rtcStatsId,t)}catch(r){console.error("RTCStats "+e+" bind failed: ",r)}return i.apply(this,t?[t]:void 0).then(function(t){try{n(e+"OnSuccess",r,s?t:"")}catch(t){console.error("RTCStats "+e+" promise success bind failed: ",t)}if(!(o.length>0&&"function"==typeof o[0]))return t;o[0].apply(null,[t])},function(t){try{n(e+"OnFailure",r,t.toString())}catch(t){console.error("RTCStats "+e+" promise failure bind failed: ",t)}if(!(o.length>1&&"function"==typeof o[1]))throw t;o[1].apply(null,[t])})})}),["setLocalDescription","setRemoteDescription","addIceCandidate"].forEach(function(e){var i=t.prototype[e];i&&(t.prototype[e]=function(){var t=this,r=this.__rtcStatsId,o=arguments;try{var a=s?o[0]:"";n(e,this.__rtcStatsId,a)}catch(r){console.error("RTCStats "+e+" bind failed: ",r)}return i.apply(this,[o[0]]).then(function(){try{n(e+"OnSuccess",r,void 0)}catch(t){console.error("RTCStats "+e+" promise success bind failed: ",t)}t.__dtlsTransport||!e.endsWith("Description")||v||t.getSenders().forEach(function(e){!t.__dtlsTransport&&e.transport&&(t.__dtlsTransport=e.transport,e.transport.addEventListener("error",function(e){n("ondtlserror",r,e)}),e.transport.addEventListener("statechange",function(){var t=e.transport.state;n("ondtlsstatechange",r,t)}))}),o.length>=2&&"function"==typeof o[1]&&o[1].apply(null,[])},function(t){try{n(e+"OnFailure",r,t.toString())}catch(t){console.error("RTCStats "+e+" promise failure bind failed: ",t)}if(!(o.length>=3&&"function"==typeof o[2]))throw t;o[2].apply(null,[t])})})}),t.generateCertificate&&Object.defineProperty(a,"generateCertificate",{get:function(){return arguments.length?t.generateCertificate.apply(null,arguments):t.generateCertificate}}),window[e+"RTCPeerConnection"]=a,window[e+"RTCPeerConnection"].prototype=t.prototype}}),d.forEach(function(e){var t=e+(e.length?"GetUserMedia":"getUserMedia");if(navigator[t]){var i=navigator[t].bind(navigator);navigator[t]=function(){try{n("getUserMedia",null,arguments[0])}catch(e){console.error("RTCStats getUserMedia bind failed: ",e)}var e=arguments[1],t=arguments[2];i(arguments[0],function(t){try{n("getUserMediaOnSuccess",null,Qn(t))}catch(e){console.error("RTCStats getUserMediaOnSuccess bind failed: ",e)}e&&e(t)},function(e){try{n("getUserMediaOnFailure",null,e.name)}catch(e){console.error("RTCStats getUserMediaOnFailure bind failed: ",e)}t&&t(e)})}.bind(navigator)}}),navigator.mediaDevices&&navigator.mediaDevices.getUserMedia){var _=navigator.mediaDevices.getUserMedia.bind(navigator.mediaDevices);navigator.mediaDevices.getUserMedia=function(){try{n("navigator.mediaDevices.getUserMedia",null,arguments[0])}catch(e){console.error("RTCStats navigator.mediaDevices.getUserMedia bind failed: ",e)}return _.apply(navigator.mediaDevices,arguments).then(function(e){try{n("navigator.mediaDevices.getUserMediaOnSuccess",null,Qn(e))}catch(e){console.error("RTCStats navigator.mediaDevices.getUserMediaOnSuccess bind failed: ",e)}return e},function(e){try{n("navigator.mediaDevices.getUserMediaOnFailure",null,e.name)}catch(e){console.error("RTCStats navigator.mediaDevices.getUserMediaOnFailure bind failed: ",e)}return Promise.reject(e)})}.bind(navigator.mediaDevices)}if(navigator.mediaDevices&&navigator.mediaDevices.getDisplayMedia){var y=navigator.mediaDevices.getDisplayMedia.bind(navigator.mediaDevices);navigator.mediaDevices.getDisplayMedia=function(){try{n("navigator.mediaDevices.getDisplayMedia",null,arguments[0])}catch(e){console.error("RTCStats navigator.mediaDevices.getDisplayMedia bind failed: ",e)}return y.apply(navigator.mediaDevices,arguments).then(function(e){try{n("navigator.mediaDevices.getDisplayMediaOnSuccess",null,Qn(e))}catch(e){console.error("RTCStats navigator.mediaDevices.getDisplayMediaOnSuccess bind failed: ",e)}return e},function(e){try{n("navigator.mediaDevices.getDisplayMediaOnFailure",null,e.name)}catch(e){console.error("RTCStats navigator.mediaDevices.getDisplayMediaOnFailure bind failed: ",e)}return Promise.reject(e)})}.bind(navigator.mediaDevices)}})({statsEntry:this.sendStatsEntry.bind(this)},{connectionFilter:li,pollInterval:a,useLegacy:r,sendSdp:c,eventCallback:function(e){return t.events.emit(ci,e)}}),this._initialized=!0)}},{key:"start",value:function(e){var t=this;if(this._initialized){this.reset();var n=e.options,i=(n=void 0===n?{}:n).config,r=void 0===i?{}:i,o=n.name,a=void 0===o?"":o,s=e._statsCurrentId,c=void 0===s?"":s,d=r.analytics,u=(d=void 0===d?{}:d).rtcstatsEnabled,l=void 0!==u&&u,p=d.rtcstatsEndpoint,h=void 0===p?"":p,f=d.rtcstatsUseLegacy,m=void 0!==f&&f;l&&(e.once(Z,function(){var n,i={endpoint:h,meetingFqn:a,onCloseCallback:function(e){return t.events.emit(si,e)},useLegacy:m},o=Boolean(null===(n=e.getBreakoutRooms())||void 0===n?void 0:n.isBreakoutRoom()),s=e.myUserId(),d=e.getMeetingUniqueId();t._trace=(function(e){var t,n,i,r=e.endpoint,o=e.meetingFqn,a=e.onCloseCallback,s=e.useLegacy,c=e.obfuscate,d=void 0===c||c,u=e.pingInterval,l=void 0===u?3e4:u,p=[],h=ni(),f=s?"3.1_LEGACY":"3.1_STANDARD",m=function(e){n&&n.readyState===WebSocket.OPEN?n.send(JSON.stringify(e)):n&&n.readyState>=WebSocket.CLOSING||p.length<300&&p.push(e)};return m.isConnected=function(){return n.readyState===WebSocket.OPEN},m.isClosed=function(){return n.readyState===WebSocket.CLOSED},m.identity=function(){for(var e=arguments.length,n=new Array(e),i=0;i0&&void 0!==arguments[0]?arguments[0]:[];if(0===e.length)return JSON.stringify(this._storage);var t=Object.assign({},this._storage);return e.forEach(function(e){delete t[e]}),JSON.stringify(t)}}]),n})(ft),mi=new((function(e){_$$_REQUIRE(_dependencyMap[5])(n,e);var t=_createSuper(n);function n(){var e;_$$_REQUIRE(_dependencyMap[2])(this,n),e=t.call(this);try{e._storage=window.localStorage,e._localStorageDisabled=!1}catch(e){}return e._storage||(console.warn("Local storage is disabled."),e._storage=new fi,e._localStorageDisabled=!0),e}return _$$_REQUIRE(_dependencyMap[3])(n,[{key:"isLocalStorageDisabled",value:function(){return this._localStorageDisabled}},{key:"setLocalStorageDisabled",value:function(e){this._localStorageDisabled=e;try{this._storage=e?new fi:window.localStorage}catch(e){}this._storage||(this._storage=new fi)}},{key:"clear",value:function(){this._storage.clear(),this.emit("changed")}},{key:"length",get:function(){return this._storage.length}},{key:"getItem",value:function(e){return this._storage.getItem(e)}},{key:"setItem",value:function(e,t){var n=arguments.length>2&&void 0!==arguments[2]&&arguments[2];this._storage.setItem(e,t),n||this.emit("changed")}},{key:"removeItem",value:function(e){this._storage.removeItem(e),this.emit("changed")}},{key:"key",value:function(e){return this._storage.key(e)}},{key:"serialize",value:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[];if(this.isLocalStorageDisabled())return this._storage.serialize(e);for(var t=this._storage.length,n={},i=0;i2&&/MacIntel/.test(i)}},{key:"isMobileDevice",value:function(){return this.isAndroidBrowser()||this.isIosBrowser()||this.isReactNative()}},{key:"isWebKitBased",value:function(){return this._bowser.isEngine("webkit")&&void 0!==navigator.mediaDevices&&void 0!==navigator.mediaDevices.getUserMedia&&void 0!==window.RTCRtpTransceiver&&Object.keys(RTCRtpTransceiver.prototype).indexOf("currentDirection")>-1}},{key:"isTwa",value:function(){return"matchMedia"in window&&window.matchMedia("(display-mode:standalone)").matches}},{key:"isSupported",value:function(){return!(this.isSafari()&&this._getSafariVersion()<14)&&(this.isChromiumBased()&&this._getChromiumBasedVersion()>=72||this.isFirefox()||this.isReactNative()||this.isWebKitBased())}},{key:"isSupportedAndroidBrowser",value:function(){return this.isChromiumBased()||this.isFirefox()}},{key:"isSupportedIOSBrowser",value:function(){return this._getIOSVersion()>=14}},{key:"isUserInteractionRequiredForUnmute",value:function(){return this.isFirefox()&&this.isVersionLessThan("68")}},{key:"supportsVideoMuteOnConnInterrupted",value:function(){return this.isChromiumBased()||this.isReactNative()}},{key:"supportsBandwidthStatistics",value:function(){return!this.isFirefox()&&!this.isWebKitBased()}},{key:"supportsCodecPreferences",value:function(){return Boolean(window.RTCRtpTransceiver&&"setCodecPreferences"in window.RTCRtpTransceiver.prototype&&window.RTCRtpReceiver&&void 0!==window.RTCRtpReceiver.getCapabilities)&&!this.isWebKitBased()}},{key:"supportsDeviceChangeEvent",value:function(){return navigator.mediaDevices&&void 0!==navigator.mediaDevices.ondevicechange&&void 0!==navigator.mediaDevices.addEventListener}},{key:"supportsPerformanceObserver",value:function(){return void 0!==window.PerformanceObserver&&PerformanceObserver.supportedEntryTypes.indexOf("longtask")>-1}},{key:"supportsReceiverStats",value:function(){return void 0!==window.RTCRtpReceiver&&Object.keys(RTCRtpReceiver.prototype).indexOf("getSynchronizationSources")>-1}},{key:"supportsRTTStatistics",value:function(){return!this.isFirefox()}},{key:"supportsTrackBasedStats",value:function(){return this.isChromiumBased()&&this.isVersionLessThan(112)}},{key:"supportsVP9",value:function(){return this.isChromiumBased()||this.isReactNative()}},{key:"usesSdpMungingForSimulcast",value:function(){return this.isChromiumBased()||this.isReactNative()||this.isWebKitBased()}},{key:"usesRidsForSimulcast",value:function(){return!1}},{key:"supportsGetDisplayMedia",value:function(){return void 0!==navigator.getDisplayMedia||void 0!==navigator.mediaDevices&&void 0!==navigator.mediaDevices.getDisplayMedia}},{key:"supportsEncodedTransform",value:function(){return Boolean(window.RTCRtpScriptTransform)}},{key:"supportsInsertableStreams",value:function(){if(void 0===window.RTCRtpSender||!window.RTCRtpSender.prototype.createEncodedStreams)return!1;var e=new ReadableStream;try{return window.postMessage(e,"*",[e]),!0}catch(e){return!1}}},{key:"supportsAudioRed",value:function(){return Boolean(window.RTCRtpSender&&window.RTCRtpSender.getCapabilities&&window.RTCRtpSender.getCapabilities("audio").codecs.some(function(e){return"audio/red"===e.mimeType})&&window.RTCRtpReceiver&&window.RTCRtpReceiver.getCapabilities&&window.RTCRtpReceiver.getCapabilities("audio").codecs.some(function(e){return"audio/red"===e.mimeType}))}},{key:"supportsUnifiedPlan",value:function(){return!(this.isElectron()&&this._getChromiumBasedVersion()<96)}},{key:"supportsVADDetection",value:function(){return this.isChromiumBased()}},{key:"supportsRTX",value:function(){return!(this.isFirefox()&&this.isVersionLessThan("96"))}},{key:"_getChromiumBasedVersion",value:function(){if(this.isChromiumBased()){if(this.isNWJS())return Number.parseInt(process.versions.chromium,10);var e=navigator.userAgent;if(e.match(/Chrome/))return Number.parseInt(e.match(/Chrome\/([\d.]+)/)[1],10)}return-1}},{key:"_getSafariVersion",value:function(){return this.isSafari()?Number.parseInt(this.getVersion(),10):-1}},{key:"_getIOSVersion",value:function(){return this.isWebKitBased()?Number.parseInt(this.getVersion(),10):-1}}]),n})(Gn)),vi=n(549),_i=n.n(vi),yi=n(803),Ei=n.n(yi),Si=b().getLogger("modules/watchRTC/WatchRTC.ts"),bi=new((function(){function e(){_$$_REQUIRE(_dependencyMap[2])(this,e)}return _$$_REQUIRE(_dependencyMap[3])(e,[{key:"init",value:function(e){if((function(e){var t,n=e.analytics;return null!==(t=null==n?void 0:n.watchRTCEnabled)&&void 0!==t&&t})(e)){if(!(function(e){var t=e.analytics,n=e.disableThirdPartyRequests;return!(null!=t&&t.disabled||n)})(e))return void Si.error("Cannot initialize WatchRTC when analytics or third party requests are disabled.");if((function(e){var t,n=e.analytics;return null!==(t=null==n?void 0:n.rtcstatsEnabled)&&void 0!==t&&t})(e))return void Si.error("Cannot initialize WatchRTC when RTCStats is enabled.");try{var t;null!=e&&null!==(t=e.watchRTCConfigParams)&&void 0!==t&&t.rtcApiKey?(Ei().init({rtcApiKey:e.watchRTCConfigParams.rtcApiKey}),this.options=e.watchRTCConfigParams,Si.info("WatchRTC initialized.")):Si.error("WatchRTC is enabled but missing API key.")}catch(e){Si.error("Failed to initialize WatchRTC: ",e)}}}},{key:"start",value:function(e,t){try{this.options&&(this.options.rtcRoomId=this.options.rtcRoomId?this.options.rtcRoomId:e,this.options.rtcPeerId=this.options.rtcPeerId?this.options.rtcPeerId:t,Ei().persistentEnd(),Ei().setConfig(this.options),Si.info("WatchRTC setConfig."))}catch(e){Si.error("Failed to start WatchRTC session: ",e)}}}]),e})()),Ri=(0,S.getLogger)("modules/statistics/AnalyticsAdapter.js"),Ti=new((function(){function e(){_$$_REQUIRE(_dependencyMap[2])(this,e),this.reset()}return _$$_REQUIRE(_dependencyMap[3])(e,[{key:"reset",value:function(){this.disposed=!1,this.analyticsHandlers=new Set,this.cache=[],this.permanentProperties={},this.conferenceName="",this.addPermanentProperties({user_agent:navigator.userAgent,browser_name:gi.getName()})}},{key:"dispose",value:function(){Ri.debug("Disposing of analytics adapter."),this.analyticsHandlers&&this.analyticsHandlers.size>0&&this.analyticsHandlers.forEach(function(e){"function"==typeof e.dispose&&e.dispose()}),this.setAnalyticsHandlers([]),this.disposed=!0}},{key:"setAnalyticsHandlers",value:function(e){var t=this;if(!this.disposed){this.analyticsHandlers=new Set(e),this._setUserProperties();var n=this.cache;this.cache=null,n&&n.forEach(function(e){return t._sendEvent(e)})}}},{key:"_setUserProperties",value:function(){var e=this;this.analyticsHandlers.forEach(function(t){try{t.setUserProperties(e.permanentProperties)}catch(t){Ri.warn("Error in setUserProperties method of one of the analytics handlers: "+t)}})}},{key:"addPermanentProperties",value:function(e){this.permanentProperties=Object.assign({},this.permanentProperties,e),this._setUserProperties()}},{key:"setConferenceName",value:function(e){this.conferenceName=e,this.addPermanentProperties({conference_name:e})}},{key:"sendEvent",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};if(!this.disposed){var n=null;"string"==typeof e?n={type:Wt,action:e,actionSubject:e,source:e,attributes:t}:"object"==typeof e&&(n=e),this._verifyRequiredFields(n)?this._sendEvent(n):Ri.error("Dropping a mis-formatted event: "+JSON.stringify(n))}}},{key:"_verifyRequiredFields",value:function(e){if(!e)return!1;e.type||(e.type=Wt);var t=e.type;return t!==Wt&&t!==Xt&&t!==Zt&&t!==Yt?(Ri.error("Unknown event type: "+t),!1):t===Xt?Boolean(e.name):(e.action=e.action||e.name||e.actionSubject,e.actionSubject=e.actionSubject||e.name||e.action,e.source=e.source||e.name||e.action||e.actionSubject,e.action&&e.actionSubject&&e.source?!!(t!==Yt||(e.objectType=e.objectType||"generic-object-type",e.containerType=e.containerType||"conference","conference"!==e.containerType||e.containerId||(e.containerId=this.conferenceName),e.objectType&&e.objectId&&e.containerType&&e.containerId))||(Ri.error("Required field missing (containerId, containerType, objectId or objectType)"),!1):(Ri.error("Required field missing (action, actionSubject or source)"),!1))}},{key:"_maybeCacheEvent",value:function(e){return!!this.cache&&(this.cache.push(e),this.cache.length>100&&this.cache.splice(0,1),!0)}},{key:"_sendEvent",value:function(e){this._maybeCacheEvent(e)||this.analyticsHandlers.forEach(function(t){try{t.sendEvent(e)}catch(e){Ri.warn("Error sending analytics event: "+e)}})}}]),e})()),Ci=n(1023),xi=n.n(Ci),ki=n(5810).getLogger("modules/statistics/CallStats.js"),Ai="applicationLog",Ii="mstWithUserID",wi=(function(){function e(t,n){_$$_REQUIRE(_dependencyMap[2])(this,e),this.confID=n.confID,this.tpc=t,this.peerconnection=t.peerconnection,this.remoteUserID=n.remoteUserID||"jitsi",this.hasFabric=!1,e.fabrics.add(this),e.backendInitialized&&(this._addNewFabric(),1===e.fabrics.size&&e._emptyReportQueue(this))}return _$$_REQUIRE(_dependencyMap[3])(e,[{key:"_addNewFabric",value:function(){ki.info("addNewFabric",this.remoteUserID);try{var t={remoteEndpointType:this.tpc.isP2P?e.backend.endpointType.peer:e.backend.endpointType.server},n=e.backend.addNewFabric(this.peerconnection,this.remoteUserID,e.backend.fabricUsage.multiplex,this.confID,t,e._addNewFabricCallback);this.hasFabric=!0;var i="success"===n.status;return i||ki.error("callstats fabric not initilized",n.message),i}catch(e){return xi().callErrorHandler(e),!1}}},{key:"associateStreamWithVideoTag",value:function(t,n,i,r,o){if(e.backend){var a=n?e.userID:i;e.backendInitialized?e.backend.associateMstWithUserID(this.peerconnection,a,this.confID,t,r,o):e.reportsQueue.push({type:Ii,pc:this.peerconnection,data:{callStatsId:a,containerId:o,ssrc:t,usageLabel:r}})}}},{key:"sendDominantSpeakerEvent",value:function(){e._reportEvent(this,"dominantSpeaker")}},{key:"sendTerminateEvent",value:function(){e.backendInitialized&&e.backend.sendFabricEvent(this.peerconnection,e.backend.fabricEvent.fabricTerminated,this.confID),e.fabrics.delete(this)}},{key:"sendIceConnectionFailedEvent",value:function(){e._reportError(this,"iceConnectionFailure",null,this.peerconnection)}},{key:"sendCreateOfferFailed",value:function(t){e._reportError(this,"createOffer",t,this.peerconnection)}},{key:"sendCreateAnswerFailed",value:function(t){e._reportError(this,"createAnswer",t,this.peerconnection)}},{key:"sendResumeOrHoldEvent",value:function(t){e._reportEvent(this,t?"fabricResume":"fabricHold")}},{key:"sendScreenSharingEvent",value:function(t,n){var i;n&&(i={ssrc:n}),e._reportEvent(this,t?"screenShareStart":"screenShareStop",i)}},{key:"sendSetLocalDescFailed",value:function(t){e._reportError(this,"setLocalDescription",t,this.peerconnection)}},{key:"sendSetRemoteDescFailed",value:function(t){e._reportError(this,"setRemoteDescription",t,this.peerconnection)}},{key:"sendAddIceCandidateFailed",value:function(t){e._reportError(this,"addIceCandidate",t,this.peerconnection)}}],[{key:"_addNewFabricCallback",value:function(t,n){e.backend&&"success"!==t&&ki.error("Monitoring status: "+t+" msg: "+n)}},{key:"_initCallback",value:function(t,n){if(ki.log("CallStats Status: err="+t+" msg="+n),"success"===t){e.backendInitialized=!0;var i=!1,r=null;for(var o of e.fabrics.values())o.hasFabric||(ki.debug("addNewFabric - initCallback"),o._addNewFabric()&&(i=!0,r||(r=o)));i&&e._emptyReportQueue(r)}}},{key:"_emptyReportQueue",value:function(t){var n=t.confID,i=t.peerconnection;for(var r of e.reportsQueue)if("error"===r.type){var o=r.data;e._reportError(t,o.type,o.error,o.pc||i)}else if("event"===r.type){var a=r.data;e.backend.sendFabricEvent(r.pc||i,a.event,n,a.eventData)}else if(r.type===Ii){var s=r.data;e.backend.associateMstWithUserID(r.pc||i,s.callStatsId,n,s.ssrc,s.usageLabel,s.containerId)}e.reportsQueue.length=0}},{key:"_reportError",value:function(t,n,i,r){var o=i;o||(ki.warn("No error is passed!"),o=new Error("Unknown error")),e.backendInitialized&&t?e.backend.reportError(r,t.confID,n,o):e.reportsQueue.push({type:"error",data:{error:o,pc:r,type:n}})}},{key:"_reportEvent",value:function(t,n,i){var r=t&&t.peerconnection,o=t&&t.confID;e.backendInitialized&&t?e.backend.sendFabricEvent(r,n,o,i):e.reportsQueue.push({confID:o,pc:r,type:"event",data:{event:n,eventData:i}})}},{key:"_traceAndCatchBackendCalls",value:function(e){var t=function(t){var n=e[t];e[t]=function(){try{for(var t=arguments.length,i=new Array(t),r=0;r3?r-3:0),s=3;s=Number.MAX_SAFE_INTEGER&&(t=0),t+1}function Ni(e){return e.length>0?e.reduce(function(e,t){return e+t})/e.length:0}function Li(e){return e.filter(function(e){return e>=0})}Di.prototype.start=function(){var e=this;Di.isLocalStatsSupported()&&(Mi.resume(),this.analyser=Mi.createAnalyser(),this.analyser.smoothingTimeConstant=.8,this.analyser.fftSize=2048,this.source=Mi.createMediaStreamSource(this.stream),this.source.connect(this.analyser),this.intervalId=setInterval(function(){var t=new Uint8Array(e.analyser.frequencyBinCount);e.analyser.getByteTimeDomainData(t);var n=(function(e){for(var t=0,n=e.length,i=0;i.2?t-.2:n<-.4?t+.4:e).toFixed(3))})(n,e.audioLevel),e.callback(e.audioLevel)},this.intervalMilis))},Di.prototype.stop=function(){var e,t;this.intervalId&&(clearInterval(this.intervalId),this.intervalId=null),null===(e=this.analyser)||void 0===e||e.disconnect(),this.analyser=null,null===(t=this.source)||void 0===t||t.disconnect(),this.source=null},Di.isLocalStatsSupported=function(){var e;return Boolean(null===(e=window)||void 0===e?void 0:e.AudioContext)},Di.disconnectAudioContext=_$$_REQUIRE(_dependencyMap[9])(function*(){Mi&&(Pi.info("Disconnecting audio context"),yield Mi.close(),Mi=null)}),Di.connectAudioContext=function(){Di.isLocalStatsSupported()&&(Pi.info("Connecting audio context"),(Mi=new AudioContext).suspend())},Di.connectAudioContext();var Ui,Fi=(function(){function e(){_$$_REQUIRE(_dependencyMap[2])(this,e),this.average=0,this.n=0}return _$$_REQUIRE(_dependencyMap[3])(e,[{key:"addNext",value:function(e){"number"==typeof e&&(this.n+=1,this.average=this.average+(e-this.average)/this.n)}},{key:"getAverage",value:function(){return this.average}}]),e})(),ji=(0,S.getLogger)("modules/statistics/PerformanceObserverStats.js"),Vi=(function(){function e(t,n){_$$_REQUIRE(_dependencyMap[2])(this,e),this.eventEmitter=t,this.longTasks=0,this.maxDuration=0,this.performanceStatsInterval=n,this.stats=new Fi}return _$$_REQUIRE(_dependencyMap[3])(e,[{key:"getLongTasksStats",value:function(){return{avgRatePerMinute:(60*this.stats.getAverage()).toFixed(2),maxDurationMs:this.maxDuration}}},{key:"startObserver",value:function(){var e=this;this.longTaskEventHandler=function(t){var n=t.getEntries();for(var i of n)e.longTasks++,e.maxDuration=Math.max(e.maxDuration,i.duration).toFixed(3)},ji.info("Creating a Performance Observer for monitoring Long Tasks"),this.observer=new PerformanceObserver(this.longTaskEventHandler),this.observer.observe({type:"longtask",buffered:!0});var t=Date.now();this.longTasksIntervalId=setInterval(function(){var n=Date.now(),i=e._lastTimeStamp?(n-e._lastTimeStamp)/1e3:(n-t)/1e3,r=e.longTasks/i;e.stats.addNext(r),e.eventEmitter.emit(Mn,e.getLongTasksStats()),e.longTasks=0,e._lastTimeStamp=Date.now()},this.performanceStatsInterval)}},{key:"stopObserver",value:function(){this.observer&&this.observer.disconnect(),this.longTaskEventHandler=null,this.longTasksIntervalId&&(clearInterval(this.longTasksIntervalId),this.longTasksIntervalId=null)}}]),e})();!(function(e){e.AUDIO="audio",e.VIDEO="video"})(Ui||(Ui={}));var Hi=new((function(){function e(){_$$_REQUIRE(_dependencyMap[2])(this,e)}return _$$_REQUIRE(_dependencyMap[3])(e,[{key:"init",value:function(e){var t;this._runInLiteMode=Boolean(e.runInLiteMode),this._ssrcRewriting=Boolean(e.ssrcRewritingEnabled),this._joinAsVisitor=Boolean(null===(t=e.enableJoinAsVisitor)||void 0===t||t)}},{key:"isMultiStreamSendSupportEnabled",value:function(){return gi.supportsUnifiedPlan()}},{key:"isRunInLiteModeEnabled",value:function(){return this._runInLiteMode&&gi.supportsInsertableStreams()}},{key:"isSsrcRewritingSupported",value:function(){return this._ssrcRewriting}},{key:"isJoinAsVisitorSupported",value:function(){return this._joinAsVisitor}}]),e})()),Bi=n(1023),Ji=(0,S.getLogger)("modules/statistics/RTPStatsCollector.js");function $i(e,t){return!t||t<=0||!e||e<=0?0:Math.round(e/t*100)}function Gi(){this.loss={},this.bitrate={download:0,upload:0},this.resolution={},this.framerate=0,this.codec=""}function qi(){this.bandwidth={},this.bitrate={},this.packetLoss=null,this.transport=[]}function Qi(e,t,n,i){this.peerconnection=e,this.currentStatsReport=null,this.previousStatsReport=null,this.audioLevelReportHistory={},this.audioLevelsIntervalId=null,this.eventEmitter=i,this.conferenceStats=new qi,this.audioLevelsIntervalMilis=t,this.speakerList=[],this.statsIntervalId=null,this.statsIntervalMilis=n,this.ssrc2stats=new Map}Gi.prototype.setLoss=function(e){this.loss=e||{}},Gi.prototype.setResolution=function(e){this.resolution=e||{}},Gi.prototype.addBitrate=function(e){this.bitrate.download+=e.download,this.bitrate.upload+=e.upload},Gi.prototype.resetBitrate=function(){this.bitrate.download=0,this.bitrate.upload=0},Gi.prototype.setFramerate=function(e){this.framerate=e||0},Gi.prototype.setCodec=function(e){this.codec=e||""},Qi.prototype.setSpeakerList=function(e){this.speakerList=e},Qi.prototype.stop=function(){this.audioLevelsIntervalId&&(clearInterval(this.audioLevelsIntervalId),this.audioLevelsIntervalId=null),this.statsIntervalId&&(clearInterval(this.statsIntervalId),this.statsIntervalId=null)},Qi.prototype.errorCallback=function(e){Bi.callErrorHandler(e),Ji.error("Get stats error",e),this.stop()},Qi.prototype.start=function(e){var t=this;e&&gi.supportsReceiverStats()&&(this.audioLevelsIntervalId=setInterval(function(){var e=t.peerconnection.getAudioLevels(t.speakerList);for(var n in e)if(e.hasOwnProperty(n)){var i=2.5*e[n];t.eventEmitter.emit(An,t.peerconnection,Number.parseInt(n,10),i,!1)}},this.audioLevelsIntervalMilis));var n=function(){t.peerconnection.getStats().then(function(e){t.currentStatsReport="function"==typeof(null==e?void 0:e.result)?e.result():e;try{t.processStatsReport()}catch(e){Bi.callErrorHandler(e),Ji.error("Processing of RTP stats failed:",e)}t.previousStatsReport=t.currentStatsReport}).catch(function(e){return t.errorCallback(e)})};n(),this.statsIntervalId=setInterval(n,this.statsIntervalMilis)},Qi.prototype._processAndEmitReport=function(){var e=this,t={download:0,upload:0},n={download:0,upload:0},i=0,r=0,o={},a={},s={},c=0,d=0,u=0,l=0;for(var p of this.ssrc2stats){var h,f=_$$_REQUIRE(_dependencyMap[7])(p,2),m=f[0],g=f[1],v=g.loss,_=v.isDownloadStream?"download":"upload";t[_]+=v.packetsTotal,n[_]+=v.packetsLost,i+=g.bitrate.download,r+=g.bitrate.upload,g.resetBitrate();var y=this.peerconnection.getTrackBySSRC(m);if(y){var E=void 0,S=void 0;y.isAudioTrack()?(c+=g.bitrate.download,d+=g.bitrate.upload,E=g.codec):(u+=g.bitrate.download,l+=g.bitrate.upload,S=g.codec);var b=y.getParticipantId();if(b){var R=null!==(h=s[b])&&void 0!==h?h:{};R[m]={audio:E,video:S},s[b]=R;var T=g.resolution;if(y.isVideoTrack()&&!isNaN(null==T?void 0:T.height)&&!isNaN(null==T?void 0:T.width)&&-1!==T.height&&-1!==T.width){var C=o[b]||{};if(y.isLocal()&&!gi.supportsTrackBasedStats()&&this.peerconnection.doesTrueSimulcast()){var x=this.peerconnection.getLocalVideoSSRCs(y);for(var k of x){var A,I=null===(A=this.ssrc2stats.get(k))||void 0===A?void 0:A.resolution;null!=I&&I.height&&null!=I&&I.width&&(T.height=Math.max(T.height,I.height),T.width=Math.max(T.width,I.width))}}if(C[m]=T,o[b]=C,g.framerate>0){var w=a[b]||{};w[m]=g.framerate,a[b]=w}}}else Hi.isSsrcRewritingSupported()||Ji.error("No participant ID returned by "+y)}}this.conferenceStats.bitrate={upload:r,download:i},this.conferenceStats.bitrate.audio={upload:d,download:c},this.conferenceStats.bitrate.video={upload:l,download:u},this.conferenceStats.packetLoss={total:$i(n.download+n.upload,t.download+t.upload),download:$i(n.download,t.download),upload:$i(n.upload,t.upload)};var P,M={};Object.keys(this.audioLevelReportHistory).forEach(function(t){var n=e.audioLevelReportHistory[t],i=n.data,r=n.isLocal,o=i.reduce(function(e,t){return e+t})/i.length;if(r)P=o;else{var a=e.peerconnection.getTrackBySSRC(Number(t));if(a){var s=a.getParticipantId();s&&(M[s]=o)}}}),this.audioLevelReportHistory={},this.eventEmitter.emit(Pn,this.peerconnection,{bandwidth:this.conferenceStats.bandwidth,bitrate:this.conferenceStats.bitrate,packetLoss:this.conferenceStats.packetLoss,resolution:o,framerate:a,codec:s,transport:this.conferenceStats.transport,localAvgAudioLevels:P,avgAudioLevels:M}),this.conferenceStats.transport=[]},Qi.prototype.getNonNegativeValue=function(e){var t=e;return"number"!=typeof t&&(t=Number(t)),isNaN(t)?0:Math.max(0,t)},Qi.prototype._calculateBitrate=function(e,t,n){var i=this.getNonNegativeValue(e[n]),r=this.getNonNegativeValue(t[n]),o=Math.max(0,i-r),a=e.timestamp-t.timestamp,s=0;return a>0&&(s=Math.round(8*o/a)),s},Qi.prototype._calculateFps=function(e,t,n){var i=e.timestamp-t.timestamp,r=0;return i>0&&e[n]&&(r=(e[n]-t[n])/i*1e3),r},Qi.prototype.processStatsReport=function(){var e=this,t={};this.currentStatsReport.forEach(function(n){var i=e.previousStatsReport?e.previousStatsReport.get(n.id):null;if("candidate-pair"===n.type&&n.nominated&&"succeeded"===n.state){var r=n.availableIncomingBitrate,o=n.availableOutgoingBitrate;(r||o)&&(e.conferenceStats.bandwidth={download:Math.round(r/1e3),upload:Math.round(o/1e3)});var a=e.currentStatsReport.get(n.remoteCandidateId),s=e.currentStatsReport.get(n.localCandidateId);if(a&&s){var c=(gi.isChromiumBased()?a.ip:a.address)+":"+a.port,d=(gi.isChromiumBased()?s.ip:s.address)+":"+s.port,u=a.protocol,l=e.conferenceStats.transport;l.some(function(e){return e.ip===c&&e.type===u&&e.localip===d})||l.push({ip:c,type:u,localip:d,p2p:e.peerconnection.isP2P,localCandidateType:s.candidateType,remoteCandidateType:a.candidateType,networkType:s.networkType,rtt:1e3*n.currentRoundTripTime})}}else if("inbound-rtp"===n.type||"outbound-rtp"===n.type){var p=e.getNonNegativeValue(n.ssrc);if(!p)return;var h=e.ssrc2stats.get(p);h||(h=new Gi,e.ssrc2stats.set(p,h));var f=!0,m="packetsReceived";"outbound-rtp"===n.type&&(f=!1,m="packetsSent");var g,v=n[m];if((!v||v<0)&&(v=0),i){var _=e.getNonNegativeValue(i[m]),y=Math.max(0,v-_),E=e.getNonNegativeValue(n.packetsLost),S=e.getNonNegativeValue(i.packetsLost),b=Math.max(0,E-S);h.setLoss({packetsTotal:y+b,packetsLost:b,isDownloadStream:f})}if(void 0!==n.frameHeight&&void 0!==n.frameWidth){var R,T=null===(R=n.active)||void 0===R||R;("inbound-rtp"===n.type||!gi.supportsTrackBasedStats()&&T)&&(g={height:n.frameHeight,width:n.frameWidth})}h.setResolution(g);var C=n.framesPerSecond;!C&&i&&(C=e._calculateFps(n,i,"framesSent")),h.setFramerate(Math.round(C||0)),"inbound-rtp"===n.type&&i?h.addBitrate({download:e._calculateBitrate(n,i,"bytesReceived"),upload:0}):i&&(t[p]=e.getNonNegativeValue(n.bytesSent),h.addBitrate({download:0,upload:e._calculateBitrate(n,i,"bytesSent")}));var x=e.currentStatsReport.get(n.codecId);if(x){var k=x.mimeType.split("/")[1];k&&h.setCodec(k)}}else if(gi.supportsTrackBasedStats()&&"track"===n.type&&n.kind===Ui.VIDEO&&!n.remoteSource){var A={height:n.frameHeight,width:n.frameWidth},I=e.peerconnection.getLocalTracks(Ui.VIDEO);if(null==I||!I.length)return;var w=e.peerconnection.getSsrcByTrackId(n.trackIdentifier);if(!w)return;var P=e.ssrc2stats.get(w);P||(P=new Gi,e.ssrc2stats.set(w,P)),A.height&&A.width&&P.setResolution(A);var M=n.framesPerSecond;!M&&i&&(M=e._calculateFps(n,i,"framesSent")),P.setFramerate(M)}}),Object.keys(t).length&&this.eventEmitter.emit(wn,this.peerconnection,t),this._processAndEmitReport()};var zi,Ki=n(5810).getLogger("modules/statistics/statistics.js"),Wi=!1;function Xi(e){wi.isBackendInitialized()||wi.initBackend({callStatsID:e.callStatsID,callStatsSecret:e.callStatsSecret,userName:e.userName,aliasName:e.aliasName,applicationName:e.applicationName,confID:e.confID,siteID:e.siteID,configParams:e.configParams})||Ki.error("CallStats Backend initialization failed bad")}function Yi(e,t){this.rtpStatsMap=new Map,this.eventEmitter=new(mt()),this.conference=e,this.xmpp=null==e?void 0:e.xmpp,this.options=t||{},this.callStatsIntegrationEnabled=this.options.callStatsID&&this.options.callStatsSecret&&!0!==Yi.disableThirdPartyRequests,this.callStatsIntegrationEnabled&&(this.callStatsApplicationLogsDisabled=this.options.callStatsApplicationLogsDisabled,gi.isReactNative()?Xi(this.options):(function(e){Wi||(_i().loadScript(e.customScriptUrl||Mt,!0,!0,void 0,function(){return Xi(e)}),Wi=!0)})(this.options),this.options.confID||Ki.warn('"confID" is not defined')),this.callsStatsInstances=new Map,Yi.instances.add(this),pi.start(this.conference),gi.isReactNative()||bi.start(this.options.roomName,this.options.userName)}Yi.init=function(e){Yi.audioLevelsEnabled=!e.disableAudioLevels,"number"==typeof e.pcStatsInterval&&(Yi.pcStatsInterval=e.pcStatsInterval),"number"==typeof e.audioLevelsInterval&&(Yi.audioLevelsInterval=e.audioLevelsInterval),"number"==typeof e.longTasksStatsInterval&&(Yi.longTasksStatsInterval=e.longTasksStatsInterval),Yi.disableThirdPartyRequests=e.disableThirdPartyRequests,gi.isReactNative()||bi.init(e),pi.init(e)},Yi.audioLevelsEnabled=!1,Yi.audioLevelsInterval=200,Yi.pcStatsInterval=1e4,Yi.disableThirdPartyRequests=!1,Yi.analytics=Ti,Object.defineProperty(Yi,"instances",{get:function(){return zi||(zi=new Set),zi}}),Yi.prototype.startRemoteStats=function(e){this.stopRemoteStats(e);try{var t=new Qi(e,Yi.audioLevelsInterval,Yi.pcStatsInterval,this.eventEmitter);t.start(Yi.audioLevelsEnabled),this.rtpStatsMap.set(e.id,t)}catch(e){Ki.error("Failed to start collecting remote statistics: "+e)}},Yi.localStats=[],Yi.startLocalStats=function(e,t){if(gi.isIosBrowser()&&e.addEventListener(G.NO_DATA_FROM_SOURCE,(n=_$$_REQUIRE(_dependencyMap[9])(function*(e){if(e){for(var t of Yi.localStats)t.stop();yield Di.disconnectAudioContext()}else for(var n of(Di.connectAudioContext(),Yi.localStats))n.start()}),function(e){return n.apply(this,arguments)})),Yi.audioLevelsEnabled){var n;e.addEventListener(G.LOCAL_TRACK_STOPPED,function(){Yi.stopLocalStats(e)});var i=new Di(e.getOriginalStream(),Yi.audioLevelsInterval,t);this.localStats.push(i),i.start()}},Yi.prototype.addAudioLevelListener=function(e){Yi.audioLevelsEnabled&&this.eventEmitter.on(An,e)},Yi.prototype.removeAudioLevelListener=function(e){Yi.audioLevelsEnabled&&this.eventEmitter.removeListener(An,e)},Yi.prototype.addBeforeDisposedListener=function(e){this.eventEmitter.on(In,e)},Yi.prototype.removeBeforeDisposedListener=function(e){this.eventEmitter.removeListener(In,e)},Yi.prototype.addConnectionStatsListener=function(e){this.eventEmitter.on(Pn,e)},Yi.prototype.removeConnectionStatsListener=function(e){this.eventEmitter.removeListener(Pn,e)},Yi.prototype.addByteSentStatsListener=function(e){this.eventEmitter.on(wn,e)},Yi.prototype.removeByteSentStatsListener=function(e){this.eventEmitter.removeListener(wn,e)},Yi.prototype.addLongTasksStatsListener=function(e){this.eventEmitter.on(Mn,e)},Yi.prototype.attachLongTasksStats=function(){var e=this;gi.supportsPerformanceObserver()?(this.performanceObserverStats=new Vi(this.eventEmitter,Yi.longTasksStatsInterval),this.conference.on(Z,function(){return e.performanceObserverStats.startObserver()}),this.conference.on(ee,function(){return e.performanceObserverStats.stopObserver()})):Ki.warn("Performance observer for long tasks not supported by browser!")},Yi.prototype.getLongTasksStats=function(){return this.performanceObserverStats?this.performanceObserverStats.getLongTasksStats():null},Yi.prototype.removeLongTasksStatsListener=function(e){this.eventEmitter.removeListener(Mn,e)},Yi.prototype.setSpeakerList=function(e){for(var t of Array.from(this.rtpStatsMap.values()))t.peerconnection.isP2P||t.setSpeakerList(e)},Yi.prototype.dispose=function(){try{for(var e of(this.callsStatsInstances.size||this.eventEmitter.emit(In),this.callsStatsInstances.values()))this.stopCallStats(e.tpc);for(var t of this.rtpStatsMap.keys())this._stopRemoteStats(t);this.eventEmitter&&this.eventEmitter.removeAllListeners()}finally{Yi.instances.delete(this)}},Yi.stopLocalStats=function(e){if(Yi.audioLevelsEnabled)for(var t=e.getOriginalStream(),n=0;n1&&void 0!==arguments[1]?arguments[1]:{};e?(t="object"==typeof e?e:{name:e,properties:n},Ki.log(JSON.stringify(t)),this.analytics.sendEvent(e,n)):Ki.warn("No event or event name given.")},Yi.sendAnalytics=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};this.analytics.sendEvent(e,t)};var Zi=n(4832),er=n.n(Zi),tr=n(9987),nr=n(3408),ir=n(3514),rr=n.n(ir),or=n(609),ar=(0,S.getLogger)("JitsiConferenceEventManager.js");function sr(e){this.conference=e,this.xmppListeners={},e.on(Qe,function(t){if(t.isLocal()&&e.statistics){var n=t.isP2P?e.p2pJingleSession:e.jvbJingleSession,i=n&&n.peerconnection||null;e.statistics.sendMuteEvent(i,t.isMuted(),t.getType())}})}sr.prototype.setupChatRoomListeners=function(){var e=this,t=this.conference,n=t.room;this.chatRoomForwarder=new(er())(n,this.conference.eventEmitter),n.addListener(or.XMPPEvents.ICE_RESTARTING,function(e){e.isP2P||t.rtc.closeBridgeChannel()}),n.addListener(or.XMPPEvents.PARTICIPANT_FEATURES_CHANGED,function(e,n){var i=t.getParticipantById(Et.Strophe.getResourceFromJid(e));i&&(i.setFeatures(n),t.eventEmitter.emit(Me,i))}),n.addListener(or.XMPPEvents.ICE_RESTART_SUCCESS,function(e,n){!e.isP2P&&t._setBridgeChannel(n,e.peerconnection)}),n.addListener(or.XMPPEvents.AUDIO_MUTED_BY_FOCUS,function(e){Yi.sendAnalytics(xn(Ui.AUDIO)),t.mutedByFocusActor=e,t.rtc.setAudioMute(!0).then(function(){t.isMutedByFocus=!0,t.mutedByFocusActor=null}).catch(function(e){t.mutedByFocusActor=null,ar.warn("Error while audio muting due to focus request",e)})}),n.addListener(or.XMPPEvents.VIDEO_MUTED_BY_FOCUS,function(e){Yi.sendAnalytics(xn(Ui.VIDEO)),t.mutedVideoByFocusActor=e,t.rtc.setVideoMute(!0).then(function(){t.isVideoMutedByFocus=!0,t.mutedVideoByFocusActor=null}).catch(function(e){t.mutedVideoByFocusActor=null,ar.warn("Error while video muting due to focus request",e)})}),this.chatRoomForwarder.forward(or.XMPPEvents.SUBJECT_CHANGED,Be),this.chatRoomForwarder.forward(or.XMPPEvents.MUC_JOINED,Z),this.chatRoomForwarder.forward(or.XMPPEvents.MUC_JOIN_IN_PROGRESS,Y),this.chatRoomForwarder.forward(or.XMPPEvents.MEETING_ID_SET,te),n.addListener(or.XMPPEvents.MUC_JOINED,function(){e.conference._onMucJoined(),e.conference.isJvbConnectionInterrupted=!1,Object.keys(n.connectionTimes).forEach(function(e){var t=bn("conference_"+e,{value:n.connectionTimes[e]});Yi.sendAnalytics(t)}),Object.keys(n.xmpp.connectionTimes).forEach(function(e){var t=bn("xmpp_"+e,{value:n.xmpp.connectionTimes[e]});Yi.sendAnalytics(t)})}),n.addListener(or.XMPPEvents.RENEGOTIATION_FAILED,function(e,n){n.isP2P||t.eventEmitter.emit(X,V,e)}),n.addListener(Pt,function(e){t.eventEmitter.emit(ze,e)}),this.chatRoomForwarder.forward(or.XMPPEvents.ROOM_JOIN_ERROR,X,I),this.chatRoomForwarder.forward(or.XMPPEvents.DISPLAY_NAME_REQUIRED,X,O),this.chatRoomForwarder.forward(or.XMPPEvents.ROOM_CONNECT_ERROR,X,I),this.chatRoomForwarder.forward(or.XMPPEvents.ROOM_CONNECT_NOT_ALLOWED_ERROR,X,P),this.chatRoomForwarder.forward(or.XMPPEvents.ROOM_CONNECT_MEMBERS_ONLY_ERROR,X,M),this.chatRoomForwarder.forward(or.XMPPEvents.ROOM_MAX_USERS_ERROR,X,A),this.chatRoomForwarder.forward(or.XMPPEvents.PASSWORD_REQUIRED,X,B),this.chatRoomForwarder.forward(or.XMPPEvents.AUTHENTICATION_REQUIRED,X,T),this.chatRoomForwarder.forward(or.XMPPEvents.BRIDGE_DOWN,X,$),n.addListener(or.XMPPEvents.BRIDGE_DOWN,function(){return Yi.sendAnalytics({action:"bridge.down",actionSubject:"bridge.down",type:Wt})}),n.addListener(or.XMPPEvents.CONNECTION_RESTARTED,function(e){t._onConferenceRestarted(e)}),this.chatRoomForwarder.forward(or.XMPPEvents.RESERVATION_ERROR,X,J),this.chatRoomForwarder.forward(or.XMPPEvents.GRACEFUL_SHUTDOWN,X,U),n.addListener(or.XMPPEvents.CONNECTION_ICE_FAILED,function(e){t._onIceConnectionFailed(e)}),this.chatRoomForwarder.forward(or.XMPPEvents.MUC_DESTROYED,X,k),this.chatRoomForwarder.forward(or.XMPPEvents.CHAT_ERROR_RECEIVED,W,C),this.chatRoomForwarder.forward(or.XMPPEvents.SETTINGS_ERROR_RECEIVED,W,x),this.chatRoomForwarder.forward(or.XMPPEvents.FOCUS_DISCONNECTED,X,N),n.addListener(or.XMPPEvents.FOCUS_LEFT,function(){Yi.sendAnalytics({action:"focus.left",actionSubject:"focus.left",type:Qt.TYPE_OPERATIONAL}),t.eventEmitter.emit(X,L)}),n.addListener(or.XMPPEvents.SESSION_ACCEPT_TIMEOUT,function(e){Yi.sendAnalyticsAndLog(Tn(tn,{p2p:e.isP2P}))}),n.addListener(or.XMPPEvents.RECORDER_STATE_CHANGED,function(e,n){if(n){var i=Et.Strophe.getResourceFromJid(n),r=t.getParticipantById(i)||i;"off"===e.getStatus()?e.setTerminator(r):"on"===e.getStatus()&&e.setInitiator(r)}t.eventEmitter.emit(Ue,e)}),this.chatRoomForwarder.forward(or.XMPPEvents.TRANSCRIPTION_STATUS_CHANGED,We),this.chatRoomForwarder.forward(or.XMPPEvents.VIDEO_SIP_GW_AVAILABILITY_CHANGED,Fe),this.chatRoomForwarder.forward(or.XMPPEvents.VIDEO_SIP_GW_SESSION_STATE_CHANGED,je),this.chatRoomForwarder.forward(or.XMPPEvents.PHONE_NUMBER_CHANGED,Ne),n.setParticipantPropertyListener(function(e,n){var i=t.getParticipantById(n);i&&i.setProperty(e.tagName.substring("jitsi_participant_".length),e.value)}),n.addListener(or.XMPPEvents.KICKED,t.onMemberKicked.bind(t)),n.addListener(or.XMPPEvents.SUSPEND_DETECTED,t.onSuspendDetected.bind(t)),this.chatRoomForwarder.forward(or.XMPPEvents.MUC_LOCK_CHANGED,be),this.chatRoomForwarder.forward(or.XMPPEvents.MUC_MEMBERS_ONLY_CHANGED,xe),n.addListener(or.XMPPEvents.MUC_MEMBER_JOINED,t.onMemberJoined.bind(t)),this.chatRoomForwarder.forward(or.XMPPEvents.MUC_LOBBY_MEMBER_JOINED,it),this.chatRoomForwarder.forward(or.XMPPEvents.MUC_LOBBY_MEMBER_UPDATED,rt),this.chatRoomForwarder.forward(or.XMPPEvents.MUC_LOBBY_MEMBER_LEFT,ot),n.addListener(or.XMPPEvents.MUC_MEMBER_BOT_TYPE_CHANGED,t._onMemberBotTypeChanged.bind(t)),n.addListener(or.XMPPEvents.MUC_MEMBER_LEFT,t.onMemberLeft.bind(t)),this.chatRoomForwarder.forward(or.XMPPEvents.MUC_LEFT,ee),this.chatRoomForwarder.forward(or.XMPPEvents.MUC_DENIED_ACCESS,X,D),n.addListener(or.XMPPEvents.DISPLAY_NAME_CHANGED,t.onDisplayNameChanged.bind(t)),n.addListener(or.XMPPEvents.LOCAL_ROLE_CHANGED,function(e){t.onLocalRoleChanged(e),t.statistics&&t.isModerator()&&t.on(Ue,function(e){var t={error:e.getError(),id:"recorder_status",status:e.getStatus()};Yi.sendLog(JSON.stringify(t))})}),n.addListener(or.XMPPEvents.MUC_ROLE_CHANGED,t.onUserRoleChanged.bind(t)),n.addListener(rr().IDENTITY_UPDATED,function(e,n){t.authEnabled=e,t.authIdentity=n,t.eventEmitter.emit(z,e,n)}),n.addListener(or.XMPPEvents.MESSAGE_RECEIVED,function(e,n,i,r,o,a){var s=Et.Strophe.getResourceFromJid(e);t.eventEmitter.emit(ke,s,n,r,o,a)}),n.addListener(or.XMPPEvents.PRIVATE_MESSAGE_RECEIVED,function(e,n,i,r){var o=Et.Strophe.getResourceFromJid(e);t.eventEmitter.emit(Pe,o,n,r)}),n.addListener(or.XMPPEvents.PRESENCE_STATUS,function(e,n){var i=Et.Strophe.getResourceFromJid(e),r=t.getParticipantById(i);r&&r._status!==n&&(r._status=n,t.eventEmitter.emit(et,i,n))}),n.addListener(or.XMPPEvents.JSON_MESSAGE_RECEIVED,function(e,n){var i=Et.Strophe.getResourceFromJid(e),r=t.getParticipantById(i);r?t.eventEmitter.emit(le,r,n):t.eventEmitter.emit(we,i,n)}),n.addPresenceListener("startmuted",function(e,n){if(t.myUserId()!==n){var i=t.getParticipantById(n);if(i&&i.isModerator()){var r="true"===e.attributes.audio,o="true"===e.attributes.video,a=!1;r!==t.startMutedPolicy.audio&&(t.startMutedPolicy.audio=r,a=!0),o!==t.startMutedPolicy.video&&(t.startMutedPolicy.video=o,a=!0),a&&t.eventEmitter.emit(Ve,t.startMutedPolicy)}}}),t.statistics&&(n.addListener(or.XMPPEvents.CONNECTION_ICE_FAILED,function(e){t.statistics.sendIceConnectionFailedEvent(e.peerconnection)}),n.addListener(or.XMPPEvents.ADD_ICE_CANDIDATE_FAILED,function(e,n){t.statistics.sendAddIceCandidateFailed(e,n)})),this.chatRoomForwarder.forward(or.XMPPEvents.BREAKOUT_ROOMS_MOVE_TO_ROOM,lt),this.chatRoomForwarder.forward(or.XMPPEvents.BREAKOUT_ROOMS_UPDATED,pt),this.chatRoomForwarder.forward(or.XMPPEvents.ROOM_METADATA_UPDATED,ht)},sr.prototype.setupRTCListeners=function(){var e=this,t=this.conference,n=t.rtc;n.addListener(tr.default.REMOTE_TRACK_ADDED,t.onRemoteTrackAdded.bind(t)),n.addListener(tr.default.REMOTE_TRACK_REMOVED,t.onRemoteTrackRemoved.bind(t)),n.addListener(tr.default.DOMINANT_SPEAKER_CHANGED,function(e,n,i){if((t.lastDominantSpeaker!==e||t.dominantSpeakerIsSilent!==i)&&t.room&&(t.lastDominantSpeaker=e,t.dominantSpeakerIsSilent=i,t.eventEmitter.emit(ce,e,n,i),t.statistics&&t.myUserId()===e&&t.statistics.sendDominantSpeakerEvent(t.room.roomjid,i),t.lastDominantSpeaker!==e&&n&&n.length)){var r=n.slice(0);t.myUserId!==e&&r.splice(0,0,e),r.length>5&&r.splice(5,r.length-5),t.statistics&&t.statistics.setSpeakerList(r)}}),n.addListener(tr.default.DATA_CHANNEL_OPEN,function(){var e=window.performance.now(),n="data.channel.opened";ar.log("(TIME) data.channel.opened:\t",e),t.room.connectionTimes[n]=e,Yi.sendAnalytics(bn(n,{value:e})),t.eventEmitter.emit(oe)}),n.addListener(tr.default.DATA_CHANNEL_CLOSED,function(e){t.eventEmitter.emit(ae,e)}),n.addListener(tr.default.VIDEO_SSRCS_REMAPPED,function(t){for(var n of e.conference.getMediaSessions())n.processSourceMap(t,Ui.VIDEO)}),n.addListener(tr.default.AUDIO_SSRCS_REMAPPED,function(t){for(var n of e.conference.getMediaSessions())n.processSourceMap(t,Ui.AUDIO)}),n.addListener(tr.default.ENDPOINT_MESSAGE_RECEIVED,function(e,n){var i=t.getParticipantById(e);i?t.eventEmitter.emit(le,i,n):ar.warn("Ignored ENDPOINT_MESSAGE_RECEIVED for not existing participant: "+e,n)}),n.addListener(tr.default.ENDPOINT_STATS_RECEIVED,function(e,n){var i=t.getParticipantById(e);i?t.eventEmitter.emit(pe,i,n):ar.warn("Ignoring ENDPOINT_STATS_RECEIVED for a non-existant participant: "+e)}),n.addListener(tr.default.LOCAL_UFRAG_CHANGED,function(e,t){e.isP2P||Yi.sendLog(JSON.stringify({id:"local_ufrag",value:t}))}),n.addListener(tr.default.REMOTE_UFRAG_CHANGED,function(e,t){e.isP2P||Yi.sendLog(JSON.stringify({id:"remote_ufrag",value:t}))}),n.addListener(tr.default.CREATE_ANSWER_FAILED,function(e,n){t.statistics.sendCreateAnswerFailed(e,n),n.isP2P||t.eventEmitter.emit(X,V,e)}),n.addListener(tr.default.CREATE_OFFER_FAILED,function(e,n){t.statistics.sendCreateOfferFailed(e,n),n.isP2P||t.eventEmitter.emit(X,V,e)}),n.addListener(tr.default.SET_LOCAL_DESCRIPTION_FAILED,function(e,n){t.statistics.sendSetLocalDescFailed(e,n),n.isP2P||t.eventEmitter.emit(X,V,e)}),n.addListener(tr.default.SET_REMOTE_DESCRIPTION_FAILED,function(e,n){t.statistics.sendSetRemoteDescFailed(e,n),n.isP2P||t.eventEmitter.emit(X,V,e)}),n.addListener(tr.default.LOCAL_TRACK_SSRC_UPDATED,function(e,n){e.isVideoTrack()&&e.videoType===nr.VideoType.DESKTOP&&t.statistics.sendScreenSharingEvent(!0,n)})},sr.prototype.removeXMPPListeners=function(){var e=this,t=this.conference;Object.keys(this.xmppListeners).forEach(function(n){t.xmpp.removeListener(n,e.xmppListeners[n])}),this.xmppListeners={}},sr.prototype.setupXMPPListeners=function(){var e=this.conference;this._addConferenceXMPPListener(or.XMPPEvents.CALL_INCOMING,e.onIncomingCall.bind(e)),this._addConferenceXMPPListener(or.XMPPEvents.CALL_ACCEPTED,e.onCallAccepted.bind(e)),this._addConferenceXMPPListener(or.XMPPEvents.TRANSPORT_INFO,e.onTransportInfo.bind(e)),this._addConferenceXMPPListener(or.XMPPEvents.CALL_ENDED,e.onCallEnded.bind(e)),this._addConferenceXMPPListener(or.XMPPEvents.START_MUTED_FROM_FOCUS,function(t,n){e.options.config.ignoreStartMuted||(e.startAudioMuted=t,e.startVideoMuted=n,t&&(e.isMutedByFocus=!0),n&&(e.isVideoMutedByFocus=!0),e.getLocalTracks().forEach(function(t){switch(t.getType()){case Ui.AUDIO:e.startAudioMuted&&t.mute();break;case Ui.VIDEO:e.startVideoMuted&&t.mute()}}),e.eventEmitter.emit(He))}),this._addConferenceXMPPListener(or.XMPPEvents.CONFERENCE_TIMESTAMP_RECEIVED,function(t){e.eventEmitter.emit(de,t)}),this._addConferenceXMPPListener(or.XMPPEvents.AV_MODERATION_CHANGED,function(t,n,i){var r=e.getParticipants().find(function(e){return e.getJid()===i});e.eventEmitter.emit(ct,{enabled:t,mediaType:n,actor:r})}),this._addConferenceXMPPListener(or.XMPPEvents.AV_MODERATION_PARTICIPANT_APPROVED,function(t,n){var i=e.getParticipantById(Et.Strophe.getResourceFromJid(n));i&&e.eventEmitter.emit(dt,{participant:i,mediaType:t})}),this._addConferenceXMPPListener(or.XMPPEvents.AV_MODERATION_PARTICIPANT_REJECTED,function(t,n){var i=e.getParticipantById(Et.Strophe.getResourceFromJid(n));i&&e.eventEmitter.emit(ut,{participant:i,mediaType:t})}),this._addConferenceXMPPListener(or.XMPPEvents.AV_MODERATION_APPROVED,function(t){return e.eventEmitter.emit(at,{mediaType:t})}),this._addConferenceXMPPListener(or.XMPPEvents.AV_MODERATION_REJECTED,function(t){e.eventEmitter.emit(st,{mediaType:t})})},sr.prototype._addConferenceXMPPListener=function(e,t){this.xmppListeners[e]=t,this.conference.xmpp.addListener(e,t)},sr.prototype.setupStatisticsListeners=function(){var e=this.conference;e.statistics&&(e.statistics.addAudioLevelListener(function(t,n,i,r){e.rtc.setAudioLevel(t,n,i,r)}),e.statistics.addBeforeDisposedListener(function(){e.eventEmitter.emit(K)}),e.options.config.startSilent||e.statistics.addByteSentStatsListener(function(t,n){e.getLocalTracks(Ui.AUDIO).forEach(function(e){var i=t.getLocalSSRC(e);i&&n.hasOwnProperty(i)&&e.onByteSentStatsReceived(t,n[i])})}))};var cr,dr=(function(){function e(t,n,i,r,o,a,s,c,d){_$$_REQUIRE(_dependencyMap[2])(this,e),this._jid=t,this._id=Et.Strophe.getResourceFromJid(t),this._conference=n,this._displayName=i,this._supportsDTMF=!1,this._tracks=[],this._role="none",this._status=a,this._hidden=r,this._statsID=o,this._properties={},this._identity=s,this._isReplacing=c,this._isReplaced=d,this._features=new Set,this._sources=new Map}return _$$_REQUIRE(_dependencyMap[3])(e,[{key:"_isMediaTypeMuted",value:function(e){return this.getTracks().reduce(function(t,n){return t&&(n.getType()!==e||n.isMuted())},!0)}},{key:"_setSources",value:function(e,t,n,i){var r,o=this._sources.get(e),a={muted:t,videoType:i};null!==(r=o)&&void 0!==r&&r.size?o.set(n,a):((o=new Map).set(n,a),this._sources.set(e,o))}},{key:"getBotType",value:function(){return this._botType}},{key:"getConference",value:function(){return this._conference}},{key:"getConnectionJid",value:function(){return this._connectionJid}},{key:"getDisplayName",value:function(){return this._displayName}},{key:"getFeatures",value:function(){return Promise.resolve(this._features)}},{key:"getId",value:function(){return this._id}},{key:"getJid",value:function(){return this._jid}},{key:"getProperty",value:function(e){return this._properties[e]}},{key:"getRole",value:function(){return this._role}},{key:"getSources",value:function(){return this._sources}},{key:"getStatsID",value:function(){return this._statsID}},{key:"getStatus",value:function(){return this._status}},{key:"getTracks",value:function(){return this._tracks.slice()}},{key:"getTracksByMediaType",value:function(e){return this.getTracks().filter(function(t){return t.getType()===e})}},{key:"hasFeature",value:function(e){return this._features.has(e)}},{key:"isAudioMuted",value:function(){return this._isMediaTypeMuted(Ui.AUDIO)}},{key:"isHidden",value:function(){return this._hidden}},{key:"isHiddenFromRecorder",value:function(){var e,t;return"true"===(null===(e=this._identity)||void 0===e||null===(t=e.user)||void 0===t?void 0:t["hidden-from-recorder"])}},{key:"isModerator",value:function(){return"moderator"===this._role}},{key:"isReplaced",value:function(){return this._isReplaced}},{key:"isReplacing",value:function(){return this._isReplacing}},{key:"isVideoMuted",value:function(){return this._isMediaTypeMuted(Ui.VIDEO)}},{key:"setBotType",value:function(e){this._botType=e}},{key:"setConnectionJid",value:function(e){this._connectionJid=e}},{key:"setFeatures",value:function(e){this._features=e||new Set}},{key:"setIsReplaced",value:function(e){this._isReplaced=e}},{key:"setIsReplacing",value:function(e){this._isReplacing=e}},{key:"setProperty",value:function(e,t){var n=this._properties[e];t!==n&&(this._properties[e]=t,this._conference.eventEmitter.emit(De,this,e,n,t))}},{key:"setRole",value:function(e){this._role=e}},{key:"supportsDTMF",value:function(){return this._supportsDTMF}}]),e})();!(function(e){e.CONNECTION_DISCONNECTED="connection.connectionDisconnected",e.CONNECTION_ESTABLISHED="connection.connectionEstablished",e.CONNECTION_FAILED="connection.connectionFailed",e.CONNECTION_REDIRECTED="connection.redirected",e.WRONG_STATE="connection.wrongState",e.DISPLAY_NAME_REQUIRED="connection.display_name_required"})(cr||(cr={}));var ur,lr=cr.CONNECTION_DISCONNECTED,pr=cr.CONNECTION_ESTABLISHED,hr=cr.CONNECTION_FAILED,fr=cr.CONNECTION_REDIRECTED,mr=cr.WRONG_STATE,gr=cr.DISPLAY_NAME_REQUIRED,vr=n(1032);function _r(e){return vr.parse(e)}n(1352),(function(e){e.CONNECTION_DROPPED_ERROR="connection.droppedError",e.OTHER_ERROR="connection.otherError",e.PASSWORD_REQUIRED="connection.passwordRequired",e.SERVER_ERROR="connection.serverError"})(ur||(ur={}));var yr=ur.CONNECTION_DROPPED_ERROR,Er=ur.OTHER_ERROR,Sr=ur.PASSWORD_REQUIRED,br=ur.SERVER_ERROR,Rr=(function(){function e(){var t=this;_$$_REQUIRE(_dependencyMap[2])(this,e);var n=this;this.promise=new Promise(function(e,i){t.resolve=function(){n.clearRejectTimeout(),e.apply(void 0,arguments)},t.reject=function(){n.clearRejectTimeout(),i.apply(void 0,arguments)}}),this.then=this.promise.then.bind(this.promise),this.catch=this.promise.catch.bind(this.promise)}return _$$_REQUIRE(_dependencyMap[3])(e,[{key:"clearRejectTimeout",value:function(){clearTimeout(this._timeout)}},{key:"setRejectTimeout",value:function(e){var t=this;this._timeout=setTimeout(function(){t.reject(new Error("timeout"))},e)}}]),e})(),Tr=(function(){function e(){_$$_REQUIRE(_dependencyMap[2])(this,e);var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:new(mt());this.eventEmitter=t,this.addEventListener=this.on=this.addListener,this.removeEventListener=this.off=this.removeListener}return _$$_REQUIRE(_dependencyMap[3])(e,[{key:"addListener",value:function(e,t){var n=this;return this.eventEmitter.addListener(e,t),function(){return n.removeEventListener(e,t)}}},{key:"removeListener",value:function(e,t){this.eventEmitter.removeListener(e,t)}}]),e})(),Cr=(0,S.getLogger)("modules/e2ee/E2EEContext.js"),xr=Symbol("kJitsiE2EE"),kr=(function(){function e(){_$$_REQUIRE(_dependencyMap[2])(this,e);var t=(arguments.length>0&&void 0!==arguments[0]?arguments[0]:{}).sharedKey,n="",i=document.querySelector('script[src*="lib-jitsi-meet"]');if(i){var r=i.src.lastIndexOf("/");n=i.src.substring(0,r)+"/"}var o=n+"lib-jitsi-meet.e2ee-worker.js";if(n&&"/"!==n){var a=new Blob(["importScripts(\""+o+"\");"],{type:"application/javascript"});o=window.URL.createObjectURL(a)}this._worker=new Worker(o,{name:"E2EE Worker"}),this._worker.onerror=function(e){return Cr.error(e)},this._worker.postMessage({operation:"initialize",sharedKey:t})}return _$$_REQUIRE(_dependencyMap[3])(e,[{key:"cleanup",value:function(e){this._worker.postMessage({operation:"cleanup",participantId:e})}},{key:"cleanupAll",value:function(){this._worker.postMessage({operation:"cleanupAll"})}},{key:"handleReceiver",value:function(e,t,n){if(!e[xr])if(e[xr]=!0,window.RTCRtpScriptTransform){var i={operation:"decode",participantId:n};e.transform=new RTCRtpScriptTransform(this._worker,i)}else{var r=e.createEncodedStreams();this._worker.postMessage({operation:"decode",readableStream:r.readable,writableStream:r.writable,participantId:n},[r.readable,r.writable])}}},{key:"handleSender",value:function(e,t,n){if(!e[xr])if(e[xr]=!0,window.RTCRtpScriptTransform){var i={operation:"encode",participantId:n};e.transform=new RTCRtpScriptTransform(this._worker,i)}else{var r=e.createEncodedStreams();this._worker.postMessage({operation:"encode",readableStream:r.readable,writableStream:r.writable,participantId:n},[r.readable,r.writable])}}},{key:"setKey",value:function(e,t,n){this._worker.postMessage({operation:"setKey",key:t,keyIndex:n,participantId:e})}}]),e})(),Ar=(0,S.getLogger)("modules/e2ee/KeyHandler.js"),Ir=(function(e){_$$_REQUIRE(_dependencyMap[5])(n,e);var t=_createSuper(n);function n(e){var i;_$$_REQUIRE(_dependencyMap[2])(this,n);var r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return(i=t.call(this)).conference=e,i.e2eeCtx=new kr(r),i.enabled=!1,i._enabling=void 0,i.conference.on(Te,i._onMediaSessionStarted.bind(_$$_REQUIRE(_dependencyMap[8])(i))),i.conference.on(Ge,function(e){return e.isLocal()&&i._onLocalTrackAdded(e)}),i.conference.rtc.on(tr.default.REMOTE_TRACK_ADDED,function(e,t){return i._setupReceiverE2EEForTrack(t,e)}),i.conference.on(Qe,i._trackMuteChanged.bind(_$$_REQUIRE(_dependencyMap[8])(i))),i}return _$$_REQUIRE(_dependencyMap[3])(n,[{key:"isEnabled",value:function(){return this.enabled}},{key:"setEnabled",value:(function(){var e=_$$_REQUIRE(_dependencyMap[9])(function*(e){this._enabling&&(yield this._enabling),e!==this.enabled&&(this._enabling=new Rr,this.enabled=e,e||this.e2eeCtx.cleanupAll(),this._setEnabled&&(yield this._setEnabled(e)),this.conference.setLocalParticipantProperty("e2ee.enabled",e),this.conference._restartMediaSessions(),this._enabling.resolve())});return function(t){return e.apply(this,arguments)}})()},{key:"setEncryptionKey",value:function(){throw new Error("Not implemented by subclass")}},{key:"_onLocalTrackAdded",value:function(e){for(var t of this.conference.getMediaSessions())this._setupSenderE2EEForTrack(t,e)}},{key:"_onMediaSessionStarted",value:function(e){var t=this.conference.getLocalTracks();for(var n of t)this._setupSenderE2EEForTrack(e,n)}},{key:"_setupReceiverE2EEForTrack",value:function(e,t){if(this.enabled){var n=e.findReceiverForTrack(t.track);n?this.e2eeCtx.handleReceiver(n,t.getType(),t.getParticipantId()):Ar.warn("Could not handle E2EE for "+t+": receiver not found in: "+e)}}},{key:"_setupSenderE2EEForTrack",value:function(e,t){if(this.enabled){var n=e.peerconnection,i=n&&n.findSenderForTrack(t.track);i?this.e2eeCtx.handleSender(i,t.getType(),t.getParticipantId()):Ar.warn("Could not handle E2EE for "+t+": sender not found in "+n)}}},{key:"_trackMuteChanged",value:function(e){if(gi.doesVideoMuteByStreamRemove()&&e.isLocal()&&e.isVideoTrack()&&!e.isMuted())for(var t of this.conference.getMediaSessions())this._setupSenderE2EEForTrack(t,e)}}]),n})(Tr),wr=(function(e){_$$_REQUIRE(_dependencyMap[5])(n,e);var t=_createSuper(n);function n(e){return _$$_REQUIRE(_dependencyMap[2])(this,n),t.call(this,e,{sharedKey:!0})}return _$$_REQUIRE(_dependencyMap[3])(n,[{key:"setKey",value:function(e){this.e2eeCtx.setKey(void 0,{encryptionKey:e.encryptionKey},e.index)}}]),n})(Ir),Pr=n(9509),Mr=n.n(Pr),Dr=n(3577),Or=n(4433);Or.v1,Or.v3;var Nr,Lr=Or.v4;Or.v5,(function(e){e.E2EE_SAS_KEYS_MAC_MISMATCH="e2ee.sas.keys-mac-mismatch",e.E2EE_SAS_MAC_MISMATCH="e2ee.sas.mac-mismatch",e.E2EE_SAS_MISSING_KEY="e2ee.sas.missing-key",e.E2EE_SAS_COMMITMENT_MISMATCHED="e2ee.sas.commitment-mismatched",e.E2EE_SAS_CHANNEL_VERIFICATION_FAILED="e2ee.sas.channel-verification-failed",e.E2EE_SAS_INVALID_SAS_VERIFICATION="e2ee.sas.invalid-sas-verification"})(Nr||(Nr={}));var Ur=[["\ud83d\udc36","dog"],["\ud83d\udc31","cat"],["\ud83e\udd81","lion"],["\ud83d\udc0e","horse"],["\ud83e\udd84","unicorn"],["\ud83d\udc37","pig"],["\ud83d\udc18","elephant"],["\ud83d\udc30","rabbit"],["\ud83d\udc3c","panda"],["\ud83d\udc13","rooster"],["\ud83d\udc27","penguin"],["\ud83d\udc22","turtle"],["\ud83d\udc1f","fish"],["\ud83d\udc19","octopus"],["\ud83e\udd8b","butterfly"],["\ud83c\udf37","flower"],["\ud83c\udf33","tree"],["\ud83c\udf35","cactus"],["\ud83c\udf44","mushroom"],["\ud83c\udf0f","globe"],["\ud83c\udf19","moon"],["\u2601\ufe0f","cloud"],["\ud83d\udd25","fire"],["\ud83c\udf4c","banana"],["\ud83c\udf4e","apple"],["\ud83c\udf53","strawberry"],["\ud83c\udf3d","corn"],["\ud83c\udf55","pizza"],["\ud83c\udf82","cake"],["\u2764\ufe0f","heart"],["\ud83d\ude42","smiley"],["\ud83e\udd16","robot"],["\ud83c\udfa9","hat"],["\ud83d\udc53","glasses"],["\ud83d\udd27","spanner"],["\ud83c\udf85","santa"],["\ud83d\udc4d","thumbs up"],["\u2602\ufe0f","umbrella"],["\u231b","hourglass"],["\u23f0","clock"],["\ud83c\udf81","gift"],["\ud83d\udca1","light bulb"],["\ud83d\udcd5","book"],["\u270f\ufe0f","pencil"],["\ud83d\udcce","paperclip"],["\u2702\ufe0f","scissors"],["\ud83d\udd12","lock"],["\ud83d\udd11","key"],["\ud83d\udd28","hammer"],["\u260e\ufe0f","telephone"],["\ud83c\udfc1","flag"],["\ud83d\ude82","train"],["\ud83d\udeb2","bicycle"],["\u2708\ufe0f","aeroplane"],["\ud83d\ude80","rocket"],["\ud83c\udfc6","trophy"],["\u26bd","ball"],["\ud83c\udfb8","guitar"],["\ud83c\udfba","trumpet"],["\ud83d\udd14","bell"],["\u2693\ufe0f","anchor"],["\ud83c\udfa7","headphones"],["\ud83d\udcc1","folder"],["\ud83d\udccc","pin"]],Fr={decimal:function(e){return[1e3+(e[0]<<5|e[1]>>3),1e3+((7&e[1])<<10|e[2]<<2|e[3]>>6),1e3+((63&e[3])<<7|e[4]>>1)]},emoji:function(e){return[e[0]>>2,(3&e[0])<<4|e[1]>>4,(15&e[1])<<2|e[2]>>6,63&e[2],e[3]>>2,(3&e[3])<<4|e[4]>>4,(15&e[4])<<2|e[5]>>6].map(function(e){return Ur[e]})}},jr=(0,S.getLogger)("modules/e2ee/OlmAdapter.js"),Vr="olm",Hr="key-info",Br="key-info-ack",Jr="session-ack",$r="session-init",Gr="sas-start",qr="sas-accept",Qr="sas-key",zr="sas-mac",Kr="Jitsi-KEY_IDS",Wr=Symbol("OlmData"),Xr={PARTICIPANT_E2EE_CHANNEL_READY:"olm.participant_e2ee_channel_ready",PARTICIPANT_SAS_AVAILABLE:"olm.participant_sas_available",PARTICIPANT_SAS_READY:"olm.participant_sas_ready",PARTICIPANT_KEY_UPDATED:"olm.partitipant_key_updated",PARTICIPANT_VERIFICATION_COMPLETED:"olm.participant_verification_completed"},Yr=(function(e){_$$_REQUIRE(_dependencyMap[5])(n,e);var t=_createSuper(n);function n(e){var i;return _$$_REQUIRE(_dependencyMap[2])(this,n),(i=t.call(this))._conf=e,i._init=new Rr,i._mediaKey=void 0,i._mediaKeyIndex=-1,i._reqs=new Map,i._sessionInitialization=void 0,n.isSupported()?(i._bootstrapOlm(),i._conf.on(le,i._onEndpointMessageReceived.bind(_$$_REQUIRE(_dependencyMap[8])(i))),i._conf.on(ee,i._onConferenceLeft.bind(_$$_REQUIRE(_dependencyMap[8])(i))),i._conf.on(Ye,i._onParticipantLeft.bind(_$$_REQUIRE(_dependencyMap[8])(i))),i._conf.on(De,i._onParticipantPropertyChanged.bind(_$$_REQUIRE(_dependencyMap[8])(i)))):i._init.reject(new Error("Olm not supported")),i}return _$$_REQUIRE(_dependencyMap[3])(n,[{key:"myId",get:function(){return this._conf.myUserId()}},{key:"initSessions",value:(function(){var e=_$$_REQUIRE(_dependencyMap[9])(function*(){if(this._sessionInitialization)throw new Error("OlmAdapter initSessions called multiple times");this._sessionInitialization=new Rr,yield this._init;var e=[],t=this._conf.myUserId();for(var n of this._conf.getParticipants())n.hasFeature(bs)&&t>5]|=128<<24-t%32,e[15+(t+64>>9<<4)]=t;var n,i,r,o,a,s,c,d,u=new Array(80),l=1732584193,p=-271733879,h=-1732584194,f=271733878,m=-1009589776;for(n=0;n>16)+(t>>16)+(n>>16)<<16|65535&n}function uo(e,t){return e<>>32-t}function lo(e){for(var t=[],n=0;n<8*e.length;n+=8)t[n>>5]|=(255&e.charCodeAt(n/8))<<24-n%32;return t}function po(e){for(var t,n,i="",r=0;r<4*e.length;r+=3)for(t=(e[r>>2]>>8*(3-r%4)&255)<<16|(e[r+1>>2]>>8*(3-(r+1)%4)&255)<<8|e[r+2>>2]>>8*(3-(r+2)%4)&255,n=0;n<4;n++)8*r+6*n>32*e.length?i+="=":i+="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".charAt(t>>6*(3-n)&63);return i}var ho=function(e){return po(oo(lo(e),8*e.length))},fo=["category","type","lang","name"],mo=["category","type","lang"];function go(e,t){var n=0;return mo.some(function(i){return 0!==(n=e[i]>t[i]?1:e[i]query>feature").each(function(e,n){return t.add(n.getAttribute("var"))}),vt()(e).find(">query>identity").each(function(e,t){return n.add({type:t.getAttribute("type"),name:t.getAttribute("name"),category:t.getAttribute("category")})}),{features:t,identities:n}}var _o=(function(e){_$$_REQUIRE(_dependencyMap[5])(n,e);var t=_createSuper(n);function n(){var e;_$$_REQUIRE(_dependencyMap[2])(this,n);var i=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"http://jitsi.org/jitsimeet";if((e=t.call(this)).node=r,e.disco=i.disco,!e.disco)throw new Error("Missing strophe-plugins (disco plugin is required)!");e.version="",e.rooms=new Set,e.externalFeatures=new Set;var o=i.emuc;return o.addListener(or.XMPPEvents.EMUC_ROOM_ADDED,function(t){return e._addChatRoom(t)}),o.addListener(or.XMPPEvents.EMUC_ROOM_REMOVED,function(t){return e._removeChatRoom(t)}),Object.keys(o.rooms).forEach(function(t){e._addChatRoom(o.rooms[t])}),Et.Strophe.addNamespace("CAPS","http://jabber.org/protocol/caps"),e.disco.addFeature(Et.Strophe.NS.CAPS),_$$_REQUIRE(_dependencyMap[1])(e)}return _$$_REQUIRE(_dependencyMap[3])(n,[{key:"addFeature",value:function(e){var t=this,n=arguments.length>1&&void 0!==arguments[1]&&arguments[1],i=arguments.length>2&&void 0!==arguments[2]&&arguments[2];this.disco.addFeature(e),this._generateVersion(),i&&!this.externalFeatures.has(e)&&(this.externalFeatures.add(e),this.rooms.forEach(function(e){return t._updateRoomWithExternalFeatures(e)})),n&&this.submit()}},{key:"removeFeature",value:function(e){var t=this,n=arguments.length>1&&void 0!==arguments[1]&&arguments[1],i=arguments.length>2&&void 0!==arguments[2]&&arguments[2];this.disco.removeFeature(e),this._generateVersion(),i&&this.externalFeatures.has(e)&&(this.externalFeatures.delete(e),this.rooms.forEach(function(e){return t._updateRoomWithExternalFeatures(e)})),n&&this.submit()}},{key:"submit",value:function(){this.rooms.forEach(function(e){return e.sendPresence()})}},{key:"_updateRoomWithExternalFeatures",value:function(e){if(0===this.externalFeatures.size)e.removeFromPresence("features");else{var t=[];this.externalFeatures.forEach(function(e){t.push({tagName:"feature",attributes:{var:e}})}),e.addOrReplaceInPresence("features",{children:t})}}},{key:"getFeaturesAndIdentities",value:function(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:5e3;return this._getDiscoInfo(e,t,n)}},{key:"_getDiscoInfo",value:function(e,t,n){var i=this;return new Promise(function(r,o){return i.disco.info(e,t,function(e){r(vo(e))},o,n)})}},{key:"_addChatRoom",value:function(e){this.rooms.add(e),this._fixChatRoomPresenceMap(e),this._updateRoomWithExternalFeatures(e)}},{key:"_removeChatRoom",value:function(e){this.rooms.delete(e)}},{key:"_fixChatRoomPresenceMap",value:function(e){e.addOrReplaceInPresence("c",{attributes:{xmlns:Et.Strophe.NS.CAPS,hash:"sha-1",node:this.node,ver:this.version}})}},{key:"_notifyVersionChanged",value:function(){var e=this;this.rooms.forEach(function(t){return e._fixChatRoomPresenceMap(t)})}},{key:"_generateVersion",value:function(){var e,t,n,i;this.version=(e=this.disco._identities,t=this.disco._features,n=e.sort(go).reduce(function(e,t){return fo.reduce(function(e,n,i){return e+(0===i?"":"/")+(t[n]?t[n]:"")},"")+"<"},""),i=t.sort().reduce(function(e,t){return e+t+"<"},""),ho(n+i)),this._notifyVersionChanged()}}]),n})(Tr);n(9617);var yo="NETWORK_INFO_CHANGED",Eo=(0,S.getLogger)("modules/connectivity/NetworkInfo.js"),So=new((function(e){_$$_REQUIRE(_dependencyMap[5])(n,e);var t=_createSuper(n);function n(){var e;return _$$_REQUIRE(_dependencyMap[2])(this,n),(e=t.call(this))._current={isOnline:!0},e}return _$$_REQUIRE(_dependencyMap[3])(n,[{key:"updateNetworkInfo",value:function(e){var t=e.isOnline;Eo.debug("updateNetworkInfo",{isOnline:t}),this._current={isOnline:!0===t},this.eventEmitter.emit(yo,this._current)}},{key:"isOnline",value:function(){return!0===this._current.isOnline}}]),n})(Tr)),bo=(0,S.getLogger)("modules/xmpp/ResumeTask.js"),Ro=(function(){function e(t){_$$_REQUIRE(_dependencyMap[2])(this,e),this._stropheConn=t,this._resumeRetryN=0,this._retryDelay=void 0}return _$$_REQUIRE(_dependencyMap[3])(e,[{key:"retryDelay",get:function(){return this._retryDelay}},{key:"schedule",value:function(){var e=this;this._cancelResume(),this._resumeRetryN+=1,this._networkOnlineListener=So.addEventListener(yo,function(t){t.isOnline?e._scheduleResume():e._cancelResume()}),So.isOnline()&&this._scheduleResume()}},{key:"_scheduleResume",value:function(){var e=this;this._resumeTimeout||(this._resumeRetryN=Math.min(3,this._resumeRetryN),this._retryDelay=(function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:500,n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:2;return Math.floor(Math.random()*(1e3*Math.pow(n,e)-t)+t)})(this._resumeRetryN,1500*this._resumeRetryN,3),bo.info("Will try to resume the XMPP connection in "+this.retryDelay+"ms"),this._resumeTimeout=setTimeout(function(){return e._resumeConnection()},this.retryDelay))}},{key:"_cancelResume",value:function(){this._resumeTimeout&&(bo.info("Canceling connection resume task"),clearTimeout(this._resumeTimeout),this._resumeTimeout=void 0,this._retryDelay=void 0)}},{key:"_resumeConnection",value:function(){var e=this._stropheConn.streamManagement,t=e.getResumeToken();if(t){bo.info("Trying to resume the XMPP connection");var n=new URL(this._stropheConn.service),i=n.search,r=/(previd=)([\w-]+)/,o=i.match(r);o&&-1===o.indexOf(t)?i=i.replace(r,"$1"+t):o||(i+=-1===i.indexOf("?")?"?previd="+t:"&previd="+t),n.search=i,this._stropheConn.service=n.toString(),e.resume()}}},{key:"cancel",value:function(){this._cancelResume(),this._resumeRetryN=0,this._networkOnlineListener&&(this._networkOnlineListener(),this._networkOnlineListener=null)}}]),e})(),To=(function(){function e(){_$$_REQUIRE(_dependencyMap[2])(this,e),this._lastSuccess=null,this._lastFailedMessage=null}return _$$_REQUIRE(_dependencyMap[3])(e,[{key:"startTracking",value:function(e,t){var n=this,i=t.rawInput;t.rawInput=function(){for(var r=arguments.length,o=new Array(r),a=0;a0&&void 0!==arguments[0]?arguments[0]:(function(){return _$$_REQUIRE(_dependencyMap[3])(function e(){_$$_REQUIRE(_dependencyMap[2])(this,e)})})())}var xo,ko,Ao=Co(),Io=Co(Tr),wo=(0,S.getLogger)("modules/xmpp/strophe.ping.js"),Po=(function(e){_$$_REQUIRE(_dependencyMap[5])(n,e);var t=_createSuper(n);function n(e){var i;_$$_REQUIRE(_dependencyMap[2])(this,n);var r=e.getTimeSinceLastServerResponse,o=e.onPingThresholdExceeded,a=e.pingOptions,s=void 0===a?{}:a;return(i=t.call(this)).failedPings=0,i._onPingThresholdExceeded=o,i._getTimeSinceLastServerResponse=r,i.pingInterval="number"==typeof s.interval?s.interval:1e4,i.pingTimeout="number"==typeof s.timeout?s.timeout:5e3,i.pingThreshold="number"==typeof s.threshold?s.threshold:2,i.pingTimestampsToKeep=Math.round(12e4/i.pingInterval),i.pingExecIntervals=new Array(i.pingTimestampsToKeep),i}return _$$_REQUIRE(_dependencyMap[3])(n,[{key:"init",value:function(e){_$$_REQUIRE(_dependencyMap[10])(_$$_REQUIRE(_dependencyMap[0])(n.prototype),"init",this).call(this,e),Et.Strophe.addNamespace("PING","urn:xmpp:ping")}},{key:"ping",value:function(e,t,n,i){this._addPingExecutionTimestamp();var r=(0,Et.$iq)({type:"get",to:e});r.c("ping",{xmlns:Et.Strophe.NS.PING}),this.connection.sendIQ2(r,{timeout:i}).then(t,n)}},{key:"startInterval",value:function(e){var t=this;clearInterval(this.intervalId),this.intervalId=window.setInterval(function(){var n=Date.now();if(t._getTimeSinceLastServerResponse()=t.pingThreshold?(xi().callErrorHandler(new Error(n)),wo.error(n,e),t._onPingThresholdExceeded&&t._onPingThresholdExceeded()):wo.warn(n,e)},t.pingTimeout)},this.pingInterval),wo.info("XMPP pings will be sent every "+this.pingInterval+" ms")}},{key:"stopInterval",value:function(){this.intervalId&&(window.clearInterval(this.intervalId),this.intervalId=null,this.failedPings=0,wo.info("Ping interval cleared"))}},{key:"_addPingExecutionTimestamp",value:function(){this.pingExecIntervals.push((new Date).getTime()),this.pingExecIntervals.length>this.pingTimestampsToKeep&&this.pingExecIntervals.shift()}},{key:"getPingSuspendTime",value:function(){var e=this.pingExecIntervals.slice();e.push((new Date).getTime());var t=0,n=e[0];return e.forEach(function(e){var i=e-n;i>t&&(t=i),n=e}),t-=this.pingInterval,Math.max(t,0)}}]),n})(Ao),Mo=(0,S.getLogger)("modules/xmpp/XmppConnection.js"),Do=(function(e){_$$_REQUIRE(_dependencyMap[5])(n,e);var t=_createSuper(n);function n(e){var i;_$$_REQUIRE(_dependencyMap[2])(this,n);var r=e.enableWebsocketResume,o=e.websocketKeepAlive,a=e.websocketKeepAliveUrl,s=e.serviceUrl,c=e.shard,d=e.xmppPing;return(i=t.call(this))._options={enableWebsocketResume:void 0===r||r,pingOptions:d,shard:c,websocketKeepAlive:void 0===o?6e4:Number(o),websocketKeepAliveUrl:a},i._stropheConn=new Et.Strophe.Connection(s),i._usesWebsocket=s.startsWith("ws:")||s.startsWith("wss:"),i._stropheConn.maxRetries=3,i._rawInputTracker=new To,i._rawInputTracker.startTracking(_$$_REQUIRE(_dependencyMap[8])(i),i._stropheConn),i._resumeTask=new Ro(i._stropheConn),i._deferredIQs=[],i.addConnectionPlugin("ping",new Po({getTimeSinceLastServerResponse:function(){return i.getTimeSinceLastSuccess()},onPingThresholdExceeded:function(){return i._onPingErrorThresholdExceeded()},pingOptions:d})),i._oneSuccessfulConnect=!1,i}return _$$_REQUIRE(_dependencyMap[3])(n,[{key:"connected",get:function(){var e=this._stropheConn&&this._stropheConn._proto&&this._stropheConn._proto.socket;return(this._status===Et.Strophe.Status.CONNECTED||this._status===Et.Strophe.Status.ATTACHED)&&(!this.isUsingWebSocket||e&&e.readyState===WebSocket.OPEN)}},{key:"disco",get:function(){return this._stropheConn.disco}},{key:"disconnecting",get:function(){return!0===this._stropheConn.disconnecting}},{key:"domain",get:function(){return this._stropheConn.domain}},{key:"isUsingWebSocket",get:function(){return this._usesWebsocket}},{key:"jid",get:function(){return this._stropheConn.jid}},{key:"lastResponseHeaders",get:function(){return this._stropheConn._proto&&this._stropheConn._proto.lastResponseHeaders}},{key:"logger",get:function(){return this._stropheConn.logger}},{key:"options",get:function(){return this._stropheConn.options}},{key:"pingDomain",get:function(){var e;return(null===(e=this._options.pingOptions)||void 0===e?void 0:e.domain)||this.domain}},{key:"service",get:function(){return this._stropheConn.service}},{key:"shard",set:function(e){this._options.shard=e,this._oneSuccessfulConnect&&this._maybeStartWSKeepAlive()}},{key:"status",get:function(){return this._status}},{key:"addConnectionPlugin",value:function(e,t){this[e]=t,t.init(this)}},{key:"addHandler",value:function(){var e;return(e=this._stropheConn).addHandler.apply(e,arguments)}},{key:"deleteHandler",value:function(){var e;(e=this._stropheConn).deleteHandler.apply(e,arguments)}},{key:"attach",value:function(e,t,n,i){for(var r,o=arguments.length,a=new Array(o>4?o-4:0),s=4;s3?r-3:0),a=3;a2?o-2:0),s=2;s0){this._wsKeepAlive||Mo.info("WebSocket keep alive interval: "+t+"ms"),clearTimeout(this._wsKeepAlive);var n=t+60*Math.random()*1e3;Mo.debug("Scheduling next WebSocket keep-alive in "+n+"ms"),this._wsKeepAlive=setTimeout(function(){return e._keepAliveAndCheckShard().then(function(){return e._maybeStartWSKeepAlive()})},n)}}},{key:"_keepAliveAndCheckShard",value:function(){var e=this,t=this._options,i=t.shard,r=t.websocketKeepAliveUrl||this.service.replace("wss://","https://").replace("ws://","http://");return fetch(r).then(function(t){if(i){var r=t.headers.get("x-jitsi-shard");r!==i&&(Mo.error("Detected that shard changed from "+i+" to "+r),e.eventEmitter.emit(n.Events.CONN_SHARD_CHANGED))}}).catch(function(e){Mo.error("Websocket Keep alive failed for url: "+r,{error:e})})}},{key:"_processDeferredIQs",value:function(){var e=this,t=function(t){if(t.iq){clearTimeout(t.timeout);var n=Date.now()-t.start;e.sendIQ(t.iq,function(e){return t.resolve(e)},function(e){return t.reject(e)},n)}};for(var n of this._deferredIQs)t(n);this._deferredIQs=[]}},{key:"send",value:function(e){var t,n,i;if(!this.connected)throw Mo.error("Trying to send stanza while not connected. Status:"+this._status+" Proto:"+(this.isUsingWebSocket?null===(t=this._stropheConn)||void 0===t||null===(n=t._proto)||void 0===n||null===(i=n.socket)||void 0===i?void 0:i.readyState:"bosh")),new Error("Not connected");this._stropheConn.send(e)}},{key:"sendIQ",value:function(e,t,n,i){if(this.connected)return this._stropheConn.sendIQ(e,t,n,i);n("Not connected")}},{key:"sendIQ2",value:function(e,t){var n=this,i=t.timeout;return new Promise(function(t,r){if(n.connected)n.sendIQ(e,function(e){return t(e)},function(e){return r(e)},i);else{var o={iq:e,resolve:t,reject:r,start:Date.now(),timeout:setTimeout(function(){o.iq=void 0,r(void 0)},i)};n._deferredIQs.push(o)}})}},{key:"_onPingErrorThresholdExceeded",value:function(){this.isUsingWebSocket&&(Mo.warn("Ping error threshold exceeded - killing the WebSocket"),this.closeWebsocket())}},{key:"sendPresence",value:function(e,t,n,i){this.connected?this._stropheConn.sendPresence(e,t,n,i):n("Not connected")}},{key:"sendUnavailableBeacon",value:function(){if(!navigator.sendBeacon||this._stropheConn.disconnecting||!this._stropheConn.connected)return!1;this._stropheConn._changeConnectStatus(Et.Strophe.Status.DISCONNECTING),this._stropheConn.disconnecting=!0;var e=this._stropheConn._proto._buildBody().attrs({type:"terminate"}),t=(0,Et.$pres)({xmlns:Et.Strophe.NS.CLIENT,type:"unavailable"});e.cnode(t.tree());var n=navigator.sendBeacon(-1===this.service.indexOf("https://")?"https:"+this.service:this.service,Et.Strophe.serialize(e.tree()));return Mo.info("Successfully send unavailable beacon "+n),this._stropheConn._proto._abortAllRequests(),this._stropheConn._doDisconnect(),!0}},{key:"_tryResumingConnection",value:function(){var e=this._stropheConn.streamManagement;return!(!e||!e.getResumeToken()||(this._resumeTask.schedule(),0))}}],[{key:"Events",get:function(){return{CONN_STATUS_CHANGED:"CONN_STATUS_CHANGED",CONN_SHARD_CHANGED:"CONN_SHARD_CHANGED"}}},{key:"Status",get:function(){return Et.Strophe.Status}}]),n})(Tr),Oo=n(6667),No=n.n(Oo),Lo=(0,S.getLogger)("modules/settings/Settings.js"),Uo={_storage:mi,init:function(e){this._storage=e||mi},get callStatsUserName(){return xo||((xo=this._storage.getItem("callStatsUserName"))||(e=No().generateUsername(),Lo.log("generated callstats uid",e),xo=e,this._storage.setItem("callStatsUserName",xo))),xo;var e},get machineId(){if(!ko){var e=this._storage.getItem("billingId");ko=e||this._storage.getItem("jitsiMeetId"),e?this._storage.setItem("jitsiMeetId",e):ko||(t=Fo()+Fo()+Fo()+Fo(),Lo.log("generated id",t),ko=t,this._storage.setItem("jitsiMeetId",ko))}var t;return ko},get sessionId(){return this._storage.getItem("sessionId")},set sessionId(e){e?this._storage.setItem("sessionId",e):this._storage.removeItem("sessionId")}};function Fo(){return(Math.random().toString(16)+"000000000").substr(2,8)}var jo=n(3514),Vo=n(609).XMPPEvents,Ho=n(1023),Bo=(0,S.getLogger)("modules/xmpp/moderator.js");function Jo(e){var t=1;return function(n){if(!n){var i=Math.pow(2,t-1);return t+=1,Math.min(i*e,12e4)}t=1}}var $o,Go=(function(e){_$$_REQUIRE(_dependencyMap[5])(n,e);var t=_createSuper(n);function n(e){var i,r,o;function a(e){if(e.data&&e.data.sessionId){if(e.origin!==window.location.origin)return void Bo.warn("Ignoring sessionId from different origin: "+e.origin);Uo.sessionId=e.data.sessionId}}return _$$_REQUIRE(_dependencyMap[2])(this,n),(i=t.call(this)).getNextTimeout=Jo(1e3),i.getNextErrorTimeout=Jo(1e3),i.options=e.options,i.externalAuthEnabled=!1,i.sipGatewayEnabled=!1,i.xmpp=e,i.connection=e.connection,i.targetJid=null===(r=i.options.hosts)||void 0===r?void 0:r.focus,i.targetJid||(i.targetJid="focus."+(null===(o=i.options.hosts)||void 0===o?void 0:o.domain)),i.targetUrl=i.options.conferenceRequestUrl,i.mode=i.targetUrl?"http":"xmpp",Bo.info("Using "+i.mode+" for conference requests."),i.focusUserJids=new Set,i.options.focusUserJid&&i.focusUserJids.add(i.options.focusUserJid),window.addEventListener?window.addEventListener("message",a,!1):window.attachEvent("onmessage",a),i}return _$$_REQUIRE(_dependencyMap[3])(n,[{key:"isFocusJid",value:function(e){if(!e)return!1;for(var t of this.focusUserJids)if(0===e.indexOf(t+"/"))return!0;return!1}},{key:"isExternalAuthEnabled",value:function(){return this.externalAuthEnabled}},{key:"isSipGatewayEnabled",value:function(){return this.sipGatewayEnabled}},{key:"_createConferenceRequest",value:function(e){var t,n,i=Uo.sessionId,r=this.options,o={};void 0!==r.startAudioMuted&&(o.startAudioMuted=r.startAudioMuted),void 0!==r.startVideoMuted&&(o.startVideoMuted=r.startVideoMuted),null!==(t=null==r||null===(n=r.analytics)||void 0===n?void 0:n.rtcstatsEnabled)&&void 0!==t&&t||(o.rtcstatsEnabled=!1);var a={properties:o,machineUid:Uo.machineId,room:e};return i&&(a.sessionId=i),Hi.isJoinAsVisitorSupported()&&(a.properties["visitors-version"]=1),a}},{key:"_createConferenceIq",value:function(e){var t=this._createConferenceRequest(e),n=(0,Et.$iq)({to:this.targetJid,type:"set"});for(var i in n.c("conference",{xmlns:"http://jitsi.org/protocol/focus",room:e,"machine-uid":t.machineUid}),t.sessionId&&n.attrs({"session-id":t.sessionId}),t.properties)t.properties.hasOwnProperty(i)&&n.c("property",{name:i,value:t.properties[i]}).up();return n}},{key:"_parseConferenceIq",value:function(e){var t={properties:{}};return t.focusJid=vt()(e).find("conference").attr("focusjid"),t.sessionId=vt()(e).find("conference").attr("session-id"),t.identity=vt()(e).find(">conference").attr("identity"),t.ready="true"===vt()(e).find("conference").attr("ready"),t.vnode=vt()(e).find("conference").attr("vnode"),vt()(e).find(">conference>property[name='authentication'][value='true']").length>0&&(t.properties.authentication="true"),vt()(e).find(">conference>property[name='externalAuth'][value='true']").length>0&&(t.properties.externalAuth="true"),vt()(e).find(">conference>property[name='sipGatewayEnabled'][value='true']").length>0&&(t.properties.sipGatewayEnabled="true"),t}},{key:"sendConferenceRequest",value:function(e){var t=this;return this.conferenceRequestSent?Promise.resolve():(this.conferenceRequestSent=!1,new Promise(function(n){"xmpp"===t.mode?(Bo.info("Sending conference request over XMPP to "+t.targetJid),t.connection.sendIQ(t._createConferenceIq(e),function(i){return t._handleIqSuccess(e,i,n)},function(i){return t._handleIqError(e,i,n)}),t.connection.flush()):(Bo.info("Sending conference request over HTTP to "+t.targetUrl),fetch(t.targetUrl,{method:"POST",body:JSON.stringify(t._createConferenceRequest(e)),headers:{"Content-Type":"application/json"}}).then(function(i){i.ok?i.json().then(function(i){t._handleSuccess(e,i,n)}):i.text().then(function(r){Bo.warn("Received HTTP "+i.status+" "+i.statusText+". Body: "+r);var o=400===i.status&&r.indexOf("400 invalid-session")>0,a=403===i.status;t._handleError(e,o,a,n)}).catch(function(n){Bo.warn("Error: "+n),t._handleError(e)})}).catch(function(n){Bo.warn("Error: "+n),t._handleError(e)}))}).then(function(){t.conferenceRequestSent=!0}))}},{key:"_handleSuccess",value:function(e,t,n){var i=this;this.getNextErrorTimeout(!0),t.focusJid?(Bo.info("Adding focus JID: "+t.focusJid),this.focusUserJids.add(t.focusJid)):Bo.warn("Conference request response contained no focusJid.");var r="true"===t.properties.authentication;if(Bo.info("Authentication enabled: "+r),this.externalAuthEnabled="true"===t.properties.externalAuth,Bo.info("External authentication enabled: "+this.externalAuthEnabled),!this.externalAuthEnabled&&t.sessionId&&(Bo.info("Received sessionId: "+t.sessionId),Uo.sessionId=t.sessionId),this.eventEmitter.emit(jo.IDENTITY_UPDATED,r,t.identity),this.sipGatewayEnabled=t.properties.sipGatewayEnabled,Bo.info("Sip gateway enabled: "+this.sipGatewayEnabled),t.ready){if(this.getNextTimeout(!0),t.vnode&&!this.options.iAmRecorder&&!this.options.iAmSipGateway)return Bo.warn("Redirected to: "+t.vnode+" with focusJid "+t.focusJid+" }"),void this.xmpp.eventEmitter.emit(fr,t.vnode,t.focusJid);Bo.info("Conference-request successful, ready to join the MUC."),n()}else{var o=this.getNextTimeout();Bo.info("Not ready yet, will retry in "+o+" ms."),window.setTimeout(function(){return i.sendConferenceRequest(e).then(n)},o)}}},{key:"_handleError",value:function(e,t,n,i){var r=this;if(t&&(Bo.info("Session expired! - removing"),Uo.sessionId=void 0),n)return Bo.warn("Unauthorized to start the conference"),void this.eventEmitter.emit(Vo.AUTHENTICATION_REQUIRED);var o=this.getNextErrorTimeout();if(t&&o<6e4)Bo.info("Invalid session, will retry after "+o+" ms."),this.getNextTimeout(!0),window.setTimeout(function(){return r.sendConferenceRequest(e).then(i)},o);else{var a="Failed to get a successful response, giving up.",s=new Error(a);Bo.error(a,s),Ho.callErrorHandler(s),this.eventEmitter.emit(Vo.FOCUS_DISCONNECTED)}}},{key:"_handleIqError",value:function(e,t,n){var i=vt()(t).find(">error>reservation-error");if(i.length){var r,o=i.attr("error-code"),a=vt()(t).find(">error>text");return a&&(r=a.text()),void this.eventEmitter.emit(Vo.RESERVATION_ERROR,o,r)}var s=Boolean(vt()(t).find(">error>session-invalid").length||vt()(t).find(">error>not-acceptable").length),c=vt()(t).find(">error>not-authorized").length>0;c&&Et.Strophe.getDomainFromJid(t.getAttribute("to"))!==this.options.hosts.anonymousdomain&&(this.externalAuthEnabled=!0),this._handleError(e,s,c,n)}},{key:"_handleIqSuccess",value:function(e,t,n){var i=this._parseConferenceIq(t);this._handleSuccess(e,i,n)}},{key:"authenticate",value:function(e){var t=this;return new Promise(function(n,i){t.connection.sendIQ(t._createConferenceIq(e),function(e){var t=vt()(e).find("conference").attr("session-id");t?(Bo.info("Received sessionId: "+t),Uo.sessionId=t):Bo.warn("Response did not contain a session-id"),n()},function(e){return i({error:vt()(e).find("iq>error :first").prop("tagName"),message:vt()(e).find("iq>error>text").text()})})})}},{key:"getLoginUrl",value:function(e,t,n){this._getLoginUrl(e,!1,t,n)}},{key:"_getLoginUrl",value:function(e,t,n,i){var r=(0,Et.$iq)({to:this.targetJid,type:"get"}),o={xmlns:"http://jitsi.org/protocol/focus",room:e,"machine-uid":Uo.machineId},a="auth url";function s(e,t){Ho.callErrorHandler(new Error(e)),Bo.error(e,t),i(t)}t&&(o.popup=!0,a="POPUP "+a),r.c("login-url",o),this.connection.sendIQ(r,function(e){var t=vt()(e).find("login-url").attr("url");(t=decodeURIComponent(t))?(Bo.info("Got "+a+": "+t),n(t)):s("Failed to get "+a+" from the focus",e)},s.bind(void 0,"Get "+a+" error"))}},{key:"getPopupLoginUrl",value:function(e,t,n){this._getLoginUrl(e,!0,t,n)}},{key:"logout",value:function(e){var t=(0,Et.$iq)({to:this.targetJid,type:"set"}),n=Uo.sessionId;n?(t.c("logout",{xmlns:"http://jitsi.org/protocol/focus","session-id":n}),this.connection.sendIQ(t,function(t){var n=vt()(t).find("logout").attr("logout-url");n&&(n=decodeURIComponent(n)),Bo.info("Log out OK, url: "+n,t),Uo.sessionId=void 0,e(n)},function(e){var t="Logout error";Ho.callErrorHandler(new Error(t)),Bo.error(t,e)})):e()}}]),n})(Tr);!(function(e){e.ON="on",e.OFF="off"})($o||($o={}));var qo=$o.ON,Qo=$o.OFF,zo=(0,S.getLogger)("modules/xmpp/AVModeration.js"),Ko=(function(){function e(t){var n;_$$_REQUIRE(_dependencyMap[2])(this,e),this._xmpp=t.xmpp,this._mainRoom=t,this._moderationEnabledByType=(n={},_$$_REQUIRE(_dependencyMap[6])(n,Ui.AUDIO,!1),_$$_REQUIRE(_dependencyMap[6])(n,Ui.VIDEO,!1),n),this._whitelistAudio=[],this._whitelistVideo=[],this._onMessage=this._onMessage.bind(this),this._xmpp.addListener(or.XMPPEvents.AV_MODERATION_RECEIVED,this._onMessage)}return _$$_REQUIRE(_dependencyMap[3])(e,[{key:"dispose",value:function(){this._xmpp.removeListener(or.XMPPEvents.AV_MODERATION_RECEIVED,this._onMessage)}},{key:"isSupported",value:function(){return Boolean(this._xmpp.avModerationComponentAddress)}},{key:"enable",value:function(e,t){if(this.isSupported()&&this._mainRoom.isModerator())if(e!==this._moderationEnabledByType[t]){var n=(0,Et.$msg)({to:this._xmpp.avModerationComponentAddress});n.c("av_moderation",{enable:e,mediaType:t}).up(),this._xmpp.connection.send(n)}else zo.warn("Moderation already in state:"+e+" for mediaType:"+t);else zo.error("Cannot enable:"+e+" AV moderation supported:"+this.isSupported()+",\n moderator:"+this._mainRoom.isModerator())}},{key:"approve",value:function(e,t){if(this.isSupported()&&this._mainRoom.isModerator()){var n=(0,Et.$msg)({to:this._xmpp.avModerationComponentAddress});n.c("av_moderation",{mediaType:e,jidToWhitelist:t}).up(),this._xmpp.connection.send(n)}else zo.error("Cannot approve in AV moderation supported:"+this.isSupported()+",\n moderator:"+this._mainRoom.isModerator())}},{key:"reject",value:function(e,t){if(this.isSupported()&&this._mainRoom.isModerator()){var n=(0,Et.$msg)({to:this._xmpp.avModerationComponentAddress});n.c("av_moderation",{mediaType:e,jidToBlacklist:t}).up(),this._xmpp.connection.send(n)}else zo.error("Cannot reject in AV moderation supported:"+this.isSupported()+",\n moderator:"+this._mainRoom.isModerator())}},{key:"_onMessage",value:function(e){var t=this,n=e.removed,i=e.mediaType,r=e.enabled,o=e.approved,a=e.actor,s=e.whitelists;if(s){var c=i===Ui.AUDIO?this._whitelistAudio:this._whitelistVideo,d=Array.isArray(s[i])?s[i]:[];n?c.filter(function(e){return!d.includes(e)}).forEach(function(e){return t._xmpp.eventEmitter.emit(or.XMPPEvents.AV_MODERATION_PARTICIPANT_REJECTED,i,e)}):d.filter(function(e){return!c.includes(e)}).forEach(function(e){return t._xmpp.eventEmitter.emit(or.XMPPEvents.AV_MODERATION_PARTICIPANT_APPROVED,i,e)}),i===Ui.AUDIO?this._whitelistAudio=d:this._whitelistVideo=d}else void 0!==r&&this._moderationEnabledByType[i]!==r?(this._moderationEnabledByType[i]=r,this._xmpp.eventEmitter.emit(or.XMPPEvents.AV_MODERATION_CHANGED,r,i,a)):n?this._xmpp.eventEmitter.emit(or.XMPPEvents.AV_MODERATION_REJECTED,i):o&&this._xmpp.eventEmitter.emit(or.XMPPEvents.AV_MODERATION_APPROVED,i)}}]),e})(),Wo="features/breakout-rooms/add",Xo="features/breakout-rooms/move-to-room",Yo="features/breakout-rooms/remove",Zo="features/breakout-rooms/rename",ea=(0,S.getLogger)("modules/xmpp/BreakoutRooms.js"),ta=(function(){function e(t){_$$_REQUIRE(_dependencyMap[2])(this,e),this.room=t,this._handleMessages=this._handleMessages.bind(this),this.room.xmpp.addListener(or.XMPPEvents.BREAKOUT_ROOMS_EVENT,this._handleMessages),this._rooms={}}return _$$_REQUIRE(_dependencyMap[3])(e,[{key:"dispose",value:function(){this.room.xmpp.removeListener(or.XMPPEvents.BREAKOUT_ROOMS_EVENT,this._handleMessages)}},{key:"createBreakoutRoom",value:function(e){if(this.isSupported()&&this.room.isModerator()){var t={type:Wo,subject:e};this._sendMessage(t)}else ea.error("Cannot create breakout room - supported:"+this.isSupported()+",\n moderator:"+this.room.isModerator())}},{key:"removeBreakoutRoom",value:function(e){if(this.isSupported()&&this.room.isModerator()){var t={type:Yo,breakoutRoomJid:e};this._sendMessage(t)}else ea.error("Cannot remove breakout room - supported:"+this.isSupported()+",\n moderator:"+this.room.isModerator())}},{key:"renameBreakoutRoom",value:function(e,t){if(this.isSupported()&&this.room.isModerator()){var n={type:Zo,breakoutRoomJid:e,subject:t};this._sendMessage(n)}else ea.error("Cannot rename breakout room - supported:"+this.isSupported()+",\n moderator:"+this.room.isModerator())}},{key:"sendParticipantToRoom",value:function(e,t){if(this.isSupported()&&this.room.isModerator()){var n={type:Xo,participantJid:e,roomJid:t};this._sendMessage(n)}else ea.error("Cannot send participant to room - supported:"+this.isSupported()+",\n moderator:"+this.room.isModerator())}},{key:"isFeatureSupported",value:function(e){return Boolean((this.room.xmpp.breakoutRoomsFeatures||{})[e])}},{key:"isSupported",value:function(){return Boolean(this.getComponentAddress())}},{key:"getComponentAddress",value:function(){return this.room.xmpp.breakoutRoomsComponentAddress}},{key:"_setIsBreakoutRoom",value:function(e){this._isBreakoutRoom=e}},{key:"isBreakoutRoom",value:function(){return void 0!==this._isBreakoutRoom?this._isBreakoutRoom:Et.Strophe.getDomainFromJid(this.room.myroomjid)===this.getComponentAddress()}},{key:"_setMainRoomJid",value:function(e){this._mainRoomJid=e}},{key:"getMainRoomJid",value:function(){return this._mainRoomJid}},{key:"_handleMessages",value:function(e){switch(e.event){case"features/breakout-rooms/move-to-room":this.room.eventEmitter.emit(or.XMPPEvents.BREAKOUT_ROOMS_MOVE_TO_ROOM,e.roomJid);break;case"features/breakout-rooms/update":var t=this._filterUpdatePayload(e);this._rooms=t.rooms,this.room.eventEmitter.emit(or.XMPPEvents.BREAKOUT_ROOMS_UPDATED,t)}}},{key:"_filterUpdatePayload",value:function(e){var t=this.room.options.hiddenDomain,n=e.rooms,i={};return Object.entries(n).forEach(function(e){var n=_$$_REQUIRE(_dependencyMap[7])(e,2),r=n[0],o=n[1],a=o.participants,s=void 0===a?{}:a,c={};Object.entries(s).forEach(function(e){var n=_$$_REQUIRE(_dependencyMap[7])(e,2),i=n[0],r=n[1];Et.Strophe.getDomainFromJid(r.jid)!==t&&(c[i]=r)}),i[r]=Object.assign({},o,{participants:c})}),Object.assign({},e,{rooms:i})}},{key:"_sendMessage",value:function(e){var t=(0,Et.$msg)({to:this.getComponentAddress()});t.c("breakout_rooms",e).up(),this.room.xmpp.connection.send(t)}}]),e})(),na=(0,S.getLogger)("modules/xmpp/Lobby.js"),ia=(function(){function e(t){var n=this;_$$_REQUIRE(_dependencyMap[2])(this,e),this.xmpp=t.xmpp,this.mainRoom=t;var i=this._maybeJoinLobbyRoom.bind(this);this.mainRoom.addEventListener(or.XMPPEvents.LOCAL_ROLE_CHANGED,i),this.mainRoom.addEventListener(or.XMPPEvents.MUC_MEMBERS_ONLY_CHANGED,i),this.mainRoom.addEventListener(or.XMPPEvents.ROOM_CONNECT_MEMBERS_ONLY_ERROR,function(e){n.lobbyRoomJid=e})}return _$$_REQUIRE(_dependencyMap[3])(e,[{key:"isSupported",value:function(){return this.xmpp.lobbySupported}},{key:"enable",value:function(){var e=this;return this.isSupported()?new Promise(function(t,n){e.mainRoom.setMembersOnly(!0,t,n)}):Promise.reject(new Error("Lobby not supported!"))}},{key:"disable",value:function(){this.isSupported()&&this.mainRoom.isModerator()&&this.lobbyRoom&&this.mainRoom.membersOnlyEnabled&&this.mainRoom.setMembersOnly(!1)}},{key:"sendMessage",value:function(e){this.lobbyRoom&&this.lobbyRoom.sendMessage(JSON.stringify(e),"json-message")}},{key:"sendPrivateMessage",value:function(e,t){this.lobbyRoom&&this.lobbyRoom.sendPrivateMessage(e,JSON.stringify(t),"json-message")}},{key:"getLocalId",value:function(){if(this.lobbyRoom)return Et.Strophe.getResourceFromJid(this.lobbyRoom.myroomjid)}},{key:"addMessageListener",value:function(e){if(this.lobbyRoom){var t=function(t,n){e(n,Et.Strophe.getResourceFromJid(t))};return this.lobbyRoom.on(or.XMPPEvents.JSON_MESSAGE_RECEIVED,t),t}}},{key:"removeMessageHandler",value:function(e){this.lobbyRoom&&this.lobbyRoom.off(or.XMPPEvents.JSON_MESSAGE_RECEIVED,e)}},{key:"leave",value:function(){var e=this;return this.lobbyRoom?this.lobbyRoom.leave().then(function(){e.lobbyRoom=void 0,na.info("Lobby room left!")}).catch(function(){}):Promise.reject(new Error("The lobby has already been left"))}},{key:"setLobbyRoomJid",value:function(e){this.lobbyRoomJid=e}},{key:"_maybeJoinLobbyRoom",value:function(){this.isSupported()&&this.mainRoom.joined&&this.mainRoom.isModerator()&&this.mainRoom.membersOnlyEnabled&&!this.lobbyRoom&&this.join().then(function(){return na.info("Joined lobby room")}).catch(function(e){return na.error("Failed joining lobby",e)})}},{key:"join",value:function(e,t){var n=this,i=this.mainRoom.joined&&this.mainRoom.isModerator();if(!this.lobbyRoomJid)return Promise.reject(new Error("Missing lobbyRoomJid, cannot join lobby room."));var r=Et.Strophe.getNodeFromJid(this.lobbyRoomJid),o=Et.Strophe.getDomainFromJid(this.lobbyRoomJid);return this.lobbyRoom=this.xmpp.createRoom(r,{customDomain:o,disableDiscoInfo:!0,disableFocus:!0,enableLobby:!1}),e&&this.lobbyRoom.addOrReplaceInPresence("nick",{attributes:{xmlns:"http://jabber.org/protocol/nick"},value:e}),i?(this.lobbyRoom.addPresenceListener("email",function(e,t){n.mainRoom.eventEmitter.emit(or.XMPPEvents.MUC_LOBBY_MEMBER_UPDATED,t,{email:e.value})}),this.lobbyRoom.addEventListener(or.XMPPEvents.MUC_MEMBER_JOINED,function(e,t,i,r,o,a,s,c,d){if(!Object.values(n.mainRoom.members).find(function(e){return e.jid===d})){for(var u of Object.values(n.mainRoom.getBreakoutRooms()._rooms))if(Object.values(u.participants).find(function(e){return e.jid===d}))return;n.mainRoom.eventEmitter.emit(or.XMPPEvents.MUC_LOBBY_MEMBER_JOINED,Et.Strophe.getResourceFromJid(e),t,s?s.avatar:void 0)}}),this.lobbyRoom.addEventListener(or.XMPPEvents.MUC_MEMBER_LEFT,function(e){n.mainRoom.eventEmitter.emit(or.XMPPEvents.MUC_LOBBY_MEMBER_LEFT,Et.Strophe.getResourceFromJid(e))}),this.lobbyRoom.addEventListener(or.XMPPEvents.MUC_DESTROYED,function(){Object.keys(n.lobbyRoom.members).forEach(function(e){return n.mainRoom.eventEmitter.emit(or.XMPPEvents.MUC_LOBBY_MEMBER_LEFT,Et.Strophe.getResourceFromJid(e))}),n.lobbyRoom.clean(),n.lobbyRoom=void 0,na.info("Lobby room left(destroyed)!")})):(this.lobbyRoom.addEventListener(or.XMPPEvents.KICKED,function(e){if(e)return n.mainRoom.eventEmitter.emit(or.XMPPEvents.MUC_DENIED_ACCESS),void n.lobbyRoom.clean()}),this.mainRoom.addEventListener(or.XMPPEvents.INVITE_MESSAGE_RECEIVED,function(e,t,i,r){na.debug("Received approval to join "+e+" "+t+" "+i),e===n.mainRoom.roomjid&&n.mainRoom.join(r)}),this.lobbyRoom.addEventListener(or.XMPPEvents.MUC_DESTROYED,function(e,t){t?n.mainRoom.join():(n.lobbyRoom.clean(),n.mainRoom.eventEmitter.emit(or.XMPPEvents.MUC_DESTROYED,e))}),this.mainRoom.addEventListener(or.XMPPEvents.MUC_JOINED,function(){n.leave()})),new Promise(function(e,r){n.lobbyRoom.addEventListener(or.XMPPEvents.MUC_JOINED,function(){e(),t&&!i&&n.lobbyRoom.addOrReplaceInPresence("email",{value:t})&&n.lobbyRoom.sendPresence()}),n.lobbyRoom.addEventListener(or.XMPPEvents.ROOM_JOIN_ERROR,r),n.lobbyRoom.addEventListener(or.XMPPEvents.ROOM_CONNECT_NOT_ALLOWED_ERROR,r),n.lobbyRoom.addEventListener(or.XMPPEvents.ROOM_CONNECT_ERROR,r),n.lobbyRoom.join()})}},{key:"denyAccess",value:function(e){if(this.isSupported()&&this.mainRoom.isModerator()){var t=Object.keys(this.lobbyRoom.members).find(function(t){return Et.Strophe.getResourceFromJid(t)===e});t?this.lobbyRoom.kick(t):na.error("Not found member for "+e+" in lobby room.")}}},{key:"approveAccess",value:function(e){if(this.isSupported()&&this.mainRoom.isModerator()){var t=this.mainRoom.roomjid;this.mainRoom.getBreakoutRooms().isBreakoutRoom()&&(t=this.mainRoom.getBreakoutRooms().getMainRoomJid());var n=Object.keys(this.lobbyRoom.members).find(function(t){return Et.Strophe.getResourceFromJid(t)===e});if(n){var i=this.lobbyRoom.members[n].jid,r=(0,Et.$msg)({to:t}).c("x",{xmlns:"http://jabber.org/protocol/muc#user"}).c("invite",{to:i});this.xmpp.connection.sendIQ(r,function(){},function(e){na.error("Error sending invite for "+i,e)})}else na.error("Not found member for "+n+" in lobby room.")}}}]),e})(),ra=(0,S.getLogger)("modules/xmpp/RoomMetadata.ts"),oa=(function(){function e(t){_$$_REQUIRE(_dependencyMap[2])(this,e),this.room=t,this._handleMessages=this._handleMessages.bind(this),this.room.xmpp.addListener(or.XMPPEvents.ROOM_METADATA_EVENT,this._handleMessages),this._metadata={}}return _$$_REQUIRE(_dependencyMap[3])(e,[{key:"dispose",value:function(){this.room.xmpp.removeListener(or.XMPPEvents.ROOM_METADATA_EVENT,this._handleMessages)}},{key:"setMetadata",value:function(e,t){if(this.isSupported()&&this.room.isModerator()){var n={key:e,data:t};this._sendMessage(n)}else ra.error("Cannot set room metadata - supported:"+this.isSupported()+",\n moderator:"+this.room.isModerator())}},{key:"getMetadata",value:function(){return this._metadata}},{key:"isSupported",value:function(){return Boolean(this.getComponentAddress())}},{key:"getComponentAddress",value:function(){return this.room.xmpp.roomMetadataComponentAddress}},{key:"_handleMessages",value:function(e){var t=e.metadata;t&&!yt()(this._metadata,t)&&(this._metadata=t,this.room.eventEmitter.emit(or.XMPPEvents.ROOM_METADATA_UPDATED,t))}},{key:"_sendMessage",value:function(e){e[Es]="room_metadata";var t=(0,Et.$msg)({to:this.getComponentAddress()});t.c("room_metadata",{room:this.room.roomjid,xmlns:"http://jitsi.org/jitmeet"},JSON.stringify(e)).up(),this.room.xmpp.connection.send(t)}}]),e})(),aa=(0,S.getLogger)("modules/xmpp/ChatRoom.js"),sa={packet2JSON:function(e,t){for(var n of Array.from(e.children)){var i={attributes:{},children:[],tagName:n.tagName};for(var r of Array.from(n.attributes))i.attributes[r.name]=r.value;var o=Et.Strophe.getText(n);o&&(i.value=Et.Strophe.xmlunescape(o)),t.push(i),this.packet2JSON(n,i.children)}},json2packet:function(e,t){for(var n=0;n0&&void 0!==arguments[0]?arguments[0]:{};this.presMap.to=this.myroomjid,this.presMap.xns="http://jabber.org/protocol/muc",this.presMap.nodes=[],e.statsId&&this.presMap.nodes.push({tagName:"stats-id",value:e.statsId}),this.presenceUpdateTime=Date.now()}},{key:"join",value:function(e,t){var n=this;return this.password=e,this.replaceParticipant=t,new Promise(function(e){n.options.disableFocus&&aa.info("Conference focus disabled for "+n.roomjid),(n.options.disableFocus?Promise.resolve():n.xmpp.moderator.sendConferenceRequest(n.roomjid)).then(function(){n.sendPresence(!0),n._removeConnListeners.push(n.connection.addEventListener(Do.Events.CONN_STATUS_CHANGED,n.onConnStatusChanged.bind(n))),e()})})}},{key:"sendPresence",value:function(e){var t=this.presMap.to;if(this.connection&&this.connection.connected&&t&&(this.joined||e)){var n=(0,Et.$pres)({to:t});e&&(this.replaceParticipant&&n.c("flip_device").up(),n.c("x",{xmlns:this.presMap.xns}),this.password&&n.c("password").t(this.password).up(),this.xmpp.moderator.targetUrl&&n.c("billingid").t(Uo.machineId).up(),n.up()),sa.json2packet(this.presMap.nodes,n),this.presenceSyncTime=Date.now(),this.connection.send(n),e&&this.connection.flush()}}},{key:"doLeave",value:function(e){aa.log("do leave",this.myroomjid);var t=(0,Et.$pres)({to:this.myroomjid,type:"unavailable"});e&&t.c("status").t(e).up(),this.presMap.length=0,!this.connection.isUsingWebSocket&&this.connection.flush(),this.connection.send(t),this.connection.flush()}},{key:"discoRoomInfo",value:function(){var e=this,t=(0,Et.$iq)({type:"get",to:this.roomjid}).c("query",{xmlns:Et.Strophe.NS.DISCO_INFO});this.connection.sendIQ(t,function(t){var n=1===vt()(t).find('>query>feature[var="muc_passwordprotected"]').length;n!==e.locked&&(e.eventEmitter.emit(or.XMPPEvents.MUC_LOCK_CHANGED,n),e.locked=n);var i=vt()(t).find('>query>x[type="result"]>field[var="muc#roominfo_meetingId"]>value');i.length?e.setMeetingId(i.text()):aa.warn("No meeting ID from backend");var r=1===vt()(t).find('>query>feature[var="muc_membersonly"]').length,o=vt()(t).find('>query>x[type="result"]>field[var="muc#roominfo_lobbyroom"]>value');e.lobby&&e.lobby.setLobbyRoomJid(o&&o.length?o.text():void 0);var a=vt()(t).find('>query>x[type="result"]>field[var="muc#roominfo_isbreakout"]>value'),s=Boolean(null==a?void 0:a.text());e.breakoutRooms._setIsBreakoutRoom(s);var c=vt()(t).find('>query>x[type="result"]>field[var="muc#roominfo_breakout_main_room"]>value');null!=c&&c.length&&e.breakoutRooms._setMainRoomJid(c.text()),r!==e.membersOnlyEnabled&&(e.membersOnlyEnabled=r,e.eventEmitter.emit(or.XMPPEvents.MUC_MEMBERS_ONLY_CHANGED,r));var d=vt()(t).find('>query>x[type="result"]>field[var="muc#roominfo_jitsimetadata"]>value'),u=null==d?void 0:d.text();if(u)try{e.roomMetadata._handleMessages(_r(u))}catch(t){aa.warn("Failed to set room metadata",t)}},function(e){xi().callErrorHandler(e),aa.error("Error getting room info: ",e)})}},{key:"setMeetingId",value:function(e){this.meetingId!==e&&(this.meetingId&&aa.warn("Meeting Id changed from:"+this.meetingId+" to:"+e),this.meetingId=e,this.eventEmitter.emit(or.XMPPEvents.MEETING_ID_SET,e))}},{key:"createNonAnonymousRoom",value:function(){var e=this;if(!this.options.disableDiscoInfo){var t=(0,Et.$iq)({type:"get",to:this.roomjid}).c("query",{xmlns:"http://jabber.org/protocol/muc#owner"}).c("x",{xmlns:"jabber:x:data",type:"submit"});this.connection.sendIQ(t,function(t){if(!vt()(t).find('>query>x[xmlns="jabber:x:data"]>field[var="muc#roomconfig_whois"]').length){var n="non-anonymous rooms not supported";return xi().callErrorHandler(new Error(n)),void aa.error(n)}var i=(0,Et.$iq)({to:e.roomjid,type:"set"}).c("query",{xmlns:"http://jabber.org/protocol/muc#owner"});i.c("x",{xmlns:"jabber:x:data",type:"submit"}),i.c("field",{var:"FORM_TYPE"}).c("value").t("http://jabber.org/protocol/muc#roomconfig").up().up(),i.c("field",{var:"muc#roomconfig_whois"}).c("value").t("anyone").up().up(),e.connection.sendIQ(i)},function(e){xi().callErrorHandler(e),aa.error("Error getting room configuration form: ",e)})}}},{key:"onConnStatusChanged",value:function(e){e===Do.Status.CONNECTED&&this.presenceUpdateTime>this.presenceSyncTime&&this.sendPresence()}},{key:"onPresence",value:function(e){var t=e.getAttribute("from"),n={},i=e.getElementsByTagName("status")[0];i&&(n.status=i.textContent||"");var r=!1,o=!1,a=e.getElementsByTagNameNS("http://jabber.org/protocol/muc#user","x")[0],s=a&&a.getElementsByTagName("item")[0];n.isReplaceParticipant=e.getElementsByTagName("flip_device").length,n.affiliation=s&&s.getAttribute("affiliation"),n.role=s&&s.getAttribute("role");var c=s&&s.getAttribute("jid");n.jid=c,n.isFocus=this.xmpp.moderator.isFocusJid(c),n.isHiddenDomain=c&&c.indexOf("@")>0&&this.options.hiddenDomain===c.substring(c.indexOf("@")+1,c.indexOf("/")),this.eventEmitter.emit(or.XMPPEvents.PRESENCE_RECEIVED,{fromHiddenDomain:n.isHiddenDomain,presence:e});var d=e.querySelector("x");d&&d.remove();var u=[];sa.packet2JSON(e,u),this.lastPresences[t]=u;for(var l=0;l=this.presenceSyncTime&&this.sendPresence(),this.xmpp.moderator.conferenceRequestSent=!1,this.eventEmitter.emit(or.XMPPEvents.MUC_JOINED),!this.options.disableDiscoInfo&&this.discoRoomInfo()}}else if(void 0===c)aa.info("Ignoring member with undefined JID");else if(void 0===this.members[t])this.members[t]=n,aa.log("entered",t,n),r=void 0!==n.status,o=void 0!==n.version,n.isFocus?this._initFocus(t,n.features):(this.eventEmitter.emit(or.XMPPEvents.MUC_MEMBER_JOINED,t,n.nick,n.role,n.isHiddenDomain,n.statsID,n.status,n.identity,n.botType,n.jid,n.features,n.isReplaceParticipant),r=!1);else{var y=this.members[t];y.role!==n.role&&(y.role=n.role,this.eventEmitter.emit(or.XMPPEvents.MUC_ROLE_CHANGED,t,n.role)),y.affiliation!==n.affiliation&&(y.affiliation=n.affiliation),y.botType!==n.botType&&(y.botType=n.botType,this.eventEmitter.emit(or.XMPPEvents.MUC_MEMBER_BOT_TYPE_CHANGED,t,n.botType)),n.isFocus&&(y.isFocus=!0,this._initFocus(t,n.features)),n.displayName&&(y.displayName=n.displayName),y.status!==n.status&&(r=!0,y.status=n.status),y.version!==n.version&&(o=!0,y.version=n.version),yt()(y.features,n.features)||(y.features=n.features,this.eventEmitter.emit(or.XMPPEvents.PARTICIPANT_FEATURES_CHANGED,t,n.features))}for(var E=0;Eignore[xmlns="http://jitsi.org/jitmeet/"]').length)return!0;var i=vt()(e).find('>x[xmlns="http://jabber.org/protocol/muc#user"]>destroy');if(i.length){var r,o=vt()(e).find('>x[xmlns="http://jabber.org/protocol/muc#user"]>destroy>reason');return o.length&&(r=o.text()),this.eventEmitter.emit(or.XMPPEvents.MUC_DESTROYED,r,i.attr("jid")),this.connection.emuc.doLeave(this.roomjid),!0}var a=vt()(e).find('>x[xmlns="http://jabber.org/protocol/muc#user"]>status[code="110"]').length,s=vt()(e).find('>x[xmlns="http://jabber.org/protocol/muc#user"]>status[code="307"]').length,c=Object.keys(this.members),d=vt()(e).find("flip_device").length;if(s){var u,l,p=vt()(e).find('>x[xmlns="http://jabber.org/protocol/muc#user"]>item>actor');p.length&&(u=p.attr("nick"));var h=vt()(e).find('>x[xmlns="http://jabber.org/protocol/muc#user"]>item>reason');h.length&&(l=h.text()),this.eventEmitter.emit(or.XMPPEvents.KICKED,a,u,Et.Strophe.getResourceFromJid(t),l,d)}if(a)c.forEach(function(e){var t=n.members[e];delete n.members[e],delete n.lastPresences[e],t.isFocus||n.eventEmitter.emit(or.XMPPEvents.MUC_MEMBER_LEFT,e)}),this.connection.emuc.doLeave(this.roomjid),s||this.eventEmitter.emit(or.XMPPEvents.MUC_LEFT);else{var f,m=vt()(e).find(">status"),g=this.members[t];m.length&&(f=m.text()),delete this.members[t],delete this.lastPresences[t],this.eventEmitter.emit(or.XMPPEvents.MUC_MEMBER_LEFT,t,f),null!=g&&g.isFocus&&(aa.info("Focus has left the room - leaving conference"),this.eventEmitter.emit(or.XMPPEvents.FOCUS_LEFT))}}},{key:"onMessage",value:function(e,t){var n=e.getAttribute("type");if("error"===n){var i=vt()(e).find(">settings-error>text").text();if(i.length)return this.eventEmitter.emit(or.XMPPEvents.SETTINGS_ERROR_RECEIVED,i),!0;var r=vt()(e).find(">error>text").text();return this.eventEmitter.emit(or.XMPPEvents.CHAT_ERROR_RECEIVED,r),!0}var o=vt()(e).find(">body").text(),a=vt()(e).find(">subject");if(a.length){var s=a.text();(s||""===s)&&(this.eventEmitter.emit(or.XMPPEvents.SUBJECT_CHANGED,s),aa.log("Subject is changed to "+s))}var c,d=vt()(e).find(">delay").attr("stamp");if(!d&&(d=vt()(e).find('>[xmlns="jabber:x:delay"]').attr("stamp"))){var u=d.match(/(\d{4})(\d{2})(\d{2}T\d{2}:\d{2}:\d{2})/);d=u[1]+"-"+u[2]+"-"+u[3]+"Z"}if(t===this.roomjid)if(vt()(e).find('>x[xmlns="http://jabber.org/protocol/muc#user"]>status[code="104"]').length)this.discoRoomInfo();else if((c=vt()(e).find('>x[xmlns="http://jabber.org/protocol/muc#user"]>invite'))&&c.length){var l,p=vt()(e).find('>x[xmlns="http://jabber.org/protocol/muc#user"]>password');p&&p.length&&(l=p.text()),this.eventEmitter.emit(or.XMPPEvents.INVITE_MESSAGE_RECEIVED,t,c.attr("from"),o,l)}var h=vt()(e).find(">json-message").text();if(h){var f=this.xmpp.tryParseJSONAndVerify(h);if(f&&void 0===d)return void this.eventEmitter.emit(or.XMPPEvents.JSON_MESSAGE_RECEIVED,t,f)}if(o)if("chat"===n)this.eventEmitter.emit(or.XMPPEvents.PRIVATE_MESSAGE_RECEIVED,t,o,this.myroomjid,d);else if("groupchat"===n){var m,g=vt()(e).find(">nick");g.length>0&&(m=g.text()),this.eventEmitter.emit(or.XMPPEvents.MESSAGE_RECEIVED,t,o,this.myroomjid,d,m,Boolean(m))}}},{key:"onPresenceError",value:function(e,t){var n;if(vt()(e).find('>error[type="auth"]>not-authorized[xmlns="urn:ietf:params:xml:ns:xmpp-stanzas"]').length)aa.log("on password required",t),this.eventEmitter.emit(or.XMPPEvents.PASSWORD_REQUIRED);else if(vt()(e).find('>error[type="cancel"]>not-allowed[xmlns="urn:ietf:params:xml:ns:xmpp-stanzas"]').length)Et.Strophe.getDomainFromJid(e.getAttribute("to"))===this.xmpp.options.hosts.anonymousdomain?this.eventEmitter.emit(or.XMPPEvents.ROOM_JOIN_ERROR):(aa.warn("onPresError ",e),this.eventEmitter.emit(or.XMPPEvents.ROOM_CONNECT_NOT_ALLOWED_ERROR));else if(vt()(e).find(">error>service-unavailable").length)aa.warn("Maximum users limit for the room has been reached",e),this.eventEmitter.emit(or.XMPPEvents.ROOM_MAX_USERS_ERROR);else if(vt()(e).find('>error[type="auth"]>registration-required[xmlns="urn:ietf:params:xml:ns:xmpp-stanzas"]').length){var i,r=vt()(e).find('>error[type="auth"]>lobbyroom');r.length&&(i=r.text());var o=vt()(e).find('>error[type="auth"]>waiting-for-host').length>0;this.eventEmitter.emit(or.XMPPEvents.ROOM_CONNECT_MEMBERS_ONLY_ERROR,i,o)}else if((n=vt()(e).find('>error[type="modify"]>displayname-required[xmlns="http://jitsi.org/jitmeet"]')).length){var a;aa.warn("display name required ",e),this.eventEmitter.emit(or.XMPPEvents.DISPLAY_NAME_REQUIRED,null===(a=n[0].attributes.lobby)||void 0===a?void 0:a.value)}else aa.warn("onPresError ",e),this.eventEmitter.emit(or.XMPPEvents.ROOM_CONNECT_ERROR)}},{key:"setAffiliation",value:function(e,t){var n=(0,Et.$iq)({to:this.roomjid,type:"set"}).c("query",{xmlns:"http://jabber.org/protocol/muc#admin"}).c("item",{affiliation:t,jid:Et.Strophe.getBareJidFromJid(e)}).c("reason").t("Your affiliation has been changed to '"+t+"'.").up().up().up();this.connection.sendIQ(n,function(n){return aa.log("Set affiliation of participant with jid: ",e,"to",t,n)},function(e){return aa.log("Set affiliation of participant error: ",e)})}},{key:"kick",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"You have been kicked.",n=(0,Et.$iq)({to:this.roomjid,type:"set"}).c("query",{xmlns:"http://jabber.org/protocol/muc#admin"}).c("item",{nick:Et.Strophe.getResourceFromJid(e),role:"none"}).c("reason").t(t).up().up().up();this.connection.sendIQ(n,function(t){return aa.log("Kick participant with jid: ",e,t)},function(e){return aa.log("Kick participant error: ",e)})}},{key:"lockRoom",value:function(e,t,n,i){var r=this;this.connection.sendIQ((0,Et.$iq)({to:this.roomjid,type:"get"}).c("query",{xmlns:"http://jabber.org/protocol/muc#owner"}),function(o){if(vt()(o).find('>query>x[xmlns="jabber:x:data"]>field[var="muc#roomconfig_roomsecret"]').length){var a=(0,Et.$iq)({to:r.roomjid,type:"set"}).c("query",{xmlns:"http://jabber.org/protocol/muc#owner"});a.c("x",{xmlns:"jabber:x:data",type:"submit"}),a.c("field",{var:"FORM_TYPE"}).c("value").t("http://jabber.org/protocol/muc#roomconfig").up().up(),a.c("field",{var:"muc#roomconfig_roomsecret"}).c("value").t(e).up().up(),a.c("field",{var:"muc#roomconfig_passwordprotectedroom"}).c("value").t(null===e||0===e.length?"0":"1").up().up(),r.membersOnlyEnabled&&a.c("field",{var:"muc#roomconfig_membersonly"}).c("value").t("true").up().up(),a.c("field",{var:"muc#roomconfig_whois"}).c("value").t("anyone").up().up(),r.connection.sendIQ(a,function(){r.password=e,t()},n)}else i()},n)}},{key:"setMembersOnly",value:function(e,t,n){var i=this;e&&Object.values(this.members).filter(function(e){return!e.isFocus}).length&&Object.values(this.members).forEach(function(e){e.jid&&!da.includes(e.affiliation)&&i.xmpp.connection.sendIQ((0,Et.$iq)({to:i.roomjid,type:"set"}).c("query",{xmlns:"http://jabber.org/protocol/muc#admin"}).c("item",{affiliation:"member",jid:Et.Strophe.getBareJidFromJid(e.jid)}).up().up())});var r=n||function(){};this.xmpp.connection.sendIQ((0,Et.$iq)({to:this.roomjid,type:"get"}).c("query",{xmlns:"http://jabber.org/protocol/muc#owner"}),function(n){if(vt()(n).find('>query>x[xmlns="jabber:x:data"]>field[var="muc#roomconfig_membersonly"]').length){var o=(0,Et.$iq)({to:i.roomjid,type:"set"}).c("query",{xmlns:"http://jabber.org/protocol/muc#owner"});o.c("x",{xmlns:"jabber:x:data",type:"submit"}),o.c("field",{var:"FORM_TYPE"}).c("value").t("http://jabber.org/protocol/muc#roomconfig").up().up(),o.c("field",{var:"muc#roomconfig_membersonly"}).c("value").t(e?"true":"false").up().up(),i.locked&&o.c("field",{var:"muc#roomconfig_passwordprotectedroom"}).c("value").t("1").up().up(),i.xmpp.connection.sendIQ(o,t,r)}else r(new Error("Setting members only room not supported!"))},r)}},{key:"addToPresence",value:function(e,t){return this.addOrReplaceInPresence(e,t)}},{key:"addOrReplaceInPresence",value:function(e,t){t.tagName=e;var n=this.presMap.nodes.filter(function(t){return e===t.tagName});return!(1===n.length&&yt()(n[0],t)||(this.removeFromPresence(e),this.presMap.nodes.push(t),this.presenceUpdateTime=Date.now(),0))}},{key:"getFromPresence",value:function(e){return this.presMap.nodes.find(function(t){return e===t.tagName})}},{key:"removeFromPresence",value:function(e){var t=this.presMap.nodes.filter(function(t){return e!==t.tagName});this.presMap.nodes=t,this.presenceUpdateTime=Date.now()}},{key:"addPresenceListener",value:function(e,t){if("function"!=typeof t)throw new Error('"handler" is not a function');var n=this.presHandlers[e];n||(this.presHandlers[e]=n=[]),-1===n.indexOf(t)?n.push(t):aa.warn("Trying to add the same handler more than once for: "+e)}},{key:"removePresenceListener",value:function(e,t){var n=this.presHandlers[e],i=n?n.indexOf(t):-1;-1!==i?n.splice(i,1):aa.warn("Handler for: "+e+" was not registered")}},{key:"isFocus",value:function(e){var t=this.members[e];return t?t.isFocus:null}},{key:"isModerator",value:function(){return"moderator"===this.role}},{key:"getMediaPresenceInfo",value:function(e,t){var n=this.lastPresences[this.roomjid+"/"+e];if(!n)return null;var i={muted:!0,videoType:t===Ui.VIDEO?nr.VideoType.CAMERA:void 0},r=null;if(t===Ui.AUDIO)r=ca(n,"audiomuted");else{if(t!==Ui.VIDEO)return aa.error("Unsupported media type: "+t),null;r=ca(n,"videomuted");var o=ca(n,"jitsi_participant_codecType"),a=ca(n,"videoType");a.length>0&&(i.videoType=a[0].value),o.length>0&&(i.codecType=o[0].value)}return r.length>0&&(i.muted="true"===r[0].value),i}},{key:"getMemberRole",value:function(e){return this.members[e]?this.members[e].role:null}},{key:"getLastPresence",value:function(e){return this.lastPresences[this.roomjid+"/"+e]}},{key:"dial",value:function(e){return this.connection.rayo.dial(e,"fromnumber",Et.Strophe.getBareJidFromJid(this.myroomjid),this.password,this.focusMucJid)}},{key:"hangup",value:function(){return this.connection.rayo.hangup()}},{key:"getLobby",value:function(){return this.lobby}},{key:"getAVModeration",value:function(){return this.avModeration}},{key:"getBreakoutRooms",value:function(){return this.breakoutRooms}},{key:"getMetadataHandler",value:function(){return this.roomMetadata}},{key:"getPhoneNumber",value:function(){return this.phoneNumber}},{key:"getPhonePin",value:function(){return this.phonePin}},{key:"getMeetingId",value:function(){return this.meetingId}},{key:"muteParticipant",value:function(e,t,n){aa.info("set mute",t,e);var i=(0,Et.$iq)({to:this.focusMucJid,type:"set"}).c("mute",{xmlns:"http://jitsi.org/jitmeet/"+n,jid:e}).t(t.toString()).up();this.connection.sendIQ(i,function(e){return aa.log("set mute",e)},function(e){return aa.log("set mute error",e)})}},{key:"onMute",value:function(e){if(e.getAttribute("from")===this.focusMucJid){var t=vt()(e).find("mute");t.length&&"true"===t.text()?this.eventEmitter.emit(or.XMPPEvents.AUDIO_MUTED_BY_FOCUS,t.attr("actor")):aa.warn("Ignoring a mute request which does not explicitly specify a positive mute command.")}else aa.warn("Ignored mute from non focus peer")}},{key:"onMuteVideo",value:function(e){if(e.getAttribute("from")===this.focusMucJid){var t=vt()(e).find("mute");t.length&&"true"===t.text()?this.eventEmitter.emit(or.XMPPEvents.VIDEO_MUTED_BY_FOCUS,t.attr("actor")):aa.warn("Ignoring a mute request which does not explicitly specify a positive mute command.")}else aa.warn("Ignored mute from non focus peer")}},{key:"clean",value:function(){this._removeConnListeners.forEach(function(e){return e()}),this._removeConnListeners=[],this.eventsForwarder.removeListeners(rr().IDENTITY_UPDATED,or.XMPPEvents.AUTHENTICATION_REQUIRED,or.XMPPEvents.FOCUS_DISCONNECTED,or.XMPPEvents.RESERVATION_ERROR),this.joined=!1,this.inProgressEmitted=!1}},{key:"leave",value:function(e){var t,n=this,i=this;this.avModeration.dispose(),this.breakoutRooms.dispose(),this.roomMetadata.dispose();var r=[];return(null===(t=this.lobby)||void 0===t?void 0:t.lobbyRoom)&&r.push(this.lobby.leave()),r.push(new Promise(function(t,r){var o=-1,a=function e(){var n=arguments.length>0&&void 0!==arguments[0]&&arguments[0];i.eventEmitter.removeListener(or.XMPPEvents.MUC_LEFT,e),clearTimeout(o),n?(i.connection.emuc.doLeave(i.roomjid),r(new Error("The timeout for the confirmation about leaving the room expired."))):t()};n.joined?(o=setTimeout(function(){return a(!0)},5e3),n.clean(),n.eventEmitter.on(or.XMPPEvents.MUC_LEFT,a),n.doLeave(e)):(n.connection.emuc.doLeave(n.roomjid),n.clean(),t())})),Promise.allSettled(r)}},{key:"end",value:function(){if(this.breakoutRooms.isBreakoutRoom())aa.warn("Cannot end conference: this is a breakout room.");else{var e=(0,Et.$msg)({to:this.xmpp.endConferenceComponentAddress});e.c("end_conference").up(),this.xmpp.connection.send(e)}}}]),n})(Tr),pa=(0,S.getLogger)("modules/xmpp/strophe.emuc.js"),ha=(function(e){_$$_REQUIRE(_dependencyMap[5])(n,e);var t=_createSuper(n);function n(e){var i;return _$$_REQUIRE(_dependencyMap[2])(this,n),(i=t.call(this)).xmpp=e,i.rooms={},i}return _$$_REQUIRE(_dependencyMap[3])(n,[{key:"init",value:function(e){_$$_REQUIRE(_dependencyMap[10])(_$$_REQUIRE(_dependencyMap[0])(n.prototype),"init",this).call(this,e),this.connection.addHandler(this.onPresence.bind(this),null,"presence",null,null,null,null),this.connection.addHandler(this.onPresenceUnavailable.bind(this),null,"presence","unavailable",null),this.connection.addHandler(this.onPresenceError.bind(this),null,"presence","error",null),this.connection.addHandler(this.onMessage.bind(this),null,"message",null,null),this.connection.addHandler(this.onMute.bind(this),"http://jitsi.org/jitmeet/audio","iq","set",null,null),this.connection.addHandler(this.onMuteVideo.bind(this),"http://jitsi.org/jitmeet/video","iq","set",null,null),this.connection.addHandler(this.onVisitors.bind(this),"jitsi:visitors","iq","set",null,null)}},{key:"createRoom",value:function(e,t,n){var i=Et.Strophe.getBareJidFromJid(e);if(this.isRoomCreated(i)){var r="You are already in the room!";throw pa.error(r),new Error(r)}return this.rooms[i]=new la(this.connection,e,t,this.xmpp,n),this.eventEmitter.emit(or.XMPPEvents.EMUC_ROOM_ADDED,this.rooms[i]),this.rooms[i]}},{key:"isRoomCreated",value:function(e){return e in this.rooms}},{key:"doLeave",value:function(e){this.eventEmitter.emit(or.XMPPEvents.EMUC_ROOM_REMOVED,this.rooms[e]),delete this.rooms[e]}},{key:"onPresence",value:function(e){var t=e.getAttribute("from");if(e.getAttribute("type"))return!0;var n=this.rooms[Et.Strophe.getBareJidFromJid(t)];return!n||(vt()(e).find('>x[xmlns="http://jabber.org/protocol/muc#user"]>status[code="201"]').length&&n.createNonAnonymousRoom(),n.onPresence(e),!0)}},{key:"onPresenceUnavailable",value:function(e){var t=e.getAttribute("from"),n=this.rooms[Et.Strophe.getBareJidFromJid(t)];return!n||(n.onPresenceUnavailable(e,t),!0)}},{key:"onPresenceError",value:function(e){var t=e.getAttribute("from"),n=this.rooms[Et.Strophe.getBareJidFromJid(t)];return!n||(n.onPresenceError(e,t),!0)}},{key:"onMessage",value:function(e){var t=e.getAttribute("from"),n=this.rooms[Et.Strophe.getBareJidFromJid(t)];return!n||(n.onMessage(e,t),!0)}},{key:"onMute",value:function(e){var t=e.getAttribute("from"),n=this.rooms[Et.Strophe.getBareJidFromJid(t)];return!n||(n.onMute(e),!0)}},{key:"onMuteVideo",value:function(e){var t=e.getAttribute("from"),n=this.rooms[Et.Strophe.getBareJidFromJid(t)];return!n||(n.onMuteVideo(e),!0)}},{key:"onVisitors",value:function(e){var t=e.getAttribute("from");if(!this.rooms[Et.Strophe.getBareJidFromJid(t)])return!0;var n=vt()(e).find('>visitors[xmlns="jitsi:visitors"]'),i=vt()(e).find("promotion-response");return n.length&&i.length&&"true"===String(i.attr("allow")).toLowerCase()&&(pa.warn("Redirected back to main room."),this.xmpp.eventEmitter.emit(fr,void 0,n.attr("focusjid"),i.attr("username"))),!0}}]),n})(Io),fa=n(2138),ma=n.n(fa),ga=(0,S.getLogger)("modules/xmpp/JingleHelperFunctions.js");function va(e,t){var n=(0,Et.$build)("source",{xmlns:"urn:xmpp:jingle:apps:rtp:ssma:0",ssrc:t.s,name:t.n});return t.m&&n.c("parameter",{name:"msid",value:t.m}).up(),n.c("ssrc-info",{xmlns:"http://jitsi.org/jitmeet",owner:e}).up(),n.node}function _a(e){for(var t,n=(0,Et.$build)("ssrc-group",{xmlns:"urn:xmpp:jingle:apps:rtp:ssma:0",semantics:(t=e[0],"f"===t?"FID":"s"===t?"SIM":null)}),i=1;i1&&d[1],p=(null==d?void 0:d.length)>2&&d[2],h=(null==d?void 0:d.length)>3&&d[3];if(null!=u&&u.length)for(var f=0;f0&&void 0!==arguments[0]?arguments[0]:{};this.options=e,this.obtainStream=this._createObtainStreamMethod(),this.obtainStream||Ra.info("Desktop sharing disabled")},_createObtainStreamMethod:function(){return gi.isNWJS()?function(e,t){window.JitsiMeetNW.obtainDesktopStream(e,function(e,n){var i;i=e&&"InvalidStateError"===e.name?new zt(Vt):new zt(e,n,["desktop"]),"function"==typeof t&&t(i)})}:gi.isElectron()?this.obtainScreenOnElectron:gi.isReactNative()&&gi.supportsGetDisplayMedia()?this.obtainScreenFromGetDisplayMediaRN:gi.supportsGetDisplayMedia()?this.obtainScreenFromGetDisplayMedia:(Ra.log("Screen sharing not supported on ",gi.getName()),null)},_getAudioConstraints:function(){var e=this.options.audioQuality;return null==e||!e.stereo||{autoGainControl:!1,channelCount:2,echoCancellation:!1,noiseSuppression:!1}},isSupported:function(){return null!==this.obtainStream},obtainScreenOnElectron:function(e,t){var n=this,i=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};if(window.JitsiMeetScreenObtainer&&window.JitsiMeetScreenObtainer.openDesktopPicker){var r=this.options,o=r.desktopSharingFrameRate,a=r.desktopSharingResolution,s=r.desktopSharingSources;window.JitsiMeetScreenObtainer.openDesktopPicker({desktopSharingSources:i.desktopSharingSources||s||["screen","window"]},function(i,r){if(i){var s,c,d,u,l,p,h,f,m=!1;if(arguments.length>2&&void 0!==arguments[2]&&arguments[2]){m={};var g=n._getAudioConstraints();"boolean"!=typeof g&&(m={optional:g}),"screen"===r&&(m.mandatory={chromeMediaSource:"desktop"})}var v={audio:m,video:{mandatory:{chromeMediaSource:"desktop",chromeMediaSourceId:i,minFrameRate:null!==(s=null==o?void 0:o.min)&&void 0!==s?s:5,maxFrameRate:null!==(c=null==o?void 0:o.max)&&void 0!==c?c:5,minWidth:null==a||null===(d=a.width)||void 0===d?void 0:d.min,minHeight:null==a||null===(u=a.height)||void 0===u?void 0:u.min,maxWidth:null!==(l=null==a||null===(p=a.width)||void 0===p?void 0:p.max)&&void 0!==l?l:window.screen.width,maxHeight:null!==(h=null==a||null===(f=a.height)||void 0===f?void 0:f.max)&&void 0!==h?h:window.screen.height}}};navigator.mediaDevices.getUserMedia(v).then(function(t){n.setContentHint(t),e({stream:t,sourceId:i,sourceType:r})}).catch(function(e){return t(e)})}else t(new zt(Vt))},function(e){return t(new zt(Ot,e))})}else t(new zt(Nt))},obtainScreenFromGetDisplayMedia:function(e,t){var n,i=this;n=navigator.getDisplayMedia?navigator.getDisplayMedia.bind(navigator):navigator.mediaDevices.getDisplayMedia.bind(navigator.mediaDevices);var r=this._getAudioConstraints(),o={},a=this.options.desktopSharingFrameRate;"object"==typeof a&&(o.frameRate=a),o.frameRate&&delete o.frameRate.min,gi.isChromiumBased()&&(gi.isVersionGreaterThan(106)&&(o.surfaceSwitching="include"),(null==a?void 0:a.max)>5||(o.height=99999,o.width=99999)),0===Object.keys(o).length&&(o=!0);var s={video:o,audio:r,cursor:"always"};Ra.info("Using getDisplayMedia for screen sharing",s),n(s).then(function(t){i.setContentHint(t),e({stream:t,sourceId:t.id})}).catch(function(e){var n={errorName:e&&e.name,errorMsg:e&&e.message,errorStack:e&&e.stack};Ra.error("getDisplayMedia error",s,n),n.errorMsg&&-1!==n.errorMsg.indexOf("denied by system")?t(new zt(Ft)):t(new zt(Vt))})},obtainScreenFromGetDisplayMediaRN:function(e,t){var n=this;Ra.info("Using getDisplayMedia for screen sharing"),navigator.mediaDevices.getDisplayMedia({video:!0}).then(function(t){n.setContentHint(t),e({stream:t,sourceId:t.id})}).catch(function(){t(new zt(Vt))})},setContentHint:function(e){var t=this.options.desktopSharingFrameRate,n=e.getVideoTracks()[0];"contentHint"in n?n.contentHint=(null==t?void 0:t.max)>5?"motion":"detail":Ra.warn("MediaStreamTrack contentHint attribute not supported")},setDesktopSharingFrameRate:function(e){Ra.info("Setting the desktop capture rate to "+e),this.options.desktopSharingFrameRate={min:5,max:e}}},Ca=n(8310),xa=(0,S.getLogger)("modules/sdp/SDPUtil.js"),ka={filterSpecialChars:function(e){return e?e.replace(/[\\\/\{,\}\+]/g,""):e},iceparams:function(e,t){var n,i,r=null;return(i=ka.findLine(e,"a=ice-ufrag:",t))&&(n=ka.findLine(e,"a=ice-pwd:",t))&&(r={ufrag:ka.parseICEUfrag(i),pwd:ka.parseICEPwd(n)}),r},parseICEUfrag:function(e){return e.substring(12)},buildICEUfrag:function(e){return"a=ice-ufrag:"+e},parseICEPwd:function(e){return e.substring(10)},buildICEPwd:function(e){return"a=ice-pwd:"+e},parseMID:function(e){return e.substring(6)},parseMSIDAttribute:function(e){var t=e.find(function(e){return e.indexOf(" msid:")>0});if(t){var n=t.substring(t.indexOf(" msid:")+6);return ka.filterSpecialChars(n)}},parseMLine:function(e){var t={},n=e.substring(2).split(" ");return t.media=n.shift(),t.port=n.shift(),t.proto=n.shift(),""===n[n.length-1]&&n.pop(),t.fmt=n,t},buildMLine:function(e){return"m="+e.media+" "+e.port+" "+e.proto+" "+e.fmt.join(" ")},parseRTPMap:function(e){var t={},n=e.substring(9).split(" ");return t.id=n.shift(),n=n[0].split("/"),t.name=n.shift(),t.clockrate=n.shift(),t.channels=n.length?n.shift():"1",t},parseSCTPMap:function(e){var t=e.substring(10).split(" ");return[t[0],t[1],t.length>2?t[2]:null]},parseSCTPPort:function(e){return e.substring(12)},buildRTPMap:function(e){var t="a=rtpmap:"+e.getAttribute("id")+" "+e.getAttribute("name")+"/"+e.getAttribute("clockrate");return e.getAttribute("channels")&&"1"!==e.getAttribute("channels")&&(t+="/"+e.getAttribute("channels")),t},parseCrypto:function(e){var t={},n=e.substring(9).split(" ");return t.tag=n.shift(),t["crypto-suite"]=n.shift(),t["key-params"]=n.shift(),n.length&&(t["session-params"]=n.join(" ")),t},parseFingerprint:function(e){var t={},n=e.substring(14).split(" ");return t.hash=n.shift(),t.fingerprint=n.shift(),t},parseFmtp:function(e){var t=[],n=e.split(" ");n.shift(),n=n.join(" ").split(";");for(var i=0;i0});return null==t?void 0:t.substring(t.indexOf(" name:")+6)},parseVideoTypeLine:function(e){var t=" videoType:",n=e.find(function(e){return e.indexOf(t)>0});return null==n?void 0:n.substring(n.indexOf(t)+t.length)},parseRTCPFB:function(e){var t=e.substr(10).split(" "),n={};return n.pt=t.shift(),n.type=t.shift(),n.params=t,n},parseExtmap:function(e){var t=e.substr(9).split(" "),n={};return n.value=t.shift(),-1===n.value.indexOf("/")?n.direction="both":(n.direction=n.value.substr(n.value.indexOf("/")+1),n.value=n.value.substr(0,n.value.indexOf("/"))),n.uri=t.shift(),n.params=t,n},findLine:function(e,t,n){for(var i=e.split("\r\n"),r=0;r1&&0===n)){var i=null;if(1===t)i=e.ssrcs[0].id;else if(2===t){var r=e.ssrcGroups.find(function(e){return"FID"===e.semantics});r&&(i=r.ssrcs.split(" ")[0])}else if(t>=3){var o=e.ssrcGroups.find(function(e){return"SIM"===e.semantics});o&&(i=o.ssrcs.split(" ")[0])}return i}},generateSsrc:function(){return ro().randomInt(1,4294967295)},getSsrcAttribute:function(e,t,n){for(var i=0;i0)return t[0].substr("a=ice-ufrag:".length)},preferCodec:function(e,t){if(e&&t){var n=e.rtp.filter(function(e){return e.codec&&e.codec.toLowerCase()===t.toLowerCase()}).map(function(e){return e.payload});if(n){var i=e.payloads.toString().split(" ").map(function(e){return parseInt(e,10)});for(var r of n.reverse()){var o=i.indexOf(r);i.splice(o,1),i.unshift(r)}e.payloads=i.join(" ")}else xa.error("No matching RTP payload type found for "+t+", failed to set preferred codecs")}},stripCodec:function(e,t){var n=arguments.length>2&&void 0!==arguments[2]&&arguments[2];if(e&&t){var i=new Map,r=[];for(var o of e.rtp)o.codec&&o.codec.toLowerCase()===t.toLowerCase()&&(n?i.set(o.payload,o.codec):r.push(o.payload));if(n&&(r=e.fmtp.filter(function(e){var t=i.get(e.payload);return!!t&&(t.toLowerCase()===ba.VP9?!e.config.includes("profile-id=0"):e.config.includes("profile-level-id=64"))}).map(function(e){return e.payload})),r.length>0){var a,s=r.map(function(e){return"apt="+e}),c=e.fmtp.filter(function(e){return-1!==s.indexOf(e.config)});(a=r).push.apply(a,_$$_REQUIRE(_dependencyMap[4])(c.map(function(e){return e.payload})));var d=e.payloads.toString().split(" ").map(Number).filter(function(e){return-1===r.indexOf(e)});0===d.length?(e.port=0,e.direction=Sa.INACTIVE,e.payloads="*"):e.payloads=d.join(" "),e.rtp=e.rtp.filter(function(e){return-1!==d.indexOf(e.payload)}),e.fmtp=e.fmtp.filter(function(e){return-1!==d.indexOf(e.payload)}),e.rtcpFb&&(e.rtcpFb=e.rtcpFb.filter(function(e){return-1!==d.indexOf(e.payload)}))}}}},Aa=ka;function Ia(e){for(var t=e.split("\r\nm="),n=1,i=t.length;n2?t.attrs({streams:a[2]}):t.attrs({streams:0}),t.up()}Aa.findLines(this.media[e],"a=fingerprint:",this.session).forEach(function(i){var r=Aa.parseFingerprint(i);r.xmlns="urn:xmpp:jingle:apps:dtls:0",t.c("fingerprint").t(r.fingerprint),delete r.fingerprint;var o=Aa.findLine(n.media[e],"a=setup:",n.session);o&&(r.setup=o.substr(8)),t.attrs(r),t.up()});var s=Aa.iceparams(this.media[e],this.session);s&&(s.xmlns="urn:xmpp:jingle:transports:ice-udp:1",t.attrs(s),Aa.findLines(this.media[e],"a=candidate:",this.session).forEach(function(e){var i=Aa.candidateToJingle(e);n.failICE&&(i.ip="1.1.1.1");var r=i&&"string"==typeof i.protocol?i.protocol.toLowerCase():"";n.removeTcpCandidates&&("tcp"===r||"ssltcp"===r)||n.removeUdpCandidates&&"udp"===r||t.c("candidate",i).up()})),t.up()},Ia.prototype.rtcpFbToJingle=function(e,t,n){Aa.findLines(this.media[e],"a=rtcp-fb:"+n).forEach(function(e){var n=Aa.parseRTCPFB(e);"trr-int"===n.type?(t.c("rtcp-fb-trr-int",{xmlns:"urn:xmpp:jingle:apps:rtp:rtcp-fb:0",value:n.params[0]}),t.up()):(t.c("rtcp-fb",{xmlns:"urn:xmpp:jingle:apps:rtp:rtcp-fb:0",type:n.type}),n.params.length>0&&t.attrs({subtype:n.params[0]}),t.up())})},Ia.prototype.rtcpFbFromJingle=function(e,t){var n="",i=e.find('>rtcp-fb-trr-int[xmlns="urn:xmpp:jingle:apps:rtp:rtcp-fb:0"]');return i.length&&(n+="a=rtcp-fb:* trr-int ",i.attr("value")?n+=i.attr("value"):n+="0",n+="\r\n"),e.find('>rtcp-fb[xmlns="urn:xmpp:jingle:apps:rtp:rtcp-fb:0"]').each(function(e,i){n+="a=rtcp-fb:"+t+" "+i.getAttribute("type"),i.hasAttribute("subtype")&&(n+=" "+i.getAttribute("subtype")),n+="\r\n"}),n},Ia.prototype.fromJingle=function(e){var t=this,n=Date.now();this.raw="v=0\r\no=- "+n+" 2 IN IP4 0.0.0.0\r\ns=-\r\nt=0 0\r\n";var i=vt()(e).find('>group[xmlns="urn:xmpp:jingle:apps:grouping:0"]');i.length&&i.each(function(e,n){var i=vt()(n).find(">content").map(function(e,t){return t.getAttribute("name")}).get();i.length>0&&(t.raw+="a=group:"+(n.getAttribute("semantics")||n.getAttribute("type"))+" "+i.join(" ")+"\r\n")}),this.session=this.raw,e.find(">content").each(function(e,n){var i=t.jingle2media(vt()(n));t.media.push(i)}),this.raw=this.session+this.media.join("")},Ia.prototype.jingle2media=function(e){var t=this,n=e.find(">description"),i=e.find('>transport[xmlns="urn:xmpp:jingle:transports:ice-udp:1"]'),r="",o=i.find('>sctpmap[xmlns="urn:xmpp:jingle:transports:dtls-sctp:1"]'),a={media:n.attr("media"),port:"9"};switch("rejected"===e.attr("senders")&&(a.port="0"),i.find('>fingerprint[xmlns="urn:xmpp:jingle:apps:dtls:0"]').length?a.proto=o.length?"UDP/DTLS/SCTP":"UDP/TLS/RTP/SAVPF":a.proto="UDP/TLS/RTP/SAVPF",o.length?(r+="m=application "+a.port+" UDP/DTLS/SCTP webrtc-datachannel\r\n",r+="a=sctp-port:"+o.attr("number")+"\r\n",r+="a=max-message-size:262144\r\n"):(a.fmt=n.find(">payload-type").map(function(e,t){return t.getAttribute("id")}).get(),r+=Aa.buildMLine(a)+"\r\n"),r+="c=IN IP4 0.0.0.0\r\n",o.length||(r+="a=rtcp:1 IN IP4 0.0.0.0\r\n"),i.length&&(i.attr("ufrag")&&(r+=Aa.buildICEUfrag(i.attr("ufrag"))+"\r\n"),i.attr("pwd")&&(r+=Aa.buildICEPwd(i.attr("pwd"))+"\r\n"),i.find('>fingerprint[xmlns="urn:xmpp:jingle:apps:dtls:0"]').each(function(e,t){r+="a=fingerprint:"+t.getAttribute("hash"),r+=" "+vt()(t).text(),r+="\r\n",t.hasAttribute("setup")&&(r+="a=setup:"+t.getAttribute("setup")+"\r\n")})),i.find(">candidate").each(function(e,n){var i=n.getAttribute("protocol");i="string"==typeof i?i.toLowerCase():"",t.removeTcpCandidates&&("tcp"===i||"ssltcp"===i)||t.removeUdpCandidates&&"udp"===i||(t.failICE&&n.setAttribute("ip","1.1.1.1"),r+=Aa.candidateFromJingle(n))}),e.attr("senders")){case"initiator":r+="a="+Sa.SENDONLY+"\r\n";break;case"responder":r+="a="+Sa.RECVONLY+"\r\n";break;case"none":r+="a="+Sa.INACTIVE+"\r\n";break;case"both":r+="a="+Sa.SENDRECV+"\r\n"}r+="a=mid:"+e.attr("name")+"\r\n",n.find(">rtcp-mux").length&&(r+="a=rtcp-mux\r\n"),n.find(">payload-type").each(function(e,n){r+=Aa.buildRTPMap(n)+"\r\n",vt()(n).find(">parameter").length&&(r+="a=fmtp:"+n.getAttribute("id")+" ",r+=vt()(n).find(">parameter").map(function(e,t){var n=t.getAttribute("name");return(n?n+"=":"")+t.getAttribute("value")}).get().join(";"),r+="\r\n"),r+=t.rtcpFbFromJingle(vt()(n),n.getAttribute("id"))}),r+=this.rtcpFbFromJingle(n,"*"),n.find('>rtp-hdrext[xmlns="urn:xmpp:jingle:apps:rtp:rtp-hdrext:0"]').each(function(e,t){r+="a=extmap:"+t.getAttribute("id")+" "+t.getAttribute("uri")+"\r\n"}),n.find('>extmap-allow-mixed[xmlns="urn:xmpp:jingle:apps:rtp:rtp-hdrext:0"]').length>0&&(r+="a=extmap-allow-mixed\r\n"),n.find('>ssrc-group[xmlns="urn:xmpp:jingle:apps:rtp:ssma:0"]').each(function(e,t){var n=t.getAttribute("semantics"),i=vt()(t).find(">source").map(function(e,t){return t.getAttribute("ssrc")}).get();i.length&&(r+="a=ssrc-group:"+n+" "+i.join(" ")+"\r\n")});var s="",c="";return n.find('>source[xmlns="urn:xmpp:jingle:apps:rtp:ssma:0"]').each(function(e,t){var n=t.getAttribute("ssrc"),i=!0,r="";vt()(t).find(">parameter").each(function(e,t){var o,a=t.getAttribute("name"),s=t.getAttribute("value");s=Aa.filterSpecialChars(s),r+="a=ssrc:"+n+" "+a,s&&s.length&&(r+=":"+s),r+="\r\n",null!==(o=s)&&void 0!==o&&o.includes("mixedmslabel")&&(i=!1)}),i?s+=r:c+=r}),r+=c+s},Pa.prototype.getNewMedia=function(){var e=this.mySDP.getMediaSsrcMap(),t=this.otherSDP.getMediaSsrcMap(),n={};return Object.keys(t).forEach(function(i){var r=e[i],o=t[i];r||!o?(Object.keys(o.ssrcs).forEach(function(e){(-1===Object.keys(r.ssrcs).indexOf(e)||o.ssrcs[e].lines&&r.ssrcs[e].lines&&void 0!==r.ssrcs[e].lines.find(function(e){return-1!==e.indexOf("msid")})!=(void 0!==o.ssrcs[e].lines.find(function(e){return-1!==e.indexOf("msid")})))&&(n[i]||(n[i]={mediaindex:o.mediaindex,mid:o.mid,ssrcs:{},ssrcGroups:[]}),n[i].ssrcs[e]=o.ssrcs[e])}),o.ssrcGroups.forEach(function(e){for(var t=!1,a=0;a1?t-1:0),i=1;i1?t-1:0),i=1;i1?t-1:0),a=1;a1?n-1:0),r=1;r0&&a.splice(p,1),(u=l).callback.apply(u,[t].concat(i)),null!=t&&d("error",t,l.data)}o<=g.concurrency-g.buffer&&d("unsaturated"),g.idle()&&d("drain"),g.process()}}function h(e){return!(0!==e.length||!g.idle()||(Fa(function(){return d("drain")}),0))}var f=function(e){return function(t){if(!t)return new Promise(function(t,n){!(function(e,i){s[e].push(function i(){c(e,i),function(e,i){if(e)return n(e);t(i)}.apply(void 0,arguments)})})(e)});c(e),(function(e,t){s[e].push(t)})(e,t)}},m=!1,g=(i={_tasks:new ja,_createTaskItem:function(e,t){return{data:e,callback:t}}},_$$_REQUIRE(_dependencyMap[6])(i,Symbol.iterator,function*(){yield*g._tasks[Symbol.iterator]()}),_$$_REQUIRE(_dependencyMap[6])(i,"concurrency",t),_$$_REQUIRE(_dependencyMap[6])(i,"payload",n),_$$_REQUIRE(_dependencyMap[6])(i,"buffer",t/4),_$$_REQUIRE(_dependencyMap[6])(i,"started",!1),_$$_REQUIRE(_dependencyMap[6])(i,"paused",!1),_$$_REQUIRE(_dependencyMap[6])(i,"push",function(e,t){if(Array.isArray(e)){if(h(e))return;return e.map(function(e){return l(e,!1,!1,t)})}return l(e,!1,!1,t)}),_$$_REQUIRE(_dependencyMap[6])(i,"pushAsync",function(e,t){if(Array.isArray(e)){if(h(e))return;return e.map(function(e){return l(e,!1,!0,t)})}return l(e,!1,!0,t)}),_$$_REQUIRE(_dependencyMap[6])(i,"kill",function(){c(),g._tasks.empty()}),_$$_REQUIRE(_dependencyMap[6])(i,"unshift",function(e,t){if(Array.isArray(e)){if(h(e))return;return e.map(function(e){return l(e,!0,!1,t)})}return l(e,!0,!1,t)}),_$$_REQUIRE(_dependencyMap[6])(i,"unshiftAsync",function(e,t){if(Array.isArray(e)){if(h(e))return;return e.map(function(e){return l(e,!0,!0,t)})}return l(e,!0,!0,t)}),_$$_REQUIRE(_dependencyMap[6])(i,"remove",function(e){g._tasks.remove(e)}),_$$_REQUIRE(_dependencyMap[6])(i,"process",function(){if(!m){for(m=!0;!g.paused&&o5)),e.startSilent&&(o.startSilent=!0),this.peerconnection=this.rtc.createPeerConnection(this._signalingLayer,this.pcConfig,this.isP2P,o),this.peerconnection.onicecandidate=function(e){if(e){var n=e.candidate,i=window.performance.now();if(n){null===t._gatheringStartedTimestamp&&(t._gatheringStartedTimestamp=i);var r=n.protocol;if("string"==typeof r)if("tcp"===(r=r.toLowerCase())||"ssltcp"===r){if(t.webrtcIceTcpDisable)return}else if("udp"===r&&t.webrtcIceUdpDisable)return}else t._gatheringReported||(Yi.sendAnalytics(mn,{phase:"gathering",value:i-t._gatheringStartedTimestamp,p2p:t.isP2P,initiator:t.isInitiator}),t._gatheringReported=!0);t.isP2P&&t.sendIceCandidate(n)}},this.peerconnection.onsignalingstatechange=function(){"stable"===t.peerconnection.signalingState?t.wasstable=!0:"closed"!==t.peerconnection.signalingState&&"closed"!==t.peerconnection.connectionState||t.room.eventEmitter.emit(or.XMPPEvents.SUSPEND_DETECTED,t)},this.peerconnection.oniceconnectionstatechange=function(){var e=window.performance.now(),n=!1;switch(t.isP2P||(t.room.connectionTimes["ice.state."+t.peerconnection.iceConnectionState]=e),ns.log("(TIME) ICE "+t.peerconnection.iceConnectionState+" "+(t.isP2P?"P2P":"JVB")+":\t",e),Yi.sendAnalytics(vn,{p2p:t.isP2P,state:t.peerconnection.iceConnectionState,signaling_state:t.peerconnection.signalingState,reconnect:t.isReconnect,value:e}),t.room.eventEmitter.emit(or.XMPPEvents.ICE_CONNECTION_STATE_CHANGED,t,t.peerconnection.iceConnectionState),t.peerconnection.iceConnectionState){case"checking":t._iceCheckingStartedTimestamp=e;break;case"connected":if("stable"===t.peerconnection.signalingState){n=!0;var i=!t.options.enableIceRestart&&t.room.supportsRestartByTerminate();(t.isReconnect||i)&&t.room.eventEmitter.emit(or.XMPPEvents.CONNECTION_RESTORED,t)}if(!t.wasConnected&&(t.wasstable||n||t.usesUnifiedPlan&&t.isInitiator&&(gi.isChromiumBased()||gi.isReactNative()))){Yi.sendAnalytics(mn,{phase:"checking",value:e-t._iceCheckingStartedTimestamp,p2p:t.isP2P,initiator:t.isInitiator});var r=Math.min(t._iceCheckingStartedTimestamp,t._gatheringStartedTimestamp);t.establishmentDuration=e-r,Yi.sendAnalytics(mn,{phase:"establishment",value:t.establishmentDuration,p2p:t.isP2P,initiator:t.isInitiator}),t.wasConnected=!0,t.room.eventEmitter.emit(or.XMPPEvents.CONNECTION_ESTABLISHED,t)}t.isReconnect=!1;break;case"disconnected":t.isReconnect=!0,t.wasstable&&t.room.eventEmitter.emit(or.XMPPEvents.CONNECTION_INTERRUPTED,t);break;case"failed":t.room.eventEmitter.emit(or.XMPPEvents.CONNECTION_ICE_FAILED,t)}},this.peerconnection.onconnectionstatechange=function(){var e=t.peerconnection.iceConnectionState;"failed"===t.peerconnection.connectionState&&"disconnected"===e&&t.room.eventEmitter.emit(or.XMPPEvents.CONNECTION_ICE_FAILED,t)},this.peerconnection.onnegotiationneeded=function(){var e=t.peerconnection.signalingState,n=t.peerconnection.remoteDescription;if(t.usesUnifiedPlan&&!t.isP2P&&"stable"===e&&n&&"string"==typeof n.sdp){ns.info(t+" onnegotiationneeded fired on "+t.peerconnection);t.modificationQueue.push(function(e){t._renegotiate().then(function(){return e()},function(t){return e(t)})},function(e){e?ns.error(t+" onnegotiationneeded error",e):ns.debug(t+" onnegotiationneeded executed - OK")})}}}},{key:"getRemoteRecvMaxFrameHeight",value:function(){if(this.isP2P)return this.remoteRecvMaxFrameHeight}},{key:"getRemoteSourcesRecvMaxFrameHeight",value:function(){if(this.isP2P)return this.remoteSourceMaxFrameHeights}},{key:"sendIceCandidate",value:function(e){var t=this,n=new Ia(this.peerconnection.localDescription.sdp);if(e&&e.candidate.length&&!this.lasticecandidate){var i=Aa.iceparams(n.media[e.sdpMLineIndex],n.session),r=Aa.candidateToJingle(e.candidate);if(!i||!r){var o="failed to get ice && jcand";return xi().callErrorHandler(new Error(o)),void ns.error(o)}i.xmlns="urn:xmpp:jingle:transports:ice-udp:1",this.usedrip?(0===this.dripContainer.length&&setTimeout(function(){0!==t.dripContainer.length&&(t.sendIceCandidates(t.dripContainer),t.dripContainer=[])},150),this.dripContainer.push(e)):this.sendIceCandidates([e])}else ns.log(this+" sendIceCandidate: last candidate"),this.lasticecandidate=!0}},{key:"sendIceCandidates",value:function(e){var t=this;if(this._assertNotEnded("sendIceCandidates")){ns.log(this+" sendIceCandidates "+JSON.stringify(e));for(var n=(0,Et.$iq)({to:this.remoteJid,type:"set"}).c("jingle",{xmlns:"urn:xmpp:jingle:1",action:"transport-info",initiator:this.initiatorJid,sid:this.sid}),i=new Ia(this.peerconnection.localDescription.sdp),r=function(r){var o=e.filter(function(e){return e.sdpMLineIndex===r}),a=Aa.parseMLine(i.media[r].split("\r\n")[0]);if(o.length>0){var s=Aa.iceparams(i.media[r],i.session);s.xmlns="urn:xmpp:jingle:transports:ice-udp:1",n.c("content",{creator:t.initiatorJid===t.localJid?"initiator":"responder",name:o[0].sdpMid?o[0].sdpMid:a.media}).c("transport",s);for(var c=0;ccontent>transport>candidate").each(function(e,t){var i=Aa.candidateFromJingle(t);i=i.replace("\r\n","").replace("a=","");var r=new RTCIceCandidate({sdpMLineIndex:0,sdpMid:"",candidate:i});n.push(r)}),n.length?(ns.debug(this+" Queued add ("+n.length+") ICE candidates task"),this.modificationQueue.push(function(e){for(var i of n)t.peerconnection.addIceCandidate(i).then(function(){return ns.debug(t+" addIceCandidate ok!")},function(e){return ns.error(t+" addIceCandidate failed!",e)});e(),ns.debug(t+" ICE candidates task finished")})):ns.error(this+" No ICE candidates to add ?",e[0]&&e[0].outerHTML)}else ns.warn(this+" Ignored add ICE candidate when in closed state")}},{key:"readSsrcInfo",value:function(e){var t=this;vt()(e).find('>description>source[xmlns="urn:xmpp:jingle:apps:rtp:ssma:0"]').each(function(e,n){var i=Number(n.getAttribute("ssrc"));if(n.hasAttribute("name")){var r=n.getAttribute("name");t._signalingLayer.setTrackSourceName(i,r)}t.isP2P?t._signalingLayer.setSSRCOwner(i,Et.Strophe.getResourceFromJid(t.remoteJid)):vt()(n).find('>ssrc-info[xmlns="http://jitsi.org/jitmeet"]').each(function(e,n){var r,o=n.getAttribute("owner");null!=o&&o.length&&(isNaN(i)||i<0?ns.warn(t+" Invalid SSRC "+i+" value received for "+o):t._signalingLayer.setSSRCOwner(i,(r=o,Et.Strophe.getResourceFromJid(r)||r)))})})}},{key:"generateRecvonlySsrc",value:function(){this.peerconnection?this.peerconnection.generateRecvonlySsrc():ns.error(this+" Unable to generate recvonly SSRC - no peerconnection")}},{key:"getConfiguredVideoCodec",value:function(){return this.peerconnection.getConfiguredVideoCodec()}},{key:"acceptOffer",value:function(e,t,n,i){var r=this;this.setOfferAnswerCycle(e,function(){r.sendSessionAccept(function(){ns.debug("Resuming the modification queue after session is established!"),r.modificationQueue.resume(),t(),r.room.eventEmitter.emit(or.XMPPEvents.SESSION_ACCEPT,r);var e=i.filter(function(e){return e.getType()===Ui.VIDEO});e.length&&e.splice(0,1),Hi.isMultiStreamSendSupportEnabled()&&e.length&&r.addTracks(e)},function(e){n(e),r.room.eventEmitter.emit(or.XMPPEvents.SESSION_ACCEPT_ERROR,r,e)})},n,i)}},{key:"invite",value:function(){var e=this,t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[];if(!this.isInitiator)throw new Error("Trying to invite from the responder session");ns.debug(this+" Executing invite task");var n=[];for(var i of t)n.push(this.peerconnection.addTrack(i,this.isInitiator));Promise.all(n).then(function(){return e.peerconnection.createOffer(e.mediaConstraints)}).then(function(t){return e.peerconnection.setLocalDescription(t)}).then(function(){e.peerconnection.processLocalSdpForTransceiverInfo(t),e.sendSessionInitiate(e.peerconnection.localDescription.sdp)}).then(function(){ns.debug(e+" invite executed - OK")}).catch(function(t){ns.error(e+" invite error",t)})}},{key:"sendSessionInitiate",value:function(e){var t=this,n=(0,Et.$iq)({to:this.remoteJid,type:"set"}).c("jingle",{xmlns:"urn:xmpp:jingle:1",action:"session-initiate",initiator:this.initiatorJid,sid:this.sid});new Ia(e).toJingle(n,this.isInitiator?"initiator":"responder"),n=n.tree(),ns.debug(this+" Session-initiate: ",n),this.connection.sendIQ(n,function(){ns.info(t+" Got RESULT for \"session-initiate\"")},function(e){ns.error(t+" \"session-initiate\" error",e)},is)}},{key:"setAnswer",value:function(e){var t=this;if(!this.isInitiator)throw new Error("Trying to set an answer on the responder session");ns.debug(this+" Executing setAnswer task");var n=this._processNewJingleOfferIq(e),i=new Ia(this.peerconnection.localDescription.sdp),r=new RTCSessionDescription({type:"answer",sdp:n.raw});this.peerconnection.setRemoteDescription(r).then(function(){if(t.state===Wa){t.state=Xa,ns.debug("Resuming the modification queue after session is established!"),t.modificationQueue.resume();var e=new Ia(t.peerconnection.localDescription.sdp);t.sendContentModify(),t.notifyMySSRCUpdate(i,e)}}).then(function(){ns.debug(t+" setAnswer task done")}).catch(function(e){ns.error(t+" setAnswer task failed: "+e)})}},{key:"setOfferAnswerCycle",value:function(e,t,n){var i=this,r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:[];ns.debug(this+" Executing setOfferAnswerCycle task");var o=[],a=r.filter(function(e){return e.getType()===Ui.AUDIO}),s=r.filter(function(e){return e.getType()===Ui.VIDEO}),c=r;for(var d of(Hi.isMultiStreamSendSupportEnabled()&&s.length>1&&(c=[].concat(_$$_REQUIRE(_dependencyMap[4])(a),[s[0]])),c))o.push(this.peerconnection.addTrack(d,this.isInitiator));var u=this._processNewJingleOfferIq(e),l=vt()(e).find('>bridge-session[xmlns="http://jitsi.org/protocol/focus"]').attr("id");l!==this._bridgeSessionId&&(this._bridgeSessionId=l),Promise.all(o).then(function(){return i._renegotiate(u.raw)}).then(function(){i.peerconnection.processLocalSdpForTransceiverInfo(c),i.state===Wa&&(i.state=Xa,!i.isP2P||i._localSendReceiveVideoActive&&!i._sourceReceiverConstraints||i.sendContentModify())}).then(function(){ns.debug(i+" setOfferAnswerCycle task done"),t()}).catch(function(e){ns.error(i+" setOfferAnswerCycle task failed: "+e),n(e)})}},{key:"setVideoCodecs",value:function(e){var t=this;if(this._assertNotEnded()){ns.info(this+" setVideoCodecs: "+e),this.peerconnection.setVideoCodecs(e);ns.debug(this+" Queued setVideoCodecs task"),this.modificationQueue.push(function(e){t._renegotiate().then(function(){return ns.debug(t+" setVideoCodecs task is done"),e()},function(n){return ns.error(t+" setVideoCodecs task failed: "+n),e(n)})})}}},{key:"replaceTransport",value:function(e,t,n){var i=this;if(this.options.enableForcedReload){var r=new Ia(this.peerconnection.localDescription.sdp);return this.sendTransportAccept(r,t,n),void this.room.eventEmitter.emit(or.XMPPEvents.CONNECTION_RESTARTED,this)}this.room.eventEmitter.emit(or.XMPPEvents.ICE_RESTARTING,this);var o=e.clone();e.find(">content[name='data']").attr("senders","rejected"),e.find(">content>description>source").remove(),e.find(">content>description>ssrc-group").remove();var a=e.find(">content>transport>fingerprint");a.attr("hash","sha-1"),a.text("00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00"),ns.debug(this+" Queued ICE restart task"),this.modificationQueue.push(function(r){i.setOfferAnswerCycle(e,function(){i.setOfferAnswerCycle(o,function(){var e=new Ia(i.peerconnection.localDescription.sdp);"number"==typeof i.options.channelLastN&&i.options.channelLastN>=0&&(e.initialLastN=i.options.channelLastN),i.sendTransportAccept(e,t,n),i.room.eventEmitter.emit(or.XMPPEvents.ICE_RESTART_SUCCESS,i,o),r()},function(e){return r(e)})},function(e){return r(e)})},function(e){e?(ns.error(i+" ICE restart task failed: "+e),n(e)):(ns.debug(i+" ICE restart task done"),t())})}},{key:"sendSessionAccept",value:function(e,t){var n=this,i=new Ia(this.peerconnection.localDescription.sdp),r=(0,Et.$iq)({to:this.remoteJid,type:"set"}).c("jingle",{xmlns:"urn:xmpp:jingle:1",action:"session-accept",initiator:this.initiatorJid,responder:this.responderJid,sid:this.sid});this.webrtcIceTcpDisable&&(i.removeTcpCandidates=!0),this.webrtcIceUdpDisable&&(i.removeUdpCandidates=!0),this.failICE&&(i.failICE=!0),"number"==typeof this.options.channelLastN&&this.options.channelLastN>=0&&(i.initialLastN=this.options.channelLastN),i.toJingle(r,this.initiatorJid===this.localJid?"initiator":"responder"),ns.info(this+" Sending session-accept"),ns.debug(r.tree()),this.connection.sendIQ(r,e,this.newJingleErrorHandler(r,function(e){t(e),n.room.eventEmitter.emit(or.XMPPEvents.SESSION_ACCEPT_TIMEOUT,n)}),is)}},{key:"sendContentModify",value:function(){var e=this,t=this._localSendReceiveVideoActive?"both":"none",n=(0,Et.$iq)({to:this.remoteJid,type:"set"}).c("jingle",{xmlns:"urn:xmpp:jingle:1",action:"content-modify",initiator:this.initiatorJid,sid:this.sid}).c("content",{name:Ui.VIDEO,senders:t});void 0!==this._sourceReceiverConstraints&&this._sourceReceiverConstraints.forEach(function(t,i){n.c("source-frame-height",{xmlns:"http://jitsi.org/jitmeet/video"}).attrs({sourceName:i,maxHeight:t}),n.up(),ns.info(e+" sending content-modify for source-name: "+i+", maxHeight: "+t)}),ns.debug(n.tree()),this.connection.sendIQ(n,null,this.newJingleErrorHandler(n),is)}},{key:"setReceiverVideoConstraint",value:function(e){ns.info(this+" setReceiverVideoConstraint - constraints: "+JSON.stringify(e)),this._sourceReceiverConstraints=e,this.isP2P&&this.state===Xa&&this.sendContentModify()}},{key:"sendTransportAccept",value:function(e,t,n){var i=this,r=(0,Et.$iq)({to:this.remoteJid,type:"set"}).c("jingle",{xmlns:"urn:xmpp:jingle:1",action:"transport-accept",initiator:this.initiatorJid,sid:this.sid});e.media.forEach(function(t,n){var o=Aa.parseMLine(t.split("\r\n")[0]);r.c("content",{creator:i.initiatorJid===i.localJid?"initiator":"responder",name:o.media}),e.transportToJingle(n,r),r.up()}),ns.info(this+" Sending transport-accept"),ns.debug(r.tree()),this.connection.sendIQ(r,t,this.newJingleErrorHandler(r,n),is)}},{key:"sendTransportReject",value:function(e,t){var n=(0,Et.$iq)({to:this.remoteJid,type:"set"}).c("jingle",{xmlns:"urn:xmpp:jingle:1",action:"transport-reject",initiator:this.initiatorJid,sid:this.sid});ns.info(this+" Sending 'transport-reject'"),ns.debug(n.tree()),this.connection.sendIQ(n,e,this.newJingleErrorHandler(n,t),is)}},{key:"setSenderVideoConstraint",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null;if(this._assertNotEnded()){ns.info(this+" setSenderVideoConstraint: "+e+", sourceName: "+t);var n=t?this.rtc.getLocalVideoTracks().find(function(e){return e.getSourceName()===t}):this.rtc.getLocalVideoTrack();return this.peerconnection.setSenderVideoConstraints(e,n)}return Promise.resolve()}},{key:"terminate",value:function(e,t,n){if(this.state!==Ya){if(!n||Boolean(n.sendSessionTerminate)){var i=(0,Et.$iq)({to:this.remoteJid,type:"set"}).c("jingle",{xmlns:"urn:xmpp:jingle:1",action:"session-terminate",initiator:this.initiatorJid,sid:this.sid}).c("reason").c(n&&n.reason||"success").up();n&&n.reasonDescription?i.c("text").t(n.reasonDescription).up().up():i.up(),this._bridgeSessionId&&i.c("bridge-session",{xmlns:"http://jitsi.org/protocol/focus",id:this._bridgeSessionId,restart:n&&!0===n.requestRestart}).up(),ns.info(this+" Sending session-terminate"),ns.debug(i.tree()),this.connection.sendIQ(i,e,this.newJingleErrorHandler(i,t),is)}else ns.info(this+" Skipped sending session-terminate");this.connection.jingle.terminate(this.sid)}}},{key:"onTerminated",value:function(e,t){var n=this;ns.info(this+" Session terminated",e,t),this._xmppListeners.forEach(function(e){return e()}),this._xmppListeners=[],this._removeSenderVideoConstraintsChangeListener&&this._removeSenderVideoConstraintsChangeListener(),Hi.isSsrcRewritingSupported()&&this.peerconnection&&this.peerconnection.getRemoteTracks().forEach(function(e){n.room.eventEmitter.emit(G.TRACK_REMOVED,e)}),this.close()}},{key:"onXmppStatusChanged",value:function(e){e===Do.Status.CONNECTED&&this._cachedOldLocalSdp&&(ns.info(this+" Sending SSRC update on reconnect"),this.notifyMySSRCUpdate(this._cachedOldLocalSdp,this._cachedNewLocalSdp))}},{key:"_parseSsrcInfoFromSourceAdd",value:function(e,t){var n=this,i=[],r=this;return vt()(e).each(function(e,o){var a=vt()(o).attr("name"),s="";vt()(o).find('ssrc-group[xmlns="urn:xmpp:jingle:apps:rtp:ssma:0"]').each(function(){var e=this.getAttribute("semantics"),t=vt()(this).find(">source").map(function(){return this.getAttribute("ssrc")}).get();t.length&&(s+="a=ssrc-group:"+e+" "+t.join(" ")+"\r\n")}),vt()(o).find('source[xmlns="urn:xmpp:jingle:apps:rtp:ssma:0"]').each(function(){var e=vt()(this).attr("ssrc");t.containsSSRC(e)?(!r.usesUnifiedPlan||!r.isP2P)&&ns.warn(r+" Source-add request for existing SSRC: "+e):vt()(this).find(">parameter").each(function(){s+="a=ssrc:"+e+" "+vt()(this).attr("name"),vt()(this).attr("value")&&vt()(this).attr("value").length&&(s+=":"+vt()(this).attr("value")),s+="\r\n"})});var c=!1;t.media.forEach(function(e,t){Aa.findLine(e,"a=mid:"+a)&&(i[t]||(i[t]=""),i[t]+=s,c=!0)}),!c&&n.isP2P&&(i[a]=s)}),i}},{key:"addRemoteStream",value:function(e){this._addOrRemoveRemoteStream(!0,e)}},{key:"removeRemoteStream",value:function(e){this._addOrRemoveRemoteStream(!1,e)}},{key:"processSourceMap",value:function(e,t){var n=[];for(var i of e.mappedSources){var r=i.owner,o=i.source,a=i.ssrc,s=i.videoType,c=a;if(this.peerconnection.addRemoteSsrc(a,o)){n.push(i);var d=this.peerconnection.remoteSources.get(o);d&&(c=d,r=void 0,o=void 0)}var u=this.peerconnection.getTrackBySSRC(c);if(u){if(ns.debug("Existing SSRC "+a+": new owner="+r+", source-name="+o),this._signalingLayer.setSSRCOwner(a,r),u.setSourceName(o),u.setOwner(r),t===Ui.VIDEO){var l="CAMERA"===s?nr.VideoType.CAMERA:nr.VideoType.DESKTOP;u._setVideoType(l)}var p=this._signalingLayer.getPeerMediaInfo(r,t,o);p&&this.peerconnection._sourceMutedChanged(o,p.muted)}}if(n.length){var h=(0,Et.$build)("content",{xmlns:"urn:xmpp:jingle:1",name:t}).c("description",{xmlns:"urn:xmpp:jingle:apps:rtp:1",media:t});for(var f of n){var m=f.rtx,g=f.ssrc,v=f.source,_=void 0;if(t===Ui.VIDEO){var y=++this.numRemoteVideoSources;_="remote-video-"+y+" remote-video-"+y,"-1"!==m&&(rs(h,f,m,_),h.c("ssrc-group",{xmlns:"urn:xmpp:jingle:apps:rtp:ssma:0",semantics:"FID"}).c("source",{xmlns:"urn:xmpp:jingle:apps:rtp:ssma:0",ssrc:g}).up().c("source",{xmlns:"urn:xmpp:jingle:apps:rtp:ssma:0",ssrc:m}).up().up())}else{var E=++this.numRemoteAudioSources;_="remote-audio-"+E+" remote-audio-"+E}rs(h,f,g,_),this.peerconnection.remoteSources.set(v,g)}h=h.up(),this._addOrRemoveRemoteStream(!0,h.node)}}},{key:"removeRemoteStreamsOnLeave",value:function(e){var t=this;ns.debug(this+" Queued removeRemoteStreamsOnLeave task for participant "+e),this.modificationQueue.push(function(n){var i=t.peerconnection.getRemoteSourceInfoByParticipant(e);if(i.length){var r=t._processRemoteRemoveSource(i);t._renegotiate(r.raw).then(function(){return n()},function(e){return n(e)})}else n()},function(e){e?ns.error(t+" removeRemoteStreamsOnLeave error:",e):ns.info(t+" removeRemoteStreamsOnLeave done!")})}},{key:"_addOrRemoveRemoteStream",value:function(e,t){var n=this,i=e?"addRemoteStream":"removeRemoteStream";e&&this.readSsrcInfo(t),ns.debug(this+" Queued "+i+" task"),this.modificationQueue.push(function(r){if(!n.peerconnection.localDescription||!n.peerconnection.localDescription.sdp){var o=i+" - localDescription not ready yet";return ns.error(o),void r(o)}ns.log(n+" Processing "+i);var a=new Ia(n.peerconnection.remoteDescription.sdp),s=e?n._parseSsrcInfoFromSourceAdd(t,a):n._parseSsrcInfoFromSourceRemove(t,a),c=e?n._processRemoteAddSource(s):n._processRemoteRemoveSource(s);n._renegotiate(c.raw).then(function(){ns.log(n+" "+i+" - OK"),r()},function(e){ns.error(n+" "+i+" failed:",e),r(e)})})}},{key:"_processNewJingleOfferIq",value:function(e){var t=new Ia("");return this.webrtcIceTcpDisable&&(t.removeTcpCandidates=!0),this.webrtcIceUdpDisable&&(t.removeUdpCandidates=!0),this.failICE&&(t.failICE=!0),t.fromJingle(e),this.readSsrcInfo(vt()(e).find(">content")),t}},{key:"_processRemoteRemoveSource",value:function(e){var t,n,i=this,r=this.usesUnifiedPlan?new Ia(this.peerconnection.peerconnection.remoteDescription.sdp):new Ia(this.peerconnection.remoteDescription.sdp);return e.forEach(function(e,t){var o;((e=e.split("\r\n")).pop(),n=e.map(function(e){var t;return Number(null===(t=e.split("a=ssrc:")[1])||void 0===t?void 0:t.split(" ")[0])}),i.usesUnifiedPlan)?e.forEach(function(e){if((o=r.media.findIndex(function(t){return t.includes(e)}))>-1)if(r.media[o]=r.media[o].replace(e+"\r\n",""),i.isP2P){var t,n=null===(t=Aa.parseMLine(r.media[o].split("\r\n")[0]))||void 0===t?void 0:t.media,a=i.peerconnection.getDesiredMediaDirection(n,!1);[Sa.SENDRECV,Sa.SENDONLY].forEach(function(e){r.media[o]=r.media[o].replace("a="+e,"a="+a)})}else{r.media[o]=r.media[o].replace("a="+Sa.SENDONLY,"a="+Sa.INACTIVE);var s=Aa.parseMLine(r.media[o].split("\r\n")[0]),c=s.media,d=s.port;r.media[o]=r.media[o].replace("m="+c+" "+d,"m="+c+" 0")}}):e.forEach(function(e){r.media[t]=r.media[t].replace(e+"\r\n","")})}),(null===(t=n)||void 0===t?void 0:t.length)&&this._signalingLayer.removeSSRCOwners(n),r.raw=r.session+r.media.join(""),r}},{key:"_processRemoteAddSource",value:function(e){var t=this,n=new Ia(this.peerconnection.remoteDescription.sdp);return e.length>n.media.length&&this.isP2P&&this.usesUnifiedPlan&&(n.addMlineForNewLocalSource(Ui.VIDEO),n=new Ia(n.raw)),e.forEach(function(e,i){if(n.media[i]+=e,t.isP2P&&t.usesUnifiedPlan){var r,o=null===(r=Aa.parseMLine(n.media[i].split("\r\n")[0]))||void 0===r?void 0:r.media,a=t.peerconnection.getDesiredMediaDirection(o,!0);[Sa.RECVONLY,Sa.INACTIVE].forEach(function(e){n.media[i]=n.media[i].replace("a="+e,"a="+a)})}}),n.raw=n.session+n.media.join(""),n}},{key:"_renegotiate",value:function(e){var t=this;if("closed"===this.peerconnection.signalingState){var n=new Error("Attempted to renegotiate in state closed");return this.room.eventEmitter.emit(or.XMPPEvents.RENEGOTIATION_FAILED,n,this),Promise.reject(n)}var i=e||this.peerconnection.remoteDescription.sdp;if(!i){var r=new Error("Can not renegotiate without remote description, current state: "+this.state);return this.room.eventEmitter.emit(or.XMPPEvents.RENEGOTIATION_FAILED,r,this),Promise.reject(r)}var o=new RTCSessionDescription({type:"offer",sdp:i}),a=this.peerconnection.localDescription.sdp;return ns.debug(this+" Renegotiate: setting remote description"),this.peerconnection.setRemoteDescription(o).then(function(){return ns.debug(t+" Renegotiate: creating answer"),t.peerconnection.createAnswer(t.mediaConstraints)}).then(function(e){return ns.debug(t+" Renegotiate: setting local description"),t.peerconnection.setLocalDescription(e)}).then(function(){a&&t.notifyMySSRCUpdate(new Ia(a),new Ia(t.peerconnection.localDescription.sdp))})}},{key:"addTracks",value:function(){var e=this,t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:null;if(!Hi.isMultiStreamSendSupportEnabled()||null==t||!t.length||t.find(function(e){return e.getType()!==Ui.VIDEO}))return Promise.reject(new Error("Multiple tracks of the given media type are not supported"));var n=[],i=function(i){var r=new Ia(e.peerconnection.peerconnection.remoteDescription.sdp),o=e.peerconnection.peerconnection.getTransceivers().find(function(e){return e.receiver.track.kind===Ui.VIDEO&&e.direction===Sa.RECVONLY&&e.currentDirection===Sa.RECVONLY});for(var a of t)e.isP2P&&o||r.addMlineForNewLocalSource(a.getType());e._renegotiate(r.raw).then(function(){for(var i of t)n.push(e.peerconnection.replaceTrack(null,i));return Promise.all(n)}).then(function(){return e._renegotiate()}).then(function(){return i()},function(e){return i(e)})};return new Promise(function(t,n){ns.debug(e+" Queued renegotiation after addTrack"),e.modificationQueue.push(i,function(i){i?(ns.error(e+" renegotiation after addTrack error",i),n(i)):(ns.debug(e+" renegotiation after addTrack executed - OK"),t())})})}},{key:"setMediaTransferActive",value:function(e){var t=this;return this.peerconnection.tpcUtils.setMediaTransferActive(e).then(function(){t.peerconnection.audioTransferActive=e,t.peerconnection.videoTransferActive=e;var n=[];for(var i of t.rtc.getLocalVideoTracks())n.push(t.peerconnection.configureSenderVideoEncodings(i));return Promise.allSettled(n)})}},{key:"replaceTrack",value:function(e,t){var n=this,i=function(i){ns.debug(n+" replaceTrack worker started. oldTrack = "+e+", newTrack = "+t),n.usesUnifiedPlan||(n.peerconnection.options.capScreenshareBitrate&&e&&t&&t.isVideoTrack()&&n.peerconnection.clearRecvonlySsrc(),!e&&t&&t.isVideoTrack()?n.peerconnection.clearRecvonlySsrc():e&&e.isVideoTrack()&&!t&&(n.peerconnection.clearRecvonlySsrc(),n.peerconnection.generateRecvonlySsrc())),n.peerconnection.replaceTrack(e,t).then(function(i){var r=Promise.resolve();return ns.debug(n+" TPC.replaceTrack finished. shouldRenegotiate = "+i+", JingleSessionState = "+n.state),i&&(e||t)&&n.state===Xa&&(r=n._renegotiate()),r.then(function(){e&&t&&e.isVideoTrack()&&t.setSourceName(e.getSourceName())})}).then(function(){return i()},function(e){return i(e)})};return new Promise(function(r,o){ns.debug(n+" Queued replaceTrack task. Old track = "+e+", new track = "+t),n.modificationQueue.push(i,function(e){e?(ns.error(n+" Replace track error:",e),o(e)):(ns.info(n+" Replace track done!"),r())})})}},{key:"_parseSsrcInfoFromSourceRemove",value:function(e,t){var n=[];return vt()(e).each(function(e,i){var r=vt()(i).attr("name"),o="";vt()(i).find('ssrc-group[xmlns="urn:xmpp:jingle:apps:rtp:ssma:0"]').each(function(){var e=this.getAttribute("semantics"),t=vt()(this).find(">source").map(function(){return this.getAttribute("ssrc")}).get();t.length&&(o+="a=ssrc-group:"+e+" "+t.join(" ")+"\r\n")});var a=[];vt()(i).find('source[xmlns="urn:xmpp:jingle:apps:rtp:ssma:0"]').each(function(){var e=vt()(this).attr("ssrc");a.push(e)}),t.media.forEach(function(e,t){Aa.findLine(e,"a=mid:"+r)&&(n[t]||(n[t]=""),a.forEach(function(i){var r=Aa.findLines(e,"a=ssrc:"+i);r.length&&(n[t]+=r.join("\r\n")+"\r\n")}),n[t]+=o)})}),n}},{key:"_verifyNoSSRCChanged",value:function(e,t){var n=new Ia(this.peerconnection.localDescription.sdp),i=new Pa(t,n),r=i.getNewMedia();if(Object.keys(r).length)return ns.error(this+" - some SSRC were added on "+e,r),!1;var o=(i=new Pa(n,t)).getNewMedia();return!Object.keys(o).length||(ns.error(this+" - some SSRCs were removed on "+e,o),!1)}},{key:"addTrackToPc",value:function(e){var t=this;return this._addRemoveTrack(!1,e).then(function(){if(e.isVideoTrack())return t.peerconnection.configureSenderVideoEncodings(e)})}},{key:"removeTrackFromPc",value:function(e){return this._addRemoveTrack(!0,e)}},{key:"_addRemoveTrack",value:function(e,t){var n=this;if(!t)return Promise.reject('invalid "track" argument value');var i=e?"removeTrack":"addTrack",r=function(r){var o=n.peerconnection;if(o){var a=o.localDescription.sdp;(e?o.removeTrackFromPc(t):o.addTrackToPc(t)).then(function(e){e&&a&&o.remoteDescription.sdp?n._renegotiate().then(function(){!n.usesUnifiedPlan&&n._verifyNoSSRCChanged(i,new Ia(a)),r()}):r()},r)}else r("Error: tried "+i+" track with no active peer connection")};return ns.debug(this+" Queued "+i+" task"),new Promise(function(e,t){n.modificationQueue.push(r,function(r){r?(ns.error(n+" "+i+" failed"),t(r)):(ns.debug(n+" "+i+" done"),e())})})}},{key:"setP2pVideoTransferActive",value:function(e){return this.peerconnection?this._localSendReceiveVideoActive!==e?(this._localSendReceiveVideoActive=e,this.isP2P&&this.state===Xa&&this.sendContentModify(),this.peerconnection.setVideoTransferActive(this._localSendReceiveVideoActive&&this._remoteSendReceiveVideoActive)):Promise.resolve():Promise.reject('Can not modify video transfer active state, before "initialize" is called')}},{key:"modifyContents",value:function(e){var t=n.parseVideoSenders(e),i=n.parseSourceMaxFrameHeight(e);if(i&&(this.remoteSourceMaxFrameHeights=i,this.eventEmitter.emit(ts.REMOTE_SOURCE_CONSTRAINTS_CHANGED,this,i)),null!==t){if(this._assertNotEnded()){var r="both"===t||"initiator"===t&&this.isInitiator||"responder"===t&&!this.isInitiator;r!==this._remoteSendReceiveVideoActive&&(ns.debug(this+" new remote video active: "+r),this._remoteSendReceiveVideoActive=r,this.peerconnection.setVideoTransferActive(this._localSendReceiveVideoActive&&this._remoteSendReceiveVideoActive))}}else ns.error(this+" - failed to parse video \"senders\" attribute in \"content-modify\" action")}},{key:"notifyMySSRCUpdate",value:function(e,t){var n=this;if(this.state===Xa){if(!this.connection.connected)return this._cachedOldLocalSdp||(this._cachedOldLocalSdp=e),this._cachedNewLocalSdp=t,void ns.warn(this+" Not sending SSRC update while the signaling is disconnected");this._cachedOldLocalSdp=void 0,this._cachedNewLocalSdp=void 0;var i=function(e){var t=e.getNewMedia(),n=[],i=null;return Object.keys(t).forEach(function(e){var r=Object.keys(t[e].ssrcs);i=t[e].mid,null!=r&&r.length&&(n=n.concat(r))}),{mediaType:i,ssrcs:n}},r=new Pa(t,e),o=(0,Et.$iq)({to:this.remoteJid,type:"set"}).c("jingle",{xmlns:"urn:xmpp:jingle:1",action:"source-remove",initiator:this.initiatorJid,sid:this.sid});r.toJingle(o);var a={},s=i(r);s.ssrcs.length&&(ns.info(this+" Sending source-remove for "+s.mediaType+" ssrcs="+s.ssrcs),this.connection.sendIQ(o,function(){n.room.eventEmitter.emit(or.XMPPEvents.SOURCE_REMOVE,n,a)},this.newJingleErrorHandler(o,function(e){n.room.eventEmitter.emit(or.XMPPEvents.SOURCE_REMOVE_ERROR,n,e,a)}),is)),r=new Pa(e,t);var c=(0,Et.$iq)({to:this.remoteJid,type:"set"}).c("jingle",{xmlns:"urn:xmpp:jingle:1",action:"source-add",initiator:this.initiatorJid,sid:this.sid});r.toJingle(c);var d=i(r);d.ssrcs.length&&(ns.info(this+" Sending source-add for "+d.mediaType+" ssrcs="+d.ssrcs),this.connection.sendIQ(c,function(){n.room.eventEmitter.emit(or.XMPPEvents.SOURCE_ADD,n,a)},this.newJingleErrorHandler(c,function(e){n.room.eventEmitter.emit(or.XMPPEvents.SOURCE_ADD_ERROR,n,e,d.mediaType,a)}),is))}else ns.warn(this+" Skipping SSRC update in '"+this.state+" ' state.")}},{key:"newJingleErrorHandler",value:function(e,t){var n=this;return function(e){var i={},r=vt()(e).find("error");if(r.length){i.code=r.attr("code");var o=vt()(e).find("error :first");o.length&&(i.reason=o[0].tagName);var a=r.find(">text");a.length&&(i.msg=a.text())}e||(i.reason="timeout"),i.session=n.toString(),t?t(i):n.state===Ya&&"item-not-found"===i.reason?ns.debug(n+" Jingle error: "+JSON.stringify(i)):xi().callErrorHandler(new Error("Jingle error: "+JSON.stringify(i)))}}},{key:"getIceConnectionState",value:function(){return this.peerconnection.getConnectionState()}},{key:"close",value:function(){var e=this;this.state=Ya,this.establishmentDuration=void 0,this.peerconnection&&(this.peerconnection.onicecandidate=null,this.peerconnection.oniceconnectionstatechange=null,this.peerconnection.onnegotiationneeded=null,this.peerconnection.onsignalingstatechange=null),ns.debug(this+" Clearing modificationQueue"),this.modificationQueue.clear(),ns.debug(this+" Queued PC close task"),this.modificationQueue.push(function(t){e.peerconnection&&e.peerconnection.close(),t(),ns.debug(e+" PC close task done!")}),ns.debug(this+" Shutdown modificationQueue!"),this.modificationQueue.shutdown()}},{key:"toString",value:function(){return"JingleSessionPC[session="+(this.isP2P?"P2P":"JVB")+",initiator="+this.isInitiator+",sid="+this.sid+"]"}}],[{key:"parseVideoSenders",value:function(e){var t=e.find('>content[name="video"]');if(t.length){var n=t[0].getAttribute("senders");if("both"===n||"initiator"===n||"responder"===n||"none"===n)return n}return null}},{key:"parseSourceMaxFrameHeight",value:function(e){var t,n,i=[],r=e.find('>content[name="video"]>source-frame-height');return r.length?(r.each(function(e,r){n=r.getAttribute("sourceName"),t=r.getAttribute("maxHeight"),i.push({maxHeight:t,sourceName:n})}),i):null}}]),n})(es),as=(0,S.getLogger)("modules/xmpp/strophe.jingle.js");function ss(e){var t=[];return vt()(e).find(">candidate").each(function(e,n){for(var i=n.attributes,r=[],o=0;ojson-message");if(null!=c&&c.length){var d,u;as.info("Found a JSON-encoded element in "+n+", translating to standard Jingle.");for(var l=0;lstartmuted");if(s&&as.debug("Received "+n+" from "+i),null!=f&&f.length){var m=f.attr(Ui.AUDIO),g=f.attr(Ui.VIDEO);this.eventEmitter.emit(or.XMPPEvents.START_MUTED_FROM_FOCUS,"true"===m,"true"===g)}var v=s?this.p2pIceConfig:this.jvbIceConfig;o=new os(vt()(e).find("jingle").attr("sid"),vt()(e).attr("to"),i,this.connection,this.mediaConstraints,ma()(v),s,!1),this.sessions[o.sid]=o,this.eventEmitter.emit(or.XMPPEvents.CALL_INCOMING,o,vt()(e).find(">jingle"),a);break;case"session-accept":var _=[],y=vt()(e).find("jingle>content");for(var E of y){var S=vt()(E).find("description").attr("ssrc");S&&_.push(S)}as.debug("Received "+n+" from "+i+" with ssrcs="+_),this.eventEmitter.emit(or.XMPPEvents.CALL_ACCEPTED,o,vt()(e).find(">jingle"));break;case"content-modify":as.debug("Received "+n+" from "+i),o.modifyContents(vt()(e).find(">jingle"));break;case"transport-info":var b=ss(vt()(e).find("jingle>content>transport"));as.debug("Received "+n+" from "+i+" for candidates="+b.join(", ")),this.eventEmitter.emit(or.XMPPEvents.TRANSPORT_INFO,o,vt()(e).find(">jingle"));break;case"session-terminate":as.log("terminating...",o.sid);var R=null,T=null;vt()(e).find(">jingle>reason").length&&(R=vt()(e).find(">jingle>reason>:first")[0].tagName,T=vt()(e).find(">jingle>reason>text").text()),as.debug("Received "+n+" from "+i+" disconnect reason="+T),this.terminate(o.sid,R,T),this.eventEmitter.emit(or.XMPPEvents.CALL_ENDED,o,R,T);break;case"transport-replace":var C;as.info("(TIME) Start transport replace:\t",a);var x=vt()(e).find("jingle>content>transport"),k=ss(x),A=vt()(x).attr("ufrag"),I=vt()(x).attr("pwd"),w=null===(C=vt()(x).find(">fingerprint"))||void 0===C?void 0:C.text();as.debug("Received "+n+" from "+i+" with iceUfrag="+A+", icePwd="+I+", DTLS fingerprint="+w+", candidates="+k.join(", ")),Yi.sendAnalytics(Tn(an,{p2p:s,value:a})),o.replaceTransport(vt()(e).find(">jingle"),function(){var e=window.performance.now();as.info("(TIME) Transport replace success:\t",e),Yi.sendAnalytics(Tn(sn,{p2p:s,value:e}))},function(e){xi().callErrorHandler(e),as.error("Transport replace failed",e),o.sendTransportReject()});break;case"source-add":o.addRemoteStream(vt()(e).find(">jingle>content"));break;case"source-remove":o.removeRemoteStream(vt()(e).find(">jingle>content"));break;default:as.warn("jingle action not implemented",n),r.attrs({type:"error"}),r.c("error",{type:"cancel"}).c("bad-request",{xmlns:"urn:ietf:params:xml:ns:xmpp-stanzas"}).up()}return this.connection.send(r),!0}},{key:"newP2PJingleSession",value:function(e,t){var n=new os(ro().randomHexString(12),e,t,this.connection,this.mediaConstraints,this.p2pIceConfig,!0,!0);return this.sessions[n.sid]=n,n}},{key:"terminate",value:function(e,t,n){this.sessions.hasOwnProperty(e)&&("ended"!==this.sessions[e].state&&this.sessions[e].onTerminated(t,n),delete this.sessions[e])}},{key:"getStunAndTurnCredentials",value:function(){var e=this;this.connection.sendIQ((0,Et.$iq)({type:"get",to:this.xmpp.options.hosts.domain}).c("services",{xmlns:"urn:xmpp:extdisco:2"}),function(t){return e.onReceiveStunAndTurnCredentials(t)},function(){as.warn("getting turn credentials with extdisco:2 failed, trying extdisco:1"),e.connection.sendIQ((0,Et.$iq)({type:"get",to:e.xmpp.options.hosts.domain}).c("services",{xmlns:"urn:xmpp:extdisco:1"}),function(t){return e.onReceiveStunAndTurnCredentials(t)},function(){as.warn("getting turn credentials failed"),as.warn("is mod_turncredentials or similar installed and configured?")})})}},{key:"onReceiveStunAndTurnCredentials",value:function(e){var t=[];vt()(e).find(">services>service").each(function(e,n){var i={},r=(n=vt()(n)).attr("type");switch(r){case"stun":i.urls="stun:"+n.attr("host"),n.attr("port")&&(i.urls+=":"+n.attr("port")),t.push(i);break;case"turn":case"turns":i.urls=r+":",i.username=n.attr("username"),i.urls+=n.attr("host");var o=n.attr("port");o&&(i.urls+=":"+o);var a=n.attr("transport");a&&"udp"!==a&&(i.urls+="?transport="+a),i.credential=n.attr("password")||i.credential,t.push(i)}});var n,i=this.xmpp.options,r=i.iceServersOverride;(void 0===r?[]:r).forEach(function(e){var n=e.targetType,i=e.urls,r=e.username,o=e.credential;if(["turn","turns","stun"].includes(n)){var a=n+":";void 0===i&&void 0===r&&void 0===o||(null===i&&(t=t.filter(function(e){return!e.urls.startsWith(a)})),t.forEach(function(e){e.urls.startsWith(a)&&(e.urls=null!=i?i:e.urls,null===r?delete e.username:e.username=null!=r?r:e.username,null===o?delete e.credential:e.credential=null!=o?o:e.credential)}))}});for(var o=t.length-1;o>0;o--){var a=Math.floor(Math.random()*(o+1)),s=t[o];t[o]=t[a],t[a]=s}return n=i.useTurnUdp?function(e){return e.urls.startsWith("turn")}:function(e){return e.urls.startsWith("turn")&&e.urls.indexOf("transport=tcp")>=0},this.jvbIceConfig.iceServers=t.filter(n),this.p2pIceConfig.iceServers=t,t.length>0}},{key:"getLog",value:function(){var e=this,t={};return Object.keys(this.sessions).forEach(function(n){var i=e.sessions[n].peerconnection;i&&i.updateLog&&(t["jingle_"+n]={updateLog:i.updateLog,stats:i.stats,url:window.location.href})}),t}}]),n})(Ao),ds=(function(e){_$$_REQUIRE(_dependencyMap[5])(n,e);var t=_createSuper(n);function n(){var e;return _$$_REQUIRE(_dependencyMap[2])(this,n),(e=t.call(this)).log=[],e}return _$$_REQUIRE(_dependencyMap[3])(n,[{key:"init",value:function(e){_$$_REQUIRE(_dependencyMap[10])(_$$_REQUIRE(_dependencyMap[0])(n.prototype),"init",this).call(this,e),this.connection.rawInput=this.logIncoming.bind(this),this.connection.rawOutput=this.logOutgoing.bind(this)}},{key:"logIncoming",value:function(e){this.log.push([(new Date).getTime(),"incoming",e])}},{key:"logOutgoing",value:function(e){this.log.push([(new Date).getTime(),"outgoing",e])}}]),n})(Ao),us=(0,S.getLogger)("modules/xmpp/strophe.rayo.js"),ls="urn:xmpp:rayo:1",ps=(function(e){_$$_REQUIRE(_dependencyMap[5])(n,e);var t=_createSuper(n);function n(){return _$$_REQUIRE(_dependencyMap[2])(this,n),t.apply(this,arguments)}return _$$_REQUIRE(_dependencyMap[3])(n,[{key:"init",value:function(e){_$$_REQUIRE(_dependencyMap[10])(_$$_REQUIRE(_dependencyMap[0])(n.prototype),"init",this).call(this,e),this.connection.addHandler(this.onRayo.bind(this),ls,"iq","set",null,null)}},{key:"onRayo",value:function(e){us.info("Rayo IQ",e)}},{key:"dial",value:function(e,t,n,i,r){var o=this;return new Promise(function(a,s){if(r){var c=(0,Et.$iq)({type:"set",to:r});c.c("dial",{xmlns:ls,to:e,from:t}),c.c("header",{name:"JvbRoomName",value:n}).up(),i&&i.length&&c.c("header",{name:"JvbRoomPassword",value:i}).up(),o.connection.sendIQ(c,function(e){us.info("Dial result ",e);var t=vt()(e).find("ref").attr("uri");o.callResource=t.substr("xmpp:".length),us.info("Received call resource: "+o.callResource),a()},function(e){us.info("Dial error ",e),s(e)})}else s(new Error("Internal error!"))})}},{key:"hangup",value:function(){var e=this;return new Promise(function(t,n){if(!e.callResource)return n(new Error("No call in progress")),void us.warn("No call in progress");var i=(0,Et.$iq)({type:"set",to:e.callResource});i.c("hangup",{xmlns:ls}),e.connection.sendIQ(i,function(n){us.info("Hangup result ",n),e.callResource=null,t()},function(t){us.info("Hangup error ",t),e.callResource=null,n(new Error("Hangup error "))})})}}]),n})(Ao),hs=(0,S.getLogger)("modules/xmpp/strophe.util.js"),fs=-1,ms=/request id \d+.\d+ got 200/,gs=/request errored, status: (\d+), number of errors: \d+/,vs=(0,S.getLogger)("modules/xmpp/xmpp.js"),_s=/(.*)<\/text><\/failure>/gi,ys=[{urls:"stun:meet-jit-si-turnrelay.jitsi.net:443"}],Es="type",Ss="http://jitsi.org/protocol/jigasi",bs="https://jitsi.org/meet/e2ee",Rs=(function(e){_$$_REQUIRE(_dependencyMap[5])(n,e);var t=_createSuper(n);function n(e,i){var r;_$$_REQUIRE(_dependencyMap[2])(this,n),(r=t.call(this)).connection=null,r.disconnectInProgress=!1,r.connectionTimes={},r.options=e,r.token=i,r.authenticatedUser=!1,r.options.deploymentInfo||(r.options.deploymentInfo={}),r._components=[],Et.Strophe.log=function(e,t){switch(hs.trace("Strophe",e,t),"string"==typeof t&&-1!==t.indexOf("Request ")&&-1!==t.indexOf("timed out (secondary), restarting")&&(e=Et.Strophe.LogLevel.WARN),e){case Et.Strophe.LogLevel.DEBUG:-1!==fs&&ms.test(t)&&(hs.debug("Reset lastErrorStatus"),fs=-1);break;case Et.Strophe.LogLevel.WARN:hs.warn("Strophe: "+t);var n=gs.exec(t);n&&2===n.length&&(fs=parseInt(n[1],10),hs.debug("lastErrorStatus set to: "+fs));break;case Et.Strophe.LogLevel.ERROR:case Et.Strophe.LogLevel.FATAL:t="Strophe: "+t,xi().callErrorHandler(new Error(t)),hs.error(t)}},Et.Strophe.getLastErrorStatus=function(){return fs},Et.Strophe.getStatusString=function(e){switch(e){case Et.Strophe.Status.BINDREQUIRED:return"BINDREQUIRED";case Et.Strophe.Status.ERROR:return"ERROR";case Et.Strophe.Status.CONNECTING:return"CONNECTING";case Et.Strophe.Status.CONNFAIL:return"CONNFAIL";case Et.Strophe.Status.AUTHENTICATING:return"AUTHENTICATING";case Et.Strophe.Status.AUTHFAIL:return"AUTHFAIL";case Et.Strophe.Status.CONNECTED:return"CONNECTED";case Et.Strophe.Status.DISCONNECTED:return"DISCONNECTED";case Et.Strophe.Status.DISCONNECTING:return"DISCONNECTING";case Et.Strophe.Status.ATTACHED:return"ATTACHED";default:return"unknown"}},Et.Strophe.addConnectionPlugin("logger",new ds);var o=e.xmppPing||{};return o.domain=e.hosts.domain,r.connection=(function(e){var t=e.enableWebsocketResume,n=e.serviceUrl,i=void 0===n?"/http-bind":n,r=e.shard,o=e.token,a=e.websocketKeepAlive,s=e.websocketKeepAliveUrl,c=e.xmppPing;return o&&(i+=(-1===i.indexOf("?")?"?":"&")+"token="+o),new Do({enableWebsocketResume:t,serviceUrl:i,websocketKeepAlive:a,websocketKeepAliveUrl:s,xmppPing:c,shard:r})})({enableWebsocketResume:e.enableWebsocketResume,serviceUrl:e.serviceUrl||e.bosh,token:i,websocketKeepAlive:e.websocketKeepAlive,websocketKeepAliveUrl:e.websocketKeepAliveUrl,xmppPing:o,shard:e.deploymentInfo.shard}),r.moderator=new Go(_$$_REQUIRE(_dependencyMap[8])(r)),r.connection.on(Do.Events.CONN_SHARD_CHANGED,function(){var e={shard_changed:!0,suspend_time:r.connection.ping.getPingSuspendTime(),time_since_last_success:r.connection.getTimeSinceLastSuccess()};r.eventEmitter.emit(hr,Er,void 0,void 0,e)}),r._initStrophePlugins(),r.caps=new _o(r.connection,"https://jitsi.org/jitsi-meet"),r.initFeaturesList(),vt()(window).on((r.options.disableBeforeUnloadHandlers?"":"beforeunload ")+"unload",function(e){r.disconnect(e).catch(function(){})}),r}return _$$_REQUIRE(_dependencyMap[3])(n,[{key:"initFeaturesList",value:function(){this.caps.addFeature("urn:xmpp:jingle:1"),this.caps.addFeature("urn:xmpp:jingle:apps:rtp:1"),this.caps.addFeature("urn:xmpp:jingle:transports:ice-udp:1"),this.caps.addFeature("urn:xmpp:jingle:apps:dtls:0"),this.caps.addFeature("urn:xmpp:jingle:transports:dtls-sctp:1"),this.caps.addFeature("urn:xmpp:jingle:apps:rtp:audio"),this.caps.addFeature("urn:xmpp:jingle:apps:rtp:video"),this.caps.addFeature("http://jitsi.org/json-encoded-sources"),!this.options.disableRtx&&gi.supportsRTX()&&this.caps.addFeature("urn:ietf:rfc:4588"),!0===this.options.enableOpusRed&&gi.supportsAudioRed()&&this.caps.addFeature("http://jitsi.org/opus-red"),(void 0===this.options.enableRemb||this.options.enableRemb)&&this.caps.addFeature("http://jitsi.org/remb"),gi.isFirefox()||void 0!==this.options.enableTcc&&!this.options.enableTcc||this.caps.addFeature("http://jitsi.org/tcc"),gi.isChromiumBased()&&!0===this.options.enableLipSync&&(vs.info("Lip-sync enabled !"),this.caps.addFeature("http://jitsi.org/meet/lipsync")),this.connection.rayo&&this.caps.addFeature("urn:xmpp:rayo:client:1"),no.isSupported(this.options)&&this.caps.addFeature(bs,!1,!0),vs.debug("Source-name signaling is enabled"),this.caps.addFeature("http://jitsi.org/source-name"),vs.debug("Receiving multiple video streams is enabled"),this.caps.addFeature("http://jitsi.org/receive-multiple-video-streams"),Hi.isSsrcRewritingSupported()&&this.caps.addFeature("http://jitsi.org/ssrc-rewriting-1"),Hi.isJoinAsVisitorSupported()&&this.caps.addFeature("http://jitsi.org/visitors-1")}},{key:"getConnection",value:function(){return this.connection}},{key:"connectionHandler",value:function(){var e=this,t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},n=arguments.length>1?arguments[1]:void 0,i=arguments.length>2?arguments[2]:void 0,r=window.performance.now(),o=Et.Strophe.getStatusString(n).toLowerCase();if(this.connectionTimes[o]=r,vs.log("(TIME) Strophe "+o+(i?"["+i+"]":"")+":\t",r),this.eventEmitter.emit(or.XMPPEvents.CONNECTION_STATUS_CHANGED,t,n,i),this._maybeSendDeploymentInfoStat(),n===Et.Strophe.Status.CONNECTED||n===Et.Strophe.Status.ATTACHED)this._sysMessageHandler&&(this.connection._stropheConn.deleteHandler(this._sysMessageHandler),this._sysMessageHandler=null),this.sendDiscoInfo&&this.connection.jingle.getStunAndTurnCredentials(),vs.info("My Jabber ID: "+this.connection.jid),this._resetState(),this.sendDeploymentInfo=!1,this.sendDiscoInfo&&this.caps.getFeaturesAndIdentities(this.options.hosts.domain).then(function(t){var n=t.features,i=t.identities;n.has(Et.Strophe.NS.PING)||vs.error("Ping NOT supported by "+e.options.hosts.domain+" - please enable ping in your XMPP server config"),e._processDiscoInfoIdentities(i,void 0)}).catch(function(t){xi().callErrorHandler(new Error("Feature discovery error: "+t)),vs.error("Feature discovery error",t),e._maybeSendDeploymentInfoStat(!0)}),this.sendDiscoInfo=!1,t.password&&(this.authenticatedUser=!0),this.connection&&this.connection.connected&&Et.Strophe.getResourceFromJid(this.connection.jid)&&this.eventEmitter.emit(pr,Et.Strophe.getResourceFromJid(this.connection.jid));else if(n===Et.Strophe.Status.CONNFAIL)"x-strophe-bad-non-anon-jid"===i?this.anonymousConnectionFailed=!0:this.connectionFailed=!0,this.lastErrorMsg=i,"giving-up"===i&&this.eventEmitter.emit(hr,Er,i);else if(n===Et.Strophe.Status.ERROR)this.lastErrorMsg=i;else if(n===Et.Strophe.Status.DISCONNECTED){this.connection.ping.stopInterval();var a=Boolean(this.disconnectInProgress),s=i||this.lastErrorMsg;if(this.anonymousConnectionFailed)this.eventEmitter.emit(hr,Sr);else if(this.connectionFailed)this.eventEmitter.emit(hr,Er,s,void 0,this._getConnectionFailedReasonDetails());else if(a)this.eventEmitter.emit(lr,s);else{vs.error("XMPP connection dropped!");var c=Et.Strophe.getLastErrorStatus();c>=500&&c<600?this.eventEmitter.emit(hr,br,s||"server-error",void 0,this._getConnectionFailedReasonDetails()):this.eventEmitter.emit(hr,yr,s||"connection-dropped-error",void 0,this._getConnectionFailedReasonDetails())}}else if(n===Et.Strophe.Status.AUTHFAIL){var d=this.getConnection().getLastFailedMessage();this.eventEmitter.emit(hr,Sr,i||this._parseConnectionFailedMessage(d),t)}}},{key:"_processDiscoInfoIdentities",value:function(e,t){var n=this;e.forEach(function(e){if("av_moderation"===e.type&&(n.avModerationComponentAddress=e.name,n._components.push(n.avModerationComponentAddress)),"end_conference"===e.type&&(n.endConferenceComponentAddress=e.name,n._components.push(n.endConferenceComponentAddress)),"speakerstats"===e.type&&(n.speakerStatsComponentAddress=e.name,n._components.push(n.speakerStatsComponentAddress)),"conference_duration"===e.type&&(n.conferenceDurationComponentAddress=e.name,n._components.push(n.conferenceDurationComponentAddress)),"lobbyrooms"===e.type){n.lobbySupported=!0;var i=function(e){e.forEach(function(e){e.endsWith("#displayname_required")&&n.eventEmitter.emit(gr)})};t?i(t):e.name&&n.caps.getFeaturesAndIdentities(e.name,e.type).then(function(e){var t=e.features;return i(t)}).catch(function(e){return vs.warn("Error getting features from lobby.",e&&e.message)})}if("shard"===e.type&&(n.options.deploymentInfo.shard=n.connection.shard=e.name),"region"===e.type&&(n.options.deploymentInfo.region=n.connection.region=e.name),"release"===e.type&&(n.options.deploymentInfo.backendRelease=e.name),"breakout_rooms"===e.type){n.breakoutRoomsComponentAddress=e.name,n._components.push(n.breakoutRoomsComponentAddress);var r=function(e){n.breakoutRoomsFeatures={},e.forEach(function(e){e.endsWith("#rename")&&(n.breakoutRoomsFeatures.rename=!0)})};t?r(t):e.name&&n.caps.getFeaturesAndIdentities(e.name,e.type).then(function(e){var t=e.features;return r(t)}).catch(function(e){return vs.warn("Error getting features for breakout rooms.",e&&e.message)})}"room_metadata"===e.type&&(n.roomMetadataComponentAddress=e.name,n._components.push(n.roomMetadataComponentAddress))}),this._maybeSendDeploymentInfoStat(!0),this._components.length>0&&this.connection.addHandler(this._onPrivateMessage.bind(this),null,"message",null,null)}},{key:"_parseConnectionFailedMessage",value:function(e){if(!e)return null;var t=_s.exec(e);return t?t[1]:null}},{key:"_connect",value:function(e,t){this._resetState(),this.sendDiscoInfo=!0,this.sendDeploymentInfo=!0,this.connection._stropheConn&&this.connection._stropheConn._addSysHandler?this._sysMessageHandler=this.connection._stropheConn._addSysHandler(this._onSystemMessage.bind(this),null,"message"):vs.warn("Cannot attach strophe system handler, jiconop cannot operate"),this.connection.connect(e,t,this.connectionHandler.bind(this,{jid:e,password:t}))}},{key:"_onSystemMessage",value:function(e){if(0!==vt()(e).find(">services").length||0!==vt()(e).find(">query").length){this.sendDiscoInfo=!1;var t=this.connection.jingle.onReceiveStunAndTurnCredentials(e),n=vo(e),i=n.features,r=n.identities;this._processDiscoInfoIdentities(r,i),(t||r.size>0||i.size>0)&&(this.connection._stropheConn.deleteHandler(this._sysMessageHandler),this._sysMessageHandler=null)}}},{key:"attach",value:function(e){this._resetState(),this.sendDiscoInfo=!0;var t=this.connectionTimes.attaching=window.performance.now();vs.log("(TIME) Strophe Attaching:\t",t),this.connection.attach(e.jid,e.sid,parseInt(e.rid,10)+1,this.connectionHandler.bind(this,{jid:e.jid,password:e.password}))}},{key:"_resetState",value:function(){this.anonymousConnectionFailed=!1,this.connectionFailed=!1,this.lastErrorMsg=void 0,this.disconnectInProgress=void 0}},{key:"connect",value:function(e,t){if(!e){var n=this.options.hosts,i=n.anonymousdomain,r=n.domain,o=i||r,a=window.location;if(i){var s=a&&a.search;(s&&-1!==s.indexOf("login=true")||this.token)&&(o=r)}e=o||a&&a.hostname}return this._startConnecting=!0,this._connect(e,t)}},{key:"createRoom",value:function(e,t,n){var i=e.domain||t.customDomain,r=this.getRoomJid(e,i)+"/",o=n?n(this.connection.jid,this.authenticatedUser):ro().randomHexString(8).toLowerCase();return vs.info("JID "+this.connection.jid+" using MUC nickname "+o),r+=o,this.connection.emuc.createRoom(r,null,t)}},{key:"getRoomJid",value:function(e,t){return e+"@"+(t||this.options.hosts.muc.toLowerCase())}},{key:"isRoomCreated",value:function(e,t){return this.connection.emuc.isRoomCreated(this.getRoomJid(e,t))}},{key:"getJid",value:function(){return this.connection.jid}},{key:"getJingleLog",value:function(){var e=this.connection.jingle;return e?e.getLog():{}}},{key:"getXmppLog",value:function(){return(this.connection.logger||{}).log||null}},{key:"dial",value:function(){var e;(e=this.connection.rayo).dial.apply(e,arguments)}},{key:"ping",value:function(e){var t=this;return new Promise(function(n,i){t.connection.ping.ping(t.connection.pingDomain,n,i,e)})}},{key:"getSessions",value:function(){return this.connection.jingle.sessions}},{key:"disconnect",value:function(e){var t=this;return this.disconnectInProgress?this.disconnectInProgress:this.connection&&this._startConnecting?(this.disconnectInProgress=new Promise(function(e){t.eventEmitter.on(or.XMPPEvents.CONNECTION_STATUS_CHANGED,function n(i,r){r===Et.Strophe.Status.DISCONNECTED&&(t.eventEmitter.removeListener(or.XMPPEvents.CONNECTION_STATUS_CHANGED,n),e())})}),this._cleanupXmppConnection(e),this.disconnectInProgress):Promise.resolve()}},{key:"_cleanupXmppConnection",value:function(e){if(!this.connection.isUsingWebSocket&&this.connection.flush(),!this.connection.isUsingWebSocket&&null!=e){var t=e.type;if(("beforeunload"===t||"unload"===t)&&(this.connection.options.sync=!0,this.connection.sendUnavailableBeacon()))return}this.connection.disconnect(),this._startConnecting=!1,!0!==this.connection.options.sync&&this.connection.flush()}},{key:"_initStrophePlugins",value:function(){var e={jvb:{iceServers:[]},p2p:{iceServers:[]}},t=this.options.p2p&&this.options.p2p.stunServers||ys;Array.isArray(t)&&(vs.info("P2P STUN servers: ",t),e.p2p.iceServers=t),this.options.p2p&&this.options.p2p.iceTransportPolicy&&(vs.info("P2P ICE transport policy: ",this.options.p2p.iceTransportPolicy),e.p2p.iceTransportPolicy=this.options.p2p.iceTransportPolicy),this.connection.addConnectionPlugin("emuc",new ha(this)),this.connection.addConnectionPlugin("jingle",new cs(this,this.eventEmitter,e)),this.connection.addConnectionPlugin("rayo",new ps)}},{key:"_getConnectionFailedReasonDetails",value:function(){var e={};if(this.options.deploymentInfo&&this.options.deploymentInfo.shard&&this.connection.lastResponseHeaders){var t={};this.connection.lastResponseHeaders.trim().split(/[\r\n]+/).forEach(function(e){var n=e.split(": "),i=n.shift(),r=n.join(": ");t[i]=r}),e.shard_changed=this.options.deploymentInfo.shard!==t["x-jitsi-shard"]}return e.suspend_time=this.connection.ping.getPingSuspendTime(),e.time_since_last_success=this.connection.getTimeSinceLastSuccess(),e}},{key:"sendDominantSpeakerEvent",value:function(e,t){if(this.speakerStatsComponentAddress&&e){var n=(0,Et.$msg)({to:this.speakerStatsComponentAddress});n.c("speakerstats",{xmlns:"http://jitsi.org/jitmeet",room:e,silence:t}).up(),this.connection.send(n)}}},{key:"sendFaceLandmarksEvent",value:function(e,t){if(this.speakerStatsComponentAddress&&e){var n=(0,Et.$msg)({to:this.speakerStatsComponentAddress});n.c("faceLandmarks",{xmlns:"http://jitsi.org/jitmeet",room:e,faceExpression:t.faceExpression,timestamp:t.timestamp,duration:t.duration}).up(),this.connection.send(n)}}},{key:"tryParseJSONAndVerify",value:function(e){if(!e)return!1;try{var t=_r(e);if(t&&"object"==typeof t){var n=t[Es];if(void 0!==n)return t;vs.debug("parsing valid json but does not have correct structure","topic: ",n)}}catch(t){return vs.error("Error parsing json "+e,t),!1}return!1}},{key:"_onPrivateMessage",value:function(e){var t=e.getAttribute("from");if(!this._components.includes(t))return!0;var n=vt()(e).find(">json-message").text(),i=this.tryParseJSONAndVerify(n);return!i||("speakerstats"===i[Es]&&i.users?this.eventEmitter.emit(or.XMPPEvents.SPEAKER_STATS_RECEIVED,i.users):"conference_duration"===i[Es]&&i.created_timestamp?this.eventEmitter.emit(or.XMPPEvents.CONFERENCE_TIMESTAMP_RECEIVED,i.created_timestamp):"av_moderation"===i[Es]?this.eventEmitter.emit(or.XMPPEvents.AV_MODERATION_RECEIVED,i):"breakout_rooms"===i[Es]?this.eventEmitter.emit(or.XMPPEvents.BREAKOUT_ROOMS_EVENT,i):"room_metadata"===i[Es]&&this.eventEmitter.emit(or.XMPPEvents.ROOM_METADATA_EVENT,i),!0)}},{key:"_maybeSendDeploymentInfoStat",value:function(e){var t=[Et.Strophe.Status.ERROR,Et.Strophe.Status.CONNFAIL,Et.Strophe.Status.AUTHFAIL,Et.Strophe.Status.DISCONNECTED,Et.Strophe.Status.CONNTIMEOUT];if(e||t.includes(this.connection.status)&&this.sendDeploymentInfo){var n=this.options.deploymentInfo;if(n&&Object.keys(n).length>0){var i={};for(var r in n)n.hasOwnProperty(r)&&(i[r]=n[r]);Yi.analytics.addPermanentProperties(Object.assign({},i)),i.id="deployment_info";var o=JSON.stringify(i);Yi.sendLog(o),vs.info(o)}this.sendDeploymentInfo=!1}}}]),n})(Tr);function Ts(e){var t,n=this,i=e.id,r=e.password,o=e.onCreateResource,a=e.onLoginSuccessful,s=!1,c=new Rs(this.connection.options),d=new Promise(function(e,d){t=d,c.addListener(lr,function(){c=void 0}),c.addListener(pr,function(){if(!s){a&&a();var t=c.createRoom(n.options.name,n.options.config,o);t.xmpp.moderator.authenticate(t.roomjid).then(function(){c&&c.disconnect(),s||n.room.xmpp.moderator.sendConferenceRequest(n.room.roomjid).finally(e)}).catch(function(e){var t=e.error,n=e.message;c.disconnect(),d({authenticationError:t,message:n})})}}),c.addListener(hr,function(e,t,n){d({connectionError:e,credentials:n,message:t}),c=void 0}),s||c.connect(i,r)});return d.cancel=function(){s=!0,t({}),c&&c.disconnect()},d}var Cs=(0,S.getLogger)("modules/RTC/CodecSelection.js"),xs=[ba.VP9,ba.VP8,ba.H264],ks=[ba.H264,ba.VP8,ba.VP9],As=[ba.VP8,ba.VP9,ba.H264],Is=(function(){function e(t,n){var i=this;_$$_REQUIRE(_dependencyMap[2])(this,e),this.conference=t,this.options=n,this.codecPreferenceOrder={};var r=function(e){var t=n[e],r=t.disabledCodec,o=t.preferredCodec,c=t.preferenceOrder,d=new Set(i._getSupportedVideoCodecs(e)),u=Array.from(d);if(c)u=(c=c.map(function(e){return e.toLowerCase()})).filter(function(e){return d.has(e)});else if(o||r){r=null===(a=r)||void 0===a?void 0:a.toLowerCase(),o=null===(s=o)||void 0===s?void 0:s.toLowerCase(),r&&r!==ba.VP8&&(u=u.filter(function(e){return e!==r}));var l=u.findIndex(function(e){return e===o});o&&-1!==l&&(u.splice(l,1),u.unshift(o))}if(!(gi.supportsVP9()||gi.isWebKitBased()&&"p2p"===e)||i.conference.isE2EEEnabled()){var p=u.findIndex(function(e){return e===ba.VP9});-1!==p&&(u.splice(p,1),i.conference.isE2EEEnabled()||u.push(ba.VP9))}Cs.info("Codec preference order for "+e+" connection is "+u),i.codecPreferenceOrder[e]=u};for(var o of Object.keys(n)){var a,s;r(o)}this.conference.on(Te,function(e){return i._selectPreferredCodec(e)}),this.conference.on(Xe,function(){return i._selectPreferredCodec()}),this.conference.on(Ye,function(){return i._selectPreferredCodec()})}return _$$_REQUIRE(_dependencyMap[3])(e,[{key:"_getSupportedVideoCodecs",value:function(e){return(gi.isMobileDevice()&&"p2p"===e?ks:gi.isMobileDevice()?As:xs).filter(function(e){var t,n,i,r;return(null!==(t=null===(n=window.RTCRtpReceiver)||void 0===n||null===(i=n.getCapabilities)||void 0===i||null===(r=i.call(n,Ui.VIDEO))||void 0===r?void 0:r.codecs)&&void 0!==t?t:[]).some(function(t){return t.mimeType.toLowerCase()===Ui.VIDEO+"/"+e})})}},{key:"_maybeFilterJvbCodecs",value:function(){return this.conference.isE2EEEnabled()?this.codecPreferenceOrder.jvb.filter(function(e){return e!==ba.VP9}):this.codecPreferenceOrder.jvb}},{key:"_selectPreferredCodec",value:function(e){var t=e||this.conference.jvbJingleSession;if(t){var n=t.peerconnection.getConfiguredVideoCodecs(),i=t===this.conference.jvbJingleSession?this._maybeFilterJvbCodecs():this.codecPreferenceOrder.p2p,r=this.conference.getParticipants().map(function(e){return e.getId()}),o=null==r?void 0:r.map(function(e){var n,i=t._signalingLayer.getPeerMediaInfo(e,Ui.VIDEO);return i?null!==(n=i.codecList)&&void 0!==n?n:[i.codecType]:[]}),a=i.reduce(function(e,n){var i=!1;if(!t.isP2P)for(var r of o)i=i||!r.find(function(e){return e===n});return i||e.push(n),e},[]);a.length?a.every(function(e,t){return e===n[t]})||t.setVideoCodecs(a):Cs.warn("Invalid codec list generated because of a user joining/leaving the call")}}},{key:"getCodecPreferenceList",value:function(e){return this.codecPreferenceOrder[e]}}]),e})(),ws=(0,S.getLogger)("modules/RTC/BridgeChannel.js"),Ps=(function(){function e(t,n,i,r){if(_$$_REQUIRE(_dependencyMap[2])(this,e),!t&&!n)throw new TypeError("At least peerconnection or wsUrl must be given");if(t&&n)throw new TypeError("Just one of peerconnection or wsUrl must be given");if(t?ws.debug("constructor() with peerconnection"):ws.debug("constructor() with wsUrl:\""+n+"\""),this._channel=null,this._conference=r,this._connected=void 0,this._eventEmitter=i,this._mode=null,this._areRetriesEnabled=!1,this._closedFromClient=!1,t){var o=t.createDataChannel("JVB data channel",{protocol:"http://jitsi.org/protocols/colibri"});this._handleChannel(o),this._mode="datachannel"}else n&&(this._areRetriesEnabled=!0,this._wsUrl=n,this._initWebSocket())}return _$$_REQUIRE(_dependencyMap[3])(e,[{key:"_initWebSocket",value:function(){var e=new WebSocket(this._wsUrl);this._handleChannel(e),this._mode="websocket"}},{key:"_startConnectionRetries",value:function(){var e=this,t=1;this._retryTimeout=setTimeout(function n(){!e._channel||"connecting"!==e._channel.readyState&&e._channel.readyState!==WebSocket.CONNECTING?e.isOpen()||(e._initWebSocket(e._wsUrl),t=Math.min(2*t,60),e._retryTimeout=setTimeout(n,1e3*t)):e._retryTimeout=setTimeout(n,1e3*t)},1e3*t)}},{key:"_stopConnectionRetries",value:function(){this._retryTimeout&&(clearTimeout(this._retryTimeout),this._retryTimeout=void 0)}},{key:"_retryWebSocketConnection",value:function(e){var t=this;if(this._areRetriesEnabled){var n=e.code,i=e.reason;Yi.sendAnalytics((function(e,t){return{type:Qt.TYPE_OPERATIONAL,action:"bridge-channel.error",attributes:{code:e,reason:t}}})(n,i)),this._areRetriesEnabled=!1,this._eventEmitter.once(tr.default.DATA_CHANNEL_OPEN,function(){t._stopConnectionRetries(),t._areRetriesEnabled=!0}),this._startConnectionRetries()}}},{key:"mode",get:function(){return this._mode}},{key:"close",value:function(){if(this._closedFromClient=!0,this._stopConnectionRetries(),this._areRetriesEnabled=!1,this._channel){try{this._channel.close()}catch(e){}this._channel=null}}},{key:"isOpen",value:function(){return this._channel&&("open"===this._channel.readyState||this._channel.readyState===WebSocket.OPEN)}},{key:"sendEndpointStatsMessage",value:function(e){this._send(Object.assign({colibriClass:"EndpointStats"},e))}},{key:"sendMessage",value:function(e,t){this._send({colibriClass:"EndpointMessage",msgPayload:t,to:e})}},{key:"sendSetLastNMessage",value:function(e){ws.log("Sending lastN="+e+"."),this._send({colibriClass:"LastNChangedEvent",lastN:e})}},{key:"sendReceiverVideoConstraintsMessage",value:function(e){ws.log("Sending ReceiverVideoConstraints with "+JSON.stringify(e)),this._send(Object.assign({colibriClass:"ReceiverVideoConstraints"},e))}},{key:"sendSourceVideoTypeMessage",value:function(e,t){ws.info("Sending SourceVideoTypeMessage with video type "+e+": "+t),this._send({colibriClass:"SourceVideoTypeMessage",sourceName:e,videoType:t})}},{key:"_handleChannel",value:function(e){var t=this,n=this._eventEmitter;e.onopen=function(){ws.info(t._mode+" channel opened"),t._connected=!0,n.emit(tr.default.DATA_CHANNEL_OPEN)},e.onerror=function(e){"websocket"!==t._mode&&ws.error("Channel error: "+e.message)},e.onmessage=function(e){var t,i=e.data;try{t=_r(i)}catch(e){return xi().callErrorHandler(e),void ws.error("Failed to parse channel message as JSON: ",i,e)}var r=t.colibriClass;switch(r){case"DominantSpeakerEndpointChangeEvent":var o=t,a=o.dominantSpeakerEndpoint,s=o.previousSpeakers,c=void 0===s?[]:s,d=o.silence;ws.debug("Dominant speaker: "+a+", previous speakers: "+c),n.emit(tr.default.DOMINANT_SPEAKER_CHANGED,a,c,d);break;case"EndpointConnectivityStatusChangeEvent":var u=t.endpoint,l="true"===t.active;ws.info("Endpoint connection status changed: "+u+" active="+l),n.emit(tr.default.ENDPOINT_CONN_STATUS_CHANGED,u,l);break;case"EndpointMessage":n.emit(tr.default.ENDPOINT_MESSAGE_RECEIVED,t.from,t.msgPayload);break;case"EndpointStats":n.emit(tr.default.ENDPOINT_STATS_RECEIVED,t.from,t);break;case"ForwardedSources":var p=t.forwardedSources;ws.info("New forwarded sources: "+p),n.emit(tr.default.FORWARDED_SOURCES_CHANGED,p);break;case"SenderSourceConstraints":"string"==typeof t.sourceName&&"number"==typeof t.maxHeight?(ws.info("SenderSourceConstraints: "+t.sourceName+" - "+t.maxHeight),n.emit(tr.default.SENDER_VIDEO_CONSTRAINTS_CHANGED,t)):ws.error("Invalid SenderSourceConstraints: "+t.sourceName+" - "+t.maxHeight);break;case"ServerHello":ws.info("Received ServerHello, version="+t.version+".");break;case"VideoSourcesMap":ws.info("Received VideoSourcesMap: "+JSON.stringify(t.mappedSources)),n.emit(tr.default.VIDEO_SSRCS_REMAPPED,t);break;case"AudioSourcesMap":ws.info("Received AudioSourcesMap: "+JSON.stringify(t.mappedSources)),n.emit(tr.default.AUDIO_SSRCS_REMAPPED,t);break;default:ws.debug("Channel JSON-formatted message: ",t),n.emit("rtc.datachannel."+r,t)}},e.onclose=function(i){if(ws.debug("Channel closed by "+(t._closedFromClient?"client":"server")),e===t._channel){if(!(t._closedFromClient||1001===i.code&&1===t._conference.getParticipantCount())){var r=i.code,o=i.reason;ws.error("Channel closed: "+r+" "+o),"websocket"===t._mode&&(t._retryWebSocketConnection(i),!1!==t._connected&&n.emit(tr.default.DATA_CHANNEL_CLOSED,{code:r,reason:o}))}t._connected=!1,t._channel=null}else ws.debug("Skip close handler, channel instance is not equal to stored one")},this._channel=e}},{key:"_send",value:function(e){var t=this._channel;if(!this.isOpen())throw ws.error("Bridge Channel send: no opened channel."),new Error("No opened channel");t.send(JSON.stringify(e))}}]),e})(),Ms=n(4940),Ds=n.n(Ms),Os=!0,Ns=!0;function Ls(e,t,n){var i=e.match(t);return i&&i.length>=n&&parseInt(i[n],10)}function Us(e,t,n){if(e.RTCPeerConnection){var i=e.RTCPeerConnection.prototype,r=i.addEventListener;i.addEventListener=function(e,i){if(e!==t)return r.apply(this,arguments);var o=function(e){var t=n(e);t&&(i.handleEvent?i.handleEvent(t):i(t))};return this._eventMap=this._eventMap||{},this._eventMap[t]||(this._eventMap[t]=new Map),this._eventMap[t].set(i,o),r.apply(this,[e,o])};var o=i.removeEventListener;i.removeEventListener=function(e,n){if(e!==t||!this._eventMap||!this._eventMap[t])return o.apply(this,arguments);if(!this._eventMap[t].has(n))return o.apply(this,arguments);var i=this._eventMap[t].get(n);return this._eventMap[t].delete(n),0===this._eventMap[t].size&&delete this._eventMap[t],0===Object.keys(this._eventMap).length&&delete this._eventMap,o.apply(this,[e,i])},Object.defineProperty(i,"on"+t,{get:function(){return this["_on"+t]},set:function(e){this["_on"+t]&&(this.removeEventListener(t,this["_on"+t]),delete this["_on"+t]),e&&this.addEventListener(t,this["_on"+t]=e)},enumerable:!0,configurable:!0})}}function Fs(e){return"boolean"!=typeof e?new Error("Argument type: "+typeof e+". Please use a boolean."):(Os=e,e?"adapter.js logging disabled":"adapter.js logging enabled")}function js(e){return"boolean"!=typeof e?new Error("Argument type: "+typeof e+". Please use a boolean."):(Ns=!e,"adapter.js deprecation warnings "+(e?"disabled":"enabled"))}function Vs(){if("object"==typeof window){if(Os)return;"undefined"!=typeof console&&"function"==typeof console.log&&console.log.apply(console,arguments)}}function Hs(e,t){Ns&&console.warn(e+" is deprecated, please use "+t+" instead.")}function Bs(e){return"[object Object]"===Object.prototype.toString.call(e)}function Js(e){return Bs(e)?Object.keys(e).reduce(function(t,n){var i=Bs(e[n]),r=i?Js(e[n]):e[n],o=i&&!Object.keys(r).length;return void 0===r||o?t:Object.assign(t,_$$_REQUIRE(_dependencyMap[6])({},n,r))},{}):e}function $s(e,t,n){t&&!n.has(t.id)&&(n.set(t.id,t),Object.keys(t).forEach(function(i){i.endsWith("Id")?$s(e,e.get(t[i]),n):i.endsWith("Ids")&&t[i].forEach(function(t){$s(e,e.get(t),n)})}))}function Gs(e,t,n){var i=n?"outbound-rtp":"inbound-rtp",r=new Map;if(null===t)return r;var o=[];return e.forEach(function(e){"track"===e.type&&e.trackIdentifier===t.id&&o.push(e)}),o.forEach(function(t){e.forEach(function(n){n.type===i&&n.trackId===t.id&&$s(e,n,r)})}),r}var qs=Vs;function Qs(e,t){var n=e&&e.navigator;if(n.mediaDevices){var i=function(e){if("object"!=typeof e||e.mandatory||e.optional)return e;var t={};return Object.keys(e).forEach(function(n){if("require"!==n&&"advanced"!==n&&"mediaSource"!==n){var i="object"==typeof e[n]?e[n]:{ideal:e[n]};void 0!==i.exact&&"number"==typeof i.exact&&(i.min=i.max=i.exact);var r=function(e,t){return e?e+t.charAt(0).toUpperCase()+t.slice(1):"deviceId"===t?"sourceId":t};if(void 0!==i.ideal){t.optional=t.optional||[];var o={};"number"==typeof i.ideal?(o[r("min",n)]=i.ideal,t.optional.push(o),(o={})[r("max",n)]=i.ideal,t.optional.push(o)):(o[r("",n)]=i.ideal,t.optional.push(o))}void 0!==i.exact&&"number"!=typeof i.exact?(t.mandatory=t.mandatory||{},t.mandatory[r("",n)]=i.exact):["min","max"].forEach(function(e){void 0!==i[e]&&(t.mandatory=t.mandatory||{},t.mandatory[r(e,n)]=i[e])})}}),e.advanced&&(t.optional=(t.optional||[]).concat(e.advanced)),t},r=function(e,r){if(t.version>=61)return r(e);if((e=JSON.parse(JSON.stringify(e)))&&"object"==typeof e.audio){var o=function(e,t,n){t in e&&!(n in e)&&(e[n]=e[t],delete e[t])};o((e=JSON.parse(JSON.stringify(e))).audio,"autoGainControl","googAutoGainControl"),o(e.audio,"noiseSuppression","googNoiseSuppression"),e.audio=i(e.audio)}if(e&&"object"==typeof e.video){var a=e.video.facingMode;a=a&&("object"==typeof a?a:{ideal:a});var s,c=t.version<66;if(a&&("user"===a.exact||"environment"===a.exact||"user"===a.ideal||"environment"===a.ideal)&&(!n.mediaDevices.getSupportedConstraints||!n.mediaDevices.getSupportedConstraints().facingMode||c))if(delete e.video.facingMode,"environment"===a.exact||"environment"===a.ideal?s=["back","rear"]:"user"!==a.exact&&"user"!==a.ideal||(s=["front"]),s)return n.mediaDevices.enumerateDevices().then(function(t){var n=(t=t.filter(function(e){return"videoinput"===e.kind})).find(function(e){return s.some(function(t){return e.label.toLowerCase().includes(t)})});return!n&&t.length&&s.includes("back")&&(n=t[t.length-1]),n&&(e.video.deviceId=a.exact?{exact:n.deviceId}:{ideal:n.deviceId}),e.video=i(e.video),qs("chrome: "+JSON.stringify(e)),r(e)});e.video=i(e.video)}return qs("chrome: "+JSON.stringify(e)),r(e)},o=function(e){return t.version>=64?e:{name:{PermissionDeniedError:"NotAllowedError",PermissionDismissedError:"NotAllowedError",InvalidStateError:"NotAllowedError",DevicesNotFoundError:"NotFoundError",ConstraintNotSatisfiedError:"OverconstrainedError",TrackStartError:"NotReadableError",MediaDeviceFailedDueToShutdown:"NotAllowedError",MediaDeviceKillSwitchOn:"NotAllowedError",TabCaptureError:"AbortError",ScreenCaptureError:"AbortError",DeviceCaptureError:"AbortError"}[e.name]||e.name,message:e.message,constraint:e.constraint||e.constraintName,toString:function(){return this.name+(this.message&&": ")+this.message}}};if(n.getUserMedia=function(e,t,i){r(e,function(e){n.webkitGetUserMedia(e,t,function(e){i&&i(o(e))})})}.bind(n),n.mediaDevices.getUserMedia){var a=n.mediaDevices.getUserMedia.bind(n.mediaDevices);n.mediaDevices.getUserMedia=function(e){return r(e,function(e){return a(e).then(function(t){if(e.audio&&!t.getAudioTracks().length||e.video&&!t.getVideoTracks().length)throw t.getTracks().forEach(function(e){e.stop()}),new DOMException("","NotFoundError");return t},function(e){return Promise.reject(o(e))})})}}}}function zs(e,t){e.navigator.mediaDevices&&"getDisplayMedia"in e.navigator.mediaDevices||e.navigator.mediaDevices&&("function"==typeof t?e.navigator.mediaDevices.getDisplayMedia=function(n){return t(n).then(function(t){var i=n.video&&n.video.width,r=n.video&&n.video.height,o=n.video&&n.video.frameRate;return n.video={mandatory:{chromeMediaSource:"desktop",chromeMediaSourceId:t,maxFrameRate:o||3}},i&&(n.video.mandatory.maxWidth=i),r&&(n.video.mandatory.maxHeight=r),e.navigator.mediaDevices.getUserMedia(n)})}:console.error("shimGetDisplayMedia: getSourceId argument is not a function"))}function Ks(e){e.MediaStream=e.MediaStream||e.webkitMediaStream}function Ws(e){if("object"!=typeof e||!e.RTCPeerConnection||"ontrack"in e.RTCPeerConnection.prototype)Us(e,"track",function(e){return e.transceiver||Object.defineProperty(e,"transceiver",{value:{receiver:e.receiver}}),e});else{Object.defineProperty(e.RTCPeerConnection.prototype,"ontrack",{get:function(){return this._ontrack},set:function(e){this._ontrack&&this.removeEventListener("track",this._ontrack),this.addEventListener("track",this._ontrack=e)},enumerable:!0,configurable:!0});var t=e.RTCPeerConnection.prototype.setRemoteDescription;e.RTCPeerConnection.prototype.setRemoteDescription=function(){var n=this;return this._ontrackpoly||(this._ontrackpoly=function(t){t.stream.addEventListener("addtrack",function(i){var r;r=e.RTCPeerConnection.prototype.getReceivers?n.getReceivers().find(function(e){return e.track&&e.track.id===i.track.id}):{track:i.track};var o=new Event("track");o.track=i.track,o.receiver=r,o.transceiver={receiver:r},o.streams=[t.stream],n.dispatchEvent(o)}),t.stream.getTracks().forEach(function(i){var r;r=e.RTCPeerConnection.prototype.getReceivers?n.getReceivers().find(function(e){return e.track&&e.track.id===i.id}):{track:i};var o=new Event("track");o.track=i,o.receiver=r,o.transceiver={receiver:r},o.streams=[t.stream],n.dispatchEvent(o)})},this.addEventListener("addstream",this._ontrackpoly)),t.apply(this,arguments)}}}function Xs(e){if("object"==typeof e&&e.RTCPeerConnection&&!("getSenders"in e.RTCPeerConnection.prototype)&&"createDTMFSender"in e.RTCPeerConnection.prototype){var t=function(e,t){return{track:t,get dtmf(){return void 0===this._dtmf&&("audio"===t.kind?this._dtmf=e.createDTMFSender(t):this._dtmf=null),this._dtmf},_pc:e}};if(!e.RTCPeerConnection.prototype.getSenders){e.RTCPeerConnection.prototype.getSenders=function(){return this._senders=this._senders||[],this._senders.slice()};var n=e.RTCPeerConnection.prototype.addTrack;e.RTCPeerConnection.prototype.addTrack=function(e,i){var r=n.apply(this,arguments);return r||(r=t(this,e),this._senders.push(r)),r};var i=e.RTCPeerConnection.prototype.removeTrack;e.RTCPeerConnection.prototype.removeTrack=function(e){i.apply(this,arguments);var t=this._senders.indexOf(e);-1!==t&&this._senders.splice(t,1)}}var r=e.RTCPeerConnection.prototype.addStream;e.RTCPeerConnection.prototype.addStream=function(e){var n=this;this._senders=this._senders||[],r.apply(this,[e]),e.getTracks().forEach(function(e){n._senders.push(t(n,e))})};var o=e.RTCPeerConnection.prototype.removeStream;e.RTCPeerConnection.prototype.removeStream=function(e){var t=this;this._senders=this._senders||[],o.apply(this,[e]),e.getTracks().forEach(function(e){var n=t._senders.find(function(t){return t.track===e});n&&t._senders.splice(t._senders.indexOf(n),1)})}}else if("object"==typeof e&&e.RTCPeerConnection&&"getSenders"in e.RTCPeerConnection.prototype&&"createDTMFSender"in e.RTCPeerConnection.prototype&&e.RTCRtpSender&&!("dtmf"in e.RTCRtpSender.prototype)){var a=e.RTCPeerConnection.prototype.getSenders;e.RTCPeerConnection.prototype.getSenders=function(){var e=this,t=a.apply(this,[]);return t.forEach(function(t){return t._pc=e}),t},Object.defineProperty(e.RTCRtpSender.prototype,"dtmf",{get:function(){return void 0===this._dtmf&&("audio"===this.track.kind?this._dtmf=this._pc.createDTMFSender(this.track):this._dtmf=null),this._dtmf}})}}function Ys(e){if(e.RTCPeerConnection){var t=e.RTCPeerConnection.prototype.getStats;e.RTCPeerConnection.prototype.getStats=function(){var e=this,n=Array.prototype.slice.call(arguments),i=n[0],r=n[1],o=n[2];if(arguments.length>0&&"function"==typeof i)return t.apply(this,arguments);if(0===t.length&&(0===arguments.length||"function"!=typeof i))return t.apply(this,[]);var a=function(e){var t={};return e.result().forEach(function(e){var n={id:e.id,timestamp:e.timestamp,type:{localcandidate:"local-candidate",remotecandidate:"remote-candidate"}[e.type]||e.type};e.names().forEach(function(t){n[t]=e.stat(t)}),t[n.id]=n}),t},s=function(e){return new Map(Object.keys(e).map(function(t){return[t,e[t]]}))};if(arguments.length>=2){return t.apply(this,[function(e){r(s(a(e)))},i])}return new Promise(function(n,i){t.apply(e,[function(e){n(s(a(e)))},i])}).then(r,o)}}}function Zs(e){if("object"==typeof e&&e.RTCPeerConnection&&e.RTCRtpSender&&e.RTCRtpReceiver){if(!("getStats"in e.RTCRtpSender.prototype)){var t=e.RTCPeerConnection.prototype.getSenders;t&&(e.RTCPeerConnection.prototype.getSenders=function(){var e=this,n=t.apply(this,[]);return n.forEach(function(t){return t._pc=e}),n});var n=e.RTCPeerConnection.prototype.addTrack;n&&(e.RTCPeerConnection.prototype.addTrack=function(){var e=n.apply(this,arguments);return e._pc=this,e}),e.RTCRtpSender.prototype.getStats=function(){var e=this;return this._pc.getStats().then(function(t){return Gs(t,e.track,!0)})}}if(!("getStats"in e.RTCRtpReceiver.prototype)){var i=e.RTCPeerConnection.prototype.getReceivers;i&&(e.RTCPeerConnection.prototype.getReceivers=function(){var e=this,t=i.apply(this,[]);return t.forEach(function(t){return t._pc=e}),t}),Us(e,"track",function(e){return e.receiver._pc=e.srcElement,e}),e.RTCRtpReceiver.prototype.getStats=function(){var e=this;return this._pc.getStats().then(function(t){return Gs(t,e.track,!1)})}}if("getStats"in e.RTCRtpSender.prototype&&"getStats"in e.RTCRtpReceiver.prototype){var r=e.RTCPeerConnection.prototype.getStats;e.RTCPeerConnection.prototype.getStats=function(){if(arguments.length>0&&arguments[0]instanceof e.MediaStreamTrack){var t,n,i,o=arguments[0];return this.getSenders().forEach(function(e){e.track===o&&(t?i=!0:t=e)}),this.getReceivers().forEach(function(e){return e.track===o&&(n?i=!0:n=e),e.track===o}),i||t&&n?Promise.reject(new DOMException("There are more than one sender or receiver for the track.","InvalidAccessError")):t?t.getStats():n?n.getStats():Promise.reject(new DOMException("There is no sender or receiver for the track.","InvalidAccessError"))}return r.apply(this,arguments)}}}}function ec(e){e.RTCPeerConnection.prototype.getLocalStreams=function(){var e=this;return this._shimmedLocalStreams=this._shimmedLocalStreams||{},Object.keys(this._shimmedLocalStreams).map(function(t){return e._shimmedLocalStreams[t][0]})};var t=e.RTCPeerConnection.prototype.addTrack;e.RTCPeerConnection.prototype.addTrack=function(e,n){if(!n)return t.apply(this,arguments);this._shimmedLocalStreams=this._shimmedLocalStreams||{};var i=t.apply(this,arguments);return this._shimmedLocalStreams[n.id]?-1===this._shimmedLocalStreams[n.id].indexOf(i)&&this._shimmedLocalStreams[n.id].push(i):this._shimmedLocalStreams[n.id]=[n,i],i};var n=e.RTCPeerConnection.prototype.addStream;e.RTCPeerConnection.prototype.addStream=function(e){var t=this;this._shimmedLocalStreams=this._shimmedLocalStreams||{},e.getTracks().forEach(function(e){if(t.getSenders().find(function(t){return t.track===e}))throw new DOMException("Track already exists.","InvalidAccessError")});var i=this.getSenders();n.apply(this,arguments);var r=this.getSenders().filter(function(e){return-1===i.indexOf(e)});this._shimmedLocalStreams[e.id]=[e].concat(r)};var i=e.RTCPeerConnection.prototype.removeStream;e.RTCPeerConnection.prototype.removeStream=function(e){return this._shimmedLocalStreams=this._shimmedLocalStreams||{},delete this._shimmedLocalStreams[e.id],i.apply(this,arguments)};var r=e.RTCPeerConnection.prototype.removeTrack;e.RTCPeerConnection.prototype.removeTrack=function(e){var t=this;return this._shimmedLocalStreams=this._shimmedLocalStreams||{},e&&Object.keys(this._shimmedLocalStreams).forEach(function(n){var i=t._shimmedLocalStreams[n].indexOf(e);-1!==i&&t._shimmedLocalStreams[n].splice(i,1),1===t._shimmedLocalStreams[n].length&&delete t._shimmedLocalStreams[n]}),r.apply(this,arguments)}}function tc(e,t){if(e.RTCPeerConnection){if(e.RTCPeerConnection.prototype.addTrack&&t.version>=65)return ec(e);var n=e.RTCPeerConnection.prototype.getLocalStreams;e.RTCPeerConnection.prototype.getLocalStreams=function(){var e=this,t=n.apply(this);return this._reverseStreams=this._reverseStreams||{},t.map(function(t){return e._reverseStreams[t.id]})};var i=e.RTCPeerConnection.prototype.addStream;e.RTCPeerConnection.prototype.addStream=function(t){var n=this;if(this._streams=this._streams||{},this._reverseStreams=this._reverseStreams||{},t.getTracks().forEach(function(e){if(n.getSenders().find(function(t){return t.track===e}))throw new DOMException("Track already exists.","InvalidAccessError")}),!this._reverseStreams[t.id]){var r=new e.MediaStream(t.getTracks());this._streams[t.id]=r,this._reverseStreams[r.id]=t,t=r}i.apply(this,[t])};var r=e.RTCPeerConnection.prototype.removeStream;e.RTCPeerConnection.prototype.removeStream=function(e){this._streams=this._streams||{},this._reverseStreams=this._reverseStreams||{},r.apply(this,[this._streams[e.id]||e]),delete this._reverseStreams[this._streams[e.id]?this._streams[e.id].id:e.id],delete this._streams[e.id]},e.RTCPeerConnection.prototype.addTrack=function(t,n){var i=this;if("closed"===this.signalingState)throw new DOMException("The RTCPeerConnection's signalingState is 'closed'.","InvalidStateError");var r=[].slice.call(arguments,1);if(1!==r.length||!r[0].getTracks().find(function(e){return e===t}))throw new DOMException("The adapter.js addTrack polyfill only supports a single stream which is associated with the specified track.","NotSupportedError");if(this.getSenders().find(function(e){return e.track===t}))throw new DOMException("Track already exists.","InvalidAccessError");this._streams=this._streams||{},this._reverseStreams=this._reverseStreams||{};var o=this._streams[n.id];if(o)o.addTrack(t),Promise.resolve().then(function(){i.dispatchEvent(new Event("negotiationneeded"))});else{var a=new e.MediaStream([t]);this._streams[n.id]=a,this._reverseStreams[a.id]=n,this.addStream(a)}return this.getSenders().find(function(e){return e.track===t})},["createOffer","createAnswer"].forEach(function(t){var n=e.RTCPeerConnection.prototype[t],i=_$$_REQUIRE(_dependencyMap[6])({},t,function(){var e=this,t=arguments;return arguments.length&&"function"==typeof arguments[0]?n.apply(this,[function(n){var i=s(e,n);t[0].apply(null,[i])},function(e){t[1]&&t[1].apply(null,e)},arguments[2]]):n.apply(this,arguments).then(function(t){return s(e,t)})});e.RTCPeerConnection.prototype[t]=i[t]});var o=e.RTCPeerConnection.prototype.setLocalDescription;e.RTCPeerConnection.prototype.setLocalDescription=function(){return arguments.length&&arguments[0].type?(arguments[0]=(e=this,t=arguments[0],n=t.sdp,Object.keys(e._reverseStreams||[]).forEach(function(t){var i=e._reverseStreams[t],r=e._streams[i.id];n=n.replace(new RegExp(i.id,"g"),r.id)}),new RTCSessionDescription({type:t.type,sdp:n})),o.apply(this,arguments)):o.apply(this,arguments);var e,t,n};var a=Object.getOwnPropertyDescriptor(e.RTCPeerConnection.prototype,"localDescription");Object.defineProperty(e.RTCPeerConnection.prototype,"localDescription",{get:function(){var e=a.get.apply(this);return""===e.type?e:s(this,e)}}),e.RTCPeerConnection.prototype.removeTrack=function(e){var t,n=this;if("closed"===this.signalingState)throw new DOMException("The RTCPeerConnection's signalingState is 'closed'.","InvalidStateError");if(!e._pc)throw new DOMException("Argument 1 of RTCPeerConnection.removeTrack does not implement interface RTCRtpSender.","TypeError");if(e._pc!==this)throw new DOMException("Sender was not created by this connection.","InvalidAccessError");this._streams=this._streams||{},Object.keys(this._streams).forEach(function(i){n._streams[i].getTracks().find(function(t){return e.track===t})&&(t=n._streams[i])}),t&&(1===t.getTracks().length?this.removeStream(this._reverseStreams[t.id]):t.removeTrack(e.track),this.dispatchEvent(new Event("negotiationneeded")))}}function s(e,t){var n=t.sdp;return Object.keys(e._reverseStreams||[]).forEach(function(t){var i=e._reverseStreams[t],r=e._streams[i.id];n=n.replace(new RegExp(r.id,"g"),i.id)}),new RTCSessionDescription({type:t.type,sdp:n})}}function nc(e,t){!e.RTCPeerConnection&&e.webkitRTCPeerConnection&&(e.RTCPeerConnection=e.webkitRTCPeerConnection),e.RTCPeerConnection&&t.version<53&&["setLocalDescription","setRemoteDescription","addIceCandidate"].forEach(function(t){var n=e.RTCPeerConnection.prototype[t],i=_$$_REQUIRE(_dependencyMap[6])({},t,function(){return arguments[0]=new("addIceCandidate"===t?e.RTCIceCandidate:e.RTCSessionDescription)(arguments[0]),n.apply(this,arguments)});e.RTCPeerConnection.prototype[t]=i[t]})}function ic(e,t){Us(e,"negotiationneeded",function(e){var n=e.target;if(!(t.version<72||n.getConfiguration&&"plan-b"===n.getConfiguration().sdpSemantics)||"stable"===n.signalingState)return e})}function rc(e,t){var n=e&&e.navigator,i=e&&e.MediaStreamTrack;if(n.getUserMedia=function(e,t,i){Hs("navigator.getUserMedia","navigator.mediaDevices.getUserMedia"),n.mediaDevices.getUserMedia(e).then(t,i)},!(t.version>55&&"autoGainControl"in n.mediaDevices.getSupportedConstraints())){var r=function(e,t,n){t in e&&!(n in e)&&(e[n]=e[t],delete e[t])},o=n.mediaDevices.getUserMedia.bind(n.mediaDevices);if(n.mediaDevices.getUserMedia=function(e){return"object"==typeof e&&"object"==typeof e.audio&&(e=JSON.parse(JSON.stringify(e)),r(e.audio,"autoGainControl","mozAutoGainControl"),r(e.audio,"noiseSuppression","mozNoiseSuppression")),o(e)},i&&i.prototype.getSettings){var a=i.prototype.getSettings;i.prototype.getSettings=function(){var e=a.apply(this,arguments);return r(e,"mozAutoGainControl","autoGainControl"),r(e,"mozNoiseSuppression","noiseSuppression"),e}}if(i&&i.prototype.applyConstraints){var s=i.prototype.applyConstraints;i.prototype.applyConstraints=function(e){return"audio"===this.kind&&"object"==typeof e&&(e=JSON.parse(JSON.stringify(e)),r(e,"autoGainControl","mozAutoGainControl"),r(e,"noiseSuppression","mozNoiseSuppression")),s.apply(this,[e])}}}}function oc(e,t){e.navigator.mediaDevices&&"getDisplayMedia"in e.navigator.mediaDevices||e.navigator.mediaDevices&&(e.navigator.mediaDevices.getDisplayMedia=function(n){if(!n||!n.video){var i=new DOMException("getDisplayMedia without video constraints is undefined");return i.name="NotFoundError",i.code=8,Promise.reject(i)}return!0===n.video?n.video={mediaSource:t}:n.video.mediaSource=t,e.navigator.mediaDevices.getUserMedia(n)})}function ac(e){"object"==typeof e&&e.RTCTrackEvent&&"receiver"in e.RTCTrackEvent.prototype&&!("transceiver"in e.RTCTrackEvent.prototype)&&Object.defineProperty(e.RTCTrackEvent.prototype,"transceiver",{get:function(){return{receiver:this.receiver}}})}function sc(e,t){if("object"==typeof e&&(e.RTCPeerConnection||e.mozRTCPeerConnection)){!e.RTCPeerConnection&&e.mozRTCPeerConnection&&(e.RTCPeerConnection=e.mozRTCPeerConnection),t.version<53&&["setLocalDescription","setRemoteDescription","addIceCandidate"].forEach(function(t){var n=e.RTCPeerConnection.prototype[t],i=_$$_REQUIRE(_dependencyMap[6])({},t,function(){return arguments[0]=new("addIceCandidate"===t?e.RTCIceCandidate:e.RTCSessionDescription)(arguments[0]),n.apply(this,arguments)});e.RTCPeerConnection.prototype[t]=i[t]});var n={inboundrtp:"inbound-rtp",outboundrtp:"outbound-rtp",candidatepair:"candidate-pair",localcandidate:"local-candidate",remotecandidate:"remote-candidate"},i=e.RTCPeerConnection.prototype.getStats;e.RTCPeerConnection.prototype.getStats=function(){var e=Array.prototype.slice.call(arguments),r=e[0],o=e[1],a=e[2];return i.apply(this,[r||null]).then(function(e){if(t.version<53&&!o)try{e.forEach(function(e){e.type=n[e.type]||e.type})}catch(t){if("TypeError"!==t.name)throw t;e.forEach(function(t,i){e.set(i,Object.assign({},t,{type:n[t.type]||t.type}))})}return e}).then(o,a)}}}function cc(e){if("object"==typeof e&&e.RTCPeerConnection&&e.RTCRtpSender&&!(e.RTCRtpSender&&"getStats"in e.RTCRtpSender.prototype)){var t=e.RTCPeerConnection.prototype.getSenders;t&&(e.RTCPeerConnection.prototype.getSenders=function(){var e=this,n=t.apply(this,[]);return n.forEach(function(t){return t._pc=e}),n});var n=e.RTCPeerConnection.prototype.addTrack;n&&(e.RTCPeerConnection.prototype.addTrack=function(){var e=n.apply(this,arguments);return e._pc=this,e}),e.RTCRtpSender.prototype.getStats=function(){return this.track?this._pc.getStats(this.track):Promise.resolve(new Map)}}}function dc(e){if("object"==typeof e&&e.RTCPeerConnection&&e.RTCRtpSender&&!(e.RTCRtpSender&&"getStats"in e.RTCRtpReceiver.prototype)){var t=e.RTCPeerConnection.prototype.getReceivers;t&&(e.RTCPeerConnection.prototype.getReceivers=function(){var e=this,n=t.apply(this,[]);return n.forEach(function(t){return t._pc=e}),n}),Us(e,"track",function(e){return e.receiver._pc=e.srcElement,e}),e.RTCRtpReceiver.prototype.getStats=function(){return this._pc.getStats(this.track)}}}function uc(e){e.RTCPeerConnection&&!("removeStream"in e.RTCPeerConnection.prototype)&&(e.RTCPeerConnection.prototype.removeStream=function(e){var t=this;Hs("removeStream","removeTrack"),this.getSenders().forEach(function(n){n.track&&e.getTracks().includes(n.track)&&t.removeTrack(n)})})}function lc(e){e.DataChannel&&!e.RTCDataChannel&&(e.RTCDataChannel=e.DataChannel)}function pc(e){if("object"==typeof e&&e.RTCPeerConnection){var t=e.RTCPeerConnection.prototype.addTransceiver;t&&(e.RTCPeerConnection.prototype.addTransceiver=function(){this.setParametersPromises=[];var e=arguments[1],n=e&&"sendEncodings"in e;n&&e.sendEncodings.forEach(function(e){if("rid"in e&&!/^[a-z0-9]{0,16}$/i.test(e.rid))throw new TypeError("Invalid RID value provided.");if("scaleResolutionDownBy"in e&&!(parseFloat(e.scaleResolutionDownBy)>=1))throw new RangeError("scale_resolution_down_by must be >= 1.0");if("maxFramerate"in e&&!(parseFloat(e.maxFramerate)>=0))throw new RangeError("max_framerate must be >= 0.0")});var i=t.apply(this,arguments);if(n){var r=i.sender,o=r.getParameters();(!("encodings"in o)||1===o.encodings.length&&0===Object.keys(o.encodings[0]).length)&&(o.encodings=e.sendEncodings,r.sendEncodings=e.sendEncodings,this.setParametersPromises.push(r.setParameters(o).then(function(){delete r.sendEncodings}).catch(function(){delete r.sendEncodings})))}return i})}}function hc(e){if("object"==typeof e&&e.RTCRtpSender){var t=e.RTCRtpSender.prototype.getParameters;t&&(e.RTCRtpSender.prototype.getParameters=function(){var e=t.apply(this,arguments);return"encodings"in e||(e.encodings=[].concat(this.sendEncodings||[{}])),e})}}function fc(e){if("object"==typeof e&&e.RTCPeerConnection){var t=e.RTCPeerConnection.prototype.createOffer;e.RTCPeerConnection.prototype.createOffer=function(){var e=arguments,n=this;return this.setParametersPromises&&this.setParametersPromises.length?Promise.all(this.setParametersPromises).then(function(){return t.apply(n,e)}).finally(function(){n.setParametersPromises=[]}):t.apply(this,arguments)}}}function mc(e){if("object"==typeof e&&e.RTCPeerConnection){var t=e.RTCPeerConnection.prototype.createAnswer;e.RTCPeerConnection.prototype.createAnswer=function(){var e=arguments,n=this;return this.setParametersPromises&&this.setParametersPromises.length?Promise.all(this.setParametersPromises).then(function(){return t.apply(n,e)}).finally(function(){n.setParametersPromises=[]}):t.apply(this,arguments)}}}function gc(e){if("object"==typeof e&&e.RTCPeerConnection){if("getLocalStreams"in e.RTCPeerConnection.prototype||(e.RTCPeerConnection.prototype.getLocalStreams=function(){return this._localStreams||(this._localStreams=[]),this._localStreams}),!("addStream"in e.RTCPeerConnection.prototype)){var t=e.RTCPeerConnection.prototype.addTrack;e.RTCPeerConnection.prototype.addStream=function(e){var n=this;this._localStreams||(this._localStreams=[]),this._localStreams.includes(e)||this._localStreams.push(e),e.getAudioTracks().forEach(function(i){return t.call(n,i,e)}),e.getVideoTracks().forEach(function(i){return t.call(n,i,e)})},e.RTCPeerConnection.prototype.addTrack=function(e){for(var n=this,i=arguments.length,r=new Array(i>1?i-1:0),o=1;o=0)){e._remoteStreams.push(t);var n=new Event("addstream");n.stream=t,e.dispatchEvent(n)}})}),t.apply(e,arguments)}}}function _c(e){if("object"==typeof e&&e.RTCPeerConnection){var t=e.RTCPeerConnection.prototype,n=t.createOffer,i=t.createAnswer,r=t.setLocalDescription,o=t.setRemoteDescription,a=t.addIceCandidate;t.createOffer=function(e,t){var i=arguments.length>=2?arguments[2]:arguments[0],r=n.apply(this,[i]);return t?(r.then(e,t),Promise.resolve()):r},t.createAnswer=function(e,t){var n=arguments.length>=2?arguments[2]:arguments[0],r=i.apply(this,[n]);return t?(r.then(e,t),Promise.resolve()):r};var s=function(e,t,n){var i=r.apply(this,[e]);return n?(i.then(t,n),Promise.resolve()):i};t.setLocalDescription=s,s=function(e,t,n){var i=o.apply(this,[e]);return n?(i.then(t,n),Promise.resolve()):i},t.setRemoteDescription=s,s=function(e,t,n){var i=a.apply(this,[e]);return n?(i.then(t,n),Promise.resolve()):i},t.addIceCandidate=s}}function yc(e){var t=e&&e.navigator;if(t.mediaDevices&&t.mediaDevices.getUserMedia){var n=t.mediaDevices,i=n.getUserMedia.bind(n);t.mediaDevices.getUserMedia=function(e){return i(Ec(e))}}!t.getUserMedia&&t.mediaDevices&&t.mediaDevices.getUserMedia&&(t.getUserMedia=function(e,n,i){t.mediaDevices.getUserMedia(e).then(n,i)}.bind(t))}function Ec(e){return e&&void 0!==e.video?Object.assign({},e,{video:Js(e.video)}):e}function Sc(e){if(e.RTCPeerConnection){var t=e.RTCPeerConnection;e.RTCPeerConnection=function(e,n){if(e&&e.iceServers){for(var i=[],r=0;r=76)&&("plan-b"===this.getConfiguration().sdpSemantics&&Object.defineProperty(this,"sctp",{get:function(){return void 0===this._sctp?null:this._sctp},enumerable:!0,configurable:!0}));if((function(e){if(!e||!e.sdp)return!1;var t=ri().splitSections(e.sdp);return t.shift(),t.some(function(e){var t=ri().parseMLine(e);return t&&"application"===t.kind&&-1!==t.protocol.indexOf("SCTP")})})(arguments[0])){var e,i=(function(e){var t=e.sdp.match(/mozilla...THIS_IS_SDPARTA-(\d+)/);if(null===t||t.length<2)return-1;var n=parseInt(t[1],10);return n!=n?-1:n})(arguments[0]),r=(function(e){var n=65536;return"firefox"===t.browser&&(n=t.version<57?-1===e?16384:2147483637:t.version<60?57===t.version?65535:65536:2147483637),n})(i),o=(function(e,n){var i=65536;"firefox"===t.browser&&57===t.version&&(i=65535);var r=ri().matchPrefix(e.sdp,"a=max-message-size:");return r.length>0?i=parseInt(r[0].substr(19),10):"firefox"===t.browser&&-1!==n&&(i=2147483637),i})(arguments[0],i);e=0===r&&0===o?Number.POSITIVE_INFINITY:0===r||0===o?Math.max(r,o):Math.min(r,o);var a={};Object.defineProperty(a,"maxMessageSize",{get:function(){return e}}),this._sctp=a}return n.apply(this,arguments)}}}function kc(e){if(e.RTCPeerConnection&&"createDataChannel"in e.RTCPeerConnection.prototype){var t=e.RTCPeerConnection.prototype.createDataChannel;e.RTCPeerConnection.prototype.createDataChannel=function(){var e=t.apply(this,arguments);return n(e,this),e},Us(e,"datachannel",function(e){return n(e.channel,e.target),e})}function n(e,t){var n=e.send;e.send=function(){var i=arguments[0],r=i.length||i.size||i.byteLength;if("open"===e.readyState&&t.sctp&&r>t.sctp.maxMessageSize)throw new TypeError("Message too large (can send a maximum of "+t.sctp.maxMessageSize+" bytes)");return n.apply(e,arguments)}}}function Ac(e){if(e.RTCPeerConnection&&!("connectionState"in e.RTCPeerConnection.prototype)){var t=e.RTCPeerConnection.prototype;Object.defineProperty(t,"connectionState",{get:function(){return{completed:"connected",checking:"connecting"}[this.iceConnectionState]||this.iceConnectionState},enumerable:!0,configurable:!0}),Object.defineProperty(t,"onconnectionstatechange",{get:function(){return this._onconnectionstatechange||null},set:function(e){this._onconnectionstatechange&&(this.removeEventListener("connectionstatechange",this._onconnectionstatechange),delete this._onconnectionstatechange),e&&this.addEventListener("connectionstatechange",this._onconnectionstatechange=e)},enumerable:!0,configurable:!0}),["setLocalDescription","setRemoteDescription"].forEach(function(e){var n=t[e];t[e]=function(){return this._connectionstatechangepoly||(this._connectionstatechangepoly=function(e){var t=e.target;if(t._lastConnectionState!==t.connectionState){t._lastConnectionState=t.connectionState;var n=new Event("connectionstatechange",e);t.dispatchEvent(n)}return e},this.addEventListener("iceconnectionstatechange",this._connectionstatechangepoly)),n.apply(this,arguments)}})}}function Ic(e,t){if(e.RTCPeerConnection&&!("chrome"===t.browser&&t.version>=71||"safari"===t.browser&&t.version>=605)){var n=e.RTCPeerConnection.prototype.setRemoteDescription;e.RTCPeerConnection.prototype.setRemoteDescription=function(t){if(t&&t.sdp&&-1!==t.sdp.indexOf("\na=extmap-allow-mixed")){var i=t.sdp.split("\n").filter(function(e){return"a=extmap-allow-mixed"!==e.trim()}).join("\n");e.RTCSessionDescription&&t instanceof e.RTCSessionDescription?arguments[0]=new e.RTCSessionDescription({type:t.type,sdp:i}):t.sdp=i}return n.apply(this,arguments)}}}function wc(e,t){if(e.RTCPeerConnection&&e.RTCPeerConnection.prototype){var n=e.RTCPeerConnection.prototype.addIceCandidate;n&&0!==n.length&&(e.RTCPeerConnection.prototype.addIceCandidate=function(){return arguments[0]?("chrome"===t.browser&&t.version<78||"firefox"===t.browser&&t.version<68||"safari"===t.browser)&&arguments[0]&&""===arguments[0].candidate?Promise.resolve():n.apply(this,arguments):(arguments[1]&&arguments[1].apply(null),Promise.resolve())})}}function Pc(e,t){if(e.RTCPeerConnection&&e.RTCPeerConnection.prototype){var n=e.RTCPeerConnection.prototype.setLocalDescription;n&&0!==n.length&&(e.RTCPeerConnection.prototype.setLocalDescription=function(){var e=this,t=arguments[0]||{};if("object"!=typeof t||t.type&&t.sdp)return n.apply(this,arguments);if(!(t={type:t.type,sdp:t.sdp}).type)switch(this.signalingState){case"stable":case"have-local-offer":case"have-remote-pranswer":t.type="offer";break;default:t.type="answer"}return t.sdp||"offer"!==t.type&&"answer"!==t.type?n.apply(this,[t]):("offer"===t.type?this.createOffer:this.createAnswer).apply(this).then(function(t){return n.apply(e,[t])})})}}!(function(){var e=(arguments.length>0&&void 0!==arguments[0]?arguments[0]:{}).window,t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{shimChrome:!0,shimFirefox:!0,shimSafari:!0},n=Vs,i=(function(e){var t={browser:null,version:null};if(void 0===e||!e.navigator)return t.browser="Not a browser.",t;var n=e.navigator;if(n.mozGetUserMedia)t.browser="firefox",t.version=Ls(n.userAgent,/Firefox\/(\d+)\./,1);else if(n.webkitGetUserMedia||!1===e.isSecureContext&&e.webkitRTCPeerConnection&&!e.RTCIceGatherer)t.browser="chrome",t.version=Ls(n.userAgent,/Chrom(e|ium)\/(\d+)\./,2);else{if(!e.RTCPeerConnection||!n.userAgent.match(/AppleWebKit\/(\d+)\./))return t.browser="Not a supported browser.",t;t.browser="safari",t.version=Ls(n.userAgent,/AppleWebKit\/(\d+)\./,1),t.supportsUnifiedPlan=e.RTCRtpTransceiver&&"currentDirection"in e.RTCRtpTransceiver.prototype}return t})(e),r={browserDetails:i,commonShim:f,extractVersion:Ls,disableLog:Fs,disableWarnings:js,sdp:ii};switch(i.browser){case"chrome":if(!nc||!t.shimChrome)return n("Chrome shim is not included in this adapter release."),r;if(null===i.version)return n("Chrome shim can not determine version, not shimming."),r;n("adapter.js shimming chrome."),r.browserShim=l,wc(e,i),Pc(e),Qs(e,i),Ks(e),nc(e,i),Ws(e),tc(e,i),Xs(e),Ys(e),Zs(e),ic(e,i),Cc(e),Ac(e),xc(e,i),kc(e),Ic(e,i);break;case"firefox":if(!sc||!t.shimFirefox)return n("Firefox shim is not included in this adapter release."),r;n("adapter.js shimming firefox."),r.browserShim=p,wc(e,i),Pc(e),rc(e,i),sc(e,i),ac(e),uc(e),cc(e),dc(e),lc(e),pc(e),hc(e),fc(e),mc(e),Cc(e),Ac(e),xc(e,i),kc(e);break;case"safari":if(!t.shimSafari)return n("Safari shim is not included in this adapter release."),r;n("adapter.js shimming safari."),r.browserShim=h,wc(e,i),Pc(e),Sc(e),Rc(e),_c(e),gc(e),vc(e),bc(e),yc(e),Tc(e),Cc(e),xc(e,i),kc(e),Ic(e,i);break;default:n("Unsupported browser!")}})({window:"undefined"==typeof window?void 0:window});var Mc,Dc=n(6125),Oc=n.n(Dc),Nc=(0,S.getLogger)("modules/RTC/RTCUtils.js"),Lc=new(mt()),Uc={video:{height:{ideal:720,max:720,min:180},width:{ideal:1280,max:1280,min:320}}},Fc="default",jc=!1,Vc=!1,Hc=!1,Bc=!1,Jc=!1,$c=null,Gc=document.createElement("audio"),qc=void 0!==Gc.setSinkId,Qc=[];function zc(){}function Kc(e,t){var n=Boolean(t)&&t.getAudioTracks().length>0,i=Boolean(t)&&t.getVideoTracks().length>0,r={};-1!==e.indexOf("video")&&(r.video=i),-1!==e.indexOf("audio")&&(r.audio=n),Lc.emit(tr.default.PERMISSIONS_CHANGED,r)}function Wc(e){var t=e.filter(function(e){return"audioinput"===e.kind}).length,n=e.filter(function(e){return"audiooutput"===e.kind}).length,i=e.filter(function(e){return"videoinput"===e.kind}).length,r=e.filter(function(e){return"videooutput"===e.kind}).length;e.forEach(function(e){var o={audio_input_device_count:t,audio_output_device_count:n,video_input_device_count:i,video_output_device_count:r,device_id:e.deviceId,device_group_id:e.groupId,device_kind:e.kind,device_label:e.label};Yi.sendAnalytics(pn,o)})}function Xc(e){(function(e){return e.length!==Qc.length||e.map(t).sort().join("")!==Qc.map(t).sort().join("");function t(e){return JSON.stringify({kind:e.kind,deviceId:e.deviceId,groupId:e.groupId,label:e.label,facing:e.facing})}})(e)&&(Qc=e.slice(0),Nc.info("list of media devices has changed:",Qc),Wc(Qc),Lc.emit(tr.default.DEVICE_LIST_WILL_CHANGE,Qc),Lc.emit(tr.default.DEVICE_LIST_CHANGED,Qc))}var Yc=new((function(e){_$$_REQUIRE(_dependencyMap[5])(n,e);var t=_createSuper(n);function n(){return _$$_REQUIRE(_dependencyMap[2])(this,n),t.call(this,Lc)}return _$$_REQUIRE(_dependencyMap[3])(n,[{key:"init",value:function(){var e,t,n=this,i=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};"boolean"==typeof i.disableAEC&&(Hc=i.disableAEC,Nc.info("Disable AEC: "+Hc)),"boolean"==typeof i.disableNS&&(Bc=i.disableNS,Nc.info("Disable NS: "+Bc)),"boolean"==typeof i.disableAP&&(Vc=i.disableAP,Nc.info("Disable AP: "+Vc)),"boolean"==typeof i.disableAGC&&(Jc=i.disableAGC,Nc.info("Disable AGC: "+Jc)),"boolean"==typeof(null===(e=i.audioQuality)||void 0===e?void 0:e.stereo)&&($c=i.audioQuality.stereo,Nc.info("Stereo: "+$c)),window.clearInterval(Mc),Mc=void 0,gi.isReactNative()||(this.attachMediaStream=(t=function(e,t){e&&(e.srcObject=t)},function(e,n){return t.apply(Yc,arguments),n&&Yc.isDeviceChangeAvailable("output")&&n.getAudioTracks&&n.getAudioTracks().length&&jc?e.setSinkId(Yc.getAudioOutputDevice()).catch(function(t){var n=new zt(t,null,["audiooutput"]);throw xi().callUnhandledRejectionHandler({promise:this,reason:n}),Nc.warn("Failed to set audio output device for the element. Default audio output device will be used instead",null==e?void 0:e.id,n),n}):Promise.resolve()})),this.pcConstraints={},Ta.init(i),this.isDeviceListAvailable()&&this.enumerateDevices(function(e){Qc=e.slice(0),Nc.debug("Available devices: ",Qc),Wc(Qc),Lc.emit(tr.default.DEVICE_LIST_AVAILABLE,Qc),gi.supportsDeviceChangeEvent()?navigator.mediaDevices.addEventListener("devicechange",function(){return n.enumerateDevices(zc)}):Mc=window.setInterval(function(){return n.enumerateDevices(zc)},3e3)})}},{key:"enumerateDevices",value:function(e){navigator.mediaDevices.enumerateDevices().then(function(t){Xc(t),e(t)}).catch(function(t){Nc.warn("Failed to enumerate devices. "+t),Xc([]),e([])})}},{key:"_getUserMedia",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:0;return new Promise(function(i,r){var o,a=!1;"number"==typeof n&&!isNaN(n)&&n>0&&(o=setTimeout(function(){a=!0,o=void 0,r(new zt(Ht))},n)),navigator.mediaDevices.getUserMedia(t).then(function(t){Nc.log("onUserMediaSuccess"),Kc(e,t),a||(void 0!==o&&clearTimeout(o),i(t))}).catch(function(n){Nc.warn("Failed to get access to local media. "+n+" "+JSON.stringify(t));var i=new zt(n,t,e);a||(void 0!==o&&clearTimeout(o),r(i)),i.name===Ft&&Kc(e,void 0)})})}},{key:"_getDesktopMedia",value:function(e){return Ta.isSupported()?new Promise(function(t,n){Ta.obtainStream(function(e){t(e)},function(e){n(e)},e)}):Promise.reject(new Error("Desktop sharing is not supported!"))}},{key:"_getMissingTracks",value:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[],t=arguments.length>1?arguments[1]:void 0,n=[],i=e.includes("audio"),r=t&&t.getAudioTracks().length>0;i&&!r&&n.push("audio");var o=e.includes("video"),a=t&&t.getVideoTracks().length>0;return o&&!a&&n.push("video"),n}},{key:"obtainAudioAndVideoPermissions",value:function(e){var t=this,n=e.timeout,i=_$$_REQUIRE(_dependencyMap[11])(e,_excluded),r=[],o=function(){if(-1===(i.devices||[]).indexOf("desktop"))return Promise.resolve();var e=i.desktopSharingSourceDevice,t=i.desktopSharingSources;if(e){var r=Qc&&Qc.find(function(t){return"videoinput"===t.kind&&(t.deviceId===e||t.label===e)});if(!r)return Promise.reject(new zt({name:"ConstraintNotSatisfiedError"},{},[e]));var o={video:{deviceId:r.deviceId}};return this._getUserMedia(["video"],o,n).then(function(e){return{sourceType:"device",stream:e}})}return this._getDesktopMedia({desktopSharingSources:t})}.bind(this),a=function(){var e=(i.devices||["audio","video"]).filter(function(e){return"audio"===e||"video"===e});if(!e.length)return Promise.resolve();var t=(function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[],t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=ma()(t.constraints||Uc);if(e.indexOf("video")>=0){if(Oc()[t.resolution]){var i=Oc()[t.resolution];n.video.height={ideal:i.height},n.video.width={ideal:i.width}}if(n.video||(n.video={}),gi.isWebKitBased()&&(n.video.height&&n.video.height.ideal?n.video.height={ideal:n.video.height.ideal}:Nc.warn("Ideal camera height missing, camera may not start properly"),n.video.width&&n.video.width.ideal?n.video.width={ideal:n.video.width.ideal}:Nc.warn("Ideal camera width missing, camera may not start properly")),t.cameraDeviceId)n.video.deviceId=t.cameraDeviceId;else{var r=t.facingMode||Ds().USER;n.video.facingMode=r}}else n.video=!1;return e.indexOf("audio")>=0?(n.audio&&"boolean"!=typeof n.audio||(n.audio={}),n.audio={autoGainControl:!Jc&&!Vc,deviceId:t.micDeviceId,echoCancellation:!Hc&&!Vc,noiseSuppression:!Bc&&!Vc},$c&&Object.assign(n.audio,{channelCount:2})):n.audio=!1,n})(e,i);return Nc.info("Got media constraints: ",JSON.stringify(t)),this._getUserMedia(e,t,n)}.bind(this);return o().then(function(e){if(e){var t=e.stream,n=e.sourceId,i=e.sourceType,o=t.getAudioTracks();if(o.length){var a=new MediaStream(o);r.push({stream:a,sourceId:n,sourceType:i,track:a.getAudioTracks()[0]})}var s=t.getVideoTracks();if(s.length){var c=new MediaStream(s);r.push({stream:c,sourceId:n,sourceType:i,track:c.getVideoTracks()[0],videoType:nr.VideoType.DESKTOP})}}}).then(a).then(function(e){if(e){var t=e.getAudioTracks();if(t.length){var n=new MediaStream(t);r.push({stream:n,track:n.getAudioTracks()[0],effects:i.effects})}var o=e.getVideoTracks();if(o.length){var a=new MediaStream(o);r.push({stream:a,track:a.getVideoTracks()[0],videoType:nr.VideoType.CAMERA,effects:i.effects})}}}).then(function(){return r}).catch(function(e){return r.forEach(function(e){var n=e.stream;t.stopMediaStream(n)}),Promise.reject(e)})}},{key:"isDeviceListAvailable",value:function(){return Boolean(navigator.mediaDevices&&navigator.mediaDevices.enumerateDevices)}},{key:"isDeviceChangeAvailable",value:function(e){return"output"!==e&&"audiooutput"!==e||qc}},{key:"stopMediaStream",value:function(e){e&&(e.getTracks().forEach(function(e){e.stop&&e.stop()}),e.stop&&e.stop(),e.release&&e.release())}},{key:"isDesktopSharingEnabled",value:function(){return Ta.isSupported()}},{key:"setAudioOutputDevice",value:function(e){return this.isDeviceChangeAvailable("output")?Gc.setSinkId(e).then(function(){Fc=e,jc=!0,Nc.log("Audio output device set to "+e),Lc.emit(tr.default.AUDIO_OUTPUT_DEVICE_CHANGED,e)}):Promise.reject(new Error("Audio output device change is not supported"))}},{key:"setDesktopSharingFrameRate",value:function(e){Ta.setDesktopSharingFrameRate(e)}},{key:"getAudioOutputDevice",value:function(){return Fc}},{key:"getCurrentlyAvailableMediaDevices",value:function(){return Qc}},{key:"arePermissionsGrantedForAvailableDevices",value:function(){return Qc.some(function(e){return Boolean(e.label)})}},{key:"getEventDataForActiveDevice",value:function(e){var t=[],n={deviceId:e.deviceId,kind:e.kind,label:e.label,groupId:e.groupId};return t.push(n),{deviceList:t}}}]),n})(Tr)),Zc=Yc,ed=(0,S.getLogger)("modules/RTC/JitsiTrack.js"),td={track_mute:"onmute",track_unmute:"onunmute",track_ended:"onended"},nd=(function(e){_$$_REQUIRE(_dependencyMap[5])(n,e);var t=_createSuper(n);function n(e,i,r,o,a,s){var c;return _$$_REQUIRE(_dependencyMap[2])(this,n),(c=t.call(this)).addEventListener=c.addListener,c.removeEventListener=c.off=c.removeListener,c.containers=[],c.conference=e,c.audioLevel=-1,c.type=a,c.track=r,c.videoType=s,c.handlers=new Map,c.disposed=!1,c._streamInactiveHandler=o,c._setStream(i),c}return _$$_REQUIRE(_dependencyMap[3])(n,[{key:"_addMediaStreamInactiveHandler",value:function(e){gi.isFirefox()?this.track.onended=e:this.stream.oninactive=e}},{key:"_attachTTFMTracker",value:function(e){}},{key:"_maybeFireTrackAttached",value:function(e){this.conference&&e&&this.conference._onTrackAttach(this,e)}},{key:"_onTrackAttach",value:function(e){}},{key:"_onTrackDetach",value:function(e){}},{key:"_setHandler",value:function(e,t){if(td.hasOwnProperty(e)){if(t?this.handlers.set(e,t):this.handlers.delete(e),this.stream)for(var n of this.stream.getTracks())n[td[e]]=t}else ed.error("Invalid handler type "+e)}},{key:"_setStream",value:function(e){if(this.stream!==e&&(this.stream=e,this.stream)){for(var t of this.handlers.keys())this._setHandler(t,this.handlers.get(t));this._streamInactiveHandler&&this._addMediaStreamInactiveHandler(this._streamInactiveHandler)}}},{key:"_unregisterHandlers",value:function(){if(this.stream){for(var e of this.handlers.keys())for(var t of this.stream.getVideoTracks())t[td[e]]=void 0;this._streamInactiveHandler&&this._addMediaStreamInactiveHandler(void 0)}else ed.warn(this+": unable to unregister handlers - no stream object")}},{key:"attach",value:function(e){var t=Promise.resolve();return this.stream&&(this._onTrackAttach(e),t=Zc.attachMediaStream(e,this.stream)),this.containers.push(e),this._maybeFireTrackAttached(e),this._attachTTFMTracker(e),t}},{key:"detach",value:function(e){for(var t=this,n=this.containers,i=n.length-1;i>=0;--i){var r=n[i];e||(this._onTrackDetach(r),Zc.attachMediaStream(r,null).catch(function(){ed.error("Detach for "+t+" failed!")})),e&&r!==e||n.splice(i,1)}e&&(this._onTrackDetach(e),Zc.attachMediaStream(e,null).catch(function(){ed.error("Detach for "+t+" failed!")}))}},{key:"dispose",value:function(){return this.removeAllListeners(),this.disposed=!0,Promise.resolve()}},{key:"getId",value:function(){return this.getStreamId()}},{key:"getMSID",value:function(){var e=this.getStreamId(),t=this.getTrackId();return e&&t?e+" "+t:null}},{key:"getOriginalStream",value:function(){return this.stream}},{key:"getSourceName",value:function(){}},{key:"getStreamId",value:function(){return this.stream?this.stream.id:null}},{key:"getTrack",value:function(){return this.track}},{key:"getTrackLabel",value:function(){return this.track.label}},{key:"getTrackId",value:function(){return this.track?this.track.id:null}},{key:"getType",value:function(){return this.type}},{key:"getUsageLabel",value:function(){return this.isAudioTrack()?"mic":this.videoType?this.videoType:"default"}},{key:"getVideoType",value:function(){return this.videoType}},{key:"isActive",value:function(){return void 0===this.stream.active||this.stream.active}},{key:"isAudioTrack",value:function(){return this.getType()===Ui.AUDIO}},{key:"isLocal",value:function(){throw new Error("Not implemented by subclass")}},{key:"isLocalAudioTrack",value:function(){return this.isAudioTrack()&&this.isLocal()}},{key:"isVideoTrack",value:function(){return this.getType()===Ui.VIDEO}},{key:"isWebRTCTrackMuted",value:function(){return this.track&&this.track.muted}},{key:"setAudioLevel",value:function(e,t){var n=e;gi.supportsReceiverStats()&&void 0!==t&&this.isMuted()&&(n=0),this.audioLevel!==n?(this.audioLevel=n,this.emit(Rt,n,t)):0===this.audioLevel&&0===n&&this.isLocal()&&!this.isWebRTCTrackMuted()&&this.emit(At,n)}},{key:"setAudioOutput",value:function(e){var t=this;return Zc.isDeviceChangeAvailable("output")?this.isVideoTrack()?Promise.resolve():Promise.all(this.containers.map(function(t){return t.setSinkId(e).catch(function(e){throw ed.warn("Failed to change audio output device on element. Default or previously set audio output device will be used.",t,e),e})})).then(function(){t.emit(Tt,e)}):Promise.reject(new Error("Audio output device change is not supported"))}},{key:"setSourceName",value:function(e){}}]),n})(mt()),id=(0,S.getLogger)("modules/RTC/JitsiLocalTrack.js"),rd=(function(e){_$$_REQUIRE(_dependencyMap[5])(n,e);var t=_createSuper(n);function n(e){var i;_$$_REQUIRE(_dependencyMap[2])(this,n);var r=e.deviceId,o=e.facingMode,a=e.mediaType,s=e.resolution,c=e.rtcId,d=e.sourceId,u=e.sourceType,l=e.stream,p=e.track,h=e.videoType,f=e.effects,m=void 0===f?[]:f;(i=t.call(this,null,l,p,function(){return i.emit(bt,_$$_REQUIRE(_dependencyMap[8])(i))},a,h))._setEffectInProgress=!1;var g=m.find(function(e){return e.isEnabled(_$$_REQUIRE(_dependencyMap[8])(i))});g&&i._startStreamEffect(g);var v=h===nr.VideoType.DESKTOP?p.getSettings().displaySurface:null;return i.metadata=Object.assign({timestamp:Date.now()},v?{displaySurface:v}:{}),i.rtcId=c,i.sourceId=d,i.sourceType=null!=u?u:v,i.resolution=p.getSettings().height,i.maxEnabledResolution=s,i._constraints=p.getConstraints(),Object.keys(i._constraints).length||h!==nr.VideoType.CAMERA||(i._constraints={height:p.getSettings().height,width:p.getSettings().width}),i.deviceId=r,i._prevSetMuted=Promise.resolve(),i._facingMode=o,i._trackEnded=!1,i._hasSentData=!1,i._testDataSent=!0,i._realDeviceId=""===i.deviceId?void 0:i.deviceId,i._sourceName=null,i._trackMutedTS=0,i._onDeviceListWillChange=function(e){var t=i._realDeviceId;i._setRealDeviceIdFromDeviceList(e),(void 0===i.getTrack().readyState&&void 0!==i._realDeviceId&&!e.find(function(e){return e.deviceId===i._realDeviceId})||void 0!==t&&void 0===i._realDeviceId)&&(i._trackEnded=!0)},i.isAudioTrack()&&Zc.isDeviceChangeAvailable("output")&&(i._onAudioOutputDeviceChanged=i.setAudioOutput.bind(_$$_REQUIRE(_dependencyMap[8])(i)),Zc.addListener(tr.default.AUDIO_OUTPUT_DEVICE_CHANGED,i._onAudioOutputDeviceChanged)),Zc.addListener(tr.default.DEVICE_LIST_WILL_CHANGE,i._onDeviceListWillChange),i._initNoDataFromSourceHandlers(),i}return _$$_REQUIRE(_dependencyMap[3])(n,[{key:"_addStreamToConferenceAsUnmute",value:function(){var e=this;return this.conference?new Promise(function(t,n){e.conference._addLocalTrackToPc(e).then(t,function(e){return n(new Error(e))})}):Promise.resolve()}},{key:"_fireNoDataFromSourceEvent",value:function(){var e=!this.isReceivingData();this.emit(kt,e),Yi.sendAnalytics((function(e,t){return{attributes:{media_type:e,value:t},action:"track.no.data.from.source",type:Qt.TYPE_OPERATIONAL}})(this.getType(),e)),Yi.sendLog(JSON.stringify({name:kt,log:e}))}},{key:"_initNoDataFromSourceHandlers",value:function(){var e=this;this._isNoDataFromSourceEventsEnabled()&&(this._setHandler("track_mute",function(){e._trackMutedTS=window.performance.now(),e._fireNoDataFromSourceEvent()}),this._setHandler("track_unmute",function(){e._fireNoDataFromSourceEvent(),Yi.sendAnalyticsAndLog(yn,{media_type:e.getType(),track_type:"local",value:window.performance.now()-e._trackMutedTS})}),this.isVideoTrack()&&this.videoType===nr.VideoType.CAMERA&&this._setHandler("track_ended",function(){e.isReceivingData()||e._fireNoDataFromSourceEvent()}))}},{key:"_isNoDataFromSourceEventsEnabled",value:function(){return!this.isVideoTrack()||this.videoType!==nr.VideoType.DESKTOP}},{key:"_queueSetMuted",value:function(e){var t=this._setMuted.bind(this,e);return this._prevSetMuted=this._prevSetMuted.then(t,t),this._prevSetMuted}},{key:"_removeStreamFromConferenceAsMute",value:function(e,t){this.conference?this.conference._removeLocalTrackFromPc(this).then(e,function(e){return t(new Error(e))}):e()}},{key:"_sendMuteStatus",value:function(e){this.conference&&this.conference._setTrackMuteStatus(this.getType(),this,e)&&this.conference.room.sendPresence()}},{key:"_setMuted",value:function(e){var t=this;if(this.isMuted()===e&&(this.videoType!==nr.VideoType.DESKTOP||!Hi.isMultiStreamSendSupportEnabled()))return Promise.resolve();if(this.disposed)return Promise.reject(new zt(Bt));var n=Promise.resolve(),i=function(){return id.info("Mute "+t+": "+e)},r=gi.isReactNative()?this.videoType===nr.VideoType.DESKTOP:gi.doesVideoMuteByStreamRemove();if(this.isAudioTrack()||this.videoType===nr.VideoType.DESKTOP&&!Hi.isMultiStreamSendSupportEnabled()||!r)i(),this._streamEffect&&this._streamEffect.setMuted?this._streamEffect.setMuted(e):this.track&&(this.track.enabled=!e);else if(e)n=new Promise(function(e,n){i(),t._removeStreamFromConferenceAsMute(function(){t._streamEffect&&t._stopStreamEffect(),t._unregisterHandlers(),t.stopStream(),t._setStream(null),e()},n)});else{i();var o={cameraDeviceId:this.getDeviceId(),devices:[Ui.VIDEO],effects:this._streamEffect?[this._streamEffect]:[],facingMode:this.getCameraFacingMode()};n=(n=Zc.obtainAudioAndVideoPermissions(Object.assign({},o,{constraints:{video:this._constraints}}))).then(function(e){var n=e.find(function(e){return e.track.kind===t.getType()});if(!n)throw new zt(Jt);return t._setStream(n.stream),t.track=n.track,t.videoType!==n.videoType&&(id.warn(t+": video type has changed after unmute!",t.videoType,n.videoType),t.videoType=n.videoType),t._streamEffect&&t._startStreamEffect(t._streamEffect),t.containers.map(function(e){return Zc.attachMediaStream(e,t.stream).catch(function(){id.error("Attach media failed for "+t+" on video unmute!")})}),t._addStreamToConferenceAsUnmute()})}return n.then(function(){t._sendMuteStatus(e),t.isVideoTrack()&&t.conference&&t.conference._sendBridgeVideoTypeMessage(t),t.emit(Ct,t)})}},{key:"_setRealDeviceIdFromDeviceList",value:function(e){var t=this,n=this.getTrack(),i=n.kind+"input",r=e.find(function(e){return e.kind===i&&e.label===n.label&&e.deviceId===t.deviceId});if(!r&&"default"===this._realDeviceId){var o=(n.label||"").replace("Default - ","");r=e.find(function(e){return e.kind===i&&e.label===o})}this._realDeviceId=r?r.deviceId:void 0}},{key:"_setStream",value:function(e){_$$_REQUIRE(_dependencyMap[10])(_$$_REQUIRE(_dependencyMap[0])(n.prototype),"_setStream",this).call(this,e),e?(this.storedMSID=this.getMSID(),id.debug("Setting new MSID: "+this.storedMSID+" on "+this)):id.debug("Setting 'null' stream on "+this)}},{key:"_startStreamEffect",value:function(e){this._streamEffect=e,this._originalStream=this.stream,this._setStream(this._streamEffect.startEffect(this._originalStream)),this.track=this.stream.getTracks()[0]}},{key:"_stopStreamEffect",value:function(){this._streamEffect&&(this._streamEffect.stopEffect(),this._setStream(this._originalStream),this._originalStream=null,this.track=this.stream?this.stream.getTracks()[0]:null)}},{key:"_switchCamera",value:function(){this.isVideoTrack()&&this.videoType===nr.VideoType.CAMERA&&"function"==typeof this.track._switchCamera&&(this.track._switchCamera(),this._facingMode=this._facingMode===Ds().ENVIRONMENT?Ds().USER:Ds().ENVIRONMENT)}},{key:"_switchStreamEffect",value:function(e){this._streamEffect&&(this._stopStreamEffect(),this._streamEffect=void 0),e&&this._startStreamEffect(e)}},{key:"dispose",value:(function(){var e=_$$_REQUIRE(_dependencyMap[9])(function*(){return this._streamEffect&&(yield this.setEffect()),this.conference&&(yield this.conference.removeTrack(this)),this.stream&&(this.stopStream(),this.detach()),Zc.removeListener(tr.default.DEVICE_LIST_WILL_CHANGE,this._onDeviceListWillChange),this._onAudioOutputDeviceChanged&&Zc.removeListener(tr.default.AUDIO_OUTPUT_DEVICE_CHANGED,this._onAudioOutputDeviceChanged),_$$_REQUIRE(_dependencyMap[10])(_$$_REQUIRE(_dependencyMap[0])(n.prototype),"dispose",this).call(this)});return function(){return e.apply(this,arguments)}})()},{key:"getCameraFacingMode",value:function(){if(this.isVideoTrack()&&this.videoType===nr.VideoType.CAMERA){var e,t,n=null===(e=(t=this.track).getSettings)||void 0===e?void 0:e.call(t);return n&&"facingMode"in n?n.facingMode:void 0!==this._facingMode?this._facingMode:Ds().USER}}},{key:"getDeviceId",value:function(){return this._realDeviceId||this.deviceId}},{key:"getDuration",value:function(){return Date.now()/1e3-this.metadata.timestamp/1e3}},{key:"getParticipantId",value:function(){return this.conference&&this.conference.myUserId()}},{key:"getSourceName",value:function(){return this._sourceName}},{key:"isEnded",value:function(){return this.isVideoTrack()&&this.isMuted()?this._trackEnded:"ended"===this.getTrack().readyState||this._trackEnded}},{key:"isLocal",value:function(){return!0}},{key:"isMuted",value:function(){return!this.stream||!(!this.isVideoTrack()||this.isActive())||(this._streamEffect&&this._streamEffect.isMuted?this._streamEffect.isMuted():!this.track||!this.track.enabled)}},{key:"isReceivingData",value:function(){return!(!this.isVideoTrack()||!this.isMuted()&&!this._stopStreamInProgress&&this.videoType!==nr.VideoType.DESKTOP)||!!this.stream&&(this._effectEnabled?this._originalStream:this.stream).getTracks().some(function(e){return!("readyState"in e&&"live"!==e.readyState||"muted"in e&&!0===e.muted)})}},{key:"mute",value:function(){return this._queueSetMuted(!0)}},{key:"onByteSentStatsReceived",value:function(e,t){var n=this;t>0&&(this._hasSentData=!0);var i=e.getConnectionState();this._testDataSent&&"connected"===i&&(setTimeout(function(){n._hasSentData||(id.warn(n+" 'bytes sent' <= 0: "+t),Yi.analytics.sendEvent(_n,{media_type:n.getType()}))},3e3),this._testDataSent=!1)}},{key:"setConference",value:function(e){this.conference=e;for(var t=0;t-1)e.sources[n][t.attribute]=t.value;else{var i={id:t.id};i[t.attribute]=t.value,e.sources.push(i)}}),delete e.ssrcs),void 0!==e.ssrcGroups&&Array.isArray(e.ssrcGroups)&&e.ssrcGroups.forEach(function(e){"string"==typeof e.ssrcs&&(e.ssrcs=e.ssrcs.split(" "))})}),t},cd=["audio","video","data"],dd=function(e){return e.find(function(e){return"SIM"===e.semantics})},ud=function(e){return e.find(function(e){return"FID"===e.semantics})};function ld(e,t,n,i){if(e&&t){var r=function(e){return i.find(function(t){return t.id.toString()===e})};t.ssrcs.forEach(function(t){e.sources.push(r(t));var i=n[parseInt(t,10)].find(function(e){return"FID"===e.semantics});if(i){var o=i.ssrcs.find(function(e){return e!==t});e.sources.push(r(o)),e.ssrcGroups.push(i)}}),e.ssrcGroups.push(t)}}function pd(e,t,n,i){if(e&&t){if(e.sources=[],e.ssrcGroups=[],!n[t.id])return e.sources.push(t),void(e.msid=t.msid);var r=dd(n[t.id]),o=ud(n[t.id]);if(r)ld(e,r,n,i);else if(o){var a=o.ssrcs.find(function(e){return e!==t}),s=dd(n[a]);s?ld(e,s,n,i):(o.ssrcs.forEach(function(t){e.sources.push((function(e){return i.find(function(t){return t.id.toString()===e})})(t))}),e.ssrcGroups.push(o))}e.msid=e.sources[0].msid}}function hd(e,t,n){if(!n.find(function(t){return!!t.sources&&t.sources.some(function(t){return t.id===e.id})})){if(!t[e.id])return!1;var i=dd(t[e.id]),r=ud(t[e.id]);return i?n.some(function(e){return e.sources&&e.sources.some(function(e){return e.id.toString()===i.ssrcs[0]})}):!(!r||e.id.toString()===r.ssrcs[0])&&hd({id:r.ssrcs[0]},t,n)}return!0}var fd,md=(function(){function e(){_$$_REQUIRE(_dependencyMap[2])(this,e)}return _$$_REQUIRE(_dependencyMap[3])(e,[{key:"toPlanB",value:function(e){if(!e||"string"!=typeof e.sdp)return console.warn("An empty description was passed as an argument."),e;var t=sd(e.sdp);if(!t.media||!t.media.length)return console.warn("The description has no media."),e;if(t.media.every(function(e){return-1!==cd.indexOf(e.mid)}))return console.warn("The description does not look like unified plan sdp"),e;var n={},i=t.media;t.media=[],i.forEach(function(e){var t=e.type;if("application"===t)return e.mid="data",void(n[e.mid]=e);if(void 0===n[t]){var i=fa(e);i.sources&&Array.isArray(i.sources)&&i.sources.forEach(function(t){e.msid?t.msid=e.msid:delete t.msid}),i.ssrcGroups&&e.msid||(i.ssrcGroups=[]),delete i.msid,i.mid=t,n[t]=i}else if(e.msid){var r=fa(e);r.sources&&Array.isArray(r.sources)&&(r.sources.forEach(function(t){t.msid=e.msid}),n[t].sources=(n[t].sources||[]).concat(r.sources)),void 0!==r.ssrcGroups&&Array.isArray(r.ssrcGroups)&&(n[t].ssrcGroups=(n[t].ssrcGroups||[]).concat(r.ssrcGroups))}}),t.media=Object.values(n);var r=[];Object.values(n).forEach(function(e){"inactive"!==e.direction&&r.push(e.mid)}),t.groups.forEach(function(e){"BUNDLE"===e.type&&(e.mids=r.join(" "))}),t.msidSemantic={semantic:"WMS",token:"*"};var o=ad(t);return new RTCSessionDescription({type:e.type,sdp:o})}},{key:"toUnifiedPlan",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null;if(!e||"string"!=typeof e.sdp)return console.warn("An empty description was passed as an argument."),e;var n=sd(e.sdp);if(!n.media||!n.media.length)return console.warn("The description has no media."),e;if(n.media.length>3||n.media.every(function(e){return-1===cd.indexOf(e.mid)}))return console.warn("The description does not look like plan-b"),e;var i=t?sd(t.sdp):null,r=(function(e,t){if(!e||!t||0===e.media.length||0===t.media.length)return!1;var n=e.media[0],i=t.media[0];return n.iceUfrag!==i.iceUfrag||n.icePwd!==i.icePwd})(n,i),o=n.media[0].iceUfrag,a=n.media[0].icePwd,s=n.media[0].fingerprint,c={};n.media.forEach(function(e){var t=e.type;if("application"!==t){var n=(function(e){var t={};return e&&Array.isArray(e)?(e.forEach(function(e){e.ssrcs&&Array.isArray(e.ssrcs)&&e.ssrcs.forEach(function(n){void 0===t[n]&&(t[n]=[]),t[n].push(e)})}),t):t})(e.ssrcGroups);if(e.sources)e.sources.forEach(function(t,r){if(t.msid){if(!i||!i.media){if(hd(t,n,Object.values(c)))return;var o=fa(e);return o.mid=Object.keys(c).length.toString(),o.direction=r||"sendonly"===e.direction?"sendonly":"sendrecv",o.bundleOnly=void 0,pd(o,t,n,e.sources),void(c[o.mid]=o)}if(!hd(t,n,i.media)){var a=fa(e);a.mid=i.media.length.toString(),a.direction="sendonly",pd(a,t,n,e.sources),i.media.push(a)}}});else if(!i){var r=fa(e);r.mid=Object.keys(c).length.toString(),c[e.mid]=r}}else{if(!i||!i.media){var o=fa(e);return o.mid=Object.keys(c).length.toString(),void(c[e.mid]=o)}var a=i.media.findIndex(function(e){return e.type===t});a&&(i.media[a]=e,i.media[a].mid=a)}}),n.media=i?i.media:Object.values(c);var d=[];n.media.forEach(function(e){d.push(e.mid),r&&(e.iceUfrag=o,e.icePwd=a,e.fingerprint=s)}),n.groups.forEach(function(e){"BUNDLE"===e.type&&(e.mids=d.join(" "))}),n.msidSemantic={semantic:"WMS",token:"*"},n.origin.sessionVersion++;var u=ad(n);return new RTCSessionDescription({type:e.type,sdp:u})}}]),e})();!(function(e){e.PEER_MUTED_CHANGED="signaling.peerMuted",e.PEER_VIDEO_TYPE_CHANGED="signaling.peerVideoType",e.SOURCE_MUTED_CHANGED="signaling.sourceMuted",e.SOURCE_UPDATED="signaling.sourceUpdated",e.SOURCE_VIDEO_TYPE_CHANGED="signaling.sourceVideoType"})(fd||(fd={}));var gd=fd.PEER_MUTED_CHANGED,vd=fd.PEER_VIDEO_TYPE_CHANGED,_d=fd.SOURCE_MUTED_CHANGED,yd=fd.SOURCE_UPDATED,Ed=fd.SOURCE_VIDEO_TYPE_CHANGED;function Sd(e,t,n){return e+"-"+t.substring(0,1)+n}function bd(e){var t=e.lastIndexOf("-")+1;if(t<=0)throw new Error("Invalid source name: "+e);var n=e.substr(t,1);for(var i of Object.values(Ui))if(i.substr(0,1)===n)return i;throw new Error("Invalid source name: "+e)}function Rd(e){var t=e.split("-"),n=Number(t[t.length-1].substring(1));if(Number.isNaN(n))throw new Error("Failed to parse track idx for source name: "+e);return n}var Td=(function(e){_$$_REQUIRE(_dependencyMap[5])(n,e);var t=_createSuper(n);function n(){return _$$_REQUIRE(_dependencyMap[2])(this,n),t.apply(this,arguments)}return _$$_REQUIRE(_dependencyMap[3])(n,[{key:"getPeerMediaInfo",value:function(e,t,n){throw new Error("not implemented")}},{key:"getPeerSourceInfo",value:function(e,t){throw new Error("not implemented")}},{key:"getSSRCOwner",value:function(e){throw new Error("not implemented")}},{key:"getTrackSourceName",value:function(e){throw new Error("not implemented")}},{key:"removeSSRCOwners",value:function(e){}},{key:"setSSRCOwner",value:function(e,t){}},{key:"setTrackMuteStatus",value:function(e,t){}},{key:"setTrackSourceName",value:function(e,t){}},{key:"setTrackVideoType",value:function(e,t){}},{key:"updateSsrcOwnersOnLeave",value:function(e){}}]),n})(Tr);function Cd(e){return parseInt(e.ssrcs.split(" ")[0],10)}function xd(e){return parseInt(e.ssrcs.split(" ")[1],10)}function kd(e){return e.ssrcs?e.ssrcs.map(function(e){return e.id}).filter(function(e,t,n){return n.indexOf(e)===t}).length:0}var Ad=(function(){function e(t){if(_$$_REQUIRE(_dependencyMap[2])(this,e),!t)throw new Error("mLine is undefined");this.mLine=t}return _$$_REQUIRE(_dependencyMap[3])(e,[{key:"ssrcs",get:function(){return this.mLine.ssrcs||(this.mLine.ssrcs=[]),this.mLine.ssrcs},set:function(e){this.mLine.ssrcs=e}},{key:"direction",get:function(){return this.mLine.direction},set:function(e){this.mLine.direction=e}},{key:"ssrcGroups",get:function(){return this.mLine.ssrcGroups||(this.mLine.ssrcGroups=[]),this.mLine.ssrcGroups},set:function(e){this.mLine.ssrcGroups=e}},{key:"getSSRCAttrValue",value:function(e,t){var n=this.ssrcs.find(function(n){return n.id===e&&n.attribute===t});return n&&n.value}},{key:"removeSSRC",value:function(e){this.mLine.ssrcs&&this.mLine.ssrcs.length&&(this.mLine.ssrcs=this.mLine.ssrcs.filter(function(t){return t.id!==e}))}},{key:"addSSRCAttribute",value:function(e){this.ssrcs.push(e)}},{key:"findGroup",value:function(e,t){return this.ssrcGroups.find(function(n){return n.semantics===e&&(!t||t===n.ssrcs)})}},{key:"findGroups",value:function(e){return this.ssrcGroups.filter(function(t){return t.semantics===e})}},{key:"findGroupByPrimarySSRC",value:function(e,t){return this.ssrcGroups.find(function(n){return n.semantics===e&&Cd(n)===t})}},{key:"findSSRCByMSID",value:function(e){return this.ssrcs.find(function(t){return"msid"===t.attribute&&(null===e||t.value===e)})}},{key:"getSSRCCount",value:function(){return kd(this.mLine)}},{key:"containsAnySSRCGroups",value:function(){return void 0!==this.mLine.ssrcGroups}},{key:"getPrimaryVideoSsrc",value:function(){var e=this.mLine.type;if("video"!==e)throw new Error("getPrimarySsrc doesn't work with '"+e+"'");if(1===kd(this.mLine))return this.mLine.ssrcs[0].id;if(this.mLine.ssrcGroups){var t=this.findGroup("SIM");if(t)return Cd(t);var n=this.findGroup("FID");if(n)return Cd(n);var i=this.findGroup("FEC-FR");if(i)return Cd(i)}}},{key:"getRtxSSRC",value:function(e){var t=this.findGroupByPrimarySSRC("FID",e);return t&&xd(t)}},{key:"getSSRCs",value:function(){return this.ssrcs.map(function(e){return e.id}).filter(function(e,t,n){return n.indexOf(e)===t})}},{key:"getPrimaryVideoSSRCs",value:function(){var e=this.mLine.type;if("video"!==e)throw new Error("getPrimaryVideoSSRCs doesn't work with "+e);var t=this.getSSRCs();for(var n of this.ssrcGroups)if("FID"===n.semantics||"FEC-FR"===n.semantics){var i=xd(n);t.splice(t.indexOf(i),1)}return t}},{key:"dumpSSRCGroups",value:function(){return JSON.stringify(this.mLine.ssrcGroups)}},{key:"removeGroupsWithSSRC",value:function(e){this.mLine.ssrcGroups&&(this.mLine.ssrcGroups=this.mLine.ssrcGroups.filter(function(t){return-1===t.ssrcs.indexOf(""+e)}))}},{key:"removeGroupsBySemantics",value:function(e){this.mLine.ssrcGroups&&(this.mLine.ssrcGroups=this.mLine.ssrcGroups.filter(function(t){return t.semantics!==e}))}},{key:"replaceSSRC",value:function(e,t){this.mLine.ssrcs&&this.mLine.ssrcs.forEach(function(n){n.id===e&&(n.id=t)})}},{key:"addSSRCGroup",value:function(e){this.ssrcGroups.push(e)}}]),e})(),Id=(function(){function e(t){_$$_REQUIRE(_dependencyMap[2])(this,e),this.parsedSDP=Ca.parse(t)}return _$$_REQUIRE(_dependencyMap[3])(e,[{key:"selectMedia",value:function(e){var t=this.parsedSDP.media.filter(function(t){return t.type===e}).map(function(e){return new Ad(e)});return null!=t?t:null}},{key:"toRawSDP",value:function(){return Ca.write(this.parsedSDP)}}]),e})(),wd=(0,S.getLogger)("modules/sdp/LocalSdpMunger.js"),Pd=(function(){function e(t,n){_$$_REQUIRE(_dependencyMap[2])(this,e),this.tpc=t,this.localEndpointId=n,this.audioSourcesToMsidMap=new Map,this.videoSourcesToMsidMap=new Map}return _$$_REQUIRE(_dependencyMap[3])(e,[{key:"_addMutedLocalVideoTracksToSDP",value:function(e){var t,n=this.tpc.getLocalTracks(Ui.VIDEO);if(!n.length)return!1;1!==n.length&&wd.error(this.tpc+" there is more than 1 video track ! Strange things may happen !",n);var i=null===(t=e.selectMedia(Ui.VIDEO))||void 0===t?void 0:t[0];if(!i)return wd.debug(this.tpc+" unable to hack local video track SDP- no \"video\" media"),!1;var r=!1;for(var o of n){var a=o.isMuted(),s=o.getOriginalStream(),c=o.videoType===nr.VideoType.CAMERA,d=s&&this.tpc.isMediaStreamInPc(s);if(c&&(a||!d)){var u=this.tpc.isSimulcastOn()?this.tpc.simulcast.ssrcCache:[this.tpc.sdpConsistency.cachedPrimarySsrc];if(u.length){r=!0,i.direction=Sa.SENDRECV;var l="injected-"+u[0];for(var p of u)i.removeSSRC(p),i.addSSRCAttribute({id:p,attribute:"cname",value:l}),i.addSSRCAttribute({id:p,attribute:"msid",value:o.storedMSID});if(u.length>1){var h={ssrcs:u.join(" "),semantics:"SIM"};i.findGroup(h.semantics,h.ssrcs)||i.addSSRCGroup(h)}this.tpc.options.disableRtx||this.tpc.rtxModifier.modifyRtxSsrcs2(i)}else wd.error("No SSRCs stored for: "+o+" in "+this.tpc)}}return r}},{key:"_generateMsidAttribute",value:function(e,t,n){if(!e||!t)return wd.error("Unable to munge local MSID - track id="+t+" or media type="+e+" is missing"),null;var i=this.tpc.id;return n+"-"+i+" "+t+"-"+i}},{key:"_transformMediaIdentifiers",value:function(e){var t,n,i,r,o,a=this,s=null===(t=e.mLine)||void 0===t?void 0:t.type,c=null===(n=e.mLine)||void 0===n?void 0:n.direction,d=null===(i=e.mLine)||void 0===i?void 0:i.msid,u=_$$_REQUIRE(_dependencyMap[4])(new Set(null===(r=e.mLine)||void 0===r||null===(o=r.ssrcs)||void 0===o?void 0:o.map(function(e){return e.id}))),l=this.localEndpointId+"-"+s,p=d&&d.split(" ")[1],h=function(t){var n=e.ssrcs.find(function(e){return e.id===t&&"msid"===e.attribute});if(n){var i=n.value.split(" ")[1];a._updateSourcesToMsidMap(s,l,i);var r=s===Ui.VIDEO?a.videoSourcesToMsidMap.get(i):a.audioSourcesToMsidMap.get(i);n.value=a._generateMsidAttribute(s,i,r)}else if(p){a._updateSourcesToMsidMap(s,l,p);var o=s===Ui.VIDEO?a.videoSourcesToMsidMap.get(p):a.audioSourcesToMsidMap.get(p),c=a._generateMsidAttribute(s,p,o);e.ssrcs.push({id:t,attribute:"msid",value:c})}};for(var f of u)h(f);e.ssrcs=e.ssrcs.filter(function(e){return"msid"===e.attribute}),!gi.isFirefox()||c!==Sa.RECVONLY&&c!==Sa.INACTIVE||(s!==Ui.VIDEO||this.tpc._hasHadVideoTrack)&&(s!==Ui.AUDIO||this.tpc._hasHadAudioTrack)||(e.ssrcs=void 0,e.ssrcGroups=void 0)}},{key:"_updateSourcesToMsidMap",value:function(e,t,n){if(e===Ui.VIDEO){if(!this.videoSourcesToMsidMap.has(n)){var i=t+"-"+this.videoSourcesToMsidMap.size;this.videoSourcesToMsidMap.set(n,i)}}else if(!this.audioSourcesToMsidMap.has(n)){var r=t+"-"+this.audioSourcesToMsidMap.size;this.audioSourcesToMsidMap.set(n,r)}}},{key:"maybeAddMutedLocalVideoTracksToSDP",value:function(e){if(!e)throw new Error("No local description passed in.");var t=new Id(e.sdp);return this._addMutedLocalVideoTracksToSDP(t)?new RTCSessionDescription({type:e.type,sdp:t.toRawSDP()}):e}},{key:"transformStreamIdentifiers",value:function(e){var t;if(!e||!e.sdp||!e.type)return e;var n=new Id(e.sdp),i=null===(t=n.selectMedia(Ui.AUDIO))||void 0===t?void 0:t[0];i&&(this._transformMediaIdentifiers(i),this._injectSourceNames(i));var r=n.selectMedia(Ui.VIDEO);for(var o of(Hi.isMultiStreamSendSupportEnabled()||r.splice(1),r))this._transformMediaIdentifiers(o),this._injectSourceNames(o);return this.tpc._usesUnifiedPlan||(this.audioSourcesToMsidMap.clear(),this.videoSourcesToMsidMap.clear()),new RTCSessionDescription({type:e.type,sdp:n.toRawSDP()})}},{key:"_injectSourceNames",value:function(e){var t,n,i,r=this,o=_$$_REQUIRE(_dependencyMap[4])(new Set(null===(t=e.mLine)||void 0===t||null===(n=t.ssrcs)||void 0===n?void 0:n.map(function(e){return e.id}))),a=null===(i=e.mLine)||void 0===i?void 0:i.type;if(!a)throw new Error("_transformMediaIdentifiers - no media type in mediaSection");var s=function(t){var n=e.ssrcs.find(function(e){return e.id===t&&"name"===e.attribute}),i=e.ssrcs.find(function(e){return e.id===t&&"msid"===e.attribute}).value.split(" ")[0].split("-"),o=i[i.length-2],s=Sd(r.localEndpointId,a,o);if(n||e.ssrcs.push({id:t,attribute:"name",value:s}),a===Ui.VIDEO){var c=null===(d=r.tpc.getLocalVideoTracks().find(function(e){return e.getSourceName()===s}))||void 0===d?void 0:d.getVideoType();c&&e.ssrcs.push({id:t,attribute:"videoType",value:c})}};for(var c of o){var d;s(c)}}}]),e})(),Md=(0,S.getLogger)("modules/sdp/RtxModifier.js");function Dd(e,t,n){var i=t.id,r=t.msid,o=t.cname,a=e.getRtxSSRC(i);a!==n&&(a&&(e.removeSSRC(a),e.removeGroupsWithSSRC(a)),e.addSSRCAttribute({id:n,attribute:"cname",value:o}),r&&e.addSSRCAttribute({id:n,attribute:"msid",value:r}),e.addSSRCGroup({semantics:"FID",ssrcs:i+" "+n}))}var Od,Nd=(function(){function e(){_$$_REQUIRE(_dependencyMap[2])(this,e),this.correspondingRtxSsrcs=new Map}return _$$_REQUIRE(_dependencyMap[3])(e,[{key:"clearSsrcCache",value:function(){this.correspondingRtxSsrcs.clear()}},{key:"setSsrcCache",value:function(e){Md.debug("Setting ssrc cache to ",e),this.correspondingRtxSsrcs=e}},{key:"modifyRtxSsrcs",value:function(e){var t=!1,n=new Id(e),i=n.selectMedia(Ui.VIDEO);if(null==i||!i.length)return Md.debug("No 'video' media found in the sdp: "+e),e;for(var r of i)this.modifyRtxSsrcs2(r)&&(t=!0);return t?n.toRawSDP():e}},{key:"modifyRtxSsrcs2",value:function(e){if(e.direction===Sa.RECVONLY)return!1;if(e.getSSRCCount()<1)return!1;var t=e.getPrimaryVideoSSRCs();for(var n of t){var i=e.getSSRCAttrValue(n,"msid"),r=e.getSSRCAttrValue(n,"cname"),o=this.correspondingRtxSsrcs.get(n);o||(o=e.getRtxSSRC(n)||Aa.generateSsrc(),this.correspondingRtxSsrcs.set(n,o)),Dd(e,{id:n,cname:r,msid:i},o)}return!0}},{key:"stripRtx",value:function(e){var t=new Id(e),n=t.selectMedia(Ui.VIDEO);if(null==n||!n.length)return Md.debug("No 'video' media found in the sdp: "+e),e;for(var i of n)if(i.direction!==Sa.RECVONLY&&i.getSSRCCount()&&i.containsAnySSRCGroups()){var r=i.findGroups("FID");for(var o of(i.removeGroupsBySemantics("FID"),r)){var a=xd(o);i.removeSSRC(a)}}return t.toRawSDP()}}]),e})(),Ld=(0,S.getLogger)("modules/sdp/SdpConsistency.js"),Ud=(function(){function e(t){_$$_REQUIRE(_dependencyMap[2])(this,e),this.clearVideoSsrcCache(),this.logPrefix=t}return _$$_REQUIRE(_dependencyMap[3])(e,[{key:"clearVideoSsrcCache",value:function(){this.cachedPrimarySsrc=null,this.injectRecvOnly=!1}},{key:"setPrimarySsrc",value:function(e){if("number"!=typeof e)throw new Error("Primary SSRC must be a number!");this.cachedPrimarySsrc=e}},{key:"hasPrimarySsrcCached",value:function(){return Boolean(this.cachedPrimarySsrc)}},{key:"makeVideoPrimarySsrcsConsistent",value:function(e){var t,n=new Id(e),i=null===(t=n.selectMedia(Ui.VIDEO))||void 0===t?void 0:t[0];if(!i)return Ld.debug(this.logPrefix+" no 'video' media found in the sdp: "+e),e;if("recvonly"===i.direction)this.cachedPrimarySsrc&&this.injectRecvOnly?i.addSSRCAttribute({id:this.cachedPrimarySsrc,attribute:"cname",value:"recvonly-"+this.cachedPrimarySsrc}):Ld.info(this.logPrefix+" no SSRC found for the recvonly video stream!");else{var r=i.getPrimaryVideoSsrc();if(!r)return Ld.info(this.logPrefix+" sdp-consistency couldn't parse new primary ssrc"),e;if(this.cachedPrimarySsrc){for(var o of(i.replaceSSRC(r,this.cachedPrimarySsrc),i.ssrcGroups))if("FID"===o.semantics){var a=Cd(o),s=xd(o);a===r&&(o.ssrcs=this.cachedPrimarySsrc+" "+s)}}else this.cachedPrimarySsrc=r;this.injectRecvOnly=!0}return n.toRawSDP()}}]),e})(),Fd=(function(){function e(t){_$$_REQUIRE(_dependencyMap[2])(this,e),this._options=t,this._ssrcCache=new Map,this._options.numOfLayers||(this._options.numOfLayers=3)}return _$$_REQUIRE(_dependencyMap[3])(e,[{key:"_fillSsrcsFromCache",value:function(e){var t=e.mid,n=this._ssrcCache.get(t),i=this._parseSimLayers(e),r=this._getSsrcAttribute(e,i[0],"msid"),o=this._getSsrcAttribute(e,i[0],"cname");for(var a of(e.ssrcs=[],e.ssrcGroups=[],n))e.ssrcs.push({id:a,attribute:"msid",value:r}),e.ssrcs.push({id:a,attribute:"cname",value:o});return e.ssrcGroups.push({semantics:"SIM",ssrcs:n.join(" ")}),e}},{key:"_generateNewSsrcsForSimulcast",value:function(e,t){var n=this._getSsrcAttribute(e,t,"cname"),i=this._getSsrcAttribute(e,t,"msid"),r=function(e,t){e.ssrcs.push({id:t,attribute:"cname",value:n}),e.ssrcs.push({id:t,attribute:"msid",value:i})};i||(i=e.msid,e.ssrcs.forEach(function(t){e.ssrcs.push({id:t.id,attribute:"msid",value:i})}));for(var o=[],a=0;a2||2===s.size&&0===c)){if(1===s.size){var u;d=Number(null===(u=n.ssrcs[0])||void 0===u?void 0:u.id)}else{var l=n.ssrcGroups.find(function(e){return"FID"===e.semantics});l&&(d=Number(l.ssrcs.split(" ")[0]))}if(this._ssrcCache.has(a))n=this._fillSsrcsFromCache(n);else{n=this._generateNewSsrcsForSimulcast(n,d);var p=this._parseSimLayers(n);this._ssrcCache.set(a,p)}}}}return new RTCSessionDescription({type:e.type,sdp:Ca.write(t)})}}]),e})();!(function(e){e.ACTIVE="active",e.INACTIVE="inactive",e.INTERRUPTED="interrupted",e.RESTORING="restoring"})(Od||(Od={}));var jd=(0,S.getLogger)("modules/connectivity/TrackStreamingStatus.ts"),Vd=(function(){function e(t,n,i,r){_$$_REQUIRE(_dependencyMap[2])(this,e),this.rtc=t,this.conference=n,this.track=i,this.restoringTimer=null,this.rtcMutedTimestamp=null,this.streamingStatusMap={},this.trackTimer=null,this.outOfForwardedSourcesTimeout="number"==typeof r.outOfForwardedSourcesTimeout?r.outOfForwardedSourcesTimeout:500,this.p2pRtcMuteTimeout="number"==typeof r.p2pRtcMuteTimeout?r.p2pRtcMuteTimeout:2500,this.rtcMuteTimeout="number"==typeof r.rtcMuteTimeout?r.rtcMuteTimeout:1e4,jd.info("RtcMuteTimeout set to: "+this.rtcMuteTimeout)}return _$$_REQUIRE(_dependencyMap[3])(e,[{key:"_getVideoFrozenTimeout",value:function(){var e=this.track.getSourceName();return this.rtc.isInForwardedSources(e)?this.rtcMuteTimeout:this.conference.isP2PActive()?this.p2pRtcMuteTimeout:this.outOfForwardedSourcesTimeout}},{key:"init",value:function(){this._onP2PStatus=this.figureOutStreamingStatus.bind(this),this.conference.on(R.P2P_STATUS,this._onP2PStatus),this._onUserLeft=this.onUserLeft.bind(this),this.conference.on(R.USER_LEFT,this._onUserLeft),gi.supportsVideoMuteOnConnInterrupted()&&(this._onTrackRtcMuted=this.onTrackRtcMuted.bind(this),this.rtc.addListener(tr.default.REMOTE_TRACK_MUTE,this._onTrackRtcMuted),this._onTrackRtcUnmuted=this.onTrackRtcUnmuted.bind(this),this.rtc.addListener(tr.default.REMOTE_TRACK_UNMUTE,this._onTrackRtcUnmuted),this._onSignallingMuteChanged=this.onSignallingMuteChanged.bind(this),this.track.on(Ct,this._onSignallingMuteChanged),this._onTrackVideoTypeChanged=this.onTrackVideoTypeChanged.bind(this),this.track.on(xt,this._onTrackVideoTypeChanged)),this._onForwardedSourcesChanged=this.onForwardedSourcesChanged.bind(this),this.conference.on(R.FORWARDED_SOURCES_CHANGED,this._onForwardedSourcesChanged),this._onLastNValueChanged=this.figureOutStreamingStatus.bind(this),this.rtc.on(tr.default.LASTN_VALUE_CHANGED,this._onLastNValueChanged)}},{key:"dispose",value:function(){gi.supportsVideoMuteOnConnInterrupted()&&(this.rtc.removeListener(tr.default.REMOTE_TRACK_MUTE,this._onTrackRtcMuted),this.rtc.removeListener(tr.default.REMOTE_TRACK_UNMUTE,this._onTrackRtcUnmuted),this.track.off(Ct,this._onSignallingMuteChanged),this.track.off(xt,this._onTrackVideoTypeChanged)),this.conference.off(R.FORWARDED_SOURCES_CHANGED,this._onForwardedSourcesChanged),this.conference.off(R.P2P_STATUS,this._onP2PStatus),this.conference.off(R.USER_LEFT,this._onUserLeft),this.rtc.removeListener(tr.default.LASTN_VALUE_CHANGED,this._onLastNValueChanged),this.clearTimeout(),this.clearRtcMutedTimestamp(),this.maybeSendTrackStreamingStatusEvent(Date.now()),this.figureOutStreamingStatus()}},{key:"_changeStreamingStatus",value:function(e){if(this.track.getTrackStreamingStatus()!==e){var t=this.track.getSourceName();this.track._setTrackStreamingStatus(e),jd.debug("Emit track streaming status("+Date.now()+") "+t+": "+e),Yi.sendLog(JSON.stringify({id:"track.streaming.status",track:t,status:e})),this.track.emit(It,this.track,e)}}},{key:"clearTimeout",value:function(){this.trackTimer&&(window.clearTimeout(this.trackTimer),this.trackTimer=null)}},{key:"clearRtcMutedTimestamp",value:function(){this.rtcMutedTimestamp=null}},{key:"isVideoTrackFrozen",value:function(){if(!gi.supportsVideoMuteOnConnInterrupted())return!1;var e=this.track.isWebRTCTrackMuted(),t=this.rtcMutedTimestamp,n=this._getVideoFrozenTimeout();return e&&"number"==typeof t&&Date.now()-t>=n}},{key:"figureOutStreamingStatus",value:function(){var t=this.track.getSourceName(),n=this.conference.isP2PActive(),i=this._isRestoringTimedout(),r=0===this.conference.getLastN(),o=this.track.isMuted()||r,a=this.isVideoTrackFrozen(),s=this.rtc.isInForwardedSources(t),c=n?e._getNewStateForP2PMode(o,a):e._getNewStateForJvbMode(s,i,o,a);c!==Od.RESTORING&&this._clearRestoringTimer(),jd.debug("Figure out conn status for "+t+", is video muted: "+o+" video track frozen: "+a+" p2p mode: "+n+" is in forwarded sources: "+s+" currentStatus => newStatus: "+this.track.getTrackStreamingStatus()+" => "+c);var d=this.streamingStatusMap||{};if(!("p2p"in d&&"streamingStatus"in d&&d.p2p===n&&d.streamingStatus===c)){var u=Date.now();this.maybeSendTrackStreamingStatusEvent(u),this.streamingStatusMap=Object.assign({},d,{streamingStatus:c,p2p:n,startedMs:u}),"videoType"in this.streamingStatusMap||(this.streamingStatusMap.videoType=this.track.getVideoType())}this._changeStreamingStatus(c)}},{key:"maybeSendTrackStreamingStatusEvent",value:function(e){var t=this.streamingStatusMap;t&&"startedMs"in t&&"videoType"in t&&"streamingStatus"in t&&"p2p"in t&&(t.value=e-t.startedMs,Yi.sendAnalytics((function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};return{type:Qt.TYPE_OPERATIONAL,source:"track.streaming.status",action:"duration",attributes:e}})(t)))}},{key:"onForwardedSourcesChanged",value:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[],t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:[],n=arguments.length>2?arguments[2]:void 0,i=this.track.getSourceName();gi.supportsVideoMuteOnConnInterrupted()||this.figureOutStreamingStatus(),e.includes(i)&&(this.track._clearEnteredForwardedSourcesTimestamp(),this._clearRestoringTimer(),gi.supportsVideoMuteOnConnInterrupted()&&this.figureOutStreamingStatus()),t.includes(i)&&(this.track._setEnteredForwardedSourcesTimestamp(n),gi.supportsVideoMuteOnConnInterrupted()&&this.figureOutStreamingStatus())}},{key:"_clearRestoringTimer",value:function(){var e=this.restoringTimer;e&&(clearTimeout(e),this.restoringTimer=null)}},{key:"_isRestoringTimedout",value:function(){var e=this,t=this.track._getEnteredForwardedSourcesTimestamp();return!!(t&&Date.now()-t>=1e4)||(this.restoringTimer||(this.restoringTimer=setTimeout(function(){return e.figureOutStreamingStatus()},1e4)),!1)}},{key:"_isCurrentTrack",value:function(e){return e.getSourceName()===this.track.getSourceName()}},{key:"onUserLeft",value:function(e){this.track.getParticipantId()===e&&(this.maybeSendTrackStreamingStatusEvent(Date.now()),this.streamingStatusMap={})}},{key:"onTrackRtcMuted",value:function(e){var t=this;if(this._isCurrentTrack(e)){var n=e.getSourceName();if(jd.debug("Detector track RTC muted: "+n,Date.now()),this.rtcMutedTimestamp=Date.now(),!e.isMuted()){this.clearTimeout();var i=this._getVideoFrozenTimeout();this.trackTimer=window.setTimeout(function(){jd.debug("Set track RTC muted for: "+n+" after the timeout of "+i+" ms"),t.clearTimeout(),t.figureOutStreamingStatus()},i)}}}},{key:"onTrackRtcUnmuted",value:function(e){if(this._isCurrentTrack(e)){var t=this.track.getSourceName();jd.debug("Detector track RTC unmuted: "+t,Date.now()),this.clearTimeout(),this.clearRtcMutedTimestamp(),this.figureOutStreamingStatus()}}},{key:"onSignallingMuteChanged",value:function(e){if(this._isCurrentTrack(e)){var t=this.track.getSourceName();jd.debug("Detector on track signalling mute changed: "+t,e.isMuted()),this.figureOutStreamingStatus()}}},{key:"onTrackVideoTypeChanged",value:function(e){var t=Date.now();this.maybeSendTrackStreamingStatusEvent(t),this.streamingStatusMap=Object.assign({},this.streamingStatusMap||{},{videoType:e,startedMs:t})}}],[{key:"_getNewStateForJvbMode",value:function(e,t,n,i){return n?Od.ACTIVE:gi.supportsVideoMuteOnConnInterrupted()?i?e?t?Od.INTERRUPTED:Od.RESTORING:Od.INACTIVE:Od.ACTIVE:e?Od.ACTIVE:Od.INACTIVE}},{key:"_getNewStateForP2PMode",value:function(e,t){return gi.supportsVideoMuteOnConnInterrupted()?e||!t?Od.ACTIVE:Od.INTERRUPTED:Od.ACTIVE}}]),e})(),Hd=n(5810).getLogger("modules/RTC/JitsiRemoteTrack.js"),Bd=n(9987),Jd=!1,$d=!1,Gd=["abort","canplaythrough","ended","error","stalled","suspend","waiting"],qd=(function(e){_$$_REQUIRE(_dependencyMap[5])(n,e);var t=_createSuper(n);function n(e,i,r,o,a,s,c,d,u,l,p){var h;if(_$$_REQUIRE(_dependencyMap[2])(this,n),(h=t.call(this,i,o,a,function(){},s,c)).rtc=e,"number"!=typeof d)throw new TypeError("SSRC "+d+" is not a number");return h.ssrc=d,h.ownerEndpointId=r,h.muted=u,h.isP2P=l,h._sourceName=p,h._trackStreamingStatus=null,h._trackStreamingStatusImpl=null,h._enteredForwardedSourcesTimestamp=null,h.addEventListener=h.on=h._addEventListener.bind(_$$_REQUIRE(_dependencyMap[8])(h)),h.removeEventListener=h.off=h._removeEventListener.bind(_$$_REQUIRE(_dependencyMap[8])(h)),Hd.debug("New remote track created: "+_$$_REQUIRE(_dependencyMap[8])(h)),h.hasBeenMuted=u,h.rtc&&h.track&&h._bindTrackHandlers(),h._containerHandlers={},Gd.forEach(function(e){h._containerHandlers[e]=h._containerEventHandler.bind(_$$_REQUIRE(_dependencyMap[8])(h),e)}),_$$_REQUIRE(_dependencyMap[1])(h)}return _$$_REQUIRE(_dependencyMap[3])(n,[{key:"_bindTrackHandlers",value:function(){var e=this;this.track.addEventListener("mute",function(){return e._onTrackMute()}),this.track.addEventListener("unmute",function(){return e._onTrackUnmute()}),this.track.addEventListener("ended",function(){Hd.debug("\"onended\" event("+Date.now()+"): "+e)})}},{key:"_addEventListener",value:function(e,t){_$$_REQUIRE(_dependencyMap[10])(_$$_REQUIRE(_dependencyMap[0])(n.prototype),"addListener",this).call(this,e,t),e===It&&this.listenerCount(It)&&!this._trackStreamingStatusImpl&&(this._initTrackStreamingStatus(),Hd.debug("Initializing track streaming status: "+this._sourceName))}},{key:"_removeEventListener",value:function(e,t){_$$_REQUIRE(_dependencyMap[10])(_$$_REQUIRE(_dependencyMap[0])(n.prototype),"removeListener",this).call(this,e,t),e!==It||this.listenerCount(It)||(this._disposeTrackStreamingStatus(),Hd.debug("Disposing track streaming status: "+this._sourceName))}},{key:"_onTrackMute",value:function(){Hd.debug("\"onmute\" event("+Date.now()+"): "+this),this.videoType!==nr.VideoType.DESKTOP?this.rtc.eventEmitter.emit(Bd.REMOTE_TRACK_MUTE,this):Hd.debug("Ignoring mute event on desktop tracks.")}},{key:"_onTrackUnmute",value:function(){Hd.debug("\"onunmute\" event("+Date.now()+"): "+this),this.rtc.eventEmitter.emit(Bd.REMOTE_TRACK_UNMUTE,this)}},{key:"dispose",value:function(){return this._disposeTrackStreamingStatus(),_$$_REQUIRE(_dependencyMap[10])(_$$_REQUIRE(_dependencyMap[0])(n.prototype),"dispose",this).call(this)}},{key:"setMute",value:function(e){this.muted!==e&&(e&&(this.hasBeenMuted=!0),this.stream&&(this.stream.muted=e),this.muted=e,this.emit(Ct,this))}},{key:"isMuted",value:function(){return this.muted}},{key:"getParticipantId",value:function(){return this.ownerEndpointId}},{key:"isLocal",value:function(){return!1}},{key:"getSSRC",value:function(){return this.ssrc}},{key:"getSourceName",value:function(){return this._sourceName}},{key:"setOwner",value:function(e){this.ownerEndpointId=e,this.emit(wt,e)}},{key:"setSourceName",value:function(e){this._sourceName=e}},{key:"_setVideoType",value:function(e){this.videoType!==e&&(this.videoType=e,this.emit(xt,e))}},{key:"_playCallback",value:function(){if(this.conference.room){var e=this.isVideoTrack()?"video":"audio",t=window.performance.now();Hd.info("(TIME) Render "+e+":\t",t),this.conference.getConnectionTimes()[e+".render"]=t;var n,i=window.connectionTimes["obtainPermissions.start"],r=window.connectionTimes["obtainPermissions.end"],o=isNaN(r)||isNaN(i)?0:r-i,a=t-(this.conference.getConnectionTimes()["session.initiate"]-this.conference.getConnectionTimes()["muc.joined"])-o;this.conference.getConnectionTimes()[e+".ttfm"]=a,Hd.info("(TIME) TTFM "+e+":\t",a),Yi.sendAnalytics((n={media_type:e,muted:this.hasBeenMuted,value:a},bn("ttfm",n)))}}},{key:"_attachTTFMTracker",value:function(e){Jd&&this.isAudioTrack()||$d&&this.isVideoTrack()||(this.isAudioTrack()&&(Jd=!0),this.isVideoTrack()&&($d=!0),e.addEventListener("canplay",this._playCallback.bind(this)))}},{key:"_onTrackAttach",value:function(e){var t=this;Gd.forEach(function(n){e.addEventListener(n,t._containerHandlers[n])})}},{key:"_onTrackDetach",value:function(e){var t=this;Gd.forEach(function(n){e.removeEventListener(n,t._containerHandlers[n])})}},{key:"_containerEventHandler",value:function(e){Hd.debug(e+" handler was called for a container with attached "+this)}},{key:"_getStatus",value:function(){var e=this.track,t=e.enabled,n=e.muted;return"readyState: "+e.readyState+", muted: "+n+", enabled: "+t}},{key:"_initTrackStreamingStatus",value:function(){var e=this.conference.options.config;this._trackStreamingStatus=Od.ACTIVE,this._trackStreamingStatusImpl=new Vd(this.rtc,this.conference,this,{p2pRtcMuteTimeout:e._p2pConnStatusRtcMuteTimeout,rtcMuteTimeout:e._peerConnStatusRtcMuteTimeout,outOfForwardedSourcesTimeout:e._peerConnStatusOutOfLastNTimeout}),this._trackStreamingStatusImpl.init(),!this._trackStreamingStatusImpl.isVideoTrackFrozen()&&this.rtc.eventEmitter.emit(It,this,this._trackStreamingStatus)}},{key:"_disposeTrackStreamingStatus",value:function(){this._trackStreamingStatusImpl&&(this._trackStreamingStatusImpl.dispose(),this._trackStreamingStatusImpl=null,this._trackStreamingStatus=null)}},{key:"_setTrackStreamingStatus",value:function(e){this._trackStreamingStatus=e}},{key:"getTrackStreamingStatus",value:function(){return this._trackStreamingStatus}},{key:"_clearEnteredForwardedSourcesTimestamp",value:function(){this._enteredForwardedSourcesTimestamp=null}},{key:"_setEnteredForwardedSourcesTimestamp",value:function(e){this._enteredForwardedSourcesTimestamp=e}},{key:"_getEnteredForwardedSourcesTimestamp",value:function(){return this._enteredForwardedSourcesTimestamp}},{key:"toString",value:function(){return"RemoteTrack[userID: "+this.getParticipantId()+", type: "+this.getType()+", ssrc: "+this.getSSRC()+", p2p: "+this.isP2P+", sourceName: "+this._sourceName+", status: {"+this._getStatus()+"}]"}}]),n})(nd),Qd=(0,S.getLogger)("modules/RTC/TPCUtils.js"),zd=25e5,Kd=["1","2","3"],Wd=(function(){function e(t){var n,i,r;_$$_REQUIRE(_dependencyMap[2])(this,e),this.pc=t;var o=null===(n=this.pc.options)||void 0===n||null===(i=n.videoQuality)||void 0===i?void 0:i.maxBitratesVideo,a={low:2e5,standard:7e5,high:zd,ssHigh:zd};this.videoBitrates=null!=o?o:a,this.encodingBitrates=null!==(r=this.videoBitrates.VP8)&&void 0!==r?r:this.videoBitrates}return _$$_REQUIRE(_dependencyMap[3])(e,[{key:"_getStreamEncodings",value:function(e){return this.pc.isSimulcastOn()&&e.isVideoTrack()?this._getVideoStreamEncodings(e.getVideoType()):e.isVideoTrack()?[{active:this.pc.videoTransferActive,maxBitrate:this.videoBitrates.high}]:[{active:this.pc.audioTransferActive}]}},{key:"_getVideoStreamEncodings",value:function(e){var t=e===nr.VideoType.DESKTOP&&this.encodingBitrates.ssHigh?this.encodingBitrates.ssHigh:this.encodingBitrates.high;return[{active:this.pc.videoTransferActive,maxBitrate:gi.isFirefox()?t:this.encodingBitrates.low,rid:"1",scaleResolutionDownBy:gi.isFirefox()?1:4},{active:this.pc.videoTransferActive,maxBitrate:this.encodingBitrates.standard,rid:"2",scaleResolutionDownBy:2},{active:this.pc.videoTransferActive,maxBitrate:gi.isFirefox()?this.encodingBitrates.low:t,rid:"3",scaleResolutionDownBy:gi.isFirefox()?4:1}]}},{key:"_updateSenderEncodings",value:function(e,t){var n,i=e.getParameters();if(null!=i&&null!==(n=i.encodings)&&void 0!==n&&n.length)for(var r of i.encodings)r.active=t;return e.setParameters(i)}},{key:"ensureCorrectOrderOfSsrcs",value:function(e){var t=Ca.parse(e.sdp);return t.media.forEach(function(e){if(e.type!==Ui.AUDIO&&e.ssrcGroups&&e.ssrcGroups.length){var t=[],n=new Set;e.ssrcGroups.map(function(e){return e.ssrcs.split(" ").filter(Boolean).forEach(function(e){return n.add(e)})}),n.forEach(function(n){var i=e.ssrcs.filter(function(e){return e.id.toString()===n});t=t.concat(i)}),e.ssrcs=t}}),new RTCSessionDescription({type:e.type,sdp:Ca.write(t)})}},{key:"findTransceiver",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null;return null!=t&&t.track&&t.getOriginalStream()?this.pc.peerconnection.getTransceivers().find(function(e){var n,i;return(null===(n=e.sender)||void 0===n||null===(i=n.track)||void 0===i?void 0:i.id)===t.getTrackId()}):this.pc.peerconnection.getTransceivers().find(function(t){var n,i;return(null===(n=t.receiver)||void 0===n||null===(i=n.track)||void 0===i?void 0:i.kind)===e})}},{key:"insertUnifiedPlanSimulcastReceive",value:function(e){if(gi.usesSdpMungingForSimulcast())return e;var t=Ca.parse(e.sdp),n=t.media.findIndex(function(e){return e.type===Ui.VIDEO});if(t.media[n].rids&&(t.media[n].simulcast_03||t.media[n].simulcast))return t.media.forEach(function(e,i){e.type===Ui.VIDEO&&i!==n&&(t.media[i].rids=void 0,t.media[i].simulcast=void 0,t.media[i].simulcast_03=void 0)}),new RTCSessionDescription({type:e.type,sdp:Ca.write(t)});t.media[n].rids=[{id:"1",direction:"recv"},{id:"2",direction:"recv"},{id:"3",direction:"recv"}];var i=gi.isFirefox()&&gi.isVersionGreaterThan(71)?"recv "+Kd.join(";"):"recv rid="+Kd.join(";");return t.media[n].simulcast_03={value:i},new RTCSessionDescription({type:e.type,sdp:Ca.write(t)})}},{key:"addTrack",value:function(e,t){var n=e.getTrack();if(t){var i=[];e.getOriginalStream()&&i.push(e.getOriginalStream());var r={direction:Sa.SENDRECV,streams:i,sendEncodings:[]};gi.isFirefox()||(r.sendEncodings=this._getStreamEncodings(e)),this.pc.peerconnection.addTransceiver(n,r)}else this.pc.peerconnection.addTrack(n)}},{key:"calculateEncodingsActiveState",value:function(e,t){var n=this,i=e.getTrack().getSettings().height,r=this._getVideoStreamEncodings(e.getVideoType());return r.map(function(e){return i/e.scaleResolutionDownBy}).map(function(i,o){var a,s=e.getVideoType()!==nr.VideoType.CAMERA||t>0&&4===(null===(a=r[o])||void 0===a?void 0:a.scaleResolutionDownBy)||i<=t;return e.getVideoType()===nr.VideoType.DESKTOP&&n.pc._capScreenshareBitrate&&n.pc.usesUnifiedPlan()&&!gi.isWebKitBased()&&1!==r[o].scaleResolutionDownBy&&(s=!1),s})}},{key:"calculateEncodingsBitrates",value:function(e){var t,n,i=this,r=e.getVideoType(),o=(null===(t=this.pc.options)||void 0===t||null===(n=t.videoQuality)||void 0===n?void 0:n.desktopBitrate)||5e5,a=e.getVideoType()===nr.VideoType.DESKTOP&&this.pc._capScreenshareBitrate&&!gi.isWebKitBased();return this._getVideoStreamEncodings(e.getVideoType()).map(function(e){return a?o:r===nr.VideoType.DESKTOP&&gi.isChromiumBased()&&!i.pc.usesUnifiedPlan()?void 0:e.maxBitrate})}},{key:"getConfiguredEncodeResolution",value:function(e){var t,n=e.getTrack().getSettings().height,i=this.pc.findSenderForTrack(e.getTrack()),r=0;if(!i)return null;var o=i.getParameters();if(null==o||null===(t=o.encodings)||void 0===t||!t.length)return null;var a=this.pc._capScreenshareBitrate?o.encodings.every(function(e){return e.active}):o.encodings.some(function(e){return!e.active});if(e.getVideoType()===nr.VideoType.DESKTOP&&a)return null;for(var s in o.encodings)if(o.encodings[s].active){var c=this.pc.isSimulcastOn()?this._getVideoStreamEncodings(e.getVideoType())[s].scaleResolutionDownBy:o.encodings[s].scaleResolutionDownBy;r=Math.max(r,n/c)}return r}},{key:"replaceTrack",value:function(e,t){var n,i,r,o=this,a=null!==(n=null==t?void 0:t.getType())&&void 0!==n?n:null==e?void 0:e.getType(),s=this.pc.getLocalTracks(a),c=null!==(i=null==t?void 0:t.getTrack())&&void 0!==i?i:null,d=Hi.isMultiStreamSendSupportEnabled()&&(null==s?void 0:s.length)&&!e&&t&&!s.find(function(e){return e===t});if(e&&!e.isMuted())r=this.pc.peerconnection.getTransceivers().find(function(t){return t.sender.track===e.getTrack()});else if(d)r=this.pc.peerconnection.getTransceivers().find(function(e){return e.receiver.track.kind===a&&e.direction===Sa.RECVONLY&&(o.pc.isP2P&&e.currentDirection===Sa.RECVONLY||e.currentDirection===Sa.INACTIVE&&!e.stopped)});else{var u;r=this.pc.peerconnection.getTransceivers().find(function(e){return e.receiver.track.kind===a});var l=null!==(u=null==t?void 0:t.getSourceName())&&void 0!==u?u:null==e?void 0:e.getSourceName();if(l){var p=Rd(l);if(this.pc.isP2P)r=this.pc.peerconnection.getTransceivers().filter(function(e){return e.receiver.track.kind===a})[p];else if(e){var h=this.pc._localTrackTransceiverMids.get(e.rtcId);r=this.pc.peerconnection.getTransceivers().find(function(e){return e.mid===h})}else p&&(r=this.pc.peerconnection.getTransceivers().filter(function(e){return e.receiver.track.kind===a&&e.direction!==Sa.RECVONLY})[p])}}return r?(Qd.debug(this.pc+" Replacing "+e+" with "+t),r.sender.replaceTrack(c).then(function(){return Promise.resolve(r)})):Promise.reject(new Error("Replace track failed - no transceiver for old: "+e+", new: "+t))}},{key:"setEncodings",value:function(e){var t,n,i=e.getType(),r=this.findTransceiver(i,e),o=null==r||null===(t=r.sender)||void 0===t?void 0:t.getParameters();return null!=o&&null!==(n=o.encodings)&&void 0!==n&&n.length?(o.encodings=this._getStreamEncodings(e),i===Ui.VIDEO?this.pc._updateVideoSenderParameters(function(){return r.sender.setParameters(o)}):r.sender.setParameters(o)):Promise.resolve()}},{key:"setMediaTransferActive",value:function(e,t){var n=this;Qd.info(this.pc+" "+(e?"Resuming":"Suspending")+" media transfer.");var i=this.pc.peerconnection.getSenders().filter(function(e){return Boolean(e.track)&&(!t||e.track.kind===t)}),r=[],o=function(t){t.track.kind===Ui.VIDEO?r.push(n.pc._updateVideoSenderParameters(function(){return n._updateSenderEncodings(t,e)})):r.push(n._updateSenderEncodings(t,e))};for(var a of i)o(a);return Promise.allSettled(r).then(function(e){var t=e.filter(function(e){return"rejected"===e.status}).map(function(e){return e.reason});return t.length?Promise.reject(new Error("Failed to change encodings on the RTCRtpSenders"+t.join(" "))):Promise.resolve()})}},{key:"updateEncodingsResolution",value:function(e,t){var n;if(gi.isWebKitBased()&&t.encodings&&Array.isArray(t.encodings)&&(n=t.encodings).every(function(e){return void 0!==e.scaleResolutionDownBy&&e.scaleResolutionDownBy===n[0].scaleResolutionDownBy})){var i=this._getVideoStreamEncodings(e.getVideoType());t.encodings.forEach(function(e,t){e.scaleResolutionDownBy=i[t].scaleResolutionDownBy})}}}]),e})(),Xd=(0,S.getLogger)("modules/RTC/TraceablePeerConnection.js");function Yd(e,t,i,r,o,a,s){var c=this;this.audioTransferActive=!(!0===s.startSilent),this._dtmfSender=void 0,this._dtmfTonesQueue=[],this.videoTransferActive=!0,this.rtc=e,this.id=t,this.isP2P=a,this.remoteTracks=new Map,this.localTracks=new Map,this._addedStreams=[],this.localSSRCs=new Map,this.remoteSSRCs=new Set,this.remoteSources=new Map,this.localUfrag=null,this.remoteUfrag=null,this._dtlsTransport=null,this.signalingLayer=i,this._peerVideoTypeChanged=this._peerVideoTypeChanged.bind(this),this.signalingLayer.on(vd,this._peerVideoTypeChanged),this._peerMutedChanged=this._peerMutedChanged.bind(this),this.signalingLayer.on(gd,this._peerMutedChanged),this.options=s,this.signalingLayer.on(_d,function(e,t){return c._sourceMutedChanged(e,t)}),this.signalingLayer.on(Ed,function(e,t){return c._sourceVideoTypeChanged(e,t)});var d=o||{};if(d.optional=d.optional||[],Array.isArray(d.optional)?d.optional.push({rtcStatsSFUP2P:this.isP2P}):Xd.warn("Optional param is not an array, rtcstats p2p data is omitted."),this.peerconnection=new RTCPeerConnection(r,d),this.tpcUtils=new Wd(this),this.updateLog=[],this.stats={},this.statsinterval=null,this._capScreenshareBitrate=this.options.capScreenshareBitrate,this._usesUnifiedPlan=s.usesUnifiedPlan,this.codecSettings=this.options.codecSettings,this._usesTransceiverCodecPreferences=gi.supportsCodecPreferences()&&this._usesUnifiedPlan,this._usesTransceiverCodecPreferences&&Xd.info("Using RTCRtpTransceiver#setCodecPreferences for codec selection"),this._usesUnifiedPlan&&(this._hasHadAudioTrack=!1,this._hasHadVideoTrack=!1),this.maxstats=s.maxstats,this.interop=new md,this._usesUnifiedPlan)this.simulcast=new Fd({numOfLayers:Kd.length});else{var u=n(6234);this.simulcast=new u({numOfLayers:Kd.length,explodeRemoteSimulcast:!1,usesUnifiedPlan:!1})}this.sdpConsistency=new Ud(this.toString()),this.localSdpMunger=new Pd(this,this.rtc.getLocalEndpointId()),this.eventEmitter=e.eventEmitter,this.rtxModifier=new Nd,this._senderVideoMaxHeight=2160,this._senderMaxHeights=new Map,this._localTrackTransceiverMids=new Map,this.trace=function(e,t){Xd.debug(e,t),c.updateLog.push({time:new Date,type:e,value:t||""})},this.onicecandidate=null,this.peerconnection.onicecandidate=function(e){c.trace("onicecandidate",JSON.stringify(e.candidate,null," ")),null!==c.onicecandidate&&c.onicecandidate(e)},this._usesUnifiedPlan?(this.onTrack=function(e){var t=e.streams[0];c._remoteTrackAdded(t,e.track,e.transceiver),t.addEventListener("removetrack",function(e){c._remoteTrackRemoved(t,e.track)})},this.peerconnection.addEventListener("track",this.onTrack)):(this.peerconnection.onaddstream=function(e){return c._remoteStreamAdded(e.stream)},this.peerconnection.onremovestream=function(e){return c._remoteStreamRemoved(e.stream)}),this.onsignalingstatechange=null,this.peerconnection.onsignalingstatechange=function(e){c.trace("onsignalingstatechange",c.signalingState),null!==c.onsignalingstatechange&&c.onsignalingstatechange(e)},this.oniceconnectionstatechange=null,this.peerconnection.oniceconnectionstatechange=function(e){c.trace("oniceconnectionstatechange",c.iceConnectionState),null!==c.oniceconnectionstatechange&&c.oniceconnectionstatechange(e)},this.onnegotiationneeded=null,this.peerconnection.onnegotiationneeded=function(e){c.trace("onnegotiationneeded"),null!==c.onnegotiationneeded&&c.onnegotiationneeded(e)},this.onconnectionstatechange=null,this.peerconnection.onconnectionstatechange=function(e){c.trace("onconnectionstatechange",c.connectionState),null!==c.onconnectionstatechange&&c.onconnectionstatechange(e)},this.ondatachannel=null,this.peerconnection.ondatachannel=function(e){c.trace("ondatachannel"),null!==c.ondatachannel&&c.ondatachannel(e)},this.maxstats&&(this.statsinterval=window.setInterval(function(){c.getStats().then(function(e){if("function"==typeof(null==e?void 0:e.result))for(var t=e.result(),n=function(e){var n=t[e];n.names().forEach(function(e){c._processStat(n,e,n.stat(e))})},i=0;ithis.maxstats&&(r.values.shift(),r.times.shift()),r.endTime=o};var Zd=function(e){return null==e?"":"type: "+e.type+"\r\n"+e.sdp};Yd.prototype.getConnectionState=function(){var e=this.peerconnection.iceConnectionState;return"completed"===e?"connected":e},Yd.prototype.getDesiredMediaDirection=function(e){var t=arguments.length>1&&void 0!==arguments[1]&&arguments[1],n=this.hasAnyTracksOfType(e);return this._usesUnifiedPlan?t?n?Sa.SENDRECV:Sa.SENDONLY:n?Sa.RECVONLY:Sa.INACTIVE:(e===Ui.AUDIO?this.audioTransferActive:this.videoTransferActive)?n?Sa.SENDRECV:Sa.RECVONLY:Sa.INACTIVE},Yd.prototype._getDesktopTrackMid=function(){var e=this.getLocalVideoTracks().find(function(e){return e.getVideoType()===nr.VideoType.DESKTOP});return e?Number(this._localTrackTransceiverMids.get(e.rtcId)):null},Yd.prototype._getReceiversByEndpointIds=function(e,t){var n=[];for(var i of e)n=n.concat(this.getRemoteTracks(i,t));var r=n.map(function(e){var t;return null===(t=e.track)||void 0===t?void 0:t.id});return this.peerconnection.getReceivers().filter(function(e){return e.track&&e.track.kind===t&&r.find(function(t){return t===e.track.id})})},Yd.prototype.isSimulcastOn=function(){return!this.options.disableSimulcast},Yd.prototype._peerVideoTypeChanged=function(e,t){if(e){var n=this.getRemoteTracks(e,Ui.VIDEO);n.length&&n[0]._setVideoType(t)}else Xd.error(this+" No endpointID on peerVideoTypeChanged")},Yd.prototype._peerMutedChanged=function(e,t,n){if(e){var i=this.getRemoteTracks(e,t);i.length&&i[0].setMute(n)}else Xd.error(this+" On peerMuteChanged - no endpoint ID")},Yd.prototype._sourceMutedChanged=function(e,t){var n=this.getRemoteTracks().find(function(t){return t.getSourceName()===e});n?n.setMute(t):Hi.isSsrcRewritingSupported()&&Xd.debug("Remote track not found for source="+e+", mute update failed!")},Yd.prototype._sourceVideoTypeChanged=function(e,t){var n=this.getRemoteTracks().find(function(t){return t.getSourceName()===e});n&&n._setVideoType(t)},Yd.prototype.getAudioLevels=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[],t={};return(e.length?this._getReceiversByEndpointIds(e,Ui.AUDIO):this.peerconnection.getReceivers().filter(function(e){return e.track&&e.track.kind===Ui.AUDIO&&e.track.enabled})).forEach(function(e){var n=e.getSynchronizationSources();n&&n.length&&(t[n[0].source]=n[0].audioLevel)}),t},Yd.prototype.doesTrueSimulcast=function(){return this.isSimulcastOn()&&this.getConfiguredVideoCodec()===ba.VP8},Yd.prototype.getLocalVideoSSRCs=function(e){var t,n,i,r=[];if(!e||!e.isVideoTrack())return r;var o=this.isSimulcastOn()?"SIM":"FID";return(null===(t=this.localSSRCs.get(e.rtcId))||void 0===t||null===(n=t.groups)||void 0===n||null===(i=n.find(function(e){return e.semantics===o}))||void 0===i?void 0:i.ssrcs)||r},Yd.prototype.getLocalTracks=function(e){var t=Array.from(this.localTracks.values());return void 0!==e&&(t=t.filter(function(t){return t.getType()===e})),t},Yd.prototype.getLocalVideoTracks=function(){return this.getLocalTracks(Ui.VIDEO)},Yd.prototype.hasAnyTracksOfType=function(e){if(!e)throw new Error('"mediaType" is required');return this.getLocalTracks(e).length>0},Yd.prototype.getRemoteTracks=function(e,t){var n=[],i=e?[e]:this.remoteTracks.keys();for(var r of i){var o=this.remoteTracks.get(r);if(o)for(var a of o.keys())t&&t!==a||(n=n.concat(Array.from(o.get(a))))}return n},Yd.prototype.getRemoteSourceInfoByParticipant=function(e){var t=[],n=this.getRemoteTracks(e);if(null==n||!n.length)return t;var i=n.map(function(e){return e.getSSRC()}),r=new Ia(this.remoteDescription.sdp);return i.forEach(function(e,n){for(var i of r.media){var o="",a=Aa.findLines(i,"a=ssrc:"+e);if(a.length){t[n]||(t[n]="");var s=Aa.findLines(i,"a=ssrc-group:FID "+e);if(s.length){var c=s[0].split(" ")[2];o+=s[0]+"\r\n",a=a.concat(Aa.findLines(i,"a=ssrc:"+c))}t[n]+=a.join("\r\n")+"\r\n",t[n]+=o}}}),t},Yd.prototype.getTargetVideoBitrates=function(){var e=this.getConfiguredVideoCodec();return this.tpcUtils.videoBitrates[e.toUpperCase()]||this.tpcUtils.videoBitrates},Yd.prototype.getTrackBySSRC=function(e){if("number"!=typeof e)throw new Error("SSRC "+e+" is not a number");for(var t of this.localTracks.values())if(this.getLocalSSRC(t)===e)return t;for(var n of this.getRemoteTracks())if(n.getSSRC()===e)return n;return null},Yd.prototype.getSsrcByTrackId=function(e){var t=function(t){return t.getTrack().id===e},n=this.getLocalTracks().find(t);if(n)return this.getLocalSSRC(n);var i=this.getRemoteTracks().find(t);return i?i.getSSRC():null},Yd.prototype._remoteStreamAdded=function(e){var t=this,n=e.id;if(au.isUserStreamById(n)){gi.isChromiumBased()&&(e.onaddtrack=function(n){t._remoteTrackAdded(e,n.track)},e.onremovetrack=function(n){t._remoteTrackRemoved(e,n.track)});var i=e.getAudioTracks();for(var r of i)this._remoteTrackAdded(e,r);var o=e.getVideoTracks();for(var a of o)this._remoteTrackAdded(e,a)}},Yd.prototype._remoteTrackAdded=function(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:null,i=e.id,r=t.kind;if(this.isP2P||au.isUserStreamById(i))if(Xd.info(this+" Received track event for remote stream[id="+i+",type="+r+"]"),r){var o,a=this._usesUnifiedPlan?new Ia(this.peerconnection.remoteDescription.sdp):new Ia(this.remoteDescription.sdp);if(this._usesUnifiedPlan)if(null!=n&&n.mid){var s=n.mid;o=a.media.find(function(e){return Aa.findLine(e,"a=mid:"+s)})}else o=a.media.find(function(e){var t=Aa.findLine(e,"a=msid:");return"string"==typeof t&&i===t.substring(7).split(" ")[0]});else o=a.media.find(function(e){return e.startsWith("m="+r)});if(o){var c=Aa.findLines(o,"a=ssrc:");if((c=c.filter(function(e){return-1!==e.indexOf("msid:"+i)})).length){var d=c[0].substring(7).split(" ")[0],u=Number(d),l=this.signalingLayer.getSSRCOwner(u);if(isNaN(u)||u<0)Ci.callErrorHandler(new Error("Invalid SSRC for remote stream[ssrc="+u+",id="+i+",type="+r+"]track creation failed!"));else if(l){var p=this.signalingLayer.getTrackSourceName(u),h=this.signalingLayer.getPeerMediaInfo(l,r,p),f=!0,m=r===Ui.VIDEO?nr.VideoType.CAMERA:void 0;h?(f=h.muted,m=h.videoType):Xd.info(this+": no source-info available for "+l+":"+p+", assuming default state"),this._createRemoteTrack(l,e,t,r,m,u,f,p)}else Ci.callErrorHandler(new Error("No SSRC owner known for remote stream[ssrc="+u+",id="+i+",type="+r+"]track creation failed!"))}else Ci.callErrorHandler(new Error("No SSRC lines found in remote SDP for remote stream[msid="+i+",type="+r+"]track creation failed!"))}else Ci.callErrorHandler(new Error("Matching media line not found in remote SDP for remote stream[id="+i+",type="+r+"],track creation failed!"))}else Ci.callErrorHandler(new Error("MediaType undefined for remote track, stream id: "+i+", track creation failed!"))},Yd.prototype._createRemoteTrack=function(e,t,n,i,r,o,a,s){Xd.info(this+" creating remote track[endpoint="+e+",ssrc="+o+",type="+i+",sourceName="+s+"]");var c=this.remoteTracks.get(e);c||((c=new Map).set(Ui.AUDIO,new Set),c.set(Ui.VIDEO,new Set),this.remoteTracks.set(e,c));var d=c.get(i);if(null!=d&&d.size&&Array.from(d).find(function(e){return e.getTrack()===n}))Xd.info(this+" ignored duplicated track event for track[endpoint="+e+",type="+i+"]");else{var u=new qd(this.rtc,this.rtc.conference,e,t,n,i,r,o,a,this.isP2P,s);d.add(u),this.eventEmitter.emit(tr.default.REMOTE_TRACK_ADDED,u,this)}},Yd.prototype._remoteStreamRemoved=function(e){if(au.isUserStream(e)){var t=e.getVideoTracks();for(var n of t)this._remoteTrackRemoved(e,n);var i=e.getAudioTracks();for(var r of i)this._remoteTrackRemoved(e,r)}else Xd.info("Ignored remote 'stream removed' event for stream[id="+e.id+"]")},Yd.prototype._remoteTrackRemoved=function(e,t){var n=e.id,i=null==t?void 0:t.id;if(au.isUserStreamById(n))if(n)if(i){var r=this.getRemoteTracks().find(function(e){return e.getStreamId()===n&&e.getTrackId()===i});r?this._removeRemoteTrack(r):Ci.callErrorHandler(new Error(this+" remote track removal failed - track not found"))}else Ci.callErrorHandler(new Error(this+" remote track removal failed - no track ID"));else Ci.callErrorHandler(new Error(this+" remote track removal failed - no stream ID"))},Yd.prototype.removeRemoteTracks=function(e){var t=[],n=this.remoteTracks.get(e);return n&&(t=(t=t.concat(Array.from(n.get(Ui.AUDIO)))).concat(Array.from(n.get(Ui.VIDEO))),this.remoteTracks.delete(e)),Xd.debug(this+" removed remote tracks[endpoint="+e+",count="+t.length),t},Yd.prototype._removeRemoteTrack=function(e){var t;Xd.info(this+" Removing remote track stream[id="+e.getStreamId()+",trackId="+e.getTrackId()+"]"),e.dispose();var n=e.getParticipantId();if(n||!Hi.isSsrcRewritingSupported()){var i=this.remoteTracks.get(n);i?null!==(t=i.get(e.getType()))&&void 0!==t&&t.delete(e)||Xd.error(this+" Failed to remove "+e+" - type mapping messed up ?"):Xd.error(this+" removeRemoteTrack: no remote tracks map for endpoint="+n),this.eventEmitter.emit(tr.default.REMOTE_TRACK_REMOVED,e)}},Yd.prototype._extractSSRCMap=function(e){var t=new Map,n=new Map;if("object"!=typeof e||null===e||"string"!=typeof e.sdp)return Xd.warn("An empty description was passed as an argument"),t;var i=Ca.parse(e.sdp);if(!Array.isArray(i.media))return t;var r=i.media;this._usesUnifiedPlan?r=r.filter(function(e){return e.direction===Sa.SENDONLY||e.direction===Sa.SENDRECV}):(r=[],[Ui.AUDIO,Ui.VIDEO].forEach(function(e){var t=i.media.find(function(t){return t.type===e});t&&r.push(t)}));var o=0;for(var a of r)if(Array.isArray(a.ssrcs)){if(Array.isArray(a.ssrcGroups)){for(var s of a.ssrcGroups)if(void 0!==s.semantics&&void 0!==s.ssrcs){var c=s.ssrcs.split(" ").map(function(e){return parseInt(e,10)}),d=c[0];s.ssrcs=c,n.has(d)||n.set(d,[]),n.get(d).push(s)}if(!a.ssrcGroups.find(function(e){return"SIM"===e.semantics})){var u=a.ssrcGroups.map(function(e){return e.ssrcs[0]});n.get(u[0]).push({semantics:"SIM",ssrcs:u})}}var l=a.ssrcs;for(var p of l=this._usesUnifiedPlan?l.filter(function(e){return"cname"===e.attribute}):l.filter(function(e){return"msid"===e.attribute})){var h=this._usesUnifiedPlan?a.type+"-"+o:p.value,f=p.id,m=t.get(h);if(m||(m={ssrcs:[],groups:[],msid:h},t.set(h,m)),m.ssrcs.push(f),n.has(f)){var g=n.get(f);for(var v of g)m.groups.push(v)}}a.type===Ui.VIDEO&&o++}return t},Yd.prototype.getLocalSSRC=function(e){var t=this._getSSRC(e.rtcId);return t&&t.ssrcs[0]},Yd.prototype._injectSsrcGroupForUnifiedSimulcast=function(e){var t=Ca.parse(e.sdp),n=t.media.find(function(e){return"video"===e.type});n.ssrcGroups=n.ssrcGroups||[];var i=n.ssrcGroups.filter(function(e){return"FID"===e.semantics});if(n.simulcast||n.simulcast_03){var r=[];if(i&&i.length?i.forEach(function(e){r.push(e.ssrcs.split(" ")[0])}):n.ssrcs.forEach(function(e){"msid"===e.attribute&&r.push(e.id)}),n.ssrcGroups.find(function(e){return"SIM"===e.semantics}))return e;for(var o=0;o1&&void 0!==arguments[1]&&arguments[1],i=e.rtcId;if(Xd.info(this+" adding "+e),this.localTracks.has(i))return Promise.reject(new Error(e+" is already in "+this));this.localTracks.set(i,e);var r=e.getOriginalStream();if(this._usesUnifiedPlan){Xd.debug(this+" TPC.addTrack using unified plan");try{this.tpcUtils.addTrack(e,n),e&&(e.isAudioTrack()?this._hasHadAudioTrack=!0:this._hasHadVideoTrack=!0)}catch(n){return Xd.error(this+" Adding track="+e+" failed: "+(null==n?void 0:n.message)),Promise.reject(n)}}else{if(r)this._addStream(r);else if(!gi.doesVideoMuteByStreamRemove()||e.isAudioTrack()||e.isVideoTrack()&&!e.isMuted())return Promise.reject(new Error(this+" no WebRTC stream for track="+e));if(gi.doesVideoMuteByStreamRemove()&&e.isVideoTrack()&&e.isMuted()){var o=this.generateNewStreamSSRCInfo(e);this.sdpConsistency.setPrimarySsrc(o.ssrcs[0]);var a=o.groups.find(function(e){return"SIM"===e.semantics});a&&this.simulcast.setSsrcCache(a.ssrcs);var s=o.groups.filter(function(e){return"FID"===e.semantics});if(s){var c=new Map;s.forEach(function(e){var t=e.ssrcs[0],n=e.ssrcs[1];c.set(t,n)}),this.rtxModifier.setSsrcCache(c)}}}var d=Promise.resolve();return gi.isFirefox()&&(d=d.then(function(){return r&&t.tpcUtils.setEncodings(e)})),d},Yd.prototype.addTrackToPc=function(e){var t=this;if(Xd.info(this+" Adding track="+e+" to PC"),!this._assertTrackBelongs("addTrackToPc",e))return Promise.reject("Track not found on the peerconnection");var n=e.getOriginalStream();return n?this._usesUnifiedPlan?this.tpcUtils.replaceTrack(null,e).then(function(){return e&&(e.isAudioTrack()?t._hasHadAudioTrack=!0:t._hasHadVideoTrack=!0),!1}):(this._addStream(n),Promise.resolve(!0)):(Xd.error(this+" Unable to add track="+e+" to PC - no WebRTC stream"),Promise.reject("Stream not found"))},Yd.prototype._addStream=function(e){this.peerconnection.addStream(e),this._addedStreams.push(e)},Yd.prototype._removeStream=function(e){this.peerconnection.removeStream(e),this._addedStreams=this._addedStreams.filter(function(t){return t!==e})},Yd.prototype._assertTrackBelongs=function(e,t){var n=this.localTracks.has(null==t?void 0:t.rtcId);return n||Xd.error(this+" "+e+": track="+t+" does not belong to pc"),n},Yd.prototype.getConfiguredVideoCodec=function(){var e,t=null===(e=this.peerconnection.localDescription)||void 0===e?void 0:e.sdp,n=ba.VP8;if(!t)return n;var i=Ca.parse(t).media.find(function(e){return e.type===Ui.VIDEO}).rtp[0].codec;return i?Object.values(ba).find(function(e){return e===i.toLowerCase()}):n},Yd.prototype.getConfiguredVideoCodecs=function(e){var t,n,i=null!==(t=null==e?void 0:e.sdp)&&void 0!==t?t:null===(n=this.peerconnection.localDescription)||void 0===n?void 0:n.sdp;if(!i)return[];var r=Ca.parse(i).media.find(function(e){return e.type===Ui.VIDEO}),o=new Set(r.rtp.filter(function(e){return"rtx"!==e.codec.toLowerCase()}).map(function(e){return e.codec.toLowerCase()}));return Array.from(o)},Yd.prototype.isVideoCodecDisabled=function(e){var t,n=null===(t=this.peerconnection.localDescription)||void 0===t?void 0:t.sdp;return!!n&&!Ca.parse(n).media.find(function(e){return e.type===Ui.VIDEO}).rtp.find(function(t){return t.codec===e})},Yd.prototype.setDesktopSharingFrameRate=function(e){var t=e<=5;this._capScreenshareBitrate=this.isSimulcastOn()&&t},Yd.prototype.setVideoCodecs=function(e){this.codecSettings&&null!=e&&e.length&&(this.codecSettings.codecList=e)},Yd.prototype.isMediaStreamInPc=function(e){return this._addedStreams.indexOf(e)>-1},Yd.prototype.removeTrack=function(e){var t=e.getOriginalStream();this.trace("removeStream",e.rtcId,t?t.id:void 0),this._assertTrackBelongs("removeStream",e)&&(this.localTracks.delete(e.rtcId),this.localSSRCs.delete(e.rtcId),t&&this.peerconnection.removeStream(t))},Yd.prototype.findSenderByKind=function(e){if(this.peerconnection.getSenders)return this.peerconnection.getSenders().find(function(t){return t.track&&t.track.kind===e})},Yd.prototype.findReceiverForTrack=function(e){return this.peerconnection.getReceivers().find(function(t){return t.track===e})},Yd.prototype.findSenderForTrack=function(e){if(this.peerconnection.getSenders)return this.peerconnection.getSenders().find(function(t){return t.track===e})},Yd.prototype.processLocalSdpForTransceiverInfo=function(e){var t,n=this,i=null===(t=this.peerconnection.localDescription)||void 0===t?void 0:t.sdp;i&&[Ui.AUDIO,Ui.VIDEO].forEach(function(t){var r=e.filter(function(e){return e.getType()===t}),o=Ca.parse(i).media.filter(function(e){return e.type===t});r.forEach(function(e,t){n._localTrackTransceiverMids.has(e.rtcId)||n._localTrackTransceiverMids.set(e.rtcId,o[t].mid.toString())})})},Yd.prototype.replaceTrack=function(e,t){var n=this;if(!e&&!t)return Xd.info(this+" replaceTrack called with no new track and no old track"),Promise.resolve();if(this._usesUnifiedPlan)return Xd.debug(this+" TPC.replaceTrack using unified plan"),this.tpcUtils.replaceTrack(e,t).then(function(i){var r;if(e&&(n.localTracks.delete(e.rtcId),n._localTrackTransceiverMids.delete(e.rtcId)),t&&(t.isAudioTrack()?n._hasHadAudioTrack=!0:n._hasHadVideoTrack=!0,n._localTrackTransceiverMids.set(t.rtcId,null==i||null===(r=i.mid)||void 0===r?void 0:r.toString()),n.localTracks.set(t.rtcId,t)),e&&t){var o=n.localSSRCs.get(e.rtcId);o&&(n.localSSRCs.delete(e.rtcId),n.localSSRCs.set(t.rtcId,o))}return i&&(i.direction=t||gi.isFirefox()?Sa.SENDRECV:Sa.RECVONLY),(gi.usesSdpMungingForSimulcast()||!t?Promise.resolve():n.tpcUtils.setEncodings(t)).then(function(){return n.isP2P})});Xd.debug(this+" TPC.replaceTrack using plan B");var i=Promise.resolve();return e&&this.removeTrack(e),t&&(i=this.addTrack(t)),i.then(function(){return!0})},Yd.prototype.removeTrackFromPc=function(e){var t=e.getOriginalStream();return this.trace("removeTrack",e.rtcId,t?t.id:null),this._assertTrackBelongs("removeTrack",e)?this._usesUnifiedPlan?this.tpcUtils.replaceTrack(e,null).then(function(){return!1}):t?(Xd.info(this+" Removing track="+e+" from PC"),this._removeStream(t),Promise.resolve(!0)):(Xd.error(this+" removeTrack - no WebRTC stream for track="+e),Promise.reject("Stream not found")):Promise.reject("Track not found in the peerconnection")},Yd.prototype.createDataChannel=function(e,t){return this.trace("createDataChannel",e,t),this.peerconnection.createDataChannel(e,t)},Yd.prototype._ensureSimulcastGroupIsLast=function(e){var t=e.sdp,n=t.indexOf("m=video"),i=t.indexOf("a=ssrc-group:SIM",n),r=t.lastIndexOf("a=ssrc-group");if(-1===i||-1===r||r===i)return e;var o=t.indexOf("\r\n",i),a=t.substring(i,o+2);r=(t=t.replace(a,"")).lastIndexOf("a=ssrc-group");var s=t.indexOf("\r\n",r);return t=t.slice(0,s)+"\r\n"+a.trim()+t.slice(s),new RTCSessionDescription({type:e.type,sdp:t})},Yd.prototype._adjustLocalMediaDirection=function(e){var t,n,i=new Id(e.sdp),r=!1,o=null===(t=i.selectMedia(Ui.AUDIO))||void 0===t?void 0:t[0];if(o){var a=this.getDesiredMediaDirection(Ui.AUDIO);o.direction!==a&&(o.direction=a,Xd.info(this+" Adjusted local audio direction to "+a),r=!0)}else Xd.warn(this+" No \"audio\" media found in the local description");var s=null===(n=i.selectMedia(Ui.VIDEO))||void 0===n?void 0:n[0];if(s){var c=this.getDesiredMediaDirection(Ui.VIDEO);s.direction!==c&&(s.direction=c,Xd.info(this+" Adjusted local video direction to "+c),r=!0)}else Xd.warn(this+" No \"video\" media found in the local description");return r?new RTCSessionDescription({type:e.type,sdp:i.toRawSDP()}):e},Yd.prototype._adjustRemoteMediaDirection=function(e){var t=this,n=new Id(e.sdp);return[Ui.AUDIO,Ui.VIDEO].forEach(function(e){var i=n.selectMedia(e),r=t.getLocalTracks(e).length,o=t.getRemoteTracks(null,e).length;i.forEach(function(e,t){e.direction=r&&r===o?Sa.SENDRECV:r||o?r?o?r>o?t?Sa.RECVONLY:Sa.SENDRECV:t?Sa.SENDONLY:Sa.SENDRECV:Sa.RECVONLY:Sa.SENDONLY:Sa.INACTIVE})}),new RTCSessionDescription({type:e.type,sdp:n.toRawSDP()})},Yd.prototype._mungeOpus=function(e){var t=this.options.audioQuality;if(!(null!=t&&t.enableOpusDtx||null!=t&&t.stereo||null!=t&&t.opusMaxAverageBitrate))return e;var n=Ca.parse(e.sdp),i=n.media;for(var r of i){if("audio"===r.type)if("continue"===(function(){var e=r.rtp.find(function(e){return e.codec===ba.OPUS}).payload;if(!e)return"continue";var n=r.fmtp.find(function(t){return t.payload===e});n||(n={payload:e,config:""});var i=Ca.parseParams(n.config),o=!1;if(null!=t&&t.stereo&&(i.stereo=1,o=!0),null!=t&&t.opusMaxAverageBitrate&&(i.maxaveragebitrate=t.opusMaxAverageBitrate,o=!0),!gi.isFirefox()&&null!=t&&t.enableOpusDtx&&(i.usedtx=1,o=!0),!o)return"continue";var a="";for(var s of Object.keys(i))a+=s+"="+i[s]+"; ";n.config=a.trim()})())continue}return new RTCSessionDescription({type:e.type,sdp:Ca.write(n)})},Yd.prototype._mungeInactive=function(e){var t=Ca.parse(e.sdp),n=t.media;for(var i of n)i.direction=Sa.INACTIVE,i.ssrcs=void 0,i.ssrcGroups=void 0;return new RTCSessionDescription({type:e.type,sdp:Ca.write(t)})},Yd.prototype._initializeDtlsTransport=function(){var e=this;if(this.peerconnection.getSenders&&!this._dtlsTransport){var t=this.peerconnection.getSenders();0!==t.length&&t[0].transport&&(this._dtlsTransport=t[0].transport,this._dtlsTransport.onerror=function(t){Xd.error(e+" DtlsTransport error: "+t)},this._dtlsTransport.onstatechange=function(){e.trace("dtlsTransport.onstatechange",e._dtlsTransport.state)})}},Yd.prototype._setVp9MaxBitrates=function(e){var t=arguments.length>1&&void 0!==arguments[1]&&arguments[1];if(!this.codecSettings)return e;var n=Ca.parse(e.sdp),i=t?Sa.RECVONLY:Sa.SENDONLY,r=n.media.filter(function(e){return e.type===Ui.VIDEO&&e.direction!==i});for(var o of r)if(this.codecSettings.codecList[0]===ba.VP9){var a=this.tpcUtils.videoBitrates.VP9||this.tpcUtils.videoBitrates,s=a.high?a.high:zd,c=a.ssHigh?a.ssHigh:zd,d=o.mid,u=Hi.isMultiStreamSendSupportEnabled()?d===this._getDesktopTrackMid():this._isSharingScreen(),l=Math.floor((u?c:s)/1e3);o.bandwidth=[{type:"AS",limit:l}]}else o.bandwidth=void 0;return new RTCSessionDescription({type:e.type,sdp:Ca.write(n)})},Yd.prototype.configureSenderVideoEncodings=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:null;if(!(this.isP2P||this.videoTransferActive&&this.audioTransferActive))return this.tpcUtils.setMediaTransferActive(!1);if(e)return this.setSenderVideoConstraints(this._senderMaxHeights.get(e.getSourceName()),e);var t=[];for(var n of this.getLocalVideoTracks())t.push(this.setSenderVideoConstraints(this._senderMaxHeights.get(n.getSourceName()),n));return Promise.allSettled(t)},Yd.prototype.setLocalDescription=function(e){var t=this,n=e;return this.trace("setLocalDescription::preTransform",Zd(n)),n=this._mungeOpus(n),this._usesUnifiedPlan||(n=this._adjustLocalMediaDirection(n),n=this._ensureSimulcastGroupIsLast(n)),n=this._mungeCodecOrder(n),n=this._setVp9MaxBitrates(n,!0),this.trace("setLocalDescription::postTransform",Zd(n)),new Promise(function(e,i){t.peerconnection.setLocalDescription(n).then(function(){t.trace("setLocalDescriptionOnSuccess");var i=Aa.getUfrag(n.sdp);i!==t.localUfrag&&(t.localUfrag=i,t.eventEmitter.emit(tr.default.LOCAL_UFRAG_CHANGED,t,i)),t._initializeDtlsTransport(),e()},function(e){t.trace("setLocalDescriptionOnFailure",e),t.eventEmitter.emit(tr.default.SET_LOCAL_DESCRIPTION_FAILED,e,t),i(e)})})},Yd.prototype.setRemoteDescription=function(e){var t=this,i=e;if(this.trace("setRemoteDescription::preTransform",Zd(e)),i=this._mungeOpus(i),this._usesUnifiedPlan){if(!this.isP2P){var r=this.peerconnection.remoteDescription;i=this.interop.toUnifiedPlan(i,r),this.trace("setRemoteDescription::postTransform (Unified)",Zd(i))}this.isSimulcastOn()&&(i=this.tpcUtils.insertUnifiedPlanSimulcastReceive(i),this.trace("setRemoteDescription::postTransform (sim receive)",Zd(i))),i=this.tpcUtils.ensureCorrectOrderOfSsrcs(i),this.trace("setRemoteDescription::postTransform (correct ssrc order)",Zd(i))}else this.isSimulcastOn()&&(i=this.simulcast.mungeRemoteDescription(i,!0),this.trace("setRemoteDescription::postTransform (simulcast)",Zd(i))),i=(function(e){if("object"!=typeof e||null===e||"string"!=typeof e.sdp)return Xd.warn("An empty description was passed as an argument"),e;var t=n(8310),i=t.parse(e.sdp);void 0!==i&&void 0!==i.media&&Array.isArray(i.media)&&i.media.forEach(function(e){var t=[],n=[];if(void 0!==e.ssrcGroups&&Array.isArray(e.ssrcGroups)&&e.ssrcGroups.forEach(function(e){void 0!==e.semantics&&"FID"===e.semantics&&void 0!==e.ssrcs&&t.push(Number(e.ssrcs.split(" ")[0]))}),Array.isArray(e.ssrcs)){var i;for(i=0;i=0&&(n.push(e.ssrcs[i]),delete e.ssrcs[i]);for(i=0;i0&&void 0!==arguments[0]?arguments[0]:[];if(!gi.isChrome()||!gi.isVersionGreaterThan(70))return e;var t=_$$_REQUIRE(_dependencyMap[4])(e);return e.filter(function(e){return"mslabel"===e.attribute&&"-"===e.value}).map(function(e){return e.id}).forEach(function(e){var n=t.find(function(t){return t.id===e&&"cname"===t.attribute});n.value=Sa.RECVONLY+"-"+e,(t=t.filter(function(t){return t.id!==e})).push(n)}),t})(n)}});var r=t.write(i);return new RTCSessionDescription({type:e.type,sdp:r})})(i);return i=this._mungeCodecOrder(i),i=this._setVp9MaxBitrates(i),this.trace("setRemoteDescription::postTransform (munge codec order)",Zd(i)),new Promise(function(e,n){t.peerconnection.setRemoteDescription(i).then(function(){t.trace("setRemoteDescriptionOnSuccess");var n=Aa.getUfrag(i.sdp);n!==t.remoteUfrag&&(t.remoteUfrag=n,t.eventEmitter.emit(tr.default.REMOTE_UFRAG_CHANGED,t,n)),t._initializeDtlsTransport(),e()},function(e){t.trace("setRemoteDescriptionOnFailure",e),t.eventEmitter.emit(tr.default.SET_REMOTE_DESCRIPTION_FAILED,e,t),n(e)})})},Yd.prototype.setSenderVideoConstraints=function(e,t){var n,i,r=this;if(e<0)throw new Error("Invalid frameHeight: "+e);if(!t)throw new Error("Local video track is missing");var o=t.getSourceName();if(!this.isP2P&&!this.videoTransferActive||t.isMuted())return this._senderMaxHeights.set(o,e),Promise.resolve();var a=this.tpcUtils.getConfiguredEncodeResolution(t);return t.getVideoType()===nr.VideoType.CAMERA&&a===e||t.getVideoType()===nr.VideoType.DESKTOP&&e>0&&a===(null===(n=t.getTrack())||void 0===n||null===(i=n.getSettings())||void 0===i?void 0:i.height)?Promise.resolve():(this._senderMaxHeights.set(o,e),this._updateVideoSenderParameters(function(){return r._updateVideoSenderEncodings(e,t)}))},Yd.prototype._updateVideoSenderParameters=function(e){var t=this._lastVideoSenderUpdatePromise.finally(e);return this._lastVideoSenderUpdatePromise=t,t},Yd.prototype._updateVideoSenderEncodings=function(e,t){var n,i=this,r=this.findSenderForTrack(t.getTrack());if(!r)return Promise.resolve();var o=r.getParameters();if(null==o||null===(n=o.encodings)||void 0===n||!n.length)return Promise.resolve();var a=t.getVideoType()===nr.VideoType.DESKTOP&&this._capScreenshareBitrate,s=a?"maintain-resolution":"maintain-framerate";o.degradationPreference=s,Xd.info(this+" Setting degradation preference [preference="+s+",track="+t),this.encodingsEnabledState=this.tpcUtils.calculateEncodingsActiveState(t,e);var c=this.tpcUtils.calculateEncodingsBitrates(t),d=t.getVideoType();if(this.isSimulcastOn()){for(var u in o.encodings){var l,p;o.encodings.hasOwnProperty(u)&&(o.encodings[u].active=this.encodingsEnabledState[u],gi.isFirefox()&&(o.encodings[u].degradationPreference=s),this.getConfiguredVideoCodec()===ba.VP8&&(null!==(l=this.options)&&void 0!==l&&null!==(p=l.videoQuality)&&void 0!==p&&p.maxBitratesVideo||a||this._usesUnifiedPlan)&&(o.encodings[u].maxBitrate=c[u]))}this.tpcUtils.updateEncodingsResolution(t,o)}else if(e>0){var h,f,m=1;if(d===nr.VideoType.CAMERA&&t.resolution>e&&(m=Math.floor(t.resolution/e)),o.encodings[0].active=!0,o.encodings[0].scaleResolutionDownBy=m,gi.isFirefox()&&(o.encodings[0].degradationPreference=s),this.getConfiguredVideoCodec()===ba.VP8&&null!==(h=this.options)&&void 0!==h&&null!==(f=h.videoQuality)&&void 0!==f&&f.maxBitratesVideo){var g,v,_,y=null===(g=this.getTargetVideoBitrates())||void 0===g?void 0:g.high;d===nr.VideoType.CAMERA&&(y=null!==(v=null===(_=this.tpcUtils._getVideoStreamEncodings(t.getVideoType()).find(function(e){return e.scaleResolutionDownBy===m}))||void 0===_?void 0:_.maxBitrate)&&void 0!==v?v:y),o.encodings[0].maxBitrate=y}else o.encodings[0].maxBitrate=void 0}else o.encodings[0].active=!1;return Xd.info(this+" setting max height="+e+",encodings="+JSON.stringify(o.encodings)),r.setParameters(o).then(function(){t.maxEnabledResolution=e,i.eventEmitter.emit(tr.default.LOCAL_TRACK_MAX_ENABLED_RESOLUTION_CHANGED,t)})},Yd.prototype.setVideoTransferActive=function(e){Xd.debug(this+" video transfer active: "+e);var t=this.videoTransferActive!==e;return this.videoTransferActive=e,t?this.tpcUtils.setMediaTransferActive(e,Ui.VIDEO):Promise.resolve()},Yd.prototype.sendTones=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:200,n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:200;if(!this._dtmfSender){if(this.peerconnection.getSenders){var i=this.peerconnection.getSenders().find(function(e){return e.dtmf});this._dtmfSender=i&&i.dtmf,this._dtmfSender&&Xd.info(this+" initialized DTMFSender using getSenders")}if(!this._dtmfSender){var r=Array.from(this.localTracks.values()).find(function(e){return e.isAudioTrack()});this.peerconnection.createDTMFSender&&r&&(this._dtmfSender=this.peerconnection.createDTMFSender(r.getTrack())),this._dtmfSender&&Xd.info(this+" initialized DTMFSender using deprecated createDTMFSender")}this._dtmfSender&&(this._dtmfSender.ontonechange=this._onToneChange.bind(this))}if(this._dtmfSender){if(this._dtmfSender.toneBuffer)return void this._dtmfTonesQueue.push({tones:e,duration:t,interToneGap:n});this._dtmfSender.insertDTMF(e,t,n)}else Xd.warn(this+" sendTones - failed to select DTMFSender")},Yd.prototype._onToneChange=function(e){if(this._dtmfSender&&""===e.tone&&this._dtmfTonesQueue.length){var t=this._dtmfTonesQueue.shift(),n=t.tones,i=t.duration,r=t.interToneGap;this._dtmfSender.insertDTMF(n,i,r)}},Yd.prototype.generateRecvonlySsrc=function(){var e=Aa.generateSsrc();Xd.info(this+" generated new recvonly SSRC="+e),this.sdpConsistency.setPrimarySsrc(e)},Yd.prototype.clearRecvonlySsrc=function(){Xd.info(this+" Clearing primary video SSRC!"),this.sdpConsistency.clearVideoSsrcCache()},Yd.prototype.close=function(){for(var e of(this.trace("stop"),this.signalingLayer.off(gd,this._peerMutedChanged),this.signalingLayer.off(vd,this._peerVideoTypeChanged),this._usesUnifiedPlan&&this.peerconnection.removeEventListener("track",this.onTrack),this.remoteTracks.values()))for(var t of e.values())for(var n of t)this._removeRemoteTrack(n);this.remoteTracks.clear(),this._addedStreams=[],this._dtmfSender=null,this._dtmfTonesQueue=[],this.rtc._removePeerConnection(this)||Xd.error(this+" RTC._removePeerConnection returned false"),null!==this.statsinterval&&(window.clearInterval(this.statsinterval),this.statsinterval=null),Xd.info(this+" Closing peerconnection"),this.peerconnection.close()},Yd.prototype.createAnswer=function(e){return this._createOfferOrAnswer(!1,e)},Yd.prototype.createOffer=function(e){return this._createOfferOrAnswer(!0,e)},Yd.prototype._createOfferOrAnswer=function(e,t){var n=this,i=e?"Offer":"Answer";this.trace("create"+i,JSON.stringify(t,null," "));var r,o=function(e,t,r){try{n.trace("create"+i+"OnSuccess::preTransform",Zd(e)),n._usesUnifiedPlan||(n.hasAnyTracksOfType(Ui.VIDEO)||n.sdpConsistency.hasPrimarySsrcCached()||n.generateRecvonlySsrc(),e=new RTCSessionDescription({type:e.type,sdp:n.sdpConsistency.makeVideoPrimarySsrcsConsistent(e.sdp)}),n.trace("create"+i+"OnSuccess::postTransform (make primary audio/video ssrcs consistent)",Zd(e)));var o=n.getLocalVideoTracks()[0];n.isSimulcastOn()&&gi.usesSdpMungingForSimulcast()&&((null==o?void 0:o.getVideoType())===nr.VideoType.CAMERA||n._usesUnifiedPlan)&&(e=n.simulcast.mungeLocalDescription(e),n.trace("create"+i+" OnSuccess::postTransform (simulcast)",Zd(e))),!n.options.disableRtx&&gi.usesSdpMungingForSimulcast()&&(e=new RTCSessionDescription({type:e.type,sdp:n.rtxModifier.modifyRtxSsrcs(e.sdp)}),n.trace("create"+i+"OnSuccess::postTransform (rtx modifier)",Zd(e)));var a=n._extractSSRCMap(e);n._processLocalSSRCsMap(a),t(e)}catch(t){n.trace("create"+i+"OnError",t),n.trace("create"+i+"OnError",Zd(e)),Xd.error(n+" create"+i+"OnError",t,Zd(e)),r(t)}},a=function(t,r){n.trace("create"+i+"OnFailure",t);var o=e?tr.default.CREATE_OFFER_FAILED:tr.default.CREATE_ANSWER_FAILED;n.eventEmitter.emit(o,t,n),r(t)};this._usesTransceiverCodecPreferences&&this.codecSettings&&(function(){var e=n.codecSettings,t=e.codecList,i=e.mediaType,o=n.peerconnection.getTransceivers().filter(function(e){var t,n;return e.receiver&&(null===(t=e.receiver)||void 0===t||null===(n=t.track)||void 0===n?void 0:n.kind)===i}),a=null===(r=RTCRtpReceiver.getCapabilities(i))||void 0===r?void 0:r.codecs;if(o.length&&a){var s=function(e){a.sort(function(t){return t.mimeType.toLowerCase()===i+"/"+e?-1:1})};for(var c of t.slice().reverse())s(c);for(var d of(gi.isChromiumBased()&&i===Ui.VIDEO&&(a=a.filter(function(e){return e.mimeType.toLowerCase()!==Ui.VIDEO+"/"+ba.ULPFEC})),o))d.setCodecPreferences(a)}})();return new Promise(function(i,r){(e?n.peerconnection.createOffer(t):n.peerconnection.createAnswer(t)).then(function(e){return o(e,i,r)},function(e){return a(e,r)})})},Yd.prototype._extractPrimarySSRC=function(e){return e&&e.groups&&e.groups.length?e.groups[0].ssrcs[0]:e&&e.ssrcs&&e.ssrcs.length?e.ssrcs[0]:null},Yd.prototype._processLocalSSRCsMap=function(e){for(var t of this.localTracks.values()){var n=Rd(t.getSourceName()),i=this._usesUnifiedPlan?t.getType()+"-"+n:t.storedMSID;if(e.has(i)){var r=e.get(i);if(!r)return void Xd.error(this+" No SSRC found for stream="+i);var o=this.localSSRCs.get(t.rtcId),a=this._extractPrimarySSRC(r),s=this._extractPrimarySSRC(o);a!==s&&(s&&Xd.error(this+" Overwriting SSRC for track="+t+"] with ssrc="+r),this.localSSRCs.set(t.rtcId,r),this.eventEmitter.emit(tr.default.LOCAL_TRACK_SSRC_UPDATED,t,a))}else t.isVideoTrack()||t.isMuted()||Xd.warn(this+" No SSRCs found in the local SDP for track="+t+", stream="+i)}},Yd.prototype.addRemoteSsrc=function(e){var t=this.remoteSSRCs.has(e);return t||this.remoteSSRCs.add(e),!t},Yd.prototype.addIceCandidate=function(e){return this.trace("addIceCandidate",JSON.stringify({candidate:e.candidate,sdpMid:e.sdpMid,sdpMLineIndex:e.sdpMLineIndex,usernameFragment:e.usernameFragment},null," ")),this.peerconnection.addIceCandidate(e)},Yd.prototype.getActiveSimulcastStreams=function(){var e,t=1;return this.isSimulcastOn()&&this.encodingsEnabledState?t=null===(e=this.encodingsEnabledState.filter(function(e){return Boolean(e)}))||void 0===e?void 0:e.length:this.isSimulcastOn()&&(t=Kd.length),t},Yd.prototype.getStats=function(){return this.peerconnection.getStats()},Yd.prototype.generateNewStreamSSRCInfo=function(e){var t=e.rtcId,n=this._getSSRC(t);if(n&&Xd.error(this+" Overwriting local SSRCs for track id="+t),!this.isSimulcastOn()||e.getVideoType()!==nr.VideoType.CAMERA&&this.isSharingLowFpsScreen())n={ssrcs:[Aa.generateSsrc()],groups:[]};else{n={ssrcs:[],groups:[]};for(var i=0;i0&&void 0!==arguments[0]?arguments[0]:[]).map(function(e){var t=e.sourceId,n=e.sourceType,i=e.stream,r=e.track,o=e.videoType,a=e.effects,s=r.getSettings(),c=s.deviceId,d=s.facingMode;return ru=Oi(ru),new rd({deviceId:c,facingMode:d,mediaType:r.kind,rtcId:ru,sourceId:t,sourceType:n,stream:i,track:r,videoType:o||null,effects:a})})}var au=(function(e){_$$_REQUIRE(_dependencyMap[5])(n,e);var t=_createSuper(n);function n(e){var i;_$$_REQUIRE(_dependencyMap[2])(this,n);var r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return(i=t.call(this)).conference=e,i.peerConnections=new Map,i.localTracks=[],i.options=r,i._channel=null,i._lastN=void 0,i._forwardedSources=null,i._forwardedSourcesChangeListener=i._onForwardedSourcesChanged.bind(_$$_REQUIRE(_dependencyMap[8])(i)),i._onDeviceListChanged=i._onDeviceListChanged.bind(_$$_REQUIRE(_dependencyMap[8])(i)),i._updateAudioOutputForAudioTracks=i._updateAudioOutputForAudioTracks.bind(_$$_REQUIRE(_dependencyMap[8])(i)),Zc.isDeviceChangeAvailable("output")&&(Zc.addListener(tr.default.AUDIO_OUTPUT_DEVICE_CHANGED,i._updateAudioOutputForAudioTracks),Zc.addListener(tr.default.DEVICE_LIST_CHANGED,i._onDeviceListChanged)),i}return _$$_REQUIRE(_dependencyMap[3])(n,[{key:"destroy",value:function(){Zc.removeListener(tr.default.AUDIO_OUTPUT_DEVICE_CHANGED,this._updateAudioOutputForAudioTracks),Zc.removeListener(tr.default.DEVICE_LIST_CHANGED,this._onDeviceListChanged),this._channelOpenListener&&this.removeListener(tr.default.DATA_CHANNEL_OPEN,this._channelOpenListener)}},{key:"initializeBridgeChannel",value:function(e,t){var n=this;this._channel=new Ps(e,t,this.eventEmitter,this.conference),this._channelOpenListener=function(){var e=function(e,t,n){xi().callErrorHandler(e),nu.error("Cannot send "+t+"("+JSON.stringify(n)+") endpoint message",e)};if(n._receiverVideoConstraints)try{n._channel.sendReceiverVideoConstraintsMessage(n._receiverVideoConstraints)}catch(t){e(t,"ReceiverVideoConstraints",n._receiverVideoConstraints)}if(void 0!==n._lastN&&-1!==n._lastN)try{n._channel.sendSetLastNMessage(n._lastN)}catch(t){e(t,"LastNChangedEvent",n._lastN)}},this.addListener(tr.default.DATA_CHANNEL_OPEN,this._channelOpenListener),this.addListener(tr.default.FORWARDED_SOURCES_CHANGED,this._forwardedSourcesChangeListener)}},{key:"_onDeviceListChanged",value:function(){this._updateAudioOutputForAudioTracks(Zc.getAudioOutputDevice())}},{key:"_onForwardedSourcesChanged",value:function(){var e,t,n=this,i=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[],r=this._forwardedSources||[],o=Date.now();this._forwardedSources=i,e=r.filter(function(e){return!n.isInForwardedSources(e)}),t=i.filter(function(e){return-1===r.indexOf(e)}),nu.debug("Fowarded sources changed leaving="+e+", entering="+t+" at "+o),this.conference.eventEmitter.emit(Se,e,t,o)}},{key:"onCallEnded",value:function(){this._channel&&(this._channel&&"websocket"===this._channel.mode&&this._channel.close(),this._channel=null)}},{key:"setDesktopSharingFrameRate",value:function(e){Zc.setDesktopSharingFrameRate(e)}},{key:"setReceiverVideoConstraints",value:function(e){this._receiverVideoConstraints=e,this._channel&&this._channel.isOpen()&&this._channel.sendReceiverVideoConstraintsMessage(e)}},{key:"sendSourceVideoType",value:function(e,t){this._channel&&this._channel.isOpen()&&this._channel.sendSourceVideoTypeMessage(e,t)}},{key:"createPeerConnection",value:function(e,t,n,i){var r=ma()(Zc.pcConstraints);i.enableInsertableStreams&&(nu.debug("E2EE - setting insertable streams constraints"),t.encodedInsertableStreams=!0),gi.isChromiumBased()&&!i.usesUnifiedPlan&&(nu.debug("WebRTC application is running in plan-b mode"),t.sdpSemantics="plan-b"),i.forceTurnRelay&&(t.iceTransportPolicy="relay"),t.bundlePolicy="max-bundle";var o=new Yd(this,iu=Oi(iu),e,t,r,n,i);return this.peerConnections.set(o.id,o),o}},{key:"_removePeerConnection",value:function(e){var t=e.id;return!!this.peerConnections.has(t)&&(this.peerConnections.delete(t),!0)}},{key:"addLocalTrack",value:function(e){if(!e)throw new Error("track must not be null nor undefined");this.localTracks.push(e),e.conference=this.conference}},{key:"getForwardedSources",value:function(){return this._forwardedSources}},{key:"getLocalVideoTrack",value:function(){var e=this.getLocalTracks(Ui.VIDEO);return e.length?e[0]:void 0}},{key:"getLocalVideoTracks",value:function(){return this.getLocalTracks(Ui.VIDEO)}},{key:"getLocalAudioTrack",value:function(){var e=this.getLocalTracks(Ui.AUDIO);return e.length?e[0]:void 0}},{key:"getLocalEndpointId",value:function(){return this.conference.myUserId()}},{key:"getLocalTracks",value:function(e){var t=this.localTracks.slice();return void 0!==e&&(t=t.filter(function(t){return t.getType()===e})),t}},{key:"getRemoteTracks",value:function(e){var t=[];for(var n of this.peerConnections.values()){var i=n.getRemoteTracks(void 0,e);i&&(t=t.concat(i))}return t}},{key:"setAudioMute",value:function(e){var t=[];return this.getLocalTracks(Ui.AUDIO).forEach(function(n){t.push(e?n.mute():n.unmute())}),Promise.all(t)}},{key:"setVideoMute",value:function(e){var t=[];return this.getLocalTracks(Ui.VIDEO).forEach(function(n){t.push(e?n.mute():n.unmute())}),Promise.all(t)}},{key:"removeLocalTrack",value:function(e){var t=this.localTracks.indexOf(e);-1!==t&&this.localTracks.splice(t,1)}},{key:"closeBridgeChannel",value:function(){this._channel&&(this._channel.close(),this._channel=null)}},{key:"setAudioLevel",value:function(e,t,n,i){var r=e.getTrackBySSRC(t);r&&(r.isAudioTrack()?(r.isLocal()!==i&&nu.error(r+" was expected to "+(i?"be":"not be")+" local"),r.setAudioLevel(n,e)):nu.warn("Received audio level for non-audio track: "+t))}},{key:"sendChannelMessage",value:function(e,t){if(!this._channel)throw new Error("Channel support is disabled!");this._channel.sendMessage(e,t)}},{key:"sendEndpointStatsMessage",value:function(e){this._channel&&this._channel.isOpen()&&this._channel.sendEndpointStatsMessage(e)}},{key:"setLastN",value:function(e){this._lastN!==e&&(this._lastN=e,this._channel&&this._channel.isOpen()&&this._channel.sendSetLastNMessage(e),this.eventEmitter.emit(tr.default.LASTN_VALUE_CHANGED,e))}},{key:"isInForwardedSources",value:function(e){return!this._forwardedSources||this._forwardedSources.indexOf(e)>-1}},{key:"_updateAudioOutputForAudioTracks",value:function(e){var t=this.getRemoteTracks(Ui.AUDIO);for(var n of t)n.setAudioOutput(e)}}],[{key:"createLocalTracks",value:function(e){return ou(e)}},{key:"obtainAudioAndVideoPermissions",value:function(e){return Zc.obtainAudioAndVideoPermissions(e).then(function(e){return ou(e)})}},{key:"addListener",value:function(e,t){Zc.addListener(e,t)}},{key:"removeListener",value:function(e,t){Zc.removeListener(e,t)}},{key:"init",value:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};return this.options=e,Zc.init(this.options)}},{key:"attachMediaStream",value:function(e,t){return Zc.attachMediaStream(e,t)}},{key:"isDeviceListAvailable",value:function(){return Zc.isDeviceListAvailable()}},{key:"isDeviceChangeAvailable",value:function(e){return Zc.isDeviceChangeAvailable(e)}},{key:"isWebRtcSupported",value:function(){return gi.isSupported()}},{key:"getAudioOutputDevice",value:function(){return Zc.getAudioOutputDevice()}},{key:"getCurrentlyAvailableMediaDevices",value:function(){return Zc.getCurrentlyAvailableMediaDevices()}},{key:"arePermissionsGrantedForAvailableDevices",value:function(){return Zc.arePermissionsGrantedForAvailableDevices()}},{key:"getEventDataForActiveDevice",value:function(e){return Zc.getEventDataForActiveDevice(e)}},{key:"setAudioOutputDevice",value:function(e){return Zc.setAudioOutputDevice(e)}},{key:"isUserStream",value:function(e){return n.isUserStreamById(e.id)}},{key:"isUserStreamById",value:function(e){return e&&"mixedmslabel"!==e&&"default"!==e}},{key:"enumerateDevices",value:function(e){Zc.enumerateDevices(e)}},{key:"stopMediaStream",value:function(e){Zc.stopMediaStream(e)}},{key:"isDesktopSharingEnabled",value:function(){return Zc.isDesktopSharingEnabled()}}]),n})(Tr);!(function(e){e.LOCAL_STATS_UPDATED="cq.local_stats_updated",e.REMOTE_STATS_UPDATED="cq.remote_stats_updated"})(tu||(tu={}));var su,cu=tu.LOCAL_STATS_UPDATED,du=tu.REMOTE_STATS_UPDATED,uu=n(6125),lu=n(3408).VideoType,pu=n(609).XMPPEvents,hu=(0,S.getLogger)("modules/connectivity/ConnectionQuality.js"),fu=[{width:1920,height:1080,layers:3,target:"high"},{width:1280,height:720,layers:3,target:"high"},{width:960,height:540,layers:3,target:"standard"},{width:640,height:360,layers:2,target:"standard"},{width:480,height:270,layers:2,target:"low"},{width:320,height:180,layers:1,target:"low"}],mu=800,gu=(function(){function e(t,n,i){var r,o=this;_$$_REQUIRE(_dependencyMap[2])(this,e),this.eventEmitter=n,this._conference=t,this._localStats={connectionQuality:100,jvbRTT:void 0},this._lastConnectionQualityUpdate=-1,this._options=i,this._remoteStats={},this._timeIceConnected=-1,this._timeVideoUnmuted=-1,(null===(r=this._options.config)||void 0===r?void 0:r.startBitrate)>0&&(mu=this._options.config.startBitrate),t.on(ie,function(){o._updateLocalConnectionQuality(0),o.eventEmitter.emit(cu,o._localStats),o._broadcastLocalStats()}),t.room.addListener(pu.ICE_CONNECTION_STATE_CHANGED,function(e,t){e.isP2P||"connected"!==t||(o._timeIceConnected=window.performance.now())}),t.on(le,function(e,t){"stats"===t.type&&o._updateRemoteStats(e.getId(),t.values)}),t.on(pe,function(e,t){o._updateRemoteStats(e.getId(),t)}),this._options.config.disableLocalStats||t.statistics.addConnectionStatsListener(this._updateLocalStats.bind(this)),t.on(Qe,function(e){e.isVideoTrack()&&(e.isMuted()?o._timeVideoUnmuted=-1:o._maybeUpdateUnmuteTime())}),t.on(Ge,function(e){e.isVideoTrack()&&!e.isMuted()&&o._maybeUpdateUnmuteTime()}),t.rtc.on(tr.LOCAL_TRACK_MAX_ENABLED_RESOLUTION_CHANGED,function(e){o._localStats.maxEnabledResolution=e.maxEnabledResolution}),t.on(Re,function(e){o._localStats.serverRegion=e}),t.on(Le,function(e){o._localStats.bridgeCount=Number((e||{})["bridge-count"])})}return _$$_REQUIRE(_dependencyMap[3])(e,[{key:"_maybeUpdateUnmuteTime",value:function(){this._timeVideoUnmuted<0&&(this._timeVideoUnmuted=window.performance.now())}},{key:"_calculateConnectionQuality",value:function(e,t,n){var i,r=uu[n],o=100;if(this._localStats.packetLoss&&(i=this._localStats.packetLoss.upload,t&&(i*=.5)),t||!r||e===lu.DESKTOP||this._timeIceConnected<0||this._timeVideoUnmuted<0)void 0===i?(hu.error("Cannot calculate connection quality, unknown packet loss."),o=100):o=i<=2?100:i<=4?70:i<=6?50:i<=8?30:i<=12?10:0;else{var a=this._conference.getActivePeerConnection();if(a){var s,c,d=a.isSimulcastOn(),u=a.getTargetVideoBitrates();u.codec=a.getConfiguredVideoCodec();var l=window.performance.now()-Math.max(this._timeVideoUnmuted,this._timeIceConnected),p=null!==(s=null===(c=this._options.config)||void 0===c?void 0:c.pcStatsInterval)&&void 0!==s?s:1e4,h=(function(e,t,n,i){var r=0,o=Math.min(t.height,t.width),a=fu.find(function(e){return e.height<=o});if(a&&e&&i.codec===ba.VP8){var s=function(){var e=o;if(!(a=fu.find(function(t){return t.height===e})))return"break";r+=i[a.target]};for(o=a.height;o>=180;o/=2){if("break"===s())break}}else a&&(r=i[a.target]);return Math.min(r/1e3,(function(e){return e>6e4?Number.MAX_SAFE_INTEGER:mu*Math.pow(1.08,e/1e3)})(Math.max(0,n-1e3)))})(d,r,l,u);h=Math.min(h,2500),l>p&&(o=100*this._localStats.bitrate.upload/h)}i&&i>=10&&(o=Math.min(o,30))}if(this._lastConnectionQualityUpdate>0){var f=this._localStats.connectionQuality,m=(window.performance.now()-this._lastConnectionQualityUpdate)/1e3;o=Math.min(o,f+2*m)}return Math.min(100,o)}},{key:"_updateLocalConnectionQuality",value:function(e){this._localStats.connectionQuality=e,this._lastConnectionQualityUpdate=window.performance.now()}},{key:"_broadcastLocalStats",value:function(){var e={bitrate:this._localStats.bitrate,packetLoss:this._localStats.packetLoss,connectionQuality:this._localStats.connectionQuality,jvbRTT:this._localStats.jvbRTT,serverRegion:this._localStats.serverRegion,maxEnabledResolution:this._localStats.maxEnabledResolution,avgAudioLevels:this._localStats.localAvgAudioLevels};try{this._conference.sendEndpointStatsMessage(e)}catch(e){}}},{key:"_updateLocalStats",value:function(e,t){if(!e.isP2P){var n=t.transport&&t.transport.length&&t.transport[0].rtt;this._localStats.jvbRTT=n||void 0}if(e===this._conference.getActivePeerConnection()){var i,r=!this._conference.isConnectionInterrupted(),o=this._conference.getLocalVideoTrack(),a=o?o.videoType:void 0,s=!o||o.isMuted(),c=o?Math.min(o.resolution,o.maxEnabledResolution):null;for(i in s||this._maybeUpdateUnmuteTime(),t)t.hasOwnProperty(i)&&(this._localStats[i]=t[i]);r&&this._updateLocalConnectionQuality(this._calculateConnectionQuality(a,s,c)),this.eventEmitter.emit(cu,this._localStats),this._broadcastLocalStats()}}},{key:"_updateRemoteStats",value:function(e,t){this._remoteStats[e]={bitrate:t.bitrate,packetLoss:t.packetLoss,connectionQuality:t.connectionQuality,jvbRTT:t.jvbRTT,serverRegion:t.serverRegion,maxEnabledResolution:t.maxEnabledResolution,avgAudioLevels:t.avgAudioLevels},this.eventEmitter.emit(du,e,this._remoteStats[e])}},{key:"getStats",value:function(){return this._localStats}}]),e})(),vu=(0,S.getLogger)("modules/connectivity/IceFailedHandling.js"),_u=(function(){function e(t){_$$_REQUIRE(_dependencyMap[2])(this,e),this._conference=t}return _$$_REQUIRE(_dependencyMap[3])(e,[{key:"_actOnIceFailed",value:function(){var e=this;if(this._conference.room){var t=this._conference.options.config,n=t.enableForcedReload,i=t.enableIceRestart,r=void 0!==i&&!i,o=this._conference.room.supportsRestartByTerminate(),a=o&&!i;if(vu.info("ICE failed, enableForcedReload: "+n+", enableIceRestart: "+i+", supports restart by terminate: "+o),r||!i&&!o||n){vu.info("ICE failed, but ICE restarts are disabled");var s=n?w:F;this._conference.eventEmitter.emit(X,s)}else{var c=this._conference.jvbJingleSession,d=c&&c.getIceConnectionState();c?"connected"===d?vu.info("ICE connection restored - not sending ICE failed"):(vu.info("Sending ICE failed - the connection did not recover, ICE state: "+d+", use 'session-terminate': "+a),a?this._conference.jvbJingleSession.terminate(function(){vu.info("session-terminate for ice restart - done")},function(t){vu.error("session-terminate for ice restart failed: reason="+t.reason+",message="+t.msg),e._conference.eventEmitter.emit(X,F)},{reason:"connectivity-error",reasonDescription:"ICE FAILED",requestRestart:!0,sendSessionTerminate:!0}):this._conference.jvbJingleSession.sendIceFailedNotification()):vu.warn("Not sending ICE failed - no JVB connection")}}}},{key:"start",value:function(){var e=this;this._conference.xmpp.ping(65e3).then(function(){e._canceled||(e._iceFailedTimeout=window.setTimeout(function(){e._iceFailedTimeout=void 0,e._actOnIceFailed()},2e3))},function(e){vu.error("PING error/timeout - not sending ICE failed",e)})}},{key:"cancel",value:function(){this._canceled=!0,window.clearTimeout(this._iceFailedTimeout)}}]),e})();!(function(e){e.DETECTOR_STATE_CHANGE="detector_state_change",e.AUDIO_INPUT_STATE_CHANGE="audio_input_state_changed",e.NO_AUDIO_INPUT="no_audio_input_detected",e.VAD_NOISY_DEVICE="detection.vad_noise_device",e.VAD_REPORT_PUBLISHED="vad-report-published",e.VAD_SCORE_PUBLISHED="detection.vad_score_published",e.VAD_TALK_WHILE_MUTED="detection.vad_talk_while_muted"})(su||(su={}));var yu=su.DETECTOR_STATE_CHANGE,Eu=su.AUDIO_INPUT_STATE_CHANGE,Su=su.NO_AUDIO_INPUT,bu=su.VAD_NOISY_DEVICE,Ru=su.VAD_REPORT_PUBLISHED,Tu=su.VAD_SCORE_PUBLISHED,Cu=su.VAD_TALK_WHILE_MUTED,xu=(function(e){_$$_REQUIRE(_dependencyMap[5])(n,e);var t=_createSuper(n);function n(e){var i;return _$$_REQUIRE(_dependencyMap[2])(this,n),(i=t.call(this))._conference=e,i._timeoutTrigger=null,i._hasAudioInput=null,e.on(Ge,i._trackAdded.bind(_$$_REQUIRE(_dependencyMap[8])(i))),i}return _$$_REQUIRE(_dependencyMap[3])(n,[{key:"_clearTriggerTimeout",value:function(){clearTimeout(this._timeoutTrigger),this._timeoutTrigger=null}},{key:"_handleAudioInputStateChange",value:function(e){var t=0!==e;null!==this._hasAudioInput&&this._hasAudioInput===t||(this._hasAudioInput=t,this.emit(Eu,this._hasAudioInput))}},{key:"_handleNoAudioInputDetection",value:function(e){var t=this;this._eventFired||(0!==e||this._timeoutTrigger?0!==e&&this._timeoutTrigger&&this._clearTriggerTimeout():this._timeoutTrigger=setTimeout(function(){t._eventFired=!0,t.emit(Su)},4e3))}},{key:"_audioLevel",value:function(e,t,n,i){if(i&&this._audioTrack){var r=e.localSSRCs.get(this._audioTrack.rtcId);r&&r.ssrcs.includes(t)&&(this._handleAudioInputStateChange(n),this._handleNoAudioInputDetection(n))}}},{key:"_trackAdded",value:function(e){var t=this;e.isLocalAudioTrack()&&(this._audioTrack=e,this._eventFired=!1,this._clearTriggerTimeout(),e.on(At,function(e){t._handleNoAudioInputDetection(e)}),e.on(Rt,function(e){t._handleNoAudioInputDetection(e),t._handleAudioInputStateChange(e)}))}}]),n})(mt()),ku=(function(){function e(t){_$$_REQUIRE(_dependencyMap[2])(this,e),this.conference=t,t.addEventListener(qe,this._audioLevel.bind(this)),this.myUserID=this.conference.myUserId()}return _$$_REQUIRE(_dependencyMap[3])(e,[{key:"_audioLevel",value:function(e,t){!this.conference.isP2PActive()||t<=.6||e===this.myUserID&&this.conference.getLocalAudioTrack().isMuted()||this.conference.rtc.eventEmitter.emit(tr.default.DOMINANT_SPEAKER_CHANGED,e)}}]),e})();function Au(e){var t=window.AudioContext||window.webkitAudioContext;if(t)return new t(e)}var Iu,wu=(function(e){_$$_REQUIRE(_dependencyMap[5])(n,e);var t=_createSuper(n);function n(e,i,r){var o;return _$$_REQUIRE(_dependencyMap[2])(this,n),(o=t.call(this))._procNodeSampleRate=e,o._vadProcessor=i,o._localTrack=r,o._bufferResidue=new Float32Array([]),o._audioContext=Au({sampleRate:i.getRequiredPCMFrequency()}),o._vadSampleSize=i.getSampleLength(),o._onAudioProcess=o._onAudioProcess.bind(_$$_REQUIRE(_dependencyMap[8])(o)),o._initializeAudioContext(),o}return _$$_REQUIRE(_dependencyMap[3])(n,[{key:"_initializeAudioContext",value:function(){this._audioSource=this._audioContext.createMediaStreamSource(this._localTrack.stream),this._audioProcessingNode=this._audioContext.createScriptProcessor(this._procNodeSampleRate,1,1)}},{key:"_onAudioProcess",value:function(e){for(var t=e.inputBuffer.getChannelData(0),n=[].concat(_$$_REQUIRE(_dependencyMap[4])(this._bufferResidue),_$$_REQUIRE(_dependencyMap[4])(t)),i=Date.now(),r=0;r+this._vadSampleSize.04&&(this.emit(bu),this._setActiveState(!1)),this.reset()}},{key:"_recordValues",value:function(e,t){this._scoreArray.push(e),this._audioLvlArray.push(t)}},{key:"_setActiveState",value:function(e){this._active=e,this.emit(yu,this._active)}},{key:"changeMuteState",value:function(e){this._setActiveState(!e),this.reset()}},{key:"isActive",value:function(){return this._active}},{key:"reset",value:function(){this._processing=!1,this._scoreArray=[],this._audioLvlArray=[],clearTimeout(this._processTimeout)}},{key:"processVADScore",value:function(e){if(this._active)if(this._processing){var t=Li(e.pcmData);this._recordValues(e.score,Ni(t))}else if(e.score<.2){var n=Ni(Li(e.pcmData));n>.02&&(this._processing=!0,this._recordValues(e.score,n),this._processTimeout=setTimeout(this._calculateNoisyScore,1500))}}}]),n})(ft.EventEmitter),Ou=(function(e){_$$_REQUIRE(_dependencyMap[5])(n,e);var t=_createSuper(n);function n(){var e;return _$$_REQUIRE(_dependencyMap[2])(this,n),(e=t.call(this))._processing=!1,e._scoreArray=[],e._active=!1,e._calculateVADScore=e._calculateVADScore.bind(_$$_REQUIRE(_dependencyMap[8])(e)),e}return _$$_REQUIRE(_dependencyMap[3])(n,[{key:"_calculateVADScore",value:function(){Ni(this._scoreArray)>.6&&(this.emit(Cu),this._setActiveState(!1)),this.reset()}},{key:"_setActiveState",value:function(e){this._active=e,this.emit(yu,this._active)}},{key:"changeMuteState",value:function(e){this._setActiveState(e),this.reset()}},{key:"isActive",value:function(){return this._active}},{key:"processVADScore",value:function(e){this._active&&(this._processing?this._scoreArray.push(e.score):e.score>.9&&(this._processing=!0,this._scoreArray.push(e.score),this._processTimeout=setTimeout(this._calculateVADScore,700)))}},{key:"reset",value:function(){this._processing=!1,this._scoreArray=[],clearTimeout(this._processTimeout)}}]),n})(ft.EventEmitter);(Iu||(Iu={})).E2E_RTT_CHANGED="e2eping.e2e_rtt_changed";var Nu,Lu,Uu,Fu=Iu.E2E_RTT_CHANGED,ju=(0,S.getLogger)("modules/e2eping/e2eping.js"),Vu="e2e-ping-request",Hu="e2e-ping-response",Bu=(function(){function e(t,n){_$$_REQUIRE(_dependencyMap[2])(this,e),this.participant=t,this.e2eping=n,this.id=t.getId(),this.requests={},this.lastRequestId=1,this.sendRequest=this.sendRequest.bind(this),this.handleResponse=this.handleResponse.bind(this),this.maybeLogRttAndStop=this.maybeLogRttAndStop.bind(this),this.scheduleNext=this.scheduleNext.bind(this),this.stop=this.stop.bind(this),this.getDelay=this.getDelay.bind(this),this.timeout=this.scheduleNext()}return _$$_REQUIRE(_dependencyMap[3])(e,[{key:"scheduleNext",value:function(){return window.setTimeout(this.sendRequest,this.getDelay())}},{key:"stop",value:function(){this.timeout&&window.clearTimeout(this.timeout),this.e2eping.removeParticipant(this.id)}},{key:"getDelay",value:function(){var e=this.e2eping.conference.getParticipants().length,t=e*(e-1)/2*this.e2eping.numRequests/this.e2eping.maxMessagesPerSecond;return(1.5-Math.random())*Math.max(t/this.e2eping.numRequests*1e3,1e3)}},{key:"sendRequest",value:function(){var e=this.lastRequestId++,t={type:Vu,id:e};this.e2eping.sendMessage(t,this.id),this.requests[e]={id:e,timeSent:window.performance.now()}}},{key:"handleResponse",value:function(e){var t=this.requests[e.id];t&&(t.rtt=window.performance.now()-t.timeSent),this.maybeLogRttAndStop()}},{key:"maybeLogRttAndStop",value:function(){var e,t,n=1/0,i=0,r=0;for(t in this.requests)this.requests.hasOwnProperty(t)&&(r++,(e=this.requests[t]).rtt&&(i++,n=Math.min(n,e.rtt)));return i>=this.e2eping.numRequests?(ju.info("Measured RTT="+n+" ms to "+this.id+" (in "+this.participant.getProperty("region")+")"),this.stop(),void this.e2eping.conference.eventEmitter.emit(Fu,this.participant,n)):r>2*this.e2eping.numRequests?(ju.info("Stopping e2eping for "+this.id+" because we sent "+r+" with only "+i+" responses."),void this.stop()):void(this.timeout=this.scheduleNext())}}]),e})(),Ju=(function(){function e(t,n,i){_$$_REQUIRE(_dependencyMap[2])(this,e),this.conference=t,this.eventEmitter=t.eventEmitter,this.sendMessage=i,this.participants={},this.numRequests=5,this.maxConferenceSize=200,this.maxMessagesPerSecond=250,n&&n.e2eping&&("number"==typeof n.e2eping.numRequests&&(this.numRequests=n.e2eping.numRequests),"number"==typeof n.e2eping.maxConferenceSize&&(this.maxConferenceSize=n.e2eping.maxConferenceSize),"number"==typeof n.e2eping.maxMessagesPerSecond&&(this.maxMessagesPerSecond=n.e2eping.maxMessagesPerSecond)),ju.info("Initializing e2e ping with numRequests="+this.numRequests+", maxConferenceSize="+this.maxConferenceSize+", maxMessagesPerSecond="+this.maxMessagesPerSecond+"."),this.participantJoined=this.participantJoined.bind(this),this.participantLeft=this.participantLeft.bind(this),t.on(Ye,this.participantLeft),this.messageReceived=this.messageReceived.bind(this),t.on(le,this.messageReceived),this.conferenceJoined=this.conferenceJoined.bind(this),t.on(Z,this.conferenceJoined)}return _$$_REQUIRE(_dependencyMap[3])(e,[{key:"conferenceJoined",value:function(){var e=this;this.conference.getParticipants().forEach(function(t){return e.participantJoined(t.getId(),t)}),this.conference.on(Xe,this.participantJoined)}},{key:"messageReceived",value:function(e,t){t.type===Vu?this.handleRequest(e.getId(),t):t.type===Hu&&this.handleResponse(e.getId(),t)}},{key:"participantJoined",value:function(e,t){this.participants[e]&&(ju.info("Participant wrapper already exists for "+e+". Clearing."),this.participants[e].stop()),this.conference.getParticipants().length>this.maxConferenceSize||this.conference.myUserId()>e&&(ju.info("Starting e2eping for participant "+e),this.participants[e]=new Bu(t,this))}},{key:"removeParticipant",value:function(e){this.participants[e]&&delete this.participants[e]}},{key:"participantLeft",value:function(e){this.participants[e]&&(this.participants[e].stop(),delete this.participants[e])}},{key:"handleRequest",value:function(e,t){if(t&&t.id){var n={type:Hu,id:t.id};this.sendMessage(n,e)}else ju.info("Received an invalid e2e ping request from "+e+".")}},{key:"handleResponse",value:function(e,t){var n=this.participants[e];n&&n.handleResponse(t)}},{key:"stop",value:function(){for(var e in ju.info("Stopping e2eping"),this.conference.off(Xe,this.participantJoined),this.conference.off(Ye,this.participantLeft),this.conference.off(le,this.messageReceived),this.participants)this.participants.hasOwnProperty(e)&&this.participants[e].stop();this.participants={}}}]),e})(),$u=(0,S.getLogger)("modules/event/Jvb121EventGenerator.js"),Gu=(function(){function e(t){var n=this;_$$_REQUIRE(_dependencyMap[2])(this,e),this._conference=t,this._jvb121=!0,this._conference.addEventListener(Xe,function(){return n.evaluateStatus()}),this._conference.addEventListener(Ye,function(){return n.evaluateStatus()}),this._conference.addEventListener(Oe,function(){return n.evaluateStatus()})}return _$$_REQUIRE(_dependencyMap[3])(e,[{key:"evaluateStatus",value:function(){var e=this._jvb121,t=!this._conference.isP2PActive()&&this._conference.getParticipantCount()<=2;e!==t&&(this._jvb121=t,$u.debug("JVB121 status "+e+" => "+t),this._conference.eventEmitter.emit(ge,e,t))}}]),e})(),qu=Symbol("kJitsiLiteMode"),Qu=(0,S.getLogger)("modules/litemode/LiteModeContext.js"),zu=(function(){function e(t){var n=this;_$$_REQUIRE(_dependencyMap[2])(this,e),this.enabled=Hi.isRunInLiteModeEnabled(),this.enabled&&t.rtc.on(tr.default.REMOTE_TRACK_ADDED,function(e,t){return n._setupLiteModeForTrack(t,e)})}return _$$_REQUIRE(_dependencyMap[3])(e,[{key:"_setupLiteModeForTrack",value:function(e,t){if(this.enabled){var n=e.findReceiverForTrack(t.track);if(n){if(!n[qu]){n[qu]=!0;var i=n.createEncodedStreams(),r=new TransformStream({transform:function(){}});i.readable.pipeThrough(r).pipeTo(i.writable)}}else Qu.warn("Could not set up lite mode for "+t+": receiver not found in: "+e)}}}]),e})(),Ku=(0,S.getLogger)("modules/qualitycontrol/ReceiveVideoController.js"),Wu=2160,Xu=(function(){function e(t){_$$_REQUIRE(_dependencyMap[2])(this,e);var n=t.lastN,i=t.assumedBandwidthBps;this._lastN=null!=n?n:-1,this._maxFrameHeight=Wu,this._assumedBandwidthBps=null!=i?i:-1,this._receiverVideoConstraints={assumedBandwidthBps:this._assumedBandwidthBps,constraints:{},defaultConstraints:{maxHeight:this._maxFrameHeight},lastN:this._lastN}}return _$$_REQUIRE(_dependencyMap[3])(e,[{key:"constraints",get:function(){this._receiverVideoConstraints.assumedBandwidthBps=this._assumedBandwidthBps,this._receiverVideoConstraints.lastN=this._lastN;var e=this._receiverVideoConstraints.constraints;if(e&&Object.keys(e).length)for(var t of Object.entries(e)){var n=_$$_REQUIRE(_dependencyMap[7])(t,2);n[0];n[1].maxHeight=this._maxFrameHeight}else this._receiverVideoConstraints.defaultConstraints={maxHeight:this._maxFrameHeight};return this._receiverVideoConstraints}},{key:"updateAssumedBandwidthBps",value:function(e){var t=this._assumedBandwidthBps!==e;return t&&(this._assumedBandwidthBps=e,Ku.debug("Updating receive assumedBandwidthBps: "+e)),t}},{key:"updateLastN",value:function(e){var t=this._lastN!==e;return t&&(this._lastN=e,Ku.debug("Updating ReceiverVideoConstraints lastN("+e+")")),t}},{key:"updateReceiveResolution",value:function(e){var t=this._maxFrameHeight!==e;return t&&(this._maxFrameHeight=e,Ku.debug("Updating receive maxFrameHeight: "+e)),t}},{key:"updateReceiverVideoConstraints",value:function(e){var t,n=!yt()(this._receiverVideoConstraints,e);return n&&(this._receiverVideoConstraints=e,null!==(t=e.defaultConstraints)&&void 0!==t&&t.maxHeight&&this.updateReceiveResolution(e.defaultConstraints.maxHeight),Ku.debug("Updating ReceiverVideoConstraints "+JSON.stringify(e))),n}}]),e})(),Yu=(function(){function e(t,n){var i,r=this;_$$_REQUIRE(_dependencyMap[2])(this,e),this._conference=t,this._rtc=n;var o=t.options.config;this._lastN=null!==(i=null==o?void 0:o.startLastN)&&void 0!==i?i:(null==o?void 0:o.channelLastN)||-1,this._maxFrameHeight=Wu,this._sourceReceiverConstraints=new Map,this._assumedBandwidthBps=-1,this._receiverVideoConstraints=new Xu({lastN:this._lastN,assumedBandwidthBps:this._assumedBandwidthBps}),this._conference.on(Te,function(e){return r._onMediaSessionStarted(e)})}return _$$_REQUIRE(_dependencyMap[3])(e,[{key:"_getDefaultSourceReceiverConstraints",value:function(e,t){var n,i=null!=t?t:Wu,r=(null===(n=e.peerconnection)||void 0===n?void 0:n.getRemoteTracks(null,Ui.VIDEO))||[],o=new Map;for(var a of r)o.set(a.getSourceName(),i);return o}},{key:"_onMediaSessionStarted",value:function(e){e.isP2P?e.setReceiverVideoConstraint(this._getDefaultSourceReceiverConstraints(e)):this._rtc.setReceiverVideoConstraints(this._receiverVideoConstraints.constraints)}},{key:"getLastN",value:function(){return this._lastN}},{key:"setAssumedBandwidthBps",value:function(e){this._receiverVideoConstraints.updateAssumedBandwidthBps(e)&&this._rtc.setReceiverVideoConstraints(this._receiverVideoConstraints.constraints)}},{key:"setLastN",value:function(e){this._lastN!==e&&(this._lastN=e,this._receiverVideoConstraints.updateLastN(e)&&this._rtc.setReceiverVideoConstraints(this._receiverVideoConstraints.constraints))}},{key:"setPreferredReceiveMaxFrameHeight",value:function(e){for(var t of(this._maxFrameHeight=e,this._conference.getMediaSessions()))t.isP2P?t.setReceiverVideoConstraint(this._getDefaultSourceReceiverConstraints(t,e)):this._receiverVideoConstraints.updateReceiveResolution(e)&&this._rtc.setReceiverVideoConstraints(this._receiverVideoConstraints.constraints)}},{key:"setReceiverConstraints",value:function(e){if(e){if(Object.keys(e).includes("onStageEndpoints","selectedEndpoints"))throw new Error('"onStageEndpoints" and "selectedEndpoints" are not supported when sourceNameSignaling is enabled.');if(this._receiverVideoConstraints.updateReceiverVideoConstraints(e)){var t,n;this._assumedBandwidthBps=null!==(t=e.assumedBandwidthBps)&&void 0!==t?t:this._assumedBandwidthBps,this._lastN=null!==(n=e.lastN)&&void 0!==n?n:this._lastN,this._rtc.setReceiverVideoConstraints(e);var i=this._conference.getMediaSessions().find(function(e){return e.isP2P});if(!i||!e.constraints)return;var r=Array.from(Object.entries(e.constraints)).map(function(e){return e[1]=e[1].maxHeight,e});this._sourceReceiverConstraints=new Map(r),i.setReceiverVideoConstraint(this._sourceReceiverConstraints)}}}}]),e})(),Zu=(0,S.getLogger)("modules/qualitycontrol/SendVideoController.js"),el=(function(){function e(t,n){var i=this;_$$_REQUIRE(_dependencyMap[2])(this,e),this._conference=t,this._preferredSendMaxFrameHeight=2160,this._rtc=n,this._sourceSenderConstraints=new Map,this._conference.on(Te,function(e){return i._onMediaSessionStarted(e)}),this._conference.on(Ce,function(){return i._configureConstraintsForLocalSources()}),this._rtc.on(tr.default.SENDER_VIDEO_CONSTRAINTS_CHANGED,function(e){return i._onSenderConstraintsReceived(e)})}return _$$_REQUIRE(_dependencyMap[3])(e,[{key:"_configureConstraintsForLocalSources",value:function(){for(var e of this._rtc.getLocalVideoTracks()){var t=e.getSourceName();t&&this._propagateSendMaxFrameHeight(t)}}},{key:"_onMediaSessionStarted",value:function(e){var t=this;e.addListener(ts.REMOTE_SOURCE_CONSTRAINTS_CHANGED,function(e,n){e===t._conference.getActiveMediaSession()&&n.forEach(function(e){return t._onSenderConstraintsReceived(e)})})}},{key:"_onSenderConstraintsReceived",value:function(e){var t,n=e.maxHeight,i=e.sourceName,r=null!==(t=this._conference.getLocalVideoTracks())&&void 0!==t?t:[];for(var o of r)o.getSourceName()===i&&this._sourceSenderConstraints.get(i)!==n&&(this._sourceSenderConstraints.set(i,-1===n?Math.min(2160,this._preferredSendMaxFrameHeight):n),Zu.debug("Sender constraints for source:"+i+" changed to maxHeight:"+n),this._propagateSendMaxFrameHeight(i))}},{key:"_propagateSendMaxFrameHeight",value:function(e){if(!e)throw new Error("sourceName missing for calculating the sendMaxHeight for video tracks");var t=this._selectSendMaxFrameHeight(e),n=[];if(t>=0)for(var i of this._conference.getMediaSessions())n.push(i.setSenderVideoConstraint(t,e));return Promise.all(n)}},{key:"_selectSendMaxFrameHeight",value:function(e){if(!e)throw new Error("sourceName missing for calculating the sendMaxHeight for video tracks");var t=this._conference.getActiveMediaSession()?this._sourceSenderConstraints.get(e):void 0;return this._preferredSendMaxFrameHeight>=0&&t>=0?Math.min(this._preferredSendMaxFrameHeight,t):t>=0?t:this._preferredSendMaxFrameHeight}},{key:"setPreferredSendMaxFrameHeight",value:function(e){this._preferredSendMaxFrameHeight=e;var t=[];for(var n of this._sourceSenderConstraints.keys())t.push(this._propagateSendMaxFrameHeight(n));return Promise.allSettled(t)}}]),e})(),tl=function(e){var t=e&&e.getElementsByTagName("jibri-recording-status")[0];if(t)return{error:t.getAttribute("failure_reason"),initiator:t.getAttribute("initiator"),recordingMode:t.getAttribute("recording_mode"),sessionID:t.getAttribute("session_id"),status:t.getAttribute("status")}},nl=function(e){var t=e.getElementsByTagName("live-stream-view-url")[0],n=t&&t.textContent,i=e.getElementsByTagName("mode")[0],r=i&&i.textContent&&i.textContent.toLowerCase(),o=e.getElementsByTagName("session_id")[0];return{liveStreamViewURL:n,mode:r,sessionID:o&&o.textContent}},il=function(e){var t=e&&e.getElementsByTagName("jibri")[0];return t&&t.getAttribute("session_id")},rl=function(e){return e.getAttribute("from").includes("focus")},ol=(function(){function e(){_$$_REQUIRE(_dependencyMap[2])(this,e);var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};this._connection=t.connection,this._mode=t.mode,this._jibriJid=null,this._statusFromJicofo="",this._setSessionID(t.sessionID),this.setStatus(t.status)}return _$$_REQUIRE(_dependencyMap[3])(e,[{key:"getError",value:function(){return this._error}},{key:"getID",value:function(){return this._sessionID}},{key:"getInitiator",value:function(){return this._initiator}},{key:"getLiveStreamViewURL",value:function(){return this._liveStreamViewURL}},{key:"getStatus",value:function(){return this._status?this._status:this._statusFromJicofo}},{key:"getJibriJid",value:function(){return this._jibriJid}},{key:"getTerminator",value:function(){return this._terminator}},{key:"getMode",value:function(){return this._mode}},{key:"setError",value:function(e){this._error=e}},{key:"setLiveStreamViewURL",value:function(e){this._liveStreamViewURL=e}},{key:"setStatus",value:function(e){this._status=e}},{key:"setStatusFromJicofo",value:function(e){this._statusFromJicofo=e}},{key:"setJibriJid",value:function(e){this._jibriJid=e}},{key:"setInitiator",value:function(e){this._initiator=e}},{key:"setTerminator",value:function(e){this._terminator=e}},{key:"start",value:function(e){var t=this,n=e.appData,i=e.broadcastId,r=e.focusMucJid,o=e.streamId;return new Promise(function(e,a){t._connection.sendIQ(t._createIQ({action:"start",appData:n,focusMucJid:r,broadcastId:i,streamId:o}),function(n){t.setStatus("pending"),t._setSessionID(il(n)),e()},function(e){t._setErrorFromIq(e),a(e)})})}},{key:"stop",value:function(e){var t=this,n=e.focusMucJid;return new Promise(function(e,i){t._connection.sendIQ(t._createIQ({action:"stop",focusMucJid:n}),e,i)})}},{key:"_createIQ",value:function(e){var t=e.action,n=e.appData,i=e.broadcastId,r=e.focusMucJid,o=e.streamId;return(0,Et.$iq)({to:r,type:"set"}).c("jibri",{xmlns:"http://jitsi.org/protocol/jibri",action:t,app_data:n,recording_mode:this._mode,streamid:o,you_tube_broadcast_id:i}).up()}},{key:"_setErrorFromIq",value:function(e){var t=e.getElementsByTagName("error")[0];this.setError(t.children[0].tagName)}},{key:"_setSessionID",value:function(e){this._sessionID=e}}]),e})(),al=(0,S.getLogger)("modules/recording/RecordingManager.js"),sl=(function(){function e(t){_$$_REQUIRE(_dependencyMap[2])(this,e),this._sessions={},this._chatRoom=t,this.onPresence=this.onPresence.bind(this),this.onMemberLeft=this.onMemberLeft.bind(this),this._chatRoom.eventEmitter.addListener(or.XMPPEvents.PRESENCE_RECEIVED,this.onPresence),this._chatRoom.eventEmitter.addListener(or.XMPPEvents.MUC_MEMBER_LEFT,this.onMemberLeft)}return _$$_REQUIRE(_dependencyMap[3])(e,[{key:"getSession",value:function(e){return this._sessions[e]}},{key:"getSessionByJibriJid",value:function(e){var t;return Object.values(this._sessions).forEach(function(n){n.getJibriJid()===e&&(t=n)}),t}},{key:"onPresence",value:function(e){var t=e.fromHiddenDomain,n=e.presence;rl(n)?this._handleFocusPresence(n):t&&this._handleJibriPresence(n)}},{key:"onMemberLeft",value:function(e){var t=this.getSessionByJibriJid(e);if(t){var n=t.getStatus();t.setStatus(""),t.setJibriJid(null),t.getStatus()!==n&&this._emitSessionUpdate(t)}}},{key:"startRecording",value:function(e){var t=this,n=new ol(Object.assign({},e,{connection:this._chatRoom.connection}));return n.start({appData:e.appData,broadcastId:e.broadcastId,focusMucJid:this._chatRoom.focusMucJid,streamId:e.streamId}).then(function(){return t.getSession(n.getID())||(t._addSession(n),t._emitSessionUpdate(n)),n}).catch(function(e){return t._emitSessionUpdate(n),Promise.reject(e)})}},{key:"stopRecording",value:function(e){var t=this.getSession(e);return t?t.stop({focusMucJid:this._chatRoom.focusMucJid}):Promise.reject(new Error("Could not find session"))}},{key:"_addSession",value:function(e){this._sessions[e.getID()]=e}},{key:"_createSession",value:function(e,t,n){var i=new ol({connection:this._chatRoom.connection,focusMucJid:this._chatRoom.focusMucJid,mode:n,sessionID:e,status:t});return this._addSession(i),i}},{key:"_emitSessionUpdate",value:function(e,t){this._chatRoom.eventEmitter.emit(or.XMPPEvents.RECORDER_STATE_CHANGED,e,t)}},{key:"_handleFocusPresence",value:function(e){var t=tl(e);if(t){var n=t.error,i=t.initiator,r=t.recordingMode,o=t.sessionID,a=t.status,s=this.getSession(o);s||"off"!==a?s&&s.getStatus()===a&&s.getError()===n?al.warn("Ignoring duplicate presence update: ",JSON.stringify(t)):(s||(s=this._createSession(o,a,r)),s.setStatusFromJicofo(a),n&&s.setError(n),this._emitSessionUpdate(s,i)):al.warn("Ignoring recording presence update","Received a new session with status off.")}}},{key:"_handleJibriPresence",value:function(e){var t=nl(e),n=t.liveStreamViewURL,i=t.mode,r=t.sessionID;if(r){var o=this.getSession(r);o||(o=this._createSession(r,"on",i)),o.setStatus("on"),o.setJibriJid(e.getAttribute("from")),o.setLiveStreamViewURL(n),this._emitSessionUpdate(o)}else al.warn("Ignoring potential jibri presence due to no session id.")}}]),e})(),cl=(0,S.getLogger)("modules/statistics/AudioOutputProblemDetector.js"),dl=(function(){function e(t){_$$_REQUIRE(_dependencyMap[2])(this,e),this._conference=t,this._localAudioLevelCache={},this._reportedParticipants=[],this._audioProblemCandidates={},this._numberOfRemoteAudioLevelsReceived={},this._onLocalAudioLevelsReport=this._onLocalAudioLevelsReport.bind(this),this._onRemoteAudioLevelReceived=this._onRemoteAudioLevelReceived.bind(this),this._clearUserData=this._clearUserData.bind(this),this._conference.on(du,this._onRemoteAudioLevelReceived),this._conference.statistics.addConnectionStatsListener(this._onLocalAudioLevelsReport),this._conference.on(Ye,this._clearUserData)}return _$$_REQUIRE(_dependencyMap[3])(e,[{key:"_onRemoteAudioLevelReceived",value:function(e,t){var n=t.avgAudioLevels,i=this._numberOfRemoteAudioLevelsReceived[e]+1||0;if(this._numberOfRemoteAudioLevelsReceived[e]=i,!(-1!==this._reportedParticipants.indexOf(e)||e in this._audioProblemCandidates||n<=0||i<3)){var r=this._conference.getParticipantById(e);if(!(r&&r.getTracksByMediaType(Ui.AUDIO).length>0&&r.isAudioMuted())){var o=this._localAudioLevelCache[e];Array.isArray(o)&&!o.every(function(e){return 0===e})||(this._audioProblemCandidates[e]={remoteAudioLevels:n,localAudioLevels:[]})}}}},{key:"_onLocalAudioLevelsReport",value:function(e,t){var n=this,i=t.avgAudioLevels;e===this._conference.getActivePeerConnection()&&(Object.keys(i).forEach(function(e){if(-1===n._reportedParticipants.indexOf(e)){var t=n._localAudioLevelCache[e];Array.isArray(t)?t.length>=2&&t.shift():n._localAudioLevelCache[e]=[],n._localAudioLevelCache[e].push(i[e])}}),Object.keys(this._audioProblemCandidates).forEach(function(e){var t=n._audioProblemCandidates[e],r=t.localAudioLevels,o=t.remoteAudioLevels;if(r.push(i[e]),2===r.length){if(r.every(function(e){return void 0===e||0===e})){var a=JSON.stringify(r);Yi.sendAnalytics((function(e,t,n){return{type:Qt.TYPE_OPERATIONAL,action:"audio.output.problem",attributes:{userID:e,localAudioLevels:t,remoteAudioLevels:n}}})(e,a,o)),cl.warn("A potential problem is detected with the audio output for participant "+e+", local audio levels: "+a+", remote audio levels: "+o),n._reportedParticipants.push(e),n._clearUserData(e)}delete n._audioProblemCandidates[e]}}))}},{key:"_clearUserData",value:function(e){delete this._localAudioLevelCache[e]}},{key:"dispose",value:function(){this._conference.off(du,this._onRemoteAudioLevelReceived),this._conference.off(Ye,this._clearUserData),this._conference.statistics.removeConnectionStatsListener(this._onLocalAudioLevelsReport),this._localAudioLevelCache=void 0,this._audioProblemCandidates=void 0,this._reportedParticipants=void 0,this._numberOfRemoteAudioLevelsReceived=void 0,this._conference=void 0}}]),e})(),ul=(0,S.getLogger)("modules/statistics/AvgRTPStatsReporter.js"),ll=(function(){function e(t){_$$_REQUIRE(_dependencyMap[2])(this,e),this.name=t,this.count=0,this.sum=0,this.samples=[]}return _$$_REQUIRE(_dependencyMap[3])(e,[{key:"addNext",value:function(e){void 0!==e&&("number"!=typeof e?ul.error(this.name+" - invalid value for idx: "+this.count,e):isNaN(e)||(this.sum+=e,this.samples.push(e),this.count+=1))}},{key:"calculate",value:function(){return this.sum/this.count}},{key:"appendReport",value:function(e){e[this.name+"_avg"]=this.calculate(),e[this.name+"_samples"]=JSON.stringify(this.samples)}},{key:"reset",value:function(){this.samples=[],this.sum=0,this.count=0}}]),e})(),pl=(function(){function e(t,n,i){var r=this;_$$_REQUIRE(_dependencyMap[2])(this,e),this.isP2P=n,this._n=i,this._sampleIdx=0,this._avgRTT=new ll("rtt"),this._avgRemoteRTTMap=new Map,this._avgRtpStatsReporter=t,this._avgEnd2EndRTT=void 0,this._onConnectionStats=function(e,t){r.isP2P===e.isP2P&&r._calculateAvgStats(t)};var o=t._conference;o.statistics.addConnectionStatsListener(this._onConnectionStats),this.isP2P||(this._onUserLeft=function(e){return r._avgRemoteRTTMap.delete(e)},o.on(Ye,this._onUserLeft),this._onRemoteStatsUpdated=function(e,t){return r._processRemoteStats(e,t)},o.on(du,this._onRemoteStatsUpdated))}return _$$_REQUIRE(_dependencyMap[3])(e,[{key:"_calculateAvgStats",value:function(e){if(e){if(gi.supportsRTTStatistics()&&e.transport&&e.transport.length&&this._avgRTT.addNext(e.transport[0].rtt),this._sampleIdx+=1,this._sampleIdx>=this._n){if(gi.supportsRTTStatistics()){var t=this._avgRtpStatsReporter._conference,n={p2p:this.isP2P,conference_size:t.getParticipantCount()};if(e.transport&&e.transport.length&&Object.assign(n,{local_candidate_type:e.transport[0].localCandidateType,remote_candidate_type:e.transport[0].remoteCandidateType,transport_type:e.transport[0].type}),this._avgRTT.appendReport(n),this.isP2P){var i=this._avgRtpStatsReporter.jvbStatsMonitor._avgEnd2EndRTT;isNaN(i)||(n.rtt_diff=this._avgRTT.calculate()-i)}else{var r=this._calculateAvgRemoteRTT(),o=this._avgRTT.calculate();this._avgEnd2EndRTT=o+r,isNaN(o)||isNaN(r)||(n.end2end_rtt_avg=this._avgEnd2EndRTT)}Yi.sendAnalytics(kn(n))}this._resetAvgStats()}}else ul.error("No stats")}},{key:"_calculateAvgRemoteRTT",value:function(){var e=0,t=0;for(var n of this._avgRemoteRTTMap.values()){var i=n.calculate();isNaN(i)||(t+=i,e+=1,n.reset())}return t/e}},{key:"_processRemoteStats",value:function(e,t){var n="number"==typeof t.jvbRTT,i=this._avgRemoteRTTMap.get(e);!i&&n&&(i=new ll(e+"_stat_rtt"),this._avgRemoteRTTMap.set(e,i)),n?i.addNext(t.jvbRTT):i&&this._avgRemoteRTTMap.delete(e)}},{key:"_resetAvgStats",value:function(){this._avgRTT.reset(),this._avgRemoteRTTMap&&this._avgRemoteRTTMap.clear(),this._sampleIdx=0}},{key:"dispose",value:function(){var e=this._avgRtpStatsReporter._conference;e.statistics.removeConnectionStatsListener(this._onConnectionStats),this.isP2P||(e.off(du,this._onRemoteStatsUpdated),e.off(Ye,this._onUserLeft))}}]),e})(),hl=(function(){function e(t,n){var i=this;_$$_REQUIRE(_dependencyMap[2])(this,e),this._n=n,n>0?(ul.info("Avg RTP stats will be calculated every "+n+" samples"),this._sampleIdx=0,this._conference=t,this._avgAudioBitrateUp=new ll("bitrate_audio_upload"),this._avgAudioBitrateDown=new ll("bitrate_audio_download"),this._avgVideoBitrateUp=new ll("bitrate_video_upload"),this._avgVideoBitrateDown=new ll("bitrate_video_download"),this._avgBandwidthUp=new ll("bandwidth_upload"),this._avgBandwidthDown=new ll("bandwidth_download"),this._avgPacketLossTotal=new ll("packet_loss_total"),this._avgPacketLossUp=new ll("packet_loss_upload"),this._avgPacketLossDown=new ll("packet_loss_download"),this._avgRemoteFPS=new ll("framerate_remote"),this._avgRemoteScreenFPS=new ll("framerate_screen_remote"),this._avgLocalFPS=new ll("framerate_local"),this._avgLocalScreenFPS=new ll("framerate_screen_local"),this._avgRemoteCameraPixels=new ll("pixels_remote"),this._avgRemoteScreenPixels=new ll("pixels_screen_remote"),this._avgLocalCameraPixels=new ll("pixels_local"),this._avgLocalScreenPixels=new ll("pixels_screen_local"),this._avgCQ=new ll("connection_quality"),this._cachedTransportStats=void 0,this._onLocalStatsUpdated=function(e){i._calculateAvgStats(e),i._maybeSendTransportAnalyticsEvent(e)},t.on(cu,this._onLocalStatsUpdated),this._onP2PStatusChanged=function(){ul.debug("Resetting average stats calculation"),i._resetAvgStats(),i.jvbStatsMonitor._resetAvgStats(),i.p2pStatsMonitor._resetAvgStats()},t.on(Oe,this._onP2PStatusChanged),this._onJvb121StatusChanged=function(e,t){!0===t&&(ul.info("Resetting JVB avg RTP stats"),i._resetAvgJvbStats())},t.on(ge,this._onJvb121StatusChanged),this.jvbStatsMonitor=new pl(this,!1,n),this.p2pStatsMonitor=new pl(this,!0,n)):ul.info("Avg RTP stats reports are disabled.")}return _$$_REQUIRE(_dependencyMap[3])(e,[{key:"_calculateAvgStats",value:function(e){if(e){var t=this._conference.isP2PActive(),n=this._conference.getParticipantCount();if(t||!(n<2)){var i=e.bitrate,r=e.bandwidth,o=e.packetLoss,a=e.framerate,s=e.resolution;if(i)if(r)if(o)if(a)if(s){if(this._avgAudioBitrateUp.addNext(i.audio.upload),this._avgAudioBitrateDown.addNext(i.audio.download),this._avgVideoBitrateUp.addNext(i.video.upload),this._avgVideoBitrateDown.addNext(i.video.download),gi.supportsBandwidthStatistics()&&(this._avgBandwidthUp.addNext(r.upload),this._avgBandwidthDown.addNext(r.download)),this._avgPacketLossUp.addNext(o.upload),this._avgPacketLossDown.addNext(o.download),this._avgPacketLossTotal.addNext(o.total),this._avgCQ.addNext(e.connectionQuality),a&&(this._avgRemoteFPS.addNext(this._calculateAvgVideoFps(a,!1,nr.VideoType.CAMERA)),this._avgRemoteScreenFPS.addNext(this._calculateAvgVideoFps(a,!1,nr.VideoType.DESKTOP)),this._avgLocalFPS.addNext(this._calculateAvgVideoFps(a,!0,nr.VideoType.CAMERA)),this._avgLocalScreenFPS.addNext(this._calculateAvgVideoFps(a,!0,nr.VideoType.DESKTOP))),s&&(this._avgRemoteCameraPixels.addNext(this._calculateAvgVideoPixels(s,!1,nr.VideoType.CAMERA)),this._avgRemoteScreenPixels.addNext(this._calculateAvgVideoPixels(s,!1,nr.VideoType.DESKTOP)),this._avgLocalCameraPixels.addNext(this._calculateAvgVideoPixels(s,!0,nr.VideoType.CAMERA)),this._avgLocalScreenPixels.addNext(this._calculateAvgVideoPixels(s,!0,nr.VideoType.DESKTOP))),this._sampleIdx+=1,this._sampleIdx>=this._n){var c={p2p:t,conference_size:n};e.transport&&e.transport.length&&Object.assign(c,{local_candidate_type:e.transport[0].localCandidateType,remote_candidate_type:e.transport[0].remoteCandidateType,transport_type:e.transport[0].type}),this._avgAudioBitrateUp.appendReport(c),this._avgAudioBitrateDown.appendReport(c),this._avgVideoBitrateUp.appendReport(c),this._avgVideoBitrateDown.appendReport(c),gi.supportsBandwidthStatistics()&&(this._avgBandwidthUp.appendReport(c),this._avgBandwidthDown.appendReport(c)),this._avgPacketLossUp.appendReport(c),this._avgPacketLossDown.appendReport(c),this._avgPacketLossTotal.appendReport(c),this._avgRemoteFPS.appendReport(c),isNaN(this._avgRemoteScreenFPS.calculate())||this._avgRemoteScreenFPS.appendReport(c),this._avgLocalFPS.appendReport(c),isNaN(this._avgLocalScreenFPS.calculate())||this._avgLocalScreenFPS.appendReport(c),this._avgRemoteCameraPixels.appendReport(c),isNaN(this._avgRemoteScreenPixels.calculate())||this._avgRemoteScreenPixels.appendReport(c),this._avgLocalCameraPixels.appendReport(c),isNaN(this._avgLocalScreenPixels.calculate())||this._avgLocalScreenPixels.appendReport(c),this._avgCQ.appendReport(c),Yi.sendAnalytics(kn(c)),this._resetAvgStats()}}else ul.error("No resolution");else ul.error('No "framerate"');else ul.error('No "packetloss"');else ul.error('No "bandwidth"');else ul.error('No "bitrate"')}}else ul.error("No stats")}},{key:"_calculateAvgVideoPixels",value:function(e,t,n){var i=0,r=0,o=this._conference.myUserId();for(var a of Object.keys(e))if(t?a===o:a!==o){var s=t?null:this._conference.getParticipantById(a),c=e[a];if((t||s)&&c){var d=this._calculatePeerAvgVideoPixels(c,s,n);isNaN(d)||(i+=d,r+=1)}}return i/r}},{key:"_calculatePeerAvgVideoPixels",value:function(e,t,n){var i=Object.keys(e).map(function(e){return Number(e)}),r=null,o=this._conference.getActivePeerConnection();t?(r=t.getTracksByMediaType(Ui.VIDEO))&&(i=i.filter(function(e){return r.find(function(t){return!t.isMuted()&&t.getSSRC()===e&&t.videoType===n})})):(r=this._conference.getLocalTracks(Ui.VIDEO),i=i.filter(function(e){return r.find(function(t){return!t.isMuted()&&o.getLocalSSRC(t)===e&&t.videoType===n})}));var a=0,s=0;for(var c of i){var d=Number(e[c].height)*Number(e[c].width);!isNaN(d)&&d>0&&(a+=d,s+=1)}return a/s}},{key:"_calculateAvgVideoFps",value:function(e,t,n){var i=0,r=0,o=this._conference.myUserId();for(var a of Object.keys(e))if(t?a===o:a!==o){var s=t?null:this._conference.getParticipantById(a),c=e[a];if((t||s)&&c){var d=this._calculatePeerAvgVideoFps(c,s,n);isNaN(d)||(i+=d,r+=1)}}return i/r}},{key:"_calculatePeerAvgVideoFps",value:function(e,t,n){var i=Object.keys(e).map(function(e){return Number(e)}),r=null,o=this._conference.getActivePeerConnection();t?(r=t.getTracksByMediaType(Ui.VIDEO))&&(i=i.filter(function(e){return r.find(function(t){return!t.isMuted()&&t.getSSRC()===e&&t.videoType===n})})):(r=this._conference.getLocalTracks(Ui.VIDEO),i=i.filter(function(e){return r.find(function(t){return!t.isMuted()&&o.getLocalSSRC(t)===e&&t.videoType===n})}));var a=0,s=0;for(var c of i){var d=Number(e[c]);!isNaN(d)&&d>0&&(a+=d,s+=1)}return a/s}},{key:"_maybeSendTransportAnalyticsEvent",value:function(e){if(e&&e.transport&&e.transport.length){var t,n={p2p:e.transport[0].p2p,local_candidate_type:e.transport[0].localCandidateType,remote_candidate_type:e.transport[0].remoteCandidateType,transport_type:e.transport[0].type};this._cachedTransportStats&&yt()(n,this._cachedTransportStats)||(this._cachedTransportStats=n,Yi.sendAnalytics((t=n,{type:Qt.TYPE_OPERATIONAL,action:"transport.stats",attributes:t})))}}},{key:"_resetAvgJvbStats",value:function(){this._resetAvgStats(),this.jvbStatsMonitor._resetAvgStats()}},{key:"_resetAvgStats",value:function(){this._avgAudioBitrateUp.reset(),this._avgAudioBitrateDown.reset(),this._avgVideoBitrateUp.reset(),this._avgVideoBitrateDown.reset(),this._avgBandwidthUp.reset(),this._avgBandwidthDown.reset(),this._avgPacketLossUp.reset(),this._avgPacketLossDown.reset(),this._avgPacketLossTotal.reset(),this._avgRemoteFPS.reset(),this._avgRemoteScreenFPS.reset(),this._avgLocalFPS.reset(),this._avgLocalScreenFPS.reset(),this._avgRemoteCameraPixels.reset(),this._avgRemoteScreenPixels.reset(),this._avgLocalCameraPixels.reset(),this._avgLocalScreenPixels.reset(),this._avgCQ.reset(),this._sampleIdx=0}},{key:"dispose",value:function(){this._conference.off(Oe,this._onP2PStatusChanged),this._conference.off(cu,this._onLocalStatsUpdated),this._conference.off(ge,this._onJvb121StatusChanged),this.jvbStatsMonitor.dispose(),this.p2pStatsMonitor.dispose()}}]),e})(),fl=n(2444),ml=n.n(fl),gl=(function(){function e(t){var n=this;_$$_REQUIRE(_dependencyMap[2])(this,e),this.stats={users:{},dominantSpeakerId:null};var i=t.myUserId();this.stats.users[i]=new(ml())(i,null,!0),this.conference=t,t.addEventListener(ce,this._onDominantSpeaker.bind(this)),t.addEventListener(Xe,this._onUserJoin.bind(this)),t.addEventListener(Ye,this._onUserLeave.bind(this)),t.addEventListener(se,this._onDisplayNameChange.bind(this)),t.on(le,function(e,t){var i=t.type,r=t.faceLandmarks;"face-landmarks"===i&&n._onFaceLandmarkAdd(e.getId(),r)}),t.xmpp&&t.xmpp.addListener(or.XMPPEvents.SPEAKER_STATS_RECEIVED,this._updateStats.bind(this))}return _$$_REQUIRE(_dependencyMap[3])(e,[{key:"_onDominantSpeaker",value:function(e,t,n){var i=this.stats.users[this.stats.dominantSpeakerId],r=this.stats.users[e];i&&i.setDominantSpeaker(!1),r&&r.setDominantSpeaker(!0,n),this.stats.dominantSpeakerId=e}},{key:"_onUserJoin",value:function(e,t){t.isHidden()||this.stats.users[e]||(this.stats.users[e]=new(ml())(e,t.getDisplayName()))}},{key:"_onUserLeave",value:function(e){var t=this.stats.users[e];t&&t.markAsHasLeft()}},{key:"_onDisplayNameChange",value:function(e,t){var n=this.stats.users[e];n&&n.setDisplayName(t)}},{key:"_onFaceLandmarkAdd",value:function(e,t){var n=this.stats.users[e];n&&t&&n.addFaceLandmarks(t)}},{key:"getStats",value:function(){return this.stats.users}},{key:"_updateStats",value:function(e){for(var t in e){var n=void 0,i=this.conference.getParticipantById(t);i&&i.isHidden()||(this.stats.users[t]?(n=this.stats.users[t]).getDisplayName()||n.setDisplayName(e[t].displayName):(n=new(ml())(t,e[t].displayName),this.stats.users[t]=n,n.markAsHasLeft()),n.totalDominantSpeakerTime=e[t].totalDominantSpeakerTime,Array.isArray(e[t].faceLandmarks)&&n.setFaceLandmarks(e[t].faceLandmarks))}}}]),e})(),vl=n(5810).getLogger("modules/version/ComponentsVersions.js");function _l(e){this.versions={},this.conference=e,this.conference.addCommandListener("versions",this.processVersions.bind(this))}_l.prototype.processVersions=function(e,t,n){var i=this;if(this.conference.isFocus(n)){var r=[];e.children.forEach(function(e){var t=e.attributes.name,n=e.value;i.versions[t]!==n&&(i.versions[t]=n,vl.info("Got "+t+" version: "+n),r.push({id:"component_version",component:t,version:n}))}),r.length>0&&Yi.sendLog(JSON.stringify(r))}else vl.warn("Received versions not from the focus user: "+e,n)},_l.prototype.getComponentVersion=function(e){return this.versions[e]},(function(e){e.STATUS_AVAILABLE="available",e.STATUS_UNDEFINED="undefined",e.STATUS_BUSY="busy"})(Nu||(Nu={})),(function(e){e.STATE_ON="on",e.STATE_OFF="off",e.STATE_PENDING="pending",e.STATE_RETRYING="retrying",e.STATE_FAILED="failed"})(Lu||(Lu={})),(function(e){e.ERROR_NO_CONNECTION="error_no_connection",e.ERROR_SESSION_EXISTS="error_session_already_exists"})(Uu||(Uu={}));var yl,El,Sl=Nu.STATUS_AVAILABLE,bl=Nu.STATUS_UNDEFINED,Rl=Nu.STATUS_BUSY,Tl=Lu.STATE_ON,Cl=Lu.STATE_OFF,xl=Lu.STATE_PENDING,kl=Lu.STATE_RETRYING,Al=Lu.STATE_FAILED,Il=Uu.ERROR_NO_CONNECTION,wl=Uu.ERROR_SESSION_EXISTS,Pl=(0,S.getLogger)("modules/videosipgw/JitsiVideoSIPGWSession.js"),Ml="STATE_CHANGED",Dl=(function(e){_$$_REQUIRE(_dependencyMap[5])(n,e);var t=_createSuper(n);function n(e,i,r){var o;return _$$_REQUIRE(_dependencyMap[2])(this,n),(o=t.call(this)).sipAddress=e,o.displayName=i,o.chatRoom=r,o.state=void 0,o}return _$$_REQUIRE(_dependencyMap[3])(n,[{key:"stop",value:function(){this.state!==Cl&&this.state!==Al?this._sendJibriIQ("stop"):Pl.warn("Video SIP GW session already stopped or failed!")}},{key:"start",value:function(){this.state!==Tl&&this.state!==Cl&&this.state!==xl&&this.state!==kl?this._sendJibriIQ("start"):Pl.warn("Video SIP GW session already started!")}},{key:"setState",value:function(e,t){if(e!==this.state){var n=this.state;this.state=e,this.eventEmitter.emit(Ml,{address:this.sipAddress,failureReason:t,oldState:n,newState:this.state,displayName:this.displayName})}}},{key:"addStateListener",value:function(e){this.addListener(Ml,e)}},{key:"removeStateListener",value:function(e){this.removeListener(Ml,e)}},{key:"_sendJibriIQ",value:function(e){var t=this,n={xmlns:"http://jitsi.org/protocol/jibri",action:e,sipaddress:this.sipAddress};n.displayname=this.displayName;var i=(0,Et.$iq)({to:this.chatRoom.focusMucJid,type:"set"}).c("jibri",n).up();Pl.debug(e+" video SIP GW session",i.nodeTree),this.chatRoom.connection.sendIQ(i,function(){},function(n){Pl.error("Failed to "+e+" video SIP GW session, error: ",n),t.setState(Al)})}}]),n})(Tr),Ol=(0,S.getLogger)("modules/videosipgw/VideoSIPGW.js"),Nl=(function(){function e(t){_$$_REQUIRE(_dependencyMap[2])(this,e),this.chatRoom=t,this.eventEmitter=t.eventEmitter,Ol.debug("creating VideoSIPGW"),this.sessions={},this.sessionStateChangeListener=this.sessionStateChanged.bind(this),t.addPresenceListener("jibri-sip-call-state",this.handleJibriSIPState.bind(this))}return _$$_REQUIRE(_dependencyMap[3])(e,[{key:"handleJibriSIPState",value:function(e){var t=e.attributes;if(t){Ol.debug("Handle video sip gw state : ",t);var n=t.state;if(n!==this.state)switch(n){case Tl:case Cl:case xl:case kl:case Al:var i=t.sipaddress;if(!i)return;var r=this.sessions[i];r?r.setState(n,t.failure_reason):Ol.warn("Video SIP GW session not found:",i)}}}},{key:"createVideoSIPGWSession",value:function(e,t){if(this.sessions[e])return Ol.warn("There was already a Video SIP GW session for address",e),new Error(wl);var n=new Dl(e,t,this.chatRoom);return n.addStateListener(this.sessionStateChangeListener),this.sessions[e]=n,n}},{key:"sessionStateChanged",value:function(e){var t=e.address;if(e.newState===Cl||e.newState===Al){var n=this.sessions[t];if(!n)return void Ol.error("Missing Video SIP GW session with address:",t);n.removeStateListener(this.sessionStateChangeListener),delete this.sessions[t]}this.eventEmitter.emit(or.XMPPEvents.VIDEO_SIP_GW_SESSION_STATE_CHANGED,e)}}]),e})(),Ll=(0,S.getLogger)("modules/xmpp/SignalingLayerImpl.js"),Ul="SourceInfo",Fl=(function(e){_$$_REQUIRE(_dependencyMap[5])(n,e);var t=_createSuper(n);function n(){var e;return _$$_REQUIRE(_dependencyMap[2])(this,n),(e=t.call(this)).ssrcOwners=new Map,e.chatRoom=null,e._localSourceState={},e._remoteSourceState={},e._sourceNames=new Map,e}return _$$_REQUIRE(_dependencyMap[3])(n,[{key:"_addLocalSourceInfoToPresence",value:function(){return!!this.chatRoom&&this.chatRoom.addOrReplaceInPresence(Ul,{value:JSON.stringify(this._localSourceState)})}},{key:"_bindChatRoomEventHandlers",value:function(e){var t=this,n=function(e,n){t.eventEmitter.emit(gd,e,Ui.AUDIO,n)};this._audioMuteHandler=function(e,i){t._doesEndpointSendNewSourceInfo(i)||n(i,"true"===e.value)},e.addPresenceListener("audiomuted",this._audioMuteHandler);var i=function(e,n){t.eventEmitter.emit(gd,e,Ui.VIDEO,n)};this._videoMuteHandler=function(e,n){t._doesEndpointSendNewSourceInfo(n)||i(n,"true"===e.value)},e.addPresenceListener("videomuted",this._videoMuteHandler);var r=function(e,n){t.eventEmitter.emit(vd,e,n)};this._videoTypeHandler=function(e,n){t._doesEndpointSendNewSourceInfo(n)||r(n,e.value)},e.addPresenceListener("videoType",this._videoTypeHandler),this._sourceInfoHandler=function(e,n){var i=n,r=_r(e.value),o=t._doesEndpointSendNewSourceInfo(i),a=t._remoteSourceState[i]||(t._remoteSourceState[i]={});for(var s of Object.keys(r)){var c,d=!1,u=bd(s),l=Boolean(r[s].muted),p=a[s]||(a[s]={sourceName:s});p.muted!==l&&(d=!0,p.muted=l,o&&!t._localSourceState[s]&&t.eventEmitter.emit(_d,s,l));var h=u===Ui.VIDEO?null!==(c=r[s].videoType)&&void 0!==c?c:nr.VideoType.CAMERA:void 0;p.videoType!==h&&(p.videoType=h,d=!0,o&&!t._localSourceState[s]&&t.eventEmitter.emit(Ed,s,h)),d&&Hi.isSsrcRewritingSupported()&&t.eventEmitter.emit(yd,s,n,l,h)}var f=Object.keys(r);for(var m of Object.keys(a))-1===f.indexOf(m)&&delete a[m]},e.addPresenceListener("SourceInfo",this._sourceInfoHandler),this._memberLeftHandler=function(e){var n=Et.Strophe.getResourceFromJid(e);for(var i of(delete t._remoteSourceState[n],t.ssrcOwners.entries())){var r=_$$_REQUIRE(_dependencyMap[7])(i,2),o=r[0];r[1]===n&&delete t._sourceNames[o]}},e.addEventListener(or.XMPPEvents.MUC_MEMBER_LEFT,this._memberLeftHandler)}},{key:"_doesEndpointSendNewSourceInfo",value:function(e){var t,n=null===(t=this.chatRoom)||void 0===t?void 0:t.getLastPresence(e);return Boolean(n&&n.find(function(e){return e.tagName===Ul}))}},{key:"_logOwnerChangedMessage",value:function(e){Hi.isSsrcRewritingSupported()?Ll.debug(e):Ll.error(e)}},{key:"getPeerMediaInfo",value:function(e,t,n){var i,r=this,o=null===(i=this.chatRoom)||void 0===i?void 0:i.getLastPresence(e);if(o){if(!this._doesEndpointSendNewSourceInfo(e))return(function(){if(r.chatRoom)return r.chatRoom.getMediaPresenceInfo(e,t);Ll.warn("Requested peer media info, before room was set")})();if(n)return this.getPeerSourceInfo(e,n);var a={muted:!0};if(t===Ui.VIDEO){a.videoType=void 0;var s,c,d=ca(o,"jitsi_participant_codecList"),u=ca(o,"jitsi_participant_codecType");d.length?a.codecList=null!==(s=null===(c=d[0].value)||void 0===c?void 0:c.split(","))&&void 0!==s?s:[]:u.length>0&&(a.codecType=u[0].value)}return a}Ll.warn("getPeerMediaInfo - no presence stored for: "+e)}},{key:"getPeerSourceInfo",value:function(e,t){var n,i={muted:!0,videoType:bd(t)===Ui.VIDEO?nr.VideoType.CAMERA:void 0};return this._remoteSourceState[e]?null!==(n=this._remoteSourceState[e][t])&&void 0!==n?n:i:void 0}},{key:"getSSRCOwner",value:function(e){return this.ssrcOwners.get(e)}},{key:"getTrackSourceName",value:function(e){return this._sourceNames.get(e)}},{key:"removeSSRCOwners",value:function(e){if(null!=e&&e.length)for(var t of e)this.ssrcOwners.delete(t)}},{key:"setChatRoom",value:function(e){var t=this.chatRoom;this.chatRoom=e,t&&(t.removePresenceListener("audiomuted",this._audioMuteHandler),t.removePresenceListener("videomuted",this._videoMuteHandler),t.removePresenceListener("videoType",this._videoTypeHandler),this._sourceInfoHandler&&t.removePresenceListener(Ul,this._sourceInfoHandler),this._memberLeftHandler&&t.removeEventListener(or.XMPPEvents.MUC_MEMBER_LEFT,this._memberLeftHandler)),e&&(this._bindChatRoomEventHandlers(e),this._addLocalSourceInfoToPresence())}},{key:"setSSRCOwner",value:function(e,t){if("number"!=typeof e)throw new TypeError("SSRC("+e+") must be a number");var n=this.ssrcOwners.get(e);n&&n!==t&&this._logOwnerChangedMessage("SSRC owner re-assigned from "+n+" to "+t),this.ssrcOwners.set(e,t)}},{key:"setTrackMuteStatus",value:function(e,t){return this._localSourceState[e]||(this._localSourceState[e]={}),this._localSourceState[e].muted=t,Ll.debug("Mute state of "+e+" changed to muted="+t),!!this.chatRoom&&this._addLocalSourceInfoToPresence()}},{key:"setTrackSourceName",value:function(e,t){if("number"!=typeof e)throw new TypeError("SSRC("+e+") must be a number");var n=this._sourceNames.get(e);n&&n!==t&&this._logOwnerChangedMessage("SSRC("+e+") sourceName re-assigned from "+n+" to "+t),this._sourceNames.set(e,t)}},{key:"setTrackVideoType",value:function(e,t){return this._localSourceState[e]||(this._localSourceState[e]={}),this._localSourceState[e].videoType!==t&&(this._localSourceState[e].videoType=t===nr.VideoType.CAMERA?void 0:t,this._addLocalSourceInfoToPresence())}},{key:"updateSsrcOwnersOnLeave",value:function(e){var t=Array.from(this.ssrcOwners).filter(function(t){return t[1]===e}).map(function(e){return e[0]});null!=t&&t.length&&this.removeSSRCOwners(t)}}]),n})(Td),jl=n(7318),Vl=n.n(jl),Hl=(0,S.getLogger)("JitsiConference.js");function Bl(e){return"string"==typeof e?Object.values(ba).find(function(t){return t===e.toLowerCase()}):null}function Jl(e){var t,n,i;if(!e.name||e.name.toLowerCase()!==e.name.toString()){var r="Invalid conference name (no conference name passed or it contains invalid characters like capital letters)!";throw Hl.error(r),new Error(r)}if(this.connection=e.connection,this.xmpp=null===(t=this.connection)||void 0===t?void 0:t.xmpp,this.xmpp.isRoomCreated(e.name,e.customDomain)){var o="A conference with the same name has already been created!";throw delete this.connection,delete this.xmpp,Hl.error(o),new Error(o)}this.eventEmitter=new(mt()),this.options=e,this.eventManager=new sr(this),this.participants=new Map,this._signalingLayer=new Fl,this._init(e),this.componentsVersions=new _l(this),this.jvbJingleSession=null,this.lastDominantSpeaker=null,this.dtmfManager=null,this.somebodySupportsDTMF=!1,this.authEnabled=!1,this.startAudioMuted=!1,this.startVideoMuted=!1,this.startMutedPolicy={audio:!1,video:!1},this.isMutedByFocus=!1,this.mutedByFocusActor=null,this.isVideoMutedByFocus=!1,this.mutedVideoByFocusActor=null,this.wasStopped=!1,this.properties={},this.connectionQuality=new gu(this,this.eventEmitter,e),this.avgRtpStatsReporter=new hl(this,e.config.avgRtpStatsN||15),e.config.disableAudioLevels||(this._audioOutputProblemDetector=new dl(this)),this.isJvbConnectionInterrupted=!1,this.speakerStatsCollector=new gl(this),this.deferredStartP2PTask=null;var a=parseInt(e.config.p2p&&e.config.p2p.backToP2PDelay,10);this.backToP2PDelay=isNaN(a)?5:a,Hl.info("backToP2PDelay: "+this.backToP2PDelay),this.isP2PConnectionInterrupted=!1,this.p2p=!1,this.p2pJingleSession=null,this.videoSIPGWHandler=new Nl(this.room),this.recordingManager=new sl(this.room),this._conferenceJoinAnalyticsEventSent=void 0,this.isE2EESupported()&&(Hl.info("End-to-End Encryption is supported"),this._e2eEncryption=new no(this)),Hi.isRunInLiteModeEnabled()&&(Hl.info("Lite mode enabled"),this._liteModeContext=new zu(this)),this._audioSenderLimitReached=void 0,this._videoSenderLimitReached=void 0,this._firefoxP2pEnabled=gi.isVersionGreaterThan(109)&&(null===(n=null===(i=this.options.config.testing)||void 0===i?void 0:i.enableFirefoxP2p)||void 0===n||n)}function $l(e,t,n){this.appID=e,this.token=t,this.options=n,this.xmpp=new Rs(n,t),this.addEventListener(hr,function(e,t,n,i){Yi.sendAnalyticsAndLog(En(e,t,i))}),this.addEventListener(lr,function(e){e&&Yi.sendAnalytics(hn,{message:e}),Yi.sendLog(JSON.stringify({id:hn,msg:e}))})}Jl.prototype.constructor=Jl,Jl.resourceCreator=function(e,t){var n,i;return t?n=ro().randomHexString(8).toLowerCase():(n=null===(i=Et.Strophe.getNodeFromJid(e))||void 0===i?void 0:i.substr(0,8).toLowerCase())&&/[0-9a-f]{8}/g.test(n)||(n=ro().randomHexString(8).toLowerCase()),n},Jl.prototype._init=function(){var e,t,n,i,r,o,a,s,c,d=this,u=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};this.eventManager.setupXMPPListeners();var l=this.options.config,p={jvb:{preferenceOrder:gi.isMobileDevice()&&null!==(e=l.videoQuality)&&void 0!==e&&e.mobileCodecPreferenceOrder?l.videoQuality.mobileCodecPreferenceOrder:null===(t=l.videoQuality)||void 0===t?void 0:t.codecPreferenceOrder,disabledCodec:Bl(null===(n=l.videoQuality)||void 0===n?void 0:n.disabledCodec),preferredCodec:Bl(null===(i=l.videoQuality)||void 0===i?void 0:i.preferredCodec)},p2p:{preferenceOrder:gi.isMobileDevice()&&null!==(r=l.p2p)&&void 0!==r&&r.mobileCodecPreferenceOrder?l.p2p.mobileCodecPreferenceOrder:null===(o=l.p2p)||void 0===o?void 0:o.codecPreferenceOrder,disabledCodec:Bl(null===(a=l.p2p)||void 0===a?void 0:a.disabledCodec),preferredCodec:Bl(null===(s=l.p2p)||void 0===s?void 0:s.preferredCodec)}};if(this.codecSelection=new Is(this,p),this._statsCurrentId=l.statisticsId?l.statisticsId:Uo.callStatsUserName,this.room=this.xmpp.createRoom(this.options.name,Object.assign({},l,{statsId:this._statsCurrentId}),Jl.resourceCreator),this._signalingLayer.setChatRoom(this.room),this._signalingLayer.on(fd.SOURCE_UPDATED,function(e,t,n,i){var r=d.participants.get(t),o=bd(e);r&&(r._setSources(o,n,e,i),d.eventEmitter.emit(ye,r))}),this._onIceConnectionInterrupted=this._onIceConnectionInterrupted.bind(this),this.room.addListener(or.XMPPEvents.CONNECTION_INTERRUPTED,this._onIceConnectionInterrupted),this._onIceConnectionRestored=this._onIceConnectionRestored.bind(this),this.room.addListener(or.XMPPEvents.CONNECTION_RESTORED,this._onIceConnectionRestored),this._onIceConnectionEstablished=this._onIceConnectionEstablished.bind(this),this.room.addListener(or.XMPPEvents.CONNECTION_ESTABLISHED,this._onIceConnectionEstablished),this._updateProperties=this._updateProperties.bind(this),this.room.addListener(or.XMPPEvents.CONFERENCE_PROPERTIES_CHANGED,this._updateProperties),this._sendConferenceJoinAnalyticsEvent=this._sendConferenceJoinAnalyticsEvent.bind(this),this.room.addListener(or.XMPPEvents.MEETING_ID_SET,this._sendConferenceJoinAnalyticsEvent),this._removeLocalSourceOnReject=this._removeLocalSourceOnReject.bind(this),this._updateRoomPresence=this._updateRoomPresence.bind(this),this.room.addListener(or.XMPPEvents.SESSION_ACCEPT,this._updateRoomPresence),this.room.addListener(or.XMPPEvents.SOURCE_ADD,this._updateRoomPresence),this.room.addListener(or.XMPPEvents.SOURCE_ADD_ERROR,this._removeLocalSourceOnReject),this.room.addListener(or.XMPPEvents.SOURCE_REMOVE,this._updateRoomPresence),null!==(c=l.e2eping)&&void 0!==c&&c.enabled&&(this.e2eping=new Ju(this,l,function(e,t){try{d.sendMessage(e,t,!0)}catch(e){Hl.warn("Failed to send E2E ping request or response.",e&&e.msg)}})),this.rtc||(this.rtc=new au(this,u),this.eventManager.setupRTCListeners(),this._registerRtcListeners(this.rtc)),this.receiveVideoController=new Yu(this,this.rtc),this.sendVideoController=new el(this,this.rtc),this.statistics||(this.statistics=new Yi(this,{aliasName:this._statsCurrentId,userName:l.statisticsDisplayName?l.statisticsDisplayName:this.myUserId(),confID:l.confID||this.connection.options.hosts.domain+"/"+this.options.name,siteID:l.siteID,customScriptUrl:l.callStatsCustomScriptUrl,callStatsID:l.callStatsID,callStatsSecret:l.callStatsSecret,callStatsApplicationLogsDisabled:l.callStatsApplicationLogsDisabled,roomName:this.options.name,applicationName:l.applicationName,configParams:l.callStatsConfigParams}),Yi.analytics.addPermanentProperties({callstats_name:this._statsCurrentId}),l.longTasksStatsInterval&&this.statistics.attachLongTasksStats()),this.eventManager.setupChatRoomListeners(),this.eventManager.setupStatisticsListeners(),l.enableTalkWhileMuted&&gi.supportsVADDetection())if(l.createVADProcessor){Hl.info("Using VAD detection for generating talk while muted events"),this._audioAnalyser||(this._audioAnalyser=new Mu(this,l.createVADProcessor));var h=new Ou;h.on(Cu,function(){return d.eventEmitter.emit($e)}),this._audioAnalyser.addVADDetectionService(h)}else Hl.warn("No VAD Processor was provided. Talk while muted detection service was not initialized!");if(l.enableNoisyMicDetection&&gi.supportsVADDetection())if(l.createVADProcessor){this._audioAnalyser||(this._audioAnalyser=new Mu(this,l.createVADProcessor));var f=new Du;f.on(bu,function(){return d.eventEmitter.emit(Ie)}),this._audioAnalyser.addVADDetectionService(f)}else Hl.warn("No VAD Processor was provided. Noisy microphone detection service was not initialized!");l.enableNoAudioDetection&&!l.disableAudioLevels&&Di.isLocalStatsSupported()&&(this._noAudioSignalDetection=new xu(this),this._noAudioSignalDetection.on(Su,function(){d.eventEmitter.emit(Ae)}),this._noAudioSignalDetection.on(Eu,function(e){d.eventEmitter.emit(q,e)})),"channelLastN"in l&&this.setLastN(l.channelLastN),this.jvb121Status=new Gu(this),this.p2pDominantSpeakerDetection=new ku(this),l&&l.deploymentInfo&&l.deploymentInfo.userRegion&&this.setLocalParticipantProperty("region",l.deploymentInfo.userRegion),this.setLocalParticipantProperty("codecList",this.codecSelection.getCodecPreferenceList("jvb")),l&&l.transcriptionLanguage&&"en-US"!==l.transcriptionLanguage&&this.setLocalParticipantProperty("transcription_language",l.transcriptionLanguage)},Jl.prototype.join=function(e){var t=this,n=arguments.length>1&&void 0!==arguments[1]&&arguments[1];this.room&&this.room.join(e,n).then(function(){return t._maybeSetSITimeout()})},Jl.prototype.authenticateAndUpgradeRole=function(e){return Ts.call(this,Object.assign({},e,{onCreateResource:Jl.resourceCreator}))},Jl.prototype.isJoined=function(){return this.room&&this.room.joined},Jl.prototype.isP2PEnabled=function(){return Boolean(this.options.config.p2p&&this.options.config.p2p.enabled)||void 0===this.options.config.p2p},Jl.prototype.isP2PTestModeEnabled=function(){return Boolean(this.options.config.testing&&this.options.config.testing.p2pTestMode)},Jl.prototype.leave=(El=_$$_REQUIRE(_dependencyMap[9])(function*(e){var t=this;if(this.avgRtpStatsReporter&&(this.avgRtpStatsReporter.dispose(),this.avgRtpStatsReporter=null),this._audioOutputProblemDetector&&(this._audioOutputProblemDetector.dispose(),this._audioOutputProblemDetector=null),this.e2eping&&(this.e2eping.stop(),this.e2eping=null),this.getLocalTracks().forEach(function(e){return t.onLocalTrackRemoved(e)}),this.rtc.closeBridgeChannel(),this._sendConferenceLeftAnalyticsEvent(),this.statistics&&this.statistics.dispose(),this._delayedIceFailed&&this._delayedIceFailed.cancel(),this._maybeClearSITimeout(),this.jvbJingleSession&&(this.jvbJingleSession.close(),this.jvbJingleSession=null),this.p2pJingleSession&&(this.p2pJingleSession.close(),this.p2pJingleSession=null),!this.room)throw new Error("You have already left the conference");var n,i=this.room;i.removeListener(or.XMPPEvents.CONNECTION_INTERRUPTED,this._onIceConnectionInterrupted),i.removeListener(or.XMPPEvents.CONNECTION_RESTORED,this._onIceConnectionRestored),i.removeListener(or.XMPPEvents.CONNECTION_ESTABLISHED,this._onIceConnectionEstablished),i.removeListener(or.XMPPEvents.CONFERENCE_PROPERTIES_CHANGED,this._updateProperties),i.removeListener(or.XMPPEvents.MEETING_ID_SET,this._sendConferenceJoinAnalyticsEvent),i.removeListener(or.XMPPEvents.SESSION_ACCEPT,this._updateRoomPresence),i.removeListener(or.XMPPEvents.SOURCE_ADD,this._updateRoomPresence),i.removeListener(or.XMPPEvents.SOURCE_ADD_ERROR,this._removeLocalSourceOnReject),i.removeListener(or.XMPPEvents.SOURCE_REMOVE,this._updateRoomPresence),this.eventManager.removeXMPPListeners(),this._signalingLayer.setChatRoom(null),this.room=null;try{yield i.leave(e)}catch(e){n=e,this.getParticipants().forEach(function(e){return t.onMemberLeft(e.getJid())})}if(this.rtc&&this.rtc.destroy(),n)throw n}),function(e){return El.apply(this,arguments)}),Jl.prototype.isEndConferenceSupported=function(){return Boolean(this.room&&this.room.xmpp.endConferenceComponentAddress)},Jl.prototype.end=function(){if(this.isEndConferenceSupported()){if(!this.room)throw new Error("You have already left the conference");this.room.end()}else Hl.warn("Cannot end conference: is not supported.")},Jl.prototype.getActiveMediaSession=function(){return this.isP2PActive()?this.p2pJingleSession:this.jvbJingleSession},Jl.prototype.getMediaSessions=function(){var e=[];return this.jvbJingleSession&&e.push(this.jvbJingleSession),this.p2pJingleSession&&e.push(this.p2pJingleSession),e},Jl.prototype._registerRtcListeners=function(e){var t=this;e.addListener(tr.default.DATA_CHANNEL_OPEN,function(){for(var e of t.rtc.localTracks)e.isVideoTrack()&&t._sendBridgeVideoTypeMessage(e)})},Jl.prototype._sendBridgeVideoTypeMessage=function(e){var t=!e||e.isMuted()?Vl().NONE:e.getVideoType();t===Vl().DESKTOP&&this._desktopSharingFrameRate>5&&(t=Vl().DESKTOP_HIGH_FPS),e&&this.rtc.sendSourceVideoType(e.getSourceName(),t)},Jl.prototype.getName=function(){return this.options.name.toString()},Jl.prototype.getConnection=function(){return this.connection},Jl.prototype.isAuthEnabled=function(){return this.authEnabled},Jl.prototype.isLoggedIn=function(){return Boolean(this.authIdentity)},Jl.prototype.getAuthLogin=function(){return this.authIdentity},Jl.prototype.isExternalAuthEnabled=function(){return this.room&&this.room.xmpp.moderator.isExternalAuthEnabled()},Jl.prototype.getExternalAuthUrl=function(e){var t=this;return new Promise(function(n,i){t.isExternalAuthEnabled()?e?t.room.xmpp.moderator.getPopupLoginUrl(t.room.roomjid,n,i):t.room.xmpp.moderator.getLoginUrl(t.room.roomjid,n,i):i()})},Jl.prototype.getLocalTracks=function(e){var t=[];return this.rtc&&(t=this.rtc.getLocalTracks(e)),t},Jl.prototype.getLocalAudioTrack=function(){return this.rtc?this.rtc.getLocalAudioTrack():null},Jl.prototype.getLocalVideoTrack=function(){return this.rtc?this.rtc.getLocalVideoTrack():null},Jl.prototype.getLocalVideoTracks=function(){return this.rtc?this.rtc.getLocalVideoTracks():null},Jl.prototype.getPerformanceStats=function(){return{longTasksStats:this.statistics.getLongTasksStats()}},Jl.prototype.on=function(e,t){this.eventEmitter&&this.eventEmitter.on(e,t)},Jl.prototype.once=function(e,t){this.eventEmitter&&this.eventEmitter.once(e,t)},Jl.prototype.off=function(e,t){this.eventEmitter&&this.eventEmitter.removeListener(e,t)},Jl.prototype.addEventListener=Jl.prototype.on,Jl.prototype.removeEventListener=Jl.prototype.off,Jl.prototype.addCommandListener=function(e,t){this.room&&this.room.addPresenceListener(e,t)},Jl.prototype.removeCommandListener=function(e,t){this.room&&this.room.removePresenceListener(e,t)},Jl.prototype.sendTextMessage=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"body";this.room&&this.room.sendMessage(e,t)},Jl.prototype.sendPrivateTextMessage=function(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"body";this.room&&this.room.sendPrivateMessage(e,t,n)},Jl.prototype.sendCommand=function(e,t){this.room?this.room.addOrReplaceInPresence(e,t)&&this.room.sendPresence():Hl.warn("Not sending a command, room not initialized.")},Jl.prototype.sendCommandOnce=function(e,t){this.sendCommand(e,t),this.removeCommand(e)},Jl.prototype.removeCommand=function(e){this.room&&this.room.removeFromPresence(e)},Jl.prototype.setDisplayName=function(e){if(this.room){e?this.room.addOrReplaceInPresence("nick",{attributes:{xmlns:"http://jabber.org/protocol/nick"},value:e})&&this.room.sendPresence():this.room.getFromPresence("nick")&&(this.room.removeFromPresence("nick"),this.room.sendPresence())}},Jl.prototype.setSubject=function(e){this.room&&this.isModerator()?this.room.setSubject(e):Hl.warn("Failed to set subject, "+(this.room?"":"not in a room, ")+(this.isModerator()?"":"participant is not a moderator"))},Jl.prototype.getTranscriptionStatus=function(){return this.room.transcriptionStatus},Jl.prototype.addTrack=function(e){var t=this;if(!e)throw new Error("addTrack - a track is required");var n=e.getType(),i=this.rtc.getLocalTracks(n);if(i.length>0){if(e===i[0])return Promise.resolve(e);if(Hi.isMultiStreamSendSupportEnabled()&&n===Ui.VIDEO&&!i.find(function(t){return t.getVideoType()===e.getVideoType()})){var r,o=Sd(this.myUserId(),n,null===(r=this.getLocalTracks(n))||void 0===r?void 0:r.length);e.setSourceName(o);var a=[];return this.p2pJingleSession&&a.push(this.p2pJingleSession.addTracks([e])),this.jvbJingleSession&&a.push(this.jvbJingleSession.addTracks([e])),Promise.all(a).then(function(){t._setupNewTrack(e),t._sendBridgeVideoTypeMessage(e),t._updateRoomPresence(t.getActiveMediaSession()),(t.isMutedByFocus||t.isVideoMutedByFocus)&&t._fireMuteChangeEvent(e)})}return Promise.reject(new Error("Cannot add second "+n+" track to the conference"))}return this.replaceTrack(null,e).then(function(){e.getVideoType()===nr.VideoType.DESKTOP&&Hi.isMultiStreamSendSupportEnabled()&&t._updateRoomPresence(t.getActiveMediaSession())})},Jl.prototype._fireAudioLevelChangeEvent=function(e,t){var n=this.getActivePeerConnection();t&&n!==t||this.eventEmitter.emit(qe,this.myUserId(),e)},Jl.prototype._fireMuteChangeEvent=function(e){var t;if(this.isMutedByFocus&&e.isAudioTrack()&&!e.isMuted()?(this.isMutedByFocus=!1,this.room.muteParticipant(this.room.myroomjid,!1,Ui.AUDIO)):this.isVideoMutedByFocus&&e.isVideoTrack()&&!e.isMuted()&&(this.isVideoMutedByFocus=!1,this.room.muteParticipant(this.room.myroomjid,!1,Ui.VIDEO)),this.mutedByFocusActor&&e.isAudioTrack()){var n=Et.Strophe.getResourceFromJid(this.mutedByFocusActor);t=this.participants.get(n)}else if(this.mutedVideoByFocusActor&&e.isVideoTrack()){var i=Et.Strophe.getResourceFromJid(this.mutedVideoByFocusActor);t=this.participants.get(i)}var r=gi.isReactNative()?e.videoType===nr.VideoType.DESKTOP:gi.doesVideoMuteByStreamRemove();e.isVideoTrack()&&!r&&this._sendBridgeVideoTypeMessage(e),this.eventEmitter.emit(Qe,e,t)},Jl.prototype._getInitialLocalTracks=function(){var e=this;return this.getLocalTracks().filter(function(t){var n=t.getType();return!(n!==Ui.AUDIO||(e.isStartAudioMuted()||e.startMutedPolicy.audio)&&!gi.isWebKitBased()&&!gi.isReactNative())||n===Ui.VIDEO&&!e.isStartVideoMuted()&&!e.startMutedPolicy.video})},Jl.prototype.onLocalTrackRemoved=function(e){e.setConference(null),this.rtc.removeLocalTrack(e),e.removeEventListener(Ct,e.muteHandler),e.isAudioTrack()&&e.removeEventListener(Rt,e.audioLevelHandler),e.isVideoTrack()&&e.videoType===nr.VideoType.DESKTOP&&this.statistics.sendScreenSharingEvent(!1),this.eventEmitter.emit(ze,e)},Jl.prototype.removeTrack=function(e){return this.replaceTrack(e,null)},Jl.prototype.replaceTrack=function(e,t){var n=this,i=null==e?void 0:e.getVideoType(),r=(null==e?void 0:e.getType())||(null==t?void 0:t.getType()),o=null==t?void 0:t.getVideoType();if(Hi.isMultiStreamSendSupportEnabled()&&e&&t&&i!==o)throw new Error("Replacing a track of videoType="+i+" with a track of videoType="+o+" is not supported in this mode.");if(t){var a,s=e?e.getSourceName():Sd(this.myUserId(),r,null===(a=this.getLocalTracks(r))||void 0===a?void 0:a.length);t.setSourceName(s)}var c=this===(null==e?void 0:e.conference);return c&&e.disposed||null!=t&&t.disposed?Promise.reject(new zt(Bt)):(e&&!c&&Hl.warn("JitsiConference.replaceTrack oldTrack ("+e+" does not belong to this conference"),this._doReplaceTrack(c?e:null,t).then(function(){return!c||e.isMuted()||t||e._sendMuteStatus(!0),c&&n.onLocalTrackRemoved(e),t&&n._setupNewTrack(t),(c&&null!=e&&e.isVideoTrack()||null!=t&&t.isVideoTrack())&&n._sendBridgeVideoTypeMessage(t),n._updateRoomPresence(n.getActiveMediaSession()),null!==t&&(n.isMutedByFocus||n.isVideoMutedByFocus)&&n._fireMuteChangeEvent(t),Promise.resolve()}).catch(function(e){return Hl.error("replaceTrack failed: "+(null==e?void 0:e.stack)),Promise.reject(e)}))},Jl.prototype._doReplaceTrack=function(e,t){var n=[];return this.jvbJingleSession?n.push(this.jvbJingleSession.replaceTrack(e,t)):Hl.info("_doReplaceTrack - no JVB JingleSession"),this.p2pJingleSession?n.push(this.p2pJingleSession.replaceTrack(e,t)):Hl.info("_doReplaceTrack - no P2P JingleSession"),Promise.all(n)},Jl.prototype._removeLocalSourceOnReject=function(e,t,n){if(e){Hl.warn("Source-add rejected on "+e+", reason=\""+(null==t?void 0:t.reason)+"\", message=\""+(null==t?void 0:t.msg)+"\"");var i=this.getLocalTracks(n)[0];this.eventEmitter.emit(Ke,i)}},Jl.prototype._setupNewTrack=function(e){var t=e.getType();if(e.isAudioTrack()||e.isVideoTrack()&&e.videoType!==nr.VideoType.DESKTOP){var n=au.getCurrentlyAvailableMediaDevices().find(function(t){return t.kind===e.getTrack().kind+"input"&&t.label===e.getTrack().label});n&&Yi.sendActiveDeviceListEvent(au.getEventDataForActiveDevice(n))}if(!e.getSourceName()){var i,r=Sd(this.myUserId(),t,null===(i=this.getLocalTracks(t))||void 0===i?void 0:i.length);e.setSourceName(r)}this.rtc.addLocalTrack(e),e.setConference(this),this.isP2PActive()&&this._suspendMediaTransferForJvbConnection(),e.muteHandler=this._fireMuteChangeEvent.bind(this,e),e.addEventListener(Ct,e.muteHandler),e.isAudioTrack()&&(e.audioLevelHandler=this._fireAudioLevelChangeEvent.bind(this),e.addEventListener(Rt,e.audioLevelHandler)),this.eventEmitter.emit(Ge,e)},Jl.prototype._setNewVideoType=function(e){var t=!1;return e&&(t=this._signalingLayer.setTrackVideoType(e.getSourceName(),e.videoType)),t},Jl.prototype._setTrackMuteStatus=function(e,t,n){var i=!1;return t&&((i=this._signalingLayer.setTrackMuteStatus(t.getSourceName(),n))&&Hl.debug("Mute state of "+t+" changed to muted="+n)),i},Jl.prototype._addLocalTrackToPc=function(e){var t=[];return this.jvbJingleSession?t.push(this.jvbJingleSession.addTrackToPc(e)):Hl.debug("Add local MediaStream - no JVB Jingle session started yet"),this.p2pJingleSession?t.push(this.p2pJingleSession.addTrackToPc(e)):Hl.debug("Add local MediaStream - no P2P Jingle session started yet"),Promise.allSettled(t)},Jl.prototype._removeLocalTrackFromPc=function(e){var t=[];return this.jvbJingleSession?t.push(this.jvbJingleSession.removeTrackFromPc(e)):Hl.debug("Remove local MediaStream - no JVB JingleSession started yet"),this.p2pJingleSession?t.push(this.p2pJingleSession.removeTrackFromPc(e)):Hl.debug("Remove local MediaStream - no P2P JingleSession started yet"),Promise.allSettled(t)},Jl.prototype.getRole=function(){return this.room.role},Jl.prototype.isHidden=function(){return this.connection?Et.Strophe.getDomainFromJid(this.connection.getJid())===this.options.config.hiddenDomain:null},Jl.prototype.isModerator=function(){return this.room?this.room.isModerator():null},Jl.prototype.lock=function(e){var t=this;return this.isModerator()?new Promise(function(n,i){t.room.lockRoom(e||"",function(){return n()},function(e){return i(e)},function(){return i(H)})}):Promise.reject(new Error("You are not moderator."))},Jl.prototype.unlock=function(){return this.lock()},Jl.prototype.getLastN=function(){return this.receiveVideoController.getLastN()},Jl.prototype.getForwardedSources=function(){return this.rtc.getForwardedSources()},Jl.prototype.setLastN=function(e){if(!Number.isInteger(e)&&!Number.parseInt(e,10))throw new Error("Invalid value for lastN: "+e);var t=Number(e);if(t<-1)throw new RangeError("lastN cannot be smaller than -1");if(this.receiveVideoController.setLastN(t),this.p2pJingleSession){var n=0!==t;this.p2pJingleSession.setP2pVideoTransferActive(n).catch(function(e){Hl.error("Failed to adjust video transfer status ("+n+")",e)})}},Jl.prototype.getParticipants=function(){return Array.from(this.participants.values())},Jl.prototype.getParticipantCount=function(){var e=arguments.length>0&&void 0!==arguments[0]&&arguments[0],t=this.getParticipants();return e||(t=t.filter(function(e){return!e.isHidden()})),t.length+1},Jl.prototype.getParticipantById=function(e){return this.participants.get(e)},Jl.prototype.grantOwner=function(e){var t=this.getParticipantById(e);t&&this.room.setAffiliation(t.getConnectionJid(),"owner")},Jl.prototype.revokeOwner=function(e){var t=this.getParticipantById(e),n=this.myUserId()===e,i=this.isMembersOnly()?"member":"none";n?this.room.setAffiliation(this.connection.getJid(),i):t&&this.room.setAffiliation(t.getConnectionJid(),i)},Jl.prototype.kickParticipant=function(e,t){var n=this.getParticipantById(e);n&&this.room.kick(n.getJid(),t)},Jl.prototype._maybeClearSITimeout=function(){this._sessionInitiateTimeout&&(this.jvbJingleSession||this.getParticipantCount()<2)&&(window.clearTimeout(this._sessionInitiateTimeout),this._sessionInitiateTimeout=null)},Jl.prototype._maybeSetSITimeout=function(){var e=this;!this.jvbJingleSession&&this.getParticipantCount()>=2&&!this._sessionInitiateTimeout&&(this._sessionInitiateTimeout=window.setTimeout(function(){e._sessionInitiateTimeout=null,Yi.sendAnalytics(Tn(rn,{p2p:!1,value:5e3}))},5e3))},Jl.prototype.muteParticipant=function(e,t){var n=t||Ui.AUDIO;if(n===Ui.AUDIO||n===Ui.VIDEO){var i=this.getParticipantById(e);i&&this.room.muteParticipant(i.getJid(),!0,n)}else Hl.error("Unsupported media type: "+n)},Jl.prototype.onMemberJoined=function(e,t,n,i,r,o,a,s,c,d,u){var l,p,h,f,m=Et.Strophe.getResourceFromJid(e);if("focus"!==m&&this.myUserId()!==m){var g=new dr(e,this,t,i,r,o,a);g.setConnectionJid(c),g.setRole(n),g.setBotType(s),g.setFeatures(d),g.setIsReplacing(u);var v=this.isP2PActive()?null!==(l=null===(p=this.p2pJingleSession)||void 0===p?void 0:p.peerconnection.getRemoteTracks(m))&&void 0!==l?l:[]:null!==(h=null===(f=this.jvbJingleSession)||void 0===f?void 0:f.peerconnection.getRemoteTracks(m))&&void 0!==h?h:[];for(var _ of v)g._tracks.push(_);this.participants.set(m,g),this.eventEmitter.emit(Xe,m,g),this._updateFeatures(g),this.isJoined()&&this._maybeStartOrStopP2P(),this._maybeSetSITimeout()}},Jl.prototype._onMucJoined=function(){this._maybeStartOrStopP2P()},Jl.prototype._updateFeatures=function(e){var t=this;e.getFeatures().then(function(n){e._supportsDTMF=n.has("urn:xmpp:jingle:dtmf:0"),t.updateDTMFSupport(),n.has(Ss)&&e.setProperty("features_jigasi",!0),n.has(bs)&&e.setProperty("features_e2ee",!0)}).catch(function(){return!1})},Jl.prototype._onMemberBotTypeChanged=function(e,t){var n=this.getParticipants().find(function(t){return t.getJid()===e});if(n){n.setBotType(t);var i=Et.Strophe.getResourceFromJid(e);this.eventEmitter.emit(nt,i,t)}n.getBotType()||this._maybeStartOrStopP2P()},Jl.prototype.onMemberLeft=function(e,t){var n=this,i=Et.Strophe.getResourceFromJid(e);if("focus"!==i&&this.myUserId()!==i){var r=this.getMediaSessions(),o=[];for(var a of r){var s=a.peerconnection.getRemoteTracks(i);s&&(o=[].concat(_$$_REQUIRE(_dependencyMap[4])(o),_$$_REQUIRE(_dependencyMap[4])(s))),a._signalingLayer.updateSsrcOwnersOnLeave(i),Hi.isSsrcRewritingSupported()||a.removeRemoteStreamsOnLeave(i)}o.forEach(function(e){Hi.isSsrcRewritingSupported()?(e.setSourceName(null),e.setOwner(null)):n.eventEmitter.emit(ze,e)});var c=this.participants.get(i);c&&(this.participants.delete(i),this.eventEmitter.emit(Ye,i,c,t)),null!==this.room&&(this._maybeStartOrStopP2P(!0),this._maybeClearSITimeout())}},Jl.prototype.onMemberKicked=function(e,t,n,i,r){var o=this;if(t!==this.myUserId()){var a=this.participants.get(t);if(e)return this.eventEmitter.emit(ve,a,i,r),void this.leave().finally(function(){return o.xmpp.disconnect()});var s=this.participants.get(n);s.setIsReplaced(r),this.eventEmitter.emit(_e,a,s,i)}},Jl.prototype.onLocalRoleChanged=function(e){this.eventEmitter.emit(Ze,this.myUserId(),e)},Jl.prototype.onUserRoleChanged=function(e,t){var n=Et.Strophe.getResourceFromJid(e),i=this.getParticipantById(n);i&&(i.setRole(t),this.eventEmitter.emit(Ze,n,t))},Jl.prototype.onDisplayNameChanged=function(e,t){var n=Et.Strophe.getResourceFromJid(e),i=this.getParticipantById(n);i&&i._displayName!==t&&(i._displayName=t,this.eventEmitter.emit(se,n,t))},Jl.prototype.onRemoteTrackAdded=function(e){var t=this;if(!e.isP2P||this.isP2PActive())if(e.isP2P||!this.isP2PActive()){var n=e.getParticipantId(),i=this.getParticipantById(n);i?i._tracks.push(e):Hl.info("Source signaling received before presence for "+n);var r=this.eventEmitter;e.addEventListener(Ct,function(){return r.emit(Qe,e)}),e.isAudioTrack()&&e.addEventListener(Rt,function(e,i){t.getActivePeerConnection()===i&&r.emit(qe,n,e)}),r.emit(Ge,e)}else Hl.info("Trying to add remote JVB track, when in P2P - IGNORED");else Hl.info("Trying to add remote P2P track, when not in P2P - IGNORED")},Jl.prototype.onCallAccepted=function(e,t){this.p2pJingleSession===e&&(Hl.info("P2P setAnswer"),this.p2pJingleSession.setAnswer(t),this.eventEmitter.emit(Te,this.p2pJingleSession))},Jl.prototype.onTransportInfo=function(e,t){this.p2pJingleSession===e&&(Hl.info("P2P addIceCandidates"),this.p2pJingleSession.addIceCandidates(t))},Jl.prototype.onRemoteTrackRemoved=function(e){var t=this;this.getParticipants().forEach(function(n){for(var i=n.getTracks(),r=0;rcontent").attr("name");i!==("0"===r||"1"===r)?n={reason:"decline",reasonDescription:"P2P disabled",errorMsg:"P2P across two endpoints in different SDP modes is disabled"}:!this.isP2PEnabled()&&!this.isP2PTestModeEnabled()||gi.isFirefox()&&!this._firefoxP2pEnabled?n={reason:"decline",reasonDescription:"P2P disabled",errorMsg:"P2P mode disabled in the configuration or browser unsupported"}:this.p2pJingleSession?n={reason:"busy",reasonDescription:"P2P already in progress",errorMsg:'Duplicated P2P "session-initiate"'}:this._shouldBeInP2PMode()||(n={reason:"decline",reasonDescription:"P2P requirements not met",errorMsg:'Received P2P "session-initiate" when should not be in P2P mode'},Yi.sendAnalytics(Tn(cn))),n?this._rejectIncomingCall(e,n):this._acceptP2PIncomingCall(e,t)},Jl.prototype.onIncomingCall=function(e,t,n){if(e.isP2P)this._onIncomingCallP2P(e,t);else{if(!this.isFocus(e.remoteJid)){var i="Rejecting session-initiate from non-focus.";return void this._rejectIncomingCall(e,{reason:"security-error",reasonDescription:i,errorMsg:i})}this._acceptJvbIncomingCall(e,t,n)}},Jl.prototype._acceptJvbIncomingCall=function(e,t,n){var i=this;this.jvbJingleSession=e,this.room.connectionTimes["session.initiate"]=n,this._sendConferenceJoinAnalyticsEvent(),this.wasStopped&&Yi.sendAnalyticsAndLog(Tn(en,{p2p:!1}));var r=vt()(t).find('>bridge-session[xmlns="http://jitsi.org/protocol/focus"]').attr("region");this.eventEmitter.emit(Re,r),this._maybeClearSITimeout(),Yi.sendAnalytics(Tn(nn,{p2p:!1,value:n}));try{e.initialize(this.room,this.rtc,this._signalingLayer,Object.assign({},this.options.config,{codecSettings:{mediaType:Ui.VIDEO,codecList:this.codecSelection.getCodecPreferenceList("jvb")},enableInsertableStreams:this.isE2EEEnabled()||Hi.isRunInLiteModeEnabled()}))}catch(e){return xi().callErrorHandler(e),void Hl.error(e)}this._setBridgeChannel(t,e.peerconnection);var o=this._getInitialLocalTracks();try{e.acceptOffer(t,function(){i.isP2PActive()&&i.jvbJingleSession&&i._suspendMediaTransferForJvbConnection(),i.eventEmitter.emit(Te,e),i.isP2PActive()||i.eventEmitter.emit(Ce,e)},function(e){xi().callErrorHandler(e),Hl.error("Failed to accept incoming Jingle session",e)},o),this._desktopSharingFrameRate&&e.peerconnection.setDesktopSharingFrameRate(this._desktopSharingFrameRate),Hl.info("Starting CallStats for JVB connection..."),this.statistics.startCallStats(this.jvbJingleSession.peerconnection,"jitsi"),this.statistics.startRemoteStats(this.jvbJingleSession.peerconnection)}catch(e){xi().callErrorHandler(e),Hl.error(e)}},Jl.prototype._setBridgeChannel=function(e,t){var n,i,r,o,a,s,c,d=null===(n=this.connection)||void 0===n||null===(i=n.options)||void 0===i||null===(r=i.bridgeChannel)||void 0===r?void 0:r.ignoreDomain,u=null!==(o=null===(a=this.connection)||void 0===a||null===(s=a.options)||void 0===s||null===(c=s.bridgeChannel)||void 0===c?void 0:c.preferSctp)&&void 0!==o&&o,l=1===vt()(e).find('>content[name="data"]').first().length,p=null;if(Hl.info("SCTP: offered="+l+", prefered="+u),!(l&&u||(vt()(e).find(">content>transport>web-socket").toArray().map(function(e){return e.getAttribute("url")}).forEach(function(e){p||d&&d===new URL(e).hostname?p||Hl.info("Ignoring colibri-ws url with domain "+d):(p=e,Hl.info("Using colibri-ws url "+e))}),p))){var h=vt()(e).find(">content>transport>web-socket").first();1===h.length&&(p=h[0].getAttribute("url"),Hl.info("Falling back to "+p))}!p||l&&u?l?this.rtc.initializeBridgeChannel(t,null):Hl.warn("Neither SCTP nor a websocket is available. Will not initialize bridge channel."):this.rtc.initializeBridgeChannel(null,p)},Jl.prototype._rejectIncomingCall=function(e,t){null!=t&&t.errorMsg&&Hl.warn(t.errorMsg),e.terminate(null,function(e){Hl.warn("An error occurred while trying to terminate invalid Jingle session",e)},{reason:t&&t.reason,reasonDescription:t&&t.reasonDescription,sendSessionTerminate:!0})},Jl.prototype.onCallEnded=function(e,t,n){if(Hl.info("Call ended: "+t+" - "+n+" P2P ?"+e.isP2P),e===this.jvbJingleSession)this.wasStopped=!0,Yi.sendAnalytics(Tn(on,{p2p:!1})),this.statistics&&(this.statistics.stopRemoteStats(this.jvbJingleSession.peerconnection),Hl.info("Stopping JVB CallStats"),this.statistics.stopCallStats(this.jvbJingleSession.peerconnection)),this.jvbJingleSession=null,this.rtc.onCallEnded();else if(e===this.p2pJingleSession){var i={};"decline"===t&&"force JVB121"===n?(Hl.info("In forced JVB 121 mode..."),Yi.analytics.addPermanentProperties({forceJvb121:!0})):"connectivity-error"===t&&"ICE FAILED"===n?Yi.analytics.addPermanentProperties({p2pFailed:!0}):"success"===t&&"restart"===n&&(i.requestRestart=!0),this._stopP2PSession(i)}else Hl.error("Received onCallEnded for invalid session",e.sid,e.remoteJid,t,n)},Jl.prototype.onSuspendDetected=function(e){e.isP2P||(this.leave(),this.eventEmitter.emit(Je))},Jl.prototype.updateDTMFSupport=function(){for(var e=!1,t=this.getParticipants(),n=0;n1&&void 0!==arguments[1]?arguments[1]:"",n=arguments.length>2&&void 0!==arguments[2]&&arguments[2],i=typeof e;if("object"===i||!n&&"string"===i)if(n)this.sendEndpointMessage(t,e);else{var r=e,o="body";if("object"===i){o="json-message",r.hasOwnProperty(Es)||(r[Es]="");try{r=JSON.stringify(r)}catch(e){return void Hl.error("Can not send a message, stringify failed: ",e)}}t?this.sendPrivateTextMessage(t,r,o):this.sendTextMessage(r,o)}else Hl.error("Can not send a message of type "+i)},Jl.prototype.isConnectionInterrupted=function(){return this.isP2PActive()?this.isP2PConnectionInterrupted:this.isJvbConnectionInterrupted},Jl.prototype._onConferenceRestarted=function(e){!e.isP2P&&this.options.config.enableForcedReload&&this.eventEmitter.emit(X,w)},Jl.prototype._onIceConnectionInterrupted=function(e){e.isP2P?this.isP2PConnectionInterrupted=!0:this.isJvbConnectionInterrupted=!0,e.isP2P===this.isP2PActive()&&this.eventEmitter.emit(ie)},Jl.prototype._onIceConnectionFailed=function(e){e.isP2P?(Yi.analytics.addPermanentProperties({p2pFailed:!0}),this.p2pJingleSession&&Yi.sendAnalyticsAndLog(Cn(un,{initiator:this.p2pJingleSession.isInitiator})),this._stopP2PSession({reason:"connectivity-error",reasonDescription:"ICE FAILED"})):e&&this.jvbJingleSession===e&&(this._delayedIceFailed=new _u(this),this._delayedIceFailed.start(e))},Jl.prototype._onIceConnectionRestored=function(e){e.isP2P?this.isP2PConnectionInterrupted=!1:(this.isJvbConnectionInterrupted=!1,this._delayedIceFailed&&this._delayedIceFailed.cancel()),e.isP2P===this.isP2PActive()&&this.eventEmitter.emit(re)},Jl.prototype._acceptP2PIncomingCall=function(e,t){var n=this;this.isP2PConnectionInterrupted=!1,this.p2pJingleSession=e,this._sendConferenceJoinAnalyticsEvent(),this.p2pJingleSession.initialize(this.room,this.rtc,this._signalingLayer,Object.assign({},this.options.config,{codecSettings:{mediaType:Ui.VIDEO,codecList:this.codecSelection.getCodecPreferenceList("p2p")},enableInsertableStreams:this.isE2EEEnabled()||Hi.isRunInLiteModeEnabled()})),Hl.info("Starting CallStats for P2P connection...");var i=Et.Strophe.getResourceFromJid(this.p2pJingleSession.remoteJid),r=this.participants.get(i);r&&(i=r.getStatsID()||i),this.statistics.startCallStats(this.p2pJingleSession.peerconnection,i);var o=this._getInitialLocalTracks();this.p2pJingleSession.acceptOffer(t,function(){Hl.debug('Got RESULT for P2P "session-accept"'),n.eventEmitter.emit(Te,e)},function(e){Hl.error("Failed to accept incoming P2P Jingle session",e)},o)},Jl.prototype._addRemoteJVBTracks=function(){this._addRemoteTracks("JVB",this.jvbJingleSession.peerconnection.getRemoteTracks())},Jl.prototype._addRemoteP2PTracks=function(){this._addRemoteTracks("P2P",this.p2pJingleSession.peerconnection.getRemoteTracks())},Jl.prototype._addRemoteTracks=function(e,t){for(var n of t)(Hi.isSsrcRewritingSupported()||this.participants.has(n.ownerEndpointId))&&(Hl.info("Adding remote "+e+" track: "+n),this.onRemoteTrackAdded(n))},Jl.prototype._onIceConnectionEstablished=function(e){null!==this.p2pJingleSession&&(this.p2pEstablishmentDuration=this.p2pJingleSession.establishmentDuration),null!==this.jvbJingleSession&&(this.jvbEstablishmentDuration=this.jvbJingleSession.establishmentDuration);var t=!1,n=this.options.config.forceJVB121Ratio;if(e.isP2P?this.p2pJingleSession!==e?(Hl.error("CONNECTION_ESTABLISHED - wrong P2P session instance ?!"),t=!0):!e.isInitiator&&"number"==typeof n&&Math.random()0&&void 0!==arguments[0]?arguments[0]:{},t=!yt()(e,this.properties);if(this.properties=e,t){this.eventEmitter.emit(Le,this.properties);var n="true"===this.properties["audio-limit-reached"],i="true"===this.properties["video-limit-reached"];this._audioSenderLimitReached!==n&&(this._audioSenderLimitReached=n,this.eventEmitter.emit(Q,n),Hl.info("Audio unmute permissions set by Jicofo to "+n)),this._videoSenderLimitReached!==i&&(this._videoSenderLimitReached=i,this.eventEmitter.emit(tt,i),Hl.info("Video unmute permissions set by Jicofo to "+i)),["bridge-count"].forEach(function(t){void 0!==e[t]&&Yi.analytics.addPermanentProperties(_$$_REQUIRE(_dependencyMap[6])({},t.replace("-","_"),e[t]))})}},Jl.prototype.getProperty=function(e){return this.properties[e]},Jl.prototype._maybeClearDeferredStartP2P=function(){this.deferredStartP2PTask&&(Hl.info("Cleared deferred start P2P task"),clearTimeout(this.deferredStartP2PTask),this.deferredStartP2PTask=null)},Jl.prototype._removeRemoteJVBTracks=function(){this._removeRemoteTracks("JVB",this.jvbJingleSession.peerconnection.getRemoteTracks())},Jl.prototype._removeRemoteP2PTracks=function(){this._removeRemoteTracks("P2P",this.p2pJingleSession.peerconnection.getRemoteTracks())},Jl.prototype._removeRemoteTracks=function(e,t){for(var n of t)Hl.info("Removing remote "+e+" track: "+n),this.onRemoteTrackRemoved(n)},Jl.prototype._resumeMediaTransferForJvbConnection=function(){Hl.info("Resuming media transfer over the JVB connection..."),this.jvbJingleSession.setMediaTransferActive(!0).then(function(){Hl.info("Resumed media transfer over the JVB connection!")}).catch(function(e){Hl.error("Failed to resume media transfer over the JVB connection:",e)})},Jl.prototype._setP2PStatus=function(e){if(this.p2p!==e){if(this.p2p=e,e){Hl.info("Peer to peer connection established!"),Yi.analytics.addPermanentProperties({p2pFailed:!1,forceJvb121:!1});var t=0!==this.getLastN();this.p2pJingleSession.setP2pVideoTransferActive(t).catch(function(e){Hl.error("Failed to sync up P2P video transfer status ("+t+"), "+e)})}else Hl.info("Peer to peer connection closed!");this.jvbJingleSession&&this.statistics.sendConnectionResumeOrHoldEvent(this.jvbJingleSession.peerconnection,!e),this.dtmfManager=null,this.eventEmitter.emit(Oe,this,this.p2p),this.eventEmitter.emit(Ce,this.getActiveMediaSession()),this.eventEmitter.emit(this.isConnectionInterrupted()?ie:re)}else Hl.debug("Called _setP2PStatus with the same status: "+e)},Jl.prototype._startP2PSession=function(e){if(this._maybeClearDeferredStartP2P(),this.p2pJingleSession)Hl.error("P2P session already started!");else{this.isP2PConnectionInterrupted=!1,this.p2pJingleSession=this.xmpp.connection.jingle.newP2PJingleSession(this.room.myroomjid,e),Hl.info("Created new P2P JingleSession",this.room.myroomjid,e),this._sendConferenceJoinAnalyticsEvent(),this.p2pJingleSession.initialize(this.room,this.rtc,this._signalingLayer,Object.assign({},this.options.config,{codecSettings:{mediaType:Ui.VIDEO,codecList:this.codecSelection.getCodecPreferenceList("p2p")},enableInsertableStreams:this.isE2EEEnabled()||Hi.isRunInLiteModeEnabled()})),Hl.info("Starting CallStats for P2P connection...");var t=Et.Strophe.getResourceFromJid(this.p2pJingleSession.remoteJid),n=this.participants.get(t);n&&(t=n.getStatsID()||t),this.statistics.startCallStats(this.p2pJingleSession.peerconnection,t);var i=this.getLocalTracks();this.p2pJingleSession.invite(i)}},Jl.prototype._suspendMediaTransferForJvbConnection=function(){Hl.info("Suspending media transfer over the JVB connection..."),this.jvbJingleSession.setMediaTransferActive(!1).then(function(){Hl.info("Suspended media transfer over the JVB connection !")}).catch(function(e){Hl.error("Failed to suspend media transfer over the JVB connection:",e)})},Jl.prototype._maybeStartOrStopP2P=function(e){if(!this.isP2PEnabled()||this.isP2PTestModeEnabled()||gi.isFirefox()&&!this._firefoxP2pEnabled||this.isE2EEEnabled())Hl.info("Auto P2P disabled");else{var t=this.getParticipants(),n=t.length,i=this._shouldBeInP2PMode();if(!i&&this.deferredStartP2PTask&&this._maybeClearDeferredStartP2P(),!this.p2pJingleSession&&i){var r=n&&t[0],o=this.myUserId(),a=r.getId();if(o>a)return void Hl.debug("I'm the bigger peersId - the other peer should start P2P",o,a);if(o===a)return void Hl.error("The same IDs ? ",o,a);var s=r.getJid();if(e){if(this.deferredStartP2PTask)return void Hl.error("Deferred start P2P task's been set already!");Hl.info("Will start P2P with: "+s+" after "+this.backToP2PDelay+" seconds..."),this.deferredStartP2PTask=setTimeout(this._startP2PSession.bind(this,s),1e3*this.backToP2PDelay)}else Hl.info("Will start P2P with: "+s),this._startP2PSession(s)}else this.p2pJingleSession&&!i&&(Hl.info("Will stop P2P with: "+this.p2pJingleSession.remoteJid),this.p2pJingleSession.isInitiator&&n>1&&Yi.sendAnalyticsAndLog(Cn(ln)),this._stopP2PSession())}},Jl.prototype._shouldBeInP2PMode=function(){var e=this.getParticipants(),t=e.length,n=void 0!==e.find(function(e){return"poltergeist"===e.getBotType()||e.hasFeature(Ss)}),i=1===t&&!n;return Hl.debug("P2P? peerCount: "+t+", hasBotPeer: "+n+" => "+i),i},Jl.prototype._stopP2PSession=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=e.reason,n=void 0===t?"success":t,i=e.reasonDescription,r=void 0===i?"Turning off P2P session":i,o=e.requestRestart,a=void 0!==o&&o;if(this.p2pJingleSession){var s=this.isP2PActive();s&&(this.jvbJingleSession&&!a&&this._resumeMediaTransferForJvbConnection(),this._removeRemoteP2PTracks()),Hl.info("Stopping remote stats for P2P connection"),this.statistics.stopRemoteStats(this.p2pJingleSession.peerconnection),Hl.info("Stopping CallStats for P2P connection"),this.statistics.stopCallStats(this.p2pJingleSession.peerconnection),this.p2pJingleSession.terminate(function(){Hl.info("P2P session terminate RESULT")},function(e){"success"!==n&&Hl.error("An error occurred while trying to terminate P2P Jingle session",e)},{reason:n,reasonDescription:r,sendSessionTerminate:this.room&&this.getParticipantById(Et.Strophe.getResourceFromJid(this.p2pJingleSession.remoteJid))}),this.p2pJingleSession=null,this._setP2PStatus(!1),s&&(this.jvbJingleSession&&!a?this._addRemoteJVBTracks():Hl.info("Not adding remote JVB tracks - no session yet"))}else Hl.error("No P2P session to be stopped!")},Jl.prototype._updateRoomPresence=function(e,t){if(e){if(t){if(t.skip)return;t.skip=!0}var n,i,r=!1,o=e.peerconnection.getLocalTracks();for(var a of o){var s=a.isMuted();(n=this._setTrackMuteStatus(a.getType(),a,s))&&Hl.debug("Updating mute state of "+a+" in presence to muted="+s),a.getType()===Ui.VIDEO&&((i=this._setNewVideoType(a))&&Hl.debug("Updating videoType in presence to "+a.getVideoType())),r=r||n||i}r&&this.room.sendPresence()}},Jl.prototype.isP2PActive=function(){return this.p2p},Jl.prototype.getP2PConnectionState=function(){return this.isP2PActive()?this.p2pJingleSession.peerconnection.getConnectionState():null},Jl.prototype.setDesktopSharingFrameRate=function(e){return"number"!=typeof e||isNaN(e)?(Hl.error("Invalid value "+e+" specified for desktop capture frame rate"),!1):(this._desktopSharingFrameRate=e,this.jvbJingleSession&&this.jvbJingleSession.peerconnection.setDesktopSharingFrameRate(e),this.rtc.setDesktopSharingFrameRate(e),!0)},Jl.prototype.startP2PSession=function(){var e=this.getParticipants();if(1!==e.length)throw new Error("There must be exactly 1 participant to start the P2P session !");var t=e[0].getJid();this._startP2PSession(t)},Jl.prototype.stopP2PSession=function(e){this._stopP2PSession(e)},Jl.prototype.getSpeakerStats=function(){return this.speakerStatsCollector.getStats()},Jl.prototype.sendFaceLandmarks=function(e){e.faceExpression&&this.xmpp.sendFaceLandmarksEvent(this.room.roomjid,e)},Jl.prototype.setReceiverConstraints=function(e){this.receiveVideoController.setReceiverConstraints(e)},Jl.prototype.setAssumedBandwidthBps=function(e){this.receiveVideoController.setAssumedBandwidthBps(e)},Jl.prototype.setReceiverVideoConstraint=function(e){this.receiveVideoController.setPreferredReceiveMaxFrameHeight(e)},Jl.prototype.setSenderVideoConstraint=function(e){return this.sendVideoController.setPreferredSendMaxFrameHeight(e)},Jl.prototype.createVideoSIPGWSession=function(e,t){return this.room?this.videoSIPGWHandler.createVideoSIPGWSession(e,t):new Error(Il)},Jl.prototype._sendConferenceJoinAnalyticsEvent=function(){var e=this.getMeetingUniqueId();!this._conferenceJoinAnalyticsEventSent&&e&&null!==this.getActivePeerConnection()&&(Yi.sendAnalytics(Sn("joined",{meetingId:e,participantId:e+"."+this._statsCurrentId})),this._conferenceJoinAnalyticsEventSent=Date.now())},Jl.prototype._sendConferenceLeftAnalyticsEvent=function(){var e=this.getMeetingUniqueId();e&&this._conferenceJoinAnalyticsEventSent&&Yi.sendAnalytics(Sn("left",{meetingId:e,participantId:e+"."+this._statsCurrentId,stats:{duration:Math.floor((Date.now()-this._conferenceJoinAnalyticsEventSent)/1e3),perf:this.getPerformanceStats()}}))},Jl.prototype._restartMediaSessions=function(){this.p2pJingleSession&&this._stopP2PSession({reasonDescription:"restart",requestRestart:!0}),this.jvbJingleSession&&this.jvbJingleSession.terminate(null,function(e){Hl.warn("An error occurred while trying to terminate the JVB session",e)},{reason:"success",reasonDescription:"restart required",requestRestart:!0,sendSessionTerminate:!0}),this._maybeStartOrStopP2P(!1)},Jl.prototype.isE2EEEnabled=function(){return Boolean(this._e2eEncryption&&this._e2eEncryption.isEnabled())},Jl.prototype.isE2EESupported=function(){return no.isSupported(this.options.config)},Jl.prototype.toggleE2EE=function(e){this.isE2EESupported()?this._e2eEncryption.setEnabled(e):Hl.warn("Cannot enable / disable E2EE: platform is not supported.")},Jl.prototype.setMediaEncryptionKey=function(e){this._e2eEncryption.setEncryptionKey(e)},Jl.prototype.startVerification=function(e){var t=this.getParticipantById(e);t&&this._e2eEncryption.startVerification(t)},Jl.prototype.markParticipantVerified=function(e,t){var n=this.getParticipantById(e);n&&this._e2eEncryption.markParticipantVerified(n,t)},Jl.prototype.isLobbySupported=function(){return Boolean(this.room&&this.room.getLobby().isSupported())},Jl.prototype.isMembersOnly=function(){return Boolean(this.room&&this.room.membersOnlyEnabled)},Jl.prototype.enableLobby=function(){return this.room&&this.isModerator()?this.room.getLobby().enable():Promise.reject(new Error("The conference not started or user is not moderator"))},Jl.prototype.disableLobby=function(){this.room&&this.isModerator()?this.room.getLobby().disable():Hl.warn("Failed to disable lobby, "+(this.room?"":"not in a room, ")+(this.isModerator()?"":"participant is not a moderator"))},Jl.prototype.joinLobby=function(e,t){return this.room?this.room.getLobby().join(e,t):Promise.reject(new Error("The conference not started"))},Jl.prototype.myLobbyUserId=function(){if(this.room)return this.room.getLobby().getLocalId()},Jl.prototype.sendLobbyMessage=function(e,t){if(this.room)return t?this.room.getLobby().sendPrivateMessage(t,e):this.room.getLobby().sendMessage(e)},Jl.prototype.addLobbyMessageListener=function(e){if(this.room)return this.room.getLobby().addMessageListener(e)},Jl.prototype.removeLobbyMessageHandler=function(e){if(this.room)return this.room.getLobby().removeMessageHandler(e)},Jl.prototype.lobbyDenyAccess=function(e){this.room&&this.room.getLobby().denyAccess(e)},Jl.prototype.lobbyApproveAccess=function(e){this.room&&this.room.getLobby().approveAccess(e)},Jl.prototype.isAVModerationSupported=function(){return Boolean(this.room&&this.room.getAVModeration().isSupported())},Jl.prototype.enableAVModeration=function(e){this.room&&this.isModerator()&&(e===Ui.AUDIO||e===Ui.VIDEO)?this.room.getAVModeration().enable(!0,e):Hl.warn("Failed to enable AV moderation, "+(this.room?"":"not in a room, ")+(this.isModerator()?"":"participant is not a moderator, ")+(this.room&&this.isModerator()?"wrong media type passed":""))},Jl.prototype.disableAVModeration=function(e){this.room&&this.isModerator()&&(e===Ui.AUDIO||e===Ui.VIDEO)?this.room.getAVModeration().enable(!1,e):Hl.warn("Failed to disable AV moderation, "+(this.room?"":"not in a room, ")+(this.isModerator()?"":"participant is not a moderator, ")+(this.room&&this.isModerator()?"wrong media type passed":""))},Jl.prototype.avModerationApprove=function(e,t){if(this.room&&this.isModerator()&&(e===Ui.AUDIO||e===Ui.VIDEO)){var n=this.getParticipantById(t);if(!n)return;this.room.getAVModeration().approve(e,n.getJid())}else Hl.warn("AV moderation approve skipped , "+(this.room?"":"not in a room, ")+(this.isModerator()?"":"participant is not a moderator, ")+(this.room&&this.isModerator()?"wrong media type passed":""))},Jl.prototype.avModerationReject=function(e,t){if(this.room&&this.isModerator()&&(e===Ui.AUDIO||e===Ui.VIDEO)){var n=this.getParticipantById(t);if(!n)return;this.room.getAVModeration().reject(e,n.getJid())}else Hl.warn("AV moderation reject skipped , "+(this.room?"":"not in a room, ")+(this.isModerator()?"":"participant is not a moderator, ")+(this.room&&this.isModerator()?"wrong media type passed":""))},Jl.prototype.getBreakoutRooms=function(){var e;return null===(e=this.room)||void 0===e?void 0:e.getBreakoutRooms()},Jl.prototype.getMetadataHandler=function(){var e;return null===(e=this.room)||void 0===e?void 0:e.getMetadataHandler()},$l.prototype.connect=function(){var e=this,t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};this.xmpp.moderator.targetUrl&&!this.options.disableFocus&&t.name?this.xmpp.moderator.sendConferenceRequest(this.xmpp.getRoomJid(t.name)).then(function(){e.xmpp.connect(t.id,t.password)}):this.xmpp.connect(t.id,t.password)},$l.prototype.attach=function(e){this.xmpp.attach(e)},$l.prototype.disconnect=function(){var e;return(e=this.xmpp).disconnect.apply(e,arguments)},$l.prototype.getJid=function(){return this.xmpp.getJid()},$l.prototype.setToken=function(e){this.token=e},$l.prototype.initJitsiConference=function(e,t){return new Jl({name:e,config:t,connection:this})},$l.prototype.addEventListener=function(e,t){this.xmpp.addListener(e,t)},$l.prototype.removeEventListener=function(e,t){this.xmpp.removeListener(e,t)},$l.prototype.getConnectionTimes=function(){return this.xmpp.connectionTimes},$l.prototype.addFeature=function(e){var t=arguments.length>1&&void 0!==arguments[1]&&arguments[1];this.xmpp.caps.addFeature(e,t,!0)},$l.prototype.removeFeature=function(e){var t=arguments.length>1&&void 0!==arguments[1]&&arguments[1];this.xmpp.caps.removeFeature(e,t,!0)},$l.prototype.getLogs=function(){var e=this.xmpp.getJingleLog(),t={};t.time=new Date,t.url=window.location.href,t.ua=navigator.userAgent;var n=this.xmpp.getXmppLog();return n&&(t.xmpp=n),e.metadata=t,e},(function(e){e.DEVICE_LIST_CHANGED="mediaDevices.devicechange",e.PERMISSIONS_CHANGED="rtc.permissions_changed",e.PERMISSION_PROMPT_IS_SHOWN="mediaDevices.permissionPromptIsShown",e.SLOW_GET_USER_MEDIA="mediaDevices.slowGetUserMedia"})(yl||(yl={}));var Gl=yl.DEVICE_LIST_CHANGED,ql=yl.PERMISSIONS_CHANGED,Ql=yl.PERMISSION_PROMPT_IS_SHOWN,zl=yl.SLOW_GET_USER_MEDIA,Kl="microphone",Wl="camera",Xl=new((function(){function e(){var t=this;_$$_REQUIRE(_dependencyMap[2])(this,e),this._eventEmitter=new(mt()),this._permissions={},au.addListener(tr.default.DEVICE_LIST_CHANGED,function(e){return t._eventEmitter.emit(Gl,e)}),au.addListener(tr.default.DEVICE_LIST_AVAILABLE,function(e){return t._logOutputDevice(t.getAudioOutputDevice(),e)}),au.addListener(tr.default.PERMISSIONS_CHANGED,function(e){return t._handlePermissionsChange(e)}),this._permissionsApiSupported=new Promise(function(e){if(navigator.permissions){var n=t,i=[];i.push(navigator.permissions.query({name:Wl}).then(function(e){return t._handlePermissionsChange(_$$_REQUIRE(_dependencyMap[6])({},Ui.VIDEO,t._parsePermissionState(e))),e.onchange=function(){try{n._handlePermissionsChange(_$$_REQUIRE(_dependencyMap[6])({},Ui.VIDEO,n._parsePermissionState(this)))}catch(e){}},!0}).catch(function(){return!1})),i.push(navigator.permissions.query({name:Kl}).then(function(e){return t._handlePermissionsChange(_$$_REQUIRE(_dependencyMap[6])({},Ui.AUDIO,t._parsePermissionState(e))),e.onchange=function(){try{n._handlePermissionsChange(_$$_REQUIRE(_dependencyMap[6])({},Ui.AUDIO,n._parsePermissionState(this)))}catch(e){}},!0}).catch(function(){return!1})),Promise.all(i).then(function(t){return e(t.every(function(e){return e}))})}else e(!1)})}return _$$_REQUIRE(_dependencyMap[3])(e,[{key:"_parsePermissionState",value:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=e.state||e.status;if("string"!=typeof t)throw new TypeError;return"granted"===t}},{key:"_handlePermissionsChange",value:function(e){var t=this;[Ui.AUDIO,Ui.VIDEO].some(function(n){return n in e&&e[n]!==t._permissions[n]})&&(this._permissions=Object.assign({},this._permissions,e),this._eventEmitter.emit(ql,this._permissions),(this._permissions[Ui.AUDIO]||this._permissions[Ui.VIDEO])&&this.enumerateDevices(function(){}))}},{key:"_logOutputDevice",value:function(e,t){var n=t.find(function(t){return"audiooutput"===t.kind&&t.deviceId===e});n&&Yi.sendActiveDeviceListEvent(au.getEventDataForActiveDevice(n))}},{key:"enumerateDevices",value:function(e){au.enumerateDevices(e)}},{key:"isDeviceListAvailable",value:function(){return au.isDeviceListAvailable()}},{key:"isDeviceChangeAvailable",value:function(e){return au.isDeviceChangeAvailable(e)}},{key:"isDevicePermissionGranted",value:function(e){var t=this;return new Promise(function(n){e in t._permissions?n(t._permissions[e]):t._permissionsApiSupported.then(function(i){if(i){var r=[];switch(e){case Ui.VIDEO:r.push(navigator.permissions.query({name:Wl}));break;case Ui.AUDIO:r.push(navigator.permissions.query({name:Kl}));break;default:r.push(navigator.permissions.query({name:Wl})),r.push(navigator.permissions.query({name:Kl}))}Promise.all(r).then(function(e){return n(e.every(function(e){try{return t._parsePermissionState(e)}catch(e){return!1}}))},function(){return n(!1)})}else n(!1)})})}},{key:"isMultipleAudioInputSupported",value:function(){return!(gi.isFirefox()&&gi.isVersionLessThan("101")||gi.isIosBrowser())}},{key:"getAudioOutputDevice",value:function(){return au.getAudioOutputDevice()}},{key:"setAudioOutputDevice",value:function(e){return au.getCurrentlyAvailableMediaDevices().length>0&&this._logOutputDevice(e,au.getCurrentlyAvailableMediaDevices()),au.setAudioOutputDevice(e)}},{key:"addEventListener",value:function(e,t){this._eventEmitter.addListener(e,t)}},{key:"removeEventListener",value:function(e,t){this._eventEmitter.removeListener(e,t)}},{key:"emitEvent",value:function(e){for(var t,n=arguments.length,i=new Array(n>1?n-1:0),r=1;r0&&void 0!==arguments[0]?arguments[0]:{};this._options=Object.assign({pcConfig:{},isInitiator:!1,receiveAudio:!1,receiveVideo:!1},t),this._tracks=[],this._peerConnection=null,this._onError=this._onError.bind(this),this._onRemoteStream=this._onRemoteStream.bind(this),this._onSendMessage=this._onSendMessage.bind(this)}return _$$_REQUIRE(_dependencyMap[3])(e,[{key:"getPeerJid",value:function(){return this._options.peerJid}},{key:"processMessage",value:function(e){switch(e.attr("action")){case ep.ACCEPT:this._onSessionAccept(e);break;case ep.INITIATE:this._onSessionInitiate(e);break;case ep.TERMINATE:this._onSessionTerminate(e);break;case ep.TRANSPORT_INFO:this._onTransportInfo(e)}}},{key:"start",value:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[];this._peerConnection||(this._tracks=this._tracks.concat(e),this._peerConnection=this._createPeerConnection(),this._peerConnection.invite(e))}},{key:"stop",value:function(){this._peerConnection&&this._peerConnection.terminate(),this._onSessionTerminate()}},{key:"_createPeerConnection",value:function(){var e=this,t={connected:!0,jingle:{terminate:function(){}},sendIQ:this._onSendMessage,addEventListener:function(){return function(){}}},n=Object.assign({iceServers:ys},this._options.pcConfig),i={addEventListener:function(){},addPresenceListener:function(){},connectionTimes:[],eventEmitter:{emit:function(t){switch(t){case or.XMPPEvents.CONNECTION_ICE_FAILED:case or.XMPPEvents.CONNECTION_FAILED:e._onError(ep.CONNECTION_ERROR,t)}}},removeEventListener:function(){},removePresenceListener:function(){},supportsRestartByTerminate:function(){return!1}};this._rtc=new au({myUserId:function(){return""}},{}),this._rtc.addListener(tr.default.REMOTE_TRACK_ADDED,this._onRemoteStream);var r=new os(void 0,void 0,this._options.peerJid,t,{offerToReceiveAudio:this._options.receiveAudio,offerToReceiveVideo:this._options.receiveVideo},n,!0,this._options.isInitiator),o=new np;return o.setChatRoom(i),r.initialize(i,this._rtc,o,{}),r}},{key:"_onError",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"";this._options.onError(this._options.peerJid,e,t)}},{key:"_onRemoteStream",value:function(e){this._tracks.push(e),this._options.onRemoteStream(e)}},{key:"_onSendMessage",value:function(e){this._options.onSendMessage(this._options.peerJid,e)}},{key:"_onSessionAccept",value:function(e){this._peerConnection?this._peerConnection.setAnswer(e):ip.error("Received an answer when no peer connection exists.")}},{key:"_onSessionInitiate",value:function(e){var t=this;this._peerConnection?ip.error("Received an offer when an offer was already sent."):(this._peerConnection=this._createPeerConnection(),this._peerConnection.acceptOffer(e,function(){},function(){return t._onError(t._options.peerJid,ep.CONNECTION_ERROR,"session initiate error")}))}},{key:"_onSessionTerminate",value:function(){this._tracks.forEach(function(e){return e.dispose()}),this._tracks=[],this._peerConnection&&this._peerConnection.onTerminated(),this._rtc&&(this._rtc.removeListener(tr.default.REMOTE_TRACK_ADDED,this._onRemoteStream),this._rtc.destroy())}},{key:"_onTransportInfo",value:function(e){this._peerConnection.addIceCandidates(e)}}]),e})(),op=(0,S.getLogger)("modules/proxyconnection/ProxyConnectionService.js"),ap="preCallTestResults",sp=new(mt()),cp=!1,dp=null,up={init:(function(){var e=_$$_REQUIRE(_dependencyMap[9])(function*(e){if(cp)throw new Error("Precall Test already initialized");var t=e.callStatsID,n=e.callStatsSecret,i=e.disableThirdPartyRequests;if(!t||!n||i)throw new Error("Callstats is disabled");return yield(function(e){if(!gi.isReactNative())return new Promise(function(t){_i().loadScript(e.callStatsCustomScriptUrl||Mt,!0,!0,void 0,t)})})(e),dp=new window.callstats,(function(e){return new Promise(function(t,n){var i=e.callStatsID,r=e.callStatsSecret,o=e.statisticsId||e.statisticsDisplayName||Uo.callStatsUserName;dp.initialize(i,r,o,function(e,i){"success"===e?(dp.on(ap,function(){for(var e=arguments.length,t=new Array(e),n=0;n0&&void 0!==arguments[0]?arguments[0]:{},n=t.jitsiConnection,i=_$$_REQUIRE(_dependencyMap[11])(t,_excluded2);this._options=Object.assign({pcConfig:n&&n.xmpp.connection.jingle.p2pIceConfig},i),this._peerConnection=null,this._onFatalError=this._onFatalError.bind(this),this._onSendMessage=this._onSendMessage.bind(this),this._onRemoteStream=this._onRemoteStream.bind(this)}return _$$_REQUIRE(_dependencyMap[3])(e,[{key:"processMessage",value:function(e){var t=e.from;if(t)if(this._peerConnection&&this._peerConnection.getPeerJid()!==t)this._onFatalError(t,ep.CONNECTION_ERROR,"rejected");else{var n=this._convertStringToXML(e.data.iq),i=n&&n.find("jingle"),r=i&&i.attr("action");r===ep.INITIATE&&(this._peerConnection=this._createPeerConnection(t,{isInitiator:!1,receiveVideo:!0})),this._peerConnection&&this._peerConnection.processMessage(i),r!==ep.CONNECTION_ERROR&&r!==ep.UNAVAILABLE&&r!==ep.TERMINATE||this._selfCloseConnection()}}},{key:"start",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:[];this._peerConnection=this._createPeerConnection(e,{isInitiator:!0,receiveVideo:!1}),t.forEach(function(e,t){var n=Sd("peer",e.getType(),t);e.setSourceName(n)}),this._peerConnection.start(t)}},{key:"stop",value:function(){this._peerConnection&&this._peerConnection.stop(),this._peerConnection=null}},{key:"_convertStringToXML",value:function(e){try{var t=(new DOMParser).parseFromString(e,"text/xml");return vt()(t)}catch(e){return op.error("Attempted to convert incorrectly formatted xml"),null}}},{key:"_createPeerConnection",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};if(!e)throw new Error("Cannot create ProxyConnectionPC without a peer.");var n=Object.assign({pcConfig:this._options.pcConfig,onError:this._onFatalError,onRemoteStream:this._onRemoteStream,onSendMessage:this._onSendMessage,peerJid:e},t);return new rp(n)}},{key:"_onFatalError",value:function(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"";op.error("Received a proxy connection error",e,t,n);var i=(0,Et.$iq)({to:e,type:"set"}).c("jingle",{xmlns:"urn:xmpp:jingle:1",action:t}).c("details").t(n).up();this._onSendMessage(e,i),this._peerConnection&&this._peerConnection.getPeerJid()===e&&this._selfCloseConnection()}},{key:"_onRemoteStream",value:function(e){if(!this._options.onRemoteStream)return op.error("Remote track received without callback."),void e.dispose();var t,n=e.isVideoTrack();n&&(t=this._options.convertVideoToDesktop?nr.VideoType.DESKTOP:nr.VideoType.CAMERA);var i=e.getOriginalStream(),r=au.createLocalTracks([{deviceId:"proxy:"+this._peerConnection.getPeerJid(),mediaType:n?Ui.VIDEO:Ui.AUDIO,sourceType:"proxy",stream:i,track:i.getVideoTracks()[0],videoType:t}]);this._options.onRemoteStream(r[0])}},{key:"_onSendMessage",value:function(e,t){if(this._options.onSendMessage)try{var n=(new XMLSerializer).serializeToString(t.nodeTree||t);this._options.onSendMessage(e,{iq:n})}catch(e){op.error("Attempted to send an incorrectly formatted iq.")}}},{key:"_selfCloseConnection",value:function(){this.stop(),this._options.onConnectionClosed&&this._options.onConnectionClosed()}}]),e})(),constants:{recording:{error:{BUSY:"busy",ERROR:"error",RESOURCE_CONSTRAINT:"resource-constraint",UNEXPECTED_REQUEST:"unexpected-request",SERVICE_UNAVAILABLE:"service-unavailable"},mode:{FILE:"file",STREAM:"stream"},status:{OFF:"off",ON:"on",PENDING:"pending"}},sipVideoGW:_,transcriptionStatus:u,trackStreamingStatus:Od},events:{conference:r,connection:c,detection:g,track:o,mediaDevices:y,connectionQuality:m,e2eping:v,rtcstats:s},errors:{conference:i,connection:d,track:a},errorTypes:{JitsiTrackError:zt},logLevels:b().levels,mediaDevices:Xl,analytics:Yi.analytics,init:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};mp.info("This appears to be "+gi.getName()+", ver: "+gi.getVersion()),Uo.init(e.externalStorage),Yi.init(e);var t=e.flags||{};if(Hi.init(t),window.connectionTimes||(window.connectionTimes={}),!0!==e.enableAnalyticsLogging&&(mp.warn("Analytics disabled, disposing."),this.analytics.dispose()),e.enableWindowOnErrorHandler&&xi().addHandler(this.getGlobalOnErrorHandler.bind(this)),this.version){var n={id:"component_version",component:"lib-jitsi-meet",version:this.version};Yi.sendLog(JSON.stringify(n))}return au.init(e)},isDesktopSharingEnabled:function(){return au.isDesktopSharingEnabled()},isWebRtcSupported:function(){return au.isWebRtcSupported()},setLogLevel:function(e){b().setLogLevel(e)},rtcstats:{sendStatsEntry:function(e,t){pi.sendStatsEntry(e,null,t)},on:function(e,t){pi.events.on(e,t)}},setLogLevelById:function(e,t){b().setLogLevelById(e,t)},addGlobalLogTransport:function(e){b().addGlobalTransport(e)},removeGlobalLogTransport:function(e){b().removeGlobalTransport(e)},setGlobalLogOptions:function(e){b().setGlobalOptions(e)},createLocalTracks:function(){var e=this,t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},n=arguments.length>1?arguments[1]:void 0,i=!1,r=t.firePermissionPromptIsShownEvent,o=t.fireSlowPromiseEvent,a=_$$_REQUIRE(_dependencyMap[11])(t,_excluded3);return!r&&!n||au.arePermissionsGrantedForAvailableDevices()?o&&window.setTimeout(function(){i||Xl.emitEvent(zl)},1e3):Xl.emitEvent(Ql,gi.getName()),window.connectionTimes||(window.connectionTimes={}),window.connectionTimes["obtainPermissions.start"]=window.performance.now(),au.obtainAudioAndVideoPermissions(a).then(function(t){if(i=!0,window.connectionTimes["obtainPermissions.end"]=window.performance.now(),Yi.sendAnalytics(Rn("success",gp(a))),e.isCollectingLocalStats())for(var n=0;n.008&&(Zl(r),e({deviceId:t.deviceId,deviceLabel:t.track.label}))})};for(var c of r)s(c);setTimeout(function(){Zl(r),e({deviceId:"",deviceLabel:""})},3e3)})})})},isDeviceListAvailable:function(){return mp.warn("This method is deprecated, use JitsiMeetJS.mediaDevices.isDeviceListAvailable instead"),this.mediaDevices.isDeviceListAvailable()},isDeviceChangeAvailable:function(e){return mp.warn("This method is deprecated, use JitsiMeetJS.mediaDevices.isDeviceChangeAvailable instead"),this.mediaDevices.isDeviceChangeAvailable(e)},isMultipleAudioInputSupported:function(){return this.mediaDevices.isMultipleAudioInputSupported()},isCollectingLocalStats:function(){return Yi.audioLevelsEnabled&&Di.isLocalStatsSupported()},enumerateDevices:function(e){mp.warn("This method is deprecated, use JitsiMeetJS.mediaDevices.enumerateDevices instead"),this.mediaDevices.enumerateDevices(e)},getGlobalOnErrorHandler:function(e,t,n,i,r){mp.error("UnhandledError: "+e,"Script: "+t,"Line: "+n,"Column: "+i,"StackTrace: ",r),Yi.reportGlobalError(r)},setNetworkInfo:function(e){var t=e.isOnline;So.updateNetworkInfo({isOnline:t})},precallTest:up,util:{AuthUtil:pp(),ScriptUtil:_i(),browser:gi}}}},__webpack_module_cache__={};function __webpack_require__(e){var t=__webpack_module_cache__[e];if(void 0!==t)return t.exports;var n=__webpack_module_cache__[e]={id:e,loaded:!1,exports:{}};return __webpack_modules__[e].call(n.exports,n,n.exports,__webpack_require__),n.loaded=!0,n.exports}__webpack_require__.amdO={},__webpack_require__.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return __webpack_require__.d(t,{a:t}),t},__webpack_require__.d=function(e,t){for(var n in t)__webpack_require__.o(t,n)&&!__webpack_require__.o(e,n)&&Object.defineProperty(e,n,{enumerable:!0,get:t[n]})},__webpack_require__.g=(function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"==typeof window)return window}})(),__webpack_require__.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},__webpack_require__.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},__webpack_require__.nmd=function(e){return e.paths=[],e.children||(e.children=[]),e};var __webpack_exports__=__webpack_require__(4449);return __webpack_exports__})()},"object"==typeof exports&&"object"==typeof module?module.exports=t():"function"==typeof define&&define.amd?define([],t):"object"==typeof exports?exports.JitsiMeetJS=t():e.JitsiMeetJS=t()},791,[12,10,3,4,45,8,245,34,11,275,87,17]); -__d(function(g,r,i,a,m,e,d){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),Object.defineProperty(e,"v1",{enumerable:!0,get:function(){return t.default}}),Object.defineProperty(e,"v3",{enumerable:!0,get:function(){return n.default}}),Object.defineProperty(e,"v4",{enumerable:!0,get:function(){return u.default}}),Object.defineProperty(e,"v5",{enumerable:!0,get:function(){return f.default}}),Object.defineProperty(e,"NIL",{enumerable:!0,get:function(){return o.default}}),Object.defineProperty(e,"version",{enumerable:!0,get:function(){return l.default}}),Object.defineProperty(e,"validate",{enumerable:!0,get:function(){return c.default}}),Object.defineProperty(e,"stringify",{enumerable:!0,get:function(){return b.default}}),Object.defineProperty(e,"parse",{enumerable:!0,get:function(){return p.default}});var t=y(r(d[0])),n=y(r(d[1])),u=y(r(d[2])),f=y(r(d[3])),o=y(r(d[4])),l=y(r(d[5])),c=y(r(d[6])),b=y(r(d[7])),p=y(r(d[8]));function y(t){return t&&t.__esModule?t:{default:t}}},792,[793,798,802,803,805,806,796,795,800]); -__d(function(g,r,_i,a,m,e,d){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var n,o,u=s(r(d[0])),l=s(r(d[1]));function s(n){return n&&n.__esModule?n:{default:n}}var t=0,c=0;var v=function(s,v,i){var f=v&&i||0,_=v||new Array(16),w=(s=s||{}).node||n,k=void 0!==s.clockseq?s.clockseq:o;if(null==w||null==k){var q=s.random||(s.rng||u.default)();null==w&&(w=n=[1|q[0],q[1],q[2],q[3],q[4],q[5]]),null==k&&(k=o=16383&(q[6]<<8|q[7]))}var M=void 0!==s.msecs?s.msecs:Date.now(),h=void 0!==s.nsecs?s.nsecs:c+1,y=M-t+(h-c)/1e4;if(y<0&&void 0===s.clockseq&&(k=k+1&16383),(y<0||M>t)&&void 0===s.nsecs&&(h=0),h>=1e4)throw new Error("uuid.v1(): Can't create more than 10M uuids/sec");t=M,c=h,o=k;var b=(1e4*(268435455&(M+=122192928e5))+h)%4294967296;_[f++]=b>>>24&255,_[f++]=b>>>16&255,_[f++]=b>>>8&255,_[f++]=255&b;var j=M/4294967296*1e4&268435455;_[f++]=j>>>8&255,_[f++]=255&j,_[f++]=j>>>24&15|16,_[f++]=j>>>16&255,_[f++]=k>>>8|128,_[f++]=255&k;for(var p=0;p<6;++p)_[f+p]=w[p];return v||(0,l.default)(_)};e.default=v},793,[794,795]); -__d(function(g,r,i,a,m,e,d){"use strict";var t;Object.defineProperty(e,"__esModule",{value:!0}),e.default=function(){if(!t&&!(t='undefined'!=typeof crypto&&crypto.getRandomValues&&crypto.getRandomValues.bind(crypto)||'undefined'!=typeof msCrypto&&'function'==typeof msCrypto.getRandomValues&&msCrypto.getRandomValues.bind(msCrypto)))throw new Error('crypto.getRandomValues() not supported. See https://github.com/uuidjs/uuid#getrandomvalues-not-supported');return t(o)};var o=new Uint8Array(16)},794,[]); -__d(function(g,r,_i,a,m,e,d){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var t,i=(t=r(d[0]))&&t.__esModule?t:{default:t};for(var o=[],u=0;u<256;++u)o.push((u+256).toString(16).substr(1));var f=function(t){var u=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0,f=(o[t[u+0]]+o[t[u+1]]+o[t[u+2]]+o[t[u+3]]+'-'+o[t[u+4]]+o[t[u+5]]+'-'+o[t[u+6]]+o[t[u+7]]+'-'+o[t[u+8]]+o[t[u+9]]+'-'+o[t[u+10]]+o[t[u+11]]+o[t[u+12]]+o[t[u+13]]+o[t[u+14]]+o[t[u+15]]).toLowerCase();if(!(0,i.default)(f))throw TypeError('Stringified UUID is invalid');return f};e.default=f},795,[796]); -__d(function(g,r,i,a,m,e,d){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var t,u=(t=r(d[0]))&&t.__esModule?t:{default:t};var f=function(t){return'string'==typeof t&&u.default.test(t)};e.default=f},796,[797]); -__d(function(g,r,i,a,m,e,d){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;e.default=/^(?:[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}|00000000-0000-0000-0000-000000000000)$/i},797,[]); -__d(function(g,r,i,a,m,e,d){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var t=f(r(d[0])),u=f(r(d[1]));function f(t){return t&&t.__esModule?t:{default:t}}var l=(0,t.default)('v3',48,u.default);e.default=l},798,[799,801]); -__d(function(g,r,_i,a,m,e,d){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=function(u,i,l){function s(u,f,c,s){if('string'==typeof u&&(u=o(u)),'string'==typeof f&&(f=(0,n.default)(f)),16!==f.length)throw TypeError('Namespace must be array-like (16 iterable integer values, 0-255)');var b=new Uint8Array(16+u.length);if(b.set(f),b.set(u,f.length),(b=l(b))[6]=15&b[6]|i,b[8]=63&b[8]|128,c){s=s||0;for(var v=0;v<16;++v)c[s+v]=b[v];return c}return(0,t.default)(b)}try{s.name=u}catch(t){}return s.DNS=f,s.URL=c,s},e.URL=e.DNS=void 0;var t=u(r(d[0])),n=u(r(d[1]));function u(t){return t&&t.__esModule?t:{default:t}}function o(t){t=unescape(encodeURIComponent(t));for(var n=[],u=0;u>>24,l[1]=s>>>16&255,l[2]=s>>>8&255,l[3]=255&s,l[4]=(s=parseInt(t.slice(9,13),16))>>>8,l[5]=255&s,l[6]=(s=parseInt(t.slice(14,18),16))>>>8,l[7]=255&s,l[8]=(s=parseInt(t.slice(19,23),16))>>>8,l[9]=255&s,l[10]=(s=parseInt(t.slice(24,36),16))/1099511627776&255,l[11]=s/4294967296&255,l[12]=s>>>24&255,l[13]=s>>>16&255,l[14]=s>>>8&255,l[15]=255&s,l};e.default=s},800,[796]); -__d(function(g,r,_i,_a,m,e,_d){"use strict";function n(n){for(var t=[],u=32*n.length,f=0;f>5]>>>f%32&255,a=parseInt("0123456789abcdef".charAt(o>>>4&15)+"0123456789abcdef".charAt(15&o),16);t.push(a)}return t}function t(n){return 14+(n+64>>>9<<4)+1}function u(n,u){n[u>>5]|=128<>5]|=(255&n[o/8])<>16)+(t>>16)+(u>>16)<<16|65535&u}function a(n,t,u,f,a,c){return o((i=o(o(t,n),o(f,c)))<<(v=a)|i>>>32-v,u);var i,v}function c(n,t,u,f,o,c,i){return a(t&u|~t&f,n,t,o,c,i)}function i(n,t,u,f,o,c,i){return a(t&f|u&~f,n,t,o,c,i)}function v(n,t,u,f,o,c,i){return a(t^u^f,n,t,o,c,i)}function h(n,t,u,f,o,c,i){return a(u^(t|~f),n,t,o,c,i)}Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var l=function(t){if('string'==typeof t){var o=unescape(encodeURIComponent(t));t=new Uint8Array(o.length);for(var a=0;a>>32-t}Object.defineProperty(_e,"__esModule",{value:!0}),_e.default=void 0;var a=function(a){var n=[1518500249,1859775393,2400959708,3395469782],o=[1732584193,4023233417,2562383102,271733878,3285377520];if('string'==typeof a){var f=unescape(encodeURIComponent(a));a=[];for(var u=0;u>>0;C=U,U=_,_=t(M,30)>>>0,M=w,w=I}o[0]=o[0]+w>>>0,o[1]=o[1]+M>>>0,o[2]=o[2]+_>>>0,o[3]=o[3]+U>>>0,o[4]=o[4]+C>>>0}return[o[0]>>24&255,o[0]>>16&255,o[0]>>8&255,255&o[0],o[1]>>24&255,o[1]>>16&255,o[1]>>8&255,255&o[1],o[2]>>24&255,o[2]>>16&255,o[2]>>8&255,255&o[2],o[3]>>24&255,o[3]>>16&255,o[3]>>8&255,255&o[3],o[4]>>24&255,o[4]>>16&255,o[4]>>8&255,255&o[4]]};_e.default=a},804,[]); -__d(function(g,r,i,a,m,e,d){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;e.default='00000000-0000-0000-0000-000000000000'},805,[]); -__d(function(g,r,i,a,m,e,d){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var t,u=(t=r(d[0]))&&t.__esModule?t:{default:t};var f=function(t){if(!(0,u.default)(t))throw TypeError('Invalid UUID');return parseInt(t.substr(14,1),16)};e.default=f},806,[796]); -__d(function(g,r,_i,_a,m,_e,d){Object.defineProperty(_e,"__esModule",{value:!0}),_e.addPeopleFeatureControl=void 0,_e.getActiveSpeakersToBeDisplayed=function(e){var t,a=(0,r(d[7]).toState)(e),n=a['features/base/participants'],i=n.dominantSpeaker,u=n.fakeParticipants,c=n.sortedRemoteVirtualScreenshareParticipants,f=n.speakersList,p=a['features/filmstrip'].visibleRemoteParticipants,S=new Map(f);if(i&&p.has(i))return S;var v=p.size;S.has(null!=i?i:'')&&S.delete(null!=i?i:'');if(i&&i!==(null==(t=o(a))?void 0:t.id)){var P,h,b=Array.from(S);b.splice(0,0,[i,null!=(P=null==(h=s(a,i))?void 0:h.name)?P:'']),S=new Map(b)}if(c)for(var R of(v-=2*c.size,Array.from(c.keys()))){var y=l(R);S.delete(y)}u&&(v-=u.size);var A=Array.from(S).slice(0,v);return A.sort(function(e,t){return e[1].localeCompare(t[1])}),new Map(A)},_e.getDominantSpeakerParticipant=function(e){var t=(0,r(d[7]).toState)(e)['features/base/participants'].dominantSpeaker;if(!t)return;return s(e,t)},_e.getFakeParticipants=function(e){return(0,r(d[7]).toState)(e)['features/base/participants'].fakeParticipants},_e.getFirstLoadableAvatarUrl=function(e,t){var a=(0,r(d[8]).createDeferred)(),i=a.promise.then(function(){return y(e,t)}).then(function(e){if(n.length){var t=n.shift();t.resolve()}return e});n.length?n.push(a):a.resolve();return i},_e.getLocalParticipant=o,_e.getLocalScreenShareParticipant=function(e){return(0,r(d[7]).toState)(e)['features/base/participants'].localScreenShare},_e.getNormalizedDisplayName=function(e){if(null==e||!e.trim())return;return e.trim().substring(0,r(d[4]).MAX_DISPLAY_NAME_LENGTH)},_e.getParticipantById=s,_e.getParticipantByIdOrUndefined=c,_e.getParticipantCount=function(e){var t=(0,r(d[7]).toState)(e)['features/base/participants'],a=t.local,n=t.remote,i=t.fakeParticipants,u=t.sortedRemoteVirtualScreenshareParticipants;return n.size-i.size-u.size+(a?1:0)},_e.getParticipantCountWithFake=function(e){var t=(0,r(d[7]).toState)(e)['features/base/participants'],a=t.local,n=t.localScreenShare;return t.remote.size+(a?1:0)+(n?1:0)},_e.getParticipantDisplayName=P,_e.getParticipantPresenceStatus=function(e,t){if(!t)return;var a=s(e,t);if(!a)return;return a.presence},_e.getPinnedParticipant=function(e){var t=(0,r(d[7]).toState)(e),a=t['features/base/participants'].pinnedParticipant;if((0,r(d[13]).isStageFilmstripAvailable)(t)){var n,i=t['features/filmstrip'].activeParticipants,u=null==(n=i.find(function(e){return e.pinned}))?void 0:n.participantId;return u?s(e,u):void 0}if(!a)return;return s(e,a)},_e.getRaiseHandsQueue=function(e){return(0,r(d[7]).toState)(e)['features/base/participants'].raisedHandsQueue},_e.getRemoteParticipantCountWithFake=function(e){return(0,r(d[7]).toState)(e)['features/base/participants'].remote.size},_e.getRemoteParticipants=function(e){return(0,r(d[7]).toState)(e)['features/base/participants'].remote},_e.getRemoteParticipantsSorted=function(e){return(0,r(d[7]).toState)(e)['features/filmstrip'].remoteParticipants},_e.getRemoteScreensharesBasedOnPresence=function(e){var a,n=(0,r(d[11]).getCurrentConference)(e);return null==n?void 0:null==(a=n.getParticipants())?void 0:a.reduce(function(e,a){var n=a.getSources(),i=n.get(r(d[12]).MEDIA_TYPE.VIDEO),u=Array.from(null!=i?i:new Map).filter(function(e){return e[1].videoType===r(d[12]).VIDEO_TYPE.DESKTOP&&!e[1].muted}).map(function(e){return e[0]});return e=[].concat((0,t.default)(e),(0,t.default)(u))},[])},_e.getScreenshareParticipantDisplayName=h,_e.getScreenshareParticipantIds=function(e){return(0,r(d[7]).toState)(e)['features/base/tracks'].filter(function(e){return e.videoType===r(d[12]).VIDEO_TYPE.DESKTOP&&!e.muted}).map(function(e){return e.participantId})},_e.getSourceNamesByMediaType=function(e,t,a){var n,i=s(e,t);if(!i)return;var u=i.sources;if(!u)return;return Array.from(null!=(n=u.get(a))?n:new Map).filter(function(e){return e[1].videoType!==r(d[12]).VIDEO_TYPE.DESKTOP||!e[1].muted}).map(function(e){return e[0]})},_e.getVirtualScreenshareParticipantByOwnerId=function(e,t){var a=(0,r(d[7]).toState)(e),n=(0,r(d[9]).getScreenShareTrack)(a['features/base/tracks'],t);return s(e,null==n?void 0:n.jitsiTrack.getSourceName())},_e.getVirtualScreenshareParticipantOwnerId=l,_e.hasRaisedHand=function(e){return Boolean(null==e?void 0:e.raisedHandTimestamp)},_e.isEveryoneModerator=function(e){return 0===(0,r(d[7]).toState)(e)['features/base/participants'].numberOfNonModeratorParticipants},_e.isIconUrl=R,_e.isLocalParticipantModerator=function(e){var t=(0,r(d[7]).toState)(e)['features/base/participants'].local;if(!t)return!1;return b(t)},_e.isLocalScreenshareParticipant=f,_e.isParticipantModerator=b,_e.isRemoteScreenshareParticipant=p,_e.isScreenShareParticipant=S,_e.isScreenShareParticipantById=function(e,t){return S(c(e,t))},_e.isSharedVideoParticipant=function(e){return(null==e?void 0:e.fakeParticipant)===r(d[10]).FakeParticipant.SharedVideo},_e.isWhiteboardParticipant=v,_e.setShareDialogVisiblity=void 0;var e=r(d[0])(r(d[1])),t=r(d[0])(r(d[2])),a=r(d[0])(r(d[3])),n=[],i=new Map,u=[function(e){return null!=e&&e.isJigasi?r(d[4]).JIGASI_PARTICIPANT_ICON:null},function(e){return v(e)?r(d[4]).WHITEBOARD_PARTICIPANT_ICON:null},function(e){return null!=e&&e.avatarURL?e.avatarURL:null},function(e,t){var a,n=t.getState()['features/base/config'],i=null==(a=n.gravatar)?void 0:a.disabled;if(null!=e&&e.email&&!i){var u,o=(null==(u=n.gravatar)?void 0:u.baseUrl)||n.gravatarBaseURL||r(d[5]).GRAVATAR_BASE_URL;return(0,r(d[6]).getGravatarURL)(e.email,o)}return null}];function o(e){return(0,r(d[7]).toState)(e)['features/base/participants'].local}function s(e,t){var a=(0,r(d[7]).toState)(e)['features/base/participants'],n=a.local,i=a.localScreenShare;return a.remote.get(t)||((null==n?void 0:n.id)===t?n:void 0)||((null==i?void 0:i.id)===t?i:void 0)}function c(e,t){return t?s(e,t):o(e)}function l(e){return e.split('-')[0]}function f(e){return(null==e?void 0:e.fakeParticipant)===r(d[10]).FakeParticipant.LocalScreenShare}function p(e){return(null==e?void 0:e.fakeParticipant)===r(d[10]).FakeParticipant.RemoteScreenShare}function S(e){return f(e)||p(e)}function v(e){return(null==e?void 0:e.fakeParticipant)===r(d[10]).FakeParticipant.Whiteboard}function P(e,t){var a=(0,r(d[7]).toState)(e),n=s(a,t),i=a['features/base/config'],u=i.defaultLocalDisplayName,o=i.defaultRemoteDisplayName;if(n){if(S(n))return h(a,t);if(n.name)return n.name;if(n.local)return null!=u?u:''}return null!=o?o:''}function h(e,t){var n=P(e,l(t));return a.default.t('screenshareDisplayName',{name:n})}function b(e){return(null==e?void 0:e.role)===r(d[4]).PARTICIPANT_ROLE.MODERATOR}function R(e){return Boolean(e)&&('object'==typeof e||'function'==typeof e)}function y(e,t){return A.apply(this,arguments)}function A(){return(A=(0,e.default)(function*(e,t){for(var a=0;a1&&void 0!==arguments[1]?arguments[1]:{};i(this,e),this.init(t,n)}return o(e,[{key:"init",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};this.prefix=t.prefix||'i18next:',this.logger=e||p,this.options=t,this.debug=t.debug}},{key:"setDebug",value:function(e){this.debug=e}},{key:"log",value:function(){for(var e=arguments.length,t=new Array(e),n=0;n-1&&n.observers[e].splice(i,1)}else delete n.observers[e]})}},{key:"emit",value:function(e){for(var t=arguments.length,n=new Array(t>1?t-1:0),i=1;i-1?e.replace(/###/g,'.'):e}function o(){return!e||'string'==typeof e}for(var a='string'!=typeof t?[].concat(t):t.split('.');a.length>1;){if(o())return{};var s=i(a.shift());!e[s]&&n&&(e[s]=new n),e=e[s]}return o()?{}:{obj:e,k:i(a.shift())}}function k(e,t,n){var i=b(e,t,Object);i.obj[i.k]=n}function x(e,t){var n=b(e,t),i=n.obj,o=n.k;if(i)return i[o]}function S(e,t,n){for(var i in t)i in e?'string'==typeof e[i]||e[i]instanceof String||'string'==typeof t[i]||t[i]instanceof String?n&&(e[i]=t[i]):S(e[i],t[i],n):e[i]=t[i];return e}function w(e){return e.replace(/[\-\[\]\/\{\}\(\)\*\+\?\.\\\^\$\|]/g,'\\$&')}var R={'&':'&','<':'<','>':'>','"':'"',"'":''','/':'/'};function O(e){return'string'==typeof e?e.replace(/[&<>"'\/]/g,function(e){return R[e]}):e}var L=(function(e){function t(e){var n,o=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{ns:['translation'],defaultNS:'translation'};return i(this,t),n=a(this,s(t).call(this)),v.call(u(n)),n.data=e||{},n.options=o,void 0===n.options.keySeparator&&(n.options.keySeparator='.'),n}return l(t,v),o(t,[{key:"addNamespaces",value:function(e){this.options.ns.indexOf(e)<0&&this.options.ns.push(e)}},{key:"removeNamespaces",value:function(e){var t=this.options.ns.indexOf(e);t>-1&&this.options.ns.splice(t,1)}},{key:"getResource",value:function(e,t,n){var i=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{},o=void 0!==i.keySeparator?i.keySeparator:this.options.keySeparator,a=[e,t];return n&&'string'!=typeof n&&(a=a.concat(n)),n&&'string'==typeof n&&(a=a.concat(o?n.split(o):n)),e.indexOf('.')>-1&&(a=e.split('.')),x(this.data,a)}},{key:"addResource",value:function(e,t,n,i){var o=arguments.length>4&&void 0!==arguments[4]?arguments[4]:{silent:!1},a=this.options.keySeparator;void 0===a&&(a='.');var s=[e,t];n&&(s=s.concat(a?n.split(a):n)),e.indexOf('.')>-1&&(i=t,t=(s=e.split('.'))[1]),this.addNamespaces(t),k(this.data,s,i),o.silent||this.emit('added',e,t,n,i)}},{key:"addResources",value:function(e,t,n){var i=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{silent:!1};for(var o in n)'string'!=typeof n[o]&&'[object Array]'!==Object.prototype.toString.apply(n[o])||this.addResource(e,t,o,n[o],{silent:!0});i.silent||this.emit('added',e,t,n)}},{key:"addResourceBundle",value:function(e,t,i,o,a){var s=arguments.length>5&&void 0!==arguments[5]?arguments[5]:{silent:!1},u=[e,t];e.indexOf('.')>-1&&(o=i,i=t,t=(u=e.split('.'))[1]),this.addNamespaces(t);var l=x(this.data,u)||{};o?S(l,i,a):l=n({},l,i),k(this.data,u,l),s.silent||this.emit('added',e,t,i)}},{key:"removeResourceBundle",value:function(e,t){this.hasResourceBundle(e,t)&&delete this.data[e][t],this.removeNamespaces(t),this.emit('removed',e,t)}},{key:"hasResourceBundle",value:function(e,t){return void 0!==this.getResource(e,t)}},{key:"getResourceBundle",value:function(e,t){return t||(t=this.options.defaultNS),'v1'===this.options.compatibilityAPI?n({},{},this.getResource(e,t)):this.getResource(e,t)}},{key:"getDataByLanguage",value:function(e){return this.data[e]}},{key:"toJSON",value:function(){return this.data}}]),t})(),N={processors:{},addPostProcessor:function(e){this.processors[e.name]=e},handle:function(e,t,n,i,o){var a=this;return e.forEach(function(e){a.processors[e]&&(t=a.processors[e].process(t,n,i,o))}),t}},C=(function(e){function c(e){var t,n,o,l,f=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return i(this,c),t=a(this,s(c).call(this)),v.call(u(t)),n=['resourceStore','languageUtils','pluralResolver','interpolator','backendConnector','i18nFormat'],o=e,l=u(t),n.forEach(function(e){o[e]&&(l[e]=o[e])}),t.options=f,void 0===t.options.keySeparator&&(t.options.keySeparator='.'),t.logger=h.create('translator'),t}return l(c,v),o(c,[{key:"changeLanguage",value:function(e){e&&(this.language=e)}},{key:"exists",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{interpolation:{}},n=this.resolve(e,t);return n&&void 0!==n.res}},{key:"extractFromKey",value:function(e,t){var n=t.nsSeparator||this.options.nsSeparator;void 0===n&&(n=':');var i=void 0!==t.keySeparator?t.keySeparator:this.options.keySeparator,o=t.ns||this.options.defaultNS;if(n&&e.indexOf(n)>-1){var a=e.split(n);(n!==i||n===i&&this.options.ns.indexOf(a[0])>-1)&&(o=a.shift()),e=a.join(i)}return'string'==typeof o&&(o=[o]),{key:e,namespaces:o}}},{key:"translate",value:function(e,i){var o=this;if('object'!==t(i)&&this.options.overloadTranslationOptionHandler&&(i=this.options.overloadTranslationOptionHandler(arguments)),i||(i={}),void 0===e||null===e)return'';Array.isArray(e)||(e=[String(e)]);var a=void 0!==i.keySeparator?i.keySeparator:this.options.keySeparator,s=this.extractFromKey(e[e.length-1],i),u=s.key,l=s.namespaces,c=l[l.length-1],f=i.lng||this.language,p=i.appendNamespaceToCIMode||this.options.appendNamespaceToCIMode;if(f&&'cimode'===f.toLowerCase()){if(p){var h=i.nsSeparator||this.options.nsSeparator;return c+h+u}return u}var v=this.resolve(e,i),y=v&&v.res,m=v&&v.usedKey||u,b=v&&v.exactUsedKey||u,k=Object.prototype.toString.apply(y),x=void 0!==i.joinArrays?i.joinArrays:this.options.joinArrays,S=!this.i18nFormat||this.i18nFormat.handleAsObject;if(S&&y&&('string'!=typeof y&&'boolean'!=typeof y&&'number'!=typeof y)&&['[object Number]','[object Function]','[object RegExp]'].indexOf(k)<0&&('string'!=typeof x||'[object Array]'!==k)){if(!i.returnObjects&&!this.options.returnObjects)return this.logger.warn('accessing an object - but returnObjects options is not enabled!'),this.options.returnedObjectHandler?this.options.returnedObjectHandler(m,y,i):"key '".concat(u," (").concat(this.language,")' returned an object instead of string.");if(a){var w='[object Array]'===k,R=w?[]:{},O=w?b:m;for(var L in y)if(Object.prototype.hasOwnProperty.call(y,L)){var N="".concat(O).concat(a).concat(L);R[L]=this.translate(N,n({},i,{joinArrays:!1,ns:l})),R[L]===N&&(R[L]=y[L])}y=R}}else if(S&&'string'==typeof x&&'[object Array]'===k)(y=y.join(x))&&(y=this.extendTranslation(y,e,i));else{var C=!1,j=!1;if(!this.isValidLookup(y)&&void 0!==i.defaultValue){if(C=!0,void 0!==i.count){var E=this.pluralResolver.getSuffix(f,i.count);y=i["defaultValue".concat(E)]}y||(y=i.defaultValue)}this.isValidLookup(y)||(j=!0,y=u);var P=i.defaultValue&&i.defaultValue!==y&&this.options.updateMissing;if(j||C||P){this.logger.log(P?'updateKey':'missingKey',f,c,u,P?i.defaultValue:y);var F=[],V=this.languageUtils.getFallbackCodes(this.options.fallbackLng,i.lng||this.language);if('fallback'===this.options.saveMissingTo&&V&&V[0])for(var A=0;A1&&void 0!==arguments[1]?arguments[1]:{};return'string'==typeof e&&(e=[e]),e.forEach(function(e){if(!s.isValidLookup(t)){var l=s.extractFromKey(e,u),c=l.key;n=c;var f=l.namespaces;s.options.fallbackNS&&(f=f.concat(s.options.fallbackNS));var p=void 0!==u.count&&'string'!=typeof u.count,h=void 0!==u.context&&'string'==typeof u.context&&''!==u.context,v=u.lngs?u.lngs:s.languageUtils.toResolveHierarchy(u.lng||s.language,u.fallbackLng);f.forEach(function(e){s.isValidLookup(t)||(a=e,v.forEach(function(n){if(!s.isValidLookup(t)){o=n;var a,l,f=c,v=[f];if(s.i18nFormat&&s.i18nFormat.addLookupKeys)s.i18nFormat.addLookupKeys(v,c,n,e,u);else p&&(a=s.pluralResolver.getSuffix(n,u.count)),p&&h&&v.push(f+a),h&&v.push(f+="".concat(s.options.contextSeparator).concat(u.context)),p&&v.push(f+=a);for(;l=v.pop();)s.isValidLookup(t)||(i=l,t=s.getResource(n,e,l,u))}}))})}}),{res:t,usedKey:n,exactUsedKey:i,usedLng:o,usedNS:a}}},{key:"isValidLookup",value:function(e){return!(void 0===e||!this.options.returnNull&&null===e||!this.options.returnEmptyString&&''===e)}},{key:"getResource",value:function(e,t,n){var i=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{};return this.i18nFormat&&this.i18nFormat.getResource?this.i18nFormat.getResource(e,t,n,i):this.resourceStore.getResource(e,t,n,i)}}]),c})();function j(e){return e.charAt(0).toUpperCase()+e.slice(1)}var E=(function(){function e(t){i(this,e),this.options=t,this.whitelist=this.options.whitelist||!1,this.logger=h.create('languageUtils')}return o(e,[{key:"getScriptPartFromCode",value:function(e){if(!e||e.indexOf('-')<0)return null;var t=e.split('-');return 2===t.length?null:(t.pop(),this.formatLanguageCode(t.join('-')))}},{key:"getLanguagePartFromCode",value:function(e){if(!e||e.indexOf('-')<0)return e;var t=e.split('-');return this.formatLanguageCode(t[0])}},{key:"formatLanguageCode",value:function(e){if('string'==typeof e&&e.indexOf('-')>-1){var t=['hans','hant','latn','cyrl','cans','mong','arab'],n=e.split('-');return this.options.lowerCaseLng?n=n.map(function(e){return e.toLowerCase()}):2===n.length?(n[0]=n[0].toLowerCase(),n[1]=n[1].toUpperCase(),t.indexOf(n[1].toLowerCase())>-1&&(n[1]=j(n[1].toLowerCase()))):3===n.length&&(n[0]=n[0].toLowerCase(),2===n[1].length&&(n[1]=n[1].toUpperCase()),'sgn'!==n[0]&&2===n[2].length&&(n[2]=n[2].toUpperCase()),t.indexOf(n[1].toLowerCase())>-1&&(n[1]=j(n[1].toLowerCase())),t.indexOf(n[2].toLowerCase())>-1&&(n[2]=j(n[2].toLowerCase()))),n.join('-')}return this.options.cleanCode||this.options.lowerCaseLng?e.toLowerCase():e}},{key:"isWhitelisted",value:function(e){return('languageOnly'===this.options.load||this.options.nonExplicitWhitelist)&&(e=this.getLanguagePartFromCode(e)),!this.whitelist||!this.whitelist.length||this.whitelist.indexOf(e)>-1}},{key:"getFallbackCodes",value:function(e,t){if(!e)return[];if('string'==typeof e&&(e=[e]),'[object Array]'===Object.prototype.toString.apply(e))return e;if(!t)return e.default||[];var n=e[t];return n||(n=e[this.getScriptPartFromCode(t)]),n||(n=e[this.formatLanguageCode(t)]),n||(n=e.default),n||[]}},{key:"toResolveHierarchy",value:function(e,t){var n=this,i=this.getFallbackCodes(t||this.options.fallbackLng||[],e),o=[],a=function(e){e&&(n.isWhitelisted(e)?o.push(e):n.logger.warn("rejecting non-whitelisted language code: ".concat(e)))};return'string'==typeof e&&e.indexOf('-')>-1?('languageOnly'!==this.options.load&&a(this.formatLanguageCode(e)),'languageOnly'!==this.options.load&&'currentOnly'!==this.options.load&&a(this.getScriptPartFromCode(e)),'currentOnly'!==this.options.load&&a(this.getLanguagePartFromCode(e))):'string'==typeof e&&a(this.formatLanguageCode(e)),i.forEach(function(e){o.indexOf(e)<0&&a(n.formatLanguageCode(e))}),o}}]),e})(),P=[{lngs:['ach','ak','am','arn','br','fil','gun','ln','mfe','mg','mi','oc','pt','pt-BR','tg','ti','tr','uz','wa'],nr:[1,2],fc:1},{lngs:['af','an','ast','az','bg','bn','ca','da','de','dev','el','en','eo','es','et','eu','fi','fo','fur','fy','gl','gu','ha','hi','hu','hy','ia','it','kn','ku','lb','mai','ml','mn','mr','nah','nap','nb','ne','nl','nn','no','nso','pa','pap','pms','ps','pt-PT','rm','sco','se','si','so','son','sq','sv','sw','ta','te','tk','ur','yo'],nr:[1,2],fc:2},{lngs:['ay','bo','cgg','fa','id','ja','jbo','ka','kk','km','ko','ky','lo','ms','sah','su','th','tt','ug','vi','wo','zh'],nr:[1],fc:3},{lngs:['be','bs','cnr','dz','hr','ru','sr','uk'],nr:[1,2,5],fc:4},{lngs:['ar'],nr:[0,1,2,3,11,100],fc:5},{lngs:['cs','sk'],nr:[1,2,5],fc:6},{lngs:['csb','pl'],nr:[1,2,5],fc:7},{lngs:['cy'],nr:[1,2,3,8],fc:8},{lngs:['fr'],nr:[1,2],fc:9},{lngs:['ga'],nr:[1,2,3,7,11],fc:10},{lngs:['gd'],nr:[1,2,3,20],fc:11},{lngs:['is'],nr:[1,2],fc:12},{lngs:['jv'],nr:[0,1],fc:13},{lngs:['kw'],nr:[1,2,3,4],fc:14},{lngs:['lt'],nr:[1,2,10],fc:15},{lngs:['lv'],nr:[1,2,0],fc:16},{lngs:['mk'],nr:[1,2],fc:17},{lngs:['mnk'],nr:[0,1,2],fc:18},{lngs:['mt'],nr:[1,2,11,20],fc:19},{lngs:['or'],nr:[2,1],fc:2},{lngs:['ro'],nr:[1,2,20],fc:20},{lngs:['sl'],nr:[5,1,2,3],fc:21},{lngs:['he'],nr:[1,2,20,21],fc:22}],F={1:function(e){return Number(e>1)},2:function(e){return Number(1!=e)},3:function(e){return 0},4:function(e){return Number(e%10==1&&e%100!=11?0:e%10>=2&&e%10<=4&&(e%100<10||e%100>=20)?1:2)},5:function(e){return Number(0===e?0:1==e?1:2==e?2:e%100>=3&&e%100<=10?3:e%100>=11?4:5)},6:function(e){return Number(1==e?0:e>=2&&e<=4?1:2)},7:function(e){return Number(1==e?0:e%10>=2&&e%10<=4&&(e%100<10||e%100>=20)?1:2)},8:function(e){return Number(1==e?0:2==e?1:8!=e&&11!=e?2:3)},9:function(e){return Number(e>=2)},10:function(e){return Number(1==e?0:2==e?1:e<7?2:e<11?3:4)},11:function(e){return Number(1==e||11==e?0:2==e||12==e?1:e>2&&e<20?2:3)},12:function(e){return Number(e%10!=1||e%100==11)},13:function(e){return Number(0!==e)},14:function(e){return Number(1==e?0:2==e?1:3==e?2:3)},15:function(e){return Number(e%10==1&&e%100!=11?0:e%10>=2&&(e%100<10||e%100>=20)?1:2)},16:function(e){return Number(e%10==1&&e%100!=11?0:0!==e?1:2)},17:function(e){return Number(1==e||e%10==1?0:1)},18:function(e){return Number(0==e?0:1==e?1:2)},19:function(e){return Number(1==e?0:0===e||e%100>1&&e%100<11?1:e%100>10&&e%100<20?2:3)},20:function(e){return Number(1==e?0:0===e||e%100>0&&e%100<20?1:2)},21:function(e){return Number(e%100==1?1:e%100==2?2:e%100==3||e%100==4?3:0)},22:function(e){return Number(1===e?0:2===e?1:(e<0||e>10)&&e%10==0?2:3)}};var V=(function(){function e(t){var n,o=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};i(this,e),this.languageUtils=t,this.options=o,this.logger=h.create('pluralResolver'),this.rules=(n={},P.forEach(function(e){e.lngs.forEach(function(t){n[t]={numbers:e.nr,plurals:F[e.fc]}})}),n)}return o(e,[{key:"addRule",value:function(e,t){this.rules[e]=t}},{key:"getRule",value:function(e){return this.rules[e]||this.rules[this.languageUtils.getLanguagePartFromCode(e)]}},{key:"needsPlural",value:function(e){var t=this.getRule(e);return t&&t.numbers.length>1}},{key:"getPluralFormsOfKey",value:function(e,t){var n=this,i=[],o=this.getRule(e);return o?(o.numbers.forEach(function(o){var a=n.getSuffix(e,o);i.push("".concat(t).concat(a))}),i):i}},{key:"getSuffix",value:function(e,t){var n=this,i=this.getRule(e);if(i){var o=i.noAbs?i.plurals(t):i.plurals(Math.abs(t)),a=i.numbers[o];this.options.simplifyPluralSuffix&&2===i.numbers.length&&1===i.numbers[0]&&(2===a?a='plural':1===a&&(a=''));var s=function(){return n.options.prepend&&a.toString()?n.options.prepend+a.toString():a.toString()};return'v1'===this.options.compatibilityJSON?1===a?'':'number'==typeof a?"_plural_".concat(a.toString()):s():'v2'===this.options.compatibilityJSON?s():this.options.simplifyPluralSuffix&&2===i.numbers.length&&1===i.numbers[0]?s():this.options.prepend&&o.toString()?this.options.prepend+o.toString():o.toString()}return this.logger.warn("no plural rule found for: ".concat(e)),''}}]),e})(),A=(function(){function e(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};i(this,e),this.logger=h.create('interpolator'),this.init(t,!0)}return o(e,[{key:"init",value:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};(arguments.length>1?arguments[1]:void 0)&&(this.options=e,this.format=e.interpolation&&e.interpolation.format||function(e){return e}),e.interpolation||(e.interpolation={escapeValue:!0});var t=e.interpolation;this.escape=void 0!==t.escape?t.escape:O,this.escapeValue=void 0===t.escapeValue||t.escapeValue,this.useRawValueToEscape=void 0!==t.useRawValueToEscape&&t.useRawValueToEscape,this.prefix=t.prefix?w(t.prefix):t.prefixEscaped||'{{',this.suffix=t.suffix?w(t.suffix):t.suffixEscaped||'}}',this.formatSeparator=t.formatSeparator?t.formatSeparator:t.formatSeparator||',',this.unescapePrefix=t.unescapeSuffix?'':t.unescapePrefix||'-',this.unescapeSuffix=this.unescapePrefix?'':t.unescapeSuffix||'',this.nestingPrefix=t.nestingPrefix?w(t.nestingPrefix):t.nestingPrefixEscaped||w('$t('),this.nestingSuffix=t.nestingSuffix?w(t.nestingSuffix):t.nestingSuffixEscaped||w(')'),this.maxReplaces=t.maxReplaces?t.maxReplaces:1e3,this.resetRegExp()}},{key:"reset",value:function(){this.options&&this.init(this.options)}},{key:"resetRegExp",value:function(){var e="".concat(this.prefix,"(.+?)").concat(this.suffix);this.regexp=new RegExp(e,'g');var t="".concat(this.prefix).concat(this.unescapePrefix,"(.+?)").concat(this.unescapeSuffix).concat(this.suffix);this.regexpUnescape=new RegExp(t,'g');var n="".concat(this.nestingPrefix,"(.+?)").concat(this.nestingSuffix);this.nestingRegexp=new RegExp(n,'g')}},{key:"interpolate",value:function(e,t,n,i){var o,a,s,u=this;function l(e){return e.replace(/\$/g,'$$$$')}var c=function(e){if(e.indexOf(u.formatSeparator)<0)return x(t,e);var i=e.split(u.formatSeparator),o=i.shift().trim(),a=i.join(u.formatSeparator).trim();return u.format(x(t,o),a,n)};this.resetRegExp();var f=i&&i.missingInterpolationHandler||this.options.missingInterpolationHandler;for(s=0;(o=this.regexpUnescape.exec(e))&&(a=c(o[1].trim()),e=e.replace(o[0],a),this.regexpUnescape.lastIndex=0,!(++s>=this.maxReplaces)););for(s=0;o=this.regexp.exec(e);){if(void 0===(a=c(o[1].trim())))if('function'==typeof f){var p=f(e,o,i);a='string'==typeof p?p:''}else this.logger.warn("missed to pass in variable ".concat(o[1]," for interpolating ").concat(e)),a='';else'string'==typeof a||this.useRawValueToEscape||(a=m(a));if(a=this.escapeValue?l(this.escape(a)):l(a),e=e.replace(o[0],a),this.regexp.lastIndex=0,++s>=this.maxReplaces)break}return e}},{key:"nest",value:function(e,t){var i,o,a=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},s=n({},a);function u(e,t){if(e.indexOf(',')<0)return e;var i=e.split(',');e=i.shift();var o=i.join(',');o=(o=this.interpolate(o,s)).replace(/'/g,'"');try{s=JSON.parse(o),t&&(s=n({},t,s))}catch(t){this.logger.error("failed parsing options string in nesting for key ".concat(e),t)}return e}for(s.applyPostProcessor=!1;i=this.nestingRegexp.exec(e);){if((o=t(u.call(this,i[1].trim(),s),s))&&i[0]===e&&'string'!=typeof o)return o;'string'!=typeof o&&(o=m(o)),o||(this.logger.warn("missed to resolve ".concat(i[1]," for nesting ").concat(e)),o=''),e=e.replace(i[0],o),this.regexp.lastIndex=0}return e}}]),e})();function U(e,t){for(var n=e.indexOf(t);-1!==n;)e.splice(n,1),n=e.indexOf(t)}var T=(function(e){function t(e,n,o){var l,c=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{};return i(this,t),l=a(this,s(t).call(this)),v.call(u(l)),l.backend=e,l.store=n,l.languageUtils=o.languageUtils,l.options=c,l.logger=h.create('backendConnector'),l.state={},l.queue=[],l.backend&&l.backend.init&&l.backend.init(o,c.backend,c),l}return l(t,v),o(t,[{key:"queueLoad",value:function(e,t,n,i){var o=this,a=[],s=[],u=[],l=[];return e.forEach(function(e){var i=!0;t.forEach(function(t){var u="".concat(e,"|").concat(t);!n.reload&&o.store.hasResourceBundle(e,t)?o.state[u]=2:o.state[u]<0||(1===o.state[u]?s.indexOf(u)<0&&s.push(u):(o.state[u]=1,i=!1,s.indexOf(u)<0&&s.push(u),a.indexOf(u)<0&&a.push(u),l.indexOf(t)<0&&l.push(t)))}),i||u.push(e)}),(a.length||s.length)&&this.queue.push({pending:s,loaded:{},errors:[],callback:i}),{toLoad:a,pending:s,toLoadLanguages:u,toLoadNamespaces:l}}},{key:"loaded",value:function(e,t,n){var i=e.split('|'),o=f(i,2),a=o[0],s=o[1];t&&this.emit('failedLoading',a,s,t),n&&this.store.addResourceBundle(a,s,n),this.state[e]=t?-1:2;var u={};this.queue.forEach(function(n){var i,o,l,c,f,p;i=n.loaded,o=s,c=b(i,[a],Object),f=c.obj,p=c.k,f[p]=f[p]||[],l&&(f[p]=f[p].concat(o)),l||f[p].push(o),U(n.pending,e),t&&n.errors.push(t),0!==n.pending.length||n.done||(Object.keys(n.loaded).forEach(function(e){u[e]||(u[e]=[]),n.loaded[e].length&&n.loaded[e].forEach(function(t){u[e].indexOf(t)<0&&u[e].push(t)})}),n.done=!0,n.errors.length?n.callback(n.errors):n.callback())}),this.emit('loaded',u),this.queue=this.queue.filter(function(e){return!e.done})}},{key:"read",value:function(e,t,n){var i=this,o=arguments.length>3&&void 0!==arguments[3]?arguments[3]:0,a=arguments.length>4&&void 0!==arguments[4]?arguments[4]:250,s=arguments.length>5?arguments[5]:void 0;return e.length?this.backend[n](e,t,function(u,l){u&&l&&o<5?setTimeout(function(){i.read.call(i,e,t,n,o+1,2*a,s)},a):s(u,l)}):s(null,{})}},{key:"prepareLoading",value:function(e,t){var n=this,i=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},o=arguments.length>3?arguments[3]:void 0;if(!this.backend)return this.logger.warn('No backend was added via i18next.use. Will not load resources.'),o&&o();'string'==typeof e&&(e=this.languageUtils.toResolveHierarchy(e)),'string'==typeof t&&(t=[t]);var a=this.queueLoad(e,t,i,o);if(!a.toLoad.length)return a.pending.length||o(),null;a.toLoad.forEach(function(e){n.loadOne(e)})}},{key:"load",value:function(e,t,n){this.prepareLoading(e,t,{},n)}},{key:"reload",value:function(e,t,n){this.prepareLoading(e,t,{reload:!0},n)}},{key:"loadOne",value:function(e){var t=this,n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:'',i=e.split('|'),o=f(i,2),a=o[0],s=o[1];this.read(a,s,'read',null,null,function(i,o){i&&t.logger.warn("".concat(n,"loading namespace ").concat(s," for language ").concat(a," failed"),i),!i&&o&&t.logger.log("".concat(n,"loaded namespace ").concat(s," for language ").concat(a),o),t.loaded(e,i,o)})}},{key:"saveMissing",value:function(e,t,i,o,a){var s=arguments.length>5&&void 0!==arguments[5]?arguments[5]:{};this.backend&&this.backend.create&&this.backend.create(e,t,i,o,null,n({},s,{isUpdate:a})),e&&e[0]&&this.store.addResource(e[0],t,i,o)}}]),t})();function K(e){return'string'==typeof e.ns&&(e.ns=[e.ns]),'string'==typeof e.fallbackLng&&(e.fallbackLng=[e.fallbackLng]),'string'==typeof e.fallbackNS&&(e.fallbackNS=[e.fallbackNS]),e.whitelist&&e.whitelist.indexOf('cimode')<0&&(e.whitelist=e.whitelist.concat(['cimode'])),e}function H(){}var D=new((function(e){function c(){var e,t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},n=arguments.length>1?arguments[1]:void 0;if(i(this,c),e=a(this,s(c).call(this)),v.call(u(e)),e.options=K(t),e.services={},e.logger=h,e.modules={external:[]},n&&!e.isInitialized&&!t.isClone){if(!e.options.initImmediate)return e.init(t,n),a(e,u(e));setTimeout(function(){e.init(t,n)},0)}return e}return l(c,v),o(c,[{key:"init",value:function(){var e=this,i=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},o=arguments.length>1?arguments[1]:void 0;function a(e){return e?'function'==typeof e?new e:e:null}if('function'==typeof i&&(o=i,i={}),this.options=n({},{debug:!1,initImmediate:!0,ns:['translation'],defaultNS:['translation'],fallbackLng:['dev'],fallbackNS:!1,whitelist:!1,nonExplicitWhitelist:!1,load:'all',preload:!1,simplifyPluralSuffix:!0,keySeparator:'.',nsSeparator:':',pluralSeparator:'_',contextSeparator:'_',partialBundledLanguages:!1,saveMissing:!1,updateMissing:!1,saveMissingTo:'fallback',saveMissingPlurals:!0,missingKeyHandler:!1,missingInterpolationHandler:!1,postProcess:!1,returnNull:!0,returnEmptyString:!0,returnObjects:!1,joinArrays:!1,returnedObjectHandler:function(){},parseMissingKeyHandler:!1,appendNamespaceToMissingKey:!1,appendNamespaceToCIMode:!1,overloadTranslationOptionHandler:function(e){var n={};if('object'===t(e[1])&&(n=e[1]),'string'==typeof e[1]&&(n.defaultValue=e[1]),'string'==typeof e[2]&&(n.tDescription=e[2]),'object'===t(e[2])||'object'===t(e[3])){var i=e[3]||e[2];Object.keys(i).forEach(function(e){n[e]=i[e]})}return n},interpolation:{escapeValue:!0,format:function(e,t,n){return e},prefix:'{{',suffix:'}}',formatSeparator:',',unescapePrefix:'-',nestingPrefix:'$t(',nestingSuffix:')',maxReplaces:1e3}},this.options,K(i)),this.format=this.options.interpolation.format,o||(o=H),!this.options.isClone){this.modules.logger?h.init(a(this.modules.logger),this.options):h.init(null,this.options);var s=new E(this.options);this.store=new L(this.options.resources,this.options);var u=this.services;u.logger=h,u.resourceStore=this.store,u.languageUtils=s,u.pluralResolver=new V(s,{prepend:this.options.pluralSeparator,compatibilityJSON:this.options.compatibilityJSON,simplifyPluralSuffix:this.options.simplifyPluralSuffix}),u.interpolator=new A(this.options),u.backendConnector=new T(a(this.modules.backend),u.resourceStore,u,this.options),u.backendConnector.on('*',function(t){for(var n=arguments.length,i=new Array(n>1?n-1:0),o=1;o1?n-1:0),o=1;o0&&void 0!==arguments[0]?arguments[0]:H;if(!this.options.resources||this.options.partialBundledLanguages){if(this.language&&'cimode'===this.language.toLowerCase())return t();var n=[],i=function(t){t&&e.services.languageUtils.toResolveHierarchy(t).forEach(function(e){n.indexOf(e)<0&&n.push(e)})};if(this.language)i(this.language);else this.services.languageUtils.getFallbackCodes(this.options.fallbackLng).forEach(function(e){return i(e)});this.options.preload&&this.options.preload.forEach(function(e){return i(e)}),this.services.backendConnector.load(n,this.options.ns,t)}else t(null)}},{key:"reloadResources",value:function(e,t,n){var i=y();return e||(e=this.languages),t||(t=this.options.ns),n||(n=H),this.services.backendConnector.reload(e,t,function(e){i.resolve(),n(e)}),i}},{key:"use",value:function(e){return'backend'===e.type&&(this.modules.backend=e),('logger'===e.type||e.log&&e.warn&&e.error)&&(this.modules.logger=e),'languageDetector'===e.type&&(this.modules.languageDetector=e),'i18nFormat'===e.type&&(this.modules.i18nFormat=e),'postProcessor'===e.type&&N.addPostProcessor(e),'3rdParty'===e.type&&this.modules.external.push(e),this}},{key:"changeLanguage",value:function(e,t){var n=this,i=y();this.emit('languageChanging',e);var o=function(e,o){n.translator.changeLanguage(o),o&&(n.emit('languageChanged',o),n.logger.log('languageChanged',o)),i.resolve(function(){return n.t.apply(n,arguments)}),t&&t(e,function(){return n.t.apply(n,arguments)})},a=function(e){e&&(n.language=e,n.languages=n.services.languageUtils.toResolveHierarchy(e),n.translator.language||n.translator.changeLanguage(e),n.services.languageDetector&&n.services.languageDetector.cacheUserLanguage(e)),n.loadResources(function(t){o(t,e)})};return e||!this.services.languageDetector||this.services.languageDetector.async?!e&&this.services.languageDetector&&this.services.languageDetector.async?this.services.languageDetector.detect(a):a(e):a(this.services.languageDetector.detect()),i}},{key:"getFixedT",value:function(e,i){var o=this,a=function e(i,a){var s=n({},a);if('object'!==t(a)){for(var u=arguments.length,l=new Array(u>2?u-2:0),c=2;c0?this.languages[0]:this.language),!e)return'rtl';return['ar','shu','sqr','ssh','xaa','yhd','yud','aao','abh','abv','acm','acq','acw','acx','acy','adf','ads','aeb','aec','afb','ajp','apc','apd','arb','arq','ars','ary','arz','auz','avl','ayh','ayl','ayn','ayp','bbz','pga','he','iw','ps','pbt','pbu','pst','prp','prd','ur','ydd','yds','yih','ji','yi','hbo','men','xmn','fa','jpr','peo','pes','prs','dv','sam'].indexOf(this.services.languageUtils.getLanguagePartFromCode(e))>=0?'rtl':'ltr'}},{key:"createInstance",value:function(){return new c(arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},arguments.length>1?arguments[1]:void 0)}},{key:"cloneInstance",value:function(){var e=this,t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},i=arguments.length>1&&void 0!==arguments[1]?arguments[1]:H,o=n({},this.options,t,{isClone:!0}),a=new c(o);return['store','services','language'].forEach(function(t){a[t]=e[t]}),a.translator=new C(a.services,a.options),a.translator.on('*',function(e){for(var t=arguments.length,n=new Array(t>1?t-1:0),i=1;i1&&void 0!==arguments[1]?arguments[1]:{},i=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};o(this,t),this.services=e,this.options=n,this.allOptions=i,this.type='backend',this.init(e,n,i)}var n,l,u;return n=t,(l=[{key:"init",value:function(t){var n=this,o=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},i=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};this.services=t,this.options=(0,r(d[1]).defaults)(o,this.options||{},{loadPath:'/locales/{{lng}}/{{ns}}.json',addPath:'/locales/add/{{lng}}/{{ns}}',allowMultiLoading:!1,parse:function(t){return JSON.parse(t)},stringify:JSON.stringify,parsePayload:function(t,e,n){return s({},e,n||'')},parseLoadPayload:function(t,e){},request:e.default,reloadInterval:'undefined'==typeof window&&36e5,customHeaders:{},queryStringParams:{},crossDomain:!1,withCredentials:!1,overrideMimeType:!1,requestOptions:{mode:'cors',credentials:'same-origin',cache:'default'}}),this.allOptions=i,this.services&&this.options.reloadInterval&&setInterval(function(){return n.reload()},this.options.reloadInterval)}},{key:"readMulti",value:function(t,e,n){this._readAny(t,t,e,e,n)}},{key:"read",value:function(t,e,n){this._readAny([t],t,[e],e,n)}},{key:"_readAny",value:function(t,e,n,o,i){var s=this,l=this.options.loadPath;'function'==typeof this.options.loadPath&&(l=this.options.loadPath(t,n)),(l=(0,r(d[1]).makePromise)(l)).then(function(l){if(!l)return i(null,{});var u=s.services.interpolator.interpolate(l,{lng:t.join('+'),ns:n.join('+')});s.loadUrl(u,i,e,o)})}},{key:"loadUrl",value:function(t,e,n,o){var i=this,s='string'==typeof n?[n]:n,l='string'==typeof o?[o]:o,u=this.options.parseLoadPayload(s,l);this.options.request(this.options,t,u,function(s,l){if(l&&(l.status>=500&&l.status<600||!l.status))return e('failed loading '+t+'; status code: '+l.status,!0);if(l&&l.status>=400&&l.status<500)return e('failed loading '+t+'; status code: '+l.status,!1);if(!l&&s&&s.message&&s.message.indexOf('Failed to fetch')>-1)return e('failed loading '+t+': '+s.message,!0);if(s)return e(s,!1);var u,c;try{u='string'==typeof l.data?i.options.parse(l.data,n,o):l.data}catch(e){c='failed parsing '+t+' to json'}if(c)return e(c,!1);e(null,u)})}},{key:"create",value:function(t,e,n,o,i){var s=this;if(this.options.addPath){'string'==typeof t&&(t=[t]);var l=this.options.parsePayload(e,n,o),u=0,c=[],f=[];t.forEach(function(n){var o=s.options.addPath;'function'==typeof s.options.addPath&&(o=s.options.addPath(n,e));var p=s.services.interpolator.interpolate(o,{lng:n,ns:e});s.options.request(s.options,p,l,function(e,n){u+=1,c.push(e),f.push(n),u===t.length&&'function'==typeof i&&i(c,f)})})}}},{key:"reload",value:function(){var t=this,e=this.services,n=e.backendConnector,o=e.languageUtils,i=e.logger,s=n.language;if(!s||'cimode'!==s.toLowerCase()){var l=[],u=function(t){o.toResolveHierarchy(t).forEach(function(t){l.indexOf(t)<0&&l.push(t)})};u(s),this.allOptions.preload&&this.allOptions.preload.forEach(function(t){return u(t)}),l.forEach(function(e){t.allOptions.ns.forEach(function(t){n.read(e,t,'read',null,null,function(o,s){o&&i.warn("loading namespace ".concat(t," for language ").concat(e," failed"),o),!o&&s&&i.log("loaded namespace ".concat(t," for language ").concat(e),s),n.loaded("".concat(e,"|").concat(t),o,s)})})})}}}])&&i(n.prototype,l),u&&i(n,u),Object.defineProperty(n,"prototype",{writable:!1}),t})();c.type='backend';var f=c;_e.default=f,m.exports=_e.default},812,[813,816]); -__d(function(g,r,_i,a,m,_e,d){"use strict";Object.defineProperty(_e,"__esModule",{value:!0}),_e.default=void 0;var e,t,n,o=(function(e,t){if(!t&&e&&e.__esModule)return e;if(null===e||"object"!==u(e)&&"function"!=typeof e)return{default:e};var n=i(t);if(n&&n.has(e))return n.get(e);var o={},c=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var f in e)if("default"!==f&&Object.prototype.hasOwnProperty.call(e,f)){var s=c?Object.getOwnPropertyDescriptor(e,f):null;s&&(s.get||s.set)?Object.defineProperty(o,f,s):o[f]=e[f]}o.default=e,n&&n.set(e,o);return o})(r(d[0]));function i(e){if("function"!=typeof WeakMap)return null;var t=new WeakMap,n=new WeakMap;return(i=function(e){return e?n:t})(e)}function u(e){"@babel/helpers - typeof";return(u="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}'function'==typeof fetch&&(e=void 0!==g&&g.fetch?g.fetch:'undefined'!=typeof window&&window.fetch?window.fetch:fetch),(0,r(d[1]).hasXMLHttpRequest)()&&(void 0!==g&&g.XMLHttpRequest?t=g.XMLHttpRequest:'undefined'!=typeof window&&window.XMLHttpRequest&&(t=window.XMLHttpRequest)),'function'==typeof ActiveXObject&&(void 0!==g&&g.ActiveXObject?n=g.ActiveXObject:'undefined'!=typeof window&&window.ActiveXObject&&(n=window.ActiveXObject)),e||!o||t||n||(e=o.default||o),'function'!=typeof e&&(e=void 0);var c=function(e,t){if(t&&'object'===u(t)){var n='';for(var o in t)n+='&'+encodeURIComponent(o)+'='+encodeURIComponent(t[o]);if(!n)return e;e=e+(-1!==e.indexOf('?')?'&':'?')+n.slice(1)}return e},f=function(t,n,o){e(t,n).then(function(e){if(!e.ok)return o(e.statusText||'Error',{status:e.status});e.text().then(function(t){o(null,{status:e.status,data:t})}).catch(o)}).catch(o)},s=!1,p=function(e,t,n,o){e.queryStringParams&&(t=c(t,e.queryStringParams));var i=(0,r(d[1]).defaults)({},'function'==typeof e.customHeaders?e.customHeaders():e.customHeaders);n&&(i['Content-Type']='application/json');var u='function'==typeof e.requestOptions?e.requestOptions(n):e.requestOptions,p=(0,r(d[1]).defaults)({method:n?'POST':'GET',body:n?e.stringify(n):void 0,headers:i},s?{}:u);try{f(t,p,o)}catch(e){if(!u||0===Object.keys(u).length||!e.message||e.message.indexOf('not implemented')<0)return o(e);try{Object.keys(u).forEach(function(e){delete p[e]}),f(t,p,o),s=!0}catch(e){o(e)}}},y=function(e,o,i,f){i&&'object'===u(i)&&(i=c('',i).slice(1)),e.queryStringParams&&(o=c(o,e.queryStringParams));try{var s;(s=t?new t:new n('MSXML2.XMLHTTP.3.0')).open(i?'POST':'GET',o,1),e.crossDomain||s.setRequestHeader('X-Requested-With','XMLHttpRequest'),s.withCredentials=!!e.withCredentials,i&&s.setRequestHeader('Content-Type','application/x-www-form-urlencoded'),s.overrideMimeType&&s.overrideMimeType('application/json');var p=e.customHeaders;if(p='function'==typeof p?p():p)for(var y in p)s.setRequestHeader(y,p[y]);s.onreadystatechange=function(){s.readyState>3&&f(s.status>=400?s.statusText:null,{status:s.status,data:s.responseText})},s.send(i)}catch(e){console&&console.log(e)}},l=function(t,n,o,i){return'function'==typeof o&&(i=o,o=void 0),i=i||function(){},e&&0!==n.indexOf('file:')?p(t,n,o,i):(0,r(d[1]).hasXMLHttpRequest)()||'function'==typeof ActiveXObject?y(t,n,o,i):void i(new Error('No fetch and no xhr implementation found!'))};_e.default=l,m.exports=_e.default},813,[814,816]); -__d(function(g,r,i,a,m,e,d){var f;if('function'==typeof fetch&&(f=void 0!==g&&g.fetch?g.fetch:'undefined'!=typeof window&&window.fetch?window.fetch:fetch),void 0!==r&&('undefined'==typeof window||void 0===window.document)){var t=f||r(d[0]);t.default&&(t=t.default),e.default=t,m.exports=e.default}},814,[815]); -__d(function(g,r,i,a,m,e,d){m.exports=g.fetch,m.exports.default=g.fetch,m.exports.fetch=g.fetch,m.exports.Headers=g.Headers,m.exports.Request=g.Request,m.exports.Response=g.Response},815,[]); -__d(function(g,r,i,a,m,e,d){"use strict";function t(o){"@babel/helpers - typeof";return(t="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(o)}Object.defineProperty(e,"__esModule",{value:!0}),e.defaults=function(t){return n.call(u.call(arguments,1),function(o){if(o)for(var n in o)void 0===t[n]&&(t[n]=o[n])}),t},e.hasXMLHttpRequest=function(){return'function'==typeof XMLHttpRequest||'object'===("undefined"==typeof XMLHttpRequest?"undefined":t(XMLHttpRequest))},e.makePromise=function(t){if(f(t))return t;return Promise.resolve(t)};var o=[],n=o.forEach,u=o.slice;function f(t){return!!t&&'function'==typeof t.then}},816,[]); -__d(function(a,s,i,n,e,r,t){e.exports={af:"Afrikaans",ar:"\u0627\u0644\u0639\u0631\u0628\u064a\u0629",be:"\u0411\u0435\u043b\u0430\u0440\u0443\u0441\u043a\u0430\u044f",bg:"\u0411\u044a\u043b\u0433\u0430\u0440\u0441\u043a\u0438",ca:"Catal\xe0",cs:"\u010ce\u0161tina",da:"Dansk",de:"Deutsch",dsb:"Dolnoserb\u0161\u0107ina",el:"\u0395\u03bb\u03bb\u03b7\u03bd\u03b9\u03ba\u03ac",en:"English",eo:"Esperanto",es:"Espa\xf1ol",esUS:"Espa\xf1ol (Latinoam\xe9rica)",et:"Eesti",eu:"Euskara",fa:"\u0641\u0627\u0631\u0633\u06cc",fi:"Suomi",fr:"Fran\xe7ais",frCA:"Fran\xe7ais (Canada)",gl:"Galego",he:"\u05e2\u05d1\u05e8\u05d9\u05ea",hi:"\u0939\u093f\u0928\u094d\u0926\u0940",hr:"Hrvatski",hsb:"Hornjoserb\u0161\u0107ina",hu:"Magyar",hy:"\u0540\u0561\u0575\u0565\u0580\u0565\u0576",is:"\xcdslenska",it:"Italiano",ja:"\u65e5\u672c\u8a9e",kab:"Taqbaylit",ko:"\ud55c\uad6d\uc5b4",lt:"Lietuvi\u0173",lv:"Latvie\u0161u",ml:"\u0d2e\u0d32\u0d2f\u0d3e\u0d33\u0d02",mn:"\u041c\u043e\u043d\u0433\u043e\u043b",mr:"\u092e\u0930\u093e\u0920\u0940",nl:"Nederlands",oc:"Occitan",pl:"Polski",pt:"Portugu\xeas",ptBR:"Portugu\xeas (Brasil)",ro:"Rom\xe2n\u0103",ru:"\u0420\u0443\u0441\u0441\u043a\u0438\u0439",sc:"Sardu",sk:"Sloven\u010dina",sl:"Sloven\u0161\u010dina",sq:"Shqip",sr:"\u0421\u0440\u043f\u0441\u043a\u0438",sv:"Svenska",te:"\u0c24\u0c46\u0c32\u0c41\u0c17\u0c41",tr:"T\xfcrk\xe7e",uk:"\u0423\u043a\u0440\u0430\u0457\u043d\u0441\u044c\u043a\u0430",vi:"Ti\u1ebfng Vi\u1ec7t",zhCN:"\u4e2d\u6587\uff08\u7b80\u4f53\uff09",zhTW:"\u4e2d\u6587\uff08\u7e41\u9ad4\uff09"}},817,[]); -__d(function(e,o,t,i,n,a,r){n.exports={addPeople:{accessibilityLabel:{meetingLink:"Meeting link: {{url}}"},add:"Invite",addContacts:"Invite your contacts",contacts:"contacts",copyInvite:"Copy meeting invitation",copyLink:"Copy meeting link",copyStream:"Copy live streaming link",countryNotSupported:"We do not support this destination yet.",countryReminder:"Calling outside the US? Please make sure you start with the country code!",defaultEmail:"Your Default Email",disabled:"You can't invite people.",failedToAdd:"Failed to add participants",googleEmail:"Google Email",inviteMoreHeader:"You are the only one in the meeting",inviteMoreMailSubject:"Join {{appName}} meeting",inviteMorePrompt:"Invite more people",linkCopied:"Link copied to clipboard",noResults:"No matching search results",outlookEmail:"Outlook Email",phoneNumbers:"phone numbers",searching:"Searching...",shareInvite:"Share meeting invitation",shareLink:"Share the meeting link to invite others",shareStream:"Share the live streaming link",sipAddresses:"sip addresses",telephone:"Telephone: {{number}}",title:"Invite people to this meeting",yahooEmail:"Yahoo Email"},audioDevices:{bluetooth:"Bluetooth",car:"Car Audio",headphones:"Headphones",none:"No audio devices available",phone:"Phone",speaker:"Speaker"},audioOnly:{audioOnly:"Low bandwidth"},bandwidthSettings:{assumedBandwidthBps:"e.g. 10000000 for 10 Mbps",assumedBandwidthBpsWarning:"Higher values might cause network issues.",customValue:"custom value",customValueEffect:"to set the actual bps value",leaveEmpty:"leave empty",leaveEmptyEffect:"to allow estimations to take place",possibleValues:"Possible values",setAssumedBandwidthBps:"Assumed bandwidth (bps)",title:"Bandwidth settings",zeroEffect:"to disable video"},breakoutRooms:{actions:{add:"Add breakout room",autoAssign:"Auto assign to breakout rooms",close:"Close",join:"Join",leaveBreakoutRoom:"Leave breakout room",more:"More",remove:"Remove",rename:"Rename",renameBreakoutRoom:"Rename breakout room",sendToBreakoutRoom:"Send participant to:"},defaultName:"Breakout room #{{index}}",mainRoom:"Main room",notifications:{joined:"Joining the \"{{name}}\" breakout room",joinedMainRoom:"Joining the main room",joinedTitle:"Breakout Rooms"}},calendarSync:{addMeetingURL:"Add a meeting link",confirmAddLink:"Do you want to add a Jitsi link to this event?",error:{appConfiguration:"Calendar integration is not properly configured.",generic:"An error has occurred. Please check your calendar settings or try refreshing the calendar.",notSignedIn:"An error occurred while authenticating to see calendar events. Please check your calendar settings and try logging in again."},join:"Join",joinTooltip:"Join the meeting",nextMeeting:"Next meeting",noEvents:"There are no upcoming events scheduled.",ongoingMeeting:"Ongoing meeting",permissionButton:"Open settings",permissionMessage:"The Calendar permission is required to see your meetings in the app.",refresh:"Refresh calendar",today:"Today"},carmode:{actions:{selectSoundDevice:"Select sound device"},labels:{buttonLabel:"Car mode",title:"Car mode",videoStopped:"Your video is stopped"}},chat:{enter:"Enter room",error:"Error: your message was not sent. Reason: {{error}}",fieldPlaceHolder:"Aa",lobbyChatMessageTo:"Lobby chat message to {{recipient}}",message:"Message",messageAccessibleTitle:"{{user}} says:",messageAccessibleTitleMe:"me says:",messageTo:"Private message to {{recipient}}",messagebox:"Type a message",newMessages:"New messages",nickname:{popover:"Choose a nickname",title:"Enter a nickname to use chat",titleWithPolls:"Enter a nickname to use chat and polls"},noMessagesMessage:"There are no messages in the meeting yet. Start a conversation here!",privateNotice:"Private message to {{recipient}}",sendButton:"Send",smileysPanel:"Emoji panel",tabs:{chat:"Chat",polls:"Polls"},title:"Chat",titleWithPolls:"Chat and Polls",you:"you"},chromeExtensionBanner:{buttonText:"Install Chrome Extension",buttonTextEdge:"Install Edge Extension",close:"Close",dontShowAgain:"Don\u2019t show me this again",installExtensionText:"Install the extension for Google Calendar and Office 365 integration"},connectingOverlay:{joiningRoom:"Connecting you to your meeting..."},connection:{ATTACHED:"Attached",AUTHENTICATING:"Authenticating",AUTHFAIL:"Authentication failed",CONNECTED:"Connected",CONNECTING:"Connecting",CONNFAIL:"Connection failed",DISCONNECTED:"Disconnected",DISCONNECTING:"Disconnecting",ERROR:"Error",FETCH_SESSION_ID:"Obtaining session-id...",GET_SESSION_ID_ERROR:"Get session-id error: {{code}}",GOT_SESSION_ID:"Obtaining session-id... Done",LOW_BANDWIDTH:"Video for {{displayName}} has been turned off to save bandwidth"},connectionindicator:{address:"Address:",audio_ssrc:"Audio SSRC:",bandwidth:"Estimated bandwidth:",bitrate:"Bitrate:",bridgeCount:"Server count: ",codecs:"Codecs (A/V): ",connectedTo:"Connected to:",e2eeVerified:"E2EE verified:",framerate:"Frame rate:",less:"Show less",localaddress:"Local address:",localaddress_plural:"Local addresses:",localport:"Local port:",localport_plural:"Local ports:",maxEnabledResolution:"send max",more:"Show more",no:"no",packetloss:"Packet loss:",participant_id:"Participant id:",quality:{good:"Good",inactive:"Inactive",lost:"Lost",nonoptimal:"Nonoptimal",poor:"Poor"},remoteaddress:"Remote address:",remoteaddress_plural:"Remote addresses:",remoteport:"Remote port:",remoteport_plural:"Remote ports:",resolution:"Resolution:",savelogs:"Save logs",status:"Connection:",transport:"Transport:",transport_plural:"Transports:",video_ssrc:"Video SSRC:",yes:"yes"},dateUtils:{earlier:"Earlier",today:"Today",yesterday:"Yesterday"},deepLinking:{appNotInstalled:"You need the {{app}} mobile app to join this meeting on your phone.",description:"Nothing happened? We tried launching your meeting in the {{app}} desktop app. Try again or launch it in the {{app}} web app.",descriptionNew:"Nothing happened? We tried launching your meeting in the {{app}} desktop app.

You can try again or launch it on web.",descriptionWithoutWeb:"Nothing happened? We tried launching your meeting in the {{app}} desktop app.",downloadApp:"Download the app",downloadMobileApp:"Download from App Store",ifDoNotHaveApp:"If you don't have the app yet:",ifHaveApp:"If you already have the app:",joinInApp:"Join this meeting using the app",joinInAppNew:"Join in app",joinInBrowser:"Join in browser",launchMeetingLabel:"How do you want to join this meeting?",launchWebButton:"Launch in web",noMobileApp:"You don\u2019t have the app?",termsAndConditions:"By continuing you agree to our terms & conditions.",title:"Launching your meeting in {{app}}...",titleNew:"Launching your meeting ...",tryAgainButton:"Try again in desktop",unsupportedBrowser:"It looks like you're using a browser we don't support."},defaultLink:"e.g. {{url}}",defaultNickname:"ex. Jane Pink",deviceError:{cameraError:"Failed to access your camera",cameraPermission:"Error obtaining camera permission",microphoneError:"Failed to access your microphone",microphonePermission:"Error obtaining microphone permission"},deviceSelection:{hid:{callControl:"Call control",connectedDevices:"Connected devices:",deleteDevice:"Delete device",pairDevice:"Pair device"},noPermission:"Permission not granted",previewUnavailable:"Preview unavailable",selectADevice:"Select a device",testAudio:"Test"},dialIn:{screenTitle:"Dial-in summary"},dialOut:{statusMessage:"is now {{status}}"},dialog:{Back:"Back",Cancel:"Cancel",IamHost:"Log-in",Ok:"OK",Remove:"Remove",Share:"Share",Submit:"Submit",WaitForHostMsg:"The conference has not yet started because no moderators have yet arrived. If you'd like to become a moderator please log-in. Otherwise, please wait.",WaitingForHostButton:"Wait for moderator",WaitingForHostTitle:"Waiting for a moderator...",Yes:"Yes",accessibilityLabel:{Cancel:"Cancel (leave dialog)",Ok:"OK (save and leave dialog)",close:"Close dialog",liveStreaming:"Live Stream",sharingTabs:"Sharing options"},add:"Add",addMeetingNote:"Add a note about this meeting",addOptionalNote:"Add a note (optional):",allow:"Allow",allowToggleCameraDialog:"Do you allow {{initiatorName}} to toggle your camera facing mode?",allowToggleCameraTitle:"Allow toggle camera?",alreadySharedVideoMsg:"Another participant is already sharing a video. This conference allows only one shared video at a time.",alreadySharedVideoTitle:"Only one shared video is allowed at a time",applicationWindow:"Application window",authenticationRequired:"Authentication required",cameraConstraintFailedError:"Your camera does not satisfy some of the required constraints.",cameraNotFoundError:"Camera was not found.",cameraNotSendingData:"We are unable to access your camera. Please check if another application is using this device, select another device from the settings menu or try to reload the application.",cameraNotSendingDataTitle:"Unable to access camera",cameraPermissionDeniedError:"You have not granted permission to use your camera. You can still join the conference but others won't see you. Use the camera button in the address bar to fix this.",cameraTimeoutError:"Could not start video source. Timeout occurred!",cameraUnknownError:"Cannot use camera for an unknown reason.",cameraUnsupportedResolutionError:"Your camera does not support required video resolution.",close:"Close",conferenceDisconnectMsg:"You may want to check your network connection. Reconnecting in {{seconds}} sec...",conferenceDisconnectTitle:"You have been disconnected.",conferenceReloadMsg:"We're trying to fix this. Reconnecting in {{seconds}} sec...",conferenceReloadTitle:"Unfortunately, something went wrong.",confirm:"Confirm",confirmNo:"No",confirmYes:"Yes",connectError:"Oops! Something went wrong and we couldn't connect to the conference.",connectErrorWithMsg:"Oops! Something went wrong and we couldn't connect to the conference: {{msg}}",connecting:"Connecting",contactSupport:"Contact support",copied:"Copied",copy:"Copy",dismiss:"Dismiss",displayNameRequired:"Hi! What\u2019s your name?",done:"Done",e2eeDescription:"End-to-End Encryption is currently EXPERIMENTAL. Please keep in mind that turning on end-to-end encryption will effectively disable server-side provided services such as: phone participation. Also keep in mind that the meeting will only work for people joining from browsers with support for insertable streams.",e2eeDisabledDueToMaxModeDescription:"Cannot enable End-to-End Encryption due to large number of participants in the conference.",e2eeLabel:"Enable End-to-End Encryption",e2eeWarning:"WARNING: Not all participants in this meeting seem to have support for End-to-End encryption. If you enable it they won't be able to see nor hear you.",e2eeWillDisableDueToMaxModeDescription:"WARNING: End-to-End Encryption will be automatically disabled if more participants join the conference.",embedMeeting:"Embed meeting",enterDisplayName:"Enter your name",error:"Error",gracefulShutdown:"Our service is currently down for maintenance. Please try again later.",grantModeratorDialog:"Are you sure you want to grant moderator rights to {{participantName}}?",grantModeratorTitle:"Grant moderator rights",hide:"Hide",hideShareAudioHelper:"Don't show this dialog again",incorrectPassword:"Incorrect username or password",incorrectRoomLockPassword:"Incorrect password",internalError:"Oops! Something went wrong. The following error occurred: {{error}}",internalErrorTitle:"Internal error",kickMessage:"You can contact {{participantDisplayName}} for more details.",kickParticipantButton:"Kick",kickParticipantDialog:"Are you sure you want to kick this participant?",kickParticipantTitle:"Kick this participant?",kickTitle:"Ouch! {{participantDisplayName}} kicked you out of the meeting",linkMeeting:"Link meeting",linkMeetingTitle:"Link meeting to Salesforce",liveStreaming:"Live Streaming",liveStreamingDisabledBecauseOfActiveRecordingTooltip:"Not possible while recording is active",localUserControls:"Local user controls",lockMessage:"Failed to lock the conference.",lockRoom:"Add meeting $t(lockRoomPassword)",lockTitle:"Lock failed",login:"Login",loginQuestion:"Are you sure you want to login and leave the conference?",logoutQuestion:"Are you sure you want to logout and leave the conference?",logoutTitle:"Logout",maxUsersLimitReached:"The limit for maximum number of participants has been reached. The conference is full. Please contact the meeting owner or try again later!",maxUsersLimitReachedTitle:"Maximum participants limit reached",micConstraintFailedError:"Your microphone does not satisfy some of the required constraints.",micNotFoundError:"Microphone was not found.",micNotSendingData:"Go to your computer's settings to unmute your mic and adjust its level",micNotSendingDataTitle:"Your mic is muted by your system settings",micPermissionDeniedError:"You have not granted permission to use your microphone. You can still join the conference but others won't hear you. Use the camera button in the address bar to fix this.",micTimeoutError:"Could not start audio source. Timeout occurred!",micUnknownError:"Cannot use microphone for an unknown reason.",moderationAudioLabel:"Allow attendees to unmute themselves",moderationVideoLabel:"Allow attendees to start their video",muteEveryoneDialog:"The participants can unmute themselves at any time.",muteEveryoneDialogModerationOn:"The participants can send a request to speak at any time.",muteEveryoneElseDialog:"Once muted, you won't be able to unmute them, but they can unmute themselves at any time.",muteEveryoneElseTitle:"Mute everyone except {{whom}}?",muteEveryoneElsesVideoDialog:"Once the camera is disabled, you won't be able to turn it back on, but they can turn it back on at any time.",muteEveryoneElsesVideoTitle:"Stop everyone's video except {{whom}}?",muteEveryoneSelf:"yourself",muteEveryoneStartMuted:"Everyone starts muted from now on",muteEveryoneTitle:"Mute everyone?",muteEveryonesVideoDialog:"The participants can turn on their video at any time.",muteEveryonesVideoDialogModerationOn:"The participants can send a request to turn on their video at any time.",muteEveryonesVideoDialogOk:"Disable",muteEveryonesVideoTitle:"Stop everyone's video?",muteParticipantBody:"You won't be able to unmute them, but they can unmute themselves at any time.",muteParticipantButton:"Mute",muteParticipantsVideoBody:"You won't be able to turn the camera back on, but they can turn it back on at any time.",muteParticipantsVideoBodyModerationOn:"You won't be able to turn the camera back on and neither will they.",muteParticipantsVideoButton:"Stop video",muteParticipantsVideoDialog:"Are you sure you want to turn off this participant's camera? You won't be able to turn the camera back on, but they can turn it back on at any time.",muteParticipantsVideoDialogModerationOn:"Are you sure you want to turn off this participant's camera? You won't be able to turn the camera back on and neither will they.",muteParticipantsVideoTitle:"Disable camera of this participant?",noDropboxToken:"No valid Dropbox token",password:"Password",passwordLabel:"The meeting has been locked by a participant. Please enter the $t(lockRoomPassword) to join.",passwordNotSupported:"Setting a meeting $t(lockRoomPassword) is not supported.",passwordNotSupportedTitle:"$t(lockRoomPasswordUppercase) not supported",passwordRequired:"$t(lockRoomPasswordUppercase) required",permissionCameraRequiredError:"Camera permission is required to participate in conferences with video. Please grant it in Settings",permissionErrorTitle:"Permission required",permissionMicRequiredError:"Microphone permission is required to participate in conferences with audio. Please grant it in Settings",readMore:"more",recentlyUsedObjects:"Your recently used objects",recording:"Recording",recordingDisabledBecauseOfActiveLiveStreamingTooltip:"Not possible while a live stream is active",rejoinNow:"Rejoin now",remoteControlAllowedMessage:"{{user}} accepted your remote control request!",remoteControlDeniedMessage:"{{user}} rejected your remote control request!",remoteControlErrorMessage:"An error occurred while trying to request remote control permissions from {{user}}!",remoteControlRequestMessage:"Will you allow {{user}} to remotely control your desktop?",remoteControlShareScreenWarning:"Note that if you press \"Allow\" you will share your screen!",remoteControlStopMessage:"The remote control session ended!",remoteControlTitle:"Remote desktop control",remoteUserControls:"Remote user controls of {{username}}",removePassword:"Remove $t(lockRoomPassword)",removeSharedVideoMsg:"Are you sure you would like to remove your shared video?",removeSharedVideoTitle:"Remove shared video",renameBreakoutRoomLabel:"Room name",renameBreakoutRoomTitle:"Rename breakout room",reservationError:"Reservation system error",reservationErrorMsg:"Error code: {{code}}, message: {{msg}}",retry:"Retry",screenSharingAudio:"Share audio",screenSharingFailed:"Oops! Something went wrong, we weren\u2019t able to start screen sharing!",screenSharingFailedTitle:"Screen sharing failed!",screenSharingPermissionDeniedError:"Oops! Something went wrong with your screen sharing permissions. Please reload and try again.",searchInSalesforce:"Search in Salesforce",searchResults:"Search results({{count}})",searchResultsDetailsError:"Something went wrong while retrieving owner data.",searchResultsError:"Something went wrong while retrieving data.",searchResultsNotFound:"No search results found.",searchResultsTryAgain:"Try using alternative keywords.",sendPrivateMessage:"You recently received a private message. Did you intend to reply to that privately, or you want to send your message to the group?",sendPrivateMessageCancel:"Send to the group",sendPrivateMessageOk:"Send privately",sendPrivateMessageTitle:"Send privately?",serviceUnavailable:"Service unavailable",sessTerminated:"Call terminated",sessTerminatedReason:"The meeting has been terminated",sessionRestarted:"Call restarted because of a connection issue.",shareAudio:"Continue",shareAudioTitle:"How to share audio",shareAudioWarningD1:"you need to stop screen sharing before sharing your audio.",shareAudioWarningD2:"you need to restart your screen sharing and check the \"share audio\" option.",shareAudioWarningH1:"If you want to share just audio:",shareAudioWarningTitle:"You need to stop screen sharing before sharing audio",shareMediaWarningGenericH2:"If you want to share your screen and audio",shareScreenWarningD1:"you need to stop audio sharing before sharing your screen.",shareScreenWarningD2:"you need to stop audio sharing, start screen sharing and check the \"share audio\" option.",shareScreenWarningH1:"If you want to share just your screen:",shareScreenWarningTitle:"You need to stop audio sharing before sharing your screen",shareVideoLinkError:"Please provide a correct video link.",shareVideoTitle:"Share video",shareYourScreen:"Share your screen",shareYourScreenDisabled:"Screen sharing disabled.",sharedVideoDialogError:"Error: Invalid URL",sharedVideoLinkPlaceholder:"YouTube link or direct video link",show:"Show",start:"Start ",startLiveStreaming:"Start live stream",startRecording:"Start recording",startRemoteControlErrorMessage:"An error occurred while trying to start the remote control session!",stopLiveStreaming:"Stop live stream",stopRecording:"Stop recording",stopRecordingWarning:"Are you sure you would like to stop the recording?",stopStreamingWarning:"Are you sure you would like to stop the live streaming?",streamKey:"Live stream key",thankYou:"Thank you for using {{appName}}!",token:"token",tokenAuthFailed:"Sorry, you're not allowed to join this call.",tokenAuthFailedReason:{audInvalid:"Ivalid `aud` value. It should be `jitsi`.",contextNotFound:"The `context` object is missing from the payload.",expInvalid:"Invalid `exp` value.",featureInvalid:"Invalid feature: {{feature}}, most likely not implemented yet.",featureValueInvalid:"Invalid value for feature: {{feature}}.",featuresNotFound:"The `features` object is missing from the payload.",headerNotFound:"Missing the header.",issInvalid:"Invalid `iss` value. It should be `chat`.",kidMismatch:"Key ID (kid) does not match sub.",kidNotFound:"Missing Key ID (kid).",nbfFuture:"The `nbf` value is in the future.",nbfInvalid:"Invalid `nbf` value.",payloadNotFound:"Missing the payload.",tokenExpired:"Token is expired."},tokenAuthFailedTitle:"Authentication failed",tokenAuthFailedWithReasons:"Sorry, you're not allowed to join this call. Possible reasons: {{reason}}",tokenAuthUnsupported:"Token URL is not supported.",transcribing:"Transcribing",unlockRoom:"Remove meeting $t(lockRoomPassword)",user:"User",userIdentifier:"User identifier",userPassword:"User password",verifyParticipantConfirm:"They match",verifyParticipantDismiss:"They do not match",verifyParticipantQuestion:"EXPERIMENTAL: Ask participant {{participantName}} if they see the same content, in the same order.",verifyParticipantTitle:"User verification",videoLink:"Video link",viewUpgradeOptions:"View upgrade options",viewUpgradeOptionsContent:"To get unlimited access to premium features like recording, transcriptions, RTMP Streaming & more, you'll need to upgrade your plan.",viewUpgradeOptionsTitle:"You discovered a premium feature!",yourEntireScreen:"Your entire screen"},documentSharing:{title:"Shared Document"},e2ee:{labelToolTip:"Audio and Video Communication on this call is end-to-end encrypted"},embedMeeting:{title:"Embed this meeting"},feedback:{accessibilityLabel:{yourChoice:"Your choice: {{rating}}"},average:"Average",bad:"Bad",detailsLabel:"Tell us more about it.",good:"Good",rateExperience:"Rate your meeting experience",star:"Star",veryBad:"Very Bad",veryGood:"Very Good"},filmstrip:{accessibilityLabel:{heading:"Video thumbnails"}},giphy:{noResults:"No results found :(",search:"Search GIPHY"},incomingCall:{answer:"Answer",audioCallTitle:"Incoming call",decline:"Dismiss",productLabel:"from Jitsi Meet",videoCallTitle:"Incoming video call"},info:{accessibilityLabel:"Show info",addPassword:"Add $t(lockRoomPassword)",cancelPassword:"Cancel $t(lockRoomPassword)",conferenceURL:"Link:",copyNumber:"Copy number",country:"Country",dialANumber:"To join your meeting, dial one of these numbers and then enter the pin.",dialInConferenceID:"PIN:",dialInNotSupported:"Sorry, dialing in is currently not supported.",dialInNumber:"Dial-in:",dialInSummaryError:"Error fetching dial-in info now. Please try again later.",dialInTollFree:"Toll Free",genericError:"Whoops, something went wrong.",inviteLiveStream:"To view the live stream of this meeting, click this link: {{url}}",invitePhone:"To join by phone instead, tap this: {{number}},,{{conferenceID}}#\n",invitePhoneAlternatives:"Looking for a different dial-in number?\nSee meeting dial-in numbers: {{url}}\n\n\nIf also dialing-in through a room phone, join without connecting to audio: {{silentUrl}}",inviteSipEndpoint:"To join using the SIP address, enter this: {{sipUri}}",inviteTextiOSInviteUrl:"Click the following link to join: {{inviteUrl}}.",inviteTextiOSJoinSilent:"If you are dialing-in through a room phone, use this link to join without connecting to audio: {{silentUrl}}.",inviteTextiOSPersonal:"{{name}} is inviting you to a meeting.",inviteTextiOSPhone:"To join via phone, use this number: {{number}},,{{conferenceID}}#. If you are looking for a different number, this is the full list: {{didUrl}}.",inviteURLFirstPartGeneral:"You are invited to join a meeting.",inviteURLFirstPartPersonal:"{{name}} is inviting you to a meeting.\n",inviteURLSecondPart:"\nJoin the meeting:\n{{url}}\n",label:"Dial-in info",liveStreamURL:"Live stream:",moreNumbers:"More numbers",noNumbers:"No dial-in numbers.",noPassword:"None",noRoom:"No room was specified to dial-in into.",numbers:"Dial-in Numbers",password:"$t(lockRoomPasswordUppercase): ",reachedLimit:"You have reached the limit of your plan.",sip:"SIP address",sipAudioOnly:"SIP audio only address",title:"Share",tooltip:"Share link and dial-in info for this meeting",upgradeOptions:"Please check the upgrade options on"},inlineDialogFailure:{msg:"We stumbled a bit.",retry:"Try again",support:"Support",supportMsg:"If this keeps happening, reach out to"},inviteDialog:{alertText:"Failed to invite some participants.",header:"Invite",searchCallOnlyPlaceholder:"Enter phone number",searchPeopleOnlyPlaceholder:"Search for participants",searchPlaceholder:"Participant or phone number",send:"Send"},jitsiHome:"{{logo}} Logo, links to Homepage",keyboardShortcuts:{focusLocal:"Focus on your video",focusRemote:"Focus on another person's video",fullScreen:"View or exit full screen",giphyMenu:"Toggle GIPHY menu",keyboardShortcuts:"Keyboard shortcuts",localRecording:"Show or hide local recording controls",mute:"Mute or unmute your microphone",pushToTalk:"Push to talk",raiseHand:"Raise or lower your hand",showSpeakerStats:"Show participants stats",toggleChat:"Open or close the chat",toggleFilmstrip:"Show or hide video thumbnails",toggleParticipantsPane:"Show or hide the participants pane",toggleScreensharing:"Switch between camera and screen sharing",toggleShortcuts:"Show or hide keyboard shortcuts",videoMute:"Start or stop your camera"},largeVideo:{screenIsShared:"You are sharing your screen",showMeWhatImSharing:"Show me what I'm sharing"},liveStreaming:{busy:"We're working on freeing streaming resources. Please try again in a few minutes.",busyTitle:"All streamers are currently busy",changeSignIn:"Switch accounts.",choose:"Choose a live stream",chooseCTA:"Choose a streaming option. You're currently logged in as {{email}}.",enterStreamKey:"Enter your YouTube live stream key here.",error:"Live Streaming failed. Please try again.",errorAPI:"An error occurred while accessing your YouTube broadcasts. Please try logging in again.",errorLiveStreamNotEnabled:"Live Streaming is not enabled on {{email}}. Please enable live streaming or log into an account with live streaming enabled.",expandedOff:"The live streaming has stopped",expandedOn:"The meeting is currently being streamed to YouTube.",expandedPending:"The live streaming is being started...",failedToStart:"Live Streaming failed to start",getStreamKeyManually:"We weren\u2019t able to fetch any live streams. Try getting your live stream key from YouTube.",googlePrivacyPolicy:"Google Privacy Policy",inProgress:"Recording or live streaming in progress",invalidStreamKey:"Live stream key may be incorrect.",limitNotificationDescriptionNative:"Your streaming will be limited to {{limit}} min. For unlimited streaming try {{app}}.",limitNotificationDescriptionWeb:"Due to high demand your streaming will be limited to {{limit}} min. For unlimited streaming try {{app}}.",off:"Live Streaming stopped",offBy:"{{name}} stopped the live streaming",on:"Live Streaming started",onBy:"{{name}} started the live streaming",pending:"Starting Live Stream...",serviceName:"Live Streaming service",sessionAlreadyActive:"This session is already being recorded or live streamed.",signIn:"Sign in with Google",signInCTA:"Sign in or enter your live stream key from YouTube.",signOut:"Sign out",signedInAs:"You are currently signed in as:",start:"Start a live stream",streamIdHelp:"What's this?",title:"Live Stream",unavailableTitle:"Live Streaming unavailable",youtubeTerms:"YouTube terms of services"},lobby:{admit:"Admit",admitAll:"Admit all",backToKnockModeButton:"Ask to join",chat:"Chat",dialogTitle:"Lobby mode",disableDialogContent:"Lobby mode is currently enabled. This feature ensures that unwanted participants can't join your meeting. Do you want to disable it?",disableDialogSubmit:"Disable",emailField:"Enter your email address",enableDialogPasswordField:"Set password (optional)",enableDialogSubmit:"Enable",enableDialogText:"Lobby mode lets you protect your meeting by only allowing people to enter after a formal approval by a moderator.",enterPasswordButton:"Enter meeting password",enterPasswordTitle:"Enter password to join meeting",errorMissingPassword:"Please enter the meeting password",invalidPassword:"Invalid password",joinRejectedMessage:"Your join request was rejected by a moderator.",joinRejectedTitle:"Join request rejected.",joinTitle:"Join Meeting",joinWithPasswordMessage:"Trying to join with password, please wait...",joiningMessage:"You'll join the meeting as soon as someone accepts your request",joiningTitle:"Asking to join meeting...",joiningWithPasswordTitle:"Joining with password...",knockButton:"Ask to Join",knockTitle:"Someone wants to join the meeting",knockingParticipantList:"Knocking participant list",lobbyChatStartedNotification:"{{moderator}} started a lobby chat with {{attendee}}",lobbyChatStartedTitle:"{{moderator}} has started a lobby chat with you.",lobbyClosed:"The lobby room has been closed.",nameField:"Enter your name",notificationLobbyAccessDenied:"{{targetParticipantName}} has been rejected to join by {{originParticipantName}}",notificationLobbyAccessGranted:"{{targetParticipantName}} has been allowed to join by {{originParticipantName}}",notificationLobbyDisabled:"Lobby has been disabled by {{originParticipantName}}",notificationLobbyEnabled:"Lobby has been enabled by {{originParticipantName}}",notificationTitle:"Lobby",passwordJoinButton:"Join",reject:"Reject",rejectAll:"Reject all",title:"Lobby",toggleLabel:"Enable lobby"},localRecording:{clientState:{off:"Off",on:"On",unknown:"Unknown"},dialogTitle:"Local Recording Controls",duration:"Duration",durationNA:"N/A",encoding:"Encoding",label:"LOR",labelToolTip:"Local recording is engaged",localRecording:"Local Recording",me:"Me",messages:{engaged:"Local recording engaged.",finished:"Recording session {{token}} finished. Please send the recorded file to the moderator.",finishedModerator:"Recording session {{token}} finished. The recording of the local track has been saved. Please ask the other participants to submit their recordings.",notModerator:"You are not the moderator. You cannot start or stop local recording."},moderator:"Moderator",no:"No",participant:"Participant",participantStats:"Participant Stats",selectTabTitle:"\ud83c\udfa5 Please select this tab for recording",sessionToken:"Session Token",start:"Start Recording",stop:"Stop Recording",stopping:"Stopping Recording",wait:"Please wait while we save your recording",yes:"Yes"},lockRoomPassword:"password",lockRoomPasswordUppercase:"Password",lonelyMeetingExperience:{button:"Invite others",youAreAlone:"You are the only one in the meeting"},me:"me",notify:{OldElectronAPPTitle:"Security vulnerability!",allowAction:"Allow",allowedUnmute:"You can unmute your microphone, start your camera or share your screen.",audioUnmuteBlockedDescription:"Mic unmute operation has been temporarily blocked because of system limits.",audioUnmuteBlockedTitle:"Mic unmute blocked!",chatMessages:"Chat messages",connectedOneMember:"{{name}} joined the meeting",connectedThreePlusMembers:"{{name}} and many others joined the meeting",connectedTwoMembers:"{{first}} and {{second}} joined the meeting",dataChannelClosed:"Video quality impaired",dataChannelClosedDescription:"The bridge channel has been disconnected and thus video quality is limited to its lowest setting.",disabledIframe:"Embedding is only meant for demo purposes, so this call will disconnect in {{timeout}} minutes.",disconnected:"disconnected",displayNotifications:"Display notifications for",dontRemindMe:"Do not remind me",focus:"Conference focus",focusFail:"{{component}} not available - retry in {{ms}} sec",gifsMenu:"GIPHY",groupTitle:"Notifications",hostAskedUnmute:"The moderator would like you to speak",invitedOneMember:"{{name}} has been invited",invitedThreePlusMembers:"{{name}} and {{count}} others have been invited",invitedTwoMembers:"{{first}} and {{second}} have been invited",joinMeeting:"Join",kickParticipant:"{{kicked}} was kicked by {{kicker}}",leftOneMember:"{{name}} left the meeting",leftThreePlusMembers:"{{name}} and many others left the meeting",leftTwoMembers:"{{first}} and {{second}} left the meeting",linkToSalesforce:"Link to Salesforce",linkToSalesforceDescription:"You can link the meeting summary to a Salesforce object.",linkToSalesforceError:"Failed to link meeting to Salesforce",linkToSalesforceKey:"Link this meeting",linkToSalesforceProgress:"Linking meeting to Salesforce...",linkToSalesforceSuccess:"The meeting was linked to Salesforce",localRecordingStarted:"{{name}} has started a local recording.",localRecordingStopped:"{{name}} has stopped a local recording.",me:"Me",moderationInEffectCSDescription:"Please raise hand if you want to share your screen.",moderationInEffectCSTitle:"Screen sharing is blocked by the moderator",moderationInEffectDescription:"Please raise hand if you want to speak.",moderationInEffectTitle:"Your microphone is muted by the moderator",moderationInEffectVideoDescription:"Please raise your hand if you want to start your camera.",moderationInEffectVideoTitle:"Your camera is blocked by the moderator",moderationRequestFromModerator:"The host would like you to unmute",moderationRequestFromParticipant:"Wants to speak",moderationStartedTitle:"Moderation started",moderationStoppedTitle:"Moderation stopped",moderationToggleDescription:"by {{participantDisplayName}}",moderator:"You're now a moderator",muted:"You have started the conversation muted.",mutedRemotelyDescription:"You can always unmute when you're ready to speak. Mute back when you're done to keep noise away from the meeting.",mutedRemotelyTitle:"You've been muted by {{participantDisplayName}}",mutedTitle:"You're muted!",newDeviceAction:"Use",newDeviceAudioTitle:"New audio device detected",newDeviceCameraTitle:"New camera detected",noiseSuppressionDesktopAudioDescription:"Noise suppression can't be enabled while sharing desktop audio, please disable it and try again.",noiseSuppressionFailedTitle:"Failed to start noise suppression",noiseSuppressionStereoDescription:"Stereo audio noise suppression is not currently supported.",oldElectronClientDescription1:"You appear to be using an old version of the Jitsi Meet client which has known security vulnerabilities. Please make sure you update to our ",oldElectronClientDescription2:"latest build",oldElectronClientDescription3:" now!",participantWantsToJoin:"Wants to join the meeting",participantsWantToJoin:"Want to join the meeting",passwordRemovedRemotely:"$t(lockRoomPasswordUppercase) removed by another participant",passwordSetRemotely:"$t(lockRoomPasswordUppercase) set by another participant",raiseHandAction:"Raise hand",raisedHand:"Would like to speak.",raisedHands:"{{participantName}} and {{raisedHands}} more people",reactionSounds:"Disable sounds",reactionSoundsForAll:"Disable sounds for all",screenShareNoAudio:"Share audio box was not checked in the window selection screen.",screenShareNoAudioTitle:"Couldn't share system audio!",screenSharingAudioOnlyDescription:"Please note that by sharing your screen you're affecting the \"Best performance\" mode and you will use more bandwidth.",screenSharingAudioOnlyTitle:"\"Best performance\" mode",selfViewTitle:"You can always un-hide the self-view from settings",somebody:"Somebody",startSilentDescription:"Rejoin the meeting to enable audio",startSilentTitle:"You joined with no audio output!",suboptimalBrowserWarning:"We are afraid your meeting experience isn't going to be that great here. We are looking for ways to improve this, but until then please try using one of the fully supported browsers.",suboptimalExperienceTitle:"Browser Warning",unmute:"Unmute",videoMutedRemotelyDescription:"You can always turn it on again.",videoMutedRemotelyTitle:"Your video has been turned off by {{participantDisplayName}}",videoUnmuteBlockedDescription:"Camera unmute and desktop sharing operation have been temporarily blocked because of system limits.",videoUnmuteBlockedTitle:"Camera unmute and desktop sharing blocked!",viewLobby:"View lobby",waitingParticipants:"{{waitingParticipants}} people"},participantsPane:{actions:{allow:"Allow attendees to:",allowVideo:"Allow video",askUnmute:"Ask to unmute",audioModeration:"Unmute themselves",blockEveryoneMicCamera:"Block everyone's mic and camera",invite:"Invite Someone",moreModerationActions:"More moderation options",moreModerationControls:"More moderation controls",moreParticipantOptions:"More participant options",mute:"Mute",muteAll:"Mute all",muteEveryoneElse:"Mute everyone else",stopEveryonesVideo:"Stop everyone's video",stopVideo:"Stop video",unblockEveryoneMicCamera:"Unblock everyone's mic and camera",videoModeration:"Start their video"},close:"Close",headings:{lobby:"Lobby ({{count}})",participantsList:"Meeting participants ({{count}})",visitors:"Visitors ({{count}})",waitingLobby:"Waiting in lobby ({{count}})"},search:"Search participants",title:"Participants"},passwordDigitsOnly:"Up to {{number}} digits",passwordSetRemotely:"Set by another participant",pinParticipant:"{{participantName}} - Pin",pinnedParticipant:"The participant is pinned",polls:{answer:{skip:"Skip",submit:"Submit"},by:"By {{ name }}",create:{addOption:"Add option",answerPlaceholder:"Option {{index}}",cancel:"Cancel",create:"Create a poll",pollOption:"Poll option {{index}}",pollQuestion:"Poll Question",questionPlaceholder:"Ask a question",removeOption:"Remove option",send:"Send"},notification:{description:"Open polls tab to vote",title:"A new poll was added to this meeting"},results:{changeVote:"Change vote",empty:"There are no polls in the meeting yet. Start a poll here!",hideDetailedResults:"Hide details",showDetailedResults:"Show details",vote:"Vote"}},poweredby:"powered by",prejoin:{audioAndVideoError:"Audio and video error:",audioDeviceProblem:"There is a problem with your audio device",audioOnlyError:"Audio error:",audioTrackError:"Could not create audio track.",callMe:"Call me",callMeAtNumber:"Call me at this number:",calling:"Calling",configuringDevices:"Configuring devices...",connectedWithAudioQ:"You\u2019re connected with audio?",connection:{good:"Your internet connection looks good!",nonOptimal:"Your internet connection is not optimal",poor:"You have a poor internet connection"},connectionDetails:{audioClipping:"We expect your audio to be clipped.",audioHighQuality:"We expect your audio to have excellent quality.",audioLowNoVideo:"We expect your audio quality to be low and no video.",goodQuality:"Awesome! Your media quality is going to be great.",noMediaConnectivity:"We could not find a way to establish media connectivity for this test. This is typically caused by a firewall or NAT.",noVideo:"We expect that your video will be terrible.",undetectable:"If you still can not make calls in browser, we recommend that you make sure your speakers, microphone and camera are properly set up, that you have granted your browser rights to use your microphone and camera, and that your browser version is up-to-date. If you still have trouble calling, you should contact the web application developer.",veryPoorConnection:"We expect your call quality to be really terrible.",videoFreezing:"We expect your video to freeze, turn black, and be pixelated.",videoHighQuality:"We expect your video to have good quality.",videoLowQuality:"We expect your video to have low quality in terms of frame rate and resolution.",videoTearing:"We expect your video to be pixelated or have visual artefacts."},copyAndShare:"Copy & share meeting link",dialInMeeting:"Dial into the meeting",dialInPin:"Dial into the meeting and enter PIN code:",dialing:"Dialing",doNotShow:"Don't show this screen again",errorDialOut:"Could not dial out",errorDialOutDisconnected:"Could not dial out. Disconnected",errorDialOutFailed:"Could not dial out. Call failed",errorDialOutStatus:"Error getting dial out status",errorMissingName:"Please enter your name to join the meeting",errorNoPermissions:"You need to enable microphone and camera access",errorStatusCode:"Error dialing out, status code: {{status}}",errorValidation:"Number validation failed",iWantToDialIn:"I want to dial in",initiated:"Call initiated",joinAudioByPhone:"Join with phone audio",joinMeeting:"Join meeting",joinMeetingInLowBandwidthMode:"Join in low bandwidth mode",joinWithoutAudio:"Join without audio",keyboardShortcuts:"Enable Keyboard shortcuts",linkCopied:"Link copied to clipboard",lookGood:"Your microphone is working properly",or:"or",premeeting:"Pre meeting",proceedAnyway:"Proceed anyway",screenSharingError:"Screen sharing error:",showScreen:"Enable pre meeting screen",startWithPhone:"Start with phone audio",unsafeRoomConsent:"I understand the risks, I want to join the meeting",videoOnlyError:"Video error:",videoTrackError:"Could not create video track.",viewAllNumbers:"view all numbers"},presenceStatus:{busy:"Busy",calling:"Calling...",connected:"Connected",connecting:"Connecting...",connecting2:"Connecting*...",disconnected:"Disconnected",expired:"Expired",ignored:"Ignored",initializingCall:"Initializing Call...",invited:"Invited",rejected:"Rejected",ringing:"Ringing..."},profile:{avatar:"avatar",setDisplayNameLabel:"Name",setEmailInput:"Enter email",setEmailLabel:"Gravatar email",title:"Profile"},raisedHand:"Would like to speak",raisedHandsLabel:"Number of raised hands",record:{already:{linked:"The meeting is already linked to this Salesforce object."},type:{account:"Account",contact:"Contact",lead:"Lead",opportunity:"Opportunity",owner:"Owner"}},recording:{authDropboxText:"Upload to Dropbox",availableSpace:"Available space: {{spaceLeft}} MB (approximately {{duration}} minutes of recording)",beta:"BETA",busy:"We're working on freeing recording resources. Please try again in a few minutes.",busyTitle:"All recorders are currently busy",copyLink:"Copy Link",error:"Recording failed. Please try again.",errorFetchingLink:"Error fetching recording link.",expandedOff:"Recording has stopped",expandedOn:"The meeting is currently being recorded.",expandedPending:"Recording is being started...",failedToStart:"Recording failed to start",fileSharingdescription:"Share the recording link with the meeting participants",highlight:"Highlight",highlightMoment:"Highlight moment",highlightMomentDisabled:"You can highlight moments when the recording starts",highlightMomentSuccess:"Moment highlighted",highlightMomentSucessDescription:"Your highlighted moment will be added to the meeting summary.",inProgress:"Recording or live streaming in progress",limitNotificationDescriptionNative:"Due to high demand your recording will be limited to {{limit}} min. For unlimited recordings try <3>{{app}}.",limitNotificationDescriptionWeb:"Due to high demand your recording will be limited to {{limit}} min. For unlimited recordings try {{app}}.",linkGenerated:"We have generated a link to your recording.",live:"LIVE",localRecordingNoNotificationWarning:"The recording will not be announced to other participants. You will need to let them know that the meeting is recorded.",localRecordingNoVideo:"Video is not being recorded",localRecordingStartWarning:"Please make sure you stop the recording before exiting the meeting in order to save it.",localRecordingStartWarningTitle:"Stop the recording to save it",localRecordingVideoStop:"Stopping your video will also stop the local recording. Are you sure you want to continue?",localRecordingVideoWarning:"To record your video you must have it on when starting the recording",localRecordingWarning:"Make sure you select the current tab in order to use the right video and audio. The recording is currently limited to 1GB, which is around 100 minutes.",loggedIn:"Logged in as {{userName}}",noMicPermission:"Microphone track could not be created. Please grant permission to use the microphone.",noStreams:"No audio or video stream detected.",off:"Recording stopped",offBy:"{{name}} stopped the recording",on:"Recording started",onBy:"{{name}} started the recording",onlyRecordSelf:"Record only my audio and video streams",pending:"Preparing to record the meeting...",rec:"REC",saveLocalRecording:"Save recording file locally (Beta)",serviceDescription:"Your recording will be saved by the recording service",serviceDescriptionCloud:"Cloud recording",serviceDescriptionCloudInfo:"Recorded meetings are automatically cleared 24h after their recording time.",serviceName:"Recording service",sessionAlreadyActive:"This session is already being recorded or live streamed.",signIn:"Sign in",signOut:"Sign out",surfaceError:"Please select the current tab.",title:"Recording",unavailable:"Oops! The {{serviceName}} is currently unavailable. We're working on resolving the issue. Please try again later.",unavailableTitle:"Recording unavailable",uploadToCloud:"Upload to the cloud"},screenshareDisplayName:"{{name}}'s screen",sectionList:{pullToRefresh:"Pull to refresh"},security:{about:"You can add a $t(lockRoomPassword) to your meeting. Participants will need to provide the $t(lockRoomPassword) before they are allowed to join the meeting.",aboutReadOnly:"Moderator participants can add a $t(lockRoomPassword) to the meeting. Participants will need to provide the $t(lockRoomPassword) before they are allowed to join the meeting.",insecureRoomNameWarningNative:"The room name is unsafe. Unwanted participants may join your meeting. {{recommendAction}} Learn more about securing you meeting ",insecureRoomNameWarningWeb:"The room name is unsafe. Unwanted participants may join your meeting. {{recommendAction}} Learn more about securing you meeting here.",title:"Security Options",unsafeRoomActions:{meeting:"Consider securing your meeting using the security button.",prejoin:"Consider using a more unique meeting name.",welcome:"Consider using a more unique meeting name, or pick one of the suggestions."}},settings:{audio:"Audio",buttonLabel:"Settings",calendar:{about:"The {{appName}} calendar integration is used to securely access your calendar so it can read upcoming events.",disconnect:"Disconnect",microsoftSignIn:"Sign in with Microsoft",signedIn:"Currently accessing calendar events for {{email}}. Click the Disconnect button below to stop accessing calendar events.",title:"Calendar"},desktopShareFramerate:"Desktop sharing frame rate",desktopShareHighFpsWarning:"A higher frame rate for desktop sharing might affect your bandwidth. You need to restart the screen share for the new settings to take effect.",desktopShareWarning:"You need to restart the screen share for the new settings to take effect.",devices:"Devices",followMe:"Everyone follows me",framesPerSecond:"frames-per-second",incomingMessage:"Incoming message",language:"Language",loggedIn:"Logged in as {{name}}",maxStageParticipants:"Maximum number of participants who can be pinned to the main stage (EXPERIMENTAL)",microphones:"Microphones",moderator:"Moderator",moderatorOptions:"Moderator options",more:"General",name:"Name",noDevice:"None",notifications:"Notifications",participantJoined:"Participant Joined",participantKnocking:"Participant entered lobby",participantLeft:"Participant Left",playSounds:"Play sound on",reactions:"Meeting reactions",sameAsSystem:"Same as system ({{label}})",selectAudioOutput:"Audio output",selectCamera:"Camera",selectMic:"Microphone",selfView:"Self view",shortcuts:"Shortcuts",speakers:"Speakers",startAudioMuted:"Everyone starts muted",startReactionsMuted:"Mute reaction sounds for everyone",startVideoMuted:"Everyone starts hidden",talkWhileMuted:"Talk while muted",title:"Settings",video:"Video"},settingsView:{advanced:"Advanced",alertCancel:"Cancel",alertOk:"OK",alertTitle:"Warning",alertURLText:"The entered server URL is invalid",apply:"Apply",buildInfoSection:"Build Information",conferenceSection:"Conference",disableCallIntegration:"Disable native call integration",disableCrashReporting:"Disable crash reporting",disableCrashReportingWarning:"Are you sure you want to disable crash reporting? The setting will be applied after you restart the app.",disableP2P:"Disable Peer-To-Peer mode",displayName:"Display name",displayNamePlaceholderText:"Eg: John Doe",email:"Email",emailPlaceholderText:"email@example.com",gavatarMessage:"If your email is associated with a Gravatar account, we will use it to display your profile picture.",goTo:"Go to",header:"Settings",help:"Help",links:"Links",privacy:"Privacy",profileSection:"Profile",sdkVersion:"SDK version",serverURL:"Server URL",showAdvanced:"Show advanced settings",startCarModeInLowBandwidthMode:"Start car mode in low bandwidth mode",startWithAudioMuted:"Start with audio muted",startWithVideoMuted:"Start with video muted",terms:"Terms",version:"App version"},share:{dialInfoText:"\n\n=====\n\nJust want to dial in on your phone?\n\n{{defaultDialInNumber}}Click this link to see the dial in phone numbers for this meeting\n{{dialInfoPageUrl}}",mainText:"Click the following link to join the meeting:\n{{roomUrl}}"},speaker:"Speaker",speakerStats:{angry:"Angry",disgusted:"Disgusted",displayEmotions:"Display emotions",fearful:"Fearful",happy:"Happy",hours:"{{count}}h",minutes:"{{count}}m",name:"Name",neutral:"Neutral",sad:"Sad",search:"Search",seconds:"{{count}}s",speakerStats:"Participants Stats",speakerTime:"Speaker Time",surprised:"Surprised"},startupoverlay:{genericTitle:"The meeting needs to use your microphone and camera.",policyText:" ",title:"{{app}} needs to use your microphone and camera."},suspendedoverlay:{rejoinKeyTitle:"Rejoin",text:"Press the Rejoin button to reconnect.",title:"Your video call was interrupted because this computer went to sleep."},termsView:{title:"Terms"},toggleTopPanelLabel:"Toggle top panel",toolbar:{Settings:"Settings",accessibilityLabel:{Settings:"Toggle settings",audioOnly:"Toggle audio only",audioRoute:"Select the sound device",boo:"Boo",breakoutRoom:"Join/leave breakout room",callQuality:"Manage video quality",carmode:"Car Mode",cc:"Toggle subtitles",chat:"Open / Close chat",clap:"Clap",closeChat:"Close chat",closeMoreActions:"Close more actions menu",closeParticipantsPane:"Close participants pane",collapse:"Collapse",document:"Toggle shared document",documentClose:"Close shared document",documentOpen:"Open shared document",download:"Download our apps",embedMeeting:"Embed meeting",endConference:"End meeting for all",enterFullScreen:"View full screen",enterTileView:"Enter tile view",exitFullScreen:"Exit full screen",exitTileView:"Exit tile view",expand:"Expand",feedback:"Leave feedback",fullScreen:"Toggle full screen",giphy:"Toggle GIPHY menu",grantModerator:"Grant Moderator Rights",hangup:"Leave the meeting",heading:"Toolbar",help:"Help",hideWhiteboard:"Hide whiteboard",invite:"Invite people",kick:"Kick participant",laugh:"Laugh",leaveConference:"Leave meeting",like:"Thumbs Up",linkToSalesforce:"Link to Salesforce",lobbyButton:"Enable/disable lobby mode",localRecording:"Toggle local recording controls",lockRoom:"Toggle meeting password",lowerHand:"Lower your hand",moreActions:"More actions",moreActionsMenu:"More actions menu",moreOptions:"Show more options",mute:"Mute",muteEveryone:"Mute everyone",muteEveryoneElse:"Mute everyone else",muteEveryoneElsesVideoStream:"Stop everyone else's video",muteEveryonesVideoStream:"Stop everyone's video",muteGUMPending:"Connecting your microphone",noiseSuppression:"Noise suppression",openChat:"Open chat",participants:"Open participants pane",pip:"Toggle Picture-in-Picture mode",privateMessage:"Send private message",profile:"Edit your profile",raiseHand:"Raise your hand",reactions:"Reactions",reactionsMenu:"Reactions menu",recording:"Toggle recording",remoteMute:"Mute participant",remoteVideoMute:"Disable camera of participant",security:"Security options",selectBackground:"Select Background",selfView:"Toggle self view",shareRoom:"Invite someone",shareYourScreen:"Start sharing your screen",shareaudio:"Share audio",sharedvideo:"Share video",shortcuts:"Toggle shortcuts",show:"Show on stage",showWhiteboard:"Show whiteboard",silence:"Silence",speakerStats:"Toggle participants statistics",stopScreenSharing:"Stop sharing your screen",stopSharedVideo:"Stop video",surprised:"Surprised",tileView:"Toggle tile view",toggleCamera:"Toggle camera",toggleFilmstrip:"Toggle filmstrip",unmute:"Unmute",videoblur:"Toggle video blur",videomute:"Stop camera",videomuteGUMPending:"Connecting your camera",videounmute:"Start camera"},addPeople:"Add people to your call",audioOnlyOff:"Disable low bandwidth mode",audioOnlyOn:"Enable low bandwidth mode",audioRoute:"Select the sound device",audioSettings:"Audio settings",authenticate:"Authenticate",boo:"Boo",callQuality:"Manage video quality",chat:"Open / Close chat",clap:"Clap",closeChat:"Close chat",closeParticipantsPane:"Close participants pane",closeReactionsMenu:"Close reactions menu",disableNoiseSuppression:"Disable noise suppression",disableReactionSounds:"You can disable reaction sounds for this meeting",documentClose:"Close shared document",documentOpen:"Open shared document",download:"Download our apps",e2ee:"End-to-End Encryption",embedMeeting:"Embed meeting",enableNoiseSuppression:"Enable noise suppression",endConference:"End meeting for all",enterFullScreen:"View full screen",enterTileView:"Enter tile view",exitFullScreen:"Exit full screen",exitTileView:"Exit tile view",feedback:"Leave feedback",giphy:"Toggle GIPHY menu",hangup:"Leave the meeting",help:"Help",hideWhiteboard:"Hide whiteboard",invite:"Invite people",joinBreakoutRoom:"Join breakout room",laugh:"Laugh",leaveBreakoutRoom:"Leave breakout room",leaveConference:"Leave meeting",like:"Thumbs Up",linkToSalesforce:"Link to Salesforce",lobbyButtonDisable:"Disable lobby mode",lobbyButtonEnable:"Enable lobby mode",login:"Log-in",logout:"Log-out",lowerYourHand:"Lower your hand",moreActions:"More actions",moreOptions:"More options",mute:"Mute",muteEveryone:"Mute everyone",muteEveryonesVideo:"Disable everyone's camera",muteGUMPending:"Connecting your microphone",noAudioSignalDesc:"If you did not purposely mute it from system settings or hardware, consider switching the device.",noAudioSignalDescSuggestion:"If you did not purposely mute it from system settings or hardware, consider switching to the suggested device.",noAudioSignalDialInDesc:"You can also dial-in using:",noAudioSignalDialInLinkDesc:"Dial-in numbers",noAudioSignalTitle:"There is no input coming from your mic!",noiseSuppression:"Noise suppression",noisyAudioInputDesc:"It sounds like your microphone is making noise, please consider muting or changing the device.",noisyAudioInputTitle:"Your microphone appears to be noisy!",openChat:"Open chat",openReactionsMenu:"Open reactions menu",participants:"Participants",pip:"Enter Picture-in-Picture mode",privateMessage:"Send private message",profile:"Edit your profile",raiseHand:"Raise your hand",raiseYourHand:"Raise your hand",reactionBoo:"Send boo reaction",reactionClap:"Send clap reaction",reactionLaugh:"Send laugh reaction",reactionLike:"Send thumbs up reaction",reactionSilence:"Send silence reaction",reactionSurprised:"Send surprised reaction",reactions:"Reactions",security:"Security options",selectBackground:"Select background",shareRoom:"Invite someone",shareaudio:"Share audio",sharedvideo:"Share video",shortcuts:"View shortcuts",showWhiteboard:"Show whiteboard",silence:"Silence",speakerStats:"Participants stats",startScreenSharing:"Start screen sharing",startSubtitles:"Subtitles \u2022 {{language}}",stopAudioSharing:"Stop audio sharing",stopScreenSharing:"Stop screen sharing",stopSharedVideo:"Stop video",stopSubtitles:"Stop subtitles",surprised:"Surprised",talkWhileMutedPopup:"Trying to speak? You are muted.",tileViewToggle:"Toggle tile view",toggleCamera:"Toggle camera",unmute:"Unmute",videoSettings:"Video settings",videomute:"Stop camera",videomuteGUMPending:"Connecting your camera",videounmute:"Start camera"},transcribing:{ccButtonTooltip:"Start / Stop subtitles",error:"Transcribing failed. Please try again.",expandedLabel:"Transcribing is currently on",failedToStart:"Transcribing failed to start",labelToolTip:"The meeting is being transcribed",off:"Transcribing stopped",pending:"Preparing to transcribe the meeting...",sourceLanguageDesc:"Currently the meeting language is set to {{sourceLanguage}}.
You can change it from ",sourceLanguageHere:"here",start:"Start showing subtitles",stop:"Stop showing subtitles",subtitles:"Subtitles",subtitlesOff:"Off",tr:"TR"},unpinParticipant:"{{participantName}} - Unpin",userMedia:{androidGrantPermissions:"Select Allow when your browser asks for permissions.",chromeGrantPermissions:"Select Allow when your browser asks for permissions.",edgeGrantPermissions:"Select Yes when your browser asks for permissions.",electronGrantPermissions:"Trying to access your camera and microphone",firefoxGrantPermissions:"Select Share Selected Device when your browser asks for permissions.",iexplorerGrantPermissions:"Select OK when your browser asks for permissions.",nwjsGrantPermissions:"Please grant permissions to use your camera and microphone",operaGrantPermissions:"Select Allow when your browser asks for permissions.","react-nativeGrantPermissions":"Select Allow when your browser asks for permissions.",safariGrantPermissions:"Select OK when your browser asks for permissions."},videoSIPGW:{busy:"We're working on freeing resources. Please try again in a few minutes.",busyTitle:"The Room service is currently busy",errorAlreadyInvited:"{{displayName}} already invited",errorInvite:"Conference not established yet. Please try again later.",errorInviteFailed:"We're working on resolving the issue. Please try again later.",errorInviteFailedTitle:"Inviting {{displayName}} failed",errorInviteTitle:"Error inviting room",pending:"{{displayName}} has been invited"},videoStatus:{adjustFor:"Adjust for:",audioOnly:"AUD",audioOnlyExpanded:"You are in low bandwidth mode. In this mode you will receive only audio and screen sharing.",bestPerformance:"Best performance",callQuality:"Video Quality (0 for best performance, 3 for highest quality)",hd:"HD",hdTooltip:"Viewing high definition video",highDefinition:"High definition",highestQuality:"Highest quality",labelTooiltipNoVideo:"No video",labelTooltipAudioOnly:"Low bandwidth mode enabled",ld:"LD",ldTooltip:"Viewing low definition video",lowDefinition:"Low definition",performanceSettings:"Performance settings",recording:"Recording in progress",sd:"SD",sdTooltip:"Viewing standard definition video",standardDefinition:"Standard definition",streaming:"Streaming in progress"},videothumbnail:{connectionInfo:"Connection Info",domute:"Mute",domuteOthers:"Mute everyone else",domuteVideo:"Disable camera",domuteVideoOfOthers:"Disable camera of everyone else",flip:"Flip",grantModerator:"Grant Moderator Rights",hideSelfView:"Hide self view",kick:"Kick out",mirrorVideo:"Mirror my video",moderator:"Moderator",mute:"Participant is muted",muted:"Muted",pinToStage:"Pin to stage",remoteControl:"Start / Stop remote control",screenSharing:"Participant is sharing their screen",show:"Show on stage",showSelfView:"Show self view",unpinFromStage:"Unpin",verify:"Verify participant",videoMuted:"Camera disabled",videomute:"Participant has stopped the camera"},virtualBackground:{accessibilityLabel:{currentBackground:"Current background: {{background}}",selectBackground:"Select a background"},addBackground:"Add background",apply:"Apply",backgroundEffectError:"Failed to apply background effect.",blur:"Blur",deleteImage:"Delete image",desktopShare:"Desktop share",desktopShareError:"Could not create desktop share",image1:"Beach",image2:"White neutral wall",image3:"White empty room",image4:"Black floor lamp",image5:"Mountain",image6:"Forest ",image7:"Sunrise",none:"None",pleaseWait:"Please wait...",removeBackground:"Remove background",slightBlur:"Half Blur",title:"Virtual backgrounds",uploadedImage:"Uploaded image {{index}}",webAssemblyWarning:"WebAssembly not supported",webAssemblyWarningDescription:"WebAssembly disabled or not supported by this browser"},visitors:{chatIndicator:"(visitor)",labelTooltip:"Number of visitors: {{count}}",notification:{description:"To participate raise your hand",title:"You are a visitor in the meeting"}},volumeSlider:"Volume slider",welcomepage:{accessibilityLabel:{join:"Tap to join",roomname:"Enter room name"},addMeetingName:"Add Meeting name",appDescription:"Go ahead, video chat with the whole team. In fact, invite everyone you know. {{app}} is a fully encrypted, 100% open source video conferencing solution that you can use all day, every day, for free \u2014 with no account needed.",audioVideoSwitch:{audio:"Voice",video:"Video"},calendar:"Calendar",connectCalendarButton:"Connect your calendar",connectCalendarText:"Connect your calendar to view all your meetings in {{app}}. Plus, add {{provider}} meetings to your calendar and start them with one click.",enterRoomTitle:"Start a new meeting",getHelp:"Get help",go:"GO",goSmall:"GO",headerSubtitle:"Secure and high quality meetings",headerTitle:"Jitsi Meet",info:"Dial-in info",jitsiOnMobile:"Jitsi on mobile \u2013 download our apps and start a meeting from anywhere",join:"CREATE / JOIN",logo:{calendar:"Calendar logo",desktopPreviewThumbnail:"Desktop preview thumbnail",googleLogo:"Google Logo",logoDeepLinking:"Jitsi meet logo",microsoftLogo:"Microsoft logo",policyLogo:"Policy logo"},meetingsAccessibilityLabel:"Meetings",mobileDownLoadLinkAndroid:"Download mobile app for Android",mobileDownLoadLinkFDroid:"Download mobile app for F-Droid",mobileDownLoadLinkIos:"Download mobile app for iOS",moderatedMessage:"Or book a meeting URL in advance where you are the only moderator.",privacy:"Privacy",recentList:"Recent",recentListDelete:"Delete entry",recentListEmpty:"Your recent list is currently empty. Chat with your team and you will find all your recent meetings here.",recentMeetings:"Your recent meetings",reducedUIText:"Welcome to {{app}}!",roomNameAllowedChars:"Meeting name should not contain any of these characters: ?, &, :, ', \", %, #.",roomname:"Enter room name",roomnameHint:"Enter the name or URL of the room you want to join. You may make a name up, just let the people you are meeting know it so that they enter the same name.",sendFeedback:"Send feedback",settings:"Settings",startMeeting:"Start meeting",terms:"Terms",title:"Secure, fully featured, and completely free video conferencing",upcomingMeetings:"Your upcoming meetings"},whiteboard:{accessibilityLabel:{heading:"Whiteboard"}}}},818,[]); -__d(function(a,i,n,e,s,r,o){s.exports={af:"Afrikaans",am:"Amharic",ar:"Arabic",az:"Azerbaijani",be:"Belarusian",bg:"Bulgarian",bn:"Bengali",bs:"Bosnian",ca:"Catalan",ceb:"Cebuano",co:"Corsican",cs:"Czech",cy:"Welsh",da:"Danish",de:"German",el:"Greek",en:"English",eo:"Esperanto",es:"Spanish",et:"Estonian",eu:"Basque",fa:"Persian",fi:"Finnish",fr:"French",fy:"Frisian",ga:"Irish",gd:"Scots Gaelic",gl:"Galician",gu:"Gujarati",ha:"Hausa",haw:"Hawaiian",he:"Hebrew",hi:"Hindi",hmn:"Hmong",hr:"Croatian",ht:"Haitian Creole",hu:"Hungarian",hy:"Armenian",id:"Indonesian",ig:"Igbo",is:"Icelandic",it:"Italian",ja:"Japanese",jv:"Javanese",ka:"Georgian",kk:"Kazakh",km:"Khmer",kn:"Kannada",ko:"Korean",ku:"Kurdish",ky:"Kyrgyz",la:"Latin",lb:"Luxembourgish",lo:"Lao",lt:"Lithuanian",lv:"Latvian",mg:"Malagasy",mi:"Maori",mk:"Macedonian",ml:"Malayalam",mn:"Mongolian",mr:"Marathi",ms:"Malay",mt:"Maltese",my:"Myanmar (Burmese)",ne:"Nepali",nl:"Dutch",no:"Norwegian",ny:"Nyanja (Chichewa)",or:"Odia (Oriya)",pa:"Punjabi",pl:"Polish",ps:"Pashto",pt:"Portuguese (Portugal, Brazil)",ro:"Romanian",ru:"Russian",rw:"Kinyarwanda",sd:"Sindhi",si:"Sinhala (Sinhalese)",sk:"Slovak",sl:"Slovenian",sm:"Samoan",sn:"Shona",so:"Somali",sq:"Albanian",sr:"Serbian",st:"Sesotho",su:"Sundanese",sv:"Swedish",sw:"Swahili",ta:"Tamil",te:"Telugu",tg:"Tajik",th:"Thai",tk:"Turkmen",tl:"Tagalog (Filipino)",tr:"Turkish",tt:"Tatar",ug:"Uyghur",uk:"Ukrainian",ur:"Urdu",uz:"Uzbek",vi:"Vietnamese",xh:"Xhosa",yi:"Yiddish",yo:"Yoruba","zh-CN":"Chinese (Simplified)","zh-TW":"Chinese (Traditional)",zu:"Zulu"}},819,[]); -__d(function(g,r,i,a,m,e,d){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var t=r(d[0])(r(d[1])),l=r(d[2]),n=r(d[0])(r(d[3])),o=Object.keys(n.default),c={cacheUserLanguage:Function.prototype,detect:function(){var n,c=l.NativeModules.LocaleDetector.locale.replace(/_/,'-').split('-'),u=(0,t.default)(c,3),p=u[0],f=u[1],s=u[2];return n=c.length>=3?""+p+s:2===c.length?""+p+f:p,o.includes(n)?n:p},init:Function.prototype,type:'languageDetector'};e.default=c},820,[2,34,21,817]); -__d(function(g,r,i,a,m,e,d){var n=r(d[0])(r(d[1])),f={af:{main:r(d[2])},ar:{main:r(d[3])},bg:{main:r(d[4])},ca:{main:r(d[5])},de:{main:r(d[6])},eo:{main:r(d[7])},es:{main:r(d[8])},esUS:{main:r(d[9])},et:{main:r(d[10])},fa:{main:r(d[11])},fi:{main:r(d[12])},fr:{main:r(d[13])},frCA:{main:r(d[14])},hr:{main:r(d[15])},hu:{main:r(d[16])},it:{main:r(d[17])},ja:{main:r(d[18])},ko:{main:r(d[19])},mn:{main:r(d[20])},nl:{main:r(d[21])},oc:{main:r(d[22])},pl:{main:r(d[23])},ptBR:{main:r(d[24])},ro:{main:r(d[25])},ru:{main:r(d[26])},sc:{main:r(d[27])},sk:{main:r(d[28])},sl:{main:r(d[29])},sv:{main:r(d[30])},tr:{main:r(d[31])},uk:{main:r(d[32])},vi:{main:r(d[33])},zhCN:{main:r(d[34])},zhTW:{main:r(d[35])}};for(var o in f){var s=f[o].main;n.default.addResourceBundle(o,'main',s,!0,!0)}},821,[2,810,822,823,824,825,826,827,828,829,830,831,832,833,834,835,836,837,838,839,840,841,842,843,844,845,846,847,848,849,850,851,852,853,854,855]); -__d(function(e,i,n,o,r,a,t){r.exports={addPeople:{add:"Nooi uit",countryNotSupported:"Ons ondersteun nog nie di\xe9 bestemming nie.",countryReminder:"",disabled:"U kan nie mense nooi nie.",failedToAdd:"",footerText:"",loading:"",loadingNumber:"Valideer tans foonnommer",loadingPeople:"",noResults:"Geen soekresultate wat pas nie",noValidNumbers:"Gee asseblief \u2019n foonnommer",searchNumbers:"Voeg foonnommers by",searchPeople:"Soek mense",searchPeopleAndNumbers:"Soek mense of voeg hulle foonnommers by",telephone:"Telefoon: {{number}}",title:"Nooi mense na di\xe9 vergadering"},audioDevices:{bluetooth:"Bluetooth",headphones:"Oorfone",phone:"Foon",speaker:"Luidspreker"},audioOnly:{audioOnly:"Net klank"},calendarSync:{addMeetingURL:"Voeg \u2019n vergaderingskakel by",confirmAddLink:"Wil u \u2019n Jitsi-skakel by di\xe9 geleentheid voeg?",error:{appConfiguration:"",generic:"",notSignedIn:""},join:"Sluit aan",joinTooltip:"Sluit aan by die vergadering",nextMeeting:"volgende vergadering",noEvents:"Geen komende geleenthede is geskeduleer nie.",ongoingMeeting:"vergadering onderweg",permissionButton:"Open instellings",permissionMessage:"",refresh:"Verfris kalender",today:"Vandag"},chat:{error:"",messagebox:"",nickname:{popover:"Kies \u2019n bynaam",title:"",titleWithPolls:""},title:"",titleWithPolls:""},connectingOverlay:{joiningRoom:""},connection:{ATTACHED:"",AUTHENTICATING:"Verifieer",AUTHFAIL:"",CONNECTED:"Gekoppel",CONNECTING:"Koppel tans",CONNFAIL:"Koppeling het misluk",DISCONNECTED:"Ontkoppeld",DISCONNECTING:"Ontkoppel tans",ERROR:"Fout",RECONNECTING:"\u2019n Netwerkprobleem het voorgekom. Herkoppel tans..."},connectionindicator:{address:"Adres:",bandwidth:"Geraamde bandwydte:",bitrate:"Bistempo:",bridgeCount:"Aantal bedieners: ",connectedTo:"Gekoppel aan:",framerate:"Raampietempo:",less:"Wys minder",localaddress:"Plaaslike adres:",localaddress_plural:"Plaaslike adresse:",localport:"Plaaslike poort:",localport_plural:"Plaaslike poorte:",more:"Wys meer",packetloss:"Pakkies verloor:",quality:{good:"Goed",inactive:"Onaktief",lost:"",nonoptimal:"",poor:"Swak"},remoteaddress:"Afgele\xeb adres:",remoteaddress_plural:"Afgele\xeb adresse:",remoteport:"Afgele\xeb poort:",remoteport_plural:"Afgele\xeb poorte:",resolution:"Resolusie:",status:"Verbinding:",transport:"",transport_plural:"",turn:""},dateUtils:{earlier:"Vroe\xebr",today:"Vandag",yesterday:"Gister"},deepLinking:{appNotInstalled:"",description:"",descriptionWithoutWeb:"",downloadApp:"",launchWebButton:"",openApp:"",title:"",tryAgainButton:""},defaultLink:"bv. {{url}}",deviceError:{cameraError:"Toegang na u kamera het misluk",cameraPermission:"Fout met verkryging van kameratoestemming",microphoneError:"Toegang na u mikrofoon het misluk",microphonePermission:"Fout met verkryging van mikrofoontoestemming"},deviceSelection:{noPermission:"Toestemming nie gegee nie",previewUnavailable:"Voorskou nie beskikbaar nie",selectADevice:"Kies 'n toestel",testAudio:"Speel \u2019n toetsklank"},dialOut:{statusMessage:"is nou {{status}}"},dialog:{Back:"Terug",Cancel:"Kanselleer",IamHost:"Ek is die gasheer",Ok:"Regso",Remove:"Verwyder",Share:"Deel",Submit:"Dien in",WaitForHostMsg:"",WaitingForHost:"Wag tans vir die gasheer \u2026",Yes:"Ja",accessibilityLabel:{liveStreaming:"Regstreekse stroom"},allow:"Laat toe",alreadySharedVideoMsg:"",alreadySharedVideoTitle:"Slegs een gedeelde video op \u2019n slag word toegelaat",applicationWindow:"Toepassingsvenster",cameraConstraintFailedError:"Die kamera voldoen nie aan sekere van die vereistes nie.",cameraNotFoundError:"Kamera is nie gevind nie.",cameraNotSendingData:"Ons kry nie toegang tot u kamera nie. Kontroleer of \u2019n ander toepassing di\xe9 toestel gebruik, kies asb. \u2019n ander toestel by die instellingskieslys of probeer om die toepassing op nuut te laai.",cameraNotSendingDataTitle:"Kan nie toegang tot kamera kry nie",cameraPermissionDeniedError:"U het nie toestemming gegee om u kamera te gebruik nie. U kan steeds by die konferensie aansluit, maar ander sal u nie kan sien nie. Gebruik die kameraknoppie in die adresbalk om dit reg te stel.",cameraUnknownError:"Kan weens onbekende rede nie die kamera gebruik nie.",cameraUnsupportedResolutionError:"Die kamera ondersteun nie die nodige videoresolusie nie.",close:"Sluit",conferenceDisconnectMsg:"Kontroleer dalk die netwerkverbinding. Gaan oor {{seconds}} sekondes weer koppel\u2026",conferenceDisconnectTitle:"Die verbinding is verbreek.",conferenceReloadMsg:"Ons probeer om dit reg te stel. Gaan herkoppel oor {{seconds}} sekondes\u2026",conferenceReloadTitle:"Iets het ongelukkig skeefgeloop.",confirm:"Bevestig",confirmNo:"Nee",confirmYes:"Ja",connectError:"Oeps! Iets het skeefgeloop en ons kon nie aan die konferensie koppel nie.",connectErrorWithMsg:"Oeps! Iets het skeefgeloop en ons kon nie aan die konferensie koppel nie: {{msg}}",connecting:"Koppel tans",contactSupport:"Kontak ondersteuning",copy:"Kopieer",dismiss:"Weier",displayNameRequired:"",done:"Klaar",enterDisplayName:"",error:"Fout",externalInstallationMsg:"U moet ons uitbreiding vir werkskermdeling installeer.",externalInstallationTitle:"Uitbreiding is nodig",goToStore:"Gaan na die webwinkel",gracefulShutdown:"Ons diens is tans buite werking t.w.v. onderhoud. Probeer gerus weer later.",incorrectPassword:"Verkeerde gebruikernaam of wagwoord",incorrectRoomLockPassword:"",inlineInstallExtension:"Installeer nou",inlineInstallationMsg:"U moet ons uitbreiding vir werkskermdeling installeer.",internalError:"Oeps! Iets het skeefgeloop. Die volgende fout het voorgekom: {{error}}",internalErrorTitle:"Interne fout",kickMessage:"",kickParticipantButton:"",kickParticipantDialog:"",kickParticipantTitle:"",kickTitle:"",liveStreaming:"Regstreekse stroom",liveStreamingDisabledForGuestTooltip:"Gaste kan nie regstreekse strome begin nie.",liveStreamingDisabledTooltip:"Begin van regstreekse stroom gedeaktiveer.",lockMessage:"Kon nie die konferensie sluit nie.",lockRoom:"",lockTitle:"Sluit het misluk",logoutQuestion:"Wil u definitief afmeld en die konferensie stop?",logoutTitle:"Meld af",maxUsersLimitReached:"",maxUsersLimitReachedTitle:"",micConstraintFailedError:"Die mikrofoon voldoen nie aan sekere van die vereistes nie.",micNotFoundError:"Mikrofoon is nie gevind nie.",micNotSendingData:"",micNotSendingDataTitle:"",micPermissionDeniedError:"U het nie toestemming gegee om u mikrofoon te gebruik nie. U kan steeds by die konferensie aansluit, maar ander sal u nie kan hoor nie. Gebruik die kameraknoppie in die adresbalk om dit reg te stel.",micUnknownError:"Kan weens onbekende rede nie die mikrofoon gebruik nie.",muteParticipantBody:"U sal hulle nie kan ontdemp nie, maar hulle sal hulself enige tyd kan ontdemp.",muteParticipantButton:"Demp",muteParticipantDialog:"",muteParticipantTitle:"",passwordLabel:"",passwordNotSupported:"Die instel van \u2019n vergaderingwagwoord word nie ondersteun nie.",passwordNotSupportedTitle:"",passwordRequired:"",popupError:"U blaaier blokkeer opspringers vanaf hierdie werf. Aktiveer opspringers in die blaaier se sekuriteitopsies en probeer weer.",popupErrorTitle:"Opspringer geblok",recording:"Neem tans op",recordingDisabledForGuestTooltip:"Gaste kan nie opnames begin nie.",recordingDisabledTooltip:"Begin van opname gedeaktiveer.",rejoinNow:"Sluit nou weer aan",remoteControlAllowedMessage:"",remoteControlDeniedMessage:"",remoteControlErrorMessage:"",remoteControlRequestMessage:"",remoteControlShareScreenWarning:"",remoteControlStopMessage:"",remoteControlTitle:"",removePassword:"",removeSharedVideoMsg:"Wil u definitief u gedeelde video verwyder?",removeSharedVideoTitle:"Verwyder gedeelde video",reservationError:"",reservationErrorMsg:"Foutkode: {{code}}, boodskap: {{msg}}",retry:"Herprobeer",screenSharingFailedToInstall:"Oeps! Die uitbreiding vir skermdeling kon nie installeer nie.",screenSharingFailedToInstallTitle:"Uitbreiding vir skermdeling kon nie installeer nie",screenSharingFirefoxPermissionDeniedError:"Iets het skeefgeloop toe ons die skerm probeer deel het. Maak seker dat ons dei toestemming gegee word om dit te doen. ",screenSharingFirefoxPermissionDeniedTitle:"Oeps! Ons kon nie skermdeling begin nie!",screenSharingPermissionDeniedError:"",serviceUnavailable:"Diens nie beskikbaar nie",sessTerminated:"Oproep gestaak",shareVideoLinkError:"Gee asb. \u2019n korrekte skakel.",shareVideoTitle:"Deel \u2019n video",shareYourScreen:"Deel u skerm",shareYourScreenDisabled:"Skermdeling gedeaktiveer.",shareYourScreenDisabledForGuest:"Gaste kan nie skerms deel nie.",startLiveStreaming:"Begin regstreekse stroom",startRecording:"Begin opname",startRemoteControlErrorMessage:"",stopLiveStreaming:"Stop regstreekse stroom",stopRecording:"Stop opname",stopRecordingWarning:"Wil u definitief die opname stop?",stopStreamingWarning:"Wil u definitief die regstreekse stroom stop?",streamKey:"Sleutel vir regstreekse stroom",thankYou:"Dankie dat u {{appName}} gebruik!",token:"",tokenAuthFailed:"Jammer! U mag nie by di\xe9 oproep aansluit nie.",tokenAuthFailedTitle:"",transcribing:"Transkribering",unlockRoom:"",userPassword:"gebruikerwagwoord",yourEntireScreen:"U hele skerm"},feedback:{average:"Gemiddeld",bad:"Sleg",detailsLabel:"Vertel ons meer.",good:"Goed",rateExperience:"",veryBad:"Baie sleg",veryGood:"Baie goed"},incomingCall:{answer:"Antwoord",audioCallTitle:"Inkomende oproep",decline:"Weier",productLabel:"vanaf Jitsi Meet",videoCallTitle:"Inkomende video-oproep"},info:{accessibilityLabel:"Wys inligting",addPassword:"",cancelPassword:"",conferenceURL:"Skakel:",country:"Land",dialANumber:"",dialInConferenceID:"PIN:",dialInNotSupported:"Jammer. Inbel word nie tans ondersteun nie.",dialInNumber:"Inbel:",dialInSummaryError:"",dialInTollFree:"",genericError:"Oeps! Iets het skeefgeloop.",inviteLiveStream:"Om die regstreekse stroom van di\xe9 vergadering te sien, klik di\xe9 skakel: {{url}}",invitePhone:"",invitePhoneAlternatives:"",inviteURLFirstPartGeneral:"",inviteURLFirstPartPersonal:"",inviteURLSecondPart:"",label:"",liveStreamURL:"Regstreekse stroom:",moreNumbers:"Meer nommers",noNumbers:"Geen inbelnommers.",noPassword:"Geen",noRoom:"Geen kamer is gegee om na in te bel nie.",numbers:"Inbelnommers",password:"",title:"Deel",tooltip:"Deelskakel en inbelinligting vir di\xe9 vergadering"},inlineDialogFailure:{msg:"Ons het gestruikel.",retry:"Probeer weer",support:"Ondersteuning",supportMsg:"Indien dit aanhou, maak kontak met"},inviteDialog:{alertText:"",header:"Nooi uit",searchCallOnlyPlaceholder:"",searchPeopleOnlyPlaceholder:"",searchPlaceholder:"",send:""},keyboardShortcuts:{focusLocal:"Fokus op u video",focusRemote:"Fokus op \u2019n ander persoon se video",fullScreen:"Bekyk of verlaat volskerm",keyboardShortcuts:"Sleutelbordkortpaaie",localRecording:"Wys of versteek kontroles vir plaaslike opname",mute:"Demp of ontdemp jou mikrofoon",pushToTalk:"Druk om te praat",raiseHand:"Steek hand op of laat sak hom",showSpeakerStats:"Wys sprekerstatistiek",toggleChat:"Maak gesels oop of toe",toggleFilmstrip:"Wys of versteek duimnaels vir video\u2019s",toggleScreensharing:"Wissel tussen kamera- en skermdeling",toggleShortcuts:"Wys of versteek sleutelbordkortpaaie",videoMute:"Begin of stop u kamera"},liveStreaming:{busy:"",busyTitle:"Alle opnemers is tans besig",changeSignIn:"Wissel rekeninge.",choose:"Kies \u2019n regstreekse stroom",chooseCTA:"Kies \u2019n stroomopsie. U is tans aangemeld as {{email}}.",enterStreamKey:"Gee u sleutel vir regstreekse stroom by YouTube hier.",error:"Kon nie regstreeks stroom nie. Probeer gerus weer.",errorAPI:"\u2019n Fout het voorgekom tydens toegang tot u YouTube-uitsendings. Probeer om weer aan te meld.",errorLiveStreamNotEnabled:"Regstreekse stroom is nie geaktiveer op {{email}} nie. Aktiveer asb. regstreekse strome of meld aan met \u2019n rekening met regstreekse strome geaktiveer.",expandedOff:"Die regstreekse stroom het gestop",expandedOn:"Die vergadering word tans gestroom na YouTube.",expandedPending:"Die regstreekse stroom begin tans\u2026",failedToStart:"Regstreekse stroom kon nie begin nie",getStreamKeyManually:"",invalidStreamKey:"",off:"Regstreekse stroom het gestop",on:"Regstreekse stroom",pending:"Begin tans regstreekse stroom\u2026",serviceName:"Regstreekse stroomdiens",signIn:"Meld aan met Google",signInCTA:"Meld aan of gee u sleutel vir regstreekse stroom vanaf YouTube.",signOut:"Meld af",signedInAs:"U is tans aangemeld as:",start:"Begin \u2019n regstreekse stroom",streamIdHelp:"Wat\u2019s di\xe9?",title:"Regstreekse stroom",unavailableTitle:"Regstreekse strome nie beskikbaar nie"},localRecording:{clientState:{off:"Af",on:"Aan",unknown:"Onbekend"},dialogTitle:"Kontroles vir plaaslike opname",duration:"Duur",durationNA:"",encoding:"Enkodering",label:"",labelToolTip:"",localRecording:"Plaaslike opname",me:"Ek",messages:{engaged:"",finished:"",finishedModerator:"",notModerator:"U is nie die moderator nie. U kan nie \u2019n plaaslike opname begin of stop nie."},moderator:"Moderator",no:"Nee",participant:"Deelnemer",participantStats:"Deelnemerstatistiek",sessionToken:"",start:"Begin opname",stop:"Stop opname",yes:"Ja"},lockRoomPassword:"Wagwoord",lockRoomPasswordUppercase:"Wagwoord",me:"ek",notify:{connectedOneMember:"",connectedThreePlusMembers:"",connectedTwoMembers:"",disconnected:"ontkoppel",focus:"",focusFail:"",grantedTo:"{{to}} is nou moderator!",invitedOneMember:"",invitedThreePlusMembers:"",invitedTwoMembers:"",kickParticipant:"",me:"Ek",moderator:"U is ou moderator!",muted:"U het die gesprek gedemp begin.",mutedRemotelyDescription:"",mutedRemotelyTitle:"",mutedTitle:"U is gedemp!",newDeviceAction:"",newDeviceAudioTitle:"",newDeviceCameraTitle:"",passwordRemovedRemotely:"",passwordSetRemotely:"",raisedHand:"",somebody:"Iemand",startSilentDescription:"",startSilentTitle:"",suboptimalExperienceDescription:"Gits... ons is bevrees u ervaring met {{appName}} gaan nie so goed wees hier nie. Ons soek maniere om dit die hoof te bied, maar probeer intussen een van die volledig ondersteunde blaaiers.",suboptimalExperienceTitle:"Blaaierwaarskuwing",unmute:""},passwordDigitsOnly:"",passwordSetRemotely:"",poweredby:"aangedryf deur",presenceStatus:{busy:"Besig",calling:"Bel tans\u2026",connected:"Gekoppel",connecting:"Koppel tans\u2026",connecting2:"Koppel tans*...",disconnected:"Ontkoppeld",expired:"Verval",ignored:"Ge\xefgnoreer",initializingCall:"Inisialiseer tans oproep\u2026",invited:"Uitgenooi",rejected:"Geweier",ringing:"Lui tans\u2026"},profile:{setDisplayNameLabel:"Stel u vertoonnaam",setEmailInput:"Gee e-posadres",setEmailLabel:"Stel u Gravatar-e-posadres",title:"Profiel"},recording:{authDropboxText:"Laai op na Dropbox",availableSpace:"Beskikbare spasie: {{spaceLeft}} MB (ongeveer {{duration}} minute se opname)",beta:"",busy:"",busyTitle:"Alle opnemers is tans besig",error:"Opname het misluk. Probeer gerus weer.",expandedOff:"Opname het gestop",expandedOn:"Die vergadering word tans opgeneem.",expandedPending:"Opname word begin\u2026",failedToStart:"Kon nie begin opneem nie",fileSharingdescription:"",live:"",loggedIn:"Aangemeld as {{name}}",off:"Opname gestop",on:"Neem tans op",pending:"Berei voor om vergadering op te neem\u2026",rec:"",serviceDescription:"",serviceName:"Opneemdiens",signIn:"meld aan",signOut:"Meld af",title:"Neem tans op",unavailable:"",unavailableTitle:""},sectionList:{pullToRefresh:""},settings:{calendar:{about:"",disconnect:"Ontkoppel",microsoftSignIn:"Meld aan met Microsoft",signedIn:"",title:"Kalender"},devices:"Toestelle",followMe:"Almal volg my",language:"Taal",loggedIn:"Aangemeld as {{name}}",moderator:"Moderator",more:"Meer",name:"Naam",noDevice:"Geen",selectAudioOutput:"Klankafvoer",selectCamera:"Kamera",selectMic:"Mikrofoon",startAudioMuted:"Almal begin gedemp",startVideoMuted:"Almal begin versteek",title:"Instellings"},settingsView:{alertOk:"Regso",alertTitle:"Waarskuwing",alertURLText:"Die gegewe bediener-URL is ongeldig",buildInfoSection:"",conferenceSection:"Konferensie",displayName:"Vertoonnaam",email:"E-pos",header:"Instellings",profileSection:"Profiel",serverURL:"Bediener-URL",startWithAudioMuted:"Begin met klank gedemp",startWithVideoMuted:"Begin met video gedemp",version:""},share:{dialInfoText:"",mainText:"Klik die volgende skakel om by die vergadering aan te sluit:\n{{roomUrl}}"},speaker:"Luidspreker",speakerStats:{hours:"{{count}}h",minutes:"{{count}}m",name:"Naam",seconds:"{{count}}s",speakerStats:"Sprekerstatistiek",speakerTime:"Sprekertyd"},startupoverlay:{policyText:"",title:"{{app}} benodig u mikrofoon en kamera."},suspendedoverlay:{rejoinKeyTitle:"Sluit weer aan",text:"Druk die Sluit weer aan-knoppie om te herkoppel.",title:"U video-oproep is onderbreek omdat die rekenaar gaan slaap het."},toolbar:{Settings:"Instellings",accessibilityLabel:{Settings:"Wissel instellings",audioOnly:"Wissel Net klank",audioRoute:"Kies die klanktoestel",callQuality:"",cc:"Wissel onderskrifte",chat:"Wissel geselsvenster",document:"Wissel gedeelde dokument",feedback:"Laat terugvoer",fullScreen:"Wissel volskerm",hangup:"Verlaat die oproep",invite:"Nooi mense",kick:"",localRecording:"Wissel kontroles vir plaaslike opname",lockRoom:"",moreActions:"Wissel kieslys vir meer aksies",moreActionsMenu:"Kieslys vir meer aksies",mute:"",pip:"Wissel Prent-in-Prent-modus",profile:"Redigeer u profiel",raiseHand:"Wissel handopsteek",recording:"Wissel opname",remoteMute:"",shareRoom:"Nooi iemand",shareYourScreen:"Wissel skermdeling",sharedvideo:"Wissel videodeling",shortcuts:"Wissel kortpaaie",show:"",speakerStats:"Wissel sprekerstatistiek",tileView:"Wissel te\xeblaansig",toggleCamera:"Wissel kamera",videoblur:"",videomute:""},addPeople:"Voeg mense by die oproep",audioOnlyOff:"Deaktiveer Net klank-modus",audioOnlyOn:"Deaktiveer Net klank-modus",audioRoute:"Kies die klanktoestel",authenticate:"Verifieer",callQuality:"Bestuur oproepkwaliteit",chat:"Open / sluit gesels",closeChat:"",documentClose:"Sluit gedeelde dokument",documentOpen:"Open gedeelde dokument",enterFullScreen:"Volskermaansig",enterTileView:"",exitFullScreen:"Verlaat volskerm",exitTileView:"",feedback:"Laat terugvoer",hangup:"Verlaat",invite:"Nooi mense",login:"Meld aan",logout:"Meld af",lowerYourHand:"",moreActions:"Meer aksies",mute:"Demp / ontdemp",openChat:"",pip:"Betree Prent-in-Prent-modus",profile:"Redigeer u profiel",raiseHand:"Lig / laat sak u hand",raiseYourHand:"",shareRoom:"Nooi iemand",sharedvideo:"Deel \u2019n video",shortcuts:"Sien kortpaaie",speakerStats:"Sprekerstatistiek",startScreenSharing:"",startSubtitles:"",startvideoblur:"",stopScreenSharing:"",stopSharedVideo:"Stop video",stopSubtitles:"",stopvideoblur:"",talkWhileMutedPopup:"Besig om te praat? U is gedemp.",tileViewToggle:"Wissel te\xeblaansig",toggleCamera:"Wissel kamera",videomute:"Begin / stop kamera"},transcribing:{ccButtonTooltip:"",error:"Opname het misluk. Probeer gerus weer.",expandedLabel:"",failedToStart:"",labelToolTip:"Die vergadering word getranskribeer",off:"",pending:"Berei tans voor om die vergadering te transkribeer\u2026",start:"",stop:"",tr:""},userMedia:{androidGrantPermissions:"Kies Allow wanneer die blaaier vir toestemming vra.",chromeGrantPermissions:"Kies Allow wanneer die blaaier vir toestemming vra.",edgeGrantPermissions:"Kies Yes wanneer die blaaier vir toestemming vra.",electronGrantPermissions:"Gee asb. toestemming vir die gebruik van u kamera en mikrofoon",firefoxGrantPermissions:"Kies Deel gekose toestel wanneer die blaaier vir toestemming vra.",iexplorerGrantPermissions:"Kies OK wanneer die blaaier vir toestemming vra.",nwjsGrantPermissions:"Gee asb. toestemming vir die gebruik van u kamera en mikrofoon",operaGrantPermissions:"Kies Allow wanneer die blaaier vir toestemming vra.","react-nativeGrantPermissions":"Kies Allow wanneer die blaaier vir toestemming vra.",safariGrantPermissions:"Kies OK wanneer die blaaier vir toestemming vra."},videoSIPGW:{busy:"Ons probeer tans hulpbronne vry te stel. Probeer gerus weer oor \u2019n paar minute.",busyTitle:"Die Kamerdiens is tans besig",errorAlreadyInvited:"{{displayName}} is reeds genooi",errorInvite:"Konferensie is nog nie gestig nie. Probeer gerus weer later.",errorInviteFailed:"Ons werk aan \u2019n oplossing vir die probleem. Probeer gerus weer later.",errorInviteFailedTitle:"Kon nie {{displayName}} nooi nie",errorInviteTitle:"",pending:"{{displayName}} is genooi"},videoStatus:{audioOnly:"",audioOnlyExpanded:"U is in Net klank-modus. Di\xe9 modus spaar bandwydte maar u sal nie video\u2019s van ander sien nie.",callQuality:"",hd:"HD",highDefinition:"Ho\xebdefinisie",labelTooiltipNoVideo:"Geen video",labelTooltipAudioOnly:"Net klank-modus geaktiveer",ld:"LD",lowDefinition:"Laedefinisie",onlyAudioAvailable:"Net klank is beskikbaar",onlyAudioSupported:"Op di\xe9 blaaier ondersteun ons slegs klank.",sd:"SD",standardDefinition:"Standaarddefinisie"},videothumbnail:{domute:"Demp",flip:"Swaai om",kick:"Skop uit",moderator:"Moderator",mute:"",muted:"Gedemp",remoteControl:"",show:"",videomute:""},welcomepage:{accessibilityLabel:{join:"Raak om aan te sluit",roomname:"Gee kamernaam"},appDescription:"Hou gerus \u2019n videogesprek met die hele span. Om die waarheid te s\xea, nooi sommer almal. {{app}} is \u2019n 100% oopbronoplossing vir ge\xebnkripteerde videokonferensies wat mens heeldag, elke dag gratis kan geniet \u2014 geen rekening nodig nie.",audioVideoSwitch:{audio:"Stem",video:"Video"},calendar:"Kalender",connectCalendarButton:"Koppel u kalender",connectCalendarText:"",enterRoomTitle:"Begin \u2019n nuwe vergadering",go:"GAAN",info:"",join:"SLUIT AAN",privacy:"Privaatheid",recentList:"Onlangs",recentListDelete:"Skrap",recentListEmpty:"Die lys van onlangse gesprekke is leeg. Gesels met u span en al u onlangse gesprekke sal hier wys.",reducedUIText:"",roomname:"Gee kamernaam",roomnameHint:"Gee die naam of URL van die kamer waar u wil aansluit. Dink gerus enige naam uit. Laat weet net die mense wat u ontmoet wat dit is sodat hulle die selfde naam gee.",sendFeedback:"Stuur terugvoer",terms:"Voorwaardes",title:"Veilige en volledig gratis videokonferensies propvol funksionaliteit"}}},822,[]); -__d(function(e,o,i,t,r,a,n){r.exports={addPeople:{add:"\u0627\u062f\u0639",addContacts:"\u0627\u062f\u0639 \u0643\u0644 \u062c\u0647\u0627\u062a \u0627\u0644\u0627\u062a\u0635\u0627\u0644 \u0644\u062f\u064a",contacts:"\u062c\u0647\u0627\u062a \u0627\u062a\u0635\u0627\u0644",copyInvite:"\u0627\u0646\u0633\u062e \u062f\u0639\u0648\u0629\u064b \u0644\u0644\u0645\u064f\u0644\u062a\u0642\u0649",copyLink:"\u0627\u0646\u0633\u062e \u0631\u0627\u0628\u0637 \u0627\u0644\u0645\u064f\u0644\u062a\u0642\u0649",copyStream:"\u0627\u0646\u0633\u062e \u0631\u0627\u0628\u0637 \u0627\u0644\u0628\u062b \u0627\u0644\u0645\u0628\u0627\u0634\u0631",countryNotSupported:"\u0644\u0627 \u0646\u062f\u0639\u0645 \u0647\u0630\u0647 \u0627\u0644\u0648\u062c\u0647\u0629 \u062d\u0627\u0644\u064a\u064b\u0627.",countryReminder:"\u0623\u062a\u0631\u064a\u062f \u0627\u0644\u0627\u062a\u0635\u0627\u0644 \u0628\u0645\u0646 \u0647\u0648 \u062e\u0627\u0631\u062c \u0627\u0644\u0648\u0644\u0627\u064a\u0627\u062a \u0627\u0644\u0645\u062a\u062d\u062f\u0629\u061f \u062a\u0623\u0643\u062f \u0645\u0646 \u0627\u0644\u0627\u0628\u062a\u062f\u0627\u0621 \u0628\u0631\u0645\u0632 \u0627\u0644\u062f\u0648\u0644\u0629 \u0623\u0648\u0644\u064b\u0627!",defaultEmail:"\u0628\u0631\u064a\u062f\u0643 \u0627\u0644\u0627\u0641\u062a\u0631\u0627\u0636\u064a",disabled:"\u0644\u0627 \u064a\u0645\u0643\u0646\u0643 \u062f\u0639\u0648\u0629 \u0623\u062d\u062f.",failedToAdd:"\u0641\u0634\u0644 \u0625\u0636\u0627\u0641\u0629 \u0645\u0634\u0627\u0631\u0643\u064a\u0646",googleEmail:"\u0628\u0631\u064a\u062f \u063a\u0648\u063a\u0644",inviteMoreHeader:"\u0623\u0646\u062a \u0628\u0645\u0641\u0631\u062f\u0643 \u0641\u064a \u0647\u0630\u0627 \u0627\u0644\u0645\u064f\u0644\u062a\u0642\u0649",inviteMoreMailSubject:"\u0636\u0645 {{appName}} \u0644\u0644\u0645\u064f\u0644\u062a\u0642\u0649",inviteMorePrompt:"\u0627\u062f\u0639\u064f \u0623\u0634\u062e\u0627\u0635\u064b\u0627 \u0622\u062e\u0631\u064a\u0646",linkCopied:"\u0646\u064f\u0633\u0650\u062e \u0627\u0644\u0631\u0627\u0628\u0637",noResults:"\u0644\u0645 \u064a\u064f\u0639\u062b\u064e\u0631 \u0639\u0644\u0649 \u0623\u064a \u0646\u062a\u064a\u062c\u0629 \u0628\u062d\u062b \u0645\u062a\u0637\u0627\u0628\u0642\u0629",outlookEmail:"\u0628\u0631\u064a\u062f \u0645\u0627\u064a\u0643\u0631\u0648\u0633\u0648\u0641\u062a",phoneNumbers:"\u0623\u0636\u0641 \u0627\u0631\u0642\u0627\u0645 \u0647\u0648\u0627\u062a\u0641",searching:"\u064a\u0628\u062d\u062b",shareInvite:"\u0634\u0627\u0631\u0643 \u062f\u0639\u0648\u0629\u064b \u0644\u0644\u0645\u064f\u0644\u062a\u0642\u0649",shareLink:"\u0634\u0627\u0631\u0643 \u0631\u0627\u0628\u0637 \u0627\u0644\u0645\u064f\u0644\u062a\u0642\u0649 \u0644\u062f\u0639\u0648\u0629 \u0627\u0644\u0623\u062e\u0631\u064a\u0646",shareStream:"\u0634\u0627\u0631\u0643 \u0631\u0627\u0628\u0637 \u0627\u0644\u0628\u062b \u0627\u0644\u0645\u0628\u0627\u0634\u0631 \u0644\u0644\u0645\u064f\u0644\u062a\u0642\u0649",sipAddresses:"sip \u0639\u0646\u0648\u0627\u0646",telephone:"\u0631\u0642\u0645 \u0627\u0644\u0647\u0627\u062a\u0641: {{number}}",title:"\u0627\u062f\u0639\u064f \u0623\u062d\u062f\u064b\u0627 \u0644\u0647\u0630\u0627 \u0627\u0644\u0645\u064f\u0644\u062a\u0642\u0649",yahooEmail:"\u0628\u0631\u064a\u062f \u064a\u0627\u0647\u0648\u0648"},audioDevices:{bluetooth:"\u0628\u0644\u0648\u062a\u0648\u062b",car:"\u0645\u0633\u062c\u0644 \u0627\u0644\u0633\u064a\u0627\u0631\u0629",headphones:"\u0633\u0645\u0627\u0639\u0627\u062a \u0631\u0623\u0633",none:"\u0644\u0627 \u064a\u0648\u062c\u062f \u0623\u064a \u0623\u062c\u0647\u0632\u0629 \u0635\u0648\u062a",phone:"\u0647\u0627\u062a\u0641",speaker:"\u0645\u0643\u0628\u0631 \u0627\u0644\u0635\u0648\u062a"},audioOnly:{audioOnly:"\u0645\u0639\u062f\u0644 \u062a\u0628\u0627\u062f\u0644 \u0627\u0644\u0628\u064a\u0627\u0646\u0627\u062a \u0645\u0646\u062e\u0641\u0636"},breakoutRooms:{actions:{add:"\u0623\u0636\u0641 \u063a\u0631\u0641\u0629 \u062c\u0627\u0646\u0628\u064a\u0629",autoAssign:"\u0627\u0644\u062a\u062e\u0635\u064a\u0635 \u0627\u0644\u062a\u0644\u0642\u0627\u0626\u064a \u0644\u0644\u063a\u0631\u0641 \u0627\u0644\u062c\u0627\u0646\u0628\u064a\u0629",close:"\u0623\u063a\u0644\u0642",join:"\u0627\u0646\u0636\u0645",leaveBreakoutRoom:"\u0627\u062a\u0631\u0643 \u0627\u0644\u063a\u0631\u0641\u0629 \u0627\u0644\u062c\u0627\u0646\u0628\u064a\u0629",more:"\u0623\u0643\u062b\u0631",remove:"\u0625\u0632\u0627\u0644\u0629",sendToBreakoutRoom:"\u0623\u0631\u0633\u0644 \u0627\u0644\u0645\u0634\u0627\u0631\u0643 \u0625\u0644\u0649:"},defaultName:"\u063a\u0631\u0641\u0629 \u0627\u0644\u0645\u064f\u0644\u062a\u0642\u064a\u0627\u062a \u0627\u0644\u0641\u0631\u0639\u064a\u0629 \u0631\u0642\u0645 {{index}}",mainRoom:"\u0627\u0644\u063a\u0631\u0641\u0629 \u0627\u0644\u0631\u0626\u064a\u0633\u064a\u0629",notifications:{joined:" \u0627\u0644\u063a\u0631\u0641\u0629 \u0627\u0644\u062c\u0627\u0646\u0628\u064a\u0629\u0627\u0644\u0627\u0646\u0636\u0645\u0627\u0645 \u0625\u0644\u0649 {{index}}",joinedMainRoom:"\u0627\u0644\u0627\u0646\u0636\u0645\u0627\u0645 \u0644\u0644\u063a\u0631\u0641\u0629 \u0627\u0644\u0631\u0626\u064a\u0633\u064a\u0629",joinedTitle:"\u063a\u0631\u0641 \u062c\u0627\u0646\u0628\u064a\u0629"}},calendarSync:{addMeetingURL:"\u0623\u0636\u0641 \u0631\u0627\u0628\u0637\u064b\u0627 \u0644\u0645\u064f\u0644\u062a\u0642\u0649",confirmAddLink:"\u0647\u0644 \u062a\u0631\u064a\u062f \u0625\u0636\u0627\u0641\u0629 \u0631\u0627\u0628\u0637 \u062c\u064a\u0633\u062a\u0633\u064a \u0644\u0647\u0630\u0627 \u0627\u0644\u062d\u062f\u062b\u061f",error:{appConfiguration:"\u0644\u0645 \u062a\u064f\u0636\u0628\u064e\u0637 \u0639\u0645\u0644\u064a\u0629 \u0625\u0636\u0627\u0641\u0629 \u0627\u0644\u0631\u0632\u0646\u0627\u0645\u0629 \u0636\u0628\u0637\u064b\u0627 \u0635\u062d\u064a\u062d\u064b\u0627.",generic:"\u062d\u0635\u0644 \u062e\u0637\u0623\u064f. \u062a\u062d\u0642\u0642 \u0645\u0646 \u0625\u0639\u062f\u0627\u062f\u0627\u062a \u0631\u0632\u0646\u0627\u0645\u062a\u0643 \u0623\u0648 \u062c\u0631\u0628 \u062a\u062d\u062f\u064a\u062b\u0647\u0627\u060c \u0631\u062c\u0627\u0621\u064b.",notSignedIn:"\u062d\u062f\u062b \u062e\u0637\u0623 \u0623\u062b\u0646\u0627\u0621 \u0625\u062c\u0631\u0627\u0621 \u0639\u0645\u0644\u064a\u0629 \u0627\u0644\u0627\u0633\u062a\u064a\u062b\u0627\u0642 \u0644\u0644\u0648\u0635\u0648\u0644 \u0625\u0644\u0649 \u062a\u0641\u0627\u0635\u064a\u0644 \u0627\u0644\u0623\u062d\u062f\u0627\u062b \u0627\u0644\u0645\u0633\u062c\u0644\u0629 \u0641\u064a \u0627\u0644\u0631\u0632\u0646\u0627\u0645\u0629. \u062a\u062d\u0642\u0642 \u0631\u062c\u0627\u0621\u064b \u0645\u0646 \u0625\u0639\u062f\u0627\u062f\u0627\u062a \u0631\u0632\u0646\u0627\u0645\u062a\u0643 \u0648\u062c\u0631\u0628 \u0627\u0644\u062a\u0633\u062c\u064a\u0644 \u0645\u0631\u0629 \u0623\u062e\u0631\u0649."},join:"\u0627\u0646\u0636\u0645",joinTooltip:"\u0627\u0646\u0636\u0645 \u0625\u0644\u0649 \u0627\u0644\u0645\u064f\u0644\u062a\u0642\u0649",nextMeeting:"\u0627\u0644\u0645\u064f\u0644\u062a\u0642\u0649 \u0627\u0644\u062a\u0627\u0644\u064a",noEvents:"\u0644\u0627 \u064a\u0648\u062c\u062f \u0623\u064a \u0623\u062d\u062f\u0627\u062a \u0622\u062a\u064a\u0629 \u0645\u062c\u062f\u0648\u0644\u0629.",ongoingMeeting:"\u0645\u064f\u0644\u062a\u0642\u0649 \u0642\u0627\u0626\u0645",permissionButton:"\u0627\u0641\u062a\u062d \u0627\u0644\u0625\u0639\u062f\u0627\u062f\u0627\u062a",permissionMessage:"\u064a\u0637\u0644\u0628 \u0625\u0630\u0646 \u0627\u0644\u0648\u0635\u0648\u0644 \u0625\u0644\u0649 \u0627\u0644\u0631\u0632\u0646\u0627\u0645\u0629 \u0644\u0631\u0624\u064a\u0629 \u0645\u0648\u0627\u0639\u064a\u062f \u0645\u064f\u0644\u062a\u0642\u064a\u0627\u062a\u0643.",refresh:"\u062d\u062f\u0651\u0650\u062b \u0627\u0644\u0631\u0632\u0646\u0627\u0645\u0629",today:"\u0627\u0644\u064a\u0648\u0645"},carmode:{actions:{selectSoundDevice:"\u062d\u062f\u062f \u062c\u0647\u0627\u0632 \u0627\u0644\u0635\u0648\u062a"},labels:{buttonLabel:"\u0648\u0636\u0639 \u0627\u0644\u0633\u064a\u0627\u0631\u0629",title:"\u0648\u0636\u0639 \u0627\u0644\u0633\u064a\u0627\u0631\u0629",videoStopped:"\u062a\u0645 \u0625\u064a\u0642\u0627\u0641 \u0627\u0644\u0641\u064a\u062f\u064a\u0648 \u0627\u0644\u062e\u0627\u0635 \u0628\u0643"}},chat:{enter:"\u0623\u062f\u062e\u0644 \u0627\u0644\u063a\u0631\u0641\u0629",error:"\u062e\u0637\u0623: \u0644\u0645 \u062a\u064f\u0631\u0633\u064e\u0644 \u0631\u0633\u0627\u0644\u062a\u0643. \u0627\u0644\u0633\u0628\u0628: {{error}}",fieldPlaceHolder:"\u0627\u0643\u062a\u0628 \u0631\u0633\u0627\u0644\u062a\u0643 \u0647\u0646\u0627",lobbyChatMessageTo:"\u0631\u0633\u0627\u0644\u0629 \u062f\u0631\u062f\u0634\u0629 \u0644\u0648\u0628\u064a \u0625\u0644\u0649 {{recipient}}",message:"\u0631\u0633\u0627\u0644\u0629",messageAccessibleTitle:"{{user}} \u0645\u0642\u0648\u0644\u0629:",messageAccessibleTitleMe:"\u0623\u0646\u0627 \u0623\u0642\u0648\u0644:",messageTo:"\u0623\u0631\u0633\u0644 \u0631\u0633\u0627\u0644\u0629 \u062e\u0627\u0635\u0629 \u0625\u0644\u0649 {{recipient}}",messagebox:"\u0627\u0643\u062a\u0628 \u0631\u0633\u0627\u0644\u0629",newMessages:"\u0631\u0633\u0627\u0626\u0644 \u062c\u062f\u064a\u062f\u0629",nickname:{popover:"\u0627\u062e\u062a\u0631 \u0644\u0642\u0628\u064b\u0627",title:"\u0627\u0643\u062a\u0628 \u0644\u0642\u0628\u064b\u0627 \u0644\u0627\u0639\u062a\u0645\u0627\u062f\u0647 \u0641\u064a \u0627\u0644\u0645\u062d\u0627\u062f\u062b\u0629",titleWithPolls:"\u0627\u0643\u062a\u0628 \u0644\u0642\u0628\u064b\u0627 \u0644\u0627\u0639\u062a\u0645\u0627\u062f\u0647 \u0641\u064a \u0627\u0644\u0645\u062d\u0627\u062f\u062b\u0629"},noMessagesMessage:"\u0644\u0627 \u064a\u0648\u062c\u062f \u0623\u064a \u0631\u0633\u0627\u0644\u0629 \u0641\u064a \u0627\u0644\u0645\u064f\u0644\u062a\u0642\u0649 \u0628\u0639\u062f. \u0627\u0628\u062f\u0623 \u0645\u062d\u0627\u062f\u062b\u0629 \u0647\u0646\u0627.",privateNotice:"\u0623\u0631\u0633\u0644 \u0631\u0633\u0627\u0644\u0629 \u062e\u0627\u0635\u0629 \u0625\u0644\u0649 {{recipient}}",sendButton:"\u0623\u0631\u0633\u0644",smileysPanel:"\u0648\u0627\u062c\u0647\u0629 \u0627\u0644\u0625\u064a\u0645\u0648\u062c\u064a",tabs:{chat:"\u062f\u0631\u062f\u0634\u0629",polls:"\u062a\u0635\u0648\u064a\u062a"},title:"\u0645\u062d\u0627\u062f\u062b\u0629",titleWithPolls:"\u0645\u062d\u0627\u062f\u062b\u0629",you:"\u0623\u0646\u062a"},chromeExtensionBanner:{buttonText:"\u0646\u0632\u0651\u0650\u0644 \u0625\u0636\u0627\u0641\u0629 \u0645\u062a\u0635\u0641\u062d \u0643\u0631\u0648\u0645",buttonTextEdge:"\u0642\u0645 \u0628\u062a\u062b\u0628\u064a\u062a \u0645\u0644\u062d\u0642 Edge",close:"\u0625\u063a\u0644\u0642",dontShowAgain:"\u0644\u0627 \u062a\u0631\u0646\u064a \u0647\u0630\u0647 \u0645\u0631\u0629 \u0623\u062e\u0631\u0649",installExtensionText:"\u0646\u0632\u0651\u0650\u0644 \u0627\u0644\u0625\u0636\u0627\u0641\u0629 \u0644\u0644\u062f\u0645\u062c \u0645\u0639 \u0631\u0632\u0646\u0627\u0645\u0629 \u063a\u0648\u063a\u0644 \u0648\u0631\u0632\u0646\u0627\u0645\u0629 \u0623\u0648\u0641\u064a\u0633 365"},connectingOverlay:{joiningRoom:"\u0642\u064a\u062f \u0648\u0635\u0644\u0643 \u0628\u0627\u0644\u0625\u062c\u062a\u0645\u0627\u0639..."},connection:{ATTACHED:"\u0631\u064f\u0628\u0650\u0637",AUTHENTICATING:"\u0642\u064a\u062f \u0625\u062c\u0631\u0627\u0621 \u0627\u0644\u0627\u0633\u062a\u064a\u062b\u0627\u0642",AUTHFAIL:"\u0641\u0634\u0644 \u0639\u0645\u0644\u064a\u0629 \u0627\u0644\u0627\u0633\u062a\u064a\u062b\u0627\u0642",CONNECTED:"\u0648\u064f\u0635\u0650\u0644",CONNECTING:"\u0642\u064a\u062f \u0627\u0644\u0648\u0635\u0644",CONNFAIL:"\u0641\u0634\u0644 \u0639\u0645\u0644\u064a\u0629 \u0627\u0644\u0648\u0635\u0644",DISCONNECTED:"\u0641\u064f\u0635\u0650\u0644",DISCONNECTING:"\u0642\u064a\u062f \u0627\u0644\u0641\u0635\u0644",ERROR:"\u062e\u0637\u0623",FETCH_SESSION_ID:"\u0642\u064a\u062f \u0627\u0644\u062d\u0635\u0648\u0644 \u0639\u0644\u0649 \u0645\u064f\u0639\u0631\u0651\u0650\u0641 \u0627\u0644\u062c\u0644\u0633\u0629...",GET_SESSION_ID_ERROR:"\u062e\u0637\u0623 \u0641\u064a \u0627\u0644\u062d\u0635\u0648\u0644 \u0639\u0644\u0649 \u0645\u064f\u0639\u0631\u0651\u0650\u0641 \u0627\u0644\u062c\u0644\u0633\u0629: {{code}}",GOT_SESSION_ID:"\u062c\u0631\u0649 \u0627\u0644\u062d\u0635\u0648\u0644 \u0639\u0644\u0649 \u0645\u064f\u0639\u0631\u0651\u0650\u0641 \u0627\u0644\u062c\u0644\u0633\u0629",LOW_BANDWIDTH:"\u0623\u0648\u0642\u0641 \u0641\u064a\u062f\u064a\u0648 {{displayName}} \u0644\u062a\u0648\u0641\u064a\u0631 \u0643\u0645\u064a\u0629 \u0627\u0644\u0628\u064a\u0627\u0646\u0627\u062a \u0627\u0644\u0645\u062a\u0628\u0627\u062f\u0644\u0629"},connectionindicator:{address:"\u0627\u0644\u0639\u0646\u0648\u0627\u0646:",audio_ssrc:"\u0645\u0635\u062f\u0631 \u0627\u0644\u0635\u0648\u062a:",bandwidth:"\u0645\u064f\u0639\u062f\u0651\u064e\u0644 \u0627\u0644\u0628\u064a\u0627\u0646\u0627\u062a \u0627\u0644\u0645\u062a\u0628\u0627\u062f\u0644\u0629:",bitrate:"\u0645\u064f\u0639\u062f\u0651\u064e\u0644 \u0627\u0644\u0628\u062b:",bridgeCount:"\u0639\u062f\u062f \u0627\u0644\u0645\u062e\u062f\u0651\u0650\u0645\u0627\u062a: ",codecs:"\u0627\u0644\u0645\u0631\u0645\u0627\u0632 (A/V): ",connectedTo:"\u0648\u0635\u0644 \u0625\u0644\u0649:",framerate:"\u0645\u064f\u0639\u062f\u0651\u064e\u0644 \u0627\u0644\u0625\u0637\u0627\u0631\u0627\u062a:",less:"\u0627\u062e\u0641",localaddress:"\u0627\u0644\u0639\u0646\u0648\u0627\u0646 \u0627\u0644\u0645\u062d\u0644\u064a:",localaddress_plural:"\u0627\u0644\u0639\u0646\u0627\u0648\u064a\u0646 \u0627\u0644\u0645\u062d\u0644\u064a\u0629::",localport:"\u0627\u0644\u0645\u0646\u0641\u0630 \u0627\u0644\u0645\u062d\u0644\u064a:",localport_plural:"\u0627\u0644\u0645\u0646\u0627\u0641\u0630 \u0627\u0644\u0645\u062d\u0644\u064a\u0629:",maxEnabledResolution:"\u0623\u0631\u0633\u0644 \u0623\u0642\u0635\u0649 \u062f\u0642\u0629",more:"\u0627\u0638\u0647\u0631 \u0627\u0644\u0645\u0632\u064a\u062f",packetloss:"\u0645\u064f\u0639\u062f\u0651\u064e\u0644 \u0627\u0644\u0641\u0642\u062f:",participant_id:"\u0645\u0639\u0631\u0651\u0641 \u0627\u0644\u0645\u0634\u062a\u0631\u0643:",quality:{good:"\u062c\u064a\u062f",inactive:"\u062e\u0627\u0645\u0644",lost:"\u0645\u0641\u0642\u0648\u062f",nonoptimal:"\u063a\u064a\u0631 \u0645\u062b\u0627\u0644\u064a",poor:"\u0631\u062f\u064a\u0621"},remoteaddress:"\u0627\u0644\u0639\u0646\u0648\u0627\u0646 \u0627\u0644\u0628\u0639\u064a\u062f:",remoteaddress_plural:"\u0627\u0644\u0639\u0646\u0627\u0648\u064a\u0646 \u0627\u0644\u0628\u0639\u064a\u062f\u0629:",remoteport:"\u0627\u0644\u0645\u0646\u0641\u0630 \u0627\u0644\u0628\u0639\u064a\u062f:",remoteport_plural:"\u0627\u0644\u0645\u0646\u0627\u0641\u0630 \u0627\u0644\u0628\u0639\u064a\u062f\u0629:",resolution:"\u0627\u0644\u062f\u0642\u0629:",savelogs:"\u062e\u0632\u0646 \u0627\u0644\u0648\u0642\u0648\u0639\u0627\u062a",status:"\u0627\u0644\u0627\u062a\u0635\u0627\u0644:",transport:"\u0627\u0644\u0646\u0642\u0644:",transport_plural:"\u0627\u0644\u0646\u0648\u0627\u0642\u0644:",video_ssrc:"\u0645\u0635\u062f\u0631 \u0627\u0644\u0635\u0648\u0631\u0629:"},dateUtils:{earlier:"\u0633\u0627\u0628\u0642\u064b\u0627",today:"\u0627\u0644\u064a\u0648\u0645",yesterday:"\u0627\u0644\u0628\u0627\u0631\u062d\u0629"},deepLinking:{appNotInstalled:"\u062a\u062d\u062a\u0627\u062c \u0625\u0644\u0649 \u062a\u0637\u0628\u064a\u0642 \u0627\u0644\u062c\u0648\u0627\u0644 {{app}} \u0644\u0644\u0627\u0646\u0636\u0645\u0627\u0645 \u0625\u0644\u0649 \u0625\u0644\u0649 \u0647\u0630\u0627 \u0627\u0644\u0645\u064f\u0644\u062a\u0642\u0649 \u0639\u0644\u0649 \u0647\u0627\u062a\u0641\u0643.",description:"\u0623\u0644\u0645 \u064a\u062d\u062f\u062b \u0634\u064a\u0621\u061f \u062c\u0631\u0628\u0646\u0627 \u0639\u0642\u062f \u0645\u064f\u0644\u062a\u0642\u0649\u0643 \u0639\u0644\u0649 \u062a\u0637\u0628\u064a\u0642 \u0627\u0644\u062d\u0627\u0633\u0648\u0628 {{app}}. \u062c\u0631\u0628 \u0645\u0631\u0629 \u0623\u062e\u0631\u0649 \u0623\u0648 \u0627\u0639\u0642\u062f \u0627\u0644\u0645\u064f\u0644\u062a\u0642\u0649 \u0639\u0644\u0649 \u062a\u0637\u0628\u064a\u0642 \u0627\u0644\u0648\u064a\u0628 {{app}}.",descriptionWithoutWeb:"\u0623\u0644\u0645 \u064a\u062d\u062f\u062b \u0634\u064a\u0621\u061f \u062c\u0631\u0628\u0646\u0627 \u0639\u0642\u062f \u0645\u064f\u0644\u062a\u0642\u0649\u0643 \u0639\u0644\u0649 \u062a\u0637\u0628\u064a\u0642 \u0627\u0644\u062d\u0627\u0633\u0648\u0628 {{app}}.",downloadApp:"\u0646\u0632\u0651\u0650\u0644 \u0627\u0644\u062a\u0637\u0628\u064a\u0642",ifDoNotHaveApp:"\u0625\u0646 \u0644\u0645 \u062a\u0645\u0644\u0643 \u0627\u0644\u062a\u0637\u0628\u064a\u0642 \u0628\u0639\u062f:",ifHaveApp:"\u0625\u0646 \u0643\u0627\u0646 \u0644\u062f\u064a\u0643 \u0627\u0644\u062a\u0637\u0628\u064a\u0642:",joinInApp:"\u0627\u0646\u0636\u0645 \u0644\u0644\u0645\u064f\u0644\u062a\u0642\u0649 \u0639\u0628\u0631 \u062a\u0637\u0628\u064a\u0642 \u0627\u0644\u062c\u0648\u0627\u0644",launchWebButton:"\u0627\u0641\u062a\u062d \u062a\u0637\u0628\u064a\u0642 \u0627\u0644\u0648\u064a\u0628",title:"\u0642\u064a\u062f \u0639\u0642\u062f \u0645\u064f\u0644\u062a\u0642\u0649\u0643 \u0641\u064a {{app}}...",tryAgainButton:"\u062c\u0631\u0628 \u0645\u0631\u0629 \u0623\u062e\u0631\u0649 \u0641\u064a \u062a\u0637\u0628\u064a\u0642 \u0627\u0644\u062d\u0627\u0633\u0648\u0628",unsupportedBrowser:"\u064a\u0628\u062f\u0648 \u0623\u0646\u0643 \u062a\u0633\u062a\u062e\u062f\u0645 \u0645\u062a\u0635\u0641\u062d\u064b\u0627 \u0644\u0627 \u0646\u062f\u0639\u0645\u0647."},defaultLink:"{{url}} \u0645\u062b\u0644\u064b\u0627",defaultNickname:"\u0645\u062d\u0645\u062f \u0639\u0644\u064a \u0645\u062b\u0644\u064b\u0627",deviceError:{cameraError:"\u0641\u0634\u0644 \u0627\u0644\u0648\u0635\u0648\u0644 \u0625\u0644\u0649 \u0643\u0627\u0645\u064a\u0631\u062a\u0643",cameraPermission:"\u062e\u0637\u0623 \u0641\u064a \u062a\u062d\u0635\u064a\u0644 \u0625\u0630\u0646 \u0627\u0633\u062a\u062e\u062f\u0627\u0645 \u0643\u0627\u0645\u064a\u0631\u062a\u0643",microphoneError:"\u0641\u0634\u0644 \u0627\u0644\u0648\u0635\u0648\u0644 \u0625\u0644\u0649 \u0627\u0644\u0645\u0627\u064a\u0643\u0631\u0648\u0641\u0648\u0646",microphonePermission:"\u062e\u0637\u0623 \u0641\u064a \u062a\u062d\u0635\u064a\u0644 \u0625\u0630\u0646 \u0627\u0633\u062a\u062e\u062f\u0627\u0645 \u0627\u0644\u0645\u0627\u064a\u0643\u0631\u0648\u0641\u0648\u0646"},deviceSelection:{noPermission:"\u0644\u0645 \u064a\u064f\u0645\u0646\u064e\u062d \u0627\u0644\u0625\u0630\u0646",previewUnavailable:"\u0627\u0644\u0645\u0639\u0627\u064a\u0646\u0629 \u063a\u064a\u0631 \u0645\u062a\u0627\u062d\u0629",selectADevice:"\u0627\u062e\u062a\u0631 \u062c\u0647\u0627\u0632\u064b\u0627",testAudio:"\u0627\u062e\u062a\u0628\u0631 \u0627\u0644\u0635\u0648\u062a"},dialIn:{screenTitle:"\u0645\u0644\u062e\u0635 \u0627\u0644\u0637\u0644\u0628"},dialOut:{statusMessage:"{{status}} \u0627\u0644\u0622\u0646"},dialog:{Back:"\u0639\u062f \u0644\u0644\u062e\u0644\u0641",Cancel:"\u0650\u0623\u0644\u063a",IamHost:"\u0623\u0646\u0627 \u0627\u0644\u0645\u0636\u064a\u0641",Ok:"\u062a\u0645\u0627\u0645",Remove:"\u0623\u0632\u0644",Share:"\u0634\u0627\u0631\u0643",Submit:"\u0623\u0631\u0633\u0644",WaitForHostMsg:"\u0644\u0645 \u064a\u0628\u062f\u0623 \u0627\u0644\u0645\u0624\u062a\u0645\u0631 \u0628\u0639\u062f. \u0625\u0646 \u0643\u0646\u062a \u0627\u0644\u0645\u0636\u064a\u0641 \u0648\u0627\u0644\u0631\u0627\u0639\u064a\u060c \u0641\u0646\u0631\u062c\u0648 \u062a\u0623\u0643\u064a\u062f \u0630\u0644\u0643 \u0639\u0628\u0631 \u0627\u0644\u0627\u0633\u062a\u064a\u062b\u0627\u0642 \u0623\u0648 \u0627\u0646\u062a\u0638\u0631 \u0648\u0635\u0648\u0644 \u0627\u0644\u0645\u0636\u064a\u0641 \u0631\u062c\u0627\u0621\u064b. ",WaitingForHostTitle:"\u0641\u064a \u0627\u0646\u062a\u0638\u0627\u0631 \u0627\u0644\u0645\u0636\u064a\u0641 ...",Yes:"\u0646\u0639\u0645",accessibilityLabel:{liveStreaming:"\u0628\u062b \u062d\u064a \u0645\u0628\u0627\u0634\u0631"},add:"\u0623\u0636\u0641",addMeetingNote:"\u0623\u0636\u0641 \u0645\u0644\u0627\u062d\u0638\u0629 \u062d\u0648\u0644 \u0647\u0630\u0627 \u0627\u0644\u0645\u064f\u0644\u062a\u0642\u0649",addOptionalNote:"\u0623\u0636\u0641 \u0645\u0644\u0627\u062d\u0638\u0629 (\u0627\u062e\u062a\u064a\u0627\u0631\u064a)",allow:"\u0627\u0633\u0645\u062d",alreadySharedVideoMsg:"\u064a\u0634\u0627\u0631\u0643 \u0623\u062d\u062f \u0627\u0644\u062d\u0636\u0648\u0631 \u0627\u0644\u0641\u064a\u062f\u064a\u0648 \u062d\u0627\u0644\u064a\u064b\u0627\u060c \u0648\u0644\u0627 \u064a\u0633\u0645\u062d \u0647\u0630\u0627 \u0627\u0644\u0625\u062c\u062a\u0645\u0627\u0639 \u0633\u0648\u0649 \u0628\u0645\u0634\u0627\u0631\u0643\u0629 \u0641\u064a\u062f\u064a\u0648 \u0648\u0627\u062d\u062f \u0641\u064a \u0622\u0646 \u0648\u0627\u062d\u062f",alreadySharedVideoTitle:"\u0644\u0627 \u064a\u064f\u0633\u0645\u064e\u062d \u0633\u0648\u0649 \u0628\u0641\u064a\u062f\u064a\u0648 \u0645\u0634\u0627\u0631\u0643 \u0648\u0627\u062d\u062f \u0639\u0644\u0649 \u0627\u0644\u0623\u0643\u062b\u0631 \u0641\u064a \u0622\u0646 \u0648\u0627\u062d\u062f.",applicationWindow:"\u0646\u0627\u0641\u0630\u0629 \u0627\u0644\u062a\u0637\u0628\u064a\u0642",authenticationRequired:"\u064a\u0633\u062a\u0644\u0632\u0645 \u0627\u0644\u062a\u0648\u062b\u064a\u0642",cameraConstraintFailedError:"\u0644\u0627 \u062a\u062a\u0648\u0627\u0641\u0642 \u0643\u0627\u0645\u064a\u0631\u062a\u0643 \u0645\u0639 \u0628\u0639\u0636 \u0627\u0644\u0634\u0631\u0648\u0637 \u0627\u0644\u0645\u0637\u0644\u0648\u0628\u0629.",cameraNotFoundError:"\u0644\u0645 \u064a\u064f\u0639\u062b\u064e\u0631 \u0639\u0644\u0649 \u0627\u064a \u0643\u0627\u0645\u064a\u0631\u0627",cameraNotSendingData:"\u0644\u0627 \u0646\u062a\u0645\u0643\u0646 \u0645\u0646 \u0627\u0644\u0648\u0635\u0648\u0644 \u0625\u0644\u0649 \u0643\u0627\u0645\u064a\u0631\u062a\u0643. \u062a\u062d\u0642\u0651\u064e\u0642 \u0631\u062c\u0627\u0621\u064b \u0625\u0646 \u0643\u0627\u0646 \u0623\u064a \u062a\u0637\u0628\u064a\u0642 \u0622\u062e\u0631 \u064a\u0633\u062a\u0639\u0645\u0644\u0647\u0627\u060c \u0623\u0648 \u0627\u062e\u062a\u0631 \u062c\u0647\u0627\u0632\u064b\u0627 \u0622\u062e\u0631 \u0645\u0646 \u0627\u0644\u0642\u0627\u0626\u0645\u0629 \u0623\u0648 \u062c\u0631\u0628 \u062a\u062d\u0645\u064a\u0644 \u0627\u0644\u062a\u0637\u0628\u064a\u0642 \u0645\u062c\u062f\u0651\u064e\u062f\u064b\u0627.",cameraNotSendingDataTitle:"\u064a\u0635\u0639\u0628 \u0627\u0644\u0648\u0635\u0648\u0644 \u0627\u0644\u0648\u0635\u0648\u0644 \u0625\u0644\u0649 \u0643\u0627\u0645\u064a\u0631\u062a\u0643",cameraPermissionDeniedError:"\u0644\u0645 \u062a\u064f\u0645\u0646\u064e\u062d \u0625\u0630\u0646 \u0627\u0633\u062a\u0639\u0645\u0627\u0644 \u0627\u0644\u0643\u0627\u0645\u064a\u0631\u0627. \u0644\u0627 \u064a\u0632\u0627\u0644 \u0628\u0625\u0645\u0643\u0627\u0646\u0643 \u062d\u0636\u0648\u0631 \u0627\u0644\u0645\u0624\u062a\u0645\u0631 \u0648\u0644\u0643\u0646 \u0644\u0646 \u064a\u0631\u0627\u0643 \u0627\u0644\u0622\u062e\u0631\u0648\u0646. \u0627\u0633\u062a\u0639\u0645\u0627\u0644 \u0632\u0631 \u0627\u0644\u0643\u0627\u0645\u064a\u0631\u0627 \u0641\u064a \u0634\u0631\u064a\u0637 \u0627\u0644\u0639\u0646\u0648\u0627\u0646 \u0644\u0645\u062d\u0627\u0648\u0644 \u0625\u0635\u0644\u0627\u062d \u0627\u0644\u0645\u0634\u0643\u0644\u0629.",cameraTimeoutError:"\u062a\u0639\u0630\u0631 \u0628\u062f\u0621 \u0645\u0635\u062f\u0631 \u0627\u0644\u0641\u064a\u062f\u064a\u0648. \u0627\u0646\u062a\u0647\u062a \u0627\u0644\u0645\u0647\u0644\u0629!",cameraUnknownError:"\u064a\u0635\u0639\u0628 \u0627\u0633\u062a\u0639\u0645\u0627\u0644 \u0627\u0644\u0643\u0627\u0645\u064a\u0631\u0627 \u0644\u0623\u0633\u0628\u0627\u0628 \u0645\u062c\u0647\u0648\u0644\u0629.",cameraUnsupportedResolutionError:"\u0644\u0627 \u062a\u062f\u0639\u0645 \u0643\u0627\u0645\u064a\u0631\u062a\u0643 \u062f\u0642\u0629 \u0627\u0644\u0641\u064a\u062f\u064a\u0648 \u0627\u0644\u0645\u0637\u0644\u0648\u0628\u0629.",close:"\u0623\u063a\u0644\u0642",conferenceDisconnectMsg:"\u0642\u062f \u062a\u0636\u0637\u0631 \u0644\u0644\u062a\u062d\u0642\u0642 \u0645\u0646 \u0627\u062a\u0635\u0627\u0644 \u0627\u0644\u0634\u0628\u0643\u0629 \u0644\u062f\u064a\u0643. \u0633\u064a\u0639\u0627\u062f \u0627\u0644\u0627\u062a\u0635\u0627\u0644 \u062e\u0644\u0627\u0644 {{seconds}} \u062b\u0627\u0646\u064a\u0629...",conferenceDisconnectTitle:"\u0641\u064f\u0635\u0650\u0644 \u0627\u0644\u0627\u062a\u0635\u0627\u0644 \u0644\u062f\u064a\u0643.",conferenceReloadMsg:"\u0646\u062d\u0627\u0648\u0644 \u0625\u0635\u0644\u0627\u062d \u0627\u0644\u0623\u0645\u0631. \u0633\u064a\u0639\u0627\u062f \u0627\u0644\u0627\u062a\u0635\u0627\u0644 \u062e\u0644\u0627\u0644 {{seconds}} \u062b\u0627\u0646\u064a\u0629...",conferenceReloadTitle:"\u0644\u0645 \u062a\u0633\u0631 \u0627\u0644\u0623\u0645\u0648\u0631 \u0639\u0644\u0649 \u0645\u0627 \u064a\u0631\u0627\u0645\u060c \u0646\u0623\u0633\u0641 \u0644\u0630\u0644\u0643!",confirm:"\u0623\u0643\u0651\u0650\u062f",confirmNo:"\u0644\u0627",confirmYes:"\u0646\u0639\u0645",connectError:"\u0639\u062c\u0628\u064b\u0627! \u0644\u0645 \u0628\u0633\u0631 \u0627\u0644\u0623\u0645\u0631 \u0639\u0644\u0649 \u0645\u0627 \u064a\u0631\u0627\u0645 \u0641\u0644\u0645 \u0646\u062a\u0635\u0644 \u0628\u0627\u0644\u0645\u0624\u062a\u0645\u0631.",connectErrorWithMsg:"\u0639\u062c\u0628\u064b\u0627! \u0644\u0645 \u062a\u0633\u0631 \u0627\u0644\u0623\u0645\u0631 \u0639\u0644\u0649 \u0645\u0627 \u064a\u0631\u0627\u0645 \u0641\u0644\u0645 \u0646\u062a\u0635\u0644 \u0628\u0627\u0644\u0645\u0624\u062a\u0645\u0631: {{msg}}",connecting:"\u0642\u064a\u062f \u0627\u0644\u0627\u062a\u0635\u0627\u0644",contactSupport:"\u0627\u062a\u0635\u0644 \u0628\u0627\u0644\u062f\u0639\u0645",copied:"\u0646\u064f\u0633\u0650\u062e!",copy:"\u0627\u0646\u0633\u062e",dismiss:"\u062a\u062c\u0627\u0647\u0644",displayNameRequired:"\u0627\u0644\u0633\u0644\u0627\u0645 \u0639\u0644\u064a\u0643\u0645! \u0645\u0627 \u0627\u0633\u0645\u0643\u061f",done:"\u0627\u064f\u0646\u062c\u0650\u0632",e2eeDescription:"

\u0639\u0645\u0644\u064a\u0629 \u0627\u0644\u062a\u0639\u0645\u064a\u0629 \u0645\u0646 \u0637\u0631\u0641 \u0644\u0637\u0631\u0641 \u0642\u064a\u062f \u0627\u0644\u062a\u062c\u0631\u064a\u0628 \u062d\u0627\u0644\u064a\u064b\u0627. \u0632\u0631 \u0631\u062c\u0627\u0621\u064b \u0647\u0630\u0627 \u0627\u0644\u0645\u0646\u0634\u0648\u0631 \u0644\u0645\u0632\u064a\u062f \u0645\u0646 \u0627\u0644\u062a\u0641\u0627\u0635\u064a\u0644.


\u0636\u0639 \u0641\u064a \u0630\u0647\u0646\u0643 \u0623\u0646 \u062a\u0634\u063a\u064a\u0644 \u0639\u0645\u0644\u064a\u0629 \u0627\u0644\u062a\u0639\u0645\u064a\u0629 \u0645\u0646 \u0637\u0631\u0641 \u0644\u0637\u0631\u0641 \u0633\u062a\u0639\u0637\u0644 \u0639\u0645\u0644 \u0628\u0639\u0636 \u0627\u0644\u062e\u062f\u0645\u0627\u062a \u0627\u0644\u062a\u064a \u064a\u0642\u062f\u0645\u0647\u0627 \u0627\u0644\u0645\u064f\u062e\u062f\u0651\u0650\u0645 \u0645\u062b\u0644: \u0627\u0644\u062a\u0633\u062c\u064a\u0644\u060c \u0648\u0627\u0644\u0628\u062b \u0627\u0644\u062d\u064a\u060c \u0627\u0644\u0627\u0634\u062a\u0631\u0627\u0643 \u0639\u0628\u0631 \u0627\u0644\u0647\u0627\u062a\u0641. \u0623\u0636\u0641 \u0625\u0644\u0649 \u0630\u0644\u0643 \u0623\u0646 \u0627\u0644\u0645\u064f\u0644\u062a\u0642\u0649 \u0633\u064a\u0639\u0645\u0644 \u0645\u0639 \u0627\u0644\u0623\u0634\u062e\u0627\u0635 \u0627\u0644\u0645\u0646\u0636\u0645\u064a\u0646 \u0645\u0646 \u0627\u0644\u0645\u062a\u0635\u0641\u062d \u0627\u0644\u062a\u064a \u062a\u062f\u0639\u0645 \u0642\u0627\u0628\u0644\u064a\u0629 \u0627\u0644\u062f\u062e\u0648\u0644 \u0625\u0644\u0649 \u0627\u0644\u0628\u062b.

",e2eeDisabledDueToMaxModeDescription:"\u0644\u0627 \u064a\u0645\u0643\u0646 \u062a\u0645\u0643\u064a\u0646 \u0627\u0644\u062a\u0634\u0641\u064a\u0631 \u0645\u0646 \u0637\u0631\u0641 \u0625\u0644\u0649 \u0637\u0631\u0641 \u0628\u0633\u0628\u0628 \u0627\u0644\u0639\u062f\u062f \u0627\u0644\u0643\u0628\u064a\u0631 \u0645\u0646 \u0627\u0644\u0645\u0634\u0627\u0631\u0643\u064a\u0646 \u0641\u064a \u0627\u0644\u0645\u0624\u062a\u0645\u0631.",e2eeLabel:"\u0627\u0644\u0645\u0641\u062a\u0627\u062d",e2eeWarning:"\u062a\u062d\u0630\u064a\u0631: \u0644\u0627 \u064a\u0628\u062f\u0648 \u0623\u0646 \u062c\u0645\u064a\u0639 \u0627\u0644\u0645\u0634\u0627\u0631\u0643\u064a\u0646 \u0641\u064a \u0647\u0630\u0627 \u0627\u0644\u0645\u064f\u0644\u062a\u0642\u0649 \u0644\u062f\u064a\u0647\u0645 \u062f\u0639\u0645 \u0644\u0644\u062a\u0634\u0641\u064a\u0631 \u0645\u0646 \u0637\u0631\u0641 \u0625\u0644\u0649 \u0637\u0631\u0641. \u0625\u0630\u0627 \u0642\u0645\u062a \u0628\u062a\u0645\u0643\u064a\u0646\u0647 \u0641\u0644\u0646 \u064a\u062a\u0645\u0643\u0646\u0648\u0627 \u0645\u0646 \u0631\u0624\u064a\u062a\u0643 \u0623\u0648 \u0633\u0645\u0627\u0639\u0643.",e2eeWillDisableDueToMaxModeDescription:"\u062a\u062d\u0630\u064a\u0631: \u0633\u064a\u062a\u0645 \u062a\u0639\u0637\u064a\u0644 \u0627\u0644\u062a\u0634\u0641\u064a\u0631 \u0645\u0646 \u0637\u0631\u0641 \u0625\u0644\u0649 \u0637\u0631\u0641 \u062a\u0644\u0642\u0627\u0626\u064a\u064b\u0627 \u0625\u0630\u0627 \u0627\u0646\u0636\u0645 \u0627\u0644\u0645\u0632\u064a\u062f \u0645\u0646 \u0627\u0644\u0645\u0634\u0627\u0631\u0643\u064a\u0646 \u0625\u0644\u0649 \u0627\u0644\u0645\u0624\u062a\u0645\u0631.",embedMeeting:"\u062a\u0636\u0645\u064a\u0646 \u0627\u0644\u0645\u064f\u0644\u062a\u0642\u0649",enterDisplayName:"\u0623\u062f\u062e\u0644 \u0627\u0633\u0645\u0643 \u0647\u0646\u0627\u060c \u0631\u062c\u0627\u0621\u064b",error:"\u062e\u0637\u0623",gracefulShutdown:"\u062e\u062f\u0645\u062a\u0646\u0627 \u0645\u062a\u0648\u0642\u0641\u0629 \u062d\u0627\u0644\u064a\u064b\u0627 \u0644\u0639\u0645\u0644\u064a\u0627\u062a \u0627\u0644\u0635\u064a\u0627\u0646\u0629. \u062c\u0631\u0628 \u0645\u0631\u0629 \u0623\u062e\u0631\u0649 \u0641\u064a \u0648\u0642\u062a \u0644\u0627\u062d\u0642.",grantModeratorDialog:"\u0623\u0645\u0627 \u0632\u0644\u062a \u0631\u0627\u063a\u0628 \u0628\u062c\u0639\u0644 \u0647\u0630\u0627 \u0627\u0644\u0645\u0634\u0627\u0631\u0643 \u0631\u0626\u064a\u0633 \u0627\u0644\u062c\u0644\u0633\u0629\u061f",grantModeratorTitle:"\u0627\u062c\u0639\u0644\u0647 \u0631\u0626\u064a\u0633 \u0627\u0644\u062c\u0644\u0633\u0629",hideShareAudioHelper:"\u0644\u0627 \u062a\u0638\u0647\u0631 \u0647\u0630\u0627 \u0627\u0644\u062d\u0648\u0627\u0631 \u0645\u0631\u0629 \u0623\u062e\u0631\u0649",incorrectPassword:"\u0627\u0633\u0645 \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645 \u0623\u0648 \u0643\u0644\u0645\u0629 \u0627\u0644\u0645\u0631\u0648\u0631 \u062e\u0637\u0623",incorrectRoomLockPassword:"\u0643\u0644\u0645\u0629 \u0645\u0631\u0648\u0631 \u062e\u0637\u0623",internalError:"\u0639\u062c\u0628\u064b\u0627! \u0644\u0645 \u062a\u0633\u0631 \u0627\u0644\u0623\u0645\u0648\u0631 \u0639\u0644\u0649 \u0645\u0627 \u064a\u0631\u0627\u0645. \u062d\u0635\u0644 \u0627\u0644\u062e\u0637\u0623 \u0627\u0644\u062a\u0627\u0644\u064a: {{error}}",internalErrorTitle:"\u062e\u0637\u0623 \u062f\u0627\u062e\u0644\u064a",kickMessage:"\u064a\u0645\u0643\u0646\u0643 \u0627\u0644\u062a\u0648\u0627\u0635\u0644 \u0645\u0639 {{participantDisplayName}} \u0644\u0645\u0632\u064a\u062f \u0645\u0646 \u0627\u0644\u062a\u0641\u0627\u0635\u064a\u0644.",kickParticipantButton:"\u0627\u0637\u0631\u062f",kickParticipantDialog:"\u0623\u0645\u062a\u0623\u0643\u062f \u0645\u0646 \u0637\u0631\u062f \u0647\u0630\u0627 \u0627\u0644\u0645\u0634\u0627\u0631\u0643\u061f",kickParticipantTitle:"\u0623\u062a\u0631\u064a\u062f \u0637\u0631\u062f \u0647\u0630\u0627 \u0627\u0644\u0645\u0634\u0627\u0631\u0643\u061f",kickTitle:"\u0639\u0630\u0631\u064b\u0627! \u062a\u0645 \u0637\u0631\u062f\u0643 {{participantDisplayName}} \u0645\u0646 \u0627\u0644\u0645\u064f\u0644\u062a\u0642\u0649",linkMeeting:"\u0631\u0628\u0637 \u0627\u0644\u0645\u064f\u0644\u062a\u0642\u0649",linkMeetingTitle:"\u0631\u0628\u0637 \u0627\u0644\u0645\u064f\u0644\u062a\u0642\u0649 \u0628\u0640 Salesforce",liveStreaming:"\u0627\u0644\u0628\u062b \u0627\u0644\u0645\u0628\u0627\u0634\u0631 \u0627\u0644\u062d\u064a",liveStreamingDisabledBecauseOfActiveRecordingTooltip:"\u063a\u064a\u0631 \u0645\u0645\u0643\u0646 \u0623\u062b\u0646\u0627\u0621 \u0627\u0644\u062a\u0633\u062c\u064a\u0644",localUserControls:"\u0636\u0648\u0627\u0628\u0637 \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645 \u0627\u0644\u0645\u062d\u0644\u064a",lockMessage:"\u0641\u0634\u0644 \u062c\u0639\u0644 \u0627\u0644\u0645\u0624\u062a\u0645\u0631 \u0645\u063a\u0644\u0642\u064b\u0627.",lockRoom:"\u0623\u0636\u0641 \u0627\u0644\u0645\u064f\u0644\u062a\u0642\u0649 $t(lockRoomPasswordUppercase)",lockTitle:"\u0641\u0634\u0644\u062a \u0639\u0645\u0644\u064a\u0629 \u0627\u0644\u0642\u0641\u0644 \u0648\u0627\u0644\u0625\u063a\u0644\u0627\u0642",login:"\u062a\u0633\u062c\u064a\u0644 \u0627\u0644\u062f\u062e\u0648\u0644",logoutQuestion:"\u0623\u0645\u062a\u0623\u0643\u062f \u0645\u0646 \u0631\u063a\u0628\u062a\u0643 \u0641\u064a \u0627\u0644\u062e\u0631\u0648\u062c \u0648\u0625\u064a\u0642\u0627\u0641 \u0627\u0644\u0645\u0624\u062a\u0645\u0631\u061f",logoutTitle:"\u0627\u0644\u062e\u0631\u0648\u062c",maxUsersLimitReached:"\u0648\u0635\u0644 \u0639\u062f\u062f \u0627\u0644\u0645\u0634\u0627\u0631\u0643\u064a\u0646 \u0625\u0644\u0649 \u0627\u0644\u062d\u062f \u0627\u0644\u0623\u0642\u0635\u0649. \u0627\u0644\u0645\u0624\u062a\u0645\u0631 \u0645\u0643\u062a\u0645\u0644 \u0627\u0644\u062d\u0636\u0648\u0631. \u0627\u062a\u0635\u0644 \u0631\u062c\u0627\u0621\u064b \u0628\u0631\u0627\u0639\u064a \u0627\u0644\u0645\u0624\u062a\u0645\u0631 \u0623\u0648 \u062c\u0631\u0628 \u0645\u0631\u0629 \u0623\u062e\u0631\u0649 \u0644\u0627\u062d\u0642\u064b\u0627.",maxUsersLimitReachedTitle:"\u0648\u0635\u0644 \u0639\u062f\u062f \u0627\u0644\u0645\u0634\u0627\u0631\u0643\u064a\u0646 \u0625\u0644\u0649 \u0627\u0644\u062d\u062f \u0627\u0644\u0623\u0642\u0635\u0649",micConstraintFailedError:"\u0644\u0627 \u064a\u0648\u0627\u0641\u0642 \u0627\u0644\u0645\u0627\u064a\u0643\u0631\u0648\u0641\u0648\u0646 \u0644\u062f\u064a\u0643 \u0628\u0639\u0636 \u0627\u0644\u0642\u064a\u0648\u062f \u0627\u0644\u0645\u0637\u0644\u0648\u0628\u0629.",micNotFoundError:"\u0644\u0645 \u064a\u064f\u0639\u062b\u064e\u0631 \u0639\u0644\u0649 \u0623\u064a \u0645\u0627\u064a\u0643\u0631\u0648\u0641\u0648\u0646",micNotSendingData:"\u0627\u0630\u0647\u0628 \u0625\u0644\u0649 \u0625\u0639\u062f\u0627\u062f\u0627\u062a \u062d\u0627\u0633\u0648\u0628\u0643 \u0644\u0625\u0644\u063a\u0627\u0621 \u0643\u062a\u0645 \u0627\u0644\u0645\u0627\u064a\u0643\u0631\u0648\u0641\u0648\u0646 \u0648\u0636\u0628\u0637 \u0645\u0633\u062a\u0648\u0627\u0647",micNotSendingDataTitle:"\u0643\u062a\u0645 \u0636\u0628\u0637 \u0627\u0644\u0625\u0639\u062f\u0627\u062f\u0627\u062a \u0644\u062f\u064a\u0643 \u0627\u0644\u0645\u0627\u064a\u0643\u0631\u0648\u0641\u0648\u0646",micPermissionDeniedError:"\u0644\u0645 \u062a\u0639\u0637 \u0625\u0630\u0646 \u0627\u0633\u062a\u0639\u0645\u0627\u0644 \u0627\u0644\u0645\u0627\u064a\u0643\u0631\u0648\u0641\u0648\u0646 \u0627\u0644\u062e\u0627\u0635 \u0628\u0643. \u0645\u0627 \u064a\u0632\u0627\u0644 \u0628\u0625\u0645\u0643\u0627\u0646\u0643 \u0627\u0644\u0625\u0646\u0636\u0645\u0627\u0645 \u0625\u0644\u0649 \u0627\u0644\u0645\u0624\u062a\u0645\u0631 \u0648\u0644\u0643\u0646 \u062f\u0648\u0646 \u0623\u0646 \u064a\u0633\u0645\u0639\u0643 \u0627\u0644\u0622\u062e\u0631\u0648\u0646. \u062c\u0631\u0628 \u0627\u0633\u062a\u0639\u0645\u0627\u0644 \u0632\u0631 \u0627\u0644\u0643\u0627\u0645\u064a\u0631\u0627 \u0641\u064a \u0634\u0631\u064a\u0637 \u0627\u0644\u0639\u0646\u0648\u0627\u0646 \u0644\u0625\u0635\u0644\u0627\u062d \u0647\u0630\u0647 \u0627\u0644\u0645\u0634\u0643\u0644\u0629.",micTimeoutError:"\u062a\u0639\u0630\u0631 \u0628\u062f\u0621 \u0645\u0635\u062f\u0631 \u0627\u0644\u0635\u0648\u062a. \u0627\u0646\u0642\u0636\u062a \u0627\u0644\u0645\u0647\u0644\u0629!",micUnknownError:"\u0644\u0627 \u064a\u0645\u0643\u0646 \u0627\u0633\u062a\u062e\u062f\u0627\u0645 \u0627\u0644\u0645\u064a\u0643\u0631\u0648\u0641\u0648\u0646 \u0644\u0633\u0628\u0628 \u063a\u064a\u0631 \u0645\u0639\u0631\u0648\u0641.",moderationAudioLabel:"\u0627\u0644\u0633\u0645\u0627\u062d \u0644\u0644\u062d\u0627\u0636\u0631\u064a\u0646 \u0628\u0625\u0639\u0627\u062f\u0629 \u0627\u0644\u0635\u0648\u062a \u0628\u0623\u0646\u0641\u0633\u0647\u0645",moderationVideoLabel:"\u0627\u0644\u0633\u0645\u0627\u062d \u0644\u0644\u062d\u0627\u0636\u0631\u064a\u0646 \u0628\u0628\u062f\u0621 \u0627\u0644\u0641\u064a\u062f\u064a\u0648 \u0627\u0644\u062e\u0627\u0635 \u0628\u0647\u0645",muteEveryoneDialog:"\u0623\u0645\u062a\u0623\u0643\u062f \u0645\u0646 \u0631\u063a\u0628\u062a\u0643 \u0628\u0643\u062a\u0645 \u0627\u0644\u062c\u0645\u064a\u0639\u061f \u0644\u0646 \u062a\u062a\u0645\u0643\u0646 \u0645\u0646 \u0625\u0644\u063a\u0627\u0621 \u0627\u0644\u0643\u062a\u0645 \u0648\u0644\u0643\u0646 \u064a\u0645\u0643\u0646\u0647\u0645 \u0625\u0644\u063a\u0627\u0621 \u0643\u062a\u0645 \u0623\u0646\u0641\u0633\u0647\u0645 \u0641\u064a \u0623\u064a \u0648\u0642\u062a.",muteEveryoneDialogModerationOn:"\u064a\u0645\u0643\u0646 \u0644\u0644\u0645\u0634\u0627\u0631\u0643\u064a\u0646 \u0625\u0631\u0633\u0627\u0644 \u0637\u0644\u0628 \u0644\u0644\u062a\u062d\u062f\u062b \u0641\u064a \u0623\u064a \u0648\u0642\u062a.",muteEveryoneElseDialog:"\u0628\u0645\u062c\u0631\u062f \u0623\u0646 \u062a\u0643\u062a\u0645\u0647\u0645\u060c \u0644\u0646 \u062a\u062a\u0645\u0643\u0646 \u0646\u0645 \u0625\u0644\u063a\u0627\u0621 \u0627\u0644\u0643\u062a\u0645 \u0647\u0630\u0627\u060c \u0648\u0644\u0643\u0646 \u064a\u0645\u0643\u0646\u0647\u0645 \u0625\u0644\u063a\u0627\u0621 \u0643\u062a\u0645 \u0623\u0646\u0641\u0633\u0647\u0645 \u0641\u064a \u0623\u064a \u0648\u0642\u062a.",muteEveryoneElseTitle:"\u0623\u062a\u0631\u064a\u062f \u0643\u062a\u0645 \u0627\u0644\u062c\u0645\u064a\u0639 \u0628\u0627\u0633\u062a\u062b\u0646\u0627\u0621 {{whom}}?",muteEveryoneElsesVideoDialog:"\u0628\u0645\u062c\u0631\u062f \u062a\u0639\u0637\u064a\u0644 \u0627\u0644\u0643\u0627\u0645\u064a\u0631\u0627 \u060c \u0644\u0646 \u062a\u062a\u0645\u0643\u0646 \u0645\u0646 \u0625\u0639\u0627\u062f\u0629 \u062a\u0634\u063a\u064a\u0644\u0647\u0627 \u060c \u0648\u0644\u0643\u0646 \u064a\u0645\u0643\u0646\u0647\u0645 \u0625\u0639\u0627\u062f\u0629 \u062a\u0634\u063a\u064a\u0644\u0647\u0627 \u0641\u064a \u0623\u064a \u0648\u0642\u062a.",muteEveryoneElsesVideoTitle:"\u0648\u0642\u0641 \u0641\u064a\u062f\u064a\u0648 \u0627\u0644\u062c\u0645\u064a\u0639 \u0628\u0627\u0633\u062a\u062b\u0646\u0627\u0621 {{whom}}?",muteEveryoneSelf:"\u0627\u0643\u062a\u0645 \u0646\u0641\u0633\u0643 \u0623\u064a\u0636\u064b\u0627",muteEveryoneStartMuted:"\u0627\u0644\u0628\u062f\u0621 \u0645\u0639 \u0643\u062a\u0645 \u0627\u0644\u062c\u0645\u064a\u0639 \u0645\u0646 \u0627\u0644\u0622\u0646 \u0641\u0635\u0627\u0639\u062f\u064b\u0627",muteEveryoneTitle:"\u0623\u062a\u0631\u064a\u062f \u0643\u062a\u0645 \u0627\u0644\u062c\u0645\u064a\u0639\u061f",muteEveryonesVideoDialog:"\u064a\u0645\u0643\u0646 \u0644\u0644\u0645\u0634\u0627\u0631\u0643\u064a\u0646 \u062a\u0634\u063a\u064a\u0644 \u0627\u0644\u0641\u064a\u062f\u064a\u0648 \u0627\u0644\u062e\u0627\u0635 \u0628\u0647\u0645 \u0641\u064a \u0623\u064a \u0648\u0642\u062a.",muteEveryonesVideoDialogModerationOn:"\u064a\u0645\u0643\u0646 \u0644\u0644\u0645\u0634\u0627\u0631\u0643\u064a\u0646 \u0625\u0631\u0633\u0627\u0644 \u0637\u0644\u0628 \u0644\u062a\u0634\u063a\u064a\u0644 \u0627\u0644\u0641\u064a\u062f\u064a\u0648 \u0627\u0644\u062e\u0627\u0635 \u0628\u0647\u0645 \u0641\u064a \u0623\u064a \u0648\u0642\u062a.",muteEveryonesVideoDialogOk:"\u0625\u0628\u0637\u0627\u0644",muteEveryonesVideoTitle:"\u0648\u0642\u0641 \u0641\u064a\u062f\u064a\u0648 \u0627\u0644\u062c\u0645\u064a\u0639\u061f",muteParticipantBody:"\u0644\u0646 \u062a\u062a\u0643\u0645\u0646 \u0645\u0646 \u0625\u0644\u063a\u0627\u0621 \u0643\u062a\u0645\u0647\u0645\u060c \u0648\u0644\u0643\u0646 \u064a\u0645\u0643\u0646\u0647\u0645 \u0625\u0644\u063a\u0627\u0621 \u0643\u062a\u0645 \u0623\u0646\u0641\u0633\u0647\u0645 \u0641\u064a \u0623\u064a \u0648\u0642\u062a.",muteParticipantButton:"\u0643\u062a\u0645",muteParticipantsVideoBody:"\u0644\u0646 \u062a\u062a\u0645\u0643\u0646 \u0645\u0646 \u0625\u0639\u0627\u062f\u0629 \u062a\u0634\u063a\u064a\u0644 \u0627\u0644\u0643\u0627\u0645\u064a\u0631\u0627 \u060c \u0648\u0644\u0643\u0646 \u064a\u0645\u0643\u0646\u0647\u0645 \u0625\u0639\u0627\u062f\u0629 \u062a\u0634\u063a\u064a\u0644\u0647\u0627 \u0641\u064a \u0623\u064a \u0648\u0642\u062a.",muteParticipantsVideoBodyModerationOn:"\u0644\u0646 \u062a\u0643\u0648\u0646 \u0642\u0627\u062f\u0631\u064b\u0627 \u0639\u0644\u0649 \u0625\u0639\u0627\u062f\u0629 \u062a\u0634\u063a\u064a\u0644 \u0627\u0644\u0643\u0627\u0645\u064a\u0631\u0627 \u0648\u0644\u0646 \u064a\u0641\u0639\u0644\u0648\u0627 \u0630\u0644\u0643 \u0623\u064a\u0636\u064b\u0627.",muteParticipantsVideoButton:"\u0648\u0642\u0641 \u0627\u0644\u0643\u0627\u0645\u064a\u0631\u0627",muteParticipantsVideoDialog:"\u0647\u0644 \u0623\u0646\u062a \u0645\u062a\u0623\u0643\u062f \u0623\u0646\u0643 \u062a\u0631\u064a\u062f \u0625\u064a\u0642\u0627\u0641 \u062a\u0634\u063a\u064a\u0644 \u0643\u0627\u0645\u064a\u0631\u0627 \u0647\u0630\u0627 \u0627\u0644\u0645\u0634\u0627\u0631\u0643\u061f \u0644\u0646 \u062a\u062a\u0645\u0643\u0646 \u0645\u0646 \u0625\u0639\u0627\u062f\u0629 \u062a\u0634\u063a\u064a\u0644 \u0627\u0644\u0643\u0627\u0645\u064a\u0631\u0627 \u060c \u0648\u0644\u0643\u0646 \u064a\u0645\u0643\u0646\u0647\u0645 \u0625\u0639\u0627\u062f\u0629 \u062a\u0634\u063a\u064a\u0644\u0647\u0627 \u0641\u064a \u0623\u064a \u0648\u0642\u062a.",muteParticipantsVideoDialogModerationOn:"\u0647\u0644 \u0623\u0646\u062a \u0645\u062a\u0623\u0643\u062f \u0623\u0646\u0643 \u062a\u0631\u064a\u062f \u0625\u064a\u0642\u0627\u0641 \u062a\u0634\u063a\u064a\u0644 \u0643\u0627\u0645\u064a\u0631\u0627 \u0647\u0630\u0627 \u0627\u0644\u0645\u0634\u0627\u0631\u0643\u061f \u0644\u0646 \u062a\u0643\u0648\u0646 \u0642\u0627\u062f\u0631\u064b\u0627 \u0639\u0644\u0649 \u0625\u0639\u0627\u062f\u0629 \u062a\u0634\u063a\u064a\u0644 \u0627\u0644\u0643\u0627\u0645\u064a\u0631\u0627 \u0648\u0644\u0646 \u064a\u0641\u0639\u0644\u0648\u0627 \u0630\u0644\u0643 \u0623\u064a\u0636\u064b\u0627.",muteParticipantsVideoTitle:"\u062a\u0639\u0637\u064a\u0644 \u0627\u0644\u0643\u0627\u0645\u064a\u0631\u0627 \u0644\u0647\u0630\u0627 \u0627\u0644\u0645\u0634\u0627\u0631\u0643\u061f",noDropboxToken:"\u0644\u0627 \u064a\u0648\u062c\u062f \u0631\u0645\u0632 \u0645\u0645\u064a\u0632 \u0635\u0627\u0644\u062d \u0644\u0640 Dropbox",password:"\u0643\u0644\u0645\u0647 \u0627\u0644\u0633\u0631",passwordLabel:"\u062c\u0639\u0644 \u0639\u0636\u0648 \u0645\u0627 \u0647\u0630\u0627 \u0627\u0644\u0645\u064f\u0644\u062a\u0642\u0649 \u0645\u063a\u0644\u0642\u064b\u0627. \u0623\u062f\u062e\u0644 \u0631\u062c\u0627\u0621\u064b $t(lockRoomPassword) \u0644\u0644\u0625\u0646\u0636\u0645\u0627\u0645.",passwordNotSupported:"\u0636\u0628\u0637 \u0645\u064f\u0644\u062a\u0642\u0649 $t(lockRoomPassword) \u063a\u064a\u0631 \u0645\u062f\u0639\u0648\u0645.",passwordNotSupportedTitle:"$t(lockRoomPasswordUppercase) \u063a\u064a\u0631 \u0645\u062f\u0639\u0648\u0645",passwordRequired:"\u064a\u064f\u0637\u0644\u064e\u0628 $t(lockRoomPasswordUppercase)",permissionCameraRequiredError:"\u0645\u0637\u0644\u0648\u0628 \u0625\u0630\u0646 \u0627\u0644\u0643\u0627\u0645\u064a\u0631\u0627 \u0644\u0644\u0645\u0634\u0627\u0631\u0643\u0629 \u0641\u064a \u0627\u0644\u0645\u0624\u062a\u0645\u0631\u0627\u062a \u0628\u0627\u0644\u0641\u064a\u062f\u064a\u0648. \u064a\u0631\u062c\u0649 \u0645\u0646\u062d\u0647 \u0641\u064a \u0627\u0644\u0625\u0639\u062f\u0627\u062f\u0627\u062a",permissionErrorTitle:"\u0627\u0644\u0625\u0630\u0646 \u0645\u0637\u0644\u0648\u0628",permissionMicRequiredError:"\u0645\u0637\u0644\u0648\u0628 \u0625\u0630\u0646 \u0627\u0644\u0645\u064a\u0643\u0631\u0648\u0641\u0648\u0646 \u0644\u0644\u0645\u0634\u0627\u0631\u0643\u0629 \u0641\u064a \u0627\u0644\u0645\u0624\u062a\u0645\u0631\u0627\u062a \u0645\u0639 \u0627\u0644\u0635\u0648\u062a. \u064a\u0631\u062c\u0649 \u0645\u0646\u062d\u0647 \u0641\u064a \u0627\u0644\u0625\u0639\u062f\u0627\u062f\u0627\u062a",popupError:"\u064a\u0645\u0646\u0639 \u0645\u062a\u0635\u0641\u062d\u0643 \u0627\u0644\u0646\u0648\u0627\u0641\u0630 \u0627\u0644\u0645\u0646\u0628\u062b\u0642\u0629 \u0645\u0646 \u0647\u0630\u0627 \u0627\u0644\u0645\u0648\u0642\u0639. \u0641\u0639\u0651\u0650\u0644 \u0631\u062c\u0627\u0621\u064b \u0627\u0644\u0646\u0648\u0627\u0641\u0630 \u0627\u0644\u0645\u0646\u0628\u062b\u0642\u0629 \u0641\u064a \u0627\u0644\u0645\u062a\u0635\u0641\u062d \u0645\u0646 \u0625\u0639\u062f\u0627\u062f\u0627\u062a \u0627\u0644\u062d\u0645\u0627\u064a\u0629 \u0648\u062d\u0627\u0648\u0644 \u0645\u0631\u0629 \u0623\u062e\u0631\u0649.",popupErrorTitle:"\u0627\u0644\u0646\u0648\u0627\u0641\u0630 \u0627\u0644\u0645\u0646\u0628\u062b\u0642\u0629 \u0645\u062d\u062c\u0648\u0628\u0629.",readMore:"\u0623\u0643\u062b\u0631",recentlyUsedObjects:"\u0627\u0644\u0623\u0634\u064a\u0627\u0621 \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645\u0629 \u0645\u0624\u062e\u0631\u064b\u0627",recording:"\u0642\u064a\u062f \u0627\u0644\u062a\u0633\u062c\u064a\u0644",recordingDisabledBecauseOfActiveLiveStreamingTooltip:"\u0644\u064a\u0633 \u0628\u0627\u0644\u0625\u0645\u0643\u0627\u0646 \u0645\u0627 \u062f\u0645\u062a \u0642\u064a\u062f \u0627\u0644\u0628\u062b \u0627\u0644\u0645\u0628\u0627\u0634\u0631",rejoinNow:"\u0627\u0646\u0636\u0645 \u0645\u062c\u062f\u0651\u064e\u062f\u064b\u0627 \u0627\u0644\u0622\u0646",remoteControlAllowedMessage:"\u0642\u0628\u0644 {{user}} \u0637\u0644\u0628 \u0625\u0645\u0643\u0627\u0646\u064a\u0629 \u0627\u0644\u062a\u062d\u0643\u0645 \u0627\u0644\u0628\u0639\u064a\u062f!",remoteControlDeniedMessage:"\u0631\u0641\u0636 {{user}} \u0637\u0644\u0628 \u0625\u0645\u0643\u0627\u0646\u064a\u0629 \u0627\u0644\u062a\u062d\u0643\u0645 \u0627\u0644\u0628\u0639\u064a\u062f!",remoteControlErrorMessage:"\u062d\u0635\u0644 \u062e\u0637\u0623 \u0623\u062b\u0646\u0627\u0621 \u0645\u062d\u0627\u0648\u0644\u0629 \u0637\u0644\u0628 \u0625\u0630\u0646 \u0627\u0644\u062a\u062d\u0643\u0645 \u0627\u0644\u0628\u0639\u064a\u062f \u0645\u0646 {{user}}",remoteControlRequestMessage:"\u0623\u062a\u0633\u0645\u062d \u0628\u0623\u0646 \u064a\u062a\u062d\u0643\u0645 {{user}} \u0628\u062d\u0627\u0633\u0648\u0628\u0643 \u0639\u0646 \u0628\u0639\u062f\u061f",remoteControlShareScreenWarning:"\u0627\u0646\u062a\u0628\u0647 \u0625\u0644\u0649 \u0623\u0646\u0651\u064e \u0634\u0627\u0634\u062a\u0643 \u0633\u062a\u064f\u0634\u0627\u0631\u064e\u0643 \u0628\u0645\u062c\u0631\u062f \u0636\u063a\u0637\u0643 \u0639\u0644\u0649 \"\u0627\u0633\u0645\u062d\"!",remoteControlStopMessage:"\u0627\u0646\u062a\u0647\u062a \u062c\u0644\u0633\u0629 \u0627\u0644\u062a\u062d\u0643\u0645 \u0627\u0644\u0628\u0639\u064a\u062f\u0629!",remoteControlTitle:"\u0627\u0644\u062a\u062d\u0643\u0645 \u0627\u0644\u0628\u0639\u064a\u062f \u0628\u0627\u0644\u062d\u0627\u0633\u0648\u0628",remoteUserControls:"\u0636\u0648\u0627\u0628\u0637 \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645 \u0639\u0646 \u0628\u0639\u062f \u0644\u0640 {{username}}",removePassword:"\u0623\u0632\u0644 $t(lockRoomPassword)",removeSharedVideoMsg:"\u0623\u0645\u062a\u0623\u0643\u062f \u0645\u0646 \u0631\u063a\u0628\u062a\u0643 \u0628\u0625\u0632\u0627\u0644\u0629 \u0627\u0644\u0641\u064a\u062f\u064a\u0648 \u0627\u0644\u0645\u0634\u0627\u0631\u0643 \u0627\u0644\u062e\u0627\u0635 \u0628\u0643\u061f",removeSharedVideoTitle:"\u0623\u0632\u0644 \u0627\u0644\u0641\u064a\u062f\u064a\u0648 \u0627\u0644\u0645\u0634\u0627\u0631\u0643",reservationError:"\u062e\u0637\u0623 \u0641\u064a \u0646\u0638\u0627\u0645 \u0627\u0644\u062d\u062c\u0632",reservationErrorMsg:"\u0631\u0645\u0632 \u0627\u0644\u062e\u0637\u0623: {{code}}\u060c \u0627\u0644\u0631\u0633\u0627\u0644\u0629: {{msg}}",retry:"\u0623\u0639\u062f",screenSharingAudio:"\u0634\u0627\u0631\u0643 \u0627\u0644\u0635\u0648\u062a",screenSharingFailed:"\u0639\u062c\u0628\u064b\u0627! \u062d\u0635\u0644 \u062e\u0637\u0623 \u0645\u0627\u060c \u0641\u0644\u0646 \u0646\u062a\u0645\u0643\u0646 \u0645\u0646 \u0645\u0634\u0627\u0631\u0643\u0629 \u0627\u0644\u0634\u0627\u0634\u0629 \u0644\u0644\u0623\u0633\u0641!",screenSharingFailedTitle:"\u0641\u0634\u0644\u062a \u0639\u0645\u0644\u064a\u0629 \u0645\u0634\u0627\u0631\u0643\u0629 \u0627\u0644\u0634\u0627\u0634\u0629!",screenSharingPermissionDeniedError:"\u0639\u062c\u0628\u064b\u0627! \u062d\u0635\u0644 \u062e\u0637\u0623 \u0645\u0627 \u0645\u062a\u0639\u0644\u0642 \u0628\u0623\u0630\u0648\u0646\u0627\u062a \u0625\u0636\u0627\u0641\u0629 \u0645\u0634\u0627\u0631\u0643\u0629 \u0627\u0644\u0634\u0627\u0634\u0629. \u0623\u0639\u062f \u0627\u0644\u062a\u062d\u0645\u064a\u0644 \u0648\u062c\u0631\u0651\u0650\u0628 \u0645\u0631\u0629 \u0623\u062e\u0631\u0649\u060c \u0631\u062c\u0627\u0621\u064b.",searchInSalesforce:"\u0627\u0628\u062d\u062b \u0641\u064a Salesforce",searchResults:"\u0646\u062a\u0627\u0626\u062c \u0627\u0644\u0628\u062d\u062b ({{count}})",searchResultsDetailsError:"\u062d\u062f\u062b \u062e\u0637\u0623 \u0645\u0627 \u0623\u062b\u0646\u0627\u0621 \u0627\u0633\u062a\u0631\u062f\u0627\u062f \u0628\u064a\u0627\u0646\u0627\u062a \u0627\u0644\u0645\u0627\u0644\u0643.",searchResultsError:"\u062d\u062f\u062b \u062e\u0637\u0623 \u0645\u0627 \u0623\u062b\u0646\u0627\u0621 \u0627\u0633\u062a\u0631\u062f\u0627\u062f \u0627\u0644\u0628\u064a\u0627\u0646\u0627\u062a.",searchResultsNotFound:"\u0644\u0645 \u064a\u062a\u0645 \u0627\u0644\u0639\u062b\u0648\u0631 \u0639\u0644\u0649 \u0646\u062a\u0627\u0626\u062c \u0639\u0646 \u0627\u0644\u0628\u062d\u062b.",searchResultsTryAgain:"\u062d\u0627\u0648\u0644 \u0627\u0633\u062a\u062e\u062f\u0627\u0645 \u0643\u0644\u0645\u0627\u062a \u0631\u0626\u064a\u0633\u064a\u0629 \u0628\u062f\u064a\u0644\u0629.",sendPrivateMessage:"\u0648\u0635\u0644\u062a\u0643 \u0631\u0633\u0627\u0644\u0629 \u062e\u0627\u0635\u0629 \u0644\u0644\u062a\u0648\u060c \u0623\u062a\u0646\u0648\u064a \u0627\u0644\u0631\u062f \u0639\u0644\u064a\u0647\u0627 \u0631\u062f\u064b\u0627 \u062e\u0627\u0635\u064b\u0627 \u0623\u0645 \u062a\u0631\u064a\u062f \u0625\u0631\u0633\u0627\u0644 \u0631\u0633\u0627\u0644\u062a\u0643 \u0639\u0644\u0649 \u0627\u0644\u0645\u062c\u0645\u0648\u0639\u0629\u061f",sendPrivateMessageCancel:"\u0623\u0631\u0633\u0644 \u0625\u0644\u0649 \u0627\u0644\u0645\u062c\u0645\u0648\u0639\u0629",sendPrivateMessageOk:"\u0623\u0631\u0633\u0644 \u0631\u062f\u064b\u0627 \u062e\u0627\u0635\u064b\u0627",sendPrivateMessageTitle:"\u0623\u062a\u0631\u0633\u0644 \u0631\u062f\u064b\u0627 \u062e\u0627\u0635\u064b\u0627\u061f",serviceUnavailable:"\u0627\u0644\u062e\u062f\u0645\u0629 \u063a\u064a\u0631 \u0645\u062a\u0627\u062d\u0629",sessTerminated:"\u0623\u064f\u0646\u0647\u064a\u064e\u062a \u0627\u0644\u0645\u0643\u0627\u0644\u0645\u0629",sessionRestarted:"\u0625\u0639\u0627\u062f\u0629 \u0627\u0644\u0627\u062a\u0635\u0627\u0644 \u0645\u0646 \u0627\u0644\u062c\u0633\u0631",shareAudio:"\u0627\u0633\u062a\u0645\u0631",shareAudioTitle:"\u0643\u064a\u0641\u064a\u0629 \u0645\u0634\u0627\u0631\u0643\u0629 \u0627\u0644\u0635\u0648\u062a",shareAudioWarningD1:"\u062a\u062d\u062a\u0627\u062c \u0625\u0644\u0649 \u0625\u064a\u0642\u0627\u0641 \u0645\u0634\u0627\u0631\u0643\u0629 \u0627\u0644\u0634\u0627\u0634\u0629 \u0642\u0628\u0644 \u0645\u0634\u0627\u0631\u0643\u0629 \u0627\u0644\u0635\u0648\u062a \u0627\u0644\u062e\u0627\u0635 \u0628\u0643.",shareAudioWarningD2:"\u062a\u062d\u062a\u0627\u062c \u0625\u0644\u0649 \u0625\u0639\u0627\u062f\u0629 \u062a\u0634\u063a\u064a\u0644 \u0645\u0634\u0627\u0631\u0643\u0629 \u0627\u0644\u0634\u0627\u0634\u0629 \u0648\u0627\u0644\u062a\u062d\u0642\u0642 \u0645\u0646 \u062e\u064a\u0627\u0631 \u0645\u0634\u0627\u0631\u0643\u0629 \u0627\u0644\u0635\u0648\u062a .",shareAudioWarningH1:"\u0625\u0630\u0627 \u0643\u0646\u062a \u062a\u0631\u064a\u062f \u0645\u0634\u0627\u0631\u0643\u0629 \u0627\u0644\u0635\u0648\u062a \u0641\u0642\u0637:",shareAudioWarningTitle:"\u062a\u062d\u062a\u0627\u062c \u0625\u0644\u0649 \u0625\u064a\u0642\u0627\u0641 \u0645\u0634\u0627\u0631\u0643\u0629 \u0627\u0644\u0634\u0627\u0634\u0629 \u0642\u0628\u0644 \u0645\u0634\u0627\u0631\u0643\u0629 \u0627\u0644\u0635\u0648\u062a",shareMediaWarningGenericH2:"\u0625\u0630\u0627 \u0643\u0646\u062a \u062a\u0631\u063a\u0628 \u0641\u064a \u0645\u0634\u0627\u0631\u0643\u0629 \u0634\u0627\u0634\u062a\u0643 \u0648\u0627\u0644\u0635\u0648\u062a",shareScreenWarningD1:"\u062a\u062d\u062a\u0627\u062c \u0625\u0644\u0649 \u0625\u064a\u0642\u0627\u0641 \u0645\u0634\u0627\u0631\u0643\u0629 \u0627\u0644\u0635\u0648\u062a \u0642\u0628\u0644 \u0645\u0634\u0627\u0631\u0643\u0629 \u0634\u0627\u0634\u062a\u0643.",shareScreenWarningD2:"\u062a\u062d\u062a\u0627\u062c \u0625\u0644\u0649 \u0625\u064a\u0642\u0627\u0641 \u0645\u0634\u0627\u0631\u0643\u0629 \u0627\u0644\u0635\u0648\u062a \u0648\u0628\u062f\u0621 \u0645\u0634\u0627\u0631\u0643\u0629 \u0627\u0644\u0634\u0627\u0634\u0629 \u0648\u062a\u062d\u062f\u064a\u062f \u062e\u064a\u0627\u0631 \u0645\u0634\u0627\u0631\u0643\u0629 \u0627\u0644\u0635\u0648\u062a .",shareScreenWarningH1:"\u0625\u0630\u0627 \u0643\u0646\u062a \u062a\u0631\u064a\u062f \u0645\u0634\u0627\u0631\u0643\u0629 \u0634\u0627\u0634\u062a\u0643 \u0641\u0642\u0637:",shareScreenWarningTitle:"\u062a\u062d\u062a\u0627\u062c \u0625\u0644\u0649 \u0625\u064a\u0642\u0627\u0641 \u0645\u0634\u0627\u0631\u0643\u0629 \u0627\u0644\u0635\u0648\u062a \u0642\u0628\u0644 \u0645\u0634\u0627\u0631\u0643\u0629 \u0634\u0627\u0634\u062a\u0643",shareVideoLinkError:"\u0632\u0648\u062f\u0646\u0627 \u0628\u0631\u0627\u0628\u0637 \u064a\u0648\u062a\u064a\u0648\u0628 \u0635\u062d\u064a\u062d",shareVideoTitle:"\u0634\u0627\u0631\u0643 \u0641\u064a\u062f\u064a\u0648",shareYourScreen:"\u0634\u0627\u0631\u0643 \u0634\u0627\u0634\u062a\u0643",shareYourScreenDisabled:"\u0645\u0634\u0627\u0631\u0643\u0629 \u0627\u0644\u0634\u0627\u0634\u0629 \u0645\u064f\u0639\u0637\u0651\u064e\u0644\u0629",sharedVideoDialogError:"\u062e\u0637\u0623: \u0631\u0627\u0628\u0637 \u063a\u064a\u0631 \u0635\u0627\u0644\u062d",sharedVideoLinkPlaceholder:"\u0631\u0627\u0628\u0637 \u0627\u0644\u064a\u0648\u062a\u064a\u0648\u0628 \u0627\u0648 \u0631\u0627\u0628\u0637 \u0627\u0644\u0641\u064a\u062f\u064a\u0648 \u0627\u0644\u0645\u0628\u0627\u0634\u0631",start:"\u0625\u0628\u062f\u0623",startLiveStreaming:"\u0627\u0628\u062f\u0623 \u0628\u062b\u064b\u0627 \u062d\u064a\u064b\u0627",startRecording:"\u0627\u0628\u062f\u0623 \u0627\u0644\u062a\u0633\u062c\u064a\u0644",startRemoteControlErrorMessage:"\u062d\u0635\u0644 \u062e\u0637\u0623\u064c \u0623\u062b\u0646\u0627\u0621 \u0645\u062d\u0627\u0648\u0644\u0629 \u0628\u062f\u0621 \u062c\u0644\u0633\u0629 \u062a\u062d\u0643\u0645 \u0628\u0639\u064a\u062f!",stopLiveStreaming:"\u0623\u0648\u0642\u0641 \u0627\u0644\u0628\u062b \u0627\u0644\u062d\u064a",stopRecording:"\u0623\u0648\u0642\u0641 \u0627\u0644\u062a\u0633\u062c\u064a\u0644",stopRecordingWarning:"\u0623\u0645\u062a\u0623\u0643\u062f \u0645\u0646 \u0631\u063a\u0628\u062a\u0643 \u0628\u0625\u064a\u0642\u0627\u0641 \u0627\u0644\u062a\u0633\u062c\u064a\u0644\u061f",stopStreamingWarning:"\u0623\u0645\u062a\u0623\u0643\u062f \u0645\u0646 \u0631\u063a\u0628\u062a\u0643 \u0628\u0625\u064a\u0642\u0627\u0641 \u0627\u0644\u0628\u062b \u0627\u0644\u062d\u064a\u061f",streamKey:"\u0645\u0641\u062a\u0627\u062d \u0627\u0644\u0628\u062b \u0627\u0644\u062d\u064a",thankYou:"\u0646\u0634\u0643\u0631\u0643 \u0644\u0627\u0633\u062a\u0639\u0645\u0627\u0644 {{appName}}!",token:"\u0645\u0641\u062a\u0627\u062d \u0627\u0644\u0623\u0645\u0627\u0646 \u0627\u0644\u0645\u0633\u0627\u0639\u062f",tokenAuthFailed:"\u0639\u0630\u0631\u064b\u0627\u060c \u0644\u0627 \u064a\u0633\u0645\u062d \u0644\u0643 \u0628\u0627\u0644\u0625\u0646\u0636\u0627\u0645 \u0625\u0644\u0649 \u0647\u0630\u0647 \u0627\u0644\u0645\u0643\u0627\u0644\u0645\u0629.",tokenAuthFailedTitle:"\u0641\u0634\u0644\u062a \u0639\u0645\u0644\u064a\u0629 \u0627\u0644\u0627\u0633\u062a\u064a\u062b\u0627\u0642",transcribing:"\u064a\u0630\u0627\u0639",unlockRoom:"\u0625\u0632\u0644 \u0627\u0644\u0645\u064f\u0644\u062a\u0642\u0649 $t(lockRoomPassword)",user:"\u0645\u0633\u062a\u062e\u062f\u0645",userIdentifier:"\u0645\u0639\u0631\u0641 \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645",userPassword:"\u0643\u0644\u0645\u0629 \u0645\u0631\u0648\u0631 \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645",videoLink:"\u0631\u0627\u0628\u0637 \u0627\u0644\u0641\u064a\u062f\u064a\u0648",viewUpgradeOptions:"\u0639\u0631\u0636 \u062e\u064a\u0627\u0631\u0627\u062a \u0627\u0644\u062a\u0631\u0642\u064a\u0629",viewUpgradeOptionsContent:"\u0644\u0644\u062d\u0635\u0648\u0644 \u0639\u0644\u0649 \u0648\u0635\u0648\u0644 \u063a\u064a\u0631 \u0645\u062d\u062f\u0648\u062f \u0625\u0644\u0649 \u0627\u0644\u0645\u064a\u0632\u0627\u062a \u0627\u0644\u0645\u062a\u0645\u064a\u0632\u0629 \u0645\u062b\u0644 \u0627\u0644\u062a\u0633\u062c\u064a\u0644 \u0648\u0627\u0644\u0646\u0633\u062e \u0648\u062a\u062f\u0641\u0642 RTMP \u0648\u0627\u0644\u0645\u0632\u064a\u062f \u060c \u0633\u062a\u062d\u062a\u0627\u062c \u0625\u0644\u0649 \u062a\u0631\u0642\u064a\u0629 \u062e\u0637\u062a\u0643.",viewUpgradeOptionsTitle:"\u0644\u0642\u062f \u0627\u0643\u062a\u0634\u0641\u062a \u0645\u064a\u0632\u0629 \u0645\u0645\u064a\u0632\u0629!",yourEntireScreen:"\u0634\u0627\u0634\u062a\u0643 \u0643\u0627\u0645\u0644\u0629\u064b"},documentSharing:{title:"\u0627\u0644\u0645\u0644\u0641 \u0627\u0644\u0645\u0634\u0627\u0631\u0643"},e2ee:{labelToolTip:"\u0641\u0639\u0651\u064e\u0644 \u0643\u0644 \u0627\u0644\u0645\u0634\u0627\u0631\u0643\u064a\u0646 \u0641\u064a \u0647\u0630\u0627 \u0627\u0644\u0625\u062c\u062a\u0645\u0627\u0639 \u0639\u0645\u0644\u064a\u0629 \u0627\u0644\u062a\u0639\u0645\u064a\u0629 \u0637\u0631\u0641 \u0644\u0637\u0631\u0641"},embedMeeting:{title:"\u0636\u0645\u0651\u0650\u0646 \u0647\u0630\u0627 \u0627\u0644\u0645\u064f\u0644\u062a\u0642\u0649"},feedback:{average:"\u0627\u0644\u0645\u062a\u0648\u0633\u0637",bad:"\u0633\u064a\u0626\u0629",detailsLabel:"\u0623\u062e\u0628\u0631\u0646\u0627 \u0627\u0644\u0645\u0632\u064a\u062f \u0639\u0646 \u062a\u062c\u0631\u0628\u062a\u0643.",good:"\u062c\u064a\u062f\u0629",rateExperience:"\u0642\u064a\u0651\u0650\u0645 \u062a\u062c\u0631\u0628\u062a\u0643 \u0645\u0639 \u0647\u0630\u0627 \u0627\u0644\u0625\u062c\u062a\u0645\u0627\u0639",star:"\u0646\u062c\u0645\u0629",veryBad:"\u0633\u064a\u0626\u0629 \u0644\u0644\u063a\u0627\u064a\u0629",veryGood:"\u0645\u0645\u062a\u0627\u0632\u0629"},giphy:{noResults:"\u0644\u0645 \u064a\u062a\u0645 \u0627\u0644\u0639\u062b\u0648\u0631 \u0639\u0644\u0649 \u0646\u062a\u0627\u0626\u062c :(",search:"\u0627\u0628\u062d\u062b \u0641\u064a GIPHY"},helpView:{title:"\u0645\u0631\u0643\u0632 \u0627\u0644\u0645\u0633\u0627\u0639\u062f\u0629"},incomingCall:{answer:"\u0623\u062c\u0628",audioCallTitle:"\u0645\u0643\u0627\u0644\u0645\u0629 \u0635\u0648\u062a\u064a\u0629 \u0648\u0627\u0631\u062f\u0629",decline:"\u0627\u0631\u0641\u0636",productLabel:"\u0645\u064f\u0644\u062a\u0642\u0649 \u062c\u064a\u062a\u0633\u064a",videoCallTitle:"\u0645\u0643\u0627\u0644\u0645\u0629 \u0645\u0631\u0626\u064a\u0629 \u0648\u0627\u0631\u062f\u0629"},info:{accessibilityLabel:"\u0623\u0638\u0647\u0631 \u0627\u0644\u0645\u0639\u0644\u0648\u0645\u0627\u062a",addPassword:"\u0623\u0636\u0641 $t(lockRoomPassword)",cancelPassword:"\u0623\u0644\u063a $t(lockRoomPassword)",conferenceURL:"\u0631\u0627\u0628\u0637:",copyNumber:"\u0625\u0646\u0633\u062e \u0627\u0644\u0631\u0642\u0645",country:"\u0627\u0644\u0628\u0644\u062f",dialANumber:"\u0625\u0646 \u0623\u0631\u062f\u062a \u0627\u0644\u0625\u0646\u0636\u0645\u0627\u0645 \u0625\u0644\u0649 \u0627\u0644\u0645\u064f\u0644\u062a\u0642\u0649\u060c \u0627\u062a\u0635\u0644 \u0628\u0623\u062d\u062f \u0627\u0644\u0623\u0631\u0642\u0627\u0645 \u0627\u0644\u062a\u0627\u0644\u064a\u0629 \u062b\u0645 \u0623\u062f\u062e\u0644 \u0631\u0645\u0632 \u0627\u0644\u0645\u0631\u0648\u0631",dialInConferenceID:"\u0631\u0645\u0632 \u0627\u0644\u0645\u0631\u0648\u0631 (PIN):",dialInNotSupported:"\u0639\u0630\u0631\u064b\u0627\u060c \u0627\u0644\u0627\u062a\u0635\u0627\u0644 \u063a\u064a\u0631 \u0645\u062f\u0639\u0648\u0645 \u062d\u0627\u0644\u064a\u064b\u0627.",dialInNumber:"\u0627\u062a\u0635\u0644:",dialInSummaryError:"\u062e\u0637\u0623 \u0641\u064a \u062a\u062d\u0635\u064a\u0644 \u0645\u0639\u0644\u0648\u0645\u0627\u062a \u0627\u0644\u0627\u062a\u0635\u0627\u0644. \u062c\u0631\u0628 \u0645\u0631\u0629 \u0623\u062e\u0631\u0649 \u0644\u0627\u062d\u0642\u064b\u0627.",dialInTollFree:"\u0631\u0642\u0645 \u0647\u0627\u062a\u0641 \u0645\u062c\u0627\u0646\u064a",genericError:"\u0639\u0641\u0648\u064b\u0627\u060c \u0634\u064a\u0621 \u0645\u0627 \u0644\u0645 \u064a\u0633\u0631 \u0639\u0644\u0649 \u0645\u0627 \u064a\u0631\u0627\u0645.",inviteLiveStream:"\u0644\u0645\u0634\u0627\u0647\u062f\u0629 \u0627\u0644\u0628\u062b \u0627\u0644\u062d\u064a \u0644\u0647\u0630\u0627 \u0627\u0644\u0645\u064f\u0644\u062a\u0642\u0649\u060c \u0627\u0636\u0637 \u0639\u0644\u0649 \u0647\u0630\u0627 \u0627\u0644\u0631\u0627\u0628\u0637: {{url}}",invitePhone:"\u0644\u0644\u0625\u0646\u0636\u0645\u0627\u0645 \u0645\u0646 \u0627\u0644\u0647\u0627\u062a\u0641\u060c \u0627\u0633\u062a\u0639\u0645\u0644: {{number}},,{{conferenceID}}#\n",invitePhoneAlternatives:"\u0623\u062a\u0628\u062d\u062b \u0639\u0646 \u0631\u0642\u0645 \u0627\u062a\u0635\u0627\u0644 \u0645\u062e\u062a\u0644\u0641\u061f\n\u0623\u0646\u0638\u0631 \u0623\u0631\u0642\u0627\u0645 \u0627\u0644\u0648\u0635\u0648\u0644 \u0625\u0644\u0649 \u0647\u0630\u0627 \u0627\u0644\u0625\u062c\u062a\u0645\u0627\u0639: {{url}}\n\n\n\u0625\u0646 \u0643\u0646\u062a \u0623\u064a\u0636\u064b\u0627 \u062a\u062a\u0635\u0644 \u0639\u0628\u0631 \u063a\u0631\u0641\u0629 \u0627\u062a\u0635\u0627\u0644 (room phone)\u060c \u0627\u0646\u0636\u0645 \u062f\u0648\u0646 \u0627\u0644\u0627\u062a\u0635\u0627\u0644 \u0628\u0627\u0644\u0635\u0648\u062a: {{silentUrl}}",inviteSipEndpoint:"\u0644\u0644\u0627\u0646\u0636\u0645\u0627\u0645 \u0628\u0627\u0633\u062a\u062e\u062f\u0627\u0645 \u0639\u0646\u0648\u0627\u0646 SIP \u060c \u0623\u062f\u062e\u0644 \u0647\u0630\u0627: {{sipUri}}",inviteTextiOSInviteUrl:"\u0627\u0646\u0642\u0631 \u0641\u0648\u0642 \u0627\u0644\u0631\u0627\u0628\u0637 \u0627\u0644\u062a\u0627\u0644\u064a \u0644\u0644\u0627\u0646\u0636\u0645\u0627\u0645: {{inviteUrl}}.",inviteTextiOSJoinSilent:"\u0625\u0630\u0627 \u0643\u0646\u062a \u062a\u0642\u0648\u0645 \u0628\u0627\u0644\u0627\u062a\u0635\u0627\u0644 \u0645\u0646 \u062e\u0644\u0627\u0644 \u0647\u0627\u062a\u0641 \u0627\u0644\u063a\u0631\u0641\u0629 \u060c \u0641\u0627\u0633\u062a\u062e\u062f\u0645 \u0647\u0630\u0627 \u0627\u0644\u0627\u0631\u062a\u0628\u0627\u0637 \u0644\u0644\u0627\u0646\u0636\u0645\u0627\u0645 \u062f\u0648\u0646 \u0627\u0644\u0627\u062a\u0635\u0627\u0644 \u0628\u0627\u0644\u0635\u0648\u062a: {{silentUrl}}.",inviteTextiOSPersonal:"{{name}} \u064a\u062f\u0639\u0648\u0643 \u0625\u0644\u0649 \u0645\u064f\u0644\u062a\u0642\u0649.",inviteTextiOSPhone:"\u0644\u0644\u0627\u0646\u0636\u0645\u0627\u0645 \u0639\u0628\u0631 \u0627\u0644\u0647\u0627\u062a\u0641 \u060c \u0627\u0633\u062a\u062e\u062f\u0645 \u0647\u0630\u0627 \u0627\u0644\u0631\u0642\u0645: {{number}},,{{conferenceID}}#. \u0625\u0630\u0627 \u0643\u0646\u062a \u062a\u0628\u062d\u062b \u0639\u0646 \u0631\u0642\u0645 \u0645\u062e\u062a\u0644\u0641 \u060c \u0641\u0647\u0630\u0647 \u0647\u064a \u0627\u0644\u0642\u0627\u0626\u0645\u0629 \u0627\u0644\u0643\u0627\u0645\u0644\u0629: {{didUrl}}.",inviteURLFirstPartGeneral:"\u062f\u064f\u0639\u064a\u0650\u062a \u0644\u0644\u0625\u0646\u0636\u0645\u0627\u0645 \u0625\u0644\u0649 \u0645\u064f\u0644\u062a\u0642\u0649",inviteURLFirstPartPersonal:"\u062f\u0639\u0627\u0643 {{name}} \u0644\u0645\u064f\u0644\u062a\u0642\u0649.\n",inviteURLSecondPart:"\n\u0627\u0646\u0636\u0645 \u0644\u0644\u0645\u064f\u0644\u062a\u0642\u0649:\n{{url}}\n",label:"\u062a\u0641\u0627\u0635\u064a\u0644 \u0627\u0644\u0645\u064f\u0644\u062a\u0642\u0649",liveStreamURL:"\u0628\u062b \u062d\u064a:",moreNumbers:"\u0623\u0631\u0642\u0627\u0645 \u0625\u0636\u0627\u0641\u064a\u0629",noNumbers:"\u0644\u0627 \u064a\u0648\u062c\u062f \u0623\u0631\u0642\u0627\u0645 \u0627\u062a\u0635\u0627\u0644.",noPassword:"\u0644\u0627 \u064a\u0648\u062c\u062f",noRoom:"\u0644\u0645 \u062a\u064f\u062e\u0635\u0651\u064e\u0635 \u063a\u0631\u0641\u0629 \u0644\u0644\u0627\u062a\u0635\u0627\u0644 \u0625\u0644\u064a\u0647\u0627",numbers:"\u0623\u0631\u0642\u0627\u0645 \u0627\u0644\u0627\u062a\u0635\u0627\u0644",password:"$t(lockRoomPasswordUppercase):",sip:"SIP \u0639\u0646\u0648\u0627\u0646",title:"\u0634\u0627\u0631\u0643",tooltip:"\u0634\u0627\u0631\u0643 \u0631\u0627\u0628\u0637 \u0648\u062a\u0641\u0627\u0635\u064a\u0644 \u0627\u0644\u0627\u062a\u0635\u0627\u0644 \u0644\u0647\u0630\u0627 \u0627\u0644\u0645\u064f\u0644\u062a\u0642\u0649"},inlineDialogFailure:{msg:"\u062a\u0639\u062b\u0631\u062b \u0645\u0639\u0646\u0627 \u0628\u0639\u0636 \u0627\u0644\u0623\u0645\u0648\u0631 :(",retry:"\u062d\u0627\u0648\u0644 \u0645\u0631\u0629 \u0623\u062e\u0631\u0649",support:"\u0627\u0644\u062f\u0639\u0645",supportMsg:"\u0625\u0646 \u062a\u0643\u0631\u0651\u064e\u0631 \u062d\u0635\u0648\u0644 \u0647\u0630\u0627\u060c \u062a\u0648\u0627\u0635\u0644 \u0645\u0639"},inviteDialog:{alertText:"\u0641\u0634\u0644\u062a \u0639\u0645\u0644\u064a\u0629 \u062f\u0639\u0648\u0629 \u0628\u0639\u0636 \u0627\u0644\u0645\u0634\u0627\u0631\u0643\u064a\u0646",header:"\u0627\u062f\u0639\u064f",searchCallOnlyPlaceholder:"\u0623\u062f\u062e\u0644 \u0631\u0642\u0645 \u0647\u0627\u062a\u0641",searchPeopleOnlyPlaceholder:"\u0627\u0628\u062d\u062b \u0639\u0646 \u0645\u0634\u0627\u0631\u0643\u064a\u0646",searchPlaceholder:"\u0645\u0634\u0627\u0631\u0643 \u0623\u0648 \u0631\u0642\u0645 \u0647\u0627\u062a\u0641",send:"\u0623\u0631\u0633\u0644"},jitsiHome:"{{logo}} \u0627\u0644\u0634\u0639\u0627\u0631 \u060c \u0631\u0627\u0628\u0637 \u0625\u0644\u0649 \u0627\u0644\u0635\u0641\u062d\u0629 \u0627\u0644\u0631\u0626\u064a\u0633\u064a\u0629",keyboardShortcuts:{focusLocal:"\u0631\u0643\u0632 \u0639\u0644\u0649 \u0627\u0644\u0641\u064a\u062f\u064a\u0648 \u0627\u0644\u062e\u0627\u0635 \u0628\u0643",focusRemote:"\u0631\u0643\u0632 \u0639\u0644\u0649 \u0641\u064a\u062f\u064a\u0648 \u0645\u0634\u0627\u0631\u0643 \u0622\u062e\u0631",fullScreen:"\u0627\u0633\u062a\u0639\u0645\u0644/\u0627\u062e\u0631\u062c \u0645\u0646 \u0648\u0636\u0639 \u0627\u0644\u0634\u0627\u0634\u0629 \u0627\u0644\u0643\u0627\u0645\u0644\u0629",giphyMenu:"\u062a\u0628\u062f\u064a\u0644 \u0642\u0627\u0626\u0645\u0629 GIPHY",keyboardShortcuts:"\u0627\u062e\u062a\u0635\u0627\u0631\u0627\u062a \u0644\u0648\u062d\u0629 \u0627\u0644\u0645\u0641\u0627\u062a\u064a\u062d",localRecording:"\u0627\u0638\u0647\u0650\u0631 \u0623\u0648 \u0627\u062e\u0641\u0650 \u0627\u0644\u062a\u062d\u0643\u0645 \u0628\u0627\u0644\u062a\u0633\u062c\u064a\u0644 \u0627\u0644\u0645\u062d\u0644\u064a",mute:"\u0627\u0643\u062a\u0645 \u0623\u0648 \u0623\u0644\u063a \u0643\u062a\u0645 \u0627\u0644\u0645\u0627\u064a\u0643\u0631\u0648\u0641\u0648\u0646 \u0627\u0644\u062e\u0627\u0635 \u0628\u0643",pushToTalk:"\u0627\u0636\u063a\u0637 \u0644\u0644\u062a\u062d\u062f\u062b",raiseHand:"\u0627\u0631\u0641\u0639/\u0627\u062e\u0641\u0636 \u064a\u062f\u0643",showSpeakerStats:"\u0627\u0638\u0647\u0631 \u062d\u0627\u0644\u0629 \u0645\u0643\u0628\u0631 \u0627\u0644\u0635\u0648\u062a",toggleChat:"\u0627\u0641\u062a\u062d/\u0623\u063a\u0644\u0642 \u0627\u0644\u0645\u062d\u0627\u062f\u062b\u0629",toggleFilmstrip:"\u0623\u0638\u0647\u0650\u0631/\u0627\u062e\u0641\u0650 \u0625\u0637\u0627\u0631 \u0627\u0644\u0641\u064a\u062f\u064a\u0648 \u0627\u0644\u0645\u064f\u0635\u063a\u0651\u064e\u0631",toggleParticipantsPane:"\u0625\u0638\u0647\u0627\u0631 \u0623\u0648 \u0625\u062e\u0641\u0627\u0621 \u0642\u0627\u0626\u0645\u0629 \u0627\u0644\u0645\u0634\u0627\u0631\u0643\u064a\u0646",toggleScreensharing:"\u0628\u062f\u0651\u0650\u0644 \u0628\u064a\u0646 \u0627\u0644\u0643\u0627\u0645\u064a\u0631\u0627 \u0648\u0645\u0634\u0627\u0631\u0643\u0629 \u0627\u0644\u0634\u0627\u0634\u0629",toggleShortcuts:"\u0623\u0638\u0647\u0650\u0631/\u0627\u062e\u0641\u0650 \u0627\u062e\u062a\u0635\u0627\u0631\u0627\u062a \u0644\u0648\u062d\u0629 \u0627\u0644\u0645\u0641\u0627\u062a\u064a\u062d",videoMute:"\u0627\u0628\u062f\u0623/\u0623\u0648\u0642\u0641 \u0643\u0627\u0645\u064a\u0631\u062a\u0643"},largeVideo:{screenIsShared:"\u0623\u0646\u062a \u062a\u0634\u0627\u0631\u0643 \u0634\u0627\u0634\u062a\u0643",showMeWhatImSharing:"\u0623\u0631\u0646\u064a \u0645\u0627 \u0623\u0634\u0627\u0631\u0643\u0647"},liveStreaming:{busy:"\u0646\u0639\u0645\u0644 \u0639\u0644\u0649 \u062a\u062d\u0631\u064a\u0631 \u0645\u0648\u0627\u0631\u062f \u0627\u0644\u0628\u062b. \u062d\u0627\u0648\u0644 \u0645\u0631\u0629 \u0623\u062e\u0631\u0649 \u0631\u062c\u0627\u0621\u064b \u0628\u0639\u0636 \u0628\u0636\u0639\u0629 \u062f\u0642\u0627\u0626\u0642.",busyTitle:"\u062c\u0645\u064a\u0639 \u0645\u0646 \u064a\u0628\u062b \u0627\u0644\u0641\u064a\u062f\u064a\u0648 \u0645\u0634\u063a\u0648\u0644\u0648\u0646 \u062d\u0627\u0644\u064a\u064b\u0627",changeSignIn:"\u0628\u062f\u0651\u0650\u0644 \u0627\u0644\u062d\u0633\u0627\u0628\u0627\u062a.",choose:"\u0627\u062e\u062a\u0631 \u0628\u062b\u064b\u0627 \u062d\u064a\u064b\u0627",chooseCTA:"\u062d\u062f\u062f \u062e\u064a\u0627\u0631 \u0627\u0644\u0628\u062b. \u0623\u0646\u062a \u0645\u0633\u062c\u0644 \u062d\u0627\u0644\u064a\u064b\u0627 \u0628\u0635\u0641\u062a\u0643 {{email}}.",enterStreamKey:"\u0623\u062f\u062e\u0644 \u0645\u0641\u062a\u0627\u062d \u0627\u0644\u0628\u062b \u0627\u0644\u062d\u064a \u0627\u0644\u062e\u0627\u0635 \u0628\u0627\u0644\u064a\u0648\u062a\u064a\u0648\u0628 \u0647\u0646\u0627",error:"\u0641\u0634\u0644\u062a \u0639\u0645\u0644\u064a\u0629 \u0627\u0644\u0628\u062b \u0627\u0644\u062d\u064a. \u062d\u0627\u0648\u0644 \u0645\u0631\u0651\u064e\u0629 \u0623\u062e\u0631\u0649 \u0644\u0627\u062d\u0642\u064b\u0627.",errorAPI:"\u062d\u0635\u0644 \u062e\u0637\u0623 \u0623\u062b\u0646\u0627\u0621 \u0627\u0644\u0648\u0635\u0648\u0644 \u0625\u0644\u0649 \u0627\u0644\u0628\u062b \u0627\u0644\u062e\u0627\u0635 \u0628\u0643 \u0639\u0644\u0649 \u064a\u0648\u062a\u064a\u0648\u0628. \u062d\u0627\u0648\u0644 \u062a\u0633\u062c\u064a\u0644 \u0627\u0644\u062f\u062e\u0648\u0644 \u0645\u0631\u0651\u064e\u0629 \u0623\u062e\u0631\u0649.",errorLiveStreamNotEnabled:"\u0627\u0644\u0628\u062b \u0627\u0644\u062d\u064a \u063a\u064a\u0631 \u0645\u0641\u0639\u0651\u064e\u0644 \u0639\u0644\u0649 \u0639\u0644\u0649 {{email}}. \u0641\u0639\u0651\u064e\u0644 \u0627\u0644\u0628\u062b \u0627\u0644\u062d\u064a \u0631\u062c\u0627\u0621\u064b\u060c \u0623\u0648 \u0633\u062c\u0651\u0650\u0644 \u0627\u0644\u062f\u062e\u0644 \u0625\u0644\u0649 \u062d\u0633\u0627\u0628\u064d \u0645\u064f\u0641\u0639\u0651\u064e\u0644 \u0641\u064a\u0647 \u0627\u0644\u0628\u062b \u0627\u0644\u062d\u064a",expandedOff:"\u0623\u064f\u0648\u0642\u0650\u0641 \u0627\u0644\u0628\u062b \u0627\u0644\u062d\u064a",expandedOn:"\u064a\u062c\u0631\u064a \u0628\u062b \u0627\u0644\u0645\u064f\u0644\u062a\u0642\u0649 \u0639\u0644\u0649 \u064a\u0648\u062a\u064a\u0648\u0628",expandedPending:"\u062a\u0628\u062f\u0623 \u0639\u0645\u0644\u064a\u0629 \u0627\u0644\u0628\u062b \u0627\u0644\u062d\u064a...",failedToStart:"\u0641\u0634\u0644\u062a \u0639\u0645\u0644\u064a\u0629 \u0628\u062f\u0621 \u0627\u0644\u0628\u062b \u0627\u0644\u062d\u064a",getStreamKeyManually:"\u0644\u0645 \u0646\u062a\u0645\u0643\u0646 \u0645\u0646 \u0627\u0644\u0648\u0635\u0648\u0644 \u0625\u0644\u0649 \u0623\u064a \u0628\u062b \u062d\u064a. \u062c\u0631\u0628 \u062c\u0644\u0628 \u0645\u0641\u062a\u0627\u062d \u0628\u062b \u062d\u064a \u062e\u0627\u0635 \u0628\u0643 \u0645\u0646 \u064a\u0648\u062a\u064a\u0648\u0628.",googlePrivacyPolicy:"\u0633\u064a\u0627\u0633\u064a\u0629 \u062e\u0635\u0648\u0635\u064a\u0629 \u063a\u0648\u063a\u0644",inProgress:"\u0627\u0644\u0628\u062b \u0627\u0644\u0645\u0628\u0627\u0634\u0631 \u063a\u064a\u0631 \u0645\u0645\u0643\u0651\u0646 \u0639\u0644\u0649 {{email}}. \u064a\u0631\u062c\u0649 \u062a\u0645\u0643\u064a\u0646 \u0627\u0644\u0628\u062b \u0627\u0644\u0645\u0628\u0627\u0634\u0631 \u0623\u0648 \u062a\u0633\u062c\u064a\u0644 \u0627\u0644\u062f\u062e\u0648\u0644 \u0625\u0644\u0649 \u062d\u0633\u0627\u0628 \u0645\u0639 \u062a\u0645\u0643\u064a\u0646 \u0627\u0644\u0628\u062b \u0627\u0644\u0645\u0628\u0627\u0634\u0631.",invalidStreamKey:"\u064a\u062d\u062a\u0645\u0644 \u0643\u0648\u0646 \u0645\u0641\u062a\u0627\u062d \u0627\u0644\u0628\u062b \u0627\u0644\u062d\u064a \u063a\u064a\u0631 \u0635\u062d\u064a\u062d.",limitNotificationDescriptionNative:"\u0633\u064a\u0642\u064a\u0651\u064e\u062f \u0627\u0644\u0628\u062b \u0625\u0644\u0649 {{limit}} \u062f\u060c \u0648\u0644\u0643\u0646 \u0625\u0646 \u0623\u0631\u062f\u062a \u0625\u062c\u0631\u0627\u0621 \u0639\u0645\u0644\u064a\u0629 \u0628\u062b \u063a\u064a\u0631 \u0645\u062d\u062f\u0648\u062f\u0629\u060c \u062c\u0631\u0651\u0650\u0628 {{app}}.",limitNotificationDescriptionWeb:"\u0646\u0638\u0631\u064b\u0627 \u0644\u0644\u0636\u063a\u0637 \u0627\u0644\u0643\u0628\u064a\u0631\u060c \u0633\u064a\u0642\u064a\u0651\u064e\u062f \u0627\u0644\u0628\u062b \u0625\u0644\u0649 {{limit}} \u062f\u060c \u0648\u0644\u0643\u0646 \u0625\u0646 \u0623\u0631\u062f\u062a \u0625\u062c\u0631\u0627\u0621 \u0639\u0645\u0644\u064a\u0629 \u0628\u062b \u063a\u064a\u0631 \u0645\u062d\u062f\u0648\u062f\u0629\u060c \u062c\u0631\u0651\u0650\u0628 {{app}}.",off:"\u0623\u064f\u0648\u0642\u0650\u0641 \u0627\u0644\u0628\u062b \u0627\u0644\u062d\u064a",offBy:"\u0623\u0648\u0642\u0641 {{name}} \u0627\u0644\u0628\u062b \u0627\u0644\u062d\u064a",on:"\u0628\u062b \u062d\u064a",onBy:"\u0628\u062f\u0623 {{name}} \u0628\u062b\u064b\u0651\u0627 \u062d\u064a\u064b\u0651\u0627",pending:"\u0628\u062f\u0621 \u0628\u062b\u0651\u064d \u062d\u064a\u0651\u064d",serviceName:"\u062e\u062f\u0645\u0629 \u0627\u0644\u0628\u062b \u0627\u0644\u062d\u064a",sessionAlreadyActive:"\u0647\u0630\u0647 \u0627\u0644\u062c\u0644\u0633\u0629 \u0642\u064a\u062f \u0627\u0644\u062a\u0633\u062c\u064a\u0644 \u0623\u0648 \u0627\u0644\u0628\u062b \u0627\u0644\u0645\u0628\u0627\u0634\u0631.",signIn:"\u0633\u062c\u0644 \u0627\u0644\u062f\u062e\u0648\u0644 \u0639\u0628\u0631 \u062d\u0633\u0627\u0628 \u063a\u0648\u063a\u0644",signInCTA:"\u0633\u062c\u0644 \u0627\u0644\u062f\u062e\u0648\u0644 \u0623\u0648 \u0623\u062f\u062e\u0644 \u0645\u0641\u062a\u0627\u062d \u0627\u0644\u0628\u062b \u0627\u0644\u062d\u064a \u0627\u0644\u062e\u0627\u0635 \u0628\u0643 \u0645\u0646 \u064a\u0648\u062a\u064a\u0648\u0628",signOut:"\u0633\u062c\u0651\u0650\u0644 \u0627\u0644\u062e\u0631\u0648\u062c",signedInAs:"\u0623\u0646\u062a \u0645\u0633\u062c\u0644 \u062d\u0627\u0644\u064a\u064b\u0627 \u0628\u0635\u0641\u0629:",start:"\u0627\u0628\u062f\u0623\u0628\u062b\u0651\u064b\u0627 \u062d\u064a\u064b\u0651\u0627",streamIdHelp:"\u0645\u0627 \u0647\u0630\u0627\u061f",title:"\u0627\u0644\u0628\u062b \u0627\u0644\u0645\u0628\u0627\u0634\u0631 \u0627\u0644\u062d\u064a",unavailableTitle:"\u062e\u062f\u0645\u0629 \u0627\u0644\u0628\u062b \u0627\u0644\u062d\u064a \u063a\u064a\u0631 \u0645\u062a\u0648\u0641\u0631\u0629",youtubeTerms:"\u0634\u0631\u0648\u0637 \u062e\u062f\u0645\u0629 \u064a\u0648\u062a\u064a\u0648\u0628"},lobby:{admit:"\u0633\u0645\u062d \u0628\u0627\u0644\u062f\u062e\u0648\u0644",admitAll:"\u0633\u0645\u062d \u0644\u0644\u062c\u0645\u064a\u0639 \u0628\u0627\u0644\u062f\u062e\u0648\u0644",allow:"\u0627\u0633\u0645\u062d",backToKnockModeButton:"\u0644\u0627 \u064a\u0648\u062c\u062f \u0643\u0644\u0645\u0629 \u0645\u0631\u0648\u0631\u060c \u0627\u0637\u0644\u0628 \u0627\u0644\u0625\u0630\u0646 \u0628\u0627\u0644\u062f\u062e\u0648\u0644 \u0628\u062f\u0644\u064b\u0627 \u0645\u0646 \u0630\u0644\u0643.",chat:"\u062f\u0631\u062f\u0634\u0629",dialogTitle:"\u0648\u0646\u0636\u0639 \u063a\u0631\u0641\u0629 \u0627\u0644\u0627\u0646\u062a\u0638\u0627\u0631",disableDialogContent:"\u0648\u0636\u0639 \u063a\u0631\u0641\u0629 \u0627\u0644\u0627\u0646\u062a\u0638\u0627\u0631 \u0645\u0641\u0639\u0651\u064e\u0644. \u062a\u0633\u0645\u062d \u0647\u0630\u0647 \u0627\u0644\u0645\u064a\u0632\u0629 \u0628\u0639\u062f\u0645 \u0627\u0644\u0633\u0645\u0627\u062d \u0644\u0644\u063a\u0631\u0628\u0627\u0621 \u0628\u0627\u0644\u0627\u0646\u0636\u0645\u0627\u0645 \u0625\u0644\u0649 \u0627\u0644\u0645\u064f\u0644\u062a\u0642\u0649\u060c \u0641\u0647\u0644 \u062a\u0631\u064a\u062f \u062d\u0642\u064b\u0627 \u062a\u0639\u0637\u064a\u0644\u0647\u0627\u061f",disableDialogSubmit:"\u0639\u0637\u0651\u0650\u0644",emailField:"\u0623\u062f\u062e\u0644 \u0628\u0631\u064a\u062f\u0643 \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a",enableDialogPasswordField:"\u062d\u062f\u0651\u0650\u062f \u0643\u0644\u0645\u0629 \u0645\u0631\u0648\u0631 (\u0627\u062e\u062a\u064a\u0627\u0631\u064a)",enableDialogSubmit:"\u0641\u0639\u0651\u0650\u0644",enableDialogText:"\u064a\u062d\u0645\u064a \u0648\u0636\u0639 \u0627\u0644\u0627\u0646\u062a\u0638\u0627\u0631 \u063a\u0631\u0641\u0629 \u0627\u0644\u0645\u064f\u0644\u062a\u0642\u0649 \u0639\u0628\u0631 \u0645\u0646\u062d \u0631\u0626\u064a\u0633 \u0627\u0644\u062c\u0644\u0633\u0629 \u0625\u0645\u0643\u0627\u0646\u064a\u0629 \u0627\u0644\u0645\u0648\u0627\u0641\u0642\u0629 \u0639\u0644\u0649 \u0627\u0646\u0636\u0645\u0627\u0645 \u0627\u0644\u0645\u0634\u0627\u0631\u0643\u064a\u0646.",enterPasswordButton:"\u0623\u062f\u062e\u0644 \u0643\u0644\u0645\u0629 \u0627\u0644\u0645\u0631\u0648\u0631 \u0644\u0647\u0630\u0627 \u0627\u0644\u0645\u064f\u0644\u062a\u0642\u0649",enterPasswordTitle:"\u0623\u062f\u062e\u0644 \u0643\u0644\u0645\u0629 \u0627\u0644\u0645\u0631\u0648\u0631 \u0644\u0644\u062f\u062e\u0648\u0644 \u0644\u0644\u0645\u064f\u0644\u062a\u0642\u0649",errorMissingPassword:"\u0627\u0644\u0631\u062c\u0627\u0621 \u0625\u062f\u062e\u0627\u0644 \u0643\u0644\u0645\u0629 \u0645\u0631\u0648\u0631 \u0627\u0644\u0645\u064f\u0644\u062a\u0642\u0649",invalidPassword:"\u0643\u0644\u0645\u0629 \u0645\u0631\u0648\u0631 \u063a\u064a\u0631 \u0635\u062d\u064a\u062d\u0629",joinRejectedMessage:"\u0631\u0641\u0636 \u0631\u0626\u064a\u0633 \u0627\u0644\u062c\u0644\u0633\u0629 \u0645\u0646\u062d\u0643 \u0627\u0644\u0625\u0630\u0646 \u0628\u0627\u0644\u062f\u062e\u0648\u0644 \u0625\u0644\u0649 \u0627\u0644\u0645\u064f\u0644\u062a\u0642\u0649",joinRejectedTitle:"\u062a\u0645 \u0631\u0641\u0636 \u0637\u0644\u0628 \u0627\u0644\u0627\u0646\u0636\u0645\u0627\u0645.",joinTitle:"\u0627\u0646\u0636\u0645 \u0644\u0644\u0645\u064f\u0644\u062a\u0642\u0649",joinWithPasswordMessage:"\u0627\u0644\u0631\u062c\u0627\u0621 \u0627\u0644\u0627\u0646\u062a\u0638\u0627\u0631 \u0623\u062b\u0646\u0627\u0621 \u0645\u062d\u0627\u0648\u0644\u0629 \u0627\u0644\u062f\u062e\u0648\u0644 \u062f\u0648\u0646 \u0643\u0644\u0645\u0629 \u0645\u0631\u0648\u0631...",joiningMessage:"\u0633\u062a\u062a\u0645\u0643\u0646 \u0645\u0646 \u0627\u0644\u0627\u0646\u0636\u0645\u0627\u0645 \u0644\u0644\u0645\u064f\u0644\u062a\u0642\u0649 \u0628\u0639\u062f \u0627\u0644\u0645\u0648\u0627\u0641\u0642\u0629 \u0639\u0644\u0649 \u0637\u0644\u0628\u0643",joiningTitle:"\u064a\u062c\u0631\u064a \u0637\u0644\u0628 \u0625\u0630\u0646\u064d \u0644\u0644\u062f\u062e\u0648\u0644...",joiningWithPasswordTitle:"\u0627\u0644\u062f\u062e\u0648\u0644 \u0645\u0639 \u0643\u0644\u0645\u0629 \u0645\u0631\u0648\u0631...",knockButton:"\u0627\u0637\u0644\u0628 \u0625\u0630\u0646 \u0627\u0644\u062f\u062e\u0648\u0644",knockTitle:"\u064a\u0631\u064a\u062f \u0623\u062d\u062f\u064c \u0627\u0644\u062f\u062e\u0648\u0644 \u0625\u0644\u0649 \u0627\u0644\u0645\u064f\u0644\u062a\u0642\u0649",knockingParticipantList:"\u062a\u0646\u0628\u064a\u0647 \u0642\u0627\u0626\u0645\u0629 \u0627\u0644\u0645\u0634\u0627\u0631\u0643\u064a\u0646",lobbyChatStartedNotification:"\u0628\u062f\u0623 {{moderator}} \u062f\u0631\u062f\u0634\u0629 \u0641\u064a \u0627\u0644\u0631\u062f\u0647\u0629 \u0645\u0639 {{attendee}}",lobbyChatStartedTitle:"\u0628\u062f\u0623 {{moderator}} \u0645\u062d\u0627\u062f\u062b\u0629 \u0641\u064a \u0627\u0644\u0631\u062f\u0647\u0629 \u0645\u0639\u0643.",nameField:"\u0623\u062f\u062e\u0644 \u0627\u0633\u0645\u0643",notificationLobbyAccessDenied:"\u0631\u0641\u0636 {{originParticipantName}} \u0645\u0634\u0627\u0631\u0643\u0629 {{targetParticipantName}} \u0644\u0644\u0645\u064f\u0644\u062a\u0642\u0649",notificationLobbyAccessGranted:"\u0633\u0645\u062d {{originParticipantName}} \u0628\u0645\u0634\u0627\u0631\u0643\u0629 {{targetParticipantName}} \u0644\u0644\u0645\u064f\u0644\u062a\u0642\u0649",notificationLobbyDisabled:"\u0639\u0637\u0651\u064e\u0644 {{originParticipantName}} \u0648\u0636\u0639 \u063a\u0631\u0641\u0629 \u0627\u0644\u0627\u0646\u062a\u0638\u0627\u0631",notificationLobbyEnabled:"\u0641\u0639\u0651\u064e\u0644 {{originParticipantName}} \u0648\u0636\u0639 \u063a\u0631\u0641\u0629 \u0627\u0644\u0627\u0646\u062a\u0638\u0627\u0631",notificationTitle:"\u063a\u0631\u0641\u0629 \u0627\u0644\u0627\u0646\u062a\u0638\u0627\u0631",passwordField:"\u0623\u062f\u062e\u0644 \u0643\u0644\u0645\u0629 \u0627\u0644\u062f\u062e\u0648\u0644 \u0625\u0644\u0649 \u0627\u0644\u0645\u064f\u0644\u062a\u0642\u0649",passwordJoinButton:"\u0627\u0646\u0636\u0645",reject:"\u0631\u0641\u0636",rejectAll:"\u0631\u0641\u0636 \u0627\u0644\u0643\u0644",title:"\u063a\u0631\u0641\u0629 \u0627\u0644\u0627\u0646\u062a\u0638\u0627\u0631",toggleLabel:"\u0641\u0639\u0651\u0650\u0644 \u063a\u0631\u0641\u0629 \u0627\u0644\u0627\u0646\u062a\u0638\u0627\u0631"},localRecording:{clientState:{off:"\u0645\u064f\u0637\u0641\u064e\u0623",on:"\u0645\u064f\u0634\u063a\u0651\u064e\u0644",unknown:"\u063a\u064a\u0631 \u0645\u0639\u0631\u0648\u0641"},dialogTitle:"\u0627\u0644\u062a\u062d\u0643\u0645 \u0628\u0627\u0644\u062a\u0633\u062c\u064a\u0644 \u0627\u0644\u0645\u062d\u0644\u064a",duration:"\u0627\u0644\u0645\u062f\u0629",durationNA:"\u063a\u064a\u0631 \u0645\u062a\u0648\u0641\u0631",encoding:"\u0627\u0644\u062a\u0631\u0645\u064a\u0632",label:"\u062a\u0633\u062c\u064a\u0644 \u0645\u062d\u0644\u064a",labelToolTip:"\u0627\u0644\u062a\u0633\u062c\u064a\u0644 \u0627\u0644\u0645\u062d\u0644\u064a \u0645\u064f\u0634\u063a\u0651\u064e\u0644",localRecording:"\u062a\u0633\u062c\u064a\u0644 \u0645\u062d\u0644\u064a",me:"\u0623\u0646\u0627",messages:{engaged:"\u0628\u062f\u0621 \u062a\u0633\u062c\u064a\u0644 \u0645\u062d\u0644\u064a",finished:"\u0627\u0646\u062a\u0647\u062a \u062c\u0644\u0633\u0629 \u0627\u0644\u062a\u0633\u062c\u064a\u0644 {{token}}. \u0623\u0631\u0633\u0644 \u0627\u0644\u0645\u0644\u0641 \u0627\u0644\u0645\u064f\u0633\u062c\u0651\u064e\u0644 \u0625\u0644\u0649 \u0631\u0626\u064a\u0633 \u0627\u0644\u062c\u0644\u0633\u0629 \u0631\u062c\u0627\u0621\u064b.",finishedModerator:"\u0627\u0646\u062a\u0647\u062a \u062c\u0644\u0633\u0629 \u0627\u0644\u062a\u0633\u062c\u064a\u0644 {{token}}. \u062d\u064f\u0641\u0650\u0638 \u0627\u0644\u062a\u0633\u062c\u064a\u0644 \u0644\u0644\u0645\u0633\u0627\u0631 \u0627\u0644\u0645\u062d\u0644\u064a. \u0627\u0637\u0644\u0628 \u0631\u062c\u0627\u0621\u064b \u0645\u0646 \u0627\u0644\u0645\u0634\u0627\u0631\u0643\u064a\u0646 \u0628\u0625\u0631\u0633\u0627\u0644 \u062a\u0633\u062c\u064a\u0644\u0627\u062a\u0647\u0645.",notModerator:"\u0644\u0633\u062a \u0631\u0626\u064a\u0633 \u0627\u0644\u062c\u0644\u0633\u0629. \u0644\u0627 \u062a\u0633\u062a\u0637\u064a\u0639 \u0628\u062f\u0621 \u0623\u0648 \u0625\u064a\u0642\u0627\u0641 \u0639\u0645\u0644\u064a\u0629 \u062a\u0633\u062c\u064a\u0644 \u0645\u062d\u0644\u064a."},moderator:"\u0631\u0626\u064a\u0633 \u0627\u0644\u062c\u0644\u0633\u0629",no:"\u0644\u0627",participant:"\u0645\u0634\u0627\u0631\u0643",participantStats:"\u062d\u0627\u0644\u0629 \u0645\u0634\u0627\u0631\u0643",sessionToken:"\u0645\u0641\u062a\u0627\u062d \u0627\u0644\u0645\u0631\u0648\u0631 \u0627\u0644\u0645\u0633\u0627\u0639\u062f \u0644\u0644\u062c\u0644\u0633\u0629",start:"\u0627\u0628\u062f\u0623 \u0627\u0644\u062a\u0633\u062c\u064a\u0644",stop:"\u0623\u0648\u0642\u0641 \u0627\u0644\u062a\u0633\u062c\u064a\u0644",yes:"\u0646\u0639\u0645"},lockRoomPassword:"\u0643\u0644\u0645\u0629 \u0627\u0644\u0645\u0631\u0648\u0631",lockRoomPasswordUppercase:"\u0643\u0644\u0645\u0629 \u0627\u0644\u0645\u0631\u0648\u0631",lonelyMeetingExperience:{button:"\u0627\u062f\u0639\u064f \u0622\u062e\u0631\u064a\u0646",youAreAlone:"\u0623\u0646\u062a \u0628\u0645\u0641\u0631\u062f\u0643 \u0641\u064a \u0627\u0644\u0645\u064f\u0644\u062a\u0642\u0649"},me:"\u0623\u0646\u0627",notify:{OldElectronAPPTitle:"\u062b\u063a\u0631\u0629 \u0623\u0645\u0646\u064a\u0629!",allowAction:"\u064a\u0633\u0645\u062d",allowedUnmute:"\u064a\u0645\u0643\u0646\u0643 \u0625\u0639\u0627\u062f\u0629 \u0635\u0648\u062a \u0627\u0644\u0645\u064a\u0643\u0631\u0648\u0641\u0648\u0646 \u0648 \u0628\u062f\u0621 \u062a\u0634\u063a\u064a\u0644 \u0627\u0644\u0643\u0627\u0645\u064a\u0631\u0627 \u0623\u0648 \u0645\u0634\u0627\u0631\u0643\u0629 \u0634\u0627\u0634\u062a\u0643.",audioUnmuteBlockedDescription:"\u062a\u0645 \u062d\u0638\u0631 \u0639\u0645\u0644\u064a\u0629 \u0625\u0644\u063a\u0627\u0621 \u0643\u062a\u0645 \u0635\u0648\u062a \u0627\u0644\u0645\u064a\u0643\u0631\u0648\u0641\u0648\u0646 \u0645\u0624\u0642\u062a\u064b\u0627 \u0628\u0633\u0628\u0628 \u0642\u064a\u0648\u062f \u0627\u0644\u0646\u0638\u0627\u0645.",audioUnmuteBlockedTitle:"\u062a\u0645 \u062d\u0638\u0631 \u0625\u0639\u0627\u062f\u0629 \u0635\u0648\u062a \u0627\u0644\u0645\u064a\u0643\u0631\u0648\u0641\u0648\u0646!",chatMessages:"\u0631\u0633\u0627\u0626\u0644 \u0627\u0644\u062f\u0631\u062f\u0634\u0629",connectedOneMember:"\u0627\u0646\u0636\u0645 {{name}} \u0644\u0644\u0645\u064f\u0644\u062a\u0642\u0649",connectedThreePlusMembers:"\u0627\u0646\u0636\u0645 {{name}} \u0648\u0639\u062f\u062f {{count}} \u063a\u064a\u0631\u0647 \u0625\u0644\u0649 \u0627\u0644\u0645\u064f\u0644\u062a\u0642\u0649",connectedTwoMembers:"\u0627\u0646\u0636\u0645 {{first}} \u0648 {{second}} \u0625\u0644\u0649 \u0627\u0644\u0645\u064f\u0644\u062a\u0642\u0649",disconnected:"\u0627\u0646\u0642\u0637\u0639 \u0627\u0644\u0627\u062a\u0635\u0627\u0644",displayNotifications:"\u0639\u0631\u0636 \u0627\u0644\u0625\u062e\u0637\u0627\u0631\u0627\u062a \u0644\u0640",focus:"\u0627\u0644\u062a\u0631\u0643\u064a\u0632 \u0639\u0644\u0649 \u0627\u0644\u0645\u0624\u062a\u0645\u0631",focusFail:"\u0625\u0646\u0651\u064e {{component}} \u063a\u064a\u0631 \u0645\u062a\u0627\u062d. \u0633\u062a\u0639\u0627\u062f \u0627\u0644\u0645\u062d\u0627\u0648\u0644\u0629 \u0645\u0631\u0629 \u0623\u062e\u0631\u0649 \u062e\u0644\u0627\u0644 {{ms}} \u062b\u0627\u0646\u064a\u0629.",gifsMenu:"GIPHY",groupTitle:"\u0625\u0634\u0639\u0627\u0631\u0627\u062a",hostAskedUnmute:"\u064a\u0631\u064a\u062f\u0643 \u0645\u062f\u064a\u0631 \u0627\u0644\u0644\u0642\u0627\u0621 \u0623\u0646 \u062a\u062a\u062d\u062f\u062b.",invitedOneMember:"\u062f\u064f\u0639\u0650\u064a {{name}}",invitedThreePlusMembers:"\u062f\u064f\u0639\u0650\u064a {{name}} \u0648\u0639\u062f\u062f {{count}} \u0622\u062e\u0631\u064a\u0646",invitedTwoMembers:"\u062f\u064f\u0639\u0650\u064a {{first}} \u0648 {{second}}",kickParticipant:"\u0637\u0631\u062f {{kicked}} \u0627\u0644\u0645\u0634\u0627\u0631\u0643 {{kicker}}",leftOneMember:"{{name}} \u063a\u0627\u062f\u0631 \u0627\u0644\u0645\u064f\u0644\u062a\u0642\u0649",leftThreePlusMembers:"\u063a\u0627\u062f\u0631 {{name}} \u0648\u0627\u0644\u0639\u062f\u064a\u062f \u0645\u0646 \u0627\u0644\u0623\u0634\u062e\u0627\u0635 \u0627\u0644\u0622\u062e\u0631\u064a\u0646 \u0627\u0644\u0645\u064f\u0644\u062a\u0642\u0649",leftTwoMembers:"\u063a\u0627\u062f\u0631 {{first}} \u0648 {{second}} \u0627\u0644\u0645\u064f\u0644\u062a\u0642\u0649",linkToSalesforce:"\u0627\u0631\u062a\u0628\u0627\u0637 \u0625\u0644\u0649 Salesforce",linkToSalesforceDescription:"\u064a\u0645\u0643\u0646\u0643 \u0631\u0628\u0637 \u0645\u0644\u062e\u0635 \u0627\u0644\u0627\u062c\u062a\u0645\u0627\u0639 \u0628\u0643\u0627\u0626\u0646 Salesforce.",linkToSalesforceError:"\u0641\u0634\u0644 \u0631\u0628\u0637 \u0627\u0644\u0645\u064f\u0644\u062a\u0642\u0649 \u0628\u0640 Salesforce",linkToSalesforceKey:"\u0631\u0628\u0637 \u0647\u0630\u0627 \u0627\u0644\u0645\u064f\u0644\u062a\u0642\u0649",linkToSalesforceProgress:"\u062c\u0627\u0631\u064d \u0631\u0628\u0637 \u0627\u0644\u0627\u062c\u062a\u0645\u0627\u0639 \u0628\u0640 Salesforce ...",linkToSalesforceSuccess:"\u062a\u0645 \u0631\u0628\u0637 \u0627\u0644\u0627\u062c\u062a\u0645\u0627\u0639 \u0628\u0640 Salesforce",localRecordingStarted:"\u0628\u062f\u0623 {{name}} \u062a\u0633\u062c\u064a\u0644\u064b\u0627 \u0645\u062d\u0644\u064a\u064b\u0627.",localRecordingStopped:"\u0623\u0648\u0642\u0641 {{name}} \u0627\u0644\u062a\u0633\u062c\u064a\u0644 \u0627\u0644\u0645\u062d\u0644\u064a.",me:"\u0623\u0646\u0627",moderationInEffectCSDescription:"\u064a\u0631\u062c\u0649 \u0631\u0641\u0639 \u0627\u0644\u064a\u062f \u0625\u0630\u0627 \u0643\u0646\u062a \u062a\u0631\u064a\u062f \u0645\u0634\u0627\u0631\u0643\u0629 \u0634\u0627\u0634\u062a\u0643.",moderationInEffectCSTitle:"\u062a\u0645 \u062d\u0638\u0631 \u0645\u0634\u0627\u0631\u0643\u0629 \u0627\u0644\u0634\u0627\u0634\u0629 \u0645\u0646 \u0642\u0628\u0644 \u0627\u0644\u0645\u0634\u0631\u0641",moderationInEffectDescription:"\u0645\u0646 \u0641\u0636\u0644\u0643 \u0627\u0631\u0641\u0639 \u064a\u062f\u0643 \u0625\u0630\u0627 \u0643\u0646\u062a \u062a\u0631\u064a\u062f \u0627\u0644\u062a\u062d\u062f\u062b.",moderationInEffectTitle:"\u062a\u0645 \u0643\u062a\u0645 \u0635\u0648\u062a \u0627\u0644\u0645\u064a\u0643\u0631\u0648\u0641\u0648\u0646 \u0627\u0644\u062e\u0627\u0635 \u0628\u0643 \u0628\u0648\u0627\u0633\u0637\u0629 \u0627\u0644\u0645\u0634\u0631\u0641",moderationInEffectVideoDescription:"\u064a\u0631\u062c\u0649 \u0631\u0641\u0639 \u064a\u062f\u0643 \u0625\u0630\u0627 \u0643\u0646\u062a \u062a\u0631\u064a\u062f \u0628\u062f\u0621 \u062a\u0634\u063a\u064a\u0644 \u0627\u0644\u0643\u0627\u0645\u064a\u0631\u0627.",moderationInEffectVideoTitle:"\u062a\u0645 \u062d\u0638\u0631 \u0627\u0644\u0643\u0627\u0645\u064a\u0631\u0627 \u0627\u0644\u062e\u0627\u0635\u0629 \u0628\u0643 \u0645\u0646 \u0642\u0628\u0644 \u0627\u0644\u0645\u0634\u0631\u0641",moderationRequestFromModerator:"\u0627\u0644\u0645\u0636\u064a\u0641 \u064a\u0631\u064a\u062f \u0645\u0646\u0643 \u0625\u0644\u063a\u0627\u0621 \u0643\u062a\u0645 \u0627\u0644\u0635\u0648\u062a",moderationRequestFromParticipant:"\u064a\u0631\u064a\u062f \u0627\u0644\u062a\u062d\u062f\u062b",moderationStartedTitle:"\u0628\u062f\u0623 \u0627\u0644\u0627\u0634\u0631\u0627\u0641",moderationStoppedTitle:"\u062a\u0648\u0642\u0641 \u0627\u0644\u0627\u0634\u0631\u0627\u0641",moderationToggleDescription:"\u0645\u0646 {{participantDisplayName}}",moderator:"\u0645\u064f\u0646\u062d\u064e\u062a \u0635\u0644\u0627\u062d\u064a\u0629 \u0631\u0626\u064a\u0633 \u0627\u0644\u062c\u0644\u0633\u0629!",muted:"\u0628\u062f\u0623 \u0627\u0644\u0645\u062d\u0627\u062f\u062b\u0629 \u0645\u0643\u062a\u0648\u0628 \u0627\u0644\u0635\u0648\u062a.",mutedRemotelyDescription:"\u064a\u0645\u0643\u0646\u0643 \u0625\u0644\u063a\u0627\u0621 \u0627\u0644\u0643\u062a\u0645 \u0645\u062a\u0649 \u0643\u0646\u062a \u062c\u0627\u0647\u0632\u064b\u0627 \u0644\u0644\u062a\u062d\u062f\u062b. \u0627\u0643\u062a\u0645 \u0627\u0644\u0635\u0648\u062a \u0628\u0639\u062f \u0627\u0644\u0627\u0646\u062a\u0647\u0627\u0621 \u0645\u0646 \u0627\u0644\u062a\u062d\u062f\u062b \u0644\u062e\u0641\u0636 \u0627\u0644\u0636\u062c\u064a\u062c \u0623\u062b\u0646\u0627\u0621 \u0627\u0644\u0645\u064f\u0644\u062a\u0642\u0649",mutedRemotelyTitle:"\u0643\u062a\u0645 {{participantDisplayName}} \u0627\u0644\u0635\u0648\u062a \u0644\u062f\u064a\u0643!",mutedTitle:"\u0645\u0643\u062a\u0648\u0645!",newDeviceAction:"\u0627\u0633\u062a\u0639\u0645\u0644",newDeviceAudioTitle:"\u0627\u0643\u062a\u064f\u0634\u0641\u064e \u062c\u0647\u0627\u0632 \u0635\u0648\u062a \u062c\u062f\u064a\u062f",newDeviceCameraTitle:"\u0627\u0643\u062a\u064f\u0634\u0641\u064e\u062a \u0643\u0627\u0645\u064a\u0631\u0627 \u062c\u062f\u064a\u062f\u0629",noiseSuppressionDesktopAudioDescription:"\u0644\u0627 \u064a\u0645\u0643\u0646 \u062a\u0645\u0643\u064a\u0646 \u0645\u0646\u0639 \u0627\u0644\u0636\u0648\u0636\u0627\u0621 \u0623\u062b\u0646\u0627\u0621 \u0645\u0634\u0627\u0631\u0643\u0629 \u0635\u0648\u062a \u0633\u0637\u062d \u0627\u0644\u0645\u0643\u062a\u0628 \u060c \u064a\u0631\u062c\u0649 \u062a\u0639\u0637\u064a\u0644\u0647 \u0648\u0627\u0644\u0645\u062d\u0627\u0648\u0644\u0629 \u0645\u0631\u0629 \u0623\u062e\u0631\u0649.",noiseSuppressionFailedTitle:"\u0641\u0634\u0644 \u0641\u064a \u0628\u062f\u0621 \u0642\u0645\u0639 \u0627\u0644\u0636\u0648\u0636\u0627\u0621",noiseSuppressionNoTrackDescription:"\u064a\u0631\u062c\u0649 \u0625\u0639\u0627\u062f\u0629 \u0635\u0648\u062a \u0627\u0644\u0645\u064a\u0643\u0631\u0648\u0641\u0648\u0646 \u0623\u0648\u0644\u0627\u064b.",noiseSuppressionStereoDescription:"\u0642\u0645\u0639 \u0636\u0648\u0636\u0627\u0621 \u0635\u0648\u062a \u0627\u0644\u0627\u0633\u062a\u0631\u064a\u0648 \u063a\u064a\u0631 \u0645\u062f\u0639\u0648\u0645 \u062d\u0627\u0644\u064a\u064b\u0627.",oldElectronClientDescription1:"\u064a\u0628\u062f\u0648 \u0623\u0646\u0651\u064e\u0643 \u062a\u0633\u062a\u0639\u0645\u0644 \u0625\u0635\u062f\u0627\u0631\u064b\u0627 \u0642\u062f\u064a\u0645\u064b\u0627 \u0645\u0646 \u062c\u064a\u062a\u0633\u064a \u064a\u062d\u0648\u064a \u062b\u063a\u0631\u0629 \u0623\u0645\u0646\u064a\u0629. \u062a\u0623\u0643\u062f \u0631\u062c\u0627\u0621\u064b \u0645\u0646 \u0623\u0646\u0651\u064e\u0643 \u062d\u062f\u0651\u064e\u062b\u062a\u0647 \u0625\u0644\u0649 ",oldElectronClientDescription2:"\u0623\u062d\u062f\u062b \u0625\u0635\u062f\u0627\u0631",oldElectronClientDescription3:" \u0627\u0644\u0622\u0646!",participantWantsToJoin:"\u064a\u0631\u064a\u062f \u0627\u0644\u0627\u0646\u0636\u0645\u0627\u0645 \u0625\u0644\u0649 \u0627\u0644\u0645\u064f\u0644\u062a\u0642\u0649",participantsWantToJoin:"\u064a\u0631\u064a\u062f \u0627\u0644\u0627\u0646\u0636\u0645\u0627\u0645 \u0625\u0644\u0649 \u0627\u0644\u0645\u064f\u0644\u062a\u0642\u0649",passwordRemovedRemotely:"\u0623\u0632\u0627\u0644 \u0623\u062d\u062f \u0627\u0644\u0645\u0634\u0627\u0631\u0643\u064a\u0646 {{participantDisplayName}}",passwordSetRemotely:"\u0636\u0628\u0637 \u0623\u062d\u062f \u0627\u0644\u0645\u0634\u0627\u0631\u0643\u064a\u0646 $t(lockRoomPasswordUppercase)",raiseHandAction:"\u0631\u0641\u0639 \u0627\u0644\u064a\u062f",raisedHand:"\u064a\u0631\u064a\u062f {{name}} \u0627\u0644\u062a\u062d\u062f\u062b",raisedHands:"{{participantName}} \u0648 {{raisedHands}}\u0627\u0644\u0645\u0632\u064a\u062f \u0645\u0646 \u0627\u0644\u0646\u0627\u0633",reactionSounds:"\u062a\u0639\u0637\u064a\u0644 \u0627\u0644\u0623\u0635\u0648\u0627\u062a",reactionSoundsForAll:"\u062a\u0639\u0637\u064a\u0644 \u0627\u0644\u0623\u0635\u0648\u0627\u062a \u0644\u0644\u062c\u0645\u064a\u0639",screenShareNoAudio:"\u0644\u0645 \u064a\u062a\u0645 \u062a\u062d\u062f\u064a\u062f \u0645\u0631\u0628\u0639 \u0645\u0634\u0627\u0631\u0643\u0629 \u0627\u0644\u0635\u0648\u062a \u0641\u064a \u0634\u0627\u0634\u0629 \u062a\u062d\u062f\u064a\u062f \u0627\u0644\u0646\u0627\u0641\u0630\u0629.",screenShareNoAudioTitle:"\u062a\u0639\u0630\u0631\u062a \u0645\u0634\u0627\u0631\u0643\u0629 \u0635\u0648\u062a \u0627\u0644\u0646\u0638\u0627\u0645!",selfViewTitle:"\u064a\u0645\u0643\u0646\u0643 \u062f\u0627\u0626\u0645\u064b\u0627 \u0625\u0644\u063a\u0627\u0621 \u0625\u062e\u0641\u0627\u0621 \u0627\u0644\u0639\u0631\u0636 \u0627\u0644\u0630\u0627\u062a\u064a \u0645\u0646 \u0627\u0644\u0625\u0639\u062f\u0627\u062f\u0627\u062a",somebody:"\u0634\u062e\u0635 \u0645\u0627",startSilentDescription:"\u0623\u0646\u0636\u0645 \u0645\u062c\u062f\u0651\u064e\u062f\u064b\u0627 \u0644\u0644\u0645\u064f\u0644\u062a\u0642\u0649 \u0644\u062a\u0641\u0639\u064a\u0644 \u0627\u0644\u0635\u0648\u062a",startSilentTitle:"\u0627\u0646\u0636\u0645\u0645\u062a \u062f\u0648\u0646 \u0645\u062e\u0631\u062c \u0644\u0644\u0635\u0648\u062a!",suboptimalBrowserWarning:"\u0646\u062e\u0634\u0649 \u0623\u0646 \u0644\u0627 \u062a\u0643\u0648\u0646 \u062a\u062c\u0631\u0628\u0629 \u0627\u0644\u0645\u064f\u0644\u062a\u0642\u0649 \u062c\u064a\u062f\u0629. \u0646\u0639\u0645\u0644 \u0639\u0644\u0649 \u062a\u062d\u0633\u064a\u0646 \u0627\u0644\u0643\u062b\u064a\u0631 \u0645\u0646 \u0627\u0644\u0623\u0645\u0648\u0631\u060c \u0644\u0643\u0646 \u0646\u0646\u0635\u062d\u0643 \u062d\u062a\u0649 \u0630\u0644\u0643 \u0627\u0644\u062d\u064a\u0646 \u0628\u0627\u0633\u062a\u0639\u0645\u0627\u0644 \u0628\u0627\u0633\u062a\u0639\u0645\u0627\u0644 \u0623\u062d\u062f \u0627\u0644\u0645\u062a\u0635\u0641\u062d\u0627\u062a \u0627\u0644\u0645\u062f\u0639\u0648\u0645\u0629.",suboptimalExperienceTitle:"\u062a\u062d\u0630\u064a\u0631 \u0645\u0646 \u0627\u0644\u0645\u062a\u0635\u0641\u062d",unmute:"\u0625\u0644\u063a\u0627\u0621 \u0627\u0644\u0643\u062a\u0645",videoMutedRemotelyDescription:"\u064a\u0645\u0643\u0646\u0643 \u062f\u0627\u0626\u0645\u064b\u0627 \u062a\u0634\u063a\u064a\u0644\u0647 \u0645\u0631\u0629 \u0623\u062e\u0631\u0649.",videoMutedRemotelyTitle:"\u062a\u0645 \u0625\u064a\u0642\u0627\u0641 \u0627\u0644\u0641\u064a\u062f\u064a\u0648 \u0627\u0644\u062e\u0627\u0635 \u0628\u0643 \u0628\u0648\u0627\u0633\u0637\u0629 {{participantDisplayName}}",videoUnmuteBlockedDescription:"\u062a\u0645 \u062d\u0638\u0631 \u0639\u0645\u0644\u064a\u0629 \u0625\u0644\u063a\u0627\u0621 \u0643\u062a\u0645 \u0627\u0644\u0643\u0627\u0645\u064a\u0631\u0627 \u0645\u0624\u0642\u062a\u064b\u0627 \u0628\u0633\u0628\u0628 \u0642\u064a\u0648\u062f \u0627\u0644\u0646\u0638\u0627\u0645.",videoUnmuteBlockedTitle:"\u062a\u0645 \u062d\u0638\u0631 \u0625\u0639\u0627\u062f\u0629 \u0627\u0644\u0643\u0627\u0645\u064a\u0631\u0627!",viewLobby:"\u0645\u0634\u0627\u0647\u062f\u0629 \u0627\u0644\u0644\u0648\u0628\u064a",waitingParticipants:"{{waitingParticipants}} \u0627\u0634\u062e\u0627\u0635"},participantsPane:{actions:{allow:"\u0627\u0644\u0633\u0645\u0627\u062d \u0644\u0644\u062d\u0627\u0636\u0631\u064a\u0646 \u0628\u0640:",allowVideo:"\u0627\u0644\u0633\u0645\u0627\u062d \u0628\u0627\u0644\u0641\u064a\u062f\u064a\u0648",askUnmute:"\u0627\u0637\u0644\u0628 \u0625\u0639\u0627\u062f\u0629 \u0627\u0644\u0635\u0648\u062a",audioModeration:"\u0625\u0639\u0627\u062f\u0629 \u0635\u0648\u062a \u0623\u0646\u0641\u0633\u0647\u0645",blockEveryoneMicCamera:"\u062d\u0638\u0631 \u0645\u064a\u0643\u0631\u0648\u0641\u0648\u0646 \u0648\u0643\u0627\u0645\u064a\u0631\u0627 \u0627\u0644\u062c\u0645\u064a\u0639",invite:"\u0642\u0645 \u0628\u062f\u0639\u0648\u0629 \u0634\u062e\u0635 \u0645\u0627",moreModerationActions:"\u0627\u0644\u0645\u0632\u064a\u062f \u0645\u0646 \u062e\u064a\u0627\u0631\u0627\u062a \u0627\u0644\u0627\u0634\u0631\u0627\u0641",moreModerationControls:"\u0627\u0644\u0645\u0632\u064a\u062f \u0645\u0646 \u0636\u0648\u0627\u0628\u0637 \u0627\u0644\u0627\u0634\u0631\u0627\u0641",moreParticipantOptions:"\u0627\u0644\u0645\u0632\u064a\u062f \u0645\u0646 \u062e\u064a\u0627\u0631\u0627\u062a \u0627\u0644\u0645\u0634\u0627\u0631\u0643\u064a\u0646",mute:"\u0643\u062a\u0645 \u0627\u0644\u0635\u0648\u062a",muteAll:"\u0643\u062a\u0645 \u0627\u0644\u0643\u0644",muteEveryoneElse:"\u0643\u062a\u0645 \u0635\u0648\u062a \u0627\u0644\u0622\u062e\u0631\u064a\u0646",stopEveryonesVideo:"\u0623\u0648\u0642\u0641 \u0641\u064a\u062f\u064a\u0648 \u0627\u0644\u062c\u0645\u064a\u0639",stopVideo:"\u0623\u0648\u0642\u0641 \u0627\u0644\u0641\u064a\u062f\u064a\u0648",unblockEveryoneMicCamera:"\u0642\u0645 \u0628\u0625\u0644\u063a\u0627\u0621 \u062d\u0638\u0631 \u0645\u064a\u0643\u0631\u0648\u0641\u0648\u0646 \u0648\u0643\u0627\u0645\u064a\u0631\u0627 \u0627\u0644\u062c\u0645\u064a\u0639",videoModeration:"\u0627\u0628\u062f\u0623 \u0627\u0644\u0641\u064a\u062f\u064a\u0648 \u0627\u0644\u062e\u0627\u0635 \u0628\u0647\u0645"},close:"\u063a\u0644\u0642",headings:{lobby:"\u0627\u0644\u0631\u062f\u0647\u0629 ({{count}})",participantsList:"\u0627\u0644\u0645\u0634\u0627\u0631\u0643\u0648\u0646 \u0641\u064a \u0627\u0644\u0645\u064f\u0644\u062a\u0642\u0649({{count}})",waitingLobby:"\u0645\u0646\u062a\u0638\u0631\u0648\u0646 \u0641\u064a \u0627\u0644\u0631\u062f\u0647\u0629 ({{count}})"},search:"\u0628\u062d\u062b",title:"\u0645\u0634\u0627\u0631\u0643\u0648\u0646"},passwordDigitsOnly:"\u062d\u062a\u0649 {{number}} \u0639\u062f\u062f",passwordSetRemotely:"\u0636\u0628\u0637\u0647\u0627 \u0645\u0634\u0627\u0631\u0643 \u0622\u062e\u0631",pinnedParticipant:"\u062a\u0645 \u062a\u062b\u0628\u064a\u062a \u0627\u0644\u0645\u0634\u0627\u0631\u0643",polls:{answer:{skip:"\u062a\u062e\u0637\u0649",submit:"\u064a\u0642\u062f\u0645"},by:"\u0645\u0646",create:{addOption:"\u0625\u0636\u0627\u0641\u0629 \u062e\u064a\u0627\u0631",answerPlaceholder:"\u062e\u064a\u0627\u0631 {{index}}",cancel:"\u0625\u0644\u063a\u0627\u0621",create:"\u0625\u0646\u0634\u0627\u0621 \u0627\u0633\u062a\u0637\u0644\u0627\u0639",pollOption:"\u062e\u064a\u0627\u0631 \u0627\u0644\u0627\u0633\u062a\u0637\u0644\u0627\u0639 {{index}}",pollQuestion:"\u0633\u0624\u0627\u0644 \u0627\u0644\u0627\u0633\u062a\u0637\u0644\u0627\u0639",questionPlaceholder:"\u0637\u0631\u062d \u0633\u0624\u0627\u0644",removeOption:"\u0625\u0632\u0627\u0644\u0629 \u062e\u064a\u0627\u0631",send:"\u0623\u0631\u0633\u0644"},notification:{description:"\u0627\u0641\u062a\u062d \u0639\u0644\u0627\u0645\u0629 \u062a\u0628\u0648\u064a\u0628 \u0627\u0644\u0627\u0642\u062a\u0631\u0627\u0639 \u0644\u0644\u062a\u0635\u0648\u064a\u062a",title:"\u062a\u0645\u062a \u0625\u0636\u0627\u0641\u0629 \u0627\u0642\u062a\u0631\u0627\u0639 \u062c\u062f\u064a\u062f \u0625\u0644\u0649 \u0647\u0630\u0627 \u0627\u0644\u0645\u064f\u0644\u062a\u0642\u0649"},results:{changeVote:"\u062a\u063a\u064a\u064a\u0631 \u0627\u0644\u062a\u0635\u0648\u064a\u062a",empty:"\u0644\u0627 \u062a\u0648\u062c\u062f \u0627\u0633\u062a\u0637\u0644\u0627\u0639\u0627\u062a \u0644\u0644\u0631\u0623\u064a \u0641\u064a \u0627\u0644\u0645\u064f\u0644\u062a\u0642\u0649 \u062d\u062a\u0649 \u0627\u0644\u0622\u0646. \u0627\u0628\u062f\u0623 \u0627\u0644\u0627\u0633\u062a\u0637\u0644\u0627\u0639 \u0647\u0646\u0627!",hideDetailedResults:"\u0623\u062e\u0641\u0650 \u0627\u0644\u062a\u0641\u0627\u0635\u064a\u0644",showDetailedResults:"\u0627\u0638\u0647\u0631 \u0627\u0644\u062a\u0641\u0627\u0635\u064a\u0644",vote:"\u062a\u0635\u0648\u064a\u062a"}},poweredby:"\u0645\u064f\u0634\u063a\u0651\u064e\u0644 \u0628\u0648\u0633\u0627\u0637\u0629",prejoin:{audioAndVideoError:"\u062e\u0637\u0623 \u0641\u064a \u0627\u0644\u0635\u0648\u062a \u0623\u0648 \u0627\u0644\u0641\u064a\u062f\u064a\u0648:",audioDeviceProblem:"\u0647\u0646\u0627\u0644\u0643 \u062e\u0637\u0623 \u0641\u064a \u062c\u0647\u0627\u0632 \u0627\u0644\u0635\u0648\u062a \u0644\u062f\u064a\u0643.",audioOnlyError:"\u062e\u0637\u0623 \u0641\u064a \u0627\u0644\u0635\u0648\u062a:",audioTrackError:"\u0644\u0645 \u0646\u062a\u0645\u0643\u0646 \u0645\u0646 \u0625\u0646\u0634\u0627\u0621 \u0645\u0644\u0641 \u0627\u0644\u0635\u0648\u062a",callMe:"\u0627\u062a\u0635\u0644 \u0628\u064a",callMeAtNumber:"\u0627\u062a\u0635\u0644 \u0628\u064a \u0639\u0644\u0649 \u0647\u0630\u0627 \u0627\u0644\u0631\u0642\u0645:",calling:"\u0642\u064a\u062f \u0627\u0644\u0627\u062a\u0635\u0627\u0644",configuringDevices:"\u064a\u062c\u0631\u064a \u0636\u0628\u0637 \u0627\u0644\u0623\u062c\u0647\u0632\u0629...",connectedWithAudioQ:"\u0647\u0644 \u0645\u062a\u0635\u0644 \u0628\u062c\u0647\u0627\u0632 \u0635\u0648\u062a\u061f",connection:{good:"\u0627\u062a\u0635\u0627\u0644 \u0627\u0644\u0625\u0646\u062a\u0631\u0646\u062a \u0644\u062f\u064a\u0643 \u062c\u064a\u062f!",nonOptimal:"\u0627\u062a\u0635\u0627\u0644 \u0627\u0644\u0625\u0646\u062a\u0631\u0646\u062a \u0644\u062f\u064a\u0643 \u0644\u064a\u0633 \u0643\u0645\u0627 \u0647\u0648 \u0645\u0637\u0644\u0648\u0628",poor:"\u0627\u062a\u0635\u0627\u0644 \u0627\u0644\u0625\u0646\u062a\u0631\u0646\u062a \u0644\u062f\u064a\u0643 \u0636\u0639\u064a\u0641"},connectionDetails:{audioClipping:"\u0646\u062a\u0648\u0642\u0639 \u0623\u0646 \u064a\u064f\u0642\u062a\u0637\u0639 \u0645\u0644\u0641 \u0627\u0644\u0635\u0648\u062a",audioHighQuality:"\u0646\u062a\u0648\u0642\u0639 \u0623\u0646 \u062a\u0643\u0648\u0646 \u062c\u0648\u062f\u0629 \u0645\u0644\u0641 \u0627\u0644\u0635\u0648\u062a \u0645\u0645\u062a\u0627\u0632\u0629!",audioLowNoVideo:"\u0646\u062a\u0648\u0642\u0639 \u0623\u0646 \u062a\u0643\u0648\u0646 \u062c\u0648\u062f\u0629 \u0627\u0644\u0635\u0648\u062a \u0645\u0646\u062e\u0641\u0636\u0629 \u0648\u0628\u062f\u0648\u0646 \u0641\u064a\u062f\u064a\u0648",goodQuality:"\u0631\u0627\u0626\u0639! \u0627\u0644\u062c\u0648\u062f\u0629 \u0641\u064a \u062a\u062d\u0633\u0646 \u0644\u0644\u0623\u0641\u0636\u0644!",noMediaConnectivity:"\u0644\u0645 \u0646\u062a\u0645\u0643\u0646 \u0645\u0646 \u0625\u064a\u062c\u0627\u062f \u0648\u0633\u064a\u0644\u0629 \u0644\u0625\u0646\u0634\u0627\u0621 \u0627\u062a\u0635\u0627\u0644 \u0644\u0647\u0630\u0647 \u0627\u0644\u062a\u062c\u0631\u0628\u0629\u060c \u0648\u0633\u0628\u0628 \u0647\u0630\u0627 \u0639\u0627\u0626\u062f \u0625\u0644\u0649 \u0627\u0644\u062c\u062f\u0627\u0631 \u0627\u0644\u0646\u0627\u0631\u064a \u0623\u0648 \u0645\u062a\u0631\u062c\u0645 \u0639\u0646\u0627\u0648\u064a\u0646 \u0627\u0644\u0634\u0628\u0643\u0629 NAT \u0641\u064a \u0623\u063a\u0644\u0628 \u0627\u0644\u0623\u062d\u064a\u0627\u0646.",noVideo:"\u0646\u062a\u0648\u0642\u0639 \u0623\u0646 \u062a\u0643\u0648\u0646 \u062c\u0648\u062f\u0629 \u0627\u0644\u0641\u064a\u062f\u064a\u0648 \u062a\u0639\u064a\u0633\u0629.",undetectable:"\u0625\u0646 \u0645\u0627\u0632\u0644\u062a \u063a\u064a\u0631 \u0642\u0627\u062f\u0631 \u0639\u0644\u0649 \u0625\u062c\u0631\u0627\u0621 \u0627\u062a\u0635\u0627\u0644\u0627\u062a \u0645\u0646 \u0627\u0644\u0645\u062a\u0635\u0641\u062d\u060c \u0646\u0646\u0635\u062d \u0628\u0627\u0644\u062a\u0623\u0643\u062f \u0645\u0646 \u062d\u0627\u0644\u0629 \u0645\u0643\u0628\u0631\u0627\u062a \u0627\u0644\u0635\u0648\u062a \u0648\u0627\u0644\u0645\u0627\u064a\u0643\u0631\u0648\u0641\u0648\u0646 \u0648\u0627\u0644\u0643\u0627\u0645\u064a\u0631\u0627\u060c \u0648\u0623\u0646\u0651\u064e\u0643 \u0645\u0646\u062d\u062a \u0627\u0644\u0645\u062a\u0635\u0641\u062d \u0625\u0630\u0646 \u0627\u0644\u0648\u0635\u0648\u0644 \u0625\u0644\u064a\u0647\u0627 \u0648\u0623\u0646 \u0627\u0644\u0645\u062a\u0635\u0641\u062d \u0645\u062d\u062f\u0651\u064e\u062b \u0625\u0644\u0649 \u0623\u062d\u062f\u062b \u0625\u0635\u062f\u0627\u0631. \u0625\u0646 \u0645\u0627 \u0632\u0644\u062a \u062a\u0648\u0627\u062c\u0647 \u0645\u0634\u0627\u0643\u0644 \u0641\u064a \u0627\u0644\u0627\u062a\u0635\u0627\u0644 \u0628\u0639\u062f \u0630\u0644\u0643\u060c \u062d\u0627\u0648\u0644 \u0627\u0644\u062a\u0648\u0627\u0635\u0644 \u0645\u0639 \u0645\u0637\u0648\u0631\u064a \u062a\u0637\u0628\u064a\u0642 \u0627\u0644\u0648\u064a\u0628.",veryPoorConnection:"\u0646\u062a\u0648\u0642\u0639 \u0623\u0646 \u062a\u0643\u0648\u0646 \u062c\u0648\u062f\u0629 \u0627\u0644\u0627\u062a\u0635\u0627\u0644 \u062a\u0639\u064a\u0633\u0629.",videoFreezing:"\u0646\u062a\u0648\u0642\u0639 \u062d\u0635\u0648\u0644 \u062c\u0645\u0648\u062f \u0641\u064a \u0627\u0644\u0641\u064a\u062f\u064a\u0648 \u0623\u0648 \u062a\u062d\u0648\u0644 \u0627\u0644\u0635\u0648\u0631\u0629 \u0644\u0644\u0633\u0648\u0627\u062f",videoHighQuality:"\u0646\u062a\u0648\u0642\u0639 \u0623\u0646 \u062a\u0643\u0648\u0646 \u062c\u0648\u062f\u0629 \u0627\u0644\u0641\u064a\u062f\u064a\u0648 \u062c\u064a\u062f\u0629",videoLowQuality:"\u0646\u062a\u0648\u0642\u0639 \u0623\u0646 \u062a\u0643\u0648\u0646 \u062c\u0648\u062f\u0629 \u0627\u0644\u0641\u064a\u062f\u064a\u0648 \u0645\u0646\u062e\u0641\u0636\u0629 \u0645\u0646 \u0646\u0627\u062d\u064a\u0629 \u0645\u0639\u062f\u0651\u0650\u0644 \u0627\u0644\u0625\u0637\u0627\u0631\u0627\u062a \u0648\u0627\u0644\u062f\u0642\u0629",videoTearing:"\u0646\u062a\u0648\u0642\u0639 \u0623\u0646 \u062a\u0643\u0648\u0646 \u062f\u0642\u0629 \u0627\u0644\u0641\u064a\u062f\u064a\u0648 \u062a\u0639\u064a\u0633\u0629"},copyAndShare:"\u0627\u0646\u0633\u062e \u0631\u0627\u0628\u0637 \u0627\u0644\u0645\u064f\u0644\u062a\u0642\u0649 \u0648\u0634\u0627\u0631\u0643\u0647",dialInMeeting:"\u064a\u062c\u0631\u064a \u0627\u0644\u0627\u062a\u0635\u0627\u0644 \u0628\u0627\u0644\u0645\u064f\u0644\u062a\u0642\u0649",dialInPin:"\u064a\u062c\u0631\u064a \u0627\u0644\u0627\u062a\u0635\u0627\u0644\u060c \u0623\u062f\u062e\u0644 \u0627\u0644\u0631\u0645\u0632 PIN:",dialing:"\u064a\u062c\u0631\u064a \u0627\u0644\u0627\u062a\u0635\u0627\u0644",doNotShow:"\u0644\u0627 \u062a\u0638\u0647\u0631 \u0644\u064a \u0647\u0630\u0647 \u0645\u0631\u0629 \u0623\u062e\u0631\u0649",errorDialOut:"\u0644\u0645 \u0646\u062a\u0645\u0643\u0646 \u0645\u0646 \u0627\u0644\u0627\u062a\u0635\u0627\u0644",errorDialOutDisconnected:"\u0642\u0637\u0639 \u0627\u0644\u0627\u062a\u0635\u0627\u0644 \u0644\u0641\u0634\u0644 \u0627\u0644\u0639\u0645\u0644\u064a\u0629.",errorDialOutFailed:"\u0641\u0634\u0644\u062a \u0639\u0645\u0644\u064a\u0629 \u0627\u0644\u0627\u062a\u0635\u0627\u0644\u060c \u0644\u0644\u0623\u0633\u0641.",errorDialOutStatus:"\u062e\u0637\u0623 \u0641\u064a \u0645\u0639\u0631\u0641\u0629 \u062d\u0627\u0644\u0629 \u0627\u0644\u0627\u062a\u0635\u0627\u0644",errorMissingName:"\u0623\u062f\u062e\u0644 \u0627\u0633\u0645\u0643 \u0644\u0644\u062f\u062e\u0648\u0644 \u0644\u0644\u0645\u064f\u0644\u062a\u0642\u0649",errorNoPermissions:"\u062a\u062d\u062a\u0627\u062c \u0625\u0644\u0649 \u062a\u0645\u0643\u064a\u0646 \u0627\u0644\u0648\u0635\u0648\u0644 \u0625\u0644\u0649 \u0627\u0644\u0645\u064a\u0643\u0631\u0648\u0641\u0648\u0646 \u0648\u0627\u0644\u0643\u0627\u0645\u064a\u0631\u0627",errorStatusCode:"\u0641\u0634\u0644 \u0627\u0644\u0627\u062a\u0635\u0627\u0644 \u0628\u0631\u0645\u0632 \u062e\u0637\u0623: {{status}}",errorValidation:"\u0641\u0634\u0644 \u0627\u0644\u062a\u062d\u0642\u0642 \u0645\u0646 \u0627\u0644\u0631\u0642\u0645",iWantToDialIn:"\u0623\u0631\u064a\u062f \u0627\u0644\u0627\u062a\u0635\u0627\u0644",initiated:"\u0628\u062f\u0623 \u0627\u0644\u0627\u062a\u0635\u0627\u0644",joinAudioByPhone:"\u0627\u0646\u0636\u0645 \u0645\u0639 \u0635\u0648\u062a \u0645\u0646 \u0627\u0644\u062c\u0648\u0627\u0644",joinMeeting:"\u0627\u0646\u0636\u0645 \u0644\u0644\u0645\u064f\u0644\u062a\u0642\u0649",joinMeetingInLowBandwidthMode:"\u0627\u0644\u0627\u0646\u0636\u0645\u0627\u0645 \u0641\u064a \u0648\u0636\u0639 \u0627\u0644\u0646\u0637\u0627\u0642 \u0627\u0644\u062a\u0631\u062f\u062f\u064a \u0627\u0644\u0645\u0646\u062e\u0641\u0636",joinWithoutAudio:"\u0627\u0646\u0636\u0645 \u062f\u0648\u0646 \u0635\u0648\u062a",keyboardShortcuts:"\u062a\u0641\u0639\u064a\u0644 \u0627\u062e\u062a\u0635\u0627\u0631\u0627\u062a \u0644\u0648\u062d\u0629 \u0627\u0644\u0645\u0641\u0627\u062a\u064a\u062d",linkCopied:"\u0646\u064f\u0633\u0650\u062e \u0627\u0644\u0631\u0627\u0628\u0637",lookGood:"\u064a\u0628\u062f\u0648 \u0623\u0646 \u0627\u0644\u0645\u064a\u0643\u0631\u0648\u0641\u0648\u0646 \u0644\u062f\u064a\u0643 \u0633\u064a\u0621",or:"\u0623\u0648",premeeting:"\u0645\u0627 \u0642\u0628\u0644 \u0627\u0644\u0645\u064f\u0644\u062a\u0642\u0649",screenSharingError:"\u062e\u0637\u0623 \u0641\u064a \u0645\u0634\u0627\u0631\u0643\u0629 \u0627\u0644\u0634\u0627\u0634\u0629:",showScreen:"\u062a\u0641\u0639\u064a\u0644 \u0648\u0627\u062c\u0647\u0629 \u0645\u0627 \u0642\u0628\u0644 \u0627\u0644\u0645\u064f\u0644\u062a\u0642\u0649",startWithPhone:"\u0627\u0644\u0628\u062f\u0621 \u0645\u0639 \u062c\u0647\u0627\u0632 \u0627\u0644\u0635\u0648\u062a \u0645\u0646 \u0627\u0644\u062c\u0648\u0627\u0644",videoOnlyError:"\u062e\u0637\u0623 \u0641\u064a \u0627\u0644\u0641\u064a\u062f\u064a\u0648:",videoTrackError:"\u0644\u0645 \u0646\u062a\u0645\u0643\u0646 \u0645\u0646 \u0625\u0646\u0634\u0627\u0621 \u0645\u0644\u0641 \u0627\u0644\u0641\u064a\u062f\u064a\u0648",viewAllNumbers:"\u0639\u0631\u0636 \u062c\u0645\u064a\u0639 \u0627\u0644\u0623\u0631\u0642\u0627\u0645"},presenceStatus:{busy:"\u0645\u0634\u063a\u0648\u0644",calling:"\u064a\u062a\u062d\u062f\u062b...",connected:"\u0645\u062a\u0635\u0644",connecting:"\u064a\u062a\u0635\u0644...",connecting2:"\u064a\u062a\u0635\u0644...",disconnected:"\u063a\u064a\u0631 \u0627\u0644\u0627\u062a\u0635\u0627\u0644",expired:"\u0645\u0646\u062a\u0647\u064a \u0627\u0644\u0635\u0644\u0627\u062d\u064a\u0629",ignored:"\u0645\u0647\u0645\u0644",initializingCall:"\u062a\u0647\u064a\u0626\u0629 \u0645\u0643\u0627\u0644\u0645\u0629...",invited:"\u0645\u062f\u0639\u0648",rejected:"\u0645\u0631\u0641\u0648\u0636",ringing:"\u064a\u0631\u0646..."},privacyView:{title:"\u062e\u0635\u0648\u0635\u064a\u0629"},profile:{avatar:"avatar",setDisplayNameLabel:"\u062d\u062f\u062f \u0627\u0633\u0645\u0643 \u0627\u0644\u0645\u0631\u0627\u062f \u0639\u0631\u0636\u0647",setEmailInput:"\u0623\u062f\u062e\u0644 \u0628\u0631\u064a\u062f\u0643 \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a",setEmailLabel:"\u062d\u062f\u062f \u0627\u0644\u0635\u0648\u0631\u0629 \u0627\u0644\u0631\u0645\u0632\u064a\u0629 (gravatar) \u0644\u0628\u0631\u064a\u062f\u0643 \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a",title:"\u0627\u0644\u0645\u0644\u0641 \u0627\u0644\u0634\u062e\u0635\u064a"},raisedHand:"\u064a\u0631\u062f \u0627\u0644\u062a\u062d\u062f\u062b",raisedHandsLabel:"\u0639\u062f\u062f \u0627\u0644\u0623\u064a\u062f\u064a \u0627\u0644\u0645\u0631\u0641\u0648\u0639\u0629",record:{already:{linked:"\u0627\u0644\u0633\u062c\u0644 \u0645\u0631\u062a\u0628\u0637 \u0628\u0627\u0644\u0641\u0639\u0644 \u0628\u0647\u0630\u0647 \u0627\u0644\u062c\u0644\u0633\u0629."},type:{account:"\u0627\u0644\u062d\u0633\u0627\u0628",contact:"\u062c\u0647\u0627\u062a \u0627\u0644\u0627\u062a\u0635\u0627\u0644",lead:"\u0627\u0644\u0628\u062f\u0621",opportunity:"\u0627\u0644\u0641\u0631\u0635\u0629",owner:"\u0627\u0644\u0645\u0627\u0644\u0643"}},recording:{authDropboxText:"\u0631\u0641\u0639 \u0625\u0644\u0649 Dropbox",availableSpace:"\u0627\u0644\u0645\u0633\u0627\u062d\u0629 \u0627\u0644\u0645\u062a\u0627\u062d\u0629: {{spaceLeft}} \u0645\u064a\u063a\u0627\u0628\u0627\u064a\u062a (\u0645\u0627 \u064a\u0642\u0627\u0631\u0628 {{duration}} \u062f\u0642\u064a\u0642\u0629 \u062a\u0633\u062c\u064a\u0644).",beta:"\u062a\u062c\u0631\u064a\u0628\u064a",busy:"\u0646\u0639\u0645\u0644 \u0639\u0644\u0649 \u062a\u062d\u0631\u064a\u0631 \u0645\u0648\u0627\u0631\u062f \u0627\u0644\u062a\u0633\u062c\u064a\u0644. \u062d\u0627\u0648\u0644 \u0645\u0631\u0629 \u0623\u062e\u0631\u0649 \u0628\u0639\u062f \u0628\u0636\u0639\u0629 \u062f\u0642\u0627\u0626\u0642.",busyTitle:"\u062c\u0645\u064a\u0639 \u0627\u0644\u0645\u0633\u062c\u0644\u064a\u0646 \u0645\u0634\u063a\u0648\u0644\u0648\u0646 \u062d\u0627\u0644\u064a\u064b\u0627",copyLink:"Copy Link",error:"\u0641\u0634\u0644 \u0627\u0644\u062a\u0633\u062c\u064a\u0644. \u062d\u0627\u0648\u0644 \u0645\u0631\u0629 \u0623\u062e\u0631\u0649.",errorFetchingLink:"\u062e\u0637\u0623 \u0641\u064a \u062c\u0644\u0628 \u0631\u0627\u0628\u0637 \u0627\u0644\u062a\u0633\u062c\u064a\u0644.",expandedOff:"\u0623\u0648\u0642\u064d\u0641 \u0627\u0644\u062a\u0633\u062c\u064a\u0644",expandedOn:"\u064a\u064f\u0633\u062c\u064e\u0651\u0644 \u0627\u0644\u0645\u064f\u0644\u062a\u0642\u0649 \u0627\u0644\u0622\u0646",expandedPending:"\u0628\u062f\u0621 \u0627\u0644\u062a\u0633\u062c\u064a\u0644...",failedToStart:"\u0641\u0634\u0644 \u0628\u062f\u0621 \u0627\u0644\u062a\u0633\u062c\u064a\u0644",fileSharingdescription:"\u0634\u0627\u0631\u0643 \u0627\u0644\u062a\u0633\u062c\u064a\u0644 \u0645\u0639 \u0627\u0644\u0645\u0634\u0627\u0631\u0643\u064a\u0646 \u0644\u0644\u0645\u064f\u0644\u062a\u0642\u0649",highlight:"\u062a\u0633\u0644\u064a\u0637 \u0627\u0644\u0636\u0648\u0621",highlightMoment:"\u0644\u062d\u0638\u0629 \u062a\u0633\u0644\u064a\u0637 \u0627\u0644\u0636\u0648\u0621",highlightMomentDisabled:"\u064a\u0645\u0643\u0646\u0643 \u062a\u0645\u064a\u064a\u0632 \u0627\u0644\u0644\u062d\u0638\u0627\u062a \u0627\u0644\u062a\u064a \u064a\u0628\u062f\u0623 \u0641\u064a\u0647\u0627 \u0627\u0644\u062a\u0633\u062c\u064a\u0644",highlightMomentSuccess:"\u062a\u0645 \u062a\u0645\u064a\u064a\u0632 \u0627\u0644\u0644\u062d\u0638\u0629",highlightMomentSucessDescription:"\u0633\u062a\u062a\u0645 \u0625\u0636\u0627\u0641\u0629 \u0627\u0644\u0644\u062d\u0638\u0629 \u0627\u0644\u0645\u0645\u064a\u0632\u0629 \u0625\u0644\u0649 \u0645\u0644\u062e\u0635 \u0627\u0644\u0645\u064f\u0644\u062a\u0642\u0649.",inProgress:"\u0627\u0644\u062a\u0633\u062c\u064a\u0644 \u0623\u0648 \u0627\u0644\u0628\u062b \u0627\u0644\u0645\u0628\u0627\u0634\u0631 \u0642\u064a\u062f \u0627\u0644\u062a\u0642\u062f\u0645",limitNotificationDescriptionNative:"\u0646\u0638\u0631\u064b\u0627 \u0644\u0644\u0636\u063a\u0637 \u0627\u0644\u0643\u0628\u064a\u0631\u060c \u0633\u064a\u0642\u064a\u0651\u064e\u062f \u0627\u0644\u062a\u0633\u062c\u064a\u0644 \u0625\u0644\u0649 {{limit}} \u062f\u060c \u0648\u0644\u0643\u0646 \u0625\u0646 \u0623\u0631\u062f\u062a \u0627\u0644\u062a\u0633\u062c\u064a\u0644 \u0644\u0645\u062f\u0629 \u0645\u0641\u062a\u0648\u062d\u0629\u060c \u062c\u0631\u0651\u0650\u0628 <3>{{app}}.",limitNotificationDescriptionWeb:"\u0646\u0638\u0631\u064b\u0627 \u0644\u0644\u0636\u063a\u0637 \u0627\u0644\u0643\u0628\u064a\u0631\u060c \u0633\u064a\u0642\u064a\u0651\u064e\u062f \u0627\u0644\u062a\u0633\u062c\u064a\u0644 \u0625\u0644\u0649 {{limit}} \u062f\u060c \u0648\u0644\u0643\u0646 \u0625\u0646 \u0623\u0631\u062f\u062a \u0627\u0644\u062a\u0633\u062c\u064a\u0644 \u0644\u0645\u062f\u0629 \u0645\u0641\u062a\u0648\u062d\u0629\u060c \u062c\u0631\u0651\u0650\u0628 {{app}}.",linkGenerated:"\u0644\u0642\u062f \u0623\u0646\u0634\u0623\u0646\u0627 \u0631\u0627\u0628\u0637\u064b\u0627 \u0644\u062a\u0633\u062c\u064a\u0644\u0643.",live:"\u0645\u0628\u0627\u0634\u0631",localRecordingNoNotificationWarning:"\u0644\u0646 \u064a\u062a\u0645 \u0627\u0644\u0625\u0639\u0644\u0627\u0646 \u0639\u0646 \u0627\u0644\u062a\u0633\u062c\u064a\u0644 \u0644\u0644\u0645\u0634\u0627\u0631\u0643\u064a\u0646 \u0627\u0644\u0622\u062e\u0631\u064a\u0646. \u0633\u062a\u062d\u062a\u0627\u062c \u0625\u0644\u0649 \u0625\u062e\u0628\u0627\u0631\u0647\u0645 \u0628\u0623\u0646\u0647 \u062a\u0645 \u062a\u0633\u062c\u064a\u0644 \u0627\u0644\u0627\u062c\u062a\u0645\u0627\u0639.",localRecordingNoVideo:"\u0644\u0627 \u064a\u062a\u0645 \u062a\u0633\u062c\u064a\u0644 \u0627\u0644\u0641\u064a\u062f\u064a\u0648",localRecordingStartWarning:"\u064a\u0631\u062c\u0649 \u0627\u0644\u062a\u0623\u0643\u062f \u0645\u0646 \u0625\u064a\u0642\u0627\u0641 \u0627\u0644\u062a\u0633\u062c\u064a\u0644 \u0642\u0628\u0644 \u0627\u0644\u062e\u0631\u0648\u062c \u0645\u0646 \u0627\u0644\u0627\u062c\u062a\u0645\u0627\u0639 \u0645\u0646 \u0623\u062c\u0644 \u062d\u0641\u0638\u0647.",localRecordingStartWarningTitle:"\u0623\u0648\u0642\u0641 \u0627\u0644\u062a\u0633\u062c\u064a\u0644 \u0644\u062d\u0641\u0638\u0647",localRecordingVideoStop:"\u0633\u064a\u0624\u062f\u064a \u0625\u064a\u0642\u0627\u0641 \u0627\u0644\u0641\u064a\u062f\u064a\u0648 \u0623\u064a\u0636\u064b\u0627 \u0625\u0644\u0649 \u0625\u064a\u0642\u0627\u0641 \u0627\u0644\u062a\u0633\u062c\u064a\u0644 \u0627\u0644\u0645\u062d\u0644\u064a. \u0647\u0644 \u0623\u0646\u062a \u0645\u062a\u0623\u0643\u062f \u0623\u0646\u0643 \u062a\u0631\u064a\u062f \u0627\u0644\u0627\u0633\u062a\u0645\u0631\u0627\u0631\u061f",localRecordingVideoWarning:"\u0644\u062a\u0633\u062c\u064a\u0644 \u0627\u0644\u0641\u064a\u062f\u064a\u0648 \u0627\u0644\u062e\u0627\u0635 \u0628\u0643 \u060c \u064a\u062c\u0628 \u0623\u0646 \u064a\u0643\u0648\u0646 \u0644\u062f\u064a\u0643 \u0639\u0646\u062f \u0628\u062f\u0621 \u0627\u0644\u062a\u0633\u062c\u064a\u0644",localRecordingWarning:"\u062a\u0623\u0643\u062f \u0645\u0646 \u062a\u062d\u062f\u064a\u062f \u0639\u0644\u0627\u0645\u0629 \u0627\u0644\u062a\u0628\u0648\u064a\u0628 \u0627\u0644\u062d\u0627\u0644\u064a\u0629 \u0644\u0627\u0633\u062a\u062e\u062f\u0627\u0645 \u0627\u0644\u0641\u064a\u062f\u064a\u0648 \u0648\u0627\u0644\u0635\u0648\u062a \u0627\u0644\u0635\u062d\u064a\u062d\u064a\u0646. \u0627\u0644\u062a\u0633\u062c\u064a\u0644 \u0645\u062d\u062f\u0648\u062f \u062d\u0627\u0644\u064a\u064b\u0627 \u0628\u0640 1 \u0643\u064a\u063a\u0627\u0628\u0627\u064a\u062a \u060c \u0623\u064a \u062d\u0648\u0627\u0644\u064a 100 \u062f\u0642\u064a\u0642\u0629.",loggedIn:"\u0645\u064f\u0633\u062c\u0651\u064e\u0644 \u0628\u0627\u0633\u0645 {{userName}}",noStreams:"\u0644\u0645 \u064a\u062a\u0645 \u0627\u0644\u0643\u0634\u0641 \u0639\u0646 \u062f\u0641\u0642 \u0627\u0644\u0635\u0648\u062a \u0623\u0648 \u0627\u0644\u0641\u064a\u062f\u064a\u0648.",off:"\u0623\u0648\u0642\u0650\u0641 \u0627\u0644\u062a\u0633\u062c\u064a\u0644",offBy:"\u0623\u0648\u0642\u064e\u0641 {{name}} \u0627\u0644\u062a\u0633\u062c\u064a\u0644",on:"\u062a\u0633\u062c\u064a\u0644",onBy:"\u0628\u062f\u0623 {{name}} \u0627\u0644\u062a\u0633\u062c\u064a\u0644",onlyRecordSelf:"\u062a\u0633\u062c\u064a\u0644 \u0641\u0642\u0637 \u062f\u0641\u0642 \u0627\u0644\u0635\u0648\u062a \u0648\u0627\u0644\u0641\u064a\u062f\u064a\u0648 \u0627\u0644\u062e\u0627\u0635\u0629 \u0628\u064a",pending:"\u0627\u0644\u062a\u062d\u0636\u064a\u0631 \u0644\u062a\u0633\u062c\u064a\u0644 \u0627\u0644\u0645\u064f\u0644\u062a\u0642\u0649...",rec:"\u062a\u0633\u062c\u064a\u0644",saveLocalRecording:"\u062d\u0641\u0638 \u0645\u0644\u0641 \u0627\u0644\u062a\u0633\u062c\u064a\u0644 \u0645\u062d\u0644\u064a\u0627",serviceDescription:"\u0633\u062a\u062d\u0641\u0638 \u062e\u062f\u0645\u0629 \u0627\u0644\u062a\u0633\u062c\u064a\u0644 \u0627\u0644\u0641\u064a\u062f\u064a\u0648 \u0627\u0644\u0645\u0633\u062a\u062c\u0644",serviceDescriptionCloud:"\u062a\u0633\u062c\u064a\u0644 \u0633\u062d\u0627\u0628\u064a",serviceDescriptionCloudInfo:"\u064a\u062a\u0645 \u0645\u0633\u062d \u0627\u0644\u0645\u064f\u0644\u062a\u0642\u064a\u0627\u062a \u0627\u0644\u0645\u0633\u062c\u0644\u0629 \u062a\u0644\u0642\u0627\u0626\u064a\u064b\u0627 \u0628\u0639\u062f 24 \u0633\u0627\u0639\u0629 \u0645\u0646 \u0648\u0642\u062a \u0627\u0644\u062a\u0633\u062c\u064a\u0644.",serviceName:"\u062e\u062f\u0645\u0629 \u0627\u0644\u062a\u0633\u062c\u064a\u0644",sessionAlreadyActive:"\u0647\u0630\u0647 \u0627\u0644\u062c\u0644\u0633\u0629 \u0642\u064a\u062f \u0627\u0644\u062a\u0633\u062c\u064a\u0644 \u0623\u0648 \u0627\u0644\u0628\u062b \u0627\u0644\u0645\u0628\u0627\u0634\u0631.",signIn:"\u062f\u062e\u0648\u0644",signOut:"\u062e\u0631\u0648\u062c",surfaceError:"\u0627\u0644\u0631\u062c\u0627\u0621 \u062a\u062d\u062f\u064a\u062f \u0639\u0644\u0627\u0645\u0629 \u0627\u0644\u062a\u0628\u0648\u064a\u0628 \u0627\u0644\u062d\u0627\u0644\u064a\u0629.",title:"\u0642\u064a\u062f \u0627\u0644\u062a\u0633\u062c\u064a\u0644",unavailable:"\u0639\u062c\u0628\u064b\u0627! {{serviceName}} \u063a\u064a\u0631 \u0645\u062a\u0627\u062d\u0629 \u062d\u0627\u0644\u064a\u064b\u0627. \u0646\u0639\u0645\u0644 \u0639\u0644\u0649 \u062d\u0644 \u0627\u0644\u0645\u0634\u0643\u0644\u0629. \u062d\u0627\u0648\u0644 \u0645\u0631\u0629 \u0623\u062e\u0631\u0649 \u0644\u0627\u062d\u0642\u064b\u0627.",unavailableTitle:"\u0627\u0644\u062a\u0633\u062c\u064a\u0644 \u063a\u064a\u0631 \u0645\u062a\u0627\u062d",uploadToCloud:"\u062a\u062d\u0645\u064a\u0644 \u0625\u0644\u0649 \u0627\u0644\u0633\u062d\u0627\u0628\u0629"},screenshareDisplayName:"\u0634\u0627\u0634\u0629 {{name}}",sectionList:{pullToRefresh:"\u0627\u0633\u062d\u0628 \u0644\u0644\u062a\u062d\u062f\u064a\u062b"},security:{about:"\u064a\u0645\u0643\u0646\u0643 \u0625\u0636\u0627\u0641\u0629 $t(lockRoomPassword) \u0625\u0644\u0649 \u0627\u0644\u0645\u064f\u0644\u062a\u0642\u0649. \u0633\u064a\u062a\u0648\u062c\u0628 \u0639\u0644\u0649 \u0627\u0644\u0645\u0634\u0627\u0631\u0643\u064a\u0646 \u0625\u062f\u062e\u0627\u0644 $t(lockRoomPassword) \u0642\u0628\u0644 \u0627\u0644\u0633\u0645\u0627\u062d \u0644\u0647\u0645 \u0628\u0627\u0644\u0627\u0646\u0636\u0645\u0627\u0645 \u0625\u0644\u0649 \u0627\u0644\u0645\u064f\u0644\u062a\u0642\u0649.",aboutReadOnly:"\u0627\u0644\u0645\u0634\u0627\u0631\u0643\u0648\u0646 \u0628\u0635\u0641\u0629 \u0631\u0626\u064a\u0633 \u0627\u0644\u062c\u0644\u0633\u0629 \u064a\u0645\u0643\u0646\u0647\u0645 \u0625\u0636\u0627\u0641\u0629 $t(lockRoomPassword) \u0625\u0644\u0649 \u0627\u0644\u0645\u064f\u0644\u062a\u0642\u0649. \u0633\u064a\u062a\u0648\u062c\u0628 \u0639\u0644\u0649 \u0627\u0644\u0645\u0634\u0627\u0631\u0643\u064a\u0646 \u0625\u062f\u062e\u0627\u0644 $t(lockRoomPassword) \u0642\u0628\u0644 \u0627\u0644\u0633\u0645\u0627\u062d \u0644\u0647\u0645 \u0628\u0627\u0644\u0627\u0646\u0636\u0645\u0627\u0645 \u0625\u0644\u0649 \u0627\u0644\u0645\u064f\u0644\u062a\u0642\u0649.",insecureRoomNameWarning:"\u0627\u0633\u0645 \u0627\u0644\u063a\u0631\u0641\u0629 \u063a\u064a\u0631 \u0622\u0645\u0646\u060c \u0641\u0642\u062f \u064a\u0646\u0636\u0645 \u0639\u0628\u0631\u0647 \u0645\u0634\u0627\u0631\u0643\u0648\u0646 \u063a\u0631\u0628\u0627\u0621 \u0625\u0644\u0649 \u0627\u0644\u0645\u064f\u0644\u062a\u0642\u0649. \u0646\u0646\u0635\u062d\u0643 \u0628\u062a\u0623\u0645\u064a\u0646 \u0627\u0644\u0645\u064f\u0644\u062a\u0642\u0649 \u0639\u0628\u0631 \u0648\u0633\u0627\u0626\u0644 \u0627\u0644\u062d\u0645\u0627\u064a\u0629 \u0627\u0644\u062a\u064a \u064a\u0648\u0641\u0631\u0647\u0627 \u0632\u0631 \u0627\u0644\u062d\u0645\u0627\u064a\u0629.",title:"\u062e\u064a\u0627\u0631\u0627\u062a \u0627\u0644\u0623\u0645\u0627\u0646"},settings:{buttonLabel:"\u0625\u0639\u062f\u0627\u062f\u0627\u062a",calendar:{about:"\u062a\u064f\u0633\u062a\u0639\u0645\u064e\u0644 \u0627\u0644\u0631\u0632\u0646\u0627\u0645\u0629 {{appName}} \u0627\u0644\u0645\u062f\u0645\u062c\u0629 \u0644\u0644\u0648\u0635\u0644 \u0628\u0623\u0645\u0627\u0646 \u0625\u0644\u0649 \u0631\u0632\u0646\u0627\u0645\u062a\u0643\u060c \u0644\u0630\u0627 \u0628\u0627\u0644\u0625\u0645\u0643\u0627\u0646 \u0645\u0639\u0631\u0641\u0629 \u0627\u0644\u0623\u062d\u062f\u0627\u062b \u0627\u0644\u0642\u0627\u062f\u0645\u0629.",disconnect:"\u0642\u0637\u0639 \u0627\u0644\u0627\u062a\u0635\u0627\u0644",microsoftSignIn:"\u0633\u062c\u0644 \u0627\u0644\u062f\u062e\u0648\u0644 \u0628\u0627\u0633\u062a\u0639\u0645\u0627\u0644 \u062d\u0633\u0627\u0628 \u0645\u0627\u064a\u0643\u0631\u0648\u0633\u0648\u0641\u062a",signedIn:"\u064a\u062c\u0631\u064a \u0627\u0644\u0648\u0635\u0648\u0644 \u0625\u0644\u0649 \u0623\u062d\u062f\u0627\u062b \u0627\u0644\u0631\u0632\u0646\u0627\u0645\u0629 \u062d\u0627\u0644\u064a\u064b\u0627 \u0627\u0644\u062a\u064a \u062a\u062e\u0635 {{email}}. \u0627\u0636\u063a\u0637 \u0639\u0644\u0649 \u0632\u0631 \u0642\u0637\u0639 \u0627\u0644\u0627\u062a\u0635\u0627\u0644 \u0628\u0627\u0644\u0623\u0633\u0641\u0644 \u0644\u0625\u064a\u0642\u0627\u0641 \u0627\u0644\u0648\u0635\u0648\u0644 \u0625\u0644\u0649 \u0623\u062d\u062f\u0627\u062b \u0627\u0644\u0645\u0633\u062c\u0644\u0629 \u0641\u064a \u0627\u0644\u0631\u0632\u0646\u0627\u0645\u0629.",title:"\u0627\u0644\u0631\u0632\u0646\u0627\u0645\u0629"},desktopShareFramerate:"\u0645\u0639\u062f\u0644 \u0625\u0637\u0627\u0631\u0627\u062a \u0645\u0634\u0627\u0631\u0643\u0629 \u0633\u0637\u062d \u0627\u0644\u0645\u0643\u062a\u0628",desktopShareHighFpsWarning:"\u0642\u062f \u064a\u0624\u062b\u0631 \u0645\u0639\u062f\u0644 \u0627\u0644\u0625\u0637\u0627\u0631\u0627\u062a \u0627\u0644\u0623\u0639\u0644\u0649 \u0644\u0645\u0634\u0627\u0631\u0643\u0629 \u0633\u0637\u062d \u0627\u0644\u0645\u0643\u062a\u0628 \u0639\u0644\u0649 \u0627\u0644\u0646\u0637\u0627\u0642 \u0627\u0644\u062a\u0631\u062f\u062f\u064a \u0627\u0644\u062e\u0627\u0635 \u0628\u0643. \u062a\u062d\u062a\u0627\u062c \u0625\u0644\u0649 \u0625\u0639\u0627\u062f\u0629 \u062a\u0634\u063a\u064a\u0644 \u0645\u0634\u0627\u0631\u0643\u0629 \u0627\u0644\u0634\u0627\u0634\u0629 \u062d\u062a\u0649 \u062a\u062f\u062e\u0644 \u0627\u0644\u0625\u0639\u062f\u0627\u062f\u0627\u062a \u0627\u0644\u062c\u062f\u064a\u062f\u0629 \u062d\u064a\u0632 \u0627\u0644\u062a\u0646\u0641\u064a\u0630.",desktopShareWarning:"\u062a\u062d\u062a\u0627\u062c \u0625\u0644\u0649 \u0625\u0639\u0627\u062f\u0629 \u062a\u0634\u063a\u064a\u0644 \u0645\u0634\u0627\u0631\u0643\u0629 \u0627\u0644\u0634\u0627\u0634\u0629 \u062d\u062a\u0649 \u062a\u062f\u062e\u0644 \u0627\u0644\u0625\u0639\u062f\u0627\u062f\u0627\u062a \u0627\u0644\u062c\u062f\u064a\u062f\u0629 \u062d\u064a\u0632 \u0627\u0644\u062a\u0646\u0641\u064a\u0630. \u062a\u062d\u062a\u0627\u062c \u0625\u0644\u0649 \u0625\u0639\u0627\u062f\u0629 \u062a\u0634\u063a\u064a\u0644 \u0645\u0634\u0627\u0631\u0643\u0629 \u0627\u0644\u0634\u0627\u0634\u0629 \u062d\u062a\u0649 \u064a\u062a\u0645 \u062a\u0641\u0639\u064a\u0644 \u0627\u0644\u0625\u0639\u062f\u0627\u062f\u0627\u062a \u0627\u0644\u062c\u062f\u064a\u062f\u0629.",devices:"\u0627\u0644\u0623\u062c\u0647\u0632\u0629",followMe:"\u0643\u0644 \u0645\u0646 \u064a\u062a\u0627\u0628\u0639\u0646\u064a",framesPerSecond:"\u0625\u0637\u0627\u0631 \u0641\u064a \u0627\u0644\u062b\u0627\u0646\u064a\u0629",incomingMessage:"\u0631\u0633\u0627\u0644\u0629 \u0648\u0627\u0631\u062f\u0629",language:"\u0627\u0644\u0644\u063a\u0629",loggedIn:"\u0627\u0644\u062f\u062e\u0648\u0644 \u0628\u0627\u0633\u0645 {{name}}",maxStageParticipants:"\u0627\u0644\u062d\u062f \u0627\u0644\u0623\u0642\u0635\u0649 \u0644\u0639\u062f\u062f \u0627\u0644\u0645\u0634\u0627\u0631\u0643\u064a\u0646 \u0627\u0644\u0630\u064a\u0646 \u064a\u0645\u0643\u0646 \u062a\u062b\u0628\u064a\u062a\u0647\u0645 \u0641\u064a \u0627\u0644\u0645\u0631\u062d\u0644\u0629 \u0627\u0644\u0631\u0626\u064a\u0633\u064a\u0629",microphones:"\u0627\u0644\u0645\u0627\u064a\u0643\u0631\u0648\u0641\u0648\u0646",moderator:"\u0631\u0626\u064a\u0633 \u0627\u0644\u062c\u0644\u0633\u0629",more:"\u0627\u0644\u0645\u0632\u064a\u062f",name:"\u0627\u0644\u0627\u0633\u0645",noDevice:"\u0644\u0627 \u064a\u0648\u062c\u062f",participantJoined:"\u0627\u0646\u0636\u0645 \u0645\u0634\u0627\u0631\u0643",participantKnocking:"\u062f\u062e\u0644 \u0627\u0644\u0645\u0634\u0627\u0631\u0643 \u0641\u064a \u0627\u0644\u0631\u062f\u0647\u0629",participantLeft:"\u063a\u0627\u062f\u0631 \u0627\u0644\u0645\u0634\u0627\u0631\u0643",playSounds:"\u062a\u0634\u063a\u064a\u0644 \u0627\u0644\u0635\u0648\u062a \u0639\u0646\u062f:",reactions:"\u0631\u062f\u0648\u062f \u0641\u0639\u0644 \u0627\u0644\u0645\u064f\u0644\u062a\u0642\u0649",sameAsSystem:"\u0645\u062b\u0644 \u0627\u0644\u0646\u0638\u0627\u0645 ({{label}})",selectAudioOutput:"\u062e\u0631\u062c \u0627\u0644\u0635\u0648\u062a",selectCamera:"\u0627\u0644\u0643\u0627\u0645\u064a\u0631\u0627",selectMic:"\u0627\u0644\u0645\u0627\u064a\u0643\u0631\u0648\u0641\u0648\u0646",selfView:"\u0639\u0631\u0636 \u0630\u0627\u062a\u064a",sounds:"\u0627\u0635\u0648\u0627\u062a",speakers:"\u0627\u0644\u0645\u0630\u064a\u0627\u0639 (\u0645\u0643\u0628\u0631 \u0627\u0644\u0635\u0648\u062a)",startAudioMuted:"\u0628\u062f\u0621 \u0627\u0644\u062c\u0645\u064a\u0639 \u0645\u0643\u062a\u0648\u0645\u064a \u0627\u0644\u0635\u0648\u062a",startReactionsMuted:"\u0643\u062a\u0645 \u0631\u062f \u0641\u0639\u0644 \u0627\u0644\u0635\u0648\u062a \u0644\u0644\u062c\u0645\u064a\u0639",startVideoMuted:"\u0628\u062f\u0621 \u0627\u0644\u062c\u0645\u064a\u0639 \u062f\u0648\u0646 \u0641\u064a\u062f\u064a\u0648",talkWhileMuted:"\u062a\u062d\u062f\u062b \u0623\u062b\u0646\u0627\u0621 \u0643\u062a\u0645 \u0627\u0644\u0635\u0648\u062a",title:"\u0627\u0644\u0625\u0639\u062f\u0627\u062f\u0627\u062a"},settingsView:{advanced:"\u0625\u0639\u062f\u0627\u062f\u0627\u062a \u0645\u062a\u0642\u062f\u0645\u0629",alertCancel:"\u0623\u0644\u063a\u0650",alertOk:"\u062a\u0645\u0627\u0645",alertTitle:"\u062a\u062d\u0630\u064a\u0631",alertURLText:"\u0631\u0627\u0628\u0637 \u0627\u0644\u0645\u064f\u062e\u062f\u0651\u0650\u0645 \u0627\u0644\u0645\u062f\u062e\u0644 \u063a\u064a\u0631 \u0635\u0627\u0644\u062d",buildInfoSection:"\u0645\u0639\u0644\u0648\u0645\u0627\u062a \u0627\u0644\u0625\u0635\u062f\u0627\u0631",conferenceSection:"\u0645\u0624\u062a\u0645\u0631",disableCallIntegration:"\u062a\u0639\u0637\u064a\u0644 \u062f\u0645\u062c \u0627\u0644\u0627\u062a\u0635\u0627\u0644 \u0627\u0644\u0623\u0633\u0627\u0633\u064a",disableCrashReporting:"\u0639\u0637\u0651\u0650\u0644 \u062a\u0642\u0627\u0631\u064a\u0631 \u0627\u0644\u0623\u0639\u0637\u0627\u0644 \u0627\u0644\u062a\u0642\u0646\u064a\u0629",disableCrashReportingWarning:"\u0623\u0645\u062a\u0623\u0643\u062f \u0645\u0646 \u062a\u0639\u0637\u064a\u0644 \u062a\u0642\u0627\u0631\u064a\u0631 \u0627\u0644\u0623\u0639\u0637\u0627\u0644 \u0627\u0644\u062a\u0642\u0646\u064a\u0629\u061f \u0633\u062a\u0633\u0631\u064a \u0627\u0644\u0625\u0639\u062f\u0627\u062f\u0627\u062a \u0627\u0644\u062c\u062f\u064a\u062f\u0629 \u0628\u0639\u062f \u0625\u0639\u0627\u062f\u0629 \u062a\u0634\u063a\u064a\u0644 \u0627\u0644\u062a\u0637\u0628\u064a\u0642",disableP2P:"\u062a\u0639\u0637\u064a\u0644 \u0648\u0636\u0639 \u0648\u0627\u062d\u062f \u0634\u062e\u0635-\u0644\u0634\u062e\u0635",displayName:"\u0639\u0631\u0636 \u0627\u0644\u0627\u0633\u0645",displayNamePlaceholderText:"\u0639\u0644\u0649 \u0633\u0628\u064a\u0644 \u0627\u0644\u0645\u062b\u0627\u0644: \u0639\u0644\u064a \u0627\u0644\u062d\u064a\u062f\u0631\u064a",email:"\u0627\u0644\u0628\u0631\u064a\u062f \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a",goTo:"\u0627\u0630\u0647\u0628 \u0625\u0644\u0649",header:"\u0627\u0644\u0625\u0639\u062f\u0627\u062f\u0627\u062a",help:"\u0645\u0633\u0627\u0639\u062f\u0629",links:"\u0631\u0648\u0627\u0628\u0637",privacy:"\u062e\u0635\u0648\u0635\u064a\u0629",profileSection:"\u0627\u0644\u0645\u0644\u0641 \u0627\u0644\u0634\u062e\u0635\u064a",serverURL:"\u0631\u0627\u0628\u0637 \u0627\u0644\u0645\u064f\u062e\u062f\u0651\u0650\u0645",showAdvanced:"\u0623\u0638\u0647\u0650\u0631 \u0627\u0644\u0625\u0639\u062f\u0627\u062f\u0627\u062a \u0627\u0644\u0645\u062a\u0642\u062f\u0645\u0629",startWithAudioMuted:"\u0628\u062f\u0621 \u0627\u0644\u062c\u0645\u064a\u0639 \u0645\u0643\u062a\u0648\u0645\u064a \u0627\u0644\u0635\u0648\u062a",startWithVideoMuted:"\u0628\u062f\u0621 \u0627\u0644\u062c\u0645\u064a\u0639 \u062f\u0648\u0646 \u0641\u064a\u062f\u064a\u0648",terms:"\u0634\u0631\u0648\u0637",version:"\u0627\u0644\u0625\u0635\u062f\u0627\u0631"},share:{dialInfoText:"\n\n=====\n\n\u0623\u062a\u0631\u064a\u062f \u0627\u0644\u0627\u062a\u0635\u0627\u0644 \u0641\u0642\u0637 \u0645\u0646 \u0647\u0627\u062a\u0641\u0643\u061f\n\n{{defaultDialInNumber}}\u0627\u0636\u063a\u0637 \u0639\u0644\u0649 \u0647\u0630\u0627 \u0627\u0644\u0631\u0627\u0628\u0637 \u0644\u0631\u0624\u064a\u0629 \u0623\u0631\u0642\u0627\u0645 \u0627\u0644\u0647\u0648\u0627\u062a\u0641 \u0627\u0644\u062e\u0627\u0635\u0629 \u0628\u0647\u0630\u0627 \u0627\u0644\u0645\u064f\u0644\u062a\u0642\u0649\n{{dialInfoPageUrl}}",mainText:"\u0627\u0636\u063a\u0637 \u0639\u0644\u0649 \u0627\u0644\u0631\u0627\u0628\u0637 \u0627\u0644\u062a\u0627\u0644\u064a \u0644\u0644\u0627\u0646\u0636\u0645\u0627\u0645 \u0625\u0644\u0649 \u0627\u0644\u0645\u064f\u0644\u062a\u0642\u0649:\n{{roomUrl}}"},speaker:"\u0627\u0644\u0645\u062a\u062d\u062f\u062b",speakerStats:{angry:"\u063a\u0627\u0636\u0628",disgusted:"\u0645\u0634\u0645\u0626\u0632",displayEmotions:"\u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u0645\u0634\u0627\u0639\u0631",fearful:"\u062e\u0627\u0626\u0641",happy:"\u0633\u0639\u064a\u062f",hours:"{{count}}\u0633",minutes:"{{count}}\u062f",name:"\u0627\u0644\u0627\u0633\u0645",neutral:"\u062d\u064a\u0627\u062f\u064a",sad:"\u062d\u0632\u064a\u0646",search:"\u0628\u062d\u062b",seconds:"{{count}}\u062b\u0627",speakerStats:"\u062d\u0627\u0644\u0629 \u0627\u0644\u0645\u062a\u062d\u062f\u062b",speakerTime:"\u0648\u0642\u062a \u0627\u0644\u0645\u062a\u062d\u062f\u062b",surprised:"\u0645\u0646\u062f\u0647\u0634"},startupoverlay:{genericTitle:"\u064a\u062d\u062a\u0627\u062c \u0627\u0644\u0645\u064f\u0644\u062a\u0642\u0649 \u0625\u0644\u0649 \u0627\u0633\u062a\u062e\u062f\u0627\u0645 \u0627\u0644\u0645\u064a\u0643\u0631\u0648\u0641\u0648\u0646 \u0648\u0627\u0644\u0643\u0627\u0645\u064a\u0631\u0627.",policyText:" ",title:"\u064a\u0631\u064a\u062f {{app}} \u0627\u0633\u062a\u0639\u0645\u0627\u0644 \u0627\u0644\u0645\u064a\u0643\u0631\u0648\u0641\u0648\u0646 \u0648\u0627\u0644\u0643\u0627\u0645\u064a\u0631\u0627 \u062e\u0627\u0635\u0651\u064e\u062a\u0643."},suspendedoverlay:{rejoinKeyTitle:"\u0627\u0644\u0645\u0646\u0637\u0642\u0629",text:"\u0627\u0636\u063a\u0637 \u0639\u0644\u0649 \u0632\u0631 \u0627\u0644\u0645\u0646\u0637\u0642\u0629 \u0644\u0625\u0639\u0627\u062f\u0629 \u0627\u0644\u0627\u062a\u0635\u0627\u0644.",title:"\u0642\u064f\u0637\u0650\u0639 \u0627\u062a\u0635\u0627\u0644 \u0627\u0644\u0641\u064a\u062f\u064a\u0648 \u0644\u062f\u062e\u0648\u0644 \u0647\u0630\u0627 \u0627\u0644\u062d\u0627\u0633\u0648\u0628 \u0641\u064a \u0648\u0636\u0639 \u0627\u0644\u0646\u0648\u0645."},termsView:{title:"\u0645\u0635\u0637\u0644\u062d\u0627\u062a"},toggleTopPanelLabel:"\u062a\u0628\u062f\u064a\u0644 \u0627\u0644\u0644\u0648\u062d\u0629 \u0627\u0644\u0639\u0644\u0648\u064a\u0629",toolbar:{Settings:"\u0627\u0644\u0625\u0639\u062f\u0627\u062f\u0627\u062a",accessibilityLabel:{Settings:"\u0627\u0638\u0647\u0650\u0631/\u0627\u062e\u0641\u0650 \u0627\u0644\u0625\u0639\u062f\u0627\u062f\u0627\u062a",audioOnly:"\u0628\u062f\u0644 \u0627\u0644\u0635\u0648\u062a \u0641\u0642\u0637",audioRoute:"\u0627\u062e\u062a\u0631 \u062c\u0647\u0627\u0632 \u0627\u0644\u0635\u0648\u062a",boo:"Boo",breakoutRoom:"\u0627\u0644\u0627\u0646\u0636\u0645\u0627\u0645 / \u0645\u063a\u0627\u062f\u0631\u0629 \u063a\u0631\u0641\u0629 \u0641\u0631\u0639\u064a\u0629",callQuality:"\u0627\u0636\u0628\u0637 \u062f\u0642\u0629 \u0627\u0644\u0641\u064a\u062f\u064a\u0648",carmode:"\u0648\u0636\u0639 \u0627\u0644\u0633\u064a\u0627\u0631\u0629",cc:"\u0627\u0638\u0647\u0650\u0631/\u0627\u062e\u0641\u0650 \u0627\u0644\u062a\u0631\u062c\u0645\u0629",chat:"\u0627\u0638\u0647\u0650\u0631/\u0627\u062e\u0641\u0650 \u0646\u0627\u0641\u0630\u0629 \u0627\u0644\u062f\u0631\u062f\u0634\u0629",clap:"\u062a\u0635\u0641\u064a\u0642",collapse:"\u0642\u0644\u0651\u0635",document:"\u0627\u0638\u0647\u0650\u0631/\u0627\u062e\u0641\u0650 \u0627\u0644\u0645\u0644\u0641 \u0627\u0644\u0645\u0634\u0627\u0631\u0643",download:"\u0646\u0632\u0651\u0650\u0644 \u0627\u0644\u062a\u0637\u0628\u064a\u0642",embedMeeting:"\u0636\u0645\u0651\u0650\u0646 \u0627\u0644\u0645\u064f\u0644\u062a\u0642\u0649",endConference:"End meeting for all",expand:"\u0648\u0633\u0651\u0639",feedback:"\u0623\u0628\u062f\u0650 \u0631\u0623\u064a\u0643",fullScreen:"\u0627\u0633\u062a\u0639\u0645\u0644/\u0627\u062e\u0631\u062c \u0645\u0646 \u0648\u0636\u0639 \u0627\u0644\u0634\u0627\u0634\u0629 \u0627\u0644\u0643\u0627\u0645\u0644\u0629",giphy:"\u062a\u0628\u062f\u064a\u0644 \u0642\u0627\u0626\u0645\u0629 GIPHY",grantModerator:"\u0627\u0645\u0646\u062d \u0635\u0644\u0627\u062d\u064a\u0627\u062a \u0631\u0626\u064a\u0633 \u0627\u0644\u062c\u0644\u0633\u0629",hangup:"\u0623\u063a\u0644\u0642 \u0627\u0644\u0645\u0643\u0627\u0644\u0645\u0629",help:"\u0645\u0633\u0627\u0639\u062f\u0629",invite:"\u0627\u062f\u0639\u064f \u0622\u062e\u0631\u064a\u0646",kick:"\u0627\u0637\u0631\u062f \u0645\u0634\u0627\u0631\u0643\u064b\u0627",laugh:"\u064a\u0636\u062d\u0643",leaveConference:"\u0627\u062a\u0631\u0643 \u0627\u0644\u0627\u062c\u062a\u0645\u0627\u0639",like:"\u0631\u0641\u0639 \u0627\u0644\u0625\u0628\u0647\u0627\u0645 \u0645\u062a\u0645\u0646\u064a\u0627 \u0627\u0644\u0646\u062c\u0627\u062d",linkToSalesforce:"\u0627\u0631\u062a\u0628\u0627\u0637 \u0625\u0644\u0649 Salesforce",lobbyButton:"\u0641\u0639\u0651\u0650\u0644/\u0639\u0637\u0651\u0650\u0644 \u0648\u0636\u0639 \u063a\u0631\u0641\u0629 \u0627\u0644\u0627\u0646\u062a\u0638\u0627\u0631",localRecording:"\u0627\u0638\u0647\u0650\u0631/\u0627\u062e\u0641\u0650 \u0627\u0644\u062a\u062d\u0643\u0645 \u0628\u0627\u0644\u062a\u0633\u062c\u064a\u0644 \u0627\u0644\u0645\u062d\u0644\u064a",lockRoom:"\u0627\u0638\u0647\u0650\u0631/\u0627\u062e\u0641\u0650 \u0643\u0644\u0645\u0629 \u0645\u0631\u0648\u0631 \u0627\u0644\u0645\u064f\u0644\u062a\u0642\u0649",moreActions:"\u0627\u0638\u0647\u0650\u0631/\u0627\u062e\u0641\u0650 \u0642\u0627\u0626\u0645\u0629 \u0627\u0644\u0645\u0632\u064a\u062f \u0645\u0646 \u0627\u0644\u0625\u062c\u0631\u0627\u0621\u0627\u062a",moreActionsMenu:"\u0642\u0627\u0626\u0645\u0629 \u0627\u0644\u0645\u0632\u064a\u062f \u0645\u0646 \u0627\u0644\u0625\u062c\u0631\u0627\u0621\u0627\u062a",moreOptions:"\u0627\u0638\u0647\u0631 \u0627\u0644\u0645\u0632\u064a\u062f \u0645\u0646 \u0627\u0644\u062e\u064a\u0627\u0631\u062a",mute:"\u0627\u0638\u0647\u0650\u0631/\u0627\u062e\u0641\u0650 \u0643\u062a\u0645 \u0627\u0644\u0635\u0648\u062a",muteEveryone:"\u0643\u062a\u0645 \u0627\u0644\u062c\u0645\u064a\u0639",muteEveryoneElse:"\u0643\u062a\u0645 \u0635\u0648\u062a \u0627\u0644\u0622\u062e\u0631\u064a\u0646",muteEveryoneElsesVideoStream:"\u0648\u0642\u0651\u0641 \u0641\u064a\u062f\u064a\u0648 \u0623\u064a \u0634\u062e\u0635 \u0622\u062e\u0631",muteEveryonesVideoStream:"\u0648\u0642\u0651\u0641 \u0641\u064a\u062f\u064a\u0648 \u0627\u0644\u062c\u0645\u064a\u0639",noiseSuppression:"\u0642\u0645\u0639 \u0627\u0644\u0636\u0648\u0636\u0627\u0621",participants:"\u0645\u0634\u0627\u0631\u0643\u0648\u0646",pip:"\u0627\u0633\u062a\u0639\u0645\u0644/\u0627\u062e\u0631\u062c \u0645\u0646 \u0648\u0636\u0639 \u0635\u0648\u0631\u0629-\u0641\u064a-\u0635\u0648\u0631\u0629",privateMessage:"\u0623\u0631\u0633\u0644 \u0631\u0633\u0627\u0644\u0629 \u062e\u0627\u0635\u0629",profile:"\u0639\u062f\u0651\u0650\u0644 \u0645\u0644\u0641\u0643 \u0627\u0644\u0634\u062e\u0635\u064a",raiseHand:"\u0627\u0638\u0647\u0650\u0631/\u0627\u062e\u0641\u0650 \u0631\u0641\u0639 \u0627\u0644\u064a\u062f",reactionsMenu:"\u0641\u062a\u062d / \u0625\u063a\u0644\u0627\u0642 \u0642\u0627\u0626\u0645\u0629 \u0627\u0644\u062a\u0641\u0627\u0639\u0644\u0627\u062a",recording:"\u0627\u0638\u0647\u0650\u0631/\u0627\u062e\u0641\u0650 \u0627\u0644\u062a\u0633\u062c\u064a\u0644",remoteMute:"\u0627\u0643\u062a\u0645 \u0645\u0634\u0627\u0631\u0643\u064b\u0627",remoteVideoMute:"\u062a\u0639\u0637\u064a\u0644 \u0643\u0627\u0645\u064a\u0631\u0627 \u0627\u0644\u0645\u0634\u0627\u0631\u0643",security:"\u062e\u064a\u0627\u0631\u0627\u062a \u0627\u0644\u062d\u0645\u0627\u064a\u0629",selectBackground:"\u0627\u062e\u062a\u0631 \u0627\u0644\u062e\u0644\u0641\u064a\u0629",selfView:"\u062a\u0628\u062f\u064a\u0644 \u0627\u0644\u0648\u0627\u062c\u0647\u0629 \u0627\u0644\u0630\u0627\u062a\u064a\u0629",shareRoom:"\u0627\u062f\u0639\u064f \u0623\u062d\u062f\u064b\u0627",shareYourScreen:"\u0628\u062f\u0651\u0650\u0644 \u0648\u0636\u0639 \u0645\u0634\u0627\u0631\u0643\u0629 \u0627\u0644\u0634\u0627\u0634\u0629",shareaudio:"\u0645\u0634\u0627\u0631\u0643\u0629 \u0627\u0644\u0635\u0648\u062a",sharedvideo:"\u0627\u0638\u0647\u0650\u0631/\u0627\u062e\u0641\u0650 \u0645\u0634\u0627\u0631\u0643\u0629 \u0641\u064a\u062f\u064a\u0648 \u064a\u0648\u062a\u064a\u0648\u0628",shortcuts:"\u0627\u0638\u0647\u0650\u0631/\u0627\u062e\u0641\u0650 \u0627\u0644\u0627\u062e\u062a\u0635\u0627\u0631\u0627\u062a",show:"\u0627\u0638\u0647\u0631 \u0639\u0644\u0649 \u0627\u0644\u0645\u0646\u0635\u0629",silence:"Silence",speakerStats:"\u0627\u0638\u0647\u0650\u0631/\u0627\u062e\u0641\u0650 \u062d\u0627\u0644\u0629 \u0627\u0644\u0645\u062a\u062d\u062f\u062b",surprised:"\u0645\u0646\u062f\u0647\u0634",tileView:"\u0627\u0638\u0647\u0650\u0631/\u0627\u062e\u0641\u0650 \u0639\u0631\u0636 \u0627\u0644\u0639\u0646\u0648\u0627\u0646",toggleCamera:"\u0628\u062f\u0651\u0650\u0644 \u0627\u0644\u0643\u0627\u0645\u064a\u0631\u0627",toggleFilmstrip:"\u0628\u062f\u0651\u0650\u0644 \u0648\u0636\u0639 \u0627\u0644\u0634\u0631\u064a\u0637 \u0627\u0644\u0633\u064a\u0646\u0645\u0627\u0626\u064a (filmstrip)",videoblur:"\u0627\u0633\u062a\u0639\u0645\u0644/\u0627\u062e\u0631\u062c \u0645\u0646 \u0648\u0636\u0639 \u062a\u063a\u0628\u064a\u0634 \u062e\u0644\u0641\u064a\u0629 \u0627\u0644\u0641\u064a\u062f\u064a\u0648",videomute:"\u0628\u062f\u0651\u0650\u0644 \u0648\u0636\u0639 \u0627\u062e\u0641\u0627\u0621 \u0627\u0644\u0641\u064a\u062f\u064a\u0648"},addPeople:"\u0627\u0636\u0641 \u0623\u062d\u062f\u064b\u0627 \u0625\u0644\u0649 \u0627\u0644\u0645\u0643\u0627\u0644\u0645\u0629",audioOnlyOff:"\u0639\u0637\u0651\u0650\u0644 \u0648\u0636\u0639 \u0645\u0639\u062f\u0651\u064e\u0644 \u0646\u0642\u0644 \u0627\u0644\u0628\u064a\u0627\u0646\u0627\u062a \u0627\u0644\u0645\u0646\u062e\u0641\u0635",audioOnlyOn:"\u0641\u0639\u0651\u0650\u0644 \u0648\u0636\u0639 \u0646\u0642\u0644 \u0627\u0644\u0628\u064a\u0627\u0646\u0627\u062a \u0627\u0644\u0645\u0646\u062e\u0641\u0636",audioRoute:"\u0627\u062e\u062a\u0631 \u062c\u0647\u0627\u0632 \u0627\u0644\u0635\u0648\u062a",audioSettings:"\u0625\u0639\u062f\u0627\u062f\u0627\u062a \u0627\u0644\u0635\u0648\u062a",authenticate:"\u0627\u064e\u062c\u0631\u0650 \u0639\u0645\u0644\u064a\u0629 \u0627\u0644\u0627\u0633\u062a\u064a\u062b\u0627\u0642",boo:"Boo",callQuality:"\u0627\u0636\u0628\u0637 \u062f\u0642\u0629 \u0627\u0644\u0641\u064a\u062f\u064a\u0648",chat:"\u0627\u0641\u062a\u062d / \u0623\u063a\u0644\u0642 \u0627\u0644\u0634\u0627\u0634\u0629",clap:"\u062a\u0635\u0641\u064a\u0642",closeChat:"\u0623\u063a\u0644\u0642 \u0627\u0644\u062f\u0631\u062f\u0634\u0629",closeReactionsMenu:"\u0625\u063a\u0644\u0627\u0642 \u0642\u0627\u0626\u0645\u0629 \u0631\u062f\u0648\u062f \u0627\u0644\u0641\u0639\u0644",disableNoiseSuppression:"\u0642\u0645 \u0628\u062a\u0639\u0637\u064a\u0644 \u062e\u0627\u0635\u064a\u0629 \u0645\u0646\u0639 \u0627\u0644\u0636\u0648\u0636\u0627\u0621",disableReactionSounds:"\u064a\u0645\u0643\u0646\u0643 \u062a\u0639\u0637\u064a\u0644 \u0623\u0635\u0648\u0627\u062a \u0631\u062f\u0648\u062f \u0627\u0644\u0641\u0639\u0644 \u0644\u0647\u0630\u0627 \u0627\u0644\u0645\u064f\u0644\u062a\u0642\u0649",documentClose:"\u0623\u063a\u0644\u0642 \u0627\u0644\u0645\u0644\u0641 \u0627\u0644\u0645\u0634\u0627\u0631\u0643",documentOpen:"\u0627\u0641\u062a\u062d \u0627\u0644\u0645\u0644\u0641 \u0627\u0644\u0645\u0634\u0627\u0631\u0643",download:"\u0646\u0632\u0651\u0650\u0644 \u0627\u0644\u062a\u0637\u0628\u064a\u0642",e2ee:"\u062a\u0639\u0645\u064a\u0629 \u0637\u0631\u0641-\u0644\u0637\u0631\u0641",embedMeeting:"\u0636\u0645\u0651\u0650\u0646 \u0627\u0644\u0645\u064f\u0644\u062a\u0642\u0649",endConference:"\u0625\u0646\u0647\u0627\u0621 \u0627\u0644\u0627\u062c\u062a\u0645\u0627\u0639 \u0644\u0644\u062c\u0645\u064a\u0639",enterFullScreen:"\u062a\u0639\u0645\u064a\u0629 \u0637\u0631\u0641-\u0644\u0637\u0631\u0641",enterTileView:"\u0639\u0631\u0636 \u0628\u0634\u0627\u0634\u0629 \u0643\u0627\u0645\u0644\u0629",exitFullScreen:"\u0623\u062f\u062e\u0644 \u0639\u0646\u0648\u0627\u0646 \u0627\u0644\u0639\u0631\u0636",exitTileView:"\u0627\u062e\u0631\u062c \u0645\u0646 \u0648\u0636\u0639 \u0627\u0644\u0634\u0627\u0634\u0629 \u0627\u0644\u0643\u0627\u0645\u0644\u0629",feedback:"\u0623\u0628\u062f\u0650 \u0631\u0623\u064a\u0643",giphy:"\u062a\u0628\u062f\u064a\u0644 \u0642\u0627\u0626\u0645\u0629 GIPHY",hangup:"\u063a\u0627\u062f\u0631",help:"\u0645\u0633\u0627\u0639\u062f\u0629",invite:"\u0627\u062f\u0639\u064f \u0623\u062d\u062f\u064b\u0627",joinBreakoutRoom:"\u0627\u0646\u0636\u0645 \u0625\u0644\u0649 \u063a\u0631\u0641\u0629 \u0627\u0644\u062c\u0627\u0646\u0628\u064a\u0629",laugh:"\u064a\u0636\u062d\u0643",leaveBreakoutRoom:"\u0627\u062a\u0631\u0643 \u0625\u0644\u0649 \u063a\u0631\u0641\u0629 \u0627\u0644\u062c\u0627\u0646\u0628\u064a\u0629",leaveConference:"\u0627\u062a\u0631\u0643 \u0627\u0644\u0627\u062c\u062a\u0645\u0627\u0639",like:"\u0631\u0641\u0639 \u0627\u0644\u0625\u0628\u0647\u0627\u0645 \u0645\u062a\u0645\u0646\u064a\u0627 \u0627\u0644\u0646\u062c\u0627\u062d",linkToSalesforce:"\u0627\u0631\u062a\u0628\u0627\u0637 \u0625\u0644\u0649 Salesforce",lobbyButtonDisable:"\u0639\u0637\u0651\u0650\u0644 \u0648\u0636\u0639 \u063a\u0631\u0641\u0629 \u0627\u0644\u0627\u0646\u062a\u0638\u0627\u0631",lobbyButtonEnable:"\u0641\u0639\u0651\u0650\u0644 \u0648\u0636\u0639 \u063a\u0631\u0641\u0629 \u0627\u0644\u0627\u0646\u062a\u0638\u0627\u0631",login:"\u0627\u062f\u062e\u0644",logout:"\u0627\u062e\u0631\u062c",lowerYourHand:"\u0627\u062e\u0641\u0636 \u064a\u062f\u0643",moreActions:"\u0627\u0644\u0645\u0632\u064a\u062f \u0645\u0646 \u0627\u0644\u0625\u062c\u0631\u0627\u0621\u0627\u062a",moreOptions:"\u0627\u0644\u0645\u0632\u064a\u062f \u0645\u0646 \u0627\u0644\u062e\u064a\u0627\u0631\u0627\u062a",mute:"\u0627\u0643\u062a\u0645 / \u0623\u0644\u063a \u0627\u0644\u0643\u062a\u0645",muteEveryone:"\u0627\u0643\u062a\u0645 \u0627\u0644\u062c\u0645\u064a\u0639",muteEveryonesVideo:"\u062a\u0639\u0637\u064a\u0644 \u0643\u0627\u0645\u064a\u0631\u0627 \u0627\u0644\u062c\u0645\u064a\u0639",noAudioSignalDesc:"\u0625\u0646 \u0644\u0645 \u062a\u0643\u062a\u0645\u0647 \u0639\u0645\u062f\u064b\u0627 \u0645\u0646 \u0625\u0639\u062f\u0627\u062f\u0627\u062a \u0627\u0644\u0646\u0638\u0627\u0645 \u0644\u062f\u064a\u0643 \u0623\u0648 \u0645\u0646 \u0627\u0644\u062c\u0647\u0627\u0632 \u0646\u0641\u0633\u0647\u060c \u0628\u062f\u0651\u0650\u0644\u0647 \u0625\u0644\u0649 \u062c\u0647\u0627\u0632 \u0622\u062e\u0631.",noAudioSignalDescSuggestion:"\u0625\u0646 \u0644\u0645 \u062a\u0643\u062a\u0645\u0647 \u0639\u0645\u062f\u064b\u0627 \u0645\u0646 \u0625\u0639\u062f\u0627\u062f\u0627\u062a \u0627\u0644\u0646\u0638\u0627\u0645 \u0644\u062f\u064a\u0643 \u0623\u0648 \u0645\u0646 \u0627\u0644\u062c\u0647\u0627\u0632 \u0646\u0641\u0633\u0647\u060c \u0628\u062f\u0651\u0650\u0644\u0647 \u0625\u0644\u0649 \u0627\u0644\u062c\u0647\u0627\u0632 \u0627\u0644\u0645\u0648\u0635\u0649 \u0628\u0647.",noAudioSignalDialInDesc:"\u064a\u0645\u0643\u0646 \u0623\u064a\u0636\u064b\u0627 \u0627\u0644\u0627\u062a\u0635\u0627\u0644 \u0628\u0627\u0633\u062a\u0639\u0645\u0627\u0644:",noAudioSignalDialInLinkDesc:"\u0623\u0631\u0642\u0627\u0645 \u0627\u0644\u0627\u062a\u0635\u0627\u0644",noAudioSignalTitle:"\u0644\u0627 \u064a\u0635\u0644\u0646\u0627 \u0634\u064a\u0626\u064b\u0627 \u0645\u0646 \u0627\u0644\u0645\u0627\u064a\u0643\u0631\u0648\u0641\u0648\u0646 \u0627\u0644\u062e\u0627\u0635 \u0628\u0643",noiseSuppression:"\u0642\u0645\u0639 \u0627\u0644\u0636\u0648\u0636\u0627\u0621",noisyAudioInputDesc:"\u064a\u0628\u062f\u0648 \u0623\u0646\u0651\u064e \u0627\u0644\u0645\u0627\u064a\u0643\u0631\u0648\u0641\u0648\u0646 \u0644\u062f\u064a\u0643 \u064a\u0644\u062a\u0642\u0637 \u0627\u0644\u0643\u062b\u064a\u0631 \u0645\u0646 \u0627\u0644\u0636\u062c\u0629\u060c \u0627\u0643\u062a\u0645\u0647 \u0631\u062c\u0627\u0621\u064b \u0623\u0648 \u0627\u0633\u062a\u0639\u0645\u0644 \u0645\u064a\u0643\u0631\u0648\u0641\u0648\u0646\u064b\u0627 \u0622\u062e\u0631.",noisyAudioInputTitle:"\u064a\u0628\u062f\u0648 \u0623\u0646\u0651\u064e \u0627\u0644\u0645\u0627\u064a\u0643\u0631\u0648\u0641\u0648\u0646 \u0644\u062f\u064a\u0643 \u064a\u0644\u062a\u0642\u0637 \u0627\u0644\u0643\u062b\u064a\u0631 \u0645\u0646 \u0627\u0644\u0636\u062c\u0629!",openChat:"\u0641\u062a\u062d \u0627\u0644\u062f\u0631\u0634\u0629",openReactionsMenu:"\u0627\u0641\u062a\u062d \u0642\u0627\u0626\u0645\u0629 \u0627\u0644\u062a\u0641\u0627\u0639\u0644\u0627\u062a",participants:"\u0645\u0634\u0627\u0631\u0643\u0648\u0646",pip:"\u0627\u0633\u062a\u0639\u0645\u0644 \u0648\u0636\u0639 \u0635\u0648\u0631\u0629-\u0641\u064a-\u0635\u0648\u0631\u0629",privateMessage:"\u0623\u0631\u0633\u0644 \u0631\u0633\u0627\u0644\u0629 \u062e\u0627\u0635\u0629",profile:"\u0639\u062f\u0651\u0650\u0644 \u0645\u0644\u0641\u0643 \u0627\u0644\u0634\u062e\u0635\u064a",raiseHand:"\u0627\u0631\u0641\u0639 / \u0627\u062e\u0641\u0636 \u064a\u062f\u0643",raiseYourHand:"\u0627\u0631\u0641\u0639 \u064a\u062f\u0643",reactionBoo:"\u0623\u0631\u0633\u0644 \u0631\u062f \u0641\u0639\u0644 \u0628\u0648\u0648",reactionClap:"\u0623\u0631\u0633\u0644 \u0631\u062f \u0641\u0639\u0644 \u0627\u0644\u062a\u0635\u0641\u064a\u0642",reactionLaugh:"\u0623\u0631\u0633\u0644 \u0631\u062f \u0641\u0639\u0644 \u064a\u0636\u062d\u0643",reactionLike:"\u0625\u0631\u0633\u0627\u0644 \u0631\u062f \u0641\u0639\u0644 \u0645\u0645\u062a\u0627\u0632",reactionSilence:"\u0623\u0631\u0633\u0644 \u0631\u062f \u0641\u0639\u0644 \u0627\u0644\u0635\u0645\u062a",reactionSurprised:"\u0623\u0631\u0633\u0644 \u0631\u062f \u0641\u0639\u0644 \u0645\u062a\u0641\u0627\u062c\u0626\u064b\u0627",security:"\u062e\u064a\u0627\u0631\u0627\u062a \u0627\u0644\u062d\u0645\u0627\u064a\u0629",selectBackground:"\u0627\u062e\u062a\u0631 \u0627\u0644\u062e\u0644\u0641\u064a\u0629",shareRoom:"\u0627\u062f\u0639\u064f \u0623\u062d\u062f\u064b\u0627",shareaudio:"\u0645\u0634\u0627\u0631\u0643\u0629 \u0627\u0644\u0635\u0648\u062a",sharedvideo:"\u0634\u0627\u0631\u0643 \u0641\u064a\u062f\u064a\u0648 \u064a\u0648\u062a\u064a\u0648\u0628",shortcuts:"\u0627\u0639\u0631\u0636 \u0627\u0644\u0627\u062e\u062a\u0635\u0627\u0631\u0627\u062a",silence:"\u0633\u0643\u0648\u062a",speakerStats:"\u062d\u0627\u0644\u0629 \u0627\u0644\u0645\u062a\u062d\u062f\u062b",startScreenSharing:"\u0627\u0628\u062f\u0623 \u0628\u0645\u0634\u0627\u0631\u0643\u0629 \u0627\u0644\u0634\u0627\u0634\u0629",startSubtitles:"\u0623\u0638\u0647\u0631 \u0627\u0644\u062a\u0631\u062c\u0645\u0629",stopAudioSharing:"\u0648\u0642\u0641 \u0645\u0634\u0627\u0631\u0643\u0629 \u0627\u0644\u0635\u0648\u062a",stopScreenSharing:"\u0623\u0648\u0642\u0641 \u0645\u0634\u0627\u0631\u0643\u0629 \u0627\u0644\u0634\u0627\u0634\u0629",stopSharedVideo:"\u0623\u0648\u0642\u0641 \u0641\u064a\u062f\u064a\u0648 \u064a\u0648\u062a\u064a\u0648\u0628 \u0627\u0644\u0645\u0634\u0627\u0631\u0643",stopSubtitles:"\u0623\u062e\u0641\u0650 \u0627\u0644\u062a\u0631\u062c\u0645\u0629",surprised:"\u0645\u0646\u062f\u0647\u0634",talkWhileMutedPopup:"\u0623\u062a\u062d\u0627\u0648\u0644 \u0627\u0644\u062a\u062d\u062f\u062b\u061f \u0627\u0644\u0645\u064a\u0643\u0631\u0648\u0641\u0648\u0646 \u0644\u062f\u064a\u0643 \u0645\u0643\u062a\u0648\u0645.",tileViewToggle:"\u0628\u062f\u0651\u0650\u0644 \u0639\u0646\u0648\u0627\u0646 \u0627\u0644\u0639\u0631\u0636",toggleCamera:"\u0628\u062f\u0651\u0650\u0644 \u0627\u0644\u0643\u0627\u0645\u064a\u0631\u0627",videoSettings:"\u0627\u0639\u062f\u0627\u062f\u0627\u062a \u0627\u0644\u0641\u064a\u062f\u064a\u0648",videomute:"\u0627\u0633\u062a\u0639\u0645\u0644 / \u0623\u0648\u0642\u0641 \u0627\u0644\u0643\u0627\u0645\u064a\u0631\u0627"},transcribing:{ccButtonTooltip:"\u0623\u0638\u0647\u0631 / \u0623\u062e\u0641 \u0627\u0644\u062a\u0631\u062c\u0645\u0629",error:"\u0641\u0634\u0644\u062a \u0639\u0645\u0644\u064a\u0629 \u0627\u0644\u0625\u0630\u0627\u0639\u0629. \u062d\u0627\u0648\u0644 \u0645\u0631\u0629 \u0623\u062e\u0631\u0649\u060c \u0631\u062c\u0627\u0621\u064b.",expandedLabel:"\u0639\u0645\u0644\u064a\u0629 \u0627\u0644\u0625\u0630\u0627\u0639\u0629 \u062a\u0639\u0645\u0644",failedToStart:"\u0641\u0634\u0644\u062a \u0639\u0645\u0644\u064a\u0629 \u0628\u062f\u0621 \u0627\u0644\u0625\u0630\u0627\u0639\u0629",labelToolTip:"\u064a\u062c\u0631\u064a \u0625\u0630\u0627\u0639\u0629 \u0627\u0644\u0645\u064f\u0644\u062a\u0642\u0649",off:"\u0623\u0648\u0642\u0641\u062a \u0627\u0644\u0625\u0630\u0627\u0639\u0629",pending:"\u0627\u0644\u062a\u062d\u0636\u064a\u0631 \u0644\u0625\u0630\u0627\u0639\u0629 \u0627\u0644\u0645\u064f\u0644\u062a\u0642\u0649...",start:"\u0628\u062f\u0621 \u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u062a\u0631\u062c\u0645\u0629",stop:"\u0625\u064a\u0642\u0627\u0641 \u0639\u0631\u0636 \u0627\u0644\u062a\u0631\u062c\u0645\u0629",subtitles:"\u062a\u0631\u062c\u0645\u0627\u062a",subtitlesOff:"\u0625\u064a\u0642\u0627\u0641",tr:"\u064a\u0630\u0627\u0639"},userMedia:{androidGrantPermissions:"\u0627\u062e\u062a\u0631 \u0627\u0644\u0633\u0645\u0627\u062d \u0639\u0646\u062f\u0645\u0627 \u064a\u0637\u0644\u0628 \u0627\u0644\u0645\u062a\u0635\u0641\u062d \u0627\u0644\u0623\u0630\u0648\u0646\u0627\u062a.",chromeGrantPermissions:"\u0627\u062e\u062a\u0631 \u0627\u0644\u0633\u0645\u0627\u062d \u0639\u0646\u062f\u0645\u0627 \u064a\u0637\u0644\u0628 \u0627\u0644\u0645\u062a\u0635\u0641\u062d \u0627\u0644\u0623\u0630\u0648\u0646\u0627\u062a.",edgeGrantPermissions:"\u0627\u062e\u062a\u0631 \u0646\u0639\u0645 \u0639\u0646\u062f\u0645\u0627 \u064a\u0637\u0644\u0628 \u0627\u0644\u0645\u062a\u0635\u0641\u062d \u0627\u0644\u0623\u0630\u0648\u0646\u0627\u062a.",electronGrantPermissions:"\u0627\u0645\u0646\u062d \u0625\u0630\u0646\u064b\u0627 \u0628\u0627\u0633\u062a\u0639\u0645\u0627\u0644 \u0627\u0644\u0643\u0627\u0645\u064a\u0631\u0627 \u0648\u0627\u0644\u0645\u0627\u064a\u0643\u0631\u0648\u0641\u0648\u0646.",firefoxGrantPermissions:"\u0627\u062e\u062a\u0631 \u0645\u0634\u0627\u0631\u0643\u0629 \u0627\u0644\u062c\u0647\u0627\u0632 \u0627\u0644\u0645\u062d\u062f\u0651\u064e\u062f \u0639\u0646\u062f\u0645\u0627 \u064a\u0637\u0644 \u0628\u0627\u0644\u0645\u062a\u0635\u0641\u062d \u0627\u0644\u0623\u0630\u0648\u0646\u0627\u062a.",iexplorerGrantPermissions:"\u0627\u062e\u062a\u0631 \u062a\u0645\u0627\u0645 \u0639\u0646\u062f\u0645\u0627 \u064a\u0637\u0644\u0628 \u0627\u0644\u0645\u062a\u0635\u0641\u062d \u0627\u0644\u0623\u0630\u0648\u0646\u0627\u062a.",nwjsGrantPermissions:"\u0627\u0645\u0646\u062d \u0625\u0630\u0646\u064b\u0627 \u0628\u0627\u0633\u062a\u0639\u0645\u0627\u0644 \u0627\u0644\u0643\u0627\u0645\u064a\u0631\u0627 \u0648\u0627\u0644\u0645\u0627\u064a\u0643\u0631\u0648\u0641\u0648\u0646.",operaGrantPermissions:"\u0627\u062e\u062a\u0631 \u0627\u0644\u0633\u0645\u0627\u062d \u0639\u0646\u062f\u0645\u0627 \u064a\u0637\u0644\u0628 \u0627\u0644\u0645\u062a\u0635\u0641\u062d \u0627\u0644\u0623\u0630\u0648\u0646\u0627\u062a.","react-nativeGrantPermissions":"\u0627\u062e\u062a\u0631 \u0627\u0644\u0633\u0645\u0627\u062d \u0639\u0646\u062f\u0645\u0627 \u064a\u0637\u0644\u0628 \u0627\u0644\u0645\u062a\u0635\u0641\u062d \u0627\u0644\u0623\u0630\u0648\u0646\u0627\u062a.",safariGrantPermissions:"\u0627\u062e\u062a\u0631 \u062a\u0645\u0627\u0645 \u0639\u0646\u062f\u0645\u0627 \u064a\u0637\u0644\u0628 \u0627\u0644\u0645\u062a\u0635\u0641\u062d \u0627\u0644\u0623\u0630\u0648\u0646\u0627\u062a."},videoSIPGW:{busy:"\u0646\u0639\u0645\u0644 \u0639\u0644\u0649 \u062a\u062d\u0631\u064a\u0631 \u0627\u0644\u0645\u0648\u0627\u0631\u062f. \u062d\u0627\u0648\u0644 \u0645\u0631\u0629 \u0623\u062e\u0631\u0649 \u0644\u0627\u062d\u0642\u064b\u0627 \u0628\u0639\u062f \u0628\u0636\u0639\u0629 \u062f\u0642\u0627\u0626\u0642.",busyTitle:"\u062e\u062f\u0645\u0629 \u0627\u0644\u063a\u0631\u0641\u0629 \u0645\u0634\u063a\u0648\u0644\u0629 \u062d\u0627\u0644\u064a\u064b\u0627",errorAlreadyInvited:"\u062f\u0639\u064a {{displayName}} \u0645\u0633\u0628\u0642\u064b\u0627",errorInvite:"\u0644\u0645 \u064a\u0642\u0627\u0645 \u0627\u0644\u0645\u0624\u062a\u0645\u0631 \u0628\u0639\u062f. \u062d\u0627\u0648\u0644 \u0645\u0631\u0629 \u0623\u062e\u0631\u0649 \u0644\u0627\u062d\u0642\u064b\u0627",errorInviteFailed:"\u0646\u0639\u0645\u0644 \u0639\u0644\u0649 \u062d\u0644 \u0627\u0644\u0645\u0634\u0643\u0644\u0629. \u062d\u0627\u0648\u0644 \u0645\u0631\u0629 \u0623\u062e\u0631\u0649 \u0644\u0627\u062d\u0642\u064b\u0627.",errorInviteFailedTitle:"\u0641\u0634\u0644 \u0625\u0631\u0633\u0627\u0644 \u062f\u0639\u0648\u0629 \u0625\u0644\u0649 {{displayName}}",errorInviteTitle:"\u062e\u0637\u0623 \u0641\u064a \u0625\u0631\u0633\u0627\u0644 \u0627\u0644\u062f\u0639\u0648\u0629",pending:"\u062f\u0639\u064a {{displayName}} \u0645\u0633\u0628\u0642\u064b\u0627"},videoStatus:{adjustFor:"\u0636\u0628\u0637 \u0644:",audioOnly:"\u0635\u0648\u062a",audioOnlyExpanded:"\u0623\u0646\u062a \u0641\u064a \u0648\u0636\u0639 \u0645\u0639\u062f\u0651\u064e\u0644 \u0627\u0644\u0628\u064a\u0627\u0646\u0627\u062a \u0627\u0644\u0645\u062a\u0628\u0627\u062f\u0644\u0629 \u0627\u0644\u0645\u0646\u062e\u0641\u0636. \u0627\u0644\u0635\u0648\u062a \u0648\u0645\u0634\u0627\u0631\u0643\u0629 \u0627\u0644\u0634\u0627\u0634\u0629 \u0647\u0648 \u0627\u0644\u0645\u062a\u0627\u062d \u0641\u0642\u0637 \u0641\u064a \u0647\u0630\u0627 \u0627\u0644\u0648\u0636\u0639.",bestPerformance:"\u0623\u0641\u0636\u0644 \u0623\u062f\u0627\u0621",callQuality:"\u062c\u0648\u062f\u0629 \u0627\u0644\u0641\u064a\u062f\u064a\u0648",hd:"\u062f\u0642\u0629 \u0639\u0627\u0644\u064a\u0629",hdTooltip:"\u0639\u0631\u0636 \u0641\u064a\u062f\u064a\u0648 \u0628\u062f\u0642\u0629 \u0639\u0627\u0644\u064a\u0629",highDefinition:"\u062f\u0642\u0629 \u0639\u0627\u0644\u064a\u0629",highestQuality:"\u0627\u0639\u0644\u0649 \u062c\u0648\u062f\u0629",labelTooiltipNoVideo:"\u0628\u0644\u0627 \u0641\u064a\u062f\u064a\u0648",labelTooltipAudioOnly:"\u0641\u0639\u0651\u0650\u0644 \u0648\u0636\u0639 \u0645\u0639\u062f\u0651\u064e\u0644 \u0627\u0644\u0628\u064a\u0627\u0646\u0627\u062a \u0627\u0644\u0645\u062a\u0628\u0627\u062f\u0644\u0629 \u0627\u0644\u0645\u0646\u062e\u0641\u0636",ld:"\u062f\u0642\u0629 \u0645\u0646\u062e\u0641\u0636\u0629",ldTooltip:"\u0639\u0631\u0636 \u0641\u064a\u062f\u064a\u0648 \u0628\u062f\u0642\u0629 \u0645\u0646\u062e\u0641\u0636\u0629",lowDefinition:"\u062f\u0642\u0629 \u0645\u0646\u062e\u0641\u0636\u0629",performanceSettings:"\u0625\u0639\u062f\u0627\u062f\u0627\u062a \u0627\u0644\u0623\u062f\u0627\u0621",sd:"\u062f\u0642\u0629 \u0642\u064a\u0627\u0633\u064a\u0629",sdTooltip:"\u0639\u0631\u0636 \u0641\u064a\u062f\u064a\u0648 \u0628\u062f\u0642\u0629 \u0642\u064a\u0627\u0633\u064a\u0629",standardDefinition:"\u062f\u0642\u0629 \u0642\u064a\u0627\u0633\u064a\u0629"},videothumbnail:{connectionInfo:"\u0645\u0639\u0644\u0648\u0645\u0627\u062a \u0627\u0644\u0627\u062a\u0635\u0627\u0644",domute:"\u0643\u062a\u0645",domuteOthers:"\u0643\u062a\u0645 \u0627\u0644\u062c\u0645\u064a\u0639",domuteVideo:"\u062a\u0639\u0637\u064a\u0644 \u0627\u0644\u0643\u0627\u0645\u064a\u0631\u0627",domuteVideoOfOthers:"\u062a\u0639\u0637\u064a\u0644 \u0627\u0644\u0643\u0627\u0645\u064a\u0631\u0627 \u0644\u0644\u0622\u062e\u0631\u064a\u0646",flip:"\u0642\u0644\u0628",grantModerator:"\u0627\u0645\u0646\u062d \u0635\u0644\u0627\u062d\u064a\u0627\u062a \u0631\u0626\u064a\u0633 \u0627\u0644\u062c\u0644\u0633\u0629",hideSelfView:"\u0625\u062e\u0641\u0627\u0621 \u0627\u0644\u0645\u0646\u0638\u0631 \u0627\u0644\u0630\u0627\u062a\u064a",kick:"\u0637\u0631\u062f \u062e\u0627\u0631\u062c\u064b\u0627",moderator:"\u0631\u0626\u064a\u0633 \u0627\u0644\u062c\u0644\u0633\u0629",mute:"\u0627\u0644\u0645\u0634\u0627\u0631\u0643 \u0645\u0643\u062a\u0648\u0645 \u0627\u0644\u0635\u0648\u062a",muted:"\u0645\u0643\u062a\u0648\u0645",pinToStage:"\u062a\u062b\u0628\u064a\u062a \u0641\u064a \u0627\u0644\u0645\u0631\u062d\u0644\u0629",remoteControl:"\u0628\u062f\u0621 / \u0625\u064a\u0642\u0627\u0641 \u0627\u0644\u062a\u062d\u0643\u0645 \u0627\u0644\u0628\u0639\u064a\u062f",screenSharing:"\u0627\u0644\u0645\u0634\u0627\u0631\u0643 \u064a\u0634\u0627\u0631\u0643 \u0634\u0627\u0634\u062a\u0647",show:"\u0623\u0638\u0647\u0631 \u0639\u0644\u0649 \u0627\u0644\u0645\u0646\u0635\u0629",showSelfView:"\u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u0648\u0627\u062c\u0647\u0629 \u0627\u0644\u0630\u0627\u062a\u064a\u0629",unpinFromStage:"\u0641\u0643",videoMuted:"\u0627\u0644\u0643\u0627\u0645\u064a\u0631\u0627 \u0645\u0639\u0637\u0644\u0629",videomute:"\u0623\u0648\u0642\u0641 \u0627\u0644\u0645\u0634\u0627\u0631\u0643 \u0627\u0644\u0643\u0627\u0645\u064a\u0631\u0627"},virtualBackground:{addBackground:"\u0623\u0636\u0641 \u062e\u0644\u0641\u064a\u0629",apply:"\u062a\u0637\u0628\u064a\u0642",backgroundEffectError:"\u0641\u0634\u0644 \u062a\u0637\u0628\u064a\u0642 \u062a\u0623\u062b\u064a\u0631 \u0627\u0644\u062e\u0644\u0641\u064a\u0629.",blur:"\u0636\u0628\u0627\u0628\u064a\u0629",deleteImage:"\u062d\u0630\u0641 \u0635\u0648\u0631\u0629",desktopShare:"\u0645\u0634\u0627\u0631\u0643\u0629 \u0633\u0637\u062d \u0627\u0644\u0645\u0643\u062a\u0628",desktopShareError:"\u062a\u0639\u0630\u0631 \u0625\u0646\u0634\u0627\u0621 \u0645\u0634\u0627\u0631\u0643\u0629 \u0633\u0637\u062d \u0627\u0644\u0645\u0643\u062a\u0628",image1:"\u0634\u0627\u0637\u0626",image2:"\u062c\u062f\u0627\u0631 \u0623\u0628\u064a\u0636 \u0645\u062d\u0627\u064a\u062f",image3:"\u063a\u0631\u0641\u0629 \u0628\u064a\u0636\u0627\u0621 \u0641\u0627\u0631\u063a\u0629",image4:"\u0645\u0635\u0628\u0627\u062d \u0623\u0631\u0636\u064a \u0623\u0633\u0648\u062f",image5:"\u062c\u0628\u0644",image6:"\u063a\u0627\u0628\u0629",image7:"\u0634\u0631\u0648\u0642 \u0627\u0644\u0634\u0645\u0633",none:"\u0628\u062f\u0648\u0646",pleaseWait:"\u064a\u0631\u062c\u0649 \u0627\u0644\u0627\u0646\u062a\u0638\u0627\u0631...",removeBackground:"\u0625\u0632\u0627\u0644\u0629 \u062e\u0644\u0641\u064a\u0629",slightBlur:"\u0637\u0645\u0633 \u0637\u0641\u064a\u0641",title:"\u062e\u0644\u0641\u064a\u0627\u062a \u0627\u0641\u062a\u0631\u0627\u0636\u064a\u0629",uploadedImage:"\u062a\u062d\u0645\u064a\u0644 \u0627\u0644\u0635\u0648\u0631\u0629 {{index}}",webAssemblyWarning:"WebAssembly \u063a\u064a\u0631 \u0645\u062f\u0639\u0648\u0645",webAssemblyWarningDescription:"\u062a\u0645 \u062a\u0639\u0637\u064a\u0644 WebAssembly \u0623\u0648 \u0639\u062f\u0645 \u062f\u0639\u0645\u0647 \u0628\u0648\u0627\u0633\u0637\u0629 \u0647\u0630\u0627 \u0627\u0644\u0645\u0633\u062a\u0639\u0631\u0636"},volumeSlider:"\u0645\u0633\u062a\u0648\u0649 \u0627\u0644\u0635\u0648\u062a",welcomepage:{accessibilityLabel:{join:"\u0627\u0646\u0642\u0631 \u0644\u0644\u0645\u0634\u0627\u0631\u0643\u0629",roomname:"\u0623\u062f\u062e\u0644 \u0627\u0633\u0645 \u0627\u0644\u063a\u0631\u0641\u0629"},addMeetingName:"\u0623\u0636\u0641 \u0627\u0633\u0645 \u0627\u0644\u0645\u064f\u0644\u062a\u0642\u0649",appDescription:"\u0627\u0646\u0637\u0644\u0642 \u0648\u0623\u062c\u0631 \u0645\u062d\u0627\u062f\u062b\u0629 \u0645\u0631\u0626\u064a\u0629 \u0645\u0639 \u0643\u0627\u0645\u0644 \u0627\u0644\u0641\u0631\u064a\u0642. \u064a\u0645\u0643\u0646\u0643 \u0623\u064a\u0636\u064b\u0627 \u0623\u0646 \u062a\u062f\u0639\u0648 \u0645\u0646 \u062a\u0631\u064a\u062f. {{app}} \u0645\u064f\u0639\u0645\u0651\u064e\u0649 \u0628\u0627\u0644\u0643\u0627\u0645\u0644\u060c \u0648\u0645\u0641\u062a\u0648\u062d \u0627\u0644\u0645\u0635\u062f\u0631 \u0628\u0627\u0644\u0643\u0627\u0645\u0644 \u0648\u064a\u0639\u062f \u062d\u0644\u064b\u0627 \u0644\u0625\u062c\u0631\u0627\u0621 \u0627\u0644\u0645\u0624\u062a\u0645\u0631\u0627\u062a \u0627\u0644\u0645\u0631\u0626\u064a\u0629 \u064a\u0645\u0643\u0646\u0643 \u0627\u0633\u062a\u0639\u0645\u0627\u0644\u0647 \u0645\u062a\u0649 \u062a\u0631\u064a\u062f\u060c \u0645\u062c\u0627\u0646\u064b\u0627\u060c \u062d\u062a\u0649 \u062f\u0648\u0646 \u062d\u0633\u0627\u0628.",audioVideoSwitch:{audio:"\u0635\u0648\u062a",video:"\u0641\u064a\u062f\u064a\u0648"},calendar:"\u0631\u0632\u0646\u0627\u0645\u0629",connectCalendarButton:"\u0623\u0648\u0635\u0644 \u0631\u0632\u0646\u0627\u0645\u062a\u0643",connectCalendarText:"\u0623\u0648\u0635\u0644 \u0631\u0632\u0646\u0627\u0645\u062a\u0643 \u0644\u0639\u0631\u0636 \u0643\u0644 \u0645\u064f\u0644\u062a\u0642\u064a\u0627\u062a\u0643 \u0641\u064a {{app}}. \u0623\u0636\u0641 \u0625\u0644\u0649 \u0630\u0644\u0643 \u0623\u0646\u0651\u064e\u0647 \u064a\u0645\u0643\u0646\u0643 \u0625\u0636\u0627\u0641\u0629 \u0645\u064f\u0644\u062a\u0642\u064a\u0627\u062a {{provider}} \u0625\u0644\u0649 \u0631\u0632\u0646\u0627\u0645\u062a\u0643 \u0648\u0628\u062f\u0626\u0647\u0627 \u0628\u0636\u063a\u0637\u0629 \u0648\u0627\u062d\u062f\u0629.",enterRoomTitle:"\u0628\u062f\u0621 \u0645\u064f\u0644\u062a\u0642\u0649 \u062c\u062f\u064a\u062f",getHelp:"\u0623\u0631\u064a\u062f \u0645\u0633\u0627\u0639\u062f\u0629",go:"\u0627\u0628\u062f\u0623",goSmall:"\u0627\u0628\u062f\u0623",headerSubtitle:"\u0622\u0645\u0640\u0640\u0646 \u0648\u0628\u0646\u0640\u0648\u0639\u064a\u0640\u0629 \u0641\u0640\u0627\u0626\u0642\u0640\u0629 \u0627\u0644\u062c\u0640\u0648\u062f\u0629",headerTitle:"\u0645\u064f\u0644\u062a\u0642\u0649 \u062c\u064a\u062a\u0633\u064a",info:"\u0645\u0639\u0644\u0648\u0645\u0627\u062a",jitsiOnMobile:"\u062c\u064a\u062a\u0633\u064a \u0639\u0644\u0649 \u0627\u0644\u0647\u0627\u062a\u0641 \u0627\u0644\u0645\u062d\u0645\u0648\u0644 - \u062d\u0645\u0651\u0644 \u062a\u0637\u0628\u064a\u0642\u0627\u062a\u0646\u0627 \u0648\u0627\u0628\u062f\u0623 \u0645\u064f\u0644\u062a\u0642\u0649\u064b\u0627 \u0645\u0646 \u0623\u064a \u0645\u0643\u0627\u0646",join:"\u0623\u0646\u0634\u0626 / \u0627\u0646\u0636\u0645",logo:{calendar:"\u0634\u0639\u0627\u0631 \u0627\u0644\u062a\u0642\u0648\u064a\u0645",desktopPreviewThumbnail:"\u0635\u0648\u0631\u0629 \u0645\u0635\u063a\u0631\u0629 \u0644\u0645\u0639\u0627\u064a\u0646\u0629 \u0633\u0637\u062d \u0627\u0644\u0645\u0643\u062a\u0628",googleLogo:"\u0634\u0639\u0627\u0631 \u0643\u0648\u0643\u0644",logoDeepLinking:"\u0634\u0639\u0627\u0631 \u062c\u064a\u062a\u0633\u064a",microsoftLogo:"\u0634\u0639\u0627\u0631 \u0645\u0627\u064a\u0643\u0631\u0648\u0633\u0648\u0641\u062a",policyLogo:"\u0634\u0639\u0627\u0631 \u0627\u0644\u0633\u064a\u0627\u0633\u0629"},mobileDownLoadLinkAndroid:"\u0642\u0645 \u0628\u062a\u0646\u0632\u064a\u0644 \u062a\u0637\u0628\u064a\u0642 \u0627\u0644\u0647\u0627\u062a\u0641 \u0644\u0646\u0638\u0627\u0645 \u0623\u0646\u062f\u0631\u0648\u064a\u062f",mobileDownLoadLinkFDroid:"\u0642\u0645 \u0628\u062a\u0646\u0632\u064a\u0644 \u062a\u0637\u0628\u064a\u0642 \u0627\u0644\u062c\u0648\u0627\u0644 \u0644\u0640 F-Droid",mobileDownLoadLinkIos:"\u0642\u0645 \u0628\u062a\u0646\u0632\u064a\u0644 \u062a\u0637\u0628\u064a\u0642 \u0627\u0644\u0647\u0627\u062a\u0641 \u0644\u0646\u0638\u0627\u0645 iOS",moderatedMessage:"\u0623\u0648 a href=\"{{url}}\" rel=\"noopener noreferrer\" target=\"_blank\">\u0627\u062d\u062c\u0632 \u0631\u0627\u0628\u0637 \u0644\u0645\u064f\u0644\u062a\u0642\u0649 \u0625\u0646 \u0643\u0646\u062a \u0631\u0626\u064a\u0633 \u0627\u0644\u062c\u0644\u0633\u0629 \u0627\u0644\u0648\u062d\u064a\u062f \u0641\u0642\u0637.",privacy:"\u0627\u0644\u062e\u0635\u0648\u0635\u064a\u0629",recentList:"\u0627\u0644\u062c\u062f\u064a\u062f",recentListDelete:"\u062d\u0630\u0641",recentListEmpty:"\u0642\u0627\u0626\u0645\u062a\u0643 \u0627\u0644\u0623\u062e\u064a\u0631\u0629 \u0641\u0627\u0631\u063a\u0629 \u062d\u0627\u0644\u064a\u064b\u0627. \u0627\u0628\u062f\u0623 \u0627\u0644\u062a\u062d\u062f\u062b \u0645\u0639 \u0627\u0644\u0641\u0631\u064a\u0642 \u0648\u0633\u062a\u062c\u062f \u0643\u0644 \u0645\u064f\u0644\u062a\u0642\u064a\u0627\u062a\u0643 \u0627\u0644\u0623\u062e\u064a\u0631\u0629 \u0647\u0646\u0627.",reducedUIText:"\u064a\u0627 \u0645\u0631\u062d\u0628\u064b\u0627 \u0628\u0643 \u0641\u064a {{app}}!",roomNameAllowedChars:"\u0644\u0627 \u064a\u062c\u0628 \u0623\u0646 \u064a\u062d\u0648\u064a \u0627\u0633\u0645 \u0627\u0644\u0645\u064f\u0644\u062a\u0642\u0649 \u0639\u0644\u0649: ?\u060c &\u060c :\u060c '\u060c \"\u060c %\u060c #.",roomname:"\u0623\u062f\u062e\u0644 \u0627\u0633\u0645 \u0627\u0644\u063a\u0631\u0641\u0629",roomnameHint:"\u0623\u062f\u062e\u0644 \u0627\u0633\u0645 \u0623\u0648 \u0631\u0627\u0628\u0637 \u0627\u0644\u063a\u0631\u0641\u0629 \u0627\u0644\u062a\u064a \u062a\u0631\u064a\u062f \u0627\u0644\u0627\u0646\u0636\u0645\u0627\u0645 \u0625\u0644\u064a\u0647\u0627. \u064a\u0645\u0643\u0646\u0643 \u0625\u0646\u0634\u0627\u0621 \u0627\u0633\u0645 \u062c\u062f\u064a\u062f \u0644\u062a\u0631\u0633\u0644\u0647 \u0625\u0644\u0649 \u0645\u0646 \u062a\u0631\u064a\u062f \u0623\u0646 \u062a\u062c\u062a\u0645\u0639 \u0645\u0639\u0647\u0645.",sendFeedback:"\u0623\u0628\u062f\u0650 \u0631\u0623\u064a\u0643",settings:"\u0625\u0639\u062f\u0627\u062f\u0627\u062a",startMeeting:"\u0625\u0628\u062f\u0623 \u0627\u0644\u0645\u064f\u0644\u062a\u0642\u0649",terms:"\u0627\u0644\u0634\u0631\u0648\u0637",title:"\u0645\u0646\u0635\u0629 \u0639\u0642\u062f \u0645\u0624\u062a\u0645\u0631\u0627\u062a \u0648\u0645\u064f\u0644\u062a\u0642\u064a\u0627\u062a \u0622\u0645\u0646\u0629 \u0648\u0643\u0627\u0645\u0644\u0629 \u0627\u0644\u0645\u0632\u0627\u064a\u0627 \u0648\u0645\u062c\u0627\u0646\u064a\u0629 \u0628\u0627\u0644\u0645\u0637\u0644\u0642"}}},823,[]); -__d(function(e,o,i,t,r,a,n){r.exports={addPeople:{add:"\u041f\u043e\u043a\u0430\u043d\u0438",addContacts:"\u041f\u043e\u043a\u0430\u043d\u0438 \u0443\u0447\u0430\u0441\u0442\u043d\u0438\u0446\u0438",copyInvite:"\u041a\u043e\u043f\u0438\u0440\u0430\u0439 \u043f\u043e\u043a\u0430\u043d\u0430 \u0432 \u0441\u0440\u0435\u0449\u0430\u0442\u0430",copyLink:"\u041a\u043e\u043f\u0438\u0440\u0430\u0439 \u043b\u0438\u043d\u043a \u043a\u044a\u043c \u0441\u0440\u0435\u0449\u0430\u0442\u0430",copyStream:"\u041a\u043e\u043f\u0438\u0440\u0430\u0439 \u043b\u0438\u043d\u043a \u0437\u0430 \u0438\u0437\u043b\u044a\u0447\u0432\u0430\u043d\u0435 \u043d\u0430 \u0436\u0438\u0432\u043e",countryNotSupported:"\u0416\u0435\u043b\u0430\u043d\u0430\u0442\u0430 \u0434\u0435\u0441\u0442\u0438\u043d\u0430\u0446\u0438\u044f \u043d\u0435 \u0441\u0435 \u043f\u043e\u0434\u0434\u044a\u0440\u0436\u0430 \u0432\u0441\u0435 \u043e\u0449\u0435.",countryReminder:"\u041c\u0435\u0436\u0434\u0443\u043d\u0430\u0440\u043e\u0434\u043d\u043e \u043e\u0431\u0430\u0436\u0434\u0430\u043d\u0435? \u0417\u0430\u043f\u043e\u0447\u043d\u0435\u0442\u0435 \u043d\u043e\u043c\u0435\u0440\u0430 \u0441 \u043c\u0435\u0436\u0434\u0443\u043d\u0430\u0440\u043e\u0434\u0435\u043d \u043a\u043e\u0434!",defaultEmail:"\u041f\u043e\u043a\u0430\u043d\u0430 \u043f\u043e \u0438\u043c\u0435\u0439\u043b",disabled:"\u041d\u0435 \u043c\u043e\u0436\u0435\u0442\u0435 \u0434\u0430 \u043a\u0430\u043d\u0438\u0442\u0435 \u0445\u043e\u0440\u0430.",failedToAdd:"\u041d\u0435\u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0434\u043e\u0431\u0430\u0432\u044f\u043d\u0435 \u043d\u0430 \u0443\u0447\u0430\u0441\u0442\u043d\u0438\u0446\u0438",footerText:"\u0418\u0437\u0445\u043e\u0434\u044f\u0449\u0438\u0442\u0435 \u0440\u0430\u0437\u0433\u043e\u0432\u043e\u0440\u0438 \u043d\u0435 \u0441\u0430 \u0440\u0430\u0437\u0440\u0435\u0448\u0435\u043d\u0438.",inviteMoreHeader:"\u0412\u0438\u0435 \u0441\u0442\u0435 \u0435\u0434\u0438\u043d\u0441\u0442\u0432\u0435\u043d\u0438\u044f\u0442 \u0443\u0447\u0430\u0441\u0442\u043d\u0438\u043a \u0432 \u0441\u0440\u0435\u0449\u0430\u0442\u0430",inviteMoreMailSubject:"\u0412\u043a\u043b\u044e\u0447\u0438 \u0441\u0435 \u0432 {{appName}} \u0441\u0440\u0435\u0449\u0430",inviteMorePrompt:"\u041f\u043e\u043a\u0430\u043d\u0438 \u043e\u0449\u0435 \u0443\u0447\u0430\u0441\u0442\u043d\u0438\u0446\u0438",linkCopied:"\u041b\u0438\u043d\u043a\u044a\u0442 \u0435 \u043a\u043e\u043f\u0438\u0440\u0430\u043d",loading:"\u0422\u044a\u0440\u0441\u0435\u043d\u0435 \u043d\u0430 \u0445\u043e\u0440\u0430 \u0438 \u0442\u0435\u043b\u0435\u0444\u043e\u043d\u043d\u0438 \u043d\u043e\u043c\u0435\u0440\u0430",loadingNumber:"\u0412\u0430\u043b\u0438\u0434\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 \u043d\u043e\u043c\u0435\u0440",loadingPeople:"\u0422\u044a\u0440\u0441\u0435\u043d\u0435 \u043d\u0430 \u0445\u043e\u0440\u0430",noResults:"\u041d\u044f\u043c\u0430 \u0440\u0435\u0437\u0443\u043b\u0442\u0430\u0442\u0438",noValidNumbers:"\u0412\u044a\u0432\u0435\u0434\u0435\u0442\u0435 \u0442\u0435\u043b\u0435\u0444\u043e\u043d\u0435\u043d \u043d\u043e\u043c\u0435\u0440",searchNumbers:"\u0414\u043e\u0431\u0430\u0432\u0438 \u043d\u043e\u043c\u0435\u0440",searchPeople:"\u0422\u044a\u0440\u0441\u0435\u043d\u0435 \u043d\u0430 \u0445\u043e\u0440\u0430",searchPeopleAndNumbers:"\u0422\u044a\u0440\u0441\u0435\u043d\u0435 \u043d\u0430 \u0443\u0447\u0430\u0441\u0442\u043d\u0438\u0446\u0438 \u0438\u043b\u0438 \u0434\u043e\u0431\u0430\u0432\u044f\u043d\u0435 \u043f\u043e \u0442\u0435\u043b\u0435\u0444\u043e\u043d\u0435\u043d \u043d\u043e\u043c\u0435\u0440",shareInvite:"\u0421\u043f\u043e\u0434\u0435\u043b\u0438 \u043f\u043e\u043a\u0430\u043d\u0430 \u0437\u0430 \u0441\u0440\u0435\u0449\u0430",shareLink:"\u0421\u043f\u043e\u0434\u0435\u043b\u0438 \u043b\u0438\u043d\u043a \u043a\u044a\u043c \u0441\u0440\u0435\u0449\u0430\u0442\u0430, \u0437\u0430 \u0434\u0430 \u043f\u043e\u043a\u0430\u043d\u0438\u0448 \u043d\u044f\u043a\u043e\u0433\u043e",shareStream:"\u0421\u043f\u043e\u0434\u0435\u043b\u0438 \u043b\u0438\u043d\u043a \u0437\u0430 \u0438\u0437\u043b\u044a\u0447\u0432\u0430\u043d\u0435 \u043d\u0430 \u0436\u0438\u0432\u043e",telephone:"\u0422\u0435\u043b\u0435\u0444\u043e\u043d: {{number}}",title:"\u0414\u043e\u0431\u0430\u0432\u044f\u043d\u0435 \u043d\u0430 \u0443\u0447\u0430\u0441\u0442\u043d\u0438\u0446\u0438 \u0432 \u0441\u0440\u0435\u0449\u0430\u0442\u0430"},audioDevices:{bluetooth:"Bluetooth",headphones:"\u0421\u043b\u0443\u0448\u0430\u043b\u043a\u0438",none:"\u041d\u044f\u043c\u0430 \u043d\u0430\u043b\u0438\u0447\u043d\u0438 \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u0430 \u0437\u0430 \u0437\u0432\u0443\u043a",phone:"\u0422\u0435\u043b\u0435\u0444\u043e\u043d",speaker:"\u0412\u0438\u0441\u043e\u043a\u043e\u0433\u043e\u0432\u043e\u0440\u0438\u0442\u0435\u043b"},audioOnly:{audioOnly:"\u0421\u0430\u043c\u043e \u0437\u0432\u0443\u043a"},calendarSync:{addMeetingURL:"\u0414\u043e\u0431\u0430\u0432\u044f\u043d\u0435 \u043d\u0430 \u0432\u0440\u044a\u0437\u043a\u0430 \u0437\u0430 \u0441\u0440\u0435\u0449\u0430",confirmAddLink:"\u0418\u0441\u043a\u0430\u0442\u0435 \u043b\u0438 \u0434\u0430 \u0434\u043e\u0431\u0430\u0432\u0438\u0442\u0435 \u0432\u0440\u044a\u0437\u043a\u0430 \u043a\u044a\u043c \u0442\u043e\u0432\u0430 \u0441\u044a\u0431\u0438\u0442\u0438\u0435?",error:{appConfiguration:"\u0418\u043d\u0442\u0435\u0433\u0440\u0430\u0446\u0438\u044f\u0442\u0430 \u0441 \u043a\u0430\u043b\u0435\u043d\u0434\u0430\u0440\u0430 \u043d\u0435 \u0435 \u043d\u0430\u0441\u0442\u0440\u043e\u0435\u043d\u0430.",generic:"\u0413\u0440\u0435\u0448\u043a\u0430! \u041c\u043e\u043b\u044f, \u043f\u0440\u043e\u0432\u0435\u0440\u0435\u0442\u0435 \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0430\u0442\u0430 \u0437\u0430 \u043a\u0430\u043b\u0435\u043d\u0434\u0430\u0440\u0430 \u0438\u043b\u0438 \u0433\u043e \u043e\u0431\u043d\u043e\u0432\u0435\u0442\u0435.",notSignedIn:"\u0413\u0440\u0435\u0448\u043a\u0430 \u043f\u0440\u0438 \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0446\u0438\u044f \u0437\u0430 \u0438\u0437\u0442\u0435\u0433\u043b\u044f\u043d\u0435 \u043d\u0430 \u0441\u044a\u0431\u0438\u0442\u0438\u044f. \u041c\u043e\u043b\u044f, \u043f\u0440\u043e\u0432\u0435\u0440\u0435\u0442\u0435 \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438\u0442\u0435 \u043d\u0430 \u043a\u0430\u043b\u0435\u043d\u0434\u0430\u0440\u0430 \u0438 \u043e\u043f\u0438\u0442\u0430\u0439\u0442\u0435 \u043e\u0442\u043d\u043e\u0432\u043e."},join:"\u0412\u043b\u0438\u0437\u0430\u043d\u0435",joinTooltip:"\u0412\u043b\u0438\u0437\u0430\u043d\u0435 \u0432 \u0441\u0440\u0435\u0449\u0430\u0442\u0430",nextMeeting:"\u0441\u043b\u0435\u0434\u0432\u0430\u0449\u0430 \u0441\u0440\u0435\u0449\u0430",noEvents:"\u041d\u044f\u043c\u0430 \u043d\u0430\u0441\u0440\u043e\u0447\u0435\u043d\u0438 \u0431\u044a\u0434\u0435\u0449\u0438 \u0441\u044a\u0431\u0438\u0442\u0438\u044f.",ongoingMeeting:"\u043d\u0430\u0441\u0442\u043e\u044f\u0449\u0430 \u0441\u0440\u0435\u0449\u0430",permissionButton:"\u041e\u0442\u0432\u0430\u0440\u044f\u043d\u0435 \u043d\u0430 \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438",permissionMessage:"\u0417\u0430 \u043f\u043e\u043a\u0430\u0437\u0432\u0430\u043d\u0435 \u043d\u0430 \u0441\u0440\u0435\u0449\u0438\u0442\u0435 \u0432\u0438 \u0435 \u043d\u0443\u0436\u043d\u043e \u043f\u043e\u0437\u0432\u043e\u043b\u0435\u043d\u0438\u0435 \u0437\u0430 \u043f\u043e\u043b\u0437\u0432\u0430\u043d\u0435 \u043d\u0430 \u043a\u0430\u043b\u0435\u043d\u0434\u0430\u0440\u0430.",refresh:"\u041e\u0431\u043d\u043e\u0432\u044f\u0432\u0430\u043d\u0435 \u043d\u0430 \u043a\u0430\u043b\u0435\u043d\u0434\u0430\u0440\u0430",today:"\u0414\u043d\u0435\u0441"},chat:{error:"\u0413\u0440\u0435\u0448\u043a\u0430: \u0432\u0430\u0448\u0435\u0442\u043e \u0441\u044a\u043e\u0431\u0449\u0435\u043d\u0438\u0435 \u043d\u0435 \u0431\u0435 \u0438\u0437\u043f\u0440\u0430\u0442\u0435\u043d\u043e, \u043f\u043e\u0440\u0430\u0434\u0438: {{error}}",fieldPlaceHolder:"\u0412\u044a\u0432\u0435\u0434\u0435\u0442\u0435 \u0441\u044a\u043e\u0431\u0449\u0435\u043d\u0438\u0435\u0442\u043e",messageTo:"\u041b\u0438\u0447\u043d\u043e \u0441\u044a\u043e\u0431\u0449\u0435\u043d\u0438\u0435 \u0434\u043e {{recipient}}",messagebox:"\u0412\u044a\u0432\u0435\u0434\u0435\u0442\u0435 \u0441\u044a\u043e\u0431\u0449\u0435\u043d\u0438\u0435",nickname:{popover:"\u0418\u0437\u0431\u043e\u0440 \u043d\u0430 \u0438\u043c\u0435",title:"\u0412\u044a\u0432\u0435\u0434\u0435\u0442\u0435 \u0438\u043c\u0435, \u0437\u0430 \u0434\u0430 \u043e\u0431\u043c\u0435\u043d\u044f\u0442\u0435 \u0441\u044a\u043e\u0431\u0449\u0435\u043d\u0438\u044f",titleWithPolls:"\u0412\u044a\u0432\u0435\u0434\u0435\u0442\u0435 \u0438\u043c\u0435, \u0437\u0430 \u0434\u0430 \u043e\u0431\u043c\u0435\u043d\u044f\u0442\u0435 \u0441\u044a\u043e\u0431\u0449\u0435\u043d\u0438\u044f"},noMessagesMessage:"\u0412\u0441\u0435 \u043e\u0449\u0435 \u043d\u044f\u043c\u0430 \u0441\u044a\u043e\u0431\u0449\u0435\u043d\u0438\u044f \u0432 \u0441\u0440\u0435\u0449\u0430\u0442\u0430. \u0417\u0430\u043f\u043e\u0447\u043d\u0435\u0442\u0435 \u0440\u0430\u0437\u0433\u043e\u0432\u043e\u0440 \u0442\u0443\u043a!",privateNotice:"\u041b\u0438\u0447\u043d\u043e \u0441\u044a\u043e\u0431\u0449\u0435\u043d\u0438\u0435 \u0434\u043e {{recipient}}",sendButton:"\u0418\u0437\u043f\u0440\u0430\u0442\u0438",title:"\u0422\u0435\u043a\u0441\u0442\u043e\u0432\u0438 \u0441\u044a\u043e\u0431\u0449\u0435\u043d\u0438\u044f",titleWithPolls:"\u0422\u0435\u043a\u0441\u0442\u043e\u0432\u0438 \u0441\u044a\u043e\u0431\u0449\u0435\u043d\u0438\u044f",you:"\u0432\u0438\u0435"},chromeExtensionBanner:{buttonText:"\u0418\u043d\u0441\u0442\u0430\u043b\u0438\u0440\u0430\u0439\u0442\u0435 \u0440\u0430\u0437\u0448\u0438\u0440\u0435\u043d\u0438\u0435\u0442\u043e \u0437\u0430 Chrome",dontShowAgain:"\u041d\u0435 \u043f\u043e\u043a\u0430\u0437\u0432\u0430\u0439 \u043f\u043e\u0432\u0435\u0447\u0435",installExtensionText:"\u0418\u043d\u0441\u0442\u0430\u043b\u0438\u0440\u0430\u0439\u0442\u0435 \u0440\u0430\u0437\u0448\u0438\u0440\u0435\u043d\u0438\u044f\u0442\u0430 \u0437\u0430 Google Calendar \u0438 Office 365"},connectingOverlay:{joiningRoom:"\u0421\u0432\u044a\u0440\u0437\u0432\u0430\u043d\u0435 \u0441 \u0432\u0430\u0448\u0430\u0442\u0430 \u0441\u0440\u0435\u0449\u0430..."},connection:{ATTACHED:"\u041f\u0440\u0438\u043a\u0440\u0435\u043f\u0435\u043d",AUTHENTICATING:"\u0418\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0446\u0438\u044f",AUTHFAIL:"\u041d\u0435\u0443\u0441\u043f\u0435\u0448\u043d\u0430 \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0446\u0438\u044f",CONNECTED:"\u0421\u0432\u044a\u0440\u0437\u0430\u043d",CONNECTING:"\u0421\u0432\u044a\u0440\u0437\u0432\u0430\u043d\u0435",CONNFAIL:"\u0412\u0440\u044a\u0437\u043a\u0430\u0442\u0430 \u0435 \u043d\u0435\u0443\u0441\u043f\u0435\u0448\u043d\u0430",DISCONNECTED:"\u0418\u0437\u043a\u043b\u044e\u0447\u0435\u043d",DISCONNECTING:"\u041f\u0440\u0435\u043a\u044a\u0441\u0432\u0430\u043d\u0435 \u043d\u0430 \u0432\u0440\u044a\u0437\u043a\u0430\u0442\u0430",ERROR:"\u0413\u0440\u0435\u0448\u043a\u0430",FETCH_SESSION_ID:"\u041e\u0442\u0432\u0430\u0440\u044f\u043d\u0435 \u043d\u0430 \u0441\u0435\u0441\u0438\u044f...",GET_SESSION_ID_ERROR:"\u0413\u0440\u0435\u0448\u043a\u0430 \u043f\u0440\u0438 \u043e\u0442\u0432\u0430\u0440\u044f\u043d\u0435 \u043d\u0430 \u0441\u0435\u0441\u0438\u044f\u0442\u0430: {{code}}",GOT_SESSION_ID:"\u041e\u0442\u0432\u0430\u0440\u044f\u043d\u0435 \u043d\u0430 \u0441\u0435\u0441\u0438\u044f\u0442\u0430... \u0413\u043e\u0442\u043e\u0432\u043e",LOW_BANDWIDTH:"\u0412\u0438\u0434\u0435\u043e\u0442\u043e \u043d\u0430 {{displayName}} \u0431\u0435\u0448\u0435 \u0438\u0437\u043a\u043b\u044e\u0447\u0435\u043d\u043e, \u043f\u043e\u0440\u0430\u0434\u0438 \u0441\u043b\u0430\u0431\u0430 \u0418\u043d\u0442\u0435\u0440\u043d\u0435\u0442 \u0432\u0440\u044a\u0437\u043a\u0430",RECONNECTING:"\u041f\u043e\u044f\u0432\u0438 \u0441\u0435 \u043f\u0440\u043e\u0431\u043b\u0435\u043c \u0441 \u043c\u0440\u0435\u0436\u0430\u0442\u0430. \u0412\u0440\u044a\u0437\u0432\u0430\u043c\u0435 \u0441\u0435 \u043d\u0430\u043d\u043e\u0432\u043e..."},connectionindicator:{address:"\u0410\u0434\u0440\u0435\u0441:",bandwidth:"\u041f\u0440\u0435\u0434\u043f\u043e\u043b\u0430\u0433\u0430\u0435\u043c\u0430 \u0441\u043a\u043e\u0440\u043e\u0441\u0442:",bitrate:"\u0421\u043a\u043e\u0440\u043e\u0441\u0442:",bridgeCount:"\u0411\u0440\u043e\u0439 \u0441\u044a\u0440\u0432\u044a\u0440\u0438: ",connectedTo:"\u0421\u0432\u044a\u0440\u0437\u0430\u043d \u043a\u044a\u043c:",framerate:"\u041a\u0430\u0434\u0440\u0438 \u0432 \u0441\u0435\u043a\u0443\u043d\u0434\u0430:",less:"\u0421\u043a\u0440\u0438\u0432\u0430\u043d\u0435",localaddress:"\u041b\u043e\u043a\u0430\u043b\u0435\u043d \u0430\u0434\u0440\u0435\u0441:",localaddress_plural:"\u041b\u043e\u043a\u0430\u043b\u043d\u0438 \u0430\u0434\u0440\u0435\u0441\u0438:",localport:"\u041b\u043e\u043a\u0430\u043b\u0435\u043d \u043f\u043e\u0440\u0442:",localport_plural:"\u041b\u043e\u043a\u0430\u043b\u043d\u0438 \u043f\u043e\u0440\u0442\u043e\u0432\u0435:",more:"\u041f\u043e\u043a\u0430\u0437\u0432\u0430\u043d\u0435",packetloss:"\u0417\u0430\u0433\u0443\u0431\u0430 \u043d\u0430 \u043f\u0430\u043a\u0435\u0442\u0438:",quality:{good:"\u0414\u043e\u0431\u0440\u0430",inactive:"\u041d\u044f\u043c\u0430",lost:"\u0420\u0430\u0437\u043a\u0430\u0447\u0435\u043d\u0430",nonoptimal:"\u041d\u0435\u043e\u043f\u0442\u0438\u043c\u0430\u043b\u043d\u0430",poor:"\u041b\u043e\u0448\u0430"},remoteaddress:"\u041e\u0442\u0434\u0430\u043b\u0435\u0447\u0435\u043d \u0430\u0434\u0440\u0435\u0441:",remoteaddress_plural:"\u041e\u0442\u0434\u0430\u043b\u0435\u0447\u0435\u043d\u0438 \u0430\u0434\u0440\u0435\u0441\u0438:",remoteport:"\u041e\u0442\u0434\u0430\u043b\u0435\u0447\u0435\u043d \u043f\u043e\u0440\u0442:",remoteport_plural:"\u041e\u0442\u0434\u0430\u043b\u0435\u0447\u0435\u043d\u0438 \u043f\u043e\u0440\u0442\u043e\u0432\u0435:",resolution:"\u0420\u0435\u0437\u043e\u043b\u044e\u0446\u0438\u044f:",status:"\u0412\u0440\u044a\u0437\u043a\u0430:",transport:"\u0422\u0440\u0430\u043d\u0441\u043f\u043e\u0440\u0442:",transport_plural:"\u0422\u0440\u0430\u043d\u0441\u043f\u043e\u0440\u0442\u0438:"},dateUtils:{earlier:"\u041f\u043e-\u0440\u0430\u043d\u043e",today:"\u0414\u043d\u0435\u0441",yesterday:"\u0412\u0447\u0435\u0440\u0430"},deepLinking:{appNotInstalled:"\u0418\u043c\u0430\u0442\u0435 \u043d\u0443\u0436\u0434\u0430 \u043e\u0442 \u043c\u043e\u0431\u0438\u043b\u043d\u043e\u0442\u043e \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0435 {{app}} \u0437\u0430 \u0432\u043b\u0438\u0437\u0430\u043d\u0435 \u0432 \u0442\u0430\u0437\u0438 \u0441\u0440\u0435\u0449\u0430 \u043e\u0442 \u0442\u0435\u043b\u0435\u0444\u043e\u043d\u0430.",description:"\u041d\u0438\u0449\u043e \u043d\u0435 \u0441\u0435 \u0441\u043b\u0443\u0447\u0432\u0430? \u041e\u043f\u0438\u0442\u0430\u0445\u043c\u0435 \u0441\u0435 \u0434\u0430 \u0437\u0430\u0440\u0435\u0434\u0438\u043c \u0441\u0440\u0435\u0449\u0430\u0442\u0430 \u0432 \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0435\u0442\u043e {{app}}. \u041f\u0440\u043e\u0431\u0432\u0430\u0439\u0442\u0435 \u043e\u0442\u043d\u043e\u0432\u043e \u0438\u043b\u0438 \u0432\u043b\u0435\u0437\u0442\u0435 \u0447\u0440\u0435\u0437 \u0443\u0435\u0431 \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0435\u0442\u043e {{app}}.",descriptionWithoutWeb:"\u041d\u0438\u0449\u043e \u043d\u0435 \u0441\u0435 \u0441\u043b\u0443\u0447\u0432\u0430? \u041e\u043f\u0438\u0442\u0430\u0445\u043c\u0435 \u0441\u0435 \u0434\u0430 \u0437\u0430\u0440\u0435\u0434\u0438\u043c \u0441\u0440\u0435\u0449\u0430\u0442\u0430 \u0432 \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0435\u0442\u043e {{app}}.",downloadApp:"\u0421\u0432\u0430\u043b\u0435\u0442\u0435 \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0435\u0442\u043e",launchWebButton:"\u0417\u0430\u0440\u0435\u0434\u0435\u0442\u0435 \u0443\u0435\u0431 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0430\u0442\u0430",openApp:"\u041f\u0440\u043e\u0434\u044a\u043b\u0436\u0435\u0442\u0435 \u043a\u044a\u043c \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0435\u0442\u043e",title:"\u0417\u0430\u0440\u0435\u0436\u0434\u0430\u043d\u0435 \u043d\u0430 \u0441\u0440\u0435\u0449\u0430\u0442\u0430 \u0432 {{app}}...",tryAgainButton:"\u041f\u0440\u043e\u0431\u0432\u0430\u0439\u0442\u0435 \u043e\u0442\u043d\u043e\u0432\u043e"},defaultLink:"\u043d\u0430\u043f\u0440. {{url}}",defaultNickname:"\u043d\u0430\u043f\u0440. \u0418\u0432\u0430\u043d \u0418\u0432\u0430\u043d\u043e\u0432",deviceError:{cameraError:"\u041a\u0430\u043c\u0435\u0440\u0430\u0442\u0430 \u0435 \u043d\u0435\u0434\u043e\u0441\u0442\u044a\u043f\u043d\u0430",cameraPermission:"\u0413\u0440\u0435\u0448\u043a\u0430 \u043f\u0440\u0438 \u043f\u043e\u043b\u0443\u0447\u0430\u0432\u0430\u043d\u0435 \u043d\u0430 \u0440\u0430\u0437\u0440\u0435\u0448\u0435\u043d\u0438\u0435 \u0437\u0430 \u0434\u043e\u0441\u0442\u044a\u043f \u0434\u043e \u043a\u0430\u043c\u0435\u0440\u0430\u0442\u0430",microphoneError:"\u041c\u0438\u043a\u0440\u043e\u0444\u043e\u043d\u044a\u0442 \u0435 \u043d\u0435\u0434\u043e\u0441\u0442\u044a\u043f\u0435\u043d",microphonePermission:"\u0413\u0440\u0435\u0448\u043a\u0430 \u043f\u0440\u0438 \u043f\u043e\u043b\u0443\u0447\u0430\u0432\u0430\u043d\u0435 \u043d\u0430 \u0440\u0430\u0437\u0440\u0435\u0448\u0435\u043d\u0438\u0435 \u0437\u0430 \u0434\u043e\u0441\u0442\u044a\u043f \u0434\u043e \u043c\u0438\u043a\u0440\u043e\u0444\u043e\u043d\u0430"},deviceSelection:{noPermission:"\u041d\u0435 \u0435 \u043f\u043e\u043b\u0443\u0447\u0435\u043d\u043e \u0440\u0430\u0437\u0440\u0435\u0448\u0435\u043d\u0438\u0435",previewUnavailable:"\u041d\u044f\u043c\u0430 \u0432\u044a\u0437\u043c\u043e\u0436\u043d\u043e\u0441\u0442 \u0437\u0430 \u043f\u0440\u0435\u0433\u043b\u0435\u0434",selectADevice:"\u0418\u0437\u0431\u0435\u0440\u0435\u0442\u0435 \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u043e",testAudio:"\u041f\u0443\u0441\u043d\u0438 \u043f\u0440\u043e\u0431\u0435\u043d \u0437\u0432\u0443\u043a"},dialOut:{statusMessage:"\u0432 \u043c\u043e\u043c\u0435\u043d\u0442\u0430 \u0435 {{status}}"},dialog:{Back:"\u041d\u0430\u0437\u0430\u0434",Cancel:"\u041e\u0442\u043a\u0430\u0437",IamHost:"\u0410\u0437 \u0441\u044a\u043c \u0434\u043e\u043c\u0430\u043a\u0438\u043d\u044a\u0442",Ok:"\u0413\u043e\u0442\u043e\u0432\u043e",Remove:"\u041f\u0440\u0435\u043c\u0430\u0445\u0432\u0430\u043d\u0435",Share:"\u0421\u043f\u043e\u0434\u0435\u043b\u044f\u043d\u0435",Submit:"\u0418\u0437\u043f\u0440\u0430\u0449\u0430\u043d\u0435",WaitForHostMsg:"\u041a\u043e\u043d\u0444\u0435\u0440\u0435\u043d\u0446\u0438\u044f\u0442\u0430 \u0432\u0441\u0435 \u043e\u0449\u0435 \u043d\u0435 \u0435 \u0437\u0430\u043f\u043e\u0447\u043d\u0430\u043b\u0430. \u0410\u043a\u043e \u0441\u0442\u0435 \u0434\u043e\u043c\u0430\u043a\u0438\u043d\u044a\u0442, \u0442\u043e\u0433\u0430\u0432\u0430 \u0441\u0435 \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u0446\u0438\u0440\u0430\u0439\u0442\u0435. \u0412 \u043f\u0440\u043e\u0442\u0438\u0432\u0435\u043d \u0441\u043b\u0443\u0447\u0430\u0439 \u0438\u0437\u0447\u0430\u043a\u0430\u0439\u0442\u0435 \u0434\u043e\u043a\u0430\u0442\u043e \u0434\u043e\u043c\u0430\u043a\u0438\u043d\u044a\u0442 \u043f\u0440\u0438\u0441\u0442\u0438\u0433\u043d\u0435.",WaitingForHost:"\u0427\u0430\u043a\u0430\u043c\u0435 \u0434\u043e\u043c\u0430\u043a\u0438\u043d\u0430...",Yes:"\u0414\u0430",accessibilityLabel:{liveStreaming:"\u0418\u0437\u043b\u044a\u0447\u0432\u0430\u043d\u0435 \u043d\u0430 \u0436\u0438\u0432\u043e"},add:"\u0414\u043e\u0431\u0430\u0432\u0438",allow:"\u0420\u0430\u0437\u0440\u0435\u0448\u0438",alreadySharedVideoMsg:"\u0414\u0440\u0443\u0433 \u0443\u0447\u0430\u0441\u0442\u043d\u0438\u043a \u0432\u0435\u0447\u0435 \u0435 \u0441\u043f\u043e\u0434\u0435\u043b\u0438\u043b \u0432\u0438\u0434\u0435\u043e. \u0422\u0430\u0437\u0438 \u0441\u0440\u0435\u0449\u0430 \u043f\u043e\u0437\u0432\u043e\u043b\u044f\u0432\u0430 \u0441\u0430\u043c\u043e \u0435\u0434\u043d\u043e \u0441\u043f\u043e\u0434\u0435\u043b\u0435\u043d\u043e \u0432\u0438\u0434\u0435\u043e.",alreadySharedVideoTitle:"\u0420\u0430\u0437\u0440\u0435\u0448\u0435\u043d\u043e \u0435 \u0441\u043f\u043e\u0434\u0435\u043b\u044f\u043d\u0435\u0442\u043e \u0441\u0430\u043c\u043e \u043d\u0430 \u0435\u0434\u043d\u043e \u0432\u0438\u0434\u0435\u043e \u0432 \u0434\u0430\u0434\u0435\u043d \u043c\u043e\u043c\u0435\u043d\u0442",applicationWindow:"\u041f\u0440\u043e\u0437\u043e\u0440\u0435\u0446 \u043d\u0430 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u0430\u0442\u0430",cameraConstraintFailedError:"\u041a\u0430\u043c\u0435\u0440\u0430\u0442\u0430 \u0412\u0438 \u043d\u0435 \u043f\u043e\u043a\u0440\u0438\u0432\u0430 \u043d\u044f\u043a\u043e\u0438 \u043e\u0442 \u0438\u0437\u0438\u0441\u043a\u0432\u0430\u043d\u0438\u044f\u0442\u0430.",cameraNotFoundError:"\u041d\u0435 \u0435 \u043e\u0442\u043a\u0440\u0438\u0442\u0430 \u043a\u0430\u043c\u0435\u0440\u0430.",cameraNotSendingData:"\u041a\u0430\u043c\u0435\u0440\u0430\u0442\u0430 \u0435 \u043d\u0435\u0434\u043e\u0441\u0442\u044a\u043f\u043d\u0430. \u041c\u043e\u043b\u044f, \u043f\u0440\u043e\u0432\u0435\u0440\u0435\u0442\u0435 \u0434\u0430\u043b\u0438 \u0434\u0440\u0443\u0433\u043e \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0435 \u043d\u0435 \u0438\u0437\u043f\u043e\u043b\u0437\u0432\u0430 \u0442\u043e\u0432\u0430 \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u043e, \u0438\u0437\u0431\u0435\u0440\u0435\u0442\u0435 \u0434\u0440\u0443\u0433\u043e \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u043e \u043e\u0442 \u043c\u0435\u043d\u044e\u0442\u043e \u0441 \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438\u0442\u0435, \u0438\u043b\u0438 \u043f\u0440\u0435\u0437\u0430\u0440\u0435\u0434\u0435\u0442\u0435 \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0435\u0442\u043e.",cameraNotSendingDataTitle:"\u041a\u0430\u043c\u0435\u0440\u0430\u0442\u0430 \u0435 \u043d\u0435\u0434\u043e\u0441\u0442\u044a\u043f\u043d\u0430",cameraPermissionDeniedError:"\u041d\u0435 \u0441\u0442\u0435 \u0434\u0430\u043b\u0438 \u0440\u0430\u0437\u0440\u0435\u0448\u0435\u043d\u0438\u0435 \u0437\u0430 \u0438\u0437\u043f\u043e\u043b\u0437\u0432\u0430\u043d\u0435 \u043d\u0430 \u043a\u0430\u043c\u0435\u0440\u0430\u0442\u0430. \u0429\u0435 \u043c\u043e\u0436\u0435\u0442\u0435 \u0434\u0430 \u0441\u0435 \u043f\u0440\u0438\u0441\u044a\u0435\u0434\u0438\u043d\u0438\u0442\u0435 \u0432 \u0441\u0440\u0435\u0449\u0430\u0442\u0430, \u043d\u043e \u0434\u0440\u0443\u0433\u0438\u0442\u0435 \u043d\u044f\u043c\u0430 \u0434\u0430 \u0412\u0438 \u0432\u0438\u0436\u0434\u0430\u0442. \u0418\u0437\u043f\u043e\u043b\u0437\u0432\u0430\u0439\u0442\u0435 \u0431\u0443\u0442\u043e\u043d\u0430 \u0441 \u043a\u0430\u043c\u0435\u0440\u0430\u0442\u0430 \u0432 \u0430\u0434\u0440\u0435\u0441\u043d\u0430\u0442\u0430 \u043b\u0435\u043d\u0442\u0430, \u0437\u0430 \u0434\u0430 \u043e\u043f\u0440\u0430\u0432\u0438\u0442\u0435 \u0442\u043e\u0432\u0430.",cameraUnknownError:"\u041d\u0435\u0432\u044a\u0437\u043c\u043e\u0436\u0435\u043d \u0434\u043e\u0441\u0442\u044a\u043f \u0434\u043e \u043a\u0430\u043c\u0435\u0440\u0430\u0442\u0430 \u043f\u043e \u043d\u0435\u044f\u0441\u043d\u0430 \u043f\u0440\u0438\u0447\u0438\u043d\u0430.",cameraUnsupportedResolutionError:"\u041a\u0430\u043c\u0435\u0440\u0430\u0442\u0430 \u0412\u0438 \u043d\u0435 \u043f\u043e\u0434\u0434\u044a\u0440\u0436\u0430 \u043d\u0443\u0436\u043d\u0430\u0442\u0430 \u0440\u0435\u0437\u043e\u043b\u044e\u0446\u0438\u044f.",close:"\u0417\u0430\u0442\u0432\u0430\u0440\u044f\u043d\u0435",conferenceDisconnectMsg:"\u041c\u043e\u0436\u0435 \u0431\u0438 \u0442\u0440\u044f\u0431\u0432\u0430 \u0434\u0430 \u043f\u0440\u043e\u0432\u0435\u0440\u0438\u0442\u0435 \u043c\u0440\u0435\u0436\u043e\u0432\u0430\u0442\u0430 \u0441\u0438 \u0432\u0440\u044a\u0437\u043a\u0430. \u041f\u043e\u0432\u0442\u043e\u0440\u043d\u043e \u0441\u0432\u044a\u0440\u0437\u0432\u0430\u043d\u0435 \u0441\u043b\u0435\u0434 {{seconds}} \u0441\u0435\u043a\u2026",conferenceDisconnectTitle:"\u0412\u0440\u044a\u0437\u043a\u0430\u0442\u0430 \u0441\u0435 \u0440\u0430\u0437\u043f\u0430\u0434\u043d\u0430.",conferenceReloadMsg:"\u041e\u043f\u0438\u0442\u0432\u0430\u043c\u0435 \u0441\u0435 \u0434\u0430 \u043e\u043f\u0440\u0430\u0432\u0438\u043c \u043d\u0435\u0449\u0430\u0442\u0430. \u041f\u043e\u0432\u0442\u043e\u0440\u043d\u043e \u0441\u0432\u044a\u0440\u0437\u0432\u0430\u043d\u0435 \u0441\u043b\u0435\u0434 {{seconds}} \u0441\u0435\u043a\u2026",conferenceReloadTitle:"\u0417\u0430 \u0441\u044a\u0436\u0430\u043b\u0435\u043d\u0438\u0435, \u043d\u0435\u0449\u043e \u0441\u0435 \u043e\u0431\u044a\u0440\u043a\u0430.",confirm:"\u041f\u043e\u0442\u0432\u044a\u0440\u0436\u0434\u0435\u043d\u0438\u0435",confirmNo:"\u041d\u0435",confirmYes:"\u0414\u0430",connectError:"\u041e\u043f\u0430! \u041d\u0435\u0449\u043e \u0441\u0435 \u043e\u0431\u044a\u0440\u043a\u0430 \u0438 \u043d\u0435 \u0443\u0441\u043f\u044f\u0445\u043c\u0435 \u0434\u0430 \u0441\u0435 \u0441\u0432\u044a\u0440\u0436\u0435\u043c \u0441 \u043a\u043e\u043d\u0444\u0435\u0440\u0435\u043d\u0446\u0438\u044f\u0442\u0430.",connectErrorWithMsg:"\u041e\u043f\u0430! \u041d\u0435\u0449\u043e \u0441\u0435 \u043e\u0431\u044a\u0440\u043a\u0430 \u0438 \u043d\u0435 \u0443\u0441\u043f\u044f\u0445\u043c\u0435 \u0434\u0430 \u0441\u0435 \u0441\u0432\u044a\u0440\u0436\u0435\u043c \u0441 \u043a\u043e\u043d\u0444\u0435\u0440\u0435\u043d\u0446\u0438\u044f\u0442\u0430: {{msg}}",connecting:"\u0421\u0432\u044a\u0440\u0437\u0432\u0430\u043d\u0435",contactSupport:"\u0412\u0440\u044a\u0437\u043a\u0430 \u0441 \u043e\u0442\u0434\u0435\u043b\u0430 \u043f\u043e \u043f\u043e\u0434\u0434\u0440\u044a\u0436\u043a\u0430",copy:"\u041a\u043e\u043f\u0438\u0440\u0430\u043d\u0435",dismiss:"\u041e\u0442\u0445\u0432\u044a\u0440\u043b\u044f\u043d\u0435",displayNameRequired:"\u0417\u0434\u0440\u0430\u0432\u0435\u0439! \u041a\u0430\u043a \u0441\u0435 \u043a\u0430\u0437\u0432\u0430\u0448?",done:"\u0413\u043e\u0442\u043e\u0432\u043e",enterDisplayName:"\u041c\u043e\u043b\u044f, \u0432\u044a\u0432\u0435\u0434\u0435\u0442\u0435 \u0412\u0430\u0448\u0435\u0442\u043e \u0438\u043c\u0435",error:"\u0413\u0440\u0435\u0448\u043a\u0430",externalInstallationMsg:"\u0422\u0440\u044f\u0431\u0432\u0430 \u0434\u0430 \u0438\u043d\u0441\u0442\u0430\u043b\u0438\u0440\u0430\u0442\u0435 \u0440\u0430\u0437\u0448\u0438\u0440\u0435\u043d\u0438\u0435\u0442\u043e \u0437\u0430 \u0441\u043f\u043e\u0434\u0435\u043b\u044f\u043d\u0435 \u043d\u0430 \u0435\u043a\u0440\u0430\u043d\u0430.",externalInstallationTitle:"\u041d\u0443\u0436\u043d\u043e \u0435 \u0440\u0430\u0437\u0448\u0438\u0440\u0435\u043d\u0438\u0435",goToStore:"\u041a\u044a\u043c \u043c\u0430\u0433\u0430\u0437\u0438\u043d\u0430 \u0432 \u0418\u043d\u0442\u0435\u0440\u043d\u0435\u0442",gracefulShutdown:"\u0423\u0441\u043b\u0443\u0433\u0430\u0442\u0430 \u0432\u0440\u0435\u043c\u0435\u043d\u043d\u043e \u043d\u0435 \u0435 \u0434\u043e\u0441\u0442\u044a\u043f\u043d\u0430 \u043f\u043e\u0440\u0430\u0434\u0438 \u043f\u0440\u043e\u0444\u0438\u043b\u0430\u043a\u0442\u0438\u043a\u0430. \u041c\u043e\u043b\u044f, \u043e\u043f\u0438\u0442\u0430\u0439\u0442\u0435 \u043f\u043e-\u043a\u044a\u0441\u043d\u043e.",incorrectPassword:"\u041d\u0435\u043f\u0440\u0430\u0432\u0438\u043b\u043d\u043e \u043f\u043e\u0442\u0440\u0435\u0431\u0438\u0442\u0435\u043b\u0441\u043a\u043e \u0438\u043c\u0435 \u0438\u043b\u0438 \u043f\u0430\u0440\u043e\u043b\u0430",incorrectRoomLockPassword:"\u0413\u0440\u0435\u0448\u043d\u0430 \u043f\u0430\u0440\u043e\u043b\u0430",inlineInstallExtension:"\u0418\u043d\u0441\u0442\u0430\u043b\u0438\u0440\u0430\u043d\u0435 \u0441\u0435\u0433\u0430",inlineInstallationMsg:"\u0422\u0440\u044f\u0431\u0432\u0430 \u0434\u0430 \u0438\u043d\u0441\u0442\u0430\u043b\u0438\u0440\u0430\u0442\u0435 \u0440\u0430\u0437\u0448\u0438\u0440\u0435\u043d\u0438\u0435\u0442\u043e \u0437\u0430 \u0441\u043f\u043e\u0434\u0435\u043b\u044f\u043d\u0435 \u043d\u0430 \u0435\u043a\u0440\u0430\u043d\u0430.",internalError:"\u041e\u043f\u0430! \u041d\u0435\u0449\u043e \u0441\u0435 \u043e\u0431\u044a\u0440\u043a\u0430. \u0412\u044a\u0437\u043d\u0438\u043a\u043d\u0430 \u0441\u043b\u0435\u0434\u043d\u0430\u0442\u0430 \u0433\u0440\u0435\u0448\u043a\u0430: {{error}}",internalErrorTitle:"\u0412\u044a\u0442\u0440\u0435\u0448\u043d\u0430 \u0433\u0440\u0435\u0448\u043a\u0430",kickMessage:"\u041c\u043e\u0436\u0435 \u0434\u0430 \u0441\u0435 \u0441\u0432\u044a\u0440\u0436\u0435\u0442\u0435 \u0441 {{participantDisplayName}} \u0437\u0430 \u043f\u043e\u0432\u0435\u0447\u0435 \u043f\u043e\u0434\u0440\u043e\u0431\u043d\u043e\u0441\u0442\u0438.",kickParticipantButton:"\u0418\u0437\u0433\u043e\u043d\u0438",kickParticipantDialog:"\u0421\u0438\u0433\u0443\u0440\u043d\u0438 \u043b\u0438 \u0441\u0442\u0435, \u0447\u0435 \u0438\u0441\u043a\u0430\u0442\u0435 \u0434\u0430 \u0438\u0437\u0433\u043e\u043d\u0438\u0442\u0435 \u0443\u0447\u0430\u0441\u0442\u043d\u0438\u043a\u0430?",kickParticipantTitle:"\u0418\u0437\u0433\u043e\u043d\u0432\u0430\u043d\u0435 \u043d\u0430 \u0442\u043e\u0437\u0438 \u0443\u0447\u0430\u0441\u0442\u043d\u0438\u043a?",kickTitle:"\u0410\u0443\u0447! {{participantDisplayName}} \u0412\u0438 \u0438\u0437\u0433\u043e\u043d\u0438 \u043e\u0442 \u0442\u0430\u0437\u0438 \u0441\u0440\u0435\u0449\u0430",liveStreaming:"\u0418\u0437\u043b\u044a\u0447\u0432\u0430\u043d\u0435 \u043d\u0430 \u0436\u0438\u0432\u043e",liveStreamingDisabledForGuestTooltip:"\u0413\u043e\u0441\u0442\u0438\u0442\u0435 \u043d\u0435 \u043c\u043e\u0433\u0430\u0442 \u0434\u0430 \u0441\u0442\u0430\u0440\u0442\u0438\u0440\u0430\u0442 \u0438\u0437\u043b\u044a\u0447\u0432\u0430\u043d\u0435 \u043d\u0430 \u0436\u0438\u0432\u043e.",liveStreamingDisabledTooltip:"\u0418\u0437\u043b\u044a\u0447\u0432\u0430\u043d\u0435\u0442\u043e \u043d\u0430 \u0436\u0438\u0432\u043e \u0435 \u0434\u0435\u0430\u043a\u0442\u0438\u0432\u0438\u0440\u0430\u043d\u043e.",lockMessage:"\u041d\u0435\u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0437\u0430\u043a\u043b\u044e\u0447\u0432\u0430\u043d\u0435 \u043d\u0430 \u043a\u043e\u043d\u0444\u0435\u0440\u0435\u043d\u0446\u0438\u044f\u0442\u0430.",lockRoom:"\u0414\u043e\u0431\u0430\u0432\u044f\u043d\u0435 $t(lockRoomPasswordUppercase) \u0437\u0430 \u0441\u0440\u0435\u0449\u0430\u0442\u0430",lockTitle:"\u041d\u0435\u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0437\u0430\u043a\u043b\u044e\u0447\u0432\u0430\u043d\u0435",logoutQuestion:"\u0421\u0438\u0433\u0443\u0440\u043d\u0438 \u043b\u0438 \u0441\u0442\u0435, \u0447\u0435 \u0438\u0441\u043a\u0430\u0442\u0435 \u0434\u0430 \u0438\u0437\u043b\u0435\u0437\u0435\u0442\u0435 \u0438 \u0434\u0430 \u043f\u0440\u0435\u043a\u044a\u0441\u043d\u0435\u0442\u0435 \u043a\u043e\u043d\u0444\u0435\u0440\u0435\u043d\u0446\u0438\u044f\u0442\u0430?",logoutTitle:"\u0418\u0437\u0445\u043e\u0434",maxUsersLimitReached:"\u041b\u0438\u043c\u0438\u0442\u044a\u0442 \u0437\u0430 \u043c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u0435\u043d \u0431\u0440\u043e\u0439 \u0443\u0447\u0430\u0441\u0442\u043d\u0438\u0446\u0438 \u0431\u0435 \u0434\u043e\u0441\u0442\u0438\u0433\u043d\u0430\u0442. \u041a\u0430\u043f\u0430\u0446\u0438\u0442\u0435\u0442\u044a\u0442 \u043d\u0430 \u0441\u0440\u0435\u0449\u0430\u0442\u0430 \u0435 \u0437\u0430\u043f\u044a\u043b\u043d\u0435\u043d. \u041c\u043e\u043b\u044f, \u0441\u0432\u044a\u0440\u0436\u0435\u0442\u0435 \u0441\u0435 \u0441 \u043e\u0440\u0433\u0430\u043d\u0438\u0437\u0430\u0442\u043e\u0440\u0430 \u0438\u043b\u0438 \u043e\u043f\u0438\u0442\u0430\u0439\u0442\u0435 \u043f\u043e-\u043a\u044a\u0441\u043d\u043e!",maxUsersLimitReachedTitle:"\u0414\u043e\u0441\u0442\u0438\u0433\u043d\u0430\u0442 \u0435 \u043b\u0438\u043c\u0438\u0442\u044a\u0442 \u0437\u0430 \u043c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u0435\u043d \u0431\u0440\u043e\u0439 \u0443\u0447\u0430\u0441\u0442\u043d\u0438\u0446\u0438",micConstraintFailedError:"\u041c\u0438\u043a\u0440\u043e\u0444\u043e\u043d\u044a\u0442 \u0412\u0438 \u043d\u0435 \u043f\u043e\u043a\u0440\u0438\u0432\u0430 \u043d\u044f\u043a\u043e\u0438 \u043e\u0442 \u0438\u0437\u0438\u0441\u043a\u0432\u0430\u043d\u0438\u044f\u0442\u0430.",micNotFoundError:"\u041d\u0435 \u0435 \u043e\u0442\u043a\u0440\u0438\u0442 \u043c\u0438\u043a\u0440\u043e\u0444\u043e\u043d.",micNotSendingData:"\u041f\u0443\u0441\u043d\u0435\u0442\u0435 \u043c\u0438\u043a\u0440\u043e\u0444\u043e\u043d\u0430 \u0441\u0438 \u043e\u0442 \u0441\u0438\u0441\u0442\u0435\u043c\u043d\u0438\u0442\u0435 \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 \u043d\u0430 \u043a\u043e\u043c\u043f\u044e\u0442\u044a\u0440\u0430",micNotSendingDataTitle:"\u041c\u0438\u043a\u0440\u043e\u0444\u043e\u043d\u044a\u0442 \u0412\u0438 \u0435 \u0441\u043f\u0440\u044f\u043d \u043e\u0442 \u0441\u0438\u0441\u0442\u0435\u043c\u043d\u0438\u0442\u0435 \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438",micPermissionDeniedError:"\u041d\u0435 \u0441\u0442\u0435 \u0434\u0430\u043b\u0438 \u0440\u0430\u0437\u0440\u0435\u0448\u0435\u043d\u0438\u0435 \u0437\u0430 \u0438\u0437\u043f\u043e\u043b\u0437\u0432\u0430\u043d\u0435 \u043d\u0430 \u043c\u0438\u043a\u0440\u043e\u0444\u043e\u043d\u0430. \u0429\u0435 \u043c\u043e\u0436\u0435\u0442\u0435 \u0434\u0430 \u0441\u0435 \u043f\u0440\u0438\u0441\u044a\u0435\u0434\u0438\u043d\u0438\u0442\u0435 \u0432 \u0441\u0440\u0435\u0449\u0430\u0442\u0430, \u043d\u043e \u0434\u0440\u0443\u0433\u0438\u0442\u0435 \u043d\u044f\u043c\u0430 \u0434\u0430 \u0412\u0438 \u0447\u0443\u0432\u0430\u0442. \u0418\u0437\u043f\u043e\u043b\u0437\u0432\u0430\u0439\u0442\u0435 \u0431\u0443\u0442\u043e\u043d\u0430 \u0441 \u043c\u0438\u043a\u0440\u043e\u0444\u043e\u043d \u0432 \u0430\u0434\u0440\u0435\u0441\u043d\u0430\u0442\u0430 \u043b\u0435\u043d\u0442\u0430, \u0437\u0430 \u0434\u0430 \u043e\u043f\u0440\u0430\u0432\u0438\u0442\u0435 \u0442\u043e\u0432\u0430.",micUnknownError:"\u041d\u0435\u0432\u044a\u0437\u043c\u043e\u0436\u0435\u043d \u0434\u043e\u0441\u0442\u044a\u043f \u0434\u043e \u043c\u0438\u043a\u0440\u043e\u0444\u043e\u043d\u0430 \u043f\u043e \u043d\u0435\u044f\u0441\u043d\u0430 \u043f\u0440\u0438\u0447\u0438\u043d\u0430.",muteEveryoneDialog:"\u0421\u0438\u0433\u0443\u0440\u043d\u0438 \u043b\u0438 \u0441\u0442\u0435, \u0447\u0435 \u0438\u0441\u043a\u0430\u0442\u0435 \u0434\u0430 \u0437\u0430\u0433\u043b\u0443\u0448\u0438\u0442\u0435 \u0432\u0441\u0438\u0447\u043a\u0438? \u041d\u044f\u043c\u0430 \u0434\u0430 \u043c\u043e\u0436\u0435\u0442\u0435 \u0434\u0430 \u043f\u0443\u0441\u043d\u0435\u0442\u0435 \u0437\u0432\u0443\u043a\u0430 \u0438\u043c \u043e\u0442\u043d\u043e\u0432\u043e, \u043d\u043e \u0443\u0447\u0430\u0441\u0442\u043d\u0438\u0446\u0438\u0442\u0435 \u0449\u0435 \u043c\u043e\u0433\u0430\u0442 \u0434\u0430 \u043d\u0430\u043f\u0440\u0430\u0432\u044f\u0442 \u0442\u043e\u0432\u0430 \u0441\u0430\u043c\u0438.",muteEveryoneElseDialog:"\u0421\u043b\u0435\u0434 \u043a\u0430\u0442\u043e \u0437\u0430\u0433\u043b\u0443\u0448\u0438\u0442\u0435 \u043d\u044f\u043a\u043e\u0433\u043e, \u043d\u044f\u043c\u0430 \u0434\u0430 \u043c\u043e\u0436\u0435\u0442\u0435 \u0434\u0430 \u043f\u0443\u0441\u043d\u0435\u0442\u0435 \u043e\u0431\u0440\u0430\u0442\u043d\u043e \u0437\u0432\u0443\u043a\u0430 \u043c\u0443, \u043d\u043e \u0443\u0447\u0430\u0441\u0442\u043d\u0438\u043a\u044a\u0442 \u0449\u0435 \u043c\u043e\u0436\u0435 \u0434\u0430 \u043d\u0430\u043f\u0440\u0430\u0432\u0438 \u0442\u043e\u0432\u0430 \u0441\u0430\u043c.",muteEveryoneElseTitle:"\u0417\u0430\u0433\u043b\u0443\u0448\u0435\u0442\u0435 \u0432\u0441\u0438\u0447\u043a\u0438, \u043e\u0441\u0432\u0435\u043d {{whom}}?",muteEveryoneSelf:"\u0441\u0435\u0431\u0435 \u0441\u0438",muteEveryoneStartMuted:"\u0412\u0441\u0438\u0447\u043a\u0438 \u0434\u0430 \u0432\u043b\u0438\u0437\u0430\u0442 \u0431\u0435\u0437 \u0437\u0432\u0443\u043a",muteEveryoneTitle:"\u0417\u0430\u0433\u043b\u0443\u0448\u0438 \u0432\u0441\u0438\u0447\u043a\u0438?",muteParticipantBody:"\u0412\u0438\u0435 \u043d\u044f\u043c\u0430 \u0434\u0430 \u043c\u043e\u0436\u0435\u0442\u0435 \u0434\u0430 \u0441\u043f\u0440\u0435\u0442\u0435 \u0437\u0430\u0433\u043b\u0443\u0448\u0430\u0432\u0430\u043d\u0435\u0442\u043e \u043d\u0430 \u0443\u0447\u0430\u0441\u0442\u043d\u0438\u043a\u0430, \u043d\u043e \u0442\u043e\u0439 \u0449\u0435 \u043c\u043e\u0436\u0435 \u0434\u0430 \u0433\u043e \u043d\u0430\u043f\u0440\u0430\u0432\u0438 \u043f\u043e \u0432\u0441\u044f\u043a\u043e \u0432\u0440\u0435\u043c\u0435.",muteParticipantButton:"\u0418\u0437\u043a\u043b\u044e\u0447\u0438 \u043c\u0438\u043a\u0440\u043e\u0444\u043e\u043d\u0430",muteParticipantDialog:"\u0421\u0438\u0433\u0443\u0440\u043d\u0438 \u043b\u0438 \u0441\u0442\u0435, \u0447\u0435 \u0438\u0441\u043a\u0430\u0442\u0435 \u0434\u0430 \u0437\u0430\u0433\u043b\u0443\u0448\u0438\u0442\u0435 \u0442\u043e\u0437\u0438 \u0443\u0447\u0430\u0441\u0442\u043d\u0438\u043a? \u041d\u044f\u043c\u0430 \u0434\u0430 \u043c\u043e\u0436\u0435\u0442\u0435 \u0434\u0430 \u043f\u0443\u0441\u043d\u0435\u0442\u0435 \u043e\u0431\u0440\u0430\u0442\u043d\u043e \u0437\u0432\u0443\u043a\u0430 \u043c\u0443, \u043d\u043e \u0443\u0447\u0430\u0441\u0442\u043d\u0438\u043a\u044a\u0442 \u0449\u0435 \u043c\u043e\u0436\u0435 \u0434\u0430 \u043d\u0430\u043f\u0440\u0430\u0432\u0438 \u0442\u043e\u0432\u0430 \u0441\u0430\u043c.",muteParticipantTitle:"\u0421\u043f\u0438\u0440\u0430\u043d\u0435 \u0437\u0432\u0443\u043a\u0430 \u043d\u0430 \u0443\u0447\u0430\u0441\u0442\u043d\u0438\u043a?",passwordLabel:"\u0422\u0430\u0437\u0438 \u0441\u0440\u0435\u0449\u0430 \u0435 \u0437\u0430\u043a\u043b\u044e\u0447\u0435\u043d\u0430. \u041c\u043e\u043b\u044f, \u0432\u044a\u0432\u0435\u0434\u0435\u0442\u0435 $t(lockRoomPassword), \u0437\u0430 \u0434\u0430 \u0432\u043b\u0435\u0437\u0435\u0442\u0435.",passwordNotSupported:"\u0417\u0430\u0434\u0430\u0432\u0430\u043d\u0435\u0442\u043e \u043d\u0430 $t(lockRoomPassword) \u0437\u0430 \u0441\u0440\u0435\u0449\u0430\u0442\u0430 \u043d\u0435 \u0441\u0435 \u043f\u043e\u0434\u0434\u044a\u0440\u0436\u0430.",passwordNotSupportedTitle:"$t(lockRoomPasswordUppercase) \u043d\u0435 \u0441\u0435 \u043f\u043e\u0434\u0434\u044a\u0440\u0436\u0430",passwordRequired:"\u0418\u0437\u0438\u0441\u043a\u0432\u0430 \u0441\u0435 $t(lockRoomPassword)",popupError:"\u0411\u0440\u0430\u0443\u0437\u044a\u0440\u044a\u0442 \u0412\u0438 \u0431\u043b\u043e\u043a\u0438\u0440\u0430 \u0438\u0437\u0441\u043a\u0430\u0447\u0430\u0449\u0438\u0442\u0435 \u043f\u0440\u043e\u0437\u043e\u0440\u0446\u0438 \u043e\u0442 \u0442\u043e\u0437\u0438 \u0443\u0435\u0431 \u0441\u0430\u0439\u0442. \u041c\u043e\u043b\u044f, \u0440\u0430\u0437\u0440\u0435\u0448\u0435\u0442\u0435 \u0438\u0437\u0441\u043a\u0430\u0447\u0430\u0449\u0438\u0442\u0435 \u043f\u0440\u043e\u0437\u043e\u0440\u0446\u0438 \u043e\u0442 \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438\u0442\u0435 \u0437\u0430 \u0441\u0438\u0433\u0443\u0440\u043d\u043e\u0441\u0442 \u043d\u0430 \u0431\u0440\u0430\u0443\u0437\u044a\u0440\u0430 \u0441\u0438 \u0438 \u0441\u043b\u0435\u0434 \u0442\u043e\u0432\u0430 \u043e\u043f\u0438\u0442\u0430\u0439\u0442\u0435 \u043e\u0442\u043d\u043e\u0432\u043e.",popupErrorTitle:"\u0411\u043b\u043e\u043a\u0438\u0440\u0430\u043d \u0438\u0437\u0441\u043a\u0430\u0447\u0430\u0449 \u043f\u0440\u043e\u0437\u043e\u0440\u0435\u0446",recording:"\u0417\u0430\u043f\u0438\u0441",recordingDisabledForGuestTooltip:"\u0413\u043e\u0441\u0442\u0438\u0442\u0435 \u043d\u0435 \u043c\u043e\u0433\u0430\u0442 \u0434\u0430 \u0441\u0442\u0430\u0440\u0442\u0438\u0440\u0430\u0442 \u0437\u0430\u043f\u0438\u0441.",recordingDisabledTooltip:"\u0421\u0442\u0430\u0440\u0442\u0438\u0440\u0430\u043d\u0435\u0442\u043e \u043d\u0430 \u0437\u0430\u043f\u0438\u0441 \u0435 \u0441\u043f\u0440\u044f\u043d\u043e.",rejoinNow:"\u041f\u043e\u0432\u0442\u043e\u0440\u043d\u043e \u043f\u0440\u0438\u0441\u044a\u0435\u0434\u0438\u043d\u044f\u0432\u0430\u043d\u0435 \u0441\u0435\u0433\u0430",remoteControlAllowedMessage:"{{user}} \u043f\u0440\u0438\u0435 \u0437\u0430\u044f\u0432\u043a\u0430\u0442\u0430 \u0412\u0438 \u0437\u0430 \u043e\u0442\u0434\u0430\u043b\u0435\u0447\u0435\u043d\u043e \u0443\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u0435!",remoteControlDeniedMessage:"{{user}} \u043e\u0442\u043a\u0430\u0437\u0430 \u0437\u0430\u044f\u0432\u043a\u0430\u0442\u0430 \u0412\u0438 \u0437\u0430 \u043e\u0442\u0434\u0430\u043b\u0435\u0447\u0435\u043d\u043e \u0443\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u0435!",remoteControlErrorMessage:"\u0412\u044a\u0437\u043d\u0438\u043a\u043d\u0430 \u0433\u0440\u0435\u0448\u043a\u0430 \u043f\u0440\u0438 \u043e\u043f\u0438\u0442\u0430 \u0437\u0430 \u0438\u0441\u043a\u0430\u043d\u0435 \u043d\u0430 \u0440\u0430\u0437\u0440\u0435\u0448\u0435\u043d\u0438\u0435 \u0437\u0430 \u043e\u0442\u0434\u0430\u043b\u0435\u0447\u0435\u043d\u043e \u0443\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u0435 \u043e\u0442 {{user}}!",remoteControlRequestMessage:"\u0429\u0435 \u043f\u043e\u0437\u0432\u043e\u043b\u0438\u0442\u0435 \u043b\u0438 \u043d\u0430 {{user}} \u0434\u0430 \u0443\u043f\u0440\u0430\u0432\u043b\u044f\u0432\u0430 \u043e\u0442\u0434\u0430\u043b\u0435\u0447\u0435\u043d\u043e \u043a\u043e\u043c\u043f\u044e\u0442\u044a\u0440\u0430 \u0412\u0438?",remoteControlShareScreenWarning:"\u0410\u043a\u043e \u043d\u0430\u0442\u0438\u0441\u043d\u0435\u0442\u0435 \u201e\u0420\u0430\u0437\u0440\u0435\u0448\u0430\u0432\u0430\u043d\u0435\u201c, \u0449\u0435 \u0441\u043f\u043e\u0434\u0435\u043b\u0438\u0442\u0435 \u0435\u043a\u0440\u0430\u043d\u0430 \u0441\u0438!",remoteControlStopMessage:"\u0421\u0435\u0441\u0438\u044f\u0442\u0430 \u0437\u0430 \u043e\u0442\u0434\u0430\u043b\u0435\u0447\u0435\u043d\u043e \u0443\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u0435 \u043f\u0440\u0438\u043a\u043b\u044e\u0447\u0438!",remoteControlTitle:"\u041e\u0442\u0434\u0430\u043b\u0435\u0447\u0435\u043d\u043e \u0443\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u0435 \u043d\u0430 \u043a\u043e\u043c\u043f\u044e\u0442\u044a\u0440\u0430",removePassword:"\u041f\u0440\u0435\u043c\u0430\u0445\u0432\u0430\u043d\u0435 \u043d\u0430 $t(lockRoomPassword)",removeSharedVideoMsg:"\u041d\u0430\u0438\u0441\u0442\u0438\u043d\u0430 \u043b\u0438 \u0438\u0441\u043a\u0430\u0442\u0435 \u0434\u0430 \u043f\u0440\u0435\u043c\u0430\u0445\u043d\u0435\u0442\u0435 \u0441\u043f\u043e\u0434\u0435\u043b\u0435\u043d\u043e\u0442\u043e \u0441\u0438 \u0432\u0438\u0434\u0435\u043e?",removeSharedVideoTitle:"\u041a\u0440\u0430\u0439 \u043d\u0430 \u0441\u043f\u043e\u0434\u0435\u043b\u044f\u043d\u0435\u0442\u043e \u043d\u0430 \u0432\u0438\u0434\u0435\u043e",reservationError:"\u0413\u0440\u0435\u0448\u043a\u0430 \u0432 \u0441\u0438\u0441\u0442\u0435\u043c\u0430\u0442\u0430 \u0437\u0430 \u0440\u0435\u0437\u0435\u0440\u0432\u0430\u0446\u0438\u0438",reservationErrorMsg:"\u0413\u0440\u0435\u0448\u043a\u0430 \u043d\u043e\u043c\u0435\u0440: {{code}}, \u0441\u044a\u043e\u0431\u0449\u0435\u043d\u0438\u0435: {{msg}}",retry:"\u041f\u043e\u0432\u0442\u043e\u0440\u0435\u043d \u043e\u043f\u0438\u0442",screenSharingAudio:"\u0421\u043f\u043e\u0434\u0435\u043b\u0438 \u0438 \u0437\u0432\u0443\u043a\u0430",screenSharingFailedToInstall:"\u041e\u043f\u0430! \u0420\u0430\u0437\u0448\u0438\u0440\u0435\u043d\u0438\u0435\u0442\u043e \u0437\u0430 \u0441\u043f\u043e\u0434\u0435\u043b\u044f\u043d\u0435 \u043d\u0430 \u0435\u043a\u0440\u0430\u043d\u0430 \u043d\u0435 \u0443\u0441\u043f\u044f \u0434\u0430 \u0441\u0435 \u0438\u043d\u0441\u0442\u0430\u043b\u0438\u0440\u0430.",screenSharingFailedToInstallTitle:"\u0420\u0430\u0437\u0448\u0438\u0440\u0435\u043d\u0438\u0435\u0442\u043e \u0437\u0430 \u0441\u043f\u043e\u0434\u0435\u043b\u044f\u043d\u0435 \u043d\u0430 \u0435\u043a\u0440\u0430\u043d\u0430 \u043d\u0435 \u0443\u0441\u043f\u044f \u0434\u0430 \u0441\u0435 \u0438\u043d\u0441\u0442\u0430\u043b\u0438\u0440\u0430",screenSharingFirefoxPermissionDeniedError:"\u041d\u0435\u0449\u043e \u0441\u0435 \u043e\u0431\u044a\u0440\u043a\u0430 \u0434\u043e\u043a\u0430\u0442\u043e \u0441\u0435 \u043e\u043f\u0438\u0442\u0432\u0430\u0445\u043c\u0435 \u0434\u0430 \u0441\u043f\u043e\u0434\u0435\u043b\u0438\u043c \u0435\u043a\u0440\u0430\u043d\u0430. \u041c\u043e\u043b\u044f, \u0443\u0432\u0435\u0440\u0435\u0442\u0435 \u0441\u0435, \u0447\u0435 \u0441\u0442\u0435 \u0434\u0430\u043b\u0438 \u043f\u0440\u0430\u0432\u0430 \u0437\u0430 \u0442\u043e\u0432\u0430. ",screenSharingFirefoxPermissionDeniedTitle:"\u0423\u043f\u0441! \u041d\u0435 \u0443\u0441\u043f\u044f\u0445\u043c\u0435 \u0434\u0430 \u0441\u0442\u0430\u0440\u0442\u0438\u0440\u0430\u043c\u0435 \u0441\u043f\u043e\u0434\u0435\u043b\u044f\u043d\u0435\u0442\u043e \u043d\u0430 \u0435\u043a\u0440\u0430\u043d\u0430!",screenSharingPermissionDeniedError:"\u041e\u043f\u0430! \u041d\u0435\u0449\u043e \u0441\u0435 \u043e\u0431\u044a\u0440\u043a\u0430 \u0441 \u0440\u0430\u0437\u0440\u0435\u0448\u0435\u043d\u0438\u044f\u0442\u0430 \u043d\u0430 \u0440\u0430\u0437\u0448\u0438\u0440\u0435\u043d\u0438\u0435\u0442\u043e \u0437\u0430 \u0441\u043f\u043e\u0434\u0435\u043b\u044f\u043d\u0435 \u043d\u0430 \u0435\u043a\u0440\u0430\u043d\u0430. \u041c\u043e\u043b\u044f, \u043f\u0440\u0435\u0437\u0430\u0440\u0435\u0434\u0435\u0442\u0435 \u0438 \u043e\u043f\u0438\u0442\u0430\u0439\u0442\u0435 \u043e\u0442\u043d\u043e\u0432\u043e.",sendPrivateMessage:"\u041d\u0430\u0441\u043a\u043e\u0440\u043e \u043f\u043e\u043b\u0443\u0447\u0438\u0445\u0442\u0435 \u043b\u0438\u0447\u043d\u043e \u0441\u044a\u043e\u0431\u0449\u0435\u043d\u0438\u0435. \u0418\u0441\u043a\u0430\u0442\u0435 \u0434\u0430 \u043e\u0442\u0433\u043e\u0432\u043e\u0440\u0438\u0442\u0435 \u043d\u0430 \u0442\u043e\u0432\u0430 \u0441\u044a\u043e\u0431\u0448\u0435\u043d\u0438\u0435 \u0438\u043b\u0438 \u0434\u0430 \u0438\u0437\u043f\u0440\u0430\u0442\u0438\u0442\u0435 \u0434\u043e \u0432\u0441\u0438\u0447\u043a\u0438?",sendPrivateMessageCancel:"\u0418\u0437\u043f\u0440\u0430\u0442\u0438 \u0434\u043e \u0432\u0441\u0438\u0447\u043a\u0438",sendPrivateMessageOk:"\u0418\u0437\u043f\u0440\u0430\u0442\u0438 \u043b\u0438\u0447\u043d\u043e",sendPrivateMessageTitle:"\u0414\u0430 \u0441\u0435 \u0438\u0437\u043f\u0440\u0430\u0442\u0438 \u043b\u0438\u0447\u043d\u043e?",serviceUnavailable:"\u0423\u0441\u043b\u0443\u0433\u0430\u0442\u0430 \u043d\u0435 \u0435 \u043d\u0430\u043b\u0438\u0447\u043d\u0430",sessTerminated:"\u0420\u0430\u0437\u0433\u043e\u0432\u043e\u0440\u044a\u0442 \u043f\u0440\u0438\u043a\u043b\u044e\u0447\u0438",shareVideoLinkError:"\u041c\u043e\u043b\u044f, \u0432\u044a\u0432\u0435\u0434\u0435\u0442\u0435 \u043f\u0440\u0430\u0432\u0438\u043b\u043d\u0430 \u0432\u0440\u044a\u0437\u043a\u0430.",shareVideoTitle:"\u0421\u043f\u043e\u0434\u0435\u043b\u0438 \u0432\u0438\u0434\u0435\u043e",shareYourScreen:"\u0421\u043f\u043e\u0434\u0435\u043b\u044f\u043d\u0435 \u043d\u0430 \u0435\u043a\u0440\u0430\u043d\u0430",shareYourScreenDisabled:"\u0421\u043f\u043e\u0434\u0435\u043b\u044f\u043d\u0435\u0442\u043e \u043d\u0430 \u0435\u043a\u0440\u0430\u043d\u0430 \u043d\u0435 \u0441\u0435 \u043f\u043e\u0434\u0434\u044a\u0440\u0436\u0430.",shareYourScreenDisabledForGuest:"\u0413\u043e\u0441\u0442\u0438\u0442\u0435 \u043d\u0435 \u043c\u043e\u0433\u0430\u0442 \u0434\u0430 \u0441\u043f\u043e\u0434\u0435\u043b\u044f\u0442 \u0435\u043a\u0440\u0430\u043d\u0430.",startLiveStreaming:"\u0417\u0430\u043f\u043e\u0447\u0432\u0430\u043d\u0435 \u043d\u0430 \u0438\u0437\u043b\u044a\u0447\u0432\u0430\u043d\u0435 \u043d\u0430 \u0436\u0438\u0432\u043e",startRecording:"\u0421\u0442\u0430\u0440\u0442\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 \u0437\u0430\u043f\u0438\u0441",startRemoteControlErrorMessage:"\u0412\u044a\u0437\u043d\u0438\u043a\u043d\u0430 \u0433\u0440\u0435\u0448\u043a\u0430 \u043f\u0440\u0438 \u043e\u043f\u0438\u0442\u0430 \u0437\u0430 \u0437\u0430\u043f\u043e\u0447\u0432\u0430\u043d\u0435 \u043d\u0430 \u0441\u0435\u0441\u0438\u044f\u0442\u0430 \u0437\u0430 \u043e\u0442\u0434\u0430\u043b\u0435\u0447\u0435\u043d\u043e \u0443\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u0435!",stopLiveStreaming:"\u0421\u043f\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 \u0438\u0437\u043b\u044a\u0447\u0432\u0430\u043d\u0435\u0442\u043e \u043d\u0430 \u0436\u0438\u0432\u043e",stopRecording:"\u041a\u0440\u0430\u0439 \u043d\u0430 \u0437\u0430\u043f\u0438\u0441\u0430",stopRecordingWarning:"\u041d\u0430\u0438\u0441\u0442\u0438\u043d\u0430 \u043b\u0438 \u0438\u0441\u043a\u0430\u0442\u0435 \u0434\u0430 \u0441\u043f\u0440\u0435\u043c \u0437\u0430\u043f\u0438\u0441\u0430?",stopStreamingWarning:"\u041d\u0430\u0438\u0441\u0442\u0438\u043d\u0430 \u043b\u0438 \u0438\u0441\u043a\u0430\u0442\u0435 \u0434\u0430 \u0441\u043f\u0440\u0435\u0442\u0435 \u0438\u0437\u043b\u044a\u0447\u0432\u0430\u043d\u0435\u0442\u043e \u043d\u0430 \u0436\u0438\u0432\u043e?",streamKey:"\u041a\u043b\u044e\u0447 \u0437\u0430 \u0438\u0437\u043b\u044a\u0447\u0432\u0430\u043d\u0435 \u043d\u0430 \u0436\u0438\u0432\u043e",thankYou:"\u0411\u043b\u0430\u0433\u043e\u0434\u0430\u0440\u0438\u043c, \u0447\u0435 \u0438\u0437\u043f\u043e\u043b\u0437\u0432\u0430\u0445\u0442\u0435 {{appName}}!",token:"\u043a\u043e\u0434 \u0437\u0430 \u0434\u043e\u0441\u0442\u044a\u043f",tokenAuthFailed:"\u0421\u044a\u0436\u0430\u043b\u044f\u0432\u0430\u043c\u0435, \u043d\u043e \u043d\u0435 \u043c\u043e\u0436\u0435\u0442\u0435 \u0434\u0430 \u0441\u0435 \u043f\u0440\u0438\u0441\u044a\u0435\u0434\u0438\u043d\u0438\u0442\u0435 \u043a\u044a\u043c \u0442\u043e\u0437\u0438 \u0440\u0430\u0437\u0433\u043e\u0432\u043e\u0440.",tokenAuthFailedTitle:"\u041d\u0435\u0443\u0441\u043f\u0435\u0448\u043d\u0430 \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0446\u0438\u044f",transcribing:"\u0422\u0440\u0430\u043d\u0441\u043a\u0440\u0438\u043f\u0446\u0438\u044f",unlockRoom:"\u041f\u0440\u0435\u043c\u0430\u0445\u0432\u0430\u043d\u0435 $t(lockRoomPassword) \u043e\u0442 \u0441\u0440\u0435\u0449\u0430\u0442\u0430",userPassword:"\u043f\u043e\u0442\u0440\u0435\u0431\u0438\u0442\u0435\u043b\u0441\u043a\u0430 \u043f\u0430\u0440\u043e\u043b\u0430",videoLink:"\u041b\u0438\u043d\u043a \u043a\u044a\u043c \u0432\u0438\u0434\u0435\u043e",yourEntireScreen:"\u0426\u0435\u043b\u0438\u044f\u0442 \u0435\u043a\u0440\u0430\u043d"},documentSharing:{title:"\u0421\u043f\u043e\u0434\u0435\u043b\u0435\u043d \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442"},feedback:{average:"\u0421\u0440\u0435\u0434\u043d\u043e",bad:"\u041b\u043e\u0448\u043e",detailsLabel:"\u0420\u0430\u0437\u043a\u0430\u0436\u0435\u0442\u0435 \u043d\u0438 \u043f\u043e\u0432\u0435\u0447\u0435.",good:"\u0414\u043e\u0431\u0440\u043e",rateExperience:"\u041c\u043e\u043b\u044f, \u043e\u0446\u0435\u043d\u0435\u0442\u0435 \u043a\u0430\u0447\u0435\u0441\u0442\u0432\u043e\u0442\u043e \u043d\u0430 \u0441\u0440\u0435\u0449\u0430\u0442\u0430",veryBad:"\u041c\u043d\u043e\u0433\u043e \u043b\u043e\u0448\u043e",veryGood:"\u041c\u043d\u043e\u0433\u043e \u0434\u043e\u0431\u0440\u043e"},helpView:{title:"\u041c\u044f\u0441\u0442\u043e \u0437\u0430 \u043f\u043e\u043c\u043e\u0449"},incomingCall:{answer:"\u0412\u0434\u0438\u0433\u043d\u0438",audioCallTitle:"\u0412\u0445\u043e\u0434\u044f\u0449 \u0440\u0430\u0437\u0433\u043e\u0432\u043e\u0440",decline:"\u041e\u0442\u0445\u0432\u044a\u0440\u043b\u044f\u043d\u0435",productLabel:"\u043e\u0442 Jitsi Meet",videoCallTitle:"\u0412\u0445\u043e\u0434\u044f\u0449 \u0432\u0438\u0434\u0435\u043e \u0440\u0430\u0437\u0433\u043e\u0432\u043e\u0440"},info:{accessibilityLabel:"\u041f\u043e\u043a\u0430\u0436\u0438 \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044f",addPassword:"\u0414\u043e\u0431\u0430\u0432\u0438 $t(lockRoomPassword)",cancelPassword:"\u041f\u0440\u0435\u043c\u0430\u0445\u043d\u0438 $t(lockRoomPassword)",conferenceURL:"\u0412\u0440\u044a\u0437\u043a\u0430:",country:"\u0421\u0442\u0440\u0430\u043d\u0430",dialANumber:"\u0417\u0430 \u0432\u043b\u0438\u0437\u0430\u043d\u0435 \u0432 \u0441\u0440\u0435\u0449\u0430\u0442\u0430, \u043d\u0430\u0431\u0435\u0440\u0435\u0442\u0435 \u0435\u0434\u0438\u043d \u043e\u0442 \u0438\u0437\u0431\u0440\u043e\u0435\u043d\u0438\u0442\u0435 \u043d\u043e\u043c\u0435\u0440\u0430 \u0438 \u0432\u044a\u0432\u0435\u0434\u0435\u0442\u0435 \u043a\u043e\u0434\u0430.",dialInConferenceID:"\u041a\u043e\u0434:",dialInNotSupported:"\u0421\u044a\u0436\u0430\u043b\u044f\u0432\u0430\u043c\u0435, \u043e\u0431\u0430\u0436\u0434\u0430\u043d\u0435\u0442\u043e \u0432 \u043c\u043e\u043c\u0435\u043d\u0442\u0430 \u043d\u0435 \u0441\u0435 \u043f\u043e\u0434\u0434\u044a\u0440\u0436\u0430.",dialInNumber:"\u0422\u0435\u043b:",dialInSummaryError:"\u041f\u0440\u043e\u0431\u043b\u0435\u043c \u043f\u0440\u0438 \u0434\u043e\u0441\u0442\u044a\u043f\u0430 \u043d\u0430 \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044f \u0437\u0430 \u043e\u043f\u0446\u0438\u0438\u0442\u0435 \u0437\u0430 \u0432\u043b\u0438\u0437\u0430\u043d\u0435 \u043f\u0440\u0435\u0437 \u0442\u0435\u043b\u0435\u0444\u043e\u043d. \u041c\u043e\u043b\u044f, \u043e\u043f\u0438\u0442\u0430\u0439\u0442\u0435 \u043e\u0442\u043d\u043e\u0432\u043e \u043f\u043e-\u043a\u044a\u0441\u043d\u043e.",dialInTollFree:"\u0411\u0435\u0437\u043f\u043b\u0430\u0442\u0435\u043d",genericError:"\u0423\u043f\u0441, \u043d\u0435\u0449\u043e \u0441\u0435 \u043e\u0431\u044a\u0440\u043a\u0430.",inviteLiveStream:"\u0417\u0430 \u0434\u0430 \u0432\u0438\u0434\u0438\u0442\u0435 \u043f\u0440\u0435\u0434\u0430\u0432\u0430\u043d\u0435\u0442\u043e \u043d\u0430 \u0436\u0438\u0432\u043e \u043d\u0430 \u0441\u0440\u0435\u0449\u0430\u0442\u0430, \u0438\u0437\u043f\u043e\u043b\u0437\u0432\u0439\u0442\u0435 \u0442\u0430\u0437\u0438 \u0432\u0440\u044a\u0437\u043a\u0430: {{url}}",invitePhone:"\u0417\u0430 \u0432\u043b\u0438\u0437\u0430\u043d\u0435 \u043f\u0440\u0435\u0437 \u0442\u0435\u043b\u0435\u0444\u043e\u043d, \u0438\u0437\u043f\u043e\u043b\u0437\u0432\u0430\u0439\u0442\u0435: {{number}},,{{conferenceID}}#\n",invitePhoneAlternatives:"\u0412\u0438\u0436\u0442\u0435 \u043e\u0449\u0435 \u043d\u043e\u043c\u0435\u0440\u0430: {{url}}\n\n\n\u0410\u043a\u043e \u0432\u0435\u0447\u0435 \u0441\u0442\u0435 \u043d\u0430\u0431\u0440\u0430\u043b\u0438 \u043e\u0442 \u0442\u0435\u043b\u0435\u0444\u043e\u043d \u0432 \u0441\u0442\u0430\u044f\u0442\u0430, \u0432\u043b\u0435\u0437\u0442\u0435 \u0431\u0435\u0437 \u0434\u0430 \u0435 \u043f\u0443\u0441\u043d\u0430\u0442 \u0437\u0432\u0443\u043a\u044a\u0442: {{silentUrl}}",inviteURLFirstPartGeneral:"\u041f\u043e\u043a\u0430\u043d\u0435\u043d\u0438 \u0441\u0442\u0435 \u0434\u0430 \u0441\u0435 \u043f\u0440\u0438\u0441\u044a\u0435\u0434\u0438\u043d\u0438\u0442\u0435 \u043a\u044a\u043c \u0441\u0440\u0435\u0449\u0430.",inviteURLFirstPartPersonal:"{{name}} \u0432\u0438 \u043a\u0430\u043d\u0438 \u0437\u0430 \u0441\u0440\u0435\u0449\u0430.\n",inviteURLSecondPart:"\n\u0412\u043b\u0435\u0437\u0442\u0435 \u0432 \u0441\u0440\u0435\u0449\u0430\u0442\u0430:\n{{url}}\n",label:"\u0418\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044f \u0437\u0430 \u0441\u0440\u0435\u0449\u0430\u0442\u0430",liveStreamURL:"\u0418\u0437\u043b\u044a\u0447\u0432\u0430\u043d\u0435 \u043d\u0430 \u0436\u0438\u0432\u043e:",moreNumbers:"\u041f\u043e\u0432\u0435\u0447\u0435 \u043d\u043e\u043c\u0435\u0440\u0430",noNumbers:"\u041d\u044f\u043c\u0430 \u043d\u043e\u043c\u0435\u0440\u0430 \u0437\u0430 \u043d\u0430\u0431\u0438\u0440\u0430\u043d\u0435.",noPassword:"\u041d\u044f\u043c\u0430",noRoom:"\u041d\u044f\u043c\u0430 \u043f\u043e\u0441\u043e\u0447\u0435\u043d\u0430 \u0441\u0442\u0430\u044f \u0437\u0430 \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044f \u0437\u0430 \u043d\u043e\u043c\u0435\u0440\u0430 \u0437\u0430 \u043d\u0430\u0431\u0438\u0440\u0430\u043d\u0435.",numbers:"\u041d\u043e\u043c\u0435\u0440\u0430",password:"$t(lockRoomPasswordUppercase):",title:"\u0421\u043f\u043e\u0434\u0435\u043b\u044f\u043d\u0435",tooltip:"\u0421\u043f\u043e\u0434\u0435\u043b\u0435\u0442\u0435 \u0432\u0440\u044a\u0437\u043a\u0430\u0442\u0430 \u0438 \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044f\u0442\u0430 \u0437\u0430 \u043d\u043e\u043c\u0435\u0440\u0430 \u0441\u0432\u044a\u0440\u0437\u0430\u043d\u0438 \u0441\u044a\u0441 \u0441\u0440\u0435\u0449\u0430\u0442\u0430"},inlineDialogFailure:{msg:"\u0418\u043c\u0430\u0448\u0435 \u0433\u0440\u0435\u0448\u043a\u0430.",retry:"\u041e\u043f\u0438\u0442\u0430\u0439\u0442\u0435 \u043e\u0442\u043d\u043e\u0432\u043e",support:"\u041f\u043e\u0434\u0434\u0440\u044a\u0436\u043a\u0430",supportMsg:"\u0410\u043a\u043e \u0442\u043e\u0432\u0430 \u0441\u0435 \u0441\u043b\u0443\u0447\u0432\u0430 \u0447\u0435\u0441\u0442\u043e, \u0441\u0432\u044a\u0440\u0436\u0435\u0442\u0435 \u0441\u0435 \u0441"},inviteDialog:{alertText:"\u041d\u0435 \u0443\u0441\u043f\u044f\u0445 \u0434\u0430 \u043f\u043e\u043a\u0430\u043d\u044f \u0443\u0447\u0430\u0441\u0442\u043d\u0438\u0446\u0438\u0442\u0435.",header:"\u041f\u043e\u043a\u0430\u043d\u0438",searchCallOnlyPlaceholder:"\u0412\u044a\u0432\u0435\u0434\u0435\u0442\u0435 \u0442\u0435\u043b\u0435\u0444\u043e\u043d\u0435\u043d \u043d\u043e\u043c\u0435\u0440",searchPeopleOnlyPlaceholder:"\u0422\u044a\u0440\u0441\u0435\u043d\u0435 \u043d\u0430 \u0443\u0447\u0430\u0441\u0442\u043d\u0438\u0446\u0438",searchPlaceholder:"\u0423\u0447\u0430\u0441\u0442\u043d\u0438\u043a \u0438\u043b\u0438 \u0442\u0435\u043b\u0435\u0444\u043e\u043d\u0435\u043d \u043d\u043e\u043c\u0435\u0440",send:"\u0418\u0437\u043f\u0440\u0430\u0442\u0438"},keyboardShortcuts:{focusLocal:"\u0424\u043e\u043a\u0443\u0441\u0438\u0440\u0430\u043d\u0435 \u0432\u044a\u0440\u0445\u0443 \u0412\u0430\u0448\u0435\u0442\u043e \u0432\u0438\u0434\u0435\u043e",focusRemote:"\u0424\u043e\u043a\u0443\u0441\u0438\u0440\u0430\u0439 \u0432\u0438\u0434\u0435\u043e\u0442\u043e \u043d\u0430 \u0434\u0440\u0443\u0433 \u0443\u0447\u0430\u0441\u0442\u043d\u0438\u043a",fullScreen:"\u0412\u043b\u0438\u0437\u0430\u043d\u0435/\u0438\u0437\u043b\u0438\u0437\u0430\u043d\u0435 \u043e\u0442 \u0440\u0435\u0436\u0438\u043c \u043d\u0430 \u0446\u044f\u043b \u0435\u043a\u0440\u0430\u043d",keyboardShortcuts:"\u041a\u043b\u0430\u0432\u0438\u0448\u043d\u0438 \u043a\u043e\u043c\u0431\u0438\u043d\u0430\u0446\u0438\u0438",localRecording:"\u041f\u043e\u043a\u0430\u0437\u0432\u0430\u043d\u0435 \u0438\u043b\u0438 \u0441\u043a\u0440\u0438\u0432\u0430\u043d\u0435 \u043d\u0430 \u043a\u043e\u043d\u0442\u0440\u043e\u043b\u0438\u0442\u0435 \u0437\u0430 \u043b\u043e\u043a\u0430\u043b\u0435\u043d \u0437\u0430\u043f\u0438\u0441",mute:"\u0421\u043f\u0438\u0440\u0430\u043d\u0435/\u043f\u0443\u0441\u043a\u0430\u043d\u0435 \u043d\u0430 \u043c\u0438\u043a\u0440\u043e\u0444\u043e\u043d\u0430",pushToTalk:"\u041d\u0430\u0442\u0438\u0441\u043d\u0435\u0442\u0435, \u0437\u0430 \u0434\u0430 \u0433\u043e\u0432\u043e\u0440\u0438\u0442\u0435",raiseHand:"\u0412\u0434\u0438\u0433\u043d\u0435\u0442\u0435 \u0438\u043b\u0438 \u0441\u0432\u0430\u043b\u0435\u0442\u0435 \u0440\u044a\u043a\u0430",showSpeakerStats:"\u041f\u043e\u043a\u0430\u0437\u0432\u0430\u043d\u0435 \u043d\u0430 \u0441\u0442\u0430\u0442\u0438\u0441\u0442\u0438\u043a\u0430 \u0437\u0430 \u0433\u043e\u0432\u043e\u0440\u0438\u0442\u0435\u043b\u044f",toggleChat:"\u041e\u0442\u0432\u0430\u0440\u044f\u043d\u0435/\u0441\u043a\u0440\u0438\u0432\u0430\u043d\u0435 \u043d\u0430 \u0442\u0435\u043a\u0441\u0442\u043e\u0432\u0438\u0442\u0435 \u0441\u044a\u043e\u0431\u0449\u0435\u043d\u0438\u044f",toggleFilmstrip:"\u041f\u043e\u043a\u0430\u0437\u0432\u0430\u043d\u0435 \u0438\u043b\u0438 \u0441\u043a\u0440\u0438\u0432\u0430\u043d\u0435 \u043d\u0430 \u0432\u0438\u0434\u0435\u043e \u043c\u0438\u043d\u0438\u0430\u0442\u044e\u0440\u0438\u0442\u0435",toggleScreensharing:"\u0421\u043c\u044f\u043d\u0430 \u043c\u0435\u0436\u0434\u0443 \u043a\u0430\u043c\u0435\u0440\u0430 \u0438 \u0441\u043f\u043e\u0434\u0435\u043b\u0435\u043d \u0435\u043a\u0440\u0430\u043d",toggleShortcuts:"\u041f\u043e\u043a\u0430\u0437\u0432\u0430\u043d\u0435 \u0438\u043b\u0438 \u0441\u043a\u0440\u0438\u0432\u0430\u043d\u0435 \u043d\u0430 \u043a\u043b\u0430\u0432\u0438\u0448\u043d\u0438\u0442\u0435 \u043a\u043e\u043c\u0431\u0438\u043d\u0430\u0446\u0438\u0438",videoMute:"\u041f\u0443\u0441\u043a\u0430\u043d\u0435/\u0441\u043f\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 \u043a\u0430\u043c\u0435\u0440\u0430\u0442\u0430",videoQuality:"\u0423\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u0435 \u043d\u0430 \u043a\u0430\u0447\u0435\u0441\u0442\u0432\u043e \u043d\u0430 \u043e\u0431\u0430\u0436\u0434\u0430\u043d\u0435\u0442\u043e"},liveStreaming:{busy:"\u0420\u0430\u0431\u043e\u0442\u0438\u043c \u0432\u044a\u0440\u0445\u0443 \u0442\u043e\u0432\u0430 \u0434\u0430 \u043e\u0441\u0432\u043e\u0431\u043e\u0434\u0438\u043c \u0440\u0435\u0441\u0443\u0440\u0441\u0438 \u0437\u0430 \u0438\u0437\u043b\u044a\u0447\u0432\u0430\u043d\u0435. \u041c\u043e\u043b\u044f, \u043e\u043f\u0438\u0442\u0430\u0439\u0442\u0435 \u043e\u0442\u043d\u043e\u0432\u043e \u0441\u043b\u0435\u0434 \u043d\u044f\u043a\u043e\u043b\u043a\u043e \u043c\u0438\u043d\u0443\u0442\u0438.",busyTitle:"\u0412\u0441\u0438\u0447\u043a\u0438 \u0438\u0437\u043b\u044a\u0447\u0432\u0430\u0442\u0435\u043b\u0438 \u0432 \u043c\u043e\u043c\u0435\u043d\u0442\u0430 \u0441\u0430 \u0437\u0430\u0435\u0442\u0438",changeSignIn:"\u0421\u043c\u044f\u043d\u0430 \u043d\u0430 \u0430\u043a\u0430\u0443\u043d\u0442\u0438.",choose:"\u0418\u0437\u0431\u0435\u0440\u0435\u0442\u0435 \u043f\u0440\u0435\u0434\u0430\u0432\u0430\u043d\u0435 \u043d\u0430 \u0436\u0438\u0432\u043e",chooseCTA:"\u0418\u0437\u0431\u0435\u0440\u0435\u0442\u0435 \u043e\u043f\u0446\u0438\u044f \u0437\u0430 \u043f\u0440\u0435\u0434\u0430\u0432\u0430\u043d\u0435. \u0412\u043b\u0435\u0437\u043b\u0438 \u0441\u0442\u0435 \u043a\u0430\u0442\u043e {{email}}.",enterStreamKey:"\u0412\u044a\u0432\u0435\u0434\u0435\u0442\u0435 \u043a\u043b\u044e\u0447\u0430 \u043e\u0442 YouTube \u0437\u0430 \u043f\u0440\u0435\u0434\u0430\u0432\u0430\u043d\u0435 \u043d\u0430 \u0436\u0438\u0432\u043e.",error:"\u0418\u0437\u043b\u044a\u0447\u0432\u0430\u043d\u0435\u0442\u043e \u043d\u0430 \u0436\u0438\u0432\u043e \u0431\u0435\u0448\u0435 \u043d\u0435\u0443\u0441\u043f\u0435\u0448\u043d\u043e. \u041c\u043e\u043b\u044f, \u043e\u043f\u0438\u0442\u0430\u0439\u0442\u0435 \u043e\u0442\u043d\u043e\u0432\u043e.",errorAPI:"\u0418\u0437\u043d\u0438\u043a\u043d\u0430 \u043f\u0440\u043e\u0431\u043b\u0435\u043c \u0441 \u0432\u0440\u044a\u0437\u043a\u0430\u0442\u0430 \u043a\u044a\u043c YouTube. \u041c\u043e\u043b\u044f, \u043e\u043f\u0438\u0442\u0430\u0439\u0442\u0435 \u043e\u0442\u043d\u043e\u0432\u043e.",errorLiveStreamNotEnabled:"\u041f\u0440\u0435\u0434\u0430\u0432\u0430\u043d\u0435\u0442\u043e \u043d\u0430 \u0436\u0438\u0432\u043e \u043d\u0435 \u0435 \u043f\u0443\u0441\u043d\u0430\u0442\u043e \u0437\u0430 {{email}}. \u041c\u043e\u043b\u044f, \u0430\u043a\u0442\u0438\u0432\u0438\u0440\u0430\u0439\u0442\u0435 \u0433\u043e \u0438\u043b\u0438 \u0441\u043c\u0435\u043d\u0435\u0442\u0435 \u0430\u043a\u0430\u0443\u043d\u0442\u0430.",expandedOff:"\u041f\u0440\u0435\u0434\u0430\u0432\u0430\u043d\u0435\u0442\u043e \u043d\u0430 \u0436\u0438\u0432\u043e \u0431\u0435 \u0441\u043f\u0440\u044f\u043d\u043e",expandedOn:"\u0421\u0440\u0435\u0449\u0430\u0442\u0430 \u0441\u0435 \u0438\u0437\u043b\u044a\u0447\u0432\u0430 \u043d\u0430 \u0436\u0438\u0432\u043e \u0432 YouTube.",expandedPending:"\u0418\u0437\u043b\u044a\u0447\u0432\u0430\u043d\u0435\u0442\u043e \u043d\u0430 \u0436\u0438\u0432\u043e \u0441\u0435 \u0441\u0442\u0430\u0440\u0442\u0438\u0440\u0430...",failedToStart:"\u0418\u0437\u043b\u044a\u0447\u0432\u0430\u043d\u0435\u0442\u043e \u043d\u0430 \u0436\u0438\u0432\u043e \u043d\u0435 \u0443\u0441\u043f\u044f \u0434\u0430 \u0437\u0430\u043f\u043e\u0447\u043d\u0435",getStreamKeyManually:"\u041d\u0435 \u0443\u0441\u043f\u044f\u0445\u043c\u0435 \u0434\u0430 \u043e\u0442\u043a\u0440\u0438\u0435\u043c \u043d\u0438\u043a\u0430\u043a\u0432\u043e \u043f\u0440\u0435\u0434\u0430\u0432\u0430\u043d\u0435 \u043d\u0430 \u0436\u0438\u0432\u043e. \u041e\u043f\u0438\u0442\u0430\u0439\u0442\u0435 \u0434\u0430 \u0432\u0437\u0435\u043c\u0435\u0442\u0435 \u043a\u043b\u044e\u0447\u0430 \u0437\u0430 \u0442\u0430\u043a\u043e\u0432\u0430 \u043e\u0442 YouTube.",googlePrivacyPolicy:"\u041f\u043e\u043b\u0438\u0442\u0438\u043a\u0430 \u0437\u0430 \u043f\u043e\u0432\u0435\u0440\u0438\u0442\u0435\u043b\u043d\u043e\u0441\u0442 \u043d\u0430 Google",invalidStreamKey:"\u041a\u043b\u044e\u0447\u044a\u0442 \u0437\u0430 \u043f\u0440\u0435\u0434\u0430\u0432\u0430\u043d\u0435 \u043d\u0430 \u0436\u0438\u0432\u043e \u0435 \u0433\u0440\u0435\u0448\u0435\u043d.",off:"\u041a\u0440\u0430\u0439 \u043d\u0430 \u0438\u0437\u043b\u044a\u0447\u0432\u0430\u043d\u0435\u0442\u043e \u043d\u0430 \u0436\u0438\u0432\u043e",offBy:"{{name}} \u0441\u043f\u0440\u044f \u0438\u0437\u043b\u044a\u0447\u0432\u0430\u043d\u0435\u0442\u043e \u043d\u0430 \u0436\u0438\u0432\u043e",on:"\u0418\u0437\u043b\u044a\u0447\u0432\u0430\u043d\u0435 \u043d\u0430 \u0436\u0438\u0432\u043e",onBy:"{{name}} \u043f\u0443\u0441\u043d\u0430 \u0438\u0437\u043b\u044a\u0447\u0432\u0430\u043d\u0435 \u043d\u0430 \u0436\u0438\u0432\u043e",pending:"\u0417\u0430\u043f\u043e\u0447\u0432\u0430\u043d\u0435 \u043d\u0430 \u0438\u0437\u043b\u044a\u0447\u0432\u0430\u043d\u0435\u0442\u043e \u043d\u0430 \u0436\u0438\u0432\u043e\u2026",serviceName:"\u041f\u0440\u0435\u0434\u0430\u0432\u0430\u043d\u0435 \u043d\u0430 \u0436\u0438\u0432\u043e",signIn:"\u0412\u043b\u0435\u0437\u0442\u0435 \u0441 \u0413\u0443\u0433\u044a\u043b",signInCTA:"\u0412\u043b\u0435\u0437\u0442\u0435 \u0438\u043b\u0438 \u0432\u044a\u0432\u0435\u0434\u0435\u0442\u0435 \u043a\u043b\u044e\u0447\u0430 \u0437\u0430 \u0438\u0437\u043b\u044a\u0447\u0432\u0430\u043d\u0435 \u043d\u0430 \u0436\u0438\u0432\u043e \u043e\u0442 YouTube.",signOut:"\u0418\u0437\u043b\u0438\u0437\u0430\u043d\u0435",signedInAs:"\u0412 \u043c\u043e\u043c\u0435\u043d\u0442\u0430 \u0441\u0442\u0435 \u0432\u043b\u0435\u0437\u043b\u0438 \u043a\u0430\u0442\u043e:",start:"\u0417\u0430\u043f\u043e\u0447\u043d\u0438 \u0438\u0437\u043b\u044a\u0447\u0432\u0430\u043d\u0435 \u043d\u0430 \u0436\u0438\u0432\u043e",streamIdHelp:"\u041a\u0430\u043a\u0432\u043e \u0435 \u0442\u043e\u0432\u0430?",title:"\u0418\u0437\u043b\u044a\u0447\u0432\u0430\u043d\u0435 \u043d\u0430 \u0436\u0438\u0432\u043e",unavailableTitle:"\u0418\u0437\u043b\u044a\u0447\u0432\u0430\u043d\u0435\u0442\u043e \u043d\u0430 \u0436\u0438\u0432\u043e \u0435 \u043d\u0435\u0434\u043e\u0441\u0442\u044a\u043f\u043d\u043e",youtubeTerms:"\u0423\u0441\u043b\u043e\u0432\u0438\u044f \u0437\u0430 \u043f\u043e\u043b\u0437\u0432\u0430\u043d\u0435 \u043d\u0430 YouTube"},lobby:{admit:"\u0414\u043e\u043f\u0443\u0441\u043d\u0438",allow:"\u0420\u0430\u0437\u0440\u0435\u0448\u0438",backToKnockModeButton:"\u0417\u0430\u044f\u0432\u043a\u0430 \u0437\u0430 \u0432\u043a\u043b\u044e\u0447\u0432\u0430\u043d\u0435 \u0431\u0435\u0437 \u043f\u0430\u0440\u043e\u043b\u0430",dialogTitle:"\u0420\u0435\u0436\u0438\u043c \u043b\u043e\u0431\u0438",disableDialogContent:"\u0420\u0435\u0436\u0438\u043c \u041b\u043e\u0431\u0438 \u0435 \u0432\u043a\u043b\u044e\u0447\u0435\u043d. \u0422\u043e\u0437\u0438 \u0440\u0435\u0448\u0438\u043c \u0437\u0430\u0449\u0438\u0442\u0430\u0432\u0430 \u0441\u0440\u0435\u0449\u0438\u0442\u0435 \u0412\u0438 \u043e\u0442 \u0441\u043b\u0443\u0447\u0430\u0439\u043d\u0438 \u043f\u043e\u0441\u0435\u0442\u0438\u0442\u0435\u043b\u0438. \u0418\u0441\u043a\u0430\u0442\u0435 \u043b\u0438 \u0434\u0430 \u0433\u043e \u0438\u0437\u043a\u043b\u044e\u0447\u0438\u0442\u0435?",disableDialogSubmit:"\u0418\u0437\u043a\u043b\u044e\u0447\u0438",emailField:"\u0412\u044a\u0432\u0435\u0434\u0438 \u0438\u043c\u0435\u0439\u043b \u0430\u0434\u0440\u0435\u0441",enableDialogPasswordField:"\u0417\u0430\u0434\u0430\u0439 \u043f\u0430\u0440\u043e\u043b\u0430 (\u043d\u0435 \u0435 \u0437\u0430\u0434\u044a\u043b\u0436\u0438\u0442\u0435\u043b\u043d\u043e)",enableDialogSubmit:"\u0412\u043a\u043b\u044e\u0447\u0438",enableDialogText:"\u0420\u0435\u0436\u0438\u043c\u044a\u0442 \u041b\u043e\u0431\u0438 \u0437\u0430\u0449\u0438\u0442\u0430\u0432\u0430 \u0441\u0440\u0435\u0449\u0438\u0442\u0435 \u0412\u0438 \u043e\u0442 \u0441\u043b\u0443\u0447\u0430\u0439\u043d\u0438 \u043f\u043e\u0441\u0435\u0442\u0438\u0442\u0435\u043b\u0438, \u0447\u0440\u0435\u0437 \u0438\u0437\u0440\u0438\u0447\u043d\u043e \u043e\u0434\u043e\u0431\u0440\u0435\u043d\u0438\u0435 \u043d\u0430 \u0443\u0447\u0430\u0441\u0442\u043d\u0438\u0446\u0438\u0442\u0435 \u043e\u0442 \u043c\u043e\u0434\u0435\u0440\u0430\u0442\u043e\u0440.",enterPasswordButton:"\u0412\u044a\u0432\u0435\u0434\u0438 \u043f\u0430\u0440\u043e\u043b\u0430 \u0437\u0430 \u0441\u0440\u0435\u0449\u0430\u0442\u0430",enterPasswordTitle:"\u0412\u044a\u0432\u0435\u0434\u0438 \u043f\u0430\u0440\u043e\u043b\u0430 \u0437\u0430 \u0432\u043b\u0435\u0437\u0435\u0448 \u0432 \u0441\u0440\u0435\u0449\u0430\u0442\u0430",invalidPassword:"\u041d\u0435\u0432\u0430\u043b\u0438\u0434\u043d\u0430 \u043f\u0430\u0440\u043e\u043b\u0430",joinRejectedMessage:"\u0412\u0430\u0448\u0435\u0442\u043e \u0436\u0435\u043b\u0430\u043d\u0438\u0435 \u0437\u0430 \u0432\u043a\u043b\u044e\u0447\u0432\u0430\u043d\u0435 \u0431\u0435\u0448\u0435 \u043e\u0442\u0445\u0432\u044a\u0440\u043b\u0435\u043d\u043e \u043e\u0442 \u043c\u043e\u0434\u0435\u0440\u0430\u0442\u043e\u0440.",joinTitle:"\u0412\u043a\u043b\u044e\u0447\u0438 \u0441\u0435 \u0432 \u0441\u0440\u0435\u0449\u0430\u0442\u0430",joinWithPasswordMessage:"\u041e\u043f\u0438\u0442 \u0437\u0430 \u0432\u043a\u043b\u044e\u0447\u0432\u0430\u043d\u0435 \u0441 \u043f\u0430\u0440\u043e\u043b\u0430, \u043c\u043e\u043b\u044f \u0438\u0437\u0447\u0430\u043a\u0430\u0439\u0442\u0435...",joiningMessage:"\u0429\u0435 \u0432\u043b\u0435\u0437\u0435\u0442\u0435 \u0432 \u0441\u0440\u0435\u0449\u0430\u0442\u0430, \u043a\u043e\u0433\u0430\u0442\u043e \u043d\u044f\u043a\u043e\u0439 \u0432\u0438 \u043f\u0440\u0438\u0435\u043c\u0435",joiningTitle:"\u0418\u0437\u0447\u0430\u043a\u0432\u0430 \u043e\u0434\u043e\u0431\u0440\u0435\u043d\u0438\u0435...",joiningWithPasswordTitle:"\u0412\u043a\u043b\u044e\u0447\u0432\u0430\u043d\u0435 \u0441 \u043f\u0430\u0440\u043e\u043b\u0430...",knockButton:"\u041f\u043e\u0438\u0441\u043a\u0430\u0439 \u0434\u043e\u0441\u0442\u044a\u043f",knockTitle:"\u041d\u044f\u043a\u043e\u0439 \u0436\u0435\u043b\u0430\u0435 \u0434\u0430 \u0441\u0435 \u0432\u043a\u043b\u044e\u0447\u0438 \u0432 \u0441\u0440\u0435\u0449\u0430\u0442\u0430",knockingParticipantList:"\u0421\u043f\u0438\u0441\u044a\u043a \u0441 \u0447\u0430\u043a\u0430\u0449\u0438 \u0443\u0447\u0430\u0441\u0442\u043d\u0438\u0446\u0438",nameField:"\u0412\u044a\u0432\u0435\u0434\u0438 \u0438\u043c\u0435",notificationLobbyAccessDenied:"{{targetParticipantName}} \u043d\u0435 \u0431\u0435\u0448\u0435 \u0434\u043e\u043f\u0443\u0441\u043d\u0430\u0442 \u043e\u0442 {{originParticipantName}}",notificationLobbyAccessGranted:"{{targetParticipantName}} \u0431\u0435\u0448\u0435 \u0434\u043e\u043f\u0443\u0441\u043d\u0430\u0442 \u043e\u0442 {{originParticipantName}}",notificationLobbyDisabled:"\u041b\u043e\u0431\u0438\u0442\u043e \u0431\u0435\u0448\u0435 \u0438\u0437\u043a\u043b\u044e\u0447\u0435\u043d\u043e \u043e\u0442 {{originParticipantName}}",notificationLobbyEnabled:"\u041b\u043e\u0431\u0438\u0442\u043e \u0431\u0435\u0448\u0435 \u0432\u043a\u043b\u044e\u0447\u0435\u043d\u043e \u043e\u0442 {{originParticipantName}}",notificationTitle:"\u041b\u043e\u0431\u0438",passwordField:"\u0412\u044a\u0432\u0435\u0434\u0438 \u043f\u0430\u0440\u043e\u043b\u0430 \u0437\u0430 \u0441\u0440\u0435\u0449\u0430\u0442\u0430",passwordJoinButton:"\u0412\u043b\u0435\u0437",reject:"\u041e\u0442\u043a\u0430\u0436\u0438",title:"\u041b\u043e\u0431\u0438",toggleLabel:"\u0412\u043a\u043b\u044e\u0447\u0438 \u043b\u043e\u0431\u0438"},localRecording:{clientState:{off:"\u0418\u0437\u043a\u043b\u044e\u0447\u0435\u043d\u043e",on:"\u0412\u043a\u043b\u044e\u0447\u0435\u043d\u043e",unknown:"\u041d\u0435\u043f\u043e\u0437\u043d\u0430\u0442"},dialogTitle:"\u0423\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u0435 \u043d\u0430 \u043b\u043e\u043a\u0430\u043b\u0435\u043d \u0437\u0430\u043f\u0438\u0441",duration:"\u041f\u0440\u043e\u0434\u044a\u043b\u0436\u0438\u0442\u0435\u043b\u043d\u043e\u0441\u0442",durationNA:"\u041d\u044f\u043c\u0430",encoding:"\u041a\u043e\u0434\u0435\u043a",label:"\u0415\u0442\u0438\u043a\u0435\u0442",labelToolTip:"\u041b\u043e\u043a\u0430\u043b\u043d\u0438\u044f\u0442 \u0437\u0430\u043f\u0438\u0441 \u0435 \u0432\u043a\u043b\u044e\u0447\u0435\u043d",localRecording:"\u041b\u043e\u043a\u0430\u043b\u0435\u043d \u0437\u0430\u043f\u0438\u0441",me:"\u0410\u0437",messages:{engaged:"\u041b\u043e\u043a\u0430\u043b\u043d\u0438\u044f\u0442 \u0437\u0430\u043f\u0438\u0441 \u0435 \u0432\u043a\u043b\u044e\u0447\u0435\u043d.",finished:"\u0417\u0430\u043f\u0438\u0441\u0430 \u043d\u0430 \u0441\u0435\u0441\u0438\u044f\u0442\u0430 {{token}} \u043f\u0440\u0438\u043a\u043b\u044e\u0447\u0438. \u041c\u043e\u043b\u044f, \u0438\u0437\u043f\u0440\u0430\u0442\u0435\u0442\u0435 \u0437\u0430\u043f\u0438\u0441\u0430 \u043d\u0430 \u0432\u0430\u0448\u0438\u044f\u0442 \u0434\u043e\u043c\u0430\u043a\u0438\u043d.",finishedModerator:"\u0421\u0435\u0441\u0438\u044f\u0442\u0430 {{token}} \u0437\u0430 \u0437\u0430\u043f\u0438\u0441 \u043f\u0440\u0438\u043a\u043b\u044e\u0447\u0438. \u041b\u043e\u043a\u0430\u043b\u043d\u0438\u044f\u0442 \u0437\u0430\u043f\u0438\u0441 \u0431\u0435\u0448\u0435 \u0437\u0430\u043f\u0430\u0437\u0435\u043d. \u041c\u043e\u043b\u044f, \u043f\u043e\u043a\u0430\u043d\u0435\u0442\u0435 \u043e\u0441\u0442\u0430\u043d\u0430\u043b\u0438\u0442\u0435 \u0443\u0447\u0430\u0441\u0442\u043d\u0438\u0446\u0438 \u0434\u0430 \u0432\u0438 \u0438\u0437\u043f\u0440\u0430\u0442\u044f\u0442 \u0442\u0435\u0445\u043d\u0438\u0442\u0435 \u0437\u0430\u043f\u0438\u0441\u0438.",notModerator:"\u041d\u044f\u043c\u0430\u0442\u0435 \u043f\u0440\u0430\u0432\u0430 \u0434\u0430 \u043f\u0443\u0441\u043a\u0430\u0442\u0435 \u0441\u043f\u0438\u0440\u0430\u0442\u0435 \u043b\u043e\u043a\u0430\u043b\u0435\u043d \u0437\u0430\u043f\u0438\u0441."},moderator:"\u041c\u043e\u0434\u0435\u0440\u0430\u0442\u043e\u0440",no:"\u041d\u0435",participant:"\u0423\u0447\u0430\u0441\u0442\u043d\u0438\u043a",participantStats:"\u0421\u0442\u0430\u0442\u0438\u0441\u0442\u0438\u043a\u0430 \u043d\u0430 \u0443\u0447\u0430\u0441\u0442\u043d\u0438\u043a",sessionToken:"\u0422\u043e\u0443\u043a\u044a\u043d \u0437\u0430 \u0441\u0435\u0441\u0438\u044f\u0442\u0430",start:"\u0417\u0430\u043f\u043e\u0447\u043d\u0438 \u0437\u0430\u043f\u0438\u0441",stop:"\u0421\u043f\u0440\u0438 \u0437\u0430\u043f\u0438\u0441\u0430",yes:"\u0414\u0430"},lockRoomPassword:"\u043f\u0430\u0440\u043e\u043b\u0430",lockRoomPasswordUppercase:"\u041f\u0430\u0440\u043e\u043b\u0430",lonelyMeetingExperience:{button:"\u041f\u043e\u043a\u0430\u043d\u0435\u0442\u0435 \u0443\u0447\u0430\u0441\u0442\u043d\u0438\u0446\u0438",youAreAlone:"\u0412\u0438\u0435 \u0441\u0442\u0435 \u0441\u0430\u043c\u0438 \u0432 \u0441\u0440\u0435\u0449\u0430\u0442\u0430"},me:"\u0430\u0437",notify:{connectedOneMember:"{{name}} \u0432\u043b\u0435\u0437\u0435 \u0432 \u0441\u0440\u0435\u0449\u0430\u0442\u0430",connectedThreePlusMembers:"{{name}} \u0438 \u043e\u0449\u0435 {{count}} \u0432\u043b\u044f\u0437\u043e\u0445\u0430 \u0432 \u0441\u0440\u0435\u0449\u0430\u0442\u0430",connectedTwoMembers:"{{first}} \u0438 {{second}} \u0432\u043b\u044f\u0437\u043e\u0445\u0430 \u0432 \u0441\u0440\u0435\u0449\u0430\u0442\u0430",disconnected:"\u041d\u0430\u043f\u0443\u0441\u043d\u0430 \u0441\u0440\u0435\u0449\u0430\u0442\u0430",focus:"\u0424\u043e\u043a\u0443\u0441 \u043d\u0430 \u0441\u0440\u0435\u0449\u0430\u0442\u0430",focusFail:"{{component}} \u043d\u0435 \u0435 \u043d\u0430 \u0440\u0430\u043f\u043e\u043b\u043e\u0436\u0435\u043d\u0438\u0435 - \u0441\u043b\u0435\u0434\u0432\u0430\u0449 \u043e\u043f\u0438\u0442 \u0441\u043b\u0435\u0434 {{ms}} \u0441\u0435\u043a\u0443\u043d\u0434\u0438",grantedTo:"\u0414\u0430\u0432\u0430\u043d\u0435 \u043d\u0430 \u0440\u043e\u043b\u044f \u043c\u043e\u0434\u0435\u0440\u0430\u0442\u043e\u0440 \u043d\u0430 {{to}}!",invitedOneMember:"{{name}} \u0431\u0435 \u043f\u043e\u043a\u0430\u043d\u0435\u043d",invitedThreePlusMembers:"{{name}} \u0438 \u043e\u0449\u0435 {{count}} \u0431\u044f\u0445\u0430 \u043f\u043e\u043a\u0430\u043d\u0435\u043d\u0438",invitedTwoMembers:"{{first}} \u0438 {{second}} \u0431\u044f\u0445\u0430 \u043f\u043e\u043a\u0430\u043d\u0435\u043d\u0438",kickParticipant:"{{kicked}} \u0431\u0435\u0448\u0435 \u0438\u0437\u0433\u043e\u043d\u0435\u043d \u043e\u0442 {{kicker}}",me:"\u0410\u0437",moderator:"\u041f\u0440\u0438\u0434\u043e\u0431\u0438\u0445\u0442\u0435 \u043f\u0440\u0430\u0432\u0430 \u043d\u0430 \u043c\u043e\u0434\u0435\u0440\u0430\u0442\u043e\u0440!",muted:"\u0417\u0430\u043f\u043e\u0447\u0432\u0430\u0442\u0435 \u0440\u0430\u0437\u0433\u043e\u0432\u043e\u0440\u0430 \u0431\u0435\u0437 \u0437\u0432\u0443\u043a.",mutedRemotelyDescription:"\u0412\u0438\u043d\u0430\u0433\u0438 \u043c\u043e\u0436\u0435\u0442\u0435 \u0434\u0430 \u043f\u0443\u0441\u043d\u0435\u0442\u0435 \u043c\u0438\u043a\u0440\u043e\u0444\u043e\u043d\u0430 \u0441\u0438, \u043a\u043e\u0433\u0430\u0442\u043e \u0441\u0442\u0435 \u0433\u043e\u0442\u043e\u0432\u0438 \u0434\u0430 \u0433\u043e\u0432\u043e\u0440\u0438\u0442\u0435. \u0417\u0430\u0433\u043b\u0443\u0448\u0435\u0442\u0435 \u0433\u043e \u043e\u0442\u043d\u043e\u0432\u043e, \u0437\u0430 \u0434\u0430 \u043d\u0435 \u0438\u0437\u043f\u0440\u0430\u0449\u0430\u0442\u0435 \u0448\u0443\u043c \u0432 \u0441\u0440\u0435\u0449\u0430\u0442\u0430.",mutedRemotelyTitle:"\u041c\u0438\u043a\u0440\u043e\u0444\u043e\u043d\u044a\u0442 \u0412\u0438 \u0431\u0435 \u0441\u043f\u0440\u044f\u043d \u043e\u0442 {{participantDisplayName}}!",mutedTitle:"\u0417\u0432\u0443\u043a\u044a\u0442 \u0412\u0438 \u0435 \u0441\u043f\u0440\u044f\u043d!",newDeviceAction:"\u0418\u0437\u043f\u043e\u043b\u0437\u0432\u0430\u0439",newDeviceAudioTitle:"\u0417\u0430\u0441\u0435\u0447\u0435\u043d\u043e \u0435 \u043d\u043e\u0432\u043e \u0430\u0443\u0434\u0438\u043e \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u043e",newDeviceCameraTitle:"\u0417\u0430\u0441\u0435\u0447\u0435\u043d\u0430 \u0435 \u043d\u043e\u0432\u0430 \u043a\u0430\u043c\u0435\u0440\u0430",passwordRemovedRemotely:"$t(lockRoomPasswordUppercase) \u0435 \u043f\u0440\u0435\u043c\u0430\u0445\u043d\u0430\u0442\u0430 \u043e\u0442 \u0434\u0440\u0443\u0433 \u043f\u043e\u0442\u0440\u0435\u0431\u0438\u0442\u0435\u043b",passwordSetRemotely:"$t(lockRoomPasswordUppercase) \u0441\u044a\u0437\u0434\u0430\u0434\u0435\u043d\u0430 \u043e\u0442 \u0434\u0440\u0443\u0433 \u043f\u043e\u0442\u0440\u0435\u0431\u0438\u0442\u0435\u043b",raisedHand:"{{name}} \u0438\u0441\u043a\u0430 \u0434\u0443\u043c\u0430\u0442\u0430.",somebody:"\u041d\u044f\u043a\u043e\u0439",startSilentDescription:"\u0412\u043b\u0435\u0437\u0442\u0435 \u043f\u043e\u0432\u0442\u043e\u0440\u043d\u043e, \u0437\u0430 \u0434\u0430 \u043f\u0443\u0441\u043d\u0435\u0442\u0435 \u0437\u0432\u0443\u043a\u0430",startSilentTitle:"\u0412\u043b\u044f\u0437\u043e\u0445\u0442\u0435 \u0441 \u043e\u043f\u0446\u0438\u044f \u0434\u0430 \u043d\u0435 \u0447\u0443\u0432\u0430\u0442\u0435 \u0430\u0443\u0434\u0438\u043e!",suboptimalBrowserWarning:"\u041e\u043f\u0430\u0441\u044f\u0432\u0430\u043c\u0435 \u0441\u0435, \u0447\u0435 \u043d\u044f\u043c\u0430 \u0434\u0430 \u043c\u043e\u0436\u0435\u0442\u0435 \u0434\u0430 \u0441\u0435 \u043d\u0430\u0441\u043b\u0430\u0434\u0438\u0442\u0435 \u043d\u0430 \u0441\u0440\u0435\u0449\u0430\u0442\u0430. \u0420\u0430\u0431\u043e\u0442\u0438\u043c \u043f\u043e \u0432\u044a\u043f\u0440\u043e\u0441\u0430, \u043c\u0435\u0436\u0434\u0443\u0432\u0440\u0435\u043c\u0435\u043d\u043d\u043e \u0438\u0437\u043f\u043e\u043b\u0437\u0432\u0430\u0439\u0442\u0435 \u043d\u044f\u043a\u043e\u0439 \u043e\u0442 \u043d\u0430\u043f\u044a\u043b\u043d\u043e \u043f\u043e\u0434\u0434\u044a\u0440\u0436\u0430\u043d\u0438\u0442\u0435 \u0431\u0440\u0430\u0443\u0437\u044a\u0440\u0438.",suboptimalExperienceTitle:"\u0412\u043d\u0438\u043c\u0430\u043d\u0438\u0435",unmute:"\u041f\u0443\u0441\u043a\u0430\u043d\u0435 \u043d\u0430 \u043c\u0438\u043a\u0440\u043e\u0444\u043e\u043d\u0430"},passwordDigitsOnly:"\u0414\u043e {{number}} \u0446\u0438\u0444\u0440\u0438",passwordSetRemotely:"\u0437\u0430\u0434\u0430\u0434\u0435\u043d\u0430 \u043e\u0442 \u0434\u0440\u0443\u0433 \u0443\u0447\u0430\u0441\u0442\u043d\u0438\u043a",poweredby:"\u0441 \u043f\u043e\u0434\u043a\u0440\u0435\u043f\u0430\u0442\u0430 \u043d\u0430",presenceStatus:{busy:"\u0417\u0430\u0435\u0442",calling:"\u041e\u0431\u0430\u0436\u0434\u0430\u043d\u0435...",connected:"\u0421\u0432\u044a\u0440\u0437\u0430\u043d",connecting:"\u0421\u0432\u044a\u0440\u0437\u0432\u0430\u043d\u0435...",connecting2:"\u0421\u0432\u044a\u0440\u0437\u0432\u0430\u043d\u0435*...",disconnected:"\u0418\u0437\u043a\u043b\u044e\u0447\u0435\u043d",expired:"\u0418\u0437\u0442\u0435\u043a\u044a\u043b",ignored:"\u041f\u0440\u0435\u043d\u0435\u0431\u0440\u0435\u0433\u043d\u0430\u0442",initializingCall:"\u0417\u0430\u043f\u043e\u0447\u0432\u0430\u043d\u0435 \u043d\u0430 \u043e\u0431\u0430\u0436\u0434\u0430\u043d\u0435\u0442\u043e...",invited:"\u041f\u043e\u043a\u0430\u043d\u0435\u043d",rejected:"\u041e\u0442\u0445\u0432\u044a\u0440\u043b\u0435\u043d",ringing:"\u0417\u0432\u044a\u043d\u0438..."},profile:{setDisplayNameLabel:"\u0417\u0430\u0434\u0430\u0439\u0442\u0435 \u0435\u043a\u0440\u0430\u043d\u043d\u043e\u0442\u043e \u0441\u0438 \u0438\u043c\u0435",setEmailInput:"\u0412\u044a\u0432\u0435\u0434\u0435\u0442\u0435 \u0435-\u043f\u043e\u0449\u0430",setEmailLabel:"\u0417\u0430\u0434\u0430\u0439\u0442\u0435 \u0435-\u043f\u043e\u0449\u0430\u0442\u0430 \u0441\u0438 \u0432 \u201eGravatar\u201c",title:"\u041f\u0440\u043e\u0444\u0438\u043b"},raisedHand:"\u0418\u0441\u043a\u0430 \u0434\u0443\u043c\u0430\u0442\u0430",recording:{authDropboxText:"\u041a\u0430\u0447\u0435\u0442\u0435 \u0432 Dropbox",availableSpace:"\u041d\u0430\u043b\u0438\u0447\u043d\u043e \u043c\u044f\u0441\u0442\u043e: {{spaceLeft}} MB (\u043f\u0440\u0438\u0431\u043b\u0438\u0437\u0438\u0442\u0435\u043b\u043d\u043e {{duration}} \u043c\u0438\u043d\u0443\u0442\u0438 \u0437\u0430\u043f\u0438\u0441)",beta:"\u0411\u0415\u0422\u0410",busy:"\u0420\u0430\u0431\u043e\u0442\u0438\u043c \u0432\u044a\u0440\u0445\u0443 \u0442\u043e\u0432\u0430 \u0434\u0430 \u043e\u0441\u0432\u043e\u0431\u043e\u0434\u0438\u043c \u0440\u0435\u0441\u0443\u0440\u0441\u0438 \u0437\u0430 \u0437\u0430\u043f\u0438\u0441. \u041c\u043e\u043b\u044f, \u043e\u043f\u0438\u0442\u0430\u0439\u0442\u0435 \u043e\u0442\u043d\u043e\u0432\u043e \u0441\u043b\u0435\u0434 \u043d\u044f\u043a\u043e\u043b\u043a\u043e \u043c\u0438\u043d\u0443\u0442\u0438.",busyTitle:"\u0412\u0441\u0438\u0447\u043a\u0438 \u0432\u044a\u0437\u043c\u043e\u0436\u043d\u043e\u0441\u0442\u0438 \u0437\u0430 \u0437\u0430\u043f\u0438\u0441 \u0432 \u043c\u043e\u043c\u0435\u043d\u0442\u0430 \u0441\u0430 \u0437\u0430\u0435\u0442\u0438",error:"\u0413\u0440\u0435\u0448\u043a\u0430 \u043f\u0440\u0438 \u043e\u043f\u0438\u0442 \u0437\u0430 \u0437\u0430\u043f\u0438\u0441. \u041c\u043e\u043b\u044f, \u043e\u043f\u0438\u0442\u0430\u0439\u0442\u0435 \u043e\u0442\u043d\u043e\u0432\u043e.",expandedOff:"\u0417\u0430\u043f\u0438\u0441\u044a\u0442 \u0441\u043f\u0440\u044f",expandedOn:"\u0421\u0440\u0435\u0449\u0430\u0442\u0430 \u0441\u0435 \u0437\u0430\u043f\u0438\u0441\u0432\u0430 \u0432 \u043c\u043e\u043c\u0435\u043d\u0442\u0430.",expandedPending:"\u0417\u0430\u043f\u0438\u0441\u044a\u0442 \u0437\u0430\u043f\u043e\u0447\u0432\u0430...",failedToStart:"\u041d\u0435\u0443\u0441\u043f\u0435\u0448\u0435\u043d \u043e\u043f\u0438\u0442 \u0437\u0430 \u0437\u0430\u043f\u0438\u0441\u0432\u0430\u043d\u0435",fileSharingdescription:"\u0421\u043f\u043e\u0434\u0435\u043b\u0435\u0442\u0435 \u0437\u0430\u043f\u0438\u0441\u0430 \u0441 \u0443\u0447\u0430\u0441\u0442\u043d\u0438\u0446\u0438\u0442\u0435 \u0432 \u0441\u0440\u0435\u0449\u0430\u0442\u0430",live:"\u041d\u0430 \u0416\u0438\u0432\u043e",loggedIn:"\u0412\u043b\u0435\u0437\u043b\u0438 \u0441\u0442\u0435 \u043a\u0430\u0442\u043e {{userName}}",off:"\u0417\u0430\u043f\u0438\u0441\u044a\u0442 \u0435 \u0441\u043f\u0440\u044f\u043d",offBy:"{{name}} \u0441\u043f\u0440\u044f \u0437\u0430\u043f\u0438\u0441\u0430",on:"\u0417\u0430\u043f\u0438\u0441",onBy:"{{name}} \u043f\u0443\u0441\u043d\u0430 \u0437\u0430\u043f\u0438\u0441",pending:"\u0421\u0442\u0430\u0440\u0442\u0438\u0440\u0430 \u0437\u0430\u043f\u0438\u0441 \u043d\u0430 \u0441\u0440\u0435\u0449\u0430\u0442\u0430...",rec:"\u0417\u0410\u041f\u0418\u0421",serviceDescription:"\u0417\u0430\u043f\u0438\u0441\u044a\u0442 \u0412\u0438 \u0449\u0435 \u0441\u0435 \u0437\u0430\u043f\u0438\u0448\u0435 \u043e\u0442 \u0441\u043f\u0435\u0446\u0438\u0430\u043b\u043d\u0430 \u0437\u0430\u043f\u0438\u0441\u0432\u0430\u0449\u0430 \u0443\u0441\u043b\u0443\u0433\u0430",serviceName:"\u0417\u0430\u043f\u0438\u0441\u0432\u0430\u0449\u0430 \u0443\u0441\u043b\u0443\u0433\u0430",signIn:"\u0412\u043b\u0438\u0437\u0430\u043d\u0435",signOut:"\u0418\u0437\u043b\u0438\u0437\u0430\u043d\u0435",title:"\u0417\u0430\u043f\u0438\u0441",unavailable:"\u0423\u043f\u0441! \u0412 \u043c\u043e\u043c\u0435\u043d\u0442\u0430 {{serviceName}} \u0435 \u043d\u0435\u0434\u043e\u0441\u0442\u044a\u043f\u043d\u0430. \u0412 \u043c\u043e\u043c\u0435\u043d\u0442\u0430 \u0441\u0435 \u043e\u043f\u0438\u0442\u0432\u0430\u043c\u0435 \u0434\u0430 \u0440\u0435\u0448\u0438\u043c \u043f\u0440\u043e\u0431\u043b\u0435\u043c\u0430. \u041c\u043e\u043b\u044f, \u043e\u043f\u0438\u0442\u0430\u0439\u0442\u0435 \u043e\u0442\u043d\u043e\u0432\u043e \u043c\u0430\u043b\u043a\u043e \u043f\u043e-\u043a\u044a\u0441\u043d\u043e.",unavailableTitle:"\u0417\u0430\u043f\u0438\u0441\u044a\u0442 \u0435 \u043d\u0435\u0432\u044a\u0437\u043c\u043e\u0436\u0435\u043d"},sectionList:{pullToRefresh:"\u0418\u0437\u0434\u044a\u0440\u043f\u0430\u0439, \u0437\u0430 \u0434\u0430 \u0441\u0435 \u043e\u0431\u043d\u043e\u0432\u0438"},security:{about:"\u041c\u043e\u0436\u0435 \u0434\u0430 \u0434\u043e\u0431\u0430\u0432\u0438\u0442\u0435 \u043f\u0430\u0440\u043e\u043b\u0430 \u043a\u044a\u043c \u0432\u0430\u0448\u0438\u0442\u0435 \u0441\u0440\u0435\u0449\u0438. \u0423\u0447\u0430\u0441\u0442\u043d\u0438\u0446\u0438\u0442\u0435 \u0449\u0435 \u0442\u0440\u044f\u0431\u0432\u0430 \u0434\u0430 \u0432\u044a\u0432\u0435\u0434\u0430\u0442 \u043f\u0430\u0440\u043e\u043b\u0430\u0442\u0430 \u043f\u0440\u0435\u0434\u0438 \u0434\u0430 \u0431\u044a\u0434\u0430\u0442 \u0434\u043e\u043f\u0443\u0441\u043d\u0430\u0442\u0438 \u0434\u043e \u0441\u0440\u0435\u0449\u0430\u0442\u0430.",aboutReadOnly:"\u041c\u043e\u0434\u0435\u0440\u0430\u0442\u043e\u0440\u0438\u0442\u0435 \u043c\u043e\u0433\u0430\u0442 \u0434\u0430 \u0434\u043e\u0431\u0430\u0432\u044f\u0442 \u043f\u0430\u0440\u043e\u043b\u0430 \u043a\u044a\u043c \u0441\u0440\u0435\u0449\u0430\u0442\u0430. \u0423\u0447\u0430\u0441\u0442\u043d\u0438\u0446\u0438\u0442\u0435 \u0449\u0435 \u0442\u0440\u044f\u0431\u0432\u0430 \u0434\u0430 \u0432\u044a\u0432\u0435\u0434\u0430\u0442 \u043f\u0430\u0440\u043e\u043b\u0430\u0442\u0430 \u043f\u0440\u0435\u0434\u0438 \u0434\u0430 \u0431\u044a\u0434\u0430\u0442 \u0434\u043e\u043f\u0443\u0441\u043d\u0430\u0442\u0438 \u0434\u043e \u0441\u0440\u0435\u0449\u0430\u0442\u0430.",insecureRoomNameWarning:"\u0412\u0430\u0448\u0430\u0442\u0430 \u0441\u0440\u0435\u0449\u0430 \u043d\u0435 \u0435 \u043e\u0431\u0435\u0437\u043e\u043f\u0430\u0441\u0435\u043d\u0430 \u0438 \u043d\u0435\u0436\u0435\u043b\u0430\u043d\u0438 \u0443\u0447\u0430\u0441\u0442\u043d\u0438\u0446\u0438 \u043c\u043e\u0433\u0430\u0442 \u0434\u0430 \u0441\u0435 \u0432\u043a\u043b\u044e\u0447\u0430\u0442. \u041c\u043e\u0436\u0435\u0442\u0435 \u0434\u0430 \u043f\u043e\u0434\u0441\u0438\u0433\u0443\u0440\u0438\u0442\u0435 \u0441\u0440\u0435\u0449\u0430\u0442\u0430 \u0441 \u043f\u043e\u043c\u043e\u0449\u0442\u0430 \u043d\u0430 \u0431\u0443\u0442\u043e\u043d\u0430 \u0441\u0438\u0433\u0443\u0440\u043d\u043e\u0441\u0442.",securityOptions:"\u0421\u0438\u0433\u0443\u0440\u043d\u043e\u0441\u0442"},settings:{calendar:{about:"\u041a\u0430\u043b\u0435\u043d\u0434\u0430\u0440\u043d\u0430\u0442\u0430 \u0438\u043d\u0442\u0435\u0433\u0440\u0430\u0446\u0438\u044f \u043d\u0430 {{appName}} \u0441\u0438\u0433\u0443\u0440\u043d\u043e \u0434\u043e\u0441\u0442\u044a\u043f\u0432\u0430 \u0412\u0430\u0448\u0438\u044f \u043a\u0430\u043b\u0435\u043d\u0434\u0430\u0440, \u0437\u0430 \u0434\u0430 \u043f\u043e\u043a\u0430\u0436\u0435 \u043d\u0430\u0441\u0442\u044a\u043f\u0432\u0430\u0449\u0438\u0442\u0435 \u0441\u044a\u0431\u0438\u0442\u0438\u044f.",disconnect:"\u0420\u0430\u0437\u043a\u0430\u0447\u0438",microsoftSignIn:"\u0412\u043b\u0435\u0437 \u0441 Microsoft \u0430\u043a\u0430\u0443\u043d\u0442",signedIn:"\u0412 \u043c\u043e\u043c\u0435\u043d\u0442\u0430 \u0434\u043e\u0441\u0442\u044a\u043f\u0432\u0430 \u043a\u0430\u043b\u0435\u043d\u0434\u0430\u0440\u0430 \u0441 {{email}}. \u041d\u0430\u0442\u0438\u0441\u043d\u0435\u0442\u0435 \u0431\u0443\u0442\u043e\u043d\u0430 \u0420\u0430\u0437\u043a\u0430\u0447\u0438, \u0437\u0430 \u0434\u0430 \u0441\u043f\u0440\u0435\u0442\u0435 \u0434\u043e\u0441\u0442\u044a\u043f\u0430.",title:"\u041a\u0430\u043b\u0435\u043d\u0434\u0430\u0440"},devices:"\u0423\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u0430",followMe:"\u0412\u0441\u0438\u0447\u043a\u0438 \u043c\u0435 \u0441\u043b\u0435\u0434\u0432\u0430\u0442",language:"\u0415\u0437\u0438\u043a",loggedIn:"\u0412\u043b\u0435\u0437\u043b\u0438 \u0441\u0442\u0435 \u043a\u0430\u0442\u043e {{name}}",microphones:"\u041c\u0438\u043a\u0440\u043e\u0444\u043e\u043d\u0438",moderator:"\u041c\u043e\u0434\u0435\u0440\u0430\u0442\u043e\u0440",more:"\u041f\u043e\u0432\u0435\u0447\u0435",name:"\u0418\u043c\u0435",noDevice:"\u041d\u044f\u043c\u0430",selectAudioOutput:"\u0417\u0432\u0443\u043a\u043e\u0432 \u0438\u0437\u0445\u043e\u0434",selectCamera:"\u041a\u0430\u043c\u0435\u0440\u0430",selectMic:"\u041c\u0438\u043a\u0440\u043e\u0444\u043e\u043d",speakers:"\u0413\u043e\u0432\u043e\u0440\u0438\u0442\u0435\u043b\u0438",startAudioMuted:"\u0412\u0441\u0438\u0447\u043a\u0438 \u0437\u0430\u043f\u043e\u0447\u0432\u0430\u0442 \u0437\u0430\u0433\u043b\u0443\u0448\u0435\u043d\u0438",startVideoMuted:"\u0412\u0441\u0438\u0447\u043a\u0438 \u0437\u0430\u043f\u043e\u0447\u0432\u0430\u0442 \u0441\u043a\u0440\u0438\u0442\u0438",title:"\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438"},settingsView:{advanced:"\u0420\u0430\u0437\u0448\u0438\u0440\u0435\u043d\u0438",alertOk:"\u041f\u043e\u0442\u0432\u044a\u0440\u0434\u0438",alertTitle:"\u0412\u043d\u0438\u043c\u0430\u043d\u0438\u0435",alertURLText:"\u0412\u044a\u0432\u0435\u0434\u0435\u043d\u0430\u0442\u0430 \u0432\u0440\u044a\u0437\u043a\u0430 \u0437\u0430 \u0441\u044a\u0440\u0432\u044a\u0440 \u0435 \u043d\u0435\u0432\u0430\u043b\u0438\u0434\u043d\u0430",buildInfoSection:"\u0418\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044f \u0437\u0430 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u0430\u0442\u0430",conferenceSection:"\u041a\u043e\u043d\u0444\u0435\u0440\u0435\u043d\u0446\u0438\u044f",disableCallIntegration:"\u0414\u0435\u0430\u043a\u0442\u0438\u0432\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 \u0438\u043d\u0442\u0435\u0433\u0440\u0430\u0446\u0438\u044f \u0441 \u043e\u0431\u0430\u0436\u0434\u0430\u043d\u0438\u044f\u0442\u0430",disableP2P:"\u0414\u0435\u0430\u043a\u0442\u0438\u0432\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 \u043e\u043f\u0446\u0438\u044f\u0442\u0430 \u0437\u0430 \u043f\u0440\u044f\u043a\u0430 \u0432\u0440\u044a\u0437\u043a\u0430 (p2p)",displayName:"\u0418\u043c\u0435",email:"\u041f\u043e\u0449\u0430",header:"\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438",profileSection:"\u041f\u0440\u043e\u0444\u0438\u043b",serverURL:"\u041b\u0438\u043d\u043a \u043d\u0430 \u0441\u044a\u0440\u0432\u044a\u0440\u0430",showAdvanced:"\u041f\u043e\u043a\u0430\u0437\u0432\u0430\u043d\u0435 \u043d\u0430 \u0440\u0430\u0437\u0448\u0438\u0440\u0435\u043d\u0438 \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438",startWithAudioMuted:"\u0417\u0430\u043f\u043e\u0447\u043d\u0438 \u0441\u044a\u0441 \u0441\u043f\u0440\u044f\u043d \u0437\u0432\u0443\u043a",startWithVideoMuted:"\u0417\u0430\u043f\u043e\u0447\u043d\u0438 \u0441\u044a\u0441 \u0441\u043f\u0440\u044f\u043d\u043e \u0432\u0438\u0434\u0435\u043e",version:"\u0412\u0435\u0440\u0441\u0438\u044f"},share:{dialInfoText:"\n\n=====\n\n\u0418\u0441\u043a\u0430\u0442\u0435 \u0434\u0430 \u043d\u0430\u0431\u0435\u0440\u0435\u0442\u0435 \u043e\u0442 \u0442\u0435\u043b\u0435\u0444\u043e\u043d\u0430?\n\n{{defaultDialInNumber}}\u0418\u0437\u043f\u043e\u043b\u0437\u0432\u0430\u0439\u0442\u0435 \u0442\u043e\u0437\u0438 \u043b\u0438\u043d\u043a \u0437\u0430 \u043f\u043e\u0432\u0435\u0447\u0435 \u043d\u043e\u043c\u0435\u0440\u0430\n{{dialInfoPageUrl}}",mainText:"\u0418\u0437\u043f\u043e\u043b\u0437\u0432\u0430\u0439\u0442\u0435 \u043b\u0438\u043d\u043a\u0430, \u0437\u0430 \u0434\u0430 \u0432\u043b\u0435\u0437\u0435\u0442\u0435 \u0432 \u0441\u0440\u0435\u0449\u0430\u0442\u0430:\n{{roomUrl}}"},speaker:"\u0413\u043e\u0432\u043e\u0440\u0435\u0449",speakerStats:{hours:"{{count}}\u0447",minutes:"{{count}}\u043c\u0438\u043d",name:"\u0418\u043c\u0435",search:"\u0422\u044a\u0440\u0441\u0435\u043d\u0435",seconds:"{{count}}\u0441\u0435\u043a",speakerStats:"\u0421\u0442\u0430\u0442\u0438\u0441\u0442\u0438\u043a\u0430 \u043d\u0430 \u0433\u043e\u0432\u043e\u0440\u0438\u0442\u0435\u043b\u044f",speakerTime:"\u0412\u0440\u0435\u043c\u0435 \u043d\u0430 \u0433\u043e\u0432\u043e\u0440\u0435\u043d\u0435"},startupoverlay:{genericTitle:"\u0421\u0440\u0435\u0449\u0430\u0442\u0430 \u0441\u0435 \u043d\u0443\u0436\u0434\u0430\u0435 \u043e\u0442 \u0434\u043e\u0441\u0442\u044a\u043f \u0434\u043e \u043c\u0438\u043a\u0440\u043e\u0444\u043e\u043d\u0430 \u0438 \u043a\u0430\u043c\u0435\u0440\u0430\u0442\u0430 \u0412\u0438.",policyText:" ",title:"\u201e{{app}}\u201c \u0441\u0435 \u043d\u0443\u0436\u0434\u0430\u0435 \u043e\u0442 \u0434\u043e\u0441\u0442\u044a\u043f \u0434\u043e \u043c\u0438\u043a\u0440\u043e\u0444\u043e\u043d\u0430 \u0438 \u043a\u0430\u043c\u0435\u0440\u0430\u0442\u0430 \u0412\u0438."},suspendedoverlay:{rejoinKeyTitle:"\u041f\u043e\u0432\u0442\u043e\u0440\u043d\u043e \u043f\u0440\u0438\u0441\u044a\u0435\u0434\u0438\u043d\u044f\u0432\u0430\u043d\u0435",text:"\u041d\u0430\u0442\u0438\u0441\u043d\u0435\u0442\u0435 \u0431\u0443\u0442\u043e\u043d\u0430 \u041f\u043e\u0432\u0442\u043e\u0440\u043d\u043e \u043f\u0440\u0438\u0441\u044a\u0435\u0434\u0438\u043d\u044f\u0432\u0430\u043d\u0435, \u0437\u0430 \u0434\u0430 \u0441\u0435 \u0441\u0432\u044a\u0440\u0436\u0435\u0442\u0435 \u043e\u0442\u043d\u043e\u0432\u043e.",title:"\u0412\u0430\u0448\u0438\u044f\u0442 \u0432\u0438\u0434\u0435\u043e \u0440\u0430\u0437\u0433\u043e\u0432\u043e\u0440 \u0431\u0435\u0448\u0435 \u043f\u0440\u0435\u043a\u044a\u0441\u043d\u0430\u0442, \u0442\u044a\u0439 \u043a\u0430\u0442\u043e \u043a\u043e\u043c\u043f\u044e\u0442\u044a\u0440\u044a\u0442 \u0412\u0438 \u0437\u0430\u0441\u043f\u0430."},toolbar:{Settings:"\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438",accessibilityLabel:{Settings:"\u041f\u0440\u043e\u043c\u044f\u043d\u0430 \u043d\u0430 \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438",audioOnly:"\u041f\u0443\u0441\u043a\u0430\u043d\u0435 \u043d\u0430 \u0440\u0435\u0436\u0438\u043c \u0441\u0430\u043c\u043e \u0441\u044a\u0441 \u0437\u0432\u0443\u043a",audioRoute:"\u0418\u0437\u0431\u0435\u0440\u0435\u0442\u0435 \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u043e \u0437\u0430 \u0437\u0432\u0443\u043a",callQuality:"\u041f\u0440\u043e\u043c\u044f\u043d\u0430 \u043a\u0430\u0447\u0435\u0441\u0442\u0432\u043e\u0442\u043e \u043d\u0430 \u0432\u0438\u0434\u0435\u043e\u0442\u043e",cc:"\u041f\u0443\u0441\u043a\u0430\u043d\u0435 \u043d\u0430 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u0438",chat:"\u0410\u043a\u0442\u0438\u0432\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 \u043f\u0440\u043e\u0437\u043e\u0440\u0435\u0446 \u0437\u0430 \u0441\u044a\u043e\u0431\u0449\u0435\u043d\u0438\u044f",document:"\u041f\u043e\u043a\u0430\u0437\u0432\u0430\u043d\u0435 \u043d\u0430 \u0441\u043f\u043e\u0434\u0435\u043b\u0435\u043d \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442",download:"\u0421\u0432\u0430\u043b\u0435\u0442\u0435 \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0435\u0442\u043e",feedback:"\u041e\u0442\u0437\u0438\u0432\u0438",fullScreen:"\u041f\u0443\u0441\u043a\u0430\u043d\u0435/\u0441\u043f\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 \u0438\u0437\u0433\u043b\u0435\u0434 \u0432 \u0446\u044f\u043b \u0435\u043a\u0440\u0430\u043d",hangup:"\u041d\u0430\u043f\u0443\u0441\u043a\u0430\u043d\u0435 \u043d\u0430 \u0441\u0440\u0435\u0449\u0430\u0442\u0430",help:"\u041f\u043e\u043c\u043e\u0449",invite:"\u041f\u043e\u043a\u0430\u043d\u0435\u0442\u0435 \u0443\u0447\u0430\u0441\u0442\u043d\u0438\u0446\u0438",kick:"\u0418\u0437\u0433\u043e\u043d\u0438 \u0443\u0447\u0430\u0441\u0442\u043d\u0438\u043a",localRecording:"\u041f\u043e\u043a\u0430\u0437\u0432\u0430\u043d\u0435 \u043d\u0430 \u043a\u043e\u043d\u0442\u0440\u043e\u043b\u0438 \u0437\u0430 \u043b\u043e\u043a\u0430\u043b\u0435\u043d \u0437\u0430\u043f\u0438\u0441",lockRoom:"\u0421\u043c\u044f\u043d\u0430 \u043f\u0430\u0440\u043e\u043b\u0430 \u043d\u0430 \u0441\u0440\u0435\u0449\u0430",moreActions:"\u041f\u043e\u043a\u0430\u0437\u0432\u0430\u043d\u0435 \u043d\u0430 \u043c\u0435\u043d\u044e \u0441 \u043f\u043e\u0432\u0435\u0447\u0435 \u043e\u043f\u0446\u0438\u0438",moreActionsMenu:"\u041c\u0435\u043d\u044e \u0441 \u043f\u043e\u0432\u0435\u0447\u0435 \u043e\u043f\u0446\u0438\u0438",moreOptions:"\u041f\u043e\u043a\u0430\u0436\u0438 \u043f\u043e\u0432\u0435\u0447\u0435 \u043e\u043f\u0446\u0438\u0438",mute:"\u041f\u0443\u0441\u043a\u0430\u043d\u0435/\u0441\u043f\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 \u0432\u0438\u0434\u0435\u043e\u0442\u043e",muteEveryone:"\u0417\u0430\u0433\u043b\u0443\u0448\u0438 \u0432\u0441\u0438\u0447\u043a\u0438",pip:"\u041f\u0443\u0441\u043a\u0430\u043d\u0435 \u043d\u0430 \u041a\u0430\u0440\u0442\u0438\u043d\u0430-\u0432-\u041a\u0430\u0440\u0442\u0438\u043d\u0430",privateMessage:"\u0418\u0437\u043f\u0440\u0430\u0442\u0438 \u043b\u0438\u0447\u043d\u043e \u0441\u044a\u043e\u0431\u0449\u0435\u043d\u0438\u0435",profile:"\u0420\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 \u043f\u0440\u043e\u0444\u0438\u043b\u0430",raiseHand:"\u0421\u043c\u044f\u043d\u0430 \u0438\u0441\u043a\u0430\u043d\u0435 \u043d\u0430 \u0434\u0443\u043c\u0430\u0442\u0430",recording:"\u041f\u0443\u0441\u043a\u0430\u043d\u0435/\u0441\u043f\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 \u0437\u0430\u043f\u0438\u0441",remoteMute:"\u0417\u0430\u0433\u043b\u0443\u0448\u0438 \u0443\u0447\u0430\u0441\u0442\u043d\u0438\u043a",shareRoom:"\u0414\u043e\u0431\u0430\u0432\u0435\u0442\u0435 \u043d\u044f\u043a\u043e\u0433\u043e",shareYourScreen:"\u0421\u043f\u043e\u0434\u0435\u043b\u044f\u043d\u0435 \u043d\u0430 \u0435\u043a\u0440\u0430\u043d\u0430",sharedvideo:"\u041f\u0443\u0441\u043a\u0430\u043d\u0435/\u0441\u043f\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 \u0441\u043f\u043e\u0434\u0435\u043b\u0435\u043d\u043e\u0442\u043e \u0432\u0438\u0434\u0435\u043e",shortcuts:"\u0411\u044a\u0440\u0437\u0438 \u043a\u043b\u0430\u0432\u0438\u0448\u0438",show:"\u041f\u043e\u043a\u0430\u0436\u0438 \u043d\u0430 \u0433\u043b\u0430\u0432\u043d\u0438\u044f \u0435\u043a\u0440\u0430\u043d",speakerStats:"\u041f\u043e\u043a\u0430\u0437\u0432\u0430\u043d\u0435 \u043d\u0430 \u0441\u0442\u0430\u0442\u0438\u0441\u0442\u0438\u043a\u0438 \u0437\u0430 \u0443\u0447\u0430\u0441\u0442\u043d\u0438\u0446\u0438\u0442\u0435",tileView:"\u041f\u0440\u0435\u0432\u043a\u043b\u044e\u0447\u0432\u0430\u043d\u0435 \u043d\u0430 \u0438\u0437\u0433\u043b\u0435\u0434 \u0433\u0430\u043b\u0435\u0440\u0438\u044f",toggleCamera:"\u041f\u0443\u0441\u043a\u0430\u043d\u0435/\u0441\u043f\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 \u043a\u0430\u043c\u0435\u0440\u0430",toggleFilmstrip:"\u041f\u0440\u0435\u0432\u043a\u043b\u044e\u0447\u0438 \u0432\u0438\u0434\u0435\u043e \u043c\u0438\u043d\u0438\u0430\u0442\u044e\u0440\u0438\u0442\u0435",videoblur:"\u041f\u0443\u0441\u043a\u0430\u043d\u0435/\u0441\u043f\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 \u0437\u0430\u043c\u044a\u0433\u043b\u044f\u0432\u0430\u043d\u0435 \u043d\u0430 \u0432\u0438\u0434\u0435\u043e\u0442\u043e",videomute:"\u041f\u0443\u0441\u043a\u0430\u043d\u0435/\u0441\u043f\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 \u0432\u0438\u0434\u0435\u043e\u0442\u043e"},addPeople:"\u0414\u043e\u0431\u0430\u0432\u044f\u043d\u0435 \u043d\u0430 \u0443\u0447\u0430\u0441\u0442\u043d\u0438\u0446\u0438 \u0432 \u0440\u0430\u0437\u0433\u043e\u0432\u043e\u0440\u0430",audioOnlyOff:"\u0421\u043f\u0438\u0440\u0430\u043d\u0435 \u0440\u0435\u0436\u0438\u043c\u0430 \u0441 \u043d\u0438\u0441\u044a\u043a \u0442\u0440\u0430\u0444\u0438\u043a",audioOnlyOn:"\u041f\u0443\u0441\u043a\u0430\u043d\u0435 \u0440\u0435\u0436\u0438\u043c\u0430 \u0441 \u043d\u0438\u0441\u044a\u043a \u0442\u0440\u0430\u0444\u0438\u043a",audioRoute:"\u0418\u0437\u0431\u0435\u0440\u0435\u0442\u0435 \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u043e \u0437\u0430 \u0437\u0432\u0443\u043a",authenticate:"\u0418\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0446\u0438\u044f",callQuality:"\u041f\u0440\u043e\u043c\u044f\u043d\u0430 \u043a\u0430\u0447\u0435\u0441\u0442\u0432\u043e\u0442\u043e \u043d\u0430 \u0432\u0438\u0434\u0435\u043e\u0442\u043e",chat:"\u041e\u0442\u0432\u0430\u0440\u044f\u043d\u0435/\u0437\u0430\u0442\u0432\u0430\u0440\u044f\u043d\u0435 \u043d\u0430 \u0442\u0435\u043a\u0441\u0442\u043e\u0432\u0438\u0442\u0435 \u0441\u044a\u043e\u0431\u0449\u0435\u043d\u0438\u044f",closeChat:"\u0417\u0430\u0442\u0432\u0430\u0440\u044f\u043d\u0435 \u043d\u0430 \u0441\u044a\u043e\u0431\u0449\u0435\u043d\u0438\u044f\u0442\u0430",documentClose:"\u0417\u0430\u0442\u0432\u0430\u0440\u044f\u043d\u0435 \u043d\u0430 \u0441\u043f\u043e\u0434\u0435\u043b\u0435\u043d\u0438\u044f \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442",documentOpen:"\u041e\u0442\u0432\u0430\u0440\u044f\u043d\u0435 \u043d\u0430 \u0441\u043f\u043e\u0434\u0435\u043b\u0435\u043d \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442",download:"\u0421\u0432\u0430\u043b\u0435\u0442\u0435 \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0435\u0442\u043e",enterFullScreen:"\u0412\u0438\u0436\u0442\u0435 \u043d\u0430 \u0446\u044f\u043b \u0435\u043a\u0440\u0430\u043d",enterTileView:"\u0412\u043b\u0438\u0437\u0430\u043d\u0435 \u0432 \u0438\u0437\u0433\u043b\u0435\u0434 \u0433\u0430\u043b\u0435\u0440\u0438\u044f",exitFullScreen:"\u0418\u0437\u0445\u043e\u0434 \u043e\u0442 \u0446\u044f\u043b \u0435\u043a\u0440\u0430\u043d",exitTileView:"\u0421\u043f\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 \u0438\u0437\u0433\u043b\u0435\u0434 \u0433\u0430\u043b\u0435\u0440\u0438\u044f",feedback:"\u041e\u0442\u0437\u0438\u0432\u0438",hangup:"\u041d\u0430\u043f\u0443\u0441\u043a\u0430\u043d\u0435",help:"\u041f\u043e\u043c\u043e\u0449",invite:"\u041f\u043e\u043a\u0430\u043d\u0435\u0442\u0435 \u0443\u0447\u0430\u0441\u0442\u043d\u0438\u0446\u0438",login:"\u0412\u043b\u0435\u0437",logout:"\u0418\u0437\u0445\u043e\u0434",lowerYourHand:"\u041c\u0430\u0445\u043d\u0438 \u0438\u0441\u043a\u0430\u043d\u0435\u0442\u043e \u043d\u0430 \u0434\u0443\u043c\u0430\u0442\u0430",moreActions:"\u041e\u0449\u0435 \u043e\u043f\u0446\u0438\u0438",moreOptions:"\u041f\u043e\u0432\u0435\u0447\u0435 \u043e\u043f\u0446\u0438\u0438",mute:"\u0421\u043f\u0438\u0440\u0430\u043d\u0435/\u043f\u0443\u0441\u043a\u0430\u043d\u0435 \u043d\u0430 \u043c\u0438\u043a\u0440\u043e\u0444\u043e\u043d\u0430",muteEveryone:"\u0417\u0430\u0433\u043b\u0443\u0448\u0438 \u0432\u0441\u0438\u0447\u043a\u0438",noAudioSignalDesc:"\u0410\u043a\u043e \u043d\u0435 \u0441\u0442\u0435 \u0441\u043f\u0440\u0435\u043b\u0438 \u0437\u0432\u0443\u043a\u0430 \u043d\u0430 \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u043e\u0442\u043e \u043e\u0442 \u0441\u0438\u0441\u0442\u0435\u043c\u043d\u0438\u0442\u0435 \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438, \u0441\u043c\u0435\u043d\u0435\u0442\u0435 \u0441 \u0434\u0440\u0443\u0433\u043e \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u043e.",noAudioSignalDescSuggestion:"\u0410\u043a\u043e \u043d\u0435 \u0441\u0442\u0435 \u0441\u043f\u0440\u0435\u043b\u0438 \u0437\u0432\u0443\u043a\u0430 \u043d\u0430 \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u043e\u0442\u043e \u043e\u0442 \u0441\u0438\u0441\u0442\u0435\u043c\u043d\u0438\u0442\u0435 \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438, \u0438\u0437\u043f\u043e\u043b\u0437\u0432\u0430\u0439\u0442\u0435 \u043d\u044f\u043a\u043e\u0435 \u043e\u0442 \u043f\u0440\u0435\u0434\u043b\u043e\u0436\u0435\u043d\u0438\u0442\u0435 \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u0430.",noAudioSignalDialInDesc:"\u041c\u043e\u0436\u0435 \u0434\u0430 \u0432\u043b\u0435\u0437\u043d\u0435\u0442\u0435 \u0447\u0440\u0435\u0437 \u043e\u0431\u0430\u0436\u0434\u0430\u043d\u0435 \u043d\u0430:",noAudioSignalDialInLinkDesc:"\u041d\u043e\u043c\u0435\u0440\u0430 \u0437\u0430 \u043e\u0431\u0430\u0436\u0434\u0430\u043d\u0435",noAudioSignalTitle:"\u041d\u044f\u043c\u0430 \u0441\u0438\u0433\u043d\u0430\u043b, \u0438\u0434\u0432\u0430\u0449 \u043e\u0442 \u043c\u0438\u043a\u0440\u043e\u0444\u043e\u043d\u0430!",noisyAudioInputDesc:"\u0418\u0437\u0433\u043b\u0435\u0436\u0434\u0430 \u0434\u043e\u0441\u0442\u0430 \u0448\u0443\u043c \u0438\u0434\u0432\u0430 \u043e\u0442 \u043c\u0438\u043a\u0440\u043e\u0444\u043e\u043d\u0430 \u0412\u0438, \u0437\u0430\u0433\u043b\u0443\u0448\u0435\u0442\u0435 \u0433\u043e \u0438\u043b\u0438 \u0441\u043c\u0435\u043d\u0435\u0442\u0435 \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u043e\u0442\u043e.",noisyAudioInputTitle:"\u0418\u0437\u0433\u043b\u0435\u0436\u0434\u0430 \u0435 \u0448\u0443\u043c\u043d\u043e \u043e\u043a\u043e\u043b\u043e \u0412\u0430\u0441!",openChat:"\u041e\u0442\u0432\u043e\u0440\u0438 \u0441\u044a\u043e\u0431\u0449\u0435\u043d\u0438\u044f\u0442\u0430",pip:"\u041f\u0443\u0441\u043d\u0438 \u041a\u0430\u0440\u0442\u0438\u043d\u0430-\u0432-\u041a\u0430\u0440\u0442\u0438\u043d\u0430",privateMessage:"\u0418\u0437\u043f\u0440\u0430\u0442\u0438 \u043b\u0438\u0447\u043d\u043e \u0441\u044a\u043e\u0431\u0449\u0435\u043d\u0438\u0435",profile:"\u0420\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 \u043f\u0440\u043e\u0444\u0438\u043b\u0430",raiseHand:"\u0412\u0434\u0438\u0433\u0430\u043d\u0435/\u0441\u0432\u0430\u043b\u044f\u043d\u0435 \u043d\u0430 \u0440\u044a\u043a\u0430",raiseYourHand:"\u041f\u043e\u0438\u0441\u043a\u0430\u0439 \u0434\u0443\u043c\u0430\u0442\u0430",shareRoom:"\u0414\u043e\u0431\u0430\u0432\u0435\u0442\u0435 \u043d\u044f\u043a\u043e\u0433\u043e",sharedvideo:"\u0421\u043f\u043e\u0434\u0435\u043b\u044f\u043d\u0435 \u043d\u0430 \u0432\u0438\u0434\u0435\u043e",shortcuts:"\u0412\u0438\u0436 \u0431\u044a\u0440\u0437\u0438\u0442\u0435 \u043a\u043b\u0430\u0432\u0438\u0448\u0438",speakerStats:"\u0421\u0442\u0430\u0442\u0438\u0441\u0442\u0438\u043a\u0430 \u0437\u0430 \u0433\u043e\u0432\u043e\u0440\u0438\u0442\u0435\u043b\u0438\u0442\u0435",startScreenSharing:"\u0417\u0430\u043f\u043e\u0447\u043d\u0438 \u0441\u043f\u043e\u0434\u0435\u043b\u044f\u043d\u0435 \u043d\u0430 \u0435\u043a\u0440\u0430\u043d\u0430",startSubtitles:"\u041f\u0443\u0441\u043a\u0430\u043d\u0435 \u043d\u0430 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u0438",startvideoblur:"\u0417\u0430\u043c\u044a\u0433\u043b\u0438 \u0444\u043e\u043d\u0430 \u043c\u0438",stopScreenSharing:"\u0421\u043f\u0438\u0440\u0430\u043d\u0435 \u0441\u043f\u043e\u0434\u0435\u043b\u044f\u043d\u0435 \u043d\u0430 \u0435\u043a\u0440\u0430\u043d\u0430",stopSharedVideo:"\u0421\u043f\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 \u0432\u0438\u0434\u0435\u043e",stopSubtitles:"\u0421\u043f\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u0438",stopvideoblur:"\u0421\u043f\u0438\u0440\u0430\u043d\u0435 \u0437\u0430\u043c\u044a\u0433\u043b\u044f\u0432\u0430\u043d\u0435\u0442\u043e \u043d\u0430 \u0444\u043e\u043d\u0430",talkWhileMutedPopup:"\u041e\u043f\u0438\u0442\u0432\u0430\u0442\u0435 \u0441\u0435 \u0434\u0430 \u0433\u043e\u0432\u043e\u0440\u0438\u0442\u0435? \u0412 \u043c\u043e\u043c\u0435\u043d\u0442\u0430 \u043c\u0438\u043a\u0440\u043e\u0444\u043e\u043d\u044a\u0442 \u0412\u0438 \u0435 \u0437\u0430\u0433\u043b\u0443\u0448\u0435\u043d.",tileViewToggle:"\u041f\u0440\u0435\u0432\u043a\u043b\u044e\u0447\u0432\u0430\u043d\u0435 \u043d\u0430 \u0438\u0437\u0433\u043b\u0435\u0434 \u0433\u0430\u043b\u0435\u0440\u0438\u044f",toggleCamera:"\u041f\u0443\u0441\u043a\u0430\u043d\u0435/\u0441\u043f\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 \u043a\u0430\u043c\u0435\u0440\u0430",videomute:"\u041f\u0443\u0441\u043a\u0430\u043d\u0435/\u0441\u043f\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 \u043a\u0430\u043c\u0435\u0440\u0430\u0442\u0430"},transcribing:{ccButtonTooltip:"\u041f\u0443\u0441\u043a\u0430\u043d\u0435/\u0441\u043f\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u0438",error:"\u0413\u0440\u0435\u0448\u043a\u0430 \u043f\u0440\u0438 \u043e\u043f\u0438\u0442 \u0437\u0430 \u0442\u0440\u0430\u043d\u0441\u043a\u0440\u0438\u0431\u0438\u0440\u0430\u043d\u0435. \u041c\u043e\u043b\u044f, \u043e\u043f\u0438\u0442\u0430\u0439\u0442\u0435 \u043e\u0442\u043d\u043e\u0432\u043e.",expandedLabel:"\u0422\u0440\u0430\u043d\u0441\u043a\u0440\u0438\u0431\u0438\u0440\u0430\u043d\u0435\u0442\u043e \u0435 \u043f\u0443\u0441\u043d\u0430\u0442\u043e",failedToStart:"\u0422\u0440\u0430\u043d\u0441\u043a\u0440\u0438\u0431\u0438\u0440\u0430\u043d\u0435\u0442\u043e \u043d\u0435 \u0443\u0441\u043f\u044f \u043f\u0440\u0438 \u043f\u0443\u0441\u043a\u0430\u043d\u0435",labelToolTip:"\u0422\u0430\u0437\u0438 \u0441\u0440\u0435\u0449\u0430 \u0441\u0435 \u0442\u0440\u0430\u043d\u0441\u043a\u0440\u0438\u0431\u0438\u0440\u0430",off:"\u0422\u0440\u0430\u043d\u0441\u043a\u0440\u0438\u0431\u0438\u0440\u0430\u043d\u0435\u0442\u043e \u0441\u043f\u0440\u044f",pending:"\u0421\u0442\u0430\u0440\u0442\u0438\u0440\u0430 \u0441\u0435 \u0442\u0440\u0430\u043d\u0441\u043a\u0440\u0438\u0431\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 \u0441\u0440\u0435\u0449\u0430\u0442\u0430...",start:"\u0417\u0430\u043f\u043e\u0447\u0432\u0430 \u043f\u043e\u043a\u0430\u0437\u0432\u0430\u043d\u0435 \u043d\u0430 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u0438",stop:"\u0421\u043f\u0438\u0440\u0430 \u043f\u043e\u043a\u0430\u0437\u0432\u0430\u043d\u0435 \u043d\u0430 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u0438",tr:"\u0421\u0423\u0411"},userMedia:{androidGrantPermissions:"\u0418\u0437\u0431\u0435\u0440\u0435\u0442\u0435 \u0420\u0430\u0437\u0440\u0435\u0448\u0430\u0432\u0430\u043d\u0435, \u043a\u043e\u0433\u0430\u0442\u043e \u0431\u0440\u0430\u0443\u0437\u044a\u0440\u044a\u0442 \u0412\u0438 \u043f\u043e\u043c\u043e\u043b\u0438 \u0437\u0430 \u0440\u0430\u0437\u0440\u0435\u0448\u0435\u043d\u0438\u0435.",chromeGrantPermissions:"\u0418\u0437\u0431\u0435\u0440\u0435\u0442\u0435 \u0420\u0430\u0437\u0440\u0435\u0448\u0430\u0432\u0430\u043d\u0435, \u043a\u043e\u0433\u0430\u0442\u043e \u0431\u0440\u0430\u0443\u0437\u044a\u0440\u044a\u0442 \u0412\u0438 \u043f\u043e\u043c\u043e\u043b\u0438 \u0437\u0430 \u0440\u0430\u0437\u0440\u0435\u0448\u0435\u043d\u0438\u0435.",edgeGrantPermissions:"\u0418\u0437\u0431\u0435\u0440\u0435\u0442\u0435 \u0414\u0430, \u043a\u043e\u0433\u0430\u0442\u043e \u0431\u0440\u0430\u0443\u0437\u044a\u0440\u044a\u0442 \u0412\u0438 \u043f\u043e\u043c\u043e\u043b\u0438 \u0437\u0430 \u0440\u0430\u0437\u0440\u0435\u0448\u0435\u043d\u0438\u0435.",electronGrantPermissions:"\u041c\u043e\u043b\u044f, \u0440\u0430\u0437\u0440\u0435\u0448\u0435\u0442\u0435 \u0438\u0437\u043f\u043e\u043b\u0437\u0432\u0430\u043d\u0435\u0442\u043e \u043d\u0430 \u043a\u0430\u043c\u0435\u0440\u0430\u0442\u0430 \u0438 \u043c\u0438\u043a\u0440\u043e\u0444\u043e\u043d\u0430",firefoxGrantPermissions:"\u0418\u0437\u0431\u0435\u0440\u0435\u0442\u0435 \u0421\u043f\u043e\u0434\u0435\u043b\u044f\u043d\u0435 \u043d\u0430 \u0438\u0437\u0431\u0440\u0430\u043d\u043e\u0442\u043e \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u043e, \u043a\u043e\u0433\u0430\u0442\u043e \u0431\u0440\u0430\u0443\u0437\u044a\u0440\u044a\u0442 \u0412\u0438 \u043f\u043e\u043c\u043e\u043b\u0438 \u0437\u0430 \u0440\u0430\u0437\u0440\u0435\u0448\u0435\u043d\u0438\u0435.",iexplorerGrantPermissions:"\u0418\u0437\u0431\u0435\u0440\u0435\u0442\u0435 \u0414\u043e\u0431\u0440\u0435, \u043a\u043e\u0433\u0430\u0442\u043e \u0431\u0440\u0430\u0443\u0437\u044a\u0440\u044a\u0442 \u0412\u0438 \u043f\u043e\u043c\u043e\u043b\u0438 \u0437\u0430 \u0440\u0430\u0437\u0440\u0435\u0448\u0435\u043d\u0438\u0435.",nwjsGrantPermissions:"\u041c\u043e\u043b\u044f, \u0440\u0430\u0437\u0440\u0435\u0448\u0435\u0442\u0435 \u0438\u0437\u043f\u043e\u043b\u0437\u0432\u0430\u043d\u0435\u0442\u043e \u043d\u0430 \u043a\u0430\u043c\u0435\u0440\u0430\u0442\u0430 \u0438 \u043c\u0438\u043a\u0440\u043e\u0444\u043e\u043d\u0430",operaGrantPermissions:"\u0418\u0437\u0431\u0435\u0440\u0435\u0442\u0435 \u0420\u0430\u0437\u0440\u0435\u0448\u0430\u0432\u0430\u043d\u0435, \u043a\u043e\u0433\u0430\u0442\u043e \u0431\u0440\u0430\u0443\u0437\u044a\u0440\u044a\u0442 \u0412\u0438 \u043f\u043e\u043c\u043e\u043b\u0438 \u0437\u0430 \u0440\u0430\u0437\u0440\u0435\u0448\u0435\u043d\u0438\u0435.","react-nativeGrantPermissions":"\u0418\u0437\u0431\u0435\u0440\u0435\u0442\u0435 \u0420\u0430\u0437\u0440\u0435\u0448\u0430\u0432\u0430\u043d\u0435, \u043a\u043e\u0433\u0430\u0442\u043e \u0431\u0440\u0430\u0443\u0437\u044a\u0440\u044a\u0442 \u0412\u0438 \u043f\u043e\u043c\u043e\u043b\u0438 \u0437\u0430 \u0440\u0430\u0437\u0440\u0435\u0448\u0435\u043d\u0438\u0435.",safariGrantPermissions:"\u0418\u0437\u0431\u0435\u0440\u0435\u0442\u0435 \u0414\u043e\u0431\u0440\u0435, \u043a\u043e\u0433\u0430\u0442\u043e \u0431\u0440\u0430\u0443\u0437\u044a\u0440\u044a\u0442 \u0412\u0438 \u043f\u043e\u043c\u043e\u043b\u0438 \u0437\u0430 \u0440\u0430\u0437\u0440\u0435\u0448\u0435\u043d\u0438\u0435."},videoSIPGW:{busy:"\u0420\u0430\u0431\u043e\u0442\u0438\u043c \u043f\u043e \u043e\u0441\u0432\u043e\u0431\u043e\u0436\u0434\u0430\u0432\u0430\u043d\u0435 \u043d\u0430 \u0440\u0435\u0441\u0443\u0440\u0441\u0438. \u041c\u043e\u043b\u044f, \u043e\u043f\u0438\u0442\u0430\u0439\u0442\u0435 \u0441\u043b\u0435\u0434 \u043d\u044f\u043a\u043e\u043b\u043a\u043e \u043c\u0438\u043d\u0443\u0442\u0438.",busyTitle:"\u0423\u0441\u043b\u0443\u0433\u0430\u0442\u0430 \u0437\u0430 \u0441\u0442\u0430\u0438 \u0432 \u043c\u043e\u043c\u0435\u043d\u0442\u0430 \u0435 \u0437\u0430\u0435\u0442\u0430",errorAlreadyInvited:"{{displayName}} \u0432\u0435\u0447\u0435 \u0435 \u043f\u043e\u043a\u0430\u043d\u0435\u043d",errorInvite:"\u041a\u043e\u043d\u0444\u0435\u0440\u0435\u043d\u0446\u0438\u044f\u0442\u0430 \u043d\u0435 \u0435 \u0441\u0442\u0430\u0440\u0442\u0438\u0440\u0430\u043d\u0430. \u041c\u043e\u043b\u044f, \u043e\u043f\u0438\u0442\u0430\u0439\u0442\u0435 \u043f\u043e-\u043a\u044a\u0441\u043d\u043e.",errorInviteFailed:"\u0420\u0430\u0431\u043e\u0442\u0438\u043c \u043f\u043e \u0440\u0430\u0437\u0440\u0435\u0448\u0430\u0432\u0430\u043d\u0435\u0442\u043e \u043d\u0430 \u043f\u0440\u043e\u0431\u043b\u0435\u043c. \u041c\u043e\u043b\u044f, \u043e\u043f\u0438\u0442\u0430\u0439\u0442\u0435 \u043f\u043e-\u043a\u044a\u0441\u043d\u043e.",errorInviteFailedTitle:"\u0414\u043e\u0431\u0430\u0432\u044f\u043d\u0435\u0442\u043e \u043d\u0430 {{displayName}} \u043d\u0435 \u0443\u0441\u043f\u044f",errorInviteTitle:"\u0413\u0440\u0435\u0448\u043a\u0430 \u043f\u0440\u0438 \u0434\u043e\u0431\u0430\u0432\u044f\u043d\u0435 \u043d\u0430 \u0441\u0442\u0430\u044f",pending:"{{displayName}} \u0431\u0435 \u043f\u043e\u043a\u0430\u043d\u0435\u043d"},videoStatus:{audioOnly:"\u0410\u0423\u0414\u0418\u041e",audioOnlyExpanded:"\u0412\u0438\u0435 \u0441\u0442\u0435 \u0432 \u0440\u0435\u0436\u0438\u043c \u043d\u0430 \u043d\u0438\u0441\u044a\u043a \u0442\u0440\u0430\u0444\u0438\u043a. \u0412 \u0442\u043e\u0437\u0438 \u0440\u0435\u0436\u0438\u043c \u0449\u0435 \u043f\u043e\u043b\u0443\u0447\u0430\u0432\u0430\u0442\u0435 \u0441\u0430\u043c\u043e \u0430\u0443\u0434\u0438\u043e \u0438\u043b\u0438 \u0441\u043f\u043e\u0434\u0435\u043b\u0435\u043d\u0438 \u0435\u043a\u0440\u0430\u043d\u0438.",callQuality:"\u041a\u0430\u0447\u0435\u0441\u0442\u0432\u043e \u043d\u0430 \u0432\u0438\u0434\u0435\u043e\u0442\u043e",hd:"HD",hdTooltip:"\u0413\u043b\u0435\u0434\u0430\u0442\u0435 \u0432\u0438\u0441\u043e\u043a\u043e \u043a\u0430\u0447\u0435\u0441\u0442\u0432\u043e \u043d\u0430 \u0432\u0438\u0434\u0435\u043e\u0442\u043e",highDefinition:"\u0412\u0438\u0441\u043e\u043a\u043e \u043a\u0430\u0447\u0435\u0441\u0442\u0432\u043e",labelTooiltipNoVideo:"\u041d\u044f\u043c\u0430 \u0432\u0438\u0434\u0435\u043e",labelTooltipAudioOnly:"\u041f\u0443\u0441\u043d\u0430\u0442 \u0440\u0435\u0436\u0438\u043c \u043d\u0430 \u043d\u0438\u0441\u044a\u043a \u0442\u0440\u0430\u0444\u0438\u043a",ld:"LD",ldTooltip:"\u0412\u0438\u0436\u0434\u0430\u0442\u0435 \u043d\u0438\u0441\u043a\u043e \u043a\u0430\u0447\u0435\u0441\u0442\u0432\u043e \u043d\u0430 \u0432\u0438\u0434\u0435\u043e\u0442\u043e",lowDefinition:"\u041d\u0438\u0441\u043a\u043e \u043a\u0430\u0447\u0435\u0441\u0442\u0432\u043e",onlyAudioAvailable:"\u0421\u0430\u043c\u043e \u0430\u0443\u0434\u0438\u043e \u0435 \u043d\u0430\u043b\u0438\u0447\u043d\u043e",onlyAudioSupported:"\u0422\u043e\u0437\u0438 \u0431\u0440\u0430\u0443\u0437\u044a\u0440 \u043f\u043e\u0434\u0434\u044a\u0440\u0436\u0430 \u0441\u0430\u043c\u043e \u0430\u0443\u0434\u0438\u043e.",sd:"SD",sdTooltip:"\u0413\u043b\u0435\u0434\u0430\u0442\u0435 \u0441\u0442\u0430\u043d\u0434\u0430\u0440\u0442\u043d\u043e \u043a\u0430\u0447\u0435\u0441\u0442\u0432\u043e \u043d\u0430 \u0432\u0438\u0434\u0435\u043e\u0442\u043e",standardDefinition:"\u0421\u0442\u0430\u043d\u0434\u0430\u0440\u0442\u043d\u043e \u043a\u0430\u0447\u0435\u0441\u0442\u0432\u043e"},videothumbnail:{domute:"\u0418\u0437\u043a\u043b\u044e\u0447\u0438 \u043c\u0438\u043a\u0440\u043e\u0444\u043e\u043d\u0430",domuteOthers:"\u0417\u0430\u0433\u043b\u0443\u0448\u0435\u0442\u0435 \u0432\u0441\u0438\u0447\u043a\u0438 \u043e\u0441\u0442\u0430\u043d\u0430\u043b\u0438",flip:"\u041e\u0433\u043b\u0435\u0434\u0430\u043b\u043d\u043e",kick:"\u0418\u0437\u0433\u043e\u043d\u0438",moderator:"\u041c\u043e\u0434\u0435\u0440\u0430\u0442\u043e\u0440",mute:"\u0423\u0447\u0430\u0441\u0442\u043d\u0438\u043a\u044a\u0442 \u0435 \u0441 \u0438\u0437\u043a\u043b\u044e\u0447\u0435\u043d \u043c\u0438\u043a\u0440\u043e\u0444\u043e\u043d",muted:"\u0418\u0437\u043a\u043b\u044e\u0447\u0435\u043d \u043c\u0438\u043a\u0440\u043e\u0444\u043e\u043d",remoteControl:"\u041e\u0442\u0434\u0430\u043b\u0435\u0447\u0435\u043d\u043e \u0443\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u0435",show:"\u041f\u043e\u043a\u0430\u0436\u0438 \u043d\u0430 \u0433\u043b\u0430\u0432\u043d\u0438\u044f \u0435\u043a\u0440\u0430\u043d",videomute:"\u0423\u0447\u0430\u0441\u0442\u043d\u0438\u043a\u044a\u0442 \u0435 \u0441\u043f\u0440\u044f\u043b \u043a\u0430\u043c\u0435\u0440\u0430\u0442\u0430 \u0441\u0438"},welcomepage:{accessibilityLabel:{join:"\u041d\u0430\u0442\u0438\u0441\u043d\u0435\u0442\u0435, \u0437\u0430 \u0434\u0430 \u0432\u043b\u0435\u0437\u0435\u0442\u0435",roomname:"\u0412\u044a\u0432\u0435\u0434\u0435\u0442\u0435 \u0438\u043c\u0435 \u043d\u0430 \u0441\u0442\u0430\u044f\u0442\u0430"},appDescription:"\u0425\u0430\u0439\u0434\u0435 \u043d\u0430 \u0432\u0438\u0434\u0435\u043e \u0440\u0430\u0437\u0433\u043e\u0432\u043e\u0440 \u0441 \u0446\u0435\u043b\u0438\u044f \u0435\u043a\u0438\u043f! \u0412\u0441\u044a\u0449\u043d\u043e\u0441\u0442, \u043f\u043e\u043a\u0430\u043d\u0435\u0442\u0435 \u0432\u0441\u0438\u0447\u043a\u0438 \u0441\u0432\u043e\u0438 \u043f\u043e\u0437\u043d\u0430\u0442\u0438! {{app}} \u0435 \u043d\u0430\u043f\u044a\u043b\u043d\u043e \u0437\u0430\u0449\u0438\u0442\u0435\u043d\u043e \u0440\u0435\u0448\u0435\u043d\u0438\u0435 \u0437\u0430 \u0432\u0438\u0434\u0435\u043e\u043a\u043e\u043d\u0444\u0435\u0440\u0435\u043d\u0446\u0438\u0438 \u0441\u044a\u0441 100% \u043e\u0442\u0432\u043e\u0440\u0435\u043d \u043a\u043e\u0434, \u043a\u043e\u0435\u0442\u043e \u043c\u043e\u0436\u0435 \u0434\u0430 \u043f\u043e\u043b\u0437\u0432\u0430\u0442\u0435 \u043f\u043e \u0446\u044f\u043b \u0434\u0435\u043d, \u0432\u0441\u0435\u043a\u0438 \u0434\u0435\u043d, \u0431\u0435\u0437\u043f\u043b\u0430\u0442\u043d\u043e - \u0431\u0435\u0437 \u0434\u0430 \u0432\u0438 \u0435 \u043d\u0443\u0436\u043d\u0430 \u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0430\u0446\u0438\u044f.",audioVideoSwitch:{audio:"\u0413\u043b\u0430\u0441",video:"\u0412\u0438\u0434\u0435\u043e"},calendar:"\u041a\u0430\u043b\u0435\u043d\u0434\u0430\u0440",connectCalendarButton:"\u0421\u0432\u044a\u0440\u0436\u0435\u0442\u0435 \u0441\u0432\u043e\u044f \u043a\u0430\u043b\u0435\u043d\u0434\u0430\u0440",connectCalendarText:"\u0421\u0432\u044a\u0440\u0436\u0435\u0442\u0435 \u0441\u0432\u043e\u044f \u043a\u0430\u043b\u0435\u043d\u0434\u0430\u0440, \u0437\u0430 \u0434\u0430 \u0432\u0438\u0434\u0438\u0442\u0435 \u0441\u0440\u0435\u0449\u0438\u0442\u0435 \u0441\u0438 \u0432 {{app}}. \u0414\u043e\u0431\u0430\u0432\u044f\u0439\u043a\u0438 {{provider}} \u0441\u0440\u0435\u0449\u0438\u0442\u0435 \u0432 \u043a\u0430\u043b\u0435\u043d\u0434\u0430\u0440\u0430 \u0441\u0438, \u0449\u0435 \u043c\u043e\u0436\u0435\u0442\u0435 \u0434\u0430 \u0433\u0438 \u0441\u0442\u0430\u0440\u0438\u0440\u0430\u0442\u0435 \u0441 \u0435\u0434\u043d\u043e \u0434\u043e\u043a\u043e\u0441\u0432\u0430\u043d\u0435.",enterRoomTitle:"\u0417\u0430\u043f\u043e\u0447\u043d\u0438 \u043d\u043e\u0432\u0430 \u0441\u0440\u0435\u0449\u0430",getHelp:"\u0422\u044a\u0440\u0441\u0435\u043d\u0435 \u043d\u0430 \u043f\u043e\u043c\u043e\u0449",go:"\u041d\u0410\u041f\u0420\u0415\u0414",goSmall:"\u041d\u0410\u041f\u0420\u0415\u0414",info:"\u0418\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044f",join:"\u0421\u044a\u0437\u0434\u0430\u0439 / \u0412\u043b\u0435\u0437",privacy:"\u041f\u043e\u0432\u0435\u0440\u0438\u0442\u0435\u043b\u043d\u043e\u0441\u0442",recentList:"\u0421\u043a\u043e\u0440\u043e\u0448\u043d\u0438 \u0441\u0440\u0435\u0449\u0438",recentListDelete:"\u0418\u0437\u0442\u0440\u0438\u0439",recentListEmpty:"\u0421\u043f\u0438\u0441\u044a\u043a\u044a\u0442 \u0441\u044a\u0441 \u0441\u043a\u043e\u0440\u043e\u0448\u043d\u0438 \u0441\u0440\u0435\u0449\u0438 \u0435 \u043f\u0440\u0430\u0437\u0435\u043d. \u0421\u043b\u0435\u0434 \u043a\u0430\u0442\u043e \u0443\u0447\u0430\u0441\u0442\u0432\u0430\u0442\u0435 \u0432 \u043d\u044f\u043a\u043e\u044f \u0441\u0440\u0435\u0449\u0430, \u0449\u0435 \u044f \u043d\u0430\u043c\u0435\u0440\u0438\u0442\u0435 \u0442\u0443\u043a.",reducedUIText:"\u0414\u043e\u0431\u0440\u0435 \u0434\u043e\u0448\u043b\u0438 \u0432 {{app}}!",roomNameAllowedChars:"\u0418\u043c\u0435\u0442\u043e \u043d\u0430 \u0441\u0440\u0435\u0449\u0430\u0442\u0430 \u043d\u0435 \u0442\u0440\u044f\u0431\u0432\u0430 \u0434\u0430 \u0441\u044a\u0434\u044a\u0440\u0436\u0430 \u043d\u0438\u043a\u043e\u0439 \u043e\u0442 \u0441\u0438\u043c\u0432\u043e\u043b\u0438\u0442\u0435: ?, &, :, ', \", %, #.",roomname:"\u0412\u044a\u0432\u0435\u0434\u0435\u0442\u0435 \u0438\u043c\u0435 \u043d\u0430 \u0441\u0442\u0430\u044f\u0442\u0430",roomnameHint:"\u0412\u044a\u0432\u0435\u0434\u0435\u0442\u0435 \u0438\u043c\u0435\u0442\u043e \u0438\u043b\u0438 \u0432\u0440\u044a\u0437\u043a\u0430\u0442\u0430 \u043d\u0430 \u0441\u0442\u0430\u044f\u0442\u0430, \u0432 \u043a\u043e\u044f\u0442\u043e \u0438\u0441\u043a\u0430\u0442\u0435 \u0434\u0430 \u0432\u043b\u0435\u0437\u0435\u0442\u0435. \u0421\u044a\u0449\u043e \u0442\u0430\u043a\u0430 \u043c\u043e\u0436\u0435 \u0434\u0430 \u0441\u0438 \u0438\u0437\u043c\u0438\u0441\u043b\u0438\u0442\u0435 \u0438\u043c\u0435. \u0421\u0430\u043c\u043e \u0433\u043e \u0441\u043f\u043e\u0434\u0435\u043b\u0435\u0442\u0435 \u0441 \u043d\u044f\u043a\u043e\u0433\u043e, \u0437\u0430 \u0434\u0430 \u043c\u043e\u0436\u0435 \u0438 \u0442\u043e\u0439 \u0434\u0430 \u0432\u044a\u0432\u0435\u0434\u0435 \u0441\u044a\u0449\u043e\u0442\u043e \u0438\u043c\u0435 \u0438 \u0434\u0430 \u0441\u0435 \u0441\u0440\u0435\u0449\u043d\u0435\u0442\u0435.",sendFeedback:"\u0418\u0437\u043f\u0440\u0430\u0449\u0430\u043d\u0435 \u043d\u0430 \u043e\u0442\u0437\u0438\u0432\u0438",terms:"\u0423\u0441\u043b\u043e\u0432\u0438\u044f",title:"\u0421\u0438\u0433\u0443\u0440\u043d\u0430, \u0441 \u043c\u043d\u043e\u0433\u043e \u0432\u044a\u0437\u043c\u043e\u0436\u043d\u043e\u0441\u0442\u0438, \u0438 \u043d\u0430\u043f\u044a\u043b\u043d\u043e \u0431\u0435\u0437\u043f\u043b\u0430\u0442\u043d\u0430 \u043f\u043b\u0430\u0442\u0444\u043e\u0440\u043c\u0430 \u0437\u0430 \u0432\u0438\u0434\u0435\u043e \u043a\u043e\u043d\u0444\u0435\u0440\u0435\u043d\u0446\u0438\u0438"}}},824,[]); -__d(function(e,a,i,r,t,n,o){t.exports={addPeople:{add:"Convida",addContacts:"Convideu els contactes",contacts:"contactes",copyInvite:"Copia la invitaci\xf3 a la reuni\xf3",copyLink:"Copia l'enlla\xe7 de la reuni\xf3",copyStream:"Copia l'enlla\xe7 a la transmissi\xf3 en directe",countryNotSupported:"Encara no \xe9s possible usar aquesta destinaci\xf3.",countryReminder:"Truqueu des de fora dels EUA? Assegureu-vos que comenceu amb el codi de pa\xeds!",defaultEmail:"La vostra adre\xe7a de correu electr\xf2nic predeterminada",disabled:"No podeu convidar-hi persones.",failedToAdd:"No s'han pogut afegir-hi participants",googleEmail:"Correu de Google",inviteMoreHeader:"Sou l'\xfanica persona en la reuni\xf3",inviteMoreMailSubject:"Entra a la reuni\xf3 {{appName}}",inviteMorePrompt:"Convida a m\xe9s persones",linkCopied:"L'enlla\xe7 s'ha copiat al porta-retalls",noResults:"No s'ha trobat cap resultat coincident",outlookEmail:"Correu d'Outlook",phoneNumbers:"n\xfameros de tel\xe8fon",searching:"S'est\xe0 cercant...",shareInvite:"Comparteix la invitaci\xf3 a la reuni\xf3",shareLink:"Compartiu l'enlla\xe7 de la reuni\xf3 per a convidar altres persones",shareStream:"Comparteix l'enlla\xe7 de la transmissi\xf3 en directe",sipAddresses:"adreces sip",telephone:"Tel\xe8fon: {{number}}",title:"Convida persones a aquesta reuni\xf3",yahooEmail:"Correu de Yahoo"},audioDevices:{bluetooth:"Bluetooth",car:"\xc0udio del cotxe",headphones:"Auriculars",none:"No hi ha disponible cap aparell d'\xe0udio",phone:"Tel\xe8fon",speaker:"Altaveu"},audioOnly:{audioOnly:"Poca amplada de banda"},breakoutRooms:{actions:{add:"Afegeix una sala de descans",autoAssign:"Assigna autom\xe0ticament a les sala de descans",close:"Tanca",join:"Entra",leaveBreakoutRoom:"Surt de la sala de descans",more:"M\xe9s",remove:"Elimina",sendToBreakoutRoom:"Envia el participant a:"},defaultName:"Sala de descans #{{index}}",mainRoom:"Sala principal",notifications:{joined:"Entra a la sala de descans \xab{{name}}\xbb",joinedMainRoom:"Entra a la sala principal",joinedTitle:"Sales de descans"}},calendarSync:{addMeetingURL:"Afegeix un enlla\xe7 de reuni\xf3",confirmAddLink:"Voleu afegir un enlla\xe7 al Jitsi en aquest esdeveniment?",error:{appConfiguration:"La integraci\xf3 de l'agenda no est\xe0 configurada correctament.",generic:"S'ha produ\xeft un error. Comproveu la configuraci\xf3 de l'agenda o intenteu d'actualitzar-la.",notSignedIn:"S'ha produ\xeft un error en l'autenticaci\xf3 per a visualitzar els esdeveniments de l'agenda. Reviseu la configuraci\xf3 de l'agenda i intenteu iniciar la sessi\xf3 m\xe9s endavant."},join:"Entra",joinTooltip:"Entra a la reuni\xf3",nextMeeting:"reuni\xf3 seg\xfcent",noEvents:"No hi ha cap esdeveniment previst a l'agenda.",ongoingMeeting:"reuni\xf3 en curs",permissionButton:"Obre la configuraci\xf3",permissionMessage:"Es requereix el perm\xeds d'agenda per a veure les reunions en l'aplicaci\xf3.",refresh:"Actualitza l'agenda",today:"Avui"},carmode:{actions:{selectSoundDevice:"Seleccioneu l'aparell d'\xe0udio"},labels:{buttonLabel:"Mode cotxe",title:"Mode cotxe",videoStopped:"El v\xeddeo est\xe0 aturat"}},chat:{enter:"Entra a la sala",error:"Error: no s'ha enviat el missatge. Ra\xf3: {{error}}",fieldPlaceHolder:"Escriviu aqu\xed el missatge",lobbyChatMessageTo:"Envia un missatge en la sala d'espera a {{recipient}}",message:"Missatge",messageAccessibleTitle:"{{user}} diu:",messageAccessibleTitleMe:"jo dic:",messageTo:"Missatge privat per a {{recipient}}",messagebox:"Escriviu un missatge",newMessages:"Missatges nous",nickname:{popover:"Trieu un sobrenom",title:"Introdu\xefu un sobrenom per a usar el xat",titleWithPolls:"Introdu\xefu un \xe0lies per a usar al xat i les enquestes"},noMessagesMessage:"Encara no hi ha cap missatge en aquesta reuni\xf3. Comenceu una conversa aqu\xed!",privateNotice:"Missatge privat per a {{recipient}}",sendButton:"Envia",smileysPanel:"Tauler d'emojis",tabs:{chat:"Xat",polls:"Enquestes"},title:"Xat",titleWithPolls:"Xat i enquestes",you:"v\xf3s"},chromeExtensionBanner:{buttonText:"Instal\xb7la l'extensi\xf3 de Chrome",buttonTextEdge:"Instal\xb7la l'extensi\xf3 d'Edge",close:"Tanca",dontShowAgain:"No m'ho mostris m\xe9s",installExtensionText:"Instal\xb7la l'extensi\xf3 per a la integraci\xf3 amb Google Calendar i Office 365"},connectingOverlay:{joiningRoom:"S'est\xe0 connectat a la reuni\xf3..."},connection:{ATTACHED:"Adjunt",AUTHENTICATING:"S'est\xe0 autenticant",AUTHFAIL:"L'autenticaci\xf3 ha fallat",CONNECTED:"Connectat",CONNECTING:"S'est\xe0 connectant",CONNFAIL:"La connexi\xf3 ha fallat",DISCONNECTED:"Desconnectat",DISCONNECTING:"S'est\xe0 desconnectant",ERROR:"Error",FETCH_SESSION_ID:"S'est\xe0 obtenint un identificador de sessi\xf3...",GET_SESSION_ID_ERROR:"S'ha produ\xeft un error en obtenir l'identificador de la sessi\xf3: {{code}}",GOT_SESSION_ID:"Obtenci\xf3 d'identificador de sessi\xf3.... Fet",LOW_BANDWIDTH:"S'ha apagat el v\xeddeo de {{displayName}} per a estalviar amplada de banda"},connectionindicator:{address:"Adre\xe7a:",audio_ssrc:"\xc0udio SSRC:",bandwidth:"Amplada de banda estimada:",bitrate:"Taxa de bits:",bridgeCount:"Nombre de servidors: ",codecs:"C\xf2decs (A/V):",connectedTo:"Connectat a:",framerate:"Taxa de fotogrames:",less:"Menys informaci\xf3",localaddress:"Adre\xe7a local:",localaddress_plural:"Adreces locals:",localport:"Port local:",localport_plural:"Ports locals:",maxEnabledResolution:"m\xe0x. enviament",more:"M\xe9s informaci\xf3",packetloss:"P\xe8rdua de paquets:",participant_id:"Id del participant:",quality:{good:"Bona",inactive:"Inactiva",lost:"Perduda",nonoptimal:"No \xf2ptima",poor:"Pobra"},remoteaddress:"Adre\xe7a remota:",remoteaddress_plural:"Adreces remotes:",remoteport:"Port remot:",remoteport_plural:"Ports remots:",resolution:"Resoluci\xf3:",savelogs:"Desa els registre",status:"Connexi\xf3:",transport:"Transport:",transport_plural:"Transports:",video_ssrc:"V\xeddeo SSRC:"},dateUtils:{earlier:"Abans",today:"Avui",yesterday:"Ahir"},deepLinking:{appNotInstalled:"Cal l'app {{app}} per a entrar a aquesta reuni\xf3 des del tel\xe8fon.",description:"No ha passat res? Hem intentat iniciar la reuni\xf3 en l'aplicaci\xf3 d'escriptori {{app}}. Torna a intentar-ho en l'aplicaci\xf3 web {{app}}.",descriptionWithoutWeb:"No ha passat res? Hem intentat iniciar la reuni\xf3 en l'aplicaci\xf3 d'escriptori {{app}}.",downloadApp:"Baixa l'aplicaci\xf3",ifDoNotHaveApp:"Si encara no teniu l'aplicaci\xf3:",ifHaveApp:"Si ja teniu l'aplicaci\xf3:",joinInApp:"Uniu-vos a aquesta reuni\xf3 amb l'aplicaci\xf3",launchWebButton:"Inicia al web",title:"S'est\xe0 iniciant la reuni\xf3 en {{app}}....",tryAgainButton:"Torna-ho a intentar en l'escriptori",unsupportedBrowser:"Sembla que useu un navegador que no suportem."},defaultLink:"p. ex. {{url}}",defaultNickname:"p. ex. Pere Cullera",deviceError:{cameraError:"No s'ha pogut accedir a la c\xe0mera",cameraPermission:"S'ha produ\xeft un error en obtenir el perm\xeds de la c\xe0mera",microphoneError:"No s'ha pogut accedir al micr\xf2fon",microphonePermission:"S'ha produ\xeft un error en obtenir el perm\xeds del micr\xf2fon"},deviceSelection:{noPermission:"No s'ha concedit el perm\xeds",previewUnavailable:"La previsualitzaci\xf3 no \xe9s disponible",selectADevice:"Seleccioneu un aparell",testAudio:"Reprodueix un so de prova"},dialIn:{screenTitle:"Resum de la trucada"},dialOut:{statusMessage:"ara \xe9s {{status}}"},dialog:{Back:"Enrere",Cancel:"Cancel\xb7la",IamHost:"S\xf3c l'amfitri\xf3",Ok:"D'acord",Remove:"Elimina",Share:"Comparteix",Submit:"Tramet",WaitForHostMsg:"La confer\xe8ncia encara no ha comen\xe7at. Si en sou l'amfitri\xf3, autentiqueu-vos. Altrament, espereu que arribi l'amfitri\xf3.",WaitingForHostTitle:"S'est\xe0 esperant l'amfitri\xf3...",Yes:"S\xed",accessibilityLabel:{liveStreaming:"Transmissi\xf3 en directe"},add:"Afegeix",addMeetingNote:"Afegiu una nota sobre aquesta reuni\xf3",addOptionalNote:"Afegeix una nota (opcional):",allow:"Permet",alreadySharedVideoMsg:"Un altre participant est\xe0 compartint un v\xeddeo. Aquesta confer\xe8ncia nom\xe9s permet compartir un v\xeddeo a la vegada.",alreadySharedVideoTitle:"Nom\xe9s es permet un v\xeddeo compartit a la vegada",applicationWindow:"Finestra de l'aplicaci\xf3",authenticationRequired:"Cal autenticaci\xf3",cameraConstraintFailedError:"La c\xe0mera no satisf\xe0 algun dels requeriments.",cameraNotFoundError:"No s'ha trobat cap c\xe0mera.",cameraNotSendingData:"No podem accedir a la c\xe0mera. Comproveu si alguna una aplicaci\xf3 l'est\xe0 usant, seleccioneu un altre aparell en el men\xfa de configuraci\xf3 o intenteu de recarregar l'aplicaci\xf3.",cameraNotSendingDataTitle:"No s'ha pogut accedir a la c\xe0mera",cameraPermissionDeniedError:"No heu concedit perm\xeds per a usar la c\xe0mera. Encara podeu unir-vos a la confer\xe8ncia per\xf2 els altres participants no us veuran. Useu el bot\xf3 de la c\xe0mera en la barra d'adreces per a corregir aix\xf2.",cameraTimeoutError:"No s'ha pogut iniciar la font de v\xeddeo. S'ha excedit el temps d'espera!",cameraUnknownError:"Per algun motiu desconegut, no es pot usar la c\xe0mera.",cameraUnsupportedResolutionError:"La vostra c\xe0mera no permet la resoluci\xf3 de v\xeddeo requerida.",close:"Tanca",conferenceDisconnectMsg:"Potser voleu comprovar la connexi\xf3 a la xarxa. Es tornar\xe0 a connectar en {{seconds}} segons...",conferenceDisconnectTitle:"Esteu desconnectat.",conferenceReloadMsg:"Intentem de corregir-ho. Tornem a connectar en {{seconds}} segons...",conferenceReloadTitle:"Malauradament, alguna cosa no ha anat b\xe9.",confirm:"Confirmo",confirmNo:"No",confirmYes:"S\xed",connectError:"Vaja! Alguna cosa no ha anat b\xe9 i no podem connectar a la confer\xe8ncia.",connectErrorWithMsg:"Vaja! Alguna cosa no ha anat b\xe9 i no podem connectar a la confer\xe8ncia: {{msg}}",connecting:"S'est\xe0 connectant",contactSupport:"Contacte amb l'assist\xe8ncia",copied:"S'ha copiat",copy:"Copia",dismiss:"Descarta",displayNameRequired:"Hola! Com us dieu?",done:"Fet",e2eeDescription:"El xifratge d'extrem a extrem \xe9s EXPERIMENTAL. Tingueu present que l'activaci\xf3 del xifratge d'extrem a extrem desactivar\xe0 serveis proporcionats en la banda del servidor, com ara: enregistrament, transmissi\xf3 en directe i participaci\xf3 telef\xf2nica. A m\xe9s, la reuni\xf3 nom\xe9s funcionar\xe0 per a les persones que usin navegadors que compatibles amb fluxos inseribles.",e2eeDisabledDueToMaxModeDescription:"No es pot activar el xifratge d'extrem a extrem a causa del gran nombre de participants en la confer\xe8ncia.",e2eeLabel:"Activa el xifratge d'extrem a extrem",e2eeWarning:"ATENCI\xd3: sembla que no tots els participants d'aquesta reuni\xf3 tenen suport per a xifratge d'extrem a extrem. Si l'activeu no podran veure-us ni escoltar-vos.",e2eeWillDisableDueToMaxModeDescription:"ATENCI\xd3: el xifratge d'extrem a extrem es desactivar\xe0 autom\xe0ticament si s'uneixen m\xe9s participants a la confer\xe8ncia.",embedMeeting:"Reuni\xf3 inserida",enterDisplayName:"Introdu\xefu el vostre nom aqu\xed",error:"Error",gracefulShutdown:"El nostre servei ara mateix \xe9s en manteniment. Torneu-ho a intentar m\xe9s tard.",grantModeratorDialog:"Esteu segur que voleu concedir drets de moderador a {{participantName}}?",grantModeratorTitle:"Concedeix drets de moderador",hide:"Amaga",hideShareAudioHelper:"No tornis a mostrar aquest di\xe0leg",incorrectPassword:"El nom o la contrasenya no s\xf3n correctes",incorrectRoomLockPassword:"La contrasenya no \xe9s correcta",internalError:"Vaja! Alguna cosa no ha anat b\xe9. S'ha produ\xeft l'error seg\xfcent: {{error}}",internalErrorTitle:"Error intern",kickMessage:"Per a m\xe9s detalls, podeu contactar amb {{participantDisplayName}}.",kickParticipantButton:"Expulsa",kickParticipantDialog:"Esteu segur que voleu expulsar aquest participant?",kickParticipantTitle:"Voleu expulsar aquest participant?",kickTitle:"Ep! {{participantDisplayName}} us ha expulsat de la reuni\xf3",linkMeeting:"Enlla\xe7a la reuni\xf3",linkMeetingTitle:"Enlla\xe7a la reuni\xf3 a Salesforce",liveStreaming:"Transmissi\xf3 en directe",liveStreamingDisabledBecauseOfActiveRecordingTooltip:"No \xe9s possible mentre l'enregistrament estigui actiu",localUserControls:"Controls locals d'usuari",lockMessage:"No s'ha pogut blocar la confer\xe8ncia.",lockRoom:"Afegeix una $t(lockRoomPassword) de reuni\xf3",lockTitle:"El blocatge ha fallat",login:"Inicia sessi\xf3",logoutQuestion:"Esteu segur de voler tancar la sessi\xf3 i aturar la confer\xe8ncia?",logoutTitle:"Tanca la sessi\xf3",maxUsersLimitReached:"S'ha assolit el nombre m\xe0xim de participants. La confer\xe8ncia \xe9s plena. Contacteu amb el propietari de la reuni\xf3 o torneu-ho a intentar m\xe9s tard!",maxUsersLimitReachedTitle:"S'ha assolit el l\xedmit m\xe0xim de participants",micConstraintFailedError:"La c\xe0mera no satisf\xe0 algun dels requeriments.",micNotFoundError:"No s'ha trobat cap micr\xf2fon.",micNotSendingData:"Aneu a la configuraci\xf3 de l'ordinador per a desactivar el silenci del micr\xf2fon i ajusteu-ne el nivell",micNotSendingDataTitle:"El micr\xf2fon est\xe0 silenciat en la configuraci\xf3 del sistema",micPermissionDeniedError:"No heu concedit perm\xeds per a usar el micr\xf2fon. Encara podeu unir-vos a la confer\xe8ncia, per\xf2 els altres participants no us sentiran. Useu el bot\xf3 de micr\xf2fon en la barra d'adreces per a corregir aix\xf2.",micTimeoutError:"No s'ha pogut iniciar la font d'\xe0udio. S'ha excedit el temps d'espera!",micUnknownError:"No es pot usar el micr\xf2fon per alguna ra\xf3 desconeguda.",moderationAudioLabel:"Permet als assistents d'activar el seu micr\xf2fon",moderationVideoLabel:"Permet als assistents d'activar el seu v\xeddeo",muteEveryoneDialog:"Els participants poden activar el micr\xf2fon en qualsevol moment.",muteEveryoneDialogModerationOn:"Els participants poden enviar una sol\xb7licitud per a parlar en qualsevol moment.",muteEveryoneElseDialog:"Una vegada silenciats, no podreu activar-ne els micr\xf2fons, per\xf2 podran activar-lo ells mateixos en qualsevol moment.",muteEveryoneElseTitle:"Voleu silenciar tothom excepte {{whom}}?",muteEveryoneElsesVideoDialog:"Una vegada s'ha desactivat la c\xe0mera, no la podreu tornar a activar, per\xf2 els participants la poden tornar a activar en qualsevol moment.",muteEveryoneElsesVideoTitle:"Voleu aturar el v\xeddeo de tothom excepte {{whom}}?",muteEveryoneSelf:"v\xf3s mateix",muteEveryoneStartMuted:"Tothom comen\xe7a en silenci a partir d'ara",muteEveryoneTitle:"Voleu silenciar tothom?",muteEveryonesVideoDialog:"Els participants poden activar el seu v\xeddeo en qualsevol moment.",muteEveryonesVideoDialogModerationOn:"Els participants poden enviar una sol\xb7licitud per a activar el seu v\xeddeo en qualsevol moment.",muteEveryonesVideoDialogOk:"Desactiva",muteEveryonesVideoTitle:"Voleu aturar el v\xeddeo de tothom?",muteParticipantBody:"No podreu activar-ne els micr\xf2fons, per\xf2 ells podran activar el micr\xf2fon propi en qualsevol moment.",muteParticipantButton:"Silencia",muteParticipantsVideoBody:"No podreu reactivar la c\xe0mera, per\xf2 l'usuari s\xed que podr\xe0 reactivar-la en qualsevol moment.",muteParticipantsVideoBodyModerationOn:"No podreu tornar a activar la c\xe0mera i ell tampoc podr\xe0 fer-ho.",muteParticipantsVideoButton:"Atura el v\xeddeo",muteParticipantsVideoDialog:"Confirmeu que voleu apagar la c\xe0mera d'aquest participant? No podreu tornar a activar-la, per\xf2 podr\xe0 tornar a activar-la en qualsevol moment.",muteParticipantsVideoDialogModerationOn:"Esteu segur que voleu apagar la c\xe0mera d'aquest participant? No podreu tornar-la a activar, i ell tampoc podr\xe0 fer-ho.",muteParticipantsVideoTitle:"Voleu desactivar la c\xe0mera d'aquest participant?",noDropboxToken:"No hi ha cap testimoni de Dropbox v\xe0lid",password:"Contrasenya",passwordLabel:"Algun participant ha blocat la reuni\xf3. Introdu\xefu la $t(lockRoomPassword) per a unir-vos-hi.",passwordNotSupported:"No \xe9s possible definir una $t(lockRoomPassword).",passwordNotSupportedTitle:"No se suporta la $t(lockRoomPassword)",passwordRequired:"Es requereix una $t(lockRoomPassword)",permissionCameraRequiredError:"Es requereix el perm\xeds de la c\xe0mera per a participar en confer\xe8ncies amb v\xeddeo. Concediu-lo a Configuraci\xf3",permissionErrorTitle:"Cal perm\xeds",permissionMicRequiredError:"Es requereix el perm\xeds del micr\xf2fon per a participar en confer\xe8ncies amb \xe0udio. Concediu-lo a Configuraci\xf3",popupError:"El vostre navegador bloca les finestres emergents d'aquest lloc. Habiliteu les finestres emergents a la configuraci\xf3 de seguretat del navegador i torneu-ho a intentar.",popupErrorTitle:"Finestres emergents blocades",readMore:"m\xe9s",recentlyUsedObjects:"Els objectes que heu usat recentment",recording:"Enregistrament",recordingDisabledBecauseOfActiveLiveStreamingTooltip:"No \xe9s possible mentre hi ha una transmissi\xf3 en directe activa",rejoinNow:"Torna a entrar ara",remoteControlAllowedMessage:"{{user}} ha acceptat la petici\xf3 de control remot!",remoteControlDeniedMessage:"{{user}} ha rebutjat la petici\xf3 de control remot!",remoteControlErrorMessage:"S'ha produ\xeft un error en intentar sol\xb7licitar a {{user}} permisos de control remot!",remoteControlRequestMessage:"Voleu permetre a {{user}} de controlar remotament el vostre escriptori?",remoteControlShareScreenWarning:"Tingueu present que si pitgeu \xabPermet\xbb compartireu la vostra pantalla!",remoteControlStopMessage:"La sessi\xf3 de control remot ha finalitzat!",remoteControlTitle:"Control d'escriptori remot",remoteUserControls:"Controls remots d'usuari de {{username}}",removePassword:"Elimina la $t(lockRoomPassword)",removeSharedVideoMsg:"Esteu segur que voleu eliminar el v\xeddeo compartit?",removeSharedVideoTitle:"Elimina aquest v\xeddeo compartit",reservationError:"S'ha produ\xeft un error de reserva de sistema",reservationErrorMsg:"Codi d'error: {{code}}, missatge: {{msg}}",retry:"Torna a intentar-ho",screenSharingAudio:"Comparteix l'\xe0udio",screenSharingFailed:"Ep! Alguna cosa ha anat malament, no hem pogut iniciar la compartici\xf3 de pantalla!",screenSharingFailedTitle:"La compartici\xf3 de pantalla ha fallat!",screenSharingPermissionDeniedError:"Ep! Alguna cosa ha anat malament amb els permisos de compartici\xf3 de pantalla. Torna a carregar-la i prova-ho una altra vegada.",searchInSalesforce:"Cerca a Salesforce",searchResults:"Resultats de la cerca({{count}})",searchResultsDetailsError:"Alguna cosa ha anat malament en recuperar les dades del propietari.",searchResultsError:"Alguna cosa ha anat malament en recuperar les dades.",searchResultsNotFound:"No s'ha trobat cap resultat.",searchResultsTryAgain:"Proveu usant paraules clau alternatives.",sendPrivateMessage:"Fa poc que heu rebut un missatge privat. Voleu respondre'l de forma privada, o voleu enviar el missatge al grup?",sendPrivateMessageCancel:"Envia'l al grup",sendPrivateMessageOk:"Envia'l en privat",sendPrivateMessageTitle:"Voleu enviar-lo en privat?",serviceUnavailable:"El servei no \xe9s disponible",sessTerminated:"La trucada ha finalitzat",sessionRestarted:"La trucada s'ha reiniciat a causa d'un problema de connexi\xf3.",shareAudio:"Continua",shareAudioTitle:"Com compartir l'\xe0udio",shareAudioWarningD1:"cal que atureu la compartici\xf3 de pantalla abans de compartir l'\xe0udio.",shareAudioWarningD2:"cal que reinicieu la compartici\xf3 de pantalla i marqueu l'opci\xf3 \xabComparteix l'\xe0udio\xbb.",shareAudioWarningH1:"Si voleu compartir nom\xe9s l'\xe0udio:",shareAudioWarningTitle:"Cal que atureu la compartici\xf3 de pantalla abans de compartir l'\xe0udio",shareMediaWarningGenericH2:"Si voleu compartir la pantalla i l'\xe0udio",shareScreenWarningD1:"heu d'aturar l'\xfas compartit d'\xe0udio abans de compartir la pantalla.",shareScreenWarningD2:"heu d'aturar l'\xfas compartit d'\xe0udio, iniciar l'\xfas compartit de la pantalla i marcar l'opci\xf3 \xabComparteix l'\xe0udio\xbb.",shareScreenWarningH1:"Si nom\xe9s voleu compartir la pantalla:",shareScreenWarningTitle:"Cal que atureu l'\xfas compartit d'\xe0udio abans de compartir la pantalla",shareVideoLinkError:"Proporcioneu un enlla\xe7 de v\xeddeo correcte.",shareVideoTitle:"Comparteix el v\xeddeo",shareYourScreen:"Comparteix la pantalla",shareYourScreenDisabled:"S'ha inhabilitat la compartici\xf3 de pantalla.",sharedVideoDialogError:"Error: URL no v\xe0lid",sharedVideoLinkPlaceholder:"Enlla\xe7 de YouTube o enlla\xe7 directe del v\xeddeo",show:"Mostra",start:"Inicia",startLiveStreaming:"Inicia la transmissi\xf3 en directe",startRecording:"Inicia l'enregistrament",startRemoteControlErrorMessage:"S'ha produ\xeft un error en intentar iniciar la sessi\xf3 de control remot!",stopLiveStreaming:"Atura la transmissi\xf3 en directe",stopRecording:"Atura l'enregistrament",stopRecordingWarning:"Esteu segur de voler aturar l'enregistrament?",stopStreamingWarning:"Esteu segur de voler aturar la transmissi\xf3 en directe?",streamKey:"Clau de transmissi\xf3 en directe",thankYou:"Gr\xe0cies per usar {{appName}}!",token:"identificador",tokenAuthFailed:"No esteu autoritzat a unir-vos a aquesta trucada.",tokenAuthFailedTitle:"L'autenticaci\xf3 ha fallat",transcribing:"Transcripci\xf3",unlockRoom:"Elimina la $t(lockRoomPassword) de la reuni\xf3",user:"Usuari",userIdentifier:"Identificador d'usuari",userPassword:"Contrasenya d'usuari",videoLink:"Enlla\xe7 del v\xeddeo",viewUpgradeOptions:"Mostra les opcions d'actualitzaci\xf3",viewUpgradeOptionsContent:"Per a obtenir acc\xe9s il\xb7limitat a funcions pr\xe8mium com ara enregistrament, transcripcions, reproducci\xf3 en temps real RTMP i m\xe9s, cal que actualitzeu el pla.",viewUpgradeOptionsTitle:"Heu descobert una funci\xf3 premium!",yourEntireScreen:"La pantalla sencera"},documentSharing:{title:"Document compartit"},e2ee:{labelToolTip:"La comunicaci\xf3 d'\xe0udio i v\xeddeo en aquesta trucada \xe9s xifrada d'extrem a extrem"},embedMeeting:{title:"Insereix aquesta reuni\xf3"},feedback:{average:"Mitjana",bad:"Dolenta",detailsLabel:"Expliqueu-nos m\xe9s sobre aix\xf2.",good:"Bona",rateExperience:"Valoreu l'experi\xe8ncia de reuni\xf3",star:"Estrella",veryBad:"Molt dolenta",veryGood:"Molt bona"},giphy:{noResults:"No s'ha trobat cap resultat :(",search:"Cerca a GIPHY"},helpView:{title:"Centre d'ajuda"},incomingCall:{answer:"Resposta",audioCallTitle:"Trucada entrant",decline:"Rebutja",productLabel:"de Jitsi Meet",videoCallTitle:"Videotrucada entrant"},info:{accessibilityLabel:"Mostra la informaci\xf3",addPassword:"Afegeix una $t(lockRoomPassword)",cancelPassword:"Cancel\xb7la $t(lockRoomPassword)",conferenceURL:"Enlla\xe7:",copyNumber:"Copia el n\xfamero",country:"Pa\xeds",dialANumber:"Per a unir-vos a la reuni\xf3, marqueu un d'aquests n\xfameros i aleshores introdu\xefu el PIN.",dialInConferenceID:"PIN:",dialInNotSupported:"El marcatge ara mateix no \xe9s perm\xe8s.",dialInNumber:"Marcatge:",dialInSummaryError:"S'ha produ\xeft un error en obtenir la informaci\xf3 de marcatge. Torneu-ho a intentar m\xe9s tard.",dialInTollFree:"Sense peatges",genericError:"Vaja, alguna cosa no ha anat b\xe9.",inviteLiveStream:"Per a veure la transmissi\xf3 en directe d'aquesta reuni\xf3, feu clic en aquest enlla\xe7: {{url}}",invitePhone:"Per a unir-vos per tel\xe8fon, toqueu aix\xf2: {{number}},,{{conferenceID}}#\n",invitePhoneAlternatives:"Cerqueu un n\xfamero de marcatge diferent?\nVegeu els n\xfameros de marcatge de la reuni\xf3: {{url}}\n\n\nSi tamb\xe9 truqueu via un tel\xe8fon de reuni\xf3, uniu-vos-hi sense connectar l'\xe0udio: {{silentUrl}}",inviteSipEndpoint:"Per a unir-vos amb l'adre\xe7a SIP, introdu\xefu: {{sipUri}}",inviteTextiOSInviteUrl:"Feu clic a l'enlla\xe7 seg\xfcent per a unir-vos: {{inviteUrl}}.",inviteTextiOSJoinSilent:"Si esteu marcant a trav\xe9s d'un tel\xe8fon de reuni\xf3, feu servir aquest enlla\xe7 per a unir-vos sense connectar-vos a l'\xe0udio: {{silentUrl}}.",inviteTextiOSPersonal:"{{name}} us convida a una reuni\xf3.",inviteTextiOSPhone:"Per a unir-vos per tel\xe8fon, feu servir aquest n\xfamero: {{number}},,{{conferenceID}}#. Si cerqueu un n\xfamero diferent, aquesta \xe9s la llista completa: {{didUrl}}.",inviteURLFirstPartGeneral:"Us han convidat a unir-vos a una reuni\xf3.",inviteURLFirstPartPersonal:"{{name}} us convida a una reuni\xf3.\n",inviteURLSecondPart:"\nUniu-vos a la reuni\xf3:\n{{url}}\n",label:"Informaci\xf3 de marcatge",liveStreamURL:"Transmissi\xf3 en directe:",moreNumbers:"M\xe9s n\xfameros",noNumbers:"Sense n\xfameros de marcatge.",noPassword:"Cap",noRoom:"No s'ha indicat cap sala a qu\xe8 marcar.",numbers:"N\xfameros de marcatge",password:"$t(lockRoomPasswordUppercase): ",reachedLimit:"Heu arribat al l\xedmit del vostre pla.",sip:"Adre\xe7a SIP",title:"Comparteix",tooltip:"Comparteix l'enlla\xe7 i la informaci\xf3 de marcatge d'aquesta reuni\xf3",upgradeOptions:"Vegeu les opcions d'actualitzaci\xf3"},inlineDialogFailure:{msg:"Vam ensopegar una mica.",retry:"Torneu-ho a intentar",support:"Assist\xe8ncia",supportMsg:"Si continua passant, feu-nos-ho saber"},inviteDialog:{alertText:"No s'ha pogut convidar alguns participants.",header:"Convida",searchCallOnlyPlaceholder:"Introdu\xefu el n\xfamero de tel\xe8fon",searchPeopleOnlyPlaceholder:"Cerca participants",searchPlaceholder:"Participant o n\xfamero de tel\xe8fon",send:"Envia"},jitsiHome:"Logotip de {{logo}}, enlla\xe7a a la p\xe0gina d'inici",keyboardShortcuts:{focusLocal:"Focus al vostre v\xeddeo",focusRemote:"Focus en el v\xeddeo d'una altra persona",fullScreen:"Entra o surt de la pantalla completa",giphyMenu:"Mostra o amaga el men\xfa GIPHY",keyboardShortcuts:"Dreceres de teclat",localRecording:"Mostra o amaga els controls d'enregistrament local",mute:"Silencia o activa el so",pushToTalk:"Premeu per a parlar",raiseHand:"Aixeca o abaixa la m\xe0",showSpeakerStats:"Mostra les estad\xedstiques de l'interlocutor",toggleChat:"Obre o tanca el xat",toggleFilmstrip:"Mostra o amaga les miniatures de v\xeddeo",toggleParticipantsPane:"Mostra o amaga el panell dels participants",toggleScreensharing:"Canvia entre la c\xe0mera i la compartici\xf3 de pantalla",toggleShortcuts:"Mostra o amaga les dreceres de teclat",videoMute:"Inicia o atura la c\xe0mera"},largeVideo:{screenIsShared:"Esteu compartint la pantalla",showMeWhatImSharing:"Mostra'm qu\xe8 estic compartint"},liveStreaming:{busy:"Treballem per a alliberar recursos de transmissi\xf3. Torneu-ho a intentar en uns minuts.",busyTitle:"Ara mateix, tots els reproductors s\xf3n ocupats",changeSignIn:"Canvia entre comptes.",choose:"Trieu una transmissi\xf3 en directe",chooseCTA:"Trieu una opci\xf3 de transmissi\xf3. Ara mateix teniu sessi\xf3 iniciada com a {{email}}.",enterStreamKey:"Introdu\xefu la clau YouTube de transmissi\xf3 en directe aqu\xed.",error:"La transmissi\xf3 en directe ha fallat. Torneu-ho a intentar m\xe9s tard.",errorAPI:"S'ha produ\xeft un error en accedir a les vostres emissions de Youtube. Torneu a iniciar sessi\xf3 una altra vegada.",errorLiveStreamNotEnabled:"La transmissi\xf3 en directe no est\xe0 activada a \u0323{{email}}. Activeu-la o inicieu sessi\xf3 en un compte que tingui la transmissi\xf3 en directe activada.",expandedOff:"S'ha aturat la transmissi\xf3 en directe",expandedOn:"Ara mateix, la reuni\xf3 s'est\xe0 transmetent a Youtube.",expandedPending:"S'ha iniciat la transmissi\xf3 en directe...",failedToStart:"No s'ha pogut iniciar la transmissi\xf3 en directe",getStreamKeyManually:"No hem pogut obtenir cap transmissi\xf3 en directe. Intenteu d'aconseguir la clau de transmissi\xf3 en directe del YouTube.",googlePrivacyPolicy:"Pol\xedtiques de privadesa de Google",inProgress:"L'enregistrament o la transmissi\xf3 en directe \xe9s en progr\xe9s",invalidStreamKey:"La clau de transmissi\xf3 en directe pot ser incorrecta.",limitNotificationDescriptionNative:"L'emissi\xf3 es limitar\xe0 a {{limit}} min. Per a emissions sense l\xedmit proveu {{app}}.",limitNotificationDescriptionWeb:"Atesa l'alta demanda, la vostra emissi\xf3 es limitar\xe0 a {{limit}} minuts. Per a emissions il\xb7limitades, proveu {{app}}",off:"S'ha aturat la transmissi\xf3 en directe",offBy:"{{name}} ha aturat la transmissi\xf3 en directe",on:"Ha comen\xe7at la transmissi\xf3 en directe",onBy:"{{name}} ha iniciat la transmissi\xf3 en directe",pending:"S'est\xe0 iniciant la transmissi\xf3 en directe...",serviceName:"Servei de transmissi\xf3 en directe",sessionAlreadyActive:"Aquesta sessi\xf3 ja s'est\xe0 enregistrant o s'est\xe0 emetent en directe.",signIn:"Inicia sessi\xf3 amb Google",signInCTA:"Inicieu sessi\xf3 o introdu\xefu la clau de transmissi\xf3 en directe de YouTube.",signOut:"Tanca la sessi\xf3",signedInAs:"Teniu sessi\xf3 iniciada com a:",start:"Inicia la transmissi\xf3 en directe",streamIdHelp:"Qu\xe8 \xe9s aix\xf2?",title:"Transmissi\xf3 en directe",unavailableTitle:"La transmissi\xf3 en directe no \xe9s disponible",youtubeTerms:"Condicions de servei de YouTube"},lobby:{admit:"Admet",admitAll:"Admet tothom",allow:"Permet",backToKnockModeButton:"Demaneu per a unir-vos",chat:"Xat",dialogTitle:"Mode de sala d'espera",disableDialogContent:"El mode de sala d'espera es troba activat. Aquesta funcionalitat evita que els participants no desitjats puguin unir-se a la reuni\xf3. Voleu desactivar-ho?",disableDialogSubmit:"Desactiva",emailField:"Introdu\xefu la vostra adre\xe7a electr\xf2nica",enableDialogPasswordField:"Defineix una contrasenya (opcional)",enableDialogSubmit:"Activa",enableDialogText:"El mode de sala d'espera us permet protegir la reuni\xf3 autoritzant-ne l'entrada nom\xe9s a les persones mitjan\xe7ant una aprovaci\xf3 formal d'un moderador.",enterPasswordButton:"Introdu\xefu la contrasenya de la reuni\xf3",enterPasswordTitle:"Introdu\xefu la contrasenya per a unir-vos a la reuni\xf3",errorMissingPassword:"Introdu\xefu la contrasenya de la reuni\xf3",invalidPassword:"La contrasenya no \xe9s v\xe0lida",joinRejectedMessage:"La vostra sol\xb7licitud ha estat rebutjada per un moderador.",joinRejectedTitle:"S'ha rebutjat la petici\xf3 d'unir-s'hi.",joinTitle:"Entra a la reuni\xf3",joinWithPasswordMessage:"S'est\xe0 intentant unir-s'hi amb contrasenya, espereu...",joiningMessage:"Us unireu a la reuni\xf3 de seguida que alg\xfa accepti la sol\xb7licitud",joiningTitle:"S'ha demanat per a entrar a la reuni\xf3...",joiningWithPasswordTitle:"Afegeix-m'hi amb contrasenya...",knockButton:"Demana d'unir-se",knockTitle:"Alg\xfa vol unir-se a la reuni\xf3",knockingParticipantList:"Llista de participants que piquen per a entrar",lobbyChatStartedNotification:"{{moderator}} ha comen\xe7at un xat en la sala d'espera amb {{attendee}}",lobbyChatStartedTitle:"{{moderator}} ha comen\xe7at un xat en la sala d'espera amb v\xf3s.",nameField:"Introdu\xefu el vostre nom",notificationLobbyAccessDenied:"{{originParticipantName}} ha rebutjat l'entrada de {{targetParticipantName}}",notificationLobbyAccessGranted:"{{originParticipantName}} ha acceptat l'entrada de {{targetParticipantName}}",notificationLobbyDisabled:"{{originParticipantName}} ha desactivat la sala d'espera",notificationLobbyEnabled:"{{originParticipantName}} ha desactivat la sala d'espera",notificationTitle:"Sala d'espera",passwordField:"Introdu\xefu la contrasenya de la reuni\xf3",passwordJoinButton:"Entra",reject:"Rebuja",rejectAll:"Rebutja-ho tot",title:"Sala d'espera",toggleLabel:"Activa la sala d'espera"},localRecording:{clientState:{off:"Inactiu",on:"Actiu",unknown:"Desconegut"},dialogTitle:"Controls d'enregistrament local",duration:"Durada",durationNA:"N/D",encoding:"Codificaci\xf3",label:"ENREG LOC",labelToolTip:"L'enregistrament local est\xe0 funcionant",localRecording:"Enregistrament local",me:"Jo",messages:{engaged:"L'enregistrament local funciona.",finished:"La sessi\xf3 d'enregistrament {{token}} ha finalitzat. Envieu el fitxer enregistrat al moderador.",finishedModerator:"La sessi\xf3 d'enregistrament {{token}} ha finalitzat. L'enregistrament de la part local s'ha desat. Demaneu als altres participants que envi\xefn els seus enregistraments.",notModerator:"No sou el moderador. No podeu iniciar ni aturar un enregistrament local."},moderator:"Moderador",no:"No",participant:"Participant",participantStats:"Estad\xedstiques del participant",selectTabTitle:"\ud83c\udfa5 Trieu aquesta pestanya per a enregistrar",sessionToken:"Identificador de la sessi\xf3",start:"Inicia l'enregistrament",stop:"Atura l'enregistrament",yes:"S\xed"},lockRoomPassword:"contrasenya",lockRoomPasswordUppercase:"Contrasenya",lonelyMeetingExperience:{button:"Convideu altres persones",youAreAlone:"Sou l'\xfanic participant de la reuni\xf3"},me:"jo",notify:{OldElectronAPPTitle:"Vulnerabilitat de seguretat!",allowAction:"Permet",allowedUnmute:"Podeu activar el micr\xf2fon, iniciar la c\xe0mera o compartir la pantalla.",audioUnmuteBlockedDescription:"L'activaci\xf3 del micr\xf2fon s'ha blocat temporalment per limitacions del sistema.",audioUnmuteBlockedTitle:"L'activaci\xf3 del so del micr\xf2fon est\xe0 blocada!",chatMessages:"Missatges de xat",connectedOneMember:"{{name}} s'ha unit a la reuni\xf3",connectedThreePlusMembers:"{{name}} i molts altres s'han unit a la reuni\xf3",connectedTwoMembers:"{{first}} i {{second}} s'han unit a la reuni\xf3",dataChannelClosed:"Qualitat del v\xeddeo deteriorada",dataChannelClosedDescription:"El canal pont s'ha desconnectat i per la qualitat de v\xeddeo est\xe0 limitada al valor inferior.",disconnected:"desconnectat",displayNotifications:"Mostra les notificacions sobre",focus:"Focus de la confer\xe8ncia",focusFail:"{{component}} no \xe9s disponible, torneu a intentar en {{ms}} segons",gifsMenu:"GIPHY",groupTitle:"Notificacions",hostAskedUnmute:"El moderador vol que parleu",invitedOneMember:"S'ha convidat {{name}}",invitedThreePlusMembers:"S'han convidat {{name}} i {{count}} participants m\xe9s",invitedTwoMembers:"S'han convidat {{first}} i {{second}}",kickParticipant:"{{kicker}} ha expulsat {{kicked}}",leftOneMember:"{{name}} ha sortit de la reuni\xf3",leftThreePlusMembers:"{{name}} i molts d'altres han sortit de la reuni\xf3",leftTwoMembers:"{{first}} i {{second}} han sortit de la reuni\xf3",linkToSalesforce:"Enlla\xe7 a Salesforce",linkToSalesforceDescription:"Podeu enlla\xe7ar el resum de la reuni\xf3 a un objecte Salesforce.",linkToSalesforceError:"No s'ha pogut enlla\xe7ar la reuni\xf3 a Salesforce",linkToSalesforceKey:"Enlla\xe7a aquesta reuni\xf3",linkToSalesforceProgress:"S'est\xe0 enlla\xe7ant la reuni\xf3 a Salesforce...",linkToSalesforceSuccess:"La reuni\xf3 s'ha enlla\xe7at a Salesforce",localRecordingStarted:"{{name}} ha iniciat un enregistrament local.",localRecordingStopped:"{{name}} ha aturat has stopped a local recording.",me:"Jo",moderationInEffectCSDescription:"Aixequeu la m\xe0 si voleu compartir la pantalla.",moderationInEffectCSTitle:"El moderador ha blocat la compartici\xf3 de pantalla",moderationInEffectDescription:"Aixequeu la m\xe0 si voleu parlar.",moderationInEffectTitle:"El moderador us ha silenciat el micr\xf2fon",moderationInEffectVideoDescription:"Aixequeu la m\xe0 si voleu iniciar la c\xe0mera.",moderationInEffectVideoTitle:"El moderador us ha blocat la c\xe0mera",moderationRequestFromModerator:"L'amfitri\xf3 vol que activeu el so",moderationRequestFromParticipant:"Vol parlar",moderationStartedTitle:"Ha comen\xe7at la moderaci\xf3",moderationStoppedTitle:"S'ha aturat la moderaci\xf3",moderationToggleDescription:"per {{participantDisplayName}}",moderator:"Ara sou el moderador",muted:"Heu iniciat una conversa silenciada.",mutedRemotelyDescription:"Sempre podeu activar el micr\xf2fon quan h\xe0giu de parlar. Torneu a silenciar-lo quan h\xe0giu acabat per a mantenir el soroll lluny de la reuni\xf3.",mutedRemotelyTitle:"{{participantDisplayName}} us ha silenciat!",mutedTitle:"Esteu silenciat!",newDeviceAction:"Usa",newDeviceAudioTitle:"S'ha detectat un aparell d'\xe0udio nou",newDeviceCameraTitle:"S'ha detectat una c\xe0mera nova",noiseSuppressionDesktopAudioDescription:"La supressi\xf3 de soroll no es pot activar mentre es comparteix l'\xe0udio de l'escriptori. Desactiveu-lo i proveu una altra vegada.",noiseSuppressionFailedTitle:"No s'ha pogut iniciar la supressi\xf3 de soroll",noiseSuppressionNoTrackDescription:"Abans, activeu el vostre micr\xf2fon.",noiseSuppressionStereoDescription:"Ara per ara, no \xe9s possible la supressi\xf3 de soroll d'\xe0udio en est\xe8reo",oldElectronClientDescription1:"Sembla que useu una versi\xf3 antiga del client Jitsi Meet, que t\xe9 vulnerabilitats de seguretat conegudes. Assegureu-vos d'actualitzar-lo",oldElectronClientDescription2:"\xfaltima construcci\xf3",oldElectronClientDescription3:"ara!",participantWantsToJoin:"Vol unir-se a la reuni\xf3",participantsWantToJoin:"Volen unir-se a la reuni\xf3",passwordRemovedRemotely:"Un altre participant ha eliminat $t(lockRoomPasswordUppercase)",passwordSetRemotely:"Un altre participant ha establert la $t(lockRoomPassword)",raiseHandAction:"Aixeca la m\xe0",raisedHand:"Vol parlar.",raisedHands:"{{participantName}} i {{raisedHands}} persones m\xe9s",reactionSounds:"Desactiva el so",reactionSoundsForAll:"Desactiva el so per a tothom",screenShareNoAudio:"No s'ha marcat la compartici\xf3 d'\xe0udio en la pantalla de selecci\xf3 de la finestra.",screenShareNoAudioTitle:"No s'ha pogut compartir l'\xe0udio del sistema!",selfViewTitle:"Sempre podeu activar la vista pr\xf2pia des de la configuraci\xf3",somebody:"Alg\xfa",startSilentDescription:"Torneu a entrar per a activar l'\xe0udio",startSilentTitle:"Us hi heu unit sense cap sortida d'\xe0udio!",suboptimalBrowserWarning:"Ens sap greu que l'experi\xe8ncia de reuni\xf3 no ser\xe0 gaire bona. Cerquem maneres de millorar-ho, per\xf2 fins aleshores, proveu algun dels navegadors completament compatibles.",suboptimalExperienceTitle:"Av\xeds del navegador",unmute:"Activa el so",videoMutedRemotelyDescription:"Sempre la podeu activar de nou.",videoMutedRemotelyTitle:"{{participantDisplayName}} us ha apagat el v\xeddeo",videoUnmuteBlockedDescription:"L'activaci\xf3 de la c\xe0mera i la compartici\xf3 d'escriptori s'han blocat temporalment per limitacions del sistema.",videoUnmuteBlockedTitle:"L'activaci\xf3 de la c\xe0mera i la compartici\xf3 d'escriptori estan blocades!",viewLobby:"Mostra la sala d'espera",waitingParticipants:"{{waitingParticipants}} persones"},participantsPane:{actions:{allow:"Permet als assistents:",allowVideo:"Permet el v\xeddeo",askUnmute:"Demanar l'activaci\xf3 el micr\xf2fon",audioModeration:"Activar el micr\xf2fon ells mateixos",blockEveryoneMicCamera:"Blocar el micr\xf2fon i la c\xe0mera de qualsevol",invite:"Convidar alg\xfa",moreModerationActions:"M\xe9s opcions de moderaci\xf3",moreModerationControls:"M\xe9s controls de moderaci\xf3",moreParticipantOptions:"M\xe9s opcions dels participants",mute:"Silenciar",muteAll:"Silencia tothom",muteEveryoneElse:"Silenciar tothom",stopEveryonesVideo:"Atura el v\xeddeo a tothom",stopVideo:"Atura el v\xeddeo",unblockEveryoneMicCamera:"Desbloquejar el micr\xf2fon i la c\xe0mera de tothom",videoModeration:"Activa'n el v\xeddeo"},close:"Tanca",headings:{lobby:"Sala d'espera ({{count}})",participantsList:"Participants de la reuni\xf3: ({{count}})",waitingLobby:"A la sala d'espera ({{count}})"},search:"Cerca participants",title:"Participants"},passwordDigitsOnly:"Fins a {{number}} d\xedgits",passwordSetRemotely:"Establerta per un altre participant",pinnedParticipant:"El participant est\xe0 fixat",polls:{answer:{skip:"Omet",submit:"Tramet"},by:"Per {{ name }}",create:{addOption:"Afegeix una opci\xf3",answerPlaceholder:"Opci\xf3 {{index}}",cancel:"Cancel\xb7la",create:"Crea una enquesta",pollOption:"Opci\xf3 d'enquesta {{index}}",pollQuestion:"Pregunta de l'enquesta",questionPlaceholder:"Feu una pregunta",removeOption:"Elimina l'opci\xf3",send:"Envia"},notification:{description:"Obre la pestanya de les enquestes per a votar",title:"S'ha afegit una nova enquesta en aquesta reuni\xf3"},results:{changeVote:"Canvia el vot",empty:"Encara no hi ha cap enquesta en la reuni\xf3. Comenceu una enquesta aqu\xed!",hideDetailedResults:"Amaga els detalls",showDetailedResults:"Mostra els detalls",vote:"Vota"}},poweredby:"funciona amb",prejoin:{audioAndVideoError:"Error d'\xe0udio i v\xeddeo:",audioDeviceProblem:"Hi ha un problema amb el vostre aparell d'\xe0udio",audioOnlyError:"Error d'\xe0udio:",audioTrackError:"No s'ha pogut crear la pista d'\xe0udio.",callMe:"Truca'm",callMeAtNumber:"Truca'm a aquest n\xfamero:",calling:"S'est\xe0 trucant",configuringDevices:"S'estan configurant els aparells...",connectedWithAudioQ:"Heu connectat amb \xe0udio?",connection:{good:"La vostra connexi\xf3 a internet sembla bona!",nonOptimal:"La vostra connexi\xf3 a internet no \xe9s \xf2ptima",poor:"Teniu una connexi\xf3 a internet de poca qualitat"},connectionDetails:{audioClipping:"\xc9s esperable que es talli l'\xe0udio.",audioHighQuality:"\xc9s esperable que l'\xe0udio tingui una qualitat excel\xb7lent.",audioLowNoVideo:"Es esperable que la qualitat de l'\xe0udio sigui baixa i no hi hagi v\xeddeo.",goodQuality:"Incre\xefble! Teniu una qualitat multim\xe8dia fant\xe0stica.",noMediaConnectivity:"No hem pogut trobar un cam\xed per a establir la connectivitat multim\xe8dia per a aquesta prova. Aix\xf2, habitualment, \xe9s a causa d'un tallafoc o NAT.",noVideo:"\xc9s esperable que el v\xeddeo sigui terrible.",undetectable:"Si encara no podeu fer trucades al navegador, us recomanem que verifiqueu que els auriculars, el micr\xf2fon i la c\xe0mera estan connectats i configurats correctament, que heu garantit permisos al navegador per a usar el micr\xf2fon i la c\xe0mera, i que el navegador est\xe0 actualitzat a l'\xfaltima versi\xf3. Si encara teniu problemes per a trucar, podeu contactar amb el desenvolupador de l'aplicaci\xf3 web.",veryPoorConnection:"\xc9s esperable que la qualitat de la trucada sigui realment terrible.",videoFreezing:"\xc9s esperable que el v\xeddeo es congeli, passi a negre i aparegui pixelat.",videoHighQuality:"\xc9s esperable que el v\xeddeo tingui una bona qualitat.",videoLowQuality:"\xc9s esperable que el v\xeddeo sigui de poca qualitat en termes de fotogrames per segon i resoluci\xf3.",videoTearing:"\xc9s esperable que el v\xeddeo aparegui pixelat o amb defectes visuals."},copyAndShare:"Copia i comparteix l'enlla\xe7 de la reuni\xf3",dialInMeeting:"Marca la reuni\xf3",dialInPin:"Marqueu la trucada i introdu\xefu el codi PIN:",dialing:"Marcatge",doNotShow:"No mostris m\xe9s aquesta pantalla",errorDialOut:"No s'ha pogut marcar",errorDialOutDisconnected:"No s'ha pogut marcar. S'ha desconnectat",errorDialOutFailed:"No s'ha pogut trucar. La trucada ha fallat",errorDialOutStatus:"S'ha produ\xeft un error en obtenir l'estat del marcatge",errorMissingName:"Introdu\xefu el vostre nom per a unir-vos a la reuni\xf3",errorNoPermissions:"Heu d'activar l'acc\xe9s al micr\xf2fon i a la c\xe0mera",errorStatusCode:"S'ha produ\xeft un error en marcar, codi d'estat: {{status}}",errorValidation:"La validaci\xf3 del n\xfamero ha fallat",iWantToDialIn:"Vull marcar-lo",initiated:"S'ha iniciat la trucada",joinAudioByPhone:"Entra amb \xe0udio de tel\xe8fon",joinMeeting:"Entra a la reuni\xf3",joinMeetingInLowBandwidthMode:"Uneix-t'hi en mode de poca amplada de banda",joinWithoutAudio:"Entra sense \xe0udio",keyboardShortcuts:"Activa les dreceres del teclat",linkCopied:"L'enlla\xe7 s'ha copiat al porta-retalls",lookGood:"El micr\xf2fon funciona correctament",or:"o",premeeting:"Prereuni\xf3",screenSharingError:"Error en compartir la pantalla:",showScreen:"Activa la pantalla de prereuni\xf3",startWithPhone:"Comen\xe7a amb \xe0udio de tel\xe8fon",videoOnlyError:"Error del v\xeddeo:",videoTrackError:"No s'ha pogut crear la pista de v\xeddeo.",viewAllNumbers:"mostra tots els n\xfameros"},presenceStatus:{busy:"Ocupat",calling:"S'est\xe0 trucant...",connected:"Connectat",connecting:"Est\xe0 connectant...",connecting2:"Est\xe0 connectant*...",disconnected:"Desconnectat",expired:"Ha expirat",ignored:"Ignorat",initializingCall:"S'est\xe0 inicialitzant la trucada...",invited:"Convidat",rejected:"Rebutjat",ringing:"Est\xe0 sonat..."},privacyView:{title:"Privadesa"},profile:{avatar:"avatar",setDisplayNameLabel:"Indiqueu el nom visible",setEmailInput:"Introdu\xefu una adre\xe7a electr\xf2nica",setEmailLabel:"Indiqueu l'adre\xe7a electr\xf2nica de Gravatar",title:"Perfil"},raisedHand:"Vull parlar",raisedHandsLabel:"Nombre de mans aixecades",record:{already:{linked:"La reuni\xf3 ja est\xe0 enlla\xe7ada amb aquest objecte de Salesforce."},type:{account:"Compte",contact:"Contacte",lead:"Principal",opportunity:"Oportunitat",owner:"Propietari"}},recording:{authDropboxText:"Puja a Dropbox",availableSpace:"Espai disponible: {{spaceLeft}} MB (aproximadament {{duration}} minuts d'enregistrament)",beta:"BETA",busy:"Treballem per a alliberar recursos d'enregistrament. Torneu-ho a intentar en uns minuts.",busyTitle:"Tots els enregistradors estan ocupats",copyLink:"Copia l'enlla\xe7",error:"L'enregistrament ha fallat. Torneu-ho a intentar m\xe9s tard.",errorFetchingLink:"S'ha produ\xeft un error en obtenir l'enlla\xe7 de l'enregistrament.",expandedOff:"S'ha aturat l'enregistrament",expandedOn:"S'est\xe0 enregistrant la reuni\xf3.",expandedPending:"S'ha iniciat l'enregistrament...",failedToStart:"No s'ha pogut iniciar l'enregistrament",fileSharingdescription:"Compartiu l'enlla\xe7 de l'enregistrament de la reuni\xf3 amb els participants",highlight:"Destaca",highlightMoment:"Destaca el moment",highlightMomentDisabled:"Podeu destacar moment en iniciar-se l'enregistrament",highlightMomentSuccess:"Moment destacat",highlightMomentSucessDescription:"S'ha afegit el moment destacat al resum de la reuni\xf3.",inProgress:"L'enregistrament o la transmissi\xf3 en directe \xe9s en progr\xe9s",limitNotificationDescriptionNative:"A causa de la gran demanda, el vostre enregistrament es limitar\xe0 a {{limit}} min. Per a enregistraments il\xb7limitats, proveu <3>{{app}}.",limitNotificationDescriptionWeb:"A causa de la gran demanda, l'enregistrament es limitar\xe0 a {{limit}} min. Per a enregistraments il\xb7limitats, proveu {{app}}.",linkGenerated:"S'ha generat un enlla\xe7 a l'enregistrament.",live:"EN DIRECTE",localRecordingNoNotificationWarning:"L'enregistrament no s'anunciar\xe0 als altres participants. Els haureu d'informar que la reuni\xf3 s'est\xe0 enregistrant.",localRecordingNoVideo:"El v\xeddeo no s'est\xe0 enregistrant",localRecordingStartWarning:"Assegureu-vos que atureu l'enregistrament abans de sortir de la reuni\xf3 per a poder-lo desar.",localRecordingStartWarningTitle:"Atura l'enregistrament per a desar-lo",localRecordingVideoStop:"Aturar el v\xeddeo tamb\xe9 aturar\xe0 l'enregistrament local. Segur que voleu continuar?",localRecordingVideoWarning:"Per a enregistrar el vostre v\xeddeo, cal que ho feu en comen\xe7ar l'enregistrament",localRecordingWarning:"Assegureu-vos de triar la pestanya actual per a poder usar el v\xeddeo i \xe0udios correctes. L'enregistrament actualment est\xe0 limitat a 1 GB. Aix\xf2 s\xf3n, aproximadament, 100 minuts.",loggedIn:"Sessi\xf3 iniciada com a {{userName}}",noStreams:"No s'ha detectat flux d'\xe0udio ni v\xeddeo.",off:"S'ha aturat l'enregistrament",offBy:"{{name}} ha aturat l'enregistrament",on:"L'enregistrament ha comen\xe7at",onBy:"{{name}} ha iniciat l'enregistrament",onlyRecordSelf:"Enregistra nom\xe9s el meu \xe0udio i v\xeddeo",pending:"S'est\xe0 preparant per a enregistrar la reuni\xf3...",rec:"ENREG",saveLocalRecording:"Desa el fitxer de l'enregistrament en local (beta)",serviceDescription:"El servei d'enregistrament desar\xe0 el vostre enregistrament",serviceDescriptionCloud:"Enregistrament al n\xfavol",serviceDescriptionCloudInfo:"Les reunions enregistrades s'esborren autom\xe0ticament 24 hores despr\xe9s de l'enregistrament.",serviceName:"Servei d'enregistrament",sessionAlreadyActive:"Aquesta sessi\xf3 ja s'est\xe0 enregistrant o emetent en directe.",signIn:"Inicia la sessi\xf3",signOut:"Tanca la sessi\xf3",surfaceError:"Trieu la pestanya actual.",title:"Enregistrament",unavailable:"Vaja! El servei {{serviceName}} ara mateix no \xe9s disponible. Treballem per a resoldre el problema. Torneu-ho a intentar m\xe9s tard.",unavailableTitle:"L'enregistrament no \xe9s disponible",uploadToCloud:"Puja al n\xfavol"},screenshareDisplayName:"Pantalla de: {{name}}",sectionList:{pullToRefresh:"Estireu per a actualitzar"},security:{about:"Podeu afegir un $t(lockRoomPassword) a la reuni\xf3. Els participants hauran de proporcionar la $t(lockRoomPassword) abans de poder unir-s'hi.",aboutReadOnly:"Els moderadors poden afegir una $t(lockRoomPassword) a la reuni\xf3. Caldr\xe0 que els participants proporcionin la $t(lockRoomPassword) abans per a ser autoritzats a entrar en la reuni\xf3.",insecureRoomNameWarning:"El nom de la sala no \xe9s segur. Podrien unir-s'hi participants no desitjats. Considereu d'augmentar la seguretat de la reuni\xf3 usant el bot\xf3 dev seguretat.",title:"Opcions de seguretat"},settings:{buttonLabel:"Par\xe0metres",calendar:{about:"La integraci\xf3 de l'agenda {{appName}} s'usa per a accedir de forma segura a la vostra agenda perqu\xe8 pugui llegir els esdeveniments pr\xf2xims.",disconnect:"Desconnectat",microsoftSignIn:"Inicia sessi\xf3 amb Microsoft",signedIn:"Ara mateix s'est\xe0 accedint els esdeveniments de l'agenda de {{email}}. Feu clic al bot\xf3 \xabDesconnecta\xbb per a deixar d'accedir als esdeveniments de l'agenda.",title:"Agenda"},desktopShareFramerate:"Velocitat de fotogrames en la compartici\xf3 d'escriptori",desktopShareHighFpsWarning:"Una velocitat de fotogrames m\xe9s alta per a compartir escriptori pot afectar l'amplada de banda. Heu de reiniciar la compartici\xf3 de pantalla perqu\xe8 la nova configuraci\xf3 tingui efecte.",desktopShareWarning:"Cal que reinicieu la compartici\xf3 de pantalla perqu\xe8 la nova configuraci\xf3 tingui efecte.",devices:"Aparells",followMe:"Tothom que em segueix",framesPerSecond:"fotogrames per segon",incomingMessage:"Missatge entrant",language:"Llengua",loggedIn:"Sessi\xf3 iniciada com a {{name}}",maxStageParticipants:"El nombre m\xe0xim de participants que es poden fixar en la escena principal",microphones:"Micr\xf2fons",moderator:"Moderador",more:"M\xe9s",name:"Nom",noDevice:"Cap",participantJoined:"S'ha unit un participant",participantKnocking:"El participant ha entrat a la sala d'espera",participantLeft:"Un participant ha sortit de la reuni\xf3",playSounds:"Reprodueix el so",reactions:"Reaccions de la reuni\xf3",sameAsSystem:"Igual que del sistema ({{label}}) ",selectAudioOutput:"Sortida d'\xe0udio",selectCamera:"C\xe0mera",selectMic:"Micr\xf2fon",selfView:"Vista pr\xf2pia",sounds:"Sons",speakers:"Altaveus",startAudioMuted:"Tothom comen\xe7a silenciat",startReactionsMuted:"Silencia els sons de reaccions per a tothom",startVideoMuted:"Tothom comen\xe7a amagat",talkWhileMuted:"Parla mentre est\xe0 silenciat",title:"Configuraci\xf3"},settingsView:{advanced:"Avan\xe7at",alertCancel:"Cancel\xb7la",alertOk:"D'acord",alertTitle:"Av\xeds",alertURLText:"L'URL introdu\xeft no \xe9s v\xe0lid",buildInfoSection:"Informaci\xf3 de la construcci\xf3",conferenceSection:"Confer\xe8ncia",disableCallIntegration:"Desactiva la integraci\xf3 de trucades nativa",disableCrashReporting:"Desactiva l'informe de fallada",disableCrashReportingWarning:"Esteu segur que voleu desactivar l'informe de fallades? La configuraci\xf3 s'aplicar\xe0 despr\xe9s de reiniciar l'aplicaci\xf3.",disableP2P:"Desactiva el mode d'igual a igual",displayName:"Nom visible",displayNamePlaceholderText:"P. ex.: Pere Cullera",email:"Adre\xe7a electr\xf2nica",emailPlaceholderText:"email@example.com",goTo:"Ves a",header:"Configuraci\xf3",help:"Ajuda",links:"Enlla\xe7os",privacy:"Privadesa",profileSection:"Perfil",serverURL:"URL del servidor",showAdvanced:"Mostra la configuraci\xf3 avan\xe7ada",startCarModeInLowBandwidthMode:"Inicia el mode cotxe en el mode d'amplada de banda baixa",startWithAudioMuted:"Comen\xe7a amb l'\xe0udio silenciat",startWithVideoMuted:"Comen\xe7a amb el v\xeddeo desactivat",terms:"Condicions",version:"Versi\xf3"},share:{dialInfoText:"\n\n=====\n\nNom\xe9s voleu marcar en el tel\xe8fon?\n\n{{defaultDialInNumber}}Feu clic en aquest enlla\xe7 per a veure el marcatge de n\xfameros de tel\xe8fon per a aquesta reuni\xf3{{dialInfoPageUrl}}",mainText:"Feu clic a l'enlla\xe7 seg\xfcent per a unir-vos a la reuni\xf3:\n{{roomUrl}}"},speaker:"Altaveu",speakerStats:{angry:"Enuig",disgusted:"Disgust",displayEmotions:"Mostra les emocions",fearful:"Temor",happy:"Felicitat",hours:"{{count}}h",minutes:"{{count}}m",name:"Nom",neutral:"Neutral",sad:"Tristesa",search:"Cerca",seconds:"{{count}}s",speakerStats:"Estad\xedstiques de l'interlocutor",speakerTime:"Temps de l'interlocutor",surprised:"Sorpresa"},startupoverlay:{genericTitle:"La reuni\xf3 requereix usar el micr\xf2fon i la c\xe0mera.",policyText:"",title:"{{app}} requereix usar el micr\xf2fon i la c\xe0mera."},suspendedoverlay:{rejoinKeyTitle:"Torna a entrar",text:"Premeu el bot\xf3 Torna a entrar per a tornar a connectar.",title:"La videotrucada s'ha interromput perqu\xe8 l'ordinador ha entrat en mode rep\xf2s."},termsView:{title:"Condicions"},toggleTopPanelLabel:"Mostra o amaga el panell superior",toolbar:{Settings:"Configuraci\xf3",accessibilityLabel:{Settings:"Activa o desactiva la configuraci\xf3",audioOnly:"Activa o desactiva nom\xe9s l'\xe0udio",audioRoute:"Seleccioneu l'aparell de so",boo:"Esbroncada",breakoutRoom:"Entra o surt de la sala de descans",callQuality:"Gestiona la qualitat de la trucada",carmode:"Mode cotxe",cc:"Activa o desactiva els subt\xedtols",chat:"Obre o tanca el xat",clap:"Picament de mans",collapse:"Col\xb7lapsa",document:"Activa o desactiva el document compartit",download:"Baixeu les nostres aplicacions",embedMeeting:"Insereix la reuni\xf3",endConference:"Finalitza la reuni\xf3 per a tothom",expand:"Expandeix",feedback:"Deixa comentaris",fullScreen:"Activa o desactiva la pantalla completa",giphy:"Mostra o amaga el men\xfa GIPHY",grantModerator:"Concedir drets de moderador",hangup:"Surt de la reuni\xf3",help:"Ajuda",invite:"Convida-hi persones",kick:"Expulsa el participant",laugh:"Riure",leaveConference:"Abandona la reuni\xf3",like:"Polzes amunt",linkToSalesforce:"Enlla\xe7 a Salesforce",lobbyButton:"Activa o desactiva la sala d'espera",localRecording:"Activa o desactiva els controls d'enregistrament local",lockRoom:"Activa o desactiva la contrasenya de la reuni\xf3",moreActions:"M\xe9s accions",moreActionsMenu:"Men\xfa d'accions addicionals",moreOptions:"Mostra m\xe9s opcions",mute:"Silencia o activa el so",muteEveryone:"Silencia tothom",muteEveryoneElse:"Silencia tots els altres participants",muteEveryoneElsesVideoStream:"Atura el v\xeddeo a tots els altres",muteEveryonesVideoStream:"Atura el v\xeddeo a tothom",noiseSuppression:"Supressi\xf3 de soroll",participants:"Participants",pip:"Activa o desactiva el mode imatge en imatge",privateMessage:"Envia un missatge privat",profile:"Edita el perfil",raiseHand:"Aixeca o abaixa la m\xe0",reactionsMenu:"Obre o tanca el men\xfa de reaccions",recording:"Activa o desactiva l'enregistrament",remoteMute:"Silencia el participant",remoteVideoMute:"Desactiva la c\xe0mera del participant",security:"Opcions de seguretat",selectBackground:"Trieu un fons",selfView:"Mostra o amaga la visualitzaci\xf3 d'un mateix",shareRoom:"Convida-hi alg\xfa",shareYourScreen:"Inicia o atura la compartici\xf3 de pantalla",shareaudio:"Comparteix l'\xe0udio",sharedvideo:"Mostra o amaga la compartici\xf3 de v\xeddeo",shortcuts:"Activa o desactiva les dreceres",show:"Mostra-ho en l'escena",silence:"Silenci",speakerStats:"Activa o desactiva les estad\xedstiques de l'interlocutor",surprised:"Sorpresa",tileView:"Activa o desactiva el mode mosaic",toggleCamera:"Activa o desactiva la c\xe0mera",toggleFilmstrip:"Mostra o amaga la cinta",videoblur:"Activa o desactiva el desenfocament del v\xeddeo",videomute:"Activa o desactiva la c\xe0mera",whiteboard:"Mostra o amaga la pissarra"},addPeople:"Afegeix persones a la trucada",audioOnlyOff:"Desactiva el mode de poca amplada de banda",audioOnlyOn:"Activa el mode de poc ampleda de banda",audioRoute:"Seleccioneu l'aparell de so",audioSettings:"Par\xe0metres d'\xe0udio",authenticate:"Autentica",boo:"Esbroncada",callQuality:"Gestiona la qualitat de la trucada",chat:"Obre o tanca el xat",clap:"Picament de mans",closeChat:"Tanca el xat",closeReactionsMenu:"Tanca el men\xfa de reaccions",disableNoiseSuppression:"Desactiva la supressi\xf3 de soroll",disableReactionSounds:"Podeu desactivar els sons de reacci\xf3 per a aquesta reuni\xf3",documentClose:"Tanca el document compartit",documentOpen:"Obre el document compartit",download:"Baixeu les nostres aplicacions",e2ee:"Xifratge d'extrem a extrem",embedMeeting:"Insereix la reuni\xf3",endConference:"Finalitza la reuni\xf3 per a tothom",enterFullScreen:"Mostra en pantalla completa",enterTileView:"Mostra en mode mosaic",exitFullScreen:"Surt de la pantalla completa",exitTileView:"Surt del mode mosaic",feedback:"Deixa comentaris",giphy:"Mostra o amaga el men\xfa GIPHY",hangup:"Surt la reuni\xf3",help:"Ajuda",hideWhiteboard:"Amaga la pissarra",invite:"Convida-hi persones",joinBreakoutRoom:"Entra a la sala de descans",laugh:"Riure",leaveBreakoutRoom:"Surt de la sala de descans",leaveConference:"Abandona la reuni\xf3",like:"Polzes amunt",linkToSalesforce:"Enlla\xe7 a Salesforce",lobbyButtonDisable:"Desactiva el mode de sala d'espera",lobbyButtonEnable:"Activa el mode de sala d'espera",login:"Inicia sessi\xf3",logout:"Tanca la sessi\xf3",lowerYourHand:"Abaixa la m\xe0",moreActions:"M\xe9s accions",moreOptions:"M\xe9s opcions",mute:"Silencia o activa el so",muteEveryone:"Silencia tothom",muteEveryonesVideo:"Desactiva la c\xe0mera de tothom",noAudioSignalDesc:"Si no l'heu silenciat intencionadament en la configuraci\xf3 del sistema o per maquinari, considereu canviar l'aparell.",noAudioSignalDescSuggestion:"Si no l'heu silenciat intencionadament en la configuraci\xf3 del sistema o per maquinari, considereu canviar a l'aparell suggerit.",noAudioSignalDialInDesc:"Tamb\xe9 podeu marcar usant:",noAudioSignalDialInLinkDesc:"N\xfameros de marcatge",noAudioSignalTitle:"No entra cap so pel vostre micr\xf2fon!",noiseSuppression:"Supressi\xf3 de soroll",noisyAudioInputDesc:"Sembla que el vostre micr\xf2fon fa soroll, considereu de silenciar-lo o canviar l'aparell.",noisyAudioInputTitle:"Sembla que el micr\xf2fon fa soroll!",openChat:"Obre el xat",openReactionsMenu:"Obre el men\xfa de reaccions",participants:"Participants",pip:"Entra en el mode imatge en imatge",privateMessage:"Envia un missatge privat",profile:"Edita el perfil",raiseHand:"Aixeca o abaixa la m\xe0",raiseYourHand:"Aixeca la m\xe0",reactionBoo:"Envia una reacci\xf3 d'esbroncada",reactionClap:"Envia una reacci\xf3 de picar de mans",reactionLaugh:"Envia un reacci\xf3 de riure",reactionLike:"Envia una reacci\xf3 de polze amunt",reactionSilence:"Envia una reacci\xf3 de silenci",reactionSurprised:"Envia una reacci\xf3 de sorpresa",security:"Opcions de seguretat",selectBackground:"Trieu un fons",shareRoom:"Convida-hi alg\xfa",shareaudio:"Comparteix l'\xe0udio",sharedvideo:"Comparteix el v\xeddeo",shortcuts:"Mostra les dreceres",showWhiteboard:"Mostra la pissarra",silence:"Silenci",speakerStats:"Estad\xedstiques de l'interlocutor",startScreenSharing:"Atura la compartici\xf3 de la pantalla",startSubtitles:"Inicia els subt\xedtols",stopAudioSharing:"Atura la compartici\xf3 d'\xe0udio",stopScreenSharing:"Atura la compartici\xf3 de la pantalla",stopSharedVideo:"Atura el v\xeddeo",stopSubtitles:"Atura els subt\xedtols",surprised:"Sorpresa",talkWhileMutedPopup:"Intenteu parlar? Esteu silenciat.",tileViewToggle:"Activa o desactiva el mode mosaic",toggleCamera:"Activa o desactiva la c\xe0mera",videoSettings:"Par\xe0metres de v\xeddeo",videomute:"Inicia o atura la c\xe0mera"},transcribing:{ccButtonTooltip:"Inicia o atura els subt\xedtols",error:"La transcripci\xf3 ha fallat. Torneu-ho a intentar m\xe9s tard.",expandedLabel:"La transcripci\xf3 est\xe0 activada",failedToStart:"No s'ha pogut iniciar la transcripci\xf3",labelToolTip:"La reuni\xf3 s'est\xe0 transcrivint",off:"La transcripci\xf3 s'ha aturat",pending:"S'est\xe0 preparant per a enregistrar la reuni\xf3...",sourceLanguageDesc:"La llengua actual de la reuni\xf3 \xe9s {{sourceLanguage}}.
Podeu canviar-la",sourceLanguageHere:"aqu\xed",start:"Activa els subt\xedtols",stop:"Desactiva els subt\xedtols",subtitles:"Subt\xedtols",subtitlesOff:"Inactiu",tr:"TR"},userMedia:{androidGrantPermissions:"Seleccioneu Permet si el navegador us sol\xb7licita permisos.",chromeGrantPermissions:"Seleccioneu Permet si el navegador us sol\xb7licita permisos.",edgeGrantPermissions:"Seleccioneu S\xed si el navegador us sol\xb7licita permisos.",electronGrantPermissions:"S'est\xe0 intentant accedir a la vostra c\xe0mera i micr\xf2fon",firefoxGrantPermissions:"Seleccioneu Comparteix l'aparell seleccionat si el navegador us sol\xb7licita permisos.",iexplorerGrantPermissions:"Seleccioneu D'acord si el navegador us sol\xb7licita permisos.",nwjsGrantPermissions:"Concediu permisos per a usar la c\xe0mera i el micr\xf2fon",operaGrantPermissions:"Seleccioneu Permet si el navegador us sol\xb7licita permisos.","react-nativeGrantPermissions":"Seleccioneu Permet si el navegador us sol\xb7licita permisos.",safariGrantPermissions:"Seleccioneu D'acord si el navegador us sol\xb7licita permisos."},videoSIPGW:{busy:"Treballem per a alliberar recursos. Torneu-ho a intentar en uns minuts.",busyTitle:"Ara mateix, el servei de sala est\xe0 ocupat",errorAlreadyInvited:"Ja s'ha convidat {{displayName}}",errorInvite:"Encara no s'ha establert la connexi\xf3. Torneu-ho a intentar m\xe9s tard.",errorInviteFailed:"Treballem per a resoldre el problema. Torneu-ho a intentar m\xe9s tard.",errorInviteFailedTitle:"No s'ha pogut convidar {{displayName}}",errorInviteTitle:"S'ha produ\xeft un error en la sala d'invitaci\xf3",pending:"{{displayName}} us ha convidat"},videoStatus:{adjustFor:"Ajusta per a:",audioOnly:"AUD",audioOnlyExpanded:"Ara sou en el mode de poca amplada de banda. En aquest mode nom\xe9s rebreu \xe0udio i compartici\xf3 de pantalla.",bestPerformance:"Millor rendiment",callQuality:"Qualitat de v\xeddeo",hd:"HD",hdTooltip:"V\xeddeo en alta definici\xf3",highDefinition:"Alta definici\xf3",highestQuality:"Qualitat m\xe9s alta",labelTooiltipNoVideo:"Sense v\xeddeo",labelTooltipAudioOnly:"S'ha activat el mode de poca amplada de banda",ld:"LD",ldTooltip:"V\xeddeo en baixa definici\xf3",lowDefinition:"Baixa definici\xf3",performanceSettings:"Par\xe0metres de rendiment",sd:"SD",sdTooltip:"V\xeddeo en definici\xf3 est\xe0ndard",standardDefinition:"Definici\xf3 est\xe0ndard"},videothumbnail:{connectionInfo:"Informaci\xf3 de la connexi\xf3",domute:"Silencia",domuteOthers:"Silencia tots els altres participants",domuteVideo:"Desactiva la c\xe0mera",domuteVideoOfOthers:"Desactiva la c\xe0mera de tots els altres participants",flip:"Capgira",grantModerator:"Concedir drets de moderador",hideSelfView:"Amaga la vista pr\xf2pia",kick:"Expulsa",moderator:"Moderador",mute:"El participant est\xe0 silenciat",muted:"Silenciat",pinToStage:"Fixa a l'escena",remoteControl:"Inicia o atura el control remot",screenSharing:"El participant est\xe0 compartint la pantalla",show:"Mostra-ho en l'escena",showSelfView:"Mostra la visualitzaci\xf3 d'un mateix",unpinFromStage:"Deixa de fixar",videoMuted:"La c\xe0mera est\xe0 desactivada",videomute:"El participant ha aturat la c\xe0mera"},virtualBackground:{addBackground:"Afegeix un fons",apply:"Aplica",backgroundEffectError:"No s'ha pogut aplicar l'efecte de fons.",blur:"Desenfocament",deleteImage:"Suprimeix la imatge",desktopShare:"Compartici\xf3 d'escriptori",desktopShareError:"No s'ha pogut crear l'escriptori compartit",image1:"Platja",image2:"Mur blanc neutre",image3:"Sala blanca buida",image4:"Llum de peu negre",image5:"Muntanya",image6:"Bosc",image7:"Sortida de sol",none:"Cap",pleaseWait:"Espereu...",removeBackground:"Elimina el fons",slightBlur:"Desenfocament lleu",title:"Fons virtuals",uploadedImage:"Imatge pujada {{index}}",webAssemblyWarning:"WebAssembly no compatible",webAssemblyWarningDescription:"WebAssembly est\xe0 desactivat o no est\xe0 suportat per aquest navegador"},volumeSlider:"Control lliscant de volum",welcomepage:{accessibilityLabel:{join:"Toqueu per a entrar-hi",roomname:"Introdu\xefu el nom de la sala"},addMeetingName:"Afegeix un nom de reuni\xf3",appDescription:"Endavant, xat de v\xeddeo amb tot l'equip. De fet, convideu tothom que conegueu. {{app}} \xe9s una soluci\xf3 de videoconfer\xe8ncia de codi obert 100% completament xifrada que podeu utilitzar durant tot el dia, cada dia, gratu\xeftament, sense necessitat de cap compte.",audioVideoSwitch:{audio:"Veu",video:"V\xeddeo"},calendar:"Agenda",connectCalendarButton:"Connecteu la vostra agenda",connectCalendarText:"Connecteu l'agenda per a veure totes les reunions en {{app}}. M\xe9s, afegiu les reunions {{provider}} a la vostra agenda i inicieu-les amb un clic.",enterRoomTitle:"Inicia una reuni\xf3 nova",getHelp:"Obteniu ajuda",go:"SOM-HI",goSmall:"SOM-HI",headerSubtitle:"Reunions d'alta qualitat i segures",headerTitle:"Jitsi Meet",info:"Informaci\xf3 de marcatge",jitsiOnMobile:"Jitsi al m\xf2bil \u2013 baixeu les nostres aplicacions i comenceu una reuni\xf3 des de qualsevol lloc",join:"CREA / ENTRA",logo:{calendar:"Logotip del Calendari",desktopPreviewThumbnail:"Miniatura de visualitzaci\xf3 pr\xe8via de l'escriptori",googleLogo:"Logotip de Google",logoDeepLinking:"Logotip de Jitsi Meet",microsoftLogo:"Logotip de Microsoft",policyLogo:"Logotip de la pol\xedtica"},mobileDownLoadLinkAndroid:"Baixa l'aplicaci\xf3 per a Android",mobileDownLoadLinkFDroid:"Baixa l'aplicaci\xf3 per a F-Droid",mobileDownLoadLinkIos:"Baixa l'aplicaci\xf3 per a iOS",moderatedMessage:"O reserveu un URL per a la reuni\xf3amb antelaci\xf3 si sou l'\xfanic moderador.",privacy:"Privadesa",recentList:"Recents",recentListDelete:"Suprimeix l'entrada",recentListEmpty:"La llista de reunions recents ara mateix \xe9s buida. Feu xats amb el vostre equip i trobareu totes les reunions recents aqu\xed.",reducedUIText:"Us donem la benvinguda a {{app}}!",roomNameAllowedChars:"El nom de la reuni\xf3 no hauria de contenir cap d'aquests car\xe0cters: ?, &, :, ', \", % ni #.",roomname:"Introdu\xefu el nom de la sala",roomnameHint:"Introdu\xefu el nom o l'URL de la sala on voleu entrar. Podeu crear un nom, nom\xe9s cal que les persones amb qui us reuniu el coneguin i introdueixin el mateix nom.",sendFeedback:"Envia comentaris",settings:"Par\xe0metres",startMeeting:"Inicia la reuni\xf3",terms:"Condicions",title:"Videoconfer\xe8ncia segura, plena de funcionalitats i completament gratu\xefta i lliure"}}},825,[]); -__d(function(e,n,i,r,t,a,s){t.exports={addPeople:{accessibilityLabel:{meetingLink:"Konferenzlink: {{url}}"},add:"Einladen",addContacts:"Laden Sie Ihre Kontakte ein",contacts:"Kontakte",copyInvite:"Sitzungseinladung kopieren",copyLink:"Konferenzlink kopieren",copyStream:"Livestreaminglink kopieren",countryNotSupported:"Wir unterst\xfctzen dieses Land noch nicht.",countryReminder:"Telefonnummer nicht in den USA? Bitte sicherstellen, dass die Telefonnummer mit dem L\xe4ndercode beginnt.",defaultEmail:"Ihre Standard-E-Mail",disabled:"Sie k\xf6nnen keine Personen einladen.",failedToAdd:"Fehler beim Hinzuf\xfcgen von Personen",googleEmail:"Google-E-Mail",inviteMoreHeader:"Sie sind alleine in der Sitzung",inviteMoreMailSubject:"An {{appName}} Meeting teilnehmen",inviteMorePrompt:"Mehr Leute einladen",linkCopied:"Link in die Zwischenablage kopiert",noResults:"Keine passenden Ergebnisse",outlookEmail:"Outlook-E-Mail",phoneNumbers:"Telefonnummern",searching:"Suche...",shareInvite:"Einladung zur Versammlung teilen",shareLink:"Teilen Sie den Konferenzlink, um andere einzuladen",shareStream:"Den Livestreaminglink freigeben",sipAddresses:"SIP-Adressen",telephone:"Telefon: {{number}}",title:"Personen zu dieser Konferenz einladen",yahooEmail:"Yahoo-E-Mail"},audioDevices:{bluetooth:"Bluetooth",car:"Auto",headphones:"Kopfh\xf6rer",none:"Keine Audioger\xe4te verf\xfcgbar",phone:"H\xf6rer",speaker:"Lautsprecher"},audioOnly:{audioOnly:"Geringe Bandbreite"},bandwidthSettings:{assumedBandwidthBps:"z.B. 10000000 f\xfcr 10 Mbps",assumedBandwidthBpsWarning:"H\xf6here Werte k\xf6nnen zu Netzwerk-Problemen f\xfchren.",customValue:"spezifischer Wert",customValueEffect:"setzt den Wert in bps",leaveEmpty:"leer lassen",leaveEmptyEffect:"aktiviert die automatische Absch\xe4tzung",possibleValues:"M\xf6gliche Werte",setAssumedBandwidthBps:"Angenommene Bandbreite (bps)",title:"Einstellungen Bandbreite",zeroEffect:"schaltet Video aus"},breakoutRooms:{actions:{add:"Breakout-Raum hinzuf\xfcgen",autoAssign:"Automatisch auf Breakout-R\xe4ume verteilen",close:"Schlie\xdfen",join:"Teilnehmen",leaveBreakoutRoom:"Breakout-Raum verlassen",more:"Mehr",remove:"Entfernen",rename:"Umbenennen",renameBreakoutRoom:"Breakout-Raum umbenennen",sendToBreakoutRoom:"Anwesende in Breakout-Raum verschieben:"},defaultName:"Breakout-Raum #{{index}}",mainRoom:"Hauptraum",notifications:{joined:"Breakout-Raum \"{{name}}\" betreten",joinedMainRoom:"Hauptraum betreten",joinedTitle:"Breakout-R\xe4ume"}},calendarSync:{addMeetingURL:"Konferenzlink hinzuf\xfcgen",confirmAddLink:"M\xf6chten Sie einen Jitsi-Link zu diesem Termin hinzuf\xfcgen?",error:{appConfiguration:"Kalenderintegration ist nicht richtig konfiguriert.",generic:"Ein Fehler ist aufgetreten. Pr\xfcfen Sie Ihre Kalendereinstellungen oder versuchen Sie, den Kalender zu aktualisieren.",notSignedIn:"Ein Fehler ist w\xe4hrend der Authentifizierung zur Anzeige von Kalenderterminen aufgetreten. Pr\xfcfen Sie Ihre Kalendereinstellungen oder versuchen Sie, sich erneut anzumelden."},join:"Teilnehmen",joinTooltip:"Am Meeting teilnehmen",nextMeeting:"N\xe4chste Konferenz",noEvents:"Es gibt keine bevorstehenden Termine.",ongoingMeeting:"Laufendes Meeting",permissionButton:"Einstellungen \xf6ffnen",permissionMessage:"Die App ben\xf6tigt Zugriff auf den Kalender, um Termine und Konferenzen anzuzeigen.",refresh:"Kalender aktualisieren",today:"Heute"},carmode:{actions:{selectSoundDevice:"Audioger\xe4t ausw\xe4hlen"},labels:{buttonLabel:"Automodus",title:"Automodus",videoStopped:"Ihre Kamera ist deaktiviert"}},chat:{enter:"Chat-Raum betreten",error:"Fehler: Ihre Nachricht wurde nicht versendet. Grund: {{error}}",fieldPlaceHolder:"Geben Sie Ihre Nachricht hier ein",lobbyChatMessageTo:"Lobby-Nachricht an {{recipient}}",message:"Nachricht",messageAccessibleTitle:"{{user}} sagt:",messageAccessibleTitleMe:"Ich sage:",messageTo:"Private Nachricht an {{recipient}}",messagebox:"Nachricht eingeben",newMessages:"Neue Nachrichten",nickname:{popover:"W\xe4hle einen Alias",title:"Geben Sie einen Alias zum Chatten ein",titleWithPolls:"Geben Sie einen Alias zum Chatten ein"},noMessagesMessage:"Es gibt noch keine Nachricht in dieser Konferenz. Starten Sie hier eine Unterhaltung!",privateNotice:"Private Nachricht an {{recipient}}",sendButton:"Senden",smileysPanel:"Emoji-Auswahl",tabs:{chat:"Chatten",polls:"Umfragen"},title:"Chatten",titleWithPolls:"Chatten und Umfragen",you:"Sie"},chromeExtensionBanner:{buttonText:"Chrome-Erweiterung installieren",buttonTextEdge:"Edge-Erweiterung installieren",close:"Schlie\xdfen",dontShowAgain:"Hinweis nicht mehr anzeigen",installExtensionText:"Installieren Sie die Erweiterung f\xfcr die Integration von Google Calendar und Office 365"},connectingOverlay:{joiningRoom:"Eine Verbindung zu Ihrem Meeting wird hergestellt\u2026"},connection:{ATTACHED:"Angeh\xe4ngt",AUTHENTICATING:"Authentifizierung l\xe4uft",AUTHFAIL:"Authentifizierung fehlgeschlagen",CONNECTED:"Verbunden",CONNECTING:"Verbindung wird hergestellt",CONNFAIL:"Verbindungsaufbau gescheitert",DISCONNECTED:"Getrennt",DISCONNECTING:"Verbindung wird getrennt",ERROR:"Fehler",FETCH_SESSION_ID:"Sitzungs-ID abrufen\xa0\u2026",GET_SESSION_ID_ERROR:"Sitzungs-ID-Fehler erhalten: {{code}}",GOT_SESSION_ID:"Sitzungs-ID abrufen\xa0\u2026 beendet",LOW_BANDWIDTH:"Video f\xfcr {{displayName}} wurde ausgeschaltet, um Bandbreite einzusparen"},connectionindicator:{address:"Adresse:",audio_ssrc:"Audio-SSRC:",bandwidth:"Gesch\xe4tzte Bandbreite:",bitrate:"Bitrate:",bridgeCount:"Serverzahl: ",codecs:"Codecs (A/V): ",connectedTo:"Verbunden mit:",e2eeVerified:"E2EE verifiziert:",framerate:"Bildwiederholrate:",less:"Weniger anzeigen",localaddress:"Lokale Adresse:",localaddress_plural:"Lokale Adressen:",localport:"Lokaler Port:",localport_plural:"Lokale Ports:",maxEnabledResolution:"max. senden",more:"Mehr anzeigen",no:"Nein",packetloss:"Paketverlust:",participant_id:"Personen-ID:",quality:{good:"Gut",inactive:"Inaktiv",lost:"Verloren",nonoptimal:"Nicht optimal",poor:"Schlecht"},remoteaddress:"Entfernte Adresse:",remoteaddress_plural:"Entfernte Adressen:",remoteport:"Entfernter Port:",remoteport_plural:"Entfernte Ports:",resolution:"Aufl\xf6sung:",savelogs:"Logs speichern",status:"Verbindung:",transport:"Protokoll:",transport_plural:"Protokolle:",video_ssrc:"Video-SSRC:",yes:"Ja"},dateUtils:{earlier:"Fr\xfcher",today:"Heute",yesterday:"Gestern"},deepLinking:{appNotInstalled:"Sie ben\xf6tigen die \u201e{{app}}\u201c-App, um der Konferenz auf dem Smartphone beizutreten.",description:"Nichts passiert? Wir haben versucht, die Konferenz in {{app}} zu \xf6ffnen. Versuchen Sie es erneut oder treten Sie der Konferenz in {{app}} im Web bei.",descriptionNew:"Nichts passiert? Wir haben versucht, die Konferenz in {{app}} zu \xf6ffnen.

Versuchen Sie es erneut oder treten Sie der Konferenz im Web bei.",descriptionWithoutWeb:"Ist nichts passiert? Wir haben versucht, Ihre Besprechung in der \u201e{{app}}\u201c-Desktop-App zu starten.",downloadApp:"App herunterladen",downloadMobileApp:"Aus dem App Store herunterladen",ifDoNotHaveApp:"Wenn Sie die App noch nicht haben:",ifHaveApp:"Wenn Sie die App bereits haben:",joinInApp:"Mit der App am Meeting teilnehmen",joinInAppNew:"Mit der App",joinInBrowser:"Im Browser",launchMeetingLabel:"Wie m\xf6chten Sie an der Konferenz teilnehmen?",launchWebButton:"Im Web \xf6ffnen",noMobileApp:"Sie haben die App noch nicht installiert?",termsAndConditions:"Indem Sie fortfahren, stimmen Sie underenNutzungsbedingungen zu.",title:"Die Konferenz wird in {{app}} ge\xf6ffnet\xa0\u2026",titleNew:"Konferenz starten ...",tryAgainButton:"Erneut mit der nativen Applikation versuchen",unsupportedBrowser:"Sie verwenden einen Browser, der noch nicht unterst\xfctzt wird."},defaultLink:"Bsp.: {{url}}",defaultNickname:"Z. B. Jane Pink",deviceError:{cameraError:"Fehler beim Zugriff auf die Kamera",cameraPermission:"Fehler beim Bezug der Kamera-Zugriffsberechtigungen",microphoneError:"Fehler beim Zugriff auf das Mikrofon",microphonePermission:"Fehler beim Bezug der Mikrofon-Zugriffsberechtigungen"},deviceSelection:{hid:{callControl:"Anrufsteuerung",connectedDevices:"Verbundene Ger\xe4te:",deleteDevice:"Ger\xe4t l\xf6schen",pairDevice:"Ger\xe4t verbinden"},noPermission:"Berechtigungen nicht erteilt",previewUnavailable:"Keine Vorschau verf\xfcgbar",selectADevice:"Ein Ger\xe4t w\xe4hlen",testAudio:"Pr\xfcfton wiedergeben"},dialIn:{screenTitle:"Einwahldaten"},dialOut:{statusMessage:"ist jetzt {{status}}"},dialog:{Back:"Zur\xfcck",Cancel:"Abbrechen",IamHost:"Ich leite das Meeting",Ok:"OK",Remove:"Entfernen",Share:"Teilen",Submit:"OK",WaitForHostMsg:"Die Konferenz wurde noch nicht gestartet. Falls Sie die Konferenz leiten, authentifizieren Sie sich bitte. Warten Sie andernfalls, bis die Konferenz gestartet wird.",WaitingForHostTitle:"Warten auf den Beginn der Konferenz\xa0\u2026",Yes:"Ja",accessibilityLabel:{Cancel:"Abbrechen (Popup schlie\xdfen)",Ok:"OK (Speichern und Popup schlie\xdfen)",close:"Popup schlie\xdfen",liveStreaming:"Livestream",sharingTabs:"Optionen zum Teilen"},add:"Hinzuf\xfcgen",addMeetingNote:"Notiz zu dieser Konferenz hinzuf\xfcgen",addOptionalNote:"Notiz hinzuf\xfcgen (optional):",allow:"Erlauben",alreadySharedVideoMsg:"Eine andere Person gibt bereits ein Video weiter. Bei dieser Konferenz ist jeweils nur ein geteiltes Video m\xf6glich.",alreadySharedVideoTitle:"Nur ein geteiltes Video gleichzeitig",applicationWindow:"Anwendungsfenster",authenticationRequired:"Authentifizierung ben\xf6tigt",cameraConstraintFailedError:"Ihre Kamera erf\xfcllt die notwendigen Anforderungen nicht.",cameraNotFoundError:"Kamera nicht gefunden.",cameraNotSendingData:"Die Kamera ist nicht verf\xfcgbar. Bitte pr\xfcfen, ob eine andere Applikation die Kamera verwendet, eine andere Kamera vom Einstellungs-Men\xfc ausw\xe4hlen oder die Applikation neu laden.",cameraNotSendingDataTitle:"Zugriff auf Kamera nicht m\xf6glich",cameraPermissionDeniedError:"Die Berechtigung zur Verwendung der Kamera wurde nicht erteilt. Sie k\xf6nnen trotzdem an der Konferenz teilnehmen, aber die anderen Personen k\xf6nnen Sie nicht sehen. Verwenden Sie die Kamera-Schaltfl\xe4che in der Adressleiste, um die Berechtigungen zu erteilen.",cameraTimeoutError:"Die Videoquelle konnte nicht gestartet werden. Es ist eine Zeit\xfcberschreitung aufgetreten!",cameraUnknownError:"Die Kamera kann aus einem unbekannten Grund nicht verwendet werden.",cameraUnsupportedResolutionError:"Die Kamera unterst\xfctzt die erforderliche Aufl\xf6sung nicht.",close:"Schlie\xdfen",conferenceDisconnectMsg:"Pr\xfcfen Sie allenfalls Ihre Netzwerkverbindung. Verbinde in {{seconds}} Sekunden\xa0\u2026",conferenceDisconnectTitle:"Ihre Verbindung ist getrennt worden.",conferenceReloadMsg:"Wir versuchen das zu beheben. Verbinde in {{seconds}} Sekunden\xa0\u2026",conferenceReloadTitle:"Leider ist etwas schiefgegangen.",confirm:"Best\xe4tigen",confirmNo:"Nein",confirmYes:"Ja",connectError:"Oh! Es hat etwas nicht geklappt und der Konferenz konnte nicht beigetreten werden.",connectErrorWithMsg:"Oh! Es hat etwas nicht geklappt und der Konferenz konnte nicht beigetreten werden: {{msg}}",connecting:"Verbindung wird hergestellt",contactSupport:"Support kontaktieren",copied:"Kopiert",copy:"Kopieren",dismiss:"OK",displayNameRequired:"Hallo! Wie ist Ihr Name?",done:"Fertig",e2eeDescription:"Ende-zu-Ende-Verschl\xfcsselung ist derzeit noch EXPERIMENTELL. Bitte beachten Sie, dass das Aktivieren der Ende-zu-Ende-Verschl\xfcsselung diverse serverseitige Funktionen deaktiviert: Aufnahmen, Livestreaming und Telefoneinwahl. Bitte beachten Sie au\xdferdem, dass der Konferenz dann nur noch mit Browsern beigetreten werden kann, die Insertable Streams unterst\xfctzen.",e2eeDisabledDueToMaxModeDescription:"Ende-zu-Ende-Verschl\xfcsselung kann aufgrund der gro\xdfen Zahl an Anwesenden nicht aktiviert werden.",e2eeLabel:"Ende-zu-Ende-Verschl\xfcsselung aktivieren",e2eeWarning:"WARNUNG: Nicht alle Personen dieser Konferenz scheinen Ende-zu-Ende-Verschl\xfcsselung zu unterst\xfctzen. Wenn Sie diese aktivieren, k\xf6nnen die entsprechenden Personen nichts mehr sehen oder h\xf6ren.",e2eeWillDisableDueToMaxModeDescription:"WARNUNG: Ende-zu-Ende-Verschl\xfcsselung wird automatisch deaktiviert, wenn weitere Anwesende an der Konferenz teilnehmen.",embedMeeting:"Besprechung einbetten",enterDisplayName:"Bitte geben Sie hier Ihren Namen ein",error:"Fehler",gracefulShutdown:"Der Dienst steht momentan wegen Wartungsarbeiten nicht zur Verf\xfcgung. Bitte versuchen Sie es sp\xe4ter noch einmal.",grantModeratorDialog:"M\xf6chten Sie wirklich Moderationsrechte an diese Person vergeben?",grantModeratorTitle:"Moderationsrechte vergeben",hide:"Ausblenden",hideShareAudioHelper:"Diese Meldung nicht mehr anzeigen",incorrectPassword:"Name oder Passwort ung\xfcltig",incorrectRoomLockPassword:"Falsches Passwort",internalError:"Oh! Es hat etwas nicht funktioniert. Der folgende Fehler ist aufgetreten: {{error}}",internalErrorTitle:"Interner Fehler",kickMessage:"Sie k\xf6nnen sich f\xfcr mehr Details an {{participantDisplayName}} wenden.",kickParticipantButton:"Entfernen",kickParticipantDialog:"Wollen Sie diese Person wirklich entfernen?",kickParticipantTitle:"Person entfernen?",kickTitle:"Autsch! {{participantDisplayName}} hat Sie aus dem Meeting geworfen",linkMeeting:"Konferenz verlinken",linkMeetingTitle:"Konferenz mit Salesforce verlinken",liveStreaming:"Livestreaming",liveStreamingDisabledBecauseOfActiveRecordingTooltip:"W\xe4hrend einer Aufnahme nicht m\xf6glich",localUserControls:"Lokale Benutzersteuerung",lockMessage:"Die Konferenz konnte nicht gesperrt werden.",lockRoom:"Konferenz$t(lockRoomPassword) hinzuf\xfcgen",lockTitle:"Sperren fehlgeschlagen",login:"Anmelden",logoutQuestion:"Sind Sie sicher, dass Sie sich abmelden und die Konferenz verlassen m\xf6chten?",logoutTitle:"Abmelden",maxUsersLimitReached:"Das Limit f\xfcr die maximale Personenzahl ist erreicht. Die Konferenz ist voll. Bitte wenden Sie sich an die Konferenzleitung oder versuchen Sie es sp\xe4ter noch einmal!",maxUsersLimitReachedTitle:"Maximale Personenzahl erreicht",micConstraintFailedError:"Ihr Mikrofon erf\xfcllt die notwendigen Anforderungen nicht.",micNotFoundError:"Mikrofon nicht gefunden.",micNotSendingData:"Gehen Sie zu den Einstellungen Ihres Computers, um die Stummschaltung Ihres Mikrofons aufzuheben und seinen Pegel einzustellen",micNotSendingDataTitle:"Ihr Mikrofon ist durch Ihre Systemeinstellungen stumm geschaltet",micPermissionDeniedError:"Die Berechtigung zur Verwendung des Mikrofons wurde nicht erteilt. Sie k\xf6nnen trotzdem an der Konferenz teilnehmen, aber die anderen Personen k\xf6nnen Sie nicht h\xf6ren. Verwenden Sie die Kamera-Schaltfl\xe4che in der Adressleiste, um die Berechtigungen zu erteilen.",micTimeoutError:"Audioquelle konnte nicht gestartet werden. Zeit\xfcberschreitung",micUnknownError:"Das Mikrofon kann aus einem unbekannten Grund nicht verwendet werden.",moderationAudioLabel:"Erlaube Anwesenden die Stummschaltung f\xfcr sich aufzuheben",moderationVideoLabel:"Erlaube Anwesenden ihre Kamera einzuschalten",muteEveryoneDialog:"Wollen Sie wirklich alle stummschalten? Sie k\xf6nnen deren Stummschaltung nicht mehr beenden, aber sie k\xf6nnen ihre Stummschaltung jederzeit selbst beenden.",muteEveryoneDialogModerationOn:"Die Anwesenden k\xf6nnen eine Anfrage zum Sprechen jederzeit senden.",muteEveryoneElseDialog:"Einmal stummgeschaltet, k\xf6nnen Sie deren Stummschaltung nicht mehr beenden, aber sie k\xf6nnen ihre Stummschaltung jederzeit selbst beenden.",muteEveryoneElseTitle:"Alle au\xdfer {{whom}} stummschalten?",muteEveryoneElsesVideoDialog:"Sobald die Kamera deaktiviert ist, k\xf6nnen Sie sie nicht wieder aktivieren, die Teilnehmer k\xf6nnen dies aber jederzeit wieder \xe4ndern.",muteEveryoneElsesVideoTitle:"Die Kamera von allen au\xdfer {{whom}} ausschalten?",muteEveryoneSelf:"sich selbst",muteEveryoneStartMuted:"Alle beginnen von jetzt an stummgeschaltet",muteEveryoneTitle:"Alle stummschalten?",muteEveryonesVideoDialog:"Sind Sie sicher, dass Sie die Kamera von allen Teilnehmern deaktivieren m\xf6chten? Sie k\xf6nnen sie nicht wieder aktivieren, die Teilnehmer k\xf6nnen dies aber jederzeit wieder \xe4ndern.",muteEveryonesVideoDialogModerationOn:"Die Anwesenden k\xf6nnen jederzeit eine Anfrage senden, um ihre Kamera einzuschalten.",muteEveryonesVideoDialogOk:"deaktivieren",muteEveryonesVideoTitle:"Die Kamera von allen anderen ausschalten?",muteParticipantBody:"Sie k\xf6nnen die Stummschaltung anderer Personen nicht aufheben, aber eine Person kann ihre eigene Stummschaltung jederzeit beenden.",muteParticipantButton:"Stummschalten",muteParticipantsVideoBody:"Sie k\xf6nnen die Kamera nicht wieder aktivieren, die Teilnehmer k\xf6nnen dies aber jederzeit wieder \xe4ndern.",muteParticipantsVideoBodyModerationOn:"Sie k\xf6nnen die Kamera nicht wieder aktivieren und die Person selbst auch nicht.",muteParticipantsVideoButton:"Kamera ausschalten",muteParticipantsVideoDialog:"Wollen Sie die Kamera dieser Person wirklich deaktivieren? Sie k\xf6nnen die Kamera nicht wieder aktivieren, die Person kann dies aber jederzeit selbst tun.",muteParticipantsVideoDialogModerationOn:"Wollen Sie die Kamera dieser Person wirklich deaktivieren? Sie k\xf6nnen die Kamea nicht wieder aktivieren und die Person selbst auch nicht.",muteParticipantsVideoTitle:"Die Kamera von dieser Person ausschalten?",noDropboxToken:"Kein g\xfcltiges Dropbox-Token",password:"Passwort",passwordLabel:"Dieses Meeting wurde gesichert. Bitte geben Sie das $t(lockRoomPasswordUppercase) ein, um dem Meeting beizutreten.",passwordNotSupported:"Das Festlegen eines Konferenzpassworts wird nicht unterst\xfctzt.",passwordNotSupportedTitle:"$t(lockRoomPasswordUppercase) nicht unterst\xfctzt",passwordRequired:"$t(lockRoomPasswordUppercase) erforderlich",permissionCameraRequiredError:"Der Zugriff auf die Kamera wird ben\xf6tigt, um in Videokonferenzen teilzunehmen. Bitte in den Einstellungen zulassen",permissionErrorTitle:"Berechtigung ben\xf6tigt",permissionMicRequiredError:"Der Zugriff auf das Mikrofon wird ben\xf6tigt, um an Konferenzen mit Ton teilzunehmen. Bitte in den Einstellungen zulassen",readMore:"mehr",recentlyUsedObjects:"Ihre zuletzt verwendeten Objekte",recording:"Aufnahme",recordingDisabledBecauseOfActiveLiveStreamingTooltip:"W\xe4hrend eines Livestreams nicht m\xf6glich",rejoinNow:"Jetzt erneut beitreten",remoteControlAllowedMessage:"{{user}} hat die Anfrage zur Fernsteuerung angenommen!",remoteControlDeniedMessage:"{{user}} hat die Anfrage zur Fernsteuerung verweigert!",remoteControlErrorMessage:"Beim Anfordern der Fernsteuerungsberechtigung von {{user}} ist ein Fehler aufgetreten!",remoteControlRequestMessage:"M\xf6chten Sie {{user}} erlauben, den Computer fernzusteuern?",remoteControlShareScreenWarning:"Achtung, wenn Sie die Anfrage genehmigen, starten Sie die Bildschirmfreigabe!",remoteControlStopMessage:"Die Fernsteuerung wurde beendet!",remoteControlTitle:"Fernsteuerung",remoteUserControls:"Remote Benutzersteuerung von {{username}}",removePassword:"$t(lockRoomPasswordUppercase) entfernen",removeSharedVideoMsg:"Sind Sie sicher, dass Sie das geteilte Video entfernen m\xf6chten?",removeSharedVideoTitle:"Freigegebenes Video entfernen",renameBreakoutRoomLabel:"Raumname",renameBreakoutRoomTitle:"Breakout-Raum umbenennen",reservationError:"Fehler im Reservierungssystem",reservationErrorMsg:"Fehler, Nummer: {{code}}, Nachricht: {{msg}}",retry:"Wiederholen",screenSharingAudio:"Audio teilen",screenSharingFailed:"Ups! Beim Teilen des Bildschirms ist etwas schiefgegangen!",screenSharingFailedTitle:"Bildschirmfreigabe fehlgeschlagen!",screenSharingPermissionDeniedError:"Ups! Etwas stimmt nicht mit Ihren Berechtigungen zur Bildschirmfreigabe. Bitte neu laden und erneut versuchen.",searchInSalesforce:"In Salesforce suchen",searchResults:"Suchergebnisse({{count}})",searchResultsDetailsError:"Beim Abrufen der Daten des Besitzers ist ein Fehler aufgetreten.",searchResultsError:"Beim Abrufen der Daten ist ein Fehler aufgetreten.",searchResultsNotFound:"Keine Suchergebnisse.",searchResultsTryAgain:"Versuchen Sie es mit anderen Stichw\xf6rtern.",sendPrivateMessage:"Sie haben k\xfcrzlich eine private Nachricht erhalten. Hatten Sie die Absicht, darauf privat zu antworten, oder wollen Sie Ihre Nachricht an die Gruppe senden?",sendPrivateMessageCancel:"An die Gruppe senden",sendPrivateMessageOk:"Privat antworten",sendPrivateMessageTitle:"Privat antworten?",serviceUnavailable:"Dienst nicht verf\xfcgbar",sessTerminated:"Konferenz beendet",sessionRestarted:"Konferenz neugestartet",shareAudio:"Fortfahren",shareAudioTitle:"Wie kann Audio geteilt werden",shareAudioWarningD1:"m\xfcssen Sie Ihre Bildschirmfreigabe stoppen, bevor Sie Audio teilen k\xf6nnen.",shareAudioWarningD2:"m\xfcssen Sie Ihre Bildschirmfreigabe neustarten und die Option \"Audio freigeben\" ausw\xe4hlen.",shareAudioWarningH1:"Wenn Sie Ihr Audio teilen wollen:",shareAudioWarningTitle:"Sie m\xfcssen die Bildschirmfreigabe ausschalten, bevor Sie Audio teilen k\xf6nnen",shareMediaWarningGenericH2:"Wenn Sie Ihren Bildschirm und Audio teilen wollen",shareScreenWarningD1:"m\xfcssen Sie Ihre Audiofreigabe stoppen, bevor Sie ihren Bildschirm freigeben.",shareScreenWarningD2:"m\xfcssen Sie Ihre Audiofreigabe stoppen und dann die Bildschirmfreigabe mit der Option \"Audio freigeben\" starten.",shareScreenWarningH1:"Wenn Sie Ihren Bildschirm freigeben wollen:",shareScreenWarningTitle:"Sie m\xfcssen die Audiofreigabe beenden, bevor Sie den Bildschirm freigeben k\xf6nnen",shareVideoLinkError:"Bitte einen g\xfcltigen Link angeben.",shareVideoTitle:"Video teilen",shareYourScreen:"Bildschirmfreigabe ein-/ausschalten",shareYourScreenDisabled:"Bildschirmfreigabe deaktiviert.",sharedVideoDialogError:"Fehler: Ung\xfcltige URL",sharedVideoLinkPlaceholder:"YouTube-URL oder direkte Video-URL",show:"Anzeigen",start:"Starte ",startLiveStreaming:"Livestream starten",startRecording:"Aufnahme starten",startRemoteControlErrorMessage:"Beim Versuch, die Fernsteuerung zu starten, ist ein Fehler aufgetreten!",stopLiveStreaming:"Livestream stoppen",stopRecording:"Aufnahme stoppen",stopRecordingWarning:"Sind Sie sicher, dass Sie die Aufnahme stoppen m\xf6chten?",stopStreamingWarning:"Sind Sie sicher, dass Sie den Livestream stoppen m\xf6chten?",streamKey:"Streamschl\xfcssel",thankYou:"Danke f\xfcr die Verwendung von {{appName}}!",token:"Token",tokenAuthFailed:"Sie sind nicht berechtigt, dieser Konferenz beizutreten.",tokenAuthFailedTitle:"Authentifizierung fehlgeschlagen",tokenAuthUnsupported:"Token-Authentifizierung wird nicht unterst\xfctzt.",transcribing:"Wird transkribiert",unlockRoom:"Konferenz$t(lockRoomPassword) entfernen",user:"Anmeldename",userIdentifier:"Benutzername",userPassword:"Passwort",verifyParticipantConfirm:"Sie stimmen \xfcberein",verifyParticipantDismiss:"Sie stimmen nicht \xfcberein",verifyParticipantQuestion:"EXPERIMENTELL: Frage Person {{participantName}} ob sie den selben Inhalt in der selben Reihenfolge sieht.",verifyParticipantTitle:"Personsverifikation",videoLink:"Video-Link",viewUpgradeOptions:"Upgradeoptionen anzeigen",viewUpgradeOptionsContent:"Sie m\xfcssen Ihren Tarif erweitern, um Premium-Features wie Aufnahme, Transkription, RTMP-Streaming und mehr zu nutzen.",viewUpgradeOptionsTitle:"Sie haben ein Premium-Feature entdeckt!",yourEntireScreen:"Ganzer Bildschirm"},documentSharing:{title:"Freigegebenes Dokument"},e2ee:{labelToolTip:"Audio- und Videodaten dieser Unterhaltung sind jetzt zwischen den Personen verschl\xfcsselt"},embedMeeting:{title:"Diese Konferenz einbetten"},feedback:{accessibilityLabel:{yourChoice:"Ihre Auswahl: {{rating}}"},average:"Durchschnittlich",bad:"Schlecht",detailsLabel:"Sagen Sie uns mehr dazu.",good:"Gut",rateExperience:"Bitte bewerten Sie diese Konferenz",star:"Sterne",veryBad:"Sehr schlecht",veryGood:"Sehr gut"},filmstrip:{accessibilityLabel:{heading:"Videominiaturen"}},giphy:{noResults:"Keine Ergebnisse :(",search:"GIPHY durchsuchen"},incomingCall:{answer:"Antworten",audioCallTitle:"Eingehender Anruf",decline:"OK",productLabel:"von Jitsi Meet",videoCallTitle:"Eingehender Videoanruf"},info:{accessibilityLabel:"Informationen anzeigen",addPassword:"$t(lockRoomPasswordUppercase) hinzuf\xfcgen",cancelPassword:"$t(lockRoomPasswordUppercase) l\xf6schen",conferenceURL:"Link:",copyNumber:"Nummer kopieren",country:"Land",dialANumber:"Um am Meeting teilzunehmen, m\xfcssen Sie eine dieser Nummern w\xe4hlen und dann die PIN eingeben.",dialInConferenceID:"PIN:",dialInNotSupported:"Entschuldigung, leider wird das Einw\xe4hlen derzeit nicht unterst\xfctzt.",dialInNumber:"Einw\xe4hlen:",dialInSummaryError:"Fehler beim Abrufen der Einwahlinformationen. Versuchen Sie es sp\xe4ter erneut.",dialInTollFree:"Geb\xfchrenfrei",genericError:"Es ist leider etwas schiefgegangen.",inviteLiveStream:"Klicken Sie auf {{url}}, um den Livestream dieser Konferenz zu \xf6ffnen",invitePhone:"Wenn Sie stattdessen per Telefon beitreten m\xf6chten, w\xe4hlen sie: {{number}},,{{conferenceID}}#\n",invitePhoneAlternatives:"Suchen Sie nach einer anderen Einwahlnummer ?\nEinwahlnummern der Konferenz anzeigen: {{url}}\n\n\nWenn Sie sich auch \xfcber ein Raumtelefon einw\xe4hlen, nehmen Sie teil, ohne sich mit dem Ton zu verbinden: {{silentUrl}}",inviteSipEndpoint:"Um mit SIP teilzunehmen, folgende Adresse nutzen: {{sipUri}}",inviteTextiOSInviteUrl:"Am Meeting teilnehmen: {{inviteUrl}}.",inviteTextiOSJoinSilent:"Wenn Sie \xfcber ein Konferenztelefon teilnehmen, k\xf6nnen Sie diesen Link nutzen um ohne Ton an der Konferenz teilzunehmen: {{silentUrl}}.",inviteTextiOSPersonal:"{{name}} l\xe4dt Sie zu einem Meeting ein.",inviteTextiOSPhone:"Nutzen Sie folgende Nummer um via Telefon teilzunehmen: {{number}},,{{conferenceID}}#. Wenn Sie nach einer anderen Einwahlnummer suchen, finden Sie die vollst\xe4ndige Liste hier: {{didUrl}}.",inviteURLFirstPartGeneral:"Sie wurden zur Teilnahme an einem Meeting eingeladen.",inviteURLFirstPartPersonal:"{{name}} l\xe4dt Sie zu einem Meeting ein.\n",inviteURLSecondPart:"\nAm Meeting teilnehmen:\n{{url}}\n",label:"Einwahlinformationen",liveStreamURL:"Livestream:",moreNumbers:"Weitere Telefonnummern",noNumbers:"Keine Telefonnummern verf\xfcgbar.",noPassword:"Kein Passwort ben\xf6tigt",noRoom:"Keine Konferenz f\xfcr die Einwahlinformationen angegeben.",numbers:"Einwahlnummern",password:"$t(lockRoomPasswordUppercase):",reachedLimit:"Sie haben die Grenzen Ihres Tarifs erreicht.",sip:"SIP-Adresse",title:"Teilen",tooltip:"Freigabe-Link und Einwahlinformationen f\xfcr dieses Meeting",upgradeOptions:"Bitte pr\xfcfen Sie Ihre Upgrade-Optionen auf"},inlineDialogFailure:{msg:"Es ist ein Fehler aufgetreten.",retry:"Erneut versuchen",support:"Support",supportMsg:"Wenn der Fehler erneut auftritt, bitte kontaktieren Sie"},inviteDialog:{alertText:"Die Einladung einiger Personen ist fehlgeschlagen.",header:"Einladen",searchCallOnlyPlaceholder:"Telefonnummer eingeben",searchPeopleOnlyPlaceholder:"Nach Personen suchen",searchPlaceholder:"Personen oder Telefonnummer",send:"Senden"},jitsiHome:"{{logo}} Logo, verlinkt zur Homepage",keyboardShortcuts:{focusLocal:"Lokales Video fokussieren",focusRemote:"Auf das Video einer anderen Person fokussieren",fullScreen:"Vollbildmodus aktivieren oder deaktivieren",giphyMenu:"GIPHY ein- oder ausblenden",keyboardShortcuts:"Tastenk\xfcrzel",localRecording:"Lokale Aufzeichnungssteuerelemente ein- oder ausblenden",mute:"Stummschaltung aktivieren oder deaktivieren",pushToTalk:"Push-to-Talk (Sprechtaste)",raiseHand:"Hand heben",showSpeakerStats:"Sprechstatistik anzeigen",toggleChat:"Chat \xf6ffnen oder schlie\xdfen",toggleFilmstrip:"Video-Miniaturansichten ein- oder ausblenden",toggleParticipantsPane:"Liste der Anwesenden ein- und ausblenden",toggleScreensharing:"Zwischen Kamera und Bildschirmfreigabe wechseln",toggleShortcuts:"Tastenkombinationen ein- oder ausblenden",videoMute:"Kamera starten oder stoppen"},largeVideo:{screenIsShared:"Ihr Bildschirm wird freigegeben",showMeWhatImSharing:"Anzeigen, was freigegeben wird"},liveStreaming:{busy:"Es werden Ressourcen zum Streamen bereitgestellt. Bitte in ein paar Minuten erneut versuchen.",busyTitle:"Alle Streaming-Instanzen sind in Gebrauch",changeSignIn:"Konten wechseln.",choose:"Livestream ausw\xe4hlen",chooseCTA:"Streaming-Option ausw\xe4hlen. Sie sind aktuell als {{email}} angemeldet.",enterStreamKey:"Streamschl\xfcssel f\xfcr den YouTube-Livestream hier eingeben.",error:"Das Livestreaming ist fehlgeschlagen. Bitte versuchen Sie es erneut.",errorAPI:"Beim Abrufen der YouTube-Livestreams ist ein Fehler aufgetreten. Bitte versuchen Sie, sich erneut anzumelden.",errorLiveStreamNotEnabled:"Livestreaming ist f\xfcr {{email}} nicht aktiviert. Aktivieren Sie das Livestreaming oder melden Sie sich bei einem Konto mit aktiviertem Livestreaming an.",expandedOff:"Livestream wurde angehalten",expandedOn:"Das Meeting wird momentan an YouTube gestreamt.",expandedPending:"Livestream wird gestartet\xa0\u2026",failedToStart:"Livestream konnte nicht gestartet werden",getStreamKeyManually:"Wir waren nicht in der Lage, Livestreams abzurufen. Versuchen Sie, Ihren Livestream-Schl\xfcssel von YouTube zu erhalten.",googlePrivacyPolicy:"Google-Datenschutzerkl\xe4rung",inProgress:"Livestreaming gestartet",invalidStreamKey:"Der Livestream-Schl\xfcssel ist u. U. falsch.",limitNotificationDescriptionNative:"Ihr Stream ist begrenzt auf {{limit}} Min. F\xfcr unlimitiertes Streaming, nutzen Sie bitte {{app}}.",limitNotificationDescriptionWeb:"Wegen hoher Nachfrage ist Ihr Stream auf {{limit}} Min. begrenzt. F\xfcr unlimitiertes Streaming nutzen Sie bitte {{app}}.",off:"Livestream gestoppt",offBy:"{{name}} stoppte den Livestream",on:"Livestream",onBy:"{{name}} startete den Livestream",pending:"Livestream wird gestartet\xa0\u2026",serviceName:"Livestreaming-Dienst",sessionAlreadyActive:"Diese Konferenz wird bereits als Livestream \xfcbertragen.",signIn:"Mit Google anmelden",signInCTA:"Anmelden oder den Streamschl\xfcssel des YouTube-Livestreams eingeben.",signOut:"Abmelden",signedInAs:"Sie sind derzeit angemeldet als:",start:"Einen Livestream starten",streamIdHelp:"Was ist das?",title:"Livestream",unavailableTitle:"Livestreaming nicht verf\xfcgbar",youtubeTerms:"YouTube-Nutzungsbedingungen"},lobby:{admit:"Zulassen",admitAll:"Alle zulassen",backToKnockModeButton:"Kein Passwort, stattdessen Beitritt anfragen",chat:"Chat",dialogTitle:"Lobbymodus",disableDialogContent:"Der Lobbymodus ist derzeit aktiviert. Diese Funktion stellt sicher, dass unerw\xfcnschte Personen Ihrer Konferenz nicht beitreten k\xf6nnen. Funktion deaktivieren?",disableDialogSubmit:"Deaktivieren",emailField:"E-Mail-Adresse eingeben",enableDialogPasswordField:"Passwort setzen (optional)",enableDialogSubmit:"Aktivieren",enableDialogText:"Mit dem Lobbymodus sch\xfctzen Sie Ihre Konferenz, damit der Beitritt von Ihnen moderiert werden kann.",enterPasswordButton:"Konferenzpasswort eingeben",enterPasswordTitle:"Passwort zum Beitreten benutzen",errorMissingPassword:"Bitte das Konferenzpasswort eingeben",invalidPassword:"Ung\xfcltiges Passwort",joinRejectedMessage:"Ihre Beitrittsanfrage wurde von der Moderation abgelehnt.",joinRejectedTitle:"Beitrittsanfrage abgelehnt.",joinTitle:"Konferenz beitreten",joinWithPasswordMessage:"Beitrittsversuch mit Passwort, bitte warten\xa0\u2026",joiningMessage:"Sie treten der Konferenz bei, sobald jemand Ihre Anfrage annimmt.",joiningTitle:"Beitritt anfragen\xa0\u2026",joiningWithPasswordTitle:"Mit Passwort beitreten\xa0\u2026",knockButton:"Beitritt anfragen",knockTitle:"Jemand m\xf6chte der Konferenz beitreten",knockingParticipantList:"Liste anklopfender Personen",lobbyChatStartedNotification:"{{moderator}} hat einen Lobby-Chat mit {{attendee}} gestartet",lobbyChatStartedTitle:"{{moderator}} hat einen Lobby-Chat mit Ihnen gestartet.",nameField:"Geben Sie Ihren Namen ein",notificationLobbyAccessDenied:"{{targetParticipantName}} wurde von {{originParticipantName}} der Zutritt verwehrt",notificationLobbyAccessGranted:"{{targetParticipantName}} wurde von {{originParticipantName}} der Zutritt gestattet",notificationLobbyDisabled:"{{originParticipantName}} hat die Lobby deaktiviert",notificationLobbyEnabled:"{{originParticipantName}} hat die Lobby aktiviert",notificationTitle:"Lobby",passwordField:"Konferenzpasswort eingeben",passwordJoinButton:"Beitreten",reject:"Ablehnen",rejectAll:"Alle ablehnen",title:"Lobby",toggleLabel:"Lobby aktivieren"},localRecording:{clientState:{off:"Aus",on:"Ein",unknown:"Unbekannt"},dialogTitle:"Lokale Aufzeichnungssteuerelemente",duration:"Dauer",durationNA:"N. v.",encoding:"Kodierung",label:"LOR",labelToolTip:"Lokale Aufzeichnung ist aktiviert",localRecording:"Lokale Aufzeichnung",me:"Ich",messages:{engaged:"Lokale Aufzeichnung ist aktiviert.",finished:"Aufzeichnung der Sitzung {{token}} ist beendet. Senden Sie die aufgezeichnete Datei an die Moderation.",finishedModerator:"Aufzeichnung der Sitzung {{token}} ist beendet. Die Aufzeichnung des lokalen Verlaufs wurde gespeichert. Bitten Sie die anderen Personen, ihre Aufzeichnungen zu \xfcbermitteln.",notModerator:"Sie moderieren nicht. Sie k\xf6nnen die lokale Aufzeichnung nicht starten oder stoppen."},moderator:"Moderation",no:"Nein",participant:"Person",participantStats:"Personenstatistik",selectTabTitle:"\ud83c\udfa5 Bitte dieses Tab zur Aufzeichnung ausw\xe4hlen",sessionToken:"Sitzungs-Token",start:"Aufnahme starten",stop:"Aufnahme stoppen",yes:"Ja"},lockRoomPassword:"Passwort",lockRoomPasswordUppercase:"Passwort",lonelyMeetingExperience:{button:"Andere einladen",youAreAlone:"Nur Sie sind in dieser Konferenz"},me:"ich",notify:{OldElectronAPPTitle:"Sicherheitsl\xfccke!",allowAction:"Erlauben",allowedUnmute:"Sie k\xf6nnen die Stummschaltung aufheben, Ihre Kamera einschalten oder Ihren Bildschirm teilen.",audioUnmuteBlockedDescription:"D\xede Stummschaltung kann aus \xdcberlastungsschutzgr\xfcnden tempor\xe4r nicht aufgehoben werden.",audioUnmuteBlockedTitle:"Stummschaltung kann nicht aufgehoben werden!",chatMessages:"Chatnachrichten",connectedOneMember:"{{name}} nimmt am Meeting teil",connectedThreePlusMembers:"{{name}} und {{count}} andere Personen nehmen am Meeting teil",connectedTwoMembers:"{{first}} und {{second}} nehmen am Meeting teil",dataChannelClosed:"Schlechte Videoqualit\xe4t",dataChannelClosedDescription:"Die Steuerungsverbindung (Bridge Channel) wurde unterbrochen, daher ist die Videoqulit\xe4t auf die schlechteste Stufe limitiert.",disabledIframe:"Die Einbettung ist nur f\xfcr Demo-Zwecke vorgesehen. Diese Konferenz wird in {{timeout}} Minuten beendet.",disconnected:"getrennt",displayNotifications:"Benachrichtigungen anzeigen f\xfcr",dontRemindMe:"Nicht erinnern",focus:"Konferenzleitung",focusFail:"{{component}} ist im Moment nicht verf\xfcgbar \u2013 wiederholen in {{ms}} Sekunden",gifsMenu:"GIPHY",groupTitle:"Benachrichtigungen",hostAskedUnmute:"Die Moderation bittet Sie, das Mikrofon zu aktivieren",invitedOneMember:"{{name}} wurde eingeladen",invitedThreePlusMembers:"{{name}} und {{count}} andere wurden eingeladen",invitedTwoMembers:"{{first}} und {{second}} wurden eingeladen",joinMeeting:"Beitreten",kickParticipant:"{{kicked}} wurde von {{kicker}} ausgewiesen",leftOneMember:"{{name}} hat die Konferenz verlassen",leftThreePlusMembers:"{{name}} und Weitere haben die Konferenz verlassen",leftTwoMembers:"{{first}} und {{second}} haben die Konferenz verlassen",linkToSalesforce:"Mit Salesforce verlinken",linkToSalesforceDescription:"Sie k\xf6nnen die Zusammenfassung der Konferenz mit einem Objekt bei Salesforce verlinken.",linkToSalesforceError:"Konferenz konnte nicht mit Salesforce verlinkt werden",linkToSalesforceKey:"Konferenz verlinken",linkToSalesforceProgress:"Konferenz wird mit Salesforce verlinkt...",linkToSalesforceSuccess:"Die Konferenz wurde mit Salesforce verlinkt",localRecordingStarted:"{{name}} hat eine lokale Aufzeichnung gestartet.",localRecordingStopped:"{{name}} hat eine lokale Aufzeichnung gestoppt.",me:"Ich",moderationInEffectCSDescription:"Bitte melden um ein Video zu teilen",moderationInEffectCSTitle:"Die Videofreigabe ist von der Moderation gesperrt",moderationInEffectDescription:"Bitte melden um zu sprechen",moderationInEffectTitle:"Das Mikrofon ist von der Moderation gesperrt",moderationInEffectVideoDescription:"Bitte melden um die Kamera zu starten",moderationInEffectVideoTitle:"Die Kamera ist von der Moderation gesperrt",moderationRequestFromModerator:"Die Moderation bittet Sie, das Mikrofon zu aktivieren",moderationRequestFromParticipant:"m\xf6chte sprechen",moderationStartedTitle:"Moderation gestartet",moderationStoppedTitle:"Moderation gestoppt",moderationToggleDescription:"von {{participantDisplayName}}",moderator:"Moderationsrechte vergeben!",muted:"Der Konferenz wurde stumm beigetreten.",mutedRemotelyDescription:"Sie k\xf6nnen jederzeit die Stummschaltung aufheben, wenn Sie bereit sind zu sprechen. Wenn Sie fertig sind, k\xf6nnen Sie sich wieder stummschalten, um Ger\xe4usche vom Meeting fernzuhalten.",mutedRemotelyTitle:"Sie wurden von {{participantDisplayName}} stummgeschaltet!",mutedTitle:"Stummschaltung aktiv!",newDeviceAction:"Verwenden",newDeviceAudioTitle:"Neues Audioger\xe4t erkannt",newDeviceCameraTitle:"Neue Kamera erkannt",noiseSuppressionDesktopAudioDescription:"Die Rauschunterdr\xfcckung kann nicht genutzt werden, wenn der Computersound geteilt wird, bitte zuerst deaktivieren und dann nochmals versuchen.",noiseSuppressionFailedTitle:"Rauschunterdr\xfcckung konnte nicht gestartet werden",noiseSuppressionStereoDescription:"Rauschunterdr\xfcckung unterst\xfctzt aktuell keinen Stereoton.",oldElectronClientDescription1:"Sie scheinen eine alte Version des Jitsi-Meet-Clients zu nutzen. Diese hat bekannte Schwachstellen. Bitte aktualisieren Sie auf unsere ",oldElectronClientDescription2:"aktuelle Version",oldElectronClientDescription3:"!",participantWantsToJoin:"M\xf6chte an der Konferenz teilnehmen",participantsWantToJoin:"M\xf6chten an der Konferenz teilnehmen",passwordRemovedRemotely:"$t(lockRoomPasswordUppercase) von einer anderen Person entfernt",passwordSetRemotely:"$t(lockRoomPasswordUppercase) von einer anderen Person gesetzt",raiseHandAction:"Melden",raisedHand:"{{name}} m\xf6chte sprechen.",raisedHands:"{{participantName}} und {{raisedHands}} weitere m\xf6chten sprechen",reactionSounds:"Interaktionst\xf6ne deaktivieren",reactionSoundsForAll:"Interaktionst\xf6ne f\xfcr alle deaktivieren",screenShareNoAudio:"Die Option \"Audio freigeben\" wurde bei der Auswahl des Fensters nicht ausgew\xe4hlt.",screenShareNoAudioTitle:"Share audio was not checked",screenSharingAudioOnlyDescription:"Durch die Bildschirmfreigabe wird der Modus \"Beste Leistung\" beeinflusst und daher mehr Datenrate ben\xf6tigt.",screenSharingAudioOnlyTitle:"Modus \"Beste Leistung\"",selfViewTitle:"Sie k\xf6nnen die eigene Ansicht immer in den Einstellungen reaktivieren",somebody:"Jemand",startSilentDescription:"Treten Sie dem Meeting noch einmal bei, um Ihr Audio zu aktivieren",startSilentTitle:"Sie sind ohne Audioausgabe beigetreten!",suboptimalBrowserWarning:"Tut uns leid, aber die Konferenz wird mit {{appName}} kein gro\xdfartiges Erlebnis. Wir versuchen immer die Situation zu verbessern, bis dahin empfehlen wir aber die Verwendung einer der vollst\xe4ndig unterst\xfctzen Browser.",suboptimalExperienceTitle:"Browserwarnung",unmute:"Stummschaltung aufheben",videoMutedRemotelyDescription:"Sie k\xf6nnen sie jederzeit wieder einschalten.",videoMutedRemotelyTitle:"Ihre Kamera wurde von {{participantDisplayName}} ausgeschaltet!",videoUnmuteBlockedDescription:"Die Kamera und Bildschirmfreigabe kann aus \xdcberlastungsschutzgr\xfcnden tempor\xe4r nicht eingeschaltet werden.",videoUnmuteBlockedTitle:"Kamera und Bildschirmfreigabe kann nicht aktiviert werden!",viewLobby:"Lobby ansehen",waitingParticipants:"{{waitingParticipants}} Personen"},participantsPane:{actions:{allow:"Anwesenden erlauben:",allowVideo:"Kamera einschalten",askUnmute:"Anfragen, Stummschaltung aufzuheben",audioModeration:"F\xfcr sich selbst die Stummschaltung aufzuheben",blockEveryoneMicCamera:"Kamera und Mikrofon von allen sperren",invite:"Person einladen",moreModerationActions:"Weitere Moderationsoptionen",moreModerationControls:"Weitere Moderationsoptionen",moreParticipantOptions:"Mehr Optionen f\xfcr Anwesende",mute:"Stummschalten",muteAll:"Alle stummschalten",muteEveryoneElse:"Alle anderen stummschalten",stopEveryonesVideo:"Alle Kameras ausschalten",stopVideo:"Kamera ausschalten",unblockEveryoneMicCamera:"Kamera und Mikrofon von allen entsperren",videoModeration:"Kamera einschalten"},close:"Schlie\xdfen",headings:{lobby:"Lobby ({{count}})",participantsList:"Anwesende ({{count}})",visitors:"G\xe4ste ({{count}})",waitingLobby:"In der Lobby ({{count}})"},search:"Suche Anwesende",title:"Anwesende"},passwordDigitsOnly:"Bis zu {{number}} Ziffern",passwordSetRemotely:"von einer anderen Person gesetzt",pinParticipant:"{{participantName}} - anheften",pinnedParticipant:"Die Person ist angeheftet",polls:{answer:{skip:"\xdcberspringen",submit:"Speichern"},by:"Von {{ name }}",create:{addOption:"Antwort hinzuf\xfcgen",answerPlaceholder:"Antwort {{index}}",cancel:"Abbrechen",create:"Umfrage erstellen",pollOption:"Antwort {{index}}",pollQuestion:"Frage",questionPlaceholder:"Eine Frage stellen",removeOption:"Antwort entfernen",send:"Erstellen"},notification:{description:"\xd6ffnen Sie das Umfragen-Tab um abzustimmen",title:"Dieser Konferenz wurde eine Umfrage hinzugef\xfcgt"},results:{changeVote:"Antwort \xe4ndern",empty:"Es gibt bisher keine Umfragen in dieser Konferenz. Sie k\xf6nnen hier eine Umfrage starten!",hideDetailedResults:"Details verbergen",showDetailedResults:"Details anzeigen",vote:"Vote"}},poweredby:"Betrieben von",prejoin:{audioAndVideoError:"Audio- und Videofehler:",audioDeviceProblem:"Es gibt ein Problem mit Ihrem Audioger\xe4t.",audioOnlyError:"Audiofehler:",audioTrackError:"Audiotrack konnte nicht erstellt werden.",callMe:"Mich anrufen",callMeAtNumber:"Mich unter dieser Nummer anrufen:",calling:"Rufaufbau",configuringDevices:"Ger\xe4te werden eingerichtet\xa0\u2026",connectedWithAudioQ:"Sie sind mit Audio verbunden?",connection:{good:"Ihre Internetverbindung sieht gut aus!",nonOptimal:"Ihre Internetverbindung ist nicht optimal.",poor:"Sie haben eine schlechte Internetverbindung."},connectionDetails:{audioClipping:"Ihr Ton wird wahrscheinlich abgehackt sein.",audioHighQuality:"Ihr Ton sollte exzellent klingen.",audioLowNoVideo:"Ihr Ton wird wahrscheinlich schlecht klingen und es wird kein Video geben.",goodQuality:"Gro\xdfartig! Ihre Bild- und Tonqualit\xe4t sollte super sein.",noMediaConnectivity:"Es konnte f\xfcr diesen Test keine Medienverbindung hergestellt werden. Das wird gew\xf6hnlich durch eine Firewall oder ein NAT ausgel\xf6st.",noVideo:"Ihr Bild wird wahrscheinlich eine schlechte Qualit\xe4t haben.",undetectable:"Wenn Sie mit Ihrem Browser weiterhin Probleme in Konferenzen haben, sollten Sie die Verbindung und Funktion Ihrer Lautsprecher, Ihres Mikrofons und Ihrer Kamera \xfcberpr\xfcfen. Stellen Sie au\xdferdem sicher, dass Ihr Browser die erforderlichen Rechte hat, auf das Mikrofon und die Kamera zuzugreifen, und dass Sie die neuste Browserversion installiert haben. Sollten Sie immer noch Probleme haben, kontaktieren Sie bitte den Support der Webanwendung.",veryPoorConnection:"Ihre Konferenzqualit\xe4t wird wahrscheinlich sehr schlecht sein.",videoFreezing:"Ihr Bild wird wahrscheinlich einfrieren, schwarz werden und eine geringe Aufl\xf6sung haben.",videoHighQuality:"Ihr Bild sollte sehr gut aussehen.",videoLowQuality:"Ihr Bild wird wahrscheinlich eine geringe Aufl\xf6sung und Bildrate haben.",videoTearing:"Ihr Bild wird wahrscheinlich eine geringe Aufl\xf6sung haben oder Artefakte aufweisen."},copyAndShare:"Konferenzlink kopieren & teilen",dialInMeeting:"Telefoneinwahl",dialInPin:"In die Konferenz einw\xe4hlen und PIN eingeben:",dialing:"W\xe4hlen",doNotShow:"Diesen Bildschirm nicht mehr anzeigen",errorDialOut:"Anruf fehlgeschlagen",errorDialOutDisconnected:"Anruf fehlgeschlagen. Verbindungsabbruch",errorDialOutFailed:"Anruf fehlgeschlagen. Anruf fehlgeschlagen",errorDialOutStatus:"Fehler beim Abrufen des Anrufstatus",errorMissingName:"Bitte geben Sie Ihren Namen ein, um der Konferenz beizutreten.",errorNoPermissions:"Sie m\xfcssen den Zugriff auf Mikrofon und Kamera erlauben",errorStatusCode:"Anruf fehlgeschlagen. Statuscode: {{status}}",errorValidation:"Nummerverifikation fehlgeschlagen",iWantToDialIn:"Ich m\xf6chte mich einw\xe4hlen",initiated:"Anruf gestartet",joinAudioByPhone:"Per Telefon teilnehmen",joinMeeting:"Konferenz beitreten",joinMeetingInLowBandwidthMode:"Konferenz im Datensparmodus beitreten",joinWithoutAudio:"Ohne Ton beitreten",keyboardShortcuts:"Tastaturkurzbefehle aktivieren",linkCopied:"Link in die Zwischenablage kopiert",lookGood:"Ihr Mikrofon scheint zu funktionieren.",or:"oder",premeeting:"Vorschau",proceedAnyway:"Trotzdem fortsetzen",screenSharingError:"Fehler bei Bildschirmfreigabe:",showScreen:"Konferenzvorschau aktivieren",startWithPhone:"Mit Telefonaudio starten",unsafeRoomConsent:"Ich verstehe das Risiko und m\xf6chte der Konferenz beitreten",videoOnlyError:"Videofehler:",videoTrackError:"Videotrack konnte nicht erstellt werden.",viewAllNumbers:"alle Nummern anzeigen"},presenceStatus:{busy:"Besch\xe4ftigt",calling:"Wird angerufen \u2026",connected:"Verbunden",connecting:"Verbindung wird hergestellt\u2026",connecting2:"Wird verbunden*\u2026",disconnected:"Getrennt",expired:"Abgelaufen",ignored:"Ignoriert",initializingCall:"Anruf wird initialisiert\u2026",invited:"Einladen",rejected:"Abgelehnt",ringing:"Es klingelt \u2026"},profile:{avatar:"Benutzerbild",setDisplayNameLabel:"Anzeigename festlegen",setEmailInput:"E-Mail eingeben",setEmailLabel:"E-Mail-Adresse f\xfcr Gravatar",title:"Profil"},raisedHand:"Ich m\xf6chte sprechen",raisedHandsLabel:"Anzahl gehobener H\xe4nde",record:{already:{linked:"Diese Konferenz ist bereits mit einem Objekt bei Salesforce verlinkt."},type:{account:"Account",contact:"Contact",lead:"Lead",opportunity:"Opportunity",owner:"Owner"}},recording:{authDropboxText:"In Dropbox hochladen",availableSpace:"Verf\xfcgbarer Speicherplatz: {{spaceLeft}} MB (ca. {{duration}} Minuten Aufzeichnung)",beta:"BETA",busy:"Es werden Ressourcen f\xfcr eine Aufnahme bereitgestellt. Bitte in ein paar Minuten erneut versuchen.",busyTitle:"Alle Aufnahme-Instanzen sind in Gebrauch",copyLink:"Link kopieren",error:"Die Aufzeichnung ist fehlgeschlagen. Bitte versuchen Sie es erneut.",errorFetchingLink:"Der Link zur Aufzeichnung konnte nicht geladen werden.",expandedOff:"Aufzeichnung wurde gestoppt",expandedOn:"Das Meeting wird momentan aufgezeichnet.",expandedPending:"Aufzeichnung wird gestartet\u2026",failedToStart:"Die Aufnahme konnte nicht gestartet werden",fileSharingdescription:"Aufzeichnung mit den Personen der Konferenz teilen",highlight:"Highlight",highlightMoment:"Moment als Highlight festhalten",highlightMomentDisabled:"Sie k\xf6nnen Momente als Highlights festhalten, sobald die Aufnahme startet",highlightMomentSuccess:"Highlight festgehalten",highlightMomentSucessDescription:"Ihr festgehaltener Moment wird zur Zusammenfassung des Meeting hinzugef\xfcgt.",inProgress:"Aufzeichnung gestartet",limitNotificationDescriptionNative:"Wegen hoher Nachfrage ist Ihre Aufnahme auf {{limit}} Min. begrenzt. F\xfcr unlimitierte Aufnahmen nutzen Sie bitte <3>{{app}}.",limitNotificationDescriptionWeb:"Wegen hoher Nachfrage ist Ihre Aufnahme auf {{limit}} Min. begrenzt. F\xfcr unlimitierte Aufnahmen nutzen Sie bitte {{app}}.",linkGenerated:"Link zur Aufzeichnung wurde generiert.",live:"LIVE",localRecordingNoNotificationWarning:"Die Aufzeichnung wird anderen Anwesenden nicht mitgeteilt. Sie m\xfcssen diese selbst darauf hinweisen, dass die Konferenz aufgezeichnet wird.",localRecordingNoVideo:"Videos werden nicht aufgenommen",localRecordingStartWarning:"Bitte beenden Sie die Aufzeichnung vor dem Verlassen der Konferenz, um die Aufzeichnung zu speichern.",localRecordingStartWarningTitle:"Aufzeichnung zum Speichern beenden",localRecordingVideoStop:"Wenn Sie ihre Kamera abschalten wird auch die Aufnahme beendet. Sind Sie sicher, dass Sie fortfahren m\xf6chten?",localRecordingVideoWarning:"Um Ihr eigenes Kamerabild aufzuzeichnen, m\xfcssen Sie Ihre Kamera beim Start der Aufnahme einschalten",localRecordingWarning:"Bitte pr\xfcfen Sie, dass das aktuelle Tab ausw\xe4hlen, um Bild und Ton aufzuzeichnen. Die L\xe4nge der Aufzeichnung ist aktuell auf 1GB beschr\xe4nkt, was ungef\xe4hr 100 Minuten entspricht.",loggedIn:"Als {{userName}} angemeldet",noMicPermission:"Zugriff auf Mikrofon fehlgeschlagen. Bitte erlauben Sie den Zugriff auf das Mikrofon.",noStreams:"Kein Ton oder Video erkannt.",off:"Aufnahme gestoppt",offBy:"{{name}} stoppte die Aufnahme",on:"Aufnahme",onBy:"{{name}} startete die Aufnahme",onlyRecordSelf:"Nur eigenes Kamerabild und Ton aufzeichnen",pending:"Aufzeichnung des Meetings wird vorbereitet\u2026",rec:"AUFZ",saveLocalRecording:"Aufzeichnung lokal abspeichern",serviceDescription:"Ihre Aufzeichnung wird vom Aufzeichnungsdienst gespeichert",serviceDescriptionCloud:"Cloud-Aufzeichnung",serviceDescriptionCloudInfo:"Aufzeichnungen werden 24 Stunden nach Aufzeichnungsende automatisch gel\xf6scht.",serviceName:"Aufnahmedienst",sessionAlreadyActive:"Diese Konferenz wird bereits aufgezeichnet.",signIn:"Anmelden",signOut:"Abmelden",surfaceError:"Bitte das aktuelle Tab ausw\xe4hlen.",title:"Aufnahme",unavailable:"Oh! Der {{serviceName}} ist aktuell nicht verf\xfcgbar. Wir arbeiten an der Behebung des Problems. Bitte versuchen Sie es sp\xe4ter noch einmal.",unavailableTitle:"Aufnahme nicht verf\xfcgbar",uploadToCloud:"In die Cloud hochladen"},screenshareDisplayName:"{{name}}s Bildschirmfreigabe",sectionList:{pullToRefresh:"Ziehen, um zu aktualisieren"},security:{about:"Sie k\xf6nnen Ihre Konferenz mit einem Passwort sichern. Teilnehmer m\xfcssen dieses eingeben, bevor sie an der Sitzung teilnehmen d\xfcrfen.",aboutReadOnly:"Mit Moderationsrechten kann die Konferenz mit einem Passwort gesichert werden. Personen m\xfcssen dieses eingeben, bevor sie an der Sitzung teilnehmen d\xfcrfen.",insecureRoomNameWarningNative:"Der Raumname ist unsicher. Unerw\xfcnschte Teilnehmer k\xf6nnten Ihrer Konferenz beitreten. {{recommendAction}} Lernen Sie mehr \xfcber die Absicherung Ihrer Konferenz ",insecureRoomNameWarningWeb:"Der Raumname ist unsicher. Unerw\xfcnschte Teilnehmer k\xf6nnten Ihrer Konferenz beitreten {{recommendAction}} Lernen Sie hier mehr \xfcber die Absicherung Ihrer Konferenz.",title:"Sicherheitsoptionen",unsafeRoomActions:{meeting:"Erw\xe4gen Sie die Absicherung Ihrer Konferenz \xfcber den Sicherheits-Button.",prejoin:"Erw\xe4gen Sie einen einzigartigeren Raumnamen zu w\xe4hlen.",welcome:"Erw\xe4gen Sie einen einzigartigeren Raumnamen zu w\xe4hlen oder w\xe4hlen Sie einen der Vorschl\xe4ge."}},settings:{audio:"Audio",buttonLabel:"Einstellungen",calendar:{about:"Die Kalenderintegration von {{appName}} wird verwendet, um ein sicheres Zugreifen auf Ihren Kalender und Auslesen der bevorstehenden Termine zu erm\xf6glichen.",disconnect:"Getrennt",microsoftSignIn:"Mit Microsoft anmelden",signedIn:"Momentan wird auf Kalendertermine von {{email}} zugegriffen. Klicken Sie auf die folgende Schaltfl\xe4che \u201eTrennen\u201c, um den Zugriff auf die Kalendertermine zu stoppen.",title:"Kalender"},desktopShareFramerate:"Framerate f\xfcr Bildschirmfreigabe",desktopShareHighFpsWarning:"Eine h\xf6here Framerate k\xf6nnte sich auf Ihre Datenrate auswirken. Sie m\xfcssen die Bildschirmfreigabe neustarten, damit die Einstellung \xfcbernommen wird.",desktopShareWarning:"Sie m\xfcssen die Bildschirmfreigabe neustarten, damit die Einstellung \xfcbernommen wird.",devices:"Ger\xe4te",followMe:"Follow-me f\xfcr alle Personen",framesPerSecond:"FPS",incomingMessage:"Eingehende Nachricht",language:"Sprache",loggedIn:"Als {{name}} angemeldet",maxStageParticipants:"Maximale Anzahl an Personen, die zur Hauptansicht angeheftet werden k\xf6nnen",microphones:"Mikrofon",moderator:"Moderation",moderatorOptions:"Moderationseinstellungen",more:"Mehr",name:"Name",noDevice:"Kein",notifications:"Benachrichtigungen",participantJoined:"Neue Person nimmt teil",participantKnocking:"Person hat Lobby betreten",participantLeft:"Person verl\xe4sst die Konferenz",playSounds:"Hinweist\xf6ne aktiviert",reactions:"Interaktionen",sameAsSystem:"Wie System ({{label}})",selectAudioOutput:"Audioausgabe",selectCamera:"Kamera",selectMic:"Mikrofon",selfView:"Eigene Ansicht",shortcuts:"Tastaturk\xfcrzel",speakers:"Lautsprecher",startAudioMuted:"Alle Personen treten stummgeschaltet bei",startReactionsMuted:"Interaktionst\xf6ne f\xfcr alle deaktivieren",startVideoMuted:"Alle Personen treten ohne Video bei",talkWhileMuted:"Wenn bei Stummschaltung gesprochen wird",title:"Einstellungen",video:"Kamera"},settingsView:{advanced:"Erweitert",alertCancel:"Abbrechen",alertOk:"OK",alertTitle:"Warnung",alertURLText:"Die angegebene Server-URL ist ung\xfcltig",buildInfoSection:"Build-Informationen",conferenceSection:"Konferenz",disableCallIntegration:"Native Anrufintegration deaktivieren",disableCrashReporting:"Absturzberichte deaktivieren",disableCrashReportingWarning:"M\xf6chten Sie die Absturzberichte wirklich deaktivieren? Diese Einstellung wird nach einem Neustart der App wirksam.",disableP2P:"Ende-zu-Ende-Modus deaktivieren",displayName:"Anzeigename",displayNamePlaceholderText:"z.B. Erika Musterfrau",email:"E-Mail",emailPlaceholderText:"email@beispiel.de",goTo:"Gehe zu",header:"Einstellungen",help:"Hilfe",links:"Links",privacy:"Datenschutz",profileSection:"Profil",sdkVersion:"SDK-Version",serverURL:"Server-URL",showAdvanced:"Erweiterte Einstellungen anzeigen",startCarModeInLowBandwidthMode:"Automodus mit Datensparmodus starten",startWithAudioMuted:"Stumm beitreten",startWithVideoMuted:"Ohne Video beitreten",terms:"Nutzungsbedingungen",version:"Version"},share:{dialInfoText:"\n\n=====\n\nWollen Sie sich nur auf Ihrem Telefon einw\xe4hlen?\n\n{{defaultDialInNumber}}Klicken Sie auf diesen Link, um die eingew\xe4hlten Telefonnummern f\xfcr dieses Meeting zu sehen\n{{dialInfoPageUrl}}",mainText:"Klicken Sie auf den folgenden Link, um dem Meeting beizutreten:\n{{roomUrl}}"},speaker:"Sprecher/-in",speakerStats:{angry:"Sauer",disgusted:"Angeekelt",displayEmotions:"Emotionen anzeigen",fearful:"\xc4ngstlich",happy:"Fr\xf6hlich",hours:"{{count}} Std. ",minutes:"{{count}} Min. ",name:"Name",neutral:"Neutral",sad:"Traurig",search:"Suche",seconds:"{{count}} Sek.",speakerStats:"Sprechstatistik",speakerTime:"Sprechzeit",surprised:"\xdcberrascht"},startupoverlay:{genericTitle:"Die Konferenz muss Ihr Mikrofon und Ihre Kamera verwenden.",policyText:" ",title:"{{app}} ben\xf6tigt Kamera und Mikrofon."},suspendedoverlay:{rejoinKeyTitle:"Erneut teilnehmen",text:"\u201eErneut teilnehmen\u201c-Schaltfl\xe4che bet\xe4tigen, um erneut zu verbinden.",title:"Die Konferenz wurde unterbrochen, weil der Standby-Modus aktiviert wurde."},termsView:{title:"Nutzungsbedingungen"},toggleTopPanelLabel:"Obere Leiste ein-/ausschalten",toolbar:{Settings:"Einstellungen",accessibilityLabel:{Settings:"Einstellungen ein-/ausschalten",audioOnly:"\u201eNur Audio\u201c ein-/ausschalten",audioRoute:"Audioger\xe4t ausw\xe4hlen",boo:"Buhen",breakoutRoom:"Breakout-R\xe4ume betreten/verlassen",callQuality:"Qualit\xe4tseinstellungen",carmode:"Automodus",cc:"Untertitel ein-/ausschalten",chat:"Chatfenster \xf6ffnen / schlie\xdfen",clap:"Klatschen",closeChat:"Chat schlie\xdfen",closeMoreActions:"\u201eWeitere Einstellungen\u201c schlie\xdfen",closeParticipantsPane:"Anwesendenliste schlie\xdfen",collapse:"Einklappen",document:"Geteiltes Dokument schlie\xdfen",documentClose:"Geteiltes Dokument schlie\xdfen",documentOpen:"Geteiltes Dokument \xf6ffnen",download:"Unsere Apps herunterladen",embedMeeting:"Konferenz einbetten",endConference:"Konferenz f\xfcr alle beenden",enterFullScreen:"Vollbildmodus einschalten",enterTileView:"Kachelansicht einschalten",exitFullScreen:"Vollbildansicht ausschalten",exitTileView:"Kachelansicht ausschalten",expand:"Ausklappen",feedback:"Feedback hinterlassen",fullScreen:"Vollbildmodus ein-/ausschalten",giphy:"GIPHY ein-/ausschalten",grantModerator:"Moderationsrechte vergeben",hangup:"Konferenz verlassen",heading:"Toolbar",help:"Hilfe",hideWhiteboard:"Whiteboard ausblenden",invite:"Person einladen",kick:"Person entfernen",laugh:"Lachen",leaveConference:"Konferenz verlassen",like:"Daumen nach oben",linkToSalesforce:"Mit Salesforce verlinken",lobbyButton:"Lobbymodus ein-/ausschalten",localRecording:"Lokale Aufzeichnungssteuerelemente ein-/ausschalten",lockRoom:"Konferenzpasswort ein-/ausschalten",lowerHand:"Hand senken",moreActions:"Men\xfc \u201eWeitere Einstellungen\u201c ein-/ausschalten",moreActionsMenu:"Men\xfc \u201eWeitere Einstellungen\u201c",moreOptions:"Men\xfc \u201eWeitere Optionen\u201c",mute:"Mikrofon aktivieren / deaktivieren",muteEveryone:"Alle stummschalten",muteEveryoneElse:"Alle anderen stummschalten",muteEveryoneElsesVideoStream:"Alle anderen Kameras ausschalten",muteEveryonesVideoStream:"Alle Kameras ausschalten",muteGUMPending:"Verbinde Ihr Mikrofon",noiseSuppression:"Rauschunterdr\xfcckung",openChat:"Chat \xf6ffnen",participants:"Anwesende",pip:"Bild-in-Bild-Modus ein-/ausschalten",privateMessage:"Private Nachricht senden",profile:"Profil bearbeiten",raiseHand:"Hand heben",reactions:"Interaktionen",reactionsMenu:"Interaktionsmen\xfc \xf6ffnen / schlie\xdfen",recording:"Aufzeichnung ein-/ausschalten",remoteMute:"Personen stummschalten",remoteVideoMute:"Kamera von dieser Person ausschalten",security:"Sicherheitsoptionen",selectBackground:"Hintergrund ausw\xe4hlen",selfView:"Eigene Ansicht ein-/ausschalten",shareRoom:"Person einladen",shareYourScreen:"Bildschirmfreigabe ein-/ausschalten",shareaudio:"Audio teilen",sharedvideo:"Videofreigabe ein-/ausschalten",shortcuts:"Tastenkombinationen ein-/ausblenden",show:"Im Vordergrund anzeigen",showWhiteboard:"Whiteboard anzeigen",silence:"Stille",speakerStats:"Sprechstatistik ein-/ausblenden",stopScreenSharing:"Bildschirmfreigabe beenden",stopSharedVideo:"Videofreigabe beenden",surprised:"\xdcberrascht",tileView:"Kachelansicht ein-/ausschalten",toggleCamera:"Kamera wechseln",toggleFilmstrip:"Miniaturansichten ein-/ausschalten",unmute:"Stummschaltung aufheben",videoblur:"Unscharfer Hintergrund ein-/ausschalten",videomute:"\u201eVideo stummschalten\u201c ein-/ausschalten",videomuteGUMPending:"Verbinde Ihre Kamera",videounmute:"Kamera einschalten"},addPeople:"Personen zur Konferenz hinzuf\xfcgen",audioOnlyOff:"Modus \u201eNur Audio\u201c deaktivieren",audioOnlyOn:"Modus \u201eNur Audio\u201c aktivieren",audioRoute:"Audioger\xe4t ausw\xe4hlen",audioSettings:"Ton-Einstellungen",authenticate:"Anmelden",boo:"Buhen",callQuality:"Qualit\xe4tseinstellungen",chat:"Chat \xf6ffnen / schlie\xdfen",clap:"Klatschen",closeChat:"Chat schlie\xdfen",closeParticipantsPane:"Anwesenheitsliste schlie\xdfen",closeReactionsMenu:"Interaktionsmen\xfc schlie\xdfen",disableNoiseSuppression:"Rauschunterdr\xfcckung deaktivieren",disableReactionSounds:"Sie k\xf6nnen die Interaktionst\xf6ne f\xfcr diese Konferenz deaktivieren",documentClose:"Geteiltes Dokument schlie\xdfen",documentOpen:"Geteiltes Dokument \xf6ffnen",download:"Unsere Apps herunterladen",e2ee:"Ende-zu-Ende-Verschl\xfcsselung",embedMeeting:"Konferenz einbetten",enableNoiseSuppression:"Rauschunterdr\xfcckung einschalten",endConference:"Konferenz f\xfcr alle beenden",enterFullScreen:"Vollbildmodus",enterTileView:"Kachelansicht einschalten",exitFullScreen:"Vollbildmodus verlassen",exitTileView:"Kachelansicht ausschalten",feedback:"Feedback hinterlassen",giphy:"GIPHY ein-/ausschalten",hangup:"Konferenz verlassen",help:"Hilfe",hideWhiteboard:"Whiteboard ausblenden",invite:"Personen einladen",joinBreakoutRoom:"In Breakout-Raum wechseln",laugh:"Lachen",leaveBreakoutRoom:"Breakout-Raum verlassen",leaveConference:"Konferenz verlassen",like:"Daumen hoch",linkToSalesforce:"Mit Salesforce verkn\xfcpfen",lobbyButtonDisable:"Lobbymodus deaktivieren",lobbyButtonEnable:"Lobbymodus aktivieren",login:"Anmelden",logout:"Abmelden",lowerYourHand:"Hand senken",moreActions:"Weitere Einstellungen",moreOptions:"Weitere Optionen",mute:"Stummschalten",muteEveryone:"Alle stummschalten",muteEveryonesVideo:"Alle Kameras ausschalten",muteGUMPending:"Verbinde Ihre Kamera",noAudioSignalDesc:"Wenn Sie das Ger\xe4t nicht absichtlich \xfcber die Systemeinstellungen oder die Hardware stumm geschaltet haben, sollten Sie einen Wechsel des Ger\xe4ts in Erw\xe4gung ziehen.",noAudioSignalDescSuggestion:"Wenn Sie das Ger\xe4t nicht absichtlich \xfcber die Systemeinstellungen oder die Hardware stummgeschaltet haben, sollten Sie einen Wechsel auf das vorgeschlagene Ger\xe4t in Erw\xe4gung ziehen.",noAudioSignalDialInDesc:"Sie k\xf6nnen sich auch \xfcber die Einwahlnummer einw\xe4hlen:",noAudioSignalDialInLinkDesc:"Einwahlnummern",noAudioSignalTitle:"Es kommt kein Input von Ihrem Mikrofon!",noiseSuppression:"Rauschunterdr\xfcckung",noisyAudioInputDesc:"Es klingt, als ob Ihr Mikrofon St\xf6rger\xe4usche verursacht. Bitte \xfcberlegen Sie, ob Sie das Ger\xe4t stummschalten oder austauschen wollen.",noisyAudioInputTitle:"Ihr Mikrofon scheint l\xe4rmintensiv zu sein!",openChat:"Chat \xf6ffnen",openReactionsMenu:"Interaktionsmen\xfc \xf6ffnen",participants:"Anwesende",pip:"Bild-in-Bild-Modus einschalten",privateMessage:"Private Nachricht senden",profile:"Profil bearbeiten",raiseHand:"Hand heben",raiseYourHand:"Melden",reactionBoo:"Buhen senden",reactionClap:"Klatschen senden",reactionLaugh:"Lachen senden",reactionLike:"Daumen hoch senden",reactionSilence:"Stille senden",reactionSurprised:"\xdcberrascht senden",reactions:"Interaktionen",security:"Sicherheitsoptionen",selectBackground:"Hintergrund ausw\xe4hlen",shareRoom:"Person einladen",shareaudio:"Audio teilen",sharedvideo:"Video teilen",shortcuts:"Tastenk\xfcrzel anzeigen",showWhiteboard:"Whiteboard anzeigen",silence:"Stille",speakerStats:"Sprechstatistik",startScreenSharing:"Bildschirmfreigabe starten",startSubtitles:"Untertitel einschalten",stopAudioSharing:"Audiofreigabe stoppen",stopScreenSharing:"Bildschirmfreigabe stoppen",stopSharedVideo:"Video stoppen",stopSubtitles:"Untertitel ausschalten",surprised:"\xdcberrascht",talkWhileMutedPopup:"Versuchen Sie zu sprechen? Ihr Mikrofon ist stummgeschaltet.",tileViewToggle:"Kachelansicht ein-/ausschalten",toggleCamera:"Kamera wechseln",unmute:"Stummschaltung aufheben",videoSettings:"Kameraeinstellungen",videomute:"Kamera stoppen",videomuteGUMPending:"Verbinde Ihre Kamera",videounmute:"Kamera einschalten"},transcribing:{ccButtonTooltip:"Untertitel ein-/ausschalten",error:"Die Aufzeichnung ist fehlgeschlagen. Bitte versuchen Sie es erneut.",expandedLabel:"Transkribieren ist derzeit eingeschaltet",failedToStart:"Transkribieren konnte nicht gestartet werden",labelToolTip:"Das Meeting wird transkribiert",off:"Transkribieren gestoppt",pending:"Transkribieren des Meetings wird vorbereitet\u2026",sourceLanguageDesc:"Aktuell ist die Sprache der Konferenz auf {{sourceLanguage}} eingestellt.
Sie k\xf6nne dies hier ",sourceLanguageHere:"\xe4ndern",start:"Anzeige der Untertitel starten",stop:"Anzeige der Untertitel stoppen",subtitles:"Untertitel",subtitlesOff:"Ausschalten",tr:"TR"},unpinParticipant:"{{participantName}} - Nicht mehr anheften",userMedia:{androidGrantPermissions:"W\xe4hlen Sie Zulassen, wenn der Browser um Berechtigungen bittet.",chromeGrantPermissions:"W\xe4hlen Sie Zulassen, wenn der Browser um Berechtigungen bittet.",edgeGrantPermissions:"W\xe4hlen Sie Ja, wenn der Browser um Berechtigungen bittet.",electronGrantPermissions:"Bitte Berechtigungen zur Verwendung der Kamera und des Mikrofons erteilen",firefoxGrantPermissions:"W\xe4hlen Sie Erlauben, wenn der Browser um Berechtigungen bittet.",iexplorerGrantPermissions:"W\xe4hlen Sie OK, wenn der Browser um Berechtigungen bittet.",nwjsGrantPermissions:"Bitte Berechtigungen zur Verwendung der Kamera und des Mikrofons erteilen",operaGrantPermissions:"W\xe4hlen Sie Zulassen, wenn der Browser um Berechtigungen bittet.","react-nativeGrantPermissions":"W\xe4hlen Sie Erlauben, wenn der Browser um Berechtigungen bittet.",safariGrantPermissions:"W\xe4hlen Sie OK, wenn der Browser um Berechtigungen bittet."},videoSIPGW:{busy:"Es stehen keine freien Ressourcen zur Verf\xfcgung. Bitte versuchen Sie es sp\xe4ter noch einmal.",busyTitle:"Keine freien Ressourcen",errorAlreadyInvited:"{{displayName}} ist bereits eingeladen",errorInvite:"Die Konferenz konnte nicht gestartet werden. Bitte versuchen Sie es sp\xe4ter noch einmal.",errorInviteFailed:"Wir arbeiten an der Behebung des Problems. Bitte versuchen Sie es sp\xe4ter noch einmal.",errorInviteFailedTitle:"{{displayName}} konnte nicht eingeladen werden",errorInviteTitle:"Fehler beim Erstellen der Konferenz",pending:"{{displayName}} wurde eingeladen"},videoStatus:{adjustFor:"Einstellen f\xfcr:",audioOnly:"AUD",audioOnlyExpanded:"Sie befinden sich im Modus \u201eNur Audio\u201c. Dieser Modus ben\xf6tigt weniger Bandbreite, Sie sehen jedoch nicht die Videos der anderen.",bestPerformance:"Beste Leistung",callQuality:"Videoqualit\xe4t",hd:"HD",hdTooltip:"Video wird in hoher Aufl\xf6sung angezeigt",highDefinition:"Hohe Aufl\xf6sung",highestQuality:"H\xf6chste Qualit\xe4t",labelTooiltipNoVideo:"Kein Video",labelTooltipAudioOnly:"\u201eNur Audio\u201c-Modus aktiv",ld:"LD",ldTooltip:"Video wird in niedriger Aufl\xf6sung angezeigt",lowDefinition:"Niedrige Aufl\xf6sung",performanceSettings:"Qualit\xe4tseinstellungen",recording:"Aufnahme l\xe4uft",sd:"SD",sdTooltip:"Video wird in Standardaufl\xf6sung angezeigt",standardDefinition:"Standardaufl\xf6sung",streaming:"Streaming l\xe4uft"},videothumbnail:{connectionInfo:"Verbindungsinformationen",domute:"Stummschalten",domuteOthers:"Alle anderen stummschalten",domuteVideo:"Kamera ausschalten",domuteVideoOfOthers:"Alle anderen Kameras auschalten",flip:"Spiegeln",grantModerator:"Moderationsrechte vergeben",hideSelfView:"Eigene Ansicht ausblenden",kick:"Hinauswerfen",mirrorVideo:"Mein Video spiegeln",moderator:"Moderation",mute:"Person ist stumm geschaltet",muted:"Stummgeschaltet",pinToStage:"Anheften",remoteControl:"Fernsteuerung",screenSharing:"Person teilt den Bildschirm",show:"Im Vordergrund anzeigen",showSelfView:"Eigene Ansicht anzeigen",unpinFromStage:"L\xf6sen",verify:"Person verifizieren",videoMuted:"Kamera ausgeschaltet",videomute:"Person hat die Kamera angehalten"},virtualBackground:{accessibilityLabel:{currentBackground:"Aktueller Hintergrund: {{background}}",selectBackground:"Hintergrund ausw\xe4hlen"},addBackground:"Hintergrund hinzuf\xfcgen",apply:"Anwenden",backgroundEffectError:"Hintergrund konnte nicht aktiviert werden.",blur:"Hintergrund unscharf",deleteImage:"Bild l\xf6schen",desktopShare:"Desktopfreigabe",desktopShareError:"Desktop konnte nicht freigegeben werden",image1:"Strand",image2:"Wei\xdfe neutrale Wand",image3:"Wei\xdfer leerer Raum",image4:"Schwarze Stehlampe",image5:"Berg",image6:"Wald",image7:"Sonnenaufgang",none:"keiner",pleaseWait:"Bitte warten...",removeBackground:"Hintergrund entfernen",slightBlur:"Hintergrund leicht unscharf",title:"Hintergr\xfcnde",uploadedImage:"Hochgeladenes Bild {{index}}",webAssemblyWarning:"WebAssembly wird nicht unterst\xfctzt",webAssemblyWarningDescription:"WebAssembly ist deaktiviert oder wird in diesem Browser nicht unterst\xfctzt"},visitors:{chatIndicator:"(Gast)",labelTooltip:"Anzahl G\xe4ste: {{count}}",notification:{description:"Bitte melden Sie sich um teilzunehmen",title:"Sie sind Gast in der Konferenz"}},volumeSlider:"Lautst\xe4rkeregler",welcomepage:{accessibilityLabel:{join:"Zum Teilnehmen tippen",roomname:"Konferenzname eingeben"},addMeetingName:"Besprechungsnamen hinzuf\xfcgen",appDescription:"Auf geht's! Starten Sie eine Videokonferenz mit Ihrem Team oder besser noch: Laden Sie alle ein, die Sie kennen. {{app}} ist eine vollst\xe4ndig verschl\xfcsselte und 100\xa0% quelloffene Videokonferenzl\xf6sung, die Sie immer und \xfcberall kostenlos verwenden k\xf6nnen \u2013 ohne Registrierung.",audioVideoSwitch:{audio:"Audio",video:"Video"},calendar:"Kalender",connectCalendarButton:"Kalender verbinden",connectCalendarText:"Verbinden Sie Ihren Kalender, um all Ihre Meetings in {{app}} anzuzeigen. F\xfcgen Sie zudem {{provider}}-Meetings in Ihren Kalender ein und starten Sie sie mit nur einem Klick.",enterRoomTitle:"Neues Meeting starten",getHelp:"Hilfe",go:"Los",goSmall:"Los",headerSubtitle:"Sichere und hochqualitative Meetings",headerTitle:"Jitsi Meet",info:"Einwahlinformationen",jitsiOnMobile:"Jitsi unterwegs \u2013 einfach unsere Apps herunterladen und Meetings von \xfcberall starten",join:"ERSTELLEN / BEITRETEN",logo:{calendar:"Kalender Logo",desktopPreviewThumbnail:"Desktop-Vorschau Thumbnail",googleLogo:"Google Logo",logoDeepLinking:"Jitsi Meet Logo",microsoftLogo:"Microsoft Logo",policyLogo:"Richtlinienlogo"},meetingsAccessibilityLabel:"Konferenzen",mobileDownLoadLinkAndroid:"Android App Download",mobileDownLoadLinkFDroid:"F-Droid App Download",mobileDownLoadLinkIos:"iOS App Download",moderatedMessage:"Oder reservieren Sie sich eine Konferenz-URL, die nur Sie moderieren.",privacy:"Datenschutz",recentList:"Verlauf",recentListDelete:"Eintrag l\xf6schen",recentListEmpty:"Ihr Konferenzverlauf ist derzeit leer. Reden Sie mit Ihrem Team und Ihre vergangenen Konferenzen landen hier.",recentMeetings:"Ihre letzten Konferenzen",reducedUIText:"Willkommen bei {{app}}!",roomNameAllowedChars:"Der Konferenzname sollte keines der folgenden Zeichen enthalten: ?, &, :, ', \", %, #.",roomname:"Konferenzname eingeben",roomnameHint:"Name oder URL der Konferenz, der Sie beitreten m\xf6chten. Sie k\xf6nnen einen Namen erfinden, er muss nur den anderen Personen \xfcbermittelt werden, damit diese der gleichen Konferenz beitreten.",sendFeedback:"Feedback senden",settings:"Einstellungen",startMeeting:"Meeting starten",terms:"AGB",title:"Sichere, voll funktionale und komplett kostenlose Videokonferenzen",upcomingMeetings:"Ihre zuk\xfcnftigen Konferenzen"},whiteboard:{accessibilityLabel:{heading:"Whiteboard"}}}},826,[]); -__d(function(e,o,i,a,n,t,r){n.exports={addPeople:{add:"Inviti",addContacts:"Inviti viajn kontaktojn",contacts:"kontaktoj",copyInvite:"Kopii la invitligilon",copyLink:"Kopii la kunsidligilon",copyStream:"Kopii elsendfluan ligilon",countryNotSupported:"Ni ankora\u016d ne subtenas \u0109i tiun landon.",countryReminder:"\u0108u vi vokas ekster Usonon? Certi\u011du, ke vi komencas per la landokodo!",defaultEmail:"Via defa\u016dlta retadreso",disabled:"Vi ne povas inviti homojn.",failedToAdd:"Malsukcesis aldono de membroj",googleEmail:"Google-retadreso",inviteMoreHeader:"Vi estas la sola en la retkunsido",inviteMoreMailSubject:"Ali\u011di al {{appName}}-retkunsido",inviteMorePrompt:"Inviti pli da homoj",linkCopied:"Ligilo kopiita al tondujo",noResults:"Nenio trovita",outlookEmail:"Outlook-retadreso",phoneNumbers:"Telefonnumeroj",searching:"Ser\u0109ado\u2026",shareInvite:"Konigi la invitligilon",shareLink:"Konigi la kunsidligilon por inviti aliajn homojn",shareStream:"Konigi elsendfluan ligilon",sipAddresses:"SIP-adresoj",telephone:"Telefono: {{number}}",title:"Inviti homojn al \u0109i tiu kunveno",yahooEmail:"Yahoo-retadreso"},audioDevices:{bluetooth:"Bludento",car:"A\u016dta sonsistemo",headphones:"Kapa\u016dskultiloj",none:"Neniu disponebla sonaparato",phone:"Telefono",speaker:"Parolanto"},audioOnly:{audioOnly:"Malalta rapideco de retkonekto"},breakoutRooms:{actions:{add:"Aldoni aneksan \u0109ambron",autoAssign:"Asigni a\u016dtomate al aneksanaj \u0109ambroj",close:"Fermi",join:"Ali\u011di",leaveBreakoutRoom:"Eliri la aneksan \u0109ambron",more:"Pli",remove:"Forigi",sendToBreakoutRoom:"Sendi la partoprenanton al:"},defaultName:"Aneksa \u0109ambro #{{index}}",mainRoom:"\u0108ef\u0109ambro",notifications:{joined:"Alirante al aneksa \u0109ambro \"{{name}}\"",joinedMainRoom:"Alirante al \u0109ef\u0109ambro",joinedTitle:"Aneksaj \u0109ambroj"}},calendarSync:{addMeetingURL:"Aldoni ligilon al la kunveno",confirmAddLink:"\u0108u vi volas aldoni Jitsi-ligilon al \u0109i tiu evento?",error:{appConfiguration:"Kalendara integrigo ne estas \u011duste agordita.",generic:"Okazis eraro. Bonvolu kontroli viajn kalendarajn agordojn a\u016d provu aktualigi la kalendaron.",notSignedIn:"Okazis eraro dum a\u016dtentigado por vidi kalendarajn eventojn. Bonvolu kontroli viajn kalendarajn agordojn kaj provi ensaluti denove."},join:"Ali\u011di",joinTooltip:"Ali\u011di al la kunveno",nextMeeting:"sekva kunveno",noEvents:"Ne estas planitaj eventoj.",ongoingMeeting:"okazanta kunveno",permissionButton:"Malfermi agordojn",permissionMessage:"Kalendara permeso estas bezonata, por ke vi povu vidi viajn kunvenojn en la aplika\u0135o.",refresh:"Aktualigi la kalendaron",today:"Hodia\u016d"},carmode:{actions:{selectSoundDevice:"Selekti sonilon"},labels:{buttonLabel:"A\u016dta re\u011dimo",title:"A\u016dta re\u011dimo",videoStopped:"Via video haltis"}},chat:{enter:"Eniri la babilejon",error:"Eraro: via mesa\u011do \u201c{{originalText}}\u201d ne estis sendita. Kialo: {{error}}",fieldPlaceHolder:"Tajpu vian mesa\u011don \u0109i tien",lobbyChatMessageTo:"Mesa\u011do de atendejo al {{recipient}}",message:"Mesa\u011do",messageAccessibleTitle:"{{user}} diras",messageAccessibleTitleMe:"Mi diras",messageTo:"Privata mesa\u011do al {{recipient}}",messagebox:"Tajpu mesa\u011don",newMessages:"Novaj mesa\u011doj",nickname:{popover:"Elektu ka\u015dnomon",title:"Elektu ka\u015dnomon por uzi la babilejon",titleWithPolls:"Elektu ka\u015dnomon por uzi la babilejon"},noMessagesMessage:"Ankora\u016d ne estas mesa\u011doj en la kunveno. Komencu konversacion \u0109i tie!",privateNotice:"Privata mesa\u011do al {{recipient}}",sendButton:"Sendi",smileysPanel:"Panelo de emo\u011dioj",tabs:{chat:"Babilejo",polls:"Enketo"},title:"Babilejo",titleWithPolls:"Babilejo",you:"vi"},chromeExtensionBanner:{buttonText:"Instali kromprogramon por Chrome",buttonTextEdge:"Instali Edge-kromprogramon",close:"Fermi",dontShowAgain:"Ne plu montru tion al mi",installExtensionText:"Instali la kromprogramon por integrado de Google Calendar kaj Office 365"},connectingOverlay:{joiningRoom:"Konekti\u011do al via kunveno\u2026"},connection:{ATTACHED:"Kunligita",AUTHENTICATING:"A\u016dtentigado",AUTHFAIL:"A\u016dtentigo malsukcesis",CONNECTED:"Konektita",CONNECTING:"Konekti\u011dado",CONNFAIL:"Konekti\u011do malsukcesis",DISCONNECTED:"Malkonektita",DISCONNECTING:"Malkonekti\u011dado",ERROR:"Eraro",FETCH_SESSION_ID:"Ricevado de session-id\u2026",GET_SESSION_ID_ERROR:"Eraro dum ricevado de session-id: {{code}}",GOT_SESSION_ID:"Ricevado de session-id\u2026 farita",LOW_BANDWIDTH:"Video por {{displayName}} estis mal\u015daltita por \u015dpari retan trafikon"},connectionindicator:{address:"Adreso:",audio_ssrc:"Sona SSRC",bandwidth:"Taksata kapacito:",bitrate:"Bitrapido:",bridgeCount:"Nombro de serviloj: ",codecs:"Kodekoj (sono/video):",connectedTo:"Konektita al:",framerate:"Bildrapido:",less:"Montri malpli",localaddress:"Loka adreso:",localaddress_plural:"Lokaj adresoj:",localport:"Loka pordo:",localport_plural:"Lokaj pordoj:",maxEnabledResolution:"Maksimuma flukvanto",more:"Montri pli",packetloss:"Perdo de paka\u0135oj:",participant_id:"ID de partoprenanto",quality:{good:"Bona",inactive:"Neaktiva",lost:"Perdita",nonoptimal:"Neideala",poor:"Malbona"},remoteaddress:"Fora adreso:",remoteaddress_plural:"Foraj adresoj:",remoteport:"Fora pordo:",remoteport_plural:"Foraj pordoj:",resolution:"Distingivo:",savelogs:"Konservi protokolojn",status:"Konekto:",transport:"Transporto:",transport_plural:"Transportoj:",video_ssrc:"Video-SSRC"},dateUtils:{earlier:"Pli frue",today:"Hodia\u016d",yesterday:"Hiera\u016d"},deepLinking:{appNotInstalled:"Vi bezonas la aplika\u0135on {{app}} por ali\u011di al \u0109i tiu kunveno per via telefono.",description:"\u0108u nenio okazis? Ni provis lan\u0109i vian kunveno en la komputila aplika\u0135o {{app}}. Provu denove a\u016d lan\u0109u \u011din en la reta aplika\u0135o {{web}}.",descriptionWithoutWeb:"\u0108u nenio okazis? Ni provis lan\u0109i vian kunveno en la komputila aplika\u0135o {{app}}.",downloadApp:"El\u015duti la aplika\u0135on",ifDoNotHaveApp:"Se vi ankora\u016d ne havas la aplika\u0135on",ifHaveApp:"Se vi jam havas la aplika\u0135on",joinInApp:"Ali\u011du al \u0109i tiu kunsido per la aplika\u0135o",launchWebButton:"Lan\u0109i enrete",title:"Lan\u0109o de via kunveno en {{app}}\u2026",tryAgainButton:"Provu denove per la komputila aplika\u0135o",unsupportedBrowser:"\u015cajnas ke vi uzas nesubtenitan retumilon"},defaultLink:"ekz. {{url}}",defaultNickname:"ekz. Johano Verda",deviceError:{cameraError:"Atingo de via kamerao malsukcesis",cameraPermission:"Eraro akirante permeson por kamerao",microphoneError:"Atingo de via mikrofono malsukcesis",microphonePermission:"Eraro akirante permeson por mikrofono"},deviceSelection:{noPermission:"Permeso ne estis donita",previewUnavailable:"Anta\u016drigardo ne disponeblas",selectADevice:"Elektu aparaton",testAudio:"Ludi testan sonon"},dialIn:{screenTitle:"Resumo de alvoko"},dialOut:{statusMessage:"nun estas {{status}}"},dialog:{Back:"Reen",Cancel:"Nuligi",IamHost:"Mi estas la gastiganto",Ok:"Bone",Remove:"Forigi",Share:"Kundividi",Submit:"Sendi",WaitForHostMsg:"La kunveno ankora\u016d ne komencis. Se vi estas la gastiganto, bonvolu a\u016dtenti\u011di. Alikaze atendu, \u011dis la gastiganto venos.",WaitingForHostTitle:"Atendante la gastiganton\u2026",Yes:"Jes",accessibilityLabel:{liveStreaming:"Tuja elsendfluo"},add:"Aldoni",addMeetingNote:"Aldoni komenton pri tiu kunsido",addOptionalNote:"Aldoni komenton (fakultativa)",allow:"Permesi",alreadySharedVideoMsg:"Alia partoprenanto jam kundividas videon. \u0108i tiu kunveno permesas nur unu kundividata video samtempe.",alreadySharedVideoTitle:"Nur unu video estas permesata samtempe.",applicationWindow:"Programa fenestro",authenticationRequired:"Bezonas a\u016dtentokontrolon",cameraConstraintFailedError:"Via kamerao ne plenumas kelkajn neprajn postulojn.",cameraNotFoundError:"Kamerao ne trovita.",cameraNotSendingData:"Via kamerao ne atingeblas al ni. Bonvolu kontroli, \u0109u alia programo jam uzas la aparaton, elekti alian de la agorda menuo, a\u016d provu \u011disdatigi la programon.",cameraNotSendingDataTitle:"Kamerao ne atingeblas",cameraPermissionDeniedError:"Vi ne permesis uzi vian kameraon. Vi povas ali\u011di al la kunveno, sed aliaj ne povos vin vidi. Vi povas tion \u015dan\u011di per la kameraa butono en la adresbreto.",cameraTimeoutError:"Ne eblis komenci videofonton. Tempolimo forpasis!",cameraUnknownError:"Ne eblas uzi la kameraon, pro kialo nekonata.",cameraUnsupportedResolutionError:"Via kamerao ne subtenas la bezonatan distingivon.",close:"Fermi",conferenceDisconnectMsg:"Eble kontrolu vian retkonekton. Rekonekto post {{seconds}} sekundoj\u2026",conferenceDisconnectTitle:"Vi malkonekti\u011dis.",conferenceReloadMsg:"Ni penas funkciigi \u0109i tion. Rekonekto post {{seconds}} sekundoj\u2026",conferenceReloadTitle:"Beda\u016drinde io fu\u015di\u011dis.",confirm:"Konfirmi",confirmNo:"Ne",confirmYes:"Jes",connectError:"Oj! Io misokazis kaj ni ne povis vin konekti al la kunveno.",connectErrorWithMsg:"Oj! Io misokazis kaj ni ne povis vin konekti al la kunveno: {{msg}}",connecting:"Konekti\u011do",contactSupport:"Kontakti helpon",copied:"Kopiita",copy:"Kopii",dismiss:"Formeti",displayNameRequired:"Saluton! Kio estas via nomo?",done:"Finita",e2eeDescription:"

Tutvoja \u0109ifrado estas nuntempe EKSPERIMENTA. Bonvolu vidi \u0109i tiun artikolon por detaloj.


Konsciu, ke \u015dalti tutvojan \u0109ifradon efektive malebligos servilflankajn servojn kiel ekzemple: registradon, tujan elsendfluon kaj telefonan partoprenon. Konsciu anka\u016d, ke la kunveno funkcios nur por homoj, kiuj uzas retumilon subtenantan enmetatajn fluojn.

",e2eeDisabledDueToMaxModeDescription:"Ne eblas \u015dalti tutvoja \u0109ifrado pro granda kvanto da partoprenantoj en la prelego",e2eeLabel:"\u015closilo",e2eeWarning:"

ATENTIGO: Ne \u0109iuj partoprenantoj en \u0109i tiu kunveno \u015dajnas havi subtenon de tutvoja \u0109ifrado. Se vi \u015daltos \u011din, ili ne povos vidi a\u016d a\u016ddi vin.

",e2eeWillDisableDueToMaxModeDescription:"AVERTO: Tutvoja \u0109ifrado estos a\u016dtomate mal\u015daltita",embedMeeting:"Enkorpigi kunsidon",enterDisplayName:"Bonvolu entajpi vian nomon \u0109i-tie",error:"Eraro",gracefulShutdown:"Nia servo nun estas eksterreta pro prizorgado. Bonvolu reprovi poste.",grantModeratorDialog:"\u0108u vi certe donas moderatorajn rajtojn al {{participantName}}?",grantModeratorTitle:"Koncedi moderatorajn rajtojn",hide:"Ka\u015du",hideShareAudioHelper:"Ne plu montru tiu dialogujo",incorrectPassword:"Mal\u011dusta pasvorto a\u016d uzantnomo",incorrectRoomLockPassword:"Mal\u011dusta pasvorto",internalError:"Oj! La jena eraro okazis: {{error}}",internalErrorTitle:"Interna eraro",kickMessage:"Vi povas kontakti {{participantDisplayName}} por pli da detaloj.",kickParticipantButton:"For\u0135eti",kickParticipantDialog:"\u0108u vi certe volas for\u0135eti \u0109i tiun partoprenanton?",kickParticipantTitle:"For\u0135eti \u0109i tiun partoprenanton?",kickTitle:"Aj! {{participantDisplayName}} for\u0135etis vin el la kunveno",linkMeeting:"Ligi la prelegon",linkMeetingTitle:"Ligi la prelegon al Salesforce",liveStreaming:"Tuja elsendfluo",liveStreamingDisabledBecauseOfActiveRecordingTooltip:"Neebla dum re\u011distrado",localUserControls:"Kontroloj de la loka uzanto",lockMessage:"\u015closo de la kunveno malsukcesis.",lockRoom:"Aldoni $t(lockRoomPasswordUppercase) al la kunveno.",lockTitle:"\u015closo malsukcesis",login:"Ensaluti",logoutQuestion:"\u0108u vi certe volas adia\u016di kaj fini la kunvenon?",logoutTitle:"Elsaluti",maxUsersLimitReached:"Maksimuma nombro de partoprenantoj atingita. La kunveno estas plena. Bonvolu kontakti la posedanton de la kunveno a\u016d reprovi poste!",maxUsersLimitReachedTitle:"Maksimuma nombro de partoprenantoj atingita",micConstraintFailedError:"Via mikrofono ne observas kelkajn neprajn limigojn.",micNotFoundError:"Mikrofono ne trovita.",micNotSendingData:"Iru al la agordoj de via komputilo por malsilentigi vian mikrofonon kaj al\u011dustigi \u011dian la\u016dtecon",micNotSendingDataTitle:"Via mikrofono estas silentigita en viaj sistemagordoj",micPermissionDeniedError:"Vi ne permesis uzi vian mikrofonon. Vi povas ali\u011di al la kunveno, sed aliaj ne povos vin a\u016ddi. Vi povas tion \u015dan\u011di per la kameraa butono en la adresbreto.",micTimeoutError:"Neeblis komenci\u011di la sonfonton. Tempolimo de konekto!",micUnknownError:"Ne eblas uzi mikrofonon pro kialo nekonata.",moderationAudioLabel:"Permesi al partoprenantoj malsilentigi sin mem",moderationVideoLabel:"Permesi al partoprenantoj starti sian videon",muteEveryoneDialog:"\u0108u vi certe volas silentigi \u0109iujn? Vi ne povos malsilentigi ilin, sed ili mem povos malsilentigi sin iam ajn.",muteEveryoneDialogModerationOn:"Partoprenantoj povas peti permeson paroli iam ajn",muteEveryoneElseDialog:"Silentiginte lin a\u016d \u015din, vi ne povos malsilentigi la uzanton, sed li a\u016d \u015di mem povos malsilentigi sin iam ajn.",muteEveryoneElseTitle:"Silentigi \u0109iujn krom {{whom}}?",muteEveryoneElsesVideoDialog:"Se vi mal\u015daltas la kameraon de uzanto, vi ne povos \u015dalti \u011din denove, sed la uzanto povos \u015dalti \u011din mem iam ajn.",muteEveryoneElsesVideoTitle:"Mal\u015dalti la kamerao de \u0109iuj krom {{whom}}?",muteEveryoneSelf:"vin",muteEveryoneStartMuted:"\u0108iuj estas dekomence silentigitaj ekde nun",muteEveryoneTitle:"Silentigi \u0109iujn?",muteEveryonesVideoDialog:"Partoprenantoj povas \u015dalti sian kameraon iam ajn.",muteEveryonesVideoDialogModerationOn:"Partoprenantoj povas peti permeson \u015dalti sian kameraon iam ajn",muteEveryonesVideoDialogOk:"Mal\u015dalti",muteEveryonesVideoTitle:"Mal\u015daltu la kameraon de \u0109iuj?",muteParticipantBody:"Vi ne povos lin a\u016d \u015din malsilentigi, sed li a\u016d \u015di povas malsilentigi sin iam ajn.",muteParticipantButton:"Silentigi",muteParticipantsVideoBody:"Vi ne povos \u015dalti la kameraon denove, sed ili povos \u015dalti \u011din mem iam ajn.",muteParticipantsVideoBodyModerationOn:"Nek vi nek ili povos \u015dalti la kameraon denove.",muteParticipantsVideoButton:"Mal\u015daltu la kameraon",muteParticipantsVideoDialog:"\u0108u vi certe volas mal\u015dalti la kameraon de tiu \u0109i uzanto? Vi ne povos \u015dalti \u011din denove, sed ili povos \u015dalti \u011din mem iam ajn.",muteParticipantsVideoDialogModerationOn:"\u0108u vi certe volas mal\u015dalti la kameraon de tiu \u0109i uzanto? Nek vi nek ili povos \u015dalti \u011din denove.",muteParticipantsVideoTitle:"Mal\u015daltu la kameraon de tiu \u0109i uzanto?",noDropboxToken:"Nevalidaj Dropbox-\u0135etonoj",password:"Pasvorto",passwordLabel:"La kunvenon \u015dlosis partoprenanto. Bonvolu entajpi $t(lockRoomPassword) por ali\u011di.",passwordNotSupported:"Agordo de kunvena pasvorto ne estas subtenata",passwordNotSupportedTitle:"$t(lockRoomPasswordUppercase) ne subtenata",passwordRequired:"$t(lockRoomPasswordUppercase) deviga",permissionCameraRequiredError:"Permeso uzi kameraon estas bezonata por partopreni prelegojn kun video. Bonvolu doni tiun \u0109i permeson en Agordoj.",permissionErrorTitle:"Permeso deviga",permissionMicRequiredError:"Permeso uzi microfono estas bezonata por partopreni prelegojn kun a\u016dda\u0135o. Bonvolu doni tiun \u0109i permeson en Agordoj.",popupError:"Via foliumilo forbaras \u015dprucfenestrojn de tiu \u0109i retejo. Bonvolu permesi \u015dprucfenestrojn en la prisekuraj agordoj de via fenestro kaj reprovi.",popupErrorTitle:"\u015cprucfenestro barita",readMore:"Pli",recentlyUsedObjects:"Viaj lastatempe uzitaj objektoj",recording:"Registrado",recordingDisabledBecauseOfActiveLiveStreamingTooltip:"Neebla dum vivelsendo estas aktiva",rejoinNow:"Reali\u011di nun",remoteControlAllowedMessage:"{{user}} akceptis vian teleregan peton!",remoteControlDeniedMessage:"{{user}} rifuzis vian teleregan peton!",remoteControlErrorMessage:"Eraro petante teleregajn permesojn de {{user}}!",remoteControlRequestMessage:"\u0108u vi permesos al {{user}} teleregi vian komputilon?",remoteControlShareScreenWarning:"Sciu, ke se vi premos \u201cPermesi\u201d, vi kunhavigos vian ekranon!",remoteControlStopMessage:"Telerega seanco finita!",remoteControlTitle:"Labortabla telerego",remoteUserControls:"Foraj uzantregiloj",removePassword:"Forigi $t(lockRoomPassword)",removeSharedVideoMsg:"\u0108u vi vere volas forigi vian kunhavatan videon?",removeSharedVideoTitle:"Forigi kunhavatan videon",reservationError:"Rezervosistema eraro",reservationErrorMsg:"Kodo de eraro: {{code}}, mesa\u011do: {{msg}}",retry:"Reprovi",screenSharingAudio:"Kundividi sonon",screenSharingFailed:"Oj! Io misokazis, ni ne povis starti ekrandividado!",screenSharingFailedTitle:"Ekrandividado malsukcesis!",screenSharingPermissionDeniedError:"Oj! Io misokazis pri la permesoj al via ekrandivida kromprogramo. Bonvolu re\u015dargi kaj reprovi.",searchInSalesforce:"Ser\u0109u en Salesforce",searchResults:"Ser\u0109orezultoj({{count}})",searchResultsDetailsError:"Io misokazis dum ricevo de datumoj de posedanto ",searchResultsError:"Io misokazis dum ricevo de datumoj.",searchResultsNotFound:"Ser\u0109orezultoj ne trovitaj.",searchResultsTryAgain:"Provu uzi aliajn ser\u0109vortojn.",sendPrivateMessage:"Vi anta\u016d nelonge ricevis privatan mesa\u011don. \u0108u vi celis respondi al \u011di private, a\u016d \u0109u vi volas sendi vian mesa\u011don al la grupo?",sendPrivateMessageCancel:"Sendi al la grupo",sendPrivateMessageOk:"Sendi private",sendPrivateMessageTitle:"Sendi private?",serviceUnavailable:"Servo ne disponeblas",sessTerminated:"Voko finita",sessionRestarted:"Voko restartigis pro problemo kun la konecto.",shareAudio:"Da\u016drigi",shareAudioTitle:"Kiel kunhavigi sonon",shareAudioWarningD1:"\u0108esigu la ekrandividadon anta\u016d kunhavigi vian sonon.",shareAudioWarningD2:"Kundividu la ekranon denove kaj elektu \"kunhavigi sonon\" ",shareAudioWarningH1:"Se vi volas kunhavigi nur sonon:",shareAudioWarningTitle:"\u0108esigu la ekrandividadon anta\u016d kunhavigi la sonon.",shareMediaWarningGenericH2:"Se vi volas kunhavigi vian ekranon kaj sonon",shareScreenWarningD1:"\u0108esigu kunhavigi la sonon anta\u016d starti la ekrandividadon.",shareScreenWarningD2:"\u0108esigu kunhavigi la sonon, startu la ekrandividado, kaj kontrolu la \"kunhavigi sonon\" opcion.",shareScreenWarningH1:"Se vi volas kunhavigi nur la ekranon:",shareScreenWarningTitle:"\u0108esigu kunhavigi la sonon anta\u016d starti la ekrandividadon.",shareVideoLinkError:"Bonvolu doni \u011dustan ligilon",shareVideoTitle:"Kundividi videon",shareYourScreen:"Kundividi vian ekranon",shareYourScreenDisabled:"Kundividado de ekrano mal\u015daltita.",sharedVideoDialogError:"Eraro: Nevalida URL",sharedVideoLinkPlaceholder:"YouTube-ligilo a\u016d rekta ligilo al la video",show:"Montri",start:"Startigi",startLiveStreaming:"Fini tujan elsendfluon",startRecording:"Fini registradon",startRemoteControlErrorMessage:"Eraro okazis dum komenco de la telerega seanco!",stopLiveStreaming:"Fini tujan elsendfluon",stopRecording:"Fini registradon",stopRecordingWarning:"\u0108u vi certe volas fini la registradon?",stopStreamingWarning:"\u0108u vi certe volas fini la tujan elsendfluon?",streamKey:"\u015closilo de tuja elsendfluo",thankYou:"Dankon ke vi uzas {{appName}}!",token:"\u0135etono",tokenAuthFailed:"Pardonu, vi ne rajtas ali\u011di al \u0109i tiu voko.",tokenAuthFailedTitle:"A\u016dtentigo malsukcesis",transcribing:"transskribado",unlockRoom:"Forigi la $t(lockRoomPassword)n de la \u0109ambro",user:"Uzanto",userIdentifier:"Uzantidentigilo",userPassword:"Uzantopasvorto",videoLink:"Video-ligilo",viewUpgradeOptions:"Montru opcioj por plibonigaj eldonoj",viewUpgradeOptionsContent:"Se vi volas aliron al superaj funkcioj, kiel registrado, transskribo, RTMP vivelsendo & pli, vi plibonigu vian subskribon.",viewUpgradeOptionsTitle:"Vi malkovris superan funkcion!",yourEntireScreen:"Via tuta ekrano"},documentSharing:{title:"Kundividita dokumento"},e2ee:{labelToolTip:"\u0108iuj partoprenantoj en \u0109i tiu kunveno \u015daltis tutvojan \u0109ifradon"},embedMeeting:{title:"Enigi \u0109i tiun renkonti\u011don"},feedback:{average:"Mezbona",bad:"Malbona",detailsLabel:"Diru al ni pli pri \u011di.",good:"Bona",rateExperience:"Bonvolu priskribi vian sperton.",star:"Stelo",veryBad:"Tre malbona",veryGood:"Tre bona"},giphy:{noResults:"Rezultoj ne trovitaj :(",search:"Ser\u0109i en GIPHY"},helpView:{title:"Helpejo"},incomingCall:{answer:"Respondi",audioCallTitle:"Alvenanta voko",decline:"Formeti",productLabel:"el Jitsi Meet",videoCallTitle:"Alvenanta vida voko"},info:{accessibilityLabel:"Montri informojn",addPassword:"Aldoni $t(lockRoomPassword)n",cancelPassword:"Nuligi $t(lockRoomPassword)n",conferenceURL:"Ligilo:",copyNumber:"Kopii nombron",country:"Lando",dialANumber:"Por ali\u011di al via kunveno, voku unu el tiuj numeroj kaj poste entajpu la ciferkodon.",dialInConferenceID:"Ciferkodo:",dialInNotSupported:"Beda\u016drinde pertelefona vokaro ne estas nuntempe subtenata.",dialInNumber:"Voki la numeron:",dialInSummaryError:"Eraro dum venigo de telefonadaj informoj. Bonvolu reprovi poste.",dialInTollFree:"Senkosta numero",genericError:"Oj, io fu\u015di\u011dis.",inviteLiveStream:"Por vidi la tujan elsendfluon, alklaku \u0109i tiun ligilon: {{url}}",invitePhone:"Por ali\u011di per telefono anstata\u016de, tu\u015du tion: {{number}},,{{conferenceID}}#\n",invitePhoneAlternatives:"\u0108u vi ser\u0109as alian telefonnumeron?\nVidi la telefonnumerojn de la kunveno: {{url}}\n\n\nSe vi vokas anka\u016d per \u0109ambra telefono, vi povas ali\u011di sen sono: {{silentUrl}}",inviteSipEndpoint:"Por ali\u011di per la SIP adreso, entajpu tio: {{sipUri}}.",inviteTextiOSInviteUrl:"Alklaku tiu \u0109i ligilon pour ali\u011di: {{inviteUrl}}.",inviteTextiOSJoinSilent:"Se vi ali\u011das per \u0109ambra telefono, uzu \u0109i tiun ligon por ali\u011di sen konekti\u011di al audio:{{silentUrl}}.",inviteTextiOSPersonal:"{{name}} invitas vin al kunveno.",inviteTextiOSPhone:"Por ali\u011di telefone, uzu \u0109i tiun numeron: {{number}},,{{conferenceID}}#. Se vi ser\u0109as alian numeron, jen la plena listo: {{didUrl}}.",inviteURLFirstPartGeneral:"Vi estas invitita al kunveno.",inviteURLFirstPartPersonal:"{{name}} invitas vin al kunveno.\n",inviteURLSecondPart:"\nAli\u011di al la kunveno:\n{{url}}\n",label:"Informoj pri la kunveno",liveStreamURL:"Tuja elsendfluo:",moreNumbers:"Pli da numeroj",noNumbers:"Neniu numero por voki.",noPassword:"Neniu",noRoom:"Neniu \u0109ambro estis specifita por la voko.",numbers:"Telefonnumeroj",password:"$t(lockRoomPasswordUppercase):",reachedLimit:"Vi atingis la limon de via subskribo.",sip:"SIP-adreso",title:"Kundividi",tooltip:"Kundividi ligilon kaj telefonnumeron por \u0109i tiu kunveno",upgradeOptions:"Bonvolu kontroli la \u011disdatigajn opciojn."},inlineDialogFailure:{msg:"Ni iom stumblis.",retry:"Provi denove",support:"Subteno",supportMsg:"Se tio da\u016dre okazas, kontaktu"},inviteDialog:{alertText:"La invito de kelkaj partoprenantoj malsukcesis.",header:"Inviti",searchCallOnlyPlaceholder:"Entajpu telefonnumeron",searchPeopleOnlyPlaceholder:"Ser\u0109i partoprenantojn",searchPlaceholder:"Partoprenanto a\u016d telefonnumero",send:"Sendi"},jitsiHome:"{{logo}} Emblemo, ligilo al \u0109efpa\u011do",keyboardShortcuts:{focusLocal:"Fokusigi vian propran videon",focusRemote:"Fokusigi la videon de aliulo",fullScreen:"\u015calti / mal\u015dalti tutekranan re\u011dimon",giphyMenu:"\u015calku GIPHY-menuon",keyboardShortcuts:"Fulmoklavoj",localRecording:"Montri a\u016d ka\u015di la ilojn por loka registrado",mute:"Silentigi a\u016d malsilentigi vian mikrofonon",pushToTalk:"Premi por paroli",raiseHand:"Levi a\u016d mallevi manon",showSpeakerStats:"Montri statistikon pri parolintoj",toggleChat:"Malfermi a\u016d fermi la babilon",toggleFilmstrip:"Montri a\u016d ka\u015di videajn bildetojn",toggleParticipantsPane:"Montru a\u016d ka\u015du la panelon de partoprenantoj",toggleScreensharing:"Komuti inter kameraa kaj ekrana vidado",toggleShortcuts:"Montri a\u016d ka\u015di la fulmklavojn",videoMute:"\u015calti a\u016d mal\u015dalti vian kameraon"},largeVideo:{screenIsShared:"Vi nun dividas vian ekranon",showMeWhatImSharing:"Montru al mi, kion mi dividas"},liveStreaming:{busy:"Ni penas liberigi tujajn elsendilojn. Bonvolu reprovi post kelkaj minutoj.",busyTitle:"\u0108iuj elsendiloj estas nun okupataj",changeSignIn:"\u015calti inter kontoj.",choose:"Elekti tujan elsendfluon",chooseCTA:"Elektu eblon por tuja elsendfluo. Vi nun estas ensalutinta kiel {{email}}.",enterStreamKey:"Enmetu \u0109i tien vian \u015dlosilon de tuja YouTube-elsendfluo.",error:"Tuja elsendfluo malsukcesis. Bonvolu provi denove.",errorAPI:"Eraro okazis dum alirado al viaj YouTube-dissendadoj. Bonvolu provi reensaluti.",errorLiveStreamNotEnabled:"Tuja elsendado ne estas \u015daltita \u0109e {{email}}. Bonvolu \u015dalti tujan elsendado a\u016d ensaluti per konto kun \u015daltita tuja elsendado.",expandedOff:"La tuja elsendfluo \u0109esis",expandedOn:"La kunveno estas nun elsendata al YouTube.",expandedPending:"La tuja elsendfluo nun startas\u2026",failedToStart:"Tuja elsendfluo malsukcesis komenci",getStreamKeyManually:"Ni ne povis trovi tujajn elsendfluojn. Provu trovi vian \u015dlosilon de tuja YouTube-elsendfluo.",googlePrivacyPolicy:"Privatecpolitiko de Google",inProgress:"Registrado a\u016d vivelsendo farata",invalidStreamKey:"La \u015dlosilo de tuja elsendfluo povas esti mal\u011dusta.",limitNotificationDescriptionNative:"Via vivelsendo estos limigita al {{limit}} minutoj. Por senlima vivelsendo provu {{ app}}.",limitNotificationDescriptionWeb:"Pro alta postulo, via vivelsendo estos limigita al {{limit}} minutoj. Por senlima vivelsendo provu {{app}}.",off:"Tuja elsendfluo fini\u011dis",offBy:"{{name}} \u0109esigis la tujan elsendfluon",on:"Tuja elsendfluo",onBy:"{{name}} komencis la tujan elsendfluon",pending:"Startigo de tuja elsendfluo\u2026",serviceName:"Servoj de tuja elsendado",sessionAlreadyActive:"Oni jam registras a\u016d vivelsendas \u0109i tiun seancon.",signIn:"Ensaluti kun Google",signInCTA:"Ensalutu a\u016d entajpu vian \u015dlosilon tuja elsendado el YouTube.",signOut:"Elsaluti",signedInAs:"Vi nun estas ensalutinta kiel:",start:"Komenci tujan elsendfluon",streamIdHelp:"Kio estas tio?",title:"Tuja elsendfluo",unavailableTitle:"Tuja elsendfluo ne disponeblas",youtubeTerms:"Uzkondi\u0109oj de YouTube"},lobby:{admit:"Akcepti",admitAll:"Akcepti \u0109ion",allow:"Permesi",backToKnockModeButton:"Petu por ali\u011di",chat:"Babilejo",dialogTitle:"Atendeja re\u011dimo",disableDialogContent:"Atendeja re\u011dimo nun estas aktiva. Tiu funkcio certigas ke nedezirataj partoprenantoj ne povas ali\u011di al via renkonti\u011do. \u0108u vi volas mal\u015dalti \u011din?",disableDialogSubmit:"Mal\u015daltu",emailField:"Entajpu vian retpo\u015dtadreson",enableDialogPasswordField:"Agordi pasvorton (nedeviga)",enableDialogSubmit:"\u015caltu",enableDialogText:"Atendeja re\u011dimo ebligas al vi protekti vian kunvenon, permesante al homoj eniri nur post formala aprobo de moderanto.",enterPasswordButton:"Entajpu pasvorton de la kunveno",enterPasswordTitle:"Entajpu pasvorton por ali\u011di al la renkonti\u011do",errorMissingPassword:"Bonvolu entajpi la pasvorton de la renkonti\u011do",invalidPassword:"Nevalida pasvorti",joinRejectedMessage:"Via ali\u011do-peto estis malakceptita de moderanto.",joinRejectedTitle:"Ali\u011do-peto malakceptita",joinTitle:"Ali\u011du al kunvenon",joinWithPasswordMessage:"Provante ali\u011di kun pasvorto, bonvolu atendi\u2026",joiningMessage:"Vi ali\u011dos al la kunveno tuj kiam iu akceptos vian peton",joiningTitle:"Petante ali\u011di al kunveno\u2026",joiningWithPasswordTitle:"Ali\u011do kun pasvorto\u2026",knockButton:"Petu ali\u011di",knockTitle:"Iu volas ali\u011di al la kunveno",knockingParticipantList:"Listo de uzantoj, kiuj volas ali\u011di",lobbyChatStartedNotification:"{{moderator}} startis atendejan babilejon kun {{attendee}}.",lobbyChatStartedTitle:"{{moderator}} startis atendejan babilejon kun vi.",nameField:"Entajpu vian nomon",notificationLobbyAccessDenied:"{{targetParticipantName}} estis malakceptita ali\u011di de {{originParticipantName}}",notificationLobbyAccessGranted:"{{targetParticipantName}} estis akceptita ali\u011di de {{originParticipantName}}",notificationLobbyDisabled:"{{originParticipantName}} mal\u015daltis atendejon",notificationLobbyEnabled:"{{originParticipantName}} \u015daltis atendejon",notificationTitle:"Atendejo",passwordField:"Entajpu pasvorton de la renkonti\u011do",passwordJoinButton:"Ali\u011di",reject:"Malakceptu",rejectAll:"Malakceptu \u0109ion",title:"Atendejo",toggleLabel:"\u015caltu atendejon"},localRecording:{clientState:{off:"Mal\u015daltita",on:"\u015caltita",unknown:"Nekonata"},dialogTitle:"Iloj por loka registrado",duration:"Da\u016dro",durationNA:"neaplikebla",encoding:"Kodprezento",label:"REG",labelToolTip:"Loka registrado estas aktiva",localRecording:"Loka registrado",me:"Mi",messages:{engaged:"Loka registrado estas aktiva.",finished:"Registrado de la sesio {{token}} estas finita. Bonvolu sendi la registritan dosieron al la kunvenestro.",finishedModerator:"Registrado de la sesio {{token}} estas finita. La registra\u0135o de la loka trako estis konservita. Bonvolu peti aliajn partoprenantojn, ke ili sendu sian registra\u0135on.",notModerator:"Vi ne estas la kunvenestro. Vi ne povas komenci a\u016d fini lokan registradon."},moderator:"Kunvenestro",no:"Ne",participant:"Partoprenantoj",participantStats:"Statistikoj pri la partoprenantoj",selectTabTitle:"\ud83c\udfa5 Bonvolu elekti \u0109i tiun langeton por registrado",sessionToken:"Sesia \u0135etono",start:"Komenci registradon",stop:"Fini registradon",yes:"Jes"},lockRoomPassword:"Pasvorto",lockRoomPasswordUppercase:"Pasvorto",lonelyMeetingExperience:{button:"Inviti aliajn",youAreAlone:"Vi estas la sola en la kunveno"},me:"mi",notify:{OldElectronAPPTitle:"Sekurec-vundeblo!",allowAction:"Permesu",allowedUnmute:"Vi povas malsilentigi vian mikrofonon, \u015dalti vian kameraon a\u016d dividi vian ekranon.",audioUnmuteBlockedDescription:"Microfono-malsilentiga operacion estis provizore blokita pro sistemaj limoj.",audioUnmuteBlockedTitle:"Microfono-malsilentigo blokita!",chatMessages:"Babilmesa\u011doj",connectedOneMember:"{{name}} ali\u011dis al la kunveno",connectedThreePlusMembers:"{{name}} kaj {{count}} aliaj ali\u011dis al la kunveno",connectedTwoMembers:"{{first}} kaj {{second}} ali\u011dis al la kunveno",disconnected:"malkonektita",displayNotifications:"Montru sciigojn por",focus:"Kunvena atento",focusFail:"{{component}} ne estas disponebla \u2013 reprovu post {{ms}} sekundoj",gifsMenu:"GIPHY",groupTitle:"Sciigoj",hostAskedUnmute:"La kunvenestro \u015datus, ke vi parolu",invitedOneMember:"{{name}} estis invitita",invitedThreePlusMembers:"{{name}} kaj {{count}} aliaj estis invititaj",invitedTwoMembers:"{{first}} kaj {{second}} estis invititaj",kickParticipant:"{{kicked}} estis for\u0135etita de {{kicker}}",leftOneMember:"{{name}} foriris el la kunveno",leftThreePlusMembers:"{{name}} kaj multaj aliaj foriris el la kunveno",leftTwoMembers:"{{first}} kaj {{second}} foriris el la kunveno",linkToSalesforce:"Ligilo al Salesforce",linkToSalesforceDescription:"Vi povas ligi la kunvenan resumon al Salesforce objekto.",linkToSalesforceError:"Malsukcesis ligi la kunvenon al Salesforces",linkToSalesforceKey:"Ligi \u0109i tiun kunvenon",linkToSalesforceProgress:"Ligante la kunvenon al Salesforce\u2026",linkToSalesforceSuccess:"La kunveno estas ligita al Salesforce.",localRecordingStarted:"{{name}} startigis lokan registradon.",localRecordingStopped:"{{name}} haltigis lokan registradon.",me:"Mi",moderationInEffectCSDescription:"Bonvolu levi la manon se vi volas kundividi vian ekranon.",moderationInEffectCSTitle:"La kunvenestro blokis ekrandividadon.",moderationInEffectDescription:"Bonvolu levi la manon se vi volas paroli.",moderationInEffectTitle:"La kunvenestro silentigi vian mikrofonon",moderationInEffectVideoDescription:"Bonvolu levi la manon se vi volas startigi vian kameraon.",moderationInEffectVideoTitle:"La kunvenestro blokis vian kamerao",moderationRequestFromModerator:"La gastiganto \u015datus, ke vi malsilenti\u011du",moderationRequestFromParticipant:"Volas paroli",moderationStartedTitle:"Gvidado komenci\u011dis",moderationStoppedTitle:"Gvidado \u0109esis",moderationToggleDescription:"de {{participantDisplayName}}",moderator:"Kunvenestraj rajtoj donitaj!",muted:"Vi komencis la interparolon silente.",mutedRemotelyDescription:"Vi \u0109iam povas malsilenti\u011di, kiam vi estas preta paroli. Resilenti\u011du, kiam vi finis, post eviti bruon en la kunveno.",mutedRemotelyTitle:"Vi estis silentigita de {{participantDisplayName}}!",mutedTitle:"Vi estas silentigita!",newDeviceAction:"Uzi",newDeviceAudioTitle:"Nova aparato detektita",newDeviceCameraTitle:"Nova kamerao detektita",noiseSuppressionDesktopAudioDescription:"Neeblas aktivi la nuligon de bruo dum dividado de labortabla audio. Bonvolu mal\u015dalti \u011din kaj provi denove. ",noiseSuppressionFailedTitle:"Malsukcesis startigi la nuligon de bruo",noiseSuppressionNoTrackDescription:"Bonvolu unue malsilentigi vian mikrofonon.",noiseSuppressionStereoDescription:"Forigo de bruo por stereosono ankora\u016d ne estas subtenata.",oldElectronClientDescription1:"\u015cajnas, ke vi uzas malnovan version de la kliento de Jitsi Meet, kiu havas konatajn sekurec-vundeblojn. Bonvolu \u011disdatigi al nia ",oldElectronClientDescription2:"plej nova versio",oldElectronClientDescription3:" nun!",participantWantsToJoin:"Volas ali\u011di al la kunveno",participantsWantToJoin:"Volas ali\u011di al la kunveno",passwordRemovedRemotely:"$t(lockRoomPasswordUppercase) forigita de alia partoprenanto",passwordSetRemotely:"$t(lockRoomPasswordUppercase) difinita de alia partoprenanto",raiseHandAction:"Levu la manon",raisedHand:"{{name}} \u015datus paroli.",raisedHands:"{{participantName}} kaj {{raisedHands}} aliaj homoj",reactionSounds:"Malebligi sonojn",reactionSoundsForAll:"Malebligi sonojn por \u0109iuj",screenShareNoAudio:"La elektobutono \u201cKundividi sonon\u201d ne estis elektita en la fenestro de elekto de ektrano.",screenShareNoAudioTitle:"Ne eblis kunhavigi sisteman audio!",selfViewTitle:"Vi \u0109iam povas malka\u015di la memvidon en agordoj",somebody:"Iu",startSilentDescription:"Ali\u011du denove al la kunveno por \u015dalti sonon",startSilentTitle:"Vi envenis sen sona eligo!",suboptimalBrowserWarning:"N timas, ke vi ne havos bonegan sperton \u0109i tie. Ni klopodas plibonigi tion, sed dume bonvolu provi uzi unu el la plene subtenataj retumiloj.",suboptimalExperienceTitle:"Atentigo pri la retumilo",unmute:"Malsilentigi",videoMutedRemotelyDescription:"Vi \u0109iam povas \u015dalti \u011din denove.",videoMutedRemotelyTitle:"{{participantDisplayName}} mal\u015daltis vian videa\u0135on",videoUnmuteBlockedDescription:"Malsilentigo de la kamerao kaj funkciado de kunhava labortablo estis provizore blokitaj pro sistemaj limoj.",videoUnmuteBlockedTitle:"Malsilentigo de la kamerao kaj kunhavigo de la ekrano estas blokitaj!",viewLobby:"Vidu atendejon",waitingParticipants:"{{waitingParticipants}} homo(j)"},participantsPane:{actions:{allow:"Al la partoprenantoj permesi:",allowVideo:"Permesi kameraon",askUnmute:"Peti malsilentigi",audioModeration:"Malsilentigi sin mem",blockEveryoneMicCamera:"Bloki la kameraon kaj la mikrofonon de \u0109iuj",invite:"Inviti iun",moreModerationActions:"Pli da moderigaj opcioj",moreModerationControls:"Pli da moderigaj regiloj",moreParticipantOptions:"Pli da partoprenantaj opcioj",mute:"Silentigi",muteAll:"Silentigi \u0109iujn",muteEveryoneElse:"Silentigi \u0109iujn aliajn",stopEveryonesVideo:"\u0108esigu \u0109ies videa\u0135on",stopVideo:"\u0108esigu la videa\u0135on",unblockEveryoneMicCamera:"Malbloku \u0109ies mikrofonon kaj kameraon",videoModeration:"Komencigu la videa\u0135on"},close:"Fermu",headings:{lobby:"Atendejo ({{count}})",participantsList:"Partoprenantoj en la kunveno ({{count}})",waitingLobby:"En la atendejo ({{count}})"},search:"Ser\u0109u partoprenantojn",title:"Partoprenantoj"},passwordDigitsOnly:"\u011cis {{number}} ciferoj",passwordSetRemotely:"agordita de alia partoprenanto",pinnedParticipant:"La partoprenanto estas fiksita",polls:{answer:{skip:"Ne respondu",submit:"Sendu"},by:"de {{ name }}",create:{addOption:"Aldoni opcion",answerPlaceholder:"Opcio {{index}}",cancel:"Nuligi",create:"Krei enketon",pollOption:"Enketa opcio {{index}}",pollQuestion:"Enketa demando",questionPlaceholder:"Demandu",removeOption:"Forigi opcion",send:"Sendu"},notification:{description:"Malfermu la enketan langeton por vo\u0109doni",title:"Oni aldonis novan enketon en la kunveno"},results:{changeVote:"\u015can\u011du vo\u0109donon",empty:"Ankora\u016d ne estas enketo en la kunveno. Komencu enketon \u0109i-tie!",hideDetailedResults:"Ka\u015du detalojn",showDetailedResults:"Malka\u015du detalojn",vote:"Vo\u0109donu"}},poweredby:"pelata de",prejoin:{audioAndVideoError:"Eraro de videa\u0135o kaj a\u016dda\u0135o:",audioDeviceProblem:"Estas problemo kun via sonludilo",audioOnlyError:"Eraro kun la a\u016dda\u0135o:",audioTrackError:"Ne eblis krei sontrakon.",callMe:"Voku min.",callMeAtNumber:"Voku min al \u0109i tiu numero:",calling:"Voko\u2026",configuringDevices:"Agordo de la aparatoj\u2026",connectedWithAudioQ:"\u0108u vi estas konektita kun a\u016dda\u0135o?",connection:{good:"Via interreta konekto \u015dajnas bone!",nonOptimal:"Via interreta konekto ne estas optimuma",poor:"Vi havas malbonan interretan konekton"},connectionDetails:{audioClipping:"Ver\u015dajne via sono estos tran\u0109ita.",audioHighQuality:"Ver\u015dajne via sono estos bonega.",audioLowNoVideo:"Ver\u015dajne via sono estos malbona kaj ne estos videa\u0135o.",goodQuality:"Bonege! Via media kvalito estos tre bona.",noMediaConnectivity:"Ni ne sukcesis starigi a\u016ddvidan konekton por \u0109i tiu testo. Tion kutime ka\u016dzas fajro\u015dirmilo a\u016d NAT.",noVideo:"Ve\u015dajne via videa\u0135o estos malbonega.",undetectable:"Se vi ankora\u016d ne povas voki per retumilo, ni rekomendas, ke vi certi\u011du, ke viaj la\u016dtparoliloj, mikrofono kaj kamerao estas \u011duste agorditaj; ke vi donis rajtojn al via retumilo uzi viajn mikrofonon kaj kameraon; ke via retumilo estas \u011disdata. Se vi ankora\u016d ne povas voki, vi devus kontakti la programiston de la retejo.",veryPoorConnection:"Ver\u015dajne la kvalito de via voko estos malbonega.",videoFreezing:"Ver\u015dajne via videa\u0135o frosti\u011dos, nigri\u011dos, kaj estos bilderigita.",videoHighQuality:"Ver\u015dajne via videa\u0135o estos bonega.",videoLowQuality:"Ver\u015dajne via videa\u0135o estos malaltdistingiva kaj havos malbonan bildrapidon.",videoTearing:"Ver\u015dajne via videa\u0135o estos bilderigita a\u016d enhavos vidajn artefaktojn."},copyAndShare:"Kopii & kunhavigi ligilon de la renkonti\u011do",dialInMeeting:"Eniru la renkonti\u011don per voko",dialInPin:"Eniru la kunvenon per voko kaj entajpu PIN kodon:",dialing:"Vokante",doNotShow:"Ne montru tiun-\u0109i ekranon denove",errorDialOut:"Ne eblis telefoni.",errorDialOutDisconnected:"Ne eblis telefoni. Malkonektita",errorDialOutFailed:"Ne eblis telefoni. Voko malsukcesis.",errorDialOutStatus:"Eraro dum akiro de la stato de la voko",errorMissingName:"Bonvolu entajpi vian nomon por ali\u011di al la renkonti\u011do",errorNoPermissions:"Vi ebligu mikrofonon kaj kameraon aliron",errorStatusCode:"Eraro dum voko, statkodo: {{status}}",errorValidation:"Validigo de la numero malsukcesis",iWantToDialIn:"Mi volas alvoki",initiated:"Voko komencita",joinAudioByPhone:"Ali\u011du kun telefona mikrofono",joinMeeting:"Ali\u011du al la kunvenon",joinMeetingInLowBandwidthMode:"Ali\u011du en malaltkapacita modo",joinWithoutAudio:"Ali\u011du sen mikrofono",keyboardShortcuts:"\u015caltu fulmoklavojn",linkCopied:"Ligilo kopiita al tondujo",lookGood:"Via mikrofono funkcias \u011duste",or:"A\u016d",premeeting:"Anta\u016dkunveno",screenSharingError:"Eraro kun la ekrandividado:",showScreen:"Ebligu anta\u016dkunvenon ekranon",startWithPhone:"Komencu kun la telefona sono",videoOnlyError:"Eraro kun la videa\u0135o:",videoTrackError:"Ne eblis krei videotrakon.",viewAllNumbers:"Vidu \u0109iujn numerojn"},presenceStatus:{busy:"Okupata",calling:"Vokado\u2026",connected:"Konektita",connecting:"Konekti\u011do",connecting2:"Konekti\u011do*\u2026",disconnected:"Malkonektita",expired:"Eksvalidi\u011dinta",ignored:"Ignorata",initializingCall:"Startigo de la voko\u2026",invited:"Invitita",rejected:"Malakceptita",ringing:"Sonorado\u2026"},privacyView:{title:"Privateco"},profile:{avatar:"Profilbildo",setDisplayNameLabel:"Agordi vian videblan nomon",setEmailInput:"Enigu retpo\u015dtadreson",setEmailLabel:"Retpo\u015dtadreso ligita al Gravatar",title:"Profilo"},raisedHand:"\u015catus paroli",raisedHandsLabel:"Nombro da levitaj manoj",record:{already:{linked:"La kunveno jam estas ligita al tiu \u0109i Salesforce-objekto."},type:{account:"Konto",contact:"Kontakto",lead:"Interesi\u011danto",opportunity:"\u015canco",owner:"Posedanto"}},recording:{authDropboxText:"Al\u015duti al Dropbox",availableSpace:"Disponebla spaco: {{spaceLeft}} MB (proksimume {{duration}} minutoj da registra\u0135o)",beta:"BETA",busy:"Ni penas liberigi registrilojn. Bonvolu reprovi post kelkaj minutoj.",busyTitle:"\u0108iuj registriloj estas nun okupataj",copyLink:"Kopii Ligilon",error:"Registrado malsukcesis. Bonvolu provi denove.",errorFetchingLink:"Eraro venigante la registradan ligilon.",expandedOff:"Registrado finita",expandedOn:"La kunveno estas nun registrata.",expandedPending:"Registrado komenci\u011das\u2026",failedToStart:"Registrado malsukcesis komenci",fileSharingdescription:"Kundividi registra\u0135on kun aliaj partoprenantoj",highlight:"\u0108efa\u0135o",highlightMoment:"Emfazu momento",highlightMomentDisabled:"Vi povos emfazi momentojn kiam la registrado komenci\u011das",highlightMomentSuccess:"Momento emfazita",highlightMomentSucessDescription:"Via emfazita momento estos aldonita al la kunveno priskribo",inProgress:"Registrado a\u016d vivelsendo farata",limitNotificationDescriptionNative:"Pro alta postulo via registrado estos limigita al {{ limo }} minutoj. Pro senlima registrado, provu <3>{{app}}.",limitNotificationDescriptionWeb:"Pro alta postulo via registrado estos limigita al {{ limo }} minutoj. Pro senlima registrado, provu {{app}}.",linkGenerated:"Ni generis ligilon al via registrado.",live:"LIVE",localRecordingNoNotificationWarning:"La registrado ne estos anoncita al aliaj partoprenantoj. Vi devos sciigi al ili, ke la renkonti\u011do estas registrita.",localRecordingNoVideo:"Videa\u0135o ne estas registrita.",localRecordingStartWarning:"Bonvolu certigi, ke vi \u0109esigas la registradon anta\u016d ol eliri la renkonti\u011don por konservi \u011din.",localRecordingStartWarningTitle:"\u0108esigu la registradon por konservi \u011din.",localRecordingVideoStop:"\u0108esigi vian videa\u0135on anka\u016d \u0109esos la lokan registradon. \u0108u vi certas, ke vi volas da\u016drigi?",localRecordingVideoWarning:"Por registri vian videon, \u015daltu la kameraon anta\u016d vi komencas la registradon.",localRecordingWarning:"Certigu, ke vi elektas la nunan langeton por uzi la \u011dustajn filmetojn kaj sonojn. La registrado estas nuntempe limigita al 1GB, kio estas proksimume 100 minutoj.",loggedIn:"Ensalutinta kiel {{userName}}",noStreams:"Neniu a\u016ddio a\u016d videofluo detektita.",off:"Registrado finita",offBy:"{{name}} \u0109esigis la registradon",on:"Registranta",onBy:"{{name}} komencis la registradon",onlyRecordSelf:"Registri nur miajn a\u016dd- kaj videofluojn",pending:"Prepari\u011do por registrado de la kunveno\u2026",rec:"REG",saveLocalRecording:"Konservu registraddosieron loke (Beta)",serviceDescription:"Via registra\u0135o estos konservita de la registra servo",serviceDescriptionCloud:"Nubo registrado",serviceDescriptionCloudInfo:"Registritaj renkonti\u011doj estas a\u016dtomate forigitaj 24h post sia tempo de registrado.",serviceName:"Registra servo",sessionAlreadyActive:"\u0108i tiu sesio jam estas registrita a\u016d vivelsendita.",signIn:"Ensaluti",signOut:"Elsaluti",surfaceError:"Bonvolu elekti la nunan langeton.",title:"Registrado",unavailable:"Oj! La {{serviceName}} estas nun nedisponebla. Ni laboras por solvi la aferon. Bonvolu reprovi poste.",unavailableTitle:"Registrado ne disponeblas",uploadToCloud:"Al\u015dutu en la Nubo"},screenshareDisplayName:"Ekrano de {{name}}",sectionList:{pullToRefresh:"Tiru por aktualigi"},security:{about:"Vi povas aldoni $t(lockRoomPassword) al via renkonti\u011do. Partoprenantoj devos doni la $t(lockRoomPassword) anta\u016d ol ili rajtas ali\u011di al la renkonti\u011do.",aboutReadOnly:"Moderaciuloj povas aldoni $t(lockRoomPassword) al la renkonti\u011do. Partoprenantoj devos doni la $t(lockRoomPassword) anta\u016d ol ili rajtas ali\u011di al la renkonti\u011do.",insecureRoomNameWarning:"La \u0109ambronomo estas nesekura. Nedezirataj partoprenantoj povas ali\u011di al via prelego. Konsideru sekurigi vian renkonti\u011don per la sekureca butono.",title:"Sekurecaj Opcioj"},settings:{buttonLabel:"Agordoj",calendar:{about:"La integrigo de kalendaro {{appName}} estas uzata por sekure aliri vian kalendaron, por ke \u011di povu legi planitajn eventojn.",disconnect:"Malkonekti",microsoftSignIn:"Ensaluti per Microsoft",signedIn:"Alirado al kalendaraj eventoj por {{email}}. Klaku la buton \u201cMalkonekti\u201d sube por \u0109esigi aliradon al kalendaraj eventoj.",title:"Kalendaro"},desktopShareFramerate:"Bildrapido de kundividado de ekrano",desktopShareHighFpsWarning:"Pli alta bildrapido por kundividado de ekrano povas influi vian bendlar\u011do. Vi devas restartigi kundividadon de ekrano por ke la novaj agordoj apliki\u011du.",desktopShareWarning:"Vi devas rekomenci la ekrankundividadon por ke la novaj agordoj ekvalidu.",devices:"Aparatoj",followMe:"\u0108iuj sekvas min",framesPerSecond:"kadroj sekunde",incomingMessage:"Envena mesa\u011do",language:"Lingvo",loggedIn:"Ensalutinta kiels {{name}}",maxStageParticipants:"Maksimuma nombro da partoprenantoj, kiuj povas esti alpinglitaj al la \u0109efa scenejo (EXPERIMENTA)",microphones:"Mikrofonoj",moderator:"Kunvenestro",more:"Pli",name:"Nomo",noDevice:"Neniu",participantJoined:"Partoprenanto ali\u011dis",participantKnocking:"Partoprenanto eniris atendejon",participantLeft:"Partoprenanto foriris",playSounds:"Ludu sonon",reactions:"Renkonti\u011daj reagoj",sameAsSystem:"Same kiel sistemo ({{label}})",selectAudioOutput:"Sona eligo",selectCamera:"Kamerao",selectMic:"Mikrofono",selfView:"Memrigardo",sounds:"Sonoj",speakers:"La\u016dparoliloj",startAudioMuted:"\u0108iuj komenci\u011das silentaj",startReactionsMuted:"Silentigu la reagajn sonojn por \u0109iujn",startVideoMuted:"\u0108iuj komenci\u011das ka\u015ditaj",talkWhileMuted:"Parolu dum silentigita",title:"Agordoj"},settingsView:{advanced:"Altnivela",alertCancel:"Nuligi",alertOk:"Bone",alertTitle:"Atentigo",alertURLText:"La entajpita URL de servilo estas nevalida",buildInfoSection:"Informoj pri la versio",conferenceSection:"Konferenco",disableCallIntegration:"Mal\u015dalti denaskan integrigon de vokoj",disableCrashReporting:"Mal\u015dalti kra\u015draporton",disableCrashReportingWarning:"\u0108u vi certas, ke vi volas mal\u015dalti kra\u015draportadon? La agordo estos aplikata post kiam vi restartigos la apon.",disableP2P:"Mal\u015dalti la re\u011dimon de samtavola komunikado",displayName:"Uzantnomo",displayNamePlaceholderText:"Eg: Petro Ekzemplulo",email:"Retadreso",emailPlaceholderText:"retadreso@ekzemplo.com",goTo:"Iru al",header:"Agordoj",help:"Helpo",links:"Ligiloj",privacy:"Privateco",profileSection:"Profilo",serverURL:"URL de servilo",showAdvanced:"Montri altnivelajn agordojn",startCarModeInLowBandwidthMode:"Komencu a\u016dtore\u011dimon en malaltkapacita re\u011dimo",startWithAudioMuted:"Komenci kun mal\u015daltita sono",startWithVideoMuted:"Komenci kun mal\u015daltita video",terms:"Kondi\u0109oj",version:"Versio"},share:{dialInfoText:"\n\n=====\n\n\u0108u vi volas simple voki per via telefono?\n\n{{defaultDialInNumber}}Alklaku \u0109i tiun ligilon por vidi la telefonnumerojn por \u0109i tiu kunveno\n{{dialInfoPageUrl}}",mainText:"Alklaku \u0109i tiun ligilon por ali\u011di al la kunveno:\n{{roomUrl}}"},speaker:"La\u016dtparolilo",speakerStats:{angry:"Kolera",disgusted:"Na\u016dzita",displayEmotions:"Montru emociojn",fearful:"Timema",happy:"Feli\u0109a",hours:"{{count}}h",minutes:"{{count}}m",name:"Nomo",neutral:"Ne\u016dtrala",sad:"Mal\u011doja",search:"Ser\u0109u",seconds:"{{count}}s",speakerStats:"Statistikoj pri la parolanto",speakerTime:"Tempo de parolado",surprised:"Surprizita"},startupoverlay:{genericTitle:"La renkonti\u011do bezonas uzi vian mikrofonon kaj kameraon.",policyText:" ",title:"{{app}} bezonas viajn mikrofonon kaj kameraon."},suspendedoverlay:{rejoinKeyTitle:"Reali\u011di",text:"Premu la butonon Reali\u011di por rekonekti\u011di.",title:"Via vidvoko estis interrompita, \u0109ar la komputilo ekdormis."},termsView:{title:"Kondicioj"},toggleTopPanelLabel:"Baskuligi supran panelon",toolbar:{Settings:"Agordoj",accessibilityLabel:{Settings:"Baskuligi agordojn",audioOnly:"Baskuligi nur-sonan re\u011dimon",audioRoute:"Elekti la sonaparaton",boo:"Hui",breakoutRoom:"Eniru/Eliru \u0109ambreton",callQuality:"Agordi vidkvaliton",carmode:"A\u016dta re\u011dimo",cc:"Baskuligi subtekstojn",chat:"Baskuligi tujmesa\u011dilan fenestron",clap:"Apla\u016ddi",collapse:"Maletendi",dock:"Doku en \u0109efa fenestro",document:"Baskuligi kundividitan dokumenton",download:"El\u015duti niajn aplika\u0135ojn",embedMeeting:"Enkorpigita renkonti\u011do",endConference:"Finu kunvenon por \u0109iuj",expand:"Etendi",feedback:"Lasi recenzon",fullScreen:"Baskuligi tutekranan re\u011dimon",giphy:"Baskuligi GIPHY menuon",grantModerator:"Donu Rajtojn de Moderatoro",hangup:"Forlasi la vokon",help:"Helpo",invite:"Inviti homojn",kick:"For\u0135eti partoprenanton",laugh:"Ridi",leaveConference:"Forlasi la renkonti\u011don",like:"\u015cati",linkToSalesforce:"Ligilo al Salesforce",lobbyButton:"\u015caltu/Mal\u015daltu atendejan re\u011dimon",localRecording:"Baskuligi lokajn registrilojn",lockRoom:"Baskuligi pasvorton por la kunveno",moreActions:"Baskuligi la menuon kun pli da agoj",moreActionsMenu:"Menuo kun pli da agoj",moreOptions:"Montri pli da ebloj",mute:"Silentigi/malsilentigi",muteEveryone:"Silentigi \u0109iujn",muteEveryoneElse:"Silentigu \u0109iujn aliajn",muteEveryoneElsesVideoStream:"\u0108esigu la videon de \u0109iuj aliaj",muteEveryonesVideoStream:"\u0108esigu \u0109ies videon",noiseSuppression:"Bruo nuligo",participants:"Partoprenantoj",pip:"Baskuligi la re\u011dimon \u201cbildo en bildo\u201d",privateMessage:"Sendi privatan mesa\u011don",profile:"Redakti vian profilon",raiseHand:"Baskuligi manlevon",reactionsMenu:"Malfermu / Fermu reagojn menuon",recording:"Baskuligi registradon",remoteMute:"Silentigi partoprenanton",remoteVideoMute:"Mal\u015daltu la kameraon de partoprenanto",security:"Sekurecaj opcioj",selectBackground:"Elektu fonon",selfView:"Baskuligu memvidon",shareRoom:"Inviti iun",shareYourScreen:"Baskuligi kundividadon de ekrano",shareaudio:"Kunhavi la sonon",sharedvideo:"Baskuligi kundividadon de videoj",shortcuts:"Baskuligi fulmklavojn",show:"Montri sur scenejo",silence:"Silento",speakerStats:"Baskuligi statistikojn pri parolanto",surprised:"Surprizita",tileView:"Baskuligi kahelan vidon",toggleCamera:"Baskuligi kameraon",toggleFilmstrip:"Baskuligi filmbendon",undock:"Maldoki\u011du en apartan fenestron",videoblur:"Baskuligi malnetigon de video",videomute:"Silentigi/malsilentigi videon",whiteboard:"Montru / Ka\u015du blanktabulon"},addPeople:"Aldoni homojn al via voko",audioOnlyOff:"Mal\u015dalti malalt-trafikan re\u011dimon",audioOnlyOn:"\u015calti malalt-trafikan re\u011dimon",audioRoute:"Elekti la sonaparaton",audioSettings:"A\u016ddagordoj",authenticate:"A\u016dtentigi",boo:"Hui",callQuality:"Agordi kvaliton de la voko",chat:"Malfermi / Fermi babilejon",clap:"Apla\u016ddi",closeChat:"Malfermi babilejon",closeReactionsMenu:"Fermu la menuon de reagoj",disableNoiseSuppression:"Mal\u015daltu bruonuligon",disableReactionSounds:"Vi povas mal\u015dalti reagsonojn por \u0109i tiu renkonti\u011do",dock:"Doku en \u0109efa fenestro",documentClose:"Malfermi/Fermi komunan dokumenton",documentOpen:"Malfermi/Fermi komunan dokumenton",download:"El\u015duti niajn aplika\u0135ojn",e2ee:"Tutvoja \u0109ifrado",embedMeeting:"Enkorpigita renkonti\u011do",endConference:"Finu la renkonti\u011don por \u0109iuj",enterFullScreen:"Vidi tutekrane",enterTileView:"Vidi kahele",exitFullScreen:"Eliri el tutekrana re\u011dimo",exitTileView:"Eliri el kahela vido",feedback:"Lasi recenzon",giphy:"Baskuligu GIPHY menuon",hangup:"Foriri",help:"Helpo",hideWhiteboard:"Ka\u015du blanktabulon",invite:"Inviti homojn",joinBreakoutRoom:"Eniri \u0109ambreton",laugh:"Ridi",leaveBreakoutRoom:"Eliri \u0109ambreton",leaveConference:"Forlasi renkonti\u011don",like:"\u015cati",linkToSalesforce:"Ligi al Salesforce",lobbyButtonDisable:"Mal\u015dalti atendejan re\u011dimon",lobbyButtonEnable:"\u015calti atendejan re\u011dimon",login:"Ensaluti",logout:"Elsaluti",lowerYourHand:"Malaltigi vian manon",moreActions:"Pli da agoj",moreOptions:"Pli da ebloj",mute:"Silentigi/Malsilentigi",muteEveryone:"Silentigi \u0109iujn",muteEveryonesVideo:"Mal\u015dalto \u0109ies kameraon",noAudioSignalDesc:"Se vi ne intence silentigis \u011din per viaj sistemaj agordoj a\u016d fizike, konsideru trans\u015dalti al alia aparato.",noAudioSignalDescSuggestion:"Se vi ne intence silentigis \u011din per viaj sistemaj agordoj a\u016d fizike, konsideru trans\u015dalti al la proponata aparato.",noAudioSignalDialInDesc:"Vi povas anka\u016d telefoni per:",noAudioSignalDialInLinkDesc:"Telefonnumeroj:",noAudioSignalTitle:"Ne estas signalo el via mikrofono!",noiseSuppression:"Bruonuligo",noisyAudioInputDesc:"\u015cajnas, ke via mikrofono faras bruon, bonvolu pripensi silentigi \u011din a\u016d \u015dan\u011di aparaton.",noisyAudioInputTitle:"Via mikrofono \u015dajnas brua!",openChat:"Malfermi la babilejon",openReactionsMenu:"Malermu la menuon de reagoj",participants:"Partoprenantoj",pip:"Eniri re\u011dimon \u201cbildo en bildo\u201d",privateMessage:"Sendi privatan mesa\u011don",profile:"Redakti vian profilon",raiseHand:"Levi / Mallevi vian manon",raiseYourHand:"Levi vian manon",reactionBoo:"Sendi reagon \u201chui\u201d",reactionClap:"Sendi reagon \u201capla\u016ddi\u201d",reactionLaugh:"Sendi reagon \u201cridi\u201d",reactionLike:"Sendi reagon \u201c\u015dati\u201d",reactionSilence:"Sendi reagon \u201csilento\u201d",reactionSurprised:"Sendi reagon \u201csurprizita\u201d",security:"Sekurecaj opcioj",selectBackground:"Elekti fonon",shareRoom:"Inviti iun",shareaudio:"Kunhavigi sonon",sharedvideo:"Kundividi videon",shortcuts:"Vidi fulmklavojn",showWhiteboard:"Montri blanktabulon",silence:"Silento",speakerStats:"Statistikoj pri parolintoj",startScreenSharing:"Komenci dividadon de ekrano",startSubtitles:"Komenci subtekstojn",stopAudioSharing:"\u0108esu a\u016dddividon",stopScreenSharing:"\u0108esigi dividadon de ekrano",stopSharedVideo:"Haltigi videon",stopSubtitles:"\u0108esigi subtekstojn",surprised:"Surprizita",talkWhileMutedPopup:"\u0108u vi provas paroli? Vi estas silentigita.",tileViewToggle:"Baskuligi titolan vidon",toggleCamera:"Baskuligi kameraon",undock:"Maldoki\u011du en apartan fenestron",videoSettings:"Video-agordoj",videomute:"\u015calti / Mal\u015dalti kameraon"},transcribing:{ccButtonTooltip:"Komenci / \u0108esigi subtekstojn",error:"Transskribado malsukcesis. Bonvolu provi denove.",expandedLabel:"Transskribado estas \u015daltita",failedToStart:"Transskribado ne sukcesis komenci\u011di",labelToolTip:"La kunveno estas transskribata",off:"Transskribado \u0109esis",pending:"Prepari\u011do por transskribado de la kunveno\u2026",sourceLanguageDesc:"La kunvenlingvo nun estas agordita al {{sourceLanguage}}.
Vi povas \u015dan\u011di \u011din de ",sourceLanguageHere:"\u0109i tie",start:"Komenci montri subtekstojn",stop:"\u0108esi montri subtekstojn",subtitles:"Subtekstoj",subtitlesOff:"Mal\u015daltitaj",tr:"TR"},userMedia:{androidGrantPermissions:"Elektu Permesi kiam via foliumilo petos permesojn.",chromeGrantPermissions:"Elektu Permesi kiam via foliumilo petos permesojn.",edgeGrantPermissions:"Elektu Jes kiam via foliumilo petos permesojn.",electronGrantPermissions:"Bonvolu doni la permeson uzi viajn kameraon kaj mikrofonon",firefoxGrantPermissions:"Elektu Havigi elektitan aparaton kiam via foliumilo petos permesojn.",iexplorerGrantPermissions:"Elektu Bone kiam via foliumilo petos permesojn.",nwjsGrantPermissions:"Bonvolu doni la permeson uzi viajn kameraon kaj mikrofonon",operaGrantPermissions:"Elektu Permesi kiam via foliumilo petos permesojn.","react-nativeGrantPermissions":"Elektu Permesi kiam via foliumilo petos permesojn.",safariGrantPermissions:"Elektu Bone kiam via foliumilo petos permesojn."},videoSIPGW:{busy:"Ni klopodas liberigi rimedojn. Bonvolu reprovi post kelkaj minutoj.",busyTitle:"La \u0109ambra servo estas nun okupata",errorAlreadyInvited:"{{displayName}} jam estis invitita",errorInvite:"La kunveno ankora\u016d ne estas starigita. Bonvolu reprovi poste.",errorInviteFailed:"Ni klopodas solvi la problemon. Bonvolu reprovi poste.",errorInviteFailedTitle:"Invito de {{displayName}} malsukcesis",errorInviteTitle:"Eraro dum invito",pending:"{{displayName}} estis invitita"},videoStatus:{adjustFor:"\u011custigi por:",audioOnly:"SON",audioOnlyExpanded:"Vi estas en malalt-trafika re\u011dimo. En \u0109i tiu re\u011dimo vi ricevos nur sonon kaj kundividatajn ekranojn.",bestPerformance:" Plej bona rendimento",callQuality:"Videa kvalito",hd:"AD",hdTooltip:"La video estas en altkvalita distingivo",highDefinition:"Altkvalita distingivo",highestQuality:"Plej alta kvalito",labelTooiltipNoVideo:"Neniu video",labelTooltipAudioOnly:"Malalt-trafika re\u011dimo \u015daltita",ld:"MD",ldTooltip:"La video estas en malaltkvalita distingivo",lowDefinition:"Malaltkvalita distingivo",performanceSettings:"Agordoj de rendimento",sd:"ND",sdTooltip:"La video estas en normalkvalita distingivo",standardDefinition:"Normalkvalita distingivo"},videothumbnail:{connectionInfo:"Informoj pri Konekto",domute:"Silentigi",domuteOthers:"Silentigi \u0109iujn aliajn",domuteVideo:"Mal\u015dalti kameraon",domuteVideoOfOthers:"Mal\u015dalti kameraon por \u0109iuj aliaj",flip:"Renversi",grantModerator:"Donu Rajtojn de Moderatoro",hideSelfView:"Ka\u015di memvidon",kick:"For\u0135eti",moderator:"Kunvenestro",mute:"Partoprenanto silentigita",muted:"Silentigita",pinToStage:"Alpingli al scenejo",remoteControl:"Komenci/Fini deforan regadon",screenSharing:"Partoprenanto kundividas sian ekranon",show:"Montri sur scenejo",showSelfView:"Montri memvidon",unpinFromStage:"Malalpingli",videoMuted:"Kamera mal\u015daltita",videomute:"La partoprenanto mal\u015daltis la kameraon"},virtualBackground:{addBackground:"Aldoni fonon",apply:"Apliki",backgroundEffectError:"Malsukcesis apliki fonan efikon.",blur:"Malklarigi",deleteImage:"Forigi bildon",desktopShare:"Kundividado de labortablo",desktopShareError:"Ne eblis krei Kundividadon de labortablo",image1:"Pla\u011do",image2:"Blanka ne\u016dtrala muro",image3:"Blanka malplena \u0109ambro",image4:"Nigra planka lampo",image5:"Montaro",image6:"Arbaro",image7:"Sunlevi\u011do",none:"Neniu",pleaseWait:"Bonvolu atendi\u2026",removeBackground:"Forigi fonon",slightBlur:"Malklareta",title:"Virtualaj fonoj",uploadedImage:"Al\u015dutita bildo {{index}}",webAssemblyWarning:"WebAssembly ne subtenata",webAssemblyWarningDescription:"WebAssembly mal\u015daltita a\u016d ne subtenata de \u0109i tiu retumilo"},volumeSlider:"",welcomepage:{accessibilityLabel:{join:"Tu\u015du por ali\u011di",roomname:"Entajpu nomon de \u0109ambro"},addMeetingName:"Aldonu nomon de renkonti\u011do",appDescription:"Ek, videobabilu kun la tuta teamo. Fakte, invitu \u0109iujn, kiujn vi konas. {{app}} estas plene \u0109ifrita kaj 100%-e malfermfonta vidkonferenca programo, kiun vi povas uzi tuttage, \u0109iutage, senpage, sen devi krei konton.",audioVideoSwitch:{audio:"Vo\u0109o",video:"Video"},calendar:"Kalendaro",connectCalendarButton:"Konektu vian kalendaron",connectCalendarText:"Konektu vian kalendaron por vidi \u0109iujn viajn kunvenojn en {{app}}. Plie, vi povas aldoni viajn {{provider}}-kunvenojn al via kalendaro kaj lan\u0109i ilin per unu klako.",enterRoomTitle:"Komencu novan kunvenon",getHelp:"Ricevi helpo",go:"EK",goSmall:"EK",headerSubtitle:"Sekuraj kaj altkvalitaj renkonti\u011doj",headerTitle:"Jitsi Meet",info:"Informoj",jitsiOnMobile:"Jitsi \u0109e po\u015dtelefono - el\u015dutu niajn apojn kaj komencu renkonti\u011don de ie ajn",join:"KREI / ALI\u011cI",logo:{calendar:"Kalendara",desktopPreviewThumbnail:"Miniaturo de kundividado de ekrano",googleLogo:"Logotipo de Google",logoDeepLinking:"Logotipo de Jitsi Meet",microsoftLogo:"Logotipo de Microsoft",policyLogo:"Logotipo de regularo"},mobileDownLoadLinkAndroid:"El\u015dutu apon por Android",mobileDownLoadLinkFDroid:"El\u015dutu apon por F-Droid",mobileDownLoadLinkIos:"El\u015dutu apon por iOS",moderatedMessage:"A\u016d rezervu kunvenon URL anticipe kie vi estas la sola kunvenestro.",privacy:"Privateco",recentList:"Lastaj",recentListDelete:"Forigi",recentListEmpty:"Via listo de lastaj kunvenoj estas malplena. Babilu kun via teamo kaj vi trovos \u0109i tie \u0109iujn viajn lastajn kunvenojn.",reducedUIText:"Bonvenon all {{app}}!",roomNameAllowedChars:"La nomo de la kunveno ne povas enhavi la jenajn signojn: ?, &, :, ', \", %, #.",roomname:"Entajpu nomon de \u0109ambro",roomnameHint:"Entajpu la nomon a\u016d URL de la \u0109ambro, al kiu vi volas ali\u011di. Vi povas elpensi nomon, nur sciigu \u011din al la aliaj homoj, kiujn vi renkontos, por ke ili entajpu la saman nomon.",sendFeedback:"Sendi retrokuplon",settings:"Agordoj",startMeeting:"Komenci renkonti\u011don",terms:"Uzkondi\u0109oj",title:"Sekuraj, multfunkciaj kaj plene senpagaj video-konferencoj"}}},827,[]); -__d(function(e,a,o,r,i,n,t){i.exports={addPeople:{add:"Invitar",addContacts:"Invitar a sus contactos",contacts:"contactos",copyInvite:"Copiar la invitaci\xf3n a la reuni\xf3n",copyLink:"Copiar el enlace de la reuni\xf3n",copyStream:"Copiar el enlace de la transmisi\xf3n en vivo",countryNotSupported:"A\xfan no contamos con soporte a este destino.",countryReminder:"\xbfLlamando fuera de los Estados Unidos? \xa1Por favor, aseg\xfarese de empezar con el c\xf3digo de pa\xeds!",defaultEmail:"Direcci\xf3n de correo por defecto",disabled:"No puede invitar a otras personas.",failedToAdd:"Error al agregar participantes",googleEmail:"Correo electr\xf3nico de Google",inviteMoreHeader:"Usted se encuentra solo en la reuni\xf3n",inviteMoreMailSubject:"Unirse a la reuni\xf3n {{appName}}",inviteMorePrompt:"Invitar a m\xe1s personas",linkCopied:"Link copiado al portapapeles",noResults:"No se encontraron coincidencias",outlookEmail:"Correo de Outlook",phoneNumbers:"n\xfameros de tel\xe9fono",searching:"Buscando...",shareInvite:"Compartir la invitaci\xf3n a la reuni\xf3n",shareLink:"Compartir el enlace de la reunion",shareStream:"Compartir el enlace de la transmisi\xf3n en vivo",sipAddresses:"direcciones sip",telephone:"Tel\xe9fono: {{number}}",title:"Invitar a otras personas a esta reuni\xf3n",yahooEmail:"Correo de Yahoo"},audioDevices:{bluetooth:"Bluetooth",car:"Audio de autom\xf3vil",headphones:"Auriculares",none:"No hay dispositivos de audio disponibles",phone:"Tel\xe9fono",speaker:"Altavoz"},audioOnly:{audioOnly:"Solo sonido y pantalla compartida"},bandwidthSettings:{assumedBandwidthBps:"por ejemplo 10000000 para 10 Mbps",assumedBandwidthBpsWarning:"Valores m\xe1s altos podr\xedan causar problemas de red.",customValue:"valor personalizado",customValueEffect:"para establecer el valor real de bps",leaveEmpty:"dejar vac\xedo",leaveEmptyEffect:"para permitir que se realicen estimaciones",possibleValues:"Valores posibles",setAssumedBandwidthBps:"Ancho de banda asumido (bps)",title:"Ajustes de ancho de banda",zeroEffect:"para deshabilitar el video"},breakoutRooms:{actions:{add:"Agregar sala para grupos peque\xf1os",autoAssign:"Autoasignar a sala para grupos peque\xf1os",close:"Cerrar",join:"Unirse",leaveBreakoutRoom:"Abandonar sala para grupos peque\xf1os",more:"M\xe1s",remove:"Quitar",sendToBreakoutRoom:"Enviar participante a:"},defaultName:"Sala para grupos peque\xf1os #{{index}}",mainRoom:"Sala principal",notifications:{joined:"Uni\xe9ndose a la sala para grupos peque\xf1os \"{{name}}\"",joinedMainRoom:"Uni\xe9ndose a la sala principal",joinedTitle:"Salas para grupos peque\xf1os"}},calendarSync:{addMeetingURL:"Agregar un v\xednculo a la reuni\xf3n",confirmAddLink:"\xbfQuiere a\xf1adir un enlace de Jitsi a este evento?",error:{appConfiguration:"La integraci\xf3n del calendario no est\xe1 configurada correctamente",generic:"Se ha producido un error. Compruebe la configuraci\xf3n del calendario o pruebe cargarlo nuevamente.",notSignedIn:"Se ha producido un error de autenticaci\xf3n para ver los eventos del calendario. Compruebe la configuraci\xf3n del calendario e intente iniciar sesi\xf3n de nuevo"},join:"Unirse",joinTooltip:"Unirse a la reuni\xf3n",nextMeeting:"pr\xf3xima reuni\xf3n",noEvents:"No hay eventos pr\xf3ximos programados.",ongoingMeeting:"reuni\xf3n en curso",permissionButton:"Abrir configuraci\xf3n",permissionMessage:"Los permisos al calendario son necesarios para ver sus reuniones en la aplicaci\xf3n.",refresh:"Actualizar calendario",today:"Hoy"},carmode:{actions:{selectSoundDevice:"Elija un dispositivo de sonido"},labels:{buttonLabel:"Modo autom\xf3vil",title:"Modo autom\xf3vil",videoStopped:"Su video se ha detenido"}},chat:{enter:"Entrar en la sala",error:"Error: su mensaje no se env\xedo. Motivo: {{error}}",fieldPlaceHolder:"Escriba su mensaje aqu\xed",lobbyChatMessageTo:"Mensaje de chat de lobby a {{recipient}}",message:"Mensaje",messageAccessibleTitle:"{{user}} dice:",messageAccessibleTitleMe:"yo digo:",messageTo:"Mensaje privado para {{recipient}}",messagebox:"Escriba un mensaje",newMessages:"Mensajes nuevos",nickname:{popover:"Selecciona un apodo",title:"Introduce un apodo para usar el chat",titleWithPolls:"Introduce un apodo para usar el chat"},noMessagesMessage:"No hay mensajes en la reuni\xf3n. \xa1Inicie una conversaci\xf3n!",privateNotice:"Mensaje privado para {{recipient}}",sendButton:"Enviar",smileysPanel:"Panel de Emojis",tabs:{chat:"Chat",polls:"Encuestas"},title:"Chat",titleWithPolls:"Chat",you:"t\xfa"},chromeExtensionBanner:{buttonText:"Instalar extensi\xf3n de Chrome",buttonTextEdge:"Instalar extensi\xf3n de Edge",close:"Cerrar",dontShowAgain:"No mostrar nuevamente",installExtensionText:"Instalar la extensi\xf3n para Google Calendar y la integraci\xf3n con Office 365"},connectingOverlay:{joiningRoom:"Conect\xe1ndose a la reuni\xf3n\u2026"},connection:{ATTACHED:"Adjunto",AUTHENTICATING:"Autenticando",AUTHFAIL:"Error de autenticaci\xf3n",CONNECTED:"Conectado",CONNECTING:"Conectando",CONNFAIL:"Error de conexi\xf3n",DISCONNECTED:"Desconectado",DISCONNECTING:"Desconectando",ERROR:"Error",FETCH_SESSION_ID:"Obteniendo session-ID\u2026",GET_SESSION_ID_ERROR:"Obtener session-id error: {{code}}",GOT_SESSION_ID:"Obteniendo session-ID\u2026 Listo",LOW_BANDWIDTH:"El v\xeddeo para {{displayName}} ha sido desactivado para ahorrar ancho de banda"},connectionindicator:{address:"Direcci\xf3n:",audio_ssrc:"Audio SSRC:",bandwidth:"Ancho de banda estimado:",bitrate:"Tasa de transferencia:",bridgeCount:"Contador del servidor: ",codecs:"Codecs (A/V):",connectedTo:"Conectado a:",e2eeVerified:"",framerate:"Fotogramas por segundo:",less:"Mostrar menos",localaddress:"Direcci\xf3n local:",localaddress_plural:"Direcciones locales:",localport:"Puerto local:",localport_plural:"Puertos locales:",maxEnabledResolution:"enviar max",more:"Mostrar m\xe1s",no:"no",packetloss:"P\xe9rdida de paquetes:",participant_id:"ID participante:",quality:{good:"Buena",inactive:"Inactivo",lost:"Perdido",nonoptimal:"No es \xf3ptimo",poor:"Deficiente"},remoteaddress:"Direcci\xf3n remota:",remoteaddress_plural:"Direcciones remotas:",remoteport:"Puerto remoto:",remoteport_plural:"Puertos remotos:",resolution:"Resoluci\xf3n:",savelogs:"Guardar logs",status:"Calidad:",transport:"Transporte:",transport_plural:"Transportes:",video_ssrc:"Video SSRC:",yes:"s\xed"},dateUtils:{earlier:"Anterior",today:"Hoy",yesterday:"Ayer"},deepLinking:{appNotInstalled:"Necesitas la aplicaci\xf3n {{app}} para unirte a esta reuni\xf3n en el tel\xe9fono.",description:"\xbfNo pas\xf3 nada? Intentamos iniciar la reuni\xf3n en la aplicaci\xf3n de escritorio {{app}}. Intenta de nuevo o inicia en la aplicaci\xf3n web {{app}}.",descriptionNew:"\xbfNo pas\xf3 nada? Intentamos iniciar la reuni\xf3n en la aplicaci\xf3n de escritorio {{app}}.

Puedes volver a intentarlo o iniciar en la aplicaci\xf3n web.",descriptionWithoutWeb:"\xbfNo pas\xf3 nada? Intentamos iniciar su reuni\xf3n en la aplicaci\xf3n de escritorio {{app}}.",downloadApp:"Descargar la app",downloadMobileApp:"",ifDoNotHaveApp:"Si a\xfan no tienes la app:",ifHaveApp:"Si ya tienes la app:",joinInApp:"Unirse a la reunion usando la app",joinInAppNew:"Unirse en la app",joinInBrowser:"Unirse en el navegador",launchMeetingLabel:"\xbfC\xf3mo quieres unirte a la reuni\xf3n?",launchWebButton:"Iniciar en el navegador",noMobileApp:"\xbfNo tienes la aplicaci\xf3n?",termsAndConditions:"Al continuar aceptas nuestros t\xe9rminos y condiciones.",title:"Iniciando la reuni\xf3n en {{app}}\u2026",titleNew:"Iniciando la reuni\xf3n.",tryAgainButton:"Intentar de nuevo en el escritorio",unsupportedBrowser:"Parece que est\xe1s usando un navegador para el que no tenemos soporte."},defaultLink:"ej. {{url}}",defaultNickname:"ej. Juan P\xe9rez",deviceError:{cameraError:"Error al acceder a tu c\xe1mara",cameraPermission:"Error al obtener permiso de la c\xe1mara",microphoneError:"Error al acceder a tu micr\xf3fono",microphonePermission:"Error al obtener permiso del micr\xf3fono"},deviceSelection:{hid:{callControl:"Control de llamadas",connectedDevices:"Dispositivos conectados:",deleteDevice:"Eliminar dispositivo",pairDevice:"Emparejar dispositivo"},noPermission:"Permiso no concedido",previewUnavailable:"Vista previa no disponible",selectADevice:"Seleccionar un dispositivo",testAudio:"Reproducir un sonido de prueba"},dialIn:{screenTitle:""},dialOut:{statusMessage:"est\xe1 {{status}}"},dialog:{Back:"Anterior",Cancel:"Cancelar",IamHost:"Soy el anfitri\xf3n",Ok:"Aceptar",Remove:"Eliminar",Share:"Compartir",Submit:"Enviar",WaitForHostMsg:"La conferencia a\xfan no ha comenzado. Si eres el anfitri\xf3n, inicia sesi\xf3n. De lo contrario, espera a que llegue el anfitri\xf3n.",WaitingForHostTitle:"Esperando al anfitri\xf3n...",Yes:"S\xed",accessibilityLabel:{close:"Cerrar di\xe1logo",liveStreaming:"Transmisi\xf3n en vivo",sharingTabs:"Opciones para compartir"},add:"Agregar",addMeetingNote:"Agrega una nota acerca de esta reuni\xf3n",addOptionalNote:"Agrega una nota (opcional):",allow:"Permitir",alreadySharedVideoMsg:"Otro participante ya est\xe1 compartiendo un v\xeddeo. Esta conferencia s\xf3lo permite compartir un v\xeddeo a la vez.",alreadySharedVideoTitle:"Solo se permite un v\xeddeo compartido a la vez",applicationWindow:"Ventana de aplicaci\xf3n",authenticationRequired:"Se requiere autenticaci\xf3n",cameraConstraintFailedError:"Su c\xe1mara no satisface algunos de los requerimientos.",cameraNotFoundError:"No se encontr\xf3 la c\xe1mara.",cameraNotSendingData:"No podemos acceder a la c\xe1mara. Aseg\xfarate que no haya otra aplicaci\xf3n us\xe1ndola, selecciona otro dispositivo del men\xfa de configuraci\xf3n o intenta volver a cargar la aplicaci\xf3n.",cameraNotSendingDataTitle:"No es posible acceder a la c\xe1mara",cameraPermissionDeniedError:"No has otorgado permiso para usar la c\xe1mara. Puedes unirte a la conferencia de todos modos, pero los dem\xe1s asistentes no te podr\xe1n ver. Usa el bot\xf3n de la c\xe1mara en la barra de direcciones para solucionar esto.",cameraTimeoutError:"No se ha podido iniciar la fuente de v\xeddeo. Se ha agotado el tiempo de espera.",cameraUnknownError:"No se puede usar la c\xe1mara por un motivo desconocido.",cameraUnsupportedResolutionError:"La c\xe1mara no admite la resoluci\xf3n de v\xeddeo requerida.",close:"Cerrar",conferenceDisconnectMsg:"Se recomienda que compruebes la conexi\xf3n de la red. Reconectando en {{seconds}} segundos\u2026",conferenceDisconnectTitle:"Ha sido desconectado.",conferenceReloadMsg:"Estamos tratando de arreglar esto. Reconectando en {{seconds}} segundos\u2026",conferenceReloadTitle:"Desafortunadamente, algo sali\xf3 mal.",confirm:"Confirmar",confirmNo:"No",confirmYes:"S\xed",connectError:"\xa1Ups! Algo sali\xf3 mal y no fue posible conectarnos a la conferencia.",connectErrorWithMsg:"\xa1Ups! Algo sali\xf3 mal y no fue posible conectarnos a la conferencia: {{msg}}",connecting:"Conectando",contactSupport:"Contacta al soporte t\xe9cnico",copied:"Copiado",copy:"Copiar",dismiss:"Descartar",displayNameRequired:"\xa1Hola! \xbfCu\xe1l es tu nombre?",done:"Listo",e2eeDescription:"El cifrado de extremo a extremo es actualmente EXPERIMENTAL. Tenga en cuenta que activarlo puede deshabilitar servicios como: grabaci\xf3n, transmisi\xf3n en vivo y participaci\xf3n telef\xf3nica. Adem\xe1s, esta reuni\xf3n solo funcionar\xe1 con personas que se unan con un navegador.",e2eeDisabledDueToMaxModeDescription:"No se puede activar el cifrado de extremo a extremo debido al gran n\xfamero de participantes en la conferencia.",e2eeLabel:"Habilitar cifrado de extremo a extremo",e2eeWarning:"ATENCI\xd3N: No todos los participantes de esta reuni\xf3n soportan el cifrado de extremo a extremo. Si habilitas esta opci\xf3n, ellos no podr\xe1n verte ni oirte.",e2eeWillDisableDueToMaxModeDescription:"ATENCI\xd3N: El cifrado de extremo a extremo se desactivar\xe1 autom\xe1ticamente si se unen m\xe1s participantes a la reuni\xf3n.",embedMeeting:"Incrustar reuni\xf3n",enterDisplayName:"Por favor ingresa tu nombre aqu\xed",error:"Error",gracefulShutdown:"Nuestro servicio se encuentra en mantenimiento. Por favor, intente m\xe1s tarde.",grantModeratorDialog:"\xbfEst\xe1s seguro de que quieres convertir a este participante en moderador?",grantModeratorTitle:"Convertir en moderador",hide:"Esconder",hideShareAudioHelper:"No volver a mostrar este di\xe1logo",incorrectPassword:"Nombre de usuario o contrase\xf1a incorrecta",incorrectRoomLockPassword:"Contrase\xf1a incorrecta",internalError:"\xa1Ups! Algo sali\xf3 mal. El siguiente error ocurri\xf3: {{error}}",internalErrorTitle:"Error interno",kickMessage:"Puede ponerse en contacto con {{participantDisplayName}} para obtener m\xe1s detalles.",kickParticipantButton:"Expulsar",kickParticipantDialog:"\xbfSeguro que quiere expulsar a este participante?",kickParticipantTitle:"\xbfExpulsar a este participante?",kickTitle:"\xa1Ay! {{participantDisplayName}} te expuls\xf3 de la reuni\xf3n",linkMeeting:"",linkMeetingTitle:"",liveStreaming:"Transmisi\xf3n en vivo",liveStreamingDisabledBecauseOfActiveRecordingTooltip:"No es posible mientras la grabaci\xf3n este activa",localUserControls:"Controles de usuario locales",lockMessage:"No se pudo bloquear la conferencia.",lockRoom:"Agregar $t(lockRoomPasswordUppercase) a la reuni\xf3n",lockTitle:"El bloqueo fall\xf3",login:"Iniciar sesi\xf3n",logoutQuestion:"\xbfEst\xe1 seguro que desea salir y detener la conferencia?",logoutTitle:"Cerrar sesi\xf3n",maxUsersLimitReached:"Se ha alcanzado el l\xedmite m\xe1ximo de participantes. Por favor contacta con el organizador o int\xe9ntalo m\xe1s tarde.",maxUsersLimitReachedTitle:"La reuni\xf3n est\xe1 llena.",micConstraintFailedError:"El micr\xf3fono no satisface algunos de los requerimientos.",micNotFoundError:"No se encontr\xf3 el micr\xf3fono.",micNotSendingData:"Vaya a la configuraci\xf3n de su computadora para activar el micr\xf3fono y ajustar su nivel",micNotSendingDataTitle:"Su micr\xf3fono est\xe1 silenciado en la configuraci\xf3n de su sistema",micPermissionDeniedError:"No ha otorgado permisos para usar su micr\xf3fono. Puede unirse a la conferencia, pero no lo podr\xe1n escuchar. Utilice el bot\xf3n en la barra de direcci\xf3n para solucionar esto.",micTimeoutError:"No se ha podido iniciar la fuente de audio. Se ha agotado el tiempo de espera.",micUnknownError:"No se puede usar el micr\xf3fono por motivos desconocidos.",moderationAudioLabel:"Permitir a los asistentes activar su audio.",moderationVideoLabel:"Permitir a los asistentes activar su video.",muteEveryoneDialog:"\xbfEst\xe1s seguro que quieres silenciar a todos? No podr\xe1s quitarles el silencio, pero ellos pueden quit\xe1rselo en cualquier momento.",muteEveryoneDialogModerationOn:"Los participantes pueden enviar una solicitud de intervenci\xf3n en cualquier momento.",muteEveryoneElseDialog:"Una vez silenciados, no podr\xe1s quitarles el modo silencio, pero ellos podr\xe1n hacerlo en cualquier momento.",muteEveryoneElseTitle:"\xbfSilenciar a todos excepto a {{whom}}?",muteEveryoneElsesVideoDialog:"Una vez desactivada la c\xe1mara, no podr\xe1s volver a activarla, pero pueden volver a activarla en cualquier momento.",muteEveryoneElsesVideoTitle:"\xbfDetener el v\xeddeo de todos, excepto el de {{whom}}?",muteEveryoneSelf:"ti mismo",muteEveryoneStartMuted:"Todos inician silenciados desde ahora",muteEveryoneTitle:"\xbfSilenciar a todos?",muteEveryonesVideoDialog:"Los participantes pueden encender su v\xeddeo en cualquier momento.",muteEveryonesVideoDialogModerationOn:"Los participantes pueden enviar una solicitud para encender su v\xeddeo en cualquier momento.",muteEveryonesVideoDialogOk:"Desactivar",muteEveryonesVideoTitle:"\xbfDetener el v\xeddeo de todos?",muteParticipantBody:"No podr\xe1s quitarles el modo en silencio, pero ellos pueden quit\xe1rselo en cualquier momento.",muteParticipantButton:"Silenciar",muteParticipantsVideoBody:"No podr\xe1s volver a encender la c\xe1mara, pero ellos pueden volver a encenderla en cualquier momento.",muteParticipantsVideoBodyModerationOn:"",muteParticipantsVideoButton:"Detener video",muteParticipantsVideoDialog:"\xbfEst\xe1s seguro de que quieres apagar la c\xe1mara de este participante? No podr\xe1s volver a encender la c\xe1mara, pero ellos pueden volver a encenderla en cualquier momento.",muteParticipantsVideoDialogModerationOn:"",muteParticipantsVideoTitle:"\xbfDesactivar la c\xe1mara de este participante?",noDropboxToken:"No hay un token v\xe1lido de Dropbox",password:"Contrase\xf1a",passwordLabel:"$t(lockRoomPasswordUppercase)",passwordNotSupported:"No se soporta $t(lockRoomPassword) en la reuni\xf3n",passwordNotSupportedTitle:"$t(lockRoomPasswordUppercase) no es compatible",passwordRequired:"$t(lockRoomPasswordUppercase) necesario",permissionCameraRequiredError:"El permiso de c\xe1mara es necesario para participar en conferencias con v\xeddeo. Por favor, perm\xedtelo en Ajustes",permissionErrorTitle:"Permiso necesario",permissionMicRequiredError:"El permiso de micr\xf3fono es necesario para participar en conferencias con sonido. Por favor, perm\xedtelo en Ajustes",popupError:"Su navegador est\xe1 bloqueando las ventanas emergentes de este sitio. Habilite las ventanas emergentes en la configuraci\xf3n de seguridad de su navegador y vuelva a intentarlo.",popupErrorTitle:"Ventana emergente bloqueada",readMore:"m\xe1s",recentlyUsedObjects:"Tus objetos usados recientemente",recording:"Grabando",recordingDisabledBecauseOfActiveLiveStreamingTooltip:"No es posible mientras la transmisi\xf3n en vivo este activa",rejoinNow:"Reunirse ahora",remoteControlAllowedMessage:"\xa1{{user}} ha aceptado tu solicitud de control remoto!",remoteControlDeniedMessage:"\xa1{{user}} ha rechazado tu solicitud de control remoto!",remoteControlErrorMessage:"\xa1Ha ocurrido un error tratando de solicitar permiso de control remoto de {{user}}!",remoteControlRequestMessage:"\xbfPermitir\xe1 que {{user}} controle remotamente su computadora?",remoteControlShareScreenWarning:"\xa1Tenga en cuenta que si presiona \"Permitir\" usted compartir\xe1 su pantalla!",remoteControlStopMessage:"\xa1La sesi\xf3n de control remoto ha finalizado!",remoteControlTitle:"Control de escritorio remoto",remoteUserControls:"El control remoto de {{username}}",removePassword:"Eliminar $t(lockRoomPassword)",removeSharedVideoMsg:"\xbfEst\xe1s seguro de que deseas eliminar el v\xeddeo compartido?",removeSharedVideoTitle:"Eliminar v\xeddeo compartido",reservationError:"Error del sistema de reservaciones",reservationErrorMsg:"C\xf3digo de error: {{code}}, mensaje: {{msg}}",retry:"Reintentar",screenSharingAudio:"Compartir audio",screenSharingFailed:"\xa1Ups! \xa1Algo sali\xf3 mal, no se pudo iniciar la compartici\xf3n de su pantalla!",screenSharingFailedTitle:"\xa1Fallo al compartir su pantalla!",screenSharingPermissionDeniedError:"\xa1Uy! Algo sali\xf3 mal con tus permisos de extensi\xf3n para compartir pantalla. Vuelve a cargar la p\xe1gina e intenta de nuevo.",searchInSalesforce:"Buscar en Salesforce",searchResults:"Resultados de b\xfasqueda({{count}}",searchResultsDetailsError:"",searchResultsError:"Hubo un error recuperando los datos.",searchResultsNotFound:"No se encontraron resultados.",searchResultsTryAgain:"Vuelve a intentar usando palabras clave alternativas",sendPrivateMessage:"Acabas de recibir un mensaje privado. \xbfDeseas responder en privado o a todos?",sendPrivateMessageCancel:"Enviar al grupo",sendPrivateMessageOk:"Enviar en privado",sendPrivateMessageTitle:"\xbfEnviar en privado?",serviceUnavailable:"Servicio no disponible",sessTerminated:"Llamada terminada",sessionRestarted:"Llamada reiniciada por un problema de conexi\xf3n.",shareAudio:"Continuar",shareAudioTitle:"C\xf3mo compartir el audio",shareAudioWarningD1:"debes dejar de compartir la pantalla antes de compartir el audio.",shareAudioWarningD2:"Tienes que reiniciar tu pantalla compartida y marcar la opci\xf3n \"compartir audio\".",shareAudioWarningH1:"Si quieres compartir s\xf3lo el audio:",shareAudioWarningTitle:"Hay que dejar de compartir la pantalla antes de compartir el audio",shareMediaWarningGenericH2:"Si quieres compartir tu pantalla y audio",shareScreenWarningD1:"debes dejar de compartir el audio antes de compartir la pantalla.",shareScreenWarningD2:"tienes que dejar de compartir el audio, empezar a compartir la pantalla y marcar la opci\xf3n \"compartir el audio\".",shareScreenWarningH1:"Si quieres compartir s\xf3lo tu pantalla:",shareScreenWarningTitle:"Tienes que dejar de compartir el audio antes de compartir la pantalla",shareVideoLinkError:"Proporciona un enlace correcto.",shareVideoTitle:"Compartir un v\xeddeo",shareYourScreen:"Compartir pantalla",shareYourScreenDisabled:"Se desactiv\xf3 la opci\xf3n para compartir pantalla.",sharedVideoDialogError:"Error: URL inv\xe1lido",sharedVideoLinkPlaceholder:"Enlace de YouTube o enlace de v\xeddeo directo",show:"Mostrar",start:"Iniciar",startLiveStreaming:"Iniciar transmisi\xf3n en vivo",startRecording:"Iniciar grabaci\xf3n",startRemoteControlErrorMessage:"Se produjo un error al intentar iniciar la sesi\xf3n de control remoto.",stopLiveStreaming:"Detener transmisi\xf3n en vivo",stopRecording:"Detener grabaci\xf3n",stopRecordingWarning:"\xbfEst\xe1s seguro de que deseas detener la grabaci\xf3n?",stopStreamingWarning:"\xbfEst\xe1s seguro de que deseas detener la transmisi\xf3n en vivo?",streamKey:"Clave de transmisi\xf3n en vivo",thankYou:"\xa1Gracias por usar {{appName}}!",token:"token",tokenAuthFailed:"Lo sentimos, no tienes permiso para unirte a esta llamada.",tokenAuthFailedTitle:"Error de autenticaci\xf3n",transcribing:"Transcribiendo",unlockRoom:"Quitar la $t(lockRoomPassword) de reuni\xf3n",user:"Usuario",userIdentifier:"Identificador de usuario",userPassword:"contrase\xf1a del usuario",verifyParticipantConfirm:"",verifyParticipantDismiss:"",verifyParticipantQuestion:"",verifyParticipantTitle:"Verificaci\xf3n de usuario",videoLink:"Enlace de v\xeddeo",viewUpgradeOptions:"Ver opciones de mejora",viewUpgradeOptionsContent:"Para obtener acceso ilimitado a las funciones premium, como la grabaci\xf3n, las transcripciones, el streaming RTMP y otras, tendr\xe1s que actualizar tu plan.",viewUpgradeOptionsTitle:"\xa1Has descubierto una caracter\xedstica premium!",yourEntireScreen:"Toda la pantalla"},documentSharing:{title:"Compartir documento"},e2ee:{labelToolTip:"La comunicaci\xf3n de audio y v\xeddeo en esta reuni\xf3n est\xe1 cifrada de extremo a extremo"},embedMeeting:{title:"Insertar esta reuni\xf3n"},feedback:{average:"Promedio",bad:"Mala",detailsLabel:"Cu\xe9ntanos m\xe1s sobre tu experiencia.",good:"Buena",rateExperience:"\xbfC\xf3mo estuvo tu experiencia en la reuni\xf3n?",star:"Estrella",veryBad:"Muy mala",veryGood:"Muy buena"},filmstrip:{accessibilityLabel:{heading:"Miniaturas de video"}},giphy:{noResults:"No se encontraron resultados :(",search:"Busca en GIPHY"},incomingCall:{answer:"Contestar",audioCallTitle:"Llamada entrante",decline:"Descartar",productLabel:"de Jitsi Meet",videoCallTitle:"Videollamada"},info:{accessibilityLabel:"Mostrar informaci\xf3n",addPassword:"Agregar $t(lockRoomPassword)",cancelPassword:"Cancelar $t(lockRoomPassword)",conferenceURL:"Enlace:",copyNumber:"Copiar n\xfamero",country:"Pa\xeds",dialANumber:"Para unirte a la reuni\xf3n, marca uno de estos n\xfameros y, luego introduce el PIN.",dialInConferenceID:"PIN:",dialInNotSupported:"Lo sentimos, actualmente no se admite el marcado telef\xf3nico a la reuni\xf3n.",dialInNumber:"Marcar:",dialInSummaryError:"Se ha producido un error al capturar la informaci\xf3n de marcaci\xf3n. Vuelva a intentarlo m\xe1s tarde",dialInTollFree:"N\xfamero gratuito",genericError:"Algo sali\xf3 mal.",inviteLiveStream:"Para ver la transmisi\xf3n en vivo de esta reuni\xf3n, haz clic en este enlace: {{url}}",invitePhone:"Tambi\xe9n puedes entrar por llamada telef\xf3nica: Marca al n\xfamero {{number}}, y al escuchar la contestadora introduce {{conferenceID}}#\n",invitePhoneAlternatives:"Si necesitas un n\xfamero telef\xf3nico de otro pa\xeds, revisa los n\xfameros disponibles en {{url}}\n\n\nSi adem\xe1s de entrar v\xeda llamada vas a usar otro dispositivo, puedes usar este enlace para entrar sin audio: {{silentUrl}}",inviteSipEndpoint:"Para unirse utilizando la direcci\xf3n SIP, introduzca esto: {{sipUri}}",inviteTextiOSInviteUrl:"Haz clic en el siguiente enlace para unirte: {{inviteUrl}}.",inviteTextiOSJoinSilent:"Si marca a trav\xe9s de un tel\xe9fono de sala, utilice este enlace para unirse sin conectarse al audio: {{silentUrl}}.",inviteTextiOSPersonal:"{{name}} te invita a una reuni\xf3n.",inviteTextiOSPhone:"Para participar por tel\xe9fono, utiliza este n\xfamero: {{number}},,{{conferenceID}}. Si buscas otro n\xfamero, \xe9sta es la lista completa: {{didUrl}}.",inviteURLFirstPartGeneral:"Est\xe1s invitado a unirte a una reuni\xf3n.",inviteURLFirstPartPersonal:"{{name}} te esta invitando a una reuni\xf3n.\n",inviteURLSecondPart:"\nEnlace para unirse a la reuni\xf3n:\n{{url}}\n",label:"Informaci\xf3n de la reuni\xf3n",liveStreamURL:"Transmisi\xf3n en vivo:",moreNumbers:"M\xe1s n\xfameros",noNumbers:"No hay n\xfameros para entrar por llamada telef\xf3nica.",noPassword:"Ninguna",noRoom:"No se especific\xf3 la sala a marcar.",numbers:"N\xfameros para entrar por llamada telef\xf3nica:",password:"$t(lockRoomPasswordUppercase):",reachedLimit:"Alcanzaste el l\xedmite de tu plan.",sip:"Direcci\xf3n SIP",title:"Compartir",tooltip:"Compartir el enlace y acceso telef\xf3nico para esta reuni\xf3n",upgradeOptions:"Por favor revisa las opciones de mejora en"},inlineDialogFailure:{msg:"Tuvimos un peque\xf1o tropiezo.",retry:"Volver a intentar",support:"Soporte",supportMsg:"Si esto sigue ocurriendo, contacta a"},inviteDialog:{alertText:"Se ha producido un error al invitar a algunos participantes",header:"Invitar",searchCallOnlyPlaceholder:"Introduce el n\xfamero de tel\xe9fono",searchPeopleOnlyPlaceholder:"Buscar participantes",searchPlaceholder:"Participante o n\xfamero de tel\xe9fono",send:"Enviar"},jitsiHome:"{{logo}} Logotipo, enlaces a la p\xe1gina web",keyboardShortcuts:{focusLocal:"Ver tu c\xe1mara",focusRemote:"Ver la c\xe1mara de otras personas",fullScreen:"Entrar o salir de pantalla completa",giphyMenu:"Alternar men\xfa GIPHY",keyboardShortcuts:"Atajos de teclado",localRecording:"Mostrar u ocultar controles de grabaci\xf3n local",mute:"Activar o silenciar el micr\xf3fono",pushToTalk:"Presiona para hablar",raiseHand:"Levantar o bajar la mano",showSpeakerStats:"Mostrar estad\xedsticas de los participantes",toggleChat:"Abrir o cerrar el chat",toggleFilmstrip:"Mostrar u ocultar miniaturas de v\xeddeo",toggleParticipantsPane:"Mostrar u ocultar el panel de participantes",toggleScreensharing:"Cambiar entre c\xe1mara y pantalla compartida",toggleShortcuts:"Mostrar u ocultar atajos del teclado",videoMute:"Encender o apagar la c\xe1mara"},largeVideo:{screenIsShared:"Est\xe1s compartiendo tu pantalla",showMeWhatImSharing:"Mu\xe9strame qu\xe9 estoy compartiendo"},liveStreaming:{busy:"Nuestros servidores andan un poco ocupados. Vuelve a intentarlo en unos minutos.",busyTitle:"Todos los transmisores est\xe1n ocupados",changeSignIn:"Cambiar de cuenta.",choose:"Elegir una transmisi\xf3n en vivo",chooseCTA:"Elegir una opci\xf3n de transmisi\xf3n. Actualmente, la sesi\xf3n est\xe1 iniciada como {{email}}.",enterStreamKey:"Introduce la clave de transmisi\xf3n como se indica arriba.",error:"La transmisi\xf3n en vivo fall\xf3. Por favor, int\xe9ntelo de nuevo.",errorAPI:"Se produjo un error al acceder a las transmisiones de YouTube. Por favor intenta iniciar sesi\xf3n otra vez.",errorLiveStreamNotEnabled:"La transmisi\xf3n en vivo no est\xe1 activada en {{email}}. Por favor, activa la transmisi\xf3n en vivo o inicia sesi\xf3n en una cuenta con la transmisi\xf3n en vivo activada.",expandedOff:"La transmisi\xf3n en vivo se ha detenido",expandedOn:"La reuni\xf3n se est\xe1 transmitiendo a YouTube.",expandedPending:"La transmisi\xf3n en vivo se est\xe1 iniciando\u2026",failedToStart:"La transmisi\xf3n en vivo no se pudo iniciar",getStreamKeyManually:"No pudimos encontrar tu clave de transmisi\xf3n. Por favor, obtenla de la p\xe1gina de YouTube y p\xe9gala.",googlePrivacyPolicy:"Pol\xedtica de Privacidad de Google",inProgress:"Grabaci\xf3n o transmisi\xf3n en vivo en curso",invalidStreamKey:"Es posible que la clave de transmisi\xf3n sea incorrecta, o no es de YouTube.",limitNotificationDescriptionNative:"Su transmisi\xf3n estar\xe1 limitada a {{limit}} minutos. Puede obtener transmisiones ilimitadas en {{app}}.",limitNotificationDescriptionWeb:"Debido a la alta demanda su transmisi\xf3n estar\xe1 limitada a {{limit}} minutos. Puede obtener transmisiones ilimitadas en {{app}}.",off:"Se detuvo la transmisi\xf3n",offBy:"{{name}} detuvo la transmisi\xf3n",on:"Transmitiendo en vivo",onBy:"{{name}} inici\xf3 la transmisi\xf3n en vivo",pending:"Iniciando transmisi\xf3n en vivo\u2026",serviceName:"Servicio de transmisi\xf3n en vivo",sessionAlreadyActive:"Esta sesi\xf3n ya est\xe1 siendo grabada o transmitida en vivo.",signIn:"Iniciar sesi\xf3n con Google",signInCTA:"Para transmitir a YouTube, inicia sesi\xf3n o introduce la clave de transmisi\xf3n. Para transmitir a otro lugar, introduce el URL (que empieza en rtmp), seguido de la clave de transmisi\xf3n. Debe haber una diagonal (/) entre ambos.",signOut:"Cerrar sesi\xf3n",signedInAs:"Actualmente, la sesi\xf3n est\xe1 iniciada como:",start:"Iniciar una transmisi\xf3n en vivo",streamIdHelp:"\xbfQu\xe9 es esto?",title:"Transmisi\xf3n en vivo",unavailableTitle:"Transmisi\xf3n en vivo no disponible",youtubeTerms:"T\xe9rminos de servicios de YouTube"},lobby:{admit:"Admitir",admitAll:"Admitir todo",backToKnockModeButton:"No hay contrase\xf1a, pide permiso para entrar.",chat:"Chat",dialogTitle:"Sala de espera",disableDialogContent:"Sala de espera activada. As\xed no entrar\xe1n intrusos. \xbfQuieres desactivarla?",disableDialogSubmit:"Desactivar",emailField:"Introduce tu correo electr\xf3nico",enableDialogPasswordField:"Establecer contrase\xf1a (opcional)",enableDialogSubmit:"Activar",enableDialogText:"La sala de espera te deja proteger tu reuni\xf3n, de modo que todas los que entren enviar\xe1n una solicitud que deber\xe1 ser aprobada por un moderador.",enterPasswordButton:"Introduce la contrase\xf1a de la reuni\xf3n",enterPasswordTitle:"Introduce la contrase\xf1a para poder entrar",errorMissingPassword:"Por favor, introduzca la contrase\xf1a de la reuni\xf3n",invalidPassword:"Contrase\xf1a inv\xe1lida",joinRejectedMessage:"Tu solicitud para entrar ha sido rechazada por un moderador.",joinRejectedTitle:"Solicitud para entrar rechazada.",joinTitle:"Entrar a la reuni\xf3n",joinWithPasswordMessage:"Tratando de entrar con contrase\xf1a, por favor espera...",joiningMessage:"Podr\xe1s entrar tan pronto te acepten tu solicitud.",joiningTitle:"Pidiendo entrar a la reuni\xf3n...",joiningWithPasswordTitle:"Uni\xe9ndose con la contrase\xf1a...",knockButton:"Pedir entrar",knockTitle:"Alguien quiere entrar a la reuni\xf3n",knockingParticipantList:"Participantes que quieren entrar",lobbyChatStartedNotification:"{{moderator}} inici\xf3 un chat de lobby con {{attendee}}",lobbyChatStartedTitle:"{{moderator}} inici\xf3 un chat de lobby contigo.",nameField:"Introduce tu nombre",notificationLobbyAccessDenied:"{{originParticipantName}} no dej\xf3 entrar a {{targetParticipantName}}",notificationLobbyAccessGranted:"{{originParticipantName}} permiti\xf3 entrar a {{targetParticipantName}}",notificationLobbyDisabled:"La sala de espera ha sido desactivada por {{originParticipantName}}",notificationLobbyEnabled:"La sala de espera ha sido activada por {{originParticipantName}}",notificationTitle:"Sala de espera",passwordField:"Introduce la contrase\xf1a de la reuni\xf3n",passwordJoinButton:"Entrar",reject:"Rechazar",rejectAll:"Rechazar todo",title:"Sala de espera",toggleLabel:"Activar sala de espera"},localRecording:{clientState:{off:"Desactivado",on:"Activado",unknown:"Desconocido"},dialogTitle:"Controles de grabaci\xf3n local",duration:"Duraci\xf3n",durationNA:"N/A",encoding:"Codificaci\xf3n",label:"GRA",labelToolTip:"Grabaci\xf3n local activada",localRecording:"Grabaci\xf3n local",me:"Yo",messages:{engaged:"Grabaci\xf3n local activada.",finished:"Sesi\xf3n de grabaci\xf3n {{token}} terminada. Por favor, env\xeda la grabaci\xf3n al organizador.",finishedModerator:"Sesi\xf3n de grabaci\xf3n {{token}} terminada. Se ha guardado la grabaci\xf3n de la pista local. Por favor pida a los dem\xe1s participantes que presenten sus grabaciones.",notModerator:"No eres el moderador. No puedes iniciar o detener la grabaci\xf3n local."},moderator:"Moderador",no:"No",participant:"Participante",participantStats:"Estad\xedstica de participantes",selectTabTitle:"\ud83c\udfa5 Por favor seleccione esta pesta\xf1a para grabar",sessionToken:"Token de sesi\xf3n",start:"Iniciar grabaci\xf3n",stop:"Detener grabaci\xf3n",yes:"S\xed"},lockRoomPassword:"contrase\xf1a",lockRoomPasswordUppercase:"Contrase\xf1a",lonelyMeetingExperience:{button:"Invita a otros",youAreAlone:"Est\xe1s solo"},me:"yo",notify:{OldElectronAPPTitle:"\xa1Aplicaci\xf3n obsoleta e insegura!",allowAction:"Permitir",allowedUnmute:"Puedes anular el silencio del micr\xf3fono, iniciar la c\xe1mara o compartir la pantalla.",audioUnmuteBlockedDescription:"La operaci\xf3n de activaci\xf3n del micr\xf3fono ha sido bloqueada temporalmente debido a l\xedmites del sistema.",audioUnmuteBlockedTitle:"\xa1Activaci\xf3n del micr\xf3fono bloqueado!",chatMessages:"Mensajes del chat",connectedOneMember:"{{name}} se uni\xf3 a la reuni\xf3n",connectedThreePlusMembers:"{{name}} y {{count}} m\xe1s se unieron a la reuni\xf3n",connectedTwoMembers:"{{first}} y {{second}} se unieron a la reuni\xf3n",dataChannelClosed:"",dataChannelClosedDescription:"",disabledIframe:"",disconnected:"desconectado",displayNotifications:"Mostrar notificaciones para",dontRemindMe:"No me lo recuerdes",focus:"Enfocar conferencia",focusFail:"{{component}} no disponible. Vuelve a intentar en {{ms}} segundos",gifsMenu:"GIPHY",groupTitle:"Notificaciones",hostAskedUnmute:"El moderador quiere que hables",invitedOneMember:"{{name}} ha sido invitado",invitedThreePlusMembers:"{{name}} y {{count}} m\xe1s han sido invitados",invitedTwoMembers:"{{first}} y {{second}} han sido invitados",joinMeeting:"Unirse",kickParticipant:"{{kicker}} sac\xf3 a {{kicked}}",leftOneMember:"{{name}} abandon\xf3 la reuni\xf3n",leftThreePlusMembers:"{{name}} y muchos otros abandonaron la reuni\xf3n",leftTwoMembers:"{{first}} y {{second}} abandonaron la reuni\xf3n",linkToSalesforce:"Enlace a Salesforce",linkToSalesforceDescription:"Puedes vincular el resumen de la reuni\xf3n a un objeto Salesforce",linkToSalesforceError:"Error al vincular la reuni\xf3n a Salesforce",linkToSalesforceKey:"",linkToSalesforceProgress:"Vinculando reuni\xf3n a Salesorce...",linkToSalesforceSuccess:"La reuni\xf3n fue vinculada a Salesforce",localRecordingStarted:"{{name}} ha iniciado una grabaci\xf3n local.",localRecordingStopped:"{{name}} ha detenido una grabaci\xf3n local.",me:"Yo",moderationInEffectCSDescription:"Por favor, levante la mano si quiere compartir su pantalla.",moderationInEffectCSTitle:"La pantalla compartida est\xe1 bloqueada por el moderador",moderationInEffectDescription:"Por favor, levanten la mano si quieren hablar.",moderationInEffectTitle:"Su micr\xf3fono est\xe1 silenciado por el moderador",moderationInEffectVideoDescription:"Por favor, levanten la mano si quieren encender su c\xe1mara.",moderationInEffectVideoTitle:"Su c\xe1mara est\xe1 bloqueada por el moderador",moderationRequestFromModerator:"El anfitri\xf3n desea que se desactive el silencio",moderationRequestFromParticipant:"Quiere hablar",moderationStartedTitle:"Comienzo de la moderaci\xf3n",moderationStoppedTitle:"La moderaci\xf3n se detuvo",moderationToggleDescription:"por {{participantDisplayName}}",moderator:"\xa1Se otorgaron privilegios de moderador!",muted:"Has iniciado la conversaci\xf3n con el micr\xf3fono apagado.",mutedRemotelyDescription:"Siempre puedes reactivar tu micr\xf3fono cuando est\xe9s listo para hablar. Vu\xe9lvelo a apagar cuando termines de hablar para no hacer ruido.",mutedRemotelyTitle:"\xa1{{Nombre del participante}} te ha silenciado!",mutedTitle:"\xa1Est\xe1s silenciado!",newDeviceAction:"Usar",newDeviceAudioTitle:"Se detect\xf3 un dispositivo de audio nuevo",newDeviceCameraTitle:"Se detect\xf3 una c\xe1mara nueva",noiseSuppressionDesktopAudioDescription:"La supresi\xf3n de ruido no puede ser habilitada mientras comparte audio del escritorio, por favor deshabil\xedtelo y vuelva a intentar.",noiseSuppressionFailedTitle:"Error al activar la supresi\xf3n de ruido",noiseSuppressionNoTrackDescription:"Por favor active su micr\xf3fono primero.",noiseSuppressionStereoDescription:"La supresi\xf3n de ruido en audio est\xe9reo no tiene soporte actualmente",oldElectronClientDescription1:"Est\xe1s usando una versi\xf3n vieja de la aplicaci\xf3n de Jitsi Meet que tiene problemas de seguridad. \xa1Por favor, actualiza a la ",oldElectronClientDescription2:"versi\xf3n m\xe1s reciente",oldElectronClientDescription3:" YA!",participantWantsToJoin:"Quiere unirse a la reuni\xf3n",participantsWantToJoin:"Quieren unirse a la reuni\xf3n",passwordRemovedRemotely:"$t(lockRoomPasswordUppercase) eliminada por otro participante",passwordSetRemotely:"$t(lockRoomPasswordUppercase) agregada por otro participante",raiseHandAction:"Levantar la mano",raisedHand:"{{name}} quisiera hablar.",raisedHands:"",reactionSounds:"Desactivar sonidos",reactionSoundsForAll:"Desactivar sonidos para todos",screenShareNoAudio:"La casilla Compartir audio no estaba marcada en la pantalla de selecci\xf3n de ventanas.",screenShareNoAudioTitle:"No se pudo compartir el audio del sistema.",screenSharingAudioOnlyDescription:"Por favor tenga en cuenta que al compartir si pantalla est\xe1 afectando el modo \"Mejor rendimiento\" y usar\xe1 m\xe1s ancho de banda",screenSharingAudioOnlyTitle:"Modo \"Mejor rendimiento\"",selfViewTitle:"Siempre puedes reactivar la vista propia en los ajustes",somebody:"Alguien",startSilentDescription:"Vuelve a ingresar para activar el audio",startSilentTitle:"\xa1Te uniste sin audio!",suboptimalBrowserWarning:"No tendr\xe1s una buena experiencia con este navegador. Por favor, intenta utilizar uno de los navegadores compatibles.",suboptimalExperienceTitle:"\xa1Tu navegador no es compatible!",unmute:"Reactivar micr\xf3fono",videoMutedRemotelyDescription:"Siempre puedes volver a encenderlo.",videoMutedRemotelyTitle:"Su v\xeddeo ha sido desactivado por {{moderator}}",videoUnmuteBlockedDescription:"Las operaciones de desactivar la c\xe1mara y compartir pantalla hansido bloqueadas temporalmente debido a l\xedmites del sistema.",videoUnmuteBlockedTitle:"\xa1Desactivar c\xe1mara y compartir pantalla bloqueados!",viewLobby:"Ver lobby",waitingParticipants:"{{waitingParticipants}} personas"},participantsPane:{actions:{allow:"Permitir a los asistentes:",allowVideo:"Permitir v\xeddeo",askUnmute:"Pida que le quiten el silencio",audioModeration:"Desmutearse a s\xed mismos",blockEveryoneMicCamera:"Bloquear el micr\xf3fono y la c\xe1mara de todos.",invite:"Invitar a alguien",moreModerationActions:"M\xe1s opciones de moderaci\xf3n",moreModerationControls:"M\xe1s controles de moderaci\xf3n",moreParticipantOptions:"M\xe1s opciones de participantes",mute:"Silenciar",muteAll:"Silenciar a todos los dem\xe1s",muteEveryoneElse:"Silenciar al resto",stopEveryonesVideo:"Detener el v\xeddeo de todos",stopVideo:"Detener el v\xeddeo",unblockEveryoneMicCamera:"Desbloquear el micr\xf3fono y la c\xe1mara de todos",videoModeration:"Iniciar su v\xeddeo"},close:"Cerrar",headings:{lobby:"Vest\xedbulo ({{count}})",participantsList:"Participantes en la reuni\xf3n ({{count}})",visitors:"Visitantes ({{count}})",waitingLobby:"Esperando en el vest\xedbulo ({{count}})"},search:"Buscar participantes",title:"Participantes"},passwordDigitsOnly:"Hasta {{number}} cifras",passwordSetRemotely:"Definida por otro participante",pinParticipant:"",pinnedParticipant:"",polls:{answer:{skip:"Saltar",submit:"Enviar"},by:"Por {{ name }}",create:{addOption:"A\xf1adir opci\xf3n",answerPlaceholder:"Opci\xf3n {{index}}",cancel:"Cancelar",create:"Crear una encuesta",pollOption:"Opci\xf3n de encuesta {{index}}",pollQuestion:"Pregunta de la encuesta",questionPlaceholder:"Haz una pregunta",removeOption:"Eliminar la opci\xf3n",send:"Enviar"},notification:{description:"Abre la pesta\xf1a de encuestas para votar",title:"Se ha a\xf1adido una nueva encuesta a esta reuni\xf3n"},results:{changeVote:"Cambiar el voto",empty:"Todav\xeda no hay encuestas en la reuni\xf3n. \xa1Inicie una encuesta aqu\xed!",hideDetailedResults:"Ocultar detalles",showDetailedResults:"Mostrar detalles",vote:"Vota"}},poweredby:"con tecnolog\xeda de",prejoin:{audioAndVideoError:"Error en audio y v\xeddeo:",audioDeviceProblem:"Hay un problema con su dispositivo de audio",audioOnlyError:"Error en audio:",audioTrackError:"No se pudo crear la pista de audio.",callMe:"Ll\xe1mame",callMeAtNumber:"Llamame a este n\xfamero:",calling:"Llamando",configuringDevices:"Configurando dispositivos...",connectedWithAudioQ:"\xbfEst\xe1s est\xe1 conectado con audio?",connection:{good:"\xa1Su conexi\xf3n a internet es buena!",nonOptimal:"Su conexi\xf3n a internet no es \xf3ptima",poor:"Tiene una conexi\xf3n a internet pobre"},connectionDetails:{audioClipping:"Prevemos que su audio tendr\xe1 recortes.",audioHighQuality:"Prevemos que su audio tendr\xe1 excelente calidad.",audioLowNoVideo:"Prevemos que la calidad de su audio ser\xe1 baja y sin video.",goodQuality:"\xa1Genial! La calidad de sus medios ser\xe1 excelente.",noMediaConnectivity:"No pudimos encontrar una forma de establecer la conectividad de medios para esta prueba. Esto suele ser causado por un firewall o NAT.",noVideo:"Prevemos que su video ser\xe1 terrible.",undetectable:"Si a\xfan no puede realizar llamadas en el navegador, le recomendamos que se asegure de que los altavoces, el micr\xf3fono y la c\xe1mara est\xe9n configurados correctamente, que haya concedido los derechos de su navegador para usar el micr\xf3fono y la c\xe1mara, y que la versi\xf3n de su navegador est\xe9 actualizada. Si a\xfan tiene problemas para llamar, deber\xeda comunicarse con el desarrollador de la aplicaci\xf3n web.",veryPoorConnection:"Prevemos que la calidad de su llamada ser\xe1 realmente terrible.",videoFreezing:"Prevemos que su video se congelar\xe1, se volver\xe1 negro y se pixelar\xe1.",videoHighQuality:"Prevemos que su video tendr\xe1 buena calidad.",videoLowQuality:"Prevemos que su video tendr\xe1 baja calidad en t\xe9rminos de velocidad de fotogramas y resoluci\xf3n.",videoTearing:"Prevemos que su video se pixelar\xe1 o tendr\xe1 artefactos visuales."},copyAndShare:"Copia y comparte el enlace de la reuni\xf3n",dialInMeeting:"Entrar con llamada telef\xf3nica",dialInPin:"Marca a la reuni\xf3n e ingresa el c\xf3digo:",dialing:"Marcando",doNotShow:"No mostrar nuevamente",errorDialOut:"No se pudo marcar.",errorDialOutDisconnected:"No se pudo marcar. Desconectado.",errorDialOutFailed:"No se pudo marcar. La llamada fall\xf3.",errorDialOutStatus:"Hubo alg\xfan error, y no se pudo determinar cu\xe1l",errorMissingName:"Ingrese su nombre para unirse a la reuni\xf3n",errorNoPermissions:"Tienes que habilitar el acceso al micr\xf3fono y a la c\xe1mara",errorStatusCode:"Error al marcar, c\xf3digo de error {{status}}",errorValidation:"No se pudo validar el n\xfamero",iWantToDialIn:"Quiero entrar por tel\xe9fono",initiated:"Llamada iniciada",joinAudioByPhone:"Entrar con audio de llamada telef\xf3nica",joinMeeting:"Entrar a la reuni\xf3n",joinMeetingInLowBandwidthMode:"Entrar en modo de ancho de banda bajo",joinWithoutAudio:"Entrar sin sonido",keyboardShortcuts:"Activar los atajos de teclado",linkCopied:"Se copi\xf3 el link",lookGood:"Tu micr\xf3fono funciona bien.",or:"o",premeeting:"Pre-reuni\xf3n",proceedAnyway:"Continuar de todos modos",screenSharingError:"Error al compartir pantalla:",showScreen:"Habilitar pantalla pre-reuni\xf3n",startWithPhone:"Iniciar con audio de llamada telef\xf3nica",unsafeRoomConsent:"Comprendo los riesgos, quiero unirme a la reuni\xf3n",videoOnlyError:"Error con el v\xeddeo:",videoTrackError:"No se pudo crear la pista de v\xeddeo.",viewAllNumbers:"ver todos los n\xfameros"},presenceStatus:{busy:"Ocupado",calling:"Llamando\u2026",connected:"Conectado",connecting:"Conectando\u2026",connecting2:"Conectando*\u2026",disconnected:"Desconectado",expired:"Expirado",ignored:"Ignorado",initializingCall:"Iniciando llamada\u2026",invited:"Invitado",rejected:"Rechazado",ringing:"Timbrando\u2026"},profile:{avatar:"avatar",setDisplayNameLabel:"Configura tu nombre para mostrar",setEmailInput:"Introducir correo electr\xf3nico",setEmailLabel:"Configurar tu correo electr\xf3nico de Gravatar",title:"Perfil"},raisedHand:"Desea hablar",raisedHandsLabel:"Cantidad de manos levantadas",record:{already:{linked:"La reuni\xf3n ya est\xe1 vinculada a este objeto Salesforce"},type:{account:"Cuenta",contact:"Contacto",lead:"",opportunity:"Oportunidad",owner:"Due\xf1o"}},recording:{authDropboxText:"Subir a Dropbox",availableSpace:"Espacio disponible: {{spaceLeft}} MB (aproximadamente {{duration}} minutos de grabaci\xf3n)",beta:"BETA",busy:"Estamos trabajando para liberar recursos de grabaci\xf3n. Vuelve a intentarlo en unos minutos.",busyTitle:"Todas las grabadoras est\xe1n actualmente ocupadas",copyLink:"Copiar enlace",error:"Error de grabaci\xf3n. Vuelve a intentarlo.",errorFetchingLink:"Error en la obtenci\xf3n del enlace de grabaci\xf3n.",expandedOff:"Grabaci\xf3n detenida",expandedOn:"La reuni\xf3n est\xe1 siendo grabada.",expandedPending:"La grabaci\xf3n se est\xe1 iniciando\u2026",failedToStart:"No se pudo iniciar la grabaci\xf3n",fileSharingdescription:"Compartir la grabaci\xf3n con los participantes de la reuni\xf3n",highlight:"Destacar",highlightMoment:"Destacar momento",highlightMomentDisabled:"Puede destacar momentos cuando inicie la grabaci\xf3n",highlightMomentSuccess:"Momento destacado",highlightMomentSucessDescription:"Su momento destacado ser\xe1 agregado al resumen de la reuni\xf3n.",inProgress:"Grabaci\xf3n o transmisi\xf3n en vivo en curso",limitNotificationDescriptionNative:"Su grabaci\xf3n estar\xe1 limitada a {{limit}} minutos. Puede obtener grabaciones ilimitadas en <3>{{app}}.",limitNotificationDescriptionWeb:"Debido a la alta demanda su grabaci\xf3n estar\xe1 limitada a {{limit}} minutos. Puede obtener grabaciones ilimitadas en {{app}}.",linkGenerated:"Hemos generado un enlace a su grabaci\xf3n.",live:"EN VIVO",localRecordingNoNotificationWarning:"La grabaci\xf3n no ser\xe1 anunciada al resto de participantes. Necesitar\xe1s hacerles saber que la reuni\xf3n est\xe1 siendo grabada.",localRecordingNoVideo:"El video no est\xe1 siendo grabado",localRecordingStartWarning:"Por favor aseg\xfarese de detener la grabaci\xf3n antes de abandonar la reuni\xf3n para guardarla.",localRecordingStartWarningTitle:"Detenga la grabaci\xf3n para guardarla",localRecordingVideoStop:"Detener su video tambi\xe9n detendr\xe1 la grabaci\xf3n local. \xbfEst\xe1 seguro de querer continuar?",localRecordingVideoWarning:"Para grabar su video debe tenerlo encendido al iniciar la grabaci\xf3n",localRecordingWarning:"Aseg\xfarese de seleccionar la pesta\xf1a actual para usar el video y audio correctos. La grabaci\xf3n est\xe1 actualmente limitada a 1GB, que son aproximadamente 100 minutos.",loggedIn:"Sesi\xf3n iniciada como {{userName}}",noMicPermission:"No se pudo crear la pista de micr\xf3fono. Por favor otorgue permiso para usar el micr\xf3fono.",noStreams:"",off:"Grabaci\xf3n detenida",offBy:"{{name}} detuvo la grabaci\xf3n",on:"Grabando",onBy:"{{name}} comenz\xf3 la grabaci\xf3n",onlyRecordSelf:"",pending:"Preparando para grabar la reuni\xf3n\u2026",rec:"GRA",saveLocalRecording:"Guardar archivo de grabaci\xf3n localmente (Beta)",serviceDescription:"El servicio de grabaci\xf3n guardar\xe1 la grabaci\xf3n",serviceDescriptionCloud:"Grabaci\xf3n en la nube",serviceDescriptionCloudInfo:"Las reuniones grabadas son limpiadas 24h luego de su horario de grabaci\xf3n.",serviceName:"Servicio de grabaci\xf3n",sessionAlreadyActive:"Esta sesi\xf3n ya est\xe1 siendo grabada o transmitida en vivo.",signIn:"Iniciar sesi\xf3n",signOut:"Cerrar sesi\xf3n",surfaceError:"Por favor seleccione la pesta\xf1a actual.",title:"Grabando",unavailable:"\xa1Uy! {{serviceName}} actualmente no est\xe1 disponible. Estamos trabajando para resolver el problema. Vuelve a intentarlo m\xe1s tarde.",unavailableTitle:"Grabaci\xf3n no disponible",uploadToCloud:"Subir a la nube"},screenshareDisplayName:"Pantalla de {{name}}",sectionList:{pullToRefresh:"Mueve el dedo para abajo para actualizar."},security:{about:"Puedes agregar una contrase\xf1a a la reuni\xf3n. Los participantes necesitar\xe1n la contrase\xf1a para unirse a la reuni\xf3n.",aboutReadOnly:"Los participantes moderadores pueden agregar una $t(lockRoomPassword) a la reuni\xf3n. Los participantes deber\xe1n proporcionar la $t(lockRoomPassword) antes de que se les permita unirse a la reuni\xf3n.",insecureRoomNameWarningNative:"El nombre de esta sala es inseguro. Participantes indeseados podr\xedan ingresar a su reuni\xf3n. {{recommendAction}} Aprenda m\xe1s sobre asegurar su reuni\xf3n ",insecureRoomNameWarningWeb:"El nombre de esta sala es inseguro. Participantes indeseados podr\xedan ingresar a su reuni\xf3n. {{recommendAction}} Aprenda m\xe1s sobre asegurar su reuni\xf3n aqu\xed.",title:"Opciones de seguridad",unsafeRoomActions:{meeting:"Considere hacer m\xe1s segura su reuni\xf3n utilizando el bot\xf3n de seguridad.",prejoin:"Considere utilizar un nombre de reuni\xf3n m\xe1s \xfanico.",welcome:"Considere utilizar un nombre de reuni\xf3n m\xe1s \xfanico, o elija una de las sugerencias"}},settings:{audio:"Audio",buttonLabel:"Ajustes",calendar:{about:"La integraci\xf3n del calendario de {{appName}} se usa para acceder al calendario de manera segura para que puedas estar al tanto de los pr\xf3ximos eventos.",disconnect:"Desconectar",microsoftSignIn:"Iniciar sesi\xf3n con Microsoft",signedIn:"Actualmente se accede a eventos del calendario para {{email}}. Haz clic en el bot\xf3n Desconectar m\xe1s abajo para detener el acceso a eventos del calendario.",title:"Calendario"},desktopShareFramerate:"Velocidad de fotogramas para compartir el escritorio",desktopShareHighFpsWarning:"Una mayor velocidad de fotogramas para el uso compartido de la pantalla podr\xeda afectar a su ancho de banda. Es necesario reiniciar la pantalla compartida para que la nueva configuraci\xf3n surta efecto.",desktopShareWarning:"Es necesario reiniciar la pantalla compartida para que los nuevos ajustes surtan efecto.",devices:"Dispositivos",followMe:"Todos me siguen",framesPerSecond:"fotogramas por segundo",incomingMessage:"Mensaje entrante",language:"Idioma",loggedIn:"Sesi\xf3n iniciada como {{name}}",maxStageParticipants:"",microphones:"Micr\xf3fono",moderator:"Moderador",moderatorOptions:"Opciones de moderador",more:"M\xe1s",name:"Nombre",noDevice:"Ninguno",notifications:"Notificaciones",participantJoined:"Un participante se ha unido",participantKnocking:"Un participante ha ingresado al lobby",participantLeft:"Un participante se ha ido",playSounds:"Reproducir sonido",reactions:"Reacciones de la reuni\xf3n",sameAsSystem:"Igual que el sistema ({{label}})",selectAudioOutput:"Salida de audio",selectCamera:"C\xe1mara",selectMic:"Micr\xf3fono",selfView:"Vista propia",shortcuts:"Atajos",speakers:"Altavoces",startAudioMuted:"Todos inician silenciados",startReactionsMuted:"Silenciar sonidos de reacci\xf3n para todos",startVideoMuted:"Todos inician con c\xe1mara desactivada",talkWhileMuted:"Hablar en silencio",title:"Ajustes",video:"Video"},settingsView:{advanced:"Avanzado",alertCancel:"Cancelar",alertOk:"Aceptar",alertTitle:"Advertencia",alertURLText:"La direcci\xf3n URL introducida no es v\xe1lida",buildInfoSection:"Informaci\xf3n de la compilaci\xf3n",conferenceSection:"Conferencia",disableCallIntegration:"Desactivar la integraci\xf3n nativa de llamadas",disableCrashReporting:"Desactivar el reporte de crasheos",disableCrashReportingWarning:"\xbfEst\xe1s seguro que no deseas reportarnos los crasheos? La opci\xf3n se activar\xe1 al reiniciar la app.",disableP2P:"Desactivar la comunicaci\xf3n directa (\"Peer-To-Peer\")",displayName:"Nombre a mostrar",displayNamePlaceholderText:"Por ejemplo: Juan P\xe9rez",email:"Correo electr\xf3nico",emailPlaceholderText:"",goTo:"Ir a",header:"Configuraci\xf3n",help:"Ayuda",links:"Enlaces",privacy:"Privacidad",profileSection:"Perfil",serverURL:"URL del servidor",showAdvanced:"Mostrar configuraci\xf3n avanzada",startCarModeInLowBandwidthMode:"Iniciar m\xf3do autom\xf3vil en modo ancho de banda bajo",startWithAudioMuted:"Iniciar con el micr\xf3fono apagado",startWithVideoMuted:"Iniciar con la c\xe1mara apagada",terms:"T\xe9rminos",version:"Versi\xf3n"},share:{dialInfoText:"\n\n=====\n\n\xbfDeseas entrar por llamada telef\xf3nica?\n\n{{defaultDialInNumber}}La lista de n\xfameros disponibles para la reuni\xf3n est\xe1 disponible aqu\xed: \n{{dialInfoPageUrl}}",mainText:"Haz clic en el enlace para unirte a la reuni\xf3n:\n{{roomUrl}}"},speaker:"Participante",speakerStats:{angry:"Enojado",disgusted:"Disgustado",displayEmotions:"Mostrar emociones",fearful:"Temeroso",happy:"Feliz",hours:"{{count}}\xa0h",minutes:"{{count}}\xa0min",name:"Nombre",neutral:"Neutral",sad:"Triste",search:"Buscar",seconds:"{{count}}\xa0s",speakerStats:"Estad\xedsticas de participantes",speakerTime:"Tiempo hablado",surprised:"Sorprendido"},startupoverlay:{genericTitle:"La reuni\xf3n debe utilizar su micr\xf3fono y su c\xe1mara.",policyText:" ",title:"{{app}} necesita usar el micr\xf3fono y la c\xe1mara."},suspendedoverlay:{rejoinKeyTitle:"Reconectar",text:"Presiona el bot\xf3n Reconectar para volver a conectarte.",title:"La v\xeddeollamada se interrumpi\xf3 porque la computadora estaba suspendida."},termsView:{title:"T\xe9rminos"},toggleTopPanelLabel:"Alternar panel superior",toolbar:{Settings:"Configuraci\xf3n",accessibilityLabel:{Settings:"Alternar configuraci\xf3n",audioOnly:"Alternar c\xe1maras de los dem\xe1s",audioRoute:"Seleccionar el dispositivo de sonido",boo:"Boo",breakoutRoom:"Unirse/abandonar sala para grupos peque\xf1os",callQuality:"Administrar la calidad de v\xeddeo",carmode:"Modo autom\xf3vil",cc:"Alternar subt\xedtulos",chat:"Alternar ventana de chat",clap:"Aplauso",closeChat:"Cerrar chat",closeMoreActions:"Cerrar el men\xfa de m\xe1s acciones",closeParticipantsPane:"Cerrar panel de participantes",collapse:"Colapsar",document:"Alternar documento compartido",documentClose:"Cerrar documento compartido",documentOpen:"Abrir documento compartido",download:"Descargar nuestras aplicaciones",embedMeeting:"Insertar reuni\xf3n",endConference:"Terminar reuni\xf3n para todos",enterFullScreen:"Ver en pantalla completa",enterTileView:"Ingresar en vista de mosaico",exitFullScreen:"Salir de pantalla completa",exitTileView:"Salir de vista de mosaico",expand:"Ampliar",feedback:"Dejar comentarios",fullScreen:"Alternar pantalla completa",giphy:"Alternar men\xfa GIPHY",grantModerator:"Convertir en moderador",hangup:"Colgar",heading:"Barra de herramientas",help:"Ayuda",hideWhiteboard:"Esconder pizarra",invite:"Invitar personas",kick:"Expulsar participante",laugh:"R\xedete",leaveConference:"Abandonar reuni\xf3n",like:"Pulgares arriba",linkToSalesforce:"Enlace a Salesforce",lobbyButton:"Activar / desactivar el modo lobby",localRecording:"Alternar controles de grabaci\xf3n local",lockRoom:"Alternar contrase\xf1a de la reuni\xf3n",lowerHand:"Bajar mano",moreActions:"Alternar m\xe1s acciones",moreActionsMenu:"Men\xfa de m\xe1s acciones",moreOptions:"Mostrar m\xe1s opciones",mute:"Silenciar micr\xf3fono",muteEveryone:"Silenciar a todos",muteEveryoneElse:"Silenciar a todos los dem\xe1s",muteEveryoneElsesVideoStream:"Detener el video del resto",muteEveryonesVideoStream:"Detener el video de todos",muteGUMPending:"Conectando su micr\xf3fono",noiseSuppression:"Supresi\xf3n de ruido",openChat:"Abrir chat",participants:"Participantes",pip:"Alternar modo ventana en miniatura",privateMessage:"Enviar mensaje privado",profile:"Editar perfil",raiseHand:"Levantar o bajar la mano",reactions:"Reacciones",reactionsMenu:"Abrir / Cerrar el men\xfa de reacciones",recording:"Alternar grabaci\xf3n",remoteMute:"Silenciar participante",remoteVideoMute:"Desactivar la c\xe1mara del participante",security:"Opciones de seguridad",selectBackground:"Seleccione el fondo",selfView:"Alternar vista propia",shareRoom:"Invitar a alguien",shareYourScreen:"Comenzar / detener compartir pantalla",shareaudio:"Compartir audio",sharedvideo:"Alternar v\xeddeo compartido",shortcuts:"Alternar accesos directos",show:"Mostrar en primer",showWhiteboard:"Mostrar vista propia",silence:"Silencio",speakerStats:"Alternar estad\xedsticas del orador",stopScreenSharing:"Dejar de compartir pantalla",stopSharedVideo:"Detener video",surprised:"Sorprendido",tileView:"Alternar vista de mosaico",toggleCamera:"Alternar c\xe1mara",toggleFilmstrip:"Alternar mosaicos",unmute:"Activar micr\xf3fono",videoblur:"Alternar desenfoque de v\xeddeo",videomute:"Alternar v\xeddeo",videomuteGUMPending:"Conectando tu c\xe1mara",videounmute:"Encender c\xe1mara"},addPeople:"Agregar personas a la llamada",audioOnlyOff:"Mostrar c\xe1maras de los dem\xe1s",audioOnlyOn:"Ocultar c\xe1maras de los dem\xe1s (para ahorrar datos)",audioRoute:"Selecciona el dispositivo de sonido",audioSettings:"Ajustes de audio",authenticate:"Autenticar",boo:"Boo",callQuality:"Ajustar la calidad de v\xeddeo",chat:"Abrir o cerrar chat",clap:"Aplauso",closeChat:"Cerrar chat",closeParticipantsPane:"Cerrar panel de participantes",closeReactionsMenu:"Cerrar el men\xfa de reacciones",disableNoiseSuppression:"Desactivar supresi\xf3n de ruido",disableReactionSounds:"Puede desactivar los sonidos de reacci\xf3n para esta reuni\xf3n",documentClose:"Cerrar documento compartido",documentOpen:"Abrir documento compartido",download:"Descarga nuestras aplicaciones",e2ee:"Cifrado de extremo a extremo",embedMeeting:"Insertar reuni\xf3n",enableNoiseSuppression:"Activar supresi\xf3n de ruido",endConference:"Terminar reuni\xf3n para todos",enterFullScreen:"Pantalla completa",enterTileView:"Ver en cuadr\xedcula",exitFullScreen:"Salir de pantalla completa",exitTileView:"Salir de vista de mosaico",feedback:"Dejar sugerencias",giphy:"Alternar men\xfa GIPHY",hangup:"Colgar",help:"Ayuda",hideWhiteboard:"Esconder pizarra",invite:"Invitar personas",joinBreakoutRoom:"Unirse a sala para grupos peque\xf1os",laugh:"R\xedete",leaveBreakoutRoom:"Abandonar sala para grupos peque\xf1os",leaveConference:"Abandonar reuni\xf3n",like:"Pulgares arriba",linkToSalesforce:"",lobbyButtonDisable:"Desactivar el modo lobby",lobbyButtonEnable:"Activar el modo lobby",login:"Inicio de sesi\xf3n",logout:"Cerrar sesi\xf3n",lowerYourHand:"Bajar la mano",moreActions:"M\xe1s acciones",moreOptions:"M\xe1s opciones",mute:"Activar o silenciar el micr\xf3fono",muteEveryone:"Silenciar a todos",muteEveryonesVideo:"Desactivar la c\xe1mara de todos",muteGUMPending:"Conectando tu micr\xf3nono",noAudioSignalDesc:"Checa si no est\xe1 silenciado en tu configuraci\xf3n del sistema o dispositivo, o cambia de micr\xf3fono.",noAudioSignalDescSuggestion:"Si no lo silenciaste a prop\xf3sito desde la configuraci\xf3n del sistema o el dispositivo, intenta usar este otro micr\xf3fono:",noAudioSignalDialInDesc:"Adem\xe1s, puedes llamar usando:",noAudioSignalDialInLinkDesc:"N\xfameros de llamada",noAudioSignalTitle:"\xa1No se registra audio de tu micr\xf3fono!",noiseSuppression:"Supresi\xf3n de ruido",noisyAudioInputDesc:"Tu micr\xf3fono est\xe1 haciendo ruido, sil\xe9ncialo, ajusta su volumen en configuraci\xf3n del sistema, o cambia de micr\xf3fono.",noisyAudioInputTitle:"Tu micr\xf3fono parece estar ruidoso",openChat:"Abrir chat",openReactionsMenu:"Abrir el men\xfa de reacciones",participants:"Participantes",pip:"Mostrar en ventana peque\xf1a",privateMessage:"Enviar mensaje privado",profile:"Editar perfil",raiseHand:"Levantar o bajar la mano",raiseYourHand:"Levantar la mano",reactionBoo:"Enviar la reacci\xf3n de Boo",reactionClap:"Enviar reacci\xf3n de aplauso",reactionLaugh:"Enviar reacci\xf3n de risa",reactionLike:"Enviar la reacci\xf3n de los pulgares hacia arriba",reactionSilence:"Enviar reacci\xf3n de silencio",reactionSurprised:"Enviar reacci\xf3n de sorpresa",reactions:"Reacciones",security:"Opciones de seguridad",selectBackground:"Seleccionar fondo",shareRoom:"Invitar a alguien",shareaudio:"Compartir audio",sharedvideo:"Compartir un v\xeddeo",shortcuts:"Ver atajos del teclado",showWhiteboard:"Mostrar pizarra",silence:"Silencio",speakerStats:"Estad\xedsticas de los participantes",startScreenSharing:"Comenzar a compartir pantalla",startSubtitles:"Iniciar subt\xedtulos",stopAudioSharing:"Dejar de compartir el audio",stopScreenSharing:"Dejar de compartir pantalla",stopSharedVideo:"Detener v\xeddeo",stopSubtitles:"Detener subt\xedtulos",surprised:"Compartir audio",talkWhileMutedPopup:"\xbfIntentas hablar? Est\xe1s silenciado.",tileViewToggle:"Activar o desactivar vista en cuadr\xedcula",toggleCamera:"Alternar c\xe1mara",unmute:"Activar",videoSettings:"Ajustes de v\xeddeo",videomute:"Detener c\xe1mara",videomuteGUMPending:"Conectando tu c\xe1mara",videounmute:"Iniciar c\xe1mara"},transcribing:{ccButtonTooltip:"Iniciar o detener subt\xedtulos",error:"La transcripci\xf3n fall\xf3. Por favor, int\xe9ntelo nuevamente.",expandedLabel:"Transcripci\xf3n encendida",failedToStart:"No es posible iniciar la transcripci\xf3n",labelToolTip:"La reuni\xf3n se est\xe1 transcribiendo",off:"Transcripci\xf3n detenida",pending:"Preparando para transcribir la reuni\xf3n\u2026",sourceLanguageDesc:"El lenguaje actual de la reuni\xf3n es {{sourceLanguage}}.
Puedes cambiarlo desde ",sourceLanguageHere:"aqu\xed",start:"Mostrar subt\xedtulos",stop:"Dejar de mostrar subt\xedtulos",subtitles:"Subt\xedtulos",subtitlesOff:"",tr:"TR"},unpinParticipant:"",userMedia:{androidGrantPermissions:"Selecciona Permitir cuando el navegador solicite permisos.",chromeGrantPermissions:"Selecciona Permitir cuando el navegador solicite permisos.",edgeGrantPermissions:"Selecciona S\xed cuando el navegador solicite permisos.",electronGrantPermissions:"Otorga permisos para usar la c\xe1mara y el micr\xf3fono",firefoxGrantPermissions:"Selecciona Compartir dispositivo seleccionado cuando el navegador solicite permisos.",iexplorerGrantPermissions:"Selecciona Aceptar cuando el navegador solicite permisos.",nwjsGrantPermissions:"Otorga permisos para usar la c\xe1mara y el micr\xf3fono",operaGrantPermissions:"Selecciona Permitir cuando el navegador solicite permisos.","react-nativeGrantPermissions":"Selecciona Permitir cuando el navegador solicite permisos.",safariGrantPermissions:"Selecciona Aceptar cuando el navegador solicite permisos."},videoSIPGW:{busy:"Estamos trabajando para liberar recursos. Vuelve a intentarlo en unos minutos.",busyTitle:"El servicio de salas est\xe1 actualmente ocupado",errorAlreadyInvited:"{{displayName}} ya ha sido invitado",errorInvite:"Conferencia a\xfan no establecida. Vuelve a intentarlo m\xe1s tarde.",errorInviteFailed:"Estamos trabajando para resolver el problema. Vuelve a intentarlo m\xe1s tarde.",errorInviteFailedTitle:"No se pudo invitar a {{displayName}}",errorInviteTitle:"Error al invitar en la sala",pending:"{{displayName}} ha sido invitado"},videoStatus:{adjustFor:"Ajustar para:",audioOnly:"AUD",audioOnlyExpanded:"Est\xe1s en modo de ancho de banda bajo. En este modo, s\xf3lo recibir\xe1s audio y pantalla compartida.",bestPerformance:"Mejor rendimiento",callQuality:"Calidad de v\xeddeo",hd:"HD",hdTooltip:"Viendo v\xeddeo en alta definici\xf3n",highDefinition:"Alta definici\xf3n",highestQuality:"Calidad m\xe1xima",labelTooiltipNoVideo:"Sin v\xeddeo",labelTooltipAudioOnly:"Modo de ancho de banda bajo habilitado",ld:"LD",ldTooltip:"Viendo v\xeddeo en baja definici\xf3n",lowDefinition:"Baja definici\xf3n",performanceSettings:"Ajustes de rendimiento",recording:"Grabaci\xf3n en curso",sd:"SD",sdTooltip:"Viendo v\xeddeo en definici\xf3n est\xe1ndar",standardDefinition:"Definici\xf3n est\xe1ndar",streaming:"Transmisi\xf3n en curso"},videothumbnail:{connectionInfo:"Informaci\xf3n de conexi\xf3n",domute:"Silenciar",domuteOthers:"Silenciar a todos",domuteVideo:"Desactivar la c\xe1mara",domuteVideoOfOthers:"Desactivar la c\xe1mara de todos los dem\xe1s",flip:"Voltear",grantModerator:"Convertir en moderador",hideSelfView:"Esconder vista propia",kick:"Expulsar",mirrorVideo:"Espejar mi video",moderator:"Moderador",mute:"Se silenci\xf3 el participante",muted:"Silenciado",pinToStage:"",remoteControl:"Control remoto",screenSharing:"El participante est\xe1 compartiendo su pantalla",show:"Mostrar en primer plano",showSelfView:"Mostrar vista propia",unpinFromStage:"",verify:"Verificar participante",videoMuted:"C\xe1mara desactivada",videomute:"El participante par\xf3 su c\xe1mara"},virtualBackground:{addBackground:"A\xf1adir fondo",apply:"Aplicar",backgroundEffectError:"No se ha podido aplicar el efecto de fondo.",blur:"Desenfoque",deleteImage:"Borrar imagen",desktopShare:"Compartir el escritorio",desktopShareError:"No se ha podido crear el escritorio compartido",image1:"Playa",image2:"Pared neutra blanca",image3:"Habitaci\xf3n blanca y vac\xeda",image4:"L\xe1mpara de pie negra",image5:"Monta\xf1a",image6:"Bosque",image7:"Amanecer",none:"Ninguno",pleaseWait:"Por favor, espera...",removeBackground:"Eliminar el fondo",slightBlur:"Desenfoque Ligero",title:"Fondos virtuales",uploadedImage:"Imagen subida {{index}}",webAssemblyWarning:"No se admite WebAssembly",webAssemblyWarningDescription:"WebAssembly est\xe1 desactivado o no cuenta con soporte en este navegador"},visitors:{chatIndicator:"(visitante)",labelTooltip:"Cantidad de visitantes: {{count}}",notification:{description:"Levanta la mano para participar",title:"Eres un visitante en la reuni\xf3n"}},volumeSlider:"Deslizador de volumen",welcomepage:{accessibilityLabel:{join:"Toca para unirte",roomname:"Introduce el nombre de la sala"},addMeetingName:"A\xf1adir el nombre de la reuni\xf3n",appDescription:"Videollamadas para todo tu equipo. {{app}} es una aplicaci\xf3n completamente encriptada, segura, adem\xe1s de ser software libre 100% gratis, sin l\xedmites de tiempo, y sin tener que crear una cuenta.",audioVideoSwitch:{audio:"Voz",video:"Video"},calendar:"Calendario",connectCalendarButton:"Conectar el calendario",connectCalendarText:"Conecta tu calendario para ver todas tus reuniones de {{app}}. Adem\xe1s, agrega reuniones a tu calendario e in\xedcialas con un solo clic.",enterRoomTitle:"Comenzar una reuni\xf3n",getHelp:"Obtener ayuda",go:"IR",goSmall:"IR",headerSubtitle:"Reuniones seguras y de alta calidad",headerTitle:"Jitsi Meet",info:"Informaci\xf3n",jitsiOnMobile:"Jitsi en el m\xf3vil: descarga nuestras aplicaciones y comienza una reuni\xf3n desde cualquier lugar",join:"CREAR / UNIRSE",logo:{calendar:"Logotipo del calendario",desktopPreviewThumbnail:"Vista previa del escritorio en miniatura",googleLogo:"Logotipo de Google",logoDeepLinking:"Logotipo de la reuni\xf3n de Jitsi",microsoftLogo:"Logotipo de Microsoft",policyLogo:"Logotipo de la pol\xedtica"},meetingsAccessibilityLabel:"Reuniones",mobileDownLoadLinkAndroid:"Descargar la aplicaci\xf3n m\xf3vil para Android",mobileDownLoadLinkFDroid:"Descargar la aplicaci\xf3n m\xf3vil para F-Droid",mobileDownLoadLinkIos:"Descargar la aplicaci\xf3n m\xf3vil para iOS",moderatedMessage:"O reserve con antelaci\xf3n una URL de reuni\xf3n en la que usted sea el \xfanico moderador.",privacy:"Privacidad",recentList:"Reciente",recentListDelete:"Eliminar",recentListEmpty:"Tu historial de reuniones est\xe1 vac\xedo. Re\xfanete y aparecer\xe1n aqu\xed.",recentMeetings:"Tus reuniones recientes",reducedUIText:"\xa1Bienvenido a {{app}}!",roomNameAllowedChars:"El nombre de la reuni\xf3n no debe contener ninguno de estos caracteres: ?, &, :, ', \", %, #.",roomname:"Introduce el nombre de la sala",roomnameHint:"Introduce el nombre o URL de la sala a la que deseas unirte. Puedes inventar un nombre, simplemente inf\xf3rmaselo a las personas con las que te reunir\xe1s para que introduzcan el mismo nombre.",sendFeedback:"Enviar sugerencias",settings:"Ajustes",startMeeting:"Iniciar la reuni\xf3n",terms:"T\xe9rminos",title:"Videoconferencias seguras, con gran variedad de funcionalidades y completamente gratuitas",upcomingMeetings:"Tus pr\xf3ximas reuniones"},whiteboard:{accessibilityLabel:{heading:"Pizarra"}}}},828,[]); -__d(function(e,a,o,r,i,n,t){i.exports={addPeople:{add:"Invitar",addContacts:"Invitar a sus contactos",contacts:"contactos",copyInvite:"Copiar la invitaci\xf3n a la reuni\xf3n",copyLink:"Copiar el link de la reuni\xf3n",copyStream:"Copiar el link de la transmisi\xf3n en vivo",countryNotSupported:"A\xfan no contamos con soporte a este destino.",countryReminder:"\xbfLlamando fuera de los Estados Unidos? \xa1Por favor, aseg\xfarese de empezar con el c\xf3digo de pa\xeds!",defaultEmail:"Direcci\xf3n de correo por defecto",disabled:"No puede invitar a otras personas.",failedToAdd:"Error al agregar participantes",footerText:"La marcaci\xf3n est\xe1 desactivada.",googleEmail:"Correo electr\xf3nico de Google",inviteMoreHeader:"Usted se encuentra solo en la reuni\xf3n",inviteMoreMailSubject:"Unirse a la reuni\xf3n {{appName}}",inviteMorePrompt:"Invitar a m\xe1s personas",linkCopied:"Link copiado al portapapeles",loading:"Buscando por contacto y n\xfamero telef\xf3nico",loadingNumber:"Validando el n\xfamero telef\xf3nico",loadingPeople:"Buscando contactos a invitar",noResults:"No se encontraron coincidencias",noValidNumbers:"Por favor ingrese un n\xfamero de tel\xe9fono",outlookEmail:"Correo de Outlook",phoneNumbers:"n\xfameros de tel\xe9fono",searchNumbers:"Agregar n\xfameros telef\xf3nicos",searchPeople:"Buscar personas",searchPeopleAndNumbers:"Buscar personas o a\xf1adir sus n\xfameros de tel\xe9fono",searching:"Buscando...",shareInvite:"Compartir la invitaci\xf3n a la reuni\xf3n",shareLink:"Compartir el link de la reunion",shareStream:"Compartir el link de la transmici\xf3n en vivo",sipAddresses:"direcciones SIP",telephone:"Tel\xe9fono: {{number}}",title:"Invitar a otras personas a esta reuni\xf3n",yahooEmail:"Correo de Yahoo"},audioDevices:{bluetooth:"Bluetooth",headphones:"Aud\xedfonos",none:"No hay dispositivos de audio disponibles",phone:"Tel\xe9fono",speaker:"Bocinas"},audioOnly:{audioOnly:"Solo sonido y pantalla compartida"},calendarSync:{addMeetingURL:"Agregar un v\xednculo a la reuni\xf3n",confirmAddLink:"\xbfQuiere a\xf1adir un enlace de Jitsi a este evento?",error:{appConfiguration:"La integraci\xf3n del calendario no est\xe1 configurada correctamente",generic:"Se ha producido un error. Compruebe la configuraci\xf3n del calendario o pruebe cargarlo nuevamente.",notSignedIn:"Se ha producido un error de autenticaci\xf3n para ver los eventos del calendario. Compruebe la configuraci\xf3n del calendario e intente iniciar sesi\xf3n de nuevo"},join:"Unirse",joinTooltip:"Unirse a la reuni\xf3n",nextMeeting:"pr\xf3xima reuni\xf3n",noEvents:"No hay eventos pr\xf3ximos programados.",ongoingMeeting:"reuni\xf3n en curso",permissionButton:"Abrir configuraci\xf3n",permissionMessage:"Los permisos al calendario son necesarios para ver sus reuniones en la aplicaci\xf3n.",refresh:"Actualizar calendario",today:"Hoy"},chat:{enter:"Entrar en la sala",error:"Error: su mensaje no se env\xedo. Motivo: {{error}}",fieldPlaceHolder:"Escriba su mensaje aqu\xed",message:"Mensaje",messageAccessibleTitle:"{{user}} dice:",messageAccessibleTitleMe:"yo digo:",messageTo:"Mensaje privado para {{recipient}}",messagebox:"Escriba un mensaje",nickname:{popover:"Selecciona un apodo",title:"Introduce un apodo para usar el chat",titleWithPolls:"Introduce un apodo para usar el chat"},noMessagesMessage:"No hay mensajes en la reuni\xf3n. \xa1Inicie una conversaci\xf3n!",privateNotice:"Mensaje privado para {{recipient}}",smileysPanel:"Panel de Emojis",tabs:{chat:"Chat",polls:"Encuestas"},title:"Chat",titleWithPolls:"Chat",you:"usted"},chromeExtensionBanner:{buttonText:"Instalar extensi\xf3n de Chrome",close:"Cerrar",dontShowAgain:"No mostrar nuevamente",installExtensionText:"Instalar la extensi\xf3n para Google Calendar y la integraci\xf3n con Office 365"},connectingOverlay:{joiningRoom:"Conect\xe1ndose a su reuni\xf3n\u2026"},connection:{ATTACHED:"Adjunto",AUTHENTICATING:"Autenticando",AUTHFAIL:"Error de autenticaci\xf3n",CONNECTED:"Conectado",CONNECTING:"Conectando",CONNFAIL:"Error de conexi\xf3n",DISCONNECTED:"Desconectado",DISCONNECTING:"Desconectando",ERROR:"Error",FETCH_SESSION_ID:"Obteniendo session-ID\u2026",GET_SESSION_ID_ERROR:"Obtener session-id error: {{code}}",GOT_SESSION_ID:"Obteniendo session-ID\u2026 Listo",LOW_BANDWIDTH:"El video para {{displayName}} ha sido desactivado para ahorrar ancho de banda",RECONNECTING:"Ocurri\xf3 un problema en la red. Reconectando..."},connectionindicator:{address:"Direcci\xf3n:",audio_ssrc:"Audio SSRC:",bandwidth:"Ancho de banda estimado:",bitrate:"Tasa de transferencia:",bridgeCount:"Contador del servidor: ",codecs:"Codecs (A/V):",connectedTo:"Conectado a:",framerate:"Fotogramas por segundo:",less:"Mostrar menos",localaddress:"Direcci\xf3n local:",localaddress_plural:"Direcciones locales:",localport:"Puerto local:",localport_plural:"Puertos locales:",maxEnabledResolution:"enviar max",more:"Mostrar m\xe1s",packetloss:"P\xe9rdida de paquetes:",participant_id:"ID participante:",quality:{good:"Buena",inactive:"Inactivo",lost:"Perdido",nonoptimal:"No es \xf3ptimo",poor:"Deficiente"},remoteaddress:"Direcci\xf3n remota:",remoteaddress_plural:"Direcciones remotas:",remoteport:"Puerto remoto:",remoteport_plural:"Puertos remotos:",resolution:"Resoluci\xf3n:",savelogs:"Guardar logs",status:"Calidad:",transport:"Transporte:",transport_plural:"Transportes:",video_ssrc:"Video SSRC:"},dateUtils:{earlier:"Anterior",today:"Hoy",yesterday:"Ayer"},deepLinking:{appNotInstalled:"Necesitas la aplicaci\xf3n {{app}} para unirte a esta reuni\xf3n en el tel\xe9fono.",description:"\xbfNo pas\xf3 nada? Hemos intentado iniciar la reuni\xf3n en la aplicaci\xf3n de escritorio {{app}}. Intenta de nuevo o inicia en la aplicaci\xf3n web {{app}}.",descriptionWithoutWeb:"\xbfNo pas\xf3 nada? Intentamos iniciar su reuni\xf3n en la aplicaci\xf3n de escritorio {{app}}.",downloadApp:"Descargar la app",ifDoNotHaveApp:"Si a\xfan no tienes la app:",ifHaveApp:"Si ya tienes la app:",joinInApp:"Unirse a la reunion usando la app",launchWebButton:"Iniciar en el navegador",openApp:"Continuar a la aplicaci\xf3n",title:"Iniciando la reuni\xf3n en {{app}}\u2026",tryAgainButton:"Intentar de nuevo en el escritorio"},defaultLink:"ej. {{url}}",defaultNickname:"ej. Juan P\xe9rez",deviceError:{cameraError:"Error al acceder a tu c\xe1mara",cameraPermission:"Error al obtener permiso de la c\xe1mara",microphoneError:"Error al acceder a tu micr\xf3fono",microphonePermission:"Error al obtener permiso del micr\xf3fono"},deviceSelection:{noPermission:"Permiso no concedido",previewUnavailable:"Vista previa no disponible",selectADevice:"Seleccionar un dispositivo",testAudio:"Reproducir un sonido de prueba"},dialOut:{statusMessage:"est\xe1 {{status}}"},dialog:{Back:"Anterior",Cancel:"Cancelar",IamHost:"Soy el anfitri\xf3n",Ok:"Aceptar",Remove:"Eliminar",Share:"Compartir",Submit:"Enviar",WaitForHostMsg:"La conferencia a\xfan no ha comenzado. Si eres el anfitri\xf3n, inicia sesi\xf3n. De lo contrario, espera a que llegue el anfitri\xf3n.",WaitingForHost:"Esperando al anfitri\xf3n\u2026",WaitingForHostTitle:"Esperando al anfitri\xf3n...",Yes:"S\xed",accessibilityLabel:{liveStreaming:"Transmisi\xf3n en vivo"},add:"Agregar",allow:"Permitir",alreadySharedVideoMsg:"Otro participante ya est\xe1 compartiendo un video. Esta conferencia s\xf3lo permite compartir un video a la vez.",alreadySharedVideoTitle:"Solo se permite un video compartido a la vez",applicationWindow:"Ventana de aplicaci\xf3n",authenticationRequired:"Se requiere autenticaci\xf3n",cameraConstraintFailedError:"Su c\xe1mara no satisface algunos de los requerimientos.",cameraNotFoundError:"No se encontr\xf3 la c\xe1mara.",cameraNotSendingData:"No podemos acceder a la c\xe1mara. Aseg\xfarate que no haya otra aplicaci\xf3n us\xe1ndola, selecciona otro dispositivo del men\xfa de configuraci\xf3n o intenta volver a cargar la aplicaci\xf3n.",cameraNotSendingDataTitle:"No es posible acceder a la c\xe1mara",cameraPermissionDeniedError:"No has otorgado permiso para usar la c\xe1mara. Puedes unirte a la conferencia de todos modos, pero los dem\xe1s asistentes no te podr\xe1n ver. Usa el bot\xf3n de la c\xe1mara en la barra de direcciones para solucionar esto.",cameraTimeoutError:"No se ha podido iniciar la fuente de v\xeddeo. Se ha agotado el tiempo de espera.",cameraUnknownError:"No se puede usar la c\xe1mara por un motivo desconocido.",cameraUnsupportedResolutionError:"La c\xe1mara no admite la resoluci\xf3n de video requerida.",close:"Cerrar",conferenceDisconnectMsg:"Se recomienda que compruebes la conexi\xf3n de la red. Reconectando en {{seconds}} segundos\u2026",conferenceDisconnectTitle:"Ha sido desconectado.",conferenceReloadMsg:"Estamos tratando de arreglar esto. Reconectando en {{seconds}} segundos\u2026",conferenceReloadTitle:"Desafortunadamente, algo sali\xf3 mal.",confirm:"Confirmar",confirmNo:"No",confirmYes:"S\xed",connectError:"\xa1Oops! Algo sali\xf3 mal y no fue posible conectarnos a la conferencia.",connectErrorWithMsg:"\xa1Oops! Algo sali\xf3 mal y no fue posible conectarnos a la conferencia: {{msg}}",connecting:"Conectando",contactSupport:"Contacta al soporte t\xe9cnico",copied:"Copiado",copy:"Copiar",dismiss:"Descartar",displayNameRequired:"\xa1Hola! \xbfCu\xe1l es tu nombre?",done:"Listo",e2eeDescription:"El cifrado de extremo a extremo es actualmente EXPERIMENTAL. Tenga en cuenta que activarlo puede deshabilitar servicios como: grabaci\xf3n, transmisi\xf3n en vivo y participaci\xf3n telef\xf3nica. Adem\xe1s, esta reuni\xf3n solo funcionar\xe1 con personas que se unan con un navegador.",e2eeDisabledDueToMaxModeDescription:"No se puede activar el cifrado de extremo a extremo debido al gran n\xfamero de participantes en la conferencia.",e2eeLabel:"Habilitar cifrado Extremo-a-Extremo",e2eeWarning:"ADVERTENCIA: No todos los participantes de esta reuni\xf3n soportan el cifrado de extremo a extremo. Si usted habilita esta opci\xf3n, ellos no podr\xe1n verlo ni o\xedrlo.",e2eeWillDisableDueToMaxModeDescription:"ADVERTENCIA: El cifrado de extremo a extremo se desactivar\xe1 autom\xe1ticamente si se unen m\xe1s participantes a la conferencia.",embedMeeting:"Incrustar reuni\xf3n",enterDisplayName:"Por favor ingresa tu nombre aqu\xed",error:"Error",externalInstallationMsg:"Necesita instalar nuestra extensi\xf3n para compartir pantalla.",externalInstallationTitle:"Extensi\xf3n requerida",goToStore:"Ir a la tienda web",gracefulShutdown:"Nuestro servicio se encuentra en mantenimiento. Por favor, intente m\xe1s tarde.",grantModeratorDialog:"\xbfEstas seguro de que quieres convertir a este participante en moderator?",grantModeratorTitle:"Convertir en moderador",hideShareAudioHelper:"No volver a mostrar este di\xe1logo",incorrectPassword:"Nombre de usuario o contrase\xf1a incorrecta",incorrectRoomLockPassword:"Contrase\xf1a incorrecta",inlineInstallExtension:"Instalar ahora",inlineInstallationMsg:"Necesita instalar nuestra extensi\xf3n para compartir escritorio.",internalError:"\xa1Oops! Algo sali\xf3 mal. El siguiente error ocurri\xf3: {{error}}",internalErrorTitle:"Error interno",kickMessage:"Puede ponerse en contacto con {{participantDisplayName}} para obtener m\xe1s detalles.",kickParticipantButton:"Expulsar",kickParticipantDialog:"\xbfSeguro que quiere expulsar a este participante?",kickParticipantTitle:"\xbfExpulsar a este participante?",kickTitle:"\xa1Ay! {{participantDisplayName}} te expuls\xf3 de la reuni\xf3n",liveStreaming:"Transmisi\xf3n en vivo",liveStreamingDisabledBecauseOfActiveRecordingTooltip:"No es posible mientras la grabaci\xf3n este activa",liveStreamingDisabledForGuestTooltip:"Los invitados no pueden iniciar la transmisi\xf3n en vivo.",liveStreamingDisabledTooltip:"Las trasmisiones est\xe1n deshabilitadas.",localUserControls:"Controles de usuario locales",lockMessage:"No se pudo bloquear la conferencia.",lockRoom:"Agregar $t(lockRoomPasswordUppercase) a la reuni\xf3n",lockTitle:"El bloqueo fall\xf3",login:"Iniciar sesi\xf3n",logoutQuestion:"\xbfEst\xe1 seguro que desea salir y detener la conferencia?",logoutTitle:"Cerrar sesi\xf3n",maxUsersLimitReached:"El l\xedmite m\xe1ximo de participantes ha sido alcanzado. Por favor contacta al organizador o intenta m\xe1s tarde.",maxUsersLimitReachedTitle:"La reuni\xf3n est\xe1 llena.",micConstraintFailedError:"El micr\xf3fono no satisface algunos de los requerimientos.",micNotFoundError:"No se encontr\xf3 el micr\xf3fono.",micNotSendingData:"Vaya a la configuraci\xf3n de su computadora para activar el micr\xf3fono y ajustar su nivel",micNotSendingDataTitle:"Su micr\xf3fono est\xe1 silenciado en la configuraci\xf3n de su sistema",micPermissionDeniedError:"No ha otorgado permisos para usar su micr\xf3fono. Puede unirse a la conferencia, pero no lo podr\xe1n escuchar. Utilice el bot\xf3n en la barra de direcci\xf3n para solucionar esto.",micTimeoutError:"No se ha podido iniciar la fuente de audio. Se ha agotado el tiempo de espera.",micUnknownError:"No se puede usar el micr\xf3fono por motivos desconocidos.",moderationAudioLabel:"Permitir a los asistentes activar su audio.",moderationVideoLabel:"Permitir a los asistentes activar su video.",muteEveryoneDialog:"\xbfEst\xe1s seguro que quieres silenciar a todos? No podr\xe1s quitarles el silencio, pero ellos pueden quit\xe1rselo en cualquier momento.",muteEveryoneDialogModerationOn:"Los participantes pueden enviar una solicitud de intervenci\xf3n en cualquier momento.",muteEveryoneElseDialog:"Una vez silenciados, no podr\xe1s quitarles el modo silencio, pero ellos podr\xe1n hacerlo en cualquier momento.",muteEveryoneElseTitle:"\xbfSilenciar a todos excepto a {{whom}}?",muteEveryoneElsesVideoDialog:"Una vez desactivada la c\xe1mara, no podr\xe1s volver a activarla, pero pueden volver a activarla en cualquier momento.",muteEveryoneElsesVideoTitle:"\xbfDetener el v\xeddeo de todos, excepto el de {{whom}}?",muteEveryoneSelf:"ti mismo",muteEveryoneStartMuted:"Todos inician silenciados desde ahora",muteEveryoneTitle:"\xbfSilenciar a todos?",muteEveryonesVideoDialog:"Los participantes pueden encender su v\xeddeo en cualquier momento.",muteEveryonesVideoDialogModerationOn:"Los participantes pueden enviar una solicitud para encender su v\xeddeo en cualquier momento.",muteEveryonesVideoDialogOk:"Desactivar",muteEveryonesVideoTitle:"\xbfDetener el v\xeddeo de todos?",muteParticipantBody:"No podr\xe1s quitarles el modo en silencio, pero ellos pueden quit\xe1rselo en cualquier momento.",muteParticipantButton:"Silenciar",muteParticipantDialog:"\xbfSeguro que quieres silenciar a este participante? No podr\xe1s revertir esta acci\xf3n, pero el participante podr\xe1 hacerlo en cualquier momento",muteParticipantTitle:"\xbfSilenciar a este participante?",muteParticipantsVideoBody:"No podr\xe1s volver a encender la c\xe1mara, pero ellos pueden volver a encenderla en cualquier momento.",muteParticipantsVideoButton:"Detener video",muteParticipantsVideoDialog:"\xbfEst\xe1s seguro de que quieres apagar la c\xe1mara de este participante? No podr\xe1s volver a encender la c\xe1mara, pero ellos pueden volver a encenderla en cualquier momento.",muteParticipantsVideoTitle:"\xbfDesactivar la c\xe1mara de este participante?",noDropboxToken:"No hay un token v\xe1lido de Dropbox",password:"Contrase\xf1a",passwordLabel:"$t(lockRoomPasswordUppercase)",passwordNotSupported:"No se soporta $t(lockRoomPassword) en la reuni\xf3n",passwordNotSupportedTitle:"$t(lockRoomPasswordUppercase) no es compatible",passwordRequired:"$t(lockRoomPasswordUppercase) necesario",permissionCameraRequiredError:"El permiso de c\xe1mara es necesario para participar en conferencias con v\xeddeo. Por favor, perm\xedtelo en Ajustes",permissionErrorTitle:"Permiso necesario",permissionMicRequiredError:"El permiso de micr\xf3fono es necesario para participar en conferencias con sonido. Por favor, perm\xedtelo en Ajustes",popupError:"Su navegador est\xe1 bloqueando las ventanas emergentes de este sitio. Habilite las ventanas emergentes en la configuraci\xf3n de seguridad de su navegador y vuelva a intentarlo.",popupErrorTitle:"Ventana emergente bloqueada",readMore:"mas",recording:"Grabando",recordingDisabledBecauseOfActiveLiveStreamingTooltip:"No es posible mientras la transmisi\xf3n en vivo este activa",recordingDisabledForGuestTooltip:"Los invitados no pueden iniciar grabaciones.",recordingDisabledTooltip:"Inicio de grabaci\xf3n desactivado.",rejoinNow:"Reunirse ahora",remoteControlAllowedMessage:"\xa1{{user}} ha aceptado tu solicitud de control remoto!",remoteControlDeniedMessage:"\xa1{{user}} ha rechazado tu solicitud de control remoto!",remoteControlErrorMessage:"\xa1Ha ocurrido un error tratando de solicitar permiso de control remoto de {{user}}!",remoteControlRequestMessage:"\xbfPermitir\xe1 que {{user}} controle remotamente su computadora?",remoteControlShareScreenWarning:"\xa1Tenga en cuenta que si presiona \"Permitir\" usted compartir\xe1 su pantalla!",remoteControlStopMessage:"\xa1La sesi\xf3n de control remoto ha finalizado!",remoteControlTitle:"Control de escritorio remoto",remoteUserControls:"El control remoto de {{username}}",removePassword:"Eliminar $t(lockRoomPassword)",removeSharedVideoMsg:"\xbfEst\xe1s seguro de que deseas eliminar el video compartido?",removeSharedVideoTitle:"Eliminar video compartido",reservationError:"Error del sistema de reservaciones",reservationErrorMsg:"C\xf3digo de error: {{code}}, mensaje: {{msg}}",retry:"Reintentar",screenSharingAudio:"Compartir audio",screenSharingFailed:"\xa1Oops! \xa1Algo salio mal, no se pudo iniciar la compartici\xf3n de su pantalla!",screenSharingFailedTitle:"\xa1Fallo al compartir su pantalla!",screenSharingFailedToInstall:"\xa1Uy! La extensi\xf3n de uso compartido de pantalla no se pudo instalar.",screenSharingFailedToInstallTitle:"La extensi\xf3n de uso compartido de pantalla no se pudo instalar",screenSharingFirefoxPermissionDeniedError:"Algo sali\xf3 mal al compartir pantalla. Aseg\xfarate de habernos dado permiso para hacerlo.",screenSharingFirefoxPermissionDeniedTitle:"\xa1Uy! No pudimos iniciar el uso compartido de la pantalla.",screenSharingPermissionDeniedError:"\xa1Uy! Algo sali\xf3 mal con tus permisos de extensi\xf3n para compartir pantalla. Vuelve a cargar la p\xe1gina e intenta de nuevo.",sendPrivateMessage:"Acabas de recibir un mensaje privado. \xbfDeseas responder en privado o a todos?",sendPrivateMessageCancel:"Enviar al grupo",sendPrivateMessageOk:"Enviar en privado",sendPrivateMessageTitle:"\xbfEnviar en privado?",serviceUnavailable:"Servicio no disponible",sessTerminated:"Llamada terminada",sessionRestarted:"Llamada reiniciada por un problema de conexi\xf3n.",shareAudio:"Continuar",shareAudioTitle:"C\xf3mo compartir el audio",shareAudioWarningD1:"debes dejar de compartir la pantalla antes de compartir el audio.",shareAudioWarningD2:"Tienes que reiniciar tu pantalla compartida y marcar la opci\xf3n \"compartir audio\".",shareAudioWarningH1:"Si quieres compartir s\xf3lo el audio:",shareAudioWarningTitle:"Hay que dejar de compartir la pantalla antes de compartir el audio",shareMediaWarningGenericH2:"Si quieres compartir tu pantalla y audio",shareScreenWarningD1:"debes dejar de compartir el audio antes de compartir la pantalla.",shareScreenWarningD2:"tienes que dejar de compartir el audio, empezar a compartir la pantalla y marcar la opci\xf3n \"compartir el audio\".",shareScreenWarningH1:"Si quieres compartir s\xf3lo tu pantalla:",shareScreenWarningTitle:"Tienes que dejar de compartir el audio antes de compartir la pantalla",shareVideoLinkError:"Proporciona un enlace correcto.",shareVideoTitle:"Compartir un video",shareYourScreen:"Compartir pantalla",shareYourScreenDisabled:"Se desactiv\xf3 la opci\xf3n para compartir pantalla.",shareYourScreenDisabledForGuest:"Los invitados no pueden compartir la pantalla.",sharedVideoLinkPlaceholder:"Enlace de YouTube o enlace de v\xeddeo directo",startLiveStreaming:"Iniciar transmisi\xf3n en vivo",startRecording:"Iniciar grabaci\xf3n",startRemoteControlErrorMessage:"Se produjo un error al intentar iniciar la sesi\xf3n de control remoto.",stopLiveStreaming:"Detener transmisi\xf3n en vivo",stopRecording:"Detener grabaci\xf3n",stopRecordingWarning:"\xbfEst\xe1s seguro de que deseas detener la grabaci\xf3n?",stopStreamingWarning:"\xbfEst\xe1s seguro de que deseas detener la transmisi\xf3n en vivo?",streamKey:"Clave de transmisi\xf3n en vivo",thankYou:"\xa1Gracias por usar {{appName}}!",token:"token",tokenAuthFailed:"Lo sentimos, no tienes permiso para unirte a esta llamada.",tokenAuthFailedTitle:"Error de autenticaci\xf3n",transcribing:"Transcribiendo",unlockRoom:"Quitar la $t(lockRoomPassword) de reuni\xf3n",user:"Usuario",userIdentifier:"Identificador de usuario",userPassword:"contrase\xf1a del usuario",videoLink:"Enlace de v\xeddeo",viewUpgradeOptions:"Ver opciones de mejora",viewUpgradeOptionsContent:"Para obtener acceso ilimitado a las funciones premium, como la grabaci\xf3n, las transcripciones, el streaming RTMP y otras, tendr\xe1s que actualizar tu plan.",viewUpgradeOptionsTitle:"\xa1Has descubierto una caracter\xedstica premium!",yourEntireScreen:"Toda la pantalla"},documentSharing:{title:"Compartir documento"},e2ee:{labelToolTip:"La comunicaci\xf3n de audio y video en esta reuni\xf3n est\xe1 cifrada de extremo a extremo"},embedMeeting:{title:"Insertar reuni\xf3n en sitio web"},feedback:{average:"Promedio",bad:"Mala",detailsLabel:"Cu\xe9ntanos m\xe1s sobre tu experiencia.",good:"Buena",rateExperience:"\xbfC\xf3mo estuvo tu experiencia en la reuni\xf3n?",star:"Estrella",veryBad:"Muy mala",veryGood:"Muy buena"},helpView:{title:"Centro de ayuda"},incomingCall:{answer:"Contestar",audioCallTitle:"Llamada entrante",decline:"Descartar",productLabel:"de Jitsi Meet",videoCallTitle:"Videollamada"},info:{accessibilityLabel:"Mostrar informaci\xf3n",addPassword:"Agregar $t(lockRoomPassword)",cancelPassword:"Cancelar $t(lockRoomPassword)",conferenceURL:"Enlace:",copyNumber:"Copiar n\xfamero",country:"Pa\xeds",dialANumber:"Para unirte a la reuni\xf3n, marca uno de estos n\xfameros y, luego introduce el PIN.",dialInConferenceID:"PIN:",dialInNotSupported:"Lo sentimos, actualmente no se admite el marcado telef\xf3nico a la reuni\xf3n.",dialInNumber:"Marcar:",dialInSummaryError:"Se ha producido un error al capturar la informaci\xf3n de marcaci\xf3n. Vuelva a intentarlo m\xe1s tarde",dialInTollFree:"N\xfamero gratuito",genericError:"Algo sali\xf3 mal.",inviteLiveStream:"Para ver la transmisi\xf3n en vivo de esta reuni\xf3n, haz clic en este enlace: {{url}}",invitePhone:"Tambi\xe9n puedes entrar por llamada telef\xf3nica: Marca al n\xfamero {{number}}, y al escuchar la contestadora introduce {{conferenceID}}#\n",invitePhoneAlternatives:"Si necesitas un n\xfamero telef\xf3nico de otro pa\xeds, revisa los n\xfameros disponibles en {{url}}\n\n\nSi adem\xe1s de entrar v\xeda llamada vas a usar otro dispositivo, puedes usar este link para entrar sin audio: {{silentUrl}}",inviteSipEndpoint:"Para unirse utilizando la direcci\xf3n SIP, introduzca esto: {{sipUri}}",inviteTextiOSInviteUrl:"Haz clic en el siguiente enlace para unirte: {{inviteUrl}}.",inviteTextiOSJoinSilent:"Si marca a trav\xe9s de un tel\xe9fono de sala, utilice este enlace para unirse sin conectarse al audio: {{silentUrl}}.",inviteTextiOSPersonal:"{{name}} te invita a una reuni\xf3n.",inviteTextiOSPhone:"Para participar por tel\xe9fono, utiliza este n\xfamero: {{number}},,{{conferenceID}}. Si buscas otro n\xfamero, \xe9sta es la lista completa: {{didUrl}}.",inviteURLFirstPartGeneral:"Est\xe1s invitado a unirte a una reuni\xf3n.",inviteURLFirstPartPersonal:"{{name}} te esta invitando a una reuni\xf3n.\n",inviteURLSecondPart:"\nLink para unirse a la reuni\xf3n:\n{{url}}\n",label:"Informaci\xf3n de la reuni\xf3n",liveStreamURL:"Transmisi\xf3n en vivo:",moreNumbers:"M\xe1s n\xfameros",noNumbers:"No hay n\xfameros para entrar por llamada telef\xf3nica.",noPassword:"Ninguna",noRoom:"No se especific\xf3 la sala a marcar.",numbers:"N\xfameros para entrar por llamada telef\xf3nica:",password:"$t(lockRoomPasswordUppercase):",sip:"Direcci\xf3n SIP",title:"Compartir",tooltip:"Compartir el enlace y acceso telef\xf3nico para esta reuni\xf3n"},inlineDialogFailure:{msg:"Tuvimos un peque\xf1o tropiezo.",retry:"Volver a intentar",support:"Soporte",supportMsg:"Si esto sigue ocurriendo, contacta a"},inviteDialog:{alertText:"Se ha producido un error al invitar a algunos participantes",header:"Invitar",searchCallOnlyPlaceholder:"Introduce el n\xfamero de tel\xe9fono",searchPeopleOnlyPlaceholder:"Buscar participantes",searchPlaceholder:"Participante o n\xfamero de tel\xe9fono",send:"Enviar"},jitsiHome:"{{logo}} Logotipo, enlaces a la p\xe1gina web",keyboardShortcuts:{focusLocal:"Ver tu c\xe1mara",focusRemote:"Ver la c\xe1mara de otras personas",fullScreen:"Entrar o salir de pantalla completa",keyboardShortcuts:"Atajos de teclado",localRecording:"Mostrar u ocultar controles de grabaci\xf3n local",mute:"Activar o silenciar el micr\xf3fono",pushToTalk:"Presiona para hablar",raiseHand:"Levantar o bajar la mano",showSpeakerStats:"Mostrar estad\xedsticas de los hablantes",toggleChat:"Abrir o cerrar el chat",toggleFilmstrip:"Mostrar u ocultar miniaturas de video",toggleParticipantsPane:"Mostrar u ocultar el panel de participantes",toggleScreensharing:"Cambiar entre c\xe1mara y pantalla compartida",toggleShortcuts:"Mostrar u ocultar atajos del teclado",videoMute:"Prender o apagar la c\xe1mara",videoQuality:"Ajustar la calidad de la llamada"},liveStreaming:{busy:"Nuestros servidores andan un poco ocupados. Vuelve a intentarlo en unos minutos.",busyTitle:"Todos los transmisores est\xe1n ocupados",changeSignIn:"Cambiar de cuenta.",choose:"Elegir una transmisi\xf3n en vivo",chooseCTA:"Elegir una opci\xf3n de transmisi\xf3n. Actualmente, la sesi\xf3n est\xe1 iniciada como {{email}}.",enterStreamKey:"Introduce la clave de transmisi\xf3n como se indica arriba.",error:"La transmisi\xf3n en vivo fall\xf3. Por favor, int\xe9ntelo de nuevo.",errorAPI:"Se produjo un error al acceder a las transmisiones de YouTube. Por favor intenta iniciar sesi\xf3n otra vez.",errorLiveStreamNotEnabled:"La transmisi\xf3n en vivo no est\xe1 activada en {{email}}. Por favor, activa la transmisi\xf3n en vivo o inicia sesi\xf3n en una cuenta con la transmisi\xf3n en vivo activada.",expandedOff:"La transmisi\xf3n en vivo se ha detenido",expandedOn:"La reuni\xf3n se est\xe1 transmitiendo a YouTube.",expandedPending:"La transmisi\xf3n en vivo se est\xe1 iniciando\u2026",failedToStart:"La transmisi\xf3n en vivo no se pudo iniciar",getStreamKeyManually:"No pudimos encontrar tu clave de transmisi\xf3n. Por favor, obtenla de la p\xe1gina de YouTube y p\xe9gala.",googlePrivacyPolicy:"Pol\xedtica de Privacidad de Google",invalidStreamKey:"Es posible que la clave de transmisi\xf3n sea incorrecta, o no es de YouTube.",limitNotificationDescriptionNative:"Su transmisi\xf3n estar\xe1 limitada a {{limit}} minutos. Puede obtener transmisiones ilimitadas en {{app}}.",limitNotificationDescriptionWeb:"Debido a la alta demanda su transmisi\xf3n estar\xe1 limitada a {{limit}} minutos. Puede obtener transmisiones ilimitadas en {{app}}.",off:"Se detuvo la transmisi\xf3n",offBy:"{{name}} detuvo la transmisi\xf3n",on:"Transmitiendo en vivo",onBy:"{{name}} inici\xf3 la transmisi\xf3n en vivo",pending:"Iniciando transmisi\xf3n en vivo\u2026",serviceName:"Servicio de transmisi\xf3n en vivo",signIn:"Iniciar sesi\xf3n con Google",signInCTA:"Para transmitir a YouTube, inicia sesi\xf3n o introduce la clave de transmisi\xf3n. Para transmitir a otro lugar, introduce el URL (que empieza en rtmp), seguido de la clave de transmisi\xf3n. Debe haber una diagonal (/) entre ambos.",signOut:"Cerrar sesi\xf3n",signedInAs:"Actualmente, la sesi\xf3n est\xe1 iniciada como:",start:"Iniciar una transmisi\xf3n en vivo",streamIdHelp:"\xbfQu\xe9 es esto?",title:"Transmisi\xf3n en vivo",unavailableTitle:"Transmisi\xf3n en vivo no disponible",youtubeTerms:"T\xe9rminos de servicios de YouTube"},lobby:{admit:"Admitir",admitAll:"Admitir todo",allow:"permitir",backToKnockModeButton:"No hay contrase\xf1a, pide permiso para entrar.",dialogTitle:"Sala de espera",disableDialogContent:"Sala de espera activada. As\xed no entrar\xe1n intrusos. \xbfQuieres desactivarla?",disableDialogSubmit:"Desactivar",emailField:"Introduce tu correo electr\xf3nico",enableDialogPasswordField:"Establecer contrase\xf1a (opcional)",enableDialogSubmit:"Activar",enableDialogText:"La sala de espera te deja proteger tu reuni\xf3n, de modo que todas los que entren enviar\xe1n una solicitud que deber\xe1 ser aprobada por un moderador.",enterPasswordButton:"Introduce la contrase\xf1a de la reuni\xf3n",enterPasswordTitle:"Introduce la contrase\xf1a para poder entrar",errorMissingPassword:"Por favor, introduzca la contrase\xf1a de la reuni\xf3n",invalidPassword:"Contrase\xf1a inv\xe1lida",joinRejectedMessage:"Tu solicitud para entrar ha sido rechazada por un moderador.",joinTitle:"Entrar a la reuni\xf3n",joinWithPasswordMessage:"Tratando de entrar con contrase\xf1a, por favor espera...",joiningMessage:"Podr\xe1s entrar tan pronto te acepten tu solicitud.",joiningTitle:"Pidiendo entrar a la reuni\xf3n...",joiningWithPasswordTitle:"Uni\xe9ndose con la contrase\xf1a...",knockButton:"Pedir entrar",knockTitle:"Alguien quiere entrar a la reuni\xf3n",knockingParticipantList:"Participantes que quieren entrar",nameField:"Introduce tu nombre",notificationLobbyAccessDenied:"{{originParticipantName}} no dej\xf3 entrar a {{targetParticipantName}}",notificationLobbyAccessGranted:"{{originParticipantName}} permiti\xf3 entrar a {{targetParticipantName}}",notificationLobbyDisabled:"La sala de espera ha sido desactivada por {{originParticipantName}}",notificationLobbyEnabled:"La sala de espera ha sido activada por {{originParticipantName}}",notificationTitle:"Sala de espera",passwordField:"Introduce la contrase\xf1a de la reuni\xf3n",passwordJoinButton:"Entrar",reject:"Rechazar",rejectAll:"Rechazar todo",title:"Sala de espera",toggleLabel:"Activar sala de espera"},localRecording:{clientState:{off:"Desactivado",on:"Activado",unknown:"Desconocido"},dialogTitle:"Controles de grabaci\xf3n local",duration:"Duraci\xf3n",durationNA:"N/A",encoding:"Codificaci\xf3n",label:"GRA",labelToolTip:"Grabaci\xf3n local activada",localRecording:"Grabaci\xf3n local",me:"Yo",messages:{engaged:"Grabaci\xf3n local activada.",finished:"Sesi\xf3n de grabaci\xf3n {{token}} terminada. Por favor, env\xeda la grabaci\xf3n al organizador.",finishedModerator:"Sesi\xf3n de grabaci\xf3n {{token}} terminada. Se ha guardado la grabaci\xf3n de la pista local. Por favor pida a los dem\xe1s participantes que presenten sus grabaciones.",notModerator:"No eres el moderador. No puedes iniciar o detener la grabaci\xf3n local."},moderator:"Moderador",no:"No",participant:"Participante",participantStats:"Estad\xedstica de participantes",sessionToken:"Token de sesi\xf3n",start:"Iniciar grabaci\xf3n",stop:"Detener grabaci\xf3n",yes:"S\xed"},lockRoomPassword:"contrase\xf1a",lockRoomPasswordUppercase:"Contrase\xf1a",lonelyMeetingExperience:{button:"Invita a otros",youAreAlone:"Est\xe1s solo"},me:"yo",notify:{OldElectronAPPTitle:"\xa1Aplicaci\xf3n obsoleta e insegura!",allowAction:"Permitir",allowedUnmute:"Puedes anular el silencio del micr\xf3fono, iniciar la c\xe1mara o compartir la pantalla.",connectedOneMember:"{{name}} se uni\xf3 a la reuni\xf3n",connectedThreePlusMembers:"{{name}} y {{count}} m\xe1s se unieron a la reuni\xf3n",connectedTwoMembers:"{{first}} y {{second}} se unieron a la reuni\xf3n",disconnected:"desconectado",focus:"Enfocar conferencia",focusFail:"{{component}} no disponible. Vuelve a intentar en {{ms}} segundos",grantedTo:"Se otorgaron derechos de moderador a {{to}}.",groupTitle:"Notificaciones",hostAskedUnmute:"El moderador quiere que hables",invitedOneMember:"{{name}} ha sido invitado",invitedThreePlusMembers:"{{name}} y {{count}} m\xe1s han sido invitados",invitedTwoMembers:"{{first}} y {{second}} han sido invitados",kickParticipant:"{{kicker}} sac\xf3 a {{kicked}}",me:"Yo",moderationInEffectCSDescription:"Por favor, levante la mano si quiere compartir su pantalla.",moderationInEffectCSTitle:"La pantalla compartida est\xe1 bloqueada por el moderador",moderationInEffectDescription:"Por favor, levanten la mano si quieren hablar.",moderationInEffectTitle:"Su micr\xf3fono est\xe1 silenciado por el moderador",moderationInEffectVideoDescription:"Por favor, levanten la mano si quieren encender su c\xe1mara.",moderationInEffectVideoTitle:"Su c\xe1mara est\xe1 bloqueada por el moderador",moderationRequestFromModerator:"El anfitri\xf3n desea que se desactive el silencio",moderationRequestFromParticipant:"Quiere hablar",moderationStartedTitle:"Comienzo de la moderaci\xf3n",moderationStoppedTitle:"La moderaci\xf3n se detuvo",moderationToggleDescription:"por {{participantDisplayName}}",moderator:"\xa1Se otorgaron privilegios de moderador!",muted:"Has iniciado la conversaci\xf3n con el micr\xf3fono apagado.",mutedRemotelyDescription:"Siempre puedes reactivar tu micr\xf3fono cuando est\xe9s listo para hablar. Vu\xe9lvelo a apagar cuando termines de hablar para no hacer ruido.",mutedRemotelyTitle:"\xa1{{Nombre del participante}} te ha silenciado!",mutedTitle:"\xa1Est\xe1s silenciado!",newDeviceAction:"Usar",newDeviceAudioTitle:"Se detect\xf3 un dispositivo de audio nuevo",newDeviceCameraTitle:"Se detect\xf3 una c\xe1mara nueva",oldElectronClientDescription1:"Est\xe1s usando una versi\xf3n vieja de la aplicaci\xf3n de Jitsi Meet que tiene problemas de seguridad. \xa1Por favor, actualiza a la ",oldElectronClientDescription2:"versi\xf3n m\xe1s reciente",oldElectronClientDescription3:" YA!",passwordRemovedRemotely:"$t(lockRoomPasswordUppercase) eliminada por otro participante",passwordSetRemotely:"$t(lockRoomPasswordUppercase) agregada por otro participante",raiseHandAction:"Levantar la mano",raisedHand:"{{name}} quisiera hablar.",reactionSounds:"Desactivar sonidos",screenShareNoAudio:"La casilla Compartir audio no estaba marcada en la pantalla de selecci\xf3n de ventanas.",screenShareNoAudioTitle:"No se pudo compartir el audio del sistema.",somebody:"Alguien",startSilentDescription:"Vuelve a ingresar para activar el audio",startSilentTitle:"\xa1Te uniste sin audio!",suboptimalBrowserWarning:"No tendr\xe1s una buena experiencia con este navegador. Por favor, intenta utilizar uno de los navegadores compatibles.",suboptimalExperienceTitle:"\xa1Tu navegador no es compatible!",unmute:"Reactivar micr\xf3fono",videoMutedRemotelyDescription:"Siempre puedes volver a encenderlo.",videoMutedRemotelyTitle:"Su v\xeddeo ha sido desactivado por {{moderator}}"},participantsPane:{actions:{allow:"Permitir a los asistentes:",allowVideo:"Permitir v\xeddeo",askUnmute:"Pida que le quiten el silencio",audioModeration:"Desmutearse a s\xed mismos",blockEveryoneMicCamera:"Bloquear el micr\xf3fono y la c\xe1mara de todos.",invite:"Invitar a alguien",mute:"Silenciar",muteAll:"Silenciar a todos los dem\xe1s",muteEveryoneElse:"Silenciar al resto",stopEveryonesVideo:"Detener el v\xeddeo de todos",stopVideo:"Detener el v\xeddeo",unblockEveryoneMicCamera:"Desbloquear el micr\xf3fono y la c\xe1mara de todos",videoModeration:"Iniciar su v\xeddeo"},close:"Cerrar",headings:{lobby:"Vest\xedbulo ({{count}})",participantsList:"Participantes en la reuni\xf3n ({{count}})",waitingLobby:"Esperando en el vest\xedbulo ({{count}})"},title:"Participantes"},passwordDigitsOnly:"Hasta {{number}} cifras",passwordSetRemotely:"definida por otro participante",polls:{answer:{skip:"Saltar",submit:"Enviar"},create:{addOption:"A\xf1adir opci\xf3n",answerPlaceholder:"Opci\xf3n {{index}}",cancel:"Cancelar",create:"Crear una encuesta",pollOption:"Opci\xf3n de encuesta {{index}}",pollQuestion:"Pregunta de la encuesta",questionPlaceholder:"Haz una pregunta",removeOption:"Eliminar la opci\xf3n",send:"Enviar"},notification:{description:"Abre la pesta\xf1a de encuestas para votar",title:"Se ha a\xf1adido una nueva encuesta a esta reuni\xf3n"},results:{changeVote:"Cambiar el voto",empty:"Todav\xeda no hay encuestas en la reuni\xf3n. \xa1Inicie una encuesta aqu\xed!",hideDetailedResults:"Ocultar detalles",showDetailedResults:"Mostrar detalles",vote:"Vota"}},poweredby:"con tecnolog\xeda de",prejoin:{audioAndVideoError:"Error en audio y video:",audioDeviceProblem:"Hay un problema con su dispositivo de audio",audioOnlyError:"Error en audio:",audioTrackError:"No se pudo crear la pista de audio.",callMe:"Ll\xe1mame",callMeAtNumber:"Llamame a este n\xfamero:",calling:"Llamando",configuringDevices:"Configurando dispositivos...",connectedWithAudioQ:"\xbfEst\xe1s est\xe1 conectado con audio?",connection:{good:"\xa1Su conexi\xf3n a internet es buena!",nonOptimal:"Su conexi\xf3n a internet no es \xf3ptima",poor:"Tiene una conexi\xf3n a internet pobre"},connectionDetails:{audioClipping:"Prevemos que su audio tendr\xe1 recortes.",audioHighQuality:"Prevemos que su audio tendr\xe1 excelente calidad.",audioLowNoVideo:"Prevemos que la calidad de su audio ser\xe1 baja y sin video.",goodQuality:"\xa1Genial! La calidad de sus medios ser\xe1 excelente.",noMediaConnectivity:"No pudimos encontrar una forma de establecer la conectividad de medios para esta prueba. Esto suele ser causado por un firewall o NAT.",noVideo:"Prevemos que su video ser\xe1 terrible.",undetectable:"Si a\xfan no puede realizar llamadas en el navegador, le recomendamos que se asegure de que los altavoces, el micr\xf3fono y la c\xe1mara est\xe9n configurados correctamente, que haya concedido los derechos de su navegador para usar el micr\xf3fono y la c\xe1mara, y que la versi\xf3n de su navegador est\xe9 actualizada. Si a\xfan tiene problemas para llamar, deber\xeda comunicarse con el desarrollador de la aplicaci\xf3n web.",veryPoorConnection:"Prevemos que la calidad de su llamada ser\xe1 realmente terrible.",videoFreezing:"Prevemos que su video se congelar\xe1, se volver\xe1 negro y se pixelar\xe1.",videoHighQuality:"Prevemos que su video tendr\xe1 buena calidad.",videoLowQuality:"Prevemos que su video tendr\xe1 baja calidad en t\xe9rminos de velocidad de fotogramas y resoluci\xf3n.",videoTearing:"Prevemos que su video se pixelar\xe1 o tendr\xe1 artefactos visuales."},copyAndShare:"Copia y comparte el link de la reuini\xf3n",dialInMeeting:"Entrar con llamada telef\xf3nica",dialInPin:"Marca a la reuni\xf3n e ingresa el c\xf3digo:",dialing:"Marcando",doNotShow:"No mostrar nuevamente",errorDialOut:"No se pudo marcar.",errorDialOutDisconnected:"No se pudo marcar. Desconectado.",errorDialOutFailed:"No se pudo marcar. La llamada fall\xf3.",errorDialOutStatus:"Hubo alg\xfan error, y no se pudo determinar cu\xe1l",errorMissingName:"Ingrese su nombre para unirse a la reuni\xf3n",errorNoPermissions:"Tienes que habilitar el acceso al micr\xf3fono y a la c\xe1mara",errorStatusCode:"Error al marcar, c\xf3digo de error {{status}}",errorValidation:"No se pudo validar el n\xfamero",iWantToDialIn:"Quiero entrar por tel\xe9fono",initiated:"Llamada iniciada",joinAudioByPhone:"Entrar con audio de llamada telef\xf3nica",joinMeeting:"Entrar a la reuni\xf3n",joinWithoutAudio:"Entrar sin sonido",linkCopied:"Se copi\xf3 el link",lookGood:"Tu micr\xf3fono funciona bien.",or:"o",premeeting:"Pre-reuni\xf3n",screenSharingError:"Error al compartir pantalla:",showScreen:"Habilitar pantalla pre-reuni\xf3n",startWithPhone:"Iniciar con audio de llamada telef\xf3nica",videoOnlyError:"Error con el video:",videoTrackError:"No se pudo crear la pista de video.",viewAllNumbers:"ver todos los n\xfameros"},presenceStatus:{busy:"Ocupado",calling:"Llamando\u2026",connected:"Conectado",connecting:"Conectando\u2026",connecting2:"Conectando*\u2026",disconnected:"Desconectado",expired:"Expirado",ignored:"Ignorado",initializingCall:"Iniciando llamada\u2026",invited:"Invitado",rejected:"Rechazado",ringing:"Timbrando\u2026"},profile:{avatar:"avatar",setDisplayNameLabel:"Configura tu nombre para mostrar",setEmailInput:"Introducir correo electr\xf3nico",setEmailLabel:"Configurar tu correo electr\xf3nico de Gravatar",title:"Perfil"},raisedHand:"Desea hablar",recording:{authDropboxText:"Subir a Dropbox",availableSpace:"Espacio disponible: {{spaceLeft}} MB (aproximadamente {{duration}} minutos de grabaci\xf3n)",beta:"BETA",busy:"Estamos trabajando para liberar recursos de grabaci\xf3n. Vuelve a intentarlo en unos minutos.",busyTitle:"Todas las grabadoras est\xe1n actualmente ocupadas",copyLink:"Copiar enlace",error:"Error de grabaci\xf3n. Vuelve a intentarlo.",errorFetchingLink:"Error en la obtenci\xf3n del enlace de grabaci\xf3n.",expandedOff:"Grabaci\xf3n detenida",expandedOn:"La reuni\xf3n est\xe1 siendo grabada.",expandedPending:"La grabaci\xf3n se est\xe1 iniciando\u2026",failedToStart:"No se pudo iniciar la grabaci\xf3n",fileSharingdescription:"Compartir la grabaci\xf3n con los participantes de la reuni\xf3n",limitNotificationDescriptionNative:"Su grabaci\xf3n estar\xe1 limitada a {{limit}} minutos. Puede obtener grabaciones ilimitadas en <3>{{app}}.",limitNotificationDescriptionWeb:"Debido a la alta demanda su grabaci\xf3n estar\xe1 limitada a {{limit}} minutos. Puede obtener grabaciones ilimitadas en {{app}}.",linkGenerated:"Hemos generado un enlace a su grabaci\xf3n.",live:"EN VIVO",loggedIn:"Sesi\xf3n iniciada como {{userName}}",off:"Grabaci\xf3n detenida",offBy:"{{name}} detuvo la grabaci\xf3n",on:"Grabando",onBy:"{{name}} comenz\xf3 la grabaci\xf3n",pending:"Preparando para grabar la reuni\xf3n\u2026",rec:"GRA",serviceDescription:"El servicio de grabaci\xf3n guardar\xe1 la grabaci\xf3n",serviceDescriptionCloud:"Grabaci\xf3n en la nube",serviceName:"Servicio de grabaci\xf3n",signIn:"Iniciar sesi\xf3n",signOut:"Cerrar sesi\xf3n",title:"Grabando",unavailable:"\xa1Uy! {{serviceName}} actualmente no est\xe1 disponible. Estamos trabajando para resolver el problema. Vuelve a intentarlo m\xe1s tarde.",unavailableTitle:"Grabaci\xf3n no disponible",uploadToCloud:"Subir a la nube"},sectionList:{pullToRefresh:"Mueve el dedo para abajo para actualizar."},security:{about:"Puedes agregar una contrase\xf1a a la reuni\xf3n. Los participantes necesitar\xe1n la contrase\xf1a para unirse a la reuni\xf3n.",aboutReadOnly:"Los participantes moderadores pueden agregar una $t(lockRoomPassword) a la reuni\xf3n. Los participantes deber\xe1n proporcionar la $t(lockRoomPassword) antes de que se les permita unirse a la reuni\xf3n.",insecureRoomNameWarning:"El nombre de la sala es inseguro. Participantes no deseados pueden llegar a unirse a la reuni\xf3n.",securityOptions:"Opciones de seguridad"},settings:{calendar:{about:"La integraci\xf3n del calendario de {{appName}} se usa para acceder al calendario de manera segura para que puedas estar al tanto de los pr\xf3ximos eventos.",disconnect:"Desconectar",microsoftSignIn:"Iniciar sesi\xf3n con Microsoft",signedIn:"Actualmente se accede a eventos del calendario para {{email}}. Haz clic en el bot\xf3n Desconectar m\xe1s abajo para detener el acceso a eventos del calendario.",title:"Calendario"},desktopShareFramerate:"Velocidad de fotogramas para compartir el escritorio",desktopShareHighFpsWarning:"Una mayor velocidad de fotogramas para el uso compartido de la pantalla podr\xeda afectar a su ancho de banda. Es necesario reiniciar la pantalla compartida para que la nueva configuraci\xf3n surta efecto.",desktopShareWarning:"Es necesario reiniciar la pantalla compartida para que los nuevos ajustes surtan efecto.",devices:"Dispositivos",followMe:"Todos me siguen",framesPerSecond:"fotogramas-por-segundo",incomingMessage:"Mensaje entrante",language:"Idioma",loggedIn:"Sesi\xf3n iniciada como {{name}}",microphones:"Micr\xf3fono",moderator:"Moderador",more:"M\xe1s",name:"Nombre",noDevice:"Ninguno",participantJoined:"Un articipante incorporado",participantLeft:"Un participante se ha ido",playSounds:"Reproducir sonido",reactions:"Reacciones de la reuni\xf3n",sameAsSystem:"Igual que el sistema ({{label}})",selectAudioOutput:"Salida de audio",selectCamera:"C\xe1mara",selectMic:"Micr\xf3fono",sounds:"Sonidos",speakers:"Bocinas",startAudioMuted:"Todos inician silenciados",startVideoMuted:"Todos inician con c\xe1mara desactivada",talkWhileMuted:"Hablar en silencio",title:"Ajustes"},settingsView:{advanced:"Avanzado",alertCancel:"Cancelar",alertOk:"Aceptar",alertTitle:"Advertencia",alertURLText:"La direcci\xf3n URL introducida no es v\xe1lida",buildInfoSection:"Informaci\xf3n de la compilaci\xf3n",conferenceSection:"Conferencia",disableCallIntegration:"Desactivar la integraci\xf3n nativa de llamadas",disableCrashReporting:"Desactivar el reporte de crasheos",disableCrashReportingWarning:"\xbfEst\xe1s seguro que no deseas reportarnos los crasheos? La opci\xf3n se activar\xe1 al reiniciar la app.",disableP2P:"Desactivar la comunicaci\xf3n directa (\"Peer-To-Peer\")",displayName:"Nombre a mostrar",email:"Correo electr\xf3nico",header:"Configuraci\xf3n",profileSection:"Perfil",serverURL:"URL del servidor",showAdvanced:"Mostrar configuraci\xf3n avanzada",startWithAudioMuted:"Iniciar con el micr\xf3fono apagado",startWithVideoMuted:"Iniciar con la c\xe1mara apagada",version:"Versi\xf3n"},share:{dialInfoText:"\n\n=====\n\n\xbfDeseas entrar por llamada telef\xf3nica?\n\n{{defaultDialInNumber}}La lista de n\xfameros disponibles para la reuni\xf3n est\xe1 disponible aqu\xed: \n{{dialInfoPageUrl}}",mainText:"Haz clic en el link para unirte a la reuni\xf3n:\n{{roomUrl}}"},speaker:"Participante",speakerStats:{hours:"{{count}} h",minutes:"{{count}} min",name:"Nombre",search:"Buscar",seconds:"{{count}} s",speakerStats:"Estad\xedsticas de participantes",speakerTime:"Tiempo hablado"},startupoverlay:{genericTitle:"La reuni\xf3n debe utilizar su micr\xf3fono y su c\xe1mara.",policyText:" ",title:"{{app}} necesita usar el micr\xf3fono y la c\xe1mara."},suspendedoverlay:{rejoinKeyTitle:"Reconectar",text:"Presiona el bot\xf3n Reconectar para volver a conectarte.",title:"La videollamada se interrumpi\xf3 porque la computadora estaba suspendida."},toolbar:{Settings:"Configuraci\xf3n",accessibilityLabel:{Settings:"Alternar configuraci\xf3n",audioOnly:"Alternar c\xe1maras de los dem\xe1s",audioRoute:"Seleccionar el dispositivo de sonido",boo:"Boo",callQuality:"Administrar la calidad de video",cc:"Alternar subt\xedtulos",chat:"Alternar ventana de chat",clap:"Aplauso",collapse:"Colapsar",document:"Alternar documento compartido",download:"Descargar nuestras aplicaciones",e2ee:"Cifrado de extremo a extremo",embedMeeting:"Insertar reuni\xf3n",expand:"Ampliar",feedback:"Dejar comentarios",fullScreen:"Alternar pantalla completa",grantModerator:"Convertir en moderador",hangup:"Colgar",help:"Ayuda",invite:"Invitar personas",kick:"Expulsar participante",laugh:"R\xedete",like:"Pulgares arriba",lobbyButton:"Activar / desactivar sala de espera",lobbyButtonDisable:"Desactivar sala de espera",lobbyButtonEnable:"Activar sala de espera",localRecording:"Alternar controles de grabaci\xf3n local",lockRoom:"Alternar contrase\xf1a de la reuni\xf3n",moreActions:"Alternar m\xe1s acciones",moreActionsMenu:"Men\xfa de m\xe1s acciones",moreOptions:"Mostrar m\xe1s opciones",mute:"Silenciar micr\xf3fono",muteEveryone:"Silenciar a todos",muteEveryoneElse:"Silenciar a todos los dem\xe1s",muteEveryoneElsesVideo:"Desactivar el v\xeddeo de los dem\xe1s",muteEveryonesVideo:"Desactivar el v\xeddeo de todos",participants:"Participantes",pip:"Alternar modo ventana en miniatura",privateMessage:"Enviar mensaje privado",profile:"Editar perfil",raiseHand:"Levantar o bajar la mano",reactionsMenu:"Abrir / Cerrar el men\xfa de reacciones",recording:"Alternar grabaci\xf3n",remoteMute:"Silenciar participante",remoteVideoMute:"Desactivar la c\xe1mara del participante",security:"Opciones de seguridad",selectBackground:"Seleccione el fondo",shareRoom:"Invitar a alguien",shareYourScreen:"Alternar pantalla compartida",shareaudio:"Compartir audio",sharedvideo:"Alternar video compartido",shortcuts:"Alternar accesos directos",show:"Mostrar en primer plano",silence:"Silencio",speakerStats:"Alternar estad\xedsticas del orador",surprised:"Sorprendido",tileView:"Alternar vista de mosaico",toggleCamera:"Alternar c\xe1mara",toggleFilmstrip:"Alternar mosaicos",videoblur:"Alternar desenfoque de video",videomute:"Alternar video"},addPeople:"Agregar personas a la llamada",audioOnlyOff:"Mostrar c\xe1maras de los dem\xe1s",audioOnlyOn:"Ocultar c\xe1maras de los dem\xe1s (para ahorrar datos)",audioRoute:"Selecciona el dispositivo de sonido",audioSettings:"Ajustes de audio",authenticate:"Autenticar",boo:"Boo",callQuality:"Ajustar la calidad de video",chat:"Abrir o cerrar chat",clap:"Aplauso",closeChat:"Cerrar chat",closeReactionsMenu:"Cerrar el men\xfa de reacciones",disableReactionSounds:"Puede desactivar los sonidos de reacci\xf3n para esta reuni\xf3n",documentClose:"Cerrar documento compartido",documentOpen:"Abrir documento compartido",download:"Descarga nuestras aplicaciones",e2ee:"Cifrado de extremo a extremo",embedMeeting:"Insertar reuni\xf3n",enterFullScreen:"Pantalla completa",enterTileView:"Ver en cuadr\xedcula",exitFullScreen:"Salir de pantalla completa",exitTileView:"Salir de vista de mosaico",feedback:"Dejar sugerencias",hangup:"Colgar",help:"Ayuda",invite:"Invitar personas",laugh:"R\xedete",like:"Pulgares arriba",lobbyButtonDisable:"Desactivar el modo lobby",lobbyButtonEnable:"Activar el modo lobby",login:"Inicio de sesi\xf3n",logout:"Cerrar sesi\xf3n",lowerYourHand:"Bajar la mano",moreActions:"M\xe1s acciones",moreOptions:"M\xe1s opciones",mute:"Activar o silenciar el micr\xf3fono",muteEveryone:"Silenciar a todos",muteEveryonesVideo:"Desactivar la c\xe1mara de todos",noAudioSignalDesc:"Checa si no est\xe1 silenciado en tu configuraci\xf3n del sistema o dispositivo, o cambia de micr\xf3fono.",noAudioSignalDescSuggestion:"Si no lo silenciaste a prop\xf3sito desde la configuraci\xf3n del sistema o el dispositivo, intenta usar este otro micr\xf3fono:",noAudioSignalDialInDesc:"Adem\xe1s, puedes llamar usando:",noAudioSignalDialInLinkDesc:"N\xfameros de llamada",noAudioSignalTitle:"\xa1No se registra audio de tu micr\xf3fono!",noisyAudioInputDesc:"Tu micr\xf3fono est\xe1 haciendo ruido, sil\xe9ncialo, ajusta su volumen en configuraci\xf3n del sistema, o cambia de micr\xf3fono.",noisyAudioInputTitle:"Tu micr\xf3fono parece estar ruidoso",openChat:"Abrir chat",openReactionsMenu:"Abrir el men\xfa de reacciones",participants:"Participantes",pip:"Mostrar en ventana peque\xf1a",privateMessage:"Enviar mensaje privado",profile:"Editar perfil",raiseHand:"Levantar o bajar la mano",raiseYourHand:"Levantar la mano",reactionBoo:"Enviar la reacci\xf3n de Boo",reactionClap:"Enviar reacci\xf3n de aplauso",reactionLaugh:"Enviar reacci\xf3n de risa",reactionLike:"Enviar la reacci\xf3n de los pulgares hacia arriba",reactionSilence:"Enviar reacci\xf3n de silencio",reactionSurprised:"Enviar reacci\xf3n de sorpresa",security:"Opciones de seguridad",selectBackground:"Seleccionar fondo",shareRoom:"Invitar a alguien",shareaudio:"Compartir audio",sharedvideo:"Compartir un video",shortcuts:"Ver atajos del teclado",silence:"Silencio",speakerStats:"Estad\xedsticas de los hablantes",startScreenSharing:"Comenzar a compartir pantalla",startSubtitles:"Iniciar subt\xedtulos",startvideoblur:"Desenfocar mi fondo",stopAudioSharing:"Dejar de compartir el audio",stopScreenSharing:"Dejar de compartir pantalla",stopSharedVideo:"Detener video",stopSubtitles:"Detener subt\xedtulos",stopvideoblur:"Desactivar desenfoque del fondo",surprised:"Compartir audio",talkWhileMutedPopup:"\xbfIntentas hablar? Est\xe1s silenciado.",tileViewToggle:"Activar o desactivar vista en cuadr\xedcula",toggleCamera:"Activar o desactivar c\xe1mara",videoSettings:"Ajustes de v\xeddeo",videomute:"Iniciar o detener c\xe1mara"},transcribing:{ccButtonTooltip:"Iniciar o detener subt\xedtulos",error:"La transcripci\xf3n fall\xf3. Por favor, int\xe9ntelo nuevamente.",expandedLabel:"Transcripci\xf3n encendida",failedToStart:"No es posible iniciar la transcripci\xf3n",labelToolTip:"La reuni\xf3n se est\xe1 transcribiendo",off:"Transcripci\xf3n detenida",pending:"Preparando para transcribir la reuni\xf3n\u2026",start:"Mostrar subt\xedtulos",stop:"Dejar de mostrar subt\xedtulos",tr:"TR"},userMedia:{androidGrantPermissions:"Selecciona Permitir cuando el navegador solicite permisos.",chromeGrantPermissions:"Selecciona Permitir cuando el navegador solicite permisos.",edgeGrantPermissions:"Selecciona S\xed cuando el navegador solicite permisos.",electronGrantPermissions:"Otorga permisos para usar la c\xe1mara y el micr\xf3fono",firefoxGrantPermissions:"Selecciona Compartir dispositivo seleccionado cuando el navegador solicite permisos.",iexplorerGrantPermissions:"Selecciona Aceptar cuando el navegador solicite permisos.",nwjsGrantPermissions:"Otorga permisos para usar la c\xe1mara y el micr\xf3fono",operaGrantPermissions:"Selecciona Permitir cuando el navegador solicite permisos.","react-nativeGrantPermissions":"Selecciona Permitir cuando el navegador solicite permisos.",safariGrantPermissions:"Selecciona Aceptar cuando el navegador solicite permisos."},videoSIPGW:{busy:"Estamos trabajando para liberar recursos. Vuelve a intentarlo en unos minutos.",busyTitle:"El servicio de salas est\xe1 actualmente ocupado",errorAlreadyInvited:"{{displayName}} ya ha sido invitado",errorInvite:"Conferencia a\xfan no establecida. Vuelve a intentarlo m\xe1s tarde.",errorInviteFailed:"Estamos trabajando para resolver el problema. Vuelve a intentarlo m\xe1s tarde.",errorInviteFailedTitle:"No se pudo invitar a {{displayName}}",errorInviteTitle:"Error al invitar en la sala",pending:"{{displayName}} ha sido invitado"},videoStatus:{audioOnly:"AUD",audioOnlyExpanded:"Est\xe1s en modo de ancho de banda bajo. En este modo, s\xf3lo recibir\xe1s audio y pantalla compartida.",callQuality:"Calidad de video",hd:"HD",hdTooltip:"Viendo video en alta definici\xf3n",highDefinition:"Alta definici\xf3n",labelTooiltipNoVideo:"Sin video",labelTooltipAudioOnly:"Modo de ancho de banda bajo habilitado",ld:"LD",ldTooltip:"Viendo video en baja definici\xf3n",lowDefinition:"Baja definici\xf3n",onlyAudioAvailable:"Solo hay audio disponible",onlyAudioSupported:"Solo admitimos audio en este navegador.",sd:"SD",sdTooltip:"Viendo video en definici\xf3n est\xe1ndar",standardDefinition:"Definici\xf3n est\xe1ndar"},videothumbnail:{connectionInfo:"Informaci\xf3n de conexi\xf3n",domute:"Silenciar",domuteOthers:"Silenciar a todos",domuteVideo:"Desactivar la c\xe1mara",domuteVideoOfOthers:"Desactivar la c\xe1mara de todos los dem\xe1s",flip:"Voltear",grantModerator:"Convertir en moderador",kick:"Expulsar",moderator:"Moderador",mute:"Se silenci\xf3 el participante",muted:"Silenciado",remoteControl:"Control remoto",show:"Mostrar en primer plano",videoMuted:"C\xe1mara desactivada",videomute:"El participante par\xf3 su c\xe1mara"},virtualBackground:{addBackground:"A\xf1adir fondo",apply:"Aplicar",backgroundEffectError:"No se ha podido aplicar el efecto de fondo.",blur:"Desenfoque",deleteImage:"Borrar imagen",desktopShare:"Compartir el escritorio",desktopShareError:"No se ha podido crear el escritorio compartido",image1:"Playa",image2:"Pared neutra blanca",image3:"Habitaci\xf3n blanca y vac\xeda",image4:"L\xe1mpara de pie negra",image5:"Monta\xf1a",image6:"Bosque",image7:"Amanecer",none:"Ninguno",pleaseWait:"Por favor, espera...",removeBackground:"Eliminar el fondo",slightBlur:"Desenfoque Ligero",title:"Fondos virtuales",uploadedImage:"Imagen subida {{index}}",webAssemblyWarning:"No se admite WebAssembly"},volumeSlider:"Deslizador de volumen",welcomepage:{accessibilityLabel:{join:"Toca para unirte",roomname:"Introduce el nombre de la sala"},addMeetingName:"A\xf1adir el nombre de la reuni\xf3n",appDescription:"Videollamadas para todo tu equipo. {{app}} es una aplicaci\xf3n completamente encriptada, segura, adem\xe1s de ser software libre 100% gratis, sin l\xedmites de tiempo, y sin tener que crear una cuenta.",audioVideoSwitch:{audio:"Voz",video:"Video"},calendar:"Calendario",connectCalendarButton:"Conectar el calendario",connectCalendarText:"Conecta tu calendario para ver todas tus reuniones de {{app}}. Adem\xe1s, agrega reuniones a tu calendario e in\xedcialas con un solo clic.",enterRoomTitle:"Comenzar una reuni\xf3n",getHelp:"Obtener ayuda",go:"IR",goSmall:"IR",headerSubtitle:"Reuniones seguras y de alta calidad",headerTitle:"Jitsi Meet",info:"Informaci\xf3n",jitsiOnMobile:"Jitsi en el m\xf3vil: descarga nuestras aplicaciones y comienza una reuni\xf3n desde cualquier lugar",join:"CREAR / UNIRSE",logo:{calendar:"Logotipo del calendario",desktopPreviewThumbnail:"Vista previa del escritorio en miniatura",googleLogo:"Logotipo de Google",logoDeepLinking:"Logotipo de la reuni\xf3n de Jitsi",microsoftLogo:"Logotipo de Microsoft",policyLogo:"Logotipo de la pol\xedtica"},mobileDownLoadLinkAndroid:"Descargar la aplicaci\xf3n m\xf3vil para Android",mobileDownLoadLinkFDroid:"Descargar la aplicaci\xf3n m\xf3vil para F-Droid",mobileDownLoadLinkIos:"Descargar la aplicaci\xf3n m\xf3vil para iOS",moderatedMessage:"O reserve con antelaci\xf3n una URL de reuni\xf3n en la que usted sea el \xfanico moderador.",privacy:"Privacidad",recentList:"Reciente",recentListDelete:"Eliminar",recentListEmpty:"Tu historial de reuniones est\xe1 vac\xedo. Re\xfanete y aparecer\xe1n aqu\xed.",reducedUIText:"\xa1Bienvenid@ a {{app}}!",roomNameAllowedChars:"El nombre de la reuni\xf3n no debe contener ninguno de estos caracteres: ?, &, :, ', \", %, #.",roomname:"Introduce el nombre de la sala",roomnameHint:"Introduce el nombre o URL de la sala a la que deseas unirte. Puedes inventar un nombre, simplemente inf\xf3rmaselo a las personas con las que te reunir\xe1s para que introduzcan el mismo nombre.",sendFeedback:"Enviar sugerencias",startMeeting:"Iniciar la reuni\xf3n",terms:"T\xe9rminos",title:"Videoconferencias seguras, con gran variedad de funcionalidades y completamente gratuitas"}}},829,[]); -__d(function(e,a,i,t,s,n,o){s.exports={addPeople:{add:"Lisa",countryNotSupported:"Valitud riik ei ole toetatud.",countryReminder:"Veendu, et suunakood oleks lisatud.",disabled:"Uusi kontakte ei saa k\xf5nesse lisada.",failedToAdd:"Uue kontakti k\xf5nesse lisamine eba\xf5nnestus",footerText:"Numbri valimine on keelatud.",loading:"Kontaktide otsimine\u2026",loadingNumber:"Telefoninumbri kontrollimine\u2026",loadingPeople:"Kontaktide otsimine k\xf5nesse lisamiseks\u2026",noResults:"Vasteid ei leitud",noValidNumbers:"Sisesta telefoninumber",searchNumbers:"Lisa telefoninumber",searchPeople:"Kontaktide otsimine",searchPeopleAndNumbers:"Otsi kontakti v\xf5i lisa telefoninumber",telephone:"Telefoninumber: {{number}}",title:"Lisa kontakte k\xf5nesse"},audioDevices:{bluetooth:"Bluetooth",headphones:"K\xf5rvaklapid",none:"Heli vahendid pole k\xe4ttesaadavad",phone:"Telefon",speaker:"K\xf5lar"},audioOnly:{audioOnly:"Ainult heli"},calendarSync:{addMeetingURL:"Lisa k\xf5ne link",confirmAddLink:"Kas soovid k\xe4esolevale k\xf5nele lisada lingi?",error:{appConfiguration:"\xdchendus kalendriga ei ole \xf5igesti seadistatud.",generic:"Viga! Palun kontrolli kalendri seadistusi v\xf5i v\xe4rskenda kalendrit.",notSignedIn:"Viga kalendri autentimisel! Palun kontrolli kalendri seadistusi ja logi uuesti sisse."},join:"Liitu",joinTooltip:"Liitu k\xf5nega",nextMeeting:"j\xe4rgmine k\xf5ne",noEvents:"Uusi k\xf5nesid pole planeeritud..",ongoingMeeting:"aktiivne k\xf5ne",permissionButton:"Ava seadistused",permissionMessage:"Planeeritud k\xf5ne n\xe4gemiseks on vajalik kalendri ligip\xe4\xe4su\xf5igus.",refresh:"V\xe4rskenda kalendrit",today:"T\xe4na"},chat:{error:"Viga: s\xf5numi \"{{originalText}}\" saatmine eba\xf5nnestus. P\xf5hjus: {{error}}",fieldPlaceHolder:"Sisesta oma s\xf5num siia",messageTo:"Privaats\xf5num kasutajale {{recipient}}",messagebox:"Sisesta s\xf5num",nickname:{popover:"Sisesta nimi",title:"Sisesta nimi, et k\xf5nega alustada",titleWithPolls:"Sisesta nimi, et k\xf5nega alustada"},noMessagesMessage:"Kirjavahetust pole veel alustatud. Alusta kirjavahetust siin!",privateNotice:"Privaats\xf5num kasutajale {{recipient}}",sendButton:"Saada",title:"K\xf5ne",titleWithPolls:"K\xf5ne",you:"you"},chromeExtensionBanner:{buttonText:"Paigalda Chrome'i laiendus",dontShowAgain:"\xc4ra rohkem n\xe4ita",installExtensionText:"Paigalda Google Kalendri laiendus ja Office 365 integratsioon"},connectingOverlay:{joiningRoom:"K\xf5nega \xfchendamine\u2026"},connection:{ATTACHED:"\xdchendatud",AUTHENTICATING:"Autentimine\u2026",AUTHFAIL:"Autentimine eba\xf5nnestus",CONNECTED:"\xdchendatud",CONNECTING:"\xdchendamine\u2026",CONNFAIL:"\xdchendamine eba\xf5nnestus",DISCONNECTED:"\xdchendus katkestatud",DISCONNECTING:"\xdchenduse katkestamine\u2026",ERROR:"Viga",FETCH_SESSION_ID:"Sessiooni-ID p\xfc\xfcdmine\u2026",GET_SESSION_ID_ERROR:"Sessiooni-ID p\xfc\xfcdmisel tekkis viga: {{code}}",GOT_SESSION_ID:"Sessiooni-ID p\xfc\xfcdmine\u2026 Tehtud",LOW_BANDWIDTH:"Kasutaja {{displayName}} video on \xfclekandekiiruse parandamiseks v\xe4lja l\xfclitatud"},connectionindicator:{address:"Aadress:",bandwidth:"Eeldatav \xfclekandekiirus:",bitrate:"Andmeedastuskiirus:",bridgeCount:"Serverite arv: ",connectedTo:"\xdchendatud:",framerate:"Ekraani eraldusv\xf5ime:",less:"N\xe4ita v\xe4hem",localaddress:"Lokaalne aadress:",localaddress_plural:"Lokaalsed aadressid:",localport:"Lokaalne port:",localport_plural:"Lokaalsed pordid:",more:"N\xe4ita rohkem",packetloss:"Andmepaketi kaotus:",quality:{good:"Hea",inactive:"Mitteaktiivne",lost:"Kaotatud",nonoptimal:"Mitteoptimaalne",poor:"N\xf5rk"},remoteaddress:"Kaugt\xf6\xf6 aadress:",remoteaddress_plural:"Kaugt\xf6\xf6 aadressid:",remoteport:"Kaugt\xf6\xf6 port:",remoteport_plural:"Kaugt\xf6\xf6 pordid:",resolution:"Resolutsioon:",status:"\xdchendus:",transport:"Transport:",transport_plural:"Transpordid:"},dateUtils:{earlier:"Varem",today:"T\xe4na",yesterday:"Eile"},deepLinking:{appNotInstalled:"K\xf5nega liitumiseks l\xe4bi mobiiltelefoni on vaja paigaldada {{app}} rakendus.",description:"Midagi ei juhtunud? Proovisime \xfchendust luua t\xf6\xf6laua rakendusega. Proovi uuesti v\xf5i k\xe4ivita {{app}} rakendus.",descriptionWithoutWeb:"Midagi ei juhtunud? Televastuv\xf5ttu prooviti avada t\xf6\xf6laua rakendusest {{app}}.",downloadApp:"Laadi rakendus alla",launchWebButton:"K\xe4ivita veebis",openApp:"J\xe4tka t\xf6\xf6laua rakendusega",title:"K\xf5ne avamine rakenduses {{app}}\u2026",tryAgainButton:"Proovi t\xf6\xf6laua rakendusega uuesti "},defaultLink:"nt {{url}}",defaultNickname:"nt. Mari Maasikas",deviceError:{cameraError:"Ei saanud kaameraga \xfchendust",cameraPermission:"Puudub \xf5igus kasutada kaamerat",microphoneError:"Ei saanud mikrofoniga \xfchendust",microphonePermission:"Puudub \xf5igus kasutada mikrofoni"},deviceSelection:{noPermission:"Luba pole antud",previewUnavailable:"Eelvaade pole k\xe4ttesaadav",selectADevice:"Vali seade",testAudio:"M\xe4ngi testimiseks heli"},dialOut:{statusMessage:"on staatusega {{status}}"},dialog:{Back:"Tagasi",Cancel:"T\xfchista",IamHost:"Mina olen v\xf5\xf5rustaja",Ok:"Jah",Remove:"Eemalda",Share:"Jaga",Submit:"Esita",WaitForHostMsg:"K\xf5ne ei ole veel alanud. Autendi ennast, kui oled v\xf5\xf5rustaja. K\xfclalisena oota, kuni v\xf5\xf5rustaja saabub.",WaitingForHost:"V\xf5\xf5rustaja ootamine\u2026",Yes:"Jah",accessibilityLabel:{liveStreaming:"Otse\xfclekanne"},allow:"Luba",alreadySharedVideoMsg:"Teine kasutaja jagab videot. Selles k\xf5nes on ainult \xfche video jagamine korraga lubatud.",alreadySharedVideoTitle:"Korraga on lubatud ainult \xfche video jagamine.",applicationWindow:"Rakenduse aken",cameraConstraintFailedError:"Kaamera ei vasta teatud piirangutele.",cameraNotFoundError:"Kaamerat ei leitud.",cameraNotSendingData:"Ei saa \xfchendust kaameraga. Kontrolli, kas vahend on m\xf5ne teise rakenduse poolt kasutusel, vali men\xfc\xfcst teine vahend v\xf5i v\xe4rskenda rakendust.",cameraNotSendingDataTitle:"Kaamera pole k\xe4ttesaadav.",cameraPermissionDeniedError:"Kaamera kasutamine on keelatud. K\xf5nega on v\xf5imalik \xfchineda ilma kaamerata. Kaamera kasutamiseks vajuta aadressiribal kaamera nupule.",cameraUnknownError:"Kaamerat ei saa kasutada! P\xf5hjus teadmata.",cameraUnsupportedResolutionError:"Kaamera ei toeta n\xf5utud resolutsiooni.",close:"Sulge",conferenceDisconnectMsg:"Kontrolli v\xf5rgu\xfchendust. Taas\xfchendamine {{seconds}}\u2026",conferenceDisconnectTitle:"\xdchendus on katkenud.",conferenceReloadMsg:"Lahenduse otsime. Taas\xfchendus {{seconds}} sek\u2026",conferenceReloadTitle:"Midagi l\xe4ks valesti!",confirm:"Kinnita",confirmNo:"Ei",confirmYes:"Kinnita",connectError:"Oih, midagi l\xe4ks valesti! K\xf5nega \xfchendamine eba\xf5nnestus.",connectErrorWithMsg:"Oih, midagi l\xe4ks valesti! K\xf5nega \xfchendamine eba\xf5nnestus. P\xf5hjus: {{msg}}.",connecting:"\xdchendamine.",contactSupport:"V\xf5ta \xfchendust kasutustoega",copy:"Kopeeri",dismiss:"L\xf5peta",displayNameRequired:"Nimi on kohustuslik",done:"Valmis",enterDisplayName:"Sisesta nimi",error:"Viga",externalInstallationMsg:"T\xf6\xf6lauale on vaja paigaldada jagamise laiendus.",externalInstallationTitle:"Laiendus on kohustuslik",goToStore:"Mine veebipoodi",gracefulShutdown:"Rakendus on hoolduseks ajutiselt maas. Proovi hiljem uuesti!",incorrectPassword:"Vale kasutajanimi v\xf5i parool",incorrectRoomLockPassword:"Vale parool",inlineInstallExtension:"Paiglada kohe",inlineInstallationMsg:"T\xf6\xf6lauale tuleb paigaldada jagamise laiendus.",internalError:"Oih, midagi l\xe4ks valesti! Veateate: {{error}}.",internalErrorTitle:"Sisemine viga",kickMessage:"Oih, oled k\xf5nest eemaldatud!",kickParticipantButton:"Eemalda k\xf5nest",kickParticipantDialog:"Oled kindel, et tahad kasutaja k\xf5nest eemaldada?",kickParticipantTitle:"Eemalda kasutaja k\xf5nest?",kickTitle:"K\xf5nest eemaldatud",liveStreaming:"Otse\xfclekanne",liveStreamingDisabledForGuestTooltip:"K\xfclalised ei saa otse\xfclekannet alustada.",liveStreamingDisabledTooltip:"Otse\xfclekande alustamine on keelatud.",lockMessage:"Eba\xf5nnestunud lukustada k\xf5net.",lockRoom:"Lisa k\xf5nele parool",lockTitle:"Lukustamine eba\xf5nnestus",logoutQuestion:"Oled kindel, et tahad k\xf5ne peatada ja v\xe4lja logida?",logoutTitle:"Logi v\xe4lja",maxUsersLimitReached:"Maksimaalne k\xf5nes osalejate arv on t\xe4is. V\xf5ta \xfchendust k\xf5ne omanikuga v\xf5i proovi hiljem uuesti!",maxUsersLimitReachedTitle:"Maksimaalne k\xf5nes osalejate arv on t\xe4is",micConstraintFailedError:"Mikrofon ei vasta teatud piirangutele.",micNotFoundError:"Mikrofoni ei leitud.",micNotSendingData:"Ei saa \xfchendust mikrofoniga. Vali men\xfc\xfcst teine vahend v\xf5i v\xe4rskenda rakendust.",micNotSendingDataTitle:"Mikrofon pole k\xe4ttesaadav.",micPermissionDeniedError:"Mikrofoni kasutamine on keelatud. K\xf5nega on v\xf5imalik \xfchineda, aga teised Sind ei kuule. Mikrofoni kasutamiseks vajuta aadressiribal mikrofoni nupule.",micUnknownError:"Mikrofoni ei saa kasutada. P\xf5hjus teadmata.",muteEveryoneDialog:"Oled kindel, et soovid k\xf5ikide teiste mikrofonid vaigistada? Neid saab tagasi sisse l\xfclitada ainult kasutaja ise.",muteEveryoneElseDialog:"Peale mikrofoni vaigistamist saab ainult kasutaja ise oma mikrofoni tagasi sisse l\xfclitada.",muteEveryoneElseTitle:"Vaigista k\xf5ikide teiste mikrofonid, v\xe4lja arvatud {{whom}}?",muteEveryoneSelf:"Sina ise",muteEveryoneStartMuted:"Edaspidi alustavad k\xf5ik v\xe4lja l\xfclitatud mikrofonidega",muteEveryoneTitle:"Vaigista k\xf5ik?",muteParticipantBody:"Teiste kasutajate mikrofoni ei saa sisse l\xfclitada. Kasutaja saab ise otsutada, kas mikrofon on sees v\xf5i v\xe4ljas.",muteParticipantButton:"L\xfclita mikrofon v\xe4lja",muteParticipantDialog:"Oled kindel, et soovid kasutaja mikrofoni v\xe4lja l\xfclitada? Seda saab ainult kasutaja ise sisse tagasi l\xfclitada.",muteParticipantTitle:"L\xfclita kasutaja mikrofon v\xe4lja?",passwordLabel:"Parool",passwordNotSupported:"K\xf5nele ei saa parooli m\xe4\xe4rata.",passwordNotSupportedTitle:"Parooli lisamine pole toetatud",passwordRequired:"Parool on kohustuslik",popupError:"Modaalaknad on veebilehitsejas keelatud. Palun luba modaalakende kasutamine veebilehitseja turvalisuse seadistuses ning proovi uuesti.",popupErrorTitle:"Modaalaknad on keelatud",recording:"Salvetamine",recordingDisabledForGuestTooltip:"K\xfclalised ei saa k\xf5ne salvestada.",recordingDisabledTooltip:"K\xf5ne salvestamine on keelatud.",rejoinNow:"\xdchine uuesti",remoteControlAllowedMessage:"{{user}} andis kaugjuhtimiseks loa!",remoteControlDeniedMessage:"{{user}} keelas kaugjuhtimise!",remoteControlErrorMessage:"Viga kaugjuhtimiseks loa k\xfcsimisel kasutajalt {{user}}!",remoteControlRequestMessage:"Kas lubad kasutajal {{user}} oma t\xf6\xf6lauda kaugjuhtida?",remoteControlShareScreenWarning:"Kui vajutad nupule \"Luba\", siis jagad oma ekraani.",remoteControlStopMessage:"Kaugjuhtimise sessioon on l\xf5ppenud!",remoteControlTitle:"Kaugjuhtimine",removePassword:"Eemalda parool",removeSharedVideoMsg:"Oled kindel, et soovid oma jagatud video eemaldada?",removeSharedVideoTitle:"Eemalda jagatud video",reservationError:"Broneerimise s\xfcsteemi viga",reservationErrorMsg:"Veakood: {{code}}, s\xf5num: {{msg}}",retry:"Proovi uuesti",screenSharingFailedToInstall:"Oih, ekraanijagamise laienduse paigaldamine eba\xf5nnestus!",screenSharingFailedToInstallTitle:"Ekraanijagamise laienduse paigaldamine eba\xf5nnestus",screenSharingFirefoxPermissionDeniedError:"Ekraani jagamisega l\xe4ks midagi valesti! Veendu, et oled ekraani jagamiseks loa andnud.",screenSharingFirefoxPermissionDeniedTitle:"Oih, ekraani jagamist ei saanud alustada!",screenSharingPermissionDeniedError:"Oih, midagi l\xe4ks valesti ekraanijagamise laienduse \xf5igustega! V\xe4rskenda ja proovi uuesti.",sendPrivateMessage:"Sulle saabus privaats\xf5num. Kas soovid vastata privaatselt v\xf5i avalikult?",sendPrivateMessageCancel:"Saada s\xf5num avalikult",sendPrivateMessageOk:"Saada s\xf5num privaatselt",sendPrivateMessageTitle:"Saada privaatselt?",serviceUnavailable:"Teenus pole k\xe4ttesaadav",sessTerminated:"K\xf5ne l\xf5petatud",shareVideoLinkError:"Sisesta korrektne link.",shareVideoTitle:"Jaga videot",shareYourScreen:"Jaga ekraani",shareYourScreenDisabled:"Ekraani jagamine on keelatud.",shareYourScreenDisabledForGuest:"K\xfclalised ei saa ekraani jagada.",startLiveStreaming:"Alusta otse\xfclekannet",startRecording:"Alusta salvestamist",startRemoteControlErrorMessage:"Kaugjuhtimise sessiooni alustamisel tekkis viga!",stopLiveStreaming:"L\xf5peta otse\xfclekanne",stopRecording:"L\xf5peta salvestamine",stopRecordingWarning:"Oled kindel, et soovid salvestamist l\xf5petada?",stopStreamingWarning:"Oled kindel, et soovid otse\xfclekannet l\xf5petada?",streamKey:"Otse\xfclekande v\xf5ti",thankYou:"Ait\xe4h, et kasutasid rakendust {{appName}}!",token:"token",tokenAuthFailed:"Kahjuks ei ole k\xf5nega \xfchinemine lubatud.",tokenAuthFailedTitle:"Autentimine eba\xf5nnestus",transcribing:"Transkribeerimine",unlockRoom:"Eemalda k\xf5ne parool",userPassword:"kasutaja parool",yourEntireScreen:"T\xe4isekraan"},documentSharing:{title:"Jagatud dokument"},feedback:{average:"Keskmine",bad:"Halb",detailsLabel:"Kirjelda t\xe4psemalt.",good:"Hea",rateExperience:"Hinda k\xf5ne kvaliteeti",veryBad:"V\xe4ga halb",veryGood:"V\xe4ga hea"},incomingCall:{answer:"Vasta",audioCallTitle:"Sissetulev k\xf5ne",decline:"L\xf5peta",productLabel:"Jitsi",videoCallTitle:"Sissetulev videok\xf5ne"},info:{accessibilityLabel:"N\xe4ita infot",addPassword:"Lisa parool",cancelPassword:"T\xfchista parool",conferenceURL:"Link:",country:"Riik",dialANumber:"K\xf5nega \xfchinemiseks vali number ja sisesta pin-kood.",dialInConferenceID:"PIN:",dialInNotSupported:"Oih, sissehelistamine ei ole toetatud!",dialInNumber:"Sissehelistamine:",dialInSummaryError:"Sissehelistamise info pole k\xe4ttesaadav. Proovi hiljem uuesti!",dialInTollFree:"Maksuvaba",genericError:"Oih, midagi l\xe4ks valesti!",inviteLiveStream:"Otse\xfclekande n\xe4gemiseks vajuta lingile: {{url}}",invitePhone:"\xdcks klikk heliga sissehelistamiseks: {{number}},,{{conferenceID}}#\n",invitePhoneAlternatives:"Otsid teist sissehelistamise numbrit?\nVaata sissehelistamise numbreid: {{url}}\n\n\nKui helistad l\xe4bi ruumi, \xfchine k\xf5nega v\xe4ljal\xfclitatud mikrofoni re\u017eiimis: {{silentUrl}}",inviteURLFirstPartGeneral:"Oled k\xf5nesse kutsutud.",inviteURLFirstPartPersonal:"{{name}} kutsub Sind k\xf5nesse.\n",inviteURLSecondPart:"\n\xdchine k\xf5nega:\n{{url}}\n",label:"K\xf5ne info",liveStreamURL:"Otse\xfclekanne:",moreNumbers:"Rohkem numbreid",noNumbers:"Sissehelistamise numbrid puuduvad.",noPassword:"Andmed puuduvad",noRoom:"Sissehelistamise ruum pole t\xe4psustatud.",numbers:"Sissehelistamise numbrid",password:"Parool:",title:"Jaga",tooltip:"Jaga linki ja helista, et k\xf5nega \xfchineda"},inlineDialogFailure:{msg:"Midagi l\xe4ks valesti.",retry:"Proovi uuesti",support:"Kasutajatugi",supportMsg:"Kui see juhtub uuesti, v\xf5ta \xfchendust"},inviteDialog:{alertText:"Osade kasutajate kutsumine eba\xf5nnestus.",header:"Kutsu",searchCallOnlyPlaceholder:"Sisesta telefoninumber",searchPeopleOnlyPlaceholder:"Otsi kasutajaid",searchPlaceholder:"Kasutaja telefoninumber",send:"Saada"},keyboardShortcuts:{focusLocal:"Keskendu videole",focusRemote:"Keskendu teise kasutaja videole",fullScreen:"Ava/sulge t\xe4isekraani vaade",keyboardShortcuts:"Klaviatuuri kiirvalikud",localRecording:"N\xe4ita/peida salvestamise v\xf5imalused",mute:"L\xfclita mikrofon sisse/v\xe4lja",pushToTalk:"Vajuta, et r\xe4\xe4kida",raiseHand:"T\xf5sta/langeta k\xe4tt",showSpeakerStats:"N\xe4ita k\xf5nelejate statistikat",toggleChat:"Ava/sulge vestluse aken",toggleFilmstrip:"N\xe4ita/peida video eelvaade",toggleScreensharing:"Vaheta kaamera ja ekraanijagamise vahel",toggleShortcuts:"N\xe4ita/peida klaviatuuri kiirvalikud",videoMute:"L\xfclita kaamera sisse/v\xe4lja",videoQuality:"Halda k\xf5ne kvaliteeti"},liveStreaming:{busy:"Toimub \xfclekande ressursi vabastamine. Proovi m\xf5ne minuti p\xe4rast uuesti.",busyTitle:"K\xf5ik \xfclekandjad on hetkel h\xf5ivatud",changeSignIn:"Vaheta kontot.",choose:"Vali otse\xfclekanne",chooseCTA:"Vali \xfclekande viis. Oled sisse logitud emailiga {{email}}.",enterStreamKey:"Sisesta siia oma YouTube\u2019i \xfclekande v\xf5ti.",error:"Otse\xfclekanne eba\xf5nnestus. Proovi uuesti.",errorAPI:"YouTube\u2019i kanaliga \xfchendumisel tekkis viga. Palun logi uuesti sisse.",errorLiveStreamNotEnabled:"Otse\xfclekanne ei ole emailiga {{email}} sisse l\xfclitatud. Luba kasutajaga otse\xfclekanded v\xf5i vaheta kontot.",expandedOff:"Otse\xfclekanne on peatatud",expandedOn:"K\xf5nest tehakse otse\xfclekanne YouTube\u2019i.",expandedPending:"Otse\xfclekanne algab\u2026",failedToStart:"Otse\xfclekandega alustamine eba\xf5nnestus.",getStreamKeyManually:"\xdclekandjaid ei leitud. Leia YouTube\u2019st otse\xfclekande v\xf5ti.",invalidStreamKey:"Otse\xfclekande v\xf5ti v\xf5ib olla vale.",off:"Otse\xfclekanne on peatatud",offBy:"{{name}} l\xf5petas otse\xfclekande",on:"Otse\xfclekanne",onBy:"{{name}} alustas otse\xfclekandega",pending:"Otse\xfclekande alustamine\u2026",serviceName:"Otse\xfclekande teenus",signIn:"Google\u2019ga sisselogimine",signInCTA:"Logi sisse v\xf5i sisesta otse\xfclekande v\xf5ti YouTube\u2019st.",signOut:"Logi v\xe4lja",signedInAs:"Oled sisse logitud kasutajana:",start:"Alusta otse\xfclekannet.",streamIdHelp:"Mis see on?",title:"Otse\xfclekanne",unavailableTitle:"Otse\xfclekanne pole k\xe4ttesaadav."},localRecording:{clientState:{off:"V\xe4ljas",on:"Sees",unknown:"Teadmata"},dialogTitle:"Kohalikud salvestamise nupud",duration:"Kestvus",durationNA:"N/A",encoding:"Kodeerimine",label:"LOR",labelToolTip:"Kohalik salvestamine on alustatud",localRecording:"Kohalik salvestamine",me:"Mina",messages:{engaged:"Local recording engaged.",finished:"Salvestamise sessioon {{token}} on l\xf5ppenud. Palun saada salvestatud fail moderaatorile.",finishedModerator:"Salvestamise sessioon {{token}} on l\xf5ppenud ja salvestatud. K\xfcsi teistelt kontaktidelt nende koopiaid.",notModerator:"Sa ei ole moderaator. Sa ei saa alustada ega l\xf5petada kohalikku salvestamist."},moderator:"Moderaator",no:"Ei",participant:"Osaleja",participantStats:"Osaleja andmed",sessionToken:"Sessiooni token",start:"Alusta salvestamist",stop:"L\xf5peta salvestamine",yes:"Jah"},lockRoomPassword:"parool",lockRoomPasswordUppercase:"Parool",lonelyMeetingExperience:{button:"Kutsu teisi",youAreAlone:"Asud hetkel ruumis \xfcksi"},me:"mina",notify:{connectedOneMember:"{{name}} \xfchines k\xf5nega",connectedThreePlusMembers:"{{name}} ja {{count}} teist kasutajat \xfchines k\xf5nega",connectedTwoMembers:"{{first}} ja {{second}} \xfchinesid k\xf5nega",disconnected:"lahti \xfchendatud",focus:"Konverentsi fookus",focusFail:"{{component}} pole k\xe4ttesaadav - proovi uuesti {{ms}} sekundi p\xe4rast.",grantedTo:"Moderaatori \xf5igused on antud kasutajale {{to}}!",invitedOneMember:"{{name}} on kutsutud",invitedThreePlusMembers:"{{name}} ja {{count}} teist kasutajat on kutsutud",invitedTwoMembers:"{{first}} ja {{second}} on kutsutud",kickParticipant:"{{kicked}} eemaldati k\xf5nest kasutaja {{kicker}} poolt",me:"Mina",moderator:"Moderaatori \xf5igused jagatud!",muted:"Alustasid k\xf5net v\xe4ljal\xfclitatud mikrofoniga.",mutedRemotelyDescription:"Saad alati oma mikrofoni sisse l\xfclitada, kui soovid r\xe4\xe4kida. L\xfclita mikrofon peale r\xe4\xe4kimist uuesti v\xe4lja liigse m\xfcra ja kaja v\xe4ltimiseks.",mutedRemotelyTitle:"Sinu mikrofon l\xfclitati v\xe4lja kasutaja {{participantDisplayName}} poolt!",mutedTitle:"Mikrofon on v\xe4lja l\xfclitatud!",newDeviceAction:"Kasuta",newDeviceAudioTitle:"Leitud uus heliseadeldis",newDeviceCameraTitle:"Leitud uus kaamera",passwordRemovedRemotely:"$t(lockRoomPasswordUppercase) eemaldatud teise kasutaja poolt",passwordSetRemotely:"$t(lockRoomPasswordUppercase) lisatud teise kasutaja poolt",raisedHand:"{{name}} soovib r\xe4\xe4kida.",somebody:"Keegi",startSilentDescription:"Mikrofoni kasutamiseks \xfchine k\xf5nega uuesti",startSilentTitle:"\xdchinesid ilma mikrofonita!",suboptimalExperienceDescription:"Rakenduse {{appName}} parima kvaliteedi tagamiseks palun kasuta \xfchte nendest veebilehitsejatest.",suboptimalExperienceTitle:"Veebilehitseja hoiatus",unmute:"L\xfclita mikrofon sisse"},passwordDigitsOnly:"Kuni {{number}} t\xe4hem\xe4rki",passwordSetRemotely:"m\xe4\xe4ratud teise kasutaja poolt",poweredby:"teieni toodud",presenceStatus:{busy:"H\xf5ivatud",calling:"Helistamine\u2026",connected:"\xdchendatud",connecting:"\xdchendamine\u2026",connecting2:"\xdchendamine*...",disconnected:"Lahti \xfchendatud",expired:"Aegunud",ignored:"Eiratud",initializingCall:"K\xf5ne alustamine\u2026",invited:"Kutsutud",rejected:"Tagasi l\xfckatud",ringing:"Kutsumine\u2026"},profile:{setDisplayNameLabel:"Sisesta nimi",setEmailInput:"Sisesta email",setEmailLabel:"Sisesta Gravatar e-kirja aadress",title:"Profiil"},raisedHand:"Soovin r\xe4\xe4kida",recording:{authDropboxText:"Lisa Dropbox\u2019i",availableSpace:"Vaba ruum: {{spaceLeft}} MB (ca {{duration}} minutit salvestamist)",beta:"BETA",busy:"Salvestamise ressursi vabastamine\u2026 Proovi m\xf5ne minuti p\xe4rast uuesti.",busyTitle:"K\xf5ik salvestajad on praegu kinni",error:"Salvestamine eba\xf5nnestus. Proovi uuesti.",expandedOff:"Salvestamine peatatud",expandedOn:"K\xf5ne salvestatakse.",expandedPending:"Salvestamine on alustatud\u2026",failedToStart:"Salvestamine eba\xf5nnestus",fileSharingdescription:"Jaga salvestust k\xf5nelejatega",live:"Otse",loggedIn:"Sisseloginud kasutajana {{userName}}",off:"Salvestamine on l\xf5petatud",offBy:"{{name}} l\xf5petas salvestamise",on:"Salvestatakse",onBy:"{{name}} alustas salvestamist",pending:"K\xf5ne salvestamise ettevalmistus\u2026",rec:"REC",serviceDescription:"Salvestus toimub teenuse kaudu",serviceName:"Salvestamise teenus",signIn:"Logi sisse",signOut:"Logi v\xe4lja",title:"Salvetamine",unavailable:"Oih! {{serviceName}} ei ole hetkel k\xe4ttesaadav! Proovi hiljem uuesti.",unavailableTitle:"Salvestamine ei ole v\xf5imalik."},sectionList:{pullToRefresh:"T\xf5mba uuendamiseks"},settings:{calendar:{about:"Rakenduse {{appName}} kalender kasutab turvalist \xfchendust ning n\xe4eb eesolevaid k\xf5nesid.",disconnect:"\xdchenda lahti",microsoftSignIn:"Logi sisse Microsoft\u2019i kontoga",signedIn:"Hetkel n\xe4hakse kasutaja {{email}} kalendrit. Kalendrikutsete peitmiseks vajuta \u201c\xdchenda lahti\u201d nupule.",title:"Kalender"},devices:"Seaded",followMe:"K\xf5ik j\xe4lgivad mind",language:"Keel",loggedIn:"Logitud sisse nimega: {{name}}",moderator:"Moderaator",more:"Rohkem",name:"Nimi",noDevice:"Andmed puuduvad",selectAudioOutput:"Heli v\xe4ljund",selectCamera:"Kaamera",selectMic:"Mikrofon",startAudioMuted:"K\xf5ik alustavad v\xe4ljal\xfclitatud mikrofoniga",startVideoMuted:"K\xf5ik alustavad v\xe4ljal\xfclitatud kaameraga",title:"Seaded"},settingsView:{advanced:"T\xe4psem",alertOk:"OK",alertTitle:"Hoiatus",alertURLText:"Sisestatud link ei ole \xf5ige",buildInfoSection:"Versioon",conferenceSection:"K\xf5ne",disableCallIntegration:"L\xfclita kohaliku k\xf5ne integratsioon v\xe4lja",disableP2P:"L\xfclita otse\xfchendus v\xe4lja",displayName:"Kasutatav nimi",email:"Email",header:"Seaded",profileSection:"Profiil",serverURL:"Serveri link",showAdvanced:"N\xe4ita t\xe4psemaid seadistusi",startWithAudioMuted:"Alusta v\xe4ljal\xfclitatud heliga",startWithVideoMuted:"Alusta v\xe4ljal\xfclitatud videoga",version:"Versioon"},share:{dialInfoText:"\n\n=====\n\nSoovid sisse helistada oma telefonilt?\n\n{{defaultDialInNumber}}Vajuta lingile, et n\xe4ha telefoninumbreid sisse helistamiseks\n{{dialInfoPageUrl}}",mainText:"Vajuta lingile, et k\xf5nega \xfchineda:\n{{roomUrl}}"},speaker:"K\xf5neleja",speakerStats:{hours:"{{count}}t",minutes:"{{count}}m",name:"Nimi",seconds:"{{count}}s",speakerStats:"K\xf5neleja andmed",speakerTime:"K\xf5nelemise aeg"},startupoverlay:{policyText:" ",title:"{{app}} vajab ligip\xe4\xe4su mikrofonile ja kaamerale."},suspendedoverlay:{rejoinKeyTitle:"\xdchine uuesti",text:"Vajuta \xdchine uuesti nupule, et uuesti \xfchineda.",title:"K\xf5ne katkestati, sest arvuti l\xe4ks magama."},toolbar:{Settings:"Seaded",accessibilityLabel:{Settings:"Seadistused",audioOnly:"Kasuta ainult heli",audioRoute:"Vali heli vahend",callQuality:"Halda k\xf5ne kvaliteeti",cc:"Kasuta subtiitreid",chat:"Kasuta vestluse akent",document:"Kasuta jagatud dokumente",download:"Laadi rakendus alla",feedback:"J\xe4ta tagasiside",fullScreen:"Kasuta t\xe4isekraani",hangup:"Lahku k\xf5nest",help:"Abi",invite:"Kutsu inimesi",kick:"Eemalda k\xf5neleja",localRecording:"N\xe4ita salvestamise paneeli",lockRoom:"Kasuta k\xf5ne parooli",moreActions:"Kasuta toimingute men\xfc\xfcd",moreActionsMenu:"Toimingute men\xfc\xfc",moreOptions:"N\xe4ita rohkem valikuid",mute:"L\xfclita heli v\xe4lja",muteEveryone:"Vaigista k\xf5ikide mikrofonid",pip:"Kasuta pilt-pildis vaadet",privateMessage:"Saada privaats\xf5num",profile:"Muuda profiili",raiseHand:"K\xe4e t\xf5stmine",recording:"Salvestamine",remoteMute:"L\xfclita kasutaja mikrofon v\xe4lja",shareRoom:"Kutsu",shareYourScreen:"Jaga ekraani",sharedvideo:"Kasuta video jagamist",shortcuts:"Kasuta kiirvalikuid",show:"N\xe4ita laval",speakerStats:"K\xf5nelejate statistika",tileView:"Paneelvaade",toggleCamera:"Kasuta kaamerat",videoblur:"Video h\xe4gustamine",videomute:"Video v\xe4ljal\xfclitamine"},addPeople:"Lisa k\xf5nesse inimesi",audioOnlyOff:"L\xfclita \u201cainult heli\u201d valik v\xe4lja",audioOnlyOn:"L\xfclita \u201cainult heli\u201d valik sisse",audioRoute:"Vali heli vahend",authenticate:"Autendi",callQuality:"Halda k\xf5ne kvaliteeti",chat:"Ava/sulge vestlus",closeChat:"Sulge vestlus",documentClose:"Sulge jagatud dokument",documentOpen:"Ava jagatud dokument",download:"Laadi rakendus alla",enterFullScreen:"Vaata t\xe4isekraanil",enterTileView:"Vaata paneelvaates",exitFullScreen:"V\xe4lju t\xe4isekraani vaatest",exitTileView:"V\xe4lju paneelvaatest",feedback:"J\xe4ta tagasiside",hangup:"Lahku",help:"Abi",invite:"Kutsu",login:"Logi sisse",logout:"Logi v\xe4lja",lowerYourHand:"Langeta k\xe4tt",moreActions:"Rohkem tegevusi",moreOptions:"Rohkem valikuid",mute:"Mikrofon sisse/v\xe4lja",muteEveryone:"Vaigista k\xf5ikide mikrofonid",noAudioSignalDesc:"Kui Sa ei l\xfclitanud mikrofoni seadistustest tahtlikult v\xe4lja, kaalu seadme vahetamist.",noAudioSignalDescSuggestion:"Kui Sa ei l\xfclitanud mikrofoni seadistustest tahtlikult v\xe4lja, kaalu seadme vahetamist.",noAudioSignalDialInDesc:"V\xf5id sisse helistada valides:",noAudioSignalDialInLinkDesc:"Sissehelistamise numbrid",noAudioSignalTitle:"Mikrofon ei p\xfc\xfca sisendit kinni!",noisyAudioInputDesc:"Tundub, et l\xe4bi mikrofoni kostub palju helisid. Kaalu mikrofoni v\xe4lja l\xfclitamist v\xf5i seadme vahetamist.",noisyAudioInputTitle:"Mikrofonis on m\xfcra! Tundub, et l\xe4bi mikrofoni kostub palju helisid. Kaalu mikrofoni v\xe4lja l\xfclitamist v\xf5i seadme vahetamist.",openChat:"Ava vestlus",pip:"Ava pilt-pildis vaade",privateMessage:"Saada privaats\xf5num",profile:"Muuda profiili",raiseHand:"T\xf5sta/langeta k\xe4tt",raiseYourHand:"T\xf5sta k\xe4tt",shareRoom:"Kutsu",sharedvideo:"Jaga videot",shortcuts:"Vaata kiirvalikuid",speakerStats:"K\xf5neleja andmed",startScreenSharing:"Alust ekraani jagamist",startSubtitles:"Alusta subtiitrite n\xe4itamist",startvideoblur:"Tausta h\xe4gustamine",stopScreenSharing:"L\xf5peta ekraani jagamine",stopSharedVideo:"L\xf5peta video",stopSubtitles:"L\xf5peta subtiitrite n\xe4itamine",stopvideoblur:"L\xfclita tausta h\xe4gustamine v\xe4lja",talkWhileMutedPopup:"Soovid r\xe4\xe4kida? Mikrofon on v\xe4lja l\xfclitatud.",tileViewToggle:"N\xe4ita paneelvaadet",toggleCamera:"Kasuta kaamerat",videomute:"Kaamera sisse/v\xe4lja"},transcribing:{ccButtonTooltip:"Subtiitrid sisse/v\xe4lja",error:"Transkribeerimine eba\xf5nnestus. Proovi uuesti.",expandedLabel:"Transkribeerimine on sisse l\xfclitatud",failedToStart:"Transkribeerimise alustamine eba\xf5nnestus",labelToolTip:"K\xf5ne transkribeeritakse",off:"Transkribeerimine peatatud",pending:"Transkribeerimise ettevalmistus\u2026",start:"Alusta subtiitrite kuvamist",stop:"L\xf5peta subtiitrite kuvamine",tr:"TR"},userMedia:{androidGrantPermissions:"Vali Luba, kui veebilehitseja k\xfcsib n\xf5usolekut.",chromeGrantPermissions:"Vali Luba, kui veebilehitseja k\xfcsib n\xf5usolekut.",edgeGrantPermissions:"Vali Jah, kui veebilehitseja k\xfcsib n\xf5usolekut.",electronGrantPermissions:"Luba kasutada kaamerat ja mikrofoni",firefoxGrantPermissions:"Vali Jaga valitud vahendit, kui veebilehitseja k\xfcsib n\xf5usolekut.",iexplorerGrantPermissions:"Vali OK, kui veebilehitseja k\xfcsib n\xf5usolekut.",nwjsGrantPermissions:"Luba kasutada kaamerat ja mikrofoni",operaGrantPermissions:"Vali Luba, kui veebilehitseja k\xfcsib n\xf5usolekut.","react-nativeGrantPermissions":"Vali Luba, kui veebilehitseja k\xfcsib n\xf5usolekut.",safariGrantPermissions:"Vali OK, kui veebilehitseja k\xfcsib n\xf5usolekut."},videoSIPGW:{busy:"Vabastatakse ressurssi\u2026 Proovi m\xf5ne minuti p\xe4rast uuesti.",busyTitle:"Ruumi teenus on hetkel h\xf5ivatud",errorAlreadyInvited:"{{displayName}} on juba kutsutud",errorInvite:"\xdchendus ei ole veel saavutatud. Proovi hiljem uuesti.",errorInviteFailed:"Probleemi lahendatakse. Proovi hiljem uuesti.",errorInviteFailedTitle:"Kasutaja {{displayName}} kutsumine eba\xf5nnestus",errorInviteTitle:"Ruumi kutsumine eba\xf5nnestus",pending:"{{displayName}} on kutsutud"},videoStatus:{audioOnly:"AUD",audioOnlyExpanded:"Kasutad k\xf5nes ainult heli. See h\xf5ivab \xfclekandekiirust v\xe4hem, aga video jagamine on v\xe4lja l\xfclitatud.",callQuality:"K\xf5ne kvaliteet",hd:"HD",hdTooltip:"Video vaatamine k\xf5rgkvaliteediga",highDefinition:"K\xf5rgresolutsioon",labelTooiltipNoVideo:"Video puudub",labelTooltipAudioOnly:"Valitud on \u201cainult heli\u201d seadistus",ld:"LD",ldTooltip:"Video vaatamine madala kvaliteediga",lowDefinition:"Madal",onlyAudioAvailable:"Saab kasutada ainult heli",onlyAudioSupported:"Selles veebilehitsejas on toetatud ainult heli.",sd:"SD",sdTooltip:"Video vaatamine vaikekvaliteediga",standardDefinition:"Vaike resolutsioon"},videothumbnail:{domute:"L\xfclita mikrofon v\xe4lja",domuteOthers:"Vaigista teiste mikrofonid",flip:"P\xf6\xf6ra",kick:"Eemalda k\xf5nest",moderator:"Moderaator",mute:"Kasutaja mikrofon v\xe4lja l\xfclitatud",muted:"Mikrofon v\xe4lja l\xfclitatud",remoteControl:"Kaugjuhtimine",show:"N\xe4ita laval",videomute:"Kasutaja on kaamera peatanud"},welcomepage:{accessibilityLabel:{join:"Vajuta, et \xfchineda",roomname:"Sisesta ruumi nimi"},appDescription:"Lase k\xe4ia, tee video\xfclekanne kogu meeskonnaga! Kutsu k\xf5ik, keda soovid. Rakendus {{app}} on kr\xfcpteeritud. 100% vabavara \xfclekannete tegemiseks, mida saab kasutada iga p\xe4ev tasuta - ilma konto loomiseta.",audioVideoSwitch:{audio:"Heli",video:"Video"},calendar:"Kalender",connectCalendarButton:"\xdchenda kalender",connectCalendarText:"\xdchenda oma kalender, et k\xf5iki kohtumisi n\xe4ha rakenduses {{app}}. Lisa {{provider}} kohtumised kalendrisse ja alusta k\xf5nesid \xfche klikiga.",enterRoomTitle:"Alusta uut k\xf5net",go:"Mine",goSmall:"Mine",info:"Info",join:"\xdchine",privacy:"Privaatsus",recentList:"Hiljutised",recentListDelete:"Kustuta",recentListEmpty:"Hiljutiste valikute nimekiri on t\xfchi. Vestle kasutajatega ja leia oma hiljutised k\xf5ned siit.",reducedUIText:"Tere tulemast rakendusse {{app}}!",roomNameAllowedChars:"Televastuv\xf5tu nimi ei tohi sisaldada s\xfcmboleid: ?, &, :, ', \", %, #.",roomname:"Sisesta ruumi nimi",roomnameHint:"Sisesta ruumi nimi v\xf5i link, millega soovid \xfchinega. V\xf5id nime v\xe4lja m\xf5elda, aga anna osalejatele sellest teada, et nad saaksid ruumiga \xfchineda.",sendFeedback:"Saada tagasiside",terms:"Tingimused",title:"Turvaline, v\xf5imalusi t\xe4is ja tasuta keskkond videok\xf5nede jaoks."}}},830,[]); -__d(function(e,i,o,t,n,r,a){n.exports={addPeople:{accessibilityLabel:{meetingLink:"\u067e\u06cc\u0648\u0646\u062f \u062c\u0644\u0633\u0647: {{url}}"},add:"\u062f\u0639\u0648\u062a\u200c\u06a9\u0631\u062f\u0646",addContacts:"\u062f\u0639\u0648\u062a \u0627\u0632 \u0645\u062e\u0627\u0637\u0628\u06cc\u0646 \u0634\u0645\u0627",contacts:"\u0645\u062e\u0627\u0637\u0628\u06cc\u0646",copyInvite:"\u0631\u0648\u0646\u0648\u0634\u062a \u062f\u0639\u0648\u062a\u200c\u0646\u0627\u0645\u0647 \u062c\u0644\u0633\u0647",copyLink:"\u0631\u0648\u0646\u0648\u0634\u062a \u067e\u06cc\u0648\u0646\u062f \u062c\u0644\u0633\u0647",copyStream:"\u0631\u0648\u0646\u0648\u0634\u062a \u067e\u06cc\u0648\u0646\u062f \u067e\u062e\u0634 \u0632\u0646\u062f\u0647",countryNotSupported:"\u0627\u06cc\u0646 \u0645\u0642\u0635\u062f \u0631\u0627 \u0647\u0646\u0648\u0632 \u067e\u0634\u062a\u06cc\u0628\u0627\u0646\u06cc \u0646\u0645\u06cc\u200c\u06a9\u0646\u06cc\u0645.",countryReminder:"\u0645\u06cc\u200c\u062e\u0648\u0627\u0647\u06cc\u062f \u0628\u0627 \u062e\u0627\u0631\u062c \u0627\u0632 \u06a9\u0634\u0648\u0631 \u062a\u0645\u0627\u0633 \u0628\u06af\u06cc\u0631\u06cc\u062f\u061f \u0644\u0637\u0641\u0627\u064b \u0645\u0637\u0645\u0626\u0646 \u0634\u0648\u06cc\u062f \u06a9\u0647 \u0627\u0628\u062a\u062f\u0627 \u067e\u06cc\u0634\u200c\u0634\u0645\u0627\u0631\u0647 \u0631\u0627 \u0648\u0627\u0631\u062f \u0645\u06cc\u200c\u06a9\u0646\u06cc\u062f!",defaultEmail:"\u0631\u0627\u06cc\u0627\u0646\u0627\u0645\u0647\u0654 \u067e\u06cc\u0634\u200c\u0641\u0631\u0636 \u0634\u0645\u0627",disabled:"\u0634\u0645\u0627 \u0646\u0645\u06cc\u200c\u062a\u0648\u0627\u0646\u06cc\u062f \u06a9\u0633\u06cc \u0631\u0627 \u062f\u0639\u0648\u062a \u06a9\u0646\u06cc\u062f.",failedToAdd:"\u0627\u0641\u0632\u0648\u062f\u0646 \u0634\u0631\u06a9\u062a\u200c\u06a9\u0646\u0646\u062f\u06af\u0627\u0646 \u0628\u0627 \u062e\u0637\u0627 \u0645\u0648\u0627\u062c\u0647 \u0634\u062f",googleEmail:"\u0631\u0627\u06cc\u0627\u0646\u0627\u0645\u0647\u0654 \u06af\u0648\u06af\u0644",inviteMoreHeader:"\u0634\u0645\u0627 \u062a\u0646\u0647\u0627 \u0641\u0631\u062f \u062d\u0627\u0636\u0631 \u062f\u0631 \u0627\u06cc\u0646 \u062c\u0644\u0633\u0647 \u0647\u0633\u062a\u06cc\u062f",inviteMoreMailSubject:"\u0628\u0647 \u062c\u0644\u0633\u0647\u0654 {{appName}} \u0628\u067e\u06cc\u0648\u0646\u062f\u06cc\u062f",inviteMorePrompt:"\u062f\u0639\u0648\u062a \u0627\u0641\u0631\u0627\u062f \u0628\u06cc\u0634\u200c\u062a\u0631",linkCopied:"\u067e\u06cc\u0648\u0646\u062f \u062f\u0631 \u0628\u0631\u06cc\u062f\u0647\u200c\u062f\u0627\u0646 \u0631\u0648\u0646\u0648\u0634\u062a \u0634\u062f",noResults:"\u0647\u06cc\u0686 \u0646\u062a\u06cc\u062c\u0647\u200c\u0627\u06cc \u0645\u0637\u0627\u0628\u0642 \u0628\u0627 \u062c\u0633\u062a\u062c\u0648 \u06cc\u0627\u0641\u062a \u0646\u0634\u062f",outlookEmail:"\u0631\u0627\u06cc\u0627\u0646\u0627\u0645\u0647\u0654 \u0627\u0648\u062a\u200c\u0644\u0648\u06a9",phoneNumbers:"\u0634\u0645\u0627\u0631\u0647 \u062a\u0644\u0641\u0646\u200c\u0647\u0627",searching:"\u062f\u0631\u062d\u0627\u0644 \u062c\u0633\u062a\u062c\u0648...",shareInvite:"\u0647\u0645\u200c\u0631\u0633\u0627\u0646\u06cc \u062f\u0639\u0648\u062a\u200c\u0646\u0627\u0645\u0647\u0654 \u062c\u0644\u0633\u0647",shareLink:"\u0647\u0645\u200c\u0631\u0633\u0627\u0646\u06cc \u067e\u06cc\u0648\u0646\u062f \u062c\u0644\u0633\u0647 \u0628\u0631\u0627\u06cc \u062f\u0639\u0648\u062a \u062f\u06cc\u06af\u0631\u0627\u0646",shareStream:"\u0647\u0645\u200c\u0631\u0633\u0627\u0646\u06cc \u067e\u06cc\u0648\u0646\u062f \u067e\u062e\u0634 \u0632\u0646\u062f\u0647",sipAddresses:"\u0646\u0634\u0627\u0646\u06cc\u200c\u0647\u0627\u06cc sip",telephone:"\u062a\u0644\u0641\u0646: {{number}}",title:"\u062f\u0639\u0648\u062a \u0627\u0641\u0631\u0627\u062f \u0628\u0647 \u0627\u06cc\u0646 \u062c\u0644\u0633\u0647",yahooEmail:"\u0631\u0627\u06cc\u0627\u0646\u0627\u0645\u0647\u0654 \u06cc\u0627\u0647\u0648"},audioDevices:{bluetooth:"\u0628\u0644\u0648\u062a\u0648\u062b",car:"\u0635\u062f\u0627\u06cc \u062e\u0648\u062f\u0631\u0648",headphones:"\u0647\u062f\u0641\u0648\u0646",none:"\u0647\u06cc\u0686 \u062f\u0633\u062a\u06af\u0627\u0647 \u0635\u0648\u062a\u06cc\u200c\u0627\u06cc \u062f\u0631 \u062f\u0633\u062a\u0631\u0633 \u0646\u06cc\u0633\u062a",phone:"\u062a\u0644\u0641\u0646",speaker:"\u0628\u0644\u0646\u062f\u06af\u0648"},audioOnly:{audioOnly:"\u067e\u0647\u0646\u0627\u06cc \u0628\u0627\u0646\u062f \u06a9\u0645"},bandwidthSettings:{assumedBandwidthBps:"\u0628\u0631\u0627\u06cc \u0645\u062b\u0627\u0644 \u06f1\u06f0\u06f0\u06f0\u06f0\u06f0\u06f0\u06f0 \u0628\u0631\u0627\u06cc \u06f1\u06f0 \u0645\u06af\u0627\u0628\u0627\u06cc\u062a",assumedBandwidthBpsWarning:"\u0645\u0642\u062f\u0627\u0631\u0647\u0627\u06cc \u0628\u0627\u0644\u0627\u062a\u0631 \u0645\u0645\u06a9\u0646 \u0627\u0633\u062a \u0628\u0627\u0639\u062b \u0645\u0634\u06a9\u0644\u0627\u062a \u0634\u0628\u06a9\u0647 \u0634\u0648\u0646\u062f.",customValue:"\u0645\u0642\u062f\u0627\u0631 \u0633\u0641\u0627\u0631\u0634\u06cc",customValueEffect:"\u0628\u0631\u0627\u06cc \u062a\u0646\u0638\u06cc\u0645 \u0645\u0642\u062f\u0627\u0631 \u0648\u0627\u0642\u0639\u06cc bps",leaveEmpty:"\u062e\u0627\u0644\u06cc \u0628\u06af\u0630\u0627\u0631\u06cc\u062f",leaveEmptyEffect:"\u062a\u0627 \u0627\u0645\u06a9\u0627\u0646 \u0627\u0646\u062c\u0627\u0645 \u062a\u062e\u0645\u06cc\u0646\u200c\u0647\u0627 \u0641\u0631\u0627\u0647\u0645 \u0634\u0648\u062f",possibleValues:"\u0645\u0642\u062f\u0627\u0631\u0647\u0627\u06cc \u0645\u0645\u06a9\u0646",setAssumedBandwidthBps:"\u067e\u0647\u0646\u0627\u06cc \u0628\u0627\u0646\u062f \u0641\u0631\u0636\u200c\u0634\u062f\u0647 (bps)",title:"\u062a\u0646\u0638\u06cc\u0645\u0627\u062a \u067e\u0647\u0646\u0627\u06cc \u0628\u0627\u0646\u062f",zeroEffect:"\u0628\u0631\u0627\u06cc \u063a\u06cc\u0631\u0641\u0639\u0627\u0644\u200c\u06a9\u0631\u062f\u0646 \u0648\u06cc\u062f\u06cc\u0648"},breakoutRooms:{actions:{add:"\u0627\u0641\u0632\u0648\u062f\u0646 \u0627\u062a\u0627\u0642 \u062c\u0627\u0646\u0628\u06cc",autoAssign:"\u0627\u062e\u062a\u0635\u0627\u0635 \u062e\u0648\u062f\u06a9\u0627\u0631 \u0628\u0647 \u0627\u062a\u0627\u0642\u200c\u0647\u0627\u06cc \u062c\u0627\u0646\u0628\u06cc",close:"\u0628\u0633\u062a\u0646",join:"\u067e\u06cc\u0648\u0633\u062a\u0646",leaveBreakoutRoom:"\u0627\u062a\u0627\u0642 \u062c\u0627\u0646\u0628\u06cc \u0631\u0627 \u062a\u0631\u06a9 \u06a9\u0646\u06cc\u062f",more:"\u0628\u06cc\u0634\u200c\u062a\u0631",remove:"\u062d\u0630\u0641\u200c\u06a9\u0631\u062f\u0646",sendToBreakoutRoom:"\u0627\u0631\u0633\u0627\u0644 \u0634\u0631\u06a9\u062a\u200c\u06a9\u0646\u0646\u062f\u0647 \u0628\u0647:"},defaultName:"\u0627\u062a\u0627\u0642 \u062c\u0627\u0646\u0628\u06cc #{{index}}",mainRoom:"\u0627\u062a\u0627\u0642 \u0627\u0635\u0644\u06cc",notifications:{joined:"\u062f\u0631\u062d\u0627\u0644 \u067e\u06cc\u0648\u0633\u062a\u0646 \u0628\u0647 \u0627\u062a\u0627\u0642 \u062c\u0627\u0646\u0628\u06cc \xab{{name}}\xbb",joinedMainRoom:"\u062f\u0631\u062d\u0627\u0644 \u067e\u06cc\u0648\u0633\u062a\u0646 \u0628\u0647 \u0627\u062a\u0627\u0642 \u0627\u0635\u0644\u06cc",joinedTitle:"\u0627\u062a\u0627\u0642\u200c\u0647\u0627\u06cc \u062c\u0627\u0646\u0628\u06cc"}},calendarSync:{addMeetingURL:"\u0627\u0641\u0632\u0648\u062f\u0646 \u06cc\u06a9 \u067e\u06cc\u0648\u0646\u062f \u062c\u0644\u0633\u0647",confirmAddLink:"\u0622\u06cc\u0627 \u0645\u06cc\u200c\u062e\u0648\u0627\u0647\u06cc\u062f \u067e\u06cc\u0648\u0646\u062f \u062c\u0644\u0633\u0647 \u0628\u0647 \u0627\u06cc\u0646 \u0631\u0648\u06cc\u062f\u0627\u062f \u0627\u0636\u0627\u0641\u0647 \u0634\u0648\u062f\u061f",error:{appConfiguration:"\u0627\u062a\u0635\u0627\u0644 \u062a\u0642\u0648\u06cc\u0645 \u0628\u0647\u200c\u062f\u0631\u0633\u062a\u06cc \u067e\u06cc\u06a9\u0631\u0628\u0646\u062f\u06cc \u0646\u0634\u062f\u0647\u200c\u0627\u0633\u062a.",generic:"\u062e\u0637\u0627\u06cc\u06cc \u0631\u062e\u200c\u062f\u0627\u062f\u0647\u200c\u0627\u0633\u062a. \u0644\u0637\u0641\u0627\u064b \u062a\u0646\u0638\u06cc\u0645\u0627\u062a \u062a\u0642\u0648\u06cc\u0645 \u062e\u0648\u062f \u0631\u0627 \u0628\u0631\u0631\u0633\u06cc \u06a9\u0646\u06cc\u062f \u06cc\u0627 \u062a\u0627\u0632\u0647\u200c\u0633\u0627\u0632\u06cc \u062a\u0642\u0648\u06cc\u0645 \u0631\u0627 \u0627\u0645\u062a\u062d\u0627\u0646 \u06a9\u0646\u06cc\u062f.",notSignedIn:"\u0647\u0646\u06af\u0627\u0645 \u0627\u062d\u0631\u0627\u0632 \u0647\u0648\u06cc\u062a \u0628\u0631\u0627\u06cc \u062f\u06cc\u062f\u0646 \u0631\u0648\u06cc\u062f\u0627\u062f\u0647\u0627\u06cc \u062a\u0642\u0648\u06cc\u0645 \u062e\u0637\u0627\u06cc\u06cc \u0631\u062e\u200c\u062f\u0627\u062f\u0647\u200c\u0627\u0633\u062a. \u0644\u0637\u0641\u0627\u064b \u062a\u0646\u0638\u06cc\u0645\u0627\u062a \u062a\u0642\u0648\u06cc\u0645 \u062e\u0648\u062f \u0631\u0627 \u0628\u0631\u0631\u0633\u06cc \u06a9\u0646\u06cc\u062f \u0648 \u062f\u0648\u0628\u0627\u0631\u0647 \u0648\u0627\u0631\u062f \u0634\u0648\u06cc\u062f."},join:"\u067e\u06cc\u0648\u0633\u062a\u0646",joinTooltip:"\u067e\u06cc\u0648\u0633\u062a\u0646 \u0628\u0647 \u062c\u0644\u0633\u0647",nextMeeting:"\u062c\u0644\u0633\u0647\u0654 \u0628\u0639\u062f\u06cc",noEvents:"\u0647\u06cc\u0686 \u0631\u0648\u06cc\u062f\u0627\u062f\u06cc \u0628\u0631\u0627\u06cc \u0622\u06cc\u0646\u062f\u0647 \u0628\u0631\u0646\u0627\u0645\u0647\u200c\u0631\u06cc\u0632\u06cc \u0646\u0634\u062f\u0647 \u0627\u0633\u062a.",ongoingMeeting:"\u062c\u0644\u0633\u0647\u0654 \u062f\u0631\u062d\u0627\u0644 \u0628\u0631\u06af\u0632\u0627\u0631\u06cc",permissionButton:"\u0628\u0627\u0632\u06a9\u0631\u062f\u0646 \u062a\u0646\u0638\u06cc\u0645\u0627\u062a",permissionMessage:"\u062f\u0633\u062a\u0631\u0633\u06cc \u062a\u0642\u0648\u06cc\u0645 \u0628\u0631\u0627\u06cc \u062f\u06cc\u062f\u0646 \u062c\u0644\u0633\u0627\u062a \u0634\u0645\u0627 \u062f\u0631 \u0628\u0631\u0646\u0627\u0645\u0647 \u0644\u0627\u0632\u0645 \u0627\u0633\u062a.",refresh:"\u0628\u0627\u0632\u062e\u0648\u0627\u0646\u06cc \u062a\u0642\u0648\u06cc\u0645",today:"\u0627\u0645\u0631\u0648\u0632"},carmode:{actions:{selectSoundDevice:"\u0627\u0646\u062a\u062e\u0627\u0628 \u062f\u0633\u062a\u06af\u0627\u0647 \u0635\u0648\u062a\u06cc"},labels:{buttonLabel:"\u062d\u0627\u0644\u062a \u062e\u0648\u062f\u0631\u0648",title:"\u062d\u0627\u0644\u062a \u062e\u0648\u062f\u0631\u0648",videoStopped:"\u0648\u06cc\u062f\u06cc\u0648\u06cc \u0634\u0645\u0627 \u0645\u062a\u0648\u0642\u0641 \u0634\u062f"}},chat:{enter:"\u0648\u0631\u0648\u062f \u0628\u0647 \u0627\u062a\u0627\u0642",error:"\u062e\u0637\u0627: \u067e\u06cc\u0627\u0645 \u0634\u0645\u0627 \u0627\u0631\u0633\u0627\u0644 \u0646\u0634\u062f. \u062f\u0644\u06cc\u0644: {{error}}",fieldPlaceHolder:"\u067e\u06cc\u0627\u0645 \u062e\u0648\u062f \u0631\u0627 \u0628\u0646\u0648\u06cc\u0633\u06cc\u062f",lobbyChatMessageTo:"\u067e\u06cc\u0627\u0645 \u06af\u067e\u0650 \u0627\u062a\u0627\u0642 \u0627\u0646\u062a\u0638\u0627\u0631 \u0628\u0647 {{recipient}}",message:"\u067e\u06cc\u0627\u0645",messageAccessibleTitle:"{{user}} \u0645\u06cc\u200c\u06af\u0648\u06cc\u062f:",messageAccessibleTitleMe:"\u0645\u0646 \u0645\u06cc\u200c\u06af\u0648\u06cc\u0645:",messageTo:"\u067e\u06cc\u0627\u0645 \u062e\u0635\u0648\u0635\u06cc \u0628\u0647 {{recipient}}",messagebox:"\u06cc\u06a9 \u067e\u06cc\u0627\u0645 \u0628\u0646\u0648\u06cc\u0633\u06cc\u062f",newMessages:"\u067e\u06cc\u0627\u0645\u200c\u0647\u0627\u06cc \u062c\u062f\u06cc\u062f",nickname:{popover:"\u0646\u0627\u0645 \u0646\u0645\u0627\u06cc\u0634\u06cc \u062e\u0648\u062f \u0631\u0627 \u0648\u0627\u0631\u062f \u0646\u0645\u0627\u06cc\u06cc\u062f",title:"\u0628\u0631\u0627\u06cc \u0627\u0633\u062a\u0641\u0627\u062f\u0647 \u0627\u0632 \u06af\u067e\u060c \u0646\u0627\u0645 \u0646\u0645\u0627\u06cc\u0634\u06cc \u062e\u0648\u062f \u0631\u0627 \u0648\u0627\u0631\u062f \u06a9\u0646\u06cc\u062f",titleWithPolls:"\u0628\u0631\u0627\u06cc \u0627\u0633\u062a\u0641\u0627\u062f\u0647 \u0627\u0632 \u06af\u067e \u0648 \u0646\u0638\u0631\u0633\u0646\u062c\u06cc\u060c \u0646\u0627\u0645 \u0646\u0645\u0627\u0634\u06cc \u062e\u0648\u062f \u0631\u0627 \u0648\u0627\u0631\u062f \u06a9\u0646\u06cc\u062f"},noMessagesMessage:"\u0647\u0646\u0648\u0632 \u0647\u06cc\u0686 \u067e\u06cc\u0627\u0645\u06cc \u062f\u0631 \u0627\u06cc\u0646 \u062c\u0644\u0633\u0647 \u0648\u062c\u0648\u062f \u0646\u062f\u0627\u0631\u062f. \u0627\u0632 \u0627\u06cc\u0646\u200c\u062c\u0627 \u06cc\u06a9 \u06af\u0641\u062a\u06af\u0648 \u0631\u0627 \u0622\u063a\u0627\u0632 \u06a9\u0646\u06cc\u062f!",privateNotice:"\u067e\u06cc\u0627\u0645 \u062e\u0635\u0648\u0635\u06cc \u0628\u0647 {{recipient}}",sendButton:"\u0627\u0631\u0633\u0627\u0644",smileysPanel:"\u062a\u0627\u0628\u0644\u0648\u06cc \u0634\u06a9\u0644\u06a9",tabs:{chat:"\u06af\u067e",polls:"\u0646\u0638\u0631\u0633\u0646\u062c\u06cc\u200c\u0647\u0627"},title:"\u06af\u067e",titleWithPolls:"\u06af\u067e \u0648 \u0646\u0638\u0631\u0633\u0646\u062c\u06cc\u200c\u0647\u0627",you:"\u0634\u0645\u0627"},chromeExtensionBanner:{buttonText:"\u0646\u0635\u0628 \u0627\u0641\u0632\u0648\u0646\u0647\u0654 \u0645\u0631\u0648\u0631\u06af\u0631 Chrome",buttonTextEdge:"\u0646\u0635\u0628 \u0627\u0641\u0632\u0648\u0646\u0647\u0654 \u0645\u0631\u0648\u0631\u06af\u0631 Edge",close:"\u0628\u0633\u062a\u0646",dontShowAgain:"\u062f\u06cc\u06af\u0631 \u0627\u06cc\u0646 \u0631\u0627 \u0628\u0647 \u0645\u0646 \u0646\u0645\u0627\u06cc\u0634 \u0646\u062f\u0647",installExtensionText:"\u0628\u0631\u0627\u06cc \u0627\u062a\u0635\u0627\u0644 \u0628\u0647 \u062a\u0642\u0648\u06cc\u0645 \u06af\u0648\u06af\u0644 \u0648 \u0628\u0631\u0646\u0627\u0645\u0647 \u0622\u0641\u06cc\u0633 365 \u0627\u0641\u0632\u0648\u0646\u0647 \u0631\u0627 \u0646\u0635\u0628 \u06a9\u0646\u06cc\u062f"},connectingOverlay:{joiningRoom:"\u062f\u0631\u062d\u0627\u0644 \u0627\u062a\u0635\u0627\u0644 \u0634\u0645\u0627 \u0628\u0647 \u062c\u0644\u0633\u0647..."},connection:{ATTACHED:"\u067e\u06cc\u0648\u0633\u062a\u200c\u0634\u062f\u0647",AUTHENTICATING:"\u062f\u0631\u062d\u0627\u0644 \u0627\u062d\u0631\u0627\u0632 \u0647\u0648\u06cc\u062a",AUTHFAIL:"\u062e\u0637\u0627 \u062f\u0631 \u0627\u062d\u0631\u0627\u0632 \u0647\u0648\u06cc\u062a",CONNECTED:"\u0648\u0635\u0644\u200c\u0634\u062f\u0647",CONNECTING:"\u062f\u0631\u062d\u0627\u0644 \u0627\u062a\u0635\u0627\u0644",CONNFAIL:"\u062e\u0637\u0627 \u062f\u0631 \u0627\u062a\u0635\u0627\u0644",DISCONNECTED:"\u0642\u0637\u0639 \u0634\u062f",DISCONNECTING:"\u062f\u0631\u062d\u0627\u0644 \u0642\u0637\u0639 \u0627\u062a\u0635\u0627\u0644",ERROR:"\u062e\u0637\u0627",FETCH_SESSION_ID:"\u062f\u0631\u06cc\u0627\u0641\u062a \u0634\u0646\u0627\u0633\u0647\u0654 \u062c\u0644\u0633\u0647...",GET_SESSION_ID_ERROR:"\u062e\u0637\u0627 \u062f\u0631 \u062f\u0631\u06cc\u0627\u0641\u062a \u0634\u0646\u0627\u0633\u0647\u0654 \u062c\u0644\u0633\u0647: {{code}}",GOT_SESSION_ID:"\u062f\u0631\u06cc\u0627\u0641\u062a \u0634\u0646\u0627\u0633\u0647\u0654 \u062c\u0644\u0633\u0647... \u0627\u0646\u062c\u0627\u0645 \u0634\u062f",LOW_BANDWIDTH:"\u0628\u0631\u0627\u06cc \u0635\u0631\u0641\u0647\u200c\u062c\u0648\u06cc\u06cc \u062f\u0631 \u067e\u0647\u0646\u0627\u06cc \u0628\u0627\u0646\u062f\u060c \u0648\u06cc\u062f\u06cc\u0648 \u0628\u0631\u0627\u06cc {{displayName}} \u063a\u06cc\u0631\u0641\u0639\u0627\u0644 \u0634\u062f"},connectionindicator:{address:"\u0646\u0634\u0627\u0646\u06cc:",audio_ssrc:"SSRC \u0635\u062f\u0627:",bandwidth:"\u067e\u0647\u0646\u0627\u06cc \u0628\u0627\u0646\u062f \u062a\u062e\u0645\u06cc\u0646\u06cc:",bitrate:"\u0646\u0631\u062e \u0628\u06cc\u062a:",bridgeCount:"\u062a\u0639\u062f\u0627\u062f \u0633\u0631\u0648\u0631: ",codecs:"\u0631\u0645\u0632\u06cc\u0646\u0647\u200c\u0647\u0627 (A/V): ",connectedTo:"\u0645\u062a\u0635\u0644 \u0628\u0647:",e2eeVerified:"\u0631\u0645\u0632\u06af\u0630\u0627\u0631\u06cc \u0633\u0631\u062a\u0627\u0633\u0631\u06cc \u062a\u0623\u06cc\u06cc\u062f \u0634\u062f:",framerate:"\u0646\u0631\u062e \u0628\u0627\u0632\u0633\u0627\u0632\u06cc \u062a\u0635\u0648\u06cc\u0631:",less:"\u0646\u0645\u0627\u06cc\u0634 \u06a9\u0645\u200c\u062a\u0631",localaddress:"\u0646\u0634\u0627\u0646\u06cc \u062f\u0627\u062e\u0644\u06cc:",localaddress_plural:"\u0646\u0634\u0627\u0646\u06cc\u200c\u0647\u0627\u06cc \u062f\u0627\u062e\u0644\u06cc:",localport:"\u062f\u0631\u06af\u0627\u0647 \u062f\u0627\u062e\u0644\u06cc:",localport_plural:"\u062f\u0631\u06af\u0627\u0647\u200c\u0647\u0627\u06cc \u062f\u0627\u062e\u0644\u06cc:",maxEnabledResolution:"\u0627\u0631\u0633\u0627\u0644 \u0628\u06cc\u0634\u06cc\u0646\u0647",more:"\u0646\u0645\u0627\u06cc\u0634 \u0628\u06cc\u0634\u200c\u062a\u0631",no:"\u062e\u06cc\u0631",packetloss:"\u0628\u0633\u062a\u0647\u200c\u0647\u0627\u06cc \u06af\u0645\u0634\u062f\u0647:",participant_id:"\u0634\u0646\u0627\u0633\u0647\u0654 \u0634\u0631\u06a9\u062a\u200c\u06a9\u0646\u0646\u062f\u0647:",quality:{good:"\u062e\u0648\u0628",inactive:"\u063a\u06cc\u0631\u0641\u0639\u0627\u0644",lost:"\u06af\u0645\u200c\u0634\u062f\u0647",nonoptimal:"\u063a\u06cc\u0631\u0628\u0647\u06cc\u0646\u0647",poor:"\u0636\u0639\u06cc\u0641"},remoteaddress:"\u0646\u0634\u0627\u0646\u06cc \u0628\u06cc\u0631\u0648\u0646\u06cc:",remoteaddress_plural:"\u0646\u0634\u0627\u0646\u06cc\u200c\u0647\u0627\u06cc \u0628\u06cc\u0631\u0648\u0646\u06cc:",remoteport:"\u062f\u0631\u06af\u0627\u0647 \u0628\u06cc\u0631\u0648\u0646\u06cc:",remoteport_plural:"\u062f\u0631\u06af\u0627\u0647\u200c\u0647\u0627\u06cc \u0628\u06cc\u0631\u0648\u0646\u06cc:",resolution:"\u0648\u0636\u0648\u062d:",savelogs:"\u0630\u062e\u06cc\u0631\u0647\u0654 \u06af\u0632\u0627\u0631\u0634\u200c\u0647\u0627",status:"\u0627\u062a\u0635\u0627\u0644:",transport:"\u0627\u0646\u062a\u0642\u0627\u0644:",transport_plural:"\u0627\u0646\u062a\u0642\u0627\u0644\u200c\u0647\u0627:",video_ssrc:"SSRC \u0648\u06cc\u062f\u06cc\u0648:",yes:"\u0628\u0644\u0647"},dateUtils:{earlier:"\u0642\u0628\u0644\u200c\u062a\u0631",today:"\u0627\u0645\u0631\u0648\u0632",yesterday:"\u062f\u06cc\u0631\u0648\u0632"},deepLinking:{appNotInstalled:"\u0628\u0631\u0627\u06cc \u067e\u06cc\u0648\u0633\u062a\u0646 \u0628\u0647 \u0627\u06cc\u0646 \u062c\u0644\u0633\u0647 \u0628\u0627\u06cc\u062f \u0628\u0627 \u0628\u0631\u0646\u0627\u0645\u0647\u0654 {{app}} \u062f\u0631 \u062a\u0644\u0641\u0646 \u0647\u0645\u0631\u0627\u0647 \u062e\u0648\u062f \u0627\u062f\u0627\u0645\u0647 \u062f\u0647\u06cc\u062f.",description:"\u0647\u06cc\u0686 \u0627\u062a\u0641\u0627\u0642\u06cc \u0646\u06cc\u0641\u062a\u0627\u062f\u061f \u062a\u0644\u0627\u0634 \u06a9\u0631\u062f\u06cc\u0645 \u062c\u0644\u0633\u0647 \u0631\u0627 \u062f\u0631 \u0646\u0631\u0645\u200c\u0627\u0641\u0632\u0627\u0631 \u0645\u06cc\u0632\u06a9\u0627\u0631 {{app}} \u0627\u062c\u0631\u0627 \u06a9\u0646\u06cc\u0645. \u062f\u0648\u0628\u0627\u0631\u0647 \u062a\u0644\u0627\u0634 \u06a9\u0646\u06cc\u062f \u06cc\u0627 \u062c\u0644\u0633\u0647 \u0631\u0627 \u062f\u0631 \u0646\u0633\u062e\u0647\u0654 \u0648\u0628 {{app}} \u0627\u062c\u0631\u0627 \u06a9\u0646\u06cc\u062f.",descriptionNew:"\u0647\u06cc\u0686 \u0627\u062a\u0641\u0627\u0642\u06cc \u0646\u06cc\u0641\u062a\u0627\u062f\u061f \u062a\u0644\u0627\u0634 \u06a9\u0631\u062f\u06cc\u0645 \u062c\u0644\u0633\u0647 \u0631\u0627 \u062f\u0631 \u0646\u0631\u0645\u200c\u0627\u0641\u0632\u0627\u0631 \u0645\u06cc\u0632\u06a9\u0627\u0631 {{app}} \u0627\u062c\u0631\u0627 \u06a9\u0646\u06cc\u0645.

\u0645\u06cc\u200c\u062a\u0648\u0627\u0646\u06cc\u062f \u062f\u0648\u0628\u0627\u0631\u0647 \u062a\u0644\u0627\u0634 \u06a9\u0646\u06cc\u062f \u06cc\u0627 \u062c\u0644\u0633\u0647 \u0631\u0627 \u062f\u0631 \u0646\u0633\u062e\u0647\u0654 \u0648\u0628 \u0627\u062c\u0631\u0627 \u06a9\u0646\u06cc\u062f.",descriptionWithoutWeb:"\u0647\u06cc\u0686 \u0627\u062a\u0641\u0627\u0642\u06cc \u0646\u06cc\u0641\u062a\u0627\u062f\u061f \u062a\u0644\u0627\u0634 \u06a9\u0631\u062f\u06cc\u0645 \u062c\u0644\u0633\u0647 \u0631\u0627 \u062f\u0631 \u0646\u0631\u0645\u200c\u0627\u0641\u0632\u0627\u0631 \u0645\u06cc\u0632\u06a9\u0627\u0631 {{app}} \u0627\u062c\u0631\u0627 \u06a9\u0646\u06cc\u0645.",downloadApp:"\u0628\u0627\u0631\u06af\u06cc\u0631\u06cc \u0628\u0631\u0646\u0627\u0645\u0647",downloadMobileApp:"\u0628\u0627\u0631\u06af\u06cc\u0631\u06cc \u0627\u0632 \u0641\u0631\u0648\u0634\u06af\u0627\u0647 \u0628\u0631\u0646\u0627\u0645\u0647\u200c\u0647\u0627",ifDoNotHaveApp:"\u0627\u06af\u0631 \u0647\u0646\u0648\u0632 \u0628\u0631\u0646\u0627\u0645\u0647 \u0631\u0627 \u0646\u0635\u0628 \u0646\u06a9\u0631\u062f\u0647\u200c\u0627\u06cc\u062f:",ifHaveApp:"\u0627\u06af\u0631 \u0642\u0628\u0644\u0627 \u0628\u0631\u0646\u0627\u0645\u0647 \u0631\u0627 \u0646\u0635\u0628 \u06a9\u0631\u062f\u0647\u200c\u0627\u06cc\u062f:",joinInApp:"\u0628\u0627 \u0627\u0633\u062a\u0641\u0627\u062f\u0647 \u0627\u0632 \u0628\u0631\u0646\u0627\u0645\u0647 \u0628\u0647 \u062c\u0644\u0633\u0647 \u0628\u067e\u06cc\u0648\u0646\u062f\u06cc\u062f",joinInAppNew:"\u0628\u0627 \u0627\u0633\u062a\u0641\u0627\u062f\u0647 \u0627\u0632 \u0628\u0631\u0646\u0627\u0645\u0647 \u0628\u067e\u06cc\u0648\u0646\u062f\u06cc\u062f",joinInBrowser:"\u0628\u0627 \u0627\u0633\u062a\u0641\u0627\u062f\u0647 \u0627\u0632 \u0645\u0631\u0648\u0631\u06af\u0631 \u0628\u067e\u06cc\u0648\u0646\u062f\u06cc\u062f",launchMeetingLabel:"\u0686\u06af\u0648\u0646\u0647 \u0645\u06cc\u200c\u062e\u0648\u0627\u0647\u06cc\u062f \u0628\u0647 \u0627\u06cc\u0646 \u062c\u0644\u0633\u0647 \u0628\u067e\u06cc\u0648\u0646\u062f\u06cc\u062f\u061f",launchWebButton:"\u0627\u0633\u062a\u0641\u0627\u062f\u0647 \u0627\u0632 \u0646\u0633\u062e\u0647\u200c\u0654 \u0648\u0628",noMobileApp:"\u0628\u0631\u0646\u0627\u0645\u0647 \u0631\u0627 \u0646\u0635\u0628 \u0646\u06a9\u0631\u062f\u0647\u200c\u0627\u06cc\u062f\u061f",termsAndConditions:"\u0628\u0627 \u0627\u062f\u0627\u0645\u0647\u200c\u062f\u0627\u062f\u0646\u060c \u0628\u0627 \u0634\u0631\u0627\u06cc\u0637 \u0648 \u0636\u0648\u0627\u0628\u0637 \u0645\u0627 \u0645\u0648\u0627\u0641\u0642\u062a \u0645\u06cc\u200c\u06a9\u0646\u06cc\u062f.",title:"\u062f\u0631\u062d\u0627\u0644 \u0627\u062c\u0631\u0627\u06cc \u062c\u0644\u0633\u0647\u0654 \u0634\u0645\u0627 \u062f\u0631 {{app}}...",titleNew:"\u062f\u0631\u062d\u0627\u0644 \u0627\u062c\u0631\u0627\u06cc \u062c\u0644\u0633\u0647\u0654 \u0634\u0645\u0627...",tryAgainButton:"\u0628\u0627 \u0646\u0633\u062e\u0647\u200c\u0654 \u0645\u06cc\u0632\u06a9\u0627\u0631 \u062f\u0648\u0628\u0627\u0631\u0647 \u062a\u0644\u0627\u0634 \u06a9\u0646\u06cc\u062f",unsupportedBrowser:"\u0628\u0647 \u0646\u0638\u0631 \u0645\u06cc\u200c\u0631\u0633\u062f \u062f\u0631 \u062d\u0627\u0644 \u0627\u0633\u062a\u0641\u0627\u062f\u0647 \u0627\u0632 \u06cc\u06a9 \u0645\u0631\u0648\u0631\u06af\u0631 \u067e\u0634\u062a\u06cc\u0628\u0627\u0646\u06cc\u200c\u0646\u0634\u062f\u0647 \u0647\u0633\u062a\u06cc\u062f."},defaultLink:"\u0628\u0631\u0627\u06cc \u0645\u062b\u0627\u0644 {{url}}",defaultNickname:"\u0628\u0631\u0627\u06cc \u0645\u062b\u0627\u0644: \u0622\u0646\u0627\u0647\u06cc\u062a\u0627",deviceError:{cameraError:"\u062e\u0637\u0627 \u062f\u0631 \u062f\u0633\u062a\u0631\u0633\u06cc \u0628\u0647 \u062f\u0648\u0631\u0628\u06cc\u0646",cameraPermission:"\u062e\u0637\u0627 \u062f\u0631 \u06af\u0631\u0641\u062a\u0646 \u0627\u062c\u0627\u0632\u0647\u0654 \u062f\u0648\u0631\u0628\u06cc\u0646",microphoneError:"\u062e\u0637\u0627 \u062f\u0631 \u062f\u0633\u062a\u0631\u0633\u06cc \u0628\u0647 \u0645\u06cc\u06a9\u0631\u0648\u0641\u0646",microphonePermission:"\u062e\u0637\u0627 \u062f\u0631 \u06af\u0631\u0641\u062a\u0646 \u0627\u062c\u0627\u0632\u0647\u0654 \u0645\u06cc\u06a9\u0631\u0648\u0641\u0646"},deviceSelection:{hid:{callControl:"\u06a9\u0646\u062a\u0631\u0644 \u062a\u0645\u0627\u0633",connectedDevices:"\u062f\u0633\u062a\u06af\u0627\u0647\u200c\u0647\u0627\u06cc \u0645\u062a\u0635\u0644:",deleteDevice:"\u062d\u0630\u0641 \u062f\u0633\u062a\u06af\u0627\u0647",pairDevice:"\u062c\u0641\u062a\u200c\u06a9\u0631\u062f\u0646 \u062f\u0633\u062a\u06af\u0627\u0647"},noPermission:"\u0627\u062c\u0627\u0632\u0647 \u062f\u0627\u062f\u0647 \u0646\u0634\u062f",previewUnavailable:"\u067e\u06cc\u0634\u200c\u0646\u0645\u0627\u06cc\u0634 \u062f\u0631 \u062f\u0633\u062a\u0631\u0633 \u0646\u06cc\u0633\u062a",selectADevice:"\u06cc\u06a9 \u062f\u0633\u062a\u06af\u0627\u0647 \u0631\u0627 \u0627\u0646\u062a\u062e\u0627\u0628 \u06a9\u0646\u06cc\u062f",testAudio:"\u0622\u0632\u0645\u0627\u06cc\u0634"},dialIn:{screenTitle:"\u062e\u0644\u0627\u0635\u0647\u0654 \u0634\u0645\u0627\u0631\u0647\u200c\u06af\u06cc\u0631\u06cc"},dialOut:{statusMessage:"\u0627\u06a9\u0646\u0648\u0646 {{status}} \u0627\u0633\u062a"},dialog:{Back:"\u0628\u0627\u0632\u06af\u0634\u062a",Cancel:"\u0644\u063a\u0648",IamHost:"\u0645\u0646 \u0645\u06cc\u0632\u0628\u0627\u0646 \u0647\u0633\u062a\u0645",Ok:"\u062a\u0623\u06cc\u06cc\u062f",Remove:"\u062d\u0630\u0641\u200c\u06a9\u0631\u062f\u0646",Share:"\u0647\u0645\u200c\u0631\u0633\u0627\u0646\u06cc",Submit:"\u0627\u0631\u0633\u0627\u0644",WaitForHostMsg:"\u06a9\u0646\u0641\u0631\u0627\u0646\u0633 \u0647\u0646\u0648\u0632 \u0634\u0631\u0648\u0639 \u0646\u0634\u062f\u0647 \u0627\u0633\u062a\u060c \u0627\u06af\u0631 \u0645\u06cc\u0632\u0628\u0627\u0646 \u0647\u0633\u062a\u06cc\u062f \u0648\u0627\u0631\u062f \u0634\u0648\u06cc\u062f\u060c \u062f\u0631 \u063a\u06cc\u0631\u0627\u06cc\u0646 \u0635\u0648\u0631\u062a \u062a\u0627 \u0631\u0633\u06cc\u062f\u0646 \u0645\u06cc\u0632\u0628\u0627\u0646 \u0648 \u0634\u0631\u0648\u0639 \u062c\u0644\u0633\u0647 \u0645\u0646\u062a\u0638\u0631 \u0628\u0645\u0627\u0646\u06cc\u062f.",WaitingForHostTitle:"\u062f\u0631 \u0627\u0646\u062a\u0638\u0627\u0631 \u0645\u06cc\u0632\u0628\u0627\u0646 ...",Yes:"\u0628\u0644\u0647",accessibilityLabel:{Cancel:"\u0644\u063a\u0648 (\u062a\u0631\u06a9\u200c\u06a9\u0631\u062f\u0646 \u067e\u0646\u062c\u0631\u0647\u0654 \u06af\u0641\u062a\u06af\u0648)",Ok:"\u0628\u0627\u0634\u0647 (\u0630\u062e\u06cc\u0631\u0647 \u0648 \u062a\u0631\u06a9\u200c\u06a9\u0631\u062f\u0646 \u067e\u0646\u062c\u0631\u0647\u0654 \u06af\u0641\u062a\u06af\u0648)",close:"\u0628\u0633\u062a\u0646 \u067e\u06cc\u0627\u0645",liveStreaming:"\u067e\u062e\u0634 \u0632\u0646\u062f\u0647",sharingTabs:"\u06af\u0632\u06cc\u0646\u0647\u200c\u0647\u0627\u06cc \u0647\u0645\u200c\u0631\u0633\u0627\u0646\u06cc"},add:"\u0627\u0641\u0632\u0648\u062f\u0646",addMeetingNote:"\u06cc\u06a9 \u06cc\u0627\u062f\u062f\u0627\u0634\u062a \u062f\u0631\u0628\u0627\u0631\u0647\u0654 \u0627\u06cc\u0646 \u062c\u0644\u0633\u0647 \u0628\u06cc\u0627\u0641\u0632\u0627\u06cc\u06cc\u062f",addOptionalNote:"\u0627\u0641\u0632\u0648\u062f\u0646 \u06cc\u06a9 \u06cc\u0627\u062f\u062f\u0627\u0634\u062a (\u0627\u062e\u062a\u06cc\u0627\u0631\u06cc):",allow:"\u0627\u062c\u0627\u0632\u0647\u200c\u062f\u0627\u062f\u0646",alreadySharedVideoMsg:"\u06cc\u06a9 \u0634\u0631\u06a9\u062a\u200c\u06a9\u0646\u0646\u062f\u0647\u0654 \u062f\u06cc\u06af\u0631 \u062f\u0631\u062d\u0627\u0644 \u0647\u0645\u200c\u0631\u0633\u0627\u0646\u06cc \u0648\u06cc\u062f\u06cc\u0648 \u0627\u0633\u062a. \u0627\u06cc\u0646 \u06a9\u0646\u0641\u0631\u0627\u0646\u0633 \u062f\u0631 \u0647\u0631 \u0632\u0645\u0627\u0646 \u0641\u0642\u0637 \u0627\u062c\u0627\u0632\u0647\u0654 \u0647\u0645\u200c\u0631\u0633\u0627\u0646\u06cc \u06cc\u06a9 \u0648\u06cc\u062f\u06cc\u0648 \u0631\u0627 \u0645\u06cc\u200c\u062f\u0647\u062f.",alreadySharedVideoTitle:"\u0641\u0642\u0637 \u06cc\u06a9 \u0648\u06cc\u062f\u06cc\u0648 \u0631\u0627 \u0645\u06cc\u200c\u062a\u0648\u0627\u0646 \u062f\u0631 \u0647\u0631 \u0632\u0645\u0627\u0646 \u0647\u0645\u200c\u0631\u0633\u0627\u0646\u06cc \u06a9\u0631\u062f",applicationWindow:"\u067e\u0646\u062c\u0631\u0647\u0654 \u0628\u0631\u0646\u0627\u0645\u0647",authenticationRequired:"\u0627\u062d\u0631\u0627\u0632 \u0647\u0648\u06cc\u062a \u0645\u0648\u0631\u062f \u0646\u06cc\u0627\u0632 \u0627\u0633\u062a",cameraConstraintFailedError:"\u062f\u0648\u0631\u0628\u06cc\u0646 \u0634\u0645\u0627 \u0628\u0631\u062e\u06cc \u0627\u0632 \u0642\u0627\u0628\u0644\u06cc\u062a\u200c\u0647\u0627\u06cc \u0645\u0648\u0631\u062f \u0646\u06cc\u0627\u0632 \u0631\u0627 \u0646\u062f\u0627\u0631\u062f.",cameraNotFoundError:"\u062f\u0648\u0631\u0628\u06cc\u0646 \u067e\u06cc\u062f\u0627 \u0646\u0634\u062f.",cameraNotSendingData:"\u0628\u0647 \u062f\u0648\u0631\u0628\u06cc\u0646 \u0634\u0645\u0627 \u062f\u0633\u062a\u0631\u0633\u06cc \u0646\u062f\u0627\u0631\u06cc\u0645. \u0628\u0631\u0631\u0633\u06cc \u06a9\u0646\u06cc\u062f \u06a9\u0647 \u0628\u0631\u0646\u0627\u0645\u0647\u0654 \u062f\u06cc\u06af\u0631\u06cc \u062f\u0631 \u062d\u0627\u0644 \u0627\u0633\u062a\u0641\u0627\u062f\u0647 \u0627\u0632 \u062f\u0648\u0631\u0628\u06cc\u0646 \u0646\u0628\u0627\u0634\u062f\u060c \u0627\u06af\u0631 \u0645\u06cc\u200c\u062a\u0648\u0627\u0646\u06cc\u062f \u062f\u0648\u0631\u0628\u06cc\u0646 \u062f\u06cc\u06af\u0631\u06cc \u0631\u0627 \u0627\u0632 \u0641\u0647\u0631\u0633\u062a \u062a\u0646\u0638\u06cc\u0645\u0627\u062a \u0627\u0646\u062a\u062e\u0627\u0628 \u06a9\u0646\u06cc\u062f \u06cc\u0627 \u062a\u0644\u0627\u0634 \u06a9\u0646\u06cc\u062f \u0628\u0631\u0646\u0627\u0645\u0647 \u0631\u0627 \u062f\u0648\u0628\u0627\u0631\u0647 \u0628\u0627\u0631\u06af\u0630\u0627\u0631\u06cc \u06a9\u0646\u06cc\u062f.",cameraNotSendingDataTitle:"\u062f\u0633\u062a\u0631\u0633\u06cc \u0628\u0647 \u062f\u0648\u0631\u0628\u06cc\u0646 \u0627\u0645\u06a9\u0627\u0646\u200c\u067e\u0630\u06cc\u0631 \u0646\u06cc\u0633\u062a",cameraPermissionDeniedError:"\u0634\u0645\u0627 \u0627\u062c\u0627\u0632\u0647\u0654 \u0627\u0633\u062a\u0641\u0627\u062f\u0647 \u0627\u0632 \u062f\u0648\u0631\u0628\u06cc\u0646 \u062e\u0648\u062f \u0631\u0627 \u0646\u062f\u0627\u062f\u0647\u200c\u0627\u06cc\u062f. \u0647\u0645\u0686\u0646\u0627\u0646 \u0645\u06cc\u200c\u062a\u0648\u0627\u0646\u06cc\u062f \u0628\u0647 \u06a9\u0646\u0641\u0631\u0627\u0646\u0633 \u0628\u067e\u06cc\u0648\u0646\u062f\u06cc\u062f\u060c \u0627\u0645\u0627 \u062f\u06cc\u06af\u0631\u0627\u0646 \u0634\u0645\u0627 \u0631\u0627 \u0646\u062e\u0648\u0627\u0647\u0646\u062f \u062f\u06cc\u062f. \u0628\u0631\u0627\u06cc \u0631\u0641\u0639 \u0627\u06cc\u0646 \u0645\u0634\u06a9\u0644 \u0627\u0632 \u062f\u06a9\u0645\u0647\u0654 \u062f\u0648\u0631\u0628\u06cc\u0646 \u062f\u0631 \u0646\u0648\u0627\u0631\u0650 \u0646\u0634\u0627\u0646\u06cc \u0627\u0633\u062a\u0641\u0627\u062f\u0647 \u06a9\u0646\u06cc\u062f.",cameraTimeoutError:"\u0645\u0646\u0628\u0639 \u0648\u06cc\u062f\u06cc\u0648 \u0634\u0631\u0648\u0639 \u0646\u0634\u062f. \u0628\u06cc\u0634\u200c\u0627\u0632\u062d\u062f \u0637\u0648\u0644 \u06a9\u0634\u06cc\u062f!",cameraUnknownError:"\u0628\u0647 \u062f\u0644\u0627\u06cc\u0644\u06cc \u0646\u0627\u0645\u0634\u062e\u0635 \u0646\u0645\u06cc\u200c\u062a\u0648\u0627\u0646 \u0627\u0632 \u062f\u0648\u0631\u0628\u06cc\u0646 \u0627\u0633\u062a\u0641\u0627\u062f\u0647 \u06a9\u0631\u062f.",cameraUnsupportedResolutionError:"\u062f\u0648\u0631\u0628\u06cc\u0646 \u0634\u0645\u0627 \u0627\u0632 \u0648\u0636\u0648\u062d \u062a\u0635\u0648\u06cc\u0631 \u0645\u0648\u0631\u062f \u0646\u06cc\u0627\u0632 \u067e\u0634\u062a\u06cc\u0628\u0627\u0646\u06cc \u0646\u0645\u06cc\u200c\u06a9\u0646\u062f.",close:"\u0628\u0633\u062a\u0646",conferenceDisconnectMsg:"\u0634\u0627\u06cc\u062f \u0628\u062e\u0648\u0627\u0647\u06cc\u062f \u0627\u062a\u0635\u0627\u0644 \u0634\u0628\u06a9\u0647 \u062e\u0648\u062f \u0631\u0627 \u0628\u0631\u0631\u0633\u06cc \u06a9\u0646\u06cc\u062f. \u062a\u0644\u0627\u0634 \u0628\u0631\u0627\u06cc \u0627\u062a\u0635\u0627\u0644 \u062f\u0648\u0628\u0627\u0631\u0647 \u062f\u0631 {{seconds}} \u062b\u0627\u0646\u06cc\u0647 \u062f\u06cc\u06af\u0631...",conferenceDisconnectTitle:"\u0627\u062a\u0635\u0627\u0644 \u0634\u0645\u0627 \u0642\u0637\u0639 \u0634\u062f\u0647\u200c\u0627\u0633\u062a.",conferenceReloadMsg:"\u0645\u0627 \u062f\u0631 \u062d\u0627\u0644 \u062a\u0644\u0627\u0634 \u0628\u0631\u0627\u06cc \u062d\u0644 \u0627\u06cc\u0646 \u0645\u0634\u06a9\u0644 \u0647\u0633\u062a\u06cc\u0645. \u062a\u0644\u0627\u0634 \u0628\u0631\u0627\u06cc \u0627\u062a\u0635\u0627\u0644 \u062f\u0648\u0628\u0627\u0631\u0647 \u062f\u0631 {{seconds}} \u062b\u0627\u0646\u06cc\u0647 \u062f\u06cc\u06af\u0631...",conferenceReloadTitle:"\u0645\u062a\u0623\u0633\u0641\u0627\u0646\u0647 \u0645\u0634\u06a9\u0644\u06cc \u067e\u06cc\u0634 \u0622\u0645\u062f.",confirm:"\u062a\u0623\u06cc\u06cc\u062f",confirmNo:"\u062e\u06cc\u0631",confirmYes:"\u0628\u0644\u0647",connectError:"\u0627\u0648\u0647! \u0645\u0634\u06a9\u0644\u06cc \u067e\u06cc\u0634 \u0622\u0645\u062f \u0648 \u0646\u062a\u0648\u0627\u0646\u0633\u062a\u06cc\u0645 \u0628\u0647 \u06a9\u0646\u0641\u0631\u0627\u0646\u0633 \u0648\u0635\u0644 \u0634\u0648\u06cc\u0645.",connectErrorWithMsg:"\u0627\u0648\u0647! \u0645\u0634\u06a9\u0644\u06cc \u067e\u06cc\u0634 \u0622\u0645\u062f \u0648 \u0646\u062a\u0648\u0627\u0646\u0633\u062a\u06cc\u0645 \u0628\u0647 \u06a9\u0646\u0641\u0631\u0627\u0646\u0633 \u0648\u0635\u0644 \u0634\u0648\u06cc\u0645: {{msg}}",connecting:"\u062f\u0631\u062d\u0627\u0644 \u0627\u062a\u0635\u0627\u0644",contactSupport:"\u062a\u0645\u0627\u0633 \u0628\u0627 \u067e\u0634\u062a\u06cc\u0628\u0627\u0646\u06cc",copied:"\u0631\u0648\u0646\u0648\u0634\u062a\u200c\u0634\u062f",copy:"\u0631\u0648\u0646\u0648\u0634\u062a",dismiss:"\u0631\u062f\u06a9\u0631\u062f\u0646",displayNameRequired:"\u0633\u0644\u0627\u0645! \u0646\u0627\u0645 \u0634\u0645\u0627 \u0686\u06cc\u0633\u062a\u061f",done:"\u0627\u0646\u062c\u0627\u0645 \u0634\u062f",e2eeDescription:"\u0631\u0645\u0632\u06af\u0630\u0627\u0631\u06cc \u0633\u0631\u062a\u0627\u0633\u0631 \u062f\u0631 \u062d\u0627\u0644 \u062d\u0627\u0636\u0631 \u0622\u0632\u0645\u0627\u06cc\u0634\u06cc \u0627\u0633\u062a. \u0644\u0637\u0641\u0627\u064b \u062f\u0631 \u0646\u0638\u0631 \u062f\u0627\u0634\u062a\u0647 \u0628\u0627\u0634\u06cc\u062f \u06a9\u0647 \u0641\u0639\u0627\u0644\u200c\u06a9\u0631\u062f\u0646 \u0631\u0645\u0632\u06af\u0630\u0627\u0631\u06cc \u0633\u0631\u062a\u0627\u0633\u0631\u06cc \u062e\u062f\u0645\u0627\u062a \u0627\u0631\u0627\u0626\u0647\u200c\u0634\u062f\u0647 \u062f\u0631 \u0633\u0645\u062a \u0633\u0631\u0648\u0631 \u0631\u0627 \u063a\u06cc\u0631\u0641\u0639\u0627\u0644 \u062e\u0648\u0627\u0647\u062f \u06a9\u0631\u062f\u061b \u0645\u0627\u0646\u0646\u062f: \u0645\u0634\u0627\u0631\u06a9\u062a \u062a\u0644\u0641\u0646\u06cc \u062f\u0631 \u062c\u0644\u0633\u0627\u062a. \u0647\u0645\u0686\u0646\u06cc\u0646 \u062f\u0631 \u0646\u0638\u0631 \u062f\u0627\u0634\u062a\u0647 \u0628\u0627\u0634\u06cc\u062f \u06a9\u0647 \u062c\u0644\u0633\u0647 \u062a\u0646\u0647\u0627 \u0628\u0631\u0627\u06cc \u0627\u0641\u0631\u0627\u062f\u06cc \u06a9\u0647 \u0627\u0632 \u0637\u0631\u06cc\u0642 \u0645\u0631\u0648\u0631\u06af\u0631\u0647\u0627\u06cc\u06cc \u0628\u0627 \u067e\u0634\u062a\u06cc\u0628\u0627\u0646\u06cc \u0627\u06cc\u0646 \u0642\u0627\u0628\u0644\u06cc\u062a \u0645\u06cc\u200c\u067e\u06cc\u0648\u0646\u062f\u0646\u062f\u060c \u06a9\u0627\u0631 \u0645\u06cc\u200c\u06a9\u0646\u062f.",e2eeDisabledDueToMaxModeDescription:"\u0628\u0647 \u062f\u0644\u06cc\u0644 \u062a\u0639\u062f\u0627\u062f \u0632\u06cc\u0627\u062f \u0634\u0631\u06a9\u062a\u200c\u06a9\u0646\u0646\u062f\u06af\u0627\u0646 \u062f\u0631 \u06a9\u0646\u0641\u0631\u0627\u0646\u0633\u060c \u0631\u0645\u0632\u06af\u0630\u0627\u0631\u06cc \u0633\u0631\u062a\u0627\u0633\u0631\u06cc \u0646\u0645\u06cc\u200c\u062a\u0648\u0627\u0646\u062f \u0641\u0639\u0627\u0644 \u0634\u0648\u062f.",e2eeLabel:"\u0631\u0645\u0632\u06af\u0630\u0627\u0631\u06cc \u0633\u0631\u062a\u0627\u0633\u0631\u06cc \u0631\u0627 \u0641\u0639\u0627\u0644 \u06a9\u0646",e2eeWarning:"\u0647\u0634\u062f\u0627\u0631:\u0628\u0647 \u0646\u0638\u0631 \u0645\u06cc\u200c\u0631\u0633\u062f \u0647\u0645\u0647\u0654 \u0634\u0631\u06a9\u062a\u200c\u06a9\u0646\u0646\u062f\u06af\u0627\u0646 \u062f\u0631 \u0627\u06cc\u0646 \u062c\u0644\u0633\u0647 \u0627\u0632 \u0631\u0645\u0632\u06af\u0630\u0627\u0631\u06cc \u0633\u0631\u062a\u0627\u0633\u0631\u06cc \u067e\u0634\u062a\u06cc\u0628\u0627\u0646\u06cc \u0646\u0645\u06cc\u200c\u06a9\u0646\u0646\u062f. \u0627\u06af\u0631 \u0627\u06cc\u0646 \u0642\u0627\u0628\u0644\u06cc\u062a \u0631\u0627 \u0641\u0639\u0627\u0644 \u06a9\u0646\u06cc\u062f\u060c \u0622\u0646\u200c\u0647\u0627 \u0635\u062f\u0627\u06cc \u062c\u0644\u0633\u0647 \u0631\u0627 \u0646\u0645\u06cc\u200c\u0634\u0646\u0648\u0646\u062f \u0648 \u062a\u0635\u0648\u06cc\u0631 \u0631\u0627 \u0645\u0634\u0627\u0647\u062f\u0647 \u0646\u062e\u0648\u0627\u0647\u0646\u062f \u06a9\u0631\u062f.",e2eeWillDisableDueToMaxModeDescription:"\u0647\u0634\u062f\u0627\u0631:: \u0627\u06af\u0631 \u0634\u0631\u06a9\u062a\u200c\u06a9\u0646\u0646\u062f\u06af\u0627\u0646 \u0628\u06cc\u0634\u062a\u0631\u06cc \u0628\u0647 \u06a9\u0646\u0641\u0631\u0627\u0646\u0633 \u0628\u067e\u06cc\u0648\u0646\u062f\u0646\u062f\u060c \u0631\u0645\u0632\u06af\u0630\u0627\u0631\u06cc \u0633\u0631\u062a\u0627\u0633\u0631\u06cc \u0628\u0647 \u0637\u0648\u0631 \u062e\u0648\u062f\u06a9\u0627\u0631 \u063a\u06cc\u0631\u0641\u0639\u0627\u0644 \u0645\u06cc\u200c\u0634\u0648\u062f.",embedMeeting:"\u062c\u0627\u0633\u0627\u0632\u06cc \u062c\u0644\u0633\u0647",enterDisplayName:"\u0646\u0627\u0645 \u062e\u0648\u062f \u0631\u0627 \u0648\u0627\u0631\u062f \u06a9\u0646\u06cc\u062f",error:"\u062e\u0637\u0627",gracefulShutdown:"\u0633\u0631\u0648\u06cc\u0633 \u0645\u0627 \u062f\u0631\u062d\u0627\u0644 \u0628\u0647\u200c\u0631\u0648\u0632\u0631\u0633\u0627\u0646\u06cc \u0627\u0633\u062a \u0648 \u0647\u0645\u200c\u0627\u06a9\u0646\u0648\u0646 \u062f\u0631 \u062f\u0633\u062a\u0631\u0633 \u0646\u0645\u06cc\u200c\u0628\u0627\u0634\u062f. \u0644\u0637\u0641\u0627\u064b \u0628\u0639\u062f\u0627\u064b \u062f\u0648\u0628\u0627\u0631\u0647 \u0627\u0645\u062a\u062d\u0627\u0646 \u06a9\u0646\u06cc\u062f.",grantModeratorDialog:"\u0622\u06cc\u0627 \u0645\u0637\u0645\u0626\u0646 \u0647\u0633\u062a\u06cc\u062f \u06a9\u0647 \u0645\u06cc\u200c\u062e\u0648\u0627\u0647\u06cc\u062f \u062f\u0633\u062a\u0631\u0633\u06cc \u0645\u062f\u06cc\u0631 \u0631\u0627 \u0628\u0647 {{participantName}} \u0627\u0639\u0637\u0627 \u06a9\u0646\u06cc\u062f\u061f",grantModeratorTitle:"\u0627\u0639\u0637\u0627\u06cc \u062f\u0633\u062a\u0631\u0633\u06cc \u0645\u062f\u06cc\u0631",hide:"\u0645\u062e\u0641\u06cc\u200c\u06a9\u0631\u062f\u0646",hideShareAudioHelper:"\u0627\u06cc\u0646 \u067e\u06cc\u0627\u0645 \u0631\u0627 \u062f\u0648\u0628\u0627\u0631\u0647 \u0646\u0634\u0627\u0646 \u0646\u062f\u0647",incorrectPassword:"\u0646\u0627\u0645 \u06a9\u0627\u0631\u0628\u0631\u06cc \u06cc\u0627 \u06af\u0630\u0631\u0648\u0627\u0698\u0647 \u0627\u0634\u062a\u0628\u0627\u0647 \u0627\u0633\u062a",incorrectRoomLockPassword:"\u06af\u0630\u0631\u0648\u0627\u0698\u0647 \u0627\u0634\u062a\u0628\u0627\u0647 \u0627\u0633\u062a",internalError:"\u0627\u0648\u0647! \u0645\u0634\u06a9\u0644\u06cc \u067e\u06cc\u0634 \u0622\u0645\u062f. \u062e\u0637\u0627\u06cc \u0645\u0642\u0627\u0628\u0644 \u0631\u062e \u062f\u0627\u062f: {{error}}",internalErrorTitle:"\u062e\u0637\u0627\u06cc \u062f\u0627\u062e\u0644\u06cc",kickMessage:"\u0628\u0631\u0627\u06cc \u062c\u0632\u0626\u06cc\u0627\u062a \u0628\u06cc\u0634\u062a\u0631 \u0645\u06cc\u200c\u062a\u0648\u0627\u0646\u06cc\u062f \u0628\u0627 {{participantDisplayName}} \u062a\u0645\u0627\u0633 \u0628\u06af\u06cc\u0631\u06cc\u062f.",kickParticipantButton:"\u0628\u06cc\u0631\u0648\u0646\u200c\u06a9\u0631\u062f\u0646",kickParticipantDialog:"\u0622\u06cc\u0627 \u0645\u0637\u0645\u0626\u0646 \u0647\u0633\u062a\u06cc\u062f \u06a9\u0647 \u0645\u06cc\u200c\u062e\u0648\u0627\u0647\u06cc\u062f \u0627\u06cc\u0646 \u0634\u0631\u06a9\u062a\u200c\u06a9\u0646\u0646\u062f\u0647 \u0631\u0627 \u0628\u06cc\u0631\u0648\u0646 \u06a9\u0646\u06cc\u062f\u061f",kickParticipantTitle:"\u0628\u06cc\u0631\u0648\u0646\u200c\u06a9\u0631\u062f\u0646 \u0627\u06cc\u0646 \u0634\u0631\u06a9\u062a\u200c\u06a9\u0646\u0646\u062f\u0647\u061f",kickTitle:"\u0622\u062e! {{participantDisplayName}} \u0634\u0645\u0627 \u0631\u0627 \u0627\u0632 \u062c\u0644\u0633\u0647 \u0628\u06cc\u0631\u0648\u0646 \u06a9\u0631\u062f",linkMeeting:"\u067e\u06cc\u0648\u0646\u062f \u062c\u0644\u0633\u0647",linkMeetingTitle:"\u067e\u06cc\u0648\u0646\u062f \u062c\u0644\u0633\u0647 \u0628\u0647 Salesforce",liveStreaming:"\u067e\u062e\u0634 \u0632\u0646\u062f\u0647",liveStreamingDisabledBecauseOfActiveRecordingTooltip:"\u0647\u0646\u06af\u0627\u0645\u06cc \u06a9\u0647 \u0636\u0628\u0637 \u0641\u0639\u0627\u0644 \u0627\u0633\u062a \u0627\u0645\u06a9\u0627\u0646\u200c\u067e\u0630\u06cc\u0631 \u0646\u06cc\u0633\u062a",localUserControls:"\u06a9\u0646\u062a\u0631\u0644\u200c\u0647\u0627\u06cc \u06a9\u0627\u0631\u0628\u0631 \u0645\u062d\u0644\u06cc",lockMessage:"\u0642\u0641\u0644\u200c\u06a9\u0631\u062f\u0646 \u06a9\u0646\u0641\u0631\u0627\u0646\u0633 \u0628\u0627 \u062e\u0637\u0627 \u0645\u0648\u0627\u062c\u0647 \u0634\u062f.",lockRoom:"\u0627\u0641\u0632\u0648\u062f\u0646 $t(lockRoomPassword) \u0628\u0647 \u062c\u0644\u0633\u0647",lockTitle:"\u0642\u0641\u0644\u200c\u06a9\u0631\u062f\u0646 \u0628\u0627 \u062e\u0637\u0627 \u0645\u0648\u0627\u062c\u0647 \u0634\u062f",login:"\u0648\u0631\u0648\u062f",logoutQuestion:"\u0622\u06cc\u0627 \u0645\u0637\u0645\u0626\u0646 \u0647\u0633\u062a\u06cc\u062f \u06a9\u0647 \u0645\u06cc\u200c\u062e\u0648\u0627\u0647\u06cc\u062f \u062e\u0627\u0631\u062c \u0634\u0648\u06cc\u062f \u0648 \u06a9\u0646\u0641\u0631\u0627\u0646\u0633 \u0631\u0627 \u062a\u0631\u06a9 \u06a9\u0646\u06cc\u062f\u061f",logoutTitle:"\u062e\u0631\u0648\u062c",maxUsersLimitReached:"\u062a\u0639\u062f\u0627\u062f \u0634\u0631\u06a9\u062a\u200c\u06a9\u0646\u0646\u062f\u06af\u0627\u0646 \u0628\u0647 \u0628\u06cc\u0634\u06cc\u0646\u0647 \u0645\u06cc\u0632\u0627\u0646 \u0645\u062c\u0627\u0632 \u0631\u0633\u06cc\u062f\u0647 \u0627\u0633\u062a. \u06a9\u0646\u0641\u0631\u0627\u0646\u0633 \u067e\u064f\u0631 \u0627\u0633\u062a. \u0644\u0637\u0641\u0627\u064b \u0628\u0627 \u0635\u0627\u062d\u0628 \u062c\u0644\u0633\u0647 \u062a\u0645\u0627\u0633 \u0628\u06af\u06cc\u0631\u06cc\u062f \u06cc\u0627 \u0628\u0639\u062f\u0627\u064b \u062f\u0648\u0628\u0627\u0631\u0647 \u062a\u0644\u0627\u0634 \u06a9\u0646\u06cc\u062f!",maxUsersLimitReachedTitle:"\u062a\u0639\u062f\u0627\u062f \u0634\u0631\u06a9\u062a\u200c\u06a9\u0646\u0646\u062f\u06af\u0627\u0646 \u0628\u0647 \u0628\u06cc\u0634\u06cc\u0646\u0647 \u0645\u06cc\u0632\u0627\u0646 \u0645\u062c\u0627\u0632 \u0631\u0633\u06cc\u062f\u0647 \u0627\u0633\u062a",micConstraintFailedError:"\u0645\u06cc\u06a9\u0631\u0648\u0641\u0648\u0646 \u0634\u0645\u0627 \u0628\u0631\u062e\u06cc \u0627\u0632 \u0642\u0627\u0628\u0644\u06cc\u062a\u200c\u0647\u0627\u06cc \u0645\u0648\u0631\u062f \u0646\u06cc\u0627\u0632 \u0631\u0627 \u0646\u062f\u0627\u0631\u062f.",micNotFoundError:"\u0645\u06cc\u06a9\u0631\u0648\u0641\u0646 \u067e\u06cc\u062f\u0627 \u0646\u0634\u062f.",micNotSendingData:"\u0628\u0631\u0627\u06cc \u0631\u0648\u0634\u0646\u200c\u06a9\u0631\u062f\u0646 \u0645\u06cc\u06a9\u0631\u0648\u0641\u0648\u0646 \u062e\u0648\u062f \u0648 \u062a\u0646\u0638\u06cc\u0645 \u0633\u0637\u062d \u0635\u062f\u0627\u06cc \u0622\u0646\u060c \u0628\u0647 \u062a\u0646\u0638\u06cc\u0645\u0627\u062a \u0631\u0627\u06cc\u0627\u0646\u0647\u0654 \u062e\u0648\u062f \u0628\u0631\u0648\u06cc\u062f",micNotSendingDataTitle:"\u0645\u06cc\u06a9\u0631\u0648\u0641\u0646 \u0634\u0645\u0627 \u062a\u0648\u0633\u0637 \u062a\u0646\u0638\u06cc\u0645\u0627\u062a \u0631\u0627\u06cc\u0627\u0646\u0647\u0654 \u0634\u0645\u0627 \u0628\u06cc\u200c\u0635\u062f\u0627 \u0634\u062f\u0647 \u0627\u0633\u062a",micPermissionDeniedError:"\u0634\u0645\u0627 \u0645\u062c\u0648\u0632 \u0627\u0633\u062a\u0641\u0627\u062f\u0647 \u0627\u0632 \u0645\u06cc\u06a9\u0631\u0648\u0641\u0646 \u0631\u0627 \u0646\u062f\u0627\u062f\u0647\u200c\u0627\u06cc\u062f. \u0647\u0645\u0686\u0646\u0627\u0646 \u0645\u06cc\u200c\u062a\u0648\u0627\u0646\u06cc\u062f \u0628\u0647 \u06a9\u0646\u0641\u0631\u0627\u0646\u0633 \u0628\u067e\u06cc\u0648\u0646\u062f\u06cc\u062f\u060c \u0627\u0645\u0627 \u062f\u06cc\u06af\u0631\u0627\u0646 \u0635\u062f\u0627\u06cc \u0634\u0645\u0627 \u0631\u0627 \u0646\u0645\u06cc\u200c\u0634\u0646\u0648\u0646\u062f. \u0628\u0631\u0627\u06cc \u0631\u0641\u0639 \u0627\u06cc\u0646 \u0645\u0634\u06a9\u0644 \u0627\u0632 \u062f\u06a9\u0645\u0647\u0654 \u062f\u0648\u0631\u0628\u06cc\u0646 \u062f\u0631 \u0646\u0648\u0627\u0631\u0650 \u0646\u0634\u0627\u0646\u06cc \u0627\u0633\u062a\u0641\u0627\u062f\u0647 \u06a9\u0646\u06cc\u062f.",micTimeoutError:"\u0645\u0646\u0628\u0639 \u0635\u0648\u062a\u06cc \u0634\u0631\u0648\u0639 \u0646\u0634\u062f. \u0628\u06cc\u0634\u200c\u0627\u0632\u062d\u062f \u0637\u0648\u0644 \u06a9\u0634\u06cc\u062f!",micUnknownError:"\u0628\u0647 \u062f\u0644\u06cc\u0644 \u0646\u0627\u0645\u0634\u062e\u0635\u06cc \u0646\u0645\u06cc\u200c\u062a\u0648\u0627\u0646 \u0627\u0632 \u0645\u06cc\u06a9\u0631\u0648\u0641\u0648\u0646 \u0627\u0633\u062a\u0641\u0627\u062f\u0647 \u06a9\u0631\u062f.",moderationAudioLabel:"\u0628\u0647 \u0634\u0631\u06a9\u062a\u200c\u06a9\u0646\u0646\u062f\u06af\u0627\u0646 \u0627\u062c\u0627\u0632\u0647 \u062f\u0647\u06cc\u062f \u0635\u062f\u0627\u06cc \u0645\u06cc\u06a9\u0631\u0648\u0641\u0648\u0646 \u062e\u0648\u062f \u0631\u0627 \u0648\u0635\u0644 \u06a9\u0646\u0646\u062f",moderationVideoLabel:"\u0628\u0647 \u0634\u0631\u06a9\u062a\u200c\u06a9\u0646\u0646\u062f\u06af\u0627\u0646 \u0627\u062c\u0627\u0632\u0647 \u062f\u0647\u06cc\u062f \u0648\u06cc\u062f\u06cc\u0648\u06cc \u062e\u0648\u062f \u0631\u0627 \u0634\u0631\u0648\u0639 \u06a9\u0646\u0646\u062f",muteEveryoneDialog:"\u0634\u0631\u06a9\u062a\u200c\u06a9\u0646\u0646\u062f\u06af\u0627\u0646 \u0645\u06cc\u200c\u062a\u0648\u0627\u0646\u0646\u062f \u0647\u0631 \u0632\u0645\u0627\u0646 \u06a9\u0647 \u0628\u062e\u0648\u0627\u0647\u0646\u062f \u0635\u062f\u0627\u06cc \u062e\u0648\u062f \u0631\u0627 \u0648\u0635\u0644 \u06a9\u0646\u0646\u062f.",muteEveryoneDialogModerationOn:"\u0634\u0631\u06a9\u062a\u200c\u06a9\u0646\u0646\u062f\u06af\u0627\u0646 \u0645\u06cc\u200c\u062a\u0648\u0627\u0646\u0646\u062f \u0647\u0631 \u0632\u0645\u0627\u0646 \u06a9\u0647 \u0628\u062e\u0648\u0627\u0647\u0646\u062f \u062f\u0631\u062e\u0648\u0627\u0633\u062a\u06cc \u0628\u0631\u0627\u06cc \u0635\u062d\u0628\u062a \u0627\u0631\u0633\u0627\u0644 \u06a9\u0646\u0646\u062f.",muteEveryoneElseDialog:"\u0648\u0642\u062a\u06cc \u06a9\u0647 \u0645\u06cc\u06a9\u0631\u0648\u0641\u0648\u0646 \u0622\u0646\u200c\u0647\u0627 \u0628\u06cc\u200c\u0635\u062f\u0627 \u0634\u0648\u062f\u060c \u0634\u0645\u0627 \u0646\u0645\u06cc\u200c\u062a\u0648\u0627\u0646\u06cc\u062f \u0622\u0646 \u0631\u0627 \u0648\u0635\u0644 \u06a9\u0646\u06cc\u062f\u060c \u0627\u0645\u0627 \u062e\u0648\u062f\u0634\u0627\u0646 \u0647\u0631 \u0632\u0645\u0627\u0646 \u06a9\u0647 \u0628\u062e\u0648\u0627\u0647\u0646\u062f \u0645\u06cc\u200c\u062a\u0648\u0627\u0646\u0646\u062f.",muteEveryoneElseTitle:"\u0645\u06cc\u06a9\u0631\u0648\u0641\u0648\u0646 \u0647\u0645\u0647 \u0628\u0647\u200c\u062c\u0632 {{whom}} \u0628\u06cc\u200c\u0635\u062f\u0627 \u0634\u0648\u062f\u061f",muteEveryoneElsesVideoDialog:"\u067e\u0633 \u0627\u0632 \u063a\u06cc\u0631\u0641\u0639\u0627\u0644\u200c\u0634\u062f\u0646 \u062f\u0648\u0631\u0628\u06cc\u0646\u060c \u0646\u0645\u06cc\u200c\u062a\u0648\u0627\u0646\u06cc\u062f \u062f\u0648\u0628\u0627\u0631\u0647 \u0622\u0646 \u0631\u0627 \u0631\u0648\u0634\u0646 \u06a9\u0646\u06cc\u062f\u060c \u0627\u0645\u0627 \u0622\u0646\u200c\u0647\u0627 \u0645\u06cc\u200c\u062a\u0648\u0627\u0646\u0646\u062f \u062f\u0631 \u0647\u0631 \u0632\u0645\u0627\u0646\u06cc \u0622\u0646 \u0631\u0627 \u062f\u0648\u0628\u0627\u0631\u0647 \u0631\u0648\u0634\u0646 \u06a9\u0646\u0646\u062f.",muteEveryoneElsesVideoTitle:"\u0648\u06cc\u062f\u06cc\u0648\u06cc \u0647\u0645\u0647 \u0628\u0647\u200c\u062c\u0632 {{whom}} \u0645\u062a\u0648\u0642\u0641 \u0634\u0648\u062f\u061f",muteEveryoneSelf:"\u062e\u0648\u062f\u062a\u0627\u0646",muteEveryoneStartMuted:"\u0647\u0645\u0647 \u0634\u0631\u06a9\u062a\u200c\u06a9\u0646\u0646\u062f\u06af\u0627\u0646 \u0627\u0632 \u0627\u06cc\u0646 \u0628\u0647 \u0628\u0639\u062f \u0628\u06cc\u200c\u0635\u062f\u0627 \u0648\u0627\u0631\u062f \u0645\u06cc\u200c\u0634\u0648\u0646\u062f",muteEveryoneTitle:"\u0635\u062f\u0627\u06cc \u0647\u0645\u0647 \u0642\u0637\u0639 \u0634\u0648\u062f\u061f",muteEveryonesVideoDialog:"\u0634\u0631\u06a9\u062a\u200c\u06a9\u0646\u0646\u062f\u06af\u0627\u0646 \u0645\u06cc\u200c\u062a\u0648\u0627\u0646\u0646\u062f \u062f\u0631 \u0647\u0631 \u0632\u0645\u0627\u0646\u06cc \u0648\u06cc\u062f\u06cc\u0648\u06cc \u062e\u0648\u062f \u0631\u0627 \u0631\u0648\u0634\u0646 \u06a9\u0646\u0646\u062f.",muteEveryonesVideoDialogModerationOn:"\u0634\u0631\u06a9\u062a\u200c\u06a9\u0646\u0646\u062f\u06af\u0627\u0646 \u0645\u06cc\u200c\u062a\u0648\u0627\u0646\u0646\u062f \u0647\u0631 \u0632\u0645\u0627\u0646 \u06a9\u0647 \u0628\u062e\u0648\u0627\u0647\u0646\u062f \u062f\u0631\u062e\u0648\u0627\u0633\u062a\u06cc \u0628\u0631\u0627\u06cc \u0631\u0648\u0634\u0646 \u0634\u062f\u0646 \u0648\u06cc\u062f\u06cc\u0648\u06cc \u062e\u0648\u062f \u0627\u0631\u0633\u0627\u0644 \u06a9\u0646\u0646\u062f.",muteEveryonesVideoDialogOk:"\u063a\u06cc\u0631\u0641\u0639\u0627\u0644\u200c\u06a9\u0631\u062f\u0646",muteEveryonesVideoTitle:"\u0648\u06cc\u062f\u06cc\u0648\u06cc \u0647\u0645\u0647 \u0645\u062a\u0648\u0642\u0641 \u0634\u0648\u062f\u061f",muteParticipantBody:"\u0634\u0645\u0627 \u0646\u0645\u06cc\u200c\u062a\u0648\u0627\u0646\u06cc\u062f \u0635\u062f\u0627\u06cc \u0622\u0646\u200c\u0647\u0627 \u0631\u0627 \u0648\u0635\u0644 \u06a9\u0646\u06cc\u062f\u060c \u0627\u0645\u0627 \u062e\u0648\u062f\u0634\u0627\u0646 \u0647\u0631 \u0632\u0645\u0627\u0646 \u06a9\u0647 \u0628\u062e\u0648\u0627\u0647\u0646\u062f\u060c \u0645\u06cc\u200c\u062a\u0648\u0627\u0646\u0646\u062f \u0635\u062f\u0627\u06cc \u062e\u0648\u062f \u0631\u0627 \u0648\u0635\u0644 \u06a9\u0646\u0646\u062f.",muteParticipantButton:"\u0628\u06cc\u200c\u0635\u062f\u0627\u06a9\u0631\u062f\u0646",muteParticipantsVideoBody:"\u0646\u0645\u06cc\u200c\u062a\u0648\u0627\u0646\u06cc\u062f \u062f\u0648\u0631\u0628\u06cc\u0646 \u0622\u0646\u200c\u0647\u0627 \u0631\u0627 \u062f\u0648\u0628\u0627\u0631\u0647 \u0631\u0648\u0634\u0646 \u06a9\u0646\u06cc\u062f\u060c \u0627\u0645\u0627 \u0622\u0646\u200c\u0647\u0627 \u0645\u06cc\u200c\u062a\u0648\u0627\u0646\u0646\u062f \u0647\u0631 \u0632\u0645\u0627\u0646 \u06a9\u0647 \u0628\u062e\u0648\u0627\u0647\u0646\u062f \u062f\u0648\u0628\u0627\u0631\u0647 \u0622\u0646 \u0631\u0627 \u0631\u0648\u0634\u0646 \u06a9\u0646\u0646\u062f.",muteParticipantsVideoBodyModerationOn:"\u0634\u0645\u0627 \u0646\u0645\u06cc\u200c\u062a\u0648\u0627\u0646\u06cc\u062f \u062f\u0648\u0631\u0628\u06cc\u0646 \u0631\u0627 \u062f\u0648\u0628\u0627\u0631\u0647 \u0631\u0648\u0634\u0646 \u06a9\u0646\u06cc\u062f \u0648 \u0622\u0646\u200c\u0647\u0627 \u0647\u0645 \u0646\u062e\u0648\u0627\u0647\u0646\u062f \u062a\u0648\u0627\u0646\u0633\u062a.",muteParticipantsVideoButton:"\u062a\u0648\u0642\u0641 \u0648\u06cc\u062f\u06cc\u0648",muteParticipantsVideoDialog:"\u0622\u06cc\u0627 \u0645\u0637\u0645\u0626\u0646\u06cc\u062f \u06a9\u0647 \u0645\u06cc\u200c\u062e\u0648\u0627\u0647\u06cc\u062f \u062f\u0648\u0631\u0628\u06cc\u0646 \u0627\u06cc\u0646 \u0634\u0631\u06a9\u062a\u200c\u06a9\u0646\u0646\u062f\u0647 \u0631\u0627 \u062e\u0627\u0645\u0648\u0634 \u06a9\u0646\u06cc\u062f\u061f \u0646\u0645\u06cc\u200c\u062a\u0648\u0627\u0646\u06cc\u062f \u062f\u0648\u0631\u0628\u06cc\u0646 \u0631\u0627 \u062f\u0648\u0628\u0627\u0631\u0647 \u0631\u0648\u0634\u0646 \u06a9\u0646\u06cc\u062f\u060c \u0627\u0645\u0627 \u0622\u0646\u200c\u0647\u0627 \u0645\u06cc\u200c\u062a\u0648\u0627\u0646\u0646\u062f \u0647\u0631 \u0632\u0645\u0627\u0646 \u06a9\u0647 \u0628\u062e\u0648\u0627\u0647\u0646\u062f \u062f\u0648\u0628\u0627\u0631\u0647 \u0622\u0646 \u0631\u0627 \u0631\u0648\u0634\u0646 \u06a9\u0646\u0646\u062f.",muteParticipantsVideoDialogModerationOn:"\u0622\u06cc\u0627 \u0645\u0637\u0645\u0626\u0646\u06cc\u062f \u06a9\u0647 \u0645\u06cc\u200c\u062e\u0648\u0627\u0647\u06cc\u062f \u062f\u0648\u0631\u0628\u06cc\u0646 \u0627\u06cc\u0646 \u0634\u0631\u06a9\u062a\u200c\u06a9\u0646\u0646\u062f\u0647 \u0631\u0627 \u062e\u0627\u0645\u0648\u0634 \u06a9\u0646\u06cc\u062f\u061f \u0646\u0647 \u0634\u0645\u0627 \u0645\u06cc\u200c\u062a\u0648\u0627\u0646\u06cc\u062f \u062f\u0648\u0631\u0628\u06cc\u0646 \u0631\u0627 \u062f\u0648\u0628\u0627\u0631\u0647 \u0631\u0648\u0634\u0646 \u06a9\u0646\u06cc\u062f \u0648 \u0646\u0647 \u0622\u0646\u200c\u0647\u0627.",muteParticipantsVideoTitle:"\u062f\u0648\u0631\u0628\u06cc\u0646 \u0627\u06cc\u0646 \u0634\u0631\u06a9\u062a\u200c\u06a9\u0646\u0646\u062f\u0647 \u063a\u06cc\u0631\u0641\u0639\u0627\u0644 \u0634\u0648\u062f\u061f",noDropboxToken:"\u0698\u062a\u0648\u0646 \u0645\u0639\u062a\u0628\u0631 Dropbox \u0648\u062c\u0648\u062f \u0646\u062f\u0627\u0631\u062f",password:"\u06af\u0630\u0631\u0648\u0627\u0698\u0647",passwordLabel:"\u062c\u0644\u0633\u0647 \u062a\u0648\u0633\u0637 \u06cc\u06a9 \u0634\u0631\u06a9\u062a\u200c\u06a9\u0646\u0646\u062f\u0647 \u0642\u0641\u0644 \u0634\u062f\u0647 \u0627\u0633\u062a. \u0644\u0637\u0641\u0627\u064b \u0628\u0631\u0627\u06cc \u067e\u06cc\u0648\u0633\u062a\u0646 $t(lockRoomPassword) \u0631\u0627 \u0648\u0627\u0631\u062f \u06a9\u0646\u06cc\u062f.",passwordNotSupported:"\u0642\u0627\u0628\u0644\u06cc\u062a \u062a\u0646\u0638\u06cc\u0645 $t(lockRoomPassword) \u0628\u0631\u0627\u06cc \u062c\u0644\u0633\u0647 \u067e\u0634\u062a\u06cc\u0628\u0627\u0646\u06cc \u0646\u0645\u06cc\u200c\u0634\u0648\u062f.",passwordNotSupportedTitle:"$t(lockRoomPasswordUppercase) \u067e\u0634\u062a\u06cc\u0628\u0627\u0646\u06cc \u0646\u0645\u06cc\u200c\u0634\u0648\u062f",passwordRequired:"$t(lockRoomPasswordUppercase) \u0645\u0648\u0631\u062f \u0646\u06cc\u0627\u0632 \u0627\u0633\u062a",permissionCameraRequiredError:"\u0627\u062c\u0627\u0632\u0647\u0654 \u062f\u0648\u0631\u0628\u06cc\u0646 \u0628\u0631\u0627\u06cc \u0634\u0631\u06a9\u062a \u062f\u0631 \u06a9\u0646\u0641\u0631\u0627\u0646\u0633\u200c\u0647\u0627\u06cc \u0648\u06cc\u062f\u06cc\u0648\u06cc\u06cc \u0645\u0648\u0631\u062f \u0646\u06cc\u0627\u0632 \u0627\u0633\u062a. \u0644\u0637\u0641\u0627\u064b \u0622\u0646 \u0631\u0627 \u062f\u0631 \u062a\u0646\u0638\u06cc\u0645\u0627\u062a \u0627\u0639\u0637\u0627 \u06a9\u0646\u06cc\u062f",permissionErrorTitle:"\u0627\u062c\u0627\u0632\u0647 \u0644\u0627\u0632\u0645 \u0627\u0633\u062a",permissionMicRequiredError:"\u0627\u062c\u0627\u0632\u0647\u0654 \u0645\u06cc\u06a9\u0631\u0648\u0641\u0648\u0646 \u0628\u0631\u0627\u06cc \u0634\u0631\u06a9\u062a \u062f\u0631 \u06a9\u0646\u0641\u0631\u0627\u0646\u0633 \u0647\u0627\u06cc \u0635\u0648\u062a\u06cc \u0645\u0648\u0631\u062f \u0646\u06cc\u0627\u0632 \u0627\u0633\u062a. \u0644\u0637\u0641\u0627\u064b \u0622\u0646 \u0631\u0627 \u062f\u0631 \u062a\u0646\u0638\u06cc\u0645\u0627\u062a \u0627\u0639\u0637\u0627 \u06a9\u0646\u06cc\u062f",popupError:"\u0645\u0631\u0648\u0631\u06af\u0631 \u0634\u0645\u0627 \u067e\u0646\u062c\u0631\u0647\u200c\u0647\u0627\u06cc \u0628\u0627\u0632\u0634\u0648\u0646\u062f\u0647 \u0631\u0627 \u0628\u0631\u0627\u06cc \u0627\u06cc\u0646 \u0633\u0627\u06cc\u062a \u0645\u0633\u062f\u0648\u062f \u06a9\u0631\u062f\u0647 \u0627\u0633\u062a. \u062f\u0631 \u062a\u0646\u0638\u06cc\u0645\u0627\u062a \u0627\u0645\u0646\u06cc\u062a\u06cc \u0645\u0631\u0648\u0631\u06af\u0631 \u062e\u0648\u062f\u060c \u067e\u0646\u062c\u0631\u0647\u200c\u0647\u0627\u06cc \u0628\u0627\u0632\u0634\u0648\u0646\u062f\u0647 \u0631\u0627 \u0628\u0631\u0627\u06cc \u0627\u06cc\u0646 \u0633\u0627\u06cc\u062a \u0641\u0639\u0627\u0644 \u06a9\u0631\u062f\u0647 \u0648 \u062f\u0648\u0628\u0627\u0631\u0647 \u0627\u0645\u062a\u062d\u0627\u0646 \u06a9\u0646\u06cc\u062f.",popupErrorTitle:"\u067e\u0646\u062c\u0631\u0647\u200c\u0647\u0627\u06cc \u0628\u0627\u0632\u0634\u0648\u0646\u062f\u0647 \u0645\u0633\u062f\u0648\u062f \u0634\u062f\u0647\u200c\u0627\u0633\u062a",readMore:"\u0628\u06cc\u0634\u200c\u062a\u0631",recentlyUsedObjects:"\u0627\u0634\u06cc\u0627\u0626\u06cc \u06a9\u0647 \u0628\u0647\u200c\u062a\u0627\u0632\u06af\u06cc \u0627\u0633\u062a\u0641\u0627\u062f\u0647 \u06a9\u0631\u062f\u0647\u200c\u0627\u06cc\u062f",recording:"\u062f\u0631\u062d\u0627\u0644 \u0636\u0628\u0637",recordingDisabledBecauseOfActiveLiveStreamingTooltip:"\u0647\u0646\u06af\u0627\u0645\u06cc \u06a9\u0647 \u067e\u062e\u0634 \u0632\u0646\u062f\u0647 \u062f\u0631 \u062c\u0631\u06cc\u0627\u0646 \u0627\u0633\u062a \u0645\u0645\u06a9\u0646 \u0646\u06cc\u0633\u062a",rejoinNow:"\u067e\u06cc\u0648\u0633\u062a\u0646 \u0645\u062c\u062f\u062f",remoteControlAllowedMessage:"{{user}} \u062f\u0631\u062e\u0648\u0627\u0633\u062a \u06a9\u0646\u062a\u0631\u0644 \u0627\u0632 \u0631\u0627\u0647 \u062f\u0648\u0631 \u0631\u0627 \u067e\u0630\u06cc\u0631\u0641\u062a!",remoteControlDeniedMessage:"{{user}} \u062f\u0631\u062e\u0648\u0627\u0633\u062a \u06a9\u0646\u062a\u0631\u0644 \u0627\u0632 \u0631\u0627\u0647 \u062f\u0648\u0631 \u0631\u0627 \u0631\u062f \u06a9\u0631\u062f!",remoteControlErrorMessage:"\u062f\u0631 \u0647\u0646\u06af\u0627\u0645 \u062f\u0631\u062e\u0648\u0627\u0633\u062a \u0627\u062c\u0627\u0632\u0647\u0654 \u06a9\u0646\u062a\u0631\u0644 \u0627\u0632 \u0631\u0627\u0647 \u062f\u0648\u0631 \u0627\u0632 {{user}} \u062e\u0637\u0627\u06cc\u06cc \u0631\u062e \u062f\u0627\u062f!",remoteControlRequestMessage:"\u0622\u06cc\u0627 \u0628\u0647 {{user}} \u0627\u062c\u0627\u0632\u0647 \u0645\u06cc\u200c\u062f\u0647\u06cc\u062f \u06a9\u0647 \u0645\u06cc\u0632\u06a9\u0627\u0631 \u0634\u0645\u0627 \u0631\u0627 \u0627\u0632 \u0631\u0627\u0647 \u062f\u0648\u0631 \u06a9\u0646\u062a\u0631\u0644 \u06a9\u0646\u062f\u061f",remoteControlShareScreenWarning:"\u0628\u0627 \u0627\u0646\u062a\u062e\u0627\u0628 \u06af\u0632\u06cc\u0646\u0647\u200c\u06cc \xab\u0627\u062c\u0627\u0632\u0647\u200c\u062f\u0627\u062f\u0646\xbb \u0645\u06cc\u0632\u06a9\u0627\u0631 \u0634\u0645\u0627 \u0647\u0645\u200c\u0631\u0633\u0627\u0646\u06cc \u062e\u0648\u0627\u0647\u062f \u0634\u062f!",remoteControlStopMessage:"\u062c\u0644\u0633\u0647\u0654 \u06a9\u0646\u062a\u0631\u0644 \u0627\u0632 \u0631\u0627\u0647 \u062f\u0648\u0631 \u0628\u0647 \u067e\u0627\u06cc\u0627\u0646 \u0631\u0633\u06cc\u062f!",remoteControlTitle:"\u06a9\u0646\u062a\u0631\u0644 \u0645\u06cc\u0632\u06a9\u0627\u0631 \u0627\u0632 \u0631\u0627\u0647 \u062f\u0648\u0631",remoteUserControls:"\u06a9\u0646\u062a\u0631\u0644\u200c\u0647\u0627\u06cc \u06a9\u0627\u0631\u0628\u0631 \u0627\u0632 \u0631\u0627\u0647 \u062f\u0648\u0631 \u0628\u0631\u0627\u06cc {{username}}",removePassword:"\u062d\u0630\u0641\u200c\u06a9\u0631\u062f\u0646 $t(lockRoomPassword)",removeSharedVideoMsg:"\u0622\u06cc\u0627 \u0645\u0637\u0645\u0626\u0646 \u0647\u0633\u062a\u06cc\u062f \u06a9\u0647 \u0645\u06cc\u200c\u062e\u0648\u0627\u0647\u06cc\u062f \u0648\u06cc\u062f\u06cc\u0648\u06cc \u0647\u0645\u200c\u0631\u0633\u0627\u0646\u06cc\u200c\u0634\u062f\u0647 \u0631\u0627 \u062d\u0630\u0641 \u06a9\u0646\u06cc\u062f\u061f",removeSharedVideoTitle:"\u062d\u0630\u0641 \u0648\u06cc\u062f\u06cc\u0648\u06cc \u0647\u0645\u200c\u0631\u0633\u0627\u0646\u06cc\u200c\u0634\u062f\u0647",reservationError:"\u062e\u0637\u0627\u06cc \u0633\u06cc\u0633\u062a\u0645 \u0631\u0632\u0631\u0648",reservationErrorMsg:"\u06a9\u062f \u062e\u0637\u0627: {{code}}\u060c \u067e\u06cc\u0627\u0645: {{msg}}",retry:"\u062a\u0644\u0627\u0634 \u062f\u0648\u0628\u0627\u0631\u0647",screenSharingAudio:"\u0647\u0645\u200c\u0631\u0633\u0627\u0646\u06cc \u0635\u062f\u0627",screenSharingFailed:"\u0627\u0648\u0647! \u0645\u0634\u06a9\u0644\u06cc \u067e\u06cc\u0634 \u0622\u0645\u062f\u061b \u0646\u062a\u0648\u0627\u0646\u0633\u062a\u06cc\u0645 \u0647\u0645\u200c\u0631\u0633\u0627\u0646\u06cc \u0635\u0641\u062d\u0647 \u0631\u0627 \u0634\u0631\u0648\u0639 \u06a9\u0646\u06cc\u0645!",screenSharingFailedTitle:"\u0647\u0645\u200c\u0631\u0633\u0627\u0646\u06cc \u0635\u0641\u062d\u0647 \u0628\u0627 \u062e\u0637\u0627 \u0645\u0648\u0627\u062c\u0647 \u0634\u062f!",screenSharingPermissionDeniedError:"\u0627\u0648\u0647! \u0645\u0634\u06a9\u0644\u06cc \u0628\u0627 \u0627\u062c\u0627\u0632\u0647\u200c\u0647\u0627\u06cc \u0647\u0645\u200c\u0631\u0633\u0627\u0646\u06cc \u0635\u0641\u062d\u0647\u0654 \u0634\u0645\u0627 \u067e\u06cc\u0634 \u0622\u0645\u062f. \u0644\u0637\u0641\u0627\u064b \u0635\u0641\u062d\u0647 \u0631\u0627 \u062f\u0648\u0628\u0627\u0631\u0647 \u0628\u0627\u0631\u06af\u06cc\u0631\u06cc \u06a9\u0646\u06cc\u062f \u0648 \u0633\u067e\u0633 \u062f\u0648\u0628\u0627\u0631\u0647 \u062a\u0644\u0627\u0634 \u06a9\u0646\u06cc\u062f.",searchInSalesforce:"\u062c\u0633\u062a\u062c\u0648 \u062f\u0631 Salesforce",searchResults:"\u0646\u062a\u0627\u06cc\u062c \u062c\u0633\u062a\u062c\u0648({{count}})",searchResultsDetailsError:"\u0647\u0646\u06af\u0627\u0645 \u0628\u0627\u0632\u06cc\u0627\u0628\u06cc \u062f\u0627\u062f\u0647\u200c\u0647\u0627\u06cc \u0635\u0627\u062d\u0628 \u062c\u0644\u0633\u0647 \u0645\u0634\u06a9\u0644\u06cc \u067e\u06cc\u0634 \u0622\u0645\u062f.",searchResultsError:"\u0647\u0646\u06af\u0627\u0645 \u0628\u0627\u0632\u06cc\u0627\u0628\u06cc \u062f\u0627\u062f\u0647\u200c\u0647\u0627 \u0645\u0634\u06a9\u0644\u06cc \u067e\u06cc\u0634 \u0622\u0645\u062f.",searchResultsNotFound:"\u0647\u06cc\u0686 \u0646\u062a\u06cc\u062c\u0647\u200c\u0627\u06cc \u0628\u0631\u0627\u06cc \u0627\u06cc\u0646 \u062c\u0633\u062a\u062c\u0648 \u06cc\u0627\u0641\u062a \u0646\u0634\u062f.",searchResultsTryAgain:"\u0633\u0639\u06cc \u06a9\u0646\u06cc\u062f \u0627\u0632 \u06a9\u0644\u0645\u0627\u062a \u06a9\u0644\u06cc\u062f\u06cc \u062c\u0627\u06cc\u06af\u0632\u06cc\u0646 \u0627\u0633\u062a\u0641\u0627\u062f\u0647 \u06a9\u0646\u06cc\u062f.",sendPrivateMessage:"\u0634\u0645\u0627 \u06cc\u06a9 \u067e\u06cc\u0627\u0645 \u062e\u0635\u0648\u0635\u06cc \u062f\u0631\u06cc\u0627\u0641\u062a \u06a9\u0631\u062f\u0647\u200c\u0627\u06cc\u062f. \u0645\u06cc\u200c\u062e\u0648\u0627\u0647\u06cc\u062f \u0628\u0647 \u0635\u0648\u0631\u062a \u062e\u0635\u0648\u0635\u06cc \u0628\u0647 \u0622\u0646 \u067e\u0627\u0633\u062e \u062f\u0647\u06cc\u062f \u06cc\u0627 \u067e\u06cc\u0627\u0645 \u062e\u0648\u062f \u0631\u0627 \u0628\u0647 \u06af\u0631\u0648\u0647 \u0628\u0641\u0631\u0633\u062a\u06cc\u062f\u061f",sendPrivateMessageCancel:"\u0627\u0631\u0633\u0627\u0644 \u0628\u0647 \u06af\u0631\u0648\u0647",sendPrivateMessageOk:"\u0627\u0631\u0633\u0627\u0644 \u0628\u0647\u200c\u0635\u0648\u0631\u062a \u062e\u0635\u0648\u0635\u06cc",sendPrivateMessageTitle:"\u0628\u0647\u200c\u0635\u0648\u0631\u062a \u062e\u0635\u0648\u0635\u06cc \u0627\u0631\u0633\u0627\u0644 \u0634\u0648\u062f\u061f",serviceUnavailable:"\u0633\u0631\u0648\u06cc\u0633 \u062f\u0631 \u062f\u0633\u062a\u0631\u0633 \u0646\u06cc\u0633\u062a",sessTerminated:"\u062a\u0645\u0627\u0633 \u067e\u0627\u06cc\u0627\u0646 \u06cc\u0627\u0641\u062a",sessionRestarted:"\u0628\u0647 \u062f\u0644\u06cc\u0644 \u0645\u0634\u06a9\u0644 \u0627\u062a\u0635\u0627\u0644\u060c \u062a\u0645\u0627\u0633 \u062f\u0648\u0628\u0627\u0631\u0647 \u0628\u0631\u0642\u0631\u0627\u0631 \u0634\u062f.",shareAudio:"\u200f\u200f\u0627\u062f\u0627\u0645\u0647",shareAudioTitle:"\u0646\u062d\u0648\u0647\u0654 \u0647\u0645\u200c\u0631\u0633\u0627\u0646\u06cc \u0635\u062f\u0627",shareAudioWarningD1:"\u0642\u0628\u0644 \u0627\u0632 \u0647\u0645\u200c\u0631\u0633\u0627\u0646\u06cc \u0635\u062f\u0627\u060c \u0628\u0627\u06cc\u062f \u0647\u0645\u200c\u0631\u0633\u0627\u0646\u06cc \u0635\u0641\u062d\u0647 \u0631\u0627 \u0645\u062a\u0648\u0642\u0641 \u06a9\u0646\u06cc\u062f.",shareAudioWarningD2:"\u0634\u0645\u0627 \u0628\u0627\u06cc\u062f \u0647\u0645\u200c\u0631\u0633\u0627\u0646\u06cc \u0635\u0641\u062d\u0647\u0654 \u062e\u0648\u062f \u0631\u0627 \u062f\u0648\u0628\u0627\u0631\u0647 \u0631\u0627\u0647\u200c\u0627\u0646\u062f\u0627\u0632\u06cc \u06a9\u0646\u06cc\u062f \u0648 \u06af\u0632\u06cc\u0646\u0647 \xab\u0647\u0645\u200c\u0631\u0633\u0627\u0646\u06cc \u0635\u062f\u0627\xbb \u0631\u0627 \u0639\u0644\u0627\u0645\u062a \u0628\u0632\u0646\u06cc\u062f.",shareAudioWarningH1:"\u0627\u06af\u0631 \u0645\u06cc\u200c\u062e\u0648\u0627\u0647\u06cc\u062f \u0641\u0642\u0637 \u0635\u062f\u0627 \u0631\u0627 \u0647\u0645\u200c\u0631\u0633\u0627\u0646\u06cc \u06a9\u0646\u06cc\u062f:",shareAudioWarningTitle:"\u0642\u0628\u0644 \u0627\u0632 \u0647\u0645\u200c\u0631\u0633\u0627\u0646\u06cc \u0635\u062f\u0627\u060c \u0628\u0627\u06cc\u062f \u0647\u0645\u200c\u0631\u0633\u0627\u0646\u06cc \u0635\u0641\u062d\u0647 \u0631\u0627 \u0645\u062a\u0648\u0642\u0641 \u06a9\u0646\u06cc\u062f",shareMediaWarningGenericH2:"\u0627\u06af\u0631 \u0645\u06cc\u200c\u062e\u0648\u0627\u0647\u06cc\u062f \u0635\u0641\u062d\u0647 \u0648 \u0635\u062f\u0627\u06cc \u062e\u0648\u062f \u0631\u0627 \u0647\u0645\u200c\u0631\u0633\u0627\u0646\u06cc \u06a9\u0646\u06cc\u062f",shareScreenWarningD1:"\u067e\u06cc\u0634 \u0627\u0632 \u0647\u0645\u200c\u0631\u0633\u0627\u0646\u06cc \u0635\u0641\u062d\u0647\u060c \u0628\u0627\u06cc\u062f \u0647\u0645\u200c\u0631\u0633\u0627\u0646\u06cc \u0635\u062f\u0627 \u0631\u0627 \u0645\u062a\u0648\u0642\u0641 \u06a9\u0646\u06cc\u062f.",shareScreenWarningD2:"\u0628\u0627\u06cc\u062f \u0647\u0645\u200c\u0631\u0633\u0627\u0646\u06cc \u0635\u062f\u0627 \u0631\u0627 \u0645\u062a\u0648\u0642\u0641 \u06a9\u0646\u06cc\u062f\u060c \u0633\u067e\u0633 \u0647\u0645\u200c\u0631\u0633\u0627\u0646\u06cc \u0635\u0641\u062d\u0647 \u0631\u0627 \u0634\u0631\u0648\u0639 \u06a9\u0646\u06cc\u062f \u0648 \u06af\u0632\u06cc\u0646\u0647 \xab\u0647\u0645\u200c\u0631\u0633\u0627\u0646\u06cc \u0635\u062f\u0627\xbb \u0631\u0627 \u0641\u0639\u0627\u0644 \u06a9\u0646\u06cc\u062f.",shareScreenWarningH1:"\u0627\u06af\u0631 \u0645\u06cc\u200c\u062e\u0648\u0627\u0647\u06cc\u062f \u0641\u0642\u0637 \u0635\u0641\u062d\u0647\u0654 \u062e\u0648\u062f \u0631\u0627 \u0647\u0645\u200c\u0631\u0633\u0627\u0646\u06cc \u06a9\u0646\u06cc\u062f:",shareScreenWarningTitle:"\u067e\u06cc\u0634 \u0627\u0632 \u0647\u0645\u200c\u0631\u0633\u0627\u0646\u06cc \u0635\u0641\u062d\u0647 \u0628\u0627\u06cc\u062f \u0647\u0645\u200c\u0631\u0633\u0627\u0646\u06cc \u0635\u062f\u0627 \u0631\u0627 \u0645\u062a\u0648\u0642\u0641 \u06a9\u0646\u06cc\u062f",shareVideoLinkError:"\u0644\u0637\u0641\u0627\u064b \u06cc\u06a9 \u067e\u06cc\u0648\u0646\u062f \u0648\u06cc\u062f\u06cc\u0648\u06cc \u0645\u0639\u062a\u0628\u0631 \u0648\u0627\u0631\u062f \u06a9\u0646\u06cc\u062f.",shareVideoTitle:"\u0647\u0645\u200c\u0631\u0633\u0627\u0646\u06cc \u0648\u06cc\u062f\u06cc\u0648",shareYourScreen:"\u0647\u0645\u200c\u0631\u0633\u0627\u0646\u06cc \u0635\u0641\u062d\u0647\u0654 \u0634\u0645\u0627",shareYourScreenDisabled:"\u0647\u0645\u200c\u0631\u0633\u0627\u0646\u06cc \u0635\u0641\u062d\u0647 \u063a\u06cc\u0631\u0641\u0639\u0627\u0644 \u0634\u062f.",sharedVideoDialogError:"\u062e\u0637\u0627: \u0646\u0634\u0627\u0646\u06cc \u0627\u06cc\u0646\u062a\u0631\u0646\u062a\u06cc \u0646\u0627\u0645\u0639\u062a\u0628\u0631",sharedVideoLinkPlaceholder:"\u067e\u06cc\u0648\u0646\u062f \u06cc\u0648\u062a\u06cc\u0648\u0628 \u06cc\u0627 \u067e\u06cc\u0648\u0646\u062f \u0645\u0633\u062a\u0642\u06cc\u0645 \u0648\u06cc\u062f\u06cc\u0648",show:"\u0646\u0645\u0627\u06cc\u0634",start:"\u0634\u0631\u0648\u0639 ",startLiveStreaming:"\u0634\u0631\u0648\u0639 \u067e\u062e\u0634 \u0632\u0646\u062f\u0647",startRecording:"\u0634\u0631\u0648\u0639 \u0636\u0628\u0637",startRemoteControlErrorMessage:"\u0647\u0646\u06af\u0627\u0645 \u062a\u0644\u0627\u0634 \u0628\u0631\u0627\u06cc \u0634\u0631\u0648\u0639 \u0646\u0634\u0633\u062a\u0650 \u06a9\u0646\u062a\u0631\u0644\u200c\u0627\u0632\u0631\u0627\u0647\u200c\u062f\u0648\u0631 \u062e\u0637\u0627\u06cc\u06cc \u0631\u062e \u062f\u0627\u062f!",stopLiveStreaming:"\u062a\u0648\u0642\u0641 \u067e\u062e\u0634 \u0632\u0646\u062f\u0647",stopRecording:"\u062a\u0648\u0642\u0641 \u0636\u0628\u0637",stopRecordingWarning:"\u0622\u06cc\u0627 \u0645\u0637\u0645\u0626\u0646 \u0647\u0633\u062a\u06cc\u062f \u06a9\u0647 \u0645\u06cc\u200c\u062e\u0648\u0627\u0647\u06cc\u062f \u0636\u0628\u0637 \u0631\u0627 \u0645\u062a\u0648\u0642\u0641 \u06a9\u0646\u06cc\u062f\u061f",stopStreamingWarning:"\u0622\u06cc\u0627 \u0645\u0637\u0645\u0626\u0646 \u0647\u0633\u062a\u06cc\u062f \u06a9\u0647 \u0645\u06cc\u200c\u062e\u0648\u0627\u0647\u06cc\u062f \u067e\u062e\u0634 \u0632\u0646\u062f\u0647 \u0631\u0627 \u0645\u062a\u0648\u0642\u0641 \u06a9\u0646\u06cc\u062f\u061f",streamKey:"\u06a9\u0644\u06cc\u062f \u067e\u062e\u0634 \u0632\u0646\u062f\u0647",thankYou:"\u0627\u0632 \u0627\u06cc\u0646\u200c\u06a9\u0647 \u0627\u0632 {{appName}} \u0627\u0633\u062a\u0641\u0627\u062f\u0647 \u06a9\u0631\u062f\u06cc\u062f \u0633\u067e\u0627\u0633\u200c\u06af\u0632\u0627\u0631\u06cc\u0645!",token:"\u0698\u062a\u0648\u0646",tokenAuthFailed:"\u0628\u0627 \u0639\u0631\u0636 \u067e\u0648\u0632\u0634\u060c \u0634\u0645\u0627 \u0627\u062c\u0627\u0632\u0647\u0654 \u067e\u06cc\u0648\u0633\u062a\u0646 \u0628\u0647 \u0627\u06cc\u0646 \u062a\u0645\u0627\u0633 \u0631\u0627 \u0646\u062f\u0627\u0631\u06cc\u062f.",tokenAuthFailedTitle:"\u0627\u062d\u0631\u0627\u0632 \u0647\u0648\u06cc\u062a \u0646\u0627\u0645\u0648\u0641\u0642 \u0628\u0648\u062f",transcribing:"\u062a\u0631\u0627\u0646\u0648\u06cc\u0633\u06cc",unlockRoom:"\u062d\u0630\u0641 \u062c\u0644\u0633\u0647 $t(lockRoomPassword)",user:"\u06a9\u0627\u0631\u0628\u0631",userIdentifier:"\u0634\u0646\u0627\u0633\u0627\u06af\u0631 \u06a9\u0627\u0631\u0628\u0631",userPassword:"\u06af\u0630\u0631\u0648\u0627\u0698\u0647\u0654 \u06a9\u0627\u0631\u0628\u0631",verifyParticipantConfirm:"\u0622\u0646\u200c\u0647\u0627 \u0645\u0637\u0627\u0628\u0642\u062a \u062f\u0627\u0631\u0646\u062f",verifyParticipantDismiss:"\u0622\u0646\u200c\u0647\u0627 \u0645\u0637\u0627\u0628\u0642\u062a \u0646\u062f\u0627\u0631\u0646\u062f",verifyParticipantQuestion:"\u0622\u0632\u0645\u0627\u06cc\u0634\u06cc: \u0627\u0632 \u0634\u0631\u06a9\u062a\u200c\u06a9\u0646\u0646\u062f\u0647 {{participantName}} \u0628\u067e\u0631\u0633\u06cc\u062f \u06a9\u0647 \u0622\u06cc\u0627 \u0645\u062d\u062a\u0648\u0627\u06cc \u06cc\u06a9\u0633\u0627\u0646\u06cc \u0631\u0627 \u0628\u0627 \u062a\u0631\u062a\u06cc\u0628 \u06cc\u06a9\u0633\u0627\u0646 \u0645\u06cc\u200c\u0628\u06cc\u0646\u062f.",verifyParticipantTitle:"\u062a\u0623\u06cc\u06cc\u062f \u06a9\u0627\u0631\u0628\u0631",videoLink:"\u067e\u06cc\u0648\u0646\u062f \u0648\u06cc\u062f\u06cc\u0648",viewUpgradeOptions:"\u06af\u0632\u06cc\u0646\u0647\u200c\u0647\u0627\u06cc \u0627\u0631\u062a\u0642\u0627 \u0631\u0627 \u0645\u0634\u0627\u0647\u062f\u0647 \u06a9\u0646\u06cc\u062f",viewUpgradeOptionsContent:"\u0628\u0631\u0627\u06cc \u062f\u0633\u062a\u0631\u0633\u06cc \u0646\u0627\u0645\u062d\u062f\u0648\u062f \u0628\u0647 \u0648\u06cc\u0698\u06af\u06cc\u200c\u0647\u0627\u06cc \u0645\u0645\u062a\u0627\u0632 \u0645\u0627\u0646\u0646\u062f \u0636\u0628\u0637\u060c \u062a\u0631\u0627\u0646\u0648\u06cc\u0633\u06cc\u060c \u067e\u062e\u0634 RTMP \u0648 \u0628\u06cc\u0634\u200c\u062a\u0631\u060c \u0628\u0627\u06cc\u062f \u0637\u0631\u062d \u062e\u0648\u062f \u0631\u0627 \u0627\u0631\u062a\u0642\u0627 \u062f\u0647\u06cc\u062f.",viewUpgradeOptionsTitle:"\u0634\u0645\u0627 \u06cc\u06a9 \u0648\u06cc\u0698\u06af\u06cc \u0645\u0645\u062a\u0627\u0632 \u0631\u0627 \u06a9\u0634\u0641 \u06a9\u0631\u062f\u06cc\u062f!",yourEntireScreen:"\u062a\u0645\u0627\u0645\u0650 \u0635\u0641\u062d\u0647\u200c\u0646\u0645\u0627\u06cc\u0634 \u0634\u0645\u0627"},documentSharing:{title:"\u0633\u0646\u062f\u0650 \u0647\u0645\u200c\u0631\u0633\u0627\u0646\u06cc\u200c\u0634\u062f\u0647"},e2ee:{labelToolTip:"\u0627\u0631\u062a\u0628\u0627\u0637 \u0635\u0648\u062a\u06cc \u0648 \u062a\u0635\u0648\u06cc\u0631\u06cc \u062f\u0631 \u0627\u06cc\u0646 \u062a\u0645\u0627\u0633 \u0628\u0647 \u0635\u0648\u0631\u062a \u0633\u0631\u062a\u0627\u0633\u0631\u06cc \u0631\u0645\u0632\u06af\u0630\u0627\u0631\u06cc \u0634\u062f\u0647 \u0627\u0633\u062a"},embedMeeting:{title:"\u062c\u0627\u0633\u0627\u0632\u06cc \u0627\u06cc\u0646 \u062c\u0644\u0633\u0647"},feedback:{accessibilityLabel:{yourChoice:"\u0627\u0646\u062a\u062e\u0627\u0628 \u0634\u0645\u0627: {{rating}}"},average:"\u0645\u06cc\u0627\u0646\u06af\u06cc\u0646",bad:"\u0628\u062f",detailsLabel:"\u062f\u0631\u0628\u0627\u0631\u0647\u0654 \u0622\u0646 \u0628\u06cc\u0634\u200c\u062a\u0631 \u0628\u0647 \u0645\u0627 \u0628\u06af\u0648\u06cc\u06cc\u062f.",good:"\u062e\u0648\u0628",rateExperience:"\u0628\u0647 \u062a\u062c\u0631\u0628\u0647 \u062e\u0648\u062f \u062f\u0631 \u062c\u0644\u0633\u0647 \u0627\u0645\u062a\u06cc\u0627\u0632 \u062f\u0647\u06cc\u062f",star:"\u0633\u062a\u0627\u0631\u0647",veryBad:"\u062e\u06cc\u0644\u06cc \u0628\u062f",veryGood:"\u062e\u06cc\u0644\u06cc \u062e\u0648\u0628"},filmstrip:{accessibilityLabel:{heading:"\u062a\u0635\u0627\u0648\u06cc\u0631 \u0628\u0646\u062f\u0627\u0646\u06af\u0634\u062a\u06cc \u0648\u06cc\u062f\u06cc\u0648"}},giphy:{noResults:"\u0646\u062a\u06cc\u062c\u0647\u200c\u0627\u06cc \u06cc\u0627\u0641\u062a \u0646\u0634\u062f :(",search:"\u062c\u0633\u062a\u062c\u0648 \u062f\u0631 GIPHY"},incomingCall:{answer:"\u067e\u0627\u0633\u062e\u200c\u062f\u0627\u062f\u0646",audioCallTitle:"\u062a\u0645\u0627\u0633 \u0648\u0631\u0648\u062f\u06cc",decline:"\u0631\u062f\u06a9\u0631\u062f\u0646",productLabel:"\u0627\u0632 \u062c\u0644\u0633\u0647 Jitsi",videoCallTitle:"\u062a\u0645\u0627\u0633 \u0648\u06cc\u062f\u06cc\u0648\u06cc\u06cc \u0648\u0631\u0648\u062f\u06cc"},info:{accessibilityLabel:"\u0646\u0645\u0627\u06cc\u0634 \u0627\u0637\u0644\u0627\u0639\u0627\u062a",addPassword:"\u0627\u0641\u0632\u0648\u062f\u0646 $t(lockRoomPassword)",cancelPassword:"\u0644\u063a\u0648 $t(lockRoomPassword)",conferenceURL:"\u067e\u06cc\u0648\u0646\u062f:",copyNumber:"\u0631\u0648\u0646\u0648\u0634\u062a \u0634\u0645\u0627\u0631\u0647",country:"\u06a9\u0634\u0648\u0631",dialANumber:"\u0628\u0631\u0627\u06cc \u067e\u06cc\u0648\u0633\u062a\u0646 \u0628\u0647 \u062c\u0644\u0633\u0647\u060c \u06cc\u06a9\u06cc \u0627\u0632 \u0627\u06cc\u0646 \u0634\u0645\u0627\u0631\u0647\u200c\u0647\u0627 \u0631\u0627 \u0634\u0645\u0627\u0631\u0647\u200c\u06af\u06cc\u0631\u06cc \u06a9\u0631\u062f\u0647\u060c \u0633\u067e\u0633 \u067e\u06cc\u0646 \u0631\u0627 \u0648\u0627\u0631\u062f \u0646\u0645\u0627\u06cc\u06cc\u062f.",dialInConferenceID:"\u067e\u06cc\u0646:",dialInNotSupported:"\u0628\u0627 \u0639\u0631\u0636 \u067e\u0648\u0632\u0634\u060c \u0642\u0627\u0628\u0644\u06cc\u062a \u0634\u0645\u0627\u0631\u0647\u200c\u06af\u06cc\u0631\u06cc \u062f\u0631\u062d\u0627\u0644 \u062d\u0627\u0636\u0631 \u067e\u0634\u062a\u06cc\u0628\u0627\u0646\u06cc \u0646\u0645\u06cc\u200c\u0634\u0648\u062f.",dialInNumber:"\u0634\u0645\u0627\u0631\u0647\u200c\u06af\u06cc\u0631\u06cc:",dialInSummaryError:"\u062f\u0631 \u0648\u0627\u06a9\u0650\u0634\u06cc \u0627\u0637\u0644\u0627\u0639\u0627\u062a\u0650 \u0634\u0645\u0627\u0631\u0647\u200c\u06af\u06cc\u0631\u06cc \u062e\u0637\u0627\u06cc\u06cc \u0631\u062e \u062f\u0627\u062f\u0647 \u0627\u0633\u062a. \u0644\u0637\u0641\u0627\u064b \u0628\u0639\u062f\u0627 \u062f\u0648\u0628\u0627\u0631\u0647 \u062a\u0644\u0627\u0634 \u06a9\u0646\u06cc\u062f.",dialInTollFree:"\u0628\u062f\u0648\u0646 \u0647\u0632\u06cc\u0646\u0647",genericError:"\u0622\u062e\u060c \u0645\u0634\u06a9\u0644\u06cc \u067e\u06cc\u0634 \u0622\u0645\u062f.",inviteLiveStream:"\u0628\u0631\u0627\u06cc \u0645\u0634\u0627\u0647\u062f\u0647\u0654 \u067e\u062e\u0634 \u0632\u0646\u062f\u0647\u0654 \u0627\u06cc\u0646 \u062c\u0644\u0633\u0647\u060c \u0631\u0648\u06cc \u0627\u06cc\u0646 \u067e\u06cc\u0648\u0646\u062f \u06a9\u0644\u06cc\u06a9 \u06a9\u0646\u06cc\u062f: {{url}}",invitePhone:"\u0628\u0631\u0627\u06cc \u067e\u06cc\u0648\u0633\u062a\u0646 \u0627\u0632 \u0637\u0631\u06cc\u0642 \u062a\u0644\u0641\u0646\u060c \u0631\u0648\u06cc \u0627\u06cc\u0646 \u0636\u0631\u0628\u0647 \u0628\u0632\u0646\u06cc\u062f: {{number}},,{{conferenceID}}#\n",invitePhoneAlternatives:"\u0628\u0647\u200c\u062f\u0646\u0628\u0627\u0644 \u0634\u0645\u0627\u0631\u0647\u0654 \u062a\u0645\u0627\u0633 \u062f\u06cc\u06af\u0631\u06cc \u0647\u0633\u062a\u06cc\u062f\u061f\n\u0634\u0645\u0627\u0631\u0647\u200c\u0647\u0627\u06cc \u062a\u0645\u0627\u0633 \u062c\u0644\u0633\u0647 \u0631\u0627 \u0628\u0628\u06cc\u0646\u06cc\u062f: {{url}}\n\n\n\u0627\u06af\u0631 \u0627\u0632 \u0637\u0631\u06cc\u0642 \u062a\u0644\u0641\u0646 \u0627\u062a\u0627\u0642 \u0634\u0645\u0627\u0631\u0647 \u06af\u06cc\u0631\u06cc \u0645\u06cc\u200c\u06a9\u0646\u06cc\u062f\u060c \u0628\u062f\u0648\u0646 \u0627\u062a\u0635\u0627\u0644 \u0628\u0647 \u0635\u062f\u0627 \u0628\u067e\u06cc\u0648\u0646\u062f\u06cc\u062f: {{silentUrl}}",inviteSipEndpoint:"\u0628\u0631\u0627\u06cc \u0639\u0636\u0648\u06cc\u062a \u0628\u0627 \u0627\u0633\u062a\u0641\u0627\u062f\u0647 \u0627\u0632 \u0646\u0634\u0627\u0646\u06cc SIP\u060c \u0627\u06cc\u0646 \u0631\u0627 \u0648\u0627\u0631\u062f \u06a9\u0646\u06cc\u062f: {{sipUri}}",inviteTextiOSInviteUrl:"\u0628\u0631\u0627\u06cc \u067e\u06cc\u0648\u0633\u062a\u0646 \u0631\u0648\u06cc \u0627\u06cc\u0646 \u067e\u06cc\u0648\u0646\u062f \u06a9\u0644\u06cc\u06a9 \u06a9\u0646\u06cc\u062f: {{inviteUrl}}.",inviteTextiOSJoinSilent:"\u0627\u06af\u0631 \u0627\u0632 \u0637\u0631\u06cc\u0642 \u062a\u0644\u0641\u0646 \u0627\u062a\u0627\u0642 \u0634\u0645\u0627\u0631\u0647\u200c\u06af\u06cc\u0631\u06cc \u0645\u06cc\u200c\u06a9\u0646\u06cc\u062f\u060c \u0627\u0632 \u0627\u06cc\u0646 \u067e\u06cc\u0648\u0646\u062f \u0628\u0631\u0627\u06cc \u067e\u06cc\u0648\u0633\u062a\u0646 \u0628\u062f\u0648\u0646 \u0627\u062a\u0635\u0627\u0644 \u0628\u0647 \u0635\u062f\u0627 \u0627\u0633\u062a\u0641\u0627\u062f\u0647 \u06a9\u0646\u06cc\u062f: {{silentUrl}}.",inviteTextiOSPersonal:"{{name}} \u0634\u0645\u0627 \u0631\u0627 \u0628\u0647 \u06cc\u06a9 \u062c\u0644\u0633\u0647 \u062f\u0639\u0648\u062a \u0645\u06cc\u200c\u06a9\u0646\u062f.",inviteTextiOSPhone:"\u0628\u0631\u0627\u06cc \u067e\u06cc\u0648\u0633\u062a\u0646 \u0627\u0632 \u0637\u0631\u06cc\u0642 \u062a\u0644\u0641\u0646\u060c \u0627\u0632 \u0627\u06cc\u0646 \u0634\u0645\u0627\u0631\u0647 \u0627\u0633\u062a\u0641\u0627\u062f\u0647 \u06a9\u0646\u06cc\u062f: {{number}},,{{conferenceID}}#. \u0627\u06af\u0631 \u0628\u0647 \u062f\u0646\u0628\u0627\u0644 \u0634\u0645\u0627\u0631\u0647\u0654 \u062f\u06cc\u06af\u0631\u06cc \u0647\u0633\u062a\u06cc\u062f\u060c \u0627\u06cc\u0646 \u0641\u0647\u0631\u0633\u062a\u0650 \u06a9\u0627\u0645\u0644 \u0627\u0633\u062a: {{didUrl}}.",inviteURLFirstPartGeneral:"\u0634\u0645\u0627 \u0628\u0631\u0627\u06cc \u067e\u06cc\u0648\u0633\u062a\u0646 \u0628\u0647 \u06cc\u06a9 \u062c\u0644\u0633\u0647 \u062f\u0639\u0648\u062a \u0634\u062f\u0647\u200c\u0627\u06cc\u062f.",inviteURLFirstPartPersonal:"{{name}} \u0634\u0645\u0627 \u0631\u0627 \u0628\u0647 \u06cc\u06a9 \u062c\u0644\u0633\u0647 \u062f\u0639\u0648\u062a \u0645\u06cc\u200c\u06a9\u0646\u062f.\n",inviteURLSecondPart:"\n\u0628\u0647 \u062c\u0644\u0633\u0647 \u0628\u067e\u06cc\u0648\u0646\u062f\u06cc\u062f:\n{{url}}\n",label:"\u0627\u0637\u0644\u0627\u0639\u0627\u062a \u0634\u0645\u0627\u0631\u0647\u200c\u06af\u06cc\u0631\u06cc",liveStreamURL:"\u067e\u062e\u0634 \u0632\u0646\u062f\u0647:",moreNumbers:"\u0634\u0645\u0627\u0631\u0647\u200c\u0647\u0627\u06cc \u0628\u06cc\u0634\u200c\u062a\u0631",noNumbers:"\u0634\u0645\u0627\u0631\u0647\u0654 \u062a\u0645\u0627\u0633\u06cc \u0628\u0631\u0627\u06cc \u067e\u06cc\u0648\u0633\u062a\u0646 \u0628\u0627 \u0634\u0645\u0627\u0631\u0647\u200c\u06af\u06cc\u0631\u06cc \u0648\u062c\u0648\u062f \u0646\u062f\u0627\u0631\u062f.",noPassword:"\u0647\u06cc\u0686\u200c\u06cc\u06a9",noRoom:"\u0647\u06cc\u0686 \u062c\u0644\u0633\u0647\u200c\u0627\u06cc \u0628\u0631\u0627\u06cc \u067e\u06cc\u0648\u0633\u062a\u0646 \u0628\u0627 \u0634\u0645\u0627\u0631\u0647\u200c\u06af\u06cc\u0631\u06cc \u0645\u0634\u062e\u0635 \u0646\u0634\u062f\u0647 \u0627\u0633\u062a.",numbers:"\u0634\u0645\u0627\u0631\u0647\u200c\u0647\u0627\u06cc \u062a\u0645\u0627\u0633 \u0628\u0631\u0627\u06cc \u067e\u06cc\u0648\u0633\u062a\u0646",password:"$t(lockRoomPasswordUppercase): ",reachedLimit:"\u0628\u0647 \u0633\u0642\u0641 \u0637\u0631\u062d \u062e\u0648\u062f \u0631\u0633\u06cc\u062f\u0647\u200c\u0627\u06cc\u062f.",sip:"\u0646\u0634\u0627\u0646\u06cc SIP",title:"\u0647\u0645\u200c\u0631\u0633\u0627\u0646\u06cc",tooltip:"\u067e\u06cc\u0648\u0646\u062f \u0648 \u0634\u0645\u0627\u0631\u0647\u0654 \u062a\u0645\u0627\u0633 \u0627\u06cc\u0646 \u062c\u0644\u0633\u0647 \u0631\u0627 \u0647\u0645\u200c\u0631\u0633\u0627\u0646\u06cc \u06a9\u0646\u06cc\u062f",upgradeOptions:"\u0644\u0637\u0641\u0627\u064b \u0628\u0631\u0631\u0633\u06cc \u06a9\u0646\u06cc\u062f \u06af\u0632\u06cc\u0646\u0647\u200c\u0647\u0627\u06cc \u0627\u0631\u062a\u0642\u0627 \u0627\u0646\u062a\u062e\u0627\u0628 \u0634\u062f\u0647 \u0628\u0627\u0634\u062f"},inlineDialogFailure:{msg:"\u06a9\u0645\u06cc \u062f\u0686\u0627\u0631 \u0644\u063a\u0632\u0634 \u0634\u062f\u06cc\u0645.",retry:"\u062a\u0644\u0627\u0634 \u062f\u0648\u0628\u0627\u0631\u0647",support:"\u067e\u0634\u062a\u06cc\u0628\u0627\u0646\u06cc",supportMsg:"\u0627\u06af\u0631 \u0627\u06cc\u0646 \u0645\u0634\u06a9\u0644 \u0647\u0645\u0686\u0646\u0627\u0646 \u0648\u062c\u0648\u062f \u062f\u0627\u0631\u062f\u060c \u062a\u0645\u0627\u0633 \u0628\u06af\u06cc\u0631\u06cc\u062f"},inviteDialog:{alertText:"\u062e\u0637\u0627 \u062f\u0631 \u062f\u0639\u0648\u062a \u0627\u0632 \u0628\u0631\u062e\u06cc \u0627\u0632 \u0634\u0631\u06a9\u062a\u200c\u06a9\u0646\u0646\u062f\u06af\u0627\u0646.",header:"\u062f\u0639\u0648\u062a\u200c\u06a9\u0631\u062f\u0646",searchCallOnlyPlaceholder:"\u0634\u0645\u0627\u0631\u0647\u0654 \u062a\u0644\u0641\u0646 \u0631\u0627 \u0648\u0627\u0631\u062f \u0646\u0645\u0627\u06cc\u06cc\u062f",searchPeopleOnlyPlaceholder:"\u062c\u0633\u062a\u062c\u0648\u06cc \u0634\u0631\u06a9\u062a\u200c\u06a9\u0646\u0646\u062f\u06af\u0627\u0646",searchPlaceholder:"\u0634\u0631\u06a9\u062a\u200c\u06a9\u0646\u0646\u062f\u0647 \u06cc\u0627 \u0634\u0645\u0627\u0631\u0647\u0654 \u062a\u0644\u0641\u0646",send:"\u0627\u0631\u0633\u0627\u0644"},jitsiHome:"{{logo}} \u0646\u0634\u0627\u0646\u200c\u0648\u0627\u0631\u0647\u060c \u067e\u06cc\u0648\u0646\u062f\u0647\u0627 \u0628\u0647 \u0635\u0641\u062d\u0647\u0654 \u0627\u0635\u0644\u06cc",keyboardShortcuts:{focusLocal:"\u062a\u0645\u0631\u06a9\u0632 \u0631\u0648\u06cc \u0648\u06cc\u062f\u06cc\u0648\u06cc \u0634\u0645\u0627",focusRemote:"\u062a\u0645\u0631\u06a9\u0632 \u0631\u0648\u06cc \u0648\u06cc\u062f\u06cc\u0648\u06cc \u0634\u062e\u0635\u06cc \u062f\u06cc\u06af\u0631",fullScreen:"\u0645\u0634\u0627\u0647\u062f\u0647 \u06cc\u0627 \u062e\u0631\u0648\u062c \u0627\u0632 \u062d\u0627\u0644\u062a \u062a\u0645\u0627\u0645\u200c\u0635\u0641\u062d\u0647",giphyMenu:"\u062a\u063a\u06cc\u06cc\u0631 \u0648\u0636\u0639\u06cc\u062a \u0641\u0647\u0631\u0633\u062a GIPHY",keyboardShortcuts:"\u0645\u06cc\u0627\u0646\u200c\u0628\u0631\u0647\u0627\u06cc \u0635\u0641\u062d\u0647\u200c\u06a9\u0644\u06cc\u062f",localRecording:"\u0646\u0645\u0627\u06cc\u0634 \u06cc\u0627 \u0645\u062e\u0641\u06cc\u200c\u06a9\u0631\u062f\u0646 \u06a9\u0646\u062a\u0631\u0644\u200c\u0647\u0627\u06cc \u0636\u0628\u0637 \u0645\u062d\u0644\u06cc",mute:"\u0642\u0637\u0639 \u0648 \u0648\u0635\u0644 \u0635\u062f\u0627\u06cc \u0645\u06cc\u06a9\u0631\u0648\u0641\u0648\u0646\u062a\u0627\u0646",pushToTalk:"\u0628\u0631\u0627\u06cc \u0635\u062d\u0628\u062a\u200c\u06a9\u0631\u062f\u0646 \u0641\u0634\u0627\u0631 \u062f\u0647\u06cc\u062f",raiseHand:"\u0628\u0627\u0644\u0627\u0628\u0631\u062f\u0646 \u06cc\u0627 \u067e\u0627\u06cc\u06cc\u0646\u200c\u0622\u0648\u0631\u062f\u0646 \u062f\u0633\u062a",showSpeakerStats:"\u0646\u0645\u0627\u06cc\u0634 \u0622\u0645\u0627\u0631 \u0634\u0631\u06a9\u062a\u200c\u06a9\u0646\u0646\u062f\u06af\u0627\u0646",toggleChat:"\u0628\u0627\u0632\u06a9\u0631\u062f\u0646 \u06cc\u0627 \u0628\u0633\u062a\u0646 \u06af\u067e",toggleFilmstrip:"\u0646\u0645\u0627\u06cc\u0634 \u06cc\u0627 \u0645\u062e\u0641\u06cc\u200c\u06a9\u0631\u062f\u0646 \u062a\u0635\u0627\u0648\u06cc\u0631 \u0628\u0646\u062f\u0627\u0646\u06af\u0634\u062a\u06cc \u0648\u06cc\u062f\u06cc\u0648",toggleParticipantsPane:"\u0646\u0645\u0627\u06cc\u0634 \u06cc\u0627 \u067e\u0646\u0647\u0627\u0646\u200c\u06a9\u0631\u062f\u0646 \u062a\u0627\u0628\u0644\u0648\u06cc \u0634\u0631\u06a9\u062a\u200c\u06a9\u0646\u0646\u062f\u06af\u0627\u0646",toggleScreensharing:"\u062c\u0627\u0628\u0647\u200c\u062c\u0627\u06cc\u06cc \u0628\u06cc\u0646 \u062f\u0648\u0631\u0628\u06cc\u0646 \u0648 \u0647\u0645\u200c\u0631\u0633\u0627\u0646\u06cc \u0635\u0641\u062d\u0647\u200c\u0646\u0645\u0627\u06cc\u0634",toggleShortcuts:"\u0646\u0645\u0627\u06cc\u0634 \u06cc\u0627 \u0645\u062e\u0641\u06cc\u200c\u06a9\u0631\u062f\u0646 \u0645\u06cc\u0627\u0646\u200c\u0628\u0631\u0647\u0627\u06cc \u0635\u0641\u062d\u0647\u200c\u06a9\u0644\u06cc\u062f",videoMute:"\u0634\u0631\u0648\u0639 \u06cc\u0627 \u062a\u0648\u0642\u0641 \u062f\u0648\u0631\u0628\u06cc\u0646 \u0634\u0645\u0627"},largeVideo:{screenIsShared:"\u0634\u0645\u0627 \u062f\u0631\u062d\u0627\u0644 \u0647\u0645\u200c\u0631\u0633\u0627\u0646\u06cc \u0635\u0641\u062d\u0647\u0654 \u0646\u0645\u0627\u06cc\u0634\u062a\u0627\u0646 \u0647\u0633\u062a\u06cc\u062f",showMeWhatImSharing:"\u0622\u0646\u200c\u0686\u0647 \u0631\u0627 \u06a9\u0647 \u0647\u0645\u200c\u0631\u0633\u0627\u0646\u06cc \u0645\u06cc\u200c\u06a9\u0646\u0645 \u0628\u0647 \u0645\u0646 \u0646\u0634\u0627\u0646 \u0628\u062f\u0647"},liveStreaming:{busy:"\u0645\u0627 \u062f\u0631\u062d\u0627\u0644 \u0622\u0632\u0627\u062f\u0633\u0627\u0632\u06cc \u0645\u0646\u0627\u0628\u0639 \u067e\u062e\u0634 \u0647\u0633\u062a\u06cc\u0645. \u0644\u0637\u0641\u0627\u064b \u062f\u0642\u0627\u06cc\u0642\u06cc \u062f\u06cc\u06af\u0631 \u062f\u0648\u0628\u0627\u0631\u0647 \u062a\u0644\u0627\u0634 \u06a9\u0646\u06cc\u062f.",busyTitle:"\u0647\u0645\u0647 \u067e\u062e\u0634\u200c\u06a9\u0646\u0646\u062f\u0647\u200c\u0647\u0627 \u062f\u0631\u062d\u0627\u0644 \u062d\u0627\u0636\u0631 \u0645\u0634\u063a\u0648\u0644 \u0647\u0633\u062a\u0646\u062f",changeSignIn:"\u062a\u0639\u0648\u06cc\u0636 \u062d\u0633\u0627\u0628\u200c\u0647\u0627.",choose:"\u06cc\u06a9 \u067e\u062e\u0634 \u0632\u0646\u062f\u0647 \u0631\u0627 \u0627\u0646\u062a\u062e\u0627\u0628 \u06a9\u0646\u06cc\u062f",chooseCTA:"\u06cc\u06a9 \u06af\u0632\u06cc\u0646\u0647\u0654 \u067e\u062e\u0634 \u0631\u0627 \u0627\u0646\u062a\u062e\u0627\u0628 \u06a9\u0646\u06cc\u062f. \u0634\u0645\u0627 \u062f\u0631\u062d\u0627\u0644 \u062d\u0627\u0636\u0631 \u0628\u0647\u200c\u0639\u0646\u0648\u0627\u0646 {{email}} \u0648\u0627\u0631\u062f \u0634\u062f\u0647\u200c\u0627\u06cc\u062f.",enterStreamKey:"\u06a9\u0644\u06cc\u062f \u067e\u062e\u0634 \u0632\u0646\u062f\u0647\u0654 \u06cc\u0648\u062a\u06cc\u0648\u0628 \u062e\u0648\u062f \u0631\u0627 \u0627\u06cc\u0646\u200c\u062c\u0627 \u0648\u0627\u0631\u062f \u06a9\u0646\u06cc\u062f.",error:"\u067e\u062e\u0634 \u0632\u0646\u062f\u0647 \u0646\u0627\u0645\u0648\u0641\u0642 \u0628\u0648\u062f. \u0644\u0637\u0641\u0627\u064b \u062f\u0648\u0628\u0627\u0631\u0647 \u062a\u0644\u0627\u0634 \u06a9\u0646\u06cc\u062f.",errorAPI:"\u062f\u0631 \u062f\u0633\u062a\u0631\u0633\u06cc \u0628\u0647 \u067e\u062e\u0634\u200c\u06a9\u0646\u0646\u062f\u0647\u200c\u0647\u0627\u06cc \u06cc\u0648\u062a\u06cc\u0648\u0628 \u0634\u0645\u0627 \u062e\u0637\u0627\u06cc\u06cc \u0631\u062e \u062f\u0627\u062f. \u0644\u0637\u0641\u0627\u064b \u062f\u0648\u0628\u0627\u0631\u0647 \u062a\u0644\u0627\u0634 \u06a9\u0646\u06cc\u062f \u06a9\u0647 \u0648\u0627\u0631\u062f \u0634\u0648\u06cc\u062f.",errorLiveStreamNotEnabled:"\u067e\u062e\u0634 \u0632\u0646\u062f\u0647 \u0628\u0631\u0627\u06cc {{email}} \u0641\u0639\u0627\u0644 \u0646\u06cc\u0633\u062a. \u0644\u0637\u0641\u0627\u064b \u067e\u062e\u0634 \u0632\u0646\u062f\u0647 \u0631\u0627 \u0641\u0639\u0627\u0644 \u06a9\u0646\u06cc\u062f \u06cc\u0627 \u0648\u0627\u0631\u062f \u06cc\u06a9 \u062d\u0633\u0627\u0628 \u06a9\u0627\u0631\u0628\u0631\u06cc \u0628\u0627 \u067e\u062e\u0634 \u0632\u0646\u062f\u0647\u0654 \u0641\u0639\u0627\u0644 \u0634\u0648\u06cc\u062f.",expandedOff:"\u067e\u062e\u0634 \u0632\u0646\u062f\u0647 \u0645\u062a\u0648\u0642\u0641 \u0634\u062f\u0647 \u0627\u0633\u062a",expandedOn:"\u0627\u06cc\u0646 \u062c\u0644\u0633\u0647 \u062f\u0631\u062d\u0627\u0644 \u062d\u0627\u0636\u0631 \u062f\u0631 \u06cc\u0648\u062a\u06cc\u0648\u0628 \u062f\u0631\u062d\u0627\u0644 \u067e\u062e\u0634 \u0627\u0633\u062a.",expandedPending:"\u067e\u062e\u0634 \u0632\u0646\u062f\u0647 \u062f\u0631 \u062d\u0627\u0644 \u0634\u0631\u0648\u0639 \u0627\u0633\u062a...",failedToStart:"\u0634\u0631\u0648\u0639 \u067e\u062e\u0634 \u0632\u0646\u062f\u0647 \u0646\u0627\u0645\u0648\u0641\u0642 \u0628\u0648\u062f",getStreamKeyManually:"\u0645\u0627 \u0646\u062a\u0648\u0627\u0646\u0633\u062a\u06cc\u0645 \u0647\u06cc\u0686 \u067e\u062e\u0634 \u0632\u0646\u062f\u0647\u200c\u0627\u06cc \u0631\u0627 \u062f\u0631\u06cc\u0627\u0641\u062a \u06a9\u0646\u06cc\u0645. \u06a9\u0644\u06cc\u062f \u067e\u062e\u0634 \u0632\u0646\u062f\u0647 \u062e\u0648\u062f \u0631\u0627 \u0628\u0647\u200c\u0635\u0648\u0631\u062a \u062f\u0633\u062a\u06cc \u0627\u0632 \u06cc\u0648\u062a\u06cc\u0648\u0628 \u062f\u0631\u06cc\u0627\u0641\u062a \u06a9\u0646\u06cc\u062f.",googlePrivacyPolicy:"\u0633\u06cc\u0627\u0633\u062a \u0645\u062d\u0631\u0645\u0627\u0646\u06af\u06cc \u06af\u0648\u06af\u0644",inProgress:"\u0636\u0628\u0637 \u06cc\u0627 \u067e\u062e\u0634 \u0632\u0646\u062f\u0647 \u062f\u0631\u062d\u0627\u0644 \u0627\u0646\u062c\u0627\u0645 \u0627\u0633\u062a",invalidStreamKey:"\u06a9\u0644\u06cc\u062f \u067e\u062e\u0634 \u0632\u0646\u062f\u0647 \u0645\u0645\u06a9\u0646 \u0627\u0633\u062a \u0627\u0634\u062a\u0628\u0627\u0647 \u0628\u0627\u0634\u062f.",limitNotificationDescriptionNative:"\u067e\u062e\u0634 \u0632\u0646\u062f\u0647 \u0634\u0645\u0627 \u0628\u0647 {{limit}} \u062f\u0642\u06cc\u0642\u0647 \u0645\u062d\u062f\u0648\u062f \u062e\u0648\u0627\u0647\u062f \u0634\u062f. \u0628\u0631\u0627\u06cc \u067e\u062e\u0634 \u0646\u0627\u0645\u062d\u062f\u0648\u062f \u0627\u0632 {{app}} \u0627\u0633\u062a\u0641\u0627\u062f\u0647 \u06a9\u0646\u06cc\u062f.",limitNotificationDescriptionWeb:"\u0628\u0647 \u062f\u0644\u06cc\u0644 \u062f\u0631\u062e\u0648\u0627\u0633\u062a\u200c\u0647\u0627\u06cc \u0632\u06cc\u0627\u062f\u060c \u067e\u062e\u0634 \u0632\u0646\u062f\u0647\u0654 \u0634\u0645\u0627 \u0628\u0647 {{limit}} \u062f\u0642\u06cc\u0642\u0647 \u0645\u062d\u062f\u0648\u062f \u062e\u0648\u0627\u0647\u062f \u0634\u062f. \u0628\u0631\u0627\u06cc \u067e\u062e\u0634 \u0646\u0627\u0645\u062d\u062f\u0648\u062f \u0627\u0632 {{app}} \u0627\u0633\u062a\u0641\u0627\u062f\u0647 \u06a9\u0646\u06cc\u062f.",off:"\u067e\u062e\u0634 \u0632\u0646\u062f\u0647 \u0645\u062a\u0648\u0642\u0641 \u0634\u062f",offBy:"{{name}} \u067e\u062e\u0634 \u0632\u0646\u062f\u0647 \u0631\u0627 \u0645\u062a\u0648\u0642\u0641 \u06a9\u0631\u062f",on:"\u067e\u062e\u0634 \u0632\u0646\u062f\u0647 \u0634\u0631\u0648\u0639 \u0634\u062f",onBy:"{{name}} \u067e\u062e\u0634 \u0632\u0646\u062f\u0647 \u0631\u0627 \u0634\u0631\u0648\u0639 \u06a9\u0631\u062f",pending:"\u062f\u0631\u062d\u0627\u0644 \u0634\u0631\u0648\u0639 \u067e\u062e\u0634 \u0632\u0646\u062f\u0647...",serviceName:"\u062e\u062f\u0645\u062a \u067e\u062e\u0634 \u0632\u0646\u062f\u0647",sessionAlreadyActive:"\u0627\u06cc\u0646 \u062c\u0644\u0633\u0647 \u0627\u0632 \u0642\u0628\u0644 \u062f\u0631\u062d\u0627\u0644 \u0636\u0628\u0637 \u06cc\u0627 \u067e\u062e\u0634 \u0632\u0646\u062f\u0647 \u0627\u0633\u062a.",signIn:"\u0648\u0631\u0648\u062f \u0628\u0627 \u062d\u0633\u0627\u0628 \u06af\u0648\u06af\u0644",signInCTA:"\u0648\u0627\u0631\u062f \u062d\u0633\u0627\u0628 \u06a9\u0627\u0631\u0628\u0631\u06cc \u0634\u0648\u06cc\u062f \u06cc\u0627 \u06a9\u0644\u06cc\u062f \u067e\u062e\u0634 \u0632\u0646\u062f\u0647 \u062e\u0648\u062f \u0631\u0627 \u0627\u0632 \u06cc\u0648\u062a\u06cc\u0648\u0628 \u0648\u0627\u0631\u062f \u06a9\u0646\u06cc\u062f.",signOut:"\u062e\u0631\u0648\u062c \u0627\u0632 \u062d\u0633\u0627\u0628",signedInAs:"\u0634\u0645\u0627 \u0628\u0647 \u0627\u06cc\u0646 \u0639\u0646\u0648\u0627\u0646 \u0648\u0627\u0631\u062f \u062d\u0633\u0627\u0628 \u0634\u062f\u0647\u200c\u0627\u06cc\u062f:",start:"\u0634\u0631\u0648\u0639 \u06cc\u06a9 \u067e\u062e\u0634 \u0632\u0646\u062f\u0647",streamIdHelp:"\u0627\u06cc\u0646 \u0686\u06cc\u0647\u061f",title:"\u067e\u062e\u0634 \u0632\u0646\u062f\u0647",unavailableTitle:"\u067e\u062e\u0634 \u0632\u0646\u062f\u0647 \u062f\u0631 \u062f\u0633\u062a\u0631\u0633 \u0646\u06cc\u0633\u062a",youtubeTerms:"\u0634\u0631\u0627\u06cc\u0637 \u062e\u062f\u0645\u0627\u062a \u06cc\u0648\u062a\u06cc\u0648\u0628"},lobby:{admit:"\u067e\u0630\u06cc\u0631\u0641\u062a\u0646",admitAll:"\u067e\u0630\u06cc\u0631\u0641\u062a\u0646 \u0647\u0645\u0647",backToKnockModeButton:"\u062f\u0631\u062e\u0648\u0627\u0633\u062a \u0628\u0631\u0627\u06cc \u067e\u06cc\u0648\u0633\u062a\u0646",chat:"\u06af\u067e",dialogTitle:"\u062d\u0627\u0644\u062a \u0627\u062a\u0627\u0642 \u0627\u0646\u062a\u0638\u0627\u0631",disableDialogContent:"\u062d\u0627\u0644\u062a \u0627\u062a\u0627\u0642 \u0627\u0646\u062a\u0638\u0627\u0631 \u0641\u0639\u0627\u0644 \u0634\u062f\u060c \u0627\u06cc\u0646 \u0642\u0627\u0628\u0644\u06cc\u062a \u062a\u0636\u0645\u06cc\u0646 \u0645\u06cc\u200c\u06a9\u0646\u062f \u06a9\u0647 \u0634\u0631\u06a9\u062a\u200c\u06a9\u0646\u0646\u062f\u06af\u0627\u0646 \u0646\u0627\u062e\u0648\u0627\u0633\u062a\u0647 \u0646\u0645\u06cc\u200c\u062a\u0648\u0627\u0646\u0646\u062f \u0628\u0647 \u062c\u0644\u0633\u0647 \u0628\u067e\u06cc\u0648\u0646\u062f\u0646\u062f. \u0622\u06cc\u0627 \u0645\u06cc\u200c\u062e\u0648\u0627\u0647\u06cc\u062f \u0622\u0646 \u0631\u0627 \u063a\u06cc\u0631\u0641\u0639\u0627\u0644 \u06a9\u0646\u06cc\u062f\u061f",disableDialogSubmit:"\u063a\u06cc\u0631\u0641\u0639\u0627\u0644\u200c\u06a9\u0631\u062f\u0646",emailField:"\u0646\u0634\u0627\u0646\u06cc \u0631\u0627\u06cc\u0627\u0646\u0627\u0645\u0647\u0654 \u062e\u0648\u062f \u0631\u0627 \u0648\u0627\u0631\u062f \u0646\u0645\u0627\u06cc\u06cc\u062f",enableDialogPasswordField:"\u062a\u0646\u0638\u06cc\u0645 \u06af\u0630\u0631\u0648\u0627\u0698\u0647 (\u0627\u062e\u062a\u06cc\u0627\u0631\u06cc)",enableDialogSubmit:"\u0641\u0639\u0627\u0644\u200c\u06a9\u0631\u062f\u0646",enableDialogText:"\u062d\u0627\u0644\u062a \u0627\u062a\u0627\u0642 \u0627\u0646\u062a\u0638\u0627\u0631 \u0628\u0647 \u0634\u0645\u0627 \u0627\u062c\u0627\u0632\u0647 \u0645\u06cc\u200c\u062f\u0647\u062f \u062c\u0644\u0633\u0647 \u062e\u0648\u062f \u0631\u0627 \u0645\u062d\u0627\u0641\u0638\u062a \u06a9\u0646\u06cc\u062f \u0648 \u0641\u0642\u0637 \u067e\u0633 \u0627\u0632 \u062a\u0623\u06cc\u06cc\u062f \u0631\u0633\u0645\u06cc \u062a\u0648\u0633\u0637 \u06cc\u06a9 \u0645\u062f\u06cc\u0631\u060c \u0628\u0647 \u0627\u0641\u0631\u0627\u062f \u0627\u062c\u0627\u0632\u0647 \u0648\u0631\u0648\u062f \u062f\u0647\u06cc\u062f.",enterPasswordButton:"\u06af\u0630\u0631\u0648\u0627\u0698\u0647\u0654 \u062c\u0644\u0633\u0647 \u0631\u0627 \u0648\u0627\u0631\u062f \u06a9\u0646\u06cc\u062f",enterPasswordTitle:"\u0628\u0631\u0627\u06cc \u067e\u06cc\u0648\u0633\u062a\u0646 \u0628\u0647 \u062c\u0644\u0633\u0647 \u06af\u0630\u0631\u0648\u0627\u0698\u0647 \u0631\u0627 \u0648\u0627\u0631\u062f \u06a9\u0646\u06cc\u062f",errorMissingPassword:"\u0644\u0637\u0641\u0627\u064b \u06af\u0630\u0631\u0648\u0627\u0698\u0647\u0654 \u062c\u0644\u0633\u0647 \u0631\u0627 \u0648\u0627\u0631\u062f \u06a9\u0646\u06cc\u062f",invalidPassword:"\u06af\u0630\u0631\u0648\u0627\u0698\u0647 \u0646\u0627\u0645\u0639\u062a\u0628\u0631 \u0627\u0633\u062a",joinRejectedMessage:"\u062f\u0631\u062e\u0648\u0627\u0633\u062a \u067e\u06cc\u0648\u0633\u062a\u0646 \u0634\u0645\u0627 \u062a\u0648\u0633\u0637 \u0645\u062f\u06cc\u0631 \u062c\u0644\u0633\u0647 \u0631\u062f \u0634\u062f.",joinRejectedTitle:"\u062f\u0631\u062e\u0648\u0627\u0633\u062a \u0634\u0645\u0627 \u0631\u062f \u0634\u062f.",joinTitle:"\u067e\u06cc\u0648\u0633\u062a\u0646 \u0628\u0647 \u062c\u0644\u0633\u0647",joinWithPasswordMessage:"\u062a\u0644\u0627\u0634 \u0628\u0631\u0627\u06cc \u067e\u06cc\u0648\u0633\u062a\u0646 \u0628\u0647 \u062c\u0644\u0633\u0647 \u0628\u0627 \u06af\u0630\u0631\u0648\u0627\u0698\u0647\u061b \u0634\u06a9\u06cc\u0628\u0627 \u0628\u0627\u0634\u06cc\u062f...",joiningMessage:"\u0628\u0647 \u0645\u062d\u0636 \u067e\u0630\u06cc\u0631\u0634 \u062f\u0631\u062e\u0648\u0627\u0633\u062a \u0634\u0645\u0627\u060c \u0628\u0647 \u062c\u0644\u0633\u0647 \u062e\u0648\u0627\u0647\u06cc\u062f \u067e\u06cc\u0648\u0633\u062a",joiningTitle:"\u062f\u0631\u062e\u0648\u0627\u0633\u062a \u0628\u0631\u0627\u06cc \u067e\u06cc\u0648\u0633\u062a\u0646 \u0628\u0647 \u062c\u0644\u0633\u0647...",joiningWithPasswordTitle:"\u062f\u0631\u062d\u0627\u0644 \u067e\u06cc\u0648\u0633\u062a\u0646 \u0628\u0627 \u06af\u0630\u0631\u0648\u0627\u0698\u0647...",knockButton:"\u062f\u0631\u062e\u0648\u0627\u0633\u062a \u0628\u0631\u0627\u06cc \u067e\u06cc\u0648\u0633\u062a\u0646",knockTitle:"\u06cc\u06a9 \u0646\u0641\u0631 \u0645\u06cc\u200c\u062e\u0648\u0627\u0647\u062f \u0628\u0647 \u062c\u0644\u0633\u0647 \u0628\u067e\u06cc\u0648\u0646\u062f\u062f",knockingParticipantList:"\u0641\u0647\u0631\u0633\u062a \u0634\u0631\u06a9\u062a\u200c\u06a9\u0646\u0646\u062f\u06af\u0627\u0646 \u062f\u0631\u0627\u0646\u062a\u0638\u0627\u0631",lobbyChatStartedNotification:"{{moderator}} \u0634\u0631\u0648\u0639 \u0628\u0647 \u06cc\u06a9 \u06af\u067e\u0650 \u0627\u062a\u0627\u0642 \u0627\u0646\u062a\u0638\u0627\u0631 \u0628\u0627 {{attendee}} \u06a9\u0631\u062f",lobbyChatStartedTitle:"{{moderator}} \u0634\u0631\u0648\u0639 \u0628\u0647 \u06cc\u06a9 \u06af\u067e\u0650 \u0627\u062a\u0627\u0642 \u0627\u0646\u062a\u0638\u0627\u0631 \u0628\u0627 \u0634\u0645\u0627 \u06a9\u0631\u062f.",nameField:"\u0646\u0627\u0645 \u062e\u0648\u062f \u0631\u0627 \u0648\u0627\u0631\u062f \u06a9\u0646\u06cc\u062f",notificationLobbyAccessDenied:"\u062f\u0631\u062e\u0648\u0627\u0633\u062a \u067e\u06cc\u0648\u0633\u062a\u0646 {{targetParticipantName}} \u062a\u0648\u0633\u0637 {{originParticipantName}} \u0631\u062f \u0634\u062f",notificationLobbyAccessGranted:"\u062f\u0631\u062e\u0648\u0627\u0633\u062a \u067e\u06cc\u0648\u0633\u062a\u0646 {{targetParticipantName}} \u062a\u0648\u0633\u0637 {{originParticipantName}} \u062a\u0623\u06cc\u06cc\u062f \u0634\u062f",notificationLobbyDisabled:"\u0627\u062a\u0627\u0642 \u0627\u0646\u062a\u0638\u0627\u0631 \u062a\u0648\u0633\u0637 {{originParticipantName}} \u063a\u06cc\u0631\u0641\u0639\u0627\u0644 \u0634\u062f\u0647 \u0627\u0633\u062a",notificationLobbyEnabled:"\u0627\u062a\u0627\u0642 \u0627\u0646\u062a\u0638\u0627\u0631 \u062a\u0648\u0633\u0637 {{originParticipantName}} \u0641\u0639\u0627\u0644 \u0634\u062f\u0647 \u0627\u0633\u062a",notificationTitle:"\u0627\u062a\u0627\u0642 \u0627\u0646\u062a\u0638\u0627\u0631",passwordField:"\u06af\u0630\u0631\u0648\u0627\u0698\u0647\u0654 \u062c\u0644\u0633\u0647 \u0631\u0627 \u0648\u0627\u0631\u062f \u06a9\u0646\u06cc\u062f",passwordJoinButton:"\u067e\u06cc\u0648\u0633\u062a\u0646",reject:"\u0631\u062f\u06a9\u0631\u062f\u0646",rejectAll:"\u0631\u062f\u06a9\u0631\u062f\u0646 \u0647\u0645\u0647",title:"\u0627\u062a\u0627\u0642 \u0627\u0646\u062a\u0638\u0627\u0631",toggleLabel:"\u0641\u0639\u0627\u0644\u200c\u06a9\u0631\u062f\u0646 \u0627\u062a\u0627\u0642 \u0627\u0646\u062a\u0638\u0627\u0631"},localRecording:{clientState:{off:"\u062e\u0627\u0645\u0648\u0634",on:"\u0631\u0648\u0634\u0646",unknown:"\u0646\u0627\u0645\u0634\u062e\u0635"},dialogTitle:"\u06a9\u0646\u062a\u0631\u0644\u200c\u0647\u0627\u06cc \u0636\u0628\u0637 \u0645\u062d\u0644\u06cc",duration:"\u0645\u062f\u062a \u0632\u0645\u0627\u0646",durationNA:"\u062f\u0631\u062f\u0633\u062a\u0631\u0633 \u0646\u06cc\u0633\u062a",encoding:"\u0631\u0645\u0632\u06af\u0630\u0627\u0631\u06cc",label:"\u0636\u0628\u0637 \u0645\u062d\u0644\u06cc",labelToolTip:"\u0636\u0628\u0637 \u0645\u062d\u0644\u06cc \u062f\u0631\u06af\u06cc\u0631 \u0627\u0633\u062a",localRecording:"\u0636\u0628\u0637 \u0645\u062d\u0644\u06cc",me:"\u0645\u0646",messages:{engaged:"\u0636\u0628\u0637 \u0645\u062d\u0644\u06cc \u062f\u0631\u06af\u06cc\u0631 \u0634\u062f.",finished:"\u0646\u0634\u0633\u062a \u0636\u0628\u0637 {{token}} \u0628\u0647 \u067e\u0627\u06cc\u0627\u0646 \u0631\u0633\u06cc\u062f. \u0644\u0637\u0641\u0627\u064b \u067e\u0631\u0648\u0646\u062f\u0647\u0654 \u0636\u0628\u0637\u200c\u0634\u062f\u0647 \u0631\u0627 \u0628\u0647 \u0645\u062f\u06cc\u0631 \u062c\u0644\u0633\u0647 \u0627\u0631\u0633\u0627\u0644 \u06a9\u0646\u06cc\u062f.",finishedModerator:"\u0646\u0634\u0633\u062a \u0636\u0628\u0637 {{token}} \u062a\u0645\u0627\u0645 \u0634\u062f. \u0636\u0628\u0637\u0650 \u0642\u0637\u0639\u0647\u0654 \u0645\u062d\u0644\u06cc \u0630\u062e\u06cc\u0631\u0647 \u0634\u062f\u0647 \u0627\u0633\u062a. \u0644\u0637\u0641\u0627\u064b \u0627\u0632 \u062f\u06cc\u06af\u0631 \u0634\u0631\u06a9\u062a\u200c\u06a9\u0646\u0646\u062f\u06af\u0627\u0646 \u0628\u062e\u0648\u0627\u0647\u06cc\u062f \u0636\u0628\u0637\u200c\u0647\u0627\u06cc \u062e\u0648\u062f \u0631\u0627 \u0627\u0631\u0633\u0627\u0644 \u06a9\u0646\u0646\u062f.",notModerator:"\u0634\u0645\u0627 \u0645\u062f\u06cc\u0631 \u062c\u0644\u0633\u0647 \u0646\u06cc\u0633\u062a\u06cc\u062f. \u0634\u0645\u0627 \u0646\u0645\u06cc\u200c\u062a\u0648\u0627\u0646\u06cc\u062f \u0636\u0628\u0637 \u0645\u062d\u0644\u06cc \u0631\u0627 \u0622\u063a\u0627\u0632 \u06a9\u0631\u062f\u0647 \u06cc\u0627 \u0645\u062a\u0648\u0642\u0641 \u06a9\u0646\u06cc\u062f."},moderator:"\u0645\u062f\u06cc\u0631",no:"\u062e\u06cc\u0631",participant:"\u0634\u0631\u06a9\u062a\u200c\u06a9\u0646\u0646\u062f\u0647",participantStats:"\u0622\u0645\u0627\u0631 \u0634\u0631\u06a9\u062a\u200c\u06a9\u0646\u0646\u062f\u0647",selectTabTitle:"\ud83c\udfa5 \u0644\u0637\u0641\u0627\u064b \u0627\u06cc\u0646 \u0632\u0628\u0627\u0646\u0647 \u0631\u0627 \u0628\u0631\u0627\u06cc \u0636\u0628\u0637 \u0627\u0646\u062a\u062e\u0627\u0628 \u06a9\u0646\u06cc\u062f",sessionToken:"\u0698\u062a\u0648\u0646 \u0646\u0634\u0633\u062a",start:"\u0634\u0631\u0648\u0639 \u0636\u0628\u0637",stop:"\u062a\u0648\u0642\u0641 \u0636\u0628\u0637",yes:"\u0628\u0644\u0647"},lockRoomPassword:"\u06af\u0630\u0631\u0648\u0627\u0698\u0647",lockRoomPasswordUppercase:"\u06af\u0630\u0631\u0648\u0627\u0698\u0647",lonelyMeetingExperience:{button:"\u062f\u0639\u0648\u062a \u0627\u0632 \u062f\u06cc\u06af\u0631\u0627\u0646",youAreAlone:"\u0634\u0645\u0627 \u062f\u0631 \u062c\u0644\u0633\u0647 \u062a\u0646\u0647\u0627 \u0647\u0633\u062a\u06cc\u062f"},me:"\u0645\u0646",notify:{OldElectronAPPTitle:"\u0622\u0633\u06cc\u0628\u200c\u067e\u0630\u06cc\u0631\u06cc \u0627\u0645\u0646\u06cc\u062a\u06cc!",allowAction:"\u0627\u062c\u0627\u0632\u0647\u200c\u062f\u0627\u062f\u0646",allowedUnmute:"\u0645\u06cc\u200c\u062a\u0648\u0627\u0646\u06cc\u062f \u0645\u06cc\u06a9\u0631\u0648\u0641\u0648\u0646 \u062e\u0648\u062f \u0631\u0627 \u0631\u0648\u0634\u0646 \u06a9\u0646\u06cc\u062f\u060c \u062f\u0648\u0631\u0628\u06cc\u0646 \u062e\u0648\u062f \u0631\u0627 \u0631\u0648\u0634\u0646 \u06a9\u0646\u06cc\u062f \u06cc\u0627 \u0635\u0641\u062d\u0647\u0654 \u062e\u0648\u062f \u0631\u0627 \u0647\u0645\u200c\u0631\u0633\u0627\u0646\u06cc \u06a9\u0646\u06cc\u062f.",audioUnmuteBlockedDescription:"\u0639\u0645\u0644\u06cc\u0627\u062a \u0631\u0648\u0634\u0646\u200c\u06a9\u0631\u062f\u0646 \u0645\u06cc\u06a9\u0631\u0648\u0641\u0648\u0646 \u0628\u0647 \u062f\u0644\u06cc\u0644 \u0645\u062d\u062f\u0648\u062f\u06cc\u062a\u200c\u0647\u0627\u06cc \u0633\u0627\u0645\u0627\u0646\u0647 \u0645\u0648\u0642\u062a\u0627\u064b \u0645\u0633\u062f\u0648\u062f \u0634\u062f\u0647 \u0627\u0633\u062a.",audioUnmuteBlockedTitle:"\u0631\u0648\u0634\u0646\u200c\u06a9\u0631\u062f\u0646 \u0645\u06cc\u06a9\u0631\u0648\u0641\u0648\u0646 \u0645\u0633\u062f\u0648\u062f \u0634\u062f!",chatMessages:"\u067e\u06cc\u0627\u0645\u200c\u0647\u0627\u06cc \u06af\u067e",connectedOneMember:"{{name}} \u0628\u0647 \u062c\u0644\u0633\u0647 \u067e\u06cc\u0648\u0633\u062a",connectedThreePlusMembers:"{{name}} \u0648 \u0628\u0633\u06cc\u0627\u0631\u06cc \u062f\u06cc\u06af\u0631 \u0628\u0647 \u062c\u0644\u0633\u0647 \u067e\u06cc\u0648\u0633\u062a\u0646\u062f",connectedTwoMembers:"{{first}} \u0648 {{second}} \u0628\u0647 \u062c\u0644\u0633\u0647 \u067e\u06cc\u0648\u0633\u062a\u0646\u062f",dataChannelClosed:"\u06a9\u06cc\u0641\u06cc\u062a \u0648\u06cc\u062f\u06cc\u0648 \u062f\u0686\u0627\u0644 \u0627\u062e\u062a\u0644\u0627\u0644 \u0627\u0633\u062a",dataChannelClosedDescription:"\u06a9\u0627\u0646\u0627\u0644 \u067e\u0644 \u0642\u0637\u0639 \u0634\u062f\u0647 \u0627\u0633\u062a \u0648 \u0628\u0646\u0627\u0628\u0631\u0627\u06cc\u0646 \u06a9\u06cc\u0641\u06cc\u062a \u0648\u06cc\u062f\u06cc\u0648 \u0628\u0647 \u067e\u0627\u06cc\u06cc\u0646\u200c\u062a\u0631\u06cc\u0646 \u062d\u0627\u0644\u062a \u0622\u0646 \u0645\u062d\u062f\u0648\u062f \u0634\u062f\u0647 \u0627\u0633\u062a.",disabledIframe:"\u062c\u0627\u0633\u0627\u0632\u06cc \u0641\u0642\u0637 \u0628\u0631\u0627\u06cc \u0627\u0647\u062f\u0627\u0641 \u0646\u0645\u0627\u06cc\u0634\u06cc \u062f\u0631 \u0646\u0638\u0631 \u06af\u0631\u0641\u062a\u0647 \u0634\u062f\u0647 \u0627\u0633\u062a\u061b \u0628\u0646\u0627\u0628\u0631\u0627\u06cc\u0646 \u0627\u06cc\u0646 \u062a\u0645\u0627\u0633 \u062f\u0631 {{timeout}} \u062f\u0642\u06cc\u0642\u0647\u0654 \u062f\u06cc\u06af\u0631 \u0642\u0637\u0639 \u0645\u06cc\u200c\u0634\u0648\u062f.",disconnected:"\u0642\u0637\u0639\u200c\u0634\u062f\u0647",displayNotifications:"\u0646\u0645\u0627\u06cc\u0634 \u0622\u06af\u0647\u06cc\u200c\u0647\u0627 \u0628\u0631\u0627\u06cc",dontRemindMe:"\u0628\u0647 \u0645\u0646 \u06cc\u0627\u062f\u0622\u0648\u0631\u06cc \u0646\u06a9\u0646",focus:"\u062a\u0645\u0631\u06a9\u0632 \u06a9\u0646\u0641\u0631\u0627\u0646\u0633",focusFail:"{{component}} \u062f\u0631 \u062f\u0633\u062a\u0631\u0633 \u0646\u06cc\u0633\u062a - \u062a\u0644\u0627\u0634 \u062f\u0648\u0628\u0627\u0631\u0647 \u062f\u0631 {{ms}} \u062b\u0627\u0646\u06cc\u0647 \u062f\u06cc\u06af\u0631",gifsMenu:"GIPHY",groupTitle:"\u0622\u06af\u0647\u06cc\u200c\u0647\u0627",hostAskedUnmute:"\u0645\u062f\u06cc\u0631 \u062c\u0644\u0633\u0647 \u0627\u0632 \u0634\u0645\u0627 \u0645\u06cc\u200c\u062e\u0648\u0627\u0647\u062f \u06a9\u0647 \u0635\u062d\u0628\u062a \u06a9\u0646\u06cc\u062f",invitedOneMember:"{{name}} \u062f\u0639\u0648\u062a \u0634\u062f\u0647 \u0627\u0633\u062a",invitedThreePlusMembers:"{{name}} \u0648 {{count}} \u0646\u0641\u0631 \u062f\u06cc\u06af\u0631 \u062f\u0639\u0648\u062a \u0634\u062f\u0647\u200c\u0627\u0646\u062f",invitedTwoMembers:"{{first}} \u0648 {{second}} \u062f\u0639\u0648\u062a \u0634\u062f\u0647\u200c\u0627\u0646\u062f",joinMeeting:"\u067e\u06cc\u0648\u0633\u062a\u0646",kickParticipant:"{{kicked}} \u062a\u0648\u0633\u0637 {{kicker}} \u0628\u06cc\u0631\u0648\u0646 \u0634\u062f",leftOneMember:"{{name}} \u062c\u0644\u0633\u0647 \u0631\u0627 \u062a\u0631\u06a9 \u06a9\u0631\u062f",leftThreePlusMembers:"{{name}} \u0648 \u0628\u0633\u06cc\u0627\u0631\u06cc \u062f\u06cc\u06af\u0631 \u062c\u0644\u0633\u0647 \u0631\u0627 \u062a\u0631\u06a9 \u06a9\u0631\u062f\u0646\u062f",leftTwoMembers:"{{first}} \u0648 {{second}} \u062c\u0644\u0633\u0647 \u0631\u0627 \u062a\u0631\u06a9 \u06a9\u0631\u062f\u0646\u062f",linkToSalesforce:"\u067e\u06cc\u0648\u0646\u062f \u0628\u0647 Salesforce",linkToSalesforceDescription:"\u0634\u0645\u0627 \u0645\u06cc\u200c\u062a\u0648\u0627\u0646\u06cc\u062f \u062e\u0644\u0627\u0635\u0647\u0654 \u062c\u0644\u0633\u0647 \u0631\u0627 \u0628\u0647 \u06cc\u06a9 \u0634\u06cc\u0621 Salesforce \u067e\u06cc\u0648\u0646\u062f \u062f\u0647\u06cc\u062f.",linkToSalesforceError:"\u062e\u0637\u0627 \u062f\u0631 \u067e\u06cc\u0648\u0646\u062f \u062c\u0644\u0633\u0647 \u0628\u0647 Salesforce",linkToSalesforceKey:"\u067e\u06cc\u0648\u0646\u062f\u062f\u0627\u062f\u0646 \u0627\u06cc\u0646 \u062c\u0644\u0633\u0647",linkToSalesforceProgress:"\u062f\u0631\u062d\u0627\u0644 \u067e\u06cc\u0648\u0646\u062f\u062f\u0627\u062f\u0646 \u0627\u06cc\u0646 \u062c\u0644\u0633\u0647 \u0628\u0647 Salesforce...",linkToSalesforceSuccess:"\u0627\u06cc\u0646 \u062c\u0644\u0633\u0647 \u0628\u0647 Salesforce \u067e\u06cc\u0648\u0646\u062f \u062f\u0627\u062f\u0647 \u0634\u062f",localRecordingStarted:"{{name}} \u06cc\u06a9 \u0636\u0628\u0637 \u0645\u062d\u0644\u06cc \u0631\u0627 \u0634\u0631\u0648\u0639 \u06a9\u0631\u062f\u0647 \u0627\u0633\u062a.",localRecordingStopped:"{{name}} \u06cc\u06a9 \u0636\u0628\u0637 \u0645\u062d\u0644\u06cc \u0631\u0627 \u0645\u062a\u0648\u0642\u0641 \u06a9\u0631\u062f\u0647 \u0627\u0633\u062a.",me:"\u0645\u0646",moderationInEffectCSDescription:"\u0644\u0637\u0641\u0627\u064b \u0627\u06af\u0631 \u0645\u06cc\u200c\u062e\u0648\u0627\u0647\u06cc\u062f \u0635\u0641\u062d\u0647\u0654 \u0646\u0645\u0627\u06cc\u0634 \u062e\u0648\u062f \u0631\u0627 \u0647\u0645\u200c\u0631\u0633\u0627\u0646\u06cc \u06a9\u0646\u06cc\u062f\u060c \u062f\u0633\u062a \u062e\u0648\u062f \u0631\u0627 \u0628\u0627\u0644\u0627 \u0628\u0628\u0631\u06cc\u062f.",moderationInEffectCSTitle:"\u0647\u0645\u200c\u0631\u0633\u0627\u0646\u06cc \u0635\u0641\u062d\u0647\u0654 \u0646\u0645\u0627\u06cc\u0634 \u062a\u0648\u0633\u0637 \u0645\u062f\u06cc\u0631 \u062c\u0644\u0633\u0647 \u0645\u0633\u062f\u0648\u062f \u0634\u062f\u0647 \u0627\u0633\u062a",moderationInEffectDescription:"\u0644\u0637\u0641\u0627\u064b \u0627\u06af\u0631 \u0645\u06cc\u200c\u062e\u0648\u0627\u0647\u06cc\u062f \u0635\u062d\u0628\u062a \u06a9\u0646\u06cc\u062f\u060c \u062f\u0633\u062a \u0631\u0627 \u0628\u0627\u0644\u0627 \u0628\u0628\u0631\u06cc\u062f.",moderationInEffectTitle:"\u0645\u06cc\u06a9\u0631\u0648\u0641\u0648\u0646 \u0634\u0645\u0627 \u062a\u0648\u0633\u0637 \u0645\u062f\u06cc\u0631 \u0628\u06cc\u200c\u0635\u062f\u0627 \u0634\u062f\u0647 \u0627\u0633\u062a",moderationInEffectVideoDescription:"\u0644\u0637\u0641\u0627\u064b \u0627\u06af\u0631 \u0645\u06cc\u200c\u062e\u0648\u0627\u0647\u06cc\u062f \u062f\u0648\u0631\u0628\u06cc\u0646 \u062e\u0648\u062f \u0631\u0627 \u0631\u0648\u0634\u0646 \u06a9\u0646\u06cc\u062f\u060c \u062f\u0633\u062a \u062e\u0648\u062f \u0631\u0627 \u0628\u0627\u0644\u0627 \u0628\u0628\u0631\u06cc\u062f.",moderationInEffectVideoTitle:"\u062f\u0648\u0631\u0628\u06cc\u0646 \u0634\u0645\u0627 \u062a\u0648\u0633\u0637 \u0645\u062f\u06cc\u0631 \u0645\u0633\u062f\u0648\u062f \u0634\u062f\u0647 \u0627\u0633\u062a",moderationRequestFromModerator:"\u0645\u06cc\u0632\u0628\u0627\u0646 \u0627\u0632 \u0634\u0645\u0627 \u0645\u06cc\u200c\u062e\u0648\u0627\u0647\u062f \u06a9\u0647 \u0635\u062f\u0627\u06cc \u062e\u0648\u062f \u0631\u0627 \u0648\u0635\u0644 \u06a9\u0646\u06cc\u062f",moderationRequestFromParticipant:"\u0645\u06cc\u200c\u062e\u0648\u0627\u0647\u062f \u0635\u062d\u0628\u062a \u06a9\u0646\u062f",moderationStartedTitle:"\u0645\u062f\u06cc\u0631\u06cc\u062a \u0634\u0631\u0648\u0639 \u0634\u062f",moderationStoppedTitle:"\u0645\u062f\u06cc\u0631\u06cc\u062a \u0645\u062a\u0648\u0642\u0641 \u0634\u062f",moderationToggleDescription:"\u062a\u0648\u0633\u0637 {{participantDisplayName}}",moderator:"\u0634\u0645\u0627 \u0627\u06a9\u0646\u0648\u0646 \u06cc\u06a9 \u0645\u062f\u06cc\u0631 \u062c\u0644\u0633\u0647 \u0647\u0633\u062a\u06cc\u062f",muted:"\u0634\u0645\u0627 \u06af\u0641\u062a\u06af\u0648 \u0631\u0627 \u0628\u0647\u200c\u0635\u0648\u0631\u062a \u0628\u06cc\u200c\u0635\u062f\u0627 \u0634\u0631\u0648\u0639 \u06a9\u0631\u062f\u0647\u200c\u0627\u06cc\u062f.",mutedRemotelyDescription:"\u0647\u0631 \u0632\u0645\u0627\u0646\u06cc \u06a9\u0647 \u0622\u0645\u0627\u062f\u0647 \u0635\u062d\u0628\u062a \u0647\u0633\u062a\u06cc\u062f \u0645\u06cc\u200c\u062a\u0648\u0627\u0646\u06cc\u062f \u0635\u062f\u0627\u06cc \u062e\u0648\u062f \u0631\u0627 \u0648\u0635\u0644 \u06a9\u0646\u06cc\u062f. \u0648\u0642\u062a\u06cc \u0635\u062d\u0628\u062a\u062a\u0627\u0646 \u062a\u0645\u0627\u0645 \u0634\u062f\u060c \u0645\u06cc\u06a9\u0631\u0648\u0641\u0648\u0646 \u062e\u0648\u062f \u0631\u0627 \u062f\u0648\u0628\u0627\u0631\u0647 \u0642\u0637\u0639 \u06a9\u0646\u06cc\u062f \u062a\u0627 \u0633\u0631\u0648\u0635\u062f\u0627\u06cc \u0627\u0636\u0627\u0641\u0647 \u0648\u0627\u0631\u062f \u062c\u0644\u0633\u0647 \u0646\u0634\u0648\u062f.",mutedRemotelyTitle:"\u0635\u062f\u0627\u06cc \u0634\u0645\u0627 \u062a\u0648\u0633\u0637 {{participantDisplayName}} \u0642\u0637\u0639 \u0634\u062f",mutedTitle:"\u0635\u062f\u0627\u06cc \u0634\u0645\u0627 \u0642\u0637\u0639 \u0627\u0633\u062a!",newDeviceAction:"\u0627\u0633\u062a\u0641\u0627\u062f\u0647",newDeviceAudioTitle:"\u062f\u0633\u062a\u06af\u0627\u0647 \u0635\u0648\u062a\u06cc \u062c\u062f\u06cc\u062f \u0634\u0646\u0627\u0633\u0627\u06cc\u06cc \u0634\u062f",newDeviceCameraTitle:"\u062f\u0648\u0631\u0628\u06cc\u0646 \u062c\u062f\u06cc\u062f \u0634\u0646\u0627\u0633\u0627\u06cc\u06cc \u0634\u062f",noiseSuppressionDesktopAudioDescription:"\u0647\u0646\u06af\u0627\u0645 \u0647\u0645\u200c\u0631\u0633\u0627\u0646\u06cc \u0635\u062f\u0627\u06cc \u0645\u06cc\u0632\u06a9\u0627\u0631\u060c \u0627\u0645\u06a9\u0627\u0646 \u0646\u0648\u0641\u0647\u200c\u0632\u062f\u0627\u06cc\u06cc \u0631\u0627 \u0646\u0645\u06cc\u200c\u062a\u0648\u0627\u0646 \u0641\u0639\u0627\u0644 \u06a9\u0631\u062f. \u0644\u0637\u0641\u0627\u064b \u0622\u0646 \u0631\u0627 \u063a\u06cc\u0631\u0641\u0639\u0627\u0644 \u06a9\u0646\u06cc\u062f \u0648 \u062f\u0648\u0628\u0627\u0631\u0647 \u062a\u0644\u0627\u0634 \u06a9\u0646\u06cc\u062f.",noiseSuppressionFailedTitle:"\u0634\u0631\u0648\u0639 \u0646\u0648\u0641\u0647\u200c\u0632\u062f\u0627\u06cc\u06cc \u0646\u0627\u0645\u0648\u0641\u0642 \u0628\u0648\u062f",noiseSuppressionNoTrackDescription:"\u0644\u0637\u0641\u0627\u064b \u0627\u0628\u062a\u062f\u0627 \u0635\u062f\u0627\u06cc \u0645\u06cc\u06a9\u0631\u0648\u0641\u0648\u0646 \u062e\u0648\u062f \u0631\u0627 \u0648\u0635\u0644 \u06a9\u0646\u06cc\u062f.",noiseSuppressionStereoDescription:"\u062f\u0631\u062d\u0627\u0644 \u062d\u0627\u0636\u0631 \u0646\u0648\u0641\u0647\u200c\u0632\u062f\u0627\u06cc\u06cc \u0628\u0631\u0627\u06cc \u0635\u062f\u0627\u06cc \u0686\u0646\u062f\u0622\u0648\u0627 \u067e\u0634\u062a\u06cc\u0628\u0627\u0646\u06cc \u0646\u0645\u06cc\u200c\u0634\u0648\u062f.",oldElectronClientDescription1:"\u0628\u0647\u200c\u0646\u0638\u0631 \u0645\u06cc\u200c\u0631\u0633\u062f \u0634\u0645\u0627 \u0627\u0632 \u06cc\u06a9 \u0646\u06af\u0627\u0631\u0634 \u0642\u062f\u06cc\u0645\u06cc \u06a9\u0627\u0631\u062e\u0648\u0627\u0647 \u0628\u0631\u0646\u0627\u0645\u0647 \u0627\u0633\u062a\u0641\u0627\u062f\u0647 \u0645\u06cc\u200c\u06a9\u0646\u06cc\u062f \u06a9\u0647 \u0622\u0633\u06cc\u0628\u200c\u067e\u0630\u06cc\u0631\u06cc\u200c\u0647\u0627\u06cc \u0627\u0645\u0646\u06cc\u062a\u06cc \u0634\u0646\u0627\u062e\u062a\u0647\u200c\u0634\u062f\u0647\u200c\u0627\u06cc \u062f\u0627\u0631\u062f. \u0644\u0637\u0641\u0627\u064b \u0645\u0637\u0645\u0626\u0646 \u0634\u0648\u06cc\u062f \u06a9\u0647 \u0628\u0647\u200c\u0631\u0648\u0632\u0631\u0633\u0627\u0646\u06cc \u0645\u06cc\u200c\u06a9\u0646\u06cc\u062f ",oldElectronClientDescription2:"\u0622\u062e\u0631\u06cc\u0646 \u0633\u0627\u062e\u062a",oldElectronClientDescription3:" \u0627\u0644\u0627\u0646!",participantWantsToJoin:"\u0645\u06cc\u200c\u062e\u0648\u0627\u0647\u062f \u0628\u0647 \u062c\u0644\u0633\u0647 \u0628\u067e\u06cc\u0648\u0646\u062f\u062f",participantsWantToJoin:"\u0645\u06cc\u200c\u062e\u0648\u0627\u0647\u062f \u0628\u0647 \u062c\u0644\u0633\u0647 \u0628\u067e\u06cc\u0648\u0646\u062f\u062f",passwordRemovedRemotely:"$t(lockRoomPasswordUppercase) \u062a\u0648\u0633\u0637 \u0634\u0631\u06a9\u062a\u200c\u06a9\u0646\u0646\u062f\u0647\u0654 \u062f\u06cc\u06af\u0631\u06cc \u062d\u0630\u0641 \u0634\u062f",passwordSetRemotely:"$t(lockRoomPasswordUppercase) \u062a\u0648\u0633\u0637 \u0634\u0631\u06a9\u062a\u200c\u06a9\u0646\u0646\u062f\u0647\u0654 \u062f\u06cc\u06af\u0631\u06cc \u062a\u0646\u0638\u06cc\u0645 \u0634\u062f",raiseHandAction:"\u0628\u0627\u0644\u0627\u0628\u0631\u062f\u0646 \u062f\u0633\u062a",raisedHand:"\u0645\u06cc\u200c\u062e\u0648\u0627\u0647\u062f \u0635\u062d\u0628\u062a \u06a9\u0646\u062f.",raisedHands:"{{participantName}} \u0648 {{raisedHands}} \u0646\u0641\u0631 \u0628\u06cc\u0634\u200c\u062a\u0631",reactionSounds:"\u063a\u06cc\u0631\u0641\u0639\u0627\u0644\u200c\u06a9\u0631\u062f\u0646 \u0635\u062f\u0627\u0647\u0627",reactionSoundsForAll:"\u063a\u06cc\u0631\u0641\u0639\u0627\u0644\u200c\u06a9\u0631\u062f\u0646 \u0635\u062f\u0627\u0647\u0627 \u0628\u0631\u0627\u06cc \u0647\u0645\u0647",screenShareNoAudio:"\u062c\u0639\u0628\u0647\u0654 \u0647\u0645\u200c\u0631\u0633\u0627\u0646\u06cc \u0635\u062f\u0627 \u062f\u0631 \u0635\u0641\u062d\u0647\u0654 \u0627\u0646\u062a\u062e\u0627\u0628\u0650 \u067e\u0646\u062c\u0631\u0647 \u0639\u0644\u0627\u0645\u062a\u200c\u06af\u0630\u0627\u0631\u06cc \u0646\u0634\u062f\u0647 \u0628\u0648\u062f.",screenShareNoAudioTitle:"\u0635\u062f\u0627\u06cc \u0633\u06cc\u0633\u062a\u0645 \u0647\u0645\u200c\u0631\u0633\u0627\u0646\u06cc \u0646\u0634\u062f!",screenSharingAudioOnlyDescription:"\u0644\u0637\u0641\u0627\u064b \u062a\u0648\u062c\u0647 \u062f\u0627\u0634\u062a\u0647 \u0628\u0627\u0634\u06cc\u062f \u06a9\u0647 \u0628\u0627 \u0647\u0645\u200c\u0631\u0633\u0627\u0646\u06cc \u0635\u0641\u062d\u0647\u0654 \u0646\u0645\u0627\u06cc\u0634\u060c \u062d\u0627\u0644\u062a \xab\u0628\u0647\u062a\u0631\u06cc\u0646 \u06a9\u0627\u0631\u0627\u06cc\u06cc\xbb \u0631\u0627 \u062a\u062d\u062a \u062a\u0623\u062b\u06cc\u0631 \u0642\u0631\u0627\u0631 \u0645\u06cc\u200c\u062f\u0647\u06cc\u062f \u0648 \u0627\u0632 \u067e\u0647\u0646\u0627\u06cc\u200c\u0628\u0627\u0646\u062f \u0628\u06cc\u0634\u062a\u0631\u06cc \u0627\u0633\u062a\u0641\u0627\u062f\u0647 \u062e\u0648\u0627\u0647\u06cc\u062f \u06a9\u0631\u062f.",screenSharingAudioOnlyTitle:"\u062d\u0627\u0644\u062a \xab\u0628\u0647\u062a\u0631\u06cc\u0646 \u06a9\u0627\u0631\u0627\u06cc\u06cc\xbb",selfViewTitle:"\u0647\u0645\u06cc\u0634\u0647 \u0645\u06cc\u200c\u062a\u0648\u0627\u0646\u06cc\u062f \u0646\u0645\u0627\u06cc \u062e\u0648\u062f \u0631\u0627 \u0627\u0632 \u062a\u0646\u0638\u06cc\u0645\u0627\u062a \u0622\u0634\u06a9\u0627\u0631\u0633\u0627\u0632\u06cc \u06a9\u0646\u06cc\u062f",somebody:"\u06cc\u06a9\u200c\u0646\u0641\u0631",startSilentDescription:"\u0628\u0631\u0627\u06cc \u0641\u0639\u0627\u0644\u200c\u0633\u0627\u0632\u06cc \u0635\u062f\u0627 \u062f\u0648\u0628\u0627\u0631\u0647 \u0628\u0647 \u062c\u0644\u0633\u0647 \u0628\u067e\u06cc\u0648\u0646\u062f\u06cc\u062f",startSilentTitle:"\u0634\u0645\u0627 \u0628\u062f\u0648\u0646 \u0647\u06cc\u0686 \u062e\u0631\u0648\u062c\u06cc \u0628\u0631\u0627\u06cc \u067e\u062e\u0634 \u0635\u062f\u0627 \u0628\u0647 \u062c\u0644\u0633\u0647 \u067e\u06cc\u0648\u0633\u062a\u0647\u200c\u0627\u06cc\u062f!",suboptimalBrowserWarning:"\u0645\u0627 \u0646\u06af\u0631\u0627\u0646\u06cc\u0645 \u06a9\u0647 \u062a\u062c\u0631\u0628\u0647\u0654 \u062c\u0644\u0633\u0647 \u0634\u0645\u0627 \u062f\u0631 \u0627\u06cc\u0646\u200c\u062c\u0627 \u0639\u0627\u0644\u06cc \u0646\u0628\u0627\u0634\u062f. \u0645\u0627 \u0628\u0647\u200c\u062f\u0646\u0628\u0627\u0644 \u0631\u0627\u0647\u200c\u0647\u0627\u06cc\u06cc \u0628\u0631\u0627\u06cc \u0628\u0647\u0628\u0648\u062f \u0627\u06cc\u0646 \u0645\u0648\u0636\u0648\u0639 \u0647\u0633\u062a\u06cc\u0645\u061b \u0627\u0645\u0627 \u062a\u0627 \u0622\u0646 \u0632\u0645\u0627\u0646 \u0644\u0637\u0641\u0627\u064b \u0627\u0632 \u06cc\u06a9\u06cc \u0627\u0632 \u0645\u0631\u0648\u0631\u06af\u0631\u0647\u0627\u06cc \u06a9\u0627\u0645\u0644\u0627\u064b \u067e\u0634\u062a\u06cc\u0628\u0627\u0646\u06cc\u200c\u0634\u062f\u0647 \u0627\u0633\u062a\u0641\u0627\u062f\u0647 \u06a9\u0646\u06cc\u062f.",suboptimalExperienceTitle:"\u0647\u0634\u062f\u0627\u0631 \u0645\u0631\u0648\u0631\u06af\u0631",unmute:"\u0648\u0635\u0644\u200c\u06a9\u0631\u062f\u0646 \u0635\u062f\u0627",videoMutedRemotelyDescription:"\u0647\u0645\u06cc\u0634\u0647 \u0645\u06cc\u200c\u062a\u0648\u0627\u0646\u06cc\u062f \u062f\u0648\u0628\u0627\u0631\u0647 \u0622\u0646 \u0631\u0627 \u0631\u0648\u0634\u0646 \u06a9\u0646\u06cc\u062f.",videoMutedRemotelyTitle:"\u0648\u06cc\u062f\u06cc\u0648\u06cc \u0634\u0645\u0627 \u062a\u0648\u0633\u0637 {{participantDisplayName}} \u063a\u06cc\u0631\u0641\u0639\u0627\u0644 \u0634\u062f\u0647 \u0627\u0633\u062a",videoUnmuteBlockedDescription:"\u0639\u0645\u0644\u06cc\u0627\u062a\u200c\u0647\u0627\u06cc \u0631\u0648\u0634\u0646\u200c\u06a9\u0631\u062f\u0646 \u062f\u0648\u0631\u0628\u06cc\u0646 \u0648 \u0647\u0645\u200c\u0631\u0633\u0627\u0646\u06cc \u0645\u06cc\u0632\u06a9\u0627\u0631 \u0628\u0647 \u062f\u0644\u06cc\u0644 \u0645\u062d\u062f\u0648\u062f\u06cc\u062a\u200c\u0647\u0627\u06cc \u0633\u06cc\u0633\u062a\u0645 \u0645\u0648\u0642\u062a\u0627\u064b \u0645\u0633\u062f\u0648\u062f \u0634\u062f\u0647\u200c\u0627\u0646\u062f.",videoUnmuteBlockedTitle:"\u0631\u0648\u0634\u0646\u200c\u06a9\u0631\u062f\u0646 \u062f\u0648\u0631\u0628\u06cc\u0646 \u0648 \u0647\u0645\u200c\u0631\u0633\u0627\u0646\u06cc \u0645\u06cc\u0632\u06a9\u0627\u0631 \u0645\u0633\u062f\u0648\u062f \u0634\u062f!",viewLobby:"\u0645\u0634\u0627\u0647\u062f\u0647\u0654 \u0627\u062a\u0627\u0642 \u0627\u0646\u062a\u0638\u0627\u0631",waitingParticipants:"{{waitingParticipants}} \u0646\u0641\u0631"},participantsPane:{actions:{allow:"\u0628\u0647 \u062d\u0627\u0636\u0631\u0627\u0646 \u0627\u062c\u0627\u0632\u0647 \u062f\u0647\u06cc\u062f:",allowVideo:"\u0627\u062c\u0627\u0632\u0647\u0654 \u0648\u06cc\u062f\u06cc\u0648",askUnmute:"\u062f\u0631\u062e\u0648\u0627\u0633\u062a \u0648\u0635\u0644\u200c\u06a9\u0631\u062f\u0646 \u0635\u062f\u0627",audioModeration:"\u0635\u062f\u0627\u06cc \u062e\u0648\u062f\u0634\u0627\u0646 \u0631\u0627 \u0648\u0635\u0644 \u06a9\u0646\u0646\u062f",blockEveryoneMicCamera:"\u0645\u0633\u062f\u0648\u062f\u06a9\u0631\u062f\u0646 \u0645\u06cc\u06a9\u0631\u0648\u0641\u0648\u0646 \u0648 \u062f\u0648\u0631\u0628\u06cc\u0646 \u0647\u0645\u0647",invite:"\u062f\u0639\u0648\u062a \u0627\u0632 \u06cc\u06a9\u200c\u0646\u0641\u0631",moreModerationActions:"\u06af\u0632\u06cc\u0646\u0647\u200c\u0647\u0627\u06cc \u0645\u062f\u06cc\u0631\u06cc\u062a \u0628\u06cc\u0634\u200c\u062a\u0631",moreModerationControls:"\u0628\u0627\u0632\u0631\u0633\u06cc\u200c\u0647\u0627\u06cc \u0645\u062f\u06cc\u0631\u06cc\u062a \u0628\u06cc\u0634\u200c\u062a\u0631",moreParticipantOptions:"\u06af\u0632\u06cc\u0646\u0647\u200c\u0647\u0627\u06cc \u0634\u0631\u06a9\u062a\u200c\u06a9\u0646\u0646\u062f\u0647\u0654 \u0628\u06cc\u0634\u200c\u062a\u0631",mute:"\u0628\u06cc\u200c\u0635\u062f\u0627\u06a9\u0631\u062f\u0646",muteAll:"\u0628\u06cc\u200c\u0635\u062f\u0627\u06a9\u0631\u062f\u0646 \u0647\u0645\u0647",muteEveryoneElse:"\u0628\u06cc\u200c\u0635\u062f\u0627\u06a9\u0631\u062f\u0646 \u0628\u0642\u06cc\u0647 \u0627\u0641\u0631\u0627\u062f",stopEveryonesVideo:"\u062a\u0648\u0642\u0641 \u0648\u06cc\u062f\u06cc\u0648\u06cc \u0647\u0645\u0647",stopVideo:"\u062a\u0648\u0642\u0641 \u0648\u06cc\u062f\u06cc\u0648",unblockEveryoneMicCamera:"\u0631\u0641\u0639 \u0645\u0633\u062f\u0648\u062f\u06cc \u0645\u06cc\u06a9\u0631\u0648\u0641\u0648\u0646 \u0648 \u062f\u0648\u0631\u0628\u06cc\u0646 \u0647\u0645\u0647",videoModeration:"\u0648\u06cc\u062f\u06cc\u0648\u06cc \u062e\u0648\u062f\u0634\u0627\u0646 \u0631\u0627 \u0634\u0631\u0648\u0639 \u06a9\u0646\u0646\u062f"},close:"\u0628\u0633\u062a\u0646",headings:{lobby:"\u0627\u062a\u0627\u0642 \u0627\u0646\u062a\u0638\u0627\u0631 ({{count}})",participantsList:"\u0634\u0631\u06a9\u062a\u200c\u06a9\u0646\u0646\u062f\u06af\u0627\u0646 \u062f\u0631 \u062c\u0644\u0633\u0647 ({{count}})",visitors:"\u0628\u06cc\u0646\u0646\u062f\u06af\u0627\u0646 ({{count}})",waitingLobby:"\u062f\u0631 \u0627\u062a\u0627\u0642 \u0627\u0646\u062a\u0638\u0627\u0631 ({{count}})"},search:"\u062c\u0633\u062a\u062c\u0648\u06cc \u0634\u0631\u06a9\u062a\u200c\u06a9\u0646\u0646\u062f\u06af\u0627\u0646",title:"\u0634\u0631\u0643\u062a\u200c\u0643\u0646\u0646\u062f\u06af\u0627\u0646"},passwordDigitsOnly:"\u062a\u0627 {{number}} \u0631\u0642\u0645",passwordSetRemotely:"\u062a\u0648\u0633\u0637 \u06cc\u06a9 \u0634\u0631\u06a9\u062a\u200c\u06a9\u0646\u0646\u062f\u0647\u0654 \u062f\u06cc\u06af\u0631 \u062a\u0646\u0638\u06cc\u0645 \u0634\u062f\u0647 \u0627\u0633\u062a",pinParticipant:"{{participantName}} - \u0633\u0646\u062c\u0627\u0642\u200c\u06a9\u0631\u062f\u0646",pinnedParticipant:"\u0634\u0631\u06a9\u062a\u200c\u06a9\u0646\u0646\u062f\u0647 \u0633\u0646\u062c\u0627\u0642 \u0634\u062f\u0647\u200c\u0627\u0633\u062a",polls:{answer:{skip:"\u0631\u062f\u06a9\u0631\u062f\u0646",submit:"\u0627\u0631\u0633\u0627\u0644"},by:"\u062a\u0648\u0633\u0637 {{ name }}",create:{addOption:"\u0627\u0641\u0632\u0648\u062f\u0646 \u06af\u0632\u06cc\u0646\u0647",answerPlaceholder:"\u06af\u0632\u06cc\u0646\u0647 {{index}}",cancel:"\u0644\u063a\u0648",create:"\u06cc\u06a9 \u0646\u0638\u0631\u0633\u0646\u062c\u06cc \u0627\u06cc\u062c\u0627\u062f \u06a9\u0646\u06cc\u062f",pollOption:"\u06af\u0632\u06cc\u0646\u0647\u0654 \u0646\u0638\u0631\u0633\u0646\u062c\u06cc {{index}}",pollQuestion:"\u067e\u0631\u0633\u0634 \u0646\u0638\u0631\u0633\u0646\u062c\u06cc",questionPlaceholder:"\u06cc\u06a9 \u0633\u0648\u0627\u0644 \u0628\u067e\u0631\u0633\u06cc\u062f",removeOption:"\u062d\u0630\u0641 \u06af\u0632\u06cc\u0646\u0647",send:"\u0627\u0631\u0633\u0627\u0644"},notification:{description:"\u0628\u0631\u0627\u06cc \u0631\u0623\u06cc\u200c\u062f\u0627\u062f\u0646\u060c \u0632\u0628\u0627\u0646\u0647\u0654 \u0646\u0638\u0631\u0633\u0646\u062c\u06cc\u200c\u0647\u0627 \u0631\u0627 \u0628\u0627\u0632 \u06a9\u0646\u06cc\u062f",title:"\u0646\u0638\u0631\u0633\u0646\u062c\u06cc \u062c\u062f\u06cc\u062f\u06cc \u0628\u0647 \u0627\u06cc\u0646 \u062c\u0644\u0633\u0647 \u0627\u0636\u0627\u0641\u0647 \u0634\u062f"},results:{changeVote:"\u062a\u063a\u06cc\u06cc\u0631 \u0631\u0623\u06cc",empty:"\u0647\u0646\u0648\u0632 \u0647\u06cc\u0686 \u0646\u0638\u0631\u0633\u0646\u062c\u06cc\u200c\u0627\u06cc \u062f\u0631 \u0627\u06cc\u0646 \u062c\u0644\u0633\u0647 \u0648\u062c\u0648\u062f \u0646\u062f\u0627\u0631\u062f. \u06cc\u06a9 \u0646\u0638\u0631\u0633\u0646\u062c\u06cc \u0627\u0632 \u0627\u06cc\u0646\u200c\u062c\u0627 \u0634\u0631\u0648\u0639 \u06a9\u0646\u06cc\u062f!",hideDetailedResults:"\u067e\u0646\u0647\u0627\u0646\u200c\u0633\u0627\u0632\u06cc \u062c\u0632\u0626\u06cc\u0627\u062a",showDetailedResults:"\u0646\u0645\u0627\u06cc\u0634 \u062c\u0632\u0626\u06cc\u0627\u062a",vote:"\u0631\u0623\u06cc"}},poweredby:"\u0642\u062f\u0631\u062a\u200c\u06af\u0631\u0641\u062a\u0647 \u0627\u0632",prejoin:{audioAndVideoError:"\u062e\u0637\u0627 \u062f\u0631 \u0635\u062f\u0627 \u0648 \u062a\u0635\u0648\u06cc\u0631:",audioDeviceProblem:"\u0645\u0634\u06a9\u0644\u06cc \u062f\u0631 \u062f\u0633\u062a\u06af\u0627\u0647 \u0635\u0648\u062a\u06cc \u0634\u0645\u0627 \u0648\u062c\u0648\u062f \u062f\u0627\u0631\u062f",audioOnlyError:"\u062e\u0637\u0627 \u062f\u0631 \u0635\u062f\u0627:",audioTrackError:"\u0642\u0637\u0639\u0647\u0654 \u0635\u0648\u062a\u06cc \u0627\u06cc\u062c\u0627\u062f \u0646\u0634\u062f.",callMe:"\u0628\u0627 \u0645\u0646 \u062a\u0645\u0627\u0633 \u0628\u06af\u06cc\u0631\u06cc\u062f",callMeAtNumber:"\u0628\u0627 \u0627\u06cc\u0646 \u0634\u0645\u0627\u0631\u0647 \u0628\u0627 \u0645\u0646 \u062a\u0645\u0627\u0633 \u0628\u06af\u06cc\u0631\u06cc\u062f:",calling:"\u062f\u0631\u062d\u0627\u0644 \u062a\u0645\u0627\u0633",configuringDevices:"\u067e\u06cc\u06a9\u0631\u0628\u0646\u062f\u06cc \u062f\u0633\u062a\u06af\u0627\u0647\u200c\u0647\u0627...",connectedWithAudioQ:"\u0627\u0632 \u0637\u0631\u06cc\u0642 \u0635\u062f\u0627 \u0645\u062a\u0635\u0644 \u0647\u0633\u062a\u06cc\u062f\u061f",connection:{good:"\u0627\u062a\u0635\u0627\u0644 \u0627\u06cc\u0646\u062a\u0631\u0646\u062a \u0634\u0645\u0627 \u062e\u0648\u0628 \u0628\u0647\u200c\u0646\u0638\u0631 \u0645\u06cc\u200c\u0631\u0633\u062f!",nonOptimal:"\u0627\u062a\u0635\u0627\u0644 \u0627\u06cc\u0646\u062a\u0631\u0646\u062a \u0634\u0645\u0627 \u0645\u0646\u0627\u0633\u0628 \u0646\u06cc\u0633\u062a",poor:"\u0627\u062a\u0635\u0627\u0644 \u0627\u06cc\u0646\u062a\u0631\u0646\u062a \u0634\u0645\u0627 \u0636\u0639\u06cc\u0641 \u0627\u0633\u062a"},connectionDetails:{audioClipping:"\u0627\u0646\u062a\u0638\u0627\u0631 \u0645\u06cc\u200c\u0631\u0648\u062f \u0635\u062f\u0627\u06cc \u0634\u0645\u0627 \u0628\u0631\u06cc\u062f\u0647\u200c\u0628\u0631\u06cc\u062f\u0647 \u0634\u0648\u062f.",audioHighQuality:"\u0627\u0646\u062a\u0638\u0627\u0631 \u0645\u06cc\u200c\u0631\u0648\u062f \u0635\u062f\u0627\u06cc \u0634\u0645\u0627 \u06a9\u06cc\u0641\u06cc\u062a\u06cc \u0639\u0627\u0644\u06cc \u062f\u0627\u0634\u062a\u0647 \u0628\u0627\u0634\u062f.",audioLowNoVideo:"\u0627\u0646\u062a\u0638\u0627\u0631 \u0645\u06cc\u200c\u0631\u0648\u062f \u0635\u062f\u0627\u06cc \u0634\u0645\u0627 \u06a9\u06cc\u0641\u06cc\u062a \u067e\u0627\u06cc\u06cc\u0646\u06cc \u062f\u0627\u0634\u062a\u0647 \u0628\u0627\u0634\u062f \u0648 \u062a\u0635\u0648\u06cc\u0631 \u0634\u0645\u0627 \u0646\u06cc\u0632 \u0642\u0637\u0639 \u0634\u0648\u062f.",goodQuality:"\u0641\u0648\u0642\u200c\u0627\u0644\u0639\u0627\u062f\u0647! \u06a9\u06cc\u0641\u06cc\u062a \u0635\u062f\u0627 \u0648 \u062a\u0635\u0648\u06cc\u0631 \u0634\u0645\u0627 \u0639\u0627\u0644\u06cc \u062e\u0648\u0627\u0647\u062f \u0628\u0648\u062f.",noMediaConnectivity:"\u0646\u062a\u0648\u0627\u0646\u0633\u062a\u06cc\u0645 \u0631\u0627\u0647\u06cc \u0628\u0631\u0627\u06cc \u0627\u06cc\u062c\u0627\u062f \u0627\u062a\u0635\u0627\u0644 \u0635\u062f\u0627 \u0648 \u062a\u0635\u0648\u06cc\u0631 \u0628\u0631\u0627\u06cc \u0627\u06cc\u0646 \u0622\u0632\u0645\u0627\u06cc\u0634 \u067e\u06cc\u062f\u0627 \u06a9\u0646\u06cc\u0645. \u0627\u06cc\u0646 \u0645\u0648\u0636\u0648\u0639 \u0645\u0639\u0645\u0648\u0644\u0627\u064b \u062a\u0648\u0633\u0637 \u062f\u06cc\u0648\u0627\u0631\u0647\u0654 \u0622\u062a\u0634 \u06cc\u0627 NAT \u0627\u06cc\u062c\u0627\u062f \u0645\u06cc\u200c\u0634\u0648\u062f.",noVideo:"\u0627\u0646\u062a\u0638\u0627\u0631 \u0645\u06cc\u200c\u0631\u0648\u062f \u0648\u06cc\u062f\u06cc\u0648\u06cc \u0634\u0645\u0627 \u0628\u0647\u200c\u0634\u062f\u062a \u0628\u062f \u0628\u0627\u0634\u062f.",undetectable:"\u0627\u06af\u0631 \u0647\u0645\u0686\u0646\u0627\u0646 \u062f\u0631 \u0628\u0631\u0642\u0631\u0627\u0631\u06cc \u0627\u0631\u062a\u0628\u0627\u0637 \u0627\u0632 \u0637\u0631\u06cc\u0642 \u0645\u0631\u0648\u0631\u06af\u0631 \u0645\u0634\u06a9\u0644 \u062f\u0627\u0631\u06cc\u062f\u060c \u062a\u0648\u0635\u06cc\u0647 \u0645\u06cc\u200c\u06a9\u0646\u06cc\u0645 \u0645\u0637\u0645\u0626\u0646 \u0634\u0648\u06cc\u062f \u0628\u0644\u0646\u062f\u06af\u0648\u060c \u0645\u06cc\u06a9\u0631\u0648\u0641\u0646 \u0648 \u062f\u0648\u0631\u0628\u06cc\u0646 \u0634\u0645\u0627 \u0628\u0647 \u062f\u0633\u062a\u0631\u0633\u06cc \u062a\u0646\u0638\u06cc\u0645 \u0634\u062f\u0647\u200c\u0627\u0646\u062f\u060c \u0627\u062c\u0627\u0632\u0647\u0654 \u062f\u0633\u062a\u0631\u0633\u06cc \u0628\u0647 \u0645\u06cc\u06a9\u0631\u0648\u0641\u0648\u0646 \u0648 \u062f\u0648\u0631\u0628\u06cc\u0646 \u062e\u0648\u062f \u0631\u0627 \u0628\u0647 \u0645\u0631\u0648\u0631\u06af\u0631\u062a\u0627\u0646 \u062f\u0627\u062f\u0647 \u0628\u0627\u0634\u06cc\u062f \u0648 \u0647\u0645\u0686\u0646\u06cc\u0646 \u0627\u0632 \u0628\u0647\u200c\u0631\u0648\u0632 \u0628\u0648\u062f\u0646 \u0646\u06af\u0627\u0631\u0634 \u0645\u0631\u0648\u0631\u06af\u0631 \u062e\u0648\u062f \u0645\u0637\u0645\u0626\u0646 \u0634\u0648\u06cc\u062f. \u0627\u06af\u0631 \u0628\u0627 \u0627\u06cc\u0646 \u062d\u0627\u0644 \u062f\u0631 \u0635\u0648\u0631\u062a \u0627\u062f\u0627\u0645\u0647 \u0645\u0634\u06a9\u0644 \u062f\u0631 \u0628\u0631\u0642\u0631\u0627\u0631\u06cc \u062a\u0645\u0627\u0633\u060c \u0628\u0627 \u062a\u0648\u0633\u0639\u0647\u200c\u062f\u0647\u0646\u062f\u0647 \u06cc\u0627 \u067e\u0634\u062a\u06cc\u0628\u0627\u0646\u06cc \u0628\u0631\u0646\u0627\u0645\u0647 \u062a\u0645\u0627\u0633 \u0628\u06af\u06cc\u0631\u06cc\u062f.",veryPoorConnection:"\u0627\u0646\u062a\u0638\u0627\u0631 \u0645\u06cc\u200c\u0631\u0648\u062f \u06a9\u06cc\u0641\u06cc\u062a \u062a\u0645\u0627\u0633 \u0634\u0645\u0627 \u0628\u0647\u200c\u0634\u062f\u062a \u0628\u062f \u0628\u0627\u0634\u062f.",videoFreezing:"\u0627\u0646\u062a\u0638\u0627\u0631 \u0645\u06cc\u200c\u0631\u0648\u062f \u062a\u0635\u0648\u06cc\u0631 \u0648\u06cc\u062f\u06cc\u0648\u06cc \u0634\u0645\u0627 \u062b\u0627\u0628\u062a \u0634\u062f\u0647 \u0648 \u062a\u0627\u0631 \u0634\u0648\u062f \u06cc\u0627 \u0642\u0637\u0639 \u0634\u0648\u062f.",videoHighQuality:"\u0627\u0646\u062a\u0638\u0627\u0631 \u0645\u06cc\u200c\u0631\u0648\u062f \u0648\u06cc\u062f\u06cc\u0648\u06cc \u0634\u0645\u0627 \u06a9\u06cc\u0641\u06cc\u062a \u062e\u0648\u0628\u06cc \u062f\u0627\u0634\u062a\u0647 \u0628\u0627\u0634\u062f.",videoLowQuality:"\u0627\u0646\u062a\u0638\u0627\u0631 \u0645\u06cc\u200c\u0631\u0648\u062f \u0648\u06cc\u062f\u06cc\u0648\u06cc \u0634\u0645\u0627 \u0627\u0632 \u0646\u0638\u0631 \u0646\u0631\u062e \u0628\u0627\u0632\u0633\u0627\u0632\u06cc \u062a\u0635\u0648\u06cc\u0631 \u0648 \u0648\u0636\u0648\u062d \u06a9\u06cc\u0641\u06cc\u062a \u067e\u0627\u06cc\u06cc\u0646\u06cc \u062f\u0627\u0634\u062a\u0647 \u0628\u0627\u0634\u062f.",videoTearing:"\u0627\u0646\u062a\u0638\u0627\u0631 \u0645\u06cc\u200c\u0631\u0648\u062f \u0648\u06cc\u062f\u06cc\u0648\u06cc \u0634\u0645\u0627 \u062a\u0627\u0631 \u0634\u0648\u062f \u06cc\u0627 \u0646\u0648\u0627\u0642\u0635 \u062f\u06cc\u062f\u0627\u0631\u06cc \u062f\u0627\u0634\u062a\u0647 \u0628\u0627\u0634\u062f."},copyAndShare:"\u0631\u0648\u0646\u0648\u0634\u062a \u0648 \u0647\u0645\u200c\u0631\u0633\u0627\u0646\u06cc \u067e\u06cc\u0648\u0646\u062f \u062c\u0644\u0633\u0647",dialInMeeting:"\u0634\u0645\u0627\u0631\u0647\u200c\u06af\u06cc\u0631\u06cc \u0628\u0631\u0627\u06cc \u067e\u06cc\u0648\u0633\u062a\u0646 \u0628\u0647 \u062c\u0644\u0633\u0647",dialInPin:"\u0634\u0645\u0627\u0631\u0647\u200c\u0647\u0627\u06cc \u062c\u0644\u0633\u0647 \u0631\u0627 \u0634\u0645\u0627\u0631\u0647\u200c\u06af\u06cc\u0631\u06cc \u06a9\u0631\u062f\u0647 \u0648 \u0627\u06cc\u0646 \u0631\u0645\u0632 \u0634\u062e\u0635\u06cc \u0631\u0627 \u0648\u0627\u0631\u062f \u0646\u0645\u0627\u06cc\u06cc\u062f:",dialing:"\u0634\u0645\u0627\u0631\u0647\u200c\u06af\u06cc\u0631\u06cc",doNotShow:"\u0627\u06cc\u0646 \u0635\u0641\u062d\u0647 \u0631\u0627 \u062f\u0648\u0628\u0627\u0631\u0647 \u0646\u0634\u0627\u0646 \u0646\u062f\u0647",errorDialOut:"\u0646\u0645\u06cc\u200c\u062a\u0648\u0627\u0646 \u0634\u0645\u0627\u0631\u0647\u200c\u06af\u06cc\u0631\u06cc \u06a9\u0631\u062f",errorDialOutDisconnected:"\u0646\u0645\u06cc\u200c\u062a\u0648\u0627\u0646 \u0634\u0645\u0627\u0631\u0647\u200c\u06af\u06cc\u0631\u06cc \u06a9\u0631\u062f. \u0642\u0637\u0639 \u0634\u062f",errorDialOutFailed:"\u0646\u0645\u06cc\u200c\u062a\u0648\u0627\u0646 \u0634\u0645\u0627\u0631\u0647\u200c\u06af\u06cc\u0631\u06cc \u06a9\u0631\u062f. \u062a\u0645\u0627\u0633 \u0646\u0627\u0645\u0648\u0641\u0642 \u0628\u0648\u062f",errorDialOutStatus:"\u062e\u0637\u0627 \u062f\u0631 \u062f\u0631\u06cc\u0627\u0641\u062a \u0648\u0636\u0639\u06cc\u062a \u0634\u0645\u0627\u0631\u0647\u200c\u06af\u06cc\u0631\u06cc",errorMissingName:"\u0644\u0637\u0641\u0627\u064b \u0646\u0627\u0645 \u062e\u0648\u062f \u0631\u0627 \u0628\u0631\u0627\u06cc \u067e\u06cc\u0648\u0633\u062a\u0646 \u0628\u0647 \u062c\u0644\u0633\u0647 \u0648\u0627\u0631\u062f \u06a9\u0646\u06cc\u062f",errorNoPermissions:"\u0628\u0627\u06cc\u062f \u062f\u0633\u062a\u0631\u0633\u06cc \u0645\u06cc\u06a9\u0631\u0648\u0641\u0648\u0646 \u0648 \u062f\u0648\u0631\u0628\u06cc\u0646 \u0631\u0627 \u0641\u0639\u0627\u0644 \u06a9\u0646\u06cc\u062f",errorStatusCode:"\u062e\u0637\u0627 \u062f\u0631 \u0634\u0645\u0627\u0631\u0647\u200c\u06af\u06cc\u0631\u06cc\u060c \u06a9\u062f \u0648\u0636\u0639\u06cc\u062a: {{status}}",errorValidation:"\u0627\u0639\u062a\u0628\u0627\u0631\u0633\u0646\u062c\u06cc \u0634\u0645\u0627\u0631\u0647 \u0646\u0627\u0645\u0648\u0641\u0642 \u0628\u0648\u062f",iWantToDialIn:"\u0645\u06cc\u200c\u062e\u0648\u0627\u0647\u0645 \u062a\u0645\u0627\u0633 \u0628\u06af\u06cc\u0631\u0645",initiated:"\u062a\u0645\u0627\u0633 \u0622\u063a\u0627\u0632 \u0634\u062f",joinAudioByPhone:"\u067e\u06cc\u0648\u0633\u062a\u0646 \u0628\u0627 \u0635\u062f\u0627\u06cc \u06af\u0648\u0634\u06cc",joinMeeting:"\u067e\u06cc\u0648\u0633\u062a\u0646 \u0628\u0647 \u062c\u0644\u0633\u0647",joinMeetingInLowBandwidthMode:"\u067e\u06cc\u0648\u0633\u062a\u0646 \u062f\u0631 \u062d\u0627\u0644\u062a \u067e\u0647\u0646\u0627\u06cc \u0628\u0627\u0646\u062f \u06a9\u0645",joinWithoutAudio:"\u067e\u06cc\u0648\u0633\u062a\u0646 \u0628\u062f\u0648\u0646 \u0635\u062f\u0627",keyboardShortcuts:"\u0641\u0639\u0627\u0644\u200c\u0633\u0627\u0632\u06cc \u0645\u06cc\u0627\u0646\u200c\u0628\u0631\u0647\u0627\u06cc \u0635\u0641\u062d\u0647\u200c\u06a9\u0644\u06cc\u062f",linkCopied:"\u067e\u06cc\u0648\u0646\u062f \u062f\u0631 \u0628\u0631\u06cc\u062f\u0647\u200c\u062f\u0627\u0646 \u0631\u0648\u0646\u0648\u0634\u062a \u0634\u062f",lookGood:"\u0645\u06cc\u06a9\u0631\u0648\u0641\u0648\u0646 \u0634\u0645\u0627 \u0628\u0647\u200c\u062f\u0631\u0633\u062a\u06cc \u06a9\u0627\u0631 \u0645\u06cc\u200c\u06a9\u0646\u062f",or:"\u06cc\u0627",premeeting:"\u067e\u06cc\u0634\u200c\u062c\u0644\u0633\u0647",proceedAnyway:"\u062f\u0631 \u0647\u0631 \u0635\u0648\u0631\u062a \u0627\u0646\u062c\u0627\u0645 \u0634\u0648\u062f",screenSharingError:"\u062e\u0637\u0627 \u062f\u0631 \u0647\u0645\u200c\u0631\u0633\u0627\u0646\u06cc \u0635\u0641\u062d\u0647:",showScreen:"\u0641\u0639\u0627\u0644\u200c\u0633\u0627\u0632\u06cc \u0635\u0641\u062d\u0647\u0654 \u067e\u06cc\u0634\u200c\u062c\u0644\u0633\u0647",startWithPhone:"\u0634\u0631\u0648\u0639 \u0628\u0627 \u0635\u062f\u0627\u06cc \u06af\u0648\u0634\u06cc",unsafeRoomConsent:"\u0645\u0646 \u062e\u0637\u0631 \u0627\u062d\u062a\u0645\u0627\u0644\u06cc \u0631\u0627 \u062f\u0631\u06a9 \u0645\u06cc\u200c\u06a9\u0646\u0645\u061b \u0645\u06cc\u200c\u062e\u0648\u0627\u0647\u0645 \u0628\u0647 \u062c\u0644\u0633\u0647 \u0628\u067e\u06cc\u0648\u0646\u062f\u0645",videoOnlyError:"\u062e\u0637\u0627\u06cc \u0648\u06cc\u062f\u06cc\u0648:",videoTrackError:"\u0642\u0637\u0639\u0647\u0654 \u0648\u06cc\u062f\u06cc\u0648\u06cc\u06cc \u0627\u06cc\u062c\u0627\u062f \u0646\u0634\u062f.",viewAllNumbers:"\u0645\u0634\u0627\u0647\u062f\u0647\u0654 \u0647\u0645\u0647\u0654 \u0634\u0645\u0627\u0631\u0647\u200c\u0647\u0627"},presenceStatus:{busy:"\u0645\u0634\u063a\u0648\u0644",calling:"\u062f\u0631\u062d\u0627\u0644 \u062a\u0645\u0627\u0633\u200c\u06af\u0631\u0641\u062a\u0646...",connected:"\u0645\u062a\u0635\u0644\u200c\u0634\u062f\u0647",connecting:"\u062f\u0631\u062d\u0627\u0644 \u0627\u062a\u0635\u0627\u0644...",connecting2:"\u062f\u0631\u062d\u0627\u0644 \u0627\u062a\u0635\u0627\u0644*...",disconnected:"\u0642\u0637\u0639\u200c\u0634\u062f\u0647",expired:"\u0645\u0646\u0642\u0636\u06cc\u200c\u0634\u062f\u0647",ignored:"\u0646\u0627\u062f\u06cc\u062f\u0647\u200c\u06af\u0631\u0641\u062a\u0647",initializingCall:"\u062f\u0631\u062d\u0627\u0644 \u0622\u063a\u0627\u0632 \u062a\u0645\u0627\u0633...",invited:"\u062f\u0639\u0648\u062a\u200c\u0634\u062f\u0647",rejected:"\u0631\u062f\u0634\u062f\u0647",ringing:"\u062f\u0631\u062d\u0627\u0644 \u0632\u0646\u06af\u200c\u0632\u062f\u0646..."},profile:{avatar:"\u0686\u0650\u0647\u0631\u064e\u06a9",setDisplayNameLabel:"\u0646\u0627\u0645",setEmailInput:"\u0631\u0627\u06cc\u0627\u0646\u0627\u0645\u0647 \u0631\u0627 \u0648\u0627\u0631\u062f \u06a9\u0646\u06cc\u062f",setEmailLabel:"\u0631\u0627\u06cc\u0627\u0646\u0627\u0645\u0647\u0654 Gravatar",title:"\u0646\u0645\u0627\u06cc\u0647"},raisedHand:"\u062a\u0645\u0627\u06cc\u0644 \u0628\u0647 \u0635\u062d\u0628\u062a",raisedHandsLabel:"\u062a\u0639\u062f\u0627\u062f \u062f\u0633\u062a\u200c\u0647\u0627\u06cc \u0628\u0644\u0646\u062f\u0634\u062f\u0647",record:{already:{linked:"\u0627\u06cc\u0646 \u062c\u0644\u0633\u0647 \u0627\u0632 \u0642\u0628\u0644 \u0628\u0647 \u0634\u06cc\u0621 Salesforce \u067e\u06cc\u0648\u0633\u062a \u0634\u062f\u0647 \u0627\u0633\u062a."},type:{account:"\u062d\u0633\u0627\u0628",contact:"\u0645\u062e\u0627\u0637\u0628",lead:"\u0631\u0647\u0628\u0631",opportunity:"\u0641\u0631\u0635\u062a",owner:"\u0635\u0627\u062d\u0628"}},recording:{authDropboxText:"\u0628\u0627\u0631\u06af\u0630\u0627\u0631\u06cc \u062f\u0631 \u062f\u0631\u0627\u067e\u200c\u0628\u0627\u06a9\u0633",availableSpace:"\u0641\u0636\u0627\u06cc \u0645\u0648\u062c\u0648\u062f: {{spaceLeft}} \u0645\u06af\u0627\u0628\u0627\u06cc\u062a (\u062a\u0642\u0631\u06cc\u0628\u0627\u064b {{duration}} \u062f\u0642\u06cc\u0642\u0647 \u0636\u0628\u0637 \u062c\u0644\u0633\u0647)",beta:"\u0646\u0633\u062e\u0647\u0654 \u0622\u0632\u0645\u0627\u06cc\u0634\u06cc",busy:"\u0645\u0627 \u062f\u0631\u062d\u0627\u0644 \u0622\u0632\u0627\u062f\u0633\u0627\u0632\u06cc \u0645\u0646\u0627\u0628\u0639 \u0636\u0628\u0637 \u0647\u0633\u062a\u06cc\u0645. \u0644\u0637\u0641\u0627\u064b \u062f\u0642\u0627\u06cc\u0642\u06cc \u062f\u06cc\u06af\u0631 \u062f\u0648\u0628\u0627\u0631\u0647 \u062a\u0644\u0627\u0634 \u06a9\u0646\u06cc\u062f.",busyTitle:"\u0647\u0645\u0647\u0654 \u0636\u0628\u0637\u200c\u06a9\u0646\u0646\u062f\u0647\u200c\u0647\u0627 \u0647\u0645\u200c\u0627\u06a9\u0646\u0648\u0646 \u0645\u0634\u063a\u0648\u0644 \u0647\u0633\u062a\u0646\u062f",copyLink:"\u0631\u0648\u0646\u0648\u0634\u062a \u067e\u06cc\u0648\u0646\u062f",error:"\u0636\u0628\u0637 \u0646\u0627\u0645\u0648\u0641\u0642 \u0628\u0648\u062f. \u062f\u0648\u0628\u0627\u0631\u0647 \u062a\u0644\u0627\u0634 \u06a9\u0646\u06cc\u062f.",errorFetchingLink:"\u062e\u0637\u0627 \u062f\u0631 \u0648\u0627\u06a9\u0650\u0634\u06cc \u067e\u06cc\u0648\u0646\u062f \u0636\u0628\u0637.",expandedOff:"\u0636\u0628\u0637 \u0645\u062a\u0648\u0642\u0641 \u0634\u062f\u0647 \u0627\u0633\u062a",expandedOn:"\u0627\u06cc\u0646 \u062c\u0644\u0633\u0647 \u0647\u0645\u200c\u0627\u06a9\u0646\u0648\u0646 \u062f\u0631\u062d\u0627\u0644 \u0636\u0628\u0637\u200c\u0634\u062f\u0646 \u0627\u0633\u062a.",expandedPending:"\u0636\u0628\u0637 \u062f\u0631\u062d\u0627\u0644 \u0634\u0631\u0648\u0639 \u0627\u0633\u062a...",failedToStart:"\u0634\u0631\u0648\u0639 \u0636\u0628\u0637 \u0646\u0627\u0645\u0648\u0641\u0642 \u0628\u0648\u062f",fileSharingdescription:"\u0647\u0645\u200c\u0631\u0633\u0627\u0646\u06cc \u067e\u06cc\u0648\u0646\u062f \u0636\u0628\u0637 \u0628\u0627 \u0634\u0631\u06a9\u062a\u200c\u06a9\u0646\u0646\u062f\u06af\u0627\u0646 \u062c\u0644\u0633\u0647",highlight:"\u0639\u0644\u0627\u0645\u062a\u200c\u06af\u0630\u0627\u0631\u06cc",highlightMoment:"\u0639\u0644\u0627\u0645\u062a\u200c\u06af\u0630\u0627\u0631\u06cc \u0644\u062d\u0638\u0647",highlightMomentDisabled:"\u0648\u0642\u062a\u06cc \u0636\u0628\u0637 \u0634\u0631\u0648\u0639 \u0645\u06cc\u200c\u0634\u0648\u062f \u0645\u06cc\u200c\u062a\u0648\u0627\u0646\u06cc\u062f \u0644\u062d\u0638\u0647\u200c\u0647\u0627 \u0631\u0627 \u0639\u0644\u0627\u0645\u062a\u200c\u06af\u0630\u0627\u0631\u06cc \u06a9\u0646\u06cc\u062f",highlightMomentSuccess:"\u0644\u062d\u0638\u0647 \u0639\u0644\u0627\u0645\u062a\u200c\u06af\u0630\u0627\u0631\u06cc \u0634\u062f",highlightMomentSucessDescription:"\u0644\u062d\u0638\u0647\u200c\u0647\u0627\u06cc \u0639\u0644\u0627\u0645\u062a\u200c\u06af\u0630\u0627\u0631\u06cc\u200c\u0634\u062f\u0647\u0654 \u0634\u0645\u0627 \u0628\u0647 \u062e\u0644\u0627\u0635\u0647\u0654 \u062c\u0644\u0633\u0647 \u0627\u0641\u0632\u0648\u062f\u0647 \u062e\u0648\u0627\u0647\u0646\u062f \u0634\u062f.",inProgress:"\u0636\u0628\u0637 \u06cc\u0627 \u067e\u062e\u0634 \u0632\u0646\u062f\u0647 \u062f\u0631\u062d\u0627\u0644 \u0627\u0646\u062c\u0627\u0645 \u0627\u0633\u062a",limitNotificationDescriptionNative:"\u0628\u0647 \u062f\u0644\u06cc\u0644 \u062f\u0631\u062e\u0648\u0627\u0633\u062a\u200c\u0647\u0627\u06cc \u0632\u06cc\u0627\u062f\u060c \u0636\u0628\u0637 \u0634\u0645\u0627 \u0628\u0647 {{limit}} \u062f\u0642\u06cc\u0642\u0647 \u0645\u062d\u062f\u0648\u062f \u062e\u0648\u0627\u0647\u062f \u0634\u062f. \u0628\u0631\u0627\u06cc \u0636\u0628\u0637 \u0646\u0627\u0645\u062d\u062f\u0648\u062f \u0627\u0632 <3>{{app}} \u0627\u0633\u062a\u0641\u0627\u062f\u0647 \u06a9\u0646\u06cc\u062f.",limitNotificationDescriptionWeb:"\u0628\u0647 \u062f\u0644\u06cc\u0644 \u062f\u0631\u062e\u0648\u0627\u0633\u062a\u200c\u0647\u0627\u06cc \u0632\u06cc\u0627\u062f\u060c \u0636\u0628\u0637 \u0634\u0645\u0627 \u0628\u0647 {{limit}} \u062f\u0642\u06cc\u0642\u0647 \u0645\u062d\u062f\u0648\u062f \u062e\u0648\u0627\u0647\u062f \u0634\u062f. \u0628\u0631\u0627\u06cc \u0636\u0628\u0637 \u0646\u0627\u0645\u062d\u062f\u0648\u062f \u0627\u0632 {{app}} \u0627\u0633\u062a\u0641\u0627\u062f\u0647 \u06a9\u0646\u06cc\u062f.",linkGenerated:"\u0645\u0627 \u067e\u06cc\u0648\u0646\u062f\u06cc \u0628\u0631\u0627\u06cc \u0636\u0628\u0637 \u0634\u0645\u0627 \u0627\u06cc\u062c\u0627\u062f \u06a9\u0631\u062f\u0647\u200c\u0627\u06cc\u0645.",live:"\u0632\u0646\u062f\u0647",localRecordingNoNotificationWarning:"\u0627\u06cc\u0646 \u0636\u0628\u0637 \u0628\u0647 \u0622\u06af\u0627\u0647\u06cc \u062f\u06cc\u06af\u0631 \u0634\u0631\u06a9\u062a\u200c\u06a9\u0646\u0646\u062f\u06af\u0627\u0646 \u0646\u062e\u0648\u0627\u0647\u062f \u0631\u0633\u06cc\u062f. \u0644\u0627\u0632\u0645 \u0627\u0633\u062a \u06a9\u0647 \u0628\u0647 \u0622\u0646\u200c\u0647\u0627 \u0628\u06af\u0648\u06cc\u06cc\u062f \u06a9\u0647 \u062c\u0644\u0633\u0647 \u0636\u0628\u0637 \u0634\u062f\u0647 \u0627\u0633\u062a.",localRecordingNoVideo:"\u0648\u06cc\u062f\u06cc\u0648 \u0636\u0628\u0637 \u0646\u0645\u06cc\u200c\u0634\u0648\u062f",localRecordingStartWarning:"\u0644\u0637\u0641\u0627\u064b \u067e\u06cc\u0634 \u0627\u0632 \u067e\u0627\u06cc\u0627\u0646 \u062c\u0644\u0633\u0647\u060c \u0636\u0628\u0637 \u0631\u0627 \u0645\u062a\u0648\u0642\u0641 \u06a9\u0646\u06cc\u062f \u062a\u0627 \u0622\u0646 \u0631\u0627 \u0630\u062e\u06cc\u0631\u0647 \u06a9\u0646\u06cc\u062f.",localRecordingStartWarningTitle:"\u0636\u0628\u0637 \u0631\u0627 \u0645\u062a\u0648\u0642\u0641 \u06a9\u0646\u06cc\u062f \u062a\u0627 \u0630\u062e\u06cc\u0631\u0647 \u0634\u0648\u062f",localRecordingVideoStop:"\u062a\u0648\u0642\u0641 \u0648\u06cc\u062f\u06cc\u0648\u06cc \u0634\u0645\u0627 \u0628\u0627\u0639\u062b \u062a\u0648\u0642\u0641 \u0636\u0628\u0637 \u0645\u062d\u0644\u06cc \u0646\u06cc\u0632 \u062e\u0648\u0627\u0647\u062f \u0634\u062f. \u0622\u06cc\u0627 \u0645\u0637\u0645\u0626\u0646 \u0647\u0633\u062a\u06cc\u062f \u06a9\u0647 \u0645\u06cc\u200c\u062e\u0648\u0627\u0647\u06cc\u062f \u0627\u062f\u0627\u0645\u0647 \u062f\u0647\u06cc\u062f\u061f",localRecordingVideoWarning:"\u0628\u0631\u0627\u06cc \u0636\u0628\u0637 \u0648\u06cc\u062f\u06cc\u0648\u06cc \u062e\u0648\u062f\u060c \u0628\u0627\u06cc\u062f \u0647\u0646\u06af\u0627\u0645 \u0634\u0631\u0648\u0639 \u0636\u0628\u0637 \u0622\u0646 \u0631\u0627 \u0631\u0648\u0634\u0646 \u06a9\u0646\u06cc\u062f",localRecordingWarning:"\u0645\u0637\u0645\u0626\u0646 \u0634\u0648\u06cc\u062f \u06a9\u0647 \u0632\u0628\u0627\u0646\u0647 \u06a9\u0646\u0648\u0646\u06cc \u0631\u0627 \u0627\u0646\u062a\u062e\u0627\u0628 \u06a9\u0631\u062f\u0647\u200c\u0627\u06cc\u062f \u062a\u0627 \u0627\u0632 \u0648\u06cc\u062f\u06cc\u0648 \u0648 \u0635\u062f\u0627\u06cc \u0645\u0646\u0627\u0633\u0628 \u0627\u0633\u062a\u0641\u0627\u062f\u0647 \u06a9\u0646\u06cc\u062f. \u0636\u0628\u0637 \u062f\u0631\u062d\u0627\u0644 \u062d\u0627\u0636\u0631 \u0645\u062d\u062f\u0648\u062f \u0628\u0647 \u06f1 \u06af\u06cc\u06af\u0627\u0628\u0627\u06cc\u062a \u0627\u0633\u062a \u06a9\u0647 \u062a\u0642\u0631\u06cc\u0628\u0627 \u06f1\u06f0\u06f0 \u062f\u0642\u06cc\u0642\u0647 \u0627\u0633\u062a.",loggedIn:"\u0648\u0627\u0631\u062f\u0634\u062f\u0647 \u0628\u0647 \u0639\u0646\u0648\u0627\u0646 {{userName}}",noMicPermission:"\u0642\u0637\u0639\u0647\u0654 \u0645\u06cc\u06a9\u0631\u0648\u0641\u0648\u0646 \u0646\u0645\u06cc\u200c\u062a\u0648\u0627\u0646\u062f \u0627\u06cc\u062c\u0627\u062f \u0634\u0648\u062f. \u0644\u0637\u0641\u0627\u064b \u0627\u062c\u0627\u0632\u0647 \u0627\u0633\u062a\u0641\u0627\u062f\u0647 \u0627\u0632 \u0645\u06cc\u06a9\u0631\u0648\u0641\u0648\u0646 \u0631\u0627 \u0628\u062f\u0647\u06cc\u062f.",noStreams:"\u0647\u06cc\u0686 \u062c\u0631\u06cc\u0627\u0646 \u0635\u0648\u062a\u06cc \u06cc\u0627 \u062a\u0635\u0648\u06cc\u0631\u06cc \u0634\u0646\u0627\u0633\u0627\u06cc\u06cc \u0646\u0634\u062f.",off:"\u0636\u0628\u0637 \u0645\u062a\u0648\u0642\u0641 \u0634\u062f",offBy:"{{name}} \u0636\u0628\u0637 \u062c\u0644\u0633\u0647 \u0631\u0627 \u0645\u062a\u0648\u0642\u0641 \u06a9\u0631\u062f",on:"\u0636\u0628\u0637 \u062c\u0644\u0633\u0647 \u0634\u0631\u0648\u0639 \u0634\u062f",onBy:"{{name}} \u0636\u0628\u0637 \u062c\u0644\u0633\u0647 \u0631\u0627 \u0634\u0631\u0648\u0639 \u06a9\u0631\u062f",onlyRecordSelf:"\u0641\u0642\u0637 \u062c\u0631\u06cc\u0627\u0646\u200c\u0647\u0627\u06cc \u0635\u062f\u0627 \u0648 \u062a\u0635\u0648\u06cc\u0631 \u0645\u0646 \u0631\u0627 \u0636\u0628\u0637 \u06a9\u0646",pending:"\u062f\u0631\u062d\u0627\u0644 \u0622\u0645\u0627\u062f\u0647\u200c\u0634\u062f\u0646 \u0628\u0631\u0627\u06cc \u0636\u0628\u0637 \u062c\u0644\u0633\u0647...",rec:"\u0636\u0628\u0637",saveLocalRecording:"\u0630\u062e\u06cc\u0631\u0647\u0654 \u067e\u0631\u0648\u0646\u062f\u0647\u0654 \u0636\u0628\u0637 \u0628\u0647 \u0635\u0648\u0631\u062a \u0645\u062d\u0644\u06cc (\u0622\u0632\u0645\u0627\u06cc\u0634\u06cc)",serviceDescription:"\u0636\u0628\u0637 \u0634\u0645\u0627 \u062a\u0648\u0633\u0637 \u062e\u062f\u0645\u062a\u0650 \u0636\u0628\u0637 \u0630\u062e\u06cc\u0631\u0647 \u062e\u0648\u0627\u0647\u062f \u0634\u062f",serviceDescriptionCloud:"\u0636\u0628\u0637 \u0627\u0628\u0631\u06cc",serviceDescriptionCloudInfo:"\u062c\u0644\u0633\u0627\u062a \u0636\u0628\u0637\u200c\u0634\u062f\u0647 \u06f2\u06f4 \u0633\u0627\u0639\u062a \u067e\u0633 \u0627\u0632 \u0632\u0645\u0627\u0646 \u0636\u0628\u0637 \u0628\u0647\u200c\u0637\u0648\u0631 \u062e\u0648\u062f\u06a9\u0627\u0631 \u067e\u0627\u06a9 \u0645\u06cc\u200c\u0634\u0648\u0646\u062f.",serviceName:"\u062e\u062f\u0645\u062a\u0650 \u0636\u0628\u0637",sessionAlreadyActive:"\u0627\u06cc\u0646 \u062c\u0644\u0633\u0647 \u0627\u0632 \u0642\u0628\u0644 \u062f\u0631\u062d\u0627\u0644 \u0636\u0628\u0637 \u06cc\u0627 \u067e\u062e\u0634 \u0632\u0646\u062f\u0647 \u0627\u0633\u062a.",signIn:"\u0648\u0631\u0648\u062f",signOut:"\u062e\u0631\u0648\u062c",surfaceError:"\u0644\u0637\u0641\u0627\u064b \u0632\u0628\u0627\u0646\u0647 \u06a9\u0646\u0648\u0646\u06cc \u0631\u0627 \u0627\u0646\u062a\u062e\u0627\u0628 \u06a9\u0646\u06cc\u062f.",title:"\u062f\u0631\u062d\u0627\u0644 \u0636\u0628\u0637",unavailable:"\u0627\u0648\u0647! {{serviceName}} \u062f\u0631\u062d\u0627\u0644 \u062d\u0627\u0636\u0631 \u062f\u0631 \u062f\u0633\u062a\u0631\u0633 \u0646\u06cc\u0633\u062a. \u0645\u0627 \u062f\u0631\u062d\u0627\u0644 \u06a9\u0627\u0631 \u0628\u0631\u0631\u0648\u06cc \u062d\u0644 \u0645\u0634\u06a9\u0644 \u0647\u0633\u062a\u06cc\u0645. \u0644\u0637\u0641\u0627\u064b \u0628\u0639\u062f\u0627\u064b \u062f\u0648\u0628\u0627\u0631\u0647 \u0627\u0645\u062a\u062d\u0627\u0646 \u06a9\u0646\u06cc\u062f.",unavailableTitle:"\u0636\u0628\u0637 \u062f\u0631\u062f\u0633\u062a\u0631\u0633 \u0646\u06cc\u0633\u062a",uploadToCloud:"\u0628\u0627\u0631\u06af\u0630\u0627\u0631\u06cc \u062f\u0631 \u0641\u0636\u0627\u06cc \u0627\u0628\u0631\u06cc"},screenshareDisplayName:"\u0635\u0641\u062d\u0647\u0654 {{name}}",sectionList:{pullToRefresh:"\u0628\u0631\u0627\u06cc \u062a\u0627\u0632\u0647\u200c\u0633\u0627\u0632\u06cc \u0628\u06a9\u0650\u0634\u06cc\u062f"},security:{about:"\u0645\u06cc\u200c\u062a\u0648\u0627\u0646\u06cc\u062f \u0628\u0647 \u062c\u0644\u0633\u0647 \u062e\u0648\u062f \u06cc\u06a9 $t(lockRoomPassword) \u0628\u06cc\u0627\u0641\u0632\u0627\u06cc\u06cc\u062f.\u0634\u0631\u06a9\u062a\u200c\u06a9\u0646\u0646\u062f\u06af\u0627\u0646 \u0628\u0627\u06cc\u062f \u067e\u06cc\u0634 \u0627\u0632 \u0627\u06cc\u0646\u200c\u06a9\u0647 \u0628\u062a\u0648\u0627\u0646\u0646\u062f \u0628\u0647 \u062c\u0644\u0633\u0647 \u0628\u067e\u06cc\u0648\u0646\u062f\u0646\u062f\u060c $t(lockRoomPassword) \u0631\u0627 \u0627\u0631\u0627\u0626\u0647 \u06a9\u0646\u0646\u062f.",aboutReadOnly:"\u0645\u062f\u06cc\u0631 \u062c\u0644\u0633\u0647 \u0645\u06cc\u200c\u062a\u0648\u0627\u0646\u062f \u0628\u0647 \u062c\u0644\u0633\u0647 \u06cc\u06a9 $t(lockRoomPassword) \u0628\u06cc\u0627\u0641\u0632\u0627\u06cc\u062f. \u0634\u0631\u06a9\u062a\u200c\u06a9\u0646\u0646\u062f\u06af\u0627\u0646 \u0628\u0627\u06cc\u062f \u067e\u06cc\u0634 \u0627\u0632 \u0627\u06cc\u0646\u200c\u06a9\u0647 \u0628\u062a\u0648\u0627\u0646\u0646\u062f \u0628\u0647 \u062c\u0644\u0633\u0647 \u0628\u067e\u06cc\u0648\u0646\u062f\u0646\u062f\u060c $t(lockRoomPassword) \u0631\u0627 \u0627\u0631\u0627\u0626\u0647 \u06a9\u0646\u0646\u062f.",insecureRoomNameWarningNative:"\u0646\u0627\u0645 \u0627\u062a\u0627\u0642 \u0646\u0627\u0627\u0645\u0646 \u0627\u0633\u062a. \u0634\u0631\u06a9\u062a\u200c\u06a9\u0646\u0646\u062f\u06af\u0627\u0646 \u0646\u0627\u062e\u0648\u0627\u0633\u062a\u0647 \u0645\u0645\u06a9\u0646 \u0627\u0633\u062a \u0628\u0647 \u062c\u0644\u0633\u0647 \u0634\u0645\u0627 \u0628\u067e\u06cc\u0648\u0646\u062f\u0646\u062f. {{recommendAction}} \u062f\u0631\u0628\u0627\u0631\u0647\u0654 \u062a\u0623\u0645\u06cc\u0646 \u062c\u0644\u0633\u0647\u0654 \u062e\u0648\u062f \u0628\u06cc\u0634\u200c\u062a\u0631 \u0628\u06cc\u0627\u0645\u0648\u0632\u06cc\u062f ",insecureRoomNameWarningWeb:"\u0646\u0627\u0645 \u0627\u062a\u0627\u0642 \u0646\u0627\u0627\u0645\u0646 \u0627\u0633\u062a. \u0634\u0631\u06a9\u062a\u200c\u06a9\u0646\u0646\u062f\u06af\u0627\u0646 \u0646\u0627\u062e\u0648\u0627\u0633\u062a\u0647 \u0645\u0645\u06a9\u0646 \u0627\u0633\u062a \u0628\u0647 \u062c\u0644\u0633\u0647 \u0634\u0645\u0627 \u0628\u067e\u06cc\u0648\u0646\u062f\u0646\u062f. {{recommendAction}} \u0627\u0632 \u0627\u06cc\u0646\u200c\u062c\u0627 \u062f\u0631\u0628\u0627\u0631\u0647\u0654 \u062a\u0623\u0645\u06cc\u0646 \u062c\u0644\u0633\u0647\u0654 \u062e\u0648\u062f \u0628\u06cc\u0634\u200c\u062a\u0631 \u0628\u06cc\u0627\u0645\u0648\u0632\u06cc\u062f.",title:"\u06af\u0632\u06cc\u0646\u0647\u200c\u0647\u0627\u06cc \u0627\u0645\u0646\u06cc\u062a",unsafeRoomActions:{meeting:"\u0628\u0627 \u0627\u0633\u062a\u0641\u0627\u062f\u0647 \u0627\u0632 \u062f\u06a9\u0645\u0647\u0654 \u0627\u0645\u0646\u06cc\u062a \u062c\u0644\u0633\u0647 \u062e\u0648\u062f \u0631\u0627 \u0627\u06cc\u0645\u0646 \u06a9\u0646\u06cc\u062f.",prejoin:"\u0627\u0633\u062a\u0641\u0627\u062f\u0647 \u0627\u0632 \u0646\u0627\u0645\u0650 \u062c\u0644\u0633\u0647\u0654 \u0645\u0646\u062d\u0635\u0631\u0628\u0647\u200c\u0641\u0631\u062f\u062a\u0631\u06cc \u0631\u0627 \u062f\u0631 \u0646\u0638\u0631 \u0628\u06af\u06cc\u0631\u06cc\u062f.",welcome:"\u0627\u0633\u062a\u0641\u0627\u062f\u0647 \u0627\u0632 \u0646\u0627\u0645\u0650 \u062c\u0644\u0633\u0647\u0654 \u0645\u0646\u062d\u0635\u0631\u0628\u0647\u200c\u0641\u0631\u062f\u062a\u0631\u06cc \u0631\u0627 \u062f\u0631 \u0646\u0638\u0631 \u0628\u06af\u06cc\u0631\u06cc\u062f\u060c \u06cc\u0627 \u06cc\u06a9\u06cc \u0627\u0632 \u067e\u06cc\u0634\u0646\u0647\u0627\u062f\u0627\u062a \u0631\u0627 \u0627\u0646\u062a\u062e\u0627\u0628 \u06a9\u0646\u06cc\u062f."}},settings:{audio:"\u0635\u062f\u0627",buttonLabel:"\u062a\u0646\u0638\u06cc\u0645\u0627\u062a",calendar:{about:"\u0627\u0645\u06a9\u0627\u0646 \u0627\u062a\u0635\u0627\u0644 \u062a\u0642\u0648\u06cc\u0645 {{appName}} \u0628\u0631\u0627\u06cc \u062f\u0633\u062a\u0631\u0633\u06cc \u0627\u06cc\u0645\u0646 \u0628\u0647 \u062a\u0642\u0648\u06cc\u0645\u062a\u0627\u0646 \u0627\u0633\u062a\u0641\u0627\u062f\u0647 \u0645\u06cc\u200c\u0634\u0648\u062f \u062a\u0627 \u0628\u062a\u0648\u0627\u0646\u062f \u0631\u0648\u06cc\u062f\u0627\u062f\u0647\u0627\u06cc \u0622\u06cc\u0646\u062f\u0647 \u0631\u0627 \u0628\u062e\u0648\u0627\u0646\u062f.",disconnect:"\u0642\u0637\u0639\u200c\u06a9\u0631\u062f\u0646",microsoftSignIn:"\u0648\u0631\u0648\u062f \u0628\u0627 \u062d\u0633\u0627\u0628 \u06a9\u0627\u0631\u0628\u0631\u06cc \u0645\u0627\u06cc\u06a9\u0631\u0648\u0633\u0627\u0641\u062a",signedIn:"\u0647\u0645\u200c\u0627\u06a9\u0646\u0648\u0646 \u062f\u0631\u062d\u0627\u0644 \u062f\u0633\u062a\u0631\u0633\u06cc \u0628\u0647 \u0631\u0648\u06cc\u062f\u0627\u062f\u0647\u0627\u06cc \u062a\u0642\u0648\u06cc\u0645 \u0628\u0631\u0627\u06cc {{email}}. \u0628\u0631\u0627\u06cc \u062a\u0648\u0642\u0641 \u062f\u0633\u062a\u0631\u0633\u06cc \u0628\u0647 \u0631\u0648\u06cc\u062f\u0627\u062f\u0647\u0627\u06cc \u062a\u0642\u0648\u06cc\u0645\u060c \u0631\u0648\u06cc \u062f\u06a9\u0645\u0647 \u0642\u0637\u0639\u200c\u06a9\u0631\u062f\u0646 \u062f\u0631 \u0632\u06cc\u0631 \u06a9\u0644\u06cc\u06a9 \u06a9\u0646\u06cc\u062f.",title:"\u062a\u0642\u0648\u06cc\u0645"},desktopShareFramerate:"\u0646\u0631\u062e \u0628\u0627\u0632\u0633\u0627\u0632\u06cc \u062a\u0635\u0648\u06cc\u0631 \u0647\u0645\u200c\u0631\u0633\u0627\u0646\u06cc \u0645\u06cc\u0632\u06a9\u0627\u0631",desktopShareHighFpsWarning:"\u0646\u0631\u062e \u0628\u0627\u0632\u0633\u0627\u0632\u06cc \u062a\u0635\u0648\u06cc\u0631 \u0628\u0627\u0644\u0627\u062a\u0631 \u0628\u0631\u0627\u06cc \u0647\u0645\u200c\u0631\u0633\u0627\u0646\u06cc \u0645\u06cc\u0632\u06a9\u0627\u0631 \u0645\u0645\u06a9\u0646 \u0627\u0633\u062a \u0628\u0631 \u067e\u0647\u0646\u0627\u06cc \u0628\u0627\u0646\u062f \u0634\u0645\u0627 \u062a\u0623\u062b\u06cc\u0631 \u0628\u06af\u0630\u0627\u0631\u062f. \u0628\u0631\u0627\u06cc \u0627\u0639\u0645\u0627\u0644 \u062a\u0646\u0638\u06cc\u0645\u0627\u062a \u062c\u062f\u06cc\u062f\u060c \u0628\u0627\u06cc\u062f \u0647\u0645\u200c\u0631\u0633\u0627\u0646\u06cc \u0635\u0641\u062d\u0647 \u0631\u0627 \u0631\u0627\u0647\u200c\u0627\u0646\u062f\u0627\u0632\u06cc \u062f\u0648\u0628\u0627\u0631\u0647 \u06a9\u0646\u06cc\u062f.",desktopShareWarning:"\u0628\u0631\u0627\u06cc \u0627\u0639\u0645\u0627\u0644 \u062a\u0646\u0638\u06cc\u0645\u0627\u062a \u062c\u062f\u06cc\u062f\u060c \u0628\u0627\u06cc\u062f \u0647\u0645\u200c\u0631\u0633\u0627\u0646\u06cc \u0635\u0641\u062d\u0647 \u0631\u0627 \u0631\u0627\u0647\u200c\u0627\u0646\u062f\u0627\u0632\u06cc \u062f\u0648\u0628\u0627\u0631\u0647 \u06a9\u0646\u06cc\u062f.",devices:"\u062f\u0633\u062a\u06af\u0627\u0647\u200c\u0647\u0627",followMe:"\u0647\u0631\u06a9\u0633\u06cc \u0645\u0646 \u0631\u0627 \u062f\u0646\u0628\u0627\u0644 \u0645\u06cc\u200c\u06a9\u0646\u062f",framesPerSecond:"\u0646\u0631\u062e \u0628\u0627\u0632\u0633\u0627\u0632\u06cc \u062a\u0635\u0648\u06cc\u0631 \u062f\u0631 \u062b\u0627\u0646\u06cc\u0647",incomingMessage:"\u067e\u06cc\u0627\u0645 \u0648\u0631\u0648\u062f\u06cc",language:"\u0632\u0628\u0627\u0646",loggedIn:"\u0648\u0627\u0631\u062f\u0634\u062f\u0647 \u0628\u0647 \u0639\u0646\u0648\u0627\u0646 {{name}}",maxStageParticipants:"\u0628\u06cc\u0634\u06cc\u0646\u0647 \u062a\u0639\u062f\u0627\u062f \u0634\u0631\u06a9\u062a\u200c\u06a9\u0646\u0646\u062f\u06af\u0627\u0646\u06cc \u06a9\u0647 \u0645\u06cc\u200c\u062a\u0648\u0627\u0646\u0646\u062f \u0628\u0647 \u0635\u062d\u0646\u0647 \u0627\u0635\u0644\u06cc \u0633\u0646\u062c\u0627\u0642 \u0634\u0648\u0646\u062f (\u0622\u0632\u0645\u0627\u06cc\u0634\u06cc)",microphones:"\u0645\u06cc\u06a9\u0631\u0648\u0641\u0648\u0646\u200c\u0647\u0627",moderator:"\u0645\u062f\u06cc\u0631",moderatorOptions:"\u06af\u0632\u06cc\u0646\u0647\u200c\u0647\u0627\u06cc \u0645\u062f\u06cc\u0631",more:"\u0639\u0645\u0648\u0645\u06cc",name:"\u0646\u0627\u0645",noDevice:"\u0647\u06cc\u0686\u200c\u06cc\u06a9",notifications:"\u0622\u06af\u0647\u06cc\u200c\u0647\u0627",participantJoined:"\u0634\u0631\u06a9\u062a\u200c\u06a9\u0646\u0646\u062f\u0647 \u067e\u06cc\u0648\u0633\u062a",participantKnocking:"\u0634\u0631\u06a9\u062a\u200c\u06a9\u0646\u0646\u062f\u0647 \u0628\u0647 \u0627\u062a\u0627\u0642 \u0627\u0646\u062a\u0638\u0627\u0631 \u0648\u0627\u0631\u062f \u0634\u062f",participantLeft:"\u0634\u0631\u06a9\u062a\u200c\u06a9\u0646\u0646\u062f\u0647 \u062a\u0631\u06a9 \u06a9\u0631\u062f",playSounds:"\u067e\u062e\u0634 \u0635\u062f\u0627 \u0631\u0648\u0634\u0646",reactions:"\u0648\u0627\u06a9\u0646\u0634\u200c\u0647\u0627\u06cc \u062c\u0644\u0633\u0647",sameAsSystem:"\u0647\u0645\u0627\u0646\u0646\u062f \u0633\u06cc\u0633\u062a\u0645 ({{label}})",selectAudioOutput:"\u062e\u0631\u0648\u062c\u06cc \u0635\u062f\u0627",selectCamera:"\u062f\u0648\u0631\u0628\u06cc\u0646",selectMic:"\u0645\u06cc\u06a9\u0631\u0648\u0641\u0646",selfView:"\u0646\u0645\u0627\u06cc \u062e\u0648\u062f",shortcuts:"\u0645\u06cc\u0627\u0646\u200c\u0628\u0631\u0647\u0627",speakers:"\u0628\u0644\u0646\u062f\u06af\u0648\u0647\u0627",startAudioMuted:"\u0647\u0645\u0647 \u0628\u06cc\u200c\u0635\u062f\u0627 \u0634\u0631\u0648\u0639 \u0645\u06cc\u200c\u06a9\u0646\u0646\u062f",startReactionsMuted:"\u0628\u06cc\u200c\u0635\u062f\u0627\u06a9\u0631\u062f\u0646 \u0635\u062f\u0627\u0647\u0627\u06cc \u0648\u0627\u06a9\u0646\u0634\u200c\u0647\u0627 \u0628\u0631\u0627\u06cc \u0647\u0645\u0647",startVideoMuted:"\u0647\u0645\u0647 \u0628\u0647\u200c\u0635\u0648\u0631\u062a \u0645\u062e\u0641\u06cc \u0634\u0631\u0648\u0639 \u0645\u06cc\u200c\u06a9\u0646\u0646\u062f",talkWhileMuted:"\u0635\u062d\u0628\u062a\u200c\u06a9\u0631\u062f\u0646 \u062f\u0631 \u062d\u0627\u0644\u062a \u0628\u06cc\u200c\u0635\u062f\u0627",title:"\u062a\u0646\u0638\u06cc\u0645\u0627\u062a",video:"\u0648\u06cc\u062f\u06cc\u0648"},settingsView:{advanced:"\u067e\u06cc\u0634\u0631\u0641\u062a\u0647",alertCancel:"\u0644\u063a\u0648",alertOk:"\u062a\u0623\u06cc\u06cc\u062f",alertTitle:"\u0647\u0634\u062f\u0627\u0631",alertURLText:"\u0646\u0634\u0627\u0646\u06cc \u0627\u06cc\u0646\u062a\u0631\u0646\u062a\u06cc \u0648\u0627\u0631\u062f\u0634\u062f\u0647\u0654 \u0633\u0631\u0648\u0631 \u0646\u0627\u0645\u0639\u062a\u0628\u0631 \u0627\u0633\u062a",buildInfoSection:"\u0627\u0637\u0644\u0627\u0639\u0627\u062a \u0633\u0627\u062e\u062a",conferenceSection:"\u06a9\u0646\u0641\u0631\u0627\u0646\u0633",disableCallIntegration:"\u063a\u06cc\u0631\u0641\u0639\u0627\u0644\u200c\u06a9\u0631\u062f\u0646 \u06cc\u06a9\u067e\u0627\u0631\u0686\u06af\u06cc \u0628\u0627 \u062a\u0645\u0627\u0633",disableCrashReporting:"\u063a\u06cc\u0631\u0641\u0639\u0627\u0644\u200c\u06a9\u0631\u062f\u0646 \u06af\u0632\u0627\u0631\u0634 \u062e\u0631\u0627\u0628\u06cc",disableCrashReportingWarning:"\u0622\u06cc\u0627 \u0627\u0632 \u063a\u06cc\u0631\u0641\u0639\u0627\u0644\u200c\u06a9\u0631\u062f\u0646 \u06af\u0632\u0627\u0631\u0634 \u062e\u0631\u0627\u0628\u06cc \u0627\u0637\u0645\u06cc\u0646\u0627\u0646 \u062f\u0627\u0631\u06cc\u062f\u061f \u0627\u06cc\u0646 \u062a\u0646\u0638\u06cc\u0645\u0627\u062a \u067e\u0633 \u0627\u0632 \u0631\u0627\u0647\u200c\u0627\u0646\u062f\u0627\u0632\u06cc \u062f\u0648\u0628\u0627\u0631\u0647\u0654 \u0628\u0631\u0646\u0627\u0645\u0647 \u0627\u0639\u0645\u0627\u0644 \u0645\u06cc\u200c\u0634\u0648\u0646\u062f.",disableP2P:"\u063a\u06cc\u0631\u0641\u0639\u0627\u0644\u200c\u06a9\u0631\u062f\u0646 \u062d\u0627\u0644\u062a \u0647\u0645\u062a\u0627\u200c\u0628\u0647\u200c\u0647\u0645\u062a\u0627",displayName:"\u0646\u0627\u0645 \u0646\u0645\u0627\u06cc\u0634\u06cc",displayNamePlaceholderText:"\u0628\u0631\u0627\u06cc \u0645\u062b\u0627\u0644 \u0641\u0644\u0627\u0646\u06cc",email:"\u0631\u0627\u06cc\u0627\u0646\u0627\u0645\u0647",emailPlaceholderText:"email@example.com",goTo:"\u0628\u0631\u0648 \u0628\u0647",header:"\u062a\u0646\u0638\u06cc\u0645\u0627\u062a",help:"\u0631\u0627\u0647\u0646\u0645\u0627",links:"\u067e\u06cc\u0648\u0646\u062f\u0647\u0627",privacy:"\u062d\u0631\u06cc\u0645 \u062e\u0635\u0648\u0635\u06cc",profileSection:"\u0646\u0645\u0627\u06cc\u0647",serverURL:"\u0646\u0634\u0627\u0646\u06cc \u0627\u06cc\u0646\u062a\u0631\u0646\u062a\u06cc \u0633\u0631\u0648\u0631",showAdvanced:"\u0646\u0645\u0627\u06cc\u0634 \u062a\u0646\u0638\u06cc\u0645\u0627\u062a \u067e\u06cc\u0634\u0631\u0641\u062a\u0647",startCarModeInLowBandwidthMode:"\u0634\u0631\u0648\u0639 \u062d\u0627\u0644\u062a \u062e\u0648\u062f\u0631\u0648 \u062f\u0631 \u062d\u0627\u0644\u062a \u067e\u0647\u0646\u0627\u06cc \u0628\u0627\u0646\u062f \u06a9\u0645",startWithAudioMuted:"\u0634\u0631\u0648\u0639 \u0628\u0627 \u062d\u0627\u0644\u062a \u0628\u06cc\u200c\u0635\u062f\u0627",startWithVideoMuted:"\u0634\u0631\u0648\u0639 \u0628\u0627 \u062d\u0627\u0644\u062a \u0628\u062f\u0648\u0646 \u062a\u0635\u0648\u06cc\u0631",terms:"\u0634\u0631\u0627\u06cc\u0637",version:"\u0646\u06af\u0627\u0631\u0634"},share:{dialInfoText:"\n\n=====\n\n\u0628\u0647 \u0627\u06cc\u0646\u062a\u0631\u0646\u062a \u062f\u0633\u062a\u0631\u0633\u06cc \u0646\u062f\u0627\u0631\u06cc\u062f \u0648 \u0645\u06cc\u200c\u062e\u0648\u0627\u0647\u06cc\u062f \u0628\u0627 \u062a\u0645\u0627\u0633 \u062a\u0644\u0641\u0646\u06cc \u062f\u0631 \u062c\u0644\u0633\u0647 \u0634\u0631\u06a9\u062a \u0646\u0645\u0627\u06cc\u06cc\u062f\u061f\n\n{{defaultDialInNumber}}\u0628\u0631\u0627\u06cc \u0634\u0645\u0627\u0631\u0647\u200c\u0647\u0627\u06cc \u062a\u0645\u0627\u0633 \u0628\u0631\u0627\u06cc \u067e\u06cc\u0648\u0633\u062a\u0646 \u0628\u0647 \u0627\u06cc\u0646 \u062c\u0644\u0633\u0647 \u0631\u0648\u06cc \u0627\u06cc\u0646 \u067e\u06cc\u0648\u0646\u062f \u06a9\u0644\u06cc\u06a9 \u06a9\u0646\u06cc\u062f\n{{dialInfoPageUrl}}",mainText:"\u0628\u0631\u0627\u06cc \u067e\u06cc\u0648\u0633\u062a\u0646 \u0628\u0647 \u062c\u0644\u0633\u0647 \u0631\u0648\u06cc \u067e\u06cc\u0648\u0646\u062f \u0632\u06cc\u0631 \u06a9\u0644\u06cc\u06a9 \u06a9\u0646\u06cc\u062f:\n{{roomUrl}}"},speaker:"\u0628\u0644\u0646\u062f\u06af\u0648",speakerStats:{angry:"\u0639\u0635\u0628\u0627\u0646\u06cc",disgusted:"\u0645\u062a\u0646\u0641\u0631",displayEmotions:"\u0646\u0645\u0627\u06cc\u0634 \u0627\u062d\u0633\u0627\u0633\u0627\u062a",fearful:"\u062a\u0631\u0633\u0627\u0646",happy:"\u062e\u0648\u0634\u200c\u062d\u0627\u0644",hours:"{{count}} \u0633\u0627\u0639\u062a",minutes:"{{count}} \u062f\u0642\u06cc\u0642\u0647",name:"\u0646\u0627\u0645",neutral:"\u062e\u0646\u062b\u06cc",sad:"\u063a\u0645\u06af\u06cc\u0646",search:"\u062c\u0633\u062a\u062c\u0648",seconds:"{{count}} \u062b\u0627\u0646\u06cc\u0647",speakerStats:"\u0622\u0645\u0627\u0631 \u0634\u0631\u06a9\u062a\u200c\u06a9\u0646\u0646\u062f\u06af\u0627\u0646",speakerTime:"\u0645\u062f\u062a \u0632\u0645\u0627\u0646 \u06af\u0648\u06cc\u0646\u062f\u0647",surprised:"\u0634\u06af\u0641\u062a\u200c\u0632\u062f\u0647"},startupoverlay:{genericTitle:"\u0627\u06cc\u0646 \u062c\u0644\u0633\u0647 \u0646\u06cc\u0627\u0632 \u0628\u0647 \u0627\u0633\u062a\u0641\u0627\u062f\u0647 \u0627\u0632 \u0645\u06cc\u06a9\u0631\u0648\u0641\u0648\u0646 \u0648 \u062f\u0648\u0631\u0628\u06cc\u0646 \u0634\u0645\u0627 \u062f\u0627\u0631\u062f.",policyText:" ",title:"{{app}} \u0646\u06cc\u0627\u0632 \u0628\u0647 \u0627\u0633\u062a\u0641\u0627\u062f\u0647 \u0627\u0632 \u0645\u06cc\u06a9\u0631\u0648\u0641\u0648\u0646 \u0648 \u062f\u0648\u0631\u0628\u06cc\u0646 \u0634\u0645\u0627 \u062f\u0627\u0631\u062f."},suspendedoverlay:{rejoinKeyTitle:"\u067e\u06cc\u0648\u0633\u062a\u0646 \u062f\u0648\u0628\u0627\u0631\u0647",text:"\u0628\u0631\u0627\u06cc \u0627\u062a\u0635\u0627\u0644 \u062f\u0648\u0628\u0627\u0631\u0647\u060c \u062f\u06a9\u0645\u0647 \u067e\u06cc\u0648\u0633\u062a\u0646 \u062f\u0648\u0628\u0627\u0631\u0647 \u0631\u0627 \u0641\u0634\u0627\u0631 \u062f\u0647\u06cc\u062f.",title:"\u062a\u0645\u0627\u0633 \u0648\u06cc\u062f\u06cc\u0648\u06cc\u06cc \u0634\u0645\u0627 \u0642\u0637\u0639 \u0634\u062f \u0632\u06cc\u0631\u0627 \u0627\u06cc\u0646 \u0631\u0627\u06cc\u0627\u0646\u0647 \u0628\u0647 \u062d\u0627\u0644\u062a \u062e\u0648\u0627\u0628 \u0631\u0641\u062a."},termsView:{title:"\u0634\u0631\u0627\u06cc\u0637"},toggleTopPanelLabel:"\u062a\u063a\u06cc\u06cc\u0631 \u0648\u0636\u0639\u06cc\u062a \u062a\u0627\u0628\u0644\u0648\u06cc \u0628\u0627\u0644\u0627\u06cc\u06cc",toolbar:{Settings:"\u062a\u0646\u0638\u06cc\u0645\u0627\u062a",accessibilityLabel:{Settings:"\u062a\u063a\u06cc\u06cc\u0631 \u0648\u0636\u0639\u06cc\u062a \u062a\u0646\u0638\u06cc\u0645\u0627\u062a",audioOnly:"\u062a\u063a\u06cc\u06cc\u0631 \u0648\u0636\u0639\u06cc\u062a \u062d\u0627\u0644\u062a\u0650 \u0641\u0642\u0637 \u0635\u062f\u0627",audioRoute:"\u062f\u0633\u062a\u06af\u0627\u0647 \u0635\u0648\u062a\u06cc \u0631\u0627 \u0627\u0646\u062a\u062e\u0627\u0628 \u06a9\u0646\u06cc\u062f",boo:"\u0647\u064f\u0648\u06a9\u0631\u062f\u0646",breakoutRoom:"\u067e\u06cc\u0648\u0633\u062a\u0646/\u062a\u0631\u06a9\u200c\u06a9\u0631\u062f\u0646 \u0627\u062a\u0627\u0642 \u062c\u0627\u0646\u0628\u06cc",callQuality:"\u0645\u062f\u06cc\u0631\u06cc\u062a \u06a9\u06cc\u0641\u06cc\u062a \u0648\u06cc\u062f\u06cc\u0648",carmode:"\u062d\u0627\u0644\u062a \u062e\u0648\u062f\u0631\u0648",cc:"\u062a\u063a\u06cc\u06cc\u0631 \u0648\u0636\u0639\u06cc\u062a \u0632\u06cc\u0631\u0646\u0648\u06cc\u0633\u200c\u0647\u0627",chat:"\u0628\u0627\u0632\u06a9\u0631\u062f\u0646 / \u0628\u0633\u062a\u0646 \u06af\u067e",clap:"\u06a9\u0641\u200c\u0632\u062f\u0646",closeChat:"\u0628\u0633\u062a\u0646 \u06af\u067e",closeMoreActions:"\u0628\u0633\u062a\u0646 \u0641\u0647\u0631\u0633\u062a \u0627\u0642\u062f\u0627\u0645\u0627\u062a \u0628\u06cc\u0634\u200c\u062a\u0631",closeParticipantsPane:"\u0628\u0633\u062a\u0646 \u062a\u0627\u0628\u0644\u0648\u06cc \u0634\u0631\u06a9\u062a\u200c\u06a9\u0646\u0646\u062f\u06af\u0627\u0646",collapse:"\u0641\u0631\u0648\u067e\u0627\u0634\u06cc",document:"\u062a\u063a\u06cc\u06cc\u0631 \u0648\u0636\u0639\u06cc\u062a \u0633\u0646\u062f \u0647\u0645\u200c\u0631\u0633\u0627\u0646\u06cc\u200c\u0634\u062f\u0647",documentClose:"\u0628\u0633\u062a\u0646 \u0633\u0646\u062f \u0647\u0645\u200c\u0631\u0633\u0627\u0646\u06cc\u200c\u0634\u062f\u0647",documentOpen:"\u0628\u0627\u0632\u06a9\u0631\u062f\u0646 \u0633\u0646\u062f \u0647\u0645\u200c\u0631\u0633\u0627\u0646\u06cc\u200c\u0634\u062f\u0647",download:"\u0628\u0627\u0631\u06af\u06cc\u0631\u06cc \u0628\u0631\u0646\u0627\u0645\u0647",embedMeeting:"\u062c\u0627\u0633\u0627\u0632\u06cc \u062c\u0644\u0633\u0647",endConference:"\u067e\u0627\u06cc\u0627\u0646\u200c\u062f\u0627\u062f\u0646 \u062c\u0644\u0633\u0647 \u0628\u0631\u0627\u06cc \u0647\u0645\u0647",enterFullScreen:"\u0646\u0645\u0627\u06cc \u062a\u0645\u0627\u0645 \u0635\u0641\u062d\u0647",enterTileView:"\u0648\u0631\u0648\u062f \u0628\u0647 \u0646\u0645\u0627\u06cc \u06a9\u0627\u0634\u06cc",exitFullScreen:"\u062e\u0631\u0648\u062c \u0627\u0632 \u062a\u0645\u0627\u0645 \u0635\u0641\u062d\u0647",exitTileView:"\u062e\u0631\u0648\u062c \u0627\u0632 \u0646\u0645\u0627\u06cc \u06a9\u0627\u0634\u06cc",expand:"\u06af\u0633\u062a\u0631\u0627\u0646\u062f\u0646",feedback:"\u06af\u0630\u0627\u0634\u062a\u0646 \u0628\u0627\u0632\u062e\u0648\u0631\u062f",fullScreen:"\u062a\u063a\u06cc\u06cc\u0631 \u0648\u0636\u0639\u06cc\u062a \u062a\u0645\u0627\u0645 \u0635\u0641\u062d\u0647",giphy:"\u062a\u063a\u06cc\u06cc\u0631 \u0648\u0636\u0639\u06cc\u062a \u0641\u0647\u0631\u0633\u062a GIPHY",grantModerator:"\u0627\u0639\u0637\u0627\u06cc \u062f\u0633\u062a\u0631\u0633\u06cc\u200c\u0647\u0627\u06cc \u0645\u062f\u06cc\u0631",hangup:"\u062a\u0631\u06a9\u200c\u06a9\u0631\u062f\u0646 \u062c\u0644\u0633\u0647",heading:"\u0646\u0648\u0627\u0631\u0627\u0628\u0632\u0627\u0631",help:"\u06a9\u0645\u06a9",hideWhiteboard:"\u0645\u062e\u0641\u06cc\u200c\u06a9\u0631\u062f\u0646 \u062a\u062e\u062a\u0647\u200c\u0633\u0641\u06cc\u062f",invite:"\u062f\u0639\u0648\u062a \u0627\u0632 \u0627\u0641\u0631\u0627\u062f",kick:"\u0628\u06cc\u0631\u0648\u0646\u200c\u06a9\u0631\u062f\u0646 \u0634\u0631\u06a9\u062a\u200c\u06a9\u0646\u0646\u062f\u0647",laugh:"\u062e\u0646\u062f\u0647",leaveConference:"\u062a\u0631\u06a9\u200c\u06a9\u0631\u062f\u0646 \u062c\u0644\u0633\u0647",like:"\u0645\u0648\u0627\u0641\u0642\u200c\u0628\u0648\u062f\u0646",linkToSalesforce:"\u067e\u06cc\u0648\u0646\u062f \u0628\u0647 Salesforce",lobbyButton:"\u0641\u0639\u0627\u0644\u200c\u06a9\u0631\u062f\u0646/\u063a\u06cc\u0631\u0641\u0639\u0627\u0644\u200c\u06a9\u0631\u062f\u0646 \u062d\u0627\u0644\u062a \u0627\u062a\u0627\u0642 \u0627\u0646\u062a\u0638\u0627\u0631",localRecording:"\u062a\u063a\u06cc\u06cc\u0631 \u0648\u0636\u0639\u06cc\u062a \u06a9\u0646\u062a\u0631\u0644\u200c\u0647\u0627\u06cc \u0636\u0628\u0637 \u0645\u062d\u0644\u06cc",lockRoom:"\u062a\u063a\u06cc\u06cc\u0631 \u0648\u0636\u0639\u06cc\u062a \u06af\u0630\u0631\u0648\u0627\u0698\u0647\u0654 \u062c\u0644\u0633\u0647",lowerHand:"\u067e\u0627\u06cc\u06cc\u0646\u200c\u0622\u0648\u0631\u062f\u0646 \u062f\u0633\u062a\u062a\u0627\u0646",moreActions:"\u0627\u0642\u062f\u0627\u0645\u0627\u062a \u0628\u06cc\u0634\u200c\u062a\u0631",moreActionsMenu:"\u0641\u0647\u0631\u0633\u062a \u0627\u0642\u062f\u0627\u0645\u0627\u062a \u0628\u06cc\u0634\u200c\u062a\u0631",moreOptions:"\u0646\u0645\u0627\u06cc\u0634 \u06af\u0632\u06cc\u0646\u0647\u200c\u0647\u0627\u06cc \u0628\u06cc\u0634\u200c\u062a\u0631",mute:"\u0628\u06cc\u200c\u0635\u062f\u0627\u06a9\u0631\u062f\u0646",muteEveryone:"\u0628\u06cc\u200c\u0635\u062f\u0627\u06a9\u0631\u062f\u0646 \u0647\u0645\u0647",muteEveryoneElse:"\u0628\u06cc\u200c\u0635\u062f\u0627\u06a9\u0631\u062f\u0646 \u0628\u0642\u06cc\u0647 \u0627\u0641\u0631\u0627\u062f",muteEveryoneElsesVideoStream:"\u0648\u06cc\u062f\u06cc\u0648\u06cc \u062f\u06cc\u06af\u0631\u0627\u0646 \u0631\u0627 \u0645\u062a\u0648\u0642\u0641 \u06a9\u0646\u06cc\u062f",muteEveryonesVideoStream:"\u0648\u06cc\u062f\u06cc\u0648\u06cc \u0647\u0645\u0647 \u0631\u0627 \u0645\u062a\u0648\u0642\u0641 \u06a9\u0646\u06cc\u062f",muteGUMPending:"\u062f\u0631\u062d\u0627\u0644 \u0627\u062a\u0635\u0627\u0644 \u0645\u06cc\u06a9\u0631\u0648\u0641\u0648\u0646 \u0634\u0645\u0627",noiseSuppression:"\u0646\u0648\u0641\u0647\u200c\u0632\u062f\u0627\u06cc\u06cc",openChat:"\u0628\u0627\u0632\u06a9\u0631\u062f\u0646 \u06af\u067e",participants:"\u0628\u0627\u0632\u06a9\u0631\u062f\u0646 \u062a\u0627\u0628\u0644\u0648\u06cc \u0634\u0631\u06a9\u062a\u200c\u06a9\u0646\u0646\u062f\u06af\u0627\u0646",pip:"\u062a\u063a\u06cc\u06cc\u0631 \u0648\u0636\u0639\u06cc\u062a \u062d\u0627\u0644\u062a\u0650 \u062a\u0635\u0648\u06cc\u0631 \u062f\u0631 \u062a\u0635\u0648\u06cc\u0631",privateMessage:"\u0627\u0631\u0633\u0627\u0644 \u067e\u06cc\u0627\u0645 \u062e\u0635\u0648\u0635\u06cc",profile:"\u0648\u06cc\u0631\u0627\u06cc\u0634 \u0646\u0645\u0627\u06cc\u0647\u0654 \u0634\u0645\u0627",raiseHand:"\u0628\u0627\u0644\u0627\u0628\u0631\u062f\u0646 \u062f\u0633\u062a\u062a\u0627\u0646",reactions:"\u0648\u0627\u06a9\u0646\u0634\u200c\u0647\u0627",reactionsMenu:"\u0641\u0647\u0631\u0633\u062a \u0648\u0627\u06a9\u0646\u0634\u200c\u0647\u0627",recording:"\u062a\u063a\u06cc\u06cc\u0631 \u0648\u0636\u0639\u06cc\u062a \u0636\u0628\u0637",remoteMute:"\u0628\u06cc\u200c\u0635\u062f\u0627 \u06a9\u0631\u062f\u0646 \u0634\u0631\u06a9\u062a\u200c\u06a9\u0646\u0646\u062f\u0647",remoteVideoMute:"\u063a\u06cc\u0631\u0641\u0639\u0627\u0644\u200c\u06a9\u0631\u062f\u0646 \u062f\u0648\u0631\u0628\u06cc\u0646 \u0634\u0631\u06a9\u062a\u200c\u06a9\u0646\u0646\u062f\u0647",security:"\u06af\u0632\u06cc\u0646\u0647\u200c\u0647\u0627\u06cc \u0627\u0645\u0646\u06cc\u062a\u06cc",selectBackground:"\u0627\u0646\u062a\u062e\u0627\u0628 \u067e\u0633\u200c\u0632\u0645\u06cc\u0646\u0647",selfView:"\u062a\u063a\u06cc\u06cc\u0631 \u0648\u0636\u0639\u06cc\u062a \u0646\u0645\u0627\u06cc \u0645\u0634\u0627\u0647\u062f\u0647\u0654 \u062e\u0648\u062f",shareRoom:"\u062f\u0639\u0648\u062a \u0627\u0632 \u06cc\u06a9\u200c\u0646\u0641\u0631",shareYourScreen:"\u0634\u0631\u0648\u0639 \u0647\u0645\u200c\u0631\u0633\u0627\u0646\u06cc \u0635\u0641\u062d\u0647\u0654 \u0634\u0645\u0627",shareaudio:"\u0647\u0645\u200c\u0631\u0633\u0627\u0646\u06cc \u0635\u062f\u0627",sharedvideo:"\u0647\u0645\u200c\u0631\u0633\u0627\u0646\u06cc \u0648\u06cc\u062f\u06cc\u0648",shortcuts:"\u062a\u063a\u06cc\u06cc\u0631 \u0648\u0636\u0639\u06cc\u062a \u0645\u06cc\u0627\u0646\u200c\u0628\u0631\u0647\u0627",show:"\u0646\u0645\u0627\u06cc\u0634 \u0631\u0648\u06cc \u0635\u062d\u0646\u0647",showWhiteboard:"\u0646\u0645\u0627\u06cc\u0634 \u062a\u062e\u062a\u0647\u200c\u0633\u0641\u06cc\u062f",silence:"\u0633\u06a9\u0648\u062a",speakerStats:"\u062a\u063a\u06cc\u06cc\u0631 \u0648\u0636\u0639\u06cc\u062a \u0622\u0645\u0627\u0631 \u0634\u0631\u06a9\u062a\u200c\u06a9\u0646\u0646\u062f\u06af\u0627\u0646",stopScreenSharing:"\u062a\u0648\u0642\u0641 \u0647\u0645\u200c\u0631\u0633\u0627\u0646\u06cc \u0635\u0641\u062d\u0647\u0654 \u0634\u0645\u0627",stopSharedVideo:"\u062a\u0648\u0642\u0641 \u0648\u06cc\u062f\u06cc\u0648",surprised:"\u0634\u06af\u0641\u062a\u200c\u0632\u062f\u0647",tileView:"\u062a\u063a\u06cc\u06cc\u0631 \u0648\u0636\u0639\u06cc\u062a \u0646\u0645\u0627\u06cc \u06a9\u0627\u0634\u06cc",toggleCamera:"\u062a\u063a\u06cc\u06cc\u0631 \u0648\u0636\u0639\u06cc\u062a \u062f\u0648\u0631\u0628\u06cc\u0646",toggleFilmstrip:"\u062a\u063a\u06cc\u06cc\u0631 \u0648\u0636\u0639\u06cc\u062a \u0646\u0648\u0627\u0631 \u0641\u06cc\u0644\u0645",unmute:"\u0648\u0635\u0644\u200c\u06a9\u0631\u062f\u0646 \u0635\u062f\u0627",videoblur:"\u062a\u063a\u06cc\u06cc\u0631 \u0648\u0636\u0639\u06cc\u062a \u062a\u0627\u0631\u06a9\u0631\u062f\u0646 \u0648\u06cc\u062f\u06cc\u0648",videomute:"\u062a\u0648\u0642\u0641 \u062f\u0648\u0631\u0628\u06cc\u0646",videomuteGUMPending:"\u062f\u0631\u062d\u0627\u0644 \u0627\u062a\u0635\u0627\u0644 \u062f\u0648\u0631\u0628\u06cc\u0646 \u0634\u0645\u0627",videounmute:"\u0634\u0631\u0648\u0639 \u062f\u0648\u0631\u0628\u06cc\u0646"},addPeople:"\u0627\u0641\u0632\u0648\u062f\u0646 \u0627\u0641\u0631\u0627\u062f \u0628\u0647 \u062a\u0645\u0627\u0633 \u0634\u0645\u0627",audioOnlyOff:"\u063a\u06cc\u0631\u0641\u0639\u0627\u0644\u200c\u06a9\u0631\u062f\u0646 \u062d\u0627\u0644\u062a \u067e\u0647\u0646\u0627\u06cc \u0628\u0627\u0646\u062f \u06a9\u0645",audioOnlyOn:"\u0641\u0639\u0627\u0644\u200c\u06a9\u0631\u062f\u0646 \u062d\u0627\u0644\u062a \u067e\u0647\u0646\u0627\u06cc \u0628\u0627\u0646\u062f \u06a9\u0645",audioRoute:"\u0627\u0646\u062a\u062e\u0627\u0628 \u062f\u0633\u062a\u06af\u0627\u0647 \u0635\u0648\u062a\u06cc",audioSettings:"\u062a\u0646\u0638\u06cc\u0645\u0627\u062a \u0635\u062f\u0627",authenticate:"\u0627\u062d\u0631\u0627\u0632 \u0647\u0648\u06cc\u062a",boo:"\u0647\u064f\u0648\u06a9\u0631\u062f\u0646",callQuality:"\u0645\u062f\u06cc\u0631\u06cc\u062a \u06a9\u06cc\u0641\u06cc\u062a \u0648\u06cc\u062f\u06cc\u0648",chat:"\u0628\u0627\u0632\u06a9\u0631\u062f\u0646 / \u0628\u0633\u062a\u0646 \u06af\u067e",clap:"\u06a9\u0641\u200c\u0632\u062f\u0646",closeChat:"\u0628\u0633\u062a\u0646 \u06af\u067e",closeParticipantsPane:"\u0628\u0633\u062a\u0646 \u062a\u0627\u0628\u0644\u0648\u06cc \u0634\u0631\u06a9\u062a\u200c\u06a9\u0646\u0646\u062f\u06af\u0627\u0646",closeReactionsMenu:"\u0628\u0633\u062a\u0646 \u0641\u0647\u0631\u0633\u062a \u0648\u0627\u06a9\u0646\u0634\u200c\u0647\u0627",disableNoiseSuppression:"\u063a\u06cc\u0631\u0641\u0639\u0627\u0644\u200c\u06a9\u0631\u062f\u0646 \u0646\u0648\u0641\u0647\u200c\u0632\u062f\u0627\u06cc\u06cc",disableReactionSounds:"\u0645\u06cc\u200c\u062a\u0648\u0627\u0646\u06cc\u062f \u0635\u062f\u0627\u0647\u0627\u06cc \u0648\u0627\u06a9\u0646\u0634 \u0631\u0627 \u0628\u0631\u0627\u06cc \u0627\u06cc\u0646 \u062c\u0644\u0633\u0647 \u063a\u06cc\u0631\u0641\u0639\u0627\u0644 \u06a9\u0646\u06cc\u062f",documentClose:"\u0628\u0633\u062a\u0646 \u0633\u0646\u062f \u0647\u0645\u200c\u0631\u0633\u0627\u0646\u06cc\u200c\u0634\u062f\u0647",documentOpen:"\u0628\u0627\u0632\u06a9\u0631\u062f\u0646 \u0633\u0646\u062f \u0647\u0645\u200c\u0631\u0633\u0627\u0646\u06cc\u200c\u0634\u062f\u0647",download:"\u0628\u0627\u0631\u06af\u06cc\u0631\u06cc \u0628\u0631\u0646\u0627\u0645\u0647",e2ee:"\u0631\u0645\u0632\u0646\u06af\u0627\u0631\u06cc \u0633\u0631\u062a\u0627\u0633\u0631",embedMeeting:"\u062c\u0627\u0633\u0627\u0632\u06cc \u062c\u0644\u0633\u0647",enableNoiseSuppression:"\u0641\u0639\u0627\u0644\u200c\u06a9\u0631\u062f\u0646 \u0646\u0648\u0641\u0647\u200c\u0632\u062f\u0627\u06cc\u06cc",endConference:"\u067e\u0627\u06cc\u0627\u0646\u200c\u062f\u0627\u062f\u0646 \u062c\u0644\u0633\u0647 \u0628\u0631\u0627\u06cc \u0647\u0645\u0647",enterFullScreen:"\u0646\u0645\u0627\u06cc \u062a\u0645\u0627\u0645 \u0635\u0641\u062d\u0647",enterTileView:"\u0648\u0631\u0648\u062f \u0628\u0647 \u0646\u0645\u0627\u06cc \u06a9\u0627\u0634\u06cc",exitFullScreen:"\u062e\u0631\u0648\u062c \u0627\u0632 \u062a\u0645\u0627\u0645 \u0635\u0641\u062d\u0647",exitTileView:"\u062e\u0631\u0648\u062c \u0627\u0632 \u0646\u0645\u0627\u06cc \u06a9\u0627\u0634\u06cc",feedback:"\u06af\u0630\u0627\u0634\u062a\u0646 \u0628\u0627\u0632\u062e\u0648\u0631\u062f",giphy:"\u062a\u063a\u06cc\u06cc\u0631 \u0648\u0636\u0639\u06cc\u062a \u0641\u0647\u0631\u0633\u062a GIPHY",hangup:"\u062a\u0631\u06a9\u200c\u06a9\u0631\u062f\u0646 \u062c\u0644\u0633\u0647",help:"\u06a9\u0645\u06a9",hideWhiteboard:"\u0645\u062e\u0641\u06cc\u200c\u06a9\u0631\u062f\u0646 \u062a\u062e\u062a\u0647\u200c\u0633\u0641\u06cc\u062f",invite:"\u062f\u0639\u0648\u062a \u0627\u0632 \u0627\u0641\u0631\u0627\u062f",joinBreakoutRoom:"\u067e\u06cc\u0648\u0633\u062a\u0646 \u0628\u0647 \u0627\u062a\u0627\u0642 \u062c\u0627\u0646\u0628\u06cc",laugh:"\u062e\u0646\u062f\u0647",leaveBreakoutRoom:"\u062a\u0631\u06a9\u200c\u06a9\u0631\u062f\u0646 \u0627\u062a\u0627\u0642 \u062c\u0627\u0646\u0628\u06cc",leaveConference:"\u062a\u0631\u06a9\u200c\u06a9\u0631\u062f\u0646 \u062c\u0644\u0633\u0647",like:"\u0645\u0648\u0627\u0641\u0642\u200c\u0628\u0648\u062f\u0646",linkToSalesforce:"\u067e\u06cc\u0648\u0646\u062f \u0628\u0647 Salesforce",lobbyButtonDisable:"\u063a\u06cc\u0631\u0641\u0639\u0627\u0644\u200c\u06a9\u0631\u062f\u0646 \u062d\u0627\u0644\u062a \u0627\u062a\u0627\u0642 \u0627\u0646\u062a\u0638\u0627\u0631",lobbyButtonEnable:"\u0641\u0639\u0627\u0644\u200c\u06a9\u0631\u062f\u0646 \u062d\u0627\u0644\u062a \u0627\u062a\u0627\u0642 \u0627\u0646\u062a\u0638\u0627\u0631",login:"\u0648\u0631\u0648\u062f",logout:"\u062e\u0631\u0648\u062c",lowerYourHand:"\u067e\u0627\u06cc\u06cc\u0646\u200c\u0622\u0648\u0631\u062f\u0646 \u062f\u0633\u062a\u062a\u0627\u0646",moreActions:"\u0627\u0642\u062f\u0627\u0645\u0627\u062a \u0628\u06cc\u0634\u200c\u062a\u0631",moreOptions:"\u06af\u0632\u06cc\u0646\u0647\u200c\u0647\u0627\u06cc \u0628\u06cc\u0634\u200c\u062a\u0631",mute:"\u0628\u06cc\u200c\u0635\u062f\u0627\u06a9\u0631\u062f\u0646",muteEveryone:"\u0628\u06cc\u200c\u0635\u062f\u0627\u06a9\u0631\u062f\u0646 \u0647\u0645\u0647",muteEveryonesVideo:"\u063a\u06cc\u0631\u0641\u0639\u0627\u0644\u200c\u06a9\u0631\u062f\u0646 \u062f\u0648\u0631\u0628\u06cc\u0646 \u0647\u0645\u0647",muteGUMPending:"\u062f\u0631\u062d\u0627\u0644 \u0627\u062a\u0635\u0627\u0644 \u0645\u06cc\u06a9\u0631\u0648\u0641\u0648\u0646 \u0634\u0645\u0627",noAudioSignalDesc:"\u0627\u06af\u0631 \u0627\u0632 \u0631\u0648\u06cc \u0639\u0645\u062f \u0622\u0646 \u0631\u0627 \u0627\u0632 \u062a\u0646\u0638\u06cc\u0645\u0627\u062a \u0633\u0627\u0645\u0627\u0646\u0647 \u06cc\u0627 \u0633\u062e\u062a\u200c\u0627\u0641\u0632\u0627\u0631 \u0628\u06cc\u200c\u0635\u062f\u0627 \u0646\u06a9\u0631\u062f\u0647\u200c\u0627\u06cc\u062f\u060c \u062f\u0633\u062a\u06af\u0627\u0647 \u0631\u0627 \u062a\u063a\u06cc\u06cc\u0631 \u062f\u0647\u06cc\u062f.",noAudioSignalDescSuggestion:"\u0627\u06af\u0631 \u0627\u0632 \u0631\u0648\u06cc \u0639\u0645\u062f \u0622\u0646 \u0631\u0627 \u0627\u0632 \u062a\u0646\u0638\u06cc\u0645\u0627\u062a \u0633\u0627\u0645\u0627\u0646\u0647 \u06cc\u0627 \u0633\u062e\u062a\u200c\u0627\u0641\u0632\u0627\u0631 \u0628\u06cc\u200c\u0635\u062f\u0627 \u0646\u06a9\u0631\u062f\u0647\u200c\u0627\u06cc\u062f\u060c \u0628\u0647 \u062f\u0633\u062a\u06af\u0627\u0647\u0650 \u067e\u06cc\u0634\u0646\u0647\u0627\u062f\u06cc \u062a\u063a\u06cc\u06cc\u0631 \u062f\u0647\u06cc\u062f.",noAudioSignalDialInDesc:"\u0647\u0645\u0686\u0646\u06cc\u0646 \u0645\u06cc\u200c\u062a\u0648\u0627\u0646\u06cc\u062f \u0628\u0627 \u0627\u06cc\u0646 \u0634\u0645\u0627\u0631\u0647\u200c\u0647\u0627 \u062a\u0645\u0627\u0633 \u0628\u06af\u06cc\u0631\u06cc\u062f:",noAudioSignalDialInLinkDesc:"\u0634\u0645\u0627\u0631\u0647\u200c\u0647\u0627\u06cc \u062a\u0645\u0627\u0633 \u0628\u0631\u0627\u06cc \u067e\u06cc\u0648\u0633\u062a\u0646",noAudioSignalTitle:"\u0647\u06cc\u0686 \u0648\u0631\u0648\u062f\u06cc \u0627\u0632 \u0645\u06cc\u06a9\u0631\u0648\u0641\u0648\u0646 \u0634\u0645\u0627 \u0648\u062c\u0648\u062f \u0646\u062f\u0627\u0631\u062f!",noiseSuppression:"\u0646\u0648\u0641\u0647\u200c\u0632\u062f\u0627\u06cc\u06cc",noisyAudioInputDesc:"\u0628\u0647 \u0646\u0638\u0631 \u0645\u06cc\u200c\u0631\u0635\u062f \u06a9\u0647 \u0645\u06cc\u06a9\u0631\u0648\u0641\u0648\u0646 \u0634\u0645\u0627 \u0646\u0648\u0641\u0647 \u0627\u06cc\u062c\u0627\u062f \u0645\u06cc\u200c\u06a9\u0646\u062f. \u0644\u0637\u0641\u0627 \u0622\u0646 \u0631\u0627 \u0628\u06cc\u200c\u0635\u062f\u0627 \u06a9\u0646\u06cc\u062f \u06cc\u0627 \u062f\u0633\u062a\u06af\u0627\u0647 \u0631\u0627 \u062a\u063a\u06cc\u06cc\u0631 \u062f\u0647\u06cc\u062f.",noisyAudioInputTitle:"\u0628\u0647\u200c\u0646\u0638\u0631 \u0645\u06cc\u200c\u0631\u0633\u062f \u0645\u06cc\u06a9\u0631\u0648\u0641\u0648\u0646 \u0634\u0645\u0627 \u0646\u0648\u0641\u0647\u0654 \u0632\u06cc\u0627\u062f\u06cc \u062f\u0627\u0631\u062f!",openChat:"\u0628\u0627\u0632\u06a9\u0631\u062f\u0646 \u06af\u067e",openReactionsMenu:"\u0628\u0627\u0632\u06a9\u0631\u062f\u0646 \u0641\u0647\u0631\u0633\u062a \u0648\u0627\u06a9\u0646\u0634\u200c\u0647\u0627",participants:"\u0634\u0631\u0643\u062a\u200c\u0643\u0646\u0646\u062f\u06af\u0627\u0646",pip:"\u0648\u0631\u0648\u062f \u0628\u0647 \u062d\u0627\u0644\u062a\u0650 \u062a\u0635\u0648\u06cc\u0631 \u062f\u0631 \u062a\u0635\u0648\u06cc\u0631",privateMessage:"\u0627\u0631\u0633\u0627\u0644 \u067e\u06cc\u0627\u0645 \u062e\u0635\u0648\u0635\u06cc",profile:"\u0648\u06cc\u0631\u0627\u06cc\u0634 \u0646\u0645\u0627\u06cc\u0647\u0654 \u0634\u0645\u0627",raiseHand:"\u0628\u0627\u0644\u0627\u0628\u0631\u062f\u0646 \u062f\u0633\u062a\u062a\u0627\u0646",raiseYourHand:"\u0628\u0627\u0644\u0627\u0628\u0631\u062f\u0646 \u062f\u0633\u062a\u062a\u0627\u0646",reactionBoo:"\u0627\u0631\u0633\u0627\u0644 \u0648\u0627\u06a9\u0646\u0634 \u0647\u064f\u0648\u06a9\u0631\u062f\u0646",reactionClap:"\u0627\u0631\u0633\u0627\u0644 \u0648\u0627\u06a9\u0646\u0634 \u06a9\u0641\u200c\u0632\u062f\u0646",reactionLaugh:"\u0627\u0631\u0633\u0627\u0644 \u0648\u0627\u06a9\u0646\u0634 \u062e\u0646\u062f\u0647",reactionLike:"\u0627\u0631\u0633\u0627\u0644 \u0648\u0627\u06a9\u0646\u0634 \u0645\u0648\u0627\u0641\u0642\u200c\u0628\u0648\u062f\u0646",reactionSilence:"\u0627\u0631\u0633\u0627\u0644 \u0648\u0627\u06a9\u0646\u0634 \u0633\u06a9\u0648\u062a",reactionSurprised:"\u0627\u0631\u0633\u0627\u0644 \u0648\u0627\u06a9\u0646\u0634 \u0634\u06af\u0641\u062a\u200c\u0632\u062f\u0647",reactions:"\u0648\u0627\u06a9\u0646\u0634\u200c\u0647\u0627",security:"\u06af\u0632\u06cc\u0646\u0647\u200c\u0647\u0627\u06cc \u0627\u0645\u0646\u06cc\u062a\u06cc",selectBackground:"\u0627\u0646\u062a\u062e\u0627\u0628 \u067e\u0633\u200c\u0632\u0645\u06cc\u0646\u0647",shareRoom:"\u062f\u0639\u0648\u062a \u0627\u0632 \u06cc\u06a9\u200c\u0646\u0641\u0631",shareaudio:"\u0647\u0645\u200c\u0631\u0633\u0627\u0646\u06cc \u0635\u062f\u0627",sharedvideo:"\u0647\u0645\u200c\u0631\u0633\u0627\u0646\u06cc \u0648\u06cc\u062f\u06cc\u0648",shortcuts:"\u06a9\u0644\u06cc\u062f\u0647\u0627\u06cc \u0645\u06cc\u0627\u0646\u200c\u0628\u0631",showWhiteboard:"\u0646\u0645\u0627\u06cc\u0634 \u062a\u062e\u062a\u0647\u200c\u0633\u0641\u06cc\u062f",silence:"\u0633\u06a9\u0648\u062a",speakerStats:"\u0622\u0645\u0627\u0631 \u0634\u0631\u06a9\u062a\u200c\u06a9\u0646\u0646\u062f\u06af\u0627\u0646",startScreenSharing:"\u0634\u0631\u0648\u0639 \u0647\u0645\u200c\u0631\u0633\u0627\u0646\u06cc \u0635\u0641\u062d\u0647",startSubtitles:"\u0632\u06cc\u0631\u0646\u0648\u06cc\u0633\u200c\u0647\u0627 \u2022 {{language}}",stopAudioSharing:"\u062a\u0648\u0642\u0641 \u0647\u0645\u200c\u0631\u0633\u0627\u0646\u06cc \u0635\u062f\u0627",stopScreenSharing:"\u062a\u0648\u0642\u0641 \u0647\u0645\u200c\u0631\u0633\u0627\u0646\u06cc \u0635\u0641\u062d\u0647",stopSharedVideo:"\u062a\u0648\u0642\u0641 \u0648\u06cc\u062f\u06cc\u0648",stopSubtitles:"\u062a\u0648\u0642\u0641 \u0632\u06cc\u0631\u0646\u0648\u06cc\u0633\u200c\u0647\u0627",surprised:"\u0634\u06af\u0641\u062a\u200c\u0632\u062f\u0647",talkWhileMutedPopup:"\u0645\u06cc\u200c\u062e\u0648\u0627\u0647\u06cc\u062f \u0635\u062d\u0628\u062a \u06a9\u0646\u06cc\u062f\u061f \u0635\u062f\u0627\u06cc \u0634\u0645\u0627 \u0642\u0637\u0639 \u0627\u0633\u062a.",tileViewToggle:"\u062a\u063a\u06cc\u06cc\u0631 \u0648\u0636\u0639\u06cc\u062a \u0646\u0645\u0627\u06cc \u06a9\u0627\u0634\u06cc",toggleCamera:"\u062a\u063a\u06cc\u06cc\u0631 \u0648\u0636\u0639\u06cc\u062a \u062f\u0648\u0631\u0628\u06cc\u0646",unmute:"\u0648\u0635\u0644\u200c\u06a9\u0631\u062f\u0646 \u0635\u062f\u0627",videoSettings:"\u062a\u0646\u0638\u06cc\u0645\u0627\u062a \u0648\u06cc\u062f\u06cc\u0648",videomute:"\u062a\u0648\u0642\u0641 \u062f\u0648\u0631\u0628\u06cc\u0646",videomuteGUMPending:"\u062f\u0631\u062d\u0627\u0644 \u0627\u062a\u0635\u0627\u0644 \u062f\u0648\u0631\u0628\u06cc\u0646 \u0634\u0645\u0627",videounmute:"\u0634\u0631\u0648\u0639 \u062f\u0648\u0631\u0628\u06cc\u0646"},transcribing:{ccButtonTooltip:"\u0634\u0631\u0648\u0639 / \u062a\u0648\u0642\u0641 \u0632\u06cc\u0631\u0646\u0648\u06cc\u0633\u200c\u0647\u0627",error:"\u062a\u0631\u0627\u0646\u0648\u06cc\u0633\u06cc \u0627\u0646\u062c\u0627\u0645 \u0646\u0634\u062f. \u0644\u0637\u0641\u0627\u064b \u062f\u0648\u0628\u0627\u0631\u0647 \u062a\u0644\u0627\u0634 \u06a9\u0646\u06cc\u062f.",expandedLabel:"\u062a\u0631\u0627\u0646\u0648\u06cc\u0633\u06cc \u062f\u0631\u062d\u0627\u0644 \u062d\u0627\u0636\u0631 \u0631\u0648\u0634\u0646 \u0627\u0633\u062a",failedToStart:"\u0634\u0631\u0648\u0639 \u062a\u0631\u0627\u0646\u0648\u06cc\u0633\u06cc \u0646\u0627\u0645\u0648\u0641\u0642 \u0628\u0648\u062f",labelToolTip:"\u062c\u0644\u0633\u0647 \u062f\u0631\u062d\u0627\u0644 \u062a\u0631\u0627\u0646\u0648\u06cc\u0633\u06cc \u0627\u0633\u062a",off:"\u062a\u0648\u0642\u0641 \u062a\u0631\u0627\u0646\u0648\u06cc\u0633\u06cc",pending:"\u062f\u0631\u062d\u0627\u0644 \u0622\u0645\u0627\u062f\u0647\u200c\u0634\u062f\u0646 \u0628\u0631\u0627\u06cc \u062a\u0631\u0627\u0646\u0648\u06cc\u0633\u06cc \u062c\u0644\u0633\u0647...",sourceLanguageDesc:"\u0647\u0645\u200c\u0627\u06a9\u0646\u0648\u0646 \u0632\u0645\u0627\u0646 \u062c\u0644\u0633\u0647 \u0631\u0648\u06cc {{sourceLanguage}} \u062a\u0646\u0638\u06cc\u0645 \u0634\u062f\u0647 \u0627\u0633\u062a.
\u0645\u06cc\u200c\u062a\u0648\u0627\u0646\u06cc\u062f \u0622\u0646 \u0631\u0627 \u0627\u0632 \u0627\u06cc\u0646\u200c\u062c\u0627 \u062a\u063a\u06cc\u06cc\u0631 \u062f\u0647\u06cc\u062f ",sourceLanguageHere:"\u0627\u06cc\u0646\u200c\u062c\u0627",start:"\u0634\u0631\u0648\u0639 \u0646\u0645\u0627\u06cc\u0634 \u0632\u06cc\u0631\u0646\u0648\u06cc\u0633\u200c\u0647\u0627",stop:"\u062a\u0648\u0642\u0641 \u0646\u0645\u0627\u06cc\u0634 \u0632\u06cc\u0631\u0646\u0648\u06cc\u0633\u200c\u0647\u0627",subtitles:"\u0632\u06cc\u0631\u0646\u0648\u06cc\u0633\u200c\u0647\u0627",subtitlesOff:"\u062e\u0627\u0645\u0648\u0634",tr:"TR"},unpinParticipant:"{{participantName}} - \u0628\u0631\u062f\u0627\u0634\u062a\u0646 \u0633\u0646\u062c\u0627\u0642",userMedia:{androidGrantPermissions:"\u0647\u0646\u06af\u0627\u0645\u06cc \u06a9\u0647 \u0645\u0631\u0648\u0631\u06af\u0631\u062a\u0627\u0646 \u0627\u062c\u0627\u0632\u0647\u0654 \u062f\u0633\u062a\u0631\u0633\u06cc \u0645\u06cc\u200c\u062e\u0648\u0627\u0647\u062f\u060c \u0627\u062c\u0627\u0632\u0647\u200c\u062f\u0627\u062f\u0646 \u0631\u0627 \u0627\u0646\u062a\u062e\u0627\u0628 \u06a9\u0646\u06cc\u062f.",chromeGrantPermissions:"\u0647\u0646\u06af\u0627\u0645\u06cc \u06a9\u0647 \u0645\u0631\u0648\u0631\u06af\u0631\u062a\u0627\u0646 \u0627\u062c\u0627\u0632\u0647\u0654 \u062f\u0633\u062a\u0631\u0633\u06cc \u0645\u06cc\u200c\u062e\u0648\u0627\u0647\u062f\u060c \u0627\u062c\u0627\u0632\u0647\u200c\u062f\u0627\u062f\u0646 \u0631\u0627 \u0627\u0646\u062a\u062e\u0627\u0628 \u06a9\u0646\u06cc\u062f.",edgeGrantPermissions:"\u0647\u0646\u06af\u0627\u0645\u06cc \u06a9\u0647 \u0645\u0631\u0648\u0631\u06af\u0631\u062a\u0627\u0646 \u0627\u062c\u0627\u0632\u0647\u0654 \u062f\u0633\u062a\u0631\u0633\u06cc \u0645\u06cc\u200c\u062e\u0648\u0627\u0647\u062f\u060c \u0628\u0644\u0647 \u0631\u0627 \u0627\u0646\u062a\u062e\u0627\u0628 \u06a9\u0646\u06cc\u062f.",electronGrantPermissions:"\u062f\u0631\u062d\u0627\u0644 \u062a\u0644\u0627\u0634 \u0628\u0631\u0627\u06cc \u062f\u0633\u062a\u0631\u0633\u06cc \u0628\u0647 \u062f\u0648\u0631\u0628\u06cc\u0646 \u0648 \u0645\u06cc\u06a9\u0631\u0648\u0641\u0648\u0646 \u0634\u0645\u0627",firefoxGrantPermissions:"\u0647\u0646\u06af\u0627\u0645\u06cc \u06a9\u0647 \u0645\u0631\u0648\u0631\u06af\u0631\u062a\u0627\u0646 \u0627\u062c\u0627\u0632\u0647\u0654 \u062f\u0633\u062a\u0631\u0633\u06cc \u0645\u06cc\u200c\u062e\u0648\u0627\u0647\u062f\u060c \u0647\u0645\u200c\u0631\u0633\u0627\u0646\u06cc \u062f\u0633\u062a\u06af\u0627\u0647 \u0627\u0646\u062a\u062e\u0627\u0628\u200c\u0634\u062f\u0647 \u0631\u0627 \u0627\u0646\u062a\u062e\u0627\u0628 \u06a9\u0646\u06cc\u062f.",iexplorerGrantPermissions:"\u0647\u0646\u06af\u0627\u0645\u06cc \u06a9\u0647 \u0645\u0631\u0648\u0631\u06af\u0631\u062a\u0627\u0646 \u0627\u062c\u0627\u0632\u0647\u0654 \u062f\u0633\u062a\u0631\u0633\u06cc \u0645\u06cc\u200c\u062e\u0648\u0627\u0647\u062f\u060c \u062a\u0623\u06cc\u06cc\u062f \u0631\u0627 \u0627\u0646\u062a\u062e\u0627\u0628 \u06a9\u0646\u06cc\u062f.",nwjsGrantPermissions:"\u0644\u0637\u0641\u0627\u064b \u0627\u062c\u0627\u0632\u0647\u0654 \u0627\u0633\u062a\u0641\u0627\u062f\u0647 \u0627\u0632 \u062f\u0648\u0631\u0628\u06cc\u0646 \u0648 \u0645\u06cc\u06a9\u0631\u0648\u0641\u0648\u0646 \u062e\u0648\u062f \u0631\u0627 \u0628\u062f\u0647\u06cc\u062f",operaGrantPermissions:"\u0647\u0646\u06af\u0627\u0645\u06cc \u06a9\u0647 \u0645\u0631\u0648\u0631\u06af\u0631\u062a\u0627\u0646 \u0627\u062c\u0627\u0632\u0647\u0654 \u062f\u0633\u062a\u0631\u0633\u06cc \u0645\u06cc\u200c\u062e\u0648\u0627\u0647\u062f\u060c \u0627\u062c\u0627\u0632\u0647\u200c\u062f\u0627\u062f\u0646 \u0631\u0627 \u0627\u0646\u062a\u062e\u0627\u0628 \u06a9\u0646\u06cc\u062f.","react-nativeGrantPermissions":"\u0647\u0646\u06af\u0627\u0645\u06cc \u06a9\u0647 \u0645\u0631\u0648\u0631\u06af\u0631\u062a\u0627\u0646 \u0627\u062c\u0627\u0632\u0647\u0654 \u062f\u0633\u062a\u0631\u0633\u06cc \u0645\u06cc\u200c\u062e\u0648\u0627\u0647\u062f\u060c \u0627\u062c\u0627\u0632\u0647\u200c\u062f\u0627\u062f\u0646 \u0631\u0627 \u0627\u0646\u062a\u062e\u0627\u0628 \u06a9\u0646\u06cc\u062f.",safariGrantPermissions:"\u0647\u0646\u06af\u0627\u0645\u06cc \u06a9\u0647 \u0645\u0631\u0648\u0631\u06af\u0631\u062a\u0627\u0646 \u0627\u062c\u0627\u0632\u0647\u0654 \u062f\u0633\u062a\u0631\u0633\u06cc \u0645\u06cc\u200c\u062e\u0648\u0627\u0647\u062f\u060c \u062a\u0623\u06cc\u06cc\u062f \u0631\u0627 \u0627\u0646\u062a\u062e\u0627\u0628 \u06a9\u0646\u06cc\u062f."},videoSIPGW:{busy:"\u0645\u0627 \u062f\u0631\u062d\u0627\u0644 \u0622\u0632\u0627\u062f\u0633\u0627\u0632\u06cc \u0645\u0646\u0627\u0628\u0639 \u0647\u0633\u062a\u06cc\u0645\u061b \u0644\u0637\u0641\u0627\u064b \u062f\u0642\u0627\u06cc\u0642\u06cc \u062f\u06cc\u06af\u0631 \u062f\u0648\u0628\u0627\u0631\u0647 \u062a\u0644\u0627\u0634 \u06a9\u0646\u06cc\u062f.",busyTitle:"\u062e\u062f\u0645\u062a\u0650 \u0627\u062a\u0627\u0642 \u0647\u0645\u200c\u0627\u06a9\u0646\u0648\u0646 \u0645\u0634\u063a\u0648\u0644 \u0627\u0633\u062a",errorAlreadyInvited:"{{displayName}} \u0642\u0628\u0644\u0627\u064b \u062f\u0639\u0648\u062a \u0634\u062f\u0647 \u0627\u0633\u062a",errorInvite:"\u06a9\u0646\u0641\u0631\u0627\u0646\u0633 \u0647\u0646\u0648\u0632 \u0634\u0631\u0648\u0639 \u0646\u0634\u062f\u0647 \u0627\u0633\u062a. \u0644\u0637\u0641\u0627\u064b \u0628\u0639\u062f\u0627\u064b \u062f\u0648\u0628\u0627\u0631\u0647 \u062a\u0644\u0627\u0634 \u06a9\u0646\u06cc\u062f.",errorInviteFailed:"\u0645\u0627 \u062f\u0631\u062d\u0627\u0644 \u06a9\u0627\u0631 \u0628\u0631\u0631\u0648\u06cc \u062d\u0644 \u0645\u0634\u06a9\u0644 \u0647\u0633\u062a\u06cc\u0645. \u0644\u0637\u0641\u0627\u064b \u0628\u0639\u062f\u0627\u064b \u062f\u0648\u0628\u0627\u0631\u0647 \u0627\u0645\u062a\u062d\u0627\u0646 \u06a9\u0646\u06cc\u062f.",errorInviteFailedTitle:"\u062f\u0639\u0648\u062a \u0627\u0632 {{displayName}} \u0646\u0627\u0645\u0648\u0641\u0642 \u0628\u0648\u062f",errorInviteTitle:"\u062e\u0637\u0627 \u062f\u0631 \u062f\u0639\u0648\u062a \u0627\u062a\u0627\u0642",pending:"{{displayName}} \u062f\u0639\u0648\u062a \u0634\u062f\u0647 \u0627\u0633\u062a"},videoStatus:{adjustFor:"\u062a\u0646\u0638\u06cc\u0645\u200c\u06a9\u0631\u062f\u0646 \u0628\u0631\u0627\u06cc:",audioOnly:"\u0641\u0642\u0637 \u0635\u062f\u0627",audioOnlyExpanded:"\u0634\u0645\u0627 \u062f\u0631 \u062d\u0627\u0644\u062a \u067e\u0647\u0646\u0627\u06cc \u0628\u0627\u0646\u062f \u06a9\u0645 \u0647\u0633\u062a\u06cc\u062f. \u062f\u0631 \u0627\u06cc\u0646 \u062d\u0627\u0644\u062a \u0641\u0642\u0637 \u0635\u062f\u0627 \u0648 \u0647\u0645\u200c\u0631\u0633\u0627\u0646\u06cc \u0635\u0641\u062d\u0647\u0654 \u0646\u0645\u0627\u06cc\u0634 \u0631\u0627 \u062f\u0631\u06cc\u0627\u0641\u062a \u062e\u0648\u0627\u0647\u06cc\u062f \u06a9\u0631\u062f.",bestPerformance:"\u0628\u0647\u062a\u0631\u06cc\u0646 \u06a9\u0627\u0631\u0627\u06cc\u06cc",callQuality:"\u06a9\u06cc\u0641\u06cc\u062a \u0648\u06cc\u062f\u06cc\u0648 (\u06f0 \u0628\u0631\u0627\u06cc \u0628\u0647\u062a\u0631\u06cc\u0646 \u06a9\u0627\u0631\u0627\u06cc\u06cc\u060c \u06f3 \u0628\u0631\u0627\u06cc \u0628\u0627\u0644\u0627\u062a\u0631\u06cc\u0646 \u06a9\u06cc\u0641\u06cc\u062a)",hd:"\u06a9\u06cc\u0641\u06cc\u062a \u0628\u0627\u0644\u0627",hdTooltip:"\u0645\u0634\u0627\u0647\u062f\u0647\u0654 \u0648\u06cc\u062f\u06cc\u0648\u06cc \u06a9\u06cc\u0641\u06cc\u062a \u0628\u0627\u0644\u0627",highDefinition:"\u06a9\u06cc\u0641\u06cc\u062a \u0628\u0627\u0644\u0627",highestQuality:"\u0628\u0627\u0644\u0627\u062a\u0631\u06cc\u0646 \u06a9\u06cc\u0641\u06cc\u062a",labelTooiltipNoVideo:"\u0628\u062f\u0648\u0646 \u0648\u06cc\u062f\u06cc\u0648",labelTooltipAudioOnly:"\u062d\u0627\u0644\u062a \u067e\u0647\u0646\u0627\u06cc \u0628\u0627\u0646\u062f \u06a9\u0645 \u0641\u0639\u0627\u0644\u200c\u0634\u062f",ld:"\u06a9\u06cc\u0641\u06cc\u062a \u067e\u0627\u06cc\u06cc\u0646",ldTooltip:"\u0645\u0634\u0627\u0647\u062f\u0647\u0654 \u0648\u06cc\u062f\u06cc\u0648\u06cc \u06a9\u06cc\u0641\u06cc\u062a \u067e\u0627\u06cc\u06cc\u0646",lowDefinition:"\u06a9\u06cc\u0641\u06cc\u062a \u067e\u0627\u06cc\u06cc\u0646",performanceSettings:"\u062a\u0646\u0638\u06cc\u0645\u0627\u062a \u06a9\u0627\u0631\u0627\u06cc\u06cc",recording:"\u0636\u0628\u0637 \u062f\u0631\u062d\u0627\u0644 \u0627\u0646\u062c\u0627\u0645",sd:"\u06a9\u06cc\u0641\u06cc\u062a \u0645\u062a\u0648\u0633\u0637",sdTooltip:"\u0645\u0634\u0627\u0647\u062f\u0647\u0654 \u0648\u06cc\u062f\u06cc\u0648\u06cc \u06a9\u06cc\u0641\u06cc\u062a \u0645\u062a\u0648\u0633\u0637",standardDefinition:"\u06a9\u06cc\u0641\u06cc\u062a \u0645\u062a\u0648\u0633\u0637",streaming:"\u067e\u062e\u0634 \u0632\u0646\u062f\u0647 \u062f\u0631\u062d\u0627\u0644 \u0627\u0646\u062c\u0627\u0645"},videothumbnail:{connectionInfo:"\u0627\u0637\u0644\u0627\u0639\u0627\u062a \u0627\u062a\u0635\u0627\u0644",domute:"\u0628\u06cc\u200c\u0635\u062f\u0627\u06a9\u0631\u062f\u0646",domuteOthers:"\u0628\u06cc\u200c\u0635\u062f\u0627\u06a9\u0631\u062f\u0646 \u0628\u0642\u06cc\u0647 \u0627\u0641\u0631\u0627\u062f",domuteVideo:"\u063a\u06cc\u0631\u0641\u0639\u0627\u0644\u200c\u06a9\u0631\u062f\u0646 \u062f\u0648\u0631\u0628\u06cc\u0646",domuteVideoOfOthers:"\u063a\u06cc\u0631\u0641\u0639\u0627\u0644\u200c\u06a9\u0631\u062f\u0646 \u062f\u0648\u0631\u0628\u06cc\u0646 \u0628\u0642\u06cc\u0647 \u0627\u0641\u0631\u0627\u062f",flip:"\u0648\u0627\u0631\u0648\u0646\u0647\u200c\u06a9\u0631\u062f\u0646",grantModerator:"\u0627\u0639\u0637\u0627\u06cc \u062f\u0633\u062a\u0631\u0633\u06cc\u200c\u0647\u0627\u06cc \u0645\u062f\u06cc\u0631",hideSelfView:"\u0645\u062e\u0641\u06cc\u200c\u06a9\u0631\u062f\u0646 \u0646\u0645\u0627\u06cc \u062e\u0648\u062f",kick:"\u0628\u06cc\u0631\u0648\u0646 \u0627\u0646\u062f\u0627\u062e\u062a\u0646",mirrorVideo:"\u0622\u06cc\u0646\u0647\u200c\u06a9\u0631\u062f\u0646 \u0648\u06cc\u062f\u06cc\u0648\u06cc \u0645\u0646",moderator:"\u0645\u062f\u06cc\u0631",mute:"\u0634\u0631\u06a9\u062a\u200c\u06a9\u0646\u0646\u062f\u0647 \u0628\u06cc\u200c\u0635\u062f\u0627 \u0627\u0633\u062a",muted:"\u0628\u06cc\u200c\u0635\u062f\u0627",pinToStage:"\u0633\u0646\u062c\u0627\u0642\u200c\u06a9\u0631\u062f\u0646 \u0631\u0648\u06cc \u0635\u062d\u0646\u0647",remoteControl:"\u0634\u0631\u0648\u0639 / \u062a\u0648\u0642\u0641 \u06a9\u0646\u062a\u0631\u0644 \u0627\u0632 \u0631\u0627\u0647 \u062f\u0648\u0631",screenSharing:"\u0634\u0631\u06a9\u062a\u200c\u06a9\u0646\u0646\u062f\u0647 \u062f\u0631\u062d\u0627\u0644 \u0647\u0645\u200c\u0631\u0633\u0627\u0646\u06cc \u0635\u0641\u062d\u0647\u0654 \u0646\u0645\u0627\u06cc\u0634 \u062e\u0648\u062f \u0627\u0633\u062a",show:"\u0646\u0645\u0627\u06cc\u0634 \u0631\u0648\u06cc \u0635\u062d\u0646\u0647",showSelfView:"\u0646\u0645\u0627\u06cc\u0634 \u0646\u0645\u0627\u06cc \u062e\u0648\u062f",unpinFromStage:"\u0628\u0631\u062f\u0627\u0634\u062a\u0646 \u0633\u0646\u062c\u0627\u0642",verify:"\u062a\u0623\u06cc\u06cc\u062f\u06a9\u0631\u062f\u0646 \u0634\u0631\u06a9\u062a\u200c\u06a9\u0646\u0646\u062f\u0647",videoMuted:"\u062f\u0648\u0631\u0628\u06cc\u0646 \u063a\u06cc\u0631\u0641\u0639\u0627\u0644 \u0634\u062f",videomute:"\u0634\u0631\u06a9\u062a\u200c\u06a9\u0646\u0646\u062f\u0647 \u062f\u0648\u0631\u0628\u06cc\u0646 \u0631\u0627 \u0645\u062a\u0648\u0642\u0641 \u06a9\u0631\u062f\u0647 \u0627\u0633\u062a"},virtualBackground:{accessibilityLabel:{currentBackground:"\u067e\u0633\u200c\u0632\u0645\u06cc\u0646\u0647 \u06a9\u0646\u0648\u0646\u06cc: {{background}}",selectBackground:"\u06cc\u06a9 \u067e\u0633\u200c\u0632\u0645\u06cc\u0646\u0647 \u0631\u0627 \u0627\u0646\u062a\u062e\u0627\u0628 \u06a9\u0646\u06cc\u062f"},addBackground:"\u0627\u0641\u0632\u0648\u062f\u0646 \u067e\u0633 \u0632\u0645\u06cc\u0646\u0647",apply:"\u0627\u0639\u0645\u0627\u0644\u200c\u06a9\u0631\u062f\u0646",backgroundEffectError:"\u062c\u0644\u0648\u0647\u0654 \u067e\u0633\u200c\u0632\u0645\u06cc\u0646\u0647 \u0627\u0639\u0645\u0627\u0644 \u0646\u0634\u062f.",blur:"\u062a\u0627\u0631\u06a9\u0631\u062f\u0646",deleteImage:"\u062d\u0630\u0641 \u062a\u0635\u0648\u06cc\u0631",desktopShare:"\u0647\u0645\u200c\u0631\u0633\u0627\u0646\u06cc \u0645\u06cc\u0632\u06a9\u0627\u0631",desktopShareError:"\u0647\u0645\u200c\u0631\u0633\u0627\u0646\u06cc \u0645\u06cc\u0632\u06a9\u0627\u0631 \u0627\u06cc\u062c\u0627\u062f \u0646\u0634\u062f",image1:"\u0633\u0627\u062d\u0644 \u062f\u0631\u06cc\u0627",image2:"\u062f\u06cc\u0648\u0627\u0631 \u0633\u0641\u06cc\u062f \u062e\u0646\u062b\u06cc",image3:"\u0627\u062a\u0627\u0642 \u0633\u0641\u06cc\u062f \u062e\u0627\u0644\u06cc",image4:"\u0686\u0631\u0627\u063a \u067e\u0627\u06cc\u0647\u200c\u062f\u0627\u0631 \u0645\u0634\u06a9\u06cc",image5:"\u06a9\u0648\u0647",image6:"\u062c\u0646\u06af\u0644 ",image7:"\u0637\u0644\u0648\u0639 \u062e\u0648\u0631\u0634\u06cc\u062f",none:"\u0647\u06cc\u0686\u200c\u06cc\u06a9",pleaseWait:"\u0644\u0637\u0641\u0627\u064b \u0634\u06a9\u06cc\u0628\u0627 \u0628\u0627\u0634\u06cc\u062f...",removeBackground:"\u062d\u0630\u0641 \u067e\u0633\u200c\u0632\u0645\u06cc\u0646\u0647",slightBlur:"\u0646\u06cc\u0645\u0647\u200c\u062a\u0627\u0631",title:"\u067e\u0633\u200c\u0632\u0645\u06cc\u0646\u0647\u200c\u0647\u0627\u06cc \u0645\u062c\u0627\u0632\u06cc",uploadedImage:"\u062a\u0635\u0648\u06cc\u0631 \u0628\u0627\u0631\u06af\u0630\u0627\u0631\u06cc\u200c\u0634\u062f\u0647 {{index}}",webAssemblyWarning:"WebAssembly \u067e\u0634\u062a\u06cc\u0628\u0627\u0646\u06cc \u0646\u0645\u06cc\u200c\u0634\u0648\u062f",webAssemblyWarningDescription:"WebAssembly \u062a\u0648\u0633\u0637 \u0627\u06cc\u0646 \u0645\u0631\u0648\u0631\u06af\u0631 \u063a\u06cc\u0631\u0641\u0639\u0627\u0644\u200c\u0634\u062f\u0647 \u06cc\u0627 \u067e\u0634\u062a\u06cc\u0628\u0627\u0646\u06cc \u0646\u0645\u06cc\u200c\u0634\u0648\u062f"},visitors:{chatIndicator:"(\u0628\u0627\u0632\u062f\u06cc\u062f\u06a9\u0646\u0646\u062f\u0647)",labelTooltip:"\u062a\u0639\u062f\u0627\u062f \u0628\u0627\u0632\u062f\u06cc\u062f\u06a9\u0646\u0646\u062f\u06af\u0627\u0646: {{count}}",notification:{description:"\u0628\u0631\u0627\u06cc \u0634\u0631\u06a9\u062a\u200c\u06a9\u0631\u062f\u0646 \u062f\u0633\u062a \u062e\u0648\u062f \u0631\u0627 \u0628\u0627\u0644\u0627 \u0628\u0628\u0631\u06cc\u062f",title:"\u0634\u0645\u0627 \u062f\u0631 \u0627\u06cc\u0646 \u062c\u0644\u0633\u0647 \u06cc\u06a9 \u0628\u0627\u0632\u062f\u06cc\u062f\u06a9\u0646\u0646\u062f\u0647 \u0647\u0633\u062a\u06cc\u062f"}},volumeSlider:"\u0646\u0648\u0627\u0631 \u0644\u063a\u0632\u0646\u062f\u0647\u0654 \u0635\u062f\u0627",welcomepage:{accessibilityLabel:{join:"\u0628\u0631\u0627\u06cc \u067e\u06cc\u0648\u0633\u062a\u0646 \u0636\u0631\u0628\u0647 \u0628\u0632\u0646\u06cc\u062f",roomname:"\u0646\u0627\u0645 \u0627\u062a\u0627\u0642 \u0631\u0627 \u0648\u0627\u0631\u062f \u06a9\u0646\u06cc\u062f"},addMeetingName:"\u0627\u0641\u0632\u0648\u062f\u0646 \u0646\u0627\u0645 \u062c\u0644\u0633\u0647",appDescription:"\u062f\u0633\u062a\u200c\u0628\u0647\u200c\u06a9\u0627\u0631 \u0634\u0648\u06cc\u062f\u061b \u0628\u0627 \u06a9\u0644 \u062a\u06cc\u0645 \u062a\u0645\u0627\u0633 \u0648\u06cc\u062f\u06cc\u0648\u06cc\u06cc \u062f\u0627\u0634\u062a\u0647 \u0628\u0627\u0634\u06cc\u062f. \u062f\u0631 \u062d\u0642\u06cc\u0642\u062a\u060c \u0647\u0631 \u06a9\u0633\u06cc \u06a9\u0647 \u0645\u06cc\u200c\u0634\u0646\u0627\u0633\u06cc\u062f \u0631\u0627 \u062f\u0639\u0648\u062a \u06a9\u0646\u06cc\u062f. {{app}} \u06cc\u06a9 \u0631\u0627\u0647\u06a9\u0627\u0631 \u062a\u0645\u0627\u0633 \u0648\u06cc\u062f\u06cc\u0648\u06cc\u06cc \u06a9\u0627\u0645\u0644\u0627\u064b \u0631\u0645\u0632\u06af\u0630\u0627\u0631\u06cc\u200c\u0634\u062f\u0647 \u0648 \u06f1\u06f0\u06f0\u066a \u0645\u062a\u0646\u200c\u0628\u0627\u0632 \u0627\u0633\u062a \u06a9\u0647 \u0645\u06cc\u200c\u062a\u0648\u0627\u0646\u06cc\u062f \u062f\u0631 \u062a\u0645\u0627\u0645 \u0637\u0648\u0644 \u0631\u0648\u0632 \u0648 \u0647\u0631\u0631\u0648\u0632\u060c \u0628\u0647 \u0635\u0648\u0631\u062a \u0631\u0627\u06cc\u06af\u0627\u0646\u060c \u0628\u062f\u0648\u0646 \u0646\u06cc\u0627\u0632 \u0628\u0647 \u062d\u0633\u0627\u0628 \u06a9\u0627\u0631\u0628\u0631\u06cc\u060c \u0627\u0632 \u0622\u0646 \u0627\u0633\u062a\u0641\u0627\u062f\u0647 \u06a9\u0646\u06cc\u062f.",audioVideoSwitch:{audio:"\u0635\u062f\u0627",video:"\u0648\u06cc\u062f\u06cc\u0648"},calendar:"\u062a\u0642\u0648\u06cc\u0645",connectCalendarButton:"\u062a\u0642\u0648\u06cc\u0645 \u062e\u0648\u062f \u0631\u0627 \u0648\u0635\u0644 \u06a9\u0646\u06cc\u062f",connectCalendarText:"\u062a\u0642\u0648\u06cc\u0648\u0645 \u062e\u0648\u062f \u0631\u0627 \u0648\u0635\u0644 \u06a9\u0646\u06cc\u062f \u062a\u0627 \u0647\u0645\u0647\u0654 \u062c\u0644\u0633\u0647\u200c\u0647\u0627\u06cc \u062e\u0648\u062f \u0631\u0627 \u062f\u0631 {{app}} \u0645\u0634\u0627\u0647\u062f\u0647 \u06a9\u0646\u06cc\u062f. \u0628\u0647\u200c\u0639\u0644\u0627\u0648\u0647\u060c \u062c\u0644\u0633\u0647\u200c\u0647\u0627\u06cc {{provider}} \u0631\u0627 \u0628\u0647 \u062a\u0642\u0648\u06cc\u0645 \u062e\u0648\u062f \u0628\u06cc\u0627\u0641\u0632\u0627\u06cc\u06cc\u062f \u0648 \u0622\u0646\u200c\u0647\u0627 \u0631\u0627 \u0628\u0627 \u06cc\u06a9 \u06a9\u0644\u06cc\u06a9 \u0622\u063a\u0627\u0632 \u06a9\u0646\u06cc\u062f.",enterRoomTitle:"\u0634\u0631\u0648\u0639 \u06cc\u06a9 \u062c\u0644\u0633\u0647\u0654 \u062c\u062f\u06cc\u062f",getHelp:"\u06a9\u0645\u06a9 \u06af\u0631\u0641\u062a\u0646",go:"\u0628\u0631\u0648\u06cc\u0645",goSmall:"\u0628\u0631\u0648\u06cc\u0645",headerSubtitle:"\u062c\u0644\u0633\u0627\u062a \u0627\u0645\u0646 \u0648 \u0628\u0627 \u06a9\u06cc\u0641\u06cc\u062a \u0628\u0627\u0644\u0627",headerTitle:"Jitsi Meet",info:"\u0627\u0637\u0644\u0627\u0639\u0627\u062a \u0634\u0645\u0627\u0631\u0647\u200c\u06af\u06cc\u0631\u06cc",jitsiOnMobile:"Jitsi \u0631\u0648\u06cc \u062a\u0644\u0641\u0646 \u0647\u0645\u0631\u0627\u0647 - \u0628\u0631\u0646\u0627\u0645\u0647 \u0645\u0627 \u0631\u0627 \u0628\u0627\u0631\u06af\u06cc\u0631\u06cc \u06a9\u0646\u06cc\u062f \u0648 \u062c\u0644\u0633\u0647\u200c\u0627\u06cc \u0631\u0627 \u0627\u0632 \u0647\u0631\u06a9\u062c\u0627 \u0622\u063a\u0627\u0632 \u06a9\u0646\u06cc\u062f",join:"\u0627\u06cc\u062c\u0627\u062f / \u067e\u06cc\u0648\u0633\u062a\u0646",logo:{calendar:"\u0646\u0634\u0627\u0646\u200c\u0648\u0627\u0631\u0647\u0654 \u062a\u0642\u0648\u06cc\u0645",desktopPreviewThumbnail:"\u062a\u0635\u0648\u06cc\u0631 \u0628\u0646\u062f\u0627\u0646\u06af\u0634\u062a\u06cc \u067e\u06cc\u0634\u200c\u0646\u0645\u0627\u06cc\u0634 \u0645\u06cc\u0632\u06a9\u0627\u0631",googleLogo:"\u0646\u0634\u0627\u0646\u200c\u0648\u0627\u0631\u0647\u0654 \u06af\u0648\u06af\u0644",logoDeepLinking:"\u0646\u0634\u0627\u0646\u200c\u0648\u0627\u0631\u0647\u0654 Jitsi Meet",microsoftLogo:"\u0646\u0634\u0627\u0646\u200c\u0648\u0627\u0631\u0647\u0654 Microsoft",policyLogo:"\u0646\u0634\u0627\u0646\u200c\u0648\u0627\u0631\u0647\u0654 \u062e\u0637 \u0645\u0634\u06cc"},meetingsAccessibilityLabel:"\u062c\u0644\u0633\u0627\u062a",mobileDownLoadLinkAndroid:"\u062f\u0631\u06cc\u0627\u0641\u062a \u0628\u0631\u0646\u0627\u0645\u0647\u0654 \u062a\u0644\u0641\u0646 \u0647\u0645\u0631\u0627\u0647 \u0628\u0631\u0627\u06cc \u0627\u0646\u062f\u0631\u0648\u06cc\u062f",mobileDownLoadLinkFDroid:"\u062f\u0631\u06cc\u0627\u0641\u062a \u0628\u0631\u0646\u0627\u0645\u0647\u0654 \u062a\u0644\u0641\u0646 \u0647\u0645\u0631\u0627\u0647 \u0628\u0631\u0627\u06cc F-Droid",mobileDownLoadLinkIos:"\u062f\u0631\u06cc\u0627\u0641\u062a \u0628\u0631\u0646\u0627\u0645\u0647\u0654 \u062a\u0644\u0641\u0646 \u0647\u0645\u0631\u0627\u0647 \u0628\u0631\u0627\u06cc iOS",moderatedMessage:"\u06cc\u0627 \u0627\u0632 \u0642\u0628\u0644 \u06cc\u06a9 \u0646\u0634\u0627\u0646\u06cc \u0627\u06cc\u0646\u062a\u0631\u0646\u062a\u06cc \u062c\u0644\u0633\u0647 \u0631\u0627 \u0631\u0632\u0648\u0631 \u06a9\u0646\u06cc\u062f \u06a9\u0647 \u062f\u0631 \u0622\u0646 \u0634\u0645\u0627 \u062a\u0646\u0647\u0627 \u0645\u062f\u06cc\u0631 \u0647\u0633\u062a\u06cc\u062f.",privacy:"\u062d\u0631\u06cc\u0645 \u062e\u0635\u0648\u0635\u06cc",recentList:"\u0627\u062e\u06cc\u0631",recentListDelete:"\u062d\u0630\u0641 \u0645\u0648\u0631\u062f",recentListEmpty:"\u0641\u0647\u0631\u0633\u062a \u062c\u0644\u0633\u0627\u062a \u0627\u062e\u06cc\u0631 \u0634\u0645\u0627 \u0647\u0645\u200c\u0627\u06a9\u0646\u0648\u0646 \u062e\u0627\u0644\u06cc \u0627\u0633\u062a. \u0628\u0627 \u062a\u06cc\u0645 \u062e\u0648\u062f \u06af\u067e \u0628\u0632\u0646\u06cc\u062f \u0648 \u0647\u0645\u0647\u0654 \u062c\u0644\u0633\u0627\u062a \u0627\u062e\u06cc\u0631 \u062e\u0648\u062f \u0631\u0627 \u0627\u06cc\u0646\u200c\u062c\u0627 \u062e\u0648\u0627\u0647\u06cc\u062f \u06cc\u0627\u0641\u062a.",recentMeetings:"\u062c\u0644\u0633\u0627\u062a \u0627\u062e\u06cc\u0631 \u0634\u0645\u0627",reducedUIText:"\u0628\u0647 {{app}} \u062e\u0648\u0634\u200c\u0622\u0645\u062f\u06cc\u062f!",roomNameAllowedChars:"\u0646\u0627\u0645 \u062c\u0644\u0633\u0647 \u0646\u0628\u0627\u06cc\u062f \u0634\u0627\u0645\u0644 \u0647\u06cc\u0686\u200c\u06cc\u06a9 \u0627\u0632 \u0627\u06cc\u0646 \u0646\u0648\u06cc\u0633\u0647\u200c\u0647\u0627 \u0628\u0627\u0634\u062f: ?, &, :, ', \", %, #.",roomname:"\u0646\u0627\u0645 \u0627\u062a\u0627\u0642 \u0631\u0627 \u0648\u0627\u0631\u062f \u06a9\u0646\u06cc\u062f",roomnameHint:"\u0646\u0627\u0645 \u06cc\u0627 \u0646\u0634\u0627\u0646\u06cc \u0627\u06cc\u0646\u062a\u0631\u0646\u062a\u06cc \u0627\u062a\u0627\u0642\u06cc \u06a9\u0647 \u0645\u06cc\u200c\u062e\u0648\u0627\u0647\u06cc\u062f \u0628\u0647 \u0622\u0646 \u0628\u067e\u06cc\u0648\u0646\u062f\u06cc\u062f \u0631\u0627 \u0648\u0627\u0631\u062f \u06a9\u0646\u062f. \u0645\u0645\u06a9\u0646 \u0627\u0633\u062a \u06cc\u06a9 \u0646\u0627\u0645 \u0627\u0632 \u062e\u0648\u062f\u062a\u0627\u0646 \u0628\u0633\u0627\u0632\u06cc\u062f\u061b \u0641\u0642\u0637 \u0628\u0647 \u0627\u0641\u0631\u0627\u062f\u06cc \u06a9\u0647 \u0645\u06cc\u200c\u062e\u0648\u0627\u0647\u06cc\u062f \u0628\u0627 \u0622\u0646\u200c\u0647\u0627 \u062c\u0644\u0633\u0647 \u0628\u06af\u0630\u0627\u0631\u06cc\u062f \u0622\u0646 \u0631\u0627 \u0628\u06af\u0648\u06cc\u06cc\u062f \u062a\u0627 \u0647\u0645\u0627\u0646 \u0646\u0627\u0645 \u0631\u0627 \u0648\u0627\u0631\u062f \u06a9\u0646\u0646\u062f.",sendFeedback:"\u0627\u0631\u0633\u0627\u0644 \u0628\u0627\u0632\u062e\u0648\u0631\u062f",settings:"\u062a\u0646\u0638\u06cc\u0645\u0627\u062a",startMeeting:"\u0634\u0631\u0648\u0639 \u062c\u0644\u0633\u0647",terms:"\u0634\u0631\u0627\u06cc\u0637",title:"\u062c\u0644\u0633\u0627\u062a \u0648\u06cc\u062f\u06cc\u0648\u06cc\u06cc \u0627\u0645\u0646\u060c \u0633\u0631\u0634\u0627\u0631 \u0627\u0632 \u0627\u0645\u06a9\u0627\u0646\u0627\u062a \u0648 \u06a9\u0627\u0645\u0644\u0627 \u0622\u0632\u0627\u062f",upcomingMeetings:"\u062c\u0644\u0633\u0627\u062a \u0622\u06cc\u0646\u062f\u0647 \u0634\u0645\u0627"},whiteboard:{accessibilityLabel:{heading:"\u062a\u062e\u062a\u0647\u200c\u0633\u0641\u06cc\u062f"}}}},831,[]); -__d(function(t,e,i,a,o,n,s){o.exports={addPeople:{add:"Kutsu",countryNotSupported:"T\xe4t\xe4 maata ei viel\xe4 tueta.",countryReminder:"Soitatko ulkomaille? Muista lis\xe4t\xe4 alkuun maakoodi!",disabled:"Et voi l\xe4hett\xe4\xe4 kutsuja.",failedToAdd:"",footerText:"Soittaminen on estetty.",loading:"Etsit\xe4\xe4n henkil\xf6it\xe4 ja puhelinnumeroita",loadingNumber:"Tarkistetaan puhelinnumeroa",loadingPeople:"Etsit\xe4\xe4n kutsuttavia henkil\xf6it\xe4",noResults:"Ei hakua vastaavia tuloksia",noValidNumbers:"Anna puhelinnumero",searchNumbers:"Lis\xe4\xe4 puhelinnumeroita",searchPeople:"Etsi henkil\xf6it\xe4",searchPeopleAndNumbers:"Etsi henkil\xf6it\xe4 tai lis\xe4\xe4 heid\xe4n puhelinnumeronsa",telephone:"Puhelin: {{number}}",title:"Kutsu henkil\xf6it\xe4 t\xe4h\xe4n kokoukseen"},audioDevices:{bluetooth:"Bluetooth",headphones:"Kuulokkeet",phone:"Puhelin",speaker:"Puhuja"},audioOnly:{audioOnly:"Vain \xe4\xe4ni"},calendarSync:{addMeetingURL:"Lis\xe4\xe4 kokouslinkki",confirmAddLink:"Haluatko lis\xe4t\xe4 tapahtumaan Jitsi-linkin?",error:{appConfiguration:"Kalenterin integrointia ei ole m\xe4\xe4ritetty asianmukaisesti.",generic:"Tapahtui virhe. Tarkista kalenterin m\xe4\xe4ritykset tai p\xe4ivit\xe4 kalenterin\xe4kym\xe4.",notSignedIn:"Kalenterin tapahtumien tarkasteluun tarvittavassa todennuksessa tapahtui virhe. Tarkista kalenterin asetukset ja kirjaudu sis\xe4\xe4n uudelleen."},join:"Liity",joinTooltip:"Liity kokoukseen",nextMeeting:"seuraava kokous",noEvents:"Aikataulussa ei ole tulevia tapahtumia.",ongoingMeeting:"meneill\xe4\xe4n oleva kokous",permissionButton:"Avaa asetukset",permissionMessage:"Kalenterin k\xe4ytt\xf6oikeus vaaditaan, jotta kokouksesi n\xe4kyv\xe4t sovelluksessa.",refresh:"P\xe4ivit\xe4 kalenteri",today:"T\xe4n\xe4\xe4n"},chat:{error:"Virhe: viesti\xe4 \"{{originalText}}\" ei l\xe4hetetty. Syy: {{error}}",messagebox:"Kirjoita viesti",nickname:{popover:"Valitse lempinimi",title:"Anna chatiss\xe4 k\xe4ytett\xe4v\xe4 lempinimi",titleWithPolls:"Anna chatiss\xe4 k\xe4ytett\xe4v\xe4 lempinimi"},sendButton:"L\xe4het\xe4",title:"Chatti",titleWithPolls:"Chatti"},connectingOverlay:{joiningRoom:"Yhdistet\xe4\xe4n kokoukseen\u2026"},connection:{ATTACHED:"Liitteen\xe4",AUTHENTICATING:"Todennetaan",AUTHFAIL:"Todennus ep\xe4onnistui",CONNECTED:"Yhdistetty",CONNECTING:"Yhdistet\xe4\xe4n",CONNFAIL:"Yhdist\xe4minen ep\xe4onnistui",DISCONNECTED:"Ei yhteytt\xe4",DISCONNECTING:"Yhteytt\xe4 katkaistaan",ERROR:"Virhe",RECONNECTING:"Tapahtui verkkovirhe. Yhdistet\xe4\xe4n uudelleen..."},connectionindicator:{address:"Osoite:",bandwidth:"Arvioitu kaistanleveys:",bitrate:"Bittinopeus:",bridgeCount:"Palvelimien m\xe4\xe4r\xe4: ",connectedTo:"Yhdistetty kohteeseen:",framerate:"Kuvataajuus:",less:"N\xe4yt\xe4 v\xe4hemm\xe4n",localaddress:"Paikallinen osoite:",localaddress_plural:"Paikalliset osoitteet:",localport:"Paikallinen portti:",localport_plural:"Paikalliset portit:",more:"N\xe4yt\xe4 lis\xe4\xe4",packetloss:"Pakettien menetys:",quality:{good:"Hyv\xe4",inactive:"Ep\xe4aktiivinen",lost:"Katkennut",nonoptimal:"Ei optimaalinen",poor:"Huono"},remoteaddress:"Et\xe4osoite:",remoteaddress_plural:"Et\xe4osoitteet:",remoteport:"Et\xe4portti:",remoteport_plural:"Et\xe4portit:",resolution:"Resoluutio:",status:"Yhteys:",transport:"Kuljetus:",transport_plural:"Kuljetukset:",turn:" (vuoro)"},dateUtils:{earlier:"Aikaisemmin",today:"T\xe4n\xe4\xe4n",yesterday:"Eilen"},deepLinking:{appNotInstalled:"Tarvitset mobiilisovelluksen {{app}}, jotta voit liitty\xe4 t\xe4h\xe4n kokoukseen puhelimellasi.",description:"Eik\xf6 mit\xe4\xe4n tapahtunut? Yritimme k\xe4ynnist\xe4\xe4 kokouksen ty\xf6p\xf6yt\xe4sovelluksessa {{app}}. Yrit\xe4 uudelleen tai k\xe4ynnist\xe4 se verkkosovelluksessa {{app}}.",descriptionWithoutWeb:"",downloadApp:"Lataa sovellus",launchWebButton:"K\xe4ynnist\xe4 verkossa",openApp:"Jatka sovellukseen",title:"K\xe4ynnistet\xe4\xe4n kokousta sovelluksessa {{app}}\u2026",tryAgainButton:"Yrit\xe4 uudelleen ty\xf6p\xf6yt\xe4sovelluksella"},defaultLink:"esim. {{url}}",deviceError:{cameraError:"Kameran k\xe4ytt\xf6 ei onnistunut",cameraPermission:"Virhe kameran k\xe4ytt\xf6oikeuksien hankkimisessa",microphoneError:"Mikrofonin k\xe4ytt\xf6 ei onnistunut",microphonePermission:"Virhe mikrofonin k\xe4ytt\xf6oikeuksien hankkimisessa"},deviceSelection:{noPermission:"K\xe4ytt\xf6oikeuksia ei my\xf6nnetty",previewUnavailable:"Esikatselu ei k\xe4ytett\xe4viss\xe4",selectADevice:"Valitse laite",testAudio:"Soita testi\xe4\xe4ni"},dialOut:{statusMessage:"on nyt tilassa {{status}}"},dialog:{Back:"Takaisin",Cancel:"Peruuta",IamHost:"Olen vet\xe4j\xe4",Ok:"Ok",Remove:"Poista",Share:"Jaa",Submit:"L\xe4het\xe4",WaitForHostMsg:"Kokous ei ole viel\xe4 alkanut. Jos olet vet\xe4j\xe4, todenna henkil\xf6llisyytesi. Muussa tapauksessa odota vet\xe4j\xe4n saapumista.",WaitingForHost:"Odotetaan vet\xe4j\xe4\xe4\u2026",Yes:"Kyll\xe4",accessibilityLabel:{liveStreaming:"Suoratoisto"},allow:"Salli",alreadySharedVideoMsg:"",alreadySharedVideoTitle:"Vain yksi jaettu video kerrallaan",applicationWindow:"Sovellusikkuna",cameraConstraintFailedError:"Kamerasi ei t\xe4yt\xe4 joitain pakollisia vaatimuksia.",cameraNotFoundError:"Kameraa ei l\xf6ydy.",cameraNotSendingData:"Kameran k\xe4ytt\xf6 ei onnistu. Tarkista, k\xe4ytt\xe4\xe4k\xf6 jokin toinen sovellus t\xe4t\xe4 laitetta, valitse toinen laite asetusvalikosta tai yrit\xe4 k\xe4ynnist\xe4\xe4 sovellus uudelleen.",cameraNotSendingDataTitle:"Kameran k\xe4ytt\xf6 ei onnistu",cameraPermissionDeniedError:"Et ole my\xf6nt\xe4nyt lupaa kamerasi k\xe4ytt\xf6\xf6n. Voit liitty\xe4 kokoukseen, mutta muut eiv\xe4t n\xe4e sinua. Korjaa tilanne osoitekent\xe4n kamerapainikkeella.",cameraUnknownError:"Kameran k\xe4ytt\xf6 ei onnistu tuntemattomasta syyst\xe4.",cameraUnsupportedResolutionError:"Kamerasi ei tue vaadittua videoresoluutiota.",close:"Sulje",conferenceDisconnectMsg:"Tarkista verkkoyhteys. Yhdistet\xe4\xe4n uudelleen {{seconds}} sekunnin kuluttua\u2026",conferenceDisconnectTitle:"Yhteys on katkennut.",conferenceReloadMsg:"Yrit\xe4mme korjata tilannetta. Yhdistet\xe4\xe4n uudelleen {{seconds}} sekunnin kuluttua\u2026",conferenceReloadTitle:"Valitettavasti jokin meni vikaan.",confirm:"Vahvista",confirmNo:"Ei",confirmYes:"Kyll\xe4",connectError:"Hups! Jokin meni vikaan, ja kokoukseen yhdist\xe4minen ei onnistunut.",connectErrorWithMsg:"Hups! Jokin meni pieleen ja kokoukseen yhdist\xe4minen ei onnistunut: {{msg}}",connecting:"Yhdistet\xe4\xe4n",contactSupport:"Ota yhteytt\xe4 tukeen",copy:"Kopioi",dismiss:"Hylk\xe4\xe4",displayNameRequired:"",done:"Valmis",enterDisplayName:"",error:"Virhe",externalInstallationMsg:"Asenna ty\xf6p\xf6yd\xe4n jakolaajennuksemme.",externalInstallationTitle:"Laajennus vaaditaan",goToStore:"Siirry verkkokauppaan",gracefulShutdown:"Palvelu on keskeytetty huoltoa varten. Yrit\xe4 my\xf6hemmin uudelleen.",incorrectPassword:"Virheellinen k\xe4ytt\xe4j\xe4tunnus tai salasana",incorrectRoomLockPassword:"",inlineInstallExtension:"Asenna nyt",inlineInstallationMsg:"Asenna ty\xf6p\xf6yd\xe4n jakolaajennuksemme.",internalError:"Hups! Jokin meni vikaan. Tapahtui seuraava virhe: {{error}}",internalErrorTitle:"Sis\xe4inen virhe",kickMessage:"",kickParticipantButton:"Poista",kickParticipantDialog:"Haluatko varmasti poistaa t\xe4m\xe4n osanottajan kokouksesta?",kickParticipantTitle:"",kickTitle:"",liveStreaming:"Suoratoisto",liveStreamingDisabledForGuestTooltip:"Vieraat eiv\xe4t voi aloittaa suoratoistol\xe4hetyst\xe4.",liveStreamingDisabledTooltip:"Suoratoiston aloitus ei ole k\xe4yt\xf6ss\xe4.",lockMessage:"Kokouksen lukitseminen ei onnistunut.",lockRoom:"",lockTitle:"Lukitus ep\xe4onnistui",logoutQuestion:"Haluatko varmasti kirjautua ulos ja lopettaa kokouksen?",logoutTitle:"Kirjaudu ulos",maxUsersLimitReached:"",maxUsersLimitReachedTitle:"",micConstraintFailedError:"Mikrofonisi ei t\xe4yt\xe4 joitain pakollisia vaatimuksia.",micNotFoundError:"Mikrofonia ei l\xf6ytynyt.",micNotSendingData:"",micNotSendingDataTitle:"",micPermissionDeniedError:"Et ole my\xf6nt\xe4nyt lupaa mikrofonisi k\xe4ytt\xf6\xf6n. Voit liitty\xe4 kokoukseen, mutta muut eiv\xe4t kuule sinua. Korjaa tilanne osoitekent\xe4n kamerapainikkeella.",micUnknownError:"Mikrofonin k\xe4ytt\xf6 ei onnistu tuntemattomasta syyst\xe4.",muteParticipantBody:"Et voi poistaa muiden mykistyst\xe4, mutta he voivat poistaa oman mykistyksens\xe4 milloin tahansa.",muteParticipantButton:"Mykist\xe4",muteParticipantDialog:"Haluatko varmasti mykist\xe4\xe4 t\xe4m\xe4n osanottajan? Et voi sen j\xe4lkeen poistaa mykistyst\xe4, mutta h\xe4n voi poistaa sen itse milloin tahansa.",muteParticipantTitle:"",passwordLabel:"",passwordNotSupported:"",passwordNotSupportedTitle:"",passwordRequired:"",popupError:"Selaimesi est\xe4\xe4 t\xe4m\xe4 sivuston ponnahdusikkunat. Salli ponnahdusikkunat selaimen suojausasetuksista ja yrit\xe4 uudelleen.",popupErrorTitle:"Ponnahdusikkuna estetty",recording:"Nauhoitetaan",recordingDisabledForGuestTooltip:"Vieraat eiv\xe4t voi nauhoittaa.",recordingDisabledTooltip:"Nauhoitus ei ole k\xe4yt\xf6ss\xe4.",rejoinNow:"Liity nyt uudelleen",remoteControlAllowedMessage:"{{user}} hyv\xe4ksyi et\xe4k\xe4ytt\xf6pyynt\xf6si!",remoteControlDeniedMessage:"{{user}} hylk\xe4si et\xe4k\xe4ytt\xf6pyynt\xf6si!",remoteControlErrorMessage:"Tapahtui virhe, kun et\xe4k\xe4ytt\xf6oikeuksia pyydettiin henkil\xf6lt\xe4 {{user}}!",remoteControlRequestMessage:"Sallitko, ett\xe4 {{user}} et\xe4k\xe4ytt\xe4\xe4 tietokonettasi?",remoteControlShareScreenWarning:"Huomaa, ett\xe4 Salli-vaihtoehdon valitsemalla jaat n\xe4ytt\xf6si!",remoteControlStopMessage:"Et\xe4k\xe4ytt\xf6istunto p\xe4\xe4ttyi!",remoteControlTitle:"Tietokoneen et\xe4k\xe4ytt\xf6",removePassword:"",removeSharedVideoMsg:"Haluatko varmasti poistaa jaetun videon?",removeSharedVideoTitle:"Poista jaettu video",reservationError:"Varausj\xe4rjestelm\xe4n virhe",reservationErrorMsg:"Virhekoodi: {{code}}, viesti: {{msg}}",retry:"Yrit\xe4 uudelleen",screenSharingFailedToInstall:"Hups! N\xe4yt\xf6njakolaajennuksen asennus ep\xe4onnistui.",screenSharingFailedToInstallTitle:"N\xe4yt\xf6njakolaajennuksen asennus ep\xe4onnistui",screenSharingFirefoxPermissionDeniedError:"Jokin meni vikaan, kun yritimme jakaa n\xe4ytt\xf6si. Tarkista, ett\xe4 annoit meille siihen luvan. ",screenSharingFirefoxPermissionDeniedTitle:"Hups! N\xe4yt\xf6njakoa ei voitu aloittaa!",screenSharingPermissionDeniedError:"Hups!Jokin meni vikaan n\xe4yt\xf6njakolaajennuksen k\xe4ytt\xf6oikeuksissa. K\xe4ynnist\xe4 uudelleen ja yrit\xe4 sitten uudelleen.",serviceUnavailable:"Palvelu ei k\xe4ytett\xe4viss\xe4",sessTerminated:"Puhelu lopetettu",shareVideoLinkError:"Anna oikea linkki.",shareVideoTitle:"Jaa video",shareYourScreen:"Jaa n\xe4ytt\xf6",shareYourScreenDisabled:"N\xe4yt\xf6njako ei ole k\xe4yt\xf6ss\xe4.",shareYourScreenDisabledForGuest:"Vieraat eiv\xe4t voi jakaa n\xe4ytt\xf6\xe4.",startLiveStreaming:"Aloita suoratoisto",startRecording:"Aloita nauhoitus",startRemoteControlErrorMessage:"Et\xe4k\xe4ytt\xf6istunnon aloittamisessa tapahtui virhe!",stopLiveStreaming:"Lopeta suoratoisto",stopRecording:"Lopeta nauhoitus",stopRecordingWarning:"Haluatko varmasti lopettaa nauhoituksen?",stopStreamingWarning:"Haluatko varmasti lopettaa suoratoiston?",streamKey:"Suoratoistokoodi",thankYou:"Kiitos sovelluksen {{appName}} k\xe4yt\xf6st\xe4!",token:"koodi",tokenAuthFailed:"Valitettavasti et saa osallistua t\xe4h\xe4n puheluun.",tokenAuthFailedTitle:"Todennus ep\xe4onnistui",transcribing:"Puhtaaksikirjoitus",unlockRoom:"",userPassword:"k\xe4ytt\xe4j\xe4n salasana",yourEntireScreen:"Koko n\xe4ytt\xf6"},feedback:{average:"Keskiverto",bad:"Huono",detailsLabel:"Kerro lis\xe4\xe4.",good:"Hyv\xe4",rateExperience:"Arvioi kokouskokemus",veryBad:"Eritt\xe4in huono",veryGood:"Eritt\xe4in hyv\xe4"},incomingCall:{answer:"Vastaus",audioCallTitle:"Saapuva puhelu",decline:"Hylk\xe4\xe4",productLabel:"Jitsi Meetist\xe4",videoCallTitle:"Saapuva videopuhelu"},info:{accessibilityLabel:"N\xe4yt\xe4 tiedot",addPassword:"",cancelPassword:"",conferenceURL:"Linkki:",country:"Maa",dialANumber:"Liity kokoukseen soittamalla yhteen n\xe4ist\xe4 numeroista ja antamalla PIN-koodi.",dialInConferenceID:"PIN:",dialInNotSupported:"Valitettavasti soittoa ei t\xe4ll\xe4 hetkell\xe4 tueta.",dialInNumber:"Liittymissoitto:",dialInSummaryError:"Virhe soittotietojen noudossa. Yrit\xe4 my\xf6hemmin uudelleen.",dialInTollFree:"Maksuton",genericError:"Hupsista, jokin meni vikaan.",inviteLiveStream:"Katso suora kokousl\xe4hetys seuraavasta linkist\xe4: {{url}}",invitePhone:"",invitePhoneAlternatives:"",inviteURLFirstPartGeneral:"Olet saanut kokouskutsun.",inviteURLFirstPartPersonal:"",inviteURLSecondPart:"",label:"Kokoustiedot",liveStreamURL:"Suoratoisto:",moreNumbers:"Lis\xe4\xe4 numeroita",noNumbers:"Ei liittymispuhelinnumeroita.",noPassword:"Ei yht\xe4\xe4n",noRoom:"Liitytt\xe4v\xe4\xe4 huonetta ei valittu.",numbers:"Liittymispuhelinnumerot",password:"",title:"Jaa",tooltip:"Jaa kokouksen linkki ja liittymissoittotiedot"},inlineDialogFailure:{msg:"K\xf6mm\xe4hdimme.",retry:"Yrit\xe4 uudelleen",support:"Tuki",supportMsg:"Jos t\xe4m\xe4 jatkuu, ota yhteytt\xe4:"},inviteDialog:{alertText:"Osa kutsuista ep\xe4onnistui.",header:"Kutsu",searchCallOnlyPlaceholder:"Anna puhelinnumero",searchPeopleOnlyPlaceholder:"Etsi osanottajia",searchPlaceholder:"Osanottaja tai puhelinnumero",send:"L\xe4het\xe4"},keyboardShortcuts:{focusLocal:"Keskity omaan videoon",focusRemote:"Keskity jonkun muun videoon",fullScreen:"N\xe4yt\xe4 tai poista koko n\xe4ytt\xf6",keyboardShortcuts:"Pikan\xe4pp\xe4imet",localRecording:"N\xe4yt\xe4 tai piilota paikalliset nauhoitusohjaimet",mute:"S\xe4\xe4d\xe4 mikrofonin mykistyst\xe4",pushToTalk:"Paina ja puhu",raiseHand:"K\xe4den nosto tai lasku",showSpeakerStats:"N\xe4yt\xe4 puhujatilastot",toggleChat:"Avaa tai sulje chatti",toggleFilmstrip:"N\xe4yt\xe4 tai piilota videon pikkukuvat",toggleScreensharing:"Siirry kameran ja n\xe4yt\xf6n jakamisen v\xe4lill\xe4",toggleShortcuts:"N\xe4yt\xe4 tai piilota pikan\xe4pp\xe4imet",videoMute:"K\xe4ynnist\xe4 tai pys\xe4yt\xe4 kamera"},liveStreaming:{busy:"Yrit\xe4mme vapauttaa suoratoistoresursseja. Yrit\xe4 uudelleen muutaman minuutin kuluttua.",busyTitle:"Kaikki suoratoistokanavat ovat juuri nyt varattuja",changeSignIn:"Vaihda tili\xe4.",choose:"Valitse suoratoistol\xe4hetys",chooseCTA:"Valitse suoratoistovaihtoehto. Olet kirjautunut s\xe4hk\xf6postilla {{email}}.",enterStreamKey:"Kirjoita YouTube-suoratoistokoodi t\xe4h\xe4n.",error:"Suoratoisto ep\xe4onnistui. Yrit\xe4 uudelleen.",errorAPI:"YouTube-l\xe4hetykseen yhdist\xe4misess\xe4 tapahtui virhe. Yrit\xe4 kirjautua uudelleen sis\xe4\xe4n.",errorLiveStreamNotEnabled:"Suoratoisto ei ole k\xe4yt\xf6ss\xe4 tilill\xe4 {{email}}. Ota suoratoisto k\xe4ytt\xf6\xf6n tai kirjaudu tiliin, jossa se on k\xe4yt\xf6ss\xe4.",expandedOff:"Suoratoisto on p\xe4\xe4ttynyt",expandedOn:"Kokous n\xe4kyy parhaillaan YouTubessa suoratoistol\xe4hetyksen\xe4.",expandedPending:"Suoratoistol\xe4hetys on alkamassa\u2026",failedToStart:"Suoratoiston aloitus ei onnistunut",getStreamKeyManually:"Suoratoistol\xe4hetysten nouto ep\xe4onnistui. Hanki suoratoistokoodi YouTubesta.",invalidStreamKey:"Suoratoistokoodi voi olla virheellinen.",off:"Suoratoisto p\xe4\xe4ttyi",on:"Suoratoisto",pending:"Suoratoisto alkamassa\u2026",serviceName:"Suoratoistopalvelu",signIn:"Kirjaudu Googlella",signInCTA:"Kirjaudu sis\xe4\xe4n tai anna YouTube-suoratoistokoodi.",signOut:"Kirjaudu ulos",signedInAs:"Sis\xe4\xe4nkirjautunut k\xe4ytt\xe4j\xe4:",start:"Aloita suoratoisto",streamIdHelp:"Mik\xe4 t\xe4m\xe4 on?",title:"Suoratoisto",unavailableTitle:"Suoratoisto ei k\xe4ytett\xe4viss\xe4"},localRecording:{clientState:{off:"Pois p\xe4\xe4lt\xe4",on:"P\xe4\xe4ll\xe4",unknown:"Tuntematon"},dialogTitle:"Paikalliset nauhoitusohjaimet",duration:"Kesto",durationNA:"\xad\u2013",encoding:"Koodaus",label:"LOR",labelToolTip:"Paikallinen nauhoitus k\xe4yt\xf6ss\xe4",localRecording:"Paikallinen nauhoitus",me:"Min\xe4",messages:{engaged:"Paikallinen nauhoitus k\xe4yt\xf6ss\xe4.",finished:"Nauhoitus {{token}} p\xe4\xe4ttyi. L\xe4het\xe4 nauhoite valvojalle.",finishedModerator:"Nauhoitus {{token}} p\xe4\xe4ttyi. Paikallisen raidan nauhoitus on tallennettu. Pyyd\xe4 muita osanottajia l\xe4hett\xe4m\xe4\xe4n omat nauhoituksensa.",notModerator:"Et ole valvoja. Et voi aloittaa tai lopettaa paikallista nauhoitusta."},moderator:"Valvoja",no:"Ei",participant:"Osanottaja",participantStats:"Osanottajatilastot",sessionToken:"Istuntokoodi",start:"Aloita nauhoitus",stop:"Lopeta nauhoitus",yes:"Kyll\xe4"},lockRoomPassword:"",lockRoomPasswordUppercase:"",me:"min\xe4",notify:{connectedOneMember:"{{name}} liittyi kokoukseen",connectedThreePlusMembers:"{{name}} ja {{count}} muuta liittyiv\xe4t kokoukseen",connectedTwoMembers:"{{first}} ja {{second}} liittyiv\xe4t kokoukseen",disconnected:"ei yhteytt\xe4",focus:"Kokouksen painopiste",focusFail:"{{component}} ei k\xe4ytett\xe4viss\xe4. Yrit\xe4 uudelleen {{ms}} sekunnin kuluttua",grantedTo:"Valvojan oikeudet my\xf6nnetty k\xe4ytt\xe4j\xe4lle {{to}}!",invitedOneMember:"{{name}} on kutsuttu",invitedThreePlusMembers:"",invitedTwoMembers:"",kickParticipant:"",me:"Min\xe4",moderator:"Valvojan oikeudet my\xf6nnetty!",muted:"Aloitit keskustelun mykistettyn\xe4.",mutedRemotelyDescription:"",mutedRemotelyTitle:"",mutedTitle:"Olet mykistetty!",newDeviceAction:"K\xe4yt\xe4",newDeviceAudioTitle:"Uusi \xe4\xe4nilaite havaittu",newDeviceCameraTitle:"Uusi kamera havaittu",passwordRemovedRemotely:"",passwordSetRemotely:"",raisedHand:"{{name}} pyyt\xe4\xe4 puheenvuoroa.",somebody:"Joku",startSilentDescription:"",startSilentTitle:"",suboptimalExperienceDescription:"Valitettavasti {{appName}} ei taida toimia kovin hyvin t\xe4\xe4ll\xe4. Yrit\xe4mme l\xf6yt\xe4\xe4 parannuskeinoja, mutta sill\xe4 v\xe4lin kannattaa k\xe4ytt\xe4\xe4 jotain t\xe4ysin tuettua selainta.",suboptimalExperienceTitle:"Selainvaroitus",unmute:"Poista mykistys"},participantsPane:{actions:{muteEveryoneElse:"Mykist\xe4 kaikki muut"}},passwordDigitsOnly:"",passwordSetRemotely:"",poweredby:"tukija:",presenceStatus:{busy:"Varattu",calling:"Soitetaan\u2026",connected:"Yhdistetty",connecting:"Yhdistet\xe4\xe4n\u2026",connecting2:"Yhdistet\xe4\xe4n*...",disconnected:"Ei yhteytt\xe4",expired:"Vanhentunut",ignored:"Sivuutettu",initializingCall:"K\xe4ynnistet\xe4\xe4n puhelua\u2026",invited:"Kutsuttu",rejected:"Hyl\xe4tty",ringing:"Soi\u2026"},profile:{setDisplayNameLabel:"M\xe4\xe4rit\xe4 n\xe4ytt\xf6nimi",setEmailInput:"Anna s\xe4hk\xf6postiosoite",setEmailLabel:"M\xe4\xe4rit\xe4 Gravatar-s\xe4hk\xf6posti",title:"Profiili"},recording:{authDropboxText:"Lataa Dropboxiin",availableSpace:"Tilaa j\xe4ljell\xe4: {{spaceLeft}} Mt (noin {{duration}} minuuttia nauhoitetta)",beta:"BEETA",busy:"Yrit\xe4mme vapauttaa nauhoitusresursseja. Yrit\xe4 uudelleen muutaman minuutin kuluttua.",busyTitle:"Kaikki nauhoittimet ovat juuri nyt varattuja",error:"Nauhoitus ep\xe4onnistui. Yrit\xe4 uudelleen.",expandedOff:"Nauhoitus p\xe4\xe4ttyi",expandedOn:"T\xe4t\xe4 kokousta nauhoitetaan.",expandedPending:"Nauhoitus on alkamassa\u2026",failedToStart:"Nauhoituksen aloitus ep\xe4onnistui",fileSharingdescription:"Jaa nauhoitus kokouksen osanottajille",live:"SUORA L\xc4HETYS",loggedIn:"Kirjautunut k\xe4ytt\xe4j\xe4n\xe4 {{userName}}",off:"Nauhoitus p\xe4\xe4ttyi",on:"Nauhoitetaan",pending:"Kokouksen nauhoitusta valmistellaan\u2026",rec:"REC",serviceDescription:"Nauhoituspalvelu tallentaa nauhoituksen",serviceName:"Nauhoituspalvelu",signIn:"Kirjaudu sis\xe4\xe4n",signOut:"Kirjaudu ulos",title:"Nauhoitetaan",unavailable:"Hups! {{serviceName}} ei ole k\xe4ytett\xe4viss\xe4. Yrit\xe4mme ratkaista ongelman. Yrit\xe4 my\xf6hemmin uudelleen.",unavailableTitle:"Nauhoitus ei k\xe4ytett\xe4viss\xe4"},sectionList:{pullToRefresh:"P\xe4ivit\xe4 vet\xe4m\xe4ll\xe4"},settings:{calendar:{about:"{{appName}} tarkistaa tulevat tapahtumat kalenteristasi turvallisesti kalenteri-integrointitoimintonsa avulla.",disconnect:"Katkaise yhteys",microsoftSignIn:"Kirjaudu Microsoftilla",signedIn:"Tarkastellaan k\xe4ytt\xe4j\xe4n {{email}} kalenteritapahtumia. Est\xe4 tarkastelu napsauttamalla Katkaise yhteys -painiketta.",title:"Kalenteri"},devices:"Laitteet",followMe:"Kaikki seuraavat minua",language:"Kieli",loggedIn:"Kirjautunut k\xe4ytt\xe4j\xe4n\xe4 {{name}}",moderator:"Valvoja",more:"Lis\xe4\xe4",name:"Nimi",noDevice:"Ei yht\xe4\xe4n",selectAudioOutput:"\xc4\xe4niulostulo",selectCamera:"Kamera",selectMic:"Mikrofoni",startAudioMuted:"Kaikki aluksi mykistettyin\xe4",startVideoMuted:"Kaikki aluksi piilotettuina",title:"Asetukset"},settingsView:{alertOk:"OK",alertTitle:"Varoitus",alertURLText:"Annettu palvelimen URL on virheellinen",buildInfoSection:"Koontiversion tiedot",conferenceSection:"Kokous",displayName:"N\xe4ytt\xf6nimi",email:"S\xe4hk\xf6posti",header:"Asetukset",profileSection:"Profiili",serverURL:"Palvelimen URL",startWithAudioMuted:"Aloita \xe4\xe4ni mykistettyn\xe4",startWithVideoMuted:"Aloita video mykistettyn\xe4",version:"Versio"},share:{dialInfoText:"",mainText:"Liity kokoukseen seuraavasta linkist\xe4:\n{{roomUrl}}"},speaker:"Puhuja",speakerStats:{hours:"{{count}} t",minutes:"{{count}} min",name:"Nimi",seconds:"{{count}} s",speakerStats:"Puhujatilastot",speakerTime:"Puhujan aika"},startupoverlay:{policyText:" ",title:"{{app}} tarvitsee mikrofoniasi ja kameraasi."},suspendedoverlay:{rejoinKeyTitle:"Liity uudelleen",text:"Yhdist\xe4 uudelleen napsauttamalla Liity uudelleen -painiketta.",title:"Videopuhelu keskeytyi, koska tietokone siirtyi lepotilaan."},toolbar:{Settings:"Asetukset",accessibilityLabel:{Settings:"S\xe4\xe4d\xe4 asetuksia",audioOnly:"S\xe4\xe4d\xe4 Vain \xe4\xe4ni -tilaa",audioRoute:"Valitse \xe4\xe4nilaite",callQuality:"",cc:"S\xe4\xe4d\xe4 tekstityst\xe4",chat:"S\xe4\xe4d\xe4 chatti-ikkunaa",document:"S\xe4\xe4d\xe4 jaettua asiakirjaa",feedback:"Anna palautetta",fullScreen:"S\xe4\xe4d\xe4 koko n\xe4ytt\xf6\xe4",hangup:"Poistu puhelusta",invite:"L\xe4het\xe4 kutsuja",kick:"Poista osanottaja kokouksesta",localRecording:"S\xe4\xe4d\xe4 paikallisia nauhoitusohjaimia",lockRoom:"S\xe4\xe4d\xe4 kokouksen salasanaa",moreActions:"S\xe4\xe4d\xe4 Lis\xe4\xe4 toimintoja -valikkoa",moreActionsMenu:"Lis\xe4\xe4 toimintoja -valikko",mute:"S\xe4\xe4d\xe4 \xe4\xe4nen mykistyst\xe4",muteEveryoneElse:"Mykist\xe4 kaikki muut",pip:"S\xe4\xe4d\xe4 Kuva kuvassa (PiP) -tilaa",profile:"Muokkaa profiilia",raiseHand:"S\xe4\xe4d\xe4 k\xe4den nostoa",recording:"S\xe4\xe4d\xe4 nauhoitusta",remoteMute:"Mykist\xe4 osanottaja",selectBackground:"Valitse tausta",shareRoom:"Kutsu joku",shareYourScreen:"S\xe4\xe4d\xe4 n\xe4yt\xf6n jakoa",sharedvideo:"S\xe4\xe4d\xe4 videon jakoa",shortcuts:"S\xe4\xe4d\xe4 pikan\xe4pp\xe4imi\xe4",show:"",speakerStats:"S\xe4\xe4d\xe4 puhujatilastoja",tileView:"S\xe4\xe4d\xe4 ruudukkon\xe4kym\xe4\xe4",toggleCamera:"S\xe4\xe4d\xe4 kameraa",videoblur:"",videomute:"S\xe4\xe4d\xe4 videon mykistyst\xe4"},addPeople:"Lis\xe4\xe4 osanottajia puheluun",audioOnlyOff:"Poista Vain \xe4\xe4ni -tila k\xe4yt\xf6st\xe4",audioOnlyOn:"Ota Vain \xe4\xe4ni -tila k\xe4ytt\xf6\xf6n",audioRoute:"Valitse \xe4\xe4nilaite",authenticate:"Todenna",callQuality:"",chat:"Avaa/sulje chatti",closeChat:"Sulje chatti",documentClose:"Sulje jaettu asiakirja",documentOpen:"Avaa jaettu asiakirja",enterFullScreen:"N\xe4yt\xe4 koko n\xe4yt\xf6ss\xe4",enterTileView:"Siirry ruudukkon\xe4kym\xe4\xe4n",exitFullScreen:"Poisti koko n\xe4yt\xf6st\xe4",exitTileView:"Poistu ruudukkon\xe4kym\xe4st\xe4",feedback:"Anna palautetta",hangup:"Poistu",invite:"L\xe4het\xe4 kutsuja",login:"Kirjaudu sis\xe4\xe4n",logout:"Kirjaudu ulos",lowerYourHand:"Laske k\xe4si",moreActions:"Lis\xe4\xe4 toimintoja",mute:"Mykistys p\xe4\xe4ll\xe4/pois",openChat:"Avaa chatti",pip:"Siirry Kuva kuvassa (PiP) -tilaan",profile:"Muokkaa profiilia",raiseHand:"Nosta/laske k\xe4si",raiseYourHand:"Nosta k\xe4si",shareRoom:"Kutsu joku",sharedvideo:"Jaa video",shortcuts:"N\xe4yt\xe4 pikan\xe4pp\xe4imet",speakerStats:"Puhujatilastot",startScreenSharing:"Aloita n\xe4yt\xf6n jako",startSubtitles:"K\xe4ynnist\xe4 tekstitys",startvideoblur:"",stopScreenSharing:"Lopeta n\xe4yt\xf6n jako",stopSharedVideo:"Pys\xe4yt\xe4 video",stopSubtitles:"Lopeta tekstitys",stopvideoblur:"",talkWhileMutedPopup:"Yrit\xe4tk\xf6 puhua? Olet mykistettyn\xe4.",tileViewToggle:"S\xe4\xe4d\xe4 ruudukkon\xe4kym\xe4\xe4",toggleCamera:"S\xe4\xe4d\xe4 kameraa",videomute:"K\xe4ynnist\xe4/pys\xe4yt\xe4 kamera"},transcribing:{ccButtonTooltip:"Tekstitys p\xe4\xe4lle/pois",error:"Puhtaaksikirjoitus ep\xe4onnistui. Yrit\xe4 uudelleen.",expandedLabel:"Puhtaaksikirjoitus on k\xe4yt\xf6ss\xe4",failedToStart:"Puhtaaksikirjoituksen aloitus ep\xe4onnistui",labelToolTip:"Kokousta kirjoitetaan puhtaaksi",off:"Puhtaaksikirjoitus p\xe4\xe4ttyi",pending:"Kokouksen puhtaaksikirjoitusta valmistellaan\u2026",start:"Aloita tekstitys",stop:"Lopeta tekstitys",tr:"TR"},userMedia:{androidGrantPermissions:"Valitse Salli, kun selain pyyt\xe4\xe4 k\xe4ytt\xf6oikeuksia.",chromeGrantPermissions:"Valitse Salli, kun selain pyyt\xe4\xe4 k\xe4ytt\xf6oikeuksia.",edgeGrantPermissions:"Valitse Kyll\xe4, kun selain pyyt\xe4\xe4 k\xe4ytt\xf6oikeuksia.",electronGrantPermissions:"My\xf6nn\xe4 k\xe4ytt\xf6oikeudet laitteesi kameran ja mikrofonin k\xe4ytt\xf6\xf6n.",firefoxGrantPermissions:"Valitse Jaa havaittu laite, kun selain pyyt\xe4\xe4 k\xe4ytt\xf6oikeuksia.",iexplorerGrantPermissions:"Valitse OK, kun selain pyyt\xe4\xe4 k\xe4ytt\xf6oikeuksia.",nwjsGrantPermissions:"My\xf6nn\xe4 k\xe4ytt\xf6oikeudet laitteesi kameran ja mikrofonin k\xe4ytt\xf6\xf6n.",operaGrantPermissions:"Valitse Salli, kun selain pyyt\xe4\xe4 k\xe4ytt\xf6oikeuksia.","react-nativeGrantPermissions":"Valitse Salli, kun selain pyyt\xe4\xe4 k\xe4ytt\xf6oikeuksia.",safariGrantPermissions:"Valitse OK, kun selain pyyt\xe4\xe4 k\xe4ytt\xf6oikeuksia."},videoSIPGW:{busy:"Yrit\xe4mme vapauttaa resursseja. Yrit\xe4 uudelleen muutaman minuutin kuluttua.",busyTitle:"Huonepalvelu on t\xe4ll\xe4 hetkell\xe4 varattu",errorAlreadyInvited:"{{displayName}} on jo kutsuttu",errorInvite:"Kokousta ei ole viel\xe4 luotu. Yrit\xe4 my\xf6hemmin uudelleen.",errorInviteFailed:"Ratkaisemme ongelmaa. Yrit\xe4 my\xf6hemmin uudelleen.",errorInviteFailedTitle:"Henkil\xf6n {{displayName}} kutsuminen ep\xe4onnistui",errorInviteTitle:"Virhe huoneen kutsumisessa",pending:"{{displayName}} on kutsuttu"},videoStatus:{adjustFor:"Muokkaa:",audioOnly:"\xc4\xc4NI",audioOnlyExpanded:"K\xe4yt\xf6ss\xe4si on Vain \xe4\xe4ni -tila. Se s\xe4\xe4st\xe4\xe4 kaistanleveytt\xe4, mutta et n\xe4e muiden videoita.",bestPerformance:"Paras suorituskyky",callQuality:"Videon laatu",hd:"HD",highDefinition:"Ter\xe4v\xe4piirto",highestQuality:"Korkein laatu",labelTooiltipNoVideo:"Ei videota",labelTooltipAudioOnly:"Vain \xe4\xe4ni -tila k\xe4yt\xf6ss\xe4",ld:"LD",lowDefinition:"Alhainen kuvanlaatu",onlyAudioAvailable:"Vain \xe4\xe4ni -tila on k\xe4ytett\xe4viss\xe4",onlyAudioSupported:"T\xe4ss\xe4 selaimessa tuemme vain \xe4\xe4nt\xe4.",performanceSettings:"Suorituskykyasetukset",sd:"SD",standardDefinition:"Vakiopiirto"},videothumbnail:{domute:"Mykist\xe4",domuteOthers:"Mykist\xe4 kaikki muut",domuteVideoOfOthers:"Est\xe4 muiden kamera",flip:"K\xe4\xe4nn\xe4",kick:"Poista",moderator:"Valvoja",mute:"Osallistuja on mykistetty",muted:"Mykistetty",pinToStage:"Kiinnit\xe4 ruutuun",remoteControl:"Et\xe4k\xe4ytt\xf6",show:"N\xe4yt\xe4 ruudulla",unpinFromStage:"Irroita kiinnitys",videomute:""},welcomepage:{accessibilityLabel:{join:"Liity napauttamalla",roomname:"Anna huoneen nimi"},appDescription:"Anna menn\xe4! Keskustele videochatiss\xe4 koko tiimin kanssa tai kutsu vaikka kaikki tutut. {{app}} on t\xe4ysin salattu, avoimen l\xe4hdekoodin videokokousratkaisu kokop\xe4iv\xe4iseen k\xe4ytt\xf6\xf6n joka p\xe4iv\xe4. Se on maksuton, eik\xe4 vaadi tili\xe4.",audioVideoSwitch:{audio:"\xc4\xe4ni",video:"Video"},calendar:"Kalenteri",connectCalendarButton:"Yhdist\xe4 oma kalenteri",connectCalendarText:"",enterRoomTitle:"Aloita uusi kokous",go:"ALOITA",info:"Tiedot",join:"LIITY",privacy:"Tietosuoja",recentList:"Viimeisimm\xe4t",recentListDelete:"Poista",recentListEmpty:"Viimeisimpien kokousten luettelo on tyhj\xe4. Kun pid\xe4t kokouksia tiimisi kanssa, niist\xe4 viimeisimm\xe4t n\xe4kyv\xe4t t\xe4\xe4ll\xe4.",reducedUIText:"",roomname:"Anna huoneen nimi",roomnameHint:"Kirjoita sen huoneen nimi tai URL-osoite, johon haluat liitty\xe4. Voit my\xf6s nimet\xe4 huoneen itse ja kertoa nimen muille, jotta he voivat l\xf6yt\xe4\xe4 sen.",sendFeedback:"L\xe4het\xe4 palautetta",terms:"Ehdot",title:"Turvallinen, t\xe4ysin varustettu ja maksuton videoneuvottelu"}}},832,[]); -__d(function(e,r,i,o,n,t,a){n.exports={addPeople:{add:"Inviter",addContacts:"Inviter vos contacts",contacts:"contacts",copyInvite:"Copier l'invitation \xe0 la r\xe9union",copyLink:"Copier le lien de la r\xe9union",copyStream:"Copier le lien de diffusion en direct",countryNotSupported:"Cette destination n'est pas actuellement support\xe9e.",countryReminder:"Appel hors des \xc9tats-Unis ? Veuillez d\xe9buter par le code du pays !",defaultEmail:"Votre email par d\xe9faut",disabled:"Vous ne pouvez pas inviter quelqu'un.",failedToAdd:"Erreur lors de l'ajout des participants",googleEmail:"Gmail",inviteMoreHeader:"Vous \xeates seul(e) dans la r\xe9union",inviteMoreMailSubject:"Rejoindre une r\xe9union {{appName}}",inviteMorePrompt:"Inviter d'autres personnes",linkCopied:"Lien copi\xe9 dans le presse-papiers",noResults:"Aucun r\xe9sultat de recherche correspondant",outlookEmail:"Outlook",phoneNumbers:"Num\xe9ros de t\xe9l\xe9phone",searching:"Recherche...",shareInvite:"Partager l'invitation \xe0 la r\xe9union",shareLink:"Partager le lien de la r\xe9union pour inviter d'autres personnes",shareStream:"Partager le lien de diffusion en direct",sipAddresses:"Adresses SIP",telephone:"T\xe9l\xe9phone : {{number}}",title:"Inviter une personne \xe0 cette r\xe9union",yahooEmail:"Yahoo"},audioDevices:{bluetooth:"Bluetooth",car:"Syst\xe8me audio du v\xe9hicule",headphones:"\xc9couteurs",none:"Aucune source audio n'est disponible",phone:"T\xe9l\xe9phone",speaker:"Haut-parleur"},audioOnly:{audioOnly:"Bande passante faible"},breakoutRooms:{actions:{add:"Ajouter salle annexe",autoAssign:"Assigner automatiquement aux salles annexes",close:"Fermer",join:"Rejoindre",leaveBreakoutRoom:"Quitter la salle annexe",more:"Plus",remove:"Supprimer",sendToBreakoutRoom:"Envoyer le participant dans:"},defaultName:"Salle annexe #{{index}}",mainRoom:"Salle principale",notifications:{joined:"Entr\xe9e en salle annexe \"{{name}}\"",joinedMainRoom:"Retour \xe0 la salle principalem",joinedTitle:"Salles annexes"}},calendarSync:{addMeetingURL:"Ajouter un lien de conf\xe9rence",confirmAddLink:"Voulez-vous ajouter un lien Jitsi \xe0 cet \xe9v\xe9nement ?",error:{appConfiguration:"L'int\xe9gration du calendrier n'est pas correctement configur\xe9e.",generic:"Une erreur s'est produite. Veuillez v\xe9rifier les param\xe8tres de votre calendrier ou tenter de l'actualiser.",notSignedIn:"Une erreur d'authentification s'est produite lors de la tentative d'afficher les \xe9v\xe9nements du calendrier. Veuillez v\xe9rifier les param\xe8tres de votre calendrier et essayer de nouveau."},join:"Joindre",joinTooltip:"Rejoindre la r\xe9union",nextMeeting:"prochaine r\xe9union",noEvents:"Il n'y a pas d'\xe9v\xe9nement \xe0 venir.",ongoingMeeting:"La r\xe9union en cours",permissionButton:"Afficher les r\xe9glages",permissionMessage:"La permission du calendrier est requise pour afficher vos r\xe9unions dans l'application.",refresh:"Rafra\xeechir le calendrier",today:"Aujourd'hui"},carmode:{actions:{selectSoundDevice:"S\xe9lectionnez le dispositif audio"},labels:{buttonLabel:"Mode voiture",title:"Mode voiture",videoStopped:"Votre vid\xe9o est arr\xeat\xe9e"}},chat:{enter:"Entrez dans le salon",error:"Erreur : votre message n'a pas \xe9t\xe9 envoy\xe9. Raison : {{error}}",fieldPlaceHolder:"Tapez votre message ici",lobbyChatMessageTo:"Message de salle d'attente \xe0 {{recipient}}",message:"Message",messageAccessibleTitle:"{{user}} dit: ",messageAccessibleTitleMe:"Je dis: ",messageTo:"Message priv\xe9 \xe0 {{recipient}}",messagebox:"Saisissez un message",newMessages:"Nouveaux messages",nickname:{popover:"Choisissez un pseudonyme",title:"Entrez un pseudonyme pour utiliser le chat",titleWithPolls:"Entrez un pseudonyme pour utiliser le chat et les sondages"},noMessagesMessage:"Il n'y a pas encore de messages dans cette r\xe9union. D\xe9marrez une conversation ici !",privateNotice:"Message priv\xe9 \xe0 {{recipient}}",sendButton:"Envoyer",smileysPanel:"Panneaux des \xc9mojis",tabs:{chat:"Chat",polls:"Sondages"},title:"Chat",titleWithPolls:"Chat et Sondages",you:"vous"},chromeExtensionBanner:{buttonText:"Installer l'extension Chrome",buttonTextEdge:"Installer l\u2019extension Edge",close:"Fermer",dontShowAgain:"Ne plus me montrer ceci",installExtensionText:"Installer l'extension pour l'int\xe9gration de Google Calendar et Office 365"},connectingOverlay:{joiningRoom:"Connexion \xe0 la r\xe9union ..."},connection:{ATTACHED:"Attach\xe9e",AUTHENTICATING:"Authentification en cours",AUTHFAIL:"\xc9chec de l'authentification",CONNECTED:"Connect\xe9",CONNECTING:"Connexion en cours",CONNFAIL:"\xc9chec de la connexion",DISCONNECTED:"D\xe9connect\xe9",DISCONNECTING:"D\xe9connexion en cours",ERROR:"Erreur",FETCH_SESSION_ID:"Obtention d'un identifiant de session ...",GET_SESSION_ID_ERROR:"Obtenir une erreur d'identifiant de session : {{code}}",GOT_SESSION_ID:"Obtention d'un identifiant de session ... Termin\xe9e",LOW_BANDWIDTH:"La vid\xe9o de {{displayName}} a \xe9t\xe9 coup\xe9e pour \xe9conomiser de la bande passante"},connectionindicator:{address:"Adresse :",audio_ssrc:"Audio SSRC :",bandwidth:"Bande passante estim\xe9e :",bitrate:"D\xe9bit :",bridgeCount:"Nombre de serveurs :",codecs:"Codecs (A/V) :",connectedTo:"Connect\xe9 \xe0 :",e2eeVerified:"E2EE v\xe9rifi\xe9",framerate:"Images par seconde :",less:"Cacher les d\xe9tails",localaddress:"Adresse locale :",localaddress_plural:"Adresses locales :",localport:"Port local :",localport_plural:"Ports locaux :",maxEnabledResolution:"d\xe9bit max",more:"Montrer les d\xe9tails",packetloss:"Perte de paquets :",participant_id:"ID du participant:",quality:{good:"Bien",inactive:"Inactif",lost:"Perdu",nonoptimal:"Non-optimale",poor:"Mauvaise"},remoteaddress:"Adresse distante :",remoteaddress_plural:"Adresses distantes :",remoteport:"Port distant :",remoteport_plural:"Ports distants :",resolution:"R\xe9solution :",savelogs:"Enregistrer les logs",status:"Connexion :",transport:"Transport :",transport_plural:"Transports :",video_ssrc:"Video SSRC :"},dateUtils:{earlier:"Plus t\xf4t",today:"Aujourd'hui",yesterday:"Hier"},deepLinking:{appNotInstalled:"Vous avez besoin de l'application mobile {{app}} pour participer \xe0 cette r\xe9union avec votre t\xe9l\xe9phone.",description:"Rien ne s'est pass\xe9 ? Nous avons essay\xe9 de lancer votre r\xe9union dans l'application de bureau {{app}}. Essayez \xe0 nouveau ou lancez-la dans l'application web {{app}}.",descriptionNew:"Rien ne s'est pass\xe9 ? Nous avons essay\xe9 de lancer votre r\xe9union dans l'application de bureau {{app}}.

Vous pouvez essayer \xe0 nouveau ou la lancer dans l'application web.",descriptionWithoutWeb:"Rien ne s'est pass\xe9 ? Nous avons essay\xe9 de d\xe9marrer votre r\xe9union dans l'application bureau {{app}}.",downloadApp:"T\xe9l\xe9charger l'application",downloadMobileApp:"T\xe9l\xe9charger l'application depuis le Store",ifDoNotHaveApp:"Si vous n'avez pas encore l'application:",ifHaveApp:"Si vous avez d\xe9j\xe0 install\xe9 l'application:",joinInApp:"Rejoindre la r\xe9union en utilisant l'application",joinInAppNew:"Rejoindre depuis l\u2019application",joinInBrowser:"Rejoindre depuis le navigateur",launchMeetingLabel:"Comment voulez-vous rejoindre la r\xe9union ?",launchWebButton:"Lancer dans le navigateur",noMobileApp:"Vous n\u2019avez pas l\u2019application ?",termsAndConditions:"En continuant, vous acceptez nos conditions g\xe9n\xe9rales d\u2019utilisation.",title:"Lancement de votre r\xe9union dans {{app}} en cours ...",titleNew:"Lancement de votre r\xe9union ...",tryAgainButton:"R\xe9essayez sur le bureau",unsupportedBrowser:"Il semble que vous utilisez un navigateur non support\xe9."},defaultLink:"ex. {{url}}",defaultNickname:"ex. Jean Dupont",deviceError:{cameraError:"Impossible d'acc\xe9der \xe0 votre cam\xe9ra",cameraPermission:"Erreur lors de l'obtention de la permission de la cam\xe9ra",microphoneError:"Impossible d'acc\xe9der \xe0 votre microphone",microphonePermission:"Erreur lors de l'obtention de la permission du microphone"},deviceSelection:{hid:{callControl:"Contr\xf4le des appels",connectedDevices:"Appareils connect\xe9s",deleteDevice:"Supprimer un appareil",pairDevice:"Connecter un appareil"},noPermission:"Permission non accord\xe9e",previewUnavailable:"Aper\xe7u non disponible",selectADevice:"S\xe9lectionner un p\xe9riph\xe9rique",testAudio:"Tester la sortie audio"},dialIn:{screenTitle:"Bilan des appels"},dialOut:{statusMessage:"est maintenant {{status}}"},dialog:{Back:"Retour",Cancel:"Annuler",IamHost:"Je suis l'h\xf4te",Ok:"Ok",Remove:"Supprimer",Share:"Partager",Submit:"Soumettre",WaitForHostMsg:"La conf\xe9rence n'a pas encore commenc\xe9. Si vous en \xeates l'h\xf4te, veuillez vous authentifier. Sinon, veuillez attendre son arriv\xe9e.",WaitingForHostTitle:"En attente de l'h\xf4te ...",Yes:"Oui",accessibilityLabel:{close:"Fermer la popup",liveStreaming:"Diffusion en direct",sharingTabs:"Options de partage"},add:"Ajouter",addMeetingNote:"Ajouter une note \xe0 cette conf\xe9rence",addOptionalNote:"Ajouter une note (optionnel):",allow:"Autoriser",alreadySharedVideoMsg:"Un autre participant est en train de partager sa vid\xe9o. Cette conf\xe9rence ne permet de partager qu'une seule vid\xe9o \xe0 la fois.",alreadySharedVideoTitle:"Une seule vid\xe9o partag\xe9e est autoris\xe9e \xe0 la fois",applicationWindow:"Fen\xeatre d'application",authenticationRequired:"Authentification requise",cameraConstraintFailedError:"Votre cam\xe9ra ne satisfait pas certaines des contraintes n\xe9cessaires.",cameraNotFoundError:"La cam\xe9ra n'a pas \xe9t\xe9 trouv\xe9e.",cameraNotSendingData:"Impossible d'acc\xe9der \xe0 votre cam\xe9ra. Veuillez s\xe9lectionner un autre p\xe9riph\xe9rique dans les param\xe8tres ou rafra\xeechir la page.",cameraNotSendingDataTitle:"Impossible d'acc\xe9der \xe0 votre cam\xe9ra",cameraPermissionDeniedError:"Vous n'avez pas autoris\xe9 l'utilisation de votre cam\xe9ra. Vous pouvez toujours participer \xe0 la conf\xe9rence, mais les autres ne pourront pas vous voir. Utilisez le bouton de la cam\xe9ra dans la barre d'adresse pour r\xe9soudre ce probl\xe8me.",cameraTimeoutError:"Impossible de d\xe9marrer la source vid\xe9o. D\xe9lai d\xe9pass\xe9!",cameraUnknownError:"Vous ne pouvez pas utiliser la cam\xe9ra pour une raison inconnue.",cameraUnsupportedResolutionError:"Votre appareil ne prend pas en charge la r\xe9solution vid\xe9o requise.",close:"Fermer",conferenceDisconnectMsg:"Veuillez v\xe9rifier votre connexion r\xe9seau. Reconnexion dans {{seconds}} sec ...",conferenceDisconnectTitle:"Vous avez \xe9t\xe9 d\xe9connect\xe9.",conferenceReloadMsg:"On essaie d'arranger \xe7a. Reconnexion dans {{seconds}} secondes ...",conferenceReloadTitle:"Malheureusement, un probl\xe8me est survenu",confirm:"Confirmer",confirmNo:"Non",confirmYes:"Oui",connectError:"Oups ! Un probl\xe8me est survenu et la connexion \xe0 la conf\xe9rence est impossible.",connectErrorWithMsg:"Oups ! Un probl\xe8me est survenu et la connexion \xe0 la conf\xe9rence est impossible : {{msg}}",connecting:"Connexion en cours",contactSupport:"Contacter le support",copied:"Copi\xe9",copy:"Copier",dismiss:"Rejeter",displayNameRequired:"Bonjour ! Quel est votre nom ?",done:"Termin\xe9",e2eeDescription:"Le chiffrement de Bout-en-Bout est actuellement EXPERIMENTAL. Veuillez garder \xe0 l'esprit que l'activation du chiffrement de Bout-en-Bout d\xe9sactivera les services fournis c\xf4t\xe9 serveur tels que : l'enregistrement, la diffusion en direct et la participation par t\xe9l\xe9phone. Gardez \xe9galement \xe0 l'esprit que la r\xe9union ne fonctionnera que pour les personnes qui se connectent \xe0 partir de navigateurs prenant en charge les flux ins\xe9rables.",e2eeDisabledDueToMaxModeDescription:"Impossible d'activer le chiffrement de bout en bout en raison du trop grand nombre de participants \xe0 la conf\xe9rence.",e2eeLabel:"Activer le chiffrement de Bout-en-Bout",e2eeWarning:"ATTENTION : Tous les participants de cette r\xe9union ne semblent pas prendre en charge le chiffrement de Bout-en-Bout. Si vous activez le chiffrement, ils ne pourront ni vous voir, ni vous entendre.",e2eeWillDisableDueToMaxModeDescription:"ATTENTION: le chiffrement de bout en bout sera automatiquement arr\xeat\xe9 si plus de participants joignent la conf\xe9rence.",embedMeeting:"Int\xe9grer la r\xe9union",enterDisplayName:"Merci de saisir votre nom ici",error:"Erreur",gracefulShutdown:"Notre service est actuellement en maintenance. Veuillez r\xe9essayer plus tard.",grantModeratorDialog:"\xcates-vous s\xfbr de vouloir rendre ce participant mod\xe9rateur ?",grantModeratorTitle:"Nommer mod\xe9rateur",hide:"Cacher",hideShareAudioHelper:"Ne pas montrer ce dialogue \xe0 nouveau",incorrectPassword:"Nom d'utilisateur ou mot de passe incorrect",incorrectRoomLockPassword:"Mot de passe incorrect",internalError:"Oups ! Quelque chose s'est mal pass\xe9e. L'erreur suivante s'est produite : {{error}}",internalErrorTitle:"Erreur interne",kickMessage:"Vous pouvez contacter {{participantDisplayName}} pour plus de d\xe9tails.",kickParticipantButton:"Expulser",kickParticipantDialog:"\xcates-vous s\xfbr(e) de vouloir expulser ce participant ?",kickParticipantTitle:"Expulser ce participant ?",kickTitle:"Oups ! vous avez \xe9t\xe9 expuls\xe9(e) par {{participantDisplayName}}",linkMeeting:"Relier la conf\xe9rence",linkMeetingTitle:"Relier la conf\xe9rence \xe0 Salesforce",liveStreaming:"Direct",liveStreamingDisabledBecauseOfActiveRecordingTooltip:"Impossible durant l'enregistrement",localUserControls:"Contr\xf4les de l'utilisateur local",lockMessage:"Impossible de verrouiller la conf\xe9rence.",lockRoom:"Ajouter un $t(lockRoomPassword) \xe0 la r\xe9union ",lockTitle:"\xc9chec du verrouillage",login:"Connexion",logoutQuestion:"Voulez-vous vraiment vous d\xe9connecter et arr\xeater la conf\xe9rence ?",logoutTitle:"D\xe9connexion",maxUsersLimitReached:"Le nombre maximal de participants est atteint. Le conf\xe9rence est compl\xe8te. Merci de contacter l'organisateur de la r\xe9union ou r\xe9essayer plus tard !",maxUsersLimitReachedTitle:"Le nombre maximal de participants est atteint",micConstraintFailedError:"Votre microphone ne satisfait pas certaines des contraintes n\xe9cessaires.",micNotFoundError:"Le microphone n'a pas \xe9t\xe9 d\xe9tect\xe9.",micNotSendingData:"Acc\xe9dez aux param\xe8tres de votre ordinateur pour r\xe9activer le micro et ajuster son niveau",micNotSendingDataTitle:"Votre micro est coup\xe9 par les param\xe8tres de votre syst\xe8me",micPermissionDeniedError:"Vous n'avez pas autoris\xe9 l'utilisation de votre microphone. Vous pouvez toujours participer \xe0 la conf\xe9rence, mais les autres ne vont pas vous entendre. Utilisez le bouton du microphone dans la barre d'adresse pour r\xe9soudre ce probl\xe8me.",micTimeoutError:"Impossible de d\xe9marrer la source audio. D\xe9lai d\xe9pass\xe9!",micUnknownError:"Vous ne pouvez pas utiliser le microphone pour une raison inconnue.",moderationAudioLabel:"Autoriser les participants \xe0 r\xe9activer leur micro",moderationVideoLabel:"Autoriser les participants \xe0 d\xe9marrer leur vid\xe9o",muteEveryoneDialog:"\xcates-vous s\xfbr de vouloir couper les micros de tout le monde ? Vous ne pourrez plus r\xe9activer leur micro, mais ils pourront l'activer par eux-m\xeames \xe0 tout moment.",muteEveryoneDialogModerationOn:"Les participants peuvent demander \xe0 parler n'importe quand",muteEveryoneElseDialog:"Une fois leur micro coup\xe9, vous ne pourrez plus le r\xe9activer, mais ils pourront l'activer par eux-m\xeames \xe0 tout moment.",muteEveryoneElseTitle:"Couper le micro de tout le monde sauf de {{whom}} ?",muteEveryoneElsesVideoDialog:"Une fois la cam\xe9ra coup\xe9e, vous ne pourrez plus la rallumer, mais ils peuvent la rallumer \xe0 tout moment.",muteEveryoneElsesVideoTitle:"Couper la vid\xe9o de tout le monde sauf {{whom}}?",muteEveryoneSelf:"vous",muteEveryoneStartMuted:"Tout le monde d\xe9marre avec le micro coup\xe9",muteEveryoneTitle:"Couper le micro de tout le monde ?",muteEveryonesVideoDialog:"\xcates-vous s\xfbr de vouloir couper la cam\xe9ra de tout le monde? Vous ne pourrez pas la r\xe9activer, mais ils peuvent la remettre \xe0 tout moment.",muteEveryonesVideoDialogModerationOn:"Les participants peuvent demander \xe0 activer leur cam\xe9ra n'importe quand.",muteEveryonesVideoDialogOk:"D\xe9sactiver",muteEveryonesVideoTitle:"Couper la cam\xe9ra de tout le monde?",muteParticipantBody:"Vous ne pourrez plus r\xe9activer son micro, mais il pourra l'activer par lui-m\xeame \xe0 tout moment.",muteParticipantButton:"Couper le micro",muteParticipantsVideoBody:"Vous ne pourrez pas rallumer la cam\xe9ra, mais ils peuvent la rallumer \xe0 tout moment.",muteParticipantsVideoBodyModerationOn:"Ni vous ni le participant ne pourront rallumer la cam\xe9ra.",muteParticipantsVideoButton:"Couper la cam\xe9ra",muteParticipantsVideoDialog:"\xcates-vous s\xfbr(e) de vouloir couper la cam\xe9ra de ce participant ? Seul le participant pourra ensuite r\xe9activer son micro \xe0 tout moment.",muteParticipantsVideoDialogModerationOn:"\xcates-vous s\xfbr(e) de vouloir couper la cam\xe9ra de ce participant ? Ni vous ni le participant ne pourront la r\xe9activer ensuite ?",muteParticipantsVideoTitle:"Couper la cam\xe9ra de ce participant?",noDropboxToken:"Pas de jeton Dropbox valide",password:"Mot de passe",passwordLabel:"La r\xe9union a \xe9t\xe9 verrouill\xe9e par un(e) participant(e). Veuillez entrer le $t(lockRoomPassword) pour la rejoindre.",passwordNotSupported:"La d\xe9finition d'un $t(lockRoomPassword) de r\xe9union n'est pas prise en charge.",passwordNotSupportedTitle:"L'ajout d'un $t(lockRoomPassword) n'est pas support\xe9",passwordRequired:"$t(lockRoomPasswordUppercase) requis",permissionCameraRequiredError:"L'autorisation cam\xe9ra est n\xe9cessaire pour participer aux r\xe9unions avec vid\xe9o. Merci de l'accorder dans les param\xe8tres",permissionErrorTitle:"Permission n\xe9cessaire",permissionMicRequiredError:"L'autorisation microphone est n\xe9cessaire pour participer aux r\xe9unions avec son. Merci de l'accorder dans les param\xe8tres",popupError:"Votre navigateur bloque les fen\xeatres pop-up. Veuillez autoriser les fen\xeatres pop-up dans les param\xe8tres de votre navigateur.",popupErrorTitle:"Pop-up bloqu\xe9e",readMore:"plus",recentlyUsedObjects:"Vos objets r\xe9cemment utilis\xe9s",recording:"Enregistrement",recordingDisabledBecauseOfActiveLiveStreamingTooltip:"Impossible durant le direct",rejoinNow:"Rejoindre maintenant",remoteControlAllowedMessage:"{{user}} a accept\xe9 votre demande de prise en main \xe0 distance !",remoteControlDeniedMessage:"{{user}} a refus\xe9 votre demande de prise en main \xe0 distance !",remoteControlErrorMessage:"Une erreur s'est produite lors de la demande d'autorisation de prise en main \xe0 distance avec {{user}} !",remoteControlRequestMessage:"Voulez-vous autoriser {{user}} \xe0 contr\xf4ler votre bureau ?",remoteControlShareScreenWarning:"Si vous appuyez sur \"Autoriser\", vous allez partager votre \xe9cran !",remoteControlStopMessage:"La prise en main \xe0 distance est termin\xe9e !",remoteControlTitle:"Contr\xf4le de bureau \xe0 distance",remoteUserControls:"Contr\xf4les de l'utilisateur distant {{username}}",removePassword:"Supprimer le $t(lockRoomPassword)",removeSharedVideoMsg:"Voulez-vous vraiment supprimer votre vid\xe9o partag\xe9e ?",removeSharedVideoTitle:"Supprimer la vid\xe9o partag\xe9e",reservationError:"Erreur du syst\xe8me de r\xe9servation",reservationErrorMsg:"Code d'erreur: {{code}}, message: {{msg}}",retry:"R\xe9essayer",screenSharingAudio:"Partager l'audio",screenSharingFailed:"Houla ! Quelque chose s'est mal pass\xe9, nous n'avons pas pu d\xe9marrer le partage d'\xe9cran !",screenSharingFailedTitle:"Echec du partage d'\xe9cran !",screenSharingPermissionDeniedError:"Houla ! Un probl\xe8me est survenu avec vos autorisations de partage d'\xe9cran. Veuillez r\xe9essayer.",searchInSalesforce:"Rechercher dans Salesforce",searchResults:"R\xe9sultats de recherche({{count}})",searchResultsDetailsError:"Un probl\xe8me est survenu en r\xe9cup\xe9rant les donn\xe9es du propri\xe9taire.",searchResultsError:"Un probl\xe8me est survenu en r\xe9cup\xe9rant des donn\xe9es.",searchResultsNotFound:"Aucun r\xe9sultat trouv\xe9.",searchResultsTryAgain:"Essayer d'utiliser d'autres mots cl\xe9.",sendPrivateMessage:"Vous avez r\xe9cemment re\xe7u un message priv\xe9. Aviez-vous l'intention d'y r\xe9pondre en priv\xe9, ou vouliez-vous envoyer votre message au groupe ?",sendPrivateMessageCancel:"Envoyer au groupe",sendPrivateMessageOk:"Envoyer en priv\xe9",sendPrivateMessageTitle:"Envoyer en priv\xe9 ?",serviceUnavailable:"Service indisponible",sessTerminated:"Appel termin\xe9",sessionRestarted:"L'appel est relanc\xe9 par la passerelle",shareAudio:"Continuer",shareAudioTitle:"Comment partager le son",shareAudioWarningD1:"vous devez cesser le partage d'\xe9cran avant de partager votre son.",shareAudioWarningD2:"viys devez partager votre \xe9cran \xe0 nouveau et cocher l'ootion \"Partager l'audio\".",shareAudioWarningH1:"Si vous voulez partager uniquement de l'audio:",shareAudioWarningTitle:"Vous devez cesser de partager l'\xe9cran avant de partager l'audio",shareMediaWarningGenericH2:"Si vous voulez partager votre \xe9cran et l'audio",shareScreenWarningD1:"vous devez arr\xeater le partage d'audio avant de partager votre \xe9cran.",shareScreenWarningD2:"vous devez arr\xeater le partage d'audio, d\xe9marrer le partage d'\xe9cran et cocher l'option \"Partager l'audio\".",shareScreenWarningH1:"Si vous voulez partager uniquement votre \xe9cran:",shareScreenWarningTitle:"Vous devez cesser de partager votre audio avant de partager votre \xe9cran",shareVideoLinkError:"Veuillez renseigner un lien de diffusion vid\xe9o fonctionnel.",shareVideoTitle:"Partager une vid\xe9o",shareYourScreen:"Partager votre \xe9cran",shareYourScreenDisabled:"Le partage d'\xe9cran est d\xe9sactiv\xe9.",sharedVideoDialogError:"Erreur: URL invalide",sharedVideoLinkPlaceholder:"lien YouTube ou lien vid\xe9o direct",show:"Afficher",start:"D\xe9marrer ",startLiveStreaming:"D\xe9marrer la diffusion en direct",startRecording:"Commencer l'enregistrement",startRemoteControlErrorMessage:"Une erreur est survenue lors de la tentative de d\xe9marrage de la session de contr\xf4le \xe0 distance !",stopLiveStreaming:"Arr\xeater la diffusion en direct",stopRecording:"Arr\xeater l'enregistrement",stopRecordingWarning:"D\xe9sirez-vous vraiment arr\xeater l'enregistrement ?",stopStreamingWarning:"D\xe9sirez-vous vraiment arr\xeater le direct ?",streamKey:"Cl\xe9 Live stream",thankYou:"Merci d'avoir utilis\xe9 {{appName}} !",token:"jeton",tokenAuthFailed:"D\xe9sol\xe9, vous n'\xeates pas autoris\xe9 \xe0 rejoindre cette conversation.",tokenAuthFailedTitle:"\xc9chec de l'authentification",transcribing:"Transcription",unlockRoom:"Supprimer le $t(lockRoomPassword) de la r\xe9union",user:"Utilisateur",userIdentifier:"Identifiant utilisateur",userPassword:"mot de passe utilisateur",verifyParticipantConfirm:"Ils correspondent",verifyParticipantDismiss:"Ils ne correspondent pas",verifyParticipantQuestion:"EXP\xc9RIMENTAL: Demander au participant {{participantName}} s'il voit le m\xeame contenu dans le m\xeame ordre. ",verifyParticipantTitle:"V\xe9rification utilisateur",videoLink:"Lien de la vid\xe9o",viewUpgradeOptions:"Voir les options de mise \xe0 jour",viewUpgradeOptionsContent:"Pour obtenir un acc\xe8s illimit\xe9 \xe0 des capacit\xe9s premium comme l'enregistrement, les transcriptions, diffusion RTMP et plus, vous devez mettre \xe0 jour votre plan.",viewUpgradeOptionsTitle:"Vous avez d\xe9couvert une capacit\xe9 premium !",yourEntireScreen:"Votre \xe9cran entier"},documentSharing:{title:"Document partag\xe9"},e2ee:{labelToolTip:"Le son et la vid\xe9o de cette conf\xe9rence sont chiffr\xe9s de Bout-en-Bout"},embedMeeting:{title:"Int\xe9grer cette r\xe9union"},feedback:{average:"Moyen",bad:"Mauvais",detailsLabel:"Dites nous en plus \xe0 ce sujet.",good:"Bien",rateExperience:"Veuillez \xe9valuer votre exp\xe9rience",star:"\xc9toile",veryBad:"Tr\xe8s mauvais",veryGood:"Tr\xe8s bon"},filmstrip:{accessibilityLabel:{heading:"Vignettes vid\xe9os"}},giphy:{noResults:"Aucun r\xe9sultat de recherche :(",search:"Rechercher dans GIPHY"},incomingCall:{answer:"R\xe9pondre",audioCallTitle:"Appel entrant",decline:"Rejeter",productLabel:"via Jitsi Meet",videoCallTitle:"Appel vid\xe9o entrant"},info:{accessibilityLabel:"Afficher les informations",addPassword:"Ajouter un $t(lockRoomPassword)",cancelPassword:"Supprimer le $t(lockRoomPassword)",conferenceURL:"Lien :",copyNumber:"Copier le num\xe9ro",country:"Pays",dialANumber:"Pour rejoindre votre r\xe9union, composez l'un de ces num\xe9ros, puis saisissez le code confidentiel.",dialInConferenceID:"PIN :",dialInNotSupported:"D\xe9sol\xe9, l'acc\xe8s par t\xe9l\xe9phone n'est pas pris en charge pour l'instant.",dialInNumber:"Composer :",dialInSummaryError:"Erreur lors de la r\xe9cup\xe9ration des informations de num\xe9rotation. Veuillez r\xe9essayer plus tard.",dialInTollFree:"Num\xe9ro gratuit",genericError:"Oups, quelque chose a mal tourn\xe9.",inviteLiveStream:"Pour voir la diffusion en direct de cette r\xe9union, cliquez sur ce lien : {{url}}",invitePhone:"Pour rejoindre depuis un t\xe9l\xe9phone, saisissez : {{number}},,{{conferenceID}}#\n",invitePhoneAlternatives:"Vous cherchez un num\xe9ro d'appel diff\xe9rent ?\nAfficher les num\xe9ros d'appel de la r\xe9union: {{url}}\n\n\nSi vous appelez \xe9galement via un t\xe9l\xe9phone de r\xe9union, vous pouvez vous connecter sans audio: {{silentUrl}}",inviteSipEndpoint:"Pour rejoindre en utilisant l'adresse SIP, entrez ceci : {{sipUri}}",inviteTextiOSInviteUrl:"Clickez le lien suivant pour rejoindre: {{inviteUrl}}.",inviteTextiOSJoinSilent:"Si vous t\xe9l\xe9phonez avec un t\xe9l\xe9phone de r\xe9union, utilisez ce lien pour rejoindre sans vous connecter en audio: {{silentUrl}}.",inviteTextiOSPersonal:"{{name}} vous invite \xe0 une r\xe9union.",inviteTextiOSPhone:"Pour rejoindre par t\xe9l\xe9phone, utilisez ce num\xe9ro: {{number}},,{{conferenceID}}#. Si vous voulez utiliser un autre num\xe9ro, voici la liste compl\xeate: {{didUrl}}.",inviteURLFirstPartGeneral:"Vous \xeates invit\xe9(e) \xe0 participer \xe0 une r\xe9union.",inviteURLFirstPartPersonal:"{{name}} vous invite \xe0 une r\xe9union.\n",inviteURLSecondPart:"\nRejoindre la r\xe9union :\n{{url}}\n",label:"Information de la r\xe9union",liveStreamURL:"Diffusion en direct :",moreNumbers:"Plus de num\xe9ros ",noNumbers:"Num\xe9ros non trouv\xe9s",noPassword:"Aucun",noRoom:"Aucune r\xe9union n'a \xe9t\xe9 sp\xe9cifi\xe9e pour l'appel entrant.",numbers:"Num\xe9ros d'appel",password:"$t(lockRoomPasswordUppercase) :",reachedLimit:"Vous avez atteint la limite de votre abonnement.",sip:"adresse SIP",title:"Partager",tooltip:"Partager le lien et les informations de connexion pour cette conf\xe9rence",upgradeOptions:"Veuillez v\xe9rifier les options de mise \xe0 niveau"},inlineDialogFailure:{msg:"Il y a eu un petit probl\xe8me.",retry:"R\xe9essayer",support:"Support",supportMsg:"Si ceci persiste, contactez"},inviteDialog:{alertText:"\xc9chec lors de l'invitation de certains participants.",header:"Inviter",searchCallOnlyPlaceholder:"Saisissez un num\xe9ro de t\xe9l\xe9phone",searchPeopleOnlyPlaceholder:"Rechercher des participants",searchPlaceholder:"Participant ou num\xe9ro de t\xe9l\xe9phone",send:"Envoyer"},jitsiHome:"{{logo}} Logo, liens vers la page d'accueil",keyboardShortcuts:{focusLocal:"\xc9pingler ma vid\xe9o",focusRemote:"\xc9pingler la vid\xe9o de quelqu'un d'autre",fullScreen:"Activer / D\xe9sactiver le mode plein \xe9cran",giphyMenu:"Activer/d\xe9sactiver le menu GIPHY",keyboardShortcuts:"Raccourcis clavier",localRecording:"Afficher / Masquer les commandes de l'enregistrement local",mute:"Activer / Couper le microphone",pushToTalk:"Maintenir la touche pour parler",raiseHand:"Lever / Baisser la main",showSpeakerStats:"Afficher les statistiques de l'interlocuteur",toggleChat:"Ouvrir / Fermer le panneau de conversation",toggleFilmstrip:"Afficher / Masquer les vignettes vid\xe9os",toggleParticipantsPane:"Afficher ou masquer le volet des participants",toggleScreensharing:"Basculer entre la cam\xe9ra et le partage d'\xe9cran",toggleShortcuts:"Afficher / Masquer les raccourcis clavier",videoMute:"D\xe9marrer / Arr\xeater votre cam\xe9ra"},largeVideo:{screenIsShared:"Vous \xeates en train de partager votre \xe9cran",showMeWhatImSharing:"Me montrer ce que je partage"},liveStreaming:{busy:"Nous tentons de lib\xe9rer des ressources de diffusion. Veuillez r\xe9essayez dans quelques minutes.",busyTitle:"Tous les flux sont actuellement occup\xe9s",changeSignIn:"Changer de compte.",choose:"Choisir un flux en direct",chooseCTA:"Choisissez une option de diffusion. Vous \xeates actuellement connect\xe9 comme {{email}}.",enterStreamKey:"Entrez votre cl\xe9 de diffusion Youtube ici",error:"La diffusion a \xe9chou\xe9e. Veuillez r\xe9essayer ult\xe9rieurement.",errorAPI:"Une erreur s'est produite lors de l'acc\xe8s \xe0 vos diffusions YouTube. Veuillez r\xe9essayer de vous connecter.",errorLiveStreamNotEnabled:"La diffusion en direct n'est pas activ\xe9e pour {{email}}. Merci de l'activer ou de vous connecter avec un compte o\xf9 elle est d\xe9j\xe0 activ\xe9e.",expandedOff:"La diffusion en direct a \xe9t\xe9 arr\xeat\xe9e",expandedOn:"La conf\xe9rence est en cours de diffusion sur YouTube.",expandedPending:"La diffusion en direct a commenc\xe9 ...",failedToStart:"La diffusion n'a pas r\xe9ussi \xe0 d\xe9marrer",getStreamKeyManually:"Nous n'avons pas r\xe9ussi \xe0 r\xe9cup\xe9rer un flux de direct. Essayez d'obtenir votre cl\xe9 de diffusion en direct sur YouTube.",googlePrivacyPolicy:"Politique de confidentialit\xe9 de Google",inProgress:"Enregisrtement ou diffusion en cours",invalidStreamKey:"La cl\xe9 de diffusion en direct n'est peut-\xeatre pas correcte.",limitNotificationDescriptionNative:"Votre diffusion sera limit\xe9e \xe0 {{limit}} min. Pour une diffusion illimit\xe9e, essayez {{app}}.",limitNotificationDescriptionWeb:"En raison d'une forte demande, votre diffusion sera limit\xe9e \xe0 {{limit}} min. Pour une diffusion illimit\xe9e, essayez {{app}} .",off:"La diffusion en direct (streaming) a \xe9t\xe9 arr\xeat\xe9",offBy:"{{name}} a arr\xeat\xe9 la diffusion en direct",on:"En direct",onBy:"{{name}} a d\xe9marr\xe9 la diffusion en direct",pending:"Lancement du direct ...",serviceName:"Service de diffusion en direct",sessionAlreadyActive:"Cette session est d\xe9j\xe0 en cours d'enregistrement ou de diffusion.",signIn:"Se connecter avec Google",signInCTA:"Connectez vous ou saisissez votre cl\xe9 de diffusion Youtube.",signOut:"Se d\xe9connecter",signedInAs:"Vous \xeates connect\xe9 en tant que :",start:"D\xe9marrer la diffusion en direct",streamIdHelp:"Qu'est-ce que c'est ?",title:"Diffusion en direct",unavailableTitle:"La diffusion est indisponible",youtubeTerms:"Conditions d'utilisation de YouTube"},lobby:{admit:"Accepter",admitAll:"Tout accepter",backToKnockModeButton:"Aucun mot de passe, demander \xe0 rejoindre plut\xf4t",chat:"Chat",dialogTitle:"Mode salle d'attente",disableDialogContent:"Le mode salle d'attente est actuellement activ\xe9. Cette fonctionnalit\xe9 garantit que les participants ind\xe9sirables ne peuvent pas rejoindre votre r\xe9union. Souhaitez-vous la d\xe9sactiver ?",disableDialogSubmit:"D\xe9sactiver",emailField:"Saisissez votre adresse email",enableDialogPasswordField:"D\xe9finir le mot de passe (optionnel)",enableDialogSubmit:"Activer",enableDialogText:"Le mode salle d'attente vous permet de prot\xe9ger votre r\xe9union en autorisant les personnes \xe0 entrer qu'apr\xe8s l'approbation formelle d'un mod\xe9rateur.",enterPasswordButton:"Saisissez un mot de passe de r\xe9union",enterPasswordTitle:"Saisissez le mot de passe pour rejoindre la r\xe9union",errorMissingPassword:"Veuillez saisir le mot de passe de la r\xe9union",invalidPassword:"Mot de passe invalide",joinRejectedMessage:"Votre requ\xeate pour rejoindre une r\xe9union a \xe9t\xe9 refus\xe9e par un mod\xe9rateur.",joinRejectedTitle:"Demande d'acc\xe8s rejet\xe9e.",joinTitle:"Rejoindre une r\xe9union",joinWithPasswordMessage:"Tentative de rejoindre avec mot de passe, patientez s'il vous plait ...",joiningMessage:"Vous allez rejoindre une r\xe9union d\xe8s que quelqu'un aura accept\xe9 votre demande",joiningTitle:"Demander \xe0 rejoindre une r\xe9union ...",joiningWithPasswordTitle:"Rejoindre avec mot de passe ...",knockButton:"Demander \xe0 rejoindre",knockTitle:"Quelqu'un souhaite rejoindre la r\xe9union",knockingParticipantList:"Liste des participants en attente",lobbyChatStartedNotification:"Un mod\xe9rateur dialogue en salle d'attente avec {{attendee}}",lobbyChatStartedTitle:"Un mod\xe9rateur dialogue en salle d'attente avec vous.",nameField:"Saisissez votre nom",notificationLobbyAccessDenied:"{{targetParticipantName}} a \xe9t\xe9 refus\xe9 par {{originParticipantName}}",notificationLobbyAccessGranted:"{{targetParticipantName}} a \xe9t\xe9 accept\xe9 par {{originParticipantName}}",notificationLobbyDisabled:"Le mode salle d'attente a \xe9t\xe9 d\xe9sactiv\xe9 par {{originParticipantName}}",notificationLobbyEnabled:"Le mode salle d'attente a \xe9t\xe9 activ\xe9 par {{originParticipantName}}",notificationTitle:"Salle d'attente",passwordField:"Veuillez saisir le mot de passe de la r\xe9union",passwordJoinButton:"Rejoindre",reject:"Refuser",rejectAll:"Refuser tout",title:"Salle d'attente",toggleLabel:"Activer la salle d'attente"},localRecording:{clientState:{off:"Inactif",on:"Actif",unknown:"Inconnu"},dialogTitle:"Commandes de l'enregistrement local",duration:"Dur\xe9e",durationNA:"N/A",encoding:"Encodage",label:"ENR-LOC",labelToolTip:"L'enregistrement local est d\xe9marr\xe9",localRecording:"Enregistrement local",me:"Moi",messages:{engaged:"L'enregistrement local a d\xe9marr\xe9.",finished:"L'enregistrement de la session {{token}} s'est termin\xe9. Merci d'envoyer le fichier au mod\xe9rateur.",finishedModerator:"L'enregistrement de la session {{token}} s'est termin\xe9. L'enregistrement a bien \xe9t\xe9 sauvegard\xe9e. Merci de demander aux autres participants de soumettre leurs enregistrements.",notModerator:"Vous n'\xeates pas le mod\xe9rateur. Vous ne pouvez pas d\xe9marrer ou arr\xeater un enregistrement local."},moderator:"Droits de mod\xe9rateur accord\xe9s",no:"Non",participant:"Participant(e)",participantStats:"Statistiques du participant",selectTabTitle:"\ud83c\udfa5 Veuillez s\xe9lectionner cet onglet pour enregistrer",sessionToken:"Token de la session",start:"D\xe9marrer l'enregistrement",stop:"Arr\xeater l'enregistrement",yes:"Oui"},lockRoomPassword:"mot de passe",lockRoomPasswordUppercase:"Mot de passe",lonelyMeetingExperience:{button:"Inviter d'autres personnes",youAreAlone:"Vous \xeates le seul participant de la r\xe9union"},me:"moi",notify:{OldElectronAPPTitle:"Faille de s\xe9curit\xe9 !",allowAction:"Permettre",allowedUnmute:"Vous pouvez r\xe9activer votre \xe9cran, votre cam\xe9ra ou partager votre \xe9cran.",audioUnmuteBlockedDescription:"Le r\xe9tablissement du son a \xe9t\xe9 bloqu\xe9 temporairement en raison de limites syst\xe8me.",audioUnmuteBlockedTitle:"R\xe9tablissement du son bloqu\xe9 !",chatMessages:"Messages de chat",connectedOneMember:"{{name}} a rejoint la r\xe9union",connectedThreePlusMembers:"{{name}} et {{count}} autres personnes ont rejoint la r\xe9union",connectedTwoMembers:"{{first}} et {{second}} ont rejoint la r\xe9union",dataChannelClosed:"Qualit\xe9 vid\xe9o d\xe9grad\xe9e",dataChannelClosedDescription:"Le canal de communication avec le Bridge a \xe9t\xe9 interrompu, la qualit\xe9 vid\xe9o se trouve limit\xe9e \xe0 sa valeur la plus faible.",disconnected:"d\xe9connect\xe9",displayNotifications:"Afficher les notifications pour",focus:"Focus de conf\xe9rence",focusFail:"{{component}} n'est pas disponible - r\xe9essayez dans {{ms}} sec",gifsMenu:"GIPHY",groupTitle:"Notifications",hostAskedUnmute:"Le mod\xe9rateur souhaite vous donner la parole",invitedOneMember:"{{name}} a \xe9t\xe9 invit\xe9(e)",invitedThreePlusMembers:"{{name}} et {{count}} autres ont \xe9t\xe9 invit\xe9s",invitedTwoMembers:"{{first}} et {{second}} ont \xe9t\xe9 invit\xe9s",kickParticipant:"{{kicked}} a \xe9t\xe9 expuls\xe9 par {{kicker}}",leftOneMember:"{{name}} a quitt\xe9 la r\xe9union",leftThreePlusMembers:"{{name}} et beaucoup d'autres ont quitt\xe9 la r\xe9union",leftTwoMembers:"{{first}} et {{second}} ont quitt\xe9 la r\xe9union",linkToSalesforce:"Lien \xe0 Salesforce",linkToSalesforceDescription:"Vous pouvez lier le r\xe9sum\xe9 de la conf\xe9rence \xe0 un objet Salesforce.",linkToSalesforceError:"Impossible de relier la conf\xe9rence \xe0 Salesforce",linkToSalesforceKey:"Relier cette conf\xe9rence",linkToSalesforceProgress:"Liaison de la conf\xe9rence \xe0 Salesforce...",linkToSalesforceSuccess:"La conf\xe9rence a \xe9t\xe9 reli\xe9e \xe0 Salesforce",localRecordingStarted:"{{name}} a commenc\xe9 un enregistrement local.",localRecordingStopped:"{{name}} a arr\xeat\xe9 un enregistrement local.",me:"Moi",moderationInEffectCSDescription:"Merci de lever la main si vous voulez partager votre \xe9cran.",moderationInEffectCSTitle:"Le partage d'\xe9cran est interdit par le mod\xe9rateur",moderationInEffectDescription:"Merci de levez la main pour demander la parole.",moderationInEffectTitle:"Votre micro est coup\xe9 par le mod\xe9rateur",moderationInEffectVideoDescription:"Merci de lever la main si vous souhaitez d\xe9marrer votre cam\xe9ra.",moderationInEffectVideoTitle:"Votre cam\xe9ra est coup\xe9e par le mod\xe9rateur",moderationRequestFromModerator:"Le mod\xe9rateur souhaite que vous activiez votre micro",moderationRequestFromParticipant:"Souhaite parler",moderationStartedTitle:"Mod\xe9ration d\xe9marr\xe9e",moderationStoppedTitle:"Mod\xe9ration arr\xeat\xe9e",moderationToggleDescription:"par {{participantDisplayName}}",moderator:"Droits mod\xe9rateur accord\xe9s !",muted:"Vous avez commenc\xe9 la conversation en muet.",mutedRemotelyDescription:"Vous pouvez toujours activer votre micro pour prendre la parole. D\xe9sactivez votre micro quand vous terminez pour \xe9viter les bruits parasites.",mutedRemotelyTitle:"Votre micro a \xe9t\xe9 coup\xe9 par {{participantDisplayName}} !",mutedTitle:"Vous \xeates en muet !",newDeviceAction:"Utiliser",newDeviceAudioTitle:"Nouveau p\xe9riph\xe9rique audio d\xe9tect\xe9",newDeviceCameraTitle:"Nouvelle cam\xe9ra d\xe9tect\xe9e",noiseSuppressionDesktopAudioDescription:"La suppression de bruit ne peut pas \xeatre activ\xe9e en m\xeame temps que la partage audio du syst\xe8me, veuillez le d\xe9sactiver et r\xe9essayer.",noiseSuppressionFailedTitle:"\xc9chec du d\xe9marrage de la suppression de bruit",noiseSuppressionNoTrackDescription:"Veuillez activer votre microphone d'abord.",noiseSuppressionStereoDescription:"La suppression de bruit d\u2019une source st\xe9r\xe9o n\u2019est pas encore support\xe9e.",oldElectronClientDescription1:"Vous semblez utiliser une ancienne version du client Jitsi Meet qui pr\xe9sente des failles de s\xe9curit\xe9 connues. Veuillez vous assurer de mettre \xe0 jour vers notre ",oldElectronClientDescription2:"derni\xe8re build",oldElectronClientDescription3:" rapidement !",participantWantsToJoin:"souhaite rejoindre la r\xe9union",participantsWantToJoin:"souhaitent rejoindre la r\xe9union",passwordRemovedRemotely:"Le $t(lockRoomPassword) a \xe9t\xe9 supprim\xe9 par un autre participant",passwordSetRemotely:"Un $t(lockRoomPassword) a \xe9t\xe9 d\xe9fini par un autre participant",raiseHandAction:"Lever la main",raisedHand:"{{name}} aimerait prendre la parole.",raisedHands:"{{participantName}} et {{raisedHands}} autres personnes",reactionSounds:"Bloquer les r\xe9actions sonores",reactionSoundsForAll:"Bloquer les r\xe9actions sonores pour tous",screenShareNoAudio:" La case Partager l'audio n'a pas \xe9t\xe9 coch\xe9e dans l'\xe9cran de s\xe9lection de la fen\xeatre.",screenShareNoAudioTitle:"La case Partager l'audio n'a pas \xe9t\xe9 coch\xe9e",screenSharingAudioOnlyDescription:"Veuillez noter qu\u2019en partageant votre \xe9cran, vous impactez le mode \u201cMeilleure Performance\u201d et vous utilisez plus de bande passante.",screenSharingAudioOnlyTitle:"Mode \"Meilleure Performance\"",selfViewTitle:"Vous pouvez toujours r\xe9tablir l'affichage de votre propre vid\xe9o dans les param\xe8tres",somebody:"Quelqu'un",startSilentDescription:"Rejoignez la r\xe9union de nouveau pour activer l'audio",startSilentTitle:"Vous avez rejoint sans sortie audio !",suboptimalBrowserWarning:"Nous craignons que votre exp\xe9rience de r\xe9union en ligne ne soit pas id\xe9ale ici. Nous cherchons des moyens d'am\xe9liorer cela, mais d'ici-l\xe0, essayez d'utiliser l'un des navigateurs support\xe9s.",suboptimalExperienceTitle:"Avertissement du navigateur",unmute:"R\xe9tablir le son",videoMutedRemotelyDescription:"Vous pouvez toujours la r\xe9activer.",videoMutedRemotelyTitle:"Votre cam\xe9ra a \xe9t\xe9 coup\xe9e par {{participantDisplayName}}!",videoUnmuteBlockedDescription:"Le r\xe9tablissement de la vid\xe9o a \xe9t\xe9 bloqu\xe9 temporairement en raison de limites syst\xe8me.",videoUnmuteBlockedTitle:"R\xe9tablissement de la cam\xe9ra bloqu\xe9 !",viewLobby:"Voir la salle d'attente",waitingParticipants:"{{waitingParticipants}} personnes"},participantsPane:{actions:{allow:"Autoriser les participants \xe0:",allowVideo:"permettre la vid\xe9o",askUnmute:"Demander de r\xe9activer le micro",audioModeration:"Rouvrir leur micro",blockEveryoneMicCamera:"Bloquer tous les micros et cam\xe9ras",invite:"Inviter quelqu'un",moreModerationActions:"Options de mod\xe9ration suppl\xe9mentaires",moreModerationControls:"Options de mod\xe9ration suppl\xe9mentaires",moreParticipantOptions:"Options suppl\xe9mentaires pour les participants",mute:"Couper le micro",muteAll:"Couper le micro de tout le monde",muteEveryoneElse:"Couper le micro de tous les autres",stopEveryonesVideo:"Couper toutes les cam\xe9ras",stopVideo:"Couper la vid\xe9o",unblockEveryoneMicCamera:"D\xe9bloquer tous les micros et cam\xe9ras",videoModeration:"D\xe9marrer leur vid\xe9o"},close:"Fermer",headings:{lobby:"Salle d'attente ({{count}})",participantsList:"Participants de la r\xe9union ({{count}})",visitors:"Visiteurs {{count}}",waitingLobby:"Dans la salle d'attente ({{count}})"},search:"Rechercher des participants",title:"Participants"},passwordDigitsOnly:"Jusqu'\xe0 {{number}} chiffres",passwordSetRemotely:"d\xe9fini par un autre participant",pinParticipant:"\xc9pingler - {{participantName}}",pinnedParticipant:"Participant toujours affich\xe9",polls:{answer:{skip:"Passer",submit:"Envoyer"},by:"Par {{ name }}",create:{addOption:"Ajouter une option",answerPlaceholder:"Option {{index}}",cancel:"Annuler",create:"Cr\xe9er un sondage",pollOption:"Option {{index}}",pollQuestion:"Question du sondage",questionPlaceholder:"Poser une question",removeOption:"Supprimer l'option",send:"Envoyer"},notification:{description:"Ouvrez l'onglet des sondages pour voter",title:"Un nouveau sondage a \xe9t\xe9 ajout\xe9 \xe0 la r\xe9union"},results:{changeVote:"Changer le vote",empty:"Il n'y a pas encore de sondages dans cette r\xe9union. D\xe9marrez un sondage ici !",hideDetailedResults:"Cacher les d\xe9tails",showDetailedResults:"Montrer les d\xe9tails",vote:"Voter"}},poweredby:"produit par",prejoin:{audioAndVideoError:"Erreur audio et video:",audioDeviceProblem:"Il y a un probl\xe8me avec votre p\xe9riph\xe9rique audio",audioOnlyError:"Erreur audio :",audioTrackError:"N'a pas pu cr\xe9er la piste audio.",callMe:"Appelez-moi",callMeAtNumber:"Appelez-moi \xe0 ce num\xe9ro :",calling:"Appel",configuringDevices:"Configuration des appareils ...",connectedWithAudioQ:"\xcates-vous connect\xe9 avec le microphone ?",connection:{good:"Votre connexion Internet est bonne !",nonOptimal:"Votre connexion n'est pas optimale",poor:"Vous avez une mauvaise connexion"},connectionDetails:{audioClipping:"Attendez vous \xe0 ce que votre son soit coup\xe9.",audioHighQuality:"Votre son sera de bonne qualit\xe9.",audioLowNoVideo:"Attendez vous \xe0 une faible qualit\xe9 audio et aucune vid\xe9o",goodQuality:"Impressionnant ! La qualit\xe9 de vos m\xe9dias sera excellente",noMediaConnectivity:"Nous n'avons pas pu trouver un moyen d'\xe9tablir une connectivit\xe9 multim\xe9dia pour ce test. Cela est g\xe9n\xe9ralement caus\xe9 par un pare-feu ou un NAT.",noVideo:"Attendez vous \xe0 ce que votre qualit\xe9 vid\xe9o soit tr\xe8s mauvaise.",undetectable:"Si vous ne parvenez toujours pas \xe0 passer des appels dans le navigateur, nous vous recommandons de vous assurer que vos haut-parleurs, microphone et cam\xe9ra sont correctement configur\xe9s, que vous avez accord\xe9 \xe0 votre navigateur les droits d'utiliser votre microphone et votre cam\xe9ra et que la version de votre navigateur est \xe0 jour. Si vous rencontrez toujours des difficult\xe9s pour appeler, vous devez contacter le d\xe9veloppeur de l'application Web.",veryPoorConnection:"Attendez vous \xe0 ce que la qualit\xe9 de votre appel soit tr\xe8s mauvaise",videoFreezing:"Attendez vous \xe0 ce que votre vid\xe9o saute, soit noire, et pixelis\xe9e.",videoHighQuality:"Votre vid\xe9o sera de bonne qualit\xe9",videoLowQuality:"Votre vid\xe9o sera de basse qualit\xe9 en terme d'images par seconde et de r\xe9solution.",videoTearing:"Attendez vous \xe0 ce que votre vid\xe9o soit pix\xe9lis\xe9e ou contienne des artefacts visuels."},copyAndShare:"Copier & partager le lien",dialInMeeting:"Participez \xe0 la r\xe9union",dialInPin:"Participez \xe0 la r\xe9union et saisir le code PIN :",dialing:"Num\xe9rotation",doNotShow:"Ne plus afficher ceci",errorDialOut:"Impossible de composer le num\xe9ro",errorDialOutDisconnected:"Impossible de composer le num\xe9ro. D\xe9connect\xe9",errorDialOutFailed:"Impossible de composer le num\xe9ro. L'appel a \xe9chou\xe9",errorDialOutStatus:"Erreur lors de l'obtention de l'\xe9tat d'appel sortant",errorMissingName:"Veuillez entrer votre nom pour entrer en conf\xe9rence",errorNoPermissions:"Vous devez permettre l'acc\xe8s microphone et cam\xe9ra",errorStatusCode:"Erreur de num\xe9rotation, code d'\xe9tat: {{status}}",errorValidation:"La validation du num\xe9ro a \xe9chou\xe9",iWantToDialIn:"Je veux me connecter",initiated:"Appel lanc\xe9",joinAudioByPhone:"Rejoindre avec l'audio du t\xe9l\xe9phone",joinMeeting:"Rejoindre la r\xe9union",joinMeetingInLowBandwidthMode:"Rejoindre en mode bande passante r\xe9duite",joinWithoutAudio:"Rejoignez sans microphone",keyboardShortcuts:"Activer les raccourcis clavier",linkCopied:"Lien copi\xe9 dans le presse-papiers",lookGood:"Il semble que votre microphone fonctionne correctement",or:"ou",premeeting:"Pr\xe9-s\xe9ance",screenSharingError:"Erreur de partage d'\xe9cran:",showScreen:"Activer l'\xe9cran de pr\xe9-s\xe9ance",startWithPhone:"Commencez avec l'audio du t\xe9l\xe9phone",videoOnlyError:"Erreur vid\xe9o:",videoTrackError:"Impossible de cr\xe9er une piste vid\xe9o.",viewAllNumbers:"voir tous les num\xe9ros"},presenceStatus:{busy:"Occup\xe9",calling:"Appel ...",connected:"Connect\xe9",connecting:"Connexion en cours ...",connecting2:"Connexion en cours* ...",disconnected:"D\xe9connect\xe9",expired:"Expir\xe9",ignored:"Ignor\xe9",initializingCall:"Lancement de l'appel ...",invited:"Invit\xe9(e)",rejected:"Rejet\xe9",ringing:"Appel en cours ..."},profile:{avatar:"avatar",setDisplayNameLabel:"Choisissez un pseudo",setEmailInput:"Entrez une adresse email",setEmailLabel:"D\xe9finir votre courriel Gravatar",title:"Profil"},raisedHand:"Aimerait prendre la parole",raisedHandsLabel:"Nombre de mains lev\xe9es",record:{already:{linked:"L'enregistrement est d\xe9j\xe0 reli\xe9 \xe0 cette session."},type:{account:"Compte",contact:"Contact",lead:"Piste",opportunity:"Opportunit\xe9",owner:"Propri\xe9taire"}},recording:{authDropboxText:"T\xe9l\xe9chargement vers Dropbox",availableSpace:"Espace disponible : {{spaceLeft}} Mo (approximativement {{duration}} minutes d'enregistrement)",beta:"BETA",busy:"Nous sommes en train de lib\xe9rer les ressources d'enregistrement. R\xe9essayez dans quelques minutes.",busyTitle:"Tous les enregistreurs sont actuellement occup\xe9s",copyLink:"Copier lien",error:"\xc9chec de l'enregistrement. Veuillez r\xe9essayer.",errorFetchingLink:"Erreur de r\xe9cup\xe9ration du lien d'enregistrement.",expandedOff:"L'enregistrement a \xe9t\xe9 arr\xeat\xe9",expandedOn:"Cette conf\xe9rence est actuellement en cours d'enregistrement.",expandedPending:"D\xe9marrage de l'enregistrement ...",failedToStart:"L'enregistrement n'a pas r\xe9ussi \xe0 d\xe9marrer",fileSharingdescription:"Partager l'enregistrement avec les participants de la r\xe9union",highlight:"Souligner",highlightMoment:"Souligner un moment",highlightMomentDisabled:"Vous ne pouvez souligner des moments que pendant une r\xe9union",highlightMomentSuccess:"Moment soulign\xe9",highlightMomentSucessDescription:"Votre moment soulign\xe9 sera ajout\xe9 au r\xe9sum\xe9 de la r\xe9union.",inProgress:"Enregistrement ou diffusion en cours",limitNotificationDescriptionNative:"En raison d'une forte demande, votre enregistrement sera limit\xe9 \xe0 {{limit}} min. Pour des enregistrements illimit\xe9s, essayez <3> {{app}} .",limitNotificationDescriptionWeb:"En raison d'une forte demande, votre enregistrement sera limit\xe9 \xe0 {{limit}} min. Pour des enregistrements illimit\xe9s, essayez {{app}} .",linkGenerated:"Nous avons g\xe9n\xe9r\xe9 un lien \xe0 votre enregistrement.",live:"DIRECT",localRecordingNoNotificationWarning:"Le d\xe9marrage de l\u2019enregistrement ne sera pas annonc\xe9 aux autres participants. Vous devrez les informer par vous-m\xeame que la r\xe9union sera enregistr\xe9e.",localRecordingNoVideo:"La vid\xe9o n'est pas en cours d\u2019enregistrement",localRecordingStartWarning:"Assurez-vous d\u2019arr\xeater l\u2019enregistrement vid\xe9o avant de quitter la r\xe9union afin de pouvoir le sauvegarder.",localRecordingStartWarningTitle:"Arr\xeater l\u2019enregistrement pour le sauvegarder",localRecordingVideoStop:"Arr\xeater votre vid\xe9o va aussi arr\xeater votre enregistrement local. \xcates-vous s\xfbrs de vouloir continuer ?",localRecordingVideoWarning:"Pour enregistrer votre vid\xe9o, vous devez avoir celle-ci active au moment de commencer l\u2019enregistrement.",localRecordingWarning:"Assurez-vous de s\xe9lectionner l\u2019onglet courant pour utiliser le bon son et la bonne vid\xe9o. L\u2019enregistrement est pour le moment limit\xe9 \xe0 1\u2009Go, soit approximativement 100 minutes.",loggedIn:"Connect\xe9 en tant que {{userName}}",noMicPermission:"La piste microphone ne peut pas \xeatre cr\xe9\xe9e. Veuillez autoriser l\u2019utilisation du microphone.",noStreams:"Aucun flux audio ou vid\xe9o d\xe9tect\xe9s.",off:"Enregistrement arr\xeat\xe9",offBy:"{{name}} a arr\xeat\xe9 l'enregistrement",on:"Enregistrement",onBy:"{{name}} a d\xe9marr\xe9 l'enregistrement",onlyRecordSelf:"Enregistrer seulement mon audio et ma vid\xe9o.",pending:"Pr\xe9paration de l'enregistrement de la r\xe9union ...",rec:"REC",saveLocalRecording:"Sauvegarder l\u2019enregistrement local (Beta)",serviceDescription:"Votre enregistrement sera enregistr\xe9 par le service d\xe9di\xe9",serviceDescriptionCloud:"Enregistrement Cloud",serviceDescriptionCloudInfo:"Les conf\xe9rences enregistr\xe9es sont automatiquement supprim\xe9es 24h apr\xe8s leur heure d'enregistrement.",serviceName:"Service d'enregistrement",sessionAlreadyActive:"Cette session est d\xe9j\xe0 en cours d'enregistrement ou de diffusion.",signIn:"Se connecter",signOut:"Se d\xe9connecter",surfaceError:"Veuillez s\xe9lectionner l\u2019onglet courant.",title:"Enregistrement",unavailable:"Oups ! Le {{serviceName}} est actuellement indisponible. Nous tentons de r\xe9soudre le probl\xe8me. Veuillez r\xe9essayer plus tard.",unavailableTitle:"Enregistrement indisponible",uploadToCloud:"Envoyer vers le cloud"},screenshareDisplayName:"\xc9cran {{name}}",sectionList:{pullToRefresh:"Tirer pour recharger"},security:{about:"Vous pouvez ajouter un mot de passe \xe0 votre r\xe9union. Les participants devront fournir le mot de passe avant de pouvoir rejoindre la r\xe9union.",aboutReadOnly:"Les mod\xe9rateurs peuvent ajouter un mot de passe \xe0 la r\xe9union. Les participants devront fournir le mot de passe avant de pouvoir rejoindre la r\xe9union.",insecureRoomNameWarning:"Le nom de la salle est peu s\xfbr. Des participants non d\xe9sir\xe9s peuvent rejoindre votre r\xe9union. Pensez \xe0 s\xe9curiser votre r\xe9union en cliquant sur le bouton de s\xe9curit\xe9.",title:"Options de s\xe9curit\xe9"},settings:{audio:"Audio",buttonLabel:"Param\xe8tres",calendar:{about:"L'int\xe9gration de {{appName}} avec votre calendrier permet d'acc\xe9der de mani\xe8re s\xe9curis\xe9e aux \xe9v\xe9nements \xe0 venir.",disconnect:"Se d\xe9connecter",microsoftSignIn:"Se connecter avec Microsoft",signedIn:"Acc\xe8s aux \xe9v\xe9nements du calendrier {{email}}. Cliquez sur le bouton se d\xe9connecter ci-dessous pour arr\xeater l'acc\xe8s aux \xe9v\xe9nements du calendrier.",title:"Calendrier"},desktopShareFramerate:"Images par seconde pour le Partage d'\xe9cran",desktopShareHighFpsWarning:"Augmenter le nombre d'images par seconde pour le partage d'\xe9cran peut impacter votre bande passante. Vous devez repartager l'\xe9cran pour que ces param\xe8tres soient utilis\xe9s.",desktopShareWarning:"Vous devez repartager l'\xe9cran pour que ces param\xe8tres soient utilis\xe9s.",devices:"P\xe9riph\xe9riques",followMe:"Tout le monde me suit",framesPerSecond:"images par seconde",incomingMessage:"un message arrive",language:"Langue",loggedIn:"Connect\xe9 en tant que {{name}}",maxStageParticipants:"Nombre maximum de participants pouvant \xeatre \xe9pingl\xe9 sur l\u2019affichage principal (EXP\xc9RIMENTAL)",microphones:"Microphones",moderator:"Mod\xe9rateur",moderatorOptions:"Options de mod\xe9rateur",more:"Plus",name:"Nom",noDevice:"Aucun",notifications:"Notifications",participantJoined:"un participant arrive",participantKnocking:"un participant en salle d\u2019attente",participantLeft:"un participant quitte",playSounds:"Jouer un son quand",reactions:"il y a une r\xe9action \xe0 la r\xe9union",sameAsSystem:"Identique au syst\xe8me ({{label}})",selectAudioOutput:"Sortie audio",selectCamera:"Cam\xe9ra",selectMic:"Microphone",selfView:"Affichage de votre propre vid\xe9o",shortcuts:"Raccourcis",speakers:"Haut-parleurs",startAudioMuted:"Tout le monde commence en muet",startReactionsMuted:"Tout le monde commence avec les r\xe9actions sonores bloqu\xe9es",startVideoMuted:"Tout le monde commence sans vid\xe9o",talkWhileMuted:"vous parlez en \xe9tant muet",title:"Param\xe8tres",video:"Vid\xe9o"},settingsView:{advanced:"Avanc\xe9",alertCancel:"Annuler",alertOk:"D'accord",alertTitle:"Avertissement",alertURLText:"L'URL du serveur est invalide",buildInfoSection:"Informations de build",conferenceSection:"Conf\xe9rence",disableCallIntegration:"D\xe9sactiver l'int\xe9gration d'appels native",disableCrashReporting:"D\xe9sactiver les rapports de plantage",disableCrashReportingWarning:"Etes-vous certain de vouloir d\xe9sactiver les rapports de plantage ? Le param\xe8tre sera effectif apr\xe8s le red\xe9marrage de l'application.",disableP2P:"D\xe9sactiver le mode pair \xe0 pair",displayName:"Pseudo",displayNamePlaceholderText:"Ex : Jean Dupond",email:"Email",emailPlaceholderText:"email@example..com",goTo:"Aller \xe0",header:"Param\xe8tres",help:"Aide",links:"Liens",privacy:"Confidentialit\xe9",profileSection:"Profil",serverURL:"URL du serveur",showAdvanced:"Afficher les param\xe8tres avanc\xe9s",startCarModeInLowBandwidthMode:"Commencer le mode voiture en mode bande passante r\xe9duite",startWithAudioMuted:"Commencez avec l'audio en sourdine",startWithVideoMuted:"Commencez avec la vid\xe9o en sourdine",terms:"Conditions d\u2019utilisations",version:"Version"},share:{dialInfoText:"\n\n=====\n\nVoulez-vous appeler depuis votre t\xe9l\xe9phone ?\n\n{{defaultDialInNumber}}Cliquez sur ce lien pour afficher les num\xe9ros d'appels pour cette r\xe9union\n{{dialInfoPageUrl}}",mainText:"Cliquez sur le lien suivant pour rejoindre une conf\xe9rence :\n{{roomUrl}}"},speaker:"Haut-parleur",speakerStats:{angry:"En col\xe8re",disgusted:"D\xe9go\xfbt\xe9",displayEmotions:"Afficher r\xe9actions",fearful:"Effray\xe9",happy:"Content",hours:"{{count}}h",minutes:"{{count}}m",name:"Nom",neutral:"Indiff\xe9rent",sad:"Triste",search:"Recherche",seconds:"{{count}}s",speakerStats:"Statistiques de l'interlocuteur",speakerTime:"Temps de l'interlocuteur",surprised:"Surpris"},startupoverlay:{genericTitle:"La conf\xe9rence a besoin d'utiliser votre microphone et votre cam\xe9ra.",policyText:" ",title:"{{app}} a besoin d'acc\xe9der \xe0 votre microphone et votre cam\xe9ra."},suspendedoverlay:{rejoinKeyTitle:"Rejoindre",text:"Cliquez sur le bouton Rejoindre pour se reconnecter.",title:"Votre visioconf\xe9rence s'est interrompue parce que votre ordinateur s'est mis en veille."},termsView:{title:"Conditions d'utilisation"},toggleTopPanelLabel:"Basculer le panneau sup\xe9rieur",toolbar:{Settings:"Param\xe8tres",accessibilityLabel:{Settings:"Afficher / Masquer le menu des param\xe8tres",audioOnly:"Activer / D\xe9sactiver le mode voix uniquement",audioRoute:"S\xe9lectionner la source audio",boo:"Hou",breakoutRoom:"Rejoindre/quitter une salle annexe",callQuality:"Ajuster la qualit\xe9 vid\xe9o",carmode:"Mode voiture",cc:"Activer / D\xe9sactiver les sous-titres",chat:"Afficher / Masquer la discussion instantan\xe9e",clap:"Applaudir",collapse:"Plier",document:"Activer / D\xe9sactiver le document partag\xe9",download:"T\xe9l\xe9charger nos applications",embedMeeting:"Int\xe9grer la r\xe9union",endConference:"Terminer la r\xe9union pour tout le monde",expand:"D\xe9velopper",feedback:"Laisser des commentaires",fullScreen:"Activer / D\xe9sactiver le plein \xe9cran",giphy:"Activer/d\xe9sactiver le menu GIPHY",grantModerator:"donner des droits de mod\xe9rateur",hangup:"Quitter la conversation",heading:"Barre d'outils",help:"Aide",invite:"Inviter des participants",kick:"Expulser le participant",laugh:"Rire",leaveConference:"Quitter la r\xe9union",like:"Approuver",linkToSalesforce:"Lien \xe0 Salesforce",lobbyButton:"Activer / D\xe9sactiver le mode salle d'attente",localRecording:"Activer / D\xe9sactiver les contr\xf4les d'enregistrement local",lockRoom:"Activer / D\xe9sactiver le mot de passe de la r\xe9union",moreActions:"Activer / D\xe9sactiver le menu d'actions suppl\xe9mentaires",moreActionsMenu:"Menu d'actions suppl\xe9mentaires",moreOptions:"Voir plus d'options",mute:"Activer / D\xe9sactiver l'audio",muteEveryone:"Couper le micro de tout le monde",muteEveryoneElse:"Couper le micro de tous les autres",muteEveryoneElsesVideoStream:"Couper la cam\xe9ra de tous les autres",muteEveryonesVideoStream:"Couper la cam\xe9ra de tout le monde",noiseSuppression:"Suppression du bruit",participants:"Participants",pip:"Activer / D\xe9sactiver le mode Picture in Picture",privateMessage:"Envoyer un message priv\xe9",profile:"\xc9diter votre profil",raiseHand:"Lever la main",reactionsMenu:"Ouvrir / fermer le menu r\xe9actions",recording:"Activer / D\xe9sactiver l'enregistrement",remoteMute:"Couper le micro du participant",remoteVideoMute:"Couper la cam\xe9ra du participant",security:"Options de s\xe9curit\xe9",selectBackground:"Selectionner un arri\xe8re-plan",selfView:"Afficher votre vid\xe9o",shareRoom:"Inviter quelqu'un",shareYourScreen:"Activer / D\xe9sactiver le partage d'\xe9cran",shareaudio:"Partager l'audio",sharedvideo:"D\xe9marrer / Arr\xeater le partage de vid\xe9o",shortcuts:"Afficher / Masquer les raccourcis",show:"Afficher en premier plan",silence:"Silence",speakerStats:"Afficher / Cacher les statistiques de parole",surprised:"Surpris",tileView:"Activer / D\xe9sactiver la vue mosa\xefque",toggleCamera:"Changer de cam\xe9ra",toggleFilmstrip:"Afficher ou masquer les vignettes vid\xe9o",videoblur:"Activer / d\xe9sactiver le floutage",videomute:"Activer / Couper la vid\xe9o",whiteboard:"Afficher / Cacher le tableau blanc"},addPeople:"Ajouter des personnes \xe0 votre appel",audioOnlyOff:"D\xe9sactiver le mode bande passante r\xe9duite",audioOnlyOn:"Activer le mode bande passante r\xe9duite",audioRoute:"S\xe9lectionner la source audio",audioSettings:"Param\xe8tres audio",authenticate:"Authentifiez-vous",boo:"Huer",callQuality:"Ajuster la qualit\xe9 vid\xe9o",chat:"Ouvrir / Fermer le chat",clap:"Applaudir",closeChat:"Fermer le chat",closeReactionsMenu:"Fermer le menu r\xe9actions",disableNoiseSuppression:"Arr\xeater la suppression du bruit",disableReactionSounds:"Vous pouvez interdire les r\xe9actions sonores \xe0 cette r\xe9union",documentClose:"Fermer le document partag\xe9",documentOpen:"Ouvrir le document partag\xe9",download:"T\xe9l\xe9charger nos applications",e2ee:"Chiffrement de Bout-en-Bout",embedMeeting:"Int\xe9grer la r\xe9union",enableNoiseSuppression:"Activer la suppression du bruit",endConference:"Terminer la r\xe9union pour tout le monde",enterFullScreen:"Afficher en plein \xe9cran",enterTileView:"Acc\xe9der au mode mosa\xefque",exitFullScreen:"Quitter le mode plein \xe9cran",exitTileView:"Quitter le mode mosa\xefque",feedback:"Laisser des commentaires",giphy:"Activer/d\xe9sactiver le menu GIPHY",hangup:"Quitter",help:"Aide",hideWhiteboard:"Cacher le tableau blanc",invite:"Inviter des participants",joinBreakoutRoom:"Rejoindre salle annexe",laugh:"Rire",leaveBreakoutRoom:"Quitter salle annexe",leaveConference:"Quitter la r\xe9union",like:"Approuver",linkToSalesforce:"Lien \xe0 Salesforce",lobbyButtonDisable:"D\xe9sactiver le mode salle d'attente / contr\xf4le des participant(e)s",lobbyButtonEnable:"Activer le mode salle d'attente / contr\xf4le des participant(e)s",login:"Connexion",logout:"D\xe9connexion",lowerYourHand:"Baisser la main",moreActions:"Plus d'actions",moreOptions:"Plus d'options",mute:"Muet / Actif",muteEveryone:"Couper le micro \xe0 tout le monde",muteEveryonesVideo:"Couper la cam\xe9ra de tout le monde",noAudioSignalDesc:"Si vous n'avez pas d\xe9lib\xe9r\xe9ment coup\xe9 le son des param\xe8tres du syst\xe8me ou du mat\xe9riel, envisagez de changer de p\xe9riph\xe9rique utilis\xe9.",noAudioSignalDescSuggestion:"Si vous n'avez pas d\xe9lib\xe9r\xe9ment coup\xe9 le son des param\xe8tres du syst\xe8me ou du mat\xe9riel, pensez \xe0 utiliser le p\xe9riph\xe9rique suivant :",noAudioSignalDialInDesc:"Vous pouvez \xe9galement appeler en utilisant :",noAudioSignalDialInLinkDesc:"Num\xe9ros d'appel",noAudioSignalTitle:"Il n'y a pas de signal provenant de votre micro !",noiseSuppression:"Suppression du bruit",noisyAudioInputDesc:"Il semble que votre microphone soit bruyant, veuillez le couper ou changer de p\xe9riph\xe9rique.",noisyAudioInputTitle:"Votre microphone semble \xeatre bruyant !",openChat:"Ouvrir le chat",openReactionsMenu:"Ouvrir le menu R\xe9actions",participants:"Participants",pip:"Entrer en mode Picture-in-Picture",privateMessage:"Envoyer un message priv\xe9",profile:"\xc9diter votre profil",raiseHand:"Lever / Baisser la main",raiseYourHand:"Lever la main",reactionBoo:"Envoyer r\xe9action huer",reactionClap:"Envoyer r\xe9action applaudir",reactionLaugh:"Envoyer r\xe9action rire",reactionLike:"Envoyer r\xe9action approuver",reactionSilence:"Envoyer r\xe9action silence",reactionSurprised:"Envoyer r\xe9action surprise",security:"Options de s\xe9curit\xe9",selectBackground:"S\xe9lectionner un arri\xe8re-plan",shareRoom:"Inviter quelqu'un",shareaudio:"Partager l'audio",sharedvideo:"Partager une vid\xe9o",shortcuts:"Afficher les raccourcis",showWhiteboard:"Afficher le tableau blanc",silence:"Silence",speakerStats:"Statistiques de l'interlocuteur",startScreenSharing:"D\xe9marrer le partage d'\xe9cran",startSubtitles:"Activer les sous-titres",stopAudioSharing:"Arr\xeater le partage son",stopScreenSharing:"Arr\xeater le partage d'\xe9cran",stopSharedVideo:"Arr\xeater la vid\xe9o",stopSubtitles:"D\xe9sactiver les sous-titres",surprised:"Surpris",talkWhileMutedPopup:"Vous voulez parler ? Votre micro est coup\xe9.",tileViewToggle:"Activer / D\xe9sactiver la vue mosa\xefque",toggleCamera:"Changer de cam\xe9ra",videoSettings:"Param\xe8tres vid\xe9o",videomute:"D\xe9marrer / Arr\xeater la cam\xe9ra"},transcribing:{ccButtonTooltip:"Activer / D\xe9sactiver les sous-titres",error:"\xc9chec de la transcription. Veuillez r\xe9essayer.",expandedLabel:"La transcription est actuellement activ\xe9e",failedToStart:"\xc9chec de d\xe9marrage de la transcription",labelToolTip:"La transcription de la r\xe9union est en cours",off:"La transcription d\xe9sactiv\xe9e",pending:"Pr\xe9paration de la transcription de la r\xe9union ...",sourceLanguageDesc:"Actuellement, la langue de la r\xe9union est s\xe9lectionn\xe9e \xe0 {{sourceLanguage}}.
Vous pouvez la changer \xe0 partir de ",sourceLanguageHere:"ici",start:"Activer les sous-titres",stop:"D\xe9sactiver les sous-titres",subtitles:"sous-titres",subtitlesOff:"off",tr:"TR"},unpinParticipant:"D\xe9s\xe9pingler - {{participantName}}",userMedia:{androidGrantPermissions:"S\xe9lectionnez Autoriser lorsque votre navigateur demande votre autorisation.",chromeGrantPermissions:"S\xe9lectionnez Autoriser lorsque votre navigateur demande votre autorisation.",edgeGrantPermissions:"S\xe9lectionnez Oui quand le navigateur demande votre autorisation.",electronGrantPermissions:"Veuillez autoriser le partage de votre camera et microphone.",firefoxGrantPermissions:"S\xe9lectionnez Partager le p\xe9riph\xe9rique s\xe9lectionn\xe9 lorsque votre navigateur demande votre autorisation.",iexplorerGrantPermissions:"S\xe9lectionnez OK quand le navigateur demande votre autorisation.",nwjsGrantPermissions:"Veuillez autoriser le partage de votre camera et microphone.",operaGrantPermissions:"S\xe9lectionnez Autoriser lorsque votre navigateur demande votre autorisation.","react-nativeGrantPermissions":"S\xe9lectionnez Autoriser lorsque votre navigateur demande votre autorisation.",safariGrantPermissions:"S\xe9lectionnez OK quand le navigateur demande votre autorisation."},videoSIPGW:{busy:"Nous tentons de lib\xe9rer les ressources requises. Veuillez r\xe9essayez dans quelques minutes.",busyTitle:"Le service du Salon est actuellement occup\xe9",errorAlreadyInvited:"{{displayName}} est d\xe9j\xe0 invit\xe9(e)",errorInvite:"La conf\xe9rence n'est pas encore \xe9tablie. Veuillez r\xe9essayer plus tard.",errorInviteFailed:"Nous tentons de r\xe9soudre le probl\xe8me. Veuillez r\xe9essayer plus tard.",errorInviteFailedTitle:"L'invitation de {{displayName}} a \xe9chou\xe9",errorInviteTitle:"Erreur lors de l'invitation",pending:"{{displayName}} a \xe9t\xe9 invit\xe9(e)"},videoStatus:{adjustFor:"Ajuster pour:",audioOnly:"VOIX",audioOnlyExpanded:"Vous \xeates en mode bande passante r\xe9duite. Dans ce mode, vous ne recevrez que le partage audio et le partage d'\xe9cran.",bestPerformance:"la meilleure performance",callQuality:"Qualit\xe9 vid\xe9o",hd:"HD",hdTooltip:"Regardez la vid\xe9o en haute d\xe9finition",highDefinition:"Haute d\xe9finition",highestQuality:"la meilleure qualit\xe9",labelTooiltipNoVideo:"Aucune vid\xe9o",labelTooltipAudioOnly:"Mode bande passante r\xe9duite activ\xe9",ld:"BD",ldTooltip:"Regardez la vid\xe9o en basse d\xe9finition",lowDefinition:"Basse d\xe9finition",performanceSettings:"Param\xe8tres de performance",recording:"Enregistrement en cours",sd:"MD",sdTooltip:"Regardez la vid\xe9o en d\xe9finition standard",standardDefinition:"Moyenne D\xe9finition",streaming:"Diffusion en direct en cours"},videothumbnail:{connectionInfo:"Informations de la connexion",domute:"Couper le micro",domuteOthers:"Couper le micro de tous les autres",domuteVideo:"Couper la cam\xe9ra",domuteVideoOfOthers:"Couper la cam\xe9ra des autres",flip:"Miroir",grantModerator:"Donner des droits de mod\xe9rateur",hideSelfView:"Cacher l'affichage de votre propre vid\xe9o",kick:"Exclure",mirrorVideo:"Inverser ma vid\xe9o",moderator:"Mod\xe9rateur",mute:"Le participant a coup\xe9 son micro",muted:"Muet",pinToStage:"Garder affich\xe9",remoteControl:"D\xe9marrer / Arr\xeater le contr\xf4le \xe0 distance",screenSharing:"Cette personne partage son \xe9cran",show:"Afficher en premier plan",showSelfView:"Montrer votre propre vid\xe9o",unpinFromStage:"Ne plus garder affich\xe9",verify:"V\xe9rifier le participant",videoMuted:"Cam\xe9ra coup\xe9e",videomute:"Le participant a arr\xeat\xe9 la cam\xe9ra"},virtualBackground:{addBackground:"Ajouter un arri\xe8re-plan",apply:"Appliquer",backgroundEffectError:"Erreur dans l'application de l'effet d'arri\xe8re-plan.",blur:"Flou",deleteImage:"Supprimer l'image",desktopShare:"Partage de bureau",desktopShareError:"Impossible de cr\xe9er le partage de bureau",image1:"Plage",image2:"Mur blanc neutre",image3:"Pi\xe8ce vide blanche",image4:"Lampadaire noir",image5:"Montagne",image6:"For\xeat ",image7:"Lever de soleil",none:"Rien",pleaseWait:"Veuillez patienter...",removeBackground:"Supprimer l'arri\xe8re-plan",slightBlur:"L\xe9ger flou",title:"Arri\xe8re-plan virtuel",uploadedImage:"Image t\xe9l\xe9vers\xe9e {{index}}",webAssemblyWarning:"WebAssembly non support\xe9",webAssemblyWarningDescription:"WebAssembly invalid\xe9 ou non support\xe9 par ce navigateur"},visitorsLabel:"Nombre de visiteurs: {{count}}",volumeSlider:"Curseur de volume",welcomepage:{accessibilityLabel:{join:"Touchez pour rejoindre",roomname:"Saisissez un nom de salle"},addMeetingName:"Ajouter un nom de r\xe9union",appDescription:"Foncez tchater en vid\xe9o avec toute le monde. En fait, vous pouvez inviter tout ceux que vous connaissez. {{app}} est une solution de visioconf\xe9rence enti\xe8rement chiffr\xe9e et 100% libre que vous pouvez utiliser en permanence, chaque jour, et sans aucun compte requis.",audioVideoSwitch:{audio:"Voix",video:"Vid\xe9o"},calendar:"Calendrier",connectCalendarButton:"Connecter votre calendrier",connectCalendarText:"Connectez-vous \xe0 votre calendrier pour afficher toutes les r\xe9unions {{app}}. Ajoutez \xe9galement les r\xe9unions de {{provider}} \xe0 votre calendrier et d\xe9marrez-les d'un simple clic.",enterRoomTitle:"D\xe9marrer une nouvelle r\xe9union",getHelp:"Obtenir de l'aide",go:"Cr\xe9er",goSmall:"Cr\xe9er",headerSubtitle:"Conf\xe9rences s\xe9curis\xe9es et de haute qualit\xe9",headerTitle:"Jitsi Meet",info:"Infos",jitsiOnMobile:"Jitsi sur mobile \u2013 t\xe9l\xe9charger notre application et d\xe9marrez des conf\xe9rences de n'import o\xf9",join:"CR\xc9ER / REJOINDRE",logo:{calendar:"Logo Calendar",desktopPreviewThumbnail:"Miniature d'aper\xe7u du bureau",googleLogo:"Logo Google",logoDeepLinking:"Logo Jitsi meet",microsoftLogo:"Logo Microsoft",policyLogo:"Logo de la politique"},meetingsAccessibilityLabel:"R\xe9unions",mobileDownLoadLinkAndroid:"T\xe9l\xe9charger l'application mobile sur Android",mobileDownLoadLinkFDroid:"T\xe9l\xe9charger l'application mobile sur F-Droid",mobileDownLoadLinkIos:"T\xe9l\xe9charger l'application mobile sur iOS",moderatedMessage:"Ou r\xe9server une URL de r\xe9union \xe0 l'avance et o\xf9 vous \xeates le seul mod\xe9rateur.",privacy:"Confidentialit\xe9",recentList:"R\xe9cent",recentListDelete:"Supprimer",recentListEmpty:"Votre liste r\xe9cente est actuellement vide. Discuter avec votre \xe9quipe et vous trouverez toutes vos r\xe9unions r\xe9centes ici.",recentMeetings:"Vos r\xe9unions r\xe9centes",reducedUIText:"Bienvenue sur {{app}} !",roomNameAllowedChars:"Le nom de la r\xe9union ne doit contenir aucun de ces caract\xe8res : ?, &, :, ', \", %, #.",roomname:"Saisissez un nom de salle",roomnameHint:"Entrez le nom ou l'URL de la salle que vous souhaitez rejoindre. Vous pouvez faire un nom, laissez les gens que vous rencontrerez le savoir afin qu'ils entrent le m\xeame nom.",sendFeedback:"Envoyer votre avis",settings:"Param\xe8tres",startMeeting:"D\xe9marrer la conf\xe9rence",terms:"Termes",title:"Syst\xe8me de vid\xe9oconf\xe9rence s\xe9curis\xe9, riche en fonctionnalit\xe9s et gratuit",upcomingMeetings:"Vos r\xe9unions \xe0 venir"},whiteboard:{accessibilityLabel:{heading:"Tableau blanc"}}}},833,[]); -__d(function(e,r,n,i,t,o,a){t.exports={addPeople:{add:"Inviter",countryNotSupported:"Nous ne prenons pas encore cette destination en charge.",countryReminder:"Vous appelez en dehors des \xc9.-U.? Veuillez vous assurer de commencer par le code de pays!",disabled:"Vous ne pouvez pas inviter d'autres personnes.",failedToAdd:"L'ajout de membres a \xe9chou\xe9",footerText:"Les appels sont d\xe9sactiv\xe9s.",loading:"Rechercher des personnes et des num\xe9ros de t\xe9l\xe9phone",loadingNumber:"Validation du num\xe9ro de t\xe9l\xe9phone",loadingPeople:"Rechercher des personnes \xe0 inviter",noResults:"Aucun r\xe9sultat de recherche correspondant",noValidNumbers:"Veuillez entrer un num\xe9ro de t\xe9l\xe9phone",searchNumbers:"Ajouter des num\xe9ros de t\xe9l\xe9phone",searchPeople:"Rechercher des personnes",searchPeopleAndNumbers:"Rechercher des personnes ou ajouter des num\xe9ros de t\xe9l\xe9phone",telephone:"T\xe9l\xe9phone : {{number}}",title:"Inviter des personnes \xe0 cette r\xe9union"},audioDevices:{bluetooth:"Bluetooth",headphones:"\xc9couteurs",none:"Aucun p\xe9riph\xe9rique audio n'est disponible",phone:"T\xe9l\xe9phone",speaker:"Intervenant"},audioOnly:{audioOnly:"Bande passante faible"},calendarSync:{addMeetingURL:"Ajouter un lien de r\xe9union",confirmAddLink:"Voulez-vous ajouter un lien Jitsi Meet \xe0 cet \xe9v\xe9nement ?",error:{appConfiguration:"L'int\xe9gration de l'agenda n'est pas correctement configur\xe9e.",generic:"Une erreur s'est produite. Veuillez v\xe9rifier vos param\xe8tres d'agenda ou essayer de rafra\xeechir l'agenda.",notSignedIn:"Une erreur s'est produite lors de l'authentification des \xe9v\xe9nements d'agenda. Veuillez v\xe9rifier vos param\xe8tres d'agenda ou essayer de vous reconnecter."},join:"Rejoindre",joinTooltip:"Rejoindre la r\xe9union",nextMeeting:"prochaine r\xe9union",noEvents:"Il n'y a aucun \xe9v\xe9nement planifi\xe9 \xe0 venir.",ongoingMeeting:"r\xe9union en cours",permissionButton:"Ouvrir les param\xe8tres",permissionMessage:"L'autorisation de l'Agenda est n\xe9cessaire pour consulter vos r\xe9unions dans l'application.",refresh:"Rafra\xeechir l'agenda",today:"Aujourd'hui"},chat:{error:"Erreur : votre message n'a pas \xe9t\xe9 envoy\xe9. Raison : {{error}}",fieldPlaceHolder:"Tapez votre message ici",messageTo:"",messagebox:"Tapez un message",nickname:{popover:"Choisissez un nom d'affichage",title:"Entrer un nom d'affichage pour utiliser le clavardage",titleWithPolls:"Entrer un nom d'affichage pour utiliser le clavardage"},noMessagesMessage:"Il n'y a pas encore de messages dans cette r\xe9union. D\xe9marrez une conversation ici !",privateNotice:"Message priv\xe9 \xe0 {{recipient}}",sendButton:"Envoyer",title:"Clavardage",titleWithPolls:"Clavardage",you:"vous"},connectingOverlay:{joiningRoom:"Connexion \xe0 la r\xe9union en cours\u2026"},connection:{ATTACHED:"Joint",AUTHENTICATING:"Authentification",AUTHFAIL:"\xc9chec de l'authentification",CONNECTED:"Connect\xe9",CONNECTING:"Connexion en cours",CONNFAIL:"\xc9chec de la connexion",DISCONNECTED:"D\xe9connect\xe9",DISCONNECTING:"D\xe9connexion en cours",ERROR:"Erreur",RECONNECTING:"Un probl\xe8me de r\xe9seau est survenu. Reconnexion en cours..."},connectionindicator:{address:"Adresse:",bandwidth:"Bande passante estim\xe9e :",bitrate:"D\xe9bit binaire :",bridgeCount:"Nombre de serveur : ",connectedTo:"Connect\xe9 \xe0 :",framerate:"Fr\xe9quence d'images :",less:"Afficher moins",localaddress:"Adresse locale :",localaddress_plural:"Adresses locales :",localport:"Port local :",localport_plural:"Ports locaux :",more:"Afficher plus",packetloss:"Perte de paquet :",quality:{good:"Bonne",inactive:"Inactive",lost:"Perdue",nonoptimal:"Non-optimale",poor:"Faible"},remoteaddress:"Adresse distante :",remoteaddress_plural:"Adresses distantes :",remoteport:"Port distant :",remoteport_plural:"Ports distants :",resolution:"R\xe9solution :",status:"Connexion :",transport:"Tranport :",transport_plural:"Transports :"},dateUtils:{earlier:"Plus t\xf4t",today:"Aujourd'hui",yesterday:"Hier"},deepLinking:{appNotInstalled:"L'application mobile {{app}} est n\xe9cessaire pour rejoindre cette r\xe9union sur votre t\xe9l\xe9phone.",description:"Il ne s'est rien pass\xe9? Nous avons essay\xe9s de d\xe9marrer votre r\xe9union dans l'application de bureau {{app}}. Veuillez r\xe9essayer ou d\xe9marrer la r\xe9union dans l'application Web {{app}}.",descriptionWithoutWeb:"Rien ne s'est pass\xe9? Nous avons essay\xe9 de d\xe9marrer votre r\xe9union dans l'application bureau {{app}}.",downloadApp:"T\xe9l\xe9charger l'application",launchWebButton:"D\xe9marrer dans l'application Web",openApp:"Continuer vers l'application",title:"D\xe9marrage de votre r\xe9union dans {{app}} en cours\u2026",tryAgainButton:"Veuillez r\xe9essayer sur votre ordinateur"},defaultLink:"p. ex. {{url}}",defaultNickname:"p. ex. Jane Pink",deviceError:{cameraError:"\xc9chec de l'acc\xe8s \xe0 votre cam\xe9ra",cameraPermission:"Erreur lors de l'obtention de l'autorisation de la cam\xe9ra",microphoneError:"\xc9chec de l'acc\xe8s \xe0 votre micro",microphonePermission:"Erreur lors de l'obtention de l'autorisation du micro"},deviceSelection:{noPermission:"L'autorisation n'a pas \xe9t\xe9 accord\xe9e",previewUnavailable:"Pr\xe9visualisation non disponible",selectADevice:"S\xe9lectionner un dispositif",testAudio:"Jouer un son de test"},dialOut:{statusMessage:"est maintenant {{status}}"},dialog:{Back:"Retour",Cancel:"Annuler",IamHost:"Je suis l'h\xf4te",Ok:"OK",Remove:"Supprimer",Share:"Oui",Submit:"Envoyer",WaitForHostMsg:"La conf\xe9rence n'a pas encore d\xe9marr\xe9. Si vous \xeates l'h\xf4te, veuillez vous authentifier. Sinon, veuillez attendre que l'h\xf4te arrive.",WaitingForHost:"En attente de l'h\xf4te\u2026",Yes:"Oui",accessibilityLabel:{liveStreaming:"Diffusion en direct"},allow:"Autoriser",alreadySharedVideoMsg:"Un autre membre partage d\xe9j\xe0 une vid\xe9o. Cette conf\xe9rence permet le partage d'une seule vid\xe9o \xe0 la fois.",alreadySharedVideoTitle:"Seulement une vid\xe9o \xe0 la fois peut \xeatre partag\xe9e",applicationWindow:"Fen\xeatre d'application",cameraConstraintFailedError:"Votre cam\xe9ra ne r\xe9pond pas \xe0 certaines exigences.",cameraNotFoundError:"Impossible de trouver la cam\xe9ra.",cameraNotSendingData:"Il est impossible d'acc\xe9der \xe0 la cam\xe9ra. Veuillez v\xe9rifier si une autre application utilise actuellement ce dispositif, s\xe9lectionner un autre dispositif \xe0 partir du menu des param\xe8tres ou essayer de recharger l'application.",cameraNotSendingDataTitle:"Impossible d'acc\xe9der \xe0 la cam\xe9ra",cameraPermissionDeniedError:"Vous n'avez pas re\xe7u l'autorisation d'utiliser votre cam\xe9ra. Vous pouvez toujours rejoindre la conf\xe9rence, mais les autres membres ne pourront pas vous voir. Utilisez le bouton de cam\xe9ra dans la barre d'adresse pour corriger cela.",cameraUnknownError:"Impossible d'utiliser la cam\xe9ra pour une raison inconnue.",cameraUnsupportedResolutionError:"Votre cam\xe9ra ne prend pas en charge la r\xe9solution vid\xe9o n\xe9cessaire.",close:"Fermer",conferenceDisconnectMsg:"Vous devriez v\xe9rifier votre connexion au r\xe9seau. Reconnexion dans {{seconds}} sec\u2026",conferenceDisconnectTitle:"Vous avez \xe9t\xe9 d\xe9connect\xe9.",conferenceReloadMsg:"Nous tentons de r\xe9soudre le probl\xe8me. Reconnexion dans {{seconds}} sec\u2026",conferenceReloadTitle:"Malheureusement, une erreur s'est produite.",confirm:"Confirmer",confirmNo:"Non",confirmYes:"Oui",connectError:"Oups! Une erreur s'est produite. La connexion \xe0 la conf\xe9rence a \xe9chou\xe9e.",connectErrorWithMsg:"Oups! Une erreur s'est produite. La connexion \xe0 la conf\xe9rence a \xe9chou\xe9 : {{msg}}",connecting:"Connexion en cours",contactSupport:"Communiquez avec le service de soutien",copy:"Copier",dismiss:"Rejeter",displayNameRequired:"Un nom d'affichage est requis",done:"Termin\xe9",enterDisplayName:"Veuillez saisir votre nom d'affichage",error:"Erreur",externalInstallationMsg:"Vous devez installer notre extension de partage de bureau.",externalInstallationTitle:"Extension requise",goToStore:"Rendez-vous sur notre boutique en ligne",gracefulShutdown:"Notre service est actuellement hors service pour l'entretien. Veuillez r\xe9essayer plus tard.",incorrectPassword:"Nom d'utilisateur ou mot de passe incorrect",incorrectRoomLockPassword:"Mot de passe incorrect",inlineInstallExtension:"Installer maintenant",inlineInstallationMsg:"Vous devez installer notre extension de partage de bureau.",internalError:"Oups! Une erreur s'est produite. L'erreur suivante est survenue : {{error}}",internalErrorTitle:"Erreur interne.",kickMessage:"A\xefe! Vous avez \xe9t\xe9 expuls\xe9 de la r\xe9union!",kickParticipantButton:"Expulser",kickParticipantDialog:"\xcates-vous certain de vouloir expulser ce participant?",kickParticipantTitle:"Expulser ce membre?",kickTitle:"Expuls\xe9 de la r\xe9union",liveStreaming:"Diffusion en direct",liveStreamingDisabledForGuestTooltip:"Les invit\xe9s ne peuvent pas d\xe9marrer la diffusion en direct.",liveStreamingDisabledTooltip:"D\xe9marrage de la diffusion en direct d\xe9sactiv\xe9.",lockMessage:"\xc9chec du verrouillage de la conf\xe9rence.",lockRoom:"Ajouter un mot de passe \xe0 la r\xe9union",lockTitle:"\xc9chec du verrouillage",logoutQuestion:"\xcates-vous certain de vouloir vous d\xe9connecter et arr\xeater la conf\xe9rence?",logoutTitle:"D\xe9connexion",maxUsersLimitReached:"La limite du nombre maximum de membres a \xe9t\xe9 atteinte. La conf\xe9rence est pleine. Veuillez communiquer avec l'h\xf4te de la r\xe9union ou r\xe9essayer plus tard.",maxUsersLimitReachedTitle:"Limite du nombre de membres maximum atteinte",micConstraintFailedError:"Votre micro ne r\xe9pond pas \xe0 certaines exigences",micNotFoundError:"Impossible de trouver le micro.",micNotSendingData:"Impossible d'acc\xe9der \xe0 votre micro. Veuillez s\xe9lectionner un autre dispositif \xe0 partir du menu des param\xe8tres ou essayer de recharger l'application.",micNotSendingDataTitle:"Impossible d'acc\xe9der \xe0 votre micro",micPermissionDeniedError:"Vous n'avez pas accord\xe9 l'autorisation d'utilisation de votre micro. Vous pouvez toujours rejoindre la conf\xe9rence, mais les autres membres ne pourront pas vous entendre. Utilisez le bouton de cam\xe9ra dans la barre d'adresse pour rem\xe9dier \xe0 cela.",micUnknownError:"Impossible d'utiliser le micro pour une raison inconnue.",muteParticipantBody:"Vous ne pourrez pas r\xe9activer leur micro, mais ils peuvent le r\xe9activer eux-m\xeames \xe0 tout moment.",muteParticipantButton:"Discr\xe9tion",muteParticipantDialog:"\xcates-vous certain de vouloir d\xe9sactiver le micro de ce participant? Vous ne pourrez pas le r\xe9activer, mais il peut le r\xe9activer lui-m\xeame \xe0 tout moment.",muteParticipantTitle:"D\xe9sactiver le micro de ce membre?",passwordLabel:"Mot de passe",passwordNotSupported:"La mise en place d'un mot de passe de r\xe9union n'est pas prise en charge.",passwordNotSupportedTitle:"Mot de passe non pris en charge",passwordRequired:"Mot de passe requis",popupError:"Votre navigateur bloque les fen\xeatres surgissantes provenant de ce site. Veuillez activer les fen\xeatres surgissantes dans les param\xe8tres de s\xe9curit\xe9 de votre navigateur et r\xe9essayer.",popupErrorTitle:"Fen\xeatre surgissante bloqu\xe9e",recording:"Enregistrement",recordingDisabledForGuestTooltip:"Les invit\xe9s ne peuvent pas d\xe9marrer l'enregistrement.",recordingDisabledTooltip:"D\xe9marrage de l'enregistrement d\xe9sactiv\xe9.",rejoinNow:"Rejoindre maintenant",remoteControlAllowedMessage:"{{user}} a accept\xe9 votre demande de contr\xf4le \xe0 distance!",remoteControlDeniedMessage:"{{user}} a refus\xe9 votre demande de contr\xf4le \xe0 distance!",remoteControlErrorMessage:"Une erreur s'est produite lors de la demande d'autorisation de contr\xf4le \xe0 distance de {{user}}!",remoteControlRequestMessage:"Voulez-vous permettre \xe0 {{user}} de contr\xf4ler votre bureau \xe0 distance?",remoteControlShareScreenWarning:"Notez que si vous appuyez sur \xab Permettre \xbb, vous partagerez votre \xe9cran!",remoteControlStopMessage:"La s\xe9ance de contr\xf4le \xe0 distance est termin\xe9e!",remoteControlTitle:"Contr\xf4le du bureau \xe0 distance",removePassword:"Supprimer un mot de passe",removeSharedVideoMsg:"\xcates-vous certain de vouloir supprimer votre vid\xe9o partag\xe9e?",removeSharedVideoTitle:"Supprimer la vid\xe9o partag\xe9e",reservationError:"Erreur du syst\xe8me de r\xe9servation",reservationErrorMsg:"Code d'erreur : {{code}}, message : {{msg}}",retry:"R\xe9essayer",screenSharingFailedToInstall:"Oups! L'installation de votre extension de partage d'\xe9cran a \xe9chou\xe9e.",screenSharingFailedToInstallTitle:"L'installation de l'extension de partage d'\xe9cran a \xe9chou\xe9e",screenSharingFirefoxPermissionDeniedError:"Une erreur s'est produite lors de la tentative de partage d'\xe9cran. Veuillez vous assurer d'avoir donn\xe9 votre autorisation. ",screenSharingFirefoxPermissionDeniedTitle:"Oups! Il est impossible de d\xe9marrer le partage d'\xe9cran!",screenSharingPermissionDeniedError:"Oups! Une erreur s'est produite avec les autorisations de l'extension de partage d'\xe9cran. Veuillez recharger et r\xe9essayer.",sendPrivateMessage:"Vous avez r\xe9cemment re\xe7u un message priv\xe9. Aviez-vous l'intention d'y r\xe9pondre en priv\xe9, ou vouliez-vous envoyer votre message au groupe ?",sendPrivateMessageCancel:"Envoyer au groupe",sendPrivateMessageOk:"Envoyer en priv\xe9",sendPrivateMessageTitle:"Envoyer en priv\xe9 ?",serviceUnavailable:"Service non disponible",sessTerminated:"Appel termin\xe9",shareVideoLinkError:"Veuillez fournir un lien correct.",shareVideoTitle:"Partager une vid\xe9o",shareYourScreen:"Partager votre \xe9cran",shareYourScreenDisabled:"Le partage d'\xe9cran est d\xe9sactiv\xe9.",shareYourScreenDisabledForGuest:"Les invit\xe9s ne peuvent pas partager leur \xe9cran.",startLiveStreaming:"D\xe9marrer la diffusion en direct",startRecording:"Commencer l'enregistrement",startRemoteControlErrorMessage:"Une erreur s'est produite lors de la tentative de d\xe9marrage de la s\xe9ance de contr\xf4le \xe0 distance!",stopLiveStreaming:"Arr\xeater la diffusion en direct",stopRecording:"Arr\xeater l'enregistrement",stopRecordingWarning:"\xcates-vous certain de vouloir arr\xeater l'enregistrement?",stopStreamingWarning:"\xcates-vous certain de vouloir arr\xeater la diffusion en direct?",streamKey:"Cl\xe9 de diffusion en direct",thankYou:"Merci d'utiliser {{appName}}!",token:"jeton",tokenAuthFailed:"D\xe9sol\xe9, vous n'avez pas la permission de rejoindre cet appel.",tokenAuthFailedTitle:"\xc9chec de l'authentification",transcribing:"Transcription en cours",unlockRoom:"Supprimer le mot de passe de la r\xe9union",userPassword:"mot de passe d'utilisateur",yourEntireScreen:"Votre \xe9cran entier"},documentSharing:{title:"Document partag\xe9"},feedback:{average:"Moyenne",bad:"Mauvaise",detailsLabel:"Dites-nous en plus.",good:"Bonne",rateExperience:"\xc9valuez votre exp\xe9rience de cette conf\xe9rence",veryBad:"Tr\xe8s mauvaise",veryGood:"Tr\xe8s bonne"},incomingCall:{answer:"R\xe9ponse",audioCallTitle:"Appel entrant",decline:"Rejeter",productLabel:"de Jitsi Meet",videoCallTitle:"Appel vid\xe9o entrant"},info:{accessibilityLabel:"Afficher l'information",addPassword:"Ajouter un mot de passe",cancelPassword:"Annuler le mot de passe",conferenceURL:"Liens",country:"Pays",dialANumber:"Pour rejoindre votre r\xe9union, composez un de ces num\xe9ros et entrez le NIP.",dialInConferenceID:"NIP :",dialInNotSupported:"D\xe9sol\xe9, les appels internes ne sont pas pris en charge pour le moment.",dialInNumber:"Appel interne :",dialInSummaryError:"Erreur lors de la r\xe9cup\xe9ration des informations d'appel interne. Veuillez r\xe9essayer plus tard.",dialInTollFree:"Sans frais",genericError:"Oups, une erreur s'est produite.",inviteLiveStream:"Pour voir la diffusion en directe de cette r\xe9union, cliquez sur ce lien : {{url}}",invitePhone:"Pour rejoindre depuis un t\xe9l\xe9phone, composez : {{number}},,{{conferenceID}}#\n",invitePhoneAlternatives:"Vous cherchez un num\xe9ro d'appel diff\xe9rent ?\nConsultez la liste de num\xe9ros d'appel de la r\xe9union : {{url}}\n\n\nSi vous appelez \xe9galement via un t\xe9l\xe9phone de salle, vous pouvez vous connecter sans audio : {{silentUrl}}",inviteURLFirstPartGeneral:"Vous avez \xe9t\xe9 invit\xe9 \xe0 rejoindre une r\xe9union.",inviteURLFirstPartPersonal:"{{name}} vous invite \xe0 une r\xe9union.\n",inviteURLSecondPart:"\nRejoindre la r\xe9union:\n{{url}}\n",label:"Informations de r\xe9union",liveStreamURL:"Diffusion en direct :",moreNumbers:"Plus de num\xe9ros",noNumbers:"Aucun num\xe9ro d'appel interne.",noPassword:"Aucun",noRoom:"Vous n'avez pas pr\xe9cis\xe9 de salle pour l'appel interne.",numbers:"Num\xe9ros d'appel interne",password:"Mot de passe\xa0:",title:"Oui",tooltip:"Lien de partage et informations d'appel interne pour cette r\xe9union"},inlineDialogFailure:{msg:"Nous avons rencontr\xe9 un obstacle.",retry:"% abandonn\xe9s",support:"Soutien",supportMsg:"Si cela se produit \xe0 nouveau, veuillez communiquer avec"},inviteDialog:{alertText:"L'invitation de certains participants a \xe9chou\xe9.",header:"Inviter",searchCallOnlyPlaceholder:"Entrer le num\xe9ro de t\xe9l\xe9phone",searchPeopleOnlyPlaceholder:"Rechercher des participants",searchPlaceholder:"Participant ou num\xe9ro de t\xe9l\xe9phone",send:"Envoyer"},keyboardShortcuts:{focusLocal:"Focaliser sur votre vid\xe9o",focusRemote:"Focaliser sur la vid\xe9o d'une autre personne",fullScreen:"Afficher ou quitter le mode plein \xe9cran",keyboardShortcuts:"Raccourcis clavier",localRecording:"Afficher ou masquer les commandes d'enregistrement local",mute:"Activer ou d\xe9sactiver votre micro",pushToTalk:"Messagerie vocale instantan\xe9e",raiseHand:"Lever ou abaisser votre main",showSpeakerStats:"Afficher les statistiques d'intervenant",toggleChat:"Ouvrir ou fermer le clavardage",toggleFilmstrip:"Afficher ou masquer les ic\xf4nes vid\xe9os",toggleScreensharing:"Basculer entre la cam\xe9ra et le partage d'\xe9cran",toggleShortcuts:"Afficher ou masquer les raccourcis clavier",videoMute:"D\xe9marrer ou arr\xeater votre cam\xe9ra",videoQuality:"G\xe9rer la qualit\xe9 d'appel"},liveStreaming:{busy:"Lib\xe9ration de ressources de diffusion en cours. Veuillez r\xe9essayer dans quelques minutes.",busyTitle:"Tous les diffuseurs sont actuellement occup\xe9s",changeSignIn:"Changer de compte.",choose:"S\xe9lectionner une diffusion en direct",chooseCTA:"S\xe9lectionner une option de diffusion en direct. Vous \xeates actuellement connect\xe9 en tant que {{email}}.",enterStreamKey:"Saisissez votre cl\xe9 de diffusion en direct YouTube ici.",error:"\xc9chec de la diffusion en direct. Veuillez r\xe9essayer.",errorAPI:"Une erreur s'est produite lors de l'acc\xe8s \xe0 vos diffusions YouTube.Veuillez r\xe9essayer de vous connecter.",errorLiveStreamNotEnabled:"La diffusion en direct n'est pas activ\xe9e pour {{email}}. Veuillez activer la diffusion en direct ou vous connecter \xe0 un compte pour lequel la diffusion en direct est activ\xe9e.",expandedOff:"La diffusion en direct a \xe9t\xe9 arr\xeat\xe9e",expandedOn:"La r\xe9union est actuellement diffus\xe9e sur YouTube.",expandedPending:"Le d\xe9marrage de la diffusion en direct est en cours\u2026",failedToStart:"Le d\xe9marrage de la diffusion en direct a \xe9chou\xe9",getStreamKeyManually:"La r\xe9cup\xe9ration de diffusions en direct a \xe9chou\xe9. Essayez d'obtenir une cl\xe9 de diffusion en direct sur YouTube.",invalidStreamKey:"La cl\xe9 de diffusion en direct peut \xeatre erron\xe9e.",off:"La diffusion en direct s'est arr\xeat\xe9e",offBy:"{{name}} a arr\xeat\xe9 la diffusion en continu",on:"Diffusion en direct",onBy:"{{name}} d\xe9marr\xe9 la diffusion en continu",pending:"D\xe9marrage de la diffusion en direct\u2026",serviceName:"Service de diffusion en direct",signIn:"Se connecter avec Google",signInCTA:"Connectez-vous ou entrez votre cl\xe9 de diffusion en direct de YouTube",signOut:"Se d\xe9connecter",signedInAs:"Vous \xeates actuellement connect\xe9 en tant que :",start:"D\xe9marrer une diffusion en direct",streamIdHelp:"Qu'est-ce que c'est?",title:"Diffusion en direct",unavailableTitle:"Diffusion en direct non disponible"},localRecording:{clientState:{off:"D\xe9sactiv\xe9",on:"Pr\xeat",unknown:"Inconnu"},dialogTitle:"Commandes d'enregistrement local",duration:"Dur\xe9e",durationNA:"S. O.",encoding:"Encodage",label:"LOR",labelToolTip:"L'enregistrement local est en cours",localRecording:"Enregistrement local",me:"Moi",messages:{engaged:"Enregistrement local activ\xe9.",finished:"Enregistrement de la s\xe9ance {{token}} termin\xe9. Veuillez envoyer le fichier d'enregistrement au mod\xe9rateur.",finishedModerator:"Enregistrement de la s\xe9ance {{token}} termin\xe9. L'enregistrement de la piste locale a \xe9t\xe9 enregistr\xe9e. Veuillez demander aux autres participants de soumettre leurs enregistrements.",notModerator:"Vous n'\xeates pas le mod\xe9rateur. Vous ne pouvez pas d\xe9marrer ou arr\xeater l'enregistrement local."},moderator:"Mod\xe9rateur",no:"Non",participant:"Participant",participantStats:"Statistiques de participants",sessionToken:"Jeton de s\xe9ance",start:"Commencer l'enregistrement",stop:"Arr\xeater l'enregistrement",yes:"Oui"},lockRoomPassword:"mot de passe",lockRoomPasswordUppercase:"Mot de passe",me:"moi",notify:{connectedOneMember:"{{name}} a rejoint la r\xe9union",connectedThreePlusMembers:"{{name}} et {{count}} autres ont rejoint la r\xe9union",connectedTwoMembers:"{{first}} et {{second}} ont rejoint la r\xe9union",disconnected:"d\xe9connect\xe9",focus:"Sujet de la conf\xe9rence",focusFail:"{{component}} non disponible; r\xe9essayez dans {{ms}} sec",grantedTo:"Droits de mod\xe9rateur accord\xe9s \xe0 {{to}}!",invitedOneMember:"{{displayName}} a \xe9t\xe9 invit\xe9",invitedThreePlusMembers:"{{name}} et {{count}} autres ont \xe9t\xe9 invit\xe9s",invitedTwoMembers:"{{first}} et {{second}} ont \xe9t\xe9 invit\xe9s",kickParticipant:"{{kicked}} a \xe9t\xe9 expuls\xe9 par {{kicker}}",me:"Moi",moderator:"Droits de mod\xe9rateur accord\xe9s!",muted:"Vous avez joint la conversation en sourdine.",mutedRemotelyDescription:"Vous pouvez toujours activer votre micro pour prendre la parole. D\xe9sactivez votre micro quand vous terminez pour \xe9viter les bruits parasites.",mutedRemotelyTitle:"Votre micro a \xe9t\xe9 coup\xe9 par {{participantDisplayName}}!",mutedTitle:"Vous \xeates en sourdine!",newDeviceAction:"Utiliser",newDeviceAudioTitle:"Nouveau dispositif audio d\xe9tect\xe9",newDeviceCameraTitle:"Nouvelle cam\xe9ra d\xe9tect\xe9e",passwordRemovedRemotely:"$t(lockRoomPasswordUppercase) supprim\xe9 par un autre participant",passwordSetRemotely:"$t(lockRoomPasswordUppercase) d\xe9fini par un autre participant",raisedHand:"{{name}} voudrait parler.",somebody:"Quelqu'un",startSilentDescription:"Rejoignez la r\xe9union de nouveau pour activer l'audio",startSilentTitle:"Vous avez rejoint sans sortie audio!",suboptimalBrowserWarning:"Nous craignons que votre exp\xe9rience de r\xe9union en ligne ne soit bonne ici. Nous cherchons des moyens d\u2019am\xe9liorer cela, mais d\u2019ici-l\xe0, essayez d\u2019utiliser l\u2019un des navigateurs support\xe9s.",suboptimalExperienceTitle:"Avertissement de navigateur",unmute:"R\xe9tablir le son"},passwordDigitsOnly:"Jusqu'\xe0 {{number}} chiffres",passwordSetRemotely:"r\xe9gl\xe9 par un autre membre",poweredby:"optimis\xe9 par",presenceStatus:{busy:"Occup\xe9",calling:"Appel en cours\u2026",connected:"Connect\xe9",connecting:"Connexion en cours\u2026",connecting2:"Connexion en cours*...",disconnected:"D\xe9connect\xe9",expired:"Expir\xe9",ignored:"Ignor\xe9",initializingCall:"Initialisation de l'appel\u2026",invited:"Invit\xe9",rejected:"Refus\xe9",ringing:"Sonnerie"},profile:{setDisplayNameLabel:"D\xe9finir votre nom d'affichage",setEmailInput:"Entrer votre adresse courriel",setEmailLabel:"D\xe9finir votre courriel Gravatar",title:"Profil"},raisedHand:"Aimerait prendre la parole",recording:{authDropboxText:"T\xe9l\xe9verser \xe0 Dropbox",availableSpace:"Espace disponible : {{spaceLeft}} Mo (approximativement {{duration}} minutes d'enregistrement)",beta:"BETA",busy:"Lib\xe9ration de ressources pour l'enregistrement. Veuillez r\xe9essayer dans quelques minutes.",busyTitle:"Tous les enregistreurs sont actuellement occup\xe9s",error:"L'enregistrement a \xe9chou\xe9. Veuillez r\xe9essayer.",expandedOff:"L'enregistrement a \xe9t\xe9 arr\xeat\xe9.",expandedOn:"La r\xe9union est actuellement enregistr\xe9e.",expandedPending:"D\xe9marrage de l'enregistrement en cours\u2026",failedToStart:"\xc9chec du d\xe9marrage de l'enregistrement",fileSharingdescription:"Partager l'enregistrement avec les participants de la r\xe9union",live:"EN DIRECT",loggedIn:"Connect\xe9 en tant que {{userName}}",off:"L'enregistrement est arr\xeat\xe9",offBy:"{{name}} a arr\xeat\xe9 l'enregistrement",on:"Enregistrement",onBy:"{{name}} a d\xe9marr\xe9 l'enregistrement",pending:"Enregistrement de la r\xe9union en pr\xe9paration\u2026",rec:"REC",serviceDescription:"Votre enregistrement sera sauvegard\xe9 par le service d'enregistrement",serviceName:"Service d'enregistrement",signIn:"Se connecter",signOut:"Se d\xe9connecter",title:"Enregistrement",unavailable:"Oups! Le {{serviceName}} n'est pas disponible pour le moment. Nous nous effor\xe7ons de r\xe9gler le probl\xe8me. Veuillez r\xe9essayer plus tard.",unavailableTitle:"Enregistrement non disponible"},sectionList:{pullToRefresh:"Tirer pour rafra\xeechir"},settings:{calendar:{about:"L'int\xe9gration de l'agenda de {{appName}} est utilis\xe9e pour acc\xe9der en toute s\xe9curit\xe9 \xe0 votre agenda pour qu'il puisse lire les \xe9v\xe9nements \xe0 venir.",disconnect:"D\xe9connexion",microsoftSignIn:"Se connecter avec Microsoft",signedIn:"Acc\xe8s aux \xe9v\xe9nements de votre agenda en cours pour {{email}}. Cliquez sur le bouton de d\xe9connexion ci-dessous pour terminer l'acc\xe8s aux \xe9v\xe9nements d'agenda.",title:"Calendrier"},devices:"Dispositifs",followMe:"Tous les participants me suivent",language:"Langue",loggedIn:"Connect\xe9 en tant que {{name}}",moderator:"Mod\xe9rateur",more:"Plus",name:"Nom",noDevice:"Aucun",selectAudioOutput:"Sortie audio",selectCamera:"Cam\xe9ra",selectMic:"Micro",startAudioMuted:"Tous les participants d\xe9butent en sourdine",startVideoMuted:"Tous les participants d\xe9butent masqu\xe9s",title:"Param\xe8tres"},settingsView:{advanced:"Avanc\xe9",alertOk:"OK",alertTitle:"Alerte",alertURLText:"L'URL de serveur saisi n'est pas valide",buildInfoSection:"Information de version",conferenceSection:"Conf\xe9rence",disableCallIntegration:"D\xe9sactiver l'int\xe9gration d'appels native",disableP2P:"D\xe9sactiver le mode pair \xe0 pair",displayName:"Nom d'affichage",email:"Courriel",header:"Param\xe8tres",profileSection:"Profil",serverURL:"URL du serveur",showAdvanced:"Afficher les param\xe8tres avanc\xe9s",startWithAudioMuted:"D\xe9marrer avec l'audio en sourdine",startWithVideoMuted:"D\xe9marrer avec la vid\xe9o en sourdine",version:"Version"},share:{dialInfoText:"\n\n=====\n\nVoulez-vous appeler depuis votre t\xe9l\xe9phone ?\n\n{{defaultDialInNumber}}Voici la liste des num\xe9ros d'appels pour cette r\xe9union :\n{{dialInfoPageUrl}}",mainText:"Cliquez sur ce lien pour rejoindre la r\xe9union :\n{{roomUrl}}"},speaker:"Intervenant",speakerStats:{hours:"{{count}} h",minutes:"{{count}} min",name:"Nom",seconds:"{{count}} s",speakerStats:"Statistiques d'intervenant",speakerTime:"Temps d'intervention"},startupoverlay:{policyText:" ",title:"{{app}} doit utiliser votre micro et votre cam\xe9ra."},suspendedoverlay:{rejoinKeyTitle:"Rejoindre \xe0 nouveau",text:"Appuyez sur le bouton Rejoindre pour vous reconnecter.",title:"Votre appel vid\xe9o a \xe9t\xe9 interrompu parce que cet ordinateur est tomb\xe9 en veille."},toolbar:{Settings:"Param\xe8tres",accessibilityLabel:{Settings:"Basculement des param\xe8tres",audioOnly:"Basculement du mode audio uniquement",audioRoute:"S\xe9lectionner le dispositif audio",callQuality:"Gestion de la qualit\xe9 d'appel",cc:"Basculement des sous-titres",chat:"Basculement de la fen\xeatre de clavardage",document:"Basculement du document partag\xe9",download:"",feedback:"Laisser un commentaire",fullScreen:"Basculement de l'affichage plein \xe9cran",hangup:"Quitter l'appel",help:"",invite:"Inviter des personnes",kick:"Expulser le participant",localRecording:"Basculement des commandes d'enregistrement local",lockRoom:"Basculement du mot de passe de la r\xe9union",moreActions:"Basculement du menu d'actions suppl\xe9mentaires",moreActionsMenu:"Menu d'actions suppl\xe9mentaires",mute:"Basculement de la sourdine",pip:"Basculement du mode image dans l'image",privateMessage:"",profile:"Modifier votre profil",raiseHand:"Basculement de la main lev\xe9e",recording:"Basculement de l'enregistrement",remoteMute:"Mettre le participant en sourdine",shareRoom:"Inviter quelqu'un",shareYourScreen:"Basculement du partage d'\xe9cran",sharedvideo:"Basculement du partage de vid\xe9o",shortcuts:"Basculement des raccourcis",show:"",speakerStats:"Basculement des statistiques d'intervenant",tileView:"Basculement de l'affichage mosa\xefque",toggleCamera:"Basculement de la cam\xe9ra",videoblur:"Alterner le brouillage vid\xe9o",videomute:"Basculement de la sourdine vid\xe9o"},addPeople:"Ajouter des personnes \xe0 votre appel",audioOnlyOff:"D\xe9sactiver le mode bande passante faible",audioOnlyOn:"Activer le mode bande passante faible",audioRoute:"S\xe9lectionner le dispositif audio",authenticate:"Authentification",callQuality:"Gestion de la qualit\xe9 d'appel",chat:"Ouvrir / Fermer le clavardage",closeChat:"Fermer le clavardage",documentClose:"Fermer le document partag\xe9",documentOpen:"Ouvrir le document partag\xe9",download:"T\xe9l\xe9charger nos applications",enterFullScreen:"Afficher le mode plein \xe9cran",enterTileView:"Passer \xe0 l'affichage mosa\xefque",exitFullScreen:"Quitter le mode plein \xe9cran",exitTileView:"Quitter l'affichage mosa\xefque",feedback:"Laisser un commentaire",hangup:"Quitter",help:"Aide",invite:"Inviter des personnes",login:"Connexion",logout:"D\xe9connexion",lowerYourHand:"Abaisser votre main",moreActions:"Plus d'actions",mute:"Activer / R\xe9activer le son",noAudioSignalDesc:"Si vous n'avez pas d\xe9lib\xe9r\xe9ment coup\xe9 le son des param\xe8tres du syst\xe8me ou du mat\xe9riel, envisagez de changer le p\xe9riph\xe9rique.",noAudioSignalDescSuggestion:"Si vous n'avez pas d\xe9lib\xe9r\xe9ment coup\xe9 le son des param\xe8tres du syst\xe8me ou du mat\xe9riel, pensez \xe0 utiliser le p\xe9riph\xe9rique suivant :",noAudioSignalTitle:"Il n'y a pas d'entr\xe9e provenant de votre micro !",openChat:"Ouvrir le clavardage",pip:"Passer en mode image dans l'image",privateMessage:"Envoyer un message priv\xe9",profile:"Modifier votre profil",raiseHand:"Lever / Abaisser votre main",raiseYourHand:"Lever votre main",shareRoom:"Inviter quelqu'un",sharedvideo:"Partager une vid\xe9o",shortcuts:"Voir les raccourcis",speakerStats:"Statistiques d'intervenant",startScreenSharing:"D\xe9marrer le partage d'\xe9cran",startSubtitles:"Activer les sous-titres",startvideoblur:"Brouiller mon arri\xe8re plan",stopScreenSharing:"Arr\xeater le partage d'\xe9cran",stopSharedVideo:"Arr\xeater la vid\xe9o",stopSubtitles:"D\xe9sactiver les sous-titres",stopvideoblur:"D\xe9sactiver le brouillage d'arri\xe8re-plan",talkWhileMutedPopup:"Vous essayez de parler? Vous \xeates en sourdine.",tileViewToggle:"Basculement de l'affichage mosa\xefque",toggleCamera:"Basculement de la cam\xe9ra",videomute:"D\xe9marrer / Arr\xeater la cam\xe9ra"},transcribing:{ccButtonTooltip:"Activer / D\xe9sactiver les sous-titres",error:"\xc9chec de la transcription. Veuillez r\xe9essayer.",expandedLabel:"La transcription est actuellement activ\xe9e",failedToStart:"\xc9chec du d\xe9marrage de la transcription",labelToolTip:"La r\xe9union est transcrite",off:"La transcription est arr\xeat\xe9e",pending:"Pr\xe9paration de la transcription de la r\xe9union en cours\u2026",start:"Activer l'affichage des sous-titres",stop:"D\xe9sactiver l'affichage des sous-titres",tr:"PI"},userMedia:{androidGrantPermissions:"S\xe9lectionner Autoriser lorsque votre navigateur vous demande l'autorisation.",chromeGrantPermissions:"S\xe9lectionner Autoriser lorsque votre navigateur vous demande l'autorisation.",edgeGrantPermissions:"S\xe9lectionner Oui lorsque votre navigateur demande l'autorisation.",electronGrantPermissions:"Veuillez accorder l'autorisation d'utiliser votre cam\xe9ra et votre micro",firefoxGrantPermissions:"S\xe9lectionner Partager le dispositif s\xe9lectionn\xe9 lorsque votre navigateur demande l'autorisation.",iexplorerGrantPermissions:"S\xe9lectionner OK lorsque votre navigateur demande l'autorisation.",nwjsGrantPermissions:"Veuillez accorder l'autorisation d'utiliser votre cam\xe9ra et votre micro",operaGrantPermissions:"S\xe9lectionner Autoriser lorsque votre navigateur vous demande l'autorisation.","react-nativeGrantPermissions":"S\xe9lectionner Autoriser lorsque votre navigateur vous demande l'autorisation.",safariGrantPermissions:"S\xe9lectionner OK lorsque votre navigateur demande l'autorisation."},videoSIPGW:{busy:"Lib\xe9ration des ressources en cours. Veuillez r\xe9essayer dans quelques minutes.",busyTitle:"Le service de Salle est actuellement occup\xe9.",errorAlreadyInvited:"{{displayName}} a d\xe9j\xe0 \xe9t\xe9 invit\xe9",errorInvite:"La conf\xe9rence n'est pas encore configur\xe9e. Veuillez r\xe9essayer plus tard.",errorInviteFailed:"Nous nous effor\xe7ons de r\xe9gler ce probl\xe8me. Veuillez r\xe9essayer plus tard.",errorInviteFailedTitle:"L'invitation de {{displayName}} a \xe9chou\xe9",errorInviteTitle:"Erreur lors de l'invitation de la salle",pending:"{{displayName}} a \xe9t\xe9 invit\xe9"},videoStatus:{audioOnly:"AUD",audioOnlyExpanded:"Vous \xeates en mode bande passante faible. Dans ce mode, vous ne recevrez que le partage audio et le partage d\u2019\xe9cran.",callQuality:"Qualit\xe9 d'appel",hd:"HD",hdTooltip:"Visionnement de vid\xe9o en haute d\xe9finition",highDefinition:"Haute d\xe9finition",labelTooiltipNoVideo:"Aucune vid\xe9o",labelTooltipAudioOnly:"Mode bande passante faible activ\xe9",ld:"LD",ldTooltip:"Visionnement de vid\xe9o en basse d\xe9finition",lowDefinition:"Basse d\xe9finition",onlyAudioAvailable:"Seulement l'audio est disponible",onlyAudioSupported:"Ce navigateur prend seulement l'audio en charge.",sd:"SD",sdTooltip:"Visionnement de vid\xe9o en d\xe9finition standard",standardDefinition:"D\xe9finition standard"},videothumbnail:{domute:"Discr\xe9tion",flip:"Actionner",kick:"Expulser",moderator:"Mod\xe9rateur",mute:"Le membre est en sourdine",muted:"Discr\xe9tion",remoteControl:"Contr\xf4le \xe0 distance",show:"Afficher en premier plan",videomute:"Le membre a arr\xeat\xe9 la cam\xe9ra"},welcomepage:{accessibilityLabel:{join:"Toucher pour rejoindre",roomname:"Entrer le nom de la salle"},appDescription:"Profitez de la conversation vid\xe9o avec toute votre \xe9quipe. Allez-y, invitez tous ceux que vous connaissez. {{app}} est une solution 100\xa0% libre de conf\xe9rence vid\xe9o enti\xe8rement chiffr\xe9e que vous pouvez utiliser en tout temps et gratuitement, sans avoir besoin de compte.",audioVideoSwitch:{audio:"T\xe9l\xe9phone",video:"Vid\xe9o"},calendar:"Calendrier",connectCalendarButton:"Connecter votre agenda",connectCalendarText:"Connectez-vous \xe0 votre calendrier pour afficher toutes les r\xe9unions {{app}}. Ajoutez \xe9galement les r\xe9unions de {{provider}} \xe0 votre calendrier et d\xe9marrez-les d'un simple clic.",enterRoomTitle:"D\xe9marrer une nouvelle r\xe9union",go:"Aller",goSmall:"Aller",info:"Ret. arr.",join:"CR\xc9ER / REJOINDRE",privacy:"Confidentialit\xe9",recentList:"R\xe9cent",recentListDelete:"Supprimer",recentListEmpty:"Votre liste r\xe9cente est actuellement vide. Clavardez avec votre \xe9quipe et vous y trouverez toutes vos r\xe9unions r\xe9centes.",reducedUIText:"Bienvenue sur {{app}}!",roomNameAllowedChars:"Le nom de la r\xe9union ne doit contenir aucun de ces caract\xe8res : ?, &, :, ', \", %, #.",roomname:"Entrer le nom de la salle",roomnameHint:"Entrez le nom ou l'URL de la salle que vous voulez rejoindre. Vous pouvez inventer un nom, mais assurez-vous de le partager avec les participants de la r\xe9union pour qu'ils utilisent le m\xeame nom.",sendFeedback:"Envoyer un commentaire",terms:"Termes",title:"Conf\xe9rence vid\xe9o s\xe9curis\xe9e, pleinement fonctionnelle et enti\xe8rement gratuite"}}},834,[]); -__d(function(e,i,a,o,n,r,t){n.exports={addPeople:{add:"Pozovi",addContacts:"Pozovi svoje kontakte",contacts:"kontakti",copyInvite:"Kopiraj pozivnicu za sastanak",copyLink:"Kopiraj poveznicu za sastanak",copyStream:"Kopiraj poveznicu za prijenos u\u017eivo",countryNotSupported:"Ovu zemlju jo\u0161 ne podr\u017eavamo.",countryReminder:"Zove\u0161 broj u inozemstvu? Broj mora zapo\u010deti s kodom zemlje!",defaultEmail:"Tvoja zadana e-mail adresa",disabled:"Ne mo\u017ee\u0161 pozvati ljude.",failedToAdd:"Neuspjelo dodavanje sudionika",googleEmail:"Google e-po\u0161ta",inviteMoreHeader:"Na sastanku si samo ti",inviteMoreMailSubject:"Pridru\u017ei se sastanku {{appName}}",inviteMorePrompt:"Pozovi jo\u0161 osoba",linkCopied:"Poveznica kopirana u me\u0111uspremnik",noResults:"Nema odgovaraju\u0107ih rezultata pretrage",outlookEmail:"Outlook e-po\u0161ta",phoneNumbers:"telefonski brojevi",searching:"Pretraga u tijeku \u2026",shareInvite:"Dijeli pozivnicu za sastanak",shareLink:"Dijeli poveznicu pozivnice za sastanak za pozivanje drugih osoba",shareStream:"Dijeli poveznicu za prijenos u\u017eivo",sipAddresses:"sip adrese",telephone:"Telefon: {{number}}",title:"Pozovi ljude na ovaj sastanak",yahooEmail:"Yahoo e-po\u0161ta"},audioDevices:{bluetooth:"Bluetooth",car:"Audio ure\u0111aji u autu",headphones:"Slu\u0161alice",none:"Nema audio ure\u0111aja",phone:"Telefon",speaker:"Zvu\u010dnik"},audioOnly:{audioOnly:"Niska stopa prijenosa podataka"},breakoutRooms:{actions:{add:"Dodaj sobu za podgrupu",autoAssign:"Automatski dodijeli sobama podgrupa",close:"Zatvori",join:"Pridru\u017ei se",leaveBreakoutRoom:"Napusti sobu podgrupe",more:"Vi\u0161e",remove:"Ukloni",sendToBreakoutRoom:"Po\u0161alji sudinika u:"},defaultName:"Soba podgrupe br.\xa0{{index}}",mainRoom:"Glavna soba",notifications:{joined:"Pridru\u017euje se sobi podgrupe \u201e{{name}}\u201d",joinedMainRoom:"Pridru\u017euje se glavnoj sobi",joinedTitle:"Sobe podgrupa"}},calendarSync:{addMeetingURL:"Dodaj poveznicu za sastanak",confirmAddLink:"\u017deli\u0161 li dodati Jitsi poveznicu ovom doga\u0111aju?",error:{appConfiguration:"Integracija kalendara nije ispravno konfigurirana.",generic:"Do\u0161lo je do gre\u0161ke. Provjeri postavke kalendara ili poku\u0161aj aktualizirati kalendar.",notSignedIn:"Do\u0161lo je do gre\u0161ke prilikom autentifikacije za prikaz doga\u0111aja u kalendaru. Provjeri postavke kalendara i poku\u0161aj se ponovo prijaviti."},join:"Pridru\u017ei se",joinTooltip:"Pridru\u017ei se sastanku",nextMeeting:"sljede\u0107i sastanak",noEvents:"Nema zakazanih doga\u0111aja.",ongoingMeeting:"sastanak u tijeku",permissionButton:"Otvori postavke",permissionMessage:"Za prikaz sastanaka u aplikaciji potrebna je dozvola za kalendar.",refresh:"Aktualiziraj kalendar",today:"Danas"},carmode:{actions:{selectSoundDevice:"Odaberi audio ure\u0111aj"},labels:{buttonLabel:"Automobilski modus",title:"Modus sigurne vo\u017enje",videoStopped:"Tvoj video je prekinut"}},chat:{enter:"U\u0111i u sobu",error:"Gre\u0161ka: tvoja poruka nije poslana. Razlog: {{error}}",fieldPlaceHolder:"Ovdje upi\u0161i svoju poruku",lobbyChatMessageTo:"Chat poruka u predvorju za {{recipient}}",message:"Poruka",messageAccessibleTitle:"{{user}} ka\u017ee:",messageAccessibleTitleMe:"ja ka\u017eem:",messageTo:"Privatna poruka za {{recipient}}",messagebox:"Upi\u0161i poruku",newMessages:"Nove poruke",nickname:{popover:"Odaberi nadimak",title:"Upi\u0161i nadimak za chat",titleWithPolls:"Upi\u0161i nadimak za kori\u0161tenje chata i anketa"},noMessagesMessage:"Na sastanku jo\u0161 nema poruka. Zapo\u010dni razgovor ovdje!",privateNotice:"Privatna poruka za {{recipient}}",sendButton:"Po\u0161alji",smileysPanel:"Plo\u010da emojija",tabs:{chat:"Chat",polls:"Ankete"},title:"Chat",titleWithPolls:"Chat i ankete",you:"ti"},chromeExtensionBanner:{buttonText:"Instaliraj pro\u0161irenje za Chrome",buttonTextEdge:"Instaliraj pro\u0161irenje za Edge",close:"Zatvori",dontShowAgain:"Ovo vi\u0161e nemoj prikazivati",installExtensionText:"Instaliraj pro\u0161irenje za Google kalendar i Office 365 integraciju"},connectingOverlay:{joiningRoom:"Povezuje te s tvojim sastankom \u2026"},connection:{ATTACHED:"Priklju\u010deno",AUTHENTICATING:"Autentifikacija",AUTHFAIL:"Autentifikacija neuspjela",CONNECTED:"Povezano",CONNECTING:"Povezivanje",CONNFAIL:"Povezivanje neuspjelo",DISCONNECTED:"Odspojeno",DISCONNECTING:"Odspajanje",ERROR:"Gre\u0161ka",FETCH_SESSION_ID:"Dohva\u0107anje ID-a sesije \u2026",GET_SESSION_ID_ERROR:"Gre\u0161ka prilikom dohva\u0107anja ID-a sesije: {{code}}",GOT_SESSION_ID:"Dohva\u0107anje ID-a sesije \u2026 Gotovo",LOW_BANDWIDTH:"Video za {{displayName}} je isklju\u010den radi u\u0161tede stope prijenosa podataka"},connectionindicator:{address:"Adresa:",audio_ssrc:"Audio SSRC:",bandwidth:"Procijenjena stopa prijenosa podataka:",bitrate:"Stopa bitova:",bridgeCount:"Broj poslu\u017eitelja: ",codecs:"Kodeki (A/V): ",connectedTo:"Povezano na:",framerate:"Broj sli\u010dica u sekundi:",less:"Poka\u017ei manje",localaddress:"Adresa lokalnog ure\u0111aja:",localaddress_plural:"Adrese lokalnog ure\u0111aja:",localport:"Priklju\u010dak lokalnog ure\u0111aja:",localport_plural:"Priklju\u010dci lokalnog ure\u0111aja:",maxEnabledResolution:"\u0161alji maksimalno",more:"Poka\u017ei vi\u0161e",packetloss:"Gubitak paketa:",participant_id:"ID sudionika:",quality:{good:"Dobra",inactive:"Neaktivna",lost:"Izgubljena",nonoptimal:"Neoptimalna",poor:"Slaba"},remoteaddress:"Adresa udaljenog ure\u0111aja:",remoteaddress_plural:"Adrese udaljenog ure\u0111aja:",remoteport:"Priklju\u010dak udaljenog ure\u0111aja:",remoteport_plural:"Priklju\u010dci udaljenog ure\u0111aja:",resolution:"Rezolucija:",savelogs:"Spremi zapisnike",status:"Veza:",transport:"Transport:",transport_plural:"Transporti:",video_ssrc:"Video SSRC:"},dateUtils:{earlier:"Ranije",today:"Danas",yesterday:"Ju\u010der"},deepLinking:{appNotInstalled:"Za pridru\u017eivanje ovom sastanku putem telefona treba\u0161 mobilnu aplikaciju {{app}}.",description:"Ni\u0161ta se nije dogodilo? Poku\u0161ali smo pokrenuti tvoj sastanak u desktop aplikaciji {{app}}. Poku\u0161aj ponovo ili ga pokreni u web-aplikaciji {{app}}.",descriptionWithoutWeb:"Ni\u0161ta se nije dogodilo? Poku\u0161ali smo pokrenuti tvoj sastanak u desktop aplikaciji {{app}}.",downloadApp:"Preuzmi aplikaciju",ifDoNotHaveApp:"Ako jo\u0161 nema\u0161 aplikaciju:",ifHaveApp:"Ako ve\u0107 ima\u0161 aplikaciju:",joinInApp:"Pridru\u017ei se sastanku koriste\u0107i aplikaciju",launchWebButton:"Pokreni u webu",title:"Pokretanje tvog sastanka u aplikaciji {{app}} \u2026",tryAgainButton:"Poku\u0161aj ponovo u desktop aplikaciji",unsupportedBrowser:"\u010cini se da koristi\u0161 preglednik koji ne podr\u017eavamo."},defaultLink:"npr. {{url}}",defaultNickname:"Primjer: Tomo",deviceError:{cameraError:"Pristup tvojoj kameri nije uspio",cameraPermission:"Gre\u0161ka pri dobivanju dozvole za kameru",microphoneError:"Pristup tvom mikrofonu nije uspio",microphonePermission:"Gre\u0161ka pri dobivanju dozvole za mikrofon"},deviceSelection:{noPermission:"Dozvola je odbijena",previewUnavailable:"Pregled nije dostupan",selectADevice:"Odaberi ure\u0111aj",testAudio:"Odsviraj testni zvuk"},dialIn:{screenTitle:"Sa\u017eetak zvanih brojeva"},dialOut:{statusMessage:"je sada {{status}}"},dialog:{Back:"Natrag",Cancel:"Odustani",IamHost:"Ja sam doma\u0107in",Ok:"U redu",Remove:"Ukloni",Share:"Dijeli",Submit:"Po\u0161alji",WaitForHostMsg:"Konferencija jo\u0161 nije po\u010dela. Ako si doma\u0107in autentificiraj se. U suprotnom, pri\u010dekaj dolazak doma\u0107ina.",WaitingForHostTitle:"\u010cekanje na doma\u0107ina \u2026",Yes:"Da",accessibilityLabel:{liveStreaming:"Prijenos u\u017eivo"},add:"Dodaj",addMeetingNote:"Dodaj bilje\u0161ku o ovom sastanku",addOptionalNote:"Dodaj bilje\u0161ku (opcionalno):",allow:"Dozvoli",alreadySharedVideoMsg:"Jedan drugi sudionik ve\u0107 dijeli video. Ova konferencija dozvoljava samo jedan dijeljeni video istovremeno.",alreadySharedVideoTitle:"Dozvoljen je samo jedan dijeljeni video istovremeno",applicationWindow:"Prozor aplikacije",authenticationRequired:"Autentifikacija je obavezna",cameraConstraintFailedError:"Tvoja kamera ne zadovoljava neka potrebna ograni\u010denja.",cameraNotFoundError:"Kamera nije prona\u0111ena.",cameraNotSendingData:"Ne mo\u017eemo pristupiti tvojoj kameri. Provjeri, koristi li neka druga aplikacija ovaj ure\u0111aj, odaberi jedan drugi ure\u0111aj iz izbornika postavki ili poku\u0161aj ponovo u\u010ditati aplikaciju.",cameraNotSendingDataTitle:"Nije mogu\u0107e pristupiti kameri",cameraPermissionDeniedError:"Ne dozvoljava\u0161 kori\u0161tenje tvoje kamere. Konferenciji se mo\u017ee\u0161 svejedno pridru\u017eiti, ali te drugi ne\u0107e vidjeti. To mo\u017ee\u0161 ispraviti koriste\u0107i gumb kamere u adresnoj traci.",cameraTimeoutError:"Nije mogu\u0107e pokrenuti izvor videa. Do\u0161lo je do vremenskog ograni\u010denja!",cameraUnknownError:"Kamera se iz nepoznatih razloga ne mo\u017ee koristiti.",cameraUnsupportedResolutionError:"Tvoja kamera ne podr\u017eava potrebnu videorezoluciju.",close:"Zatvori",conferenceDisconnectMsg:"Provjeri svoju mre\u017enu vezu. Ponovno povezivanje za {{seconds}} s\xa0\u2026",conferenceDisconnectTitle:"Odspojen/a si.",conferenceReloadMsg:"Poku\u0161avamo to ispraviti. Ponovno povezivanje za {{seconds}} s\xa0\u2026",conferenceReloadTitle:"Na \u017ealost, dogodila se gre\u0161ka.",confirm:"Potvrdi",confirmNo:"Ne",confirmYes:"Da",connectError:"Ups! Dogodila se gre\u0161ka i nismo mogli uspostaviti vezu s konferencijom.",connectErrorWithMsg:"Ups! Dogodila se gre\u0161ka i nismo mogli uspostaviti vezu s konferencijom: {{msg}}",connecting:"Povezivanje",contactSupport:"Kontaktiraj podr\u0161ku",copied:"Kopirano",copy:"Dopiraj",dismiss:"Odbaci",displayNameRequired:"Zdravo! Kako se zove\u0161?",done:"Gotovo",e2eeDescription:"Obostrano \u0161ifriranje je trenuta\u010dno EKSPERIMENTALNA funkcija. Imaj na umu da \u0107e uklju\u010divanje obostranog \u0161ifriranja onemogu\u0107iti poslu\u017eiteljske usluge kao \u0161to je: sudjelovanje putem telefona. Tako\u0111er imaj na umu da \u0107e sastanak funkcionirati samo za osobe koje se pridru\u017euju putem preglednika s podr\u0161kom za umetnute prijenose.",e2eeDisabledDueToMaxModeDescription:"Obostrano \u0161ifriranje nije mogu\u0107e zbog velikog broja sudionika u konferenciji.",e2eeLabel:"Uklju\u010di obostrano \u0161ifriranje",e2eeWarning:"UPOZORENJE: \u010cini se da svi sudionici ovog sastanka nemaju podr\u0161ku za obostrano \u0161ifriranje. Ako ga uklju\u010di\u0161, ne\u0107e te mo\u0107i vidjeti niti \u010duti.",e2eeWillDisableDueToMaxModeDescription:"UPOZORENJE: Obostrano \u0161ifriranje \u0107e se automatski isklju\u010diti ako se konferenciji pridru\u017ei vi\u0161e sudionika.",embedMeeting:"Ugradi sastanak",enterDisplayName:"Ovdje upi\u0161i svoje ime",error:"Gre\u0161ka",gracefulShutdown:"Na\u0161a usluga trenuta\u010dno ne radi zbog odr\u017eavanja. Poku\u0161aj kasnije ponovo.",grantModeratorDialog:"Stvarno \u017eeli\u0161 odobriti moderatorska prava sudioniku {{participantName}}?",grantModeratorTitle:"Odobri moderatorska prava",hideShareAudioHelper:"Ovaj dijalog vi\u0161e nemoj prikazivati",incorrectPassword:"Neispravno korisni\u010dko ime ili lozinka",incorrectRoomLockPassword:"Neispravna lozinka",internalError:"Ups! Dogodila se sljede\u0107a gre\u0161ka: {{error}}",internalErrorTitle:"Interna gre\u0161ka",kickMessage:"Za detalje kontaktiraj {{participantDisplayName}}.",kickParticipantButton:"Izbaci",kickParticipantDialog:"Stvarno \u017eeli\u0161 izbaciti ovog sudionika?",kickParticipantTitle:"Izbaciti ovog sudionika?",kickTitle:"Joj! {{participantDisplayName}} te je izbacio/la iz sastanka",linkMeeting:"Pove\u017ei sastanak",linkMeetingTitle:"Pove\u017ei sastanak na Salesforce",liveStreaming:"Prijenos u\u017eivo",liveStreamingDisabledBecauseOfActiveRecordingTooltip:"Nije mogu\u0107e dok je snimanje aktivno",liveStreamingDisabledTooltip:"Pokretanje prijenosa u\u017eivo isklju\u010deno.",localUserControls:"Lokalne korisni\u010dke kontrole",lockMessage:"Neuspjelo zaklju\u010davanje konferencije.",lockRoom:"Dodaj sastanak $t(lockRoomPassword)",lockTitle:"Zaklju\u010davanje neuspjelo",login:"Prijava",logoutQuestion:"Stvarno se \u017eeli\u0161 odjaviti i napustiti konferenciju?",logoutTitle:"Odjava",maxUsersLimitReached:"Dosegnuta je maksimalna granica broja sudionika. Konferencija je puna. Obrati se vlasniku sastanka ili poku\u0161aj kasnije ponovo!",maxUsersLimitReachedTitle:"Dosegnuta je maksimalna granica broja sudionika",micConstraintFailedError:"Tvoj mikrofon ne zadovoljava neka potrebna ograni\u010denja.",micNotFoundError:"Mikrofon nije prona\u0111en.",micNotSendingData:"Idi u postavke ra\u010dunala za uklju\u010divanje tvog mikrofona i za pode\u0161avanje njegove glasno\u0107e",micNotSendingDataTitle:"Tvoj mikrofon je isklju\u010den u postavkama sustava",micPermissionDeniedError:"Nisi dozvoli/la kori\u0161tenje tvog mikrofona. Konferenciji se svejedno mo\u017ee\u0161 pridru\u017eiti, ali te drugi ne\u0107e \u010duti. Za ispravljanje tog problema pristisni gumb kamere u adresnoj traci.",micTimeoutError:"Nije mogu\u0107e pokrenuti izvor zvuka. Do\u0161lo je do vremenskog ograni\u010denja!",micUnknownError:"Tvoj se mikrofon iz nepoznatih razloga ne mo\u017ee koristiti.",moderationAudioLabel:"Dozvoli sudionicima da sami sebi isklju\u010de zvuk",moderationVideoLabel:"Dozvoli sudionicima da pokrenu svoj video",muteEveryoneDialog:"Sudionici mogu sebi isklju\u010diti zvuk bilo kada.",muteEveryoneDialogModerationOn:"Sudionici mogu poslati zahtjev za govorom bilo kada.",muteEveryoneElseDialog:"Nakon \u0161to im isklju\u010di\u0161 zvuk, vi\u0161e im ne\u0107e\u0161 mo\u0107i uklju\u010diti zvuk, ali ga oni mogu sami uklju\u010diti bilo kada.",muteEveryoneElseTitle:"Isklju\u010di zvuk svih osim {{whom}}?",muteEveryoneElsesVideoDialog:"Nakon \u0161to je kamera isklju\u010dena, vi\u0161e je ne\u0107e\u0161 mo\u0107i uklju\u010diti, ali je oni mogu sami uklju\u010diti bilo kada.",muteEveryoneElsesVideoTitle:"Prekini videa svih sudionika osim {{whom}}?",muteEveryoneSelf:"mojih",muteEveryoneStartMuted:"Od sada svi po\u010dinju s iskjlu\u010denim zvukom",muteEveryoneTitle:"Isklju\u010diti zvuk svima?",muteEveryonesVideoDialog:"Sudionici mogu uklju\u010diti svoja videa bilo kada.",muteEveryonesVideoDialogModerationOn:"Sudionici mogu poslati zahtjev za uklu\u010divanje svojih videa bilo kada.",muteEveryonesVideoDialogOk:"Isklju\u010di",muteEveryonesVideoTitle:"Prekinuti videa svih?",muteParticipantBody:"Ne\u0107e\u0161 im mo\u0107i uklju\u010diti zvuk, ali ga oni mogu sami uklju\u010diti bilo kada.",muteParticipantButton:"Isklju\u010di zvuk",muteParticipantsVideoBody:"Kameru vi\u0161e je ne\u0107e\u0161 mo\u0107i uklju\u010diti, ali je oni mogu sami uklju\u010diti bilo kada.",muteParticipantsVideoBodyModerationOn:"Ti i drugi vi\u0161e na\u0107ete mo\u0107i uklju\u010diti kameru.",muteParticipantsVideoButton:"Prekini video",muteParticipantsVideoDialog:"Stvarno \u017eeli\u0161 isklju\u010diti kameru ovog sudionika? Ne\u0107e\u0161 mo\u0107i ponovno uklju\u010diti kameru, ali je oni mogu sami uklju\u010diti bilo kada.",muteParticipantsVideoDialogModerationOn:"Stvarno \u017eeli\u0161 isklju\u010diti kameru ovog sudionika? Ti i drugi vi\u0161e na\u0107ete mo\u0107i uklju\u010diti kameru.",muteParticipantsVideoTitle:"Isklju\u010diti kameru ovog sudionika?",noDropboxToken:"Nema ispravnog Dropbox tokena",password:"Lozinka",passwordLabel:"Sudionik je zaklju\u010dao sastanak. Za pridru\u017eivanje upi\u0161i $t(lockRoomPassword).",passwordNotSupported:"Postavljanje sastanka $t(lockRoomPassword) nije podr\u017eano.",passwordNotSupportedTitle:"$t(lockRoomPasswordUppercase) nije podr\u017eano",passwordRequired:"$t(lockRoomPasswordUppercase) je obavezno",permissionCameraRequiredError:"Za sudjelovanje konferenciji s videom potrebna je dozvola za kameru. Dozvoli u postavkama",permissionErrorTitle:"Potrebna je dozvola",permissionMicRequiredError:"Za sudjelovanje konferenciji sa zvukom potrebna je dozvola za mikrofon. Dozvoli u postavkama",popupError:"Tvoj preglednik blokira sko\u010dne prozore ove stranice. Uklju\u010di sko\u010dne prozore u sigurnosnim postavkama preglednika i poku\u0161aj ponovo.",popupErrorTitle:"Sko\u010dni prozor blokiran",readMore:"vi\u0161e",recentlyUsedObjects:"Tvoji nedavno kori\u0161teni objekti",recording:"Snimanje",recordingDisabledBecauseOfActiveLiveStreamingTooltip:"Nije mogu\u0107e dok je prijenos u\u017eivo aktivan",rejoinNow:"Ponovo se pridu\u017ei sada",remoteControlAllowedMessage:"{{user}} je prihvatio/la tvoj zahtjev za daljinskim upravljanjem!",remoteControlDeniedMessage:"{{user}} je odbacio/la tvoj zahtjev za daljinskim upravljanjem!",remoteControlErrorMessage:"Dogodila se gre\u0161ka prilikom tra\u017eenja dozvola za daljinsko upravljanje od korisnika {{user}}!",remoteControlRequestMessage:"\u017deli\u0161 li dozvoliti korisniku {{user}} daljinsko upravljanje tvojom radnom povr\u0161inom?",remoteControlShareScreenWarning:"Napomena: ako pritisne\u0161 \u201eDozvoli\u201d, dijelit \u0107e\u0161 svoj ekran!",remoteControlStopMessage:"Sesija daljinskog upravljanja je zavr\u0161ila!",remoteControlTitle:"Daljinsko upravljanje radne povr\u0161ine",remoteUserControls:"Daljinsko upravljanje korisnika {{username}}",removePassword:"Ukloni $t(lockRoomPassword)",removeSharedVideoMsg:"Stvarno \u017eeli\u0161 ukloniti svoj dijeljeni video?",removeSharedVideoTitle:"Ukloni dijeljeni video",reservationError:"Gre\u0161ka sustava rezervacije",reservationErrorMsg:"Kod gre\u0161ke: {{code}}, poruka: {{msg}}",retry:"Poku\u0161aj ponovo",screenSharingAudio:"Dijeli zvuk",screenSharingFailed:"Ups! Ne\u0161to nije u redu, nismo uspjeli pokrenuti dijeljenje ekrana!",screenSharingFailedTitle:"Dijeljenje ekrana neuspjelo!",screenSharingPermissionDeniedError:"Ups! Ne\u0161to nije u redu s tvojim dozvolama za dijeljenje ekrana. Ponovo u\u010ditaj i poku\u0161aj ponovo.",searchInSalesforce:"Tra\u017ei u Salesforce",searchResults:"Rezultati pretrage ({{count}})",searchResultsDetailsError:"Ne\u0161to nije u dohva\u0107anju podataka vlasnika.",searchResultsError:"Ne\u0161to nije u dohva\u0107anju podataka.",searchResultsNotFound:"Nema rezultata.",searchResultsTryAgain:"Poku\u0161aj koristiti alternativne klju\u010dne rije\u010di.",sendPrivateMessage:"Nedavno si primio/la privatnu poruku. Jesi li namjeravao/la odgovoriti privatno ili \u017eeli\u0161 poslati svoju poruku grupi?",sendPrivateMessageCancel:"Po\u0161alji grupi",sendPrivateMessageOk:"Po\u0161alji privatno",sendPrivateMessageTitle:"Poslti privatno?",serviceUnavailable:"Usluga nije dostupna",sessTerminated:"Poziv prekinut",sessionRestarted:"Poziv je ponovo pokrenut zbog problema s vezom.",shareAudio:"Nastavi",shareAudioTitle:"Kako dijeliti zvuk",shareAudioWarningD1:"prije dijeljenja zvuka mora\u0161 prekinuti dijeljenje ekrana.",shareAudioWarningD2:"mora\u0161 ponovo pokrenuti dijeljenje ekrana i potvrditi opciju \u201edijeli zvuk\u201d.",shareAudioWarningH1:"Ako \u017eeli\u0161 dijeliti samo zvuk:",shareAudioWarningTitle:"Prije dijeljenja zvuka mora\u0161 prekinuti dijeljenje ekrana",shareMediaWarningGenericH2:"Ako \u017eeli\u0161 dijeliti svoj ekran i zvuk",shareScreenWarningD1:"mora\u0161 prekinuti dijeljenje zvuka prije dijeljenja tvog ekrana.",shareScreenWarningD2:"mora\u0161 prekinuti dijeljenje zvuka, pokreni dijeljenja ekrana i potvrditi opciju \u201edijeli zvuk\u201d.",shareScreenWarningH1:"Ako \u017eeli\u0161 dijeliti samo svoj ekran:",shareScreenWarningTitle:"Prije dijeljenja ekrana mora\u0161 prekinuti dijeljenje zvuka",shareVideoLinkError:"Zadaj ispravnu poveznicu za video.",shareVideoTitle:"Dijeli video",shareYourScreen:"Dijeli svoj ekran",shareYourScreenDisabled:"Dijeljenje ekrana isklju\u010deno.",sharedVideoDialogError:"Gre\u0161ka: Neispravan URL",sharedVideoLinkPlaceholder:"YouTube poveznica ili izravna poveznica videa",show:"Poka\u017ei",start:"Pokreni ",startLiveStreaming:"Pokreni prijenos u\u017eivo",startRecording:"Pokreni snimanje",startRemoteControlErrorMessage:"Dogodila se gre\u0161ka prilikom pokretanja sesije daljniskim upravljanjem!",stopLiveStreaming:"Prekini prijenos u\u017eivo",stopRecording:"Prekini snimanje",stopRecordingWarning:"Stvarno \u017eeli\u0161 prekinuti snimanje?",stopStreamingWarning:"Stvarno \u017eeli\u0161 prekinuti prijenos u\u017eivo?",streamKey:"Klju\u010d prijenosa u\u017eivo",thankYou:"Hvala \u0161to koristi\u0161 {{appName}}!",token:"token",tokenAuthFailed:"Na \u017ealost se ne smije\u0161 pridru\u017eiti ovom pozivu.",tokenAuthFailedTitle:"Autentifikacija neuspjela",transcribing:"Transkribiranje",unlockRoom:"Ukloni sastanak $t(lockRoomPassword)",user:"Korisnik",userIdentifier:"Identifikator korisnika",userPassword:"Lozinka korisnika",videoLink:"Poveznica za video",viewUpgradeOptions:"Pogledaj mogu\u0107nosti nadogradnje",viewUpgradeOptionsContent:"Za dobivanje neograni\u010denog pristupa premium zna\u010dajkama kao \u0161to su snimanje, transkripcije, RTMP prijenosi i vi\u0161e, morat \u0107e\u0161 nadograditi svoj plan.",viewUpgradeOptionsTitle:"Otkrio/la si premium zna\u010dajku!",yourEntireScreen:"Tvoj cijeli ekran"},documentSharing:{title:"Dijeljeni dokument"},e2ee:{labelToolTip:"Audio i videokomunikacija u ovom pozivu je obostrano \u0161ifrirana"},embedMeeting:{title:"Ugradi ovaj sastanak"},feedback:{average:"Prosje\u010dno",bad:"Lo\u0161e",detailsLabel:"Reci nam vi\u0161e o tome.",good:"Dobro",rateExperience:"Ocijeni do\u017eivljaj tvog sastanka",star:"Zvijezda",veryBad:"Vrlo lo\u0161e",veryGood:"Vrlo dobro"},giphy:{noResults:"Nema rezultata :(",search:"Tra\u017ei GIPHY"},helpView:{title:"Centar pomo\u0107i"},incomingCall:{answer:"Odgovori",audioCallTitle:"Dolazni poziv",decline:"Odbij",productLabel:"od Jitsi Meet",videoCallTitle:"Dolazni videopoziv"},info:{accessibilityLabel:"Poka\u017ei informacije",addPassword:"Dodaj $t(lockRoomPassword)",cancelPassword:"Prekini $t(lockRoomPassword)",conferenceURL:"Poveznica:",copyNumber:"Kopiraj broj",country:"Zemlja",dialANumber:"Za pridru\u017eivanje sastanku, biraj jedan od ovih brojeva i zatim upi\u0161i PIN.",dialInConferenceID:"PIN:",dialInNotSupported:"Oprosti, biranje brojeva trenuta\u010dno nije podr\u017eano.",dialInNumber:"Pozivni broj:",dialInSummaryError:"Gre\u0161ka u dohva\u0107anju pozivnog broja. Poku\u0161aj kasnije ponovo.",dialInTollFree:"Besplatno",genericError:"Dogodila se gre\u0161ka.",inviteLiveStream:"Za prikaz prijenosa u\u017eivo ovog sastanka pritisni poveznicu: {{url}}",invitePhone:"Za pridru\u017eivanje telefonom, dodirni: {{number}},,{{conferenceID}}#\n",invitePhoneAlternatives:"Tra\u017ei\u0161 jedan drugi broj za nazivanje?\nPogledaj brojeve za nazivanje: {{url}}\n\n\nAko tako\u0111er zove\u0161 putem telefona sobe, pridru\u017ei se bez spajanja na zvuk: {{silentUrl}}",inviteSipEndpoint:"Za pridru\u017eivanje koriste\u0107i SIP adresu, upi\u0161i: {{sipUri}}",inviteTextiOSInviteUrl:"Za pridru\u017eivanje pritisni sljede\u0107u poveznicu: {{inviteUrl}}.",inviteTextiOSJoinSilent:"Ako zove\u0161 putem telefona sobe, koristi ovu poveznicu za pridru\u017eivanje se bez spajanja na zvuk: {{silentUrl}}.",inviteTextiOSPersonal:"{{name}} te poziva na sastanak.",inviteTextiOSPhone:"Za pridru\u017eivanje putem telefona koristi ovaj broj: {{number}},,{{conferenceID}}#. Ako tra\u017ei\u0161 drugi broj, ovo je cijeli popis: {{didUrl}}.",inviteURLFirstPartGeneral:"Pozvan/a si da se pridru\u017ei\u0161 sastanku.",inviteURLFirstPartPersonal:"{{name}} te poziva na sastanak.\n",inviteURLSecondPart:"\nPridru\u017ei se sastanku:\n{{url}}\n",label:"Informacije o pozivnom broju",liveStreamURL:"Prijenos u\u017eivo:",moreNumbers:"Vi\u0161e brojeva",noNumbers:"Nema pozivnih brojeva.",noPassword:"Ni\u0161ta",noRoom:"Za nazivanje nije odre\u0111ena niti jedna soba.",numbers:"Pozivni brojevi",password:"$t(lockRoomPasswordUppercase): ",reachedLimit:"Dosegnuo/la si granicu tvog plana.",sip:"SIP adresa",title:"Dijeli",tooltip:"Dijeli poveznicu i informacije o pozivnom broju za ovaj sastanak",upgradeOptions:"Uklju\u010di opciju za nadogradnju"},inlineDialogFailure:{msg:"Spotaknuli smo se.",retry:"Poku\u0161aj ponovo",support:"Podr\u0161ka",supportMsg:"Ako se ovo nastavi doga\u0111ati, kontaktiraj"},inviteDialog:{alertText:"Neuspjelo pozivanje nekih sudionika.",header:"Pozovi",searchCallOnlyPlaceholder:"Upi\u0161i broj telefona",searchPeopleOnlyPlaceholder:"Tra\u017ei sudionike",searchPlaceholder:"Sudionik ili broj telefona",send:"Po\u0161alji"},jitsiHome:"{{logo}} Logotip, poveznice na po\u010detnu web stranicu",keyboardShortcuts:{focusLocal:"Postavi fokus na tvoj video",focusRemote:"Postavi fokus na video druge osobe",fullScreen:"Pokreni ili prekini cjeloekranski prikaz",giphyMenu:"Uklju\u010di/isklju\u010di GIPHY izbornik",keyboardShortcuts:"Tipkovni pre\u010daci",localRecording:"Poka\u017ei ili sakrij kontrole lokalnog snimanja",mute:"Isklju\u010di ili uklju\u010di zvuk tvog mikrofona",pushToTalk:"Pritisni za govor",raiseHand:"Digni ili spusti ruku",showSpeakerStats:"Poka\u017ei statistiku govornika",toggleChat:"Otvori ili zatvori chat",toggleFilmstrip:"Poka\u017ei ili sakrij minijature videa",toggleParticipantsPane:"Poka\u017ei ili sakrij plo\u010du sudionika",toggleScreensharing:"Mijenjaj izme\u0111u dijeljenja kamere i ekrana",toggleShortcuts:"Poka\u017ei ili sakrij tipkovne pre\u010dace",videoMute:"Pokreni ili prekini svoju kameru"},largeVideo:{screenIsShared:"Dijeli\u0161 svoj ekran",showMeWhatImSharing:"Poka\u017ei mi \u0161to dijelim"},liveStreaming:{busy:"Radimo na osloba\u0111anju resursa za prijenos. Poku\u0161aj ponovno za par minuta.",busyTitle:"Svi prijenosi su tranuta\u010dno zauzeti",changeSignIn:"Zamijeni ra\u010dune.",choose:"Odaberi prijenos u\u017eivo",chooseCTA:"Radimo na osloba\u0111anju resursa za prijenos. Trenuta\u010dno si pirjavljen/a kao {{email}}.",enterStreamKey:"Upi\u0161i svoj klju\u010d za YouTube prijenos u\u0107ivo ovdje.",error:"Prijenos u\u017eivo neuspio. Poku\u0161aj ponovo.",errorAPI:"Dogodila se gre\u0161ka prilikom pristupa tvpjim YouTube emisijama. Poku\u0161aj se ponovo prijaviti.",errorLiveStreamNotEnabled:"Prijenos u\u017eivo nije uklju\u010den za {{email}}. Uklju\u010di prijenos u\u017eivo ili se prijavi na ra\u010dun s uklju\u010denim prijenosom u\u017eivo.",expandedOff:"Prijenos u\u017eivo je prekinut",expandedOn:"Sastanak se trenuta\u010dno prenosi na YouTube.",expandedPending:"Prijenos u\u017eivo se pokre\u0107e \u2026",failedToStart:"Pokretanje prijenosa u\u017eivo neuspjelo",getStreamKeyManually:"Nismo uspjeli dohvatiti nijedan prijenos u\u017eivo. Poku\u0161aj preuzeti klju\u010d za prijenos u\u017eivo s YouTubeae.",googlePrivacyPolicy:"Google politika privatnosti",inProgress:"U tijeku je snimanje ili prijenos u\u017eivo",invalidStreamKey:"Klju\u010d prijenosa u\u017eivo mo\u017eda nije ispravan.",limitNotificationDescriptionNative:"Tvoj prijenos \u0107e biti ograni\u010den na {{limit}} min. Za neograni\u010deni prijenos isprobaj {{app}}.",limitNotificationDescriptionWeb:"Zbog velike potra\u017enje \u0107e tvoj prijenos biti ograni\u010den na {{limit}} min. Za neograni\u010deni prijenos isprobaj {{app}}.",off:"Prijenos u\u017eivo prekinut",offBy:"{{name}} je prekinuo/la prijenos u\u017eivo",on:"Prijenos u\u017eivo pokrenut",onBy:"{{name}} je pokrenuo/la prijenos u\u017eivo",pending:"Pokretanje prijenosa u\u017eivo \u2026",serviceName:"Usluga prijenosa u\u017eivo",sessionAlreadyActive:"Ova se sesija ve\u0107 snima ili prenosi u\u017eivo.",signIn:"Prijavi se s Google ra\u010dunom",signInCTA:"Prijavi se ili upi\u0161i svoj klju\u010d prijenosa u\u017eivo s YouTubea.",signOut:"Odjavi se",signedInAs:"Trenuta\u010dno si prijavljan/a kao:",start:"Zapo\u010dni prijenos u\u017eivo",streamIdHelp:"\u0160to je ovo?",title:"Prijenos u\u017eivo",unavailableTitle:"Prijenos u\u017eivo nije dostupan",youtubeTerms:"Uvjeti YouTube usluge"},lobby:{admit:"Prihvati",admitAll:"Prihvati sve",allow:"Dopusti",backToKnockModeButton:"Zatra\u017ei pridru\u017eivanje",chat:"Chat",dialogTitle:"Modus predvorja",disableDialogContent:"Modus predvorja je trenuta\u010dno uklju\u010den. Ovaj modus osigurava da se ne\u017eeljeni sudionici ne mogu pridru\u017eiti tvom sastanku. \u017deli\u0161 li ga isklju\u010diti?",disableDialogSubmit:"Isklju\u010di",emailField:"Upi\u0161i svoju e-mail adresu",enableDialogPasswordField:"Postavi lozinku (opcionalno)",enableDialogSubmit:"Uklju\u010di",enableDialogText:"Modus predvorja omogu\u0107uje za\u0161tititi vlastiti sastanak dopu\u0161taju\u0107i osobama da u\u0111u samo nakon formalnog odobrenja moderatora.",enterPasswordButton:"Upi\u0161i lozinku sastanka",enterPasswordTitle:"Upi\u0161i lozinku za pridru\u017eivanje sastanku",errorMissingPassword:"Upi\u0161i lozinku sastanka",invalidPassword:"Neispravna lozinka",joinRejectedMessage:"Tvoj zahtjev za pridru\u017eivanje je odbio moderator.",joinRejectedTitle:"Zahtjev za pridru\u017eivanje odbijen.",joinTitle:"Pridru\u017ei se sastanku",joinWithPasswordMessage:"Poku\u0161aj pridru\u017eivanja s lozinkom, pri\u010dekaj \u2026",joiningMessage:"Pridru\u017eit \u0107e\u0161 se sastanku \u010dim netko prihvati tvoj zahtjev",joiningTitle:"Zahtjev za pridru\u017eivanje sastanku \u2026",joiningWithPasswordTitle:"Pridru\u017eivanje s lozinkom \u2026",knockButton:"Zatra\u017ei pridru\u017eivanje",knockTitle:"Netko se \u017eeli pridru\u017eiti sastanku",knockingParticipantList:"Popis sudionika koji se \u017eele pridru\u017eiti",lobbyChatStartedNotification:"{{moderator}} je zapo\u010deo/la chat u predvorju s {{attendee}}",lobbyChatStartedTitle:"{{moderator}} je zapo\u010deo/la chat u predvorju s tobom.",nameField:"Upi\u0161i svoje ime",notificationLobbyAccessDenied:"{{originParticipantName}} je odbio/la pridru\u017eivanje sudioniku {{targetParticipantName}}",notificationLobbyAccessGranted:"{{originParticipantName}} je dozvolio/la pridru\u017eivanje sudioniku {{targetParticipantName}}",notificationLobbyDisabled:"{{originParticipantName}} je isklju\u010dio/la predvorje",notificationLobbyEnabled:"{{originParticipantName}} je uklju\u010dio/la predvorje",notificationTitle:"Predvorje",passwordField:"Upi\u0161i lozinku sastanka",passwordJoinButton:"Pridru\u017ei se",reject:"Odbij",rejectAll:"Odbij sve",title:"Predvorje",toggleLabel:"Uklju\u010di predvorje"},localRecording:{clientState:{off:"Isklju\u010deno",on:"Uklju\u010deno",unknown:"Nepoznato"},dialogTitle:"Kontrole lokalnog snimanja",duration:"Trajanje",durationNA:"--",encoding:"Kodiranje",label:"LOR",labelToolTip:"Lokalno snimanje je aktivirano",localRecording:"Lokalno snimanje",me:"Ja",messages:{engaged:"Lokalno snimanje je aktivirano.",finished:"Snimanje sesije {{token}} je zavr\u0161eno. Po\u0161alji snimljenu datoteku moderatoru.",finishedModerator:"Snimanje sesije {{token}} je zavr\u0161eno. Snimka lokalne snimke je spremljena. Zamoli ostale sudionike da po\u0161alju svoje snimke.",notModerator:"Nisi moderator. Ne mo\u017ee\u0161 pokrenuti ili prekinuti lokalno snimanje."},moderator:"Moderator",no:"Ne",participant:"Sudionik",participantStats:"Statistika sudionika",selectTabTitle:"\ud83c\udfa5 Odaberi ovu karticu za snimanje",sessionToken:"Token sesije",start:"Pokreni snimanje",stop:"Prekini snimanje",yes:"Da"},lockRoomPassword:"lozinka",lockRoomPasswordUppercase:"Lozinka",lonelyMeetingExperience:{button:"Pozovi druge",youAreAlone:"Ti si jedina osoba na sastanku"},me:"ja",notify:{OldElectronAPPTitle:"Sigurnosni problem!",allowAction:"Dozvoli",allowedUnmute:"Mo\u017ee\u0161 uklju\u010diti mikrofon, pokrenuti kameru ili dijeliti ekran.",audioUnmuteBlockedDescription:"Isklju\u010divanje mikrofona je tenuta\u010dno blokirano zbog ograni\u010denja sustava.",audioUnmuteBlockedTitle:"Isklju\u010divanje mikrofona blokirano!",chatMessages:"Chat poruke",connectedOneMember:"{{name}} se pridru\u017eio/la sastanku",connectedThreePlusMembers:"{{name}} i mnogi drugi su se pridru\u017eili sastanku",connectedTwoMembers:"{{first}} i {{second}} su se pridru\u017eili sastanku",disconnected:"odspojen",displayNotifications:"Prika\u017ei obavijesti za",focus:"Fokus konferencije",focusFail:"Komponenta {{component}} nije dostupna \u2013 poku\u0161aj ponovo za {{ms}} s",gifsMenu:"GIPHY",groupTitle:"Obavijesti",hostAskedUnmute:"Moderator \u017eeli da govori\u0161",invitedOneMember:"{{name}} je pozvan/a",invitedThreePlusMembers:"{{name}} i {{count}} drugih su pozvani",invitedTwoMembers:"{{first}} i {{second}} su pozvani",kickParticipant:"{{kicker}} je izbacio/la {{kicked}}",leftOneMember:"{{name}} je napustio/la sastanak",leftThreePlusMembers:"{{name}} i mnogi drugi su napustili sastanak",leftTwoMembers:"{{first}} i {{second}} su napustili sastanak",linkToSalesforce:"Pove\u017ei sa Salesforce",linkToSalesforceDescription:"Sa\u017eetak sastanka mo\u017ee\u0161 povezati s Salesforce objektom.",linkToSalesforceError:"Neuspjelo povezivanje sastanka s Salesforce",linkToSalesforceKey:"Pove\u017ei ovaj sastanak",linkToSalesforceProgress:"Povezivanje sastanka sa Salesforce \u2026",linkToSalesforceSuccess:"Ovaj je sastanak povezan sa Salesforce",localRecordingStarted:"{{name}} je pokrenuo/la lokalno snimanje.",localRecordingStopped:"{{name}} je prekinuo/la lokalno snimanje.",me:"Ja",moderationInEffectCSDescription:"Digni ruku ako \u017eeli\u0161 dijeliti svoj ekran.",moderationInEffectCSTitle:"Moderator je blokirao dijeljenje ekrana",moderationInEffectDescription:"Digni ruku ako \u017eeli\u0161 govoriti.",moderationInEffectTitle:"Moderator je isklju\u010dio tvoj mikrofon",moderationInEffectVideoDescription:"Digni ruku ako \u017eeli\u0161 pokrenuti svoju kameru.",moderationInEffectVideoTitle:"Moderator je blokirao tvoju kameru",moderationRequestFromModerator:"Doma\u0107in \u017eeli da isklju\u010di\u0161 zvuk",moderationRequestFromParticipant:"\u017deli govoriti",moderationStartedTitle:"Moderiranje zapo\u010deo/la",moderationStoppedTitle:"Moderiranje prekinuo/la",moderationToggleDescription:"{{participantDisplayName}}",moderator:"Ti si sada moderator",muted:"Zapo\u010deo/la si konverzaciju s isklju\u010denim zvukom.",mutedRemotelyDescription:"Zvuk mo\u017ee\u0161 uvijek uklju\u010diti kad \u017eeli\u0161 govoriti. Isklju\u010di zvuk kad zavr\u0161i\u0161 za smanjivanje buke u sastanku.",mutedRemotelyTitle:"{{participantDisplayName}} je isklju\u010dio/la tvoj zvuk",mutedTitle:"Tvoj zvuk je isklju\u010den!",newDeviceAction:"Koristi",newDeviceAudioTitle:"Otkriven je novi audio ure\u0111aj",newDeviceCameraTitle:"Otkrivena je nova kamera",noiseSuppressionDesktopAudioDescription:"Suzbijanje \u0161umova se ne mo\u017ee uklju\u010diti tijekom dijeljenja zvuka radne povr\u0161ine. Isklju\u010di suzbijanje i poku\u0161aj ponovo.",noiseSuppressionFailedTitle:"Nauspjelo pokretanje suzbijanja \u0161umova",noiseSuppressionNoTrackDescription:"Najprije isklju\u010di zvuk tvog mikrofona.",noiseSuppressionStereoDescription:"Suzbijanja \u0161umova stereo zvuka trenuta\u010dno nije podr\u017eano.",oldElectronClientDescription1:"\u010cini se da koristi\u0161 staru verziju klijenta Jitsi Meet koja ima poznate sigurnosne probleme. Obavezno aktualiziraj na na\u0161u ",oldElectronClientDescription2:"najnoviju verziju",oldElectronClientDescription3:" sada!",participantWantsToJoin:"\u017deli se pridru\u017eiti sastanku",participantsWantToJoin:"\u017dele se pridru\u017eiti sastanku",passwordRemovedRemotely:"Jedan drugi sudionik je uklonio $t(lockRoomPasswordUppercase)",passwordSetRemotely:"Jedan drugi sudionik je postavio $t(lockRoomPasswordUppercase)",raiseHandAction:"Digni ruku",raisedHand:"\u017deli govoriti.",raisedHands:"{{participantName}} i jo\u0161 {{raisedHands}} osoba",reactionSounds:"Isklju\u010di zvukove",reactionSoundsForAll:"Isklju\u010di zvukove za sve",screenShareNoAudio:"Polje za dijeljenje zvuka nije ozna\u010deno na ekranu za biranje prozora.",screenShareNoAudioTitle:"Nije bilo mogu\u0107e dijeliti zvuk sustava!",selfViewTitle:"Pogled na sebe mo\u017ee\u0161 sakriti u postavkama",somebody:"Netko",startSilentDescription:"Za uklju\u010divanje zvuka ponovo se pridru\u017ei sastanku",startSilentTitle:"Pridru\u017eio/la si se bez zvuka!",suboptimalBrowserWarning:"Bojimo se da tvoj do\u017eivljaj sastanka ovdje ne\u0107e biti dobar. Tra\u017eimo na\u010dine da to pobolj\u0161amo, ali do tada poku\u0161aj koristiti jedan od potpuno podr\u017eanih preglednika.",suboptimalExperienceTitle:"Upozorenje preglenika",unmute:"Isklju\u010di zvuk",videoMutedRemotelyDescription:"Mo\u017ee\u0161 ga ponovo uklju\u010diti bilo kada.",videoMutedRemotelyTitle:"{{participantDisplayName}} je isklju\u010dio tvoj video",videoUnmuteBlockedDescription:"Uklju\u010divanje zvuka kamere i dijeljenje radne povr\u0161ine privremeno su blokirani zbog ograni\u010denja sustava.",videoUnmuteBlockedTitle:"Isklju\u010divanje zvuka kamere i dijeljenje ekrana je blokirano!",viewLobby:"Pogledaj predvorje",waitingParticipants:"{{waitingParticipants}} ljudi"},participantsPane:{actions:{allow:"Dozvoli sudionicima da:",allowVideo:"Dozvole video",askUnmute:"Zatra\u017ee isklju\u010divanje zvuka",audioModeration:"Isklju\u010de vlastiti zvuk",blockEveryoneMicCamera:"Blokiraju mikrofone i kamere svih sudionika",invite:"Nekoga pozovu",moreModerationActions:"Daljnje opcije moderiranja",moreModerationControls:"Daljnje kontrole moderiranja",moreParticipantOptions:"Daljnje opcije sudionika",mute:"Isklju\u010de zvuk",muteAll:"Isklju\u010de zvuk svih sudionika",muteEveryoneElse:"Isklju\u010de zvuk svih drugih",stopEveryonesVideo:"Prekinu videa svih",stopVideo:"Prekinu video",unblockEveryoneMicCamera:"Deblokiraju mikrofone i kamere svih sudionika",videoModeration:"Pokrenu vlastiti video"},close:"Zatvori",headings:{lobby:"Predvorje ({{count}})",participantsList:"Sudionici sastanka ({{count}})",waitingLobby:"\u010cekaju u predvorju ({{count}})"},search:"Tra\u017ei sudionike",title:"Sudionici"},passwordDigitsOnly:"Do {{number}} znamenke/i",passwordSetRemotely:"Postavljena od jednog drugog sudionika",pinnedParticipant:"Sudionik je prikva\u010den",polls:{answer:{skip:"Presko\u010di",submit:"Po\u0161alji"},by:"Autor {{ name }}",create:{addOption:"Dodaj opciju",answerPlaceholder:"Opcija {{index}}",cancel:"Odustani",create:"Stvori anketu",pollOption:"Opcija ankete {{index}}",pollQuestion:"Pitanje ankete",questionPlaceholder:"Postavi pitanje",removeOption:"Ukloni opciju",send:"Po\u0161alji"},notification:{description:"Za glasanje otvori karticu ankete",title:"Ovom sastanku je dodana nova anketa"},results:{changeVote:"Promijeni glasanje",empty:"Jo\u0161 nema anketa u sastanku. Pokreni anketu ovdje!",hideDetailedResults:"Sakrij detalje",showDetailedResults:"Poka\u017ei detalje",vote:"Glasanje"}},poweredby:"omogu\u0107uje",prejoin:{audioAndVideoError:"Audio i videogre\u0161ka:",audioDeviceProblem:"Postoji problem s audio ure\u0111ajem",audioOnlyError:"Gre\u0161ka audio ure\u0111aja:",audioTrackError:"Nije bilo mogu\u0107e stvoriti audio snimku.",callMe:"Nazovi me",callMeAtNumber:"Nazovi me na ovaj broj:",calling:"Nazivanje",configuringDevices:"Konfiguriranje ure\u0111aja \u2026",connectedWithAudioQ:"Jesi li povezan/a s audio ure\u0111ajem?",connection:{good:"Tvoja internetska veza izgleda u redu!",nonOptimal:"Tvoja internetska veza nije optimalna",poor:"Ima\u0161 slabu internetsku vezu"},connectionDetails:{audioClipping:"O\u010dekujemo da \u0107e tvoj zvuk biti ispresijecan.",audioHighQuality:"O\u010dekujemo da \u0107e tvoj zvuk biti izvrsne kvalitete.",audioLowNoVideo:"O\u010dekujemo da \u0107e tvoj zvuk biti lo\u0161e kvalitete i bez videa.",goodQuality:"Super! Kvaliteta tvojih medija \u0107e biti izvrsna.",noMediaConnectivity:"Nismo mogli prona\u0107i na\u010din za uspostavljanje povezanosti medija za ovaj test. Razlog tome je obi\u010dno vatrozid ili NAT.",noVideo:"O\u010dekujemo da \u0107e tvoj video biti grozan.",undetectable:"Ako i dalje ne mo\u017ee\u0161 nazivati u pregledniku, preporu\u010dujemo da provjeri\u0161 jesu li zvu\u010dnici, mikrofon i kamera pravilno postavljeni, da su pregledniku dodijeljena prava za kori\u0161tenje mikrofona i kamere te da je verzija preglednika aktualna. Ako i dalje ima\u0161 problema s nazivanjem, obrati se programeru web-aplikacije.",veryPoorConnection:"O\u010dekujemo da \u0107e kvaliteta tvog poziva biti grozna.",videoFreezing:"O\u010dekujemo da \u0107e se tvoj video zamrznuti, prikazati crnu sliku i da \u0107e se prikazati pikselasto.",videoHighQuality:"O\u010dekujemo da \u0107e tvoj video biti dobre kvalitete.",videoLowQuality:"O\u010dekujemo da \u0107e tvoj video biti lo\u0161e kvalitete \u0161to se ti\u010de broja sli\u010dica u sekundi i rezolucije.",videoTearing:"O\u010dekujemo da \u0107e se tvoj video prikazati pikselasto ili da \u0107e imati vizualne gre\u0161ke."},copyAndShare:"Kopiraj i dijeli poveznicu sastanka",dialInMeeting:"Nazovi satanak",dialInPin:"Nazovi satanak i upi\u0161i PIN kod:",dialing:"Biranje",doNotShow:"Nemoj vi\u0161e prikazivati ovaj ekran",errorDialOut:"Pozivanje nije bilo mogu\u0107e",errorDialOutDisconnected:"Pozivanje nije bilo mogu\u0107e. Odspojeno",errorDialOutFailed:"Pozivanje nije bilo mogu\u0107e. Poziv neusio",errorDialOutStatus:"Gre\u0161ka u stanju pozivanja",errorMissingName:"Za pridru\u017eivanje sastanku upi\u0161i svoje ime",errorNoPermissions:"Mora\u0161 uklju\u010diti pristup mikrofonu i kameri",errorStatusCode:"Gre\u0161ka u pozivanju, kod stanja: {{status}}",errorValidation:"Provjera broja nije uspjela",iWantToDialIn:"\u017delim nazvati",initiated:"Poziv inicijaliziran",joinAudioByPhone:"Pridru\u017ei se putem telefona",joinMeeting:"Pridru\u017ei se sastanku",joinMeetingInLowBandwidthMode:"Pridru\u017ei se u modusu niske stope prijenosa podataka",joinWithoutAudio:"Pridru\u017ei se bez zvuka",keyboardShortcuts:"Uklju\u010di tipkovne pre\u010dace",linkCopied:"Poveznica kopirana u me\u0111uspremnik",lookGood:"Tvoj mikrofon radi ispravno",or:"ili",premeeting:"Predsastanak",screenSharingError:"Gre\u0161ka dijeljenja ekrana:",showScreen:"Uklju\u010di ekran predsastanka",startWithPhone:"Po\u010dni s telefonom",videoOnlyError:"Gre\u0161ka videa:",videoTrackError:"Nije bilo mogu\u0107e stvoriti videosnimku.",viewAllNumbers:"pogledaj sve brojeve"},presenceStatus:{busy:"Zaposlen",calling:"Zove \u2026",connected:"Povezan",connecting:"Povezivanje \u2026",connecting2:"Povezivanje* \u2026",disconnected:"Odspojen",expired:"Istekao",ignored:"Ignoriran",initializingCall:"Inicijaliziranje poziva \u2026",invited:"Pozvan",rejected:"Odbijen",ringing:"Zvoni \u2026"},privacyView:{title:"Privatnost"},profile:{avatar:"avatar",setDisplayNameLabel:"Postavi svoje prikazno ime",setEmailInput:"Upi\u0161i e-mail adresu",setEmailLabel:"Postavi svoju e-mail adresu gravatara",title:"Profil"},raisedHand:"\u017deli govoriti",raisedHandsLabel:"Broj dignutih ruku",record:{already:{linked:"Sastanak je ve\u0107 povezan s ovim Salesforce objektom."},type:{account:"Ra\u010dun",contact:"Kontakt",lead:"Voditelj",opportunity:"Prilika",owner:"Vlasnik"}},recording:{authDropboxText:"Prenesi na Dropbox",availableSpace:"Dostupna memorija: {{spaceLeft}} MB (otprilike {{duration}} min snimanja)",beta:"BETA",busy:"Radimo na osloba\u0111anju resursa snimanja. Poku\u0161aj ponovo za par minuta.",busyTitle:"Svi ure\u0111aji za snimanje su trenuta\u010dno zaposleni",copyLink:"Kopiraj poveznicu",error:"Snimanje neuspjelo. Poku\u0161aj ponovo.",errorFetchingLink:"Gre\u0161ka pri dohva\u0107anju poveznice snimanja.",expandedOff:"Snimanje je prekinuto",expandedOn:"Sastanak se trenuta\u010dno snima.",expandedPending:"Snimanje zapo\u010dinje \u2026",failedToStart:"Neuspjelo pokretanje snimanja",fileSharingdescription:"Dijeli poveznicu snimanja sa sudionicima sastanka",highlight:"Istakni",highlightMoment:"Istakni trenutak",highlightMomentDisabled:"Trenutke mo\u017ee\u0161 istaknuti kad snimanje po\u010dne",highlightMomentSuccess:"Trenutak istaknut",highlightMomentSucessDescription:"Tvoj istaknuti trenutak \u0107e se dodati u sa\u017eetak sastanka.",inProgress:"Snimanje ili prijenos u\u017eivo u tijeku",limitNotificationDescriptionNative:"Zbog velike potra\u017enje, tvoje \u0107e snimanje biti ograni\u010deno na {{limit}} min. Za neograni\u010deno snimanje isprobaj <3>{{app}}.",limitNotificationDescriptionWeb:"Zbog velike potra\u017enje, tvoje \u0107e snimanje biti ograni\u010deno na {{limit}} min. Za neograni\u010deno snimanje isprobaj {{app}}.",linkGenerated:"Generirali smo poveznicu za tvoje snimanje.",live:"U\u017dIVO",localRecordingNoNotificationWarning:"Snimanje se ne\u0107e najaviti ostalim sudionicima. Morat \u0107e\u0161 ih obavijestiti da se sastanak snima.",localRecordingNoVideo:"Video se ne snima",localRecordingStartWarning:"Provjeri da je snimanje prekinuto prije napu\u0161tanja sastanka kako bi se spremilo.",localRecordingStartWarningTitle:"Prekini snimanje kako bi se spremilo",localRecordingVideoStop:"Prekidanje tvog videa \u0107e tako\u0111er prekinuti lokalno snimanje. Stvarno \u017eeli\u0161 nastaviti?",localRecordingVideoWarning:"Za snimanje tvog videa, on mora biti uklju\u010den kada zapo\u010dne\u0161 snimanje",localRecordingWarning:"Odaberi trenuta\u010dnu karticu za kori\u0161tenje ispravnog videa i zvuka. Snimanje je trenuta\u010dno ograni\u010deno na 1\xa0GB, \u0161to je oko 100\xa0minuta.",loggedIn:"Prijava kao {{userName}}",noStreams:"Nema otkrivenih audio niti videoprijenosa.",off:"Snimanje prekinuto",offBy:"{{name}} je prekinuo/la snimanje",on:"Snimanje pokrenuto",onBy:"{{name}} je pokrenuo/la snimanje",onlyRecordSelf:"Snimi samo moje audio i videoprijenose",pending:"Pripremanje snimanja sastanka \u2026",rec:"REC",saveLocalRecording:"Spremi datoteku snimanja lokalno (Beta)",serviceDescription:"Tvoje snimanje \u0107e spremiti usluga za snimanje",serviceDescriptionCloud:"Snimanje u oblaku",serviceDescriptionCloudInfo:"Snimljeni sastanci se automatski bri\u0161u nakon 24 sata.",serviceName:"Usluga snimanja",sessionAlreadyActive:"Ova se sesija ve\u0107 snima ili prenosi u\u017eivo.",signIn:"Privaji se",signOut:"Odjavi se",surfaceError:"Odaberi trenuta\u010dnu karticu.",title:"Snimanje",unavailable:"Ups! Usluga {{serviceName}} trenuta\u010dno nije dostupna. Radimo na rje\u0161avanju problema. Poku\u0161aj kasnije ponovo.",unavailableTitle:"Snimanje nije dostupno",uploadToCloud:"Prenesi u oblak"},screenshareDisplayName:"Ekran od {{name}}",sectionList:{pullToRefresh:"Povuci za aktualiziranje"},security:{about:"Mo\u017ee\u0161 dodati $t(lockRoomPassword) svom sastanku. Sudionici \u0107e morati upisati $t(lockRoomPassword) prije nego \u0161to im se omogu\u0107i pridru\u017eivanje sastanku.",aboutReadOnly:"Moderatori mogu dodati $t(lockRoomPassword) sastanku. Sudionici \u0107e morati upisati $t(lockRoomPassword) prije nego \u0161to im se omogu\u0107i pridru\u017eivanje sastanku.",insecureRoomNameWarning:"Ime sobe nije sigurno. Ne\u017eeljeni sudionici mogu se pridru\u017eiti tvojoj konferenciji. Osiguraj sastanak pomo\u0107u sigurnosne tipke.",title:"Sigurnosne opcije"},settings:{buttonLabel:"Postavke",calendar:{about:"Integracija {{appName}} kalendara koristi se za siguran pristup tvom kalendaru kako bi mogao \u010ditati nadolaze\u0107e doga\u0111aje.",disconnect:"Odspoji",microsoftSignIn:"Prijavi se s Microsoft ra\u010dunom",signedIn:"Trenuta\u010dno se pristupa doga\u0111ajima u kalendaru za {{email}}. Pritisni gumb Odspoji za prekid pristupanja doga\u0111ajima u kalendaru.",title:"Kalendar"},desktopShareFramerate:"Broj sli\u010dica u sekundi za dijeljenje radne povr\u0161ine",desktopShareHighFpsWarning:"Ve\u0107i broj sli\u010dica u sekundi za dijeljenje radne povr\u0161ine mo\u017ee utjecati na tvoju stopu prijenosa podataka. Za primjenu novih postavki mora\u0161 ponovo pokrenuti dijeljenje ekrana.",desktopShareWarning:"Za primjenu novih postavki mora\u0161 ponovo pokrenuti dijeljenje ekrana.",devices:"Ure\u0111aji",followMe:"Svatko me prati",framesPerSecond:"sli\u010dica u sekundi",incomingMessage:"Dolazna poruka",language:"Jezik",loggedIn:"Prijavljen/a kao {{name}}",maxStageParticipants:"Maksimalni broj sudionika koji se mogu prikva\u010diti na glavnu pozornicu",microphones:"Mikrofoni",moderator:"Moderator",more:"Vi\u0161e",name:"Ime",noDevice:"Nijedan",participantJoined:"Sudionik se pridru\u017eio",participantKnocking:"Sudionik je u\u0161ao u predvorje",participantLeft:"Sudionik se odjavio",playSounds:"Sviranje zvuka uklju\u010deno",reactions:"Reakcije sastanka",sameAsSystem:"Isto kao sustav ({{label}})",selectAudioOutput:"Audio razultat",selectCamera:"Kamera",selectMic:"Mikrofon",selfView:"Pogled na sebe",sounds:"Zvukovi",speakers:"Zvu\u010dnici",startAudioMuted:"Svi po\u010dinju s isklju\u010denim zvukom",startReactionsMuted:"Isklju\u010di zvukove reakcija za sve",startVideoMuted:"Svi po\u010dinju skriveni",talkWhileMuted:"Govori s isklju\u010denim zvukom",title:"Postavke"},settingsView:{advanced:"Napredno",alertCancel:"Odustani",alertOk:"U redu",alertTitle:"Upozorenje",alertURLText:"Upisani URL poslu\u017eitelja je neispravan",buildInfoSection:"Informacije o izgradnji",conferenceSection:"Konferencija",disableCallIntegration:"Isklju\u010di izvornu integraciju nazivanja",disableCrashReporting:"Isklju\u010di izvje\u0161tavanje o prekidu aplikacije",disableCrashReportingWarning:"Stvarno \u017eeli\u0161 isklju\u010diti izvje\u0161tavanje o prekidu aplikacije? Postavka \u0107e se primijeniti nakon ponovnog pokretanja aplikacije.",disableP2P:"Isklju\u010di modus P2P",displayName:"Prikazno ime",displayNamePlaceholderText:"Npr.: John Doe",email:"E-mail adresa",goTo:"Idi na",header:"Postavke",help:"Pomo\u0107",links:"Poveznice",privacy:"Privatnost",profileSection:"Profil",serverURL:"URL poslu\u017eitelja",showAdvanced:"Poka\u017ei napredne postavke",startCarModeInLowBandwidthMode:"Pokreni automobilski modus u modusu niske stope prijenosa podataka",startWithAudioMuted:"Po\u010dni s isklju\u010denim zvukom",startWithVideoMuted:"Po\u010dni s isklju\u010denim zvukom videa",terms:"Uvjeti",version:"Verzija"},share:{dialInfoText:"\n\n=====\n\n\u017deli\u0161 jednostavno nazvati putem telefona?\n\n{{defaultDialInNumber}}Pritisni ovu poveznicu za prikaz pozivnih brojeva za ovaj sastanak\n{{dialInfoPageUrl}}",mainText:"Pritisni sljede\u0107u poveznicu za pridru\u017eivanje sastanku:\n{{roomUrl}}"},speaker:"Govornik",speakerStats:{angry:"Ljutit",disgusted:"Zgro\u017een",displayEmotions:"Prika\u017ei emocije",fearful:"Stra\u0161ljiv",happy:"Sretan",hours:"{{count}} h",minutes:"{{count}} m",name:"Ime",neutral:"Neutralan",sad:"\u017dalostan",search:"Tra\u017ei",seconds:"{{count}} s",speakerStats:"Statistika govornika",speakerTime:"Vrijeme govornika",surprised:"Iznena\u0111en"},startupoverlay:{genericTitle:"Sastanak mora koristiti tvoj mikrofon i kameru.",policyText:" ",title:"{{app}} mora koristiti tvoj mikrofon i kameru."},suspendedoverlay:{rejoinKeyTitle:"Ponovo se pridru\u017ei",text:"Za ponovno povezivanje pritisni gumb Ponovo se pridru\u017ei.",title:"Tvoj je videopoziv prekinut jer je tvoje ra\u010dunalo pre\u0161lo u stanje mirovanja."},termsView:{title:"Uvjeti"},toggleTopPanelLabel:"Uklju\u010di/Isklju\u010di gornju plo\u010du",toolbar:{Settings:"Postavke",accessibilityLabel:{Settings:"Uklju\u010di/Isklju\u010di postavke",audioOnly:"Uklju\u010di/Isklju\u010di opciju samo zvuk",audioRoute:"Odaberi audio ure\u0111aj",boo:"Negoduj",breakoutRoom:"Pridru\u017ei se/Napusti sobu podgrupe",callQuality:"Upravljaj kvalitetom videa",carmode:"Automoblski modus",cc:"Uklju\u010di/Isklju\u010di titlove",chat:"Otvori/Zatvori chat",clap:"Plje\u0161\u0107i",collapse:"Sklopi",document:"Uklju\u010di/Isklju\u010di dijeljeni dokument",download:"Preuzmi na\u0161e aplikacije",embedMeeting:"Ugradi sastanak",endConference:"Zavr\u0161i sastanak za sve",expand:"Rasklopi",feedback:"Napi\u0161i povratnu informaciju",fullScreen:"Uklju\u010di/Isklju\u010di cjeloekranski prikaz",giphy:"Uklju\u010di/Isklju\u010di GIPHY izbornik",grantModerator:"Odobri moderatorska prava",hangup:"Napusti sastanak",help:"Pomo\u0107",invite:"Pozovi ljude",kick:"Izbaci sudionika",laugh:"Nasmij se",leaveConference:"Napusti sastanak",like:"Palac gore",linkToSalesforce:"Poveznica na Salesforce",lobbyButton:"Uklju\u010di/Isklju\u010di modus predvorja",localRecording:"Uklju\u010di/Isklju\u010di kontrole lokalnog snimanja",lockRoom:"Uklju\u010di/Isklju\u010di lozinku sastanka",moreActions:"Vi\u0161e radnji",moreActionsMenu:"Izbornik za vi\u0161e radnje",moreOptions:"Poka\u017ei vi\u0161e opcija",mute:"Uklju\u010di/Isklju\u010di zvuk",muteEveryone:"Isklju\u010di svima zvuk",muteEveryoneElse:"Isklju\u010di zvuk svim drugima",muteEveryoneElsesVideoStream:"Prekini video svih drugih",muteEveryonesVideoStream:"Prekini video svih",noiseSuppression:"Suzbijanje \u0161umova",participants:"Sudionici",pip:"Uklju\u010di/Isklju\u010di modus \u201eslika u slici\u201d",privateMessage:"Po\u0161alji privatnu poruku",profile:"Promijeni svoj profil",raiseHand:"Digni/Spusti ruku",reactionsMenu:"Otvori/Zatvori izbornik reakcija",recording:"Uklju\u010di/Isklju\u010di snimanje",remoteMute:"Isklju\u010di zvuk sudionika participant",remoteVideoMute:"Isklju\u010di kameru sudionika",security:"Sigurnosne opcije",selectBackground:"Odaberi pozadinu Background",selfView:"Uklju\u010di/Isklju\u010di pogled na sebe",shareRoom:"Pozovi nekoga",shareYourScreen:"Pokreni/Prekini dijeljenje tvog ekrana",shareaudio:"Dijeli zvuk",sharedvideo:"Uklju\u010di/Isklju\u010di dijeljenje videa",shortcuts:"Uklju\u010di/Isklju\u010di pre\u010dace",show:"Poka\u017ei na pozornici",silence:"Ti\u0161ina",speakerStats:"Uklju\u010di/Isklju\u010di statistiku govornika",surprised:"Iznena\u0111eno",tileView:"Uklju\u010di/Isklju\u010di plo\u010dasti prikaz",toggleCamera:"Uklju\u010di/Isklju\u010di kameru",toggleFilmstrip:"Uklju\u010di/Isklju\u010di slike videa",videoblur:"Uklju\u010di/Isklju\u010di zamu\u0107enje videa",videomute:"Pokreni/Prekini kameru",whiteboard:"Poka\u017ei/Sakrij plo\u010du za prezentacije"},addPeople:"Dodaj ljude svom pozivu",audioOnlyOff:"Isklju\u010di modus niske stope prijenosa podataka",audioOnlyOn:"Uklju\u010di modus niske stope prijenosa podataka",audioRoute:"Odaberi audio ure\u0111aj",audioSettings:"Postavke zvuka",authenticate:"Autentificiraj se",boo:"Negoduj",callQuality:"Upravljaj kvalitetom videa",chat:"Otvori/Zatvori chat",clap:"Plje\u0161\u0107i",closeChat:"Zatvori chat",closeReactionsMenu:"Zatvori izbornik reakcija",disableNoiseSuppression:"Isklju\u010di suzbijanje \u0161umova",disableReactionSounds:"Za ovaj sastanak mo\u017ee\u0161 isklju\u010diti zvukove reakcija",documentClose:"Zatvori dijeljeni dokument",documentOpen:"Otvori dijeljeni dokument",download:"Preuzmi na\u0161e aplikacije",e2ee:"Obostrano \u0161ifriranje",embedMeeting:"Ugradi sastanak",endConference:"Zavr\u0161i sastanak za sve",enterFullScreen:"Uklju\u010di cjeloekranski prikaz",enterTileView:"Uklju\u010di plo\u010dasti prikaz",exitFullScreen:"Isklju\u010di cjeloekranski prikaz",exitTileView:"Isklju\u010di plo\u010dasti prikaz",feedback:"Napi\u0161i povratnu informaciju",giphy:"Uklju\u010di/Isklju\u010di GIPHY izbornik",hangup:"Napusti sastanak",help:"Pomo\u0107",hideWhiteboard:"Sakrij plo\u010du za prezentacije",invite:"Pozovi ljude",joinBreakoutRoom:"Pridru\u017ei se sobi podgrupe",laugh:"Nasmij se",leaveBreakoutRoom:"Napusti sobu predgrupe",leaveConference:"Napusti sastanak",like:"Palac gore",linkToSalesforce:"Poveznica na Salesforce",lobbyButtonDisable:"Isklju\u010di modus predvorja",lobbyButtonEnable:"Uklju\u010di modus predvorja",login:"Prijava",logout:"Odjava",lowerYourHand:"Spusti ruku",moreActions:"Vi\u0161e radnji",moreOptions:"Vi\u0161e opcija",mute:"Isklju\u010di/Uklju\u010di zvuk",muteEveryone:"Isklju\u010di zvuk svih sudionika",muteEveryonesVideo:"Isklju\u010di kamere svih sudionika",noAudioSignalDesc:"Ako ga nisi namjerno isklju\u010dio/la u postavkama sustava ili hardvera, razmisli o mijenjanju ure\u0111aja.",noAudioSignalDescSuggestion:"Ako ga nisi namjerno isklju\u010dio/la u postavkama sustava ili hardvera, razmisli o prebacivanju na predlo\u017eeni ure\u0111aj.",noAudioSignalDialInDesc:"Nazvati mo\u017ee\u0161 i pomo\u0107u:",noAudioSignalDialInLinkDesc:"Pozivni brojevi",noAudioSignalTitle:"Tvoj mikrofon ne \u0161alje signale!",noiseSuppression:"Suzbijanje \u0161umova",noisyAudioInputDesc:"\u010cini se da tvoj mikrofon stvara \u0161umove. Razmisli o isklju\u010divanju zvuka ili promjeni ure\u0111aja.",noisyAudioInputTitle:"\u010cini se da tvoj mikrofon stvara \u0161umove!",openChat:"Otvori chat",openReactionsMenu:"Otvori izbornik reakcija",participants:"Sudionici",pip:"Uklju\u010di modus slika-u-slici",privateMessage:"Po\u0161alji privatnu poruku",profile:"Uredi svoj profil",raiseHand:"Digni/Spusti ruku",raiseYourHand:"Digni ruku",reactionBoo:"Po\u0161alji reakciju neodobravanja",reactionClap:"Po\u0161alji reakciju pleskanja",reactionLaugh:"Po\u0161alji reakciju smijanja",reactionLike:"Po\u0161alji reakciju palac gore",reactionSilence:"Po\u0161alji reakciju ti\u0161ine",reactionSurprised:"Po\u0161alji reakciju iznena\u0111enja",security:"Sigurnosne opcije",selectBackground:"Odaberi pozadinu",shareRoom:"Pozovi nekoga",shareaudio:"Dijeli zvuk",sharedvideo:"Dijeli video",shortcuts:"Prika\u017ei pre\u010dace",showWhiteboard:"Poka\u017ei plo\u010du za prezentacije",silence:"Ti\u0161ina",speakerStats:"Statistika govornika",startScreenSharing:"Pokreni dijeljenje ekrana",startSubtitles:"Pokreni titlove",stopAudioSharing:"Prekini dijeljenje zvuka",stopScreenSharing:"Prekini dijeljenje ekrana",stopSharedVideo:"Prekini video",stopSubtitles:"Prekini titlove",surprised:"Iznena\u0111en",talkWhileMutedPopup:"Poku\u0161ava\u0161 govoriti? Tvoj zvuk je isklju\u010den.",tileViewToggle:"Uklju\u010di/Isklju\u010di plo\u010dasti prikaz",toggleCamera:"Uklju\u010di/Isklju\u010di kameru",videoSettings:"Videopostavke",videomute:"Pokreni/Prekini kameru"},transcribing:{ccButtonTooltip:"Pokreni/Prekini titlove",error:"Transkribiranje neuspjelo. Poku\u0161aj ponovo.",expandedLabel:"Transkribiranje je trenuta\u010dno uklju\u010deno",failedToStart:"Neuspjelo pokretanje transkribiranja",labelToolTip:"Sastanak se transkribira",off:"Transkribiranje je prekinuto",pending:"Priprema za transkribiranje sastanka \u2026",sourceLanguageDesc:"Trenuta\u010dno je jezik sastanka postavljen na {{sourceLanguage}}.
Mo\u017ee\u0161 ga promijeniti ",sourceLanguageHere:"ovdje",start:"Po\u010dni pokazivati titlove",stop:"Prekini pokazivati titlove",subtitles:"Titlovi",subtitlesOff:"Isklju\u010deno",tr:"TR"},userMedia:{androidGrantPermissions:"Odaberi Dozvoli kad tvoj preglednik zatra\u017ei dozvole.",chromeGrantPermissions:"Odaberi Dozvoli kad tvoj preglednik zatra\u017ei dozvole.",edgeGrantPermissions:"Odaberi Da kad tvoj preglednik zatra\u017ei dozvole.",electronGrantPermissions:"Poku\u0161aj pristupa tvojoj kameri i mikrofonu",firefoxGrantPermissions:"Odaberi Dijeli odabrane ure\u0111aje kad tvoj preglednik zatra\u017ei dozvole.",iexplorerGrantPermissions:"Odaberi U redu kad tvoj preglednik zatra\u017ei dozvole.",nwjsGrantPermissions:"Dozvoli pristup tvojoj kameri i mikrofonu",operaGrantPermissions:"Odaberi Dozvoli kad tvoj preglednik zatra\u017ei dozvole.","react-nativeGrantPermissions":"Odaberi Dozvoli kad tvoj preglednik zatra\u017ei dozvole.",safariGrantPermissions:"Odaberi U redu kad tvoj preglednik zatra\u017ei dozvole."},videoSIPGW:{busy:"Radimo na osloba\u0111anju resursa. Poku\u0161aj ponovo za par minuta.",busyTitle:"Usluga soba je trenuta\u010dno zaposlena",errorAlreadyInvited:"{{displayName}} je ve\u0107 pozvan/a",errorInvite:"Konferencija jo\u0161 nije uspostavljena. Poku\u0161aj kasnije ponovo.",errorInviteFailed:"Radimo na rje\u0161avanju problema. Poku\u0161aj kasnije ponovo.",errorInviteFailedTitle:"Pozivanje sudionika {{displayName}} neuspjelo",errorInviteTitle:"Gre\u0161ka prilikom poziva u sobu",pending:"{{displayName}} je pozvan/a"},videoStatus:{adjustFor:"Prilagodi za:",audioOnly:"AUD",audioOnlyExpanded:"Koristi\u0161 modus niske stope prijenosa podataka. U ovom modusu primat \u0107e\u0161 samo zvuk i dijeljenje ekrana.",bestPerformance:"Najbolja performanca",callQuality:"Kvaliteta videa",hd:"HD",hdTooltip:"Prikazivanje videa u visokoj rezoluciji",highDefinition:"Visoka rezolucija",highestQuality:"Najvi\u0161e kvlaiteta",labelTooiltipNoVideo:"Bez videa",labelTooltipAudioOnly:"Modus niske stope prijenosa podataka je uklju\u010den",ld:"LD",ldTooltip:"Prikazivanje videa u niskoj rezoluciji",lowDefinition:"Niska rezolucija",performanceSettings:"Postavke performance",sd:"SD",sdTooltip:"Prikazivanje videa u standardnoj rezoluciji",standardDefinition:"Standardna rezolucija"},videothumbnail:{connectionInfo:"Informacije o vezi",domute:"Isklju\u010di zvuk",domuteOthers:"Isklju\u010di zvuk za sve druge",domuteVideo:"Isklju\u010di kameru",domuteVideoOfOthers:"Isklju\u010di kameru svih drugih",flip:"Preokreni",grantModerator:"Odobri moderatorska prava",hideSelfView:"Sakrij pogled na sebe",kick:"Izbaci",moderator:"Moderator",mute:"Sudioniku je isklju\u010den zvuk",muted:"Isklju\u010den zvuk",pinToStage:"Prikva\u010di na pozornicu",remoteControl:"Pokreni/Prekini daljinjsko upravljanje",screenSharing:"Sudionik dijeli svoj ekran",show:"Poka\u017ei na pozornici",showSelfView:"Prika\u017ei pogled na sebe",unpinFromStage:"Otkva\u010di",videoMuted:"Kamera isklju\u010dena disabled",videomute:"Sudionik je prekinuo kameru"},virtualBackground:{addBackground:"Dodaj pozadinu",apply:"Primijeni",backgroundEffectError:"Neuspjela primjena efekta pozadine.",blur:"Zamuti",deleteImage:"Izbri\u0161i sliku",desktopShare:"Dijeljenje radne povr\u0161ine",desktopShareError:"Nije bilo mogu\u0107e stvoriti dijeljenje radne povr\u0161ine",image1:"Pla\u017ea",image2:"Bijeli neutralni zid",image3:"Bijela prazna soba",image4:"Crni luster",image5:"Planina",image6:"\u0160uma",image7:"Izlazak sunca",none:"Ni\u0161ta",pleaseWait:"Pri\u010dekaj \u2026",removeBackground:"Ukloni pozadinu",slightBlur:"Blago zamu\u0107enje",title:"Virtualne pozadine",uploadedImage:"Prenesena slika {{index}}",webAssemblyWarning:"WebAssembly nije podr\u017ean",webAssemblyWarningDescription:"WebAssembly je isklju\u010den ili ga ovaj preglednik ne podr\u017eava"},volumeSlider:"Kliza\u010d glasno\u0107e",welcomepage:{accessibilityLabel:{join:"Dodirni za pridru\u017eivanje",roomname:"Upi\u0161i ime sobe"},addMeetingName:"Dodaj ime sastanka",appDescription:"Zapo\u010dni videochat s cijelim timom. Zapravo, pozovi sve koje poznaje\u0161. Aplikacija {{app}} je potpuno \u0161ifrirana, 100\xa0% otvorenog koda za videokonferencije koje mo\u017ee\u0161 koristiti cijeli dan, svaki dan, besplatno \u2014 bez ra\u010duna.",audioVideoSwitch:{audio:"Glas",video:"Video"},calendar:"Kalendar",connectCalendarButton:"Pove\u017ei svoj kalendar",connectCalendarText:"Pove\u017ei svoj kalendar za prikaz svih tvojih sastanaka u {{app}}. Dodaj {{provider}} sastanke u tvoj kalendar i pokreni ih pritiskom na njih.",enterRoomTitle:"Po\u010dni novi sastanak",getHelp:"Dobij pomo\u0107",go:"KRENI",goSmall:"KRENI",headerSubtitle:"Sigurni sastanci viskoke kvalitete",headerTitle:"Jitsi Meet",info:"informacije zvanih brojeva",jitsiOnMobile:"Jitsi na mobilnim ure\u0111ajima \u2013 preuzmi na\u0161e aplikacije i zapo\u010dni sastanak od kuda god \u017eeli\u0161",join:"STVORI/PRIDRU\u017dI SE",logo:{calendar:"Logotip kalendara",desktopPreviewThumbnail:"Minijatura pregleda radne povr\u0161ine",googleLogo:"Google logotip",logoDeepLinking:"Jitsi meet logotip",microsoftLogo:"Microsoft logotip",policyLogo:"Logotip politike"},mobileDownLoadLinkAndroid:"Preuzmi mobilnu aplikaciju za Android",mobileDownLoadLinkFDroid:"Preuzmi mobilnu aplikaciju za F-Droid",mobileDownLoadLinkIos:"Preuzmi mobilnu aplikaciju za iOS",moderatedMessage:"Ili rezerviraj URL sastanka unaprijed na kojem si ti jedini moderator.",privacy:"Privatnost",recentList:"Nedavni",recentListDelete:"Izbri\u0161i unos",recentListEmpty:"Tvoj popis nedavnih je tranuta\u010dno prazan. Razgovaraj s tvojim timom i prona\u0107i \u0107e\u0161 sve svoje nedavne sastanke.",reducedUIText:"Pozdrav u {{app}}!",roomNameAllowedChars:"Ime sastanka ne smije sadr\u017eati sljede\u0107e znakove: ?, &, :, ', \", %, #.",roomname:"Upi\u0161i ime sobe",roomnameHint:"Upi\u0161i ime ili URL sobe kojoj se \u017eeli\u0161 pridru\u017eiti. Mo\u017ee\u0161 izmisliti ime, ali obavijesti ljude s kojima se sastaje\u0161 da upi\u0161u isto ime.",sendFeedback:"Po\u0161alji povratnu informaciju",settings:"Postavke",startMeeting:"Zapo\u010dni sastanak",terms:"Uvjeti",title:"Sigurno, funkcionalno i potpuno slobodno odr\u017eavanje videokonferencija"}}},835,[]); -__d(function(e,t,a,s,l,o,n){l.exports={addPeople:{add:"Megh\xedv\xe1s",countryNotSupported:"Ez a c\xe9l\xe1llom\xe1s jelenleg nem t\xe1mogatott.",countryReminder:"Ez USA-n k\xedv\xfcli h\xedv\xe1s? Orsz\xe1gh\xedv\xf3sz\xe1mmal kell kezd\u0151dnie!",disabled:"Nem h\xedvhat meg senkit.",failedToAdd:"Nem siker\xfclt a r\xe9sztvev\u0151k hozz\xe1ad\xe1sa",footerText:"A k\xfcls\u0151 t\xe1rcs\xe1z\xe1s le van tiltva.",loading:"Szem\xe9lyek \xe9s telefonsz\xe1maik keres\xe9se",loadingNumber:"Telefonsz\xe1m ellen\u0151rz\xe9se",loadingPeople:"Megh\xedvhat\xf3 szem\xe9lyek keres\xe9se",noResults:"Nincs tal\xe1lat a keres\xe9sre",noValidNumbers:"Adjon meg egy telefonsz\xe1mot",searchNumbers:"Telefonsz\xe1mok hozz\xe1ad\xe1sa",searchPeople:"Szem\xe9lyek keres\xe9se",searchPeopleAndNumbers:"Szem\xe9lyek keres\xe9se vagy telefonsz\xe1maik hozz\xe1ad\xe1sa",telephone:"Telefon: {{number}}",title:"Szem\xe9lyek megh\xedv\xe1sa az \xe9rtekezletre"},audioDevices:{bluetooth:"Bluetooth",headphones:"Fejhallgat\xf3",none:"Nincsenek el\xe9rhet\u0151 hangeszk\xf6z\xf6k",phone:"Telefon",speaker:"Hangsz\xf3r\xf3"},audioOnly:{audioOnly:"Alacsony s\xe1vsz\xe9less\xe9g"},breakoutRooms:{actions:{add:"Pihen\u0151szoba hozz\xe1ad\xe1sa",autoAssign:"Automatikus hozz\xe1rendel\xe9s a pihen\u0151szob\xe1khoz",close:"Bez\xe1r\xe1s",join:"Csatlakoz\xe1s",leaveBreakoutRoom:"Pihen\u0151szoba elhagy\xe1sa",more:"B\u0151vebben",remove:"Elt\xe1vol\xedt\xe1s",sendToBreakoutRoom:"R\xe9sztvev\u0151 \xe1thelyez\xe9se ide:"},defaultName:"Pihen\u0151szoba #{{index}}",mainRoom:"F\u0151 szoba",notifications:{joined:"Csatlakozva a \"{{name}}\" pihen\u0151szob\xe1hoz",joinedMainRoom:"Csatlakozva a f\u0151 szob\xe1hoz",joinedTitle:"Pihen\u0151szob\xe1k"}},calendarSync:{addMeetingURL:"\xc9rtekezlet hivatkoz\xe1s\xe1nak hozz\xe1ad\xe1sa",confirmAddLink:"Hozz\xe1adhat\xf3 egy Jitsi hivatkoz\xe1s az esem\xe9nyhez?",error:{appConfiguration:"A napt\xe1rintegr\xe1ci\xf3 nincs helyesen konfigur\xe1lva.",generic:"Hiba t\xf6rt\xe9nt. Ellen\u0151rizze a napt\xe1r be\xe1ll\xedt\xe1sait vagy pr\xf3b\xe1lja friss\xedteni a napt\xe1rat.",notSignedIn:"Hiba t\xf6rt\xe9nt a napt\xe1r esem\xe9nyeihez val\xf3 hozz\xe1f\xe9r\xe9shez sz\xfcks\xe9ges azonos\xedt\xe1s sor\xe1n. Ellen\u0151rizze a napt\xe1r be\xe1ll\xedt\xe1sait \xe9s pr\xf3b\xe1ljon meg \xfajra bel\xe9pni."},join:"R\xe9szv\xe9tel",joinTooltip:"Bekapcsol\xf3d\xe1s az \xe9rtekezletbe",nextMeeting:"k\xf6vetkez\u0151 \xe9rtekezlet",noEvents:"Nincs k\xf6vetkez\u0151 \xfctemezett \xe9rtekezlet.",ongoingMeeting:"folyamatban l\xe9v\u0151 \xe9rtekezlet",permissionButton:"Be\xe1ll\xedt\xe1sok megnyit\xe1sa",permissionMessage:"A napt\xe1r enged\xe9lyez\xe9se sz\xfcks\xe9ges az \xe9rtekezletek applik\xe1ci\xf3ban val\xf3 megtekint\xe9s\xe9hez.",refresh:"Napt\xe1r friss\xedt\xe9se",today:"Ma"},chat:{enter:"Bel\xe9p\xe9s a szob\xe1ba",error:"Hiba: az \xfczenetet nem siker\xfclt elk\xfcldeni. Hiba oka: {{error}}",fieldPlaceHolder:"\xcdrja ide az \xfczenet\xe9t",messageTo:"Priv\xe1t \xfczenet a felhaszn\xe1l\xf3nak: {{recipient}}",messagebox:"\xcdrja be az \xfczenetet",nickname:{popover:"Becen\xe9v kiv\xe1laszt\xe1sa",title:"Adjon meg egy becenevet a cseveg\xe9s sz\xe1m\xe1ra",titleWithPolls:"Adjon meg egy becenevet a cseveg\xe9s sz\xe1m\xe1ra"},noMessagesMessage:"A tal\xe1lkoz\xf3n m\xe9g nincsenek \xfczenetek. Itt kezdhet besz\xe9lget\xe9st!",privateNotice:"Priv\xe1t \xfczenet a felhaszn\xe1l\xf3nak: {{recipient}}",sendButton:"K\xfcld\xe9s",tabs:{chat:"Cseveg\xe9s",polls:"Szavaz\xe1s"},title:"Cseveg\xe9s",titleWithPolls:"Cseveg\xe9s \xe9s szavaz\xe1s",you:"te"},chromeExtensionBanner:{buttonText:"Chrome kiterjeszt\xe9s telep\xedt\xe9se",dontShowAgain:"Ne jelenjen meg \xfajra",installExtensionText:"Kiterjeszt\xe9s telep\xedt\xe9se a Google Calendar \xe9s az Office 365 integr\xe1ci\xf3j\xe1hoz",raiseHandAction:"K\xe9z felemel\xe9se",reactionSounds:"Hangok kikapcsol\xe1sa",reactionSoundsForAll:"Hangok kikapcsol\xe1sa mindenkinek"},connectingOverlay:{joiningRoom:"Kapcsol\xf3d\xe1s az \xe9rtekezlethez\u2026"},connection:{ATTACHED:"Kapcsol\xf3dva",AUTHENTICATING:"Azonos\xedt\xe1s",AUTHFAIL:"Hiteles\xedt\xe9s meghi\xfasult",CONNECTED:"Kapcsol\xf3dva",CONNECTING:"Kapcsol\xf3d\xe1s",CONNFAIL:"A kapcsolat meghi\xfasult",DISCONNECTED:"Sz\xe9tkapcsolva",DISCONNECTING:"Sz\xe9tkapcsol\xf3d\xe1s",ERROR:"Hiba",FETCH_SESSION_ID:"Munkamenet-azonos\xedt\xf3 beszerz\xe9se\u2026",GET_SESSION_ID_ERROR:"Hiba a munkamenet-azonos\xedt\xe1sa beszerz\xe9se k\xf6zben: {{code}}",GOT_SESSION_ID:"Munkamenet-azonos\xedt\xf3 beszerz\xe9se\u2026 K\xe9sz",LOW_BANDWIDTH:"{{displayName}} vide\xf3ja le lett kapcsolva a s\xe1vsz\xe9less\xe9g cs\xf6kkent\xe9se \xe9rdek\xe9ben",RECONNECTING:"H\xe1l\xf3zati hiba t\xf6rt\xe9nt. \xdajracsatlakoz\xe1s..."},connectionindicator:{address:"C\xedm:",bandwidth:"Becs\xfclt s\xe1vsz\xe9less\xe9g:",bitrate:"Bitsebess\xe9g:",bridgeCount:"Kiszolg\xe1l\xf3 sz\xe1ma: ",connectedTo:"Kapcsol\xf3dva ehhez:",framerate:"K\xe9pkockasebess\xe9g:",less:"Kevesebb megjelen\xedt\xe9se",localaddress:"Helyi c\xedm:",localaddress_plural:"Helyi c\xedmek:",localport:"Helyi port:",localport_plural:"Helyi portok:",more:"T\xf6bb megjelen\xedt\xe9se",packetloss:"Csomagveszt\xe9s:",quality:{good:"J\xf3",inactive:"Inakt\xedv",lost:"Elveszett",nonoptimal:"Nem optim\xe1lis",poor:"Sil\xe1ny"},remoteaddress:"T\xe1voli c\xedm:",remoteaddress_plural:"T\xe1voli c\xedmek:",remoteport:"T\xe1voli port:",remoteport_plural:"T\xe1voli portok:",resolution:"Felbont\xe1s:",status:"Kapcsolat:",transport:"\xc1tvitel:",transport_plural:"\xc1tvitelek:"},dateUtils:{earlier:"Kor\xe1bban",today:"Ma",yesterday:"Tegnap"},deepLinking:{appNotInstalled:"Sz\xfcks\xe9g van a {{app}} mobilapplik\xe1ci\xf3ra az \xe9rtekezlethez val\xf3 telefonos csatlakoz\xe1sra.",description:"Semmi sem t\xf6rt\xe9nt? Megpr\xf3b\xe1ltuk az \xe9rtekezletet a {{app}} asztali alkalmaz\xe1sban elind\xedtani. Pr\xf3b\xe1lja ezt \xfajra vagy a {{app}} webes applik\xe1ci\xf3ban ind\xedtani.",descriptionWithoutWeb:"Semmi sem t\xf6rt\xe9nt? Megpr\xf3b\xe1ltuk az \xe9rtekezletet a {{app}} asztali alkalmaz\xe1sban elind\xedtani.",downloadApp:"Applik\xe1ci\xf3 let\xf6lt\xe9se",launchWebButton:"Ind\xedt\xe1s weben",openApp:"Tov\xe1bbl\xe9p\xe9s az applik\xe1ci\xf3hoz",title:"\xc9rtekezlet ind\xedt\xe1sa a {{app}} applik\xe1ci\xf3ban\u2026",tryAgainButton:"\xdajb\xf3li pr\xf3b\xe1lkoz\xe1s az asztali v\xe1ltozatban"},defaultLink:"pl.: {{url}}",defaultNickname:"pl.: Minta Mikl\xf3s",deviceError:{cameraError:"A kamer\xe1hoz val\xf3 hozz\xe1f\xe9r\xe9s meghi\xfasult",cameraPermission:"Hiba t\xf6rt\xe9nt a kamera enged\xe9lyeztet\xe9se sor\xe1n",microphoneError:"A mikrofonhoz val\xf3 hozz\xe1f\xe9r\xe9s meghi\xfasult",microphonePermission:"Hiba t\xf6rt\xe9nt a mikrofon enged\xe9lyeztet\xe9se sor\xe1n"},deviceSelection:{noPermission:"Nem lett enged\xe9lyezve",previewUnavailable:"Nincs el\u0151n\xe9zet",selectADevice:"Eszk\xf6z kijel\xf6l\xe9se",testAudio:"Teszthang lej\xe1tsz\xe1sa"},dialOut:{statusMessage:"jelenleg {{status}}"},dialog:{Back:"Vissza",Cancel:"M\xe9gsem",IamHost:"\xc9n vagyok a szervez\u0151",Ok:"Ok",Remove:"Elt\xe1vol\xedt\xe1s",Share:"Megoszt\xe1s",Submit:"Elk\xfcld\xe9s",WaitForHostMsg:"A konferencia m\xe9g nem kezd\u0151d\xf6tt meg. Ha \xd6n a h\xe1zigazda, akkor hiteles\xedtse mag\xe1t. Ellenkez\u0151 esetben, k\xe9rj\xfck v\xe1rjon a h\xe1zigazda \xe9rkez\xe9s\xe9re.",WaitingForHost:"V\xe1rakoz\xe1s a h\xe1zigazd\xe1ra\u2026",Yes:"Igen",accessibilityLabel:{liveStreaming:"\xc9l\u0151 k\xf6zvet\xedt\xe9s"},allow:"Enged\xe9lyez",alreadySharedVideoMsg:"Egy m\xe1sik r\xe9sztvev\u0151 is vide\xf3t oszt meg. E konferencia sz\xe1m\xe1ra csak egy videomegoszt\xe1s enged\xe9lyezett.",alreadySharedVideoTitle:"Egyszerre csak egy videomegoszt\xe1s enged\xe9lyez\xe9se",applicationWindow:"Alkalmaz\xe1sablak",cameraConstraintFailedError:"A kamera nem felel meg bizonyos kik\xf6t\xe9seknek.",cameraNotFoundError:"Nem tal\xe1lhat\xf3 kamera.",cameraNotSendingData:"Nem siker\xfclt hozz\xe1f\xe9rni kamer\xe1hoz. K\xe9rem, ellen\u0151rizze, hogy egy m\xe1sik alkalmaz\xe1s nem haszn\xe1lja-e a kamer\xe1t, vagy tess\xe9k egy m\xe1sik eszk\xf6z kijel\xf6lni a be\xe1ll\xedt\xe1sok men\xfcben vagy esetleg \xe9rdemes \xfajrat\xf6lteni az applik\xe1ci\xf3t.",cameraNotSendingDataTitle:"Nem lehet hozz\xe1f\xe9rni a kamer\xe1hoz",cameraPermissionDeniedError:"Nem adott enged\xe9lyt a kamera haszn\xe1lat\xe1hoz. Csatlakozhat a besz\xe9lget\xe9shez, de a t\xf6bbiek nem fogj\xe1k \xd6nt l\xe1tni. A c\xedmsorban l\xe9v\u0151 kamera ikonnal lehet ezt helyrehozni.",cameraUnknownError:"Ismeretlen ok miatt nem lehet a kamer\xe1t haszn\xe1lni.",cameraUnsupportedResolutionError:"A kamera nem t\xe1mogatja a sz\xfcks\xe9ges videofelbont\xe1st.",close:"Bez\xe1r\xe1s",conferenceDisconnectMsg:"Ellen\u0151rizni kellene a h\xe1l\xf3zati kapcsolatokat. \xdajracsatlakoz\xe1s {{seconds}} m\xe1sodperc m\xfalva\u2026",conferenceDisconnectTitle:"Lecsatlakozott.",conferenceReloadMsg:"Pr\xf3b\xe1lkoz\xe1s a hiba jav\xedt\xe1s\xe1ra. \xdajracsatlakoz\xe1s {{seconds}} m\xe1sodperc m\xfalva\u2026",conferenceReloadTitle:"Sajnos valami f\xe9lresiker\xfclt.",confirm:"Meger\u0151s\xedt\xe9s",confirmNo:"Nem",confirmYes:"Igen",connectError:"Hopp\xe1! Valami elromlott \xe9s nem lehetett kapcsol\xf3dni a konferenci\xe1hoz.",connectErrorWithMsg:"Hopp\xe1! Valami elromlott \xe9s nem lehetett kapcsol\xf3dni a konferenci\xe1hoz: {{msg}}",connecting:"Kapcsol\xf3d\xe1s",contactSupport:"\xdcgyf\xe9lszolg\xe1lat",copy:"M\xe1sol\xe1s",dismiss:"Elutas\xedt\xe1s",displayNameRequired:"Hell\xf3! Mi a neve?",done:"K\xe9sz",e2eeDescription:"A v\xe9gpontok k\xf6z\xf6tti titkos\xedt\xe1s jelenleg K\xcdS\xc9RLETES. Ne feledje, hogy a v\xe9gpontok k\xf6z\xf6tti titkos\xedt\xe1s bekapcsol\xe1sa hat\xe9konyan letiltja a szerveroldali szolg\xe1ltat\xe1sokat, p\xe9ld\xe1ul: telefonos r\xe9szv\xe9telt. Ne feledje azt is, hogy az \xe9rtekezlet csak olyan felhaszn\xe1l\xf3k sz\xe1m\xe1ra m\u0171k\xf6dik, akik olyan b\xf6ng\xe9sz\u0151kb\u0151l csatlakoznak, amelyek t\xe1mogatj\xe1k a beilleszthet\u0151 adatfolyamokat.",e2eeLabel:"V\xe9gpontok k\xf6z\xf6tti titkos\xedt\xe1s enged\xe9lyez\xe9se",embedMeeting:"Meeting be\xe1gyaz\xe1sa",enterDisplayName:"Adja meg a nev\xe9t",error:"Hiba",externalInstallationMsg:"Telep\xedteni kell a munkaasztal megoszt\xe1s\xe1ra val\xf3 kiterjeszt\xe9st.",externalInstallationTitle:"Kiterjeszt\xe9sre van sz\xfcks\xe9g",goToStore:"Ugr\xe1s az alkalmaz\xe1sbolthoz",gracefulShutdown:"Jelenleg a szolg\xe1ltat\xe1s karbantart\xe1s miatt nem el\xe9rhet\u0151. K\xe9s\u0151bb pr\xf3b\xe1lja meg ism\xe9t.",grantModeratorDialog:"Biztos, hogy moder\xe1tori jogokat k\xedv\xe1n adni a k\xf6vetkez\u0151nek: {{participantName}}?",grantModeratorTitle:"Moder\xe1tori jogok megad\xe1sa",hideShareAudioHelper:"Ne mutassa ezt az ablakot t\xf6bb\xe9",incorrectPassword:"Helytelen felhaszn\xe1l\xf3i n\xe9v \xe9s jelsz\xf3",incorrectRoomLockPassword:"Helytelen jelsz\xf3",inlineInstallExtension:"Telep\xedt\xe9s azonnal",inlineInstallationMsg:"Telep\xedteni kell a munkaasztal megoszt\xe1s\xe1ra val\xf3 kiterjeszt\xe9st.",internalError:"Hopp\xe1! Valami elromlott. Az al\xe1bbi hiba t\xf6rt\xe9nt: {{error}}",internalErrorTitle:"Bels\u0151 hiba",kickMessage:"Tov\xe1bbi r\xe9szletek k\xe9rhet\u0151k a {{participantDisplayName}} r\xe9sztvev\u0151t\u0151l.",kickParticipantButton:"Kir\xfag\xe1s",kickParticipantDialog:"Val\xf3ban kir\xfaghat\xf3 ez a r\xe9sztvev\u0151?",kickParticipantTitle:"R\xe9sztvev\u0151 kir\xfag\xe1sa?",kickTitle:"Jaj! {{participantDisplayName}} kir\xfagta \xd6nt az \xe9rtekezletr\u0151l",liveStreaming:"\xc9l\u0151 k\xf6zvet\xedt\xe9s",liveStreamingDisabledForGuestTooltip:"A vend\xe9gek nem kezdhetnek \xe9l\u0151 k\xf6zvet\xedt\xe9st.",liveStreamingDisabledTooltip:"Az \xe9l\u0151 k\xf6zvet\xedt\xe9s ind\xedt\xe1sa le van tiltva.",lockMessage:"A konferencia z\xe1rol\xe1sa meghi\xfasult.",lockRoom:"\xc9rtekezlet $t(lockRoomPasswordUppercase) hozz\xe1ad\xe1sa",lockTitle:"Z\xe1rol\xe1s meghi\xfasult",logoutQuestion:"Val\xf3ban ki akar l\xe9pni \xe9s le\xe1ll\xedtja a konferenci\xe1t?",logoutTitle:"Kil\xe9p\xe9s",maxUsersLimitReached:"A lehets\xe9ges r\xe9sztvev\u0151k maxim\xe1lis sz\xe1ma el\xe9rve. A konferencia tele van. L\xe9pjen kapcsolatba az \xe9rtekezlet tulajdonos\xe1val vagy pr\xf3b\xe1lkozzon k\xe9s\u0151bb!",maxUsersLimitReachedTitle:"A lehets\xe9ges r\xe9sztvev\u0151k maxim\xe1lis sz\xe1ma el\xe9rve",micConstraintFailedError:"A mikrofon nem felel meg bizonyos kik\xf6t\xe9seknek.",micNotFoundError:"A mikrofon nem tal\xe1lhat\xf3.",micNotSendingData:"A sz\xe1m\xedt\xf3g\xe9p be\xe1ll\xedt\xe1sai k\xf6z\xf6tt kell visszahangos\xedtani a mikrofont vagy be\xe1ll\xedtani a hangfelv\xe9tel szintj\xe9t",micNotSendingDataTitle:"A mikrofon le van n\xe9m\xedtva a rendszerbe\xe1ll\xedt\xe1sokban",micPermissionDeniedError:"Nem adott enged\xe9lyt a mikrofon haszn\xe1lat\xe1hoz. Csatlakozhat a besz\xe9lget\xe9shez, de a t\xf6bbiek nem fogj\xe1k \xd6nt hallani. A c\xedmsorban l\xe9v\u0151 kamera ikonnal lehet ezt helyrehozni.",micUnknownError:"Ismeretlen ok miatt nem lehet a mikrofont haszn\xe1lni.",moderationAudioLabel:"Enged\xe9lyezze a r\xe9sztvev\u0151knek saj\xe1t n\xe9m\xedt\xe1suk felold\xe1s\xe1t",moderationVideoLabel:"Enged\xe9lyezze a r\xe9sztvev\u0151knek saj\xe1t kamer\xe1juk elind\xedt\xe1s\xe1t",muteEveryoneDialog:"Val\xf3ban mindenki eln\xe9m\xedthat\xf3? Nem fogja tudni visszahangos\xedtani, de \u0151 \xf6nmag\xe1t b\xe1rmikor vissza tudja majd hangos\xedtani.",muteEveryoneElseDialog:"N\xe9m\xedt\xe1s ut\xe1n m\xe1r nem fogja tudni visszahangos\xedtani, de \u0151 \xf6nmag\xe1t b\xe1rmikor vissza tudja hangos\xedtani.",muteEveryoneElseTitle:"Mindenki eln\xe9m\xedt\xe1sa, kiv\xe9ve: {{whom}}?",muteEveryoneElsesVideoDialog:"A kamera letilt\xe1sa ut\xe1n nem tudja \xfajra bekapcsolni, de \u0151k b\xe1rmikor \xfajra bekapcsolhatj\xe1k.",muteEveryoneElsesVideoTitle:"Mindenki kamer\xe1j\xe1nak til\xe1tsa, kiv\xe9ve {{whom}}?",muteEveryoneSelf:"\xf6nmagamat",muteEveryoneStartMuted:"Mindenki eln\xe9m\xedtva kezd ezut\xe1n",muteEveryoneTitle:"Mindenki eln\xe9m\xedt\xe1sa?",muteEveryonesVideoDialog:"A r\xe9sztvev\u0151k b\xe1rmikor be tudj\xe1k kapcsolni a kamer\xe1jukat.",muteEveryonesVideoDialogModerationOn:"A r\xe9sztvev\u0151k b\xe1rmikor k\xe9rhetik vide\xf3juk bekapcsol\xe1s\xe1t.",muteEveryonesVideoTitle:"Minden r\xe9sztvev\u0151 kamer\xe1j\xe1t le\xe1ll\xedtja?",muteParticipantBody:"Nem fogja tudni visszahangos\xedtani, de \u0151 \xf6nmag\xe1t b\xe1rmikor vissza tudja majd hangos\xedtani.",muteParticipantButton:"N\xe9m\xedt\xe1s",muteParticipantDialog:"Val\xf3ban eln\xe9m\xedthat\xf3 ez a r\xe9sztvev\u0151? Nem fogja tudni visszahangos\xedtani, de \u0151 \xf6nmag\xe1t b\xe1rmikor vissza tudja majd hangos\xedtani.",muteParticipantTitle:"Eln\xe9m\xedthat\xf3 a r\xe9sztvev\u0151?",muteParticipantsVideoBody:"\xd6n nem tudja \xfajra bekapcsolni a kamer\xe1t, de \u0151k b\xe1rmikor \xfajra bekapcsolhatj\xe1k.",muteParticipantsVideoButton:"Kamera le\xe1ll\xedt\xe1sa",muteParticipantsVideoDialog:"Biztosan le akarja tiltani ennek a r\xe9sztvev\u0151nek a kamer\xe1j\xe1t? \xd6n nem tudja \xfajra bekapcsolni a kamer\xe1t, de \u0151k b\xe1rmikor \xfajra bekapcsolhatj\xe1k.",muteParticipantsVideoDialogModerationOn:"Are you sure you want to turn off this participant's camera? You won't be able to turn the camera back on and neither will they.",muteParticipantsVideoTitle:"Letiltja ennek a r\xe9sztvev\u0151nek a kamer\xe1j\xe1t?",password:"Jelsz\xf3",passwordLabel:"Az \xe9rtekezletet z\xe1rolta egy r\xe9sztvev\u0151. Csatlakoz\xe1shoz adja meg a $t(lockRoomPassword).",passwordNotSupported:"Az \xe9rtekezlet $t(lockRoomPassword) be\xe1ll\xedt\xe1sa nem t\xe1mogatott.",passwordNotSupportedTitle:"$t(lockRoomPasswordUppercase) nem t\xe1mogatott",passwordRequired:"$t(lockRoomPasswordUppercase) sz\xfcks\xe9ges",popupError:"A b\xf6ng\xe9sz\u0151 blokkolja a felugr\xf3 ablakokat ezen az oldalon. Enged\xe9lyezze a b\xf6ng\xe9sz\u0151 biztons\xe1gi be\xe1ll\xedt\xe1saiban a felugr\xf3 ablakokat \xe9s pr\xf3b\xe1lja \xfajra.",popupErrorTitle:"Felugr\xf3 ablak blokkolva",recording:"Felv\xe9tel",recordingDisabledForGuestTooltip:"Vend\xe9g nem ind\xedthat felv\xe9telt.",recordingDisabledTooltip:"Felv\xe9tel r\xf6gz\xedt\xe9se letiltva.",rejoinNow:"\xdajracsatlakoz\xe1s azonnal",remoteControlAllowedMessage:"{{user}} elfogadta az \xd6n t\xe1voli vez\xe9rl\xe9si k\xe9r\xe9s\xe9t!",remoteControlDeniedMessage:"{{user}} visszautas\xedtotta az \xd6n t\xe1voli vez\xe9rl\xe9si k\xe9r\xe9s\xe9t!",remoteControlErrorMessage:"Hiba t\xf6rt\xe9nt a r\xe9sztvev\u0151h\xf6z {{user}} int\xe9zett t\xe1voli vez\xe9rl\xe9si k\xe9r\xe9s k\xfcld\xe9se k\xf6zben!",remoteControlRequestMessage:"Enged\xe9lyezi {{user}} r\xe9sztvev\u0151nek, hogy t\xe1volr\xf3l vez\xe9relje a munkaasztalt?",remoteControlShareScreenWarning:"Vegye figyelembe, hogy ha megnyomja az \u201eEnged\xe9lyez\xe9s\u201d lehet\u0151s\xe9get, akkor megosztja a k\xe9perny\u0151t!",remoteControlStopMessage:"A t\xe1voli munkamenet ir\xe1ny\xedt\xe1sa befejez\u0151d\xf6tt!",remoteControlTitle:"T\xe1voli asztal vez\xe9rl\xe9se",remoteUserControls:"{{username}} vez\xe9rl\u0151i",removePassword:"$t(lockRoomPassword) elt\xe1vol\xedt\xe1sa",removeSharedVideoMsg:"Val\xf3ban elt\xe1vol\xedthat\xf3 a megosztott vide\xf3?",removeSharedVideoTitle:"Megosztott vide\xf3 elt\xe1vol\xedt\xe1sa",reservationError:"Foglal\xe1si rendszerhiba",reservationErrorMsg:"Hibak\xf3d: {{code}}, \xfczenet: {{msg}}",retry:"\xdajra",screenSharingAudio:"Hang megoszt\xe1sa",screenSharingFailedToInstall:"Hopp\xe1! A k\xe9perny\u0151megoszt\xf3 kiterjeszt\xe9s telep\xedt\xe9se meghi\xfasult.",screenSharingFailedToInstallTitle:"A k\xe9perny\u0151megoszt\xf3 kiterjeszt\xe9s telep\xedt\xe9se meghi\xfasult",screenSharingFirefoxPermissionDeniedError:"Valami elromlott a k\xe9perny\u0151megoszt\xe1s ind\xedt\xe1sa k\xf6zben. Ellen\u0151rizze, hogy megadta-e a sz\xfcks\xe9ges enged\xe9lyeket. ",screenSharingFirefoxPermissionDeniedTitle:"Hopp\xe1! Nem siker\xfclt a k\xe9perny\u0151megoszt\xe1s ind\xedt\xe1sa!",screenSharingPermissionDeniedError:"Hopp\xe1! Valami elromlott a k\xe9perny\u0151megoszt\xe1s kiterjeszt\xe9s jogosults\xe1gaival. T\xf6ltse \xfajra \xe9s k\xeds\xe9relje meg \xfajra.",sendPrivateMessage:"Nemr\xe9g egy csak \xd6nnek sz\xf3l\xf3 \xfczenete \xe9rkezett. A v\xe1lasz\xe1t priv\xe1t \xfczenetk\xe9nt, vagy ink\xe1bb az eg\xe9sz csoportnak akarja elk\xfcldeni?",sendPrivateMessageCancel:"K\xfcld\xe9s a csoportnak",sendPrivateMessageOk:"K\xfcld\xe9s priv\xe1tban",sendPrivateMessageTitle:"Priv\xe1tban legyen elk\xfcldve?",serviceUnavailable:"Szolg\xe1ltat\xe1s nem el\xe9rhet\u0151",sessTerminated:"H\xedv\xe1s megszakadt",shareAudio:"Tov\xe1bb",shareAudioTitle:"Hang megoszt\xe1sa",shareVideoLinkError:"Adjon meg egy helyes linket.",shareVideoTitle:"Vide\xf3 megoszt\xe1sa",shareYourScreen:"K\xe9perny\u0151 megoszt\xe1sa",shareYourScreenDisabled:"K\xe9perny\u0151megoszt\xe1s letiltva.",shareYourScreenDisabledForGuest:"Vend\xe9g nem v\xe9gezhet k\xe9perny\u0151megoszt\xe1st.",sharedVideoLinkPlaceholder:"YouTube link vagy k\xf6zvetlen vide\xf3 link",startLiveStreaming:"\xc9l\u0151 k\xf6zvet\xedt\xe9s kezd\xe9se",startRecording:"Felv\xe9tel ind\xedt\xe1sa",startRemoteControlErrorMessage:"Hiba t\xf6rt\xe9nt a t\xe1voli vez\xe9rl\xe9s munkamenet\xe9nek ind\xedt\xe1sa k\xf6zben!",stopLiveStreaming:"\xc9l\u0151 k\xf6zvet\xedt\xe9s le\xe1ll\xedt\xe1sa",stopRecording:"Felv\xe9tel le\xe1ll\xedt\xe1sa",stopRecordingWarning:"Val\xf3ban le\xe1ll\xedthat\xf3 a felv\xe9tel?",stopStreamingWarning:"Val\xf3ban le\xe1ll\xedthat\xf3 az \xe9l\u0151 k\xf6zvet\xedt\xe9s?",streamKey:"\xc9l\u0151 k\xf6zvet\xedt\xe9s kulcsa",thankYou:"K\xf6sz\xf6nj\xfck a {{appName}} haszn\xe1lat\xe1t!",token:"jelsor",tokenAuthFailed:"Sajn\xe1ljuk, a csatlakoz\xe1sa nem megengedett ehhez a h\xedv\xe1shoz.",tokenAuthFailedTitle:"Hiteles\xedt\xe9s meghi\xfasult",transcribing:"\xc1tirat k\xe9sz\xedt\xe9se",unlockRoom:"\xc9rtekezlet $t(lockRoomPassword) elt\xe1vol\xedt\xe1sa",userPassword:"felhaszn\xe1l\xf3i jelsz\xf3",videoLink:"Vide\xf3 link",yourEntireScreen:"A teljes k\xe9perny\u0151"},documentSharing:{title:"Megosztott dokumentum"},feedback:{average:"\xc1tlag",bad:"Rossz",detailsLabel:"Osszon meg vel\xfcnk t\xf6bbet err\u0151l.",good:"J\xf3",rateExperience:"\xc9rt\xe9keld az \xe9rtekezlet \xe9lm\xe9ny\xe9t",veryBad:"Nagyon rossz",veryGood:"Nagyon j\xf3"},helpView:{title:"S\xfag\xf3"},incomingCall:{answer:"V\xe1lasz",audioCallTitle:"Bej\xf6v\u0151 h\xedv\xe1s",decline:"Elutas\xedt\xe1s",productLabel:"a Jitsi Meett\u0151l",videoCallTitle:"Bej\xf6v\u0151 videoh\xedv\xe1s"},info:{accessibilityLabel:"Inform\xe1ci\xf3k megjelen\xedt\xe9se",addPassword:"$t(lockRoomPassword) hozz\xe1ad\xe1sa",cancelPassword:"$t(lockRoomPassword) t\xf6rl\xe9se",conferenceURL:"Hivatkoz\xe1s:",country:"Orsz\xe1g",dialANumber:"Az \xe9rtekezlethez val\xf3 csatlakoz\xe1shoz ezeket a sz\xe1mokat kell felt\xe1rcs\xe1zni \xe9s a PIN-k\xf3dot megadni.",dialInConferenceID:"PIN-k\xf3d:",dialInNotSupported:"Sajn\xe1ljuk, a t\xe1rcs\xe1z\xe1s jelenleg nem t\xe1mogatott.",dialInNumber:"Bet\xe1rcs\xe1z\xe1s:",dialInSummaryError:"Hiba a bet\xe1rcs\xe1z\xe1si inform\xe1ci\xf3k lek\xe9rdez\xe9se k\xf6zben. K\xe9s\u0151bb \xe9rdemes \xfajra pr\xf3b\xe1lkozni.",dialInTollFree:"Ingyenes",genericError:"Hopp\xe1, valami elromlott.",inviteLiveStream:"Az \xe9rtekezlet \xe9l\u0151 k\xf6zvet\xedt\xe9s\xe9nek megtekint\xe9se: {{url}}",invitePhone:"Telefonr\xf3l val\xf3 csatlakoz\xe1shoz ezeket kell t\xe1rcs\xe1zni: {{number}},,{{conferenceID}}#\n",invitePhoneAlternatives:"M\xe1s bet\xe1rcs\xe1z\xe1si sz\xe1mot keres?\nL\xe1sd az \xe9rtekezlet bet\xe1rcs\xe1z\xe1si sz\xe1mait: {{url}}\n\n\nHa termi telefonon kereszt\xfcl t\xe1rcs\xe1z, csatlakozhat hang n\xe9lk\xfcl is: {{silentUrl}}",inviteURLFirstPartGeneral:"\xd6nt megh\xedvt\xe1k egy \xe9rtekezletre.",inviteURLFirstPartPersonal:"{{name}} megh\xedvta \xd6nt egy \xe9rtekezletre.\n",inviteURLSecondPart:"\nCsatlakoz\xe1s az \xe9rtekezlethez:\n{{url}}\n",label:"\xc9rtekezlet inform\xe1ci\xf3i",liveStreamURL:"\xc9l\u0151 k\xf6zvet\xedt\xe9s:",moreNumbers:"Tov\xe1bbi sz\xe1mok",noNumbers:"Nincsenek bet\xe1rcs\xe1z\xe1si sz\xe1mok.",noPassword:"Nincs",noRoom:"Nem volt szoba megadva, amelybe be lehetne l\xe9pni.",numbers:"Bet\xe1rcs\xe1z\xe1si sz\xe1mok",password:"$t(lockRoomPasswordUppercase):",title:"Megoszt\xe1s",tooltip:"Az \xe9rtekezlet hivatkoz\xe1s\xe1nak \xe9s beh\xedv\xf3 inform\xe1ci\xf3inak megoszt\xe1sa"},inlineDialogFailure:{msg:"Hiba t\xf6rt\xe9nt.",retry:"\xdajrapr\xf3b\xe1lkoz\xe1s",support:"T\xe1mogat\xe1s",supportMsg:"Ism\xe9telt hiba eset\xe9n \xe9rdemes kapcsolatba l\xe9pnie"},inviteDialog:{alertText:"N\xe9h\xe1ny r\xe9sztvev\u0151 megh\xedv\xe1sa meghi\xfasult.",header:"Megh\xedv\xe1s",searchCallOnlyPlaceholder:"Telefonsz\xe1m megad\xe1sa",searchPeopleOnlyPlaceholder:"R\xe9sztvev\u0151k keres\xe9se",searchPlaceholder:"R\xe9sztvev\u0151 vagy telefonsz\xe1m",send:"K\xfcld\xe9s"},keyboardShortcuts:{focusLocal:"F\xf3kusz a saj\xe1t vide\xf3mra",focusRemote:"F\xf3kusz egy m\xe1sik szem\xe9ly vide\xf3j\xe1ra",fullScreen:"Bel\xe9p\xe9s vagy kil\xe9p\xe9s a teljes k\xe9perny\u0151b\u0151l",keyboardShortcuts:"Gyorsbillenty\u0171k",localRecording:"Helyi r\xf6gz\xedt\xe9si vez\xe9rl\u0151elemek megjelen\xedt\xe9se vagy elrejt\xe9se",mute:"Mikrofon n\xe9m\xedt\xe1sa vagy visszahangos\xedt\xe1sa",pushToTalk:"Nyomd, hogy besz\xe9lj (ad\xf3-vev\u0151)",raiseHand:"K\xe9z felemel\xe9se vagy leenged\xe9se",showSpeakerStats:"Besz\xe9d statisztik\xe1k megjelen\xedt\xe9se",toggleChat:"Cseveg\xe9s megnyit\xe1sa vagy bez\xe1r\xe1sa",toggleFilmstrip:"Vide\xf3 b\xe9lyegk\xe9pek megjelen\xedt\xe9se vagy elrejt\xe9se",toggleParticipantsPane:"A r\xe9sztvev\u0151k panel megjelen\xedt\xe9se vagy elrejt\xe9se",toggleScreensharing:"V\xe1lt\xe1s kamera \xe9s k\xe9perny\u0151megoszt\xe1s k\xf6z\xf6tt",toggleShortcuts:"Gyorsbillenty\u0171k megjelen\xedt\xe9se vagy elrejt\xe9se",videoMute:"Kamera elind\xedt\xe1sa vagy le\xe1ll\xedt\xe1sa",videoQuality:"H\xedv\xe1s min\u0151s\xe9g\xe9nek kezel\xe9se"},largeVideo:{screenIsShared:"\xd6n megosztja a k\xe9perny\u0151j\xe9t",showMeWhatImSharing:"L\xe1tni szeretn\xe9m mit osztok meg"},liveStreaming:{busy:"Dolgozunk a k\xf6zvet\xedt\xe9si er\u0151forr\xe1sok felszabad\xedt\xe1s\xe1n. K\xeds\xe9relje meg \xfajra n\xe9h\xe1ny perc m\xfalva.",busyTitle:"Jelenleg minden k\xf6zvet\xedt\u0151 foglalt",changeSignIn:"Fi\xf3k v\xe1lt\xe1sa.",choose:"\xc9l\u0151 k\xf6zvet\xedt\xe9s kijel\xf6l\xe9se",chooseCTA:"V\xe1lasszon egy k\xf6zvet\xedt\xe9si opci\xf3t. \xd6n jelenleg {{email}} c\xedmmel van bel\xe9pve.",enterStreamKey:"Adja meg itt a YouTube \xe9l\u0151 k\xf6zvet\xedt\xe9si kulcsot.",error:"Az \xe9l\u0151 k\xf6zvet\xedt\xe9s meghi\xfasult. Pr\xf3b\xe1lja \xfajra.",errorAPI:"Hiba t\xf6rt\xe9nt a YouTube ad\xe1s el\xe9r\xe9se k\xf6zben. Pr\xf3b\xe1ljon meg \xfajra bel\xe9pni.",errorLiveStreamNotEnabled:"Az \xe9l\u0151 k\xf6zvet\xedt\xe9s nincs enged\xe9lyezve ezzel az email c\xedmmel: {{email}}. Enged\xe9lyezze az \xe9l\u0151 k\xf6zvet\xedt\xe9st vagy l\xe9pjen be egy m\xe1sik felhaszn\xe1l\xf3val, ahol az enged\xe9lyezve van.",expandedOff:"Az \xe9l\u0151 k\xf6zvet\xedt\xe9s le\xe1llt",expandedOn:"Az \xe9rtekezlet jelenleg k\xf6zvet\xedtve van a YouTube-on.",expandedPending:"Az \xe9lv\u0151 k\xf6zvet\xedt\xe9s elindult\u2026",failedToStart:"Az \xe9lv\u0151 k\xf6zvet\xedt\xe9s ind\xedt\xe1sa meghi\xfasult",getStreamKeyManually:"Nem lehet semmilyen \xe9l\u0151 k\xf6zvet\xedt\xe9st let\xf6lteni. Az \xe9l\u0151 k\xf6zvet\xedt\xe9shez sz\xfcks\xe9ges kulcsot a Youtube-t\xf3l lehet beszerezni.",googlePrivacyPolicy:"Google adatv\xe9delmi ir\xe1nyelvek",invalidStreamKey:"Az \xe9l\u0151 k\xf6zvet\xedt\xe9si kulcs val\xf3sz\xedn\u0171leg hib\xe1s.",off:"\xc9l\u0151 k\xf6zvet\xedt\xe9s le\xe1llt",offBy:"{{name}} le\xe1ll\xedtotta az \xe9l\u0151 k\xf6zvet\xedt\xe9st",on:"\xc9l\u0151 k\xf6zvet\xedt\xe9s",onBy:"{{name}} elind\xedtotta az \xe9l\u0151 k\xf6zvet\xedt\xe9st",pending:"\xc9l\u0151 k\xf6zvet\xedt\xe9s kezd\xe9se\u2026",serviceName:"\xc9l\u0151 k\xf6zvet\xedt\xe9si szolg\xe1ltat\xe1s",signIn:"Bejelentkez\xe9s a Google-lel",signInCTA:"Jelentkezzen be vagy adja meg a \xe9l\u0151 k\xf6zvet\xedt\xe9si kulcsot a YouTube-r\xf3l.",signOut:"Kil\xe9p\xe9s",signedInAs:"Jelenleg bejelentkezve mint:",start:"\xc9l\u0151 k\xf6zvet\xedt\xe9s kezd\xe9se",streamIdHelp:"Mi ez?",title:"\xc9l\u0151 k\xf6zvet\xedt\xe9s",unavailableTitle:"\xc9l\u0151 k\xf6zvet\xedt\xe9s el\xe9rhetetlen",youtubeTerms:"YouTube szolg\xe1ltat\xe1si felt\xe9telek"},lobby:{admit:"Enged\xe9lyez\xe9s",admitAll:"Mindet enged\xe9lyez",allow:"Enged\xe9lyez",backToKnockModeButton:"Csatlakoz\xe1si k\xe9relem k\xfcld\xe9se",chat:"Chat",dialogTitle:"Lobby m\xf3d",disableDialogContent:"A lobby m\xf3d jelenleg el\xe9rhet\u0151. Lehet\u0151s\xe9ged van csak azokat beh\xedvni a megbesz\xe9l\xe9sre, akik erre jogosultak \xe1ltalad. Szeretn\xe9d kikapcsolni?",disableDialogSubmit:"Elutas\xedt\xe1s",emailField:"\xcdrd be az email c\xedmed",enableDialogPasswordField:"Jelsz\xf3 megad\xe1sa (v\xe1laszthat\xf3)",enableDialogSubmit:"Elfogad\xe1s",enableDialogText:"A Lobby m\xf3d lehet\u0151v\xe9 teszi a megbesz\xe9l\xe9s v\xe9delm\xe9t az\xe1ltal, hogy csak a moder\xe1tor hivatalos j\xf3v\xe1hagy\xe1sa ut\xe1n engedi be az embereket.",enterPasswordButton:"Adja meg az \xe9rtekezlet jelszav\xe1t",enterPasswordTitle:"Adja meg a jelsz\xf3t az \xe9rtekezlethez val\xf3 csatlakoz\xe1shoz",errorMissingPassword:"K\xe9rj\xfck, adja meg az \xe9rtekezlet jelszav\xe1t",invalidPassword:"Helytelen jelsz\xf3",joinRejectedMessage:"Csatlakoz\xe1si k\xe9relm\xe9t egy moder\xe1tor elutas\xedtotta.",joinRejectedTitle:"Csatlakoz\xe1si k\xe9relem elutas\xedtva.",joinTitle:"Csatlakoz\xe1s az \xe9rtekezlethez",joinWithPasswordMessage:"Csatlakoz\xe1s jelsz\xf3val, k\xe9rj\xfck v\xe1rjon...",joiningMessage:"Amint valaki elfogadja k\xe9r\xe9s\xe9t, csatlakoztatjuk az \xe9rtekezlethez",joiningTitle:"\xc9rtekezlethez csatlakoz\xe1s k\xe9r\xe9se...",joiningWithPasswordTitle:"Csatlakoz\xe1s jelsz\xf3val...",knockButton:"Csatlakoz\xe1si k\xe9relem k\xfcld\xe9se",knockTitle:"Valaki szeretne csatlakozni az \xe9rtekezlethez",nameField:"Adja meg a nev\xe9t",notificationLobbyAccessDenied:"{{targetParticipantName}} elutas\xedt\xe1sra ker\xfclt a csatlakoz\xe1sod {{originParticipantName}} \xe1ltal",notificationLobbyAccessGranted:"{{targetParticipantName}} a csatlakozoz\xe1sod elfogadva lett {{originParticipantName}} \xe1ltal",notificationLobbyDisabled:"Lobby tiltva lett {{originParticipantName}} \xe1ltal.",notificationLobbyEnabled:"Lobby enged\xe9lyezve lett {{originParticipantName}} \xe1ltal.",notificationTitle:"Lobby",passwordField:"Adja meg az \xe9rtekezlet jelszav\xe1t",passwordJoinButton:"Csatlakoz\xe1s",reject:"Elutas\xedt",rejectAll:"Mindet elutas\xedt",toggleLabel:"Lobby enged\xe9lyez\xe9se"},localRecording:{clientState:{off:"Kikapcsolva",on:"Bekapcsolva",unknown:"Ismeretlen"},dialogTitle:"Helyi felv\xe9tel vez\xe9rl\u0151elemei",duration:"Id\u0151tartam",durationNA:"N/A",encoding:"K\xf3dol\xe1s",label:"HeF",labelToolTip:"Helyi felv\xe9tel aktiv\xe1lva",localRecording:"Helyi felv\xe9tel",me:"\xc9n",messages:{engaged:"Helyi felv\xe9tel aktiv\xe1lva.",finished:"A {{token}} r\xf6gz\xedt\xe9si munkamenet befejez\u0151d\xf6tt. K\xfcldje el a r\xf6gz\xedtett f\xe1jlt a moder\xe1tornak.",finishedModerator:"A {{token}} r\xf6gz\xedt\xe9si munkamenet befejez\u0151d\xf6tt. A helyi s\xe1v r\xf6gz\xedt\xe9sre ker\xfclt. K\xe9rje el a t\xf6bbi r\xe9sztvev\u0151t\u0151l, amit r\xf6gz\xedtettek.",notModerator:"\xd6n nem moder\xe1tor. Nem tudja elind\xedtani vagy le\xe1ll\xedtani a helyi felv\xe9telt."},moderator:"Moder\xe1tor",no:"Nem",participant:"R\xe9sztvev\u0151",participantStats:"R\xe9sztvev\u0151i statisztika",sessionToken:"Munkamenet jelsor",start:"Felv\xe9tel ind\xedt\xe1sa",stop:"Felv\xe9tel le\xe1ll\xedt\xe1sa",yes:"Igen"},lockRoomPassword:"jelsz\xf3",lockRoomPasswordUppercase:"Jelsz\xf3",lonelyMeetingExperience:{button:"M\xe1sok megh\xedv\xe1sa",youAreAlone:"Egyed\xfcl van ezen az \xe9rtekezleten"},me:"\xe9n",notify:{connectedOneMember:"{{name}} bekapcsol\xf3dott az \xe9rtekezletbe",connectedThreePlusMembers:"{{name}} \xe9s {{count}} m\xe1sik r\xe9sztvev\u0151 kapcsol\xf3dott az \xe9rtekezlethez",connectedTwoMembers:"{{first}} \xe9s {{second}} bekapcsol\xf3dott az \xe9rtekezletbe",disconnected:"sz\xe9tkapcsolva",focus:"Konferencia f\xf3kusza",focusFail:"{{component}} nem el\xe9rhet\u0151 \u2013 \xfajrapr\xf3b\xe1lkoz\xe1s {{ms}} m\xe1sodperc m\xfalva",grantedTo:"Moder\xe1tori jogok biztos\xedtva {{to}} sz\xe1m\xe1ra!",hostAskedUnmute:"K\xe9rlek hangos\xedtsd vissza a mikrofonod.",invitedOneMember:"{{name}} meg lett h\xedvva",invitedThreePlusMembers:"{{name}} \xe9s {{count}} m\xe1sik felhaszn\xe1l\xf3 meg lett h\xedvva",invitedTwoMembers:"{{first}} \xe9s {{second}} lett megh\xedvva",kickParticipant:"{{kicked}} r\xe9sztvev\u0151t kir\xfagta {{kicker}}",leftOneMember:"{{name}} elhagyta az \xe9rtekezletet",leftThreePlusMembers:"{{name}} \xe9s m\xe1sok elhagyt\xe1k az \xe9rtekezletet",leftTwoMembers:"{{first}} \xe9s {{second}} elhagyt\xe1k az \xe9rtekezletet",localRecordingStarted:"{{name}} elkezdte r\xf6gz\xedteni az \xe9rtekezletet.",localRecordingStopped:"{{name}} le\xe1ll\xedtotta a r\xf6gz\xedt\xe9st.",me:"\xc9n",moderationInEffectTitle:"A moder\xe1tor eln\xe9m\xedtotta a mikrofonj\xe1t",moderator:"Moder\xe1tori jogok biztos\xedtva!",muted:"A besz\xe9lget\xe9st eln\xe9m\xedtva kezdte meg.",mutedRemotelyDescription:"B\xe1rmikor visszahangos\xedthatja mag\xe1t, ha k\xe9szen \xe1ll a besz\xe9dre. N\xe9m\xedtsa le mag\xe1t ism\xe9t, ha a felesleges zajokt\xf3l meg k\xedv\xe1nja v\xe9deni az \xe9rtekezletet.",mutedRemotelyTitle:"{{participantDisplayName}} eln\xe9m\xedtotta \xd6nt!",mutedTitle:"Le lett n\xe9m\xedtva!",newDeviceAction:"Alkalmaz",newDeviceAudioTitle:"\xdaj hangeszk\xf6z \xe9szlelve",newDeviceCameraTitle:"\xdaj kamera \xe9szlelve",noiseSuppressionFailedTitle:"Nem siker\xfclt elind\xedtani a zajcs\xf6kkent\xe9st",noiseSuppressionNoTrackDescription:"K\xe9rj\xfck, el\u0151sz\xf6r kapcsolja ki a mikrofon n\xe9m\xedt\xe1s\xe1t.",noiseSuppressionStereoDescription:"A sztere\xf3 zajcs\xf6kkent\xe9s jelenleg nem t\xe1mogatott.",participantWantsToJoin:"Csatlakozni szeretne az \xe9rtekezlethez",passwordRemovedRemotely:"$t(lockRoomPasswordUppercase) egy m\xe1sik r\xe9sztvev\u0151 \xe1ltal elt\xe1vol\xedtva",passwordSetRemotely:"$t(lockRoomPasswordUppercase) egy m\xe1sik r\xe9sztvev\u0151 \xe1ltal be\xe1ll\xedtva",raisedHand:"{{name}} besz\xe9lni szeretne.",somebody:"Valaki",startSilentDescription:"Csatlakozzon \xfajra a hang enged\xe9lyez\xe9s\xe9hez",startSilentTitle:"Hang n\xe9lk\xfcl csatlakozott!",suboptimalBrowserWarning:"Sajn\xe1ljuk, de nem nagy \xe9lm\xe9ny \xedgy csatlakozni a konferenci\xe1hoz. Keress\xfck a megold\xe1st, de addig is, \xe9rdemes ink\xe1bb egy teljesen t\xe1mogatott b\xf6ng\xe9sz\u0151vel csatlakozni.",suboptimalExperienceTitle:"B\xf6ng\xe9sz\u0151hiba",unmute:"Visszahangos\xedt\xe1s"},participantsPane:{actions:{allow:"Enged\xe9lyez\xe9s a r\xe9sztvev\u0151knek, hogy:",allowVideo:"Vide\xf3 enged\xe9lyez\xe9se",askUnmute:"K\xe9rje a n\xe9m\xedt\xe1s felold\xe1s\xe1t",audioModeration:"A n\xe9m\xedt\xe1st feloldhass\xe1k",blockEveryoneMicCamera:"Block everyone's mic and camera",invite:"Megh\xedv\xe1s",moreModerationActions:"Tov\xe1bbi moder\xe1l\xe1si opci\xf3k",moreModerationControls:"Tov\xe1bbi moder\xe1l\xe1si vez\xe9rl\u0151k",moreParticipantOptions:"R\xe9sztvev\u0151 tov\xe1bbi be\xe1ll\xedt\xe1sai",mute:"N\xe9m\xedt\xe1s",muteAll:"Mindenkit eln\xe9m\xedt",muteEveryoneElse:"Mute everyone else",stopEveryonesVideo:"Mindenki vide\xf3j\xe1nak le\xe1ll\xedt\xe1sa",stopVideo:"Vide\xf3 le\xe1ll\xedt\xe1sa",unblockEveryoneMicCamera:"Unblock everyone's mic and camera",videoModeration:"Elind\xedthass\xe1k a vide\xf3jukat"},close:"Bez\xe1r",header:"R\xe9sztvev\u0151k",headings:{lobby:"Lobby ({{count}})",participantsList:"R\xe9sztvev\u0151k ({{count}})",waitingLobby:"Lobby-ban v\xe1rakoz\xf3k ({{count}})"},search:"R\xe9sztvev\u0151k keres\xe9se"},passwordDigitsOnly:"Legfeljebb {{number}} sz\xe1m",passwordSetRemotely:"egy m\xe1sik r\xe9sztvev\u0151 \xe1ltal be\xe1ll\xedtva",polls:{answer:{skip:"Kihagy\xe1s",submit:"K\xfcld\xe9s"},by:"L\xe9trehozta: {{ name }}",create:{addOption:"Opci\xf3 hozz\xe1ad\xe1sa",answerPlaceholder:"Opci\xf3 {{index}}",cancel:"M\xe9gsem",create:"Szavaz\xe1s l\xe9trehoz\xe1sa",pollOption:"Opci\xf3 {{index}}",pollQuestion:"Szavaz\xe1s k\xe9rd\xe9se",questionPlaceholder:"\xcdrja le a k\xe9rd\xe9st",removeOption:"Opci\xf3 elt\xe1vol\xedt\xe1sa",send:"K\xfcld\xe9s"},notification:{description:"Szavaz\xe1s megnyit\xe1sa",title:"\xdaj szavaz\xe1s l\xe9trehozva"},results:{changeVote:"M\xf3dos\xedt\xe1s",empty:"M\xe9g nincsenek szavaz\xe1sok. Ind\xedtson szavaz\xe1st itt!",hideDetailedResults:"R\xe9szletek elrejt\xe9se",showDetailedResults:"R\xe9szletek",vote:"Szavaz\xe1s"}},poweredby:"M\u0171k\xf6dteti a",prejoin:{audioAndVideoError:"Hang \xe9s vide\xf3 hiba:",audioDeviceProblem:"Hiba l\xe9pett fel az hangeszk\xf6zzel",audioOnlyError:"Hang hiba:",audioTrackError:"Nem lehet a hangot r\xf6gz\xedteni.",callMe:"H\xedvj fel",callMeAtNumber:"H\xedvj fel ezen a sz\xe1mon:",calling:"H\xedv\xe1s",configuringDevices:"Eszk\xf6z be\xe1ll\xedt\xe1s...",connectedWithAudioQ:"Csak hanggal szeretne csatlakozni?",connection:{good:"Az internet kapcsolat j\xf3nak t\u0171nik!",nonOptimal:"Az internet kapcsolat nem optim\xe1lis",poor:"Az internet kapcsolat nagyon gyenge!"},connectionDetails:{goodQuality:"Fantasztikus! A m\xe9dia min\u0151s\xe9ge kiv\xe1l\xf3 lesz."},copyAndShare:"M\xe1solom \xe9s megosztom az \xe9rtekezlet linkj\xe9t",dialInMeeting:"Beh\xedv\xe1s az \xe9rtekezletbe",dialInPin:"Beh\xedv\xe1s az \xe9rtkezeletbe \xe9s megadom a PIN k\xf3dot:",dialing:"T\xe1rcs\xe1z\xe1s",doNotShow:"Ne mutassa m\xe9gegyszer ezt a k\xe9perny\u0151t",errorDialOut:"Nem siker\xfclt a beh\xedv\xe1s",errorDialOutDisconnected:"Nem siker\xfclt a beh\xedv\xe1s. Kapcsolat bont\xe1sa",errorDialOutFailed:"Nem siker\xfclt a beh\xedv\xe1s. Hiba a h\xedv\xe1sban",errorDialOutStatus:"Hiba a h\xedv\xe1s st\xe1tusz megad\xe1s\xe1ban",errorMissingName:"K\xe9rlet add meg a neved, hogy csatlakozhass a megbesz\xe9l\xe9shez",errorNoPermissions:"Enged\xe9lyeznie kell a mikrofonhoz \xe9s a kamer\xe1hoz val\xf3 hozz\xe1f\xe9r\xe9st",errorStatusCode:"Hiba a hiv\xe1skor, hiba k\xf3d: {{status}}",errorValidation:"H\xedv\xf3sz\xe1m valid\xe1ci\xf3s hiba",iWantToDialIn:"H\xedvni szeretn\xe9m",initiated:"H\xedv\xe1s fel\xe9p\xedt\xe9s",joinAudioByPhone:"Csatlakoz\xe1s telefon besz\xe9lget\xe9ssel",joinMeeting:"Csatlakoz\xe1s",joinMeetingInLowBandwidthMode:"Csatlakoz\xe1s alacsony s\xe1vsz\xe9less\xe9gi m\xf3dban",joinWithoutAudio:"Csatlakoz\xe1s hang n\xe9lk\xfcl",keyboardShortcuts:"Gyorsbillenty\u0171k enged\xe9lyez\xe9se",linkCopied:"A link a v\xe1g\xf3lapra m\xe1solva",lookGood:"A mikrofon megfelel\u0151en m\u0171k\xf6dik",or:"vagy",premeeting:"Csatlakoz\xe1s el\u0151tt",screenSharingError:"K\xe9perny\u0151 megoszt\xe1s hiba:",showScreen:"Csatlakoz\xe1s el\u0151tti kamerak\xe9p",startWithPhone:"Kezd\xe9s telefonhanggal",videoOnlyError:"Vide\xf3 hiba:",videoTrackError:"Nem siker\xfclt a vide\xf3 megjelen\xedt\xe9s.",viewAllNumbers:"\xd6sszes sz\xe1m megjelen\xedt\xe9se"},presenceStatus:{busy:"Foglalt",calling:"H\xedv\xe1s\u2026",connected:"Kapcsol\xf3dva",connecting:"Kapcsol\xf3d\xe1s\u2026",connecting2:"Kapcsol\xf3d\xe1s*...",disconnected:"Sz\xe9tkapcsolva",expired:"Lej\xe1rt",ignored:"Figyelmen k\xedv\xfcl hagyva",initializingCall:"H\xedv\xe1s kezdem\xe9nyez\xe9se\u2026",invited:"Megh\xedvva",rejected:"Elutas\xedtva",ringing:"Cs\xf6rget\xe9s\u2026"},profile:{setDisplayNameLabel:"\xc1ll\xedtsa be a megjelen\u0151 nevet",setEmailInput:"Adjon meg egy email c\xedmet",setEmailLabel:"Adja meg a gravatar email c\xedmet",title:"Profil"},raisedHand:"Besz\xe9lni szeretn\xe9k",recording:{authDropboxText:"Felt\xf6lt\xe9s Dropboxra",availableSpace:"El\xe9rhet\u0151 hely: {{spaceLeft}} MB (k\xf6r\xfclbel\xfcl {{duration}} perc felv\xe9tel)",beta:"B\xc9TA",busy:"Dolgozunk a r\xf6gz\xedt\xe9si er\u0151forr\xe1sok felszabad\xedt\xe1s\xe1n. K\xeds\xe9relje meg \xfajra n\xe9h\xe1ny perc m\xfalva.",busyTitle:"Jelenleg minden r\xf6gz\xedt\u0151 foglalt",error:"A felv\xe9tel meghi\xfasult. Pr\xf3b\xe1lja \xfajra.",expandedOff:"A felv\xe9tel le\xe1llt",expandedOn:"Az \xe9rtekezlet jelenleg r\xf6gz\xedt\xe9s alatt \xe1ll.",expandedPending:"A felv\xe9tel elindult\u2026",failedToStart:"A felv\xe9tel ind\xedt\xe1sa meghi\xfasult",fileSharingdescription:"Felv\xe9tel megoszt\xe1sa az \xe9rtekezlet r\xe9sztvev\u0151ivel",live:"\xc9L\u0150",localRecordingNoNotificationWarning:"A felv\xe9telt nem k\xf6z\xf6lj\xfck m\xe1s r\xe9sztvev\u0151kkel. \xc9rtes\xedtenie kell vel\xfck, hogy a tal\xe1lkoz\xf3t r\xf6gz\xedtett\xe9k.",localRecordingStartWarning:"A megbesz\xe9l\xe9sb\u0151l val\xf3 kil\xe9p\xe9s el\u0151tt felt\xe9tlen\xfcl \xe1ll\xedtsa le a felv\xe9telt, hogy elmentse azt.",localRecordingStartWarningTitle:"\xc1ll\xedtsa le a felv\xe9telt a ment\xe9shez",localRecordingWarning:"Gy\u0151z\u0151dj\xf6n meg arr\xf3l, hogy az aktu\xe1lis lapot v\xe1lasztotta a megfelel\u0151 vide\xf3 \xe9s hang haszn\xe1lat\xe1hoz. A felv\xe9tel jelenleg 1 GB-ra van korl\xe1tozva, ami k\xf6r\xfclbel\xfcl 100 perc.",loggedIn:"Bel\xe9pve mint {{userName}}",off:"Felv\xe9tel le\xe1ll\xedtva",offBy:"{{name}} le\xe1ll\xedtotta a felv\xe9telt",on:"Felv\xe9tel",onBy:"{{name}} elind\xedtotta a felv\xe9telt",onlyRecordSelf:"Csak az \xe9n hang- \xe9s vide\xf3folyamomat r\xf6gz\xedtse",pending:"\xc9rtekezlet r\xf6gz\xedt\xe9s\xe9nek el\u0151k\xe9sz\xedt\xe9se\u2026",rec:"REC",saveLocalRecording:"Felv\xe9tel ment\xe9se helyileg (b\xe9ta)",serviceDescription:"A felv\xe9telt a r\xf6gz\xedt\xe9si szolg\xe1ltat\xe1s veszi fel",serviceName:"Felv\xe9tel szolg\xe1ltat\xe1s",signIn:"Bel\xe9p\xe9s",signOut:"Kil\xe9p\xe9s",title:"Felv\xe9tel",unavailable:"Hopp\xe1! A {{serviceName}} szolg\xe1ltat\xe1s jelenleg nem el\xe9rhet\u0151. Dolgozunk a hiba elh\xe1r\xedt\xe1s\xe1n. Pr\xf3b\xe1lja meg k\xe9s\u0151bb.",unavailableTitle:"Felv\xe9tel nem el\xe9rhet\u0151"},sectionList:{pullToRefresh:"H\xfaz\xe1s a friss\xedt\xe9shez"},security:{about:"Hozz\xe1adhat jelsz\xf3t az \xe9rtekezlethez. A r\xe9sztvev\u0151knek meg kell adniuk a jelsz\xf3t, miel\u0151tt csatlakozhatnak az \xe9rtekezlethez.",aboutReadOnly:"A moder\xe1tor r\xe9sztvev\u0151i hozz\xe1adhatnak egy jelsz\xf3t az \xe9rtekezlethez. A r\xe9sztvev\u0151knek meg kell adniuk a jelsz\xf3t, miel\u0151tt csatlakozhatnak az \xe9rtekezlethez.",header:"Biztons\xe1gi be\xe1ll\xedt\xe1sok",insecureRoomNameWarning:"The room name is unsafe. Unwanted participants may join your conference. Consider securing your meeting using the security button."},settings:{calendar:{about:"A {{appName}} napt\xe1rintegr\xe1ci\xf3 a napt\xe1r biztons\xe1gos el\xe9r\xe9s\xe9re szolg\xe1l, \xedgy olvasni tudja a soron k\xf6vetkez\u0151 esem\xe9nyeket.",disconnect:"Sz\xe9tkapcsol\xe1s",microsoftSignIn:"Bejelentkez\xe9s a Microsofttal",signedIn:"Jelenleg ehhez az c\xedmhez tartoz\xf3 napt\xe1r esem\xe9nyei \xe9rhet\u0151ek el: {{email}}. Al\xe1bb a \u201esz\xe9tkapcsol\xe1s\u201d gombra kattintva lehet le\xe1ll\xedtani a napt\xe1r esem\xe9nyeinek el\xe9r\xe9s\xe9t.",title:"Napt\xe1r"},desktopShareFramerate:"K\xe9perny\u0151megoszt\xe1s sebess\xe9ge (FPS)",desktopShareHighFpsWarning:"A nagyobb k\xe9pkockasebess\xe9g az asztali megoszt\xe1sn\xe1l hat\xe1ssal lehet a s\xe1vsz\xe9less\xe9gre. Az \xfaj be\xe1ll\xedt\xe1sok \xe9rv\xe9nybe l\xe9ptet\xe9s\xe9hez \xfajra kell ind\xedtania a k\xe9perny\u0151megoszt\xe1st.",desktopShareWarning:"Az \xfaj be\xe1ll\xedt\xe1sok \xe9rv\xe9nybe l\xe9ptet\xe9s\xe9hez \xfajra kell ind\xedtania a k\xe9perny\u0151megoszt\xe1st.",devices:"Eszk\xf6z\xf6k",followMe:"Mindenki engem k\xf6vessen",framesPerSecond:"k\xe9pkocka / m\xe1sodperc",incomingMessage:"Bej\xf6v\u0151 \xfczenet",language:"Nyelv",loggedIn:"Bel\xe9pve mint {{name}}",microphones:"Mikrofonok",moderator:"Moder\xe1tor",more:"Tov\xe1bbiak",name:"N\xe9v",noDevice:"Nincs",participantJoined:"R\xe9sztvev\u0151 csatlakozott",participantKnocking:"R\xe9sztvev\u0151 bel\xe9pett a lobby-ba",participantLeft:"R\xe9sztvev\u0151 kil\xe9pett",playSounds:"Hangok lej\xe1tsz\xe1sa a k\xf6vetkez\u0151kh\xf6z:",reactions:"Meeting reakci\xf3k",sameAsSystem:"Rendszerhang ({{label}})",selectAudioOutput:"Hangkimenet",selectCamera:"Kamera",selectMic:"Mikrofon",selfView:"Saj\xe1t k\xe9p",sounds:"Hangok",speakers:"Hangsz\xf3r\xf3k",startAudioMuted:"Mindenki eln\xe9m\xedtva kezd",startReactionsMuted:"Reakci\xf3 hangok n\xe9m\xedt\xe1sa mindenki sz\xe1m\xe1ra",startVideoMuted:"Mindenki vide\xf3 n\xe9lk\xfcl kezd",talkWhileMuted:"Len\xe9m\xedtott besz\xe9d",title:"Be\xe1ll\xedt\xe1sok"},settingsView:{advanced:"Halad\xf3",alertOk:"OK",alertTitle:"Figyelmeztet\xe9s",alertURLText:"A megadott kiszolg\xe1l\xf3 URL-je \xe9rv\xe9nytelen",buildInfoSection:"Ford\xedt\xe1si inform\xe1ci\xf3k",conferenceSection:"Konferencia",disableCallIntegration:"A nat\xedv h\xedv\xe1sok integr\xe1ci\xf3j\xe1nak letilt\xe1sa",disableP2P:"Kapcsolja ki a peer-to-peer m\xf3dot",displayName:"Megjelen\u0151 n\xe9v",email:"Email",header:"Be\xe1ll\xedt\xe1sok",profileSection:"Profil",serverURL:"Kiszolg\xe1l\xf3 URL",showAdvanced:"Speci\xe1lis be\xe1ll\xedt\xe1sok megjelen\xedt\xe9se",startWithAudioMuted:"Kezd\xe9s a hang eln\xe9m\xedt\xe1s\xe1val",startWithVideoMuted:"Kezd\xe9s a vide\xf3 letilt\xe1s\xe1val",version:"Verzi\xf3"},share:{dialInfoText:"\n\n=====\n\nA saj\xe1t telefonj\xe1n szeretne bet\xe1rcs\xe1zni?\n\n{{defaultDialInNumber}}Az \xe9rtekezlet bet\xe1rcs\xe1z\xe1si sz\xe1ma erre a hivatkoz\xe1sra kattintva tekinthet\u0151 meg\n{{dialInfoPageUrl}}",mainText:"Az al\xe1bbi hivatkoz\xe1sra kattintva lehet csatlakozni az \xe9rtkezlethez:\n{{roomUrl}}"},speaker:"Hangsz\xf3r\xf3",speakerStats:{angry:"M\xe9rges",disgusted:"Felh\xe1borodott",fearful:"F\xe9lelmetes",happy:"Boldog",hours:"{{count}} h",minutes:"{{count}} perc",name:"N\xe9v",neutral:"Semleges",sad:"Szomor\xfa",search:"Keres\xe9s",seconds:"{{count}} mp",speakerStats:"Besz\xe9l\u0151 statisztika",speakerTime:"Besz\xe9l\u0151 ideje",surprised:"Meglepett"},startupoverlay:{genericTitle:"Az \xe9rtekezlethez enged\xe9lyezni kell a mikrofont \xe9s kamer\xe1t.",policyText:" ",title:"A {{app}} haszn\xe1lni szeretn\xe9 a mikrofont \xe9s a kamer\xe1t."},suspendedoverlay:{rejoinKeyTitle:"\xdajracsatlakoz\xe1s",text:"Az \xfajracsatlakoz\xe1s gombbal lehet ism\xe9telten csatlakozni.",title:"A videoh\xedv\xe1s megszakadt, mivel ez a sz\xe1m\xedt\xf3g\xe9p al\xf3 \xe1llapotba helyezte mag\xe1t."},toolbar:{Settings:"Be\xe1ll\xedt\xe1sok",accessibilityLabel:{Settings:"Be\xe1ll\xedt\xe1sok \xe1tv\xe1lt\xe1sa",audioOnly:"Csak a hang \xe1tv\xe1lt\xe1sa",audioRoute:"Hangeszk\xf6z kijel\xf6l\xe9se",boo:"Szomor\xfa",callQuality:"Vide\xf3min\u0151s\xe9g kezel\xe9se",cc:"Feliratok \xe1tv\xe1lt\xe1sa",chat:"Cseveg\xe9s ablak \xe1tv\xe1lt\xe1sa",clap:"Taps",document:"Megosztott dokumentum \xe1tv\xe1lt\xe1sa",download:"Alkalmaz\xe1s let\xf6lt\xe9se",embedMeeting:"Meeting be\xe1gyaz\xe1sa",feedback:"Visszajelz\xe9s k\xfcld\xe9se",fullScreen:"Teljes k\xe9perny\u0151 \xe1tv\xe1lt\xe1sa",grantModerator:"Moder\xe1tori jogok megad\xe1sa",hangup:"Besz\xe9lget\xe9s elhagy\xe1sa",help:"S\xfag\xf3",invite:"Szem\xe9lyek megh\xedv\xe1sa",kick:"R\xe9sztvev\u0151 kir\xfag\xe1sa",laugh:"Nevet\xe9s",like:"H\xfcvelykujj fel",localRecording:"Helyi felv\xe9tel vez\xe9rl\u0151elemeinek \xe1tv\xe1lt\xe1sa",lockRoom:"\xc9rtekezlet jelszav\xe1nak \xe1tv\xe1lt\xe1sa",moreActions:"Tov\xe1bbi m\u0171veletek men\xfc \xe1tv\xe1lt\xe1sa",moreActionsMenu:"Tov\xe1bbi m\u0171veletek men\xfc",moreOptions:"Tov\xe1bbi be\xe1ll\xedt\xe1sok megjelen\xedt\xe9se",mute:"Hang n\xe9m\xedt\xe1s\xe1nak \xe1tv\xe1lt\xe1sa",muteEveryone:"Mindenki eln\xe9m\xedt\xe1sa",muteEveryonesVideoStream:"Mindenki vide\xf3j\xe1nak le\xe1ll\xedt\xe1sa",noiseSuppression:"Zajcs\xf6kkent\xe9s",participants:"R\xe9sztvev\u0151k",pip:"K\xe9p \xe9s k\xe9pben m\xf3d \xe1tv\xe1lt\xe1sa",privateMessage:"Priv\xe1t \xfczenet k\xfcld\xe9se",profile:"Adja meg a profilj\xe1t",raiseHand:"K\xe9z felemel\xe9s\xe9nek \xe1tv\xe1lt\xe1sa",recording:"Felv\xe9tel \xe1tv\xe1lt\xe1sa",remoteMute:"R\xe9sztvev\u0151k n\xe9m\xedt\xe1sa",security:"Biztons\xe1gi Be\xe1ll\xedt\xe1sok",shareRoom:"Valaki megh\xedv\xe1sa",shareYourScreen:"K\xe9perny\u0151megoszt\xe1s \xe1tv\xe1lt\xe1sa",shareaudio:"Hang megoszt\xe1sa",sharedvideo:"Vide\xf3 megoszt\xe1s\xe1nak \xe1tv\xe1lt\xe1sa",shortcuts:"Gyorsbillenty\u0171k \xe1tv\xe1lt\xe1sa",show:"Megjelen\xedt\xe9s a sz\xednpadon",silence:"N\xe9ma",speakerStats:"Besz\xe9l\u0151 statisztika \xe1tv\xe1lt\xe1sa",surprised:"Meglepett",tileView:"Mozaikos n\xe9zet \xe1tv\xe1lt\xe1sa",toggleCamera:"Kamera \xe1tv\xe1lt\xe1sa",toggleFilmstrip:"Filmszalag \xe1tv\xe1lt\xe1sa",videoblur:"Videoelmos\xe1s \xe1tv\xe1lt\xe1sa",videomute:"Vide\xf3 letilt\xe1s\xe1nak \xe1tv\xe1lt\xe1sa"},addPeople:"Szem\xe9ly hozz\xe1ad\xe1sa a h\xedv\xe1shoz",audioOnlyOff:"Alacsony s\xe1vsz\xe9less\xe9g\u0171 m\xf3d letilt\xe1sa",audioOnlyOn:"Alacsony s\xe1vsz\xe9less\xe9g\u0171 m\xf3d enged\xe9lyez\xe9se",audioRoute:"Hangeszk\xf6z kijel\xf6l\xe9se",audioSettings:"Hangbe\xe1ll\xedt\xe1sok",authenticate:"Hiteles\xedt\xe9s",boo:"Szomor\xfa",callQuality:"Videomin\u0151s\xe9g kezel\xe9se",chat:"Cseveg\xe9s megnyit\xe1sa / bez\xe1r\xe1sa",clap:"Taps",closeChat:"Cseveg\xe9s bez\xe1r\xe1sa",disableReactionSounds:"Kikapcsolhatja a reakci\xf3hangokat a Meeting-en",documentClose:"Megosztott dokumentum bez\xe1r\xe1sa",documentOpen:"Megosztott dokumentum megnyit\xe1sa",download:"Alkalmaz\xe1s let\xf6lt\xe9se",embedMeeting:"Meeting be\xe1gyaz\xe1sa",enterFullScreen:"Teljes k\xe9perny\u0151s megtekint\xe9s",enterTileView:"Mozaikos n\xe9zet ind\xedt\xe1sa",exitFullScreen:"Kil\xe9p\xe9s a teljes k\xe9perny\u0151b\u0151l",exitTileView:"Kil\xe9p\xe9s a mozaikos n\xe9zetb\u0151l",feedback:"Visszajelz\xe9s k\xfcld\xe9se",hangup:"Kil\xe9p\xe9s",help:"S\xfag\xf3",invite:"Szem\xe9lyek megh\xedv\xe1sa",joinBreakoutRoom:"Csatlakoz\xe1s a pihen\u0151szob\xe1hoz",laugh:"Nevet\xe9s",leaveBreakoutRoom:"Pihen\u0151szoba elhagy\xe1sa",like:"H\xfcvelykujj fel",login:"Bejelentkez\xe9s",logout:"Kijelentkez\xe9s",lowerYourHand:"K\xe9z leenged\xe9se",moreActions:"Tov\xe1bbi m\u0171veletek",moreOptions:"Tov\xe1bbi be\xe1ll\xedt\xe1sok",mute:"N\xe9m\xedt\xe1s / Visszahangos\xedt\xe1s",muteEveryone:"Mindenki eln\xe9m\xedt\xe1sa",noAudioSignalDesc:"Ha nem sz\xe1nd\xe9kosan n\xe9m\xedtotta el a rendszerbe\xe1ll\xedt\xe1sokban vagy az eszk\xf6z\xf6n, akkor fontolja meg az eszk\xf6z cser\xe9j\xe9t.",noAudioSignalDescSuggestion:"Ha nem sz\xe1nd\xe9kosan n\xe9m\xedtotta el a rendszerbe\xe1ll\xedt\xe1sokban vagy az eszk\xf6z\xf6n, akkor fontolja meg a k\xf6vetkez\u0151 eszk\xf6z haszn\xe1lat\xe1t.",noAudioSignalDialInDesc:"Be is t\xe1rcs\xe1zhat:",noAudioSignalDialInLinkDesc:"Bet\xe1rcs\xe1z\xe1si sz\xe1mok",noAudioSignalTitle:"Nincs bemenet a mikrofonj\xe1r\xf3l!",noiseSuppression:"Zajcs\xf6kkent\xe9s",noisyAudioInputDesc:"\xdagy t\u0171nik, hogy ez a mikrofon zajos. Le kellene n\xe9m\xedtani vagy cser\xe9lni az eszk\xf6zt.",noisyAudioInputTitle:"Zajosnak t\u0171nik a mikrofonja!",openChat:"Cseveg\xe9s megnyit\xe1sa",participants:"R\xe9sztvev\u0151k",pip:"Bel\xe9p\xe9s k\xe9p a k\xe9pben m\xf3dba",privateMessage:"Priv\xe1t \xfczenet k\xfcld\xe9se",profile:"Adja meg a profilj\xe1t",raiseHand:"K\xe9z felemel\xe9se / leenged\xe9se",raiseYourHand:"K\xe9z felemel\xe9se",reactionBoo:"Boo reakci\xf3 k\xfcld\xe9se",reactionClap:"Tapsol\xe1s reakci\xf3 k\xfcld\xe9se",reactionLaugh:"Nevet\xe9s reakci\xf3 k\xfcld\xe9se",reactionLike:"H\xfcvelykujj fel reakci\xf3 k\xfcld\xe9se",reactionSilence:"N\xe9ma arc reakci\xf3 k\xfcld\xe9se",reactionSurprised:"Meglepett reakci\xf3 k\xfcld\xe9se",security:"Biztons\xe1gi Be\xe1ll\xedt\xe1sok",selectBackground:"H\xe1tt\xe9r be\xe1ll\xedt\xe1sa",shareRoom:"Valaki megh\xedv\xe1sa",shareaudio:"Hang megoszt\xe1sa",sharedvideo:"Vide\xf3 megoszt\xe1sa",shortcuts:"Gyorsbillenty\u0171k megtekint\xe9se",silence:"N\xe9ma",speakerStats:"Besz\xe9l\u0151 statisztika",startScreenSharing:"K\xe9perny\u0151megoszt\xe1s kezd\xe9se",startSubtitles:"Feliratok kezd\xe9se",startvideoblur:"H\xe1tt\xe9r elhom\xe1lyos\xedt\xe1sa",stopScreenSharing:"K\xe9perny\u0151megoszt\xe1s le\xe1ll\xedt\xe1sa",stopSharedVideo:"Kamera le\xe1ll\xedt\xe1sa",stopSubtitles:"Felirat le\xe1ll\xedt\xe1sa",stopvideoblur:"H\xe1tt\xe9r elhom\xe1lyos\xedt\xe1s\xe1nak letilt\xe1sa",surprised:"Meglepett",talkWhileMutedPopup:"\xdagy t\u0171nik besz\xe9lni szeretne, de le van n\xe9m\xedtva.",tileViewToggle:"Mozaikos n\xe9zet \xe1tv\xe1lt\xe1sa",toggleCamera:"Kamera \xe1tv\xe1lt\xe1sa",videoSettings:"Vide\xf3be\xe1ll\xedt\xe1sok",videomute:"Kamera ind\xedt\xe1sa / le\xe1ll\xedt\xe1sa"},transcribing:{ccButtonTooltip:"Feliratok ind\xedt\xe1sa / le\xe1ll\xedt\xe1sa",error:"\xc1t\xedrat meghi\xfasult. Pr\xf3b\xe1lja meg ism\xe9t.",expandedLabel:"Az \xe1tirat jelenleg be van kapcsolva",failedToStart:"Meghi\xfasult az \xe1tirat kezd\xe9se",labelToolTip:"Az \xe9rtekezlet \xe1tirata elkezd\u0151d\xf6tt",off:"Az \xe1tirat k\xe9sz\xedt\xe9se le lett \xe1ll\xedtva",pending:"El\u0151k\xe9sz\xfclet az \xe9rtekezlet \xe1tirat\xe1nak k\xe9sz\xedt\xe9s\xe9re\u2026",start:"Felirat megjelen\xedt\xe9s\xe9nek kezd\xe9se",stop:"Felirat megjelen\xedt\xe9s\xe9nek befejez\xe9se",tr:"\xc1tirat"},userMedia:{androidGrantPermissions:"V\xe1laszd az Enged\xe9lyez\xe9s opci\xf3t, ha a b\xf6ng\xe9sz\u0151 enged\xe9lyt k\xe9r.",chromeGrantPermissions:"V\xe1laszd az Enged\xe9lyez\xe9s opci\xf3t, ha a b\xf6ng\xe9sz\u0151 enged\xe9lyt k\xe9r.",edgeGrantPermissions:"V\xe1laszd az Igen opci\xf3t, ha a b\xf6ng\xe9sz\u0151 hozz\xe1f\xe9r\xe9st k\xe9r.",electronGrantPermissions:"A kamera \xe9s a mikrofon haszn\xe1lat\xe1t enged\xe9lyezni kell",firefoxGrantPermissions:"V\xe1laszd Kiv\xe1lasztott eszk\xf6z megoszt\xe1sa opci\xf3t, ha a b\xf6ng\xe9sz\u0151 hozz\xe1f\xe9r\xe9st k\xe9r.",iexplorerGrantPermissions:"V\xe1laszd az OK opci\xf3t, ha a b\xf6ng\xe9sz\u0151 enged\xe9lyez\xe9st k\xe9r.",nwjsGrantPermissions:"A kamera \xe9s a mikrofon haszn\xe1lat\xe1t enged\xe9lyezni kell",operaGrantPermissions:"V\xe1laszd az Enged\xe9lyez\xe9s opci\xf3t, ha a b\xf6ng\xe9sz\u0151 enged\xe9lyt k\xe9r.","react-nativeGrantPermissions":"V\xe1laszd az Enged\xe9lyez\xe9s opci\xf3t, ha a b\xf6ng\xe9sz\u0151 enged\xe9lyt k\xe9r.",safariGrantPermissions:"V\xe1laszd az OK opci\xf3t, ha a b\xf6ng\xe9sz\u0151 enged\xe9lyez\xe9st k\xe9r."},videoSIPGW:{busy:"Dolgozunk az er\u0151forr\xe1sok felszabad\xedt\xe1s\xe1n. K\xeds\xe9relje meg \xfajra n\xe9h\xe1ny perc m\xfalva.",busyTitle:"A szoba szolg\xe1ltat\xe1s jelenleg foglalt",errorAlreadyInvited:"{{displayName}} -t m\xe1r megh\xedvt\xe1k",errorInvite:"A konferencia m\xe9g nem lett megalak\xedtva. K\xe9s\u0151bb pr\xf3b\xe1lja \xfajra.",errorInviteFailed:"Dolgozunk a hiba elh\xe1r\xedt\xe1s\xe1n. Pr\xf3b\xe1lja meg k\xe9s\u0151bb.",errorInviteFailedTitle:"{{displayName}} megh\xedv\xe1sa meghi\xfasult",errorInviteTitle:"Hiba a megh\xedv\xf3 szob\xe1val",pending:"{{displayName}} -t megh\xedvta"},videoStatus:{adjustFor:"Igaz\xedtsa a legjobb:",audioOnly:"CsH",audioOnlyExpanded:"Jelenleg az alacsony s\xe1vsz\xe9less\xe9g\u0171 m\xf3d az akt\xedv, vagyis csak hangot lehet fogadni \xe9s k\xe9perny\u0151megoszt\xe1st.",bestPerformance:"Teljes\xedtm\xe9nyhez",callQuality:"Videomin\u0151s\xe9g",hd:"MF",hdTooltip:"Magas felbont\xe1s\xfa vide\xf3 megtekint\xe9se",highDefinition:"Magas felbont\xe1s\xfa",highestQuality:"Min\u0151s\xe9ghez",labelTooiltipNoVideo:"Nincs vide\xf3",labelTooltipAudioOnly:"Alacsony s\xe1vsz\xe9less\xe9g\u0171 m\xf3d aktiv\xe1lva",ld:"AF",ldTooltip:"Alacsony felbont\xe1s\xfa vide\xf3",lowDefinition:"Alacsony felbont\xe1s\xfa",onlyAudioAvailable:"\u201eCsak hang\u201d m\xf3d el\xe9rhet\u0151",onlyAudioSupported:"Csak a hang t\xe1mogatott ebben a b\xf6ng\xe9sz\u0151ben.",performanceSettings:"Teljes\xedtm\xe9nybe\xe1ll\xedt\xe1sok",sd:"SF",sdTooltip:"Szabv\xe1nyos felbont\xe1s\xfa vide\xf3 megtekint\xe9se",standardDefinition:"Szabv\xe1nyos felbont\xe1s\xfa"},videothumbnail:{domute:"N\xe9m\xedt\xe1s",domuteOthers:"Mindenki m\xe1s eln\xe9m\xedt\xe1sa",domuteVideoOfOthers:"Mindenki m\xe1s kamer\xe1j\xe1nak letilt\xe1sa",flip:"T\xfckr\xf6z\xe9s",grantModerator:"Moder\xe1tori jogok megad\xe1sa",hideSelfView:"Saj\xe1t k\xe9p elrejt\xe9se",kick:"Kir\xfag\xe1s",moderator:"Moder\xe1tor",mute:"A r\xe9sztvev\u0151 le van n\xe9m\xedtva",muted:"N\xe9m\xedtva",remoteControl:"T\xe1voli vez\xe9rl\xe9s",show:"Megjelen\xedt\xe9s a sz\xednpadon",videomute:"A r\xe9sztvev\u0151 le\xe1ll\xedtotta a kamer\xe1j\xe1t"},virtualBackground:{addBackground:"H\xe1tt\xe9r hozz\xe1ad\xe1sa",apply:"Alkalmaz",backgroundEffectError:"Hiba a h\xe1tt\xe9r effekt hozz\xe1ad\xe1sn\xe1l.",blur:"Elmos\xf3dott",deleteImage:"Delete image",desktopShare:"Asztal megoszt\xe1sa",desktopShareError:"Nem lehet asztalt megosztani",image1:"Tengerpart",image2:"Feh\xe9r semleges fal",image3:"Feh\xe9r \xfcres szoba",image4:"Fekete \xe1ll\xf3l\xe1mpa",image5:"Hegy",image6:"Erd\u0151",image7:"Napfelkelte",none:"Nincs",pleaseWait:"K\xe9rj\xfck v\xe1rjon...",removeBackground:"H\xe1tt\xe9r elt\xe1vol\xedt\xe1sa",slightBlur:"Enyh\xe9n elmos\xf3dott",title:"Virtu\xe1lis h\xe1tt\xe9rk\xe9pek",uploadedImage:"Felt\xf6lt\xf6tt k\xe9p {{index}}"},volumeSlider:"Hanger\u0151 szab\xe1lyz\xf3",welcomepage:{accessibilityLabel:{join:"Koppintson a csatlakoz\xe1shoz",roomname:"Adja meg a terem nev\xe9t"},appDescription:"Rajta, csevegjen az eg\xe9sz csapattal. Val\xf3ban h\xedvjon meg mindenkit, akit ismer. A {{app}} teljesen titkos\xedtott, 100% -ban ny\xedlt forr\xe1sk\xf3d\xfa videokonferencia-megold\xe1s, amelyet eg\xe9sz nap, minden nap ingyenesen haszn\xe1lhat \u2013 fi\xf3k n\xe9lk\xfcl.",audioVideoSwitch:{audio:"Hang",video:"Vide\xf3"},calendar:"Napt\xe1r",connectCalendarButton:"Napt\xe1r csatol\xe1sa",connectCalendarText:"Csatlakoztassa a napt\xe1r\xe1t, hogy l\xe1thassa az \xe9rtekezleteket a {{app}} alkalmaz\xe1sban. Tov\xe1bb\xe1, adja hozz\xe1 a {{provider}} szolg\xe1ltat\xf3t \xe9s egy kattint\xe1ssal lehet kezelni azokat.",enterRoomTitle:"\xdaj \xe9rtekezlet kezd\xe9se",getHelp:"Seg\xedts\xe9g k\xe9r\xe9se",go:"Ind\xedt\xe1s",goSmall:"Ind\xedt\xe1s",headerSubtitle:"Biztons\xe1gos \xe9s magas sz\xednvonal\xfa konferenci\xe1k",info:"Inform\xe1ci\xf3",jitsiOnMobile:"Jitsi Mobil \u2013 t\xf6ltse le az app-ot, \xe9s ind\xedtson megbesz\xe9l\xe9st b\xe1rhonnan",join:"L\xc9TREHOZ /HOZZ\xc1AD",privacy:"Adatv\xe9delem",recentList:"Legut\xf3bbi",recentListDelete:"Lista t\xf6rl\xe9s",recentListEmpty:"A legut\xf3bbi lista jelenleg \xfcres. Csevegjen a csapattal \xe9s minden el\u0151z\u0151 \xe9rtekezlet itt lesz megtal\xe1lhat\xf3.",reducedUIText:"\xdcdv\xf6zlet a {{app}} programban!",roomNameAllowedChars:"Az \xe9rtekezlet neve nem tartalmazhatja a k\xf6vetkez\u0151 karaktereket: ?, &, :, ', \", %, #.",roomname:"Adja meg a szoba nev\xe9t",roomnameHint:"Adja meg a k\xedv\xe1nt nevet vagy URL-t, amelyhez csatlakozni szeretne. B\xe1rmik\xe9pp elnevezheti, csak ossza meg az \xe9rtekezlet r\xe9sztvev\u0151ivel, hogy \u0151k ugyanezt a nevet tudj\xe1k majd megadni.",sendFeedback:"Visszajelz\xe9s k\xfcld\xe9se",startMeeting:"Csatlakoz\xe1s",terms:"Felt\xe9telek",title:"Biztons\xe1gos, marad\xe9ktalanul felszerelt \xe9s teljesen ingyenes videokonferencia"}}},836,[]); -__d(function(e,i,a,o,t,n,r){t.exports={addPeople:{add:"Invita",addContacts:"Invita tuoi contatti",contacts:"contatti",copyInvite:"Copia invito alla riunione",copyLink:"Copia collegamento alla riunione",copyStream:"Copia collegamento della diretta",countryNotSupported:"Non supportiamo ancora questa destinazione.",countryReminder:"Stai chiamando fuori dagli Stati Uniti? Assicurati d'inserire il prefisso internazionale!",defaultEmail:"Tua email di default",disabled:"Non puoi invitare partecipanti.",failedToAdd:"L'aggiunta di nuovi partecipanti \xe8 fallita",googleEmail:"Email Google",inviteMoreHeader:"Sei l'unico presente nella riunione",inviteMoreMailSubject:"Unisciti alla riunione {{appName}}",inviteMorePrompt:"Invita altri partecipanti",linkCopied:"Collegamento copiato negli appunti",noResults:"Nessun risultato corrispondente",outlookEmail:"Email Outlook",phoneNumbers:"numeri di telefono",searching:"Sto cercando...",shareInvite:"Condividi invito alla riunione",shareLink:"Condividi il collegamento alla riunione per invitare altri",shareStream:"Condividi il collegamento alla diretta",sipAddresses:"indirizzi SIP",telephone:"Telefono: {{number}}",title:"Invita partecipanti a questa riunione",yahooEmail:"Email Yahoo"},audioDevices:{bluetooth:"Bluetooth",car:"Vivavoce Auto",headphones:"Cuffie",none:"Nessun dispositivo audio esistente",phone:"Telefono",speaker:"Vivavoce"},audioOnly:{audioOnly:"Utilizzo di minore banda"},breakoutRooms:{actions:{add:"Crea sottogruppo",autoAssign:"Assegna automaticamente a sottogruppi",close:"Chiudi",join:"Entra",leaveBreakoutRoom:"Esci",more:"Mostra di pi\xf9",remove:"Elimina",sendToBreakoutRoom:"Invia partecipante a:"},defaultName:"Sottogruppo {{index}}",mainRoom:"Riunione principale",notifications:{joined:"Entrato nel sottogruppo \"{{name}}\"",joinedMainRoom:"Entrato nella riunione principale",joinedTitle:"Sottogruppo"}},calendarSync:{addMeetingURL:"Aggiungi un collegamento alla riunione",confirmAddLink:"Vuoi aggiungere un collegamento Jitsi a questo evento?",error:{appConfiguration:"L'integrazione del calendario non \xe8 configurata in modo appropriato.",generic:"\xc8 stato riscontrato un errore. Controllare le impostazioni del calendario o ricaricare la pagina.",notSignedIn:"\xc8 stato riscontrato un errore durante l'autenticazione per la visualizzazione degli eventi del calendario. Controllare le impostazioni del calendario e provare a ripetere l'accesso."},join:"Partecipa",joinTooltip:"Partecipa alla riunione",nextMeeting:"prossima riunione",noEvents:"Non ci sono eventi programmati a breve.",ongoingMeeting:"riunione in corso",permissionButton:"Apri impostazioni",permissionMessage:"Per visualizzare la lista delle riunioni nell'app \xe8 richiesto il permesso Calendario",refresh:"Aggiorna calendario",today:"Oggi"},carmode:{actions:{selectSoundDevice:"Scegli uscita audio"},labels:{buttonLabel:"Modalit\xe0 Auto",title:"Modalit\xe0 Auto",videoStopped:"Il tuo video \xe8 disabilitato"}},chat:{enter:"Entra nella conversazione",error:"Errore: il tuo messaggio non \xe8 stato inviato. Motivo: {{error}}",fieldPlaceHolder:"Scrivi qui il tuo messaggio",lobbyChatMessageTo:"Messaggio a {{recipient}} in sala d'attesa",message:"Messaggio",messageAccessibleTitle:"{{user}} dice:",messageAccessibleTitleMe:"io dico:",messageTo:"Messaggio privato a {{recipient}}",messagebox:"Digitare un messaggio",newMessages:"Nuovi messaggi",nickname:{popover:"Scegli un nickname",title:"Inserire un nickname per utilizzare la conversazione",titleWithPolls:"Inserire un nickname per utilizzare la conversazione"},noMessagesMessage:"Non ci sono ancora messaggi nella riunione. Comincia una conversazione, qui!",privateNotice:"Messaggio privato a {{recipient}}",sendButton:"Invia",smileysPanel:"Pannello emoji",tabs:{chat:"Conversazione",polls:"Sondaggi"},title:"Conversazione",titleWithPolls:"Conversazione",you:"tu"},chromeExtensionBanner:{buttonText:"Installa l'estensione Chrome",buttonTextEdge:"Installa l'estensione Edge",close:"Chiudi",dontShowAgain:"Non mostrare pi\xf9 questo messaggio",installExtensionText:"Installa un'estensione per integrare Google Calendar e Office 365"},connectingOverlay:{joiningRoom:"Collegamento alla riunione in corso..."},connection:{ATTACHED:"Collegato",AUTHENTICATING:"Autenticazione in corso",AUTHFAIL:"Autenticazione fallita",CONNECTED:"Connesso",CONNECTING:"Connessione in corso",CONNFAIL:"Connessione non riuscita",DISCONNECTED:"Disconnesso",DISCONNECTING:"Disconnessione in corso",ERROR:"Errore",FETCH_SESSION_ID:"Sto ottenendo ID di sessione...",GET_SESSION_ID_ERROR:"Errore nell'ottenere ID di sessione: {{code}}",GOT_SESSION_ID:"Sto ottenendo ID di sessione... completato",LOW_BANDWIDTH:"Il video per {{displayName}} \xe8 stato interrotto per risparmiare banda"},connectionindicator:{address:"Indirizzo:",audio_ssrc:"Audio SSRC:",bandwidth:"Banda stimata:",bitrate:"Velocit\xe0:",bridgeCount:"Conteggio server:",codecs:"Codec (A/V): ",connectedTo:"Connesso a:",framerate:"Fotogrammi al secondo:",less:"Mostra meno",localaddress:"Indirizzo locale:",localaddress_plural:"Indirizzi locali:",localport:"Porta locale:",localport_plural:"Porte locali:",maxEnabledResolution:"manda max",more:"Mostra di pi\xf9",packetloss:"Perdita pacchetti:",participant_id:"Id partecipante:",quality:{good:"Buona",inactive:"Inattiva",lost:"Persa",nonoptimal:"Non ottimale",poor:"Scarsa"},remoteaddress:"Indirizzo remoto:",remoteaddress_plural:"Indirizzi remoti:",remoteport:"Porta remota:",remoteport_plural:"Porte remote:",resolution:"Risoluzione:",savelogs:"Salva log",status:"Connessione:",transport:"Trasporto:",transport_plural:"Trasporti:",video_ssrc:"Video SSRC:"},dateUtils:{earlier:"Precedenti",today:"Oggi",yesterday:"Ieri"},deepLinking:{appNotInstalled:"Per partecipare a questa riunione sul tuo telefono ti serve l'app mobile {{app}}.",description:"Non \xe8 successo nulla? Abbiamo provato ad avviare la riunione sull'app desktop {{app}}. Prova di nuovo o avviala nell'app web {{app}}.",descriptionWithoutWeb:"Non \xe8 successo niente? Abbiamo provato ad avviare la riunione nell'app desktop {{app}}",downloadApp:"Scarica l'app",ifDoNotHaveApp:"Se non hai ancora l'app:",ifHaveApp:"Se hai gi\xe0 l'app:",joinInApp:"Entra in riunione usando l'app",launchWebButton:"Avvia sul web",title:"Sto avviando la riunione su {{app}}...",tryAgainButton:"Prova di nuovo sul desktop",unsupportedBrowser:"Sembra tu stia usando un browser che non supportiamo."},defaultLink:"es. {{url}}",defaultNickname:"es. Anna Rossi",deviceError:{cameraError:"Impossibile accedere alla videocamera",cameraPermission:"Errore nell'ottenere i permessi per la videocamera",microphoneError:"Impossibile accedere al microfono",microphonePermission:"Errore nell'ottenere i permessi per il microfono"},deviceSelection:{noPermission:"Permesso negato",previewUnavailable:"Anteprima non disponibile",selectADevice:"Scegli un dispositivo",testAudio:"Riproduci un suono di prova"},dialIn:{screenTitle:"Riassunto collegamento"},dialOut:{statusMessage:"\xe8 {{status}}"},dialog:{Back:"Indietro",Cancel:"Annulla",IamHost:"Sono l'organizzatore",Ok:"OK",Remove:"Rimuovi",Share:"Condividi",Submit:"Invia",WaitForHostMsg:"La riunione non \xe8 ancora cominciata. Se sei l'organizzatore, per favore autenticati. Altrimenti, aspetta l'arrivo dell'organizzatore.",WaitingForHostTitle:"In attesa dell'organizzatore...",Yes:"S\xec",accessibilityLabel:{liveStreaming:"Diretta streaming"},add:"Aggiungi",addMeetingNote:"Aggiungi una a questa riunione",addOptionalNote:"Aggiungi una nota (facoltativo):",allow:"Consenti",alreadySharedVideoMsg:"Un altro utente sta condividendo un video. Questa riunione permette di condividere un solo video alla volta.",alreadySharedVideoTitle:"\xc8 permesso un solo video alla volta",applicationWindow:"Finestra dell'applicazione",authenticationRequired:"Richiesta autorizzazione",cameraConstraintFailedError:"La tua videocamera non soddisfa alcuni dei requisiti.",cameraNotFoundError:"Videocamera non trovata.",cameraNotSendingData:"Non possiamo accedere alla tua videocamera. Controlla che non sia gi\xe0 usata da un'altra applicazione, seleziona un altro dispositivo dalle impostazioni o prova a ricaricare l'applicazione.",cameraNotSendingDataTitle:"Impossibile accedere alla videocamera",cameraPermissionDeniedError:"Non hai concesso il permesso di usare la videocamera. Potrai partecipare comunque alla riunione ma gli altri non potranno vederti. Usa il pulsante a forma di videocamera nella barra degli indirizzi per risolvere il problema.",cameraTimeoutError:"Impossibile avviare la sorgente video. Tempo di attesa scaduto.",cameraUnknownError:"Impossibile usare la videocamera per un motivo sconosciuto.",cameraUnsupportedResolutionError:"La tua videocamera non supporta la risoluzione richiesta.",close:"Chiudi",conferenceDisconnectMsg:"Controlla la tua connessione. Riconnessione in {{seconds}} secondi...",conferenceDisconnectTitle:"Sei stato disconnesso.",conferenceReloadMsg:"Stiamo cercando di risolvere il problema. Riconnessione in {{seconds}} secondi...",conferenceReloadTitle:"Purtroppo qualcosa \xe8 andato storto.",confirm:"Conferma",confirmNo:"No",confirmYes:"S\xec",connectError:"Oh! Qualcosa \xe8 andato storto e non ti puoi collegare alla riunione.",connectErrorWithMsg:"Oops! Qualcosa \xe8 andato storto e non ti puoi collegare alla riunione: {{msg}}",connecting:"Connessione in corso",contactSupport:"Contatta il supporto",copied:"Copiato",copy:"Copia",dismiss:"Scarta",displayNameRequired:"Ciao, qual \xe8 il tuo nome",done:"Fatto",e2eeDescription:"La crittografia punto-a-punto al momento \xe8 SPERIMENTALE. Tieni presente che attivandola disabiliterai i servizi svolti dal server, come: la registrazione, la dirette streaming e la partecipazione usando telefoni. Tieni anche presente che la riunione funzioner\xe0 solo per chi si collega usando browser che supportano flussi inseribili (insertable streams).",e2eeDisabledDueToMaxModeDescription:"Impossibile crittografare la sessione, per il numero eccessivo di partecipanti.",e2eeLabel:"Attiva la crittografia punto-a-punto",e2eeWarning:"ATTENZIONE: non tutti i partecipanti a questa riunione sembrano supportare le funzionalit\xe0 di crittografia punto-a-punto. Se la attivi, non potranno sentirti o vederti.",e2eeWillDisableDueToMaxModeDescription:"WARNING: ATTENZIONE: la crittografia punto-punto verr\xe0 disattivata automaticamente, se si aggiungono nuovi partecipanti alla riunione.",embedMeeting:"Incorpora la riunione",enterDisplayName:"Inserisci qui il tuo nome",error:"Errore",gracefulShutdown:"Il nostro servizio \xe8 al momento spento per manutenzione. Si prega di riprovare pi\xf9 tardi.",grantModeratorDialog:"Sei sicuro di voler rendere moderatore questo partecipante?",grantModeratorTitle:"Autorizza moderatore",hide:"Nascondi",hideShareAudioHelper:"Non mostrare pi\xf9 questa finestra",incorrectPassword:"Nome utente o password errati",incorrectRoomLockPassword:"Password errata",internalError:"Ops! Qualcosa \xe8 andato storto. Questo \xe8 l'errore: {{error}}",internalErrorTitle:"Errore interno",kickMessage:"Puoi contattare {{participantDisplayName}} per maggiori dettagli.",kickParticipantButton:"Espelli",kickParticipantDialog:"Sei sicuro di voler espellere questo partecipante?",kickParticipantTitle:"Espelli questo partecipante?",kickTitle:"Espulso dalla riunione",linkMeeting:"Collega la riunione",linkMeetingTitle:"Collega la riunione a Salesforce",liveStreaming:"Diretta streaming",liveStreamingDisabledBecauseOfActiveRecordingTooltip:"Impossibile durante la registrazione.",localUserControls:"Controlli dell'utente locale",lockMessage:"Impossibile bloccare la riunione.",lockRoom:"Aggiungi una $t(lockRoomPasswordUppercase) alla riunione",lockTitle:"Blocco fallito",login:"Login",logoutQuestion:"Vuoi disconnetterti e interrompere la riunione?",logoutTitle:"Disconnessione",maxUsersLimitReached:"\xc8 stato raggiunto il numero massimo di partecipanti. La riunione \xe8 al completo. Contatta l'organizzatore o riprova pi\xf9 tardi!",maxUsersLimitReachedTitle:"Raggiunto limite massimo partecipanti",micConstraintFailedError:"Il tuo microfono non soddisfa alcuni dei requisiti.",micNotFoundError:"Microfono non trovato.",micNotSendingData:"Apri le impostazioni del computer per togliere il \xabmuto\xbb al microfono e imposta il volume.",micNotSendingDataTitle:"Il microfono \xe8 muto per impostazione di sistema",micPermissionDeniedError:"Non hai concesso il permesso di usare il microfono. Puoi comunque partecipare alla riunione ma gli altri non potranno sentirti. Usa il bottone a forma di telecamera nella barra degli indirizzi per cambiare impostazioni.",micTimeoutError:"Impossibile avviare la fonte audio. Tempo di attesa scaduto.",micUnknownError:"Impossibile usare il microfono per un motivo sconosciuto.",moderationAudioLabel:"Permetti ai partecipenti di riaccendere il microfono",moderationVideoLabel:"Permetti ai partecipanti di riattivare la videocamera",muteEveryoneDialog:"I partecipanti possono riaccenderli in quasiasi momento.",muteEveryoneDialogModerationOn:"I partecipanti possono fare richiesta di parlare in ogni momento.",muteEveryoneElseDialog:"Una volta spenti i microfoni non potrai riattivarli, ma ogni partecipante potr\xe0 farlo in qualsiasi momento.",muteEveryoneElseTitle:"Spengo il microfono a tutti, tranne che a {{whom}}?",muteEveryoneElsesVideoDialog:"Una volta spente le videocamere non potrai riaccenderle, ma ogni partecipante potr\xe0 farlo in qualsiasi momento.",muteEveryoneElsesVideoTitle:"Spengo la videocamera a tutti, tranne che a {{whom}}?",muteEveryoneSelf:"tu",muteEveryoneStartMuted:"Tutti cominciano a microfono spento, d'adesso in avanti",muteEveryoneTitle:"Spengo il microfono a tutti?",muteEveryonesVideoDialog:"Sei sicuro di voler spegnere le videocamere di tutti? Non potrai riaccenderle, ma ogni partecipante potr\xe0 farlo in qualsiasi momento.",muteEveryonesVideoDialogModerationOn:"I partecipanti possono fare richiesta di trasmettere video in ogni momento.",muteEveryonesVideoDialogOk:"Spegni",muteEveryonesVideoTitle:"Spengo la videocamera a tutti?",muteParticipantBody:"Non sarai in grado di riattivare il loro microfono, ma loro potranno riattivarlo in qualsiasi momento.",muteParticipantButton:"Silenzia",muteParticipantsVideoBody:"Una volta spenta la videocamera non potrai riaccenderla, ma lui potr\xe0 riattivarla in qualsiasi momento.",muteParticipantsVideoBodyModerationOn:"Non potrai riaccendere le videocamere, n\xe9 loro potranno.",muteParticipantsVideoButton:"Spegni video",muteParticipantsVideoDialog:"Sei sicuro di voler spegnere la videocamera di questo partecipante? Lui potr\xe0 riattivarla in ogni momento.",muteParticipantsVideoDialogModerationOn:"Are you sure you want to turn off this participant's camera? You won't be able to turn the camera back on and neither will they.",muteParticipantsVideoTitle:"Vuoi spegnere la videocamera di questo partecipante?",noDropboxToken:"Token Dropbox non valido",password:"Password",passwordLabel:"La riunione \xe8 stata bloccata da un partecipante. Immetti la $t(lockRoomPassword) per collegarti, per favore.",passwordNotSupported:"Impostare una $t(lockRoomPassword) non \xe8 supportato.",passwordNotSupportedTitle:"$t(lockRoomPasswordUppercase) non supportato",passwordRequired:"$t(lockRoomPasswordUppercase) richiesta",permissionCameraRequiredError:"L'autorizzazione all'uso della videcamera deve essere concessa, se si desidera mandare online la propria immagine. Per favore, concedi l'autorizzazione nelle impostazioni",permissionErrorTitle:"Autorizzazione richiesta",permissionMicRequiredError:"L'autorizzazione all'uso del microfono deve essere concessa, se si desidera parlare durante la conferenza. Per favore, concedi l'autorizzazione nelle impostazioni",popupError:"Il tuo browser sta bloccando i pop-up da questo sito. Per favore abilita i pop-up dalle impostazioni di sicurezza del browser e riprova.",popupErrorTitle:"Pop-up bloccato",readMore:"continua",recentlyUsedObjects:"Gli oggetti che hai usato di recente",recording:"Registrazione",recordingDisabledBecauseOfActiveLiveStreamingTooltip:"Impossibile durante una diretta.",rejoinNow:"Ricollegati ora",remoteControlAllowedMessage:"{{user}} ha accettato la tua richiesta di controllo remoto!",remoteControlDeniedMessage:"{{user}} ha respinto la tua richiesta di controllo remoto!",remoteControlErrorMessage:"Si \xe8 verificato un errore mentre si cercava di richiedere il controllo remoto a {{user}}!",remoteControlRequestMessage:"Vuoi consentire ad {{user}} di controllare da remoto il tuo desktop?",remoteControlShareScreenWarning:"Tieni conto che premendo \xabPermetti\xbb condividerai il tuo schermo.",remoteControlStopMessage:"Sessione di controllo remoto terminata!",remoteControlTitle:"Connessione desktop remoto",remoteUserControls:"Controlli dell'utente remoto {{username}}",removePassword:"Togli la $t(lockRoomPassword)",removeSharedVideoMsg:"Sei sicuro di voler rimuovere il tuo video condiviso?",removeSharedVideoTitle:"Rimuovi video condiviso",reservationError:"Errore di sistema in prenotazione",reservationErrorMsg:"Codice di errore: {{code}}, messaggio: {{msg}}",retry:"Riprova",screenSharingAudio:"Condividi audio",screenSharingFailed:"Ops! Non \xe8 stato possibile avviare la condivisione dello schermo!",screenSharingFailedTitle:"Condivisione dello schermo fallita!",screenSharingPermissionDeniedError:"Qualcosa non funziona nei permessi di condivisione dello schermo. Ricarica e riprova.",searchInSalesforce:"Cerca in Salesforce",searchResults:"Risultati ricerca({{count}})",searchResultsDetailsError:"Qualcosa non ha funzionato nella ricezione dei dati del proprietario.",searchResultsError:"Qualcosa non ha funzionato nella ricezione dei dati.",searchResultsNotFound:"Nessun risultato.",searchResultsTryAgain:"Prova altre parole di ricerca.",sendPrivateMessage:"Hai ricevuto un messaggio privato poco fa. Vorresti rispondergli privatamente o vuoi mandare la risposta al gruppo?",sendPrivateMessageCancel:"Invia al gruppo",sendPrivateMessageOk:"Invia privatamente",sendPrivateMessageTitle:"Invio privatamente?",serviceUnavailable:"Servizio non disponibile",sessTerminated:"Chiamata terminata",sessionRestarted:"Chiamata riavviata automaticamente",shareAudio:"Continue",shareAudioTitle:"Come condividere l'audio",shareAudioWarningD1:"devi fermare la condivisione dello schermo, per condividere l'audio.",shareAudioWarningD2:"devi riavviare la condivisione schermo e spuntare l'opzione \"condividi audio\".",shareAudioWarningH1:"Se vuoi condividere solo l'audio:",shareAudioWarningTitle:"Ferma la condivisione dello schermo, per condividere l'audio",shareMediaWarningGenericH2:"Se vuoi condividere il tuo schermo e l'audio",shareScreenWarningD1:"devi fermare la condivisione audio, per condividere lo schermo.",shareScreenWarningD2:"devi fermare la condivisione audio, avvia la condivisione dello schermo e spunta \"condividi audio\" option.",shareScreenWarningH1:"Se vuoi condividere solo lo schermo:",shareScreenWarningTitle:"Ferma la condivisione audio, per condividere lo schermo",shareVideoLinkError:"Fornire un link corretto.",shareVideoTitle:"Condividi un video",shareYourScreen:"Condividi schermo",shareYourScreenDisabled:"Condivisione schermo disabilitata.",sharedVideoDialogError:"Errore: URL non valido",sharedVideoLinkPlaceholder:"Link YouTube o link diretto, al video",show:"Mostra",start:"Avvia ",startLiveStreaming:"Avvia diretta streaming",startRecording:"Inizia a registrare",startRemoteControlErrorMessage:"Si \xe8 verificato un errore nel tentativo di avviare la sessione di controllo remoto!",stopLiveStreaming:"Ferma la diretta streaming",stopRecording:"Ferma registrazione",stopRecordingWarning:"Sei sicuro di voler interrompere la registrazione?",stopStreamingWarning:"Sei sicuro di voler interrompere la diretta?",streamKey:"Chiave per trasmissione in diretta",thankYou:"Grazie per aver usato {{appName}}!",token:"token",tokenAuthFailed:"Ci dispiace ma non sei autorizzato a partecipare a questa chiamata.",tokenAuthFailedTitle:"Autenticazione fallita",transcribing:"Trascrizione in corso",unlockRoom:"Togli la $t(lockRoomPassword) alla riunione",user:"Utente",userIdentifier:"Identificatore utente",userPassword:"Password utente",videoLink:"Collegamento video",viewUpgradeOptions:"Vedi le opzioni premium",viewUpgradeOptionsContent:"Per aver accesso illimitato alle funzionalit\xe0 premium come la registrazione, trascrizione, lo Streaming RTMP & altri, devi passare ad un abbonamento diverso.",viewUpgradeOptionsTitle:"Hai scoperto una funzione premium!",yourEntireScreen:"Schermo intero"},documentSharing:{title:"Documento condiviso"},e2ee:{labelToolTip:"Le comunicazioni audio e video di questa chiamata, sono crittografate dall'origine alla destinazione"},embedMeeting:{title:"Incorpora questa riunione"},feedback:{average:"Media",bad:"Scadente",detailsLabel:"Dicci qualcosa di pi\xf9 in proposito.",good:"Buona",rateExperience:"Valuta la qualit\xe0 della videoconferenza.",star:"Stella",veryBad:"Pessima",veryGood:"Ottima"},giphy:{noResults:"Trovato niente :(",search:"Cerca in GIPHY"},helpView:{title:"Aiuto"},incomingCall:{answer:"Rispondi",audioCallTitle:"Chiamata in arrivo",decline:"Chiudi",productLabel:"da Jitsi Meet",videoCallTitle:"Videochiamata in arrivo"},info:{accessibilityLabel:"Mostra informazioni",addPassword:"Aggiungi $t(lockRoomPassword)",cancelPassword:"Togli $t(lockRoomPassword)",conferenceURL:"Collegamento:",copyNumber:"Copia numero",country:"Paese",dialANumber:"Per collegarti telefonicamente al meeting, chiama uno di questi numeri e metti il pin.",dialInConferenceID:"PIN:",dialInNotSupported:"Spiacenti, la partecipazione solo telefonica non \xe8 supportata attualmente",dialInNumber:"Componi:",dialInSummaryError:"Errore nella ricerca dei numeri telefonici. Riprova pi\xf9 tardi.",dialInTollFree:"Numero verde",genericError:"Ops, qualcosa \xe8 andato storto.",inviteLiveStream:"Per vedere la diretta di questa riunione, fai click su questo link: {{url}}",invitePhone:"Per seguire solo telefonicamente, fai click: {{number}},,{{conferenceID}}#",invitePhoneAlternatives:"Cerchi un numero diverso da chiamare?\nEcco dei numeri telefonici per collegarsi alle riunioni: {{url}}\n\n\nSe entri in riunione anche col computer, entra senza attivare l'audio: {{silentUrl}}",inviteSipEndpoint:"Per entrare con un indirizzo SIP, immettere questo: {{sipUri}}",inviteTextiOSInviteUrl:"Clicca il link seguente, per entrare in riunione: {{inviteUrl}}.",inviteTextiOSJoinSilent:"Se stai chiamando da un telefono fisso, usa questo link per entrare in riunione senz'audio: {{silentUrl}}.",inviteTextiOSPersonal:"{{name}} ti sta invitando ad una riunione.",inviteTextiOSPhone:"Per entrare in riunione con un telefono, usa questo numero: {{number}},,{{conferenceID}}#. Se cerchi altri numeri, questa \xe8 la lista completa: {{didUrl}}.",inviteURLFirstPartGeneral:"Invito a connettersi ad una riunione.",inviteURLFirstPartPersonal:"{{name}} ti sta invitando ad una riunione.\n",inviteURLSecondPart:"\nPartecipa alla riunione:\n{{url}}\n",label:"Informazioni riunione",liveStreamURL:"Trasmissione in diretta:",moreNumbers:"Pi\xf9 numeri",noNumbers:"Nessun numero da chiamare.",noPassword:"Nessuna",noRoom:"Non \xe8 stata specificata nessuna riunione da chiamare.",numbers:"Numeri da chiamare",password:"$t(lockRoomPasswordUppercase):",reachedLimit:"Hai raggiunto il limite dell'offerta.",sip:"Indirizzo SIP",title:"Condividi",tooltip:"Invia il collegamento e i numeri telefonici di questa riunione",upgradeOptions:"Controlla le possibilit\xe0 d'estensione dell'offerta"},inlineDialogFailure:{msg:"Un piccolo inconveniente.",retry:"Prova ancora",support:"Supporto",supportMsg:"Se succede ancora contatta"},inviteDialog:{alertText:"Errore nell'invitare alcuni partecipanti.",header:"Invita",searchCallOnlyPlaceholder:"Inserisci numero di telefono",searchPeopleOnlyPlaceholder:"Cerca partecipanti",searchPlaceholder:"Partecipante o numero di telefono",send:"Invia"},jitsiHome:"{{logo}} Logo, collega alla Homepage",keyboardShortcuts:{focusLocal:"Sposta il focus sul tuo video",focusRemote:"Sposta il focus sul video di un altro partecipante",fullScreen:"Attiva o disattiva schermo intero",giphyMenu:"Mostra men\xf9 GIPHY",keyboardShortcuts:"Scorciatoie da tastiera",localRecording:"Mostra o nascondi i controlli per la registrazione",mute:"Attiva o disattiva il microfono",pushToTalk:"Premi per parlare",raiseHand:"Alza o abbassa la mano",showSpeakerStats:"Mostra statistiche",toggleChat:"Apri o chiudi la conversazione",toggleFilmstrip:"Mostra o nascondi miniature video",toggleParticipantsPane:"Mostra o nascondi i partecipanti",toggleScreensharing:"Cambia modalit\xe0 tra videocamera e condivisione schermo",toggleShortcuts:"Mostra o nascondi le scorciatoie",videoMute:"Accendi o spegni la videocamera"},largeVideo:{screenIsShared:"Stai condividendo lo schermo",showMeWhatImSharing:"Mostrami cosa sto condividendo"},liveStreaming:{busy:"Stiamo cercando di liberare risorse per la diretta. Riprova tra qualche minuto.",busyTitle:"Tutti gli streamer sono impegnati al momento",changeSignIn:"Cambia account",choose:"Scegli una trasmissione in diretta",chooseCTA:"Scegli un'opzione di trasmissione. Attualmente sei collegato come {{email}}.",enterStreamKey:"Inserisci qui la tua chiave YouTube per le trasmissioni in diretta.",error:"Diretta fallita. Prova di nuovo.",errorAPI:"Si \xe8 verificato un errore durante l'accesso alle tue trasmissioni YouTube. Prova a effettuare nuovamente il login.",errorLiveStreamNotEnabled:"La diretta non \xe8 attivata su {{email}}. Per favore abilita la diretta o effettua l'accesso con un account abilitato alle dirette.",expandedOff:"La diretta \xe8 stata interrotta",expandedOn:"La riunione \xe8 attualmente in diretta su YouTube.",expandedPending:"La diretta \xe8 in fase di avvio...",failedToStart:"Avvio trasmissione in diretta fallito",getStreamKeyManually:"Non siamo stati in grado di trovare nessuna trasmissione dal vivo. Prova ad ottenere una chiave stream da YouTube",googlePrivacyPolicy:"Norme sulla riservatezza di Google",inProgress:"Diretta o registrazione in corso",invalidStreamKey:"La chiave per le dirette potrebbe non essere corretta.",limitNotificationDescriptionNative:"La tua diretta sar\xe0 limitata a {{limit}} minuti. Per dirette illimitate, prova {{app}}.",limitNotificationDescriptionWeb:"Data l'alta domanda la tua diretta sar\xe0 limitata a {{limit}} minuti. Per dirette illimitate, prova {{app}}.",off:"La diretta si \xe8 interrotta",offBy:"{{name}} ha fermato la diretta",on:"Trasmissione in diretta",onBy:"{{name}} ha iniziato la diretta",pending:"Avvio diretta...",serviceName:"Servizio dirette",sessionAlreadyActive:"Questa sessione \xe8 in gi\xe0 in fase di registrazione o trasmessione in diretta.",signIn:"Collegati con Google",signInCTA:"Collegati o inserisci la tua chiave YouTube per la trasmissione in diretta.",signOut:"Scollegati",signedInAs:"Sei attualmente collegato come:",start:"Inizia una diretta",streamIdHelp:"Cos'\xe8 questo?",title:"Diretta",unavailableTitle:"La diretta non \xe8 disponibile",youtubeTerms:"Condizioni di utilizzo di YouTube"},lobby:{admit:"Ammetti",admitAll:"Ammetti tutti",allow:"Autorizza",backToKnockModeButton:"Nessuna password, richiedi l'accesso",chat:"Conversazione",dialogTitle:"Sala d'attesa",disableDialogContent:"Sala d'attesa attiva. Questa funzione ti permette di non dare accesso alla riunione a partecipanti indesiderati. Vuoi disattivarla?",disableDialogSubmit:"Disattiva",emailField:"Inserisci il tuo indirizzo email",enableDialogPasswordField:"Imposta password (opzionale)",enableDialogSubmit:"Attiva",enableDialogText:"La sala d'attesa ti permette di proteggere la riunione concedendo l'ingresso solo alle persone autorizzate da un moderatore.",enterPasswordButton:"Inserisci password riunione",enterPasswordTitle:"Inserisci la password per entrare nella riunione",errorMissingPassword:"Per favore, mettere la password della riunione",invalidPassword:"Password errata",joinRejectedMessage:"La tua richiesta d'accesso \xe8 stata respinta da un moderatore.",joinRejectedTitle:"Richiesta d'ingresso respinta.",joinTitle:"Entra nella riunione",joinWithPasswordMessage:"Ho inviato la password per entrare, attendi...",joiningMessage:"Entrerai nella riunione non appena qualcuno approva la tua richiesta",joiningTitle:"Richiesta inviata...",joiningWithPasswordTitle:"Accesso con password...",knockButton:"Chiedi d'entrare",knockTitle:"Qualcuno vuole entrare nella riunione",knockingParticipantList:"Lista dei partecipanti in attesa",lobbyChatStartedNotification:"{{moderator}} sta parlando con {{attendee}} in sala d'attesa",lobbyChatStartedTitle:"{{moderator}} sta parlando con te in sala d'attesa.",nameField:"Scrivi il tuo nome",notificationLobbyAccessDenied:"{{targetParticipantName}} \xe8 stato respinto da {{originParticipantName}}",notificationLobbyAccessGranted:"{{targetParticipantName}} \xe8 stato autorizzato ad entrare da {{originParticipantName}}",notificationLobbyDisabled:"{{originParticipantName}} ha aggiunto la sala d'attesa alla riunione",notificationLobbyEnabled:"{{originParticipantName}} ha tolto la sala d'attesa alla riunione",notificationTitle:"Sala d'attesa",passwordField:"Inserisci la password della riunione",passwordJoinButton:"Entra",reject:"Respingi",rejectAll:"Respingi tutti",title:"Sala d'attesa",toggleLabel:"Attiva sala d'attesa"},localRecording:{clientState:{off:"Spento",on:"Acceso",unknown:"Sconosciuto"},dialogTitle:"Controlli di registrazione locale",duration:"Durata",durationNA:"N/D",encoding:"Codifica",label:"LOR",labelToolTip:"Registrazione locale avviata",localRecording:"Registrazione locale",me:"io",messages:{engaged:"Registrazione locale avviata.",finished:"La registrazione della sessione {{token}} \xe8 terminata. Invia il file della registrazione al moderatore.",finishedModerator:"La registrazione della sessione {{token}} \xe8 terminata. Il registrazione della traccia \xe8 stata salvata. Richiedere ai partecipanti di inviare le loro registrazioni.",notModerator:"Non sei un moderatore. Non puoi avviare o interrompere la registrazione"},moderator:"Moderatore",no:"No",participant:"Partecipante",participantStats:"Statistiche partecipanti",selectTabTitle:"\ud83c\udfa5 Seleziona questa linguetta per registrare",sessionToken:"Token della sessione",start:"Avvia Registrazione",stop:"Ferma registrazione",yes:"S\xec"},lockRoomPassword:"password",lockRoomPasswordUppercase:"Password",lonelyMeetingExperience:{button:"Invita altri",youAreAlone:"Sei l'unico nella riunione"},me:"io",notify:{OldElectronAPPTitle:"Falla di sicurezza!",allowAction:"Autorizza",allowedUnmute:"Puoi accendere il microfono, avviare la videocamera, o condividere il tuo schermo.",audioUnmuteBlockedDescription:"Lo sblocco dei microfoni \xe8 stato temporaneamente bloccato per limiti del sistema.",audioUnmuteBlockedTitle:"Riattivazione dei microfoni bloccata!",chatMessages:"Messaggi delle conversazioni",connectedOneMember:"{{name}} \xe8 entrato in riunione",connectedThreePlusMembers:"{{name}} e altri {{count}} sono entrati in riunione",connectedTwoMembers:"{{first}} e {{second}} sono entrati in riunione",disconnected:"disconnesso",displayNotifications:"Mostra le notifiche per",focus:"Focus su riunione",focusFail:"{{component}} non disponibile - riprovo tra {{ms}} sec",gifsMenu:"GIPHY",groupTitle:"Notifiche",hostAskedUnmute:"Il moderatore ti chiede di accendere il microfono",invitedOneMember:"{{displayName}} \xe8 stato invitato",invitedThreePlusMembers:"Hai invitato {{name}} e altri {{count}}",invitedTwoMembers:"Hai invitato {{first}} e {{second}}",kickParticipant:"{{kicked}} \xe8 stato espulso da {{kicker}}",leftOneMember:"{{name}} ha lasciato la riunione",leftThreePlusMembers:"{{name}} e molti altri hanno lasciato la riunione",leftTwoMembers:"{{first}} e {{second}} hanno lasciato la riunione",linkToSalesforce:"Collega a Salesforce",linkToSalesforceDescription:"Puoi collegare il sommario della riunione ad un oggetto Salesforce.",linkToSalesforceError:"Failed to link meeting to Salesforce",linkToSalesforceKey:"Link this meeting",linkToSalesforceProgress:"Linking meeting to Salesforce...",linkToSalesforceSuccess:"The meeting was linked to Salesforce",localRecordingStarted:"{{name}} ha cominciato a registrare.",localRecordingStopped:"{{name}} ha smesso di registrare.",me:"Io",moderationInEffectCSDescription:"Alza la mano, se vuoi condividere lo schermo, per favore.",moderationInEffectCSTitle:"La condivisione schermo \xe8 stata bloccata dal moderatore",moderationInEffectDescription:"Alza la mano, se vuoi prender la parola, per favore.",moderationInEffectTitle:"Il tuo microfono \xe8 stato spento dal moderatore",moderationInEffectVideoDescription:"Alza la mano, se vuoi avviare la tua videocamera, per favore.",moderationInEffectVideoTitle:"La tua videocamera \xe8 stata spenta dal moderatore",moderationRequestFromModerator:"Il moderatore vorrebbe che tu accendessi il microfono",moderationRequestFromParticipant:"Vuole parlare",moderationStartedTitle:"Moderazione in corso",moderationStoppedTitle:"Moderazione interrotta",moderationToggleDescription:"da {{participantDisplayName}}",moderator:"Impostati i permessi di moderatore!",muted:"Hai iniziato la conversazione con audio disattivato.",mutedRemotelyDescription:"Puoi sempre attivare il microfono, quando vuoi parlare. Spegni il microfono quando hai finito, per non introdurre rumori di fondo nella riunione.",mutedRemotelyTitle:"{{participantDisplayName}} ti ha spento il microfono",mutedTitle:"Hai audio disattivato!",newDeviceAction:"OK, usala",newDeviceAudioTitle:"Trovata nuova origine audio",newDeviceCameraTitle:"Trovata nuova videocamera",noiseSuppressionDesktopAudioDescription:"La riduzione del rumore non \xe8 attivabile insieme alla condivisione dell'audio, disabilitala e riprova.",noiseSuppressionFailedTitle:"Riduzione del rumore non avviata",noiseSuppressionNoTrackDescription:"Prima, attiva il microfono, per favore.",noiseSuppressionStereoDescription:"La riduzione stereo del rumore non \xe8 supportata al momento.",oldElectronClientDescription1:"Sembri stare usando una versione obsoleta del client Jitsi Meet che ha dei problemi di sicurezza noti. Assicurati di aggiornarla presso il nostro ",oldElectronClientDescription2:"ultima build",oldElectronClientDescription3:" ora!",participantWantsToJoin:"Vuole unirsi alla riunione",participantsWantToJoin:"Vogliono unirsi alla riunione",passwordRemovedRemotely:"$t(lockRoomPasswordUppercase) \xe8 stata tolta da un altro partecipante",passwordSetRemotely:"$t(lockRoomPasswordUppercase) \xe8 stata messa da un altro partecipante",raiseHandAction:"Alza la mano",raisedHand:"Vorrebbe intervenire.",raisedHands:"{{participantName}} e {{raisedHands}} altre persone",reactionSounds:"Disattiva suoni",reactionSoundsForAll:"Disattiva suoni a tutti",screenShareNoAudio:"L'opzione di condivisione audio non era selezionata nella schermata di selezione della finestra da condividere.",screenShareNoAudioTitle:"Condividi audio non \xe8 stato selezionato",selfViewTitle:"Puoi sempre ripristinare la tua immagine nelle impostazioni",somebody:"Qualcuno",startSilentDescription:"Entra di nuovo nella riunione, per attivare l'audio",startSilentTitle:"Sei entrato nella riunione senza aver scelto un dispositivo audio per sentire!",suboptimalBrowserWarning:"Temiamo che la tua esperienza non sar\xe0 granch\xe9 su questo browser. Stiamo cercando di migliorare la situazione ma, per il momento, prova ad utilizzare uno di questi browser supportati.",suboptimalExperienceTitle:"Avviso sul browser",unmute:"Accendi microfono",videoMutedRemotelyDescription:"Puoi riaccenderla in qualsiasi momento.",videoMutedRemotelyTitle:"{{participantDisplayName}} ti ha spento la videocamera",videoUnmuteBlockedDescription:"Riattivazione video e condivisione schermo sono state momentaneamente bloccate per limiti di sistema.",videoUnmuteBlockedTitle:"Riattivazione video e condivisione schermo bloccate!",viewLobby:"Vedi sala d'attesa",waitingParticipants:"{{waitingParticipants}} persone"},participantsPane:{actions:{allow:"Permetti ai partecipanti di:",allowVideo:"Autorizza video",askUnmute:"Chiedi di accendere microfono",audioModeration:"Riattivare audio",blockEveryoneMicCamera:"Blocca audio e video a tutti",invite:"Invita partecipanti",moreModerationActions:"Altre opzioni di moderazione",moreModerationControls:"Altri controlli di moderazione",moreParticipantOptions:"Altre opzioni partecipanti",mute:"Silenzia",muteAll:"Silenzia tutti",muteEveryoneElse:"Silenzia tutti gli altri",stopEveryonesVideo:"Ferma il video di tutti",stopVideo:"Ferma il video",unblockEveryoneMicCamera:"Sblocca audio e video a tutti",videoModeration:"Riavviare videocamera"},close:"Chiudi",headings:{lobby:"Sala d'attesa ({{count}})",participantsList:"Partecipanti alla riunione ({{count}})",waitingLobby:"In attesa ({{count}})"},search:"Cerca partecipanti",title:"Partecipanti"},passwordDigitsOnly:"Fino a {{number}} cifre",passwordSetRemotely:"definita da altro utente",pinnedParticipant:"Il partecipante \xe8 in evidenza",polls:{answer:{skip:"Salta",submit:"Invia"},by:"Da {{ name }}",create:{addOption:"Aggiungi risposta",answerPlaceholder:"Risposta {{index}}",cancel:"Annulla",create:"Crea un sondaggio",pollOption:"Risposta {{index}} al sondaggio",pollQuestion:"Domanda Sondaggio a risposta multipla",questionPlaceholder:"Scrivi una domanda",removeOption:"Elimina risposta",send:"Invia"},notification:{description:"Apri la scheda sondaggi per votare",title:"Un nuovo sondaggio \xe8 stato aggiunto alla riunione"},results:{changeVote:"Cambia voto",empty:"Non ci sono ancora sondaggi in questa riunione. Crea un sondaggi, da qui!",hideDetailedResults:"Nascondi dettagli",showDetailedResults:"Mostra dettagli",vote:"Vota"}},poweredby:"offerto da",prejoin:{audioAndVideoError:"Errore audio e video:",audioDeviceProblem:"C'\xe8 un problema con il tuo microfono",audioOnlyError:"Errore audio:",audioTrackError:"Impossibile creare traccia audio.",callMe:"Chiamami",callMeAtNumber:"Chiamami a questo numero:",calling:"Chiamata in corso",configuringDevices:"Configurazione dispositivi...",connectedWithAudioQ:"Sei connesso con l'audio?",connection:{good:"La tua connessione Internet sembra buona!",nonOptimal:"La tua connessione Internet non \xe8 ottimale",poor:"La tua connessione Internet \xe8 scarsa"},connectionDetails:{audioClipping:"Ci aspettiamo che il tuo audio sar\xe0 a sighiozzo.",audioHighQuality:"Ci aspettiamo che il tuo audio sar\xe0 di eccellente qualit\xe0.",audioLowNoVideo:"Ci aspettiamo una bassa qualit\xe0 audio e che il video sia assente.",goodQuality:"Ottimo! La tue funzioni multimediali andranno alla grande.",noMediaConnectivity:"Non siamo riusciti a stabilire una connessione multimediale per fare questo test. Questo \xe8 tipicamente causato da un firewall o dal NAT.",noVideo:"Ci aspettiamo una pessima qualit\xe0 video.",undetectable:"Se non riesci ancora a fare chiamate nel browser, ti consigliamo di verificare che il microfono e la videocamera siano configurate correttamente, che tu abbia dato al browser i permessi di usare microfono e videocamera e che il tuo browser sia aggiornato all'ultima versione. Se hai ancora problemi, dovresti contattare lo sviluppatore dell'applicazione web.",veryPoorConnection:"Ci aspettiamo una qualit\xe0 della chiamata davvero terribile.",videoFreezing:"Ci aspettiamo che il video si blocchi, sparisca, o sia molto pixelato.",videoHighQuality:"Ci aspettiamo che il video sia di buona qualit\xe0.",videoLowQuality:"Ci aspettiamo che il video abbia pochi fotogrammi al secondo e sia a bassa risoluzione.",videoTearing:"Ci aspettiamo che il video sia pixelato e abbia deformazioni visive."},copyAndShare:"Copia e condividi il collegamento della riunione",dialInMeeting:"Chiama e collegati alla riunione",dialInPin:"Chiama e inserisci il PIN per entrare nella riunione:",dialing:"Chiamata",doNotShow:"Non mostrare pi\xf9 questa finestra",errorDialOut:"Impossibile fare la chiamata",errorDialOutDisconnected:"Impossibile fare la chiamata. Scollegato",errorDialOutFailed:"Impossibile fare la chiamata. Chiamata fallita",errorDialOutStatus:"Errore nel ricevere lo stato della rete",errorMissingName:"Inserire il proprio nome, per accedere alla riunione",errorNoPermissions:"Devi autorizzare l'accesso al microfono e alla videocamera",errorStatusCode:"Errore nella chiamata, codice: {{status}}",errorValidation:"Numero inesistente",iWantToDialIn:"Voglio chiamare il numero",initiated:"Chiamata avviata",joinAudioByPhone:"Collegati usando un telefono, per parlare",joinMeeting:"Collegati alla riunione",joinMeetingInLowBandwidthMode:"Entra in modalit\xe0 banda limitata",joinWithoutAudio:"Collegati senza poter parlare mai",keyboardShortcuts:"Attiva le scorciatoie da tastiera",linkCopied:"Collegamento copiato negli appunti",lookGood:"Sembra che il tuo microfono funzioni correttamente",or:"o",premeeting:"Pre-riunione",screenSharingError:"Errore di condivisione dello schermo:",showScreen:"Attiva schermata pre-riunione",startWithPhone:"Avvia usando il telefono, per parlare",videoOnlyError:"Errore video:",videoTrackError:"Impossibile creare la traccia video.",viewAllNumbers:"vedi tutti i numeri"},presenceStatus:{busy:"Occupato",calling:"Chiamata...",connected:"Connesso",connecting:"Connessione...",connecting2:"Connessione*...",disconnected:"Scollegato",expired:"Scaduto",ignored:"Ignorato",initializingCall:"Inizializzazione chiamata...",invited:"Invitato",rejected:"Rifiutato",ringing:"Sta suonando..."},privacyView:{title:"Privacy"},profile:{avatar:"avatar",setDisplayNameLabel:"Crea il tuo nome",setEmailInput:"Inserisci email",setEmailLabel:"Imposta l'email gravatar",title:"Profilo"},raisedHand:"Vorrebbe parlare",raisedHandsLabel:"Numero di mani alzate",record:{already:{linked:"La riunione \xe8 gi\xe0 collegata a questo oggetto Salesforce."},type:{account:"Account",contact:"Contact",lead:"Lead",opportunity:"Opportunity",owner:"Owner"}},recording:{authDropboxText:"Carica su Dropbox",availableSpace:"Spazio disponibile: {{spaceLeft}} MB (rimangono approssimativamente {{duration}} minuti di registrazione)",beta:"BETA",busy:"Stiamo cercando di liberare risorse per la registrazione. Riprova tra qualche minuto.",busyTitle:"Tutti i registratori sono occupati",copyLink:"Copia collegamento",error:"Registrazione fallita. Prova di nuovo.",errorFetchingLink:"Errore nel collegamento alla tua registrazione.",expandedOff:"Registrazione interrotta",expandedOn:"La registrazione della riunione \xe8 attiva.",expandedPending:"La registrazione \xe8 in fase di avvio...",failedToStart:"Non \xe8 stato possibile avviare la registrazione",fileSharingdescription:"Condividi la registrazione con i partecipanti alla riunione",highlight:"Evidenzia",highlightMoment:"Evidenzia momento",highlightMomentDisabled:"Puoi evidenziare dei momenti quando parte la registrazione",highlightMomentSuccess:"Momento evidenziato",highlightMomentSucessDescription:"Il tuo momento evidenziato sar\xe0 aggiunto al riepilogo della riunione.",inProgress:"Registrazione o diretta in corso",limitNotificationDescriptionNative:"La tua registrazione sar\xe0 limitata a {{limit}} minuti. Per registrazioni illimitate, prova <3>{{app}}.",limitNotificationDescriptionWeb:"Data l'alta domanda la tua registrazione sar\xe0 limitata a {{limit}} minuti. Per registrazioni illimitate, prova {{app}}.",linkGenerated:"Abbiamo generato un collegamento alla tua registrazione.",live:"DIRETTA",localRecordingNoNotificationWarning:"La registrazione non verr\xe0 annunciata ai partecipanti. Dovrai dir loro che la registrazione \xe8 in corso.",localRecordingNoVideo:"La registrazione del video non \xe8 in corso",localRecordingStartWarning:"Ferma la registrazione prima di uscire dalla riunione, altrimenti la registrazione non verr\xe0 salvata.",localRecordingStartWarningTitle:"Ferma la registrazione per salvarla",localRecordingVideoStop:"Fermare il video fermer\xe0 anche la registrazione. Sei sicuro di voler terminare?",localRecordingVideoWarning:"Per registrare il video, deve essere gi\xe0 avviato prima dell'inizio della registrazione",localRecordingWarning:"Assicurati di aver selezionato la scheda corrente, per registrare gli audio e video corretti. La registrazione \xe8 limitata ad 1GB, cio\xe8 circa 100 minuti.",loggedIn:"Accesso effettuato come {{userName}}",noStreams:"Audio e video non trovati.",off:"Registrazione interrotta",offBy:"{{name}} ha interrotto la registrazione",on:"Registrazione",onBy:"Registrazione iniziata da {{name}}",onlyRecordSelf:"Registra solo il mio audio e video",pending:"In preparazione alla registrazione della riunione",rec:"REC",saveLocalRecording:"Salva localmente il file della registrazione",serviceDescription:"La tua registrazione verr\xe0 salvata dal servizio di registrazione che hai scelto",serviceDescriptionCloud:"Registrazione in rete",serviceDescriptionCloudInfo:"Le riunioni registrate vengono automaticamente cancellate 24 ore dopo la registrazione.",serviceName:"Servizio di registrazione",sessionAlreadyActive:"Questa sessione \xe8 gi\xe0 in corso di registrazione o trasmissione in diretta.",signIn:"Entra",signOut:"Esci",surfaceError:"Selezionare la scheda corrente, per favore.",title:"Registrazione",unavailable:"Ops! Il {{serviceName}} non \xe8 al momento disponibile. Stiamo lavorando per risolvere il problema. Riprova pi\xf9 tardi.",unavailableTitle:"Registrazione non disponibile",uploadToCloud:"Carica in cloud"},screenshareDisplayName:"Schermo di {{name}}",sectionList:{pullToRefresh:"Trascina per aggiornare"},security:{about:"Puoi aggiungere una $t(lockRoomPassword) alla riunione. I partecipanti dovranno fornire la $t(lockRoomPassword) per essere autorizzati a partecipare alla riunione.",aboutReadOnly:"I moderatori della riunione possono aggiungere $t(lockRoomPassword). I partecipanti dovranno fornire la $t(lockRoomPassword) per essere autorizzati a partecipare alla riunione.",insecureRoomNameWarning:"Il nome della riunione non \xe8 sicuro. Dei partecipanti indesiderati potrebbero unirsi alla riunione. Puoi proteggere l'accesso alla riunione nelle Impostazioni di sicurezza.",title:"Impostazioni di sicurezza"},settings:{buttonLabel:"Impostazioni",calendar:{about:"L\u2019integrazione del calendario con {{appName}} \xe8 usata per accedere in sicurezza al proprio calendario e poter leggere i prossimi appuntamenti ",disconnect:"Disconnetti",microsoftSignIn:"Connettiti con un account Microsoft",signedIn:"Sto accedendo agli eventi del calendario per {{email}}. Fai click su \xabDisconnetti\xbb per interrompere l\u2019accesso agli eventi del calendario.",title:"Calendario"},desktopShareFramerate:"Frequenza di aggiornamento condivisone schermo",desktopShareHighFpsWarning:"Una frequenza di aggiornamento pi\xf9 alta pu\xf2 mettere alla prova la tua connessione ad internet, durante la condivisione schermo. Devi riavviare la condivisione schermo, per attivare le modifiche.",desktopShareWarning:"Devi riavviare la condivisione schermo, per attivare le modifiche.",devices:"Dispositivi",followMe:"Tutti cominciano seguendo te",framesPerSecond:"schermate al secondo",incomingMessage:"Messaggio in arrivo",language:"Lingua",loggedIn:"Connesso come {{name}}",maxStageParticipants:"Numero massimo video che possono essere fissati nella schemata",microphones:"Microfoni",moderator:"Moderatore",more:"Mostra di pi\xf9",name:"Nome",noDevice:"Nessuno",participantJoined:"Partecipante Entrato",participantKnocking:"Participante in sala d'attesa",participantLeft:"Partecipante Uscito",playSounds:"Suoni attivati",reactions:"Reazioni riunione",sameAsSystem:"Stesso del computer ({{label}})",selectAudioOutput:"Uscita audio",selectCamera:"Videocamera",selectMic:"Microfono",selfView:"Tua immagine",sounds:"Suoni",speakers:"Altoparlanti",startAudioMuted:"Tutti cominciano a microfono spento",startReactionsMuted:"Spegni i suoni delle reazioni a tutti",startVideoMuted:"Tutti cominciano a videocamera disattivata",talkWhileMuted:"Parli a microfono spento",title:"Impostazioni"},settingsView:{advanced:"Avanzate",alertCancel:"Annulla",alertOk:"OK",alertTitle:"Attenzione",alertURLText:"L'URL del server inserito non \xe8 valido",buildInfoSection:"Versione",conferenceSection:"Riunione",disableCallIntegration:"Disattiva l'integrazione delle chiamate native",disableCrashReporting:"Disattiva la diagnostica dei crash",disableCrashReportingWarning:"Sei sicuro di voler disattivare la diagnostica dei crash? Quest'impostazione verr\xe0 eseguita al prossimo avvio dell'app.",disableP2P:"Disattiva la modalit\xe0 punto-punto",displayName:"Nome visualizzato",displayNamePlaceholderText:"Es: Mario Rossi",email:"email",goTo:"Vai a",header:"Impostazioni",help:"Aiuto",links:"Collegamenti",privacy:"Privacy",profileSection:"Profilo",serverURL:"URL del server",showAdvanced:"Impostazioni avanzate",startCarModeInLowBandwidthMode:"Avvia modalit\xe0 Auto con solo audio",startWithAudioMuted:"Inizia con audio disattivato",startWithVideoMuted:"Inizia con video disattivato",terms:"Termini",version:"Versione"},share:{dialInfoText:"\n\n=====\n\nVuoi solo ascoltare la riunione da un telefono?\n\n{{defaultDialInNumber}}Clicca questo link per vedere i numeri telefonici di questo meeting\n{{dialInfoPageUrl}}",mainText:"Fai click sul link seguente per partecipare alla riunione:\n{{roomUrl}}"},speaker:"Relatore",speakerStats:{angry:"Arrabbiato",disgusted:"Disgustato",displayEmotions:"Mostra faccine",fearful:"Spaventato",happy:"Contento",hours:"{{count}}h",minutes:"{{count}}m",name:"Nome",neutral:"Neutro",sad:"Triste",search:"Cerca",seconds:"{{count}}s",speakerStats:"Statistiche",speakerTime:"Tempo",surprised:"Sorpreso"},startupoverlay:{genericTitle:"Per la riunione devono essere usati il tuo microfono e la tua videocamera.",policyText:" ",title:"{{app}} ha bisogno di usare il tuo microfono e la tua videocamera."},suspendedoverlay:{rejoinKeyTitle:"Ricollegati",text:"Premi il pulsante Ricollegati per ricollegarti.",title:"La video chiamata si \xe8 interrotta perch\xe9 il computer \xe8 stato sospeso."},termsView:{title:"Termini"},toggleTopPanelLabel:"Scheda superiore",toolbar:{Settings:"Impostazioni",accessibilityLabel:{Settings:"Impostazioni",audioOnly:"Audio",audioRoute:"Scegli l'uscita audio",boo:"Boo",breakoutRoom:"Sottogruppo (entra/esci)",callQuality:"Imposta qualit\xe0 della chiamata",carmode:"Modalit\xe0 Auto",cc:"Sottotitoli",chat:"Conversazione",clap:"Applaudi",collapse:"Riduci",document:"Documenti condivisi",download:"Scarica le nostre app",embedMeeting:"Incorpora riunione altrove",endConference:"Termina la riunione per tutti",expand:"Espandi",feedback:"Lascia un feedback",fullScreen:"Schermo intero",giphy:"Men\xf9 GIPHY",grantModerator:"Autorizza moderatore",hangup:"Lascia la riunione",help:"Aiuto",invite:"Invita partecipanti",kick:"Espelli partecipante",laugh:"Ridi",leaveConference:" Lascia riunione",like:"Mi piace",linkToSalesforce:"Collega a Salesforce",lobbyButton:"Sala d'attesa",localRecording:"Controlli di registrazione locale",lockRoom:"Attiva o disattiva password",moreActions:"Attiva o disattiva menu avanzato",moreActionsMenu:"Menu avanzato",moreOptions:"Altre opzioni",mute:"Audio",muteEveryone:"Spegni i microfoni a tutti",muteEveryoneElse:"Spegni i microfoni di tutti gli altri",muteEveryoneElsesVideoStream:"Spegni la videocamera di tutti gli altri",muteEveryonesVideoStream:"Spegni la videocamera a tutti",noiseSuppression:"Riduzione del rumore",participants:"Partecipanti",pip:"Immagine nell\u2019immagine",privateMessage:"Invia messaggio privato",profile:"Modifica profilo",raiseHand:"Alza o abbassa la mano",reactionsMenu:"Reazioni",recording:"Registrazione",remoteMute:"Spegni microfono al partecipante",remoteVideoMute:"Spegni videocamera del partecipante",security:"Impostazioni di sicurezza",selectBackground:"Scegli sfondo",selfView:"Mostra tua immagine",shareRoom:"Invita qualcuno",shareYourScreen:"Condivisione schermo",shareaudio:"Condividi audio",sharedvideo:"Condivisione",shortcuts:"Scorciatoie",show:"Mostra in primo piano",silence:"Senza parole",speakerStats:"Statistiche relatore",surprised:"Sorpreso",tileView:"Vedi tutti i partecipanti, o uno solo",toggleCamera:"Cambia videocamera",toggleFilmstrip:"Pellicola",videoblur:"Sfoca video",videomute:"Videocamera",whiteboard:"Usa lavagna"},addPeople:"Aggiungi partecipanti alla chiamata",audioOnlyOff:"Disabilita modalit\xe0 per banda limitata",audioOnlyOn:"Abilita modalit\xe0 per banda limitata",audioRoute:"Scegli l'uscita audio",audioSettings:"Impostazioni audio",authenticate:"Autenticazione",boo:"Boo",callQuality:"Imposta qualit\xe0 video",chat:"Conversazione",clap:"Applaudi",closeChat:"Chiudi conversazione",closeReactionsMenu:"Chiudi il men\xf9 reazioni",disableNoiseSuppression:"Interrompi riduzione rumore",disableReactionSounds:"Puoi disattivare i suoni delle reaction, in questa riunione",documentClose:"Chiudi documento condiviso",documentOpen:"Apri documento condiviso",download:"Scarica le nostre app",e2ee:"Crittografia punto-punto",embedMeeting:"Incorpora riunione altrove",endConference:"Termina la riunione per tutti",enterFullScreen:"Schermo intero",enterTileView:"Vedi tutti i partecipanti",exitFullScreen:"Esci da schermo intero",exitTileView:"Vedi una persona sola",feedback:"Lascia un feedback",giphy:"Men\xf9 GIPHY",hangup:"Butta gi\xf9",help:"Aiuto",hideWhiteboard:"Nascondi lavagna",invite:"Invita partecipanti",joinBreakoutRoom:"Entra in sottogruppo",laugh:"Ridi",leaveBreakoutRoom:"Lascia breakout room",leaveConference:" Lascia riunione",like:"Mi piace",linkToSalesforce:"Collega a Salesforce",lobbyButtonDisable:"Disabilita sala d'attesa",lobbyButtonEnable:"Abilita sala d'attesa",login:"Accedi",logout:"Scollegati",lowerYourHand:"Abbassa la mano",moreActions:"Altre azioni",moreOptions:"Altre opzioni",mute:"Microfono",muteEveryone:"Spegni audio a tutti",muteEveryonesVideo:"Spegni videocamera di tutti",noAudioSignalDesc:"Se non l'hai disabilitato intenzionalmente nelle impostazioni, prova a cambiare dispositivo di input.",noAudioSignalDescSuggestion:"Se non l'hai disabilitato intenzionalmente nelle impostazioni, prova a scegliere il dispositivo consigliato.",noAudioSignalDialInDesc:"Puoi anche chiamare usando:",noAudioSignalDialInLinkDesc:"Numberi di telefono",noAudioSignalTitle:"Non arrivano suoni dal tuo microfono!",noiseSuppression:"Riduzione del rumore",noisyAudioInputDesc:"Sembra che il tuo microfono faccia dei rumori, prova a spegnerlo o cambiarlo per favore.",noisyAudioInputTitle:"Il tuo microfono sembra rumoroso!",openChat:"Apri le conversazioni",openReactionsMenu:"Apri il men\xf9 reazioni",participants:"Partecipanti",pip:"Abilita visualizzazione immagine nell'immagine",privateMessage:"invia un messaggio privato",profile:"Modifica profilo",raiseHand:"Alza/Abbassa la mano",raiseYourHand:"Alza la mano",reactionBoo:"Invia boo",reactionClap:"Invia applauso",reactionLaugh:"Invia risata",reactionLike:"Invia mi piace",reactionSilence:"Invia silenzio",reactionSurprised:"Invia sorpresa",security:"Impostazioni di sicurezza",selectBackground:"Scegli sfondo",shareRoom:"Invita partecipante",shareaudio:"Condividi audio",sharedvideo:"Condividi un video",shortcuts:"Visualizza scorciatoie",showWhiteboard:"Show whiteboard",silence:"Silenzio",speakerStats:"Statistiche",startScreenSharing:"Inizia la condivisione dello schermo",startSubtitles:"Avvia sottotitoli",stopAudioSharing:"Ferma condivisione audio",stopScreenSharing:"Ferma la condivisione dello schermo",stopSharedVideo:"Ferma video",stopSubtitles:"Ferma sottotitoli",surprised:"Sopresa",talkWhileMutedPopup:"Stai provando a parlare? Il microfono \xe8 disattivato.",tileViewToggle:"Vedi tutti i partecipanti insieme, o uno solo",toggleCamera:"Cambia videocamera",videoSettings:"Impostazioni video",videomute:"Videocamera"},transcribing:{ccButtonTooltip:"Sottotitoli",error:"Trascrizione fallita. Prova di nuovo.",expandedLabel:"La trascrizione della riunione \xe8 attiva",failedToStart:"C'\xe8 stato un errore nell'avvio del servizio di trascrizione.",labelToolTip:"Il servizio di trascrizione \xe8 in fase di avvio",off:"Trascrizione interrotta",pending:"Avvio del servizio di trascrizione della riunione...",sourceLanguageDesc:"Al momento la riunione \xe8 in {{sourceLanguage}}.
Puoi cambiare lingua da ",sourceLanguageHere:"here",start:"Avvia visualizzazione sottotitoli",stop:"Interrompi la visualizzazione dei sottotitoli",subtitles:"Sottotitoli",subtitlesOff:"Spento",tr:"TR"},userMedia:{androidGrantPermissions:"Seleziona consenti quando richiesto dal browser.",chromeGrantPermissions:"Seleziona consenti quando richiesto dal browser.",edgeGrantPermissions:"Seleziona S\xec quando richiesto dal browser.",electronGrantPermissions:"Concedi l'autorizzazione ad usare telecamera e microfono",firefoxGrantPermissions:"Seleziona condividi i dispositivi selezionati quando richiesto dal browser.",iexplorerGrantPermissions:"Seleziona OK quando richiesto dal browser.",nwjsGrantPermissions:"Concedi l'autorizzazione ad usare telecamera e microfono",operaGrantPermissions:"Seleziona consenti quando richiesto dal browser.","react-nativeGrantPermissions":"Seleziona consenti quando richiesto dal browser.",safariGrantPermissions:"Seleziona OK quando richiesto dal browser."},videoSIPGW:{busy:"Stiamo lavorando per liberare le risorse. Riprova tra qualche minuto.",busyTitle:"Il servizio Riunione al momento \xe8 occupato",errorAlreadyInvited:"{{displayName}} gi\xe0 invitato",errorInvite:"Riunione non ancora stabilita. Riprova pi\xf9 tardi.",errorInviteFailed:"Stiamo lavorando per risolvere il problema. Riprova pi\xf9 tardi.",errorInviteFailedTitle:"Invito a {{displayName}} fallito",errorInviteTitle:"Errore nell'invito alla riunione",pending:"{{displayName}} \xe8 stato invitato"},videoStatus:{adjustFor:"Ottimizza per:",audioOnly:"AUD",audioOnlyExpanded:"Hai attivato la modalit\xe0 per banda limitata. Questa modalit\xe0 permette di risparmiare banda, ma non vedrai gli altri partecipanti.",bestPerformance:"Prestazioni max.",callQuality:"Qualit\xe0 video",hd:"HD",hdTooltip:"Stai vedendo in alta definizione",highDefinition:"Alta definizione",highestQuality:"Definizione max.",labelTooiltipNoVideo:"Nessun video",labelTooltipAudioOnly:"Hai attivato la modalit\xe0 per banda limitata",ld:"LD",ldTooltip:"Stai vedendo a bassa definizione",lowDefinition:"Bassa definizione",performanceSettings:"Imposta prestazioni",sd:"SD",sdTooltip:"Stai vedendo a definizione standard",standardDefinition:"Definizione standard"},videothumbnail:{connectionInfo:"Info connessione",domute:"Silenzia",domuteOthers:"Disattiva audio di tutti gli altri",domuteVideo:"Disattiva video",domuteVideoOfOthers:"Disattiva video di tutti gli altri",flip:"Rifletti",grantModerator:"Autorizza moderatore",hideSelfView:"Nascondi tua immagine",kick:"Espelli",moderator:"Moderatore",mute:"Il partecipante ha il microfono spento",muted:"Audio disattivato",pinToStage:"Fissa questo video",remoteControl:"Controllo remoto",screenSharing:"Il partecipante sta condividendo lo schermo",show:"Mostra tra gli oratori",showSelfView:"Mostra tua immagine",unpinFromStage:"Libera questo video",videoMuted:"Video disattivato",videomute:"Il partecipante ha la videocamera spenta"},virtualBackground:{addBackground:"Aggiungi sfondo",apply:"Applica",backgroundEffectError:"L'applicazione dell'effetto allo sfondo \xe8 fallita.",blur:"Sfuoca",deleteImage:"Cancella immagine",desktopShare:"Condivisione desktop",desktopShareError:"Impossibile condividere il desktop",image1:"Spiaggia",image2:"Parete neutra bianca",image3:"Stanza bianca vuota",image4:"Lampada da pavimento nera",image5:"Montagna",image6:"Foresta",image7:"Alba",none:"Nessuno",pleaseWait:"Aspetta un momento...",removeBackground:"Togli sfondo",slightBlur:"Sfuoca leggermente",title:"Sfondi",uploadedImage:"Carica immagine {{index}}",webAssemblyWarning:"Il WebAssembly non \xe8 supportato",webAssemblyWarningDescription:"Il WebAssembly \xe8 disabilitato o non \xe8 supportato da questo browser"},volumeSlider:"Sbarra volume",welcomepage:{accessibilityLabel:{join:"Tocca per accedere",roomname:"Inserisci nome riunione"},addMeetingName:"Aggiungi Nome riunione",appDescription:"Avvia una videochiamata con tutto il team. Invita tutti quelli che conosci. {{app}} \xe8 una soluzione per effettuare videoconferenze totalmente crittografata, 100% open source, che puoi usare sempre, ogni giorno, gratuitamente \u2013 senza bisogno di un account.",audioVideoSwitch:{audio:"Voce",video:"Video"},calendar:"Calendario",connectCalendarButton:"Collega calendario",connectCalendarText:"Connetti il tuo calendario per vedere tutte le riunione dentro {{app}}. Poi, aggiungi {{provider}} di riunione al tuo calendario, per avviarle con un clic.",enterRoomTitle:"Avvia una nuova riunione",getHelp:"Trova aiuto",go:"VAI",goSmall:"VAI",headerSubtitle:"Riunioni sicure e di alta qualit\xe0",headerTitle:"Jitsi Meet",info:"Informazioni chiamata",jitsiOnMobile:"Jitsi su mobile \u2013 scarica le nostre app e dai inizio ad una riunione dovunque tu sia",join:"CREA/UNISCITI",logo:{calendar:"Logo calendario",desktopPreviewThumbnail:"Icona anteprima desktop",googleLogo:"Logo Google",logoDeepLinking:"Logo Jitsi meet",microsoftLogo:"Logo Microsoft",policyLogo:"Logo normativa"},mobileDownLoadLinkAndroid:"Scarica app per Android",mobileDownLoadLinkFDroid:"Scarica app da F-Droid",mobileDownLoadLinkIos:"Scarica app per iOS",moderatedMessage:"O prepara una URL in anticipo, per le riunioni di cui sei il moderatore.",privacy:"Riservatezza",recentList:"Recenti",recentListDelete:"Cancella",recentListEmpty:"La lista delle riunioni recenti \xe8 vuota. Partecipa almeno ad una riunione e potrai riavviarla in seguito.",reducedUIText:"Benvenuto in {{app}}!",roomNameAllowedChars:"Il nome della riunione non deve contenere questi caratteri: ?, &, :, ', \", %, #.",roomname:"Inserisci il nome della riunione",roomnameHint:"Inserisci il nome o l'URL della alla quale vuoi accedere. Puoi anche inventarti un nome, assicurati solo che le persone che vuoi contattare lo conoscano, cos\xec che possano inserire lo stesso nome.",sendFeedback:"Invia feedback",settings:"Impostazioni",startMeeting:"Inizia riunione",terms:"Termini di utilizzo",title:"Il sistema di videoconferenza sicuro, funzionale e completamente gratuito."}}},837,[]); -__d(function(e,o,i,t,r,a,n){r.exports={addPeople:{add:"\u62db\u5f85",addContacts:"\u9023\u7d61\u5148\u306e\u4eba\u3092\u62db\u5f85\u3059\u308b",contacts:"\u9023\u7d61\u5148",copyInvite:"\u30df\u30fc\u30c6\u30a3\u30f3\u30b0\u306e\u62db\u5f85\u72b6\u3092\u30b3\u30d4\u30fc",copyLink:"\u30df\u30fc\u30c6\u30a3\u30f3\u30b0\u306e\u30ea\u30f3\u30af\u3092\u30b3\u30d4\u30fc",copyStream:"\u30e9\u30a4\u30d6\u914d\u4fe1\u306e\u30ea\u30f3\u30af\u3092\u30b3\u30d4\u30fc",countryNotSupported:"\u79c1\u305f\u3061\u306f\u3053\u306e\u5b9b\u5148\u3092\u307e\u3060\u30b5\u30dd\u30fc\u30c8\u3057\u3066\u3044\u307e\u305b\u3093\u3002",countryReminder:"\u7c73\u56fd\u5916\u306e\u756a\u53f7\u306b\u901a\u8a71\u3057\u307e\u3059\u304b? \u56fd\u30b3\u30fc\u30c9\u3067\u59cb\u307e\u308b\u3053\u3068\u3092\u78ba\u8a8d\u3057\u3066\u304f\u3060\u3055\u3044!",defaultEmail:"\u3042\u306a\u305f\u306e\u65e2\u5b9a\u306e\u30e1\u30fc\u30eb",disabled:"\u4eba\u3092\u62db\u5f85\u3059\u308b\u3053\u3068\u306f\u3067\u304d\u307e\u305b\u3093\u3002",failedToAdd:"\u53c2\u52a0\u8005\u306e\u8ffd\u52a0\u306b\u5931\u6557\u3057\u307e\u3057\u305f\u3002",footerText:"\u30c0\u30a4\u30e4\u30eb\u30a2\u30a6\u30c8\u304c\u7121\u52b9\u3067\u3059\u3002",googleEmail:"Gmail",inviteMoreHeader:"\u3053\u306e\u30df\u30fc\u30c6\u30a3\u30f3\u30b0\u306b\u3044\u308b\u306e\u306f\u3001\u3042\u306a\u305f\u3060\u3051\u3067\u3059",inviteMoreMailSubject:"{{appName}} \u306e\u30df\u30fc\u30c6\u30a3\u30f3\u30b0\u306b\u53c2\u52a0\u3057\u3066\u304f\u3060\u3055\u3044",inviteMorePrompt:"\u3082\u3063\u3068\u591a\u304f\u306e\u4eba\u3092\u62db\u5f85\u3057\u307e\u3057\u3087\u3046",linkCopied:"\u30af\u30ea\u30c3\u30d7\u30dc\u30fc\u30c9\u306b\u30ea\u30f3\u30af\u3092\u30b3\u30d4\u30fc\u3057\u307e\u3057\u305f",noResults:"\u4e00\u81f4\u3059\u308b\u691c\u7d22\u7d50\u679c\u304c\u3042\u308a\u307e\u305b\u3093",outlookEmail:"Outlook \u30e1\u30fc\u30eb",phoneNumbers:"\u96fb\u8a71\u756a\u53f7",searching:"\u691c\u7d22\u4e2d...",shareInvite:"\u30df\u30fc\u30c6\u30a3\u30f3\u30b0\u306e\u62db\u5f85\u72b6\u3092\u5171\u6709",shareLink:"\u30df\u30fc\u30c6\u30a3\u30f3\u30b0\u3078\u306e\u30ea\u30f3\u30af\u3092\u5171\u6709\u3057\u3066\u3001\u4ed6\u306e\u4eba\u3092\u62db\u5f85\u3057\u307e\u3057\u3087\u3046",shareStream:"\u30e9\u30a4\u30d6\u914d\u4fe1\u3078\u306e\u30ea\u30f3\u30af\u3092\u5171\u6709\u3059\u308b",sipAddresses:"SIP \u30a2\u30c9\u30ec\u30b9",telephone:"\u96fb\u8a71: {{number}}",title:"\u3053\u306e\u30df\u30fc\u30c6\u30a3\u30f3\u30b0\u306b\u4eba\u3092\u62db\u5f85\u3059\u308b",yahooEmail:"Yahoo! \u30e1\u30fc\u30eb"},audioDevices:{bluetooth:"Bluetooth",headphones:"\u30d8\u30c3\u30c9\u30d5\u30a9\u30f3",none:"\u5229\u7528\u53ef\u80fd\u306a\u30aa\u30fc\u30c7\u30a3\u30aa\u30c7\u30d0\u30a4\u30b9\u304c\u3042\u308a\u307e\u305b\u3093",phone:"\u96fb\u8a71",speaker:"\u30b9\u30d4\u30fc\u30ab\u30fc"},audioOnly:{audioOnly:"\u97f3\u58f0\u306e\u307f"},blankPage:{meetingEnded:"\u30df\u30fc\u30c6\u30a3\u30f3\u30b0\u306f\u7d42\u4e86\u3057\u3066\u3044\u307e\u3059\u3002"},breakoutRooms:{actions:{add:"\u30d6\u30ec\u30a4\u30af\u30a2\u30a6\u30c8\u30eb\u30fc\u30e0\u3092\u8ffd\u52a0",autoAssign:"\u30d6\u30ec\u30a4\u30af\u30a2\u30a6\u30c8\u30eb\u30fc\u30e0\u306b\u81ea\u52d5\u5272\u308a\u5f53\u3066",close:"\u9589\u3058\u308b",join:"\u53c2\u52a0",leaveBreakoutRoom:"\u30d6\u30ec\u30a4\u30af\u30a2\u30a6\u30c8\u30eb\u30fc\u30e0\u3092\u9000\u51fa",more:"More",remove:"\u524a\u9664",sendToBreakoutRoom:"\u53c2\u52a0\u8005\u3092\u79fb\u52d5:"},defaultName:"\u30d6\u30ec\u30a4\u30af\u30a2\u30a6\u30c8\u30eb\u30fc\u30e0 #{{index}}",mainRoom:"\u30e1\u30a4\u30f3\u30eb\u30fc\u30e0",notifications:{joined:"\u30d6\u30ec\u30a4\u30af\u30a2\u30a6\u30c8\u30eb\u30fc\u30e0 \"{{name}}\" \u306b\u53c2\u52a0\u3057\u3066\u3044\u307e\u3059",joinedMainRoom:"\u30e1\u30a4\u30f3\u30eb\u30fc\u30e0\u306b\u53c2\u52a0\u3057\u3066\u3044\u307e\u3059",joinedTitle:"\u30d6\u30ec\u30a4\u30af\u30a2\u30a6\u30c8\u30eb\u30fc\u30e0"}},calendarSync:{addMeetingURL:"\u30df\u30fc\u30c6\u30a3\u30f3\u30b0\u306e\u30ea\u30f3\u30af\u3092\u8ffd\u52a0\u3059\u308b",confirmAddLink:"\u3053\u306e\u30a4\u30d9\u30f3\u30c8\u306b Jitsi \u306e\u30ea\u30f3\u30af\u3092\u8ffd\u52a0\u3057\u307e\u3059\u304b?",error:{appConfiguration:"\u30ab\u30ec\u30f3\u30c0\u30fc\u7d71\u5408\u304c\u6b63\u3057\u304f\u8a2d\u5b9a\u3055\u308c\u3066\u3044\u307e\u305b\u3093\u3002",generic:"\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002\u30ab\u30ec\u30f3\u30c0\u30fc\u306e\u8a2d\u5b9a\u3092\u78ba\u8a8d\u3059\u308b\u304b\u3001\u30ab\u30ec\u30f3\u30c0\u30fc\u3092\u66f4\u65b0\u3057\u3066\u304f\u3060\u3055\u3044\u3002",notSignedIn:"\u30ab\u30ec\u30f3\u30c0\u30fc\u3092\u78ba\u8a8d\u3059\u308b\u305f\u3081\u306e\u8a8d\u8a3c\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002\u30ab\u30ec\u30f3\u30c0\u30fc\u306e\u8a2d\u5b9a\u3092\u78ba\u8a8d\u3057\u3001\u30ed\u30b0\u30a4\u30f3\u3057\u76f4\u3057\u3066\u304f\u3060\u3055\u3044\u3002"},join:"\u53c2\u52a0",joinTooltip:"\u30df\u30fc\u30c6\u30a3\u30f3\u30b0\u306b\u53c2\u52a0\u3059\u308b",nextMeeting:"\u6b21\u306e\u30df\u30fc\u30c6\u30a3\u30f3\u30b0",noEvents:"\u4eca\u5f8c\u4e88\u5b9a\u3055\u308c\u3066\u3044\u308b\u30a4\u30d9\u30f3\u30c8\u306f\u3042\u308a\u307e\u305b\u3093\u3002",ongoingMeeting:"\u30df\u30fc\u30c6\u30a3\u30f3\u30b0\u4e2d",permissionButton:"\u8a2d\u5b9a\u3092\u958b\u304f",permissionMessage:"\u30a2\u30d7\u30ea\u306b\u30df\u30fc\u30c6\u30a3\u30f3\u30b0\u3092\u8868\u793a\u3059\u308b\u306b\u306f\u3001\u30ab\u30ec\u30f3\u30c0\u30fc\u306e\u30a2\u30af\u30bb\u30b9\u8a31\u53ef\u304c\u5fc5\u8981\u3067\u3059\u3002",refresh:"\u30ab\u30ec\u30f3\u30c0\u30fc\u3092\u66f4\u65b0\u3059\u308b",today:"\u4eca\u65e5"},chat:{enter:"\u30eb\u30fc\u30e0\u306b\u5165\u308b",error:"\u30a8\u30e9\u30fc: \u30e1\u30c3\u30bb\u30fc\u30b8\u306f\u9001\u4fe1\u3055\u308c\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u539f\u56e0: {{error}}",fieldPlaceHolder:"\u3053\u3053\u306b\u30e1\u30c3\u30bb\u30fc\u30b8\u3092\u5165\u529b\u3057\u3066\u304f\u3060\u3055\u3044",message:"\u30e1\u30c3\u30bb\u30fc\u30b8",messageAccessibleTitle:"{{user}} \u306e\u767a\u8a00:",messageAccessibleTitleMe:"\u81ea\u5206\u306e\u767a\u8a00:",messageTo:"{{recipient}} \u3078\u306e\u30d7\u30e9\u30a4\u30d9\u30fc\u30c8\u30e1\u30c3\u30bb\u30fc\u30b8",messagebox:"\u30e1\u30c3\u30bb\u30fc\u30b8\u3092\u5165\u529b\u3057\u3066\u304f\u3060\u3055\u3044",nickname:{popover:"\u30cb\u30c3\u30af\u30cd\u30fc\u30e0\u3092\u5165\u529b",title:"\u30c1\u30e3\u30c3\u30c8\u3067\u4f7f\u7528\u3059\u308b\u30cb\u30c3\u30af\u30cd\u30fc\u30e0\u3092\u5165\u529b\u3057\u3066\u304f\u3060\u3055\u3044",titleWithPolls:"\u30c1\u30e3\u30c3\u30c8\u3068\u6295\u7968\u3067\u4f7f\u7528\u3059\u308b\u30cb\u30c3\u30af\u30cd\u30fc\u30e0\u3092\u5165\u529b\u3057\u3066\u304f\u3060\u3055\u3044"},noMessagesMessage:"\u3053\u306e\u30df\u30fc\u30c6\u30a3\u30f3\u30b0\u306b\u306f\u307e\u3060\u30e1\u30c3\u30bb\u30fc\u30b8\u304c\u3042\u308a\u307e\u305b\u3093\u3002\u4f1a\u8a71\u3092\u958b\u59cb\u3057\u3066\u304f\u3060\u3055\u3044!",privateNotice:"{{recipient}} \u3078\u306e\u30d7\u30e9\u30a4\u30d9\u30fc\u30c8\u30e1\u30c3\u30bb\u30fc\u30b8",sendButton:"\u9001\u4fe1",smileysPanel:"\u7d75\u6587\u5b57\u30d1\u30cd\u30eb",tabs:{chat:"\u30c1\u30e3\u30c3\u30c8",polls:"\u6295\u7968"},title:"\u30c1\u30e3\u30c3\u30c8",titleWithPolls:"\u30c1\u30e3\u30c3\u30c8\u3068\u6295\u7968",you:"\u3042\u306a\u305f"},chromeExtensionBanner:{buttonText:"Chrome \u306e\u6a5f\u80fd\u62e1\u5f35\u3092\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb",close:"\u9589\u3058\u308b",dontShowAgain:"\u3053\u306e\u30e1\u30c3\u30bb\u30fc\u30b8\u3092\u518d\u5ea6\u8868\u793a\u3057\u306a\u3044",installExtensionText:"Google \u30ab\u30ec\u30f3\u30c0\u30fc\u3068 Office 365 \u7d71\u5408\u306e\u305f\u3081\u306e\u62e1\u5f35\u6a5f\u80fd\u3092\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3057\u3066\u304f\u3060\u3055\u3044"},connectingOverlay:{joiningRoom:"\u30df\u30fc\u30c6\u30a3\u30f3\u30b0\u306b\u53c2\u52a0\u3057\u3066\u3044\u307e\u3059..."},connection:{ATTACHED:"\u30a2\u30bf\u30c3\u30c1\u3055\u308c\u307e\u3057\u305f",AUTHENTICATING:"\u8a8d\u8a3c\u4e2d",AUTHFAIL:"\u8a8d\u8a3c\u306b\u5931\u6557\u3057\u307e\u3057\u305f",CONNECTED:"\u63a5\u7d9a\u3055\u308c\u307e\u3057\u305f",CONNECTING:"\u63a5\u7d9a\u4e2d",CONNFAIL:"\u63a5\u7d9a\u306b\u5931\u6557\u3057\u307e\u3057\u305f",DISCONNECTED:"\u5207\u65ad\u3055\u308c\u307e\u3057\u305f",DISCONNECTING:"\u5207\u65ad\u3057\u3066\u3044\u307e\u3059",ERROR:"\u30a8\u30e9\u30fc",FETCH_SESSION_ID:"\u30bb\u30c3\u30b7\u30e7\u30f3ID\u306e\u53d6\u5f97\u4e2d...",GET_SESSION_ID_ERROR:"\u30bb\u30c3\u30b7\u30e7\u30f3ID\u306e\u53d6\u5f97\u30a8\u30e9\u30fc: {{code}}",GOT_SESSION_ID:"\u30bb\u30c3\u30b7\u30e7\u30f3ID\u306e\u53d6\u5f97\u4e2d... \u5b8c\u4e86",LOW_BANDWIDTH:"\u5e2f\u57df\u7bc0\u7d04\u306e\u305f\u3081\u3001{{displayName}} \u306e\u30d3\u30c7\u30aa\u304c\u30aa\u30d5\u306b\u306a\u308a\u307e\u3057\u305f"},connectionindicator:{address:"\u30a2\u30c9\u30ec\u30b9:",audio_ssrc:"\u30aa\u30fc\u30c7\u30a3\u30aa SSRC:",bandwidth:"\u63a8\u5b9a\u5e2f\u57df\u5e45",bitrate:"\u30d3\u30c3\u30c8\u30ec\u30fc\u30c8:",bridgeCount:"\u30b5\u30fc\u30d0\u30fc\u6570:",codecs:"\u30b3\u30fc\u30c7\u30c3\u30af (A/V): ",connectedTo:"\u63a5\u7d9a\u5148:",framerate:"\u30d5\u30ec\u30fc\u30e0\u30ec\u30fc\u30c8:",less:"\u8868\u793a\u3092\u6e1b\u3089\u3059",localaddress:"\u30ed\u30fc\u30ab\u30eb\u30a2\u30c9\u30ec\u30b9:",localaddress_plural:"\u30ed\u30fc\u30ab\u30eb\u30a2\u30c9\u30ec\u30b9:",localport:"\u30ed\u30fc\u30ab\u30eb\u30dd\u30fc\u30c8:",localport_plural:"\u30ed\u30fc\u30ab\u30eb\u30dd\u30fc\u30c8:",maxEnabledResolution:"\u6700\u5927\u3092\u9001\u4fe1",more:"\u8868\u793a\u3092\u5897\u3084\u3059",packetloss:"\u30d1\u30b1\u30c3\u30c8\u30ed\u30b9:",participant_id:"\u53c2\u52a0\u8005 ID:",quality:{good:"\u826f\u3044",inactive:"\u4f11\u6b62\u4e2d",lost:"\u30ed\u30b9\u30c8",nonoptimal:"\u6700\u9069\u3067\u306f\u306a\u3044",poor:"\u60aa\u3044"},remoteaddress:"\u30ea\u30e2\u30fc\u30c8\u30a2\u30c9\u30ec\u30b9:",remoteaddress_plural:"\u30ea\u30e2\u30fc\u30c8\u30a2\u30c9\u30ec\u30b9:",remoteport:"\u30ea\u30e2\u30fc\u30c8\u30dd\u30fc\u30c8:",remoteport_plural:"\u30ea\u30e2\u30fc\u30c8\u30dd\u30fc\u30c8:",resolution:"\u89e3\u50cf\u5ea6:",savelogs:"\u30ed\u30b0\u306e\u4fdd\u5b58",status:"\u63a5\u7d9a\u72b6\u614b:",transport:"\u30c8\u30e9\u30f3\u30b9\u30dd\u30fc\u30c8:",transport_plural:"\u30c8\u30e9\u30f3\u30b9\u30dd\u30fc\u30c8:",video_ssrc:"\u30d3\u30c7\u30aa SSRC:"},dateUtils:{earlier:"\u305d\u306e\u524d",today:"\u4eca\u65e5",yesterday:"\u6628\u65e5"},deepLinking:{appNotInstalled:"\u3042\u306a\u305f\u306e\u30b9\u30de\u30fc\u30c8\u30d5\u30a9\u30f3\u3067\u3053\u306e\u30df\u30fc\u30c6\u30a3\u30f3\u30b0\u306b\u53c2\u52a0\u3059\u308b\u306b\u306f\u3001{{app}} \u30e2\u30d0\u30a4\u30eb\u30a2\u30d7\u30ea\u304c\u5fc5\u8981\u3067\u3059\u3002",description:"\u4f55\u3082\u8d77\u3053\u308a\u307e\u305b\u3093\u3067\u3057\u305f\u304b? {{app}} \u30c7\u30b9\u30af\u30c8\u30c3\u30d7\u30a2\u30d7\u30ea\u3067\u30df\u30fc\u30c6\u30a3\u30f3\u30b0\u3092\u958b\u59cb\u3057\u3088\u3046\u3068\u3057\u307e\u3057\u305f\u3002\u518d\u5ea6\u8a66\u3057\u3066\u307f\u308b\u304b\u3001{{app}} Web\u30a2\u30d7\u30ea\u3067\u8d77\u52d5\u3057\u3066\u304f\u3060\u3055\u3044\u3002",descriptionWithoutWeb:"\u4f55\u3082\u8d77\u3053\u308a\u307e\u305b\u3093\u3067\u3057\u305f\u304b? {{app}} \u30c7\u30b9\u30af\u30c8\u30c3\u30d7\u30a2\u30d7\u30ea\u3067\u30df\u30fc\u30c6\u30a3\u30f3\u30b0\u3092\u958b\u59cb\u3057\u3088\u3046\u3068\u3057\u307e\u3057\u305f\u3002",downloadApp:"\u30a2\u30d7\u30ea\u306e\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9",ifDoNotHaveApp:"\u307e\u3060\u3053\u306e\u30a2\u30d7\u30ea\u3092\u6301\u3063\u3066\u3044\u306a\u3044\u5834\u5408:",ifHaveApp:"\u3059\u3067\u306b\u3053\u306e\u30a2\u30d7\u30ea\u3092\u6301\u3063\u3066\u3044\u308b\u5834\u5408:",joinInApp:"\u30a2\u30d7\u30ea\u3067\u30df\u30fc\u30c6\u30a3\u30f3\u30b0\u306b\u53c2\u52a0",launchWebButton:"Web \u7248\u3092\u8d77\u52d5",title:"{{app}} \u3067\u30df\u30fc\u30c6\u30a3\u30f3\u30b0\u3092\u958b\u59cb\u3057\u3066\u3044\u307e\u3059...",tryAgainButton:"\u30c7\u30b9\u30af\u30c8\u30c3\u30d7\u3067\u3082\u3046\u4e00\u5ea6\u304a\u8a66\u3057\u304f\u3060\u3055\u3044",unsupportedBrowser:"\u6211\u3005\u304c\u30b5\u30dd\u30fc\u30c8\u3057\u3066\u3044\u306a\u3044\u30d6\u30e9\u30a6\u30b6\u3092\u304a\u4f7f\u3044\u306e\u3088\u3046\u3067\u3059\u3002"},defaultLink:"\u4f8b: {{url}}",defaultNickname:"\u4f8b: Jane Pink",deviceError:{cameraError:"\u30ab\u30e1\u30e9\u3078\u306e\u30a2\u30af\u30bb\u30b9\u306b\u5931\u6557\u3057\u307e\u3057\u305f",cameraPermission:"\u30ab\u30e1\u30e9\u306e\u6a29\u9650\u3092\u53d6\u5f97\u3059\u308b\u969b\u306b\u30a8\u30e9\u30fc",microphoneError:"\u30de\u30a4\u30af\u3078\u306e\u30a2\u30af\u30bb\u30b9\u306b\u5931\u6557\u3057\u307e\u3057\u305f",microphonePermission:"\u30de\u30a4\u30af\u306e\u6a29\u9650\u3092\u53d6\u5f97\u3059\u308b\u969b\u306b\u30a8\u30e9\u30fc"},deviceSelection:{noPermission:"\u8a31\u53ef\u3055\u308c\u3066\u3044\u307e\u305b\u3093",previewUnavailable:"\u30d7\u30ec\u30d3\u30e5\u30fc\u3092\u5229\u7528\u3067\u304d\u307e\u305b\u3093",selectADevice:"\u30c7\u30d0\u30a4\u30b9\u3092\u9078\u629e",testAudio:"\u30c6\u30b9\u30c8\u30b5\u30a6\u30f3\u30c9\u3092\u518d\u751f"},dialOut:{statusMessage:"\u306f\u73fe\u5728 {{status}} \u3067\u3059"},dialog:{Back:"\u623b\u308b",Cancel:"\u30ad\u30e3\u30f3\u30bb\u30eb",IamHost:"\u79c1\u306f\u30db\u30b9\u30c8\u3067\u3059",Ok:"OK",Remove:"\u9664\u53bb",Share:"\u5171\u6709",Submit:"\u6295\u7a3f",WaitForHostMsg:"\u30df\u30fc\u30c6\u30a3\u30f3\u30b0 \u306f\u307e\u3060\u958b\u59cb\u3055\u308c\u3066\u3044\u307e\u305b\u3093\u3002\u3042\u306a\u305f\u304c\u30db\u30b9\u30c8\u306e\u5834\u5408\u306f\u3001\u8a8d\u8a3c\u3092\u884c\u3063\u3066\u304f\u3060\u3055\u3044\u3002\u305d\u308c\u4ee5\u5916\u306e\u5834\u5408\u306f\u3001\u30db\u30b9\u30c8\u306e\u5230\u7740\u3092\u304a\u5f85\u3061\u304f\u3060\u3055\u3044\u3002",WaitingForHostTitle:"\u30db\u30b9\u30c8\u306e\u5230\u7740\u3092\u5f85\u3063\u3066\u3044\u307e\u3059...",Yes:"\u306f\u3044",accessibilityLabel:{liveStreaming:"\u30e9\u30a4\u30d6\u914d\u4fe1"},add:"\u8ffd\u52a0",allow:"\u8a31\u53ef",alreadySharedVideoMsg:"\u4ed6\u306e\u53c2\u52a0\u8005\u304c\u3059\u3067\u306b\u52d5\u753b\u3092\u5171\u6709\u3057\u3066\u3044\u307e\u3059\u3002\u3053\u306e\u30df\u30fc\u30c6\u30a3\u30f3\u30b0\u306f\u540c\u6642\u306b\u4e00\u3064\u306e\u52d5\u753b\u306e\u307f\u5171\u6709\u53ef\u80fd\u3067\u3059\u3002",alreadySharedVideoTitle:"\u540c\u6642\u306b1\u3064\u306e\u5171\u6709\u52d5\u753b\u306e\u307f\u304c\u8a31\u53ef\u3055\u308c\u307e\u3059",applicationWindow:"\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u30a6\u30a3\u30f3\u30c9\u30a6",authenticationRequired:"\u8a8d\u8a3c\u304c\u5fc5\u8981",cameraConstraintFailedError:"\u3042\u306a\u305f\u306e\u30ab\u30e1\u30e9\u306f\u3001\u5fc5\u8981\u306a\u5236\u7d04\u306e\u3044\u304f\u3064\u304b\u3092\u6e80\u305f\u3057\u3066\u3044\u307e\u305b\u3093\u3002",cameraNotFoundError:"\u30ab\u30e1\u30e9\u304c\u898b\u3064\u304b\u308a\u307e\u305b\u3093\u3067\u3057\u305f\u3002",cameraNotSendingData:"\u3042\u306a\u305f\u306e\u30ab\u30e1\u30e9\u306b\u30a2\u30af\u30bb\u30b9\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u305b\u3093\u3002\u4ed6\u306e\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u304c\u3053\u306e\u30c7\u30d0\u30a4\u30b9\u3092\u4f7f\u7528\u3057\u3066\u3044\u308b\u304b\u3069\u3046\u304b\u3092\u78ba\u8a8d\u3057\u3001\u8a2d\u5b9a\u30e1\u30cb\u30e5\u30fc\u304b\u3089\u5225\u306e\u30c7\u30d0\u30a4\u30b9\u3092\u9078\u629e\u3059\u308b\u304b\u3001\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u3092\u30ea\u30ed\u30fc\u30c9\u3057\u3066\u307f\u3066\u304f\u3060\u3055\u3044\u3002",cameraNotSendingDataTitle:"\u30ab\u30e1\u30e9\u306b\u30a2\u30af\u30bb\u30b9\u3067\u304d\u307e\u305b\u3093",cameraPermissionDeniedError:"\u3042\u306a\u305f\u306f\u30ab\u30e1\u30e9\u3092\u4f7f\u7528\u3059\u308b\u8a31\u53ef\u3092\u4e0e\u3048\u3066\u3044\u307e\u305b\u3093\u3002\u3042\u306a\u305f\u306f\u307e\u3060\u30df\u30fc\u30c6\u30a3\u30f3\u30b0\u306b\u53c2\u52a0\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059\u304c\u3001\u4ed6\u306e\u53c2\u52a0\u8005\u306f\u3042\u306a\u305f\u3092\u898b\u308b\u3053\u3068\u306f\u3067\u304d\u307e\u305b\u3093\u3002\u3053\u306e\u554f\u984c\u3092\u89e3\u6c7a\u3059\u308b\u306b\u306f\u3001\u30a2\u30c9\u30ec\u30b9\u30d0\u30fc\u306e\u30ab\u30e1\u30e9\u30dc\u30bf\u30f3\u3092\u4f7f\u7528\u3057\u307e\u3059\u3002",cameraTimeoutError:"\u30d3\u30c7\u30aa\u3092\u958b\u59cb\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u30bf\u30a4\u30e0\u30a2\u30a6\u30c8\u304c\u767a\u751f\u3057\u307e\u3057\u305f",cameraUnknownError:"\u4e0d\u660e\u306a\u7406\u7531\u3067\u30ab\u30e1\u30e9\u304c\u4f7f\u7528\u3067\u304d\u307e\u305b\u3093\u3002",cameraUnsupportedResolutionError:"\u304a\u4f7f\u3044\u306e\u30ab\u30e1\u30e9\u306f\u3001\u5fc5\u8981\u306a\u30d3\u30c7\u30aa\u89e3\u50cf\u5ea6\u3092\u30b5\u30dd\u30fc\u30c8\u3057\u3066\u3044\u307e\u305b\u3093\u3002",close:"\u9589\u3058\u308b",conferenceDisconnectMsg:"\u30cd\u30c3\u30c8\u30ef\u30fc\u30af\u63a5\u7d9a\u3092\u78ba\u8a8d\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059\u3002{{seconds}} \u79d2\u4ee5\u5185\u306b\u518d\u63a5\u7d9a\u3057\u307e\u3059...",conferenceDisconnectTitle:"\u3042\u306a\u305f\u306f\u5207\u65ad\u3055\u308c\u307e\u3057\u305f\u3002",conferenceReloadMsg:"\u79c1\u305f\u3061\u306f\u3053\u308c\u3092\u89e3\u6c7a\u3057\u3088\u3046\u3068\u3057\u3066\u3044\u307e\u3059\u3002{{seconds}} \u79d2\u4ee5\u5185\u306b\u518d\u63a5\u7d9a\u3057\u307e\u3059...",conferenceReloadTitle:"\u6b8b\u5ff5\u306a\u304c\u3089\u3001\u4f55\u304b\u554f\u984c\u304c\u767a\u751f\u3057\u3066\u3044\u307e\u3059\u3002",confirm:"\u78ba\u8a8d",confirmNo:"\u3044\u3044\u3048",confirmYes:"\u306f\u3044",connectError:"\u304a\u3063\u3068! \u4f55\u304b\u304c\u3046\u307e\u304f\u3044\u304b\u305a\u3001\u30df\u30fc\u30c6\u30a3\u30f3\u30b0\u306b\u63a5\u7d9a\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002",connectErrorWithMsg:"\u304a\u3063\u3068! \u4f55\u304b\u554f\u984c\u304c\u767a\u751f\u3057\u3001\u30df\u30fc\u30c6\u30a3\u30f3\u30b0\u306b\u63a5\u7d9a\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f: {{msg}}",connecting:"\u63a5\u7d9a\u4e2d",contactSupport:"\u30b5\u30dd\u30fc\u30c8\u554f\u3044\u5408\u308f\u305b\u5148",copied:"\u30b3\u30d4\u30fc\u6e08\u307f",copy:"\u30b3\u30d4\u30fc",dismiss:"\u9589\u3058\u308b",displayNameRequired:"\u3053\u3093\u306b\u3061\u306f! \u3042\u306a\u305f\u306e\u540d\u524d\u306f?",done:"\u5b8c\u4e86",e2eeDescription:"\u30a8\u30f3\u30c9\u30c4\u30fc\u30a8\u30f3\u30c9\u306e\u6697\u53f7\u5316\u306f\u73fe\u5728\u5b9f\u9a13\u4e2d\u3067\u3059\u3002\u30a8\u30f3\u30c9\u30c4\u30fc\u30a8\u30f3\u30c9\u306e\u6697\u53f7\u5316\u3092\u6709\u52b9\u306b\u3059\u308b\u3068\u3001\u96fb\u8a71\u306b\u3088\u308b\u53c2\u52a0\u306e\u3088\u3046\u306a\u30b5\u30fc\u30d0\u30b5\u30a4\u30c9\u3067\u63d0\u4f9b\u3055\u308c\u308b\u30b5\u30fc\u30d3\u30b9\u304c\u5b9f\u8cea\u7684\u306b\u7121\u52b9\u3068\u306a\u308b\u3053\u3068\u306b\u6ce8\u610f\u3057\u3066\u304f\u3060\u3055\u3044\u3002\u307e\u305f\u3001\u30df\u30fc\u30c6\u30a3\u30f3\u30b0\u306f Insertable Streams \u3092\u30b5\u30dd\u30fc\u30c8\u3059\u308b\u30d6\u30e9\u30a6\u30b6\u30fc\u304b\u3089\u53c2\u52a0\u3059\u308b\u4eba\u306b\u306e\u307f\u6a5f\u80fd\u3059\u308b\u3053\u3068\u306b\u3082\u6ce8\u610f\u3057\u3066\u304f\u3060\u3055\u3044\u3002",e2eeDisabledDueToMaxModeDescription:"\u30df\u30fc\u30c6\u30a3\u30f3\u30b0\u306e\u53c2\u52a0\u8005\u304c\u591a\u3059\u304e\u3066\u30a8\u30f3\u30c9\u30c4\u30fc\u30a8\u30f3\u30c9\u306e\u6697\u53f7\u5316\u3092\u6709\u52b9\u306b\u3067\u304d\u307e\u305b\u3093\u3002",e2eeLabel:"\u30a8\u30f3\u30c9\u30c4\u30fc\u30a8\u30f3\u30c9\u306e\u6697\u53f7\u5316\u3092\u6709\u52b9",e2eeWarning:"\u8b66\u544a: \u3053\u306e\u30df\u30fc\u30c6\u30a3\u30f3\u30b0\u5185\u306b\u306f\u3001\u30a8\u30f3\u30c9\u30c4\u30fc\u30a8\u30f3\u30c9\u306e\u6697\u53f7\u5316\u3092\u30b5\u30dd\u30fc\u30c8\u3057\u3066\u3044\u306a\u3044\u53c2\u52a0\u8005\u304c\u3044\u308b\u3088\u3046\u3067\u3059\u3002\u3053\u306e\u6a5f\u80fd\u3092\u6709\u52b9\u306b\u3059\u308b\u3068\u3001\u3053\u306e\u4eba\u305f\u3061\u306f\u4f55\u3082\u8996\u8074\u3067\u304d\u306a\u304f\u306a\u308b\u3067\u3057\u3087\u3046\u3002",e2eeWillDisableDueToMaxModeDescription:"\u8b66\u544a: \u30df\u30fc\u30c6\u30a3\u30f3\u30b0\u3078\u306e\u53c2\u52a0\u8005\u304c\u4e00\u5b9a\u6570\u4ee5\u4e0a\u306b\u5897\u3048\u305f\u5834\u5408\u3001\u30a8\u30f3\u30c9\u30c4\u30fc\u30a8\u30f3\u30c9\u306e\u6697\u53f7\u5316\u306f\u81ea\u52d5\u7684\u306b\u7121\u52b9\u306b\u306a\u308a\u307e\u3059\u3002",embedMeeting:"\u30df\u30fc\u30c6\u30a3\u30f3\u30b0\u306e\u57cb\u3081\u8fbc\u307f",enterDisplayName:"\u3042\u306a\u305f\u306e\u540d\u524d\u3092\u5165\u529b\u3057\u3066\u304f\u3060\u3055\u3044",error:"\u30a8\u30e9\u30fc",gracefulShutdown:"\u73fe\u5728\u3001\u30e1\u30f3\u30c6\u30ca\u30f3\u30b9\u306e\u305f\u3081\u30b5\u30fc\u30d3\u30b9\u304c\u505c\u6b62\u3057\u3066\u3044\u307e\u3059\u3002\u5f8c\u3067\u3082\u3046\u4e00\u5ea6\u304a\u8a66\u3057\u304f\u3060\u3055\u3044\u3002",grantModeratorDialog:"{{participantName}} \u3092\u30e2\u30c7\u30ec\u30fc\u30bf\u30fc\u306b\u3057\u307e\u3059\u3002\u3088\u308d\u3057\u3044\u3067\u3059\u304b?",grantModeratorTitle:"\u30e2\u30c7\u30ec\u30fc\u30bf\u30fc\u6a29\u9650\u306e\u4ed8\u4e0e",hideShareAudioHelper:"\u3053\u306e\u30c0\u30a4\u30a2\u30ed\u30b0\u3092\u518d\u3073\u8868\u793a\u3057\u306a\u3044\u3067\u304f\u3060\u3055\u3044",incorrectPassword:"\u30e6\u30fc\u30b6\u30fc\u30cd\u30fc\u30e0\u307e\u305f\u306f\u30d1\u30b9\u30ef\u30fc\u30c9\u304c\u9055\u3044\u307e\u3059",incorrectRoomLockPassword:"\u9593\u9055\u3063\u305f\u30d1\u30b9\u30ef\u30fc\u30c9",internalError:"\u304a\u3063\u3068! \u4f55\u304b\u306e\u554f\u984c\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002\u6b21\u306e\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: {{error}}",internalErrorTitle:"\u5185\u90e8\u30a8\u30e9\u30fc",kickMessage:"\u8a73\u7d30\u306f\u3001{{participantDisplayName}} \u306b\u304a\u554f\u3044\u5408\u308f\u305b\u304f\u3060\u3055\u3044\u3002",kickParticipantButton:"\u8ffd\u653e",kickParticipantDialog:"\u3053\u306e\u53c2\u52a0\u8005\u3092\u8ffd\u653e\u3057\u307e\u3059\u3002\u3088\u308d\u3057\u3044\u3067\u3059\u304b?",kickParticipantTitle:"\u3053\u306e\u53c2\u52a0\u8005\u3092\u8ffd\u653e\u3057\u307e\u3059\u304b?",kickTitle:"\u304e\u3083! {{participantDisplayName}} \u304c\u3042\u306a\u305f\u3092\u3053\u306e\u30df\u30fc\u30c6\u30a3\u30f3\u30b0\u304b\u3089\u8ffd\u653e\u3057\u307e\u3057\u305f",liveStreaming:"\u30e9\u30a4\u30d6\u914d\u4fe1",liveStreamingDisabledBecauseOfActiveRecordingTooltip:"\u9332\u753b\u4e2d\u306f\u5229\u7528\u3067\u304d\u307e\u305b\u3093",liveStreamingDisabledTooltip:"\u30e9\u30a4\u30d6\u914d\u4fe1\u306e\u7121\u52b9\u5316\u3092\u958b\u59cb\u3057\u307e\u3057\u305f\u3002",localUserControls:"\u30ed\u30fc\u30ab\u30eb\u30e6\u30fc\u30b6\u30fc\u30b3\u30f3\u30c8\u30ed\u30fc\u30eb",lockMessage:"\u30df\u30fc\u30c6\u30a3\u30f3\u30b0\u3092\u30ed\u30c3\u30af\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002",lockRoom:"\u30df\u30fc\u30c6\u30a3\u30f3\u30b0 $t(lockRoomPassword) \u3092\u8ffd\u52a0",lockTitle:"\u30ed\u30c3\u30af\u306b\u5931\u6557\u3057\u307e\u3057\u305f",login:"\u30ed\u30b0\u30a4\u30f3",logoutQuestion:"\u30ed\u30b0\u30a2\u30a6\u30c8\u3057\u3066\u30df\u30fc\u30c6\u30a3\u30f3\u30b0\u3092\u505c\u6b62\u3057\u3066\u3082\u3088\u308d\u3057\u3044\u3067\u3059\u304b?",logoutTitle:"\u30ed\u30b0\u30a2\u30a6\u30c8",maxUsersLimitReached:"\u53c2\u52a0\u8005\u6570\u304c\u4e0a\u9650\u306b\u9054\u3057\u307e\u3057\u305f\u3002\u3053\u306e\u30df\u30fc\u30c6\u30a3\u30f3\u30b0\u306f\u6e80\u54e1\u3067\u3059\u3002\u30df\u30fc\u30c6\u30a3\u30f3\u30b0\u306e\u4e3b\u50ac\u8005\u306b\u304a\u554f\u3044\u5408\u308f\u305b\u3059\u308b\u304b\u3001\u5f8c\u3067\u3082\u3046\u4e00\u5ea6\u304a\u8a66\u3057\u304f\u3060\u3055\u3044!",maxUsersLimitReachedTitle:"\u53c2\u52a0\u8005\u6570\u306e\u4e0a\u9650\u306b\u9054\u3057\u307e\u3057\u305f",micConstraintFailedError:"\u3042\u306a\u305f\u306e\u30de\u30a4\u30af\u306f\u3001\u5fc5\u8981\u306a\u8981\u4ef6\u306e\u3044\u304f\u3064\u304b\u3092\u6e80\u305f\u3057\u3066\u3044\u307e\u305b\u3093\u3002",micNotFoundError:"\u30de\u30a4\u30af\u304c\u898b\u3064\u304b\u308a\u307e\u305b\u3093\u3067\u3057\u305f\u3002",micNotSendingData:"\u30b3\u30f3\u30d4\u30e5\u30fc\u30bf\u30fc\u306e\u8a2d\u5b9a\u306b\u9032\u307f\u3001\u30de\u30a4\u30af\u306e\u30df\u30e5\u30fc\u30c8\u89e3\u9664\u3068\u30ec\u30d9\u30eb\u306e\u8abf\u6574\u3092\u884c\u3063\u3066\u304f\u3060\u3055\u3044",micNotSendingDataTitle:"\u3042\u306a\u305f\u306e\u30de\u30a4\u30af\u306f\u30b7\u30b9\u30c6\u30e0\u8a2d\u5b9a\u306b\u3088\u308a\u30df\u30e5\u30fc\u30c8\u3055\u308c\u3066\u3044\u307e\u3059",micPermissionDeniedError:"\u30de\u30a4\u30af\u3092\u4f7f\u7528\u3059\u308b\u6a29\u9650\u304c\u3042\u308a\u307e\u305b\u3093\u3002\u3042\u306a\u305f\u306f\u307e\u3060\u30df\u30fc\u30c6\u30a3\u30f3\u30b0\u306b\u53c2\u52a0\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059\u304c\u3001\u4ed6\u306e\u4eba\u306f\u3042\u306a\u305f\u306e\u58f0\u3092\u805e\u3051\u307e\u305b\u3093\u3002\u3053\u306e\u554f\u984c\u3092\u89e3\u6c7a\u3059\u308b\u306b\u306f\u3001\u30a2\u30c9\u30ec\u30b9\u30d0\u30fc\u306e\u30ab\u30e1\u30e9\u30dc\u30bf\u30f3\u3092\u4f7f\u7528\u3057\u307e\u3059\u3002",micTimeoutError:"\u97f3\u58f0\u3092\u958b\u59cb\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u30bf\u30a4\u30e0\u30a2\u30a6\u30c8\u304c\u767a\u751f\u3057\u307e\u3057\u305f!",micUnknownError:"\u4e0d\u660e\u306a\u7406\u7531\u306b\u3088\u308a\u3001\u30de\u30a4\u30af\u3092\u4f7f\u7528\u3059\u308b\u3053\u3068\u306f\u3067\u304d\u307e\u305b\u3093\u3002",moderationAudioLabel:"\u53c2\u52a0\u8005\u304c\u81ea\u5206\u3067\u30df\u30e5\u30fc\u30c8\u3092\u89e3\u9664\u3067\u304d\u308b\u3088\u3046\u306b\u3057\u307e\u3059",moderationVideoLabel:"\u53c2\u52a0\u8005\u304c\u81ea\u5206\u3067\u30d3\u30c7\u30aa\u3092\u958b\u59cb\u3067\u304d\u308b\u3088\u3046\u306b\u3057\u307e\u3059",muteEveryoneDialog:"\u53c2\u52a0\u8005\u306f\u3044\u3064\u3067\u3082\u81ea\u5206\u81ea\u8eab\u306e\u30df\u30e5\u30fc\u30c8\u3092\u89e3\u9664\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059\u3002",muteEveryoneDialogModerationOn:"\u53c2\u52a0\u8005\u306f\u3044\u3064\u3067\u3082\u767a\u8a00\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u3092\u9001\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059\u3002",muteEveryoneElseDialog:"\u4e00\u5ea6\u30df\u30e5\u30fc\u30c8\u3059\u308b\u3068\u3001\u3042\u306a\u305f\u306f\u30df\u30e5\u30fc\u30c8\u3092\u89e3\u9664\u3067\u304d\u306a\u304f\u306a\u308a\u307e\u3059\u304c\u3001\u5f7c\u3089\u306f\u3044\u3064\u3067\u3082\u81ea\u5206\u81ea\u8eab\u306e\u30df\u30e5\u30fc\u30c8\u3092\u89e3\u9664\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059\u3002",muteEveryoneElseTitle:"{{whom}} \u3092\u9664\u3044\u3066\u3001\u5168\u54e1\u3092\u30df\u30e5\u30fc\u30c8\u3057\u307e\u3059\u304b?",muteEveryoneElsesVideoDialog:"\u30ab\u30e1\u30e9\u3092\u7121\u52b9\u306b\u3057\u305f\u5834\u5408\u3001\u3042\u306a\u305f\u304c\u518d\u3073\u6709\u52b9\u306b\u3059\u308b\u4e8b\u306f\u3067\u304d\u307e\u305b\u3093\u304c\u3001\u76f8\u624b\u5074\u306f\u3044\u3064\u3067\u3082\u6709\u52b9\u306b\u3059\u308b\u4e8b\u304c\u3067\u304d\u307e\u3059",muteEveryoneElsesVideoTitle:"{{whom}} \u3092\u9664\u3044\u3066\u3001\u5168\u54e1\u306e\u30d3\u30c7\u30aa\u3092\u505c\u6b62\u3057\u307e\u3059\u304b ?",muteEveryoneSelf:"\u3042\u306a\u305f\u81ea\u8eab",muteEveryoneStartMuted:"\u4eca\u304b\u3089\u5168\u54e1\u306e\u30df\u30e5\u30fc\u30c8\u3092\u958b\u59cb",muteEveryoneTitle:"\u5168\u54e1\u3092\u30df\u30e5\u30fc\u30c8\u3057\u307e\u3059\u304b?",muteEveryonesVideoDialog:"\u53c2\u52a0\u8005\u306f\u3044\u3064\u3067\u3082\u30d3\u30c7\u30aa\u3092\u6709\u52b9\u306b\u623b\u3059\u4e8b\u304c\u3067\u304d\u307e\u3059",muteEveryonesVideoDialogModerationOn:"\u53c2\u52a0\u8005\u306f\u3044\u3064\u3067\u3082\u30d3\u30c7\u30aa\u3092\u6709\u52b9\u306b\u3059\u308b\u30ea\u30af\u30a8\u30b9\u30c8\u3092\u9001\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059\u3002",muteEveryonesVideoDialogOk:"\u7121\u52b9",muteEveryonesVideoTitle:"\u5168\u54e1\u306e\u30d3\u30c7\u30aa\u3092\u505c\u6b62\u306b\u3057\u307e\u3059\u304b?",muteParticipantBody:"\u3042\u306a\u305f\u304c\u30df\u30e5\u30fc\u30c8\u3092\u89e3\u9664\u3059\u308b\u3053\u3068\u306f\u3067\u304d\u306a\u304f\u306a\u308a\u307e\u3059\u304c\u3001\u5f7c\u3089\u306f\u3044\u3064\u3067\u3082\u81ea\u5206\u81ea\u8eab\u306e\u30df\u30e5\u30fc\u30c8\u3092\u89e3\u9664\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059\u3002",muteParticipantButton:"\u30df\u30e5\u30fc\u30c8",muteParticipantsVideoBody:"\u3042\u306a\u305f\u304c\u30ab\u30e1\u30e9\u3092\u6709\u52b9\u306b\u623b\u3059\u4e8b\u306f\u3067\u304d\u307e\u305b\u3093\u304c\u3001\u5f7c\u3089\u306f\u3044\u3064\u3067\u3082\u623b\u3059\u4e8b\u304c\u3067\u304d\u307e\u3059",muteParticipantsVideoBodyModerationOn:"\u3042\u306a\u305f\u306f\u30ab\u30e1\u30e9\u3092\u6709\u52b9\u306b\u623b\u3059\u4e8b\u304c\u3067\u304d\u307e\u305b\u3093\u3057\u3001\u5f7c\u3089\u3082\u540c\u69d8\u306b\u3067\u304d\u306a\u304f\u306a\u308a\u307e\u3059\u3002",muteParticipantsVideoButton:"\u30d3\u30c7\u30aa\u505c\u6b62",muteParticipantsVideoDialog:"\u3053\u306e\u53c2\u52a0\u8005\u306e\u30ab\u30e1\u30e9\u3092\u7121\u52b9\u306b\u3057\u307e\u3059\u3002\u3088\u308d\u3057\u3044\u3067\u3059\u304b? \u3042\u306a\u305f\u304c\u30ab\u30e1\u30e9\u3092\u6709\u52b9\u306b\u623b\u3059\u3053\u3068\u306f\u3067\u304d\u306a\u304f\u306a\u308a\u307e\u3059\u304c\u3001\u5f7c\u3089\u306f\u3044\u3064\u3067\u3082\u81ea\u5206\u306e\u30ab\u30e1\u30e9\u3092\u6709\u52b9\u306b\u623b\u3059\u3053\u3068\u304c\u3067\u304d\u307e\u3059\u3002",muteParticipantsVideoDialogModerationOn:"\u3053\u306e\u53c2\u52a0\u8005\u306e\u30ab\u30e1\u30e9\u3092\u7121\u52b9\u306b\u3057\u307e\u3059\u3002\u3088\u308d\u3057\u3044\u3067\u3059\u304b\uff1f\u3042\u306a\u305f\u306f\u30ab\u30e1\u30e9\u3092\u6709\u52b9\u306b\u623b\u3059\u3053\u3068\u304c\u3067\u304d\u306a\u304f\u306a\u308a\u307e\u3059\u3057\u3001\u5f7c\u3089\u3082\u540c\u69d8\u306b\u3067\u304d\u306a\u304f\u306a\u308a\u307e\u3059\u3002",muteParticipantsVideoTitle:"\u3053\u306e\u53c2\u52a0\u8005\u306e\u30ab\u30e1\u30e9\u3092\u7121\u52b9\u306b\u3057\u307e\u3059\u304b?",noDropboxToken:"\u6709\u52b9\u306a Dropbox \u306e\u30c8\u30fc\u30af\u30f3\u304c\u3042\u308a\u307e\u305b\u3093",password:"\u30d1\u30b9\u30ef\u30fc\u30c9",passwordLabel:"\u3053\u306e\u30df\u30fc\u30c6\u30a3\u30f3\u30b0\u306f\u3001\u53c2\u52a0\u8005\u306b\u3088\u308a\u30ed\u30c3\u30af\u3055\u308c\u307e\u3057\u305f\u3002\u53c2\u52a0\u3059\u308b\u306b\u306f\u3001$t(lockRoomPassword) \u3092\u5165\u529b\u3057\u3066\u304f\u3060\u3055\u3044\u3002",passwordNotSupported:"\u30df\u30fc\u30c6\u30a3\u30f3\u30b0 $t(lockRoomPassword) \u306e\u8a2d\u5b9a\u306f\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u3066\u3044\u307e\u305b\u3093\u3002",passwordNotSupportedTitle:"$t(lockRoomPasswordUppercase) \u306f\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u3066\u3044\u307e\u305b\u3093\u3002",passwordRequired:"$t(lockRoomPasswordUppercase) \u304c\u5fc5\u8981\u3067\u3059",permissionCameraRequiredError:"\u30d3\u30c7\u30aa\u3092\u4f7f\u3063\u305f\u30df\u30fc\u30c6\u30a3\u30f3\u30b0\u306b\u53c2\u52a0\u3059\u308b\u306b\u306f\u30ab\u30e1\u30e9\u306e\u6a29\u9650\u304c\u5fc5\u8981\u3067\u3059\u3002 \u8a2d\u5b9a\u3067\u8a31\u53ef\u3057\u3066\u304f\u3060\u3055\u3044",permissionErrorTitle:"\u30a2\u30af\u30bb\u30b9\u6a29\u9650\u304c\u5fc5\u8981\u3067\u3059",permissionMicRequiredError:"\u97f3\u58f0\u4ed8\u304d\u306e\u30df\u30fc\u30c6\u30a3\u30f3\u30b0\u306b\u53c2\u52a0\u3059\u308b\u306b\u306f\u30de\u30a4\u30af\u306e\u6a29\u9650\u304c\u5fc5\u8981\u3067\u3059\u3002 \u8a2d\u5b9a\u3067\u8a31\u53ef\u3057\u3066\u304f\u3060\u3055\u3044",popupError:"\u3042\u306a\u305f\u306e\u30d6\u30e9\u30a6\u30b6\u30fc\u306f\u3053\u306e\u30b5\u30a4\u30c8\u304b\u3089\u306e\u30dd\u30c3\u30d7\u30a2\u30c3\u30d7\u30a6\u30a3\u30f3\u30c9\u30a6\u3092\u30d6\u30ed\u30c3\u30af\u3057\u3066\u3044\u307e\u3059\u3002\u30d6\u30e9\u30a6\u30b6\u30fc\u306e\u30bb\u30ad\u30e5\u30ea\u30c6\u30a3\u8a2d\u5b9a\u3067\u30dd\u30c3\u30d7\u30a2\u30c3\u30d7\u3092\u6709\u52b9\u306b\u3057\u3066\u304b\u3089\u3001\u3082\u3046\u4e00\u5ea6\u304a\u8a66\u3057\u304f\u3060\u3055\u3044\u3002",popupErrorTitle:"\u30dd\u30c3\u30d7\u30a2\u30c3\u30d7\u304c\u30d6\u30ed\u30c3\u30af\u3055\u308c\u307e\u3057\u305f",readMore:"\u7d9a\u304d",recording:"\u9332\u753b",recordingDisabledBecauseOfActiveLiveStreamingTooltip:"\u30e9\u30a4\u30d6\u914d\u4fe1\u304c\u30a2\u30af\u30c6\u30a3\u30d6\u306e\u9593\u306f\u9332\u753b\u3067\u304d\u307e\u305b\u3093",recordingDisabledTooltip:"\u9332\u753b\u306e\u958b\u59cb\u306f\u7121\u52b9\u5316\u3055\u308c\u3066\u3044\u307e\u3059\u3002",rejoinNow:"\u4eca\u3059\u3050\u518d\u53c2\u52a0",remoteControlAllowedMessage:"{{user}} \u306f\u3042\u306a\u305f\u306e\u30ea\u30e2\u30fc\u30c8\u30b3\u30f3\u30c8\u30ed\u30fc\u30eb\u8981\u6c42\u3092\u53d7\u3051\u5165\u308c\u307e\u3057\u305f!",remoteControlDeniedMessage:"{{user}} \u306f\u3042\u306a\u305f\u306e\u30ea\u30e2\u30fc\u30c8\u30b3\u30f3\u30c8\u30ed\u30fc\u30eb\u8981\u6c42\u3092\u62d2\u5426\u3057\u307e\u3057\u305f!",remoteControlErrorMessage:"\u30ea\u30e2\u30fc\u30c8\u30b3\u30f3\u30c8\u30ed\u30fc\u30eb\u306e\u30a2\u30af\u30bb\u30b9\u8a31\u53ef\u3092 {{user}} \u304b\u3089\u8981\u6c42\u3057\u3088\u3046\u3068\u3057\u3066\u3044\u308b\u3068\u304d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f!",remoteControlRequestMessage:"{{user}} \u306b\u30c7\u30b9\u30af\u30c8\u30c3\u30d7\u306e\u30ea\u30e2\u30fc\u30c8\u30b3\u30f3\u30c8\u30ed\u30fc\u30eb\u3092\u8a31\u53ef\u3057\u307e\u3059\u304b?",remoteControlShareScreenWarning:"\u300c\u8a31\u53ef\u300d\u3092\u62bc\u3059\u3068\u753b\u9762\u3092\u5171\u6709\u3059\u308b\u3053\u3068\u306b\u6ce8\u610f\u3057\u3066\u304f\u3060\u3055\u3044!",remoteControlStopMessage:"\u30ea\u30e2\u30fc\u30c8\u30b3\u30f3\u30c8\u30ed\u30fc\u30eb\u30bb\u30c3\u30b7\u30e7\u30f3\u304c\u7d42\u4e86\u3057\u307e\u3057\u305f!",remoteControlTitle:"\u30ea\u30e2\u30fc\u30c8\u30c7\u30b9\u30af\u30c8\u30c3\u30d7\u30b3\u30f3\u30c8\u30ed\u30fc\u30eb",remoteUserControls:"{{username}} \u306e\u30ea\u30e2\u30fc\u30c8\u30e6\u30fc\u30b6\u30fc\u30b3\u30f3\u30c8\u30ed\u30fc\u30eb",removePassword:"$t(lockRoomPassword) \u3092\u524a\u9664",removeSharedVideoMsg:"\u5171\u6709\u52d5\u753b\u3092\u524a\u9664\u3057\u3066\u3082\u3088\u308d\u3057\u3044\u3067\u3059\u304b?",removeSharedVideoTitle:"\u5171\u6709\u52d5\u753b\u3092\u524a\u9664\u3059\u308b",reservationError:"\u4e88\u7d04\u30b7\u30b9\u30c6\u30e0\u30a8\u30e9\u30fc",reservationErrorMsg:"\u30a8\u30e9\u30fc\u30b3\u30fc\u30c9: {{code}}, \u30e1\u30c3\u30bb\u30fc\u30b8: {{msg}}",retry:"\u518d\u8a66\u884c",screenSharingAudio:"\u97f3\u58f0\u306e\u5171\u6709",screenSharingFailed:"\u304a\u3063\u3068! \u4f55\u304b\u304c\u3046\u307e\u304f\u3044\u304b\u305a\u3001\u753b\u9762\u306e\u5171\u6709\u3092\u958b\u59cb\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f!",screenSharingFailedTitle:"\u753b\u9762\u306e\u5171\u6709\u306b\u5931\u6557\u3057\u307e\u3057\u305f!",screenSharingPermissionDeniedError:"\u304a\u3063\u3068! \u753b\u9762\u306e\u5171\u6709\u306e\u8a31\u53ef\u3067\u4f55\u304b\u554f\u984c\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002\u518d\u8aad\u307f\u8fbc\u307f\u3057\u3066\u3082\u3046\u4e00\u5ea6\u304a\u8a66\u3057\u304f\u3060\u3055\u3044\u3002",sendPrivateMessage:"\u3042\u306a\u305f\u306f\u5148\u307b\u3069\u30d7\u30e9\u30a4\u30d9\u30fc\u30c8\u30e1\u30c3\u30bb\u30fc\u30b8\u3092\u53d7\u4fe1\u3057\u3066\u3044\u307e\u3059\u3002\u30d7\u30e9\u30a4\u30d9\u30fc\u30c8\u3067\u8fd4\u4fe1\u3059\u308b\u3064\u3082\u308a\u3067\u3057\u305f\u304b? \u305d\u308c\u3068\u3082\u30b0\u30eb\u30fc\u30d7\u306b\u9001\u4fe1\u3057\u305f\u3044\u3067\u3059\u304b?",sendPrivateMessageCancel:"\u30b0\u30eb\u30fc\u30d7\u306b\u9001\u4fe1",sendPrivateMessageOk:"\u30d7\u30e9\u30a4\u30d9\u30fc\u30c8\u306b\u9001\u4fe1",sendPrivateMessageTitle:"\u30d7\u30e9\u30a4\u30d9\u30fc\u30c8\u306b\u9001\u4fe1\u3057\u307e\u3059\u304b?",serviceUnavailable:"\u30b5\u30fc\u30d3\u30b9\u306f\u5229\u7528\u3067\u304d\u307e\u305b\u3093",sessTerminated:"\u901a\u8a71\u304c\u7d42\u4e86\u3057\u307e\u3057\u305f",sessionRestarted:"\u63a5\u7d9a\u306b\u554f\u984c\u304c\u3042\u3063\u305f\u306e\u3067\u901a\u8a71\u3092\u518d\u63a5\u7d9a\u3057\u307e\u3057\u305f\u3002",shareAudio:"\u7d9a\u884c",shareAudioTitle:"\u97f3\u58f0\u3092\u5171\u6709\u3059\u308b\u65b9\u6cd5",shareAudioWarningD1:"\u97f3\u58f0\u3092\u5171\u6709\u3059\u308b\u524d\u306b\u3001\u753b\u9762\u5171\u6709\u3092\u505c\u6b62\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059\u3002",shareAudioWarningD2:"\u753b\u9762\u5171\u6709\u3092\u518d\u8d77\u52d5\u3055\u305b\u3066\u3001\"\u97f3\u58f0\u306e\u5171\u6709\"\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u30c1\u30a7\u30c3\u30af\u3057\u3066\u304f\u3060\u3055\u3044\u3002",shareAudioWarningH1:"\u97f3\u58f0\u3060\u3051\u3092\u5171\u6709\u3057\u305f\u3044\u3068\u304d\u306f:",shareAudioWarningTitle:"\u97f3\u58f0\u3092\u5171\u6709\u3059\u308b\u524d\u306b\u753b\u9762\u306e\u5171\u6709\u3092\u505c\u6b62\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059",shareMediaWarningGenericH2:"\u753b\u9762\u3068\u97f3\u58f0\u3092\u5171\u6709\u3057\u305f\u3044\u3068\u304d\u306f\u3001",shareScreenWarningD1:"\u753b\u9762\u306e\u5171\u6709\u3092\u958b\u59cb\u3059\u308b\u524d\u306b\u3001\u97f3\u58f0\u306e\u5171\u6709\u3092\u505c\u6b62\u3057\u3066\u304f\u3060\u3055\u3044\u3002",shareScreenWarningD2:"\u97f3\u58f0\u306e\u5171\u6709\u3092\u505c\u6b62\u3057\u3001\"\u97f3\u58f0\u306e\u5171\u6709\"\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u30c1\u30a7\u30c3\u30af\u3057\u3066\u753b\u9762\u5171\u6709\u3092\u958b\u59cb\u3057\u3066\u304f\u3060\u3055\u3044\u3002",shareScreenWarningH1:"\u753b\u9762\u3060\u3051\u3092\u5171\u6709\u3057\u305f\u3044\u3068\u304d\u306f:",shareScreenWarningTitle:"\u753b\u9762\u3092\u5171\u6709\u3059\u308b\u524d\u306b\u3001\u97f3\u58f0\u306e\u5171\u6709\u3092\u505c\u6b62\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059",shareVideoLinkError:"\u52d5\u753b\u3078\u306e\u6b63\u3057\u3044\u30ea\u30f3\u30af\u3092\u63d0\u4f9b\u3057\u3066\u304f\u3060\u3055\u3044\u3002",shareVideoTitle:"\u52d5\u753b\u3092\u5171\u6709\u3059\u308b",shareYourScreen:"\u753b\u9762\u3092\u5171\u6709\u3059\u308b",shareYourScreenDisabled:"\u753b\u9762\u306e\u5171\u6709\u304c\u7121\u52b9\u306b\u306a\u308a\u307e\u3057\u305f\u3002",sharedVideoDialogError:"Error: \u4e0d\u6b63\u306aURL\u3067\u3059",sharedVideoLinkPlaceholder:"YouTube \u30ea\u30f3\u30af \u307e\u305f\u306f\u52d5\u753b\u3078\u306e\u76f4\u63a5\u30ea\u30f3\u30af",startLiveStreaming:"\u30e9\u30a4\u30d6\u914d\u4fe1\u3092\u958b\u59cb",startRecording:"\u9332\u753b\u3092\u958b\u59cb",startRemoteControlErrorMessage:"\u30ea\u30e2\u30fc\u30c8\u30b3\u30f3\u30c8\u30ed\u30fc\u30eb\u30bb\u30c3\u30b7\u30e7\u30f3\u306e\u958b\u59cb\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002",stopLiveStreaming:"\u30e9\u30a4\u30d6\u914d\u4fe1\u3092\u505c\u6b62\u3059\u308b",stopRecording:"\u9332\u753b\u3092\u505c\u6b62\u3059\u308b",stopRecordingWarning:"\u9332\u753b\u3092\u505c\u6b62\u3057\u3066\u3082\u3088\u308d\u3057\u3044\u3067\u3059\u304b?",stopStreamingWarning:"\u30e9\u30a4\u30d6\u914d\u4fe1\u3092\u505c\u6b62\u3057\u3066\u3082\u3088\u308d\u3057\u3044\u3067\u3059\u304b?",streamKey:"\u30b9\u30c8\u30ea\u30fc\u30e0\u30ad\u30fc",thankYou:"{{appName}} \u3092\u4f7f\u7528\u3057\u3066\u3044\u305f\u3060\u304d\u3042\u308a\u304c\u3068\u3046\u3054\u3056\u3044\u307e\u3059!",token:"\u30c8\u30fc\u30af\u30f3",tokenAuthFailed:"\u7533\u3057\u8a33\u3042\u308a\u307e\u305b\u3093\u304c\u3001\u3053\u306e\u901a\u8a71\u306b\u53c2\u52a0\u3059\u308b\u3053\u3068\u306f\u3067\u304d\u307e\u305b\u3093\u3002",tokenAuthFailedTitle:"\u8a8d\u8a3c\u306b\u5931\u6557\u3057\u307e\u3057\u305f",transcribing:"\u6587\u5b57\u8d77\u3053\u3057",unlockRoom:"\u30df\u30fc\u30c6\u30a3\u30f3\u30b0 $t(lockRoomPassword) \u3092\u524a\u9664",user:"\u30e6\u30fc\u30b6\u30fc",userIdentifier:"\u30e6\u30fc\u30b6\u30fcID",userPassword:"\u30e6\u30fc\u30b6\u30fc\u30d1\u30b9\u30ef\u30fc\u30c9",videoLink:"\u52d5\u753b\u30ea\u30f3\u30af",viewUpgradeOptions:"\u30a2\u30c3\u30d7\u30b0\u30ec\u30fc\u30c9\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u898b\u308b",viewUpgradeOptionsContent:"\u9332\u753b\u3001\u6587\u5b57\u8d77\u3053\u3057\u3001RTMP \u30b9\u30c8\u30ea\u30fc\u30df\u30f3\u30b0\u306a\u3069\u306e\u30d7\u30ec\u30df\u30a2\u30e0\u6a5f\u80fd\u3092\u7121\u5236\u9650\u306b\u5229\u7528\u3059\u308b\u306b\u306f\u3001\u30d7\u30e9\u30f3\u3092\u30a2\u30c3\u30d7\u30b0\u30ec\u30fc\u30c9\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059\u3002",viewUpgradeOptionsTitle:"\u30d7\u30ec\u30df\u30a2\u30e0\u6a5f\u80fd\u3092\u767a\u898b\u3057\u307e\u3057\u305f!",yourEntireScreen:"\u3042\u306a\u305f\u306e\u753b\u9762\u5168\u4f53"},documentSharing:{title:"\u5171\u6709\u6587\u66f8"},e2ee:{labelToolTip:"\u3053\u306e\u901a\u8a71\u306e\u97f3\u58f0\u3084\u30d3\u30c7\u30aa\u306b\u3088\u308b\u3084\u308a\u3068\u308a\u306f\u3001\u30a8\u30f3\u30c9\u30c4\u30fc\u30a8\u30f3\u30c9\u3067\u6697\u53f7\u5316\u3055\u308c\u3066\u3044\u307e\u3059"},embedMeeting:{title:"\u3053\u306e\u30df\u30fc\u30c6\u30a3\u30f3\u30b0\u3092\u57cb\u3081\u8fbc\u3080"},feedback:{average:"\u666e\u901a",bad:"\u60aa\u3044",detailsLabel:"\u3082\u3063\u3068\u6559\u3048\u3066\u304f\u3060\u3055\u3044\u3002",good:"\u826f\u3044",rateExperience:"\u30df\u30fc\u30c6\u30a3\u30f3\u30b0\u306e\u6e80\u8db3\u5ea6\u3092\u8a55\u4fa1\u3057\u3066\u304f\u3060\u3055\u3044",star:"\u661f",veryBad:"\u3068\u3066\u3082\u60aa\u3044",veryGood:"\u3068\u3066\u3082\u826f\u3044"},helpView:{title:"\u30d8\u30eb\u30d7\u30bb\u30f3\u30bf\u30fc"},incomingCall:{answer:"\u5fdc\u7b54",audioCallTitle:"\u97f3\u58f0\u901a\u8a71\u7740\u4fe1",decline:"\u62d2\u5426",productLabel:"Jitsi Meet \u304b\u3089\u306e",videoCallTitle:"\u30d3\u30c7\u30aa\u901a\u8a71\u7740\u4fe1"},info:{accessibilityLabel:"\u60c5\u5831\u3092\u8868\u793a\u3059\u308b",addPassword:"$t(lockRoomPassword) \u3092\u8ffd\u52a0",cancelPassword:"$t(lockRoomPassword) \u3092\u30ad\u30e3\u30f3\u30bb\u30eb",conferenceURL:"\u30ea\u30f3\u30af:",copyNumber:"\u756a\u53f7\u3092\u30b3\u30d4\u30fc",country:"\u56fd",dialANumber:"\u3042\u306a\u305f\u306e\u30df\u30fc\u30c6\u30a3\u30f3\u30b0\u306b\u53c2\u52a0\u3059\u308b\u306b\u306f\u3001\u3053\u308c\u3089\u306e\u756a\u53f7\u306e\u3044\u305a\u308c\u304b\u306b\u96fb\u8a71\u3092\u304b\u3051\u3066\u3001PIN \u3092\u5165\u529b\u3057\u3066\u304f\u3060\u3055\u3044\u3002",dialInConferenceID:"PIN:",dialInNotSupported:"\u7533\u3057\u8a33\u3042\u308a\u307e\u305b\u3093\u3002\u73fe\u5728\u30c0\u30a4\u30e4\u30eb\u30a4\u30f3\u306f\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u3066\u3044\u307e\u305b\u3093\u3002",dialInNumber:"\u30c0\u30a4\u30e4\u30eb\u30a4\u30f3:",dialInSummaryError:"\u30c0\u30a4\u30e4\u30eb\u30a4\u30f3\u60c5\u5831\u306e\u53d6\u5f97\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002\u5f8c\u3067\u3082\u3046\u4e00\u5ea6\u304a\u8a66\u3057\u304f\u3060\u3055\u3044\u3002",dialInTollFree:"\u7121\u6599\u901a\u8a71",genericError:"\u304a\u3063\u3068\u3001\u4f55\u304b\u304c\u3042\u3063\u305f\u3088\u3046\u3067\u3059\u3002",inviteLiveStream:"\u3053\u306e\u30df\u30fc\u30c6\u30a3\u30f3\u30b0\u306e\u30e9\u30a4\u30d6\u914d\u4fe1\u3092\u8868\u793a\u3059\u308b\u306b\u306f\u3001\u3053\u306e\u30ea\u30f3\u30af\u3092\u30af\u30ea\u30c3\u30af\u3057\u3066\u304f\u3060\u3055\u3044: {{url}}",invitePhone:"\u4ee3\u308f\u308a\u306b\u96fb\u8a71\u3067\u53c2\u52a0\u3059\u308b\u306b\u306f\u3001\u3053\u3053\u3092\u30bf\u30c3\u30d7\u3057\u3066\u304f\u3060\u3055\u3044: {{number}},,{{conferenceID}}#\n",invitePhoneAlternatives:"\u5225\u306e\u30c0\u30a4\u30e4\u30eb\u30a4\u30f3\u756a\u53f7\u3092\u304a\u63a2\u3057\u3067\u3059\u304b?\n\u30c0\u30a4\u30e4\u30eb\u30a4\u30f3\u756a\u53f7\u4e00\u89a7\u3092\u3054\u89a7\u304f\u3060\u3055\u3044: {{url}}\n\n\n\u5185\u7dda\u756a\u53f7\u7d4c\u7531\u3067\u30c0\u30a4\u30e4\u30eb\u30a4\u30f3\u3092\u884c\u3046\u5834\u5408\u3001\u97f3\u58f0\u306b\u63a5\u7d9a\u305b\u305a\u306b\u53c2\u52a0\u3057\u3066\u304f\u3060\u3055\u3044: {{silentUrl}}",inviteSipEndpoint:"SIP\u30a2\u30c9\u30ec\u30b9\u3092\u4f7f\u7528\u3057\u3066\u53c2\u52a0\u3059\u308b\u306b\u306f\u3001\u3053\u308c\u3092\u5165\u529b\u3057\u307e\u3059: {{sipUri}}",inviteTextiOSInviteUrl:"\u53c2\u52a0\u3059\u308b\u306b\u306f\u6b21\u306e\u30ea\u30f3\u30af\u3092\u30af\u30ea\u30c3\u30af\u3057\u3066\u304f\u3060\u3055\u3044: {{inviteUrl}}.",inviteTextiOSJoinSilent:"\u90e8\u5c4b\u306e\u96fb\u8a71\u304b\u3089\u30c0\u30a4\u30e4\u30eb\u30a4\u30f3\u3059\u308b\u5834\u5408\u306f\u3001\u6b21\u306e\u30ea\u30f3\u30af\u3092\u4f7f\u3063\u3066\u97f3\u58f0\u306b\u63a5\u7d9a\u305b\u305a\u306b\u53c2\u52a0\u3067\u304d\u307e\u3059:{{silentUrl}}",inviteTextiOSPersonal:"{{name}} \u304c\u3042\u306a\u305f\u3092\u30df\u30fc\u30c6\u30a3\u30f3\u30b0\u306b\u62db\u5f85\u3057\u3066\u3044\u307e\u3059\u3002",inviteTextiOSPhone:"\u96fb\u8a71\u3092\u4f7f\u3063\u3066\u53c2\u52a0\u3059\u308b\u306b\u306f\u3001\u3053\u306e\u96fb\u8a71\u756a\u53f7\u3092\u4f7f\u7528\u3057\u3066\u304f\u3060\u3055\u3044: {{number}},,{{conferenceID}}#\u3002 \u3082\u3057\u3001\u9055\u3046\u756a\u53f7\u3092\u304a\u63a2\u3057\u3067\u3057\u305f\u3089\u3001\u5168\u3066\u306e\u96fb\u8a71\u756a\u53f7\u306e\u30ea\u30b9\u30c8\u306f\u3053\u3061\u3089\u306b\u306a\u308a\u307e\u3059: {{didUrl}}.",inviteURLFirstPartGeneral:"\u3042\u306a\u305f\u306f\u30df\u30fc\u30c6\u30a3\u30f3\u30b0\u306b\u62db\u5f85\u3055\u308c\u307e\u3057\u305f\u3002",inviteURLFirstPartPersonal:"{{name}} \u304c\u3042\u306a\u305f\u3092\u30df\u30fc\u30c6\u30a3\u30f3\u30b0\u306b\u62db\u5f85\u3057\u307e\u3057\u305f\u3002\n",inviteURLSecondPart:"\n\u30df\u30fc\u30c6\u30a3\u30f3\u30b0\u306b\u3054\u53c2\u52a0\u304f\u3060\u3055\u3044:\n{{url}}\n",label:"\u30df\u30fc\u30c6\u30a3\u30f3\u30b0\u60c5\u5831",liveStreamURL:"\u30e9\u30a4\u30d6\u914d\u4fe1:",moreNumbers:"\u305d\u306e\u4ed6\u306e\u756a\u53f7",noNumbers:"\u30c0\u30a4\u30e4\u30eb\u30a4\u30f3\u756a\u53f7\u306f\u3042\u308a\u307e\u305b\u3093\u3002",noPassword:"\u306a\u3057",noRoom:"\u30c0\u30a4\u30e4\u30eb\u30a4\u30f3\u3059\u308b\u30eb\u30fc\u30e0\u304c\u6307\u5b9a\u3055\u308c\u3066\u3044\u307e\u305b\u3093\u3002",numbers:"\u30c0\u30a4\u30e4\u30eb\u30a4\u30f3\u756a\u53f7",password:"$t(lockRoomPasswordUppercase): ",sip:"SIP \u30a2\u30c9\u30ec\u30b9",title:"\u5171\u6709",tooltip:"\u3053\u306e\u30df\u30fc\u30c6\u30a3\u30f3\u30b0\u306e\u30ea\u30f3\u30af\u3068\u30c0\u30a4\u30e4\u30eb\u30a4\u30f3\u60c5\u5831\u3092\u5171\u6709\u3059\u308b"},inlineDialogFailure:{msg:"\u969c\u5bb3\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002",retry:"\u518d\u8a66\u884c",support:"\u30b5\u30dd\u30fc\u30c8",supportMsg:"\u554f\u984c\u304c\u7d9a\u304f\u3088\u3046\u3067\u3042\u308c\u3070\u3001\u6b21\u306b\u3054\u9023\u7d61\u304f\u3060\u3055\u3044:"},inviteDialog:{alertText:"\u4e00\u90e8\u306e\u53c2\u52a0\u8005\u306e\u62db\u5f85\u306b\u5931\u6557\u3057\u307e\u3057\u305f\u3002",header:"\u62db\u5f85",searchCallOnlyPlaceholder:"\u643a\u5e2f\u756a\u53f7\u3092\u5165\u529b\u3057\u3066\u304f\u3060\u3055\u3044",searchPeopleOnlyPlaceholder:"\u53c2\u52a0\u8005\u3092\u691c\u7d22\u3059\u308b",searchPlaceholder:"\u30cb\u30c3\u30af\u30cd\u30fc\u30e0\u3001\u307e\u305f\u306f\u96fb\u8a71\u756a\u53f7",send:"\u9001\u4fe1"},jitsiHome:"{{logo}} \u30ed\u30b4, \u30db\u30fc\u30e0\u30da\u30fc\u30b8\u3078\u306e\u30ea\u30f3\u30af",keyboardShortcuts:{focusLocal:"\u81ea\u5206\u306e\u30d3\u30c7\u30aa\u306b\u30d5\u30a9\u30fc\u30ab\u30b9",focusRemote:"\u4ed6\u306e\u30e1\u30f3\u30d0\u30fc\u306e\u30d3\u30c7\u30aa\u306b\u30d5\u30a9\u30fc\u30ab\u30b9",fullScreen:"\u5168\u753b\u9762\u8868\u793a / \u7d42\u4e86",keyboardShortcuts:"\u30ad\u30fc\u30dc\u30fc\u30c9\u30b7\u30e7\u30fc\u30c8\u30ab\u30c3\u30c8",localRecording:"\u30ed\u30fc\u30ab\u30eb\u9332\u753b\u30b3\u30f3\u30c8\u30ed\u30fc\u30eb\u306e\u8868\u793a / \u975e\u8868\u793a",mute:"\u30de\u30a4\u30af\u3092\u30df\u30e5\u30fc\u30c8 / \u30df\u30e5\u30fc\u30c8\u89e3\u9664",pushToTalk:"\u30d7\u30c3\u30b7\u30e5\u30c4\u30fc\u30c8\u30fc\u30af",raiseHand:"\u624b\u3092\u6319\u3052\u308b / \u4e0b\u3052\u308b",showSpeakerStats:"\u8a71\u8005\u306e\u30c7\u30fc\u30bf\u3092\u8868\u793a",toggleChat:"\u30c1\u30e3\u30c3\u30c8\u3092\u8868\u793a / \u975e\u8868\u793a",toggleFilmstrip:"\u52d5\u753b\u30b5\u30e0\u30cd\u30a4\u30eb\u8868\u793a / \u975e\u8868\u793a",toggleParticipantsPane:"\u53c2\u52a0\u8005\u30d1\u30cd\u30eb\u3092\u8868\u793a / \u975e\u8868\u793a",toggleScreensharing:"\u30ab\u30e1\u30e9\u3068\u753b\u9762\u5171\u6709\u3092\u5207\u308a\u66ff\u3048\u308b",toggleShortcuts:"\u30ad\u30fc\u30dc\u30fc\u30c9\u30b7\u30e7\u30fc\u30c8\u30ab\u30c3\u30c8\u3092\u8868\u793a",videoMute:"\u30ab\u30e1\u30e9\u3092\u958b\u59cb / \u505c\u6b62"},liveStreaming:{busy:"\u79c1\u305f\u3061\u306f\u914d\u4fe1\u30ea\u30bd\u30fc\u30b9\u3092\u89e3\u653e\u3059\u308b\u305f\u3081\u306b\u53d6\u308a\u7d44\u3093\u3067\u3044\u307e\u3059\u3002\u6570\u5206\u5f8c\u306b\u3082\u3046\u4e00\u5ea6\u304a\u8a66\u3057\u304f\u3060\u3055\u3044\u3002",busyTitle:"\u3059\u3079\u3066\u306e\u914d\u4fe1\u8005\u306f\u73fe\u5728\u30d3\u30b8\u30fc\u72b6\u614b\u3067\u3059",changeSignIn:"\u30a2\u30ab\u30a6\u30f3\u30c8\u3092\u5207\u308a\u66ff\u3048\u307e\u3059\u3002",choose:"\u30e9\u30a4\u30d6\u914d\u4fe1\u3092\u9078\u629e\u3057\u3066\u304f\u3060\u3055\u3044",chooseCTA:"\u914d\u4fe1\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u9078\u629e\u3057\u307e\u3059\u3002\u3042\u306a\u305f\u306f\u73fe\u5728\u3001{{email}} \u3068\u3057\u3066\u30ed\u30b0\u30a4\u30f3\u3057\u3066\u3044\u307e\u3059\u3002",enterStreamKey:"YouTube \u306e\u30b9\u30c8\u30ea\u30fc\u30e0\u30ad\u30fc\u3092\u3053\u3053\u306b\u5165\u529b\u3057\u3066\u304f\u3060\u3055\u3044\u3002",error:"\u30e9\u30a4\u30d6\u914d\u4fe1\u306b\u5931\u6557\u3057\u307e\u3057\u305f\u3002\u3082\u3046\u4e00\u5ea6\u304a\u8a66\u3057\u304f\u3060\u3055\u3044\u3002",errorAPI:"YouTube \u30d6\u30ed\u30fc\u30c9\u30ad\u30e3\u30b9\u30c8\u306b\u30a2\u30af\u30bb\u30b9\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002\u3082\u3046\u4e00\u5ea6\u30ed\u30b0\u30a4\u30f3\u3057\u3066\u304f\u3060\u3055\u3044\u3002",errorLiveStreamNotEnabled:"{{email}} \u306e\u30e9\u30a4\u30d6\u914d\u4fe1\u306f\u6709\u52b9\u3067\u306f\u3042\u308a\u307e\u305b\u3093\u3002\u30e9\u30a4\u30d6\u914d\u4fe1\u3092\u6709\u52b9\u306b\u3057\u3066\u3082\u3089\u3046\u304b\u3001\u30e9\u30a4\u30d6\u914d\u4fe1\u304c\u6709\u52b9\u306a\u30a2\u30ab\u30a6\u30f3\u30c8\u3067\u30ed\u30b0\u30a4\u30f3\u3057\u3066\u304f\u3060\u3055\u3044\u3002",expandedOff:"\u30e9\u30a4\u30d6\u914d\u4fe1\u304c\u505c\u6b62\u3057\u307e\u3057\u305f",expandedOn:"\u3053\u306e\u30df\u30fc\u30c6\u30a3\u30f3\u30b0\u306f\u3001\u73fe\u5728 YouTube \u306b\u914d\u4fe1\u3055\u308c\u3066\u3044\u307e\u3059\u3002",expandedPending:"\u30e9\u30a4\u30d6\u914d\u4fe1\u3092\u958b\u59cb\u3057\u3066\u3044\u307e\u3059...",failedToStart:"\u30e9\u30a4\u30d6\u914d\u4fe1\u306e\u958b\u59cb\u306b\u5931\u6557\u3057\u307e\u3057\u305f",getStreamKeyManually:"\u30e9\u30a4\u30d6\u914d\u4fe1\u3092\u53d6\u5f97\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002YouTube \u3088\u308a\u30b9\u30c8\u30ea\u30fc\u30e0\u30ad\u30fc\u306e\u53d6\u5f97\u3092\u8a66\u3057\u3066\u304f\u3060\u3055\u3044\u3002",googlePrivacyPolicy:"Google \u30d7\u30e9\u30a4\u30d0\u30b7\u30fc\u30dd\u30ea\u30b7\u30fc",inProgress:"\u9332\u753b\u307e\u305f\u306f\u30e9\u30a4\u30d6\u914d\u4fe1\u4e2d\u3067\u3059",invalidStreamKey:"\u30b9\u30c8\u30ea\u30fc\u30e0\u30ad\u30fc\u304c\u6b63\u3057\u304f\u306a\u3044\u3088\u3046\u3067\u3059\u3002",limitNotificationDescriptionNative:"\u5229\u7528\u8005\u304c\u591a\u3044\u305f\u3081\u3001\u3042\u306a\u305f\u306e\u9332\u753b\u306f {{limit}} \u5206\u306b\u5236\u9650\u3055\u308c\u307e\u3059\u3002\u7121\u5236\u9650\u306b\u9332\u753b\u3059\u308b\u306b\u306f<3>{{app}}\u3092\u304a\u8a66\u3057\u304f\u3060\u3055\u3044\u3002",limitNotificationDescriptionWeb:"\u5229\u7528\u8005\u304c\u591a\u3044\u305f\u3081\u3001\u3042\u306a\u305f\u306e\u9332\u753b\u306f {{limit}} \u5206\u306b\u5236\u9650\u3055\u308c\u307e\u3059\u3002 \u7121\u5236\u9650\u306b\u9332\u753b\u3059\u308b\u306b\u306f{{app}}\u3092\u304a\u8a66\u3057\u304f\u3060\u3055\u3044\u3002",off:"\u30e9\u30a4\u30d6\u914d\u4fe1\u3092\u505c\u6b62\u3057\u307e\u3057\u305f",offBy:"{{name}} \u304c\u30e9\u30a4\u30d6\u914d\u4fe1\u3092\u505c\u6b62\u3057\u307e\u3057\u305f",on:"\u30e9\u30a4\u30d6\u914d\u4fe1\u3092\u958b\u59cb\u3057\u307e\u3057\u305f",onBy:"{{name}} \u304c\u30e9\u30a4\u30d6\u914d\u4fe1\u3092\u958b\u59cb\u3057\u307e\u3057\u305f",pending:"\u30e9\u30a4\u30d6\u914d\u4fe1\u3092\u958b\u59cb\u3057\u3066\u3044\u307e\u3059...",serviceName:"\u30e9\u30a4\u30d6\u914d\u4fe1\u30b5\u30fc\u30d3\u30b9",sessionAlreadyActive:"\u3053\u306e\u30bb\u30c3\u30b7\u30e7\u30f3\u306f\u3059\u3067\u306b\u9332\u753b\u307e\u305f\u306f\u30e9\u30a4\u30d6\u914d\u4fe1\u3055\u308c\u3066\u3044\u307e\u3059\u3002",signIn:"Google \u3067\u30ed\u30b0\u30a4\u30f3",signInCTA:"\u30ed\u30b0\u30a4\u30f3\u3059\u308b\u304b\u3001YouTube \u306e\u30b9\u30c8\u30ea\u30fc\u30e0\u30ad\u30fc\u3092\u5165\u529b\u3057\u3066\u304f\u3060\u3055\u3044\u3002",signOut:"\u30b5\u30a4\u30f3\u30a2\u30a6\u30c8",signedInAs:"\u3042\u306a\u305f\u306f\u73fe\u5728\u6b21\u306e\u540d\u524d\u3067\u30ed\u30b0\u30a4\u30f3\u3057\u3066\u3044\u307e\u3059:",start:"\u30e9\u30a4\u30d6\u914d\u4fe1\u3092\u958b\u59cb\u3059\u308b",streamIdHelp:"\u3053\u308c\u306f\u4f55\u3067\u3059\u304b?",title:"\u30e9\u30a4\u30d6\u914d\u4fe1",unavailableTitle:"\u30e9\u30a4\u30d6\u914d\u4fe1\u306f\u5229\u7528\u3067\u304d\u307e\u305b\u3093",youtubeTerms:"YouTube \u30b5\u30fc\u30d3\u30b9\u5229\u7528\u898f\u7d04"},lobby:{admit:"\u8a31\u53ef",admitAll:"\u5168\u54e1\u8a31\u53ef",allow:"\u8a31\u53ef",backToKnockModeButton:"\u53c2\u52a0\u3092\u4f9d\u983c",dialogTitle:"\u30ed\u30d3\u30fc\u30e2\u30fc\u30c9",disableDialogContent:"\u30ed\u30d3\u30fc\u30e2\u30fc\u30c9\u306f\u73fe\u5728\u6709\u52b9\u3067\u3059\u3002\u3053\u306e\u6a5f\u80fd\u306b\u3088\u308a\u3001\u90e8\u5916\u8005\u306f\u4f1a\u8b70\u306b\u53c2\u52a0\u3067\u304d\u307e\u305b\u3093\u3002\u3053\u306e\u6a5f\u80fd\u3092\u7121\u52b9\u306b\u3057\u307e\u3059\u304b?",disableDialogSubmit:"\u7121\u52b9\u306b\u3059\u308b",emailField:"\u30e1\u30fc\u30eb\u30a2\u30c9\u30ec\u30b9\u3092\u5165\u529b\u3057\u3066\u304f\u3060\u3055\u3044",enableDialogPasswordField:"\u30d1\u30b9\u30ef\u30fc\u30c9\u3092\u30bb\u30c3\u30c8(\u30aa\u30d7\u30b7\u30e7\u30f3)",enableDialogSubmit:"\u6709\u52b9\u306b\u3059\u308b",enableDialogText:"\u30ed\u30d3\u30fc\u30e2\u30fc\u30c9\u3067\u306f\u3001\u30e2\u30c7\u30ec\u30fc\u30bf\u30fc\u306b\u3088\u3063\u3066\u6b63\u5f0f\u306b\u627f\u8a8d\u3055\u308c\u305f\u4eba\u306e\u307f\u306b\u53c2\u52a0\u3092\u8a31\u53ef\u3059\u308b\u3053\u3068\u3067\u3001\u4f1a\u8b70\u3092\u4fdd\u8b77\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059\u3002",enterPasswordButton:"\u30df\u30fc\u30c6\u30a3\u30f3\u30b0\u30d1\u30b9\u30ef\u30fc\u30c9\u3092\u5165\u529b\u3057\u3066\u304f\u3060\u3055\u3044",enterPasswordTitle:"\u30d1\u30b9\u30ef\u30fc\u30c9\u3092\u5165\u529b\u3057\u3066\u3001\u30df\u30fc\u30c6\u30a3\u30f3\u30b0\u306b\u53c2\u52a0",errorMissingPassword:"\u30df\u30fc\u30c6\u30a3\u30f3\u30b0\u30d1\u30b9\u30ef\u30fc\u30c9\u3092\u5165\u529b\u3057\u3066\u304f\u3060\u3055\u3044",invalidPassword:"\u7121\u52b9\u306a\u30d1\u30b9\u30ef\u30fc\u30c9",joinRejectedMessage:"\u3042\u306a\u305f\u306e\u53c2\u52a0\u30ea\u30af\u30a8\u30b9\u30c8\u306f\u3001\u30e2\u30c7\u30ec\u30fc\u30bf\u30fc\u306b\u3088\u3063\u3066\u5374\u4e0b\u3055\u308c\u307e\u3057\u305f\u3002",joinTitle:"\u30df\u30fc\u30c6\u30a3\u30f3\u30b0\u306b\u53c2\u52a0",joinWithPasswordMessage:"\u30d1\u30b9\u30ef\u30fc\u30c9\u3092\u4f7f\u3063\u3066\u53c2\u52a0\u3057\u3088\u3046\u3068\u3057\u3066\u3044\u307e\u3059\u3002\u304a\u5f85\u3061\u304f\u3060\u3055\u3044...",joiningMessage:"\u8ab0\u304b\u304c\u3042\u306a\u305f\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u3092\u53d7\u3051\u5165\u308c\u305f\u3089\u3001\u3059\u3050\u306b\u4f1a\u8b70\u306b\u53c2\u52a0\u3057\u307e\u3059",joiningTitle:"\u30df\u30fc\u30c6\u30a3\u30f3\u30b0\u3078\u306e\u53c2\u52a0\u3092\u4f9d\u983c\u4e2d...",joiningWithPasswordTitle:"\u30d1\u30b9\u30ef\u30fc\u30c9\u3092\u4f7f\u3063\u3066\u53c2\u52a0\u4e2d...",knockButton:"\u53c2\u52a0\u3092\u4f9d\u983c",knockTitle:"\u4f1a\u8b70\u306b\u53c2\u52a0\u3057\u305f\u3044\u4eba\u304c\u3044\u307e\u3059",knockingParticipantList:"\u5f85\u6a5f\u4e2d\u306e\u53c2\u52a0\u8005\u4e00\u89a7",nameField:"\u540d\u524d\u3092\u5165\u529b\u3057\u3066\u304f\u3060\u3055\u3044",notificationLobbyAccessDenied:"{{targetParticipantName}} \u306f\u3001{{originParticipantName}} \u306b\u3088\u3063\u3066\u53c2\u52a0\u3092\u5374\u4e0b\u3055\u308c\u307e\u3057\u305f",notificationLobbyAccessGranted:"{{targetParticipantName}} \u306f\u3001{{originParticipantName}} \u306b\u3088\u3063\u3066\u53c2\u52a0\u3092\u8a31\u53ef\u3055\u308c\u307e\u3057\u305f",notificationLobbyDisabled:"{{originParticipantName}} \u306b\u3088\u3063\u3066\u30ed\u30d3\u30fc\u304c\u7121\u52b9\u306b\u3055\u308c\u307e\u3057\u305f",notificationLobbyEnabled:"{{originParticipantName}} \u306b\u3088\u3063\u3066\u30ed\u30d3\u30fc\u304c\u6709\u52b9\u306b\u3055\u308c\u307e\u3057\u305f",notificationTitle:"\u30ed\u30d3\u30fc",passwordField:"\u30df\u30fc\u30c6\u30a3\u30f3\u30b0\u30d1\u30b9\u30ef\u30fc\u30c9\u3092\u5165\u529b\u3057\u3066\u304f\u3060\u3055\u3044",passwordJoinButton:"\u53c2\u52a0",reject:"\u5374\u4e0b",rejectAll:"\u5168\u54e1\u5374\u4e0b",title:"\u30ed\u30d3\u30fc",toggleLabel:"\u30ed\u30d3\u30fc\u3092\u6709\u52b9"},localRecording:{clientState:{off:"\u30aa\u30d5",on:"\u30aa\u30f3",unknown:"\u4e0d\u660e"},dialogTitle:"\u30ed\u30fc\u30ab\u30eb\u9332\u753b\u30b3\u30f3\u30c8\u30ed\u30fc\u30eb",duration:"\u9332\u753b\u6642\u9593",durationNA:"\u4e0d\u660e",encoding:"\u30a8\u30f3\u30b3\u30fc\u30c7\u30a3\u30f3\u30b0",label:"LOR",labelToolTip:"\u9332\u753b\u4e2d",localRecording:"\u9332\u753b",me:"\u81ea\u5206",messages:{engaged:"\u9332\u753b\u4e2d",finished:"\u9332\u753b\u30bb\u30c3\u30b7\u30e7\u30f3 {{token}} \u304c\u7d42\u4e86\u3057\u307e\u3057\u305f\u3002\u9332\u753b\u3057\u305f\u30d5\u30a1\u30a4\u30eb\u3092\u30e2\u30c7\u30ec\u30fc\u30bf\u30fc\u306b\u9001\u4ed8\u3057\u3066\u304f\u3060\u3055\u3044\u3002",finishedModerator:"\u30ec\u30b3\u30fc\u30c7\u30a3\u30f3\u30b0\u30bb\u30c3\u30b7\u30e7\u30f3 {{token}} \u304c\u7d42\u4e86\u3057\u307e\u3057\u305f\u3002\u30ed\u30fc\u30ab\u30eb\u30c8\u30e9\u30c3\u30af\u306e\u9332\u753b\u306f\u4fdd\u5b58\u3055\u308c\u307e\u3057\u305f\u3002\u4ed6\u306e\u53c2\u52a0\u8005\u306b\u3001\u5f7c\u3089\u306e\u9332\u753b\u7269\u3092\u9001\u4fe1\u3059\u308b\u3088\u3046\u304a\u9858\u3044\u3057\u3066\u304f\u3060\u3055\u3044\u3002",notModerator:"\u3042\u306a\u305f\u306f\u30e2\u30c7\u30ec\u30fc\u30bf\u30fc\u3067\u306f\u306a\u3044\u306e\u3067\u3001\u9332\u753b\u306e\u958b\u59cb\u307e\u305f\u306f\u505c\u6b62\u304c\u3067\u304d\u307e\u305b\u3093\u3002"},moderator:"\u30e2\u30c7\u30ec\u30fc\u30bf\u30fc",no:"\u3044\u3044\u3048",participant:"\u53c2\u52a0\u8005",participantStats:"\u53c2\u52a0\u8005\u306e\u7d71\u8a08",sessionToken:"\u30bb\u30c3\u30b7\u30e7\u30f3\u30c8\u30fc\u30af\u30f3",start:"\u9332\u753b\u3092\u958b\u59cb",stop:"\u9332\u753b\u3092\u505c\u6b62\u3059\u308b",yes:"\u306f\u3044"},lockRoomPassword:"\u30d1\u30b9\u30ef\u30fc\u30c9",lockRoomPasswordUppercase:"\u30d1\u30b9\u30ef\u30fc\u30c9",lonelyMeetingExperience:{button:"\u4ed6\u306e\u4eba\u3092\u62db\u5f85\u3059\u308b",youAreAlone:"\u3053\u306e\u30df\u30fc\u30c6\u30a3\u30f3\u30b0\u306b\u3044\u308b\u306e\u306f\u3001\u3042\u306a\u305f\u3060\u3051\u3067\u3059\u3002"},me:"\u81ea\u5206",notify:{OldElectronAPPTitle:"\u30bb\u30ad\u30e5\u30ea\u30c6\u30a3\u4e0a\u306e\u8106\u5f31\u6027\u304c\u3042\u308a\u307e\u3059!",allowAction:"\u8a31\u53ef",allowedUnmute:"\u30de\u30a4\u30af\u306e\u30df\u30e5\u30fc\u30c8\u3092\u89e3\u9664\u3001\u30ab\u30e1\u30e9\u306e\u6709\u52b9\u5316\u3001\u753b\u9762\u306e\u5171\u6709\u304c\u3067\u304d\u307e\u3059\u3002",audioUnmuteBlockedDescription:"\u30de\u30a4\u30af\u306e\u30df\u30e5\u30fc\u30c8\u89e3\u9664\u64cd\u4f5c\u306f\u30b7\u30b9\u30c6\u30e0\u306e\u5236\u9650\u306b\u3088\u308a\u4e00\u6642\u7684\u306b\u30d6\u30ed\u30c3\u30af\u3055\u308c\u3066\u3044\u307e\u3059\u3002",audioUnmuteBlockedTitle:"\u30de\u30a4\u30af\u30df\u30e5\u30fc\u30c8\u89e3\u9664\u306f\u30d6\u30ed\u30c3\u30af\u3055\u308c\u3066\u3044\u307e\u3059!",chatMessages:"\u30c1\u30e3\u30c3\u30c8\u30e1\u30c3\u30bb\u30fc\u30b8",connectedOneMember:"{{name}} \u304c\u30df\u30fc\u30c6\u30a3\u30f3\u30b0\u306b\u53c2\u52a0\u3057\u307e\u3057\u305f",connectedThreePlusMembers:"{{name}} \u4ed6\u591a\u6570\u304c\u30df\u30fc\u30c6\u30a3\u30f3\u30b0\u306b\u53c2\u52a0\u3057\u307e\u3057\u305f",connectedTwoMembers:"{{first}} \u3068 {{second}} \u304c\u30df\u30fc\u30c6\u30a3\u30f3\u30b0\u306b\u53c2\u52a0\u3057\u307e\u3057\u305f",disconnected:"\u5207\u65ad\u3055\u308c\u307e\u3057\u305f",displayNotifications:"\u901a\u77e5\u3092\u8868\u793a",focus:"\u30df\u30fc\u30c6\u30a3\u30f3\u30b0\u306e\u30d5\u30a9\u30fc\u30ab\u30b9",focusFail:"{{component}} \u306f\u5229\u7528\u3067\u304d\u307e\u305b\u3093 - {{ms}} \u79d2\u4ee5\u5185\u306b\u518d\u8a66\u884c\u3057\u307e\u3059",groupTitle:"\u901a\u77e5",hostAskedUnmute:"\u30e2\u30c7\u30ec\u30fc\u30bf\u30fc\u306f\u3042\u306a\u305f\u306b\u8a71\u3057\u3066\u307b\u3057\u3044\u305d\u3046\u3067\u3059",invitedOneMember:"{{name}} \u304c\u62db\u5f85\u3055\u308c\u307e\u3057\u305f",invitedThreePlusMembers:"{{name}} \u3068\u4ed6 {{count}} \u540d\u304c\u62db\u5f85\u3055\u308c\u307e\u3057\u305f",invitedTwoMembers:"{{first}} \u3068 {{second}} \u304c\u62db\u5f85\u3055\u308c\u307e\u3057\u305f",kickParticipant:"{{kicked}} \u304c {{kicker}} \u306b\u3088\u3063\u3066\u8ffd\u653e\u3055\u308c\u307e\u3057\u305f",leftOneMember:"{{name}} \u304c\u30df\u30fc\u30c6\u30a3\u30f3\u30b0\u3092\u9000\u51fa\u3057\u307e\u3057\u305f",leftThreePlusMembers:"{{name}} \u4ed6\u591a\u6570\u304c\u30df\u30fc\u30c6\u30a3\u30f3\u30b0\u3092\u9000\u51fa\u3057\u307e\u3057\u305f",leftTwoMembers:"{{first}} \u3068 {{second}} \u304c\u30df\u30fc\u30c6\u30a3\u30f3\u30b0\u3092\u9000\u51fa\u3057\u307e\u3057\u305fleft the meeting",me:"\u81ea\u5206",moderationInEffectCSDescription:"\u753b\u9762\u3092\u5171\u6709\u3057\u305f\u3044\u3068\u304d\u306f\u624b\u3092\u6319\u3052\u3066\u304f\u3060\u3055\u3044\u3002",moderationInEffectCSTitle:"\u753b\u9762\u5171\u6709\u306f\u30e2\u30c7\u30ec\u30fc\u30bf\u30fc\u306b\u3088\u308a\u30d6\u30ed\u30c3\u30af\u3055\u308c\u307e\u3057\u305f",moderationInEffectDescription:"\u8a71\u3057\u305f\u3044\u3068\u304d\u306f\u624b\u3092\u6319\u3052\u3066\u304f\u3060\u3055\u3044\u3002",moderationInEffectTitle:"\u3042\u306a\u305f\u306e\u30de\u30a4\u30af\u306f\u30e2\u30c7\u30ec\u30fc\u30bf\u30fc\u306b\u3088\u308a\u30df\u30e5\u30fc\u30c8\u3055\u308c\u307e\u3057\u305f",moderationInEffectVideoDescription:"\u30ab\u30e1\u30e9\u3092\u6709\u52b9\u306b\u3057\u305f\u3044\u3068\u304d\u306f\u624b\u3092\u6319\u3052\u3066\u304f\u3060\u3055\u3044\u3002",moderationInEffectVideoTitle:"\u3042\u306a\u305f\u306e\u30ab\u30e1\u30e9\u306f\u30e2\u30c7\u30ec\u30fc\u30bf\u30fc\u306b\u3088\u308a\u30d6\u30ed\u30c3\u30af\u3055\u308c\u307e\u3057\u305f",moderationRequestFromModerator:"\u30db\u30b9\u30c8\u306f\u3042\u306a\u305f\u306b\u30df\u30e5\u30fc\u30c8\u89e3\u9664\u3092\u6c42\u3081\u3066\u3044\u307e\u3059",moderationRequestFromParticipant:"\u767a\u8a00\u3057\u305f\u3044\u3067\u3059",moderationStartedTitle:"\u7ba1\u7406\u304c\u958b\u59cb\u3055\u308c\u307e\u3057\u305f",moderationStoppedTitle:"\u7ba1\u7406\u304c\u505c\u6b62\u3055\u308c\u307e\u3057\u305f",moderationToggleDescription:"( {{participantDisplayName}} )",moderator:"\u3042\u306a\u305f\u306f\u30e2\u30c7\u30ec\u30fc\u30bf\u30fc\u306b\u306a\u308a\u307e\u3057\u305f",muted:"\u3042\u306a\u305f\u306f\u30df\u30e5\u30fc\u30c8\u3057\u305f\u72b6\u614b\u3067\u30df\u30fc\u30c6\u30a3\u30f3\u30b0\u3092\u958b\u59cb\u3057\u307e\u3057\u305f\u3002",mutedRemotelyDescription:"\u8a71\u3059\u6e96\u5099\u304c\u3067\u304d\u6b21\u7b2c\u3001\u3044\u3064\u3067\u3082\u30df\u30e5\u30fc\u30c8\u3092\u89e3\u9664\u3067\u304d\u307e\u3059\u3002\u8a71\u304c\u7d42\u308f\u3063\u305f\u3089\u518d\u30df\u30e5\u30fc\u30c8\u3057\u3066\u3001\u30df\u30fc\u30c6\u30a3\u30f3\u30b0\u304b\u3089\u96d1\u97f3\u3092\u9060\u3056\u3051\u307e\u3059\u3002",mutedRemotelyTitle:"\u3042\u306a\u305f\u306f {{participantDisplayName}} \u306b\u3088\u3063\u3066\u30df\u30e5\u30fc\u30c8\u3055\u308c\u3066\u3044\u307e\u3059",mutedTitle:"\u3042\u306a\u305f\u306f\u30df\u30e5\u30fc\u30c8\u3055\u308c\u3066\u3044\u307e\u3059!",newDeviceAction:"\u4f7f\u7528\u3059\u308b",newDeviceAudioTitle:"\u65b0\u3057\u3044\u30aa\u30fc\u30c7\u30a3\u30aa\u30c7\u30d0\u30a4\u30b9\u3092\u691c\u51fa\u3057\u307e\u3057\u305f",newDeviceCameraTitle:"\u65b0\u3057\u3044\u30ab\u30e1\u30e9\u3092\u691c\u51fa\u3057\u307e\u3057\u305f",oldElectronClientDescription1:"\u3042\u306a\u305f\u306f\u65e2\u77e5\u306e\u30bb\u30ad\u30e5\u30ea\u30c6\u30a3\u4e0a\u306e\u8106\u5f31\u6027\u304c\u3042\u308b\u3001\u65e7\u30d0\u30fc\u30b8\u30e7\u30f3\u306e Jitsi Meet \u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u3092\u4f7f\u7528\u3057\u3066\u3044\u308b\u3088\u3046\u3067\u3059\u3002\u4eca\u3059\u3050",oldElectronClientDescription2:"\u6700\u65b0\u30d3\u30eb\u30c9",oldElectronClientDescription3:"\u306b\u66f4\u65b0\u3057\u3066\u304f\u3060\u3055\u3044!",participantWantsToJoin:"\u30df\u30fc\u30c6\u30a3\u30f3\u30b0\u3078\u306e\u53c2\u52a0\u3092\u5e0c\u671b\u3057\u3066\u3044\u307e\u3059",participantsWantToJoin:"\u30df\u30fc\u30c6\u30a3\u30f3\u30b0\u3078\u306e\u53c2\u52a0\u3092\u5e0c\u671b\u3057\u3066\u3044\u307e\u3059",passwordRemovedRemotely:"\u4ed6\u306e\u53c2\u52a0\u8005\u306b\u3088\u308a\u3001$t(lockRoomPasswordUppercase) \u304c\u524a\u9664\u3055\u308c\u307e\u3057\u305f",passwordSetRemotely:"\u4ed6\u306e\u53c2\u52a0\u8005\u306b\u3088\u308a\u3001$t(lockRoomPasswordUppercase) \u304c\u8a2d\u5b9a\u3055\u308c\u307e\u3057\u305f",raiseHandAction:"\u624b\u3092\u6319\u3052\u308b",raisedHand:"\u8a71\u3057\u305f\u3044\u305d\u3046\u3067\u3059\u3002",raisedHands:"{{participantName}} \u4ed6 {{raisedHands}} \u540d",reactionSounds:"\u30b5\u30a6\u30f3\u30c9\u304c\u7121\u52b9",reactionSoundsForAll:"\u5168\u3066\u306e\u30b5\u30a6\u30f3\u30c9\u304c\u7121\u52b9",screenShareNoAudio:" \u753b\u9762\u9078\u629e\u306e\u30a6\u30a3\u30f3\u30c9\u30a6\u3067\u97f3\u58f0\u306e\u5171\u6709\u304c\u30c1\u30a7\u30c3\u30af\u3055\u308c\u3066\u3044\u307e\u305b\u3093\u3002",screenShareNoAudioTitle:"\u30b7\u30b9\u30c6\u30e0\u306e\u97f3\u58f0\u3092\u5171\u6709\u3067\u304d\u307e\u305b\u3093",selfViewTitle:"\u8a2d\u5b9a\u304b\u3089\u3044\u3064\u3067\u3082\u30bb\u30eb\u30d5\u30d3\u30e5\u30fc\u3092\u8868\u793a\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059\u3002",somebody:"\u8ab0\u304b",startSilentDescription:"\u30aa\u30fc\u30c7\u30a3\u30aa\u3092\u6709\u52b9\u306b\u3057\u3066\u53c2\u52a0\u3057\u306a\u304a\u3057\u3066\u304f\u3060\u3055\u3044",startSilentTitle:"\u97f3\u58f0\u51fa\u529b\u306a\u3057\u3067\u53c2\u52a0\u3057\u307e\u3057\u305f!",suboptimalBrowserWarning:"\u7533\u3057\u8a33\u3042\u308a\u307e\u305b\u3093\u304c\u3001\u3053\u306e\u30d6\u30e9\u30a6\u30b6\u3067\u306f\u30df\u30fc\u30c6\u30a3\u30f3\u30b0\u306e\u4f53\u9a13\u306f\u3042\u307e\u308a\u3088\u304f\u306a\u3044\u304b\u3082\u3057\u308c\u307e\u305b\u3093\u3002\u6539\u5584\u7b56\u3092\u691c\u8a0e\u4e2d\u3067\u3059\u304c\u3001\u305d\u308c\u307e\u3067\u306f \u30d5\u30eb\u30b5\u30dd\u30fc\u30c8\u3057\u3066\u3044\u308b\u30d6\u30e9\u30a6\u30b6\u30fc\u306e\u3044\u305a\u308c\u304b\u3092\u3054\u5229\u7528\u304f\u3060\u3055\u3044\u3002",suboptimalExperienceTitle:"\u30d6\u30e9\u30a6\u30b6\u30fc\u306e\u8b66\u544a",unmute:"\u30df\u30e5\u30fc\u30c8\u89e3\u9664",videoMutedRemotelyDescription:"\u3044\u3064\u3067\u3082\u30aa\u30f3\u306b\u3059\u308b\u4e8b\u304c\u3067\u304d\u307e\u3059",videoMutedRemotelyTitle:"\u3042\u306a\u305f\u306e\u30d3\u30c7\u30aa\u306f {{participantDisplayName}} \u306b\u3088\u3063\u3066\u30aa\u30d5\u306b\u3055\u308c\u3066\u3044\u307e\u3059",videoUnmuteBlockedDescription:"\u30ab\u30e1\u30e9\u6709\u52b9\u5316\u3068\u30c7\u30b9\u30af\u30c8\u30c3\u30d7\u5171\u6709\u306f\u30b7\u30b9\u30c6\u30e0\u306e\u5236\u9650\u306b\u3088\u308a\u4e00\u6642\u7684\u306b\u30d6\u30ed\u30c3\u30af\u3055\u308c\u3066\u3044\u307e\u3059\u3002",videoUnmuteBlockedTitle:"\u30ab\u30e1\u30e9\u6709\u52b9\u5316\u3068\u30c7\u30b9\u30af\u30c8\u30c3\u30d7\u5171\u6709\u306f\u30d6\u30ed\u30c3\u30af\u3055\u308c\u3066\u3044\u307e\u3059!",viewLobby:"\u30ed\u30d3\u30fc\u3092\u78ba\u8a8d",waitingParticipants:"{{waitingParticipants}} \u540d"},participantsPane:{actions:{allow:"\u53c2\u52a0\u8005\u306b\u6b21\u306e\u3053\u3068\u3092\u8a31\u53ef:",allowVideo:"\u30d3\u30c7\u30aa\u3092\u8a31\u53ef",askUnmute:"\u30df\u30e5\u30fc\u30c8\u89e3\u9664\u3092\u4f9d\u983c",audioModeration:"\u30df\u30e5\u30fc\u30c8\u3092\u81ea\u5206\u3067\u89e3\u9664",blockEveryoneMicCamera:"\u5168\u54e1\u306e\u30de\u30a4\u30af\u3068\u30ab\u30e1\u30e9\u3092\u30d6\u30ed\u30c3\u30af",invite:"\u53c2\u52a0\u8005\u62db\u5f85",moreModerationActions:"\u7ba1\u7406\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u3055\u3089\u306b\u8868\u793a",moreModerationControls:"\u7ba1\u7406\u30b3\u30f3\u30c8\u30ed\u30fc\u30eb\u3092\u3055\u3089\u306b\u8868\u793a",moreParticipantOptions:"\u53c2\u52a0\u8005\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u3055\u3089\u306b\u8868\u793a",mute:"\u30df\u30e5\u30fc\u30c8",muteAll:"\u5168\u54e1\u3092\u30df\u30e5\u30fc\u30c8",muteEveryoneElse:"\u4ed6\u306e\u3059\u3079\u3066\u306e\u4eba\u3092\u30df\u30e5\u30fc\u30c8",stopEveryonesVideo:"\u5168\u54e1\u306e\u30d3\u30c7\u30aa\u3092\u505c\u6b62",stopVideo:"\u30d3\u30c7\u30aa\u3092\u505c\u6b62",unblockEveryoneMicCamera:"\u5168\u54e1\u306e\u30de\u30a4\u30af\u3068\u30d3\u30c7\u30aa\u306e\u30d6\u30ed\u30c3\u30af\u3092\u89e3\u9664",videoModeration:"\u30d3\u30c7\u30aa\u3092\u958b\u59cb"},close:"\u9589\u3058\u308b",headings:{lobby:"\u30ed\u30d3\u30fc ({{count}})",participantsList:"\u30df\u30fc\u30c6\u30a3\u30f3\u30b0\u53c2\u52a0\u8005 ({{count}})",waitingLobby:"\u30ed\u30d3\u30fc\u3067\u5f85\u6a5f\u4e2d ({{count}})"},search:"\u53c2\u52a0\u8005\u3092\u691c\u7d22",title:"\u53c2\u52a0\u8005"},passwordDigitsOnly:"\u6700\u5927 {{number}} \u6841\u307e\u3067",passwordSetRemotely:"\u4ed6\u306e\u53c2\u52a0\u8005\u306b\u3088\u308a\u30bb\u30c3\u30c8",polls:{answer:{skip:"\u30b9\u30ad\u30c3\u30d7",submit:"\u9001\u4fe1"},by:"By {{ name }}",create:{addOption:"\u9078\u629e\u80a2\u306e\u8ffd\u52a0",answerPlaceholder:"\u9078\u629e\u80a2 {{index}}",cancel:"\u30ad\u30e3\u30f3\u30bb\u30eb",create:"\u6295\u7968\u3092\u4f5c\u6210",pollOption:"\u9078\u629e\u80a2 {{index}}",pollQuestion:"\u6295\u7968\u306e\u8cea\u554f",questionPlaceholder:"\u8cea\u554f\u3092\u5165\u529b\u3057\u3066\u304f\u3060\u3055\u3044",removeOption:"\u9078\u629e\u80a2\u306e\u524a\u9664",send:"\u9001\u4fe1"},notification:{description:"\u6295\u7968\u3059\u308b\u306b\u306f\u6295\u7968\u30bf\u30d6\u3092\u958b\u3044\u3066\u304f\u3060\u3055\u3044",title:"\u65b0\u3057\u3044\u6295\u7968\u304c\u3053\u306e\u30df\u30fc\u30c6\u30a3\u30f3\u30b0\u306b\u8ffd\u52a0\u3055\u308c\u307e\u3057\u305f"},results:{changeVote:"\u6295\u7968\u3092\u5909\u66f4\u3059\u308b",empty:"\u307e\u3060\u3053\u306e\u30df\u30fc\u30c6\u30a3\u30f3\u30b0\u306b\u6295\u7968\u304c\u3042\u308a\u307e\u305b\u3093\u3002\u3053\u3053\u304b\u3089\u6295\u7968\u3092\u59cb\u3081\u3066\u304f\u3060\u3055\u3044!",hideDetailedResults:"\u8a73\u7d30\u3092\u975e\u8868\u793a",showDetailedResults:"\u8a73\u7d30\u3092\u8868\u793a",vote:"\u6295\u7968\u3059\u308b"}},poweredby:"powered by",prejoin:{audioAndVideoError:"\u30aa\u30fc\u30c7\u30a3\u30aa\u3068\u30d3\u30c7\u30aa\u306e\u30a8\u30e9\u30fc:",audioDeviceProblem:"\u30aa\u30fc\u30c7\u30a3\u30aa\u306b\u554f\u984c\u304c\u3042\u308a\u307e\u3059",audioOnlyError:"\u30aa\u30fc\u30c7\u30a3\u30aa\u30a8\u30e9\u30fc:",audioTrackError:"\u30aa\u30fc\u30c7\u30a3\u30aa\u30c8\u30e9\u30c3\u30af\u3092\u4f5c\u6210\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002",callMe:"\u547c\u3073\u51fa\u3057\u3066\u304f\u3060\u3055\u3044",callMeAtNumber:"\u3053\u306e\u756a\u53f7\u306b\u96fb\u8a71\u3057\u3066\u304f\u3060\u3055\u3044:",calling:"\u547c\u3073\u51fa\u3057\u4e2d",configuringDevices:"\u30c7\u30d0\u30a4\u30b9\u306e\u8a2d\u5b9a\u4e2d...",connectedWithAudioQ:"\u30aa\u30fc\u30c7\u30a3\u30aa\u3092\u6709\u52b9\u306b\u3057\u3066\u63a5\u7d9a\u3057\u3066\u3044\u307e\u3059\u304b?",connection:{good:"\u30a4\u30f3\u30bf\u30fc\u30cd\u30c3\u30c8\u63a5\u7d9a\u306f\u826f\u597d\u306e\u3088\u3046\u3067\u3059!",nonOptimal:"\u30a4\u30f3\u30bf\u30fc\u30cd\u30c3\u30c8\u63a5\u7d9a\u304c\u6700\u9069\u3067\u306f\u3042\u308a\u307e\u305b\u3093",poor:"\u8ca7\u5f31\u306a\u30a4\u30f3\u30bf\u30fc\u30cd\u30c3\u30c8\u63a5\u7d9a\u3067\u3059"},connectionDetails:{audioClipping:"\u97f3\u58f0\u304c\u6b6a\u3093\u3067\u3044\u308b\u3068\u601d\u3044\u307e\u3059\u3002",audioHighQuality:"\u97f3\u58f0\u306f\u512a\u308c\u305f\u54c1\u8cea\u3067\u3042\u308b\u3068\u601d\u3044\u307e\u3059\u3002",audioLowNoVideo:"\u97f3\u58f0\u306e\u54c1\u8cea\u304c\u60aa\u304f\u3001\u30d3\u30c7\u30aa\u304c\u306a\u3044\u3068\u601d\u3044\u307e\u3059\u3002",goodQuality:"\u7d20\u6674\u3089\u3057\u3044! \u30e1\u30c7\u30a3\u30a2\u306e\u54c1\u8cea\u306f\u7d20\u6674\u3089\u3057\u3044\u3082\u306e\u306b\u306a\u308a\u305d\u3046\u3067\u3059\u3002",noMediaConnectivity:"\u3053\u306e\u30c6\u30b9\u30c8\u3067\u3001\u30e1\u30c7\u30a3\u30a2\u63a5\u7d9a\u3092\u78ba\u7acb\u3059\u308b\u65b9\u6cd5\u3092\u691c\u51fa\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u3053\u308c\u306f\u901a\u5e38\u3001\u30d5\u30a1\u30a4\u30a2\u30a6\u30a9\u30fc\u30eb\u3084NAT\u304c\u539f\u56e0\u3067\u767a\u751f\u3057\u307e\u3059\u3002",noVideo:"\u30d3\u30c7\u30aa\u306e\u54c1\u8cea\u304c\u60aa\u3044\u3068\u601d\u3044\u307e\u3059\u3002",undetectable:"\u5f15\u304d\u7d9a\u304d\u30d6\u30e9\u30a6\u30b6\u30fc\u3067\u901a\u8a71\u304c\u3067\u304d\u306a\u3044\u5834\u5408\u3001\u30b9\u30d4\u30fc\u30ab\u30fc\u3001\u30de\u30a4\u30af\u3001\u30ab\u30e1\u30e9\u304c\u9069\u5207\u306b\u8a2d\u5b9a\u3055\u308c\u3066\u3044\u308b\u304b\u3001\u30d6\u30e9\u30a6\u30b6\u30fc\u306b\u30de\u30a4\u30af\u3068\u30ab\u30e1\u30e9\u306e\u4f7f\u7528\u3092\u8a31\u53ef\u3057\u3066\u3044\u308b\u304b\u3001\u305d\u3057\u3066\u30d6\u30e9\u30a6\u30b6\u30fc\u306e\u30d0\u30fc\u30b8\u30e7\u30f3\u304c\u6700\u65b0\u3067\u3042\u308b\u304b\u78ba\u8a8d\u3059\u308b\u3053\u3068\u3092\u304a\u52e7\u3081\u3057\u307e\u3059\u3002\u305d\u308c\u3067\u3082\u901a\u8a71\u306b\u554f\u984c\u304c\u3042\u308b\u5834\u5408\u306f\u3001\u30a6\u30a7\u30d6\u30a2\u30d7\u30ea\u306e\u958b\u767a\u8005\u306b\u304a\u554f\u3044\u5408\u308f\u305b\u304f\u3060\u3055\u3044\u3002",veryPoorConnection:"\u901a\u8a71\u306e\u54c1\u8cea\u304c\u3068\u3066\u3082\u60aa\u3044\u3068\u601d\u3044\u307e\u3059\u3002",videoFreezing:"\u30d3\u30c7\u30aa\u304c\u56fa\u307e\u3063\u305f\u308a\u3001\u9ed2\u753b\u9762\u306b\u306a\u3063\u305f\u308a\u3001\u30e2\u30b6\u30a4\u30af\u304c\u304b\u304b\u3063\u305f\u3088\u3046\u306b\u306a\u308b\u3068\u601d\u3044\u307e\u3059\u3002",videoHighQuality:"\u30d3\u30c7\u30aa\u306f\u512a\u308c\u305f\u54c1\u8cea\u3067\u3042\u308b\u3068\u601d\u3044\u307e\u3059\u3002",videoLowQuality:"\u30d3\u30c7\u30aa\u306f\u30d5\u30ec\u30fc\u30e0\u30ec\u30fc\u30c8\u3068\u89e3\u50cf\u5ea6\u306e\u70b9\u3067\u4f4e\u54c1\u8cea\u3067\u3042\u308b\u3068\u601d\u3044\u307e\u3059\u3002",videoTearing:"\u30d3\u30c7\u30aa\u306b\u30e2\u30b6\u30a4\u30af\u304c\u304b\u304b\u3063\u305f\u3088\u3046\u306a\u3063\u305f\u308a\u3001\u30d6\u30ed\u30c3\u30af\u30ce\u30a4\u30ba\u304c\u767a\u751f\u3059\u308b\u3068\u601d\u3044\u307e\u3059\u3002"},copyAndShare:"\u30df\u30fc\u30c6\u30a3\u30f3\u30b0\u306e\u30ea\u30f3\u30af\u3092\u30b3\u30d4\u30fc\u307e\u305f\u306f\u5171\u6709",dialInMeeting:"\u3053\u306e\u30df\u30fc\u30c6\u30a3\u30f3\u30b0\u306b\u30c0\u30a4\u30e4\u30eb\u3059\u308b",dialInPin:"\u3053\u306e\u30df\u30fc\u30c6\u30a3\u30f3\u30b0\u306b\u30c0\u30a4\u30e4\u30eb\u3057\u3066\u3001PIN \u30b3\u30fc\u30c9\u3092\u5165\u529b\u3057\u3066\u304f\u3060\u3055\u3044:",dialing:"\u30c0\u30a4\u30e4\u30eb\u4e2d",doNotShow:"\u3053\u306e\u753b\u9762\u3092\u518d\u8868\u793a\u3057\u306a\u3044",errorDialOut:"\u30c0\u30a4\u30e4\u30eb\u767a\u4fe1\u304c\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f",errorDialOutDisconnected:"\u30c0\u30a4\u30e4\u30eb\u767a\u4fe1\u304c\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u5207\u65ad\u3055\u308c\u307e\u3057\u305f",errorDialOutFailed:"\u30c0\u30a4\u30e4\u30eb\u767a\u4fe1\u304c\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u901a\u8a71\u306b\u5931\u6557\u3057\u307e\u3057\u305f",errorDialOutStatus:"\u30c0\u30a4\u30e4\u30eb\u767a\u4fe1\u72b6\u614b\u306e\u53d6\u5f97\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f",errorMissingName:"\u3042\u306a\u305f\u306e\u540d\u524d\u3092\u5165\u529b\u3057\u3066\u3001\u3053\u306e\u30df\u30fc\u30c6\u30a3\u30f3\u30b0\u306b\u53c2\u52a0\u3057\u3066\u304f\u3060\u3055\u3044",errorNoPermissions:"\u30de\u30a4\u30af\u3068\u30ab\u30e1\u30e9\u3078\u30a2\u30af\u30bb\u30b9\u3067\u304d\u308b\u3088\u3046\u306b\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059",errorStatusCode:"\u30c0\u30a4\u30e4\u30eb\u767a\u4fe1\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002\u30b9\u30c6\u30fc\u30bf\u30b9\u30b3\u30fc\u30c9: {{status}}",errorValidation:"\u756a\u53f7\u306e\u691c\u8a3c\u306b\u5931\u6557\u3057\u307e\u3057\u305f",iWantToDialIn:"\u30c0\u30a4\u30e4\u30eb\u30a4\u30f3\u3092\u5e0c\u671b",initiated:"\u901a\u8a71\u958b\u59cb",joinAudioByPhone:"\u97f3\u58f0\u901a\u8a71\u3067\u53c2\u52a0",joinMeeting:"\u30df\u30fc\u30c6\u30a3\u30f3\u30b0\u306b\u53c2\u52a0",joinWithoutAudio:"\u97f3\u58f0\u306a\u3057\u3067\u53c2\u52a0",keyboardShortcuts:"\u30ad\u30fc\u30dc\u30fc\u30c9\u30b7\u30e7\u30fc\u30c8\u30ab\u30c3\u30c8\u3092\u6709\u52b9",linkCopied:"\u30ea\u30f3\u30af\u3092\u30af\u30ea\u30c3\u30d7\u30dc\u30fc\u30c9\u306b\u30b3\u30d4\u30fc\u3057\u307e\u3057\u305f",lookGood:"\u30de\u30a4\u30af\u306f\u6b63\u5e38\u306b\u52d5\u4f5c\u3057\u3066\u3044\u307e\u3059",or:"\u307e\u305f\u306f",premeeting:"\u30d7\u30ec\u30df\u30fc\u30c6\u30a3\u30f3\u30b0",screenSharingError:"\u753b\u9762\u5171\u6709\u306e\u30a8\u30e9\u30fc:",showScreen:"\u30d7\u30ec\u30df\u30fc\u30c6\u30a3\u30f3\u30b0\u753b\u9762\u3092\u6709\u52b9",startWithPhone:"\u97f3\u58f0\u901a\u8a71\u3092\u958b\u59cb",videoOnlyError:"\u30d3\u30c7\u30aa\u306e\u30a8\u30e9\u30fc:",videoTrackError:"\u30d3\u30c7\u30aa\u30c8\u30e9\u30c3\u30af\u3092\u751f\u6210\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002",viewAllNumbers:"\u3059\u3079\u3066\u306e\u756a\u53f7\u3092\u8868\u793a"},presenceStatus:{busy:"\u8a71\u3057\u4e2d",calling:"\u547c\u3073\u51fa\u3057\u4e2d...",connected:"\u63a5\u7d9a\u3055\u308c\u307e\u3057\u305f",connecting:"\u63a5\u7d9a\u4e2d...",connecting2:"\u63a5\u7d9a\u4e2d*...",disconnected:"\u5207\u65ad\u3055\u308c\u307e\u3057\u305f",expired:"\u671f\u9650\u5207\u308c",ignored:"\u7121\u8996",initializingCall:"\u901a\u8a71\u306e\u521d\u671f\u5316\u4e2d...",invited:"\u62db\u5f85",rejected:"\u62d2\u5426",ringing:"\u547c\u3073\u51fa\u3057\u4e2d..."},privacyView:{title:"\u30d7\u30e9\u30a4\u30d0\u30b7\u30fc"},profile:{avatar:"\u30a2\u30d0\u30bf\u30fc",setDisplayNameLabel:"\u8868\u793a\u540d\u3092\u8a2d\u5b9a\u3057\u3066\u304f\u3060\u3055\u3044",setEmailInput:"\u30e1\u30fc\u30eb\u30a2\u30c9\u30ec\u30b9\u3092\u5165\u529b\u3057\u3066\u304f\u3060\u3055\u3044",setEmailLabel:"Gravatar \u306b\u767b\u9332\u3057\u305f\u30e1\u30fc\u30eb\u30a2\u30c9\u30ec\u30b9\u3092\u5165\u529b\u3057\u3066\u304f\u3060\u3055\u3044",title:"\u30d7\u30ed\u30d5\u30a3\u30fc\u30eb"},raisedHand:"\u8a71\u3057\u305f\u3044\u305d\u3046\u3067\u3059",raisedHandsLabel:"\u6319\u624b\u306e\u6570",recording:{authDropboxText:"Dropbox \u306b\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9",availableSpace:"\u7a7a\u304d\u5bb9\u91cf: {{spaceLeft}} MB (\u7d04 {{duration}} \u5206\u9332\u753b\u53ef\u80fd)",beta:"BETA",busy:"\u9332\u753b\u30ea\u30bd\u30fc\u30b9\u3092\u89e3\u653e\u3057\u3066\u3044\u307e\u3059\u3002\u6570\u5206\u5f8c\u306b\u3082\u3046\u4e00\u5ea6\u304a\u8a66\u3057\u304f\u3060\u3055\u3044\u3002",busyTitle:"\u3059\u3079\u3066\u306e\u30ec\u30b3\u30fc\u30c0\u30fc\u304c\u73fe\u5728\u4f7f\u7528\u4e2d\u3067\u3059",copyLink:"\u30ea\u30f3\u30af\u3092\u30b3\u30d4\u30fc",error:"\u9332\u753b\u306b\u5931\u6557\u3057\u307e\u3057\u305f\u3002\u3082\u3046\u4e00\u5ea6\u304a\u8a66\u3057\u304f\u3060\u3055\u3044\u3002",errorFetchingLink:"\u9332\u753b\u306e\u30ea\u30f3\u30af\u3092\u53d6\u5f97\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002",expandedOff:"\u9332\u753b\u304c\u505c\u6b62\u3057\u307e\u3057\u305f",expandedOn:"\u3053\u306e\u30df\u30fc\u30c6\u30a3\u30f3\u30b0\u306f\u73fe\u5728\u9332\u753b\u4e2d\u3067\u3059\u3002",expandedPending:"\u9332\u753b\u306e\u958b\u59cb\u4e2d\u3067\u3059...",failedToStart:"\u9332\u753b\u306e\u958b\u59cb\u306b\u5931\u6557\u3057\u307e\u3057\u305f",fileSharingdescription:"\u9332\u753b\u3092\u30df\u30fc\u30c6\u30a3\u30f3\u30b0\u306e\u53c2\u52a0\u8005\u3068\u5171\u6709\u3059\u308b",highlight:"\u30cf\u30a4\u30e9\u30a4\u30c8",highlightMoment:"\u3053\u306e\u77ac\u9593\u3092\u30cf\u30a4\u30e9\u30a4\u30c8",highlightMomentDisabled:"\u9332\u753b\u304c\u958b\u59cb\u5f8c\u306b\u30cf\u30a4\u30e9\u30a4\u30c8\u306f\u5229\u7528\u53ef\u80fd\u306b\u306a\u308a\u307e\u3059\u3002",highlightMomentSuccess:"\u30cf\u30a4\u30e9\u30a4\u30c8\u3055\u308c\u307e\u3057\u305f",highlightMomentSucessDescription:"\u30cf\u30a4\u30e9\u30a4\u30c8\u3055\u308c\u305f\u77ac\u9593\u306f\u8b70\u4e8b\u9332\u306b\u8ffd\u52a0\u3055\u308c\u307e\u3059\u3002",inProgress:"\u9332\u753b\u307e\u305f\u306f\u30e9\u30a4\u30d6\u914d\u4fe1\u4e2d\u3067\u3059",limitNotificationDescriptionNative:"\u5229\u7528\u8005\u304c\u591a\u3044\u305f\u3081\u3001\u3042\u306a\u305f\u306e\u9332\u753b\u306f {{limit}} \u5206\u306b\u5236\u9650\u3055\u308c\u307e\u3059\u3002\u7121\u5236\u9650\u306b\u9332\u753b\u3059\u308b\u306b\u306f<3>{{app}}\u3092\u304a\u8a66\u3057\u304f\u3060\u3055\u3044\u3002",limitNotificationDescriptionWeb:"\u5229\u7528\u8005\u304c\u591a\u3044\u305f\u3081\u3001\u3042\u306a\u305f\u306e\u9332\u753b\u306f {{limit}} \u5206\u306b\u5236\u9650\u3055\u308c\u307e\u3059\u3002 \u7121\u5236\u9650\u306b\u9332\u753b\u3059\u308b\u306b\u306f{{app}}\u3092\u304a\u8a66\u3057\u304f\u3060\u3055\u3044\u3002",linkGenerated:"\u3042\u306a\u305f\u306e\u9332\u753b\u3078\u306e\u30ea\u30f3\u30af\u3092\u751f\u6210\u3057\u307e\u3057\u305f\u3002",live:"LIVE",localRecordingNoNotificationWarning:"\u3053\u306e\u9332\u753b\u306f\u4ed6\u306e\u53c2\u52a0\u8005\u306b\u901a\u77e5\u3055\u308c\u307e\u305b\u3093\u3002\u3053\u306e\u30df\u30fc\u30c6\u30a3\u30f3\u30b0\u304c\u9332\u753b\u3055\u308c\u3066\u3044\u308b\u3053\u3068\u3092\u4ed6\u306e\u53c2\u52a0\u8005\u306b\u4f1d\u3048\u3066\u304f\u3060\u3055\u3044\u3002",localRecordingNoVideo:"\u30d3\u30c7\u30aa\u306f\u9332\u753b\u3055\u308c\u307e\u305b\u3093\u3002",localRecordingStartWarning:"\u9332\u753b\u3092\u4fdd\u5b58\u3059\u308b\u305f\u3081\u306b\u306f\u30df\u30fc\u30c6\u30a3\u30f3\u30b0\u9000\u51fa\u524d\u306b\u9332\u753b\u3092\u505c\u6b62\u3057\u3066\u304f\u3060\u3055\u3044\u3002",localRecordingStartWarningTitle:"\u9332\u753b\u3092\u505c\u6b62\u3057\u3066\u4fdd\u5b58",localRecordingVideoStop:"\u30d3\u30c7\u30aa\u3092\u505c\u6b62\u3059\u308b\u3068\u9332\u753b\u3082\u505c\u6b62\u3055\u308c\u307e\u3059\u3002\u505c\u6b62\u3057\u3066\u3082\u3088\u308d\u3057\u3044\u3067\u3059\u304b?",localRecordingVideoWarning:"\u30d3\u30c7\u30aa\u3092\u9332\u753b\u3059\u308b\u305f\u3081\u306b\u306f\u9332\u753b\u958b\u59cb\u524d\u306b\u6709\u52b9\u5316\u3057\u3066\u304a\u304f\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059",localRecordingWarning:"\u6b63\u3057\u304f\u9332\u753b\u3092\u3059\u308b\u305f\u3081\u306b\u5fc5\u305a\u73fe\u5728\u306e\u30bf\u30d6\u3092\u9078\u629e\u3057\u3066\u304f\u3060\u3055\u3044\u3002\u73fe\u5728\u9332\u753b\u306f1GB\u307e\u3067\u3001\u7d04100\u5206\u306b\u5236\u9650\u3055\u308c\u3066\u3044\u307e\u3059\u3002",loggedIn:"{{userName}} \u3068\u3057\u3066\u30ed\u30b0\u30a4\u30f3",noMicPermission:"\u30de\u30a4\u30af\u304c\u8a8d\u8b58\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u30de\u30a4\u30af\u3078\u306e\u30a2\u30af\u30bb\u30b9\u6a29\u3092\u78ba\u8a8d\u3057\u3066\u304f\u3060\u3055\u3044\u3002",noStreams:"\u97f3\u58f0\u30fb\u6620\u50cf\u304c\u691c\u51fa\u3055\u308c\u307e\u305b\u3093\u3067\u3057\u305f\u3002",off:"\u9332\u753b\u3092\u505c\u6b62\u3057\u307e\u3057\u305f",offBy:"{{name}} \u304c\u9332\u753b\u3092\u505c\u6b62\u3057\u307e\u3057\u305f",on:"\u9332\u753b\u3092\u958b\u59cb\u3057\u307e\u3057\u305f",onBy:"{{name}} \u304c\u9332\u753b\u3092\u958b\u59cb\u3057\u307e\u3057\u305f",onlyRecordSelf:"\u81ea\u8eab\u306e\u97f3\u58f0\u30fb\u6620\u50cf\u306e\u307f\u3092\u9332\u753b\u3059\u308b",pending:"\u30df\u30fc\u30c6\u30a3\u30f3\u30b0\u306e\u9332\u753b\u6e96\u5099\u4e2d...",rec:"REC",saveLocalRecording:"\u30ed\u30fc\u30ab\u30eb\u306b\u9332\u753b\u3092\u4fdd\u5b58 (Beta)",serviceDescription:"\u30d3\u30c7\u30aa\u306f\u9332\u753b\u30b5\u30fc\u30d3\u30b9\u3067\u9332\u753b\u3055\u308c\u307e\u3059",serviceDescriptionCloud:"\u30af\u30e9\u30a6\u30c9\u30ec\u30b3\u30fc\u30c7\u30a3\u30f3\u30b0",serviceName:"\u9332\u753b\u30b5\u30fc\u30d3\u30b9",sessionAlreadyActive:"\u3053\u306e\u30bb\u30c3\u30b7\u30e7\u30f3\u306f\u3059\u3067\u306b\u9332\u753b\u307e\u305f\u306f\u30e9\u30a4\u30d6\u914d\u4fe1\u3055\u308c\u3066\u3044\u307e\u3059\u3002",signIn:"\u30b5\u30a4\u30f3\u30a4\u30f3",signOut:"\u30b5\u30a4\u30f3\u30a2\u30a6\u30c8",title:"\u9332\u753b",unavailable:"\u304a\u3063\u3068! {{serviceName}} \u306f\u73fe\u5728\u4f7f\u7528\u3067\u304d\u307e\u305b\u3093\u3002\u79c1\u305f\u3061\u306f\u3053\u306e\u554f\u984c\u306e\u89e3\u6c7a\u306b\u53d6\u308a\u7d44\u3093\u3067\u3044\u307e\u3059\u3002\u5f8c\u3067\u3082\u3046\u4e00\u5ea6\u304a\u8a66\u3057\u304f\u3060\u3055\u3044\u3002",unavailableTitle:"\u9332\u753b\u3067\u304d\u307e\u305b\u3093",uploadToCloud:"\u30af\u30e9\u30a6\u30c9\u3078\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9"},sectionList:{pullToRefresh:"\u5f15\u3063\u5f35\u3063\u3066\u66f4\u65b0\u3059\u308b"},security:{about:"\u3053\u306e\u30df\u30fc\u30c6\u30a3\u30f3\u30b0\u306b\u3001$t(lockRoomPassword) \u3092\u8ffd\u52a0\u3067\u304d\u307e\u3059\u3002\u53c2\u52a0\u8005\u306f $t(lockRoomPassword) \u3092\u5165\u529b\u3057\u3066\u3053\u306e\u30df\u30fc\u30c6\u30a3\u30f3\u30b0\u3078\u306e\u53c2\u52a0\u304c\u8a31\u53ef\u3055\u308c\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059\u3002",aboutReadOnly:"\u30e2\u30c7\u30ec\u30fc\u30bf\u306e\u53c2\u52a0\u8005\u306f\u3001\u3053\u306e\u30df\u30fc\u30c6\u30a3\u30f3\u30b0\u306b $t(lockRoomPassword) \u3092\u8ffd\u52a0\u3067\u304d\u307e\u3059\u3002\u53c2\u52a0\u8005\u306f $t(lockRoomPassword) \u3092\u5165\u529b\u3057\u3066\u3053\u306e\u30df\u30fc\u30c6\u30a3\u30f3\u30b0\u3078\u306e\u53c2\u52a0\u304c\u8a31\u53ef\u3055\u308c\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059\u3002",insecureRoomNameWarning:"\u3053\u306e\u30eb\u30fc\u30e0\u540d\u306f\u5b89\u5168\u3067\u306f\u3042\u308a\u307e\u305b\u3093\u3002\u4e0d\u8981\u306a\u53c2\u52a0\u8005\u304c\u30df\u30fc\u30c6\u30a3\u30f3\u30b0\u306b\u53c2\u52a0\u3059\u308b\u304b\u3082\u3057\u308c\u307e\u305b\u3093\u3002\u30bb\u30ad\u30e5\u30ea\u30c6\u30a3\u30dc\u30bf\u30f3\u3092\u5229\u7528\u3057\u3066\u30df\u30fc\u30c6\u30a3\u30f3\u30b0\u306e\u5b89\u5168\u78ba\u4fdd\u3092\u691c\u8a0e\u3057\u307e\u3057\u3087\u3046\u3002",title:"\u30bb\u30ad\u30e5\u30ea\u30c6\u30a3\u30aa\u30d7\u30b7\u30e7\u30f3"},settings:{calendar:{about:"{{appName}} \u30ab\u30ec\u30f3\u30c0\u30fc\u3068\u306e\u7d71\u5408\u6a5f\u80fd\u306f\u3001\u4eca\u5f8c\u306e\u30a4\u30d9\u30f3\u30c8\u3092\u8aad\u307f\u53d6\u308b\u3053\u3068\u304c\u3067\u304d\u308b\u3088\u3046\u30ab\u30ec\u30f3\u30c0\u30fc\u306b\u5b89\u5168\u306b\u30a2\u30af\u30bb\u30b9\u3059\u308b\u305f\u3081\u306b\u4f7f\u7528\u3055\u308c\u307e\u3059\u3002",disconnect:"\u5207\u65ad",microsoftSignIn:"Microsoft \u30a2\u30ab\u30a6\u30f3\u30c8\u3067\u30b5\u30a4\u30f3\u30a4\u30f3",signedIn:"\u73fe\u5728\u3001{{email}} \u306e\u30ab\u30ec\u30f3\u30c0\u30fc\u306e\u30a4\u30d9\u30f3\u30c8\u306b\u30a2\u30af\u30bb\u30b9\u4e2d\u3067\u3059\u3002\u4e0b\u306e\u5207\u65ad\u30dc\u30bf\u30f3\u3092\u30af\u30ea\u30c3\u30af\u3059\u308b\u3068\u3001\u30ab\u30ec\u30f3\u30c0\u30fc\u306e\u30a4\u30d9\u30f3\u30c8\u306b\u30a2\u30af\u30bb\u30b9\u3059\u308b\u3053\u3068\u3092\u505c\u6b62\u3057\u307e\u3059\u3002",title:"\u30ab\u30ec\u30f3\u30c0\u30fc"},desktopShareFramerate:"\u30c7\u30b9\u30af\u30c8\u30c3\u30d7\u5171\u6709\u30d5\u30ec\u30fc\u30e0\u30ec\u30fc\u30c8",desktopShareHighFpsWarning:"\u30c7\u30b9\u30af\u30c8\u30c3\u30d7\u5171\u6709\u306e\u30d5\u30ec\u30fc\u30e0\u30ec\u30fc\u30c8\u3092\u9ad8\u304f\u3059\u308b\u3068\u3001\u5e2f\u57df\u5e45\u306b\u5f71\u97ff\u3059\u308b\u53ef\u80fd\u6027\u304c\u3042\u308a\u307e\u3059\u3002\u65b0\u3057\u3044\u8a2d\u5b9a\u3092\u6709\u52b9\u306b\u3059\u308b\u306b\u306f\u3001\u753b\u9762\u5171\u6709\u3092\u518d\u8d77\u52d5\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059\u3002",desktopShareWarning:"\u65b0\u3057\u3044\u8a2d\u5b9a\u3092\u6709\u52b9\u306b\u3059\u308b\u306b\u306f\u3001\u753b\u9762\u5171\u6709\u3092\u518d\u8d77\u52d5\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059\u3002",devices:"\u30c7\u30d0\u30a4\u30b9",followMe:"\u5168\u54e1\u304c\u3042\u306a\u305f\u3092\u30d5\u30a9\u30ed\u30fc",framesPerSecond:"\u30d5\u30ec\u30fc\u30e0/\u79d2",incomingMessage:"\u30e1\u30c3\u30bb\u30fc\u30b8\u306e\u5230\u7740",language:"\u8a00\u8a9e",loggedIn:"{{name}} \u3068\u3057\u3066\u30ed\u30b0\u30a4\u30f3",microphones:"\u30de\u30a4\u30af",moderator:"\u30e2\u30c7\u30ec\u30fc\u30bf\u30fc",more:"\u305d\u306e\u4ed6",name:"\u540d\u524d",noDevice:"\u306a\u3057",participantJoined:"\u53c2\u52a0\u8005\u306e\u53c2\u52a0",participantLeft:"\u53c2\u52a0\u8005\u306e\u9000\u51fa",playSounds:"\u6b21\u306e\u6642\u306b\u30b5\u30a6\u30f3\u30c9\u3092\u518d\u751f",reactions:"\u30df\u30fc\u30c6\u30a3\u30f3\u30b0\u30ea\u30a2\u30af\u30b7\u30e7\u30f3",sameAsSystem:"\u30b7\u30b9\u30c6\u30e0\u3068\u540c\u3058 ({{label}})",selectAudioOutput:"\u30aa\u30fc\u30c7\u30a3\u30aa\u51fa\u529b",selectCamera:"\u30ab\u30e1\u30e9",selectMic:"\u30de\u30a4\u30af",selfView:"\u30bb\u30eb\u30d5\u30d3\u30e5\u30fc",sounds:"\u30b5\u30a6\u30f3\u30c9",speakers:"\u30b9\u30d4\u30fc\u30ab\u30fc",startAudioMuted:"\u5168\u54e1\u304c\u30df\u30e5\u30fc\u30c8\u3067\u958b\u59cb",startReactionsMuted:"\u5168\u54e1\u306e\u30ea\u30a2\u30af\u30b7\u30e7\u30f3\u30b5\u30a6\u30f3\u30c9\u3092\u30df\u30e5\u30fc\u30c8",startVideoMuted:"\u5168\u54e1\u304c\u30d3\u30c7\u30aa\u30aa\u30d5\u3067\u958b\u59cb",talkWhileMuted:"\u30df\u30e5\u30fc\u30c8\u4e2d\u306e\u767a\u8a71",title:"\u8a2d\u5b9a"},settingsView:{advanced:"\u8a73\u7d30",alertCancel:"\u30ad\u30e3\u30f3\u30bb\u30eb",alertOk:"OK",alertTitle:"\u8b66\u544a",alertURLText:"\u5165\u529b\u3055\u308c\u305f\u30b5\u30fc\u30d0\u30fc URL \u306f\u7121\u52b9\u3067\u3059",buildInfoSection:"\u30d3\u30eb\u30c9\u60c5\u5831",conferenceSection:"\u30df\u30fc\u30c6\u30a3\u30f3\u30b0",disableCallIntegration:"\u96fb\u8a71\u306b\u3088\u308b\u901a\u8a71\u306e\u7d71\u5408\u3092\u7121\u52b9",disableCrashReporting:"\u30af\u30e9\u30c3\u30b7\u30e5\u30ec\u30dd\u30fc\u30c8\u3092\u7121\u52b9",disableCrashReportingWarning:"\u30af\u30e9\u30c3\u30b7\u30e5\u30ec\u30dd\u30fc\u30c8\u3092\u7121\u52b9\u306b\u3057\u307e\u3059\u3002\u3088\u308d\u3057\u3044\u3067\u3059\u304b? \u3053\u306e\u8a2d\u5b9a\u306f\u30a2\u30d7\u30ea\u306e\u518d\u8d77\u52d5\u5f8c\u306b\u9069\u7528\u3055\u308c\u307e\u3059\u3002",disableP2P:"\u30d4\u30a2\u30c4\u30fc\u30d4\u30a2\u30e2\u30fc\u30c9\u3092\u7121\u52b9",displayName:"\u8868\u793a\u540d",email:"E\u30e1\u30fc\u30eb",header:"\u8a2d\u5b9a",profileSection:"\u30d7\u30ed\u30d5\u30a3\u30fc\u30eb",serverURL:"\u30b5\u30fc\u30d0\u30fc URL",showAdvanced:"\u8a73\u7d30\u8a2d\u5b9a\u3092\u8868\u793a",startWithAudioMuted:"\u97f3\u58f0\u3092\u30df\u30e5\u30fc\u30c8\u3057\u305f\u72b6\u614b\u3067\u958b\u59cb",startWithVideoMuted:"\u30d3\u30c7\u30aa\u3092\u30df\u30e5\u30fc\u30c8\u3057\u305f\u72b6\u614b\u3067\u958b\u59cb",version:"\u30d0\u30fc\u30b8\u30e7\u30f3"},share:{dialInfoText:"\n\n=====\n\n\u3068\u306b\u304b\u304f\u3042\u306a\u305f\u306e\u96fb\u8a71\u3067\u901a\u8a71\u3057\u305f\u3044\u3067\u3059\u304b?\n\n{{defaultDialInNumber}}\u3053\u3061\u3089\u306e\u30ea\u30f3\u30af\u3092\u30af\u30ea\u30c3\u30af\u3059\u308b\u3068\u3001\u3053\u306e\u30df\u30fc\u30c6\u30a3\u30f3\u30b0\u306e\u96fb\u8a71\u756a\u53f7\u304c\u8868\u793a\u3055\u308c\u307e\u3059\u3002\n{{dialInfoPageUrl}}",mainText:"\u6b21\u306e\u30ea\u30f3\u30af\u3092\u30af\u30ea\u30c3\u30af\u3057\u3066\u3001\u3053\u306e\u30df\u30fc\u30c6\u30a3\u30f3\u30b0\u306b\u53c2\u52a0\u3057\u3066\u304f\u3060\u3055\u3044:\n{{roomUrl}}"},speaker:"\u8a71\u8005",speakerStats:{angry:"\u6012\u308a",disgusted:"\u30a6\u30f3\u30b6\u30ea",fearful:"\u6050\u6016",happy:"\u30cf\u30c3\u30d4\u30fc",hours:"{{count}} \u6642\u9593",minutes:"{{count}} \u5206",name:"\u540d\u524d",neutral:"\u5e73\u9759",sad:"\u60b2\u3057\u3044",search:"\u691c\u7d22",seconds:"{{count}} \u79d2",speakerStats:"\u8a71\u8005\u306e\u7d71\u8a08",speakerTime:"\u8a71\u3057\u305f\u6642\u9593",surprised:"\u30d3\u30c3\u30af\u30ea"},startupoverlay:{genericTitle:"\u30df\u30fc\u30c6\u30a3\u30f3\u30b0\u3067\u306f\u3001\u30de\u30a4\u30af\u3068\u30ab\u30e1\u30e9\u304c\u5fc5\u8981\u3067\u3059\u3002",policyText:" ",title:"{{app}} \u3092\u4f7f\u7528\u3059\u308b\u306b\u306f\u3001\u30de\u30a4\u30af\u3068\u30ab\u30e1\u30e9\u304c\u5fc5\u8981\u3067\u3059\u3002"},suspendedoverlay:{rejoinKeyTitle:"\u518d\u53c2\u52a0",text:"\u518d\u63a5\u7d9a\u3059\u308b\u306b\u306f\u3001\u518d\u53c2\u52a0 \u30dc\u30bf\u30f3\u3092\u62bc\u3057\u3066\u304f\u3060\u3055\u3044\u3002",title:"\u3053\u306e\u30b3\u30f3\u30d4\u30e5\u30fc\u30bf\u30fc\u304c\u30b9\u30ea\u30fc\u30d7\u72b6\u614b\u306b\u306a\u3063\u305f\u305f\u3081\u3001\u30d3\u30c7\u30aa\u901a\u8a71\u304c\u4e2d\u65ad\u3055\u308c\u307e\u3057\u305f\u3002"},termsView:{title:"\u5229\u7528\u898f\u7d04"},toolbar:{Settings:"\u8a2d\u5b9a",accessibilityLabel:{Settings:"\u8a2d\u5b9a\u306e\u5207\u308a\u66ff\u3048",audioOnly:"\u97f3\u58f0\u306e\u307f\u306e\u5207\u308a\u66ff\u3048",audioRoute:"\u30aa\u30fc\u30c7\u30a3\u30aa\u30c7\u30d0\u30a4\u30b9\u306e\u9078\u629e",boo:"\u30d6\u30fc\u30a4\u30f3\u30b0",breakoutRoom:"\u30d6\u30ec\u30a4\u30af\u30a2\u30a6\u30c8\u30eb\u30fc\u30e0\u306b\u53c2\u52a0 / \u9000\u51fa",callQuality:"\u30d3\u30c7\u30aa\u54c1\u8cea\u306e\u7ba1\u7406",cc:"\u5b57\u5e55\u306e\u5207\u308a\u66ff\u3048",chat:"\u30c1\u30e3\u30c3\u30c8\u3092\u958b\u304f / \u9589\u3058\u308b",clap:"\u62cd\u624b",collapse:"\u7e2e\u5c0f",document:"\u5171\u6709\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u306e\u5207\u308a\u66ff\u3048",download:"\u30a2\u30d7\u30ea\u306e\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9",embedMeeting:"\u30df\u30fc\u30c6\u30a3\u30f3\u30b0\u306e\u57cb\u3081\u8fbc\u307f",expand:"\u5c55\u958b",feedback:"\u30d5\u30a3\u30fc\u30c9\u30d0\u30c3\u30af\u3092\u6b8b\u3059",fullScreen:"\u5168\u753b\u9762\u306e\u5207\u308a\u66ff\u3048",grantModerator:"\u30e2\u30c7\u30ec\u30fc\u30bf\u30fc\u6a29\u9650\u306e\u4ed8\u4e0e",hangup:"\u30df\u30fc\u30c6\u30a3\u30f3\u30b0\u3092\u9000\u5e2d",help:"\u30d8\u30eb\u30d7",invite:"\u4eba\u3092\u62db\u5f85",kick:"\u53c2\u52a0\u8005\u3092\u8ffd\u653e",laugh:"\u7b11",like:"\u3044\u3044\u306d!",lobbyButton:"\u30ed\u30d3\u30fc\u30e2\u30fc\u30c9\u306e\u6709\u52b9 / \u7121\u52b9",localRecording:"\u30ed\u30fc\u30ab\u30eb\u9332\u753b\u30b3\u30f3\u30c8\u30ed\u30fc\u30eb\u306e\u5207\u308a\u66ff\u3048",lockRoom:"\u30df\u30fc\u30c6\u30a3\u30f3\u30b0\u30d1\u30b9\u30ef\u30fc\u30c9\u306e\u5207\u308a\u66ff\u3048",moreActions:"\u8a73\u7d30\u306a\u64cd\u4f5c",moreActionsMenu:"\u8a73\u7d30\u306a\u64cd\u4f5c\u30e1\u30cb\u30e5\u30fc",moreOptions:"\u8a73\u7d30\u30aa\u30d7\u30b7\u30e7\u30f3\u306e\u8868\u793a",mute:"\u30df\u30e5\u30fc\u30c8 / \u30df\u30e5\u30fc\u30c8\u89e3\u9664",muteEveryone:"\u5168\u54e1\u3092\u30df\u30e5\u30fc\u30c8",muteEveryoneElse:"\u4ed6\u306e\u5168\u54e1\u3092\u7121\u52b9",muteEveryoneElsesVideoStream:"\u4ed6\u306e\u5168\u54e1\u306e\u30d3\u30c7\u30aa\u3092\u505c\u6b62",muteEveryonesVideoStream:"\u5168\u54e1\u306e\u30d3\u30c7\u30aa\u3092\u505c\u6b62",participants:"\u53c2\u52a0\u8005",pip:"\u30d4\u30af\u30c1\u30e3\u30fc\u30a4\u30f3\u30d4\u30af\u30c1\u30e3\u30fc\u30e2\u30fc\u30c9\u306e\u5207\u308a\u66ff\u3048",privateMessage:"\u30d7\u30e9\u30a4\u30d9\u30fc\u30c8\u30e1\u30c3\u30bb\u30fc\u30b8\u306e\u9001\u4fe1",profile:"\u30d7\u30ed\u30d5\u30a3\u30fc\u30eb\u3092\u7de8\u96c6",raiseHand:"\u624b\u3092\u6319\u3052\u308b / \u4e0b\u3052\u308b",reactionsMenu:"\u30ea\u30a2\u30af\u30b7\u30e7\u30f3\u30e1\u30cb\u30e5\u30fc\u3092\u958b\u304f / \u9589\u3058\u308b",recording:"\u9332\u753b\u306e\u5207\u308a\u66ff\u3048",remoteMute:"\u53c2\u52a0\u8005\u306e\u30df\u30e5\u30fc\u30c8",remoteVideoMute:"\u53c2\u52a0\u8005\u306e\u30ab\u30e1\u30e9\u3092\u7121\u52b9",security:"\u30bb\u30ad\u30e5\u30ea\u30c6\u30a3",selectBackground:"\u80cc\u666f\u3092\u9078\u629e",shareRoom:"\u8ab0\u304b\u3092\u62db\u5f85",shareYourScreen:"\u753b\u9762\u5171\u6709\u306e\u958b\u59cb / \u505c\u6b62",shareaudio:"\u30aa\u30fc\u30c7\u30a3\u30aa\u3092\u5171\u6709\u3059\u308b",sharedvideo:"\u52d5\u753b\u5171\u6709\u306e\u5207\u308a\u66ff\u3048",shortcuts:"\u30b7\u30e7\u30fc\u30c8\u30ab\u30c3\u30c8\u306e\u5207\u308a\u66ff\u3048",show:"\u30b9\u30c6\u30fc\u30b8\u4e0a\u306b\u8868\u793a",silence:"\u6c88\u9ed9",speakerStats:"\u30b9\u30d4\u30fc\u30ab\u30fc\u7d71\u8a08\u306e\u5207\u308a\u66ff\u3048",surprised:"\u30d3\u30c3\u30af\u30ea",tileView:"\u30bf\u30a4\u30eb\u30d3\u30e5\u30fc\u306e\u5207\u308a\u66ff\u3048",toggleCamera:"\u30ab\u30e1\u30e9\u306e\u5207\u308a\u66ff\u3048",toggleFilmstrip:"\u30b9\u30e9\u30a4\u30c9\u8868\u793a\u306e\u5207\u308a\u66ff\u3048",videoblur:"\u30d3\u30c7\u30aa\u306e\u307c\u304b\u3057\u306e\u5207\u308a\u66ff\u3048",videomute:"\u30d3\u30c7\u30aa\u306e\u958b\u59cb / \u505c\u6b62"},addPeople:"\u3042\u306a\u305f\u306e\u901a\u8a71\u306b\u4eba\u3092\u8ffd\u52a0",audioOnlyOff:"\u97f3\u58f0\u306e\u307f\u30e2\u30fc\u30c9\u3092\u7121\u52b9",audioOnlyOn:"\u97f3\u58f0\u306e\u307f\u30e2\u30fc\u30c9\u3092\u6709\u52b9",audioRoute:"\u30b5\u30a6\u30f3\u30c9\u30c7\u30d0\u30a4\u30b9\u306e\u9078\u629e",audioSettings:"\u30aa\u30fc\u30c7\u30a3\u30aa\u8a2d\u5b9a",authenticate:"\u8a8d\u8a3c",boo:"\u30d6\u30fc\u30a4\u30f3\u30b0",callQuality:"\u30d3\u30c7\u30aa\u306e\u54c1\u8cea\u3092\u7ba1\u7406",chat:"\u30c1\u30e3\u30c3\u30c8\u3092\u958b\u304f / \u9589\u3058\u308b",clap:"\u62cd\u624b",closeChat:"\u30c1\u30e3\u30c3\u30c8\u3092\u9589\u3058\u308b",closeReactionsMenu:"\u30ea\u30a2\u30af\u30b7\u30e7\u30f3\u30e1\u30cb\u30e5\u30fc\u3092\u9589\u3058\u308b",disableReactionSounds:"\u3053\u306e\u30df\u30fc\u30c6\u30a3\u30f3\u30b0\u306e\u30ea\u30a2\u30af\u30b7\u30e7\u30f3\u30b5\u30a6\u30f3\u30c9\u3092\u7121\u52b9\u306b\u3067\u304d\u307e\u3059",documentClose:"\u5171\u6709\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u3092\u9589\u3058\u308b",documentOpen:"\u5171\u6709\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u3092\u958b\u304f",download:"\u30a2\u30d7\u30ea\u306e\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9",e2ee:"\u30a8\u30f3\u30c9\u30c4\u30fc\u30a8\u30f3\u30c9\u306e\u6697\u53f7\u5316",embedMeeting:"\u30df\u30fc\u30c6\u30a3\u30f3\u30b0\u306e\u57cb\u3081\u8fbc\u307f",enterFullScreen:"\u30d5\u30eb\u30b9\u30af\u30ea\u30fc\u30f3\u8868\u793a",enterTileView:"\u30bf\u30a4\u30eb\u30d3\u30e5\u30fc\u3092\u958b\u59cb",exitFullScreen:"\u30d5\u30eb\u30b9\u30af\u30ea\u30fc\u30f3\u3092\u7d42\u4e86",exitTileView:"\u30bf\u30a4\u30eb\u30d3\u30e5\u30fc\u3092\u7d42\u4e86",feedback:"\u30d5\u30a3\u30fc\u30c9\u30d0\u30c3\u30af\u3092\u6b8b\u3059",hangup:"\u30df\u30fc\u30c6\u30a3\u30f3\u30b0\u3092\u9000\u51fa",help:"\u30d8\u30eb\u30d7",invite:"\u4eba\u3092\u62db\u5f85",joinBreakoutRoom:"\u30d6\u30ec\u30a4\u30af\u30a2\u30a6\u30c8\u30eb\u30fc\u30e0\u306b\u53c2\u52a0",laugh:"\u7b11",leaveBreakoutRoom:"\u30d6\u30ec\u30a4\u30af\u30a2\u30a6\u30c8\u30eb\u30fc\u30e0\u3092\u9000\u51fa",like:"\u3044\u3044\u306d!",lobbyButtonDisable:"\u30ed\u30d3\u30fc\u30e2\u30fc\u30c9\u3092\u7121\u52b9",lobbyButtonEnable:"\u30ed\u30d3\u30fc\u30e2\u30fc\u30c9\u3092\u6709\u52b9",login:"\u30ed\u30b0\u30a4\u30f3",logout:"\u30ed\u30b0\u30a2\u30a6\u30c8",lowerYourHand:"\u624b\u3092\u4e0b\u3052\u308b",moreActions:"\u8a73\u7d30\u30a2\u30af\u30b7\u30e7\u30f3",moreOptions:"\u8a73\u7d30\u30aa\u30d7\u30b7\u30e7\u30f3",mute:"\u30df\u30e5\u30fc\u30c8 / \u30df\u30e5\u30fc\u30c8\u89e3\u9664",muteEveryone:"\u5168\u54e1\u3092\u30df\u30e5\u30fc\u30c8",muteEveryonesVideo:"\u5168\u54e1\u306e\u30ab\u30e1\u30e9\u3092\u7121\u52b9\u5316",noAudioSignalDesc:"\u30b7\u30b9\u30c6\u30e0\u8a2d\u5b9a\u3084\u30cf\u30fc\u30c9\u30a6\u30a7\u30a2\u306b\u3088\u308b\u610f\u56f3\u7684\u306a\u30df\u30e5\u30fc\u30c8\u3092\u884c\u3063\u3066\u3044\u306a\u3044\u5834\u5408\u306f\u3001\u30c7\u30d0\u30a4\u30b9\u306e\u5207\u308a\u66ff\u3048\u3092\u691c\u8a0e\u3057\u3066\u307f\u3066\u304f\u3060\u3055\u3044\u3002",noAudioSignalDescSuggestion:"\u30b7\u30b9\u30c6\u30e0\u8a2d\u5b9a\u3084\u30cf\u30fc\u30c9\u30a6\u30a7\u30a2\u306b\u3088\u308b\u610f\u56f3\u7684\u306a\u30df\u30e5\u30fc\u30c8\u3092\u884c\u3063\u3066\u3044\u306a\u3044\u5834\u5408\u306f\u3001\u63d0\u793a\u3055\u308c\u305f\u30c7\u30d0\u30a4\u30b9\u3078\u306e\u306e\u5207\u308a\u66ff\u3048\u3092\u691c\u8a0e\u3057\u3066\u307f\u3066\u304f\u3060\u3055\u3044\u3002",noAudioSignalDialInDesc:"\u6b21\u3092\u4f7f\u7528\u3057\u3066\u30c0\u30a4\u30e4\u30eb\u30a4\u30f3\u3059\u308b\u3053\u3068\u3082\u53ef\u80fd\u3067\u3059:",noAudioSignalDialInLinkDesc:"\u30c0\u30a4\u30e4\u30eb\u30a4\u30f3\u756a\u53f7",noAudioSignalTitle:"\u30de\u30a4\u30af\u304b\u3089\u4f55\u3082\u5165\u529b\u3055\u308c\u3066\u3044\u307e\u305b\u3093!",noisyAudioInputDesc:"\u30de\u30a4\u30af\u304c\u30ce\u30a4\u30ba\u3092\u767a\u3057\u3066\u3044\u308b\u3088\u3046\u3067\u3059\u306e\u3067\u3001\u30df\u30e5\u30fc\u30c8\u3059\u308b\u304b\u30c7\u30d0\u30a4\u30b9\u306e\u5909\u66f4\u3092\u691c\u8a0e\u3057\u3066\u304f\u3060\u3055\u3044\u3002",noisyAudioInputTitle:"\u30de\u30a4\u30af\u306e\u97f3\u304c\u3046\u308b\u3055\u3044\u3088\u3046\u3067\u3059!",openChat:"\u30c1\u30e3\u30c3\u30c8\u3092\u958b\u304f",openReactionsMenu:"\u30ea\u30a2\u30af\u30b7\u30e7\u30f3\u30e1\u30cb\u30e5\u30fc\u3092\u958b\u304f",participants:"\u53c2\u52a0\u8005",pip:"\u30d4\u30af\u30c1\u30e3\u30fc\u30a4\u30f3\u30d4\u30af\u30c1\u30e3\u30fc\u30e2\u30fc\u30c9\u306b\u5165\u308b",privateMessage:"\u30d7\u30e9\u30a4\u30d9\u30fc\u30c8\u30e1\u30c3\u30bb\u30fc\u30b8\u306e\u9001\u4fe1",profile:"\u30d7\u30ed\u30d5\u30a3\u30fc\u30eb\u306e\u7de8\u96c6",raiseHand:"\u624b\u3092\u6319\u3052\u308b / \u4e0b\u3052\u308b",raiseYourHand:"\u624b\u3092\u6319\u3052\u308b",reactionBoo:"\u30d6\u30fc\u30a4\u30f3\u30b0 \u30ea\u30a2\u30af\u30b7\u30e7\u30f3\u3092\u9001\u308b",reactionClap:"\u62cd\u624b \u30ea\u30a2\u30af\u30b7\u30e7\u30f3\u3092\u9001\u308b",reactionLaugh:"\u7b11 \u30ea\u30a2\u30af\u30b7\u30e7\u30f3\u3092\u9001\u308b",reactionLike:"\u3044\u3044\u306d! \u30ea\u30a2\u30af\u30b7\u30e7\u30f3\u3092\u9001\u308b",reactionSilence:"\u6c88\u9ed9 \u30ea\u30a2\u30af\u30b7\u30e7\u30f3\u3092\u9001\u308b",reactionSurprised:"\u30d3\u30c3\u30af\u30ea \u30ea\u30a2\u30af\u30b7\u30e7\u30f3\u3092\u9001\u308b",security:"\u30bb\u30ad\u30e5\u30ea\u30c6\u30a3\u30aa\u30d7\u30b7\u30e7\u30f3",selectBackground:"\u80cc\u666f\u306e\u9078\u629e",shareRoom:"\u8ab0\u304b\u3092\u62db\u5f85",shareaudio:"\u97f3\u58f0\u306e\u5171\u6709",sharedvideo:"\u52d5\u753b\u306e\u5171\u6709",shortcuts:"\u30b7\u30e7\u30fc\u30c8\u30ab\u30c3\u30c8\u306e\u8868\u793a",silence:"\u6c88\u9ed9",speakerStats:"\u8a71\u8005\u306e\u7d71\u8a08",startScreenSharing:"\u753b\u9762\u5171\u6709\u306e\u958b\u59cb",startSubtitles:"\u5b57\u5e55\u306e\u958b\u59cb",stopAudioSharing:"\u97f3\u58f0\u5171\u6709\u306e\u505c\u6b62",stopScreenSharing:"\u753b\u9762\u5171\u6709\u306e\u505c\u6b62",stopSharedVideo:"\u52d5\u753b\u306e\u505c\u6b62",stopSubtitles:"\u5b57\u5e55\u306e\u505c\u6b62",surprised:"\u30d3\u30c3\u30af\u30ea",talkWhileMutedPopup:"\u8a71\u305d\u3046\u3068\u3057\u3066\u3044\u307e\u3059\u304b? \u3042\u306a\u305f\u306f\u30df\u30e5\u30fc\u30c8\u3055\u308c\u3066\u3044\u307e\u3059\u3002",tileViewToggle:"\u30bf\u30a4\u30eb\u30d3\u30e5\u30fc\u306e\u5207\u308a\u66ff\u3048",toggleCamera:"\u30ab\u30e1\u30e9\u306e\u5207\u308a\u66ff\u3048",videoSettings:"\u30d3\u30c7\u30aa\u8a2d\u5b9a",videomute:"\u30ab\u30e1\u30e9\u306e\u958b\u59cb / \u505c\u6b62"},transcribing:{ccButtonTooltip:"\u5b57\u5e55\u306e\u8868\u793a / \u975e\u8868\u793a",error:"\u6587\u5b57\u8d77\u3053\u3057\u306b\u5931\u6557\u3057\u307e\u3057\u305f\u3002\u3082\u3046\u4e00\u5ea6\u304a\u8a66\u3057\u304f\u3060\u3055\u3044\u3002",expandedLabel:"\u6587\u5b57\u8d77\u3053\u3057\u306f\u73fe\u5728\u6709\u52b9\u3067\u3059",failedToStart:"\u6587\u5b57\u8d77\u3053\u3057\u3092\u958b\u59cb\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f",labelToolTip:"\u30df\u30fc\u30c6\u30a3\u30f3\u30b0\u306e\u6587\u5b57\u8d77\u3053\u3057\u304c\u884c\u308f\u308c\u3066\u3044\u307e\u3059",off:"\u6587\u5b57\u8d77\u3053\u3057\u304c\u505c\u6b62\u3055\u308c\u3066\u3044\u307e\u3059",pending:"\u30df\u30fc\u30c6\u30a3\u30f3\u30b0\u306e\u6587\u5b57\u8d77\u3053\u3057\u306e\u6e96\u5099\u4e2d...",start:"\u5b57\u5e55\u306e\u8868\u793a\u3092\u958b\u59cb",stop:"\u5b57\u5e55\u306e\u8868\u793a\u3092\u505c\u6b62",tr:"TR"},userMedia:{androidGrantPermissions:"\u30d6\u30e9\u30a6\u30b6\u30fc\u306e\u30dd\u30c3\u30d7\u30a2\u30c3\u30d7\u3067\u8a31\u53ef\u3059\u308b\u3092\u9078\u629e\u3057\u3066\u304f\u3060\u3055\u3044\u3002",chromeGrantPermissions:"\u30d6\u30e9\u30a6\u30b6\u30fc\u306e\u30dd\u30c3\u30d7\u30a2\u30c3\u30d7\u3067\u8a31\u53ef\u3092\u9078\u629e\u3057\u3066\u304f\u3060\u3055\u3044\u3002",edgeGrantPermissions:"\u30d6\u30e9\u30a6\u30b6\u30fc\u306e\u30dd\u30c3\u30d7\u30a2\u30c3\u30d7\u3067\u8a31\u53ef\u3059\u308b\u3092\u9078\u629e\u3057\u3066\u304f\u3060\u3055\u3044\u3002",electronGrantPermissions:"\u30de\u30a4\u30af\u3068\u30ab\u30e1\u30e9\u306e\u5171\u6709\u3092\u8a31\u53ef\u3057\u3066\u304f\u3060\u3055\u3044\u3002",firefoxGrantPermissions:"\u30d6\u30e9\u30a6\u30b6\u30fc\u306e\u30dd\u30c3\u30d7\u30a2\u30c3\u30d7\u3067\u8a31\u53ef\u3059\u308b\u3092\u9078\u629e\u3057\u3066\u304f\u3060\u3055\u3044\u3002",iexplorerGrantPermissions:"\u30d6\u30e9\u30a6\u30b6\u30fc\u306e\u30dd\u30c3\u30d7\u30a2\u30c3\u30d7\u3067\u8a31\u53ef\u3059\u308b\u3092\u9078\u629e\u3057\u3066\u304f\u3060\u3055\u3044\u3002",nwjsGrantPermissions:"\u30de\u30a4\u30af\u3068\u30ab\u30e1\u30e9\u306e\u5171\u6709\u3092\u8a31\u53ef\u3057\u3066\u304f\u3060\u3055\u3044\u3002",operaGrantPermissions:"\u30d6\u30e9\u30a6\u30b6\u30fc\u306e\u30dd\u30c3\u30d7\u30a2\u30c3\u30d7\u3067\u8a31\u53ef\u3059\u308b\u3092\u9078\u629e\u3057\u3066\u304f\u3060\u3055\u3044\u3002","react-nativeGrantPermissions":"\u30d6\u30e9\u30a6\u30b6\u30fc\u306e\u30dd\u30c3\u30d7\u30a2\u30c3\u30d7\u3067\u8a31\u53ef\u3059\u308b\u3092\u9078\u629e\u3057\u3066\u304f\u3060\u3055\u3044\u3002",safariGrantPermissions:"\u30d6\u30e9\u30a6\u30b6\u30fc\u306e\u30dd\u30c3\u30d7\u30a2\u30c3\u30d7\u3067\u8a31\u53ef\u3059\u308b\u3092\u9078\u629e\u3057\u3066\u304f\u3060\u3055\u3044\u3002"},videoSIPGW:{busy:"\u30ea\u30bd\u30fc\u30b9\u3092\u958b\u653e\u3057\u3066\u3044\u307e\u3059\u3002\u6570\u5206\u5f8c\u306b\u3082\u3046\u4e00\u5ea6\u304a\u8a66\u3057\u304f\u3060\u3055\u3044\u3002",busyTitle:"\u30eb\u30fc\u30e0\u30b5\u30fc\u30d3\u30b9\u306f\u73fe\u5728\u4f7f\u7528\u4e2d\u3067\u3059",errorAlreadyInvited:"{{displayName}} \u306f\u3059\u3067\u306b\u62db\u5f85\u3055\u308c\u3066\u3044\u307e\u3059",errorInvite:"\u30df\u30fc\u30c6\u30a3\u30f3\u30b0\u304c\u307e\u3060\u8a2d\u5b9a\u3055\u308c\u3066\u3044\u307e\u305b\u3093\u3002\u5f8c\u307b\u3069\u3082\u3046\u4e00\u5ea6\u304a\u8a66\u3057\u304f\u3060\u3055\u3044\u3002",errorInviteFailed:"\u554f\u984c\u3092\u89e3\u6c7a\u3057\u3066\u3044\u307e\u3059\u3002\u5f8c\u307b\u3069\u3082\u3046\u4e00\u5ea6\u304a\u8a66\u3057\u304f\u3060\u3055\u3044\u3002",errorInviteFailedTitle:"{{displayName}} \u306e\u62db\u5f85\u306b\u5931\u6557\u3057\u307e\u3057\u305f",errorInviteTitle:"\u30eb\u30fc\u30e0\u3078\u306e\u62db\u5f85\u3067\u30a8\u30e9\u30fc\u767a\u751f",pending:"{{displayName}} \u304c\u62db\u5f85\u3055\u308c\u307e\u3057\u305f"},videoStatus:{adjustFor:"\u6b21\u306e\u3088\u3046\u306b\u8abf\u6574:",audioOnly:"\u97f3\u58f0\u306e\u307f",audioOnlyExpanded:"\u97f3\u58f0\u306e\u307f\u30e2\u30fc\u30c9\u306b\u3044\u307e\u3059\u3002\u3053\u306e\u30e2\u30fc\u30c9\u3067\u306f\u30aa\u30fc\u30c7\u30a3\u30aa\u3068\u753b\u9762\u306e\u5171\u6709\u306e\u307f\u3092\u53d7\u4fe1\u3057\u307e\u3059\u3002",bestPerformance:"\u6700\u9ad8\u901f\u5ea6",callQuality:"\u30d3\u30c7\u30aa\u306e\u54c1\u8cea",hd:"HD",hdTooltip:"\u9ad8\u753b\u8cea\u30d3\u30c7\u30aa\u306e\u8996\u8074",highDefinition:"\u9ad8\u753b\u8cea",highestQuality:"\u6700\u9ad8\u54c1\u8cea",labelTooiltipNoVideo:"\u30d3\u30c7\u30aa\u306a\u3057",labelTooltipAudioOnly:"\u97f3\u58f0\u306e\u307f\u30e2\u30fc\u30c9\u304c\u6709\u52b9",ld:"LD",ldTooltip:"\u4f4e\u753b\u8cea\u30d3\u30c7\u30aa\u306e\u8996\u8074",lowDefinition:"\u4f4e\u753b\u8cea",performanceSettings:"\u30d1\u30d5\u30a9\u30fc\u30de\u30f3\u30b9\u8a2d\u5b9a",sd:"SD",sdTooltip:"\u6a19\u6e96\u753b\u8cea\u30d3\u30c7\u30aa\u306e\u8996\u8074",standardDefinition:"\u6a19\u6e96\u753b\u8cea"},videothumbnail:{connectionInfo:"\u63a5\u7d9a\u60c5\u5831",domute:"\u30df\u30e5\u30fc\u30c8",domuteOthers:"\u4ed6\u306e\u53c2\u52a0\u8005\u3092\u30df\u30e5\u30fc\u30c8",domuteVideo:"\u30ab\u30e1\u30e9\u3092\u7121\u52b9\u5316",domuteVideoOfOthers:"\u4ed6\u306e\u53c2\u52a0\u8005\u306e\u30ab\u30e1\u30e9\u3092\u7121\u52b9\u5316",flip:"\u5de6\u53f3\u53cd\u8ee2",grantModerator:"\u30e2\u30c7\u30ec\u30fc\u30bf\u30fc\u6a29\u9650\u306e\u4ed8\u4e0e",hideSelfView:"\u30bb\u30eb\u30d5\u30d3\u30e5\u30fc\u3092\u975e\u8868\u793a",kick:"\u8ffd\u653e",moderator:"\u30e2\u30c7\u30ec\u30fc\u30bf\u30fc",mute:"\u3053\u306e\u53c2\u52a0\u8005\u306f\u30df\u30e5\u30fc\u30c8\u4e2d",muted:"\u30df\u30e5\u30fc\u30c8",remoteControl:"\u30ea\u30e2\u30fc\u30c8\u30b3\u30f3\u30c8\u30ed\u30fc\u30eb\u306e\u958b\u59cb / \u505c\u6b62",screenSharing:"\u53c2\u52a0\u8005\u306f\u753b\u9762\u3092\u5171\u6709\u3057\u3066\u3044\u307e\u3059",show:"\u30b9\u30c6\u30fc\u30b8\u4e0a\u306b\u8868\u793a",videoMuted:"\u30ab\u30e1\u30e9\u7121\u52b9",videomute:"\u3053\u306e\u53c2\u52a0\u8005\u306f\u30ab\u30e1\u30e9\u3092\u505c\u6b62\u4e2d"},virtualBackground:{addBackground:"\u80cc\u666f\u8ffd\u52a0",apply:"\u9069\u7528",backgroundEffectError:"\u80cc\u666f\u52b9\u679c\u306e\u9069\u7528\u306b\u5931\u6557\u3057\u307e\u3057\u305f\u3002",blur:"\u307c\u304b\u3057",deleteImage:"\u753b\u50cf\u524a\u9664",desktopShare:"\u30c7\u30b9\u30af\u30c8\u30c3\u30d7\u5171\u6709",desktopShareError:"\u30c7\u30af\u30b9\u30c8\u30c3\u30d7\u5171\u6709\u3092\u4f5c\u6210\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f",image1:"\u30d3\u30fc\u30c1",image2:"\u30a6\u30a9\u30fc\u30eb\uff08\u30db\u30ef\u30a4\u30c8\uff09",image3:"\u30eb\u30fc\u30e0\uff08\u30db\u30ef\u30a4\u30c8\uff09",image4:"\u30d5\u30ed\u30a2\u30e9\u30f3\u30d7\uff08\u30d6\u30e9\u30c3\u30af\uff09",image5:"\u30de\u30a6\u30f3\u30c6\u30f3",image6:"\u30d5\u30a9\u30ec\u30b9\u30c8",image7:"\u30b5\u30f3\u30e9\u30a4\u30ba",none:"\u7121\u3057",pleaseWait:"\u3057\u3070\u3089\u304f\u304a\u5f85\u3061\u304f\u3060\u3055\u3044...",removeBackground:"\u80cc\u666f\u524a\u9664",slightBlur:"\u5c11\u3057\u307c\u304b\u3057",title:"\u30d0\u30fc\u30c1\u30e3\u30eb\u80cc\u666f",uploadedImage:"\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u753b\u50cf {{index}}",webAssemblyWarning:"WebAssembly \u304c\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u3066\u3044\u307e\u305b\u3093",webAssemblyWarningDescription:"WebAssembly \u306f\u3053\u306e\u30d6\u30e9\u30a6\u30b6\u3067\u306f\u7121\u52b9\u306b\u306a\u3063\u3066\u3044\u308b\u304b\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u3066\u3044\u307e\u305b\u3093\u3002"},volumeSlider:"\u30dc\u30ea\u30e5\u30fc\u30e0\u30b9\u30e9\u30a4\u30c0\u30fc",welcomepage:{accessibilityLabel:{join:"\u30bf\u30c3\u30d7\u3057\u3066\u53c2\u52a0",roomname:"\u30eb\u30fc\u30e0\u540d\u3092\u5165\u529b\u3057\u3066\u304f\u3060\u3055\u3044"},addMeetingName:"\u30df\u30fc\u30c6\u30a3\u30f3\u30b0\u540d\u306e\u8ffd\u52a0",appDescription:"\u30c1\u30fc\u30e0\u5168\u4f53\u3068\u30d3\u30c7\u30aa\u30c1\u30e3\u30c3\u30c8\u3092\u3057\u307e\u3057\u3087\u3046\u3002\u3042\u306a\u305f\u304c\u77e5\u3063\u3066\u3044\u308b\u7686\u3055\u3093\u3092\u62db\u5f85\u3057\u3066\u304f\u3060\u3055\u3044\u3002{{app}} \u306f\u5b8c\u5168\u306b\u6697\u53f7\u5316\u3055\u308c\u305f 100% \u30aa\u30fc\u30d7\u30f3\u30bd\u30fc\u30b9\u306e\u30d3\u30c7\u30aa\u30df\u30fc\u30c6\u30a3\u30f3\u30b0\u30bd\u30ea\u30e5\u30fc\u30b7\u30e7\u30f3\u3067\u3001\u4e00\u65e5\u4e2d\u3001\u6bce\u65e5\u3001\u305d\u3057\u3066\u7121\u6599\u3067\u3054\u5229\u7528\u3044\u305f\u3060\u3051\u307e\u3059 - \u30a2\u30ab\u30a6\u30f3\u30c8\u306f\u5fc5\u8981\u3042\u308a\u307e\u305b\u3093\u3002",audioVideoSwitch:{audio:"\u97f3\u58f0",video:"\u30d3\u30c7\u30aa"},calendar:"\u30ab\u30ec\u30f3\u30c0\u30fc",connectCalendarButton:"\u30ab\u30ec\u30f3\u30c0\u30fc\u306b\u63a5\u7d9a",connectCalendarText:"{{app}} \u5185\u306e\u5168\u30df\u30fc\u30c6\u30a3\u30f3\u30b0\u3092\u8868\u793a\u3059\u308b\u305f\u3081\u306b\u3001\u30ab\u30ec\u30f3\u30c0\u30fc\u306b\u63a5\u7d9a\u3057\u307e\u3059\u3002\u305d\u306e\u3046\u3048\u3001\u30ab\u30ec\u30f3\u30c0\u30fc\u306b {{provider}} \u30df\u30fc\u30c6\u30a3\u30f3\u30b0\u3092\u8ffd\u52a0\u3057\u3066\u3001\u30ef\u30f3\u30af\u30ea\u30c3\u30af\u3067\u30df\u30fc\u30c6\u30a3\u30f3\u30b0\u3092\u958b\u59cb\u3057\u307e\u3057\u3087\u3046\u3002",enterRoomTitle:"\u65b0\u3057\u3044\u30df\u30fc\u30c6\u30a4\u30f3\u30b0\u3092\u958b\u59cb",getHelp:"\u30d8\u30eb\u30d7",go:"GO",goSmall:"GO",headerSubtitle:"\u5b89\u5168\u3067\u9ad8\u54c1\u8cea\u306a\u30df\u30fc\u30c6\u30a3\u30f3\u30b0",headerTitle:"Jitsi Meet",info:"\u30c0\u30a4\u30e4\u30eb\u30a4\u30f3\u60c5\u5831",jitsiOnMobile:"\u30e2\u30d0\u30a4\u30eb\u7248 Jitsi - \u30a2\u30d7\u30ea\u3092\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9\u3057\u3066\u3001\u3069\u3053\u304b\u3089\u3067\u3082\u30df\u30fc\u30c6\u30a3\u30f3\u30b0\u3092\u958b\u59cb\u3067\u304d\u307e\u3059",join:"\u4f5c\u6210 / \u53c2\u52a0",logo:{calendar:"\u30ab\u30ec\u30f3\u30c0\u30fc\u30ed\u30b4",desktopPreviewThumbnail:"\u30c7\u30b9\u30af\u30c8\u30c3\u30d7\u30d7\u30ec\u30d3\u30e5\u30fc\u30b5\u30e0\u30cd\u30a4\u30eb",googleLogo:"Google \u30ed\u30b4",logoDeepLinking:"Jitsi meet \u30ed\u30b4",microsoftLogo:"Microsoft \u30ed\u30b4",policyLogo:"\u30dd\u30ea\u30b7\u30fc\u30ed\u30b4"},mobileDownLoadLinkAndroid:"Android \u7528\u30e2\u30d0\u30a4\u30eb\u30a2\u30d7\u30ea\u3092\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9",mobileDownLoadLinkFDroid:"F-Droid \u7528\u30e2\u30d0\u30a4\u30eb\u30a2\u30d7\u30ea\u3092\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9",mobileDownLoadLinkIos:"iOS \u7528\u30e2\u30d0\u30a4\u30eb\u30a2\u30d7\u30ea\u3092\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9",moderatedMessage:"\u307e\u305f\u306f\u3001\u524d\u3082\u3063\u3066\u3042\u306a\u305f\u306e\u307f\u304c\u30e2\u30c7\u30ec\u30fc\u30bf\u30fc\u3067\u3042\u308b\u30df\u30fc\u30c6\u30a3\u30f3\u30b0\u306e URL \u3092\u30d6\u30c3\u30af\u30de\u30fc\u30af\u306b\u767b\u9332\u3057\u307e\u3057\u3087\u3046\u3002",privacy:"\u30d7\u30e9\u30a4\u30d0\u30b7\u30fc",recentList:"\u6700\u8fd1\u306e\u5c65\u6b74",recentListDelete:"\u524a\u9664",recentListEmpty:"\u6700\u8fd1\u306e\u30ea\u30b9\u30c8\u306f\u73fe\u5728\u7a7a\u3067\u3059\u3002\u30c1\u30fc\u30e0\u3068\u30c1\u30e3\u30c3\u30c8\u3059\u308b\u3068\u3001\u3053\u3053\u306b\u6700\u8fd1\u306e\u30df\u30fc\u30c6\u30a3\u30f3\u30b0\u304c\u8868\u793a\u3055\u308c\u307e\u3059\u3002",reducedUIText:"{{app}} \u306b\u3088\u3046\u3053\u305d!",roomNameAllowedChars:"\u30df\u30fc\u30c6\u30a3\u30f3\u30b0\u540d\u306b\u306f\u3001\u6b21\u306e\u6587\u5b57\u3092\u542b\u3081\u306a\u3044\u3067\u304f\u3060\u3055\u3044: ?, &, :, ', \", %, #.",roomname:"\u30eb\u30fc\u30e0\u540d\u3092\u5165\u529b\u3057\u3066\u304f\u3060\u3055\u3044",roomnameHint:"\u53c2\u52a0\u3057\u305f\u3044\u90e8\u5c4b\u306e\u540d\u524d\u307e\u305f\u306f URL \u3092\u5165\u529b\u3057\u3066\u304f\u3060\u3055\u3044\u3002\u3042\u306a\u305f\u304c\u540d\u524d\u3092\u4ed8\u3051\u3001\u3042\u306a\u305f\u304c\u4f1a\u3063\u3066\u3044\u308b\u4eba\u3005\u306b\u77e5\u3089\u305b\u3066\u3001\u540c\u3058\u540d\u524d\u3092\u5165\u529b\u3057\u3066\u3082\u3089\u3046\u3060\u3051\u3067\u3059\u3002",sendFeedback:"\u30d5\u30a3\u30fc\u30c9\u30d0\u30c3\u30af\u3092\u9001\u4fe1",startMeeting:"\u30df\u30fc\u30c6\u30a3\u30f3\u30b0\u3092\u958b\u59cb",terms:"\u5229\u7528\u898f\u7d04",title:"\u5b89\u5168\u3001\u6a5f\u80fd\u5145\u5b9f\u3001\u305d\u3057\u3066\u5b8c\u5168\u7121\u6599\u306e\u30d3\u30c7\u30aa\u30df\u30fc\u30c6\u30a3\u30f3\u30b0"}}},838,[]); -__d(function(e,o,i,t,r,a,n){r.exports={addPeople:{add:"\ucd08\ub300",addContacts:"\uc5f0\ub77d\ucc98\ub85c \ucd08\ub300\ud558\uc138\uc694",copyInvite:"\ud68c\uc758 \ucd08\ub300 \ubcf5\uc0ac",copyLink:"\ud68c\uc758 \ub9c1\ud06c \ubcf5\uc0ac",copyStream:"\ub77c\uc774\ube0c \uc2a4\ud2b8\ub9ac\ubc0d \ub9c1\ud06c \ubcf5\uc0ac",countryNotSupported:"\uc544\uc9c1 \ud574\ub2f9 \uc9c0\uc5ed\uc744 \uc9c0\uc6d0\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4.",countryReminder:"\ubbf8\uad6d \uc774\uc678\uc758 \uc9c0\uc5ed\uc73c\ub85c \uc804\ud654\ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c? \uad6d\uac00 \ubc88\ud638\ub85c \uc2dc\uc791\ud574\uc57c\ud569\ub2c8\ub2e4!",defaultEmail:"\uae30\ubcf8 \uc774\uba54\uc77c",disabled:"\uc0ac\ub78c\ub4e4\uc744 \ucd08\ub300 \ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.",failedToAdd:"\ucc38\uac00\uc790\ub97c \ucd94\uac00\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4.",footerText:"\uc804\ud654 \uac78\uae30\uac00 \ube44\ud65c\uc131\ud654\ub418\uc5c8\uc2b5\ub2c8\ub2e4.",googleEmail:"Google \uc774\uba54\uc77c",inviteMoreHeader:"\ud68c\uc758\uc5d0 \ud63c\uc790 \ucc38\uc5ec\ud558\uace0 \uc788\uc2b5\ub2c8\ub2e4.",inviteMoreMailSubject:"{{appName}} \ud68c\uc758\uc5d0 \ucc38\uc5ec\ud558\uc138\uc694",inviteMorePrompt:"\ub354 \ub9ce\uc740 \uc0ac\ub78c\uc744 \ucd08\ub300\ud558\uc138\uc694",linkCopied:"\ub9c1\ud06c\uac00 \ud074\ub9bd\ubcf4\ub4dc\uc5d0 \ubcf5\uc0ac\ub418\uc5c8\uc2b5\ub2c8\ub2e4.",loading:"\uc0ac\ub78c \ubc0f \uc804\ud654\ubc88\ud638 \uac80\uc0c9",loadingNumber:"\uc804\ud654\ubc88\ud638 \ud655\uc778\uc911",loadingPeople:"\ucd08\ub300\ud560 \uc0ac\ub78c \ucc3e\uae30",noResults:"\uc77c\uce58\ud558\ub294 \uac80\uc0c9 \uacb0\uacfc \uc5c6\uc74c",noValidNumbers:"\uc804\ud654 \ubc88\ud638\ub97c \uc785\ub825\ud558\uc2ed\uc2dc\uc624.",outlookEmail:"Outlook \uc774\uba54\uc77c",searchNumbers:"\uc804\ud654\ubc88\ud638 \ucd94\uac00",searchPeople:"\uc778\uba85 \uac80\uc0c9",searchPeopleAndNumbers:"\uc778\uba85 \uac80\uc0c9 \ub610\ub294 \uc804\ud654\ubc88\ud638 \ucd94\uac00",shareInvite:"\ud68c\uc758 \ucd08\ub300 \uacf5\uc720",shareLink:"\ub2e4\ub978 \uc0ac\ub78c\uc744 \ucd08\ub300\ud558\ub824\uba74 \ud68c\uc758 \ub9c1\ud06c\ub97c \uacf5\uc720\ud558\uc138\uc694.",shareStream:"\ub77c\uc774\ube0c \uc2a4\ud2b8\ub9ac\ubc0d \ub9c1\ud06c \uacf5\uc720",telephone:"\uc804\ud654: {{number}}",title:"\uc774 \ud68c\uc758\uc5d0 \uc0ac\ub78c\ub4e4\uc744 \ucd08\ub300\ud558\uc2ed\uc2dc\uc624",yahooEmail:"Yahoo \uc774\uba54\uc77c"},audioDevices:{bluetooth:"\ube14\ub8e8\ud22c\uc2a4",headphones:"\ud5e4\ub4dc\ud3f0",none:"\uc0ac\uc6a9 \uac00\ub2a5\ud55c \uc624\ub514\uc624 \uc7a5\uce58\uac00 \uc5c6\uc2b5\ub2c8\ub2e4.",phone:"\ud3f0",speaker:"\uc2a4\ud53c\ucee4"},audioOnly:{audioOnly:"\uc74c\uc131 \uc804\uc6a9"},calendarSync:{addMeetingURL:"\ud68c\uc758 \ub9c1\ud06c \ucd94\uac00",confirmAddLink:"\uc774 \uc774\ubca4\ud2b8\uc5d0 Jitsi \ub9c1\ud06c\ub97c \ucd94\uac00 \ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c?",error:{appConfiguration:"\uce98\ub9b0\ub354\uac00 \uc81c\ub300\ub85c \uad6c\uc131\ub418\uc9c0 \uc54a\uc558\uc2b5\ub2c8\ub2e4.",generic:"\uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4. \uce98\ub9b0\ub354 \uc124\uc815\uc744 \ud655\uc778\ud558\uac70\ub098 \uce98\ub9b0\ub354\ub97c \uc0c8\ub85c \uace0\uce68 \ud574\ubcf4\uc138\uc694.",notSignedIn:"\uce98\ub9b0\ub354 \uc774\ubca4\ud2b8\ub97c \ubcf4\uae30 \uc704\ud574 \uc778\uc99d\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4. \uce98\ub9b0\ub354 \uc124\uc815\uc744 \ud655\uc778\ud558\uace0 \ub2e4\uc2dc \ub85c\uadf8\uc778\ud558\uc2ed\uc2dc\uc624."},join:"\ucc38\uc5ec",joinTooltip:"\ud68c\uc758\uc5d0 \ucc38\uc5ec\ud558\uc138\uc694",nextMeeting:"\ub2e4\uc74c \ud68c\uc758",noEvents:"\uc608\uc815\ub41c \uc608\uc815\ub41c \uc774\ubca4\ud2b8\uac00 \uc5c6\uc2b5\ub2c8\ub2e4.",ongoingMeeting:"\uc9c4\ud589\uc911\uc778 \ud68c\uc758",permissionButton:"\uc124\uc815 \uc5f4\uae30",permissionMessage:"\uc571\uc5d0 \ud68c\uc758\ub97c \ub098\uc5f4\ud558\ub824\uba74 \uce98\ub9b0\ub354 \uad8c\ud55c\uc774 \ud544\uc694\ud569\ub2c8\ub2e4",refresh:"\uce98\ub9b0\ub354 \uc0c8\ub85c\uace0\uce68",today:"\uc624\ub298"},chat:{enter:"\ucc44\ud305\ubc29 \uc785\uc7a5",error:"\uc624\ub958 : \uba54\uc2dc\uc9c0\uac00 \uc804\uc1a1\ub418\uc9c0 \uc54a\uc558\uc2b5\ub2c8\ub2e4. \uc774\uc720 : {{error}}",fieldPlaceHolder:"\uba54\uc138\uc9c0\ub97c \uc5ec\uae30\uc5d0 \uc785\ub825\ud558\uc138\uc694",messageTo:"{{recipient}}\uc5d0\uac8c \ubcf4\ub0b4\ub294 \ube44\uacf5\uac1c \uba54\uc2dc\uc9c0",messagebox:"\uba54\uc2dc\uc9c0 \uc785\ub825",nickname:{popover:"\ub2c9\ub124\uc784\uc744 \uc120\ud0dd\ud558\uc138\uc694",title:"\ucc44\ud305\uc5d0\uc11c \uc0ac\uc6a9\ud560 \ub2c9\ub124\uc784\uc744 \uc785\ub825\ud558\uc138\uc694",titleWithPolls:"\ucc44\ud305\uc5d0\uc11c \uc0ac\uc6a9\ud560 \ub2c9\ub124\uc784\uc744 \uc785\ub825\ud558\uc138\uc694"},noMessagesMessage:"\uc544\uc9c1 \ud68c\uc758\uc5d0 \uba54\uc2dc\uc9c0\uac00 \uc5c6\uc2b5\ub2c8\ub2e4. \uc5ec\uae30\uc11c \ub300\ud654\ub97c \uc2dc\uc791\ud558\uc138\uc694!",privateNotice:"{{recipient}}\uc5d0\uac8c \ubcf4\ub0b4\ub294 \ube44\uacf5\uac1c \uba54\uc2dc\uc9c0",sendButton:"\uc804\uc1a1",title:"\ucc44\ud305",titleWithPolls:"\ucc44\ud305",you:"\ub2f9\uc2e0"},chromeExtensionBanner:{buttonText:"Chrome \ud655\uc7a5 \ud504\ub85c\uadf8\ub7a8\uc744 \uc124\uce58\ud569\ub2c8\ub2e4.",dontShowAgain:"\ub2e4\uc2dc \ubcf4\uc9c0 \uc54a\uae30",installExtensionText:"Google \uce98\ub9b0\ub354 \ubc0f Office 365 \ud655\uc7a5 \ud504\ub85c\uadf8\ub7a8\uc744 \uc124\uce58\ud569\ub2c8\ub2e4."},connectingOverlay:{joiningRoom:"\ud68c\uc758\uc5d0 \uc5f0\uacb0\uc911 ..."},connection:{ATTACHED:"\ucca8\ubd80",AUTHENTICATING:"\uc778\uc99d\uc911",AUTHFAIL:"\uc778\uc99d \uc2e4\ud328",CONNECTED:"\uc5f0\uacb0\ub428",CONNECTING:"\uc5f0\uacb0\uc911",CONNFAIL:"\uc5f0\uacb0 \uc2e4\ud328",DISCONNECTED:"\uc5f0\uacb0 \ub04a\uae40",DISCONNECTING:"\uc5f0\uacb0 \uc885\ub8cc\uc911",ERROR:"\uc5d0\ub7ec",GET_SESSION_ID_ERROR:"\uc138\uc158 ID \uac00\uc838\uc624\uae30 \uc624\ub958 : {{code}}",GOT_SESSION_ID:"\uc138\uc158 ID\ub97c \uac00\uc838\uc624\ub294\uc911 ... \uc644\ub8cc",LOW_BANDWIDTH:"\ub300\uc5ed\ud3ed\uc744 \uc808\uc57d\ud558\uae30 \uc704\ud574 {{displayName}}\uc758 \ub3d9\uc601\uc0c1\uc774 \uc911\uc9c0\ub418\uc5c8\uc2b5\ub2c8\ub2e4.",RECONNECTING:"\ub124\ud2b8\uc6cc\ud06c \ubb38\uc81c\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4. \ub2e4\uc2dc \uc5f0\uacb0\uc911..."},connectionindicator:{address:"\uc8fc\uc18c:",bandwidth:"\uc608\uc0c1 \ub300\uc5ed\ud3ed:",bitrate:"\uc804\uc1a1\ub960:",bridgeCount:"",connectedTo:"",framerate:"\ud504\ub808\uc784 \uc18d\ub3c4:",less:"\uac04\ub7b5\ud788 \ubcf4\uae30",localaddress:"",localport:"",more:"\uc790\uc138\ud788 \ubcf4\uae30",packetloss:"\ud328\ud0b7 \uc190\uc2e4:",quality:{good:"\uc88b\uc74c",inactive:"Inactive",lost:"Lost",nonoptimal:"Nonoptimal",poor:"Poor"},remoteaddress:"",remoteport:"",resolution:"\ud574\uc0c1\ub3c4:",status:"\uc5f0\uacb0:",transport:"",turn:" (turn)"},dateUtils:{earlier:"\uc77c\ucc0d\uc774",today:"\uc624\ub298",yesterday:"\uc5b4\uc81c"},deepLinking:{appNotInstalled:"\ud68c\uc758\uc5d0 \ucc38\uc5ec\ud558\ub824\uba74 \ubaa8\ubc14\uc77c \uc571 \uc124\uce58\uac00 \ud544\uc694\ud569\ub2c8\ub2e4",description:"{{app}} \ub370\uc2a4\ud06c\ud1b1 \uc571\uc5d0\uc11c \ud68c\uc758\ub97c \uc2dc\uc791\ud588\uc2b5\ub2c8\ub2e4. {{app}} \uc6f9 \uc751\uc6a9 \ud504\ub85c\uadf8\ub7a8\uc5d0\uc11c \ub2e4\uc2dc \uc2dc\ub3c4\ud558\uac70\ub098 \uc2e4\ud589\ud558\uc2ed\uc2dc\uc624.",descriptionWithoutWeb:"",downloadApp:"\uc571 \ub2e4\uc6b4\ub85c\ub4dc",ifDoNotHaveApp:"\uc571\uc774 \uc124\uce58\ub418\uc9c0 \uc54a\uc740 \uacbd\uc6b0:",ifHaveApp:"\uc571\uc774 \uc124\uce58\ub418\uc5b4 \uc788\ub294 \uacbd\uc6b0:",joinInApp:"\uc571\uc744 \uc0ac\uc6a9\ud558\uc5ec \ud68c\uc758\uc5d0 \ucc38\uc5ec\ud558\uc138\uc694.",launchWebButton:"\uc6f9\uc5d0\uc11c \uc2e4\ud589",openApp:"\ubc29\uc73c\ub85c \uc774\ub3d9\ud558\uae30",title:"{{app}}\uc5d0\uc11c \ud68c\uc758 \uc2dc\uc791\u2026",tryAgainButton:"\ub370\uc2a4\ud06c\ud1b1\uc5d0\uc11c \ub2e4\uc2dc \uc2dc\ub3c4\ud558\uc2ed\uc2dc\uc624"},defaultLink:"e.g. {{url}}",deviceError:{cameraError:"\uce74\uba54\ub77c\uc5d0 \uc561\uc138\uc2a4\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4",cameraPermission:"\uce74\uba54\ub77c \uad8c\ud55c\uc744 \uc5bb\ub294 \uc911 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4",microphoneError:"\ub9c8\uc774\ud06c\uc5d0 \uc561\uc138\uc2a4\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4",microphonePermission:"\ub9c8\uc774\ud06c \uad8c\ud55c\uc744 \uc5bb\ub294 \uc911 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4"},deviceSelection:{noPermission:"\ud5c8\uac00 \uac70\ubd80",previewUnavailable:"\ubbf8\ub9ac\ubcf4\uae30\ub97c \uc0ac\uc6a9\ud560 \uc218 \uc5c6\uc74c",selectADevice:"\ub514\ubc14\uc774\uc2a4 \uc120\ud0dd",testAudio:"\ud14c\uc2a4\ud2b8 \uc0ac\uc6b4\ub4dc \uc7ac\uc0dd"},dialOut:{statusMessage:"\uc9c0\uae08\uc740 {{status}}\uc785\ub2c8\ub2e4"},dialog:{Back:"\ub4a4\ub85c\uac00\uae30",Cancel:"\ucde8\uc18c",IamHost:"\ub0b4\uac00 \ud638\uc2a4\ud2b8",Ok:"\ud655\uc778",Remove:"\uc81c\uac70",Share:"\uacf5\uc720",Submit:"\uc81c\ucd9c",WaitForHostMsg:"\ud68c\uc758\uac00 \uc2dc\uc791\ub418\uc9c0 \uc54a\uc558\uc2b5\ub2c8\ub2e4. \ud638\uc2a4\ud2b8\uc778 \uacbd\uc6b0 \uc778\uc99d\ud558\uc2ed\uc2dc\uc624. \uadf8\ub807\uc9c0 \uc54a\uc73c\uba74 \ud638\uc2a4\ud2b8\uac00 \ub3c4\ucc29\ud560 \ub54c\uae4c\uc9c0 \uae30\ub2e4\ub9ac\uc2ed\uc2dc\uc624.",WaitingForHost:"\ud638\uc2a4\ud2b8\ub97c \uae30\ub2e4\ub9ac\ub294 \uc911\uc785\ub2c8\ub2e4\u2026",Yes:"\uc608",accessibilityLabel:{liveStreaming:"\uc2e4\uc2dc\uac04 \uc2a4\ud2b8\ub9ac\ubc0d:"},add:"\ucd94\uac00",allow:"\ud5c8\ub77d",alreadySharedVideoMsg:"\ub2e4\ub978 \ucc38\uac00\uc790\uac00 \uc774\ubbf8 \ube44\ub514\uc624\ub97c \uacf5\uc720\ud558\uace0 \uc788\uc2b5\ub2c8\ub2e4. \uc774 \ud68c\uc758\ub294 \ud55c \ubc88\uc5d0 \ud558\ub098\uc758 \uacf5\uc720 \ube44\ub514\uc624\ub9cc \ud5c8\uc6a9\ud569\ub2c8\ub2e4.",alreadySharedVideoTitle:"\ud55c \ubc88\uc5d0 \ud558\ub098\uc758 \uacf5\uc720 \ube44\ub514\uc624\ub9cc \ud5c8\uc6a9\ub429\ub2c8\ub2e4",applicationWindow:"\uc751\uc6a9 \ud504\ub85c\uadf8\ub7a8 \ucc3d",cameraConstraintFailedError:"\uce74\uba54\ub77c\uac00 \ud544\uc694\ud55c \uc81c\uc57d \uc870\uac74 \uc911 \uc77c\ubd80\ub97c \ub9cc\uc871\ud558\uc9c0 \ubabb\ud569\ub2c8\ub2e4",cameraNotFoundError:"\uce74\uba54\ub77c\ub97c \ucc3e\uc744 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4",cameraNotSendingData:"\uce74\uba54\ub77c\uc5d0 \uc561\uc138\uc2a4 \ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. \ub2e4\ub978 \uc751\uc6a9 \ud504\ub85c\uadf8\ub7a8\uc774 \uc7a5\uce58\ub97c \uc0ac\uc6a9\ud558\uace0 \uc788\ub294\uc9c0 \ud655\uc778\ud55c \ud6c4 \uc124\uc815 \uba54\ub274\uc5d0\uc11c \ub2e4\ub978 \uc7a5\uce58\ub97c \uc120\ud0dd\ud558\uac70\ub098 \uc751\uc6a9 \ud504\ub85c\uadf8\ub7a8\uc744 \ub2e4\uc2dc \ub85c\ub4dc\ud558\uc2ed\uc2dc\uc624.",cameraNotSendingDataTitle:"\uce74\uba54\ub77c\uc5d0 \uc561\uc138\uc2a4 \ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4",cameraPermissionDeniedError:"\uce74\uba54\ub77c \uc0ac\uc6a9 \uad8c\ud55c\uc744 \ubd80\uc5ec\ud558\uc9c0 \uc54a\uc558\uc2b5\ub2c8\ub2e4. \ud68c\uc758\uc5d0 \uacc4\uc18d \ucc38\uc5ec\ud560 \uc218 \uc788\uc9c0\ub9cc \ub2e4\ub978 \ucc38\uc11d\uc790\ub294 \uadc0\ud558\ub97c \ubcfc \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. \uac80\uc0c9 \uc8fc\uc18c\ucc3d\uc758 \uce74\uba54\ub77c \ubc84\ud2bc\uc744 \uc0ac\uc6a9\ud558\uc5ec \ubb38\uc81c\ub97c \ud574\uacb0\ud558\uc2ed\uc2dc\uc624.",cameraUnknownError:"\uc54c \uc218 \uc5c6\ub294 \uc774\uc720\ub85c \uce74\uba54\ub77c\ub97c \uc0ac\uc6a9\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4",cameraUnsupportedResolutionError:"\uce74\uba54\ub77c\uac00 \ud544\uc694\ud55c \ube44\ub514\uc624 \ud574\uc0c1\ub3c4\ub97c \uc9c0\uc6d0\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4",close:"\ub2eb\uae30",conferenceDisconnectMsg:"\ub124\ud2b8\uc6cc\ud06c \uc5f0\uacb0\uc744 \ud655\uc778\ud558\uace0 \uc788\uc2b5\ub2c8\ub2e4. {{seconds}} \ucd08 \ub0b4\uc5d0 \ub2e4\uc2dc \uc5f0\uacb0\uc911\uc785\ub2c8\ub2e4\u2026",conferenceDisconnectTitle:"\uc5f0\uacb0\uc774 \ub04a\uc5b4\uc84c\uc2b5\ub2c8\ub2e4.",conferenceReloadMsg:"\ubb38\uc81c\ub97c \ud574\uacb0\ud558\ub824\uace0 \ub178\ub825\ud558\uace0 \uc788\uc2b5\ub2c8\ub2e4. {{seconds}} \ucd08 \uc548\uc5d0 \ub2e4\uc2dc \uc5f0\uacb0\uc911\uc785\ub2c8\ub2e4.",conferenceReloadTitle:"\ubd88\ud589\ud558\uac8c\ub3c4 \ubb38\uc81c\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4",confirm:"\ud655\uc778",confirmNo:"\uc544\ub2c8\uc694",confirmYes:"\uc608",connectError:"\uc8c4\uc1a1\ud569\ub2c8\ub2e4. \ubb38\uc81c\uac00 \ubc1c\uc0dd\ud558\uc5ec \ud68c\uc758\uc5d0 \uc5f0\uacb0\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4",connectErrorWithMsg:"\uc8c4\uc1a1\ud569\ub2c8\ub2e4. \ubb54\uac00 \uc798\ubabb\ub418\uc5b4 \ud68c\uc758\uc5d0 \uc5f0\uacb0\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4: {{msg}}",connecting:"\uc5f0\uacb0\uc911",contactSupport:"\uc9c0\uc6d0 \uc5f0\ub77d\ucc98",copy:"\ubcf5\uc0ac",dismiss:"",displayNameRequired:"\ub2f9\uc2e0\uc758 \uc774\ub984\uc740 \ubb34\uc5c7\uc785\ub2c8\uae4c?",done:"\uc644\ub8cc",enterDisplayName:"\ub2f9\uc2e0\uc758 \uc774\ub984\uc744 \uc785\ub825\ud574\uc8fc\uc138\uc694.",error:"\uc5d0\ub7ec",externalInstallationMsg:"\ub370\uc2a4\ud06c\ud1b1 \uacf5\uc720 \ud655\uc7a5 \ud504\ub85c\uadf8\ub7a8\uc744 \uc124\uce58\ud574\uc57c \ud569\ub2c8\ub2e4",externalInstallationTitle:"\ud655\uc7a5 \ud504\ub85c\uadf8\ub7a8\uc774 \ud544\uc694\ud569\ub2c8\ub2e4",goToStore:"\uc6f9 \uc2a4\ud1a0\uc5b4\ub85c \uc774\ub3d9",gracefulShutdown:"\uc11c\ube44\uc2a4\ub294 \ud604\uc7ac \uc720\uc9c0 \uad00\ub9ac\ub97c \uc704\ud574 \uc911\ub2e8\ub418\uc5c8\uc2b5\ub2c8\ub2e4. \ub098\uc911\uc5d0 \ub2e4\uc2dc \uc2dc\ub3c4 \ud574\uc8fc\uc2ed\uc2dc\uc624.",incorrectPassword:"\uc798\ubabb\ub41c \uc0ac\uc6a9\uc790 \uc774\ub984 \ub610\ub294 \ube44\ubc00\ubc88\ud638",incorrectRoomLockPassword:"\uc798\ubabb\ub41c \ube44\ubc00\ubc88\ud638",inlineInstallExtension:"\uc9c0\uae08 \uc124\uce58",inlineInstallationMsg:"\ub370\uc2a4\ud06c\ud1b1 \uacf5\uc720 \ud655\uc7a5 \ud504\ub85c\uadf8\ub7a8\uc744 \uc124\uce58\ud574\uc57c\ud569\ub2c8\ub2e4",internalError:"\uc8c4\uc1a1\ud569\ub2c8\ub2e4. \ubb54\uac00 \uc798\ubabb \ub410\uc2b5\ub2c8\ub2e4. \ub2e4\uc74c \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: {{error}}",internalErrorTitle:"\ub0b4\ubd80 \uc5d0\ub7ec",kickMessage:"\uc790\uc138\ud55c \ub0b4\uc6a9\uc740 {{participantDisplayName}}\uc5d0 \ubb38\uc758\ud558\uc138\uc694.",kickParticipantButton:"\ucd94\ubc29",kickParticipantDialog:"\uc774 \ucc38\uac00\uc790\ub97c \uc815\ub9d0 \ucd94\ubc29 \ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c?",kickParticipantTitle:"\uc774 \ucc38\uac00\uc790\ub97c \ucd94\ubc29 \ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c?",kickTitle:"{{participantDisplayName}} \ub2d8\uc774 \ud68c\uc758\uc5d0\uc11c \ud1f4\uc7a5\ud588\uc2b5\ub2c8\ub2e4.",liveStreaming:"\uc2e4\uc2dc\uac04 \uc2a4\ud2b8\ub9ac\ubc0d",liveStreamingDisabledForGuestTooltip:"\uac8c\uc2a4\ud2b8\ub294 \ub77c\uc774\ube0c \uc2a4\ud2b8\ub9ac\ubc0d\uc744 \uc2dc\uc791\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.",liveStreamingDisabledTooltip:"\ub77c\uc774\ube0c \uc2a4\ud2b8\ub9bc \uc2dc\uc791\uc774 \ube44\ud65c\uc131\ud654\ub418\uc5c8\uc2b5\ub2c8\ub2e4.",lockMessage:"\ud68c\uc758\ub97c \ube44\uacf5\uac1c\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4",lockRoom:"\ud68c\uc758 \ucd94\uac00 $t(lockRoomPasswordUppercase)",lockTitle:"\ube44\uacf5\uac1c \uc2e4\ud328",logoutQuestion:"\ub85c\uadf8\uc544\uc6c3\ud558\uace0 \ucee8\ud37c\ub7f0\uc2a4\ub97c \uc911\uc9c0\ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c?",logoutTitle:"\ub85c\uadf8\uc544\uc6c3",maxUsersLimitReached:"\ud68c\uc758\uc758 \ucd5c\ub300 \ucc38\uac00\uc790 \uc218\uc5d0 \ub3c4\ub2ec\ud588\uc2b5\ub2c8\ub2e4. \ud68c\uc758 \uc18c\uc720\uc790\uc5d0\uac8c \uc5f0\ub77d\ud558\uac70\ub098 \ub098\uc911\uc5d0 \ub2e4\uc2dc \uc2dc\ub3c4\ud558\uc2ed\uc2dc\uc624!",maxUsersLimitReachedTitle:"\ucd5c\ub300 \ucc38\uac00\uc790 \uc218\uc5d0 \ub3c4\ub2ec\ud588\uc2b5\ub2c8\ub2e4.",micConstraintFailedError:"\ub9c8\uc774\ud06c\uac00 \ud544\uc694\ud55c \uc81c\uc57d \uc870\uac74 \uc911 \uc77c\ubd80\ub97c \ucda9\uc871\ud558\uc9c0 \ubabb\ud569\ub2c8\ub2e4",micNotFoundError:"\ub9c8\uc774\ud06c\ub97c \ucc3e\uc744 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4",micNotSendingData:"\ucef4\ud4e8\ud130\uc758 \uc124\uc815\uc73c\ub85c \uc774\ub3d9\ud558\uc5ec \ub9c8\uc774\ud06c \uc74c\uc18c\uac70\ub97c \ud574\uc81c\ud558\uace0 \ub808\ubca8\uc744 \uc870\uc815\ud558\uc138\uc694.",micNotSendingDataTitle:"\uc2dc\uc2a4\ud15c \uc124\uc815\uc5d0 \uc758\ud574 \ub9c8\uc774\ud06c\uac00 \uc74c\uc18c\uac70\ub418\uc5c8\uc2b5\ub2c8\ub2e4.",micPermissionDeniedError:"\ub9c8\uc774\ud06c\ub97c \uc0ac\uc6a9\ud560 \uc218\uc788\ub294 \uad8c\ud55c\uc744 \ubd80\uc5ec\ud558\uc9c0 \uc54a\uc558\uc2b5\ub2c8\ub2e4. \ud68c\uc758\uc5d0 \uacc4\uc18d \ucc38\uc5ec\ud560 \uc218\ub294 \uc788\uc9c0\ub9cc \ub2e4\ub978 \uc0ac\ub78c\ub4e4\uc740 \ub4e3\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. \uac80\uc0c9 \uc8fc\uc18c\ucc3d\uc758 \uce74\uba54\ub77c \ubc84\ud2bc\uc744 \uc0ac\uc6a9\ud558\uc5ec \ubb38\uc81c\ub97c \ud574\uacb0\ud558\uc2ed\uc2dc\uc624.",micUnknownError:"\uc54c \uc218 \uc5c6\ub294 \uc774\uc720\ub85c \ub9c8\uc774\ud06c\ub97c \uc0ac\uc6a9\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4",muteEveryoneDialog:"\ubaa8\ub4e0 \ucc38\uac00\uc790\ub97c \uc74c\uc18c\uac70 \ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c? \ub2f9\uc2e0\uc774 \ub2e4\ub978 \uc0ac\ub78c\ub4e4\uc758 \uc74c\uc18c\uac70\ub97c \ud574\uc81c \ud560 \uc218\ub294 \uc5c6\uc9c0\ub9cc \uc5b8\uc81c\ub4e0\uc9c0 \ub2e4\ub978 \uc0ac\ub78c\ub4e4\uc740 \uc2a4\uc2a4\ub85c \uc74c\uc18c\uac70\ub97c \ud574\uc81c\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.",muteEveryoneElseDialog:"\ub2f9\uc2e0\uc774 \ub2e4\ub978 \uc0ac\ub78c\ub4e4\uc758 \uc74c\uc18c\uac70\ub97c \ud574\uc81c \ud560 \uc218\ub294 \uc5c6\uc9c0\ub9cc \uc5b8\uc81c\ub4e0\uc9c0 \ub2e4\ub978 \uc0ac\ub78c\ub4e4\uc740 \uc2a4\uc2a4\ub85c \uc74c\uc18c\uac70\ub97c \ud574\uc81c\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.",muteEveryoneElseTitle:"{{whom}} \ub97c \uc81c\uc678\ud558\uace0 \uc804\ubd80 \uc74c\uc18c\uac70 \ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c?",muteEveryoneElsesVideoDialog:"\ub2f9\uc2e0\uc774 \ub2e4\ub978 \uc0ac\ub78c\ub4e4\uc758 \uce74\uba54\ub77c\ub97c \ub2e4\uc2dc \ucf24 \uc218\ub294 \uc5c6\uc9c0\ub9cc \uc5b8\uc81c\ub4e0\uc9c0 \ub2e4\ub978 \uc0ac\ub78c\ub4e4\uc740 \uc2a4\uc2a4\ub85c \uce74\uba54\ub77c\ub97c \ucf24 \uc218 \uc788\uc2b5\ub2c8\ub2e4.",muteEveryoneElsesVideoTitle:"{{whom}} \ub97c \uc81c\uc678\ud558\uace0 \uc804\ubd80 \uce74\uba54\ub77c\ub97c \ube44\ud65c\uc131\ud654 \ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c?",muteEveryoneStartMuted:"\uc9c0\uae08\ubd80\ud130 \ubaa8\ub450 \uc74c\uc18c\uac70 \ub429\ub2c8\ub2e4.",muteEveryoneTitle:"\ubaa8\ub450 \uc74c\uc18c\uac70 \ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c?",muteEveryonesVideoDialog:"\ubaa8\ub4e0 \ucc38\uac00\uc790\uc758 \uce74\uba54\ub77c\ub97c \ube44\ud65c\uc131\ud654 \ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c? \ub2f9\uc2e0\uc774 \ub2e4\ub978 \uc0ac\ub78c\ub4e4\uc758 \uce74\uba54\ub77c\ub97c \ub2e4\uc2dc \ucf24 \uc218\ub294 \uc5c6\uc9c0\ub9cc \uc5b8\uc81c\ub4e0\uc9c0 \ub2e4\ub978 \uc0ac\ub78c\ub4e4\uc740 \uc2a4\uc2a4\ub85c \uce74\uba54\ub77c\ub97c \ucf24 \uc218 \uc788\uc2b5\ub2c8\ub2e4.",muteEveryonesVideoDialogOk:"\ube44\ud65c\uc131\ud654",muteEveryonesVideoTitle:"\ubaa8\ub4e0 \uce74\uba54\ub77c\ub97c \ube44\ud65c\uc131\ud654 \ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c?",muteParticipantBody:"\ub2f9\uc2e0\uc774 \ub2e4\ub978 \uc0ac\ub78c\ub4e4\uc758 \uc74c\uc18c\uac70\ub97c \ud574\uc81c \ud560 \uc218\ub294 \uc5c6\uc9c0\ub9cc \uc5b8\uc81c\ub4e0\uc9c0 \ub2e4\ub978 \uc0ac\ub78c\ub4e4\uc740 \uc2a4\uc2a4\ub85c \uc74c\uc18c\uac70\ub97c \ud574\uc81c\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.",muteParticipantButton:"\uc74c\uc18c\uac70",muteParticipantDialog:"\uc774 \ucc38\uac00\uc790\ub97c \uc74c\uc18c\uac70 \ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c? \ub2f9\uc2e0\uc774 \ub2e4\ub978 \uc0ac\ub78c\ub4e4\uc758 \uc74c\uc18c\uac70\ub97c \ud574\uc81c \ud560 \uc218\ub294 \uc5c6\uc9c0\ub9cc \uc5b8\uc81c\ub4e0\uc9c0 \ub2e4\ub978 \uc0ac\ub78c\ub4e4\uc740 \uc2a4\uc2a4\ub85c \uc74c\uc18c\uac70\ub97c \ud574\uc81c\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.",muteParticipantTitle:"\uc774 \ucc38\uac00\uc790\ub97c \uc74c\uc18c\uac70 \ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c?",muteParticipantsVideoBody:"\ub2f9\uc2e0\uc774 \ub2e4\ub978 \uc0ac\ub78c\ub4e4\uc758 \uce74\uba54\ub77c\ub97c \ub2e4\uc2dc \ucf24 \uc218\ub294 \uc5c6\uc9c0\ub9cc \uc5b8\uc81c\ub4e0\uc9c0 \ub2e4\ub978 \uc0ac\ub78c\ub4e4\uc740 \uc2a4\uc2a4\ub85c \uce74\uba54\ub77c\ub97c \ucf24 \uc218 \uc788\uc2b5\ub2c8\ub2e4.",muteParticipantsVideoButton:"\uce74\uba54\ub77c \ube44\ud65c\uc131\ud654",muteParticipantsVideoTitle:"\uc774 \ucc38\uac00\uc790\uc758 \uce74\uba54\ub77c\ub97c \ube44\ud65c\uc131\ud654 \ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c?",passwordLabel:"\uc7a0\uae34 \ud68c\uc758\uc785\ub2c8\ub2e4. \ud68c\uc758\uc5d0 \ucc38\uc5ec\ud558\ub824\uba74 \ube44\ubc00\ubc88\ud638\ub97c \uc785\ub825\ud558\uc138\uc694.",passwordNotSupported:"\ud68c\uc758 \ube44\ubc00\ubc88\ud638 \uc124\uc815\uc740 \uc9c0\uc6d0\ub418\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4",passwordNotSupportedTitle:"\ube44\ubc00\ubc88\ud638 \ubbf8\uc9c0\uc6d0",passwordRequired:"\ube44\ubc00\ubc88\ud638 \ud544\uc218",popupError:"\ube0c\ub77c\uc6b0\uc800\uac00\uc774 \uc0ac\uc774\ud2b8\uc758 \ud31d\uc5c5 \ucc3d\uc744 \ucc28\ub2e8\ud558\uace0 \uc788\uc2b5\ub2c8\ub2e4. \ube0c\ub77c\uc6b0\uc800\uc758 \ubcf4\uc548 \uc124\uc815\uc5d0\uc11c \ud31d\uc5c5\uc744 \ud65c\uc131\ud654\ud558\uace0 \ub2e4\uc2dc \uc2dc\ub3c4\ud558\uc2ed\uc2dc\uc624.",popupErrorTitle:"\ud31d\uc5c5 \ucc28\ub2e8\ub428",readMore:"\ub354\ubcf4\uae30",recording:"\ub179\ud654",recordingDisabledBecauseOfActiveLiveStreamingTooltip:"\ub77c\uc774\ube0c \uc2a4\ud2b8\ub9ac\ubc0d \uc911\uc5d0\ub294 \uc0ac\uc6a9\ud558\uc2e4 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.",recordingDisabledForGuestTooltip:"\uac8c\uc2a4\ud2b8\ub294 \ub179\ud654\ub97c \uc2dc\uc791\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.",recordingDisabledTooltip:"\ub179\ud654\uac00 \ube44\ud65c\uc131\ud654 \ub418\uc5c8\uc2b5\ub2c8\ub2e4.",rejoinNow:"\uc9c0\uae08 \uc7ac\uac00\uc785",remoteControlAllowedMessage:"{{user}}\uc774(\uac00) \uc6d0\uaca9 \uc81c\uc5b4 \uc694\uccad\uc744 \uc218\ub77d\ud588\uc2b5\ub2c8\ub2e4",remoteControlDeniedMessage:"{{user}}\uc774(\uac00) \uc6d0\uaca9 \uc81c\uc5b4 \uc694\uccad\uc744 \uac70\ubd80\ud588\uc2b5\ub2c8\ub2e4",remoteControlErrorMessage:"{{user}}\ub85c\ubd80\ud130 \uc6d0\uaca9 \uc81c\uc5b4 \uad8c\ud55c\uc744 \uc694\uccad\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4",remoteControlRequestMessage:"{{user}}\uc5d0\uac8c \ub2f9\uc2e0\uc758 \ub370\uc2a4\ud06c\ud0d1\uc744 \uc6d0\uaca9 \uc81c\uc5b4\ud558\ub3c4\ub85d \ud5c8\uc6a9\ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c?",remoteControlShareScreenWarning:"\"\ud5c8\ub77d\"\uc744 \ub204\ub974\uba74 \ud654\uba74\uc744 \uacf5\uc720\ud569\ub2c8\ub2e4",remoteControlStopMessage:"\uc6d0\uaca9 \uc81c\uc5b4 \uc138\uc158\uc774 \uc885\ub8cc\ub418\uc5c8\uc2b5\ub2c8\ub2e4",remoteControlTitle:"\uc6d0\uaca9 \ub370\uc2a4\ud06c\ud0d1 \ucee8\ud2b8\ub864",removePassword:"\ube44\ubc00\ubc88\ud638 \uc81c\uac70",removeSharedVideoMsg:"\uacf5\uc720\ud55c \ub3d9\uc601\uc0c1\uc744 \uc0ad\uc81c\ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c?",removeSharedVideoTitle:"\uacf5\uc720\ub41c \ub3d9\uc601\uc0c1 \uc0ad\uc81c",reservationError:"\uc608\uc57d \uc2dc\uc2a4\ud15c \uc624\ub958",reservationErrorMsg:"\uc624\ub958 \ucf54\ub4dc: {{code}}, \uba54\uc2dc\uc9c0: {{msg}}",retry:"\uc7ac\uc2dc\ub3c4",screenSharingAudio:"\uc624\ub514\uc624 \uacf5\uc720",screenSharingFailedToInstall:"\uc8c4\uc1a1\ud569\ub2c8\ub2e4. \ud654\uba74 \uacf5\uc720 \ud655\uc7a5 \ud504\ub85c\uadf8\ub7a8\uc744 \uc124\uce58\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4.",screenSharingFailedToInstallTitle:"\ud654\uba74 \uacf5\uc720 \ud655\uc7a5 \ud504\ub85c\uadf8\ub7a8\uc744 \uc124\uce58\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4",screenSharingFirefoxPermissionDeniedError:"\ud654\uba74\uc744 \uacf5\uc720\ud558\ub294 \ub3d9\uc548 \ubb38\uc81c\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4. \uadf8\ub807\uac8c \ud560 \uc218 \uc788\ub294 \uad8c\ud55c\uc744 \ubd80\uc5ec\ud588\ub294\uc9c0 \ud655\uc778\ud558\uc2ed\uc2dc\uc624.",screenSharingFirefoxPermissionDeniedTitle:"\uc8c4\uc1a1\ud569\ub2c8\ub2e4. \ud654\uba74 \uacf5\uc720\ub97c \uc2dc\uc791\ud560 \uc218 \uc5c6\uc5c8\uc2b5\ub2c8\ub2e4!",screenSharingPermissionDeniedError:"\uc8c4\uc1a1\ud569\ub2c8\ub2e4. \ud654\uba74 \uacf5\uc720 \ud655\uc7a5 \uad8c\ud55c\uc73c\ub85c \ubb38\uc81c\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4. \ub2e4\uc2dc \ub85c\ub4dc\ud558\uace0 \uc7ac\uc2dc\ub3c4\ud558\uc2ed\uc2dc\uc624.",sendPrivateMessage:"\ucd5c\uadfc\uc5d0 \ube44\uacf5\uac1c \uba54\uc2dc\uc9c0\ub97c \ubc1b\uc558\uc2b5\ub2c8\ub2e4. \ube44\uacf5\uac1c\ub85c \ub2f5\uc7a5\uc744 \ubcf4\ub0b4\uc2dc\uaca0\uc2b5\ub2c8\uae4c, \uc544\ub2c8\uba74 \uadf8\ub8f9\uc5d0 \uba54\uc2dc\uc9c0\ub97c \ubcf4\ub0b4\uc2dc\uaca0\uc2b5\ub2c8\uae4c?",sendPrivateMessageCancel:"\uadf8\ub8f9\uc5d0 \ubcf4\ub0b4\uae30",sendPrivateMessageOk:"\ube44\uacf5\uac1c\ub85c \ubcf4\ub0b4\uae30",sendPrivateMessageTitle:"\ube44\uacf5\uac1c\ub85c \ubcf4\ub0bc\uae4c\uc694?",serviceUnavailable:"\uc11c\ube44\uc2a4\ub97c \uc0ac\uc6a9\ud560 \uc218 \uc5c6\uc74c",sessTerminated:"\ud1b5\ud654 \uc885\ub8cc",shareVideoLinkError:"\uc62c\ubc14\ub978 YouTube \ub9c1\ud06c\ub97c \uc81c\uacf5\ud558\uc2ed\uc2dc\uc624",shareVideoTitle:"\ube44\ub514\uc624 \uacf5\uc720",shareYourScreen:"\ud654\uba74\uacf5\uc720",shareYourScreenDisabled:"\ud654\uba74 \uacf5\uc720\uac00 \ube44\ud65c\uc131\ud654 \ub418\uc5c8\uc2b5\ub2c8\ub2e4.",shareYourScreenDisabledForGuest:"\uac8c\uc2a4\ud2b8\ub294 \ud654\uba74\uc744 \uacf5\uc720 \ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.",startLiveStreaming:"\ub77c\uc774\ube0c \uc2a4\ud2b8\ub9ac\ubc0d \uc2dc\uc791",startRecording:"\ub179\ud654 \uc2dc\uc791",startRemoteControlErrorMessage:"\uc6d0\uaca9 \uc81c\uc5b4 \uc138\uc158\uc744 \uc2dc\uc791\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4",stopLiveStreaming:"\ub77c\uc774\ube0c \uc2a4\ud2b8\ub9ac\ubc0d \uc885\ub8cc",stopRecording:"\ub179\ud654 \uc885\ub8cc",stopRecordingWarning:"\ub179\ud654\ub97c \uc911\ub2e8\ud558\uace0 \uc2f6\uc73c\uc2ed\ub2c8\uae4c?",stopStreamingWarning:"\ub77c\uc774\ube0c \uc2a4\ud2b8\ub9ac\ubc0d\uc744 \uc911\ub2e8\ud558\uace0 \uc2f6\uc73c\uc2ed\ub2c8\uae4c?",streamKey:"\ub77c\uc774\ube0c \uc2a4\ud2b8\ub9ac\ubc0d \ud0a4",thankYou:"{{appName}}\uc744 \uc774\uc6a9\ud574 \uc8fc\uc154\uc11c \uac10\uc0ac\ud569\ub2c8\ub2e4!",token:"\ud1a0\ud070",tokenAuthFailed:"\uc8c4\uc1a1\ud569\ub2c8\ub2e4. \ud1b5\ud654\uc5d0 \ucc38\uc5ec\ud558\uc2e4 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.",tokenAuthFailedTitle:"\uc778\uc99d \uc2e4\ud328",transcribing:"",unlockRoom:"\ud68c\uc758 \ube44\ubc00\ubc88\ud638 \uc81c\uac70",userPassword:"\uc0ac\uc6a9\uc790 \ube44\ubc00\ubc88\ud638",yourEntireScreen:"\uc804\uccb4 \ud654\uba74"},documentSharing:{title:"\ubb38\uc11c \uacf5\uc720"},feedback:{average:"\ubcf4\ud1b5",bad:"\ub098\uc068",detailsLabel:"\ub354 \uc790\uc138\ud788 \uc54c\ub824\uc8fc\uc2ed\uc2dc\uc624",good:"\uc88b\uc74c",rateExperience:"\ud68c\uc758 \uacbd\ud5d8 \ud3c9\uac00\ud558\uae30",veryBad:"\ub9e4\uc6b0 \ub098\uc068",veryGood:"\ub9e4\uc6b0 \uc88b\uc74c"},helpView:{title:"\uc9c0\uc6d0 \uc13c\ud130"},incomingCall:{answer:"\uc751\ub2f5",audioCallTitle:"\uc218\uc2e0 \uc804\ud654",decline:"\uac70\uc808",productLabel:"Jitsi Meet\uc5d0\uc11c",videoCallTitle:"\uc218\uc2e0 \ud654\uc0c1 \uc804\ud654"},info:{accessibilityLabel:"\uc815\ubcf4 \ubcf4\uae30",addPassword:"$t(lockRoomPassword) \ucd94\uac00",cancelPassword:"$t(lockRoomPassword) \ucde8\uc18c",conferenceURL:"\ub9c1\ud06c:",country:"\uc9c0\uc5ed",dialANumber:"\ud68c\uc758\uc5d0 \ucc38\uc5ec\ud558\ub824\uba74\uc774 \ubc88\ud638 \uc911 \ud558\ub098\ub97c \ub204\ub978 \ub2e4\uc74c PIN\uc744 \uc785\ub825\ud558\uc2ed\uc2dc\uc624.",dialInConferenceID:"PIN:",dialInNotSupported:"\uc8c4\uc1a1\ud569\ub2c8\ub2e4. \ud604\uc7ac \uc804\ud654\ub97c \uac78 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.",dialInNumber:"\uc804\ud654 \uc811\uc18d:",dialInSummaryError:"\uc9c0\uae08 \uc804\ud654 \uc811\uc18d \uc815\ubcf4\ub97c \uac00\uc838 \uc624\ub294 \uc911\uc5d0 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4. \ub098\uc911\uc5d0 \ub2e4\uc2dc \uc2dc\ub3c4\ud558\uc2ed\uc2dc\uc624.",dialInTollFree:"",genericError:"\uc77c\ubc18\uc801\uc778 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4",inviteLiveStream:"\uc774 \ud68c\uc758\uc758 \uc2e4\uc2dc\uac04 \uc2a4\ud2b8\ub9bc\uc744 \ubcf4\ub824\uba74\uc774 \ub9c1\ud06c\ub97c \ud074\ub9ad\ud558\uc2ed\uc2dc\uc624: {{url}}",invitePhone:"\ud3f0\uc73c\ub85c \ucc38\uc5ec\ud558\ub824\uba74, \uc774\uac83\uc744 \ub204\ub974\uc2ed\uc2dc\uc624: {{number}},,{{conferenceID}}#\n",invitePhoneAlternatives:"",inviteURLFirstPartGeneral:"\ud68c\uc758\uc5d0 \ucd08\ub300\ub418\uc5c8\uc2b5\ub2c8\ub2e4.",inviteURLFirstPartPersonal:"{{name}}\uc774 \ud68c\uc758\uc5d0 \ucd08\ub300\ud558\uc600\uc2b5\ub2c8\ub2e4.\n",inviteURLSecondPart:"\n\ud68c\uc758\uc5d0 \ucc38\uc5ec\ud558\uae30:\n{{url}}\n",label:"\ud68c\uc758 \uc815\ubcf4",liveStreamURL:"\uc2e4\uc2dc\uac04 \uc2a4\ud2b8\ub9ac\ubc0d:",moreNumbers:"\ub354 \ub9ce\uc740 \ubc88\ud638",noNumbers:"\uc804\ud654 \uc811\uc18d \ubc88\ud638 \uc5c6\uc74c",noPassword:"\uc5c6\uc74c",noRoom:"\uc804\ud654 \uc811\uc18d\uc774 \uac00\ub2a5\ud55c \ubc29\uc744 \uc9c0\uc815\ud558\uc9c0 \uc54a\uc558\uc2b5\ub2c8\ub2e4",numbers:"\uc804\ud654 \uc811\uc18d \ubc88\ud638",password:"\ube44\ubc00\ubc88\ud638",title:"\uacf5\uc720",tooltip:"\ub9c1\ud06c \uacf5\uc720 \ubc0f \ud68c\uc758\uc5d0 \ub300\ud55c \uc815\ubcf4"},inlineDialogFailure:{msg:"\uc57d\uac04\uc758 \ubb38\uc81c\uac00 \uc788\uc2b5\ub2c8\ub2e4",retry:"\ub2e4\uc2dc \uc2dc\ub3c4",support:"\uc9c0\uc6d0",supportMsg:"\ubb38\uc81c\uac00 \uacc4\uc18d \ubc1c\uc0dd\ud558\uba74 \uc5f0\ub77d\ud558\uc138\uc694"},inviteDialog:{alertText:"\uc77c\ubd80 \ucc38\uac00\uc790\ub97c \ucd08\ub300\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4.",header:"\ucd08\ub300",searchCallOnlyPlaceholder:"\uc804\ud654 \ubc88\ud638 \uc785\ub825",searchPeopleOnlyPlaceholder:"\ucc38\uac00\uc790 \uac80\uc0c9",searchPlaceholder:"\ucc38\uac00\uc790 \ub610\ub294 \uc804\ud654 \ubc88\ud638",send:"\uc804\uc1a1"},keyboardShortcuts:{focusLocal:"\uc790\uc2e0\uc758 \ub3d9\uc601\uc0c1\uc5d0 \ud3ec\ucee4\uc2a4",focusRemote:"\ub2e4\ub978 \ubc1c\uc2e0\uc790\uc758 \ub3d9\uc601\uc0c1\uc5d0 \ud3ec\ucee4\uc2a4",fullScreen:"\uc804\uccb4\ud654\uba74 \ud45c\uc2dc \ub610\ub294 \uc885\ub8cc",keyboardShortcuts:"\ud0a4\ubcf4\ub4dc \ub2e8\ucd95\ud0a4",localRecording:"\ub85c\uceec \ub179\ud654 \ucee8\ud2b8\ub864 \ud45c\uc2dc \ub610\ub294 \uc228\uae30\uae30",mute:"\ub9c8\uc774\ud06c \uc74c\uc18c\uac70 \ub610\ub294 \uc74c\uc18c\uac70 \ud574\uc81c",pushToTalk:"\ub300\ud654 \uc694\uccad",raiseHand:"\ub9d0\ud558\uae30 \uc694\uccad/\ud574\uc81c",showSpeakerStats:"\uc811\uc18d\uc790 \ud1b5\uacc4 \ud45c\uc2dc",toggleChat:"\ucc44\ud305 \ud45c\uc2dc \ub610\ub294 \uc228\uae30\uae30",toggleFilmstrip:"\ub3d9\uc601\uc0c1 \ud45c\uc2dc \ub610\ub294 \uc228\uae30\uae30",toggleScreensharing:"\uce74\uba54\ub77c\uc640 \ud654\uba74 \uacf5\uc720\uac04\uc5d0 \uc804\ud658",toggleShortcuts:"\ub3c4\uc6c0\ub9d0 \uba54\ub274 \ud45c\uc2dc \ub610\ub294 \uc228\uae30\uae30",videoMute:"\uce74\uba54\ub77c \uc2dc\uc791 \ub610\ub294 \uc911\uc9c0",videoQuality:"\ube44\ub514\uc624 \ud488\uc9c8"},liveStreaming:{busy:"\uc2a4\ud2b8\ub9ac\ubc0d \uc790\uc6d0\uc744 \ud655\ubcf4\ud558\uae30 \uc704\ud574 \ub178\ub825\ud558\uace0 \uc788\uc2b5\ub2c8\ub2e4. \uba87 \ubd84 \ud6c4\uc5d0 \ub2e4\uc2dc \uc2dc\ub3c4\ud558\uc2ed\uc2dc\uc624.",busyTitle:"\ubaa8\ub4e0 \uc2a4\ud2b8\ub9ac\uba38\uac00 \ud604\uc7ac \uc0ac\uc6a9 \uc911\uc785\ub2c8\ub2e4",changeSignIn:"\uacc4\uc815\uc744 \uc804\ud658\ud558\uc2ed\uc2dc\uc624",choose:"\uc2e4\uc2dc\uac04 \uc2a4\ud2b8\ub9ac\ubc0d\uc744 \uc120\ud0dd\ud558\uc138\uc694",chooseCTA:"\uc2a4\ud2b8\ub9ac\ubc0d \uc635\uc158\uc744 \uc120\ud0dd\ud558\uc2ed\uc2dc\uc624. \ud604\uc7ac {{email}} (\uc73c)\ub85c \ub85c\uadf8\uc778\ub418\uc5b4 \uc788\uc2b5\ub2c8\ub2e4.",enterStreamKey:"YouTube \uc2e4\uc2dc\uac04 \uc2a4\ud2b8\ub9ac\ubc0d \ud0a4\ub97c \uc785\ub825\ud558\uc2ed\uc2dc\uc624",error:"\uc2e4\uc2dc\uac04 \uc2a4\ud2b8\ub9ac\ubc0d\uc5d0 \uc2e4\ud328\ud588\uc2b5\ub2c8\ub2e4. \ub2e4\uc2dc \uc2dc\ub3c4\ud558\uc2ed\uc2dc\uc624.",errorAPI:"YouTube \ubc29\uc1a1\uc5d0 \uc561\uc138\uc2a4\ud558\ub294 \uc911\uc5d0 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4. \ub2e4\uc2dc \ub85c\uadf8\uc778\ud558\uc2ed\uc2dc\uc624.",errorLiveStreamNotEnabled:"{{email}}\uc5d0 \uc758\ud574 \ub77c\uc774\ube0c \uc2a4\ud2b8\ub9ac\ubc0d\uc774 \ud65c\uc131\ud654\ub418\uc9c0 \uc54a\uc558\uc2b5\ub2c8\ub2e4. \ub77c\uc774\ube0c \uc2a4\ud2b8\ub9ac\ubc0d\uc744 \ud65c\uc131\ud654\ud558\uac70\ub098 \ub77c\uc774\ube0c \uc2a4\ud2b8\ub9ac\ubc0d\uc774 \ud65c\uc131\ud654\ub41c \uacc4\uc815\uc73c\ub85c \ub85c\uadf8\uc778\ud558\uc2ed\uc2dc\uc624.",expandedOff:"\ub77c\uc774\ube0c \uc2a4\ud2b8\ub9ac\ubc0d\uc774 \uc911\uc9c0\ub418\uc5c8\uc2b5\ub2c8\ub2e4",expandedOn:"\ud604\uc7ac \ud68c\uc758\uac00 YouTube\ub85c \uc2a4\ud2b8\ub9ac\ubc0d\ub418\uace0 \uc788\uc2b5\ub2c8\ub2e4.",expandedPending:"\ub77c\uc774\ube0c \uc2a4\ud2b8\ub9ac\ubc0d\uc774 \uc2dc\uc791\ub429\ub2c8\ub2e4 ...",failedToStart:"\uc2e4\uc2dc\uac04 \uc2a4\ud2b8\ub9ac\ubc0d \uc2dc\uc791 \uc2e4\ud328",getStreamKeyManually:"\uc2e4\uc2dc\uac04 \uc2a4\ud2b8\ub9bc\uc744 \uac00\uc838\uc62c \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. YouTube\uc5d0\uc11c \uc2e4\uc2dc\uac04 \uc2a4\ud2b8\ub9bc \ud0a4\ub97c \ubc1b\uc544\ubcf4\uc138\uc694.",googlePrivacyPolicy:"Google \uac1c\uc778 \uc815\ubcf4 \ubcf4\ud638 \uc815\ucc45",invalidStreamKey:"\ub77c\uc774\ube0c \uc2a4\ud2b8\ub9bc \ud0a4\uac00 \uc798\ubabb\ub418\uc5c8\uc744 \uc218 \uc788\uc2b5\ub2c8\ub2e4.",off:"\uc2e4\uc2dc\uac04 \uc2a4\ud2b8\ub9ac\ubc0d\uc774 \uc911\uc9c0\ub428",on:"\uc2e4\uc2dc\uac04 \uc2a4\ud2b8\ub9ac\ubc0d",pending:"\uc2e4\uc2dc\uac04 \uc2a4\ud2b8\ub9ac\ubc0d \uc2dc\uc791\u2026",serviceName:"\uc2e4\uc2dc\uac04 \uc2a4\ud2b8\ub9ac\ubc0d \uc11c\ube44\uc2a4",signIn:"Google\ub85c \ub85c\uadf8\uc778",signInCTA:"YouTube\uc5d0\uc11c \ub85c\uadf8\uc778\ud558\uac70\ub098 \uc2e4\uc2dc\uac04 \uc2a4\ud2b8\ub9ac\ubc0d \ud0a4\ub97c \uc785\ub825\ud558\uc2ed\uc2dc\uc624",signOut:"\ub85c\uadf8\uc544\uc6c3",signedInAs:"\ud604\uc7ac \ub2e4\uc74c \uacc4\uc815\uc73c\ub85c \ub85c\uadf8\uc778\ub418\uc5b4 \uc788\uc2b5\ub2c8\ub2e4.",start:"\uc2e4\uc2dc\uac04 \uc2a4\ud2b8\ub9ac\ubc0d \uc2dc\uc791",streamIdHelp:"\ub3c4\uc6c0\ub9d0?",title:"\uc2e4\uc2dc\uac04 \uc2a4\ud2b8\ub9ac\ubc0d",unavailableTitle:"\uc2e4\uc2dc\uac04 \uc2a4\ud2b8\ub9ac\ubc0d\uc744 \uc0ac\uc6a9\ud560 \uc218 \uc5c6\uc74c",youtubeTerms:"YouTube \uc11c\ube44\uc2a4 \uc57d\uad00"},localRecording:{clientState:{off:"\uaebc\uc9d0",on:"\ucf1c\uc9d0",unknown:"\uc54c \uc218 \uc5c6\uc74c"},dialogTitle:"",duration:"",durationNA:"",encoding:"",label:"",labelToolTip:"",localRecording:"",me:"\ub098",messages:{engaged:"",finished:"",finishedModerator:"",notModerator:""},moderator:"",no:"\uc544\ub2c8\uc694",participant:"",participantStats:"",sessionToken:"",start:"\ub179\ud654 \uc2dc\uc791",stop:"\ub179\ud654 \uc885\ub8cc",yes:"\uc608"},lockRoomPassword:"\ube44\ubc00\ubc88\ud638",lockRoomPasswordUppercase:"\ube44\ubc00\ubc88\ud638",lonelyMeetingExperience:{button:"\ucd08\ub300\ud558\uae30",youAreAlone:"\ud68c\uc758\uc5d0 \ucc38\uc5ec\uc790\uac00 \uc5c6\uc2b5\ub2c8\ub2e4."},me:"\ub098",notify:{connectedOneMember:"{{name}}\ub2d8\uc774 \ud68c\uc758\uc5d0 \ucc38\uc5ec\ud588\uc2b5\ub2c8\ub2e4.",connectedThreePlusMembers:"{{name}}\ub2d8 \uc678 {{count}}\uba85\uc774 \ud68c\uc758\uc5d0 \ucc38\uc5ec\ud588\uc2b5\ub2c8\ub2e4.",connectedTwoMembers:"{{first}}\ub2d8\uacfc {{second}}\ub2d8\uc774 \ud68c\uc758\uc5d0 \ucc38\uc5ec\ud588\uc2b5\ub2c8\ub2e4.",disconnected:"\uc5f0\uacb0\uc774 \ub04a\uae40",focus:"\ucee8\ud37c\ub7f0\uc2a4 \ud3ec\ucee4\uc2a4",focusFail:"{{component}}\uc744 \uc0ac\uc6a9\ud560 \uc218 \uc5c6\uc74c - {{ms}} \ucd08 \ud6c4\uc5d0 \ub2e4\uc2dc \uc2dc\ub3c4\ud558\uc2ed\uc2dc\uc624",grantedTo:"{{to}}\uc5d0\uac8c \ubc29\uc7a5 \uad8c\ud55c\uc774 \ubd80\uc5ec\ub418\uc5c8\uc2b5\ub2c8\ub2e4!",invitedOneMember:"{{name}}\ub2d8\uc774 \ucd08\ub300\ub418\uc5c8\uc2b5\ub2c8\ub2e4.",invitedThreePlusMembers:"{{name}}\ub2d8 \uc678 {{count}}\uba85\uc774 \ucd08\ub300\ub418\uc5c8\uc2b5\ub2c8\ub2e4.",invitedTwoMembers:"{{first}}\ub2d8\uacfc {{second}}\ub2d8\uc774 \ucd08\ub300\ub418\uc5c8\uc2b5\ub2c8\ub2e4.",kickParticipant:"{{kicker}}\ub2d8\uc774 {{kicked}}\ub2d8\uc744 \ucd94\ubc29\ud588\uc2b5\ub2c8\ub2e4.",me:"\ub098",moderator:"\ubc29\uc7a5 \uad8c\ud55c\uc774 \ubd80\uc5ec\ub418\uc5c8\uc2b5\ub2c8\ub2e4!",muted:"\uc74c\uc18c\uac70\ub85c \ub300\ud654\uac00 \uc2dc\uc791\ub418\uc5c8\uc2b5\ub2c8\ub2e4",mutedRemotelyDescription:"\ub9d0\ud560 \uc900\ube44\uac00\ub418\uba74 \uc5b8\uc81c\ub4e0\uc9c0 \uc74c\uc18c\uac70\ub97c \ud574\uc81c \ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.",mutedRemotelyTitle:"{{participantDisplayName}}\uc5d0 \uc758\ud574 \uc74c\uc18c\uac70\ub418\uc5c8\uc2b5\ub2c8\ub2e4!",mutedTitle:"\uc74c\uc18c\uac70 \uc0c1\ud0dc\uc785\ub2c8\ub2e4!",newDeviceAction:"\uc0ac\uc6a9",newDeviceAudioTitle:"\uc0c8 \uc624\ub514\uc624 \uc7a5\uce58 \uac10\uc9c0",newDeviceCameraTitle:"\uc0c8 \uce74\uba54\ub77c \uac10\uc9c0",passwordRemovedRemotely:"\ub2e4\ub978 \ucc38\uac00\uc790\uac00 $t(lockRoomPasswordUppercase)\ub97c \uc81c\uac70\ud588\uc2b5\ub2c8\ub2e4.",passwordSetRemotely:"\ub2e4\ub978 \ucc38\uac00\uc790\uac00 $t(lockRoomPasswordUppercase)\ub97c \uc124\uc815\ud588\uc2b5\ub2c8\ub2e4.",raisedHand:"{{name}}\ub2d8\uc774 \ub9d0\ud558\uace0 \uc2f6\uc5b4\ud569\ub2c8\ub2e4.",somebody:"\ub204\uad70\uac00",startSilentDescription:"\uc624\ub514\uc624\ub97c \uc0ac\uc6a9\ud558\ub824\uba74 \ud68c\uc758\uc5d0 \ub2e4\uc2dc \ucc38\uc5ec\ud558\uc138\uc694.",startSilentTitle:"\uc624\ub514\uc624 \ucd9c\ub825\uc5c6\uc774 \ucc38\uc5ec\ud588\uc2b5\ub2c8\ub2e4!",suboptimalExperienceDescription:"{{appName}}\uc5d0 \ub300\ud55c \uadc0\ud558\uc758 \uacbd\ud5d8\uc774 \uc5c6\uc73c\uc2dc\ub2e4\uba74 \uc644\ubcbd\ud558\uac8c \uc9c0\uc6d0\ub418\ub294 \ube0c\ub77c\uc6b0\uc800 \uc911 \ud558\ub098\ub97c \uc0ac\uc6a9\ud574\ubcf4\uc2ed\uc2dc\uc624.",suboptimalExperienceTitle:"\ube0c\ub77c\uc6b0\uc800 \uacbd\uace0",unmute:"\uc74c\uc18c\uac70 \ud574\uc81c",videoMutedRemotelyDescription:"\uc5b8\uc81c\ub4e0\uc9c0 \uce74\uba54\ub77c\ub97c \ub2e4\uc2dc \ucf24 \uc218 \uc788\uc2b5\ub2c8\ub2e4.",videoMutedRemotelyTitle:"{{participantDisplayName}}\uc5d0 \uc758\ud574 \uce74\uba54\ub77c\uac00 \ube44\ud65c\uc131\ud654\ub418\uc5c8\uc2b5\ub2c8\ub2e4!"},passwordDigitsOnly:"\ucd5c\ub300 {{number}} \uc790\ub9ac",passwordSetRemotely:"\ub2e4\ub978 \ucc38\uac00\uc790\uac00 \uc124\uc815",poweredby:"powered by",presenceStatus:{busy:"\ubc14\uc068",calling:"\uc804\ud654 \uac70\ub294\uc911",connected:"\uc5f0\uacb0\ub428",connecting:"\uc5f0\uacb0\uc911",connecting2:"\uc5f0\uacb0\uc911*",disconnected:"\uc5f0\uacb0 \ub04a\uae40",expired:"\ub9cc\ub8cc\ub428",ignored:"\ubb34\uc2dc\ub428",initializingCall:"\ud1b5\ud654 \ucd08\uae30\ud654\uc911",invited:"\ucd08\ub300\ub428",rejected:"\uac70\ubd80\ub428",ringing:"\uc804\ud654\uc911"},profile:{setDisplayNameLabel:"\ud45c\uc2dc \uc774\ub984 \uc124\uc815",setEmailInput:"\uc774\uba54\uc77c \uc785\ub825",setEmailLabel:"\uc774\uba54\uc77c \uc124\uc815",title:"\ud504\ub85c\ud544"},recording:{authDropboxText:"Dropbox\uc5d0 \uc5c5\ub85c\ub4dc",availableSpace:"\uc0ac\uc6a9 \uac00\ub2a5\ud55c \uacf5\uac04 : {{spaceLeft}}MB (\uc57d {{duration}}\ubd84 \ub179\ud654)",beta:"\ubca0\ud0c0",busy:"\ub179\ud654 \uc790\uc6d0\uc744 \ud655\ubcf4\ud558\uace0 \uc788\uc2b5\ub2c8\ub2e4. \uba87 \ubd84 \ud6c4\uc5d0 \ub2e4\uc2dc \uc2dc\ub3c4\ud558\uc2ed\uc2dc\uc624.",busyTitle:"\ubaa8\ub4e0 \ub808\ucf54\ub354\uac00 \ud604\uc7ac \uc0ac\uc6a9 \uc911\uc785\ub2c8\ub2e4",error:"\ub179\ud654\uac00 \uc2e4\ud328\ud588\uc2b5\ub2c8\ub2e4. \ub2e4\uc2dc \uc2dc\ub3c4\ud558\uc2ed\uc2dc\uc624.",expandedOff:"\ub179\ud654\uac00 \uc911\uc9c0\ub428",expandedOn:"\ud68c\uc758\uac00 \ud604\uc7ac \ub179\ud654 \uc911\uc785\ub2c8\ub2e4.",expandedPending:"\ub179\ud654\uac00 \uc2dc\uc791\ub429\ub2c8\ub2e4 ...",failedToStart:"\ub179\ud654\ub97c \uc2dc\uc791\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4",fileSharingdescription:"\ud68c\uc758 \ucc38\uac00\uc790\uc640 \ub179\ud654 \uacf5\uc720",live:"\ub77c\uc774\ube0c",loggedIn:"{{userName}}\uc73c\ub85c \ub85c\uadf8\uc778\ud588\uc2b5\ub2c8\ub2e4.",off:"\ub179\ud654\uac00 \uc911\uc9c0\ub428",on:"\ub179\ud654",pending:"\ucc38\uc11d\ud560 \uba64\ubc84\ub97c \uae30\ub2e4\ub9ac\ub294 \uc911\uc785\ub2c8\ub2e4\u2026",rec:"\ub179\ud654",serviceDescription:"\ub179\ud654\ub294 \ub179\ud654 \uc11c\ube44\uc2a4\uc5d0 \uc758\ud574 \uc800\uc7a5\ub429\ub2c8\ub2e4.",serviceName:"\ub179\ud654 \uc11c\ube44\uc2a4",signIn:"\ub85c\uadf8\uc778",signOut:"\ub85c\uadf8\uc544\uc6c3",title:"\ub179\ud654",unavailable:"\uc8c4\uc1a1\ud569\ub2c8\ub2e4. {{serviceName}}\uc740 \ud604\uc7ac \uc0ac\uc6a9\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. \uc800\ud76c\ub294 \ubb38\uc81c\ub97c \ud574\uacb0\ud558\uae30 \uc704\ud574 \ub178\ub825\ud558\uace0 \uc788\uc2b5\ub2c8\ub2e4. \ub098\uc911\uc5d0 \ub2e4\uc2dc \uc2dc\ub3c4 \ud574\uc8fc\uc2ed\uc2dc\uc624.",unavailableTitle:"\ub179\ud654\ub97c \uc0ac\uc6a9\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4"},sectionList:{pullToRefresh:"\ub2f9\uaca8\uc11c \uc0c8\ub85c\uace0\uce68"},security:{about:"\ud68c\uc758\uc5d0 $t(lockRoomPassword)\ub97c \ucd94\uac00\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \ucc38\uac00\uc790\ub294 \ud68c\uc758\uc5d0 \ucc38\uc5ec\ud558\uae30 \uc704\ud574 $t(lockRoomPassword)\ub97c \uc785\ub825\ud574\uc57c\ud569\ub2c8\ub2e4.",aboutReadOnly:"\ubc29\uc7a5\uc740 \ud68c\uc758\uc5d0 $t(lockRoomPassword)\ub97c \ucd94\uac00\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \ucc38\uac00\uc790\ub294 \ud68c\uc758\uc5d0 \ucc38\uc5ec\ud558\uae30 \uc704\ud574 $t(lockRoomPassword)\ub97c \uc785\ub825\ud574\uc57c\ud569\ub2c8\ub2e4.",insecureRoomNameWarning:"\uc6d0\ud558\uc9c0 \uc54a\uc740 \ucc38\uac00\uc790\uac00 \ud68c\uc758\uc5d0 \ucc38\uc5ec\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \ubcf4\uc548 \uc635\uc158 \ubc84\ud2bc\uc744 \ud1b5\ud574 \ud68c\uc758\ub97c \ubcf4\ud638\ud558\ub294 \uac83\uc744 \uace0\ub824\ud558\uc2ed\uc2dc\uc624.",securityOptions:"\ubcf4\uc548 \uc635\uc158"},settings:{calendar:{about:"{{appName}} \uce98\ub9b0\ub354 \ud1b5\ud569\uc740 \uc608\uc815\ub41c \uc77c\uc815\uc744 \uc77d\uc744 \uc218 \uc788\ub3c4\ub85d \uce98\ub9b0\ub354\uc5d0 \uc548\uc804\ud558\uac8c \uc561\uc138\uc2a4\ud558\ub294 \ub370 \uc0ac\uc6a9\ub429\ub2c8\ub2e4.",disconnect:"\uc5f0\uacb0 \ub04a\uae40",microsoftSignIn:"Microsoft\ub85c \ub85c\uadf8\uc778",signedIn:"\ud604\uc7ac {{email}}\uc758 \uce98\ub9b0\ub354 \uc77c\uc815\uc5d0 \uc561\uc138\uc2a4\ud558\uace0 \uc788\uc2b5\ub2c8\ub2e4. \uce98\ub9b0\ub354 \uc774\ubca4\ud2b8 \uc561\uc138\uc2a4\ub97c \uc911\uc9c0\ud558\ub824\uba74 \uc544\ub798 \uc5f0\uacb0 \ud574\uc81c \ubc84\ud2bc\uc744 \ud074\ub9ad\ud558\uc138\uc694.",title:"\uce98\ub9b0\ub354"},devices:"\uc7a5\uce58",followMe:"\ubaa8\ub450 \ub098\uc640 \uac19\uc740 \uc124\uc815 \uc0c1\ud0dc\ub85c",language:"\uc5b8\uc5b4",loggedIn:"{{name}}\uc73c\ub85c \ub85c\uadf8\uc778",moderator:"\ub9c8\uc774\ud06c",more:"\ub354\ubcf4\uae30",name:"\uc774\ub984",noDevice:"\uc5c6\uc74c",selectAudioOutput:"\uc624\ub514\uc624 \ucd9c\ub825",selectCamera:"\uce74\uba54\ub77c",selectMic:"\uc624\ub514\uc624",startAudioMuted:"\ubaa8\ub450\uac00 \uc74c\uc18c\uac70\ub97c \uc2dc\uc791\ud569\ub2c8\ub2e4",startVideoMuted:"\ubaa8\ub450\uac00 \ube44\ub514\uc624 \ube44\ud65c\uc131\ud654\ub85c \uc2dc\uc791\ud569\ub2c8\ub2e4",title:"\uc124\uc815"},settingsView:{advanced:"\uace0\uae09",alertCancel:"\ucde8\uc18c",alertOk:"\ud655\uc778",alertTitle:"\uacbd\uace0",alertURLText:"\uc785\ub825\ub41c \uc11c\ubc84 URL\uc774 \uc798\ubabb\ub418\uc5c8\uc2b5\ub2c8\ub2e4",buildInfoSection:"\ube4c\ub4dc \uc815\ubcf4",conferenceSection:"\ud68c\uc758",displayName:"\uc720\uc800\uc774\ub984",email:"\uc774\uba54\uc77c",header:"\uc124\uc815",profileSection:"\ud504\ub85c\ud544",serverURL:"\uc11c\ubc84 URL",startWithAudioMuted:"\uc624\ub514\uc624 \uc74c\uc18c\uac70 \uc0c1\ud0dc\ub85c \uc2dc\uc791",startWithVideoMuted:"\ube44\ub514\uc624 \ube44\ud65c\uc131\ud654 \uc0c1\ud0dc\ub85c \uc2dc\uc791",version:"\ubc84\uc804"},share:{dialInfoText:"",mainText:"\ud68c\uc758\uc5d0 \ucc38\uc5ec\ud558\ub824\uba74 \ub2e4\uc74c \ub9c1\ud06c\ub97c \ud074\ub9ad\ud558\uc2ed\uc2dc\uc624.\n{{roomUrl}}"},speaker:"\uc2a4\ud53c\ucee4",speakerStats:{hours:"{{count}}h",minutes:"{{count}}m",name:"\uc774\ub984",seconds:"{{count}}s",speakerStats:"\uc811\uc18d\uc790 \ud1b5\uacc4",speakerTime:"\uc811\uc18d\uc790 \uc624\ub514\uc624 \uc0ac\uc6a9 \uc2dc\uac04"},startupoverlay:{policyText:" ",title:"{{app}}\uc740 \ub9c8\uc774\ud06c\uc640 \uce74\uba54\ub77c\ub97c \uc0ac\uc6a9\ud574\uc57c\ud569\ub2c8\ub2e4"},suspendedoverlay:{rejoinKeyTitle:"\uc7ac\uc811\uc18d",text:"\ub2e4\uc2dc \uc5f0\uacb0\ud558\ub824\uba74 \uc7ac\uc811\uc18d \ubc84\ud2bc\uc744 \ub204\ub974\uc2ed\uc2dc\uc624",title:"\ucef4\ud4e8\ud130 \ud734\uc2dd \ubaa8\ub4dc\uac00 \ub418\uc5b4 \ud654\uc0c1 \ud1b5\ud654\uac00 \uc911\ub2e8\ub418\uc5c8\uc2b5\ub2c8\ub2e4"},toolbar:{Settings:"\uc124\uc815",accessibilityLabel:{Settings:"\uc124\uc815 \uc804\ud658",audioOnly:"\uc74c\uc131 \uc804\uc6a9 \ubaa8\ub4dc \uc804\ud658",audioRoute:"\uc74c\uc131 \uc7a5\ube44 \uc120\ud0dd\ud558\uae30",callQuality:"\ube44\ub514\uc624 \ud488\uc9c8 \uad00\ub9ac",cc:"\uc790\ub9c9 \uc0ac\uc6a9 \uc804\ud658",chat:"\ucc44\ud305\ucc3d \ubcf4\uc774\uae30 \uc804\ud658",document:"\ubb38\uc11c \uc804\ud658",feedback:"\ud53c\ub4dc\ubc31 \ub0a8\uae30\uae30",fullScreen:"\uc804\uccb4 \ud654\uba74 \uc804\ud658",hangup:"\ub5a0\ub098\uae30",help:"\ub3c4\uc6c0\ub9d0",invite:"\uc0ac\uc6a9\uc790 \ucd08\ub300",kick:"\ucc38\uac00\uc790 \ucd94\ubc29",lobbyButton:"\ub85c\ube44 \ubaa8\ub4dc \ud65c\uc131\ud654/\ube44\ud65c\uc131\ud654",localRecording:"",lockRoom:"\ud68c\uc758 \ube44\ubc00\ubc88\ud638 \uc804\ud658",moreActions:"",moreActionsMenu:"",mute:"\uc74c\uc18c\uac70 \uc804\ud658",muteEveryone:"\ubaa8\ub450 \uc74c\uc18c\uac70",muteEveryoneElse:"\ub2e4\ub978 \uc0ac\ub78c \ubaa8\ub450 \uc74c\uc18c\uac70",muteEveryoneElsesVideo:"\ub2e4\ub978 \uc0ac\ub78c\uc758 \uce74\uba54\ub77c \ubaa8\ub450 \ube44\ud65c\uc131\ud654",muteEveryonesVideo:"\ubaa8\ub4e0 \uce74\uba54\ub77c \ube44\ud65c\uc131\ud654",pip:"",privateMessage:"\ube44\uacf5\uac1c \uba54\uc138\uc9c0 \ubcf4\ub0b4\uae30",profile:"\ud504\ub85c\ud544 \uc218\uc815",raiseHand:"\uc190 \ub4e4\uae30",recording:"\ub179\ud654 \uc804\ud658",remoteMute:"\ucc38\uac00\uc790 \uc74c\uc18c\uac70",selectBackground:"\ubc30\uacbd \uc120\ud0dd",shareRoom:"\ucd08\ub300\ud558\uae30",shareYourScreen:"\ud654\uba74 \uacf5\uc720 \uc804\ud658",sharedvideo:"YouTube \ube44\ub514\uc624 \uacf5\uc720 \uc804\ud658",shortcuts:"\ub2e8\ucd95\ud0a4 \uc804\ud658",show:"",speakerStats:"\uc811\uc18d\uc790 \ud1b5\uacc4 \uc804\ud658",tileView:"\ud0c0\uc77c\ubdf0 \uc804\ud658",toggleCamera:"\uce74\uba54\ub77c \uc804\ud658",videoblur:"",videomute:"\ube44\ub514\uc624 \ube44\ud65c\uc131\ud654 \uc804\ud658"},addPeople:"\ud1b5\ud654\uc5d0 \uc0ac\uc6a9\uc790 \ucd94\uac00",audioOnlyOff:"\uc74c\uc131\uc804\uc6a9 \ubaa8\ub4dc \ub044\uae30",audioOnlyOn:"\uc74c\uc131\uc804\uc6a9 \ubaa8\ub4dc \ub044\uae30",audioRoute:"\uc74c\uc131 \uc7a5\ube44 \uc120\ud0dd\ud558\uae30",audioSettings:"\uc624\ub514\uc624 \uc124\uc815",authenticate:"\uc778\uc99d\uc911",callQuality:"\ud488\uc9c8 \uc124\uc815\ud558\uae30",chat:"\ub300\ud654 \uc5f4\uae30/\ub2eb\uae30",closeChat:"\ub300\ud654 \ub2eb\uae30",documentClose:"\ubb38\uc11c \uacf5\uc720 \ub2eb\uae30",documentOpen:"\ubb38\uc11c \uacf5\uc720 \uc5f4\uae30",download:"\uc571 \ub2e4\uc6b4\ub85c\ub4dc",enterFullScreen:"\uc804\uccb4\ud654\uba74 \ubcf4\uae30",enterTileView:"\ud0c0\uc77c\ubcf4\uae30 \uc2dc\uc791",exitFullScreen:"\uc804\uccb4\ud654\uba74 \ucde8\uc18c",exitTileView:"\ud0c0\uc77c\ubcf4\uae30 \uc885\ub8cc",feedback:"\ud53c\ub4dc\ubc31 \ub0a8\uae30\uae30",hangup:"\ub5a0\ub098\uae30",help:"\ub3c4\uc6c0\ub9d0",invite:"\ucd08\ub300",login:"\ub85c\uadf8\uc778",logout:"\ub85c\uadf8\uc544\uc6c3",lowerYourHand:"\uc190\uc744 \ub0b4\ub824\uc8fc\uc138\uc694",moreActions:"\ucd94\uac00 \uc561\uc158",moreOptions:"\uc635\uc158 \ub354\ubcf4\uae30",mute:"\uc74c\uc18c\uac70 \uc124\uc815/\ud574\uc81c",muteEveryone:"\ubaa8\ub450 \uc74c\uc18c\uac70",openChat:"\ub300\ud654 \uc5f4\uae30",pip:"",privateMessage:"\ube44\uacf5\uac1c \uba54\uc2dc\uc9c0 \ubcf4\ub0b4\uae30",profile:"\ud504\ub85c\ud544 \uc218\uc815",raiseHand:"\ub9d0\ud558\uae30 \uc694\uccad/\ud574\uc81c",raiseYourHand:"\uc190 \ub4e4\uc5b4\uc8fc\uc138\uc694",security:"\ubcf4\uc548 \uc635\uc158",selectBackground:"\ubc30\uacbd \uc120\ud0dd",shareRoom:"\ucd08\ub300\ud558\uae30",sharedvideo:"YouTube \ube44\ub514\uc624 \uacf5\uc720",shortcuts:"\ub2e8\ucd95\ud0a4\ubcf4\uae30",speakerStats:"\uc811\uc18d\uc790 \ud1b5\uacc4",startScreenSharing:"\ud654\uba74 \uacf5\uc720 \uc2dc\uc791",startSubtitles:"\uc790\ub9c9 \uc2dc\uc791",startvideoblur:"\ub0b4 \ubc30\uacbd\uc744 \ud750\ub9ac\uac8c",stopScreenSharing:"\ud654\uba74 \uacf5\uc720 \uc911\uc9c0",stopSharedVideo:"YouTube \ube44\ub514\uc624 \uacf5\uc720 \uc911\uc9c0",stopSubtitles:"\uc790\ub9c9 \uc911\uc9c0",stopvideoblur:"\ubc30\uacbd \ud750\ub9bc \ube44\ud65c\uc131\ud654",talkWhileMutedPopup:"\uc74c\uc18c\uac70 \uc0c1\ud0dc\uc785\ub2c8\ub2e4.",tileViewToggle:"\ud0c0\uc77c\ubdf0 \uc804\ud658",toggleCamera:"\uce74\uba54\ub77c \uc804\ud658",videoSettings:"\ube44\ub514\uc624 \uc124\uc815",videomute:"\uce74\uba54\ub77c \uc2dc\uc791/\uc911\uc9c0"},transcribing:{ccButtonTooltip:"\uc790\ub9c9 \uc2dc\uc791/\uc885\ub8cc",error:"\ub179\ud654\uac00 \uc2e4\ud328\ud588\uc2b5\ub2c8\ub2e4. \ub2e4\uc2dc \uc2dc\ub3c4\ud558\uc2ed\uc2dc\uc624.",expandedLabel:"\ud604\uc7ac \uc2a4\ud06c\ub9bd\ud2b8 \uc791\uc131 \uc911",failedToStart:"\uc2a4\ud06c\ub9bd\ud2b8 \uc791\uc131\uc744 \uc2dc\uc791\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4.",labelToolTip:"\ud68c\uc758\uac00 \uae30\ub85d\ub418\uace0 \uc788\uc2b5\ub2c8\ub2e4.",off:"\uc2a4\ud06c\ub9bd\ud2b8 \uc791\uc131\uc774 \uc911\uc9c0\ub418\uc5c8\uc2b5\ub2c8\ub2e4.",pending:"\ucc38\uc11d\ud560 \uba64\ubc84\ub97c \uae30\ub2e4\ub9ac\ub294 \uc911\uc785\ub2c8\ub2e4\u2026",start:"\uc790\ub9c9 \ud45c\uc2dc \uc2dc\uc791",stop:"\uc790\ub9c9 \ud45c\uc2dc \uc911\uc9c0",tr:""},userMedia:{androidGrantPermissions:"\ube0c\ub77c\uc6b0\uc800\uc5d0\uc11c \uad8c\ud55c\uc744 \uc694\uccad\ud560 \ub54c \ud5c8\ub77d\uc744 \uc120\ud0dd",chromeGrantPermissions:"\ube0c\ub77c\uc6b0\uc800\uc5d0\uc11c \uad8c\ud55c\uc744 \uc694\uccad\ud560 \ub54c \ud5c8\ub77d\uc744 \uc120\ud0dd",edgeGrantPermissions:"\ube0c\ub77c\uc6b0\uc800\uc5d0\uc11c \uad8c\ud55c\uc744 \uc694\uccad\ud560 \ub54c Yes\ub97c \uc120\ud0dd",electronGrantPermissions:"\uce74\uba54\ub77c\uc640 \ub9c8\uc774\ud06c \uc0ac\uc6a9 \uad8c\ud55c\uc744 \ubd80\uc5ec\ud558\uc2ed\uc2dc\uc624",firefoxGrantPermissions:"\ube0c\ub77c\uc6b0\uc800\uc5d0\uc11c \uad8c\ud55c\uc744 \uc694\uccad\ud560 \ub54c \uc120\ud0dd\ub41c \ub514\ubc14\uc774\uc2a4 \uacf5\uc720\ub97c \uc120\ud0dd",iexplorerGrantPermissions:"\ube0c\ub77c\uc6b0\uc800\uc5d0\uc11c \uad8c\ud55c\uc744 \uc694\uccad\ud560 \ub54c OK\ub97c \uc120\ud0dd",nwjsGrantPermissions:"\uce74\uba54\ub77c\uc640 \ub9c8\uc774\ud06c \uc0ac\uc6a9 \uad8c\ud55c\uc744 \ubd80\uc5ec\ud558\uc2ed\uc2dc\uc624",operaGrantPermissions:"\ube0c\ub77c\uc6b0\uc800\uc5d0\uc11c \uad8c\ud55c\uc744 \uc694\uccad\ud560 \ub54c \ud5c8\ub77d\uc744 \uc120\ud0dd","react-nativeGrantPermissions":"\ube0c\ub77c\uc6b0\uc800\uc5d0\uc11c \uad8c\ud55c\uc744 \uc694\uccad\ud560 \ub54c \ud5c8\ub77d\uc744 \uc120\ud0dd",safariGrantPermissions:"\ube0c\ub77c\uc6b0\uc800\uc5d0\uc11c \uad8c\ud55c\uc744 \uc694\uccad\ud560 \ub54c OK\ub97c \uc120\ud0dd"},videoSIPGW:{busy:"\uc790\uc6d0\uc744 \ud655\ubcf4\ud558\uae30 \uc704\ud574 \ub178\ub825\ud558\uace0 \uc788\uc2b5\ub2c8\ub2e4. \uba87 \ubd84 \ud6c4\uc5d0 \ub2e4\uc2dc \uc2dc\ub3c4\ud558\uc2ed\uc2dc\uc624.",busyTitle:"\uc11c\ube44\uc2a4\uac00 \ud604\uc7ac \uc0ac\uc6a9 \uc911\uc785\ub2c8\ub2e4",errorAlreadyInvited:"{{displayName}} \uc774\ubbf8 \ucd08\ub300\ub418\uc5c8\uc2b5\ub2c8\ub2e4",errorInvite:"\ud68c\uc758\uac00 \uc544\uc9c1 \uc124\uc815\ub418\uc9c0 \uc54a\uc558\uc2b5\ub2c8\ub2e4. \ub098\uc911\uc5d0 \ub2e4\uc2dc \uc2dc\ub3c4 \ud574\uc8fc\uc2ed\uc2dc\uc624.",errorInviteFailed:"\ubb38\uc81c\ub97c \ud574\uacb0\ud558\uae30 \uc704\ud574 \ub178\ub825\ud558\uace0 \uc788\uc2b5\ub2c8\ub2e4. \ub098\uc911\uc5d0 \ub2e4\uc2dc \uc2dc\ub3c4 \ud574\uc8fc\uc2ed\uc2dc\uc624.",errorInviteFailedTitle:"{{displayName}} \ucd08\ub300 \uc2e4\ud328",errorInviteTitle:"\ucd08\ub300\ud558\ub294 \uc911\uc5d0 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4",pending:"{{displayName}} \uc774\ubbf8 \ucd08\ub300\ub418\uc5c8\uc2b5\ub2c8\ub2e4"},videoStatus:{audioOnly:"\uc624\ub514\uc624 \uc804\uc6a9",audioOnlyExpanded:"\ub0ae\uc740 \ub300\uc5ed\ud3ed \ubaa8\ub4dc\uc5d0 \uc788\uc2b5\ub2c8\ub2e4. \uc774 \ubaa8\ub4dc\uc5d0\uc11c\ub294 \uc624\ub514\uc624 \ubc0f \ud654\uba74 \uacf5\uc720\ub9cc \uc218\uc2e0\ud569\ub2c8\ub2e4.",callQuality:"\ube44\ub514\uc624 \ud488\uc9c8",hd:"HD",highDefinition:"\uace0\ud574\uc0c1\ub3c4",labelTooiltipNoVideo:"\ube44\ub514\uc624 \uc5c6\uc74c",labelTooltipAudioOnly:"\uc624\ub514\uc624 \uc804\uc6a9 \ubaa8\ub4dc \uc0ac\uc6a9",ld:"LD",lowDefinition:"\uc800\ud654\uc9c8",onlyAudioAvailable:"\uc624\ub514\uc624\ub9cc \uc0ac\uc6a9\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4",onlyAudioSupported:"\uc774 \ube0c\ub77c\uc6b0\uc800\uc5d0\uc11c\ub294 \uc624\ub514\uc624\ub9cc \uc9c0\uc6d0\ud569\ub2c8\ub2e4",sd:"SD",standardDefinition:"\ud45c\uc900 \ud574\uc0c1\ub3c4"},videothumbnail:{domute:"\uc74c\uc18c\uac70",flip:"\ud50c\ub9bd",kick:"\ub0b4\ubcf4\ub0b4\uae30",moderator:"\uc911\uc7ac\uc790",mute:"\ucc38\uac00\uc790 \uc74c\uc18c\uac70",muted:"\uc74c\uc18c\uac70\ub428",remoteControl:"\uc6d0\uaca9 \uc81c\uc5b4",show:"\ud654\uba74\uc5d0 \ud45c\uc2dc",videomute:"\ucc38\uac00\uc790\uac00 \uce74\uba54\ub77c\ub97c \uc911\uc9c0\ud588\uc2b5\ub2c8\ub2e4."},virtualBackground:{enableBlur:"\ud750\ub9b0 \ubc30\uacbd \ud65c\uc131\ud654",none:"\uc5c6\uc74c",pleaseWait:"\uc7a0\uc2dc\ub9cc \uae30\ub2e4\ub824\uc8fc\uc138\uc694...",removeBackground:"\ubc30\uacbd \uc81c\uac70",title:"\ubc30\uacbd",uploadImage:"\uc774\ubbf8\uc9c0 \uc5c5\ub85c\ub4dc"},welcomepage:{accessibilityLabel:{join:"\uac00\uc785",roomname:"\ubc29 \uc774\ub984 \uc785\ub825"},appDescription:"\uc804\uccb4 \ud300\uacfc \ud654\uc0c1 \ucc44\ud305\uc744\ud558\uc2ed\uc2dc\uc624. \ub2f9\uc2e0\uc774 \uc544\ub294 \ubaa8\ub4e0 \uc0ac\ub78c\ub4e4\uc744 \ucd08\ub300\ud558\uc2ed\uc2dc\uc624. {{app}}\uc740 \uc644\uc804\ud788 \uc554\ud638\ud654 \ub41c 100 % \uc624\ud508 \uc18c\uc2a4 \ud654\uc0c1 \ud68c\uc758 \uc194\ub8e8\uc158\uc73c\ub85c \uacc4\uc815 \uc5c6\uc774\ub3c4 \ud558\ub8e8 \uc885\uc77c, \ub9e4\uc77c \ubb34\ub8cc\ub85c \uc0ac\uc6a9\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.",audioVideoSwitch:{audio:"\uc74c\uc131",video:"\ube44\ub514\uc624"},calendar:"\uce98\ub9b0\ub354",connectCalendarButton:"\uce98\ub9b0\ub354\ub97c \uc5f0\uacb0\ud558\uc138\uc694",connectCalendarText:"{{app}}\uc5d0\uc11c \ubaa8\ub4e0 \ud68c\uc758\ub97c \ubcf4\ub824\uba74 \uce98\ub9b0\ub354\ub97c \uc5f0\uacb0\ud558\uc138\uc694. \ub610\ud55c \uce98\ub9b0\ub354\uc5d0 {{provider}} \ud68c\uc758\ub97c \ucd94\uac00\ud558\uace0 \ud074\ub9ad \ud55c \ubc88\uc73c\ub85c \uc2dc\uc791\ud558\uc138\uc694.",enterRoomTitle:"\uc0c8 \ud68c\uc758 \uc2dc\uc791",getHelp:"\ub3c4\uc6c0 \ubc1b\uae30",go:"\uacc4\uc18d",goSmall:"\uacc4\uc18d",info:"\uc815\ubcf4",join:"\uac00\uc785",privacy:"\uac1c\uc778\uc815\ubcf4",recentList:"\ucd5c\uadfc",recentListDelete:"\uc0ad\uc81c",recentListEmpty:"\ucd5c\uadfc \ubaa9\ub85d\uc774 \ud604\uc7ac \ube44\uc5b4 \uc788\uc2b5\ub2c8\ub2e4. \ud300\uacfc \ucc44\ud305\ud558\uba74 \uc5ec\uae30\uc5d0\uc11c \ucd5c\uadfc \ud68c\uc758\ub97c \ubaa8\ub450 \ucc3e\uc744 \uc218 \uc788\uc2b5\ub2c8\ub2e4.",reducedUIText:"{{app}}\uc5d0 \uc624\uc2e0 \uac83\uc744 \ud658\uc601\ud569\ub2c8\ub2e4!",roomNameAllowedChars:"\ud68c\uc758 \uc774\ub984\uc740 \uc774\ub7ec\ud55c \ubb38\uc790\ub97c \ud3ec\ud568 \ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.: ?, &, :, ', \", %, #.",roomname:"\ubc29 \uc774\ub984 \uc785\ub825",roomnameHint:"\ucc38\uc5ec\ud558\ub824\ub294 \ubc29\uc758 \uc774\ub984 \ub610\ub294 URL\uc744 \uc785\ub825\ud558\uc2ed\uc2dc\uc624. \uc774\ub984\uc744 \uc815\ud558\uace0 \ub9cc\ub098\ub294 \uc0ac\ub78c\ub4e4\uc5d0\uac8c \uac19\uc740 \uc774\ub984\uc744 \uc785\ub825\ud558\ub3c4\ub85d \uc54c\ub9ac\uba74\ub429\ub2c8\ub2e4.",sendFeedback:"\ud53c\ub4dc\ubc31 \ubcf4\ub0b4\uae30",terms:"\uc774\uc6a9\uc57d\uad00",title:"\uc548\uc804\ud558\uace0 \ubaa8\ub4e0 \uae30\ub2a5\uc744 \uac16\ucd98 \uc644\uc804 \ubb34\ub8cc \ud654\uc0c1 \ud68c\uc758"}}},839,[]); -__d(function(e,o,i,t,n,r,a){n.exports={addPeople:{add:"\u0423\u0440\u0438\u0445",addContacts:"\u0425\u0430\u0440\u0438\u043b\u0446\u0430\u0433\u0447\u0430\u0430 \u0443\u0440\u0438\u043d\u0430 \u0443\u0443",contacts:"\u0425\u0430\u0440\u0438\u043b\u0446\u0430\u0433\u0447",copyInvite:"\u0423\u0443\u043b\u0437\u0430\u043b\u0442\u044b\u043d \u0443\u0440\u0438\u043b\u0433\u0430 \u0445\u0443\u0443\u043b\u0430\u0445",copyLink:"\u0423\u0443\u043b\u0437\u0430\u043b\u0442\u044b\u043d \u043b\u0438\u043d\u043a \u0445\u0443\u0443\u043b\u0430\u0445",copyStream:"\u0428\u0443\u0443\u0434 \u0434\u0430\u043c\u0436\u0443\u0443\u043b\u0430\u043b\u0442\u044b\u043d \u043b\u0438\u043d\u043a \u0445\u0443\u0443\u043b\u0430\u0445",countryNotSupported:"\u0422\u0430\u043d\u0430\u0439 \u0443\u043b\u0441\u044b\u0433 \u0445\u0430\u0440\u0430\u0430\u0445\u0430\u043d \u0434\u044d\u043c\u0436\u0438\u0445\u0433\u04af\u0439 \u0431\u0430\u0439\u043d\u0430.",countryReminder:"\u0410\u041d\u0423-\u0430\u0430\u0441 \u04e9\u04e9\u0440 \u0443\u043b\u0441\u0440\u0443\u0443 \u0437\u0430\u043b\u0433\u0430\u0445 \u0431\u043e\u043b \u0443\u043b\u0441\u044b\u043d \u043a\u043e\u0434\u043e\u043e \u043e\u0440\u0443\u0443\u043b\u043d\u0430 \u0443\u0443!",defaultEmail:"\u0422\u0430\u043d\u044b \u04af\u043d\u0434\u0441\u044d\u043d \u0438-\u043c\u044d\u0439\u043b",disabled:"\u0425\u04af\u043c\u04af\u04af\u0441\u0438\u0439\u0433 \u0443\u0440\u0438\u0445 \u0431\u043e\u043b\u043e\u043c\u0436\u0433\u04af\u0439.",failedToAdd:"\u041e\u0440\u043e\u043b\u0446\u043e\u0433\u0447 \u043d\u044d\u043c\u0436 \u0447\u0430\u0434\u0441\u0430\u043d\u0433\u04af\u0439",googleEmail:"Google \u0438-\u043c\u044d\u0439\u043b",inviteMoreHeader:"\u0422\u0430 \u044d\u043d\u044d \u0443\u0443\u043b\u0437\u0430\u043b\u0442\u044b\u043d \u0446\u043e\u0440\u044b\u043d \u0433\u0430\u043d\u0446 \u043e\u0440\u043e\u043b\u0446\u043e\u0433\u0447 \u0431\u0430\u0439\u043d\u0430",inviteMoreMailSubject:"{{appName}} \u0443\u0443\u043b\u0437\u0430\u043b\u0442\u0430\u0434 \u043e\u0440\u043e\u043b\u0446\u043e\u0445",inviteMorePrompt:"\u0425\u04af\u043d \u043d\u044d\u043c\u0436 \u0443\u0440\u0438\u0445",linkCopied:"\u041b\u0438\u043d\u043a \u0445\u0443\u0443\u043b\u0441\u0430\u043d",noResults:"\u04ae\u0440 \u0434\u04af\u043d \u043e\u043b\u0434\u0441\u043e\u043d\u0433\u04af\u0439",outlookEmail:"Outlook \u0438-\u043c\u044d\u0439\u043b",phoneNumbers:"\u0443\u0442\u0430\u0441\u043d\u044b \u0434\u0443\u0433\u0430\u0430\u0440",searching:"\u0425\u0430\u0439\u0436 \u0431\u0430\u0439\u043d\u0430 ...",shareInvite:"\u0423\u0443\u043b\u0437\u0430\u043b\u0442\u044b\u043d \u0443\u0440\u0438\u043b\u0433\u0430 \u0445\u0443\u0432\u0430\u0430\u043b\u0446\u0430\u0445",shareLink:"\u0423\u0443\u043b\u0437\u0430\u043b\u0442\u044b\u043d \u043b\u0438\u043d\u043a \u0445\u0443\u0432\u0430\u0430\u043b\u0446\u0430\u043d \u0431\u0443\u0441\u0434\u044b\u0433 \u0443\u0440\u0438\u0445",shareStream:"\u0428\u0443\u0443\u0434 \u0434\u0430\u043c\u0436\u0443\u0443\u043b\u0430\u043b\u0442\u044b\u043d \u043b\u0438\u043d\u043a \u0445\u0443\u0432\u0430\u0430\u043b\u0446\u0430\u0445",sipAddresses:"sip \u0445\u0430\u044f\u0433",telephone:"\u0423\u0442\u0430\u0441: {{number}}",title:"\u0425\u04af\u043c\u04af\u04af\u0441\u0438\u0439\u0433 \u0443\u0443\u043b\u0437\u0430\u043b\u0442\u0430\u0434 \u0443\u0440\u0438\u0445",yahooEmail:"Yahoo \u0438-\u043c\u044d\u0439\u043b"},audioDevices:{bluetooth:"Bluetooth",car:"\u041c\u0430\u0448\u0438\u043d\u044b \u0430\u0443\u0434\u0438\u043e",headphones:"\u0427\u0438\u0445\u044d\u0432\u0447",none:"\u0414\u0443\u0443\u043d\u044b \u0442\u04e9\u0445\u04e9\u04e9\u0440\u04e9\u043c\u0436 \u0431\u0430\u0439\u0445\u0433\u04af\u0439",phone:"\u0423\u0442\u0430\u0441",speaker:"\u042f\u0440\u0438\u0433\u0447"},audioOnly:{audioOnly:"\u0427\u0430\u043d\u0430\u0440 \u0431\u0430\u0433\u0430\u0441\u0433\u0430\u0445"},breakoutRooms:{actions:{add:"\u0414\u044d\u0434 \u04e9\u0440\u04e9\u04e9 \u043d\u044d\u043c\u044d\u0445",autoAssign:"\u0414\u044d\u0434 \u04e9\u0440\u04e9\u04e9 \u0440\u04af\u04af \u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0430\u0430\u0440 \u043e\u043d\u043e\u043e\u0445",close:"\u0425\u0430\u0430\u0445",join:"\u041e\u0440\u043e\u043b\u0446\u043e\u0445",leaveBreakoutRoom:"\u0414\u044d\u0434 \u04e9\u0440\u04e9\u04e9\u043d\u04e9\u04e9\u0441 \u0433\u0430\u0440\u0430\u0445",more:"\u0418\u043b\u04af\u04af",remove:"\u0423\u0441\u0442\u0433\u0430\u0445",sendToBreakoutRoom:"\u041e\u0440\u043e\u043b\u0446\u043e\u0433\u0447\u0438\u0439\u0433 \u0437\u04e9\u04e9\u0445:"},defaultName:"\u0414\u044d\u0434 \u04e9\u0440\u04e9\u04e9 #{{index}}",mainRoom:"\u04ae\u043d\u0434\u0441\u044d\u043d \u04e9\u0440\u04e9\u04e9",notifications:{joined:"\"{{name}}\" \u0434\u044d\u0434 \u04e9\u0440\u04e9\u04e9\u043d\u0434 \u043d\u044d\u0433\u0434\u044d\u0445",joinedMainRoom:"\u04ae\u043d\u0434\u0441\u044d\u043d \u04e9\u0440\u04e9\u04e9\u043d\u0434 \u043d\u044d\u0433\u0434\u044d\u0445",joinedTitle:"\u0414\u044d\u0434 \u04e9\u0440\u04e9\u04e9\u043d\u04af\u04af\u0434"}},calendarSync:{addMeetingURL:"\u0423\u0443\u043b\u0437\u0430\u043b\u0442\u044b\u043d \u0445\u043e\u043b\u0431\u043e\u043e\u0441\u044b\u0433 \u043d\u044d\u043c\u043d\u044d \u04af\u04af",confirmAddLink:"\u0422\u0430 \u044d\u043d\u044d \u04af\u0439\u043b \u044f\u0432\u0434\u0430\u043b\u0434 \u0445\u043e\u043b\u0431\u043e\u043e\u0441\u044b\u0433 \u043d\u044d\u043c\u044d\u0445\u0438\u0439\u0433 \u0445\u04af\u0441\u0447 \u0431\u0430\u0439\u043d\u0430 \u0443\u0443?",error:{appConfiguration:"\u0425\u0443\u0430\u043d\u043b\u0438\u0433\u0438\u0439\u043d \u0445\u043e\u043b\u0431\u043e\u043b\u0442\u044b\u0433 \u0437\u04e9\u0432 \u0442\u043e\u0445\u0438\u0440\u0443\u0443\u043b\u0430\u0430\u0433\u04af\u0439 \u0431\u0430\u0439\u043d\u0430.",generic:"\u0410\u043b\u0434\u0430\u0430 \u0433\u0430\u0440\u0441\u0430\u043d \u0431\u0430\u0439\u043d\u0430. \u0425\u0443\u0430\u043d\u043b\u0438\u0433\u0438\u0439\u043d \u0442\u043e\u0445\u0438\u0440\u0433\u043e\u043e\u0433\u043e\u043e \u0448\u0430\u043b\u0433\u0430\u0445 \u044d\u0441\u0432\u044d\u043b \u0445\u0443\u0430\u043d\u043b\u0438\u0433 \u0434\u0430\u0445\u0438\u043d \u0430\u0447\u0430\u0430\u043b\u043b\u0430\u0436 \u04af\u0437\u043d\u044d \u04af\u04af.",notSignedIn:"\u0425\u0443\u0430\u043d\u043b\u0438\u0433\u0438\u0439\u043d \u0442\u043e\u0432\u044b\u0433 \u0445\u0430\u0440\u0430\u0445 \u04af\u0435\u0434 \u043d\u044d\u0432\u0442\u0440\u044d\u043b\u0442\u0438\u0439\u043d \u0430\u043b\u0434\u0430\u0430 \u0433\u0430\u0440\u0441\u0430\u043d. \u0422\u0430 \u0445\u0443\u0430\u043d\u043b\u0438\u0433\u0438\u0439\u043d \u0442\u043e\u0445\u0438\u0440\u0433\u043e\u043e\u0433 \u0448\u0430\u043b\u0433\u0430\u0430\u0434 \u0434\u0430\u0445\u0438\u043d \u043d\u044d\u0432\u0442\u0440\u044d\u044d\u0434 \u04af\u0437\u043d\u044d \u04af\u04af."},join:"\u041d\u044d\u0433\u0434\u044d\u0445",joinTooltip:"\u0423\u0443\u043b\u0437\u0430\u043b\u0442\u0430\u0434 \u043d\u044d\u0433\u0434\u044d\u0445",nextMeeting:"\u0414\u0430\u0440\u0430\u0430\u0433\u0438\u0439\u043d \u0443\u0443\u043b\u0437\u0430\u043b\u0442",noEvents:"\u0423\u0434\u0430\u0445\u0433\u04af\u0439 \u0431\u043e\u043b\u043e\u0445 \u04af\u0439\u043b \u044f\u0432\u0434\u0430\u043b \u0431\u0430\u0439\u0445\u0433\u04af\u0439 \u0431\u0430\u0439\u043d\u0430.",ongoingMeeting:"\u0438\u0434\u044d\u0432\u0445\u0442\u044d\u0439 \u0443\u0443\u043b\u0437\u0430\u043b\u0442",permissionButton:"\u0422\u043e\u0445\u0438\u0440\u0433\u043e\u043e \u043d\u044d\u044d\u0445",permissionMessage:"\u0410\u043f\u043f-\u0434 \u0443\u0443\u043b\u0437\u0430\u043b\u0442\u0430\u0430 \u043d\u044d\u043c\u044d\u0445\u0438\u0439\u043d \u0442\u0443\u043b\u0434 \u0446\u0430\u0433\u0430\u043b\u0431\u0430\u0440\u044b\u043d \u0437\u04e9\u0432\u0448\u04e9\u04e9\u0440\u04e9\u043b \u0448\u0430\u0430\u0440\u0434\u043b\u0430\u0433\u0430\u0442\u0430\u0439.",refresh:"\u0425\u0443\u0430\u043d\u043b\u0438\u0433 \u0434\u0430\u0445\u0438\u043d \u0430\u0447\u0430\u0430\u043b\u0430\u0445",today:"\u04e8\u043d\u04e9\u04e9\u0434\u04e9\u0440"},carmode:{actions:{selectSoundDevice:"\u0414\u0443\u0443\u043d\u044b \u0442\u04e9\u0445\u04e9\u04e9\u0440\u04e9\u043c\u0436 \u0441\u043e\u043d\u0433\u043e\u0445"},labels:{buttonLabel:"\u041c\u0430\u0448\u0438\u043d\u044b \u0433\u043e\u0440\u0438\u043c",title:"\u041c\u0430\u0448\u0438\u043d\u044b \u0433\u043e\u0440\u0438\u043c",videoStopped:"\u0422\u0430\u043d\u044b \u0432\u0438\u0434\u0435\u043e \u0437\u043e\u0433\u0441\u0441\u043e\u043d"}},chat:{enter:"\u04e8\u0440\u04e9\u04e9\u043d\u0434 \u043e\u0440\u043e\u0445",error:"\u0410\u043b\u0434\u0430\u0430: \u0442\u0430\u043d\u044b \u043c\u0435\u0441\u0441\u0435\u0436 \u0438\u043b\u0433\u044d\u044d\u0433\u0434\u044d\u044d\u0433\u04af\u0439 \u0431\u0430\u0439\u043d\u0430. \u0428\u0430\u043b\u0442\u0433\u0430\u0430\u043d: {{error}}",fieldPlaceHolder:"\u042d\u043d\u0434 \u0447\u0430\u0442\u0430\u0430 \u0431\u0438\u0447\u043d\u044d \u04af\u04af",lobbyChatMessageTo:"{{recipient}} \u0440\u04af\u04af \u043b\u043e\u0431\u0431\u0438 \u0447\u0430\u0442 \u0437\u0443\u0440\u0432\u0430\u0441",message:"\u0417\u0443\u0440\u0432\u0430\u0441",messageAccessibleTitle:"{{user}} \u044f\u0440\u044c\u0436 \u0431\u0430\u0439\u043d\u0430:",messageAccessibleTitleMe:"\u0411\u0438 \u044f\u0440\u044c\u0436 \u0431\u0430\u0439\u043d\u0430:",messageTo:"\u0425\u0443\u0432\u0438\u0439\u043d \u0437\u0443\u0440\u0432\u0430\u0441 {{recipient}}",messagebox:"\u0417\u0443\u0440\u0432\u0430\u0441 \u0431\u0438\u0447\u0438\u0445",newMessages:"\u0428\u0438\u043d\u044d \u0437\u0443\u0440\u0432\u0430\u0441",nickname:{popover:"\u041d\u044d\u0440 \u0431\u0438\u0447\u043d\u044d \u04af\u04af",title:"\u041d\u044d\u0440\u044d\u044d \u043e\u0440\u0443\u0443\u043b\u043d\u0430 \u0443\u0443",titleWithPolls:"\u041d\u044d\u0440\u044d\u044d \u043e\u0440\u0443\u0443\u043b\u043d\u0430 \u0443\u0443"},noMessagesMessage:"\u042d\u043d\u044d \u0443\u0443\u043b\u0437\u0430\u043b\u0442\u0430\u0434 \u044f\u043c\u0430\u0440 \u0447 \u0437\u0443\u0440\u0432\u0430\u0441 \u0431\u0430\u0439\u0445\u0433\u04af\u0439. \u042d\u043d\u0434\u044d\u044d\u0441 \u0437\u0443\u0440\u0432\u0430\u0441\u0430\u0430 \u044d\u0445\u043b\u04af\u04af\u043b\u043d\u044d \u04af\u04af!",privateNotice:"\u0425\u0443\u0432\u0438\u0439\u043d \u0437\u0443\u0440\u0432\u0430\u0441 {{recipient}}",sendButton:"\u0418\u043b\u0433\u044d\u044d\u0445",smileysPanel:"\u042d\u043c\u043e\u0436\u0438 \u0441\u0430\u043c\u0431\u0430\u0440",tabs:{chat:"\u0427\u0430\u0442",polls:"\u0421\u0430\u043d\u0430\u043b \u0430\u0441\u0443\u0443\u043b\u0433\u0430"},title:"\u0427\u0430\u0442",titleWithPolls:"\u0427\u0430\u0442",you:"\u0447\u0438"},chromeExtensionBanner:{buttonText:"Chrome Extension \u0441\u0443\u0443\u043b\u0433\u0430\u0445",buttonTextEdge:"Edge Extension \u0441\u0443\u0443\u043b\u0433\u0430\u0445",close:"\u0425\u0430\u0430\u0445",dontShowAgain:"\u042d\u043d\u0438\u0439\u0433 \u0434\u0430\u0445\u0438\u043d \u0445\u0430\u0440\u0430\u0445\u0433\u04af\u0439",installExtensionText:"Google Calendar \u0431\u043e\u043b\u043e\u043d Office 365 \u0438\u043d\u0442\u0435\u0433\u0440\u0430\u0446\u0438 \u0445\u0438\u0439\u0445\u0438\u0439\u043d \u0442\u0443\u043b\u0434 \u044d\u043d\u044d extension \u0441\u0443\u0443\u043b\u0433\u0430\u043d\u0430"},connectingOverlay:{joiningRoom:"\u0422\u0430\u043d\u044b\u0433 \u0443\u0443\u043b\u0437\u0430\u043b\u0442\u0430\u0434 \u0445\u043e\u043b\u0431\u043e\u0436 \u0431\u0430\u0439\u043d\u0430..."},connection:{ATTACHED:"\u0425\u0430\u0432\u0441\u0430\u0440\u0433\u0430\u0441\u0430\u043d",AUTHENTICATING:"\u041d\u044d\u0432\u0442\u044d\u0440\u0447 \u0431\u0430\u0439\u043d\u0430",AUTHFAIL:"\u041d\u044d\u0432\u0442\u0440\u044d\u043b\u0442 \u0430\u043c\u0436\u0438\u043b\u0442\u0433\u04af\u0439 \u0431\u043e\u043b\u0441\u043e\u043d",CONNECTED:"\u0425\u043e\u043b\u0431\u043e\u0433\u0434\u0441\u043e\u043d",CONNECTING:"\u0425\u043e\u043b\u0431\u043e\u0436 \u0431\u0430\u0439\u043d\u0430",CONNFAIL:"\u0425\u043e\u043b\u0431\u043e\u043b\u0442 \u0430\u043c\u0436\u0438\u043b\u0442\u0433\u04af\u0439 \u0431\u043e\u043b\u0441\u043e\u043d",DISCONNECTED:"\u0425\u043e\u043b\u0431\u043e\u0433\u0434\u043e\u043e\u0433\u04af\u0439",DISCONNECTING:"\u0421\u0430\u043b\u0433\u0430\u0436 \u0431\u0430\u0439\u043d\u0430",ERROR:"\u0410\u043b\u0434\u0430\u0430",FETCH_SESSION_ID:"\u041e\u0440\u043e\u043b\u0446\u043e\u0433\u0447\u0438\u0439\u043d \u0445\u043e\u043b\u0431\u043e\u043b\u0442\u044b\u0433 \u043e\u043b\u043e\u0445...",GET_SESSION_ID_ERROR:"\u041e\u0440\u043e\u043b\u0446\u043e\u0433\u0447\u0438\u0439\u043d \u0445\u043e\u043b\u0431\u043e\u043b\u0442 \u0434\u044d\u044d\u0440 \u0430\u043b\u0434\u0430\u0430: {{code}}",GOT_SESSION_ID:"\u041e\u0440\u043e\u043b\u0446\u043e\u0433\u0447\u0438\u0439\u043d \u0445\u043e\u043b\u0431\u043e\u043b\u0442\u044b\u0433 \u043e\u043b\u043e\u0445... \u0414\u0443\u0443\u0441\u0441\u0430\u043d",LOW_BANDWIDTH:"{{displayName}} \u0447\u0430\u043d\u0430\u0440\u044b\u0433 \u0431\u0443\u0443\u0440\u0443\u0443\u043b\u0436 \u0432\u0438\u0434\u0435\u043e \u0443\u043d\u0442\u0440\u0430\u0430\u0441\u0430\u043d \u0431\u0430\u0439\u043d\u0430"},connectionindicator:{address:"\u0425\u0430\u044f\u0433:",audio_ssrc:"Audio SSRC",bandwidth:"\u0422\u043e\u043e\u0446\u043e\u043e\u043b\u0441\u043e\u043d \u0447\u0430\u043d\u0430\u0440:",bitrate:"\u0411\u0438\u0442 \u0445\u0443\u0440\u0434:",bridgeCount:"\u0421\u0435\u0440\u0432\u0435\u0440\u0438\u0439\u043d \u0442\u043e\u043e: ",codecs:"Codecs (A/V)",connectedTo:"\u0425\u043e\u043b\u0431\u043e\u0433\u0434\u0441\u043e\u043d:",e2eeVerified:"E2EE \u0431\u0430\u0442\u0430\u043b\u0433\u0430\u0430\u0436\u0441\u0430\u043d",framerate:"\u041d\u044f\u0433\u0442\u0430\u0440\u0448\u0438\u043b:",less:"\u0425\u0443\u0440\u0430\u0430\u0445",localaddress:"\u0414\u043e\u0442\u043e\u043e\u0434 \u0445\u0430\u044f\u0433:",localaddress_plural:"\u0414\u043e\u0442\u043e\u043e\u0434 \u0445\u0430\u044f\u0433\u0443\u0443\u0434:",localport:"\u0414\u043e\u0442\u043e\u043e\u0434 \u043f\u043e\u0440\u0442:",localport_plural:"\u0414\u043e\u0442\u043e\u043e\u0434 \u043f\u043e\u0440\u0442\u0443\u0443\u0434:",maxEnabledResolution:"send max",more:"\u0414\u044d\u043b\u0433\u044d\u0440\u044d\u043d\u0433\u04af\u0439",no:"\u04af\u0433\u04af\u0439",packetloss:"\u0410\u043b\u0434\u0430\u0433\u0434\u0430\u043b:",participant_id:"\u041e\u0440\u043e\u043b\u0446\u043e\u0433\u0447\u0438\u0439\u043d ID:",quality:{good:"\u0421\u0430\u0439\u043d",inactive:"\u0418\u0434\u044d\u0432\u0445\u0433\u04af\u0439",lost:"\u0410\u043b\u0434\u0430\u0433\u0434\u0430\u043b\u0442\u0430\u0439",nonoptimal:"\u041e\u0440\u043e\u043c\u0433\u04af\u0439",poor:"\u041c\u0443\u0443"},remoteaddress:"\u0413\u0430\u0434\u0430\u0430\u0434 \u0445\u0430\u044f\u0433:",remoteaddress_plural:"\u0413\u0430\u0434\u0430\u0430\u0434 \u0445\u0430\u044f\u0433\u0443\u0443\u0434:",remoteport:"\u0413\u0430\u0434\u0430\u0430\u0434 \u043f\u043e\u0440\u0442:",remoteport_plural:"\u0413\u0430\u0434\u0430\u0430\u0434 \u043f\u043e\u0440\u0442\u0443\u0443\u0434:",resolution:"\u0425\u044d\u043c\u0436\u044d\u044d:",savelogs:"\u041b\u043e\u0433 \u0445\u0430\u0434\u0433\u0430\u043b\u0430\u0445",status:"\u0425\u043e\u043b\u0431\u043e\u043b\u0442:",transport:"\u0422\u0440\u0430\u043d\u0441\u043f\u043e\u0440\u0442:",transport_plural:"\u0422\u0440\u0430\u043d\u0441\u043f\u043e\u0440\u0442:",video_ssrc:"\u0412\u0438\u0434\u0435\u043e SSRC:",yes:"\u0442\u0438\u0439\u043c"},dateUtils:{earlier:"\u04e8\u043c\u043d\u04e9\u0445",today:"\u04e8\u043d\u04e9\u04e9\u0434\u04e9\u0440",yesterday:"\u04e8\u0447\u0438\u0433\u0434\u04e9\u0440"},deepLinking:{appNotInstalled:"\u0422\u0430 \u0443\u0442\u0441\u0430\u043d \u0434\u044d\u044d\u0440\u044d\u044d \u0443\u0443\u043b\u0437\u0430\u043b\u0442 \u043e\u0440\u043e\u043b\u0446\u043e\u0445\u044b\u043d \u0442\u0443\u043b\u0434 \u0442\u0430\u043d\u0434 {{app}} \u043c\u043e\u0431\u0430\u0439\u043b \u0430\u043f\u043f \u0448\u0430\u0430\u0440\u0434\u043b\u0430\u0433\u0430\u0442\u0430\u0439.",description:"\u0411\u0438\u0434 \u0442\u0430\u043d\u044b \u0443\u0443\u043b\u0437\u0430\u043b\u0442\u044b\u0433 {{app}} desktop \u0430\u043f\u043f \u0434\u043e\u0442\u043e\u0440 \u044d\u0445\u043b\u04af\u04af\u043b\u044d\u0445\u0438\u0439\u0433 \u043e\u0440\u043e\u043b\u0434\u0441\u043e\u043d. \u0414\u0430\u0445\u0438\u043d \u043e\u0440\u043e\u043b\u0434\u043e\u0445 \u044d\u0441\u0432\u044d\u043b {{app}} \u0432\u0435\u0431 \u0430\u043f\u043f \u0434\u044d\u044d\u0440 \u044d\u0445\u043b\u04af\u04af\u043b\u043d\u044d \u04af\u04af.",descriptionNew:"\u0411\u043e\u043b\u043e\u0445\u0433\u04af\u0439 \u0431\u0430\u0439\u043d\u0430 \u0443\u0443? \u0422\u0430\u043d\u044b\u0433 {{app}} desktop \u0430\u043f\u043f\u0430\u0430\u0440 \u0434\u0430\u043c\u0436\u0443\u0443\u043b\u0430\u043d \u0443\u0443\u043b\u0437\u0430\u043b\u0442\u0430\u0434 \u043e\u0440\u0443\u0443\u043b\u0430\u0445\u044b\u0433 \u043e\u0440\u043e\u043b\u0434\u043e\u0436 \u0431\u0430\u0439\u043d\u0430.

\u0412\u044d\u0431 \u0445\u0443\u0443\u0434\u0430\u0441\u043d\u0430\u0430\u0441 \u0434\u0430\u0445\u0438\u043d \u043e\u0440\u043e\u043b\u0434\u043e\u043e\u0434 \u04af\u0437\u043d\u044d \u04af\u04af.",descriptionWithoutWeb:"\u0411\u0438\u0434 \u0442\u0430\u043d\u044b \u0443\u0443\u043b\u0437\u0430\u043b\u0442\u044b\u0433 {{app}} desktop \u0430\u043f\u043f \u0434\u043e\u0442\u043e\u0440 \u044d\u0445\u043b\u04af\u04af\u043b\u044d\u0445\u0438\u0439\u0433 \u043e\u0440\u043e\u043b\u0434\u0441\u043e\u043d.",downloadApp:"\u0410\u043f\u043f \u0442\u0430\u0442\u0430\u0436 \u0430\u0432\u0430\u0445",downloadMobileApp:"App Store-\u0430\u0430\u0441 \u0442\u0430\u0442\u0430\u0436 \u0430\u0432\u0430\u0445",ifDoNotHaveApp:"\u0425\u044d\u0440\u044d\u0432 \u0442\u0430 \u044d\u043d\u044d \u0430\u043f\u043f\u044b\u0433 \u0442\u0430\u0442\u0430\u0430\u0433\u04af\u0439 \u0431\u043e\u043b:",ifHaveApp:"\u0425\u044d\u0440\u044d\u0432 \u0442\u0430 \u044d\u043d\u044d \u0430\u043f\u043f\u044b\u0433 \u0442\u0430\u0442\u0441\u0430\u043d \u0431\u043e\u043b:",joinInApp:"\u042d\u043d\u044d \u0430\u043f\u043f\u044b\u0433 \u0430\u0448\u0438\u0433\u043b\u0430\u043d \u0443\u0443\u043b\u0437\u0430\u043b\u0442\u0430\u0434 \u043d\u044d\u0433\u0434\u044d\u043d\u044d \u04af\u04af",joinInAppNew:"\u0410\u043f\u043f-\u0430\u0430\u0440 \u043d\u044d\u0433\u0434\u044d\u0445",joinInBrowser:"\u0425\u04e9\u0442\u0447\u04e9\u04e9\u0440 \u0434\u0430\u043c\u0436\u0438\u043d \u043d\u044d\u0433\u0434\u044d\u0445",launchMeetingLabel:"\u042d\u043d\u044d \u0443\u0443\u043b\u0437\u0430\u043b\u0442\u0430\u0434 \u0445\u044d\u0440\u0445\u044d\u043d \u043d\u044d\u0433\u0434\u044d\u0445\u0438\u0439\u0433 \u0445\u04af\u0441\u0447 \u0431\u0430\u0439\u043d\u0430 \u0432\u044d?",launchWebButton:"\u0412\u044d\u0431 \u0434\u044d\u044d\u0440 \u0430\u0436\u0438\u043b\u043b\u0443\u0443\u043b\u0430\u0445",noMobileApp:"\u0422\u0430\u043d\u044c\u0434 \u044d\u043d\u044d \u0430\u043f\u043f \u0431\u0430\u0439\u0445\u0433\u04af\u0439 \u044e\u0443?",termsAndConditions:"\u04ae\u0440\u0433\u044d\u043b\u0436\u043b\u04af\u04af\u043b\u044d\u0445\u0438\u0439\u043d \u0442\u0443\u043b\u0434 \u0442\u0430 \u04af\u0439\u043b\u0447\u0438\u043b\u0433\u044d\u044d\u043d\u0438\u0439 \u043d\u04e9\u0445\u0446\u043b\u0438\u0439\u0433 \u0431\u0438\u0434\u043d\u0438\u0439 \u04af\u0439\u043b\u0447\u0438\u043b\u0433\u044d\u044d\u043d\u0438\u0439 \u043d\u04e9\u0445\u0446\u043b\u0438\u0439\u0433 \u0437\u04e9\u0432\u0448\u04e9\u04e9\u0440\u043d\u04e9 \u04af\u04af.",title:"\u0422\u0430\u043d\u044b {{app}} \u0443\u0443\u043b\u0437\u0430\u043b\u0442\u044b\u0433 \u044d\u0445\u043b\u04af\u04af\u043b\u0436 \u0431\u0430\u0439\u043d\u0430....",titleNew:"\u0422\u0430\u043d\u044b\u0433 \u0443\u0443\u043b\u0437\u0430\u043b\u0442\u0430\u0434 \u0445\u043e\u043b\u0431\u043e\u0436 \u0431\u0430\u0439\u043d\u0430 ...",tryAgainButton:"\u0414\u0430\u0445\u0438\u043d \u043e\u0440\u043e\u043b\u0434\u043e\u043d\u043e \u0443\u0443",unsupportedBrowser:"\u0422\u0430\u043d\u044b \u0430\u0448\u0438\u0433\u043b\u0430\u0436 \u0431\u0443\u0439 \u0432\u044d\u0431 \u0445\u04e9\u0442\u0447\u0438\u0439\u0433 \u0434\u044d\u043c\u0436\u0438\u0445\u0433\u04af\u0439 \u0431\u0430\u0439\u043d\u0430."},defaultLink:"e.g. {{url}}",defaultNickname:"\u041d\u044d\u0440\u044d\u044d \u0431\u0438\u0447\u043d\u044d \u04af\u04af",deviceError:{cameraError:"\u0422\u0430\u043d\u044b \u043a\u0430\u043c\u0435\u0440 \u0440\u0443\u0443 \u043d\u044d\u0432\u0442\u0440\u044d\u0445 \u04af\u0439\u043b\u0434\u044d\u043b \u0430\u043c\u0436\u0438\u043b\u0442\u0433\u04af\u0439 \u0431\u043e\u043b\u0441\u043e\u043d \u0431\u0430\u0439\u043d\u0430",cameraPermission:"\u041a\u0430\u043c\u0435\u0440\u044b\u043d \u0437\u04e9\u0432\u0448\u04e9\u04e9\u0440\u04e9\u043b \u0430\u0432\u0430\u0445\u0430\u0434 \u0430\u043b\u0434\u0430\u0430 \u0433\u0430\u0440\u043b\u0430\u0430",microphoneError:"\u0422\u0430\u043d\u044b \u043c\u0438\u043a\u0440\u043e\u0444\u043e\u043d \u0440\u0443\u0443 \u043d\u044d\u0432\u0442\u0440\u044d\u043b\u0442 \u0430\u043c\u0436\u0438\u043b\u0442\u0433\u04af\u0439 \u0431\u043e\u043b\u043b\u043e\u043e",microphonePermission:"\u041c\u0438\u043a\u0440\u043e\u0444\u043e\u043d\u044b \u0437\u04e9\u0432\u0448\u04e9\u04e9\u0440\u04e9\u043b \u0430\u0432\u0430\u0445\u0430\u0434 \u0430\u043b\u0434\u0430\u0430 \u0433\u0430\u0440\u043b\u0430\u0430"},deviceSelection:{hid:{callControl:"\u0414\u0443\u0443\u0434\u043b\u0430\u0433\u0430 \u0445\u044f\u043d\u0430\u0445",connectedDevices:"\u0425\u043e\u043b\u0431\u043e\u0433\u0434\u0441\u043e\u043d \u0442\u04e9\u0445\u04e9\u04e9\u0440\u04e9\u043c\u0436\u04af\u04af\u0434:",deleteDevice:"\u0422\u04e9\u0445\u04e9\u04e9\u0440\u04e9\u043c\u0436 \u0443\u0441\u0442\u0433\u0430\u0445",pairDevice:"\u0422\u04e9\u0445\u04e9\u04e9\u0440\u04e9\u043c\u0436 \u0445\u043e\u043b\u0431\u043e\u0445"},noPermission:"\u0417\u04e9\u0432\u0448\u04e9\u04e9\u0440\u04e9\u043b \u04e9\u0433\u04e9\u04e9\u0433\u04af\u0439 \u0431\u0430\u0439\u043d\u0430",previewUnavailable:"\u0423\u0440\u044c\u0434\u0447\u0438\u043b\u0430\u043d \u0445\u0430\u0440\u0430\u0445 \u0431\u043e\u043b\u043e\u043c\u0436\u0433\u04af\u0439",selectADevice:"\u0422\u04e9\u0445\u04e9\u04e9\u0440\u04e9\u043c\u0436 \u0441\u043e\u043d\u0433\u043e\u043d\u043e \u0443\u0443",testAudio:"\u0422\u0443\u0440\u0448\u0438\u043b\u0442\u044b\u043d \u0434\u0443\u0443 \u0442\u043e\u0433\u043b\u0443\u0443\u043b"},dialIn:{screenTitle:"\u0414\u0443\u0443\u0434\u043b\u0430\u0433\u044b\u043d \u04af\u0440 \u0434\u04af\u043d"},dialOut:{statusMessage:"\u043e\u0434\u043e\u043e {{status}} \u0431\u0430\u0439\u043d\u0430"},dialog:{Back:"\u0411\u0443\u0446\u0430\u0445",Cancel:"\u0426\u0443\u0446\u043b\u0430\u0445",IamHost:"\u04ae\u04af\u0441\u0433\u044d\u0433\u0447",Ok:"Ok",Remove:"\u0423\u0441\u0442\u0433\u0430\u0445",Share:"\u0425\u0443\u0432\u0430\u0430\u043b\u0446\u0430\u0445",Submit:"\u0418\u043b\u0433\u044d\u044d\u0445",WaitForHostMsg:"\u0423\u0443\u043b\u0437\u0430\u043b\u0442 \u0445\u0430\u0440\u0430\u0430\u0445\u0430\u043d \u044d\u0445\u043b\u044d\u044d\u0433\u04af\u0439 \u0431\u0430\u0439\u043d\u0430. \u0425\u044d\u0440\u044d\u0432 \u0442\u0430 \u0445\u043e\u0441\u0442 \u0431\u0430\u0439\u0433\u0430\u0430 \u0431\u043e\u043b \u043d\u044d\u0432\u0442\u044d\u0440\u043d\u044d \u04af\u04af. \u04ae\u0433\u04af\u0439 \u0431\u043e\u043b \u0445\u043e\u0441\u0442 \u0438\u0440\u044d\u0445\u0438\u0439\u0433 \u0445\u04af\u043b\u044d\u044d\u043d\u044d \u04af\u04af.",WaitingForHostTitle:"\u0417\u043e\u0447\u0434\u044b\u0433 \u0445\u04af\u043b\u044d\u044d\u0436 \u0431\u0430\u0439\u043d\u0430 ...",Yes:"\u0422\u0438\u0439\u043c",accessibilityLabel:{close:"\u0426\u043e\u043d\u0445 \u0445\u0430\u0430\u0445",liveStreaming:"\u0428\u0443\u0443\u0434 \u0434\u0430\u043c\u0436\u0443\u0443\u043b\u0430\u043b\u0442",sharingTabs:"\u0425\u0443\u0432\u0430\u0430\u043b\u0446\u0430\u0445 \u0442\u043e\u0445\u0438\u0440\u0433\u043e\u043e"},add:"\u041d\u044d\u043c\u044d\u0445",addMeetingNote:"\u042d\u043d\u044d \u0443\u0443\u043b\u0437\u0430\u043b\u0442\u044b\u043d \u0442\u0430\u043b\u0430\u0430\u0440 \u0442\u044d\u043c\u0434\u044d\u0433\u043b\u044d\u043b \u0431\u0438\u0447\u0438\u0445",addOptionalNote:"\u0422\u044d\u043c\u0434\u044d\u0433\u043b\u044d\u043b \u0431\u0438\u0447\u0438\u0445 (\u0437\u0430\u0430\u0432\u0430\u043b \u0431\u0438\u0448):",allow:"\u0417\u04e9\u0432\u0448\u04e9\u04e9\u0440",alreadySharedVideoMsg:"\u0412\u0438\u0434\u0435\u043e \u0445\u0443\u0432\u0430\u0430\u043b\u0446\u0430\u0436 \u0431\u0430\u0439\u043d\u0430. \u0423\u0443\u043b\u0437\u0430\u043b\u0442\u0430\u0434 \u043d\u044d\u0433 \u0437\u044d\u0440\u044d\u0433 \u0437\u04e9\u0432\u0445\u04e9\u043d \u043d\u044d\u0433 \u043b \u0432\u0438\u0434\u0435\u043e\u0433 \u0445\u0443\u0432\u0430\u0430\u043b\u0446\u0430\u0445 \u0431\u043e\u043b\u043e\u043c\u0436\u0438\u0439\u0433 \u043e\u043b\u0433\u043e\u0434\u043e\u0433..",alreadySharedVideoTitle:"\u041d\u044d\u0433 \u0443\u0434\u0430\u0430\u0434 \u0437\u04e9\u0432\u0445\u04e9\u043d \u043d\u044d\u0433 \u043b \u0445\u0443\u0432\u0430\u0430\u043b\u0446\u0441\u0430\u043d \u0432\u0438\u0434\u0435\u043e\u0433 \u0437\u04e9\u0432\u0448\u04e9\u04e9\u0440\u043d\u04e9",applicationWindow:"\u041f\u0440\u043e\u0433\u0440\u0430\u043c\u044b\u043d \u0446\u043e\u043d\u0445",authenticationRequired:"\u0417\u0430\u0430\u0432\u0430\u043b \u043d\u044d\u0432\u0442\u0440\u044d\u0445 \u0448\u0430\u0430\u0440\u0434\u043b\u0430\u0433\u0430\u0442\u0430\u0439",cameraConstraintFailedError:"\u0422\u0430\u043d\u044b \u043a\u0430\u043c\u0435\u0440 \u0437\u0430\u0440\u0438\u043c \u0448\u0430\u0430\u0440\u0434\u043b\u0430\u0433\u044b\u0433 \u0445\u0430\u043d\u0433\u0430\u0436 \u0447\u0430\u0434\u0430\u0445\u0433\u04af\u0439 \u0431\u0430\u0439\u043d\u0430.",cameraNotFoundError:"\u041a\u0430\u043c\u0435\u0440 \u043e\u043b\u0434\u0441\u043e\u043d\u0433\u04af\u0439.",cameraNotSendingData:"\u0422\u0430\u043d\u044b \u043a\u0430\u043c\u0435\u0440\u0442 \u0445\u0430\u043d\u0434\u0430\u0445 \u0431\u043e\u043b\u043e\u043c\u0436\u0433\u04af\u0439 \u0431\u0430\u0439\u043d\u0430. \u0425\u044d\u0440\u044d\u0432 \u04e9\u04e9\u0440 \u043f\u0440\u043e\u0433\u0440\u0430\u043c \u044d\u043d\u044d \u0442\u04e9\u0445\u04e9\u04e9\u0440\u04e9\u043c\u0436\u0438\u0439\u0433 \u0430\u0448\u0438\u0433\u043b\u0430\u0436 \u0431\u0430\u0439\u0433\u0430\u0430 \u044d\u0441\u044d\u0445\u0438\u0439\u0433 \u0448\u0430\u043b\u0433\u0430\u0430\u0434, \u0442\u043e\u0445\u0438\u0440\u0433\u043e\u043e\u0433 \u0446\u044d\u0441\u043d\u044d\u044d\u0441 \u04e9\u04e9\u0440 \u0442\u04e9\u0445\u04e9\u04e9\u0440\u04e9\u043c\u0436\u0438\u0439\u0433 \u0441\u043e\u043d\u0433\u043e\u0445 \u044d\u0441\u0432\u044d\u043b \u0434\u0430\u0445\u0438\u043d \u0430\u0447\u0430\u0430\u043b\u0436 \u04af\u0437\u043d\u044d \u04af\u04af.",cameraNotSendingDataTitle:"\u041a\u0430\u043c\u0435\u0440\u0442 \u0445\u0430\u043d\u0434\u0430\u0445 \u0431\u043e\u043b\u043e\u043c\u0436\u0433\u04af\u0439 \u0431\u0430\u0439\u043d\u0430",cameraPermissionDeniedError:"\u0422\u0430 \u043a\u0430\u043c\u0435\u0440\u0430\u0430 \u0430\u0448\u0438\u0433\u043b\u0430\u0445 \u0437\u04e9\u0432\u0448\u04e9\u04e9\u0440\u04e9\u043b \u04e9\u0433\u04e9\u04e9\u0433\u04af\u0439 \u0431\u0430\u0439\u043d\u0430. \u0422\u0430 \u044d\u043d\u044d \u0443\u0443\u043b\u0437\u0430\u043b\u0442\u0430\u0434 \u043e\u0440\u043e\u043b\u0446\u043e\u0445 \u0431\u043e\u043b\u043e\u043c\u0436\u0442\u043e\u0439 \u0447 \u0431\u0443\u0441\u0430\u0434 \u0445\u04af\u043c\u04af\u04af\u0441 \u0442\u0430\u043d\u044b\u0433 \u0445\u0430\u0440\u0436 \u0447\u0430\u0434\u0430\u0445\u0433\u04af\u0439. \u04ae\u04af\u043d\u0438\u0439\u0433 \u0437\u0430\u0441\u0430\u0445\u044b\u043d \u0442\u0443\u043b\u0434 \u0445\u0430\u044f\u0433 \u0431\u0438\u0447\u0434\u044d\u0433 \u0445\u044d\u0441\u044d\u0433\u0438\u0439\u043d \u0445\u043e\u0439\u043d\u043e \u0431\u0430\u0439\u0433\u0430\u0430 \u043a\u0430\u043c\u0435\u0440\u044b\u043d \u0442\u043e\u0432\u0447\u0438\u0439\u0433 \u0434\u0430\u0440\u043d\u0430 \u0443\u0443.",cameraTimeoutError:"\u0412\u0438\u0434\u0435\u043e \u0434\u0430\u043c\u0436\u0443\u0443\u043b\u0430\u043b\u0442\u044b\u0433 \u044d\u0445\u043b\u04af\u04af\u043b\u0436 \u0447\u0430\u0434\u0441\u0430\u043d\u0433\u04af\u0439. \u0425\u0443\u0433\u0430\u0446\u0430\u0430 \u0445\u044d\u0442\u044d\u0440\u0441\u044d\u043d!",cameraUnknownError:"\u042f\u043c\u0430\u0440 \u043d\u044d\u0433 \u0448\u0430\u043b\u0442\u0433\u0430\u0430\u043d\u044b \u0443\u043b\u043c\u0430\u0430\u0441 \u043a\u0430\u043c\u0435\u0440\u044b\u0433 \u0430\u0448\u0438\u0433\u043b\u0430\u0436 \u0447\u0430\u0434\u0430\u0445\u0433\u04af\u0439.",cameraUnsupportedResolutionError:"\u0422\u0430\u043d\u044b \u043a\u0430\u043c\u0435\u0440 \u0448\u0430\u0430\u0440\u0434\u043b\u0430\u0433\u0430\u0442\u0430\u0439 \u0432\u0438\u0434\u0435\u043e\u043d\u044b \u0445\u044d\u043c\u0436\u044d\u044d\u0433 \u0434\u044d\u043c\u0436\u0434\u044d\u0433\u0433\u04af\u0439.",close:"\u0425\u0430\u0430\u0445",conferenceDisconnectMsg:"\u0421\u04af\u043b\u0436\u044d\u044d\u043d\u0438\u0439 \u0445\u043e\u043b\u0431\u043e\u043b\u0442 \u0448\u0430\u043b\u0433\u0430\u0436 \u0431\u0430\u0439\u043d\u0430. \u0414\u0430\u0445\u0438\u043d \u0445\u043e\u043b\u0431\u043e\u0433\u0434\u043e\u0436 \u0431\u0430\u0439\u043d\u0430 {{seconds}} \u0441\u0435\u043a...",conferenceDisconnectTitle:"\u0422\u0430 \u0441\u0430\u043b\u0441\u0430\u043d \u0431\u0430\u0439\u043d\u0430.",conferenceReloadMsg:"\u0411\u0438\u0434 \u0437\u0430\u0441\u0430\u0445\u0430\u0430\u0440 \u043e\u0440\u043e\u043b\u0434\u043e\u0436 \u0431\u0430\u0439\u043d\u0430. \u0414\u0430\u0445\u0438\u043d \u0445\u043e\u043b\u0431\u043e\u0433\u0434\u043e\u0436 \u0431\u0430\u0439\u043d\u0430 {{seconds}} \u0441\u0435\u043a...",conferenceReloadTitle:"\u0423\u0443\u0447\u043b\u0430\u0430\u0440\u0430\u0439. \u042f\u043c\u0430\u0440 \u043d\u044d\u0433 \u0430\u043b\u0434\u0430\u0430 \u0433\u0430\u0440\u0441\u0430\u043d \u0431\u0430\u0439\u043d\u0430.",confirm:"\u0411\u0430\u0442\u043b\u0430\u0445",confirmNo:"\u04ae\u0433\u04af\u0439",confirmYes:"\u0422\u0438\u0439\u043c",connectError:"\u0410\u043b\u0434\u0430\u0430 \u0433\u0430\u0440\u0441\u0430\u043d \u0442\u0443\u043b \u0431\u0438\u0434 \u0443\u0443\u043b\u0437\u0430\u043b\u0442\u0442\u0430\u0439 \u0445\u043e\u043b\u0431\u043e\u0433\u0434\u043e\u0436 \u0447\u0430\u0434\u0430\u0445\u0433\u04af\u0439 \u0431\u0430\u0439\u043d\u0430.",connectErrorWithMsg:"\u0410\u043b\u0434\u0430\u0430 \u0433\u0430\u0440\u0441\u0430\u043d \u0442\u0443\u043b \u0431\u0438\u0434 \u0443\u0443\u043b\u0437\u0430\u043b\u0442\u0442\u0430\u0439 \u0445\u043e\u043b\u0431\u043e\u0433\u0434\u043e\u0436 \u0447\u0430\u0434\u0430\u0445\u0433\u04af\u0439 \u0431\u0430\u0439\u043d\u0430: {{msg}}",connecting:"\u0425\u043e\u043b\u0431\u043e\u0436 \u0431\u0430\u0439\u043d\u0430",contactSupport:"\u0425\u044d\u0440\u044d\u0433\u043b\u044d\u0433\u0447\u0438\u0439\u043d \u0434\u044d\u043c\u0436\u043b\u044d\u0433\u0442\u044d\u0439 \u0445\u043e\u043b\u0431\u043e\u043e \u0431\u0430\u0440\u0438\u043d\u0430 \u0443\u0443",copied:"\u0425\u0443\u0443\u043b\u0441\u0430\u043d",copy:"\u0425\u0443\u0443\u043b\u0430\u0445",dismiss:"\u0445\u0430\u0430\u0445",displayNameRequired:"\u0422\u0430\u043d\u044b \u043d\u044d\u0440 \u0445\u044d\u043d \u0431\u044d?",done:"\u0414\u0443\u0443\u0441\u0433\u0430\u0445",e2eeDescription:"End-to-End \u043d\u0443\u0443\u0446\u043b\u0430\u043b \u0442\u0443\u0440\u0448\u0438\u043b\u0442\u044b\u043d \u0448\u0430\u0442\u0430\u043d\u0434 \u0431\u0430\u0439\u0433\u0430\u0430. \u04ae\u04af\u043d\u0438\u0439\u0433 \u0438\u0434\u044d\u0432\u0445\u0438\u0436\u04af\u04af\u043b\u0441\u043d\u044d\u044d\u0440 \u0443\u0442\u0441\u0430\u0430\u0440 \u0445\u043e\u043b\u0431\u043e\u0433\u0434\u043e\u0433\u0434\u043e\u0445 \u0433\u044d\u0445 \u043c\u044d\u0442 \u0441\u0435\u0440\u0432\u0435\u0440 \u0442\u0430\u043b\u044b\u043d \u0437\u0430\u0440\u0438\u043c \u04af\u0439\u043b\u0447\u0438\u043b\u0433\u044d\u044d\u0433 \u0445\u0430\u0430\u0445\u044b\u0433 \u0430\u043d\u0445\u0430\u0430\u0440\u043d\u0430 \u0443\u0443. \u041c\u04e9\u043d \u0437\u0430\u0440\u0438\u043c \u043e\u0440\u043e\u043b\u0446\u043e\u0433\u0447\u0438\u0439\u043d \u043d\u044d\u0432\u0442\u044d\u0440\u0447 \u0431\u0443\u0439 \u0432\u044d\u0431 \u0445\u04e9\u0442\u04e9\u0447 \u0434\u044d\u043c\u0436\u0438\u0445\u0433\u04af\u0439 \u0431\u0430\u0439\u0445 \u043c\u0430\u0433\u0430\u0434\u043b\u0430\u043b\u0442\u0430\u0439\u0433 \u0430\u043d\u0445\u0430\u0430\u0440\u0430\u0430\u0440\u0430\u0439.",e2eeDisabledDueToMaxModeDescription:"\u0423\u0443\u043b\u0437\u0430\u043b\u0442\u0430\u0434 \u043e\u0440\u043e\u043b\u0446\u043e\u0433\u0447\u0438\u0439\u043d \u0442\u043e\u043e \u0445\u044d\u0442\u044d\u0440\u0441\u044d\u043d \u0442\u0443\u043b End-to-End \u043d\u0443\u0443\u0446\u043b\u0430\u043b\u044b\u0433 \u0438\u0434\u044d\u0432\u0445\u0438\u0436\u04af\u04af\u043b\u044d\u0445 \u0431\u043e\u043b\u043e\u043c\u0436\u0433\u04af\u0439.",e2eeLabel:"End-to-End \u043d\u0443\u0443\u0446\u043b\u0430\u043b\u044b\u0433 \u0438\u0434\u044d\u0432\u0445\u0438\u0436\u04af\u04af\u043b\u044d\u0445",e2eeWarning:"\u0410\u041d\u0425\u0410\u0410\u0420: \u042d\u043d\u044d \u0443\u0443\u043b\u0437\u0430\u043b\u0442\u044b\u043d \u0437\u0430\u0440\u0438\u043c \u043e\u0440\u043e\u043b\u0446\u043e\u0433\u0447\u0438\u0439\u043d \u0442\u04e9\u0445\u04e9\u04e9\u0440\u04e9\u043c\u0436 End-to-End \u043d\u0443\u0443\u0446\u043b\u0430\u043b\u044b\u0433 \u0434\u044d\u043c\u0436\u0438\u0445\u0433\u04af\u0439 \u0431\u0430\u0439\u043d\u0430. \u041d\u0443\u0443\u0446\u043b\u0430\u043b\u044b\u0433 \u0438\u0434\u044d\u0432\u0445\u0438\u0436\u04af\u04af\u043b\u0441\u043d\u044d\u044d\u0440 \u044d\u0434\u0433\u044d\u044d\u0440 \u043e\u0440\u043e\u043b\u0446\u043e\u0433\u0447 \u0441\u043e\u043d\u0441\u043e\u0445 \u0431\u043e\u043b\u043e\u043d \u04af\u0437\u044d\u0445 \u0431\u043e\u043b\u043e\u043c\u0436\u0433\u04af\u0439 \u0431\u043e\u043b\u043e\u0445\u044b\u0433 \u0430\u043d\u0445\u0430\u0430\u0440\u043d\u0430 \u0443\u0443.",e2eeWillDisableDueToMaxModeDescription:"\u0410\u041d\u0425\u0410\u0410\u0420: \u041e\u0440\u043e\u043b\u0446\u043e\u0433\u0447\u0438\u0439\u043d \u0442\u043e\u043e \u043d\u044d\u043c\u044d\u0433\u0434\u0432\u044d\u043b End-to-End \u043d\u0443\u0443\u0446\u043b\u0430\u043b \u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0430\u0430\u0440 \u0438\u0434\u044d\u0432\u0445\u0438\u0433\u04af\u0439 \u0431\u043e\u043b\u043d\u043e.",embedMeeting:"Embed meeting",enterDisplayName:"\u042d\u043d\u0434 \u043d\u044d\u0440\u044d\u044d \u043e\u0440\u0443\u0443\u043b\u043d\u0430 \u0443\u0443",error:"\u0410\u043b\u0434\u0430\u0430",gracefulShutdown:"\u041c\u0430\u043d\u0430\u0439 \u04af\u0439\u043b\u0447\u0438\u043b\u0433\u044d\u044d \u043e\u0434\u043e\u043e\u0433\u043e\u043e\u0440 \u0437\u0430\u0441\u0432\u0430\u0440\u0442\u0430\u0439 \u0431\u0430\u0439\u043d\u0430. \u0414\u0430\u0440\u0430\u0430 \u0434\u0430\u0445\u0438\u043d \u043e\u0440\u043e\u043b\u0434\u043e\u0436 \u04af\u0437\u043d\u044d \u04af\u04af.",grantModeratorDialog:"\u0422\u0430 \u044d\u043d\u044d {{participantName}}-\u0434 \u0443\u0443\u043b\u0437\u0430\u043b\u0442 \u0443\u0434\u0438\u0440\u0434\u0430\u0433\u0447\u0438\u0439\u043d \u044d\u0440\u0445 \u043e\u043b\u0433\u043e\u0445\u0434\u043e\u043e \u0438\u0442\u0433\u044d\u043b\u0442\u044d\u0439 \u0431\u0430\u0439\u043d\u0430 \u0443\u0443?",grantModeratorTitle:"\u0423\u0443\u043b\u0437\u0430\u043b\u0442 \u0443\u0434\u0438\u0440\u0434\u0430\u0433\u0447\u0438\u0439\u043d \u044d\u0440\u0445 \u0431\u0430\u0442\u043b\u0430\u0445",hide:"\u041d\u0443\u0443\u0445",hideShareAudioHelper:"\u042d\u043d\u044d \u0446\u043e\u043d\u0445\u044b\u0433 \u0434\u0430\u0445\u0438\u043d \u0445\u0430\u0440\u0430\u0445\u0433\u04af\u0439",incorrectPassword:"\u0425\u044d\u0440\u044d\u0433\u043b\u044d\u0433\u0447\u0438\u0439\u043d \u043d\u044d\u0440 \u044d\u0441\u0432\u044d\u043b \u043d\u0443\u0443\u0446 \u04af\u0433 \u0431\u0443\u0440\u0443\u0443 \u0431\u0430\u0439\u043d\u0430",incorrectRoomLockPassword:"\u041d\u0443\u0443\u0446 \u04af\u0433 \u0431\u0443\u0440\u0443\u0443",internalError:"\u042f\u043c\u0430\u0440 \u043d\u044d\u0433\u044d\u043d \u0437\u04af\u0439\u043b \u0431\u0443\u0440\u0443\u0443 \u0431\u0430\u0439\u043d\u0430. \u0414\u0430\u0440\u0430\u0430\u0445 \u0430\u043b\u0434\u0430\u0430 \u0433\u0430\u0440\u0441\u0430\u043d \u0431\u0430\u0439\u043d\u0430: {{error}}",internalErrorTitle:"\u0414\u043e\u0442\u043e\u043e\u0434 \u0430\u043b\u0434\u0430\u0430",kickMessage:"\u0422\u0430 \u0434\u044d\u043b\u0433\u044d\u0440\u044d\u043d\u0433\u04af\u0439 \u043c\u044d\u0434\u044d\u044d\u043b\u043b\u0438\u0439\u0433 {{participantDisplayName}} \u0445\u043e\u043b\u0431\u043e\u0433\u0434\u043e\u0436 \u0430\u0432\u043d\u0430 \u0443\u0443..",kickParticipantButton:"\u0413\u0430\u0440\u0433\u0430\u0445",kickParticipantDialog:"\u0422\u0430 \u044d\u043d\u044d \u043e\u0440\u043e\u043b\u0446\u043e\u0433\u0447\u0438\u0439\u0433 \u0433\u0430\u0440\u0433\u0430\u0445\u0434\u0430\u0430 \u0438\u0442\u0433\u044d\u043b\u0442\u044d\u0439 \u0431\u0430\u0439\u043d\u0430 \u0443\u0443?",kickParticipantTitle:"\u042d\u043d\u044d \u043e\u0440\u043e\u043b\u0446\u043e\u0433\u0447\u0438\u0439\u0433 \u0433\u0430\u0440\u0433\u0430\u0445 \u04af\u04af?",kickTitle:"{{participantDisplayName}} \u0447\u0430\u043c\u0430\u0439\u0433 \u0443\u0443\u043b\u0437\u0430\u043b\u0442\u0430\u0430\u0441 \u0433\u0430\u0440\u0433\u0430\u0441\u0430\u043d",linkMeeting:"\u0423\u0443\u043b\u0437\u0430\u043b\u0442 \u0445\u043e\u043b\u0431\u043e\u0445",linkMeetingTitle:"Salesforce-\u0440\u0443\u0443 \u0443\u0443\u043b\u0437\u0430\u043b\u0442 \u0445\u043e\u043b\u0431\u043e\u0445",liveStreaming:"\u0428\u0443\u0443\u0434 \u0434\u0430\u043c\u0436\u0443\u0443\u043b\u0430\u043b\u0442",liveStreamingDisabledBecauseOfActiveRecordingTooltip:"\u0411\u0438\u0447\u043b\u044d\u0433 \u0445\u0438\u0439\u0445 \u0438\u0434\u044d\u0432\u0445\u0438\u0442\u044d\u0439 \u04af\u0435\u0434 \u0431\u043e\u043b\u043e\u043c\u0436\u0433\u04af\u0439",localUserControls:"\u0414\u043e\u0442\u043e\u043e\u0434 \u0445\u044d\u0440\u044d\u0433\u043b\u044d\u0433\u0447\u0438\u0439\u043d \u0445\u044f\u043d\u0430\u043b\u0442",lockMessage:"\u0423\u0443\u043b\u0437\u0430\u043b\u0442 \u0442\u04af\u0433\u0436\u0438\u0433\u0434\u0441\u044d\u043d\u0433\u04af\u0439.",lockRoom:"\u0423\u0443\u043b\u0437\u0430\u043b\u0442 \u043d\u044d\u043c\u044d\u0445 $t(lockRoomPasswordUppercase)",lockTitle:"\u0422\u04af\u0433\u0436\u0438\u0445\u044d\u0434 \u0430\u043b\u0434\u0430\u0430 \u0433\u0430\u0440\u043b\u0430\u0430",login:"\u041d\u044d\u0432\u0442\u0440\u044d\u0445",logoutQuestion:"\u0422\u0430 \u0443\u0443\u043b\u0437\u0430\u043b\u0442\u0430\u0430\u0441 \u0433\u0430\u0440\u0447, \u0443\u0443\u043b\u0437\u0430\u043b\u0442\u044b\u0433 \u0437\u043e\u0433\u0441\u043e\u043e\u0445\u044b\u0433 \u0445\u04af\u0441\u044d\u0436 \u0431\u0430\u0439\u043d\u0430 \u0443\u0443?",logoutTitle:"\u0413\u0430\u0440\u0430\u0445",maxUsersLimitReached:"\u041e\u0440\u043e\u043b\u0446\u043e\u0433\u0447\u0434\u044b\u043d \u0442\u043e\u043e\u043d\u044b \u0434\u044d\u044d\u0434 \u0445\u044f\u0437\u0433\u0430\u0430\u0440\u0442 \u0445\u04af\u0440\u0441\u044d\u043d \u0431\u0430\u0439\u043d\u0430. \u0423\u0443\u043b\u0437\u0430\u043b\u0442\u044b\u043d \u044d\u0437\u044d\u043c\u0448\u0438\u0433\u0447\u0442\u044d\u0439 \u0445\u043e\u043b\u0431\u043e\u043e \u0431\u0430\u0440\u0438\u043d\u0430 \u0443\u0443 \u044d\u0441\u0432\u044d\u043b \u0434\u0430\u0440\u0430\u0430 \u0434\u0430\u0445\u0438\u043d \u043e\u0440\u043e\u043b\u0434\u043e\u043d\u043e \u0443\u0443!",maxUsersLimitReachedTitle:"\u041e\u0440\u043e\u043b\u0446\u043e\u0433\u0447\u0434\u044b\u043d \u0434\u044d\u044d\u0434 \u0445\u044f\u0437\u0433\u0430\u0430\u0440\u0442 \u0445\u04af\u0440\u0441\u044d\u043d \u0431\u0430\u0439\u043d\u0430",micConstraintFailedError:"\u0422\u0430\u043d\u044b \u043c\u0438\u043a\u0440\u043e\u0444\u043e\u043d \u0437\u0430\u0440\u0438\u043c \u0448\u0430\u0430\u0440\u0434\u043b\u0430\u0433\u0430\u0442\u0430\u0439 \u0445\u044f\u0437\u0433\u0430\u0430\u0440\u043b\u0430\u043b\u0442\u044b\u0433 \u0445\u0430\u043d\u0433\u0430\u0445\u0433\u04af\u0439 \u0431\u0430\u0439\u043d\u0430.",micNotFoundError:"\u041c\u0438\u043a\u0440\u043e\u0444\u043e\u043d \u043e\u043b\u0434\u0441\u043e\u043d\u0433\u04af\u0439.",micNotSendingData:"\u041c\u0438\u043a\u0440\u043e\u0444\u043e\u043d\u044b\u0433 \u0434\u0443\u0443\u0433\u04af\u0439 \u0431\u043e\u043b\u0433\u043e\u0445\u044b\u043d \u0442\u0443\u043b\u0434 \u043a\u043e\u043c\u043f\u044c\u044e\u0442\u0435\u0440\u0438\u0439\u043d \u0442\u043e\u0445\u0438\u0440\u0433\u043e\u043e \u0440\u0443\u0443 \u043e\u0447\u043d\u043e \u0443\u0443",micNotSendingDataTitle:"\u0422\u0430\u043d\u044b \u043c\u0438\u043a\u0440\u043e\u0444\u043e\u043d\u044b\u0433 \u0441\u0438\u0441\u0442\u0435\u043c\u0438\u0439\u043d \u0442\u043e\u0445\u0438\u0440\u0433\u043e\u043e\u043d\u043e\u043e\u0441 \u0445\u0430\u0430\u0441\u0430\u043d \u0431\u0430\u0439\u043d\u0430",micPermissionDeniedError:"\u0422\u0430 \u043c\u0438\u043a\u0440\u043e\u0444\u043e\u043d \u0430\u0448\u0438\u0433\u043b\u0430\u0445 \u0437\u04e9\u0432\u0448\u04e9\u04e9\u0440\u04e9\u043b \u04e9\u0433\u04e9\u04e9\u0433\u04af\u0439 \u0431\u0430\u0439\u043d\u0430. \u0422\u0430 \u043e\u0434\u043e\u043e \u0443\u0443\u043b\u0437\u0430\u043b\u0442\u0430\u0434 \u043e\u0440\u043e\u043b\u0446\u043e\u0436 \u0431\u043e\u043b\u043e\u0445 \u0447 \u0431\u0443\u0441\u0430\u0434 \u0445\u04af\u043c\u04af\u04af\u0441 \u0442\u0430\u043d\u044b\u0433 \u0441\u043e\u043d\u0441\u043e\u0445 \u0431\u043e\u043b\u043e\u043c\u0436\u0433\u04af\u0439. \u04ae\u04af\u043d\u0438\u0439\u0433 \u0437\u0430\u0441\u0430\u0445\u044b\u043d \u0442\u0443\u043b\u0434 \u0445\u0430\u044f\u0433\u0438\u0439\u043d \u0442\u0430\u043b\u0431\u0430\u0440\u0442 \u0431\u0430\u0439\u0433\u0430\u0430 \u043a\u0430\u043c\u0435\u0440\u044b\u043d \u0442\u043e\u0432\u0447\u0438\u0439\u0433 \u0430\u0448\u0438\u0433\u043b\u0430\u043d\u0430 \u0443\u0443.",micTimeoutError:"\u0414\u0443\u0443 \u044d\u0445\u043b\u04af\u04af\u043b\u0436 \u0447\u0430\u0434\u0441\u0430\u043d\u0433\u04af\u0439. \u0425\u0443\u0433\u0430\u0446\u0430\u0430 \u0445\u044d\u0442\u044d\u0440\u0441\u044d\u043d!",micUnknownError:"\u042f\u043c\u0430\u0440 \u043d\u044d\u0433 \u0448\u0430\u043b\u0442\u0433\u0430\u0430\u043d\u044b \u0443\u043b\u043c\u0430\u0430\u0441 \u043c\u0438\u043a\u0440\u043e\u0444\u043e\u043d\u044b\u0433 \u0430\u0448\u0438\u0433\u043b\u0430\u0445 \u0431\u043e\u043b\u043e\u043c\u0436\u0433\u04af\u0439 \u0431\u0430\u0439\u043d\u0430.",moderationAudioLabel:"\u041e\u0440\u043e\u043b\u0446\u043e\u0433\u0447\u0438\u0434 \u04e9\u04e9\u0440\u0441\u0434\u0438\u0439\u043d\u0445\u04e9\u04e9 \u0434\u0443\u0443\u0433 \u0445\u0430\u0430\u0445\u044b\u0433 \u0437\u04e9\u0432\u0448\u04e9\u04e9\u0440\u04e9\u0445",moderationVideoLabel:"\u041e\u0440\u043e\u043b\u0446\u043e\u0433\u0447\u0438\u0434 \u04e9\u04e9\u0440\u0441\u0434\u0438\u0439\u043d\u0445\u04e9\u04e9 \u0432\u0438\u0434\u0435\u043e \u044d\u0445\u043b\u04af\u04af\u043b\u044d\u0445\u0438\u0439\u0433 \u0437\u04e9\u0432\u0448\u04e9\u04e9\u0440\u04e9\u0445",muteEveryoneDialog:"\u0422\u0430 \u0431\u04af\u0445 \u043e\u0440\u043e\u043b\u0446\u043e\u0433\u0447\u0434\u044b\u043d \u0434\u0443\u0443\u0433 \u0445\u0430\u0430\u0445\u0434\u0430\u0430 \u0438\u0442\u0433\u044d\u043b\u0442\u044d\u0439 \u0431\u0430\u0439\u043d\u0430 \u0443\u0443? \u0422\u0430 \u0442\u044d\u0434\u043d\u0438\u0439 \u0434\u0443\u0443\u0433 \u0438\u0434\u044d\u0432\u0445\u0436\u04af\u04af\u043b\u044d\u0445 \u0431\u043e\u043b\u043e\u043c\u0436\u0433\u04af\u0439 \u0447 \u0445\u04af\u0441\u0441\u044d\u043d \u04af\u0435\u0434\u044d\u044d \u04e9\u04e9\u0440\u0438\u0439\u043d\u0445\u04e9\u04e9 \u0434\u0443\u0443 \u043d\u044d\u044d\u0445 \u0431\u043e\u043b\u043e\u043c\u0436\u0442\u043e\u0439.",muteEveryoneDialogModerationOn:"\u0411\u04af\u0445 \u043e\u0440\u043e\u043b\u0446\u043e\u0433\u0447\u0438\u0434 \u0445\u04af\u0441\u0441\u044d\u043d \u0446\u0430\u0433\u0442 \u044f\u0440\u0438\u0445 \u0437\u04e9\u0432\u0448\u04e9\u04e9\u0440\u04e9\u043b \u0445\u04af\u0441\u044d\u043d \u0431\u043e\u043b\u043e\u043c\u0436\u0442\u043e\u0439.",muteEveryoneElseDialog:"\u0411\u0443\u0441\u0430\u0434 \u043e\u0440\u043e\u043b\u0446\u043e\u0433\u0447\u0434\u044b\u043d \u0434\u0443\u0443 \u0445\u0430\u0430\u043b\u0442\u0442\u0430\u0439 \u04af\u0435\u0434 \u0442\u0430 \u0434\u0443\u0443\u0433 \u043d\u044d\u044d\u0445 \u0431\u043e\u043b\u043e\u043c\u0436\u0433\u04af\u0439, \u0433\u044d\u0445\u0434\u044d\u044d \u04e9\u04e9\u0440\u0438\u0439\u043d\u0445\u04e9\u04e9 \u0434\u0443\u0443\u0433 \u043d\u044d\u044d\u0445 \u0431\u043e\u043b\u043e\u043c\u0436\u0442\u043e\u0439.",muteEveryoneElseTitle:"\u0411\u04af\u0445 \u043e\u0440\u043e\u043b\u0446\u043e\u0433\u0447\u0434\u044b\u043d \u0434\u0443\u0443\u0433 \u0445\u0430\u0430\u0445 \u0443\u0443?",muteEveryoneElsesVideoDialog:"\u041a\u0430\u043c\u0435\u0440\u0430\u0430 \u043d\u044d\u0433 \u043b \u0445\u0430\u0430\u0441\u0430\u043d \u0431\u043e\u043b \u0442\u0430 \u0431\u0443\u0446\u0430\u0430\u0433\u0430\u0430\u0434 \u0430\u0441\u0430\u0430\u0445 \u0431\u043e\u043b\u043e\u043c\u0436\u0433\u04af\u0439, \u0445\u0430\u0440\u0438\u043d \u0442\u044d\u0434 \u0445\u04af\u0441\u0441\u044d\u043d \u0446\u0430\u0433\u0442\u0430\u0430 \u044d\u0440\u0433\u044d\u043d \u043d\u044d\u044d\u0445 \u0431\u043e\u043b\u043e\u043c\u0436\u0442\u043e\u0439.",muteEveryoneElsesVideoTitle:"{{whom}} -\u0441 \u0431\u0443\u0441\u0434\u044b\u043d\u0445 \u043d\u044c \u0432\u0438\u0434\u0435\u043e\u0433 \u0437\u043e\u0433\u0441\u043e\u043e\u0445 \u0443\u0443?",muteEveryoneSelf:"\u0427\u0438 \u04e9\u04e9\u0440\u04e9\u04e9",muteEveryoneStartMuted:"\u041e\u0434\u043e\u043e\u043d\u043e\u043e\u0441 \u044d\u0445\u043b\u044d\u043d \u0431\u04af\u0445 \u043e\u0440\u043e\u043b\u0446\u043e\u0433\u0447\u0434\u044b\u043d \u0434\u0443\u0443 \u0445\u0430\u0430\u0433\u0434\u0430\u043d\u0430",muteEveryoneTitle:"\u0411\u04af\u0445 \u043e\u0440\u043e\u043b\u0446\u043e\u0433\u0447\u0434\u044b\u043d \u0434\u0443\u0443\u0433 \u0445\u0430\u0430\u0445 \u0443\u0443?",muteEveryonesVideoDialog:"\u041e\u0440\u043e\u043b\u0446\u043e\u0433\u0447\u0438\u0434 \u04e9\u04e9\u0440\u0441\u0434\u0438\u0439\u043d \u0432\u0438\u0434\u0435\u043e\u0433 \u0431\u0443\u0446\u0430\u0430\u043d \u043d\u044d\u044d\u0436 \u0431\u043e\u043b\u043d\u043e.",muteEveryonesVideoDialogModerationOn:"\u041e\u0440\u043e\u043b\u0446\u043e\u0433\u0447\u0438\u0434 \u04e9\u04e9\u0440\u0441\u0434\u0438\u0439\u043d \u0432\u0438\u0434\u0435\u043e\u0433 \u0431\u0443\u0446\u0430\u0430\u043d \u043d\u044d\u044d\u0445 \u0445\u04af\u0441\u044d\u043b\u0442\u0438\u0439\u0433 \u0445\u04af\u0441\u0441\u044d\u043d \u0446\u0430\u0433\u0442\u0430\u0430 \u0438\u043b\u0433\u044d\u044d\u0436 \u0431\u043e\u043b\u043d\u043e.",muteEveryonesVideoDialogOk:"\u0418\u0434\u044d\u0432\u0445\u0433\u04af\u0439 \u0431\u043e\u043b\u0433\u043e\u0445",muteEveryonesVideoTitle:"\u0425\u044d\u043d \u043d\u044d\u0433\u043d\u0438\u0439 \u0432\u0438\u0434\u0435\u043e\u0433 \u0437\u043e\u0433\u0441\u043e\u043e\u0445 \u0443\u0443?",muteParticipantBody:"\u0422\u0430 \u0442\u044d\u0434\u043d\u0438\u0439 \u0434\u0443\u0443\u0433 \u0438\u0434\u044d\u0432\u0445\u0436\u04af\u04af\u043b\u044d\u0445 \u0431\u043e\u043b\u043e\u043c\u0436\u0433\u04af\u0439 \u0447 \u0445\u04af\u0441\u0441\u044d\u043d \u04af\u0435\u0434\u044d\u044d \u04e9\u04e9\u0440\u0438\u0439\u043d \u0434\u0443\u0443\u0433 \u043d\u044d\u044d\u0445 \u0431\u043e\u043b\u043e\u043c\u0436\u0442\u043e\u0439.",muteParticipantButton:"\u0414\u0443\u0443\u0433\u04af\u0439 \u0431\u043e\u043b\u0433\u043e\u0445",muteParticipantsVideoBody:"\u0422\u0430 \u043a\u0430\u043c\u0435\u0440\u0430\u0430 \u0431\u0443\u0446\u0430\u0430\u0433\u0430\u0430\u0434 \u0430\u0441\u0430\u0430\u0445 \u0431\u043e\u043b\u043e\u043c\u0436\u0433\u04af\u0439, \u0445\u0430\u0440\u0438\u043d \u0442\u044d\u0434 \u0445\u04af\u0441\u0441\u044d\u043d \u0446\u0430\u0433\u0442\u0430\u0430 \u044d\u0440\u0433\u044d\u043d \u043d\u044d\u044d\u0445 \u0431\u043e\u043b\u043e\u043c\u0436\u0442\u043e\u0439.",muteParticipantsVideoBodyModerationOn:"\u0422\u0430 \u0431\u043e\u043b\u043e\u043d \u0431\u0443\u0441\u0430\u0434 \u043d\u044c \u043a\u0430\u043c\u0435\u0440\u0430\u0430 \u0431\u0443\u0446\u0430\u0430\u0433\u0430\u0430\u0434 \u0430\u0441\u0430\u0430\u0445 \u0431\u043e\u043b\u043e\u043c\u0436\u0433\u04af\u0439.",muteParticipantsVideoButton:"\u0412\u0438\u0434\u0435\u043e \u0437\u043e\u0433\u0441\u043e\u043e\u0445",muteParticipantsVideoDialog:"\u0422\u0430 \u044d\u043d\u044d \u043e\u0440\u043e\u043b\u0446\u043e\u0433\u0447\u0438\u0439\u043d \u043a\u0430\u043c\u0435\u0440\u0438\u0439\u0433 \u0443\u043d\u0442\u0440\u0430\u0430\u0445\u0434\u0430\u0430 \u0438\u0442\u0433\u044d\u043b\u0442\u044d\u0439 \u0431\u0430\u0439\u043d\u0430 \u0443\u0443? \u0422\u0430 \u044d\u043d\u044d \u043a\u0430\u043c\u0435\u0440\u0438\u0439\u0433 \u0431\u0443\u0446\u0430\u0430\u043d \u0430\u0441\u0430\u0430\u0445 \u0431\u043e\u043b\u043e\u043c\u0436\u0433\u04af\u0439, \u0445\u0430\u0440\u0438\u043d \u0442\u044d\u0434 \u0445\u04af\u0441\u0441\u044d\u043d \u0446\u0430\u0433\u0442\u0430\u0430 \u044d\u0440\u0433\u044d\u043d \u043d\u044d\u044d\u0445 \u0431\u043e\u043b\u043e\u043c\u0436\u0442\u043e\u0439.",muteParticipantsVideoDialogModerationOn:"\u0422\u0430 \u044d\u043d\u044d \u043e\u0440\u043e\u043b\u0446\u043e\u0433\u0447\u0438\u0439\u043d \u043a\u0430\u043c\u0435\u0440\u0438\u0439\u0433 \u0443\u043d\u0442\u0440\u0430\u0430\u0445\u0434\u0430\u0430 \u0438\u0442\u0433\u044d\u043b\u0442\u044d\u0439 \u0431\u0430\u0439\u043d\u0430 \u0443\u0443? \u0422\u0430 \u0431\u043e\u043b\u043e\u043d \u0431\u0443\u0441\u0430\u0434 \u043d\u044c \u044d\u043d\u044d \u043a\u0430\u043c\u0435\u0440\u0438\u0439\u0433 \u0431\u0443\u0446\u0430\u0430\u043d \u0430\u0441\u0430\u0430\u0445 \u0431\u043e\u043b\u043e\u043c\u0436\u0433\u04af\u0439 \u0431\u043e\u043b\u043d\u043e.",muteParticipantsVideoTitle:"\u0422\u0430 \u044d\u043d\u044d \u043e\u0440\u043e\u043b\u0446\u043e\u0433\u0447\u0438\u0439\u043d \u043a\u0430\u043c\u0435\u0440\u0438\u0439\u0433 \u0443\u043d\u0442\u0440\u0430\u0430\u0445 \u0443\u0443?",noDropboxToken:"\u0410\u043b\u0434\u0430\u0430\u0442\u0430\u0439 Dropbox \u0442\u043e\u043a\u0435\u043d",password:"\u041d\u0443\u0443\u0446 \u04af\u0433",passwordLabel:"$t(lockRoomPasswordUppercase)",passwordNotSupported:"$t(lockRoomPassword) \u0442\u043e\u0445\u0438\u0440\u0443\u0443\u043b\u0430\u0445 \u043d\u044c \u0434\u044d\u043c\u0436\u0438\u0433\u0434\u044d\u0445\u0433\u04af\u0439 \u0431\u0430\u0439\u043d\u0430.",passwordNotSupportedTitle:"$t(lockRoomPasswordUppercase) \u0434\u044d\u043c\u0436\u0438\u0433\u0434\u044d\u0445\u0433\u04af\u0439 \u0431\u0430\u0439\u043d\u0430",passwordRequired:"$t(lockRoomPasswordUppercase) \u0437\u0430\u0430\u0432\u0430\u043b",permissionCameraRequiredError:"\u0423\u0443\u043b\u0437\u0430\u043b\u0442\u0430\u0434 \u043e\u0440\u043e\u043b\u0446\u043e\u0445\u044b\u043d \u0442\u0443\u043b\u0434 \u043a\u0430\u043c\u0435\u0440\u044b\u043d \u0437\u04e9\u0432\u0448\u04e9\u04e9\u0440\u04e9\u043b \u0448\u0430\u0430\u0440\u0434\u043b\u0430\u0433\u0430\u0442\u0430\u0439. \u0422\u043e\u0445\u0438\u0440\u0433\u043e\u043e \u0440\u0443\u0443 \u043e\u0440\u043e\u043e\u0434 \u0437\u04e9\u0432\u0448\u04e9\u04e9\u0440\u04e9\u043b \u043e\u043b\u0433\u043e\u043d\u043e \u0443\u0443.",permissionErrorTitle:"\u0417\u04e9\u0432\u0448\u04e9\u04e9\u0440\u04e9\u043b \u0448\u0430\u0430\u0440\u0434\u043b\u0430\u0433\u0430\u0442\u0430\u0439",permissionMicRequiredError:"\u0423\u0443\u043b\u0437\u0430\u043b\u0442\u0430\u0434 \u043e\u0440\u043e\u043b\u0446\u043e\u0445\u044b\u043d \u0442\u0443\u043b\u0434 \u043c\u0438\u043a\u0440\u043e\u0444\u043e\u043d\u044b \u0437\u04e9\u0432\u0448\u04e9\u04e9\u0440\u04e9\u043b \u0448\u0430\u0430\u0440\u0434\u043b\u0430\u0433\u0430\u0442\u0430\u0439. \u0422\u043e\u0445\u0438\u0440\u0433\u043e\u043e \u0440\u0443\u0443 \u043e\u0440\u043e\u043e\u0434 \u0437\u04e9\u0432\u0448\u04e9\u04e9\u0440\u04e9\u043b \u043e\u043b\u0433\u043e\u043d\u043e \u0443\u0443.",popupError:"\u0422\u0430\u043d\u044b \u0445\u04e9\u0442\u04e9\u0447 \u044d\u043d\u044d \u0441\u0430\u0439\u0442\u0430\u0430\u0441 \u043f\u043e\u043f\u0430\u043f \u0446\u043e\u043d\u0445\u0443\u0443\u0434\u044b\u0433 \u0431\u043b\u043e\u043a\u043b\u043e\u0436 \u0431\u0430\u0439\u043d\u0430. \u0425\u04e9\u0442\u0447\u04e9\u04e9 \u0430\u044e\u0443\u043b\u0433\u04af\u0439 \u0431\u0430\u0439\u0434\u043b\u044b\u043d \u0442\u043e\u0445\u0438\u0440\u0433\u043e\u043e\u043d \u0434\u044d\u044d\u0440 \u0433\u0430\u0440\u0447 \u0438\u0440\u044d\u0445 \u0446\u043e\u043d\u0445\u044b\u0433 \u0438\u0434\u044d\u0432\u0445\u0436\u04af\u04af\u043b\u044d\u044d\u0434 \u0434\u0430\u0445\u0438\u043d \u043e\u0440\u043e\u043b\u0434\u043e\u043d\u043e \u0443\u0443.",popupErrorTitle:"\u041f\u043e\u043f\u0430\u043f \u0445\u0430\u0430\u043b\u0442\u0442\u0430\u0439 \u0431\u0430\u0439\u043d\u0430",readMore:"\u0438\u043b\u04af\u04af",recentlyUsedObjects:"\u0422\u0430\u043d\u044b \u0441\u04af\u04af\u043b\u0434 \u0445\u044d\u0440\u044d\u0433\u043b\u044d\u0441\u044d\u043d \u043e\u0431\u044c\u0435\u043a\u0442\u0443\u0443\u0434",recording:"\u0411\u0438\u0447\u043b\u044d\u0433 \u0445\u0438\u0439\u0445",recordingDisabledBecauseOfActiveLiveStreamingTooltip:"\u0428\u0443\u0443\u0434 \u0434\u0430\u043c\u0436\u0443\u0443\u043b\u0430\u043b\u0442 \u0438\u0434\u044d\u0432\u0445\u0438\u0442\u044d\u0439 \u04af\u0435\u0434 \u0431\u043e\u043b\u043e\u043c\u0436\u0433\u04af\u0439",rejoinNow:"\u041e\u0434\u043e\u043e \u0434\u0430\u0445\u0438\u043d \u043d\u044d\u0433\u0434\u044d\u0445",remoteControlAllowedMessage:"{{user}} \u0430\u043b\u0441\u044b\u043d \u0443\u0434\u0438\u0440\u0434\u043b\u0430\u0433\u044b\u043d \u0445\u04af\u0441\u044d\u043b\u0442\u0438\u0439\u0433 \u0445\u04af\u043b\u044d\u044d\u043d \u0430\u0432\u043b\u0430\u0430!",remoteControlDeniedMessage:"{{user}} \u0430\u043b\u0441\u044b\u043d \u0443\u0434\u0438\u0440\u0434\u043b\u0430\u0433\u044b\u043d \u0445\u04af\u0441\u044d\u043b\u0442\u044d\u044d\u0441 \u0442\u0430\u0442\u0433\u0430\u043b\u0437\u043b\u0430\u0430!",remoteControlErrorMessage:"\u0410\u043b\u0441\u044b\u043d \u0443\u0434\u0438\u0440\u0434\u043b\u0430\u0433\u0430\u0430\u0441 {{user}} \u0437\u04e9\u0432\u0448\u04e9\u04e9\u0440\u04e9\u043b \u0445\u04af\u0441\u044d\u0445 \u04af\u0435\u0434 \u0430\u043b\u0434\u0430\u0430 \u0433\u0430\u0440\u043b\u0430\u0430!",remoteControlRequestMessage:"\u0422\u0430 {{user}} \u0442\u0430\u043d\u044b \u0434\u0435\u0441\u043a\u0442\u043e\u043f\u043e\u043e\u0441 \u0430\u043b\u0441\u044b\u043d \u0437\u0430\u0439\u043d\u0430\u0430\u0441 \u0443\u0434\u0438\u0440\u0434\u0430\u0445\u044b\u0433 \u0437\u04e9\u0432\u0448\u04e9\u04e9\u0440\u04e9\u0445 \u04af\u04af?",remoteControlShareScreenWarning:"\u0425\u044d\u0440\u044d\u0432 \u0442\u0430 \"Allow\" \u0442\u043e\u0432\u0447\u0438\u0439\u0433 \u0434\u0430\u0440\u0432\u0430\u043b, \u0442\u0430\u043d\u044b \u0434\u044d\u043b\u0433\u044d\u0446\u0438\u0439\u0433 \u0445\u0443\u0432\u0430\u0430\u043b\u0446\u0430\u0445 \u0431\u043e\u043b\u043d\u043e \u0433\u044d\u0434\u0433\u0438\u0439\u0433 \u0430\u043d\u0445\u0430\u0430\u0440\u043d\u0430 \u0443\u0443!",remoteControlStopMessage:"\u0410\u043b\u0441\u044b\u043d \u0443\u0434\u0438\u0440\u0434\u043b\u0430\u0433\u044b\u043d \u0445\u044d\u0441\u044d\u0433 \u0434\u0443\u0443\u0441\u0441\u0430\u043d!",remoteControlTitle:"\u0410\u043b\u0441\u044b\u043d \u0443\u0434\u0438\u0440\u0434\u043b\u0430\u0433\u044b\u043d",remoteUserControls:"{{username}} \u0445\u044d\u0440\u044d\u0433\u043b\u044d\u0433\u0447\u0434\u0438\u0439\u043d \u0430\u043b\u0441\u044b\u043d \u0445\u044f\u043d\u0430\u043b\u0442",removePassword:"$t(lockRoomPassword) \u0443\u0441\u0442\u0433\u0430\u0445",removeSharedVideoMsg:"\u0422\u0430 \u0445\u0443\u0432\u0430\u0430\u043b\u0446\u0441\u0430\u043d \u0432\u0438\u0434\u0435\u043e\u0433\u043e\u043e \u0443\u0441\u0442\u0433\u0430\u0445\u0434\u0430\u0430 \u0438\u0442\u0433\u044d\u043b\u0442\u044d\u0439 \u0431\u0430\u0439\u043d\u0430 \u0443\u0443?",removeSharedVideoTitle:"\u0425\u0443\u0432\u0430\u0430\u043b\u0446\u0441\u0430\u043d \u0432\u0438\u0434\u0435\u043e\u0433 \u0443\u0441\u0442\u0433\u0430\u0445",reservationError:"\u0417\u0430\u0445\u0438\u0430\u043b\u0433\u044b\u043d \u0441\u0438\u0441\u0442\u0435\u043c\u0438\u0439\u043d \u0430\u043b\u0434\u0430\u0430",reservationErrorMsg:"\u0410\u043b\u0434\u0430\u0430\u043d\u044b \u043a\u043e\u0434: {{code}}, \u043c\u0435\u0441\u0441\u0435\u0436: {{msg}}",retry:"\u0414\u0430\u0445\u0438\u043d \u043e\u0440\u043e\u043b\u0434\u043e\u0445",screenSharingAudio:"\u0414\u0443\u0443\u0433 \u0445\u0443\u0432\u0430\u0430\u043b\u0446\u0430\u0445",screenSharingFailed:"\u0410\u043d\u0445\u0430\u0430\u0440! \u0414\u044d\u043b\u0433\u044d\u0446 \u0445\u0443\u0432\u0430\u0430\u043b\u0446\u0430\u0445\u0430\u0434 \u043d\u044d\u0433 \u0430\u043b\u0434\u0430\u0430 \u0433\u0430\u0440\u043b\u0430\u0430!",screenSharingFailedTitle:"\u0414\u044d\u043b\u0433\u044d\u0446\u044d\u044d \u0445\u0443\u0432\u0430\u0430\u043b\u0446\u0430\u0445 \u0430\u043c\u0436\u0438\u043b\u0442\u0433\u04af\u0439!",screenSharingPermissionDeniedError:"\u0422\u0430\u043d\u044b \u0434\u044d\u043b\u0433\u044d\u0446\u0438\u0439\u0433 \u0445\u0443\u0432\u0430\u0430\u043b\u0446\u0430\u0445 \u0437\u04e9\u0432\u0448\u04e9\u04e9\u0440\u043b\u0438\u0439\u0433 \u0441\u0443\u0443\u043b\u0433\u0430\u0445\u0430\u0434 \u0430\u043b\u0434\u0430\u0430 \u0433\u0430\u0440\u0441\u0430\u043d \u0431\u0430\u0439\u043d\u0430. \u0424\u0430\u0439\u043b\u044b\u0433 \u0434\u0430\u0445\u0438\u043d \u0430\u0447\u0430\u0430\u043b\u043b\u0430\u0430\u0434, \u0434\u0430\u0445\u0438\u043d \u043e\u0440\u043e\u043b\u0434\u043e\u043d\u043e \u0443\u0443.",searchInSalesforce:"Salesforce-\u0434 \u0445\u0430\u0439\u0445",searchResults:"\u0425\u0430\u0439\u043b\u0442\u044b\u043d \u04af\u0440 \u0434\u04af\u043d ({{count}})",searchResultsDetailsError:"\u042d\u0437\u044d\u043c\u0448\u0438\u0433\u0447\u0438\u0439\u043d \u0434\u0430\u0442\u0430 \u0442\u0430\u0442\u0430\u0445 \u04af\u0435\u0434 \u043d\u044d\u0433 \u0430\u043b\u0434\u0430\u0430 \u0433\u0430\u0440\u043b\u0430\u0430.",searchResultsError:"\u0414\u0430\u0442\u0430 \u0442\u0430\u0442\u0430\u0445 \u04af\u0435\u0434 \u043d\u044d\u0433 \u0430\u043b\u0434\u0430\u0430 \u0433\u0430\u0440\u043b\u0430\u0430..",searchResultsNotFound:"\u0425\u0430\u0439\u043b\u0442\u044b\u043d \u04af\u0440 \u0434\u04af\u043d \u043e\u043b\u0434\u0441\u043e\u043d\u0433\u04af\u0439.",searchResultsTryAgain:"\u04e8\u04e9\u0440 \u0442\u04af\u043b\u0445\u04af\u04af\u0440 \u04af\u0433\u044d\u044d\u0440 \u0434\u0430\u0445\u0438\u043d \u0445\u0430\u0439\u043d\u0430 \u0443\u0443.",sendPrivateMessage:"\u0425\u0443\u0432\u0438\u0439\u043d \u043c\u0435\u0441\u0441\u0435\u0436 \u0445\u04af\u043b\u044d\u044d\u043d \u0430\u0432\u0441\u0430\u043d. \u0422\u0430 \u0442\u0443\u0441\u0434\u0430\u0430 \u0445\u0430\u0440\u0438\u0443 \u04e9\u0433\u04e9\u0445 \u0433\u044d\u0436 \u0431\u0430\u0439\u043d\u0430 \u0443\u0443, \u044d\u0441\u0432\u044d\u043b \u0442\u0430 \u0431\u04af\u043b\u044d\u0433\u0442 \u0438\u043b\u0433\u044d\u044d\u0445 \u04af\u04af?",sendPrivateMessageCancel:"\u0411\u04af\u043b\u044d\u0433\u0442 \u0438\u043b\u0433\u044d\u044d\u043d\u044d \u04af\u04af",sendPrivateMessageOk:"\u0425\u0443\u0432\u0438\u0439\u043d \u0431\u0430\u0439\u0434\u043b\u0430\u0430\u0440 \u0438\u043b\u0433\u044d\u044d\u0445",sendPrivateMessageTitle:"\u0425\u0443\u0432\u0438\u0430\u0440\u0430\u0430 \u0438\u043b\u0433\u044d\u044d\u0445 \u04af\u04af?",serviceUnavailable:"\u04ae\u0439\u043b\u0447\u0438\u043b\u0433\u044d\u044d \u0430\u0432\u0430\u0445 \u0431\u043e\u043b\u043e\u043c\u0436\u0433\u04af\u0439",sessTerminated:"\u0414\u0443\u0443\u0434\u043b\u0430\u0433\u0430 \u0441\u0430\u043b\u043b\u0430\u0430",sessionRestarted:"\u0425\u043e\u043b\u0431\u043e\u043b\u0442\u043e\u043d\u0434 \u0430\u0441\u0443\u0443\u0434\u0430\u043b \u0433\u0430\u0440\u0441\u0430\u043d \u0442\u0443\u043b \u0434\u0443\u0443\u0434\u043b\u0430\u0433\u0430 \u0434\u0430\u0445\u0438\u043d \u044d\u0445\u044d\u043b\u0441\u044d\u043d.",shareAudio:"\u04ae\u0440\u0433\u044d\u043b\u0436\u043b\u04af\u04af\u043b",shareAudioTitle:"\u0414\u0443\u0443\u0433 \u0445\u044d\u0440\u0445\u044d\u043d \u0445\u0443\u0432\u0430\u0430\u043b\u0446\u0430\u0445",shareAudioWarningD1:"\u0442\u0430 \u0434\u0443\u0443\u0433\u0430\u0430 \u0445\u0443\u0432\u0430\u0430\u043b\u0446\u0430\u0445\u044b\u043d \u0442\u0443\u043b\u0434 \u0434\u044d\u043b\u0433\u044d\u0446 \u0445\u0443\u0432\u0430\u0430\u043b\u0446\u0430\u0445\u0430\u0430 \u0437\u043e\u0433\u0441\u043e\u043e\u0445 \u0445\u044d\u0440\u044d\u0433\u0442\u044d\u0439.",shareAudioWarningD2:"\u0442\u0430 \u0434\u044d\u043b\u0433\u044d\u0446\u044d\u044d \u0445\u0443\u0432\u0430\u0430\u043b\u0446\u0430\u0445\u0430\u0430 \u0434\u0430\u0445\u0438\u043d \u044d\u0445\u043b\u04af\u04af\u043b\u044d\u0445 \u0431\u043e\u043b\u043e\u043d \"\u0434\u0443\u0443 \u0445\u0443\u0432\u0430\u0430\u043b\u0446\u0430\u0445\" \u0438\u0434\u044d\u0432\u0445\u0438\u0442\u044d\u0439 \u044d\u0441\u044d\u0445\u0438\u0439\u0433 \u0448\u0430\u043b\u0433\u0430\u0445 \u0445\u044d\u0440\u044d\u0433\u0442\u044d\u0439.",shareAudioWarningH1:"\u0425\u044d\u0440\u044d\u0432 \u0442\u0430 \u0437\u04e9\u0432\u0445\u04e9\u043d \u0434\u0443\u0443\u0433\u0430\u0430 \u0445\u0443\u0432\u0430\u0430\u043b\u0446\u0430\u0445 \u0431\u043e\u043b:",shareAudioWarningTitle:"\u0422\u0430 \u0434\u0443\u0443\u0433\u0430\u0430 \u0445\u0443\u0432\u0430\u0430\u043b\u0446\u0430\u0445\u044b\u043d \u0442\u0443\u043b \u0434\u044d\u043b\u0433\u044d\u0446 \u0445\u0443\u0432\u0430\u0430\u043b\u0446\u0430\u0445\u0430\u0430 \u0437\u043e\u0433\u0441\u043e\u043e\u0445 \u0445\u044d\u0440\u044d\u0433\u0442\u044d\u0439",shareMediaWarningGenericH2:"\u0425\u044d\u0440\u044d\u0432 \u0442\u0430 \u0434\u0443\u0443 \u0431\u043e\u043b\u043e\u043d \u0434\u044d\u043b\u0433\u044d\u0446\u044d\u044d \u0445\u0443\u0432\u0430\u0430\u043b\u0446\u0430\u0445 \u0431\u043e\u043b",shareScreenWarningD1:"\u0442\u0430 \u0434\u044d\u043b\u0433\u044d\u0446\u044d\u044d \u0445\u0443\u0432\u0430\u0430\u043b\u0446\u0430\u0445\u044b\u043d \u0442\u0443\u043b \u0430\u0443\u0434\u0438\u043b \u0445\u0443\u0432\u0430\u0430\u043b\u0446\u0430\u0445\u0430\u0430 \u0437\u043e\u0433\u0441\u043e\u043e\u0445 \u0445\u044d\u0440\u044d\u0433\u0442\u044d\u0439.",shareScreenWarningD2:"\u0442\u0430 \u0434\u044d\u043b\u0433\u044d\u0446\u044d\u044d \u0445\u0443\u0432\u0430\u0430\u043b\u0446\u0430\u0445\u044b\u043d \u0442\u0443\u043b \u0434\u0443\u0443\u0433 \u0445\u0443\u0432\u0430\u0430\u043b\u0446\u0430\u0445\u0430\u0430 \u0437\u043e\u0433\u0441\u043e\u043e\u043d \"\u0434\u0443\u0443 \u0445\u0443\u0432\u0430\u0430\u043b\u0446\u0430\u0445\" -\u0433 \u0441\u043e\u043d\u0433\u043e\u043b\u0442\u044b\u043d \u0448\u0430\u043b\u0433\u0430\u0445 \u0445\u044d\u0440\u044d\u0433\u0442\u044d\u0439.",shareScreenWarningH1:"\u0425\u044d\u0440\u044d\u0432 \u0442\u0430 \u0437\u04e9\u0432\u0445\u04e9\u043d \u0434\u044d\u043b\u0433\u044d\u0446\u044d\u044d \u0445\u0443\u0432\u0430\u0430\u043b\u0446\u0430\u0445 \u0431\u043e\u043b:",shareScreenWarningTitle:"\u0422\u0430 \u0434\u044d\u043b\u0433\u044d\u0446\u044d\u044d \u0445\u0443\u0432\u0430\u0430\u043b\u0446\u0430\u0445\u0430\u0430\u0441 \u04e9\u043c\u043d\u04e9 \u0434\u0443\u0443\u0433\u0430\u0430 \u0445\u0443\u0432\u0430\u0430\u043b\u0446\u0430\u0445\u0430\u0430 \u0437\u043e\u0433\u0441\u043e\u043e\u0445 \u0445\u044d\u0440\u044d\u0433\u0442\u044d\u0439",shareVideoLinkError:"YouTube-\u0438\u0439\u043d \u0437\u04e9\u0432 \u043b\u0438\u043d\u043a \u043e\u0440\u0443\u0443\u043b\u043d\u0430 \u0443\u0443.",shareVideoTitle:"\u0412\u0438\u0434\u0435\u043e \u0445\u0443\u0432\u0430\u0430\u043b\u0446\u0430\u0445",shareYourScreen:"\u0414\u044d\u043b\u0433\u044d\u0446\u044d\u044d \u0445\u0443\u0432\u0430\u0430\u043b\u0446\u0430\u0445",shareYourScreenDisabled:"\u0414\u044d\u043b\u0433\u044d\u0446 \u0445\u0443\u0432\u0430\u0430\u043b\u0446\u0430\u0445 \u0438\u0434\u044d\u0432\u0445\u0433\u04af\u0439",sharedVideoDialogError:"\u0410\u043b\u0434\u0430\u0430: \u0425\u04af\u0447\u0438\u043d\u0433\u04af\u0439 URL",sharedVideoLinkPlaceholder:"YouTube \u0445\u043e\u043b\u0431\u043e\u043e\u0441 \u044d\u0441\u0432\u044d\u043b \u0448\u0443\u0443\u0434 \u0432\u0438\u0434\u0435\u043e \u0445\u043e\u043b\u0431\u043e\u043e\u0441",show:"\u04ae\u0437\u04af\u04af\u043b\u044d\u0445",start:"\u042d\u0445\u043b\u04af\u04af\u043b\u044d\u0445 ",startLiveStreaming:"\u0428\u0443\u0443\u0434 \u0434\u0430\u043c\u0436\u0443\u0443\u043b\u0430\u043b\u0442\u044b\u0433 \u044d\u0445\u043b\u04af\u04af\u043b",startRecording:"\u0411\u0438\u0447\u043b\u044d\u0433 \u0445\u0438\u0439\u0436 \u044d\u0445\u044d\u043b",startRemoteControlErrorMessage:"\u0410\u043b\u0441\u044b\u043d \u0443\u0434\u0438\u0440\u0434\u043b\u0430\u0433\u0430 \u044d\u0445\u043b\u04af\u04af\u043b\u044d\u0445 \u04af\u0435\u0434 \u0430\u043b\u0434\u0430\u0430 \u0433\u0430\u0440\u043b\u0430\u0430!",stopLiveStreaming:"\u0428\u0443\u0443\u0434 \u0434\u0430\u043c\u0436\u0443\u0443\u043b\u0430\u043b\u0442\u044b\u0433 \u0437\u043e\u0433\u0441\u043e\u043e",stopRecording:"\u0411\u0438\u0447\u043b\u044d\u0433\u044d\u044d \u0437\u043e\u0433\u0441\u043e\u043e",stopRecordingWarning:"\u0422\u0430 \u0431\u0438\u0447\u043b\u044d\u0433\u044d\u044d \u0437\u043e\u0433\u0441\u043e\u043e\u0445\u0434\u043e\u043e \u0438\u0442\u0433\u044d\u043b\u0442\u044d\u0439 \u0431\u0430\u0439\u043d\u0430 \u0443\u0443?",stopStreamingWarning:"\u0422\u0430 \u0448\u0443\u0443\u0434 \u0434\u0430\u043c\u0436\u0443\u0443\u043b\u0430\u043b\u0442\u044b\u0433 \u0437\u043e\u0433\u0441\u043e\u043e\u0445\u0434\u043e\u043e \u0438\u0442\u0433\u044d\u043b\u0442\u044d\u0439 \u0431\u0430\u0439\u043d\u0430 \u0443\u0443?",streamKey:"\u0428\u0443\u0443\u0434 \u0434\u0430\u043c\u0436\u0443\u0443\u043b\u0430\u043b\u0442\u044b\u043d \u0442\u04af\u043b\u0445\u04af\u04af\u0440",thankYou:"{{appName}} \u0430\u0448\u0438\u0433\u043b\u0430\u0436 \u0431\u0443\u0439 \u0442\u0430\u043d\u0434 \u0431\u0430\u044f\u0440\u043b\u0430\u043b\u0430\u0430!",token:"token",tokenAuthFailed:"\u0423\u0443\u0447\u043b\u0430\u0430\u0440\u0430\u0439, \u0442\u0430 \u044d\u043d\u0434 \u043d\u044d\u0432\u0442\u0440\u044d\u0445 \u044d\u0440\u0445\u0433\u04af\u0439 \u0431\u0430\u0439\u043d\u0430.",tokenAuthFailedTitle:"\u041d\u044d\u0432\u0442\u0440\u044d\u043b\u0442 \u0430\u043c\u0436\u0438\u043b\u0442\u0433\u04af\u0439",transcribing:"\u041e\u0440\u0447\u0443\u0443\u043b\u0430\u0445",unlockRoom:"$t(lockRoomPassword) \u0443\u0443\u043b\u0437\u0430\u043b\u0442\u044b\u0433 \u0443\u0441\u0442\u0433\u0430\u043d\u0430 \u0443\u0443",user:"\u0425\u044d\u0440\u044d\u0433\u043b\u044d\u0433\u0447",userIdentifier:"\u0425\u044d\u0440\u044d\u0433\u043b\u044d\u0433\u0447\u0438\u0439\u043d ID",userPassword:"\u0445\u044d\u0440\u044d\u0433\u043b\u044d\u0433\u0447\u0438\u0439\u043d \u043d\u0443\u0443\u0446 \u04af\u0433",verifyParticipantConfirm:"\u041d\u0443\u0443\u0446 \u04af\u0433\u0441 \u0445\u043e\u043e\u0440\u043e\u043d\u0434\u043e\u043e \u0442\u043e\u0445\u0438\u0440\u0447 \u0431\u0430\u0439\u043d\u0430",verifyParticipantDismiss:"\u041d\u0443\u0443\u0446 \u04af\u0433\u0441 \u0445\u043e\u043e\u0440\u043e\u043d\u0434\u043e\u043e \u0442\u043e\u0445\u0438\u0440\u043e\u0445\u0433\u04af\u0439 \u0431\u0430\u0439\u043d\u0430",verifyParticipantQuestion:"\u0422\u0423\u0420\u0428\u0418\u041b\u0422\u042b\u041d: Ask participant {{participantName}} if they see the same content, in the same order.",verifyParticipantTitle:"\u0425\u044d\u0440\u044d\u0433\u043b\u044d\u0433\u0447 \u0431\u0430\u0442\u0430\u043b\u0433\u0430\u0430\u0436\u0443\u0443\u043b\u0430\u0445",videoLink:"\u0412\u0438\u0434\u0435\u043e \u0445\u043e\u043b\u0431\u043e\u043e\u0441",viewUpgradeOptions:"\u0411\u0430\u0433\u0446\u044b\u043d \u0448\u0438\u043d\u044d\u0447\u043b\u044d\u043b\u0438\u0439\u0433 \u0445\u0430\u0440\u0430\u0445",viewUpgradeOptionsContent:"\u0422\u0430 \u0431\u0438\u0447\u043b\u044d\u0433 \u0445\u0430\u0434\u0433\u0430\u043b\u0430\u0445, RTMP \u0434\u0430\u043c\u0436\u0443\u0443\u043b\u0430\u043b\u0442 \u0437\u044d\u0440\u044d\u0433 \u043d\u044d\u043c\u044d\u043b\u0442 \u0431\u043e\u043b\u043e\u043c\u0436\u0443\u0443\u0434\u044b\u0433 \u0430\u0448\u0438\u0433\u043b\u0430\u0445\u044b\u043d \u0442\u0443\u043b\u0434 \u0445\u044f\u0437\u0433\u0430\u0430\u0440\u0433\u04af\u0439 \u043d\u044d\u0432\u0442\u0440\u044d\u0445 \u044d\u0440\u0445\u0438\u0439\u0433 \u0430\u0432\u0430\u0445 \u0445\u044d\u0440\u044d\u0433\u0442\u044d\u0439, \u0442\u0430 \u04e9\u04e9\u0440\u0438\u0439\u043d \u0431\u0430\u0433\u0446\u0430\u0430 \u0434\u044d\u044d\u0448\u043b\u04af\u04af\u043b\u043d\u044d \u04af\u04af.",viewUpgradeOptionsTitle:"\u0422\u0430 \u043d\u044d\u043c\u044d\u043b\u0442 \u0431\u043e\u043b\u043e\u043c\u0436\u0443\u0443\u0434\u0442\u0430\u0439 \u0442\u0430\u043d\u0438\u043b\u0446\u043b\u0430\u0430!",yourEntireScreen:"\u0422\u0430\u043d\u044b \u0434\u044d\u043b\u0433\u044d\u0446\u0438\u0439\u0433 \u0431\u04af\u0445\u044d\u043b\u0434\u044d\u044d"},documentSharing:{title:"\u0411\u0438\u0447\u0438\u0433 \u0431\u0430\u0440\u0438\u043c\u0442 \u0445\u0443\u0432\u0430\u0430\u043b\u0446\u0430\u0445"},e2ee:{labelToolTip:"\u042d\u043d\u044d \u0434\u0443\u0443\u0434\u043b\u0430\u0433\u044b\u043d \u0434\u0443\u0443, \u0432\u0438\u0434\u0435\u043e \u0445\u043e\u043b\u0431\u043e\u043b\u0442\u0443\u0443\u0434 \u043d\u044c end-to-end \u043d\u0443\u0443\u0446\u043b\u0430\u0433\u0434\u043b\u0430\u0430"},embedMeeting:{title:"\u042d\u043d\u044d \u0443\u0443\u043b\u0437\u0430\u043b\u0442\u044b\u0433 \u043d\u044d\u0433\u0442\u0433\u044d\u0445"},feedback:{average:"\u0414\u0443\u043d\u0434\u0430\u0436",bad:"\u041c\u0443\u0443",detailsLabel:"\u042d\u043d\u044d \u0442\u0430\u043b\u0430\u0430\u0440 \u0438\u043b\u04af\u04af \u0434\u044d\u043b\u0433\u044d\u0440\u044d\u043d\u0433\u04af\u0439.",good:"\u0421\u0430\u0439\u043d",rateExperience:"\u0423\u0443\u043b\u0437\u0430\u043b\u0442\u044b\u0433 \u04af\u043d\u044d\u043b\u044d\u0445",star:"\u041e\u0434",veryBad:"\u041c\u0430\u0448 \u043c\u0443\u0443",veryGood:"\u041c\u0430\u0448 \u0441\u0430\u0439\u043d"},filmstrip:{accessibilityLabel:{heading:"Video thumbnails"}},giphy:{noResults:"\u04ae\u0440 \u0434\u04af\u043d \u043e\u043b\u0434\u0441\u043e\u043d\u0433\u04af\u0439:(",search:"GIPHY \u0445\u0430\u0439\u0445"},incomingCall:{answer:"\u0425\u0430\u0440\u0438\u0443\u043b\u0442",audioCallTitle:"\u0414\u0443\u0443\u0434\u043b\u0430\u0433\u0430 \u0438\u0440\u043b\u044d\u044d",decline:"\u0413\u0430\u0440\u0433\u0430\u0445",productLabel:"\u0421\u0430\u043d\u0433\u0438\u0439\u043d \u042f\u0430\u043c",videoCallTitle:"\u0412\u0438\u0434\u0435\u043e \u0434\u0443\u0443\u0434\u043b\u0430\u0433\u0430 \u0438\u0440\u043b\u044d\u044d"},info:{accessibilityLabel:"\u041c\u044d\u0434\u044d\u044d\u043b\u043b\u0438\u0439\u0433 \u0445\u0430\u0440\u0443\u0443\u043b\u0430\u0445",addPassword:"$t(lockRoomPassword) \u043d\u044d\u043c\u044d\u0445",cancelPassword:"$t(lockRoomPassword) \u0446\u0443\u0446\u043b\u0430\u0445",conferenceURL:"\u0425\u043e\u043b\u0431\u043e\u043e\u0441:",copyNumber:"\u0414\u0443\u0433\u0430\u0430\u0440 \u0445\u0443\u0443\u043b\u0430\u0445",country:"\u0423\u043b\u0441",dialANumber:"\u0423\u0443\u043b\u0437\u0430\u043b\u0442\u0430\u043d\u0434 \u043e\u0440\u043e\u043b\u0446\u043e\u0445\u044b\u043d \u0442\u0443\u043b\u0434 \u044d\u0434\u0433\u044d\u044d\u0440 \u0434\u0443\u0433\u0430\u0430\u0440\u0443\u0443\u0434\u044b\u043d \u0430\u043b\u044c \u043d\u044d\u0433\u0440\u04af\u04af \u043d\u044c \u0437\u0430\u043b\u0433\u0430\u0430\u0434, \u043f\u0438\u043d\u0433 \u043e\u0440\u0443\u0443\u043b\u043d\u0430 \u0443\u0443.",dialInConferenceID:"PIN:",dialInNotSupported:"\u0423\u0443\u0447\u043b\u0430\u0430\u0440\u0430\u0439, \u043e\u0434\u043e\u043e\u0433\u043e\u043e\u0440 \u0434\u0443\u0443\u0434\u043b\u0430\u0433\u0430 \u0445\u0438\u0439\u0445 \u0431\u043e\u043b\u043e\u043c\u0436\u0433\u04af\u0439 \u0431\u0430\u0439\u043d\u0430.",dialInNumber:"\u0414\u0443\u0443\u0434\u043b\u0430\u0433\u0430 \u0445\u0438\u0439\u0436 \u0431\u0430\u0439\u043d\u0430:",dialInSummaryError:"\u0417\u0430\u043b\u0433\u0430\u0436 \u043c\u044d\u0434\u044d\u044d\u043b\u043b\u0438\u0439\u0433 \u0430\u0432\u0430\u0445 \u04af\u0435\u0434 \u0430\u043b\u0434\u0430\u0430 \u0433\u0430\u0440\u043b\u0430\u0430. \u0414\u0430\u0440\u0430\u0430 \u0434\u0430\u0445\u0438\u043d \u043e\u0440\u043e\u043b\u0434\u043e\u0436 \u04af\u0437\u043d\u044d \u04af\u04af.",dialInTollFree:"Toll Free",genericError:"\u042f\u043c\u0430\u0440 \u043d\u044d\u0433 \u0430\u0441\u0443\u0443\u0434\u0430\u043b \u0433\u0430\u0440\u043b\u0430\u0430.",inviteLiveStream:"\u042d\u043d\u044d \u0443\u0443\u043b\u0437\u0430\u043b\u0442\u044b\u043d \u0448\u0443\u0443\u0434 \u0434\u0430\u043c\u0436\u0443\u0443\u043b\u0430\u043b\u0442\u044b\u0433 \u04af\u0437\u044d\u0445\u0438\u0439\u043d \u0442\u0443\u043b\u0434 \u044d\u043d\u044d \u0445\u043e\u043b\u0431\u043e\u043e\u0441\u044b\u0433 \u0434\u0430\u0440\u043d\u0430 \u0443\u0443: {{url}}",invitePhone:"\u0423\u0442\u0441\u0430\u0430\u0440 \u0445\u043e\u043b\u0431\u043e\u0433\u0434\u043e\u0445\u044b\u043d \u0442\u0443\u043b\u0434 \u044d\u043d\u044d \u0434\u044d\u044d\u0440 \u0434\u0430\u0440\u043d\u0430 \u0443\u0443: {{number}},{{conferenceID}}#\n",invitePhoneAlternatives:"\u04e8\u04e9\u0440 \u0437\u0430\u043b\u0433\u0430\u0445 \u0434\u0443\u0433\u0430\u0430\u0440 \u0445\u0430\u0439\u0436 \u0431\u0430\u0439\u043d\u0430 \u0443\u0443?\n\u0423\u0443\u043b\u0437\u0430\u043b\u0442\u044b\u043d \u0434\u0443\u0433\u0430\u0430\u0440\u044b\u0433 \u0445\u0430\u0440\u0430\u0445: {{url}}\n\n\n\u0425\u044d\u0440\u044d\u0432 \u04e9\u0440\u04e9\u04e9\u043d\u0438\u0439 \u0443\u0442\u0430\u0441 \u0440\u0443\u0443 \u0437\u0430\u043b\u0433\u0430\u0445 \u0431\u043e\u043b \u0434\u0443\u0443\u0433\u0430\u0430 \u0445\u043e\u043b\u0431\u043e\u0445\u0433\u04af\u0439\u0433\u044d\u044d\u0440 \u043d\u044d\u0433\u0434\u044d\u044d\u0440\u044d\u0439: {{silentUrl}}",inviteSipEndpoint:"SIP \u0445\u0430\u044f\u0433 \u0430\u0448\u0438\u0433\u043b\u0430\u043d \u043e\u0440\u043e\u043b\u0446\u043e\u0445 \u0431\u043e\u043b, \u044d\u043d\u0434 \u0434\u0430\u0440\u043d\u0430 \u0443\u0443: {{sipUri}}",inviteTextiOSInviteUrl:"\u0414\u0430\u0440\u0430\u0430\u0445 \u043b\u0438\u043d\u043a \u0434\u044d\u044d\u0440 \u0434\u0430\u0440\u0430\u043d \u043e\u0440\u043e\u043b\u0446\u043e\u043d\u043e \u0443\u0443: {{inviteUrl}}.",inviteTextiOSJoinSilent:"\u0414\u043e\u0442\u043e\u043e\u0434 \u0443\u0442\u0441\u0430\u0430\u0440 \u0434\u0430\u043c\u0436\u0443\u0443\u043b\u0430\u043d \u0437\u0430\u043b\u0433\u0430\u0436 \u0431\u0430\u0439\u0433\u0430\u0430 \u0431\u043e\u043b, \u0434\u0443\u0443\u0433\u04af\u0439 \u0443\u0443\u043b\u0437\u0430\u043b\u0442\u0430\u0434 \u043e\u0440\u043e\u043b\u0446\u043e\u0445\u0434\u043e\u043e \u044d\u043d\u044d \u0445\u043e\u043b\u0431\u043e\u043e\u0441\u044b\u0433 \u0430\u0448\u0438\u0433\u043b\u0430\u043d\u0430 \u0443\u0443: {{silentUrl}}.",inviteTextiOSPersonal:"{{name}} \u0442\u0430\u043d\u044b\u0433 \u0443\u0443\u043b\u0437\u0430\u043b\u0442\u0430\u0434 \u043e\u0440\u043e\u043b\u0446\u043e\u0445\u044b\u0433 \u0443\u0440\u044c\u0436 \u0431\u0430\u0439\u043d\u0430.",inviteTextiOSPhone:"\u0423\u0442\u0441\u0430\u0430\u0440 \u0445\u043e\u043b\u0431\u043e\u0433\u0434\u043e\u0445 \u0431\u043e\u043b, \u044d\u043d\u044d \u0434\u0443\u0433\u0430\u0430\u0440\u044b\u0433 \u0430\u0448\u0438\u0433\u043b\u0430\u043d\u0430 \u0443\u0443: {{number}},,{{conferenceID}}#. \u0425\u044d\u0440\u044d\u0432 \u0442\u0430\u043d\u044c\u0434 \u04e9\u04e9\u0440 \u0434\u0443\u0433\u0430\u0430\u0440 \u0445\u044d\u0440\u044d\u0433\u0442\u044d\u0439 \u0431\u043e\u043b \u044d\u043d\u0434\u044d\u044d\u0441 \u0431\u04af\u0445 \u0436\u0430\u0433\u0441\u0430\u0430\u043b\u0442\u044b\u0433 \u0445\u0430\u0440\u043d\u0430 \u0443\u0443: {{didUrl}}.",inviteURLFirstPartGeneral:"\u0422\u0430 \u0431\u04af\u0445\u043d\u0438\u0439\u0433 \u0443\u0443\u043b\u0437\u0430\u043b\u0442\u0430\u0434 \u0443\u0440\u044c\u0436 \u0431\u0430\u0439\u043d\u0430.",inviteURLFirstPartPersonal:"{{name}} \u0442\u0430\u043d\u044b\u0433 \u0443\u0443\u043b\u0437\u0430\u043b\u0442\u0430\u043d\u0434 \u0443\u0440\u044c\u0436 \u0431\u0430\u0439\u043d\u0430.\n",inviteURLSecondPart:"\n\u0423\u0443\u043b\u0437\u0430\u043b\u0442\u0430\u0434 \u043d\u044d\u0433\u0434\u044d\u044d\u0440\u044d\u0439:\n{{url}}\n",label:"\u0423\u0443\u043b\u0437\u0430\u043b\u0442\u044b\u043d \u043c\u044d\u0434\u044d\u044d\u043b\u044d\u043b",liveStreamURL:"\u0428\u0443\u0443\u0434 \u0434\u0430\u043c\u0436\u0443\u0443\u043b\u0430\u043b\u0442:",moreNumbers:"\u0411\u0443\u0441\u0430\u0434 \u0434\u0443\u0433\u0430\u0430\u0440",noNumbers:"\u0417\u0430\u043b\u0433\u0430\u0445 \u0434\u0443\u0433\u0430\u0430\u0440 \u0431\u0430\u0439\u0445\u0433\u04af\u0439 \u0431\u0430\u0439\u043d\u0430.",noPassword:"\u0425\u043e\u043e\u0441\u043e\u043d",noRoom:"\u041d\u044d\u0432\u0442\u0440\u044d\u0445 \u04e9\u0440\u04e9\u04e9 \u043e\u043b\u0434\u0441\u043e\u043d\u0433\u04af\u0439.",numbers:"\u0417\u0430\u043b\u0433\u0430\u0445 \u0434\u0443\u0433\u0430\u0430\u0440\u0443\u0443\u0434",password:"$t(lockRoomPasswordUppercase):",reachedLimit:"\u0422\u0430\u043d\u044b \u0431\u0430\u0433\u0446\u044b\u043d \u043b\u0438\u043c\u0438\u0442 \u0434\u0443\u0443\u0441\u0441\u0430\u043d \u0431\u0430\u0439\u043d\u0430.",sip:"SIP \u0445\u0430\u044f\u0433",title:"\u0425\u0443\u0432\u0430\u0430\u043b\u0446\u0430\u0445",tooltip:"\u0423\u0443\u043b\u0437\u0430\u043b\u0442\u044b\u043d \u0445\u043e\u043b\u0431\u043e\u043e\u0441\u044b\u0433 \u0445\u0443\u0432\u0430\u0430\u043b\u0446\u0430\u0445",upgradeOptions:"\u0411\u0430\u0433\u0446\u044b\u0433 \u0434\u044d\u044d\u0448\u043b\u04af\u04af\u043b\u044d\u0445 \u0431\u043e\u043b\u043e\u043c\u0436\u043e\u043e \u0448\u0430\u043b\u0433\u0430\u043d\u0430 \u0443\u0443"},inlineDialogFailure:{msg:"\u0410\u0441\u0443\u0443\u0434\u0430\u043b \u0433\u0430\u0440\u043b\u0430\u0430",retry:"\u0414\u0430\u0445\u0438\u043d \u043e\u0440\u043e\u043b\u0434",support:"\u0414\u044d\u043c\u0436\u043b\u044d\u0433",supportMsg:"\u0425\u044d\u0440\u044d\u0432 \u0438\u0439\u043c \u0430\u0441\u0443\u0443\u0434\u0430\u043b \u0434\u0430\u0445\u0438\u0430\u0434 \u0442\u043e\u0445\u0438\u043e\u043b\u0434\u0432\u043e\u043b \u0445\u043e\u043b\u0431\u043e\u043e \u0431\u0430\u0440\u0438\u0430\u0440\u0430\u0439"},inviteDialog:{alertText:"\u0417\u0430\u0440\u0438\u043c \u043e\u0440\u043e\u043b\u0446\u043e\u0433\u0447\u0434\u044b\u0433 \u0443\u0440\u044c\u0436 \u0447\u0430\u0434\u0441\u0430\u043d\u0433\u04af\u0439.",header:"\u0423\u0440\u0438\u0445",searchCallOnlyPlaceholder:"\u0423\u0442\u0430\u0441\u043d\u044b \u0434\u0443\u0433\u0430\u0430\u0440\u0430\u0430 \u043e\u0440\u0443\u0443\u043b\u043d\u0430 \u0443\u0443",searchPeopleOnlyPlaceholder:"\u041e\u0440\u043e\u043b\u0446\u043e\u0433\u0447\u0434\u044b\u0433 \u0445\u0430\u0439\u0445",searchPlaceholder:"\u041e\u0440\u043e\u043b\u0446\u043e\u0433\u0447 \u044d\u0441\u0432\u044d\u043b \u0443\u0442\u0430\u0441\u043d\u044b \u0434\u0443\u0433\u0430\u0430\u0440",send:"\u0418\u043b\u0433\u044d\u044d\u0445"},jitsiHome:"{{logo}} Logo, links to Homepage",keyboardShortcuts:{focusLocal:"\u04e8\u04e9\u0440\u0438\u0439\u043d \u0432\u0438\u0434\u0435\u043e\u0433 \u04af\u0437\u044d\u0445",focusRemote:"\u04e8\u04e9\u0440 \u0445\u04af\u043d\u0438\u0439 \u0432\u0438\u0434\u0435\u043e\u0433 \u04af\u0437\u044d\u0445",fullScreen:"\u0414\u044d\u043b\u0433\u044d\u0446 \u0434\u04af\u04af\u0440\u0433\u044d\u0445 \u044d\u0441\u0432\u044d\u043b \u0433\u0430\u0440\u0430\u0445",giphyMenu:"Toggle GIPHY \u0446\u044d\u0441",keyboardShortcuts:"\u0413\u0430\u0440\u043d\u044b \u0442\u043e\u0432\u0447\u043b\u043e\u043b",localRecording:"\u04e8\u04e9\u0440\u0438\u0439\u043d \u0431\u0438\u0447\u043b\u044d\u0433\u0438\u0439\u043d \u0445\u044f\u043d\u0430\u043b\u0442\u044b\u0433 \u04af\u0437\u04af\u04af\u043b\u044d\u0445 \u044d\u0441\u0432\u044d\u043b \u043d\u0443\u0443\u0445",mute:"\u041c\u0438\u043a\u0440\u043e\u0444\u043e\u043d\u044b\u0433 \u0445\u0430\u0430\u0445 \u044d\u0441\u0432\u044d\u043b \u043d\u044d\u044d\u0445",pushToTalk:"\u042f\u0440\u0438\u0430 \u0440\u0443\u0443",raiseHand:"\u0413\u0430\u0440\u0430\u0430 \u04e9\u0440\u0433\u04e9\u0445 \u044d\u0441\u0432\u044d\u043b \u0434\u043e\u043e\u0448\u043b\u0443\u0443\u043b",showSpeakerStats:"\u042f\u0440\u0438\u0433\u0447\u0438\u0439\u043d \u0441\u0442\u0430\u0442\u0438\u0441\u0442\u0438\u043a \u0445\u0430\u0440\u0430\u0445",toggleChat:"\u0417\u0443\u0440\u0432\u0430\u0441\u044b\u0433 \u043d\u044d\u044d\u0445 \u0431\u0443\u044e\u0443 \u0445\u0430\u0430\u0445",toggleFilmstrip:"\u0412\u0438\u0434\u0435\u043e \u0431\u0438\u0447\u043b\u044d\u0433\u0438\u0439\u043d \u04e9\u043d\u0433\u04e9\u0446 \u0437\u0443\u0440\u0433\u0438\u0439\u0433 \u04af\u0437\u04af\u04af\u043b\u044d\u0445 \u044d\u0441\u0432\u044d\u043b \u043d\u0443\u0443\u0445",toggleParticipantsPane:"\u041e\u0440\u043e\u043b\u0446\u043e\u0433\u0447\u0438\u0439\u043d \u0441\u0430\u043c\u0431\u0430\u0440\u044b\u0433 \u0445\u0430\u0440\u0443\u0443\u043b\u0430\u0445 \u044d\u0441\u0432\u044d\u043b \u043d\u0443\u0443\u0445",toggleScreensharing:"\u041a\u0430\u043c\u0435\u0440 \u0431\u0430 \u0434\u044d\u043b\u0433\u044d\u0446 \u0445\u0443\u0432\u0430\u0430\u043b\u0446\u0430\u0445 \u0445\u043e\u043e\u0440\u043e\u043d\u0434 \u0448\u0438\u043b\u0436\u0438\u043d\u044d",toggleShortcuts:"\u0422\u043e\u0432\u0447\u043b\u043e\u043b\u0443\u0443\u0434\u044b\u0433 \u0445\u0430\u0440\u0443\u0443\u043b\u0430\u0445 \u044d\u0441\u0432\u044d\u043b \u043d\u0443\u0443\u0445",videoMute:"\u041a\u0430\u043c\u0435\u0440\u0430\u0430 \u044d\u0445\u043b\u04af\u04af\u043b\u044d\u0445 \u044d\u0441\u0432\u044d\u043b \u0437\u043e\u0433\u0441\u043e\u043e\u0445"},largeVideo:{screenIsShared:"\u0422\u0430 \u0434\u044d\u043b\u0433\u044d\u0446\u044d\u044d \u0445\u0443\u0432\u0430\u0430\u043b\u0446\u0430\u0436 \u0431\u0430\u0439\u043d\u0430",showMeWhatImSharing:"\u041c\u0438\u043d\u0438\u0439 \u0445\u0443\u0432\u0430\u0430\u043b\u0446\u0430\u0436 \u0431\u0443\u0439 \u0434\u044d\u043b\u0433\u044d\u0446\u0438\u0439\u0433 \u0445\u0430\u0440\u0443\u0443\u043b\u0430\u0445"},liveStreaming:{busy:"\u0411\u0438\u0434 \u0443\u0440\u0441\u0433\u0430\u043b\u044b\u043d \u0447\u04e9\u043b\u04e9\u04e9\u043b\u04e9\u0445\u04e9\u04e9\u0440 \u0430\u0436\u0438\u043b\u043b\u0430\u0436 \u0431\u0430\u0439\u043d\u0430. \u0425\u044d\u0434\u044d\u043d \u043c\u0438\u043d\u0443\u0442\u044b\u043d \u0434\u0430\u0440\u0430\u0430 \u0434\u0430\u0445\u0438\u043d \u043e\u0440\u043e\u043b\u0434\u043e\u043d\u043e \u0443\u0443.",busyTitle:"\u0411\u04af\u0445 \u0434\u0430\u043c\u0436\u0443\u0443\u043b\u0430\u0433\u0447\u0438\u0434 \u0437\u0430\u0432\u0433\u04af\u0439 \u0431\u0430\u0439\u043d\u0430",changeSignIn:"\u0411\u04af\u0440\u0442\u0433\u044d\u043b \u0441\u043e\u043b\u0438\u0445.",choose:"\u0428\u0443\u0443\u0434 \u0434\u0430\u043c\u0436\u0443\u0443\u043b\u0430\u043b\u0442\u044b\u0433 \u0441\u043e\u043d\u0433\u043e\u043d\u043e \u0443\u0443",chooseCTA:"\u0414\u0430\u043c\u0436\u0443\u0443\u043b\u0430\u043b\u0442\u044b\u0433 \u0441\u043e\u043d\u0433\u043e\u043d\u043e \u0443\u0443. \u0422\u0430 {{email}} \u0430\u0448\u0438\u0433\u043b\u0430\u043d \u043d\u044d\u0432\u0442\u044d\u0440\u0441\u044d\u043d \u0431\u0430\u0439\u043d\u0430.",enterStreamKey:"YouTube \u0448\u0443\u0443\u0434 \u0434\u0430\u043c\u0436\u0443\u0443\u043b\u0430\u043b\u0442\u044b\u043d \u0442\u04af\u043b\u0445\u04af\u04af\u0440\u0438\u0439\u0433 \u044d\u043d\u0434 \u043e\u0440\u0443\u0443\u043b\u043d\u0430 \u0443\u0443.",error:"\u0428\u0443\u0443\u0434 \u0434\u0430\u043c\u0436\u0443\u0443\u043b\u0430\u043b\u0442 \u0430\u043c\u0436\u0438\u043b\u0442\u0433\u04af\u0439 \u0431\u043e\u043b\u0441\u043e\u043d. \u0414\u0430\u0445\u0438\u043d \u043e\u0440\u043e\u043b\u0434\u043e\u043d\u043e \u0443\u0443.",errorAPI:"\u0422\u0430\u043d\u044b YouTube \u0440\u04af\u04af \u043d\u044d\u0432\u0442\u0440\u044d\u0445 \u04af\u0435\u0434 \u0430\u043b\u0434\u0430\u0430 \u0433\u0430\u0440\u043b\u0430\u0430. \u0414\u0430\u0440\u0430\u0430 \u0434\u0430\u0445\u0438\u043d \u043d\u044d\u0432\u0442\u044d\u0440\u043d\u044d \u04af\u04af.",errorLiveStreamNotEnabled:"\u0428\u0443\u0443\u0434 \u0434\u0430\u043c\u0436\u0443\u0443\u043b\u0430\u043b\u0442 {{email}} \u0434\u044d\u044d\u0440 \u0438\u0434\u044d\u0432\u0445\u0436\u04af\u04af\u043b\u044d\u044d\u0433\u04af\u0439 \u0431\u0430\u0439\u043d\u0430. \u0428\u0443\u0443\u0434 \u0434\u0430\u043c\u0436\u0443\u0443\u043b\u0430\u043b\u0442\u044b\u0433 \u0438\u0434\u044d\u0432\u0445\u0436\u04af\u04af\u043b \u044d\u0441\u0432\u044d\u043b \u0448\u0443\u0443\u0434 \u0434\u0430\u043c\u0436\u0443\u0443\u043b\u0430\u043b\u0442 \u0445\u0438\u0439\u0445 \u0431\u043e\u043b\u043e\u043c\u0436\u0442\u043e\u0439 \u0431\u04af\u0440\u0442\u0433\u044d\u043b\u044d\u044d\u0440 \u043d\u044d\u0432\u0442\u044d\u0440\u043d\u044d \u04af\u04af.",expandedOff:"\u0428\u0443\u0443\u0434 \u0434\u0430\u043c\u0436\u0443\u0443\u043b\u0430\u043b\u0442 \u0437\u043e\u0433\u0441\u0441\u043e\u043d \u0431\u0430\u0439\u043d\u0430",expandedOn:"\u042d\u043d\u044d \u0443\u0443\u043b\u0437\u0430\u043b\u0442\u044b\u0433 YouTube \u0434\u044d\u044d\u0440 \u0448\u0443\u0443\u0434 \u0434\u0430\u043c\u0436\u0443\u0443\u043b\u0436 \u0431\u0430\u0439\u043d\u0430.",expandedPending:"\u0428\u0443\u0443\u0434 \u0434\u0430\u043c\u0436\u0443\u0443\u043b\u0430\u043b\u0442\u044b\u0433 \u044d\u0445\u043b\u04af\u04af\u043b\u0436 \u0431\u0430\u0439\u043d\u0430...",failedToStart:"\u0428\u0443\u0443\u0434 \u0434\u0430\u043c\u0436\u0443\u0443\u043b\u0430\u043b\u0442\u044b\u0433 \u044d\u0445\u043b\u04af\u04af\u043b\u0436 \u0447\u0430\u0434\u0441\u0430\u043d\u0433\u04af\u0439",getStreamKeyManually:"\u0428\u0443\u0443\u0434 \u0434\u0430\u043c\u0436\u0443\u0443\u043b\u0430\u043b\u0442\u044b\u0433 \u0445\u0438\u0439\u0445 \u0447\u0430\u0434\u0441\u0430\u043d\u0433\u04af\u0439. YouTube-\u044d\u044d\u0441 \u0448\u0443\u0443\u0434 \u0434\u0430\u043c\u0436\u0443\u0443\u043b\u0430\u043b\u0442\u044b\u043d \u0442\u04af\u043b\u0445\u04af\u04af\u0440\u044d\u044d \u0448\u0430\u043b\u0433\u0430\u0436 \u04af\u0437\u044d\u044d\u0440\u044d\u0439.",googlePrivacyPolicy:"Google \u0445\u0443\u0432\u0438\u0439\u043d \u043c\u044d\u0434\u044d\u044d\u043b\u044d\u043b \u0445\u0430\u043c\u0433\u0430\u0430\u043b\u0430\u0445 \u0434\u04af\u0440\u044d\u043c",inProgress:"\u0428\u0443\u0443\u0434 \u0434\u0430\u043c\u0436\u0443\u0443\u043b\u0430\u043b\u0442\u044b\u0433 \u0431\u0438\u0447\u0438\u0436 \u0431\u0430\u0439\u043d\u0430",invalidStreamKey:"\u0428\u0443\u0443\u0434 \u0434\u0430\u043c\u0436\u0443\u0443\u043b\u0430\u043b\u0442\u044b\u043d \u0442\u04af\u043b\u0445\u04af\u04af\u0440\u044d\u044d \u0448\u0430\u043b\u0433\u0430\u043d\u0430 \u0443\u0443.",limitNotificationDescriptionNative:"\u0422\u0430\u043d\u044b \u0448\u0443\u0443\u0434 \u0434\u0430\u043c\u0436\u0443\u0443\u043b\u0430\u043b\u0442\u044b\u043d \u0445\u0443\u0433\u0430\u0446\u0430\u0430 {{limit}}-\u0430\u0430\u0440 \u043c\u0438\u043d\u0443\u0442\u044b\u043d \u0445\u044f\u0437\u0433\u0430\u0430\u0440\u043b\u0430\u0433\u0434\u0430\u043d\u0430. \u0425\u044f\u0437\u0433\u0430\u0430\u0440\u0433\u04af\u0439 \u0431\u043e\u043b\u0433\u043e\u0445\u044b\u043d \u0442\u0443\u043b\u0434 {{app}} \u0430\u043f\u043f\u044b\u0433 \u0430\u0436\u0438\u043b\u043b\u0443\u0443\u043b\u0436 \u04af\u0437\u043d\u044d \u04af\u04af.",limitNotificationDescriptionWeb:"\u0422\u0430\u043d\u044b \u0448\u0443\u0443\u0434 \u0434\u0430\u043c\u0436\u0443\u0443\u043b\u0430\u043b\u0442 \u0447\u0430\u043d\u0430\u0440\u0430\u0430\u0441 \u0445\u0430\u043c\u0430\u0430\u0440\u0430\u043d \u0445\u0443\u0433\u0430\u0446\u0430\u0430 Due to high demand your streaming will be limited to {{limit}} min. For unlimited streaming try {{app}}.",off:"\u0428\u0443\u0443\u0434 \u0434\u0430\u043c\u0436\u0443\u0443\u043b\u0430\u043b\u0442 \u0437\u043e\u0433\u0441\u0441\u043e\u043d",offBy:"{{name}} \u0448\u0443\u0443\u0434 \u0434\u0430\u043c\u0436\u0443\u0443\u043b\u0430\u043b\u0442\u044b\u0433 \u0437\u043e\u0433\u0441\u043e\u043e\u0441\u043e\u043d",on:"\u0428\u0443\u0443\u0434 \u0434\u0430\u043c\u0436\u0443\u0443\u043b\u0430\u043b\u0442",onBy:"{{name}} \u0448\u0443\u0443\u0434 \u0434\u0430\u043c\u0436\u0443\u0443\u043b\u0430\u043b\u0442 \u044d\u0445\u043b\u04af\u04af\u043b\u0441\u044d\u043d",pending:"\u0428\u0443\u0443\u0434 \u0434\u0430\u043c\u0436\u0443\u0443\u043b\u0430\u043b\u0442\u044b\u0433 \u044d\u0445\u043b\u04af\u04af\u043b\u0436 \u0431\u0430\u0439\u043d\u0430...",serviceName:"\u0428\u0443\u0443\u0434 \u0434\u0430\u043c\u0436\u0443\u0443\u043b\u0430\u043b\u0442 \u04af\u0439\u043b\u0447\u0438\u043b\u0433\u044d\u044d",sessionAlreadyActive:"\u042d\u043d\u044d \u0434\u0430\u043c\u0436\u0443\u0443\u043b\u0430\u043b\u0442\u044b\u043d \u0448\u0443\u0443\u0434 \u0434\u0430\u043c\u0436\u0443\u0443\u043b\u0430\u0445 \u044d\u0441\u0432\u044d\u043b \u0431\u0438\u0447\u043b\u044d\u0433 \u0445\u0438\u0439\u0445\u0438\u0439\u0433 \u044d\u0445\u043b\u04af\u04af\u043b\u0441\u044d\u043d \u0431\u0430\u0439\u043d\u0430.",signIn:"Google-\u0440 \u043d\u044d\u0432\u0442\u0440\u044d\u0445",signInCTA:"YouTube \u0434\u044d\u044d\u0440 \u0448\u0443\u0443\u0434 \u0434\u0430\u043c\u0436\u0443\u0443\u043b\u0430\u043b\u0442\u044b\u043d \u0442\u04af\u043b\u0445\u04af\u04af\u0440\u044d\u044d \u043e\u0440\u0443\u0443\u043b\u043d\u0430 \u0443\u0443.",signOut:"\u0413\u0430\u0440\u0430\u0445",signedInAs:"\u0422\u0430 \u043e\u0434\u043e\u043e \u043d\u044d\u0432\u0442\u044d\u0440\u0441\u044d\u043d \u0431\u0430\u0439\u043d\u0430:",start:"\u0428\u0443\u0443\u0434 \u0434\u0430\u043c\u0436\u0443\u0443\u043b\u0430\u043b\u0442 \u044d\u0445\u043b\u04af\u04af\u043b",streamIdHelp:"\u042d\u043d\u044d \u044e\u0443 \u0432\u044d?",title:"\u0428\u0443\u0443\u0434 \u0434\u0430\u043c\u0436\u0443\u0443\u043b\u0430\u043b\u0442",unavailableTitle:"\u0428\u0443\u0443\u0434 \u0434\u0430\u043c\u0436\u0443\u0443\u043b\u0430\u043b\u0442 \u0431\u043e\u043b\u043e\u043c\u0436\u0433\u04af\u0439",youtubeTerms:"YouTube \u04af\u0439\u043b\u0447\u0438\u043b\u0433\u044d\u044d\u043d\u0438\u0439 \u043d\u04e9\u0445\u0446\u04e9\u043b"},lobby:{admit:"Ok",admitAll:"\u0411\u04af\u0433\u0434\u0438\u0439\u0433 \u0437\u04e9\u0432\u0448\u04e9\u04e9\u0440",backToKnockModeButton:"\u0417\u04e9\u0432\u0448\u04e9\u04e9\u0440\u04e9\u043b \u0445\u04af\u0441\u044d\u0445",chat:"\u0417\u0443\u0440\u0432\u0430\u0441",dialogTitle:"\u041b\u043e\u0431\u0431\u0438 \u0433\u043e\u0440\u0438\u043c",disableDialogContent:"\u041b\u043e\u0431\u0431\u0438 \u0433\u043e\u0440\u0438\u043c \u0438\u0434\u044d\u0432\u0445\u0438\u0442\u044d\u0439 \u0431\u0430\u0439\u043d\u0430. \u0418\u043d\u0433\u044d\u0441\u043d\u044d\u044d\u0440 \u0442\u0430\u043d\u044b \u0443\u0443\u043b\u0437\u0430\u043b\u0442\u0430\u0434 \u0437\u04e9\u0432\u0448\u04e9\u04e9\u0440\u04e9\u043b\u0433\u04af\u0439 \u0445\u04af\u043d \u043e\u0440\u043e\u0445 \u0431\u043e\u043b\u043e\u043c\u0436\u0433\u04af\u0439 \u0431\u043e\u043b\u0434\u043e\u0433. \u0422\u0430 \u0433\u043e\u0440\u0438\u043c\u043e\u043e \u0438\u0434\u044d\u0432\u0445\u0438\u0433\u04af\u0439 \u0431\u043e\u043b\u0433\u043e\u0445\u044b\u0433 \u0445\u04af\u0441\u0447 \u0431\u0430\u0439\u043d\u0430 \u0443\u0443?",disableDialogSubmit:"\u0418\u0434\u044d\u0432\u0445\u0438\u0433\u04af\u0439 \u0431\u043e\u043b\u0433\u043e\u0445",emailField:"\u0418-\u043c\u044d\u0439\u043b \u0445\u0430\u044f\u0433\u0430\u0430 \u043e\u0440\u0443\u0443\u043b\u043d\u0430 \u0443\u0443",enableDialogPasswordField:"\u041d\u0443\u0443\u0446 \u04af\u0433 \u0442\u043e\u0445\u0438\u0440\u0443\u0443\u043b\u0430\u0445 (\u0441\u043e\u043d\u0433\u043e\u043b\u0442\u043e\u043e\u0440)",enableDialogSubmit:"\u0418\u0434\u044d\u0432\u0445\u0438\u0436\u04af\u04af\u043b\u044d\u0445",enableDialogText:"\u041b\u043e\u0431\u0431\u0438 \u0433\u043e\u0440\u0438\u043c\u0434 \u0443\u0443\u043b\u0437\u0430\u043b\u0442 \u0443\u0434\u0438\u0440\u0434\u0430\u0433\u0447 \u0437\u04e9\u0432\u0448\u04e9\u04e9\u0440\u0441\u043d\u0438\u0439 \u0434\u0430\u0440\u0430\u0430 \u043b \u0445\u04af\u043d \u0443\u0443\u043b\u0437\u0430\u043b\u0442\u0430\u043d\u0434 \u043e\u0440\u043e\u043b\u0446\u043e\u0445 \u0431\u043e\u043b\u043e\u043c\u0436\u0442\u043e\u0439 \u0431\u043e\u043b\u0434\u043e\u0433.",enterPasswordButton:"\u0423\u0443\u043b\u0437\u0430\u043b\u0442\u044b\u043d \u043d\u0443\u0443\u0446 \u04af\u0433\u044d\u044d \u043e\u0440\u0443\u0443\u043b\u043d\u0430 \u0443\u0443",enterPasswordTitle:"\u0423\u0443\u043b\u0437\u0430\u043b\u0442\u0430\u043d\u0434 \u043e\u0440\u043e\u043b\u0446\u043e\u0445\u044b\u043d \u0442\u0443\u043b\u0434 \u043d\u0443\u0443\u0446 \u04af\u0433\u044d\u044d \u043e\u0440\u0443\u0443\u043b\u043d\u0430 \u0443\u0443",errorMissingPassword:"\u0423\u0443\u043b\u0437\u0430\u043b\u0442\u044b\u043d \u043d\u0443\u0443\u0446 \u04af\u0433\u044d\u044d \u043e\u0440\u0443\u0443\u043b\u043d\u0430 \u0443\u0443",invalidPassword:"\u041d\u0443\u0443\u0446 \u04af\u0433 \u0431\u0443\u0440\u0443\u0443",joinRejectedMessage:"\u0422\u0430\u043d\u044b \u0443\u0443\u043b\u0437\u0430\u043b\u0442\u0430\u043d\u0434 \u043e\u0440\u043e\u0445 \u0445\u04af\u0441\u044d\u043b\u0442\u0438\u0439\u0433 \u0437\u04e9\u0432\u0448\u04e9\u04e9\u0440\u04e9\u0433\u0434\u0441\u04e9\u043d\u0433\u04af\u0439.",joinRejectedTitle:"\u0423\u0443\u043b\u0437\u0430\u043b\u0442\u044b\u043d \u0445\u04af\u0441\u044d\u043b\u0442 \u0437\u04e9\u0432\u0448\u04e9\u04e9\u0440\u04e9\u0433\u0434\u04e9\u04e9\u0433\u04af\u0439.",joinTitle:"\u0423\u0443\u043b\u0437\u0430\u043b\u0442\u0430\u043d\u0434 \u043e\u0440\u043e\u043b\u0446\u043e\u0445",joinWithPasswordMessage:"\u041d\u0443\u0443\u0446 \u04af\u0433 \u043e\u0440\u0443\u0443\u043b\u0430\u043d \u0443\u0443\u043b\u0437\u0430\u043b\u0442\u0430\u0434 \u043e\u0440\u043e\u043b\u0446\u043e\u0445\u044b\u0433 \u043e\u0440\u043e\u043b\u0434\u043e\u0436 \u0431\u0430\u0439\u043d\u0430, \u0442\u04af\u0440 \u0445\u04af\u043b\u044d\u044d\u043d\u044d \u04af\u04af...",joiningMessage:"\u0422\u0430\u043d\u044b \u0445\u04af\u0441\u044d\u043b\u0442\u0438\u0439\u0433 \u0445\u044d\u043d \u043d\u044d\u0433\u044d\u043d \u0437\u04e9\u0432\u0448\u04e9\u04e9\u0440\u04e9\u043d\u0433\u04af\u04af\u0442 \u0442\u0430 \u0443\u0443\u043b\u0437\u0430\u043b\u0442\u0430\u043d\u0434 \u043d\u044d\u0433\u0434\u044d\u043d\u044d",joiningTitle:"\u0423\u0443\u043b\u0437\u0430\u043b\u0442\u0430\u043d\u0434 \u043e\u0440\u043e\u0445\u044b\u0433 \u0430\u0441\u0443\u0443\u0436 \u0431\u0430\u0439\u043d\u0430...",joiningWithPasswordTitle:"\u041d\u0443\u0443\u0446 \u04af\u0433\u0442\u044d\u0439\u0433\u044d\u044d\u0440 \u043e\u0440\u043e\u043b\u0446\u043e\u0436 \u0431\u0430\u0439\u043d\u0430...",knockButton:"\u0423\u0443\u043b\u0437\u0430\u043b\u0442\u0430\u043d\u0434 \u043e\u0440\u043e\u0445\u044b\u0433 \u0430\u0441\u0443\u0443\u0445",knockTitle:"\u0425\u044d\u043d \u043d\u044d\u0433\u044d\u043d \u044d\u043d\u044d \u0443\u0443\u043b\u0437\u0430\u043b\u0442\u044b\u043d \u0445\u04af\u0441\u044d\u043b\u0442 \u0438\u043b\u0433\u044d\u044d\u0441\u044d\u043d \u0431\u0430\u0439\u043d\u0430",knockingParticipantList:"\u041e\u0440\u043e\u043b\u0446\u043e\u0433\u0447\u0438\u0439\u043d \u0436\u0430\u0433\u0441\u0430\u0430\u043b\u0442 \u0448\u0430\u043b\u0433\u0430\u0445",lobbyChatStartedNotification:"{{moderator}} {{attendee}}-\u0442\u0430\u0439 \u043b\u043e\u0431\u0431\u0438 \u0447\u0430\u0442\u044b\u0433 \u044d\u0445\u043b\u04af\u04af\u043b\u0441\u044d\u043d.",lobbyChatStartedTitle:"{{moderator}} \u0442\u0430\u043d\u044c\u0442\u0430\u0439 \u043b\u043e\u0431\u0431\u0438 \u0447\u0430\u0442\u044b\u0433 \u044d\u0445\u043b\u04af\u04af\u043b\u0441\u044d\u043d \u0431\u0430\u0439\u043d\u0430.",nameField:"\u0422\u0430 \u043d\u044d\u0440\u044d\u044d \u043e\u0440\u0443\u0443\u043b\u043d\u0430 \u0443\u0443",notificationLobbyAccessDenied:"{{originParticipantName}} \u043d\u044c {{targetParticipantName}}-\u0433 \u0443\u0443\u043b\u0437\u0430\u043b\u0442\u0430\u043d\u0434 \u043e\u0440\u043e\u043b\u0446\u0443\u0443\u043b\u0430\u0445\u0430\u0430\u0441 \u0442\u0430\u0442\u0433\u0430\u043b\u0437\u0441\u0430\u043d \u0431\u0430\u0439\u043d\u0430.",notificationLobbyAccessGranted:"{{originParticipantName}} \u043d\u044c {{targetParticipantName}}-\u0433 \u0443\u0443\u043b\u0437\u0430\u043b\u0442\u0430\u043d\u0434 \u043e\u0440\u043e\u043b\u0446\u0443\u0443\u043b\u0430\u0445\u044b\u0433 \u0437\u04e9\u0432\u0448\u04e9\u04e9\u0440\u0441\u04e9\u043d \u0431\u0430\u0439\u043d\u0430",notificationLobbyDisabled:"{{originParticipantName}} \u043b\u043e\u0431\u0431\u0438\u0433 \u0438\u0434\u044d\u0432\u0445\u0438\u0433\u04af\u0439 \u0431\u043e\u043b\u0433\u043e\u0441\u043e\u043d",notificationLobbyEnabled:"{{originParticipantName}} \u043b\u043e\u0431\u0431\u0438\u0433 \u0438\u0434\u044d\u0432\u0445\u0438\u0442\u044d\u0439 \u0431\u043e\u043b\u0433\u043e\u0441\u043e\u043d",notificationTitle:"\u041b\u043e\u0431\u0431\u0438",passwordField:"\u041d\u0443\u0443\u0446 \u04af\u0433\u044d\u044d \u043e\u0440\u0443\u0443\u043b\u043d\u0430 \u0443\u0443",passwordJoinButton:"\u041e\u0440\u043e\u043b\u0446\u043e\u0445",reject:"\u0422\u0430\u0442\u0433\u0430\u043b\u0437\u0430\u0445",rejectAll:"\u0411\u04af\u0433\u0434\u0438\u0439\u0433 \u0442\u0430\u0442\u0433\u0430\u043b\u0437\u0443\u0443\u043b\u0430\u0445",title:"\u041b\u043e\u0431\u0431\u0438",toggleLabel:"\u041b\u043e\u0431\u0431\u0438 \u0438\u0434\u044d\u0432\u0445\u0438\u0436\u04af\u04af\u043b\u044d\u0445"},localRecording:{clientState:{off:"Off",on:"On",unknown:"\u0422\u0430\u043d\u0438\u0433\u0434\u0430\u0430\u0433\u04af\u0439"},dialogTitle:"\u0414\u043e\u0442\u043e\u043e\u0434 \u0431\u0438\u0447\u043b\u044d\u0433\u0438\u0439\u043d \u0445\u044f\u043d\u0430\u043b\u0442",duration:"\u04ae\u0440\u0433\u044d\u043b\u0436\u043b\u044d\u0445 \u0445\u0443\u0433\u0430\u0446\u0430\u0430",durationNA:"N/A",encoding:"\u0428\u0438\u0444\u0440\u043b\u044d\u0445",label:"LOR",labelToolTip:"\u0414\u043e\u0442\u043e\u043e\u0434 \u0431\u0438\u0447\u043b\u044d\u0433 \u0445\u0438\u0439\u043d\u044d",localRecording:"\u0414\u043e\u0442\u043e\u043e\u0434 \u0431\u0438\u0447\u043b\u044d\u0433",me:"\u041d\u0430\u0434\u0430\u0434",messages:{engaged:"\u0414\u043e\u0442\u043e\u043e\u0434 \u0431\u0438\u0447\u043b\u044d\u0433 \u0445\u0438\u0439\u0434\u044d\u0433",finished:"{{token}} \u0431\u0438\u0447\u043b\u044d\u0433\u0438\u0439\u043d \u0445\u0443\u0433\u0430\u0446\u0430\u0430 \u0434\u0443\u0443\u0441\u0441\u0430\u043d. \u0423\u0443\u043b\u0437\u0430\u043b\u0442\u044b\u043d \u0443\u0434\u0438\u0440\u0434\u0430\u0433\u0447 \u0440\u0443\u0443 \u0431\u0438\u0447\u043b\u044d\u0433\u0438\u0439\u043d \u0444\u0430\u0439\u043b\u0430\u0430 \u0438\u043b\u0433\u044d\u044d\u043d\u044d \u04af\u04af.",finishedModerator:"{{token}} \u0431\u0438\u0447\u043b\u044d\u0433\u0438\u0439\u043d \u0445\u0443\u0433\u0430\u0446\u0430\u0430 \u0434\u0443\u0443\u0441\u0441\u0430\u043d. \u0425\u0443\u0432\u0438\u0439\u043d \u0431\u0438\u0447\u043b\u044d\u0433 \u0445\u0430\u0434\u0433\u0430\u043b\u0430\u0433\u0434\u0441\u0430\u043d. \u0411\u0443\u0441\u0430\u0434 \u043e\u0440\u043e\u043b\u0446\u043e\u0433\u0447 \u04e9\u04e9\u0440\u0441\u0434\u0438\u0439\u043d \u0431\u0438\u0447\u043b\u044d\u0433\u044d\u044d \u0431\u0430\u0442\u043b\u0430\u0445\u044b\u0433 \u044d\u0441\u044d\u0445\u0438\u0439\u0433 \u0430\u0441\u0443\u0443\u043d\u0430 \u0443\u0443.",notModerator:"\u0422\u0430 \u0443\u0443\u043b\u0437\u0430\u043b\u0442\u044b\u043d \u0443\u0434\u0438\u0440\u0434\u0430\u0433\u0447 \u0431\u0438\u0448 \u0431\u0430\u0439\u043d\u0430. \u0422\u0430 \u0434\u043e\u0442\u043e\u043e\u0434 \u0431\u0438\u0447\u043b\u044d\u0433\u0438\u0439\u0433 \u044d\u0445\u043b\u04af\u04af\u043b\u044d\u0445 \u044d\u0441\u0432\u044d\u043b \u0437\u043e\u0433\u0441\u043e\u043e\u0445 \u0431\u043e\u043b\u043e\u043c\u0436\u0433\u04af\u0439."},moderator:"\u0423\u0443\u043b\u0437\u0430\u043b\u0442\u044b\u043d \u0443\u0434\u0438\u0440\u0434\u0430\u0433\u0447",no:"\u04ae\u0433\u04af\u0439",participant:"\u041e\u0440\u043e\u043b\u0446\u043e\u0433\u0447",participantStats:"\u041e\u0440\u043e\u043b\u0446\u043e\u0433\u0447\u0434\u044b\u043d \u0441\u0442\u0430\u0442\u0438\u0441\u0442\u0438\u043a",selectTabTitle:"\ud83c\udfa5 \u0431\u0438\u0447\u043b\u044d\u0433 \u0445\u0438\u0439\u0445\u0438\u0439\u043d \u0442\u0443\u043b\u0434 \u044d\u043d\u044d \u0445\u0430\u0432\u0442\u0441\u044b\u0433 \u0441\u043e\u043d\u0433\u043e\u043d\u043e \u0443\u0443",sessionToken:"\u0418\u0434\u044d\u0432\u0445\u0438\u0442\u044d\u0439 \u0422\u043e\u043a\u0435\u043d",start:"\u0411\u0438\u0447\u043b\u044d\u0433 \u0445\u0438\u0439\u0445",stop:"\u0411\u0438\u0447\u043b\u044d\u0433 \u0431\u043e\u043b\u0438\u0445",yes:"\u0422\u0438\u0439\u043c"},lockRoomPassword:"\u043d\u0443\u0443\u0446 \u04af\u0433",lockRoomPasswordUppercase:"\u041d\u0443\u0443\u0446 \u04af\u0433",lonelyMeetingExperience:{button:"\u0411\u0443\u0441\u0434\u044b\u0433 \u0443\u0440\u044c",youAreAlone:"\u0422\u0430 \u044d\u043d\u044d \u0443\u0443\u043b\u0437\u0430\u043b\u0442\u0430\u0434 \u0433\u0430\u043d\u0446\u0430\u0430\u0440\u0430\u0430 \u0431\u0430\u0439\u043d\u0430"},me:"\u041d\u0430\u0434\u0430\u0434",notify:{OldElectronAPPTitle:"Security vulnerability!",allowAction:"\u0417\u04e9\u0432\u0448\u04e9\u04e9\u0440\u04e9\u0445",allowedUnmute:"\u0422\u0430 \u043c\u0438\u043a\u0440\u043e\u0444\u043e\u043d\u043e\u043e \u043d\u044d\u044d\u0445, \u043a\u0430\u043c\u0435\u0440\u0430\u0430 \u044d\u0445\u043b\u04af\u04af\u043b\u044d\u0445 \u044d\u0441\u0432\u044d\u043b \u0434\u044d\u043b\u0433\u044d\u0446\u044d\u044d \u0445\u0443\u0432\u0430\u0430\u043b\u0446\u0430\u0445 \u0431\u043e\u043b\u043e\u043c\u0436\u0442\u043e\u0439.",audioUnmuteBlockedDescription:"\u0421\u0438\u0441\u0442\u0435\u043c\u0438\u0439\u043d \u0445\u044f\u0437\u0433\u0430\u0430\u0440\u043b\u0430\u043b\u0442\u0430\u0430\u0441 \u0431\u043e\u043b\u043e\u043e\u0434 \u043c\u0438\u043a\u0440\u043e\u0444\u043e\u043d \u043d\u044d\u044d\u0445\u0438\u0439\u0433 \u0442\u04af\u0440 \u0445\u043e\u0440\u0438\u0433\u043b\u043e\u0441\u043e\u043d.",audioUnmuteBlockedTitle:"\u041c\u0438\u043a\u0440\u043e\u0444\u043e\u043d \u043d\u044d\u044d\u0445\u0438\u0439\u0433 \u0445\u043e\u0440\u0438\u0433\u043b\u043e\u0441\u043e\u043d!",chatMessages:"\u0427\u0430\u0442 \u0437\u0443\u0440\u0432\u0430\u0441",connectedOneMember:"{{name}} \u0443\u0443\u043b\u0437\u0430\u043b\u0442\u0430\u0434 \u043d\u044d\u0433\u0434\u0441\u044d\u043d",connectedThreePlusMembers:"{{name}} \u0431\u043e\u043b\u043e\u043d \u0431\u0443\u0441\u0430\u0434 {{count}} \u0443\u0443\u043b\u0437\u0430\u043b\u0442\u0430\u0434 \u043d\u044d\u0433\u0434\u0441\u044d\u043d",connectedTwoMembers:"{{first}} \u0431\u0430 {{second}} \u0443\u0443\u043b\u0437\u0430\u043b\u0442\u0430\u0434 \u043d\u044d\u0433\u0434\u0441\u044d\u043d",dataChannelClosed:"\u0412\u0438\u0434\u0435\u043e \u0447\u0430\u043d\u0430\u0440 \u0445\u0430\u043d\u0433\u0430\u043b\u0442\u0433\u04af\u0439",dataChannelClosedDescription:"\u0425\u043e\u043b\u0431\u043e\u043b\u0442\u044b\u043d \u0441\u0443\u0432\u0430\u0433 \u0442\u0430\u0441\u0430\u0440\u0441\u0430\u043d \u0442\u0443\u043b \u0434\u04af\u0440\u0441\u043d\u0438\u0439 \u0447\u0430\u043d\u0430\u0440 \u0445\u0430\u043c\u0433\u0438\u0439\u043d \u0431\u0430\u0433\u0430\u0430\u0440 \u0445\u044f\u0437\u0433\u0430\u0430\u0440\u0434\u0430\u0433\u0434\u043b\u0430\u0430.",disconnected:"\u0423\u0443\u043b\u0437\u0430\u043b\u0442\u0430\u0430\u0441 \u0433\u0430\u0440\u043b\u0430\u0430",displayNotifications:"\u041c\u044d\u0434\u044d\u0433\u0434\u043b\u0438\u0439\u0433 \u0445\u0430\u0440\u0443\u0443\u043b\u0430\u0445",dontRemindMe:"\u0414\u0430\u0445\u0438\u043d \u0441\u0430\u043d\u0443\u0443\u043b\u0430\u0445\u0433\u04af\u0439",focus:"\u0423\u0443\u043b\u0437\u0430\u043b\u0442 \u0444\u043e\u043a\u0443\u0441",focusFail:"{{component}} \u0431\u043e\u043b\u043e\u043c\u0436\u0433\u04af\u0439 - {{ms}} \u0441\u0435\u043a \u0434\u0430\u0440\u0430\u0430 \u0434\u0430\u0445\u0438\u043d \u043e\u0440\u043e\u043b\u0434\u043e\u043d\u043e \u0443\u0443",gifsMenu:"GIPHY",groupTitle:"\u041c\u044d\u0434\u044d\u0433\u0434\u044d\u043b",hostAskedUnmute:"\u0423\u0443\u043b\u0437\u0430\u043b\u0442\u044b\u043d \u0445\u04e9\u0442\u043b\u04e9\u0433\u0447 \u0442\u0430\u043d\u044b\u0433 \u044f\u0440\u0438\u0445\u044b\u0433 \u0445\u04af\u0441\u0447 \u0431\u0430\u0439\u043d\u0430",invitedOneMember:"{{name}} \u0443\u0440\u044c\u0441\u0430\u043d \u0431\u0430\u0439\u043d\u0430",invitedThreePlusMembers:"{{name}} \u0431\u043e\u043b\u043e\u043d \u0431\u0443\u0441\u0430\u0434 {{count}} \u0443\u0440\u044c\u0441\u0430\u043d \u0431\u0430\u0439\u043d\u0430",invitedTwoMembers:"{{first}} \u0431\u0430 {{second}} \u0443\u0440\u044c\u0441\u0430\u043d \u0431\u0430\u0439\u043d\u0430",joinMeeting:"Join",kickParticipant:"{{kicked}} -\u0433 {{kicker}} \u0433\u0430\u0440\u0433\u0430\u0441\u0430\u043d",leftOneMember:"{{name}} left the meeting",leftThreePlusMembers:"{{name}} \u0431\u043e\u043b\u043e\u043d \u0431\u0443\u0441\u0430\u0434 \u0445\u04af\u043c\u04af\u04af\u0441 \u0443\u0443\u043b\u0437\u0430\u043b\u0442\u044b\u0433 \u043e\u0440\u0445\u0438\u0441\u043e\u043d",leftTwoMembers:"{{first}} \u0431\u043e\u043b\u043e\u043d {{second}} \u0443\u0443\u043b\u0437\u0430\u043b\u0442\u044b\u0433 \u043e\u0440\u0445\u0438\u0441\u043e\u043d",linkToSalesforce:"Salesforce-\u0442\u043e\u0439 \u0445\u043e\u043b\u0431\u043e\u0445",linkToSalesforceDescription:"You can link the meeting summary to a Salesforce object.",linkToSalesforceError:"\u0423\u0443\u043b\u0437\u0430\u043b\u0442\u044b\u0433 Salesforce-\u0440\u0443\u0443 \u0445\u043e\u043b\u0431\u043e\u0445 \u0430\u043c\u0436\u0438\u043b\u0442\u0433\u04af\u0439",linkToSalesforceKey:"\u0423\u0443\u043b\u0437\u0430\u043b\u0442\u044b\u0433 \u0445\u043e\u043b\u0431\u043e\u0445",linkToSalesforceProgress:"\u0423\u0443\u043b\u0437\u0430\u043b\u0442\u044b\u0433 Salesforce-\u0442\u043e\u0439 \u0445\u043e\u043b\u0431\u043e\u0436 \u0431\u0430\u0439\u043d\u0430...",linkToSalesforceSuccess:"\u0423\u0443\u043b\u0437\u0430\u043b\u0442\u044b\u0433 Salesforce-\u0442\u043e\u0439 \u0445\u043e\u043b\u0431\u043e\u0441\u043e\u043d",localRecordingStarted:"{{name}} \u04e9\u04e9\u0440\u0438\u0439\u043d \u0442\u04e9\u0445\u04e9\u04e9\u0440\u04e9\u043c\u0436\u0438\u043d\u0434 \u0431\u0438\u0447\u043b\u044d\u0433\u0438\u0439\u0433 \u044d\u0445\u043b\u04af\u04af\u043b\u0441\u044d\u043d.",localRecordingStopped:"{{name}} \u04e9\u04e9\u0440\u0438\u0439\u043d \u0442\u04e9\u0445\u04e9\u04e9\u0440\u04e9\u043c\u0436\u0438\u0439\u043d \u0431\u0438\u0447\u043b\u044d\u0433\u044d\u044d \u0437\u043e\u0433\u0441\u043e\u043e\u0441\u043e\u043d..",me:"\u041d\u0430\u0434\u0430\u0434",moderationInEffectCSDescription:"\u0414\u044d\u043b\u0433\u044d\u0446\u044d\u044d \u0445\u0443\u0432\u0430\u0430\u043b\u0446\u0430\u0445 \u0445\u04af\u0441\u044d\u043b\u0442\u044d\u0439 \u0431\u043e\u043b \u0433\u0430\u0440\u0430\u0430 \u04e9\u0440\u0433\u04e9\u043d\u04e9 \u04af\u04af.",moderationInEffectCSTitle:"\u0425\u04e9\u0442\u043b\u04e9\u0433\u0447 \u0434\u044d\u043b\u0433\u044d\u0446 \u0445\u0443\u0432\u0430\u0430\u043b\u0446\u0430\u0445\u044b\u0433 \u0445\u043e\u0440\u0438\u0433\u043b\u043e\u0441\u043e\u043d",moderationInEffectDescription:"\u042f\u0440\u0438\u0445 \u0445\u04af\u0441\u044d\u043b\u0442\u044d\u0439 \u0431\u043e\u043b \u0433\u0430\u0440\u0430\u0430 \u04e9\u0440\u0433\u04e9\u043d\u04e9 \u04af\u04af.",moderationInEffectTitle:"\u0425\u04e9\u0442\u043b\u04e9\u0433\u0447 \u0442\u0430\u043d\u044b \u043c\u0438\u043a\u043e\u0444\u043e\u043d\u044b\u0433 \u0445\u0430\u0430\u0441\u0430\u043d \u0431\u0430\u0439\u043d\u0430",moderationInEffectVideoDescription:"\u0414\u04af\u0440\u0441\u044d\u044d \u043d\u044d\u044d\u0445 \u0445\u04af\u0441\u044d\u043b\u0442\u044d\u0439 \u0431\u043e\u043b \u0433\u0430\u0440\u0430\u0430 \u04e9\u0440\u0433\u04e9\u043d\u04e9 \u04af\u04af.",moderationInEffectVideoTitle:"\u0425\u04e9\u0442\u043b\u04e9\u0433\u0447 \u0442\u0430\u043d\u044b \u043a\u0430\u043c\u0435\u0440\u0438\u0439\u0433 \u0445\u0430\u0430\u0441\u0430\u043d \u0431\u0430\u0439\u043d\u0430",moderationRequestFromModerator:"\u0423\u0443\u043b\u0437\u0430\u043b\u0442 \u044f\u0432\u0443\u0443\u043b\u0430\u0433\u0447 \u0442\u0430\u043d\u044b\u0433 \u0434\u0443\u0443\u0433\u0430\u0430 \u043d\u044d\u044d\u0445\u0438\u0439\u0433 \u0445\u04af\u0441\u0447 \u0431\u0430\u0439\u043d\u0430",moderationRequestFromParticipant:"\u042f\u0440\u0438\u0445\u044b\u0433 \u0445\u04af\u0441\u043d\u044d",moderationStartedTitle:"\u0425\u04e9\u0442\u043b\u04e9\u043b\u0442 \u044d\u0445\u044d\u043b\u0441\u044d\u043d",moderationStoppedTitle:"\u0425\u04e9\u0442\u043b\u04e9\u043b\u0442 \u0437\u043e\u0433\u0441\u0441\u043e\u043d",moderationToggleDescription:"{{participantDisplayName}}",moderator:"\u0417\u043e\u0445\u0438\u0446\u0443\u0443\u043b\u0430\u0433\u0447\u0438\u0439\u043d \u044d\u0440\u0445 \u043e\u043b\u0433\u043e\u0441\u043e\u043d!",muted:"\u0422\u0430 \u0445\u0430\u0440\u0438\u043b\u0446\u0430\u043d \u044f\u0440\u0438\u0430\u0433 \u0445\u0430\u0430\u0441\u0430\u043d \u0431\u0430\u0439\u043d\u0430.",mutedRemotelyDescription:"\u0422\u0430 \u044f\u0440\u0438\u0445\u0430\u0434 \u0431\u044d\u043b\u044d\u043d \u04af\u0435\u0434\u044d\u044d \u0434\u0443\u0443\u0433 \u043d\u044d\u044d\u0436 \u044f\u0440\u0438\u0445 \u0431\u043e\u043b\u043e\u043c\u0436\u0442\u043e\u0439. \u0423\u0443\u043b\u0437\u0430\u043b\u0442\u0430\u0434 \u0434\u0443\u0443 \u0447\u0438\u043c\u044d\u044d \u0433\u0430\u0440\u0433\u0430\u0445\u0433\u04af\u0439 \u0431\u0430\u0439\u0445\u044b\u043d \u0442\u0443\u043b\u0434 \u0434\u0443\u0443\u0433\u0430\u0430 \u0445\u0430\u0430\u0433\u0430\u0430\u0440\u0430\u0439.",mutedRemotelyTitle:"\u0422\u0430\u043d\u044b \u0434\u0443\u0443\u0433 {{participantDisplayName}} \u0445\u0430\u0430\u0441\u0430\u043d \u0431\u0430\u0439\u043d\u0430!!",mutedTitle:"\u0422\u0430\u043d\u044b \u0434\u0443\u0443 \u0445\u0430\u0430\u043b\u0442\u0430\u0439 \u0431\u0430\u0439\u043d\u0430!",newDeviceAction:"\u0425\u044d\u0440\u044d\u0433\u043b\u044d\u0445",newDeviceAudioTitle:"\u0428\u0438\u043d\u044d \u0434\u0443\u0443\u043d\u044b \u0442\u04e9\u0445\u04e9\u04e9\u0440\u04e9\u043c\u0436",newDeviceCameraTitle:"\u0428\u0438\u043d\u044d \u043a\u0430\u043c\u0435\u0440",noiseSuppressionDesktopAudioDescription:"\u0414\u0435\u0441\u043a\u0442\u043e\u043f\u043d\u044b \u0434\u0443\u0443\u0433 \u0445\u0443\u0432\u0430\u0430\u043b\u0446\u0430\u0445 \u04af\u0435\u0434 \u0447\u0438\u043c\u044d\u044d \u043d\u0430\u043c\u0441\u0433\u0430\u0445 \u0431\u043e\u043b\u043e\u043c\u0436\u0433\u04af\u0439, \u0445\u0430\u0430\u0433\u0430\u0430\u0434 \u0434\u0430\u0445\u0438\u043d \u043e\u0440\u043e\u043b\u0434\u043e\u043d\u043e \u0443\u0443.",noiseSuppressionFailedTitle:"\u0427\u0438\u043c\u044d\u044d \u043d\u0430\u043c\u0441\u0433\u0430\u0445 \u0430\u043c\u0436\u0438\u043b\u0442\u0433\u04af\u0439",noiseSuppressionNoTrackDescription:"\u042d\u0445\u043b\u044d\u044d\u0434 \u043c\u0438\u043a\u0440\u043e\u0444\u043e\u043d\u044b \u0434\u0443\u0443\u0433\u0430\u0430 \u043d\u044d\u044d\u043d\u044d \u04af\u04af.",noiseSuppressionStereoDescription:"\u041e\u0434\u043e\u043e\u0433\u043e\u043e\u0440 \u0441\u0442\u0435\u0440\u0435\u043e \u0434\u0443\u0443\u043d\u044b \u0447\u0438\u043c\u044d\u044d\u0433 \u043d\u0430\u043c\u0441\u0433\u0430\u0445 \u0431\u043e\u043b\u043e\u043c\u0436\u0433\u04af\u0439.",oldElectronClientDescription1:"\u0422\u0430 Jitsi Meet-\u0438\u0439\u0433 \u0445\u0443\u0443\u0447\u0438\u0440\u0441\u0430\u043d \u0445\u0443\u0432\u0438\u0431\u0430\u0440\u044b\u0433 \u0430\u0448\u0438\u0433\u043b\u0430\u0436 \u0431\u0430\u0439\u0433\u0430\u0430 \u0442\u0443\u043b \u0430\u044e\u0443\u043b\u0433\u04af\u0439 \u0431\u0430\u0439\u0434\u043b\u0430\u0430 \u0431\u04af\u0440\u044d\u043d \u0445\u0430\u043d\u0433\u0430\u0430\u0433\u04af\u0439 \u0431\u0430\u0439\u0445 \u044d\u0440\u0441\u0434\u044d\u043b\u0442\u044d\u0439. \u0428\u0438\u043d\u044d \u0445\u0443\u0432\u0438\u043b\u0431\u0430\u0440\u044b\u0433 \u0442\u0430\u0442\u0441\u0430\u043d \u044d\u0441\u044d\u0445\u044d\u044d \u0448\u0430\u043b\u0433\u0430\u0430\u0440\u0430\u0439 ",oldElectronClientDescription2:"\u0441\u04af\u04af\u043b\u0438\u0439\u043d \u0445\u0443\u0432\u0438\u043b\u0431\u0430\u0440",oldElectronClientDescription3:" \u044f\u0433 \u043e\u0434\u043e\u043e!",participantWantsToJoin:"\u0423\u0443\u043b\u0437\u0430\u043b\u0442\u0430\u043d\u0434 \u043e\u0440\u043e\u0445\u044b\u0433 \u0445\u04af\u0441\u0447 \u0431\u0430\u0439\u043d\u0430",participantsWantToJoin:"\u0423\u0443\u043b\u0437\u0430\u043b\u0442\u0430\u043d\u0434 \u043e\u0440\u043e\u0445\u044b\u0433 \u0445\u04af\u0441\u0447 \u0431\u0430\u0439\u043d\u0430",passwordRemovedRemotely:"$t(lockRoomPasswordUppercase) \u04e9\u04e9\u0440 \u043e\u0440\u043e\u043b\u0446\u043e\u0433\u0447 \u0443\u0441\u0442\u0433\u0430\u0441\u0430\u043d",passwordSetRemotely:"$t(lockRoomPasswordUppercase) \u04e9\u04e9\u0440 \u043e\u0440\u043e\u043b\u0446\u043e\u0433\u0447\u043e\u043e\u0441 \u0445\u0438\u0439\u0441\u044d\u043d",raiseHandAction:"\u0413\u0430\u0440\u0430\u0430 \u04e9\u0440\u0433\u04e9\u043d\u04e9 \u04af\u04af",raisedHand:"{{name}} \u044f\u0440\u0438\u0445\u044b\u0433 \u0445\u04af\u0441\u0447 \u0431\u0430\u0439\u043d\u0430.",raisedHands:"\u041d\u044d\u043c\u0436 {{participantName}} \u0431\u0430 {{raisedHands}} \u0445\u04af\u043c\u04af\u04af\u0441",reactionSounds:"\u0414\u0443\u0443\u0433 \u0445\u0430\u0430\u0445",reactionSoundsForAll:"\u0411\u04af\u0433\u0434\u0438\u0439\u043d \u0434\u0443\u0443\u0433 \u0445\u0430\u0430\u0445",screenShareNoAudio:"\u0414\u0443\u0443\u043d\u044b \u0441\u043e\u043d\u0433\u043e\u043b\u0442 \u0447\u0430\u0433\u0442\u043b\u0430\u0430\u0433\u04af\u0439 \u0431\u0430\u0439\u0433\u0430\u0430\u0433 \u0441\u043e\u043d\u0433\u043e\u0441\u043e\u043d \u0434\u044d\u043b\u0433\u044d\u0446\u044d\u043d\u0434 \u0445\u0430\u0440\u0443\u0443\u043b\u0430\u0445.",screenShareNoAudioTitle:"\u0421\u0438\u0441\u0442\u0435\u043c\u0438\u0439\u043d \u0434\u0443\u0443\u0433\u0430\u0430 \u0445\u0443\u0432\u0430\u0430\u043b\u0446\u0430\u0436 \u0447\u0430\u0434\u0441\u0430\u043d\u0433\u04af\u0439!",screenSharingAudioOnlyDescription:"\u0414\u044d\u043b\u0433\u044d\u0446\u044d\u044d \u0445\u0443\u0432\u0430\u0430\u0441\u043d\u0430\u0430\u0440 \"\u0425\u0430\u043c\u0433\u0438\u0439\u043d \u0441\u0430\u0439\u043d \u04af\u0437\u04af\u04af\u043b\u044d\u043b\u0442\" \u0433\u043e\u0440\u0438\u043c\u0434 \u043d\u04e9\u043b\u04e9\u04e9\u043b\u04e9\u0445, \u0438\u043b\u04af\u04af \u0438\u0445 \u04e9\u0440\u0433\u04e9\u043d \u0437\u0443\u0440\u0432\u0430\u0441 \u0430\u0448\u0438\u0433\u043b\u0430\u0445\u044b\u0433 \u0430\u043d\u0445\u0430\u0430\u0440\u043d\u0430 \u0443\u0443.",screenSharingAudioOnlyTitle:"\"\u0425\u0430\u043c\u0433\u0438\u0439\u043d \u0441\u0430\u0439\u043d \u04af\u0437\u04af\u04af\u043b\u044d\u043b\u0442\" \u0433\u043e\u0440\u0438\u043c",selfViewTitle:"\u0422\u0430 \u04e9\u04e9\u0440\u0438\u0439\u043d \u0445\u0430\u0440\u0430\u0433\u0434\u0430\u0446 \u0442\u043e\u0445\u0438\u0440\u0433\u043e\u043e\u0433 \u0445\u044d\u0437\u044d\u044d\u0434 \u043d\u044d\u044d\u0445 \u0431\u043e\u043b\u043e\u043c\u0436\u0442\u043e\u0439",somebody:"\u0425\u044d\u043d \u043d\u044d\u0433\u044d\u043d",startSilentDescription:"\u0414\u0443\u0443\u0433 \u0438\u0434\u044d\u0432\u0445\u0436\u04af\u04af\u043b\u044d\u0445\u0438\u0439\u043d \u0442\u0443\u043b\u0434 \u0443\u0443\u043b\u0437\u0430\u043b\u0442\u0430\u0434 \u0434\u0430\u0445\u0438\u043d \u043d\u044d\u0433\u0434\u044d\u044d\u0440\u044d\u0439",startSilentTitle:"\u0422\u0430 \u044f\u043c\u0430\u0440 \u0447 \u0434\u0443\u0443\u043d\u044b \u0442\u04e9\u0445\u04e9\u04e9\u0440\u04e9\u043c\u0436\u0433\u04af\u0439 \u043d\u044d\u0433\u0434\u0441\u044d\u043d \u0431\u0430\u0439\u043d\u0430!",suboptimalBrowserWarning:"\u0422\u0430\u043d\u044b \u0445\u04e9\u0442\u04e9\u0447 \u0434\u044d\u044d\u0440 \u0431\u04af\u0440\u044d\u043d \u0434\u044d\u043c\u0436\u043b\u044d\u0433 \u043e\u0440\u043e\u043e\u0433\u04af\u0439 \u0431\u0430\u0439\u043d\u0430. \u0422\u0430 \u0431\u04af\u0440\u044d\u043d \u0434\u044d\u043c\u0436\u0438\u0433\u0434\u0441\u044d\u043d \u0445\u04e9\u0442\u04e9\u0447\u0438\u0439\u0433 \u0430\u0448\u0438\u0433\u043b\u0430\u043d\u0430 \u0443\u0443.",suboptimalExperienceTitle:"\u0425\u04e9\u0442\u04e9\u0447\u0438\u0439\u043d \u0430\u043d\u0445\u0430\u0430\u0440\u0443\u0443\u043b\u0433\u0430",unmute:"\u0414\u0443\u0443\u0442\u0430\u0439",videoMutedRemotelyDescription:"\u0422\u0430 \u0445\u04af\u0441\u0441\u044d\u043d \u0446\u0430\u0433\u0442\u0430\u0430 \u0431\u0443\u0446\u0430\u0430\u043d \u0430\u0441\u0430\u0430\u0436 \u0431\u043e\u043b\u043d\u043e.",videoMutedRemotelyTitle:"\u0422\u0430\u043d\u044b \u0434\u04af\u0440\u0441\u0438\u0439\u0433 {{participantDisplayName}} \u0445\u0430\u0430\u0441\u0430\u043d \u0431\u0430\u0439\u043d\u0430",videoUnmuteBlockedDescription:"\u0421\u0438\u0441\u0442\u0435\u043c\u0438\u0439\u043d \u0445\u044f\u0437\u0433\u0430\u0430\u0440\u043b\u0430\u043b\u0442\u0430\u0430\u0441 \u0431\u043e\u043b\u043e\u043e\u0434 \u043a\u0430\u043c\u0435\u0440 \u043d\u044d\u044d\u0445, \u0434\u044d\u043b\u0433\u044d\u0446 \u0445\u0443\u0432\u0430\u0430\u043b\u0446\u0430\u0445\u044b\u0433 \u0442\u04af\u0440 \u0445\u043e\u0440\u0438\u0433\u043b\u043e\u0441\u043e\u043d \u0431\u0430\u0439\u043d\u0430.",videoUnmuteBlockedTitle:"\u041a\u0430\u043c\u0435\u0440 \u043d\u044d\u044d\u0445, \u0434\u044d\u043b\u0433\u044d\u0446 \u0445\u0443\u0432\u0430\u0430\u043b\u0446\u0430\u0445\u044b\u0433 \u0445\u043e\u0440\u0438\u0433\u043b\u043e\u0441\u043e\u043d!",viewLobby:"\u041b\u043e\u0431\u0431\u0438 \u0445\u0430\u0440\u0430\u0445",waitingParticipants:"{{waitingParticipants}} \u0445\u04af\u043c\u04af\u04af\u0441"},participantsPane:{actions:{allow:"\u041e\u0440\u043e\u043b\u0446\u043e\u0433\u0447\u0438\u0439\u0433 \u0437\u04e9\u0432\u0448\u04e9\u04e9\u0440\u04e9\u0445:",allowVideo:"\u0414\u04af\u0440\u0441 \u0437\u04e9\u0432\u0448\u04e9\u04e9\u0440\u04e9\u0445",askUnmute:"\u0414\u0443\u0443\u0433\u0430\u0430 \u043d\u044d\u044d\u0445\u0438\u0439\u0433 \u0445\u04af\u0441\u044d\u0445",audioModeration:"\u04e8\u04e9\u0440\u0441\u0434\u0438\u0439\u043d \u0434\u0443\u0443\u0433 \u0445\u0430\u0430\u0445",blockEveryoneMicCamera:"\u0411\u04af\u0445 \u0445\u04af\u043d\u0438\u0439 \u043c\u0438\u043a\u0440\u043e\u0444\u043e\u043d, \u043a\u0430\u043c\u0435\u0440\u044b\u0433 \u0445\u0430\u0430\u0445",invite:"\u0425\u044d\u043d \u043d\u044d\u0433\u043d\u0438\u0439\u0433 \u0443\u0440\u0438\u0445",moreModerationActions:"\u0423\u0434\u0438\u0440\u0434\u043b\u0430\u0433\u044b\u043d \u043d\u044d\u043c\u044d\u043b\u0442 \u0441\u043e\u043d\u0433\u043e\u043b\u0442",moreModerationControls:"\u0423\u0434\u0438\u0440\u0434\u043b\u0430\u0433\u044b\u043d \u043d\u044d\u043c\u044d\u043b\u0442 \u0445\u044f\u043d\u0430\u043b\u0442",moreParticipantOptions:"\u041e\u0440\u043e\u043b\u0446\u043e\u0433\u0447\u0438\u0439\u043d \u043d\u044d\u043c\u044d\u043b\u0442 \u0441\u043e\u043d\u0433\u043e\u043b\u0442",mute:"\u0414\u0443\u0443\u0433\u04af\u0439 \u0431\u043e\u043b\u0433\u043e\u0445",muteAll:"\u0411\u04af\u0433\u0434\u0438\u0439\u0433 \u0434\u0443\u0443\u0433\u04af\u0439 \u0431\u043e\u043b\u0433\u043e\u0445",muteEveryoneElse:"\u0411\u04af\u0433\u0434\u0438\u0439\u0433 \u0434\u0443\u0443\u0433\u04af\u0439 \u0431\u043e\u043b\u0433\u043e\u0445",stopEveryonesVideo:"\u0411\u04af\u0433\u0434\u0438\u0439\u043d \u0434\u04af\u0440\u0441\u0438\u0439\u0433 \u0445\u0430\u0430\u0445",stopVideo:"\u0414\u04af\u0440\u0441 \u0445\u0430\u0430\u0445",unblockEveryoneMicCamera:"\u0411\u04af\u0445 \u0445\u04af\u043d\u0438\u0439 \u043c\u0438\u043a\u0440\u043e\u0444\u043e\u043d, \u043a\u0430\u043c\u0435\u0440\u044b\u0433 \u043d\u044d\u044d\u0445",videoModeration:"\u04e8\u04e9\u0440\u0441\u0434\u0438\u0439\u043d \u0434\u04af\u0440\u0441\u044d\u044d \u043d\u044d\u044d\u0445"},close:"\u0425\u0430\u0430\u0445",headings:{lobby:"\u041b\u043e\u0431\u0431\u0438 ({{count}})",participantsList:"\u0423\u0443\u043b\u0437\u0430\u043b\u0442\u044b\u043d \u043e\u0440\u043e\u043b\u0446\u043e\u0433\u0447 ({{count}})",visitors:"\u0417\u043e\u0447\u0438\u0434 ({{count}})",waitingLobby:"\u041b\u043e\u0431\u0431\u0438\u0434 \u0445\u04af\u043b\u044d\u044d\u0436 \u0431\u0430\u0439\u0433\u0430\u0430 ({{count}})"},search:"\u041e\u0440\u043e\u043b\u0446\u043e\u0433\u0447 \u0445\u0430\u0439\u0445",title:"\u041e\u0440\u043e\u043b\u0446\u043e\u0433\u0447\u0438\u0434"},passwordDigitsOnly:"{{number}} \u0445\u04af\u0440\u0442\u044d\u043b\u0445 \u0442\u043e\u043e",passwordSetRemotely:"\u04e9\u04e9\u0440 \u043e\u0440\u043e\u043b\u0446\u043e\u0433\u0447 \u0445\u0438\u0439\u0441\u044d\u043d",pinParticipant:"{{participantName}} - \u043e\u043d\u0446\u043e\u043b",pinnedParticipant:"\u041e\u0440\u043e\u043b\u0446\u043e\u0433\u0447\u0438\u0439\u0433 \u043e\u043d\u0446\u043e\u043b\u0441\u043e\u043d",polls:{answer:{skip:"\u0410\u043b\u0433\u0430\u0441\u0430\u0445",submit:"\u0411\u0430\u0442\u043b\u0430\u0445"},by:"{{ name }}",create:{addOption:"\u0421\u043e\u043d\u0433\u043e\u043b\u0442 \u043d\u044d\u043c\u044d\u0445",answerPlaceholder:"\u0421\u043e\u043d\u0433\u043e\u043b\u0442 {{index}}",cancel:"\u0426\u0443\u0446\u043b\u0430\u0445",create:"\u0421\u0430\u043d\u0430\u043b \u0430\u0441\u0443\u0443\u043b\u0433\u0430 \u04af\u04af\u0441\u0433\u044d\u0445",pollOption:"\u0421\u0430\u043d\u0430\u043b \u0430\u0441\u0443\u0443\u043b\u0433\u044b\u043d \u0441\u043e\u043d\u0433\u043e\u043b\u0442 {{index}}",pollQuestion:"\u0421\u0430\u043d\u0430\u043b \u0430\u0441\u0443\u0443\u043b\u0433\u0430",questionPlaceholder:"\u0410\u0441\u0443\u0443\u0445",removeOption:"\u0421\u043e\u043d\u0433\u043e\u043b\u0442 \u0445\u0430\u0441\u0430\u0445",send:"\u0418\u043b\u0433\u044d\u044d\u0445"},notification:{description:"\u0421\u0430\u043d\u0430\u043b\u0430\u0430 \u04e9\u0433\u04e9\u0445\u0438\u0439\u043d \u0442\u0443\u043b\u0434 \u0441\u0430\u043d\u0430\u043b \u0430\u0441\u0443\u0443\u043b\u0433\u044b\u043d \u0445\u0430\u0432\u0442\u0441\u044b\u0433 \u043d\u044d\u044d\u043d\u044d \u04af\u04af",title:"\u0423\u0443\u043b\u0437\u0430\u043b\u0442\u0430\u043d\u0434 \u0448\u0438\u043d\u044d \u0441\u0430\u043d\u0430\u043b \u0430\u0441\u0443\u0443\u043b\u0433\u0430 \u043d\u044d\u043c\u044d\u0433\u0434\u043b\u044d\u044d"},results:{changeVote:"\u0421\u0430\u043d\u0430\u043b \u04e9\u04e9\u0440\u0447\u043b\u04e9\u0445",empty:"\u0423\u0443\u043b\u0437\u0430\u043b\u0442\u044b\u043d \u0441\u0430\u043d\u0430\u043b \u0430\u0441\u0443\u0443\u043b\u0433\u0430 \u043e\u0434\u043e\u043e\u0433\u043e\u043e\u0440 \u0430\u043b\u0433\u0430.\u042d\u043d\u0434 \u0448\u0438\u043d\u044d\u044d\u0440 \u04af\u04af\u0441\u0433\u044d\u0436 \u0431\u043e\u043b\u043d\u043e!",hideDetailedResults:"\u0414\u044d\u043b\u0433\u044d\u0440\u044d\u043d\u0433\u04af\u0439\u0433 \u043d\u0443\u0443\u0445",showDetailedResults:"\u0414\u044d\u043b\u0433\u044d\u0440\u044d\u043d\u0433\u04af\u0439\u0433 \u0445\u0430\u0440\u0430\u0445",vote:"\u0421\u0430\u043d\u0430\u043b \u04e9\u0433\u04e9\u0445"}},poweredby:"\u0434\u044d\u043c\u0436\u0438\u0433\u0434\u0441\u044d\u043d",prejoin:{audioAndVideoError:"\u0414\u0443\u0443, \u0434\u04af\u0440\u0441\u043d\u0438\u0439 \u0430\u043b\u0434\u0430\u0430:",audioDeviceProblem:"\u0414\u0443\u0443\u043d\u044b \u0442\u04e9\u0445\u04e9\u04e9\u0440\u04e9\u043c\u0436 \u0433\u044d\u043c\u0442\u044d\u043b\u0442\u044d\u0439 \u0431\u0430\u0439\u043d\u0430",audioOnlyError:"\u0414\u0443\u0443\u043d\u044b \u0430\u043b\u0434\u0430\u0430:",audioTrackError:"\u0414\u0443\u0443\u0433 \u0445\u0430\u0434\u0433\u0430\u043b\u0436 \u0447\u0430\u0434\u0441\u0430\u043d\u0433\u04af\u0439.",callMe:"\u041d\u0430\u0434 \u0440\u0443\u0443 \u0437\u0430\u043b\u0433\u0430",callMeAtNumber:"\u042d\u043d\u044d \u0434\u0443\u0433\u0430\u0430\u0440\u0430\u0430\u0440 \u043d\u0430\u0434 \u0440\u0443\u0443 \u0437\u0430\u043b\u0433\u0430:",calling:"\u0414\u0443\u0443\u0434\u0430\u0436 \u0431\u0430\u0439\u043d\u0430",configuringDevices:"\u0422\u04e9\u0445\u04e9\u04e9\u0440\u04e9\u043c\u0436\u0438\u0439\u0433 \u0442\u043e\u0445\u0438\u0440\u0443\u0443\u043b\u0436 \u0431\u0430\u0439\u043d\u0430...",connectedWithAudioQ:"\u0422\u0430 \u0437\u04e9\u0432\u0445\u04e9\u043d \u0434\u0443\u0443\u0433\u0430\u0430 \u0445\u043e\u043b\u0431\u043e\u0433\u0434\u0441\u043e\u043d \u0443\u0443?",connection:{good:"\u0422\u0430\u043d\u044b \u0438\u043d\u0442\u0435\u0440\u043d\u0435\u0442\u0438\u0439\u043d \u0445\u0443\u0440\u0434 \u0441\u0430\u0439\u043d \u0431\u0430\u0439\u043d\u0430!",nonOptimal:"\u0422\u0430\u043d\u044b \u0438\u043d\u0442\u0435\u0440\u043d\u0435\u0442\u0438\u0439\u043d \u0445\u0443\u0440\u0434 \u0441\u0430\u0439\u043d \u0431\u0438\u0448 \u0431\u0430\u0439\u043d\u0430",poor:"\u0422\u0430\u043d\u044b \u0438\u043d\u0442\u0435\u0440\u043d\u0435\u0442\u0438\u0439\u043d \u0445\u0443\u0440\u0434 \u043c\u0443\u0443 \u0431\u0430\u0439\u043d\u0430"},connectionDetails:{audioClipping:"\u0422\u0430\u043d\u044b \u0434\u0443\u0443\u0434\u043b\u0430\u0433\u0430 \u0442\u0430\u0441\u0440\u0430\u043b\u0442\u0442\u0430\u0439 \u0431\u0430\u0439\u0445\u0430\u0430\u0440 \u0431\u0430\u0439\u043d\u0430.",audioHighQuality:"\u0422\u0430\u043d\u044b \u0434\u0443\u0443\u0434\u043b\u0430\u0433\u044b\u043d \u0447\u0430\u043d\u0430\u0440 \u043c\u0430\u0448 \u0441\u0430\u0439\u043d \u0431\u0430\u0439\u0445\u0430\u0430\u0440 \u0431\u0430\u0439\u043d\u0430.",audioLowNoVideo:"\u0422\u0430\u043d\u044b \u0434\u0443\u0443\u0434\u043b\u0430\u0433\u044b\u043d \u0447\u0430\u043d\u0430\u0440 \u043c\u0443\u0443, \u0434\u04af\u0440\u0441\u0433\u04af\u0439 \u0431\u0430\u0439\u0445\u0430\u0430\u0440 \u0431\u0430\u0439\u043d\u0430.",goodQuality:"\u0413\u0430\u0439\u0445\u0430\u043b\u0442\u0430\u0439! \u0422\u0430\u043d\u044b \u0434\u0443\u0443, \u0434\u04af\u0440\u0441 \u0447\u0430\u043d\u0430\u0440 \u043c\u0430\u0448 \u0441\u0430\u0439\u043d \u0431\u0430\u0439\u0445\u0430\u0430\u0440 \u0431\u0430\u0439\u043d\u0430.",noMediaConnectivity:"\u0428\u0430\u043b\u0433\u0430\u043b\u0442 \u0445\u0438\u0439\u0445\u044d\u0434 \u0431\u0438\u0434 \u0434\u0443\u0443, \u0434\u04af\u0440\u0441\u043d\u0438\u0439 \u0445\u043e\u043b\u0431\u043e\u043b\u0442\u044b\u0433 \u0442\u043e\u0433\u0442\u043e\u043e\u0436 \u0447\u0430\u0434\u0441\u0430\u043d\u0433\u04af\u0439. \u0413\u0430\u043b\u0442 \u0445\u0430\u043d\u0430 \u044d\u0441\u0432\u044d\u043b NAT \u043d\u04e9\u043b\u04e9\u04e9\u043b\u0441\u04e9\u043d \u0431\u0430\u0439\u0436 \u043c\u0430\u0433\u0430\u0434.",noVideo:"\u0422\u0430\u043d\u044b \u0434\u04af\u0440\u0441\u043d\u0438\u0439 \u0447\u0430\u043d\u0430\u0440 \u043c\u0430\u0448 \u043c\u0443\u0443 \u0431\u0430\u0439\u0445\u0430\u0430\u0440 \u0431\u0430\u0439\u043d\u0430..",undetectable:"\u0425\u044d\u0440\u044d\u0432 \u0442\u0430 \u0432\u044d\u0431 \u0445\u04e9\u0442\u04e9\u0447 \u0434\u044d\u044d\u0440 \u0434\u0443\u0443\u0434\u043b\u0430\u0433\u0430 \u0445\u0438\u0439\u0436 \u0447\u0430\u0434\u0430\u0445\u0433\u04af\u0439 \u0431\u0430\u0439\u0433\u0430\u0430 \u0431\u043e\u043b, \u0434\u0443\u0443, \u0434\u04af\u0440\u0441, \u043c\u0438\u043a\u0440\u043e\u0444\u043e\u043d\u044b \u0442\u043e\u0445\u0438\u0440\u0433\u043e\u043e \u0437\u04e9\u0432 \u0445\u0438\u0439\u0441\u044d\u043d, \u0432\u044d\u0431 \u0445\u04e9\u0442\u0447\u0438\u0439\u043d \u043d\u044d\u0432\u0442\u0440\u044d\u0445 \u044d\u0440\u0445 \u043d\u044d\u044d\u043b\u0442\u0442\u044d\u0439 \u044d\u0441\u044d\u0445, \u0432\u044d\u0431 \u0445\u04e9\u0442\u0447\u04e9\u04e9 \u0448\u0438\u043d\u044d\u0447\u0438\u043b\u0441\u044d\u043d \u044d\u0441\u044d\u0445\u044d\u044d \u0448\u0430\u043b\u0433\u0430\u043d\u0430 \u0443\u0443. \u0410\u043b\u0434\u0430\u0430 \u043d\u044c \u0445\u044d\u0432\u044d\u044d\u0440\u044d\u044d \u0431\u043e\u043b \u0432\u044d\u0431 \u0430\u043f\u043f\u044b\u043d \u0445\u04e9\u0433\u0436\u04af\u04af\u043b\u044d\u0433\u0447\u0442\u044d\u0439 \u0445\u043e\u043b\u0431\u043e\u0433\u0434\u043e\u043e\u0440\u043e\u0439.",veryPoorConnection:"\u0422\u0430\u043d\u044b \u0434\u0443\u0443\u0434\u043b\u0430\u0433\u044b\u043d \u0447\u0430\u043d\u0430\u0440 \u043c\u0430\u0448 \u043c\u0443\u0443 \u0431\u0430\u0439\u0445\u0430\u0430\u0440 \u0431\u0430\u0439\u043d\u0430.",videoFreezing:"\u0422\u0430\u043d\u044b \u0434\u04af\u0440\u0441\u043d\u0438\u0439 \u0447\u0430\u043d\u0430\u0440 \u0433\u0430\u0446\u0430\u0445, \u0445\u0430\u0440\u043b\u0430\u0445, \u043d\u044f\u0433\u0442\u0430\u0440\u0448\u0438\u043b \u043c\u0443\u0443 \u0431\u0430\u0439\u0445\u0430\u0430\u0440 \u0431\u0430\u0439\u043d\u0430.",videoHighQuality:"\u0422\u0430\u043d\u044b \u0434\u04af\u0440\u0441\u043d\u0438\u0439 \u0441\u0430\u0439\u043d \u0447\u0430\u043d\u0430\u0440\u0442\u0430\u0439 \u0431\u0430\u0439\u043d\u0430.",videoLowQuality:"\u0414\u0430\u043c\u0436\u0443\u0443\u043b\u0430\u043b\u0442\u044b\u043d \u0445\u0443\u0440\u0434, \u043d\u044f\u0433\u0442\u0430\u0440\u0448\u0438\u043b\u0430\u0430\u0441 \u0445\u0430\u043c\u0430\u0430\u0440\u0430\u043d \u0442\u0430\u043d\u044b \u0434\u04af\u0440\u0441 \u043c\u0443\u0443 \u0431\u0430\u0439\u0445\u0430\u0430\u0440 \u0431\u0430\u0439\u043d\u0430.",videoTearing:"\u0422\u0430\u043d\u044b \u0434\u04af\u0440\u0441\u043d\u0438\u0439 \u043d\u044f\u0433\u0442\u0430\u0440\u0448\u0438\u043b \u044d\u0441\u0432\u044d\u043b \u0445\u0430\u0440\u0430\u0433\u0434\u0430\u0446 \u043c\u0430\u0448 \u043c\u0443\u0443 \u0431\u0430\u0439\u0445\u0430\u0430\u0440 \u0431\u0430\u0439\u043d\u0430."},copyAndShare:"\u0423\u0443\u043b\u0437\u0430\u043b\u0442\u044b\u043d \u0445\u043e\u043b\u0431\u043e\u043e\u0441 \u0445\u0443\u0443\u043b\u0430\u0430\u0434 \u0445\u0443\u0432\u0430\u0430\u043b\u0446\u0430\u0445",dialInMeeting:"\u0423\u0443\u043b\u0437\u0430\u043b\u0442 \u0440\u0443\u0443 \u0437\u0430\u043b\u0433\u0430\u0445",dialInPin:"\u0423\u0443\u043b\u0437\u0430\u043b\u0442 \u0440\u0443\u0443 \u0437\u0430\u043b\u0433\u0430\u0430\u0434 \u041f\u0418\u041d \u043a\u043e\u0434\u043e\u043e \u043e\u0440\u0443\u0443\u043b\u043d\u0430 \u0443\u0443:",dialing:"\u0417\u0430\u043b\u0433\u0430\u0436 \u0431\u0430\u0439\u043d\u0430",doNotShow:"\u042d\u043d\u044d \u0434\u044d\u043b\u0433\u044d\u0446\u0438\u0439\u043d \u0434\u0430\u0445\u0438\u043d \u0445\u0430\u0440\u0443\u0443\u043b\u0430\u0445\u0433\u04af\u0439",errorDialOut:"\u0417\u0430\u043b\u0433\u0430\u0436 \u0447\u0430\u0434\u0441\u0430\u043d\u0433\u04af\u0439",errorDialOutDisconnected:"\u0417\u0430\u043b\u0433\u0430\u0436 \u0447\u0430\u0434\u0441\u0430\u043d\u0433\u04af\u0439. \u0425\u043e\u043b\u0431\u043e\u043b\u0442 \u0442\u0430\u0441\u0430\u0440\u0441\u0430\u043d",errorDialOutFailed:"\u0417\u0430\u043b\u0433\u0430\u0436 \u0447\u0430\u0434\u0441\u0430\u043d\u0433\u04af\u0439. \u0414\u0443\u0443\u0434\u043b\u0430\u0433\u0430 \u0430\u043c\u0436\u0438\u043b\u0442\u0433\u04af\u0439",errorDialOutStatus:"\u0417\u0430\u043b\u0433\u0430\u0445 \u0442\u04e9\u043b\u0432\u0438\u0439\u0433 \u0442\u0430\u0442\u0430\u0445 \u04af\u0435\u0438\u0439\u043d \u0430\u043b\u0434\u0430\u0430",errorMissingName:"\u0423\u0443\u043b\u0437\u0430\u043b\u0442\u0430\u043d\u0434 \u043e\u0440\u043e\u0445\u044b\u043d \u0442\u0443\u043b\u0434 \u043d\u044d\u0440\u044d\u044d \u043e\u0440\u0443\u0443\u043b\u043d\u0430 \u0443\u0443:",errorNoPermissions:"\u0422\u0430 \u043c\u0438\u043a\u0440\u043e\u0444\u043e\u043d, \u043a\u0430\u043c\u0435\u0440\u0442 \u0445\u0430\u043d\u0434\u0430\u0445 \u0445\u04af\u0441\u044d\u043b\u0442\u0438\u0439\u0433 \u0437\u04e9\u0432\u0448\u04e9\u04e9\u0440\u043d\u04e9 \u04af\u04af",errorStatusCode:"\u0417\u0430\u043b\u0433\u0430\u0445 \u04af\u0435\u0438\u0439\u043d \u0430\u043b\u0434\u0430\u0430, \u0442\u04e9\u043b\u0432\u0438\u0439\u043d \u043a\u043e\u0434: {{status}}",errorValidation:"\u0414\u0443\u0433\u0430\u0430\u0440 \u0431\u0430\u0442\u0430\u043b\u0433\u0430\u0430\u0436\u0443\u0443\u043b\u0430\u043b\u0442 \u0430\u043c\u0436\u0438\u043b\u0442\u0433\u04af\u0439",iWantToDialIn:"\u0411\u0438 \u0437\u0430\u043b\u0433\u0430\u0445\u044b\u0433 \u0445\u04af\u0441\u0447 \u0431\u0430\u0439\u043d\u0430",initiated:"\u0414\u0443\u0443\u0434\u043b\u0430\u0433\u0430 \u044d\u0445\u044d\u043b\u0441\u044d\u043d",joinAudioByPhone:"\u0423\u0442\u0430\u0441\u043d\u044b \u0434\u0443\u0443\u0442\u0430\u0439 \u043e\u0440\u043e\u0445",joinMeeting:"\u0423\u0443\u043b\u0437\u0430\u043b\u0442\u0430\u043d\u0434 \u043e\u0440\u043e\u0445",joinMeetingInLowBandwidthMode:"Join in low bandwidth mode",joinWithoutAudio:"\u0414\u0443\u0443\u0433\u04af\u0439 \u043e\u0440\u043e\u043b\u0446\u043e\u0445",keyboardShortcuts:"\u041a\u043e\u043c\u043f\u044c\u044e\u0442\u0435\u0440\u0438\u0439\u043d \u0433\u0430\u0440\u043d\u044b \u0431\u043e\u0433\u0438\u043d\u043e \u0445\u043e\u043b\u0431\u043e\u043e\u0433 \u0438\u0434\u044d\u0432\u0445\u0438\u0436\u04af\u04af\u043b\u044d\u0445",linkCopied:"\u0425\u043e\u043b\u0431\u043e\u043e\u0441\u044b\u0433 \u0442\u04af\u0440 \u0445\u0443\u0443\u043b\u0441\u0430\u043d",lookGood:"\u0422\u0430\u043d\u044b \u043c\u0438\u043a\u0440\u043e\u0444\u043e\u043d \u0445\u044d\u0432\u0438\u0439\u043d \u0430\u0436\u0438\u043b\u043b\u0430\u0436 \u0431\u0430\u0439\u043d\u0430",or:"\u044d\u0441\u0432\u044d\u043b",premeeting:"\u0423\u0443\u043b\u0437\u0430\u043b\u0442\u044b\u043d \u04e9\u043c\u043d\u04e9",screenSharingError:"\u0414\u044d\u043b\u0433\u044d\u0446 \u0445\u0443\u0432\u0430\u0430\u043b\u0446\u0430\u0445\u044b\u043d \u0430\u043b\u0434\u0430\u0430:",showScreen:"\u0423\u0443\u043b\u0437\u0430\u043b\u0442\u044b\u043d \u04e9\u043c\u0433\u04e9\u0445 \u0434\u044d\u043b\u0433\u044d\u0446 \u0438\u0434\u044d\u0432\u0445\u0438\u0436\u04af\u04af\u043b\u044d\u0445",startWithPhone:"\u0423\u0442\u0430\u0441\u043d\u044b \u0434\u0443\u0443\u0433\u0430\u0430\u0440 \u0445\u043e\u043b\u0431\u043e\u0433\u0434\u043e\u0445",videoOnlyError:"\u0412\u0438\u0434\u0435\u043e \u0434\u0430\u043c\u0436\u0443\u0443\u043b\u0430\u043b\u0442\u044b\u043d \u0430\u043b\u0434\u0430\u0430:",videoTrackError:"\u0412\u0438\u0434\u0435\u043e \u0431\u0438\u0447\u043b\u044d\u0433 \u04af\u04af\u0441\u0433\u044d\u0436 \u0447\u0430\u0434\u0441\u0430\u043d\u0433\u04af\u0439.",viewAllNumbers:"\u0431\u04af\u0445 \u0434\u0443\u0433\u0430\u0430\u0440\u044b\u0433 \u0445\u0430\u0440\u0430\u0445"},presenceStatus:{busy:"\u0417\u0430\u0432\u0433\u04af\u0439",calling:"\u0414\u0443\u0443\u0434\u0430\u0436 \u0431\u0430\u0439\u043d\u0430...",connected:"\u0425\u043e\u043b\u0431\u043e\u0433\u0434\u0441\u043e\u043d",connecting:"\u0425\u043e\u043b\u0431\u043e\u0436 \u0431\u0430\u0439\u043d\u0430...",connecting2:"\u0425\u043e\u043b\u0431\u043e\u0436 \u0431\u0430\u0439\u043d\u0430*...",disconnected:"\u0425\u043e\u043b\u0431\u043e\u0433\u0434\u043e\u043e\u0433\u04af\u0439",expired:"\u0425\u0443\u0433\u0430\u0446\u0430\u0430 \u043d\u044c \u0434\u0443\u0443\u0441\u0441\u0430\u043d",ignored:"Ignored",initializingCall:"\u0414\u0443\u0443\u0434\u043b\u0430\u0433\u044b\u0433 \u044d\u0445\u043b\u04af\u04af\u043b\u0436 \u0431\u0430\u0439\u043d\u0430...",invited:"\u0423\u0440\u044c\u0441\u0430\u043d",rejected:"\u0422\u0430\u0442\u0433\u0430\u043b\u0437\u0441\u0430\u043d",ringing:"\u0414\u0443\u0443\u0434\u0430\u0436 \u0431\u0430\u0439\u043d\u0430..."},profile:{avatar:"avatar",setDisplayNameLabel:"\u041d\u044d\u0440\u044d\u044d \u043e\u0440\u0443\u0443\u043b\u043d\u0430 \u0443\u0443",setEmailInput:"\u0418-\u043c\u044d\u0439\u043b \u043e\u0440\u0443\u0443\u043b\u043d\u0430 \u0443\u0443",setEmailLabel:"\u0418-\u043c\u044d\u0439\u043b \u0445\u0430\u044f\u0433\u0430\u0430 \u043e\u0440\u0443\u0443\u043b\u043d\u0430 \u0443\u0443",title:"\u041f\u0440\u043e\u0444\u0430\u0439\u043b"},raisedHand:"\u042f\u0440\u044c\u043c\u0430\u0430\u0440 \u0431\u0430\u0439\u043d\u0430",raisedHandsLabel:"\u0413\u0430\u0440\u0430\u0430 \u04e9\u0440\u0433\u04e9\u0441\u04e9\u043d \u0442\u043e\u043e",record:{already:{linked:"\u042d\u043d\u044d \u0443\u0443\u043b\u0437\u0430\u043b\u0442 Salesforce - \u0442\u043e\u0439 \u0445\u043e\u043b\u0431\u043e\u0433\u0434\u0441\u043e\u043d."},type:{account:"\u0411\u04af\u0440\u0442\u0433\u044d\u043b",contact:"\u0425\u043e\u043b\u0431\u043e\u043e \u0431\u0430\u0440\u0438\u0445",lead:"Lead",opportunity:"\u0411\u043e\u043b\u043e\u043c\u0436",owner:"\u042d\u0437\u044d\u043c\u0448\u0438\u0433\u0447"}},recording:{authDropboxText:"Dropbox \u0431\u0430\u0439\u0440\u0448\u0443\u0443\u043b\u0430\u0445",availableSpace:"\u0411\u043e\u043b\u043e\u043c\u0436\u0442\u043e\u0439 \u0437\u0430\u0439: {{spaceLeft}} MB (\u043e\u0439\u0440\u043e\u043b\u0446\u043e\u043e\u0433\u043e\u043e\u0440 {{duration}} \u043c\u0438\u043d\u0443\u0442\u044b\u043d \u0431\u0438\u0447\u043b\u044d\u0433)",beta:"BETA",busy:"\u0411\u0438\u0447\u043b\u044d\u0433\u0438\u0439\u043d \u043d\u04e9\u04e9\u0446\u0438\u0439\u0433 \u0441\u0443\u043b \u0431\u043e\u043b\u0433\u043e\u0445\u043e\u043e\u0440 \u0430\u0436\u0438\u043b\u043b\u0430\u0436 \u0431\u0430\u0439\u043d\u0430. \u0425\u044d\u0434\u044d\u043d \u043c\u0438\u043d\u0443\u0442\u044b\u043d \u0434\u0430\u0440\u0430\u0430 \u0434\u0430\u0445\u0438\u043d \u043e\u0440\u043e\u043b\u0434\u043e\u043d\u043e \u0443\u0443.",busyTitle:"\u0411\u04af\u0445 \u0431\u0438\u0447\u0438\u0433\u0447\u0438\u0434 \u0437\u0430\u0432\u0433\u04af\u0439 \u0431\u0430\u0439\u043d\u0430",copyLink:"\u0425\u043e\u043b\u0431\u043e\u043e\u0441 \u0445\u0443\u0443\u043b\u0430\u0445",error:"\u0411\u0438\u0447\u043b\u044d\u0433 \u0445\u0438\u0439\u0445 \u0430\u043c\u0436\u0438\u043b\u0442\u0433\u04af\u0439 \u0431\u043e\u043b\u043b\u043e\u043e. \u0414\u0430\u0445\u0438\u043d \u043e\u0440\u043e\u043b\u0434\u043e\u043d\u043e \u0443\u0443.",errorFetchingLink:"\u0411\u0438\u0447\u043b\u044d\u0433\u0438\u0439\u043d \u0445\u043e\u043b\u0431\u043e\u043e\u0441 \u0442\u0430\u0442\u0430\u0445 \u04af\u0435\u0438\u0439\u043d \u0430\u043b\u0434\u0430\u0430.",expandedOff:"\u0411\u0438\u0447\u043b\u044d\u0433 \u0445\u0438\u0439\u0445 \u0437\u043e\u0433\u0441\u0441\u043e\u043d",expandedOn:"\u0423\u0443\u043b\u0437\u0430\u043b\u0442\u044b\u0433 \u043e\u0434\u043e\u043e \u0442\u044d\u043c\u0434\u044d\u0433\u043b\u044d\u0436 \u0431\u0430\u0439\u043d\u0430.",expandedPending:"\u0411\u0438\u0447\u043b\u044d\u0433\u0438\u0439\u0433 \u0445\u0438\u0439\u0436 \u0431\u0430\u0439\u043d\u0430...",failedToStart:"\u0411\u0438\u0447\u043b\u044d\u0433 \u0445\u0438\u0439\u0445 \u0430\u043c\u0436\u0438\u043b\u0442\u0433\u04af\u0439 \u0431\u043e\u043b\u043b\u043e\u043e",fileSharingdescription:"\u0411\u0438\u0447\u043b\u044d\u0433\u0438\u0439\u0433 \u0443\u0443\u043b\u0437\u0430\u043b\u0442\u044b\u043d \u043e\u0440\u043e\u043b\u0446\u043e\u0433\u0447\u0438\u0434\u0442\u043e\u0439 \u0445\u0443\u0432\u0430\u0430\u043b\u0446\u0430\u0445",highlight:"Highlight",highlightMoment:"\u041e\u043d\u0446\u043e\u043b\u0441\u043e\u043d \u043c\u04e9\u0447\u04af\u04af\u0434",highlightMomentDisabled:"\u0411\u0438\u0447\u043b\u044d\u0433 \u044d\u0445\u043b\u044d\u0445 \u04af\u0435\u0434 \u043c\u04e9\u0447\u04af\u04af\u0434\u044d\u044d \u043e\u043d\u0446\u043e\u043b\u0436 \u0431\u043e\u043b\u043d\u043e",highlightMomentSuccess:"\u042d\u043d\u044d \u043c\u04e9\u0447\u0438\u0439\u0433 \u043e\u043d\u0446\u043e\u043b\u0441\u043e\u043d",highlightMomentSucessDescription:"\u0422\u0430\u043d\u044b \u043e\u043d\u0446\u043e\u043b\u0441\u043e\u043d \u043c\u04e9\u0447 \u0443\u0443\u043b\u0437\u0430\u043b\u0442\u044b\u043d \u0445\u0443\u0440\u0430\u0430\u043d\u0433\u0443\u0439 \u0445\u044d\u0441\u044d\u0433\u0442 \u043d\u044d\u043c\u044d\u0433\u0434\u044d\u043d\u044d.",inProgress:"\u0411\u0438\u0447\u043b\u044d\u0433 \u0445\u0438\u0439\u0445 \u044d\u0441\u0432\u044d\u043b \u0448\u0443\u0443\u0434 \u0434\u0430\u043c\u0436\u0443\u0443\u043b\u0430\u043b\u0442 \u0438\u0434\u044d\u0432\u0445\u0438\u0442\u044d\u0439",limitNotificationDescriptionNative:"\u0411\u0438\u0447\u043b\u044d\u0433\u0438\u0439\u043d \u0447\u0430\u043d\u0430\u0440\u0430\u0430\u0441 \u0445\u0430\u043c\u0430\u0430\u0440\u0430\u043d \u0442\u0430\u043d\u044b \u043c\u0438\u043d\u0443\u0442 {{limit}}-\u0440 \u0445\u044f\u0437\u0433\u0430\u0430\u0440\u043b\u0430\u0433\u0434\u0430\u0436 \u0431\u0430\u0439\u043d\u0430. \u0425\u044f\u0437\u0433\u0430\u0430\u0440\u043b\u0430\u043b\u0442\u0433\u04af\u0439 \u0431\u0438\u0447\u043b\u044d\u0433 \u0445\u0438\u0439\u0445\u0438\u0439\u043d \u0442\u0443\u043b\u0434 <3>{{app}} \u04af\u0437\u044d\u044d\u0440\u044d\u0439.",limitNotificationDescriptionWeb:"\u0411\u0438\u0447\u043b\u044d\u0433\u0438\u0439\u043d \u0447\u0430\u043d\u0430\u0440\u0430\u0430\u0441 \u0445\u0430\u043c\u0430\u0430\u0440\u0430\u043d \u0442\u0430\u043d\u044b \u043c\u0438\u043d\u0443\u0442 {{limit}}-\u0440 \u0445\u044f\u0437\u0433\u0430\u0430\u0440\u043b\u0430\u0433\u0434\u0430\u0436 \u0431\u0430\u0439\u043d\u0430. \u0425\u044f\u0437\u0433\u0430\u0430\u0440\u043b\u0430\u043b\u0442\u0433\u04af\u0439 \u0431\u0438\u0447\u043b\u044d\u0433 \u0445\u0438\u0439\u0445\u0438\u0439\u043d \u0442\u0443\u043b\u0434 {{app}} \u0430\u0448\u0438\u0433\u043b\u0430\u043d\u0430 \u0443\u0443.",linkGenerated:"\u0422\u0430\u043d\u044b \u0431\u0438\u0447\u043b\u044d\u0433\u0438\u0439\u043d \u0445\u043e\u043b\u0431\u043e\u043e\u0441\u044b\u0433 \u04af\u04af\u0441\u0433\u044d\u0441\u044d\u043d.",live:"\u0428\u0423\u0423\u0414",localRecordingNoNotificationWarning:"\u0411\u0443\u0441\u0430\u0434 \u043e\u0440\u043e\u043b\u0446\u043e\u0433\u0447\u0438\u0434 \u0431\u0438\u0447\u043b\u044d\u0433\u0438\u0439\u043d \u0445\u0438\u0439\u0445 \u0442\u0430\u043b\u0430\u0430\u0440 \u043c\u044d\u0434\u044d\u0433\u0434\u044d\u043d\u044d. \u0422\u0430 \u044d\u043d\u044d \u0431\u0438\u0447\u043b\u044d\u0433\u0438\u0439\u043d \u0442\u0430\u043b\u0430\u0430\u0440\u0445 \u043c\u044d\u0434\u044d\u0433\u0434\u043b\u0438\u0439\u0433 \u0437\u04e9\u0432\u0448\u04e9\u04e9\u0440\u04e9\u0445 \u0448\u0430\u0430\u0440\u0434\u043b\u0430\u0433\u0430\u0442\u0430\u0439.",localRecordingNoVideo:"\u0412\u0438\u0434\u0435\u043e \u0431\u0438\u0447\u043b\u044d\u0433 \u0445\u0438\u0439\u0433\u044d\u044d\u0433\u04af\u0439 \u0431\u0430\u0439\u043d\u0430.",localRecordingStartWarning:"\u0423\u0443\u043b\u0437\u0430\u043b\u0442\u0430\u0430\u0441 \u0433\u0430\u0440\u0430\u0445\u0430\u0430\u0441 \u04e9\u043c\u043d\u04e9 \u0431\u0438\u0447\u043b\u044d\u0433\u044d\u044d \u0437\u043e\u0433\u0441\u043e\u043e\u043d \u0445\u0430\u0434\u0433\u0430\u043b\u0436 \u0430\u0432\u043d\u0430 \u0443\u0443.",localRecordingStartWarningTitle:"\u0425\u0430\u0434\u0433\u0430\u043b\u0430\u0445\u044b\u043d \u0442\u0443\u043b\u0434 \u0431\u0438\u0447\u043b\u044d\u0433\u044d\u044d \u0437\u043e\u0433\u0441\u043e\u043e\u043d\u043e \u0443\u0443",localRecordingVideoStop:"\u0412\u0438\u0434\u0435\u043e \u0431\u0438\u0447\u043b\u044d\u0433\u044d\u044d \u0437\u043e\u0433\u0441\u043e\u043e\u0432\u043e\u043b \u04e9\u04e9\u0440 \u0434\u044d\u044d\u0440\u044d\u044d \u0444\u0430\u0439\u043b\u0430\u0430\u0440 \u0445\u0430\u0434\u0433\u0430\u043b\u0430\u0445 \u043d\u044c \u0445\u0430\u043c\u0442\u0434\u0430\u0430 \u0437\u043e\u0433\u0441\u043e\u043d\u043e. \u0422\u0430 \u04af\u0440\u0433\u044d\u043b\u0436\u043b\u04af\u04af\u043b\u044d\u0445\u0434\u044d\u044d \u0438\u0442\u0433\u044d\u043b\u0442\u044d\u0439 \u0431\u0430\u0439\u043d\u0430 \u0443\u0443?",localRecordingVideoWarning:"To record your video you must have it on when starting the recording",localRecordingWarning:"\u0414\u0443\u0443 \u0431\u043e\u043b\u043e\u043d \u0432\u0438\u0434\u0435\u043e \u0434\u0430\u043c\u0436\u0443\u0443\u043b\u0430\u043b\u0442\u044b\u043d \u0437\u04e9\u0432\u0448\u04e9\u04e9\u0440\u043b\u0438\u0439\u0433 \u04e9\u0433\u04e9\u0445\u0438\u0439\u043d \u0442\u0443\u043b\u0434 \u044d\u043d\u044d \u0442\u0430\u0431\u044b\u0433 \u0441\u043e\u043d\u0433\u043e\u043d\u043e \u0443\u0443. \u0411\u0438\u0447\u043b\u044d\u0433\u0438\u0439\u043d \u0434\u044d\u044d\u0434 \u0445\u044d\u043c\u0436\u044d\u044d \u043d\u044c 1\u0413\u0411 \u0431\u0443\u044e\u0443 \u043e\u0439\u0440\u043e\u043b\u0446\u043e\u043e\u0433\u043e\u043e\u0440 The recording is currently limited to 1GB, which is around 100 minutes.",loggedIn:"{userName} \u043d\u044d\u0432\u0442\u044d\u0440\u043d\u044d \u04af\u04af",noMicPermission:"\u041c\u0438\u043a\u0440\u043e\u0444\u043e\u043d \u043e\u043b\u0434\u0441\u043e\u043d\u0433\u04af\u0439. \u041c\u0438\u043a\u0440\u043e\u0444\u043e\u043d \u0430\u0448\u0438\u0433\u043b\u0430\u0445 \u0437\u04e9\u0432\u0448\u04e9\u04e9\u0440\u043b\u04e9\u04e9 \u04e9\u0433\u043d\u04e9 \u04af\u04af.",noStreams:"\u0414\u0443\u0443 \u044d\u0441\u0432\u044d\u043b \u0432\u0438\u0434\u0435\u043e \u0434\u0430\u043c\u0436\u0443\u0443\u043b\u0430\u043b\u0442 \u043e\u043b\u0434\u0441\u043e\u043d\u0433\u04af\u0439.",off:"\u0411\u0438\u0447\u043b\u044d\u0433 \u0437\u043e\u0433\u0441\u0441\u043e\u043d",offBy:"{{name}} \u0431\u0438\u0447\u043b\u044d\u0433\u0438\u0439\u0433 \u0437\u043e\u0433\u0441\u043e\u043e\u0441\u043e\u043d",on:"\u0411\u0438\u0447\u0438\u0436 \u0431\u0430\u0439\u043d\u0430",onBy:"{{name}} \u0431\u0438\u0447\u043b\u044d\u0433 \u0445\u0438\u0439\u0436 \u044d\u0445\u043b\u044d\u0432",onlyRecordSelf:"\u0417\u04e9\u0432\u0445\u04e9\u043d \u043c\u0438\u043d\u0438\u0439 \u0432\u0438\u0434\u0435\u043e \u0431\u043e\u043b\u043e\u043d \u0434\u0443\u0443\u043d\u044b \u0434\u0430\u043c\u0436\u0443\u0443\u043b\u0430\u043b\u0442\u044b\u0433 \u0431\u0438\u0447\u0438\u0445",pending:"\u0423\u0443\u043b\u0437\u0430\u043b\u0442\u044b\u0433 \u0431\u0438\u0447\u0438\u0445\u044d\u044d\u0440 \u0431\u044d\u043b\u0442\u0433\u044d\u0436 \u0431\u0430\u0439\u043d\u0430...",rec:"REC",saveLocalRecording:"\u0411\u0438\u0447\u043b\u044d\u0433\u0438\u0439\u043d \u0444\u0430\u0439\u043b\u0430\u0430 \u04e9\u04e9\u0440\u0438\u0439\u043d \u043a\u043e\u043c\u043f\u044c\u044e\u0442\u0435\u0440\u0442 \u0445\u0430\u0434\u0433\u0430\u043b (Beta)",serviceDescription:"\u0422\u0430\u043d\u044b \u0431\u0438\u0447\u043b\u044d\u0433\u0438\u0439\u0433 \u0445\u0430\u0434\u0433\u0430\u043b\u043d\u0430",serviceDescriptionCloud:"\u041a\u043b\u0430\u0443\u0434 \u0431\u0438\u0447\u043b\u044d\u0433",serviceDescriptionCloudInfo:"\u0423\u0443\u043b\u0437\u0430\u043b\u0442\u044b\u043d \u0431\u0438\u0447\u043b\u044d\u0433 \u0445\u0438\u0439\u0441\u044d\u043d \u0446\u0430\u0433\u0430\u0430\u0441 \u0445\u043e\u0439\u0448 24 \u0446\u0430\u0433\u0438\u0439\u043d \u0434\u0430\u0440\u0430\u0430 \u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0430\u0430\u0440 \u0431\u0438\u0447\u043b\u044d\u0433 \u0443\u0441\u0442\u0430\u043d\u0430.",serviceName:"\u0411\u0438\u0447\u043b\u044d\u0433\u0438\u0439\u043d \u04af\u0439\u043b\u0447\u0438\u043b\u0433\u044d\u044d",sessionAlreadyActive:"\u042d\u043d\u044d \u0443\u0443\u043b\u0437\u0430\u043b\u0442\u044b\u043d \u0431\u0438\u0447\u043b\u044d\u0433\u0438\u0439\u0433 \u0445\u0438\u0439\u0441\u044d\u043d \u044d\u0441\u0432\u044d\u043b \u0448\u0443\u0443\u0434 \u0434\u0430\u043c\u0436\u0443\u0443\u043b\u0441\u0430\u043d.",signIn:"\u041d\u044d\u0432\u0442\u0440\u044d\u0445",signOut:"\u0413\u0430\u0440\u0430\u0445",surfaceError:"\u042d\u043d\u044d \u0442\u0430\u0431\u044b\u0433 \u0441\u043e\u043d\u0433\u043e\u043d\u043e \u0443\u0443.",title:"\u0411\u0438\u0447\u043b\u044d\u0433 \u0445\u0438\u0439\u0445",unavailable:"{{serviceName}} \u043e\u0434\u043e\u043e\u0433\u043e\u043e\u0440 \u0430\u0436\u0438\u043b\u043b\u0430\u0445\u0433\u04af\u0439 \u0431\u0430\u0439\u043d\u0430. \u0411\u0438\u0434 \u0430\u0441\u0443\u0443\u0434\u043b\u044b\u0433 \u0448\u0438\u0439\u0434\u0432\u044d\u0440\u043b\u044d\u0445\u044d\u044d\u0440 \u0430\u0436\u0438\u043b\u043b\u0430\u0436 \u0431\u0430\u0439\u043d\u0430. \u0414\u0430\u0440\u0430\u0430 \u0434\u0430\u0445\u0438\u043d \u043e\u0440\u043e\u043b\u0434\u043e\u0436 \u04af\u0437\u043d\u044d \u04af\u04af.",unavailableTitle:"\u0411\u0438\u0447\u043b\u044d\u0433 \u0445\u0438\u0439\u0445 \u0431\u043e\u043b\u043e\u043c\u0436\u0433\u04af\u0439",uploadToCloud:"\u041a\u043b\u0430\u0443\u0434 \u0440\u0443\u0443 \u0444\u0430\u0439\u043b \u0438\u043b\u0433\u044d\u044d\u0445"},screenshareDisplayName:"{{name}}-\u043d \u0434\u044d\u043b\u0433\u044d\u0446",sectionList:{pullToRefresh:"\u0428\u0438\u043d\u044d\u0447\u043b\u044d\u0445 \u0431\u043e\u043b \u0442\u0430\u0442\u043d\u0430 \u0443\u0443"},security:{about:"\u0422\u0430 \u04e9\u04e9\u0440\u0438\u0439\u043d \u0443\u0443\u043b\u0437\u0430\u043b\u0442\u0430\u043d\u0434 $t(lockRoomPassword) \u043d\u0443\u0443\u0446 \u04af\u0433\u0438\u0439\u0433 \u043d\u044d\u043c\u0436 \u0431\u043e\u043b\u043d\u043e. \u041e\u0440\u043e\u043b\u0446\u043e\u0433\u0447\u0438\u0434 \u044d\u043d\u044d $t(lockRoomPassword)-\u0433 \u043e\u0440\u0443\u0443\u043b\u0441\u043d\u0430\u0430\u0440 \u0443\u0443\u043b\u0437\u0430\u043b\u0442\u0430\u043d\u0434 \u043e\u0440\u043e\u0445 \u0431\u043e\u043b\u043e\u043c\u0436\u0442\u043e\u0439 \u0431\u043e\u043b\u043d\u043e.",aboutReadOnly:"Moderator participants can add a $t(lockRoomPassword) to the meeting. Participants will need to provide the $t(lockRoomPassword) before they are allowed to join the meeting.",insecureRoomNameWarning:"\u042d\u043d\u044d \u04e9\u0440\u04e9\u04e9\u043d\u0438\u0439 \u043d\u044d\u0440 \u0441\u044d\u0436\u0438\u0433\u0442\u044d\u0439. \u0425\u04af\u0441\u044d\u044d\u0433\u04af\u0439 \u043e\u0440\u043e\u043b\u0446\u043e\u0433\u0447 \u0442\u0430\u043d\u044b \u0443\u0443\u043b\u0437\u0430\u043b\u0442\u0430\u043d\u0434 \u043e\u0440\u043e\u0445 \u043c\u0430\u0433\u0430\u0434\u043b\u0430\u043b\u0442\u0430\u0439. \u0410\u044e\u0443\u043b\u0433\u04af\u0439 \u0431\u0430\u0439\u0434\u043b\u0430\u0430 \u0431\u043e\u0434\u043e\u043d \u044d\u043d\u044d \u0442\u043e\u0432\u0447\u044b\u0433 \u0430\u0448\u0438\u0433\u043b\u0430\u043d\u0430 \u0443\u0443n.",title:"\u0410\u044e\u0443\u043b\u0433\u04af\u0439 \u0431\u0430\u0439\u0434\u043b\u044b\u043d \u0442\u043e\u0445\u0438\u0440\u0433\u043e\u043e"},settings:{audio:"\u0414\u0443\u0443",buttonLabel:"\u0422\u043e\u0445\u0438\u0440\u0433\u043e\u043e",calendar:{about:"{{appName}} \u0445\u0443\u0430\u043d\u043b\u0438\u0433\u0438\u0439\u043d \u0438\u043d\u0442\u0435\u0433\u0440\u0430\u0446\u0438 \u043d\u044c \u0442\u0430\u043d\u044b \u0443\u0434\u0430\u0445\u0433\u04af\u0439 \u0431\u043e\u043b\u043e\u0445 \u0443\u0443\u043b\u0437\u0430\u043b\u0442\u044b\u043d \u0442\u043e\u0432\u044b\u0433 \u0445\u0443\u0430\u043d\u043b\u0438\u0434 \u0430\u044e\u0443\u043b\u0433\u04af\u0439 \u04af\u04af\u0441\u0433\u044d\u0434\u044d\u0433.",disconnect:"\u0422\u0430\u0441\u043b\u0430\u0445",microsoftSignIn:"Microsoft-\u043e\u043e\u0440 \u043d\u044d\u0432\u0442\u0440\u044d\u0445",signedIn:" {{email}}-\u0438\u0439\u043d \u0445\u0443\u0430\u043d\u043b\u0438\u0433\u0438\u0439\u043d \u0442\u043e\u0432 \u0440\u0443\u0443 \u043d\u044d\u0432\u0442\u044d\u0440\u0447 \u0431\u0430\u0439\u043d\u0430. \u042d\u043d\u044d \u0445\u0443\u0430\u043d\u043b\u0438\u0433\u0438\u0439\u043d \u0442\u043e\u0432\u0434 \u043d\u044d\u0432\u0442\u0440\u044d\u0445\u0438\u0439\u0433 \u0431\u043e\u043b\u0438\u0443\u043b\u0430\u0445\u044b\u043d \u0442\u0443\u043b\u0434 \u0422\u0430\u0441\u043b\u0430\u0445 \u0442\u043e\u0432\u0447 \u0434\u044d\u044d\u0440 \u0434\u0430\u0440\u043d\u0430 \u0443\u0443.",title:"\u0425\u0443\u0430\u043d\u043b\u0438"},desktopShareFramerate:"\u0414\u044d\u043b\u0433\u044d\u0446 \u0445\u0443\u0432\u0430\u0430\u043b\u0446\u0430\u0445 \u0434\u0430\u043c\u0436\u0443\u0443\u043b\u0430\u043b\u0442\u044b\u043d \u0445\u0443\u0440\u0434",desktopShareHighFpsWarning:"\u0414\u044d\u043b\u0433\u044d\u0446\u044d\u044d \u0445\u0443\u0432\u0430\u0430\u043b\u0446\u0430\u0445 \u0445\u0443\u0440\u0434 \u0438\u0445\u044d\u0441\u0433\u044d\u0432\u044d\u043b \u0442\u0430\u043d\u044b \u0434\u0430\u043c\u0436\u0443\u0443\u043b\u0430\u043b\u0442\u044b\u043d \u0437\u0443\u0440\u0432\u0430\u0441\u0442 \u043c\u0430\u0433\u0430\u0434\u043b\u0430\u043b\u0442\u0430\u0439. \u0428\u0438\u043d\u044d \u0442\u043e\u0445\u0438\u0440\u0433\u043e\u043e\u0433 \u0438\u0434\u044d\u0432\u0445\u0438\u0436\u04af\u04af\u043b\u044d\u0445\u0438\u0439\u043d \u0442\u0443\u043b\u0434 \u0442\u0430 \u0434\u044d\u043b\u0433\u044d\u0446 \u0445\u0443\u0432\u0430\u0430\u043b\u0446\u0430\u0445\u0430\u0430 \u0434\u0430\u0445\u0438\u043d \u044d\u0445\u043b\u04af\u04af\u043b\u044d\u0445 \u0448\u0430\u0430\u0440\u0434\u043b\u0430\u0433\u0430\u0442\u0430\u0439.",desktopShareWarning:"\u0428\u0438\u043d\u044d \u0442\u043e\u0445\u0438\u0440\u0433\u043e\u043e\u0433 \u0438\u0434\u044d\u0432\u0445\u0438\u0436\u04af\u04af\u043b\u044d\u0445\u0438\u0439\u043d \u0442\u0443\u043b\u0434 \u0442\u0430 \u0434\u044d\u043b\u0433\u044d\u0446 \u0445\u0443\u0432\u0430\u0430\u043b\u0446\u0430\u0445\u0430\u0430 \u0434\u0430\u0445\u0438\u043d \u044d\u0445\u043b\u04af\u04af\u043b\u044d\u0445 \u0448\u0430\u0430\u0440\u0434\u043b\u0430\u0433\u0430\u0442\u0430\u0439.",devices:"\u0422\u04e9\u0445\u04e9\u04e9\u0440\u04e9\u043c\u0436\u04af\u04af\u0434",followMe:"\u0411\u04af\u0433\u0434 \u043d\u0430\u043c\u0430\u0439\u0433 \u0434\u0430\u0433\u0430\u0436 \u0431\u0430\u0439\u043d\u0430",framesPerSecond:"fps",incomingMessage:"\u0418\u0440\u0441\u044d\u043d \u043c\u0435\u0441\u0441\u044d\u0436",language:"\u0425\u044d\u043b",loggedIn:"{{name}} \u043d\u044d\u0432\u0442\u044d\u0440\u0441\u044d\u043d",maxStageParticipants:"\u04ae\u043d\u0434\u0441\u044d\u043d \u0442\u0430\u0439\u0437 \u0440\u0443\u0443 \u0433\u0430\u0440\u0430\u0445 \u043e\u0440\u043e\u043b\u0446\u043e\u0433\u0447\u0438\u0439\u043d \u0445\u0430\u043c\u0433\u0438\u0439\u043d \u0438\u0445 \u0442\u043e\u043e(\u0422\u0443\u0440\u0448\u0438\u043b\u0442\u044b\u043d\u0445)",microphones:"\u041c\u0438\u043a\u0440\u043e\u0444\u043e\u043d",moderator:"\u0417\u043e\u0445\u0438\u0446\u0443\u0443\u043b\u0430\u0433\u0447",moderatorOptions:"\u0417\u043e\u0445\u0438\u0446\u0443\u0443\u043b\u0430\u0433\u0447\u0438\u0439\u043d \u0441\u043e\u043d\u0433\u043e\u043b\u0442",more:"\u0426\u0430\u0430\u0448",name:"\u041d\u044d\u0440",noDevice:"\u0411\u0430\u0439\u0445\u0433\u04af\u0439",notifications:"\u0422\u044d\u043c\u0434\u044d\u0433\u043b\u044d\u043b",participantJoined:"\u041e\u0440\u043e\u043b\u0446\u043e\u0433\u0447 \u043d\u044d\u0433\u0434\u0441\u044d\u043d",participantKnocking:"\u041e\u0440\u043e\u043b\u0446\u043e\u0433\u0447\u0438\u0439\u043d \u043e\u0440\u0441\u043e\u043d \u043b\u043e\u0431\u0431\u0438",participantLeft:"\u041e\u0440\u043e\u043b\u0446\u043e\u0433\u0447 \u0433\u0430\u0440\u0441\u0430\u043d",playSounds:"\u0414\u0443\u0443\u0433 \u043d\u044d\u044d\u0445",reactions:"\u0423\u0443\u043b\u0437\u0430\u043b\u0442\u044b\u043d \u0440\u0435\u0430\u043a\u0446\u0438\u0443\u0434",sameAsSystem:"\u0421\u0438\u0441\u0442\u0435\u043c\u0442\u044d\u0439 \u0430\u0434\u0438\u043b({{label}})",selectAudioOutput:"\u0414\u0443\u0443\u043d\u044b \u0433\u0430\u0440\u0430\u043b\u0442",selectCamera:"\u041a\u0430\u043c\u0435\u0440",selectMic:"\u041c\u0438\u043a\u0440\u043e\u0444\u043e\u043d",selfView:"\u04e8\u04e9\u0440\u0438\u0439\u043d \u0446\u043e\u043d\u0445",shortcuts:"\u0411\u043e\u0433",speakers:"\u0421\u043f\u0438\u043a\u0435\u0440",startAudioMuted:"\u0411\u04af\u0433\u0434 \u0434\u0443\u0443\u0433\u04af\u0439 \u044d\u0445\u043b\u044d\u0445",startReactionsMuted:"\u0411\u04af\u0445 \u0445\u04af\u043d \u0440\u04af\u04af \u0427\u0438\u043c\u044d\u044d\u0433\u04af\u0439 \u044d\u043c\u043e\u0446\u0438\u0439\u0433 \u0438\u043b\u0433\u044d\u044d\u0445",startVideoMuted:"\u0411\u04af\u0433\u0434\u0438\u0439\u043d \u0434\u04af\u0440\u0441 \u0445\u0430\u0430\u0445",talkWhileMuted:"\u041d\u044d\u0433 \u043d\u044c \u044f\u0440\u0438\u0445\u0430\u0434 \u0431\u0443\u0441\u0434\u044b\u043d \u0434\u0443\u0443\u0433 \u0445\u0430\u0430\u0445",title:"\u0422\u043e\u0445\u0438\u0440\u0433\u043e\u043e",video:"\u0412\u0438\u0434\u0435\u043e"},settingsView:{advanced:"\u041d\u0430\u0440\u0438\u0439\u0432\u0447\u0438\u043b\u0441\u0430\u043d",alertCancel:"\u0426\u0443\u0446\u043b\u0430\u0445",alertOk:"OK",alertTitle:"\u0410\u043d\u0445\u0430\u0430\u0440\u0443\u0443\u043b\u0433\u0430",alertURLText:"\u041e\u0440\u0443\u0443\u043b\u0441\u0430\u043d \u0441\u0435\u0440\u0432\u0435\u0440\u0438\u0439\u043d URL \u0445\u04af\u0447\u0438\u043d\u0433\u04af\u0439 \u0431\u0430\u0439\u043d\u0430",buildInfoSection:"\u041c\u044d\u0434\u044d\u044d\u043b\u044d\u043b \u043e\u0440\u0443\u0443\u043b\u0430\u0445",conferenceSection:"\u0423\u0443\u043b\u0437\u0430\u043b\u0442",disableCallIntegration:"\u04ae\u043d\u0434\u0441\u044d\u043d \u0434\u0443\u0443\u0434\u043b\u0430\u0433\u0430\u0434 \u04e9\u0433\u04e9\u0445 \u0442\u043e\u0445\u0438\u0440\u0433\u043e\u043e\u0433 \u0438\u0434\u044d\u0432\u0445\u0433\u04af\u0439 \u0431\u043e\u043b\u0433\u043e\u0445",disableCrashReporting:"\u0422\u0430\u0441\u0440\u0430\u043b\u0442\u044b\u043d \u0442\u0430\u0439\u043b\u0430\u043d\u0433 \u0431\u043e\u043b\u0438\u0443\u043b\u0430\u0445",disableCrashReportingWarning:"\u0422\u0430\u0441\u0440\u0430\u043b\u0442\u044b\u043d \u0442\u0430\u0439\u043b\u0430\u043d\u0433 \u0431\u043e\u043b\u0438\u0443\u043b\u0430\u0445\u0434\u0430\u0430 \u0438\u0442\u0433\u044d\u043b\u0442\u044d\u0439 \u0431\u0430\u0439\u043d\u0430 \u0443\u0443? \u0410\u043f\u043f\u044b\u0433 \u0434\u0430\u0445\u0438\u043d \u044d\u0445\u043b\u04af\u04af\u043b\u044d\u0445 \u04af\u0435\u0434 \u044d\u043d\u044d \u0442\u043e\u0445\u0438\u0440\u0433\u043e\u043e \u0438\u0434\u044d\u0432\u0445\u0438\u0436\u0438\u043d\u044d.",disableP2P:"Peer-To-Peer \u0433\u043e\u0440\u0438\u043c \u0438\u0434\u044d\u0432\u0445\u0433\u04af\u0439 \u0431\u043e\u043b\u0433\u043e\u0445",displayName:"\u0414\u044d\u043b\u0433\u044d\u0446\u0438\u0439\u043d \u043d\u044d\u0440",displayNamePlaceholderText:"\u0416\u0438\u0448: \u0411.\u0411\u043e\u043b\u0434",email:"\u0418\u043c\u044d\u0439\u043b",emailPlaceholderText:"email@example.com",goTo:"\u0428\u0438\u043b\u0436\u0438\u0445",header:"\u0422\u043e\u0445\u0438\u0440\u0433\u043e\u043e",help:"\u0422\u0443\u0441\u043b\u0430\u043c\u0436",links:"\u0425\u043e\u043b\u0431\u043e\u043e\u0441",privacy:"\u0425\u0443\u0432\u0438\u0439\u043d \u043d\u0443\u0443\u0446\u043b\u0430\u043b",profileSection:"\u041f\u0440\u043e\u0444\u0430\u0439\u043b",serverURL:"\u0421\u0435\u0440\u0432\u0435\u0440\u0438\u0439\u043d URL",showAdvanced:"\u041d\u0430\u0440\u0438\u0439\u0432\u0447\u0438\u043b\u0441\u0430\u043d \u0442\u043e\u0445\u0438\u0440\u0433\u043e\u043e\u0433 \u0445\u0430\u0440\u0443\u0443\u043b\u0430\u0445",startCarModeInLowBandwidthMode:"\u041c\u0430\u0448\u0438\u043d \u0433\u043e\u0440\u0438\u043c\u0434 \u0434\u0430\u043c\u0436\u0443\u0443\u043b\u0430\u043b\u0442\u044b\u043d \u0447\u0430\u043d\u0430\u0440\u044b\u0433 \u0431\u0430\u0433\u0430\u0441\u0433\u0430\u0436 \u044d\u0445\u043b\u04af\u04af\u043b\u044d\u0445",startWithAudioMuted:"\u0414\u0443\u0443\u0433\u04af\u0439 \u0431\u043e\u043b\u0433\u043e\u0445",startWithVideoMuted:"\u0412\u0438\u0434\u0435\u043e\u0433 \u0434\u0443\u0443\u0433 \u0445\u0430\u0430\u0445",terms:"\u041d\u04e9\u0445\u0446\u043b\u04af\u04af\u0434",version:"\u0425\u0443\u0432\u0438\u043b\u0431\u0430\u0440"},share:{dialInfoText:"\n\n=====\n\n\u0423\u0442\u0441\u0430\u043d \u0434\u044d\u044d\u0440\u044d\u044d \u0437\u0430\u043b\u0433\u0430\u0445\u044b\u0433 \u0445\u04af\u0441\u0447 \u0431\u0430\u0439\u043d\u0430 \u0443\u0443?\n\n{{defaultDialInNumber}}\u042d\u043d\u044d \u0443\u0443\u043b\u0437\u0430\u043b\u0442\u044b\u043d \u0443\u0442\u0430\u0441\u043d\u044b \u0434\u0443\u0433\u0430\u0430\u0440\u043b\u0443\u0443 \u0437\u0430\u043b\u0433\u0430\u0445\u044b\u0433 \u0445\u0430\u0440\u0430\u0445\u044b\u043d \u0442\u0443\u043b\u0434 \u044d\u043d\u044d \u0445\u043e\u043b\u0431\u043e\u043e\u0441 \u0434\u044d\u044d\u0440 \u0434\u0430\u0440\u043d\u0430 \u0443\u0443\n{{dialInfoPageUrl}}",mainText:"\u0423\u0443\u043b\u0437\u0430\u043b\u0442\u0430\u043d\u0434 \u043d\u044d\u0433\u0434\u044d\u0445\u0438\u0439\u043d \u0442\u0443\u043b\u0434 \u0434\u0430\u0440\u0430\u0430\u0445 \u0445\u043e\u043b\u0431\u043e\u043e\u0441\u044b\u0433 \u0434\u0430\u0440\u043d\u0430 \u0443\u0443:\n{{roomUrl}}"},speaker:"\u042f\u0440\u0438\u0433\u0447",speakerStats:{angry:"\u0423\u0443\u0440\u0442\u0430\u0439",disgusted:"\u0417\u044d\u0432\u04af\u04af\u0446\u0441\u044d\u043d",displayEmotions:"\u042d\u043c\u043e\u0446\u0438 \u0445\u0430\u0440\u0443\u0443\u043b\u0430\u0445",fearful:"\u0410\u0439\u0441\u0430\u043d",happy:"\u0416\u0430\u0440\u0433\u0430\u043b\u0442\u0430\u0439",hours:"{{count}}\u0446",minutes:"{{count}}\u043c\u0438\u043d",name:"\u041d\u044d\u0440",neutral:"\u0422\u04e9\u0432\u0438\u0439\u0433 \u0441\u0430\u0445\u0438\u0441\u0430\u043d",sad:"\u0411\u0430\u0440\u0433\u0430\u0440",search:"\u0425\u0430\u0439\u0445",seconds:"{{count}}\u0441\u0435\u043a",speakerStats:"\u041e\u0440\u043e\u043b\u0446\u043e\u0433\u0447\u0438\u0439\u043d \u0441\u0442\u0430\u0442\u0438\u0441\u0442\u0438\u043a",speakerTime:"\u041e\u0440\u043e\u043b\u0446\u043e\u0433\u0447\u0438\u0439\u043d \u044f\u0440\u044c\u0441\u0430\u043d \u0446\u0430\u0433",surprised:"\u0413\u0430\u0439\u0445\u0441\u0430\u043d"},startupoverlay:{genericTitle:"\u042d\u043d\u044d \u0443\u0443\u043b\u0437\u0430\u043b\u0442\u0430\u043d\u0434 \u0442\u0430\u043d\u044b \u043c\u0438\u043a\u0440\u043e\u0444\u043e\u043d \u0431\u043e\u043b\u043e\u043d \u043a\u0430\u043c\u0435\u0440\u044b\u0433 \u0430\u0448\u0438\u0433\u043b\u0430\u043d\u0430.",policyText:" ",title:"{{app}} \u043d\u044c \u0442\u0430\u043d\u044b \u043c\u0438\u043a\u0440\u043e\u0444\u043e\u043d \u0431\u043e\u043b\u043e\u043d \u043a\u0430\u043c\u0435\u0440\u044b\u0433 \u0430\u0448\u0438\u0433\u043b\u0430\u043d\u0430."},suspendedoverlay:{rejoinKeyTitle:"\u0414\u0430\u0445\u0438\u043d \u043d\u044d\u0433\u0434\u044d\u0445",text:"\u0414\u0430\u0445\u0438\u043d \u0445\u043e\u043b\u0431\u043e\u0445\u044b\u043d \u0442\u0443\u043b\u0434 \u0414\u0430\u0445\u0438\u043d \u043d\u044d\u0433\u0434\u044d\u0445 \u0442\u043e\u0432\u0447\u0438\u0439\u0433 \u0434\u0430\u0440\u043d\u0430 \u0443\u0443.",title:"\u042d\u043d\u044d \u043a\u043e\u043c\u043f\u044c\u044e\u0442\u0435\u0440 \u0443\u043d\u0442\u0430\u0440\u0441\u0430\u043d \u0443\u0447\u0438\u0440 \u0442\u0430\u043d\u044b \u0432\u0438\u0434\u0435\u043e \u0434\u0443\u0443\u0434\u043b\u0430\u0433\u0430 \u0442\u0430\u0441\u0430\u0440\u043b\u0430\u0430."},termsView:{title:"\u041d\u04e9\u0445\u0446\u04e9\u043b"},toggleTopPanelLabel:"\u0414\u044d\u044d\u0434 \u043f\u0430\u043d\u0435\u043b \u0438\u0434\u044d\u0432\u0445\u0436\u04af\u04af\u043b\u044d\u0445",toolbar:{Settings:"\u0422\u043e\u0445\u0438\u0440\u0433\u043e\u043e",accessibilityLabel:{Settings:"\u0422\u043e\u0445\u0438\u0440\u0433\u043e\u043e",audioOnly:"\u0417\u04e9\u0432\u0445\u04e9\u043d \u0434\u0443\u0443",audioRoute:"\u0414\u0443\u0443\u043d\u044b \u0442\u04e9\u0445\u04e9\u04e9\u0440\u04e9\u043c\u0436 \u0441\u043e\u043d\u0433\u043e",boo:"Boo",breakoutRoom:"\u0414\u044d\u0434 \u04e9\u0440\u04e9\u04e9\u043d\u0434 \u043d\u044d\u0433\u0434\u044d\u0445/\u043e\u0440\u0445\u0438\u0445",callQuality:"\u0412\u0438\u0434\u0435\u043e\u043d\u044b \u0447\u0430\u043d\u0430\u0440",carmode:"\u041c\u0430\u0448\u0438\u043d\u044b \u0433\u043e\u0440\u0438\u043c",cc:"\u0425\u0430\u0434\u043c\u0430\u043b \u043e\u0440\u0447\u0443\u0443\u043b\u0433\u0430",chat:"\u0417\u0443\u0440\u0432\u0430\u0441\u044b\u043d \u0446\u043e\u043d\u0445",clap:"\u0410\u043b\u0433\u0430 \u0442\u0430\u0448\u0438\u0445",closeChat:"\u0427\u0430\u0442 \u0445\u0430\u0430\u0445",closeMoreActions:"\u041d\u044d\u043c\u044d\u043b\u0442 \u04af\u0439\u043b\u0434\u043b\u0438\u0439\u043d \u0446\u044d\u0441\u0438\u0439\u0433 \u0445\u0430\u0430\u0445",closeParticipantsPane:"\u041e\u0440\u043e\u043b\u0446\u043e\u0433\u0447\u0438\u0439\u043d \u0446\u043e\u043d\u0445 \u0445\u0430\u0430\u0445",collapse:"\u0425\u0443\u043c\u0438\u0445",document:"\u0411\u0438\u0447\u0438\u0433 \u0431\u0430\u0440\u0438\u043c\u0442 \u0445\u0443\u0432\u0430\u0430\u043b\u0446\u0430\u0445",documentClose:"\u0425\u0443\u0432\u0430\u0430\u043b\u0446\u0441\u0430\u043d \u0431\u0430\u0440\u0438\u043c\u0442 \u0445\u0430\u0430\u0445",documentOpen:"\u0425\u0443\u0432\u0430\u0430\u043b\u0446\u0441\u0430\u043d \u0431\u0430\u0440\u0438\u043c\u0442 \u043d\u044d\u044d\u0445",download:"\u041c\u0430\u043d\u0430\u0439 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u0443\u0443\u0434\u044b\u0433 \u0442\u0430\u0442\u0430\u0445",embedMeeting:"\u0423\u0443\u043b\u0437\u0430\u043b\u0442 \u043d\u044d\u0433\u0442\u0433\u044d\u0445",endConference:"\u0423\u0443\u043b\u0437\u0430\u043b\u0442\u044b\u0433 \u043d\u0438\u0439\u0442\u044d\u044d\u0440 \u043d\u044c \u0445\u0430\u0430\u0445",enterFullScreen:"\u0411\u04af\u0442\u044d\u043d \u0434\u044d\u043b\u0433\u044d\u0446\u044d\u044d\u0440 \u0445\u0430\u0440\u0430\u0445",enterTileView:"\u041d\u04af\u0434\u044d\u043d \u0445\u0430\u0440\u0430\u0433\u0434\u0430\u0446 \u0441\u043e\u043d\u0433\u043e\u0445",exitFullScreen:"\u0411\u04af\u0442\u044d\u043d \u0434\u044d\u043b\u0433\u044d\u0446\u044d\u044d\u0441 \u0433\u0430\u0440\u0430\u0445",exitTileView:"\u041d\u04af\u0434\u044d\u043d \u0445\u0430\u0440\u0430\u0433\u0434\u0430\u0446\u0430\u0430\u0441 \u0433\u0430\u0440\u0430\u0445",expand:"\u0421\u0443\u043d\u0433\u0430\u0445",feedback:"\u0421\u0430\u043d\u0430\u043b \u0445\u04af\u0441\u044d\u043b\u0442\u044d\u044d \u04af\u043b\u0434\u044d\u044d\u0445",fullScreen:"\u0411\u04af\u0442\u044d\u043d \u0434\u044d\u043b\u0433\u044d\u0446",giphy:"GIPHY \u0446\u044d\u0441 \u0438\u0434\u044d\u0432\u0445\u0436\u04af\u04af\u043b\u044d\u0445",grantModerator:"\u0423\u0434\u0438\u0440\u0434\u0430\u0433\u0447\u0438\u0439\u043d \u044d\u0440\u0445 \u0431\u0430\u0442\u0430\u043b\u0433\u0430\u0430\u0436\u0443\u0443\u043b\u0430\u0445",hangup:"\u0421\u0430\u043b\u0433\u0430\u0445",heading:"\u0411\u0430\u0433\u0430\u0436",help:"\u0422\u0443\u0441\u043b\u0430\u043c\u0436",hideWhiteboard:"\u0421\u0430\u043c\u0431\u0430\u0440 \u043d\u0443\u0443\u0445",invite:"\u0425\u04af\u043c\u04af\u04af\u0441\u0438\u0439\u0433 \u0443\u0440\u0438\u0445",kick:"\u041e\u0440\u043e\u043b\u0446\u043e\u0433\u0447\u0438\u0439\u0433 \u0433\u0430\u0440\u0433\u0430\u0445",laugh:"\u0418\u043d\u044d\u044d\u0445",leaveConference:"\u0423\u0443\u043b\u0437\u0430\u043b\u0442\u044b\u0433 \u043e\u0440\u0445\u0438\u0445",like:"\u042d\u0440\u0445\u0438\u0439 \u0445\u0443\u0440\u0443\u0443",linkToSalesforce:"Salesforce-\u0440\u0443\u0443 \u0445\u043e\u043b\u0431\u043e\u0445",lobbyButton:"\u041b\u043e\u0431\u0431\u0438 \u0433\u043e\u0440\u0438\u043c \u043d\u044d\u044d\u0445/\u0445\u0430\u0430\u0445",localRecording:"\u0414\u043e\u0442\u043e\u043e\u0434 \u0431\u0438\u0447\u043b\u044d\u0433\u0438\u0439\u043d \u0445\u044f\u043d\u0430\u043b\u0442",lockRoom:"\u041d\u0443\u0443\u0446 \u04af\u0433 \u04e9\u0433\u04e9\u0445",lowerHand:"\u0413\u0430\u0440\u0430\u0430 \u0431\u0443\u0443\u043b\u0433\u0430\u043d\u0430 \u0443\u0443",moreActions:"\u0411\u0443\u0441\u0430\u0434 \u0446\u044d\u0441",moreActionsMenu:"\u0411\u0443\u0441\u0430\u0434 \u0446\u044d\u0441",moreOptions:"\u041d\u044d\u043c\u044d\u043b\u0442 \u0441\u043e\u043d\u0433\u043e\u043b\u0442",mute:"\u0414\u0443\u0443\u0433 \u0445\u0430\u0430\u0445",muteEveryone:"\u0411\u04af\u0445 \u0434\u0443\u0443\u0433 \u0445\u0430\u0430\u0445",muteEveryoneElse:"\u0411\u04af\u0433\u0434\u0438\u0439\u043d \u0434\u0443\u0443\u0433 \u0445\u0430\u0430\u0445",muteEveryoneElsesVideoStream:"\u0411\u04af\u0433\u0434\u0438\u0439\u043d \u0432\u0438\u0434\u0435\u043e\u0433 \u0437\u043e\u0433\u0441\u043e\u043e\u0445",muteEveryonesVideoStream:"\u0411\u04af\u0445 \u0432\u0438\u0434\u0435\u043e\u0433 \u0437\u043e\u0433\u0441\u043e\u043e\u0445",noiseSuppression:"\u0428\u0443\u0443\u0433\u0438\u0430\u043d \u0434\u0430\u0440\u0430\u043b\u0442",openChat:"\u0427\u0430\u0442 \u043d\u044d\u044d\u0445",participants:"\u041e\u0440\u043e\u043b\u0446\u043e\u0433\u0447\u0438\u0439\u043d \u0441\u0430\u043c\u0431\u0430\u0440 \u043d\u044d\u044d\u0445",pip:"\u0417\u0443\u0440\u0430\u0433 \u0437\u0443\u0440\u0430\u0433 \u0433\u043e\u0440\u0438\u043c",privateMessage:"\u0425\u0443\u0432\u0438\u0439\u043d \u0437\u0443\u0440\u0432\u0430\u0441 \u0438\u043b\u0433\u044d\u044d\u0445",profile:"\u04e8\u04e9\u0440\u0438\u0439\u043d \u043f\u0440\u043e\u0444\u0430\u0439\u043b\u044b\u0433 \u0437\u0430\u0441\u0430\u0445",raiseHand:"\u0413\u0430\u0440\u0430\u0430 \u04e9\u0440\u0433\u04e9",reactionsMenu:"\u0420\u0435\u0430\u043a\u0446\u0438 \u043d\u044d\u044d\u0445",recording:"\u0411\u0438\u0447\u043b\u044d\u0433 \u0445\u0438\u0439\u0445",remoteMute:"\u041e\u0440\u043e\u043b\u0446\u043e\u0433\u0447\u0438\u0439\u043d \u0434\u0443\u0443\u0433 \u0445\u0430\u0430\u0445",remoteVideoMute:"\u041e\u0440\u043e\u043b\u0446\u043e\u0433\u0447\u0438\u0439\u043d \u043a\u0430\u043c\u0435\u0440\u0438\u0439\u0433 \u0445\u0430\u0430\u0445",security:"\u041d\u0443\u0443\u0446\u043b\u0430\u043b\u044b\u043d \u0442\u043e\u0445\u0438\u0440\u0433\u043e\u043e",selectBackground:"\u0410\u0440\u044b\u043d \u0437\u0443\u0440\u0430\u0433 \u0441\u043e\u043d\u0433\u043e\u0445",selfView:"\u04e8\u04e9\u0440\u0438\u0439\u043d \u0445\u0430\u0440\u0430\u0433\u0434\u0430\u0445 \u0438\u0434\u044d\u0432\u0445\u0436\u04af\u04af\u043b\u044d\u0445",shareRoom:"\u0425\u04af\u043d \u0443\u0440\u0438\u0445",shareYourScreen:"\u0414\u044d\u043b\u0433\u044d\u0446 \u0445\u0443\u0432\u0430\u0430\u043b\u0446\u0430\u0445",shareaudio:"\u0414\u0443\u0443\u0433\u0430\u0430 \u0445\u0443\u0432\u0430\u0430\u043b\u0446\u0430\u0445",sharedvideo:"Youtube-\u043d \u0432\u0438\u0434\u0435\u043e \u0445\u0443\u0432\u0430\u0430\u043b\u0446\u0430\u0445",shortcuts:"\u0422\u043e\u0432\u0447\u043b\u043e\u043b",show:"\u04ae\u0437\u04af\u04af\u043b\u044d\u0445",showWhiteboard:"\u0421\u0430\u043c\u0431\u0430\u0440 \u0445\u0430\u0440\u0443\u0443\u043b\u0430\u0445",silence:"\u0427\u0438\u043c\u044d\u044d\u0433\u04af\u0439",speakerStats:"\u042f\u0440\u0438\u0433\u0447\u0438\u0439\u043d \u0441\u0442\u0430\u0442\u0438\u0441\u0442\u0438\u043a",stopScreenSharing:"\u0414\u044d\u043b\u0433\u044d\u0446\u044d\u044d \u0445\u0443\u0432\u0430\u0430\u0445\u044b\u0433 \u0437\u043e\u0433\u0441\u043e\u043e\u043d\u043e \u0443\u0443",stopSharedVideo:"\u0412\u0438\u0434\u0435\u043e \u0437\u043e\u0433\u0441\u043e\u043e\u0445",surprised:"\u0413\u0430\u0439\u0445\u0441\u0430\u043d",tileView:"\u0417\u044d\u0440\u044d\u0433\u0446\u04af\u04af\u043b\u0436 \u0445\u0430\u0440\u0430\u0445",toggleCamera:"\u041a\u0430\u043c\u0435\u0440 \u0447\u0438\u0440\u044d\u0445",toggleFilmstrip:"Toggle filmstrip",unmute:"\u0414\u0443\u0443 \u0441\u044d\u0440\u0433\u044d\u044d\u0445",videoblur:"\u0412\u0438\u0434\u0435\u043e \u0431\u04af\u0434\u044d\u0433\u0440\u04af\u04af\u043b\u044d\u0445",videomute:"\u0414\u04af\u0440\u0441\u0433\u04af\u0439 \u0432\u0438\u0434\u0435\u043e",videounmute:"\u041a\u0430\u043c\u0435\u0440 \u044d\u0445\u043b\u04af\u04af\u043b\u044d\u0445"},addPeople:"\u0422\u0430\u043d\u044b \u0434\u0443\u0443\u0434\u043b\u0430\u0433\u0430\u0434 \u0445\u04af\u043d \u043d\u044d\u043c\u044d\u0445",audioOnlyOff:"\u0411\u0430\u0433\u0430 \u0434\u0430\u043c\u0436\u0443\u0443\u043b\u0430\u0445 \u0433\u043e\u0440\u0438\u043c\u044b\u0433 \u0438\u0434\u044d\u0432\u0445\u0433\u04af\u0439 \u0431\u043e\u043b\u0433\u043e\u0445",audioOnlyOn:"\u0411\u0430\u0433\u0430 \u0434\u0430\u043c\u0436\u0443\u0443\u043b\u0430\u0445 \u0433\u043e\u0440\u0438\u043c\u044b\u0433 \u0438\u0434\u044d\u0432\u0445\u0436\u04af\u04af\u043b\u044d\u0445",audioRoute:"\u0414\u0443\u0443\u043d\u044b \u0442\u04e9\u0445\u04e9\u04e9\u0440\u04e9\u043c\u0436 \u0441\u043e\u043d\u0433\u043e\u0445",audioSettings:"\u0414\u0443\u0443\u043d\u044b \u0442\u043e\u0445\u0438\u0440\u0433\u043e\u043e",authenticate:"\u041d\u044d\u0432\u0442\u0440\u044d\u043b\u0442",boo:"Boo",callQuality:"\u0412\u0438\u0434\u0435\u043e\u043d\u044b \u0447\u0430\u043d\u0430\u0440",chat:"\u0417\u0443\u0440\u0432\u0430\u0441 \u043d\u044d\u044d\u0445/\u0445\u0430\u0430\u0445",clap:"\u0410\u043b\u0433\u0430 \u0442\u0430\u0448\u0438\u0445",closeChat:"\u0417\u0443\u0440\u0432\u0430\u0441 \u0445\u0430\u0430\u0445",closeParticipantsPane:"\u041e\u0440\u043e\u043b\u0446\u043e\u0433\u0447\u0438\u0439\u043d \u0446\u043e\u043d\u0445 \u0445\u0430\u0430\u0445",closeReactionsMenu:"\u0420\u0435\u0430\u043a\u0446\u0438 \u0446\u044d\u0441 \u0445\u0430\u0430\u0445",disableNoiseSuppression:"\u0428\u0443\u0443\u0433\u0438\u0430\u043d \u0434\u0430\u0440\u0430\u0445\u044b\u0433 \u0431\u043e\u043b\u0438\u0443\u043b\u0430\u0445",disableReactionSounds:"\u0423\u0443\u043b\u0437\u0430\u043b\u0442\u044b\u043d \u04af\u0435\u044d\u0440 \u0440\u0435\u0430\u043a\u0446\u0438\u0439\u043d \u0447\u0438\u043c\u044d\u044d\u0433 \u0445\u0430\u0430\u0445 \u0431\u043e\u043b\u043d\u043e",documentClose:"\u0425\u0443\u0432\u0430\u0430\u043b\u0446\u0441\u0430\u043d \u0431\u0438\u0447\u0438\u0433 \u0431\u0430\u0440\u0438\u043c\u0442 \u0445\u0430\u0430\u0445",documentOpen:"\u0425\u0443\u0432\u0430\u0430\u043b\u0446\u0441\u0430\u043d \u0431\u0438\u0447\u0438\u0433 \u0431\u0430\u0440\u0438\u043c\u0442 \u043d\u044d\u044d\u0445",download:"\u041c\u0430\u043d\u0430\u0439 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u0443\u0443\u0434\u044b\u0433 \u0442\u0430\u0442\u0430\u0445",e2ee:"\u0411\u04af\u0442\u044d\u043d \u043d\u0443\u0443\u0446\u043b\u0430\u043b",embedMeeting:"\u0423\u0443\u043b\u0437\u0430\u043b\u0442\u044b\u0433 \u043d\u044d\u0433\u0442\u0433\u044d\u0445",enableNoiseSuppression:"\u0428\u0443\u0443\u0433\u0438\u0430\u043d \u0434\u0430\u0440\u0430\u0445\u044b\u0433 \u0438\u0434\u044d\u0432\u0445\u0438\u0436\u04af\u04af\u043b\u044d\u0445",endConference:"\u0423\u0443\u043b\u0437\u0430\u043b\u0442\u044b\u0433 \u043d\u0438\u0439\u0442\u044d\u044d\u0440 \u043d\u044c \u0445\u0430\u0430\u0445",enterFullScreen:"\u0411\u04af\u0442\u044d\u043d \u0434\u044d\u043b\u0433\u044d\u0446\u044d\u044d\u0440 \u0445\u0430\u0440\u0430\u0445",enterTileView:"\u0417\u044d\u0440\u044d\u0433\u0446\u04af\u04af\u043b\u0436 \u0445\u0430\u0440\u0430\u0445",exitFullScreen:"\u0411\u04af\u0442\u044d\u043d \u0434\u044d\u043b\u0433\u044d\u0446\u044d\u044d\u0441 \u0433\u0430\u0440\u0430\u0445",exitTileView:"\u0417\u044d\u0440\u044d\u0433\u0446\u04af\u04af\u043b\u0436 \u0445\u0430\u0440\u0430\u0445 \u0431\u043e\u043b\u0438\u0445",feedback:"\u0421\u0430\u043d\u0430\u043b \u0445\u04af\u0441\u044d\u043b\u0442\u044d\u044d \u04af\u043b\u0434\u044d\u044d\u0445",giphy:"Toggle GIPHY menu",hangup:"\u0421\u0430\u043b\u0433\u0430\u0445",help:"\u0422\u0443\u0441\u043b\u0430\u043c\u0436",hideWhiteboard:"\u0421\u0430\u043c\u0431\u0430\u0440 \u043d\u0443\u0443\u0445",invite:"\u0425\u04af\u043c\u04af\u04af\u0441 \u0443\u0440\u0438\u0445",joinBreakoutRoom:"\u0414\u044d\u0434 \u04e9\u0440\u04e9\u04e9\u043d\u0434 \u043d\u044d\u0433\u0434\u044d\u0445",laugh:"\u0418\u043d\u044d\u044d\u0445",leaveBreakoutRoom:"\u0414\u044d\u0434 \u04e9\u0440\u04e9\u04e9\u0433 \u043e\u0440\u0445\u0438\u0445",leaveConference:"\u0423\u0443\u043b\u0437\u0430\u043b\u0442 \u043e\u0440\u0445\u0438\u0445",like:"\u0413\u0430\u0440\u0430\u0430 \u04e9\u0440\u0433\u04e9\u0445",linkToSalesforce:"Salesforce-\u0442\u043e\u0439 \u0445\u043e\u043b\u0431\u043e\u0445",lobbyButtonDisable:"\u041b\u043e\u0431\u0431\u0438 \u0433\u043e\u0440\u0438\u043c\u044b\u0433 \u0445\u0430\u0430\u0445",lobbyButtonEnable:"\u041b\u043e\u0431\u0431\u0438 \u0433\u043e\u0440\u0438\u043c \u043d\u044d\u044d\u0445",login:"\u041d\u044d\u0432\u0442\u0440\u044d\u0445",logout:"\u0413\u0430\u0440\u0430\u0445",lowerYourHand:"\u0413\u0430\u0440\u0430\u0430 \u0431\u0443\u0443\u043b\u0433\u0430\u0445",moreActions:"\u0411\u0443\u0441\u0430\u0434 \u04af\u0439\u043b\u0434\u044d\u043b",moreOptions:"\u0411\u0443\u0441\u0430\u0434 \u0442\u043e\u0445\u0438\u0440\u0433\u043e\u043e",mute:"\u0414\u0443\u0443 \u0445\u0430\u0430\u0445/\u043d\u044d\u044d\u0445",muteEveryone:"\u0411\u04af\u0445 \u0434\u0443\u0443\u0433 \u0445\u0430\u0430\u0445",muteEveryonesVideo:"\u0411\u04af\u0445 \u043e\u0440\u043e\u043b\u0446\u043e\u0433\u0447\u0438\u0439\u043d \u043a\u0430\u043c\u0435\u0440 \u0445\u0430\u0430\u0445",noAudioSignalDesc:"\u0425\u044d\u0440\u044d\u0432 \u0442\u0430 \u0441\u0438\u0441\u0442\u0435\u043c\u0438\u0439\u043d \u0442\u043e\u0445\u0438\u0440\u0433\u043e\u043e \u044d\u0441\u0432\u044d\u043b \u0442\u0435\u0445\u043d\u0438\u043a \u0445\u0430\u043d\u0433\u0430\u043c\u0436\u0430\u0430\u0441 \u04af\u04af\u043d\u0438\u0439\u0433 \u0438\u0434\u044d\u0432\u0445\u0433\u04af\u0439 \u0431\u043e\u043b\u0433\u043e\u043e\u0433\u04af\u0439 \u0431\u043e\u043b \u0442\u04e9\u0445\u04e9\u04e9\u0440\u04e9\u043c\u0436\u0438\u0439\u0433 \u0441\u043e\u043b\u0438\u0436 \u04af\u0437\u043d\u044d \u04af\u04af.",noAudioSignalDescSuggestion:"\u0425\u044d\u0440\u044d\u0432 \u0442\u0430 \u0441\u0438\u0441\u0442\u0435\u043c\u0438\u0439\u043d \u0442\u043e\u0445\u0438\u0440\u0433\u043e\u043e \u044d\u0441\u0432\u044d\u043b \u0442\u0435\u0445\u043d\u0438\u043a \u0445\u0430\u043d\u0433\u0430\u043c\u0436\u0430\u0430\u0441 \u04af\u04af\u043d\u0438\u0439\u0433 \u0438\u0434\u044d\u0432\u0445\u0433\u04af\u0439 \u0431\u043e\u043b\u0433\u043e\u043e\u0433\u04af\u0439 \u0431\u043e\u043b \u0441\u0430\u043d\u0430\u043b \u0431\u043e\u043b\u0433\u043e\u0441\u043e\u043d \u0442\u04e9\u0445\u04e9\u04e9\u0440\u04e9\u043c\u0436\u0438\u0434 \u0448\u0438\u043b\u0436\u04af\u04af\u043b\u043d\u044d \u04af\u04af.",noAudioSignalDialInDesc:"\u0417\u0430\u043b\u0433\u0430\u0436 \u0430\u0448\u0438\u0433\u043b\u0430\u0436 \u0431\u043e\u043b\u043d\u043e:",noAudioSignalDialInLinkDesc:"\u0417\u0430\u043b\u0433\u0430\u0445 \u0434\u0443\u0433\u0430\u0430\u0440\u0443\u0443\u0434",noAudioSignalTitle:"\u0422\u0430\u043d\u044b \u043c\u0438\u043a\u0440\u043e\u0444\u043e\u043d\u043e\u043e\u0441 \u043e\u0440\u0443\u0443\u043b\u0430\u0445 \u043e\u0440\u043e\u043b\u0442 \u0431\u0430\u0439\u0445\u0433\u04af\u0439 \u0431\u0430\u0439\u043d\u0430!",noiseSuppression:"\u0428\u0443\u0443\u0433\u0438\u0430\u043d \u0434\u0430\u0440\u0430\u0445",noisyAudioInputDesc:"\u0422\u0430\u043d\u044b \u043c\u0438\u043a\u0440\u043e\u0444\u043e\u043d \u0448\u0443\u0443\u0433\u0438\u0436 \u0431\u0430\u0439\u043d\u0430, \u0434\u0443\u0443\u0433 \u043d\u044c \u0445\u0430\u0430\u0445 \u044d\u0441\u0432\u044d\u043b \u04e9\u04e9\u0440\u0447\u0438\u043b\u043d\u04e9 \u04af\u04af.",noisyAudioInputTitle:"\u0422\u0430\u043d\u044b \u043c\u0438\u043a\u0440\u043e\u0444\u043e\u043d \u0448\u0443\u0443\u0433\u0438\u0430\u043d\u0442\u0430\u0439 \u0431\u0430\u0439\u043d\u0430!",openChat:"\u0417\u0443\u0440\u0432\u0430\u0441 \u043d\u044d\u044d\u043b\u0442\u0442\u044d\u0439",openReactionsMenu:"\u0420\u0435\u0430\u043a\u0446\u0438 \u0446\u044d\u0441 \u043d\u044d\u044d\u0445",participants:"\u041e\u0440\u043e\u043b\u0446\u043e\u0433\u0447\u0438\u0434",pip:"\u0417\u0443\u0440\u0430\u0433-\u0437\u0443\u0440\u0430\u0433 \u0433\u043e\u0440\u0438\u043c \u043e\u0440\u0443\u0443\u043b\u0430\u0445",privateMessage:"\u0425\u0443\u0432\u0438\u0439\u043d \u0437\u0443\u0440\u0432\u0430\u0441 \u0438\u043b\u0433\u044d\u044d\u0445",profile:"\u041f\u0440\u043e\u0444\u0430\u0439\u043b\u0430\u0430 \u0437\u0430\u0441\u043d\u0430 \u0443\u0443",raiseHand:"\u0413\u0430\u0440\u0430\u0430 \u04e9\u0440\u0433\u04e9\u0445/\u0431\u0443\u0443\u043b\u0433\u0430\u0445",raiseYourHand:"\u0413\u0430\u0440\u0430\u0430 \u04e9\u0440\u0433\u04e9\u0445",reactionBoo:"Boo \u0440\u0435\u0430\u043a\u0446\u0438 \u0438\u043b\u0433\u044d\u044d\u0445",reactionClap:"\u0410\u043b\u0433\u0430 \u0442\u0430\u0448\u0438\u0445 \u0440\u0435\u0430\u043a\u0446\u0438 \u0438\u043b\u0433\u044d\u044d\u0445",reactionLaugh:"\u0418\u043d\u044d\u044d\u0445 \u0440\u0435\u0430\u043a\u0446\u0438 \u0438\u043b\u0433\u044d\u044d\u0445",reactionLike:"\u0422\u0430\u0430\u043b\u0430\u0433\u0434\u0441\u0430\u043d \u0440\u0435\u0430\u043a\u0446\u0438 \u0438\u043b\u0433\u044d\u044d\u0445",reactionSilence:"\u0427\u0438\u043c\u044d\u044d\u0433\u04af\u0439 \u0440\u0435\u0430\u043a\u0446\u0438 \u0438\u043b\u0433\u044d\u044d\u0445",reactionSurprised:"\u0413\u0430\u0439\u0445\u0441\u0430\u043d \u0440\u0435\u0430\u043a\u0446\u0438 \u0438\u043b\u0433\u044d\u044d\u0445",security:"\u041d\u0443\u0443\u0446\u043b\u0430\u043b\u044b\u043d \u0442\u043e\u0445\u0438\u0440\u0433\u043e\u043e",selectBackground:"\u0410\u0440\u044b\u043d \u0437\u0443\u0440\u0430\u0433 \u0441\u043e\u043d\u0433\u043e\u0445",shareRoom:"\u0425\u044d\u043d \u043d\u044d\u0433\u043d\u0438\u0439\u0433 \u0443\u0440\u0438\u0445",shareaudio:"\u0414\u0443\u0443 \u0445\u0443\u0432\u0430\u0430\u043b\u0446\u0430\u0445",sharedvideo:"YouTube-\u043d \u0432\u0438\u0434\u0435\u043e \u0445\u0443\u0432\u0430\u0430\u043b\u0446\u0430\u0445",shortcuts:"\u0422\u043e\u0432\u0447\u043b\u043e\u043b \u0445\u0430\u0440\u0430\u0445",showWhiteboard:"\u0421\u0430\u043c\u0431\u0430\u0440 \u0445\u0430\u0440\u0443\u0443\u043b\u0430\u0445",silence:"\u0427\u0438\u043c\u044d\u044d\u0433\u04af\u0439",speakerStats:"\u042f\u0440\u0438\u0433\u0447\u0438\u0439\u043d \u0441\u0442\u0430\u0442\u0438\u0441\u0442\u0438\u043a",startScreenSharing:"\u0414\u044d\u043b\u0433\u044d\u0446 \u0445\u0443\u0432\u0430\u0430\u043b\u0446\u0430\u0445\u044b\u0433 \u044d\u0445\u043b\u04af\u04af\u043b",startSubtitles:"\u0425\u0430\u0434\u043c\u0430\u043b \u043e\u0440\u0447\u0443\u0443\u043b\u0433\u044b\u0433 \u044d\u0445\u043b\u04af\u04af\u043b",stopAudioSharing:"\u0414\u0443\u0443 \u0445\u0443\u0432\u0430\u0430\u043b\u0446\u0430\u0445\u044b\u0433 \u0437\u043e\u0433\u0441\u043e\u043e\u0445",stopScreenSharing:"\u0414\u044d\u043b\u0433\u044d\u0446 \u0445\u0443\u0432\u0430\u0430\u043b\u0446\u0430\u0445\u044b\u0433 \u0437\u043e\u0433\u0441\u043e\u043e\u0445",stopSharedVideo:"YouTube \u0432\u0438\u0434\u0435\u043e \u0437\u043e\u0433\u0441\u043e\u043e\u0445",stopSubtitles:"\u0425\u0430\u0434\u043c\u0430\u043b \u043e\u0440\u0447\u0443\u0443\u043b\u0433\u044b\u0433 \u0437\u043e\u0433\u0441\u043e\u043e\u0445",surprised:"\u0413\u0430\u0439\u0445\u0441\u0430\u043d",talkWhileMutedPopup:"\u042f\u0440\u044c\u0436 \u04af\u0437\u043c\u044d\u044d\u0440 \u0431\u0430\u0439\u043d\u0430 \u0443\u0443? \u0414\u0443\u0443 \u0445\u0430\u0430\u043b\u0442\u0442\u0430\u0439 \u0431\u0430\u0439\u043d\u0430.",tileViewToggle:"\u0417\u044d\u0440\u044d\u0433\u0446\u04af\u04af\u043b\u0436 \u0445\u0430\u0440\u0430\u0445",toggleCamera:"\u041a\u0430\u043c\u0435\u0440",unmute:"\u0414\u0443\u0443\u0433 \u0441\u044d\u0440\u0433\u044d\u044d\u0445",videoSettings:"\u0412\u0438\u0434\u0435\u043e \u0442\u043e\u0445\u0438\u0440\u0433\u043e\u043e",videomute:"\u041a\u0430\u043c\u0435\u0440 \u043d\u044d\u044d\u0445/\u0445\u0430\u0430\u0445",videounmute:"\u041a\u0430\u043c\u0435\u0440 \u044d\u0445\u043b\u04af\u04af\u043b\u044d\u0445"},transcribing:{ccButtonTooltip:"\u0425\u0430\u0434\u043c\u0430\u043b \u043e\u0440\u0447\u0443\u0443\u043b\u0433\u044b\u0433 \u0445\u0430\u0440\u0443\u0443\u043b\u0430\u0445/\u0431\u043e\u043b\u0438\u0445",error:"\u041e\u0440\u0447\u0443\u0443\u043b\u0433\u0430 \u0430\u043c\u0436\u0438\u043b\u0442\u0433\u04af\u0439 \u0431\u043e\u043b\u043b\u043e\u043e. \u0414\u0430\u0445\u0438\u043d \u043e\u0440\u043e\u043b\u0434\u043e\u043d\u043e \u0443\u0443.",expandedLabel:"\u0425\u0430\u0434\u043c\u0430\u043b \u043e\u0440\u0447\u0443\u0443\u043b\u0433\u044b\u0433 \u0431\u0438\u0447\u0438\u0436 \u0431\u0430\u0439\u043d\u0430",failedToStart:"\u0425\u0430\u0434\u043c\u0430\u043b \u043e\u0440\u0447\u0443\u0443\u043b\u0433\u0430 \u044d\u0445\u043b\u04af\u04af\u043b\u0436 \u0447\u0430\u0434\u0441\u0430\u043d\u0433\u04af\u0439",labelToolTip:"\u0423\u0443\u043b\u0437\u0430\u043b\u0442\u044b\u043d \u0445\u0430\u0434\u043c\u0430\u043b \u043e\u0440\u0447\u0443\u0443\u043b\u0433\u0430",off:"\u0425\u0430\u0434\u043c\u0430\u043b \u043e\u0440\u0447\u0443\u0443\u043b\u0433\u0430 \u0431\u043e\u043b\u044c\u0441\u043e\u043d",pending:"\u0423\u0443\u043b\u0437\u0430\u043b\u0442\u044b\u043d \u0445\u0430\u0434\u043c\u0430\u043b \u043e\u0440\u0447\u0443\u0443\u043b\u0433\u0430 \u0445\u0438\u0439\u0445\u044d\u0434 \u0431\u044d\u043b\u0434\u044d\u0436 \u0431\u0430\u0439\u043d\u0430...",sourceLanguageDesc:"\u0423\u0443\u043b\u0437\u0430\u043b\u0442\u044b\u043d \u0445\u044d\u043b\u0438\u0439\u0433 {{sourceLanguage}} \u0431\u043e\u043b\u0433\u043e\u043d \u04e9\u04e9\u0440\u0447\u0438\u043b\u0441\u04e9\u043d.
\u0422\u0430 \u044d\u043d\u0434\u044d\u044d\u0441 \u0441\u043e\u043b\u0438\u0445 \u0431\u043e\u043b\u043e\u043c\u0436\u0442\u043e\u0439 ",sourceLanguageHere:"\u044d\u043d\u0434",start:"\u0425\u0430\u0434\u043c\u0430\u043b \u043e\u0440\u0447\u0443\u0443\u043b\u0433\u044b\u0433 \u0445\u0430\u0440\u0443\u0443\u043b\u0430\u0445",stop:"\u0425\u0430\u0434\u043c\u0430\u043b \u043e\u0440\u0447\u0443\u0443\u043b\u0433\u044b\u0433 \u0431\u043e\u043b\u0438\u0443\u043b\u0430\u0445",subtitles:"\u0425\u0430\u0434\u043c\u0430\u043b \u043e\u0440\u0447\u0443\u0443\u043b\u0433\u0430",subtitlesOff:"Off",tr:"TR"},unpinParticipant:"{{participantName}} - \u041e\u043d\u0446\u043b\u043e\u0445",userMedia:{androidGrantPermissions:"\u0425\u04e9\u0442\u04e9\u0447\u04e9\u04e9\u0441 \u0437\u04e9\u0432\u0448\u04e9\u04e9\u0440\u04e9\u043b \u0445\u04af\u0441\u044d\u0445 \u0442\u043e\u0445\u0438\u043e\u043b\u0434\u043e\u043b\u0434 Allow \u0434\u0430\u0440\u043d\u0430 \u0443\u0443.",chromeGrantPermissions:"\u0425\u04e9\u0442\u04e9\u0447\u04e9\u04e9\u0441 \u0437\u04e9\u0432\u0448\u04e9\u04e9\u0440\u04e9\u043b \u0445\u04af\u0441\u044d\u0445 \u0442\u043e\u0445\u0438\u043e\u043b\u0434\u043e\u043b\u0434 Allow \u0434\u0430\u0440\u043d\u0430 \u0443\u0443.",edgeGrantPermissions:"\u0425\u04e9\u0442\u04e9\u0447\u04e9\u04e9\u0441 \u0437\u04e9\u0432\u0448\u04e9\u04e9\u0440\u04e9\u043b \u0445\u04af\u0441\u044d\u0445 \u0442\u043e\u0445\u0438\u043e\u043b\u0434\u043e\u043b\u0434 Yes \u0434\u0430\u0440\u043d\u0430 \u0443\u0443.",electronGrantPermissions:"\u041a\u0430\u043c\u0435\u0440 \u0431\u043e\u043b\u043e\u043d \u043c\u0438\u043a\u0440\u043e\u0444\u043e\u043d \u0430\u0448\u0438\u0433\u043b\u0430\u0445 \u0437\u04e9\u0432\u0448\u04e9\u04e9\u0440\u04e9\u043b \u04e9\u0433\u043d\u04e9 \u04af\u04af",firefoxGrantPermissions:"\u0425\u04e9\u0442\u04e9\u0447\u04e9\u04e9\u0441 \u0437\u04e9\u0432\u0448\u04e9\u04e9\u0440\u04e9\u043b \u0445\u04af\u0441\u044d\u0445 \u0442\u043e\u0445\u0438\u043e\u043b\u0434\u043e\u043b\u0434 Share Selected Device \u0434\u0430\u0440\u043d\u0430 \u0443\u0443.",iexplorerGrantPermissions:"\u0425\u04e9\u0442\u04e9\u0447\u04e9\u04e9\u0441 \u0437\u04e9\u0432\u0448\u04e9\u04e9\u0440\u04e9\u043b \u0445\u04af\u0441\u044d\u0445 \u0442\u043e\u0445\u0438\u043e\u043b\u0434\u043e\u043b\u0434 OK \u0434\u0430\u0440\u043d\u0430 \u0443\u0443.",nwjsGrantPermissions:"\u041a\u0430\u043c\u0435\u0440 \u0431\u043e\u043b\u043e\u043d \u043c\u0438\u043a\u0440\u043e\u0444\u043e\u043d \u0430\u0448\u0438\u0433\u043b\u0430\u0445 \u0437\u04e9\u0432\u0448\u04e9\u04e9\u0440\u04e9\u043b \u04e9\u0433\u043d\u04e9 \u04af\u04af",operaGrantPermissions:"\u0425\u04e9\u0442\u04e9\u0447\u04e9\u04e9\u0441 \u0437\u04e9\u0432\u0448\u04e9\u04e9\u0440\u04e9\u043b \u0445\u04af\u0441\u044d\u0445 \u0442\u043e\u0445\u0438\u043e\u043b\u0434\u043e\u043b\u0434 Allow \u0434\u0430\u0440\u043d\u0430 \u0443\u0443.","react-nativeGrantPermissions":"\u0425\u04e9\u0442\u04e9\u0447\u04e9\u04e9\u0441 \u0437\u04e9\u0432\u0448\u04e9\u04e9\u0440\u04e9\u043b \u0445\u04af\u0441\u044d\u0445 \u0442\u043e\u0445\u0438\u043e\u043b\u0434\u043e\u043b\u0434 Allow \u0434\u0430\u0440\u043d\u0430 \u0443\u0443.",safariGrantPermissions:"\u0425\u04e9\u0442\u04e9\u0447\u04e9\u04e9\u0441 \u0437\u04e9\u0432\u0448\u04e9\u04e9\u0440\u04e9\u043b \u0445\u04af\u0441\u044d\u0445 \u0442\u043e\u0445\u0438\u043e\u043b\u0434\u043e\u043b\u0434 OK \u0434\u0430\u0440\u043d\u0430 \u0443\u0443."},videoSIPGW:{busy:"\u0411\u0438\u0434 \u043d\u04e9\u04e9\u0446\u0438\u0439\u0433 \u0447\u04e9\u043b\u04e9\u04e9\u043b\u04e9\u0445\u04e9\u04e9\u0440 \u0430\u0436\u0438\u043b\u043b\u0430\u0436 \u0431\u0430\u0439\u043d\u0430. \u0425\u044d\u0434\u044d\u043d \u043c\u0438\u043d\u0443\u0442\u044b\u043d \u0434\u0430\u0440\u0430\u0430 \u0434\u0430\u0445\u0438\u043d \u043e\u0440\u043e\u043b\u0434\u043e\u043d\u043e \u0443\u0443.",busyTitle:"\u04ae\u0439\u043b\u0447\u0438\u043b\u0433\u044d\u044d \u043e\u0434\u043e\u043e\u0433\u043e\u043e\u0440 \u0437\u0430\u0432\u0433\u04af\u0439 \u0431\u0430\u0439\u043d\u0430",errorAlreadyInvited:"{{displayName}} \u0430\u043b\u044c \u0445\u044d\u0434\u0438\u0439\u043d \u0443\u0440\u044c\u0441\u0430\u043d \u0431\u0430\u0439\u043d\u0430",errorInvite:"\u0423\u0443\u043b\u0437\u0430\u043b\u0442 \u0445\u0430\u0440\u0430\u0430\u0445\u0430\u043d \u044d\u0445\u043b\u044d\u044d\u0433\u04af\u0439 \u0431\u0430\u0439\u043d\u0430. \u0414\u0430\u0440\u0430\u0430 \u0434\u0430\u0445\u0438\u043d \u043e\u0440\u043e\u043b\u0434\u043e\u0436 \u04af\u0437\u043d\u044d \u04af\u04af.",errorInviteFailed:"\u0411\u0438\u0434 \u0430\u0441\u0443\u0443\u0434\u043b\u044b\u0433 \u0448\u0438\u0439\u0434\u0432\u044d\u0440\u043b\u044d\u0445\u044d\u044d\u0440 \u0430\u0436\u0438\u043b\u043b\u0430\u0436 \u0431\u0430\u0439\u043d\u0430. \u0414\u0430\u0440\u0430\u0430 \u0434\u0430\u0445\u0438\u043d \u043e\u0440\u043e\u043b\u0434\u043e\u0436 \u04af\u0437\u043d\u044d \u04af\u04af.",errorInviteFailedTitle:"{{displayName}} \u0443\u0440\u0438\u043b\u0433\u0430 \u0430\u043c\u0436\u0438\u043b\u0442\u0433\u04af\u0439 \u0431\u043e\u043b\u0441\u043e\u043d",errorInviteTitle:"\u0423\u0443\u043b\u0437\u0430\u043b\u0442\u0430\u0434 \u0443\u0440\u0438\u0445\u0430\u0434 \u0430\u043b\u0434\u0430\u0430 \u0433\u0430\u0440\u043b\u0430\u0430",pending:"{{displayName}} \u0443\u0440\u044c\u0441\u0430\u043d \u0431\u0430\u0439\u043d\u0430"},videoStatus:{adjustFor:"\u0422\u043e\u0445\u0438\u0440\u0443\u0443\u043b\u0430\u0445:",audioOnly:"AUD",audioOnlyExpanded:"\u0422\u0430\u043d\u044b \u0434\u0430\u043c\u0436\u0443\u0443\u043b\u0430\u0445 \u0447\u0430\u0434\u0432\u0430\u0440 \u043c\u0443\u0443 \u0431\u0430\u0439\u043d\u0430. \u042d\u043d\u044d \u0433\u043e\u0440\u0438\u043c\u0434 \u0442\u0430 \u0437\u04e9\u0432\u0445\u04e9\u043d \u0434\u0443\u0443 \u0431\u043e\u043b\u043e\u043d \u0434\u044d\u043b\u0433\u044d\u0446\u0438\u0439\u043d \u0445\u0443\u0432\u0430\u0430\u043b\u0446\u0430\u0445\u044b\u0433 \u0445\u04af\u043b\u044d\u044d\u043d \u0430\u0432\u0430\u0445 \u0431\u043e\u043b\u043e\u043c\u0436\u0442\u043e\u0439.",bestPerformance:"\u0425\u0430\u043c\u0433\u0438\u0439\u043d \u0441\u0430\u043d \u04af\u0437\u04af\u04af\u043b\u044d\u043b\u0442",callQuality:"\u0412\u0438\u0434\u0435\u043e\u043d\u044b \u0447\u0430\u043d\u0430\u0440",hd:"HD",hdTooltip:"\u04e8\u043d\u0434\u04e9\u0440 \u043d\u044f\u0433\u0442\u0430\u0440\u0448\u0438\u043b\u0442\u0430\u0439 \u0432\u0438\u0434\u0435\u043e\u0433 \u04af\u0437\u044d\u0436 \u0431\u0430\u0439\u043d\u0430",highDefinition:"\u04e8\u043d\u0434\u04e9\u0440 \u043d\u044f\u0433\u0442\u0430\u0440\u0448\u0438\u043b",highestQuality:"\u0425\u0430\u043c\u0433\u0438\u0439\u043d \u04e9\u043d\u0434\u04e9\u0440 \u043d\u044f\u0433\u0442\u0430\u0440\u0448\u0438\u043b",labelTooiltipNoVideo:"\u0412\u0438\u0434\u0435\u043e \u0431\u0430\u0439\u0445\u0433\u04af\u0439",labelTooltipAudioOnly:"\u0414\u0430\u043c\u0436\u0443\u0443\u043b\u0430\u043b\u0442\u044b\u043d \u0431\u0430\u0433\u0442\u0430\u0430\u043c\u0436 \u0431\u0430\u0433\u0430 \u0433\u043e\u0440\u0438\u043c \u0438\u0434\u044d\u0432\u0445\u0436\u0441\u044d\u043d",ld:"LD",ldTooltip:"\u0411\u0430\u0433\u0430 \u043d\u044f\u0433\u0442\u0430\u0440\u0448\u0438\u043b\u0442\u0430\u0439 \u0432\u0438\u0434\u0435\u043e \u04af\u0437\u044d\u0436 \u0431\u0430\u0439\u043d\u0430",lowDefinition:"\u0411\u0430\u0433\u0430 \u043d\u044f\u0433\u0442\u0430\u0440\u0448\u0438\u043b",performanceSettings:"\u04ae\u0437\u04af\u04af\u043b\u044d\u043b\u0442\u0438\u0439\u043d \u0442\u043e\u0445\u0438\u0440\u0433\u043e\u043e",recording:"\u0423\u0443\u043b\u0437\u0430\u043b\u0442\u044b\u043d \u0431\u0438\u0447\u043b\u044d\u0433 \u0445\u0438\u0439\u0436 \u0431\u0430\u0439\u043d\u0430",sd:"SD",sdTooltip:"\u0421\u0442\u0430\u043d\u0434\u0430\u0440\u0442 \u043d\u0430\u0440\u0438\u0439\u0432\u0447\u043b\u0430\u043b\u0442\u0430\u0439 \u0432\u0438\u0434\u0435\u043e \u04af\u0437\u044d\u0436 \u0431\u0430\u0439\u043d\u0430",standardDefinition:"\u0421\u0442\u0430\u043d\u0434\u0430\u0440\u0442 \u043d\u044f\u0433\u0442\u0430\u0440\u0448\u0438\u043b",streaming:"\u0428\u0443\u0443\u0434 \u0434\u0430\u043c\u0436\u0443\u0443\u043b\u0436 \u0431\u0430\u0439\u043d\u0430"},videothumbnail:{connectionInfo:"\u0425\u043e\u043b\u0431\u043e\u043b\u0442\u044b\u043d \u043c\u044d\u0434\u044d\u044d\u043b\u044d\u043b",domute:"\u0414\u0443\u0443 \u0445\u0430\u0430\u0445",domuteOthers:"\u0411\u04af\u0445 \u0434\u0443\u0443\u0433 \u0445\u0430\u0430\u0445",domuteVideo:"\u041a\u0430\u043c\u0435\u0440 \u0438\u0434\u044d\u0432\u0445\u0438\u0433\u04af\u0439 \u0431\u043e\u043b\u0433\u043e\u0445",domuteVideoOfOthers:"\u0411\u04af\u0445 \u043e\u0440\u043e\u043b\u0446\u043e\u0433\u0447\u0438\u0439\u043d \u043a\u0430\u043c\u0435\u0440 \u0438\u0434\u044d\u0432\u0445\u0438\u0433\u04af\u0439 \u0431\u043e\u043b\u0433\u043e\u0445",flip:"\u0423\u0440\u0441\u0430\u0445",grantModerator:"\u0423\u0443\u043b\u0437\u0430\u043b\u0442 \u0443\u0434\u0438\u0440\u0434\u0430\u0433\u0447\u0438\u0439\u043d \u044d\u0440\u0445 \u043e\u043b\u0433\u043e\u0445",hideSelfView:"\u04e8\u04e9\u0440\u0438\u0439\u043d \u0445\u0430\u0440\u0430\u0433\u0434\u0430\u0446\u044b\u0433 \u043d\u0443\u0443\u0445",kick:"\u0413\u0430\u0440\u0433\u0430\u0445",mirrorVideo:"\u041c\u0438\u043d\u0438\u0439 \u0432\u0438\u0434\u0435\u043e\u0433 \u0442\u043e\u0433\u043b\u0443\u0443\u043b\u0430\u0445",moderator:"\u0417\u043e\u0445\u0438\u0446\u0443\u0443\u043b\u0430\u0433\u0447",mute:"\u041e\u0440\u043e\u043b\u0446\u043e\u0433\u0447 \u0434\u0443\u0443\u0433\u04af\u0439 \u0431\u0430\u0439\u043d\u0430",muted:"\u0414\u0443\u0443\u0433\u04af\u0439",pinToStage:"\u0423\u0443\u043b\u0437\u0430\u043b\u0442\u0430\u0434 \u043e\u043d\u0446\u043b\u043e\u0445",remoteControl:"\u0410\u043b\u0441\u044b\u043d \u0443\u0434\u0438\u0440\u0434\u043b\u0430\u0433\u044b\u0433 \u044d\u0445\u043b\u04af\u04af\u043b\u044d\u0445 / \u0437\u043e\u0433\u0441\u043e\u043e\u0445",screenSharing:"\u041e\u0440\u043e\u043b\u0446\u043e\u0433\u0447 \u0434\u044d\u043b\u0433\u044d\u0446\u044d\u044d \u0445\u0443\u0432\u0430\u0430\u043b\u0446\u0430\u0436 \u0431\u0430\u0439\u043d\u0430",show:"\u04ae\u0437\u04af\u04af\u043b\u044d\u0445",showSelfView:"\u04e8\u04e9\u0440\u0438\u0439\u043d \u0445\u0430\u0440\u0430\u0433\u0434\u0430\u0446 \u0445\u0430\u0440\u0443\u0443\u043b\u0430\u0445",unpinFromStage:"\u041e\u043d\u0446\u043b\u043e\u0445\u043e\u043e \u0431\u043e\u043b\u0438\u0445",verify:"\u041e\u0440\u043e\u043b\u0446\u043e\u0433\u0447\u0438\u0439\u0433 \u0431\u0430\u0442\u0430\u043b\u0433\u0430\u0430\u0436\u0443\u0443\u043b\u0430\u0445",videoMuted:"\u041a\u0430\u043c\u0435\u0440 \u0438\u0434\u044d\u0432\u0445\u0438\u0433\u04af\u0439 \u0431\u043e\u043b\u0441\u043e\u043d",videomute:"\u041e\u0440\u043e\u043b\u0446\u043e\u0433\u0447 \u043a\u0430\u043c\u0435\u0440\u0430\u0430 \u0437\u043e\u0433\u0441\u043e\u043e\u0441\u043e\u043d \u0431\u0430\u0439\u043d\u0430"},virtualBackground:{addBackground:"\u0410\u0440\u044b\u043d \u0437\u0443\u0440\u0430\u0433 \u043d\u044d\u043c\u044d\u0445",apply:"\u0418\u0434\u044d\u0432\u0445\u0438\u0436\u04af\u04af\u043b\u044d\u0445",backgroundEffectError:"\u0410\u0440\u044b\u043d \u0437\u0443\u0440\u0433\u0438\u0439\u0433 \u0438\u0434\u044d\u0432\u0445\u0438\u0436\u04af\u04af\u043b\u044d\u0445\u044d\u0434 \u0430\u043b\u0434\u0430\u0430 \u0433\u0430\u0440\u043b\u0430\u0430.",blur:"\u0411\u04af\u0434\u0433\u044d\u0440\u04af\u04af\u043b\u044d\u0445",deleteImage:"\u0417\u0443\u0440\u0430\u0433 \u0443\u0441\u0442\u0433\u0430\u0445",desktopShare:"\u0414\u044d\u043b\u0433\u044d\u0446\u044d\u044d \u0445\u0443\u0432\u0430\u0430\u043b\u0446\u0430\u0445",desktopShareError:"\u0414\u044d\u043b\u0433\u044d\u0446 \u0445\u0443\u0432\u0430\u0430\u043b\u0446\u0430\u0445\u0430\u0434 \u0430\u043b\u0434\u0430\u0430 \u0433\u0430\u0440\u043b\u0430\u0430",image1:"Beach",image2:"White neutral wall",image3:"White empty room",image4:"Black floor lamp",image5:"Mountain",image6:"Forest ",image7:"Sunrise",none:"\u0410\u043b\u044c \u043d\u044c \u0447 \u0431\u0438\u0448",pleaseWait:"\u0422\u04af\u0440 \u0445\u04af\u043b\u044d\u044d\u043d\u044d \u04af\u04af...",removeBackground:"\u0410\u0440\u044b\u043d \u0437\u0443\u0440\u0430\u0433 \u0443\u0441\u0442\u0433\u0430\u0445",slightBlur:"\u0422\u0430\u043b \u0431\u04af\u0434\u0433\u044d\u0440\u04af\u04af\u043b\u044d\u0445",title:"\u0412\u0438\u0440\u0442\u0443\u0430\u043b \u0431\u04af\u0434\u0433\u044d\u0440\u04af\u04af\u043b\u044d\u043b\u0442",uploadedImage:"\u041e\u0440\u0443\u0443\u043b\u0441\u0430\u043d \u0437\u0443\u0440\u0430\u0433 {{index}}",webAssemblyWarning:"WebAssembly-\u0433 \u0434\u044d\u043c\u0436\u0434\u044d\u0433\u0433\u04af\u0439",webAssemblyWarningDescription:"\u042d\u043d\u044d \u0445\u04e9\u0442\u04e9\u0447 WebAssembly-\u0433 \u0434\u044d\u043c\u0436\u0434\u044d\u0433\u0433\u04af\u0439"},visitors:{chatIndicator:"(visitor)",labelTooltip:"\u0417\u043e\u0447\u043d\u044b \u0442\u043e\u043e: {{count}}",notification:{description:"\u041e\u0440\u043e\u043b\u0446\u043e\u0445\u044b\u043d \u0442\u0443\u043b\u0434 \u0433\u0430\u0440\u0430\u0430 \u04e9\u0440\u0433\u04e9\u043d\u04e9 \u04af\u04af",title:"\u0422\u0430 \u044d\u043d\u044d \u0443\u0443\u043b\u0437\u0430\u043b\u0442\u044b\u043d \u0437\u043e\u0447\u0438\u043d \u0431\u043e\u043b\u043b\u043e\u043e"}},volumeSlider:"\u0414\u0443\u0443\u043d\u044b \u0442\u043e\u0445\u0438\u0440\u0443\u0443\u043b\u0433\u0430",welcomepage:{accessibilityLabel:{join:"\u0422\u043e\u0432\u0448\u043e\u043e\u0434 \u043d\u044d\u0433\u0434\u044d\u0445",roomname:"\u0423\u0443\u043b\u0437\u0430\u043b\u0442\u044b\u043d \u043d\u044d\u0440\u0438\u0439\u0433 \u043e\u0440\u0443\u0443\u043b\u043d\u0430 \u0443\u0443"},addMeetingName:"\u0423\u0443\u043b\u0437\u0430\u043b\u0442\u044b\u043d \u043d\u044d\u0440\u044d\u044d \u043e\u0440\u0443\u0443\u043b\u043d\u0430 \u0443\u0443",appDescription:"\u0422\u0430\u043d\u044c\u0434\u0430\u0433 \u0431\u04af\u0445 \u0445\u04af\u043c\u04af\u04af\u0441\u044d\u044d \u0443\u0440\u044c. {{app}} \u043d\u044c \u0431\u04af\u0440\u044d\u043d \u0448\u0438\u0444\u0440\u043b\u044d\u0433\u0434\u0441\u044d\u043d, 100% \u043d\u044d\u044d\u043b\u0442\u0442\u044d\u0439, \u0432\u0438\u0434\u0435\u043e \u0443\u0443\u043b\u0437\u0430\u043b\u0442\u044b\u043d \u0448\u0438\u0439\u0434\u044d\u043b \u0431\u04e9\u0433\u04e9\u04e9\u0434 \u0442\u0430 \u04e9\u0434\u04e9\u0440 \u0431\u04af\u0440 \u04af\u043d\u044d \u0442\u04e9\u043b\u0431\u04e9\u0440\u0433\u04af\u0439 \u0430\u0448\u0438\u0433\u043b\u0430\u0436 \u0431\u043e\u043b\u043d\u043e.",audioVideoSwitch:{audio:"\u0414\u0443\u0443\u0442\u0430\u0439",video:"\u0412\u0438\u0434\u0435\u043e"},calendar:"\u0425\u0443\u0430\u043d\u043b\u0438",connectCalendarButton:"\u0425\u0443\u0430\u043d\u043b\u0438\u0433 \u0445\u043e\u043b\u0431\u043e\u043d\u043e \u0443\u0443",connectCalendarText:"\u0425\u0443\u0430\u043d\u043b\u0438 \u0434\u044d\u044d\u0440\u0445 \u0443\u0443\u043b\u0437\u0430\u043b\u0442\u0443\u0443\u0434\u0430\u0430 {{app}} \u0434\u044d\u044d\u0440 \u043e\u0440\u0443\u0443\u043b\u0436 \u0431\u043e\u043b\u043d\u043e. \u0422\u0430 \u0445\u0443\u0430\u043d\u043b\u0438\u0433 \u0445\u043e\u043b\u0431\u043e\u0445\u043e\u0434 \u0431\u043e\u043b\u043d\u043e.",enterRoomTitle:"\u0428\u0438\u043d\u044d \u0443\u0443\u043b\u0437\u0430\u043b\u0442 \u044d\u0445\u043b\u04af\u04af\u043b\u044d\u0445",getHelp:"\u0422\u0443\u0441\u043b\u0430\u043c\u0436 \u0430\u0432\u0430\u0445",go:"OK",goSmall:"OK",headerSubtitle:"\u041d\u0430\u0439\u0434\u0432\u0430\u0440\u0442\u0430\u0439, \u0447\u0430\u043d\u0430\u0440\u0442\u0430\u0439 \u0446\u0430\u0445\u0438\u043c \u0443\u0443\u043b\u0437\u0430\u043b\u0442",headerTitle:"Jitsi Meet",info:"\u041c\u044d\u0434\u044d\u044d\u043b\u044d\u043b",jitsiOnMobile:"Jitsi on mobile \u2013 \u0431\u0438\u0434\u043d\u0438\u0439 \u0430\u043f\u043f\u044b\u0433 \u0442\u0430\u0442\u0430\u0430\u0434 \u0443\u0443\u043b\u0437\u0430\u043b\u0442\u0430\u043d\u0434 \u0445\u0430\u0430\u043d\u0430\u0430\u0441 \u0447 \u043e\u0440\u043e\u043b\u0446\u043e\u043e\u0440\u043e\u0439.",join:"\u04ae\u04ae\u0421\u0413\u042d\u0425 / \u041d\u042d\u0413\u0414\u042d\u0425",logo:{calendar:"\u0425\u0443\u0430\u043d\u043b\u0438 \u043b\u043e\u0433\u043e",desktopPreviewThumbnail:"Desktop preview thumbnail",googleLogo:"Google \u043b\u043e\u0433\u043e",logoDeepLinking:"Jitsi meet \u043b\u043e\u0433\u043e",microsoftLogo:"Microsoft \u043b\u043e\u0433\u043e",policyLogo:"Policy \u043b\u043e\u0433\u043e"},meetingsAccessibilityLabel:"\u0423\u0443\u043b\u0437\u0430\u043b\u0442\u0443\u0443\u0434",mobileDownLoadLinkAndroid:"Android \u0430\u043f\u043f \u0442\u0430\u0442\u0430\u0445",mobileDownLoadLinkFDroid:"F-Droid \u0430\u043f\u043f \u0442\u0430\u0442\u0430\u0445",mobileDownLoadLinkIos:"iOS \u0430\u043f\u043f \u0442\u0430\u0442\u0430\u0445",moderatedMessage:"\u042d\u0441\u0432\u044d\u043b \u0442\u0430 \u044d\u043d\u044d \u0443\u0443\u043b\u0437\u0430\u043b\u0442\u044b\u043d \u0433\u0430\u043d\u0446 \u0437\u043e\u0445\u0438\u0446\u0443\u0443\u043b\u0430\u0433\u0447 \u0431\u043e\u043b \u0443\u0443\u043b\u0437\u0430\u043b\u0442\u044b\u043d URL-\u0433 \u0445\u0430\u0434\u0433\u0430\u043b\u0430\u0430\u0440\u0430\u0439.",privacy:"\u041d\u0443\u0443\u0446\u043b\u0430\u043b",recentList:"\u041e\u043d\u0446\u043b\u043e\u0445",recentListDelete:"\u0423\u0441\u0442\u0433\u0430\u0445",recentListEmpty:"\u0422\u0430\u043d\u044b \u0436\u0430\u0433\u0441\u0430\u0430\u043b\u0442 \u0445\u043e\u043e\u0441\u043e\u043d \u0431\u0430\u0439\u043d\u0430. \u0422\u0430\u043d\u044b \u0445\u0438\u0439\u0441\u044d\u043d \u0431\u04af\u0445 \u0443\u0443\u043b\u0437\u0430\u043b\u0442\u0443\u0443\u0434 \u044d\u043d\u0434 \u0431\u0430\u0439\u043d\u0430.",recentMeetings:"\u0422\u0430\u043d\u044b \u0441\u04af\u04af\u043b\u0438\u0439\u043d \u0443\u0443\u043b\u0437\u0430\u043b\u0442\u0443\u0443\u0434",reducedUIText:"{{app}}, \u0442\u0430\u0432\u0442\u0430\u0439 \u043c\u043e\u0440\u0438\u043b!",roomNameAllowedChars:"\u0423\u0443\u043b\u0437\u0430\u043b\u0442\u044b\u043d \u043d\u044d\u0440 \u043d\u044c \u044d\u0434\u0433\u044d\u044d\u0440 \u0442\u044d\u043c\u0434\u044d\u0433\u0442\u04af\u04af\u0434\u0438\u0439\u043d \u0430\u043b\u044c \u043d\u044d\u0433\u0438\u0439\u0433 \u0430\u0433\u0443\u0443\u043b\u0436 \u0431\u043e\u043b\u043e\u0445\u0433\u04af\u0439: ?, &, :, ', \", %, #.",roomname:"\u0423\u0443\u043b\u0437\u0430\u043b\u0442\u044b\u043d \u043d\u044d\u0440\u0438\u0439\u0433 \u043e\u0440\u0443\u0443\u043b\u043d\u0430 \u0443\u0443",roomnameHint:"\u041d\u044d\u0433\u0434\u044d\u0445\u0438\u0439\u0433 \u0445\u04af\u0441\u0447 \u0431\u0443\u0439 \u0443\u0443\u043b\u0437\u0430\u043b\u0442\u044b\u043d \u043d\u044d\u0440, URL-\u0438\u0439\u0433 \u043e\u0440\u0443\u0443\u043b\u043d\u0430 \u0443\u0443. \u0422\u0430 \u0443\u0443\u043b\u0437\u0430\u043b\u0442\u044b\u043d \u043d\u044d\u0440\u044d\u044d \u04af\u04af\u0441\u0433\u044d\u0436 \u0431\u043e\u043b\u043d\u043e. \u0443\u0443\u043b\u0437\u0430\u043b\u0442\u0430\u0434 \u043e\u0440\u043e\u043b\u0446\u043e\u0445 \u0445\u04af\u043c\u04af\u04af\u0441\u0442\u044d\u044d \u0442\u044d\u0440 \u043d\u044d\u0440\u0438\u0439\u0433 \u04e9\u0433\u04e9\u04e9\u0440\u044d\u0439.",sendFeedback:"\u0421\u0430\u043d\u0430\u043b \u0438\u043b\u0433\u044d\u044d\u0445",settings:"\u0422\u043e\u0445\u0438\u0440\u0433\u043e\u043e",startMeeting:"\u0423\u0443\u043b\u0437\u0430\u043b\u0442 \u044d\u0445\u043b\u04af\u04af\u043b\u044d\u0445",terms:"\u041d\u04e9\u0445\u0446\u043b\u04af\u04af\u0434",title:"\u0410\u044e\u0443\u043b\u0433\u04af\u0439, \u04af\u043d\u044d\u0433\u04af\u0439 \u0432\u0438\u0434\u0435\u043e \u0443\u0443\u043b\u0437\u0430\u043b\u0442 \u0445\u0438\u0439\u0445 \u0431\u043e\u043b\u043e\u043c\u0436\u0442\u043e\u0439",upcomingMeetings:"\u0422\u0430\u043d\u044b \u0434\u0430\u0440\u0430\u0430\u0433\u0438\u0439\u043d \u0443\u0443\u043b\u0437\u0430\u043b\u0442\u0443\u0443\u0434"},whiteboard:{accessibilityLabel:{heading:"\u0425\u0430\u0440\u0438\u043b\u0446\u0430\u0433\u0447\u0430\u0430 \u0443\u0440\u0438\u043d\u0430 \u0443\u0443"}}}},840,[]); -__d(function(e,n,r,t,i,o,a){i.exports={addPeople:{add:"Uitnodigen",addContacts:"Nodig uw contacten uit",contacts:"contacten",copyInvite:"Uitnodiging voor vergadering kopi\xebren",copyLink:"Link naar vergadering kopi\xebren",copyStream:"Link naar livestream kopi\xebren",countryNotSupported:"Deze bestemming wordt nog niet ondersteund.",countryReminder:"Belt u buiten de Verenigde Staten? Vergeet dan niet met de landcode te beginnen.",defaultEmail:"Uw standaard e-mail",disabled:"U kunt geen personen uitnodigen.",failedToAdd:"Het toevoegen van deelnemers is mislukt",footerText:"Uitgaande oproepen zijn uitgeschakeld.",googleEmail:"Google e-mail",inviteMoreHeader:"U bent de enige in de vergadering",inviteMoreMailSubject:"Deelnemen aan {{appName}}-vergadering",inviteMorePrompt:"Nodig meer personen uit",linkCopied:"Link gekopieerd naar klembord",noResults:"Geen resultaten die overeenkomen met de zoekopdracht",outlookEmail:"Outlook e-mail",phoneNumbers:"telefoonnummers",searching:"Zoeken...",shareInvite:"Uitnodiging voor vergadering delen",shareLink:"Deel de link naar de vergadering om anderen uit te nodigen",shareStream:"Deel de link naar de livestream",telephone:"Telefoon: {{number}}",title:"Personen uitnodigen voor deze vergadering",yahooEmail:"Yahoo e-mail"},audioDevices:{bluetooth:"Bluetooth",headphones:"Hoofdtelefoon",none:"Geen audioapparaten beschikbaar",phone:"Telefoon",speaker:"Speaker"},audioOnly:{audioOnly:"Lage bandbreedte"},blankPage:{meetingEnded:"Vergadering be\xebindigd."},breakoutRooms:{actions:{add:"Aparte vergaderruimte toevoegen",close:"Sluiten",join:"Deelnemen",leaveBreakoutRoom:"Verlaat aparte vergaderruimte",more:"Meer",remove:"Verwijderen",sendToBreakoutRoom:"Stuur deelnemer naar:"},defaultName:"Aparte vergaderruimte #{{index}}",mainRoom:"Hoofdruimte",notifications:{joined:"Aparte vergaderruimte \"{{name}}\" binnentreden",joinedMainRoom:"Hoofdruimte binnentreden",joinedTitle:"Aparte vergaderruimtes"}},calendarSync:{addMeetingURL:"Een link naar een vergadering toevoegen",confirmAddLink:"Wilt u een Jitsi-link aan deze afspraak toevoegen?",error:{appConfiguration:"De agenda-integratie is niet juist ingesteld.",generic:"Er is een fout opgetreden. Controleer uw agenda-instellingen of vernieuw de agenda.",notSignedIn:"Er is een fout opgetreden tijdens de authenticering voor het zien van agenda-afspraken. Controleer uw agenda-instellingen en probeer u opnieuw aan te melden."},join:"Deelnemen",joinTooltip:"Deelnemen aan de vergadering",nextMeeting:"volgende vergadering",noEvents:"Er zijn geen aankomende afspraken gepland.",ongoingMeeting:"actieve vergadering",permissionButton:"Instellingen openen",permissionMessage:"Het Agenda-toegangsrecht is nodig om uw afspraken in de app te zien.",refresh:"Agenda vernieuwen",today:"Vandaag"},chat:{enter:"Chat openen",error:"Fout: uw bericht \"{{originalText}}\" is niet verzonden. Reden: {{error}}",fieldPlaceHolder:"Typ hier uw bericht",message:"Bericht",messageAccessibleTitle:"{{user}} zegt:",messageAccessibleTitleMe:"ik zeg:",messageTo:"Priv\xe9bericht aan {{recipient}}",messagebox:"Typ een bericht",nickname:{popover:"Kies een bijnaam",title:"Voer een bijnaam in om chat te gebruiken",titleWithPolls:"Voer een bijnaam in om chat te gebruiken"},noMessagesMessage:"Er zijn nog geen berichten in de vergadering. Begin hier een gesprek!",privateNotice:"Priv\xe9bericht aan {{recipient}}",sendButton:"Verzenden",smileysPanel:"Smiley paneel",tabs:{chat:"Gesprek",polls:"Peilingen"},title:"Gesprek",titleWithPolls:"Gesprek",you:"U"},chromeExtensionBanner:{buttonText:"Installeer Chrome Extensie",close:"Sluiten",dontShowAgain:"Laat me dit niet meer zien",installExtensionText:"Installeer de extensie voor Google Calendar en Office 365 integratie"},connectingOverlay:{joiningRoom:"U wordt verbonden met uw vergadering..."},connection:{ATTACHED:"Bijgevoegd",AUTHENTICATING:"Authenticeren",AUTHFAIL:"Authenticering mislukt",CONNECTED:"Verbonden",CONNECTING:"Verbinding maken",CONNFAIL:"Verbinding mislukt",DISCONNECTED:"Verbinding verbroken",DISCONNECTING:"Verbinding verbreken",ERROR:"Fout",FETCH_SESSION_ID:"Sessie-id ophalen...",GET_SESSION_ID_ERROR:"Fout bij ophalen sessie-id: {{code}}",GOT_SESSION_ID:"Sessie-id ophalen... Klaar",LOW_BANDWIDTH:"Video voor {{displayName}} is uitgeschakeld om bandbreedte te besparen"},connectionindicator:{address:"Adres:",audio_ssrc:"Audio SSRC:",bandwidth:"Geschatte bandbreedte:",bitrate:"Bitrate:",bridgeCount:"Aantal servers: ",codecs:"Codecs (A/V): ",connectedTo:"Verbonden met:",framerate:"Framesnelheid:",less:"Minder weergeven",localaddress:"Lokaal adres:",localaddress_plural:"Lokale adressen:",localport:"Lokale poort:",localport_plural:"Lokale poorten:",maxEnabledResolution:"verstuur max",more:"Meer weergeven",packetloss:"Pakketverlies:",participant_id:"Deelnemer id:",quality:{good:"Goed",inactive:"Inactief",lost:"Verbroken",nonoptimal:"Niet optimaal",poor:"Slecht"},remoteaddress:"Extern adres:",remoteaddress_plural:"Externe adressen:",remoteport:"Externe poort:",remoteport_plural:"Externe poorten:",resolution:"Resolutie:",savelogs:"Logs opslaan",status:"Verbinding:",transport:"Transport:",transport_plural:"Transporten:",video_ssrc:"Video SSRC:"},dateUtils:{earlier:"Eerder",today:"Vandaag",yesterday:"Gisteren"},deepLinking:{appNotInstalled:"U hebt de mobiele app {{app}} nodig om aan deze vergadering deel te nemen via uw telefoon.",description:"Gebeurt er niets? Er is geprobeerd uw vergadering te starten in de desktop-app {{app}}. Probeer het opnieuw of start de vergadering in de web-app {{app}}.",descriptionWithoutWeb:"Gebeurt er niets? Er is geprobeerd om uw vergadering te starten in de desktop-app {{app}}",downloadApp:"Download de app",ifDoNotHaveApp:"Als u de app nog niet hebt:",ifHaveApp:"Als u de app al hebt:",joinInApp:"Deelnemen aan deze vergadering met de app",launchWebButton:"Starten in web",title:"Uw vergadering wordt gestart in {{app}}...",tryAgainButton:"Opnieuw proberen in desktop",unsupportedBrowser:"Het lijkt erop dat u een browser gebruikt die wij niet ondersteunen."},defaultLink:"bijv. {{url}}",defaultNickname:"bijv. Jannie Roze",deviceError:{cameraError:"Toegang tot uw camera is mislukt",cameraPermission:"Fout bij verkrijgen toegangsrecht camera",microphoneError:"Toegang tot uw microfoon is mislukt",microphonePermission:"Fout bij verkrijgen toegangsrecht microfoon"},deviceSelection:{noPermission:"Geen toestemming verleend",previewUnavailable:"Voorbeeld niet beschikbaar",selectADevice:"Selecteer een apparaat",testAudio:"Een testgeluid afspelen"},dialOut:{statusMessage:"is nu {{status}}"},dialog:{Back:"Terug",Cancel:"Annuleren",IamHost:"Ik ben de host",Ok:"OK",Remove:"Verwijderen",Share:"Delen",Submit:"Verzenden",WaitForHostMsg:"De vergadering is nog niet gestart. Authenticeer uzelf als u de host bent. Anders wacht u tot de host aanwezig is.",Yes:"Ja",accessibilityLabel:{liveStreaming:"Livestream"},add:"Toevoegen",allow:"Toestaan",alreadySharedVideoMsg:"Er wordt al een video gedeeld door een andere deelnemer. Deze vergadering staat slechts \xe9\xe9n gedeelde video tegelijkertijd toe.",alreadySharedVideoTitle:"Slechts \xe9\xe9n gedeelde video tegelijkertijd is toegestaan",applicationWindow:"Toepassingsvenster",authenticationRequired:"Authenticatie vereist",cameraConstraintFailedError:"Uw camera voldoet niet aan alle vereiste beperkingen.",cameraNotFoundError:"Camera niet gevonden.",cameraNotSendingData:"Er is geen toegang tot uw camera verkregen. Controleer of dit apparaat wordt gebruikt door een andere toepassing, selecteer een ander apparaat vanuit de instellingen of probeer de toepassing te herladen.",cameraNotSendingDataTitle:"Geen toegang tot camera",cameraPermissionDeniedError:"U hebt geen toestemming verleend om uw camera te gebruiken. U kunt wel deelnemen aan de vergadering, maar anderen kunnen u niet zien. Gebruik de cameraknop in de adresbalk om dit op te lossen.",cameraTimeoutError:"Er heeft een camera timeout opgetreden.",cameraUnknownError:"Kan de camera om een onbekende reden niet gebruiken.",cameraUnsupportedResolutionError:"Uw camera ondersteunt de vereiste videoresolutie niet.",close:"Sluiten",conferenceDisconnectMsg:"Controleer uw netwerkverbinding. Over {{seconds}} sec. wordt opnieuw geprobeerd verbinding te maken...",conferenceDisconnectTitle:"Uw verbinding is verbroken.",conferenceReloadMsg:"Er wordt geprobeerd om dit op te lossen. Over {{seconds}} sec. wordt opnieuw geprobeerd verbinding te maken...",conferenceReloadTitle:"Er is helaas iets misgegaan.",confirm:"Bevestigen",confirmNo:"Nee",confirmYes:"Ja",connectError:"Oeps! Er is iets misgegaan en er kon geen verbinding met de vergadering worden gemaakt.",connectErrorWithMsg:"Oeps! Er is iets misgegaan en er kon geen verbinding met de vergadering worden gemaakt: {{msg}}",connecting:"Verbinding maken",contactSupport:"Contact opnemen met ondersteuning",copied:"Gekopieerd",copy:"Kopi\xebren",dismiss:"Negeren",displayNameRequired:"Hallo! Wat is uw naam?",done:"Gereed",e2eeDescription:"Eind-tot-Eind-Versleuteling is momenteel EXPERIMENTEEL. Houd er rekening mee dat inschakelen van eind-tot-eind-versleuteling de door de server geleverde services zal uitschakelen zoals: opnemen, livestreamen en deelname via telefoon. Houd er ook rekening mee dat de vergadering alleen zal werken voor personen die deelnemen vanaf browsers met ondersteuning voor insertable streams.",e2eeLabel:"Sleutel",e2eeWarning:"WAARSCHUWING: Niet alle deelnemers in deze vergadering lijken ondersteuning te hebben voor eind-tot-eind-versleuteling. Als u het inschakelt zullen zij u niet kunnen zien of horen.",enterDisplayName:"Voer hier uw naam in",error:"Fout",gracefulShutdown:"Onze service is momenteel niet beschikbaar vanwege onderhoud. Probeer het later opnieuw.",grantModeratorDialog:"Weet u zeker dat u de moderatorrechten wilt verlenen aan deze deelnemer?",grantModeratorTitle:"Moderatorrechten verlenen",incorrectPassword:"Onjuiste gebruikersnaam of wachtwoord",incorrectRoomLockPassword:"Onjuist wachtwoord",internalError:"Oeps! Er is iets misgegaan. De volgende fout trad op: {{error}}",internalErrorTitle:"Interne fout",kickMessage:"U kunt contact opnemen met {{participantDisplayName}} voor meer informatie.",kickParticipantButton:"Verwijderen",kickParticipantDialog:"Weet u zeker dat u deze deelnemer wilt verwijderen?",kickParticipantTitle:"Deze deelnemer verwijderen?",kickTitle:"Oei! {{participantDisplayName}} heeft u uit de vergadering verwijderd",liveStreaming:"Livestreamen",liveStreamingDisabledBecauseOfActiveRecordingTooltip:"Niet mogelijk tijdens opnemen",liveStreamingDisabledTooltip:"Livestream starten uitgeschakeld.",lockMessage:"Het vergrendelen van de vergadering is mislukt.",lockRoom:"$t(lockRoomPasswordUppercase) voor vergadering toevoegen",lockTitle:"Vergrendelen mislukt",login:"Login",logoutQuestion:"Weet u zeker dat u zich wilt afmelden en de vergadering wilt stoppen?",logoutTitle:"Afmelden",maxUsersLimitReached:"Het maximale aantal deelnemers is bereikt. De vergadering is vol. Neem contact op met de eigenaar van de vergadering of probeer het later opnieuw!",maxUsersLimitReachedTitle:"Maximaal aantal deelnemers bereikt",micConstraintFailedError:"Uw microfoon voldoet niet aan alle vereiste beperkingen.",micNotFoundError:"Microfoon niet gevonden.",micNotSendingData:"Ga naar de instellingen van uw computer om het dempen van uw microfoon op te heffen en het geluidsniveau aan te passen",micNotSendingDataTitle:"Uw microfoon is gedempt door uw systeeminstellingen",micPermissionDeniedError:"U hebt geen toestemming verleend om uw microfoon te gebruiken. U kunt wel deelnemen aan de vergadering, maar anderen kunnen u niet horen. Gebruik de cameraknop in de adresbalk om dit op te lossen.",micTimeoutError:"Kan de microfoon niet gebruiken vanwege een timeout fout.",micUnknownError:"Kan de microfoon om een onbekende reden niet gebruiken.",moderationAudioLabel:"Sta deelnemers toe om voor henzelf dempen op te heffen",moderationVideoLabel:"Sta deelnemers toe om hun camera aan te zetten",muteEveryoneDialog:"Weet u zeker dat u iedereen wilt dempen? U kunt het dempen niet opheffen, maar zij kunnen dit wel ieder moment zelf doen.",muteEveryoneDialogModerationOn:"De deelnemers kunnen te allen tijde een verzoek om te spreken indienen.",muteEveryoneElseDialog:"Eenmaal gedempt kunt u het dempen niet opheffen, maar zij kunnen dit wel ieder moment zelf doen.",muteEveryoneElseTitle:"Iedereen dempen behalve {{whom}}?",muteEveryoneElsesVideoDialog:"Als u de camera's uitzet kunt u hem niet meer aanzetten, maar de andere deelnemers kunnen dit wel ieder moment zelf doen.",muteEveryoneElsesVideoTitle:"De camera van iedereen behalve {{whom}} uitzetten?",muteEveryoneSelf:"uzelf",muteEveryoneStartMuted:"Iedereen start vanaf nu gedempt",muteEveryoneTitle:"Iedereen dempen?",muteEveryonesVideoDialog:"Weet u zeker dat u de camera van iedereen wilt uitzetten? Als u de camera's uitzet kunt u deze niet meer aanzetten, maar de andere deelnemers kunnen dit wel ieder moment zelf doen.",muteEveryonesVideoDialogModerationOn:"De deelnemers kunnen te allen tijde een verzoek om hun camera aan te zetten indienen.",muteEveryonesVideoDialogOk:"Uitzetten",muteEveryonesVideoTitle:"Camera van iedereen uitzetten?",muteParticipantBody:"U kunt het dempen niet opheffen, maar zij kunnen dit wel ieder moment zelf doen.",muteParticipantButton:"Dempen",muteParticipantDialog:"Weet u zeker dat u deze deelnemer wilt dempen? U kunt het dempen niet opheffen, maar deze deelnemer kan dit wel ieder moment zelf doen.",muteParticipantTitle:"Deze deelnemer dempen?",muteParticipantsVideoBody:"Het is niet mogelijk voor u om de camera weer aan te zetten, de deelnemer kan de camera wel weer aanzetten.",muteParticipantsVideoButton:"Camera uitzetten",muteParticipantsVideoTitle:"Camera van deze deelnemer uitzetten?",passwordLabel:"De vergadering is vergrendeld door een deelnemer. Voer het $t(lockRoomPassword) in om deel te nemen.",passwordNotSupported:"Instellen van een $t(lockRoomPassword) voor de vergadering wordt niet ondersteund.",passwordNotSupportedTitle:"$t(lockRoomPasswordUppercase) niet ondersteund",passwordRequired:"$t(lockRoomPasswordUppercase) vereist",popupError:"Uw browser blokkeert pop-upvensters van deze site. Schakel pop-ups in vanuit de beveiligingsinstellingen van uw browser en probeer het opnieuw.",popupErrorTitle:"Pop-up geblokkeerd",readMore:"meer",recording:"Opnemen",recordingDisabledBecauseOfActiveLiveStreamingTooltip:"Niet mogelijk tijdens een livestream",recordingDisabledTooltip:"Opname starten uitgeschakeld.",rejoinNow:"Nu opnieuw deelnemen",remoteControlAllowedMessage:"{{user}} heeft uw verzoek om extern beheer geaccepteerd.",remoteControlDeniedMessage:"{{user}} heeft uw verzoek om extern beheer geweigerd.",remoteControlErrorMessage:"Er is een fout opgetreden tijdens het verzoek om toestemming voor extern beheer van {{user}}!",remoteControlRequestMessage:"Wilt u {{user}} toestemming verlenen om uw bureaublad extern te beheren?",remoteControlShareScreenWarning:"Let op: als u op 'Toestaan' drukt, wordt uw scherm gedeeld!",remoteControlStopMessage:"De sessie van extern beheer is ge\xebindigd!",remoteControlTitle:"Extern beheer van bureaublad",removePassword:"$t(lockRoomPasswordUppercase) verwijderen",removeSharedVideoMsg:"Weet u zeker dat u uw gedeelde video wilt verwijderen?",removeSharedVideoTitle:"Gedeelde video verwijderen",reservationError:"Fout in reserveringssysteem",reservationErrorMsg:"Foutcode: {{code}}, bericht: {{msg}}",retry:"Opnieuw proberen",screenSharingAudio:"Deel audio",screenSharingFailed:"Oeps! Er is iets misgegaan, de schermdeling kon niet worden gestart!",screenSharingFailedTitle:"Schermdeling mislukt!",screenSharingPermissionDeniedError:"Oeps! Er is iets misgegaan met uw toegangsrechten voor schermdeling. Herlaad en probeer opnieuw.",sendPrivateMessage:"U hebt recentelijk een priv\xe9bericht ontvangen. Bent u van plan daar priv\xe9 op te reageren, of wilt u uw bericht naar de groep sturen?",sendPrivateMessageCancel:"Stuur naar de groep",sendPrivateMessageOk:"Priv\xe9 versturen",sendPrivateMessageTitle:"Priv\xe9 versturen?",serviceUnavailable:"Service niet beschikbaar",sessTerminated:"Gesprek be\xebindigd",sessionRestarted:"Gesprek herstart door de server",shareVideoLinkError:"Geef een juiste link op",shareVideoTitle:"Een video delen",shareYourScreen:"Uw scherm delen",shareYourScreenDisabled:"Schermdeling is uitgeschakeld.",startLiveStreaming:"Livestream starten",startRecording:"Opname starten",startRemoteControlErrorMessage:"Er is een fout opgetreden tijdens het starten van de sessie van extern beheer.",stopLiveStreaming:"Livestream stoppen",stopRecording:"Opname stoppen",stopRecordingWarning:"Weet u zeker dat u de opname wilt stoppen?",stopStreamingWarning:"Weet u zeker dat u de livestream wilt stoppen?",streamKey:"Sleutel voor livestream",thankYou:"Bedankt voor het gebruik van {{appName}}.",token:"token",tokenAuthFailed:"Sorry, u bent niet toegestaan om deel te nemen aan dit gesprek.",tokenAuthFailedTitle:"Authenticering mislukt",transcribing:"Transcriberen",unlockRoom:"$t(lockRoomPasswordUppercase) voor vergadering verwijderen",user:"gebruiker",userPassword:"gebruikerswachtwoord",videoLink:"Video link",yourEntireScreen:"Uw gehele scherm"},documentSharing:{title:"Gedeeld Document"},e2ee:{labelToolTip:"Audio- en Videocommunicatie in dit gesprek is eind-tot-eind-versleuteld"},embedMeeting:{title:"Deze vergadering embedden"},feedback:{average:"Gemiddeld",bad:"Slecht",detailsLabel:"We horen er graag meer over.",good:"Goed",rateExperience:"Beoordeel uw vergaderervaring",veryBad:"Zeer Slecht",veryGood:"Zeer Goed"},helpView:{title:"Helpcentrum"},incomingCall:{answer:"Beantwoorden",audioCallTitle:"Inkomende oproep",decline:"Negeren",productLabel:"vanuit Jitsi Meet",videoCallTitle:"Inkomende video-oproep"},info:{accessibilityLabel:"Informatie weergeven",addPassword:"$t(lockRoomPasswordUppercase) toevoegen",cancelPassword:"$t(lockRoomPasswordUppercase) annuleren",conferenceURL:"Link:",copyNumber:"Kopieer nummer",country:"Land",dialANumber:"Om deel te nemen aan uw vergadering, belt u een van deze nummers en voert u vervolgens de pincode in.",dialInConferenceID:"Pincode:",dialInNotSupported:"Sorry, inbellen wordt momenteel niet ondersteund.",dialInNumber:"Inbellen:",dialInSummaryError:"Fout bij het ophalen van inbelgegevens. Probeer het later opnieuw.",dialInTollFree:"Gratis",genericError:"Oeps, er is iets misgegaan.",inviteLiveStream:"Om de livestream van deze vergadering te bekijken, klikt u op deze link: {{url}}",invitePhone:"Om deel te nemen via uw telefoon, tik hierop: {{number}},,{{conferenceID}}#\n",invitePhoneAlternatives:"Op zoek naar een ander inbelnummer?\nBekijk de inbelnummers voor de vergadering: {{url}}\n\n\nAls u ook inbelt via een conferentietelefoon, neem dan deel zonder audio: {{silentUrl}}",inviteURLFirstPartGeneral:"U bent uitgenodigd om aan een vergadering deel te nemen.",inviteURLFirstPartPersonal:"{{name}} nodigt u uit voor een vergadering.\n",inviteURLSecondPart:"\nDeelnemen aan de vergadering:\n{{url}}\n",label:"Vergaderingsgegevens",liveStreamURL:"Livestream:",moreNumbers:"Meer nummers",noNumbers:"Geen inbelnummers.",noPassword:"Geen",noRoom:"Er is geen ruimte opgegeven om naar in te bellen.",numbers:"Inbelnummers",password:"$t(lockRoomPasswordUppercase):",title:"Delen",tooltip:"De link en inbelgegevens voor deze vergadering delen"},inlineDialogFailure:{msg:"Er is een fout opgetreden.",retry:"Opnieuw proberen",support:"Ondersteuning",supportMsg:"Als dit blijft gebeuren, neemt u contact op met"},inviteDialog:{alertText:"Niet alle deelnemers zijn uitgenodigd.",header:"Uitnodigen",searchCallOnlyPlaceholder:"Voer telefoonnummer in",searchPeopleOnlyPlaceholder:"Zoek deelnemers",searchPlaceholder:"Deelnemer of telefoonnummer",send:"Verzenden"},keyboardShortcuts:{focusLocal:"Focus op uw video",focusRemote:"Focus op de video van een andere persoon",fullScreen:"Volledig scherm weergeven of afsluiten",keyboardShortcuts:"Sneltoetsen",localRecording:"Besturingselementen voor lokale opnamen weergeven of verbergen",mute:"Uw microfoon dempen of het dempen opheffen",pushToTalk:"Druk om te spreken",raiseHand:"Uw hand opsteken of laten zakken",showSpeakerStats:"Sprekerstatistieken weergeven",toggleChat:"Chat openen of sluiten",toggleFilmstrip:"Videominiaturen weergeven of verbergen",toggleScreensharing:"Wisselen tussen camera en schermdeling",toggleShortcuts:"Sneltoetsen weergeven of verbergen",videoMute:"Uw camera aanzetten of uitzetten"},largeVideo:{screenIsShared:"U deelt uw scherm",showMeWhatImSharing:"Laat me zien wat ik deel"},liveStreaming:{busy:"Er wordt gewerkt aan het vrijmaken van streamingmiddelen. Probeer het over enkele minuten opnieuw.",busyTitle:"Alle streamers zijn momenteel bezet",changeSignIn:"Wissel van account.",choose:"Kies een livestream",chooseCTA:"Kies een streamingoptie. U bent momenteel aangemeld als {{email}}.",enterStreamKey:"Voer hier uw livestream-sleutel van YouTube in.",error:"Livestreamen is mislukt. Probeer het opnieuw.",errorAPI:"Er is een fout opgetreden tijdens het openen van uw YouTube-uitzendingen. Meld u opnieuw aan.",errorLiveStreamNotEnabled:"Livestreamen is niet ingeschakeld voor {{email}}. Schakel livestreamen in of meld u aan met een account waarbij livestreamen is ingeschakeld.",expandedOff:"De livestream is gestopt",expandedOn:"De vergadering wordt momenteel gestreamd naar YouTube.",expandedPending:"De livestream wordt gestart...",failedToStart:"Livestream starten mislukt",getStreamKeyManually:"Er konden geen livestreams opgehaald worden. Probeer uw livestream-sleutel van YouTube te krijgen.",googlePrivacyPolicy:"Privacybeleid Google",invalidStreamKey:"Livestream-sleutel is mogelijk onjuist.",limitNotificationDescriptionNative:"Uw stream zal beperkt worden tot {{limit}} min. Voor ongelimiteerd streamen, probeer {{app}}.",limitNotificationDescriptionWeb:"Vanwege een grote vraag zal uw stream beperkt worden tot {{limit}} min. Voor ongelimiteerd streamen, probeer {{app}}.",off:"Livestream gestopt",offBy:"{{name}} heeft de livestream gestopt.",on:"Livestream",onBy:"{{name}} heeft de livestream gestart.",pending:"Livestream starten...",serviceName:"Livestreamservice",signIn:"Aanmelden met Google",signInCTA:"Meld u aan of voer uw livestream-sleutel van YouTube in.",signOut:"Afmelden",signedInAs:"U bent momenteel aangemeld als:",start:"Een livestream starten",streamIdHelp:"Wat is dit?",title:"Livestream",unavailableTitle:"Livestreamen niet beschikbaar",youtubeTerms:"Servicevoorwaarden YouTube"},lobby:{admit:"Toelaten",admitAll:"Allen toelaten",allow:"Toestaan",backToKnockModeButton:"Geen wachtwoord, vraag om deel te mogen nemen",dialogTitle:"Lobby-modus",disableDialogContent:"Lobby-modus is momenteel ingeschakeld. Deze functie zorgt ervoor dat ongewenste deelnemers niet aan uw vergadering kunnen deelnemen. Wilt u het uitschakelen?",disableDialogSubmit:"Uitschakelen",emailField:"Voer uw e-mailadres in",enableDialogPasswordField:"Stel wachtwoord in (optioneel)",enableDialogSubmit:"Inschakelen",enableDialogText:"Met de lobby-modus kunt u uw vergadering beveiligen, door deelnemers alleen toe te laten na een formele goedkeuring van een moderator.",enterPasswordButton:"Voer wachtwoord voor vergadering in",enterPasswordTitle:"Voer wachtwoord in om deel te nemen aan vergadering",errorMissingPassword:"Voer alstublieft het wachtwoord van de vergadering in",invalidPassword:"Ongeldig wachtwoord",joinRejectedMessage:"Uw verzoek tot deelname is afgewezen door een moderator.",joinRejectedTitle:"Verzoek tot deelname afgewezen",joinTitle:"Deelnemen aan vergadering",joinWithPasswordMessage:"Poging tot deelname met wachtwoord, even geduld a.u.b...",joiningMessage:"U neemt deel aan de vergadering zodra iemand uw verzoek accepteert",joiningTitle:"Vragen om deel te nemen aan vergadering...",joiningWithPasswordTitle:"Deelnemen met wachtwoord...",knockButton:"Vragen om deel te nemen",knockTitle:"Iemand wil deelnemen aan de vergadering",knockingParticipantList:"Lijst van aankloppende deelnemers",nameField:"Voer uw naam in",notificationLobbyAccessDenied:"{{targetParticipantName}} is afgewezen om deel te nemen door {{originParticipantName}}",notificationLobbyAccessGranted:"{{targetParticipantName}} is toegestaan om deel te nemen door {{originParticipantName}}",notificationLobbyDisabled:"Lobby is uitgeschakeld door {{originParticipantName}}",notificationLobbyEnabled:"Lobby is ingeschakeld door {{originParticipantName}}",notificationTitle:"Lobby",passwordField:"Voer wachtwoord voor vergadering in",passwordJoinButton:"Deelnemen",reject:"Afwijzen",rejectAll:"Allen afwijzen",title:"Lobby",toggleLabel:"Lobby inschakelen"},localRecording:{clientState:{off:"Uit",on:"Aan",unknown:"Onbekend"},dialogTitle:"Besturingselementen voor Lokale Opnamen",duration:"Duur",durationNA:"N.v.t.",encoding:"Codering",label:"LOO",labelToolTip:"Lokale opname is ingeschakeld",localRecording:"Lokale Opname",me:"Ik",messages:{engaged:"Lokale opname ingeschakeld.",finished:"Opnamesessie {{token}} is voltooid. Stuur het opnamebestand naar de moderator.",finishedModerator:"Opnamesessie {{token}} is voltooid. De opname van de lokale track is opgeslagen. Vraag de andere deelnemers om hun opnamen te verzenden.",notModerator:"U bent niet de moderator. U kunt geen lokale opnamen starten of stoppen."},moderator:"Moderator",no:"Nee",participant:"Deelnemer",participantStats:"Deelnemerstatistieken",sessionToken:"Sessietoken",start:"Opname starten",stop:"Opname stoppen",yes:"Ja"},lockRoomPassword:"wachtwoord",lockRoomPasswordUppercase:"Wachtwoord",lonelyMeetingExperience:{button:"Anderen uitnodigen",youAreAlone:"U bent de enige in de vergadering"},me:"ik",notify:{OldElectronAPPTitle:"Beveiligingskwetsbaarheid!",allowAction:"Toestaan",allowedUnmute:"U kunt het dempen van uw microfoon opheffen, uw camera aanzetten of uw scherm delen.",audioUnmuteBlockedTitle:"Dempen opheffen is geblokkeerd!",chatMessages:"Chatberichten",connectedOneMember:"{{name}} neemt nu deel aan de vergadering",connectedThreePlusMembers:"{{name}} en {{count}} anderen nemen nu deel aan de vergadering",connectedTwoMembers:"{{first}} en {{second}} nemen nu deel aan de vergadering",disconnected:"verbinding verbroken",displayNotifications:"Toon meldingen voor",focus:"Focus van vergadering",focusFail:"{{component}} niet beschikbaar - probeer over {{ms}} sec. opnieuw",groupTitle:"Meldingen",hostAskedUnmute:"De moderator wil graag dat u spreekt",invitedOneMember:"{{name}} is uitgenodigd",invitedThreePlusMembers:"{{name}} en {{count}} anderen zijn uitgenodigd",invitedTwoMembers:"{{first}} en {{second}} zijn uitgenodigd",kickParticipant:"{{kicked}} is verwijderd door {{kicker}}",leftOneMember:"{{name}} heeft de vergadering verlaten",leftThreePlusMembers:"{{name}} en vele anderen hebben de vergadering verlaten",leftTwoMembers:"{{first}} en {{second}} hebben de vergadering verlaten",me:"Ik",moderationInEffectCSDescription:"Steek uw hand op als u uw scherm wilt delen.",moderationInEffectCSTitle:"Schermdelen is geblokkeerd door de moderator",moderationInEffectDescription:"Steek uw hand op als u wilt spreken.",moderationInEffectTitle:"Uw microfoon is gedempt door de moderator",moderationInEffectVideoDescription:"Steek uw hand op als u uw camera wilt aanzetten.",moderationInEffectVideoTitle:"Uw camera is geblokkeerd door de moderator",moderationRequestFromModerator:"De host vraagt u om dempen op te heffen",moderationRequestFromParticipant:"Wil graag spreken",moderator:"Moderatorrechten verleend!",muted:"U hebt het gesprek gedempt gestart.",mutedRemotelyDescription:"U kunt het dempen altijd opheffen wanneer u klaar bent om te spreken. Demp opnieuw wanneer u klaar bent, om ruis buiten de vergadering te houden.",mutedRemotelyTitle:"U bent gedempt door {{participantDisplayName}}!",mutedTitle:"U bent gedempt!",newDeviceAction:"Gebruik",newDeviceAudioTitle:"Nieuw audioapparaat gedetecteerd",newDeviceCameraTitle:"Nieuwe camera gedetecteerd",oldElectronClientDescription1:"Het lijkt erop dat u een oude versie van Jitsi Meet gebruikt, waarvan beveiligingskwetsbaarheden bekend zijn. Zorg ervoor dat u nu bijwerkt naar de ",oldElectronClientDescription2:"nieuwste versie",oldElectronClientDescription3:"!",participantWantsToJoin:"Wil deelnemen aan de vergadering",participantsWantToJoin:"Willen deelnemen aan de vergadering",passwordRemovedRemotely:"$t(lockRoomPasswordUppercase) verwijderd door een andere deelnemer",passwordSetRemotely:"$t(lockRoomPasswordUppercase) ingesteld door een ander deelnemer",raiseHandAction:"Hand opsteken",raisedHand:"{{name}} zou graag willen spreken.",raisedHands:"{{participantName}} en {{raisedHands}} meer mensen",reactionSounds:"Geluiden uitschakelen",reactionSoundsForAll:"Geluiden uitschakelen voor iedereen",somebody:"Iemand",startSilentDescription:"Neem opnieuw aan de vergadering deel om audio in te schakelen",startSilentTitle:"U neemt deel zonder audio-output!",suboptimalBrowserWarning:"Helaas zal uw vergaderervaring hier waarschijnlijk niet zo goed zijn. Er wordt geprobeerd dit in de toekomst te verbeteren, maar tot die tijd kunt u proberen een van de volledig ondersteunde browsers te gebruiken.",suboptimalExperienceTitle:"Browserwaarschuwing",unmute:"Dempen opheffen",videoMutedRemotelyDescription:"U kan hem ten alle tijden weer aanzetten.",videoMutedRemotelyTitle:"Uw camera is uitgezet door {{participantDisplayName}}!",viewLobby:"Lobby bekijken",waitingParticipants:"{{waitingParticipants}} mensen"},participantsPane:{actions:{allow:"Sta deelnemers toe:",allowVideo:"Video toestaan",askUnmute:"Vragen om dempen op te heffen",audioModeration:"Voor henzelf dempen op te heffen",blockEveryoneMicCamera:"Blokkeer microfoon en camera van allen",invite:"Iemand uitnodigen",moreModerationActions:"Meer moderatoropties",moreModerationControls:"Meer moderatorinstellingen",moreParticipantOptions:"Meer deelnemeropties",mute:"Dempen",muteAll:"Allen dempen",muteEveryoneElse:"Alle anderen dempen",stopEveryonesVideo:"Camera's van iedereen uitzetten",stopVideo:"Camera uitzetten",unblockEveryoneMicCamera:"Deblokkeer microfoon en camera van allen",videoModeration:"Hun camera aan te zetten"},close:"Sluiten",headings:{lobby:"Lobby ({{count}})",participantsList:"Deelnemers aan vergadering ({{count}})",waitingLobby:"In de lobby aan het wachten ({{count}})"},search:"Zoek deelnemers",title:"Deelnemers"},passwordDigitsOnly:"Maximaal {{number}} cijfers",passwordSetRemotely:"ingesteld door een andere deelnemer",polls:{answer:{skip:"Sla over",submit:"Verzend"},by:"Door {{ name }}",create:{addOption:"Voeg optie toe",answerPlaceholder:"Optie {{index}}",cancel:"Annuleer",create:"Cree\xebr een peiling",pollOption:"Peiling optie {{index}}",pollQuestion:"Peiling vraag",questionPlaceholder:"Stel een vraag",removeOption:"Verwijder optie",send:"Verstuur"},notification:{description:"Open het peilingen tabblad om te stemmen",title:"Een nieuwe peiling is aangemaakt in deze vergadering"},results:{changeVote:"Verander stem",empty:"Er zijn nog geen peilingen in deze vergadering. Start hier een peiling!",hideDetailedResults:"Verberg details",showDetailedResults:"Toon details",vote:"Stem"}},poweredby:"mogelijk gemaakt door",prejoin:{audioAndVideoError:"Audio- en videofout:",audioDeviceProblem:"Er is een probleem met uw microfoon",audioOnlyError:"Audiofout:",audioTrackError:"Kon audiotrack niet aanmaken.",callMe:"Bel me",callMeAtNumber:"Bel me op dit nummer:",calling:"Bellen",configuringDevices:"Apparaten instellen...",connectedWithAudioQ:"Bent u verbonden met audio?",connection:{good:"Uw internetverbinding lijkt goed te zijn!",nonOptimal:"Uw internetverbinding is niet optimaal",poor:"Uw internetverbinding is slecht"},copyAndShare:"Kopieer & deel link naar vergadering",dialInMeeting:"Inbellen naar de vergadering",dialInPin:"Inbellen naar de vergadering en pincode invoeren:",dialing:"Inbellen",doNotShow:"Laat dit niet meer zien",errorDialOut:"Kon niet bellen",errorDialOutDisconnected:"Kon niet bellen. Verbinding verbroken",errorDialOutFailed:"Kon niet bellen. Oproep is mislukt",errorDialOutStatus:"Fout bij ophalen belstatus",errorMissingName:"Voer alstublieft uw naam in om deel te nemen aan de vergadering",errorNoPermissions:"U moet toegang tot uw microfoon en camera inschakelen",errorStatusCode:"Fout bij bellen, statuscode: {{status}}",errorValidation:"Nummervalidatie mislukt",iWantToDialIn:"Ik wil inbellen",initiated:"Gesprek gestart",joinAudioByPhone:"Deelnemen met telefoonaudio",joinMeeting:"Deelnemen aan de vergadering",joinWithoutAudio:"Deelnemen zonder audio",keyboardShortcuts:"Sneltoetsen inschakelen",linkCopied:"Link gekopieerd naar klembord",lookGood:"Het klinkt alsof uw microfoon naar behoren werkt",or:"of",premeeting:"Voorbeeldscherm",screenSharingError:"Fout bij schermdeling:",showScreen:"Voorbeeldscherm inschakelen",startWithPhone:"Starten met telefoonaudio",videoOnlyError:"Videofout:",videoTrackError:"Kon videotrack niet aanmaken.",viewAllNumbers:"bekijk alle nummers"},presenceStatus:{busy:"Bezet",calling:"Bellen...",connected:"Verbonden",connecting:"Verbinding maken...",connecting2:"Verbinding maken*...",disconnected:"Verbinding verbroken",expired:"Verlopen",ignored:"Genegeerd",initializingCall:"Oproep Starten...",invited:"Uitgenodigd",rejected:"Geweigerd",ringing:"Gaat over..."},privacyView:{title:"Privacy"},profile:{setDisplayNameLabel:"Uw weergavenaam instellen",setEmailInput:"Voer e-mailadres in",setEmailLabel:"Uw Gravatar e-mail instellen",title:"Profiel"},raisedHand:"Zou graag willen spreken",recording:{authDropboxText:"Uploaden naar Dropbox",availableSpace:"Beschikbare ruimte: {{spaceLeft}} MB (circa {{duration}} minuten aan opname)",beta:"B\xc8TA",busy:"Er worden opnamemiddelen vrijgemaakt. Probeer het over enkele minuten opnieuw.",busyTitle:"Alle opnemers zijn momenteel bezet",error:"Opname is mislukt. Probeer het opnieuw.",expandedOff:"Opname is gestopt",expandedOn:"De vergadering wordt momenteel opgenomen.",expandedPending:"Opname wordt gestart...",failedToStart:"Opname starten mislukt",fileSharingdescription:"Opname delen met deelnemers aan vergadering",limitNotificationDescriptionNative:"Vanwege een grote vraag wordt uw opname beperkt tot {{limit}} min. Voor ongelimiteerde opnamen, probeer <3>{{app}}.",limitNotificationDescriptionWeb:"Vanwege een grote vraag wordt uw opname beperkt tot {{limit}} min. Voor ongelimiteerde opnamen, probeer {{app}}.",live:"LIVE",loggedIn:"Aangemeld als {{userName}}",off:"Opname gestopt",offBy:"{{name}} heeft de opname gestopt",on:"Opnemen",onBy:"{{name}} heeft de opname gestart",pending:"Voorbereiden op opnemen van de vergadering...",rec:"OPN",serviceDescription:"Uw opname wordt opgeslagen door de opnameservice",serviceName:"Opnameservice",signIn:"Aanmelden",signOut:"Afmelden",title:"Opnemen",unavailable:"Oeps! {{serviceName}} is momenteel niet beschikbaar. Er wordt aan een oplossing gewerkt. Probeer het later opnieuw.",unavailableTitle:"Opname niet beschikbaar"},screenshareDisplayName:"Scherm van {{name}}",sectionList:{pullToRefresh:"Naar beneden slepen om te vernieuwen"},security:{about:"U kunt een $t(lockRoomPassword) toevoegen aan uw vergadering. Deelnemers moeten het $t(lockRoomPassword) opgeven voordat zij aan de vergadering mogen deelnemen.",aboutReadOnly:"Moderators kunnen een $t(lockRoomPassword) toevoegen aan de vergadering. Deelnemers moeten het $t(lockRoomPassword) opgeven voordat zij aan de vergadering mogen deelnemen.",insecureRoomNameWarning:"De naam van de ruimte is onveilig. Ongewenste deelnemers kunnen deelnemen aan uw vergadering. Overweeg uw vergadering te beveiligen via de beveiligingsknop.",title:"Beveiligingsopties"},settings:{calendar:{about:"De agenda-integratie van {{appName}} wordt gebruikt voor een veilige toegang tot uw agenda, zodat het aankomende afspraken kan uitlezen.",disconnect:"Verbinding verbreken",microsoftSignIn:"Aanmelden met Microsoft",signedIn:"Agenda-afspraken voor {{email}} worden uitgelezen. Klik op de knop 'Verbinding verbreken' hieronder om de toegang tot agenda-afspraken te stoppen.",title:"Agenda"},desktopShareFramerate:"Framesnelheid schermdeling",desktopShareHighFpsWarning:"Een hogere framesnelheid voor schermdeling kan invloed hebben op de bandbreedte. U moet het schermdelen opnieuw beginnen om de nieuwe instellingen toe te passen.",desktopShareWarning:"U moet het schermdelen opnieuw beginnen om de nieuwe instellingen toe te passen.",devices:"Apparaten",followMe:"Iedereen volgt mij",framesPerSecond:"beelden per seconde",incomingMessage:"Binnenkomend bericht",language:"Taal",loggedIn:"Aangemeld als {{name}}",microphones:"Microfoons",moderator:"Moderator",more:"Meer",name:"Naam",noDevice:"Geen",selectAudioOutput:"Audio-uitvoer",selectCamera:"Camera",selectMic:"Microfoon",selfView:"Eigen beeld",sounds:"Geluiden",speakers:"Speakers",startAudioMuted:"Iedereen start gedempt",startReactionsMuted:"Reactiegeluiden voor iedereen dempen",startVideoMuted:"Iedereen start verborgen",title:"Instellingen"},settingsView:{advanced:"Geavanceerd",alertCancel:"Annuleren",alertOk:"OK",alertTitle:"Waarschuwing",alertURLText:"De ingevoerde server-URL is ongeldig",buildInfoSection:"Versiegegevens",conferenceSection:"Vergadering",disableCallIntegration:"Schakel inbellen via telefoon uit",disableCrashReporting:"Schakel crashrapportage uit",disableCrashReportingWarning:"Weet u zeker dat u crashrapportage wilt uitschakelen? De instelling wordt toegepast nadat u de app opnieuw hebt opgestart.",disableP2P:"Schakel Peer-to-Peer-modus uit",displayName:"Weergavenaam",email:"E\u2011mail",header:"Instellingen",profileSection:"Profiel",serverURL:"Server-URL",showAdvanced:"Geavanceerde instellingen weergeven",startWithAudioMuted:"Met audio gedempt starten",startWithVideoMuted:"Met video gedempt starten",version:"Versie"},share:{dialInfoText:"\n\n=====\n\nWilt u inbellen via uw telefoon?\n\n{{defaultDialInNumber}}Klik op deze link om de inbelnummers voor deze vergadering te zien\n{{dialInfoPageUrl}}",mainText:"Klik op de volgende link om deel te nemen aan de vergadering:\n{{roomUrl}}"},speaker:"Spreker",speakerStats:{hours:"{{count}}u",minutes:"{{count}}m",name:"Naam",seconds:"{{count}}s",speakerStats:"Sprekerstatistieken",speakerTime:"Sprekertijd"},startupoverlay:{genericTitle:"De vergadering heeft toegang tot uw microfoon en camera nodig.",policyText:" ",title:"{{app}} heeft toegang tot uw microfoon en camera nodig."},suspendedoverlay:{rejoinKeyTitle:"Opnieuw deelnemen",text:"Druk op de knop Opnieuw deelnemen om opnieuw verbinding te maken.",title:"Uw videogesprek is onderbroken omdat deze computer op de slaapstand overging."},toolbar:{Settings:"Instellingen",accessibilityLabel:{Settings:"Instellingen in- of uitschakelen",audioOnly:"Alleen audio in- of uitschakelen",audioRoute:"Het afspeelapparaat selecteren",breakoutRoom:"Neem deel aan/verlaat aparte vergaderruimte",callQuality:"Videokwaliteit beheren",cc:"Ondertiteling in- of uitschakelen",chat:"Chatvenster in- of uitschakelen",document:"Gedeeld document in- of uitschakelen",download:"Download onze apps",embedMeeting:"Vergadering embedden",endConference:"Vergadering voor iedereen be\xebindigen",feedback:"Feedback achterlaten",fullScreen:"Volledig scherm in- of uitschakelen",grantModerator:"Moderatorrechten verlenen",hangup:"Het gesprek verlaten",help:"Hulp",invite:"Personen uitnodigen",kick:"Deelnemer verwijderen",leaveConference:"Vergadering verlaten",lobbyButton:"Lobby-modus in- of uitschakelen",localRecording:"Besturingselementen voor lokale opname in- of uitschakelen",lockRoom:"Wachtwoord voor vergadering in- of uitschakelen",moreActions:"Meer acties menu in- of uitschakelen",moreActionsMenu:"Meer acties menu",moreOptions:"Meer opties weergeven",mute:"Audio dempen in- of uitschakelen",muteEveryone:"Iedereen dempen",muteEveryoneElse:"Alle anderen dempen",noiseSuppression:"Ruisonderdrukking",participants:"Deelnemers",pip:"Picture-in-Picture-modus in- of uitschakelen",privateMessage:"Verstuur priv\xe9bericht",profile:"Uw profiel bewerken",raiseHand:"Hand opsteken in- of uitschakelen",recording:"Opnemen in- of uitschakelen",remoteMute:"Deelnemer dempen",remoteVideoMute:"Camera van deelnemer uitschakelen",security:"Beveiligingsopties",selectBackground:"Achtergrond selecteren",shareRoom:"Iemand uitnodigen",shareYourScreen:"Schermdeling in- of uitschakelen",shareaudio:"Audio delen",sharedvideo:"Video delen in- of uitschakelen",shortcuts:"Sneltoetsen in- of uitschakelen",show:"Op podium weergeven",speakerStats:"Sprekerstatistieken in- of uitschakelen",tileView:"Tegelweergave in- of uitschakelen",toggleCamera:"Camera wisselen",toggleFilmstrip:"Filmstrip in- of uitschakelen",videomute:"Video dempen in- of uitschakelen"},addPeople:"Personen aan uw gesprek toevoegen",audioOnlyOff:"Lage bandbreedte-modus uitschakelen",audioOnlyOn:"Lage bandbreedte-modus inschakelen",audioRoute:"Het afspeelapparaat selecteren",audioSettings:"Audio-instellingen",authenticate:"Authenticeren",callQuality:"Videokwaliteit beheren",chat:"Chat openen / sluiten",closeChat:"Chat sluiten",closeReactionsMenu:"Reactiemenu sluiten",disableNoiseSuppression:"Ruisonderdrukking uitschakelen",disableReactionSounds:"U kunt reactiegeluiden uitschakelen voor deze vergadering",documentClose:"Gedeeld document sluiten",documentOpen:"Gedeeld document openen",download:"Download onze apps",e2ee:"Eind-tot-eind-versleuteling",embedMeeting:"Vergadering embedden",endConference:"Vergadering voor iedereen be\xebindigen",enterFullScreen:"Volledig scherm weergeven",enterTileView:"Tegelweergave openen",exitFullScreen:"Volledig scherm sluiten",exitTileView:"Tegelweergave sluiten",feedback:"Feedback achterlaten",hangup:"Verlaten",help:"Hulp",invite:"Personen uitnodigen",joinBreakoutRoom:"Deelnemen aan aparte vergaderruimte",leaveBreakoutRoom:"Aparte vergaderruimte verlaten",leaveConference:"Vergadering verlaten",lobbyButtonDisable:"Schakel lobby-modus uit",lobbyButtonEnable:"Schakel lobby-modus in",login:"Aanmelden",logout:"Afmelden",lowerYourHand:"Uw hand laten zakken",moreActions:"Meer acties",moreOptions:"Meer opties",mute:"Dempen / dempen opheffen",muteEveryone:"Iedereen dempen",muteEveryonesVideo:"Camera's van iedereen uitzetten",noAudioSignalDesc:"Als u niet met opzet hebt gedempt vanuit systeeminstellingen of hardware, overweeg dan van apparaat te wisselen.",noAudioSignalDescSuggestion:"Als u niet met opzet hebt gedempt vanuit systeeminstellingen of hardware, overweeg dan over te schakelen naar het gesuggereerde apparaat.",noAudioSignalDialInDesc:"U kunt ook inbellen met:",noAudioSignalDialInLinkDesc:"Inbelnummers",noAudioSignalTitle:"Er komt geen invoer van uw microfoon!",noiseSuppression:"Ruisonderdrukking",noisyAudioInputDesc:"Het klinkt alsof uw microfoon ruis veroorzaakt. Overweeg te dempen of van apparaat te wisselen.",noisyAudioInputTitle:"Uw microfoon lijkt ruis te veroorzaken!",openChat:"Chat openen",openReactionsMenu:"Reactiemenu openen",participants:"Deelnemers",pip:"Picture-in-Picture-modus activeren",privateMessage:"Verstuur priv\xe9bericht",profile:"Uw profiel bewerken",raiseHand:"Uw hand opsteken / laten zakken",raiseYourHand:"Uw hand opsteken",security:"Beveiligingsopties",selectBackground:"Achtergrond selecteren",shareRoom:"Iemand uitnodigen",shareaudio:"Audio delen",sharedvideo:"Een video delen",shortcuts:"Sneltoetsen weergeven",speakerStats:"Sprekerstatistieken",startScreenSharing:"Schermdeling starten",startSubtitles:"Ondertiteling starten",stopScreenSharing:"Schermdeling stoppen",stopSharedVideo:"Video stoppen",stopSubtitles:"Ondertiteling stoppen",talkWhileMutedPopup:"Probeert u te spreken? U bent gedempt.",tileViewToggle:"Tegelweergave in- of uitschakelen",toggleCamera:"Camera wisselen",videoSettings:"Instellingen van camera",videomute:"Camera aanzetten / uitzetten"},transcribing:{ccButtonTooltip:"Ondertiteling starten / stoppen",error:"Transcriberen is mislukt. Probeer het opnieuw.",expandedLabel:"Transcriberen is momenteel ingeschakeld",failedToStart:"Transcriberen starten mislukt",labelToolTip:"De vergadering wordt getranscribeerd",off:"Transcriberen gestopt",pending:"Voorbereiden op transcriberen van de vergadering...",start:"Weergave van ondertiteling starten",stop:"Weergave van ondertiteling stoppen",tr:"TR"},userMedia:{androidGrantPermissions:"Selecteer Toestaan wanneer uw browser om toegangsrechten vraagt.",chromeGrantPermissions:"Selecteer Toestaan wanneer uw browser om toegangsrechten vraagt.",edgeGrantPermissions:"Selecteer Ja wanneer uw browser om toegangsrechten vraagt.",electronGrantPermissions:"Verleen toestemming om uw camera en microfoon te gebruiken.",firefoxGrantPermissions:"Selecteer Geselecteerd apparaat delen wanneer uw browser om toegangsrechten vraagt.",iexplorerGrantPermissions:"Selecteer OK wanneer uw browser om toegangsrechten vraagt.",nwjsGrantPermissions:"Verleen toestemming om uw camera en microfoon te gebruiken.",operaGrantPermissions:"Selecteer Toestaan wanneer uw browser om toegangsrechten vraagt.","react-nativeGrantPermissions":"Selecteer Toestaan wanneer uw browser om toegangsrechten vraagt.",safariGrantPermissions:"Selecteer OK wanneer uw browser om toegangsrechten vraagt."},videoSIPGW:{busy:"Er worden middelen vrijgemaakt. Probeer het over enkele minuten opnieuw.",busyTitle:"De Ruimteservice is momenteel bezet",errorAlreadyInvited:"{{displayName}} is al uitgenodigd",errorInvite:"Vergadering nog niet tot stand gebracht. Probeer het later opnieuw.",errorInviteFailed:"Er wordt aan een oplossing gewerkt. Probeer het later opnieuw.",errorInviteFailedTitle:"Uitnodigen van {{displayName}} is mislukt",errorInviteTitle:"Fout bij uitnodigen ruimte",pending:"{{displayName}} is uitgenodigd"},videoStatus:{adjustFor:"Aanpassen voor:",audioOnly:"AUD",audioOnlyExpanded:"U bent in lage bandbreedte-modus. In deze modus ontvangt u alleen audio en schermdeling.",bestPerformance:"Beste prestatie",callQuality:"Videokwaliteit",hd:"HD",hdTooltip:"U bekijkt video in hoge resolutie",highDefinition:"Hoge resolutie",highestQuality:"Hoogste kwaliteit",labelTooiltipNoVideo:"Geen video",labelTooltipAudioOnly:"Lage bandbreedte-modus ingeschakeld",ld:"LD",ldTooltip:"U bekijkt video in lage resolutie",lowDefinition:"Lage resolutie",performanceSettings:"Prestatie instellingen",sd:"SD",sdTooltip:"U bekijkt video in standaard resolutie",standardDefinition:"Standaard resolutie"},videothumbnail:{connectionInfo:"Verbindingsinformatie",domute:"Dempen",domuteOthers:"Alle anderen dempen",domuteVideo:"Camera uitschakelen",domuteVideoOfOthers:"Camera van alle anderen uitschakelen",flip:"Omdraaien",grantModerator:"Moderatorrechten verlenen",hideSelfView:"Verberg eigen beeld",kick:"Verwijderen",moderator:"Moderator",mute:"Deelnemer is gedempt",muted:"Gedempt",remoteControl:"Extern beheer starten / stoppen",show:"Op podium weergeven",videoMuted:"Camera uitgeschakeld",videomute:"Deelnemer heeft de camera gestopt"},virtualBackground:{addBackground:"Achtergrond toevoegen",apply:"Toepassen",blur:"Vervagen",none:"Geen",pleaseWait:"Even geduld a.u.b...",removeBackground:"Verwijder achtergrond",slightBlur:"Licht vervagen",title:"Achtergronden"},welcomepage:{accessibilityLabel:{join:"Tik om deel te nemen",roomname:"Voer naam van ruimte in"},appDescription:"U kunt nu videochatten met het gehele team. Nodig uit wie u maar wilt. {{app}} is een volledig versleutelde, 100% open-source oplossing voor videovergaderingen, die u wanneer u maar wilt gratis kunt gebruiken \u2014 zonder dat u een account nodig hebt.",audioVideoSwitch:{audio:"Spraak",video:"Video"},calendar:"Agenda",connectCalendarButton:"Uw agenda koppelen",connectCalendarText:"Koppel uw agenda om al uw vergaderingen in {{app}} te bekijken. Voeg bovendien {{provider}}-vergaderingen toe aan uw agenda en start ze met \xe9\xe9n klik.",enterRoomTitle:"Een nieuwe vergadering starten",getHelp:"Hulp krijgen",go:"GAAN",goSmall:"GAAN",headerSubtitle:"Veilige vergaderingen van hoge kwaliteit",headerTitle:"Jitsi Meet",info:"Informatie",jitsiOnMobile:"Jitsi op de mobiele telefoon - download onze apps en start overal een vergadering",join:"AANMAKEN / DEELNEMEN",moderatedMessage:"Of boek een vergadering URL van tevoren waar u de enige moderator bent.",privacy:"Privacy",recentList:"Recent",recentListDelete:"Verwijderen",recentListEmpty:"Uw recent lijst is momenteel leeg. Wanneer u chat met uw team, vindt u hier al uw recente vergaderingen.",reducedUIText:"Welkom in {{app}}!",roomNameAllowedChars:"Naam van vergadering mag geen van deze tekens bevatten: ?, &, :, ', \", %, #.",roomname:"Voer naam van ruimte in",roomnameHint:"Voer de naam of URL in van de ruimte die u wilt betreden. U kunt een naam verzinnen, maar laat deze wel weten aan de andere deelnemers, zodat zij dezelfde naam invoeren.",sendFeedback:"Feedback versturen",startMeeting:"Vergadering starten",terms:"Voorwaarden",title:"Veilige, volledig uitgeruste en geheel gratis videovergaderingen"}}},841,[]); -__d(function(a,e,r,i,n,t,o){n.exports={addPeople:{add:"Convidar",addContacts:"Convidatz v\xf2stres contactes",contacts:"contactes",copyInvite:"Copiar l\u2019invitacion a la confer\xe9ncia",copyLink:"Copiar lo ligam de la confer\xe9ncia",copyStream:"Copiar lo ligam de la difusion en dir\xe8cte",countryNotSupported:"S\xe8m pas encara compatibles amb aquesta destinacion.",countryReminder:"Sonatz def\xf2ra los US\u202f? Merc\xe9s de vos assegurar de comen\xe7ar amb lo c\xf2di pa\xeds.",defaultEmail:"V\xf2stre email per defaut",disabled:"Pod\xe8tz pas convidar de monde.",failedToAdd:"Frac\xe0s de l'ajust de participants",footerText:"Sonadas ext. desactivadas.",googleEmail:"Google Email",inviteMoreHeader:"S\xe8tz l\u2019unica persona de la confer\xe9ncia",inviteMoreMailSubject:"Rej\xf3nher la confer\xe9ncia {{appName}}",inviteMorePrompt:"Convidar mai de monde",linkCopied:"Ligam copiat al quichapapi\xe8rs",noResults:"Pas cap de resultat trobat",outlookEmail:"Outlook Email",phoneNumbers:"num\xe8ros de telef\xf2n",searching:"Rec\xe8rca...",shareInvite:"Partejar invitacion confer\xe9ncia",shareLink:"Partejar lo ligam de la confer\xe9ncia per convidar de monde",shareStream:"Partejar la ligam de la difusion en dir\xe8cte",sipAddresses:"adre\xe7as sip",telephone:"Telef\xf2n\u202f: {{number}}",title:"Convidatz de monde a v\xf2stra confer\xe9ncia",yahooEmail:"Yahoo Email"},audioDevices:{bluetooth:"Bluetooth",headphones:"Escotadors",none:"Cap de periferic \xe0udio pas disponible",phone:"Telef\xf2n",speaker:"Nautparlaire"},audioOnly:{audioOnly:"Benda passanta febla"},blankPage:{meetingEnded:"Confer\xe9ncia acabada."},breakoutRooms:{actions:{add:"Apondre una sala de re\xfcnion",autoAssign:"Atribucion auto a las salas de re\xfcnion",close:"Tampar",join:"Rej\xf3nher",leaveBreakoutRoom:"Quitar la sala de re\xfcnion",more:"Mai",remove:"Levar",sendToBreakoutRoom:"Enviar lo participant a\u202f:"},defaultName:"Sala de re\xfcnion #{{index}}",mainRoom:"Sala principala",notifications:{joined:"Dintrada a la sala suplement\xe0ria \xab\u202f{{name}}\u202f\xbb",joinedMainRoom:"Retorn a la sala principala",joinedTitle:"Salas suplement\xe0rias"}},calendarSync:{addMeetingURL:"Ajustar un ligam de re\xfcnion",confirmAddLink:"Vol\xe8tz ajustar un ligam Jitsi cap a aqueste eveniment\u202f?",error:{appConfiguration:"L\u2019integracion del calendi\xe8r es pas corr\xe8ctament configurada.",generic:"Una error s\u2019es producha. Verificatz v\xf2stres param\xe8tres de calendi\xe8r o ensajatz de l\u2019actualizar.",notSignedIn:"Una error s\u2019es producha pendent l\u2019autentificacion per veire los eveniments del calendi\xe8r. Verificatz los param\xe8tres del calendi\xe8r e connectatz-vos tornamai."},join:"J\xf3nher",joinTooltip:"Rej\xf3nher la confer\xe9ncia",nextMeeting:"confer\xe9ncia venenta",noEvents:"Cap d\u2019eveniments venents pas prevists.",ongoingMeeting:"confer\xe9ncia en cors",permissionButton:"Dobrir los param\xe8tres",permissionMessage:"La permission pel calendari es necess\xe0ria per listar v\xf2stres RDV dins l\u2019aplicacion.",refresh:"Actualizar lo calendari",today:"U\xe8i"},chat:{enter:"Dintrar dins la sala",error:"Error\u202f: lo messatge es pas estat enviat. Rason\u202f: {{error}}",fieldPlaceHolder:"Picatz v\xf2stre messatge aqu\xed",message:"Messatge",messageAccessibleTitle:"{{user}} ditz\u202f:",messageAccessibleTitleMe:"disi\u202f:",messageTo:"Messatge privat per {{recipient}}",messagebox:"Picatz un messatge",nickname:{popover:"Causiss\xe8tz un escais",title:"Picatz un escais-nom per utilizar la messatjari\xe1",titleWithPolls:"Picatz un escais-nom per utilizar la messatjari\xe1"},noMessagesMessage:"I a pas cap de messatge dins la confer\xe9ncia pel moment. Comen\xe7at una conversacion aqu\xed\u202f!",privateNotice:"Messatge privat per {{recipient}}",sendButton:"Mandar",smileysPanel:"Pan\xe8l d\u2019Emoji",tabs:{chat:"Messatjari\xe1",polls:"Sondatges"},title:"Messatjari\xe1",titleWithPolls:"Messatjari\xe1",you:"vos"},chromeExtensionBanner:{buttonText:"Installar l\u2019extension Chrome",close:"Tampar",dontShowAgain:"Me mostrar pas mai aqu\xf2",installExtensionText:"Installar l\u2019extension per l\u2019integracion de Google Calendar e Office 365"},connectingOverlay:{joiningRoom:"Connexion a v\xf2stra re\xfcnion\u2026"},connection:{ATTACHED:"Estacada",AUTHENTICATING:"Autentificacion en cors",AUTHFAIL:"Frac\xe0s de l'autentificacion",CONNECTED:"Connectat",CONNECTING:"Connexion en cors",CONNFAIL:"Frac\xe0s de la connexion",DISCONNECTED:"Desconnectat",DISCONNECTING:"Desconnexion en cors",ERROR:"Error",FETCH_SESSION_ID:"Obtencion de session-id...",GET_SESSION_ID_ERROR:"Obt\xe9ner l\u2019error session-id\u202f: {{code}}",GOT_SESSION_ID:"Obtencion de session-id... Fach",LOW_BANDWIDTH:"La vid\xe8o per {{displayName}} es estada copada per estalviar la banda passanta"},connectionindicator:{address:"Adre\xe7a\u202f:",audio_ssrc:"\xc0udio SSRC\u202f:",bandwidth:"Benda passanta estimada\u202f:",bitrate:"Debit\u202f:",bridgeCount:"Nombre de servidor\u202f: ",codecs:"Codecs (A/V)\u202f: ",connectedTo:"Connectat a\u202f:",framerate:"Frequ\xe9ncia imatge\u202f:",less:"Amagar lo detalh",localaddress:"Adre\xe7a locala\u202f:",localaddress_plural:"Adre\xe7as localas\u202f:",localport:"P\xf2rt local\u202f:",localport_plural:"P\xf2rts locals\u202f:",maxEnabledResolution:"enviar max",more:"Ne veire mai",packetloss:"P\xe8rda de paquets\u202f:",participant_id:"Id participant\u202f:",quality:{good:"Bona",inactive:"Inactiva",lost:"Perduda",nonoptimal:"Pas optimala",poor:"Marrida"},remoteaddress:"Adre\xe7a distanta\u202f:",remoteaddress_plural:"Adre\xe7as distantas\u202f:",remoteport:"P\xf2rt distant\u202f:",remoteport_plural:"P\xf2rts distants\u202f:",resolution:"Resolucion\u202f:",savelogs:"Enregistrar jornals",status:"Connexion\u202f:",transport:"Transp\xf2rt\u202f:",transport_plural:"Transp\xf2rts\u202f:",video_ssrc:"Vid\xe8o SSRC\u202f:"},dateUtils:{earlier:"Mai d\u2019ora",today:"U\xe8i",yesterday:"I\xe8r"},deepLinking:{appNotInstalled:"Vos cal l\u2019aplicacion {{app}} per j\xf3nher la confer\xe9ncia amb v\xf2stre mobil.",description:"Res s\u2019es pas passat\u202f? Av\xe8m ensajat de lan\xe7ar la confer\xe9ncia dins l\u2019aplicacion {{app}}. Merc\xe9s de tornar ensajar o de la lan\xe7ar dins l\u2019aplicacion web {{app}}.",descriptionWithoutWeb:"Res se passa pas\u202f? Av\xe8m ensajat de lan\xe7ar la confer\xe9ncia dins l\u2019aplicacion de bur\xe8u {{app}}.",downloadApp:"Telecargar l\u2019aplicacion",ifDoNotHaveApp:"S\u2019av\xe8tz pas encara l\u2019aplicacion\u202f:",ifHaveApp:"S\u2019av\xe8tz ja l\u2019aplicacion\u202f:",joinInApp:"Rej\xf3nher la confer\xe9ncia en utilizant l\u2019aplicacion",launchWebButton:"Lan\xe7ar del navigador",title:"Aviada de v\xf2stra confer\xe9ncia dins {{app}}\u2026",tryAgainButton:"Tornar ensajar del bur\xe8u",unsupportedBrowser:"Sembla qu\u2019utilizatz un navigador que pren\xe8m pas en carga."},defaultLink:"ex. {{url}}",defaultNickname:"ex. Joan Delpu\xe8ch",deviceError:{cameraError:"Frac\xe0s de l\u2019acc\xe8s a v\xf2stra cam\xe8ra",cameraPermission:"Error d'obtencion de la permission per la cam\xe8ra",microphoneError:"Frac\xe0s de l\u2019acc\xe8s a v\xf2stre microf\xf2n",microphonePermission:"Error d'obtencion de la permission pel microf\xf2n"},deviceSelection:{noPermission:"Autorizacion pas acordada",previewUnavailable:"Apercebut pas disponible",selectADevice:"Seleccionatz un aparelh",testAudio:"Legir un son de pr\xf2va"},dialOut:{statusMessage:"ara es {{status}}"},dialog:{Back:"Retorn",Cancel:"Anullar",IamHost:"Soi l\u2019\xf2ste",Ok:"D'ac\xf2rdi",Remove:"Suprimir",Share:"Partejar",Submit:"Validar",WaitForHostMsg:"La confer\xe9ncia a pas encara comen\xe7at. Se s\xe8tz l\u2019\xf2st volgatz ben vos identificar. Autrament esperatz qu\u2019arribe l\u2019\xf2ste.",WaitingForHostTitle:"En esp\xe8ra de l\u2019\xf2ste...",Yes:"\xd2c",accessibilityLabel:{liveStreaming:"Difusion en dir\xe8cte"},add:"Ajustar",allow:"Autorizar",alreadySharedVideoMsg:"Un autre participant parteja ja sa vid\xe8o. Aquesta confer\xe9ncia permet pas qu\u2019un partatge de vid\xe8o a l\u2019enc\xf2p.",alreadySharedVideoTitle:"Solament un partatge de vid\xe8o a l'enc\xf2p es autorizat",applicationWindow:"Fen\xe8stra de l'aplicacion",authenticationRequired:"Autentificacion requerida",cameraConstraintFailedError:"V\xf2stra cam\xe8ra satisf\xe0 pas totas las constrentas necess\xe0rias.",cameraNotFoundError:"La cam\xe8ra es pas estada trobada.",cameraNotSendingData:"Pod\xe8m pas accedir a v\xf2stra cam\xe8ra. Merc\xe9s de verificar se una autra aplicacion es a utilizar aqueste periferic, seleccionatz un autre periferic dins lo men\xfa de param\xe8tres o ensajatz de recargar l'aplicacion.",cameraNotSendingDataTitle:"Impossible d'accedir a v\xf2stra cam\xe8ra",cameraPermissionDeniedError:"La cam\xe8ra es pas estada trobada. Pasmens pod\xe8tz participar a la confer\xe9ncia mas los demai vos veir\xe0n pas. Utilizatz lo boton de la barra d\u2019adre\xe7a per res\xf2lver aqueste probl\xe8ma.",cameraTimeoutError:"Aviada impossibla de la font vid\xe8o. Relambi despassat\u202f!",cameraUnknownError:"Impossible d\u2019emplegar la cam\xe8ra per una rason desconeguda.",cameraUnsupportedResolutionError:"V\xf2stra cam\xe8ra pren pas en carga la resolucion vid\xe8o que cal.",close:"Tampar",conferenceDisconnectMsg:"Vos cal benl\xe8u verificar v\xf2stra connexion al malhum. N\xf2va connexion d\u2019aqu\xed {{seconds}}\u202fsegondas\u2026",conferenceDisconnectTitle:"S\xe8tz estat desconnectat.",conferenceReloadMsg:"S\xe8m a reglar aqu\xf2\u202f! N\xf2va connexion d\u2019aqu\xed {{seconds}}\u202fsegondas\u2026",conferenceReloadTitle:"Malurosament, quic\xf2m truqu\xe8t.",confirm:"Confirmar",confirmNo:"Non",confirmYes:"\xd2c",connectError:"Ops! Quic\xf2m a trucat e la connexion a la confer\xe9ncia es impossibla.",connectErrorWithMsg:"Ops! Quic\xf2m a trucat e la connexion a la confer\xe9ncia es impossibla: {{msg}}",connecting:"Connexion en cors",contactSupport:"Contactar l'assist\xe9ncia",copied:"Copiat",copy:"Copiar",dismiss:"Regetar",displayNameRequired:"Adiu\u202f! Coss\xed vos dison\u202f?",done:"Tampar",e2eeDescription:"Lo chiframent del cap a la fin es actualament EXPERIMENTALA. Merc\xe9s de gardar a l'esperit qu'activar lo chiframent del cap a la fin desactivar\xe0 en efi\xe8ch los servicis costat servidor coma\u202f: l'enregistrament, la difusion en dir\xe8cte e las participacions telefonicas. Remembratz tanben que la confer\xe9ncia foncionar\xe0 pas que per lo monde que participan amb un navigador compatible amb los fluxes inseribles.",e2eeDisabledDueToMaxModeDescription:"Impossible d'activar lo chiframent del cap a la fin a causa d'un nombre tr\xf2p b\xe8l de participants dins la confer\xe9ncia.",e2eeLabel:"Activar lo chiframant del cap a la fin",e2eeWarning:"AVERTIMENT\u202f: pas totes los participants d'aquesta confer\xe9ncia semblan poder suportar lo chiframent del cap a la fin. Se l'activatz poir\xe0n pas vos veire nimai vos entendre.",e2eeWillDisableDueToMaxModeDescription:"AVERTIMENT\u202f: lo chiframent del cap a la fin ser\xe0 automaticament desactivat se mai de participants rejonhent la confer\xe9ncia.",embedMeeting:"Integrar la confer\xe9ncia",enterDisplayName:"Volgatz picar v\xf2stre nom aqu\xed",error:"Error",gracefulShutdown:"Lo servici es actualament en mantenen\xe7a. Ensajatz tornamai pus tard.",grantModeratorDialog:"Vol\xe8tz vertadi\xe8rament far venir aqueste participant moderator\u202f?",grantModeratorTitle:"Passar moderator",hideShareAudioHelper:"Afichar pas mai aquesta fen\xe8stra",incorrectPassword:"Nom de compte o senhal incorr\xe8cte",incorrectRoomLockPassword:"Senhal incorr\xe8cte",internalError:"\xd2u\u202f! Quic\xf2m a pas foncionat. L'error seguenta s'es producha\u202f: {{error}}",internalErrorTitle:"Error int\xe8rna",kickMessage:"Pod\xe8tz contactat {{participantDisplayName}} per mai de detalhs.",kickParticipantButton:"Forabandir",kickParticipantDialog:"Vol\xe8tz vertadi\xe8rament forabandir aqueste participant\u202f?",kickParticipantTitle:"Forabandir aqueste participant\u202f?",kickTitle:"Ai\u202f! {{participantDisplayName}} vos a forabandit de la confer\xe9ncia",liveStreaming:"La difusion en dir\xe8cte es estada arrestada",liveStreamingDisabledBecauseOfActiveRecordingTooltip:"Impossible pendent un enregistrament actiu",liveStreamingDisabledTooltip:"Difusion en dir\xe8cte desactivada.",localUserControls:"Contrar\xf2tles de l\u2019utilizaire local",lockMessage:"Impossible de verrolhar la confer\xe9ncia.",lockRoom:"Ajustar un $t(lockRoomPasswordUppercase) a la confer\xe9ncia",lockTitle:"Frac\xe0s del verrolhatge",login:"Connexion",logoutQuestion:"S\xe8tz segur que vos vol\xe8tz desconnectar e arrestar la confer\xe9ncia\u202f?",logoutTitle:"Desconnexion",maxUsersLimitReached:"La limita de nombre maximum de participant es estada atenguda. La confer\xe9ncia es compl\xe8ta. Contactatz lo proprietari de la confer\xe9ncia o tornatz ensajar mai tard.",maxUsersLimitReachedTitle:"Limita de participants maximum atenguda",micConstraintFailedError:"V\xf2stre microf\xf2n satisf\xe0 pas totas las constrentas necess\xe0rias.",micNotFoundError:"Lo microf\xf2n es pas estat trobat.",micNotSendingData:"Anatz als param\xe8tres de l\u2019ordenador per tornar metre lo son del microf\xf2n e ajustar son niv\xe8l",micNotSendingDataTitle:"Lo microf\xf2n es copat pels param\xe8tres del sist\xe8ma",micPermissionDeniedError:"Av\xe8tz pas donat l'autorizacion d'utilizar v\xf2stre microf\xf2n. Pod\xe8tz encara participar a la confer\xe9ncia mai los demai vos ausir\xe0n pas. Utilizatz lo boton del microf\xf2n dins la barra d'adre\xe7a per res\xf2lvre aqu\xf2.",micTimeoutError:"Aviada impossibla de la font \xe0udio. Relambi despassat\u202f!",micUnknownError:"Impossible d'utilizar lo microf\xf2n per una rason desconeguda.",moderationAudioLabel:"Permetre als convidats de se copar lo son",moderationVideoLabel:"Permetre als convidats d\u2019aviar lor vid\xe8o",muteEveryoneDialog:"Vol\xe8tz vertadi\xe8rament copar lo son a tot lo monde\u202f? Poiretz pas lo restablir, mas eles poir\xe0n o far quora que v\xf2lgan.",muteEveryoneDialogModerationOn:"Los participants p\xf2don enviar una requ\xe8sta per parlar quand v\xf2lgan.",muteEveryoneElseDialog:"Un c\xf2p mut, poiretz pas mai lo tornar la paraula, mas la se p\xf2don tornar quora v\xf2lgan.",muteEveryoneElseTitle:"Copar lo son a totes levat {{whom}}\u202f?",muteEveryoneElsesVideoDialog:"Un c\xf2p la cam\xe8ra desactivada, poiretz pas la reactivar, mas p\xf2don la reactivar quand v\xf2lgan.",muteEveryoneElsesVideoTitle:"Arrestar la vid\xe8o de tot lo monde levat {{whom}}\u202f?",muteEveryoneSelf:"vos",muteEveryoneStartMuted:"D'ara enl\xe0 tot lo monde comen\xe7a mut",muteEveryoneTitle:"Rendre mut tot lo monde\u202f?",muteEveryonesVideoDialog:"Los participants p\xf2don activar lor vid\xe8o quand v\xf2lgan.",muteEveryonesVideoDialogModerationOn:"Los participants p\xf2don enviar una requ\xe8sta per activar lor vid\xe8o quand v\xf2lgan.",muteEveryonesVideoDialogOk:"Desactivar",muteEveryonesVideoTitle:"Arrestar la vid\xe8o de tot lo monde\u202f?",muteParticipantBody:"Poiretz pas lo tornar activar lo microf\xf2n, mai eles p\xf2don o far quand v\xf2lon.",muteParticipantButton:"Copar lo son",muteParticipantsVideoBody:"Poiretz pas lor activar la cam\xe8ra de n\xf2u, mas poiri\xe1n se la restablir quand v\xf2lga.",muteParticipantsVideoBodyModerationOn:"Poiretz pas li activar de n\xf2u e el tanpauc.",muteParticipantsVideoButton:"Arrestar la vid\xe8o",muteParticipantsVideoDialog:"Vol\xe8tz vertadi\xe8rament copar la cam\xe8ra d\u2019aqueste participant\u202f? Poiretz pas li activar de n\xf2u, mas poiri\xe1 se la restablir quand v\xf2lga.",muteParticipantsVideoDialogModerationOn:"Vol\xe8tz vertadi\xe8rament copar la cam\xe8ra d\u2019aqueste participant\u202f? Poiretz pas li activar de n\xf2u e el tanpauc.",muteParticipantsVideoTitle:"Desactivar la cam\xe8ra d\u2019aqueste participant\u202f?",noDropboxToken:"Cap de geton Dropbox pas valid",password:"Senhal",passwordLabel:"Aquesta confer\xe9ncia es estada barrada per un participant. Merc\xe9s de dintrar lo $t(lockRoomPassword) per la rej\xf3nher.",passwordNotSupported:"Ajustar un $t(lockRoomPassword) a una confer\xe9ncia es pas suportat.",passwordNotSupportedTitle:"$t(lockRoomPasswordUppercase) pas suportat",passwordRequired:"$t(lockRoomPasswordUppercase) requesit",permissionCameraRequiredError:"L\u2019autorizacion de la cam\xe8ra es requerida per participar a la confer\xe9ncia amb la vid\xe8o. Merc\xe9s de la donar als Param\xe8tres",permissionErrorTitle:"Autorizacion requerida",permissionMicRequiredError:"L\u2019autorizacion del microf\xf2n es requerida per participar a la confer\xe9ncia amb l\u2019\xe0udio. Merc\xe9s de la donar als Param\xe8tres",popupError:"V\xf2stre navigador bloca las fen\xe8stras que sorgisson a partir d'aqueste site. Merc\xe9s d'activar aquelas fen\xe8stras dins los param\xe8tres de v\xf2stre navigador e de tornar ensajar.",popupErrorTitle:"Fen\xe8stra que sorg\xeds blocada",readMore:"mai",recording:"Enregistrament",recordingDisabledBecauseOfActiveLiveStreamingTooltip:"Impossible pendent una difusion activa",recordingDisabledTooltip:"L\u2019enregistrament es desactivat.",rejoinNow:"Participar ara",remoteControlAllowedMessage:"{{user}} a acceptat v\xf2stra demanda de contrar\xf2tle alonhat\u202f!",remoteControlDeniedMessage:"{{user}} a refusat v\xf2stra demanda de contrar\xf2tle alonhat\u202f!",remoteControlErrorMessage:"Error al moment de demandar lo contrar\xf2tle alonhat a {{user}}\u202f!",remoteControlRequestMessage:"Vol\xe8tz autorizar {{user}} a contrarotlar v\xf2stre ordinador\u202f?",remoteControlShareScreenWarning:"Remarcatz que se botatz \xab\u202fAutorizar\u202f\xbb partejaretz v\xf2stre ecran\u202f!",remoteControlStopMessage:"La session de contrar\xf2tle alonhat es acabada\u202f!",remoteControlTitle:"Contrar\xf2tle a dist\xe0ncia",remoteUserControls:"Contrar\xf2tle a dist\xe0ncia de l'utilizaire {{username}}",removePassword:"Suprimir lo $t(lockRoomPassword)",removeSharedVideoMsg:"S\xe8tz segur que vol\xe8tz suprimir v\xf2stra vid\xe8o partejada\u202f?",removeSharedVideoTitle:"Suprimir la vid\xe8o partejada",reservationError:"Error del sist\xe8ma de reservacion",reservationErrorMsg:"C\xf2di d'error: {{code}}, messatge: {{msg}}",retry:"Ensajar tornamai",screenSharingAudio:"Partejar l\u2019\xe0udio",screenSharingFailed:"Ops\u202f! Quic\xf2m a trucat, av\xe8m pas pogut comen\xe7ar lo partiment d'ecran!",screenSharingFailedTitle:"Frac\xe0s del partiment d'ecran\u202f!",screenSharingPermissionDeniedError:"\xd2ps\u202f! Quic\xf2m s'es pas ben passat amb l'autorizacion de v\xf2stra autorizacion de partatge d'ecran. Merc\xe9s de recargar e tornar ensajar.",sendPrivateMessage:"Av\xe8tz recentament recebut un messatge privat. Av\xe8tz ensajat d\u2019i respondre en privat, o vol\xe8tz enviar lo messatge al grop\u202f?",sendPrivateMessageCancel:"Enviar al grop",sendPrivateMessageOk:"Enviar en privat",sendPrivateMessageTitle:"Enviar en privat\u202f?",serviceUnavailable:"Servici indisponible",sessTerminated:"Sonada acabada",sessionRestarted:"Sonada reaviada a causa d\u2019un probl\xe8ma de connexion.",shareAudio:"Contunhar",shareAudioTitle:"Coss\xed partejar l\u2019\xe0udio",shareAudioWarningD1:"dev\xe8tz arrestar lo partiment d\u2019ecran abans lo partiment d\u2019\xe0udio.",shareAudioWarningD2:"dev\xe8tz reaviar lo partiment d\u2019ecran e clicar l\u2019opcion \xab\u202fpartejar l\u2019\xe0udio\u202f\xbb.",shareAudioWarningH1:"Se vol\xe8tz partejar pas que l\u2019\xe0udio\u202f:",shareAudioWarningTitle:"Dev\xe8tz arrestar lo partiment d\u2019ecran abans lo partiment d\u2019\xe0udio",shareMediaWarningGenericH2:"Se vol\xe8tz partejar v\xf2stre ecran e l\u2019\xe0udio",shareScreenWarningD1:"dev\xe8tz arrestar lo partiment \xe0udio abans lo partiment de l\u2019ecran.",shareScreenWarningD2:"dev\xe8tz arrestar lo partiment \xe0udio, aviar lo partiment d\u2019ecran e clicar l\u2019opcion \xab\u202fpartejar l\u2019\xe0udio\u202f\xbb.",shareScreenWarningH1:"Se vol\xe8tz partejar pas que l\u2019ecran\u202f:",shareScreenWarningTitle:"Dev\xe8tz arrestar lo partiment \xe0udio abans lo partiment de l\u2019ecran",shareVideoLinkError:"Se vos plai, provesiss\xe8tz un ligam foncional.",shareVideoTitle:"Partejar una vid\xe8o",shareYourScreen:"Partejar v\xf2stre ecran",shareYourScreenDisabled:"Lo partiment d\u2019ecran es desactivat.",sharedVideoLinkPlaceholder:"Ligam YouTube o ligam vid\xe8o dir\xe8ct",startLiveStreaming:"Aviar una difusion en dir\xe8cte",startRecording:"Arrestar l'enregistrament",startRemoteControlErrorMessage:"Una error s'es produsida en ensajar de comen\xe7ar la session de contrar\xf2tle a dist\xe0ncia\u202f!",stopLiveStreaming:"Arrestar lo dir\xe8cte",stopRecording:"Arrestar l'enregistrament",stopRecordingWarning:"S\xe8tz segur que vol\xe8tz arrestar l'enregistrament?",stopStreamingWarning:"Vol\xe8tz vertadi\xe8rament arrestar lo dir\xe8cte\u202f?",streamKey:"Clau del dir\xe8cte",thankYou:"Merc\xe9 d'aver utilizat {{appName}}\u202f!",token:"geton",tokenAuthFailed:"O planh\xe8m, s\xe8tz pas autorizat a rej\xf3nher l'ap\xe8l.",tokenAuthFailedTitle:"Frac\xe0s de l'autentificacion",transcribing:"Transcripcion",unlockRoom:"Suprimir lo $t(lockRoomPassword) de la confer\xe9ncia",user:"utilizaire",userIdentifier:"Identificador utilizaire",userPassword:"senhal utilizaire",videoLink:"ligam vid\xe8o",viewUpgradeOptions:"Veire las opcions de mesa a niv\xe8l",viewUpgradeOptionsContent:"Per obt\xe9ner un acc\xe8s sens limit a las foncionalitats premium coma l\u2019enregistrament, la transcripcion, la difusion RTMP e encara mai, dev\xe8tz passar al niv\xe8l superior.",viewUpgradeOptionsTitle:"Av\xe8tz descob\xe8rt una foncionalitat premium\u202f!",yourEntireScreen:"V\xf2stre ecran complet"},documentSharing:{title:"Document partejat"},e2ee:{labelToolTip:"La comunicacion \xe0udio e vid\xe8o d\u2019aquesta sonada es chifrada del cap a la fin"},embedMeeting:{title:"Integrar aquesta confer\xe9ncia"},feedback:{average:"Mejana",bad:"Marrida",detailsLabel:"Digatz-nos-ne mai a prepaus d\u2019aqu\xf2.",good:"Bona",rateExperience:"Merc\xe9s de donar una n\xf2ta a v\xf2stra experi\xe9ncia",star:"Estela",veryBad:"F\xf2r\xe7a marrida",veryGood:"F\xf2r\xe7a bona"},helpView:{title:"Centre d\u2019ajuda"},incomingCall:{answer:"U\xe8i",audioCallTitle:"Sonada entranta",decline:"Regetar",productLabel:"de Jitsi Meet estant",videoCallTitle:"Sonada vid\xe8o entranta"},info:{accessibilityLabel:"Mostrar las info",addPassword:"Ajustar un $t(lockRoomPassword)",cancelPassword:"Anullar lo $t(lockRoomPassword)",conferenceURL:"Ligam\u202f:",copyNumber:"Copiar lo num\xe8ro",country:"Pa\xeds",dialANumber:"Per participar a la confer\xe9ncia, sonatz un d\u2019aquestes num\xe8ros pu\xe8i picatz lo senhal.",dialInConferenceID:"PIN\u202f:",dialInNotSupported:"Las sonadas son pas encara foncionalas.",dialInNumber:"Compausar\u202f:",dialInSummaryError:"Error en recuperant las informacions per sonar. Volgatz tornar mai tard.",dialInTollFree:"Sonada gratu\xefta",genericError:"Ops, quic\xf2m a fach m\xe8uca.",inviteLiveStream:"Per veire lo flux en dir\xe8cte de la confer\xe9ncia, clicatz aqueste ligam\u202f: {{url}}",invitePhone:"Per j\xf3nher per telef\xf2n a la pla\xe7a, compausatz aqu\xf2\u202f: {{number}},,{{conferenceID}}#\n",invitePhoneAlternatives:"Cercatz mai de num\xe8ros de telef\xf2n\u202f?\nFar veire los num\xe8ros de sonada de la re\xfcnion\u202f: {{url}}\n\n\nSe vol\xe8tz sonar tanben un telef\xf2n de sala, jonh\xe8tz sens connectar l\u2019\xe0udio\u202f: {{silentUrl}}",inviteSipEndpoint:"Per rej\xf3nher en utilizant l\u2019adre\xe7a SIP, picatz aqu\xf2\u202f: {{sipUri}}",inviteTextiOSInviteUrl:"Clicatz lo ligam seguent per rej\xf3nher\u202f: {{inviteUrl}}.",inviteTextiOSJoinSilent:"Se sonatz via un aparelh de sala de re\xfcnion, utilizatz aqueste ligam per rej\xf3nher sens connectar l\u2019\xe0udio\u202f: {{silentUrl}}.",inviteTextiOSPersonal:"{{name}} vos convida a la confer\xe9ncia.",inviteTextiOSPhone:"Per participar per telef\xf2n, utilizatz aqueste num\xe8ro\u202f: {{number}},,{{conferenceID}}#. Se cercatz un num\xe8ro diferent, vaqu\xed la lista compl\xe8ta\u202f: {{didUrl}}.",inviteURLFirstPartGeneral:"S\xe8tz convidat a participar a la confer\xe9ncia.",inviteURLFirstPartPersonal:"{{name}} vos convida a la confer\xe9ncia.\n",inviteURLSecondPart:"\nParticipar a la confer\xe9ncia\u202f:\n{{url}}\n",label:"Info confer\xe9ncia",liveStreamURL:"Flux dir\xe8cte\u202f:",moreNumbers:"Mai de num\xe8ros",noNumbers:"Pas cap de num\xe8ro.",noPassword:"Pas cap",noRoom:"Cap de sala pas donada per la j\xf3nher.",numbers:"Sonar de num\xe8ros",password:"$t(lockRoomPasswordUppercase): ",sip:"adre\xe7a SIP",title:"Partejar",tooltip:"Partejar lo ligam e las informacions d\u2019aquesta confer\xe9ncia"},inlineDialogFailure:{msg:"Av\xe8m un pauc patit a mant\xe9ner la connexion.",retry:"Ensajar tornarmai",support:"Assist\xe9ncia",supportMsg:"Se ten d'arribat, contactatz l'"},inviteDialog:{alertText:"Frac\xe0s en convidant unes participants.",header:"Convidar",searchCallOnlyPlaceholder:"Picatz un numer\xf2 de telef\xf2n",searchPeopleOnlyPlaceholder:"Cercar de participants",searchPlaceholder:"Participant o num\xe8ro de telef\xf2n",send:"Mandar"},jitsiHome:"{{logo}} Logotipe, mena a la pagina d'acu\xe8lh",keyboardShortcuts:{focusLocal:"Centrar sus v\xf2stra vid\xe8o",focusRemote:"Centrar sus la vid\xe8o de qualqu'un mai",fullScreen:"Activar / Desactivar l'ecran complet",keyboardShortcuts:"Acorchis de clavi\xe8r",localRecording:"Mostrar o amagar los contrar\xf2tles d\u2019enregistrament local",mute:"Activar o desactivar lo microf\xf2n",pushToTalk:"Butar per parlar",raiseHand:"Demandar o pas la paraula",showSpeakerStats:"Mostrar las estatisticas del microf\xf2n",toggleChat:"Dobrir o tampar lo pan\xe8l de conversacion",toggleFilmstrip:"Mostrar o amagar la vinheta vid\xe8o",toggleParticipantsPane:"Afichar o amagar lo pan\xe8l dels participants",toggleScreensharing:"Caplevar entre cam\xe8ra e partatge d'ecran",toggleShortcuts:"Mostrar o amagar los acorchis clavi\xe8r",videoMute:"Aviar o arrestar v\xf2stra cam\xe8ra"},liveStreaming:{busy:"S\xe8m a ensajar de liurar de ressor\xe7as flux. Merc\xe9s de tornar ensajar dins una estona.",busyTitle:"Totes los difusors son ocupats",changeSignIn:"Cambiar de compte.",choose:"Causiss\xe8tz un flux dir\xe8cte",chooseCTA:"Causiss\xe8tz un flux dir\xe8cte. S\xe8tz connectat coma {{email}}.",enterStreamKey:"Picatz v\xf2stre clau de flux dir\xe8cte Youtube aqu\xed.",error:"Frac\xe0s de la difusion en dir\xe8cte. Merc\xe9s de tornar ensajar.",errorAPI:"Una error s\u2019es producha pendent l\u2019acc\xe8s al flux YouTube. Merc\xe9 d\u2019ensajar de vos connectar mai tard.",errorLiveStreamNotEnabled:"La difusion en dir\xe8cte es pas activada per {{email}}. Volgatz ben activar la difusion en dir\xe8cte o vos connectar amb un compte que l\u2019a activada.",expandedOff:"La difusion en dir\xe8cte es estada arrestada",expandedOn:"La confer\xe9ncia es difusada sus YouTube.",expandedPending:"La difusion en dir\xe8cte comen\xe7a\u2026",failedToStart:"La difusion en dir\xe8cte a pas capitat de s'aviar",getStreamKeyManually:"Av\xe8m pas pogut recuperar cap de flux en dir\xe8cte. Ensajatz d\u2019obt\xe9ner v\xf2stre clau de difusion sus YouTube.",googlePrivacyPolicy:"Politica de confidencialitat de Google",inProgress:"Enregistrament o difusion en dir\xe8cte en cors",invalidStreamKey:"La clau de difusion en dir\xe8cte es benl\xe8u pas corr\xe8cta.",limitNotificationDescriptionNative:"V\xf2stra difusion ser\xe0 limitada a {{limit}} min. Per de difusions illimitada ensajatz {{app}}.",limitNotificationDescriptionWeb:"A causa d'una brava demanda v\xf2stra difusion ser\xe0 limitada a {{limit}} min. Per de difusion illimitada ensajatz {{app}}.",off:"La difusion en dir\xe8cte es estada arrestada",offBy:"{{name}} a arrestat la difusion en dir\xe8cte",on:"Difusion en dir\xe8cte",onBy:"{{name}} a comen\xe7at la difusion en dir\xe8cte",pending:"Comen\xe7ar lo dir\xe8cte\u2026",serviceName:"Servici de difusion en dir\xe8cte",sessionAlreadyActive:"Aquesta session es ja en cors d\u2019enregistrament o en difusion en dir\xe8ct.",signIn:"Se connectar amb Google",signInCTA:"Connectatz-vos o picatz la clau de v\xf2stre flux YouTube.",signOut:"Se desconnectar",signedInAs:"S\xe8tz connectat coma\u202f:",start:"Aviar una difusion en dir\xe8cte",streamIdHelp:"Qu\u2019es aqu\xf2\u202f?",title:"Difusion en dir\xe8cte",unavailableTitle:"Difusion en dir\xe8cte indisponibla",youtubeTerms:"Condicions d\u2019utilizacion de YouTube"},lobby:{admit:"Acceptar",admitAll:"Tot acceptar",allow:"Autorizar",backToKnockModeButton:"Cap de senhal, demandar a participar a la pla\xe7a",dialogTitle:"M\xf2de sala d'esp\xe8ra",disableDialogContent:"La sala d\u2019esp\xe8ra es actualament activada. Aquesta foncionalitat assegura que los participants indesirables poir\xe0n pas participar. La vol\xe8tz desactivar\u202f?",disableDialogSubmit:"Desactivar",emailField:"Picata v\xf2stra adre\xe7a electronica",enableDialogPasswordField:"Definir un senhal (opcional)",enableDialogSubmit:"Activar",enableDialogText:"La sala d\u2019esp\xe8ra vos permet de protegir v\xf2stras confer\xe9ncias en autorizant las personas de dintrar qu\u2019apr\xe8p l\u2019aprobacion formala d\u2019un moderator.",enterPasswordButton:"Dintratz lo senhal de la confer\xe9ncia",enterPasswordTitle:"Dintratz lo senhal per rej\xf3nher la confer\xe9ncia",errorMissingPassword:"Merc\xe9s de picar lo senhal de la confer\xe9ncia",invalidPassword:"Senhal invalid",joinRejectedMessage:"Un moderator a regetat v\xf2stra demanda de participacion.",joinTitle:"Rej\xf3nher la confer\xe9ncia",joinWithPasswordMessage:"Ensag de participacion amb senhal, volgatz esperar...",joiningMessage:"Dintraretz dins la confer\xe9ncia tre que qualqu\u2019un aur\xe0 acceptat v\xf2stra demanda",joiningTitle:"Demanda a rej\xf3nher la confer\xe9ncia...",joiningWithPasswordTitle:"A rej\xf3nher amb senhal...",knockButton:"Demandar a rej\xf3nher",knockTitle:"Qualqu\u2019un v\xf2l rej\xf3nher la confer\xe9ncia",knockingParticipantList:"Lista de participants en esp\xe8ra",nameField:"Escriv\xe8tz v\xf2stre nom",notificationLobbyAccessDenied:"{{originParticipantName}} a decidit de regetar la demanda de {{targetParticipantName}}",notificationLobbyAccessGranted:"{{originParticipantName}} a autorizat {{targetParticipantName}} a dintrar",notificationLobbyDisabled:"Lo m\xf2de sala d'esp\xe8ra es estat desactivat per {{originParticipantName}}",notificationLobbyEnabled:"Lo m\xf2de sala d'esp\xe8ra activat per {{originParticipantName}}",notificationTitle:"Sala d'esp\xe8ra",passwordField:"Picatz lo senhal de la confer\xe9ncia",passwordJoinButton:"Rej\xf3nher",reject:"Regetar",rejectAll:"Tot regetar",title:"Sala d'esp\xe8ra",toggleLabel:"Activar la sala d'esp\xe8ra"},localRecording:{clientState:{off:"Desactivat",on:"Activat",unknown:"Desconeguts"},dialogTitle:"Contrar\xf2tles dels enregistraments locals",duration:"Durada",durationNA:"N/A",encoding:"Encodatge",label:"ENR-LOC",labelToolTip:"Enregistrament local comen\xe7at",localRecording:"Enregistrament local",me:"Ieu",messages:{engaged:"Enregistrament local comen\xe7at.",finished:"Enregistrament de la session {{token}} acabat. Merc\xe9s d\u2019enviar lo fichi\xe8r enregistrat al moderator.",finishedModerator:"Enregistrament de la session {{token}} acabat. Es estat salvagardat. Merc\xe9s de demandar als autres participants d\u2019enviar lor enregistraments.",notModerator:"S\xe8tz pas moderator. Pod\xe8tz pas comen\xe7ar o arrestar un enregistrament local."},moderator:"Moderator",no:"Non",participant:"Participant",participantStats:"Estatisticas del participant",sessionToken:"Geton de session",start:"Aviar l'enregistrament",stop:"Arrestar l'enregistrament",yes:"\xd2c"},lockRoomPassword:"senhal",lockRoomPasswordUppercase:"Senhal",lonelyMeetingExperience:{button:"Convidar d\u2019autres",youAreAlone:"S\xe8tz l\u2019unica persona de la confer\xe9ncia"},me:"ieu",notify:{OldElectronAPPTitle:"Probl\xe8ma de seguretat\u202f!",allowAction:"Autorizar",allowedUnmute:"Vos pod\xe8tz restablir lo son del microf\xf2n, aviar la cam\xe8ra e partejar l\u2019ecran.",audioUnmuteBlockedDescription:"Las operacion de restabliment del son microf\xf2n son estadas blocadas pel moment a causa de limitas sist\xe8ma.",audioUnmuteBlockedTitle:"Restabliment del son del microf\xf2n blocat\u202f!",chatMessages:"Messatges del chat",connectedOneMember:"{{name}} a jonch la confer\xe9ncia",connectedThreePlusMembers:"{{name}} e {{count}} personas mai participan a la confer\xe9ncia",connectedTwoMembers:"{{first}} e {{second}} participan a la confer\xe9ncia",disconnected:"desconnectat",displayNotifications:"Afichar las notificacions per",focus:"Focus de confer\xe9ncia",focusFail:"{{component}} es pas disponible - ensajatz tornamai dins {{ms}} sec",groupTitle:"Notificacions",hostAskedUnmute:"Lo moderator vos que parletz",invitedOneMember:"{{name}} es estat convidat",invitedThreePlusMembers:"{{name}} e {{count}} autres son estats convidats",invitedTwoMembers:"{{first}} e {{second}} son estats convidats",kickParticipant:"{{kicked}} es estat expulsat per {{kicker}}",leftOneMember:"{{name}} a quitat la confer\xe9ncia",leftThreePlusMembers:"{{name}} e un molon d\u2019autres an quitat la confer\xe9ncia",leftTwoMembers:"{{first}} e {{second}} an quitat la confer\xe9ncia",me:"Ieu",moderationInEffectCSDescription:"Volgatz levar la man se vol\xe8tz partejar v\xf2stre ecran.",moderationInEffectCSTitle:"Lo moderator a blocat lo partiment d\u2019ecran",moderationInEffectDescription:"Volgatz levar la man se vol\xe8tz parlar.",moderationInEffectTitle:"Lo moderator a amudit v\xf2stre microf\xf2n",moderationInEffectVideoDescription:"Volgatz levar la man se vol\xe8tz aviar v\xf2stra cam\xe8ra.",moderationInEffectVideoTitle:"Lo moderator a blocat v\xf2stra cam\xe8ra",moderationRequestFromModerator:"L\u2019\xf2ste volri\xe1 que restabligu\xe8ssetz v\xf2stre son",moderationRequestFromParticipant:"V\xf2l parlar",moderationStartedTitle:"Moderacion comen\xe7ada",moderationStoppedTitle:"Moderacion arrestada",moderationToggleDescription:"per {{participantDisplayName}}",moderator:"S\xe8tz ara moderator",muted:"Av\xe8tz comen\xe7at la conversacion en mut.",mutedRemotelyDescription:"Pod\xe8tz totjorn activar v\xf2stre microf\xf2n per prendre la paraula. Desactivatz lo microf\xf2 quand terminetz per evitar los bruches parasits.",mutedRemotelyTitle:"{{participantDisplayName}} vos a mes en silenci",mutedTitle:"S\xe8tz en mut\u202f!",newDeviceAction:"Utilizar",newDeviceAudioTitle:"N\xf2u periferic \xe0udio detectat",newDeviceCameraTitle:"N\xf2va cam\xe8ra detectada",oldElectronClientDescription1:"Sembla qu\u2019utilizatz una version anciana del client Jitsi Meet qu\u2019es conegut per cont\xe9ner de probl\xe8mas de seguretat. Merc\xe9s de vos assegurar de metre a jorn ",oldElectronClientDescription2:"darri\xe8ra compilacion",oldElectronClientDescription3:" ara\u202f!",participantWantsToJoin:"V\xf2l rej\xf3nher la re\xfcnion",participantsWantToJoin:"V\xf2lon rej\xf3nher la re\xfcnion",passwordRemovedRemotely:"$t(lockRoomPasswordUppercase) tirat per un autre participant",passwordSetRemotely:"$t(lockRoomPasswordUppercase) definit per un autre participant",raiseHandAction:"Levar la man",raisedHand:"{{name}} volri\xe1 parlar.",raisedHands:"{{participantName}} e {{raisedHands}} autres",reactionSounds:"Desactivar los sons",reactionSoundsForAll:"Desactivar los sons per totes",screenShareNoAudio:" La casa Partejar l\u2019\xe0udio es pas estada marcada a l\u2019ecran de seleccion de la fen\xe8stra.",screenShareNoAudioTitle:"Partiment impossible de l\u2019\xe0udio del sist\xe8ma\u202f!",selfViewTitle:"Pod\xe8tz totjorn quitar d\u2019amagar v\xf2stra pr\xf2pria vista a partir dels param\xe8tres",somebody:"Qualqu'un",startSilentDescription:"Rej\xf3nher la confer\xe9ncia per activar l\u2019\xe0udio",startSilentTitle:"Av\xe8tz jonch sens cap de sortida \xe0udio\u202f!",suboptimalBrowserWarning:"Planh\xe8m que v\xf2stra experi\xe9ncia de la confer\xe9ncia si\xe1 pas de las bonas. S\xe8m a cercar de solucions per melhorar aqu\xf2, d\u2019aquel temps, ensajatz un dels navigadors compatibles.",suboptimalExperienceTitle:"Avertiment del navigador",unmute:"Restablir lo son",videoMutedRemotelyDescription:"La pod\xe8tz totjorn tornar activar.",videoMutedRemotelyTitle:"{{participantDisplayName}} a copat v\xf2stra vid\xe8o",videoUnmuteBlockedDescription:"Las operacion de restabliment de la cam\xe8ra e del partiment del bur\xe8u son estadas blocadas pel moment a causa de limitas sist\xe8ma.",videoUnmuteBlockedTitle:"Restabliment de la cam\xe8ra e del partiment de bur\xe8u blocat \u202f!",viewLobby:"Veire sala d\u2019esp\xe8ra",waitingParticipants:"{{waitingParticipants}} personas"},participantsPane:{actions:{allow:"Permetre als convidats de\u202f:",allowVideo:"Autorizar la vid\xe8o",askUnmute:"Demandar a restablir lo son",audioModeration:"Se tornar lo son",blockEveryoneMicCamera:"Blocar lo microf\xf2n e la cam\xe8ra del monde",invite:"Convidar qualqu'un",moreModerationActions:"Mai d\u2019opcions de moderacion",moreModerationControls:"Opcions de moderacion suplement\xe0rias",moreParticipantOptions:"Mai d\u2019opcions de participant",mute:"Amudir",muteAll:"Amudir tot lo monde",muteEveryoneElse:"Amudir tot los demai",stopEveryonesVideo:"Arrestar la vid\xe8o de tot lo monde",stopVideo:"Arrestar la vid\xe8o",unblockEveryoneMicCamera:"Desblocar lo microf\xf2n e la cam\xe8ra de tot lo monde",videoModeration:"Aviar lor vid\xe8o"},close:"Tancar",headings:{lobby:"Sala d\u2019esp\xe8ra ({{count}})",participantsList:"Participants de la confer\xe9ncia ({{count}})",waitingLobby:"Dins la sala d'esp\xe8ra ({{count}})"},search:"Cercar participants",title:"Participants"},passwordDigitsOnly:"Fins a {{number}} chifras",passwordSetRemotely:"causit per qualqu'un mai",polls:{answer:{skip:"Sautar",submit:"Enviar"},by:"Per {{ name }}",create:{addOption:"Apondre una opcion",answerPlaceholder:"Opcion {{index}}",cancel:"Anullar",create:"Crear un sondatge",pollOption:"Opcion sondarge {{index}}",pollQuestion:"Question del sondatge",questionPlaceholder:"Pausar una question",removeOption:"Suprimir l'opcion",send:"Enviar"},notification:{description:"Dobriss\xe8tz l\u2019onglet dels sondatge per votar",title:"Un sondatge nov\xe8l es estat apondut a la confer\xe9ncia"},results:{changeVote:"Cambiar lo vote",empty:"I a pas cap de sondatge dins la confer\xe9ncia pel moment. Comen\xe7atz-ne un aic\xed\u202f!",hideDetailedResults:"Rescondre los detalhs",showDetailedResults:"Mostrar los detalhs",vote:"Votar"}},poweredby:"produit per",prejoin:{audioAndVideoError:"Error \xe0udio e vid\xe8o\u202f:",audioDeviceProblem:"I a un probl\xe8ma amb v\xf2stre periferic \xe0udio",audioOnlyError:"Error \xe0udio\u202f:",audioTrackError:"Creacion impossibla de la pista \xe0udio.",callMe:"Sona-me",callMeAtNumber:"Sona-me a aqueste num\xe8ro\u202f:",calling:"A sonar",configuringDevices:"Parametratge dels aparelhs...",connectedWithAudioQ:"S\xe8tz connectat amb l\u2019\xe0udio\u202f?",connection:{good:"V\xf2stra connexion Internet sembla bona\u202f!",nonOptimal:"V\xf2stra connexion Internet es pas optimala",poor:"V\xf2stra connexion Internet es febla"},connectionDetails:{audioClipping:"Nos esperam a trobar v\xf2stre \xe0udio troncat.",audioHighQuality:"Nos esperam a trobar v\xf2stra qualitat \xe0udio excellenta.",audioLowNoVideo:"Nos esperam a trobar v\xf2stra qualitat \xe0udio febla e cap de vid\xe8o.",goodQuality:"Crane\u202f! V\xf2stra qualitat ser\xe0 geniala.",noMediaConnectivity:"Av\xe8m pas trobat cap de biais d'establir una connectivitat m\xe8dia per aquesta pr\xf2va. Sovent es a causat d'un paraf\xf2c o un NAT.",noVideo:"Nos esperam a trobat v\xf2stra qualitat vid\xe8o \xf2rra.",undetectable:"Se capitatz totjorn pas de sonar del navigador estant, vos recomandam de vos assegurar que vos naut-parlaires, lo microf\xf2n e la cam\xe8ra son corr\xe8ctament configurats, qu\u2019av\xe8tz donadas las autorizacions al navegador pel microf\xf2n e la cam\xe8ra e que lo navigador es a jorn. Se ten\xe8tz d\u2019aver de dificultats per sonar, dev\xe8tz contactar lo desvolopaire de l\u2019aplicacion Web.",veryPoorConnection:"Nos esperam a trobar v\xf2stra qualitat vid\xe8o plan \xf2rra.",videoFreezing:"Nos esperam a veire v\xf2stra vid\xe8o se gelar, venir negra e se pixelizar.",videoHighQuality:"Nos esperam a trobar v\xf2stra qualitat vid\xe8o de bona qualitat.",videoLowQuality:"Presumiss\xe8m que v\xf2stra vid\xe8o aur\xe0 una baissa qualitat tocant la frequ\xe9ncia d\u2019imatge e la resolucion.",videoTearing:"Presumiss\xe8m que v\xf2stra vid\xe8o ser\xe0 pixelizada e aur\xe0 d\u2019artefacts visuals."},copyAndShare:"Copiar e partejar lo ligam de confer\xe9ncia",dialInMeeting:"Participatz a la re\xfcnion",dialInPin:"Participar a la re\xfcnion e picar lo c\xf2di PIN\u202f:",dialing:"A sonar",doNotShow:"Mostrar pas mai aqu\xf2",errorDialOut:"Impossible de sonar aqueste num\xe8ro",errorDialOutDisconnected:"Impossible de sonar aqueste num\xe8ro. Desconnectat",errorDialOutFailed:"Impossible de sonar aqueste num\xe8ro. La sonada a fracassat",errorDialOutStatus:"Error en recuperant l\u2019estat de la sonada sortissenta",errorMissingName:"Merc\xe9s de picar v\xf2stre nom per rej\xf3nher la confer\xe9ncia",errorNoPermissions:"Dev\xe8tz activar l\u2019acc\xe8s al microf\xf2n e a la cam\xe8ra",errorStatusCode:"Error de numerotacion, c\xf2di d\u2019estat\u202f: {{status}}",errorValidation:"Validacion del num\xe8ro fracassada",iWantToDialIn:"V\xf2li me connectar",initiated:"Sonada aviada",joinAudioByPhone:"Rej\xf3nher amb l\u2019\xe0udio del telef\xf2n",joinMeeting:"Rej\xf3nher la confer\xe9ncia",joinWithoutAudio:"Rej\xf3nher sens \xe0udio",keyboardShortcuts:"Activar los acorchis de clavi\xe8r",linkCopied:"Ligam copiat al quichapapi\xe8rs",lookGood:"Sembla que lo microf\xf2n fonciona pas coma cal",or:"o",premeeting:"Preconfer\xe9ncia",screenSharingError:"Error de partatge d\u2019ecran\u202f:",showScreen:"Activar l'ecran de preconfer\xe9ncia",startWithPhone:"Comen\xe7ar amb l\u2019\xe0udio del telef\xf2n",videoOnlyError:"Error vid\xe8o\u202f:",videoTrackError:"Creacion d\u2019una pista \xe0udio impossibla.",viewAllNumbers:"veire totes los num\xe8ros"},presenceStatus:{busy:"Ocupat",calling:"Sonada\u2026",connected:"Connectat",connecting:"Connexion en cors\u2026",connecting2:"Connexion*...",disconnected:"Desconnectat",expired:"Expirat",ignored:"Ignorat",initializingCall:"Comen\xe7ament de la sonada\u2026",invited:"Convidat",rejected:"Refusat",ringing:"A sonar\u2026"},privacyView:{title:"Confidencialitat"},profile:{avatar:"avatar",setDisplayNameLabel:"Causiss\xe8tz v\xf2stre escais",setEmailInput:"Picatz lo corri\xe8l",setEmailLabel:"Definiss\xe8tz v\xf2stre corri\xe8l per Gravatar",title:"Perfil"},raisedHand:"Volri\xe1 charrar",raisedHandsLabel:"Nombre de mans levadas",recording:{authDropboxText:"Enviar a Dropbox",availableSpace:"Espaci disponible\u202f: {{spaceLeft}}\u202fMo (altorn de {{duration}}\u202fminutas d\u2019enregistrament)",beta:"BETA",busy:"S\xe8m a desliurar de resorgas d'enregistrament. Merc\xe9s de tornar ensajar dins una estona.",busyTitle:"Totes los enregistradors son ocupats pel moment",copyLink:"Copiar lo ligam",error:"Frac\xe0s de l'enregistrament. Merc\xe9s de tornar ensajar.",errorFetchingLink:"Error en recuperant lo ligam de l\u2019enregistrament.",expandedOff:"Enregistrament arrestat",expandedOn:"La confer\xe9ncia es enregistrada.",expandedPending:"Aviada de l\u2019enregistrament\u2026",failedToStart:"L'enregistrament n'as pas r\xe9ussi a d\xe9marrer",fileSharingdescription:"Partejar l\u2019enregistrament amb los participants de la re\xfcnion",inProgress:"Enregistrament o difusion en dir\xe8cte en cors",limitNotificationDescriptionNative:"A causa d\u2019una demanda f\xf2rta v\xf2stre enregistrament ser\xe0 limitat a {{limit}} min. Per d\u2019enregistraments sens limit ensajatz <3>{{app}}.",limitNotificationDescriptionWeb:"A causa d\u2019una demanda f\xf2rta v\xf2stre enregistrament ser\xe0 limitat a {{limit}} min. Per d\u2019enregistraments sens limit ensajatz {{app}}.",linkGenerated:"Av\xe8m generat un ligam pel v\xf2stre enregistrament.",live:"DIR\xc8CTE",loggedIn:"Session a {{userName}}",off:"Enregistrament arrestar",offBy:"{{name}} a arrestat l\u2019enregistrament",on:"Enregistrament",onBy:"{{name}} a comen\xe7at l\u2019enregistrament",pending:"Preparacion de l\u2019enregistrament de la confer\xe9ncia\u2026",rec:"ENRG",serviceDescription:"V\xf2stre enregistrament ser\xe0 salvagardat pel servici dedicat",serviceDescriptionCloud:"Enregistrament distant",serviceName:"Servici d\u2019enregistrament",sessionAlreadyActive:"Aquesta session es ja en cors d\u2019enregistrament o en difusion en dir\xe8ct.",signIn:"Connexion",signOut:"Se desconnectar",title:"Enregistrament",unavailable:"Ops\u202f! Lo {{serviceName}} es pas disponible pel moment. S\xe8m a reglar aqueste probl\xe8ma. Merc\xe9s de tornar ensajar mai tard.",unavailableTitle:"Enregistrament indisponible",uploadToCloud:"Enviar al cloud"},sectionList:{pullToRefresh:"Tirar per actualizar"},security:{about:"Pod\xe8tz ajustar un $t(lockRoomPassword) per rej\xf3nher una confer\xe9ncia. Los participants deur\xe0n fornir lo $t(lockRoomPassword) abans d\u2019obt\xe9ner l\u2019autorizacion de dintrar dins la confer\xe9ncia.",aboutReadOnly:"Los participants que son moderators p\xf2don ajustar un $t(lockRoomPassword) a la confer\xe9ncia. Los participants deur\xe0n fornir lo $t(lockRoomPassword) abans d\u2019aver l\u2019autorizacion de rej\xf3nher la confer\xe9ncia.",header:"Opcions de seguretat",insecureRoomNameWarning:"Lo nom de la sala es pas segur. De monde indesirables poiri\xe1n rej\xf3nher v\xf2stra confer\xe9ncia."},settings:{calendar:{about:"L\u2019integracion de {{appName}} amb v\xf2stre calendi\xe8r permet d\u2019accedir d\u2019un biais segur als eveniments venents.",disconnect:"Desconnectar",microsoftSignIn:"Se connectar amb Microsoft",signedIn:"Acc\xe8s als eveniments del calendi\xe8r {{email}}. Clicatz lo boton Se desconnectar \xe7ai-jos per arrestar l\u2019acc\xe8s als eveniments del calendi\xe8r.",title:"Calendari"},desktopShareFramerate:"Frequ\xe9ncia d\u2019imatge del partiment de bur\xe8u",desktopShareHighFpsWarning:"Una frequ\xe9ncia d\u2019imatge mai nauta pel partiment bur\xe8u p\xf2t afectar la benda passanta. Dev\xe8tz reaviar lo partiment d\u2019ecran per aplicar los param\xe8tres nov\xe8ls.",desktopShareWarning:"Dev\xe8tz reaviar lo partiment d\u2019ecran per prendre en compte las modificacions.",devices:"Periferics",followMe:"Tot lo mond me s\xe8c",framesPerSecond:"frames-per-second",incomingMessage:"Messatge dintrant",language:"Lenga",loggedIn:"Session a {{name}}",microphones:"Microf\xf2ns",moderator:"Moderator",more:"Mai",name:"Escais",noDevice:"Pas cap",participantJoined:"Lo participant a rejonch",participantLeft:"Lo participant es partit",playSounds:"Lectura dels sons activa",reactions:"Reaccions de la confer\xe9ncia",sameAsSystem:"Coma pel sist\xe8ma ({{label}})",selectAudioOutput:"Sortida \xe0udio",selectCamera:"Cam\xe8ra",selectMic:"Microf\xf2n",selfView:"Vista de se",sounds:"Sons",speakers:"Naut-parlairs",startAudioMuted:"Comen\xe7an totes sens son",startReactionsMuted:"Comen\xe7an totes amb las reaccions son\xf2ras amudidas",startVideoMuted:"Comen\xe7an totes sens vid\xe8o",talkWhileMuted:"Parlar en mut",title:"Param\xe8tres"},settingsView:{advanced:"Avan\xe7at",alertCancel:"Anullar",alertOk:"D\u2019ac\xf2rdi",alertTitle:"Avertiment",alertURLText:"L\u2019URL del servidor es pas valida",buildInfoSection:"Informacions de generacion",conferenceSection:"Confer\xe9ncia",disableCallIntegration:"Desactivar l\u2019integracion nativa de las sonadas",disableCrashReporting:"Desactivar lo rap\xf2rt de plantatge",disableCrashReportingWarning:"Vol\xe8tz vertadi\xe8rament desactivar lo rap\xf2rt de plantatge\u202f? Lo param\xe8tre ser\xe0 aplicat apr\xe8p la reaviada de l\u2019aplicacion.",disableP2P:"Desactivar lo m\xf2de par a par",displayName:"Escais-nom",email:"Corri\xe8l",header:"Param\xe8tres",profileSection:"Perfil",serverURL:"URL del servidor",showAdvanced:"Mostrar los param\xe8tres avan\xe7ats",startWithAudioMuted:"Comen\xe7ar sens son",startWithVideoMuted:"Comen\xe7ar sens vi\xe8do",version:"Version"},share:{dialInfoText:"\n\n=====\n\nVol\xe8tz sonar de v\xf2stre telef\xf2n estant\u202f?\n\n{{defaultDialInNumber}}Clicatz lo ligam per veire los num\xe8ros de telef\xf2n d\u2019aquesta confer\xe9ncia\n{{dialInfoPageUrl}}",mainText:"Copiatz lo ligam seguent per dintrar dins la confer\xe9ncia\u202f:\n{{roomUrl}}"},speaker:"Orator",speakerStats:{angry:"Encolerat",disgusted:"Desgostat",fearful:"Pauruc",happy:"Content",hours:"{{count}}\u202foras",minutes:"{{count}}\u202fminutas",name:"Escais",neutral:"Neutre",sad:"Trist",search:"Recercar",seconds:"{{count}}\u202fsegondas",speakerStats:"Estatisticas orator",speakerTime:"Temps de paraula",surprised:"Surpr\xe9s"},startupoverlay:{genericTitle:"Aquesta re\xfcnion requer\xeds l'utilizacion del microf\xf2n e de la cam\xe8ra.",policyText:" ",title:"{{app}} a besonh d'utilizar v\xf2stre microf\xf2n e cam\xe8ra."},suspendedoverlay:{rejoinKeyTitle:"Tornar participar",text:"Quichatz lo boton Tornar participar.",title:"V\xf2stra confer\xe9ncia vid\xe8o es estada arrestada perque v\xf2stre ordenador se bot\xe8t en velha."},termsView:{title:"Ac\xf2rds"},toolbar:{Settings:"Param\xe8tres",accessibilityLabel:{Settings:"Passar als param\xe8tres",audioOnly:"Passar al sol \xe0udio",audioRoute:"Seleccionar lo periferic \xe0udio",boo:"A\xfccar",breakoutRoom:"Rej\xf3nher/quitar la sala de re\xfcnion",callQuality:"Gerir la qualitat vid\xe8o",cc:"Passar als jost\xedtols",chat:"Passar a la fen\xe8stra chat",clap:"Picar de las mans",collapse:"Plegar",document:"Tampar los documents partejats",download:"Telecargar n\xf2stra aplicacion",embedMeeting:"Confer\xe9ncia integrada",expand:"Espandir",feedback:"Daissar un comentari",fullScreen:"Passar al ecran compl\xe8t",grantModerator:"Passar moderator",hangup:"Quitar la sonada",help:"Ajuda",invite:"Convidar de monde",kick:"Exclure un participant",laugh:"Rire",like:"Levar lo det gr\xf2s",lobbyButton:"Activar/Desactivar m\xf2de sala d'esp\xe8ra",localRecording:"Passar al pan\xe8l d\u2019enregistraments locals",lockRoom:"Tirar/Metre lo senhal de la confer\xe9ncia",moreActions:"Passar al men\xfa mai d\u2019accions",moreActionsMenu:"Mai de men\xfas d\u2019accion",moreOptions:"Mostrar mai d\u2019opcions",mute:"Copar lo son",muteEveryone:"Rendre mut tot lo monde",muteEveryoneElse:"Copar lo microf\xf2n dels autres",muteEveryoneElsesVideoStream:"Arrestar la vid\xe8o de totes los autres",muteEveryonesVideoStream:"Arrestar la vid\xe8o de tot lo monde",participants:"Participants",pip:"Activar/Desactivar lo m\xf2de Picture-in-Picture",privateMessage:"Enviar un messatge privat",profile:"Modificar v\xf2stre perfil",raiseHand:"Demandar la paraula",reactionsMenu:"Dobrir / Tampar lo men\xfa de reaccions",recording:"Passar al enregistraments",remoteMute:"Copar lo son del participant",remoteVideoMute:"Copar la cam\xe8ra del participant",security:"Opcions de seguretat",selectBackground:"Seleccionar un r\xe8ireplan",shareRoom:"Convidar qualqu\u2019un",shareYourScreen:"Passar a la captura d\u2019ecran",shareaudio:"Partejar l\u2019\xe0udio",sharedvideo:"Passar al partatge de vid\xe8o",shortcuts:"Passar als acorchis",show:"Mostrar davant",silence:"Amudir",speakerStats:"Mostrar/Amagar los estatisticas de paraula",surprised:"Suspresa",tileView:"Activar/Desactivar la vista en mosa\xefc",toggleCamera:"Passar a la cam\xe8ra",toggleFilmstrip:"Bascular m\xf2de benda film",videoblur:"Enfoscar o non la vid\xe8o",videomute:"Silenciar la vid\xe8o"},addPeople:"Ajustar de monde a v\xf2stra sonada",audioOnlyOff:"Desactivar lo m\xf2de connexion febla",audioOnlyOn:"Activar lo m\xf2de connexion febla",audioRoute:"Seleccionar lo periferic \xe0udio",audioSettings:"Param\xe8tres \xe0udio",authenticate:"Autentificatz-vos",boo:"A\xfccar",callQuality:"Gerir la qualitat vid\xe8o",chat:"Dobrir / tampar la conversacion",clap:"Picar de las mans",closeChat:"Tampar la messatjari\xe1",closeReactionsMenu:"Tampar lo men\xfa de reaccions",disableReactionSounds:"Pod\xe8tz desactivar los sons de las reaccions per aquesta confer\xe9ncia",documentClose:"Tampar los documents partejats",documentOpen:"Dobrir los documents partejats",download:"Telecargar n\xf2stra aplicacion",e2ee:"Chiframent del cap a la fin",embedMeeting:"Integrar confer\xe9ncia",enterFullScreen:"Veire l\u2019ecran compl\xe8t",enterTileView:"Dintrar dins la vista mosa\xefca",exitFullScreen:"Sortir de l\u2019ecran compl\xe8t",exitTileView:"Quitar la vista mosa\xefca",feedback:"Daissar un comentari",hangup:"Quitar",help:"Ajuda",invite:"Convidar de monde",joinBreakoutRoom:"Rej\xf3nher la sala de re\xfcnion",laugh:"Rire",leaveBreakoutRoom:"Quitar la sala de re\xfcnion",like:"Levar lo det gr\xf2s",lobbyButtonDisable:"Desactivar lo m\xf2de sala d'esp\xe8ra",lobbyButtonEnable:"Activar m\xf2de sala d'esp\xe8ra",login:"Connexion",logout:"Desconnexion",lowerYourHand:"Baissar la man",moreActions:"Mai d\u2019opcions",moreOptions:"Autras opcions",mute:"Mut / Actiu",muteEveryone:"Rendre mut tot lo monde",muteEveryonesVideo:"Desactivar la cam\xe8ra de tot lo monde",noAudioSignalDesc:"S\u2019av\xe8tz pas volont\xe0riament copat lo son a partir dels param\xe8tres sist\xe8ma o material, pensatz de cambiar d\u2019aparelh.",noAudioSignalDescSuggestion:"S\u2019av\xe8tz pas volont\xe0riament copat lo son a partir dels param\xe8tres sist\xe8ma o material, pensatz d\u2019utilizar un autre aparelh suggerit.",noAudioSignalDialInDesc:"Pod\xe8tz tanben sonar en utilizant\u202f:",noAudioSignalDialInLinkDesc:"Num\xe8ros de sonada",noAudioSignalTitle:"I a pas cap de son en entrada del microf\xf2n\u202f!",noisyAudioInputDesc:"Sembla que v\xf2stre microf\xf2n mene bruch, pensatz de lo copar o de lo cambiar.",noisyAudioInputTitle:"V\xf2stre microf\xf2n sembla brusent\u202f!",openChat:"Dobrir la messatjari\xe1",openReactionsMenu:"Dobrir lo men\xfa de reaccions",participants:"Participants",pip:"Passar al m\xf2de Picture-in-Picture",privateMessage:"Enviar un messatge privat",profile:"Modificar v\xf2stre perfil",raiseHand:"Demandar / Daissar la paraula",raiseYourHand:"Levar la man",reactionBoo:"Enviar una reaccion de bramada",reactionClap:"Enviar una reaccion d\u2019aplaudiment",reactionLaugh:"Enviar una reaccion de rire",reactionLike:"Enviar una reaccion d\u2019aprobacion",reactionSilence:"Enviar una reaccion de silenci",reactionSurprised:"Enviar una reaccion de suspresa",security:"Opcions de seguretat",selectBackground:"Seleccionar un r\xe8ireplan",shareRoom:"Convidar qualqu\u2019un",shareaudio:"Partejar l\u2019\xe0udio",sharedvideo:"Partejar una vid\xe8o",shortcuts:"Veire los acorchis clavi\xe8r",silence:"Amudir",speakerStats:"Estatisticas parladors",startScreenSharing:"Aviar lo partatge d\u2019ecran",startSubtitles:"Aviar los sost\xedtols",stopAudioSharing:"Arrestar lo partiment \xe0udio",stopScreenSharing:"Arrestar lo partatge d\u2019ecran",stopSharedVideo:"Arrestar la vid\xe8o",stopSubtitles:"Arrestar los sost\xedtols",surprised:"Suspresa",talkWhileMutedPopup:"Ensajatz de parlar\u202f? V\xf2stre microf\xf2n es copat.",tileViewToggle:"Activar/Desactivar la vista en mosa\xefc",toggleCamera:"Passar a la cam\xe8ra",videoSettings:"Param\xe8tres vid\xe8o",videomute:"Aviar / Arrestar la cam\xe8ra"},transcribing:{ccButtonTooltip:"Aviar / Arrestat los sost\xedtols",error:"Frac\xe0s de la transcripcion. Merc\xe9s de tornar ensajar.",expandedLabel:"La transcripcion es activada",failedToStart:"Frac\xe0s de l\u2019aviada de la transcripcion",labelToolTip:"La confer\xe9ncia es a \xe8sser transcricha",off:"Transcripcion arrestada",pending:"Preparacion de l\u2019enregistrament de la confer\xe9ncia\u2026",start:"Mostrar los sost\xedtols",stop:"Levar los sost\xedtols",tr:"TR"},userMedia:{androidGrantPermissions:"Causiss\xe8tz Autorizar quand v\xf2stre navigador vos demanda l'autorizacion.",chromeGrantPermissions:"Causiss\xe8tz Autorizar quand v\xf2stre navigador vos demanda l'autorizacion.",edgeGrantPermissions:"Causiss\xe8tz \xd2c quand v\xf2stre navigador vos demanda l'autorizacion.",electronGrantPermissions:"Merc\xe9s de donar las permissions d'utilizar v\xf2stra cam\xe8ra e v\xf2stre microf\xf2n",firefoxGrantPermissions:"Causiss\xe8tz Partejar l'aparelh seleccionat quand v\xf2stre navigador vos demanda l'autorizacion.",iexplorerGrantPermissions:"Causiss\xe8tz OK quand v\xf2stre navigador vos demanda l'autorizacion.",nwjsGrantPermissions:"Merc\xe9s de donar las permissions d'utilizar v\xf2stra cam\xe8ra e v\xf2stre microf\xf2n",operaGrantPermissions:"Causiss\xe8tz Autorizar quand v\xf2stre navigador vos demanda l'autorizacion.","react-nativeGrantPermissions":"Causiss\xe8tz Autorizar quand v\xf2stre navigador vos demanda l'autorizacion.",safariGrantPermissions:"Causiss\xe8tz OK quand v\xf2stre navigador vos demanda l'autorizacion."},videoSIPGW:{busy:"S\xe8m a liurar de resorgas. Merc\xe9s de tornar ensajar dins una estona.",busyTitle:"Lo servici de sala es ocupat pel moment",errorAlreadyInvited:"{{displayName}} es ja convidat",errorInvite:"La confer\xe9ncia es pas encara establida. Tornatz ensajar mai tard.",errorInviteFailed:"S\xe8m a reglar aqueste probl\xe8ma. Ensajatz mai tard.",errorInviteFailedTitle:"L\u2019invitacion a {{displayName}} a fracassat",errorInviteTitle:"Error en convidar a la sala",pending:"{{displayName}} es estat convidat"},videoStatus:{adjustFor:"Ajustar per\u202f:",audioOnly:"AUD",audioOnlyExpanded:"S\xe8tz en m\xf2de connexion febla. Amb aqueste m\xf2de recebretz pas que l\u2019\xe0udio e lo partatge d\u2019ecran.",bestPerformance:"Melhora performan\xe7a",callQuality:"Qualitat vid\xe8o",hd:"HD",hdTooltip:"Difusion vid\xe8o en nauta definicion",highDefinition:"Nauta definicion",highestQuality:"Qualitat mai nauta",labelTooiltipNoVideo:"Pas cap de vid\xe8o",labelTooltipAudioOnly:"M\xf2de connexion febla activat",ld:"Bassa definicion",ldTooltip:"Difusion vid\xe8o en bassa definicion",lowDefinition:"Bassa definicion",performanceSettings:"Param\xe8tres de performan\xe7a",sd:"SD",sdTooltip:"Difusion vid\xe8o en definicion estandard",standardDefinition:"Definicion estandard"},videothumbnail:{connectionInfo:"Info connexion",domute:"Copar lo son",domuteOthers:"Rendre mut totes los autres",domuteVideo:"Desactivar la cam\xe8ra",domuteVideoOfOthers:"Desactivar la cam\xe8ra dels demai",flip:"Revirar",grantModerator:"Nomenar moderator",hideSelfView:"Amagar pr\xf2pria vista",kick:"Exclure",moderator:"Moderator",mute:"Un participant a copat son micro",muted:"Mut",remoteControl:"Contrar\xf2tle alonhat",screenSharing:"Lo participant es a partejar son ecran",show:"Mostrar davant",videoMuted:"Cam\xe8ra desactivada",videomute:"Lo participant a arrestat la cam\xe8ra"},virtualBackground:{addBackground:"Apondre un r\xe8ireplan",apply:"Aplicar",backgroundEffectError:"Aplicacion fracassada de l\u2019efeich al r\xe8ireplan.",blur:"Fosc",deleteImage:"Suprimir l\u2019imatge",desktopShare:"Partiment de bur\xe8u",desktopShareError:"Creacion impossibla d\u2019un partiment de bur\xe8u",image1:"Plaja",image2:"Paret blanca neutra",image3:"Sala voida blanca",image4:"Lampadari negre",image5:"Montanha",image6:"For\xe8st ",image7:"Solelh levant",none:"Cap",pleaseWait:"Esperatz...",removeBackground:"Suprimir lo r\xe8ireplan",slightBlur:"Fosc leugi\xe8r",title:"R\xe8ireplans virtuals",uploadedImage:"Imatge enviat {{index}}",webAssemblyWarning:"WebAssembly pas pres en carga",webAssemblyWarningDescription:"WebAssembly es desactivat o pas pres en carga per aqueste navigador"},volumeSlider:"Niv\xe8l de volum",welcomepage:{accessibilityLabel:{join:"Tocatz per participar",roomname:"Sasiss\xe8tz un nom de sala"},addMeetingName:"Nomenar la confer\xe9ncia",appDescription:"Endavant, charratz en vid\xe8o amb tota la c\xf2la. Per dire de convidar tot lo monde que coneiss\xe8tz. {{app}} es una solucion de vid\xe8o-confer\xe9ncia compl\xe8tament chifrada e 100% liura que pod\xe8tz utilizar tota la jornada, totes los jorns, gratuitament\u2014 sens cap de compte pas requesit.",audioVideoSwitch:{audio:"Votz",video:"Vid\xe8o"},calendar:"Calendari",connectCalendarButton:"Connectar lo calendari",connectCalendarText:"Connectatz v\xf2stre calendi\xe8r per veire v\xf2stras re\xfcnions dins {{app}}. Ajustatz tanben las re\xfcnions de {{provider}} a v\xf2stre calendi\xe8r e aviatz-las amb un sol clic.",enterRoomTitle:"Comen\xe7ar una n\xf2va confer\xe9ncia",getHelp:"Obt\xe9ner d\u2019ajuda",go:"Crear",goSmall:"Crear",headerSubtitle:"Confer\xe9ncias securizadas e de Nauta qualitat",headerTitle:"Jitsi Meet",info:"Infor",jitsiOnMobile:"Jitsi sus mobil \u2013telecargatz n\xf2stra aplicacion e comen\xe7atz de confer\xe9ncias de pertot",join:"CREAR / REJ\xd3NHER",logo:{calendar:"Logotipe Calendar",desktopPreviewThumbnail:"Vinheta d'apercebut del bur\xe8u",googleLogo:"Logotipe Google",logoDeepLinking:"Logotipe Jitsi meet",microsoftLogo:"Logotipe Microsoft",policyLogo:"Logotipe de la politica"},mobileDownLoadLinkAndroid:"Telecargar l'aplicacion per Android",mobileDownLoadLinkFDroid:"Telecargar l'aplicacion per F-Droid",mobileDownLoadLinkIos:"Telecargar l'aplicacion per iOS",moderatedMessage:"O reservatz una URL de confer\xe9ncia a l'avan\xe7a ont s\xe8tz l'unic moderator.",privacy:"Vida privada",recentList:"Recents",recentListDelete:"Suprimits",recentListEmpty:"V\xf2stra lista de contactes recents es voida. Charratz amb v\xf2stra c\xf2la e trobaretz totes v\xf2stras confer\xe9ncias recentas aqu\xed.",reducedUIText:"Benvengut a {{app}}\u202f!",roomNameAllowedChars:"Lo nom de la confer\xe9ncia deu pas cont\xe9ner aqueles caract\xe8rs\u202f: ?, &, :, ', \", %, #.",roomname:"Sasiss\xe8tz un nom de sala",roomnameHint:"Picatz lo nom o l\u2019URL de la sala que vol\xe8tz j\xf3nher. Pod\xe8tz inventar un nom, cal pas que lo monde que vol\xe8tz convidar lo s\xe0pian.",sendFeedback:"Mandar v\xf2stra opinion",startMeeting:"Comen\xe7ar la re\xfcnion",terms:"T\xe8rmes",title:"Confer\xe9ncias vid\xe8o securizadas amb plen de foncionalitats e compl\xe8tament gratuitas"}}},842,[]); -__d(function(e,o,i,a,n,r,t){n.exports={addPeople:{add:"Zapro\u015b",addContacts:"Zapro\u015b kontakty",contacts:"kontakty",copyInvite:"Kopiuj zaproszenie na spotkanie",copyLink:"Kopiuj link spotkania",copyStream:"Kopiuj link transmisji na \u017cywo",countryNotSupported:"Nie obs\u0142ugujemy jeszcze tej lokalizacji.",countryReminder:"Dzwonisz spoza USA? Upewnij si\u0119, \u017ce zaczynasz od kodu kraju!",defaultEmail:"Domy\u015blna poczta",disabled:"Nie mo\u017cesz zaprasza\u0107 ludzi.",failedToAdd:"B\u0142\u0105d dodawania uczestnik\xf3w",googleEmail:"Poczta Google",inviteMoreHeader:"Jeste\u015b jedynym uczestnikiem tego spotkania",inviteMoreMailSubject:"Do\u0142\u0105cz do spotkania {{appName}}",inviteMorePrompt:"Zapro\u015b innych uczestnik\xf3w",linkCopied:"Link skopiowany do schowka",noResults:"Brak pasuj\u0105cych wynik\xf3w wyszukiwania",outlookEmail:"Poczta Outlook",phoneNumbers:"numery telefon\xf3w",searching:"Wyszukiwanie...",shareInvite:"Udost\u0119pnij zaproszenie na spotkanie",shareLink:"Udost\u0119pnij link do spotkania, aby zaprosi\u0107 innych uczestnik\xf3w",shareStream:"Udost\u0119pnij link transmisji na \u017cywo",sipAddresses:"adresy SIP",telephone:"Telefon: {{number}}",title:"Zapro\u015b uczestnik\xf3w na to spotkanie",yahooEmail:"Poczta Yahoo"},audioDevices:{bluetooth:"Bluetooth",car:"Audio samochodowe",headphones:"S\u0142uchawki",none:"Brak dost\u0119pnych urz\u0105dze\u0144 d\u017awi\u0119kowych",phone:"Telefon",speaker:"G\u0142o\u015bnik"},audioOnly:{audioOnly:"Niska przepustowo\u015b\u0107"},breakoutRooms:{actions:{add:"Dodaj pok\xf3j podgrupy",autoAssign:"Automatycznie przypisuj do pokoi podgrup",close:"Blisko",join:"Do\u0142\u0105cz",leaveBreakoutRoom:"Opu\u015b\u0107 pok\xf3j spotka\u0144",more:"Wi\u0119cej",remove:"Usu\u0144",sendToBreakoutRoom:"Wy\u015blij uczestnika do:"},defaultName:"Pok\xf3j podgrupy #{{index}}",mainRoom:"G\u0142\xf3wny pok\xf3j",notifications:{joined:"Do\u0142\u0105czanie do pokoju podgrup \"{{name}}\" ",joinedMainRoom:"Do\u0142\u0105czanie do g\u0142\xf3wnego pokoju",joinedTitle:"Pokoje podgrup"}},calendarSync:{addMeetingURL:"Dodaj odno\u015bnik do spotkania",confirmAddLink:"Czy chcesz doda\u0107 odno\u015bnik Jitsi do tego wydarzenia?",error:{appConfiguration:"Integracja z kalendarzem nie jest skonfigurowana poprawnie.",generic:"Wyst\u0105pi\u0142 problem. Sprawd\u017a ustawienia kalendarza lub spr\xf3buj od\u015bwie\u017cy\u0107 kalendarz.",notSignedIn:"Wyst\u0105pi\u0142 problem podczas uwierzytelniania dost\u0119pu do wydarze\u0144 w kalendarzu. Sprawd\u017a ustawienia kalendarza i spr\xf3buj zalogowa\u0107 si\u0119 ponownie."},join:"Do\u0142\u0105cz",joinTooltip:"Do\u0142\u0105cz do spotkania",nextMeeting:"nast\u0119pne spotkanie",noEvents:"Nie ma zaplanowanych nadchodz\u0105cych wydarze\u0144.",ongoingMeeting:"trwaj\u0105ce spotkanie",permissionButton:"Otw\xf3rz ustawienia",permissionMessage:"Aby zobaczy\u0107 spotkania w aplikacji, wymagane jest zezwolenie dost\u0119pu do kalendarza.",refresh:"Od\u015bwie\u017c kalendarz",today:"Dzisiaj"},carmode:{actions:{selectSoundDevice:"Wybierz urz\u0105dzenie d\u017awi\u0119kowe"},labels:{buttonLabel:"Tryb samochodowy",title:"Tryb samochodowy",videoStopped:"Tw\xf3j film jest zatrzymany"}},chat:{enter:"Wejd\u017a do pokoju",error:"B\u0142\u0105d: Twoja wiadomo\u015b\u0107 nie zosta\u0142a wys\u0142ana. Pow\xf3d: {{error}}",fieldPlaceHolder:"Wpisz wiadomo\u015b\u0107 tutaj",lobbyChatMessageTo:"Wiadomo\u015b\u0107 na czacie w poczekalni do {{recipient}}",message:"Wiadomo\u015b\u0107",messageAccessibleTitle:"{{user}} m\xf3wi:",messageAccessibleTitleMe:"m\xf3wi\u0119:",messageTo:"Prywatna wiadomo\u015b\u0107 do {{recipient}}",messagebox:"Wpisz wiadomo\u015b\u0107",newMessages:"Nowe wiadomo\u015bci",nickname:{popover:"Wybierz sw\xf3j nick",title:"Wpisz swoj\u0105 nazw\u0119, aby u\u017cy\u0107 rozmowy",titleWithPolls:"Wpisz swoj\u0105 nazw\u0119, aby u\u017cy\u0107 rozmowy"},noMessagesMessage:"Aktualnie brak wiadomo\u015bci w tym spotkaniu. Rozpocznij konwersacj\u0119!",privateNotice:"Prywatna wiadomo\u015b\u0107 do {{recipient}}",sendButton:"Wy\u015blij",smileysPanel:"Panel emoji",tabs:{chat:"Czat",polls:"Ankiety"},title:"Czat",titleWithPolls:"Czat i Ankiety",you:"ja"},chromeExtensionBanner:{buttonText:"Zainstaluj rozszerzenie Chrome",buttonTextEdge:"Zainstaluj rozszerzenie Edge",close:"Zamknij",dontShowAgain:"Nie pokazuj ponownie",installExtensionText:"Zainstaluj rozszerzenie integruj\u0105ce Kalendarz Google i Office 365"},connectingOverlay:{joiningRoom:"\u0141\u0105czenie ze spotkaniem..."},connection:{ATTACHED:"Za\u0142\u0105cznik",AUTHENTICATING:"Uwierzytelnianie",AUTHFAIL:"Uwierzytelnianie nie powiod\u0142o si\u0119",CONNECTED:"Po\u0142\u0105czono",CONNECTING:"Nawi\u0105zywanie po\u0142\u0105czenia",CONNFAIL:"Po\u0142\u0105czenie si\u0119 nie powiod\u0142o",DISCONNECTED:"Roz\u0142\u0105czony",DISCONNECTING:"Roz\u0142\u0105czanie",ERROR:"B\u0142\u0105d",FETCH_SESSION_ID:"Uzyskiwanie id sesji...",GET_SESSION_ID_ERROR:"Nie mo\u017cna uzyska\u0107 id sesji. B\u0142\u0105d: {{code}}",GOT_SESSION_ID:"Uzyskiwanie id sesji... Gotowe",LOW_BANDWIDTH:"Wideo {{displayName}} zosta\u0142o wy\u0142\u0105czone w celu zaoszcz\u0119dzenia przepustowo\u015bci sieci"},connectionindicator:{address:"Adres:",audio_ssrc:"Audio SSRC:",bandwidth:"Szacowana przepustowo\u015b\u0107:",bitrate:"Szybko\u015b\u0107 transmisji:",bridgeCount:"Liczba serwer\xf3w: ",codecs:"Kodeki (A/V): ",connectedTo:"Pod\u0142\u0105czone do:",e2eeVerified:"E2EE zweryfikowane:",framerate:"Klatek na sekund\u0119:",less:"Poka\u017c mniej",localaddress:"Adres lokalny:",localaddress_plural:"Adresy lokalne:",localport:"Port lokalny:",localport_plural:"Porty lokalne:",maxEnabledResolution:"wy\u015blij maksymaln\u0105",more:"Poka\u017c wi\u0119cej",no:"nie",packetloss:"Utrata pakiet\xf3w:",participant_id:"ID uczestnika:",quality:{good:"Dobre",inactive:"Nieaktywne",lost:"Utracone",nonoptimal:"Nieoptymalne",poor:"S\u0142abe"},remoteaddress:"Adres zdalny:",remoteaddress_plural:"Adresy zdalne:",remoteport:"Port zdalny:",remoteport_plural:"Porty zdalne:",resolution:"Rozdzielczo\u015b\u0107:",savelogs:"Zapisz logi",status:"Po\u0142\u0105czenie:",transport:"Transport:",transport_plural:"Transporty:",video_ssrc:"Video SSRC:",yes:"tak"},dateUtils:{earlier:"Wcze\u015bniej",today:"Dzisiaj",yesterday:"Wczoraj"},deepLinking:{appNotInstalled:"Potrzebujesz aplikacji mobilnej {{app}}, aby m\xf3c do\u0142\u0105czy\u0107 do tego spotkania przez telefon.",description:"Nic si\u0119 nie wydarzy\u0142o? Spr\xf3bowali\u015bmy uruchomi\u0107 Twoje spotkanie w aplikacji stacjonarnej {{app}}. Spr\xf3buj ponownie lub uruchom spotkanie w aplikacji webowej {{app}}.",descriptionNew:"Nic si\u0119 nie sta\u0142o? Pr\xf3bowali\u015bmy uruchomi\u0107 Twoje spotkanie w aplikacji stacjonarnej {{app}}.

Spr\xf3buj ponownie lub uruchom spotkanie w aplikacji webowej.",descriptionWithoutWeb:"Nic si\u0119 nie wydarzy\u0142o? Spr\xf3bowali\u015bmy uruchomi\u0107 Twoje spotkanie w aplikacji stacjonarnej {{app}}.",downloadApp:"Pobierz aplikacj\u0119",downloadMobileApp:"Pobierz ze sklepu App Store",ifDoNotHaveApp:"Je\u015bli nie masz jeszcze aplikacji:",ifHaveApp:"Je\u015bli ju\u017c masz aplikacj\u0119:",joinInApp:"Do\u0142\u0105cz do spotkania u\u017cywaj\u0105c aplikacji",joinInAppNew:"Do\u0142\u0105cz w aplikacji",joinInBrowser:"Do\u0142\u0105cz w przegl\u0105darce",launchMeetingLabel:"Jak chcesz do\u0142\u0105czy\u0107 do tego spotkania?",launchWebButton:"Uruchom przez przegl\u0105dark\u0119",noMobileApp:"Nie masz aplikacji?",termsAndConditions:"Kontynuuj\u0105c zgadzasz si\u0119 na nasze Zasady i Warunki.",title:"Trwa uruchamianie Twojego spotkania w {{app}}...",titleNew:"Rozpoczynam spotkanie...",tryAgainButton:"Spr\xf3buj ponownie w aplikacji stacjonarnej",unsupportedBrowser:"Wygl\u0105da na to, \u017ce u\u017cywasz przegl\u0105darki, kt\xf3rej nie wspieramy."},defaultLink:"np. {{url}}",defaultNickname:"np. Jan Kowalski",deviceError:{cameraError:"B\u0142\u0105d dost\u0119pu do Twojej kamery",cameraPermission:"B\u0142\u0105d podczas otrzymywania uprawnie\u0144 do kamery",microphoneError:"B\u0142\u0105d dost\u0119pu do Twojego mikrofonu",microphonePermission:"B\u0142\u0105d podczas otrzymywania uprawnie\u0144 do mikrofonu"},deviceSelection:{hid:{callControl:"Kontrola po\u0142\u0105cze\u0144",connectedDevices:"Po\u0142\u0105czone urz\u0105dzenia:",deleteDevice:"Usu\u0144 urz\u0105dzenie",pairDevice:"Sparuj urz\u0105dzenie"},noPermission:"Nie przyznano uprawnienia",previewUnavailable:"Podgl\u0105d niedost\u0119pny",selectADevice:"Wybierz urz\u0105dzenie",testAudio:"Odtw\xf3rz d\u017awi\u0119k testowy"},dialIn:{screenTitle:"Podsumowanie po\u0142\u0105cze\u0144 telefonicznych"},dialOut:{statusMessage:"jest teraz {{status}}"},dialog:{Back:"Wstecz",Cancel:"Anuluj",IamHost:"Jestem gospodarzem",Ok:"OK",Remove:"Usu\u0144",Share:"Udost\u0119pnij",Submit:"Wy\u015blij",WaitForHostMsg:"Spotkanie jeszcze si\u0119 nie rozpocz\u0119\u0142o. Je\u015bli jeste\u015b gospodarzem, prosimy o uwierzytelnienie. Je\u015bli nie, prosimy czeka\u0107 na przybycie gospodarza.",WaitingForHostTitle:"Oczekiwanie na gospodarza...",Yes:"Tak",accessibilityLabel:{close:"Zamknij okno dialogowe",liveStreaming:"Transmisja na \u017cywo",sharingTabs:"Opcje udost\u0119pniania"},add:"Dodaj",addMeetingNote:"Dodaj notatk\u0119 o tym spotkaniu",addOptionalNote:"Dodaj notatk\u0119 (opcjonalnie):",allow:"Pozw\xf3l",alreadySharedVideoMsg:"Inny u\u017cytkownik ju\u017c prezentuje wideo. Ta konferencja pozwala tylko na prezentacj\u0119 jednego wideo w tym samym czasie.",alreadySharedVideoTitle:"Tylko jedna prezentacja wideo jest dozwolona w tym samym czasie",applicationWindow:"Okno aplikacji",authenticationRequired:"Wymagane uwierzytelnienie",cameraConstraintFailedError:"Twoja kamera nie spe\u0142nia niekt\xf3rych obowi\u0105zkowych wymaga\u0144.",cameraNotFoundError:"Kamera nie znaleziona.",cameraNotSendingData:"Nie mo\u017cemy po\u0142\u0105czy\u0107 si\u0119 z Twoj\u0105 kamer\u0105. Sprawd\u017a, czy inna aplikacja nie u\u017cywa tego urz\u0105dzenia, wybierz inne urz\u0105dzenie z menu ustawie\u0144 lub spr\xf3buj zrestartowa\u0107 aplikacj\u0119.",cameraNotSendingDataTitle:"Brak dost\u0119pu do kamery",cameraPermissionDeniedError:"Nie udzieli\u0142e\u015b pozwolenia na u\u017cycie swojej kamery. Nadal mo\u017cesz do\u0142\u0105czy\u0107 do konferencji, ale inni nie b\u0119d\u0105 Ci\u0119 widzie\u0107. Naci\u015bnij przycisk kamery na pasku adresu, aby to poprawi\u0107.",cameraTimeoutError:"Nie uda\u0142o si\u0119 uruchomi\u0107 \u017ar\xf3d\u0142a obrazu. Przekroczono limit czasu",cameraUnknownError:"Z nieznanej przyczyny nie mo\u017cna u\u017cy\u0107 kamery.",cameraUnsupportedResolutionError:"Twoja kamera nie obs\u0142uguje wymaganej rozdzielczo\u015bci.",close:"Zamknij",conferenceDisconnectMsg:"By\u0107 mo\u017ce nale\u017cy sprawdzi\u0107 po\u0142\u0105czenie sieciowe. Ponowne po\u0142\u0105czenie za {{seconds}} sekund...",conferenceDisconnectTitle:"Nast\u0105pi\u0142o roz\u0142\u0105czenie.",conferenceReloadMsg:"Staramy si\u0119 to naprawi\u0107. Ponowne po\u0142\u0105czenie za {{seconds}} sekund...",conferenceReloadTitle:"Niestety, co\u015b posz\u0142o nie tak.",confirm:"Potwierd\u017a",confirmNo:"Nie",confirmYes:"Tak",connectError:"Ocho! Cos posz\u0142o nie tak, nie mo\u017cna pod\u0142aczy\u0107 si\u0119 do tej konferencji.",connectErrorWithMsg:"Upsss! Co\u015b posz\u0142o nie tak i nie mo\u017cemy pod\u0142\u0105czy\u0107 si\u0119 do tej konferencji: {{msg}}",connecting:"Nawi\u0105zywanie po\u0142\u0105czenia",contactSupport:"Skontaktuj si\u0119 ze wsparciem",copied:"Skopiowano",copy:"Kopiuj",dismiss:"Odrzu\u0107",displayNameRequired:"Cze\u015b\u0107! Jak si\u0119 nazywasz?",done:"Zrobione",e2eeDescription:"Szyfrowanie End-to-End jest aktualnie w fazie EKSPERYMENTALNEJ. Prosz\u0119 mie\u0107 na uwadze fakt, \u017ce szyfrowanie end-to-end wy\u0142\u0105czy oferowane przez serwer us\u0142ugi takie jak: nagrywanie, streaming na \u017cywo i do\u0142\u0105czanie uczestnik\xf3w przez telefon. Prosz\u0119 mie\u0107 r\xf3wnie\u017c na uwadze fakt, \u017ce takie spotkanie b\u0119d\u0105 dzia\u0142a\u0107 tylko dla uczestnik\xf3w korzystaj\u0105cych z przegl\u0105darek wspieraj\u0105cych wstawiane strumienie.",e2eeDisabledDueToMaxModeDescription:"Nie mo\u017cna w\u0142\u0105czy\u0107 szyfrowania End-to-End z powodu du\u017cej liczby uczestnik\xf3w konferencji.",e2eeLabel:"W\u0142\u0105cz szyfrowanie E2EE",e2eeWarning:"UWAGA: Niekt\xf3rzy uczestnicy tego spotkania nie maj\u0105 w\u0142\u0105czonej obs\u0142ugi szyfrowania E2EE. Je\u015bli w\u0142\u0105czysz t\u0105 funkcj\u0119 ci uczestnicy nie b\u0119d\u0105 mieli z tob\u0105 kontaktu.",e2eeWillDisableDueToMaxModeDescription:"UWAGA: Szyfrowanie typu end-to-end zostanie automatycznie wy\u0142\u0105czone, je\u015bli do konferencji do\u0142\u0105czy wi\u0119cej uczestnik\xf3w.",embedMeeting:"Osad\u017a spotkanie",enterDisplayName:"Wpisz tutaj swoje imi\u0119",error:"B\u0142\u0105d",gracefulShutdown:"Us\u0142uga aktualnie jest niedost\u0119pna. Prosze spr\xf3bowa\u0107 p\xf3\u017aniej.",grantModeratorDialog:"Czy na pewno chcesz przyzna\u0107 temu uczestnikowi prawa moderatora?",grantModeratorTitle:"Przyznaj prawa moderatora",hide:"Ukryj",hideShareAudioHelper:"Nie pokazuj wi\u0119cej",incorrectPassword:"Niepoprawna nazwa u\u017cytkownika lub has\u0142o",incorrectRoomLockPassword:"Has\u0142o nieprawid\u0142owe",internalError:"Ups! Co\u015b posz\u0142o nie tak. Wyst\u0105pi\u0142 nast\u0119puj\u0105cy b\u0142\u0105d: {{error}}",internalErrorTitle:"B\u0142\u0105d wewn\u0119trzny",kickMessage:"Mo\u017cesz skontaktowa\u0107 si\u0119 z {{participantDisplayName}}, aby uzyska\u0107 wi\u0119cej szczeg\xf3\u0142\xf3w.",kickParticipantButton:"Usu\u0144",kickParticipantDialog:"Czy na pewno chcesz usun\u0105\u0107 tego uczestnika?",kickParticipantTitle:"Usun\u0105\u0107 tego uczestnika?",kickTitle:"Ups! {{participantDisplayName}} usun\u0105\u0142 Ci\u0119 z tego spotkania",linkMeeting:"Link do spotkania",linkMeetingTitle:"Po\u0142\u0105cz spotkanie z Salesforce",liveStreaming:"Strumie\u0144 na \u017cywo",liveStreamingDisabledBecauseOfActiveRecordingTooltip:"Nie mo\u017cliwe podczas aktywnego nagrywania",localUserControls:"Lokalna kontrola u\u017cytkownika",lockMessage:"Zabezpieczenie konferencji nie powiod\u0142o si\u0119.",lockRoom:"Dodaj spotkanie $t(lockRoomPasswordUppercase)",lockTitle:"Nie powiod\u0142o si\u0119 zabezpieczenie konferencji",login:"Zaloguj",logoutQuestion:"Na pewno chcesz si\u0119 wylogowa\u0107 i zako\u0144czy\u0107 konferencj\u0119?",logoutTitle:"Wyloguj",maxUsersLimitReached:"Osi\u0105gni\u0119to limit maksymalnej liczby uczestnik\xf3w. Konferencja jest zape\u0142niona. Skontaktuj si\u0119 z w\u0142a\u015bcicielem spotkania lub spr\xf3buj ponownie p\xf3\u017aniej!",maxUsersLimitReachedTitle:"Osi\u0105gni\u0119to maksymaln\u0105 liczb\u0119 uczestnik\xf3w",micConstraintFailedError:"Tw\xf3j mikrofon nie spe\u0142nia niekt\xf3rych wymaganych parametr\xf3w.",micNotFoundError:"Mikrofon nie jest odnaleziony.",micNotSendingData:"Wejd\u017a w ustawienia komputera, aby wy\u0142\u0105czy\u0107 wyciszenie i dostosowa\u0107 poziom g\u0142o\u015bno\u015bci",micNotSendingDataTitle:"Tw\xf3j mikrofon jest wyciszony przez ustawienia systemowe",micPermissionDeniedError:"Nie udzieli\u0142e\u015b pozwolenia na u\u017cycie twojego mikrofonu. Nadal mo\u017cesz uczestniczyc w konferencji ale inni nie b\u0119d\u0105 ci\u0119 s\u0142yszeli. U\u017cyj przycisku kamera aby to naprawi\u0107.",micTimeoutError:"Nie uda\u0142o si\u0119 uruchomi\u0107 \u017ar\xf3d\u0142a d\u017awi\u0119ku. Przekroczono limit czasu",micUnknownError:"Z nieznanej przyczyny nie mo\u017cna u\u017cy\u0107 mikrofonu.",moderationAudioLabel:"Zezwalaj uczestnikom na w\u0142\u0105czenie mikrofon\xf3w",moderationVideoLabel:"Zezwalaj uczestnikom na w\u0142\u0105czenie kamer",muteEveryoneDialog:"Uczestnicy mog\u0105 w dowolnym momencie wy\u0142\u0105czy\u0107 wyciszenie.",muteEveryoneDialogModerationOn:"Uczestnicy mog\u0105 w ka\u017cdej chwili wys\u0142a\u0107 pro\u015bb\u0119 o zabranie g\u0142osu.",muteEveryoneElseDialog:"Gdy wyciszysz wszystkich nie b\u0119dziesz mia\u0142 mo\u017cliwo\u015bci wy\u0142\u0105czy\u0107 ich wyciszenia, ale oni b\u0119d\u0105 mogli samodzielnie wy\u0142\u0105czy\u0107 wyciszenie w dowolnym momencie.",muteEveryoneElseTitle:"Wyciszy\u0107 wszystkich za wyj\u0105tkiem {{whom}}?",muteEveryoneElsesVideoDialog:"Po wy\u0142\u0105czeniu kamery nie b\u0119dzie mo\u017cna go ponownie w\u0142\u0105czy\u0107, ale mo\u017cna go ponownie w\u0142\u0105czy\u0107 w dowolnym momencie.",muteEveryoneElsesVideoTitle:"Wy\u0142\u0105czy\u0107 kamer\u0119 wszystkim opr\xf3cz {{whom}}?",muteEveryoneSelf:"siebie",muteEveryoneStartMuted:"Od tego momentu wszyscy s\u0105 wyciszeni",muteEveryoneTitle:"Wyciszy\u0107 wszystkich?",muteEveryonesVideoDialog:"Uczestnicy mog\u0105 w ka\u017cdej chwili w\u0142\u0105czy\u0107 swoje kamery.",muteEveryonesVideoDialogModerationOn:"Uczestnicy mog\u0105 w dowolnym momencie wys\u0142a\u0107 pro\u015bb\u0119 o w\u0142\u0105czenie ich kamer.",muteEveryonesVideoDialogOk:"Wy\u0142\u0105cz",muteEveryonesVideoTitle:"Wy\u0142\u0105czy\u0107 kamery pozosta\u0142ych uczestnik\xf3w?",muteParticipantBody:"Nie mo\u017cesz wy\u0142\u0105czy\u0107 ich wyciszenia, ale oni mog\u0105 samodzielnie wy\u0142\u0105czy\u0107 wyciszenie w dowolnym momencie.",muteParticipantButton:"Wycisz",muteParticipantsVideoBody:"Nie b\u0119dziesz m\xf3g\u0142 w\u0142\u0105czy\u0107 jego kamery ponownie, ale uczestnik samodzielnie mo\u017ce w\u0142\u0105czy\u0107 kamer\u0119 w dowolnym momencie.",muteParticipantsVideoBodyModerationOn:"Nie b\u0119dziesz w stanie ponownie w\u0142\u0105czy\u0107 kamery i oni te\u017c nie.",muteParticipantsVideoButton:"Wy\u0142\u0105cz kamery",muteParticipantsVideoDialog:"Czy na pewno chcesz wy\u0142\u0105czy\u0107 kamer\u0119 tego uczestnika? Nie b\u0119dziesz m\xf3g\u0142 ponownie w\u0142\u0105czy\u0107 jego kamery, ale b\u0119dzie on m\xf3g\u0142 samodzielnie w\u0142\u0105czy\u0107 kamer\u0119 w dowolnym momencie.",muteParticipantsVideoDialogModerationOn:"Czy na pewno chcesz wy\u0142\u0105czy\u0107 kamer\u0119 tego uczestnika? Nie b\u0119dziesz w stanie ponownie w\u0142\u0105czy\u0107 aparatu i oni te\u017c nie.",muteParticipantsVideoTitle:"Wy\u0142\u0105czy\u0107 kamer\u0119 tego uczestnika?",noDropboxToken:"Brak poprawnego tokenu Dropbox",password:"$t(lockRoomPasswordUppercase)",passwordLabel:"Spotkanie zosta\u0142o zabezpieczone przez innego uczestnika. Wprowad\u017a $t(lockRoomPassword), aby do\u0142\u0105czy\u0107.",passwordNotSupported:"Ustanowienie spotkania $t(lockRoomPassword) nie jest obs\u0142ugiwane.",passwordNotSupportedTitle:"$t(lockRoomPasswordUppercase) nie jest obs\u0142ugiwane",passwordRequired:"$t(lockRoomPasswordUppercase) jest wymagane",permissionCameraRequiredError:"Dost\u0119p do kamery jest wymagany do udzia\u0142u w konferencjach z obrazem. Udziel dost\u0119pu do kamery w ustawieniach",permissionErrorTitle:"Wymagana autoryzacja",permissionMicRequiredError:"Dost\u0119p do mikrofonu jest wymagany do udzia\u0142u w konferencjach z d\u017awi\u0119kiem. Udziel dost\u0119pu do mikrofonu w ustawieniach",popupError:"Twoja przegl\u0105darka blokuje wyskakuj\u0105ce okienka pochodz\u0105ce z tej witryny. W\u0142\u0105cz wy\u015bwietlanie wyskakuj\u0105cych okienek w ustawieniach bezpiecze\u0144stwa Twojej przegl\u0105darki i spr\xf3buj ponownie.",popupErrorTitle:"Wyskakuj\u0105ce okienko zosta\u0142o zablokowane",readMore:"wi\u0119cej",recentlyUsedObjects:"Twoje ostatnio u\u017cywane przedmioty",recording:"Nagrywanie",recordingDisabledBecauseOfActiveLiveStreamingTooltip:"Nie mo\u017cliwe podczas aktywnej transmisji na \u017cywo",rejoinNow:"Po\u0142\u0105cz ponownie teraz",remoteControlAllowedMessage:"{{user}} zaakceptowa\u0142 Twoj\u0105 pro\u015bb\u0119 o kontrol\u0119 zdaln\u0105!",remoteControlDeniedMessage:"{{user}} odrzuci\u0142 Twoj\u0105 pro\u015bb\u0119 o kontrol\u0119 zdaln\u0105!",remoteControlErrorMessage:"Wyst\u0105pi\u0142 b\u0142\u0105d podczas pr\xf3by uzyskania zgody na zdaln\u0105 kontrol\u0119 od {{user}}!",remoteControlRequestMessage:"Czy zgadzasz si\u0119, \u017ceby {{user}} zdalnie kontrolowa\u0142 Tw\xf3j komputer?",remoteControlShareScreenWarning:"Zwr\xf3\u0107 uwag\u0119, \u017ce je\u015bli wybierzesz \"Pozw\xf3l\" jednocze\u015bnie zostanie wsp\xf3\u0142dzielony Tw\xf3j ekran!",remoteControlStopMessage:"Sesja zdalnej kontroli dobieg\u0142a ko\u0144ca!",remoteControlTitle:"Zdalna kontrola komputera",remoteUserControls:"Zdalna kontrola u\u017cytkownika {{username}}",removePassword:"Usu\u0144 $t(lockRoomPassword)",removeSharedVideoMsg:"Na pewno chcesz usun\u0105\u0107 udost\u0119pnione wideo?",removeSharedVideoTitle:"Usu\u0144 wideo udost\u0119pnione",reservationError:"B\u0142\u0105d systemu rezerwacji",reservationErrorMsg:"Kod b\u0142\u0119du: {{code}}, tre\u015b\u0107: {{msg}}",retry:"Pon\xf3w",screenSharingAudio:"Udost\u0119pnianie audio",screenSharingFailed:"Oops! Co\u015b posz\u0142o nie tak. Nie mo\u017cna uruchomi\u0107 udost\u0119pniania ekranu!",screenSharingFailedTitle:"Niepowodzenie udost\u0119pniania ekranu!",screenSharingPermissionDeniedError:"Oops! Co\u015b posz\u0142o nie tak z uprawnieniami udost\u0119pniania ekranu. Od\u015bwie\u017c stron\u0119 i spr\xf3buj ponownie.",searchInSalesforce:"Szukaj w Salesforce",searchResults:"Wyniki wyszukiwania({{count}})",searchResultsDetailsError:"Co\u015b posz\u0142o nie tak podczas pobierania danych w\u0142a\u015bciciela.",searchResultsError:"Co\u015b posz\u0142o nie tak podczas pobierania danych.",searchResultsNotFound:"Nie znaleziono wynik\xf3w wyszukiwania.",searchResultsTryAgain:"Spr\xf3buj u\u017cy\u0107 alternatywnych s\u0142\xf3w kluczowych.",sendPrivateMessage:"Niedawno otrzyma\u0142e\u015b prywatn\u0105 wiadomo\u015b\u0107. Czy zamierza\u0142e\u015b odpowiedzie\u0107 na ni\u0105 prywatnie, czy chcesz wys\u0142a\u0107 wiadomo\u015b\u0107 do grupy?",sendPrivateMessageCancel:"Wy\u015blij do grupy",sendPrivateMessageOk:"Wy\u015blij prywatnie",sendPrivateMessageTitle:"Wys\u0142a\u0107 prywatnie?",serviceUnavailable:"Us\u0142uga jest niedost\u0119pna",sessTerminated:"Po\u0142\u0105czenie przerwane",sessionRestarted:"Konferencja zosta\u0142a wznowiona",shareAudio:"Kontynuuj",shareAudioTitle:"Jak mo\u017cna udost\u0119pni\u0107 d\u017awi\u0119k?",shareAudioWarningD1:"musisz wy\u0142\u0105czy\u0107 udost\u0119pnianie ekranu, zanim b\u0119dziesz m\xf3g\u0142 udost\u0119pnia\u0107 d\u017awi\u0119k.",shareAudioWarningD2:"musisz ponownie uruchomi\u0107 udost\u0119pnianie ekranu i wybra\u0107 opcj\u0119 \"udost\u0119pnij d\u017awi\u0119k\u015b\".",shareAudioWarningH1:"Je\u015bli chcesz udost\u0119pnia\u0107 wy\u0142\u0105cznie d\u017awi\u0119k:",shareAudioWarningTitle:"Aby udost\u0119pnia\u0107 d\u017awi\u0119k, musisz wy\u0142\u0105czy\u0107 udost\u0119pnianie ekranu",shareMediaWarningGenericH2:"Je\u017celi chcesz udost\u0119pnia\u0107 ekran i d\u017awi\u0119k",shareScreenWarningD1:"musisz zatrzyma\u0107 udost\u0119pnianie d\u017awi\u0119ku przed udost\u0119pnieniem ekranu.",shareScreenWarningD2:"musisz zatrzyma\u0107 udost\u0119pnianie d\u017awi\u0119ku, rozpocz\u0105\u0107 udost\u0119pnianie ekranu i zaznaczy\u0107 opcj\u0119 \"udost\u0119pnij d\u017awi\u0119k\".",shareScreenWarningH1:"Kiedy chcesz udost\u0119pnia\u0107 wy\u0142\u0105cznie sw\xf3j ekran:",shareScreenWarningTitle:"Aby udost\u0119pni\u0107 ekran, musisz zatrzyma\u0107 udost\u0119pnianie d\u017awi\u0119ku",shareVideoLinkError:"Podaj prosz\u0119 prawid\u0142owy link.",shareVideoTitle:"Udost\u0119pnij wideo",shareYourScreen:"W\u0142\u0105cz udost\u0119pnianie ekranu",shareYourScreenDisabled:"Udost\u0119pnianie ekranu wy\u0142\u0105czone.",sharedVideoDialogError:"B\u0142\u0105d: nieprawid\u0142owy adres URL",sharedVideoLinkPlaceholder:"Link do YouTube lub bezpo\u015bredni link do wideo",show:"Poka\u017c",start:"Rozpocznij ",startLiveStreaming:"Rozpocznij transmisj\u0119 na \u017cywo",startRecording:"Rozpocznij nagrywanie",startRemoteControlErrorMessage:"Wyst\u0105pi\u0142 b\u0142\u0105d podczas pr\xf3by rozpocz\u0119cie sesji zdalnej kontroli!",stopLiveStreaming:"Zatrzymaj transmisj\u0119 na \u017cywo",stopRecording:"Zatrzymaj nagrywanie",stopRecordingWarning:"Naprawd\u0119 chcesz zatrzyma\u0107 nagrywanie?",stopStreamingWarning:"Czy jeste\u015b pewny, \u017ce chcesz zatrzyma\u0107 t\u0119 transmisj\u0119 na \u017cywo?",streamKey:"Klucz transmisji na \u017cywo",thankYou:"Dzi\u0119kujemy Ci za u\u017cywanie {{appName}}!",token:"token",tokenAuthFailed:"Przepraszamy, ale nie jeste\u015b upowa\u017cniony do uczestnictwa w tym po\u0142\u0105czeniu.",tokenAuthFailedTitle:"Uwierzytelnianie nie powiod\u0142o si\u0119",transcribing:"Transkrypcja",unlockRoom:"Usu\u0144 spotkanie $t(lockRoomPassword)",user:"U\u017cytkownik",userIdentifier:"Nazwa u\u017cytkownika",userPassword:"has\u0142o u\u017cytkownika",verifyParticipantConfirm:"Pasuj\u0105",verifyParticipantDismiss:"Nie pasuj\u0105",verifyParticipantQuestion:"EKSPERYMENT: Zapytaj uczestnika {{participantName}}, czy widzi t\u0119 sam\u0105 tre\u015b\u0107, w tej samej kolejno\u015bci.",verifyParticipantTitle:"Weryfikacja u\u017cytkownika",videoLink:"Link do video",viewUpgradeOptions:"Poka\u017c opcje aktualizacji",viewUpgradeOptionsContent:"Musisz uaktualni\u0107 sw\xf3j plan, aby korzysta\u0107 z funkcji premium, takich jak nagrywanie, transkrypcja, przesy\u0142anie strumieniowe RTMP i nie tylko.",viewUpgradeOptionsTitle:"Odkry\u0142e\u015b funkcj\u0119 premium!",yourEntireScreen:"Ca\u0142y Tw\xf3j ekran"},documentSharing:{title:"Udost\u0119pniony dokument"},e2ee:{labelToolTip:"To po\u0142\u0105czenie audio i wideo jest szyfrowane end-to-end"},embedMeeting:{title:"Osad\u017a to spotkanie"},feedback:{average:"\u015arednio",bad:"\u0179le",detailsLabel:"Powiedz nam o tym wi\u0119cej.",good:"Dobrze",rateExperience:"Jak oceniasz t\u0119 konferencj\u0119?",star:"Gwiazda",veryBad:"Bardzo \u017ale",veryGood:"Bardzo dobrze"},filmstrip:{accessibilityLabel:{heading:"Miniatury wideo"}},giphy:{noResults:"Nie znaleziono wynik\xf3w :(",search:"Szukaj GIPHY"},incomingCall:{answer:"Odbierz",audioCallTitle:"Przychodz\u0105ce po\u0142\u0105czenie",decline:"Odrzu\u0107",productLabel:"z Jitsi Meet",videoCallTitle:"Przychodz\u0105ce po\u0142\u0105czenie wideo"},info:{accessibilityLabel:"Poka\u017c informacje",addPassword:"Dodaj $t(lockRoomPassword)",cancelPassword:"Anuluj $t(lockRoomPassword)",conferenceURL:"Odno\u015bnik:",copyNumber:"Skopiuj numer",country:"Kraj",dialANumber:"Aby do\u0142\u0105czy\u0107 do spotkania, wprowad\u017a jeden z tych numer\xf3w i podaj pin.",dialInConferenceID:"PIN:",dialInNotSupported:"Przepraszamy, aktualnie wybieranie nie jest obs\u0142ugiwane.",dialInNumber:"Wdzwo\u0144 si\u0119:",dialInSummaryError:"B\u0142\u0105d podczas przetwarzania danych do wdzwonienia. Spr\xf3buj ponownie p\xf3\u017aniej.",dialInTollFree:"Numer bezp\u0142atny",genericError:"Ups, co\u015b posz\u0142o nie tak.",inviteLiveStream:"Aby obejrze\u0107 transmisj\u0119 na \u017cywo z tego spotkania, kliknij ten odno\u015bnik: {{url}}",invitePhone:"Aby skorzysta\u0107 z po\u0142\u0105czenia telefonicznego, wprowad\u017a: {{number}},,{{conferenceID}}#\n",invitePhoneAlternatives:"Poszukujesz innego numeru do wdzwonienia?\nZobacz list\u0119 numer\xf3w: {{url}}\n\n\nJe\u015bli wdzwaniasz si\u0119 z telefonu pokojowego, po\u0142\u0105cz si\u0119 bez d\u017awi\u0119ku: {{silentUrl}}",inviteSipEndpoint:"Aby do\u0142\u0105czy\u0107 u\u017cywaj\u0105c SIP u\u017cyj tego adresu: {{sipUri}}",inviteTextiOSInviteUrl:"Kliknij w link, aby do\u0142\u0105czy\u0107: {{inviteUrl}}.",inviteTextiOSJoinSilent:"Je\u017celi wdzwaniasz si\u0119 za pomoc\u0105 telefonu konferencyjnego u\u017cyj tego linku, aby do\u0142\u0105czy\u0107 bez d\u017awi\u0119ku: {{silentUrl}}.",inviteTextiOSPersonal:"{{name}} zaprasza Ci\u0119 do spotkania.",inviteTextiOSPhone:"Aby do\u0142\u0105czy\u0107 z telefonu u\u017cyj numeru: {{number}},,{{conferenceID}}#. Pe\u0142na lista numer\xf3w telefon\xf3w: {{didUrl}}.",inviteURLFirstPartGeneral:"Zosta\u0142e\u015b zaproszony do do\u0142\u0105czenia do spotkania.",inviteURLFirstPartPersonal:"{{name}} zaprasza Ci\u0119 na spotkanie.\n",inviteURLSecondPart:"\nDo\u0142\u0105cz do spotkania:\n{{url}}\n",label:"Poinformuj o spotkaniu",liveStreamURL:"Transmisja na \u017cywo:",moreNumbers:"Wi\u0119cej numer\xf3w",noNumbers:"Brak numer\xf3w do wdzwonienia.",noPassword:"Brak",noRoom:"Nie podano pokoju do wdzwonienia.",numbers:"Numery do wdzwonienia",password:"$t(lockRoomPasswordUppercase):",reachedLimit:"Osi\u0105gn\u0105\u0142e\u015b limit swojego planu.",sip:"Adres SIP",title:"Udost\u0119pnij",tooltip:"Udost\u0119pnij odno\u015bnik i informacje do wdzwonienia si\u0119 na to spotkanie",upgradeOptions:"Sprawd\u017a opcje aktualizacji na"},inlineDialogFailure:{msg:"Nieco niedopisali\u015bmy.",retry:"Spr\xf3buj ponownie",support:"Wsparcie",supportMsg:"Je\u015bli to si\u0119 powtarza, skontaktuj si\u0119 z nami przez"},inviteDialog:{alertText:"Nie uda\u0142o si\u0119 zaprosi\u0107 niekt\xf3rych uczestnik\xf3w.",header:"Zapro\u015b",searchCallOnlyPlaceholder:"Podaj numer telefonu",searchPeopleOnlyPlaceholder:"Szukaj uczestnik\xf3w",searchPlaceholder:"Uczestnik lub numer telefonu",send:"Wy\u015blij"},jitsiHome:"{{logo}} Logo, link do strony g\u0142\xf3wnej",keyboardShortcuts:{focusLocal:"Powi\u0119ksz wideo",focusRemote:"Skup na obrazie innej osoby",fullScreen:"Przejd\u017a w tryb lub zamknij pe\u0142ny ekran",giphyMenu:"Prze\u0142\u0105cz menu GIPHY",keyboardShortcuts:"Skr\xf3ty klawiaturowe",localRecording:"Wy\u015bwietlanie lub ukrywanie lokalnych element\xf3w steruj\u0105cych zapisem",mute:"W\u0142\u0105cz lub wy\u0142\u0105cz sw\xf3j mikrofon",pushToTalk:"Naci\u015bnij, aby m\xf3wi\u0107",raiseHand:"Podnie\u015b lub opu\u015b\u0107 r\u0119k\u0119",showSpeakerStats:"Poka\u017c statystyki m\xf3wcy",toggleChat:"Otw\xf3rz lub zamknij czat",toggleFilmstrip:"Wy\u015bwietl lub ukryj miniaturki video",toggleParticipantsPane:"Poka\u017c lub ukryj list\u0119 uczestnik\xf3w",toggleScreensharing:"Prze\u0142\u0105cz pomi\u0119dzy kamer\u0105 i wsp\xf3ldzieleniem ekranu",toggleShortcuts:"Wy\u015bwietl lub ukryj skr\xf3ty klawiaturowe",videoMute:"Uruchom lub zatrzymaj kamer\u0119"},largeVideo:{screenIsShared:"Udost\u0119pniasz sw\xf3j ekran",showMeWhatImSharing:"Poka\u017c mi, co udost\u0119pniam"},liveStreaming:{busy:"Pracujemy nad zwolnieniem zasob\xf3w transmisyjnych. Spr\xf3buj ponownie za kilka minut.",busyTitle:"Wszyscy transmituj\u0105cy s\u0105 aktualnie zaj\u0119ci",changeSignIn:"Prze\u0142\u0105cz konta.",choose:"Wybierz transmisj\u0119 na \u017cywo",chooseCTA:"Wybierz opcj\u0119 transmisji. Jeste\u015b obecnie zalogowany jako {{email}}.",enterStreamKey:"Wpisz tutaj sw\xf3j klucz transmisji na \u017cywo YouTube.",error:"Transmitowanie na \u017cywo nie powiod\u0142o si\u0119. Spr\xf3buj ponownie.",errorAPI:"Wyst\u0105pi\u0142 b\u0142\u0105d podczas uzyskiwania dost\u0119pu do transmisji w YouTube. Prosz\u0119 spr\xf3bowa\u0107 zalogowa\u0107 si\u0119 ponownie.",errorLiveStreamNotEnabled:"Strumieniowanie na \u017cywo nie jest w\u0142\u0105czone dla {{email}}. Prosz\u0119 w\u0142\u0105czy\u0107 strumieniowanie na \u017cywo lub zalogowa\u0107 si\u0119 na konto z w\u0142\u0105czon\u0105 funkcj\u0105 strumieniowania.",expandedOff:"Transmisja na \u017cywo zosta\u0142a zatrzymana",expandedOn:"Spotkanie jest obecnie transmitowane na YouTube.",expandedPending:"Transmisja na \u017cywo rozpoczyna si\u0119...",failedToStart:"Transmitowanie na \u017cywo nie uruchomi\u0142o si\u0119",getStreamKeyManually:"Nie byli\u015bmy w stanie pobra\u0107 \u017cadnych transmisji na \u017cywo. Spr\xf3buj uzyska\u0107 klucz do transmisji na \u017cywo z YouTube.",googlePrivacyPolicy:"Polityka prywatno\u015bci Google",inProgress:"Trwa nagrywanie lub transmisja na \u017cywo",invalidStreamKey:"Klucz transmisji na \u017cywo mo\u017ce by\u0107 nieprawid\u0142owy.",limitNotificationDescriptionNative:"Twoje strumieniowanie b\u0119dzie ograniczone do {{limit}} minut. Aby strumieniowa\u0107 bez ogranicze\u0144 wybr\xf3buj {{app}}.",limitNotificationDescriptionWeb:"Ze wzgl\u0119du na du\u017ce zapotrzebowanie twoje strumieniowanie b\u0119dzie ograniczone do {{limit}} minut. Aby strumieniowa\u0107 bez ogranicze\u0144 wybr\xf3buj {{app}}.",off:"Transmitowanie na \u017cywo zosta\u0142o zatrzymane",offBy:"{{name}} zatrzyma\u0142 transmisj\u0119 na \u017cywo",on:"Strumie\u0144 live",onBy:"{{name}} rozpocz\u0105\u0142 transmisj\u0119 na \u017cywo",pending:"Start strumieniowania live...",serviceName:"Us\u0142uga transmisji na \u017cywo",sessionAlreadyActive:"Ta sesja jest ju\u017c nagrywana lub transmitowana na \u017cywo.",signIn:"Zaloguj si\u0119 z Google",signInCTA:"Zaloguj si\u0119 lub wpisz sw\xf3j klucz do transmisji na \u017cywo YouTube.",signOut:"Wyloguj si\u0119",signedInAs:"Jeste\u015b obecnie zalogowany jako:",start:"Rozpocznij transmisj\u0119 na \u017cywo",streamIdHelp:"Co to jest?",title:"Transmisja na \u017cywo",unavailableTitle:"Transmisja na \u017cywo jest niedost\u0119pna",youtubeTerms:"Warunki u\u017cytkowania YouTube"},lobby:{admit:"Pozw\xf3l",admitAll:"Pozw\xf3l wszystkim",backToKnockModeButton:"Brak has\u0142a, popro\u015b o do\u0142\u0105czenie",chat:"Chat",dialogTitle:"Lobby",disableDialogContent:"Lobby jest aktualnie w\u0142\u0105czone. Ta funkcjonalno\u015b\u0107 zapewnia, \u017ce niechciani uczetnicy nie mog\u0105 do\u0142\u0105czy\u0107 do spotkania. Czy chcesz wy\u0142\u0105czy\u0107 t\u0119 opcj\u0119?",disableDialogSubmit:"Wy\u0142\u0105cz",emailField:"Podaj adres email",enableDialogPasswordField:"Ustaw has\u0142o (opcjonalne)",enableDialogSubmit:"W\u0142\u0105cz",enableDialogText:"Lobby umo\u017cliwia zabezpieczenie spotkania przed dost\u0119pem niechcianych os\xf3b. Uczestnik mo\u017ce do\u0142\u0105czy\u0107 do spotkania tylko po zaakceptowaniu przez moderatora.",enterPasswordButton:"Has\u0142o spotkania",enterPasswordTitle:"Wprowad\u017a has\u0142o aby do\u0142\u0105czy\u0107",errorMissingPassword:"Prosz\u0119 wprowad\u017a has\u0142o do spotkania",invalidPassword:"Nieprawid\u0142owe has\u0142o",joinRejectedMessage:"Twoja pro\u015bba zosta\u0142a odrzucona przez moderatora.",joinRejectedTitle:"Pro\u015bba o do\u0142\u0105czenie zosta\u0142a odrzucona.",joinTitle:"Do\u0142\u0105cz do spotkania",joinWithPasswordMessage:"Do\u0142\u0105czanie z has\u0142em, prosz\u0119 czeka\u0107...",joiningMessage:"Do\u0142\u0105czysz do spotkania po zaakceptowaniu Twojej pro\u015bby",joiningTitle:"Do\u0142\u0105czanie do spotkania...",joiningWithPasswordTitle:"Do\u0142\u0105czanie z has\u0142em...",knockButton:"Popro\u015b o do\u0142\u0105czenie",knockTitle:"Kto\u015b chce do\u0142\u0105czy\u0107 do spotkania",knockingParticipantList:"Oczekuj\u0105cy uczestnicy",lobbyChatStartedNotification:"{{moderator}} rozpocz\u0105\u0142 czat w poczekalni z {{attendee}}",lobbyChatStartedTitle:"{{moderator}} rozpocz\u0105\u0142 z Tob\u0105 czat w poczekalni.",nameField:"Podaj swoje imi\u0119",notificationLobbyAccessDenied:"{{targetParticipantName}} zosta\u0142 odrzucony przez {{originParticipantName}}",notificationLobbyAccessGranted:"{{targetParticipantName}} zosta\u0142 zaakceptowany przez {{originParticipantName}}",notificationLobbyDisabled:"Lobby zosta\u0142o wy\u0142\u0105czone przez {{originParticipantName}}",notificationLobbyEnabled:"Lobby zosta\u0142o w\u0142\u0105czone przez {{originParticipantName}}",notificationTitle:"Lobby",passwordField:"Wprowad\u017a has\u0142o",passwordJoinButton:"Do\u0142\u0105cz",reject:"Odrzu\u0107",rejectAll:"Odrzu\u0107 wszystkich",title:"Lobby",toggleLabel:"W\u0142\u0105cz / Wy\u0142\u0105cz lobby"},localRecording:{clientState:{off:"Wy\u0142\u0105czone",on:"W\u0142\u0105czone",unknown:"Nieznane"},dialogTitle:"Kontrolki lokalnego nagrywania",duration:"D\u0142ugo\u015b\u0107",durationNA:"N/D",encoding:"Kodowanie",label:"LOR",labelToolTip:"Nagrywanie lokalne jest w\u0142\u0105czone",localRecording:"Nagrywanie lokalne",me:"To ja",messages:{engaged:"W\u0142\u0105czono nagrywanie lokalne.",finished:"Sesja nagrywania {{token}} zosta\u0142a zako\u0144czona. Prosz\u0119 przes\u0142a\u0107 nagrane pliki do moderatora.",finishedModerator:"Sesja nagrywania {{token}} zosta\u0142a zako\u0144czona. Nagranie lokalnej \u015bcie\u017cki zosta\u0142o zapisane. Popro\u015b pozosta\u0142ych uczestnik\xf3w, aby przes\u0142ali swoje nagrania.",notModerator:"Nie jeste\u015b moderatorem. Nie mo\u017cesz rozpoczyna\u0107 i zatrzymywa\u0107 lokalnego nagrywania."},moderator:"Moderator",no:"Nie",participant:"Uczestnik",participantStats:"Statystyki uczestnik\xf3w",selectTabTitle:"\ud83c\udfa5 Wybierz t\u0119 zak\u0142adk\u0119 do nagrywania",sessionToken:"Token sesji",start:"Rozpocznij nagrywanie",stop:"Zatrzymaj nagrywanie",yes:"Tak"},lockRoomPassword:"has\u0142o",lockRoomPasswordUppercase:"Has\u0142o",lonelyMeetingExperience:{button:"Zapro\u015b innych uczestnik\xf3w",youAreAlone:"Tylko ty uczestniczysz w tym spotkaniu"},me:"to ja",notify:{OldElectronAPPTitle:"Luka bezpiecze\u0144stwa!",allowAction:"Zezw\xf3l",allowedUnmute:"Mo\u017cesz wy\u0142\u0105czy\u0107 wyciszenie mikrofonu, uruchomi\u0107 aparat lub udost\u0119pni\u0107 ekran.",audioUnmuteBlockedDescription:"Operacja wy\u0142\u0105czania wyciszenia mikrofonu zosta\u0142a tymczasowo zablokowana z powodu ogranicze\u0144 systemu.",audioUnmuteBlockedTitle:"Zablokowano wyciszenie mikrofonu!",chatMessages:"Wiadomo\u015bci czatu",connectedOneMember:"{{name}} do\u0142\u0105czy\u0142 do spotkania",connectedThreePlusMembers:"{{name}} i {{count}} innych os\xf3b do\u0142\u0105czy\u0142o do spotkania",connectedTwoMembers:"{{first}} i {{second}} do\u0142\u0105czyli do spotkania",dataChannelClosed:"Pogorszona jako\u015b\u0107 wideo",dataChannelClosedDescription:"Kana\u0142 bridge zosta\u0142 od\u0142\u0105czony, przez co jako\u015b\u0107 wideo jest ograniczona do najni\u017cszego ustawienia.",disabledIframe:"Osadzanie jest przeznaczone wy\u0142\u0105cznie do cel\xf3w demonstracyjnych, wi\u0119c to po\u0142\u0105czenie zostanie roz\u0142\u0105czone za {{timeout}} minut.",disconnected:"Roz\u0142\u0105czono",displayNotifications:"Wy\u015bwietlaj powiadomienia dla",dontRemindMe:"Nie przypominaj mi",focus:"Fokus konferencji",focusFail:"{{component}} jest niedost\u0119pny - ponowienie w ci\u0105gu {{ms}} sec",gifsMenu:"GIPHY",groupTitle:"Powiadomienia",hostAskedUnmute:"Gospodarz prosi Ci\u0119 o wy\u0142\u0105czenie wyciszenia",invitedOneMember:"{{name}} zosta\u0142 zaproszony",invitedThreePlusMembers:"{{name}} i {{count}} innych os\xf3b zosta\u0142o zaproszone",invitedTwoMembers:"{{first}} i {{second}} zostali zaproszeni",joinMeeting:"Do\u0142\u0105cz",kickParticipant:"{{kicked}} zosta\u0142 usuni\u0119ty przez {{kicker}}",leftOneMember:"{{name}} opu\u015bci\u0142 spotkanie",leftThreePlusMembers:"{{name}} i wielu innych opu\u015bci\u0142o spotkanie",leftTwoMembers:"{{first}} i {{second}} opu\u015bci\u0142 spotkanie",linkToSalesforce:"Link do Salesforce",linkToSalesforceDescription:"Mo\u017cesz po\u0142\u0105czy\u0107 podsumowanie spotkania z obiektem Salesforce.",linkToSalesforceError:"Nie uda\u0142o si\u0119 po\u0142\u0105czy\u0107 spotkania z Salesforce",linkToSalesforceKey:"Powi\u0105\u017c to spotkanie",linkToSalesforceProgress:"\u0141\u0105czenie spotkania z Salesforce...",linkToSalesforceSuccess:"Spotkanie zosta\u0142o po\u0142\u0105czone z Salesforce",localRecordingStarted:"{{name}} rozpocz\u0105\u0142 nagrywanie lokalne.",localRecordingStopped:"{{name}} zatrzyma\u0142 nagrywanie lokalne.",me:"To ja",moderationInEffectCSDescription:"Podnie\u015b r\u0119k\u0119, aby udost\u0119pnia\u0107 obraz",moderationInEffectCSTitle:"Udost\u0119pnianie jest wy\u0142aczone przez moderatora",moderationInEffectDescription:"Podnie\u015b r\u0119k\u0119, je\u017celi chcesz m\xf3wi\u0107",moderationInEffectTitle:"Mikrofon jest wyciszony przez moderatora",moderationInEffectVideoDescription:"Podnie\u015b r\u0119k\u0119, aby w\u0142\u0105czy\u0107 kamer\u0119",moderationInEffectVideoTitle:"Kamera jest wy\u0142\u0105czona przez moderatora",moderationRequestFromModerator:"Moderator prosi Ci\u0119 o w\u0142\u0105czenie mikrofonu",moderationRequestFromParticipant:"chce m\xf3wi\u0107",moderationStartedTitle:"Rozpocz\u0119to moderacj\u0119",moderationStoppedTitle:"Moderacja zatrzymana",moderationToggleDescription:"przez {{participantDisplayName}}",moderator:"Prawa moderatora przydzielone!",muted:"Rozpocz\u0119to wyciszenie konwersacji.",mutedRemotelyDescription:"Zawsze mo\u017cesz wy\u0142\u0105czy\u0107 wyciszenie, gdy b\u0119dziesz gotowy do m\xf3wienia. Wycisz, gdy sko\u0144czysz, aby nie ha\u0142asowa\u0107 podczas spotkania.",mutedRemotelyTitle:"Zosta\u0142e\u015b wyciszony przez {{participantDisplayName}}!",mutedTitle:"Jeste\u015b wyciszony!",newDeviceAction:"U\u017cyj",newDeviceAudioTitle:"Wykryto nowe urz\u0105dzenie d\u017awi\u0119kowe",newDeviceCameraTitle:"Wykryto now\u0105 kamer\u0119",noiseSuppressionDesktopAudioDescription:"Nie mo\u017cna w\u0142\u0105czy\u0107 t\u0142umienia szum\xf3w podczas udost\u0119pniania d\u017awi\u0119ku pulpitu, wy\u0142\u0105cz t\u0119 funkcj\u0119 i spr\xf3buj ponownie.",noiseSuppressionFailedTitle:"Nie uda\u0142o si\u0119 uruchomi\u0107 t\u0142umienia szum\xf3w",noiseSuppressionNoTrackDescription:"Najpierw wy\u0142\u0105cz wyciszenie mikrofonu.",noiseSuppressionStereoDescription:"T\u0142umienie szum\xf3w d\u017awi\u0119ku stereo nie jest obecnie obs\u0142ugiwane.",oldElectronClientDescription1:"Najprawdopodobniej u\u017cywasz starej wersji klienta Jitsi Meet, kt\xf3ry jest podatny na luki bezpiecze\u0144stwa. Prosz\u0119 zaktualizowa\u0107 do ",oldElectronClientDescription2:"najnowszej wersji",oldElectronClientDescription3:" teraz!",participantWantsToJoin:"Chce do\u0142\u0105czy\u0107 do spotkania",participantsWantToJoin:"Chcesz do\u0142\u0105czy\u0107 do spotkania",passwordRemovedRemotely:"$t(lockRoomPasswordUppercase) usuni\u0119te przez innego uczestnika",passwordSetRemotely:"$t(lockRoomPasswordUppercase) ustawiony przez innego uczestnika",raiseHandAction:"Podnie\u015b r\u0119k\u0119",raisedHand:"{{name}} chce m\xf3wi\u0107.",raisedHands:"{{participantName}} i {{raisedHands}} wi\u0119cej os\xf3b",reactionSounds:"Wy\u0142\u0105cz d\u017awi\u0119ki",reactionSoundsForAll:"Wy\u0142\u0105cz d\u017awi\u0119ki dla wszystkich",screenShareNoAudio:"Opcja \"Udost\u0119pnij d\u017awi\u0119k\" nie zosta\u0142a zaznaczona podczas wyboru okna.",screenShareNoAudioTitle:"Nie mo\u017cna udost\u0119pni\u0107 d\u017awi\u0119ku",screenSharingAudioOnlyDescription:"Pami\u0119taj, \u017ce udost\u0119pniaj\u0105c sw\xf3j ekran, wp\u0142ywasz na tryb \"Najlepsza wydajno\u015b\u0107\" i zu\u017cywasz wi\u0119cej przepustowo\u015bci.",screenSharingAudioOnlyTitle:"Tryb \"Najlepsza wydajno\u015b\u0107\"",selfViewTitle:"Zawsze mo\u017cesz w\u0142\u0105czy\u0107 podgl\u0105d w\u0142asnej kamery w ustawieniach",somebody:"Kto\u015b",startSilentDescription:"Ponownie do\u0142\u0105cz do spotkania, aby w\u0142\u0105czy\u0107 d\u017awi\u0119k",startSilentTitle:"Do\u0142\u0105czy\u0142e\u015b bez wyj\u015bcia d\u017awi\u0119kowego!",suboptimalBrowserWarning:"Obawiamy si\u0119, \u017ce Twoje wra\u017cenia ze spotkania nie b\u0119d\u0105 zbyt dobre. Staramy si\u0119 poprawi\u0107 t\u0105 sytuacj\u0119, a p\xf3ki co u\u017cyj do spotkania jednej z przegl\u0105darek w pe\u0142ni obs\u0142ugiwanych.",suboptimalExperienceTitle:"Ostrze\u017cenie przegl\u0105darki",unmute:"Wy\u0142\u0105cz wyciszenie",videoMutedRemotelyDescription:"Mo\u017cesz j\u0105 w\u0142\u0105czy\u0107 ponownie w dowolnym momencie.",videoMutedRemotelyTitle:"Twoja kamera zosta\u0142a wy\u0142\u0105czona przez {{participantDisplayName}}!",videoUnmuteBlockedDescription:"Operacje wy\u0142\u0105czania wyciszenia kamery i udost\u0119pniania pulpitu zosta\u0142y tymczasowo zablokowane z powodu ogranicze\u0144 systemu.",videoUnmuteBlockedTitle:"Wy\u0142\u0105czenie wyciszenia kamery i udost\u0119pnianie pulpitu zablokowane!",viewLobby:"Zobacz poczekalni\u0119",waitingParticipants:"{{waitingParticipants}} osoby"},participantsPane:{actions:{allow:"Zezw\xf3l uczestnikom na:",allowVideo:"Zezw\xf3l na wideo",askUnmute:"Popro\u015b o wy\u0142\u0105czenie wyciszenia",audioModeration:"Wy\u0142\u0105cz wyciszenie",blockEveryoneMicCamera:"Zablokuj wszystkim kamer\u0119 i mikrofon",invite:"Zapro\u015b",moreModerationActions:"Wi\u0119cej opcji moderatora",moreModerationControls:"Wi\u0119cej kontroli moderacji",moreParticipantOptions:"Wi\u0119cej opcji dla uczestnik\xf3w",mute:"Wycisz",muteAll:"Wycisz wszystkich",muteEveryoneElse:"Wycisz pozosta\u0142ych",stopEveryonesVideo:"Wy\u0142\u0105cz wszystkie kamery",stopVideo:"Wy\u0142\u0105cz kamer\u0119",unblockEveryoneMicCamera:"Odblokuj wszystkim kamer\u0119 i mikrofon",videoModeration:"W\u0142\u0105cz kamer\u0119"},close:"Zamknij",headings:{lobby:"Lobby ({{count}})",participantsList:"Obecni uczestnicy ({{count}})",visitors:"Go\u015bcie ({{count}})",waitingLobby:"Oczekuj\u0105cych ({{count}})"},search:"Wyszukaj uczestnik\xf3w",title:"Uczestnicy"},passwordDigitsOnly:"Do {{number}} cyfr",passwordSetRemotely:"Ustawione przez innego uczestnika",pinParticipant:"{{participantName}} - Przypnij",pinnedParticipant:"Uczestnik jest przypi\u0119ty",polls:{answer:{skip:"Pomi\u0144",submit:"Wy\u015blij"},by:"Przez {{ name }}",create:{addOption:"Dodaj opcj\u0119",answerPlaceholder:"Opcja {{index}}",cancel:"Anuluj",create:"Stw\xf3rz ankiet\u0119",pollOption:"Opcja {{index}}",pollQuestion:"Pytanie",questionPlaceholder:"Zadaj pytanie",removeOption:"Usu\u0144 opcj\u0119",send:"Wy\u015blij"},notification:{description:"Otw\xf3rz kart\u0119 ankiet, aby zag\u0142osowa\u0107",title:"Utworzono now\u0105 ankiet\u0119 do tego spotkania"},results:{changeVote:"Zmie\u0144 g\u0142os",empty:"Nie ma aktywnych ankiet. Rozpocznij ankiet\u0119 tutaj!",hideDetailedResults:"Ukryj szczeg\xf3\u0142y",showDetailedResults:"Poka\u017c szczeg\xf3\u0142y",vote:"G\u0142osuj"}},poweredby:"nap\u0119dzane dzi\u0119ki",prejoin:{audioAndVideoError:"B\u0142\u0105d audio i wideo:",audioDeviceProblem:"Wyst\u0105pi\u0142 problem z urz\u0105dzeniem audio.",audioOnlyError:"B\u0142\u0105d audio:",audioTrackError:"Nie mo\u017cna utworzy\u0107 \u015bcie\u017cki audio.",callMe:"Zadzwo\u0144 do mnie",callMeAtNumber:"Zadzwo\u0144 do mnie pod ten numer:",calling:"Wybieranie",configuringDevices:"Konfigurowanie urz\u0105dze\u0144...",connectedWithAudioQ:"Jeste\u015b po\u0142\u0105czony g\u0142osowo?",connection:{good:"Twoje po\u0142\u0105czenie internetowe wygl\u0105da dobrze!",nonOptimal:"Twoje po\u0142\u0105czenie internetowe nie jest optymalne.",poor:"Masz z\u0142e po\u0142\u0105czenie internetowe."},connectionDetails:{audioClipping:"Tw\xf3j d\u017awi\u0119k b\u0119dzie si\u0119 przycina\u0142.",audioHighQuality:"Tw\xf3j d\u017awi\u0119k b\u0119dzie mia\u0142 doskona\u0142\u0105 jako\u015b\u0107.",audioLowNoVideo:"Tw\xf3j d\u017awi\u0119k prawdopodobnie b\u0119dzie z\u0142y i nie b\u0119dzie wideo.",goodQuality:"\u015awietnie! Jako\u015b\u0107 obrazu i d\u017awi\u0119ku powinna by\u0107 bardzo dobra.",noMediaConnectivity:"Nie mo\u017cna nawi\u0105za\u0107 po\u0142\u0105czenia z mediami. Jest to zwykle wywo\u0142ywane przez zapor\u0119 sieciow\u0105 lub NAT.",noVideo:"Tw\xf3j obraz b\u0119dzie s\u0142abej jako\u015bci.",undetectable:"Je\u015bli podczas spotkania nadal b\u0119dziesz mie\u0107 problemy z przegl\u0105dark\u0105, sprawd\u017a po\u0142\u0105czenie oraz dzia\u0142anie g\u0142o\u015bnik\xf3w, mikrofonu i kamery. Upewnij si\u0119 r\xf3wnie\u017c, \u017ce Twoja przegl\u0105darka ma niezb\u0119dne uprawnienia dost\u0119pu do mikrofonu i kamery oraz \u017ce masz zainstalowan\u0105 najnowsz\u0105 wersj\u0119 przegl\u0105darki. Je\u015bli nadal masz problemy, skontaktuj si\u0119 z obs\u0142ug\u0105 aplikacji.",veryPoorConnection:"Twoja jako\u015b\u0107 konferencji b\u0119dzie prawdopodobnie bardzo s\u0142aba.",videoFreezing:"Tw\xf3j obraz b\u0119dzie si\u0119 przycina\u0142, stanie si\u0119 czarny i b\u0119dzie mia\u0142 nisk\u0105 rozdzielczo\u015b\u0107.",videoHighQuality:"Tw\xf3j obraz b\u0119dzie dobrej jako\u015bci.",videoLowQuality:"Tw\xf3j obraz b\u0119dzie mia\u0142 nisk\u0105 rozdzielczo\u015b\u0107 oraz liczb\u0119 klatek na sekund\u0119.",videoTearing:"Tw\xf3j obraz b\u0119dzie mia\u0142 nisk\u0105 rozdzielczo\u015b\u0107, a na ekranie pojawi\u0105 si\u0119 nieporz\u0105dane artefakty."},copyAndShare:"Kopiuj i udost\u0119pnij link spotkania",dialInMeeting:"Wdzwo\u0144 si\u0119 na spotkanie",dialInPin:"Wdzwo\u0144 si\u0119 na spotkanie i wprowad\u017a kod PIN:",dialing:"Wybieranie",doNotShow:"Nie pokazuj ponownie",errorDialOut:"Nie uda\u0142o si\u0119 wybra\u0107 numeru",errorDialOutDisconnected:"Nie uda\u0142o si\u0119 wybra\u0107 numeru. Roz\u0142\u0105czono",errorDialOutFailed:"Nie uda\u0142o si\u0119 wybra\u0107 numeru. Po\u0142\u0105czenie nieudane",errorDialOutStatus:"B\u0142\u0105d podczas uzyskiwania stanu po\u0142\u0105czenia",errorMissingName:"Podaj imi\u0119, aby do\u0142\u0105czy\u0107 do spotkania",errorNoPermissions:"Musisz w\u0142\u0105czy\u0107 dost\u0119p do mikrofonu i kamery",errorStatusCode:"B\u0142\u0105d wybierania, kod statusu: {{status}}",errorValidation:"Weryfikacja numeru zako\u0144czona niepowodzeniem",iWantToDialIn:"Chc\u0119 si\u0119 wdzwoni\u0107",initiated:"Po\u0142\u0105czenie zainicjowane",joinAudioByPhone:"Do\u0142\u0105cz przez telefon",joinMeeting:"Do\u0142\u0105cz do spotkania",joinMeetingInLowBandwidthMode:"Do\u0142\u0105cz w trybie ma\u0142ej przepustowo\u015bci",joinWithoutAudio:"Do\u0142\u0105cz bez dzwi\u0119ku",keyboardShortcuts:"W\u0142\u0105cz skr\xf3ty klawiszowe",linkCopied:"Link skopiowany do schowka",lookGood:"Wygl\u0105da na to, \u017ce Tw\xf3j mikrofon dzia\u0142a poprawnie",or:"lub",premeeting:"Przed spotkaniem",proceedAnyway:"Kontynuuj mimo to",screenSharingError:"B\u0142\u0105d udost\u0119pniania ekranu:",showScreen:"Tryb osobistej poczekalni przed spotkaniem",startWithPhone:"Uruchom przez telefon",unsafeRoomConsent:"Rozumiem ryzyko, chc\u0119 do\u0142\u0105czy\u0107 do spotkania",videoOnlyError:"B\u0142\u0105d wideo:",videoTrackError:"Nie mo\u017cna utworzy\u0107 \u015bcie\u017cki wideo.",viewAllNumbers:"zobacz numery"},presenceStatus:{busy:"Zaj\u0119te",calling:"Dzwoni\u0119...",connected:"Po\u0142\u0105czono",connecting:"\u0141\u0105cz\u0119...",connecting2:"\u0141\u0105cz\u0119*...",disconnected:"Roz\u0142\u0105czony",expired:"Wygas\u0142y",ignored:"Zignorowane",initializingCall:"Inicjalizacja po\u0142\u0105czenia...",invited:"Zaproszony",rejected:"Odrzucony",ringing:"Dzwonek..."},profile:{avatar:"awatar",setDisplayNameLabel:"Podaj swoj\u0105 wy\u015bwietlan\u0105 nazw\u0119",setEmailInput:"Wprowad\u017a adres email",setEmailLabel:"Ustaw adres poczty elektronicznej swojego Gravatara",title:"Profil"},raisedHand:"Chc\u0119 co\u015b powiedzie\u0107",raisedHandsLabel:"Liczba podniesionych r\u0105k",record:{already:{linked:"Spotkanie jest ju\u017c po\u0142\u0105czone z tym obiektem Salesforce."},type:{account:"Kontrahent",contact:"Kontakt",lead:"Lead",opportunity:"Szansa sprzeda\u017cy",owner:"W\u0142a\u015bciciel"}},recording:{authDropboxText:"Prze\u015blij na Dropbox",availableSpace:"Dost\u0119pna przestrze\u0144: {{spaceLeft}} MB (oko\u0142o {{duration}} minut nagrania)",beta:"BETA",busy:"Pracujemy nad uwolnieniem zasob\xf3w nagrywania. Prosz\u0119 spr\xf3bowa\u0107 ponownie za kilka minut.",busyTitle:"Wszystkie urz\u0105dzenia nagrywania s\u0105 obecnie zajete",copyLink:"Skopiuj link",error:"Nagranie si\u0119 nie powiod\u0142o. Prosz\u0119 spr\xf3bowa\u0107 ponownie.",errorFetchingLink:"Nie uda\u0142o si\u0119 wczyta\u0107 linku do nagrania.",expandedOff:"Nagrywanie zosta\u0142o zatrzymane",expandedOn:"Spotkanie jest obecnie nagrywane.",expandedPending:"Nagrywanie si\u0119 rozpoczyna...",failedToStart:"Nagrywanie nie jest mo\u017cliwe",fileSharingdescription:"Udost\u0119pnij nagranie uczestnikom spotkania",highlight:"Oznacz",highlightMoment:"Zaznacz moment",highlightMomentDisabled:"Mo\u017cesz zaznaczy\u0107 momenty rozpocz\u0119cia nagrywania",highlightMomentSuccess:"Zaznaczony moment",highlightMomentSucessDescription:"Zaznaczony moment zostanie dodany do podsumowania spotkania.",inProgress:"Trwa nagrywanie lub transmisja na \u017cywo",limitNotificationDescriptionNative:"Ze wzgl\u0119du na du\u017ce zapotrzebowanie twoje nagrywanie b\u0119dzie ograniczone do {{limit}} minut. Aby strumieniowa\u0107 bez ogranicze\u0144 wybr\xf3buj <3>{{app}}.",limitNotificationDescriptionWeb:"Ze wzgl\u0119du na du\u017ce zapotrzebowanie twoje nagrywanie b\u0119dzie ograniczone do {{limit}} minut. Aby strumieniowa\u0107 bez ogranicze\u0144 wybr\xf3buj {{app}}.",linkGenerated:"Wygenerowano link do nagrania.",live:"NA \u017bYWO",localRecordingNoNotificationWarning:"Nagranie nie zostanie og\u0142oszone innym uczestnikom. Musisz poinformowa\u0107 ich, \u017ce spotkanie jest nagrywane.",localRecordingNoVideo:"Film nie jest nagrywany",localRecordingStartWarning:"Upewnij si\u0119, \u017ce zatrzyma\u0142e\u015b nagrywanie przed opuszczeniem spotkania, aby je zapisa\u0107.",localRecordingStartWarningTitle:"Zatrzymaj nagrywanie, aby je zapisa\u0107",localRecordingVideoStop:"Zatrzymanie filmu spowoduje r\xf3wnie\u017c zatrzymanie nagrywania lokalnego. Jeste\u015b pewien, \u017ce chcesz kontynuowa\u0107?",localRecordingVideoWarning:"Aby nagra\u0107 film, musisz go mie\u0107 na pocz\u0105tku nagrywania",localRecordingWarning:"Upewnij si\u0119, \u017ce wybra\u0142e\u015b bie\u017c\u0105c\u0105 kart\u0119, aby u\u017cy\u0107 odpowiedniego obrazu i d\u017awi\u0119ku. Nagranie jest obecnie ograniczone do 1 GB, czyli oko\u0142o 100 minut.",loggedIn:"Zalogowano jako {{userName}}",noMicPermission:"Nie mo\u017cna utworzy\u0107 \u015bcie\u017cki mikrofonu. Zezw\xf3l na korzystanie z mikrofonu.",noStreams:"Nie wykryto strumienia audio lub wideo.",off:"Nagrywanie zatrzymane",offBy:"{{name}} zatrzyma\u0142 nagrywanie",on:"Nagrywanie",onBy:"{{name}} rozpocz\u0105\u0142 nagrywanie",onlyRecordSelf:"Nagrywaj tylko moje strumienie audio i wideo",pending:"Przygotowanie do nagrania spotkania...",rec:"NAGRYWANIE",saveLocalRecording:"Zapisz plik nagrania lokalnie (Beta)",serviceDescription:"Twoje nagranie zostanie zapisane przez us\u0142ug\u0119 nagrywania",serviceDescriptionCloud:"Nagrywanie w chmurze",serviceDescriptionCloudInfo:"Nagrane spotkania s\u0105 automatycznie usuwane 24 godziny po ich nagraniu.",serviceName:"Us\u0142uga nagrywania",sessionAlreadyActive:"Ta sesja jest ju\u017c nagrywana lub transmitowana na \u017cywo.",signIn:"Zaloguj si\u0119",signOut:"Wyloguj si\u0119",surfaceError:"Prosz\u0119 wybra\u0107 aktualn\u0105 zak\u0142adk\u0119.",title:"Nagrywanie",unavailable:"Ups! {{serviceName}} w tej chwili niedost\u0119pny. Pr\xf3bujemy rozwi\u0105za\u0107 ten problem. Spr\xf3buj ponownie p\xf3\u017aniej.",unavailableTitle:"Nagrywanie niedost\u0119pne",uploadToCloud:"Prze\u015blij do chmury"},screenshareDisplayName:"Ekran u\u017cytkownika {{name}}",sectionList:{pullToRefresh:"Przeci\u0105gnij, aby od\u015bwie\u017cy\u0107"},security:{about:"Mo\u017cesz doda\u0107 $t(lockRoomPassword) do spotkania. Uczestnicy b\u0119d\u0105 musieli wprowadzi\u0107 $t(lockRoomPassword) przed do\u0142\u0105czeniem do spotkania.",aboutReadOnly:"Uczestnicy posiadaj\u0105cy uprawnienia do moderacji mog\u0105 ustawi\u0107 $t(lockRoomPassword) do spotkania. Uczestnicy b\u0119d\u0105 musieli wprowadzi\u0107 $t(lockRoomPassword) zanim zostan\u0105 do\u0142\u0105czeni do spotkania.",insecureRoomNameWarningNative:"Nazwa pokoju jest niebezpieczna. Niechciani uczestnicy mog\u0105 do\u0142\u0105czy\u0107 do Twojego spotkania. {{recommendAction}} Dowiedz si\u0119 wi\u0119cej o zabezpieczeniu spotkania ",insecureRoomNameWarningWeb:"Nazwa pokoju jest niebezpieczna. Niechciani uczestnicy mog\u0105 do\u0142\u0105czy\u0107 do Twojego spotkania. {{recommendAction}} Dowiedz si\u0119 wi\u0119cej o zabezpieczeniu spotkania tutaj.",title:"Opcje zabezpiecze\u0144",unsafeRoomActions:{meeting:"Rozwa\u017c zabezpieczenie spotkania za pomoc\u0105 przycisku bezpiecze\u0144stwa.",prejoin:"Rozwa\u017c u\u017cycie bardziej unikalnej nazwy spotkania.",welcome:"Rozwa\u017c u\u017cycie bardziej unikalnej nazwy spotkania lub wybierz jedn\u0105 z sugestii."}},settings:{audio:"Audio",buttonLabel:"Ustawienia",calendar:{about:"{{appName}} integracji kalendarza s\u0142u\u017cy do bezpiecznego dost\u0119pu do kalendarza, aby mo\u017cna by\u0142o odczytywa\u0107 nadchodz\u0105ce wydarzenia.",disconnect:"Roz\u0142\u0105cz",microsoftSignIn:"Zaloguj si\u0119 z Microsoft",signedIn:"Dost\u0119p do wydarze\u0144 kalendarza dla {{email}}. Kliknij poni\u017cszy przycisk Roz\u0142\u0105cz aby zatrzyma\u0107 dost\u0119p do wydarze\u0144 kalendarza.",title:"Kalendarz"},desktopShareFramerate:"Liczba klatek na sekund\u0119 dla udost\u0119pniania ekranu",desktopShareHighFpsWarning:"Wy\u017csza liczba klatek mo\u017ce wp\u0142yn\u0105\u0107 na szybko\u015b\u0107 transmisji danych. Aby ustawienie zacz\u0119\u0142o obowi\u0105zywa\u0107, musisz ponownie uruchomi\u0107 udost\u0119pnianie ekranu.",desktopShareWarning:"Wymagane ponowne w\u0142\u0105czenie udost\u0119pniania ekranu, aby zastosowa\u0107 nowe ustawienia.",devices:"Urz\u0105dzenia",followMe:"Wszyscy widz\u0105 mnie",framesPerSecond:"klatek na sekund\u0119",incomingMessage:"Przychodz\u0105ca wiadomo\u015b\u0107",language:"J\u0119zyk",loggedIn:"Zalogowano jako {{name}}",maxStageParticipants:"Maksymalna liczba uczestnik\xf3w, kt\xf3rych mo\u017cna przypi\u0105\u0107 do sceny g\u0142\xf3wnej",microphones:"Mikrofony",moderator:"Moderacja",moderatorOptions:"Opcje moderatora",more:"Wi\u0119cej",name:"Nazwa",noDevice:"Brak",notifications:"Powiadomienia",participantJoined:"Do\u0142\u0105czy\u0142 nowy uczestnik",participantKnocking:"Uczestnik wszed\u0142 do poczekalni",participantLeft:"Uczestnik opu\u015bci\u0142 spotkanie",playSounds:"W\u0142\u0105cz powiadomienia d\u017awi\u0119kowe dla:",reactions:"Reakcje",sameAsSystem:"Jak system ({{label}})",selectAudioOutput:"Wyj\u015bcie audio",selectCamera:"Kamera",selectMic:"Mikrofon",selfView:"W\u0142asnego podgl\u0105d",shortcuts:"Skr\xf3ty",speakers:"G\u0142o\u015bniki",startAudioMuted:"Wycisz wszystkich do\u0142\u0105czaj\u0105cych",startReactionsMuted:"Wycisz d\u017awi\u0119ki reakcji dla wszystkich",startVideoMuted:"Wy\u0142\u0105cz kamery wszystkich do\u0142\u0105czaj\u0105cych",talkWhileMuted:"Jeste\u015b wyciszony",title:"Ustawienia",video:"Wideo"},settingsView:{advanced:"Zaawansowane",alertCancel:"Anuluj",alertOk:"OK",alertTitle:"Uwaga",alertURLText:"Wprowadzony adres URL serwera jest nieprawid\u0142owy",buildInfoSection:"Informacja o kompilacji",conferenceSection:"Konferencja",disableCallIntegration:"Wy\u0142\u0105cz natywn\u0105 integracj\u0119 po\u0142cze\u0144 tel.",disableCrashReporting:"Wy\u0142\u0105cz raportowanie b\u0142\u0119d\xf3w",disableCrashReportingWarning:"Czy na pewno chcesz wy\u0142\u0105czy\u0107 raportowanie b\u0142\u0119d\xf3w? Ustawienie zacznie funkcjonowa\u0107 po restarcie aplikacji.",disableP2P:"Wy\u0142\u0105cz tryb Peer-To-Peer",displayName:"Wy\u015bwietlana nazwa",displayNamePlaceholderText:"Np. Jan Kowalski",email:"Email",emailPlaceholderText:"email@example.com",goTo:"Id\u017a do",header:"Ustawienia",help:"Pomoc",links:"Linki",privacy:"Prywatno\u015b\u0107",profileSection:"Profil",serverURL:"Adres URL serwera",showAdvanced:"Poka\u017c ustawienia zawansowane",startCarModeInLowBandwidthMode:"Uruchom tryb samochodowy w trybie niskiej przepustowo\u015bci",startWithAudioMuted:"Rozpocznij z wyciszonym d\u017awi\u0119kiem",startWithVideoMuted:"Rozpocznij z wy\u0142\u0105czonym obrazem",terms:"Warunki",version:"Wersja"},share:{dialInfoText:"\n\n=====\n\nChcesz wdzwoni\u0107 si\u0119 ze swojego telefonu?\n\n{{defaultDialInNumber}}Kliknij w ten link aby zobaczy\u0107 numery wdzwaniania na to spotkanie\n{{dialInfoPageUrl}}",mainText:"Kliknij na poni\u017cszy odno\u015bnik, aby do\u0142\u0105czy\u0107 do spotkania:\n{{roomUrl}}"},speaker:"M\xf3wca",speakerStats:{angry:"Z\u0142y",disgusted:"Oburzony",displayEmotions:"Poka\u017c emocje",fearful:"Przera\u017cony",happy:"Szcz\u0119\u015bliwy",hours:"{{count}} godz.",minutes:"{{count}} min.",name:"Nazwa",neutral:"Neutralny",sad:"Smutny",search:"Wyszukaj",seconds:"{{count}} sek.",speakerStats:"Statystyki m\xf3wc\xf3w",speakerTime:"Czas m\xf3wcy",surprised:"Zdziwiony"},startupoverlay:{genericTitle:"Spotkanie potrzebuje u\u017cywa\u0107 Twojego mikrofonu i kamery.",policyText:" ",title:"{{app}} potrzebuje u\u017cywa\u0107 Twojego mikrofonu i kamery."},suspendedoverlay:{rejoinKeyTitle:"Do\u0142\u0105cz ponownie",text:"Naci\u015bnij przycisk Do\u0142\u0105cz ponownie, aby po\u0142\u0105czy\u0107 si\u0119 ponownie.",title:"Twoja rozmowa wideo zosta\u0142a przerwana, poniewa\u017c komputer zasn\u0105\u0142."},termsView:{title:"Warunki"},toggleTopPanelLabel:"Prze\u0142\u0105cz g\xf3rny panel",toolbar:{Settings:"Ustawienia",accessibilityLabel:{Settings:"Ustawienia prze\u0142\u0105czania",audioOnly:"Prze\u0142\u0105czanie tylko audio",audioRoute:"Wybierz urz\u0105dzenie d\u017awi\u0119kowe",boo:"Buczenie",breakoutRoom:"Do\u0142\u0105cz/opu\u015b\u0107 pok\xf3j podgrupy",callQuality:"Zarz\u0105dzanie jako\u015bci\u0105 obrazu",carmode:"Tryb samochodowy",cc:"Prze\u0142\u0105czanie napis\xf3w",chat:"Prze\u0142\u0105czanie okna rozmowy",clap:"Klaskanie",closeChat:"Zamknij czat",closeMoreActions:"Zamknij rozszerzone menu opcji",closeParticipantsPane:"Zamknij okno uczestnik\xf3w",collapse:"Zwi\u0144",document:"Prze\u0142\u0105czanie wsp\xf3lnego dokumentu",documentClose:"Zamknij udost\u0119pniony dokument",documentOpen:"Otw\xf3rz udost\u0119pniony dokument",download:"Pobierz nasze aplikacje",embedMeeting:"Osad\u017a spotkanie",endConference:"Zako\u0144cz spotkanie",enterFullScreen:"Wy\u015bwietl w trybie pe\u0142nego ekranu",enterTileView:"Wy\u015bwietl w trybie kafelkowym",exitFullScreen:"Zamknij tryb pe\u0142nego ekranu",exitTileView:"Zamknij tryb kafelkowy",expand:"Rozwi\u0144",feedback:"Zostaw swoj\u0105 opini\u0119",fullScreen:"Prze\u0142\u0105czanie trybu pe\u0142noekranowego",giphy:"Prze\u0142\u0105cz menu GIPHY",grantModerator:"Przyznaj prawa moderowania",hangup:"Zostaw rozmow\u0119",heading:"Pasek narz\u0119dzi",help:"Pomoc",hideWhiteboard:"Ukryj tablic\u0119",invite:"Zapro\u015b uczestnik\xf3w",kick:"Usu\u0144 uczestnika",laugh:"\u015amiech",leaveConference:"Opu\u015b\u0107 spotkanie",like:"Kciuk w g\xf3r\u0119",linkToSalesforce:"Link do Salesforce",lobbyButton:"W\u0142\u0105cz/wy\u0142\u0105cz tryb lobby",localRecording:"Prze\u0142\u0105czanie lokalnych urz\u0105dze\u0144 steruj\u0105cych zapisem danych",lockRoom:"Prze\u0142\u0105czenie has\u0142a spotkania",lowerHand:"Opu\u015b\u0107 r\u0119k\u0119",moreActions:"Prze\u0142\u0105czanie menu wi\u0119cej dzia\u0142a\u0144",moreActionsMenu:"Wi\u0119cej dzia\u0142a\u0144 w menu",moreOptions:"Poka\u017c wi\u0119cej opcji",mute:"Uruchamianie wyciszonego audycji",muteEveryone:"Wycisz wszystkich",muteEveryoneElse:"Wycisz pozosta\u0142ych",muteEveryoneElsesVideoStream:"Wy\u0142\u0105cz kamery pozosta\u0142ym",muteEveryonesVideoStream:"Wy\u0142\u0105cz wszystkim kamery",muteGUMPending:"Pod\u0142\u0105czanie mikrofonu",noiseSuppression:"T\u0142umienie szum\xf3w",openChat:"Otw\xf3rz czat",participants:"Uczestnicy",pip:"Tryb prze\u0142\u0105czania obrazu-w-obrazie",privateMessage:"Wy\u015blij wiadomo\u015b\u0107 prywatn\u0105",profile:"Edytuj sw\xf3j profil",raiseHand:"Prze\u0142\u0105czy\u0107 r\u0119k\u0119 w g\xf3r\u0119",reactions:"Reakcje",reactionsMenu:"Otw\xf3rz / Zamknij reakcje",recording:"Prze\u0142\u0105czanie nagrywania",remoteMute:"Wycisz uczestnika",remoteVideoMute:"Wy\u0142\u0105cz kamer\u0119 uczestnika",security:"Opcje zabezpiecze\u0144",selectBackground:"Wybierz t\u0142o",selfView:"Prze\u0142\u0105cz w\u0142asny widok",shareRoom:"Zapro\u015b kogo\u015b",shareYourScreen:"Prze\u0142\u0105czanie udost\u0119pniania ekranu",shareaudio:"Udost\u0119pnij audio",sharedvideo:"Prze\u0142\u0105cz udost\u0119pnianie obrazu",shortcuts:"Prze\u0142\u0105czanie skr\xf3t\xf3w klawiszowych",show:"Poka\u017c na scenie",showWhiteboard:"Poka\u017c tablic\u0119",silence:"Cisza",speakerStats:"Prze\u0142\u0105czanie statystyk dotycz\u0105cych m\xf3wc\xf3w",stopScreenSharing:"Zatrzymaj udost\u0119pnianie ekranu",stopSharedVideo:"Zatrzymaj wideo",surprised:"Zaskoczony",tileView:"Prze\u0142\u0105cz widok kafelkowy",toggleCamera:"Prze\u0142\u0105czanie kamery",toggleFilmstrip:"Prze\u0142\u0105cz filmstrip",unmute:"Wy\u0142\u0105cz wyciszenie",videoblur:"Prze\u0142\u0105cz rozmazanie obrazu",videomute:"Prze\u0142\u0105czanie wyciszonego filmu wideo",videomuteGUMPending:"Pod\u0142\u0105czanie kamery",videounmute:"Uruchom kamer\u0119"},addPeople:"Dodaj ludzi do swojej rozmowy",audioOnlyOff:"Wy\u0142\u0105cz tryb s\u0142abego \u0142\u0105cza",audioOnlyOn:"W\u0142\u0105cz tryb s\u0142abego \u0142\u0105cza",audioRoute:"Wybierz urz\u0105dzenie d\u017awi\u0119kowe",audioSettings:"Ustawienia audio",authenticate:"Uwierzytelnianie",boo:"Buczenie",callQuality:"Zarz\u0105dzanie jako\u015bci\u0105 obrazu",chat:"Otw\xf3rz / Zamknij okno czatu",clap:"Klaskanie",closeChat:"Zamknij czat",closeParticipantsPane:"Zamknij okno uczestnik\xf3w",closeReactionsMenu:"Zamknij reakcje",disableNoiseSuppression:"Wy\u0142\u0105cz t\u0142umienie szum\xf3w",disableReactionSounds:"Wy\u0142\u0105cz d\u017awi\u0119ki reakcji dla tego spotkania",documentClose:"Zamknij udost\u0119pniony dokument",documentOpen:"Otwarty udost\u0119pniony dokument",download:"Pobierz nasze aplikacje",e2ee:"Szyfrowanie End-to-End",embedMeeting:"Osad\u017a spotkanie",enableNoiseSuppression:"W\u0142\u0105cz t\u0142umienie szum\xf3w",endConference:"Zako\u0144cz spotkanie",enterFullScreen:"Wy\u015bwietl na pe\u0142nym ekranie",enterTileView:"Wy\u015bwietl widok kafelkowy",exitFullScreen:"Zamknij pe\u0142ny ekran",exitTileView:"Zamknij widok kafelkowy",feedback:"Zostaw swoj\u0105 opini\u0119",giphy:"Prze\u0142\u0105cz menu GIPHY",hangup:"Opu\u015b\u0107 spotkanie",help:"Pomoc",hideWhiteboard:"Ukryj tablic\u0119",invite:"Zapro\u015b uczestnik\xf3w",joinBreakoutRoom:"Do\u0142\u0105cz do pokoju podgrupy",laugh:"\u015amiech",leaveBreakoutRoom:"Opu\u015b\u0107 pok\xf3j spotka\u0144",leaveConference:"Opu\u015b\u0107 spotkanie",like:"Kciuk w g\xf3r\u0119",linkToSalesforce:"Link do Salesforce",lobbyButtonDisable:"Wy\u0142\u0105cz tryb lobby",lobbyButtonEnable:"W\u0142\u0105cz tryb lobby",login:"Zaloguj",logout:"Wyloguj",lowerYourHand:"Opu\u015b\u0107 r\u0119k\u0119",moreActions:"Wi\u0119cej dzia\u0142a\u0144",moreOptions:"Wi\u0119cej opcji",mute:"W\u0142\u0105cz / Wy\u0142\u0105cz mikrofon",muteEveryone:"Wycisz wszystkich",muteEveryonesVideo:"Wy\u0142\u0105cz wszystkim kamery",muteGUMPending:"Pod\u0142\u0105czanie mikrofonu",noAudioSignalDesc:"Je\u017celi celowo nie wyciszy\u0142e\u015b mikrofonu w ustawieniach systemowych spr\xf3buj innego urz\u0105dzenia.",noAudioSignalDescSuggestion:"Je\u017celi celowo nie wyciszy\u0142e\u015b mikrofonu w ustawieniach systemowych spr\xf3buj sugerowanego urz\u0105dzenia.",noAudioSignalDialInDesc:"Mo\u017cesz si\u0119 r\xf3wnie\u017c wdzwoni\u0107 korzystaj\u0105c z numer\xf3w:",noAudioSignalDialInLinkDesc:"Numery wdzwaniania",noAudioSignalTitle:"Brak sygna\u0142u audio!",noiseSuppression:"T\u0142umienie szum\xf3w",noisyAudioInputDesc:"Wygl\u0105da na to, \u017ce Tw\xf3j mikrofon powoduje zak\u0142\xf3cenia.",noisyAudioInputTitle:"Tw\xf3j mikrofon powoduje zak\u0142\xf3cenia!",openChat:"Otw\xf3rz czat",openReactionsMenu:"Otw\xf3rz reakcje",participants:"Uczestnicy",pip:"Wprowad\u017a tryb obrazu w obrazie",privateMessage:"Wy\u015blij wiadomo\u015b\u0107 prywatn\u0105",profile:"Edytuj sw\xf3j profil",raiseHand:"Podnie\u015b / Opu\u015b\u0107 r\u0119k\u0119",raiseYourHand:"Podnie\u015b r\u0119k\u0119",reactionBoo:"Wy\u015blij buczenie",reactionClap:"Wy\u015blij klaskanie",reactionLaugh:"Wy\u015blij \u015bmiech",reactionLike:"Wy\u015blij kciuk w g\xf3r\u0119",reactionSilence:"Wy\u015blij cisza",reactionSurprised:"Wy\u015blij zaskoczony",reactions:"Reakcje",security:"Opcje zabezpiecze\u0144",selectBackground:"Wybierz t\u0142o",shareRoom:"Zapro\u015b kogo\u015b",shareaudio:"Udost\u0119pnij audio",sharedvideo:"Udost\u0119pnij wideo",shortcuts:"Wy\u015bwietl skr\xf3ty",showWhiteboard:"Poka\u017c tablic\u0119",silence:"Cisza",speakerStats:"Statystyki m\xf3wc\xf3w",startScreenSharing:"Zacznij wsp\xf3\u0142dzielenie ekranu",startSubtitles:"Uruchom napisy",stopAudioSharing:"Zako\u0144cz udost\u0119pnianie audio",stopScreenSharing:"Zako\u0144cz wsp\xf3\u0142dzielenie ekranu",stopSharedVideo:"Zatrzymaj wideo",stopSubtitles:"Zatrzymaj napisy",surprised:"Zaskoczony",talkWhileMutedPopup:"Pr\xf3bujesz m\xf3wi\u0107? Jeste\u015b wyciszony.",tileViewToggle:"Prze\u0142\u0105czanie widoku kafelkowego",toggleCamera:"Prze\u0142\u0105czanie kamery",unmute:"Wy\u0142\u0105cz wyciszenie",videoSettings:"Ustawienia video",videomute:"W\u0142\u0105cz / Wy\u0142\u0105cz kamer\u0119",videomuteGUMPending:"Pod\u0142\u0105czanie kamery",videounmute:"Uruchom kamer\u0119"},transcribing:{ccButtonTooltip:"Uruchom / Zatrzymaj napisy",error:"Przepisywanie nie powiod\u0142o si\u0119. Prosz\u0119 spr\xf3bowa\u0107 ponownie.",expandedLabel:"Transkrypcja jest obecnie w\u0142\u0105czona",failedToStart:"B\u0142\u0105d uruchomienia transkrypcji",labelToolTip:"Spotkanie jest transkrybowane",off:"Transkrypcja zosta\u0142a zatrzymana",pending:"Przygotowanie do transkrypcji spotkania...",sourceLanguageDesc:"Obecnie j\u0119zyk spotkania jest ustawiony na {{sourceLanguage}}.
Mo\u017cesz to zmieni\u0107 ",sourceLanguageHere:"tutaj",start:"Rozpocznij wy\u015bwietlanie napis\xf3w",stop:"Zatrzymaj wy\u015bwietlanie napis\xf3w",subtitles:"Napisy",subtitlesOff:"Wy\u0142\u0105czone",tr:"TR"},unpinParticipant:"{{participantName}} - Odepnij",userMedia:{androidGrantPermissions:"Wybierz Pozw\xf3l, gdy przegl\u0105darka zapyta o pozwolenie.",chromeGrantPermissions:"Wybierz Pozw\xf3l, gdy przegl\u0105darka zapyta o pozwolenie.",edgeGrantPermissions:"Wybierz Tak, gdy przegl\u0105darka zapyta o pozwolenie.",electronGrantPermissions:"Udziel przyzwolenia na u\u017cycie swej kamery i mikrofonu",firefoxGrantPermissions:"Wybierz Udost\u0119pnij wybrane urz\u0105dzenie, gdy przegl\u0105darka zapyta o pozwolenie.",iexplorerGrantPermissions:"Wybierz OK, gdy przegladarka zapyta o pozwolenie.",nwjsGrantPermissions:"Udziel przyzwolenia na u\u017cycie swej kamery i mikrofonu",operaGrantPermissions:"Wybierz Pozw\xf3l, gdy przegl\u0105darka zapyta o pozwolenie.","react-nativeGrantPermissions":"Wybierz Pozw\xf3l, gdy przegl\u0105darka zapyta o pozwolenie.",safariGrantPermissions:"Wybierz OK, gdy przegladarka zapyta o pozwolenie."},videoSIPGW:{busy:"Pracujemy nad uwolnieniem zasob\xf3w. Prosimy spr\xf3bowa\u0107 za kilka minut.",busyTitle:"Us\u0142uga pokoju jest obecnie zaj\u0119ta",errorAlreadyInvited:"{{displayName}} jest ju\u017c zaproszony",errorInvite:"Konferencja nie zosta\u0142a jeszcze ustanowiona. Prosimy spr\xf3bowa\u0107 ponownie p\xf3\u017aniej.",errorInviteFailed:"Pracujemy nad rozwi\u0105zaniem tego problemu. Prosimy ponownie spr\xf3bowa\u0107 p\xf3\u017aniej.",errorInviteFailedTitle:"B\u0142\u0105d zaproszenia {{displayName}}",errorInviteTitle:"B\u0142\u0105d zaproszenia do pokoju",pending:"{{displayName}} zosta\u0142 zaproszony"},videoStatus:{adjustFor:"Dostosuj do:",audioOnly:"D\u0179W",audioOnlyExpanded:"Jeste\u015b w trybie s\u0142abego \u0142\u0105cza. W tym trybie b\u0119dziesz otrzymywa\u0107 tylko d\u017awi\u0119k i udost\u0119pnianie ekranu.",bestPerformance:"Najlepsza wydajno\u015b\u0107",callQuality:"Jako\u015b\u0107 obrazu",hd:"HD",hdTooltip:"Podgl\u0105d obrazu w wysokiej rozdzielczo\u015bci",highDefinition:"Wysoka rozdzielczo\u015b\u0107",highestQuality:"Najwy\u017csza jako\u015b\u0107",labelTooiltipNoVideo:"Brak obrazu",labelTooltipAudioOnly:"W\u0142\u0105czono tryb s\u0142abego \u0142\u0105cza",ld:"LD",ldTooltip:"Podgl\u0105d obrazu w niskiej rozdzielczo\u015bci",lowDefinition:"Niska rozdzielczo\u015b\u0107",performanceSettings:"Ustawienia wydajno\u015bci",recording:"Trwa nagrywanie",sd:"SD",sdTooltip:"Podgl\u0105d obrazu w standardowej rozdzielczo\u015bci",standardDefinition:"Standardowa rozdzielczo\u015b\u0107",streaming:"Trwa transmisja"},videothumbnail:{connectionInfo:"Informacje o po\u0142\u0105czeniu",domute:"Wyciszenie",domuteOthers:"Wycisz pozosta\u0142ych",domuteVideo:"Wy\u0142\u0105cz kamer\u0119",domuteVideoOfOthers:"Wy\u0142\u0105cz kamer\u0119 pozosta\u0142ym",flip:"Odwr\xf3cenie",grantModerator:"Przyznaj prawa moderatora",hideSelfView:"Ukryj widok w\u0142asnego podgl\u0105du",kick:"Wyrzu\u0107",mirrorVideo:"Lustrzane odbicie",moderator:"Moderator",mute:"Uczestnik ma wyciszone audio",muted:"Wyciszony",pinToStage:"Przypnij do sceny",remoteControl:"Kontrola zdalna",screenSharing:"Uczestnik udost\u0119pnia ekran",show:"Poka\u017c na scenie",showSelfView:"Poka\u017c w\u0142asny widok",unpinFromStage:"Odepnij",verify:"Zweryfikuj uczestnika",videoMuted:"Kamera wy\u0142\u0105czona",videomute:"Uczestnik zatrzyma\u0142 kamer\u0119"},virtualBackground:{addBackground:"Dodaj t\u0142o",apply:"Zastosuj",backgroundEffectError:"Nie uda\u0142o si\u0119 zastosowa\u0107 efektu t\u0142a.",blur:"Rozmycie",deleteImage:"Usu\u0144 obraz",desktopShare:"Udost\u0119pnianie pulpitu",desktopShareError:"Nie mo\u017cna udost\u0119pni\u0107 pulpitu",image1:"Pla\u017ca",image2:"Bia\u0142a \u015bciana",image3:"Bia\u0142y pusty pok\xf3j",image4:"Czarna lampa",image5:"G\xf3ra",image6:"Las",image7:"Wsch\xf3d s\u0142o\u0144ca",none:"\u017badne",pleaseWait:"Prosz\u0119 czeka\u0107...",removeBackground:"Usu\u0144 t\u0142o",slightBlur:"Lekkie rozmycie",title:"T\u0142a",uploadedImage:"Przes\u0142any obraz {{index}}",webAssemblyWarning:"WebAssembly nie jest obs\u0142ugiwany",webAssemblyWarningDescription:"WebAssembly wy\u0142\u0105czony lub nieobs\u0142ugiwany przez t\u0119 przegl\u0105dark\u0119"},visitors:{chatIndicator:"(visitor)",labelTooltip:"Liczba odwiedzaj\u0105cych: {{count}}",notification:{description:"Aby wzi\u0105\u0107 udzia\u0142, podnie\u015b r\u0119k\u0119",title:"Jeste\u015b go\u015bciem na spotkaniu"}},volumeSlider:"Kontrola g\u0142o\u015bno\u015bci",welcomepage:{accessibilityLabel:{join:"Stuknij aby do\u0142\u0105czy\u0107",roomname:"Podaj nazw\u0119 sali konferencyjnej"},addMeetingName:"Dodaj nazw\u0119 spotkania",appDescription:"No dalej, pogaw\u0119dka wideo z ca\u0142ym zespo\u0142em. W rzeczywisto\u015bci, zapro\u015b wszystkich, kt\xf3rych znasz. {{app}} jest w pe\u0142ni zaszyfrowanym, w 100% otwartym rozwi\u0105zaniem wideokonferencyjnym, z kt\xf3rego mo\u017cesz korzysta\u0107 przez ca\u0142y dzie\u0144, codziennie, za darmo - bez konieczno\u015bci posiadania konta.",audioVideoSwitch:{audio:"G\u0142os",video:"Obraz"},calendar:"Kalendarz",connectCalendarButton:"Pod\u0142\u0105cz sw\xf3j kalendarz",connectCalendarText:"Pod\u0142\u0105cz sw\xf3j kalendarz aby przegl\u0105da\u0107 wszystkie Twoje spotkania w {{app}}. Dodaj spotkania {{provider}} do swojego kalendarza i uruchamiaj je jednym klikni\u0119ciem.",enterRoomTitle:"Rozpocznij nowe spotkanie",getHelp:"Pomoc",go:"Dalej",goSmall:"Dalej",headerSubtitle:"Bezpieczne i wysokiej jako\u015bci spotkania",headerTitle:"Jitsi Meet",info:"Informacje",jitsiOnMobile:"Jitsi mobile \u2013 pobierz appk\u0119 i rozpocznij spotkanie z dowolnego miejsca",join:"Utw\xf3rz / Do\u0142\u0105cz",logo:{calendar:"Logo kalendarza",desktopPreviewThumbnail:"Miniatura podgl\u0105du pulpitu",googleLogo:"Logo Google",logoDeepLinking:"Logo Jitsi meet",microsoftLogo:"Logo Microsoftu",policyLogo:"Logo polityki"},meetingsAccessibilityLabel:"Spotkania",mobileDownLoadLinkAndroid:"Pobierz appk\u0119 dla systemu Android",mobileDownLoadLinkFDroid:"Pobierz appk\u0119 dla systemu F-Droid",mobileDownLoadLinkIos:"Pobierz appk\u0119 dla systemu iOS",moderatedMessage:"lub zarezerwuj adres spotkania je\u015bli jeste\u015b jedynym moderatorem.",privacy:"Polityka prywatno\u015bci",recentList:"Niedawno",recentListDelete:"Usu\u0144",recentListEmpty:"Twoja ostatnia lista jest obecnie pusta. Rozmawiaj ze swoim zespo\u0142em, a wszystkie ostatnie spotkania znajdziesz tutaj.",recentMeetings:"Twoje ostatnie spotkania",reducedUIText:"Witamy w {{app}}!",roomNameAllowedChars:"Nazwa spotkania nie powinna zawiera\u0107 znak\xf3w: ?, &, :, ', \", %, #.",roomname:"Podaj nazw\u0119 sali konferencyjnej",roomnameHint:"Wprowad\u017a nazw\u0119 lub adres URL pokoju, do kt\xf3rego chcesz do\u0142\u0105czy\u0107. Mo\u017cesz wymy\u015bli\u0107 nazw\u0119, po prostu pozw\xf3l, aby osoby, z kt\xf3rymi si\u0119 spotykasz, zna\u0142y j\u0105 tak, aby wpisa\u0142y t\u0119 sam\u0105 nazw\u0119.",sendFeedback:"Wy\u015blij opini\u0119",settings:"Ustawienia",startMeeting:"Rozpocznij spotkanie",terms:"Warunki korzystania",title:"Bezpieczna, w pe\u0142ni funkcjonalna i ca\u0142kowicie bezp\u0142atna wideokonferencja",upcomingMeetings:"Twoje nadchodz\u0105ce spotkania"},whiteboard:{accessibilityLabel:{heading:"Tablica"}}}},843,[]); -__d(function(e,a,o,r,i,n,t){i.exports={addPeople:{add:"Convidar",addContacts:"Convide seus contatos",contacts:"contatos",copyInvite:"Copiar convite da reuni\xe3o",copyLink:"Copiar link da reuni\xe3o",copyStream:"Copiar link da transmiss\xe3o ao vivo",countryNotSupported:"Ainda n\xe3o suportamos este destino.",countryReminder:"Ligando de fora dos EUA? Por favor, certifique-se de come\xe7ar com o c\xf3digo do pa\xeds!",defaultEmail:"Seu email padr\xe3o",disabled:"Voc\xea n\xe3o pode convidar pessoas.",failedToAdd:"Falha em adicionar participantes",googleEmail:"Email Google",inviteMoreHeader:"Voc\xea \xe9 o \xfanico na reuni\xe3o",inviteMoreMailSubject:"Entre na reuni\xe3o {{appName}}",inviteMorePrompt:"Convide mais pessoas",linkCopied:"Link copiado para a \xe1rea de transfer\xeancia",noResults:"Nenhum resultado de busca correspondente",outlookEmail:"Email Outlook ",phoneNumbers:"n\xfameros de telefone",searching:"Procurando...",shareInvite:"Compartilhar convite da reuni\xe3o",shareLink:"Compartilhando o link da reuni\xe3o",shareStream:"Compartilhar o link da transmiss\xe3o ao vivo",sipAddresses:"endere\xe7os SIP",telephone:"Telefone: {{number}}",title:"Convide pessoas para sua reuni\xe3o",yahooEmail:"Email Yahoo"},audioDevices:{bluetooth:"Bluetooth",car:"\xc1udio do carro",headphones:"Fones de ouvido",none:"Sem dispositivos de \xe1udio dispon\xedvel",phone:"Celular",speaker:"Alto-falantes"},audioOnly:{audioOnly:"Largura de banda baixa"},breakoutRooms:{actions:{add:"Adicionar sala de apoio",autoAssign:"Atribuir a salas de apoio automaticamente",close:"Fechar",join:"Participar",leaveBreakoutRoom:"Sair da sala de apoio",more:"Mais",remove:"Remover",sendToBreakoutRoom:"Enviar participante para:"},defaultName:"Sala de apoio #{{index}}",mainRoom:"Sala principal",notifications:{joined:"Entrando na sala de apoio \"{{name}}\"",joinedMainRoom:"Entrando na sala principal",joinedTitle:"Salas de apoio"}},calendarSync:{addMeetingURL:"Adicionar um link da reuni\xe3o",confirmAddLink:"Gostaria de adicionar um link do Jitsi a esse evento?",error:{appConfiguration:"A integra\xe7\xe3o com calend\xe1rio n\xe3o est\xe1 configurada adequadamente.",generic:"Ocorreu um erro. Verifique as configura\xe7\xf5es de calend\xe1rio ou tente atualizar o calend\xe1rio.",notSignedIn:"Ocorreu um erro durante a autentica\xe7\xe3o para visualiza\xe7\xe3o dos eventos do calend\xe1rio. Verifique as configura\xe7\xf5es de calend\xe1rio e tente entrar novamente."},join:"Participar",joinTooltip:"Participar da reuni\xe3o",nextMeeting:"pr\xf3xima reuni\xe3o",noEvents:"N\xe3o h\xe1 eventos pr\xf3ximos agendados.",ongoingMeeting:"reuni\xe3o em progresso",permissionButton:"Abrir configura\xe7\xf5es",permissionMessage:"Permiss\xe3o do calend\xe1rio \xe9 requerida para ver suas reuni\xf5es na aplica\xe7\xe3o.",refresh:"Atualizar calend\xe1rio",today:"Hoje"},carmode:{actions:{selectSoundDevice:"Selecionar dispositivo de som"},labels:{buttonLabel:"Modo carro",title:"Modo carro",videoStopped:"Seu v\xeddeo est\xe1 parado"}},chat:{enter:"Entrar no bate-papo",error:"Erro: sua mensagem n\xe3o foi enviada. Motivo: {{error}}",fieldPlaceHolder:"Digite sua mensagem aqui",lobbyChatMessageTo:"Mensagem para {{recipient}}",message:"Mensagem",messageAccessibleTitle:"{{user}} disse:",messageAccessibleTitleMe:"Voc\xea disse:",messageTo:"Mensagem privada para {{recipient}}",messagebox:"Digite uma mensagem",newMessages:"Novas mensagens",nickname:{popover:"Escolha um apelido",title:"Digite um apelido para usar o bate-papo",titleWithPolls:"Digite um apelido para usar o bate-papo"},noMessagesMessage:"N\xe3o h\xe1 mensagens na reuni\xe3o ainda. Inicie uma conversa aqui!",privateNotice:"Mensagem privada para {{recipient}}",sendButton:"Enviar",smileysPanel:"Painel de Emojis",tabs:{chat:"Conversa",polls:"Vota\xe7\xf5es"},title:"Bate-papo",titleWithPolls:"Bate-papo",you:"voc\xea"},chromeExtensionBanner:{buttonText:"Instalar extens\xe3o do Chrome",buttonTextEdge:"Instalar extens\xe3o do Edge",close:"Fechar",dontShowAgain:"N\xe3o me mostre isso de novo",installExtensionText:"Instale a extens\xe3o para integrar com Google Calendar e Office 365"},connectingOverlay:{joiningRoom:"Conectando voc\xea \xe0 reuni\xe3o\u2026"},connection:{ATTACHED:"Anexado",AUTHENTICATING:"Autenticando",AUTHFAIL:"Falha de autentica\xe7\xe3o",CONNECTED:"Conectado",CONNECTING:"Conectando",CONNFAIL:"Falha de conex\xe3o",DISCONNECTED:"Desconectado",DISCONNECTING:"Desconectando",ERROR:"Erro",FETCH_SESSION_ID:"Obtendo ID da sess\xe3o...",GET_SESSION_ID_ERROR:"Erro ao obter o ID da sess\xe3o: {{code}}",GOT_SESSION_ID:"Obtendo ID da sess\xe3o... Feito",LOW_BANDWIDTH:"O v\xeddeo de {{displayName}} foi desativado para economizar largura de banda"},connectionindicator:{address:"Endere\xe7o:",audio_ssrc:"A\xfadio SSRC:",bandwidth:"Largura de banda estimada:",bitrate:"Taxa de bits:",bridgeCount:"Servidores: ",codecs:"Codecs (A/V): ",connectedTo:"Conectado a:",e2eeVerified:"Verificado via E2EE",framerate:"Taxa de quadros:",less:"Mostrar menos",localaddress:"Endere\xe7o local:",localaddress_plural:"Endere\xe7os locais:",localport:"Porta local:",localport_plural:"Portas locais:",maxEnabledResolution:"envio m\xe1x",more:"Mostrar mais",no:"n\xe3o",packetloss:"Perda de pacote:",participant_id:"Id participante:",quality:{good:"Boa",inactive:"Inativo",lost:"Perdido",nonoptimal:"N\xe3o \xf3tima",poor:"Ruim"},remoteaddress:"Endere\xe7o remoto:",remoteaddress_plural:"Endere\xe7os remotos:",remoteport:"Porta remota:",remoteport_plural:"Portas remotas:",resolution:"Resolu\xe7\xe3o:",savelogs:"Grave os logs",status:"Conex\xe3o:",transport:"Transporte:",transport_plural:"Transportes:",video_ssrc:"Video SSRC:",yes:"sim"},dateUtils:{earlier:"Mais cedo",today:"Hoje",yesterday:"Ontem"},deepLinking:{appNotInstalled:"Voc\xea precisa do aplicativo m\xf3vel {{app}} para participar da reuni\xe3o no seu telefone.",description:"Nada acontece? Estamos tentando iniciar sua reuni\xe3o no aplicativo desktop {{app}}. Tente novamente ou inicie ele na aplica\xe7\xe3o web {{app}}.",descriptionNew:"Nada aconteceu? Tentamos iniciar sua reuni\xe3o no aplicativo de desktop {{app}}.

Voc\xea pode tentar novamente ou abrir pela web.",descriptionWithoutWeb:"Nada aconteceu? Tentamos iniciar sua reuni\xe3o no aplicativo de desktop {{app}}.",downloadApp:"Baixe o Aplicativo",downloadMobileApp:"Baixar o app",ifDoNotHaveApp:"Se voc\xea n\xe3o tem o app ainda:",ifHaveApp:"Se voc\xea j\xe1 tem o app:",joinInApp:"Entrar na reuni\xe3o usando o app",joinInAppNew:"Entrar usando o app",joinInBrowser:"Entrar usando o navegador",launchMeetingLabel:"Como deseja entrar nesta reuni\xe3o?",launchWebButton:"Iniciar na web",noMobileApp:"N\xe3o tem o app?",termsAndConditions:"Ao continuar voc\xea estar\xe1 aceitando nossos termos e condi\xe7\xf5es.",title:"Iniciando sua reuni\xe3o no {{app}}...",titleNew:"Iniciando sua reuni\xe3o ...",tryAgainButton:"Tente novamente no desktop",unsupportedBrowser:"Parece que voc\xea est\xe1 usando um navegador ao qual n\xe3o temos suporte."},defaultLink:"ex.: {{url}}",defaultNickname:"ex.: Jo\xe3o Pedro",deviceError:{cameraError:"Falha ao acessar sua c\xe2mera",cameraPermission:"Erro ao obter permiss\xe3o para a c\xe2mera",microphoneError:"Falha ao acessar seu microfone",microphonePermission:"Erro ao obter permiss\xe3o para o microfone"},deviceSelection:{hid:{callControl:"Controle de chamada",connectedDevices:"Dispositivos conectados:",deleteDevice:"Remover dispositivo",pairDevice:"Emparelhar dispositivo"},noPermission:"Permiss\xe3o n\xe3o concedida",previewUnavailable:"Visualiza\xe7\xe3o indispon\xedvel",selectADevice:"Selecione um dispositivo",testAudio:"Tocar um som de teste"},dialIn:{screenTitle:"Sum\xe1rio de discagem"},dialOut:{statusMessage:"est\xe1 agora {{status}}"},dialog:{Back:"Voltar",Cancel:"Cancelar",IamHost:"Eu sou o anfitri\xe3o",Ok:"OK",Remove:"Remover",Share:"Compartilhar",Submit:"Enviar",WaitForHostMsg:"A confer\xeancia ainda n\xe3o come\xe7ou. Se voc\xea \xe9 o anfitri\xe3o, fa\xe7a a autentica\xe7\xe3o. Do contr\xe1rio, aguarde a chegada do anfitri\xe3o.",WaitingForHostTitle:"Esperando o anfitri\xe3o...",Yes:"Sim",accessibilityLabel:{close:"Fechar janela",liveStreaming:"Transmiss\xe3o ao vivo",sharingTabs:"Op\xe7\xf5es de compartilhamento"},add:"Adicionar",addMeetingNote:"Adicionar uma anota\xe7\xe3o para esta reuni\xe3o",addOptionalNote:"Adicionar uma anota\xe7\xe3o (opcional):",allow:"Permitir",alreadySharedVideoMsg:"Outro participante j\xe1 est\xe1 compartilhando um v\xeddeo. Esta confer\xeancia permite apenas um v\xeddeo compartilhado por vez.",alreadySharedVideoTitle:"Somente um v\xeddeo compartilhado \xe9 permitido por vez",applicationWindow:"Janela de aplicativo",authenticationRequired:"Autentica\xe7\xe3o requerida",cameraConstraintFailedError:"Sua c\xe2mera n\xe3o satisfaz algumas condi\xe7\xf5es necess\xe1rias.",cameraNotFoundError:"A c\xe2mera n\xe3o foi encontrada.",cameraNotSendingData:"Estamos incapazes de acessar sua c\xe2mera. Verifique se outra aplica\xe7\xe3o est\xe1 usando este dispositivo, selecione outro dispositivo do menu de configura\xe7\xf5es ou recarregue a aplica\xe7\xe3o.",cameraNotSendingDataTitle:"Incapaz de acessar a c\xe2mera",cameraPermissionDeniedError:"N\xe3o foi permitido acessar a sua c\xe2mera. Voc\xea ainda pode entrar na confer\xeancia, mas sem exibir o seu v\xeddeo. Clique no bot\xe3o da c\xe2mera para tentar reparar.",cameraTimeoutError:"N\xe3o foi poss\xedvel iniciar fonte de v\xeddeo. Tempo esgotado!",cameraUnknownError:"N\xe3o pode usar a c\xe2mera por uma raz\xe3o desconhecida.",cameraUnsupportedResolutionError:"Sua c\xe2mera n\xe3o suporta a resolu\xe7\xe3o de v\xeddeo requerida.",close:"Fechar",conferenceDisconnectMsg:"Voc\xea pode querer verificar sua conex\xe3o de rede. Reconectando em {{seconds}} segundos ...",conferenceDisconnectTitle:"Voc\xea foi desconectado.",conferenceReloadMsg:"Estamos tentando consertar isto. Reconectando em {{seconds}} segundos...",conferenceReloadTitle:"Infelizmente, algo deu errado.",confirm:"Confirmar",confirmNo:"N\xe3o",confirmYes:"Sim",connectError:"Oops! Alguma coisa est\xe1 errada e n\xf3s n\xe3o pudemos conectar \xe0 confer\xeancia.",connectErrorWithMsg:"Oops! Alguma coisa est\xe1 errada e n\xe3o podemos conectar \xe0 confer\xeancia: {{msg}}",connecting:"Conectando",contactSupport:"Entrar em contato com o suporte",copied:"Copiado",copy:"Copiar",dismiss:"Dispensar",displayNameRequired:"Oi! Qual o seu nome?",done:"Feito",e2eeDescription:"Encripta\xe7\xe3o ponto-a-ponto \xe9, no momento, EXPERIMENTAL. Por favor tenha em mente que habilitar a encripta\xe7\xe3o ponto-a-ponto ir\xe1 desativar os servi\xe7os dispon\xedveis no servidor como: grava\xe7\xe3o, transmiss\xe3o ao vivo e telefonar participantes. Al\xe9m disso a reuni\xe3o s\xf3 ir\xe1 funcionar para os participantes entrando em browsers com suporte a funcionalidade.",e2eeDisabledDueToMaxModeDescription:"N\xe3o foi poss\xedvel habilitar a criptografia de ponta-a-ponta devido ao grande n\xfamero de participantes na confer\xeancia.",e2eeLabel:"Enable End-to-End Encryption",e2eeWarning:"WARNING: Not all participants in this meeting seem to have support for End-to-End encryption. If you enable it they won't be able to see nor hear you.",e2eeWillDisableDueToMaxModeDescription:"AVISO: A criptografia de ponta-a-ponta ser\xe1 automaticamente desativada se mais participantes entrarem na confer\xeancia.",embedMeeting:"Reuni\xe3o em formato compacto",enterDisplayName:"Digite seu nome aqui",error:"Erro",gracefulShutdown:"Nosso servi\xe7o est\xe1 em manuten\xe7\xe3o. Tente novamente mais tarde.",grantModeratorDialog:"Tem certeza que quer participar como moderador da reuni\xe3o?",grantModeratorTitle:"Permitir moderador",hide:"Ocultar",hideShareAudioHelper:"N\xe3o mostre este di\xe1logo novamente",incorrectPassword:"Usu\xe1rio ou senha incorretos",incorrectRoomLockPassword:"Senha incorreta",internalError:"Oops! Alguma coisa est\xe1 errada. O seguinte erro ocorreu: {{error}}",internalErrorTitle:"Erro interno",kickMessage:"Voc\xea pode entrar em contato com {{participantDisplayName}} para obter mais detalhes.",kickParticipantButton:"Remover",kickParticipantDialog:"Tem certeza de que deseja remover este participante?",kickParticipantTitle:"Remover este participante?",kickTitle:"{{participantDisplayName}} removeu voc\xea da reuni\xe3o",linkMeeting:"Vincular reuni\xe3o",linkMeetingTitle:"Vincular reuni\xe3o ao Salesforce",liveStreaming:"Transmiss\xe3o ao Vivo",liveStreamingDisabledBecauseOfActiveRecordingTooltip:"N\xe3o \xe9 poss\xedvel transmitir enquanto a grava\xe7\xe3o est\xe1 ativa",localUserControls:"Controles de usu\xe1rios locais",lockMessage:"Falha ao bloquear a confer\xeancia.",lockRoom:"Adicionar reuni\xe3o $t(lockRoomPasswordUppercase)",lockTitle:"Bloqueio falhou",login:"Entrar",logoutQuestion:"Deseja encerrar a sess\xe3o e finalizar a confer\xeancia?",logoutTitle:"Encerrar sess\xe3o",maxUsersLimitReached:"O limite para o n\xfamero m\xe1ximo de participantes foi atingido. A confer\xeancia est\xe1 cheia. Entre em contato com o propriet\xe1rio da reuni\xe3o ou tente novamente mais tarde!",maxUsersLimitReachedTitle:"Limite m\xe1ximo de participantes atingido",micConstraintFailedError:"Seu microfone n\xe3o satisfaz algumas condi\xe7\xf5es necess\xe1rias.",micNotFoundError:"O microfone n\xe3o foi encontrado.",micNotSendingData:"V\xe1 para as configura\xe7\xf5es do seu computador para ativar o som do microfone e ajustar seu n\xedvel",micNotSendingDataTitle:"Seu microfone est\xe1 mudo pelas configura\xe7\xf5es do sistema",micPermissionDeniedError:"N\xe3o foi permitido acessar o seu microfone. Voc\xea ainda pode entrar na confer\xeancia, mas sem enviar \xe1udio. Clique no bot\xe3o do microfone para tentar reparar.",micTimeoutError:"N\xe3o foi poss\xedvel iniciar fonte de \xe1udio. Tempo esgotado!",micUnknownError:"N\xe3o pode usar o microfone por uma raz\xe3o desconhecida.",moderationAudioLabel:"Permitir aos participantes reativar o som",moderationVideoLabel:"Permitir aos participantes reativar o v\xeddeo",muteEveryoneDialog:"Voc\xea n\xe3o poder\xe1 reativar o som deles, mas eles poder\xe3o reativar a qualquer momento.",muteEveryoneDialogModerationOn:"Os participantes podem enviar solicita\xe7\xe3o para reativar seus sons a qualquer momento.",muteEveryoneElseDialog:"Uma vez silenciados, voc\xea n\xe3o poder\xe1 reativar o som deles, mas eles poder\xe3o reativar seus sons a qualquer momento.",muteEveryoneElseTitle:"Silenciar todo mundo exceto {{whom}}?",muteEveryoneElsesVideoDialog:"Voc\xea n\xe3o poder\xe1 reativar posteriormente, mas cada participante pode ativar sua pr\xf3pria c\xe2mera a qualquer momento.",muteEveryoneElsesVideoTitle:"Desativar a c\xe2mera de todos exceto {{whom}}?",muteEveryoneSelf:"a si pr\xf3prio",muteEveryoneStartMuted:"Todos iniciam silenciados daqui para frente",muteEveryoneTitle:"Silenciar todos?",muteEveryonesVideoDialog:"Tem certeza que deseja desativar a c\xe2mera de todos? Voc\xea n\xe3o poder\xe1 reativar posteriormente, mas cada participante pode ativar sua pr\xf3pria c\xe2mera a qualquer momento.",muteEveryonesVideoDialogModerationOn:"Os participantes podem enviar solicita\xe7\xe3o para reativar seus v\xeddeos a qualquer momento.",muteEveryonesVideoDialogOk:"Desabilitar",muteEveryonesVideoTitle:"Desativar a c\xe2mera de todos?",muteParticipantBody:"Voc\xea n\xe3o est\xe1 habilitado para tirar o mudo deles, mas eles podem tirar o mudo deles mesmos a qualquer tempo.",muteParticipantButton:"Mudo",muteParticipantsVideoBody:"Voc\xea n\xe3o poder\xe1 reativar posteriormente, mas o participante pode ativar sua pr\xf3pria c\xe2mera a qualquer momento.",muteParticipantsVideoBodyModerationOn:"Voc\xea e o participante n\xe3o poder\xe3o reativar a c\xe2mera posteriormente.",muteParticipantsVideoButton:"Desativar a c\xe2mera",muteParticipantsVideoDialog:"Tem certeza de que deseja desativar a c\xe2mera deste participante? Voc\xea n\xe3o poder\xe1 reativar posteriormente, mas o participante pode ativar sua pr\xf3pria c\xe2mera a qualquer momento.",muteParticipantsVideoDialogModerationOn:"Tem certeza de que deseja desativar a c\xe2mera deste participante? Voc\xea e o participante n\xe3o poder\xe3o reativar posteriormente.",muteParticipantsVideoTitle:"Desativar a c\xe2mera deste participante?",noDropboxToken:"Nenhum token do Dropbox v\xe1lido",password:"Senha",passwordLabel:"A reuni\xe3o foi bloqueada por um participante. Por favor, insira a $t(lockRoomPassword) para entrar.",passwordNotSupported:"A configura\xe7\xe3o de uma reuni\xe3o $t(lockRoomPassword) n\xe3o \xe9 suportada.",passwordNotSupportedTitle:"$t(lockRoomPasswordUppercase) n\xe3o suportado",passwordRequired:"$t(lockRoomPasswordUppercase) requerido",permissionCameraRequiredError:"\xc9 necess\xe1rio permitir acesso \xe0 c\xe2mera para participar de reuni\xf5es com v\xeddeo. Ative a permiss\xe3o nas configura\xe7\xf5es",permissionErrorTitle:"Permiss\xe3o necess\xe1ria",permissionMicRequiredError:"\xc9 necess\xe1rio permitir acesso ao microfone para participar de reuni\xf5es com \xe1udio. Ative a permiss\xe3o nas configura\xe7\xf5es",popupError:"Seu navegador est\xe1 bloqueando janelas popup deste site. Habilite os popups nas configura\xe7\xf5es de seguran\xe7a no seu navegador e tente novamente.",popupErrorTitle:"Popup bloqueado",readMore:"mais...",recentlyUsedObjects:"Seus objetos usados recentemente",recording:"Gravando",recordingDisabledBecauseOfActiveLiveStreamingTooltip:"N\xe3o \xe9 poss\xedvel transmitir enquanto a grava\xe7\xe3o est\xe1 ativa",rejoinNow:"Reconectar agora",remoteControlAllowedMessage:"{{user}} aceitou sua requisi\xe7\xe3o de controle remoto!",remoteControlDeniedMessage:"{{user}} rejeitou sua requisi\xe7\xe3o de controle remoto!",remoteControlErrorMessage:"Um erro ocorreu enquanto tentava requerer a permiss\xe3o de controle remoto de {{user}}!",remoteControlRequestMessage:"Deseja permitir que {{user}} controle remotamente sua \xe1rea de trabalho?",remoteControlShareScreenWarning:"Note que se voc\xea pressionar \"Permitir\" voc\xea vai compartilhar sua tela!",remoteControlStopMessage:"A sess\xe3o de controle remoto terminou!",remoteControlTitle:"Conex\xe3o de \xe1rea de trabalho remota",remoteUserControls:"Controles de usu\xe1rios remotos de {{username}}",removePassword:"Remover $t(lockRoomPassword)",removeSharedVideoMsg:"Deseja remover seu v\xeddeo compartilhado?",removeSharedVideoTitle:"Remover v\xeddeo compartilhado",reservationError:"Erro de sistema de reserva",reservationErrorMsg:"C\xf3digo do erro: {{code}}, mensagem: {{msg}}",retry:"Tentar novamente",screenSharingAudio:"Compartilhar \xe1udio",screenSharingFailed:"Oops! Alguma coisa de errado aconteceu, n\xe3o \xe9 poss\xedvel habilitar o compartilhamento de tela!",screenSharingFailedTitle:"Falha ao compartilhar a tela!",screenSharingPermissionDeniedError:"Oops! Alguma coisa est\xe1 errada com suas permiss\xf5es de compartilhamento de tela. Recarregue e tente de novo.",searchInSalesforce:"Pesquisar no Salesforce",searchResults:"Resultados da pesquisa({{count}})",searchResultsDetailsError:"Algo de errado ocorreu ao recuperar os dados do propriet\xe1rio.",searchResultsError:"Algo de errado ocorreu ao recuperar os dados.",searchResultsNotFound:"A pesquisa n\xe3o trouxe resultados.",searchResultsTryAgain:"Tente usar termos diferentes.",sendPrivateMessage:"Voc\xea enviou uma mensagem privada recentemente. Tem inten\xe7\xe3o de responder em privado, ou deseja enviar sua mensagem para o grupo?",sendPrivateMessageCancel:"Enviar para o grupo",sendPrivateMessageOk:"Enviar em privado",sendPrivateMessageTitle:"Enviar em privado?",serviceUnavailable:"Servi\xe7o indispon\xedvel",sessTerminated:"Chamada terminada",sessionRestarted:"Chamada reiniciada pelo bridge",shareAudio:"Continuar",shareAudioTitle:"Como compartilhar \xe1udio",shareAudioWarningD1:"voc\xea precisa parar o compartilhamento de tela antes de compartilhar seu \xe1udio.",shareAudioWarningD2:"voc\xea precisa reiniciar o compartilhamento de tela e selecionar a op\xe7\xe3o \"compartilhar \xe1udio\".",shareAudioWarningH1:"Se voc\xea quiser compartilhar apenas seu \xe1udio:",shareAudioWarningTitle:"Voc\xea precisa parar o compartilhamento de tela antes de compartilhar seu \xe1udio",shareMediaWarningGenericH2:"Se voc\xea quiser compartilhar sua tela e seu \xe1udio",shareScreenWarningD1:"voc\xea precisa parar o compartilhamento de \xe1udio antes de compartilhar sua tela.",shareScreenWarningD2:"voc\xea precisa parar o compartilhamento de \xe1udio, iniciar o compartilhamento de tela e selecionar a op\xe7\xe3o \"compartilhar \xe1udio\".",shareScreenWarningH1:"Se voc\xea quiser compartilhar apenas sua tela:",shareScreenWarningTitle:"Voc\xea precisa parar o compartilhamento de \xe1udio antes de compartilhar sua tela",shareVideoLinkError:"Por favor, forne\xe7a um link correto.",shareVideoTitle:"Compartilhar um v\xeddeo",shareYourScreen:"Compartilhar sua tela",shareYourScreenDisabled:"Compartilhamento de tela desativada.",sharedVideoDialogError:"Erro: URL inv\xe1lida",sharedVideoLinkPlaceholder:"link do YouTube ou link direto de v\xeddeo",show:"Exibir",start:"Iniciar ",startLiveStreaming:"Iniciar transmiss\xe3o ao vivo",startRecording:"Iniciar grava\xe7\xe3o",startRemoteControlErrorMessage:"Um erro ocorreu enquanto tentava iniciar uma sess\xe3o de controle remoto!",stopLiveStreaming:"Parar transmiss\xe3o ao vivo",stopRecording:"Parar a grava\xe7\xe3o",stopRecordingWarning:"Tem certeza que deseja parar a grava\xe7\xe3o?",stopStreamingWarning:"Tem certeza que deseja parar a transmiss\xe3o ao vivo?",streamKey:"Chave para transmiss\xe3o ao vivo",thankYou:"Obrigado por usar o {{appName}}!",token:"token",tokenAuthFailed:"Desculpe, voc\xea n\xe3o est\xe1 autorizado a entrar nesta chamada.",tokenAuthFailedTitle:"Falha de autentica\xe7\xe3o",transcribing:"Transcrevendo",unlockRoom:"Remove a reuni\xe3o $t(lockRoomPassword)",user:"Usu\xe1rio",userIdentifier:"identifica\xe7\xe3o do usu\xe1rio",userPassword:"senha do usu\xe1rio",verifyParticipantConfirm:"Coincidem",verifyParticipantDismiss:"N\xe3o coincidem",verifyParticipantQuestion:"EXPERIMENTAL: Pergunta ao participante {{participantName}} se ele v\xea o mesmo conte\xfado na mesma ordem.",verifyParticipantTitle:"Verifica\xe7\xe3o de usu\xe1rio",videoLink:"Link do v\xeddeo",viewUpgradeOptions:"Ver op\xe7\xf5es de atualiza\xe7\xe3o",viewUpgradeOptionsContent:"Para obter acesso ilimitado a recursos premium tais como grava\xe7\xe3o, transcri\xe7\xe3o, streaming RTMP e muito mais, voc\xea precisa atualizar seu plano.",viewUpgradeOptionsTitle:"Voc\xea descobriu um recurso premium!",yourEntireScreen:"Toda sua tela"},documentSharing:{title:"Documento compartilhado"},e2ee:{labelToolTip:"Comuni\xe7\xe3o de \xe1udio e v\xeddeo da reuni\xe3o encriptados ponto a ponto"},embedMeeting:{title:"Reuni\xe3o em formato compacto"},feedback:{average:"M\xe9dia",bad:"Ruim",detailsLabel:"Nos conte mais sobre isso.",good:"Boa",rateExperience:"Avalie sua experi\xeancia na reuni\xe3o",star:"Estrela",veryBad:"Muito ruim",veryGood:"Muito boa"},filmstrip:{accessibilityLabel:{heading:"Miniaturas de v\xeddeo"}},giphy:{noResults:"Nenhum resultado encontrado :(",search:"Buscar GIPHY"},incomingCall:{answer:"Responder",audioCallTitle:"Chamada recebida",decline:"Dispensar",productLabel:"do Jitsi Meet",videoCallTitle:"Chamada de v\xeddeo recebida"},info:{accessibilityLabel:"Mostrar info",addPassword:"Adicione $t(lockRoomPassword)",cancelPassword:"Cancela $t(lockRoomPassword)",conferenceURL:"Link:",copyNumber:"Copiar n\xfamero",country:"Pa\xeds",dialANumber:"Para entrar na reuni\xe3o, disque um desses n\xfameros e depois insira o PIN.",dialInConferenceID:"PIN:",dialInNotSupported:"Desculpe, a discagem n\xe3o \xe9 atualmente suportada.",dialInNumber:"Discar:",dialInSummaryError:"Ocorreu um erro ao buscar a informa\xe7\xe3o de discagem. Tente novamente mais tarde.",dialInTollFree:"Chamada gratuita",genericError:"Oops, alguma coisa deu errado.",inviteLiveStream:"Para ver a transmiss\xe3o ao vivo da reuni\xe3o, clique no link: {{url}}",invitePhone:"Para participar por telefone, toque aqui: {{number}},,{{conferenceID}}#\n",invitePhoneAlternatives:"Procurando um n\xfamero de discagem diferente?\nVeja os n\xfameros de discagem da reuni\xe3o: {{url}} \n\n\nSe voc\xea tamb\xe9m estiver discando atrav\xe9s de um telefone da sala, participe sem conectar-se ao \xe1udio: {{silentUrl}}",inviteSipEndpoint:"Para participar usando o endere\xe7o SIP, insira isto: {{sipUri}}",inviteTextiOSInviteUrl:"Clique no seguinte link para entrar: {{inviteUrl}}.",inviteTextiOSJoinSilent:"Se voc\xea estiver discando atrav\xe9s de um telefone da sala, use este link para participar sem conectar-se ao \xe1udio: {{silentUrl}}.",inviteTextiOSPersonal:"{{name}} est\xe1 convidando voc\xea para uma reuni\xe3o.",inviteTextiOSPhone:"Para participar por telefone, use este n\xfamero: {{number}},,{{conferenceID}}#. Se voc\xea estiver procurando um n\xfamero diferente, esta \xe9 a lista completa: {{didUrl}}.",inviteURLFirstPartGeneral:"Voc\xea foi convidado para uma reuni\xe3o.",inviteURLFirstPartPersonal:"{{name}} est\xe1 convidando voc\xea para uma reuni\xe3o.\n",inviteURLSecondPart:"\nEntre na reuni\xe3o:\n{{url}}\n",label:"Informa\xe7\xf5es da reuni\xe3o",liveStreamURL:"Transmiss\xe3o ao vivo:",moreNumbers:"Mais n\xfameros",noNumbers:"Sem n\xfameros de discagem.",noPassword:"Nenhum",noRoom:"Nenhuma sala foi especificada para entrar.",numbers:"N\xfameros de discagem",password:"$t(lockRoomPasswordUppercase):",reachedLimit:"Voc\xea atingiu o limite do seu plano.",sip:"endere\xe7o SIP",title:"Compartilhar",tooltip:"Compartilhar link e discagem para esta reuni\xe3o",upgradeOptions:"Por favor, verifique as op\xe7\xf5es de upgrade em"},inlineDialogFailure:{msg:"Tivemos um pequeno problema.",retry:"Tentar novamente",support:"Suporte",supportMsg:"Se isso continuar acontecendo, chegar a"},inviteDialog:{alertText:"N\xe3o foi poss\xedvel convidar alguns participantes.",header:"Convidar",searchCallOnlyPlaceholder:"Digite o n\xfamero do telefone",searchPeopleOnlyPlaceholder:"Buscar participantes",searchPlaceholder:"Participante ou n\xba de telefone",send:"Enviar"},jitsiHome:"Logo de {{logo}} (direciona para p\xe1gina inicial)",keyboardShortcuts:{focusLocal:"Focar no seu v\xeddeo",focusRemote:"Focar no v\xeddeo de outro participante",fullScreen:"Entrar ou sair da tela cheia",giphyMenu:"Alternar menu do GIPHY",keyboardShortcuts:"Atalhos de teclado",localRecording:"Mostrar ou ocultar controles de grava\xe7\xe3o local",mute:"Deixar mudo ou n\xe3o o microfone",pushToTalk:"Pressione para falar",raiseHand:"Erga ou baixe sua m\xe3o",showSpeakerStats:"Exibir estat\xedsticas do alto falante",toggleChat:"Abrir ou fechar o painel de bate-papo",toggleFilmstrip:"Mostrar ou ocultar miniaturas de v\xeddeo",toggleParticipantsPane:"Exibir ou ocultar o quadro de participantes",toggleScreensharing:"Trocar entre c\xe2mera e compartilhamento de tela",toggleShortcuts:"Mostrar ou ocultar atalhos de teclado",videoMute:"Iniciar ou parar sua c\xe2mera"},largeVideo:{screenIsShared:"Voc\xea est\xe1 compartilhando sua tela",showMeWhatImSharing:"Me mostre o que estou compartilhando"},liveStreaming:{busy:"Estamos trabalhando para liberar os recursos de transmiss\xe3o. Tente novamente em alguns minutos.",busyTitle:"Todas as transmiss\xf5es est\xe3o atualmente ocupadas",changeSignIn:"Alternar contas.",choose:"Escolha uma transmiss\xe3o ao vivo",chooseCTA:"Escolha uma op\xe7\xe3o de transmiss\xe3o. Voc\xea est\xe1 conectado atualmente como {{email}}.",enterStreamKey:"Insira sua chave de transmiss\xe3o ao vivo do YouTube aqui.",error:"Falha na transmiss\xe3o ao vivo. Tente de novo.",errorAPI:"Ocorreu um erro ao acessar suas transmiss\xf5es do YouTube. Por favor tente logar novamente.",errorLiveStreamNotEnabled:"Transmiss\xe3o ao vivo n\xe3o est\xe1 ativada em {{email}}. Ative a transmiss\xe3o ao vivo ou registre numa conta com transmiss\xe3o ao vivo ativada.",expandedOff:"A transmiss\xe3o ao vivo foi encerrada",expandedOn:"A reuni\xe3o est\xe1 sendo transmitida pelo YouTube.",expandedPending:"Iniciando a transmiss\xe3o ao vivo...",failedToStart:"Falha ao iniciar a transmiss\xe3o ao vivo",getStreamKeyManually:"N\xe3o conseguimos buscar nenhuma transmiss\xe3o ao vivo. Tente obter sua chave de transmiss\xe3o ao vivo no YouTube.",googlePrivacyPolicy:"Pol\xedtica de Privacidade do Google",inProgress:"Grava\xe7\xe3o ou live streaming em andamento",invalidStreamKey:"A senha para transmiss\xe3o ao vivo pode estar incorreta.",limitNotificationDescriptionNative:"Sua transmiss\xe3o ser\xe1 limitada a {{limit}} minutos. Para transmiss\xe3o ilimitada tente {{app}}.",limitNotificationDescriptionWeb:"Devido a alta demanda sua transmiss\xe3o ser\xe1 limitada a {{limit}} minutos. Para transmiss\xe3o ilimitada tente {{app}}.",off:"Transmiss\xe3o ao vivo encerrada",offBy:"{{name}} parou a transmiss\xe3o ao vivo",on:"Transmiss\xe3o ao Vivo",onBy:"{{name}} iniciou a transmiss\xe3o ao vivo",pending:"Iniciando Transmiss\xe3o ao Vivo...",serviceName:"Servi\xe7o de Transmiss\xe3o ao Vivo",sessionAlreadyActive:"Esta sess\xe3o j\xe1 est\xe1 sendo gravada ou em live streaming.",signIn:"Fa\xe7a login no Google",signInCTA:"Fa\xe7a login ou insira sua chave de transmiss\xe3o ao vivo do YouTube.",signOut:"Sair",signedInAs:"Voc\xea est\xe1 conectado como:",start:"Iniciar uma transmiss\xe3o ao vivo",streamIdHelp:"O que \xe9 isso?",title:"Transmiss\xe3o ao vivo",unavailableTitle:"Transmiss\xe3o ao vivo indispon\xedvel",youtubeTerms:"Termos de servi\xe7os do YouTube"},lobby:{admit:"Aceitar",admitAll:"Aceitar todos",backToKnockModeButton:"Sem senha, pe\xe7a para se juntar",chat:"Chat",dialogTitle:"Modo sala de espera",disableDialogContent:"O modo sala de espera est\xe1 habilitado. Este recurso evita que particpantes n\xe3o convidados juntem-se \xe0 sua confer\xeancia. Deseja desabilitar?",disableDialogSubmit:"Desabilitar",emailField:"Informe seu email",enableDialogPasswordField:"Definir senha (opcional)",enableDialogSubmit:"Habilitar",enableDialogText:"O modo sala de espera protege a sua confer\xeancia, permitindo a entrada de participantes apenas ap\xf3s a aprova\xe7\xe3o formal do moderador.",enterPasswordButton:"Informe a senha da confer\xeancia",enterPasswordTitle:"Informe a senha para se juntar \xe0 confer\xeancia",errorMissingPassword:"Por favor informe a senha da confer\xeancia",invalidPassword:"Senha inv\xe1lida",joinRejectedMessage:"Sua solicita\xe7\xe3o de participa\xe7\xe3o foi rejeitada pelo moderador.",joinRejectedTitle:"Solicita\xe7\xe3o de participa\xe7\xe3o recusada",joinTitle:"Junte-se \xe0 confer\xeancia",joinWithPasswordMessage:"Tentando entrar com a senha, por favor aguarde...",joiningMessage:"Voc\xea se juntar\xe1 \xe0 confer\xeancia t\xe3o logo algu\xe9m aprove sua solicita\xe7\xe3o",joiningTitle:"Pedindo para se juntar \xe0 confer\xeancia...",joiningWithPasswordTitle:"Participando com senha...",knockButton:"Pe\xe7a para participar",knockTitle:"Algu\xe9m deseja participar da confer\xeancia",knockingParticipantList:"Remover lista de participantes",lobbyChatStartedNotification:"{{moderator}} iniciou uma conversa na sala de espera com {{attendee}}",lobbyChatStartedTitle:"{{moderator}} iniciou uma conversa na sala de espera com voc\xea.",nameField:"Informe seu nome",notificationLobbyAccessDenied:"{{targetParticipantName}} foi rejeitado por {{originParticipantName}}",notificationLobbyAccessGranted:"{{targetParticipantName}} foi aceito por {{originParticipantName}}",notificationLobbyDisabled:"Sala de espera foi desabilitada por {{originParticipantName}}",notificationLobbyEnabled:"Sala de espera foi habilitada por {{originParticipantName}}",notificationTitle:"Sala de espera",passwordField:"Informe a senha da confer\xeancia",passwordJoinButton:"Solicitar",reject:"Rejeitar",rejectAll:"Rejeitar todos",title:"Sala de espera",toggleLabel:"Habilitar sala de espera"},localRecording:{clientState:{off:"Desligado",on:"Ligado",unknown:"Desconhecido"},dialogTitle:"Controles da Grava\xe7\xe3o Local",duration:"Dura\xe7\xe3o",durationNA:"N/D",encoding:"Codificando",label:"LOR",labelToolTip:"Grava\xe7\xe3o local ativada",localRecording:"Grava\xe7\xe3o local",me:"Eu",messages:{engaged:"Grava\xe7\xe3o local iniciada.",finished:"Sess\xe3o de grava\xe7\xe3o {{token}} terminada. Por favor, envie o arquivo gravado para o moderador.",finishedModerator:"Sess\xe3o de grava\xe7\xe3o {{token}} terminada. A grava\xe7\xe3o da faixa local foi salva. Por favor, pe\xe7a aos outros participantes para enviar suas grava\xe7\xf5es.",notModerator:"Voc\xea n\xe3o \xe9 o moderador. Voc\xea n\xe3o pode iniciar ou parar a grava\xe7\xe3o local."},moderator:"Moderador",no:"N\xe3o",participant:"Participante",participantStats:"Estat\xedsticas dos Participantes",selectTabTitle:"\ud83c\udfa5 Por favor selecione esta aba para gravar",sessionToken:"Token de Sess\xe3o",start:"Iniciar grava\xe7\xe3o",stop:"Parar a Grava\xe7\xe3o",yes:"Sim"},lockRoomPassword:"senha",lockRoomPasswordUppercase:"Senha",lonelyMeetingExperience:{button:"Convidar outros",youAreAlone:"Voc\xea \xe9 o \xfanico na reuni\xe3o"},me:"eu",notify:{OldElectronAPPTitle:"Vulnerabilidade de seguran\xe7a!",allowAction:"Permitir",allowedUnmute:"Voc\xea pode religar seu microfone, ativar sua c\xe2mera ou compartilhar sua tela.",audioUnmuteBlockedDescription:"A libera\xe7\xe3o do microfone foi temporariamente bloqueada devido a limites do sistema.",audioUnmuteBlockedTitle:"Microfone bloqueado!",chatMessages:"Mensagens do chat",connectedOneMember:"{{name}} entrou na reuni\xe3o",connectedThreePlusMembers:"{{name}} e outros {{count}} entraram na reuni\xe3o",connectedTwoMembers:"{{first}} e {{second}} entraram na reuni\xe3o",dataChannelClosed:"Qualidade do v\xeddeo prejudicada",dataChannelClosedDescription:"O canal da ponte foi desconectado, assim a qualidade do v\xeddeo foi limitada a sua configura\xe7\xe3o mais baixa.",disabledIframe:"Incorpora\xe7\xe3o destina-se apenas a fins de demonstra\xe7\xe3o, assim esta chamada ser\xe1 desconectada em {{timeout}} minutos.",disconnected:"desconectado",displayNotifications:"Exibir notifica\xe7\xf5es para",dontRemindMe:"N\xe3o me lembrar",focus:"Foco da confer\xeancia",focusFail:"{{component}} n\xe3o dispon\xedvel - tente em {{ms}} seg",gifsMenu:"GIPHY",groupTitle:"Notifica\xe7\xf5es",hostAskedUnmute:"O anfitri\xe3o deseja que voc\xea ative o som",invitedOneMember:"{{name}} foi convidado(a)",invitedThreePlusMembers:"{{name}} e {{count}} outros foram convidados",invitedTwoMembers:"{{first}} e {{second}} foram convidados",joinMeeting:"Participar",kickParticipant:"{{kicked}} foi removido por {{kicker}}",leftOneMember:"{{name}} saiu da reuni\xe3o",leftThreePlusMembers:"{{name}} e muitos outros sa\xedram da reuni\xe3o",leftTwoMembers:"{{first}} e {{second}} sa\xedram da reuni\xe3o",linkToSalesforce:"Link para Salesforce",linkToSalesforceDescription:"Voc\xea pode vincular o sum\xe1rio da reuni\xe3o a um objeto do Salesforce.",linkToSalesforceError:"Falha ao vincular reuni\xe3o ao Salesforce",linkToSalesforceKey:"Vincular esta reuni\xe3o",linkToSalesforceProgress:"Vinculando reuni\xe3o ao Salesforce...",linkToSalesforceSuccess:"A reuni\xe3o foi vinculada ao Salesforce",localRecordingStarted:"{{name}} iniciou uma grava\xe7\xe3o local.",localRecordingStopped:"{{name}} parou uma grava\xe7\xe3o local.",me:"Eu",moderationInEffectCSDescription:"Levante a m\xe3o se quiser compartilhar seu v\xeddeo",moderationInEffectCSTitle:"O compartilhamento de conte\xfado foi desativado pelo moderador",moderationInEffectDescription:"Levante a m\xe3o se quiser falar",moderationInEffectTitle:"O microfone foi silenciado pelo moderador",moderationInEffectVideoDescription:"Levante a m\xe3o se quiser que seu v\xeddeo fique vis\xedvel",moderationInEffectVideoTitle:"O v\xeddeo foi desativado pelo moderador",moderationRequestFromModerator:"O anfitri\xe3o deseja que voc\xea ative o som",moderationRequestFromParticipant:"Quer falar",moderationStartedTitle:"Modera\xe7\xe3o iniciada",moderationStoppedTitle:"Modera\xe7\xe3o encerrada",moderationToggleDescription:"por {{participantDisplayName}}",moderator:"Direitos de moderador concedidos!",muted:"Voc\xea iniciou uma conversa em mudo.",mutedRemotelyDescription:"Voc\xea sempre pode ativar o som quando estiver pronto para falar. Retire o som quando terminar para manter o ru\xeddo longe da reuni\xe3o.",mutedRemotelyTitle:"Voc\xea foi silenciado por {{participantDisplayName}}!",mutedTitle:"Voc\xea est\xe1 mudo!",newDeviceAction:"Usar",newDeviceAudioTitle:"Novo dispositivo de \xe1udio detectado",newDeviceCameraTitle:"Nova c\xe2mera detectada",noiseSuppressionDesktopAudioDescription:"A supress\xe3o de ru\xeddo n\xe3o pode ser habilitada enquanto compartilha o \xe1udio da \xe1rea de trabalho. Por favor desabilite e tente novamente.",noiseSuppressionFailedTitle:"Falha ao iniciar a supress\xe3o de ru\xeddo",noiseSuppressionNoTrackDescription:"Por favor ative o microfone antes.",noiseSuppressionStereoDescription:"Supress\xe3o de ru\xeddo de \xe1udio est\xe9reo n\xe3o \xe9 suportado no momento.",oldElectronClientDescription1:"Voc\xea est\xe1 usando um vers\xe3o antiga do cliente Jitsi Meet que possui uma conhecida vulnerabilidade de seguran\xe7a. Por favor tenha certeza de atulizar para a nossa ",oldElectronClientDescription2:"\xfaltima vers\xe3o",oldElectronClientDescription3:" agora!",participantWantsToJoin:"Deseja entrar na reuni\xe3o",participantsWantToJoin:"Desejam entrar na reuni\xe3o",passwordRemovedRemotely:"$t(lockRoomPasswordUppercase) removido por outro participante",passwordSetRemotely:"$t(lockRoomPasswordUppercase) definido por outro participante",raiseHandAction:"Levantar a m\xe3o",raisedHand:"{{name}} gostaria de falar.",raisedHands:"{{participantName}} e {{raisedHands}} outras pessoas",reactionSounds:"Desabilitar sons",reactionSoundsForAll:"Desabilitar sons para todos",screenShareNoAudio:"O compartilhamento de \xe1udio n\xe3o foi selecionado na tela de escolha de janela.",screenShareNoAudioTitle:"Compartilhamento de \xe1udio n\xe3o selecionado",screenSharingAudioOnlyDescription:"Por favor perceba que ao compartilhar sua tela voc\xea estar\xe1 afetando o modo de \"Melhor performance\" e ir\xe1 usar mais banda de rede.",screenSharingAudioOnlyTitle:"Modo de \"Melhor performance\"",selfViewTitle:"Voc\xea pode habilitar a auto-visualiza\xe7\xe3o nas configura\xe7\xf5es a qualquer momento",somebody:"Algu\xe9m",startSilentDescription:"Volte \xe0 reuni\xe3o para habilitar o \xe1udio",startSilentTitle:"Voc\xea entrou sem sa\xedda de \xe1udio!",suboptimalBrowserWarning:"Tememos que sua experi\xeancia de reuni\xe3o n\xe3o seja t\xe3o boa aqui. Estamos procurando maneiras de melhorar isso, mas at\xe9 ent\xe3o, tente usar um dos navegadores completamente suportados.",suboptimalExperienceTitle:"Alerta do navegador",unmute:"Ativar som",videoMutedRemotelyDescription:"Voc\xea pode ativar sua c\xe2mera a qualquer momento.",videoMutedRemotelyTitle:"Sua c\xe2mera foi desativada por {{participantDisplayName}}!",videoUnmuteBlockedDescription:"A libera\xe7\xe3o da c\xe2mera e compartilhamento de tela foram temporariamente bloqueados devido a limites do sistema.",videoUnmuteBlockedTitle:"C\xe2mera e compartilhamento de tela bloqueados!",viewLobby:"Ver sala de espera",waitingParticipants:"{{waitingParticipants}} pessoas"},participantsPane:{actions:{allow:"Permitir aos participantes:",allowVideo:"Permitir v\xeddeo",askUnmute:"Pedir para ativar som",audioModeration:"Reativarem seus sons",blockEveryoneMicCamera:"Bloquear microfone e c\xe2mera de todos",invite:"Convidar algu\xe9m",moreModerationActions:"Mais op\xe7\xf5es de modera\xe7\xe3o",moreModerationControls:"Mais controles de modera\xe7\xe3o",moreParticipantOptions:"Mais op\xe7\xf5es de participante",mute:"Silenciar",muteAll:"Silenciar todos",muteEveryoneElse:"Silenciar todos os demais",stopEveryonesVideo:"Parar v\xeddeo de todos",stopVideo:"Parar v\xeddeo",unblockEveryoneMicCamera:"Desbloquear microfone e c\xe2mera de todos",videoModeration:"Ativarem seus v\xeddeos"},close:"Fechar",headings:{lobby:"Sala de espera ({{count}})",participantsList:"Participantes da reuni\xe3o ({{count}})",visitors:"Visitantes ({{count}})",waitingLobby:"Aguardando na sala de espera ({{count}})"},search:"Buscar participantes",title:"Participantes"},passwordDigitsOnly:"At\xe9 {{number}} d\xedgitos",passwordSetRemotely:"Definido por outro participante",pinParticipant:"{{participantName}} - Fixar",pinnedParticipant:"O participante est\xe1 fixado",polls:{answer:{skip:"Desistir",submit:"Enviar"},by:"Por {{ name }}",create:{addOption:"Adicionar op\xe7\xe3o",answerPlaceholder:"Op\xe7\xe3o {{index}}",cancel:"Cancelar",create:"Iniciar uma vota\xe7\xe3o",pollOption:"Op\xe7\xe3o {{index}}",pollQuestion:"Pergunta",questionPlaceholder:"Fa\xe7a uma pergunta",removeOption:"Remover op\xe7\xe3o",send:"Enviar"},notification:{description:"Abra a aba das vota\xe7\xf5es para votar",title:"Uma nova vota\xe7\xe3o foi iniciada nesta confer\xeancia"},results:{changeVote:"Mudar voto",empty:"N\xe3o h\xe1 vota\xe7\xf5es nesta reuni\xe3o por enquanto. Inicie uma vota\xe7\xe3o aqui!",hideDetailedResults:"Ocultar detalhes",showDetailedResults:"Mostrar detalhes",vote:"Voto"}},poweredby:"distribu\xeddo por",prejoin:{audioAndVideoError:"Erro de \xe1udio e v\xeddeo error:",audioDeviceProblem:"Tem um problema com seu dispositivo de \xe1udio",audioOnlyError:"Erro de \xe1udio:",audioTrackError:"N\xe3o \xe9 poss\xedvel criar a faixa de \xe1udio.",callMe:"Me ligue",callMeAtNumber:"Me ligue nesse n\xfamero:",calling:"Ligando",configuringDevices:"Configurando dispositivos...",connectedWithAudioQ:"Voc\xea est\xe1 conectado com \xe1udio?",connection:{good:"Sua conex\xe3o com a internet parece boa!",nonOptimal:"Sua conex\xe3o com a internet n\xe3o \xe9 boa",poor:"Voc\xea tem uma conex\xe3o a internet ruim"},connectionDetails:{audioClipping:"Espera-se um \xe1udio que pique.",audioHighQuality:"Espera-se um \xe1udio de excelente qualidade.",audioLowNoVideo:"Espera-se uma qualidade baixa de \xe1udio e sem v\xeddeo.",goodQuality:"Muito bom! Qualidade da m\xeddia ser\xe1 muito boa.",noMediaConnectivity:"N\xe3o conseguimos estabelcer conex\xe3o com as m\xeddias para o teste. Normalmente \xe9 um problema de firewall ou NAT.",noVideo:"Espera-se um v\xeddeo de qualidade ruim.",undetectable:"Se voc\xea continuar fazendo a chamada no browser, recomenda-se que o alto-falante, microfones e c\xe2mera estejam corretamente configurados, que voc\xea permitiu que o browser acesse seu microfone e c\xe2mera, e o browser esteja atualizado. Se ainda assim tenha problemas na chamada, contacte o desenvolvedor da aplica\xe7\xe3o.",veryPoorConnection:"Espera-se que a qualidade da chamada seja ruim.",videoFreezing:"Espera-se um v\xeddeo congelado, preto ou pixelado.",videoHighQuality:"Espera-se um v\xeddeo de boa qualidade.",videoLowQuality:"Espera-se um v\xeddeo de baixa qualidade em termos de taxa de frame e resolu\xe7\xe3o.",videoTearing:"Espera-se um v\xeddeo pixelado ou com artefatos visuais."},copyAndShare:"Copiar e compartilhar o link da reuni\xe3o",dialInMeeting:"Discar para a reuni\xe3o",dialInPin:"Discar para a reuni\xe3o e inserir o c\xf3digo PIN:",dialing:"Discando",doNotShow:"N\xe3o mostre esta tela novamente",errorDialOut:"N\xe3o \xe9 poss\xedvel discar",errorDialOutDisconnected:"N\xe3o \xe9 poss\xedvel discar. Desconectando",errorDialOutFailed:"N\xe3o \xe9 poss\xedvel discar. Chamada finalizada",errorDialOutStatus:"Erro ao tentar discar",errorMissingName:"Por favor entre com seu nome para participar da reuni\xe3o",errorNoPermissions:"Voc\xea precisa permitir acesso ao microfone e \xe0 c\xe2mera",errorStatusCode:"Erro ao discar, c\xf3digo de estado: {{status}}",errorValidation:"Valida\xe7\xe3o do n\xfamero falhou",iWantToDialIn:"Eu quere discar",initiated:"Chamada iniciada",joinAudioByPhone:"Participar com o \xe1udio via liga\xe7\xe3o",joinMeeting:"Participar da reuni\xe3o",joinMeetingInLowBandwidthMode:"Participar no modo de banda baixa",joinWithoutAudio:"Participar sem \xe1udio",keyboardShortcuts:"Habilitar atalhos de teclado",linkCopied:"Link copiado para a \xe1rea de transfer\xeancia",lookGood:"Seu microfone est\xe1 funcionando corretamente",or:"ou",premeeting:"Pr\xe9-reuni\xe3o",proceedAnyway:"Prosseguir mesmo assim",screenSharingError:"Erro de compartilhamento de tela:",showScreen:"Habilitar tela pr\xe9-reuni\xe3o",startWithPhone:"Iniciar com o \xe1udio da liga\xe7\xe3o",unsafeRoomConsent:"Eu entendo os riscos, desejo ingressar na reuni\xe3o",videoOnlyError:"Erro de v\xeddeo:",videoTrackError:"N\xe3o \xe9 poss\xedvel criar faixa de v\xeddeo.",viewAllNumbers:"veja todos os n\xfameros"},presenceStatus:{busy:"Ocupado",calling:"Chamando...",connected:"Conectado",connecting:"Conectando...",connecting2:"Conectando*...",disconnected:"Desconectado",expired:"Expirado",ignored:"Ignorado",initializingCall:"Iniciando Chamada...",invited:"Convidar",rejected:"Rejeitado",ringing:"Tocando..."},profile:{avatar:"avatar",setDisplayNameLabel:"Definir seu nome de exibi\xe7\xe3o",setEmailInput:"Digite email",setEmailLabel:"Definir seu email de Gravatar",title:"Perfil"},raisedHand:"Gostaria de falar",raisedHandsLabel:"N\xfamero de m\xe3os levantadas",record:{already:{linked:"A reuni\xe3o j\xe1 est\xe1 vinculada a este objeto do Salesforce"},type:{account:"Conta",contact:"Contato",lead:"Lead",opportunity:"Oportunidade",owner:"Propriet\xe1rio"}},recording:{authDropboxText:"Enviar para o Dropbox",availableSpace:"Espa\xe7o dispon\xedvel: {{spaceLeft}} MB (aproximadamente {{duration}} minutos de grava\xe7\xe3o)",beta:"BETA",busy:"Estamos trabalhando para liberar recursos de grava\xe7\xe3o. Tente novamente em alguns minutos.",busyTitle:"Todas as grava\xe7\xf5es est\xe3o atualmente ocupadas",copyLink:"Copiar Link",error:"A grava\xe7\xe3o falhou. Tente novamente.",errorFetchingLink:"Erro ao buscar link da grava\xe7\xe3o.",expandedOff:"Grava\xe7\xe3o finalizada",expandedOn:"A reuni\xe3o est\xe1 sendo gravada.",expandedPending:"Iniciando grava\xe7\xe3o...",failedToStart:"Falha ao iniciar a grava\xe7\xe3o",fileSharingdescription:"Compartilhar grava\xe7\xe3o com participantes da reuni\xe3o",highlight:"Destaque",highlightMoment:"Momento de destaque",highlightMomentDisabled:"Voc\xea pode destacar momentos quando a grava\xe7\xe3o come\xe7ar",highlightMomentSuccess:"Momento destacado",highlightMomentSucessDescription:"Seu momento destacado ser\xe1 adicionado ao sum\xe1rio da reuni\xe3o.",inProgress:"Grava\xe7\xe3o ou live streaming em andamento",limitNotificationDescriptionNative:"Devido a demanda, sua grava\xe7\xe3o ficar\xe1 limitada a {{limit}} minutos. Para grava\xe7\xe3o ilimitada tente <3>{{app}}.",limitNotificationDescriptionWeb:"Devido a demanda, sua grava\xe7\xe3o ficar\xe1 limitada a {{limit}} minutos. Para grava\xe7\xe3o ilimitada tente {{app}}.",linkGenerated:"Geramos um link para sua grava\xe7\xe3o.",live:"AOVIVO",localRecordingNoNotificationWarning:"A grava\xe7\xe3o n\xe3o ser\xe1 anunciada aos outros participantes. Voc\xea precisar\xe1 avis\xe1-los que a reuni\xe3o est\xe1 sendo gravada.",localRecordingNoVideo:"O v\xeddeo n\xe3o est\xe1 sendo gravado",localRecordingStartWarning:"Por favor, certifique-se de ter parado a grava\xe7\xe3o antes de sair da reuni\xe3o para garantir que ser\xe1 salva.",localRecordingStartWarningTitle:"Parar a grava\xe7\xe3o para salv\xe1-la",localRecordingVideoStop:"Ao parar o seu v\xeddeo a grava\xe7\xe3o local tamb\xe9m ser\xe1 parada. Tem certeza que deseja continuar?",localRecordingVideoWarning:"Para gravar o seu v\xeddeo voc\xea precisa ativ\xe1-lo antes de inicar a grava\xe7\xe3o",localRecordingWarning:"Tenha certeza de selecionar a aba atual para usar o \xe1udio e v\xeddeo corretos. A grava\xe7\xe3o est\xe1 atualmente limitada a 1GB, que corresponde a aproximadamente 100 minutos.",loggedIn:"Conectado como {{userName}}",noMicPermission:"Trilha para o microfone n\xe3o p\xf4de ser criada. Por favor conceda permiss\xe3o para usar o microfone.",noStreams:"Nenhum fluxo de \xe1udio ou v\xeddeo detectado.",off:"Grava\xe7\xe3o parada",offBy:"{{name}} parou a grava\xe7\xe3o",on:"Gravando",onBy:"{{name}} iniciou a grava\xe7\xe3o",onlyRecordSelf:"Gravar apenas o meu fluxo de \xe1udio e v\xeddeo",pending:"Preparando para gravar a reuni\xe3o...",rec:"REC",saveLocalRecording:"Salvar o arquivo de grava\xe7\xe3o localmente (Beta)",serviceDescription:"Sua grava\xe7\xe3o ser\xe1 salva pelo servi\xe7o de grava\xe7\xe3o",serviceDescriptionCloud:"Grava\xe7\xe3o na nuvem",serviceDescriptionCloudInfo:"Reuni\xf5es gravadas s\xe3o removidas automaticamente 24h ap\xf3s a hora da grava\xe7\xe3o.",serviceName:"Servi\xe7o de grava\xe7\xe3o",sessionAlreadyActive:"Esta sess\xe3o j\xe1 est\xe1 sendo gravada ou em live streaming",signIn:"Entrar",signOut:"Sair",surfaceError:"Por favor selecione a aba atual.",title:"Gravando",unavailable:"Oops! O {{serviceName}} est\xe1 indispon\xedvel. Estamos trabalhando para resolver o problema. Por favor, tente mais tarde.",unavailableTitle:"Grava\xe7\xe3o indispon\xedvel",uploadToCloud:"Enviar para a nuvem"},screenshareDisplayName:"Tela: {{name}}",sectionList:{pullToRefresh:"Puxe para atualizar"},security:{about:"Voc\xea pode adicionar $t(lockRoomPassword) a sua reuni\xe3o. Participantes ter\xe3o que fornecer $t(lockRoomPassword) antes de entrar na reuni\xe3o.",aboutReadOnly:"Moderadores podem adicionar $t(lockRoomPassword) \xe0 reuni\xe3o. Participantes ter\xe3o que fornecer $t(lockRoomPassword) antes de entrar na reuni\xe3o.",insecureRoomNameWarningNative:"O nome da sala \xe9 n\xe3o \xe9 seguro. Participantes n\xe3o desejados podem ingressar na reuni\xe3o. {{recommendAction}} Saiba mais sobre como proteger sua reuni\xe3o ",insecureRoomNameWarningWeb:"O nome da sala \xe9 n\xe3o \xe9 seguro. Participantes n\xe3o desejados podem ingressar na reuni\xe3o. {{recommendAction}} Saiba mais sobre como proteger sua reuni\xe3o aqui.",title:"Op\xe7\xf5es de seguran\xe7a",unsafeRoomActions:{meeting:"Considere usar o bot\xe3o de seguran\xe7a para proteger sua reuni\xe3o.",prejoin:"Considere usar um nome de reuni\xe3o n\xe3o-comum.",welcome:"Considere usar um nome de reuni\xe3o n\xe3o-comum ou selecione um das sugest\xf5es."}},settings:{audio:"\xc1udio",buttonLabel:"Configura\xe7\xf5es",calendar:{about:"A integra\xe7\xe3o do calend\xe1rio {{appName}} \xe9 usada para acessar com seguran\xe7a o seu calend\xe1rio para que ele possa ler os pr\xf3ximos eventos.",disconnect:"Desconectar",microsoftSignIn:"Entrar com Microsoft",signedIn:"Atualmente acessando eventos do calend\xe1rio para {{email}}. Clique no bot\xe3o Desconectar abaixo para parar de acessar os eventos da agenda.",title:"Calend\xe1rio"},desktopShareFramerate:"Taxa de quadros do compartilhamento de desktop",desktopShareHighFpsWarning:"Uma taxa de quadros mais alta para compartilhamento de desktop pode afetar sua largura de banda. Voc\xea precisa reiniciar o compartilhamento de tela para que as novas configura\xe7\xf5es tenham efeito.",desktopShareWarning:"Voc\xea precisa reiniciar o compartilhamento de tela para que as novas configura\xe7\xf5es tenham efeito.",devices:"Dispositivos",followMe:"Todos me seguem",framesPerSecond:"quadros por segundo",incomingMessage:"Mensagem recebida",language:"Idioma",loggedIn:"Conectado como {{name}}",maxStageParticipants:"N\xfamero m\xe1ximo de participantes que podem ser fixados no palco principal (EXPERIMENTAL)",microphones:"Microfones",moderator:"Moderador",moderatorOptions:"Op\xe7\xf5es de moderador",more:"Mais",name:"Nome",noDevice:"Nenhum",notifications:"Notifica\xe7\xf5es",participantJoined:"Participante entrou",participantKnocking:"Participante entrou na sala de espera",participantLeft:"Participante saiu",playSounds:"Tocar sons",reactions:"Rea\xe7\xf5es da reuni\xe3o",sameAsSystem:"Igual ao sistema ({{label}})",selectAudioOutput:"Sa\xedda de \xe1udio",selectCamera:"C\xe2mera",selectMic:"Microfone",selfView:"Auto-visualiza\xe7\xe3o",shortcuts:"Atalhos",speakers:"Alto-faltantes",startAudioMuted:"Todos iniciam mudos",startReactionsMuted:"Silenciar sons de rea\xe7\xf5es para todos",startVideoMuted:"Todos iniciam ocultos",talkWhileMuted:"Falar mesmo silenciado",title:"Configura\xe7\xf5es",video:"V\xeddeo"},settingsView:{advanced:"Avan\xe7ado",alertCancel:"Cancelar",alertOk:"OK",alertTitle:"Aten\xe7\xe3o",alertURLText:"A URL digitada do servidor \xe9 inv\xe1lida",buildInfoSection:"Informa\xe7\xf5es de compila\xe7\xe3o",conferenceSection:"Confer\xeancia",disableCallIntegration:"Desativar integra\xe7\xe3o de chamada nativa",disableCrashReporting:"Desabilitar aviso de falha",disableCrashReportingWarning:"Tem certeza eue quer desabilitar o aviso de falha? A op\xe7\xe3o ser\xe1 habilitada ap\xf3s reiniciar o app.",disableP2P:"Desativar modo ponto a ponto",displayName:"Nome de exibi\xe7\xe3o",displayNamePlaceholderText:"Ex: Jo\xe3o Silva",email:"Email",emailPlaceholderText:"email@exemplo.com.br",goTo:"Ir para",header:"Configura\xe7\xf5es",help:"Ajuda",links:"Links",privacy:"Privacidade",profileSection:"Perfil",serverURL:"URL do servidor",showAdvanced:"Mostrar configura\xe7\xf5es avan\xe7adas",startCarModeInLowBandwidthMode:"Iniciar modo carro em modo de banda baixa",startWithAudioMuted:"Iniciar sem \xe1udio",startWithVideoMuted:"Iniciar sem v\xeddeo",terms:"Termos",version:"Vers\xe3o"},share:{dialInfoText:"\n\n=====\n\nDeseja apenas discar no seu telefone?\n\n{{defaultDialInNumber}}Clique neste link para ver os n\xfameros de telefone para esta reuni\xe3o\n{{dialInfoPageUrl}}",mainText:"Clique no seguinte link para entrar na reuni\xe3o:\n{{roomUrl}}"},speaker:"Alto-falantes",speakerStats:{angry:"Zangado",disgusted:"Com nojo",displayEmotions:"Exibir emo\xe7\xf5es",fearful:"Com medo",happy:"Feliz",hours:"{{count}}h",minutes:"{{count}}m",name:"Nome",neutral:"Neutro",sad:"Triste",search:"Busca",seconds:"{{count}}s",speakerStats:"Estat\xedsticas do apresentador",speakerTime:"Tempo do apresentador",surprised:"Surpreso"},startupoverlay:{genericTitle:"A reuni\xe3o precisa usar seu microfone e c\xe2mera.",policyText:" ",title:"O {{app}} precisa usar seu microfone e c\xe2mera."},suspendedoverlay:{rejoinKeyTitle:"Reconectar",text:"Pressione o bot\xe3o Reentrar para reconectar.",title:"Sua chamada de v\xeddeo foi interrompida, porque seu computador foi dormir."},termsView:{title:"Termos"},toggleTopPanelLabel:"Alternar painel superior",toolbar:{Settings:"Configura\xe7\xf5es",accessibilityLabel:{Settings:"Alternar configura\xe7\xf5es",audioOnly:"Alternar para apenas \xe1udio",audioRoute:"Selecionar o dispositivo de som",boo:"Vaia",breakoutRoom:"Entrar/sair da sala de apoio",callQuality:"Gerenciar qualidade do v\xeddeo",carmode:"Modo carro",cc:"Alternar legendas",chat:"Alternar para janela de chat",clap:"Aplauso",closeChat:"Fechar chat",closeMoreActions:"Fechar o menu de mais a\xe7\xf5es",closeParticipantsPane:"Fechar painel de participantes",collapse:"Recolher",document:"Alternar para documento compartilhado",documentClose:"Fechar documento compartilhado",documentOpen:"Abrir documento compartilhado",download:"Baixe nossos aplicativos",embedMeeting:"Reuni\xe3o em formato compacto",endConference:"Terminar para todos",enterFullScreen:"Ver em tela-cheia",enterTileView:"Entrar na visualiza\xe7\xe3o em blocos",exitFullScreen:"Sair da tela-cheia",exitTileView:"Sair da visualiza\xe7\xe3o em blocos",expand:"Expandir",feedback:"Deixar feedback",fullScreen:"Alternar para tela cheia",giphy:"Alternar menu do GIPHY",grantModerator:"Atribuir Moderador",hangup:"Sair da chamada",heading:"Barra de ferramentas",help:"Ajuda",hideWhiteboard:"Ocultar quadro branco",invite:"Convidar pessoas",kick:"Remover participante",laugh:"Risada",leaveConference:"Sair da reuni\xe3o",like:"Gostei",linkToSalesforce:"Link com o Salesforce",lobbyButton:"Habilitar/desabilitar sala de espera",localRecording:"Alternar controles de grava\xe7\xe3o local",lockRoom:"Ativar/desativar senha de reuni\xe3o",lowerHand:"Abaixar a m\xe3o",moreActions:"Alternar mais menu de a\xe7\xf5es",moreActionsMenu:"Menu de mais a\xe7\xf5es",moreOptions:"Mostrar mais op\xe7\xf5es",mute:"Alternar mudo do \xe1udio",muteEveryone:"Silenciar todos",muteEveryoneElse:"Silenciar todos os demais",muteEveryoneElsesVideoStream:"Parar o v\xeddeo de todos os outros",muteEveryonesVideoStream:"Parar o v\xeddeo de todos",muteGUMPending:"Conectando seu microfone",noiseSuppression:"Supress\xe3o de ru\xeddo",openChat:"Abrir chat",participants:"Participantes",pip:"Alternar modo Picture-in-Picture",privateMessage:"Enviar mensagem privada",profile:"Editar seu perfil",raiseHand:"Alternar levantar a m\xe3o",reactions:"Rea\xe7\xf5es",reactionsMenu:"Abrir / fechar menu de rea\xe7\xf5es",recording:"Alternar grava\xe7\xe3o",remoteMute:"Silenciar participante",remoteVideoMute:"Desativar a c\xe2mera do participante",security:"Op\xe7\xf5es de seguran\xe7a",selectBackground:"Selecionar Fundo",selfView:"Alternar auto-visualiza\xe7\xe3o",shareRoom:"Convidar algu\xe9m",shareYourScreen:"Alternar compartilhamento de tela",shareaudio:"Compartilhar \xe1udio",sharedvideo:"Alternar compartilhamento de v\xeddeo",shortcuts:"Alternar atalhos",show:"Mostrar no palco",showWhiteboard:"Exibir quadro branco",silence:"Silenciar",speakerStats:"Alternar estat\xedsticas do apresentador",stopScreenSharing:"Parar de compartilhar sua tela",stopSharedVideo:"Parar v\xeddeo",surprised:"Surpresa",tileView:"Alternar visualiza\xe7\xe3o em blocos",toggleCamera:"Alternar c\xe2mera",toggleFilmstrip:"Alterar tira de filme",unmute:"Ativar som",videoblur:"Alternar desfoque de v\xeddeo",videomute:"Alternar mudo do v\xeddeo",videomuteGUMPending:"Conectando sua c\xe2mera",videounmute:"Ativar c\xe2mera"},addPeople:"Adicionar pessoas \xe0 sua chamada",audioOnlyOff:"Desabilitar modo de largura de banda baixa",audioOnlyOn:"Habilitar modo de largura de banda baixa",audioRoute:"Selecionar o dispositivo de som",audioSettings:"Configura\xe7\xf5es de \xe1udio",authenticate:"Autenticar",boo:"Vaia",callQuality:"Gerenciar qualidade do v\xeddeo",chat:"Abrir ou fechar o bate-papo",clap:"Aplauso",closeChat:"Fechar chat",closeParticipantsPane:"Fechar painel de participantes",closeReactionsMenu:"Fechar menu de rea\xe7\xf5es",disableNoiseSuppression:"Desabilitar supress\xe3o de ru\xeddo",disableReactionSounds:"Voc\xea pode desabilitar os sons de rea\xe7\xe3o para esta reuni\xe3o",documentClose:"Fechar documento compartilhado",documentOpen:"Abrir documento compartilhado",download:"Baixe nossos aplicativos",e2ee:"Encripta\xe7\xe3o ponto a ponto",embedMeeting:"Reuni\xe3o em formato compacto",enableNoiseSuppression:"Habilitar supress\xe3o de ru\xeddo",endConference:"Terminar para todos",enterFullScreen:"Ver em tela cheia",enterTileView:"Entrar em exibi\xe7\xe3o de bloco",exitFullScreen:"Sair da tela cheia",exitTileView:"Sair de exibi\xe7\xe3o de bloco",feedback:"Deixar feedback",giphy:"Alternar menu do GIPHY",hangup:"Sair",help:"Ajuda",hideWhiteboard:"Ocultar quadro branco",invite:"Convidar pessoas",joinBreakoutRoom:"Ingressar na sala de apoio",laugh:"Risada",leaveBreakoutRoom:"Sair da sala de apoio",leaveConference:"Sair da reuni\xe3o",like:"Gostei",linkToSalesforce:"Link com o Salesforce",lobbyButtonDisable:"Desabilitar sala de espera",lobbyButtonEnable:"Habilitar sala de espera",login:"Iniciar sess\xe3o",logout:"Encerrar sess\xe3o",lowerYourHand:"Baixar a m\xe3o",moreActions:"Mais a\xe7\xf5es",moreOptions:"Mais op\xe7\xf5es",mute:"Mudo / N\xe3o mudo",muteEveryone:"Silenciar todos",muteEveryonesVideo:"Desativar a c\xe2mera de todos",muteGUMPending:"Conectando seu microfone",noAudioSignalDesc:"Se voc\xea n\xe3o o desativou propositalmente das configura\xe7\xf5es do sistema ou do hardware, considere trocar o dispositivo.",noAudioSignalDescSuggestion:"Se voc\xea n\xe3o o desativou propositalmente das configura\xe7\xf5es do sistema ou do hardware, considere trocar para o dispositivo sugerido.",noAudioSignalDialInDesc:"Voc\xea tamb\xe9m pode discar usando:",noAudioSignalDialInLinkDesc:"Discar n\xfameros",noAudioSignalTitle:"N\xe3o h\xe1 entrada de \xe1udio vindo do seu microfone!",noiseSuppression:"Supress\xe3o de ru\xeddo",noisyAudioInputDesc:"Parece que o microfone est\xe1 fazendo barulho, considere silenciar ou alterar o dispositivo.",noisyAudioInputTitle:"O seu microfone parece estar barulhento!",openChat:"Abrir chat",openReactionsMenu:"Abrir menu de rea\xe7\xf5es",participants:"Participantes",pip:"Entrar em modo Quadro-a-Quadro",privateMessage:"Enviar mensagem privada",profile:"Editar seu perfil",raiseHand:"Erguer / Baixar sua m\xe3o",raiseYourHand:"Levantar a m\xe3o",reactionBoo:"Enviar rea\xe7\xe3o de vaia",reactionClap:"Enviar rea\xe7\xe3o de aplauso",reactionLaugh:"Enviar rea\xe7\xe3o de risada",reactionLike:"Enviar rea\xe7\xe3o de gostei",reactionSilence:"Enviar rea\xe7\xe3o de sil\xeancio",reactionSurprised:"Enviar rea\xe7\xe3o de surpresa",reactions:"Rea\xe7\xf5es",security:"Op\xe7\xf5es de seguran\xe7a",selectBackground:"Selecionar fundo",shareRoom:"Convidar algu\xe9m",shareaudio:"Compartilhar \xe1udio",sharedvideo:"Compartilhar um v\xeddeo",shortcuts:"Ver atalhos",showWhiteboard:"Exibir quadro branco",silence:"Sil\xeancio",speakerStats:"Estat\xedsticas do Apresentador",startScreenSharing:"Iniciar compart. de tela",startSubtitles:"Iniciar legendas",stopAudioSharing:"Parar compart. de \xe1udio",stopScreenSharing:"Parar compart. de tela",stopSharedVideo:"Parar v\xeddeo",stopSubtitles:"Parar legendas",surprised:"Surpresa",talkWhileMutedPopup:"Tentando falar? Voc\xea est\xe1 em mudo.",tileViewToggle:"Alternar visualiza\xe7\xe3o em blocos",toggleCamera:"Alternar c\xe2mera",unmute:"Ativar som",videoSettings:"Configura\xe7\xf5es de v\xeddeo",videomute:"Iniciar ou parar a c\xe2mera",videomuteGUMPending:"Conectando sua c\xe2mera",videounmute:"Ativar c\xe2mera"},transcribing:{ccButtonTooltip:"Iniciar/parar legendas",error:"Transcri\xe7\xe3o falhou. Tente novamente.",expandedLabel:"Transcri\xe7\xe3o ativada",failedToStart:"Transcri\xe7\xe3o falhou ao iniciar",labelToolTip:"A reuni\xe3o esta sendo transcrita",off:"Transcri\xe7\xe3o parada",pending:"Preparando a transcri\xe7\xe3o da reuni\xe3o...",sourceLanguageDesc:"No momento o idioma da reuni\xe3o est\xe1 definido para {{sourceLanguage}}.
Voc\xea pode alterar-lo ",sourceLanguageHere:"aqui",start:"Exibir legendas",stop:"N\xe3o exibir legendas",subtitles:"Legendas",subtitlesOff:"Desativadas",tr:"TR"},unpinParticipant:"{{participantName}} - Desafixar",userMedia:{androidGrantPermissions:"Selecione Permitir quando seu navegador perguntar pelas permiss\xf5es.",chromeGrantPermissions:"Selecione Permitir quando seu navegador perguntar pelas permiss\xf5es.",edgeGrantPermissions:"Selecione Sim quando seu navegador perguntar pelas permiss\xf5es.",electronGrantPermissions:"D\xea as permiss\xf5es para usar sua c\xe2mera e microfone",firefoxGrantPermissions:"Selecione Compartilhar Dispositivos Selecionados quando seu navegador perguntar pelas permiss\xf5es.",iexplorerGrantPermissions:"Selecione OK quando seu navegador perguntar pelas permiss\xf5es.",nwjsGrantPermissions:"D\xea as permiss\xf5es para usar sua c\xe2mera e microfone",operaGrantPermissions:"Selecione Permitir quando seu navegador perguntar pelas permiss\xf5es.","react-nativeGrantPermissions":"Selecione Permitir quando seu navegador perguntar pelas permiss\xf5es.",safariGrantPermissions:"Selecione OK quando seu navegador perguntar pelas permiss\xf5es."},videoSIPGW:{busy:"Estamos trabalhando para liberar recursos. Por favor, tente novamente em alguns minutos.",busyTitle:"O servi\xe7o da sala est\xe1 ocupado",errorAlreadyInvited:"{{displayName}} j\xe1 convidado",errorInvite:"A confer\xeancia ainda n\xe3o foi estabelecida. Por favor, tente mais tarde.",errorInviteFailed:"Estamos trabalhando para resolver o problema. Por favor, tente mais tarde.",errorInviteFailedTitle:"Convite para {{displayName}} falhou",errorInviteTitle:"Erro no convite da sala",pending:"{{displayName}} foi convidado"},videoStatus:{adjustFor:"Ajustar para:",audioOnly:"AUD",audioOnlyExpanded:"Voc\xea est\xe1 em modo de banda baixa. Neste modo, se recebe somente \xe1udio e compartilhamento de tela.",bestPerformance:"Melhor performance",callQuality:"Qualidade de v\xeddeo",hd:"HD",hdTooltip:"Ver v\xeddeo em alta defini\xe7\xe3o",highDefinition:"Alta defini\xe7\xe3o (HD)",highestQuality:"Alta qualidade",labelTooiltipNoVideo:"Sem v\xeddeo",labelTooltipAudioOnly:"Modo de largura de banda baixa habilitada",ld:"LD",ldTooltip:"Ver v\xeddeo em baixa defini\xe7\xe3o",lowDefinition:"Baixa defini\xe7\xe3o (LD)",performanceSettings:"Configura\xe7\xf5es de performance",recording:"Grava\xe7\xe3o em andamento",sd:"SD",sdTooltip:"Ver v\xeddeo em defini\xe7\xe3o padr\xe3o",standardDefinition:"Defini\xe7\xe3o padr\xe3o",streaming:"Streaming em andamento"},videothumbnail:{connectionInfo:"Informa\xe7\xf5es da Conex\xe3o",domute:"Mudo",domuteOthers:"Silenciar todos os demais",domuteVideo:"Desativar a c\xe2mera",domuteVideoOfOthers:"Desativar a c\xe2mera de todos os demais",flip:"Inverter",grantModerator:"Atribuir Moderador",hideSelfView:"Ocultar auto-visualiza\xe7\xe3o",kick:"Remover",mirrorVideo:"Espelhar meu v\xeddeo",moderator:"Moderador",mute:"Participante est\xe1 mudo",muted:"Mudo",pinToStage:"Fixar no palco",remoteControl:"Controle remoto",screenSharing:"O participante est\xe1 compartilhando sua tela",show:"Mostrar no palco",showSelfView:"Exibir auto-visualiza\xe7\xe3o",unpinFromStage:"Desafixar",verify:"Verificar participante",videoMuted:"C\xe2mera desativada",videomute:"O participante parou a c\xe2mera"},virtualBackground:{addBackground:"Adicionar novo fundo",apply:"Aplicar",backgroundEffectError:"Falha ao aplicar efeito de fundo.",blur:"Desfoque",deleteImage:"Excluir imagem",desktopShare:"Compartilhar desktop",desktopShareError:"N\xe3o foi poss\xedvel compartilhar o desktop",image1:"Praia",image2:"Parede branca neutra",image3:"Quarto branco vazio",image4:"Lumin\xe1ria preta",image5:"Montanha",image6:"Floresta",image7:"Alvorada",none:"Nenhum",pleaseWait:"Aguarde...",removeBackground:"Remover fundo",slightBlur:"Desfoque suave",title:"Fundos virtuais",uploadedImage:"Imagem enviada {{index}}",webAssemblyWarning:"N\xe3o h\xe1 suporte para WebAssembly",webAssemblyWarningDescription:"WebAssembly desativado ou n\xe3o suportado neste navegador"},visitors:{chatIndicator:"(visitante)",labelTooltip:"N\xfamero de visitantes: {{count}}",notification:{description:"Para participar levante a m\xe3o",title:"Voc\xea \xe9 um visitante na reuni\xe3o"}},volumeSlider:"Controle de volume",welcomepage:{accessibilityLabel:{join:"Toque para entrar",roomname:"Digite o nome da sala"},addMeetingName:"Adicionar nome da reuni\xe3o",appDescription:"V\xe1 em frente, converse por v\xeddeo com toda a equipe. De fato, convide todos que voc\xea conhece. {{app}} \xe9 uma solu\xe7\xe3o de videoconfer\xeancia totalmente criptografada e 100% de c\xf3digo aberto que voc\xea pode usar todos os dias, a cada dia, gratuitamente \u2014 sem necessidade de conta.",audioVideoSwitch:{audio:"Voz",video:"V\xeddeo"},calendar:"Calend\xe1rio",connectCalendarButton:"Conectar seu calend\xe1rio",connectCalendarText:"Conecte seu calend\xe1rio para ver todas as reuni\xf5es em {{app}}. Al\xe9m disso, adicione reuni\xf5es de {{provider}} ao seu calend\xe1rio e inicie-as com apenas um clique.",enterRoomTitle:"Iniciar uma nova reuni\xe3o",getHelp:"Obter ajuda",go:"IR",goSmall:"IR",headerSubtitle:"Reuni\xf5es com seguran\xe7a e alta qualidade",headerTitle:"Jitsi Meet",info:"Informa\xe7\xf5es",jitsiOnMobile:"Jitsi em dispositivos m\xf3veis \u2013 baixe nossos aplicativos e inicie uma reuni\xe3o em qualquer lugar",join:"CRIAR / ENTRAR",logo:{calendar:"Logo do Calend\xe1rio",desktopPreviewThumbnail:"Miniatura de Visualiza\xe7\xe3o do Desktop",googleLogo:"Logo do Google",logoDeepLinking:"Logo do Jitsi Meet",microsoftLogo:"Logo da Microsoft",policyLogo:"Logo da Pol\xedtica de Privacidade"},meetingsAccessibilityLabel:"Reuni\xf5es",mobileDownLoadLinkAndroid:"Baixar aplicativo m\xf3vel para Android",mobileDownLoadLinkFDroid:"Baixar aplicativo m\xf3vel para F-Droid",mobileDownLoadLinkIos:"Baixar aplicativo m\xf3vel para iOS",moderatedMessage:"Ou agende uma URL de reuni\xe3o antes, onde voc\xea \xe9 o \xfanico moderador.",privacy:"Pol\xedtica de Privacidade",recentList:"Recente",recentListDelete:"Remover",recentListEmpty:"Sua lista recente est\xe1 vazia. As reuni\xf5es que voc\xea realizar ser\xe3o exibidas aqui.",recentMeetings:"Suas reuni\xf5es recentes",reducedUIText:"Bem-vindo ao {{app}}!",roomNameAllowedChars:"Nome da reuni\xe3o n\xe3o deve conter qualquer um destes caracteres: ?. &, :, ', \", %, #.",roomname:"Digite o nome da sala",roomnameHint:"Digite o nome ou a URL da sala que voc\xea deseja entrar. Voc\xea pode digitar um nome, e apenas deixe para as pessoas que voc\xea quer se reunir digitem o mesmo nome.",sendFeedback:"Enviar coment\xe1rios",settings:"Configura\xe7\xf5es",startMeeting:"Iniciar reuni\xe3o",terms:"Termos",title:"Videoconfer\xeancias mais seguras, flex\xedveis e totalmente gratuitas",upcomingMeetings:"Suas pr\xf3ximas reuni\xf5es"},whiteboard:{accessibilityLabel:{heading:"Quadro branco"}}}},844,[]); -__d(function(e,i,a,r,t,n,o){t.exports={addPeople:{add:"Ad\u0103uga\u021bi",countryNotSupported:"Serviciul nu este \xeenc\u0103 disponibil \xeen loca\u021bia dumneavoastr\u0103.",countryReminder:"Suna\u021bi \xeen afara SUA? V\u0103 rug\u0103m s\u0103 tasta\u021bi codul \u021barii \xeenaintea num\u0103rului!",disabled:"Nu pute\u021bi ad\u0103uga persoane.",failedToAdd:"Eroare \xeen ad\u0103ugarea membrilor",footerText:"Apelarea \xeen exterior este dezactivat\u0103.",loading:"Se caut\u0103 persoane \u0219i numere de telefon",loadingNumber:"Se valideaz\u0103 num\u0103rul de telefon",loadingPeople:"Se caut\u0103 persoane care pot fi ad\u0103ugate",noResults:"Nu s-au g\u0103sit rezultate",noValidNumbers:"V\u0103 rug\u0103m introduce\u021bi num\u0103rul de telefon",searchNumbers:"Ad\u0103uga\u021bi numere de telefon",searchPeople:"C\u0103uta\u021bi persoane",searchPeopleAndNumbers:"C\u0103uta\u021bi dup\u0103 nume sau dup\u0103 num\u0103rul de telefon",telephone:"Telefon: {{number}}",title:"Ad\u0103uga\u021bi persoane \xeen acest apel video"},audioDevices:{bluetooth:"Bluetooth",headphones:"C\u0103\u0219ti",none:"",phone:"Telefon",speaker:"Difuzor"},audioOnly:{audioOnly:"Doar audio"},calendarSync:{addMeetingURL:"Insera\u021bi un link de apel video",confirmAddLink:"Dori\u021bi s\u0103 adauga\u021bi un link Jitsi la acest apel video?",error:{appConfiguration:"Integrarea calendarului nu este configurat\u0103 corespunz\u0103tor.",generic:"A ap\u0103rut o eroare. V\u0103 rug\u0103m s\u0103 verifica\u021bi set\u0103rile calendarului \u0219i apoi re\xeenc\u0103rca\u021bi calendarul.",notSignedIn:"A ap\u0103rut o eroare \xeen procesul de autentificare pentru a vizualiza evenimentele din calendar. V\u0103 rugam s\u0103 verifica\u021bi set\u0103rile calendarului \u0219i apoi s\u0103 v\u0103 autentifica\u021bi din nou."},join:"Participare",joinTooltip:"Participa\u021bi la apelul video",nextMeeting:"urm\u0103torul apel video",noEvents:"Nu sunt alte evenimente programate.",ongoingMeeting:"apel video \xeen desf\u0103\u0219urare",permissionButton:"Accesa\u021bi set\u0103rile",permissionMessage:"Este nevoie de acces la Calendarul dumneavoastr\u0103 pentru a vizualiza program\u0103rile \xeen aplica\u021bie.",refresh:"Actualiza\u021bi calendarul",today:"Azi"},chat:{error:"Eroare: mesajul dumneavoastr\u0103 \"{{originalText}}\" nu a fost trimis. Motiv: {{error}}",fieldPlaceHolder:"",messageTo:"",messagebox:"Scrie\u021bi mesajul",nickname:{popover:"Alege\u021bi un pseudonim",title:"Introduce\u021bi un pseudonim pentru a conversa",titleWithPolls:"Introduce\u021bi un pseudonim pentru a conversa"},noMessagesMessage:"",privateNotice:"",sendButton:"Trimite\u021bi",title:"Apel video",titleWithPolls:"Apel video",you:""},chromeExtensionBanner:{buttonText:"",dontShowAgain:"",installExtensionText:""},connectingOverlay:{joiningRoom:"Sunte\u021bi conectat la conversa\u021bia dumneavoastr\u0103 ..."},connection:{ATTACHED:"Ata\u0219at",AUTHENTICATING:"Autentificare",AUTHFAIL:"Autentificare e\u0219uat\u0103",CONNECTED:"Conectat",CONNECTING:"Se conecteaz\u0103",CONNFAIL:"Conectare e\u0219uat\u0103",DISCONNECTED:"Deconectat",DISCONNECTING:"Se deconecteaz\u0103",ERROR:"Eroare",FETCH_SESSION_ID:"",GET_SESSION_ID_ERROR:"",GOT_SESSION_ID:"",LOW_BANDWIDTH:"",RECONNECTING:"A ap\u0103rut o eroare de re\u021bea. Reconectare..."},connectionindicator:{address:"Adres\u0103:",bandwidth:"Viteza de transfer estimat\u0103:",bitrate:"Bitrate:",bridgeCount:"Num\u0103rul de servere: ",connectedTo:"Conectat la:",framerate:"Rat\u0103 cadre:",less:"Ar\u0103ta\u021bi mai pu\u021bin",localaddress:"Adres\u0103 locala:",localaddress_plural:"Adrese locale:",localport:"Port local:",localport_plural:"Porturi locale:",more:"Ar\u0103ta\u021bi mai mult",packetloss:"Pachete pierdute:",quality:{good:"Bun",inactive:"Inactiv",lost:"Pierdut",nonoptimal:"Ineficient",poor:"Slab"},remoteaddress:"Adres\u0103 remote:",remoteaddress_plural:"Adresele remote:",remoteport:"Port extern:",remoteport_plural:"Porturi externe:",resolution:"Rezolu\u021bie:",status:"Conexiune:",transport:"Mod Transport:",transport_plural:"Moduri Transport:",turn:" (turn)"},dateUtils:{earlier:"Mai devreme",today:"Azi",yesterday:"Ieri"},deepLinking:{appNotInstalled:"Este necesar\u0103 {{app}} aplica\u021bia mobil\u0103 pentru a putea participa la apelul video.",description:"Nu s-a \xeent\xe2mplat nimic? Am \xeencercat s\u0103 v\u0103 deschidem conversa\u021bia \xeen {{app}} aplica\u021bia pentru desktop. \xcencerca\u021bi din nou sau deschide\u021bi {{app}} aplica\u021bia web.",descriptionWithoutWeb:"",downloadApp:"Desc\u0103rca\u021bi aplica\u021bia",ifDoNotHaveApp:"Dac\u0103 nu aveti \xeenc\u0103 aplica\u021bia atunci:",ifHaveApp:"Dac\u0103 aveti deja aplica\u021bia:",launchWebButton:"Deschide\u021bi \xeen browser",openApp:"Continua\u021bi spre aplica\u021bie",title:"Deschidere apel video \xeen {{app}}...",tryAgainButton:"\xcencerca\u021bi din nou pe desktop"},defaultLink:"e.g. {{url}}",defaultNickname:"",deviceError:{cameraError:"Accesul la camer\u0103 nu este permis",cameraPermission:"Eroare \xeen ob\u021binerea accesului la camer\u0103",microphoneError:"Accesul la microfon nu este permis",microphonePermission:"Eroare \xeen ob\u021binerea accesului la microfon"},deviceSelection:{noPermission:"Permisiunea nu a fost acordat\u0103",previewUnavailable:"Previzualizare indisponibil\u0103",selectADevice:"Alege\u021bi un dispozitiv",testAudio:"Reda\u021bi un sunet"},dialOut:{statusMessage:"Este {{status}}"},dialog:{Back:"\xcenapoi",Cancel:"Anulare",IamHost:"Eu sunt moderatorul",Ok:"Ok",Remove:"Elimina\u021bi",Share:"Partajare",Submit:"Trimite\u021bi",WaitForHostMsg:"Conferin\u021ba nu a \xeenceput. Daca sunte\u021bi moderatorul conferin\u021bei, v\u0103 rug\u0103m s\u0103 v\u0103 autentifica\u021bi. Dac\u0103 nu, a\u0219tepta\u021bi ca moderatorul s\u0103 \xeenceap\u0103 conferin\u021ba.",WaitingForHost:"A\u0219teptare moderator conferin\u021b\u0103 ...",Yes:"Da",accessibilityLabel:{liveStreaming:"Transmitere live"},allow:"Permite\u021bi",alreadySharedVideoMsg:"Un alt membru partajeaz\u0103 deja un videoclip. Este permis\u0103 partajarea unui singur videoclip per apel video.",alreadySharedVideoTitle:"Doar un singur videoclip per apel video",applicationWindow:"Fereastra aplica\u021biei",cameraConstraintFailedError:"Camera dumneavoastr\u0103 nu \xeendepline\u0219te unele dintre restric\u021biile impuse.",cameraNotFoundError:"Camera nu a fost g\u0103sit\u0103.",cameraNotSendingData:"Nu am reu\u0219it s\u0103 v\u0103 acces\u0103m camera. V\u0103 rug\u0103m s\u0103 verifica\u021bi daca o alt\u0103 aplica\u021bie folose\u0219te dispozitivul, selecta\u021bi un alt dispozitiv din meniul de set\u0103ri \u0219i re\xeenc\u0103rca\u021bi aplica\u021bia.",cameraNotSendingDataTitle:"Accesul la camer\u0103 nu este permis",cameraPermissionDeniedError:"Nu a\u021bi acordat permisiunea pentru accesul la camer\u0103. Pute\u021bi s\u0103 v\u0103 al\u0103tura\u021bi apelului video, dar ceilal\u021bi participan\u021bi nu v\u0103 vor putea vedea. Folosi\u021bi butonul camerei localizat \xeen bara de adrese pentru remediere.",cameraUnknownError:"Camera nu poate fi folosit\u0103 din motive necunoscute.",cameraUnsupportedResolutionError:"Camera dumneavoastr\u0103 nu suport\u0103 rezolu\u021bia video necesara.",close:"\xcenchidere",conferenceDisconnectMsg:"V\u0103 rugam s\u0103 verifica\u021bi conexiunea la re\u021bea. Reconectare \xeen {{seconds}} sec...",conferenceDisconnectTitle:"A\u021bi fost deconectat.",conferenceReloadMsg:"\xcencerc\u0103m s\u0103 remediem situa\u021bia. Reconectare \xeen {{seconds}} sec...",conferenceReloadTitle:"Din nefericire, ceva nu a func\u021bionat corespunz\u0103tor.",confirm:"Confirmare",confirmNo:"Nu",confirmYes:"Da",connectError:"Oops! Ceva nu a func\u021bionat corespunz\u0103tor \u0219i nu v-am putut conecta la apelul video.",connectErrorWithMsg:"Oops! Ceva nu a func\u021bionat corespunz\u0103tor \u0219i nu v-am putut conecta la conferin\u021b\u0103: {{msg}}",connecting:"Conectare",contactSupport:"Contactati departamentul de suport tehnic",copy:"Copia\u021bi",dismiss:"Respinge\u021bi",displayNameRequired:"Este necesar s\u0103 introduce\u021bi un nume",done:"Efectuat",enterDisplayName:"V\u0103 rugam s\u0103 introduce\u021bi numele",error:"Eroare",externalInstallationMsg:"Este necesar\u0103 instalarea extensiei pentru partajare video.",externalInstallationTitle:"Extensie necesar\u0103",goToStore:"Accesa\u021bi magazinul virtual",gracefulShutdown:"Serviciile noastre sunt indisponibile pentru \xeentre\u021binere. V\u0103 rugam \xeencerca\u021bi mai t\u0103rziu.",incorrectPassword:"Nume de utilizator sau parol\u0103 incorecte",incorrectRoomLockPassword:"",inlineInstallExtension:"\xcencepe\u021bi instalarea",inlineInstallationMsg:"Este necesar\u0103 instalarea extensiei pentru partajare video.",internalError:"Ups! Ceva nu a func\u021bionat corespunz\u0103tor. A ap\u0103rut urm\u0103toarea eroare: {{error}}",internalErrorTitle:"Eroare interna",kickMessage:"Ouch! A\u021bi fost eliminat din apelul video!",kickParticipantButton:"Elimina\u021bi",kickParticipantDialog:"Sunte\u021bi sigur c\u0103 dori\u021bi s\u0103 elimina\u021bi acest participant?",kickParticipantTitle:"Elimina\u021bi acest membru?",kickTitle:"Eliminat din apelul video",liveStreaming:"Transmitere live",liveStreamingDisabledForGuestTooltip:"Invita\u021bii nu pot ini\u021bia transmitere live.",liveStreamingDisabledTooltip:"Ini\u021biere transmitere live dezactivat\u0103.",lockMessage:"Blocarea conferin\u021bei a e\u0219uat.",lockRoom:"Introduce\u021bi parola pentru apelul video",lockTitle:"Blocare e\u0219uat\u0103",logoutQuestion:"Sunte\u021bi sigur c\u0103 dori\u021bi s\u0103 v\u0103 deconecta\u021bi \u0219i s\u0103 \xeentrerupe\u021bi conversa\u021bia?",logoutTitle:"Deconectare",maxUsersLimitReached:"Num\u0103rul maxim de membri a fost atins. Nu mai sunt locuri disponibile. V\u0103 rugam s\u0103 contactati moderatorul apelului video sau \xeencerca\u021bi mai t\xe2rziu!",maxUsersLimitReachedTitle:"Num\u0103rul maxim de membri a fost atins",micConstraintFailedError:"Microfonul dumneavoastr\u0103 nu \xeendepline\u0219te unele dintre restric\u021biile impuse.",micNotFoundError:"Microfonul nu a fost g\u0103sit.",micNotSendingData:"Nu putem s\u0103 v\u0103 acces\u0103m microfonul. V\u0103 rugam s\u0103 selecta\u021bi un alt dispozitiv din meniul de set\u0103ri sau \xeencerca\u021bi s\u0103 actualiza\u021bi aplica\u021bia.",micNotSendingDataTitle:"Nu putem s\u0103 v\u0103 acces\u0103m microfonul",micPermissionDeniedError:"Nu a\u021bi acordat permisiunea pentru accesul la microfon. Pute\u021bi s\u0103 v\u0103 al\u0103tura\u021bi apelului video, dar ceilal\u021bi participan\u021bi nu v\u0103 vor putea auzi. Folosi\u021bi butonul camerei localizat \xeen bara de adrese pentru remediere.",micUnknownError:"Microfonul nu poate fi folosit\u0103 din motive necunoscute.",muteEveryoneDialog:"",muteEveryoneElseDialog:"",muteEveryoneElseTitle:"",muteEveryoneSelf:"",muteEveryoneStartMuted:"",muteEveryoneTitle:"",muteParticipantBody:"Nu ve\u021bi putea s\u0103 dezactiva\u021bi microfonul, dar ceilal\u021bi pot dezactiva oric\xe2nd microfonul.",muteParticipantButton:"Dezactivare microfon",muteParticipantDialog:"Sunte\u021bi sigur c\u0103 dori\u021bi s\u0103 dezactiva\u021bi microfonul pentru acest participant? Nu ve\u021bi putea s\u0103 dezactiva\u021bi microfonul, dar ceilal\u021bi pot dezactiva oric\xe2nd microfonul.",muteParticipantTitle:"Comuta\u021bi pe silen\u021bios acest membru?",passwordLabel:"Parol\u0103",passwordNotSupported:"Setarea unei parole pentru acest apel video nu este suportat\u0103.",passwordNotSupportedTitle:"Parola nu este suportat\u0103",passwordRequired:"Parola este necesar\u0103",popupError:"Browserul dumneavoastr\u0103 blocheaz\u0103 ferestrele de tip pop-up ale acestui site. Activa\u021bi ferestrele de tip pop-up \xeen set\u0103rile de securitate ale browserului \u0219i \xeencerca\u021bi din nou.",popupErrorTitle:"Ferestre de tip pop-up blocate",recording:"\xcenregistrare",recordingDisabledForGuestTooltip:"Invita\u021bii nu pot ini\u021bia \xeenregistrarea.",recordingDisabledTooltip:"Ini\u021bierea \xeenregistr\u0103rii este dezactivat\u0103.",rejoinNow:"Reconecta\u021bi-v\u0103",remoteControlAllowedMessage:"{{user}} controlul la distan\u021b\u0103 este permis!",remoteControlDeniedMessage:"{{user}} controlul la distan\u021b\u0103 este respins!",remoteControlErrorMessage:"A ap\u0103rut o eroare la \xeencercarea de a solicita permisiunea de acces la distan\u021b\u0103 {{user}}!",remoteControlRequestMessage:"Permite\u021bi utilizatorului {{user}} s\u0103 v\u0103 acceseze la distan\u021b\u0103 desktopul?",remoteControlShareScreenWarning:"Re\u021bine\u021bi c\u0103 ap\u0103s\xe2nd butonul \"Permite\u021bi\" ve\u021bi partaja ecranul dumneavoastr\u0103!",remoteControlStopMessage:"Sesiunea de acces la distan\u021b\u0103 s-a \xeencheiat!",remoteControlTitle:"Acces desktop la distan\u021b\u0103",removePassword:"Elimina\u021bi parola",removeSharedVideoMsg:"Sunte\u021bi sigur c\u0103 dori\u021bi s\u0103 \xeencheia\u021bi sesiunea de partajare a videoclipului?",removeSharedVideoTitle:"Elimina\u021bi partajarea videoclipului",reservationError:"Eroare a sistemului de rezervare",reservationErrorMsg:"Cod de eroare: {{code}}, mesaj: {{msg}}",retry:"Reincercati",screenSharingAudio:"",screenSharingFailedToInstall:"Oops! Extensia de partajare a ecranului nu s-a instalat.",screenSharingFailedToInstallTitle:"Extensia de partajare a ecranului nu s-a instalat",screenSharingFirefoxPermissionDeniedError:"Ceva nu a func\u021bionat corespunz\u0103tor \xeen timp ce \xeencerc\u0103m s\u0103 acces\u0103m ecranul dumneavoastr\u0103. V\u0103 rugam s\u0103 v\u0103 asigura\u021bi c\u0103 ne-a\u021bi permis accesul. ",screenSharingFirefoxPermissionDeniedTitle:"Ups! Nu am reu\u0219it s\u0103 ini\u021biem accesarea ecranului!",screenSharingPermissionDeniedError:"Ups! Ceva nu a func\u021bionat corespunz\u0103tor cu permisiunea de extindere a ecranului. V\u0103 rugam s\u0103 re\xeenc\u0103rca\u021bi pagina \u0219i s\u0103 \xeencerca\u021bi din nou.",sendPrivateMessage:"",sendPrivateMessageCancel:"",sendPrivateMessageOk:"",sendPrivateMessageTitle:"",serviceUnavailable:"Serviciu indisponibil",sessTerminated:"Apel \xeencheiat",shareVideoLinkError:"V\u0103 rugam s\u0103 furniza\u021bi un link corect.",shareVideoTitle:"Partajare video",shareYourScreen:"Partajare ecran",shareYourScreenDisabled:"Partajare ecran dezactivat\u0103.",shareYourScreenDisabledForGuest:"Invita\u021bii nu pot partaja ecranul.",startLiveStreaming:"Ini\u021biere trasmitere live",startRecording:"Ini\u021biere \xeenregistrare",startRemoteControlErrorMessage:"A ap\u0103rut o eroare la \xeencercarea de a \xeencepe sesiunea de control la distan\u021b\u0103!",stopLiveStreaming:"\xcencheiere transmitere live",stopRecording:"\xcencheiere \xeenregistrare",stopRecordingWarning:"Sunte\u021bi sigur c\u0103 vre\u021bi s\u0103 \xeencheia\u021bi \xeenregistrarea?",stopStreamingWarning:"Sunte\u021bi sigur c\u0103 vre\u021bi s\u0103 \xeencheia\u021bi transmiterea live?",streamKey:"Cheie transmitere live",thankYou:"V\u0103 mul\u021bumim c\u0103 utiliza\u021bi {{appName}}!",token:"token",tokenAuthFailed:"Ne pare r\u0103u, nu ave\u021bi permisiune pentru a participa la acest apel.",tokenAuthFailedTitle:"Autentificare e\u0219uat\u0103",transcribing:"Copiere",unlockRoom:"Elimina\u021bi parola pentru apel video",userPassword:"Parol\u0103 utilizator",yourEntireScreen:"\xcentregul ecran"},documentSharing:{title:""},feedback:{average:"Medie",bad:"R\u0103u",detailsLabel:"Spune\u021bi-ne mai multe despre experien\u021ba dumneavoastr\u0103.",good:"Bine",rateExperience:"Evalua\u021bi acest apel video",veryBad:"Foarte r\u0103u",veryGood:"Foarte bine"},incomingCall:{answer:"R\u0103spuns",audioCallTitle:"Apel intrare",decline:"Respins",productLabel:"de la Jitsi Meet",videoCallTitle:"Intrare apel video"},info:{accessibilityLabel:"Afi\u0219a\u021bi informa\u021bii",addPassword:"Ad\u0103uga\u021bi parola",cancelPassword:"Anula\u021bi parola",conferenceURL:"Link:",country:"\u021aar\u0103",dialANumber:"Pentru a accesa conversa\u021bia, forma\u021bi unul dintre aceste numere \u0219i apoi introduce\u021bi PIN-ul .",dialInConferenceID:"PIN:",dialInNotSupported:"Ne pare r\u0103u, apelarea nu este posibil\u0103.",dialInNumber:"Apelare:",dialInSummaryError:"Eroare la preluarea informa\u021biilor de apelare. V\u0103 rugam s\u0103 \xeencerca\u021bi din nou mai t\xe2rziu.",dialInTollFree:"F\u0103r\u0103 tax\u0103",genericError:"Ups! Ceva nu a func\u021bionat corespunz\u0103tor.",inviteLiveStream:"Pentru a vizualiza transmiterea live, face\u021bi click pe acest link: {{url}}",invitePhone:"Ap\u0103sa\u021bi o data pentru apelare: {{number}},,{{conferenceID}}#",invitePhoneAlternatives:"",inviteURLFirstPartGeneral:"A\u021bi fost invitat pentru a participa la apelul video.",inviteURLFirstPartPersonal:"{{name}} v-a invitat pentru a participa la apelul video.\n",inviteURLSecondPart:"\nParticipati la apelul video:\n{{url}}\n",label:"Informa\u021bii apel video",liveStreamURL:"Transmitere live:",moreNumbers:"Mai multe cifre",noNumbers:"Niciun num\u0103r de apelat.",noPassword:"F\u0103r\u0103",noRoom:"Nu a fost selectat niciun apel video pentru apelare.",numbers:"Numere apelare",password:"Parol\u0103:",title:"Transmitere",tooltip:"Transmite\u021bi linkul \u0219i informa\u021biile de apelare pentru acest apel video"},inlineDialogFailure:{msg:"A avut loc o eroare.",retry:"\xcencerca\u021bi din nou",support:"Ajutor",supportMsg:"Daca situa\u021bia se repet\u0103, apela\u021bi"},inviteDialog:{alertText:"\xcencercarea de a invita anumi\u021bi participan\u021bi a e\u0219uat.",header:"Invita\u021bi",searchCallOnlyPlaceholder:"Introduce\u021bi num\u0103rul de telefon",searchPeopleOnlyPlaceholder:"C\u0103utare participan\u021bi",searchPlaceholder:"Participant sau num\u0103r de telefon",send:"Trimite\u021bi"},keyboardShortcuts:{focusLocal:"Focusa\u021bi pe imaginea dumneavoastr\u0103",focusRemote:"Focusa\u021bi pe imaginea altei persoane",fullScreen:"Vizualiza\u021bi sau p\u0103r\u0103si\u021bi ecranul",keyboardShortcuts:"Comenzi rapide tastatur\u0103",localRecording:"Vizualiza\u021bi sau ascunde\u021bi panoul de control video",mute:"Activa\u021bi sau dezactiva\u021bi microfonul",pushToTalk:"Ap\u0103sa\u021bi pentru a vorbi",raiseHand:"Ridica\u021bi sau cobora\u021bi m\xe2na",showSpeakerStats:"Ar\u0103ta\u021bi parametrii difuzorului",toggleChat:"Deschide\u021bi sau \xeenchide\u021bi discu\u021bia text",toggleFilmstrip:"Afi\u0219a\u021bi sau ascunde\u021bi imagini video",toggleScreensharing:"Comuta\u021bi \xeentre camer\u0103 \u0219i partajare ecran",toggleShortcuts:"Ar\u0103ta\u021bi sau ascunde\u021bi comenzi rapide tastatur\u0103",videoMute:"Porni\u021bi sau opri\u021bi camera",videoQuality:""},liveStreaming:{busy:"Lucr\u0103m la eliberarea resurselor de transmitere. V\u0103 rugam s\u0103 \xeencerca\u021bi din nou \xeen c\xe2teva minute.",busyTitle:"To\u021bi participan\u021bii la transmitere sunt indisponibili",changeSignIn:"Comuta\u021bi intre conturi.",choose:"Alege\u021bi o transmitere live",chooseCTA:"Alege\u021bi o variant\u0103 de transmitere. Sunte\u021bi logat cu {{email}}.",enterStreamKey:"Introduce\u021bi cheia fluxului video.",error:"Transmiterea live a e\u0219uat. V\u0103 rug\u0103m \xeencerca\u021bi din nou.",errorAPI:"A ap\u0103rut o eroare la accesarea canalelor YouTube. \xcencerca\u021bi s\u0103 v\u0103 autentifica\u021bi din nou.",errorLiveStreamNotEnabled:"Transmiterea live nu este activat\u0103 pe {{email}}. V\u0103 rug\u0103m s\u0103 activa\u021bi op\u021biunea de transmitere live sau autentifica\u021bi-v\u0103 cu un cont avand aceast\u0103 op\u021biune activat\u0103.",expandedOff:"Transmiterea live s-a \xeencheiat",expandedOn:"Acest apel video este transmis pe YouTube.",expandedPending:"Transmiterea a \xeenceput...",failedToStart:"\xcenceperea transmiterii live a e\u0219uat ",getStreamKeyManually:"Nu am reu\u0219it s\u0103 prelu\u0103m fluxurile live. \xcencerca\u021bi s\u0103 ob\u021bine\u021bi cheia fluxului video YouTube.",googlePrivacyPolicy:"Politica de confiden\u021bialitate Google",invalidStreamKey:"Cheia fluxului video poate fi incorect\u0103.",off:"Transmitere live \xeencheiat\u0103",offBy:"",on:"Transmitere live",onBy:"",pending:"Ini\u021biere transmitere live...",serviceName:"Serviciu de transmitere live",signIn:"Conecta\u021bi-v\u0103 cu Google",signInCTA:"Conecta\u021bi-v\u0103 sau introduce\u021bi cheia YouTube pentru distribuire video.",signOut:"Deconectare",signedInAs:"Sunte\u021bi conectat ca:",start:"\xcencepe\u021bi o transmitere live",streamIdHelp:"Ce \xeenseamn\u0103 acest lucru?",title:"Transmitere live",unavailableTitle:"Transmitere live indisponibil\u0103",youtubeTerms:"Termeni \u0219i condi\u021bii Youtube"},localRecording:{clientState:{off:"Oprit",on:"Pornit",unknown:"Necunoscut"},dialogTitle:"Panou control video",duration:"Durat\u0103",durationNA:"N/A",encoding:"Codificare",label:"LOR",labelToolTip:"\xcenregistrarea este activat\u0103",localRecording:"\xcenregistrare",me:"Eu",messages:{engaged:"\xcenregistrarea este activat\u0103.",finished:"Sesiune \xeenregistrare {{token}} \xeencheiat\u0103. V\u0103 rug\u0103m s\u0103 trimite\u021bi \xeenregistrarea moderatorului.",finishedModerator:"Sesiune \xeenregistrare {{token}} \xeencheiat\u0103. \xcenregistrarea a fost salvat\u0103. V\u0103 rug\u0103m s\u0103 solicita\u021bi \u0219i celorlal\u021bi participan\u021bi trimiterea \xeenregistr\u0103rilor.",notModerator:"Nu sunte\u021bi moderatorul. Nu pute\u021bi ini\u021bia sau \xeencheia o \xeenregistrare."},moderator:"Moderator",no:"Nu",participant:"Participant",participantStats:"Parametri participant",sessionToken:"Token de sesiune",start:"Ini\u021biere \xeenregistrare",stop:"\xcencheiere \xeenregistrare",yes:"Da"},lockRoomPassword:"parola",lockRoomPasswordUppercase:"Parol\u0103",me:"Eu",notify:{connectedOneMember:"{{name}} s-a al\u0103turat apelului video",connectedThreePlusMembers:"{{name}} and {{count}} s-au al\u0103turat apelului video",connectedTwoMembers:"{{first}} \u0219i {{second}} s-au al\u0103turat apelului video",disconnected:"deconectat",focus:"Focalizare conferin\u021b\u0103",focusFail:"{{component}} Indisponibil - reincercati \xeen {{ms}} secunde",grantedTo:"Drepturile de moderator acordate {{to}}!",invitedOneMember:"{{name}} a fost ad\u0103ugat",invitedThreePlusMembers:"{{name}} \u0219i alti {{count}} au fost ad\u0103uga\u021bi",invitedTwoMembers:"{{first}} \u0219i {{second}} au fost invita\u021bi",kickParticipant:"{{kicked}} a fost eliminat de {{kicker}}",me:"Eu",moderator:"Drepturi de moderator acordate!",muted:"A\u021bi \xeenceput conversa\u021bia \xeen modul silen\u021bios.",mutedRemotelyDescription:"",mutedRemotelyTitle:"A\u021bi fost comutat pe silen\u021bios de {{participantDisplayName}}!",mutedTitle:"Sunte\u021bi \xeen modul silen\u021bios!",newDeviceAction:"Utiliza\u021bi",newDeviceAudioTitle:"A fost detectat un dispozitiv audio nou",newDeviceCameraTitle:"A fost detectat\u0103 o camer\u0103 noua",passwordRemovedRemotely:"",passwordSetRemotely:"",raisedHand:"{{name}} dore\u0219te s\u0103 vorbeasc\u0103.",somebody:"Cineva",startSilentDescription:"",startSilentTitle:"",suboptimalBrowserWarning:"Folosind acest browser nu ve\u021bi beneficia de cea mai bun\u0103 experien\u021b\u0103 pentru aceste apeluri video. \xcen timp ce lucr\u0103m la asta, v\u0103 recomand\u0103m s\u0103 folosi\u021bi unul din browser-ele suportate.",suboptimalExperienceDescription:"Hmm... se pare c\u0103 experien\u021ba avut\u0103 cu {{appName}} nu a decurs prea bine. \xcencerc\u0103m s\u0103 \xeembun\u0103t\u0103\u021bim acest lucru, p\xe2n\u0103 atunci v\u0103 rug\u0103m s\u0103 folosi\u021bi unul dintre browserele suportate.",suboptimalExperienceTitle:"Avertisment browser",unmute:""},passwordDigitsOnly:"P\xe2n\u0103 la {{number}} cifre",passwordSetRemotely:"Setat\u0103 de un alt membru",poweredby:"cu sprijinul",presenceStatus:{busy:"Ocupat",calling:"Apelare...",connected:"Conectat",connecting:"Conectare...",connecting2:"Conectare*...",disconnected:"Deconectat",expired:"Expirat",ignored:"Ignorat",initializingCall:"Ini\u021biere apel...",invited:"Ad\u0103ugat",rejected:"Respins",ringing:"Apelare..."},profile:{setDisplayNameLabel:"Introduce\u021bi numele care va fi afi\u0219at",setEmailInput:"Introduce\u021bi adresa de email",setEmailLabel:"Seta\u021bi adresa de email gravatar",title:"Profil"},raisedHand:"Ar dori s\u0103 vorbeasc\u0103",recording:{authDropboxText:"\xcencarca\u021bi \xeen Dropbox",availableSpace:"Spa\u021biu disponibil: {{spaceLeft}} MB (approximately {{duration}} minute \xeenregistrare)",beta:"BETA",busy:"Lucr\u0103m la eliberarea resurselor de \xeenregistrare. V\u0103 rug\u0103m s\u0103 \xeencerca\u021bi din nou peste c\xe2teva minute.",busyTitle:"Toate resursele de \xeenregistrare sunt momentan ocupate",error:"\xcenregistrare e\u0219uat\u0103. V\u0103 rug\u0103m s\u0103 \xeencerca\u021bi din nou mai t\xe2rziu.",expandedOff:"\xcenregistrarea s-a \xeencheiat",expandedOn:"Conversa\u021bia este \xeenregistrat\u0103.",expandedPending:"\xcenregistrarea a \xeenceput...",failedToStart:"\xcenceperea \xeenregistr\u0103rii a e\u0219uat",fileSharingdescription:"Partaja\u021bi \xeenregistrarea cu ceilal\u021bi participan\u021bi",live:"LIVE",loggedIn:"Conectat ca {{userName}}",off:"\xcenregistrarea s-a \xeencheiat",offBy:"{{name}} a oprit \xeenregistrarea",on:"\xcenregistrare",onBy:"{{name}} a pornit \xeenregistrarea",pending:"Se preg\u0103te\u0219te \xeenregistrarea apelului video...",rec:"REC",serviceDescription:"\xcenregistrarea dumneavoastr\u0103 va fi salvat\u0103 de serviciul \xeenregistrare",serviceName:"Serviciu \xeenregistrare",signIn:"Conectare",signOut:"Deconectare",title:"\xcenregistrare",unavailable:"Oops! Serviciul {{serviceName}} este indisponibil momentan. Se lucreaz\u0103 la remedierea acestei probleme. V\u0103 rugam s\u0103 \xeencerca\u021bi mai t\u0103rziu.",unavailableTitle:"\xcenregistrare indisponibil\u0103"},sectionList:{pullToRefresh:"Trage\u021bi pentru a re\xeemprosp\u0103t\u0103"},settings:{calendar:{about:"Integrarea calendarului {{appName}} este utilizat\u0103 pentru a accesa \xeen siguran\u021b\u0103 calendarul dumneavoastr\u0103 astfel \xeenc\xe2t s\u0103 poat\u0103 vizualiza evenimentele viitoare.",disconnect:"Deconectare",microsoftSignIn:"Conectare cu Microsoft",signedIn:"Sunt accesate evenimentele din calendarul {{email}}. Ap\u0103sa\u021bi butonul Deconectare de mai jos pentru a opri accesarea evenimentelor din calendar.",title:"Calendar"},devices:"Dispozitive",followMe:"Toat\u0103 lumea m\u0103 urm\u0103re\u0219te",language:"Limba",loggedIn:"Conectat cu {{name}}",microphones:"Microfoane",moderator:"Moderator",more:"Mai mult",name:"Name",noDevice:"Nici un",selectAudioOutput:"Sursa extern\u0103 audio",selectCamera:"Camer\u0103",selectMic:"Microfon",speakers:"Difuzoare",startAudioMuted:"Toat\u0103 lumea \xeencepe cu sunetul dezactivat",startVideoMuted:"Toat\u0103 lumea \xeencepe cu far\u0103 video",title:"Set\u0103ri"},settingsView:{advanced:"Avansat",alertOk:"OK",alertTitle:"Avertisment",alertURLText:"Serverul URL introdus este invalid",buildInfoSection:"Informa\u021bii versiune",conferenceSection:"Conferin\u021b\u0103",disableCallIntegration:"Dezactiveaz\u0103 integrarea cu apelurile native",disableP2P:"Dezactiveaz\u0103 modul Peer-To-Peer",displayName:"Nume afi\u0219at",email:"Email",header:"Set\u0103ri",profileSection:"Profil",serverURL:"Server URL",showAdvanced:"Arat\u0103 set\u0103rile avansate",startWithAudioMuted:"\xcencepe\u021bi cu sunetul dezactivat",startWithVideoMuted:"\xcencepe\u021bi cu video dezactivat",version:"Version"},share:{dialInfoText:"\n\n=====\n\nVreti doar s\u0103 apela\u021bi telefonic?\n\n{{defaultDialInNumber}}Face\u021bi click pe acest link pentru a vizualiza numerele pentru apelare \xeen acest apel video\n{{dialInfoPageUrl}}",mainText:"Face\u021bi click pe acest link pentru a v\u0103 conecta la apelul video:\n{{roomUrl}}"},speaker:"Difuzor",speakerStats:{hours:"{{count}}h",minutes:"{{count}}m",name:"Nume",seconds:"{{count}}s",speakerStats:"Statistici participan\u021bi",speakerTime:"Durat\u0103 vorbire participant"},startupoverlay:{policyText:" ",title:"{{app}} are nevoie de acces la microfon \u0219i camer\u0103."},suspendedoverlay:{rejoinKeyTitle:"Reconectare",text:"Ap\u0103sa\u021bi butonul Reconectare pentru a v\u0103 reconecta.",title:"Apelul dumneavoastr\u0103 video s-a \xeentrerupt deoarece computerul a trecut \xeen modul Repaus."},toolbar:{Settings:"Set\u0103ri",accessibilityLabel:{Settings:"Comuta\u021bi la set\u0103ri",audioOnly:"Comuta\u021bi doar audio",audioRoute:"Selecta\u021bi dispozitivul pentru sunet",callQuality:"Gestiona\u021bi calitatea apelului",cc:"Comuta\u021bi subtitr\u0103rile",chat:"Comuta\u021bi ferestrele apelului video",document:"Comuta\u021bi documentele partajate",download:"Descarc\u0103 aplica\u021biile noastre",feedback:"L\u0103sa\u021bi-ne feedback",fullScreen:"Comuta\u021bi la ecran complet",hangup:"P\u0103r\u0103si\u021bi apelul",help:"Ajutor",invite:"Adauga\u021bi persoane",kick:"Elimina\u021bi participant",localRecording:"Comuta\u021bi la panoul de control video",lockRoom:"Comuta\u021bi la parola de \xeent\xe2lnire",moreActions:"Afi\u0219a\u021bi meniul cu ac\u021biuni suplimentare",moreActionsMenu:"Meniu ac\u021biuni suplimentare",moreOptions:"Arat\u0103 mai multe op\u021biuni",mute:"Activa\u021bi / dezactiva\u021bi sunet",muteEveryone:"Opre\u0219te microfonul tuturor",pip:"Comuta\u021bi la modul Picture-in-Picture",privateMessage:"Trimite un mesaj privat",profile:"Edita\u021bi profilul",raiseHand:"Comuta\u021bi la m\xe2n\u0103 r\xeedicat\u0103",recording:"Activa\u021bi/dezactiva\u021bi \xeenregistrare",remoteMute:"Comutare mod silen\u021bios participant",shareRoom:"Ad\u0103uga\u021bi persoane",shareYourScreen:"Activa\u021bi / dezactiva\u021bi partajarea ecranului",sharedvideo:"Comuta\u021bi partajarea video",shortcuts:"Activa\u021bi / dezactiva\u021bi comenzi rapide",show:"",speakerStats:"Afi\u0219a\u021bi/ascunde\u021bi parametrii difuzorului",tileView:"Afi\u0219a\u021bi/ascunde\u021bi miniatura video",toggleCamera:"Afi\u0219a\u021bi / ascunde\u021bi camera",videoblur:"",videomute:"Activa\u021bi / dezactiva\u021bi \xeenregistrarea"},addPeople:"Ad\u0103uga\u021bi persoane \xeen apel",audioOnlyOff:"Dezactiva\u021bi modul 'doar audio'",audioOnlyOn:"Activa\u021bi modul 'doar audio'",audioRoute:"Selecta\u021bi dispozitivul pentru sunet",authenticate:"Autentificare",callQuality:"Gestiona\u021bi calitatea apelului",chat:"Deschide\u021bi / \xcenchide\u021bi conversa\u021bia",closeChat:"\xcenchide\u021bi conversa\u021bia",documentClose:"\xcenchide\u021bi document partajat",documentOpen:"Deschide\u021bi document partajat",enterFullScreen:"Vizualizare ecran \xeentreg",enterTileView:"Accesare miniatur\u0103 video",exitFullScreen:"Ie\u0219i\u021bi ecran \xeentreg",exitTileView:"Ie\u0219i\u021bi miniatur\u0103 video",feedback:"La\u0219a\u021bi-ne feedback",hangup:"Ie\u0219i\u021bi",invite:"Ad\u0103uga\u021bi persoane",login:"Conectare",logout:"Deconectare",lowerYourHand:"Cobor\xe2\u021bi m\xe2na",moreActions:"Ac\u021biuni suplimentare",mute:"Porni\u021bi / Opri\u021bi sunetul",openChat:"Open chat",pip:"Accesare mod Picture-in-Picture",profile:"Edita\u021bi profilul",raiseHand:"Ridica\u021bi / Cobor\xe2\u021bi m\xe2na",raiseYourHand:"Ridica\u021bi m\xe2na",shareRoom:"Ad\u0103uga\u021bi persoane",sharedvideo:"Partaja\u021bi un video",shortcuts:"Vizualizare comenzi rapide",speakerStats:"Parametrii difuzorului",startScreenSharing:"Ini\u021biere partajare ecran",startSubtitles:"Ini\u021biere subtitr\u0103ri",startvideoblur:"",stopScreenSharing:"\xcencheiere partajare ecran",stopSharedVideo:"Oprire video",stopSubtitles:"Acundere subtitr\u0103ri",stopvideoblur:"",talkWhileMutedPopup:"\xcencerca\u021bi s\u0103 vorbi\u021bi? Microfonul este dezactivat.",tileViewToggle:"Afi\u0219a\u021bi / ascunde\u021bi miniatura video",toggleCamera:"Afi\u0219a\u021bi / ascunde\u021bi camera",videomute:"Porni\u021bi / Opri\u021bi camera"},transcribing:{ccButtonTooltip:"Afi\u0219a\u021bi / Ascunde\u021bi subtitr\u0103ri",error:"Copiere e\u0219uat\u0103. V\u0103 rug\u0103m \xeencerca\u021bi mai t\u0103rziu.",expandedLabel:"Copierea este activat\u0103",failedToStart:"Ini\u021bierea copierii a e\u0219uat",labelToolTip:"Conversa\u021bia este copiat\u0103",off:"Copiere \xeencheiat\u0103",pending:"Se preg\u0103te\u0219te copierea apelului video...",start:"Afi\u0219a\u021bi subtitr\u0103ri",stop:"Ascunde\u021bi subtitr\u0103ri",tr:"TR"},userMedia:{androidGrantPermissions:"Selecta\u021bi 'Permiteti' c\xe2nd browserul v\u0103 cere permisiunea.",chromeGrantPermissions:"Selecta\u021bi 'Permiteti' c\xe2nd browserul v\u0103 cere permisiunea.",edgeGrantPermissions:"Selecta\u021bi 'Da' c\xe2nd browserul v\u0103 cere permisiunea.",electronGrantPermissions:"V\u0103 rugam s\u0103 acorda\u021bi permisiunea pentru utilizarea camerei \u0219i a microfonului",firefoxGrantPermissions:"Selecta\u021bi 'Parajare cu dispozitivul selectat' c\xe2nd browserul v\u0103 cere permisiunea.",iexplorerGrantPermissions:"Selecta\u021bi OK c\xe2nd browserul v\u0103 cere permisiunea.",nwjsGrantPermissions:"V\u0103 rugam s\u0103 acorda\u021bi permisiunea pentru utilizarea camerei \u0219i a microfonului",operaGrantPermissions:"Selecta\u021bi 'Permiteti' c\xe2nd browserul v\u0103 cere permisiunea.","react-nativeGrantPermissions":"Selecta\u021bi Allow c\xe2nd browserul v\u0103 cere permisiunea.",safariGrantPermissions:"Selecta\u021bi OK c\xe2nd browserul v\u0103 cere permisiunea."},videoSIPGW:{busy:"Lucr\u0103m la eliberarea resurselor. V\u0103 rug\u0103m \xeencerca\u021bi din nou \xeen c\xe2teva minute.",busyTitle:"Serviciul SIP este momentan ocupat",errorAlreadyInvited:"{{displayName}} deja ad\u0103ugat",errorInvite:"Conferin\u021b\u0103 nu a fost ini\u021bializat\u0103. V\u0103 rugam \xeencerca\u021bi mai t\xe2rziu.",errorInviteFailed:"Se lucreaz\u0103 la remedierea acestei probleme. V\u0103 rug\u0103m \xeencerca\u021bi mai t\xe2rziu.",errorInviteFailedTitle:"Invitarea {{displayName}} a e\u0219uat",errorInviteTitle:"Eroare la invitarea la un apel SIP",pending:"{{displayName}} a fost invitat"},videoStatus:{audioOnly:"AUD",audioOnlyExpanded:"Sunte\u021bi \xeen modul 'doar audio'. Acest mod reduce transferul de date \u0219i nu ve\u021bi putea vizualiza imaginile celorlal\u021bi.",callQuality:"Calitate apel",hd:"HD",highDefinition:"Calitate superioar\u0103",labelTooiltipNoVideo:"F\u0103r\u0103 video",labelTooltipAudioOnly:"Modul doar audio activat",ld:"LD",lowDefinition:"Calitate redus\u0103",onlyAudioAvailable:"Doar audio este disponibil",onlyAudioSupported:"\xcen acest navigator este suportat doar 'mod audio'.",sd:"SD",standardDefinition:"Calitate standard"},videothumbnail:{domute:"Microfon oprit",flip:"Flip",kick:"Elimina\u021bi",moderator:"Moderator",mute:"Un membru are microfonul dezactivat",muted:"Microfon dezactivat",remoteControl:"Control la distan\u021b\u0103",show:"",videomute:"Un membru a oprit camera"},welcomepage:{accessibilityLabel:{join:"Atinge\u021bi pentru a accesa",roomname:"Introduce\u021bi numele \u0219edin\u021bei video"},appDescription:"Conversa\u021bi prin apel video cu \xeentreaga echipa. De fapt, cu to\u021bi cunoscu\u021bii. {{app}} este o solu\u021bie de video-conferin\u021b\u0103 criptat\u0103 alc\u0103tuit\u0103 integral din programe gratuite pe care o pute\u021bi folosi tot timpul gratuit - far\u0103 a fi nevoie de cont.",audioVideoSwitch:{audio:"Voce",video:"Video"},calendar:"Calendar",connectCalendarButton:"Conecta\u021bi calendarul",connectCalendarText:"",enterRoomTitle:"Ini\u021bia\u021bi un nou apel video",go:"\xceNCEPE\u021aI",info:"Informa\u021bii",join:"ACCESARE",privacy:"Confiden\u021bialitate",recentList:"Recent",recentListDelete:"\u0218terge\u021bi",recentListEmpty:"Lista dumneavoastr\u0103 recent\u0103 este momentan goal\u0103. Discuta\u021bi cu echipa dumneavoastr\u0103 \u0219i ve\u021bi g\u0103si toate conversa\u021biile aici.",reducedUIText:"",roomname:"Introduce\u021bi numele \u0219edin\u021bei",roomnameHint:"Introduce\u021bi numele sau adresa web a \u0219edin\u021bei la care dori\u021bi s\u0103 v\u0103 conecta\u021bi. Pute\u021bi asocia un nume, dar transmite\u021bi \u0219i celorlal\u021bi participan\u021bi acest nume.",sendFeedback:"L\u0103sa\u021bi-ne feedback",terms:"Termeni",title:"Video-conferin\u021b\u0103 securizat\u0103, cu multiple func\u021bionalit\u0103\u021bi \u0219i complet gratuit\u0103"}}},845,[]); -__d(function(e,o,i,t,r,n,a){r.exports={addPeople:{add:"\u041f\u0440\u0438\u0433\u043b\u0430\u0441\u0438\u0442\u044c",addContacts:"\u041f\u0440\u0438\u0433\u043b\u0430\u0441\u0438\u0442\u0435 \u0434\u0440\u0443\u0433\u0438\u0445 \u043b\u044e\u0434\u0435\u0439",contacts:"\u043a\u043e\u043d\u0442\u0430\u043a\u0442\u044b",copyInvite:"\u0421\u043a\u043e\u043f\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u043f\u0440\u0438\u0433\u043b\u0430\u0448\u0435\u043d\u0438\u0435 \u043d\u0430 \u0432\u0441\u0442\u0440\u0435\u0447\u0443",copyLink:"\u0421\u043a\u043e\u043f\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0441\u0441\u044b\u043b\u043a\u0443 \u043d\u0430 \u0432\u0441\u0442\u0440\u0435\u0447\u0443",copyStream:"\u0421\u043a\u043e\u043f\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0441\u0441\u044b\u043b\u043a\u0443 \u043d\u0430 \u043f\u0440\u044f\u043c\u0443\u044e \u0442\u0440\u0430\u043d\u0441\u043b\u044f\u0446\u0438\u044e",countryNotSupported:"\u042d\u0442\u0430 \u0441\u0442\u0440\u0430\u043d\u0430 \u043f\u043e\u043a\u0430 \u043d\u0435 \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u0442\u0441\u044f.",countryReminder:"\u0412\u044b\u0437\u043e\u0432 \u043d\u0435 \u0432 \u0421\u0428\u0410? \u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u0443\u0431\u0435\u0434\u0438\u0442\u0435\u0441\u044c, \u0447\u0442\u043e \u0443\u043a\u0430\u0437\u0430\u043b\u0438 \u043a\u043e\u0434 \u0441\u0442\u0440\u0430\u043d\u044b!",defaultEmail:"\u0412\u0430\u0448 \u0430\u0434\u0440\u0435\u0441 \u044d\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u043e\u0439 \u043f\u043e\u0447\u0442\u044b",disabled:"\u041f\u043e\u0438\u0441\u043a \u043d\u0435 \u0434\u0430\u043b \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u0430.",failedToAdd:"\u041d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u0434\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0443\u0447\u0430\u0441\u0442\u043d\u0438\u043a\u043e\u0432",googleEmail:"\u042d\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u0430\u044f \u043f\u043e\u0447\u0442\u0430 Google",inviteMoreHeader:"\u0421\u0435\u0439\u0447\u0430\u0441 \u0432\u044b \u043e\u0434\u043d\u0438 \u0432 \u044d\u0442\u043e\u0439 \u0432\u0441\u0442\u0440\u0435\u0447\u0435",inviteMoreMailSubject:"\u041f\u0440\u0438\u0441\u043e\u0435\u0434\u0438\u043d\u0438\u0442\u044c\u0441\u044f \u043a \u0432\u0441\u0442\u0440\u0435\u0447\u0435 {{appName}} ",inviteMorePrompt:"\u041f\u0440\u0438\u0433\u043b\u0430\u0441\u0438\u0442\u044c \u0434\u0440\u0443\u0433\u0438\u0445 \u043b\u044e\u0434\u0435\u0439",linkCopied:"\u0421\u0441\u044b\u043b\u043a\u0430 \u0441\u043a\u043e\u043f\u0438\u0440\u043e\u0432\u0430\u043d\u0430 \u0432 \u0431\u0443\u0444\u0435\u0440 \u043e\u0431\u043c\u0435\u043d\u0430",noResults:"\u041f\u043e\u0438\u0441\u043a \u043d\u0435 \u0434\u0430\u043b \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u0430",outlookEmail:"\u042d\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u0430\u044f \u043f\u043e\u0447\u0442\u0430 Outlook",phoneNumbers:"\u0442\u0435\u043b\u0435\u0444\u043e\u043d\u043d\u044b\u0435 \u043d\u043e\u043c\u0435\u0440\u0430",searching:"\u041f\u043e\u0438\u0441\u043a...",shareInvite:"\u041f\u043e\u0434\u0435\u043b\u0438\u0442\u044c\u0441\u044f \u043f\u0440\u0438\u0433\u043b\u0430\u0448\u0435\u043d\u0438\u0435\u043c \u043d\u0430 \u0432\u0441\u0442\u0440\u0435\u0447\u0443",shareLink:"\u041f\u043e\u0434\u0435\u043b\u0438\u0442\u044c\u0441\u044f \u0441\u0441\u044b\u043b\u043a\u043e\u0439 \u043d\u0430 \u0432\u0441\u0442\u0440\u0435\u0447\u0443 \u0447\u0442\u043e\u0431\u044b \u043f\u0440\u0438\u0433\u043b\u0430\u0441\u0438\u0442\u044c \u0434\u0440\u0443\u0433\u0438\u0445",shareStream:"\u041f\u043e\u0434\u0435\u043b\u0438\u0442\u044c\u0441\u044f \u0441\u0441\u044b\u043b\u043a\u043e\u0439 \u043d\u0430 \u043f\u0440\u044f\u043c\u0443\u044e \u0442\u0440\u0430\u043d\u0441\u043b\u044f\u0446\u0438\u044e",sipAddresses:"sip-\u0430\u0434\u0440\u0435\u0441\u0430",telephone:"\u041d\u043e\u043c\u0435\u0440: {{number}}",title:"\u041f\u0440\u0438\u0433\u043b\u0430\u0441\u0438\u0442\u044c \u043b\u044e\u0434\u0435\u0439 \u043d\u0430 \u044d\u0442\u0443 \u0432\u0441\u0442\u0440\u0435\u0447\u0443",yahooEmail:"\u042d\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u0430\u044f \u043f\u043e\u0447\u0442\u0430 Yahoo"},audioDevices:{bluetooth:"Bluetooth",headphones:"\u041d\u0430\u0443\u0448\u043d\u0438\u043a\u0438",none:"\u041d\u0435 \u043e\u0431\u043d\u0430\u0440\u0443\u0436\u0435\u043d\u044b \u0437\u0432\u0443\u043a\u043e\u0432\u044b\u0435 \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u0430",phone:"\u0422\u0435\u043b\u0435\u0444\u043e\u043d",speaker:"\u041a\u043e\u043b\u043e\u043d\u043a\u0430"},audioOnly:{audioOnly:"\u0422\u043e\u043b\u044c\u043a\u043e \u0437\u0432\u0443\u043a"},breakoutRooms:{actions:{add:"\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0441\u0435\u0441\u0441\u0438\u043e\u043d\u043d\u044b\u0439 \u0437\u0430\u043b",autoAssign:"\u041f\u0440\u0438\u0432\u044f\u0437\u0430\u0442\u044c \u043a \u0437\u0430\u043b\u0443 \u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u0438",close:"\u0417\u0430\u043a\u0440\u044b\u0442\u044c",join:"\u041f\u0440\u0438\u0441\u043e\u0435\u0434\u0438\u043d\u0438\u0442\u044c\u0441\u044f",leaveBreakoutRoom:"\u041f\u043e\u043a\u0438\u043d\u0443\u0442\u044c \u0441\u0435\u0441\u0441\u0438\u043e\u043d\u043d\u044b\u0439 \u0437\u0430\u043b",more:"\u0411\u043e\u043b\u044c\u0448\u0435",remove:"\u0423\u0434\u0430\u043b\u0438\u0442\u044c",sendToBreakoutRoom:"\u041e\u0442\u043f\u0440\u0430\u0432\u0438\u0442\u044c \u0443\u0447\u0430\u0441\u0442\u043d\u0438\u043a\u0430 \u043a:"},defaultName:"\u0421\u0435\u0441\u0441\u0438\u043e\u043d\u043d\u044b\u0439 \u0437\u0430\u043b #{{index}}",mainRoom:"\u0413\u043b\u0430\u0432\u043d\u0430\u044f \u043a\u043e\u043c\u043d\u0430\u0442\u0430",notifications:{joined:"\u0412\u0445\u043e\u0434 \u0432 \u0441\u0435\u0441\u0441\u0438\u043e\u043d\u043d\u044b\u0439 \u0437\u0430\u043b \"{{name}}\"",joinedMainRoom:"\u0412\u0445\u043e\u0434 \u0432 \u0433\u043b\u0430\u0432\u043d\u0443\u044e \u043a\u043e\u043c\u043d\u0430\u0442\u0443",joinedTitle:"\u0421\u0435\u0441\u0441\u0438\u043e\u043d\u043d\u044b\u0435 \u0437\u0430\u043b\u044b"}},calendarSync:{addMeetingURL:"\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0441\u0441\u044b\u043b\u043a\u0443 \u043a\u043e\u043d\u0444\u0435\u0440\u0435\u043d\u0446\u0438\u0438",confirmAddLink:"\u0412\u044b \u0445\u043e\u0442\u0438\u0442\u0435 \u0434\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0441\u0441\u044b\u043b\u043a\u0443 {{app}} \u043a \u044d\u0442\u043e\u043c\u0443 \u043a\u0430\u043b\u0435\u043d\u0434\u0430\u0440\u043d\u043e\u043c\u0443 \u0441\u043e\u0431\u044b\u0442\u0438\u044e?",error:{appConfiguration:"\u041d\u0435\u043f\u0440\u0430\u0432\u0438\u043b\u044c\u043d\u043e \u043d\u0430\u0441\u0442\u0440\u043e\u0435\u043d\u0430 \u0438\u043d\u0442\u0435\u0433\u0440\u0430\u0446\u0438\u044f \u043a\u0430\u043b\u0435\u043d\u0434\u0430\u0440\u044f.",generic:"\u041f\u0440\u043e\u0438\u0437\u043e\u0448\u043b\u0430 \u043e\u0448\u0438\u0431\u043a\u0430. \u041f\u0440\u043e\u0432\u0435\u0440\u044c\u0442\u0435 \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 \u043a\u0430\u043b\u0435\u043d\u0434\u0430\u0440\u044f \u0438\u043b\u0438 \u043f\u043e\u043f\u0440\u043e\u0431\u0443\u0439\u0442\u0435 \u043e\u0431\u043d\u043e\u0432\u0438\u0442\u044c \u0435\u0433\u043e.",notSignedIn:"\u0412 \u043f\u0440\u043e\u0446\u0435\u0441\u0441\u0435 \u0430\u0443\u0442\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0446\u0438\u0438 \u0434\u043b\u044f \u043f\u0440\u043e\u0441\u043c\u043e\u0442\u0440\u0430 \u0441\u043e\u0431\u044b\u0442\u0438\u0439 \u043a\u0430\u043b\u0435\u043d\u0434\u0430\u0440\u044f \u043f\u0440\u043e\u0438\u0437\u043e\u0448\u043b\u0430 \u043e\u0448\u0438\u0431\u043a\u0430. \u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u043f\u0440\u043e\u0432\u0435\u0440\u044c\u0442\u0435 \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 \u043a\u0430\u043b\u0435\u043d\u0434\u0430\u0440\u044f \u0438 \u043f\u043e\u043f\u0440\u043e\u0431\u0443\u0439\u0442\u0435 \u0441\u043d\u043e\u0432\u0430 \u0432\u043e\u0439\u0442\u0438 \u0432 \u0441\u0438\u0441\u0442\u0435\u043c\u0443."},join:"\u041f\u0440\u0438\u0441\u043e\u0435\u0434\u0438\u043d\u0438\u0442\u044c\u0441\u044f",joinTooltip:"\u041f\u0440\u0438\u0441\u043e\u0435\u0434\u0438\u043d\u0438\u0442\u044c\u0441\u044f \u043a \u043a\u043e\u043d\u0444\u0435\u0440\u0435\u043d\u0446\u0438\u0438",nextMeeting:"\u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0430\u044f \u043a\u043e\u043d\u0444\u0435\u0440\u0435\u043d\u0446\u0438\u044f",noEvents:"\u041d\u0435\u0442 \u0437\u0430\u043f\u043b\u0430\u043d\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u044b\u0445 \u0441\u043e\u0431\u044b\u0442\u0438\u0439.",ongoingMeeting:"\u0442\u0435\u043a\u0443\u0449\u0430\u044f \u043a\u043e\u043d\u0444\u0435\u0440\u0435\u043d\u0446\u0438\u044f",permissionButton:"\u041e\u0442\u043a\u0440\u044b\u0442\u044c \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438",permissionMessage:"\u0414\u043b\u044f \u043f\u043e\u043a\u0430\u0437\u0430 \u0432\u0430\u0448\u0438\u0445 \u0432\u0441\u0442\u0440\u0435\u0447 \u0432 \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0438 \u043d\u0443\u0436\u0435\u043d \u0434\u043e\u0441\u0442\u0443\u043f \u043a \u043a\u0430\u043b\u0435\u043d\u0434\u0430\u0440\u044e.",refresh:"\u041e\u0431\u043d\u043e\u0432\u0438\u0442\u044c \u043a\u0430\u043b\u0435\u043d\u0434\u0430\u0440\u044c",today:"\u0421\u0435\u0433\u043e\u0434\u043d\u044f"},carmode:{actions:{selectSoundDevice:"\u0412\u044b\u0431\u043e\u0440 \u0430\u0443\u0434\u0438\u043e\u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u0430"},labels:{buttonLabel:"\u0423\u043f\u0440\u043e\u0449\u0435\u043d\u043d\u044b\u0439 \u0440\u0435\u0436\u0438\u043c",title:"\u0423\u043f\u0440\u043e\u0449\u0435\u043d\u043d\u044b\u0439 \u0440\u0435\u0436\u0438\u043c",videoStopped:"\u0412\u0438\u0434\u0435\u043e \u043e\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d\u043e"}},chat:{enter:"\u0412\u043e\u0439\u0434\u0438 \u0432 \u043a\u043e\u043c\u043d\u0430\u0442\u0443",error:"\u041e\u0448\u0438\u0431\u043a\u0430: \u0412\u0430\u0448\u0435 \u0441\u043e\u043e\u0431\u0449\u0435\u043d\u0438\u0435 \u043d\u0435 \u0431\u044b\u043b\u043e \u043e\u0442\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u043e. \u041f\u0440\u0438\u0447\u0438\u043d\u0430: {{error}}",fieldPlaceHolder:"\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u0437\u0434\u0435\u0441\u044c \u0432\u0430\u0448\u0435 \u0441\u043e\u043e\u0431\u0449\u0435\u043d\u0438\u0435",lobbyChatMessageTo:"\u0421\u043e\u043e\u0431\u0449\u0435\u043d\u0438\u0435 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044e {{recipient}}",message:"\u0421\u043e\u043e\u0431\u0449\u0435\u043d\u0438\u0435",messageAccessibleTitle:"{{user}} \u0433\u043e\u0432\u043e\u0440\u0438\u0442:",messageAccessibleTitleMe:"\u044f \u0433\u043e\u0432\u043e\u0440\u044e:",messageTo:"\u041b\u0438\u0447\u043d\u043e\u0435 \u0441\u043e\u043e\u0431\u0449\u0435\u043d\u0438\u0435 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044e {{recipient}}",messagebox:"\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u0441\u043e\u043e\u0431\u0449\u0435\u043d\u0438\u0435",newMessages:"\u041d\u043e\u0432\u044b\u0435 \u0441\u043e\u043e\u0431\u0449\u0435\u043d\u0438\u044f",nickname:{popover:"\u0412\u044b\u0431\u0435\u0440\u0438\u0442\u0435 \u0438\u043c\u044f",title:"\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u0438\u043c\u044f \u0434\u043b\u044f \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u044f \u0447\u0430\u0442\u0430",titleWithPolls:"\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u0438\u043c\u044f \u0434\u043b\u044f \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u044f \u0447\u0430\u0442\u0430"},noMessagesMessage:"\u0412 \u043a\u043e\u043d\u0444\u0435\u0440\u0435\u043d\u0446\u0438\u0438 \u043f\u043e\u043a\u0430 \u043d\u0435\u0442 \u043d\u0438\u043a\u0430\u043a\u0438\u0445 \u0441\u043e\u043e\u0431\u0449\u0435\u043d\u0438\u0439. \u041d\u0430\u0447\u043d\u0438\u0442\u0435 \u0440\u0430\u0437\u0433\u043e\u0432\u043e\u0440!",privateNotice:"\u041b\u0438\u0447\u043d\u043e\u0435 \u0441\u043e\u043e\u0431\u0449\u0435\u043d\u0438\u0435 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044e {{recipient}}",sendButton:"\u041e\u0442\u043f\u0440\u0430\u0432\u0438\u0442\u044c",smileysPanel:"Emoji \u043f\u0430\u043d\u0435\u043b\u044c",tabs:{chat:"\u0427\u0430\u0442",polls:"\u041e\u043f\u0440\u043e\u0441\u044b"},title:"\u0427\u0430\u0442",titleWithPolls:"\u0427\u0430\u0442",you:"\u0432\u044b"},chromeExtensionBanner:{buttonText:"\u0423\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043d\u0438\u0435 Chrome",buttonTextEdge:"\u0423\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043d\u0438\u0435 Edge",close:"\u0417\u0430\u043a\u0440\u044b\u0442\u044c",dontShowAgain:"\u041d\u0435 \u043f\u043e\u043a\u0430\u0437\u044b\u0432\u0430\u0439 \u043c\u043d\u0435 \u044d\u0442\u043e \u0441\u043d\u043e\u0432\u0430",installExtensionText:"\u0423\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u0435 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043d\u0438\u0435 \u0434\u043b\u044f \u0438\u043d\u0442\u0435\u0433\u0440\u0430\u0446\u0438\u0438 \u0441 Google \u041a\u0430\u043b\u0435\u043d\u0434\u0430\u0440\u044c \u0438 Office 365"},connectingOverlay:{joiningRoom:"\u041f\u044b\u0442\u0430\u0435\u043c\u0441\u044f \u043f\u0440\u0438\u0441\u043e\u0435\u0434\u0438\u043d\u0438\u0442\u044c\u0441\u044f \u043a \u0432\u0430\u0448\u0435\u0439 \u043a\u043e\u043d\u0444\u0435\u0440\u0435\u043d\u0446\u0438\u0438..."},connection:{ATTACHED:"\u041f\u0440\u0438\u043a\u0440\u0435\u043f\u043b\u0435\u043d\u043e",AUTHENTICATING:"\u0410\u0443\u0442\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0446\u0438\u044f",AUTHFAIL:"\u041e\u0448\u0438\u0431\u043a\u0430 \u0430\u0443\u0442\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0446\u0438\u0438",CONNECTED:"\u041f\u043e\u0434\u043a\u043b\u044e\u0447\u0435\u043d\u043e",CONNECTING:"\u041f\u043e\u0434\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u0435",CONNFAIL:"\u0421\u0431\u043e\u0439 \u043f\u043e\u0434\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u044f",DISCONNECTED:"\u041e\u0442\u043a\u043b\u044e\u0447\u0435\u043d\u043e",DISCONNECTING:"\u041e\u0442\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u0435",ERROR:"\u041e\u0448\u0438\u0431\u043a\u0430",FETCH_SESSION_ID:"\u041f\u043e\u043b\u0443\u0447\u0435\u043d\u0438\u0435 \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440\u0430 \u0441\u0435\u0430\u043d\u0441\u0430\u2026",GET_SESSION_ID_ERROR:"\u041e\u0448\u0438\u0431\u043a\u0430 \u043f\u043e\u043b\u0443\u0447\u0435\u043d\u0438\u044f \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440\u0430 \u0441\u0435\u0430\u043d\u0441\u0430: {{code}}",GOT_SESSION_ID:"\u041f\u043e\u043b\u0443\u0447\u0435\u043d\u0438\u0435 \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440\u0430 \u0441\u0435\u0430\u043d\u0441\u0430\u2026 \u0413\u043e\u0442\u043e\u0432\u043e",LOW_BANDWIDTH:"\u0412\u0438\u0434\u0435\u043e \u0434\u043b\u044f {{displayName}} \u043f\u0440\u0438\u043e\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d\u043e \u0438\u0437-\u0437\u0430 \u043d\u0438\u0437\u043a\u043e\u0439 \u043f\u0440\u043e\u043f\u0443\u0441\u043a\u043d\u043e\u0439 \u0441\u043f\u043e\u0441\u043e\u0431\u043d\u043e\u0441\u0442\u0438"},connectionindicator:{address:"\u0410\u0434\u0440\u0435\u0441:",audio_ssrc:"\u0410\u0443\u0434\u0438\u043e SSRC:",bandwidth:"\u0421\u0440\u0435\u0434\u043d\u044f\u044f \u0441\u043a\u043e\u0440\u043e\u0441\u0442\u044c:",bitrate:"\u0411\u0438\u0442\u0440\u0435\u0439\u0442:",bridgeCount:"\u041a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e \u0441\u0435\u0440\u0432\u0435\u0440\u043e\u0432: ",codecs:"\u041a\u043e\u0434\u0435\u043a\u0438 (A/V): ",connectedTo:"\u041f\u043e\u0434\u043a\u043b\u044e\u0447\u0435\u043d \u043a:",framerate:"\u0427\u0430\u0441\u0442\u043e\u0442\u0430 \u043a\u0430\u0434\u0440\u043e\u0432:",less:"\u041a\u0440\u0430\u0442\u043a\u0430\u044f \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044f",localaddress:"\u041b\u043e\u043a\u0430\u043b\u044c\u043d\u044b\u0439 \u0430\u0434\u0440\u0435\u0441:",localaddress_plural:"\u041b\u043e\u043a\u0430\u043b\u044c\u043d\u044b\u0435 \u0430\u0434\u0440\u0435\u0441\u0430:",localport:"\u041b\u043e\u043a\u0430\u043b\u044c\u043d\u044b\u0439 \u043f\u043e\u0440\u0442:",localport_plural:"\u041b\u043e\u043a\u0430\u043b\u044c\u043d\u044b\u0435 \u043f\u043e\u0440\u0442\u044b:",maxEnabledResolution:"\u041c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u043e\u0435 \u0440\u0430\u0437\u0440\u0435\u0448\u0435\u043d\u0438\u0435",more:"\u041f\u043e\u0434\u0440\u043e\u0431\u043d\u0430\u044f \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044f",packetloss:"\u041f\u043e\u0442\u0435\u0440\u0438 \u043f\u0430\u043a\u0435\u0442\u043e\u0432:",participant_id:"id \u0443\u0447\u0430\u0441\u0442\u043d\u0438\u043a\u0430:",quality:{good:"\u0425\u043e\u0440\u043e\u0448\u043e",inactive:"\u043d\u0435 \u0430\u043a\u0442\u0438\u0432\u043d\u043e",lost:"\u043f\u043e\u0442\u0435\u0440\u044f\u043d\u043e",nonoptimal:"\u043d\u0435 \u043e\u043f\u0442\u0438\u043c\u0430\u043b\u044c\u043d\u043e",poor:"\u043f\u043b\u043e\u0445\u043e"},remoteaddress:"\u0423\u0434\u0430\u043b\u0435\u043d\u043d\u044b\u0439 \u0430\u0434\u0440\u0435\u0441:",remoteaddress_plural:"\u0423\u0434\u0430\u043b\u0435\u043d\u043d\u044b\u0435 \u0430\u0434\u0440\u0435\u0441\u0430:",remoteport:"\u0423\u0434\u0430\u043b\u0435\u043d\u043d\u044b\u0439 \u043f\u043e\u0440\u0442:",remoteport_plural:"\u0423\u0434\u0430\u043b\u0435\u043d\u043d\u044b\u0435 \u043f\u043e\u0440\u0442\u044b:",resolution:"\u0420\u0430\u0437\u0440\u0435\u0448\u0435\u043d\u0438\u0435:",savelogs:"\u0421\u043e\u0445\u0440\u0430\u043d\u0438\u0442\u044c \u043b\u043e\u0433\u0438",status:"\u0421\u0432\u044f\u0437\u044c:",transport:"\u0422\u0440\u0430\u043d\u0441\u043f\u043e\u0440\u0442:",transport_plural:"\u0422\u0440\u0430\u043d\u0441\u043f\u043e\u0440\u0442\u044b:",video_ssrc:"\u0412\u0438\u0434\u0435\u043e SSRC:"},dateUtils:{earlier:"\u0420\u0430\u043d\u0435\u0435",today:"\u0421\u0435\u0433\u043e\u0434\u043d\u044f",yesterday:"\u0412\u0447\u0435\u0440\u0430"},deepLinking:{appNotInstalled:"\u0427\u0442\u043e\u0431\u044b \u043f\u0440\u0438\u0441\u043e\u0435\u0434\u0438\u043d\u0438\u0442\u044c\u0441\u044f \u043a \u044d\u0442\u043e\u0439 \u0432\u0441\u0442\u0440\u0435\u0447\u0435 \u043d\u0430 \u0442\u0435\u043b\u0435\u0444\u043e\u043d\u0435, \u043d\u0443\u0436\u043d\u043e \u043c\u043e\u0431\u0438\u043b\u044c\u043d\u043e\u0435 \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0435 {{app}}.",description:"\u041d\u0438\u0447\u0435\u0433\u043e \u043d\u0435 \u0441\u043b\u0443\u0447\u0438\u043b\u043e\u0441\u044c? \u041c\u044b \u043f\u043e\u043f\u044b\u0442\u0430\u043b\u0438\u0441\u044c \u0437\u0430\u043f\u0443\u0441\u0442\u0438\u0442\u044c \u0432\u0430\u0448\u0443 \u0432\u0441\u0442\u0440\u0435\u0447\u0443 \u0432 \u043d\u0430\u0441\u0442\u043e\u043b\u044c\u043d\u043e\u043c \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0438 {{app}}. \u041f\u043e\u0432\u0442\u043e\u0440\u0438\u0442\u0435 \u043f\u043e\u043f\u044b\u0442\u043a\u0443 \u0438\u043b\u0438 \u0437\u0430\u043f\u0443\u0441\u0442\u0438\u0442\u0435 \u0435\u0435 \u0432 \u0432\u0435\u0431-\u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0438 {{app}}.",descriptionWithoutWeb:"\u041d\u0438\u0447\u0435\u0433\u043e \u043d\u0435 \u043f\u0440\u043e\u0438\u0437\u043e\u0448\u043b\u043e? \u041c\u044b \u043f\u043e\u043f\u044b\u0442\u0430\u043b\u0438\u0441\u044c \u0437\u0430\u043f\u0443\u0441\u0442\u0438\u0442\u044c \u0432\u0430\u0448\u0443 \u043a\u043e\u043d\u0444\u0435\u0440\u0435\u043d\u0446\u0438\u044e \u0432 \u043d\u0430\u0441\u0442\u043e\u043b\u044c\u043d\u043e\u043c \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0438 {{app}}",downloadApp:"\u0421\u043a\u0430\u0447\u0430\u0442\u044c \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0435",downloadMobileApp:"\u0421\u043a\u0430\u0447\u0430\u0442\u044c \u0438\u0437 App Store",ifDoNotHaveApp:"\u0415\u0441\u043b\u0438 \u0443 \u0412\u0430\u0441 \u0435\u0449\u0451 \u043d\u0435\u0442 \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u044f:",ifHaveApp:"\u0415\u0441\u043b\u0438 \u0443 \u0412\u0430\u0441 \u0443\u0436\u0435 \u0435\u0441\u0442\u044c \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0435:",joinInApp:"\u041f\u0440\u0438\u0441\u043e\u0435\u0434\u0438\u043d\u0438\u0442\u044c\u0441\u044f \u043a \u044d\u0442\u043e\u0439 \u0432\u0441\u0442\u0440\u0435\u0447\u0435 \u0441 \u043f\u043e\u043c\u043e\u0449\u044c\u044e \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u044f",joinInAppNew:"\u041f\u0440\u0438\u0441\u043e\u0435\u0434\u0438\u043d\u0438\u0442\u044c\u0441\u044f \u0432 \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0438",joinInBrowser:"\u041f\u0440\u0438\u0441\u043e\u0435\u0434\u0438\u043d\u0438\u0442\u044c\u0441\u044f \u0432 \u0431\u0440\u0430\u0443\u0437\u0435\u0440\u0435",launchMeetingLabel:"\u041a\u0430\u043a \u0432\u044b \u0445\u043e\u0442\u0438\u0442\u0435 \u043f\u0440\u0438\u0441\u043e\u0435\u0434\u0438\u043d\u0438\u0442\u044c\u0441\u044f \u043a \u044d\u0442\u043e\u0439 \u0432\u0441\u0442\u0440\u0435\u0447\u0435?",launchWebButton:"\u0417\u0430\u043f\u0443\u0441\u0442\u0438\u0442\u044c \u0432 \u0431\u0440\u0430\u0443\u0437\u0435\u0440\u0435",noMobileApp:"\u0423 \u0432\u0430\u0441 \u043d\u0435\u0442 \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u044f?",title:"\u0417\u0430\u043f\u0443\u0441\u043a \u0432\u0430\u0448\u0435\u0439 \u0432\u0441\u0442\u0440\u0435\u0447\u0438 \u0432 {{app}}...",tryAgainButton:"\u041f\u043e\u0432\u0442\u043e\u0440\u0438\u0442\u0435 \u0432 \u043d\u0430\u0441\u0442\u043e\u043b\u044c\u043d\u043e\u043c \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0438",unsupportedBrowser:"\u0412\u044b \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u0442\u0435 \u0431\u0440\u0430\u0443\u0437\u0435\u0440, \u043a\u043e\u0442\u043e\u0440\u044b\u0439 \u043c\u044b \u043d\u0435 \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u043c."},defaultLink:"\u043d\u0430\u043f\u0440. {{url}}",defaultNickname:"\u043d\u0430\u043f\u0440. \u042f\u043d\u0430 \u0426\u0432\u0435\u0442\u043a\u043e\u0432\u0430",deviceError:{cameraError:"\u041e\u0448\u0438\u0431\u043a\u0430 \u0434\u043e\u0441\u0442\u0443\u043f\u0430 \u043a \u043a\u0430\u043c\u0435\u0440\u0435",cameraPermission:"\u041e\u0448\u0438\u0431\u043a\u0430 \u0434\u043e\u0441\u0442\u0443\u043f\u0430 \u043a \u043c\u0438\u043a\u0440\u043e\u0444\u043e\u043d\u0443",microphoneError:"\u041e\u0448\u0438\u0431\u043a\u0430 \u0434\u043e\u0441\u0442\u0443\u043f\u0430 \u043a \u043c\u0438\u043a\u0440\u043e\u0444\u043e\u043d\u0443",microphonePermission:"\u041d\u0435\u0442 \u0440\u0430\u0437\u0440\u0435\u0448\u0435\u043d\u0438\u044f \u043d\u0430 \u0434\u043e\u0441\u0442\u0443\u043f \u043a \u043c\u0438\u043a\u0440\u043e\u0444\u043e\u043d\u0443"},deviceSelection:{noPermission:"\u041d\u0435\u0442 \u0434\u043e\u0441\u0442\u0443\u043f\u0430",previewUnavailable:"\u041f\u0440\u0435\u0434\u043f\u0440\u043e\u0441\u043c\u043e\u0442\u0440 \u043d\u0435\u0434\u043e\u0441\u0442\u0443\u043f\u0435\u043d",selectADevice:"\u0412\u044b\u0431\u043e\u0440 \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u0430",testAudio:"\u041f\u0440\u043e\u0442\u0435\u0441\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0437\u0432\u0443\u043a"},dialOut:{statusMessage:"\u0441\u0435\u0439\u0447\u0430\u0441 {{status}}"},dialog:{Back:"\u041d\u0430\u0437\u0430\u0434",Cancel:"\u041e\u0442\u043c\u0435\u043d\u0430",IamHost:"\u042f \u043e\u0440\u0433\u0430\u043d\u0438\u0437\u0430\u0442\u043e\u0440",Ok:"Ok",Remove:"\u0423\u0434\u0430\u043b\u0438\u0442\u044c",Share:"\u041f\u043e\u0434\u0435\u043b\u0438\u0442\u044c\u0441\u044f",Submit:"\u041e\u041a",WaitForHostMsg:"\u041a\u043e\u043d\u0444\u0435\u0440\u0435\u043d\u0446\u0438\u044f \u0435\u0449\u0435 \u043d\u0435 \u043d\u0430\u0447\u0430\u043b\u0430\u0441\u044c. \u0415\u0441\u043b\u0438 \u0432\u044b \u043e\u0440\u0433\u0430\u043d\u0438\u0437\u0430\u0442\u043e\u0440, \u043f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u0430\u0432\u0442\u043e\u0440\u0438\u0437\u0438\u0440\u0443\u0439\u0442\u0435\u0441\u044c. \u0412 \u043f\u0440\u043e\u0442\u0438\u0432\u043d\u043e\u043c \u0441\u043b\u0443\u0447\u0430\u0435 \u0434\u043e\u0436\u0434\u0438\u0442\u0435\u0441\u044c \u043e\u0440\u0433\u0430\u043d\u0438\u0437\u0430\u0442\u043e\u0440\u0430.",WaitingForHostTitle:"\u0416\u0434\u0435\u043c \u043e\u0440\u0433\u0430\u043d\u0438\u0437\u0430\u0442\u043e\u0440\u0430...",Yes:"\u0414\u0430",accessibilityLabel:{liveStreaming:"\u0422\u0440\u0430\u043d\u0441\u043b\u044f\u0446\u0438\u044f"},add:"\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c",addMeetingNote:"\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0437\u0430\u043f\u0438\u0441\u043a\u0443 \u043e\u0431 \u044d\u0442\u043e\u043c \u043c\u0438\u0442\u0438\u0433\u0435",addOptionalNote:"\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0437\u0430\u043f\u0438\u0441\u043a\u0443 (\u043d\u0435\u043e\u0431\u044f\u0437\u0430\u0442\u0435\u043b\u044c\u043d\u043e):",allow:"\u0420\u0430\u0437\u0440\u0435\u0448\u0438\u0442\u044c",alreadySharedVideoMsg:"\u0414\u0440\u0443\u0433\u043e\u0439 \u0443\u0447\u0430\u0441\u0442\u043d\u0438\u043a \u0443\u0436\u0435 \u043f\u043e\u0434\u0435\u043b\u0438\u043b\u0441\u044f \u0441\u0441\u044b\u043b\u043a\u043e\u0439 \u043d\u0430 \u0432\u0438\u0434\u0435\u043e. \u0414\u0430\u043d\u043d\u0430\u044f \u043a\u043e\u043d\u0444\u0435\u0440\u0435\u043d\u0446\u0438\u044f \u043f\u043e\u0437\u0432\u043e\u043b\u044f\u0435\u0442 \u043e\u0434\u043d\u043e\u0432\u0440\u0435\u043c\u0435\u043d\u043d\u043e \u0434\u0435\u043b\u0438\u0442\u044c\u0441\u044f \u0442\u043e\u043b\u044c\u043a\u043e \u043e\u0434\u043d\u0438\u043c \u0432\u0438\u0434\u0435\u043e.",alreadySharedVideoTitle:"\u0414\u043e\u043f\u0443\u0441\u043a\u0430\u0435\u0442\u0441\u044f \u043f\u043e\u043a\u0430\u0437 \u0442\u043e\u043b\u044c\u043a\u043e \u043e\u0434\u043d\u043e\u0433\u043e \u0432\u0438\u0434\u0435\u043e",applicationWindow:"\u041e\u043a\u043d\u043e \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u044f",authenticationRequired:"\u0422\u0440\u0435\u0431\u0443\u0435\u0442\u0441\u044f \u0430\u0432\u0442\u043e\u0440\u0438\u0437\u0430\u0446\u0438\u044f",cameraConstraintFailedError:"\u041a\u0430\u043c\u0435\u0440\u0430 \u043d\u0435 \u043e\u0442\u0432\u0435\u0447\u0430\u0435\u0442 \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u043d\u044b\u043c \u0442\u0440\u0435\u0431\u043e\u0432\u0430\u043d\u0438\u044f\u043c.",cameraNotFoundError:"\u041a\u0430\u043c\u0435\u0440\u0430 \u043d\u0435 \u043e\u0431\u043d\u0430\u0440\u0443\u0436\u0435\u043d\u0430.",cameraNotSendingData:"\u041e\u0448\u0438\u0431\u043a\u0430 \u0434\u043e\u0441\u0442\u0443\u043f\u0430 \u043a \u043a\u0430\u043c\u0435\u0440\u0435. \u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u043f\u0440\u043e\u0432\u0435\u0440\u044c\u0442\u0435, \u043d\u0435 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u0442 \u043b\u0438 \u043a\u0430\u043c\u0435\u0440\u0443 \u043a\u0430\u043a\u0430\u044f-\u043d\u0438\u0431\u0443\u0434\u044c \u0434\u0440\u0443\u0433\u0430\u044f \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u0430. \u0412\u044b \u043c\u043e\u0436\u0435\u0442\u0435 \u0442\u0430\u043a\u0436\u0435 \u0432\u044b\u0431\u0440\u0430\u0442\u044c \u0434\u0440\u0443\u0433\u043e\u0435 \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u043e \u0438\u0437 \u043c\u0435\u043d\u044e \u043d\u0430\u0441\u0442\u0440\u043e\u0435\u043a \u0438\u043b\u0438 \u043f\u043e\u043f\u0440\u043e\u0431\u043e\u0432\u0430\u0442\u044c \u043f\u0435\u0440\u0435\u0437\u0430\u043f\u0443\u0441\u0442\u0438\u0442\u044c \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0435.",cameraNotSendingDataTitle:"\u041d\u0435\u0442 \u0434\u043e\u0441\u0442\u0443\u043f\u0430 \u043a \u043a\u0430\u043c\u0435\u0440\u0435",cameraPermissionDeniedError:"\u041d\u0435\u0442 \u0434\u043e\u0441\u0442\u0443\u043f\u0430 \u043a \u043a\u0430\u043c\u0435\u0440\u0435. \u0412\u044b \u043c\u043e\u0436\u0435\u0442\u0435 \u0443\u0447\u0430\u0441\u0442\u0432\u043e\u0432\u0430\u0442\u044c \u0432\u043e \u0432\u0441\u0442\u0440\u0435\u0447\u0435, \u043d\u043e \u0434\u0440\u0443\u0433\u0438\u0435 \u043d\u0435 \u0431\u0443\u0434\u0443\u0442 \u0432\u0430\u0441 \u0432\u0438\u0434\u0435\u0442\u044c. \u0418\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0439\u0442\u0435 \u0437\u043d\u0430\u0447\u043e\u043a \u043a\u0430\u043c\u0435\u0440\u044b \u0432 \u0430\u0434\u0440\u0435\u0441\u043d\u043e\u0439 \u0441\u0442\u0440\u043e\u043a\u0435 \u0431\u0440\u0430\u0443\u0437\u0435\u0440\u0430, \u0447\u0442\u043e\u0431\u044b \u0443\u0441\u0442\u0440\u0430\u043d\u0438\u0442\u044c \u043f\u0440\u043e\u0431\u043b\u0435\u043c\u0443.",cameraTimeoutError:"\u041d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u0437\u0430\u043f\u0443\u0441\u0442\u0438\u0442\u044c \u0438\u0441\u0442\u043e\u0447\u043d\u0438\u043a \u0432\u0438\u0434\u0435\u043e. \u041f\u0440\u043e\u0438\u0437\u043e\u0448\u0435\u043b \u0442\u0430\u0439\u043c-\u0430\u0443\u0442!\u041d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u0437\u0430\u043f\u0443\u0441\u0442\u0438\u0442\u044c \u0438\u0441\u0442\u043e\u0447\u043d\u0438\u043a \u0432\u0438\u0434\u0435\u043e. \u041f\u0440\u043e\u0438\u0437\u043e\u0448\u0435\u043b \u0442\u0430\u0439\u043c-\u0430\u0443\u0442!",cameraUnknownError:"\u041d\u0435\u0438\u0437\u0432\u0435\u0441\u0442\u043d\u0430\u044f \u043e\u0448\u0438\u0431\u043a\u0430 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u044f \u043a\u0430\u043c\u0435\u0440\u044b.",cameraUnsupportedResolutionError:"\u0412\u0430\u0448\u0430 \u043a\u0430\u043c\u0435\u0440\u0430 \u043d\u0435 \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u0442 \u043d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u043e\u0435 \u0440\u0430\u0437\u0440\u0435\u0448\u0435\u043d\u0438\u0435 \u0432\u0438\u0434\u0435\u043e.",close:"\u0417\u0430\u043a\u0440\u044b\u0442\u044c",conferenceDisconnectMsg:"\u0421\u043b\u0435\u0434\u0443\u0435\u0442 \u043f\u0440\u043e\u0432\u0435\u0440\u0438\u0442\u044c \u0438\u043d\u0442\u0435\u0440\u043d\u0435\u0442-\u0441\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u0438\u0435. \u041f\u043e\u043f\u044b\u0442\u043a\u0430 \u0432\u043e\u0441\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u044f \u0441\u0432\u044f\u0437\u0438 \u0447\u0435\u0440\u0435\u0437 {{seconds}} \u0441.",conferenceDisconnectTitle:"\u0412\u044b \u043e\u0442\u043a\u043b\u044e\u0447\u0435\u043d\u044b.",conferenceReloadMsg:"\u041c\u044b \u0441\u0442\u0430\u0440\u0430\u0435\u043c\u0441\u044f \u044d\u0442\u043e \u0438\u0441\u043f\u0440\u0430\u0432\u0438\u0442\u044c. \u0412\u043e\u0441\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u0435 \u0441\u0432\u044f\u0437\u0438 \u0447\u0435\u0440\u0435\u0437 {{seconds}} \u0441.",conferenceReloadTitle:"\u041a \u0441\u043e\u0436\u0430\u043b\u0435\u043d\u0438\u044e, \u0447\u0442\u043e-\u0442\u043e \u043f\u043e\u0448\u043b\u043e \u043d\u0435 \u0442\u0430\u043a.",confirm:"\u041f\u043e\u0434\u0442\u0432\u0435\u0440\u0434\u0438\u0442\u044c",confirmNo:"\u041d\u0435\u0442",confirmYes:"\u0414\u0430",connectError:"\u041e\u0448\u0438\u0431\u043a\u0430. \u041d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c \u0441\u0432\u044f\u0437\u044c \u0434\u043b\u044f \u0432\u0430\u0448\u0435\u0439 \u0432\u0441\u0442\u0440\u0435\u0447\u0438.",connectErrorWithMsg:"\u041e\u0448\u0438\u0431\u043a\u0430. \u041d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c \u0441\u0432\u044f\u0437\u044c \u0434\u043b\u044f \u0432\u0430\u0448\u0435\u0439 \u0432\u0441\u0442\u0440\u0435\u0447\u0438: {{msg}}",connecting:"\u041f\u043e\u0434\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u0435",contactSupport:"\u0421\u0432\u044f\u0437\u044c \u0441 \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u043a\u043e\u0439",copied:"\u0421\u043a\u043e\u043f\u0438\u0440\u043e\u0432\u0430\u043d\u043e",copy:"\u041a\u043e\u043f\u0438\u0440\u043e\u0432\u0430\u0442\u044c",dismiss:"\u041e\u0442\u043a\u043b\u043e\u043d\u0438\u0442\u044c",displayNameRequired:"\u041f\u0440\u0438\u0432\u0435\u0442! \u041a\u0430\u043a \u0442\u0435\u0431\u044f \u0437\u043e\u0432\u0443\u0442?",done:"\u0413\u043e\u0442\u043e\u0432\u043e",e2eeDescription:"\u0421\u043a\u0432\u043e\u0437\u043d\u043e\u0435 \u0448\u0438\u0444\u0440\u043e\u0432\u0430\u043d\u0438\u0435 \u0432 \u043d\u0430\u0441\u0442\u043e\u044f\u0449\u0435\u0435 \u0432\u0440\u0435\u043c\u044f \u044f\u0432\u043b\u044f\u0435\u0442\u0441\u044f \u042d\u041a\u0421\u041f\u0415\u0420\u0418\u041c\u0415\u041d\u0422\u0410\u041b\u042c\u041d\u042b\u041c. \u0418\u043c\u0435\u0439\u0442\u0435 \u0432 \u0432\u0438\u0434\u0443, \u0447\u0442\u043e \u0432\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u0435 \u0441\u043a\u0432\u043e\u0437\u043d\u043e\u0433\u043e \u0448\u0438\u0444\u0440\u043e\u0432\u0430\u043d\u0438\u044f \u044d\u0444\u0444\u0435\u043a\u0442\u0438\u0432\u043d\u043e \u043e\u0442\u043a\u043b\u044e\u0447\u0438\u0442 \u0441\u0435\u0440\u0432\u0438\u0441\u044b, \u043f\u0440\u0435\u0434\u043e\u0441\u0442\u0430\u0432\u043b\u044f\u0435\u043c\u044b\u0435 \u043d\u0430 \u0441\u0442\u043e\u0440\u043e\u043d\u0435 \u0441\u0435\u0440\u0432\u0435\u0440\u0430, \u0442\u0430\u043a\u0438\u0435 \u043a\u0430\u043a: \u0437\u0430\u043f\u0438\u0441\u044c, \u043f\u043e\u0442\u043e\u043a\u043e\u0432\u043e\u0435 \u0432\u0435\u0449\u0430\u043d\u0438\u0435 \u0438 \u0443\u0447\u0430\u0441\u0442\u0438\u0435 \u043f\u043e \u0442\u0435\u043b\u0435\u0444\u043e\u043d\u0443. \u0422\u0430\u043a\u0436\u0435 \u0438\u043c\u0435\u0439\u0442\u0435 \u0432 \u0432\u0438\u0434\u0443, \u0447\u0442\u043e \u0441\u043e\u0431\u0440\u0430\u043d\u0438\u0435 \u0431\u0443\u0434\u0435\u0442 \u0440\u0430\u0431\u043e\u0442\u0430\u0442\u044c \u0442\u043e\u043b\u044c\u043a\u043e \u0434\u043b\u044f \u043b\u044e\u0434\u0435\u0439, \u043f\u0440\u0438\u0441\u043e\u0435\u0434\u0438\u043d\u044f\u044e\u0449\u0438\u0445\u0441\u044f \u0438\u0437 \u0431\u0440\u0430\u0443\u0437\u0435\u0440\u043e\u0432 \u0441 \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u043a\u043e\u0439 \u0432\u0441\u0442\u0430\u0432\u043b\u044f\u0435\u043c\u044b\u0445 \u043f\u043e\u0442\u043e\u043a\u043e\u0432.",e2eeDisabledDueToMaxModeDescription:"\u041d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u0432\u043a\u043b\u044e\u0447\u0438\u0442\u044c \u0441\u043a\u0432\u043e\u0437\u043d\u043e\u0435 \u0448\u0438\u0444\u0440\u043e\u0432\u0430\u043d\u0438\u0435 \u0438\u0437-\u0437\u0430 \u0431\u043e\u043b\u044c\u0448\u043e\u0433\u043e \u043a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u0430 \u0443\u0447\u0430\u0441\u0442\u043d\u0438\u043a\u043e\u0432 \u043a\u043e\u043d\u0444\u0435\u0440\u0435\u043d\u0446\u0438\u0438.",e2eeLabel:"E2EE \u043a\u043b\u044e\u0447",e2eeWarning:"\u041f\u0420\u0415\u0414\u0423\u041f\u0420\u0415\u0416\u0414\u0415\u041d\u0418\u0415. \u041f\u043e\u0445\u043e\u0436\u0435, \u0447\u0442\u043e \u043d\u0435 \u0432\u0441\u0435 \u0443\u0447\u0430\u0441\u0442\u043d\u0438\u043a\u0438 \u044d\u0442\u043e\u0439 \u0432\u0441\u0442\u0440\u0435\u0447\u0438 \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u044e\u0442 \u0441\u043a\u0432\u043e\u0437\u043d\u043e\u0435 \u0448\u0438\u0444\u0440\u043e\u0432\u0430\u043d\u0438\u0435. \u0415\u0441\u043b\u0438 \u0432\u044b \u0432\u043a\u043b\u044e\u0447\u0438\u0442\u0435 \u0435\u0433\u043e, \u043e\u043d\u0438 \u043d\u0435 \u0441\u043c\u043e\u0433\u0443\u0442 \u0432\u0430\u0441 \u043d\u0438 \u0432\u0438\u0434\u0435\u0442\u044c, \u043d\u0438 \u0441\u043b\u044b\u0448\u0430\u0442\u044c.",e2eeWillDisableDueToMaxModeDescription:"\u0412\u041d\u0418\u041c\u0410\u041d\u0418\u0415: \u0421\u043a\u0432\u043e\u0437\u043d\u043e\u0435 \u0448\u0438\u0444\u0440\u043e\u0432\u0430\u043d\u0438\u0435 \u0431\u0443\u0434\u0435\u0442 \u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u0438 \u043e\u0442\u043a\u043b\u044e\u0447\u0435\u043d\u043e, \u0435\u0441\u043b\u0438 \u043a \u043a\u043e\u043d\u0444\u0435\u0440\u0435\u043d\u0446\u0438\u0438 \u043f\u0440\u0438\u0441\u043e\u0435\u0434\u0438\u043d\u0438\u0442\u0441\u044f \u0431\u043e\u043b\u044c\u0448\u0435 \u0443\u0447\u0430\u0441\u0442\u043d\u0438\u043a\u043e\u0432.",embedMeeting:"\u0412\u0441\u0442\u0440\u043e\u0438\u0442\u044c \u0432\u0441\u0442\u0440\u0435\u0447\u0443",enterDisplayName:"\u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u0432\u0432\u0435\u0434\u0438\u0442\u0435 \u0441\u0432\u043e\u0435 \u0438\u043c\u044f",error:"\u041e\u0448\u0438\u0431\u043a\u0430",gracefulShutdown:"\u0422\u0435\u0445\u043d\u0438\u0447\u0435\u0441\u043a\u0438\u0435 \u0440\u0430\u0431\u043e\u0442\u044b. \u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u043f\u043e\u043f\u0440\u043e\u0431\u0443\u0439\u0442\u0435 \u043f\u043e\u0437\u0436\u0435.",grantModeratorDialog:"\u0412\u044b \u0443\u0432\u0435\u0440\u0435\u043d\u044b, \u0447\u0442\u043e \u0445\u043e\u0442\u0438\u0442\u0435 \u0441\u0434\u0435\u043b\u0430\u0442\u044c \u044d\u0442\u043e\u0433\u043e \u0443\u0447\u0430\u0441\u0442\u043d\u0438\u043a\u0430 \u043c\u043e\u0434\u0435\u0440\u0430\u0442\u043e\u0440\u043e\u043c?",grantModeratorTitle:"\u0421\u0434\u0435\u043b\u0430\u0442\u044c \u043c\u043e\u0434\u0435\u0440\u0430\u0442\u043e\u0440\u043e\u043c",hide:"\u0421\u043a\u0440\u044b\u0442\u044c",hideShareAudioHelper:"\u0411\u043e\u043b\u044c\u0448\u0435 \u043d\u0435 \u043f\u043e\u043a\u0430\u0437\u044b\u0432\u0430\u0442\u044c \u044d\u0442\u043e \u0434\u0438\u0430\u043b\u043e\u0433\u043e\u0432\u043e\u0435 \u043e\u043a\u043d\u043e",incorrectPassword:"\u041e\u0448\u0438\u0431\u043a\u0430 \u0438\u043c\u0435\u043d\u0438 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f \u0438\u043b\u0438 \u043f\u0430\u0440\u043e\u043b\u044f",incorrectRoomLockPassword:"\u041d\u0435\u0432\u0435\u0440\u043d\u044b\u0439 \u043f\u0430\u0440\u043e\u043b\u044c",internalError:"\u0427\u0442\u043e-\u0442\u043e \u043f\u043e\u0448\u043b\u043e \u043d\u0435 \u0442\u0430\u043a. \u041e\u0448\u0438\u0431\u043a\u0430: {{error}}",internalErrorTitle:"\u0412\u043d\u0443\u0442\u0440\u0435\u043d\u043d\u044f\u044f \u043e\u0448\u0438\u0431\u043a\u0430",kickMessage:"\u0412\u044b \u043c\u043e\u0436\u0435\u0442\u0435 \u0441\u0432\u044f\u0437\u0430\u0442\u044c\u0441\u044f \u0441 {{participantDisplayName}} \u0434\u043b\u044f \u043f\u043e\u043b\u0443\u0447\u0435\u043d\u0438\u044f \u0431\u043e\u043b\u0435\u0435 \u043f\u043e\u0434\u0440\u043e\u0431\u043d\u043e\u0439 \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u0438.",kickParticipantButton:"\u041e\u0442\u043a\u043b\u044e\u0447\u0438\u0442\u044c",kickParticipantDialog:"\u0412\u044b \u0443\u0432\u0435\u0440\u0435\u043d\u044b, \u0447\u0442\u043e \u0445\u043e\u0442\u0438\u0442\u0435 \u043e\u0442\u043a\u043b\u044e\u0447\u0438\u0442\u044c \u044d\u0442\u043e\u0433\u043e \u0443\u0447\u0430\u0441\u0442\u043d\u0438\u043a\u0430?",kickParticipantTitle:"\u041e\u0442\u043a\u043b\u044e\u0447\u0438\u0442\u044c \u044d\u0442\u043e\u0433\u043e \u0443\u0447\u0430\u0441\u0442\u043d\u0438\u043a\u0430?",kickTitle:"{{participantDisplayName}} \u043e\u0442\u043a\u043b\u044e\u0447\u0438\u043b \u0432\u0430\u0441 \u043e\u0442 \u043a\u043e\u043d\u0444\u0435\u0440\u0435\u043d\u0446\u0438\u0438.",linkMeeting:"\u0421\u0432\u044f\u0437\u0430\u0442\u044c \u0432\u0441\u0442\u0440\u0435\u0447\u0443",linkMeetingTitle:"\u0421\u0432\u044f\u0437\u0430\u0442\u044c \u0432\u0441\u0442\u0440\u0435\u0447\u0443 \u0441 Salesforce",liveStreaming:"\u0422\u0440\u0430\u043d\u0441\u043b\u044f\u0446\u0438\u044f",liveStreamingDisabledBecauseOfActiveRecordingTooltip:"\u041d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u043f\u043e\u043a\u0430 \u0430\u043a\u0442\u0438\u0432\u043d\u0430 \u0437\u0430\u043f\u0438\u0441\u044c",localUserControls:"\u041b\u043e\u043a\u0430\u043b\u044c\u043d\u044b\u0435 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044c\u0441\u043a\u0438\u0435 \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u044b \u0443\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u044f",lockMessage:"\u041d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u0437\u0430\u043f\u0435\u0440\u0435\u0442\u044c \u043a\u043e\u043d\u0444\u0435\u0440\u0435\u043d\u0446\u0438\u044e",lockRoom:"\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u043a\u043e\u043d\u0444\u0435\u0440\u0435\u043d\u0446\u0438\u044e $t(lockRoomPasswordUppercase)",lockTitle:"\u0411\u043b\u043e\u043a\u0438\u0440\u043e\u0432\u043a\u0430 \u043d\u0435 \u0443\u0434\u0430\u043b\u0430\u0441\u044c",login:"\u0412\u043e\u0439\u0442\u0438",logoutQuestion:"\u0423\u0432\u0435\u0440\u0435\u043d\u044b, \u0447\u0442\u043e \u0445\u043e\u0442\u0438\u0442\u0435 \u0432\u044b\u0439\u0442\u0438 \u0438 \u043e\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c \u0432\u0441\u0442\u0440\u0435\u0447\u0443?",logoutTitle:"\u0417\u0430\u0432\u0435\u0440\u0448\u0438\u0442\u044c \u0441\u0435\u0430\u043d\u0441",maxUsersLimitReached:"\u0414\u043e\u0441\u0442\u0438\u0433\u043d\u0443\u0442 \u043b\u0438\u043c\u0438\u0442 \u043d\u0430 \u043c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u043e\u0435 \u043a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e \u0443\u0447\u0430\u0441\u0442\u043d\u0438\u043a\u043e\u0432. \u041a\u043e\u043d\u0444\u0435\u0440\u0435\u043d\u0446\u0438\u044f \u043f\u0435\u0440\u0435\u043f\u043e\u043b\u043d\u0435\u043d\u0430. \u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u0441\u0432\u044f\u0436\u0438\u0442\u0435\u0441\u044c \u0441 \u043e\u0440\u0433\u0430\u043d\u0438\u0437\u0430\u0442\u043e\u0440\u043e\u043c \u043a\u043e\u043d\u0444\u0435\u0440\u0435\u043d\u0446\u0438\u0438 \u0438\u043b\u0438 \u043f\u043e\u0432\u0442\u043e\u0440\u0438\u0442\u0435 \u043f\u043e\u043f\u044b\u0442\u043a\u0443 \u043f\u043e\u0437\u0436\u0435!",maxUsersLimitReachedTitle:"\u0414\u043e\u0441\u0442\u0438\u0433\u043d\u0443\u0442 \u043c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u044b\u0439 \u043b\u0438\u043c\u0438\u0442 \u0443\u0447\u0430\u0441\u0442\u043d\u0438\u043a\u043e\u0432",micConstraintFailedError:"\u0412\u0430\u0448 \u043c\u0438\u043a\u0440\u043e\u0444\u043e\u043d \u043d\u0435 \u043e\u0442\u0432\u0435\u0447\u0430\u0435\u0442 \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u043d\u044b\u043c \u0442\u0440\u0435\u0431\u043e\u0432\u0430\u043d\u0438\u044f\u043c.",micNotFoundError:"\u041c\u0438\u043a\u0440\u043e\u0444\u043e\u043d \u043d\u0435 \u043e\u0431\u043d\u0430\u0440\u0443\u0436\u0435\u043d.",micNotSendingData:"\u041f\u0435\u0440\u0435\u0439\u0434\u0438\u0442\u0435 \u0432 \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 \u043a\u043e\u043c\u043f\u044c\u044e\u0442\u0435\u0440\u0430, \u0447\u0442\u043e\u0431\u044b \u0432\u043a\u043b\u044e\u0447\u0438\u0442\u044c \u043c\u0438\u043a\u0440\u043e\u0444\u043e\u043d \u0438 \u043d\u0430\u0441\u0442\u0440\u043e\u0438\u0442\u044c \u0443\u0440\u043e\u0432\u0435\u043d\u044c \u0447\u0443\u0432\u0441\u0442\u0432\u0438\u0442\u0435\u043b\u044c\u043d\u043e\u0441\u0442\u0438.",micNotSendingDataTitle:"\u0412\u0430\u0448 \u043c\u0438\u043a\u0440\u043e\u0444\u043e\u043d \u043e\u0442\u043a\u043b\u044e\u0447\u0435\u043d \u0441\u0438\u0441\u0442\u0435\u043c\u043d\u044b\u043c\u0438 \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0430\u043c\u0438",micPermissionDeniedError:"\u041d\u0435\u0442 \u0434\u043e\u0441\u0442\u0443\u043f\u0430 \u043a \u043c\u0438\u043a\u0440\u043e\u0444\u043e\u043d\u0443. \u0412\u044b \u043c\u043e\u0436\u0435\u0442\u0435 \u0443\u0447\u0430\u0441\u0442\u0432\u043e\u0432\u0430\u0442\u044c \u0432\u043e \u0432\u0441\u0442\u0440\u0435\u0447\u0435, \u043d\u043e \u0434\u0440\u0443\u0433\u0438\u0435 \u043d\u0435 \u0431\u0443\u0434\u0443\u0442 \u0432\u0430\u0441 \u0441\u043b\u044b\u0448\u0430\u0442\u044c. \u0418\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0439\u0442\u0435 \u0437\u043d\u0430\u0447\u043e\u043a \u043a\u0430\u043c\u0435\u0440\u044b \u0432 \u0430\u0434\u0440\u0435\u0441\u043d\u043e\u0439 \u0441\u0442\u0440\u043e\u043a\u0435 \u0431\u0440\u0430\u0443\u0437\u0435\u0440\u0430, \u0447\u0442\u043e\u0431\u044b \u0443\u0441\u0442\u0440\u0430\u043d\u0438\u0442\u044c \u043f\u0440\u043e\u0431\u043b\u0435\u043c\u0443.",micTimeoutError:"\u041d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u0437\u0430\u043f\u0443\u0441\u0442\u0438\u0442\u044c \u0438\u0441\u0442\u043e\u0447\u043d\u0438\u043a \u0437\u0432\u0443\u043a\u0430. \u041f\u0440\u043e\u0438\u0437\u043e\u0448\u0435\u043b \u0442\u0430\u0439\u043c-\u0430\u0443\u0442!",micUnknownError:"\u041d\u0435\u0438\u0437\u0432\u0435\u0441\u0442\u043d\u0430\u044f \u043e\u0448\u0438\u0431\u043a\u0430 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u044f \u043c\u0438\u043a\u0440\u043e\u0444\u043e\u043d\u0430.",moderationAudioLabel:"\u0420\u0430\u0437\u0440\u0435\u0448\u0438\u0442\u044c \u0443\u0447\u0430\u0441\u0442\u043d\u0438\u043a\u0430\u043c \u0441\u0430\u043c\u043e\u0441\u0442\u043e\u044f\u0442\u0435\u043b\u044c\u043d\u043e \u0432\u043a\u043b\u044e\u0447\u0430\u0442\u044c \u0437\u0432\u0443\u043a",moderationVideoLabel:"\u0420\u0430\u0437\u0440\u0435\u0448\u0438\u0442\u044c \u0443\u0447\u0430\u0441\u0442\u043d\u0438\u043a\u0430\u043c \u0437\u0430\u043f\u0443\u0441\u043a\u0430\u0442\u044c \u0441\u0432\u043e\u0435 \u0432\u0438\u0434\u0435\u043e",muteEveryoneDialog:"\u0412\u044b \u0443\u0432\u0435\u0440\u0435\u043d\u044b, \u0447\u0442\u043e \u0445\u043e\u0442\u0438\u0442\u0435 \u043e\u0442\u043a\u043b\u044e\u0447\u0438\u0442\u044c \u043c\u0438\u043a\u0440\u043e\u0444\u043e\u043d\u044b \u0443 \u0432\u0441\u0435\u0445? \u0412\u044b \u043d\u0435 \u0441\u043c\u043e\u0436\u0435\u0442\u0435 \u0432\u043a\u043b\u044e\u0447\u0438\u0442\u044c \u0438\u0445, \u043d\u043e \u043e\u043d\u0438 \u043c\u043e\u0433\u0443\u0442 \u0432\u043a\u043b\u044e\u0447\u0438\u0442\u044c \u0441\u0435\u0431\u044f \u0432 \u043b\u044e\u0431\u043e\u0439 \u043c\u043e\u043c\u0435\u043d\u0442.",muteEveryoneDialogModerationOn:"\u0423\u0447\u0430\u0441\u0442\u043d\u0438\u043a\u0438 \u043c\u043e\u0433\u0443\u0442 \u043e\u0442\u043f\u0440\u0430\u0432\u0438\u0442\u044c \u0437\u0430\u043f\u0440\u043e\u0441 \u043d\u0430 \u0432\u044b\u0441\u0442\u0443\u043f\u043b\u0435\u043d\u0438\u0435 \u0432 \u043b\u044e\u0431\u043e\u0435 \u0432\u0440\u0435\u043c\u044f.",muteEveryoneElseDialog:"\u041f\u043e\u0441\u043b\u0435 \u043e\u0442\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u044f \u043c\u0438\u043a\u0440\u043e\u0444\u043e\u043d\u043e\u0432 \u0443 \u0443\u0447\u0430\u0441\u0442\u043d\u0438\u043a\u043e\u0432 \u0432\u044b \u043d\u0435 \u0441\u043c\u043e\u0436\u0435\u0442\u0435 \u0432\u043a\u043b\u044e\u0447\u0438\u0442\u044c \u0438\u0445, \u043d\u043e \u043e\u043d\u0438 \u043c\u043e\u0433\u0443\u0442 \u0432\u043a\u043b\u044e\u0447\u0438\u0442\u044c \u0441\u0435\u0431\u044f \u0432 \u043b\u044e\u0431\u043e\u0439 \u043c\u043e\u043c\u0435\u043d\u0442.",muteEveryoneElseTitle:"\u0417\u0430\u0433\u043b\u0443\u0448\u0438\u0442\u044c \u0432\u0441\u0435\u0445, \u0437\u0430 \u0438\u0441\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u0435\u043c {{whom}}?",muteEveryoneElsesVideoDialog:"\u041a\u0430\u043a \u0442\u043e\u043b\u044c\u043a\u043e \u043a\u0430\u043c\u0435\u0440\u0430 \u0431\u0443\u0434\u0435\u0442 \u043e\u0442\u043a\u043b\u044e\u0447\u0435\u043d\u0430, \u0432\u044b \u043d\u0435 \u0441\u043c\u043e\u0436\u0435\u0442\u0435 \u0441\u043d\u043e\u0432\u0430 \u0432\u043a\u043b\u044e\u0447\u0438\u0442\u044c \u0435\u0435, \u043d\u043e \u043e\u043d\u0438 \u043c\u043e\u0433\u0443\u0442 \u0432\u043a\u043b\u044e\u0447\u0438\u0442\u044c \u0435\u0435 \u0441\u043d\u043e\u0432\u0430 \u0432 \u043b\u044e\u0431\u043e\u0435 \u0432\u0440\u0435\u043c\u044f.",muteEveryoneElsesVideoTitle:"\u041e\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c \u0432\u0438\u0434\u0435\u043e \u0434\u043b\u044f \u0432\u0441\u0435\u0445, \u043a\u0440\u043e\u043c\u0435 {{\u043a\u043e\u0433\u043e}}?",muteEveryoneSelf:"\u0441\u0435\u0431\u044f",muteEveryoneStartMuted:"\u0422\u0435\u043f\u0435\u0440\u044c \u0443 \u0432\u0441\u0435\u0445 \u043c\u0438\u043a\u0440\u043e\u0444\u043e\u043d\u044b \u0432\u044b\u043a\u043b\u044e\u0447\u0435\u043d\u044b",muteEveryoneTitle:"\u0417\u0430\u0433\u043b\u0443\u0448\u0438\u0442\u044c \u0432\u0441\u0435\u0445?",muteEveryonesVideoDialog:"\u0423\u0447\u0430\u0441\u0442\u043d\u0438\u043a\u0438 \u043c\u043e\u0433\u0443\u0442 \u0432\u043a\u043b\u044e\u0447\u0438\u0442\u044c \u0441\u0432\u043e\u0435 \u0432\u0438\u0434\u0435\u043e \u0432 \u043b\u044e\u0431\u043e\u0435 \u0432\u0440\u0435\u043c\u044f.",muteEveryonesVideoDialogModerationOn:"\u0423\u0447\u0430\u0441\u0442\u043d\u0438\u043a\u0438 \u043c\u043e\u0433\u0443\u0442 \u043e\u0442\u043f\u0440\u0430\u0432\u0438\u0442\u044c \u0437\u0430\u043f\u0440\u043e\u0441 \u043d\u0430 \u0432\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u0435 \u0441\u0432\u043e\u0435\u0433\u043e \u0432\u0438\u0434\u0435\u043e \u0432 \u043b\u044e\u0431\u043e\u0435 \u0432\u0440\u0435\u043c\u044f.",muteEveryonesVideoDialogOk:"\u041e\u0442\u043a\u043b\u044e\u0447\u0438\u0442\u044c",muteEveryonesVideoTitle:"\u041e\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c \u0432\u0441\u0435\u043e\u0431\u0449\u0435\u0435 \u0432\u0438\u0434\u0435\u043e?",muteParticipantBody:"\u0412\u044b \u043d\u0435 \u043c\u043e\u0436\u0435\u0442\u0435 \u0432\u043a\u043b\u044e\u0447\u0438\u0442\u044c \u0438\u043c \u043c\u0438\u043a\u0440\u043e\u0444\u043e\u043d, \u043d\u043e \u043e\u043d\u0438 \u043c\u043e\u0433\u0443\u0442 \u0441\u0434\u0435\u043b\u0430\u0442\u044c \u044d\u0442\u043e \u0441\u0430\u043c\u0438 \u0432 \u043b\u044e\u0431\u043e\u0435 \u0432\u0440\u0435\u043c\u044f.",muteParticipantButton:"\u0417\u0430\u0433\u043b\u0443\u0448\u0438\u0442\u044c",muteParticipantsVideoBody:"\u0412\u044b \u043d\u0435 \u0441\u043c\u043e\u0436\u0435\u0442\u0435 \u0441\u043d\u043e\u0432\u0430 \u0432\u043a\u043b\u044e\u0447\u0438\u0442\u044c \u043a\u0430\u043c\u0435\u0440\u0443, \u043d\u043e \u043e\u043d\u0438 \u043c\u043e\u0433\u0443\u0442 \u0432\u043a\u043b\u044e\u0447\u0438\u0442\u044c \u0435\u0435 \u0441\u043d\u043e\u0432\u0430 \u0432 \u043b\u044e\u0431\u043e\u0435 \u0432\u0440\u0435\u043c\u044f.",muteParticipantsVideoBodyModerationOn:"\u0412\u044b \u043d\u0435 \u0441\u043c\u043e\u0436\u0435\u0442\u0435 \u0441\u043d\u043e\u0432\u0430 \u0432\u043a\u043b\u044e\u0447\u0438\u0442\u044c \u043a\u0430\u043c\u0435\u0440\u0443, \u0438 \u043e\u043d\u0438 \u0442\u043e\u0436\u0435.",muteParticipantsVideoButton:"\u041e\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c \u0432\u0438\u0434\u0435\u043e",muteParticipantsVideoDialog:"\u0412\u044b \u0443\u0432\u0435\u0440\u0435\u043d\u044b, \u0447\u0442\u043e \u0445\u043e\u0442\u0438\u0442\u0435 \u0432\u044b\u043a\u043b\u044e\u0447\u0438\u0442\u044c \u043a\u0430\u043c\u0435\u0440\u0443 \u044d\u0442\u043e\u0433\u043e \u0443\u0447\u0430\u0441\u0442\u043d\u0438\u043a\u0430? \u0412\u044b \u043d\u0435 \u0441\u043c\u043e\u0436\u0435\u0442\u0435 \u0441\u043d\u043e\u0432\u0430 \u0432\u043a\u043b\u044e\u0447\u0438\u0442\u044c \u043a\u0430\u043c\u0435\u0440\u0443, \u043d\u043e \u043e\u043d\u0438 \u043c\u043e\u0433\u0443\u0442 \u0432\u043a\u043b\u044e\u0447\u0438\u0442\u044c \u0435\u0435 \u0441\u043d\u043e\u0432\u0430 \u0432 \u043b\u044e\u0431\u043e\u0435 \u0432\u0440\u0435\u043c\u044f.",muteParticipantsVideoDialogModerationOn:"\u0412\u044b \u0443\u0432\u0435\u0440\u0435\u043d\u044b, \u0447\u0442\u043e \u0445\u043e\u0442\u0438\u0442\u0435 \u0432\u044b\u043a\u043b\u044e\u0447\u0438\u0442\u044c \u043a\u0430\u043c\u0435\u0440\u0443 \u044d\u0442\u043e\u0433\u043e \u0443\u0447\u0430\u0441\u0442\u043d\u0438\u043a\u0430? \u0412\u044b \u043d\u0435 \u0441\u043c\u043e\u0436\u0435\u0442\u0435 \u0441\u043d\u043e\u0432\u0430 \u0432\u043a\u043b\u044e\u0447\u0438\u0442\u044c \u043a\u0430\u043c\u0435\u0440\u0443, \u0438 \u043e\u043d\u0438 \u0442\u043e\u0436\u0435.",muteParticipantsVideoTitle:"\u041e\u0442\u043a\u043b\u044e\u0447\u0438\u0442\u044c \u043a\u0430\u043c\u0435\u0440\u0443 \u044d\u0442\u043e\u0433\u043e \u0443\u0447\u0430\u0441\u0442\u043d\u0438\u043a\u0430?",noDropboxToken:"\u041d\u0435\u0442 \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0442\u0435\u043b\u044c\u043d\u043e\u0433\u043e \u0442\u043e\u043a\u0435\u043d\u0430 Dropbox",password:"\u041f\u0430\u0440\u043e\u043b\u044c",passwordLabel:"\u0412\u0441\u0442\u0440\u0435\u0447\u0430 \u0431\u044b\u043b\u0430 \u0437\u0430\u0449\u0438\u0449\u0435\u043d\u0430 \u0443\u0447\u0430\u0441\u0442\u043d\u0438\u043a\u043e\u043c. \u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u0432\u0432\u0435\u0434\u0438\u0442\u0435 $t(lockRoomPasswordUppercase) \u0447\u0442\u043e\u0431\u044b \u043f\u0440\u0438\u0441\u043e\u0435\u0434\u0438\u043d\u0438\u0442\u044c\u0441\u044f.",passwordNotSupported:"\u0423\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0430 $t(lockRoomPassword) \u0434\u043b\u044f \u043a\u043e\u043d\u0444\u0435\u0440\u0435\u043d\u0446\u0438\u0438 \u043d\u0435 \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u0442\u0441\u044f.",passwordNotSupportedTitle:"$t(lockRoomPasswordUppercase) \u043d\u0435 \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u0442\u0441\u044f",passwordRequired:"\u0422\u0440\u0435\u0431\u0443\u0435\u0442\u0441\u044f $t(lockRoomPasswordUppercase)",permissionCameraRequiredError:"\u0414\u043b\u044f \u0443\u0447\u0430\u0441\u0442\u0438\u044f \u0432 \u043a\u043e\u043d\u0444\u0435\u0440\u0435\u043d\u0446\u0438\u044f\u0445 \u0441 \u0432\u0438\u0434\u0435\u043e \u0442\u0440\u0435\u0431\u0443\u0435\u0442\u0441\u044f \u0440\u0430\u0437\u0440\u0435\u0448\u0435\u043d\u0438\u0435 \u043a\u0430\u043c\u0435\u0440\u044b. \u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u043f\u0440\u0435\u0434\u043e\u0441\u0442\u0430\u0432\u044c\u0442\u0435 \u0435\u0433\u043e \u0432 \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0430\u0445",permissionErrorTitle:"\u0422\u0440\u0435\u0431\u0443\u0435\u0442\u0441\u044f \u0440\u0430\u0437\u0440\u0435\u0448\u0435\u043d\u0438\u0435",permissionMicRequiredError:"\u0414\u043b\u044f \u0443\u0447\u0430\u0441\u0442\u0438\u044f \u0432 \u043a\u043e\u043d\u0444\u0435\u0440\u0435\u043d\u0446\u0438\u044f\u0445 \u0441\u043e \u0437\u0432\u0443\u043a\u043e\u043c \u0442\u0440\u0435\u0431\u0443\u0435\u0442\u0441\u044f \u0440\u0430\u0437\u0440\u0435\u0448\u0435\u043d\u0438\u0435 \u043d\u0430 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u0435 \u043c\u0438\u043a\u0440\u043e\u0444\u043e\u043d\u0430. \u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u043f\u0440\u0435\u0434\u043e\u0441\u0442\u0430\u0432\u044c\u0442\u0435 \u0435\u0433\u043e \u0432 \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0430\u0445",popupError:"\u0412\u0430\u0448 \u0431\u0440\u0430\u0443\u0437\u0435\u0440 \u0431\u043b\u043e\u043a\u0438\u0440\u0443\u0435\u0442 \u0432\u0441\u043f\u043b\u044b\u0432\u0430\u044e\u0449\u0438\u0435 \u043e\u043a\u043d\u0430 \u044d\u0442\u043e\u0433\u043e \u0441\u0430\u0439\u0442\u0430. \u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u0440\u0430\u0437\u0440\u0435\u0448\u0438\u0442\u0435 \u0432\u0441\u043f\u043b\u044b\u0432\u0430\u044e\u0449\u0438\u0435 \u043e\u043a\u043d\u0430 \u0432 \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0430\u0445 \u0431\u0435\u0437\u043e\u043f\u0430\u0441\u043d\u043e\u0441\u0442\u0438 \u0431\u0440\u0430\u0443\u0437\u0435\u0440\u0430 \u0438 \u043f\u043e\u043f\u0440\u043e\u0431\u0443\u0439\u0442\u0435 \u0441\u043d\u043e\u0432\u0430.",popupErrorTitle:"\u0417\u0430\u0431\u043b\u043e\u043a\u0438\u0440\u043e\u0432\u0430\u043d\u043e \u0432\u0441\u043f\u043b\u044b\u0432\u0430\u044e\u0449\u0435\u0435 \u043e\u043a\u043d\u043e",readMore:"\u0431\u043e\u043b\u044c\u0448\u0435",recentlyUsedObjects:"\u0412\u0430\u0448\u0438 \u043d\u0435\u0434\u0430\u0432\u043d\u043e \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u043d\u044b\u0435 \u043e\u0431\u044a\u0435\u043a\u0442\u044b",recording:"\u0417\u0430\u043f\u0438\u0441\u044c",recordingDisabledBecauseOfActiveLiveStreamingTooltip:"\u041d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u043f\u043e\u043a\u0430 \u0430\u043a\u0442\u0438\u0432\u043d\u043e \u043f\u043e\u0442\u043e\u043a\u043e\u0432\u043e\u0435 \u0432\u0435\u0449\u0430\u043d\u0438\u0435",rejoinNow:"\u041f\u043e\u0434\u043a\u043b\u044e\u0447\u0438\u0442\u044c\u0441\u044f \u0441\u043d\u043e\u0432\u0430",remoteControlAllowedMessage:"{{user}} \u043f\u0440\u0438\u043d\u044f\u043b \u0432\u0430\u0448 \u0437\u0430\u043f\u0440\u043e\u0441 \u043d\u0430 \u0443\u0434\u0430\u043b\u0435\u043d\u043d\u043e\u0435 \u0443\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u0435!",remoteControlDeniedMessage:"{{user}} \u043e\u0442\u043a\u043b\u043e\u043d\u0438\u043b \u0432\u0430\u0448 \u0437\u0430\u043f\u0440\u043e\u0441 \u043d\u0430 \u0443\u0434\u0430\u043b\u0435\u043d\u043d\u043e\u0435 \u0443\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u0435!",remoteControlErrorMessage:"\u041f\u0440\u043e\u0438\u0437\u043e\u0448\u043b\u0430 \u043e\u0448\u0438\u0431\u043a\u0430 \u043f\u0440\u0438 \u043f\u043e\u043f\u044b\u0442\u043a\u0435 \u0437\u0430\u043f\u0440\u043e\u0441\u0438\u0442\u044c \u0440\u0430\u0437\u0440\u0435\u0448\u0435\u043d\u0438\u044f \u0443\u0434\u0430\u043b\u0435\u043d\u043d\u043e\u0433\u043e \u0443\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u044f \u043e\u0442 {{user}}!",remoteControlRequestMessage:"\u0420\u0430\u0437\u0440\u0435\u0448\u0438\u0442\u044c {{user}} \u0443\u0434\u0430\u043b\u0435\u043d\u043d\u043e\u0435 \u0443\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u0435 \u0432\u0430\u0448\u0438\u043c \u0440\u0430\u0431\u043e\u0447\u0438\u043c \u0441\u0442\u043e\u043b\u043e\u043c?",remoteControlShareScreenWarning:"\u0415\u0441\u043b\u0438 \u043d\u0430\u0436\u043c\u0435\u0442\u0435 \"\u0420\u0430\u0437\u0440\u0435\u0448\u0438\u0442\u044c\", \u0442\u043e \u043f\u043e\u0434\u0435\u043b\u0438\u0442\u0435\u0441\u044c \u0441\u0432\u043e\u0438\u043c \u044d\u043a\u0440\u0430\u043d\u043e\u043c!",remoteControlStopMessage:"\u0421\u0435\u0441\u0441\u0438\u044f \u0443\u0434\u0430\u043b\u0435\u043d\u043d\u043e\u0433\u043e \u0443\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u044f \u0437\u0430\u0432\u0435\u0440\u0448\u0435\u043d\u0430!",remoteControlTitle:"\u0423\u0434\u0430\u043b\u0435\u043d\u043d\u043e\u0435 \u0443\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u0435 \u0440\u0430\u0431\u043e\u0447\u0438\u043c \u0441\u0442\u043e\u043b\u043e\u043c",remoteUserControls:"\u0423\u0434\u0430\u043b\u0435\u043d\u043d\u043e\u0435 \u0443\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u0435 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f\u043c\u0438 {{username}}",removePassword:"\u0423\u0431\u0440\u0430\u0442\u044c $t(lockRoomPassword)",removeSharedVideoMsg:"\u0423\u0432\u0435\u0440\u0435\u043d\u044b, \u0447\u0442\u043e \u0445\u043e\u0442\u0438\u0442\u0435 \u0443\u0431\u0440\u0430\u0442\u044c \u0432\u0438\u0434\u0435\u043e, \u043a\u043e\u0442\u043e\u0440\u044b\u043c \u043f\u043e\u0434\u0435\u043b\u0438\u043b\u0438\u0441\u044c?",removeSharedVideoTitle:"\u0423\u0431\u0440\u0430\u0442\u044c \u0432\u0438\u0434\u0435\u043e",reservationError:"\u041e\u0448\u0438\u0431\u043a\u0430 \u0441\u0438\u0441\u0442\u0435\u043c\u044b \u0440\u0435\u0437\u0435\u0440\u0432\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f",reservationErrorMsg:"\u041a\u043e\u0434 \u043e\u0448\u0438\u0431\u043a\u0438: {{code}}, \u0441\u043e\u043e\u0431\u0449\u0435\u043d\u0438\u0435: {{msg}}",retry:"\u041f\u043e\u0432\u0442\u043e\u0440\u0438\u0442\u044c",screenSharingAudio:"\u041f\u043e\u0434\u0435\u043b\u0438\u0442\u044c\u0441\u044f \u0430\u0443\u0434\u0438\u043e",screenSharingFailed:"\u041e\u0439! \u041a\u0430\u0436\u0435\u0442\u0441\u044f \u0447\u0442\u043e-\u0442\u043e \u043f\u043e\u0448\u043b\u043e \u043d\u0435 \u0442\u0430\u043a, \u043c\u044b \u043d\u0435 \u043c\u043e\u0436\u0435\u043c \u043d\u0430\u0447\u0430\u0442\u044c \u043f\u043e\u043a\u0430\u0437 \u044d\u043a\u0440\u0430\u043d\u0430!",screenSharingFailedTitle:"\u0421\u0431\u043e\u0439 \u043f\u043e\u043a\u0430\u0437\u0430 \u044d\u043a\u0440\u0430\u043d\u0430!",screenSharingPermissionDeniedError:"\u041e\u0448\u0438\u0431\u043a\u0430 \u0434\u043e\u0441\u0442\u0443\u043f\u0430 \u043a \u0432\u0430\u0448\u0435\u043c\u0443 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043d\u0438\u044e \u0434\u043b\u044f \u043f\u043e\u043a\u0430\u0437\u0430 \u044d\u043a\u0440\u0430\u043d\u0430. \u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u043f\u0435\u0440\u0435\u0437\u0430\u043f\u0443\u0441\u0442\u0438\u0442\u0435 \u0431\u0440\u0430\u0443\u0437\u0435\u0440 \u0438 \u043f\u043e\u043f\u0440\u043e\u0431\u0443\u0439\u0442\u0435 \u0441\u043d\u043e\u0432\u0430.",searchInSalesforce:"\u0418\u0441\u043a\u0430\u0442\u044c \u0432 Salesforce",searchResults:"\u0420\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u044b \u043f\u043e\u0438\u0441\u043a\u0430({{count}})",searchResultsDetailsError:"\u0427\u0442\u043e-\u0442\u043e \u043f\u043e\u0448\u043b\u043e \u043d\u0435 \u0442\u0430\u043a \u043f\u0440\u0438 \u043f\u043e\u043b\u0443\u0447\u0435\u043d\u0438\u0438 \u0434\u0430\u043d\u043d\u044b\u0445 \u0432\u043b\u0430\u0434\u0435\u043b\u044c\u0446\u0430.",searchResultsError:"\u0427\u0442\u043e-\u0442\u043e \u043f\u043e\u0448\u043b\u043e \u043d\u0435 \u0442\u0430\u043a \u043f\u0440\u0438 \u043f\u043e\u043b\u0443\u0447\u0435\u043d\u0438\u0438 \u0434\u0430\u043d\u043d\u044b\u0445.",searchResultsNotFound:"\u041d\u0438\u0447\u0435\u0433\u043e \u043d\u0435 \u043d\u0430\u0439\u0434\u0435\u043d\u043e.",searchResultsTryAgain:"\u041f\u043e\u043f\u0440\u043e\u0431\u0443\u0439\u0442\u0435 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u044c \u0434\u0440\u0443\u0433\u0438\u0435 \u043a\u043b\u044e\u0447\u0435\u0432\u044b\u0435 \u0441\u043b\u043e\u0432\u0430.",sendPrivateMessage:"\u0412\u044b \u043d\u0435\u0434\u0430\u0432\u043d\u043e \u043f\u043e\u043b\u0443\u0447\u0438\u043b\u0438 \u043b\u0438\u0447\u043d\u043e\u0435 \u0441\u043e\u043e\u0431\u0449\u0435\u043d\u0438\u0435. \u0412\u044b \u0445\u043e\u0442\u0435\u043b\u0438 \u043e\u0442\u0432\u0435\u0442\u0438\u0442\u044c \u043d\u0430 \u043d\u0435\u0433\u043e, \u0438\u043b\u0438 \u043e\u0442\u043f\u0440\u0430\u0432\u0438\u0442\u044c \u0441\u0432\u043e\u0435 \u0441\u043e\u043e\u0431\u0449\u0435\u043d\u0438\u0435 \u0433\u0440\u0443\u043f\u043f\u0435?",sendPrivateMessageCancel:"\u041e\u0442\u043f\u0440\u0430\u0432\u0438\u0442\u044c \u0432 \u043e\u0431\u0449\u0438\u0439 \u0447\u0430\u0442",sendPrivateMessageOk:"\u041e\u0442\u043f\u0440\u0430\u0432\u0438\u0442\u044c \u043f\u0440\u0438\u0432\u0430\u0442\u043d\u043e\u0435 \u0441\u043e\u043e\u0431\u0449\u0435\u043d\u0438\u0435",sendPrivateMessageTitle:"\u041e\u0442\u043f\u0440\u0430\u0432\u0438\u0442\u044c \u043b\u0438\u0447\u043d\u043e\u0435 \u0441\u043e\u043e\u0431\u0449\u0435\u043d\u0438\u0435?",serviceUnavailable:"\u0421\u043b\u0443\u0436\u0431\u0430 \u043d\u0435\u0434\u043e\u0441\u0442\u0443\u043f\u043d\u0430",sessTerminated:"\u0421\u0432\u044f\u0437\u044c \u043f\u0440\u0435\u0440\u0432\u0430\u043d\u0430",sessionRestarted:"\u0412\u044b\u0437\u043e\u0432 \u043f\u0435\u0440\u0435\u0437\u0430\u043f\u0443\u0449\u0435\u043d \u0438\u0437-\u0437\u0430 \u043f\u0440\u043e\u0431\u043b\u0435\u043c\u044b \u0441 \u043f\u043e\u0434\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u0435\u043c.",shareAudio:"\u041f\u0440\u043e\u0434\u043e\u043b\u0436\u0438\u0442\u044c",shareAudioTitle:"\u041a\u0430\u043a \u043f\u043e\u0434\u0435\u043b\u0438\u0442\u044c\u0441\u044f \u0430\u0443\u0434\u0438\u043e",shareAudioWarningD1:"\u0432\u0430\u043c \u043d\u0443\u0436\u043d\u043e \u043e\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c \u0441\u043e\u0432\u043c\u0435\u0441\u0442\u043d\u043e\u0435 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u0435 \u044d\u043a\u0440\u0430\u043d\u0430, \u043f\u0440\u0435\u0436\u0434\u0435 \u0447\u0435\u043c \u0434\u0435\u043b\u0438\u0442\u044c\u0441\u044f \u0441\u0432\u043e\u0438\u043c \u0430\u0443\u0434\u0438\u043e.",shareAudioWarningD2:"\u0432\u0430\u043c \u043d\u0443\u0436\u043d\u043e \u043f\u0435\u0440\u0435\u0437\u0430\u043f\u0443\u0441\u0442\u0438\u0442\u044c \u0441\u043e\u0432\u043c\u0435\u0441\u0442\u043d\u043e\u0435 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u0435 \u044d\u043a\u0440\u0430\u043d\u0430 \u0438 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c \u0444\u043b\u0430\u0436\u043e\u043a \xab\u043f\u043e\u0434\u0435\u043b\u0438\u0442\u044c\u0441\u044f \u0430\u0443\u0434\u0438\u043e\xbb.",shareAudioWarningH1:"\u0415\u0441\u043b\u0438 \u0432\u044b \u0445\u043e\u0442\u0438\u0442\u0435 \u043f\u043e\u0434\u0435\u043b\u0438\u0442\u044c\u0441\u044f \u0442\u043e\u043b\u044c\u043a\u043e \u0430\u0443\u0434\u0438\u043e:",shareAudioWarningTitle:"\u0412\u0430\u043c \u043d\u0443\u0436\u043d\u043e \u043e\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c \u0441\u043e\u0432\u043c\u0435\u0441\u0442\u043d\u043e\u0435 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u0435 \u044d\u043a\u0440\u0430\u043d\u0430, \u043f\u0440\u0435\u0436\u0434\u0435 \u0447\u0435\u043c \u0434\u0435\u043b\u0438\u0442\u044c\u0441\u044f \u0437\u0432\u0443\u043a\u043e\u043c",shareMediaWarningGenericH2:"\u0415\u0441\u043b\u0438 \u0432\u044b \u0445\u043e\u0442\u0438\u0442\u0435 \u043f\u043e\u0434\u0435\u043b\u0438\u0442\u044c\u0441\u044f \u0441\u0432\u043e\u0438\u043c \u044d\u043a\u0440\u0430\u043d\u043e\u043c \u0438 \u0437\u0432\u0443\u043a\u043e\u043c",shareScreenWarningD1:"\u0432\u0430\u043c \u043d\u0443\u0436\u043d\u043e \u043e\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c \u0441\u043e\u0432\u043c\u0435\u0441\u0442\u043d\u043e\u0435 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u0435 \u0437\u0432\u0443\u043a\u0430, \u043f\u0440\u0435\u0436\u0434\u0435 \u0447\u0435\u043c \u0434\u0435\u043b\u0438\u0442\u044c\u0441\u044f \u0441\u0432\u043e\u0438\u043c \u044d\u043a\u0440\u0430\u043d\u043e\u043c.",shareScreenWarningD2:"\u0432\u0430\u043c \u043d\u0443\u0436\u043d\u043e \u043e\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c \u0441\u043e\u0432\u043c\u0435\u0441\u0442\u043d\u043e\u0435 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u0435 \u0430\u0443\u0434\u0438\u043e, \u043d\u0430\u0447\u0430\u0442\u044c \u0441\u043e\u0432\u043c\u0435\u0441\u0442\u043d\u043e\u0435 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u0435 \u044d\u043a\u0440\u0430\u043d\u0430 \u0438 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c \u0444\u043b\u0430\u0436\u043e\u043a \xab\u043f\u043e\u0434\u0435\u043b\u0438\u0442\u044c\u0441\u044f \u0430\u0443\u0434\u0438\u043e\xbb.",shareScreenWarningH1:"\u0415\u0441\u043b\u0438 \u0432\u044b \u0445\u043e\u0442\u0438\u0442\u0435 \u043f\u043e\u0434\u0435\u043b\u0438\u0442\u044c\u0441\u044f \u0442\u043e\u043b\u044c\u043a\u043e \u0441\u0432\u043e\u0438\u043c \u044d\u043a\u0440\u0430\u043d\u043e\u043c:",shareScreenWarningTitle:"\u0412\u0430\u043c \u043d\u0443\u0436\u043d\u043e \u043e\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c \u0441\u043e\u0432\u043c\u0435\u0441\u0442\u043d\u043e\u0435 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u0435 \u0437\u0432\u0443\u043a\u0430, \u043f\u0440\u0435\u0436\u0434\u0435 \u0447\u0435\u043c \u0434\u0435\u043b\u0438\u0442\u044c\u0441\u044f \u0441\u0432\u043e\u0438\u043c \u044d\u043a\u0440\u0430\u043d\u043e\u043c.",shareVideoLinkError:"\u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u0443\u043a\u0430\u0436\u0438\u0442\u0435 \u043a\u043e\u0440\u0440\u0435\u043a\u0442\u043d\u0443\u044e \u0441\u0441\u044b\u043b\u043a\u0443.",shareVideoTitle:"\u041f\u043e\u0434\u0435\u043b\u0438\u0442\u044c\u0441\u044f \u0432\u0438\u0434\u0435\u043e",shareYourScreen:"\u041f\u043e\u043a\u0430\u0437\u0430\u0442\u044c \u044d\u043a\u0440\u0430\u043d",shareYourScreenDisabled:"\u0414\u0435\u043c\u043e\u043d\u0441\u0442\u0440\u0430\u0446\u0438\u044f \u044d\u043a\u0440\u0430\u043d\u0430 \u043e\u0442\u043a\u043b\u044e\u0447\u0435\u043d\u0430",sharedVideoDialogError:"\u041e\u0448\u0438\u0431\u043a\u0430: \u041d\u0435\u0432\u0430\u043b\u0438\u0434\u043d\u044b\u0439 URL",sharedVideoLinkPlaceholder:"\u0421\u0441\u044b\u043b\u043a\u0430 \u043d\u0430 YouTube \u0438\u043b\u0438 \u043f\u0440\u044f\u043c\u0430\u044f \u0441\u0441\u044b\u043b\u043a\u0430 \u043d\u0430 \u0432\u0438\u0434\u0435\u043e",show:"\u041f\u043e\u043a\u0430\u0437\u0430\u0442\u044c",start:"\u041d\u0430\u0447\u0430\u0442\u044c",startLiveStreaming:"\u041d\u0430\u0447\u0430\u0442\u044c \u0442\u0440\u0430\u043d\u0441\u043b\u044f\u0446\u0438\u044e",startRecording:"\u041d\u0430\u0447\u0430\u0442\u044c \u0437\u0430\u043f\u0438\u0441\u044c",startRemoteControlErrorMessage:"\u041e\u0448\u0438\u0431\u043a\u0430 \u043d\u0430\u0447\u0430\u043b\u0430 \u0441\u0435\u0441\u0441\u0438\u0438 \u0443\u0434\u0430\u043b\u0435\u043d\u043d\u043e\u0433\u043e \u0443\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u044f!",stopLiveStreaming:"\u041e\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c \u0442\u0440\u0430\u043d\u0441\u043b\u044f\u0446\u0438\u044e",stopRecording:"\u041e\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c \u0437\u0430\u043f\u0438\u0441\u044c",stopRecordingWarning:"\u0423\u0432\u0435\u0440\u0435\u043d\u044b, \u0447\u0442\u043e \u0445\u043e\u0442\u0438\u0442\u0435 \u043e\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c \u0437\u0430\u043f\u0438\u0441\u044c?",stopStreamingWarning:"\u0423\u0432\u0435\u0440\u0435\u043d\u044b, \u0447\u0442\u043e \u0445\u043e\u0442\u0438\u0442\u0435 \u043e\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c \u0442\u0440\u0430\u043d\u0441\u043b\u044f\u0446\u0438\u044e?",streamKey:"\u041a\u043b\u044e\u0447 \u0442\u0440\u0430\u043d\u0441\u043b\u044f\u0446\u0438\u0438",thankYou:"\u0421\u043f\u0430\u0441\u0438\u0431\u043e, \u0447\u0442\u043e \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u0442\u0435 {{appName}}!",token:"\u0442\u043e\u043a\u0435\u043d",tokenAuthFailed:"\u0418\u0437\u0432\u0438\u043d\u0438\u0442\u0435, \u0432\u0430\u043c \u043d\u0435 \u0440\u0430\u0437\u0440\u0435\u0448\u0435\u043d\u043e \u043f\u0440\u0438\u0441\u043e\u0435\u0434\u0438\u043d\u0438\u0442\u044c\u0441\u044f \u043a \u044d\u0442\u043e\u043c\u0443 \u0441\u0435\u0430\u043d\u0441\u0443 \u0441\u0432\u044f\u0437\u0438.",tokenAuthFailedTitle:"\u041e\u0448\u0438\u0431\u043a\u0430 \u0430\u0443\u0442\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0446\u0438\u0438",transcribing:"\u0420\u0430\u0441\u0448\u0438\u0444\u0440\u043e\u0432\u043a\u0430",unlockRoom:"\u0423\u0431\u0440\u0430\u0442\u044c $t(lockRoomPassword)",user:"\u041f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044c",userIdentifier:"\u0418\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f",userPassword:"\u043f\u0430\u0440\u043e\u043b\u044c \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f",videoLink:"\u0421\u0441\u044b\u043b\u043a\u0430 \u043d\u0430 \u0432\u0438\u0434\u0435\u043e",viewUpgradeOptions:"\u041f\u043e\u0441\u043c\u043e\u0442\u0440\u0435\u0442\u044c \u0432\u0430\u0440\u0438\u0430\u043d\u0442\u044b \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u044f",viewUpgradeOptionsContent:"\u0427\u0442\u043e\u0431\u044b \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c \u043d\u0435\u043e\u0433\u0440\u0430\u043d\u0438\u0447\u0435\u043d\u043d\u044b\u0439 \u0434\u043e\u0441\u0442\u0443\u043f \u043a \u043f\u0440\u0435\u043c\u0438\u0443\u043c-\u0444\u0443\u043d\u043a\u0446\u0438\u044f\u043c, \u0442\u0430\u043a\u0438\u043c \u043a\u0430\u043a \u0437\u0430\u043f\u0438\u0441\u044c, \u0442\u0440\u0430\u043d\u0441\u043a\u0440\u0438\u043f\u0446\u0438\u044f, RTMP Streaming \u0438 \u0442. \u0434., \u0432\u0430\u043c \u043d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u043e \u043e\u0431\u043d\u043e\u0432\u0438\u0442\u044c \u0441\u0432\u043e\u0439 \u043f\u043b\u0430\u043d.",viewUpgradeOptionsTitle:"\u0412\u044b \u043e\u0431\u043d\u0430\u0440\u0443\u0436\u0438\u043b\u0438 \u043f\u0440\u0435\u043c\u0438\u0430\u043b\u044c\u043d\u0443\u044e \u0444\u0443\u043d\u043a\u0446\u0438\u044e!",yourEntireScreen:"\u0412\u0435\u0441\u044c \u044d\u043a\u0440\u0430\u043d"},documentSharing:{title:"\u041e\u0431\u0449\u0438\u0439 \u0414\u043e\u043a\u0443\u043c\u0435\u043d\u0442"},e2ee:{labelToolTip:"\u0410\u0443\u0434\u0438\u043e \u0438 \u0432\u0438\u0434\u0435\u043e \u0441\u0432\u044f\u0437\u044c \u043f\u043e \u044d\u0442\u043e\u043c\u0443 \u0432\u044b\u0437\u043e\u0432\u0443 \u0437\u0430\u0449\u0438\u0449\u0435\u043d\u0430 \u0441\u043a\u0432\u043e\u0437\u043d\u044b\u043c \u0448\u0438\u0444\u0440\u043e\u0432\u0430\u043d\u0438\u0435\u043c"},embedMeeting:{title:"\u0412\u0441\u0442\u0440\u043e\u0438\u0442\u044c \u044d\u0442\u0443 \u0432\u0441\u0442\u0440\u0435\u0447\u0443"},feedback:{average:"\u0421\u0440\u0435\u0434\u043d\u0435",bad:"\u041f\u043b\u043e\u0445\u043e",detailsLabel:"\u0420\u0430\u0441\u0441\u043a\u0430\u0436\u0438\u0442\u0435 \u043f\u043e\u0434\u0440\u043e\u0431\u043d\u0435\u0435.",good:"\u0425\u043e\u0440\u043e\u0448\u043e",rateExperience:"\u041e\u0446\u0435\u043d\u043a\u0430 \u043a\u0430\u0447\u0435\u0441\u0442\u0432\u0430 \u0441\u0432\u044f\u0437\u0438",star:"\u0417\u0432\u0435\u0437\u0434\u0430",veryBad:"\u041e\u0447\u0435\u043d\u044c \u043f\u043b\u043e\u0445\u043e",veryGood:"\u041e\u0447\u0435\u043d\u044c \u0445\u043e\u0440\u043e\u0448\u043e"},giphy:{noResults:"\u0420\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u043e\u0432 \u043f\u043e\u0438\u0441\u043a\u0430 \u043d\u0435 \u043d\u0430\u0439\u0434\u0435\u043d\u043e :(",search:"\u041f\u043e\u0438\u0441\u043a GIPHY"},incomingCall:{answer:"\u041e\u0442\u0432\u0435\u0442",audioCallTitle:"\u0412\u0445\u043e\u0434\u044f\u0449\u0438\u0439 \u0437\u0432\u043e\u043d\u043e\u043a",decline:"\u041e\u0442\u043a\u043b\u043e\u043d\u0438\u0442\u044c",productLabel:"\u0438\u0437 {{app}}",videoCallTitle:"\u0412\u0445\u043e\u0434\u044f\u0449\u0438\u0439 \u0432\u0438\u0434\u0435\u043e\u0437\u0432\u043e\u043d\u043e\u043a"},info:{accessibilityLabel:"\u041f\u043e\u043a\u0430\u0437\u0430\u0442\u044c \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044e",addPassword:"\u0423\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c $t(lockRoomPassword)",cancelPassword:"\u041e\u0442\u043c\u0435\u043d\u0438\u0442\u044c $t(lockRoomPassword)",conferenceURL:"\u0421\u0441\u044b\u043b\u043a\u0430:",copyNumber:"\u041a\u043e\u043f\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u043d\u043e\u043c\u0435\u0440",country:"\u0421\u0442\u0440\u0430\u043d\u0430",dialANumber:"\u0427\u0442\u043e\u0431\u044b \u043f\u0440\u0438\u0441\u043e\u0435\u0434\u0438\u043d\u0438\u0442\u044c\u0441\u044f \u043a \u043a\u043e\u043d\u0444\u0435\u0440\u0435\u043d\u0446\u0438\u0438, \u043d\u0430\u0431\u0435\u0440\u0438\u0442\u0435 \u043e\u0434\u0438\u043d \u0438\u0437 \u044d\u0442\u0438\u0445 \u043d\u043e\u043c\u0435\u0440\u043e\u0432 \u0438 \u0432\u0432\u0435\u0434\u0438\u0442\u0435 \u043f\u0438\u043d-\u043a\u043e\u0434",dialInConferenceID:"\u041f\u0418\u041d:",dialInNotSupported:"\u041a \u0441\u043e\u0436\u0430\u043b\u0435\u043d\u0438\u044e, \u043d\u0430\u0431\u043e\u0440 \u043d\u043e\u043c\u0435\u0440\u0430 \u0432 \u043d\u0430\u0441\u0442\u043e\u044f\u0449\u0435\u0435 \u0432\u0440\u0435\u043c\u044f \u043d\u0435 \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u0442\u0441\u044f.",dialInNumber:"\u041d\u043e\u043c\u0435\u0440:",dialInSummaryError:"\u041e\u0448\u0438\u0431\u043a\u0430 \u043f\u043e\u043b\u0443\u0447\u0435\u043d\u0438\u044f \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u0438 \u043e \u043d\u0430\u0431\u043e\u0440\u0435 \u043d\u043e\u043c\u0435\u0440\u0430. \u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u043f\u043e\u0432\u0442\u043e\u0440\u0438\u0442\u0435 \u043f\u043e\u043f\u044b\u0442\u043a\u0443 \u043f\u043e\u0437\u0436\u0435",dialInTollFree:"\u0417\u0432\u043e\u043d\u043e\u043a \u0431\u0435\u0441\u043f\u043b\u0430\u0442\u043d\u044b\u0439",genericError:"\u0427\u0442\u043e-\u0442\u043e \u043f\u043e\u0448\u043b\u043e \u043d\u0435 \u0442\u0430\u043a.",inviteLiveStream:"\u0422\u0440\u0430\u043d\u0441\u043b\u044f\u0446\u0438\u044f \u044d\u0442\u043e\u0439 \u0432\u0441\u0442\u0440\u0435\u0447\u0438: {{url}}",invitePhone:"\u0414\u043b\u044f \u0442\u043e\u0433\u043e, \u0447\u0442\u043e\u0431\u044b \u043f\u0440\u0438\u0441\u043e\u0435\u0434\u0438\u043d\u0438\u0442\u044c\u0441\u044f \u043f\u043e \u0442\u0435\u043b\u0435\u0444\u043e\u043d\u0443, \u043d\u0430\u0436\u043c\u0438\u0442\u0435 {{number}},,{{conferenceID}}#\n",invitePhoneAlternatives:"\u0418\u0449\u0438\u0442\u0435 \u0434\u0440\u0443\u0433\u043e\u0439 \u043d\u043e\u043c\u0435\u0440 \u0434\u043b\u044f \u043d\u0430\u0431\u043e\u0440\u0430?\n\u041f\u043e\u0441\u043c\u043e\u0442\u0440\u0435\u0442\u044c \u043d\u043e\u043c\u0435\u0440\u0430 \u0434\u043b\u044f \u043d\u0430\u0431\u043e\u0440\u0430 \u0434\u043b\u044f \u043a\u043e\u043d\u0444\u0435\u0440\u0435\u043d\u0446\u0438\u0438: {{url}}\n\n\n\u0415\u0441\u043b\u0438 \u0442\u0430\u043a\u0436\u0435 \u0432\u044b\u043f\u043e\u043b\u043d\u044f\u0435\u0442\u0441\u044f \u043d\u0430\u0431\u043e\u0440 \u043d\u043e\u043c\u0435\u0440\u0430 \u0447\u0435\u0440\u0435\u0437 \u0442\u0435\u043b\u0435\u0444\u043e\u043d \u0432 \u043a\u043e\u043c\u043d\u0430\u0442\u0435, \u043f\u043e\u0434\u043a\u043b\u044e\u0447\u0438\u0442\u0435\u0441\u044c \u0432 \u0440\u0435\u0436\u0438\u043c\u0435 \u0441\u043b\u0443\u0448\u0430\u0442\u0435\u043b\u044f: {{silentUrl}}",inviteSipEndpoint:"\u0427\u0442\u043e\u0431\u044b \u043f\u0440\u0438\u0441\u043e\u0435\u0434\u0438\u043d\u0438\u0442\u044c\u0441\u044f \u0441 \u043f\u043e\u043c\u043e\u0449\u044c\u044e SIP-\u0430\u0434\u0440\u0435\u0441\u0430, \u0432\u0432\u0435\u0434\u0438\u0442\u0435 \u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0435\u0435: {{sipUri}}",inviteTextiOSInviteUrl:"\u041d\u0430\u0436\u043c\u0438\u0442\u0435 \u043d\u0430 \u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0443\u044e \u0441\u0441\u044b\u043b\u043a\u0443, \u0447\u0442\u043e\u0431\u044b \u043f\u0440\u0438\u0441\u043e\u0435\u0434\u0438\u043d\u0438\u0442\u044c\u0441\u044f: {{inviteUrl}}.",inviteTextiOSJoinSilent:"\u0415\u0441\u043b\u0438 \u0432\u044b \u0437\u0432\u043e\u043d\u0438\u0442\u0435 \u0447\u0435\u0440\u0435\u0437 \u0442\u0435\u043b\u0435\u0444\u043e\u043d \u0432 \u043a\u043e\u043c\u043d\u0430\u0442\u0435, \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0439\u0442\u0435 \u044d\u0442\u0443 \u0441\u0441\u044b\u043b\u043a\u0443, \u0447\u0442\u043e\u0431\u044b \u043f\u0440\u0438\u0441\u043e\u0435\u0434\u0438\u043d\u0438\u0442\u044c\u0441\u044f \u0431\u0435\u0437 \u043f\u043e\u0434\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u044f \u043a \u0430\u0443\u0434\u0438\u043e: {{silentUrl}}.",inviteTextiOSPersonal:"{{name}} \u043f\u0440\u0438\u0433\u043b\u0430\u0448\u0430\u0435\u0442 \u0432\u0430\u0441 \u043d\u0430 \u0432\u0441\u0442\u0440\u0435\u0447\u0443.",inviteTextiOSPhone:"\u0427\u0442\u043e\u0431\u044b \u043f\u0440\u0438\u0441\u043e\u0435\u0434\u0438\u043d\u0438\u0442\u044c\u0441\u044f \u043f\u043e \u0442\u0435\u043b\u0435\u0444\u043e\u043d\u0443, \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0439\u0442\u0435 \u044d\u0442\u043e\u0442 \u043d\u043e\u043c\u0435\u0440: {{number}},,{{conferenceID}}#. \u0415\u0441\u043b\u0438 \u0432\u044b \u0438\u0449\u0435\u0442\u0435 \u0434\u0440\u0443\u0433\u043e\u0439 \u043d\u043e\u043c\u0435\u0440, \u044d\u0442\u043e \u043f\u043e\u043b\u043d\u044b\u0439 \u0441\u043f\u0438\u0441\u043e\u043a: {{didUrl}}.",inviteURLFirstPartGeneral:"\u0412\u0430\u0441 \u043f\u0440\u0438\u0433\u043b\u0430\u0448\u0430\u044e\u0442 \u043f\u0440\u0438\u0441\u043e\u0435\u0434\u0438\u043d\u0438\u0442\u044c\u0441\u044f \u043a \u043a\u043e\u043d\u0444\u0435\u0440\u0435\u043d\u0446\u0438\u0438.",inviteURLFirstPartPersonal:"{{name}} \u043f\u0440\u0438\u0433\u043b\u0430\u0448\u0430\u0435\u0442 \u0412\u0430\u0441 \u043f\u0440\u0438\u0441\u043e\u0435\u0434\u0438\u043d\u0438\u0442\u044c\u0441\u044f \u043a \u043a\u043e\u043d\u0444\u0435\u0440\u0435\u043d\u0446\u0438\u0438. \n",inviteURLSecondPart:"\n\u041f\u0440\u0438\u0441\u043e\u0435\u0434\u0438\u043d\u0438\u0442\u044c\u0441\u044f \u043a \u043a\u043e\u043d\u0444\u0435\u0440\u0435\u043d\u0446\u0438\u0438:\n{{url}}\n",label:"\u0418\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044f \u043e \u043a\u043e\u043d\u0444\u0435\u0440\u0435\u043d\u0446\u0438\u0438",liveStreamURL:"\u0422\u0440\u0430\u043d\u0441\u043b\u044f\u0446\u0438\u044f:",moreNumbers:"\u0411\u043e\u043b\u044c\u0448\u0435 \u043d\u043e\u043c\u0435\u0440\u043e\u0432",noNumbers:"\u041d\u0435\u0442 \u043d\u043e\u043c\u0435\u0440\u043e\u0432 \u0434\u043b\u044f \u043d\u0430\u0431\u043e\u0440\u0430.",noPassword:"\u043d\u0435\u0442",noRoom:"\u0414\u043b\u044f \u043d\u0430\u0431\u043e\u0440\u0430 \u043d\u043e\u043c\u0435\u0440\u0430 \u043d\u0435 \u0431\u044b\u043b\u043e \u0443\u043a\u0430\u0437\u0430\u043d\u043e \u043d\u0438 \u043e\u0434\u043d\u043e\u0439 \u043a\u043e\u043c\u043d\u0430\u0442\u044b.",numbers:"\u041d\u043e\u043c\u0435\u0440\u0430 \u0434\u043b\u044f \u043d\u0430\u0431\u043e\u0440\u0430",password:"$t(lockRoomPasswordUppercase):",sip:"SIP \u0430\u0434\u0440\u0435\u0441",title:"\u041f\u043e\u0434\u0435\u043b\u0438\u0442\u044c\u0441\u044f",tooltip:"\u041f\u043e\u0434\u0435\u043b\u0438\u0442\u0435\u0441\u044c \u0441\u0441\u044b\u043b\u043a\u043e\u0439 \u0438 \u043d\u043e\u043c\u0435\u0440\u043e\u043c \u0434\u043b\u044f \u043f\u043e\u0434\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u044f \u043a \u044d\u0442\u043e\u0439 \u043a\u043e\u043d\u0444\u0435\u0440\u0435\u043d\u0446\u0438\u0438"},inlineDialogFailure:{msg:"\u041d\u0435\u0431\u043e\u043b\u044c\u0448\u0430\u044f \u0437\u0430\u043c\u0438\u043d\u043a\u0430.",retry:"\u041f\u043e\u043f\u0440\u043e\u0431\u043e\u0432\u0430\u0442\u044c \u0441\u043d\u043e\u0432\u0430",support:"\u041f\u043e\u0434\u0434\u0435\u0440\u0436\u043a\u0430",supportMsg:"\u0415\u0441\u043b\u0438 \u044d\u0442\u043e \u043f\u0440\u043e\u0434\u043e\u043b\u0436\u0438\u0442\u0441\u044f, \u0441\u0432\u044f\u0436\u0438\u0442\u0435\u0441\u044c \u0441"},inviteDialog:{alertText:"\u041d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u043f\u0440\u0438\u0433\u043b\u0430\u0441\u0438\u0442\u044c \u043d\u0435\u043a\u043e\u0442\u043e\u0440\u044b\u0445 \u0443\u0447\u0430\u0441\u0442\u043d\u0438\u043a\u043e\u0432.",header:"\u041f\u0440\u0438\u0433\u043b\u0430\u0441\u0438\u0442\u044c",searchCallOnlyPlaceholder:"\u0423\u043a\u0430\u0436\u0438\u0442\u0435 \u043d\u043e\u043c\u0435\u0440 \u0442\u0435\u043b\u0435\u0444\u043e\u043d\u0430",searchPeopleOnlyPlaceholder:"\u041f\u043e\u0438\u0441\u043a \u0443\u0447\u0430\u0441\u0442\u043d\u0438\u043a\u043e\u0432",searchPlaceholder:"\u0423\u0447\u0430\u0441\u0442\u043d\u0438\u043a \u0438\u043b\u0438 \u043d\u043e\u043c\u0435\u0440 \u0442\u0435\u043b\u0435\u0444\u043e\u043d\u0430",send:"\u041e\u0442\u043f\u0440\u0430\u0432\u0438\u0442\u044c"},jitsiHome:"{{logo}} \u041b\u043e\u0433\u043e\u0442\u0438\u043f, \u0441\u0441\u044b\u043b\u043a\u0438 \u043d\u0430 \u0433\u043b\u0430\u0432\u043d\u0443\u044e \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0443",keyboardShortcuts:{focusLocal:"\u0424\u043e\u043a\u0443\u0441 \u043d\u0430 \u0432\u0430\u0448\u0435 \u0432\u0438\u0434\u0435\u043e",focusRemote:"\u0424\u043e\u043a\u0443\u0441 \u043d\u0430 \u0432\u0438\u0434\u0435\u043e \u0434\u0440\u0443\u0433\u043e\u0433\u043e \u0443\u0447\u0430\u0441\u0442\u043d\u0438\u043a\u0430",fullScreen:"\u0412\u043a\u043b/\u0432\u044b\u043a\u043b \u043f\u043e\u043b\u043d\u043e\u044d\u043a\u0440\u0430\u043d\u043d\u044b\u0439 \u0440\u0435\u0436\u0438\u043c",giphyMenu:"\u041f\u043e\u043a\u0430\u0437\u0430\u0442\u044c GIPHY \u043c\u0435\u043d\u044e",keyboardShortcuts:"\u041a\u043e\u043c\u0431\u0438\u043d\u0430\u0446\u0438\u0438 \u043a\u043b\u0430\u0432\u0438\u0448",localRecording:"\u041e\u0442\u043e\u0431\u0440\u0430\u0437\u0438\u0442\u044c \u0438\u043b\u0438 \u0441\u043a\u0440\u044b\u0442\u044c \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u044b \u0443\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u044f \u043b\u043e\u043a\u0430\u043b\u044c\u043d\u043e\u0439 \u0437\u0430\u043f\u0438\u0441\u0438",mute:"\u041c\u0438\u043a\u0440\u043e\u0444\u043e\u043d (\u0432\u043a\u043b./\u0432\u044b\u043a\u043b.)",pushToTalk:"\u041d\u0430\u0436\u043c\u0438\u0442\u0435, \u0447\u0442\u043e\u0431\u044b \u0433\u043e\u0432\u043e\u0440\u0438\u0442\u044c",raiseHand:"\u041f\u043e\u0434\u043d\u044f\u0442\u044c \u0438\u043b\u0438 \u043e\u043f\u0443\u0441\u0442\u0438\u0442\u044c \u0440\u0443\u043a\u0443",showSpeakerStats:"\u041f\u043e\u043a\u0430\u0437\u0430\u0442\u044c \u0441\u0442\u0430\u0442\u0438\u0441\u0442\u0438\u043a\u0443 \u0432\u044b\u0441\u0442\u0443\u043f\u0430\u044e\u0449\u0435\u0433\u043e",toggleChat:"\u0427\u0430\u0442 (\u043e\u0442\u043a\u0440\u044b\u0442\u044c/\u0437\u0430\u043a\u0440\u044b\u0442\u044c)",toggleFilmstrip:"\u041f\u043e\u043a\u0430\u0437\u0430\u0442\u044c/\u0421\u043a\u0440\u044b\u0442\u044c \u043a\u0440\u0430\u0442\u043a\u043e\u0435 \u043e\u043f\u0438\u0441\u0430\u043d\u0438\u0435",toggleParticipantsPane:"\u041f\u043e\u043a\u0430\u0437\u0430\u0442\u044c \u0438\u043b\u0438 \u0441\u043a\u0440\u044b\u0442\u044c \u043f\u0430\u043d\u0435\u043b\u044c \u0443\u0447\u0430\u0441\u0442\u043d\u0438\u043a\u043e\u0432",toggleScreensharing:"\u041f\u0435\u0440\u0435\u043a\u043b\u044e\u0447\u0438\u0442\u044c\u0441\u044f \u043c\u0435\u0436\u0434\u0443 \u043a\u0430\u043c\u0435\u0440\u043e\u0439 \u0438 \u043f\u043e\u043a\u0430\u0437\u043e\u043c \u044d\u043a\u0440\u0430\u043d\u0430",toggleShortcuts:"\u0421\u043a\u0440\u044b\u0442\u044c/\u041f\u043e\u043a\u0430\u0437\u0430\u0442\u044c \u043a\u043b\u0430\u0432\u0438\u0448\u0430 \u0431\u044b\u0441\u0442\u0440\u043e\u0433\u043e \u0434\u043e\u0441\u0442\u0443\u043f\u0430",videoMute:"\u041a\u0430\u043c\u0435\u0440\u0430 (\u0432\u043a\u043b./\u0432\u044b\u043a\u043b.)"},largeVideo:{screenIsShared:"\u0412\u044b \u0434\u0435\u043c\u043e\u043d\u0441\u0442\u0440\u0438\u0440\u0443\u0435\u0442\u0435 \u0441\u0432\u043e\u0439 \u044d\u043a\u0440\u0430\u043d",showMeWhatImSharing:"\u041f\u043e\u043a\u0430\u0437\u0430\u0442\u044c \u043c\u043d\u0435 \u0447\u0442\u043e \u044f \u0434\u0435\u043c\u043e\u043d\u0441\u0442\u0440\u0438\u0440\u0443\u044e"},liveStreaming:{busy:"\u041e\u0441\u0432\u043e\u0431\u043e\u0436\u0434\u0430\u0435\u043c \u043d\u043e\u0432\u044b\u0435 \u0440\u0435\u0441\u0443\u0440\u0441\u044b \u0434\u043b\u044f \u0442\u0440\u0430\u043d\u0441\u043b\u044f\u0446\u0438\u0438. \u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u043f\u043e\u043f\u0440\u043e\u0431\u0443\u0439\u0442\u0435 \u0441\u043d\u043e\u0432\u0430 \u0447\u0435\u0440\u0435\u0437 \u043d\u0435\u0441\u043a\u043e\u043b\u044c\u043a\u043e \u043c\u0438\u043d\u0443\u0442.",busyTitle:"\u0412\u0441\u0435 \u0440\u0435\u0441\u0443\u0440\u0441\u044b \u0434\u043b\u044f \u0442\u0440\u0430\u043d\u0441\u043b\u044f\u0446\u0438\u0438 \u0443\u0436\u0435 \u0437\u0430\u0434\u0435\u0439\u0441\u0442\u0432\u043e\u0432\u0430\u043d\u044b",changeSignIn:"\u041f\u0435\u0440\u0435\u043a\u043b\u044e\u0447\u0438\u0442\u044c \u0430\u043a\u043a\u0430\u0443\u043d\u0442\u044b.",choose:"\u0412\u044b\u0431\u0440\u0430\u0442\u044c \u0442\u0440\u0430\u043d\u0441\u043b\u044f\u0446\u0438\u044e",chooseCTA:"\u0412\u044b\u0431\u0435\u0440\u0438\u0442\u0435 \u0442\u0440\u0430\u043d\u0441\u043b\u044f\u0446\u0438\u044e. \u0412\u044b \u0432\u043e\u0448\u043b\u0438 \u0432 \u0441\u0438\u0441\u0442\u0435\u043c\u0443 \u043a\u0430\u043a {{email}}.",enterStreamKey:"\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u0432\u0430\u0448 \u043a\u043b\u044e\u0447 \u0442\u0440\u0430\u043d\u0441\u043b\u044f\u0446\u0438\u0438 YouTube.",error:"\u041e\u0448\u0438\u0431\u043a\u0430 \u0442\u0440\u0430\u043d\u0441\u043b\u044f\u0446\u0438\u0438. \u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u043f\u043e\u043f\u0440\u043e\u0431\u0443\u0439\u0442\u0435 \u0441\u043d\u043e\u0432\u0430.",errorAPI:"\u041f\u0440\u043e\u0438\u0437\u043e\u0448\u043b\u0430 \u043e\u0448\u0438\u0431\u043a\u0430 \u043f\u0440\u0438 \u0434\u043e\u0441\u0442\u0443\u043f\u0435 \u043a \u0432\u0430\u0448\u0438\u043c \u0442\u0440\u0430\u043d\u0441\u043b\u044f\u0446\u0438\u044f\u043c \u043d\u0430 YouTube. \u041f\u043e\u0432\u0442\u043e\u0440\u0438\u0442\u0435 \u043f\u043e\u043f\u044b\u0442\u043a\u0443 \u0432\u0445\u043e\u0434\u0430 \u0432 \u0441\u0438\u0441\u0442\u0435\u043c\u0443.",errorLiveStreamNotEnabled:"\u0422\u0440\u0430\u043d\u0441\u043b\u044f\u0446\u0438\u044f \u043d\u0435 \u043f\u043e\u0434\u043a\u043b\u044e\u0447\u0435\u043d\u0430 \u043d\u0430 {{email}}. \u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430 \u043f\u043e\u0434\u043a\u043b\u044e\u0447\u0438\u0442\u0435 \u0442\u0440\u0430\u043d\u0441\u043b\u044f\u0446\u0438\u044e \u0438\u043b\u0438 \u0432\u043e\u0439\u0434\u0438\u0442\u0435 \u0432 \u0430\u043a\u043a\u0430\u0443\u043d\u0442 \u0441 \u043f\u043e\u0434\u043a\u043b\u044e\u0447\u0435\u043d\u043d\u043e\u0439 \u0442\u0440\u0430\u043d\u0441\u043b\u044f\u0446\u0438\u0435\u0439.",expandedOff:"\u041f\u0440\u044f\u043c\u0430\u044f \u0442\u0440\u0430\u043d\u0441\u043b\u044f\u0446\u0438\u044f \u043e\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d\u0430",expandedOn:"\u0412 \u043d\u0430\u0441\u0442\u043e\u044f\u0449\u0438\u0439 \u043c\u043e\u043c\u0435\u043d\u0442 \u043a\u043e\u043d\u0444\u0435\u0440\u0435\u043d\u0446\u0438\u044f \u0442\u0440\u0430\u043d\u0441\u043b\u0438\u0440\u0443\u0435\u0442\u0441\u044f \u043d\u0430 YouTube.",expandedPending:"\u041d\u0430\u0447\u0438\u043d\u0430\u0435\u0442\u0441\u044f \u043f\u0440\u044f\u043c\u0430\u044f \u0442\u0440\u0430\u043d\u0441\u043b\u044f\u0446\u0438\u044f...",failedToStart:"\u041e\u0448\u0438\u0431\u043a\u0430 \u0442\u0440\u0430\u043d\u0441\u043b\u044f\u0446\u0438\u0438 \u0432\u0438\u0434\u0435\u043e",getStreamKeyManually:"\u041f\u0440\u044f\u043c\u044b\u0435 \u0442\u0440\u0430\u043d\u0441\u043b\u044f\u0446\u0438\u0439 \u043d\u0435 \u043d\u0430\u0439\u0434\u0435\u043d\u044b. \u041f\u043e\u043f\u0440\u043e\u0431\u0443\u0439\u0442\u0435 \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c \u043a\u043b\u044e\u0447 \u043f\u0440\u044f\u043c\u043e\u0439 \u0442\u0440\u0430\u043d\u0441\u043b\u044f\u0446\u0438\u0438 \u043e\u0442 YouTube.",googlePrivacyPolicy:"\u041f\u043e\u043b\u0438\u0442\u0438\u043a\u0430 \u043a\u043e\u043d\u0444\u0438\u0434\u0435\u043d\u0446\u0438\u0430\u043b\u044c\u043d\u043e\u0441\u0442\u0438 Google",inProgress:"\u0418\u0434\u0435\u0442 \u0437\u0430\u043f\u0438\u0441\u044c \u0438\u043b\u0438 \u043f\u0440\u044f\u043c\u0430\u044f \u0442\u0440\u0430\u043d\u0441\u043b\u044f\u0446\u0438\u044f",invalidStreamKey:"\u041f\u043e\u0445\u043e\u0436\u0435 \u043a\u043b\u044e\u0447 \u043f\u0440\u044f\u043c\u043e\u0439 \u0442\u0440\u0430\u043d\u0441\u043b\u044f\u0446\u0438\u0438 \u043d\u0435\u0432\u0435\u0440\u0435\u043d.",limitNotificationDescriptionNative:"\u0412\u0430\u0448\u0430 \u0442\u0440\u0430\u043d\u0441\u043b\u044f\u0446\u0438\u044f \u0431\u0443\u0434\u0435\u0442 \u043e\u0433\u0440\u0430\u043d\u0438\u0447\u0435\u043d\u0430 {{limit}} \u043c\u0438\u043d. \u0414\u043b\u044f \u043d\u0435\u043e\u0433\u0440\u0430\u043d\u0438\u0447\u0435\u043d\u043d\u043e\u0433\u043e \u043f\u0440\u043e\u0441\u043c\u043e\u0442\u0440\u0430 \u043f\u043e\u043f\u0440\u043e\u0431\u0443\u0439\u0442\u0435 {{app}}.",limitNotificationDescriptionWeb:"\u0418\u0437-\u0437\u0430 \u0432\u044b\u0441\u043e\u043a\u043e\u0439 \u043d\u0430\u0433\u0440\u0443\u0437\u043a\u0438 \u0432\u0430\u0448\u0430 \u043f\u043e\u0442\u043e\u043a\u043e\u0432\u0430\u044f \u043f\u0435\u0440\u0435\u0434\u0430\u0447\u0430 \u0431\u0443\u0434\u0435\u0442 \u043e\u0433\u0440\u0430\u043d\u0438\u0447\u0435\u043d\u0430 {{limit}} \u043c\u0438\u043d. \u0414\u043b\u044f \u043d\u0435\u043e\u0433\u0440\u0430\u043d\u0438\u0447\u0435\u043d\u043d\u043e\u0439 \u043f\u043e\u0442\u043e\u043a\u043e\u0432\u043e\u0439 \u043f\u0435\u0440\u0435\u0434\u0430\u0447\u0438 \u043f\u043e\u043f\u0440\u043e\u0431\u0443\u0439\u0442\u0435 {{app}} .",off:"\u0422\u0440\u0430\u043d\u0441\u043b\u044f\u0446\u0438\u044f \u043e\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d\u0430",offBy:"{{name}} \u043e\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u043b \u043f\u0440\u044f\u043c\u0443\u044e \u0442\u0440\u0430\u043d\u0441\u043b\u044f\u0446\u0438\u044e",on:"\u0422\u0440\u0430\u043d\u0441\u043b\u044f\u0446\u0438\u044f",onBy:"{{name}} \u043d\u0430\u0447\u0430\u043b \u043f\u0440\u044f\u043c\u0443\u044e \u0442\u0440\u0430\u043d\u0441\u043b\u044f\u0446\u0438\u044e",pending:"\u041d\u0430\u0447\u0438\u043d\u0430\u0435\u043c \u0442\u0440\u0430\u043d\u0441\u043b\u044f\u0446\u0438\u044e...",serviceName:"\u0421\u043b\u0443\u0436\u0431\u0430 \u0442\u0440\u0430\u043d\u0441\u043b\u044f\u0446\u0438\u0438",sessionAlreadyActive:"\u042d\u0442\u043e\u0442 \u0441\u0435\u0430\u043d\u0441 \u0443\u0436\u0435 \u0437\u0430\u043f\u0438\u0441\u044b\u0432\u0430\u0435\u0442\u0441\u044f \u0438\u043b\u0438 \u0442\u0440\u0430\u043d\u0441\u043b\u0438\u0440\u0443\u0435\u0442\u0441\u044f \u0432 \u043f\u0440\u044f\u043c\u043e\u043c \u044d\u0444\u0438\u0440\u0435.",signIn:"\u0412\u043e\u0439\u0442\u0438 \u0447\u0435\u0440\u0435\u0437 Google",signInCTA:"\u0412\u043e\u0439\u0434\u0438\u0442\u0435 \u0438\u043b\u0438 \u0432\u0432\u0435\u0434\u0438\u0442\u0435 \u0441\u0432\u043e\u0439 \u043a\u043b\u044e\u0447 \u0442\u0440\u0430\u043d\u0441\u043b\u044f\u0446\u0438\u0438 YouTube.",signOut:"\u0412\u044b\u0445\u043e\u0434",signedInAs:"\u0412 \u043d\u0430\u0441\u0442\u043e\u044f\u0449\u0435\u0435 \u0432\u0440\u0435\u043c\u044f \u0432\u044b \u0432\u043e\u0448\u043b\u0438 \u0432 \u0441\u0438\u0441\u0442\u0435\u043c\u0443 \u043a\u0430\u043a:",start:"\u041d\u0430\u0447\u0430\u0442\u044c \u0442\u0440\u0430\u043d\u0441\u043b\u044f\u0446\u0438\u044e",streamIdHelp:"\u0427\u0442\u043e \u044d\u0442\u043e?",title:"\u0422\u0440\u0430\u043d\u0441\u043b\u044f\u0446\u0438\u044f",unavailableTitle:"\u0422\u0440\u0430\u043d\u0441\u043b\u044f\u0446\u0438\u044f \u043d\u0435\u0434\u043e\u0441\u0442\u0443\u043f\u043d\u0430",youtubeTerms:"\u0423\u0441\u043b\u043e\u0432\u0438\u044f \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u044f YouTube"},lobby:{admit:"\u041f\u0440\u0438\u0437\u043d\u0430\u0442\u044c",admitAll:"\u041f\u0440\u0438\u0437\u043d\u0430\u0442\u044c \u0432\u0441\u0435",backToKnockModeButton:"\u041f\u043e\u043f\u0440\u043e\u0441\u0438\u0442\u044c \u043f\u0440\u0438\u0441\u043e\u0435\u0434\u0438\u043d\u0438\u0442\u044c\u0441\u044f",chat:"\u0427\u0430\u0442",dialogTitle:"\u0420\u0435\u0436\u0438\u043c \u043b\u043e\u0431\u0431\u0438",disableDialogContent:"\u0412 \u043d\u0430\u0441\u0442\u043e\u044f\u0449\u0435\u0435 \u0432\u0440\u0435\u043c\u044f \u0432\u043a\u043b\u044e\u0447\u0435\u043d \u0440\u0435\u0436\u0438\u043c \u043b\u043e\u0431\u0431\u0438. \u042d\u0442\u0430 \u0444\u0443\u043d\u043a\u0446\u0438\u044f \u0433\u0430\u0440\u0430\u043d\u0442\u0438\u0440\u0443\u0435\u0442, \u0447\u0442\u043e \u043d\u0435\u0436\u0435\u043b\u0430\u0442\u0435\u043b\u044c\u043d\u044b\u0435 \u0443\u0447\u0430\u0441\u0442\u043d\u0438\u043a\u0438 \u043d\u0435 \u0441\u043c\u043e\u0433\u0443\u0442 \u043f\u0440\u0438\u0441\u043e\u0435\u0434\u0438\u043d\u0438\u0442\u044c\u0441\u044f \u043a \u0432\u0430\u0448\u0435\u0439 \u0432\u0441\u0442\u0440\u0435\u0447\u0435. \u0412\u044b \u0445\u043e\u0442\u0438\u0442\u0435 \u0435\u0433\u043e \u043e\u0442\u043a\u043b\u044e\u0447\u0438\u0442\u044c?",disableDialogSubmit:"\u041e\u0442\u043a\u043b\u044e\u0447\u0438\u0442\u044c",emailField:"\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u0432\u0430\u0448 \u0430\u0434\u0440\u0435\u0441 \u044d\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u043e\u0439 \u043f\u043e\u0447\u0442\u044b",enableDialogPasswordField:"\u0423\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u0435 \u043f\u0430\u0440\u043e\u043b\u044c (\u043d\u0435\u043e\u0431\u044f\u0437\u0430\u0442\u0435\u043b\u044c\u043d\u043e)",enableDialogSubmit:"\u0412\u043a\u043b\u044e\u0447\u0438\u0442\u044c",enableDialogText:"\u0420\u0435\u0436\u0438\u043c \u043b\u043e\u0431\u0431\u0438 \u043f\u043e\u0437\u0432\u043e\u043b\u044f\u0435\u0442 \u0437\u0430\u0449\u0438\u0442\u0438\u0442\u044c \u0432\u0430\u0448\u0443 \u0432\u0441\u0442\u0440\u0435\u0447\u0443, \u043f\u043e\u0437\u0432\u043e\u043b\u044f\u044f \u043b\u044e\u0434\u044f\u043c \u0432\u0445\u043e\u0434\u0438\u0442\u044c \u0442\u043e\u043b\u044c\u043a\u043e \u043f\u043e\u0441\u043b\u0435 \u043e\u0444\u0438\u0446\u0438\u0430\u043b\u044c\u043d\u043e\u0433\u043e \u043e\u0434\u043e\u0431\u0440\u0435\u043d\u0438\u044f \u043c\u043e\u0434\u0435\u0440\u0430\u0442\u043e\u0440\u043e\u043c.",enterPasswordButton:"\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u043f\u0430\u0440\u043e\u043b\u044c \u0432\u0441\u0442\u0440\u0435\u0447\u0438",enterPasswordTitle:"\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u043f\u0430\u0440\u043e\u043b\u044c \u0447\u0442\u043e\u0431\u044b \u043f\u0440\u0438\u0441\u043e\u0435\u0434\u0438\u043d\u0438\u0442\u044c\u0441\u044f \u043a \u0432\u0441\u0442\u0440\u0435\u0447\u0435",errorMissingPassword:"\u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u0432\u0432\u0435\u0434\u0438\u0442\u0435 \u043f\u0430\u0440\u043e\u043b\u044c \u0432\u0441\u0442\u0440\u0435\u0447\u0438",invalidPassword:"\u041d\u0435\u0432\u0435\u0440\u043d\u044b\u0439 \u043f\u0430\u0440\u043e\u043b\u044c",joinRejectedMessage:"\u0412\u0430\u0448 \u0437\u0430\u043f\u0440\u043e\u0441 \u043d\u0430 \u043f\u0440\u0438\u0441\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u0438\u0435 \u0431\u044b\u043b \u043e\u0442\u043a\u043b\u043e\u043d\u0435\u043d \u043c\u043e\u0434\u0435\u0440\u0430\u0442\u043e\u0440\u043e\u043c.",joinRejectedTitle:"\u0417\u0430\u044f\u0432\u043a\u0430 \u043d\u0430 \u043f\u0440\u0438\u0441\u043e\u0435\u0434\u0438\u0435\u043d\u0438\u0435 \u043e\u0442\u043a\u043b\u043e\u043d\u0435\u043d\u0430.",joinTitle:"\u041f\u0440\u0438\u0441\u043e\u0435\u0434\u0438\u043d\u0438\u0442\u044c\u0441\u044f \u043a \u0432\u0441\u0442\u0440\u0435\u0447\u0435",joinWithPasswordMessage:"\u041f\u044b\u0442\u0430\u044e\u0441\u044c \u043f\u0440\u0438\u0441\u043e\u0435\u0434\u0438\u043d\u0438\u0442\u044c\u0441\u044f \u0441 \u043f\u0430\u0440\u043e\u043b\u0435\u043c, \u043f\u043e\u0434\u043e\u0436\u0434\u0438\u0442\u0435...",joiningMessage:"\u0412\u044b \u043f\u0440\u0438\u0441\u043e\u0435\u0434\u0438\u043d\u0438\u0442\u0435\u0441\u044c \u043a \u0432\u0441\u0442\u0440\u0435\u0447\u0435, \u043a\u0430\u043a \u0442\u043e\u043b\u044c\u043a\u043e \u043a\u0442\u043e-\u0442\u043e \u043f\u0440\u0438\u043c\u0435\u0442 \u0432\u0430\u0448 \u0437\u0430\u043f\u0440\u043e\u0441",joiningTitle:"\u041f\u0440\u043e\u0441\u044c\u0431\u0430 \u043f\u0440\u0438\u0441\u043e\u0435\u0434\u0438\u043d\u0438\u0442\u044c\u0441\u044f \u043a \u0432\u0441\u0442\u0440\u0435\u0447\u0435...",joiningWithPasswordTitle:"\u041f\u0440\u0438\u0441\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u0438\u0435 \u0441 \u043f\u0430\u0440\u043e\u043b\u0435\u043c...",knockButton:"\u041f\u043e\u043f\u0440\u043e\u0441\u0438\u0442\u044c \u043f\u0440\u0438\u0441\u043e\u0435\u0434\u0438\u043d\u0438\u0442\u044c\u0441\u044f",knockTitle:"\u041a\u0442\u043e-\u0442\u043e \u0445\u043e\u0447\u0435\u0442 \u043f\u0440\u0438\u0441\u043e\u0435\u0434\u0438\u043d\u0438\u0442\u044c\u0441\u044f \u043a \u0432\u0441\u0442\u0440\u0435\u0447\u0435",knockingParticipantList:"\u0421\u043f\u0438\u0441\u043e\u043a \u043e\u0436\u0438\u0434\u0430\u044e\u0449\u0438\u0445 \u0443\u0447\u0430\u0441\u0442\u043d\u0438\u043a\u043e\u0432",lobbyChatStartedNotification:"{{moderator}} \u043d\u0430\u0447\u0430\u043b \u043b\u043e\u0431\u0431\u0438 \u0447\u0430\u0442 \u0441 {{attendee}}",lobbyChatStartedTitle:"{{moderator}} \u043d\u0430\u0447\u0430\u043b \u043b\u043e\u0431\u0431\u0438 \u0447\u0430\u0442 \u0441 \u0432\u0430\u043c\u0438.",nameField:"\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u0432\u0430\u0448\u0435 \u0438\u043c\u044f",notificationLobbyAccessDenied:"{{originParticipantName}} \u0437\u0430\u043f\u0440\u0435\u0442\u0438\u043b \u043f\u0440\u0438\u0441\u043e\u0435\u0434\u0438\u043d\u0438\u0442\u044c\u0441\u044f {{targetParticipantName}}",notificationLobbyAccessGranted:"{{originParticipantName}} \u0440\u0430\u0437\u0440\u0435\u0448\u0438\u043b \u043f\u0440\u0438\u0441\u043e\u0435\u0434\u0438\u043d\u0438\u0442\u044c\u0441\u044f {{targetParticipantName}} ",notificationLobbyDisabled:"\u041b\u043e\u0431\u0431\u0438 \u043e\u0442\u043a\u043b\u044e\u0447\u0435\u043d\u043e \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u0435\u043c {{originParticipantName}}",notificationLobbyEnabled:"\u041b\u043e\u0431\u0431\u0438 \u0432\u043a\u043b\u044e\u0447\u0435\u043d\u043e \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u0435\u043c {{originParticipantName}}",notificationTitle:"\u041b\u043e\u0431\u0431\u0438",passwordField:"\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u043f\u0430\u0440\u043e\u043b\u044c \u0432\u0441\u0442\u0440\u0435\u0447\u0438",passwordJoinButton:"\u041f\u0440\u0438\u0441\u043e\u0435\u0434\u0438\u043d\u0438\u0442\u044c\u0441\u044f",reject:"\u041e\u0442\u043a\u0430\u0437\u0430\u0442\u044c",rejectAll:"\u041e\u0442\u043a\u0430\u0437\u0430\u0442\u044c \u0432\u0441\u0435\u043c",title:"\u041b\u043e\u0431\u0431\u0438",toggleLabel:"\u0412\u043a\u043b\u044e\u0447\u0438\u0442\u044c \u043b\u043e\u0431\u0431\u0438"},localRecording:{clientState:{off:"\u041e\u0442\u043a\u043b\u044e\u0447\u0435\u043d",on:"\u041f\u043e\u0434\u043a\u043b\u044e\u0447\u0435\u043d",unknown:"\u041d\u0435\u0438\u0437\u0432\u0435\u0441\u0442\u0435\u043d"},dialogTitle:"\u041a\u043d\u043e\u043f\u043a\u0438 \u043b\u043e\u043a\u0430\u043b\u044c\u043d\u043e\u0439 \u0437\u0430\u043f\u0438\u0441\u0438",duration:"\u0414\u043b\u0438\u0442\u0435\u043b\u044c\u043d\u043e\u0441\u0442\u044c",durationNA:"\u043d\u0435\u0438\u0437\u0432\u0435\u0441\u0442\u043d\u043e",encoding:"\u041a\u043e\u0434\u0438\u0440\u043e\u0432\u043a\u0430",label:"\u041b\u0435\u0432\u044b\u0439/\u041f\u0440\u0430\u0432\u044b\u0439",labelToolTip:"\u041b\u043e\u043a\u0430\u043b\u044c\u043d\u0430\u044f \u0437\u0430\u043f\u0438\u0441\u044c \u0430\u043a\u0442\u0438\u0432\u043d\u0430",localRecording:"\u041b\u043e\u043a\u0430\u043b\u044c\u043d\u0430\u044f \u0437\u0430\u043f\u0438\u0441\u044c",me:"\u042f",messages:{engaged:"\u041b\u043e\u043a\u0430\u043b\u044c\u043d\u0430\u044f \u0437\u0430\u043f\u0438\u0441\u044c \u043d\u0430\u0447\u0430\u043b\u0430\u0441\u044c.",finished:"\u0417\u0430\u043f\u0438\u0441\u044c \u0441\u0435\u0441\u0441\u0438\u0438 {{token}} \u0437\u0430\u0432\u0435\u0440\u0448\u0435\u043d\u0430. \u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430 \u043e\u0442\u043f\u0440\u0430\u0432\u044c\u0442\u0435 \u0437\u0430\u043f\u0438\u0441\u0430\u043d\u043d\u044b\u0439 \u0444\u0430\u0439\u043b \u043c\u043e\u0434\u0435\u0440\u0430\u0442\u043e\u0440\u0443.",finishedModerator:"\u0417\u0430\u043f\u0438\u0441\u044c \u0441\u0435\u0441\u0441\u0438\u0438 {{token}} \u0437\u0430\u0432\u0435\u0440\u0448\u0435\u043d\u0430. \u0417\u0430\u043f\u0438\u0441\u044c \u043b\u043e\u043a\u0430\u043b\u044c\u043d\u043e\u0433\u043e \u0442\u0440\u0435\u043a\u0430 \u0441\u043e\u0445\u0440\u0430\u043d\u0435\u043d\u0430. \u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u043f\u043e\u043f\u0440\u043e\u0441\u0438\u0442\u0435 \u0434\u0440\u0443\u0433\u0438\u0445 \u0443\u0447\u0430\u0441\u0442\u043d\u0438\u043a\u043e\u0432 \u043f\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u0438\u0442\u044c \u0438\u0445 \u0437\u0430\u043f\u0438\u0441\u0438",notModerator:"\u0412\u044b \u043d\u0435 \u043c\u043e\u0434\u0435\u0440\u0430\u0442\u043e\u0440 \u0438 \u043d\u0435 \u043c\u043e\u0436\u0435\u0442\u0435 \u043d\u0430\u0447\u0438\u043d\u0430\u0442\u044c \u0438\u043b\u0438 \u043e\u0441\u0442\u0430\u043d\u0430\u0432\u043b\u0438\u0432\u0430\u0442\u044c \u043b\u043e\u043a\u0430\u043b\u044c\u043d\u0443\u044e \u0437\u0430\u043f\u0438\u0441\u044c."},moderator:"\u041c\u043e\u0434\u0435\u0440\u0430\u0442\u043e\u0440",no:"\u041d\u0435\u0442",participant:"\u0423\u0447\u0430\u0441\u0442\u043d\u0438\u043a",participantStats:"\u0421\u0442\u0430\u0442\u0438\u0441\u0442\u0438\u043a\u0430 \u0443\u0447\u0430\u0441\u0442\u043d\u0438\u043a\u043e\u0432",sessionToken:"\u0422\u043e\u043a\u0435\u043d \u0441\u0435\u0441\u0441\u0438\u0438",start:"\u041d\u0430\u0447\u0430\u0442\u044c \u0437\u0430\u043f\u0438\u0441\u044c",stop:"\u041e\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c \u0437\u0430\u043f\u0438\u0441\u044c",yes:"\u0414\u0430"},lockRoomPassword:"\u043f\u0430\u0440\u043e\u043b\u044c",lockRoomPasswordUppercase:"\u041f\u0430\u0440\u043e\u043b\u044c",lonelyMeetingExperience:{button:"\u041f\u0440\u0438\u0433\u043b\u0430\u0441\u0438\u0442\u044c",youAreAlone:"\u0412\u044b \u043e\u0434\u0438\u043d \u0432 \u0432\u0438\u0434\u0435\u043e\u043a\u043e\u043d\u0444\u0435\u0440\u0435\u043d\u0446\u0438\u0438"},me:"\u044f",notify:{OldElectronAPPTitle:"\u0423\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u044c \u0432 \u0441\u0438\u0441\u0442\u0435\u043c\u0435 \u0431\u0435\u0437\u043e\u043f\u0430\u0441\u043d\u043e\u0441\u0442\u0438!",allowAction:"\u0420\u0430\u0437\u0440\u0435\u0448\u0438\u0442\u044c",allowedUnmute:"\u0412\u044b \u043c\u043e\u0436\u0435\u0442\u0435 \u0432\u043a\u043b\u044e\u0447\u0438\u0442\u044c \u043c\u0438\u043a\u0440\u043e\u0444\u043e\u043d, \u0432\u043a\u043b\u044e\u0447\u0438\u0442\u044c \u043a\u0430\u043c\u0435\u0440\u0443 \u0438\u043b\u0438 \u043f\u043e\u0434\u0435\u043b\u0438\u0442\u044c\u0441\u044f \u0441\u0432\u043e\u0438\u043c \u044d\u043a\u0440\u0430\u043d\u043e\u043c.",audioUnmuteBlockedDescription:"\u041e\u043f\u0435\u0440\u0430\u0446\u0438\u044f \u0432\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u044f \u043c\u0438\u043a\u0440\u043e\u0444\u043e\u043d\u0430 \u0431\u044b\u043b\u0430 \u0432\u0440\u0435\u043c\u0435\u043d\u043d\u043e \u0437\u0430\u0431\u043b\u043e\u043a\u0438\u0440\u043e\u0432\u0430\u043d\u0430 \u0438\u0437-\u0437\u0430 \u0441\u0438\u0441\u0442\u0435\u043c\u043d\u044b\u0445 \u043e\u0433\u0440\u0430\u043d\u0438\u0447\u0435\u043d\u0438\u0439.",audioUnmuteBlockedTitle:"\u0412\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u0435 \u043c\u0438\u043a\u0440\u043e\u0444\u043e\u043d\u0430 \u0437\u0430\u0431\u043b\u043e\u043a\u0438\u0440\u043e\u0432\u0430\u043d\u043e!",chatMessages:"\u0421\u043e\u043e\u0431\u0449\u0435\u043d\u0438\u044f \u0447\u0430\u0442\u0430",connectedOneMember:"{{name}} \u043f\u0440\u0438\u0441\u043e\u0435\u0434\u0438\u043d\u0438\u043b\u0441\u044f \u043a \u043a\u043e\u043d\u0444\u0435\u0440\u0435\u043d\u0446\u0438\u0438",connectedThreePlusMembers:"{{name}} \u0438 {{count}} \u0434\u0440\u0443\u0433\u0438\u0445 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u0435\u0439 \u043f\u0440\u0438\u0441\u043e\u0435\u0434\u0438\u043d\u0438\u043b\u0438\u0441\u044c \u043a \u043a\u043e\u043d\u0444\u0435\u0440\u0435\u043d\u0446\u0438\u0438",connectedTwoMembers:"{{first}} \u0438 {{second}} \u043f\u0440\u0438\u0441\u043e\u0435\u0434\u0438\u043d\u0438\u043b\u0438\u0441\u044c \u043a \u043a\u043e\u043d\u0444\u0435\u0440\u0435\u043d\u0446\u0438\u0438",disconnected:"\u0441\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u0438\u0435 \u0440\u0430\u0437\u043e\u0440\u0432\u0430\u043d\u043e",displayNotifications:"\u041e\u0442\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435 \u0443\u0432\u0435\u0434\u043e\u043c\u043b\u0435\u043d\u0438\u0439 \u0434\u043b\u044f",focus:"\u0424\u043e\u043a\u0443\u0441 \u0432\u0441\u0442\u0440\u0435\u0447\u0438",focusFail:"{{component}} \u043d\u0435\u0434\u043e\u0441\u0442\u0443\u043f\u0435\u043d, \u043f\u043e\u0432\u0442\u043e\u0440\u0438\u0442\u0435 \u0447\u0435\u0440\u0435\u0437 {{ms}} \u0441",gifsMenu:"GIPHY",groupTitle:"\u0423\u0432\u0435\u0434\u043e\u043c\u043b\u0435\u043d\u0438\u044f",hostAskedUnmute:"\u041c\u043e\u0434\u0435\u0440\u0430\u0442\u043e\u0440 \u0445\u043e\u0447\u0435\u0442, \u0447\u0442\u043e\u0431\u044b \u0432\u044b \u0432\u044b\u0441\u043a\u0430\u0437\u0430\u043b\u0438\u0441\u044c\u041c\u043e\u0434\u0435\u0440\u0430\u0442\u043e\u0440 \u0445\u043e\u0447\u0435\u0442, \u0447\u0442\u043e\u0431\u044b \u0432\u044b \u0432\u044b\u0441\u043a\u0430\u0437\u0430\u043b\u0438\u0441\u044c",invitedOneMember:"{{name}} \u0431\u044b\u043b \u043f\u0440\u0438\u0433\u043b\u0430\u0448\u0435\u043d",invitedThreePlusMembers:"\u041f\u0440\u0438\u0433\u043b\u0430\u0448\u0435\u043d\u044b {{name}} \u0438 {{count}} \u0434\u0440\u0443\u0433\u0438\u0445 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u0435\u0439(\u043b\u044f)",invitedTwoMembers:"{{first}} \u0438 {{second}} \u043f\u0440\u0438\u0441\u043e\u0435\u0434\u0438\u043d\u0438\u043b\u0438\u0441\u044c \u043a \u043a\u043e\u043d\u0444\u0435\u0440\u0435\u043d\u0446\u0438\u0438",joinMeeting:"\u041f\u0440\u0438\u0441\u043e\u0435\u0434\u0438\u043d\u0438\u0442\u044c\u0441\u044f",kickParticipant:"{{kicker}} \u043e\u0442\u043a\u043b\u044e\u0447\u0438\u043b {{kicked}}",leftOneMember:"{{name}} \u043f\u043e\u043a\u0438\u043d\u0443\u043b \u0441\u043e\u0431\u0440\u0430\u043d\u0438\u0435",leftThreePlusMembers:"{{name}} \u0438 \u043c\u043d\u043e\u0433\u0438\u0435 \u0434\u0440\u0443\u0433\u0438\u0435 \u043f\u043e\u043a\u0438\u043d\u0443\u043b\u0438 \u0432\u0441\u0442\u0440\u0435\u0447\u0443",leftTwoMembers:"{{first}} \u0438 {{second}} \u043f\u043e\u043a\u0438\u043d\u0443\u043b\u0438 \u0432\u0441\u0442\u0440\u0435\u0447\u0443",linkToSalesforce:"\u0421\u0441\u044b\u043b\u043a\u0430 \u043d\u0430 Salesforce",linkToSalesforceDescription:"\u0412\u044b \u043c\u043e\u0436\u0435\u0442\u0435 \u043e\u0442\u043f\u0440\u0430\u0432\u0438\u0442\u044c \u0441\u0441\u044b\u043b\u043a\u0443 \u043d\u0430 \u0441\u0432\u043e\u0434\u043a\u0443 \u0432\u0441\u0442\u0440\u0435\u0447\u0438 Salesforce \u043e\u0431\u044a\u0435\u043a\u0442\u0443.",linkToSalesforceError:"\u041e\u0448\u0438\u0431\u043a\u0430 \u043e\u0442\u043f\u0440\u0430\u0432\u043a\u0438 \u0441\u0441\u044b\u043b\u043a\u0438 \u043d\u0430 \u0432\u0441\u0442\u0440\u0435\u0447\u0443 \u0434\u043b\u044f Salesforce",linkToSalesforceKey:"\u041e\u0442\u043f\u0440\u0430\u0432\u0438\u0442\u044c \u0441\u0441\u044b\u043b\u043a\u0443 \u043d\u0430 \u0432\u0441\u0442\u0440\u0435\u0447\u0443 \u0434\u043b\u044f Salesforce",linkToSalesforceProgress:"\u041e\u0442\u043f\u0440\u0430\u0432\u043a\u0430 \u0441\u0441\u044b\u043b\u043a\u0438 \u043d\u0430 \u0432\u0441\u0442\u0440\u0435\u0447\u0443 \u0434\u043b\u044f Salesforce...",linkToSalesforceSuccess:"\u0421\u0441\u044b\u043b\u043a\u0430 \u043d\u0430 \u044d\u0442\u0443 \u0432\u0441\u0442\u0440\u0435\u0447\u0443 \u0434\u043b\u044f Salesforce \u0431\u044b\u043b\u0430 \u043e\u0442\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0430",localRecordingStarted:"{{name}} \u043d\u0430\u0447\u0430\u043b \u043b\u043e\u043a\u0430\u043b\u044c\u043d\u0443\u044e \u0437\u0430\u043f\u0438\u0441\u044c.",localRecordingStopped:"{{name}} \u043e\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u043b \u043b\u043e\u043a\u0430\u043b\u044c\u043d\u0443\u044e \u0437\u0430\u043f\u0438\u0441\u044c.",me:"\u042f",moderationInEffectCSDescription:"\u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u043f\u043e\u0434\u043d\u0438\u043c\u0438\u0442\u0435 \u0440\u0443\u043a\u0443, \u0435\u0441\u043b\u0438 \u0432\u044b \u0445\u043e\u0442\u0438\u0442\u0435 \u043f\u043e\u0434\u0435\u043b\u0438\u0442\u044c\u0441\u044f \u0441\u0432\u043e\u0438\u043c \u044d\u043a\u0440\u0430\u043d\u043e\u043c.",moderationInEffectCSTitle:"\u0414\u0435\u043c\u043e\u043d\u0441\u0442\u0440\u0430\u0446\u0438\u044f \u044d\u043a\u0440\u0430\u043d\u0430 \u0437\u0430\u0431\u043b\u043e\u043a\u0438\u0440\u043e\u0432\u0430\u043d\u0430 \u043c\u043e\u0434\u0435\u0440\u0430\u0442\u043e\u0440\u043e\u043c",moderationInEffectDescription:"\u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u043f\u043e\u0434\u043d\u0438\u043c\u0438\u0442\u0435 \u0440\u0443\u043a\u0443, \u0435\u0441\u043b\u0438 \u0445\u043e\u0442\u0438\u0442\u0435 \u0432\u044b\u0441\u043a\u0430\u0437\u0430\u0442\u044c\u0441\u044f.",moderationInEffectTitle:"\u0412\u0430\u0448 \u043c\u0438\u043a\u0440\u043e\u0444\u043e\u043d \u043e\u0442\u043a\u043b\u044e\u0447\u0435\u043d \u043c\u043e\u0434\u0435\u0440\u0430\u0442\u043e\u0440\u043e\u043c",moderationInEffectVideoDescription:"\u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u043f\u043e\u0434\u043d\u0438\u043c\u0438\u0442\u0435 \u0440\u0443\u043a\u0443, \u0435\u0441\u043b\u0438 \u0445\u043e\u0442\u0438\u0442\u0435 \u0432\u043a\u043b\u044e\u0447\u0438\u0442\u044c \u043a\u0430\u043c\u0435\u0440\u0443.",moderationInEffectVideoTitle:"\u0412\u0430\u0448\u0430 \u043a\u0430\u043c\u0435\u0440\u0430 \u0437\u0430\u0431\u043b\u043e\u043a\u0438\u0440\u043e\u0432\u0430\u043d\u0430 \u043c\u043e\u0434\u0435\u0440\u0430\u0442\u043e\u0440\u043e\u043c",moderationRequestFromModerator:"\u041c\u043e\u0434\u0435\u0440\u0430\u0442\u043e\u0440 \u0445\u043e\u0447\u0435\u0442, \u0447\u0442\u043e\u0431\u044b \u0432\u044b \u0432\u043a\u043b\u044e\u0447\u0438\u043b\u0438 \u0437\u0432\u0443\u043a",moderationRequestFromParticipant:"\u0425\u043e\u0447\u0435\u0442 \u0433\u043e\u0432\u043e\u0440\u0438\u0442\u044c",moderationStartedTitle:"\u041d\u0430\u0447\u0430\u043b\u0430\u0441\u044c \u043c\u043e\u0434\u0435\u0440\u0430\u0446\u0438\u044f",moderationStoppedTitle:"\u041c\u043e\u0434\u0435\u0440\u0430\u0446\u0438\u044f \u043e\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d\u0430",moderationToggleDescription:"\u043e\u0442 {{participantDisplayName}}",moderator:"\u041f\u043e\u043b\u0443\u0447\u0435\u043d\u044b \u043f\u0440\u0430\u0432\u0430 \u043c\u043e\u0434\u0435\u0440\u0430\u0442\u043e\u0440\u0430!",muted:"\u0412\u044b \u043d\u0430\u0447\u0430\u043b\u0438 \u0440\u0430\u0437\u0433\u043e\u0432\u043e\u0440 \u0431\u0435\u0437 \u0437\u0432\u0443\u043a\u0430.",mutedRemotelyDescription:"\u0412\u044b \u0432\u0441\u0435\u0433\u0434\u0430 \u043c\u043e\u0436\u0435\u0442\u0435 \u0432\u043a\u043b\u044e\u0447\u0438\u0442\u044c \u043c\u0438\u043a\u0440\u043e\u0444\u043e\u043d, \u043a\u043e\u0433\u0434\u0430 \u0431\u0443\u0434\u0435\u0442\u0435 \u0433\u043e\u0442\u043e\u0432\u044b \u0433\u043e\u0432\u043e\u0440\u0438\u0442\u044c. \u041e\u0442\u043a\u043b\u044e\u0447\u0438\u0442\u0435 \u0435\u0433\u043e, \u043a\u043e\u0433\u0434\u0430 \u0437\u0430\u043a\u043e\u043d\u0447\u0438\u0442\u0435, \u0447\u0442\u043e\u0431\u044b \u043d\u0435 \u0442\u0440\u0430\u043d\u0441\u043b\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0448\u0443\u043c\u044b \u0432 \u043a\u043e\u043d\u0444\u0435\u0440\u0435\u043d\u0446\u0438\u044e.",mutedRemotelyTitle:"{{participantDisplayName}} \u043e\u0442\u043a\u043b\u044e\u0447\u0438\u043b \u0412\u0430\u043c \u043c\u0438\u043a\u0440\u043e\u0444\u043e\u043d!",mutedTitle:"\u0412\u044b \u0431\u0435\u0437 \u0437\u0432\u0443\u043a\u0430!",newDeviceAction:"\u0418\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u044c",newDeviceAudioTitle:"\u041e\u0431\u043d\u0430\u0440\u0443\u0436\u0435\u043d\u043e \u043d\u043e\u0432\u043e\u0435 \u0430\u0443\u0434\u0438\u043e\u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u043e",newDeviceCameraTitle:"\u041e\u0431\u043d\u0430\u0440\u0443\u0436\u0435\u043d\u0430 \u043d\u043e\u0432\u0430\u044f \u043a\u0430\u043c\u0435\u0440\u0430",noiseSuppressionDesktopAudioDescription:"\u0428\u0443\u043c\u043e\u043f\u043e\u0434\u0430\u0432\u043b\u0435\u043d\u0438\u0435 \u043d\u0435 \u043c\u043e\u0436\u0435\u0442 \u0431\u044b\u0442\u044c \u0432\u043a\u043b\u044e\u0447\u0435\u043d\u043e \u043f\u0440\u0438 \u0441\u043e\u0432\u043c\u0435\u0441\u0442\u043d\u043e\u043c \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u0438 \u0437\u0432\u0443\u043a\u0430 \u0440\u0430\u0431\u043e\u0447\u0435\u0433\u043e \u0441\u0442\u043e\u043b\u0430, \u043f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u043e\u0442\u043a\u043b\u044e\u0447\u0438\u0442\u0435 \u0435\u0433\u043e \u0438 \u043f\u043e\u0432\u0442\u043e\u0440\u0438\u0442\u0435 \u043f\u043e\u043f\u044b\u0442\u043a\u0443.",noiseSuppressionFailedTitle:"\u041d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u0437\u0430\u043f\u0443\u0441\u0442\u0438\u0442\u044c \u0448\u0443\u043c\u043e\u043f\u043e\u0434\u0430\u0432\u043b\u0435\u043d\u0438\u0435",noiseSuppressionNoTrackDescription:"\u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u0441\u043d\u0430\u0447\u0430\u043b\u0430 \u0432\u043a\u043b\u044e\u0447\u0438\u0442\u0435 \u0437\u0432\u0443\u043a \u043c\u0438\u043a\u0440\u043e\u0444\u043e\u043d\u0430.",noiseSuppressionStereoDescription:"\u0428\u0443\u043c\u043e\u043f\u043e\u0434\u0430\u0432\u043b\u0435\u043d\u0438\u0435 \u0441\u0442\u0435\u0440\u0435\u043e\u0437\u0432\u0443\u043a\u0430 \u0432 \u043d\u0430\u0441\u0442\u043e\u044f\u0449\u0435\u0435 \u0432\u0440\u0435\u043c\u044f \u043d\u0435 \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u0442\u0441\u044f.",oldElectronClientDescription1:"\u041f\u043e\u0445\u043e\u0436\u0435, \u0432\u044b \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u0442\u0435 \u0441\u0442\u0430\u0440\u0443\u044e \u0432\u0435\u0440\u0441\u0438\u044e \u043a\u043b\u0438\u0435\u043d\u0442\u0430 {{app}}, \u043a\u043e\u0442\u043e\u0440\u0430\u044f \u0438\u043c\u0435\u0435\u0442 \u0438\u0437\u0432\u0435\u0441\u0442\u043d\u044b\u0435 \u0443\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u0438 \u0432 \u0441\u0438\u0441\u0442\u0435\u043c\u0435 \u0431\u0435\u0437\u043e\u043f\u0430\u0441\u043d\u043e\u0441\u0442\u0438. \u0423\u0431\u0435\u0434\u0438\u0442\u0435\u0441\u044c, \u0447\u0442\u043e \u0432\u044b \u043e\u0431\u043d\u043e\u0432\u0438\u043b\u0438 \u0434\u043e \u043d\u0430\u0448\u0435\u0439 ",oldElectronClientDescription2:"\u043f\u043e\u0441\u043b\u0435\u0434\u043d\u0435\u0439 \u0432\u0435\u0440\u0441\u0438\u0438",oldElectronClientDescription3:" \u0441\u0435\u0439\u0447\u0430\u0441!",participantWantsToJoin:"\u0425\u043e\u0447\u0435\u0442 \u043f\u0440\u0438\u0441\u043e\u0435\u0434\u0438\u043d\u0438\u0442\u044c\u0441\u044f \u043a \u0432\u0441\u0442\u0440\u0435\u0447\u0435",participantsWantToJoin:"\u0425\u043e\u0442\u044f\u0442 \u043f\u0440\u0438\u0441\u043e\u0435\u0434\u0438\u043d\u0438\u0442\u044c\u0441\u044f \u043a \u0432\u0441\u0442\u0440\u0435\u0447\u0435",passwordRemovedRemotely:"$t(lockRoomPasswordUppercase) \u0443\u0434\u0430\u043b\u0435\u043d \u0434\u0440\u0443\u0433\u0438\u043c \u0443\u0447\u0430\u0441\u0442\u043d\u0438\u043a\u043e\u043c.",passwordSetRemotely:"\u0414\u0440\u0443\u0433\u043e\u0439 \u0443\u0447\u0430\u0441\u0442\u043d\u0438\u043a \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u043b $t(lockRoomPasswordUppercase)",raiseHandAction:"\u041f\u043e\u0434\u043d\u044f\u0442\u044c \u0440\u0443\u043a\u0443",raisedHand:"{{name}} \u0445\u043e\u0442\u0435\u043b \u0431\u044b \u0432\u044b\u0441\u0442\u0443\u043f\u0438\u0442\u044c.",raisedHands:"{{\u0418\u043c\u044f \u0443\u0447\u0430\u0441\u0442\u043d\u0438\u043a\u0430}} \u0438 \u0435\u0449\u0435 {{\u043f\u043e\u0434\u043d\u044f\u043b\u0438 \u0440\u0443\u043a\u0438}} \u0447\u0435\u043b\u043e\u0432\u0435\u043a",reactionSounds:"\u041e\u0442\u043a\u043b\u044e\u0447\u0438\u0442\u044c \u0437\u0432\u0443\u043a\u0438",reactionSoundsForAll:"\u041e\u0442\u043a\u043b\u044e\u0447\u0438\u0442\u044c \u0437\u0432\u0443\u043a\u0438 \u0434\u043b\u044f \u0432\u0441\u0435\u0445",screenShareNoAudio:"\u0424\u043b\u0430\u0436\u043e\u043a \xab\u041f\u043e\u0434\u0435\u043b\u0438\u0442\u044c\u0441\u044f \u0430\u0443\u0434\u0438\u043e\xbb \u043d\u0435 \u0431\u044b\u043b \u043e\u0442\u043c\u0435\u0447\u0435\u043d \u043d\u0430 \u044d\u043a\u0440\u0430\u043d\u0435 \u0432\u044b\u0431\u043e\u0440\u0430 \u043e\u043a\u043d\u0430.",screenShareNoAudioTitle:"\u041d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u043f\u043e\u0434\u0435\u043b\u0438\u0442\u044c\u0441\u044f \u0441\u0438\u0441\u0442\u0435\u043c\u043d\u044b\u043c \u0437\u0432\u0443\u043a\u043e\u043c!",selfViewTitle:"\u0412\u044b \u0432\u0441\u0435\u0433\u0434\u0430 \u043c\u043e\u0436\u0435\u0442\u0435 \u0441\u043a\u0440\u044b\u0442\u044c \u0441\u043e\u0431\u0441\u0442\u0432\u0435\u043d\u043d\u043e\u0435 \u0438\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435 \u0432 \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0430\u0445.",somebody:"\u041a\u0442\u043e-\u0442\u043e",startSilentDescription:"\u041f\u0435\u0440\u0435\u0437\u0430\u0439\u0434\u0438\u0442\u0435 \u0432 \u043a\u043e\u043d\u0444\u0435\u0440\u0435\u043d\u0446\u0438\u044e, \u0447\u0442\u043e\u0431\u044b \u0432\u043a\u043b\u044e\u0447\u0438\u0442\u044c \u0437\u0432\u0443\u043a",startSilentTitle:"\u0423 \u0432\u0430\u0441 \u043e\u0442\u0441\u0443\u0442\u0441\u0442\u0432\u0443\u0435\u0442 \u0437\u0432\u0443\u043a!",suboptimalBrowserWarning:"\u041a \u0441\u043e\u0436\u0430\u043b\u0435\u043d\u0438\u044e, \u0432\u0430\u0448 \u0431\u0440\u0430\u0443\u0437\u0435\u0440 \u043d\u0435 \u043f\u043e\u043b\u043d\u043e\u0441\u0442\u044c\u044e \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u0442 \u0434\u0430\u043d\u043d\u0443\u044e \u0441\u0438\u0441\u0442\u0435\u043c\u0443 \u0432\u044d\u0431\u043a\u043e\u043d\u0444\u0435\u0440\u0435\u043d\u0446\u0438\u0439. \u041c\u044b \u0440\u0430\u0431\u043e\u0442\u0430\u0435\u043c \u043d\u0430\u0434 \u043f\u0440\u043e\u0431\u043b\u0435\u043c\u043e\u0439, \u043e\u0434\u043d\u0430\u043a\u043e, \u043f\u043e\u043a\u0430 \u0440\u0435\u043a\u043e\u043c\u0435\u043d\u0434\u0443\u0435\u043c \u0432\u0430\u043c \u0432\u043e\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u044c\u0441\u044f \u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0438\u043c\u0438 \u0431\u0440\u0430\u0443\u0437\u0435\u0440\u0430\u043c\u0438.",suboptimalExperienceTitle:"\u041f\u0440\u0435\u0434\u0443\u043f\u0440\u0435\u0436\u0434\u0435\u043d\u0438\u0435 \u0431\u0440\u0430\u0443\u0437\u0435\u0440\u0430",unmute:"\u0412\u043a\u043b\u044e\u0447\u0438\u0442\u044c \u043c\u0438\u043a\u0440\u043e\u0444\u043e\u043d",videoMutedRemotelyDescription:"\u0412\u044b \u0432\u0441\u0435\u0433\u0434\u0430 \u043c\u043e\u0436\u0435\u0442\u0435 \u0432\u043a\u043b\u044e\u0447\u0438\u0442\u044c \u0435\u0433\u043e \u0441\u043d\u043e\u0432\u0430.",videoMutedRemotelyTitle:"\u0412\u0430\u0448\u0435 \u0432\u0438\u0434\u0435\u043e \u0431\u044b\u043b\u043e \u043e\u0442\u043a\u043b\u044e\u0447\u0435\u043d\u043e {{participantDisplayName}}",videoUnmuteBlockedDescription:"\u0412\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u0435 \u0437\u0432\u0443\u043a\u0430 \u043a\u0430\u043c\u0435\u0440\u044b \u0438 \u0441\u043e\u0432\u043c\u0435\u0441\u0442\u043d\u043e\u0435 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u0435 \u0440\u0430\u0431\u043e\u0447\u0435\u0433\u043e \u0441\u0442\u043e\u043b\u0430 \u0432\u0440\u0435\u043c\u0435\u043d\u043d\u043e \u0437\u0430\u0431\u043b\u043e\u043a\u0438\u0440\u043e\u0432\u0430\u043d\u044b \u0438\u0437-\u0437\u0430 \u0441\u0438\u0441\u0442\u0435\u043c\u043d\u044b\u0445 \u043e\u0433\u0440\u0430\u043d\u0438\u0447\u0435\u043d\u0438\u0439.",videoUnmuteBlockedTitle:"\u0412\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u0435 \u043a\u0430\u043c\u0435\u0440\u044b \u0438 \u043e\u0431\u0449\u0438\u0439 \u0434\u043e\u0441\u0442\u0443\u043f \u043a \u0440\u0430\u0431\u043e\u0447\u0435\u043c\u0443 \u0441\u0442\u043e\u043b\u0443 \u0437\u0430\u0431\u043b\u043e\u043a\u0438\u0440\u043e\u0432\u0430\u043d\u044b!",viewLobby:"\u0421\u043c\u043e\u0442\u0440\u0435\u0442\u044c \u043b\u043e\u0431\u0431\u0438",waitingParticipants:"{{waitingParticipants}} \u043b\u044e\u0434\u0438"},participantsPane:{actions:{allow:"\u0420\u0430\u0437\u0440\u0435\u0448\u0438\u0442\u044c",allowVideo:"\u0420\u0430\u0437\u0440\u0435\u0448\u0438\u0442\u044c \u0432\u0438\u0434\u0435\u043e",askUnmute:"\u041f\u043e\u043f\u0440\u043e\u0441\u0438\u0442\u044c \u0440\u0430\u0437\u0440\u0435\u0448\u0435\u043d\u0438\u0435 \u0432\u043a\u043b\u044e\u0447\u0438\u0442\u044c \u043c\u0438\u043a\u0440\u043e\u0444\u043e\u043d",audioModeration:"\u0420\u0430\u0437\u0440\u0435\u0448\u0438\u0442\u044c \u0432\u044b\u043a\u043b\u044e\u0447\u0438\u0442\u044c \u043c\u0438\u043a\u0440\u043e\u0444\u043e\u043d",blockEveryoneMicCamera:"\u0417\u0430\u0431\u043b\u043e\u043a\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0443 \u0432\u0441\u0435\u0445 \u043c\u0438\u043a\u0440\u043e\u0444\u043e\u043d \u0438 \u043a\u0430\u043c\u0435\u0440\u0443",invite:"\u041f\u0440\u0438\u0433\u043b\u0430\u0441\u0438\u0442\u044c",moreModerationActions:"\u0414\u043e\u043f\u043e\u043b\u043d\u0438\u0442\u0435\u043b\u044c\u043d\u044b\u0435 \u043f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u044b \u043c\u043e\u0434\u0435\u0440\u0430\u0446\u0438\u0438",moreModerationControls:"\u0414\u043e\u043f\u043e\u043b\u043d\u0438\u0442\u0435\u043b\u044c\u043d\u044b\u0435 \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u044b \u0443\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u044f \u043c\u043e\u0434\u0435\u0440\u0430\u0446\u0438\u0435\u0439",moreParticipantOptions:"\u0414\u043e\u043f\u043e\u043b\u043d\u0438\u0442\u0435\u043b\u044c\u043d\u044b\u0435 \u043f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u044b \u0443\u0447\u0430\u0441\u0442\u043d\u0438\u043a\u043e\u0432",mute:"\u0412\u044b\u043a\u043b\u044e\u0447\u0438\u0442\u044c \u0437\u0432\u0443\u043a",muteAll:"\u0412\u044b\u043a\u043b\u044e\u0447\u0438\u0442\u044c \u0437\u0432\u0443\u043a \u0443 \u0432\u0441\u0435\u0445",muteEveryoneElse:"\u0412\u044b\u043a\u043b\u044e\u0447\u0438\u0442\u044c \u043c\u0438\u043a\u0440\u043e\u0444\u043e\u043d \u0443 \u043e\u0441\u0442\u0430\u043b\u044c\u043d\u044b\u0445",stopEveryonesVideo:"\u0412\u044b\u043a\u043b\u044e\u0447\u0438\u0442\u044c \u0443 \u0432\u0441\u0435\u0445 \u043a\u0430\u043c\u0435\u0440\u0443",stopVideo:"\u041e\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c \u0432\u0438\u0434\u0435\u043e",unblockEveryoneMicCamera:"\u0420\u0430\u0437\u0431\u043b\u043e\u043a\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0443 \u0432\u0441\u0435\u0445 \u043c\u0438\u043a\u0440\u043e\u0444\u043e\u043d \u0438 \u043a\u0430\u043c\u0435\u0440\u0443",videoModeration:"\u0420\u0430\u0437\u0440\u0435\u0448\u0438\u0442\u044c \u0432\u0438\u0434\u0435\u043e"},close:"\u0417\u0430\u043a\u0440\u044b\u0442\u044c",headings:{lobby:"\u041b\u043e\u0431\u0431\u0438 ({{count}})",participantsList:"\u0421\u043f\u0438\u0441\u043e\u043a \u0443\u0447\u0430\u0441\u0442\u043d\u0438\u043a\u043e\u0432 ({{count}})",waitingLobby:"\u041e\u0436\u0438\u0434\u0430\u044e\u0442 \u0432 \u043b\u043e\u0431\u0431\u0438 ({{count}})"},search:"\u041f\u043e\u0438\u0441\u043a \u0443\u0447\u0430\u0441\u0442\u043d\u0438\u043a\u043e\u0432",title:"\u0423\u0447\u0430\u0441\u0442\u043d\u0438\u043a\u0438"},passwordDigitsOnly:"\u0414\u043e {{number}} \u0446\u0438\u0444\u0440",passwordSetRemotely:"\u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d \u0434\u0440\u0443\u0433\u0438\u043c \u0443\u0447\u0430\u0441\u0442\u043d\u0438\u043a\u043e\u043c",pinnedParticipant:"\u0423\u0447\u0430\u0441\u0442\u043d\u0438\u043a \u0437\u0430\u043f\u0438\u043d\u0435\u043d",polls:{answer:{skip:"\u041f\u0440\u043e\u043f\u0443\u0441\u0442\u0438\u0442\u044c",submit:"\u041f\u043e\u0434\u0442\u0432\u0435\u0440\u0434\u0438\u0442\u044c"},by:"\u041f\u043e {{ name }}",create:{addOption:"\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0432\u0430\u0440\u0438\u0430\u043d\u0442",answerPlaceholder:"\u0412\u0430\u0440\u0438\u0430\u043d\u0442 {{index}}",cancel:"\u041e\u0442\u043c\u0435\u043d\u0430",create:"\u0421\u043e\u0437\u0434\u0430\u0442\u044c \u043e\u043f\u0440\u043e\u0441",pollOption:"\u0412\u0430\u0440\u0438\u0430\u043d\u0442 \u043e\u043f\u0440\u043e\u0441\u0430 {{index}}",pollQuestion:"\u0412\u043e\u043f\u0440\u043e\u0441 \u043e\u043f\u0440\u043e\u0441\u0430",questionPlaceholder:"\u0417\u0430\u0434\u0430\u0439\u0442\u0435 \u0432\u043e\u043f\u0440\u043e\u0441",removeOption:"\u0423\u0434\u0430\u043b\u0438\u0442\u044c \u0432\u0430\u0440\u0438\u0430\u043d\u0442",send:"\u041e\u0442\u043f\u0440\u0430\u0432\u043b\u044f\u0442\u044c"},notification:{description:"\u041e\u0442\u043a\u0440\u043e\u0439\u0442\u0435 \u0432\u043a\u043b\u0430\u0434\u043a\u0443 \u043e\u043f\u0440\u043e\u0441\u043e\u0432, \u0447\u0442\u043e\u0431\u044b \u043f\u0440\u043e\u0433\u043e\u043b\u043e\u0441\u043e\u0432\u0430\u0442\u044c",title:"\u041a \u044d\u0442\u043e\u0439 \u0432\u0441\u0442\u0440\u0435\u0447\u0435 \u0434\u043e\u0431\u0430\u0432\u043b\u0435\u043d \u043d\u043e\u0432\u044b\u0439 \u043e\u043f\u0440\u043e\u0441"},results:{changeVote:"\u0418\u0437\u043c\u0435\u043d\u0438\u0442\u044c \u0433\u043e\u043b\u043e\u0441",empty:"\u041d\u0430 \u0441\u043e\u0431\u0440\u0430\u043d\u0438\u0438 \u0435\u0449\u0435 \u043d\u0435\u0442 \u043e\u043f\u0440\u043e\u0441\u043e\u0432. \u041d\u0430\u0447\u0430\u0442\u044c \u043e\u043f\u0440\u043e\u0441 \u0437\u0434\u0435\u0441\u044c!",hideDetailedResults:"\u0421\u043a\u0440\u044b\u0442\u044c \u0434\u0435\u0442\u0430\u043b\u0438",showDetailedResults:"\u041f\u043e\u043a\u0430\u0437\u0430\u0442\u044c \u0434\u0435\u0442\u0430\u043b\u0438",vote:"\u0413\u043e\u043b\u043e\u0441\u043e\u0432\u0430\u043d\u0438\u0435"}},poweredby:"\u0440\u0430\u0431\u043e\u0442\u0430\u0435\u0442 \u043d\u0430",prejoin:{audioAndVideoError:"\u041e\u0448\u0438\u0431\u043a\u0430 \u0437\u0432\u0443\u043a\u0430 \u0438 \u0432\u0438\u0434\u0435\u043e:",audioDeviceProblem:"\u041f\u0440\u043e\u0431\u043b\u0435\u043c\u0430 \u0441 \u0432\u0430\u0448\u0438\u043c \u0430\u0443\u0434\u0438\u043e\u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u043e\u043c",audioOnlyError:"\u041e\u0448\u0438\u0431\u043a\u0430 \u0437\u0432\u0443\u043a\u0430:",audioTrackError:"\u041d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u0441\u043e\u0437\u0434\u0430\u0442\u044c \u0430\u0443\u0434\u0438\u043e \u0434\u043e\u0440\u043e\u0436\u043a\u0443.",callMe:"\u041f\u043e\u0437\u0432\u043e\u043d\u0438\u0442\u0435 \u043c\u043d\u0435",callMeAtNumber:"\u041f\u043e\u0437\u0432\u043e\u043d\u0438\u0442\u0435 \u043c\u043d\u0435 \u043f\u043e \u044d\u0442\u043e\u043c\u0443 \u043d\u043e\u043c\u0435\u0440\u0443:",calling:"\u0412\u044b\u0437\u044b\u0432\u0430\u0435\u043c",configuringDevices:"\u041d\u0430\u0441\u0442\u0440\u0430\u0438\u0432\u0430\u044e\u0442\u0441\u044f \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u0430...",connectedWithAudioQ:"\u0412\u044b \u043f\u043e\u0434\u043a\u043b\u044e\u0447\u0438\u043b\u0438 \u0437\u0432\u0443\u043a?",connection:{good:"\u0412\u0430\u0448\u0435 \u0438\u043d\u0442\u0435\u0440\u043d\u0435\u0442-\u0441\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u0438\u0435 \u0432\u044b\u0433\u043b\u044f\u0434\u0438\u0442 \u0445\u043e\u0440\u043e\u0448\u043e!",nonOptimal:"\u0412\u0430\u0448\u0435 \u0438\u043d\u0442\u0435\u0440\u043d\u0435\u0442-\u0441\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u0438\u0435 \u043d\u0435 \u043e\u043f\u0442\u0438\u043c\u0430\u043b\u044c\u043d\u043e",poor:"\u0423 \u0432\u0430\u0441 \u043f\u043b\u043e\u0445\u043e\u0435 \u0438\u043d\u0442\u0435\u0440\u043d\u0435\u0442-\u0441\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u0438\u0435"},connectionDetails:{audioClipping:"\u041c\u044b \u043e\u0436\u0438\u0434\u0430\u0435\u043c, \u0447\u0442\u043e \u0432\u0430\u0448 \u0437\u0432\u0443\u043a \u0431\u0443\u0434\u0435\u0442 \u043e\u0431\u0440\u0435\u0437\u0430\u043d.",audioHighQuality:"\u041c\u044b \u043e\u0436\u0438\u0434\u0430\u0435\u043c, \u0447\u0442\u043e \u0432\u0430\u0448 \u0437\u0432\u0443\u043a \u0431\u0443\u0434\u0435\u0442 \u043e\u0442\u043b\u0438\u0447\u043d\u043e\u0433\u043e \u043a\u0430\u0447\u0435\u0441\u0442\u0432\u0430.",audioLowNoVideo:"\u041c\u044b \u043e\u0436\u0438\u0434\u0430\u0435\u043c, \u0447\u0442\u043e \u0443 \u0432\u0430\u0441 \u0431\u0443\u0434\u0435\u0442 \u043d\u0438\u0437\u043a\u043e\u0435 \u043a\u0430\u0447\u0435\u0441\u0442\u0432\u043e \u0437\u0432\u0443\u043a\u0430 \u0438 \u043e\u0442\u0441\u0443\u0442\u0441\u0442\u0432\u0438\u0435 \u0432\u0438\u0434\u0435\u043e.",goodQuality:"\u041f\u043e\u0442\u0440\u044f\u0441\u0430\u044e\u0449\u0438\u0439! \u041a\u0430\u0447\u0435\u0441\u0442\u0432\u043e \u0432\u0430\u0448\u0435\u0433\u043e \u043c\u0443\u043b\u044c\u0442\u0438\u043c\u0435\u0434\u0438\u0430 \u0431\u0443\u0434\u0435\u0442 \u043e\u0442\u043b\u0438\u0447\u043d\u044b\u043c.",noMediaConnectivity:"\u041c\u044b \u043d\u0435 \u0441\u043c\u043e\u0433\u043b\u0438 \u043d\u0430\u0439\u0442\u0438 \u0441\u043f\u043e\u0441\u043e\u0431 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c \u043c\u0435\u0434\u0438\u0430-\u0441\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u0438\u0435 \u0434\u043b\u044f \u044d\u0442\u043e\u0433\u043e \u0442\u0435\u0441\u0442\u0430. \u041e\u0431\u044b\u0447\u043d\u043e \u044d\u0442\u043e \u0432\u044b\u0437\u0432\u0430\u043d\u043e \u0431\u0440\u0430\u043d\u0434\u043c\u0430\u0443\u044d\u0440\u043e\u043c \u0438\u043b\u0438 NAT.",noVideo:"\u041c\u044b \u043e\u0436\u0438\u0434\u0430\u0435\u043c, \u0447\u0442\u043e \u0432\u0430\u0448\u0435 \u0432\u0438\u0434\u0435\u043e \u0431\u0443\u0434\u0435\u0442 \u0443\u0436\u0430\u0441\u043d\u044b\u043c.",undetectable:"\u0415\u0441\u043b\u0438 \u0432\u044b \u0432\u0441\u0435 \u0435\u0449\u0435 \u043d\u0435 \u043c\u043e\u0436\u0435\u0442\u0435 \u0441\u043e\u0432\u0435\u0440\u0448\u0430\u0442\u044c \u0437\u0432\u043e\u043d\u043a\u0438 \u0432 \u0431\u0440\u0430\u0443\u0437\u0435\u0440\u0435, \u043c\u044b \u0440\u0435\u043a\u043e\u043c\u0435\u043d\u0434\u0443\u0435\u043c \u0432\u0430\u043c \u0443\u0431\u0435\u0434\u0438\u0442\u044c\u0441\u044f, \u0447\u0442\u043e \u0432\u0430\u0448\u0438 \u0434\u0438\u043d\u0430\u043c\u0438\u043a\u0438, \u043c\u0438\u043a\u0440\u043e\u0444\u043e\u043d \u0438 \u043a\u0430\u043c\u0435\u0440\u0430 \u043f\u0440\u0430\u0432\u0438\u043b\u044c\u043d\u043e \u043d\u0430\u0441\u0442\u0440\u043e\u0435\u043d\u044b, \u0447\u0442\u043e \u0432\u044b \u043f\u0440\u0435\u0434\u043e\u0441\u0442\u0430\u0432\u0438\u043b\u0438 \u0441\u0432\u043e\u0435\u043c\u0443 \u0431\u0440\u0430\u0443\u0437\u0435\u0440\u0443 \u043f\u0440\u0430\u0432\u0430 \u043d\u0430 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u0435 \u043c\u0438\u043a\u0440\u043e\u0444\u043e\u043d\u0430 \u0438 \u043a\u0430\u043c\u0435\u0440\u044b \u0438 \u0447\u0442\u043e \u0432\u0435\u0440\u0441\u0438\u044f \u0432\u0430\u0448\u0435\u0433\u043e \u0431\u0440\u0430\u0443\u0437\u0435\u0440\u0430 \u044f\u0432\u043b\u044f\u0435\u0442\u0441\u044f \u0430\u043a\u0442\u0443\u0430\u043b\u044c\u043d\u043e\u0439. \u0415\u0441\u043b\u0438 \u0443 \u0432\u0430\u0441 \u0432\u0441\u0435 \u0435\u0449\u0435 \u0432\u043e\u0437\u043d\u0438\u043a\u0430\u044e\u0442 \u043f\u0440\u043e\u0431\u043b\u0435\u043c\u044b \u0441 \u0432\u044b\u0437\u043e\u0432\u043e\u043c, \u0432\u0430\u043c \u0441\u043b\u0435\u0434\u0443\u0435\u0442 \u043e\u0431\u0440\u0430\u0442\u0438\u0442\u044c\u0441\u044f \u043a \u0440\u0430\u0437\u0440\u0430\u0431\u043e\u0442\u0447\u0438\u043a\u0443 \u0432\u0435\u0431-\u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u044f.",veryPoorConnection:"\u041c\u044b \u043e\u0436\u0438\u0434\u0430\u0435\u043c, \u0447\u0442\u043e \u043a\u0430\u0447\u0435\u0441\u0442\u0432\u043e \u0432\u0430\u0448\u0435\u0433\u043e \u0437\u0432\u043e\u043d\u043a\u0430 \u0431\u0443\u0434\u0435\u0442 \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0442\u0435\u043b\u044c\u043d\u043e \u0443\u0436\u0430\u0441\u043d\u044b\u043c.",videoFreezing:"\u041c\u044b \u043e\u0436\u0438\u0434\u0430\u0435\u043c, \u0447\u0442\u043e \u0432\u0430\u0448\u0435 \u0432\u0438\u0434\u0435\u043e \u0437\u0430\u0432\u0438\u0441\u043d\u0435\u0442, \u0441\u0442\u0430\u043d\u0435\u0442 \u0447\u0435\u0440\u043d\u044b\u043c \u0438 \u043f\u0438\u043a\u0441\u0435\u043b\u044c\u043d\u044b\u043c.",videoHighQuality:"\u041c\u044b \u043e\u0436\u0438\u0434\u0430\u0435\u043c, \u0447\u0442\u043e \u0432\u0430\u0448\u0435 \u0432\u0438\u0434\u0435\u043e \u0431\u0443\u0434\u0435\u0442 \u0445\u043e\u0440\u043e\u0448\u0435\u0433\u043e \u043a\u0430\u0447\u0435\u0441\u0442\u0432\u0430.",videoLowQuality:"\u041c\u044b \u043e\u0436\u0438\u0434\u0430\u0435\u043c, \u0447\u0442\u043e \u0432\u0430\u0448\u0435 \u0432\u0438\u0434\u0435\u043e \u0431\u0443\u0434\u0435\u0442 \u0438\u043c\u0435\u0442\u044c \u043d\u0438\u0437\u043a\u043e\u0435 \u043a\u0430\u0447\u0435\u0441\u0442\u0432\u043e \u0441 \u0442\u043e\u0447\u043a\u0438 \u0437\u0440\u0435\u043d\u0438\u044f \u0447\u0430\u0441\u0442\u043e\u0442\u044b \u043a\u0430\u0434\u0440\u043e\u0432 \u0438 \u0440\u0430\u0437\u0440\u0435\u0448\u0435\u043d\u0438\u044f.",videoTearing:"\u041c\u044b \u043e\u0436\u0438\u0434\u0430\u0435\u043c, \u0447\u0442\u043e \u0432\u0430\u0448\u0435 \u0432\u0438\u0434\u0435\u043e \u0431\u0443\u0434\u0435\u0442 \u043f\u0438\u043a\u0441\u0435\u043b\u044c\u043d\u044b\u043c \u0438\u043b\u0438 \u0441\u043e\u0434\u0435\u0440\u0436\u0430\u0442\u044c \u0432\u0438\u0437\u0443\u0430\u043b\u044c\u043d\u044b\u0435 \u0430\u0440\u0442\u0435\u0444\u0430\u043a\u0442\u044b."},copyAndShare:"\u0421\u043a\u043e\u043f\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0438 \u043f\u043e\u0434\u0435\u043b\u0438\u0442\u044c\u0441\u044f \u0441\u0441\u044b\u043b\u043a\u043e\u0439 \u043d\u0430 \u0432\u0441\u0442\u0440\u0435\u0447\u0443",dialInMeeting:"\u0414\u043e\u0437\u0432\u043e\u043d\u0438\u0442\u044c\u0441\u044f \u0434\u043e \u0432\u0441\u0442\u0440\u0435\u0447\u0438",dialInPin:"\u0414\u043e\u0437\u0432\u043e\u043d\u0438\u0442\u044c\u0441\u044f \u0434\u043e \u0432\u0441\u0442\u0440\u0435\u0447\u0438 \u0438 \u0432\u0432\u0435\u0441\u0442\u0438 \u041f\u0418\u041d \u043a\u043e\u0434:",dialing:"\u0414\u043e\u0437\u0432\u043e\u043d",doNotShow:"\u041d\u0435 \u043f\u043e\u043a\u0430\u0437\u044b\u0432\u0430\u0442\u044c \u0441\u043d\u043e\u0432\u0430",errorDialOut:"\u041d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u0434\u043e\u0437\u0432\u043e\u043d\u0438\u0442\u044c\u0441\u044f",errorDialOutDisconnected:"\u041d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u0434\u043e\u0437\u0432\u043e\u043d\u0438\u0442\u044c\u0441\u044f. \u041e\u0442\u043a\u043b\u044e\u0447\u0435\u043d\u043e",errorDialOutFailed:"\u041d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u0434\u043e\u0437\u0432\u043e\u043d\u0438\u0442\u044c\u0441\u044f. \u0421\u0431\u043e\u0439 \u0432\u044b\u0437\u043e\u0432\u0430",errorDialOutStatus:"\u041e\u0448\u0438\u0431\u043a\u0430 \u043f\u043e\u043b\u0443\u0447\u0435\u043d\u0438\u044f \u0441\u0442\u0430\u0442\u0443\u0441\u0430 \u0432\u044b\u0437\u043e\u0432\u0430",errorMissingName:"\u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u0432\u0432\u0435\u0434\u0438\u0442\u0435 \u0441\u0432\u043e\u0435 \u0438\u043c\u044f, \u0447\u0442\u043e\u0431\u044b \u043f\u0440\u0438\u0441\u043e\u0435\u0434\u0438\u043d\u0438\u0442\u044c\u0441\u044f \u043a \u0432\u0441\u0442\u0440\u0435\u0447\u0435",errorNoPermissions:"\u0412\u0430\u043c \u043d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u043e \u0432\u043a\u043b\u044e\u0447\u0438\u0442\u044c \u0434\u043e\u0441\u0442\u0443\u043f \u043a \u043c\u0438\u043a\u0440\u043e\u0444\u043e\u043d\u0443 \u0438 \u043a\u0430\u043c\u0435\u0440\u0435",errorStatusCode:"\u041e\u0448\u0438\u0431\u043a\u0430 \u0432\u044b\u0437\u043e\u0432\u0430, \u043a\u043e\u0434 \u0441\u0442\u0430\u0442\u0443\u0441\u0430: {{status}}",errorValidation:"\u041f\u0440\u043e\u0432\u0435\u0440\u043a\u0430 \u043d\u043e\u043c\u0435\u0440\u0430 \u043d\u0435 \u0443\u0434\u0430\u043b\u0430\u0441\u044c",iWantToDialIn:"\u042f \u0445\u043e\u0447\u0443 \u0434\u043e\u0437\u0432\u043e\u043d\u0438\u0442\u044c\u0441\u044f",initiated:"\u0412\u044b\u0437\u043e\u0432 \u0438\u043d\u0438\u0446\u0438\u0438\u0440\u043e\u0432\u0430\u043d",joinAudioByPhone:"\u041f\u043e\u0434\u043a\u043b\u044e\u0447\u0438\u0442\u044c\u0441\u044f \u0441 \u0442\u0435\u043b\u0435\u0444\u043e\u043d\u043d\u043e\u0439 \u0441\u0432\u044f\u0437\u044c\u044e",joinMeeting:"\u041f\u0440\u0438\u0441\u043e\u0435\u0434\u0438\u043d\u0438\u0442\u044c\u0441\u044f \u043a \u0432\u0441\u0442\u0440\u0435\u0447\u0435",joinMeetingInLowBandwidthMode:"\u041f\u0440\u0438\u0441\u043e\u0435\u0434\u0438\u043d\u0438\u0442\u044c\u0441\u044f \u0431\u0435\u0437 \u0432\u0438\u0434\u0435\u043e",joinWithoutAudio:"\u041f\u0440\u0438\u0441\u043e\u0435\u0434\u0438\u043d\u0438\u0442\u044c\u0441\u044f \u0431\u0435\u0437 \u0437\u0432\u0443\u043a\u0430",keyboardShortcuts:"\u0412\u043a\u043b\u044e\u0447\u0438\u0442\u044c \u0441\u043e\u0447\u0435\u0442\u0430\u043d\u0438\u044f \u043a\u043b\u0430\u0432\u0438\u0448",linkCopied:"\u0421\u0441\u044b\u043b\u043a\u0430 \u0441\u043a\u043e\u043f\u0438\u0440\u043e\u0432\u0430\u043d\u0430 \u0432 \u0431\u0443\u0444\u0435\u0440 \u043e\u0431\u043c\u0435\u043d\u0430",lookGood:"\u041a\u0430\u0436\u0435\u0442\u0441\u044f \u0432\u0430\u0448 \u043c\u0438\u043a\u0440\u043e\u0444\u043e\u043d \u0440\u0430\u0431\u043e\u0442\u0430\u0435\u0442 \u043f\u0440\u0430\u0432\u0438\u043b\u044c\u043d\u043e",or:"\u0438\u043b\u0438",premeeting:"\u041f\u0435\u0440\u0435\u0434 \u043f\u043e\u0434\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u0435\u043c",screenSharingError:"\u041e\u0448\u0438\u0431\u043a\u0430 \u043f\u043e\u043a\u0430\u0437\u0430 \u044d\u043a\u0440\u0430\u043d\u0430:",showScreen:"\u0412\u043a\u043b\u044e\u0447\u0438\u0442\u044c \u044d\u043a\u0440\u0430\u043d \u043f\u0435\u0440\u0435\u0434 \u043f\u043e\u0434\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u0435\u043c",startWithPhone:"\u041d\u0430\u0447\u0430\u0442\u044c \u0441 \u0442\u0435\u043b\u0435\u0444\u043e\u043d\u043d\u043e\u0439 \u0441\u0432\u044f\u0437\u044c\u044e",videoOnlyError:"\u041e\u0448\u0438\u0431\u043a\u0430 \u0432\u0438\u0434\u0435\u043e:",videoTrackError:"\u041d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u0441\u043e\u0437\u0434\u0430\u0442\u044c \u0432\u0438\u0434\u0435\u043e \u0434\u043e\u0440\u043e\u0436\u043a\u0443.",viewAllNumbers:"\u043f\u043e\u0441\u043c\u043e\u0442\u0440\u0435\u0442\u044c \u0432\u0441\u0435\u0445 \u0443\u0447\u0430\u0441\u0442\u043d\u0438\u043a\u043e\u0432"},presenceStatus:{busy:"\u0417\u0430\u043d\u044f\u0442",calling:"\u0412\u044b\u0437\u044b\u0432\u0430\u044e...",connected:"\u041f\u043e\u0434\u043a\u043b\u044e\u0447\u0435\u043d\u043e",connecting:"\u041f\u043e\u0434\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u0435...",connecting2:"\u041f\u043e\u0434\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u0435*...",disconnected:"\u041e\u0442\u043a\u043b\u044e\u0447\u0435\u043d\u043e",expired:"\u0418\u0441\u0442\u0435\u043a",ignored:"\u041f\u0440\u043e\u0438\u0433\u043d\u043e\u0440\u0438\u0440\u043e\u0432\u0430\u043d",initializingCall:"\u0418\u043d\u0438\u0446\u0438\u0430\u043b\u0438\u0437\u0430\u0446\u0438\u044f \u0437\u0432\u043e\u043d\u043a\u0430...",invited:"\u041f\u0440\u0438\u0433\u043b\u0430\u0448\u0435\u043d\u043d\u044b\u0439",rejected:"\u041e\u0442\u043a\u043b\u043e\u043d\u0435\u043d",ringing:"\u0417\u0432\u043e\u043d\u044e. . ."},profile:{avatar:"\u0430\u0432\u0430\u0442\u0430\u0440",setDisplayNameLabel:"\u041e\u0442\u043e\u0431\u0440\u0430\u0436\u0430\u0435\u043c\u043e\u0435 \u0438\u043c\u044f",setEmailInput:"\u0412\u0432\u0435\u0434\u0438\u0442\u0435 email",setEmailLabel:"Email \u0434\u043b\u044f Gravatar",title:"\u041f\u0440\u043e\u0444\u0438\u043b\u044c"},raisedHand:"\u0425\u043e\u0447\u0435\u0442 \u0433\u043e\u0432\u043e\u0440\u0438\u0442\u044c",raisedHandsLabel:"\u041a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e \u043f\u043e\u0434\u043d\u044f\u0442\u044b\u0445 \u0440\u0443\u043a",record:{already:{linked:"\u0421\u0441\u044b\u043b\u043a\u0430 \u043d\u0430 \u0432\u0441\u0442\u0440\u0435\u0447\u0443 \u0443\u0436\u0435 \u043e\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0430 Salesforce \u043e\u0431\u044a\u0435\u043a\u0442\u0443."},type:{account:"\u0410\u043a\u043a\u0430\u0443\u043d\u0442",contact:"\u0421\u043e\u043d\u0442\u0430\u043a\u0442",lead:"\u0412\u0435\u0441\u0442\u0438",opportunity:"\u0412\u043e\u0437\u043c\u043e\u0436\u043d\u043e\u0441\u0442\u044c",owner:"\u0412\u043b\u0430\u0434\u0435\u043b\u0435\u0446"}},recording:{authDropboxText:"\u0417\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044c \u0432 Dropbox",availableSpace:"\u0414\u043e\u0441\u0442\u0443\u043f\u043d\u043e \u043c\u0435\u0441\u0442\u0430: {{spaceLeft}} MB (\u043f\u0440\u0438\u043c\u0435\u0440\u043d\u043e {{duration}} \u043c\u0438\u043d\u0443\u0442 \u0437\u0430\u043f\u0438\u0441\u0438)",beta:"\u0411\u0415\u0422\u0410",busy:"\u041c\u044b \u0441\u0442\u0430\u0440\u0430\u0435\u043c\u0441\u044f \u043e\u0431\u0435\u0441\u043f\u0435\u0447\u0438\u0442\u044c \u0431\u043e\u043b\u044c\u0448\u0435 \u0440\u0435\u0441\u0443\u0440\u0441\u043e\u0432 \u0434\u043b\u044f \u0437\u0430\u043f\u0438\u0441\u0438. \u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u043f\u043e\u043f\u0440\u043e\u0431\u0443\u0439\u0442\u0435 \u0447\u0435\u0440\u0435\u0437 \u043d\u0435\u0441\u043a\u043e\u043b\u044c\u043a\u043e \u043c\u0438\u043d\u0443\u0442.",busyTitle:"\u0412\u0441\u0435 \u0437\u0430\u043f\u0438\u0441\u044b\u0432\u0430\u044e\u0449\u0438\u0435 \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u0430 \u0437\u0430\u043d\u044f\u0442\u044b",copyLink:"\u041a\u043e\u043f\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0441\u0441\u044b\u043b\u043a\u0443",error:"\u041e\u0448\u0438\u0431\u043a\u0430 \u0437\u0430\u043f\u0438\u0441\u0438. \u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u043f\u043e\u043f\u0440\u043e\u0431\u0443\u0439\u0442\u0435 \u043f\u043e\u0437\u0436\u0435.",errorFetchingLink:"\u041e\u0448\u0438\u0431\u043a\u0430 \u043f\u043e\u043b\u0443\u0447\u0435\u043d\u0438\u044f \u0441\u0441\u044b\u043b\u043a\u0438 \u043d\u0430 \u0437\u0430\u043f\u0438\u0441\u044c.",expandedOff:"\u0417\u0430\u043f\u0438\u0441\u044c \u043e\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d\u0430",expandedOn:"\u0414\u0430\u043d\u043d\u0430\u044f \u043a\u043e\u043d\u0444\u0435\u0440\u0435\u043d\u0446\u0438\u044f \u0437\u0430\u043f\u0438\u0441\u044b\u0432\u0430\u0435\u0442\u0441\u044f.",expandedPending:"\u041d\u0430\u0447\u0438\u043d\u0430\u0435\u043c \u0437\u0430\u043f\u0438\u0441\u044c \u043a\u043e\u043d\u0444\u0435\u0440\u0435\u043d\u0446\u0438\u0438...",failedToStart:"\u041e\u0448\u0438\u0431\u043a\u0430 \u043d\u0430\u0447\u0430\u043b\u0430 \u0437\u0430\u043f\u0438\u0441\u0438",fileSharingdescription:"\u041f\u043e\u0434\u0435\u043b\u0438\u0442\u044c\u0441\u044f \u0437\u0430\u043f\u0438\u0441\u044c\u044e \u0441 \u0443\u0447\u0430\u0441\u0442\u043d\u0438\u043a\u0430\u043c\u0438 \u043a\u043e\u043d\u0444\u0435\u0440\u0435\u043d\u0446\u0438\u0438",highlight:"\u041e\u0441\u043d\u043e\u0432\u043d\u043e\u0435",highlightMoment:"\u041e\u0441\u043d\u043e\u0432\u043d\u043e\u0439 \u043c\u043e\u043c\u0435\u043d\u0442",highlightMomentDisabled:"\u0412\u044b \u043c\u043e\u0436\u0435\u0435 \u043e\u0431\u043e\u0437\u043d\u0430\u0447\u0438\u0442\u044c \u0432\u0430\u0436\u043d\u044b\u0435 \u043c\u043e\u043c\u0435\u043d\u0442\u044b \u043a\u043e\u0433\u0434\u0430 \u043d\u0430\u0447\u043d\u0451\u0442\u0441\u044f \u0437\u0430\u043f\u0438\u0441\u044c",highlightMomentSuccess:"\u041c\u043e\u043c\u0435\u043d\u0442\u044b \u0432\u044b\u0434\u0435\u043b\u0435\u043d\u044b",highlightMomentSucessDescription:"\u0412\u0430\u0448\u0438 \u0432\u044b\u0434\u0435\u043b\u0435\u043d\u043d\u044b\u0435 \u043c\u043e\u043c\u0435\u043d\u0442\u044b \u0431\u0443\u0434\u0443\u0442 \u0434\u043e\u0431\u0430\u0432\u043b\u0435\u043d\u044b \u0432 \u0438\u0442\u043e\u0433\u0438 \u0432\u0441\u0442\u0440\u0435\u0447\u0438.",inProgress:"\u0418\u0434\u0435\u0442 \u0437\u0430\u043f\u0438\u0441\u044c \u0438\u043b\u0438 \u043f\u0440\u044f\u043c\u0430\u044f \u0442\u0440\u0430\u043d\u0441\u043b\u044f\u0446\u0438\u044f",limitNotificationDescriptionNative:"\u0418\u0437-\u0437\u0430 \u0432\u044b\u0441\u043e\u043a\u043e\u0439 \u043d\u0430\u0433\u0440\u0443\u0437\u043a\u0438 \u0432\u0430\u0448\u0430 \u0437\u0430\u043f\u0438\u0441\u044c \u0431\u0443\u0434\u0435\u0442 \u043e\u0433\u0440\u0430\u043d\u0438\u0447\u0435\u043d\u0430 {{limit}} \u043c\u0438\u043d. \u0414\u043b\u044f \u043d\u0435\u043e\u0433\u0440\u0430\u043d\u0438\u0447\u0435\u043d\u043d\u043e\u0433\u043e \u043a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u0430 \u0437\u0430\u043f\u0438\u0441\u0435\u0439 \u043f\u043e\u043f\u0440\u043e\u0431\u0443\u0439\u0442\u0435 <3> {{app}} .",limitNotificationDescriptionWeb:"\u0418\u0437-\u0437\u0430 \u0432\u044b\u0441\u043e\u043a\u043e\u0439 \u043d\u0430\u0433\u0440\u0443\u0437\u043a\u0438 \u0432\u0430\u0448\u0430 \u0437\u0430\u043f\u0438\u0441\u044c \u0431\u0443\u0434\u0435\u0442 \u043e\u0433\u0440\u0430\u043d\u0438\u0447\u0435\u043d\u0430 {{limit}} \u043c\u0438\u043d. \u0414\u043b\u044f \u043d\u0435\u043e\u0433\u0440\u0430\u043d\u0438\u0447\u0435\u043d\u043d\u043e\u0433\u043e \u043a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u0430 \u0437\u0430\u043f\u0438\u0441\u0435\u0439 \u043f\u043e\u043f\u0440\u043e\u0431\u0443\u0439\u0442\u0435 {{app}}.",linkGenerated:"\u041c\u044b \u0441\u043e\u0437\u0434\u0430\u043b\u0438 \u0441\u0441\u044b\u043b\u043a\u0443 \u043d\u0430 \u0432\u0430\u0448\u0443 \u0437\u0430\u043f\u0438\u0441\u044c.",live:"\u0412 \u042d\u0424\u0418\u0420\u0415",loggedIn:"\u0412\u043e\u0448\u0435\u043b \u043a\u0430\u043a {{userName}}",off:"\u0417\u0430\u043f\u0438\u0441\u044c \u043e\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d\u0430",offBy:"{{name}} \u043e\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u043b \u0437\u0430\u043f\u0438\u0441\u044c",on:"\u0417\u0430\u043f\u0438\u0441\u044c \u043d\u0430\u0447\u0430\u043b\u0430\u0441\u044c",onBy:"{{name}} \u0432\u043a\u043b\u044e\u0447\u0438\u043b \u0437\u0430\u043f\u0438\u0441\u044c",onlyRecordSelf:"\u0417\u0430\u043f\u0438\u0441\u0430\u0442\u044c \u0442\u043e\u043b\u044c\u043a\u043e \u043c\u043e\u0438 \u0430\u0443\u0434\u0438\u043e \u0438 \u0432\u0438\u0434\u0435\u043e \u043f\u043e\u0442\u043e\u043a\u0438",pending:"\u041f\u043e\u0434\u0433\u043e\u0442\u043e\u0432\u043a\u0430 \u0437\u0430\u043f\u0438\u0441\u0438 \u043a\u043e\u043d\u0444\u0435\u0440\u0435\u043d\u0446\u0438\u0438. . .",rec:"\u0418\u0414\u0415\u0422 \u0417\u0410\u041f\u0418\u0421\u042c",saveLocalRecording:"\u0421\u043e\u0445\u0440\u0430\u043d\u0438\u0442\u044c \u0444\u0430\u0439\u043b \u0437\u0430\u043f\u0438\u0441\u0438 \u043b\u043e\u043a\u0430\u043b\u044c\u043d\u043e (Beta)",serviceDescription:"\u0412\u0430\u0448\u0430 \u0437\u0430\u043f\u0438\u0441\u044c \u0431\u0443\u0434\u0435\u0442 \u0441\u043e\u0445\u0440\u0430\u043d\u0435\u043d\u0430 \u0441\u043e\u043e\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0443\u044e\u0449\u0435\u0439 \u0441\u043b\u0443\u0436\u0431\u043e\u0439",serviceDescriptionCloud:"\u041e\u0431\u043b\u0430\u0447\u043d\u0430\u044f \u0437\u0430\u043f\u0438\u0441\u044c",serviceDescriptionCloudInfo:"\u0421\u043e\u0445\u0440\u0430\u043d\u0451\u043d\u043d\u044b\u0435 \u0437\u0430\u043f\u0438\u0441\u0438 \u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u0438 \u0443\u0434\u0430\u043b\u044f\u044e\u0442\u0441\u044f \u0441\u043f\u0443\u0441\u044f 24 \u0447\u0430\u0441\u0430 \u0441\u043e \u0441\u0442\u0430\u0440\u0442\u0430.",serviceName:"\u0421\u043b\u0443\u0436\u0431\u0430 \u0437\u0430\u043f\u0438\u0441\u0438",sessionAlreadyActive:"\u042d\u0442\u043e\u0442 \u0441\u0435\u0430\u043d\u0441 \u0443\u0436\u0435 \u0437\u0430\u043f\u0438\u0441\u044b\u0432\u0430\u0435\u0442\u0441\u044f \u0438\u043b\u0438 \u0442\u0440\u0430\u043d\u0441\u043b\u0438\u0440\u0443\u0435\u0442\u0441\u044f \u0432 \u043f\u0440\u044f\u043c\u043e\u043c \u044d\u0444\u0438\u0440\u0435.",signIn:"\u0412\u0445\u043e\u0434",signOut:"\u0412\u044b\u0445\u043e\u0434",surfaceError:"\u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u0432\u044b\u0431\u0435\u0440\u0438\u0442\u0435 \u0442\u0435\u043a\u0443\u0449\u0443\u044e \u0432\u043a\u043b\u0430\u0434\u043a\u0443.",title:"\u0417\u0430\u043f\u0438\u0441\u044c",unavailable:"\u0421\u043b\u0443\u0436\u0431\u0430 {{serviceName}} \u0441\u0435\u0439\u0447\u0430\u0441 \u043d\u0435\u0434\u043e\u0441\u0442\u0443\u043f\u043d\u0430. \u041c\u044b \u0440\u0430\u0431\u043e\u0442\u0430\u0435\u043c \u043d\u0430\u0434 \u0438\u0441\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u0435\u043c \u044d\u0442\u043e\u0439 \u043e\u0448\u0438\u0431\u043a\u0438. \u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u043f\u043e\u043f\u0440\u043e\u0431\u0443\u0439\u0442\u0435 \u043f\u043e\u0437\u0436\u0435.",unavailableTitle:"\u0417\u0430\u043f\u0438\u0441\u044c \u043d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u0430",uploadToCloud:"\u0417\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044c \u0432 \u043e\u0431\u043b\u0430\u043a\u043e"},sectionList:{pullToRefresh:"\u041f\u043e\u0442\u044f\u043d\u0438\u0442\u0435 \u0434\u043b\u044f \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u044f"},security:{about:"\u0412\u044b \u043c\u043e\u0436\u0435\u0442\u0435 \u0434\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u043a \u0441\u043e\u0431\u0440\u0430\u043d\u0438\u044e $t(lockRoomPassword). \u0423\u0447\u0430\u0441\u0442\u043d\u0438\u043a\u0430\u043c \u043d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u043e \u0431\u0443\u0434\u0435\u0442 \u043f\u0440\u0435\u0434\u043e\u0441\u0442\u0430\u0432\u0438\u0442\u044c $t(lockRoomPassword), \u043f\u0440\u0435\u0436\u0434\u0435 \u0447\u0435\u043c \u0438\u043c \u0431\u0443\u0434\u0435\u0442 \u0440\u0430\u0437\u0440\u0435\u0448\u0435\u043d\u043e \u043f\u0440\u0438\u0441\u043e\u0435\u0434\u0438\u043d\u0438\u0442\u044c\u0441\u044f \u043a \u0441\u043e\u0431\u0440\u0430\u043d\u0438\u044e.",aboutReadOnly:"\u0423\u0447\u0430\u0441\u0442\u043d\u0438\u043a\u0438-\u043c\u043e\u0434\u0435\u0440\u0430\u0442\u043e\u0440\u044b \u043c\u043e\u0433\u0443\u0442 \u0434\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u043a \u0441\u043e\u0431\u0440\u0430\u043d\u0438\u044e $t(lockRoomPassword). \u0423\u0447\u0430\u0441\u0442\u043d\u0438\u043a\u0430\u043c \u043d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u043e \u0431\u0443\u0434\u0435\u0442 \u043f\u0440\u0435\u0434\u043e\u0441\u0442\u0430\u0432\u0438\u0442\u044c $t(lockRoomPassword), \u043f\u0440\u0435\u0436\u0434\u0435 \u0447\u0435\u043c \u0438\u043c \u0431\u0443\u0434\u0435\u0442 \u0440\u0430\u0437\u0440\u0435\u0448\u0435\u043d\u043e \u043f\u0440\u0438\u0441\u043e\u0435\u0434\u0438\u043d\u0438\u0442\u044c\u0441\u044f \u043a \u0441\u043e\u0431\u0440\u0430\u043d\u0438\u044e.",insecureRoomNameWarning:"\u0418\u043c\u044f \u043a\u043e\u043c\u043d\u0430\u0442\u044b \u043d\u0435\u0431\u0435\u0437\u043e\u043f\u0430\u0441\u043d\u043e. \u041d\u0435\u0436\u0435\u043b\u0430\u0442\u0435\u043b\u044c\u043d\u044b\u0435 \u0443\u0447\u0430\u0441\u0442\u043d\u0438\u043a\u0438 \u043c\u043e\u0433\u0443\u0442 \u043f\u0440\u0438\u0441\u043e\u0435\u0434\u0438\u043d\u0438\u0442\u044c\u0441\u044f \u043a \u0432\u0430\u0448\u0435\u0439 \u043a\u043e\u043d\u0444\u0435\u0440\u0435\u043d\u0446\u0438\u0438. \u041f\u043e\u0434\u0443\u043c\u0430\u0439\u0442\u0435 \u043e \u0442\u043e\u043c, \u0447\u0442\u043e\u0431\u044b \u0437\u0430\u0449\u0438\u0442\u0438\u0442\u044c \u0432\u0430\u0448\u0443 \u0432\u0441\u0442\u0440\u0435\u0447\u0443 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u044f \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 \u0431\u0435\u0437\u043e\u043f\u0430\u0441\u043d\u043e\u0441\u0442\u0438.",title:"\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 \u0431\u0435\u0437\u043e\u043f\u0430\u0441\u043d\u043e\u0441\u0442\u0438"},settings:{audio:"\u0417\u0432\u0443\u043a",buttonLabel:"\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438",calendar:{about:"\u0418\u043d\u0442\u0435\u0433\u0440\u0430\u0446\u0438\u044f \u0441 \u043a\u0430\u043b\u0435\u043d\u0434\u0430\u0440\u0435\u043c {{appName}} \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u0442\u0441\u044f \u0434\u043b\u044f \u0431\u0435\u0437\u043e\u043f\u0430\u0441\u043d\u043e\u0433\u043e \u0434\u043e\u0441\u0442\u0443\u043f\u0430 \u043a \u0432\u0430\u0448\u0435\u043c\u0443 \u043a\u0430\u043b\u0435\u043d\u0434\u0430\u0440\u044e \u0438 \u0441\u0438\u043d\u0445\u0440\u043e\u043d\u0438\u0437\u0430\u0446\u0438\u0438 \u0437\u0430\u043f\u043b\u0430\u043d\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u044b\u0445 \u043c\u0435\u0440\u043e\u043f\u0440\u0438\u044f\u0442\u0438\u0439.",disconnect:"\u041e\u0442\u043a\u043b\u044e\u0447\u0438\u0442\u044c\u0441\u044f",microsoftSignIn:"\u0412\u043e\u0439\u0442\u0438 \u0441 \u043f\u043e\u043c\u043e\u0449\u044c\u044e \u0443\u0447\u0435\u0442\u043d\u043e\u0439 \u0437\u0430\u043f\u0438\u0441\u0438 Microsoft",signedIn:"\u0414\u043e\u0441\u0442\u0443\u043f \u043a \u0441\u043e\u0431\u044b\u0442\u0438\u044f\u043c \u043a\u0430\u043b\u0435\u043d\u0434\u0430\u0440\u044f \u0432\u043a\u043b\u044e\u0447\u0435\u043d \u0434\u043b\u044f email - \u0430\u0434\u0440\u0435\u0441\u0430 {{email}}. \u041d\u0430\u0436\u043c\u0438\u0442\u0435 \u043a\u043d\u043e\u043f\u043a\u0443 \u041e\u0442\u043a\u043b\u044e\u0447\u0438\u0442\u044c \u0434\u043b\u044f \u043e\u0442\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u044f \u0434\u043e\u0441\u0442\u0443\u043f\u0430 \u043a \u0441\u043e\u0431\u044b\u0442\u0438\u044f\u043c \u043a\u0430\u043b\u0435\u043d\u0434\u0430\u0440\u044f.",title:"\u041a\u0430\u043b\u0435\u043d\u0434\u0430\u0440\u044c"},desktopShareFramerate:"\u0427\u0430\u0441\u0442\u043e\u0442\u0430 \u043a\u0430\u0434\u0440\u043e\u0432 \u043f\u0440\u0438 \u0441\u043e\u0432\u043c\u0435\u0441\u0442\u043d\u043e\u043c \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u0438 \u0440\u0430\u0431\u043e\u0447\u0435\u0433\u043e \u0441\u0442\u043e\u043b\u0430",desktopShareHighFpsWarning:"\u0411\u043e\u043b\u0435\u0435 \u0432\u044b\u0441\u043e\u043a\u0430\u044f \u0447\u0430\u0441\u0442\u043e\u0442\u0430 \u043a\u0430\u0434\u0440\u043e\u0432 \u0434\u043b\u044f \u043e\u0431\u0449\u0435\u0433\u043e \u0434\u043e\u0441\u0442\u0443\u043f\u0430 \u043a \u0440\u0430\u0431\u043e\u0447\u0435\u043c\u0443 \u0441\u0442\u043e\u043b\u0443 \u043c\u043e\u0436\u0435\u0442 \u043f\u043e\u0432\u043b\u0438\u044f\u0442\u044c \u043d\u0430 \u043f\u0440\u043e\u043f\u0443\u0441\u043a\u043d\u0443\u044e \u0441\u043f\u043e\u0441\u043e\u0431\u043d\u043e\u0441\u0442\u044c. \u0412\u0430\u043c \u043d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u043e \u043f\u0435\u0440\u0435\u0437\u0430\u043f\u0443\u0441\u0442\u0438\u0442\u044c \u0434\u0435\u043c\u043e\u043d\u0441\u0442\u0440\u0430\u0446\u0438\u044e \u044d\u043a\u0440\u0430\u043d\u0430, \u0447\u0442\u043e\u0431\u044b \u043d\u043e\u0432\u044b\u0435 \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 \u0432\u0441\u0442\u0443\u043f\u0438\u043b\u0438 \u0432 \u0441\u0438\u043b\u0443.",desktopShareWarning:"\u0412\u0430\u043c \u043d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u043e \u043f\u0435\u0440\u0435\u0437\u0430\u043f\u0443\u0441\u0442\u0438\u0442\u044c \u0434\u0435\u043c\u043e\u043d\u0441\u0442\u0440\u0430\u0446\u0438\u044e \u044d\u043a\u0440\u0430\u043d\u0430, \u0447\u0442\u043e\u0431\u044b \u043d\u043e\u0432\u044b\u0435 \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 \u0432\u0441\u0442\u0443\u043f\u0438\u043b\u0438 \u0432 \u0441\u0438\u043b\u0443.",devices:"\u0423\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u0430",followMe:"\u0412\u0441\u0435 \u0441\u043b\u0435\u0434\u0443\u044e\u0442 \u0437\u0430 \u043c\u043d\u043e\u0439",framesPerSecond:"\u043a\u0430\u0434\u0440\u043e\u0432 \u0432 \u0441\u0435\u043a\u0443\u043d\u0434\u0443",incomingMessage:"\u0412\u0445\u043e\u0434\u044f\u0449\u0435\u0435 \u0441\u043e\u043e\u0431\u0449\u0435\u043d\u0438\u0435",language:"\u042f\u0437\u044b\u043a",loggedIn:"\u0412\u043e\u0448\u0435\u043b \u043a\u0430\u043a {{name}}",microphones:"\u041c\u0438\u043a\u0440\u043e\u0444\u043e\u043d\u044b",moderator:"\u041c\u043e\u0434\u0435\u0440\u0430\u0442\u043e\u0440",moderatorOptions:"\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 \u043c\u043e\u0434\u0435\u0440\u0430\u0442\u043e\u0440\u0430",more:"\u0411\u043e\u043b\u044c\u0448\u0435 \u043e\u043f\u0446\u0438\u0439",name:"\u0418\u043c\u044f",noDevice:"\u043d\u0435\u0442",notifications:"\u041e\u043f\u043e\u0432\u0435\u0449\u0435\u043d\u0438\u044f",participantJoined:"\u0423\u0447\u0430\u0441\u0442\u043d\u0438\u043a \u043f\u0440\u0438\u0441\u043e\u0435\u0434\u0438\u043d\u0438\u043b\u0441\u044f",participantKnocking:"\u0423\u0447\u0430\u0441\u0442\u043d\u0438\u043a \u0432\u043e\u0448\u0435\u043b \u0432 \u043b\u043e\u0431\u0431\u0438",participantLeft:"\u0423\u0447\u0430\u0441\u0442\u043d\u0438\u043a \u0432\u044b\u0448\u0435\u043b",playSounds:"\u0412\u043a\u043b\u044e\u0447\u0438\u0442\u044c \u0437\u0432\u0443\u043a",reactions:"\u0420\u0435\u0430\u043a\u0446\u0438\u0438 \u043d\u0430 \u0432\u0441\u0442\u0440\u0435\u0447\u0438",sameAsSystem:"\u0422\u043e \u0436\u0435, \u0447\u0442\u043e \u0438 \u0441\u0438\u0441\u0442\u0435\u043c\u0430 ({{label}})",selectAudioOutput:"\u0417\u0432\u0443\u043a\u043e\u0432\u043e\u0439 \u0432\u044b\u0445\u043e\u0434",selectCamera:"\u041a\u0430\u043c\u0435\u0440\u0430",selectMic:"\u041c\u0438\u043a\u0440\u043e\u0444\u043e\u043d",selfView:"\u0421\u0430\u043c\u043e\u0441\u0442\u043e\u044f\u0442\u0435\u043b\u044c\u043d\u044b\u0439 \u043f\u0440\u043e\u0441\u043c\u043e\u0442\u0440",shortcuts:"\u0421\u043e\u0447\u0435\u0442\u0430\u043d\u0438\u044f \u043a\u043b\u0430\u0432\u0438\u0448",speakers:"\u0414\u0438\u043d\u0430\u043c\u0438\u043a\u0438",startAudioMuted:"\u0412\u0441\u0435 \u043d\u0430\u0447\u0438\u043d\u0430\u044e\u0442 \u0441 \u0432\u044b\u043a\u043b\u044e\u0447\u0435\u043d\u043d\u044b\u043c \u0437\u0432\u0443\u043a\u043e\u043c",startReactionsMuted:"\u041e\u0442\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u0435 \u0437\u0432\u0443\u043a\u0430 \u0440\u0435\u0430\u043a\u0446\u0438\u0438 \u0434\u043b\u044f \u0432\u0441\u0435\u0445",startVideoMuted:"\u0412\u0441\u0435 \u043d\u0430\u0447\u0438\u043d\u0430\u044e\u0442 \u0432 \u0441\u043a\u0440\u044b\u0442\u043e\u043c \u0440\u0435\u0436\u0438\u043c\u0435",talkWhileMuted:"\u0413\u043e\u0432\u043e\u0440\u0438\u0442\u0435 \u0431\u0435\u0437 \u0437\u0432\u0443\u043a\u0430",title:"\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438",video:"\u0412\u0438\u0434\u0435\u043e"},settingsView:{advanced:"\u0414\u043e\u043f\u043e\u043b\u043d\u0438\u0442\u0435\u043b\u044c\u043d\u044b\u0435",alertCancel:"\u041e\u0442\u043c\u0435\u043d\u0430",alertOk:"OK",alertTitle:"\u0412\u043d\u0438\u043c\u0430\u043d\u0438\u0435",alertURLText:"\u041e\u0448\u0438\u0431\u043a\u0430 \u0430\u0434\u0440\u0435\u0441\u0430 \u0441\u0435\u0440\u0432\u0435\u0440\u0430",buildInfoSection:"\u0418\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044f \u043e \u0441\u0431\u043e\u0440\u043a\u0435",conferenceSection:"\u041d\u043e\u043c\u0435\u0440\u0430 \u0434\u043b\u044f \u043d\u0430\u0431\u043e\u0440\u0430",disableCallIntegration:"\u041e\u0442\u043a\u043b\u044e\u0447\u0438\u0442\u044c \u0432\u0441\u0442\u0440\u043e\u0435\u043d\u043d\u0443\u044e \u0438\u043d\u0442\u0435\u0433\u0440\u0430\u0446\u0438\u044e \u0432\u044b\u0437\u043e\u0432\u043e\u0432",disableCrashReporting:"\u041e\u0442\u043a\u043b\u044e\u0447\u0438\u0442\u044c \u043e\u0442\u043f\u0440\u0430\u0432\u043a\u0443 \u043e\u0442\u0447\u0435\u0442\u043e\u0432 \u043e \u0441\u0431\u043e\u044f\u0445",disableCrashReportingWarning:"\u0412\u044b \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0442\u0435\u043b\u044c\u043d\u043e \u0445\u043e\u0442\u0438\u0442\u0435 \u043e\u0442\u043a\u043b\u044e\u0447\u0438\u0442\u044c \u043e\u0442\u0447\u0435\u0442\u044b \u043e \u0441\u0431\u043e\u044f\u0445? \u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0430 \u0431\u0443\u0434\u0435\u0442 \u043f\u0440\u0438\u043c\u0435\u043d\u0435\u043d\u0430 \u043f\u043e\u0441\u043b\u0435 \u043f\u0435\u0440\u0435\u0437\u0430\u043f\u0443\u0441\u043a\u0430 \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u044f.",disableP2P:"\u041e\u0442\u043a\u043b\u044e\u0447\u0438\u0442\u044c \u0440\u0435\u0436\u0438\u043c Peer-To-Peer",displayName:"\u041e\u0442\u043e\u0431\u0440\u0430\u0436\u0430\u0435\u043c\u043e\u0435 \u0438\u043c\u044f",email:"Email",header:"\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438",help:"\u041f\u043e\u043c\u043e\u0449\u044c",links:"\u0421\u0441\u044b\u043b\u043a\u0438",privacy:"\u041a\u043e\u043d\u0444\u0438\u0434\u0435\u043d\u0446\u0438\u0430\u043b\u044c\u043d\u043e\u0441\u0442\u044c",profileSection:"\u041f\u0440\u043e\u0444\u0438\u043b\u044c",serverURL:"\u0410\u0434\u0440\u0435\u0441 \u0441\u0435\u0440\u0432\u0435\u0440\u0430",showAdvanced:"\u041f\u043e\u043a\u0430\u0437\u0430\u0442\u044c \u0434\u043e\u043f\u043e\u043b\u043d\u0438\u0442\u0435\u043b\u044c\u043d\u044b\u0435 \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438",startCarModeInLowBandwidthMode:"\u0412\u043a\u043b\u044e\u0447\u0430\u0442\u044c \u0443\u043f\u0440\u043e\u0449\u0435\u043d\u043d\u044b\u0439 \u0440\u0435\u0436\u0438\u043c \u043d\u0430 \u043e\u0433\u0440\u0430\u043d\u0438\u0447\u0435\u043d\u043d\u043e\u043c \u043a\u0430\u043d\u0430\u043b\u0435",startWithAudioMuted:"\u041d\u0430\u0447\u0430\u0442\u044c \u0441 \u043e\u0442\u043a\u043b\u044e\u0447\u0435\u043d\u043d\u044b\u043c \u0437\u0432\u0443\u043a\u043e\u043c",startWithVideoMuted:"\u041d\u0430\u0447\u0430\u0442\u044c \u0441 \u043e\u0442\u043a\u043b\u044e\u0447\u0435\u043d\u043d\u044b\u043c \u0432\u0438\u0434\u0435\u043e",terms:"\u0423\u0441\u043b\u043e\u0432\u0438\u044f",version:"\u0412\u0435\u0440\u0441\u0438\u044f"},share:{dialInfoText:"\n\n=====\n\n\u041f\u0440\u043e\u0441\u0442\u043e \u0445\u043e\u0442\u0438\u0442\u0435 \u043d\u0430\u0431\u0440\u0430\u0442\u044c \u043d\u043e\u043c\u0435\u0440 \u043d\u0430 \u0412\u0430\u0448\u0435\u043c \u0442\u0435\u043b\u0435\u0444\u043e\u043d\u0435?\n\n{{defaultDialInNumber}}\u0429\u0435\u043b\u043a\u043d\u0438\u0442\u0435 \u043d\u0430 \u044d\u0442\u0443 \u0441\u0441\u044b\u043b\u043a\u0443, \u0447\u0442\u043e\u0431\u044b \u043f\u0440\u043e\u0441\u043c\u043e\u0442\u0440\u0435\u0442\u044c \u0442\u0435\u043b\u0435\u0444\u043e\u043d\u043d\u044b\u0435 \u043d\u043e\u043c\u0435\u0440\u0430 \u0434\u043b\u044f \u044d\u0442\u043e\u0439 \u043a\u043e\u043d\u0444\u0435\u0440\u0435\u043d\u0446\u0438\u0438\n{{dialInfoPageUrl}}",mainText:"\u041d\u0430\u0436\u043c\u0438\u0442\u0435 \u043d\u0430 \u0441\u0441\u044b\u043b\u043a\u0443 \u0447\u0442\u043e\u0431\u044b \u043f\u0440\u0438\u0441\u043e\u0435\u0434\u0438\u043d\u0438\u0442\u044c\u0441\u044f \u043a \u043a\u043e\u043d\u0444\u0435\u0440\u0435\u043d\u0446\u0438\u0438:\n{{roomUrl}}"},speaker:"\u0421\u043f\u0438\u043a\u0435\u0440",speakerStats:{angry:"\u0417\u043b\u043e\u0439",disgusted:"\u041e\u0442\u0432\u0440\u0430\u0449\u0435\u043d\u0438\u0435",displayEmotions:"\u041f\u043e\u043a\u0430\u0437\u0430\u0442\u044c \u044d\u043c\u043e\u0446\u0438\u0438",fearful:"\u0421\u0442\u0440\u0430\u0448\u043d\u044b\u0439",happy:"\u0421\u0447\u0430\u0441\u0442\u044c\u0435",hours:"{{count}}\u0447",minutes:"{{count}}\u043c",name:"\u0418\u043c\u044f",neutral:"\u041d\u0435\u0439\u0442\u0440\u0430\u043b\u044c\u043d\u044b\u0439",sad:"\u0413\u0440\u0443\u0441\u043d\u044b\u0439",search:"\u041f\u043e\u0438\u0441\u043a",seconds:"{{count}}\u0441",speakerStats:"\u0421\u0442\u0430\u0442\u0438\u0441\u0442\u0438\u043a\u0430 \u0432\u044b\u0441\u0442\u0443\u043f\u043b\u0435\u043d\u0438\u0439",speakerTime:"\u0412\u0440\u0435\u043c\u044f \u0432\u044b\u0441\u0442\u0443\u043f\u043b\u0435\u043d\u0438\u0439",surprised:"\u0423\u0434\u0438\u0432\u043b\u0435\u043d"},startupoverlay:{genericTitle:"\u041d\u0430 \u0441\u043e\u0432\u0435\u0449\u0430\u043d\u0438\u0438 \u043d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u043e \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u044c \u043c\u0438\u043a\u0440\u043e\u0444\u043e\u043d \u0438 \u043a\u0430\u043c\u0435\u0440\u0443.",policyText:" ",title:"{{app}} \u0442\u0440\u0435\u0431\u0443\u0435\u0442\u0441\u044f \u0434\u043e\u0441\u0442\u0443\u043f \u043a \u043c\u0438\u043a\u0440\u043e\u0444\u043e\u043d\u0443 \u0438 \u043a\u0430\u043c\u0435\u0440\u0435."},suspendedoverlay:{rejoinKeyTitle:"\u041f\u043e\u0434\u043a\u043b\u044e\u0447\u0438\u0442\u044c\u0441\u044f \u0441\u043d\u043e\u0432\u0430",text:"\u0414\u043b\u044f \u0432\u043e\u0441\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u044f \u0441\u0432\u044f\u0437\u0438 \u043d\u0430\u0436\u043c\u0438\u0442\u0435 \u043a\u043d\u043e\u043f\u043a\u0443 \u041f\u043e\u0434\u043a\u043b\u044e\u0447\u0438\u0442\u044c\u0441\u044f \u0441\u043d\u043e\u0432\u0430.",title:"\u0412\u0438\u0434\u0435\u043e\u0441\u0432\u044f\u0437\u044c \u043f\u0440\u0435\u0440\u0432\u0430\u043d\u0430. \u041f\u0440\u0438\u0447\u0438\u043d\u0430: \u044d\u0442\u043e\u0442 \u043a\u043e\u043c\u043f\u044c\u044e\u0442\u0435\u0440 \u043f\u0435\u0440\u0435\u0448\u0435\u043b \u0432 \u0440\u0435\u0436\u0438\u043c \u0441\u043d\u0430."},termsView:{title:"\u0423\u0441\u043b\u043e\u0432\u0438\u044f"},toolbar:{Settings:"\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438",accessibilityLabel:{Settings:"\u0412\u043a\u043b/\u0412\u044b\u043a\u043b \u043c\u0435\u043d\u044e \u043d\u0430\u0441\u0442\u0440\u043e\u0435\u043a",audioOnly:"\u0412\u043a\u043b/\u0412\u044b\u043a\u043b \u0442\u043e\u043b\u044c\u043a\u043e \u0437\u0432\u0443\u043a",audioRoute:"\u0412\u044b\u0431\u0440\u0430\u0442\u044c \u0430\u0443\u0434\u0438\u043e\u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u043e",boo:"\u0411\u0443",breakoutRoom:"\u0412\u043e\u0439\u0442\u0438/\u0432\u044b\u0439\u0442\u0438 \u0438\u0437 \u0441\u0435\u0441\u0441\u0438\u043e\u043d\u043d\u043e\u0433\u043e \u0437\u0430\u043b\u0430",callQuality:"\u041a\u0430\u0447\u0435\u0441\u0442\u0432\u043e \u0441\u0432\u044f\u0437\u0438",carmode:"\u0423\u043f\u0440\u043e\u0449\u0435\u043d\u043d\u044b\u0439 \u0440\u0435\u0436\u0438\u043c",cc:"\u0412\u043a\u043b/\u0412\u044b\u043a\u043b \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044b",chat:"\u041f\u043e\u043a\u0430\u0437\u0430\u0442\u044c/\u0441\u043a\u0440\u044b\u0442\u044c \u043e\u043a\u043d\u043e \u0447\u0430\u0442\u0430",clap:"\u0425\u043b\u043e\u043f\u043e\u043a",collapse:"\u041a\u0440\u0430\u0445",document:"\u0417\u0430\u043a\u0440\u044b\u0442\u044c \u043e\u0431\u0449\u0438\u0439 \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442",download:"\u0421\u043a\u0430\u0447\u0430\u0442\u044c \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0435",embedMeeting:"\u0412\u0441\u0442\u0440\u043e\u0438\u0442\u044c \u0432\u0441\u0442\u0440\u0435\u0447\u0443",endConference:"\u0417\u0430\u0432\u0435\u0440\u0448\u0438\u0442\u044c \u0432\u0441\u0442\u0440\u0435\u0447\u0443 \u0434\u043b\u044f \u0432\u0441\u0435\u0445",expand:"\u0420\u0430\u0441\u0448\u0438\u0440\u044f\u0442\u044c",feedback:"\u041e\u0441\u0442\u0430\u0432\u0438\u0442\u044c \u043e\u0442\u0437\u044b\u0432",fullScreen:"\u041f\u043e\u043b\u043d\u043e\u044d\u043a\u0440\u0430\u043d\u043d\u044b\u0439/\u043e\u043a\u043e\u043d\u043d\u044b\u0439 \u0440\u0435\u0436\u0438\u043c",giphy:"\u041f\u043e\u043a\u0430\u0437\u0430\u0442\u044c GIPHY \u043c\u0435\u043d\u044e",grantModerator:"\u0421\u0434\u0435\u043b\u0430\u0442\u044c \u043c\u043e\u0434\u0435\u0440\u0430\u0442\u043e\u0440\u043e\u043c",hangup:"\u0417\u0430\u0432\u0435\u0440\u0448\u0438\u0442\u044c \u0437\u0432\u043e\u043d\u043e\u043a",help:"\u0421\u043f\u0440\u0430\u0432\u043a\u0430",invite:"\u041f\u0440\u0438\u0433\u043b\u0430\u0441\u0438\u0442\u044c",kick:"\u041e\u0442\u043a\u043b\u044e\u0447\u0438\u0442\u044c \u0443\u0447\u0430\u0441\u0442\u043d\u0438\u043a\u0430",laugh:"\u0421\u043c\u0435\u0445",leaveConference:"\u041f\u043e\u043a\u0438\u043d\u0443\u0442\u044c \u0432\u0441\u0442\u0440\u0435\u0447\u0443",like:"\u041f\u0430\u043b\u0435\u0446 \u0432\u0432\u0435\u0440\u0445",linkToSalesforce:"\u0421\u0441\u044b\u043b\u043a\u0430 \u043d\u0430 Salesforce",lobbyButton:"\u0412\u043a\u043b/\u0412\u044b\u043a\u043b \u0440\u0435\u0436\u0438\u043c \u043b\u043e\u0431\u0431\u0438",localRecording:"\u0412\u043a\u043b/\u0412\u044b\u043a\u043b \u043a\u043d\u043e\u043f\u043a\u0438 \u0437\u0430\u043f\u0438\u0441\u0438",lockRoom:"\u0423\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c \u043f\u0430\u0440\u043e\u043b\u044c",moreActions:"\u041f\u043e\u043a\u0430\u0437\u0430\u0442\u044c/\u0441\u043a\u0440\u044b\u0442\u044c \u043c\u0435\u043d\u044e \u0434\u043e\u043f. \u043d\u0430\u0441\u0442\u0440\u043e\u0435\u043a",moreActionsMenu:"\u041c\u0435\u043d\u044e \u0434\u043e\u043f. \u043d\u0430\u0441\u0442\u0440\u043e\u0435\u043a",moreOptions:"\u041c\u0435\u043d\u044e \u0434\u043e\u043f. \u043d\u0430\u0441\u0442\u0440\u043e\u0435\u043a",mute:"\u0412\u043a\u043b/\u0412\u044b\u043a\u043b \u0437\u0432\u0443\u043a",muteEveryone:"\u0412\u044b\u043a\u043b. \u043c\u0438\u043a\u0440\u043e\u0444\u043e\u043d \u0443 \u0432\u0441\u0435\u0445",muteEveryoneElse:"\u0417\u0430\u0433\u043b\u0443\u0448\u0438\u0442\u044c \u0432\u0441\u0435\u0445 \u043e\u0441\u0442\u0430\u043b\u044c\u043d\u044b\u0445",muteEveryoneElsesVideoStream:"\u041e\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c \u0447\u0443\u0436\u043e\u0435 \u0432\u0438\u0434\u0435\u043e",muteEveryonesVideoStream:"\u041e\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c \u0432\u0438\u0434\u0435\u043e \u0434\u043b\u044f \u0432\u0441\u0435\u0445",noiseSuppression:"\u0428\u0443\u043c\u043e\u043f\u043e\u0434\u0430\u0432\u043b\u0435\u043d\u0438\u0435",participants:"\u0423\u0447\u0430\u0441\u0442\u043d\u0438\u043a\u0438",pip:"\u0412\u043a\u043b/\u0412\u044b\u043a\u043b \u0440\u0435\u0436\u0438\u043c \u041a\u0430\u0440\u0442\u0438\u043d\u043a\u0430-\u0432-\u043a\u0430\u0440\u0442\u0438\u043d\u043a\u0435",privateMessage:"\u041e\u0442\u043f\u0440\u0430\u0432\u0438\u0442\u044c \u043b\u0438\u0447\u043d\u043e\u0435 \u0441\u043e\u043e\u0431\u0449\u0435\u043d\u0438\u0435",profile:"\u0420\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u043f\u0440\u043e\u0444\u0438\u043b\u044c",raiseHand:"\u041f\u043e\u0434\u043d\u044f\u0442\u044c \u0440\u0443\u043a\u0443",reactionsMenu:"\u041e\u0442\u043a\u0440\u044b\u0442\u044c/\u0437\u0430\u043a\u0440\u044b\u0442\u044c \u043c\u0435\u043d\u044e \u0440\u0435\u0430\u043a\u0446\u0438\u0439",recording:"\u0412\u043a\u043b/\u0412\u044b\u043a\u043b \u0437\u0430\u043f\u0438\u0441\u044c",remoteMute:"\u041e\u0442\u043a\u043b\u044e\u0447\u0438\u0442\u044c \u0443\u0447\u0430\u0441\u0442\u043d\u0438\u043a\u0443 \u043c\u0438\u043a\u0440\u043e\u0444\u043e\u043d",remoteVideoMute:"\u041e\u0442\u043a\u043b\u044e\u0447\u0438\u0442\u044c \u043a\u0430\u043c\u0435\u0440\u0443 \u0443\u0447\u0430\u0441\u0442\u043d\u0438\u043a\u0430",security:"\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 \u0431\u0435\u0437\u043e\u043f\u0430\u0441\u043d\u043e\u0441\u0442\u0438",selectBackground:"\u0412\u044b\u0431\u0435\u0440\u0438\u0442\u0435 \u0444\u043e\u043d",selfView:"\u0421\u0430\u043c\u043e\u0441\u0442\u043e\u044f\u0442\u0435\u043b\u044c\u043d\u044b\u0439 \u043f\u0440\u043e\u0441\u043c\u043e\u0442\u0440",shareRoom:"\u041e\u0442\u043f\u0440\u0430\u0432\u0438\u0442\u044c \u043f\u0440\u0438\u0433\u043b\u0430\u0448\u0435\u043d\u0438\u0435",shareYourScreen:"\u0412\u043a\u043b/\u0412\u044b\u043a\u043b \u0434\u0435\u043c\u043e\u043d\u0441\u0442\u0440\u0430\u0446\u0438\u044e \u044d\u043a\u0440\u0430\u043d\u0430",shareaudio:"\u041f\u043e\u0434\u0435\u043b\u0438\u0442\u044c\u0441\u044f \u0430\u0443\u0434\u0438\u043e",sharedvideo:"\u0412\u043a\u043b/\u0412\u044b\u043a\u043b Youtube - \u0442\u0440\u0430\u043d\u0441\u043b\u044f\u0446\u0438\u044e",shortcuts:"\u0412\u043a\u043b/\u0412\u044b\u043a\u043b \u0437\u043d\u0430\u0447\u043a\u0438",show:"\u041f\u043e\u043a\u0430\u0437\u0430\u0442\u044c \u043a\u0440\u0443\u043f\u043d\u044b\u043c \u043f\u043b\u0430\u043d\u043e\u043c",silence:"\u0422\u0438\u0448\u0438\u043d\u0430",speakerStats:"\u0412\u043a\u043b/\u0412\u044b\u043a\u043b \u0441\u0442\u0430\u0442\u0438\u0441\u0442\u0438\u043a\u0443",surprised:"\u0423\u0434\u0438\u0432\u043b\u0435\u043d",tileView:"\u0412\u043a\u043b/\u0412\u044b\u043a\u043b \u043f\u043b\u0438\u0442\u043a\u0443",toggleCamera:"\u041f\u0435\u0440\u0435\u043a\u043b\u044e\u0447\u0438\u0442\u044c \u043a\u0430\u043c\u0435\u0440\u0443",toggleFilmstrip:"\u0412\u043a\u043b\u044e\u0447\u0438\u0442\u044c \u0434\u0438\u0430\u0444\u0438\u043b\u044c\u043c",videoblur:"\u0412\u043a\u043b/\u0412\u044b\u043a\u043b \u0440\u0430\u0437\u043c\u044b\u0442\u0438\u0435 \u0444\u043e\u043d\u0430",videomute:"\u0412\u043a\u043b/\u0412\u044b\u043a\u043b \u0432\u0438\u0434\u0435\u043e",whiteboard:"\u041f\u043e\u043a\u0430\u0437\u0430\u0442\u044c / \u0421\u043a\u0440\u044b\u0442\u044c \u0438\u043d\u0442\u0435\u0440\u0430\u043a\u0442\u0438\u0432\u043d\u0443\u044e \u0434\u043e\u0441\u043a\u0443"},addPeople:"\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u043b\u044e\u0434\u0435\u0439 \u043a \u0432\u0430\u0448\u0435\u043c\u0443 \u0441\u0435\u0430\u043d\u0441\u0443 \u0441\u0432\u044f\u0437\u0438",audioOnlyOff:"\u0412\u043a\u043b\u044e\u0447\u0438\u0442\u044c \u0432\u0438\u0434\u0435\u043e (\u0441\u0442\u0430\u043d\u0434\u0430\u0440\u0442\u043d\u044b\u0439 \u0440\u0435\u0436\u0438\u043c)",audioOnlyOn:"\u0412\u044b\u043a\u043b\u044e\u0447\u0438\u0442\u044c \u0432\u0438\u0434\u0435\u043e (\u044d\u043a\u043e\u043d\u043e\u043c\u0438\u0447\u043d\u044b\u0439 \u0440\u0435\u0436\u0438\u043c)",audioRoute:"\u0412\u044b\u0431\u0440\u0430\u0442\u044c \u0430\u0443\u0434\u0438\u043e\u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u043e",audioSettings:"\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0430 \u0437\u0432\u0443\u043a\u0430",authenticate:"\u0410\u0443\u0442\u0435\u043d\u0442\u0438\u0444\u0438\u0446\u0438\u0440\u043e\u0432\u0430\u0442\u044c",boo:"\u041e\u0441\u0432\u0438\u0441\u0442\u044b\u0432\u0430\u0442\u044c",callQuality:"\u041a\u0430\u0447\u0435\u0441\u0442\u0432\u043e \u0441\u0432\u044f\u0437\u0438",chat:"\u0427\u0430\u0442",clap:"\u0410\u043f\u043b\u043e\u0434\u0438\u0441\u043c\u0435\u043d\u0442\u044b",closeChat:"\u0417\u0430\u043a\u0440\u044b\u0442\u044c \u0447\u0430\u0442",closeReactionsMenu:"\u0417\u0430\u043a\u0440\u044b\u0442\u044c \u043c\u0435\u043d\u044e \u0440\u0435\u0430\u043a\u0446\u0438\u0439",disableNoiseSuppression:"\u0412\u044b\u043a\u043b\u044e\u0447\u0438\u0442\u044c \u0448\u0443\u043c\u043e\u043f\u043e\u0434\u0430\u0432\u043b\u0435\u043d\u0438\u0435",disableReactionSounds:"\u0412\u044b\u043a\u043b\u044e\u0447\u0438\u0442\u044c \u0437\u0432\u0443\u043a\u0438 \u0440\u0435\u0430\u043a\u0446\u0438\u0439",documentClose:"\u0417\u0430\u043a\u0440\u044b\u0442\u044c \u043e\u0431\u0449\u0438\u0439 \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442",documentOpen:"\u041e\u0442\u043a\u0440\u044b\u0442\u044c \u043e\u0431\u0449\u0438\u0439 \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442",download:"\u0421\u043a\u0430\u0447\u0430\u0442\u044c \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0435",e2ee:"\u0421\u043a\u0432\u043e\u0437\u043d\u043e\u0435 \u0448\u0438\u0444\u0440\u043e\u0432\u0430\u043d\u0438\u0435",embedMeeting:"\u0412\u0441\u0442\u0440\u043e\u0438\u0442\u044c \u0432\u0441\u0442\u0440\u0435\u0447\u0443",enableNoiseSuppression:"\u0412\u043a\u043b\u044e\u0447\u0438\u0442\u044c \u0448\u0443\u043c\u043e\u043f\u043e\u0434\u0430\u0432\u043b\u0435\u043d\u0438\u0435",endConference:"\u0417\u0430\u0432\u0435\u0440\u0448\u0438\u0442\u044c \u0432\u0441\u0442\u0440\u0435\u0447\u0443 \u0434\u043b\u044f \u0432\u0441\u0435\u0445",enterFullScreen:"\u041d\u0430 \u043f\u043e\u043b\u043d\u044b\u0439 \u044d\u043a\u0440\u0430\u043d",enterTileView:"\u041e\u0431\u0449\u0438\u0439 \u043f\u043b\u0430\u043d",exitFullScreen:"\u041f\u043e\u043b\u043d\u044b\u0439 \u044d\u043a\u0440\u0430\u043d",exitTileView:"\u041a\u0440\u0443\u043f\u043d\u044b\u0439 \u043f\u043b\u0430\u043d",feedback:"\u041e\u0441\u0442\u0430\u0432\u0438\u0442\u044c \u043e\u0442\u0437\u044b\u0432",giphy:"\u041f\u043e\u043a\u0430\u0437\u0430\u0442\u044c GIPHY \u043c\u0435\u043d\u044e",hangup:"\u0412\u044b\u0445\u043e\u0434",help:"\u0421\u043f\u0440\u0430\u0432\u043a\u0430",hideWhiteboard:"\u0421\u043a\u0440\u044b\u0442\u044c \u0438\u043d\u0442\u0435\u0440\u0430\u043a\u0442\u0438\u0432\u043d\u0443\u044e \u0434\u043e\u0441\u043a\u0443",invite:"\u041f\u0440\u0438\u0433\u043b\u0430\u0441\u0438\u0442\u044c",joinBreakoutRoom:"\u0412\u043e\u0439\u0442\u0438 \u0432 \u0441\u0435\u0441\u0441\u0438\u043e\u043d\u043d\u044b\u0439 \u0437\u0430\u043b",laugh:"\u0421\u043c\u0435\u044f\u0442\u044c\u0441\u044f",leaveBreakoutRoom:"\u041f\u043e\u043a\u0438\u043d\u0443\u0442\u044c \u0441\u0435\u0441\u0441\u0438\u043e\u043d\u043d\u044b\u0439 \u0437\u0430\u043b",leaveConference:"\u041f\u043e\u043a\u0438\u043d\u0443\u0442\u044c \u0432\u0441\u0442\u0440\u0435\u0447\u0443",like:"\u041c\u043d\u0435 \u043d\u0440\u0430\u0432\u0438\u0442\u0441\u044f",linkToSalesforce:"\u0421\u0441\u044b\u043b\u043a\u0430 \u043d\u0430 Salesforce",lobbyButtonDisable:"\u041e\u0442\u043a\u043b\u044e\u0447\u0438\u0442\u044c \u0440\u0435\u0436\u0438\u043c \u043b\u043e\u0431\u0431\u0438",lobbyButtonEnable:"\u0412\u043a\u043b\u044e\u0447\u0438\u0442\u044c \u0440\u0435\u0436\u0438\u043c \u043b\u043e\u0431\u0431\u0438",login:"\u0412\u043e\u0439\u0442\u0438",logout:"\u0417\u0430\u0432\u0435\u0440\u0448\u0438\u0442\u044c \u0441\u0435\u0430\u043d\u0441",lowerYourHand:"\u041e\u043f\u0443\u0441\u0442\u0438\u0442\u044c \u0440\u0443\u043a\u0443",moreActions:"\u0411\u043e\u043b\u044c\u0448\u0435 \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0439",moreOptions:"\u0411\u043e\u043b\u044c\u0448\u0435 \u043d\u0430\u0441\u0442\u0440\u043e\u0435\u043a",mute:"\u041c\u0438\u043a\u0440\u043e\u0444\u043e\u043d (\u0432\u043a\u043b./\u0432\u044b\u043a\u043b.)",muteEveryone:"\u0412\u044b\u043a\u043b. \u043c\u0438\u043a\u0440\u043e\u0444\u043e\u043d \u0443 \u0432\u0441\u0435\u0445",muteEveryonesVideo:"\u0412\u044b\u043a\u043b. \u043a\u0430\u043c\u0435\u0440\u0443 \u0443 \u0432\u0441\u0435\u0445",noAudioSignalDesc:"\u0415\u0441\u043b\u0438 \u0432\u044b \u0441\u043f\u0435\u0446\u0438\u0430\u043b\u044c\u043d\u043e \u043d\u0435 \u043e\u0442\u043a\u043b\u044e\u0447\u0430\u043b\u0438 \u043c\u0438\u043a\u0440\u043e\u0444\u043e\u043d \u0432 \u0441\u0438\u0441\u0442\u0435\u043c\u043d\u044b\u0445 \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0430\u0445, \u043f\u043e\u0434\u0443\u043c\u0430\u0439\u0442\u0435 \u043e \u0442\u043e\u043c, \u0447\u0442\u043e\u0431\u044b \u043f\u043e\u043c\u0435\u043d\u044f\u0442\u044c \u0435\u0433\u043e.",noAudioSignalDescSuggestion:"\u0415\u0441\u043b\u0438 \u0432\u044b \u0441\u043f\u0435\u0446\u0438\u0430\u043b\u044c\u043d\u043e \u043d\u0435 \u043e\u0442\u043a\u043b\u044e\u0447\u0430\u043b\u0438 \u043c\u0438\u043a\u0440\u043e\u0444\u043e\u043d \u0432 \u0441\u0438\u0441\u0442\u0435\u043c\u043d\u044b\u0445 \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0430\u0445, \u0432\u044b \u043c\u043e\u0436\u0435\u0442\u0435 \u043f\u043e\u043f\u0440\u043e\u0431\u043e\u0432\u0430\u0442\u044c \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u044c \u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0435\u0435 \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u043e:",noAudioSignalDialInDesc:"\u0412\u044b \u043c\u043e\u0436\u0435\u0442\u0435 \u0442\u0430\u043a\u0436\u0435 \u0434\u043e\u0437\u0432\u043e\u043d\u0438\u0442\u044c\u0441\u044f \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u044f:",noAudioSignalDialInLinkDesc:"\u041d\u043e\u043c\u0435\u0440\u0430 \u0434\u043b\u044f \u0434\u043e\u0437\u0432\u043e\u043d\u0430",noAudioSignalTitle:"\u041e\u0442 \u0432\u0430\u0448\u0435\u0433\u043e \u043c\u0438\u043a\u0440\u043e\u0444\u043e\u043d\u0430 \u043d\u0435 \u0438\u0434\u0435\u0442 \u0437\u0432\u0443\u043a\u043e\u0432\u043e\u0439 \u0441\u0438\u0433\u043d\u0430\u043b!",noiseSuppression:"\u0428\u0443\u043c\u043e\u043f\u043e\u0434\u0430\u0432\u043b\u0435\u043d\u0438\u0435",noisyAudioInputDesc:"\u0412\u043e\u0437\u043c\u043e\u0436\u043d\u043e, \u0432\u0430\u0448 \u043c\u0438\u043a\u0440\u043e\u0444\u043e\u043d \u0441\u043e\u0437\u0434\u0430\u0435\u0442 \u0448\u0443\u043c. \u0412\u044b \u043c\u043e\u0436\u0435\u0442\u0435 \u0432\u044b\u043a\u043b\u044e\u0447\u0438\u0442\u044c \u0435\u0433\u043e \u0438\u043b\u0438 \u0441\u043c\u0435\u043d\u0438\u0442\u0435 \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u043e.",noisyAudioInputTitle:"\u041f\u043e\u0445\u043e\u0436\u0435, \u0432\u0430\u0448 \u043c\u0438\u043a\u0440\u043e\u0444\u043e\u043d \u0441\u043e\u0437\u0434\u0430\u0435\u0442 \u0448\u0443\u043c!",openChat:"\u041e\u0442\u043a\u0440\u044b\u0442\u044c \u0447\u0430\u0442",openReactionsMenu:"\u041e\u0442\u043a\u0440\u044b\u0442\u044c \u043c\u0435\u043d\u044e \u0440\u0435\u0430\u043a\u0446\u0438\u0439",participants:"\u0423\u0447\u0430\u0441\u0442\u043d\u0438\u043a\u0438",pip:"\u0412\u043a\u043b \u0440\u0435\u0436\u0438\u043c \u041a\u0430\u0440\u0442\u0438\u043d\u043a\u0430-\u0432-\u043a\u0430\u0440\u0442\u0438\u043d\u043a\u0435",privateMessage:"\u041e\u0442\u043f\u0440\u0430\u0432\u0438\u0442\u044c \u043b\u0438\u0447\u043d\u043e\u0435 \u0441\u043e\u043e\u0431\u0449\u0435\u043d\u0438\u0435",profile:"\u0420\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u043f\u0440\u043e\u0444\u0438\u043b\u044c",raiseHand:"\u0425\u043e\u0447\u0443 \u0433\u043e\u0432\u043e\u0440\u0438\u0442\u044c",raiseYourHand:"\u041f\u043e\u0434\u043d\u044f\u0442\u044c \u0440\u0443\u043a\u0443",reactionBoo:"\u041e\u0442\u043f\u0440\u0430\u0432\u0438\u0442\u044c \u0431\u0443 \u0440\u0435\u0430\u043a\u0446\u0438\u044e",reactionClap:"\u041e\u0442\u043f\u0440\u0430\u0432\u0438\u0442\u044c \u0440\u0435\u0430\u043a\u0446\u0438\u044e \u0430\u043f\u043b\u043e\u0434\u0438\u0441\u043c\u0435\u043d\u0442\u043e\u0432",reactionLaugh:"\u041e\u0442\u043f\u0440\u0430\u0432\u0438\u0442\u044c \u0440\u0435\u0430\u043a\u0446\u0438\u044e \u0441\u043c\u0435\u0445\u0430",reactionLike:"\u041e\u0442\u043f\u0440\u0430\u0432\u0438\u0442\u044c \u0440\u0435\u0430\u043a\u0446\u0438\u044e \"\u043f\u0430\u043b\u0435\u0446 \u0432\u0432\u0435\u0440\u0445\"",reactionSilence:"\u041e\u0442\u043f\u0440\u0430\u0432\u0438\u0442\u044c \u0440\u0435\u0430\u043a\u0446\u0438\u044e \u0442\u0438\u0448\u0438\u043d\u044b",reactionSurprised:"\u041e\u0442\u043f\u0440\u0430\u0432\u0438\u0442\u044c \u0443\u0434\u0438\u0432\u043b\u0435\u043d\u043d\u0443\u044e \u0440\u0435\u0430\u043a\u0446\u0438\u044e",security:"\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 \u0431\u0435\u0437\u043e\u043f\u0430\u0441\u043d\u043e\u0441\u0442\u0438",selectBackground:"\u0412\u044b\u0431\u0440\u0430\u0442\u044c \u0444\u043e\u043d\u043e\u0432\u043e\u0435 \u0438\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435",shareRoom:"\u041e\u0442\u043f\u0440\u0430\u0432\u0438\u0442\u044c \u043f\u0440\u0438\u0433\u043b\u0430\u0448\u0435\u043d\u0438\u0435",shareaudio:"\u041f\u0440\u0435\u0434\u043e\u0441\u0442\u0430\u0432\u0438\u0442\u044c \u0434\u043e\u0441\u0442\u0443\u043f \u043a \u0437\u0432\u0443\u043a\u0443",sharedvideo:"\u0412\u0438\u0434\u0435\u043e YouTube",shortcuts:"\u041a\u043e\u043c\u0431\u0438\u043d\u0430\u0446\u0438\u0438 \u043a\u043b\u0430\u0432\u0438\u0448",showWhiteboard:"\u041f\u043e\u043a\u0430\u0437\u0430\u0442\u044c \u0438\u043d\u0442\u0435\u0440\u0430\u043a\u0442\u0438\u0432\u043d\u0443\u044e \u0434\u043e\u0441\u043a\u0443",silence:"\u041c\u043e\u043b\u0447\u0430\u043d\u0438\u0435",speakerStats:"\u0421\u0442\u0430\u0442\u0438\u0441\u0442\u0438\u043a\u0430",startScreenSharing:"\u041d\u0430\u0447\u0430\u0442\u044c \u0442\u0440\u0430\u043d\u0441\u043b\u044f\u0446\u0438\u044e \u0441 \u044d\u043a\u0440\u0430\u043d\u0430",startSubtitles:"\u0412\u043a\u043b\u044e\u0447\u0438\u0442\u044c \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044b",stopAudioSharing:"\u041e\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c \u043e\u0431\u043c\u0435\u043d \u0430\u0443\u0434\u0438\u043e",stopScreenSharing:"\u041e\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c \u0442\u0440\u0430\u043d\u0441\u043b\u044f\u0446\u0438\u044e \u0441 \u044d\u043a\u0440\u0430\u043d\u0430",stopSharedVideo:"\u041e\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c \u0432\u0438\u0434\u0435\u043e \u043d\u0430 YouTube",stopSubtitles:"\u041e\u0442\u043a\u043b\u044e\u0447\u0438\u0442\u044c \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044b",surprised:"\u0423\u0434\u0438\u0432\u0438\u0442\u044c\u0441\u044f",talkWhileMutedPopup:"\u041f\u044b\u0442\u0430\u0435\u0442\u0435\u0441\u044c \u0433\u043e\u0432\u043e\u0440\u0438\u0442\u044c? \u0423 \u0432\u0430\u0441 \u043e\u0442\u043a\u043b\u044e\u0447\u0435\u043d \u0437\u0432\u0443\u043a.",tileViewToggle:"\u0412\u043a\u043b/\u0432\u044b\u043a\u043b \u043f\u043b\u0438\u0442\u043a\u0443",toggleCamera:"\u041f\u0435\u0440\u0435\u043a\u043b\u044e\u0447\u0438\u0442\u044c \u043a\u0430\u043c\u0435\u0440\u0443",videoSettings:"\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0430 \u0432\u0438\u0434\u0435\u043e",videomute:"\u041a\u0430\u043c\u0435\u0440\u0430"},transcribing:{ccButtonTooltip:"\u0412\u043a\u043b. / \u0412\u044b\u043a\u043b. \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044b",error:"\u041e\u0448\u0438\u0431\u043a\u0430 \u0437\u0430\u043f\u0438\u0441\u0438. \u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u043f\u043e\u043f\u0440\u043e\u0431\u0443\u0439\u0442\u0435 \u043f\u043e\u0437\u0436\u0435.",expandedLabel:"\u0422\u0440\u0430\u043d\u0441\u043a\u0440\u0438\u043f\u0446\u0438\u044f \u0432\u043a\u043b\u044e\u0447\u0435\u043d\u0430",failedToStart:"\u041d\u0435\u0443\u0434\u0430\u043b\u043e\u0441\u044c \u043d\u0430\u0447\u0430\u0442\u044c \u0440\u0430\u0441\u0448\u0438\u0444\u0440\u043e\u0432\u043a\u0443",labelToolTip:"\u0421\u043e\u0437\u0434\u0430\u0435\u0442\u0441\u044f \u0442\u0440\u0430\u043d\u0441\u043a\u0440\u0438\u043f\u0446\u0438\u044f \u043a\u043e\u043d\u0444\u0435\u0440\u0435\u043d\u0446\u0438\u0438.",off:"\u0420\u0430\u0441\u0448\u0438\u0444\u0440\u043e\u0432\u043a\u0430 \u043e\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d\u0430",pending:"\u041f\u043e\u0434\u0433\u043e\u0442\u043e\u0432\u043a\u0430 \u0440\u0430\u0441\u0448\u0438\u0444\u0440\u043e\u0432\u043a\u0438 \u043a\u043e\u043d\u0444\u0435\u0440\u0435\u043d\u0446\u0438\u0438...",start:"\u0412\u043a\u043b/\u0412\u044b\u043a\u043b \u043f\u043e\u043a\u0430\u0437 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043e\u0432",stop:"\u0412\u043a\u043b/\u0412\u044b\u043a\u043b \u043f\u043e\u043a\u0430\u0437 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043e\u0432",tr:"TR"},userMedia:{androidGrantPermissions:"\u0412\u044b\u0431\u0435\u0440\u0438\u0442\u0435 \u0420\u0430\u0437\u0440\u0435\u0448\u0438\u0442\u044c, \u043a\u043e\u0433\u0434\u0430 \u0431\u0440\u0430\u0443\u0437\u0435\u0440 \u0441\u043f\u0440\u043e\u0441\u0438\u0442 \u043e \u0440\u0430\u0437\u0440\u0435\u0448\u0435\u043d\u0438\u044f\u0445.",chromeGrantPermissions:"\u0412\u044b\u0431\u0435\u0440\u0438\u0442\u0435 \u0420\u0430\u0437\u0440\u0435\u0448\u0438\u0442\u044c, \u043a\u043e\u0433\u0434\u0430 \u0431\u0440\u0430\u0443\u0437\u0435\u0440 \u0441\u043f\u0440\u043e\u0441\u0438\u0442 \u043e \u0440\u0430\u0437\u0440\u0435\u0448\u0435\u043d\u0438\u044f\u0445.",edgeGrantPermissions:"\u0412\u044b\u0431\u0435\u0440\u0438\u0442\u0435 \u0414\u0430, \u043a\u043e\u0433\u0434\u0430 \u0431\u0440\u0430\u0443\u0437\u0435\u0440 \u0441\u043f\u0440\u043e\u0441\u0438\u0442 \u043e \u0440\u0430\u0437\u0440\u0435\u0448\u0435\u043d\u0438\u044f\u0445.",electronGrantPermissions:"\u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u0434\u0430\u0439\u0442\u0435 \u0440\u0430\u0437\u0440\u0435\u0448\u0435\u043d\u0438\u0435 \u043d\u0430 \u0434\u043e\u0441\u0442\u0443\u043f \u043a \u043a\u0430\u043c\u0435\u0440\u0435 \u0438 \u043c\u0438\u043a\u0440\u043e\u0444\u043e\u043d\u0443",firefoxGrantPermissions:"\u0412\u044b\u0431\u0435\u0440\u0438\u0442\u0435 \u041f\u043e\u0434\u0435\u043b\u0438\u0442\u044c\u0441\u044f \u0432\u044b\u0431\u0440\u0430\u043d\u043d\u044b\u043c \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u043e\u043c, \u043a\u043e\u0433\u0434\u0430 \u0431\u0440\u0430\u0443\u0437\u0435\u0440 \u0441\u043f\u0440\u043e\u0441\u0438\u0442 \u043e \u0440\u0430\u0437\u0440\u0435\u0448\u0435\u043d\u0438\u044f\u0445.",iexplorerGrantPermissions:"\u0412\u044b\u0431\u0435\u0440\u0438\u0442\u0435 OK, \u043a\u043e\u0433\u0434\u0430 \u0431\u0440\u0430\u0443\u0437\u0435\u0440 \u0441\u043f\u0440\u043e\u0441\u0438\u0442 \u043e \u0440\u0430\u0437\u0440\u0435\u0448\u0435\u043d\u0438\u044f\u0445.",nwjsGrantPermissions:"\u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u0434\u0430\u0439\u0442\u0435 \u0440\u0430\u0437\u0440\u0435\u0448\u0435\u043d\u0438\u0435 \u043d\u0430 \u0434\u043e\u0441\u0442\u0443\u043f \u043a \u043a\u0430\u043c\u0435\u0440\u0435 \u0438 \u043c\u0438\u043a\u0440\u043e\u0444\u043e\u043d\u0443",operaGrantPermissions:"\u0412\u044b\u0431\u0435\u0440\u0438\u0442\u0435 \u0420\u0430\u0437\u0440\u0435\u0448\u0438\u0442\u044c, \u043a\u043e\u0433\u0434\u0430 \u0431\u0440\u0430\u0443\u0437\u0435\u0440 \u0441\u043f\u0440\u043e\u0441\u0438\u0442 \u043e \u0440\u0430\u0437\u0440\u0435\u0448\u0435\u043d\u0438\u044f\u0445.","react-nativeGrantPermissions":"\u0412\u044b\u0431\u0435\u0440\u0438\u0442\u0435 \u0420\u0430\u0437\u0440\u0435\u0448\u0438\u0442\u044c, \u043a\u043e\u0433\u0434\u0430 \u0431\u0440\u0430\u0443\u0437\u0435\u0440 \u0441\u043f\u0440\u043e\u0441\u0438\u0442 \u043e \u0440\u0430\u0437\u0440\u0435\u0448\u0435\u043d\u0438\u044f\u0445.",safariGrantPermissions:"\u0412\u044b\u0431\u0435\u0440\u0438\u0442\u0435 OK, \u043a\u043e\u0433\u0434\u0430 \u0431\u0440\u0430\u0443\u0437\u0435\u0440 \u0441\u043f\u0440\u043e\u0441\u0438\u0442 \u043e \u0440\u0430\u0437\u0440\u0435\u0448\u0435\u043d\u0438\u044f\u0445."},videoSIPGW:{busy:"\u041c\u044b \u0440\u0430\u0431\u043e\u0442\u0430\u0435\u043c \u043d\u0430\u0434 \u0432\u044b\u0441\u0432\u043e\u0431\u043e\u0436\u0434\u0435\u043d\u0438\u0435\u043c \u0440\u0435\u0441\u0443\u0440\u0441\u043e\u0432. \u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u043f\u043e\u043f\u0440\u043e\u0431\u0443\u0439\u0442\u0435 \u0447\u0435\u0440\u0435\u0437 \u043d\u0435\u0441\u043a\u043e\u043b\u044c\u043a\u043e \u043c\u0438\u043d\u0443\u0442.",busyTitle:"\u0421\u043b\u0443\u0436\u0431\u0430 \u0441\u0435\u0439\u0447\u0430\u0441 \u0437\u0430\u043d\u044f\u0442\u0430",errorAlreadyInvited:"{{displayName}} \u0443\u0436\u0435 \u043f\u0440\u0438\u0433\u043b\u0430\u0448\u0435\u043d",errorInvite:"\u0412\u0441\u0442\u0440\u0435\u0447\u0430 \u0435\u0449\u0435 \u043d\u0435 \u043d\u0430\u0447\u0430\u043b\u0430\u0441\u044c. \u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u043f\u043e\u043f\u0440\u043e\u0431\u0443\u0439\u0442\u0435 \u043f\u043e\u0437\u0436\u0435.",errorInviteFailed:"\u041c\u044b \u0440\u0430\u0431\u043e\u0442\u0430\u0435\u043c \u043d\u0430\u0434 \u0440\u0435\u0448\u0435\u043d\u0438\u0435\u043c \u043f\u0440\u043e\u0431\u043b\u0435\u043c\u044b. \u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u043f\u043e\u043f\u0440\u043e\u0431\u0443\u0439\u0442\u0435 \u043f\u043e\u0437\u0436\u0435.",errorInviteFailedTitle:"\u041e\u0448\u0438\u0431\u043a\u0430 \u043f\u0440\u0438\u0433\u043b\u0430\u0448\u0435\u043d\u0438\u044f {{displayName}}",errorInviteTitle:"\u041e\u0448\u0438\u0431\u043a\u0430 \u043f\u0440\u0438\u0433\u043b\u0430\u0448\u0435\u043d\u0438\u044f \u0432 \u043a\u043e\u043c\u043d\u0430\u0442\u0443",pending:"{{displayName}} \u0431\u044b\u043b \u043f\u0440\u0438\u0433\u043b\u0430\u0448\u0435\u043d"},videoStatus:{adjustFor:"\u041e\u0442\u0440\u0435\u0433\u0443\u043b\u0438\u0440\u0443\u0439\u0442\u0435 \u0434\u043b\u044f:",audioOnly:"\u0422\u043e\u043b\u044c\u043a\u043e \u0437\u0432\u0443\u043a",audioOnlyExpanded:"\u0410\u043a\u0442\u0438\u0432\u0435\u043d \u0440\u0435\u0436\u0438\u043c \u044d\u043a\u043e\u043d\u043e\u043c\u0438\u0438 \u043f\u0440\u043e\u043f\u0443\u0441\u043a\u043d\u043e\u0439 \u0441\u043f\u043e\u0441\u043e\u0431\u043d\u043e\u0441\u0442\u0438. \u0412 \u044d\u0442\u043e\u043c \u0440\u0435\u0436\u0438\u043c\u0435 \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u044b \u0442\u043e\u043b\u044c\u043a\u043e \u0437\u0432\u0443\u043a \u0438 \u0442\u0440\u0430\u043d\u0441\u043b\u044f\u0446\u0438\u044f \u0441 \u044d\u043a\u0440\u0430\u043d\u0430",bestPerformance:"\u041b\u0443\u0447\u0448\u0435\u0435 \u043f\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u043b\u0435\u043d\u0438\u0435",callQuality:"\u041a\u0430\u0447\u0435\u0441\u0442\u0432\u043e \u0432\u0438\u0434\u0435\u043e",hd:"HD",hdTooltip:"\u0412\u0438\u0434\u0435\u043e \u0432\u044b\u0441\u043e\u043a\u043e\u0433\u043e \u043a\u0430\u0447\u0435\u0441\u0442\u0432\u0430",highDefinition:"\u0412\u044b\u0441\u043e\u043a\u043e\u0435 \u043a\u0430\u0447\u0435\u0441\u0442\u0432\u043e",highestQuality:"\u0412\u044b\u0441\u0448\u0435\u0435 \u043a\u0430\u0447\u0435\u0441\u0442\u0432\u043e",labelTooiltipNoVideo:"\u041d\u0435\u0442 \u0432\u0438\u0434\u0435\u043e",labelTooltipAudioOnly:"\u0412\u043a\u043b\u044e\u0447\u0435\u043d \u0440\u0435\u0436\u0438\u043c \u044d\u043a\u043e\u043d\u043e\u043c\u0438\u0438 \u043f\u0440\u043e\u043f\u0443\u0441\u043a\u043d\u043e\u0439 \u0441\u043f\u043e\u0441\u043e\u0431\u043d\u043e\u0441\u0442\u0438",ld:"LD",ldTooltip:"\u0412\u0438\u0434\u0435\u043e \u043d\u0438\u0437\u043a\u043e\u0433\u043e \u043a\u0430\u0447\u0435\u0441\u0442\u0432\u0430",lowDefinition:"\u041d\u0438\u0437\u043a\u043e\u0435 \u043a\u0430\u0447\u0435\u0441\u0442\u0432\u043e",performanceSettings:"\u041f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u044b \u043f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u0438\u0442\u0435\u043b\u044c\u043d\u043e\u0441\u0442\u0438",recording:"\u0418\u0434\u0435\u0442 \u0437\u0430\u043f\u0438\u0441\u044c",sd:"SD",sdTooltip:"\u0412\u0438\u0434\u0435\u043e \u0441\u0442\u0430\u043d\u0434\u0430\u0440\u0442\u043d\u043e\u0433\u043e \u043a\u0430\u0447\u0435\u0441\u0442\u0432\u0430",standardDefinition:"\u0421\u0442\u0430\u043d\u0434\u0430\u0440\u0442\u043d\u043e\u0435 \u043a\u0430\u0447\u0435\u0441\u0442\u0432\u043e (SD)",streaming:"\u0418\u0434\u0435\u0442 \u0442\u0440\u0430\u043d\u0441\u043b\u044f\u0446\u0438\u044f"},videothumbnail:{connectionInfo:"\u0418\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044f \u043e \u0441\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u0438\u0438",domute:"\u0412\u044b\u043a\u043b\u044e\u0447\u0438\u0442\u044c \u0437\u0432\u0443\u043a",domuteOthers:"\u0412\u044b\u043a\u043b\u044e\u0447\u0438\u0442\u044c \u0437\u0432\u0443\u043a \u043e\u0441\u0442\u0430\u043b\u044c\u043d\u044b\u043c",domuteVideo:"\u0412\u044b\u043a\u043b\u044e\u0447\u0438\u0442\u044c \u0432\u0438\u0434\u0435\u043e",domuteVideoOfOthers:"\u0412\u044b\u043a\u043b\u044e\u0447\u0438\u0442\u044c \u0432\u0438\u0434\u0435\u043e \u043e\u0441\u0442\u0430\u043b\u044c\u043d\u044b\u043c",flip:"\u041e\u0442\u0440\u0430\u0437\u0438\u0442\u044c",grantModerator:"\u0421\u0434\u0435\u043b\u0430\u0442\u044c \u043c\u043e\u0434\u0435\u0440\u0430\u0442\u043e\u0440\u043e\u043c",hideSelfView:"\u0421\u043a\u0440\u044b\u0442\u044c \u0441\u043e\u0431\u0441\u0442\u0432\u0435\u043d\u043d\u043e\u0435 \u043f\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u043b\u0435\u043d\u0438\u0435",kick:"\u041e\u0442\u043a\u043b\u044e\u0447\u0438\u0442\u044c",mirrorVideo:"\u0417\u0435\u0440\u043a\u0430\u043b\u044c\u043d\u043e \u043e\u0442\u0440\u0430\u0437\u0438\u0442\u044c \u0432\u0438\u0434\u0435\u043e",moderator:"\u041c\u043e\u0434\u0435\u0440\u0430\u0442\u043e\u0440",mute:"\u0411\u0435\u0437 \u0437\u0432\u0443\u043a\u0430",muted:"\u0417\u0432\u0443\u043a \u0432\u044b\u043a\u043b\u044e\u0447\u0435\u043d",pinToStage:"\u041f\u0440\u0438\u043a\u0440\u0435\u043f\u0438\u0442\u044c \u043a \u0441\u0446\u0435\u043d\u0435",remoteControl:"\u041d\u0430\u0447\u0430\u0442\u044c / \u041e\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c \u0434\u0438\u0441\u0442\u0430\u043d\u0446\u0438\u043e\u043d\u043d\u044b\u0439 \u043a\u043e\u043d\u0442\u0440\u043e\u043b\u044c",screenSharing:"\u0423\u0447\u0430\u0441\u0442\u043d\u0438\u043a \u043f\u043e\u043a\u0430\u0437\u044b\u0432\u0430\u0435\u0442 \u0441\u0432\u043e\u0439 \u044d\u043a\u0440\u0430\u043d",show:"\u041f\u043e\u043a\u0430\u0437\u0430\u0442\u044c \u043a\u0440\u0443\u043f\u043d\u044b\u043c \u043f\u043b\u0430\u043d\u043e\u043c",showSelfView:"\u041f\u043e\u043a\u0430\u0437\u0430\u0442\u044c \u0441\u0432\u043e\u0451 \u043f\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u043b\u0435\u043d\u0438\u0435",unpinFromStage:"\u041e\u0442\u043f\u0438\u043d\u0438\u0442\u044c",verify:"\u041f\u0440\u043e\u0432\u0435\u0440\u0438\u0442\u044c \u0443\u0447\u0430\u0441\u0442\u043d\u0438\u043a\u0430",videoMuted:"\u041a\u0430\u043c\u0435\u0440\u0430 \u0432\u044b\u043a\u043b\u044e\u0447\u0435\u043d\u0430",videomute:"\u0423\u0447\u0430\u0441\u0442\u043d\u0438\u043a \u0432\u044b\u043a\u043b\u044e\u0447\u0438\u043b \u043a\u0430\u043c\u0435\u0440\u0443"},virtualBackground:{addBackground:"\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0444\u043e\u043d",apply:"\u041f\u0440\u0438\u043c\u0435\u043d\u044f\u0442\u044c",backgroundEffectError:"\u041d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u043f\u0440\u0438\u043c\u0435\u043d\u0438\u0442\u044c \u0444\u043e\u043d\u043e\u0432\u044b\u0439 \u044d\u0444\u0444\u0435\u043a\u0442.",blur:"\u0420\u0430\u0437\u043c\u044b\u0442\u0438\u0435",deleteImage:"\u0423\u0434\u0430\u043b\u0438\u0442\u044c \u0438\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435",desktopShare:"\u041e\u0431\u0449\u0438\u0439 \u0434\u043e\u0441\u0442\u0443\u043f \u043a \u0440\u0430\u0431\u043e\u0447\u0435\u043c\u0443 \u0441\u0442\u043e\u043b\u0443",desktopShareError:"\u041d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u0441\u043e\u0437\u0434\u0430\u0442\u044c \u043e\u0431\u0449\u0438\u0439 \u0434\u043e\u0441\u0442\u0443\u043f \u043a \u0440\u0430\u0431\u043e\u0447\u0435\u043c\u0443 \u0441\u0442\u043e\u043b\u0443",image1:"\u043f\u043b\u044f\u0436",image2:"\u0411\u0435\u043b\u0430\u044f \u043d\u0435\u0439\u0442\u0440\u0430\u043b\u044c\u043d\u0430\u044f \u0441\u0442\u0435\u043d\u0430",image3:"\u0411\u0435\u043b\u0430\u044f \u043f\u0443\u0441\u0442\u0430\u044f \u043a\u043e\u043c\u043d\u0430\u0442\u0430",image4:"\u0427\u0435\u0440\u043d\u044b\u0439 \u0442\u043e\u0440\u0448\u0435\u0440",image5:"\u0413\u043e\u0440\u0430",image6:"\u041b\u0435\u0441",image7:"\u0412\u043e\u0441\u0445\u043e\u0434",none:"\u041d\u0435\u0442",pleaseWait:"\u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430 \u043f\u043e\u0434\u043e\u0436\u0434\u0438\u0442\u0435...",removeBackground:"\u0423\u0431\u0440\u0430\u0442\u044c \u0444\u043e\u043d",slightBlur:"\u041b\u0435\u0433\u043a\u043e\u0435 \u0440\u0430\u0437\u043c\u044b\u0442\u0438\u0435",title:"\u0412\u0438\u0440\u0442\u0443\u0430\u043b\u044c\u043d\u044b\u0435 \u0444\u043e\u043d\u044b",uploadedImage:"\u0417\u0430\u0433\u0440\u0443\u0436\u0435\u043d\u043d\u043e\u0435 \u0438\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435 {{index}}",webAssemblyWarning:"WebAssembly \u043d\u0435 \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u0442\u0441\u044f",webAssemblyWarningDescription:"WebAssembly \u043e\u0442\u043a\u043b\u044e\u0447\u0435\u043d \u0438\u043b\u0438 \u043d\u0435 \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u0442\u0441\u044f \u044d\u0442\u0438\u043c \u0431\u0440\u0430\u0443\u0437\u0435\u0440\u043e\u043c"},volumeSlider:"\u041f\u043e\u043b\u0437\u0443\u043d\u043e\u043a \u0433\u0440\u043e\u043c\u043a\u043e\u0441\u0442\u0438",welcomepage:{accessibilityLabel:{join:"\u041d\u0430\u0436\u043c\u0438\u0442\u0435 \u0447\u0442\u043e\u0431\u044b \u043f\u0440\u0438\u0441\u043e\u0435\u0434\u0438\u043d\u0438\u0442\u044c\u0441\u044f",roomname:"\u0423\u043a\u0430\u0436\u0438\u0442\u0435 \u043d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u043a\u043e\u043c\u043d\u0430\u0442\u044b"},addMeetingName:"\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u043d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u0432\u0441\u0442\u0440\u0435\u0447\u0438",appDescription:"\u041f\u043e\u043f\u0440\u043e\u0431\u0443\u0439\u0442\u0435 \u0432\u0438\u0434\u0435\u043e\u0447\u0430\u0442 \u0441\u043e \u0432\u0441\u0435\u0439 \u043a\u043e\u043c\u0430\u043d\u0434\u043e\u0439. \u041f\u0440\u0438\u0433\u043b\u0430\u0448\u0430\u0439\u0442\u0435 \u0437\u043d\u0430\u043a\u043e\u043c\u044b\u0445! {{app}} \u2014 \u043f\u043e\u043b\u043d\u043e\u0441\u0442\u044c\u044e \u0437\u0430\u0448\u0438\u0444\u0440\u043e\u0432\u0430\u043d\u043d\u043e\u0435 \u0440\u0435\u0448\u0435\u043d\u0438\u0435 \u0434\u043b\u044f \u0432\u0438\u0434\u0435\u043e\u043a\u043e\u043d\u0444\u0435\u0440\u0435\u043d\u0446\u0438\u0439 \u0441 \u043e\u0442\u043a\u0440\u044b\u0442\u044b\u043c \u0438\u0441\u0445\u043e\u0434\u043d\u044b\u043c \u043a\u043e\u0434\u043e\u043c. \u041f\u043e\u043b\u044c\u0437\u0443\u0439\u0442\u0435\u0441\u044c \u043a\u0430\u0436\u0434\u044b\u0439 \u0434\u0435\u043d\u044c, \u0431\u0435\u0441\u043f\u043b\u0430\u0442\u043d\u043e \u0438 \u0431\u0435\u0437 \u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0430\u0446\u0438\u0438.",audioVideoSwitch:{audio:"\u0417\u0432\u0443\u043a",video:"\u0412\u0438\u0434\u0435\u043e"},calendar:"\u041a\u0430\u043b\u0435\u043d\u0434\u0430\u0440\u044c",connectCalendarButton:"\u041f\u0440\u0438\u0432\u044f\u0437\u0430\u0442\u044c \u043a\u0430\u043b\u0435\u043d\u0434\u0430\u0440\u044c",connectCalendarText:"\u041f\u043e\u0434\u043a\u043b\u044e\u0447\u0438\u0442\u0435 \u043a\u0430\u043b\u0435\u043d\u0434\u0430\u0440\u044c, \u0447\u0442\u043e\u0431\u044b \u0443\u0432\u0438\u0434\u0435\u0442\u044c \u0432\u0441\u0435 \u0432\u0430\u0448\u0438 \u043a\u043e\u043d\u0444\u0435\u0440\u0435\u043d\u0446\u0438\u0438 \u0432 {{app}}. \u041a\u0440\u043e\u043c\u0435 \u0442\u043e\u0433\u043e, \u0434\u043e\u0431\u0430\u0432\u0438\u0432 {{provider}} \u043a\u043e\u043d\u0444\u0435\u0440\u0435\u043d\u0446\u0438\u0439 \u0432 \u043a\u0430\u043b\u0435\u043d\u0434\u0430\u0440\u044c, \u0432\u044b \u0441\u043c\u043e\u0436\u0435\u0442\u0435 \u0437\u0430\u043f\u0443\u0441\u043a\u0430\u0442\u044c \u0438\u0445 \u043e\u0434\u043d\u0438\u043c \u0449\u0435\u043b\u0447\u043a\u043e\u043c \u043c\u044b\u0448\u043a\u0438.",enterRoomTitle:"\u041d\u0430\u0447\u0430\u0442\u044c \u043d\u043e\u0432\u0443\u044e \u0432\u0438\u0434\u0435\u043e\u043a\u043e\u043d\u0444\u0435\u0440\u0435\u043d\u0446\u0438\u044e",getHelp:"\u0421\u043f\u0440\u0430\u0432\u043a\u0430",go:"\u041e\u041a",goSmall:"\u041e\u041a",headerSubtitle:"\u0417\u0430\u0449\u0438\u0449\u0435\u043d\u043d\u0430\u044f \u0432\u044b\u0441\u043e\u043a\u043e\u043a\u0430\u0447\u0435\u0441\u0442\u0432\u0435\u043d\u043d\u0430\u044f \u0432\u0438\u0434\u0435\u043e\u0441\u0432\u044f\u0437\u044c",headerTitle:"\u0421\u0435\u0440\u0432\u0435\u0440 \u0432\u0438\u0434\u0435\u043e\u043a\u043e\u043d\u0444\u0435\u0440\u0435\u043d\u0446\u0441\u0432\u044f\u0437\u0438 {{app}}",info:"\u0418\u043d\u0444\u043e",jitsiOnMobile:"{{app}} \u0434\u043b\u044f \u043c\u043e\u0431\u0438\u043b\u044c\u043d\u044b\u0445 \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432 \u2014 \u0437\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u0435 \u043d\u0430\u0448\u0438 \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u044f \u0438 \u043d\u0430\u0447\u043d\u0438\u0442\u0435 \u0432\u0441\u0442\u0440\u0435\u0447\u0443 \u0438\u0437 \u043b\u044e\u0431\u043e\u0433\u043e \u043c\u0435\u0441\u0442\u0430",join:"\u0421\u041e\u0417\u0414\u0410\u0422\u042c / \u041f\u0420\u0418\u0421\u041e\u0415\u0414\u0418\u041d\u0418\u0422\u042c\u0421\u042f",logo:{calendar:"Calendar \u043b\u043e\u0433\u043e\u0442\u0438\u043f",desktopPreviewThumbnail:"\u041c\u0438\u043d\u0438\u0430\u0442\u044e\u0440\u0430 \u043f\u0440\u0435\u0434\u0432\u0430\u0440\u0438\u0442\u0435\u043b\u044c\u043d\u043e\u0433\u043e \u043f\u0440\u043e\u0441\u043c\u043e\u0442\u0440\u0430 \u043d\u0430 \u0440\u0430\u0431\u043e\u0447\u0435\u043c \u0441\u0442\u043e\u043b\u0435",googleLogo:"Google \u043b\u043e\u0433\u043e\u0442\u0438\u043f",logoDeepLinking:"\u041b\u043e\u0433\u043e\u0442\u0438\u043f Navek",microsoftLogo:"\u041b\u043e\u0433\u043e\u0442\u0438\u043f \u041c\u0430\u0439\u043a\u0440\u043e\u0441\u043e\u0444\u0442",policyLogo:"\u041b\u043e\u0433\u043e\u0442\u0438\u043f \u043f\u043e\u043b\u0438\u0442\u0438\u043a\u0438"},meetingsAccessibilityLabel:"\u041a\u043e\u043d\u0444\u0435\u0440\u0435\u043d\u0446\u0438\u0438",mobileDownLoadLinkAndroid:"\u0421\u043a\u0430\u0447\u0430\u0442\u044c \u043c\u043e\u0431\u0438\u043b\u044c\u043d\u043e\u0435 \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0435 \u0434\u043b\u044f Android",mobileDownLoadLinkFDroid:"\u0421\u043a\u0430\u0447\u0430\u0442\u044c \u043c\u043e\u0431\u0438\u043b\u044c\u043d\u043e\u0435 \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0435 \u0434\u043b\u044f F-Droid",mobileDownLoadLinkIos:"\u0421\u043a\u0430\u0447\u0430\u0442\u044c \u043c\u043e\u0431\u0438\u043b\u044c\u043d\u043e\u0435 \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0435 \u0434\u043b\u044f iOS",moderatedMessage:"\u0418\u043b\u0438 \u0437\u0430\u0440\u0430\u043d\u0435\u0435 \u0437\u0430\u0440\u0435\u0437\u0435\u0440\u0432\u0438\u0440\u0443\u0439\u0442\u0435 URL-\u0430\u0434\u0440\u0435\u0441 \u0432\u0441\u0442\u0440\u0435\u0447\u0438, \u0433\u0434\u0435 \u0432\u044b \u0431\u0443\u0434\u0435\u0442\u0435 \u0435\u0434\u0438\u043d\u0441\u0442\u0432\u0435\u043d\u043d\u044b\u043c \u043c\u043e\u0434\u0435\u0440\u0430\u0442\u043e\u0440\u043e\u043c.",privacy:"\u041f\u0440\u0438\u0432\u0430\u0442\u043d\u043e\u0441\u0442\u044c",recentList:"\u041d\u0435\u0434\u0430\u0432\u043d\u0438\u0435",recentListDelete:"\u0423\u0434\u0430\u043b\u0438\u0442\u044c",recentListEmpty:"\u0421\u0435\u0439\u0447\u0430\u0441 \u0432\u0430\u0448 \u0441\u043f\u0438\u0441\u043e\u043a \u043d\u0435\u0434\u0430\u0432\u043d\u043e \u043f\u0440\u043e\u0432\u0435\u0434\u0435\u043d\u043d\u044b\u0445 \u043a\u043e\u043d\u0444\u0435\u0440\u0435\u043d\u0446\u0438\u0439 \u043f\u0443\u0441\u0442. \u041f\u043e \u043c\u0435\u0440\u0435 \u0432\u0430\u0448\u0435\u0433\u043e \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u044f \u0441\u0435\u0440\u0432\u0438\u0441\u043e\u043c \u043e\u043d \u0431\u0443\u0434\u0435\u0442 \u043f\u043e\u043f\u043e\u043b\u043d\u044f\u0442\u044c\u0441\u044f.",recentMeetings:"\u0412\u0430\u0448\u0438 \u043d\u0435\u0434\u0430\u0432\u043d\u0438\u0435 \u043a\u043e\u043d\u0444\u0435\u0440\u0435\u043d\u0446\u0438\u0438",reducedUIText:"\u0414\u043e\u0431\u0440\u043e \u043f\u043e\u0436\u0430\u043b\u043e\u0432\u0430\u0442\u044c \u0432 {{app}}!",roomNameAllowedChars:"\u041d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u043a\u043e\u043d\u0444\u0435\u0440\u0435\u043d\u0446\u0438\u0438 \u043d\u0435 \u0434\u043e\u043b\u0436\u043d\u043e \u0441\u043e\u0434\u0435\u0440\u0436\u0430\u0442\u044c \u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0438\u0435 \u0441\u0438\u043c\u0432\u043e\u043b\u044b: ?, &, :, ', \", %, #.",roomname:"\u0423\u043a\u0430\u0436\u0438\u0442\u0435 \u043d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u043a\u043e\u043c\u043d\u0430\u0442\u044b",roomnameHint:"\u0423\u043a\u0430\u0436\u0438\u0442\u0435 \u043d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u043a\u043e\u043c\u043d\u0430\u0442\u044b \u0438\u043b\u0438 \u0435\u0435 \u0430\u0434\u0440\u0435\u0441. \u041c\u043e\u0436\u0435\u0442\u0435 \u0441\u0430\u043c\u0438 \u0441\u043e\u0437\u0434\u0430\u0442\u044c \u043d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u0438 \u043f\u0435\u0440\u0435\u0434\u0430\u0442\u044c \u0435\u0433\u043e \u0431\u0443\u0434\u0443\u0449\u0438\u043c \u0443\u0447\u0430\u0441\u0442\u043d\u0438\u043a\u0430\u043c \u0432\u0441\u0442\u0440\u0435\u0447\u0438, \u0447\u0442\u043e\u0431\u044b \u043e\u043d\u0438 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043b\u0438 \u0438\u043c\u0435\u043d\u043d\u043e \u0435\u0433\u043e.",sendFeedback:"\u041e\u0431\u0440\u0430\u0442\u043d\u0430\u044f \u0441\u0432\u044f\u0437\u044c",settings:"\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438",startMeeting:"\u0421\u043e\u0437\u0434\u0430\u0442\u044c \u043a\u043e\u043d\u0444\u0435\u0440\u0435\u043d\u0446\u0438\u044e",terms:"\u0423\u0441\u043b\u043e\u0432\u0438\u044f",title:"\u0417\u0430\u0449\u0438\u0449\u0435\u043d\u043d\u0430\u044f, \u043f\u043e\u043b\u043d\u043e\u0444\u0443\u043d\u043a\u0446\u0438\u043e\u043d\u0430\u043b\u044c\u043d\u0430\u044f \u0438 \u0441\u043e\u0432\u0435\u0440\u0448\u0435\u043d\u043d\u043e \u0431\u0435\u0441\u043f\u043b\u0430\u0442\u043d\u0430\u044f \u0441\u0438\u0441\u0442\u0435\u043c\u0430 \u0432\u0438\u0434\u0435\u043e\u043a\u043e\u043d\u0444\u0435\u0440\u0435\u043d\u0446\u0438\u0439",upcomingMeetings:"\u0412\u0430\u0448\u0438 \u043f\u0440\u0435\u0434\u0441\u0442\u043e\u044f\u0449\u0438\u0435 \u043a\u043e\u043d\u0444\u0435\u0440\u0435\u043d\u0446\u0438\u0438"},whiteboard:{accessibilityLabel:{heading:"\u0418\u043d\u0442\u0435\u0440\u0430\u043a\u0442\u0438\u0432\u043d\u0430\u044f \u0434\u043e\u0441\u043a\u0430"}}}},846,[]); -__d(function(e,a,i,t,s,n,r){s.exports={addPeople:{add:"Invita",addContacts:"Invita a is cuntatos tuos",contacts:"Cuntatos",copyInvite:"C\xf2pia s'invitu a sa riunione",copyLink:"C\xf2pia su lig\xf2ngiu de sa riunione",copyStream:"C\xf2pia lig\xf2ngiu de trasmissione in direta",countryNotSupported:"No est ancora poss\xecbile de impreare custa destinatzione.",countryReminder:"Ses mutende in foras de is Istados Unidos? Ver\xecfica chi insertas su c\xf2dighe de istadu!",defaultEmail:"S'indiritzu predefinidu tuo",disabled:"Non podes invitare gente.",failedToAdd:"Faddina in s'agiunta de partetzipantes",googleEmail:"Posta de Google",inviteMoreHeader:"Ses a sa sola in custa riunione",inviteMoreMailSubject:"Intra a sa riunione de {{appName}}",inviteMorePrompt:"Invita \xe0tera gente",linkCopied:"Lig\xf2ngiu copiadu in punta de billete",noResults:"Non cointzidet nissunu resultadu",outlookEmail:"Posta de Outlook",phoneNumbers:"n\xf9meros de tel\xe8fonu",searching:"Chirchende...",shareInvite:"Cumpartzi s'invitu a sa riunione",shareLink:"Cumpartzi su lig\xf2ngiu de sa riunione pro invitare \xe0tera gente",shareStream:"Cumpartzi su lig\xf2ngiu a sa trasmissione in direta",sipAddresses:"indiritzos sip",telephone:"Tel\xe8fonu: {{number}}",title:"Invita gente a custa riunione",yahooEmail:"Posta de Yahoo"},audioDevices:{bluetooth:"Bluetooth",car:"\xc0udio de sa m\xe0china",headphones:"Auriculares",none:"Nissunu dispositivu de \xe0udio a disponimentu",phone:"Tel\xe8fonu",speaker:"Altoparlante"},audioOnly:{audioOnly:"\xc0mpiu de banda b\xe0sciu"},breakoutRooms:{actions:{add:"Agiunghe aposentu separadu",autoAssign:"Assigna in autom\xe0ticu in aposentos separados",close:"Serra",join:"Aderi",leaveBreakoutRoom:"Lassa s'aposentu separadu",more:"\xc0teru",remove:"Boga",sendToBreakoutRoom:"Imbia su partetzipante a:"},defaultName:"Aposentu separadu #{{index}}",mainRoom:"Aposentu printzipale",notifications:{joined:"Intrende a s'aposentu separadu\"{{name}}",joinedMainRoom:"Intrende a s'aposentu printzipale",joinedTitle:"Aposentos separados"}},calendarSync:{addMeetingURL:"Agiunghe unu lig\xf2ngiu a s'add\xf2biu",confirmAddLink:"Boles agi\xf9nghere unu lig\xf2ngiu de Jitsi a custu add\xf2biu?",error:{appConfiguration:"S'integratzione de su calend\xe0riu no est cunfigurada bene.",generic:"Faddina. Controlla sa cunfiguratzione de calend\xe0riu o proa de atualizare su calend\xe0riu.",notSignedIn:"Faddina in s'autenticatzione pro visualizare eventos de calend\xe0riu. Controlla sa cunfiguratzione de calend\xe0riu e proa de ti torrare a autenticare."},join:"Aderi",joinTooltip:"Aderi a sa riunione",nextMeeting:"riunione imbeniente",noEvents:"Nissunu eventu programmadu in futuru.",ongoingMeeting:"riunione in cursu",permissionButton:"Aberi sa cunfiguratzione",permissionMessage:"Su permissu de su calend\xe0riu est rech\xe8didu pro b\xecdere is riuniones tuss in s'aplicatzione.",refresh:"Atualiza su calend\xe0riu",today:"Oe"},carmode:{actions:{selectSoundDevice:"S\xe8bera dispositivu de sonu"},labels:{buttonLabel:"Modalidade de m\xe0china",title:"Modalidade de m\xe0china",videoStopped:"Su v\xecdeu tuo est istadu istudadu"}},chat:{enter:"Intra a s'aposentu",error:"Faddina: su mess\xe0giu tuo no est istadu imbiadu. Resone: {{faddina}}",fieldPlaceHolder:"Aa",lobbyChatMessageTo:"Mess\xe0giu de tzarrada de aposentu de abetu a {{recipient}}",message:"Mess\xe0giu",messageAccessibleTitle:"{{user}} narat:",messageAccessibleTitleMe:"deo naro:",messageTo:"Mess\xe0giu privadu a {{recipient}}",messagebox:"Iscrie unu mess\xe0giu",newMessages:"Mess\xe0gios noos",nickname:{popover:"S\xe8bera unu n\xf2mine",title:"Inserta su n\xf2mine pro impreare sa tzarrada",titleWithPolls:"Inserta su n\xf2mine pro impreare sa tzarrada e is sond\xe0gios"},noMessagesMessage:"Nissunu mess\xe0giu ancora in sa riunione. Cumintza una tzarrada inoghe!",privateNotice:"Mess\xe0giu privadu a {{recipient}}",sendButton:"Imbia",smileysPanel:"Pannellu de emoji",tabs:{chat:"Tzarrada",polls:"Sond\xe0gios"},title:"Tzarrada",titleWithPolls:"Tzarradas e sond\xe0gios",you:"tue"},chromeExtensionBanner:{buttonText:"Installa s'estensione de Google",buttonTextEdge:"Installa s'estensione de Edge",close:"Serra",dontShowAgain:"Non ddu torres a ammustrare",installExtensionText:"Installa s'estensione de integratzione cun Google Calendar e Office 365"},connectingOverlay:{joiningRoom:"Connetende a sa riunione..."},connection:{ATTACHED:"Allegados",AUTHENTICATING:"Autenticatzione in cursu",AUTHFAIL:"Faddina in s'autenticatzione",CONNECTED:"Connessione istabilida",CONNECTING:"Connetende",CONNFAIL:"Faddina in sa connessione",DISCONNECTED:"Disconn\xe8tidu",DISCONNECTING:"Disconnetende",ERROR:"Faddina",FETCH_SESSION_ID:"Otenende id de sessione...",GET_SESSION_ID_ERROR:"Faddina in su ritzevimentu de s'ide de sessione: {{code}}",GOT_SESSION_ID:"Otenende id de sessione... Fatu",LOW_BANDWIDTH:"V\xecdeu disativadu pro {{displayName}} pro istraviare \xe0mpiu de banda"},connectionindicator:{address:"Indiritzu:",audio_ssrc:"\xc0udio SSRC:",bandwidth:"\xc0mpiu de banda istimadu:",bitrate:"Velotzidade de bits:",bridgeCount:"N\xf9meru de servidores: ",codecs:"Codificadores (A/V) ",connectedTo:"Connessione cun:",framerate:"Velotzidade de fotogrammas:",less:"Prus pagu informatziones",localaddress:"Indiritzu locale:",localaddress_plural:"Indiritzos locales:",localport:"Portu locale:",localport_plural:"Portos locales:",maxEnabledResolution:"imbiu m\xe0ssimu",more:"\xc0teras informatziones",packetloss:"P\xe8rdida de pachetes:",participant_id:"id de partetzipante:",quality:{good:"Bonu",inactive:"Inativa",lost:"P\xe8rdida",nonoptimal:"No \xf2tima",poor:"P\xf2bera"},remoteaddress:"Indiritzu remotu:",remoteaddress_plural:"Indiritzos remotos:",remoteport:"Portu remotu:",remoteport_plural:"Portos remotos:",resolution:"Risolutzione:",savelogs:"Sarva registros",status:"Connessione:",transport:"Trasportu:",transport_plural:"Trasportos:",video_ssrc:"V\xecdeu SSRC:"},dateUtils:{earlier:"Prus antigu",today:"Oe",yesterday:"Eris"},deepLinking:{appNotInstalled:"Tenes bis\xf2ngiu de s'aplicatzione m\xf2bile {{app}} pro aderire a custa tzarrada dae su tel\xe8fonu.",description:"No est sutz\xe8didu nudda? Amus chircadu de aviare sa riunione tua in s'aplicatzione de iscrivania {{app}}. Torra a proare o avia\xb7la dae s'aplicatzione web {{app}}.",descriptionWithoutWeb:"No est sutz\xe8didu nudda? Amus chircadu de aviare sa riunione tua in s'aplicatzione de iscrivania {{app}}.",downloadApp:"Isc\xe0rriga s'aplicatzione",ifDoNotHaveApp:"Si non tenes ancora s'aplicatzione:",ifHaveApp:"Si tenes giai s'aplicatzione:",joinInApp:"Intra a custa riunione impreende s'aplicatzione",launchWebButton:"Avia in sa web",title:"Aviende sa reunione in {{app}}...",tryAgainButton:"Torra a proare in s'aplicatzione de iscrivania",unsupportedBrowser:"Paret chi ses impreende unu navigadore non cumpat\xecbile."},defaultLink:"p. es. {{url}}",defaultNickname:"es. Rosa Pink",deviceError:{cameraError:"Imposs\xecbile atz\xe8dere a sa c\xe0mera",cameraPermission:"Faddina in is permissos pro sa c\xe0mera",microphoneError:"Imposs\xecbile atz\xe8dere a su micr\xf2fonu",microphonePermission:"Faddina in is permissos pro su micr\xf2fonu"},deviceSelection:{noPermission:"No as cuntz\xe8didu permissos",previewUnavailable:"Sa pre-visualizatzione no est a disponimentu",selectADevice:"S\xe8bera unu dispositivu",testAudio:"Riprodue unu sonu de proa"},dialIn:{screenTitle:"Resumu de n\xf9meros"},dialOut:{statusMessage:"est immoe {{status}}"},dialog:{Back:"In segus",Cancel:"Annulla",IamHost:"So mere",Ok:"AB",Remove:"Boga",Share:"Cumpartzi",Submit:"Imbia",WaitForHostMsg:"Sa cunfer\xe8ntzia no at cumintzadu. Si ses mere de custa cunfer\xe8ntzia, aut\xe8ntica\xb7ti. Si nono, iseta chi arribet.",WaitingForHostTitle:"Isetende mere...",Yes:"Eja",accessibilityLabel:{liveStreaming:"Trasmissione in direta"},add:"Annanghe",addMeetingNote:"Agiunghe una nota in pitzus de custa riunione",addOptionalNote:"Agiunghe una nota (optzionale)",allow:"Permite",alreadySharedVideoMsg:"Un'\xe0teru partetzipante est giai cumpartende unu v\xecdeu. Custa cunfer\xe8ntzia permitit de cumpartzire isceti unu v\xecdeu in contempor\xe0nea.",alreadySharedVideoTitle:"Isceti unu v\xecdeu cumpartzidu in contempor\xe0nea.",applicationWindow:"Ventana de s'aplicatzione",authenticationRequired:"Autenticatzione netzess\xe0ria",cameraConstraintFailedError:"La c\xe0mera no satisf\xe0 algun dels requeriments.",cameraNotFoundError:"C\xe0mera no agatada.",cameraNotSendingData:"Imposs\xecbile atz\xe8dere a sa c\xe0mera tua. Controlla si un'\xe0tera aplicatzione est impreende custu dispositivu, s\xe8bera un'\xe0teru dispositivu dae su men\xf9 de cunfiguratziones o torra a carrigare s'aplicatzione.",cameraNotSendingDataTitle:"Non si podet atz\xe8dere a sa c\xe0mera",cameraPermissionDeniedError:"No as donadu permissos pro impreare sa c\xe0mera. Podes intrare in sa cunfer\xe8ntzia su pr\xf2piu, per\xf2 s'\xe0tera gente non ti at a b\xecdere. Imprea su butone de sa c\xe0mera in sa barra de indiritzos pro acontzare custu problema.",cameraTimeoutError:"Imposs\xecbile aviare su v\xecdeu. L\xecmite de tempus l\xf2mpidu.",cameraUnknownError:"Non si podet impreare sa c\xe0mera (resone disconnota).",cameraUnsupportedResolutionError:"Sa c\xe0mera no est cumpat\xecbile cun sa risolutzione de v\xecdeu rech\xe8dida.",close:"Serra",conferenceDisconnectMsg:"Controlla sa cunfiguratzione de rete. Torrende a conn\xe8tere in {seconds} segundos...",conferenceDisconnectTitle:"Mutida disconn\xe8tida.",conferenceReloadMsg:"Semus chirchende de acontzare custu problema. Torrende a conn\xe8tere in {seconds} segundos...",conferenceReloadTitle:"B'est istada una faddina.",confirm:"Cunfirma",confirmNo:"Nono",confirmYes:"Eja",connectError:"Ohia B'\xe0t \xe0pidu una faddina e non podimus conn\xe8tere cun sa cunfer\xe8ntzia.",connectErrorWithMsg:"Ohia B'\xe0t \xe0pidu una faddina e non podimus conn\xe8tere cun sa cunfer\xe8ntzia: {{msg}}",connecting:"Connetende",contactSupport:"Cuntatu s'agiudu",copied:"Copiadu",copy:"C\xf2pia",dismiss:"Iscarta",displayNameRequired:"Salude! Comente ti tz\xe8rrias?",done:"Fatu",e2eeDescription:"Sa critografia a nodu terminale est isperimentale pro immoe. Tene contu chi s'ativatzione de sa critografia a nodu terminale at a disativare is serv\xectzios frunidos dae su costadu de su serbidore, comente: partetzipatzione telef\xf2nica. Tene contu puru chi sa riunione at a funtzionare isceti pro chie intret dae navigadores cumpat\xecbiles cun trasmissiones incorpor\xe0biles.",e2eeDisabledDueToMaxModeDescription:"Imposs\xecbile ativare sa critografia a nodu terminale a c\xe0usa de s'artu n\xf9meru de partetzipantes in sa cunfer\xe8ntzia.",e2eeLabel:"Ativa sa critografia a nodu terminale",e2eeWarning:"Avisu: podet dare chi non totu is partetzipantes de custa riunione t\xe8ngiant dispositivos cumpat\xecbiles cun sa critografia a nodu terminale. Si dd'ativas no t'ant a p\xf2dere b\xecdere nen int\xe8ndere.",e2eeWillDisableDueToMaxModeDescription:"Avisu: sa critografia a nodu terminale at a \xe8ssere disativada in autom\xe0ticu si prus partetzipantes intrant a sa cunfer\xe8ntzia.",embedMeeting:"Inc\xf2rpora sa riunione",enterDisplayName:"Inserta su n\xf2mine tuo",error:"Faddina",gracefulShutdown:"Su serv\xectziu nostru est in mantenimentu. Torra a proare a pustis.",grantModeratorDialog:"Seguru chi boles donare permissos de moderatzione a {{participantName}}?",grantModeratorTitle:"Dona permissos de moderatzione",hide:"Cua",hideShareAudioHelper:"No ammustres prus custu di\xe0logu",incorrectPassword:"Su n\xf2mine o sa crae no sunt curretos",incorrectRoomLockPassword:"Sa crae no est curreta",internalError:"Ohia B'est istada una faddina: {{error}}",internalErrorTitle:"Faddina interna",kickMessage:"Podes cuntatare {{participantDisplayName}} pro \xe0teras informatziones.",kickParticipantButton:"Boga",kickParticipantDialog:"Seguru chi boles bogare custa persone?",kickParticipantTitle:"Cheres bogare custa persone?",kickTitle:"Ohi! {{participantDisplayName}} t'at bogadu de sa riunione",linkMeeting:"Ac\xe0pia sa riunione",linkMeetingTitle:"Ac\xe0pia sa riunione a Salesforce",liveStreaming:"Trasmissione in direta",liveStreamingDisabledBecauseOfActiveRecordingTooltip:"Imposs\xecbile in su mentras chi sa registratzione est ativa",localUserControls:"Controllos de utente locale",lockMessage:"Imposs\xecbile blocare sa cunfer\xe8ntzia.",lockRoom:"Agiunghe una $t(lockRoomPassword) a sa riunion",lockTitle:"Faddina in su blocu",login:"Intra",logoutQuestion:"Seguru chi boles essire e lassare sa cunfer\xe8ntzia?",logoutTitle:"Essi",maxUsersLimitReached:"L\xecmite de partetzipantes cr\xf2mpidu. Sa cunfer\xe8ntzia est prena. Cuntata su mere de sa riunione o torra a proare.",maxUsersLimitReachedTitle:"L\xecmite de partetzipantes cr\xf2mpidu",micConstraintFailedError:"Su micr\xf2fonu no at soddisfatu is rechestas.",micNotFoundError:"Micr\xf2fonu no agatadu.",micNotSendingData:"Bae a sa cunfiguratzione de s'elaboradore tuo pro ativare su micr\xf2fonu tuo e acontzare su livellu.",micNotSendingDataTitle:"Su micr\xf2fonu tuo est in sil\xe8ntziu pro more de is cunfiguratziones de su sistema tuo",micPermissionDeniedError:"No as donadu permissos pro impreare su micr\xf2fonu. Podes intrare in sa cunfer\xe8ntzia su pr\xf2piu, per\xf2 s'\xe0tera gente non ti at a int\xe8ndere. Imprea su butone de sa c\xe0mera in sa barra de indiritzos pro acontzare custu problema.",micTimeoutError:"Imposs\xecbile aviare s'\xe0udio. L\xecmite de tempus l\xf2mpidu.",micUnknownError:"Non si podet impreare su micr\xf2fonu (resone disconnota).",moderationAudioLabel:"Permite chi is partetzipantes ativent su micr\xf2fonu",moderationVideoLabel:"Permite chi is partetzipantes ativent su v\xecdeu",muteEveryoneDialog:"Is partetzipantes podent ativare su micr\xf2fonu semper.",muteEveryoneDialogModerationOn:"Is partetzipantes podent preguntare de chistionare semper.",muteEveryoneElseDialog:"Una borta chi as postu calicunu a sa muda, no as a p\xf2dere torrare a aviare s'\xe0udio suo, per\xf2 isse ddu at a p\xf2dere f\xe0ghere in cale si siat momentu.",muteEveryoneElseTitle:"Boles p\xf2nnere totus a sa muda francu {{whom}}?",muteEveryoneElsesVideoDialog:"Cando sa c\xe0mera at a \xe8ssere disativada, no dd'as a p\xf2dere ativare torra, isceti issos ant a p\xf2dere.",muteEveryoneElsesVideoTitle:"Boles firmare su v\xecdeu de totu is partetzipantes francu de {{whom}}?",muteEveryoneSelf:"tue",muteEveryoneStartMuted:"Dae immoe, is tzarradas cumintzant cun is utentes a sa muda",muteEveryoneTitle:"Boles p\xf2nnere totus a sa muda?",muteEveryonesVideoDialog:"Is partetzipantes podent ativare su v\xecdeu semper.",muteEveryonesVideoDialogModerationOn:"Is partetzipantes podent preguntare de ativare su v\xecdeu semper.",muteEveryonesVideoDialogOk:"Disab\xeclita",muteEveryonesVideoTitle:"Boles firmare su v\xecdeu de totu is partetzipantes?",muteParticipantBody:"No as a p\xf2dere torrare a ativare s'\xe0udio issoro, per\xf2 is utentes ddu ant a p\xf2dere ativare in cale si siat momentu.",muteParticipantButton:"A sa muda",muteParticipantsVideoBody:"No dd'as a p\xf2dere ativare torra, isceti issos ant a p\xf2dere.",muteParticipantsVideoBodyModerationOn:"No as a p\xf2dere ativare sa c\xe0mera torra, nemmancu issos.",muteParticipantsVideoButton:"Firma su v\xecdeu",muteParticipantsVideoDialog:"Seguru chi boles istudare sa c\xe0mera de custu partetzipante? No dd'as a p\xf2dere ativare torra, isceti issos ant a p\xf2dere.",muteParticipantsVideoDialogModerationOn:"Seguru chi boles istudare sa c\xe0mera de custu partetzipante? No as a p\xf2dere ativare sa c\xe0mera torra, nemmancu issos.",muteParticipantsVideoTitle:"Boles istudare sa c\xe0mera de custu partetzipante?",noDropboxToken:"Nissunu identificadore de Dropbox v\xe0lidu",password:"Crae",passwordLabel:"Riunione blocada dae unu partetzipante. Inserta sa $t(lockRoomPassword) pro intrare.",passwordNotSupported:"No est poss\xecbile istabilire una $t(lockRoomPassword).",passwordNotSupportedTitle:"$t(lockRoomPasswordUppercase) non suportadu",passwordRequired:"$t(lockRoomPasswordUppercase) rech\xe8dida",permissionCameraRequiredError:"Pro partetzipare in cunfer\xe8ntzias cun v\xecdeu, serbint permissos pro sa c\xe0mera. Dona permissos in is cunfiguratziones",permissionErrorTitle:"Permissu rech\xe8didu",permissionMicRequiredError:"Pro partetzipare in cunfer\xe8ntzias cun \xe0udio, serbint permissos pro su micr\xf2fonu. Dona permissos in is cunfiguratziones",popupError:"Su navigadore tuo est blochende is ventanas emergentes de custu situ. Ativa is ventanas emergentes dae sa cunfiguratzione de seguresa de su navigadore e torra a proare.",popupErrorTitle:"Finestres emergents blocades",readMore:"\xe0teru",recentlyUsedObjects:"Ogetos impreados de reghente",recording:"Registrende",recordingDisabledBecauseOfActiveLiveStreamingTooltip:"Imposs\xecbile in su mentras chi sa trasmissione in direta est ativa",rejoinNow:"Torra a intrare",remoteControlAllowedMessage:"{{user}} at atzetadu sa rechesta tua de controllu remotu.",remoteControlDeniedMessage:"{{user}} at refudadu sa rechesta tua de controllu remotu.",remoteControlErrorMessage:"Faddina in sa rechesta de permissos pro su controllu remotu de {{user}}.",remoteControlRequestMessage:"Permitis chi {{user}} controllet in remotu s'elaboradore tuo?",remoteControlShareScreenWarning:"Si incarcas \"Permite\" as a cumpartzire s'ischermu tuo.",remoteControlStopMessage:"Sessione de controllu remotu acabada.",remoteControlTitle:"Controllu remotu de elaboradore",remoteUserControls:"Controllu remotu de s'utente {{username}",removePassword:"Boga $t(lockRoomPassword)",removeSharedVideoMsg:"Seguru chi boles bogare su v\xecdeu chi as cumpartzidu?",removeSharedVideoTitle:"Boga v\xecdeu cumpartzidu",reservationError:"Faddina de riserva de sistema",reservationErrorMsg:"C\xf2dighe de faddina: {{code}}, mess\xe0giu: {{msg}}",retry:"Torra a proare",screenSharingAudio:"Cumpartzi s'\xe0udio",screenSharingFailed:"Ohia Est istadu imposs\xecbile a aviare sa cumpartzidura de ischermu.",screenSharingFailedTitle:"Faddina in sa cumpartzidura de ischermu.",screenSharingPermissionDeniedError:"Ohia Faddina in is permissos de cumpartzidura de ischermu. Torra a carrigare e torra a proare.",searchInSalesforce:"Chirca in Salesforce",searchResults:"Resurtados de chirca ({{count}})",searchResultsDetailsError:"Faddina in su rec\xf9peru de is datos de su propiet\xe0riu.",searchResultsError:"Faddina in su rec\xf9peru de datos.",searchResultsNotFound:"Nissunu resurtadu de chirca.",searchResultsTryAgain:"Proa impreende par\xe0ulas crae alternativas.",sendPrivateMessage:"As retzidu unu mess\xe0giu privadu de reghente. Boles risp\xf2ndere a custu mess\xe0giu in privadu, o boles imbiare su mess\xe0giu a su grupu?",sendPrivateMessageCancel:"Imbia a su grupu",sendPrivateMessageOk:"Imbia in privadu",sendPrivateMessageTitle:"Boles imbiare custu mess\xe0giu in privadu?",serviceUnavailable:"Su serv\xectziu no est a disponimentu",sessTerminated:"Mutida acabada",sessionRestarted:"Mutida ripristinada a c\xe0usa de unu problema de connessione.",shareAudio:"Sighi",shareAudioTitle:"Comente si cumpartzit s'\xe0udio",shareAudioWarningD1:"depes firmare sa cumpartzidura de ischermu prima de cumpartzire d'\xe0udio.",shareAudioWarningD2:"depes torrare a aviare sa cumpartzidura de ischermu e ativare s'optzione \"cumpartzi s'\xe0udio\".",shareAudioWarningH1:"Si boles cumpartzire s'\xe0udio isceti:",shareAudioWarningTitle:"Depes firmare sa cumpartzidura de ischermu prima de cumpartzire d'\xe0udio.",shareMediaWarningGenericH2:"Si boles cumpartzire s'ischermu e s'\xe0udio.",shareScreenWarningD1:"depes firmare sa cumpartzidura de \xe0udio prima de cumpartzire s'ischermu.",shareScreenWarningD2:"depes firmare sa cumpartzidura de \xe0udio, aviare sa cumpartzidura de ischermu e ativare s'optzione \"cumpartzi s'\xe0udio\".",shareScreenWarningH1:"Si boles cumpartzire s'ischermu isceti:",shareScreenWarningTitle:"Depes firmare sa cumpartzidura de \xe0udio prima de cumpartzire s'ischermu",shareVideoLinkError:"Fruni unu lig\xf2ngiu de v\xecdeu curretu.",shareVideoTitle:"Cumpartzi v\xecdeu",shareYourScreen:"Cumpartzi s'ischermu",shareYourScreenDisabled:"Cumpartzidura de ischermu disativada.",sharedVideoDialogError:"Faddina: URL non v\xe0lidu",sharedVideoLinkPlaceholder:"lig\xf2ngiu de YouTube o lig\xf2ngiu de v\xecdeu diretu",show:"Ammustra",start:"Avia ",startLiveStreaming:"Avia sa trasmissione in direta",startRecording:"Avia sa registratzione",startRemoteControlErrorMessage:"Faddina aviende sa sessione de controllu remotu.",stopLiveStreaming:"Firma sa trasmissione in direta",stopRecording:"Firma sa registratzione",stopRecordingWarning:"Seguru chi boles firmare sa registratzione?",stopStreamingWarning:"Seguru chi boles firmare sa trasmissione in direta?",streamKey:"Crae de sa trasmissione in direta",thankYou:"Gr\xe0tzias de \xe0ere impreadu {{appName}}.",token:"c\xf2dighe",tokenAuthFailed:"No tenes permissu pro intrare in custa mutida.",tokenAuthFailedTitle:"Faddina in s'autenticatzione",transcribing:"Trascritzione",unlockRoom:"Boga riunione $t(lockRoomPassword)",user:"Impreadore",userIdentifier:"Identificadore de utente",userPassword:"Crae de utente",videoLink:"Lig\xf2ngiu de v\xecdeu",viewUpgradeOptions:"Ammustra is optziones premium",viewUpgradeOptionsContent:"Pro ot\xe8nnere atzessu illimitadu a is funtzionalidades premium comente sa registratzione, sa trascritzione, trasmissione RTMP e \xe0teru, depes passare a unu contu prus artu.",viewUpgradeOptionsTitle:"As iscobertu una funtzionalidade premium.",yourEntireScreen:"S'ischermu intreu"},documentSharing:{title:"Documentu cumpartzidu"},e2ee:{labelToolTip:"Sa comunicatzione \xe0udio e v\xecdeu de custa mutida impreat critografia a nodu terminale"},embedMeeting:{title:"Inc\xf2rpora custa riunione"},feedback:{average:"M\xe8diu",bad:"Malu",detailsLabel:"Nara\xb7si de prus.",good:"Bonu",rateExperience:"Vota s'esperi\xe8ntzia tua in custa riunione",star:"Pone un'isteddu",veryBad:"Mala meda",veryGood:"Bona meda"},giphy:{noResults:"Nissunu resurtadu :(",search:"Chirca GIPHY"},helpView:{title:"Tzentru de agiudu"},incomingCall:{answer:"Risponde",audioCallTitle:"Mutida in intrada",decline:"Iscarta",productLabel:"dae Jitsi Meet",videoCallTitle:"Mutida de v\xecdeu in intrada"},info:{accessibilityLabel:"Ammustra informatziones",addPassword:"Agiunghe $t(lockRoomPassword)",cancelPassword:"Annulla $t(lockRoomPassword)",conferenceURL:"Lig\xf2ngiu:",copyNumber:"C\xf2pia su n\xf9meru",country:"Paisu",dialANumber:"Pro intrare in sa riunione, cumpone unu de custos n\xf9meros e inserta su PIN.",dialInConferenceID:"PIN:",dialInNotSupported:"Sa partetzipatzione telef\xf2nica ebbia no est suportada a oe.",dialInNumber:"Cumpone:",dialInSummaryError:"Faddina in su ritzevimentu de is n\xf9meros de tel\xe8fonu. Torra a proare a pustis.",dialInTollFree:"Sena ped\xe0gios",genericError:"Faddina.",inviteLiveStream:"Pro b\xecdere sa trasmissione in direta de custa riunione, incarca custu lig\xf2ngiu: {{url}}",invitePhone:"Si boles f\xe0ghere una connessione telef\xf2nica, toca custu: {{number}},,{{conferenceID}}#\n",invitePhoneAlternatives:"Ses chirchende unu n\xf9meru diferente?\nControlla is n\xf9meros de tel\xe8fonu de sa riunione: {{url}}\n\nSi ses giai mutende tr\xe0mite unu tel\xe8fonu de sa riunione, intra sena ti conn\xe8tere a s'\xe0udio: {{silentUrl}}",inviteSipEndpoint:"Pro intrare impreende s'indiritzu SIP, inserta custu: {{sipUri}}",inviteTextiOSInviteUrl:"Incarca su lig\xf2ngiu imbeniente pro intrare: {{inviteUrl}}.",inviteTextiOSJoinSilent:"Si ses intrende cun n\xf9meru telef\xf2nicu tr\xe0mite unu tel\xe8fonu fissu, imprea custu lig\xf2ngiu sena de ti conn\xe8tere a s'\xe0udio: {{silentUrl}}.",inviteTextiOSPersonal:"{{name}} t'at invitadu a sa riunione.",inviteTextiOSPhone:"Pro intrare tr\xe0mite su tel\xe8fonu, imprea custu n\xf9meru: {{number}},,{{conferenceID}}#. Si ses chirchende unu n\xf9meru diferente, custa est sa lista cumpleta: {{didUrl}}.",inviteURLFirstPartGeneral:"Tenes un'invitu pro intrare in una riunione.",inviteURLFirstPartPersonal:"{{name}} t'at invitadu a sa riunione.\n",inviteURLSecondPart:"\nIntra in sa riunione:\n{{url}}\n",label:"Informatzione pro sa mutida",liveStreamURL:"Trasmissione in direta:",moreNumbers:"\xc0teros n\xf9meros",noNumbers:"Nissunu n\xf9meru de mutire.",noPassword:"Nissunu",noRoom:"No as ispetzificadu nissuna sala de mutire.",numbers:"N\xf9meros de mutire.",password:"$t(lockRoomPasswordUppercase): ",reachedLimit:"L\xecmite de su pianu barigadu.",sip:"Indiritzu SIP",title:"Cumpartzi",tooltip:"Imbia su lig\xf2ngiu e is n\xf9meros de tel\xe8fonu de custa riunione",upgradeOptions:"Controlla is optziones premium in"},inlineDialogFailure:{msg:"Nci amus postu unu pagu.",retry:"Torra a proare",support:"Agiudu",supportMsg:"Si custu sighit a sutz\xe8dere, nara\xb7si\xb7ddu a "},inviteDialog:{alertText:"Faddina in s'invitu de \xe0tera gente.",header:"Invita",searchCallOnlyPlaceholder:"Inserta unu n\xf9meru de tel\xe8fonu",searchPeopleOnlyPlaceholder:"Chirca gente",searchPlaceholder:"Partetzipante o n\xf9meru de tel\xe8fonu",send:"Imbia"},jitsiHome:"{{logo}} Logo, lig\xf2ngios a sa p\xe0gina printzipale",keyboardShortcuts:{focusLocal:"Ammustra su v\xecdeu tuo",focusRemote:"Ammustra su v\xecdeu de s'\xe0tera persone",fullScreen:"Visualiza in mann\xe0ria prena o essi",giphyMenu:"Cunc\xe0mbia su men\xf9 GIPHY",keyboardShortcuts:"Incurtzaduras de tecladu",localRecording:"Ammustra o cua controllos de registratzione locale",mute:"Pone su micr\xf2fonu a sa muda o torra\xb7ddu a ativare",pushToTalk:"Incarca pro chistionare",raiseHand:"\xc0rtzia o abbassa sa manu",showSpeakerStats:"Ammustra istat\xecsticas de partetzipantes",toggleChat:"Aberi o serra sa tzarrada",toggleFilmstrip:"Ammustra o cua miniaturas de v\xecdeu",toggleParticipantsPane:"Ammustra o cua su pannellu de partetzipantes",toggleScreensharing:"Cunc\xe0mbia intre c\xe0mera e cumpartzidura de ischermu",toggleShortcuts:"Ammustra o cua incurtzaduras de tecladu",videoMute:"Avia o firma sa c\xe0mera tua"},largeVideo:{screenIsShared:"Ses cumpartzende s'ischermu tuo",showMeWhatImSharing:"Ammustra\xb7mi su chi so cumpartzende"},liveStreaming:{busy:"Semus chirchende de liberare resursas de trasmissione. Torra a proare dae immoe a carchi minutu.",busyTitle:"Is trasmitentes sunt ocupados immoe.",changeSignIn:"C\xe0mbia contos.",choose:"S\xe8bera una trasmissione in direta.",chooseCTA:"S\xe8bera un'optzione pro sa trasmissione. Autenticatzione che a {{email}}.",enterStreamKey:"Inserta inoghe sa crae tua pro sa trasmissione in direta de YouTube.",error:"Faddina in sa trasmissione in direta. Torra a proare.",errorAPI:"Faddina in s'atzessu a is trasmissiones tuas de Youtube. Torra a proare.",errorLiveStreamNotEnabled:"Sa trasmissione in direta no est ativa in {{email}}. Ativa sa trasmissione in direta o aut\xe8ntica\xb7ti in unu contu chi t\xe8ngiat ativa sa trasmissione in direta.",expandedOff:"Trasmissione in direta firmada",expandedOn:"Custa riunione est trasm\xectida in direta in YouTube.",expandedPending:"Trasmissione in direta aviada...",failedToStart:"Faddina in s'aviu de sa trasmissione in direta",getStreamKeyManually:"No amus p\xf2didu retzire nissuna trasmissione in direta. Chirca de ot\xe8nnere sa crae de YouTube tua pro is trasmissiones in idreta.",googlePrivacyPolicy:"Pol\xectica de riservadesa de Google",inProgress:"Registratzione o trasmissione in direta in cursu",invalidStreamKey:"Sa crae pro is trasmissiones in direta podet \xe8ssere iscurreta.",limitNotificationDescriptionNative:"Sa trasmissione in direta tua at a \xe8ssere limitada a {{limit}} minutos. Pro una trasmissione sena l\xecmites, imprea {{app}}.",limitNotificationDescriptionWeb:"A c\xe0usa de s'arta dimanda, sa trasmissione in direta tua at a \xe8ssere limitada a {{limit}} minutos. Pro una trasmissione sena l\xecmites, imprea {{app}}.",off:"Trasmissione in direta firmada",offBy:"{{name}} at firmadu sa trasmissione in direta",on:"Trasmissione in direta aviada",onBy:"{{name}} at aviadu sa trasmissione in direta",pending:"Aviende sa trasmissione in direta...",serviceName:"Serv\xectziu de trasmissione in direta",sessionAlreadyActive:"S'est giai registrende o trasmitende in direta sa sessione.",signIn:"Aut\xe8ntica\xb7ti cun Google",signInCTA:"Aut\xe8ntica\xb7ti o inserta sa crae tua pro sa trasmissione in direta de YouTube.",signOut:"Essi",signedInAs:"Autenticatzione cun:",start:"Avia sa trasmissione in direta",streamIdHelp:"It'est custu?",title:"Trasmissione in direta",unavailableTitle:"Sa trasmissione in direta no est a disponimentu",youtubeTerms:"Cunditziones de serv\xectziu de YouTube"},lobby:{admit:"Ammite",admitAll:"Ammite totu",allow:"Permite",backToKnockModeButton:"Pedi de intrare",chat:"Tzarrada",dialogTitle:"Modalidade de aposentu de abetu",disableDialogContent:"Sa modalidade de aposentu de abetu est ativa. Custa funtzionalidade garantit chi nissunu partetzipante non invitadu at a intrare a sa riunione. Dda boles disabilitare?",disableDialogSubmit:"Disab\xeclita",emailField:"Pone s'indiritzu tuo de posta eletr\xf2nica",enableDialogPasswordField:"Crea una crae (optzionale)",enableDialogSubmit:"Ab\xeclita",enableDialogText:"Sa modalidade de aposentu de abetu ti permitit de amparare sa riunione tua pro m\xe8diu de s'atzetatzione formale pr\xe8via de is partetzipantes dae parte de sa moderatzione.",enterPasswordButton:"Inserta sa crae de sa riunione",enterPasswordTitle:"Inserta sa crae pro intrare a sa riunione",errorMissingPassword:"Inserta sa crae de sa riunione",invalidPassword:"Crae non v\xe0lida",joinRejectedMessage:"Rechesta refudada dae sa moderatzione.",joinRejectedTitle:"Rechesta refudada.",joinTitle:"Intra a sa riunione",joinWithPasswordMessage:"Proende a intrare cun sa crae, abeta...",joiningMessage:"As a intrare a sa riunione comente sa rechesta tua b\xe8ngiat atzetada",joiningTitle:"Pedende de intrare...",joiningWithPasswordTitle:"Intrende cun crae...",knockButton:"Pedi de intrare",knockTitle:"Una persone bolet intrare a sa riunione",knockingParticipantList:"Lista de partetzipantes in ispera",lobbyChatStartedNotification:"{{moderator}} at aviadu una tzarrada de aposentu de abetu cun {{attendee}}",lobbyChatStartedTitle:"{{moderator}} at aviadu una tzarrada de aposentu de abetu cun tue.",nameField:"Inserta su n\xf2min tuo",notificationLobbyAccessDenied:"{{originParticipantName}} at refudadu s'intrada de {{targetParticipantName}}",notificationLobbyAccessGranted:"{{originParticipantName}} at perm\xectidu s'intrada de {{targetParticipantName}}",notificationLobbyDisabled:"{{originParticipantName} at disativadu s'aposentu de abetu",notificationLobbyEnabled:"{{originParticipantName} at ativadu s'aposentu de abetu",notificationTitle:"Aposentu de abetu",passwordField:"Inserta sa crae de sa riunione",passwordJoinButton:"Aderi",reject:"Refuda",rejectAll:"Refuda totu",title:"Aposentu de abetu",toggleLabel:"Ativa s'aposentu de abetu"},localRecording:{clientState:{off:"Disativada",on:"Ativa",unknown:"Disconnota"},dialogTitle:"Controllos de registratzione locale",duration:"Durada",durationNA:"Non a disponimentu",encoding:"Cod\xecfica",label:"Registr. locale",labelToolTip:"Sa registratzione in locale est funtzionende",localRecording:"Registratzione in locale",me:"Deo",messages:{engaged:"Sa registratzione in locale est funtzionende",finished:"Acabada sa registratzione de sessione {{token}}. Imbia s'arch\xecviu registradu a sa persone chi m\xf2derat.",finishedModerator:"Acabada sa registratzione de sessione {{token}}. Registratzione locale sarvada. Dimanda a su restu de su grupu de imbiare is registratziones.",notModerator:"No ses moderadore. Non podes aviare o firmare registratziones in locale."},moderator:"Moderadore",no:"Nono",participant:"Partetzipante",participantStats:"Istat\xecsticas de partetzipantes",selectTabTitle:"\ud83c\udfa5 Seletziona custa ischeda pro sa registratzione",sessionToken:"C\xf2dighe de sessione",start:"Avia sa registratzione",stop:"Firma sa registratzione",yes:"Eja"},lockRoomPassword:"crae",lockRoomPasswordUppercase:"Crae",lonelyMeetingExperience:{button:"Invita gente",youAreAlone:"Ses a sa sola in custa riunione"},me:"deo",notify:{OldElectronAPPTitle:"Vulnerabilidade de seguresa.",allowAction:"Permite",allowedUnmute:"Podes ativare su micr\xf2fonu tuo, aviare sa c\xe0mera o cumpartzire s'ischermu.",audioUnmuteBlockedDescription:"S'ativatzione de su micr\xf2fonu est istada blocada a c\xe0usa de limitatziones de su sistema.",audioUnmuteBlockedTitle:"Ativatzione de su micr\xf2fonu blocada.",chatMessages:"Mess\xe0gios de sa tzarrada",connectedOneMember:"{{name}} at aderidu a sa riunione",connectedThreePlusMembers:"{{name}} e meda \xe0tera gente at aderidu a sa riunione",connectedTwoMembers:"{{first}} e {{second}} ant aderidu a sa riunione",dataChannelClosed:"Calidade de v\xecdeu b\xe0scia",dataChannelClosedDescription:"Su canale ponte est istadu disconn\xe8tidu e pro custu sa calidade de v\xecdeu est limitada a su valore prus b\xe0sciu.",disconnected:"disconn\xe8tidu",displayNotifications:"Ammustra is not\xecficas pro",focus:"Focus de sa cunfer\xe8ntzia",focusFail:"{{component}} no est a disponimentu - torra a proare in {{ms}} seg",gifsMenu:"GIPHY",groupTitle:"Not\xecficas",hostAskedUnmute:"Sa moderatzione bolet chi chistiones",invitedOneMember:"Invitu imbiadu a {{name}}",invitedThreePlusMembers:"Invitu imbiadu a {{name}} e \xe0teras {{count}} persones",invitedTwoMembers:"Invitu imbiadu a {{first}} e {{second}}",kickParticipant:"{{kicker}} at bogadu a {{kicked}}",leftOneMember:"{{name}} at lassadu sa riunione",leftThreePlusMembers:"{{name}} e meda \xe0tera gente ant lassadu sa riunione",leftTwoMembers:"{{first}} e {{second}} ant lassadu sa riunione",linkToSalesforce:"Lig\xf2ngiu a Salesforce",linkToSalesforceDescription:"Podes acapiare su resumu de sa riunione a un'ogetu de Salesforce.",linkToSalesforceError:"Faddina in s'ac\xe0piu de sa riunione a Salesforce",linkToSalesforceKey:"Ac\xe0pia custa riunione",linkToSalesforceProgress:"Acapiende sa riunione a Salesforce...",linkToSalesforceSuccess:"Riunione acapiada a Salesforce",localRecordingStarted:"{{name}} at aviadu sa registratzione in locale.",localRecordingStopped:"{{name}} at firmadu sa registratzione in locale.",me:"Deo",moderationInEffectCSDescription:"\xc0rtzia sa manu si boles cumpartzire s'ischermu.",moderationInEffectCSTitle:"Sa cumpartzidura de ischermu est blocada dae sa moderatzione",moderationInEffectDescription:"\xc0rtzia sa manu si boles chistionare.",moderationInEffectTitle:"Sa moderatzione at postu su micr\xf2fonu tuo a sa muda",moderationInEffectVideoDescription:"\xc0rtzia sa manu si boles aviare sa c\xe0mera tua.",moderationInEffectVideoTitle:"Sa moderatzione at blocadu sa c\xe0mera tua.",moderationRequestFromModerator:"Su mere t'at pedidu de ativare su micr\xf2fonu",moderationRequestFromParticipant:"Bolet chistionare",moderationStartedTitle:"Moderatzione incumintzada",moderationStoppedTitle:"Moderatzione firmada",moderationToggleDescription:"dae {{participantDisplayName}}",moderator:"Immoe tenes permissu de moderatzione",muted:"As cumintzadu una tzarrada a sa muda.",mutedRemotelyDescription:"Podes torrare a aviare s'\xe0udio cando depas chistionare. Torra a sa muda cando as acabadu pro evitare remore in sa riunione.",mutedRemotelyTitle:"{{participantDisplayName}} t'at postu a sa muda",mutedTitle:"Ses a sa muda.",newDeviceAction:"Imprea",newDeviceAudioTitle:"Dispositivu de \xe0udio nou rilevadu",newDeviceCameraTitle:"C\xe0mera noa rilevada",noiseSuppressionDesktopAudioDescription:"Imposs\xecbile ativare sa limpiadura de abbolotu in su mentras chi ses cumpartzende s'\xe0udio de iscrivania. Disativa\xb7dda e torra a proare.",noiseSuppressionFailedTitle:"Faddina in s'ativatzione de sa limpiadura de abbolotu",noiseSuppressionNoTrackDescription:"Ativa prima su tel\xe8fonu tuo.",noiseSuppressionStereoDescription:"Sa limpiadura de abbolotu de \xe0udio stereo no est suportada.",oldElectronClientDescription1:"Paret chi ses impreende una versione betza de su cliente de Jitsi Meet, chi tenet vulnerabilidades de seguresa connotas. Assegura\xb7ti chi atualizas a ",oldElectronClientDescription2:"s'\xf9rtima versione",oldElectronClientDescription3:" immoe.",participantWantsToJoin:"Bolet intrare a sa riunione",participantsWantToJoin:"Bolent intrare a sa riunione",passwordRemovedRemotely:"Un'utente at bogadu $t(lockRoomPasswordUppercase)",passwordSetRemotely:"Un'utente at cunfiguradu $t(lockRoomPasswordUppercase)",raiseHandAction:"\xc0rtzia sa manu",raisedHand:"Bolet chistionare.",raisedHands:"{{participantName}} e {{raisedHands}} \xe0teras persones",reactionSounds:"Disativa sonos",reactionSoundsForAll:"Disativa sonos pro totus",screenShareNoAudio:"Sa casella de cumpartzidura de \xe0udio non fiat ativa in s'ischermu de seletzione de ventana.",screenShareNoAudioTitle:"Imposs\xecbile cumpartzire s'\xe0udio de su sistema.",selfViewTitle:"Podes semper ammustrare s'\xe0uto-visualizatzione dae sa cunfiguratzione",somebody:"Calicunu",startSilentDescription:"Torra a intrare pro ativare s'\xe0udio",startSilentTitle:"Ses intradu sena \xe0udio.",suboptimalBrowserWarning:"Timimus chi s'esperi\xe8ntzia tua de custa riunione no at a \xe8ssere bona meda. Semus chirchende maneras de megiorare custu. In su mentras, proa un'\xe0teru de is navigadores cumpat\xecbiles.",suboptimalExperienceTitle:"Avisu subra de su navigadore",unmute:"Ativa su sonu",videoMutedRemotelyDescription:"Ddu podes semper torrare a ativare.",videoMutedRemotelyTitle:"{{participantDisplayName}} at istudadu su v\xecdeu tuo",videoUnmuteBlockedDescription:"Ativatzione de sa c\xe0mera e cumpartzidura de ischermu blocadas in manera tempor\xe0nea a c\xe0usa de limitatziones de su sistema.",videoUnmuteBlockedTitle:"Ativatzione de sa c\xe0mera e cumpartzidura de ischermu blocadas.",viewLobby:"Ammustra s'aposentu de abetu",waitingParticipants:"{{waitingParticipants}} persones"},participantsPane:{actions:{allow:"Permite a is partetzipantes:",allowVideo:"Permite v\xecdeu",askUnmute:"Pedi de ativare su micr\xf2fonu",audioModeration:"Ativare su pr\xf2piu micr\xf2fonu",blockEveryoneMicCamera:"Blocare su micr\xf2fonu e sa c\xe0mera de totu is partetzipantes",invite:"Invitare una persone",moreModerationActions:"\xc0teras optziones de moderatzione",moreModerationControls:"\xc0teros controllos de moderatzione",moreParticipantOptions:"\xc0teras optziones de partetzipantes",mute:"A sa muda",muteAll:"Totu a sa muda",muteEveryoneElse:"Pone totus a sa muda",stopEveryonesVideo:"Istuda su v\xecdeu de totu is partetzipantes",stopVideo:"Firma su v\xecdeu",unblockEveryoneMicCamera:"Isbloca su micr\xf2fonu e sa c\xe0mera de totu is partetzipantes",videoModeration:"Avia su v\xecdeu issoro"},close:"Serra",headings:{lobby:"Aposentu de abetu ({{count}})",participantsList:"Partetzipantes de sa riunione ({{count}})",waitingLobby:"Abetende in s'aposentu de abetu ({{count}})"},search:"Chirca partetzipantes",title:"Partetzipantes"},passwordDigitsOnly:"Finas a {{number}} tzifras",passwordSetRemotely:"Cunfiguradu dae un'\xe0teru partetzipante",pinnedParticipant:"Partetzipante apicadu",polls:{answer:{skip:"Brinca",submit:"Imbia"},by:"Dae {{name}}",create:{addOption:"Agiunghe optzione",answerPlaceholder:"Optzione {{index}}",cancel:"Annulla",create:"Crea unu sond\xe0giu",pollOption:"Optzione de sond\xe0giu {{index}}",pollQuestion:"Dimanda de sond\xe0giu",questionPlaceholder:"Faghe una pregonta",removeOption:"Boga s'optzione",send:"Imbia"},notification:{description:"Aberi ischeda de sond\xe0giu pro votare",title:"Sond\xe0giu nou agiuntu a sa riunione"},results:{changeVote:"C\xe0mbia su votu",empty:"Nissunu sond\xe0giu in custa riunione. Crea unu sond\xe0giu inoghe.",hideDetailedResults:"Cua is det\xe0llios",showDetailedResults:"Ammustra det\xe0llios",vote:"Vota"}},poweredby:"de",prejoin:{audioAndVideoError:"Faddina de \xe0udio e de v\xecdeu",audioDeviceProblem:"Problema cun su dispositivu de \xe0udio tuo",audioOnlyError:"Faddina de \xe0udio:",audioTrackError:"Imposs\xecbile creare una rasta de \xe0udio.",callMe:"Muti\xb7mi",callMeAtNumber:"Muti\xb7mi a custu n\xf9meru",calling:"Mutende",configuringDevices:"Cunfigurende is dispositivos...",connectedWithAudioQ:"Tenes connessione de \xe0udio?",connection:{good:"Sa connessione internet tua paret bona.",nonOptimal:"Sa connessione internet no est \xf2tima",poor:"Sa connessione internet tua est p\xf2bera"},connectionDetails:{audioClipping:"Est prob\xe0bile chi s'\xe0udio tuo t\xe8ngiat interrutziones.",audioHighQuality:"Est prob\xe0bile chi s'\xe0udio tuo siat de calidade \xf2tima.",audioLowNoVideo:"Est prob\xe0bile chi sa calidade de s'\xe0udio siat b\xe0scia e chi no t\xe8ngias v\xecdeu.",goodQuality:"Fant\xe0sticu! Sa calidade de is elementos multimediales at a \xe8ssere perfeta.",noMediaConnectivity:"Imposs\xecbile istabilire connessione multimediale pro custa proa. A s'ispissu, custu est a c\xe0usa de unu firewall o NAT.",noVideo:"Est prob\xe0bile chi s'\xe0udio tuo siat de calidade b\xe0scia meda.",undetectable:"Si ancora non renesses a mutire dae su navigadore, assegura\xb7ti chi is altoparlantes, sa c\xe0mera e su micr\xf2fonu tuos sunt cunfigurados bene, chia as donadu is permissos a su navigadore pro impreare sa c\xe0mera e su micr\xf2fonu e chi sa versione de su navigadore tuo est atualizada. Si tenes problemas in is mutidas, cuntata cun s'iscuadra de isvilupu de s'aplicatzione web.",veryPoorConnection:"Est prob\xe0bile chi sa calidade de sa mutida siat b\xe0scia meda.",videoFreezing:"Est prob\xe0bile chi su v\xecdeu tuo s'at a cungelare, at a torrare nieddu o at a b\xe8nnere pixeladu. ",videoHighQuality:"Est prob\xe0bile chi su v\xecdeu tuo t\xe8ngiat una calidade bona.",videoLowQuality:"Est prob\xe0bile chi su v\xecdeu tuo t\xe8ngiat una calidade b\xe0scia in contu de lestresa de fotogrammas e risolutzione.",videoTearing:"Est prob\xe0bile chi su v\xecdeu tuo b\xe8ngiat pixeladu o t\xe8ngiat difetos visuales."},copyAndShare:"C\xf2pia e cumpartzi su lig\xf2ngiu de sa riunione",dialInMeeting:"Intra a sa riunione cun unu n\xf9meru telef\xf2nicu",dialInPin:"Intra a sa riunione cun unu n\xf9meru telef\xf2nicu e inserta su c\xf2dighe PIN:",dialing:"Intrende cun n\xf9meru de tel\xe8fonu",doNotShow:"No ammustres prus custa ventana",errorDialOut:"Imposs\xecbile cump\xf2nnere su n\xf9meru",errorDialOutDisconnected:"Imposs\xecbile cump\xf2nnere su n\xf9meru. Disconn\xe8tidu",errorDialOutFailed:"Imposs\xecbile cump\xf2nnere su n\xf9meru. Mutida faddida",errorDialOutStatus:"Faddina in s'istadu de sa mutida",errorMissingName:"Inserta su n\xf2mine tuo pro intrare a sa riunione",errorNoPermissions:"As a t\xe8nnere bis\xf2ngiu de perm\xectere s'atzessu a su micr\xf2fonu e sa c\xe0mera",errorStatusCode:"Faddina in sa mutida, c\xf2dighe de istadu: {{status}}",errorValidation:"Faddina in sa validatzione de su n\xf9meru",iWantToDialIn:"B\xf2gio mutire su n\xf9meru",initiated:"Tzerriada aviada",joinAudioByPhone:"Part\xe8tzipa cun \xe0udio dae su tel\xe8fonu",joinMeeting:"Intra a sa riunione",joinMeetingInLowBandwidthMode:"Intra in modalidade de \xe0mpiu de banda b\xe0sciu",joinWithoutAudio:"Intra sena \xe0udio",keyboardShortcuts:"Ativa incurtzaduras de tecladu",linkCopied:"Lig\xf2ngiu copiadu in punta de billete",lookGood:"Su micr\xf2fonu tuo est funtzionende",or:"opuru",premeeting:"Pre-riunione",screenSharingError:"Faddina in sa cumpartzidura de s'ischermu",showScreen:"Ativa ischermu de pre-riunione",startWithPhone:"Avia imperende s'\xe0udio de su tel\xe8fonu",videoOnlyError:"Faddina de v\xecdeu:",videoTrackError:"Imposs\xecbile creare una rasta de v\xecdeu.",viewAllNumbers:"Ammustra totu is n\xf9meros"},presenceStatus:{busy:"No a disponimentu",calling:"Mutende...",connected:"Connessione istabilida",connecting:"Connetende...",connecting2:"Connetende*...",disconnected:"Disconn\xe8tidu",expired:"Iscadidu",ignored:"Ignoradu",initializingCall:"Aviende sa mutida...",invited:"Invitadu",rejected:"Refudadu",ringing:"Sonende..."},privacyView:{title:"Riservadesa"},profile:{avatar:"imm\xe0gine de profilu",setDisplayNameLabel:"Cunfigura su n\xf2mine vis\xecbile tuo",setEmailInput:"Inserta unu contu de posta eletr\xf2nica",setEmailLabel:"Cunfigura indiritzu eletr\xf2nicu de gravatar",title:"Profilu"},raisedHand:"Bolet chistionare",raisedHandsLabel:"N\xf9meru de manos artziadas",record:{already:{linked:"Sa riunione est giai acapiada a custu ogetu de Salesforce."},type:{account:"Contu",contact:"Cuntatade\xb7nos",lead:"Printzipale",opportunity:"Oportunidade",owner:"Mere"}},recording:{authDropboxText:"C\xe0rriga a Dropbox",availableSpace:"Isp\xe0tziu a disponimentu: {{spaceLeft}} MB (prus o mancu {{duration}} minutos de registratzione)",beta:"BETA",busy:"Semus traballende pro liberare resursas de registratzione. Torra a proare dae immoe a carchi minutu.",busyTitle:"Totu is registradores sunt ocupados",copyLink:"C\xf2pia lig\xf2ngiu",error:"Faddina in sa registratzione. Torra a proare.",errorFetchingLink:"Faddina in su rec\xf9peru su lig\xf2ngiu de sa registratzione.",expandedOff:"Registratzione firmada",expandedOn:"Registrende sa riunione.",expandedPending:"Aviende sa registratzione...",failedToStart:"Faddina in s'aviu de sa registratzione",fileSharingdescription:"Cumpartzi su lig\xf2ngiu de sa registratzione cun is partetzipantes a sa riunione",highlight:"Evid\xe8ntzia",highlightMoment:"Pone unu momentu in evid\xe8ntzia",highlightMomentDisabled:"Podes p\xf2nnere momentos in evid\xe8ntzia comente s'aviat sa registratzione",highlightMomentSuccess:"Momentu in evid\xe8ntzia",highlightMomentSucessDescription:"Su momentu chi as postu in evid\xe8ntzia at a \xe8ssere agiuntu a su resumu de sa riunione.",inProgress:"Registratzione o trasmissione in direta in cursu",limitNotificationDescriptionNative:"A c\xe0usa de s'arta dimanda, sa registratzione tua at a \xe8ssere limitada a {{limit}} minutos. Pro una registratzione sena l\xecmites, imprea <3>{{app}}.",limitNotificationDescriptionWeb:"A c\xe0usa de s'arta dimanda, sa registratzione tua at a \xe8ssere limitada a {{limit}} minutos. Pro registrare sena l\xecmites, imprea {{app}}.",linkGenerated:"Amus generadu unu lig\xf2ngiu a sa registratzione tua.",live:"IN DIRETA",localRecordingNoNotificationWarning:"Sa registratzione no at a \xe8ssere annuntziada a is partetzipantes. Si dd'as a d\xe8pere f\xe0ghere iscire tue.",localRecordingNoVideo:"Su v\xecdeu no s'est registrende.",localRecordingStartWarning:"Assegura\xb7ti chi firmas sa registratzione prima de essire de sa riunione, in manera chi b\xe8ngiat sarvada.",localRecordingStartWarningTitle:"Firma sa registratzione pro dda sarvare",localRecordingVideoStop:"Istudende su v\xecdeu as a firmare puru sa registratzione locale. Ses seguru de ch\xe8rrere sighire?",localRecordingVideoWarning:"Pro registrare unu v\xecdeu, depet \xe8ssere allutu prima de cumintzare",localRecordingWarning:"Assegura\xb7ti chi seletzionas s'ischeda atuale in manera de impreare s'\xe0udio e su v\xecdeu curretos. Sa registratzione est limitada a 1 GB, est a n\xe0rrere, a s'ingh\xecriu de 100 minutos.",loggedIn:"Autenticatzione: {{userName}}",noStreams:"Nissunu flussu de v\xecdeu o de \xe0udio rilevadu.",off:"Registratzione firmada",offBy:"{{name}} at firmadu sa registratzione",on:"Registratzione aviada",onBy:"{{name}} at aviadu sa registratzione",onlyRecordSelf:"Registra isceti is flussos mios de \xe0udio e de v\xecdeu",pending:"Preparende pro registrare sa riunione",rec:"REG",saveLocalRecording:"Sarva s'arch\xecviu de registratzione in locale (Beta)",serviceDescription:"Sa registratzione at a \xe8ssere sarvada dae su serv\xectziu de registratzione",serviceDescriptionCloud:"Registratzione in sa nue",serviceDescriptionCloudInfo:"Is riuniones registradas ant a \xe8ssere cantzelladas in autom\xe0ticu a pustis de 24 oras de sa registratzione.",serviceName:"Serv\xectziu de registratzione",sessionAlreadyActive:"S'est giai registrende o trasmitende in direta sa sessione.",signIn:"Ident\xecfica\xb7ti",signOut:"Essi",surfaceError:"Seletziona s'ischeda atuale.",title:"Registrende",unavailable:"Ohia {{serviceName}} no est a disponimentu. Semus traballende pro acontzare su problema. Torra a proare a pustis.",unavailableTitle:"Sa registratzione no est a disponimentu",uploadToCloud:"C\xe0rriga in sa nue"},screenshareDisplayName:"Ischermu de {{name}}",sectionList:{pullToRefresh:"Ispinghe pro atualizare"},security:{about:"Podes agi\xf9nghere una $t(lockRoomPassword) a sa riunione. Is partetzipantes ant a d\xe8pere frunire sa $t(lockRoomPassword) prima de \xe8ssere amm\xectidos a sa riunione.",aboutReadOnly:"Is partetzipantes moderadores podent agi\xf9nghere una $t(lockRoomPassword) a sa riunione. Is partetzipantes ant a d\xe8pere frunire sa $t(lockRoomPassword) prima de \xe8ssere amm\xectidos a sa riunione.",insecureRoomNameWarning:"Su n\xf2mine de custu aposentu no est seguru. Podet \xe8ssere chi lompant partetzipantes chi no as invitadu a sa cunfer\xe8ntzia. Proa a cr\xe8schere sa seguresa de sa riunione cun su butone de seguresa.",title:"Optziones de seguresa"},settings:{buttonLabel:"Cunfiguratzione",calendar:{about:"S'integratzione cun su calend\xe0riu {{appName}} est impreada pro atz\xe8dere in manera segura a su calend\xe0riu tuo pro chi potzat l\xe8ghere is eventos imbenientes.",disconnect:"Disconnete",microsoftSignIn:"Aut\xe8ntica\xb7ti cun Microsoft",signedIn:"Ses atzedende a is eventos de calend\xe0riu pro {{email}}. Incarca su butone Disconnete in b\xe0sciu pro firmare s'atzessu a eventos de calend\xe0riu.",title:"Calend\xe0riu"},desktopShareFramerate:"Lestresa de is fotogrammas de sa cumpartzidura de ischermu",desktopShareHighFpsWarning:"Una lestresa prus arta pro sa cumpartzidura de ischermu podet influentzare s'\xe0mpiu de banda. Depes torrare a aviare sa cumpartzidura de s'ischermu pro chi sa cunfiguratzione noa t\xe8ngiat efetu.",desktopShareWarning:"Depes torrare a aviare sa cumpartzidura de s'ischermu pro chi sa cunfiguratzione noa t\xe8ngiat efetu.",devices:"Dispositivos",followMe:"Totus mi sighint",framesPerSecond:"fotogrammas a su segundu",incomingMessage:"Mess\xe0giu in intrada",language:"Limba",loggedIn:"Autenticatzione: {{name}}",maxStageParticipants:"N\xf9meru m\xe0ssimu de partetzipantes chi podent \xe8ssere apicados a s'iscena printzipale (ISPERIMENTALE)",microphones:"Micr\xf2fonos",moderator:"Moderadore",more:"\xc0teru",name:"N\xf2mine",noDevice:"Nissunu",participantJoined:"Partetzipante aderidu",participantKnocking:"Unu partetzipante est intradu a s'aposentu de abetu",participantLeft:"Unu partetzipante est essidu",playSounds:"Sonos ativados",reactions:"Reatziones de riunione",sameAsSystem:"Su pr\xf2piu de s'elaboradore ({{label}})",selectAudioOutput:"Essida de \xe0udio",selectCamera:"C\xe0mera",selectMic:"Micr\xf2fonu",selfView:"Visualizatzione pr\xf2pia",sounds:"Sonos",speakers:"Altoparlantes",startAudioMuted:"Totus cumintzant a sa muda",startReactionsMuted:"Pone is sonos de reatzione a sa muda pro totus",startVideoMuted:"Totus cumintzant a sa cua",talkWhileMuted:"Chistiona cando a sa muda",title:"Cunfiguratzione"},settingsView:{advanced:"Avantzadas",alertCancel:"Annulla",alertOk:"AB",alertTitle:"Atentzione",alertURLText:"Custu URL no est v\xe0lidu",buildInfoSection:"Informatzione de sa versione",conferenceSection:"Cunfer\xe8ntzia",disableCallIntegration:"Disativa s'integratzione de mutidas nativas",disableCrashReporting:"Disativa sa sinnalatzione de arrestos an\xf2malos",disableCrashReportingWarning:"Seguru chi boles disativare sa sinnalatzione de arrestos an\xf2malos? Custa cunfiguratzione at a \xe8ssere aplicada comente as a torrare a aviare s'aplicatzione.",disableP2P:"Disativa sa modalidade a nodu terminale (p2p)",displayName:"N\xf2mine vis\xecbile",displayNamePlaceholderText:"Es: Laura Sanna",email:"Indiritzu eletr\xf2nicu",emailPlaceholderText:"indiritzu@esempru.com",goTo:"Bae a",header:"Cunfiguratzione",help:"Agiudu",links:"Lig\xf2ngios",privacy:"Riservadesa",profileSection:"Profilu",serverURL:"URL de su servidore",showAdvanced:"Ammustra cunfiguratziones avantzadas",startCarModeInLowBandwidthMode:"Avia sa modalidade de m\xe0china cun \xe0mpiu de banda b\xe0sciu",startWithAudioMuted:"Cumintza cun s'\xe0udio a sa muda",startWithVideoMuted:"Cumintza cun su v\xecdeu disativadu",terms:"Cunditziones",version:"Versione"},share:{dialInfoText:"\n\nBoles isceti ascurtare sa cunfer\xe8ntzia dae su tel\xe8fonu?\n\n{{defaultDialInNumber}}Incarca custu lig\xf2ngiu pro b\xecdere is n\xf9meros de tel\xe8fonu de custa riunione{{dialInfoPageUrl}}",mainText:"Incarca custu lig\xf2ngiu pro intrare a sa riunione:\n{{roomUrl}}"},speaker:"Altoparlante",speakerStats:{angry:"Arrennegadu",disgusted:"Dispr\xe0ghidu",displayEmotions:"Ammustra emotziones",fearful:"Ispramadu",happy:"Cuntentu",hours:"{{count}} h",minutes:"{{count}} min",name:"N\xf2mine",neutral:"Neutrale",sad:"Tristu",search:"Chirca",seconds:"{count} seg",speakerStats:"Istat\xecsticas de partetzipante",speakerTime:"Tempus de partetzipante",surprised:"Ispantadu"},startupoverlay:{genericTitle:"Sa riunione tenet bis\xf2ngiu de impreare sa c\xe0mera e su micr\xf2fonu tuos.",policyText:"",title:"{{app}} tenet bis\xf2ngiu de impreare sa c\xe0mera e su micr\xf2fonu tuos."},suspendedoverlay:{rejoinKeyTitle:"Torra a intrare",text:"Incarca su butone Torra a intrare pro torrare a conn\xe8tere.",title:"S'elaboradore est andadu a riposu e custu at firmadu sa mutida de v\xecdeu."},termsView:{title:"Cunditziones"},toggleTopPanelLabel:"Cunc\xe0mbia su pannellu superiore",toolbar:{Settings:"Cunfiguratzione",accessibilityLabel:{Settings:"C\xe0mbia sa cunfiguratzione",audioOnly:"C\xe0mbia \xe0udio isceti",audioRoute:"S\xe8bera su dispositivu de \xe0udio",boo:"Boo",breakoutRoom:"Intra/lassa s'aposentu separadu",callQuality:"Gesti sa calidade de su v\xecdeu",carmode:"Modalidade de m\xe0china",cc:"C\xe0mbia s'istadu de is sutat\xectulos",chat:"Aberi o serra sa tzarrada",clap:"Apl\xe0usu",collapse:"M\xecnima",dock:"Apica a sa ventana printzipale",document:"C\xe0mbia documentu cumpartzidu",download:"Isc\xe0rriga is aplicatziones nostras",embedMeeting:"Inc\xf2rpora sa riunione",endConference:"Serra sa riunione pro totus",expand:"Ism\xe0nnia",feedback:"Lassa cummentos",fullScreen:"Ativa o disativa ischermu in mann\xe0ria prena",giphy:"Cunc\xe0mbia su men\xf9 GIPHY",grantModerator:"Dona permissos de moderatzione",hangup:"Essi de sa riunione",help:"Agiudu",invite:"Invita gente",kick:"Boga partetzipante",laugh:"R\xecere",leaveConference:"Lassa sa riunione",like:"M'agradat",linkToSalesforce:"Lig\xf2ngiu a Salesforce",lobbyButton:"Ativa o disativa sa modalidade de aposentu de abetu",localRecording:"Ativa o disativa is controllos de registratzione in locale",lockRoom:"Ativa o disativa crae de riunione",moreActions:"\xc0teras atziones",moreActionsMenu:"Men\xf9 de atziones additzionales",moreOptions:"Ammustra \xe0teras optziones",mute:"Ativa o disativa s'\xe0udio",muteEveryone:"Pone totus a sa muda",muteEveryoneElse:"Pone totus a sa muda",muteEveryoneElsesVideoStream:"Istuda su v\xecdeu de totu is \xe0teros partetzipantes",muteEveryonesVideoStream:"Istuda su v\xecdeu de totu is partetzipantes",noiseSuppression:"Limpiadura de abbolotu",participants:"Partetzipantes",pip:"Ativa o disativa sa modalidade imm\xe0gine in imm\xe0gine",privateMessage:"Imbia mess\xe0giu de testu privadu",profile:"Mod\xecfica su profilu",raiseHand:"\xc0rtzia o abbassa sa manu",reactionsMenu:"Aberi o serra su men\xf9 de reatziones",recording:"Ativa o disativa sa registratzione",remoteMute:"Pone partetzipante a sa muda",remoteVideoMute:"Istuda sa c\xe0mera de su partetzipante",security:"Optziones de seguresa",selectBackground:"S\xe8bera s'isfundu",selfView:"Cunc\xe0mbia sa visualizatzione pr\xf2pia",shareRoom:"Invita una persone",shareYourScreen:"Avia o firma sa cumpartzidura de s'ischermu",shareaudio:"Cumpartzi s'\xe0udio",sharedvideo:"Cunc\xe0mbia sa cumpartzidura de v\xecdeu",shortcuts:"Ativa o disativa incurtzaduras",show:"Ammustra in s'iscena",silence:"A sa muda",speakerStats:"C\xe0mbia istat\xecsticas de partetzipante",surprised:"Ispantadu",tileView:"C\xe0mbia a visualizatzione in mos\xe0icu",toggleCamera:"C\xe0mbia c\xe0mera",toggleFilmstrip:"Ativa o disativa sa pell\xeccula",undock:"Boga e pone in una ventana separada",videoblur:"Ativa o disativa isfocadu",videomute:"Avia o firma sa c\xe0mera",whiteboard:"Ammustra o cua sa pitzarra"},addPeople:"Agiunghe gente a sa mutida",audioOnlyOff:"Disativa modalidade de \xe0mpiu de banda b\xe0sciu",audioOnlyOn:"Ativa modalidade de \xe0mpiu de banda b\xe0sciu",audioRoute:"S\xe8bera su dispositivu de \xe0udio",audioSettings:"Impostatziones \xe0udio",authenticate:"Autentica\xb7ti",boo:"Boo",callQuality:"Gesti sa calidade de su v\xecdeu",chat:"Aberi o serra sa tzarrada",clap:"Apl\xe0usu",closeChat:"Serra sa tzarrada",closeReactionsMenu:"Serra su men\xf9 de reatziones",disableNoiseSuppression:"Disativa sa limpiadura de abbolotu",disableReactionSounds:"Podes disativare is sonos de reatzione pro custa riunione",dock:"Apica a sa ventana printzipale",documentClose:"Serra su documentu cumpartzidu",documentOpen:"Aberi su documentu cumpartzidu",download:"Isc\xe0rriga is aplicatziones nostras",e2ee:"Critografia a nodu terminale",embedMeeting:"Inc\xf2rpora sa riunione",endConference:"Serra sa riunione pro totus",enterFullScreen:"Ammustra in mann\xe0ria prena",enterTileView:"Intra in visualizatzione in mos\xe0icu",exitFullScreen:"Essi de ischermu in mann\xe0ria prena",exitTileView:"Essi de sa visualizatzione in mos\xe0icu",feedback:"Lassa cummentos",giphy:"Cunc\xe0mbia su men\xf9 GIPHY",hangup:"Essi de sa riunione",help:"Agiudu",hideWhiteboard:"Cua sa pitzarra",invite:"Invita gente",joinBreakoutRoom:"Intra a s'aposentu separadu",laugh:"R\xecere",leaveBreakoutRoom:"Lassa s'aposentu separadu",leaveConference:"Lassa sa riunione",like:"M'agradat",linkToSalesforce:"Lig\xf2ngiu a Salesforce",lobbyButtonDisable:"Disativa sa modalidade de aposentu de abetu",lobbyButtonEnable:"Ativa sa modalidade de aposentu de abetu",login:"Intra",logout:"Essi",lowerYourHand:"Abbassa sa manu",moreActions:"\xc0teras atziones",moreOptions:"\xc0teras optziones",mute:"Ativa o disativa s'\xe0udio",muteEveryone:"Pone totus a sa muda",muteEveryonesVideo:"Istuda sa c\xe0mera de totus",noAudioSignalDesc:"Si no dd'as postu a sa muda dae sa cunfiguratzione de sistema o dae su dispositivu, forsis depes cambiare dispositivu.",noAudioSignalDescSuggestion:"Si no dd'as postu a sa muda dae sa cunfiguratzione de sistema o dae su dispositivu, forsis depes cambiare a su dispositivu cussigiadu.",noAudioSignalDialInDesc:"Podes fintzas intrare cun una mutida:",noAudioSignalDialInLinkDesc:"N\xf9meros de mutida",noAudioSignalTitle:"Nissunu sinnale dae su micr\xf2fonu tuo.",noiseSuppression:"Limpiadura de abbolotu",noisyAudioInputDesc:"Su micr\xf2fonu tuo faghet remore, forsis ti depes p\xf2nnere a sa muda o depes cambiare dispositivu.",noisyAudioInputTitle:"Su micr\xf2fonu tuo faghet remore.",openChat:"Aberi sa tzarrada",openReactionsMenu:"Aberi su men\xf9 de reatziones",participants:"Partetzipantes",pip:"Intra in modalidade imm\xe0gine in imm\xe0gine",privateMessage:"Imbia mess\xe0giu de testu privadu",profile:"Mod\xecfica su profilu",raiseHand:"\xc0rtzia o abbassa sa manu",raiseYourHand:"\xc0rtzia sa manu",reactionBoo:"Imbia boo",reactionClap:"Imbia apl\xe0usu",reactionLaugh:"Imbia r\xecere",reactionLike:"Imbia \"mi praghet\"",reactionSilence:"Imbia reatzione de sil\xe8ntziu",reactionSurprised:"Imbia reatzione de ispantu",security:"Optziones de seguresa",selectBackground:"S\xe8bera s'isfundu",shareRoom:"Invita una persone",shareaudio:"Cumpartzi s'\xe0udio",sharedvideo:"Cumpartzi v\xecdeu",shortcuts:"Ammustra incurtzaduras",showWhiteboard:"Ammustra sa pitzarra",silence:"A sa muda",speakerStats:"Istat\xecsticas de partetzipante",startScreenSharing:"Avia sa cumpartzidura de s'ischermu",startSubtitles:"Sutat\xectulos \u2022 {{language}}",stopAudioSharing:"Firma sa cumpartzidura de \xe0udio",stopScreenSharing:"Firma sa cumpartzidura de s'ischermu",stopSharedVideo:"Firma su v\xecdeu",stopSubtitles:"Firma sutat\xectulos",surprised:"Ispantadu",talkWhileMutedPopup:"Ses chirchende de chistionare? Ses a sa muda.",tileViewToggle:"C\xe0mbia a visualizatzione in mos\xe0icu",toggleCamera:"C\xe0mbia c\xe0mera",undock:"Boga e pone in una ventana separada",videoSettings:"Impostatziones de sos v\xecdeos",videomute:"Avia o firma sa c\xe0mera"},transcribing:{ccButtonTooltip:"Avia o firma sutat\xectulos",error:"Faddina in sa trascritzione. Torra a proare.",expandedLabel:"Trascritzione ativada",failedToStart:"Faddina in s'aviu de sa trascritzione",labelToolTip:"Trascriende sa riunione",off:"Trascritzione firmada",pending:"Preparende pro trascr\xecere sa riunione...",sourceLanguageDesc:"Sa l\xecngua de sa riunione est {{sourceLanguage}}.
Dda podes modificare dae",sourceLanguageHere:"inoghe",start:"Cumintza a ammustrare sutat\xectulos",stop:"No ammustres prus sutat\xectluos",subtitles:"Sutat\xectulos",subtitlesOff:"Disativada",tr:"TR"},userMedia:{androidGrantPermissions:"S\xe8bera Permite cando su navigadore ti dimandet permissos.",chromeGrantPermissions:"S\xe8bera Permite cando su navigadore ti dimandet permissos.",edgeGrantPermissions:"S\xe8bera Eja cando su navigadore ti dimandet permissos.",electronGrantPermissions:"Proende a atz\xe8dere a sa c\xe0mera e su micr\xf2fonu tuos",firefoxGrantPermissions:"S\xe8bera Cumpartzi dispositivos seletzionados cando su navigadore ti dimandet permissos.",iexplorerGrantPermissions:"S\xe8bera AB cando su navigadore ti dimandet permissos.",nwjsGrantPermissions:"Cuntzede permissos pro atz\xe8dere a sa c\xe0mera e a su micr\xf2fonu tuos",operaGrantPermissions:"S\xe8bera Permite cando su navigadore ti dimandet permissos.","react-nativeGrantPermissions":"S\xe8bera Permite cando su navigadore ti dimandet permissos.",safariGrantPermissions:"S\xe8bera AB cando su navigadore ti dimandet permissos."},videoSIPGW:{busy:"Semus traballende pro liberare resursas. Torra a proare dae immoe a carchi minutu.",busyTitle:"Su serv\xectziu Room est ocupadu",errorAlreadyInvited:"Invitu a {{displayName}} giai imbiadu",errorInvite:"Sa connessione no est istada istabilida. Torra a proare a pustis.",errorInviteFailed:"Semus traballende pro acontzare su problema. Torra a proare a pustis.",errorInviteFailedTitle:"Faddina in s'invitu de {{displayName}}",errorInviteTitle:"Faddina in s'aposentu de invitos",pending:"Invitu a {{displayName}} imbiadu"},videoStatus:{adjustFor:"Acontza pro:",audioOnly:"AUD",audioOnlyExpanded:"Ses in modalidade de \xe0mpiu de banda b\xe0sciu. In custa modalidade isceti su ritzevimentu de \xe0udio e de cumpartzidura de ischermu sunt a disponimentu.",bestPerformance:"Rendimentu m\xe0ssimu",callQuality:"Calidade de su v\xecdeu",hd:"HD",hdTooltip:"V\xecdeu in arta definitzione (HD)",highDefinition:"Arta definitzione (HD)",highestQuality:"Calidade prus arta",labelTooiltipNoVideo:"Sena v\xecdeu",labelTooltipAudioOnly:"Modalidade de \xe0mpiu de banda b\xe0sciu ativada",ld:"LD",ldTooltip:"V\xecdeu in definitzione b\xe0scia (LD)",lowDefinition:"Definitzione b\xe0scia (LD)",performanceSettings:"Impostatziones de rendimentu",sd:"SD",sdTooltip:"V\xecdeu in definitzione istandard (SD)",standardDefinition:"Definitzione ist\xe0ndard (SD)"},videothumbnail:{connectionInfo:"Informatzione de sa connessione",domute:"A sa muda",domuteOthers:"Pone totus a sa muda",domuteVideo:"Disativa sa videoc\xe0mera",domuteVideoOfOthers:"Disativa sa c\xe0mera de totu is \xe0teros",flip:"F\xf9rria",grantModerator:"Dona permissos de moderatzione",hideSelfView:"Cua sa visualizatzione pr\xf2pia",kick:"Boga",moderator:"Moderadore",mute:"Partetzipante a sa muda",muted:"A sa muda",pinToStage:"Apica a s'iscena",remoteControl:"Avia o firma su controllu remotu",screenSharing:"Su partetzipante est cumpartzende s'ischermu suo",show:"Ammustra in s'iscena",showSelfView:"Ammustra sa visualizatzione pr\xf2pia",unpinFromStage:"Boga dae pitzu",videoMuted:"C\xe0mera disativada",videomute:"Custa persone at firmadu sa c\xe0mera"},virtualBackground:{addBackground:"Agiunghe un'isfundu",apply:"\xc0plica",backgroundEffectError:"Faddina in s'efetu de isfundu",blur:"Isfocamentu",deleteImage:"Cantzella s'imm\xe0gine",desktopShare:"Cumpartzidura de iscrivania",desktopShareError:"Imposs\xecbile creare una cumpartzidura de iscrivania",image1:"Plaja",image2:"Muru biancu neutrale",image3:"Aposentu b\xf2idu biancu",image4:"L\xe0ntia de pavimentu niedda",image5:"Monte",image6:"Padente ",image7:"Arb\xe8schida",none:"Nissunu",pleaseWait:"Abeta...",removeBackground:"Boga s'isfundu",slightBlur:"Isfocamentu ligeru",title:"Isfundos virtuales",uploadedImage:"Imm\xe0gine carrigada {{index}}",webAssemblyWarning:"WebAssembly non cumpat\xecbile",webAssemblyWarningDescription:"WebAssembly est disativadu o incumpat\xecbile cun custu navigadore"},volumeSlider:"Barra de vol\xf9mene",welcomepage:{accessibilityLabel:{join:"Toca pro intrare",roomname:"Inserta su n\xf2mine de s'aposentu"},addMeetingName:"Agiunghe su n\xf2mine de sa riunione",appDescription:"Bae, tzarra in v\xecdeu cun totu s'iscuadra. Difatis, podes invitare totu sa gente chi connosches. {{app}} est un'aplicatzione de v\xecdeu-cunfer\xe8ntzia de c\xf2dighe abertu 100% cun critografia cumpleta chi podes impreare cada die, totu sa die, de badas \u2014 sena nissunu contu creadu.",audioVideoSwitch:{audio:"Boghe",video:"V\xecdeu"},calendar:"Calend\xe0riu",connectCalendarButton:"Connete a su calend\xe0riu tuo",connectCalendarText:"Connete a su calend\xe0riu tuo pro b\xecdere totu is riuniones tuas in {{app}}. In prus, agiunghe riuniones de {{provider}} a su calend\xe0riu tuo e avia\xb7ddas cun unu clic.",enterRoomTitle:"Cumintza una riunione noa",getHelp:"Pedi agiudu",go:"BAE",goSmall:"BAE",headerSubtitle:"Riunione seguras e de arta calidade",headerTitle:"Jitsi Meet",info:"Informatzione pro sa mutida",jitsiOnMobile:"Jitsi pro m\xf2biles - isc\xe0rriga is aplicatziones nostras e avia una riunione dae \xf2nnia logu",join:"CREA / INTRA",logo:{calendar:"Icona de calend\xe0riu",desktopPreviewThumbnail:"Miniadura de previsualizatzione de iscrivania",googleLogo:"Icona de Google",logoDeepLinking:"Icona de Jitsi meet",microsoftLogo:"Icona de Microsoft",policyLogo:"Pol\xectica de iconas"},mobileDownLoadLinkAndroid:"Isc\xe0rriga s'aplicatzione m\xf2bile pro Android",mobileDownLoadLinkFDroid:"Isc\xe0rriga s'aplicatzione m\xf2bile pro F-Droid",mobileDownLoadLinkIos:"Isc\xe0rriga s'aplicatzione m\xf2bile pro iOS",moderatedMessage:"O prenota un'URL de riunione in ant\xectzipu, aunde as a \xe8ssere s'unicu moderadore.",privacy:"Riservadesa",recentList:"Reghentes",recentListDelete:"Cantzella s'elementu",recentListEmpty:"Sa lista de reghentes est b\xf2ida. Tzarra cun s'iscuadra tua e as a agatare totu is riuniones reghentes tuas inoghe.",reducedUIText:"Ti donamus su beneb\xe8nnidu a {{app}}!",roomNameAllowedChars:"Su n\xf2mine de sa riunione non podet incl\xf9dere custos car\xe0teres: ?, &, :, ', \", %, #.",roomname:"Inserta su n\xf2mine de s'aposentu",roomnameHint:"Inserta su n\xf2mine o s'URL de s'aposentu a su chi boles intrare. Ti podes imbentare unu n\xf2mine, bastat chi ddu fatzas ischire a sa gente chi ses addobiende pro chi ddu potzant insertare su pr\xf2piu.",sendFeedback:"Imbia cummentos",settings:"Cunfiguratzione",startMeeting:"Avia sa riunione",terms:"Cunditziones",title:"V\xecdeu-cunfer\xe8ntzia segura, prena de funtzionalidades, l\xecbera e de badas"}}},847,[]); -__d(function(e,a,o,i,n,t,r){n.exports={addPeople:{add:"Pozva\u0165",addContacts:"Pozva\u0165 kontakty",copyInvite:"Skop\xedrova\u0165 pozv\xe1nku",copyLink:"Skop\xedrova\u0165 odkaz na konferenciu",copyStream:"Skop\xedrova\u0165 odkaz na \u017eiv\xe9 vysielanie",countryNotSupported:"Zatia\u013e nepodporujeme t\xfato krajinu.",countryReminder:"Medzin\xe1rodn\xfd hovor? Pros\xedm skontrolujte, \u010di telef\xf3nne \u010d\xedslo za\u010d\xedna smerov\xfdm \u010d\xedslo krajiny.",defaultEmail:"Predvolen\xfd email",disabled:"Nem\xf4\u017eete pozva\u0165 \u010fal\u0161\xedch \u013eud\xed.",failedToAdd:"Nepodarilo sa prida\u0165 \xfa\u010dastn\xedka.",footerText:"Odch\xe1dzaj\xface hovory s\xfa zablokovan\xe9.",googleEmail:"Google email",inviteMoreHeader:"Ste s\xe1m v tejto konferencii",inviteMoreMailSubject:"Pozv\xe1nka do konferencie {{appName}}",inviteMorePrompt:"Pozva\u0165 \u013eud\xed",linkCopied:"Odkaz skop\xedrovan\xfd do schr\xe1nky",loading:"H\u013eadanie \u013eud\xed a telef\xf3nnych \u010d\xedsiel",loadingNumber:"Kontrola telef\xf3nneho \u010d\xedsla",loadingPeople:"H\u013eadanie \u013eud\xed na pozvanie",noResults:"\u017diadne v\xfdsledky h\u013eadania",noValidNumbers:"Pros\xedm zadajte telef\xf3nne \u010d\xedslo",outlookEmail:"Outlook email",searchNumbers:"Zadajte telef\xf3nne \u010d\xedsla",searchPeople:"H\u013eadanie \u013eud\xed",searchPeopleAndNumbers:"H\u013eada\u0165 \u013eud\xed alebo prida\u0165 ich telef\xf3nne \u010d\xedsla",shareInvite:"Zdie\u013ea\u0165 pozv\xe1nku do konferencie",shareLink:"Zdie\u013ea\u0165 odkaz na pozvanie",shareStream:"Zdie\u013ea\u0165 odkaz na \u017eiv\xe9 vysielanie",telephone:"Telef\xf3n: {{number}}",title:"Pozva\u0165 \u013eud\xed do tejto konferencie",yahooEmail:"Yahoo email"},audioDevices:{bluetooth:"Bluetooth",headphones:"Sl\xfachadl\xe1",none:"\u017diadne zvukov\xe9 zariadenia",phone:"Telef\xf3n",speaker:"Reproduktor"},audioOnly:{audioOnly:"Iba zvuk"},calendarSync:{addMeetingURL:"Prida\u0165 odkaz na konferenciu",confirmAddLink:"Chcete pridal Jitsi odkaz do tejto udalosti?",error:{appConfiguration:"Integr\xe1cia s kalend\xe1rom nie je spr\xe1vne nastaven\xe1.",generic:"Stala sa chyba. Skontrolujte nastavenia kalend\xe1ra a sk\xfaste obnovi\u0165 kalend\xe1r.",notSignedIn:"Stala sa chyba po\u010das autentifik\xe1cie pre zobrazenie kaled\xe1rov\xfdch udalosti. Skontrolujte nastavenia kalend\xe1ra a sk\xfaste sa znovu prihl\xe1si\u0165."},join:"Z\xfa\u010dastni\u0165 sa",joinTooltip:"Z\xfa\u010dastni\u0165 sa konferencie",nextMeeting:"nasleduj\xfaca konferencia",noEvents:"Nie s\xfa napl\xe1novan\xe9 \u017eiadne \u010fal\u0161ie udalosti.",ongoingMeeting:"prebiehaj\xfaca konferencia",permissionButton:"Otvori\u0165 nastavenia",permissionMessage:"Aplik\xe1cia potrebuje kalend\xe1rov\xe9 opr\xe1vnenie pre zobranie term\xednov a stretnut\xed.",refresh:"Obnovi\u0165 kalend\xe1r",today:"Dnes"},chat:{error:"Chyba: va\u0161a spr\xe1va \"{{originalText}}\" nebola poslan\xe1. D\xf4vod: {{error}}",fieldPlaceHolder:"Zadajte sem va\u0161u spr\xe1vu",messageTo:"S\xfakromn\xe1 spr\xe1va pre {{recipient}}",messagebox:"Nap\xed\u0161te spr\xe1vu",nickname:{popover:"Zvo\u013ete meno",title:"Zadajte va\u0161u prez\xfdvku",titleWithPolls:"Zadajte va\u0161u prez\xfdvku"},noMessagesMessage:"V tejto konferencii e\u0161te nie je \u017eiadna spr\xe1va. Za\u010dnite tu va\u0161u diskusiu!",privateNotice:"S\xfakromn\xe1 spr\xe1va pre {{recipient}}",sendButton:"Posla\u0165",title:"Chat",titleWithPolls:"Chat",you:"Vy"},chromeExtensionBanner:{buttonText:"In\u0161talova\u0165 Chrome roz\u0161\xedrenie",dontShowAgain:"Upozornenie viac nezobrazova\u0165",installExtensionText:"Nain\u0161talujte roz\u0161\xedrenie pre integr\xe1ciu s Google Calendar a Office 365"},connectingOverlay:{joiningRoom:"Prip\xe1janie do konferencie..."},connection:{ATTACHED:"Prilo\u017een\xfd",AUTHENTICATING:"Overovanie",AUTHFAIL:"Overenie zlyhalo",CONNECTED:"Pripojen\xfd",CONNECTING:"Prip\xe1janie",CONNFAIL:"Spojenie zlyhalo",DISCONNECTED:"Odpojen\xfd",DISCONNECTING:"Odp\xe1janie",ERROR:"Chyba",FETCH_SESSION_ID:"Z\xedskavanie session-id...",GET_SESSION_ID_ERROR:"Chyba pri z\xedskavan\xed session-id: {{code}}",GOT_SESSION_ID:"Z\xedskavanie session-id... Hotovo",LOW_BANDWIDTH:"Video pre {{displayName}} bolo vypnut\xe9, aby sa u\u0161etrila prenosov\xe1 kapacita"},connectionindicator:{address:"Adresa:",bandwidth:"D\xe1tov\xfd tok:",bitrate:"Prenos. r\xfdchlos\u0165:",bridgeCount:"Po\u010det serverov: ",connectedTo:"Spojenie s:",framerate:"R\xfdchlos\u0165 sn\xedmkovania:",less:"Zobrazi\u0165 menej",localaddress:"Lok\xe1lna adresa:",localaddress_plural:"Lok\xe1lne adresy:",localport:"Lok\xe1lny port:",localport_plural:"Lok\xe1lne porty:",maxEnabledResolution:"send max",more:"Zobrazi\u0165 viac",packetloss:"Strata paketov:",participant_id:"ID \xfa\u010dastn\xedka:",quality:{good:"Dobr\xe9",inactive:"Neakt\xedvne",lost:"Straten\xe9",nonoptimal:"Neoptim\xe1lne",poor:"Slab\xe9"},remoteaddress:"Vzdialen\xe1 adresa:",remoteaddress_plural:"Vzdialen\xe9 adresy:",remoteport:"Vzdialen\xfd port:",remoteport_plural:"Vzdialen\xe9 porty:",resolution:"Rozl\xed\u0161enie:",status:"Spojenie:",transport:"Prenos:",transport_plural:"Prenosy:"},dateUtils:{earlier:"Sk\xf4r",today:"Dnes",yesterday:"V\u010dera"},deepLinking:{appNotInstalled:"Potrebujete aplik\xe1ciu {{app}}, aby ste sa mohli pripoji\u0165 do tejto konferencie na va\u0161om telef\xf3ne.",description:"Ni\u010d sa nestalo? Sna\u017eili sme sa otvori\u0165 konferenciu v {{app}}. Sk\xfaste to znovu, alebo sa pripojte na konferenciu v {{app}} cez web.",descriptionWithoutWeb:"Ni\u010d sa nestalo? Sna\u017eili sme sa spusti\u0165 konferenciu v desktopovej aplik\xe1ci\xed {{app}}.",downloadApp:"Stiahnutie aplik\xe1cie",ifDoNotHaveApp:"Ak nem\xe1te aplik\xe1ciu:",ifHaveApp:"Ak m\xe1te aplik\xe1ciu:",joinInApp:"Vst\xfapi\u0165 do konferencie cez aplik\xe1ciu",launchWebButton:"Otvori\u0165 na webe",title:"Konferencia sa otv\xe1ra v {{app}}...",tryAgainButton:"Sk\xfasi\u0165 znova s nat\xedvnou aplik\xe1ciou"},defaultLink:"napr. {{url}}",defaultNickname:"napr. J\xe1n Kov\xe1\u010d",deviceError:{cameraError:"Chyba pri pr\xedstupe ku kamere",cameraPermission:"Aplik\xe1cia nem\xe1 opr\xe1vnenie pristupova\u0165 ku kamere",microphoneError:"Chyba pri pr\xedstupe k mikrof\xf3nu",microphonePermission:"Aplik\xe1cia nem\xe1 opr\xe1vnenie pristupova\u0165 k mikrof\xf3nu"},deviceSelection:{noPermission:"Opr\xe1vnenie nie je poskytnut\xe9",previewUnavailable:"N\xe1h\u013ead nie je dostupn\xfd",selectADevice:"Vybra\u0165 zariadenie",testAudio:"Vysk\xfa\u0161a\u0165 zvuk"},dialOut:{statusMessage:"je teraz {{status}}"},dialog:{Back:"Sp\xe4\u0165",Cancel:"Zru\u0161i\u0165",IamHost:"Ja som hostite\u013e",Ok:"Ok",Remove:"Odstr\xe1ni\u0165",Share:"Zdie\u013ea\u0165",Submit:"OK",WaitForHostMsg:"Konferencia sa e\u0161te neza\u010dala. Autorizujte sa pros\xedm ak ste hostite\u013e. V opa\u010dnom pr\xedpade \u010dakajte na hostite\u013ea.",WaitingForHost:"\u010cak\xe1m na hostite\u013ea ...",Yes:"\xc1no",accessibilityLabel:{liveStreaming:"\u017div\xe9 vysielanie"},add:"Prida\u0165",allow:"Povoli\u0165",alreadySharedVideoMsg:"In\xfd \xfa\u010dastn\xedk u\u017e zdie\u013ea video. Pri tejto konferenci\xed m\xf4\u017ee zdie\u013ea\u0165 video iba jeden \xfa\u010dastn\xedk.",alreadySharedVideoTitle:"Je mo\u017en\xe9 zdie\u013ea\u0165 iba jedno video",applicationWindow:"Okno aplik\xe1cie",cameraConstraintFailedError:"Va\u0161a kamera nesp\u013a\u0148a potrebn\xe9 po\u017eiadavky.",cameraNotFoundError:"Kamera nebola n\xe1jden\xe1.",cameraNotSendingData:"Kamera nie je dostupn\xe1. Skontrolujte \u010di in\xe1 aplik\xe1cia pou\u017e\xedva kameru, vyberte in\xfa kameru v nastaveniach alebo znovu spustite aplik\xe1ciu.",cameraNotSendingDataTitle:"Pr\xedstup na kameru nie je mo\u017en\xfd.",cameraPermissionDeniedError:"Nebolo udelen\xe9 opr\xe1vnenie pou\u017e\xedva\u0165 kameru. Napriek tomu sa m\xf4\u017ee z\xfa\u010dastni\u0165 na konferenci\xed, ale ostatn\xed \xfa\u010dastn\xedci v\xe1s nebudu vidie\u0165. Pre pridelenie opr\xe1vnenia m\xf4\u017eete pou\u017ei\u0165 ikonu kamery na adresnej li\u0161te.",cameraUnknownError:"Z nezn\xe1meho d\xf4vodu sa kamera ned\xe1 pou\u017ei\u0165.",cameraUnsupportedResolutionError:"Kamera nepodporuje po\u017eadovan\xe9 rozl\xed\u0161enie.",close:"Zatvori\u0165",conferenceDisconnectMsg:"Skontrolujte pr\xedpadne va\u0161e sie\u0165ov\xe9 pripojenie. Prip\xe1jam znovu o {{seconds}} sek\xfand...",conferenceDisconnectTitle:"Va\u0161e spojenie bolo preru\u0161en\xe9.",conferenceReloadMsg:"Sna\u017e\xedme sa to napravi\u0165. Prip\xe1jam znovu o {{seconds}} sekund...",conferenceReloadTitle:"Spojenie sa preru\u0161ilo.",confirm:"Potvrdi\u0165",confirmNo:"Nie",confirmYes:"\xc1no",connectError:"Nie\u010do je zle a nem\xf4\u017eem sa pripoji\u0165 do konferencie.",connectErrorWithMsg:"Nie\u010do je zle a nem\xf4\u017eem sa pripoji\u0165 do konferencie. Spr\xe1va: {{msg}}",connecting:"Prip\xe1jam",contactSupport:"Spoji\u0165 sa s podporou",copy:"Kop\xedrova\u0165",dismiss:"Zavrie\u0165",displayNameRequired:"Ahoj! Ako sa vol\xe1\u0161?",done:"Hotovo",e2eeDescription:"Koncov\xe9 \u0161ifrovanie (End-to-End Encryption, E2EE) je moment\xe1lne EXPERIMENT\xc1LNE. Zapnutie koncov\xe9ho \u0161ifrovania znemo\u017en\xed pou\u017eitie serverov\xfdch slu\u017eieb ako: nahr\xe1vanie, \u017eiv\xe9 vysielanie a \xfa\u010das\u0165 cez telef\xf3n. Do konferencie je mo\u017en\xe9 vst\xfapi\u0165 len s prehliada\u010dom, ktor\xfd podporuje vlo\u017eite\u013en\xe9 pr\xfady (insertable streams).",e2eeLabel:"E2EE k\u013e\xfa\u010d",e2eeNoKey:"\u017eiadny",e2eeSet:"Nastavi\u0165",e2eeToggleSet:"Nastavi\u0165 k\u013e\xfa\u010d",e2eeWarning:"VAROVANIE: NIektor\xed \xfa\u010dastn\xedci nemaj\xfa podporu pre koncov\xe9 \u0161ifrovanie. Ak ho zapnete, nebud\xfa V\xe1s vidie\u0165 ani po\u010du\u0165.",enterDisplayName:"Pros\xedm zadajte sem va\u0161e meno",error:"Chyba",gracefulShutdown:"Slu\u017eba je moment\xe1lne vypnut\xe1 pre \xfadr\u017ebu. Sk\xfaste to neskor.",grantModeratorDialog:"Chcete naozaj tohoto \xfa\u010dastn\xedka urobi\u0165 moderatorom?",grantModeratorTitle:"Urobi\u0165 moderatorom",incorrectPassword:"Pou\u017e\xedvate\u013esk\xe9 meno alebo heslo je nespr\xe1vne",incorrectRoomLockPassword:"Nespr\xe1vne heslo",internalError:"Ups! Nie\u010do nefunguje. Vyskytla sa nasleduj\xfaca chyba: {{error}}",internalErrorTitle:"Intern\xe1 chyba",kickMessage:"Pre podrobnosti sa m\xf4\u017eete spoji\u0165 s {{participantDisplayName}}.",kickParticipantButton:"Odstr\xe1ni\u0165",kickParticipantDialog:"Skuto\u010dne chcete odstr\xe1ni\u0165 tohto \xfa\u010dastnika?",kickParticipantTitle:"Odstr\xe1ni\u0165 \xfa\u010dastn\xedka?",kickTitle:"{{participantDisplayName}} v\xe1s odstr\xe1nil z konferencie.",liveStreaming:"\u017div\xe9 vysielanie",liveStreamingDisabledBecauseOfActiveRecordingTooltip:"Nie je mo\u017en\xe9 ke\u010f je akt\xedvne nahr\xe1vanie",liveStreamingDisabledForGuestTooltip:"Hostia nem\xf4\u017eu za\u010da\u0165 \u017eiv\xe9 vysielanie.",liveStreamingDisabledTooltip:"Spustenie \u017eiv\xe9ho vysielania je zak\xe1zan\xe9.",lockMessage:"Zlyhanie pri pokuse o zabezpe\u010denie konferencie.",lockRoom:"Prida\u0165 $t(lockRoomPassword)",lockTitle:"Zabezpe\u010denie zlyhalo",logoutQuestion:"Ste si ist\xfd, \u017ee sa chcete odhl\xe1si\u0165 a skon\u010di\u0165 konferenciu?",logoutTitle:"Odhl\xe1si\u0165",maxUsersLimitReached:"Bol dosiahnut\xfd maxim\xe1lny po\u010det \xfa\u010dastn\xedkov. Konferencia je pln\xe1. Spojte sa pros\xedm s organiz\xe1torom konferencie, alebo to sk\xfaste nesk\xf4r.",maxUsersLimitReachedTitle:"Dosiahnut\xfd maxim\xe1lny po\u010det \xfa\u010dastn\xedkov",micConstraintFailedError:"V\xe1\u0161 mikrof\xf3n nesp\u013a\u0148a potrebn\xe9 po\u017eiadavky.",micNotFoundError:"Mikrof\xf3n nebol n\xe1jden\xfd.",micNotSendingData:"Cho\u010fte do nastaven\xed va\u0161eho po\u010d\xedta\u010da, aby ste odblokovali stlmenie v\xe1\u0161ho mikrof\xf3nu a upravte jeho \xfarove\u0148.",micNotSendingDataTitle:"Mikrof\xf3n je stlmen\xfd va\u0161imi syst\xe9mov\xfdmi nastaveniami.",micPermissionDeniedError:"Nebolo udelen\xe9 opr\xe1vnenie pou\u017e\xedva\u0165 mikrof\xf3n. Napriek tomu sa m\xf4\u017ee z\xfa\u010dastni\u0165 na konferenci\xed, ale ostatn\xed \xfa\u010dastn\xedci v\xe1s nebud\xfa po\u010du\u0165. Pre pridelenie opr\xe1vnenia m\xf4\u017eete pou\u017ei\u0165 ikonu kamery na adresnej li\u0161te.",micUnknownError:"Mikrof\xf3n sa ned\xe1 pou\u017ei\u0165 z nezn\xe1meho d\xf4vodu.",muteEveryoneDialog:"Chcete naozaj v\u0161etk\xfdm vypn\xfa\u0165 mikrof\xf3n. Ke\u010f v\u0161etk\xfdm vypnete mikrof\xf3ny, nedok\xe1\u017eete ich sp\xe4\u0165 zapn\xfa\u0165. \xda\u010dastn\xedci si ale m\xf4\u017eu zapn\xfa\u0165 mikrof\xf3ny sami.",muteEveryoneElseDialog:"Ke\u010f v\u0161etk\xfdm vypnete mikrof\xf3ny, nedok\xe1\u017eete ich sp\xe4\u0165 zapn\xfa\u0165. \xda\u010dastn\xedci si ale m\xf4\u017eu zapn\xfa\u0165 mikrof\xf3ny sami.",muteEveryoneElseTitle:"Vypn\xfa\u0165 mikrof\xf3n v\u0161etk\xfdm okrem {{whom}}?",muteEveryoneSelf:"seba sam\xe9ho",muteEveryoneStartMuted:"V\u0161etci odteraz za\u010d\xednaj\xfa s vypnut\xfdm mikrof\xf3nom",muteEveryoneTitle:"V\u0161etk\xfdm vypn\xfa\u0165 mikrof\xf3n?",muteParticipantBody:"Nedok\xe1\u017eete zapn\xfa\u0165 vypnut\xe9 mikrof\xf3ny ostatn\xfdch \xfa\u010dastn\xedkov, ale ka\u017ed\xfd \xfa\u010dastn\xedk si vie s\xe1m zapn\xfa\u0165 mikrof\xf3n.",muteParticipantButton:"Vypn\xfa\u0165 mikrof\xf3n",muteParticipantDialog:"Chcete naozaj tomuto \xfa\u010dastn\xedkovi vypn\xfa\u0165 mikrof\xf3n? Ke\u010f vypnete mikrof\xf3n, nedok\xe1\u017eete sp\xe4\u0165 zapn\xfa\u0165 mikrof\xf3n tohto \xfa\u010dastn\xedka. \xda\u010dastn\xedci si ale dok\xe1\u017eu zapn\xfa\u0165 mikrof\xf3ny sami.",muteParticipantTitle:"Vypn\xfa\u0165 \xfa\u010dastn\xedkovi mikrof\xf3n?",passwordLabel:"$t(lockRoomPasswordUppercase)",passwordNotSupported:"$t(lockRoomPasswordUppercase) nie je podporovan\xe9.",passwordNotSupportedTitle:"$t(lockRoomPasswordUppercase) nie je podporovan\xe9",passwordRequired:"Prihl\xe1senie",popupError:"V\xe1\u0161 prehliada\u010d blokuje vyskakovacie okn\xe1 tejto str\xe1nky. Pros\xedm aktivujte vyskakovacie okn\xe1 v bezpe\u010dnostn\xfdch nastaveniach va\u0161eho prehliada\u010da a sk\xfaste znovu.",popupErrorTitle:"Vyskakovacie okn\xe1 s\xfa zablokovan\xe9",readMore:"viac",recording:"Nahr\xe1vanie",recordingDisabledBecauseOfActiveLiveStreamingTooltip:"Nie je mo\u017en\xe9 ke\u010f je akt\xedvny \u017eiv\xfd prenos",recordingDisabledForGuestTooltip:"Hostia nem\xf4\u017eu za\u010da\u0165 nahr\xe1vanie.",recordingDisabledTooltip:"Spustenie nahr\xe1vania je zak\xe1zan\xe9.",rejoinNow:"Pripoji\u0165 hne\u010f",remoteControlAllowedMessage:"{{user}} prijal po\u017eiadavku o vzdialen\xe9 ovl\xe1danie.",remoteControlDeniedMessage:"{{user}} odmietol po\u017eiadavku o vzdialen\xe9 ovl\xe1danie.",remoteControlErrorMessage:"Stala sa chyba po\u010das \u017eiadania o vzdialen\xe9 ovl\xe1danie od {{user}}",remoteControlRequestMessage:"Povol\xedte {{user}} ovl\xe1da\u0165 v\xe1\u0161u pracovn\xfa plochu?",remoteControlShareScreenWarning:"Pozor, ke\u010f povol\xedte po\u017eiadavku budete zdiela\u0165 va\u0161u obrazovku!",remoteControlStopMessage:"Vzdialen\xe9 ovl\xe1danie bolo ukon\u010den\xe9.",remoteControlTitle:"Vzdialen\xe9 ovl\xe1danie",removePassword:"$t(lockRoomPasswordUppercase) odstr\xe1nen\xe9",removeSharedVideoMsg:"Naozaj chcete odstr\xe1ni\u0165 zdie\u013ean\xe9 video?",removeSharedVideoTitle:"Odstr\xe1ni\u0165 zdie\u013ean\xe9 video",reservationError:"Syst\xe9mov\xe1 chyba rezerv\xe1cie",reservationErrorMsg:"Chyba: {{code}}, spr\xe1va: {{msg}}",retry:"Sk\xfasi\u0165 znovu",screenSharingAudio:"Zdie\u013ea\u0165 zvuk",screenSharingFailed:"Nie je mo\u017en\xe9 spusti\u0165 zdie\u013eanie obrazovky!",screenSharingFailedTitle:"Zdie\u013eanie obrazovky zlyhalo!",screenSharingPermissionDeniedError:"Ups! Nie\u010do sa nepodarilo pri \u017eiadan\xed o opr\xe1vnenie zdiela\u0165 obrazovku. Pros\xedm aktualizova\u0165 a sk\xfasi\u0165 znovu.",sendPrivateMessage:"Dostali ste s\xfakromn\xfa spr\xe1vu. Chceli ste na \u0148u odpoveda\u0165 s\xfakromne, alebo chcete posla\u0165 spr\xe1vu skupine?",sendPrivateMessageCancel:"Posla\u0165 skupine",sendPrivateMessageOk:"Posla\u0165 s\xfakromne",sendPrivateMessageTitle:"S\xfakromne posla\u0165?",serviceUnavailable:"Slu\u017eba nedostupn\xe1",sessTerminated:"Volanie ukon\u010den\xe9",shareVideoLinkError:"Pros\xedm, zadajte spr\xe1vny odkaz.",shareVideoTitle:"Zdie\u013ea\u0165 video",shareYourScreen:"Zdiela\u0165 obrazovku",shareYourScreenDisabled:"Zdie\u013eanie obrazovky vypnut\xe9.",shareYourScreenDisabledForGuest:"Hostia nem\xf4\u017eu zdiela\u0165 obrazovku.",startLiveStreaming:"Spusti\u0165 \u017eiv\xfd prenos",startRecording:"Za\u010da\u0165 z\xe1znam",startRemoteControlErrorMessage:"Chyba pri pokuse o za\u010datie vzdialen\xe9ho ovl\xe1dania!",stopLiveStreaming:"Zastavi\u0165 \u017eiv\xfd prenos",stopRecording:"Zastavi\u0165 z\xe1znam",stopRecordingWarning:"Chcete zastavi\u0165 z\xe1znam?",stopStreamingWarning:"Chcete zastavi\u0165 priamy prenos?",streamKey:"K\u013e\xfa\u010d \u017eiv\xe9ho vysielania",thankYou:"\u010eakujeme za pou\u017e\xedvanie {{appName}}!",token:"token",tokenAuthFailed:"Prep\xe1\u010dte, nie ste opr\xe1vnen\xfd z\xfa\u010dastni\u0165 tejto sa konferencie.",tokenAuthFailedTitle:"Overenie zlyhalo",transcribing:"",unlockRoom:"Odstr\xe1ni\u0165 $t(lockRoomPassword)",userPassword:"heslo",yourEntireScreen:"Cel\xfa obrazovku"},documentSharing:{title:"Zdie\u013ean\xfd dokument"},e2ee:{labelToolTip:"Zvukov\xe1 a obrazov\xe1 komunik\xe1cia je koncovo \u0161ifrovan\xe1"},embedMeeting:{title:"Vlo\u017ei\u0165 toto stretnutie"},feedback:{average:"Priemern\xfd",bad:"Zl\xfd",detailsLabel:"Povedzte n\xe1m viac",good:"Dobr\xfd",rateExperience:"Ohodno\u0165te dojem",veryBad:"Ve\u013emi zl\xfd",veryGood:"Ve\u013emi dobr\xfd"},helpView:{title:"Centrum pomoci"},incomingCall:{answer:"Odpoveda\u0165",audioCallTitle:"Prich\xe1dzaj\xfaci hovor",decline:"Odmietnu\u0165",productLabel:"",videoCallTitle:"Prich\xe1dzaj\xfaci video-hovor"},info:{accessibilityLabel:"Zobrazi\u0165 inform\xe1cie",addPassword:"Nastavi\u0165 $t(lockRoomPassword)",cancelPassword:"Zru\u0161i\u0165 $t(lockRoomPassword)",conferenceURL:"Odkaz:",country:"Krajina",dialANumber:"Aby ste sa z\xfa\u010dastnili stretnutia, zavolajte jedno z t\xfdchto \u010d\xedsel a zadajte pin.",dialInConferenceID:"",dialInNotSupported:"Prep\xe1\u010dte, volanie nie je podporovan\xe9.",dialInNumber:"Volanie:",dialInSummaryError:"Chyba pri z\xedskavan\xe1 inform\xe1ci\xed o volaniach. Sk\xfaste nesk\xf4r.",dialInTollFree:"Bezplatn\xe9",genericError:"Nie\u010do sa nepodarilo.",inviteLiveStream:"Kliknite t\xfato linku {{url}}, pre zobrazenie \u017eiv\xe9ho vysielania z tohto stretnutia.",invitePhone:"Ke\u010f sa chcete pripoji\u0165 cez telef\xf3n, klikni na: {{number}},,{{conferenceID}}#\n",invitePhoneAlternatives:"H\u013ead\xe1te in\xe9 pripojovacie \u010d\xedslo? Pripojovacie \u010d\xedsla pre konferenciu: {{{url}}\n\n\n\nTaktie\u017e pokia\u013e sa telefonicky prip\xe1jate cez konferen\u010dn\xfd celomiestnostn\xfd telef\xf3n pripojte sa bez prenosu zvuku {{silentUrl}}",inviteURLFirstPartGeneral:"Ste pozvan\xfd do konferencie.",inviteURLFirstPartPersonal:"{{name}} v\xe1s poz\xfdva do konferencie.\n",inviteURLSecondPart:"\nVst\xfapi\u0165 do konferencie:\n{{url}}\n",label:"Inform\xe1cie o stretnut\xed",liveStreamURL:"\u017div\xfd prenos:",moreNumbers:"\u010eal\u0161ie telef\xf3nne \u010d\xedsla",noNumbers:"\u017diadne pripojovacie telef\xf3nne \u010d\xedsla.",noPassword:"\u017diadne",noRoom:"Nebola zadan\xe1 \u017eiadna konferencia na pripojenie.",numbers:"Pripojovacie \u010d\xedsla",password:"$t(lockRoomPasswordUppercase):",title:"Zdie\u013ea\u0165",tooltip:"Zdie\u013ea\u0165 odkaz a inform\xe1cie o vyt\xe1\u010dan\xed pre toto stretnutie"},inlineDialogFailure:{msg:"Vyskytla sa chyba.",retry:"Sk\xfasi\u0165 znovu",support:"Podpora",supportMsg:"Pokia\u013e sa chyba zopakuje, spojte sa s"},inviteDialog:{alertText:"Nepodarilo sa pozva\u0165 niektorych \xfa\u010dastn\xedkov.",header:"Pozva\u0165",searchCallOnlyPlaceholder:"Zadajte telef\xf3nne \u010d\xedslo",searchPeopleOnlyPlaceholder:"H\u013eada\u0165 \xfa\u010dastn\xedkov",searchPlaceholder:"\xda\u010dastn\xedk alebo telef\xf3nne \u010d\xedslo",send:"Posla\u0165"},keyboardShortcuts:{focusLocal:"Zamera\u0165 sa na va\u0161e video",focusRemote:"Zamera\u0165 sa na video in\xe9ho \xfa\u010dastn\xedka",fullScreen:"Zapn\xfa\u0165 / Vypn\xfa\u0165 pln\xfa obrazovku",keyboardShortcuts:"Kl\xe1vesov\xe9 skratky",localRecording:"Zobrazi\u0165, alebo skry\u0165 tla\u010d\xedtka pre lok\xe1lne nahr\xe1vanie",mute:"Vypn\xfa\u0165 alebo zapn\xfa\u0165 mikrof\xf3n",pushToTalk:"Stla\u010di\u0165, pre hovorenie",raiseHand:"Zdvihn\xfa\u0165 alebo da\u0165 dole ruku",showSpeakerStats:"Zobra\u0165 \u0161tatistiky re\u010dn\xedka",toggleChat:"Zobrazi\u0165 alebo skry\u0165 textov\xe9 spr\xe1vy",toggleFilmstrip:"Zobrazi\u0165 alebo skry\u0165 video n\xe1h\u013eady",toggleScreensharing:"Prepn\xfa\u0165 medzi kamerou a zdie\u013ean\xedm obrazovky",toggleShortcuts:"Zobrazi\u0165 alebo skry\u0165 kl\xe1vesov\xe9 skratky",videoMute:"Zapn\xfa\u0165 alebo vypn\xfa\u0165 kameru",videoQuality:"Nastavenie kvality volania"},liveStreaming:{busy:"Chystaj\xfa sa zdroje pre vysielanie. Sk\xfaste znova za p\xe1r min\xfat.",busyTitle:"V\u0161etky vysielacie in\u0161tancie s\xfa obsaden\xe9",changeSignIn:"Prepn\xfa\u0165 konto",choose:"Vyberte \u017eiv\xe9 vysielanie",chooseCTA:"Vyberte vysielaciu mo\u017enos\u0165. Ste prihl\xe1sen\xfd ako {{email}}",enterStreamKey:"Zadajte meno/heslo pre YouTube vysielanie.",error:"\u017div\xe9 vysielanie zlyhalo. Pros\xedm sk\xfaste to znovu.",errorAPI:"Do\u0161lo k chybe pri pr\xedstupe k va\u0161emu YouTube vysielaniu. Pros\xedm sk\xfaste sa znovu prihl\xe1si\u0165.",errorLiveStreamNotEnabled:"\u017div\xe9 vysielanie pre {{email}} nie je aktivovan\xe9. Aktivujte \u017eiv\xe9 vysielanie, alebo sa prihl\xe1ste pomocou konta s aktivovan\xfdm \u017eiv\xfdm vysielan\xedm.",expandedOff:"\u017div\xe9 vysielanie bolo zastaven\xe9",expandedOn:"Stretnutie je moment\xe1lne vysielan\xe9 na YouTube.",expandedPending:"Sp\xfa\u0161\u0165a \u017eiv\xe9 vysielanie...",failedToStart:"Nepodarilo sa spusti\u0165 \u017eiv\xe9 vysielanie",getStreamKeyManually:"Nepodarilo sa z\xedska\u0165 \u017eiadne \u017eiv\xe9 vysielania. Sk\xfaste z\xedska\u0165 k\u013e\xfa\u010d pre \u017eiv\xe9 vysielanie z YouTube.",googlePrivacyPolicy:"Pravidl\xe1 ochrany s\xfakromia Google",invalidStreamKey:"K\u013e\xfa\u010d pre \u017eiv\xe9 vysielanie je nespr\xe1vny.",limitNotificationDescriptionNative:"\u017div\xe9 vysielanie je obmedzen\xe9 na {{limit}} min\xfat. Pre neobmedzen\xe9 vysielanie sk\xfaste {{app}}.",limitNotificationDescriptionWeb:"\u017div\xe9 vysielanie je obmedzen\xe9 na {{limit}} min\xfat. Pre neobmedzen\xe9 vysielanie sk\xfaste {{app}}.",off:"\u017div\xe9 vysielanie ukon\u010den\xe9",offBy:"{{name}} ukon\u010dil \u017eiv\xe9 vysielanie",on:"\u017div\xe9 vysielanie",onBy:"{{name}} za\u010dal \u017eiv\xe9 vysielanie",pending:"Sp\xfa\u0161\u0165a sa \u017eiv\xe9 vysielanie...",serviceName:"Slu\u017eba pre \u017eiv\xe9 vysielanie",signIn:"Prihl\xe1si\u0165 sa pomocou Google",signInCTA:"Prihl\xe1ste sa, alebo zadajte v\xe1\u0161 YouTube kl\xfa\u010d pre \u017eiv\xe9 vysielanie.",signOut:"Odhl\xe1si\u0165",signedInAs:"Ste prihl\xe1sen\xfd ako:",start:"Za\u010da\u0165 \u017eiv\xe9 vysielanie",streamIdHelp:"\u010co je to?",title:"\u017div\xe9 vysielanie",unavailableTitle:"\u017div\xe9 vysielanie nie je k dispoz\xedci\xed",youtubeTerms:"Podmienky poskytovania slu\u017eby YouTube"},lobby:{allow:"Povoli\u0165",backToKnockModeButton:"\u017diadne heslo, po\u017eiada\u0165 o vstup",dialogTitle:"\u010cak\xe1re\u0148",disableDialogContent:"\u010cak\xe1re\u0148 je zapnut\xe1. T\xe1to funkcia zabezpe\u010duje, \u017ee do konferencie nem\xf4\u017eu vst\xfapi\u0165 ne\u017eelan\xed \xfa\u010dastn\xedci. Chcete ju vypn\xfa\u0165?",disableDialogSubmit:"Vypn\xfa\u0165",emailField:"Zadajte va\u0161u emailov\xfa adresu",enableDialogPasswordField:"Nastavi\u0165 heslo (volite\u013en\xe9)",enableDialogSubmit:"Zapn\xfa\u0165",enableDialogText:"\u010cak\xe1re\u0148 umo\u017e\u0148uje zabezpe\u010di\u0165 konferenciu t\xfdm, \u017ee \xfa\u010dastn\xedci m\xf4\u017eu do konferencie vst\xfapi\u0165 len po schv\xe1len\xed moder\xe1torom.",enterPasswordButton:"Zada\u0165 heslo do konferencie",enterPasswordTitle:"Zadajte heslo pre vstup do konferencie",invalidPassword:"Nespr\xe1vne heslo",joinRejectedMessage:"Va\u0161a \u017eiados\u0165 bola zamietnut\xe1 moder\xe1torom.",joinTitle:"Vstup do konferencie",joinWithPasswordMessage:"Vstupujem s heslom...",joiningMessage:"Vst\xfapite do konferencie, ke\u010f niekto schv\xe1li va\u0161u \u017eiados\u0165",joiningTitle:"\u017diadam o vstup do konferencie...",joiningWithPasswordTitle:"Vstupujem s heslom...",knockButton:"Po\u017eiada\u0165 o vstup",knockTitle:"Niekto \u017eiada o vstup do konferencie",knockingParticipantList:"Zoznam \u010dakaj\xfacich \xfa\u010dastn\xedkov",nameField:"Zadajte va\u0161e meno",notificationLobbyAccessDenied:"\u017diados\u0165 {{targetParticipantName}} o vstup bola zamietnut\xe1 \xfa\u010dastn\xedkom {{originParticipantName}}",notificationLobbyAccessGranted:"\u017diados\u0165 {{targetParticipantName}} o vstup bola povolen\xe1 \xfa\u010dastn\xedkom {{originParticipantName}}",notificationLobbyDisabled:"\xda\u010dastn\xedk {{originParticipantName}} vypol \u010dak\xe1re\u0148",notificationLobbyEnabled:"\xda\u010dastn\xedk {{originParticipantName}} zapol \u010dak\xe1re\u0148",notificationTitle:"\u010cak\xe1re\u0148",passwordField:"Zadajte heslo do konferencie",passwordJoinButton:"Vst\xfapi\u0165",reject:"Odmietnu\u0165",title:"\u010cak\xe1re\u0148",toggleLabel:"Zapn\xfa\u0165 \u010dak\xe1re\u0148"},localRecording:{clientState:{off:"Vypnut\xfd",on:"Zapnut\xfd",unknown:"Nezn\xe1my"},dialogTitle:"Ovl\xe1dacie prvky lok\xe1lneho nahr\xe1vania",duration:"D\u013a\u017eka",durationNA:"nezn\xe1ma",encoding:"K\xf3dovanie",label:"",labelToolTip:"Lok\xe1lne nahr\xe1vanie je aktivovan\xfd",localRecording:"Lok\xe1lne nahr\xe1vanie",me:"Ja",messages:{engaged:"Lok\xe1lne nahr\xe1vanie je spusten\xe9",finished:"Nahr\xe1vanie sedenia {{token}} je ukon\u010den\xe9. Pros\xedm po\u0161lite nahrat\xfd s\xfabor moder\xe1torovi.",finishedModerator:"Nahr\xe1vanie sedenia {{token}} je ukon\u010den\xe9. Bola ulo\u017een\xe1 nahr\xe1vka lok\xe1lnej stopy. Poproste ostatn\xfdch \xfa\u010dastn\xedkov, aby v\xe1m poslali ich nahr\xe1vky.",notModerator:"Nie ste moder\xe1tor. Nem\xf4\u017ee za\u010da\u0165, alebo skon\u010di\u0165 lok\xe1lne nahr\xe1vanie."},moderator:"Moder\xe1tor",no:"Nie",participant:"\xda\u010dastn\xedk",participantStats:"\u0160tatistiky \xfa\u010dastn\xedkov",sessionToken:"Token sedenia",start:"Zapn\xfa\u0165 nahr\xe1vanie",stop:"Vypn\xfa\u0165 nahr\xe1vanie",yes:"\xc1no"},lockRoomPassword:"heslo",lockRoomPasswordUppercase:"Heslo",lonelyMeetingExperience:{button:"Pozva\u0165 \u010fal\u0161\xedch",youAreAlone:"Ste s\xe1m v tejto konferencii"},me:"ja",notify:{OldElectronAPPTitle:"Bezpe\u010dnostn\xe1 hrozba!",connectedOneMember:"{{name}} sa pripojil",connectedThreePlusMembers:"{{name}} a {{count}} \u010fal\u0161\xedch os\xf4b sa pripojilo",connectedTwoMembers:"{{first}} a {{second}} sa pripojili",disconnected:"odpojen\xfd",focus:"Konferen\u010dn\xfd focus",focusFail:"{{component}} je nedostupn\xfd - sk\xfaste znova za {{ms}} sek",grantedTo:"Pr\xe1va moder\xe1tora boli udelen\xe9 {{to}}!",invitedOneMember:"{{displayName}} bol pozvan\xfd",invitedThreePlusMembers:"{{name}} a {{count}} \u010fal\u0161\xed boli pozvan\xed",invitedTwoMembers:"{{first}} a {{second}} boli pozvan\xed",kickParticipant:"{{kicked}} bol odstr\xe1nen\xfd \xfa\u010dastn\xedkom {{kicker}}",me:"Ja",moderator:"Boli v\xe1m udelen\xe9 pr\xe1va moder\xe1tora!",muted:"Za\u010dali ste rozhovor s vypnut\xfdm mikrof\xf3nom.",mutedRemotelyDescription:"Kedyko\u013evek m\xf4\u017eete st\xed\u0161enie zru\u0161i\u0165, ke\u010f ste prichystan\xfd rozpr\xe1va\u0165. Ke\u010f skon\u010dite m\xf4\u017eete sa znova st\xed\u0161i\u0165, aby ste zn\xed\u017eili hluk na stretnut\xed.",mutedRemotelyTitle:"{{participantDisplayName}} v\xe1m vypol mikrof\xf3n",mutedTitle:"Boli ste st\xed\u0161en\xfd!",newDeviceAction:"Pou\u017ei\u0165",newDeviceAudioTitle:"Bolo zisten\xe9 nov\xe9 audio zariadenie",newDeviceCameraTitle:"Bola zisten\xe1 nov\xe1 kamera",oldElectronClientDescription1:"Pou\u017e\xedvate star\xfa verziu klienta Jitsi Meet, ktor\xe1 m\xe1 zn\xe1me zranite\u013enosti. Aktualizujte na ",oldElectronClientDescription2:"najnov\u0161iu verziu",oldElectronClientDescription3:" teraz!",passwordRemovedRemotely:"In\xfd \xfa\u010dastn\xedk odstr\xe1nil $t(lockRoomPassword)",passwordSetRemotely:"In\xfd \xfa\u010dastn\xedk nastavil $t(lockRoomPassword)",raisedHand:"{{name}} chce hovori\u0165",somebody:"Niekto",startSilentDescription:"Pripojte sa k stretnutiu e\u0161te raz, aby ste aktivovali zvuk.",startSilentTitle:"Pripojili ste sa bez zvukov\xe9ho v\xfdstupu!",suboptimalBrowserWarning:"Ob\xe1vame sa, \u017ee dojem z tohto stretnutia nebude a\u017e tak\xfd dobr\xfd. Hlad\xe1me sp\xf4sob ako to zlep\u0161i\u0165, ale dovtedy pros\xedm sk\xfaste jeden z plne podporovan\xfdch prehliada\u010dov.",suboptimalExperienceTitle:"Prehliada\u010dov\xe9 varovanie",unmute:"Zapn\xfa\u0165 mikrof\xf3n"},passwordDigitsOnly:"a\u017e {{number}} \u010d\xedslic",passwordSetRemotely:"nastaven\xe9 in\xfdm \xfa\u010dastn\xedkom",poweredby:"zalo\u017een\xe9 na",prejoin:{audioAndVideoError:"Chyba zvuku a videa:",audioOnlyError:"Chyba zvuku:",audioTrackError:"Nem\xf4\u017eem vytvori\u0165 zvukov\xfa stopu.",callMe:"Zavola\u0165 mi",callMeAtNumber:"Zavolajte mi na toto \u010d\xedslo:",calling:"Volanie",configuringDevices:"Konfigur\xe1cia zarieden\xed...",connectedWithAudioQ:"Ste pripojen\xed so zvukom?",copyAndShare:"Kop\xedrova\u0165 a zdie\u013ea\u0165 odkaz",dialInMeeting:"Volanie dnu do konferencie",dialInPin:"Volajte dnu do konferencie a zadajte PIN k\xf3d:",dialing:"Vyt\xe1\u010danie",doNotShow:"Viac nezobrazova\u0165",errorDialOut:"Nem\xf4\u017eem vola\u0165 von",errorDialOutDisconnected:"Nem\xf4\u017eem vola\u0165 von. Odpojen\xe9",errorDialOutFailed:"Nem\xf4\u017eem vola\u0165 von. Volanie zlyhalo",errorDialOutStatus:"Chyba pri z\xedskavan\xed stavu volania",errorStatusCode:"Chyba volania von, k\xf3d: {{status}}",errorValidation:"Overenie \u010d\xedsla zlyhalo",iWantToDialIn:"Chcem vola\u0165 dnu",initiated:"Hovor za\u010dat\xfd",joinAudioByPhone:"Vst\xfapi\u0165 so zvukom cez telef\xf3n",joinMeeting:"Vst\xfapi\u0165 do konferencie",joinWithoutAudio:"Vst\xfapi\u0165 bez zvuku",linkCopied:"Odkaz skop\xedrovan\xfd do schr\xe1nky",lookGood:"V\xe1\u0161 mikrof\xf3n funguje spr\xe1vne",or:"alebo",screenSharingError:"Chyba pri zdie\u013ean\xed obrazovky:",startWithPhone:"Za\u010da\u0165 so zvukom cez telef\xf3n",videoOnlyError:"Chyba videa:",videoTrackError:"Nem\xf4\u017eem vytvori\u0165 video stopu.",viewAllNumbers:"zobrazi\u0165 v\u0161etky \u010d\xedsla"},presenceStatus:{busy:"Obsaden\xfd",calling:"Je volan\xfd",connected:"Pripojen\xfd",connecting:"Prip\xe1jam",connecting2:"Prip\xe1jam",disconnected:"Odpojen\xfd",expired:"Vypr\u0161an\xed",ignored:"Ignorovan\xfd",initializingCall:"Volanie je inicializovan\xe9...",invited:"Pozva\u0165",rejected:"Zlo\u017ei\u0165",ringing:"Zvon\xed..."},profile:{setDisplayNameLabel:"Nastavte si meno",setEmailInput:"Zadajte email",setEmailLabel:"Nastavte si email va\u0161eho gravataru",title:"Profil"},raisedHand:"Chcel by som hovori\u0165",recording:{authDropboxText:"Nahra\u0165 na Dropbox",availableSpace:"Dostupn\xe1 kapacita {{spaceLeft}} MB (ca. {{duration}} min\xfat nahr\xe1vania)",beta:"BETA",busy:"Pripravuj\xfa sa prostriedky na nahr\xe1vanie. Sk\xfaste znova o p\xe1r min\xfat.",busyTitle:"V\u0161etky nahr\xe1vacie in\u0161tancie s\xfa obsaden\xe9",error:"Nahr\xe1vka sa nepodarila. Sk\xfaste pros\xedm znovu.",expandedOff:"Nahr\xe1vanie bolo zastaven\xe9",expandedOn:"Stretnutie sa moment\xe1lne nahr\xe1va.",expandedPending:"Za\u010d\xedna sa nahr\xe1vanie...",failedToStart:"Nepodarilo sa za\u010da\u0165 nahr\xe1vanie",fileSharingdescription:"Nahr\xe1vku zdiela\u0165 s \xfa\u010dastn\xedkmi stretnutia",limitNotificationDescriptionNative:"Nahr\xe1vanie je obmedzen\xe9 na {{limit}} min\xfat. Pre neobmedzen\xe9 nahr\xe1vanie sk\xfaste <3>{{app}}.",limitNotificationDescriptionWeb:"Nahr\xe1vanie je obmedzen\xe9 na {{limit}} min\xfat. Pre neobmedzen\xe9 nahr\xe1vanie sk\xfaste {{app}}.",live:"LIVE",loggedIn:"Prihl\xe1sen\xfd ako {{userName}}",off:"Nahr\xe1vanie zastaven\xe9",offBy:"{{name}} zastavil nahr\xe1vanie",on:"Nahr\xe1vanie",onBy:"{{name}} za\u010dal nahr\xe1vanie",pending:"Pripravuje sa nahr\xe1vanie stretnutia...",rec:"REC",serviceDescription:"Va\u0161a nahr\xe1vka sa uklad\xe1 nahr\xe1vacou slu\u017ebou",serviceName:"Nahr\xe1vacia slu\u017eba",signIn:"Prihl\xe1si\u0165",signOut:"Odhl\xe1si\u0165",title:"Nahr\xe1vanie",unavailable:"Oh! Slu\u017eba {{serviceName}} nie je dostupn\xe1. Pracujeme na rie\u0161eni probl\xe9mu. Sk\xfaste pros\xedm nesk\xf4r.",unavailableTitle:"Nahr\xe1vanie nie je dostupn\xe9"},sectionList:{pullToRefresh:"Potiahnu\u0165 pre aktualiz\xe1ciu"},security:{about:"M\xf4\u017eete nastavi\u0165 $t(lockRoomPassword) pre konferenciu. \xda\u010dastn\xedci bud\xfa musie\u0165 zada\u0165 $t(lockRoomPassword), aby mohli vst\xfapi\u0165.",aboutReadOnly:"Moder\xe1tor mo\u017ee nastavi\u0165 $t(lockRoomPassword) pre konferenciu. \xda\u010dastn\xedci bud\xfa musie\u0165 zada\u0165 $t(lockRoomPassword), aby mohli vst\xfapi\u0165.",insecureRoomNameWarning:"N\xe1zov konferencie nie je bezpe\u010dn\xfd. M\xf4\u017eu do nej vst\xfapi\u0165 ne\u017eelan\xed \xfa\u010dastn\xedci. Zv\xe1\u017ete zabezpe\u010denie konferencie tla\u010didlom.",securityOptions:"Nastavenie zabezpe\u010denia"},settings:{calendar:{about:"Pou\u017e\xedva sa kalend\xe1rov\xe1 integr\xe1cia {{appName}} pre zabezpe\u010den\xfd pr\xedstup ku va\u0161emu kalend\xe1ru.",disconnect:"Odpojen\xfd",microsoftSignIn:"Prihl\xe1si\u0165 pomocou Microsoft",signedIn:"Moment\xe1lne sa pristupuje na kalend\xe1rov\xe9 udalosti pre {{email}}. Stla\u010dte tla\u010didlo \u201eOdpoji\u0165\u201c pre preru\u0161enie spojenia ku kalend\xe1rov\xfdm udalostiam.",title:"Kalend\xe1r"},devices:"Zariadenia",followMe:"V\u0161etci sleduj\xfa m\u0148a",language:"Jazyk",loggedIn:"Prihl\xe1sen\xfd ako {{name}}",microphones:"Mikrof\xf3ny",moderator:"Moder\xe1tor",more:"Viac",name:"Meno",noDevice:"\u017diadne zariadenie",selectAudioOutput:"Zvukov\xfd v\xfdstup",selectCamera:"Kamera",selectMic:"Mikrof\xf3n",speakers:"Reproduktory",startAudioMuted:"Pri pripojen\xed v\u0161etk\xfdm stlmi\u0165 zvuk",startVideoMuted:"Pri pripojen\xed v\u0161etk\xfdm vypn\xfa\u0165 video",title:"Nastavenia"},settingsView:{advanced:"Roz\u0161\xedren\xe9",alertCancel:"Zru\u0161i\u0165",alertOk:"OK",alertTitle:"Upozornenie",alertURLText:"Zadan\xe1 serverov\xe1 URL je neplatn\xe1",buildInfoSection:"inform\xe1cie o kompil\xe1ci\xed",conferenceSection:"Konferencia",disableCallIntegration:"Deaktivova\u0165 integr\xe1ciu s nat\xedvnymi volaniami",disableCrashReporting:"Vypn\xfa\u0165 oznamovanie p\xe1dov",disableCrashReportingWarning:"Naozak chcete vypn\xfa\u0165 oznamovanie p\xe1dov? Nastavenie bude akt\xedvne po re\u0161tartovan\xed aplik\xe1cie.",disableP2P:"Deaktivova\u0165 m\xf3d s koncov\xfdmi zariadeniami",displayName:"Uk\xe1za\u0165",email:"Email",header:"Nastavenia",profileSection:"Profil",serverURL:"Adresa URL servera",showAdvanced:"Uk\xe1za\u0165 roz\u0161\xedren\xe9 nastavenia",startWithAudioMuted:"Za\u010da\u0165 so stlmen\xfdm zvukom",startWithVideoMuted:"Za\u010da\u0165 so vypnut\xfdm videom",version:"Verzia"},share:{dialInfoText:"\n\n=====\n\n Chcete ma zavola\u0165 na Va\u0161om telef\xf3ne?\n\n{{{defaultDialInNumber}}}Kliknite na nasleduj\xfaci odkaz, aby ste videli vybran\xe9 telef\xf3nne \u010dislo na stretnut\xed\n{{dialInfoPageUrl}}",mainText:"Kliknite na nasleduj\xfaci odkaz, aby ste sa pripojili na stretnutie:\n{{roomUrl}}"},speaker:"Re\u010dn\xedk",speakerStats:{hours:"{{count}}h",minutes:"{{count}}m",name:"Meno",seconds:"{{count}}s",speakerStats:"\u0160tatistiky re\u010dn\xedka",speakerTime:"\u010cas re\u010dn\xedka"},startupoverlay:{policyText:"",title:"{{app}} potrebuje pr\xedstup k va\u0161emu mikrof\xf3nu a kamere."},suspendedoverlay:{rejoinKeyTitle:"Znovu pripoji\u0165",text:"Stla\u010dte tla\u010didlo Znovu pripoji\u0165 na op\xe4tovn\xe9 spojenie.",title:"Konferencia sa preru\u0161ila lebo v\xe1\u0161 po\u010d\xedta\u010d bol uspan\xfd."},toolbar:{Settings:"Nastavenia",accessibilityLabel:{Settings:"Nastavenia zapn\xfa\u0165/vypn\xfa\u0165",audioOnly:"Zapn\xfa\u0165/vypn\xfa\u0165 iba zvukov\xfd prenos",audioRoute:"Vybra\u0165 zvukov\xe9 zariadenie",callQuality:"Spravova\u0165 kvalitu videa",cc:"Zapn\xfa\u0165/vypn\xfa\u0165 titulky",chat:"Zapn\xfa\u0165/vypn\xfa\u0165 textov\xfa diskusiu",document:"Zatvori\u0165 zdielan\xfd dokument",download:"Stiahnu\u0165 na\u0161u aplik\xe1ciu",e2ee:"Koncov\xe9 \u0161ifrovanie",feedback:"Zanecha\u0165 sp\xe4tn\xfa v\xe4zbu",fullScreen:"Zapn\xfa\u0165/vypn\xfa\u0165 zobrazenie na cel\xfa obrazovku",grantModerator:"Urobi\u0165 moder\xe1torom",hangup:"Ukon\u010di\u0165 volanie",help:"Pomoc",invite:"Pozva\u0165 \xfa\u010dastn\xedka",kick:"Odstr\xe1ni\u0165 \xfa\u010dastn\xedka",lobbyButton:"Zapn\xfa\u0165/vypn\xfa\u0165 \u010dak\xe1re\u0148",localRecording:"Zapn\xfa\u0165/vypn\xfa\u0165 ovl\xe1danie lok\xe1lneho nahr\xe1vania",lockRoom:"Zapn\xfa\u0165/vypn\xfa\u0165 heslo",moreActions:"Menu \u201e\u010eal\u0161ie akcie\u201c zapn\xfa\u0165/vypn\xfa\u0165",moreActionsMenu:"Menu \u201e\u010eal\u0161ie akcie\u201c",moreOptions:"Zobraz viac mo\u017enost\xed",mute:"\u201emikrof\xf3n stlmi\u0165\u201c zapn\xfa\u0165/vypn\xfa\u0165",muteEveryone:"V\u0161etk\xfdch stlmi\u0165",pip:"Zapnu\u0165/vypnu\u0165 m\xf3d obraz-v-obraze",privateMessage:"Posla\u0165 s\xfakromn\xfa spr\xe1vu",profile:"Upravi\u0165 profil",raiseHand:"\u201eOhl\xe1si\u0165 sa\u201c zapn\xfa\u0165/vypn\xfa\u0165",recording:"Nahr\xe1vanie zapn\xfa\u0165/vypn\xfa\u0165",remoteMute:"\xda\u010dastn\xedka stlmi\u0165",security:"Nastavenie zabezpe\u010denia",shareRoom:"Pozva\u0165 osobu",shareYourScreen:"Zdie\u013eanie obrazovky zapn\xfa\u0165/vypn\xfa\u0165",sharedvideo:"Zdie\u013eanie videa zapn\xfa\u0165/vypn\xfa\u0165",shortcuts:"Kl\xe1vesov\xe9 skratky zobrazi\u0165/skry\u0165",show:"V popred\xed zobrazi\u0165",speakerStats:"\u0160tatistiky re\u010dn\xedka zobrazi\u0165/skry\u0165",tileView:"Prepn\xfa\u0165 dla\u017edicov\xe9 zobrazenie",toggleCamera:"Zmeni\u0165 kameru",toggleFilmstrip:"Zapn\xfa\u0165/vypn\xfa\u0165 video n\xe1h\u013eady",videoblur:"Rozmazanie pozadia zapn\xfa\u0165/vypn\xfa\u0165",videomute:"\u201eVideo odpoji\u0165\u201c zapn\xfa\u0165/vypn\xfa\u0165"},addPeople:"Prida\u0165 \xfa\u010dastn\xedka do konferencie",audioOnlyOff:"M\xf3d \u201eIba zvuk\u201c deaktivova\u0165",audioOnlyOn:"M\xf3d \u201eIba zvuk\u201c aktivova\u0165",audioRoute:"Vybra\u0165 zvukov\xe9 zariadenie",authenticate:"Autentifik\xe1cia",callQuality:"Spravova\u0165 kvalitu videa",chat:"Otvori\u0165 / Zatvori\u0165 chat",closeChat:"Chat zatvori\u0165",documentClose:"Zatvori\u0165 zdie\u013ean\xfd dokument",documentOpen:"Otvori\u0165 zdie\u013ean\xfd dokument",download:"Stiahnu\u0165 na\u0161u aplik\xe1ciu",e2ee:"Koncov\xe9 \u0161ifrovanie",enterFullScreen:"Zobrazi\u0165 na cel\xfa obrazovku",enterTileView:"Dla\u017edicov\xe9 zobrazenie",exitFullScreen:"Opusti\u0165 cel\xfa obrazovku",exitTileView:"Zru\u0161i\u0165 dla\u017edicov\xe9 zobrazenie",feedback:"Necha\u0165 sp\xe4tn\xfa v\xe4zbu",hangup:"Od\xeds\u0165",help:"Pomoc",invite:"Pozva\u0165 \u013eud\xed",lobbyButtonDisable:"Vypn\xfa\u0165 \u010dak\xe1re\u0148",lobbyButtonEnable:"Zapn\xfa\u0165 \u010dak\xe1re\u0148",login:"Prihl\xe1si\u0165",logout:"Odhl\xe1si\u0165",lowerYourHand:"Da\u0165 dole ruku",moreActions:"Viac akci\xed",moreOptions:"Viac mo\u017enost\xed",mute:"Vypn\xfa\u0165 / Zapn\xfa\u0165 mikrof\xf3n",muteEveryone:"V\u0161etk\xfdch stlmi\u0165",noAudioSignalDesc:"Pokia\u013e ste z\xe1merne nestlmili v\xe1\u0161 mikrof\xf3n v syst\xe9mov\xfdch nastaveniach alebo hardv\xe9ri, pouva\u017eujte nad prepnut\xedm zariadenia.",noAudioSignalDescSuggestion:"Pokia\u013e ste z\xe1merne nestlmili v\xe1\u0161 mikrof\xf3n v syst\xe9mov\xfdch nastaveniach alebo hardv\xe9ri, pouva\u017eujte nad prepnut\xedm na odpor\xfa\u010dan\xe9 zariadenie.",noAudioSignalDialInDesc:"M\xf4\u017ee zavola\u0165 pomocou:",noAudioSignalDialInLinkDesc:"Pripojovacie telef\xf3nne \u010d\xedsla",noAudioSignalTitle:"Neprich\xe1dza \u017eiaden vstup z va\u0161eho mikrof\xf3nu!",noisyAudioInputDesc:"Vyzer\xe1, \u017ee v\xe1\u0161 mikrof\xf3n je za\u0161umen\xfd, sk\xfaste ho vypnu\u0165, alebo zme\u0148te zariadenie.",noisyAudioInputTitle:"V\xe1\u0161 mikrof\xf3n vyzer\xe1 by\u0165 za\u0161umen\xfd!",openChat:"Otvori\u0165 chat",pip:"Zapnu\u0165 obraz-v-obraze",privateMessage:"Posla\u0165 s\xfakromn\xfa spr\xe1vu",profile:"\xdaprava profilu",raiseHand:"Prihl\xe1si\u0165 / Odhl\xe1si\u0165 sa o slovo",raiseYourHand:"Prihl\xe1si\u0165 sa o slovo",security:"Nastavenie zabezpe\u010denia",selectBackground:"Vybra\u0165 pozadie",shareRoom:"Pozva\u0165 niekoho",sharedvideo:"Zdiela\u0165 video",shortcuts:"Uk\xe1za\u0165 kl\xe1vesov\xe9 skratky",speakerStats:"\u0160tatistiky re\u010dn\xedka",startScreenSharing:"Za\u010da\u0165 zdie\u013eanie obrazovky",startSubtitles:"Za\u010da\u0165 titulky",startvideoblur:"Rozmaza\u0165 pozadie",stopScreenSharing:"Ukon\u010di\u0165 zdie\u013eanie obrazovky",stopSharedVideo:"Ukon\u010di\u0165 zdielan\xe9 video",stopSubtitles:"Ukon\u010di\u0165 titulky",stopvideoblur:"Ukon\u010di\u0165 rozmazanie pozadia",talkWhileMutedPopup:"Sk\xfa\u0161ate hovori\u0165? Ste stlmen\xfd.",tileViewToggle:"Prepn\xfa\u0165 dla\u017edicov\xe9 zobrazenie",toggleCamera:"Zmeni\u0165 kameru",videomute:"Vypn\xfa\u0165 / Zapn\xfa\u0165 kameru"},transcribing:{ccButtonTooltip:"titulky vypnu\u0165/zapn\xfa\u0165",error:"Prepisovanie zlyhalo. Sk\xfasi\u0165 znovu.",expandedLabel:"Prepisovanie je zapnut\xe9",failedToStart:"Prepisovanie sa nepodarilo na\u0161tartova\u0165",labelToolTip:"Stretnutie je prepisovan\xe9",off:"Prepisovanie sa skon\u010dilo",pending:"Pripravuje sa prepisovanie stretnutia...",start:"Za\u010dni zobrazova\u0165 titulky",stop:"Skon\u010di zobrazova\u0165 titulky",tr:"TR"},userMedia:{androidGrantPermissions:"Vyberte Povoli\u0165 ke\u010f sa prehliada\u010d bude p\xfdta\u0165 na povolenie.",chromeGrantPermissions:"Vyberte Povoli\u0165 ke\u010f sa prehliada\u010d bude p\xfdta\u0165 na povolenie.",edgeGrantPermissions:"Vyberte \xc1no ke\u010f sa prehliada\u010d bude p\xfdta\u0165 na povolenie.",electronGrantPermissions:"Pros\xedm povo\u013ete pr\xedstup k va\u0161emu mikrof\xf3nu a kamere.",firefoxGrantPermissions:"Vyberte Zdie\u013eaj vybran\xe9 zariadenie ke\u010f sa prehliada\u010d bude p\xfdta\u0165 na povolenie.",iexplorerGrantPermissions:"Vyberte Ok ke\u010f sa prehliada\u010d bude p\xfdta\u0165 na povolenie.",nwjsGrantPermissions:"Pros\xedm povo\u013ete pr\xedstup k va\u0161emu mikrof\xf3nu a kamere.",operaGrantPermissions:"Vyberte Povoli\u0165 ke\u010f sa prehliada\u010d bude p\xfdta\u0165 na povolenie.","react-nativeGrantPermissions":"Vyber Povoli\u0165 ke\u010f sa prehliada\u010d bude p\xfdta\u0165 na povolenie.",safariGrantPermissions:"Vyberte OK ke\u010f sa prehliada\u010d bude p\xfdta\u0165 na povolenie."},videoSIPGW:{busy:"V\u0161etky zdroje s\xfa obsaden\xe9, sk\xfaste znovu o p\xe1r min\xfat.",busyTitle:"Slu\u017eba je obsaden\xe1",errorAlreadyInvited:"{{displayName}} u\u017e bol pozvan\xfd",errorInvite:"Konferencia sa e\u0161te neza\u010dala, sk\xfaste nesk\xf4r.",errorInviteFailed:"Sk\xfaste znovu nesk\xf4r.",errorInviteFailedTitle:"Poz\xfdvanie {{displayName}} zlyhalo",errorInviteTitle:"Chyba poz\xfdvania",pending:"{{displayName}} bol pozvan\xfd"},videoStatus:{audioOnly:"AUD",audioOnlyExpanded:"Ste v m\xf3de s n\xedzkou prenosovou kapacitou. V tomto m\xf3de budete prij\xedma\u0165 iba zvuk a zdielan\xfa obrazovku.",callQuality:"Nastavenie kvality hovoru",hd:"HD",hdTooltip:"Sledujete obraz vo vysokej kvalite",highDefinition:"Vysok\xe1 kvalita",labelTooiltipNoVideo:"\u017diadne video",labelTooltipAudioOnly:"M\xf3d s n\xedzkou prenosovou kapacitou je zapnut\xfd",ld:"LD",ldTooltip:"Sledujete obraz v n\xedzkej kvalite",lowDefinition:"N\xedzka kvalita",onlyAudioAvailable:"Iba zvuk je k dispoz\xedci\xed",onlyAudioSupported:"Na va\u0161om prehliada\u010di podporujeme iba zvuk.",sd:"SD",sdTooltip:"Sledujete obraz v \u0161tandardnej kvalite",standardDefinition:"\u0160tandardn\xe1 kvalita"},videothumbnail:{domute:"Vypn\xfa\u0165 mikrof\xf3n",domuteOthers:"Vypn\xfa\u0165 mikrof\xf3ny ostatn\xfdm",domuteVideoOfOthers:"Vypn\xfa\u0165 kamery ostatn\xfdm",flip:"Prevr\xe1ti\u0165",grantModerator:"Urobi\u0165 moder\xe1torom",kick:"Odstr\xe1ni\u0165",moderator:"Moder\xe1tor",mute:"\xda\u010dastn\xedk s vypnut\xfdm mikrof\xf3nom",muted:"Vypnut\xfd mikrof\xf3n",remoteControl:"Vzdialen\xe9 ovl\xe1danie",show:"Uk\xe1za\u0165 v popred\xed",videoMuted:"Vypnut\xe1 kamera",videomute:"\xda\u010dastn\xedk vypol kameru"},welcomepage:{accessibilityLabel:{join:"Klikn\xfa\u0165 pre pripojenie",roomname:"Zadajte n\xe1zov miestnosti"},appDescription:"Po\u010fte na to, videokonferencie v r\xe1mci cel\xe9ho t\xedmu. Do konferencie m\xf4\u017eete pozva\u0165 kohoko\u013evek. V\u0161etka komunik\xe1cia cez aplik\xe1ciu {{app}} je plne \u0161ifrovan\xe1, 100% open source zais\u0165uje, \u017ee aplik\xe1ciu m\xf4\u017eete vyu\u017e\xedva\u0165 bez obmedzenia a navy\u0161e sa nemus\xedte ani registrova\u0165.",audioVideoSwitch:{audio:"Zvuk",video:"Video"},calendar:"Kalend\xe1r",connectCalendarButton:"Pripojte v\xe1\u0161 kalend\xe1r",connectCalendarText:"",enterRoomTitle:"Za\u010da\u0165 nov\xe9 stretnutie",getHelp:"Z\xedska\u0165 pomoc",go:"Za\u010da\u0165",goSmall:"Za\u010da\u0165",info:"Info",join:"Pripoji\u0165",moderatedMessage:"Alebo si rezervujte vopred URL pre konferenciu, kde budete jedin\xfd moder\xe1tor.",privacy:"S\xfakromie",recentList:"Posledn\xe9",recentListDelete:"Vymaza\u0165",recentListEmpty:"V\xe1\u0161 zoznam posledn\xfdch hovorov je pr\xe1zdny. Spojte sa s kolegami z V\xe1\u0161ho t\xedmu a potom tu n\xe1jdete v\u0161etky va\u0161e stretnutia.",reducedUIText:"Vitajte v {{app}}!",roomNameAllowedChars:"N\xe1zov miestnosti by nemal obsahova\u0165 \u017eiaden z t\xfdchto znakov: ?, &, :, ', \", %, #.",roomname:"Zadajte n\xe1zov miestnosti",roomnameHint:"Zadajte n\xe1zov alebo URL odkaz miestnosti ku ktorej sa chcete pripoji\u0165. N\xe1zov si m\xf4\u017eete vymyslie\u0165 - dajte ho vedie\u0165 ostatn\xfdm \xfa\u010dastn\xedkom konferencie, ktor\xed ho sem zadaj\xfa.",sendFeedback:"Odosla\u0165 sp\xe4tn\xfa v\xe4zbu",terms:"Podmienky pou\u017e\xedvania",title:"Zabezpe\u010den\xe9, plnohodnotn\xe9 a \xfaplne bezplatn\xe9 videokonferencie"}}},848,[]); -__d(function(e,o,i,a,n,r,t){n.exports={addPeople:{add:"Povabi",addContacts:"Povabi svoje kontakte",contacts:"kontakti",copyInvite:"Kopiraj povabilo za sestanek",copyLink:"Kopiraj povezavo sestanka",copyStream:"Kopiraj povezavo do prenosa v \u017eivo",countryNotSupported:"Te dr\u017eave \u0161e ne podpiramo.",countryReminder:"Kli\u010dete izven ZDA? Ne pozabite vnesti klicne predpone!",defaultEmail:"Va\u0161 privzeti e-naslov",disabled:"Ne morete povabiti drugih.",failedToAdd:"Ni bilo mogo\u010de dodati udele\u017eencev",footerText:"Klicanje navzven je onemogo\u010deno.",googleEmail:"Google e-naslov",inviteMoreHeader:"Sami ste v sestanku",inviteMoreMailSubject:"Pridru\u017ei se {{appName}} sestanku",inviteMorePrompt:"Povabi ve\u010d ljudi",linkCopied:"Povezava kopirana v odlo\u017ei\u0161\u010de",noResults:"Ni bilo mogo\u010de najti ustreznih rezultatov",outlookEmail:"Outlook e-naslov",phoneNumbers:"telefonske \u0161tevilke",searching:"Iskanje ...",shareInvite:"Deli povabilo za sestanek",shareLink:"Deli povezavo sestanka za povabljanje drugih",shareStream:"Deli povezavo do prenosa v \u017eivo",sipAddresses:"naslovi sip",telephone:"Telefon: {{number}}",title:"Povabite osebe na sre\u010danje",yahooEmail:"Yahoo e-naslov"},audioDevices:{bluetooth:"Bluetooth",headphones:"slu\u0161alke",none:"Nobena avdio naprava ni na voljo",phone:"telefon",speaker:"zvo\u010dnik"},audioOnly:{audioOnly:"Samo glas (nizka pasovna \u0161irina)"},calendarSync:{addMeetingURL:"Dodaj povezavo na sre\u010danje",confirmAddLink:"Ali \u017eelite dodati Jitsi povezavo za ta dogodek?",error:{appConfiguration:"Integracija koledarja ni pravilno nastavljena.",generic:"Pri\u0161lo je do napake. Prosimo preverite nastavitve svojega koledarja ali poskusite koledar osve\u017eiti.",notSignedIn:"Pri\u0161lo je do napake pri dostopu do koledarja. Prosimo preverite nastavitve koledarja in se poskusite ponovno prijaviti."},join:"Pridru\u017ei se",joinTooltip:"Pridru\u017ei se sre\u010danju",nextMeeting:"Naslednje sre\u010danje",noEvents:"V kratkem ni na\u010drtovan noben dogodek.",ongoingMeeting:"Aktivna sre\u010danja",permissionButton:"Odpri nastavitve",permissionMessage:"\u010ce \u017eelite svoja sre\u010danja videti v aplikaciji, morate najprej dati dovoljenje za Koledar.",refresh:"Osve\u017ei koledar",today:"Danes"},chat:{enter:"Vstopi v sobo",error:"Napaka: va\u0161e sporo\u010dilo ni bilo poslano. Razlog: {{error}}",fieldPlaceHolder:"Tukaj vnesite sporo\u010dilo",message:"Sporo\u010dilo",messageAccessibleTitle:"{{user}} pravi:",messageAccessibleTitleMe:"Jaz pravim:",messageTo:"Zasebno sporo\u010dilo za uporabnika {{recipient}}",messagebox:"Vnesite sporo\u010dilo",nickname:{popover:"Izberite svoje ime",title:"Vnesite ime, ki ga \u017eelite uporabljati na sre\u010danju",titleWithPolls:"Vnesite ime, ki ga \u017eelite uporabljati na sre\u010danju"},noMessagesMessage:"V sestanku \u0161e ni sporo\u010dilo. Tukaj za\u010dnite pogovor!",privateNotice:"Zasebno sporo\u010dilo za uporabnika {{recipient}}",sendButton:"Po\u0161lji",smileysPanel:"\u010custven\u010dki",tabs:{chat:"Klepet",polls:"Ankete"},title:"Klepet",titleWithPolls:"Klepet",you:"vi"},chromeExtensionBanner:{buttonText:"Namestite vti\u010dnik Chrome",close:"Zapri",dontShowAgain:"Tega mi ne poka\u017ei ve\u010d",installExtensionText:"Install the extension for Google Calendar and Office 365 integration"},connectingOverlay:{joiningRoom:"Povezovanje v sobo, kjer poteka sre\u010danje..."},connection:{ATTACHED:"Priklju\u010deno",AUTHENTICATING:"Overjanje",AUTHFAIL:"Overitev je spodletela",CONNECTED:"Povezano",CONNECTING:"Povezovanje",CONNFAIL:"Povezovanje je spodletelo",DISCONNECTED:"Ni povezave",DISCONNECTING:"Prekinjanje povezave",ERROR:"Napaka",FETCH_SESSION_ID:"Pridobivanje ID-ja seje...",GET_SESSION_ID_ERROR:"Napaka pri pridobivanju ID-ja seje: {{code}}",GOT_SESSION_ID:"Pridobivanje ID-ja seje... dokon\u010dano",LOW_BANDWIDTH:"Zaradi manj\u0161e porabe pasovne \u0161irine omre\u017eja je bil video za uporabnika {{displayName}} izklju\u010den"},connectionindicator:{address:"Naslov:",audio_ssrc:"Avdio SSRC:",bandwidth:"Ocenjena pasovna \u0161irina:",bitrate:"Bitna hitrost:",bridgeCount:"\u0160tevilo stre\u017enikov: ",codecs:"Kodeki (A/V): ",connectedTo:"Povezan v:",framerate:"Frekvenca slik:",less:"Prika\u017ei manj",localaddress:"Lokalni naslov:",localaddress_plural:"Lokalni naslovi:",localport:"Lokalna vrata:",localport_plural:"Lokalna vrata:",maxEnabledResolution:"po\u0161lji najvi\u0161jo resolucijo",more:"Prika\u017ei ve\u010d",packetloss:"Izguba podatkovnih paketkov:",participant_id:"Id udele\u017eenca:",quality:{good:"Dobro",inactive:"Neaktiven",lost:"Izgubljeni",nonoptimal:"Neoptimalno",poor:"Slabo"},remoteaddress:"Oddaljeni naslov:",remoteaddress_plural:"Oddaljeni naslovi:",remoteport:"Oddaljena vrata:",remoteport_plural:"Oddaljena vrata:",resolution:"Lo\u010dljivost:",savelogs:"Shrani zapise",status:"Povezava:",transport:"Prenos:",transport_plural:"Prenosi:",video_ssrc:"Video SSRC:"},dateUtils:{earlier:"Prej",today:"Danes",yesterday:"V\u010deraj"},deepLinking:{appNotInstalled:"\u010ce se \u017eelite na sre\u010danje povezati s telefonom, potrebujete mobilno aplikacijo {{app}}.",description:"Se ni ni\u010d zgodilo? Na va\u0161e sre\u010danje smo se sku\u0161ali povezati z namizno aplikacijo {{app}}. Prosimo poskusite ponovno ali za\u017eenite spletno aplikacijo {{app}}.",descriptionWithoutWeb:"Se ni ni\u010d zgodilo? Na va\u0161e sre\u010danje smo se sku\u0161ali povezati z namizno aplikacijo {{app}}.",downloadApp:"Prenesi aplikacijo",ifDoNotHaveApp:"\u010ce \u0161e nimate aplikacije:",ifHaveApp:"\u010ce \u017ee imate aplikacijo:",joinInApp:"Pridru\u017ei se sestanku z aplikacijo",launchWebButton:"Za\u017eeni na spletu",title:"Povezovanje na va\u0161e sre\u010danje v {{app}}...",tryAgainButton:"Poskusite ponovno na namizju"},defaultLink:"npr. {{url}}",defaultNickname:"npr. Janez Novak",deviceError:{cameraError:"Ni mogo\u010de dostopati do kamere",cameraPermission:"Ni mogo\u010de pridobiti pravic za dostop do kamere",microphoneError:"Ni mogo\u010de dostopati do mikrofona",microphonePermission:"Ni mogo\u010de pridobiti pravic za dostop do mikrofona"},deviceSelection:{noPermission:"Brez pravic",previewUnavailable:"Predogled ni mogo\u010d",selectADevice:"Izberite napravo",testAudio:"Predvajaj testni zvok"},dialOut:{statusMessage:"je sedaj {{status}}"},dialog:{Back:"Nazaj",Cancel:"Prekli\u010di",IamHost:"Jaz sem gostitelj",Ok:"OK",Remove:"Odstrani",Share:"Deli",Submit:"Po\u0161lji",WaitForHostMsg:"Konferenca v sobi se \u0161e ni za\u010dela. \u010ce ste gostitelj, se prosimo prijavite, sicer pa po\u010dakajte na gostitelja sre\u010danja.",WaitingForHostTitle:"\u010cakanje gostitelja ...",Yes:"Da",accessibilityLabel:{liveStreaming:"Prenos v \u017eivo"},add:"Dodaj",allow:"dovoli",alreadySharedVideoMsg:"Trenutno \u017ee nek drug udele\u017eenec deli svoj zaslon. Ta konferenca omogo\u010da samo eno deljenje videa v danem trenutku.",alreadySharedVideoTitle:"V danem trenutku je mogo\u010de deliti samo en video",applicationWindow:"Okno aplikacije",authenticationRequired:"Potrebna avtentikacija",cameraConstraintFailedError:"Va\u0161a kamera ne zado\u0161\u010da zahtevam.",cameraNotFoundError:"Ni bilo mogo\u010de najti kamere.",cameraNotSendingData:"Ni mogo\u010de dostopati do va\u0161e kamere. Prosimo preverite, ali kamero uporablja kak\u0161na druga aplikacija, izberite drugo kamero (\u010de jo imate) ali osve\u017eite to aplikacijo.",cameraNotSendingDataTitle:"Ni bilo mogo\u010de dostopati do kamere",cameraPermissionDeniedError:"Niste dali dovoljenja za uporabo kamere. Sre\u010danju se \u0161e vedno lahko pridru\u017eite, vendar vas ostali ne bodo videli. Dovoljenja za dostop do kamere lahko nastavite v naslovni vrstici brskalnika.",cameraTimeoutError:"Videa ni bilo mogo\u010de za\u010deti. \u010casovna omejitev prese\u017eena.",cameraUnknownError:"Kamere ni mogo\u010de uporabiti zaradi neznanega razloga.",cameraUnsupportedResolutionError:"Va\u0161a kamera ne podpira zahtevane video lo\u010dljivosti.",close:"Zapri",conferenceDisconnectMsg:"Imate morda te\u017eave z omre\u017eno povezljivostjo? Poskus ponovne povezave \u010dez {{seconds}} s...",conferenceDisconnectTitle:"Povezava je bila prekinjena.",conferenceReloadMsg:"Te\u017eavo sku\u0161amo odpraviti. Poskus ponovne povezave \u010dez {{seconds}} s...",conferenceReloadTitle:"Nekaj je \u0161lo \u017eal narobe.",confirm:"Potrdi",confirmNo:"Ne",confirmYes:"Da",connectError:"Ups! Nekaj je narobe in se zato ni bilo mogo\u010de povezati s konferenco.",connectErrorWithMsg:"Ups! Nekaj je narobe in se zato ni bilo mogo\u010de povezati s konferenco: {{msg}}",connecting:"Povezovanje",contactSupport:"Stopite v stik s podporo",copied:"Kopirano",copy:"Kopiraj URL",dismiss:"Prekli\u010di",displayNameRequired:"Pozdravljeni! Kako vam je ime?",done:"Kon\u010dano",e2eeDescription:"Enkripcija je trenutno EKSPERIMENTALNA. Omogo\u010ditev enkripcije bo onemogo\u010dila funkcije, ki potrebujejo stre\u017enik, kot so pridru\u017eitev s telefonom. Sestanek bo delal samo za udele\u017eence, ki uporabljajo brskalnik s podporo za enkripcijo.",e2eeDisabledDueToMaxModeDescription:"Enkripcije ni mogo\u010de vklopiti zaradi velike \u0161tevila udele\u017eencev konference.",e2eeLabel:"Vklopi enkripcijo",e2eeWarning:"OPOZORILO: Nimajo vsi udele\u017eenci podpore za enkripcijo. \u010ce jo omogo\u010dite, vas ne bodo ve\u010d videli ali sli\u0161ali.",e2eeWillDisableDueToMaxModeDescription:"OPOZORILO: \u010ce se pridru\u017ei \u0161e ve\u010d udele\u017eencev, bo enkripcija izklopljena.",embedMeeting:"Vdelaj sestanek",enterDisplayName:"Prosimo, vnesite svoje ime",error:"Napaka",gracefulShutdown:"Na\u0161a storitev trenutno ne deluje zaradi vzdr\u017eevanja. Prosimo, poskusite kasneje.",grantModeratorDialog:"Ste prepri\u010dani, da \u017eelite uporabniku {{participantName}} dodeliti moderatorske pravice?",grantModeratorTitle:"Dodeli moderatorske pravice",hideShareAudioHelper:"Ne poka\u017ei ve\u010d tega okna",incorrectPassword:"Napa\u010dno uporabni\u0161ko ime ali geslo",incorrectRoomLockPassword:"Napa\u010dno geslo",internalError:"Ups! Nekaj je \u0161lo narobe. Pri\u0161lo je do slede\u010de napake: {{error}}",internalErrorTitle:"Notranja napaka",kickMessage:"Za ve\u010d podrobnosti lahko kontaktirate uporabnika {{participantDisplayName}}.",kickParticipantButton:"Odstrani",kickParticipantDialog:"Ali ste prepri\u010dani, da \u017eelite tega udele\u017eenca odstraniti iz sre\u010danja?",kickParticipantTitle:"Odstranim tega udele\u017eenca?",kickTitle:"Au\u010d! Uporabnik {{participantDisplayName}} vas je odstranil iz sre\u010danja",liveStreaming:"Prenos v \u017eivo",liveStreamingDisabledBecauseOfActiveRecordingTooltip:"Ni mogo\u010de med snemanjem",liveStreamingDisabledTooltip:"Prenos v \u017eivo je onemogo\u010den.",localUserControls:"Lokalne kontrole uporabnika",lockMessage:"Ni bilo mogo\u010de zakleniti konference.",lockRoom:"Dodaj geslo za sre\u010danje",lockTitle:"Zaklep ni bil uspe\u0161en",login:"Prijava",logoutQuestion:"Ste prepri\u010dani, da se \u017eelite odjaviti in zaustaviti sre\u010danje?",logoutTitle:"Odjava",maxUsersLimitReached:"Konferenca je polna, saj je bilo dose\u017eeno najve\u010dje mo\u017eno \u0161tevilo udele\u017eencev. Prosimo stopite v kontakt z gostiteljem sre\u010danja ali poskusite kasneje!",maxUsersLimitReachedTitle:"Dose\u017eeno je bilo najve\u010dje mo\u017eno \u0161tevilo udele\u017eencev",micConstraintFailedError:"Va\u0161 mikrofon ne zado\u0161\u010da zahtevam.",micNotFoundError:"Mikrofona ni bilo mogo\u010de najti.",micNotSendingData:"V nastavitvah ra\u010dunalnika vklju\u010dite mikrofon in nastavite raven zvoka",micNotSendingDataTitle:"Va\u0161 mikrofon je izklju\u010den v sistemskih nastavitvah",micPermissionDeniedError:"Niste dali dovoljenja za uporabo mikrofona. Sre\u010danju se \u0161e vedno lahko pridru\u017eite, vendar vas ostali ne bodo sli\u0161ali. Dovoljenja za dostop do mikrofona lahko nastavite v naslovni vrstici brskalnika.",micTimeoutError:"Zvoka ni bilo mogo\u010de za\u010deti. \u010casovna omejitev prese\u017eena.",micUnknownError:"Mikrofona ni bilo mogo\u010de uporabiti zaradi neznanega razloga.",moderationAudioLabel:"Dovoli udele\u017eencu, da si omogo\u010di mikrofon",moderationVideoLabel:"Dovoli udele\u017eencu, da vklopi video",muteEveryoneDialog:"Ste prepri\u010dani, da \u017eelite izklopiti zvok vsem udele\u017eencem? Ne boste jim ga mogli ve\u010d vklopiti, lahko pa si ga sami vklopijo kadarkoli.",muteEveryoneDialogModerationOn:"Udele\u017eenci lahko kadarkoli zaprosijo za vklop mikrofona",muteEveryoneElseDialog:"Ko enkrat izklopite zvok, ga jim ne boste mogli ve\u010d vklopiti, lahko pa si ga sami vklopijo kadarkoli.",muteEveryoneElseTitle:"Izklopi zvok vsem razen {{whom}}?",muteEveryoneElsesVideoDialog:"Ko bo kamera izklopljena, je ne boste mogli ve\u010d vklopiti, udele\u017eenci pa jo lahko vklopijo, kadar \u017eelijo.",muteEveryoneElsesVideoTitle:"Ustavi video vseh razen {{whom}}?",muteEveryoneSelf:"samega sebe",muteEveryoneStartMuted:"Od zdaj bodo vsi za\u010deli z izklopljenim zvokom",muteEveryoneTitle:"Izklopi zvok vsem udele\u017eencem?",muteEveryonesVideoDialog:"Udele\u017eenci lahko kadarkoli vklopijo video.",muteEveryonesVideoDialogModerationOn:"Udele\u017eenci lahko kadarkoli zaprosijo za vklop videa.",muteEveryonesVideoDialogOk:"Onemogo\u010di",muteEveryonesVideoTitle:"Ustavi video vseh udele\u017eencev?",muteParticipantBody:"Udele\u017eencem zvoka ne boste mogli vklopiti, si ga bodo pa lahko vklopili sami.",muteParticipantButton:"Uti\u0161aj",muteParticipantDialog:"Ste prepri\u010dani, da \u017eelite uti\u0161ati tega udele\u017eenca? Udele\u017eencu zvoka ne boste mogli vklopiti nazaj, si ga bo pa lahko vklopil sam.",muteParticipantTitle:"Uti\u0161am tega udele\u017eenca?",muteParticipantsVideoBody:"Kamere ne boste mogli ve\u010d vklopiti, udele\u017eenec pa jo lahko vklopi, kadar \u017eeli.",muteParticipantsVideoButton:"Ustavi video",muteParticipantsVideoDialog:"Ste prepri\u010dani, da \u017eelite izklopiti kamero udele\u017eenca? Kamere ne boste mogli ve\u010d vklopiti, udele\u017eenec pa jo lahko vklopi, kadar \u017eeli.",muteParticipantsVideoTitle:"Izklopi kamero tega udele\u017eenca?",noDropboxToken:"Nimate veljavnega \u017eetona za Dropbox",password:"Geslo",passwordLabel:"$t(lockRoomPasswordUppercase)",passwordNotSupported:"Nastavljanje gesla za sre\u010danje ni podprto.",passwordNotSupportedTitle:"$t(lockRoomPasswordUppercase) ni podprto",passwordRequired:"$t(lockRoomPasswordUppercase) je zahtevano",permissionCameraRequiredError:"Dovoljenje do kamere je potrebno za konference z videem. Prosimo, dovolite jo v nastavitvah",permissionErrorTitle:"Potrebno je dovoljenje",permissionMicRequiredError:"Dovoljenje do mikrofona je potrebo za konference z zvokom. Prosimo, dovolite ga v nastavitvah",popupError:"Va\u0161 brskalnik blokira pojavna (pop-up) okna na tej strani. V nastavitvah omogo\u010dite pojavna okna in poskusite ponovno.",popupErrorTitle:"Pojavna okna so blokirana",readMore:"ve\u010d",recording:"Snemanje",recordingDisabledBecauseOfActiveLiveStreamingTooltip:"Ni mogo\u010de med prenosom v \u017eivo",recordingDisabledTooltip:"Zagon snemanja onemogo\u010den.",rejoinNow:"Ponovno se pridru\u017ei",remoteControlAllowedMessage:"Uporabnik {{user}} je sprejel va\u0161o zahtevo za oddaljen nadzor!",remoteControlDeniedMessage:"Uporabnik {{user}} je zavrnil va\u0161o zahtevo za oddaljen nadzor!",remoteControlErrorMessage:"Pri zahtevi za dovoljenje za oddaljeni nadzor pri uporabniku {{user}}, je pri\u0161lo do napake!",remoteControlRequestMessage:"Boste dovolili uporabniku {{user}} da oddaljeno nadzoruje va\u0161e namizje?",remoteControlShareScreenWarning:"Ce kliknete \"Dovoli\", boste z ostalimi udele\u017eenci delili svoj zaslon!",remoteControlStopMessage:"Oddaljeno upravljanje namizja je kon\u010dano!",remoteControlTitle:"Nadzor oddaljenega upravljanja namizja",remoteUserControls:"Oddaljene kontrole uporabnika {{username}}",removePassword:"Odstrani $t(lockRoomPassword)",removeSharedVideoMsg:"Ste prepri\u010dani, da \u017eelite odstraniti deljeni video?",removeSharedVideoTitle:"Odstrani deljeni video",reservationError:"Napaka rezervacijskega sistema",reservationErrorMsg:"Koda napake: {{code}}, sporo\u010dilo: {{msg}}",retry:"Poskusi ponovno",screenSharingAudio:"Deli zvok",screenSharingFailed:"Ups! Nekaj je \u0161lo narobe. Deljenje zaslona ni bilo uspe\u0161no.",screenSharingFailedTitle:"Deljenje zaslona ni bilo uspe\u0161no!",screenSharingPermissionDeniedError:"Ups! Nekaj je bilo narobe z dovoljenjem za deljenje zaslona. Prosimo osve\u017eite aplikacijo in poskusite ponovno.",sendPrivateMessage:"Prejeli ste zasebno sporo\u010dilo. \u017delite nanj odgovoriti zasebno ali \u017eelite svoj odgovor poslati na skupino?",sendPrivateMessageCancel:"Odgovori skupini",sendPrivateMessageOk:"Odgovori zasebno",sendPrivateMessageTitle:"Odgovori zasebno?",serviceUnavailable:"Storitev ni na voljo",sessTerminated:"Klic je bil prekinjen",sessionRestarted:"Klic je bil znova vzpostavljen.",shareAudio:"Nadaljuj",shareAudioTitle:"Kako deliti zvok",shareAudioWarningD1:"za deljenje zvoka morate najprej prekiniti deljenje zaslona.",shareAudioWarningD2:"ponovno morate deliti zaslon in ozna\u010diti opcijo \"deli zvok\".",shareAudioWarningH1:"\u010ce \u017eelite deliti le zvok:",shareAudioWarningTitle:"Za deljenje zvoka morate prekiniti deljenje zaslona.",shareMediaWarningGenericH2:"\u010ce \u017eelite deliti zaslon in zvok",shareScreenWarningD1:"za deljenje videa morate najprej prekinit deljenje zvoka.",shareScreenWarningD2:"prekiniti morate deljenje zvoka, deliti zaslon in odzna\u010diti opcijo \"deli zvok \".",shareScreenWarningH1:"\u010ce \u017eelite deliti le zaslon:",shareScreenWarningTitle:"Za deljenje zaslona morate najprej prekiniti deljenje zvoka.",shareVideoLinkError:"Prosimo, vnesite pravilno povezavo.",shareVideoTitle:"Delite video",shareYourScreen:"Delite va\u0161 zaslon",shareYourScreenDisabled:"Deljenje zaslona je onemogo\u010deno.",sharedVideoLinkPlaceholder:"Povezava YouTube ali direktna povezava do videa",startLiveStreaming:"Za\u010dni prenos v \u017eivo",startRecording:"Za\u010dni snemanje",startRemoteControlErrorMessage:"Pri poskusu zagona oddaljenega upravljanja je pri\u0161lo do napake!",stopLiveStreaming:"Zaustavi prenos v \u017eivo",stopRecording:"Zaustavi snemanje",stopRecordingWarning:"Ste prepri\u010dani, da \u017eelite zaustaviti snemanje?",stopStreamingWarning:"Ste prepri\u010dani, da \u017eelite zaustaviti prenos v \u017eivo?",streamKey:"\u017deton za prenos v \u017eivo",thankYou:"Hvala, ker uporabljate {{appName}}!",token:"\u017eeton",tokenAuthFailed:"Oprostite, temu sre\u010danju se ne morete pridru\u017eiti.",tokenAuthFailedTitle:"Neuspe\u0161na prijava",transcribing:"Zapisovanje",unlockRoom:"Odstrani geslo sre\u010danja",user:"Uporabnik",userIdentifier:"Identifikator uporabnika",userPassword:"uporabni\u0161ko geslo",videoLink:"Povezava do video",viewUpgradeOptions:"Oglej si mo\u017enosti za nadgradnjo",viewUpgradeOptionsContent:"Za neomejen dostop do pla\u010dljivih funkcij, kot so snemanje, transkripcija, prenos v \u017eivo in ve\u010d, morate nadgraditi paket.",viewUpgradeOptionsTitle:"Odkrili ste pla\u010dljivo funkcijo.",yourEntireScreen:"Cel zaslon"},documentSharing:{title:"Deljeni dokument"},e2ee:{labelToolTip:"Vsa avdio in video komunicija v tem klicu je kriptirana."},embedMeeting:{title:"Vdelaj ta sestanek."},feedback:{average:"Povpre\u010dno",bad:"Slabo",detailsLabel:"Povejte nam ve\u010d.",good:"Dobro",rateExperience:"Ocenite va\u0161o izku\u0161njo s sistemom",star:"Zvezdica",veryBad:"Zelo slabo",veryGood:"Zelo dobro"},helpView:{title:"Center za pomo\u010d"},incomingCall:{answer:"Odgovori",audioCallTitle:"Dohodni klic",decline:"Zavrni",productLabel:"iz Jitsi Meet",videoCallTitle:"Dohodni video klic"},info:{accessibilityLabel:"Prika\u017ei informacije",addPassword:"Dodaj $t(lockRoomPassword)",cancelPassword:"Prekli\u010di $t(lockRoomPassword)",conferenceURL:"Povezava:",copyNumber:"Kopiraj \u0161tevilko",country:"Dr\u017eava",dialANumber:"Za pridru\u017eitev v konferenco, pokli\u010dite eno izmed teh \u0161tevilk ter vpi\u0161ite pin.",dialInConferenceID:"PIN:",dialInNotSupported:"Oprostite, povezovanje preko telefona trenutno ni mogo\u010de.",dialInNumber:"Povezava preko telefona:",dialInSummaryError:"Napaka pri pridobivanju podatkov za povezavo preko telefona. Prosimo, poskusite kasneje.",dialInTollFree:"Brezpla\u010dno",genericError:"Ups, nekaj je \u0161lo narobe.",inviteLiveStream:"\u010ce \u017eelite videti prenos tega sre\u010danja v \u017eivo, kliknite na to povezavo: {{url}}",invitePhone:"Za pridru\u017eitev preko telefona, vpi\u0161ite: {{number}},,{{conferenceID}}#\n",invitePhoneAlternatives:"I\u0161\u010dete drugo \u0161tevilko za povezavo preko telefona?\nNajdete jih tu: {{url}}\n\n\n\u010ce se povezujete preko doma\u010dega telegona, se lahko pridru\u017eite s povezavo brez zvoka: {{silentUrl}}",inviteSipEndpoint:"Da se pridru\u017eite z naslovo SIP, vnesite naslednji naslov: {{sipUri}}",inviteTextiOSInviteUrl:"Kliknite na to povezavo, da se pridru\u017eite: {{inviteUrl}}.",inviteTextiOSJoinSilent:"\u010ce se pridru\u017eujete preko doma\u010dega telefona, uporabite to povezavo, da se pridru\u017eite brez zvoka: {{silentUrl}}.",inviteTextiOSPersonal:"{{name}} vas vabi na sestanek.",inviteTextiOSPhone:"Da se pridru\u017eite s telefonom, uporabite to \u0161tevilko: {{number}},,{{conferenceID}}#. \u010ce i\u0161\u010dete drugo \u0161tevilke, je tu celoten seznam: {{didUrl}}.",inviteURLFirstPartGeneral:"Povabljeni ste na konferenco.",inviteURLFirstPartPersonal:"{{name}} vas je povabil/a na konferenco.\n",inviteURLSecondPart:"\nPridru\u017ei se konferenci:\n{{url}}\n",label:"Podatki o sre\u010danju",liveStreamURL:"Prenos v \u017eivo:",moreNumbers:"Ve\u010d \u0161tevilk",noNumbers:"Ni \u0161tevilk za povezavo preko telefona.",noPassword:"ni nastavljeno",noRoom:"Za povezavo preko telefona ni bila dolo\u010dena nobena soba.",numbers:"\u0160tevilke za povezavo preko telefona:",password:"$t(lockRoomPasswordUppercase):",sip:"Naslov SIP",title:"Souporaba",tooltip:"Delite povezavo ter informacije za povezavo preko telefona v to konferenco."},inlineDialogFailure:{msg:"Opala, pri\u0161lo je do te\u017eav.",retry:"Poskusi ponovno",support:"Podpora",supportMsg:"\u010ce se bo to nadaljevalo, kontaktirajte"},inviteDialog:{alertText:"Nekaterih udele\u017eencev ni bilo mogo\u010de povabiti.",header:"Povabi",searchCallOnlyPlaceholder:"Vpi\u0161i telefonsko \u0161tevilko",searchPeopleOnlyPlaceholder:"I\u0161\u010di udele\u017eence",searchPlaceholder:"Udele\u017eenec ali telefonska \u0161tevilka",send:"Po\u0161lji"},jitsiHome:"{{logo}} Logo, povezava do doma\u010de strani",keyboardShortcuts:{focusLocal:"Fokus na va\u0161 video",focusRemote:"Fokus na video drugega udele\u017eenca",fullScreen:"Poglej ali zapusti celozaslonski na\u010din",keyboardShortcuts:"Tipkovni\u010dne bli\u017enjice",localRecording:"Prika\u017ei ali skrij lokalni kontrolnik za snemanje",mute:"Vklopi ali izklopi mikrofon",pushToTalk:"Pritisni za govor",raiseHand:"Dvigni ali spusti roko",showSpeakerStats:"Prika\u017ei statistike govorcev",toggleChat:"Odpri ali zapri klepetalnico",toggleFilmstrip:"Prika\u017ei ali skrij video okenca",toggleParticipantsPane:"Prika\u017ei ali skrij seznam udele\u017eencev",toggleScreensharing:"Preklopi med kamero in deljenjem zaslona",toggleShortcuts:"Prika\u017ei ali skrij tipkovni\u010dne bli\u017enjice",videoMute:"Vklopi ali izklopi kamero"},liveStreaming:{busy:"Delamo na sprostitvi preto\u010dnih virov. Poskusite znova \u010dez nekaj minut.",busyTitle:"Vsi videopreto\u010dni stre\u017eniki so trenutno zasedeni.",changeSignIn:"Preklopi med ra\u010duni.",choose:"Izberi prenos v \u017eivo",chooseCTA:"Izberite mo\u017enost za prenos v \u017eivo. Trenutno ste prijavljeni kot {{email}}.",enterStreamKey:"Vnesite va\u0161 YouTube klju\u010d za prenos v \u017eivo.",error:"Prenos v \u017eivo ni uspel. Prosimo poskusite kasneje.",errorAPI:"Pri dostopu do YouTubovih oddaj je priplo do napake. Prosimo, poskusite se prijaviti kasneje.",errorLiveStreamNotEnabled:"Prenos v \u017eivo na {{email}} ni omogo\u010den. Prosimo, omogo\u010dite prenos v \u017eivo ali se prijavite v ra\u010dun, ki ima omogo\u010den prenos v \u017eivo.",expandedOff:"Prenos v \u017eivo je zaustavljen",expandedOn:"Sre\u010danje se prena\u0161a na YouTube.",expandedPending:"Prenos v \u017eivo se za\u010denja...",failedToStart:"Prenos v \u017eivo se ni za\u010del",getStreamKeyManually:"Ni bilo mogo\u010de najti prenosov v \u017eivo. Poskusite pridobiti klju\u010d za prenos v \u017eivo iz YouTuba.",googlePrivacyPolicy:"Politika zasebnosti Google",invalidStreamKey:"Klju\u010d prenosa v \u017eivo je morda napa\u010den.",limitNotificationDescriptionNative:"Va\u0161 prenos v \u017eivo bo omejen na {{limit}} min. Za neomejen prenos preizkusite {{app}}.",limitNotificationDescriptionWeb:"Zaradi velikega povpra\u0161evanja bo va\u0161 prenos omejen na {{limit}} min. Za neomejen prenos preizkusite {{app}}.",off:"Prenos v \u017eivo zaustavljen",offBy:"Uporabnik {{name}} je prekinil prenos v \u017eivo",on:"Prenos v \u017eivo",onBy:"Uporabnik {{name}} je za\u010del prenos v \u017eivo",pending:"Za\u010denjam prenos v \u017eivo...",serviceName:"Storitev prenosa v \u017eivo",signIn:"Prijavite se z Googlovim ra\u010dunom",signInCTA:"Prijavite se ali vnesite klju\u010d za prenos v \u017eivo iz YouTuba.",signOut:"Odjava",signedInAs:"Trenutno ste prijavljeni kot:",start:"Za\u010dni prenos v \u017eivo",streamIdHelp:"Kaj je to?",title:"Prenos v \u017eivo",unavailableTitle:"Prenos v \u017eivo ni na voljo",youtubeTerms:"Pogoji uporabe YouTube"},lobby:{admit:"Sprejmi",admitAll:"Sprejmi vse",allow:"Dovoli",backToKnockModeButton:"Prosi za dostop",dialogTitle:"Na\u010din predsobe",disableDialogContent:"Na\u010din predsobe je trenutno omogo\u010den. Ta funkcija zagotavlja, da se ne\u017eeleni udele\u017eenci ne morejo pridru\u017eiti sestanku. \u017delite ta na\u010din izklopiti?",disableDialogSubmit:"Onemogo\u010di",emailField:"Vpi\u0161ite e-po\u0161tni naslov",enableDialogPasswordField:"Dolo\u010di geslo (opcijsko)",enableDialogSubmit:"Omogo\u010di",enableDialogText:"Na\u010din predsobe zavaruje va\u0161 sestanek tako, da se lahko pridru\u017eijo le ljudje, ki jim to dovoli moderator.",enterPasswordButton:"Vnesi geslo sestanka",enterPasswordTitle:"Vnesi geslo za pridru\u017eitev sestanku",errorMissingPassword:"Prosimo, vnesite geslo sestanka",invalidPassword:"Napa\u010dno geslo",joinRejectedMessage:"Va\u0161o pro\u0161njo je zavrnil moderator.",joinTitle:"Pridru\u017ei se",joinWithPasswordMessage:"Pridru\u017eevanje sestanku z geslom...",joiningMessage:"Sestanku se boste pridru\u017eili, takoj ko vas bo nekdo sprejel.",joiningTitle:"Pridru\u017eevanju sestanku...",joiningWithPasswordTitle:"Pridru\u017eevanje sestanku z geslom...",knockButton:"Prosi za dostop",knockTitle:"Nekdo se \u017eeli pridru\u017eiti sestanku",knockingParticipantList:"Seznam udele\u017eencev, ki se \u017eelijo pridru\u017eiti",nameField:"Vpi\u0161ite ime",notificationLobbyAccessDenied:"{{targetParticipantName}} je bil/a zavrnjen/a s strani {{originParticipantName}}",notificationLobbyAccessGranted:"{{targetParticipantName}} je dobil/a dovoljenje za pridru\u017eitev s strani {{originParticipantName}}",notificationLobbyDisabled:"{{originParticipantName}} je onemogo\u010dil/a predsobo.",notificationLobbyEnabled:"{{originParticipantName}} je omogo\u010dil/a predsobo",notificationTitle:"Predsoba",passwordField:"Vnesite geslo sestanka",passwordJoinButton:"Pridru\u017ei se",reject:"Zavrni",rejectAll:"Zavrni vse",title:"Predsoba",toggleLabel:"Omogo\u010di predsobo"},localRecording:{clientState:{off:"Izklop",on:"Vklop",unknown:"Neznano"},dialogTitle:"Kontrolnik za lokalno snemanje",duration:"Trajanje",durationNA:"N/A",encoding:"Kodiranje",label:"LOR",labelToolTip:"Lokalno snemanje je vklju\u010deno",localRecording:"Lokalno snemanje",me:"Jaz",messages:{engaged:"Lokalno snemanje je vklju\u010deno.",finished:"Seja snemanja {{token}} kon\u010dana. Datoteko s posnetkom po\u0161ljite moderatorju.",finishedModerator:"Seja snemanja {{token}} kon\u010dana. Posnetek lokalnega snemanja je bil shranjen. Prosite ostale udele\u017eence, da oddajo svoje posnetke.",notModerator:"Niste moderator, zato ne morete zagnati ali zaustaviti lokalnega snemanja."},moderator:"Moderator",no:"Ne",participant:"Udele\u017eenec",participantStats:"Statistika udele\u017eenca",sessionToken:"Sejni \u017eeton",start:"Za\u010dni snemanje",stop:"Zaustavi snemanje",yes:"Da"},lockRoomPassword:"geslo",lockRoomPasswordUppercase:"Geslo",lonelyMeetingExperience:{button:"Povabi ostale",youAreAlone:"V sestanku ste sami"},me:"jaz",notify:{OldElectronAPPTitle:"Varnostna ranljivost!",allowAction:"Dovoli",allowedUnmute:"Lahko vklopite mikrofon, kamero ali za\u010dnete deljenje zaslona.",connectedOneMember:"Uporabnik {{name}} se je pridru\u017eil sre\u010danju",connectedThreePlusMembers:"Uporabnik {{name}} ter \u0161e ({{count}}) drugih se je pridru\u017eilo sre\u010danju",connectedTwoMembers:"{{first}} in {{second}} sta se pridru\u017eila sre\u010danju",disconnected:"Prekinjena",focus:"Fokus konference",focusFail:"{{component}} ni na voljo - poskusite \u010dez {{ms}} s",groupTitle:"Obvestila",hostAskedUnmute:"Moderator \u017eeli, da si vklopite mikrofon.",invitedOneMember:"Uporabnik {{name}} je bil povabljen",invitedThreePlusMembers:"Uporabnik {{name}} ter \u0161e ({{count}}) drugih se je pridru\u017eilo sre\u010danju",invitedTwoMembers:"{{first}} and {{second}} sta se pridru\u017eila sre\u010danju",kickParticipant:"Uporabnik {{kicker}} je uporabnika {{kicked}} odstranil iz sre\u010danja",me:"jaz",moderationInEffectCSDescription:"Dvignite roko, \u010de \u017eelite deliti zaslon.",moderationInEffectCSTitle:"Moderator je onemogo\u010dil deljenje zaslona",moderationInEffectDescription:"Dvignite roko, \u010de \u017eelite govoriti.",moderationInEffectTitle:"Moderator je onemogo\u010dil vklop mikrofona",moderationInEffectVideoDescription:"Dvignite roko, \u010de \u017eelite vklopiti kamero.",moderationInEffectVideoTitle:"Moderator je onemogo\u010dil vklop kamere",moderationRequestFromModerator:"Gostitelj \u017eeli, da si vklopite mikrofon",moderationRequestFromParticipant:"\u017deli govoriti",moderationStartedTitle:"Moderacija je vklopljena",moderationStoppedTitle:"Moderacija je izklopljena",moderationToggleDescription:"od {{participantDisplayName}}",moderator:"Podeljene moderatorske pravice!",muted:"Pogovor ste za\u010deli z uti\u0161anim mikrofonom.",mutedRemotelyDescription:"\u010ce \u017eelite govoriti, si mikrofon lahko vklopite. Ko boste kon\u010dali ga izklju\u010dite, da na sre\u010danju ne bo sli\u0161ati preve\u010d \u0161umov in ropota.",mutedRemotelyTitle:"Va\u0161 mikrofon je uti\u0161al uporabnik {{participantDisplayName}}!",mutedTitle:"Va\u0161 mikrofon je uti\u0161an!",newDeviceAction:"Uporabi",newDeviceAudioTitle:"Zaznana je bila nova zvo\u010dna naprava",newDeviceCameraTitle:"Zaznana je bila nova kamera",oldElectronClientDescription1:"Uporabljate staro verzijo aplikacije Jitsi Meet, ki ima varnostne ranljivosti. Prosimo, nalo\u017eite si ",oldElectronClientDescription2:"zadnjo verzijo.",oldElectronClientDescription3:" zdaj!",passwordRemovedRemotely:"$t(lockRoomPasswordUppercase) je odstranil drug udele\u017eenec sre\u010danja",passwordSetRemotely:"$t(lockRoomPasswordUppercase) je bilo nastavljeno s strani drugega udele\u017eenca sre\u010danja",raiseHandAction:"Dvigni roko",raisedHand:"{{name}} \u017eeli govoriti.",reactionSounds:"Izklopi zvoke",screenShareNoAudio:" Deljenje zvoka ni bilo omogo\u010deno ob deljenju zaslona",screenShareNoAudioTitle:"Sistemskega zvoka ni bilo mogo\u010de deliti.",somebody:"Nekdo",startSilentDescription:"Ponovno se pridru\u017eite sre\u010danju in omogo\u010dite zvok",startSilentTitle:"Pridru\u017eili ste se brez zvoka!",suboptimalBrowserWarning:"Kot ka\u017ee va\u0161a uporabni\u0161ka izku\u0161nja z na\u0161im sistemom ne bo najbolj\u0161a. Trudimo se, da bi uporabni\u0161ko izku\u0161njo izbolj\u0161ali, do takrat pa prosimo uporabljajte enega od popolnoma podprtih brskalnikov.",suboptimalExperienceTitle:"Opozorilo brskalnika",unmute:"Vklopi nazaj",videoMutedRemotelyDescription:"Kadarkoli si ga lahko vklopite nazaj.",videoMutedRemotelyTitle:"Va\u0161 video je izklopil moderator {{moderator}}"},participantsPane:{actions:{allow:"Udele\u017eenci si lahko:",allowVideo:"Dovoli video",askUnmute:"Prosi za vklop mikrofona",audioModeration:"Dovoli zvok",blockEveryoneMicCamera:"Onemogo\u010di zvok in video vseh udele\u017eencev",invite:"Povabi",mute:"Izklopi zvok",muteAll:"Izklopi zvok vsem",muteEveryoneElse:"Izklopi zvok vsem ostalim",stopEveryonesVideo:"Izklopi video vsem ostalim",stopVideo:"Izklopi video",unblockEveryoneMicCamera:"Dovoli zvok in video vsem udele\u017eencem",videoModeration:"Vklopi njihov video"},close:"Zapri",headings:{lobby:"Predsoba ({{count}})",participantsList:"Seznam udele\u017eencev ({{count}})",waitingLobby:"\u010cakajo\u010di v predsobi ({{count}})"},title:"Udele\u017eenci"},passwordDigitsOnly:"Do {{number}} \u0161tevilk",passwordSetRemotely:"nastavljeno s strani drugega uporabnika",polls:{answer:{skip:"Presko\u010di",submit:"Po\u0161lji"},create:{addOption:"Dodaj mo\u017enost",answerPlaceholder:"Mo\u017enost {{index}}",cancel:"Prekli\u010di",create:"Ustvari anketo",pollOption:"Mo\u017enost ankete {{index}}",pollQuestion:"Vpra\u0161anje ankete",questionPlaceholder:"Postavi vpra\u0161anje",removeOption:"Odstrani mo\u017enost",send:"Po\u0161lji"},notification:{description:"Odpri zavihek z anketami za glasovanje",title:"V sestanek je bila dodana nova anketa"},results:{changeVote:"Spremeni svoj glas",empty:"V sestanku \u0161e ni anket. Ustvari anketo tukaj!",hideDetailedResults:"Skrij podrobnosti",showDetailedResults:"Poka\u017ei podrobnosti",vote:"Glasuj"}},poweredby:"Poganja ga",prejoin:{audioAndVideoError:"Napaka zvoka in videa:",audioDeviceProblem:"Napaka z va\u0161o zvo\u010dno napravo",audioOnlyError:"Napaka zvoka:",audioTrackError:"Ni bilo mo\u017eno ustvariti zvoka",callMe:"Pokli\u010di me",callMeAtNumber:"Pokli\u010di me na tej \u0161tevilki:",calling:"Klicanje",configuringDevices:"Nastavljanje naprav...",connectedWithAudioQ:"Ste povezani z zvokom?",connection:{good:"Va\u0161a internetna povezava je dobra!",nonOptimal:"Va\u0161a internetna povezava ni optimalna",poor:"Imate slabo internetno povezavo"},connectionDetails:{audioClipping:"Va\u0161 zvok bo verjetno odrezan.",audioHighQuality:"Va\u0161 zvok bi moral biti zelo kvaliteten.",audioLowNoVideo:"Va\u0161 zvok bo verjetno slab\u0161e kvalitete in brez videa.",goodQuality:"Super! Kvaliteva va\u0161e medije bo odli\u010dna.",noMediaConnectivity:"Preverjanje povezave neuspe\u0161no. To lahko povzro\u010di po\u017earni zid ali NAT.",noVideo:"Va\u0161 video bo verjetno zelo slab.",undetectable:"\u010ce \u0161e vedno ne morete opravljati klicev v brskalniku, se prepri\u010dajte, da va\u0161i zvo\u010dniki, mikrofon in kamera delujejo pravilno, da ste brskalniku dovolili dostop in da uporabljate zadnjo verzijo brskalnika. \u010ce imate \u0161e vedno te\u017eave, kontaktirajte razvijalce spletne aplikacije.",veryPoorConnection:"Kvaliteva klica bo verjetno zelo slaba.",videoFreezing:"Va\u0161 video bo verjetno zmrzoval.",videoHighQuality:"Va\u0161 video bo verjento visoke kvalitete.",videoLowQuality:"Va\u0161 video bo verjetno sla\u0161be kvalitete.",videoTearing:"Va\u0161 video bo imel verjetno vizualne artefakte."},copyAndShare:"Kopiraj in deli povezavo sestanka",dialInMeeting:"Sestanku se pridru\u017ei s klicem",dialInPin:"Sestanku se pridru\u017eite s klicem in vnesite kodo PIN:",dialing:"Klicanje",doNotShow:"Tega zaslona ne poka\u017ei ve\u010d",errorDialOut:"Klicanje ni bilo uspe\u0161no",errorDialOutDisconnected:"Klicanje ni bilo uspe\u0161no. Povezava prekinjena",errorDialOutFailed:"Klicanje ni bilo uspe\u0161no. Klic neuspe\u0161en",errorDialOutStatus:"Neuspe\u0161no pridobivanje statusa klica",errorMissingName:"Prosimo, vnesite svoje ime",errorNoPermissions:"Dovoliti morate dostop do mikrofona in kamere",errorStatusCode:"Klicanje ni bilo uspe\u0161no, koda statusa: {{status}}",errorValidation:"Validacija \u0161tevilke ni bila uspe\u0161na",iWantToDialIn:"Sestanku se pridru\u017ei s klicem",initiated:"Klic za\u010det",joinAudioByPhone:"Pridru\u017ei se z zvokom telefona",joinMeeting:"Pridru\u017ei se sestanku",joinWithoutAudio:"Pridru\u017ei se brez zvoka",keyboardShortcuts:"Omogo\u010di bli\u017enjice tipkovnice",linkCopied:"Povezava je bila kopirana",lookGood:"Va\u0161 mikrofon deluje pravilno",or:"ali",premeeting:"Pred sestanek",screenSharingError:"Napaka deljenja zaslona:",showScreen:"Omogo\u010di zaslon pred sestankom",startWithPhone:"Za\u010dni z zvokom telefona",videoOnlyError:"Napaka videa:",videoTrackError:"Ni bilo mogo\u010de ustvariti videa.",viewAllNumbers:"poglej vse \u0161tevilke"},presenceStatus:{busy:"Zaseden",calling:"Kli\u010dem...",connected:"Povezan",connecting:"Povezovanje...",connecting2:"Povezovanje*...",disconnected:"Prekinjeno",expired:"Prete\u010deno",ignored:"Ignorirano",initializingCall:"Za\u010detek klica...",invited:"Povabljen",rejected:"Zavrnjen",ringing:"Zvoni..."},profile:{avatar:"avatar",setDisplayNameLabel:"Nastavite svoje prikazno ime",setEmailInput:"Vnesite e-naslov",setEmailLabel:"Nastavite svoj e-naslov",title:"Profil"},raisedHand:"\u017deli govoriti",recording:{authDropboxText:"Nalo\u017ei na Dropbox",availableSpace:"Na voljo je \u0161e: {{spaceLeft}} MB (za pribli\u017eno {{duration}} minut snemanja)",beta:"BETA",busy:"Delamo na sprostitvi virov za snemanje. Poskusite znova \u010dez nekaj minut.",busyTitle:"Trenutno so vsi viri za snemanje zasedeni.",copyLink:"Kopiraj povezavo",error:"Snemanje ni uspelo. Prosim poskusite ponovno.",errorFetchingLink:"Napaka pri pridobivanju povezave do posnetka.",expandedOff:"Snemanje se je zaustavilo.",expandedOn:"Sestanek se trenutno snema.",expandedPending:"Snemanje se za\u010denja...",failedToStart:"Snemanja ni bilo mogo\u010de za\u010deti",fileSharingdescription:"Delite snemanje z udele\u017eenci sre\u010danja",limitNotificationDescriptionNative:"Zaradi velikega povpra\u0161evanja bo snemanje omejeno na {{limit}} min. Za neomejeno snemanje preizkusite <3>{{app}}.",limitNotificationDescriptionWeb:"Zaradi velikega povpra\u0161evanja bo snemanje omejeno na {limit}} min. Za neomejeno snemanje preizkusite {{app}}.",linkGenerated:"Ustvarili smo povezava do posnetka.",live:"V \u017dIVO",loggedIn:"Vpisan kot {{userName}}",off:"Snemanje ustavljeno",offBy:"{{name}} je ustavil snemanje",on:"Snemanje",onBy:"{{name}} je za\u010del snemanje",pending:"Priprava snemanja sre\u010danja...",rec:"REC",serviceDescription:"Va\u0161 posnetek bo shranila storitev snemanja",serviceDescriptionCloud:"Snemanje v oblak",serviceName:"Storitev snemanja",signIn:"Prijava",signOut:"Odjava",title:"Snemanje",unavailable:"Ups! {{ServiceName}} trenutno ni na voljo. Delamo na tem, da te\u017eavo odpravimo. Prosimo, poskusite kasneje.",unavailableTitle:"Snemanje ni mogo\u010de",uploadToCloud:"Nalo\u017ei v oblak"},sectionList:{pullToRefresh:"Potegnite za osve\u017eitev"},security:{about:"Sestanku lahko dodate $t(lockRoomPassword). Preden se lahko udele\u017eenci pridru\u017eijo, bodo morali vpisati $t(lockRoomPassword).",aboutReadOnly:"Moderatorji lahko sestanku dodajo $t(lockRoomPassword). Preden se lahko udele\u017eenci pridru\u017eijo, bodo morali vpisati $t(lockRoomPassword).",insecureRoomNameWarning:"Ime sobe ni varno. Ne\u017eeleni udele\u017eenci se lahko pridru\u017eijo konferenci.",securityOptions:"Nastavitve varnosti"},settings:{calendar:{about:"Integracija koledarja {{appName}} se uporablja za varen dostop do va\u0161ega koledarja, tako da lahko bere prihajajo\u010de dogodke.",disconnect:"Prekini povezavo",microsoftSignIn:"Prijavite se z Microsoft ra\u010dunom",signedIn:"Trenutno dostopate do dogodkov v koledarju za {{email}}. \u010ce \u017eelite ustaviti dostop do koledarskih dogodkov, kliknite gumb 'Prekini povezavo'.",title:"Koledar"},desktopShareFramerate:"Sli\u010dice na sekundo pri deljenju zaslona",desktopShareHighFpsWarning:"Vi\u0161je \u0161tevilo sli\u0161ic na sekundo lahko vpliva na va\u0161o povezavo. Ponovno morate deliti zaslon, da bodo nove nastavitve veljave.",desktopShareWarning:"Ponovno morate deliti zaslon, da bodo nove nastavitve veljave.",devices:"Naprave",followMe:"Vsi sledijo meni",framesPerSecond:"sli\u010dic na sekundo",incomingMessage:"Prihajajo\u010de sporo\u010dilo",language:"Jezik",loggedIn:"Prijavljen kot {{name}}",microphones:"Microphones",moderator:"Moderator",more:"Ve\u010d",name:"Ime",noDevice:"brez",participantJoined:"Udele\u017eenec se je pridru\u017eil",participantLeft:"Udele\u017eenec je od\u0161el",playSounds:"Predvajaj zvok",reactions:"Reakcije sestanka",sameAsSystem:"Enako kot v sistemu ({{label}})",selectAudioOutput:"Avdio izhod",selectCamera:"Kamera",selectMic:"Mikrofon",sounds:"Zvoki",speakers:"Speakers",startAudioMuted:"Vsi za\u010dnejo z uti\u0161anim mikrofonom",startVideoMuted:"Vsi za\u010dnejo z izklju\u010deno kamero",talkWhileMuted:"Govorenje ob izklopljenem mikrofonu",title:"Nastavitve"},settingsView:{advanced:"Napredno",alertCancel:"Cancel",alertOk:"OK",alertTitle:"Opozorilo",alertURLText:"Vne\u0161en URL naslov stre\u017enika ni veljaven",buildInfoSection:"Razli\u010dica aplikacije",conferenceSection:"Konferenca",disableCallIntegration:"Onemogo\u010di integracijo doma\u010dih klicev",disableCrashReporting:"Disable crash reporting",disableCrashReportingWarning:"Are you sure you want to disable crash reporting? The setting will be applied after you restart the app.",disableP2P:"Onemogo\u010di P2P na\u010din",displayName:"Prikazno ime",email:"E-naslov",header:"Nastavitve",profileSection:"Profil",serverURL:"URL stre\u017enika",showAdvanced:"Prika\u017ei napredne nastavitve",startWithAudioMuted:"Za\u010dni z uti\u0161anim zvokom",startWithVideoMuted:"Za\u010dni z izklju\u010deno kamero",version:"Razli\u010dica"},share:{dialInfoText:"\n\n=====\n\nSe \u017eelite povezati s telefonom?\n\n{{defaultDialInNumber}}\u010ce \u017eelite videti \u0161tevilke za povezavo prek telefona, kliknite povezavo:\n{{dialInfoPageUrl}}",mainText:"\u010ce se \u017eelite pridru\u017eiti konferenci, kliknite na to povezavo:\n{{roomUrl}}"},speaker:"Govorec",speakerStats:{hours:"{{count}}h",minutes:"{{count}}m",name:"Ime",search:"Iskanje",seconds:"{{count}}s",speakerStats:"Statistika govorca",speakerTime:"\u010cas govorjenja"},startupoverlay:{genericTitle:"Sestanek potrebuje dostop do va\u0161ega mikrofona in kamere.",policyText:" ",title:"{{app}} potrebuje dostop do va\u0161ega mikrofona in kamere."},suspendedoverlay:{rejoinKeyTitle:"Ponovno se pridru\u017ei",text:"Za ponovno povezavo pritisnite gumb Ponovno se pridru\u017ei.",title:"Video klic se je prekinil, ker je bil ra\u010dunalnik vmes v stanju spanja."},toolbar:{Settings:"Nastavitve",accessibilityLabel:{Settings:"Preklopi nastavitve",audioOnly:"Preklopi samo na avdio",audioRoute:"Izberi zvo\u010dno napravo",boo:"Bu",callQuality:"Upravljaj kvaliteto videa",cc:"Preklopi podnapise",chat:"Preklopi okno za klepet",clap:"plosk",collapse:"Skr\u010di",document:"Preklopi deljeni dokument",download:"Prenesi na\u0161e aplikacije",embedMeeting:"Vdelaj sestanek",expand:"Raz\u0161iri",feedback:"Po\u0161lji povratno informacijo",fullScreen:"Preklopi v celozaslonski na\u010din",grantModerator:"Dodeli moderatorske pravice",hangup:"Zapusti klic",help:"Pomo\u010d",invite:"Povabi druge osebe",kick:"Odstrani udele\u017eenca",laugh:"Smeh",like:"V\u0161e\u010dek",lobbyButton:"Vklopi/izklopi na\u010din predsobe",localRecording:"Preklopi kontrolnik lokalnega snemanja",lockRoom:"Preklopi geslo sre\u010danja",moreActions:"Preklopi meni z ve\u010d mo\u017enostmi",moreActionsMenu:"Meni z ve\u010d mo\u017enostmi",moreOptions:"Prika\u017ei ve\u010d mo\u017enosti",mute:"Preklopi uti\u0161anje mikrofona",muteEveryone:"Mute everyone",muteEveryoneElse:"Izklopi zvok vsem ostalim",muteEveryoneElsesVideo:"Izklopi video vsem ostalim",muteEveryonesVideo:"Izklopi video vseh udele\u017eencev",participants:"Udele\u017eenci",pip:"Preklopi na\u010din slika-v-sliki",privateMessage:"Po\u0161lji zasebno sporo\u010dilo",profile:"Uredi svoj profil",raiseHand:"Preklopi dvig roke",reactionsMenu:"Odpri/zapri meni reakcij",recording:"Preklopi snemanje",remoteMute:"Uti\u0161aj udele\u017eenca",remoteVideoMute:"Izklopi kamero udele\u017eenca",security:"Nastavitve varnosti",selectBackground:"Izberi ozadnje",shareRoom:"Povabi druge osebe",shareYourScreen:"Preklopi deljenje zaslona",shareaudio:"Deli zvok",sharedvideo:"Preklopi deljenje videa",shortcuts:"Preklopi bli\u017enjice",show:"Prika\u017ei na sceni",silence:"Ti\u0161ina",speakerStats:"Preklopi statistiko govorca",surprised:"Presene\u010denje",tileView:"Preklopi plo\u0161\u010di\u010dni pogled",toggleCamera:"Preklopi kamero",toggleFilmstrip:"Toggle filmstrip",videoblur:"Preklopi zabrisovanje videa",videomute:"Preklopi izklop videa"},addPeople:"Dodaj druge udele\u017eence v va\u0161 klic",audioOnlyOff:"Onemogo\u010di na\u010din nizke pasovne \u0161irine",audioOnlyOn:"Omogo\u010di na\u010din nizke pasovne \u0161irine",audioRoute:"Izberi zvo\u010dno napravo",audioSettings:"Nastavitve zvoka",authenticate:"Overi",boo:"Bu",callQuality:"Upravljaj kvaliteto videa",chat:"Odpri / zapri klepet",clap:"Plosk",closeChat:"Zapri klepet",closeReactionsMenu:"Zapri meni reakcij",disableReactionSounds:"Izklopite lahko zvok reakcij za ta sestanek",documentClose:"Zapri deljeni dokument",documentOpen:"Odpri deljeni dokument",download:"Prenesi na\u0161e aplikacije",e2ee:"End-to-End Encryption",embedMeeting:"Vdelaj sestanek",enterFullScreen:"Poglej na celem zaslonu",enterTileView:"Plo\u0161\u010di\u010dni pogled",exitFullScreen:"Zapusti celozaslonski na\u010din",exitTileView:"Zapusti plo\u0161\u010di\u010dni pogled",feedback:"Pusti povratno informacijo",hangup:"Zapusti",help:"Pomo\u010d",invite:"Povabi druge osebe",laugh:"Smeh",like:"V\u0161e\u010dek",lobbyButtonDisable:"Izklopi na\u010din predsobe",lobbyButtonEnable:"Vklopi na\u010din predsobe",login:"Prijava",logout:"Odjava",lowerYourHand:"Spusti svojo roko",moreActions:"Ve\u010d mo\u017enosti",moreOptions:"Ve\u010d mo\u017enosti",mute:"Vklopi / izklopi mikrofon",muteEveryone:"Izklopi zvok vsem",muteEveryonesVideo:"Izklopi kamero vseh udele\u017eencev",noAudioSignalDesc:"\u010ce ga niste namerno izklopili iz sistemskih nastavitev ali naprave, morda zamenjate napravo.",noAudioSignalDescSuggestion:"\u010ce ga niste namerno izklopili iz sistemskih nastavitev ali naprave, morda zamenjate napravo.",noAudioSignalDialInDesc:"Pridru\u017eite se lahko tudi s telefonom:",noAudioSignalDialInLinkDesc:"\u0160tevilke za pridru\u017eitev s telefonom",noAudioSignalTitle:"Iz va\u0161ega mikrofona ni zvoka!",noisyAudioInputDesc:"Va\u0161 mikrofon je glasen, morda si izklopite zvok ali zamenjate napravo.",noisyAudioInputTitle:"Va\u0161 mikrofon je glasen!",openChat:"Odpri klepet",openReactionsMenu:"Odpri meni reakcij",participants:"Udele\u017eenci",pip:"Aktiviraj na\u010din slika-v-sliki",privateMessage:"Po\u0161lji zasebno sporo\u010dilo",profile:"Uredi svoj profil",raiseHand:"Dvigni / spusti svojo roko",raiseYourHand:"Dvigni svojo roko",reactionBoo:"Po\u0161lji reakcijo bu",reactionClap:"Po\u0161lji reakcijo ploska",reactionLaugh:"Po\u0161lji reakcijo smeha",reactionLike:"Po\u0161lji reakcija v\u0161e\u010dka",reactionSilence:"Po\u0161lji reakcijo ti\u0161ine",reactionSurprised:"Po\u0161lji reakcijo presene\u010denja",security:"Nastavitve varnosti",selectBackground:"Izberi ozadje",shareRoom:"Povabi nekoga",shareaudio:"Deli zvok",sharedvideo:"Deli video",shortcuts:"Prika\u017ei bli\u017enjice",silence:"Ti\u0161ina",speakerStats:"Statistike govorcev",startScreenSharing:"Za\u010dni deliti zaslon",startSubtitles:"Za\u010dni prikaz podnapisov",stopAudioSharing:"Izklopi deljenje zvoka",stopScreenSharing:"Prekini deljenje zaslona",stopSharedVideo:"Ustavi video",stopSubtitles:"Prekini prikaz podnapisov",surprised:"Presene\u010denje",talkWhileMutedPopup:"\u017delite govoriti? Uti\u0161ani ste.",tileViewToggle:"Preklopi plo\u0161\u010di\u010dni pregled",toggleCamera:"Preklopi kamero",videoSettings:"Nastavitve videa",videomute:"Vklopi / izklopi kamero"},transcribing:{ccButtonTooltip:"Vklopi / Izklopi podnapise",error:"Prepisovanje ni uspelo. Prosim poskusite ponovno.",expandedLabel:"Prepisovanje je vklju\u010deno",failedToStart:"Prepisovanja ni bilo mogo\u010de za\u010deti",labelToolTip:"Sestanek se prepisuje",off:"Prepisovanje zaustavljeno",pending:"Priprava na prepis sestanka...",start:"Za\u010dni prikazovati podnapise",stop:"Prenehaj prikazovati podnapise",tr:"TR"},userMedia:{androidGrantPermissions:"Izberite Dovoli, ko brskalnik zahteva dovoljenja.",chromeGrantPermissions:"Izberite Dovoli, ko brskalnik zahteva dovoljenja.",edgeGrantPermissions:"Izberite Da, ko brskalnik zahteva dovoljenja.",electronGrantPermissions:"Prosimo, da odobrite zahtevo za uporabo kamere in mikrofona",firefoxGrantPermissions:"Izberite Skupna raba izbrane naprave, ko brskalnik zahteva dovoljenja.",iexplorerGrantPermissions:"Izberite OK, ko brskalnik zahteva dovoljenja.",nwjsGrantPermissions:"Prosimo, da odobrite zahtevo za uporabo kamere in mikrofona",operaGrantPermissions:"Izberite Dovoli, ko brskalnik zahteva dovoljenja.","react-nativeGrantPermissions":"Izberite Dovoli, ko brskalnik zahteva dovoljenja.",safariGrantPermissions:"Izberite OK, ko brskalnik zahteva dovoljenja."},videoSIPGW:{busy:"Delamo na sprostitvi virov. Poskusite znova \u010dez nekaj minut.",busyTitle:"Storitev je trenutno zasedena",errorAlreadyInvited:"{{displayName}} je \u017ee povabljen",errorInvite:"Konferenca \u0161e ni vzpostavljena. Prosim poskusite kasneje.",errorInviteFailed:"Delamo na re\u0161evanju te\u017eave. Prosim poskusite kasneje.",errorInviteFailedTitle:"Povabilo {{displayName}} ni uspelo",errorInviteTitle:"Napaka pri povabilu v sobo",pending:"{{displayName}} je bil povabljen"},videoStatus:{audioOnly:"ZVOK",audioOnlyExpanded:"Ste v na\u010dinu nizke pasovne \u0161irine. V tem na\u010dinu boste prejemali samo avdio in deljenje zaslona.",callQuality:"Kvaliteta videa",hd:"HD",hdTooltip:"Prenos videa v visoki lo\u010dljivosti",highDefinition:"Visoka lo\u010dljivost",labelTooiltipNoVideo:"Ni videa",labelTooltipAudioOnly:"Omogo\u010den je na\u010din nizke pasovne \u0161irine",ld:"LD",ldTooltip:"Prenos videa v nizki lo\u010dljivosti",lowDefinition:"Nizka lo\u010dljivost",sd:"SD",sdTooltip:"Prenos videa v standardni lo\u010dljivosti",standardDefinition:"Standardna lo\u010dljivost"},videothumbnail:{connectionInfo:"Informacije povezave",domute:"Uti\u0161aj",domuteOthers:"Izklopi zvok vsem ostalim",domuteVideo:"Izklopi kamero",domuteVideoOfOthers:"Izklopi kamero vsem ostalim",flip:"Zrcali",grantModerator:"Dodeli moderatorske pravice",kick:"Odstrani",moderator:"Moderator",mute:"Udele\u017eenec je uti\u0161an",muted:"Uti\u0161an",remoteControl:"Oddaljeni nadzor",show:"Prika\u017ei na sceni",videoMuted:"Kamera izklopljena",videomute:"Udele\u017eenec je zaustavil kamero"},virtualBackground:{addBackground:"Dodaj ozadje",apply:"Uveljavi",backgroundEffectError:"Ni bilo mogo\u010de uveljaviti virtualnega ozadja.",blur:"Zameglitev",deleteImage:"Izbri\u0161i sliko",desktopShare:"Deljenje zaslona",desktopShareError:"Ni bilo mogo\u010de vklopiti deljenje zaslona",image1:"Obala",image2:"Bela stena",image3:"Bela soba",image4:"\u010crna svetilka",image5:"Gora",image6:"Gozd",image7:"Son\u010dni vzhod",none:"Brez",pleaseWait:"Prosimo, po\u010dakajte ...",removeBackground:"Odstrani ozadje",slightBlur:"Delna zameglitev",title:"Virtualna ozadja",uploadedImage:"Nalo\u017eena slika {{index}}",webAssemblyWarning:"WebAssembly ni podprt."},volumeSlider:"Drsnik glasnosti",welcomepage:{accessibilityLabel:{join:"Kliknite, \u010de se \u017eelite pridru\u017eiti",roomname:"Vnesi ime sobe"},addMeetingName:"Dodaj ime sestanka",appDescription:"{{app}} je \u0161ifrirana, popolnoma odprtokodna re\u0161itev za izvajanje videokonferenc, ki jo lahko uporabljate neomejeno in brez registracije. Na sre\u010danje lahko povabite kogarkoli - brez omejitev.",audioVideoSwitch:{audio:"Avdio",video:"Video"},calendar:"Koledar",connectCalendarButton:"Pove\u017ei svoj koledar",connectCalendarText:"\u010ce \u017eelite v aplikaciji {{app}} videti vsa svoja sre\u010danja, jo pove\u017eite s koledarjem. Poleg tega lahko v svoj koledar dodate \u0161e sre\u010danja ponudnika {{provider}} in jih za\u017eenete z enim klikom.",enterRoomTitle:"Za\u010dni novo sre\u010danje",getHelp:"Pridobi pomo\u010d",go:"POJDI",goSmall:"POJDI",headerSubtitle:"Varni in kvalitetni sestanki",headerTitle:"Jitsi Meet",info:"Informacije",jitsiOnMobile:"Jitsi na telefonih \u2013 prenesi aplikacijo in za\u010dni sestanek od kjerkoli",join:"PRIDRU\u017dI SE",logo:{calendar:"Logo koledarja",desktopPreviewThumbnail:"Sli\u010dica deljenja zaslona",googleLogo:"Google Logo",logoDeepLinking:"Jitsi meet logo",microsoftLogo:"Microsoft logo",policyLogo:"Logo politike"},mobileDownLoadLinkAndroid:"Prenesi aplikacijo za Android",mobileDownLoadLinkFDroid:"Prenesi aplikacijo za F-Droid",mobileDownLoadLinkIos:"Prenesi aplikacijo za iOS",moderatedMessage:"Ali rezerviraj povezavo sestanka, kjer boste edini moderator.",privacy:"Zasebnost",recentList:"Nedavno",recentListDelete:"Izbri\u0161i",recentListEmpty:"Seznam va\u0161ih preteklih sre\u010danj je trenutno prazen. Pri\u010dnite novo sre\u010danje, in tukaj se bo prikazala zgodovina vseh va\u0161ih sre\u010danj.",reducedUIText:"Pozdravljeni v {{app}}!",roomNameAllowedChars:"Ime sre\u010danje ne sme vsebovati naslednjih znakov: ?, &, :, ', \", %, #.",roomname:"Vnesite ime sobe",roomnameHint:"Vnesite ime ali URL naslov sobe, v kateri bo potekalo sre\u010danje. Ime sobe si lahko izmislite, morate pa ga posredovati vsem tistim, s katerimi se v tej sobi \u017eelite udele\u017eiti videokonference.",sendFeedback:"Po\u0161lji povratno informacijo",startMeeting:"Za\u010dni sestanek",terms:"Pogoji",title:"Varen, zanesljiv in popolnoma brezpla\u010den videokonferen\u010dni sistem"}}},849,[]); -__d(function(e,n,a,t,r,i,l){r.exports={addPeople:{add:"Bjud in",addContacts:"Bjud in dina kontakter",contacts:"Kontakter",copyInvite:"Kopiera m\xf6tesinbjudan",copyLink:"Kopiera m\xf6tesl\xe4nk",copyStream:"Kopiera livestreaml\xe4nk",countryNotSupported:"Vi st\xf6der inte det h\xe4r landsnumret \xe4nnu.",countryReminder:"Ringer du till utlandsnummer? B\xf6rja alltid med landskoden.",defaultEmail:"Din mailadress",disabled:"Du kan inte bjuda in andra.",failedToAdd:"Kunde inte l\xe4gga till deltagare",googleEmail:"Google email",inviteMoreHeader:"Du \xe4r enda deltagaren i m\xf6tet",inviteMoreMailSubject:"Anslut till {{appName}} m\xf6te",inviteMorePrompt:"Bjud in fler personer",linkCopied:"L\xe4nk kopierad till utklipp",noResults:"Inga s\xf6ktr\xe4ffar",outlookEmail:"Outlook email",phoneNumbers:"Telefonnummer",searching:"S\xf6ker....",shareInvite:"Dela m\xf6tesinbjudan",shareLink:"Dela m\xf6tesinbjudan f\xf6r att bjuda in fler",shareStream:"Dela livestreaml\xe4nken",sipAddresses:"sip-adress",telephone:"Telefon: {{number}}",title:"Bjud in andra till m\xf6tet",yahooEmail:"Yahoo email"},audioDevices:{bluetooth:"Bluetooth",car:"Bil",headphones:"H\xf6rlurar",none:"Inga ljudenheter tillg\xe4ngliga",phone:"Telefon",speaker:"H\xf6gtalare"},audioOnly:{audioOnly:"Enbart ljud"},breakoutRooms:{actions:{add:"L\xe4gg till grupprum",autoAssign:"Automatisk f\xf6rdelning av grupprum",close:"St\xe4ng",join:"G\xe5 med",leaveBreakoutRoom:"L\xe4mna grupprum",more:"Mer",remove:"Ta bort",sendToBreakoutRoom:"Skicka deltagare till grupprum:"},defaultName:"Grupprum #{{index}}",mainRoom:"Huvudrum",notifications:{joined:"Gick med i \"{{name}}\"",joinedMainRoom:"Gick med i huvudrummet",joinedTitle:"Grupprum"}},calendarSync:{addMeetingURL:"L\xe4gg till en m\xf6tesl\xe4nk",confirmAddLink:"Vill du l\xe4gga till en Jitsi-l\xe4nk i h\xe4ndelsen?",error:{appConfiguration:"Kalenderintegrationen \xe4r inte r\xe4tt inst\xe4lld.",generic:"Ett fel har intr\xe4ffat. Kontrollera dina kalenderinst\xe4llningar eller uppdatera kalendern.",notSignedIn:"Ett fel intr\xe4ffade n\xe4r kalenderh\xe4ndelserna autentiserades f\xf6r visning. Kontrollera kalenderinst\xe4llningarna och f\xf6rs\xf6k att logga in igen."},join:"G\xe5 med",joinTooltip:"G\xe5 med i m\xf6tet",nextMeeting:"N\xe4sta m\xf6te",noEvents:"Det finns inga inbokade kommande aktiviteter.",ongoingMeeting:"P\xe5g\xe5ende m\xf6te",permissionButton:"\xd6ppna inst\xe4llningar",permissionMessage:"Till\xe5telse fr\xe5n kalendern kr\xe4vs f\xf6r att se dina m\xf6ten i appen.",refresh:"Uppdatera kalender",today:"Idag"},carmode:{actions:{selectSoundDevice:"V\xe4lj ljudk\xe4lla"},labels:{buttonLabel:"Bill\xe4ge",title:"Bill\xe4ge",videoStopped:"Video avst\xe4ngd"}},chat:{enter:"Delta i m\xf6tet",error:"Fel: ditt meddelande skickades inte. Orsak: {{error}}",fieldPlaceHolder:"Skriv ditt meddelande h\xe4r",lobbyChatMessageTo:"Skicka meddelande",message:"Meddelande",messageAccessibleTitle:"{{user}} S\xe4ger:",messageAccessibleTitleMe:"Jag s\xe4ger: ",messageTo:"Privat meddelande till {{recipient}}",messagebox:"Skriv ett meddelande",newMessages:"Nytt meddelande",nickname:{popover:"V\xe4lj ett namn",title:"Skriv in ett namn f\xf6r att b\xf6rja anv\xe4nda chatten",titleWithPolls:"Skriv in ett namn f\xf6r att b\xf6rja anv\xe4nda chatten"},noMessagesMessage:"Det finns \xe4nnu inga meddelanden i m\xf6tet. P\xe5b\xf6rja en konversation!",privateNotice:"Privat meddelande till {{recipient}}",sendButton:"Skicka",smileysPanel:"Emoji panel",tabs:{chat:"Chatt",polls:"Omr\xf6stningar"},title:"Chatt",titleWithPolls:"Chatt",you:"du"},chromeExtensionBanner:{buttonText:"Installera Chrome-till\xe4gg",buttonTextEdge:"Installera Edge-till\xe4gg",close:"St\xe4ng",dontShowAgain:"Visa inte det h\xe4r igen",installExtensionText:"Installera till\xe4gget f\xf6r integration med Google Kalender och Office 365"},connectingOverlay:{joiningRoom:"Ansluter till m\xf6tet..."},connection:{ATTACHED:"Ansluten",AUTHENTICATING:"Kontrollerar beh\xf6righet",AUTHFAIL:"Autentisering misslyckades",CONNECTED:"Ansluten",CONNECTING:"Ansluter",CONNFAIL:"Anslutningen misslyckades",DISCONNECTED:"Fr\xe5nkopplad",DISCONNECTING:"Kopplar fr\xe5n",ERROR:"Fel",FETCH_SESSION_ID:"H\xe4mtar sessions-id ...",GET_SESSION_ID_ERROR:"H\xe4mta sessions-id-fel: {{code}}",GOT_SESSION_ID:"H\xe4mta sessions-id ... Klart",LOW_BANDWIDTH:"Video f\xf6r {{displayName}} har st\xe4ngts av f\xf6r att spara bandbredd"},connectionindicator:{address:"Adress:",audio_ssrc:"Ljud SSRC:",bandwidth:"Ber\xe4knad bandbredd:",bitrate:"Bithastighet:",bridgeCount:"Serverantal: ",codecs:"Codecs (A/V):",connectedTo:"Ansluten till:",e2eeVerified:"E2EE verifierad",framerate:"Bildfrekvens:",less:"Visa mindre",localaddress:"Lokal adress:",localaddress_plural:"Lokala adresser:",localport:"Lokal port:",localport_plural:"Lokala portar:",maxEnabledResolution:"S\xe4nd maxiamlt",more:"Visa mer",no:"Nej",packetloss:"Paketf\xf6rluster:",participant_id:"Deltagar id:",quality:{good:"Bra",inactive:"Inaktiv",lost:"F\xf6rlorad",nonoptimal:"Ej optimal",poor:"D\xe5ligt"},remoteaddress:"Fj\xe4rradress:",remoteaddress_plural:"Fj\xe4rradresser:",remoteport:"Fj\xe4rrport:",remoteport_plural:"Fj\xe4rrportar:",resolution:"Uppl\xf6sning:",savelogs:"Spara loggar",status:"Anslutning:",transport:"Transport:",transport_plural:"Transporter:",video_ssrc:"Video SSRC:",yes:"Ja"},dateUtils:{earlier:"Tidigare",today:"Idag",yesterday:"Ig\xe5r"},deepLinking:{appNotInstalled:"Du beh\xf6ver mobilappen {{app}} f\xf6r att g\xe5 med i det h\xe4r m\xf6tet fr\xe5n din telefon.",description:"H\xe4nde inget? Vi f\xf6rs\xf6kte starta m\xf6tet i programmet {{app}} i din skrivbordsapp. F\xf6rs\xf6k igen eller starta det i webbappen {{app}}.",descriptionNew:"H\xe4nde inget? Vi f\xf6rs\xf6kte starta m\xf6tet i programmet {{app}} i din skrivbordsapp.

F\xf6rs\xf6k igen eller starta det p\xe5 webben.",descriptionWithoutWeb:"H\xe4nder inget? Vi f\xf6rs\xf6kte starta m\xf6tet i {{app}}-skrivbordsappen.",downloadApp:"H\xe4mta appen",downloadMobileApp:"Ladda ner mobilappen",ifDoNotHaveApp:"Om du inte har appen \xe4n:",ifHaveApp:"Om du redan har appen:",joinInApp:"Delta i detta m\xf6te med din app",joinInAppNew:"Delta i appen",joinInBrowser:"Delta p\xe5 webben",launchMeetingLabel:"Hur vill du delta i detta m\xf6te?",launchWebButton:"Starta p\xe5 webben",noMobileApp:"Har du inte appen?",termsAndConditions:"Genom att forts\xe4tta godk\xe4nner du v\xe5ra villkor.",title:"Startar ditt m\xf6te i {{app}} ...",titleNew:"Startar ditt m\xf6te...",tryAgainButton:"F\xf6rs\xf6k igen p\xe5 skrivbordet",unsupportedBrowser:"Det verkar som att du anv\xe4nder en webbl\xe4sare som vi inte st\xf6der."},defaultLink:"t.ex. {{url}}",defaultNickname:"till exempel Julia Eriksson",deviceError:{cameraError:"Det gick inte att komma \xe5t kameran",cameraPermission:"Fel vid beg\xe4ran om \xe5tkomst till kamera",microphoneError:"Det gick inte att komma \xe5t mikrofonen",microphonePermission:"Fel vid beg\xe4ran om \xe5tkomst till mikrofon"},deviceSelection:{hid:{callControl:"Samtalskontroll",connectedDevices:"Anslutna enheter",deleteDevice:"Radera enhet",pairDevice:"Para enhet"},noPermission:"Beh\xf6righet nekad",previewUnavailable:"F\xf6rhandsgranskning inte tillg\xe4nglig",selectADevice:"V\xe4lj en enhet",testAudio:"Spela upp ett testljud"},dialIn:{screenTitle:"Ring in"},dialOut:{statusMessage:"\xe4r nu {{status}}"},dialog:{Back:"Tillbaka",Cancel:"Avbryt",IamHost:"Jag \xe4r v\xe4rd",Ok:"OK",Remove:"Ta bort",Share:"Dela",Submit:"Skicka",WaitForHostMsg:"Konferensen har inte b\xf6rjat \xe4n. Autentisera konferensen om du \xe4r v\xe4rd. V\xe4nta annars p\xe5 att v\xe4rden startar konferensen.",WaitingForHostTitle:"V\xe4ntar p\xe5 v\xe4rden ...",Yes:"Ja",accessibilityLabel:{close:"St\xe4ng",liveStreaming:"Lives\xe4ndning",sharingTabs:"Delningsalternativ"},add:"L\xe4gg till",addMeetingNote:"M\xf6tesinformation",addOptionalNote:"Ytterligare information",allow:"Till\xe5t",alreadySharedVideoMsg:"En annan deltagare delar redan en video. Konferensen till\xe5ter bara en video-delning \xe5t g\xe5ngen.",alreadySharedVideoTitle:"Endast en delad video \xe5t g\xe5ngen till\xe5ts",applicationWindow:"Applikationsf\xf6nster",authenticationRequired:"Autentisering kr\xe4vs",cameraConstraintFailedError:"Din kamera uppfyller inte kraven f\xf6r anv\xe4ndning.",cameraNotFoundError:"Hittar ingen kamera.",cameraNotSendingData:"Vi saknar \xe5tkomst till kameran. Kontrollera om ett annat program anv\xe4nder enheten, v\xe4lj en annan enhet fr\xe5n inst\xe4llningsmenyn eller f\xf6rs\xf6k att starta om programmet.",cameraNotSendingDataTitle:"\xc5tkomst saknas till kameran",cameraPermissionDeniedError:"Du har inte till\xe5tit anv\xe4ndning av din kamera. Du kan g\xe5 med i m\xf6tet men de andra kan d\xe5 inte se dej. Om du vill till\xe5ta anv\xe4ndning av din kamera g\xf6r du det via kameraknappen i URL-f\xe4ltet.",cameraTimeoutError:"Tiden \xe4r ute, kunde ej starta video. ",cameraUnknownError:"Av ok\xe4nd anledning kan din kamera inte anv\xe4ndas.",cameraUnsupportedResolutionError:"Din kamera st\xf6der inte den kr\xe4vda videouppl\xf6sningen.",close:"St\xe4ng",conferenceDisconnectMsg:"Kolla din internetanslutning. \xc5teransluter om {{seconds}} sekunder...",conferenceDisconnectTitle:"Du har kopplats ner.",conferenceReloadMsg:"Vi f\xf6rs\xf6ker fixa problemet. \xc5teransluter om {{seconds}} sekunder...",conferenceReloadTitle:"N\xe5got gick snett.",confirm:"Bekr\xe4fta",confirmNo:"Nej",confirmYes:"Ja",connectError:"Ojd\xe5! N\xe5got gick fel och vi kunde inte ansluta till konferensen.",connectErrorWithMsg:"Ojd\xe5! N\xe5got gick fel och vi kunde inte ansluta till konferensen: {{msg}}",connecting:"Ansluter",contactSupport:"Kontakta kundtj\xe4nst",copied:"Kopierad",copy:"Kopiera",dismiss:"F\xf6rkasta",displayNameRequired:"Hej, vad heter du?",done:"Klar",e2eeDescription:"St\xf6det f\xf6r End-to-End kryptering \xe4r EXPERIMENTELLT. Notera att om du aktiverar det kommer vissa funktioner som t.ex. telefondeltagande f\xf6rsvinna. M\xf6tet kommer \xe4ven att begr\xe4nsas till deltagare med webbl\xe4sare som har st\xf6d f\xf6r insertable streams.",e2eeDisabledDueToMaxModeDescription:"Det g\xe5r inte att aktivera end-to-end-kryptering p\xe5 grund av stort antal deltagare i konferensen.",e2eeLabel:"Aktivera \"end-to-end\" kryptering",e2eeWarning:"Varning, alla deltagare i m\xf6tet har ej st\xf6d f\xf6r \"end-to-end\" kryptering",e2eeWillDisableDueToMaxModeDescription:"VARNING: End-to-end-kryptering kommer att inaktiveras automatiskt om fler deltagare g\xe5r med i konferensen.",embedMeeting:"B\xe4dda in m\xf6te",enterDisplayName:"Ange namn",error:"Fel",gracefulShutdown:"V\xe5r tj\xe4nst \xe4r f\xf6r tillf\xe4llet nedst\xe4ngd f\xf6r underh\xe5ll. V\xe4nligen f\xf6rs\xf6k senare.",grantModeratorDialog:"\xc4r du s\xe4ker du vill g\xf6ra denna deltagare till en moderator?",grantModeratorTitle:"Godk\xe4nn moderator",hide:"D\xf6lj",hideShareAudioHelper:"Visa inte denna dialog igen ",incorrectPassword:"Fel anv\xe4ndarnamn eller l\xf6senord",incorrectRoomLockPassword:"Felaktigt l\xf6senord",internalError:"Ett fel uppstod. Fel: {{error}}",internalErrorTitle:"Internt fel",kickMessage:"Du kan kontakta {{participantDisplayName}} f\xf6r mer information.",kickParticipantButton:"Sparka ut",kickParticipantDialog:"Vill du sparka ut den h\xe4r deltagaren?",kickParticipantTitle:"Tysta deltagaren?",kickTitle:"Aj! {{participantDisplayName}} sparkade ut dig ur m\xf6tet",linkMeeting:"L\xe4nka m\xf6te",linkMeetingTitle:"L\xe4nka m\xf6te till Salesforce",liveStreaming:"Streama",liveStreamingDisabledBecauseOfActiveRecordingTooltip:"Ej m\xf6jligt medan inspelning p\xe5g\xe5r",localUserControls:"Lokala anv\xe4ndarkontroller",lockMessage:"Misslyckades att l\xe5sa konferensen.",lockRoom:"L\xe4gg till m\xf6te $t(lockRoomPasswordUppercase)",lockTitle:"L\xe5sning misslyckades",login:"Logga in",logoutQuestion:"\xc4r du s\xe4ker p\xe5 att du vill logga ut och stoppa konferensen?",logoutTitle:"Logga ut",maxUsersLimitReached:"Gr\xe4nsen f\xf6r maximalt antal deltagare har n\xe5tts. Konferensen \xe4r full. Kontakta m\xf6tes\xe4garen eller f\xf6rs\xf6k igen senare!",maxUsersLimitReachedTitle:"Maximal deltagarantal uppn\xe5tt",micConstraintFailedError:"Din mikrofon uppfyller inte kraven f\xf6r anv\xe4ndning.",micNotFoundError:"Hittar ingen mikrofon.",micNotSendingData:"G\xe5 till datorns inst\xe4llningar f\xf6r att st\xe4nga av mikrofonen och justera dess niv\xe5",micNotSendingDataTitle:"Din mikrofon \xe4r tystad av dina systeminst\xe4llningar",micPermissionDeniedError:"Du har inte till\xe5tit anv\xe4ndning av din mikrofon. Du kan g\xe5 med i m\xf6tet men de andra kan d\xe5 inte h\xf6ra dej. Om du vill till\xe5ta anv\xe4ndning av din mikrofon g\xf6r du det via mikrofonknappen i URL-f\xe4ltet.",micTimeoutError:"Time out, kunde ej starta ljud enhet",micUnknownError:"Av ok\xe4nd anledning kan inte din mikrofon anv\xe4ndas.",moderationAudioLabel:"Till\xe5t deltagarna att sl\xe5 p\xe5 ljudet f\xf6r sig sj\xe4lva",moderationVideoLabel:"Till\xe5t deltagarna att starta sin video",muteEveryoneDialog:"\xc4r du s\xe4ker p\xe5 att du vill tysta alla? Du kan inte sl\xe5 p\xe5 mikrofonen \xe5t dem, men de kan sj\xe4lva sl\xe5 p\xe5 sin egen mikrofon n\xe4r som helst.",muteEveryoneDialogModerationOn:"Deltagarna kan n\xe4r som helst beg\xe4ra att f\xe5 prata.",muteEveryoneElseDialog:"N\xe4r n\xe5gon tystats kan du inte sl\xe5 p\xe5 mikrofonen, men de kan sj\xe4lva sl\xe5 p\xe5 sin egen mikrofon n\xe4r som helst.",muteEveryoneElseTitle:"Tysta alla utom {{whom}}?",muteEveryoneElsesVideoDialog:"N\xe4r kameran \xe4r inaktiverad kan den inte aktiveras igen. D\xe4remot kan \xf6vriga deltagare aktivera sina kameror.",muteEveryoneElsesVideoTitle:"Inaktivera allas kameror f\xf6rutom {{whom}}",muteEveryoneSelf:"Dig sj\xe4lv",muteEveryoneStartMuted:"Alla b\xf6rjar tystade",muteEveryoneTitle:"Tysta alla?",muteEveryonesVideoDialog:"\xc4r du s\xe4ker du vill inaktivera allas kameror. Du kommer inte att kunna aktivera dessa igen. D\xe4remot kommer deltagarna att kunna aktivera sin egen kamera n\xe4r som.",muteEveryonesVideoDialogModerationOn:"Deltagarna kan n\xe4r som helst beg\xe4ra att f\xe5 aktivera sin kamera.",muteEveryonesVideoDialogOk:"Inaktivera",muteEveryonesVideoTitle:"Inaktiveras allas kameror",muteParticipantBody:"Du kan inte aktivera deras mikrofoner, men de kan g\xf6ra det sj\xe4lva.",muteParticipantButton:"Tysta",muteParticipantsVideoBody:"Du kommer inte att kunna aktivera kameran igen. D\xe4remot kan deltagaren kunna aktivera sin egen kamera n\xe4r som.",muteParticipantsVideoBodyModerationOn:"Du och deltagarna kommer inte att kunna aktivera kameran igen.",muteParticipantsVideoButton:"Inaktivera kamera",muteParticipantsVideoDialog:"\xc4r du s\xe4ker du vill inaktivera denna deltagares kamera. Du kommer inte att kunna aktivera den igen. D\xe4remot kan deltagaren kunna aktivera sin egen kamera n\xe4r som.",muteParticipantsVideoDialogModerationOn:"\xc4r du s\xe4ker p\xe5 att du vill inaktivera den h\xe4r deltagarens kamera? Du kommer inte att kunna aktivera kameran igen och inte de heller.",muteParticipantsVideoTitle:"Inaktivera denna deltagares kamera?",noDropboxToken:"Ingen giltig dropbox tecken",password:"L\xf6senord",passwordLabel:"M\xf6tet har l\xe5sts av en deltagare. Ange $t(lockRoomPassword) f\xf6r att g\xe5 med.",passwordNotSupported:"Att s\xe4tta ett $t(lockRoomPassword) f\xf6r m\xf6tesrummet st\xf6ds ej.",passwordNotSupportedTitle:"$t(lockRoomPasswordUppercase) st\xf6ds inte",passwordRequired:"$t(lockRoomPasswordUppercase) kr\xe4vs",permissionCameraRequiredError:"Till\xe5telse kr\xe4vs f\xf6r att delta med kamera i denna m\xf6te. Var god skaffa detta i \"inst\xe4llningar\".",permissionErrorTitle:"Till\xe5telse kr\xe4vs",permissionMicRequiredError:"Till\xe5telse kr\xe4vs f\xf6r att delta med mikrofon i denna m\xf6te. Var god skaffa detta i \"inst\xe4llningar\".",popupError:"Din webbl\xe4sare blockerar pop-up-f\xf6nster fr\xe5n sajten. Till\xe5t pop-up-f\xf6nster fr\xe5n den h\xe4r sajten i inst\xe4llningarna och f\xf6rs\xf6k igen.",popupErrorTitle:"Pop-up blockerad",readMore:"Mer",recentlyUsedObjects:"Dina senaste anv\xe4nda objekt",recording:"Inspelning",recordingDisabledBecauseOfActiveLiveStreamingTooltip:"Ej m\xf6jligt medan livestreaming p\xe5g\xe5r.",rejoinNow:"\xc5teranslut nu",remoteControlAllowedMessage:"{{user}} godk\xe4nde din beg\xe4ran om fj\xe4rrstyrning.",remoteControlDeniedMessage:"{{user}} avb\xf6jde din beg\xe4ran om fj\xe4rrstyrning.",remoteControlErrorMessage:"Ett fel uppstod n\xe4r fj\xe4rrstyrningsr\xe4ttigheter beg\xe4rdes fr\xe5n {{user}}.",remoteControlRequestMessage:"Vill du till\xe5ta att {{user}} f\xe5r kontrollera din sk\xe4rm?",remoteControlShareScreenWarning:"OBS, om du trycker \"Till\xe5t\" kommer du dela din sk\xe4rm!",remoteControlStopMessage:"Fj\xe4rrstyrningssessionen avslutades.",remoteControlTitle:"Anslutning till fj\xe4rrskrivbord",remoteUserControls:"Fj\xe4rranv\xe4ndarkontroller av {{anv\xe4ndarnamn}}",removePassword:"Ta bort $t(lockRoomPassword)",removeSharedVideoMsg:"\xc4r du s\xe4ker p\xe5 att du vill ta bort din delade video?",removeSharedVideoTitle:"Ta bort den delade videon",reservationError:"Fel i reservationssystemet",reservationErrorMsg:"Felkod: {{code}}, meddelande: {{msg}}",retry:"F\xf6rs\xf6k igen",screenSharingAudio:"Dela ljud",screenSharingFailed:"Oops! N\xe5got gick fel, sk\xe4rmdelning kunde ej startas.",screenSharingFailedTitle:"Sk\xe4rmdelning misslyckades!",screenSharingPermissionDeniedError:"N\xe5got \xe4r fel med \xe5tkomstinst\xe4llningarna f\xf6r sk\xe4rmdelningen. Ladda om sidan och f\xf6rs\xf6k igen.",searchInSalesforce:"S\xf6k i Salesforce",searchResults:"S\xf6kresultat ({{count}})",searchResultsDetailsError:"N\xe5got gick fel n\xe4r \xe4gardata h\xe4mtades.",searchResultsError:"N\xe5got gick fel n\xe4r data h\xe4mtades.",searchResultsNotFound:"Inga s\xf6kresultat hittades.",searchResultsTryAgain:"Try using alternative keywords.",sendPrivateMessage:"Du har f\xe5tt ett privat meddelande. T\xe4nkte du svara p\xe5 det privat, eller vill du skicka ditt meddelande till alla deltagare?",sendPrivateMessageCancel:"Skicka till alla deltagare",sendPrivateMessageOk:"Skicka privat",sendPrivateMessageTitle:"Skicka privat?",serviceUnavailable:"Tj\xe4nsten otillg\xe4nglig",sessTerminated:"Konferensen avslutades",sessionRestarted:"Samtal \xe5terstartat av bryggan",shareAudio:"Forst\xe4tt",shareAudioTitle:"Hur man delar ljud",shareAudioWarningD1:"Du m\xe5ste avsluta din sk\xe4rmdelning innan du kan dela ditt ljud",shareAudioWarningD2:"Du m\xe5ste starta om din sk\xe4rmdelning och d\xe4refter klicka p\xe5 \"ljuddelning\"",shareAudioWarningH1:"Om du bara vill dela ljud:",shareAudioWarningTitle:"Du m\xe5ste avsluta sk\xe4rmdelning innan du kan dela ljud",shareMediaWarningGenericH2:"Om du vill dela din bild och ljud",shareScreenWarningD1:"du m\xe5ste avsluta ljuddelning innan du aktiverar sk\xe4rmdelning",shareScreenWarningD2:"du m\xe5ste avsluta ljuddelning, starta sk\xe4rmdelning och sen aktivera \"ljuddelning\"",shareScreenWarningH1:"Om du bara vill dela din sk\xe4rm:",shareScreenWarningTitle:"Du m\xe5ste avsluta ljuddelning innan du kan dela in sk\xe4rm",shareVideoLinkError:"Skriv in en fungerande l\xe4nk.",shareVideoTitle:"Ta bort en delad video",shareYourScreen:"Dela din sk\xe4rm",shareYourScreenDisabled:"Sk\xe4rmdelning har inaktiverats.",sharedVideoDialogError:"Fel: Ogiltig URL",sharedVideoLinkPlaceholder:"YouTube-l\xe4nk eller direkt videol\xe4nk",show:"Visa",start:"Starta",startLiveStreaming:"Starta lives\xe4ndning",startRecording:"Starta inspelning",startRemoteControlErrorMessage:"Ett fel intr\xe4ffade n\xe4r fj\xe4rrsessionen skulle starta!",stopLiveStreaming:"Avsluta lives\xe4ndning",stopRecording:"Avsluta inspelningen",stopRecordingWarning:"Vill du avsluta den p\xe5g\xe5ende inspelningen?",stopStreamingWarning:"Vill du avsluta den p\xe5g\xe5ende str\xf6mningen?",streamKey:"Nyckel f\xf6r livestr\xf6m",thankYou:"Tack f\xf6r att du anv\xe4nder {{appName}}!",token:"token",tokenAuthFailed:"Du \xe4r inte beh\xf6rig att delta i det h\xe4r samtalet.",tokenAuthFailedTitle:"Autentisering misslyckades",transcribing:"Transkriberar",unlockRoom:"Ta bort m\xf6te $t(lockRoomPassword)",user:"Anv\xe4ndare",userIdentifier:"Anv\xe4ndar-ID",userPassword:"L\xf6senord",verifyParticipantConfirm:"Dem matchar",verifyParticipantDismiss:"Dem matchar inte",verifyParticipantQuestion:"EXPERIMENTELLT: Fr\xe5ga deltagaren; {{participantName}} om han/hon kan se samma inneh\xe5ll, i samma ordning.",verifyParticipantTitle:"Anv\xe4ndarverifikation",videoLink:"Videol\xe4nk",viewUpgradeOptions:"Se uppgraderings alternativ",viewUpgradeOptionsContent:"F\xf6r att f\xe5 obegr\xe4nsad tillg\xe5ng till premiumfunktioner som inspelning, transkriptioner, RTMP -streaming och mer m\xe5ste du uppgradera din plan.",viewUpgradeOptionsTitle:"Du uppt\xe4ckte en premiumfunktion!",yourEntireScreen:"Helsk\xe4rm"},documentSharing:{title:"Delade dokument"},e2ee:{labelToolTip:"Ljud- och videokommunikation f\xf6r detta samtal \xe4r krypterad fr\xe5n dator till dator"},embedMeeting:{title:"B\xe4dda in m\xf6te"},feedback:{average:"Medel",bad:"D\xe5ligt",detailsLabel:"Ber\xe4tta mer.",good:"Bra",rateExperience:"Betygs\xe4tt din m\xf6tesupplevelse",star:"Stj\xe4rna",veryBad:"Mycket d\xe5ligt",veryGood:"Mycket bra"},filmstrip:{accessibilityLabel:{heading:"Videomineatyrer"}},giphy:{noResults:"Inga resultat funna :(",search:"S\xf6k efter GIPHY"},incomingCall:{answer:"Svara",audioCallTitle:"Inkommande samtal",decline:"Avvisa",productLabel:"fr\xe5n Jitsi Meet",videoCallTitle:"Inkommande videosamtal"},info:{accessibilityLabel:"Visa info",addPassword:"L\xe4gg till $t(lockRoomPassword)",cancelPassword:"Avbryt $t(lockRoomPassword)",conferenceURL:"L\xe4nk:",copyNumber:"Kopiera nummer",country:"Land",dialANumber:"Om du vill g\xe5 med i m\xf6tet ringer du n\xe5got av dessa nummer och fyller sedan i PIN-koden.",dialInConferenceID:"PIN-kod:",dialInNotSupported:"Tyv\xe4rr st\xf6ds inte inringning just nu.",dialInNumber:"Inringning:",dialInSummaryError:"Kan inte h\xe4mta inringningsinformation just nu. F\xf6rs\xf6k igen senare.",dialInTollFree:"Avgiftsfritt nummer",genericError:"Oj d\xe5, n\xe5got gick fel.",inviteLiveStream:"Om du vill se lives\xe4ndningen av m\xf6tet klickar du h\xe4r: {{url}}",invitePhone:"F\xf6r att g\xe5 med via telefon ist\xe4llet trycker du in: {{number}} ,, {{conferenceID}} #\n",invitePhoneAlternatives:"Letar du efter ett annat uppringningsnummer?\nSe m\xf6tesuppringningsnummer: {{url}}\n\n\nOm du ocks\xe5 ringer in via en rumstelefon g\xe5r du med utan att ansluta till ljud: {{silentUrl}}",inviteSipEndpoint:"Om du ansluta med SIP -adressen anger du f\xf6ljande: {{sipUri}}",inviteTextiOSInviteUrl:"Klicka p\xe5 f\xf6ljande l\xe4nk f\xf6r att g\xe5 med: {{inviteUrl}}.",inviteTextiOSJoinSilent:"Om du ringer in via en rumstelefon anv\xe4nder du den h\xe4r l\xe4nken f\xf6r att ansluta utan ljud: {{silentUrl}}.",inviteTextiOSPersonal:"{{name}} bjuder in dig till ett m\xf6te.",inviteTextiOSPhone:"Om du vill g\xe5 med via telefon anv\xe4nder du det h\xe4r numret: {{number}} ,, {{conferenceID}}#. Om du letar efter ett annat nummer \xe4r detta hela listan: {{didUrl}}.",inviteURLFirstPartGeneral:"Du \xe4r inbjuden till ett m\xf6te.",inviteURLFirstPartPersonal:"{{name}} bjuder in dig till ett m\xf6te.\n",inviteURLSecondPart:"\nG\xe5 med i m\xf6tet:\n{{url}}\n",label:"M\xf6tesinformation",liveStreamURL:"Lives\xe4ndning:",moreNumbers:"Fler nummer",noNumbers:"Inga inringningsnummer.",noPassword:"Inget l\xf6senord",noRoom:"Inget rum specificerades f\xf6r inringning.",numbers:"Inringningsnummer",password:"$t(lockRoomPasswordUppercase):",reachedLimit:"Du har n\xe5tt gr\xe4nsen f\xf6r din prenumeration.",sip:"SIP adress",title:"Dela",tooltip:"Dela l\xe4nk och information om inringning f\xf6r m\xf6tet",upgradeOptions:"V\xe4nligen kontrollera om uppgraderingsalternativen \xe4r p\xe5"},inlineDialogFailure:{msg:"Vi slirade lite.",retry:"F\xf6rs\xf6k igen",support:"Support",supportMsg:"Om detta forts\xe4tter h\xe4nda kontakta"},inviteDialog:{alertText:"Det gick inte att bjuda in alla deltagare.",header:"Bjud in",searchCallOnlyPlaceholder:"Ange telefonnummer",searchPeopleOnlyPlaceholder:"Leta efter deltagare",searchPlaceholder:"Deltagare eller telefonnummer",send:"Skicka"},jitsiHome:"{{logo}} Logotyp, l\xe4nkar till startsidan",keyboardShortcuts:{focusLocal:"S\xe4tt fokus p\xe5 din videobild",focusRemote:"Fokusera p\xe5 n\xe5gon annans video",fullScreen:"Visa eller st\xe4ng fullsk\xe4rm",giphyMenu:"V\xe4xla GIPHY meny",keyboardShortcuts:"Tangentbordsgenv\xe4gar",localRecording:"Visa eller d\xf6lj lokala inspelningsverktyg",mute:"Tysta eller aktivera din mikrofon",pushToTalk:"Tryck-f\xf6r-att-prata",raiseHand:"R\xe4ck upp eller ta ner din jag vill ha ordet-hand",showSpeakerStats:"Visa talarstatistik",toggleChat:"\xd6ppna eller st\xe4ng chatten",toggleFilmstrip:"Visa eller d\xf6lj videominiatyrer",toggleParticipantsPane:"Visa eller d\xf6lj deltagarf\xf6nstret",toggleScreensharing:"V\xe4xla mellan kamera och sk\xe4rmdelning",toggleShortcuts:"Visa eller d\xf6lj kortkommandon",videoMute:"Aktivera / inaktivera din kamera",whiteboard:"Visa / d\xf6lj whiteboardtavlan"},largeVideo:{screenIsShared:"Du delar din sk\xe4rm",showMeWhatImSharing:"Visa mig vad det \xe4r jag delar"},liveStreaming:{busy:"Vi f\xf6rs\xf6ker frig\xf6ra fler str\xf6mningsresurser. F\xf6rs\xf6k igen senare.",busyTitle:"Alla str\xf6mningsresurser \xe4r upptagna",changeSignIn:"V\xe4xla anv\xe4ndarkonto.",choose:"V\xe4lj en str\xf6m",chooseCTA:"V\xe4lj ett lives\xe4ndningsalternativ. Du \xe4r nu inloggad som {{email}}.",enterStreamKey:"Skriv in l\xf6senordet till YouTube-lives\xe4ndningen h\xe4r.",error:"Direktstr\xf6mning misslyckades. F\xf6rs\xf6k igen.",errorAPI:"Ett fel intr\xe4ffade vid \xe5tkomst till dina YouTube-s\xe4ndningar. F\xf6rs\xf6k att logga in igen.",errorLiveStreamNotEnabled:"Lives\xe4ndning \xe4r otillg\xe4nglig f\xf6r {{email}}. Aktivera lives\xe4ndning eller logga in p\xe5 ett konto d\xe4r det \xe4r aktiverat.",expandedOff:"Lives\xe4ndningen har avslutats",expandedOn:"M\xf6tet lives\xe4nds just nu p\xe5 YouTube.",expandedPending:"Lives\xe4ndningen startas ...",failedToStart:"Str\xf6mningen kunde inte p\xe5b\xf6rjas",getStreamKeyManually:"Vi kunde inte h\xe4mta n\xe5gra direktstr\xf6mmar. F\xf6rs\xf6k att f\xe5 din direktstr\xf6mningsnyckel fr\xe5n YouTube.",googlePrivacyPolicy:"Googles sekretesspolicy",inProgress:"Inspelning eller livestreaming p\xe5g\xe5r",invalidStreamKey:"Lives\xe4ndningsl\xf6senordet kan vara felaktigt.",limitNotificationDescriptionNative:"Din str\xf6mning \xe4r begr\xe4nsad till {{limit}} min. F\xf6r obegr\xe4nsad str\xf6mning, prova {{app}}.",limitNotificationDescriptionWeb:"P\xe5 grund av stor efterfr\xe5gan kommer din str\xf6mning att begr\xe4nsas till {{limit}} min. F\xf6r obegr\xe4nsad str\xf6mning, prova {{app}}.",off:"Str\xf6mning avslutad",offBy:"{{name}} stoppade direktstr\xf6mningen",on:"Str\xf6mma",onBy:"{{name}} startade direktstr\xf6mningen",pending:"B\xf6rja str\xf6mma ...",serviceName:"Lives\xe4ndningstj\xe4nst",sessionAlreadyActive:"Den h\xe4r sessionen spelas redan in eller livestreamas.",signIn:"Logga in med Google",signInCTA:"Logga in eller ange ditt lives\xe4ndningsl\xf6senord fr\xe5n YouTube.",signOut:"Logga ut",signedInAs:"Du \xe4r nu inloggad som:",start:"Starta en lives\xe4ndning",streamIdHelp:"Vad \xe4r det h\xe4r?",title:"Direkts\xe4ndning",unavailableTitle:"Lives\xe4ndning otillg\xe4nglig",youtubeTerms:"Tj\xe4nstevillkor f\xf6r YouTube"},lobby:{admit:"Godk\xe4nn",admitAll:"Godk\xe4nn alla",backToKnockModeButton:"Tillbaka till v\xe4ntrum",chat:"Chatt",dialogTitle:"V\xe4ntrum",disableDialogContent:"V\xe4ntrumsl\xe4ge \xe4r f\xf6r n\xe4rvarande aktiverat. Denna funktion s\xe4kerst\xe4ller att o\xf6nskade deltagare inte kan g\xe5 med i ditt m\xf6te. Vill du inaktivera det?",disableDialogSubmit:"Inaktivera",emailField:"Skriv in din mailadress",enableDialogPasswordField:"Ange l\xf6senord (valfritt)",enableDialogSubmit:"Aktivera",enableDialogText:"V\xe4ntrumsl\xe4ge l\xe5ter dig skydda ditt m\xf6te genom att bara till\xe5ta m\xe4nniskor att komma in efter ett formellt godk\xe4nnande av en moderator.",enterPasswordButton:"Ange m\xf6tesl\xf6senord",enterPasswordTitle:"Ange l\xf6senord f\xf6r att ansluta till m\xf6tet",errorMissingPassword:"Ange m\xf6tesl\xf6senord",invalidPassword:"Felaktigt l\xf6senord",joinRejectedMessage:"Din anslutningsbeg\xe4ran avvisades av en moderator.",joinRejectedTitle:"Anslutningsbeg\xe4ran avvisades.",joinTitle:"Anslut till m\xf6tet",joinWithPasswordMessage:"F\xf6rs\xf6ker ansluta med l\xf6senord, v\xe4nta...",joiningMessage:"Du kommer anslutas till m\xf6tet s\xe5 snart n\xe5gon accepterat din beg\xe4ran",joiningTitle:"Beg\xe4r att f\xe5 delta i m\xf6tet...",joiningWithPasswordTitle:"Ansluter med l\xf6senord...",knockButton:"Anslut till m\xf6tet",knockTitle:"N\xe5gon \xf6nskar delta i m\xf6tet",knockingParticipantList:"V\xe4ntande deltagare",lobbyChatStartedNotification:"{{moderator}} startade en lobbychatt med {{attendee}}",lobbyChatStartedTitle:"{{moderator}} har startat en lobbychatt med dig.",nameField:"Ange ditt namn",notificationLobbyAccessDenied:"{{targetParticipantName}} har nekats att delta av {{originParticipantName}}",notificationLobbyAccessGranted:"{{targetParticipantName}} har godk\xe4nts att delta av {{originParticipantName}}",notificationLobbyDisabled:"V\xe4ntrumsl\xe4ge har inaktiverats av {{originParticipantName}}",notificationLobbyEnabled:"V\xe4ntrumsl\xe4ge har aktiverats av {{originParticipantName}}",notificationTitle:"V\xe4ntrum",passwordField:"Ange m\xf6tesl\xf6senord",passwordJoinButton:"Anslut",reject:"Avvisa",rejectAll:"Avvisa alla",title:"Lobby",toggleLabel:"Aktivera v\xe4ntrum"},localRecording:{clientState:{off:"Av",on:"P\xe5",unknown:"Ok\xe4nd"},dialogTitle:"Lokala inspelningsverktyg",duration:"Varaktighet",durationNA:"N/A",encoding:"Kodning",label:"LOR",labelToolTip:"Lokal inspelning aktiverad",localRecording:"Lokal inspelning",me:"Jag",messages:{engaged:"Lokal inspelning aktiverad.",finished:"Inspelningen {{token}} \xe4r avslutad. Skicka den inspelade filen till moderatorn.",finishedModerator:"Inspelningen {{token}} \xe4r avslutad. Den lokala inspelningen har sparats. Be de \xf6vriga deltagarna att dela sina inspelningar.",notModerator:"Du \xe4r inte administrat\xf6r. Du kan inte starta eller avsluta den lokala inspelningen."},moderator:"Moderator",no:"Nej",participant:"Deltagare",participantStats:"Deltagarstatistik",selectTabTitle:"\ud83c\udfa5 V\xe4lj den h\xe4r fliken f\xf6r inspelning",sessionToken:"Sessionstoken",start:"Starta inspelning",stop:"Avsluta inspelning",yes:"Ja"},lockRoomPassword:"l\xf6senord",lockRoomPasswordUppercase:"L\xf6senord",lonelyMeetingExperience:{button:"Bjud in andra",youAreAlone:"Du \xe4r ensam i m\xf6tet"},me:"jag",notify:{OldElectronAPPTitle:"S\xe4kerhetsproblem!",allowAction:"Till\xe5t",allowedUnmute:"Du kan sl\xe5 p\xe5 mikrofonen, starta kameran eller dela din sk\xe4rm.",audioUnmuteBlockedDescription:"Aktivering av mikrofonen har tillf\xe4lligt blockerats p\xe5 grund av systembegr\xe4nsningar.",audioUnmuteBlockedTitle:"Mikrofonen har blockerats!",chatMessages:"Chattmeddelanden",connectedOneMember:"{{name}} har g\xe5tt med i m\xf6tet",connectedThreePlusMembers:"{{name}} och {{count}} andra har g\xe5tt med i m\xf6tet",connectedTwoMembers:"{{first}} och {{second}} har g\xe5tt med i m\xf6tet",dataChannelClosed:"F\xf6rs\xe4mrad videokvalitet",dataChannelClosedDescription:"Bryggkanalen har kopplats bort och d\xe4rmed \xe4r videokvaliteten begr\xe4nsad till sin l\xe4gsta inst\xe4llning",disabledIframe:"Inb\xe4ddning \xe4r endast avsedd f\xf6r demonstrations\xe4ndam\xe5l, s\xe5 det h\xe4r samtalet kommer att kopplas ner om {{timeout}} minuter.",disconnected:"fr\xe5nkopplad",displayNotifications:"Visa aviseringar f\xf6r",dontRemindMe:"P\xe5minn mig inte",focus:"Konferensfokus",focusFail:"{{component}} inte tillg\xe4nglig \u2013 f\xf6rs\xf6ker igen om {{ms}} sek",gifsMenu:"GIPHY",groupTitle:"Notifieringar",hostAskedUnmute:"V\xe4rden vill att du ska st\xe4nga av ljudet",invitedOneMember:"{{name}} har bjudits in",invitedThreePlusMembers:"{{name}} och {{count}} andra har bjudits in",invitedTwoMembers:"{{first}} och {{second}} har bjudits in",joinMeeting:"Delta",kickParticipant:"{{kicked}} sparkades ut av {{kicker}}",leftOneMember:"{{name}} l\xe4mnade m\xf6tet",leftThreePlusMembers:"{{name}} och m\xe5nga andra l\xe4mnade m\xf6tet",leftTwoMembers:"{{first}} och {{second}} l\xe4mnade m\xf6tet",linkToSalesforce:"L\xe4nk till Salesforce",linkToSalesforceDescription:"Du kan l\xe4nka m\xf6tessammanfattningen till ett Salesforce-objekt.",linkToSalesforceError:"Det gick inte att l\xe4nka m\xf6tet till Salesforce",linkToSalesforceKey:"L\xe4nka detta m\xf6te",linkToSalesforceProgress:"L\xe4nkar m\xf6te till Salesforce...",linkToSalesforceSuccess:"M\xf6tet l\xe4nkades till Salesforce",localRecordingStarted:"{{name}} har p\xe5b\xf6rjat en lokal inspelning.",localRecordingStopped:"{{name}} har stoppat en lokal inspelning.",me:"Jag",moderationInEffectCSDescription:"R\xe4ck upp handen om du vill dela din video",moderationInEffectCSTitle:"Inneh\xe5llsdelning \xe4r inaktiverat av moderator",moderationInEffectDescription:"R\xe4ck upp handen om du vill tala",moderationInEffectTitle:"Mikrofonen \xe4r avst\xe4ngd av moderatorn",moderationInEffectVideoDescription:"R\xe4ck upp handen om du vill att din video ska synas",moderationInEffectVideoTitle:"Videon st\xe4ngs av av moderatorn",moderationRequestFromModerator:"V\xe4rden vill att du ska aktivera ditt ljudet",moderationRequestFromParticipant:"Vill prata",moderationStartedTitle:"Moderering startad",moderationStoppedTitle:"Moderering stoppad",moderationToggleDescription:"av {{participantDisplayName}}",moderator:"Moderatorsr\xe4ttigheter tilldelades!",muted:"Du har startat konversationen utan mikrofon.",mutedRemotelyDescription:"Du kan alltid sl\xe5 p\xe5 mikrofonen n\xe4r du \xe4r redo att tala. St\xe4ng av n\xe4r du \xe4r klar f\xf6r att h\xe5lla brus borta fr\xe5n m\xf6tet.",mutedRemotelyTitle:"Din mikrofonen har blivit avst\xe4ngd av {{participantDisplayName}}!",mutedTitle:"Du har mikrofonen avst\xe4ngd!",newDeviceAction:"Anv\xe4nd",newDeviceAudioTitle:"Ny ljudenhet hittad",newDeviceCameraTitle:"Ny kamera hittad",noiseSuppressionDesktopAudioDescription:"Brusreducering kan inte aktiveras n\xe4r du delar skrivbordsljud, v\xe4nligen inaktivera det och f\xf6rs\xf6k igen.",noiseSuppressionFailedTitle:"Det gick inte att starta brusreducering",noiseSuppressionNoTrackDescription:"Sl\xe5 p\xe5 mikrofonen f\xf6rst.",noiseSuppressionStereoDescription:"Brusreducering i stereoljud st\xf6ds f\xf6r n\xe4rvarande inte.",oldElectronClientDescription1:"Den version av Jitsi meet som anv\xe4nds \xe4r gammal och har s\xe4kerhetsluckor. Var god uppdatera till den senaste versionen.",oldElectronClientDescription2:"senast build",oldElectronClientDescription3:"nu!",participantWantsToJoin:"Vill vara med p\xe5 m\xf6tet",participantsWantToJoin:"Vill vara med p\xe5 m\xf6tet",passwordRemovedRemotely:"$t(lockRoomPasswordUppercase) togs bort av en annan deltagare",passwordSetRemotely:"$t(lockRoomPasswordUppercase) satt av en annan deltagare",raiseHandAction:"R\xe4ck upp handen",raisedHand:"{{name}} vill prata.",raisedHands:"{{participantName}} och {{raisedHands}} fler personer",reactionSounds:"Inaktivera ljud",reactionSoundsForAll:"Inaktivera ljud f\xf6r alla",screenShareNoAudio:"\"Dela ljudrutan\" aktiverades inte i f\xf6nstret f\xf6r val av f\xf6nster.",screenShareNoAudioTitle:"Det gick inte att dela systemljud!",screenSharingAudioOnlyDescription:"Observera att genom att dela din sk\xe4rm p\xe5verkar du l\xe4get \"B\xe4sta prestanda\" och du kommer att anv\xe4nda mer bandbredd.",screenSharingAudioOnlyTitle:"L\xe4get \"B\xe4sta prestanda\"",selfViewTitle:"Du kan alltid ta bort d\xf6ljandet av sj\xe4lvvyn fr\xe5n inst\xe4llningarna",somebody:"N\xe5gon",startSilentDescription:"Anslut till m\xf6tet igen f\xf6r att aktivera ljud",startSilentTitle:"Du gick med utan ljud aktiverat!",suboptimalBrowserWarning:"Din m\xf6tesupplevelse kommer tyv\xe4rr inte att bli s\xe5 bra. Vi letar efter s\xe4tt att f\xf6rb\xe4ttra detta, men fram till dess kan du f\xf6rs\xf6ka anv\xe4nda en av de fullt st\xf6dda webbl\xe4sarna .",suboptimalExperienceTitle:"Webbl\xe4sarvarning",unmute:"Sl\xe5 p\xe5 mikrofonen",videoMutedRemotelyDescription:"Du kan alltid sl\xe5 p\xe5 den igen.",videoMutedRemotelyTitle:"Din kamera har inaktiverats av {{participantDisplayName}}!",videoUnmuteBlockedDescription:"Aktivering av kameran och delning av skrivbord har tillf\xe4lligt blockerats p\xe5 grund av systembegr\xe4nsningar.",videoUnmuteBlockedTitle:"Aktivering av kameran och skrivbordsdelning blockerad!",viewLobby:"Visa lobby",waitingParticipants:"{{waitingParticipants}} personer"},participantsPane:{actions:{allow:"L\xe5t deltagarna:",allowVideo:"Till\xe5t kamera",askUnmute:"Be om att aktivera ljud",audioModeration:"Sl\xe5 p\xe5 ljudet f\xf6r sig sj\xe4lva",blockEveryoneMicCamera:"Inaktivera allas mikrofon och kamera",invite:"Bjud in n\xe5gon",moreModerationActions:"Fler modereringsalternativ",moreModerationControls:"Fler modereringskontroller",moreParticipantOptions:"Fler deltagaralternativ",mute:"St\xe4ng av ljud",muteAll:"St\xe4ng av allt ljud",muteEveryoneElse:"Inaktivera ljud f\xf6r alla deltagare",stopEveryonesVideo:"Inaktivera allas video",stopVideo:"Inaktivera video",unblockEveryoneMicCamera:"Aktivera allas mikrofon och kamera",videoModeration:"Starta deras video"},close:"St\xe4ng",headings:{lobby:"V\xe4ntrum ({{count}})",participantsList:"M\xf6tesdeltagare ({{count}})",visitors:"G\xe4ster ({{count}})",waitingLobby:"V\xe4ntar i v\xe4ntrum ({{count}})"},search:"S\xf6k efter deltagare",title:"Deltagare"},passwordDigitsOnly:"Ange max {{number}} siffror",passwordSetRemotely:"satt av en annan deltagare",pinParticipant:"{{participantName}} - F\xe4st",pinnedParticipant:"Deltagaren \xe4r f\xe4st",polls:{answer:{skip:"Avst\xe5",submit:"Skicka"},by:"Av {{ name }}",create:{addOption:"L\xe4gg till alternativ",answerPlaceholder:"Alternativ",cancel:"Avbryt",create:"Skapa en omr\xf6stning",pollOption:"Alternativ f\xf6r omr\xf6stning",pollQuestion:"Fr\xe5ga f\xf6r omr\xf6stning",questionPlaceholder:"St\xe4ll en fr\xe5ga",removeOption:"Ta bort alternativ",send:"Skicka"},notification:{description:"\xd6ppna fliken omr\xf6stningar f\xf6r att r\xf6sta",title:"En ny omr\xf6stning har blivit tillagd till detta m\xf6te"},results:{changeVote:"\xc4ndra din r\xf6st",empty:"Det finns inga omr\xf6stningar i m\xf6tet \xe4n. Starta en omr\xf6stning h\xe4r!",hideDetailedResults:"G\xf6m deltaljer",showDetailedResults:"Visa detaljer",vote:"R\xf6sta"}},poweredby:"drivs med",prejoin:{audioAndVideoError:"Ljud- och videofel:",audioDeviceProblem:"Det finns ett problem med din ljudenhet",audioOnlyError:"Ljudfel:",audioTrackError:"Det gick inte att skapa ljudsp\xe5r.",callMe:"Ring mig",callMeAtNumber:"Ring mig p\xe5 det h\xe4r numret:",calling:"Ringer",configuringDevices:"Konfigurerar enheter...",connectedWithAudioQ:"\xc4r din mikrofon ansluten?",connection:{good:"Din internetanslutning fungerar bra!",nonOptimal:"Din internetanslutning \xe4r inte optimal",poor:"Din internetanslutning fungerar d\xe5ligt"},connectionDetails:{audioClipping:"Ditt ljud kan upplevas hackigt.",audioHighQuality:"Vi f\xf6rv\xe4ntar oss att ditt ljud har utm\xe4rkt kvalitet.",audioLowNoVideo:"Vi f\xf6rv\xe4ntar oss att din ljudkvalitet \xe4r l\xe5g och ingen video.",goodQuality:"Grymt bra! Din mediekvalitet kommer att bli bra.",noMediaConnectivity:"Vi kunde inte hitta ett s\xe4tt att uppr\xe4tta mediaanslutning f\xf6r detta test. Detta orsakas vanligtvis av en brandv\xe4gg eller NAT.",noVideo:"Vi f\xf6rv\xe4ntar oss att din video kommer ha l\xe5g kvalitet eller inte fungera.",undetectable:"Om du fortfarande inte kan ringa i webbl\xe4saren rekommenderar vi att du ser till att dina h\xf6gtalare, mikrofon och kamera \xe4r korrekt inst\xe4llda, att du har beviljat din webbl\xe4sare r\xe4ttigheter att anv\xe4nda din mikrofon och kamera och att din webbl\xe4sarversion \xe4r uppdaterad.",veryPoorConnection:"Vi f\xf6rv\xe4ntar oss att din samtalskvalitet \xe4r riktigt d\xe5lig.",videoFreezing:"Vi f\xf6rv\xe4ntar oss att din video fryser, blir svart och pixeleras.",videoHighQuality:"Vi f\xf6rv\xe4ntar oss att din video har bra kvalitet.",videoLowQuality:"Vi f\xf6rv\xe4ntar oss att din video har l\xe5g kvalitet n\xe4r det g\xe4ller bildhastighet och uppl\xf6sning.",videoTearing:"Vi f\xf6rv\xe4ntar oss att din video ska vara pixelerad eller ha visuella artefakter."},copyAndShare:"Kopiera och dela m\xf6tesl\xe4nk",dialInMeeting:"Ring in till m\xf6tet",dialInPin:"Ring in till m\xf6tet och ange PIN-kod:",dialing:"Ringer",doNotShow:"Visa inte denna ruta igen",errorDialOut:"Kunde inte ringa ut",errorDialOutDisconnected:"Kunde inte ringa ut. Kopplar ner",errorDialOutFailed:"Kunde inte ringa ut. Samtal misslyckades",errorDialOutStatus:"Kunde inte h\xe4mta status p\xe5 utg\xe5ende samtal",errorMissingName:"Ange ditt namn f\xf6r att ansluta till m\xf6tet",errorNoPermissions:"Du m\xe5ste aktivera mikrofon- och kamera\xe5tkomst",errorStatusCode:"Kunde inte ringa ut, statuskod: {{status}}",errorValidation:"Ogiltigt nummer",iWantToDialIn:"Jag vill ringa in",initiated:"Samtalet p\xe5b\xf6rjades",joinAudioByPhone:"Anslut med ljud via telefon",joinMeeting:"Anslut till m\xf6tet",joinMeetingInLowBandwidthMode:"G\xe5 med i l\xe5gbandbreddsl\xe4ge",joinWithoutAudio:"Anslut utan ljud",keyboardShortcuts:"Aktivera kortkommandon",linkCopied:"L\xe4nken kopierades till urklipp",lookGood:"Din mikrofon fungerar som den ska",or:"eller",premeeting:"F\xf6rm\xf6te",proceedAnyway:"Forts\xe4tt \xe4nd\xe5",screenSharingError:"Sk\xe4rmdelningsfel:",showScreen:"Aktivera sk\xe4rmen f\xf6re m\xf6tet",startWithPhone:"B\xf6rja med telefonljud",unsafeRoomConsent:"Jag f\xf6rst\xe5r riskerna, jag vill vara med p\xe5 m\xf6tet",videoOnlyError:"Videofel:",videoTrackError:"Det gick inte att skapa videosp\xe5r.",viewAllNumbers:"visa alla nummer"},presenceStatus:{busy:"Upptagen",calling:"Ringer...",connected:"Ansluten",connecting:"Ansluter...",connecting2:"Ansluter*...",disconnected:"Fr\xe5nkopplad",expired:"Utg\xe5ngen",ignored:"Ignorerad",initializingCall:"Startar samtal...",invited:"Inbjuden",rejected:"Avvisad",ringing:"Ringer..."},profile:{avatar:"avatar",setDisplayNameLabel:"Ange ditt visningsnamn",setEmailInput:"Skriv e-postadress",setEmailLabel:"Ange din gravatar-e-postadress",title:"Profil"},raisedHand:"R\xe4ck upp handen",raisedHandsLabel:"Antal uppr\xe4ckta h\xe4nder",record:{already:{linked:"M\xf6tet \xe4r redan l\xe4nkat till detta Salesforce-objekt."},type:{account:"Konto",contact:"Kontakt",lead:"Leda",opportunity:"Tillf\xe4lle",owner:"\xc4gare"}},recording:{authDropboxText:"Ladda upp till Dropbox",availableSpace:"Tillg\xe4ngligt utrymme: {{spaceLeft}} MB (ungef\xe4r {{duration}} minuter inspelning)",beta:"BETA",busy:"Vi arbetar med att frig\xf6ra inspelningsresurser. F\xf6rs\xf6k igen om n\xe5gra minuter.",busyTitle:"Alla inspelare \xe4r upptagna",copyLink:"Kopiera l\xe4nk",error:"Inspelningen misslyckades. F\xf6rs\xf6k igen.",errorFetchingLink:"Fel vid h\xe4mtning av inspelningsl\xe4nk.",expandedOff:"Inspelningen har avslutats",expandedOn:"M\xf6tet spelas nu in.",expandedPending:"Inspelningen p\xe5b\xf6rjas...",failedToStart:"Inspelningen kunde inte p\xe5b\xf6rjas",fileSharingdescription:"Dela inspelningen med m\xf6tesdeltagare",highlight:"Framh\xe4va",highlightMoment:"Framh\xe4v \xf6gonblick",highlightMomentDisabled:"Du kan framh\xe4va \xf6gonblick n\xe4r inspelningen startar",highlightMomentSuccess:"Moment framh\xe4vt",highlightMomentSucessDescription:"Ditt framh\xe4vda \xf6gonblick l\xe4ggs till i m\xf6tessammanfattningen.",inProgress:"Inspelning eller livestreaming p\xe5g\xe5r",limitNotificationDescriptionNative:"P\xe5 grund av stor efterfr\xe5gan \xe4r din inspelning begr\xe4nsad till {{limit}} min. F\xf6r obegr\xe4nsade inspelningar, f\xf6rs\xf6k <3>{{app}}.",limitNotificationDescriptionWeb:"P\xe5 grund av stor efterfr\xe5gan \xe4r din inspelning begr\xe4nsad till {{limit}} min. F\xf6r obegr\xe4nsade inspelningar, prova {{app}}.",linkGenerated:"Vi har genererat en l\xe4nk till din inspelning.",live:"LIVE",localRecordingNoNotificationWarning:"Inspelningen kommer inte att meddelas till andra deltagare. Du m\xe5ste meddela dem att m\xf6tet inspelas.",localRecordingNoVideo:"Video spelas inte in",localRecordingStartWarning:"Se till att du stoppar inspelningen innan du avslutar m\xf6tet f\xf6r att spara det.",localRecordingStartWarningTitle:"Stoppa inspelningen f\xf6r att spara den",localRecordingVideoStop:"Om du stoppar din video stoppas \xe4ven den lokala inspelningen. \xc4r du s\xe4ker p\xe5 att du vill forts\xe4tta?",localRecordingVideoWarning:"F\xf6r att spela in din video m\xe5ste du ha den p\xe5 n\xe4r du startar inspelningen",localRecordingWarning:"Se till att du v\xe4ljer den aktuella fliken f\xf6r att kunna anv\xe4nda r\xe4tt video och ljud. Inspelningen \xe4r f\xf6r n\xe4rvarande begr\xe4nsad till 1 GB, vilket \xe4r cirka 100 minuter.",loggedIn:"Inloggad som {{userName}}",noMicPermission:"Mikrofonsp\xe5ret kunde inte skapas. V\xe4nligen ge tillst\xe5nd att anv\xe4nda mikrofonen.",noStreams:"Ingen ljud- eller videostr\xf6m uppt\xe4cktes.",off:"Inspelningen avslutades",offBy:"{{name}} avslutade inspelningen",on:"Inspelning",onBy:"{{name}} p\xe5b\xf6rjade inspelningen",onlyRecordSelf:"Spela bara in mina ljud- och videostr\xf6mmar",pending:"F\xf6rbereder inspelning av m\xf6tet...",rec:"REC",saveLocalRecording:"Spara inspelningsfil lokalt (beta)",serviceDescription:"Din inspelning kommer att sparas av inspelningstj\xe4nsten",serviceDescriptionCloud:"Molninspelning",serviceDescriptionCloudInfo:"Inspelade m\xf6ten rensas automatiskt 24 timmar efter inspelningstiden.",serviceName:"Inspelningstj\xe4nst",sessionAlreadyActive:"Den h\xe4r sessionen spelas redan in eller livestreamas.",signIn:"Logga in",signOut:"Logga ut",surfaceError:"V\xe4lj aktuell flik.",title:"Inspelning",unavailable:"{{serviceName}} \xe4r inte tillg\xe4nglig. Vi f\xf6rs\xf6ker \xe5tg\xe4rda felet. F\xf6rs\xf6k igen senare.",unavailableTitle:"Inspelning kan inte g\xf6ras",uploadToCloud:"Ladda upp till molnet"},screenshareDisplayName:"{{name}}s sk\xe4rm",sectionList:{pullToRefresh:"Dra f\xf6r att uppdatera"},security:{about:"Du kan l\xe4gga till ett $t(lockRoomPassword) till ditt m\xf6te. Deltagarna m\xe5ste ange $t(lockRoomPassword) innan de f\xe5r g\xe5 med i m\xf6tet.",aboutReadOnly:"Moderatorn kan l\xe4gga till ett $t(lockRoomPassword) till m\xf6tet. Deltagarna m\xe5ste ange $t(lockRoomPassword) innan de f\xe5r g\xe5 med i m\xf6tet.",insecureRoomNameWarningNative:"Rumsnamnet \xe4r os\xe4kert. O\xf6nskade deltagare kan g\xe5 med i ditt m\xf6te. {{recommendAction}} L\xe4s mer om att s\xe4kra ditt m\xf6te",insecureRoomNameWarningWeb:"Rumsnamnet \xe4r os\xe4kert. O\xf6nskade deltagare kan g\xe5 med i ditt m\xf6te. {{recommendAction}} L\xe4s mer om hur du s\xe4kerst\xe4ller att du m\xf6ter h\xe4r.",title:"S\xe4kerhetsalternativ",unsafeRoomActions:{meeting:"\xd6verv\xe4g att g\xf6ra ditt m\xf6te s\xe4krare med hj\xe4lp av s\xe4kerhetsknappen.",prejoin:"\xd6verv\xe4g att anv\xe4nda ett mer unikt m\xf6tesnamn.",welcome:"\xd6verv\xe4g att anv\xe4nda ett mer unikt m\xf6tesnamn, eller v\xe4lj ett av f\xf6rslagen."}},settings:{audio:"Ljud",buttonLabel:"Inst\xe4llningar",calendar:{about:"Kalenderintegrationen med {{appName}} anv\xe4nds f\xf6r att h\xe4mta din kalender p\xe5 ett s\xe4kert s\xe4tt s\xe5 att den kan l\xe4sa framtida h\xe4ndelser.",disconnect:"Koppla ifr\xe5n",microsoftSignIn:"Logga in med Microsoft",signedIn:"H\xe4mtar kalenderh\xe4ndelser fr\xe5n {{email}}. Tryck p\xe5 knappen nedan f\xf6r att sluta h\xe4mta kalenderh\xe4ndelser.",title:"Kalender"},desktopShareFramerate:"Bildfrekvens f\xf6r skrivbordsdelning",desktopShareHighFpsWarning:"En h\xf6gre bildhastighet f\xf6r skrivbordsdelning kan p\xe5verka din bandbredd. Du m\xe5ste starta om sk\xe4rmdelningen f\xf6r att de nya inst\xe4llningarna ska tr\xe4da i kraft.",desktopShareWarning:"Du m\xe5ste starta om sk\xe4rmdelningen f\xf6r att de nya inst\xe4llningarna ska tr\xe4da i kraft.",devices:"Enheter",followMe:"Alla f\xf6ljer mig",framesPerSecond:"bildrutor per sekund",incomingMessage:"Inkommande meddelande",language:"Spr\xe5k",loggedIn:"Inloggad som {{name}}",maxStageParticipants:"Maximalt antal deltagare som kan f\xe4stas p\xe5 huvudscenen",microphones:"Mikrofoner",moderator:"Moderator",moderatorOptions:"Moderatoralternativ",more:"Mer",name:"Namn",noDevice:"Inga enheter",notifications:"Notifikationer",participantJoined:"Deltagare ansluten",participantKnocking:"Deltagare har anslutit till lobbyn",participantLeft:"Deltagare l\xe4mnat m\xf6tet",playSounds:"Spelljud p\xe5",reactions:"Reaktioner",sameAsSystem:"Samma som system ({{label}})",selectAudioOutput:"Ljudutmatning",selectCamera:"Kamera",selectMic:"Mikrofon",selfView:"Sj\xe4lvvy",shortcuts:"Genv\xe4gar",speakers:"H\xf6gtalare",startAudioMuted:"Alla b\xf6rjar tystade",startReactionsMuted:"St\xe4ng av reaktionsljud f\xf6r alla",startVideoMuted:"Alla b\xf6rjar osynliga",talkWhileMuted:"Prata medan din ljud \xe4r inaktiverad",title:"Inst\xe4llningar",video:"Video"},settingsView:{advanced:"Avancerat",alertCancel:"Avbryt",alertOk:"OK",alertTitle:"Varning",alertURLText:"Den angivna serverl\xe4nken \xe4r felaktig",buildInfoSection:"Versionsinformation",conferenceSection:"Konferens",disableCallIntegration:"Till\xe5t inte deltagande via telefon",disableCrashReporting:"Inaktivera kraschrapportering",disableCrashReportingWarning:"\xc4r du s\xe4ker p\xe5 att du vill inaktivera kraschrapportering? Inst\xe4llningen till\xe4mpas n\xe4r du startar om appen.",disableP2P:"Inaktivera Dator-till-dator-l\xe4ge",displayName:"Sk\xe4rmnamn",displayNamePlaceholderText:"Exempel: John Doe",email:"E-post",emailPlaceholderText:"mejl@exempel.se",goTo:"G\xe5 till",header:"Inst\xe4llningar",help:"Hj\xe4lp",links:"L\xe4nkar",privacy:"Sekretess",profileSection:"Profil",serverURL:"Serverl\xe4nk",showAdvanced:"Visa avancerade inst\xe4llningar",startCarModeInLowBandwidthMode:"Starta bill\xe4get i l\xe5gbandbreddsl\xe4ge",startWithAudioMuted:"Starta med ljudet avst\xe4ngt",startWithVideoMuted:"Starta med videon avst\xe4ngd",terms:"Villkor",version:"Version"},share:{dialInfoText:"\n\n=====\n\nVill du ist\xe4llet ringa in via telefon?\n\n{{defaultDialInNumber}} Klicka p\xe5 den h\xe4r l\xe4nken f\xf6r att se telefonnumret f\xf6r detta m\xf6te\n{{dialInfoPageUrl}}",mainText:"Klicka p\xe5 l\xe4nken f\xf6r att delta i m\xf6tet:\n{{roomUrl}}"},speaker:"Talare",speakerStats:{angry:"Arg",disgusted:"\xc4cklad",displayEmotions:"Visa k\xe4nslor",fearful:"R\xe4dd",happy:"Glad",hours:"{{count}} h",minutes:"{{count}} m",name:"Namn",neutral:"Neutral",sad:"Ledsen",search:"S\xf6k",seconds:"{{count}} s",speakerStats:"Talarstatistik",speakerTime:"Talartid",surprised:"\xd6verraskad"},startupoverlay:{genericTitle:"M\xf6tet m\xe5ste anv\xe4nda din mikrofon och kamera.",policyText:" ",title:"{{app}} vill anv\xe4nda din kamera och mikrofon."},suspendedoverlay:{rejoinKeyTitle:"G\xe5 med igen",text:"Klicka p\xe5 knappen \xc5teranslut f\xf6r att koppla upp igen.",title:"Ditt videosamtal avbr\xf6ts d\xe5 din dator gick in i vilol\xe4ge."},termsView:{title:"Villkor"},toggleTopPanelLabel:"V\xe4xla topppanelen",toolbar:{Settings:"Inst\xe4llningar",accessibilityLabel:{Settings:"\xd6ppna eller st\xe4ng inst\xe4llningar",audioOnly:"Sl\xe5 av eller p\xe5 ljudet",audioRoute:"V\xe4lj ljudenhet",boo:"Bua",breakoutRoom:"Anslut eller l\xe4mna grupprum",callQuality:"Hantera videokvalitet",carmode:"Bill\xe4ge",cc:"Sl\xe5 av eller p\xe5 undertexter",chat:"\xd6ppna eller st\xe4ng chattf\xf6nster",clap:"Appl\xe5dera",closeChat:"St\xe4ng chatten",closeMoreActions:"St\xe4ng menyn f\xf6r fler \xe5tg\xe4rder",closeParticipantsPane:"St\xe4ng deltagarf\xf6nstret",collapse:"Minimera",document:"V\xe4xla delat dokument",documentClose:"St\xe4ng delat dokument",documentOpen:"\xd6ppna delat dokument",download:"Ladda ner v\xe5ra appar",embedMeeting:"B\xe4dda in m\xf6te",endConference:"Avsluta m\xf6te f\xf6r alla",enterFullScreen:"Visa helsk\xe4rm",enterTileView:"\xd6ppna sida vid sida",exitFullScreen:"Avsluta helsk\xe4rm",exitTileView:"Avsluta sida vid sida",expand:"Ut\xf6ka",feedback:"Ge feedback",fullScreen:"V\xe4xla helsk\xe4rm",giphy:"V\xe4xla GIPHY-menyn",grantModerator:"Tilldela moderatorr\xe4ttigheter",hangup:"L\xe4mna m\xf6tet",heading:"Verktygsf\xe4lt",help:"Hj\xe4lp",hideWhiteboard:"D\xf6lj whiteboard",invite:"Bjud in personer",kick:"Sparka ut deltagare",laugh:"Skratta",leaveConference:"L\xe4mna m\xf6tet",like:"Tummen upp",linkToSalesforce:"L\xe4nk till Salesforce",lobbyButton:"Aktivera / inaktivera lobbyl\xe4ge",localRecording:"V\xe4xla lokala inspelningskontroller",lockRoom:"V\xe4xla m\xf6tesl\xf6senord",lowerHand:"S\xe4nk din hand",moreActions:"Fler \xe5tg\xe4rder",moreActionsMenu:"Menyn Fler \xe5tg\xe4rder",moreOptions:"Visa fler alternativ",mute:"Mute",muteEveryone:"St\xe4ng av ljudet f\xf6r alla",muteEveryoneElse:"St\xe4ng av ljudet f\xf6r alla andra",muteEveryoneElsesVideoStream:"Stoppa alla andras video",muteEveryonesVideoStream:"Stoppa allas video",noiseSuppression:"Brusd\xe4mpning",openChat:"\xd6ppna chatt",participants:"\xd6ppna deltagarf\xf6nstret",pip:"V\xe4xla bild-i-bild-l\xe4ge",privateMessage:"Skicka privat meddelande",profile:"Redigera din profil",raiseHand:"R\xe4ck upp handen",reactions:"Reaktioner",reactionsMenu:"Reaktionsmeny",recording:"V\xe4xla inspelning",remoteMute:"Ljud av deltagare",remoteVideoMute:"Inaktivera kameran f\xf6r deltagaren",security:"S\xe4kerhetsalternativ",selectBackground:"V\xe4lj bakgrund",selfView:"V\xe4xla sj\xe4lvvy",shareRoom:"Bjud in n\xe5gon",shareYourScreen:"B\xf6rja dela din sk\xe4rm",shareaudio:"Dela ljud",sharedvideo:"Dela video",shortcuts:"V\xe4xla genv\xe4gar",show:"Visa p\xe5 scenen",showWhiteboard:"Visa whiteboard",silence:"Tystnad",speakerStats:"V\xe4xla deltagarstatistik",stopScreenSharing:"Sluta dela din sk\xe4rm",stopSharedVideo:"Stoppa video",surprised:"F\xf6rv\xe5nad",tileView:"V\xe4xla sida vid sida",toggleCamera:"V\xe4xla kamera",toggleFilmstrip:"V\xe4xla filmremsa",unmute:"Sl\xe5 p\xe5 ljudet",videoblur:"V\xe4xla videoosk\xe4rpa",videomute:"Stoppa kamera",videounmute:"Starta kameran"},addPeople:"L\xe4gg till personer i samtal",audioOnlyOff:"Avsluta ljudl\xe4get",audioOnlyOn:"Starta ljudl\xe4get",audioRoute:"V\xe4lj ljudenhet",audioSettings:"Ljud inst\xe4llningar",authenticate:"Autentisera",boo:"Bua",callQuality:"Hantera videokvalitet",chat:"\xd6ppna / st\xe4ng chatten",clap:"Klappa",closeChat:"St\xe4ng chatt",closeParticipantsPane:"St\xe4ng deltagarrutan",closeReactionsMenu:"St\xe4ng meny f\xf6r reaktioner",disableNoiseSuppression:"Inaktivera brusreducering",disableReactionSounds:"Du kan inaktivera reaktionsljud f\xf6r det h\xe4r m\xf6tet",documentClose:"St\xe4ng delat dokument",documentOpen:"\xd6ppna delat dokument",download:"Ladda ner v\xe5r app",e2ee:"End-to-End kryptering",embedMeeting:"B\xe4dda in m\xf6te",enableNoiseSuppression:"Aktivera brusreducering",endConference:"Avsluta m\xf6tet f\xf6r alla",enterFullScreen:"Visa fullsk\xe4rm",enterTileView:"\xd6ppna panelvy",exitFullScreen:"St\xe4ng fullsk\xe4rm",exitTileView:"St\xe4ng panelvy",feedback:"L\xe4mna \xe5terkoppling",giphy:"V\xe4xla GIPHY-menyn",hangup:"L\xe4mna",help:"Hj\xe4lp",hideWhiteboard:"D\xf6lj whiteboardtavlan",invite:"Bjud in andra",joinBreakoutRoom:"G\xe5 med i grupprummet",laugh:"Skratta",leaveBreakoutRoom:"L\xe4mna grupprum",leaveConference:"L\xe4mna m\xf6tet",like:"Tummen upp",linkToSalesforce:"L\xe4nk till Salesforce",lobbyButtonDisable:"Inaktivera v\xe4ntrumsl\xe4ge",lobbyButtonEnable:"Aktivera v\xe4ntrumsl\xe4ge",login:"Logga in",logout:"Logga ut",lowerYourHand:"Ta ner handen",moreActions:"Fler handlingar",moreOptions:"Visa fler alternativ",mute:"Sl\xe5 av/p\xe5 ljud",muteEveryone:"Tysta alla",muteEveryonesVideo:"Inaktivera allas kamera",noAudioSignalDesc:"Om du inte avsiktligt st\xe4ngde av det fr\xe5n systeminst\xe4llningar eller h\xe5rdvara, \xf6verv\xe4g att byta enhet.",noAudioSignalDescSuggestion:"Om du inte avsiktligt tystade det fr\xe5n systeminst\xe4llningar eller h\xe5rdvara, \xf6verv\xe4g att byta till den f\xf6reslagna enheten.",noAudioSignalDialInDesc:"Du kan ocks\xe5 ringa in med:",noAudioSignalDialInLinkDesc:"Uppringningsnummer",noAudioSignalTitle:"Det kommer inget ljud fr\xe5n din mikrofon!",noiseSuppression:"Brusreducering",noisyAudioInputDesc:"Din mikrofon skapar brus, tysta din mikrofon eller byt ljudenhet!",noisyAudioInputTitle:"Din mikrofon verkar vara bullrig!",openChat:"\xd6ppna chatt",openReactionsMenu:"\xd6ppna meny f\xf6r reaktioner",participants:"Deltagare",pip:"\xd6ppna bild-i-bild-l\xe4ge",privateMessage:"Skicka privat meddelande",profile:"Redigera din profil",raiseHand:"R\xe4ck upp / ta ner din hand",raiseYourHand:"R\xe4ck upp handen",reactionBoo:"Bua",reactionClap:"Klappa",reactionLaugh:"Skratta",reactionLike:"Skicka tummen upp",reactionSilence:"Skicka tyst reaktion",reactionSurprised:"Skicka reaktionen \xf6veraskad",reactions:"Reaktioner",security:"S\xe4kerhetsalternativ",selectBackground:"V\xe4lj bakgrund",shareRoom:"Bjud in n\xe5gon",shareaudio:"Dela ljud",sharedvideo:"Dela en video",shortcuts:"Visa genv\xe4gar",showWhiteboard:"Visa whiteboardtavlan",silence:"Tystnad",speakerStats:"Talarstatistik",startScreenSharing:"Starta sk\xe4rmdelning",startSubtitles:"Starta undertextning",stopAudioSharing:"Inaktivera ljuddelning",stopScreenSharing:"Avsluta sk\xe4mdelning",stopSharedVideo:"Pausa video",stopSubtitles:"Avsluta undertextning",surprised:"\xd6veraskad",talkWhileMutedPopup:"F\xf6rs\xf6ker du tala? Din mikrofon \xe4r tystad.",tileViewToggle:"\xd6ppna eller st\xe4ng panelvyn",toggleCamera:"Byta kamera",unmute:"Sl\xe5 p\xe5 ljud",videoSettings:"Video inst\xe4llningar",videomute:"Inaktivera kameran",videounmute:"Aktivera kameran"},transcribing:{ccButtonTooltip:"Aktivera / Inaktivera undertexter",error:"Transkriberingen misslyckades. F\xf6rs\xf6k igen.",expandedLabel:"Transkribering \xe4r aktiverad",failedToStart:"Det gick inte att starta transkribering",labelToolTip:"M\xf6tet transkriberas",off:"Transkribering avslutades",pending:"F\xf6rbereder transkribering av m\xf6tet ...",sourceLanguageDesc:"F\xf6r n\xe4rvarande \xe4r m\xf6tesspr\xe5ket inst\xe4llt p\xe5 {{sourceLanguage}}.
Du kan \xe4ndra det fr\xe5n ",sourceLanguageHere:"h\xe4r",start:"B\xf6rja visa undertexter",stop:"Sluta visa undertexter",subtitles:"Undertexter",subtitlesOff:"Av",tr:"TR"},unpinParticipant:"Lossa deltagare",userMedia:{androidGrantPermissions:"V\xe4lj Till\xe5t n\xe4r din webbl\xe4sare beg\xe4r \xe5tkomst.",chromeGrantPermissions:"V\xe4lj Till\xe5t n\xe4r din webbl\xe4sare beg\xe4r \xe5tkomst.",edgeGrantPermissions:"V\xe4lj Ja n\xe4r din webbl\xe4sare beg\xe4r \xe5tkomst.",electronGrantPermissions:"Till\xe5t anv\xe4ndning av din kamera och mikrofon",firefoxGrantPermissions:"V\xe4lj Dela vald enhet n\xe4r din webbl\xe4sare beg\xe4r \xe5tkomst.",iexplorerGrantPermissions:"V\xe4lj OK n\xe4r din webbl\xe4sare beg\xe4r \xe5tkomst.",nwjsGrantPermissions:"Till\xe5t anv\xe4ndning av din kamera och mikrofon",operaGrantPermissions:"V\xe4lj Till\xe5t n\xe4r din webbl\xe4sare beg\xe4r \xe5tkomst.","react-nativeGrantPermissions":"V\xe4lj Till\xe5t n\xe4r din webbl\xe4sare beg\xe4r \xe5tkomst.",safariGrantPermissions:"V\xe4lj OK n\xe4r din webbl\xe4sare beg\xe4r \xe5tkomst."},videoSIPGW:{busy:"Vi arbetar med att frig\xf6ra resurser. F\xf6rs\xf6k igen om n\xe5gra minuter.",busyTitle:"Rumtj\xe4nsten \xe4r just nu upptagen",errorAlreadyInvited:"{{displayName}} \xe4r redan inbjuden",errorInvite:"Konferensen \xe4r inte skapad \xe4n. F\xf6rs\xf6k igen senare.",errorInviteFailed:"Vi arbetar f\xf6r att l\xf6sa problemet. F\xf6rs\xf6k igen senare.",errorInviteFailedTitle:"Inbjudan till {{displayName}} misslyckades",errorInviteTitle:"Inbjudan till rum misslyckades",pending:"{{displayName}} har bjudits in"},videoStatus:{adjustFor:"Justera f\xf6r:",audioOnly:"AUD",audioOnlyExpanded:"Du anv\xe4nder ljudl\xe4get. L\xe4get sparar bandbredd men du kan inte se andras videor.",bestPerformance:"B\xe4st prestanda",callQuality:"Videokvalitet",hd:"HD",hdTooltip:"Titta p\xe5 h\xf6guppl\xf6st video",highDefinition:"H\xf6g uppl\xf6sning",highestQuality:"H\xf6gsta kvalitet",labelTooiltipNoVideo:"Ingen video",labelTooltipAudioOnly:"L\xe4ge med enbart ljud aktiverat",ld:"LD",ldTooltip:"Titta p\xe5 l\xe5guppl\xf6st video",lowDefinition:"L\xe5g uppl\xf6sning",performanceSettings:"Prestandainst\xe4llningar",recording:"Inspelning p\xe5g\xe5r",sd:"SD",sdTooltip:"Titta p\xe5 video med standarduppl\xf6sning",standardDefinition:"Normal uppl\xf6sning",streaming:"Streaming p\xe5g\xe5r"},videothumbnail:{connectionInfo:"Anslutningsinformation",domute:"Tysta",domuteOthers:"Inkativerad ljud f\xf6r alla andra",domuteVideo:"Inaktivera kamera",domuteVideoOfOthers:"Inkativera kamera f\xf6r alla andra",flip:"V\xe4nd",grantModerator:"Godk\xe4nn moderator",hideSelfView:"D\xf6lj sj\xe4lvvyn",kick:"Sparka ut",mirrorVideo:"Spegelv\xe4nd video",moderator:"Moderator",mute:"Deltagaren har avst\xe4ngd mikrofon",muted:"Tystad",pinToStage:"F\xe4st till scenen",remoteControl:"Fj\xe4rrkontroll",screenSharing:"Deltagaren delar sin sk\xe4rm",show:"Visa p\xe5 scenen",showSelfView:"Visa sj\xe4lvvy",unpinFromStage:"Ta loss",verify:"Verifiera",videoMuted:"Kamera inaktiverad",videomute:"Deltagaren har st\xe4ngt av kameran"},virtualBackground:{addBackground:"L\xe4gg till bakgrund",apply:"Till\xe4mpa",backgroundEffectError:"Det gick inte att till\xe4mpa bakgrundseffekt.",blur:"Osk\xe4rpa",deleteImage:"Ta bort bild",desktopShare:"Dela skrivbord",desktopShareError:"Det gick inte att dela skrivbordet",image1:"Strand",image2:"Vit neutral bakgrund",image3:"Vitt tomt rum",image4:"Svart golvlampa",image5:"Berg",image6:"Skog",image7:"Soluppg\xe5ng",none:"Ingen",pleaseWait:"V\xe4nligen v\xe4nta...",removeBackground:"Ta bort bakgrunden",slightBlur:"L\xe4tt osk\xe4rpa",title:"Virtuella bakgrunder",uploadedImage:"Uppladdad bild {{index}}",webAssemblyWarning:"WebAssembly st\xf6ds inte",webAssemblyWarningDescription:"WebAssembly inaktiverad eller st\xf6ds inte av den h\xe4r webbl\xe4saren"},visitors:{chatIndicator:"(bes\xf6kare)",labelTooltip:"Antal bes\xf6kare: {{count}}",notification:{description:"R\xe4ck upp handen f\xf6r att delta",title:"Du \xe4r en bes\xf6kare i m\xf6tet"}},volumeSlider:"Volymreglage",welcomepage:{accessibilityLabel:{join:"Tryck f\xf6r att g\xe5 med",roomname:"Skriv in rumsnamn"},addMeetingName:"L\xe4gg till m\xf6tesnamn",appDescription:"S\xe4tt ig\xe5ng, videochatta med hela teamet. Eller bjud in alla du k\xe4nner. {{app}} \xe4r en helt krypterad, \xf6ppen k\xe4llkod videokonferensl\xf6sning som du kan anv\xe4nda obegr\xe4nsat utan kostnad \u2013 inget anv\xe4ndarkonto beh\xf6vs.",audioVideoSwitch:{audio:"Ljud",video:"Video"},calendar:"Kalender",connectCalendarButton:"Anslut din kalender",connectCalendarText:"Anslut din kalender f\xf6r att se alla m\xf6ten i {{app}}. L\xe4gg \xe4ven till m\xf6ten med {{provider}} i din kalender och starta dem med ett klick.",enterRoomTitle:"Starta ett nytt m\xf6te",getHelp:"F\xe5 hj\xe4lp",go:"K\xd6R",goSmall:"B\xd6RJA",headerSubtitle:"S\xe4kra m\xf6ten med h\xf6g kvalitet",headerTitle:"Jitsi Meet",info:"Info",jitsiOnMobile:"Jitsi p\xe5 mobilen - ladda ner v\xe5ra appar och starta ett m\xf6te var som helst",join:"G\xe5 med",logo:{calendar:"Kalender logotyp",desktopPreviewThumbnail:"Miniatyrbild av skrivbordsf\xf6rhandsgranskning",googleLogo:"Google logotyp",logoDeepLinking:"Jitsi logotyp",microsoftLogo:"Microsoft logotyp",policyLogo:"Policy-logotyp"},meetingsAccessibilityLabel:"M\xf6ten",mobileDownLoadLinkAndroid:"Ladda ner mobilappen f\xf6r Android",mobileDownLoadLinkFDroid:"Ladda ner mobilappen f\xf6r F-droid",mobileDownLoadLinkIos:"Ladda ner mobilappen f\xf6r iOS",moderatedMessage:"Eller boka en m\xf6tesadress i f\xf6rv\xe4g d\xe4r du \xe4r den enda moderatorn.",privacy:"Integritet",recentList:"Tidigare",recentListDelete:"Radera",recentListEmpty:"Inga tidigare m\xf6ten. Chatta med ditt team och hitta alla tidigare m\xf6ten d\xe4r.",recentMeetings:"Dina senaste m\xf6ten",reducedUIText:"V\xe4lkommen till {{app}}!",roomNameAllowedChars:"M\xf6tesnamn kan inte inneh\xe5lla dessa tecken: ?, &,:, ', \",%, #.",roomname:"Skriv in rumsnamn",roomnameHint:"Ange namnet eller URL:en till m\xf6tesrummet du vill ansluta till. Du kan hitta p\xe5 ett nytt namn, ber\xe4tta d\xe5 f\xf6r de andra du t\xe4nker m\xf6ta s\xe5 de anger samma namn.",sendFeedback:"Ge \xe5terkoppling",settings:"Inst\xe4llningar",startMeeting:"Starta m\xf6te",terms:"Villkor",title:"S\xe4kra, v\xe4lutrustade och helt kostnadsfria videokonferenser",upcomingMeetings:"Dina kommande m\xf6ten"},whiteboard:{accessibilityLabel:{heading:"Whiteboard"}}}},850,[]); -__d(function(a,e,i,n,r,l,t){r.exports={addPeople:{add:"Davet et",addContacts:"Ki\u015filerinizi davet edin",contacts:"ki\u015filer",copyInvite:"Toplant\u0131 davetini kopyala",copyLink:"Toplant\u0131 ba\u011flant\u0131s\u0131n\u0131 kopyala",copyStream:"Canl\u0131 ak\u0131\u015f ba\u011flant\u0131s\u0131n\u0131 kopyala",countryNotSupported:"\xdclke hen\xfcz desteklenmiyor",countryReminder:"D\u0131\u015f bir \xfclkeyi mi ar\u0131yorsunuz? L\xfctfen \xfclke koduyla ba\u015flay\u0131n!",defaultEmail:"Varsay\u0131lan E-postan\u0131z",disabled:"Ki\u015fi davet edemezsiniz.",failedToAdd:"Ki\u015fi eklenemedi",googleEmail:"Google Email",inviteMoreHeader:"Toplant\u0131daki tek ki\u015fisiniz",inviteMoreMailSubject:"{{appName}} toplant\u0131s\u0131na kat\u0131l",inviteMorePrompt:"Daha fazla ki\u015fi davet et",linkCopied:"Ba\u011flant\u0131 panoya kopyaland\u0131",noResults:"E\u015fle\u015fen sonu\xe7 bulunamad\u0131",outlookEmail:"Outlook Email",phoneNumbers:"telefon numaralar\u0131",searching:"Aran\u0131yor...",shareInvite:"Toplant\u0131 davetini payla\u015f",shareLink:"Kat\u0131l\u0131mc\u0131lar\u0131 davet etmek i\xe7in toplant\u0131 ba\u011flant\u0131s\u0131n\u0131 payla\u015f\u0131n",shareStream:"Canl\u0131 ak\u0131\u015f ba\u011flant\u0131s\u0131n\u0131 payla\u015f\u0131n",sipAddresses:"sip adresleri",telephone:"Telefon numaras\u0131: {{number}}",title:"Bu toplant\u0131ya ki\u015fi davet edin",yahooEmail:"Yahoo Email"},audioDevices:{bluetooth:"Bluetooth",car:"",headphones:"Kulakl\u0131k",none:"Ge\xe7erli Ses cihaz\u0131 yok",phone:"Telefon",speaker:"Konu\u015fmac\u0131"},audioOnly:{audioOnly:"D\xfc\u015f\xfck bant geni\u015fli\u011fi"},breakoutRooms:{actions:{add:"Alt oda ekle",autoAssign:"Alt odalara otomatik ekle",close:"Kapat",join:"Kat\u0131l",leaveBreakoutRoom:"Alt odadan \xe7\u0131k",more:"Daha",remove:"Sil",sendToBreakoutRoom:"Kat\u0131l\u0131mc\u0131ya g\xf6nder:"},defaultName:"Alt oda #{{index}}",mainRoom:"Ana oda",notifications:{joined:"\"{{name}}\" alt odas\u0131na giriliyor",joinedMainRoom:"Ana odaya giriliyor",joinedTitle:"Alt Odalar"}},calendarSync:{addMeetingURL:"Bir toplant\u0131 ba\u011flant\u0131s\u0131 ekle",confirmAddLink:"Bu etkinli\u011fe bir toplant\u0131 ba\u011flant\u0131s\u0131 eklensin mi?",error:{appConfiguration:"Takvim entegrasyonu do\u011fru yap\u0131land\u0131r\u0131lmad\u0131.",generic:"Bir hata olu\u015ftu. L\xfctfen takvim ayarlar\u0131n\u0131 kontrol edin veya takvimi yenilemeyi deneyin.",notSignedIn:"Takvim etkinlikleri getirilirken bir hata meydana geldi. L\xfctfen takvim ayarlar\u0131n\u0131 kontrol edin ve tekrar giri\u015f yap\u0131n."},join:"Kat\u0131l",joinTooltip:"Toplant\u0131ya kat\u0131l",nextMeeting:"sonraki toplant\u0131",noEvents:"Planlanm\u0131\u015f bir etkinlik bulunmuyor.",ongoingMeeting:"devam eden toplant\u0131",permissionButton:"Ayarlar\u0131 a\xe7",permissionMessage:"Uygulama i\xe7inde toplant\u0131lar\u0131n\u0131z\u0131 g\xf6r\xfcnt\xfclemek i\xe7in takvim eri\u015fim izni gereklidir.",refresh:"Takvimi yenile",today:"Bug\xfcn"},carmode:{actions:{selectSoundDevice:"Ses cihaz\u0131 se\xe7"},labels:{buttonLabel:"Araba modu",title:"Arama modu",videoStopped:"Video durduruldu"}},chat:{enter:"Odaya gir",error:"Hata: Mesaj\u0131n\u0131z g\xf6nderilmedi. Neden: {{error}}",fieldPlaceHolder:"Mesaj\u0131n\u0131z\u0131 buraya yaz\u0131n",lobbyChatMessageTo:"{{recipient}} adl\u0131 ki\u015fiye lobi mesaj\u0131",message:"Mesaj",messageAccessibleTitle:"{{user}} diyor:",messageAccessibleTitleMe:"ben diyorum:",messageTo:"{{recipient}} adl\u0131 ki\u015fiye \xf6zel mesaj",messagebox:"Bir mesaj yaz\u0131n",newMessages:"Yeni mesajlar",nickname:{popover:"Bir takma ad se\xe7in",title:"Sohbette kullanmak i\xe7in bir takma ad girin",titleWithPolls:"Sohbette kullanmak i\xe7in bir takma ad girin"},noMessagesMessage:"Toplant\u0131da hen\xfcz mesaj yok. Burada bir konu\u015fma ba\u015flat\u0131n!",privateNotice:"{{recipient}} i\xe7in \xf6zel mesaj",sendButton:"G\xf6nder",smileysPanel:"Emoji paneli",tabs:{chat:"Sohbet",polls:"Anket"},title:"Sohbet",titleWithPolls:"Sohbet",you:"sen"},chromeExtensionBanner:{buttonText:"Chrome Eklentisi'ni indirin",buttonTextEdge:"",close:"Kapat",dontShowAgain:"Bunu bir daha g\xf6sterme",installExtensionText:"Google Takvim ve Office 365 entegrasyonu i\xe7in uzant\u0131y\u0131 y\xfckleyin"},connectingOverlay:{joiningRoom:"Toplant\u0131ya ba\u011flan\u0131l\u0131yor..."},connection:{ATTACHED:"Eklenmi\u015f",AUTHENTICATING:"Kimlik do\u011frulan\u0131yor",AUTHFAIL:"Kimlik do\u011frulama ba\u015far\u0131s\u0131z",CONNECTED:"Ba\u011fland\u0131",CONNECTING:"Ba\u011flan\u0131yor",CONNFAIL:"Ba\u011flant\u0131 ba\u015far\u0131s\u0131z",DISCONNECTED:"Ba\u011flant\u0131 kesildi",DISCONNECTING:"Ba\u011flant\u0131 kesiliyor",ERROR:"Hata",FETCH_SESSION_ID:"Oturum kimli\u011fi al\u0131n\u0131yor\u2026",GET_SESSION_ID_ERROR:"Oturum kimli\u011fi alma hatas\u0131: {{code}}",GOT_SESSION_ID:"Oturum kimli\u011fi al\u0131n\u0131yor\u2026 Tamam",LOW_BANDWIDTH:"Bant geni\u015fli\u011finden tasarruf etmek i\xe7in {{displayName}} ki\u015fisinin videosu kapat\u0131ld\u0131"},connectionindicator:{address:"Adres:",audio_ssrc:"Ses SSRC:",bandwidth:"Tahmini bant geni\u015fli\u011fi:",bitrate:"Bit h\u0131z\u0131:",bridgeCount:"Sunucu say\u0131s\u0131: ",codecs:"Kodekler (A/V): ",connectedTo:"Ba\u011fland\u0131 \u015funa:",framerate:"\xc7er\xe7eve h\u0131z\u0131:",less:"Daha az g\xf6ster",localaddress:"Yerel adres:",localaddress_plural:"Yerel adresler:",localport:"Yerel port:",localport_plural:"Yerel portlar:",maxEnabledResolution:"maksimumu g\xf6nder",more:"Daha fazla g\xf6ster",packetloss:"Paket kayb\u0131:",participant_id:"Kat\u0131l\u0131mc\u0131 id:",quality:{good:"\u0130yi",inactive:"Aktif de\u011fil",lost:"Kay\u0131p",nonoptimal:"Optimal seviyede de\u011fil",poor:"Zay\u0131f"},remoteaddress:"Uzak adres:",remoteaddress_plural:"Uzak adresler:",remoteport:"Uzak port:",remoteport_plural:"Uzak portlar:",resolution:"\xc7\xf6z\xfcn\xfcrl\xfck:",savelogs:"Loglar\u0131 Kaydet",status:"Ba\u011flant\u0131:",transport:"Transport:",transport_plural:"Transportlar:",video_ssrc:"Video SSRC:"},dateUtils:{earlier:"Daha eski",today:"Bug\xfcn",yesterday:"D\xfcn"},deepLinking:{appNotInstalled:"Bu toplant\u0131ya kat\u0131lmak i\xe7in {{app}} uygulamas\u0131na ihtiyac\u0131n\u0131z var.",description:"Hi\xe7bir \u015fey olmad\u0131 m\u0131? Toplant\u0131n\u0131z\u0131 {{app}} masa\xfcst\xfc uygulamas\u0131nda ba\u015flatmaya \xe7al\u0131\u015ft\u0131k. Tekrar deneyin veya {{app}} web uygulamas\u0131n\u0131 a\xe7\u0131n.",descriptionWithoutWeb:"Hi\xe7bir \u015fey olmad\u0131? Toplant\u0131n\u0131z\u0131 {{app}} masa\xfcst\xfc uygulamas\u0131nda ba\u015flatmay\u0131 denedik.",downloadApp:"Uygulamay\u0131 indir",ifDoNotHaveApp:"Hen\xfcz uygulaman\u0131z yoksa:",ifHaveApp:"Uygulaman\u0131z zaten varsa: ",joinInApp:"Uygulamay\u0131 kullanarak bu toplant\u0131ya kat\u0131l",launchWebButton:"Web'de a\xe7",title:"Toplant\u0131n\u0131z {{app}} uygulamas\u0131nda a\xe7\u0131l\u0131yor...",tryAgainButton:"Masa\xfcst\xfcnde tekrar deneyin",unsupportedBrowser:"\u015eu an kulland\u0131\u011f\u0131n\u0131z taray\u0131c\u0131y\u0131 desteklemiyoruz."},defaultLink:"\xf6rne\u011fin {{url}}",defaultNickname:"\xf6rnek Jane Pink",deviceError:{cameraError:"Kameraya eri\u015filemedi",cameraPermission:"Kameraya eri\u015fim izni al\u0131namad\u0131",microphoneError:"Mikrofona eri\u015filemedi",microphonePermission:"Mikrofon eri\u015fim izni al\u0131namad\u0131"},deviceSelection:{noPermission:"\u0130zin al\u0131namad\u0131",previewUnavailable:"\xd6nizleme mevcut de\u011fil",selectADevice:"Bir cihaz se\xe7",testAudio:"Bir test sesi \xe7al"},dialIn:{screenTitle:"Arama \xf6zeti"},dialOut:{statusMessage:"\u015fimdi {{status}}"},dialog:{Back:"Geri",Cancel:"\u0130ptal",IamHost:"Toplant\u0131 sahibiyim",Ok:"Tamam",Remove:"Kald\u0131r",Share:"Payla\u015f",Submit:"G\xf6nder",WaitForHostMsg:"Toplant\u0131s\u0131 hen\xfcz ba\u015flamad\u0131. Toplant\u0131 sahibi sizseniz, l\xfctfen kimlik do\u011frulamas\u0131 yap\u0131n. De\u011filseniz l\xfctfen toplant\u0131 sahibinin gelmesini bekleyin.",WaitingForHostTitle:"Toplant\u0131 sahibi bekleniyor ...",Yes:"Evet",accessibilityLabel:{liveStreaming:"Canl\u0131 ak\u0131\u015f"},add:"Ekle",addMeetingNote:"",addOptionalNote:"",allow:"\u0130zin ver",alreadySharedVideoMsg:"Ba\u015fka bir kat\u0131l\u0131mc\u0131 zaten bir video payla\u015f\u0131yor. Bu konferans ayn\u0131 anda yaln\u0131zca bir payla\u015f\u0131lan videoya izin verir.",alreadySharedVideoTitle:"Ayn\u0131 anda yaln\u0131zca bir payla\u015f\u0131lan videoya izin verilir.",applicationWindow:"Uygulama penceresi",authenticationRequired:"Kimlik do\u011frulamas\u0131 gerekli",cameraConstraintFailedError:"Kameran\u0131z gerekli baz\u0131 \xf6zellikleri kar\u015f\u0131layam\u0131yor.",cameraNotFoundError:"Kamera bulunamad\u0131.",cameraNotSendingData:"Kameran\u0131za eri\u015femiyoruz. L\xfctfen ba\u015fka bir uygulaman\u0131n bu cihaz\u0131 kullan\u0131p kullanmad\u0131\u011f\u0131n\u0131 kontrol edin, Ayarlar men\xfcs\xfcnden ba\u015fka bir cihaz se\xe7in veya uygulamay\u0131 yeniden y\xfcklemeyi deneyin.",cameraNotSendingDataTitle:"Kameraya eri\u015filemiyor",cameraPermissionDeniedError:"Kamera kullan\u0131m\u0131na izin vermediniz. Yine de toplant\u0131ya kat\u0131labilirsiniz, ancak di\u011ferleri sizi g\xf6remez. Bunu d\xfczeltmek i\xe7in kamera butonunu kullan\u0131n.",cameraTimeoutError:"Video kayna\u011f\u0131 ba\u015flat\u0131lamad\u0131. Zaman a\u015f\u0131m\u0131!",cameraUnknownError:"Bilinmeyen bir nedenden dolay\u0131 kamera kullan\u0131lam\u0131yor.",cameraUnsupportedResolutionError:"Kameran\u0131z gerekli video \xe7\xf6z\xfcn\xfcrl\xfc\u011f\xfcn\xfc desteklemiyor.",close:"Kapat",conferenceDisconnectMsg:"A\u011f ba\u011flant\u0131n\u0131z\u0131 kontrol etmek isteyebilirsiniz. {{seconds}} saniye i\xe7inde yeniden ba\u011flan\u0131yor...",conferenceDisconnectTitle:"Ba\u011flant\u0131n\u0131z kesildi.",conferenceReloadMsg:"Bunu d\xfczeltmeye \xe7al\u0131\u015f\u0131yoruz. {{seconds}} saniye i\xe7inde yeniden ba\u011flan\u0131yor...",conferenceReloadTitle:"Ne yaz\u0131k ki bir \u015feyler ters gitti.",confirm:"Onayla",confirmNo:"Hay\u0131r",confirmYes:"Evet",connectError:"Hata! Bir \u015feyler ters gitti ve toplant\u0131ya ba\u011flanamad\u0131k.",connectErrorWithMsg:"Hata! Bir \u015feyler ters gitti ve konferansa ba\u011flanamad\u0131k: {{msg}}",connecting:"Ba\u011flan\u0131yor",contactSupport:"Destek ekibine eri\u015fin",copied:"Kopyaland\u0131",copy:"Kopyala",dismiss:"Son ver",displayNameRequired:"Merhaba, g\xf6r\xfcnmesini istedi\u011fin ismin nedir?",done:"Bitti",e2eeDescription:"U\xe7tan-uca \u015fifreleme \u015fu an deneyseldir. L\xfctfen u\xe7tan-uca \u015fifrelemeyi a\xe7man\u0131n, telefon kat\u0131l\u0131m\u0131 gibi sunucu taraf\u0131nda sa\u011flanan hizmetleri devred\u0131\u015f\u0131 b\u0131rakabilece\u011fini unutmay\u0131n. Ayr\u0131ca toplant\u0131n\u0131n yaln\u0131zca eklenebilir ak\u0131\u015flar\u0131 destekleyen taray\u0131c\u0131lardan kat\u0131lan ki\u015filer i\xe7in \xe7al\u0131\u015faca\u011f\u0131n\u0131 unutmay\u0131n.",e2eeDisabledDueToMaxModeDescription:"Y\xfcksek kat\u0131l\u0131mc\u0131 say\u0131s\u0131ndan dolay\u0131 bu konferansta U\xe7tan-Uca \u015fifreleme etkinle\u015ftirilemiyor.",e2eeLabel:"U\xe7tan-uca \u015fifrelemeyi etkinle\u015ftir",e2eeWarning:"UYARI: Bu toplant\u0131daki kullan\u0131c\u0131lar\u0131n baz\u0131lar\u0131 u\xe7tan-uca \u015fifrelemeyi desteklemiyor gibi g\xf6r\xfcn\xfcyor. E\u011fer etkinle\u015ftirirseniz sizi duyamaz ve g\xf6remezler.",e2eeWillDisableDueToMaxModeDescription:"UYARI: Konferansa daha fazla kat\u0131l\u0131mc\u0131 kat\u0131l\u0131rsa U\xe7tan-Uca \u015eifreleme otomatik olarak devre d\u0131\u015f\u0131 b\u0131rak\u0131l\u0131r.",embedMeeting:"Toplant\u0131y\u0131 yerle\u015ftir",enterDisplayName:"L\xfctfen ad\u0131n\u0131z\u0131 buraya girin...",error:"Hata",gracefulShutdown:"Hizmetimiz \u015fu anda bak\u0131m i\xe7in devre d\u0131\u015f\u0131. L\xfctfen daha sonra tekrar deneyiniz.",grantModeratorDialog:"{{participantName}} i\xe7in moderat\xf6r haklar\u0131 vermek istedi\u011finize emin misiniz?",grantModeratorTitle:"Moderat\xf6r haklar\u0131 ver",hide:"Gizle",hideShareAudioHelper:"Bu ileti\u015fim kutusunu bir daha g\xf6sterme",incorrectPassword:"Kullan\u0131c\u0131 ad\u0131 veya parola hatal\u0131",incorrectRoomLockPassword:"Yanl\u0131\u015f paralo",internalError:"Hata! Bir \u015feyler ters gitti. \u015eu hata olu\u015ftu: {{error}}",internalErrorTitle:"\u0130\xe7 hata",kickMessage:"Daha fazla ayr\u0131nt\u0131 i\xe7in {{participantDisplayName}} ile ileti\u015fime ge\xe7ebilirsiniz.",kickParticipantButton:"\xc7\u0131kar",kickParticipantDialog:"Bu kat\u0131l\u0131mc\u0131y\u0131 \xe7\u0131karmak istedi\u011finizden emin misiniz?",kickParticipantTitle:"Bu kat\u0131l\u0131mc\u0131 \xe7\u0131kar\u0131ls\u0131n m\u0131?",kickTitle:"Ah! {{participantDisplayName}} sizi toplant\u0131dan \xe7\u0131kard\u0131.",linkMeeting:"Toplant\u0131y\u0131 Linkle",linkMeetingTitle:"Salesforce'a toplant\u0131y\u0131 linkle",liveStreaming:"Canl\u0131 ak\u0131\u015f",liveStreamingDisabledBecauseOfActiveRecordingTooltip:"Kay\u0131t etkinken m\xfcmk\xfcn de\u011fil",localUserControls:"Yerel kullan\u0131c\u0131 kontrolleri",lockMessage:"Toplant\u0131 kilitlenemedi.",lockRoom:"Toplant\u0131 parolas\u0131 ekle",lockTitle:"Kilitlenemedi",login:"Giri\u015f",logoutQuestion:"Oturumu kapatmak ve toplant\u0131y\u0131 durdurmak istedi\u011finizden emin misiniz?",logoutTitle:"Oturumu kapat",maxUsersLimitReached:"Maksimum kat\u0131l\u0131mc\u0131 say\u0131s\u0131 s\u0131n\u0131r\u0131na ula\u015f\u0131ld\u0131. Toplant\u0131 dolu. L\xfctfen toplant\u0131 sahibiyle ileti\u015fime ge\xe7in veya daha sonra tekrar deneyin!",maxUsersLimitReachedTitle:"Maksimum kat\u0131l\u0131mc\u0131 s\u0131n\u0131r\u0131na ula\u015f\u0131ld\u0131",micConstraintFailedError:"Mikrofonunuz gerekli \xf6zelliklerin baz\u0131lar\u0131n\u0131 kar\u015f\u0131layam\u0131yor.",micNotFoundError:"Mikrofon bulunamad\u0131.",micNotSendingData:"Mikrofonunuza eri\u015femiyoruz. L\xfctfen Ayarlar men\xfcs\xfcnden ba\u015fka bir cihaz se\xe7in veya uygulamay\u0131 yeniden y\xfcklemeyi deneyin.",micNotSendingDataTitle:"Mikrofona eri\u015filemiyor.",micPermissionDeniedError:"Mikrofon kullan\u0131m\u0131na izin vermediniz. Yine de toplant\u0131ya kat\u0131labilirsiniz, ancak di\u011ferleri sizi duyamaz. Bunu d\xfczeltmek i\xe7in mikrofon butonunu kullan\u0131n.",micTimeoutError:"Ses kayna\u011f\u0131 ba\u015flat\u0131lamad\u0131. Zaman a\u015f\u0131m\u0131!",micUnknownError:"Bilinmeyen bir nedenden dolay\u0131 mikrofon kullan\u0131lam\u0131yor.",moderationAudioLabel:"Kat\u0131l\u0131mc\u0131lar\u0131n kendi seslerini a\xe7malar\u0131na izin ver",moderationVideoLabel:"Kat\u0131l\u0131mc\u0131lar\u0131n kendi videolar\u0131n\u0131 ba\u015flatmalar\u0131na izin ver",muteEveryoneDialog:"Herkesi sessize almak istedi\u011finizden emin misiniz? Onlar\u0131 sessizden \xe7\u0131karamayacaks\u0131n\u0131z ancak onlar kendilerini her zaman sessizden \xe7\u0131karabilirler.",muteEveryoneDialogModerationOn:"Kat\u0131l\u0131mc\u0131lar istedikleri zaman konu\u015fma talebi g\xf6nderebilirler.",muteEveryoneElseDialog:"Sessize al\u0131nd\u0131\u011f\u0131nda, mikrofonlar\u0131n\u0131 sessizden \xe7\u0131karamayacaks\u0131n\u0131z ancak onlar diledikleri zaman kendilerini sessizden \xe7\u0131karabilirler.",muteEveryoneElseTitle:"{{whom}} hari\xe7 herkesi sessize al?",muteEveryoneElsesVideoDialog:"Kameralar\u0131 devre d\u0131\u015f\u0131 b\u0131rak\u0131ld\u0131\u011f\u0131nda geri a\xe7amayacaks\u0131n\u0131z, ancak onlar kameralar\u0131n\u0131 her zaman a\xe7abilirler.",muteEveryoneElsesVideoTitle:"{{whom}} hari\xe7 herkesin kameras\u0131n\u0131 devre d\u0131\u015f\u0131 b\u0131rak?",muteEveryoneSelf:"Kendiniz",muteEveryoneStartMuted:"\u015eu andan itibaren herkes sessizde ba\u015flayacak",muteEveryoneTitle:"Herkesi sessize al?",muteEveryonesVideoDialog:"Herkesin kameras\u0131n\u0131 devre d\u0131\u015f\u0131 b\u0131rakmak istedi\u011finizden emin misiniz? Kameralar devre d\u0131\u015f\u0131 b\u0131rak\u0131ld\u0131\u011f\u0131nda geri a\xe7amayacaks\u0131n\u0131z, ancak onlar kameralar\u0131n\u0131 her zaman a\xe7abilirler.",muteEveryonesVideoDialogModerationOn:"Kat\u0131l\u0131mc\u0131lar istedikleri zaman videolar\u0131n\u0131 a\xe7mak i\xe7in istek g\xf6nderebilirler.",muteEveryonesVideoDialogOk:"Kameralar\u0131 Kapat",muteEveryonesVideoTitle:"Herkesin kameras\u0131n\u0131 devre d\u0131\u015f\u0131 b\u0131rak?",muteParticipantBody:"Sesi a\xe7amazs\u0131n\u0131z, ancak istedikleri zaman kendileri seslerini a\xe7abilirler.",muteParticipantButton:"Sessize al",muteParticipantsVideoBody:"Kameray\u0131 tekrar a\xe7amazs\u0131n\u0131z ancak istedikleri zaman tekrar a\xe7abilirler.",muteParticipantsVideoBodyModerationOn:"",muteParticipantsVideoButton:"Kameray\u0131 durdur",muteParticipantsVideoDialog:"Bu kat\u0131l\u0131mc\u0131n\u0131n kameras\u0131n\u0131 kapatmak istedi\u011finize emin misiniz? Kameray\u0131 tekrar a\xe7amazs\u0131n\u0131z ancak istedikleri zaman tekrar a\xe7abilirler.",muteParticipantsVideoDialogModerationOn:"",muteParticipantsVideoTitle:"Bu kat\u0131l\u0131mc\u0131 i\xe7in kameray\u0131 durdur?",noDropboxToken:"Dropbox anahtar\u0131 ge\xe7erli de\u011fil",password:"Parola",passwordLabel:"Toplant\u0131 bir kat\u0131l\u0131mc\u0131 taraf\u0131ndan kilitlendi. L\xfctfen giri\u015f yapmak i\xe7in $t(lockRoomPassword) giriniz.",passwordNotSupported:"Toplant\u0131 parolas\u0131 ayarlama desteklenmiyor.",passwordNotSupportedTitle:"Parola desteklenmiyor",passwordRequired:"Parola gerekli",permissionCameraRequiredError:"Videolu konferanslara kat\u0131lmak i\xe7in kamera izni gereklidir. L\xfctfen ayarlardan izin verin",permissionErrorTitle:"\u0130zin gerekli",permissionMicRequiredError:"Konferanslara sesli olarak kat\u0131lmak i\xe7in l\xfctfen mikrofon izni gereklidir. L\xfctfen ayarlardan izin verin",popupError:"Taray\u0131c\u0131n\u0131z bu siteden a\xe7\u0131lan pencereleri engelliyor. L\xfctfen taray\u0131c\u0131n\u0131z\u0131n g\xfcvenlik ayarlar\u0131ndan a\xe7\u0131l\u0131r pencereleri etkinle\u015ftirin ve tekrar deneyin.",popupErrorTitle:"A\xe7\u0131l\u0131r pencere engellendi",readMore:"daha fazla",recentlyUsedObjects:"Son zamanlarda kulland\u0131\u011f\u0131n\u0131z objeler",recording:"Kaydediliyor",recordingDisabledBecauseOfActiveLiveStreamingTooltip:"Canl\u0131 ak\u0131\u015f etkinken m\xfcmk\xfcn de\u011fil...",rejoinNow:"Tekrar kat\u0131l",remoteControlAllowedMessage:"{{user}} uzaktan kontrol iste\u011finizi kabul etti!",remoteControlDeniedMessage:"{{user}} uzaktan kontrol iste\u011finizi reddetti!",remoteControlErrorMessage:"{{user}} kat\u0131l\u0131mc\u0131s\u0131ndan uzaktan kontrol izinleri istenmeye \xe7al\u0131\u015f\u0131l\u0131rken bir hata olu\u015ftu!",remoteControlRequestMessage:"{{user}} kat\u0131l\u0131mc\u0131s\u0131n\u0131n masa\xfcst\xfcn\xfcz\xfc uzaktan kontrol etmesine izin veriyor musunuz?",remoteControlShareScreenWarning:"\"Allow\" butonuna bast\u0131\u011f\u0131n\u0131zda ekran\u0131n\u0131z\u0131 payla\u015faca\u011f\u0131n\u0131z\u0131 unutmay\u0131n!",remoteControlStopMessage:"Uzaktan kontrol oturumu sona erdi!",remoteControlTitle:"Uzak masa\xfcst\xfc kontrol\xfc",remoteUserControls:"{{username}} i\xe7in uzaktan kullan\u0131c\u0131 kontrolleri",removePassword:"Parolay\u0131 kald\u0131r",removeSharedVideoMsg:"Payla\u015f\u0131lan videonuzu kald\u0131rmak istedi\u011finizden emin misiniz?",removeSharedVideoTitle:"Payla\u015f\u0131lan videoyu kald\u0131r",reservationError:"Rezervasyon sistemi hatas\u0131",reservationErrorMsg:"Hata kodu: {{code}}, mesaj: {{msg}}",retry:"Yeniden Dene",screenSharingAudio:"Sesi payla\u015f",screenSharingFailed:"Hop! Bir \u015feyler ters gitti, ekran payla\u015f\u0131m\u0131n\u0131z\u0131 ba\u015flatam\u0131yoruz!",screenSharingFailedTitle:"Ekran payla\u015f\u0131m\u0131 ba\u015far\u0131s\u0131z!",screenSharingPermissionDeniedError:"Hata! Ekran payla\u015fma uzant\u0131s\u0131 izinlerinizle ilgili bir sorun olu\u015ftu. L\xfctfen yeniden y\xfckleyin ve tekrar deneyin.",searchInSalesforce:"Salesforce'ta ara",searchResults:"Arama sonu\xe7lar\u0131({{count}})",searchResultsDetailsError:"Veriler getirilirken bir \u015feyler yanl\u0131\u015f gitti.",searchResultsError:"Sahip verileri getirilirken bir \u015feyler yanl\u0131\u015f gitti.",searchResultsNotFound:"Arama sonucunda bir \u015fey bulunamad\u0131.",searchResultsTryAgain:"Alternatif aramalar\u0131 deneyiniz.",sendPrivateMessage:"K\u0131sa s\xfcre \xf6nce \xf6zel bir mesaj ald\u0131n\u0131z. Buna \xf6zel olarak cevap vermek ister misiniz yoksa mesaj\u0131n\u0131z\u0131 gruba g\xf6ndermek mi istiyorsunuz?",sendPrivateMessageCancel:"Gruba g\xf6nder",sendPrivateMessageOk:"\xd6zel olarak g\xf6nder",sendPrivateMessageTitle:"\xd6zel olarak g\xf6nderilsin mi?",serviceUnavailable:"Hizmet kullan\u0131lam\u0131yor",sessTerminated:"Arama sonland\u0131r\u0131ld\u0131",sessionRestarted:"\xc7a\u011fr\u0131 k\xf6pr\xfc taraf\u0131ndan yeniden ba\u015flat\u0131ld\u0131",shareAudio:"Devam",shareAudioTitle:"Ses nas\u0131l payla\u015f\u0131l\u0131r",shareAudioWarningD1:"sesinizi payla\u015fmadan \xf6nce ekran payla\u015f\u0131m\u0131n\u0131 durdurman\u0131z gerekiyor.",shareAudioWarningD2:"ekran payla\u015f\u0131m\u0131n\u0131z\u0131 yeniden ba\u015flatman\u0131z ve \"sesi payla\u015f\" se\xe7ene\u011fini i\u015faretlemeniz gerekiyor.",shareAudioWarningH1:"E\u011fer sadece ses payla\u015fmak istiyorsan\u0131z:",shareAudioWarningTitle:"Ses payla\u015f\u0131m\u0131ndan \xf6nce ekran payla\u015f\u0131m\u0131n\u0131 kapatman\u0131z gerekmektedir",shareMediaWarningGenericH2:"Ekran\u0131n\u0131z\u0131 ve sesinizi payla\u015fmak istiyorsan\u0131z",shareScreenWarningD1:"ekran\u0131n\u0131z\u0131 payla\u015fmadan \xf6nce ses payla\u015f\u0131m\u0131n\u0131 durdurman\u0131z gerekiyor.",shareScreenWarningD2:"ses payla\u015f\u0131m\u0131n\u0131 durdurman\u0131z, ekran payla\u015f\u0131m\u0131n\u0131 ba\u015flatman\u0131z ve \"sesi payla\u015f\" se\xe7ene\u011fini i\u015faretlemeniz gerekiyor.",shareScreenWarningH1:"Sadece ekran\u0131n\u0131z\u0131 payla\u015fmak istiyorsan\u0131z:",shareScreenWarningTitle:"Ekran\u0131n\u0131z\u0131 payla\u015fmadan \xf6nce ses payla\u015f\u0131m\u0131n\u0131 durdurman\u0131z gerekiyor",shareVideoLinkError:"L\xfctfen do\u011fru bir ba\u011flant\u0131s\u0131 sa\u011flay\u0131n.",shareVideoTitle:"Bir video payla\u015f",shareYourScreen:"Ekran\u0131n\u0131z\u0131 payla\u015f\u0131n",shareYourScreenDisabled:"Ekran payla\u015f\u0131m\u0131 devre d\u0131\u015f\u0131.",sharedVideoDialogError:"",sharedVideoLinkPlaceholder:"YouTube ba\u011flant\u0131s\u0131 veya do\u011frudan video ba\u011flant\u0131s\u0131",show:"G\xf6ster",start:"Ba\u015flat",startLiveStreaming:"Canl\u0131 ak\u0131\u015f\u0131 ba\u015flat",startRecording:"Kayd\u0131 ba\u015flat",startRemoteControlErrorMessage:"Uzaktan kontrol oturumunu ba\u015flatmaya \xe7al\u0131\u015f\u0131rken bir hata olu\u015ftu!",stopLiveStreaming:"Canl\u0131 ak\u0131\u015f\u0131 durdur",stopRecording:"Kayd\u0131 durdur",stopRecordingWarning:"Kayd\u0131 durdurmak istedi\u011finizden emin misiniz?",stopStreamingWarning:"Canl\u0131 ak\u0131\u015f\u0131 durdurmak istedi\u011finizden emin misiniz?",streamKey:"Canl\u0131 ak\u0131\u015f anahtar\u0131",thankYou:"{{appName}} kulland\u0131\u011f\u0131n\u0131z i\xe7in te\u015fekk\xfcrler!",token:"token",tokenAuthFailed:"\xdczg\xfcn\xfcz, bu g\xf6r\xfc\u015fmeye kat\u0131lman\u0131za izin verilmiyor.",tokenAuthFailedTitle:"Kimlik do\u011frulama ba\u015far\u0131s\u0131z",transcribing:"De\u015fifre ediliyor",unlockRoom:"Toplant\u0131 parolas\u0131n\u0131 kald\u0131r",user:"Kullan\u0131c\u0131",userIdentifier:"Kullan\u0131c\u0131 tan\u0131mlay\u0131c\u0131",userPassword:"Kullanc\u0131 parolas\u0131",videoLink:"Video ba\u011flant\u0131s\u0131",viewUpgradeOptions:"Y\xfckseltme se\xe7eneklerini g\xf6r\xfcnt\xfcle",viewUpgradeOptionsContent:"Kay\u0131t, \xe7eviri yaz\u0131lar, RTMP Ak\u0131\u015f\u0131 ve daha fazlas\u0131 gibi premium \xf6zelliklere s\u0131n\u0131rs\u0131z eri\u015fim elde etmek i\xe7in plan\u0131n\u0131z\u0131 y\xfckseltmeniz gerekir.",viewUpgradeOptionsTitle:"Premium bir \xf6zellik ke\u015ffettiniz!",yourEntireScreen:"T\xfcm ekran\u0131n\u0131z"},documentSharing:{title:"Payla\u015f\u0131lan D\xf6k\xfcman"},e2ee:{labelToolTip:"Bu g\xf6r\xfc\u015fmedeki ses ve video ileti\u015fimi u\xe7tan uca \u015fifrelenmi\u015ftir."},embedMeeting:{title:"Bu toplant\u0131y\u0131 yerle\u015ftir"},feedback:{average:"Orta",bad:"K\xf6t\xfc",detailsLabel:"Bize daha fazla bilgi verin.",good:"\u0130yi",rateExperience:"Toplant\u0131 deneyiminizi derecelendirin",star:"Y\u0131ld\u0131z",veryBad:"\xc7ok k\xf6t\xfc",veryGood:"\xc7ok iyi"},giphy:{noResults:"Sonu\xe7 yok :(",search:"GIPHY ara"},helpView:{title:"Yard\u0131m merkezi"},incomingCall:{answer:"Cevapla",audioCallTitle:"Gelen sesli arama",decline:"Reddet",productLabel:"Jitsi Meet'den",videoCallTitle:"Gelen g\xf6r\xfcnt\xfcl\xfc arama"},info:{accessibilityLabel:"Bilgiyi g\xf6ster",addPassword:"Parola ekle",cancelPassword:"Parolay\u0131 iptal et",conferenceURL:"Ba\u011flant\u0131:",copyNumber:"Numaray\u0131 kopyala",country:"\xdclke",dialANumber:"Toplant\u0131n\u0131za kat\u0131lmak i\xe7in bu numaralardan birini \xe7evirin ve ard\u0131ndan kodu girin.",dialInConferenceID:"KOD:",dialInNotSupported:"Maalesef arama \u015fu anda desteklenmiyor.",dialInNumber:"Arama:",dialInSummaryError:"Arama bilgisi getirilirken hata olu\u015ftu. L\xfctfen daha sonra tekrar deneyin.",dialInTollFree:"\xdccretsiz",genericError:"Ah! Bir \u015feyler ters gitti.",inviteLiveStream:"Bu toplant\u0131n\u0131n canl\u0131 ak\u0131\u015f\u0131n\u0131 g\xf6r\xfcnt\xfclemek i\xe7in \u015fu ba\u011flant\u0131y\u0131 t\u0131klay\u0131n: {{url}}",invitePhone:"Tek dokunu\u015fla sesli arama: {{number}},,{{conferenceID}}#",invitePhoneAlternatives:"",inviteSipEndpoint:"SIP adresine kat\u0131lmak i\xe7in l\xfctfen bunu girin: {{sipUri}}",inviteTextiOSInviteUrl:"Kat\u0131lmak i\xe7in linke t\u0131klay\u0131n\u0131z: {{inviteUrl}}.",inviteTextiOSJoinSilent:"Oda telefonundan ba\u011flan\u0131yorsan\u0131z, sese ba\u011flanmadan kat\u0131lmak i\xe7in \u015fu ba\u011flant\u0131y\u0131 kullan\u0131n: {{silentUrl}}.",inviteTextiOSPersonal:"{{name}} toplant\u0131ya davet ediliyor.",inviteTextiOSPhone:"Telefonla kat\u0131lmak i\xe7in \u015fu numaray\u0131 kullan\u0131n: {{number}},{{conferenceID}}#. Farkl\u0131 bir numara ar\u0131yorsan\u0131z, tam liste bu: {{didUrl}}.",inviteURLFirstPartGeneral:"Bir toplant\u0131ya kat\u0131lmaya davet edildiniz.",inviteURLFirstPartPersonal:"{{name}} sizi bir toplant\u0131ya davet ediyor.\n",inviteURLSecondPart:"\nToplant\u0131ya kat\u0131l:\n{{url}}\n",label:"Toplant\u0131 bilgileri",liveStreamURL:"Canl\u0131 ak\u0131\u015f:",moreNumbers:"Daha fazla numara",noNumbers:"Arama numaras\u0131 yok",noPassword:"Yok",noRoom:"Aranacak oda belirtilmedi.",numbers:"Arama Numaralar\u0131",password:"Parola:",reachedLimit:"Plan limitlerine ula\u015ft\u0131n\u0131z.",sip:"SIP adresi",title:"Payla\u015f",tooltip:"Bu toplant\u0131 i\xe7in ba\u011flant\u0131y\u0131 ve arama bilgilerini payla\u015f\u0131n",upgradeOptions:"L\xfctfen y\xfckseltme se\xe7eneklerini kontrol ediniz."},inlineDialogFailure:{msg:"Biraz t\xf6kezledik.",retry:"Tekrar dene",support:"Destek",supportMsg:"Bu olmaya devam ederse, ula\u015f\u0131n."},inviteDialog:{alertText:"Baz\u0131 kat\u0131l\u0131mc\u0131lar davet edilemedi.",header:"Davet et",searchCallOnlyPlaceholder:"Telefon numaras\u0131n\u0131 girin",searchPeopleOnlyPlaceholder:"Kat\u0131l\u0131mc\u0131 ara",searchPlaceholder:"Kat\u0131l\u0131mc\u0131 veya telefon numaras\u0131",send:"G\xf6nder"},jitsiHome:"{{logo}} Logo, Anasayfaya ba\u011flant\u0131",keyboardShortcuts:{focusLocal:"Videoya odaklan",focusRemote:"Ba\u015fka bir ki\u015finin videosuna odaklan",fullScreen:"Tam ekran g\xf6r\xfcnt\xfcle veya \xe7\u0131k",giphyMenu:"GIPHY men\xfc ge\xe7i\u015fi",keyboardShortcuts:"Klavye k\u0131sayollar\u0131",localRecording:"Kay\u0131t denetimlerini g\xf6ster veya gizle",mute:"Mikrofonu a\xe7 veya kapat",pushToTalk:"Konu\u015fmak i\xe7in bas",raiseHand:"Elinizi kald\u0131r\u0131n veya indirin",showSpeakerStats:"Konu\u015fmac\u0131 istatistiklerini g\xf6ster",toggleChat:"Mesajla\u015fmay\u0131 a\xe7 veya kapat",toggleFilmstrip:"Video \xf6nizlemelerini g\xf6ster veya gizle",toggleParticipantsPane:"Kat\u0131l\u0131mc\u0131lar b\xf6lmesini g\xf6ster veya gizle",toggleScreensharing:"Kamera ve ekran payla\u015f\u0131m\u0131 aras\u0131nda ge\xe7i\u015f yap",toggleShortcuts:"Klavye k\u0131sayollar\u0131n\u0131 g\xf6ster veya gizle",videoMute:"Kameray\u0131 a\xe7 veya kapat"},largeVideo:{screenIsShared:"Ekran\u0131n\u0131z\u0131 payla\u015f\u0131yorsunuz",showMeWhatImSharing:"Ne payla\u015ft\u0131\u011f\u0131m\u0131 bana g\xf6ster"},liveStreaming:{busy:"Ak\u0131\u015f kaynaklar\u0131n\u0131 serbest b\u0131rakmaya \xe7al\u0131\u015f\u0131yoruz. L\xfctfen birka\xe7 dakika i\xe7inde tekrar deneyin.",busyTitle:"T\xfcm yay\u0131nc\u0131lar \u015fu anda me\u015fgul",changeSignIn:"Hesap de\u011fi\u015ftir.",choose:"Canl\u0131 bir ak\u0131\u015f se\xe7in",chooseCTA:"Bir ak\u0131\u015f se\xe7ene\u011fi belirleyin. \u015eu anda {{email}} olarak giri\u015f yapt\u0131n\u0131z.",enterStreamKey:"Youtube canl\u0131 ak\u0131\u015f anahtar\u0131n\u0131z\u0131 buraya girin.",error:"Canl\u0131 Ak\u0131\u015f ba\u015far\u0131s\u0131z oldu. L\xfctfen tekrar deneyin.",errorAPI:"Youtube yay\u0131nlar\u0131n\u0131za eri\u015firken bir hata olu\u015ftu. L\xfctfen tekrar giri\u015f yapmay\u0131 deneyin.",errorLiveStreamNotEnabled:"{{email}} i\xe7in Canl\u0131 Ak\u0131\u015f etkin de\u011fil. L\xfctfen canl\u0131 ak\u0131\u015f\u0131 etkinle\u015ftirin veya canl\u0131 ak\u0131\u015f\u0131n etkin oldu\u011fu bir hesaba giri\u015f yap\u0131n.",expandedOff:"Canl\u0131 ak\u0131\u015f durdu",expandedOn:"Toplant\u0131 \u015fu anda Youtube'da yay\u0131nlan\u0131yor.",expandedPending:"Canl\u0131 ak\u0131\u015f ba\u015flat\u0131l\u0131yor...",failedToStart:"Canl\u0131 Ak\u0131\u015f ba\u015flat\u0131lamad\u0131",getStreamKeyManually:"Canl\u0131 ak\u0131\u015f al\u0131namad\u0131. Canl\u0131 ak\u0131\u015f anahtar\u0131n\u0131z\u0131 Youtube'dan almay\u0131 deneyin.",googlePrivacyPolicy:"Google Gizlilik Politikas\u0131",inProgress:"Kaydetme veya canl\u0131 ak\u0131\u015f i\u015flemde",invalidStreamKey:"Canl\u0131 ak\u0131\u015f anahtar\u0131 yanl\u0131\u015f olabilir.",limitNotificationDescriptionNative:"Ak\u0131\u015f\u0131n\u0131z {{limit}} dk ile s\u0131n\u0131rl\u0131 olacak. S\u0131n\u0131rs\u0131z ak\u0131\u015f i\xe7in {{app}} deneyin.",limitNotificationDescriptionWeb:"Y\xfcksek talep nedeniyle ak\u0131\u015f\u0131n\u0131z {{limit}} dk ile s\u0131n\u0131rl\u0131 olacakt\u0131r. S\u0131n\u0131rs\u0131z ak\u0131\u015f i\xe7in {{app}} deneyin.",off:"Canl\u0131 Ak\u0131\u015f durduruldu",offBy:"{{name}} canl\u0131 ak\u0131\u015f\u0131 durdurdu",on:"Canl\u0131 Ak\u0131\u015f ba\u015flat\u0131ld\u0131",onBy:"{{name}} canl\u0131 ak\u0131\u015f\u0131 ba\u015flatt\u0131",pending:"Canl\u0131 Ak\u0131\u015f ba\u015flat\u0131l\u0131yor...",serviceName:"Canl\u0131 Ak\u0131\u015f hizmeti",sessionAlreadyActive:"",signIn:"Google ile giri\u015f yap",signInCTA:"Oturum a\xe7\u0131n veya Youtube'dan canl\u0131 ak\u0131\u015f anahtar\u0131n\u0131z\u0131 girin.",signOut:"\xc7\u0131k\u0131\u015f yap",signedInAs:"\u015eu anda oturum a\xe7m\u0131\u015f durumdas\u0131n\u0131z:",start:"Bir canl\u0131 ak\u0131\u015f ba\u015flat",streamIdHelp:"Bu nedir?",title:"Canl\u0131 ak\u0131\u015f",unavailableTitle:"Canl\u0131 Ak\u0131\u015f kullan\u0131lam\u0131yor",youtubeTerms:"YouTube hizmet \u015fartlar\u0131"},lobby:{admit:"Kabul et",admitAll:"Hepsini kabul et",allow:"\u0130zin ver",backToKnockModeButton:"Parola yok, bunun yerine kat\u0131lmay\u0131 isteyin",chat:"Sohbet et",dialogTitle:"Lobi modu",disableDialogContent:"Lobi modu \u015fu anda etkin. Bu \xf6zellik, istenmeyen kat\u0131l\u0131mc\u0131lar\u0131n toplant\u0131n\u0131za kat\u0131lamamas\u0131n\u0131 sa\u011flar. Devre d\u0131\u015f\u0131 b\u0131rakmak istiyor musunuz?",disableDialogSubmit:"Devre D\u0131\u015f\u0131",emailField:"E-posta adresinizi giriniz",enableDialogPasswordField:"Parola belirleyin (iste\u011fe ba\u011fl\u0131)",enableDialogSubmit:"Etkin",enableDialogText:"Lobi modu, toplant\u0131n\u0131z\u0131 yaln\u0131zca ki\u015filerin bir moderat\xf6r taraf\u0131ndan resmi olarak onayland\u0131ktan sonra girmelerine izin vererek koruman\u0131za izin verir.",enterPasswordButton:"Toplant\u0131 parolas\u0131n\u0131 girin",enterPasswordTitle:"Toplant\u0131ya kat\u0131lmak i\xe7in parola girin",errorMissingPassword:"L\xfctfen toplant\u0131 parolas\u0131n\u0131 girin",invalidPassword:"Ge\xe7ersiz parola",joinRejectedMessage:"Kat\u0131lma iste\u011finiz bir moderat\xf6r taraf\u0131ndan reddedildi.",joinRejectedTitle:"Kat\u0131lma iste\u011finiz reddedildi",joinTitle:"Toplant\u0131ya kat\u0131l",joinWithPasswordMessage:"Parola ile kat\u0131lmaya \xe7al\u0131\u015f\u0131yorsunuz l\xfctfen bekleyin...",joiningMessage:"Birisi iste\u011finizi kabul eder etmez toplant\u0131ya kat\u0131lacaks\u0131n\u0131z",joiningTitle:"Toplant\u0131ya kat\u0131lma isteniyor...",joiningWithPasswordTitle:"Parola ile kat\u0131l\u0131yor...",knockButton:"Kat\u0131lmak i\xe7in sor",knockTitle:"Birisi toplant\u0131ya kat\u0131lmak istiyor",knockingParticipantList:"Kap\u0131y\u0131 \xe7alan kat\u0131l\u0131mc\u0131 listesi",lobbyChatStartedNotification:"{{moderator}} {{attendee}} adl\u0131 ki\u015fiyle lobi mesajla\u015fmas\u0131 ba\u015flatt\u0131",lobbyChatStartedTitle:"{{moderator}} sizinle lobi mesajla\u015fmas\u0131 ba\u015flatt\u0131",nameField:"Ad\u0131n\u0131z\u0131 giriniz",notificationLobbyAccessDenied:"{{targetParticipantName}} adl\u0131 kat\u0131l\u0131mc\u0131 {{originParticipantName}} taraf\u0131ndan reddedildi",notificationLobbyAccessGranted:"{{targetParticipantName}} adl\u0131 kat\u0131l\u0131mc\u0131 {{originParticipantName}} taraf\u0131ndan kabul edildi",notificationLobbyDisabled:"Lobi {{originParticipantName}} taraf\u0131ndan devre d\u0131\u015f\u0131 b\u0131rak\u0131ld\u0131",notificationLobbyEnabled:"Lobi {{originParticipantName}} taraf\u0131ndan etkinle\u015ftirildi",notificationTitle:"Lobi",passwordField:"Toplant\u0131 parolas\u0131n\u0131 giriniz",passwordJoinButton:"Kat\u0131l",reject:"Reddet",rejectAll:"Hepsini reddet",title:"Lobi",toggleLabel:"Lobiyi etkinle\u015ftir"},localRecording:{clientState:{off:"Kapal\u0131",on:"A\xe7\u0131k",unknown:"Bilinmiyor"},dialogTitle:"Kay\u0131t Kontrolleri",duration:"S\xfcre",durationNA:"Kullan\u0131lamaz",encoding:"Kodlama",label:"KK",labelToolTip:"Kay\u0131t me\u015fgul",localRecording:"Kay\u0131t",me:"Ben",messages:{engaged:"Kay\u0131t me\u015fgul",finished:"{{token}} kay\u0131t oturumu tamamland\u0131. L\xfctfen kaydedilen dosyay\u0131 y\xf6neticiye g\xf6nderin.",finishedModerator:"{{token}} kay\u0131t oturumu tamamland\u0131. Par\xe7a kaydedildi. L\xfctfen di\u011fer kat\u0131l\u0131mc\u0131lardan kay\u0131tlar\u0131n\u0131 g\xf6ndermelerini isteyin.",notModerator:"Y\xf6netici de\u011filsiniz. Kayd\u0131 ba\u015flatamaz veya durduramazs\u0131n\u0131z."},moderator:"Y\xf6netici",no:"Hay\u0131r",participant:"Kat\u0131l\u0131mc\u0131",participantStats:"Kat\u0131l\u0131mc\u0131 \u0130statistikleri",selectTabTitle:"\ud83c\udfa5 L\xfctfen kay\u0131t i\xe7in bu sekmeyi se\xe7in",sessionToken:"Oturum Tokeni",start:"Kayd\u0131 ba\u015flat",stop:"Kayd\u0131 durdur",yes:"Evet"},lockRoomPassword:"parola",lockRoomPasswordUppercase:"Parola",lonelyMeetingExperience:{button:"Birilerini davet et",youAreAlone:"Toplant\u0131daki tek ki\u015fisiniz"},me:"ben",notify:{OldElectronAPPTitle:"G\xfcvenlik a\xe7\u0131\u011f\u0131!",allowAction:"\u0130zin ver",allowedUnmute:"Mikrofonunuzu sessizden \xe7\u0131karabilir, kameran\u0131z\u0131 ba\u015flatabilir veya ekran\u0131n\u0131z\u0131 payla\u015fabilirsiniz.",audioUnmuteBlockedDescription:"Sistem s\u0131n\u0131rlar\u0131 nedeniyle mikrofon sesini a\xe7ma i\u015flemi ge\xe7ici olarak engellendi",audioUnmuteBlockedTitle:"Mikrofon sesini a\xe7ma i\u015flemi engellendi!",chatMessages:"Sohbet mesajlar\u0131",connectedOneMember:"{{name}} toplant\u0131ya kat\u0131ld\u0131",connectedThreePlusMembers:"{{name}} ve {{count}} ki\u015fi daha toplant\u0131ya kat\u0131ld\u0131",connectedTwoMembers:"{{first}} ve {{second}} toplant\u0131ya kat\u0131ld\u0131",disconnected:"ba\u011flant\u0131 kesildi",displayNotifications:"Bildirimleri g\xf6r\xfcnt\xfcle",focus:"Toplant\u0131 oda\u011f\u0131",focusFail:"{{component}} uygun de\u011fil - {{ms}} saniye i\xe7inde tekrar deneyin",gifsMenu:"GIPHY",groupTitle:"Bildirimler",hostAskedUnmute:"Moderat\xf6r konu\u015fman\u0131 istiyor",invitedOneMember:"{{name}} davet edildi",invitedThreePlusMembers:"{{name}} ve {{count}} ki\u015fi daha davet edildi",invitedTwoMembers:"{{first}} ve {{second}} davet edildi",kickParticipant:"{{kicked}} ki\u015fisi {{kicker}} taraf\u0131ndan \xe7\u0131kar\u0131ld\u0131",leftOneMember:"{{name}} toplant\u0131dan ayr\u0131ld\u0131",leftThreePlusMembers:"{{name}} ve di\u011ferleri toplant\u0131dan ayr\u0131ld\u0131",leftTwoMembers:"{{first}} ve {{second}} toplant\u0131dan ayr\u0131ld\u0131",linkToSalesforce:"Salesforce'a linkle",linkToSalesforceDescription:"Toplant\u0131 \xf6zetini bir Salesforce nesnesine ba\u011flayabilirsiniz",linkToSalesforceError:"Toplant\u0131 Salesforce'a ba\u011flanamad\u0131",linkToSalesforceKey:"Bu toplant\u0131y\u0131 ba\u011fla",linkToSalesforceProgress:"Toplant\u0131 Salesforce'a ba\u011flan\u0131yor...",linkToSalesforceSuccess:"Toplant\u0131 Salesforce'a ba\u011fland\u0131",localRecordingStarted:"{{name}} lokal kay\u0131t ba\u015flatt\u0131",localRecordingStopped:"{{name}} lokal kayd\u0131 durdurdu",me:"Ben",moderationInEffectCSDescription:"Ekran\u0131n\u0131z\u0131 payla\u015fmak isterseniz l\xfctfen el kald\u0131r\u0131n.",moderationInEffectCSTitle:"Ekran payla\u015f\u0131m\u0131 moderat\xf6r taraf\u0131ndan blokland\u0131",moderationInEffectDescription:"Konu\u015fmak isterseniz l\xfctfen el kald\u0131r\u0131n.",moderationInEffectTitle:"Mikrofonunuz moderat\xf6r taraf\u0131ndan sessize al\u0131nd\u0131",moderationInEffectVideoDescription:"Kameran\u0131z\u0131 ba\u015flatmak isterseniz l\xfctfen el kald\u0131r\u0131n.",moderationInEffectVideoTitle:"Kameran\u0131z moderat\xf6r taraf\u0131ndan blokland\u0131",moderationRequestFromModerator:"Ev sahibi sesi a\xe7man\u0131z\u0131 istiyor",moderationRequestFromParticipant:"Konu\u015fmak istiyor",moderationStartedTitle:"Denetim ba\u015flat\u0131ld\u0131",moderationStoppedTitle:"Denetim durduruldu",moderationToggleDescription:"{{participantDisplayName}} taraf\u0131ndan",moderator:"Y\xf6netici haklar\u0131 al\u0131nd\u0131!",muted:"G\xf6r\xfc\u015fmeye sesiniz kapal\u0131 olarak ba\u015flad\u0131n\u0131z.",mutedRemotelyDescription:"Konu\u015fmaya haz\u0131r oldu\u011fun zaman, Kendi mikrofonunu a\xe7abilirsin. G\xf6r\xfc\u015fmeden g\xfcr\xfclt\xfcy\xfc uzak tutmak i\xe7in kendini tekrar sessize almal\u0131s\u0131n.",mutedRemotelyTitle:"{{participantDisplayName}} taraf\u0131ndan sessize al\u0131nd\u0131n\u0131z!",mutedTitle:"Sesiniz kapal\u0131!",newDeviceAction:"Kullan",newDeviceAudioTitle:"Yeni ses ayg\u0131t\u0131 alg\u0131land\u0131",newDeviceCameraTitle:"Yeni kamera alg\u0131land\u0131",noiseSuppressionDesktopAudioDescription:"Masa\xfcst\xfc sesi payla\u015f\u0131l\u0131rken g\xfcr\xfclt\xfc bast\u0131rma etkinle\u015ftirilemez, l\xfctfen devre d\u0131\u015f\u0131 b\u0131rak\u0131n ve tekrar deneyin.",noiseSuppressionFailedTitle:"G\xfcr\xfclt\xfc bast\u0131rma ba\u015flat\u0131lamad\u0131",noiseSuppressionNoTrackDescription:"L\xfctfen \xf6nce mikrofonunuzun sesini a\xe7\u0131n.",noiseSuppressionStereoDescription:"Stereo ses g\xfcr\xfclt\xfc bast\u0131rma \u015fu anda desteklenmemektedir.",oldElectronClientDescription1:"G\xfcvenlik a\xe7\u0131klar\u0131 bilinen Jitsi Meet istemcisinin eski bir s\xfcr\xfcm\xfcn\xfc kullan\u0131yor g\xf6r\xfcn\xfcyorsunuz. L\xfctfen g\xfcncelledi\u011finizden emin olun.",oldElectronClientDescription2:"son yap\u0131",oldElectronClientDescription3:" \u015fimdi!",participantWantsToJoin:"toplant\u0131ya kat\u0131lmak istiyor",participantsWantToJoin:"toplant\u0131ya kat\u0131lmak istiyor",passwordRemovedRemotely:"$t(lockRoomPasswordUppercase) ba\u015fka bir kat\u0131l\u0131mc\u0131 taraf\u0131ndan kald\u0131r\u0131ld\u0131",passwordSetRemotely:"$t(lockRoomPasswordUppercase) ba\u015fka bir kat\u0131l\u0131mc\u0131 taraf\u0131ndan ayarland\u0131",raiseHandAction:"El kald\u0131r",raisedHand:"{{name}} s\xf6z hakk\u0131 istiyor.",raisedHands:"{{participantName}} ve {{raisedHands}}'ten daha fazla ki\u015fi",reactionSounds:"Sesleri devre d\u0131\u015f\u0131 b\u0131rak",reactionSoundsForAll:"Herkes i\xe7in sesleri devre d\u0131\u015f\u0131 b\u0131rak",screenShareNoAudio:" Pencere se\xe7im ekran\u0131nda sesi payla\u015f kutusu i\u015faretlenmedi.",screenShareNoAudioTitle:"Sistem sesi payla\u015f\u0131lamad\u0131!",selfViewTitle:"Kendi kendine g\xf6r\xfcn\xfcm\xfc her zaman ayarlardan gizleyebilirsiniz",somebody:"Birisi",startSilentDescription:"Ses \xe7\u0131k\u0131\u015f\u0131n\u0131 a\xe7t\u0131ktan sonra tekrar ba\u011flan\u0131n",startSilentTitle:"Ses \xe7\u0131k\u0131\u015f\u0131 olmadan ba\u011fland\u0131n\u0131z",suboptimalBrowserWarning:"Toplant\u0131 deneyiminizin burada \xe7ok iyi olmayaca\u011f\u0131ndan korkuyoruz. Bunu iyile\u015ftirmenin yollar\u0131n\u0131 ar\u0131yoruz, ancak o zamana kadar l\xfctfen \u015funlardan birini deneyin: desteklenen taray\u0131c\u0131lar.",suboptimalExperienceTitle:"Taray\u0131c\u0131 Uyar\u0131s\u0131",unmute:"Sessizden \xe7\u0131kar",videoMutedRemotelyDescription:"Her zaman yeniden a\xe7abilirsiniz.",videoMutedRemotelyTitle:"{{moderator}} taraf\u0131ndan videonuz kapat\u0131ld\u0131",videoUnmuteBlockedDescription:"Sistem s\u0131n\u0131rlar\u0131 nedeniyle kamera sesini a\xe7ma ve masa\xfcst\xfc payla\u015f\u0131m i\u015flemi ge\xe7ici olarak engellendi.",videoUnmuteBlockedTitle:"Kameran\u0131n sesini a\xe7ma ve masa\xfcst\xfc payla\u015f\u0131m\u0131 engellendi!",viewLobby:"Lobiyi g\xf6ster",waitingParticipants:"{{waitingParticipants}} ki\u015fi"},participantsPane:{actions:{allow:"Kat\u0131l\u0131mc\u0131lar\u0131n \u015funlar\u0131 yapmas\u0131na izin ver:",allowVideo:"Video'ya izin ver",askUnmute:"Sesi a\xe7may\u0131 iste",audioModeration:"Seslerini a\xe7",blockEveryoneMicCamera:"Herkesin mikrofonunu ve kameras\u0131n\u0131 blokla",invite:"Birini davet et",moreModerationActions:"Daha fazla denetleme se\xe7ene\u011fi",moreModerationControls:"Daha fazla denetleme kontrol\xfc",moreParticipantOptions:"Daha fazla kat\u0131l\u0131mc\u0131 se\xe7ene\u011fi",mute:"Sessize al",muteAll:"Herkesi sessize al",muteEveryoneElse:"Di\u011fer herkesi sessize al",stopEveryonesVideo:"Herkesin videosunu durdur",stopVideo:"Video'yu durdur",unblockEveryoneMicCamera:"Herkesin mikrofonunun ve kameras\u0131n\u0131n engellemesini kald\u0131r",videoModeration:"Videolar\u0131n\u0131 ba\u015flat"},close:"Kapat",headings:{lobby:"Lobi ({{count}})",participantsList:"Toplant\u0131 Kat\u0131l\u0131mc\u0131lar\u0131 ({{count}})",waitingLobby:"Lobide bekleyen ({{count}})"},search:"Kat\u0131l\u0131mc\u0131lar\u0131 ara",title:"Kat\u0131l\u0131mc\u0131lar"},passwordDigitsOnly:"{{number}} rakama kadar",passwordSetRemotely:"ba\u015fka kat\u0131l\u0131mc\u0131 taraf\u0131ndan ayarland\u0131",pinnedParticipant:"Kat\u0131l\u0131mc\u0131 sabitlendi",polls:{answer:{skip:"Ge\xe7",submit:"G\xf6nder"},by:"{{ name }} taraf\u0131ndan",create:{addOption:"Se\xe7enek Ekle",answerPlaceholder:"Se\xe7enek {{index}}",cancel:"\u0130ptal et",create:"Anket olu\u015ftur",pollOption:"Anket se\xe7ene\u011fi {{index}}",pollQuestion:"Anket Sorusu",questionPlaceholder:"Soru sor",removeOption:"Se\xe7ene\u011fi sil",send:"G\xf6nder"},notification:{description:"Oy vermek i\xe7in anketler sekmesini a\xe7\u0131n",title:"Anket toplant\u0131ya eklendi"},results:{changeVote:"Oyu de\u011fi\u015ftir",empty:"Bu toplant\u0131da hen\xfcz bir anket olu\u015fturulmad\u0131. Anket ba\u015flat!",hideDetailedResults:"Detaylar\u0131 gizle",showDetailedResults:"Detaylar\u0131 g\xf6ster",vote:"Oylar"}},poweredby:"taraf\u0131ndan",prejoin:{audioAndVideoError:"Ses ve video hatas\u0131:",audioDeviceProblem:"Ses cihaz\u0131n\u0131zla ilgili bir sorun var",audioOnlyError:"Ses Hatas\u0131:",audioTrackError:"Ses par\xe7as\u0131 olu\u015fturulamad\u0131.",callMe:"Beni ara",callMeAtNumber:"Beni \u015fu numaradan aray\u0131n:",calling:"Arama",configuringDevices:"Cihazlar yap\u0131land\u0131r\u0131l\u0131yor...",connectedWithAudioQ:"Sese ba\u011fl\u0131 m\u0131s\u0131n\u0131z?",connection:{good:"\u0130nternet ba\u011flant\u0131n\u0131z iyi g\xf6r\xfcn\xfcyor!",nonOptimal:"\u0130nternet ba\u011flant\u0131n\u0131z uygun de\u011fil",poor:"\u0130nternet ba\u011flant\u0131n\u0131z zay\u0131f"},connectionDetails:{audioClipping:"Sesinizin k\u0131rp\u0131lmas\u0131n\u0131 bekliyoruz.",audioHighQuality:"Sesinizin m\xfckemmel kalitede olmas\u0131n\u0131 bekliyoruz.",audioLowNoVideo:"Ses kalitenizin d\xfc\u015f\xfck olmas\u0131n\u0131 ve video olmamas\u0131n\u0131 bekliyoruz.",goodQuality:"M\xfckemmel! Medya kaliteniz harika olacak.",noMediaConnectivity:"Bu test i\xe7in medya ba\u011flant\u0131s\u0131 kurman\u0131n bir yolunu bulamad\u0131k. Buna genellikle bir g\xfcvenlik duvar\u0131 veya NAT neden olur.",noVideo:"Videonuzun korkun\xe7 olmas\u0131n\u0131 bekliyoruz.",undetectable:"Taray\u0131c\u0131da hala arama yapam\u0131yorsan\u0131z, hoparl\xf6rlerinizin, mikrofonunuzun ve kameran\u0131z\u0131n do\u011fru \u015fekilde kuruldu\u011fundan, taray\u0131c\u0131n\u0131za mikrofon ve kameran\u0131z\u0131 kullanma haklar\u0131n\u0131 verdi\u011finizden ve taray\u0131c\u0131 s\xfcr\xfcm\xfcn\xfcz\xfcn g\xfcncel oldu\u011fundan emin olman\u0131z\u0131 \xf6neririz. Arama konusunda hala sorun ya\u015f\u0131yorsan\u0131z, web uygulamas\u0131 geli\u015ftiricisi ile ileti\u015fime ge\xe7melisiniz.",veryPoorConnection:"\xc7a\u011fr\u0131 kalitenizin ger\xe7ekten korkun\xe7 olmas\u0131n\u0131 bekliyoruz.",videoFreezing:"Videonuzun donmas\u0131n\u0131, kararmas\u0131n\u0131 ve piksellenmesini bekliyoruz.",videoHighQuality:"Videonuzun kaliteli olmas\u0131n\u0131 bekliyoruz.",videoLowQuality:"Videonuzun kare h\u0131z\u0131 ve \xe7\xf6z\xfcn\xfcrl\xfck a\xe7\u0131s\u0131ndan d\xfc\u015f\xfck kalitede olmas\u0131n\u0131 bekliyoruz.",videoTearing:"Videonuzun pikselli olmas\u0131n\u0131 veya g\xf6rsel problemler i\xe7ermesini bekliyoruz."},copyAndShare:"Toplant\u0131 ba\u011flant\u0131s\u0131n\u0131 kopyala ve payla\u015f",dialInMeeting:"Toplant\u0131ya telefon et",dialInPin:"Toplant\u0131ya telefon edin ve PIN kodunu girin:",dialing:"Arama",doNotShow:"Bunu bir daha g\xf6sterme",errorDialOut:"D\u0131\u015far\u0131 arama yap\u0131lamad\u0131",errorDialOutDisconnected:"D\u0131\u015far\u0131 arama yap\u0131lamad\u0131. Ba\u011flant\u0131 kesildi",errorDialOutFailed:"D\u0131\u015far\u0131 arama yap\u0131lamad\u0131. Arama ba\u015far\u0131s\u0131z",errorDialOutStatus:"D\u0131\u015far\u0131 arama durumu al\u0131n\u0131rken hata olu\u015ftu",errorMissingName:"Toplant\u0131ya girmek i\xe7in l\xfctfen isminizi giriniz",errorNoPermissions:"Mikrofon ve kamera eri\u015fimini etkinle\u015ftirmeniz gerekiyor",errorStatusCode:"D\u0131\u015far\u0131 arama hatas\u0131, durum kodu: {{status}}",errorValidation:"Numara do\u011frulanamad\u0131",iWantToDialIn:"\u0130\xe7eri arama yapmak istiyorum",initiated:"\xc7a\u011fr\u0131 ba\u015flat\u0131ld\u0131",joinAudioByPhone:"Join with phone audio",joinMeeting:"Toplant\u0131ya kat\u0131l",joinMeetingInLowBandwidthMode:"D\xfc\u015f\xfck bant geni\u015fli\u011fi modunda kat\u0131l\u0131n",joinWithoutAudio:"Ses olmadan kat\u0131l",keyboardShortcuts:"Klavye k\u0131sayollar\u0131n\u0131 etkinle\u015ftir",linkCopied:"Ba\u011flant\u0131 panoya kopyaland\u0131",lookGood:"Mikrofonunuz d\xfczg\xfcn \xe7al\u0131\u015f\u0131yor gibi g\xf6r\xfcn\xfcyor",or:"veya",premeeting:"Toplant\u0131 \xf6ncesi",screenSharingError:"Ekran payla\u015fma hatas\u0131:",showScreen:"Toplant\u0131 \xf6ncesi ekran\u0131n\u0131 etkinle\u015ftir",startWithPhone:"Telefon sesiyle ba\u015flay\u0131n",videoOnlyError:"Video hatas\u0131:",videoTrackError:"Video izleme olu\u015fturulamad\u0131.",viewAllNumbers:"t\xfcm numaralar\u0131 g\xf6r\xfcnt\xfcle"},presenceStatus:{busy:"Me\u015fgul",calling:"Ar\u0131yor...",connected:"Ba\u011fland\u0131",connecting:"Ba\u011flan\u0131yor...",connecting2:"Ba\u011flan\u0131yor*...",disconnected:"Ba\u011flant\u0131 kesildi",expired:"S\xfcresi doldu",ignored:"Yok say\u0131ld\u0131",initializingCall:"Arama ba\u015flat\u0131l\u0131yor...",invited:"Davet edildi",rejected:"Reddedildi",ringing:"\xc7al\u0131yor..."},privacyView:{title:"Gizlilik"},profile:{avatar:"avatar",setDisplayNameLabel:"G\xf6r\xfcn\xfcr ad\u0131n\u0131z\u0131 ayarlay\u0131n",setEmailInput:"E-posta adresinizi girin",setEmailLabel:"Gravatar e-postan\u0131z\u0131 ayarlay\u0131n",title:"Profil"},raisedHand:"Konu\u015fmak ister misiniz?",raisedHandsLabel:"Kald\u0131r\u0131lan ellerin say\u0131s\u0131",record:{already:{linked:"Toplant\u0131 zaten bu Salesforce nesnesine ba\u011fl\u0131."},type:{account:"Hesap",contact:"Kontak",lead:"Lider",opportunity:"\u0130mkan",owner:"Sahip"}},recording:{authDropboxText:"Dropbox'a y\xfckle",availableSpace:"Kullan\u0131labilir alan: {{spaceLeft}} MB (yakla\u015f\u0131k {{duration}} dakika kay\u0131t)",beta:"BETA",busy:"Kay\u0131t kaynaklar\u0131n\u0131 bo\u015faltmaya \xe7al\u0131\u015f\u0131yoruz. L\xfctfen birka\xe7 dakika i\xe7inde tekrar deneyin.",busyTitle:"T\xfcm kay\u0131t cihazlar\u0131 \u015fu anda me\u015fgul",copyLink:"Linki Kopyala",error:"Kay\u0131t ba\u015far\u0131s\u0131z oldu. L\xfctfen tekrar deneyin.",errorFetchingLink:"Kay\u0131t ba\u011flant\u0131s\u0131 getirilirken hata olu\u015ftu.",expandedOff:"Kay\u0131t durdu",expandedOn:"Toplant\u0131 \u015fu anda kaydediliyor.",expandedPending:"Kay\u0131t ba\u015flat\u0131l\u0131yor ...",failedToStart:"Kay\u0131t ba\u015flat\u0131lamad\u0131",fileSharingdescription:"Toplant\u0131 kat\u0131l\u0131mc\u0131lar\u0131yla kayd\u0131 payla\u015f",highlight:"\xd6nemli Olay",highlightMoment:"Vurgu an\u0131",highlightMomentDisabled:"Kay\u0131t ba\u015flad\u0131\u011f\u0131nda \xf6nemli anlar\u0131 vurgulayabilirsiniz",highlightMomentSuccess:"An vurguland\u0131",highlightMomentSucessDescription:"Vurgulanan an\u0131n\u0131z toplant\u0131 \xf6zetine eklenecektir.",inProgress:"Kay\u0131t veya canl\u0131 ak\u0131\u015f devam ediyor",limitNotificationDescriptionNative:"Y\xfcksek talep nedeniyle kayd\u0131n\u0131z {{limit}} dakika ile s\u0131n\u0131rl\u0131 olacakt\u0131r. S\u0131n\u0131rs\u0131z kay\u0131t i\xe7in deneyin <3>{{app}}.",limitNotificationDescriptionWeb:"Y\xfcksek talep nedeniyle kayd\u0131n\u0131z {{limit}} dakika ile s\u0131n\u0131rl\u0131 olacakt\u0131r. S\u0131n\u0131rs\u0131z kay\u0131t i\xe7in deneyin {{app}}.",linkGenerated:"Kayd\u0131n\u0131zla ilgili link olu\u015fturduk.",live:"CANLI",localRecordingNoNotificationWarning:"Kay\u0131t di\u011fer kat\u0131l\u0131mc\u0131lara duyurulmayacakt\u0131r. Onlara toplant\u0131n\u0131n kaydedildi\u011fini bildirmeniz gerekecek.",localRecordingNoVideo:"Video kaydedilmiyor",localRecordingStartWarning:"L\xfctfen kaydetmek i\xe7in toplant\u0131dan \xe7\u0131kmadan \xf6nce kayd\u0131 durdurdu\u011funuzdan emin olun.",localRecordingStartWarningTitle:"Kaydetmek i\xe7in kayd\u0131 durdurun",localRecordingVideoStop:"Videonuzu durdurmak yerel kayd\u0131 da durduracakt\u0131r. Devam etmek istedi\u011fine emin misin?",localRecordingVideoWarning:"Videonuzu kaydetmek i\xe7in kayda ba\u015flarken a\xe7m\u0131\u015f olman\u0131z gerekir",localRecordingWarning:"Do\u011fru video ve sesi kullanmak i\xe7in ge\xe7erli sekmeyi se\xe7ti\u011finizden emin olun. Kay\u0131t \u015fu anda yakla\u015f\u0131k 100 dakika olan 1GB ile s\u0131n\u0131rl\u0131d\u0131r.",loggedIn:"{{userName}} olarak giri\u015f yap\u0131ld\u0131",noStreams:"Ses veya video ak\u0131\u015f\u0131 alg\u0131lanmad\u0131",off:"Kay\u0131t durdu",offBy:"{{name}} isimli kay\u0131t durduruldu",on:"Kay\u0131t ba\u015flad\u0131",onBy:"{{name}} isimli kay\u0131t ba\u015flat\u0131ld\u0131",onlyRecordSelf:"Yaln\u0131zca ses ve video ak\u0131\u015flar\u0131m\u0131 kaydet",pending:"Toplant\u0131y\u0131 kaydetmeye haz\u0131rlan\u0131yor ...",rec:"KAYIT",saveLocalRecording:"Kay\u0131t dosyas\u0131n\u0131 yerel olarak kaydet (Beta)",serviceDescription:"Kayd\u0131n\u0131z kay\u0131t hizmeti taraf\u0131ndan kaydedilecektir",serviceDescriptionCloud:"Bulut kayd\u0131",serviceDescriptionCloudInfo:"Kaydedilen toplant\u0131lar, kay\u0131t s\xfcresinden 24 saat sonra otomatik olarak temizlenir.",serviceName:"Kay\u0131t hizmeti",sessionAlreadyActive:"Bu oturum zaten kaydediliyor veya canl\u0131 yay\u0131nlan\u0131yor.",signIn:"Giri\u015f yap",signOut:"\xc7\u0131k\u0131\u015f yap",surfaceError:"L\xfctfen ge\xe7erli sekmeyi se\xe7in",title:"Kaydediliyor",unavailable:"Ah! {{serviceName}} \u015fu anda kullan\u0131lam\u0131yor. Sorunu \xe7\xf6zmek i\xe7in \xe7al\u0131\u015f\u0131yoruz. L\xfctfen daha sonra tekrar deneyin.",unavailableTitle:"Kay\u0131t yap\u0131lam\u0131yor",uploadToCloud:"Buluta y\xfckle"},screenshareDisplayName:"{{name}}'nin ekran\u0131",sectionList:{pullToRefresh:"Yenilemek i\xe7in \xe7ekin"},security:{about:"Toplant\u0131n\u0131za bir parola ekleyebilirsiniz. Kat\u0131l\u0131mc\u0131lar\u0131n toplant\u0131ya kat\u0131lmas\u0131na izin verilmeden \xf6nce parolay\u0131 girmeleri gerekecektir.",aboutReadOnly:"Moderat\xf6rler toplant\u0131ya toplant\u0131ya bir $t(lockRoomPassword) eklenebilir. Kat\u0131l\u0131mc\u0131lar\u0131n toplant\u0131ya kat\u0131lmalar\u0131na izin verilmeden \xf6nce $t(lockRoomPassword) bilgilerini sa\u011flamalar\u0131 gerekir..",insecureRoomNameWarning:"Toplant\u0131 odas\u0131 g\xfcvenli de\u011fil. Konferans\u0131n\u0131za istenmeyen kat\u0131l\u0131mc\u0131lar kat\u0131labilir.",title:"G\xfcvenlik Se\xe7enekleri"},settings:{buttonLabel:"Ayarlar",calendar:{about:"{{appName}} takvim entegrasyonu, yakla\u015fan etkinlikleri okuyabilmesi i\xe7in takviminize g\xfcvenli bir \u015fekilde eri\u015fmek i\xe7in kullan\u0131l\u0131r.",disconnect:"Ba\u011flant\u0131y\u0131 Kes",microsoftSignIn:"Microsoft ile oturum a\xe7",signedIn:"\u015eu anda {{email}} i\xe7in takvim etkinliklerine eri\u015filiyor. Takvim etkinliklerine eri\u015fmeyi durdurmak i\xe7in a\u015fa\u011f\u0131daki Ba\u011flant\u0131y\u0131 Kes butonuna t\u0131klay\u0131n.",title:"Takvim"},desktopShareFramerate:"Masa\xfcst\xfc payla\u015f\u0131m kare h\u0131z\u0131",desktopShareHighFpsWarning:"Masa\xfcst\xfc payla\u015f\u0131m\u0131 i\xe7in daha y\xfcksek bir kare h\u0131z\u0131 bant geni\u015fli\u011finizi etkileyebilir. Yeni ayarlar\u0131n etkili olmas\u0131 i\xe7in ekran payla\u015f\u0131m\u0131n\u0131 yeniden ba\u015flatman\u0131z gerekli.",desktopShareWarning:"Yeni ayarlar\u0131n etkili olmas\u0131 i\xe7in ekran payla\u015f\u0131m\u0131n\u0131 yeniden ba\u015flatman\u0131z gerekli.",devices:"Cihazlar",followMe:"Beni takip edenler",framesPerSecond:"kare/saniye",incomingMessage:"Gelen mesaj",language:"Dil",loggedIn:"{{name}} olarak giri\u015f yap\u0131ld\u0131",maxStageParticipants:"Ana ekrana sabitlenecek maksimum kat\u0131l\u0131mc\u0131 say\u0131s\u0131",microphones:"Mikrofonlar",moderator:"Y\xf6netici",more:"Daha fazla",name:"Ad",noDevice:"Yok",participantJoined:"Kat\u0131l\u0131mc\u0131 kat\u0131ld\u0131",participantKnocking:"",participantLeft:"Kat\u0131l\u0131mc\u0131 ayr\u0131ld\u0131",playSounds:"Sesi \xe7al",reactions:"Toplant\u0131 reaksiyonlar\u0131",sameAsSystem:"Sistemle ayn\u0131 ({{label}})",selectAudioOutput:"Ses \xe7\u0131k\u0131\u015f\u0131",selectCamera:"Kamera",selectMic:"Mikrofon",selfView:"Kendi g\xf6r\xfcn\xfcm\xfcm",sounds:"Sesler",speakers:"Hoparl\xf6rler",startAudioMuted:"Herkes ses kapal\u0131 ba\u015flas\u0131n",startReactionsMuted:"Reaksiyon seslerini herkes i\xe7in kapat",startVideoMuted:"Herkes g\xf6r\xfcnt\xfc kapal\u0131 ba\u015flas\u0131n",talkWhileMuted:"Sesi kapal\u0131yken konu\u015f",title:"Ayarlar"},settingsView:{advanced:"Geli\u015fmi\u015f",alertCancel:"\u0130ptal",alertOk:"Tamam",alertTitle:"Uyar\u0131",alertURLText:"Girilen sunucu ba\u011flant\u0131s\u0131 ge\xe7ersiz",buildInfoSection:"Yap\u0131 Bilgisi",conferenceSection:"Toplant\u0131",disableCallIntegration:"Yerel arama entegrasyonunu devre d\u0131\u015f\u0131 b\u0131rak",disableCrashReporting:"\xc7\xf6kme raporlamas\u0131n\u0131 devre d\u0131\u015f\u0131 b\u0131rak",disableCrashReportingWarning:"Kilitlenme raporlamas\u0131n\u0131 devre d\u0131\u015f\u0131 b\u0131rakmak istedi\u011finizden emin misiniz? Ayar, uygulamay\u0131 yeniden ba\u015flatt\u0131ktan sonra uygulanacakt\u0131r.",disableP2P:"Peer-To-Peer modunu devre d\u0131\u015f\u0131 b\u0131rak",displayName:"G\xf6r\xfcn\xfcr ad",displayNamePlaceholderText:"\xd6r: John Doe",email:"E-posta",goTo:"Git",header:"Ayarlar",help:"Yard\u0131m",links:"Linkler",privacy:"Gizlilik",profileSection:"Profil",serverURL:"Sunucu Ba\u011flant\u0131s\u0131",showAdvanced:"Geli\u015fmi\u015f ayarlar\u0131 g\xf6ster",startCarModeInLowBandwidthMode:"D\xfc\u015f\xfck ba\u011flant\u0131 modunda araba modunu ba\u015flat",startWithAudioMuted:"Ses kapal\u0131 ba\u015fla",startWithVideoMuted:"G\xf6r\xfcnt\xfc kapal\u0131 ba\u015fla",terms:"\u015eartlar",version:"Versiyon"},share:{dialInfoText:"\n\n=====\n\nTelefonunuzdan m\u0131 aramak istiyorsunuz?\n\n{{defaultDialInNumber}}Bu toplant\u0131n\u0131n telefon numaralar\u0131n\u0131 aramak i\xe7in bu ba\u011flant\u0131y\u0131 t\u0131klay\u0131n\n{{dialInfoPageUrl}}",mainText:"Toplant\u0131ya kat\u0131lmak i\xe7in a\u015fa\u011f\u0131daki ba\u011flant\u0131y\u0131 t\u0131klay\u0131n:\n{{roomUrl}}"},speaker:"Konu\u015fmac\u0131",speakerStats:{angry:"K\u0131zg\u0131n",disgusted:"B\u0131kk\u0131n",displayEmotions:"Duygular\u0131 g\xf6ster",fearful:"Korkun\xe7",happy:"Mutlu",hours:"{{count}}sa",minutes:"{{count}}dk",name:"Ad",neutral:"N\xf6tr",sad:"\xdczg\xfcn",search:"Ara",seconds:"{{count}}sn",speakerStats:"Konu\u015fmac\u0131 \u0130statistikleri",speakerTime:"Konu\u015fmac\u0131 S\xfcresi",surprised:"S\xfcrpriz"},startupoverlay:{genericTitle:"Toplant\u0131n\u0131n mikrofonunuzu ve kameran\u0131z\u0131 kullanmas\u0131 gerekli.",policyText:" ",title:"{{app}} kameran\u0131z\u0131 ve mikrofonunuzu kullanmaya ihtiya\xe7 duyuyor."},suspendedoverlay:{rejoinKeyTitle:"Tekrar kat\u0131l",text:"Tekrar ba\u011flanmak i\xe7in Tekrar kat\u0131l butonuna bas\u0131n.",title:"Bu bilgisayar uyku moduna ge\xe7ti\u011fi i\xe7in g\xf6r\xfcnt\xfcl\xfc g\xf6r\xfc\u015fmeniz kesildi."},termsView:{title:"\u015eartlar"},toggleTopPanelLabel:"",toolbar:{Settings:"Ayarlar",accessibilityLabel:{Settings:"Ayarlar\u0131 a\xe7/kapat",audioOnly:"Yaln\u0131zca sesi a\xe7/kapat",audioRoute:"Ses ayg\u0131t\u0131n\u0131 se\xe7in",boo:"Boo",breakoutRoom:"Alt oda",callQuality:"Armama kalitesini y\xf6netin",carmode:"Araba odu",cc:"Altyaz\u0131lar\u0131 a\xe7/kapat",chat:"Mesajla\u015fma penceresini a\xe7/kapat",clap:"Alk\u0131\u015f",collapse:"Daralt",document:"Payla\u015f\u0131lan dok\xfcman\u0131 a\xe7/kapat",download:"Uygulamalar\u0131m\u0131z\u0131 indirin",embedMeeting:"Toplant\u0131y\u0131 yerle\u015ftir",endConference:"Herkes i\xe7in toplant\u0131y\u0131 sonland\u0131r",expand:"Geni\u015flet",feedback:"Geri bildirim b\u0131rak\u0131n",fullScreen:"Tam ekran\u0131 a\xe7/kapat",giphy:"GIPHY men\xfcs\xfcn\xfc a\xe7/kapat",grantModerator:"Moderat\xf6r Haklar\u0131 Ver",hangup:"Aramadan ayr\u0131l",help:"Yard\u0131m",invite:"\u0130nsanlar\u0131 davet et",kick:"Kat\u0131l\u0131mc\u0131 \xe7\u0131kar",laugh:"G\xfcl",leaveConference:"Toplant\u0131dan ayr\u0131l",like:"\xc7ok iyi!",linkToSalesforce:"Salesforce'a ba\u011fla",lobbyButton:"Lobi modunu etkinle\u015ftir / devre d\u0131\u015f\u0131 b\u0131rak",localRecording:"Kay\u0131t denetimlerini a\xe7/kapat",lockRoom:"Toplant\u0131 parolas\u0131n\u0131 a\xe7/kapat",moreActions:"Di\u011fer i\u015flemler men\xfcs\xfcn\xfc a\xe7/kapat",moreActionsMenu:"Di\u011fer i\u015flemler men\xfcs\xfc",moreOptions:"Daha fazla se\xe7enek g\xf6ster",mute:"Sesi a\xe7/kapat",muteEveryone:"Herkesi sessize al",muteEveryoneElse:"Di\u011fer herkesi sessize al",muteEveryoneElsesVideoStream:"Di\u011fer herkesin videosunu durdur",muteEveryonesVideoStream:"Herkesin videosunu durdur",noiseSuppression:"G\xfcr\xfclt\xfc azaltma",participants:"Kat\u0131l\u0131mc\u0131lar",pip:"Resim i\xe7inde Resim modunu a\xe7/kapat",privateMessage:"\xd6zel mesaj g\xf6nder",profile:"Profilinizi d\xfczenleyin",raiseHand:"El kald\u0131rmay\u0131 a\xe7/kapat",reactionsMenu:"Reaksiyon men\xfcs\xfcn\xfc A\xe7 / Kapa",recording:"Kaydetmeyi a\xe7/kapat",remoteMute:"Kat\u0131l\u0131mc\u0131n\u0131n sesini kapat",remoteVideoMute:"Kat\u0131l\u0131mc\u0131n\u0131n kameras\u0131n\u0131 devre d\u0131\u015f\u0131 b\u0131rak",security:"G\xfcvenlik se\xe7enekleri",selectBackground:"Arkaplan Se\xe7",selfView:"Kendi kendine g\xf6r\xfcn\xfcm\xfc a\xe7/kapat",shareRoom:"Birini davet et",shareYourScreen:"Ekran payla\u015f\u0131m\u0131n\u0131 a\xe7/kapat",shareaudio:"Sesi payla\u015f",sharedvideo:"Video payla\u015fmay\u0131 a\xe7/kapat",shortcuts:"K\u0131sayollar\u0131 a\xe7/kapat",show:"Sahnede g\xf6ster",silence:"Sessiz",speakerStats:"Konu\u015fmac\u0131 istatistiklerini a\xe7/kapat",surprised:"S\xfcrpriz",tileView:"D\xf6\u015feme g\xf6r\xfcn\xfcm\xfcn\xfc a\xe7/kapat",toggleCamera:"Kameray\u0131 de\u011fi\u015ftir",toggleFilmstrip:"Film \u015feridini a\xe7/kapat",videoblur:"Video bulan\u0131kla\u015ft\u0131rma a\xe7/kapat",videomute:"Sessiz videoyu a\xe7/kapat",whiteboard:"Beyaztahtay\u0131 G\xf6ster / Gizle"},addPeople:"Araman\u0131za ki\u015fi ekleyin",audioOnlyOff:"Yaln\u0131zca ses modunu devre d\u0131\u015f\u0131 b\u0131rak",audioOnlyOn:"Yaln\u0131zca ses modunu etkinle\u015ftir",audioRoute:"Ses ayg\u0131t\u0131n\u0131 se\xe7in",audioSettings:"Ses ayarlar\u0131",authenticate:"Kimlik do\u011frula",boo:"Boo",callQuality:"Arama kalitesini y\xf6netin",chat:"Mesajla\u015fmay\u0131 a\xe7/kapat",clap:"Alk\u0131\u015f",closeChat:"Mesajla\u015fmay\u0131 kapat",closeReactionsMenu:"Reaksiyon men\xfcs\xfcn\xfc kapat",disableNoiseSuppression:"",disableReactionSounds:"Toplant\u0131 i\xe7in reaksiyon seslerini devre d\u0131\u015f\u0131 b\u0131rak",documentClose:"Payla\u015f\u0131lan dok\xfcman\u0131 kapat",documentOpen:"Payla\u015f\u0131lan dok\xfcman\u0131 a\xe7",download:"Uygulamalar\u0131m\u0131z\u0131 indirin",e2ee:"U\xe7tan uca \u015fifreleme",embedMeeting:"Toplant\u0131y\u0131 yerle\u015ftir",endConference:"Herkes i\xe7in toplant\u0131y\u0131 sonland\u0131r",enterFullScreen:"Tam ekran g\xf6r\xfcnt\xfcle",enterTileView:"D\xf6\u015feme g\xf6r\xfcn\xfcm\xfcne ge\xe7",exitFullScreen:"Tam ekrandan \xe7\u0131k",exitTileView:"D\xf6\u015feme g\xf6r\xfcn\xfcm\xfcnden \xe7\u0131k",feedback:"Geri bildirim b\u0131rak\u0131n",giphy:"GIPHY men\xfc a\xe7/kapat",hangup:"Ayr\u0131l",help:"Yard\u0131m",hideWhiteboard:"Beyaztahtay\u0131 gizle",invite:"Ki\u015fi davet et",joinBreakoutRoom:"Alt odaya kat\u0131l",laugh:"G\xfcl",leaveBreakoutRoom:"Alt odadan ayr\u0131l",leaveConference:"Toplant\u0131dan Ayr\u0131l",like:"\xc7ok iyi!",linkToSalesforce:"Salesforce'a ba\u011fla",lobbyButtonDisable:"Lobi modunu devre d\u0131\u015f\u0131 b\u0131rak",lobbyButtonEnable:"Lobi modunu devre aktifle\u015ftir",login:"Oturum a\xe7",logout:"Oturum kapat",lowerYourHand:"Elinizi indirin",moreActions:"Daha fazla i\u015flem",moreOptions:"Daha fazla se\xe7enek",mute:"Sessiz / Sesli",muteEveryone:"Herkesi sessize al",muteEveryonesVideo:"Herkesin kameras\u0131n\u0131 devre d\u0131\u015f\u0131 b\u0131rak",noAudioSignalDesc:"Sistem ayarlar\u0131ndan veya donan\u0131mdan sesi kapatmad\u0131ysan\u0131z, cihaz\u0131n\u0131z\u0131 de\u011fi\u015ftirin.",noAudioSignalDescSuggestion:"Sistem ayarlar\u0131ndan veya donan\u0131mdan kas\u0131tl\u0131 olarak kapatmad\u0131ysan\u0131z, \xf6nerilen ayg\u0131ta ge\xe7meyi d\xfc\u015f\xfcn\xfcn.",noAudioSignalDialInDesc:"",noAudioSignalDialInLinkDesc:"\u0130\xe7eri arama numaralar\u0131",noAudioSignalTitle:"Mikrofonunuzdan hi\xe7bir giri\u015f gelmiyor!",noiseSuppression:"G\xfcr\xfclt\xfc azaltma",noisyAudioInputDesc:"Mikrofonunuz g\xfcr\xfclt\xfc yap\u0131yor gibi g\xf6r\xfcn\xfcyor, l\xfctfen cihaz\u0131 kapatmay\u0131 veya de\u011fi\u015ftirmeyi d\xfc\u015f\xfcn\xfcn.",noisyAudioInputTitle:"Mikrofonunuz g\xfcr\xfclt\xfcl\xfc g\xf6r\xfcn\xfcyor!",openChat:"Mesajla\u015fmay\u0131 a\xe7",openReactionsMenu:"Reaksiyon men\xfcs\xfcn\xfc a\xe7",participants:"Kat\u0131l\u0131mc\u0131lar",pip:"Resim i\xe7inde Resim moduna gir",privateMessage:"\xd6zel mesaj g\xf6nder",profile:"Profilinizi d\xfczenleyin",raiseHand:"Elinizi kald\u0131r\u0131n/indirin",raiseYourHand:"Elinizi kald\u0131r\u0131n",reactionBoo:"Boo g\xf6nder",reactionClap:"Alk\u0131\u015f g\xf6nder",reactionLaugh:"G\xfclme g\xf6nder",reactionLike:"\xc7ok iyi! g\xf6nder",reactionSilence:"Sessizlik g\xf6nder",reactionSurprised:"S\xfcrpriz g\xf6nder",security:"G\xfcvenlik se\xe7enekleri",selectBackground:"Arkaplan se\xe7",shareRoom:"Birini davet et",shareaudio:"Ses payla\u015f",sharedvideo:"Bir videosu payla\u015f",shortcuts:"K\u0131sayollar\u0131 g\xf6ster",showWhiteboard:"Beyaztahtay\u0131 G\xf6ster",silence:"Sessiz",speakerStats:"Konu\u015fmac\u0131 istatistikleri",startScreenSharing:"Ekran payla\u015f\u0131m\u0131n\u0131 ba\u015flat",startSubtitles:"Altyaz\u0131lar\u0131 ba\u015flat",stopAudioSharing:"Ses payla\u015f\u0131m\u0131n\u0131 durdur",stopScreenSharing:"Ekran payla\u015f\u0131m\u0131n\u0131 durdur",stopSharedVideo:"Videosunu durdur",stopSubtitles:"Altyaz\u0131lar\u0131 durdur",surprised:"S\xfcrpriz",talkWhileMutedPopup:"Bir \u015fey mi dediniz? Mikrofonunuz kapal\u0131.",tileViewToggle:"D\xf6\u015feme g\xf6r\xfcn\xfcm\xfcn\xfc a\xe7/kapat",toggleCamera:"Kameray\u0131 de\u011fi\u015ftir",videoSettings:"Video ayarlar\u0131",videomute:"Kamera ba\u015flat / durdur"},transcribing:{ccButtonTooltip:"Altyaz\u0131l\u0131ar ba\u015flat / durdur",error:"De\u015fifre etme ba\u015far\u0131s\u0131z oldu. L\xfctfen tekrar deneyin.",expandedLabel:"De\u015fifre etme a\xe7\u0131k",failedToStart:"De\u015fifre etme ba\u015flat\u0131lamad\u0131",labelToolTip:"Toplant\u0131 de\u015fifre ediliyor",off:"De\u015fifre etme durdu",pending:"Toplant\u0131y\u0131 de\u015fifre etmeye haz\u0131rlan\u0131yor...",start:"Altyaz\u0131lar\u0131 g\xf6stermeye ba\u015fla",stop:"Altyaz\u0131lar\u0131 g\xf6stermeyi durdur",subtitles:"Altyaz\u0131lar",subtitlesOff:"Kapat",tr:"TR"},userMedia:{androidGrantPermissions:"Taray\u0131c\u0131n\u0131z izin istedi\u011finde \u0130zin Ver se\xe7ene\u011fini se\xe7in.",chromeGrantPermissions:"Taray\u0131c\u0131n\u0131z izin istedi\u011finde \u0130zin Ver se\xe7ene\u011fini se\xe7in.",edgeGrantPermissions:"Taray\u0131c\u0131n\u0131z izin istedi\u011finde Evet se\xe7ene\u011fini se\xe7in.",electronGrantPermissions:"L\xfctfen kameran\u0131z\u0131 ve mikrofonunuzu kullanmak i\xe7in izin verin",firefoxGrantPermissions:"Taray\u0131c\u0131n\u0131z izin istedi\u011finde Se\xe7ilen Ayg\u0131t\u0131 Payla\u015f se\xe7ene\u011fini se\xe7in.",iexplorerGrantPermissions:"Taray\u0131c\u0131n\u0131z izin istedi\u011finde Tamam se\xe7ene\u011fini se\xe7in.",nwjsGrantPermissions:"L\xfctfen kameran\u0131z\u0131 ve mikrofonunuzu kullanmak i\xe7in izin verin",operaGrantPermissions:"Taray\u0131c\u0131n\u0131z izin istedi\u011finde \u0130zin Ver se\xe7ene\u011fini se\xe7in.","react-nativeGrantPermissions":"Taray\u0131c\u0131n\u0131z izin istedi\u011finde \u0130zin Ver se\xe7ene\u011fini se\xe7in.",safariGrantPermissions:"Taray\u0131c\u0131n\u0131z izin istedi\u011finde Tamam se\xe7ene\u011fini se\xe7in."},videoSIPGW:{busy:"Kaynaklar\u0131 serbest b\u0131rakmaya \xe7al\u0131\u015f\u0131yoruz. L\xfctfen birka\xe7 dakika i\xe7inde tekrar deneyin.",busyTitle:"Oda hizmeti \u015fu anda me\u015fgul",errorAlreadyInvited:"{{displayName}} zaten davet edildi",errorInvite:"Toplant\u0131 hen\xfcz olu\u015fturulmad\u0131. L\xfctfen daha sonra tekrar deneyin.",errorInviteFailed:"Sorunu \xe7\xf6zmek i\xe7in \xe7al\u0131\u015f\u0131yoruz. L\xfctfen daha sonra tekrar deneyin.",errorInviteFailedTitle:"{{displayName}} davet edilemedi",errorInviteTitle:"Odaya davet edilirken hata olu\u015ftu",pending:"{{displayName}} davet edildi"},videoStatus:{adjustFor:"Ayala:",audioOnly:"SES",audioOnlyExpanded:"Yaln\u0131zca ses modundas\u0131n\u0131z. Bu mod bant geni\u015fli\u011finden tasarruf sa\u011flar, ancak ba\u015fkalar\u0131n\u0131n videolar\u0131n\u0131 g\xf6remezsiniz.",bestPerformance:"En iyi performans",callQuality:"Arama Kalitesi",hd:"HD",hdTooltip:"Y\xfcksek \xe7\xf6z\xfcn\xfcrl\xfckte video g\xf6r\xfcnt\xfcleniyor",highDefinition:"Y\xfcksek \xe7\xf6z\xfcn\xfcrl\xfck",highestQuality:"En y\xfcksek kalite",labelTooiltipNoVideo:"G\xf6r\xfcnt\xfc yok",labelTooltipAudioOnly:"Yaln\u0131zca ses modu etkin",ld:"LD",ldTooltip:"D\xfc\u015f\xfck \xe7\xf6z\xfcn\xfcrl\xfckl\xfc video g\xf6r\xfcnt\xfcleme",lowDefinition:"D\xfc\u015f\xfck \xe7\xf6z\xfcn\xfcrl\xfck",performanceSettings:"Performans ayarlar\u0131",sd:"SD",sdTooltip:"Standart \xe7\xf6z\xfcn\xfcrl\xfckl\xfc video g\xf6r\xfcnt\xfcleme",standardDefinition:"Standart \xe7\xf6z\xfcn\xfcrl\xfck"},videothumbnail:{connectionInfo:"Ba\u011flant\u0131 Bilgisi",domute:"Sessize al",domuteOthers:"Di\u011fer herkesi sessize al",domuteVideo:"Kameray\u0131 devre d\u0131\u015f\u0131 b\u0131rak",domuteVideoOfOthers:"Di\u011fer herkesin kameras\u0131n\u0131 devre d\u0131\u015f\u0131 b\u0131rak",flip:"D\xf6nd\xfcr",grantModerator:"Moderat\xf6r Haklar\u0131 Ver",hideSelfView:"Kendi g\xf6r\xfcnt\xfcm\xfc gizle",kick:"\xc7\u0131kar",moderator:"Y\xf6netici",mute:"Kat\u0131l\u0131mc\u0131 sessiz",muted:"Sessiz",pinToStage:"Sahneye sabitle",remoteControl:"Uzaktan kontrol",screenSharing:"Kat\u0131l\u0131mc\u0131 ekran\u0131n\u0131 payla\u015f\u0131yor",show:"Sahnede g\xf6ster",showSelfView:"Kendi g\xf6r\xfcnt\xfcm\xfc g\xf6ster",unpinFromStage:"Sabitlemeyi kald\u0131r",videoMuted:"Kameray\u0131 devre d\u0131\u015f\u0131 b\u0131rak\u0131ld\u0131",videomute:"Kat\u0131l\u0131mc\u0131 kameray\u0131 durdurdu"},virtualBackground:{addBackground:"Arkaplan Ekle",apply:"Uygula",backgroundEffectError:"Arkaplan efekt uygulamas\u0131 ba\u015far\u0131s\u0131z.",blur:"Bulan\u0131kla\u015ft\u0131r",deleteImage:"Resmi sil",desktopShare:"Masa\xfcst\xfc payla\u015f\u0131m\u0131",desktopShareError:"Masa\xfcst\xfc payla\u015f\u0131m\u0131 olu\u015fturulamad\u0131",image1:"Plaj",image2:"Beyaz n\xf6tr duvar",image3:"Beyaz bo\u015f oda",image4:"Siyah zemin lambas\u0131",image5:"Da\u011f",image6:"Orman ",image7:"G\xfcndo\u011fumu",none:"Hi\xe7biri",pleaseWait:"L\xfctfen bekleyiniz...",removeBackground:"Arkaplan\u0131 kald\u0131r",slightBlur:"Hafif Bulan\u0131kl\u0131k",title:"Sanal arkaplanlar",uploadedImage:"Y\xfcklenen resim {{index}}",webAssemblyWarning:"WebAssembly desteklenmiyor",webAssemblyWarningDescription:"WebAssembly devre d\u0131\u015f\u0131 b\u0131rak\u0131ld\u0131 veya bu taray\u0131c\u0131 taraf\u0131ndan desteklenmiyor"},volumeSlider:"Ses kayd\u0131r\u0131c\u0131s\u0131",welcomepage:{accessibilityLabel:{join:"Kat\u0131lmak i\xe7in dokunun",roomname:"Oda ad\u0131 girin"},addMeetingName:"Toplant\u0131 ad\u0131 ekle",appDescription:"Durma ve t\xfcm ekiple g\xf6r\xfcnt\xfcl\xfc sohbet et. Hatta tan\u0131d\u0131\u011f\u0131n herkesi davet et. {{app}} t\xfcm g\xfcn, her g\xfcn \xfccretsiz olarak ve hesap gerektirmeden kullanabilece\u011finiz tamamen \u015fifrelenmi\u015f, % 100 \xf6zg\xfcr bir video konferans \xe7\xf6z\xfcm\xfcd\xfcr.",audioVideoSwitch:{audio:"Ses",video:"G\xf6r\xfcnt\xfc"},calendar:"Takvim",connectCalendarButton:"Takviminizi ba\u011flay\u0131n",connectCalendarText:"{{app}} uygulamas\u0131ndaki t\xfcm toplant\u0131lar\u0131n\u0131z\u0131 g\xf6r\xfcnt\xfclemek i\xe7in takviminizi ba\u011flay\u0131n. Ayr\u0131ca, takviminize {{provide}} toplant\u0131 ekleyin ve tek t\u0131klamayla ba\u015flat\u0131n.",enterRoomTitle:"Yeni bir toplant\u0131 ba\u015flat",getHelp:"Yard\u0131m al\u0131n",go:"G\u0130T",goSmall:"G\u0130T",headerSubtitle:"G\xfcvenli ve y\xfcksek kaliteli toplant\u0131lar",headerTitle:"Jitsi Meet",info:"Bilgi",jitsiOnMobile:"Mobil'de Jitsi \u2013 uygulamalar\u0131m\u0131z\u0131 indirin ve her yerden bir toplant\u0131 ba\u015flat\u0131n",join:"KATIL",logo:{calendar:"Takvim logo",desktopPreviewThumbnail:"Masa\xfcst\xfc \xf6nizleme k\xfc\xe7\xfck resmi",googleLogo:"Google Logo",logoDeepLinking:"Jitsi meet logo",microsoftLogo:"Microsoft logo",policyLogo:"Politika logo"},mobileDownLoadLinkAndroid:"Android i\xe7in mobil uygulamay\u0131 indirin",mobileDownLoadLinkFDroid:"F-Droid i\xe7in mobil uygulamay\u0131 indirin",mobileDownLoadLinkIos:"iOS i\xe7in mobil uygulamay\u0131 indirin",moderatedMessage:"veya moderat\xf6r oldu\u011funuz bir toplant\u0131 linki olu\u015fturun.",privacy:"Gizlilik",recentList:"En son",recentListDelete:"Sil",recentListEmpty:"En son g\xf6r\xfc\u015f\xfclenler listeniz \u015fu anda bo\u015f. Sohbet edin ve son toplant\u0131lar\u0131n\u0131z\u0131 burada g\xf6r\xfcnt\xfcleyin.",reducedUIText:"Ho\u015fgeldiniz - {{app}}!",roomNameAllowedChars:"Toplant\u0131 ad\u0131 \u015fu karakterlerden hi\xe7birini i\xe7ermemelidir: ?, &, :, ', \", %, #.",roomname:"Oda ad\u0131 girin",roomnameHint:"Kat\u0131lmak istedi\u011finiz odan\u0131n ad\u0131n\u0131 veya ba\u011flant\u0131s\u0131n\u0131 girin. \u0130stedi\u011finiz oda ad\u0131n\u0131 uydurabilirsiniz. Ayn\u0131 odada bulu\u015fmak i\xe7in g\xf6r\xfc\u015fmek istedi\u011finiz ki\u015filere bunu iletmeniz yeterli.",sendFeedback:"Geri bildirim g\xf6nder",settings:"Ayarlar",startMeeting:"Toplant\u0131 ba\u015flat",terms:"Kurallar",title:"G\xfcvenli, t\xfcm \xf6zelliklere eri\u015fimli ve tamamen \xfccretsiz g\xf6r\xfcnt\xfcl\xfc arama"}}},851,[]); -__d(function(e,i,o,t,r,n,a){r.exports={addPeople:{add:"\u0417\u0430\u043f\u0440\u043e\u0441\u0438\u0442\u0438",addContacts:"\u0417\u0430\u043f\u0440\u043e\u0441\u0438\u0442\u0438 \u0456\u0437 \u0432\u0430\u0448\u0438\u0445 \u043a\u043e\u043d\u0442\u0430\u043a\u0442\u0456\u0432",contacts:"\u043a\u043e\u043d\u0442\u0430\u043a\u0442\u0438",copyInvite:"\u0421\u043a\u043e\u043f\u0456\u044e\u0432\u0430\u0442\u0438 \u0437\u0430\u043f\u0440\u043e\u0448\u0435\u043d\u043d\u044f \u043d\u0430 \u0437\u0443\u0441\u0442\u0440\u0456\u0447",copyLink:"\u0421\u043a\u043e\u043f\u0456\u044e\u0432\u0430\u0442\u0438 \u043f\u043e\u0441\u0438\u043b\u0430\u043d\u043d\u044f \u043d\u0430 \u0437\u0443\u0441\u0442\u0440\u0456\u0447",copyStream:"\u0421\u043a\u043e\u043f\u0456\u044e\u0432\u0430\u0442\u0438 \u043f\u043e\u0441\u0438\u043b\u0430\u043d\u043d\u044f \u043d\u0430 \u0442\u0440\u0430\u043d\u0441\u043b\u044f\u0446\u0456\u044e \u043d\u0430\u0436\u0438\u0432\u043e",countryNotSupported:"\u0414\u0437\u0432\u0456\u043d\u043a\u0438 \u0432 \u0446\u044e \u043a\u0440\u0430\u0457\u043d\u0443 \u043f\u043e\u043a\u0438 \u0449\u043e \u043d\u0435 \u043f\u0456\u0434\u0442\u0440\u0438\u043c\u0443\u044e\u0442\u044c\u0441\u044f.",countryReminder:"\u0414\u0437\u0432\u0456\u043d\u043e\u043a \u0437\u0430 \u043c\u0435\u0436\u0456 \u0421\u0428\u0410? \u041f\u0435\u0440\u0435\u0432\u0456\u0440\u0442\u0435 \u043d\u0430\u044f\u0432\u043d\u0456\u0441\u0442\u044c \u043a\u043e\u0434\u0443 \u043a\u0440\u0430\u0457\u043d\u0438 \u0432 \u0437\u0430\u0437\u043d\u0430\u0447\u0435\u043d\u043e\u043c\u0443 \u043d\u043e\u043c\u0435\u0440\u0456!",defaultEmail:"\u0412\u0430\u0448\u0430 \u0435\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u0430 \u043f\u043e\u0448\u0442\u0430",disabled:"\u0412\u0438 \u043d\u0435 \u043c\u043e\u0436\u0435\u0442\u0435 \u0437\u0430\u043f\u0440\u043e\u0448\u0443\u0432\u0430\u0442\u0438 \u0443\u0447\u0430\u0441\u043d\u0438\u043a\u0456\u0432.",failedToAdd:"\u041d\u0435 \u0432\u0434\u0430\u043b\u043e\u0441\u044f \u0437\u0430\u043f\u0440\u043e\u0441\u0438\u0442\u0438 \u0443\u0447\u0430\u0441\u043d\u0438\u043a\u0430",googleEmail:"\u0415\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u0430 \u043f\u043e\u0448\u0442\u0430 Google",inviteMoreHeader:"\u0412\u0438 \u043e\u0434\u043d\u0456 \u043d\u0430 \u0446\u0456\u0439 \u0437\u0443\u0441\u0442\u0440\u0456\u0447\u0456",inviteMoreMailSubject:"\u041f\u0440\u0438\u0454\u0434\u043d\u0430\u0442\u0438\u0441\u044f \u0434\u043e \u0437\u0443\u0441\u0442\u0440\u0456\u0447\u0456 {{appName}}",inviteMorePrompt:"\u0417\u0430\u043f\u0440\u043e\u0441\u0438\u0442\u0438 \u043d\u0430 \u0437\u0443\u0441\u0442\u0440\u0456\u0447",linkCopied:"\u041f\u043e\u0441\u0438\u043b\u0430\u043d\u043d\u044f \u0441\u043a\u043e\u043f\u0456\u0439\u043e\u0432\u0430\u043d\u043e \u0432 \u0431\u0443\u0444\u0435\u0440 \u043e\u0431\u043c\u0456\u043d\u0443",noResults:"\u041d\u0456\u0447\u043e\u0433\u043e \u043d\u0435 \u0437\u043d\u0430\u0439\u0434\u0435\u043d\u043e",outlookEmail:"\u0415\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u0430 \u043f\u043e\u0448\u0442\u0430 Outlook",phoneNumbers:"\u043d\u043e\u043c\u0435\u0440\u0438 \u0442\u0435\u043b\u0435\u0444\u043e\u043d\u0456\u0432",searching:"\u0422\u0440\u0438\u0432\u0430\u0454 \u043f\u043e\u0448\u0443\u043a...",shareInvite:"\u041d\u0430\u0434\u0456\u0441\u043b\u0430\u0442\u0438 \u0437\u0430\u043f\u0440\u043e\u0448\u0435\u043d\u043d\u044f",shareLink:"\u041f\u043e\u0434\u0456\u043b\u0438\u0442\u0438\u0441\u044f \u043f\u043e\u0441\u0438\u043b\u0430\u043d\u043d\u044f\u043c \u043d\u0430 \u0437\u0443\u0441\u0442\u0440\u0456\u0447",shareStream:"\u041f\u043e\u0434\u0456\u043b\u0438\u0442\u0438\u0441\u044f \u043f\u043e\u0441\u0438\u043b\u0430\u043d\u043d\u044f\u043c \u043d\u0430 \u0442\u0440\u0430\u043d\u0441\u043b\u044f\u0446\u0456\u044e \u043d\u0430\u0436\u0438\u0432\u043e",sipAddresses:"SIP-\u0430\u0434\u0440\u0435\u0441\u0438",telephone:"\u0422\u0435\u043b\u0435\u0444\u043e\u043d: {{number}}",title:"\u0417\u0430\u043f\u0440\u043e\u0441\u0438\u0442\u0438 \u043b\u044e\u0434\u0435\u0439 \u043d\u0430 \u0446\u044e \u0437\u0443\u0441\u0442\u0440\u0456\u0447",yahooEmail:"\u0415\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u0430 \u043f\u043e\u0448\u0442\u0430 Yahoo"},audioDevices:{bluetooth:"Bluetooth",car:"\u0410\u0432\u0442\u043e\u043c\u043e\u0431\u0456\u043b\u044c\u043d\u0430 \u0430\u0443\u0434\u0456\u043e\u0441\u0438\u0441\u0442\u0435\u043c\u0430",headphones:"\u041d\u0430\u0432\u0443\u0448\u043d\u0438\u043a\u0438",none:"\u041d\u0435\u043c\u0430\u0454 \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u0438\u0445 \u0437\u0432\u0443\u043a\u043e\u0432\u0438\u0445 \u043f\u0440\u0438\u0441\u0442\u0440\u043e\u0457\u0432",phone:"\u0422\u0435\u043b\u0435\u0444\u043e\u043d",speaker:"\u0414\u0438\u043d\u0430\u043c\u0456\u043a"},audioOnly:{audioOnly:"\u0415\u043a\u043e\u043d\u043e\u043c\u0456\u0447\u043d\u0438\u0439 \u0440\u0435\u0436\u0438\u043c"},breakoutRooms:{actions:{add:"\u0414\u043e\u0434\u0430\u0442\u0438 \u043a\u0456\u043c\u043d\u0430\u0442\u0443 \u043f\u0456\u0434\u0433\u0440\u0443\u043f\u0438",autoAssign:"\u0410\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u043d\u043e \u043f\u0440\u0438\u0437\u043d\u0430\u0447\u0430\u0442\u0438 \u0434\u043e \u043a\u0456\u043c\u043d\u0430\u0442 \u043f\u0456\u0434\u0433\u0440\u0443\u043f",close:"\u0417\u0430\u043a\u0440\u0438\u0442\u0438",join:"\u041f\u0440\u0438\u0454\u0434\u043d\u0430\u0442\u0438\u0441\u044f",leaveBreakoutRoom:"\u0412\u0438\u0439\u0442\u0438 \u0437 \u043a\u0456\u043c\u043d\u0430\u0442\u0438 \u043f\u0456\u0434\u0433\u0440\u0443\u043f\u0438",more:"\u0414\u043e\u0434\u0430\u0442\u043a\u043e\u0432\u0456 \u043f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u0438",remove:"\u0412\u0438\u043b\u0443\u0447\u0438\u0442\u0438",sendToBreakoutRoom:"\u041f\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u0443\u0447\u0430\u0441\u043d\u0438\u043a\u0430 \u0434\u043e \u043a\u0456\u043c\u043d\u0430\u0442\u0438:"},defaultName:"\u041a\u0456\u043c\u043d\u0430\u0442\u0430 \u043f\u0456\u0434\u0433\u0440\u0443\u043f\u0438 #{{index}}",mainRoom:"\u0413\u043e\u043b\u043e\u0432\u043d\u0430 \u043a\u0456\u043c\u043d\u0430\u0442\u0430",notifications:{joined:"\u041f\u0440\u0438\u0454\u0434\u043d\u0430\u043d\u043d\u044f \u0434\u043e \u043a\u0456\u043c\u043d\u0430\u0442\u0438 \u043f\u0456\u0434\u0433\u0440\u0443\u043f\u0438 \xab{{name}}\xbb",joinedMainRoom:"\u041f\u0440\u0438\u0454\u0434\u043d\u0430\u043d\u043d\u044f \u0434\u043e \u0433\u043e\u043b\u043e\u0432\u043d\u043e\u0457 \u043a\u0456\u043c\u043d\u0430\u0442\u0438",joinedTitle:"\u041a\u0456\u043c\u043d\u0430\u0442\u0438 \u043f\u0456\u0434\u0433\u0440\u0443\u043f"}},calendarSync:{addMeetingURL:"\u0414\u043e\u0434\u0430\u0442\u0438 \u043f\u043e\u0441\u0438\u043b\u0430\u043d\u043d\u044f \u043d\u0430 \u0437\u0443\u0441\u0442\u0440\u0456\u0447",confirmAddLink:"\u0414\u043e\u0434\u0430\u0442\u0438 \u043f\u043e\u0441\u0438\u043b\u0430\u043d\u043d\u044f \u043d\u0430 Jitsi \u0434\u043e \u0446\u0456\u0454\u0457 \u043f\u043e\u0434\u0456\u0457?",error:{appConfiguration:"\u041d\u0435\u043f\u0440\u0430\u0432\u0438\u043b\u044c\u043d\u043e \u043d\u0430\u043b\u0430\u0448\u0442\u043e\u0432\u0430\u043d\u043e \u0456\u043d\u0442\u0435\u0433\u0440\u0430\u0446\u0456\u044e \u043a\u0430\u043b\u0435\u043d\u0434\u0430\u0440\u044f.",generic:"\u041f\u043e\u043c\u0438\u043b\u043a\u0430: \u043f\u0435\u0440\u0435\u0432\u0456\u0440\u0442\u0435 \u043d\u0430\u043b\u0430\u0448\u0442\u0443\u0432\u0430\u043d\u043d\u044f \u043a\u0430\u043b\u0435\u043d\u0434\u0430\u0440\u044f \u0430\u0431\u043e \u0441\u043f\u0440\u043e\u0431\u0443\u0439\u0442\u0435 \u043e\u043d\u043e\u0432\u0438\u0442\u0438 \u0439\u043e\u0433\u043e.",notSignedIn:"\u041f\u0456\u0434 \u0447\u0430\u0441 \u0430\u0432\u0442\u0435\u043d\u0442\u0438\u0444\u0456\u043a\u0430\u0446\u0456\u0457 \u0434\u043b\u044f \u043f\u0435\u0440\u0435\u0433\u043b\u044f\u0434\u0443 \u043f\u043e\u0434\u0456\u0439 \u043a\u0430\u043b\u0435\u043d\u0434\u0430\u0440\u044f \u0441\u0442\u0430\u043b\u0430\u0441\u044f \u043f\u043e\u043c\u0438\u043b\u043a\u0430. \u041f\u0435\u0440\u0435\u0432\u0456\u0440\u0442\u0435 \u043d\u0430\u043b\u0430\u0448\u0442\u0443\u0432\u0430\u043d\u043d\u044f \u0441\u0432\u043e\u0433\u043e \u043a\u0430\u043b\u0435\u043d\u0434\u0430\u0440\u044f \u0442\u0430 \u0441\u043f\u0440\u043e\u0431\u0443\u0439\u0442\u0435 \u0443\u0432\u0456\u0439\u0442\u0438 \u0449\u0435 \u0440\u0430\u0437."},join:"\u041f\u0440\u0438\u0454\u0434\u043d\u0430\u0442\u0438\u0441\u044f",joinTooltip:"\u041f\u0440\u0438\u0454\u0434\u043d\u0430\u0442\u0438\u0441\u044f \u0434\u043e \u0437\u0443\u0441\u0442\u0440\u0456\u0447\u0456",nextMeeting:"\u041d\u0430\u0441\u0442\u0443\u043f\u043d\u0430 \u0437\u0443\u0441\u0442\u0440\u0456\u0447",noEvents:"\u041d\u0435\u043c\u0430\u0454 \u0437\u0430\u043f\u043b\u0430\u043d\u043e\u0432\u0430\u043d\u0438\u0445 \u043f\u043e\u0434\u0456\u0439.",ongoingMeeting:"\u041f\u043e\u0442\u043e\u0447\u043d\u0430 \u0437\u0443\u0441\u0442\u0440\u0456\u0447",permissionButton:"\u041d\u0430\u043b\u0430\u0448\u0442\u0443\u0432\u0430\u043d\u043d\u044f",permissionMessage:"\u0414\u043b\u044f \u043f\u0435\u0440\u0435\u0433\u043b\u044f\u0434\u0443 \u0437\u0443\u0441\u0442\u0440\u0456\u0447\u0435\u0439 \u0443 \u0437\u0430\u0441\u0442\u043e\u0441\u0443\u043d\u043a\u0443 \u043f\u043e\u0442\u0440\u0456\u0431\u0435\u043d \u0434\u043e\u0437\u0432\u0456\u043b \u041a\u0430\u043b\u0435\u043d\u0434\u0430\u0440\u044f.",refresh:"\u041e\u043d\u043e\u0432\u0438\u0442\u0438 \u043a\u0430\u043b\u0435\u043d\u0434\u0430\u0440",today:"\u0421\u044c\u043e\u0433\u043e\u0434\u043d\u0456"},carmode:{actions:{selectSoundDevice:"\u0412\u0438\u0431\u0440\u0430\u0442\u0438 \u0437\u0432\u0443\u043a\u043e\u0432\u0438\u0439 \u043f\u0440\u0438\u0441\u0442\u0440\u0456\u0439"},labels:{buttonLabel:"\u0420\u0435\u0436\u0438\u043c \xab\u0417\u0430 \u043a\u0435\u0440\u043c\u043e\u043c\xbb",title:"\u0420\u0435\u0436\u0438\u043c \xab\u0417\u0430 \u043a\u0435\u0440\u043c\u043e\u043c\xbb",videoStopped:"\u0412\u0430\u0448\u0435 \u0432\u0456\u0434\u0435\u043e \u0437\u0443\u043f\u0438\u043d\u0435\u043d\u043e"}},chat:{enter:"\u0423\u0432\u0456\u0439\u0442\u0438 \u0432 \u043a\u0456\u043c\u043d\u0430\u0442\u0443",error:"\u041f\u043e\u043c\u0438\u043b\u043a\u0430: \u0432\u0430\u0448\u0435 \u043f\u043e\u0432\u0456\u0434\u043e\u043c\u043b\u0435\u043d\u043d\u044f \u043d\u0435 \u0431\u0443\u043b\u043e \u0432\u0456\u0434\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u043e. \u041f\u0440\u0438\u0447\u0438\u043d\u0430: {{error}}",fieldPlaceHolder:"\u0410\u0430",lobbyChatMessageTo:"\u041f\u043e\u0432\u0456\u0434\u043e\u043c\u043b\u0435\u043d\u043d\u044f \u0443 \u043f\u0440\u0438\u0439\u043c\u0430\u043b\u044c\u043d\u0456\u0439 \u0434\u043b\u044f {{recipient}}",message:"\u041f\u043e\u0432\u0456\u0434\u043e\u043c\u043b\u0435\u043d\u043d\u044f",messageAccessibleTitle:"{{user}} \u043f\u0438\u0448\u0435:",messageAccessibleTitleMe:"\u044f \u043f\u0438\u0448\u0443:",messageTo:"\u041f\u0440\u0438\u0432\u0430\u0442\u043d\u0435 \u043f\u043e\u0432\u0456\u0434\u043e\u043c\u043b\u0435\u043d\u043d\u044f \u0434\u043b\u044f {{recipient}}",messagebox:"\u041d\u0430\u043f\u0438\u0448\u0456\u0442\u044c \u043f\u043e\u0432\u0456\u0434\u043e\u043c\u043b\u0435\u043d\u043d\u044f",newMessages:"\u041d\u043e\u0432\u0456 \u043f\u043e\u0432\u0456\u0434\u043e\u043c\u043b\u0435\u043d\u043d\u044f",nickname:{popover:"\u0412\u0438\u0431\u0435\u0440\u0456\u0442\u044c \u0456\u043c'\u044f",title:"\u0417\u0430\u0437\u043d\u0430\u0447\u0442\u0435 \u0456\u043c'\u044f, \u0449\u043e\u0431 \u0432\u0438\u043a\u043e\u0440\u0438\u0441\u0442\u043e\u0432\u0443\u0432\u0430\u0442\u0438 \u0447\u0430\u0442",titleWithPolls:"\u0417\u0430\u0437\u043d\u0430\u0447\u0442\u0435 \u0456\u043c'\u044f, \u0449\u043e\u0431 \u0432\u0438\u043a\u043e\u0440\u0438\u0441\u0442\u043e\u0432\u0443\u0432\u0430\u0442\u0438 \u0447\u0430\u0442 \u0456 \u043e\u043f\u0438\u0442\u0443\u0432\u0430\u043d\u043d\u044f"},noMessagesMessage:"\u041d\u0430 \u0437\u0443\u0441\u0442\u0440\u0456\u0447\u0456 \u0449\u0435 \u043d\u0435\u043c\u0430\u0454 \u043f\u043e\u0432\u0456\u0434\u043e\u043c\u043b\u0435\u043d\u044c. \u041f\u043e\u0447\u043d\u0456\u0442\u044c \u0440\u043e\u0437\u043c\u043e\u0432\u0443 \u0442\u0443\u0442!",privateNotice:"\u041f\u0440\u0438\u0432\u0430\u0442\u043d\u0435 \u043f\u043e\u0432\u0456\u0434\u043e\u043c\u043b\u0435\u043d\u043d\u044f \u0434\u043b\u044f {{recipient}}",sendButton:"\u041d\u0430\u0434\u0456\u0441\u043b\u0430\u0442\u0438",smileysPanel:"\u041f\u0430\u043d\u0435\u043b\u044c \u0435\u043c\u043e\u0434\u0437\u0456",tabs:{chat:"\u0427\u0430\u0442",polls:"\u041e\u043f\u0438\u0442\u0443\u0432\u0430\u043d\u043d\u044f"},title:"\u0427\u0430\u0442",titleWithPolls:"\u0427\u0430\u0442 \u0456 \u043e\u043f\u0438\u0442\u0443\u0432\u0430\u043d\u043d\u044f",you:"\u0412\u0438"},chromeExtensionBanner:{buttonText:"\u0412\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u0438 \u0440\u043e\u0437\u0448\u0438\u0440\u0435\u043d\u043d\u044f \u0434\u043b\u044f \u0432\u0435\u0431-\u0431\u0440\u0430\u0443\u0437\u0435\u0440\u0430 Chrome",buttonTextEdge:"\u0412\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u0438 \u0440\u043e\u0437\u0448\u0438\u0440\u0435\u043d\u043d\u044f \u0434\u043b\u044f \u0432\u0435\u0431-\u0431\u0440\u0430\u0443\u0437\u0435\u0440\u0430 Edge",close:"\u0417\u0430\u043a\u0440\u0438\u0442\u0438",dontShowAgain:"\u0411\u0456\u043b\u044c\u0448\u0435 \u043d\u0435 \u043f\u043e\u043a\u0430\u0437\u0443\u0432\u0430\u0442\u0438 \u0446\u0435",installExtensionText:"\u0412\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u0438 \u0440\u043e\u0437\u0448\u0438\u0440\u0435\u043d\u043d\u044f \u0434\u043b\u044f \u0456\u043d\u0442\u0435\u0433\u0440\u0430\u0446\u0456\u0457 \u0437 \u041a\u0430\u043b\u0435\u043d\u0434\u0430\u0440\u0435\u043c Google \u0442\u0430 Office 365"},connectingOverlay:{joiningRoom:"\u041f\u0440\u0438\u0454\u0434\u043d\u0430\u043d\u043d\u044f \u0434\u043e \u0437\u0443\u0441\u0442\u0440\u0456\u0447\u0456..."},connection:{ATTACHED:"\u041f\u0440\u0438\u0454\u0434\u043d\u0430\u043d\u043e",AUTHENTICATING:"\u0410\u0432\u0442\u0435\u043d\u0442\u0438\u0444\u0456\u043a\u0430\u0446\u0456\u044f",AUTHFAIL:"\u041f\u043e\u043c\u0438\u043b\u043a\u0430 \u0430\u0432\u0442\u0435\u043d\u0442\u0438\u0444\u0456\u043a\u0430\u0446\u0456\u0457",CONNECTED:"\u0417'\u0454\u0434\u043d\u0430\u043d\u043e",CONNECTING:"\u0417'\u0454\u0434\u043d\u0430\u043d\u043d\u044f \u0442\u0440\u0438\u0432\u0430\u0454",CONNFAIL:"\u041d\u0435 \u0432\u0434\u0430\u043b\u043e\u0441\u044f \u0437'\u0454\u0434\u043d\u0430\u0442\u0438\u0441\u044f",DISCONNECTED:"\u0412\u0456\u0434'\u0454\u0434\u043d\u0430\u043d\u043e",DISCONNECTING:"\u0412\u0456\u0434'\u0454\u0434\u043d\u0430\u043d\u043d\u044f \u0442\u0440\u0438\u0432\u0430\u0454",ERROR:"\u041f\u043e\u043c\u0438\u043b\u043a\u0430",FETCH_SESSION_ID:"\u041e\u0442\u0440\u0438\u043c\u0430\u043d\u043d\u044f session-id...",GET_SESSION_ID_ERROR:"\u041f\u043e\u043c\u0438\u043b\u043a\u0430 \u043e\u0442\u0440\u0438\u043c\u0430\u043d\u043d\u044f session-id: {{code}}",GOT_SESSION_ID:"\u041e\u0442\u0440\u0438\u043c\u0430\u043d\u043d\u044f session-id... \u0413\u043e\u0442\u043e\u0432\u043e",LOW_BANDWIDTH:"\u0412\u0456\u0434\u0435\u043e \u0434\u043b\u044f {{displayName}} \u0431\u0443\u043b\u043e \u0432\u0438\u043c\u043a\u043d\u0435\u043d\u043e \u0434\u043b\u044f \u0435\u043a\u043e\u043d\u043e\u043c\u0456\u0457 \u0440\u0435\u0441\u0443\u0440\u0441\u0456\u0432 \u0437'\u0454\u0434\u043d\u0430\u043d\u043d\u044f"},connectionindicator:{address:"\u0410\u0434\u0440\u0435\u0441\u0430:",audio_ssrc:"\u0410\u0443\u0434\u0456\u043e SSRC:",bandwidth:"\u041e\u0447\u0456\u043a\u0443\u0432\u0430\u043d\u0430 \u0448\u0432\u0438\u0434\u043a\u0456\u0441\u0442\u044c:",bitrate:"\u0411\u0456\u0442\u0440\u0435\u0439\u0442:",bridgeCount:"\u041a\u0456\u043b\u044c\u043a\u0456\u0441\u0442\u044c \u0441\u0435\u0440\u0432\u0435\u0440\u0456\u0432: ",codecs:"\u041a\u043e\u0434\u0435\u043a\u0438 (A/V): ",connectedTo:"\u0417'\u0454\u0434\u043d\u0430\u043d\u043e \u0437:",e2eeVerified:"E2EE \u043f\u0456\u0434\u0442\u0432\u0435\u0440\u0434\u0436\u0435\u043d\u043e:",framerate:"\u0427\u0430\u0441\u0442\u043e\u0442\u0430 \u043a\u0430\u0434\u0440\u0456\u0432:",less:"\u041f\u043e\u043a\u0430\u0437\u0430\u0442\u0438 \u043c\u0435\u043d\u0448\u0435",localaddress:"\u041b\u043e\u043a\u0430\u043b\u044c\u043d\u0430 \u0430\u0434\u0440\u0435\u0441\u0430:",localaddress_plural:"\u041b\u043e\u043a\u0430\u043b\u044c\u043d\u0456 \u0430\u0434\u0440\u0435\u0441\u0438:",localport:"\u041b\u043e\u043a\u0430\u043b\u044c\u043d\u0438\u0439 \u043f\u043e\u0440\u0442:",localport_plural:"\u041b\u043e\u043a\u0430\u043b\u044c\u043d\u0456 \u043f\u043e\u0440\u0442\u0438:",maxEnabledResolution:"\u043c\u0430\u043a\u0441. (send)",more:"\u041f\u043e\u043a\u0430\u0437\u0430\u0442\u0438 \u0431\u0456\u043b\u044c\u0448\u0435",packetloss:"\u0412\u0442\u0440\u0430\u0447\u0435\u043d\u043e \u043f\u0430\u043a\u0435\u0442\u0456\u0432:",participant_id:"ID \u0443\u0447\u0430\u0441\u043d\u0438\u043a\u0430:",quality:{good:"\u0414\u043e\u0431\u0440\u0435",inactive:"\u043d\u0435 \u0430\u043a\u0442\u0438\u0432\u043d\u043e",lost:"\u0432\u0442\u0440\u0430\u0447\u0435\u043d\u043e",nonoptimal:"\u043d\u0435 \u043e\u043f\u0442\u0438\u043c\u0430\u043b\u044c\u043d\u043e",poor:"\u043f\u043e\u0433\u0430\u043d\u043e"},remoteaddress:"\u0412\u0456\u0434\u0434\u0430\u043b\u0435\u043d\u0430 \u0430\u0434\u0440\u0435\u0441\u0430:",remoteaddress_plural:"\u0412\u0456\u0434\u0434\u0430\u043b\u0435\u043d\u0456 \u0430\u0434\u0440\u0435\u0441\u0438:",remoteport:"\u0412\u0456\u0434\u0434\u0430\u043b\u0435\u043d\u0438\u0439 \u043f\u043e\u0440\u0442:",remoteport_plural:"\u0412\u0456\u0434\u0434\u0430\u043b\u0435\u043d\u0456 \u043f\u043e\u0440\u0442\u0438:",resolution:"\u0420\u043e\u0437\u0434\u0456\u043b\u044c\u043d\u0430 \u0437\u0434\u0430\u0442\u043d\u0456\u0441\u0442\u044c:",savelogs:"\u0417\u0431\u0435\u0440\u0435\u0433\u0442\u0438 \u0436\u0443\u0440\u043d\u0430\u043b\u0438",status:"\u0417'\u0454\u0434\u043d\u0430\u043d\u043d\u044f:",transport:"\u0422\u0440\u0430\u043d\u0441\u043f\u043e\u0440\u0442:",transport_plural:"\u0422\u0440\u0430\u043d\u0441\u043f\u043e\u0440\u0442:",video_ssrc:"\u0412\u0456\u0434\u0435\u043e SSRC:"},dateUtils:{earlier:"\u0420\u0430\u043d\u0456\u0448\u0435",today:"\u0421\u044c\u043e\u0433\u043e\u0434\u043d\u0456",yesterday:"\u0412\u0447\u043e\u0440\u0430"},deepLinking:{appNotInstalled:"\u0412\u0441\u0442\u0430\u043d\u043e\u0432\u0456\u0442\u044c \u0437\u0430\u0441\u0442\u043e\u0441\u0443\u043d\u043e\u043a {{app}}, \u0449\u043e\u0431 \u043f\u0440\u0438\u0454\u0434\u043d\u0430\u0442\u0438\u0441\u044f \u0434\u043e \u0446\u0456\u0454\u0457 \u0437\u0443\u0441\u0442\u0440\u0456\u0447\u0456 \u0437 \u043c\u043e\u0431\u0456\u043b\u044c\u043d\u043e\u0433\u043e \u043f\u0440\u0438\u0441\u0442\u0440\u043e\u044e.",description:"\u041c\u0438 \u0441\u043f\u0440\u043e\u0431\u0443\u0432\u0430\u043b\u0438 \u0440\u043e\u0437\u043f\u043e\u0447\u0430\u0442\u0438 \u0432\u0430\u0448\u0443 \u0437\u0443\u0441\u0442\u0440\u0456\u0447 \u0443 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u0456 {{app}}. \u0421\u043f\u0440\u043e\u0431\u0443\u0439\u0442\u0435 \u0449\u0435 \u0440\u0430\u0437 \u0430\u0431\u043e \u0432\u0456\u0434\u043a\u0440\u0438\u0439\u0442\u0435 {{app}} \u0443 \u0432\u0435\u0431-\u0431\u0440\u0430\u0443\u0437\u0435\u0440\u0456.",descriptionNew:"\u041c\u0438 \u0441\u043f\u0440\u043e\u0431\u0443\u0432\u0430\u043b\u0438 \u0440\u043e\u0437\u043f\u043e\u0447\u0430\u0442\u0438 \u0432\u0430\u0448\u0443 \u0437\u0443\u0441\u0442\u0440\u0456\u0447 \u0443 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u0456 {{app}}.

\u0421\u043f\u0440\u043e\u0431\u0443\u0439\u0442\u0435 \u0449\u0435 \u0440\u0430\u0437 \u0430\u0431\u043e \u0440\u043e\u0437\u043f\u043e\u0447\u043d\u0456\u0442\u044c \u0437\u0443\u0441\u0442\u0440\u0456\u0447 \u0443 \u0432\u0435\u0431-\u0431\u0440\u0430\u0443\u0437\u0435\u0440\u0456.",descriptionWithoutWeb:"\u041c\u0438 \u0441\u043f\u0440\u043e\u0431\u0443\u0432\u0430\u043b\u0438 \u0440\u043e\u0437\u043f\u043e\u0447\u0430\u0442\u0438 \u0432\u0430\u0448\u0443 \u0437\u0443\u0441\u0442\u0440\u0456\u0447 \u0443 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u0456 {{app}}.",downloadApp:"\u0417\u0430\u0432\u0430\u043d\u0442\u0430\u0436\u0438\u0442\u0438 \u0437\u0430\u0441\u0442\u043e\u0441\u0443\u043d\u043e\u043a",downloadMobileApp:"\u0417\u0430\u0432\u0430\u043d\u0442\u0430\u0436\u0438\u0442\u0438 \u0437 App Store",ifDoNotHaveApp:"\u042f\u043a\u0449\u043e \u0437\u0430\u0441\u0442\u043e\u0441\u0443\u043d\u043e\u043a \u0449\u0435 \u043d\u0435 \u0432\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d\u043e:",ifHaveApp:"\u042f\u043a\u0449\u043e \u0432\u0438 \u0432\u0436\u0435 \u0432\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u043b\u0438 \u0437\u0430\u0441\u0442\u043e\u0441\u0443\u043d\u043e\u043a:",joinInApp:"\u041f\u0440\u0438\u0454\u0434\u043d\u0430\u0442\u0438\u0441\u044f \u0434\u043e \u0446\u0456\u0454\u0457 \u0437\u0443\u0441\u0442\u0440\u0456\u0447\u0456 \u0437\u0430 \u0434\u043e\u043f\u043e\u043c\u043e\u0433\u043e\u044e \u0437\u0430\u0441\u0442\u043e\u0441\u0443\u043d\u043a\u0443",joinInAppNew:"\u041f\u0440\u0438\u0454\u0434\u043d\u0430\u0442\u0438\u0441\u044f \u0456\u0437 \u0437\u0430\u0441\u0442\u043e\u0441\u0443\u043d\u043a\u0443",joinInBrowser:"\u041f\u0440\u0438\u0454\u0434\u043d\u0430\u0442\u0438\u0441\u044f \u0443 \u0432\u0435\u0431-\u0431\u0440\u0430\u0443\u0437\u0435\u0440\u0456",launchMeetingLabel:"\u042f\u043a\u0438\u043c \u0447\u0438\u043d\u043e\u043c \u043f\u0440\u0438\u0454\u0434\u043d\u0430\u0442\u0438\u0441\u044f \u0434\u043e \u0446\u0456\u0454\u0457 \u0437\u0443\u0441\u0442\u0440\u0456\u0447\u0456?",launchWebButton:"\u0412\u0456\u0434\u043a\u0440\u0438\u0442\u0438 \u0443 \u0432\u0435\u0431-\u0431\u0440\u0430\u0443\u0437\u0435\u0440\u0456",noMobileApp:"\u0417\u0430\u0441\u0442\u043e\u0441\u0443\u043d\u043e\u043a \u043d\u0435 \u0432\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u0439?",termsAndConditions:"\u041f\u0440\u043e\u0434\u043e\u0432\u0436\u0443\u044e\u0447\u0438, \u0432\u0438 \u043f\u043e\u0433\u043e\u0434\u0436\u0443\u0454\u0442\u0435\u0441\u044c \u0437 \u043d\u0430\u0448\u0456\u043c\u0438 \u0443\u043c\u043e\u0432\u0430\u043c\u0438 \u0432\u0438\u043a\u043e\u0440\u0438\u0441\u0442\u0430\u043d\u043d\u044f.",title:"\u041f\u0440\u0438\u0454\u0434\u043d\u0430\u043d\u043d\u044f \u0434\u043e \u0432\u0430\u0448\u043e\u0457 \u0437\u0443\u0441\u0442\u0440\u0456\u0447\u0456 \u0443 {{app}}...",titleNew:"\u041f\u0440\u0438\u0454\u0434\u043d\u0430\u043d\u043d\u044f \u0434\u043e \u0432\u0430\u0448\u043e\u0457 \u0437\u0443\u0441\u0442\u0440\u0456\u0447\u0456 ...",tryAgainButton:"\u0421\u043f\u0440\u043e\u0431\u0443\u0439\u0442\u0435 \u0443 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u0456 \u043d\u0430 \u041f\u041a",unsupportedBrowser:"\u0412\u0438 \u0432\u0438\u043a\u043e\u0440\u0438\u0441\u0442\u043e\u0432\u0443\u0454\u0442\u0435 \u0432\u0435\u0431-\u0431\u0440\u0430\u0443\u0437\u0435\u0440, \u044f\u043a\u0438\u0439 \u043c\u0438 \u043d\u0435 \u043f\u0456\u0434\u0442\u0440\u0438\u043c\u0443\u0454\u043c\u043e."},defaultLink:"\u043d\u0430\u043f\u0440. {{url}}",defaultNickname:"\u043d\u0430\u043f\u0440. \u041f\u0435\u0442\u0440\u043e \u0413\u0440\u0438\u0431",deviceError:{cameraError:"\u041d\u0435 \u0432\u0434\u0430\u043b\u043e\u0441\u044f \u043e\u0442\u0440\u0438\u043c\u0430\u0442\u0438 \u0434\u043e\u0441\u0442\u0443\u043f \u0434\u043e \u043a\u0430\u043c\u0435\u0440\u0438",cameraPermission:"\u041f\u043e\u043c\u0438\u043b\u043a\u0430 \u043e\u0442\u0440\u0438\u043c\u0430\u043d\u043d\u044f \u0434\u043e\u0437\u0432\u043e\u043b\u0443 \u0434\u043e\u0441\u0442\u0443\u043f\u0443 \u0434\u043e \u043a\u0430\u043c\u0435\u0440\u0438",microphoneError:"\u041d\u0435 \u0432\u0434\u0430\u043b\u043e\u0441\u044f \u043e\u0442\u0440\u0438\u043c\u0430\u0442\u0438 \u0434\u043e\u0441\u0442\u0443\u043f \u0434\u043e \u043c\u0456\u043a\u0440\u043e\u0444\u043e\u043d\u0430",microphonePermission:"\u041f\u043e\u043c\u0438\u043b\u043a\u0430 \u043e\u0442\u0440\u0438\u043c\u0430\u043d\u043d\u044f \u0434\u043e\u0437\u0432\u043e\u043b\u0443 \u0434\u043e\u0441\u0442\u0443\u043f\u0443 \u0434\u043e \u043c\u0456\u043a\u0440\u043e\u0444\u043e\u043d\u0430"},deviceSelection:{hid:{callControl:"\u041d\u0430\u043b\u0430\u0448\u0442\u0443\u0432\u0430\u043d\u043d\u044f \u0437\u0432'\u044f\u0437\u043a\u0443",connectedDevices:"\u041f\u0440\u0438\u0454\u0434\u043d\u0430\u043d\u0456 \u043f\u0440\u0438\u0441\u0442\u0440\u043e\u0457:",deleteDevice:"\u0412\u0438\u043b\u0443\u0447\u0438\u0442\u0438 \u043f\u0440\u0438\u0441\u0442\u0440\u0456\u0439",pairDevice:"\u0414\u043e\u0434\u0430\u0442\u0438 \u043f\u0440\u0438\u0441\u0442\u0440\u0456\u0439 Bluetooth"},noPermission:"\u0414\u043e\u0437\u0432\u0456\u043b \u043d\u0435 \u043d\u0430\u0434\u0430\u043d\u043e",previewUnavailable:"\u041f\u0435\u0440\u0435\u0433\u043b\u044f\u0434 \u043d\u0435\u0434\u043e\u0441\u0442\u0443\u043f\u043d\u0438\u0439",selectADevice:"\u0412\u0438\u0431\u0435\u0440\u0456\u0442\u044c \u043f\u0440\u0438\u0441\u0442\u0440\u0456\u0439",testAudio:"\u041f\u0435\u0440\u0435\u0432\u0456\u0440\u0438\u0442\u0438"},dialIn:{screenTitle:"\u041f\u0456\u0434\u0441\u0443\u043c\u043e\u043a \u0432\u0438\u0445\u0456\u0434\u043d\u043e\u0433\u043e \u0434\u0437\u0432\u0456\u043d\u043a\u0430"},dialOut:{statusMessage:"\u0437\u0430\u0440\u0430\u0437 {{status}}"},dialog:{Back:"\u041d\u0430\u0437\u0430\u0434",Cancel:"\u0421\u043a\u0430\u0441\u0443\u0432\u0430\u0442\u0438",IamHost:"\u042f \u043e\u0440\u0433\u0430\u043d\u0456\u0437\u0430\u0442\u043e\u0440",Ok:"\u0413\u0430\u0440\u0430\u0437\u0434",Remove:"\u0412\u0438\u043b\u0443\u0447\u0438\u0442\u0438",Share:"\u041f\u043e\u0434\u0456\u043b\u0438\u0442\u0438\u0441\u044f",Submit:"\u0413\u0430\u0440\u0430\u0437\u0434",WaitForHostMsg:"\u0417\u0443\u0441\u0442\u0440\u0456\u0447 \u0449\u0435 \u043d\u0435 \u043f\u043e\u0447\u0430\u043b\u0430\u0441\u044f. \u0410\u0432\u0442\u043e\u0440\u0438\u0437\u0443\u0439\u0442\u0435\u0441\u044f, \u044f\u043a\u0449\u043e \u0432\u0438 \u043e\u0440\u0433\u0430\u043d\u0456\u0437\u0430\u0442\u043e\u0440, \u0430\u0431\u043e \u0434\u043e\u0447\u0435\u043a\u0430\u0439\u0442\u0435\u0441\u044f \u043e\u0440\u0433\u0430\u043d\u0456\u0437\u0430\u0442\u043e\u0440\u0430.",WaitingForHostTitle:"\u0412 \u043e\u0447\u0456\u043a\u0443\u0432\u0430\u043d\u043d\u0456 \u043e\u0440\u0433\u0430\u043d\u0456\u0437\u0430\u0442\u043e\u0440\u0430...",Yes:"\u0422\u0430\u043a",accessibilityLabel:{close:"\u0417\u0430\u043a\u0440\u0438\u0442\u0438",liveStreaming:"\u0422\u0440\u0430\u043d\u0441\u043b\u044f\u0446\u0456\u044f",sharingTabs:"\u041f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u0438 \u0441\u043f\u0456\u043b\u044c\u043d\u043e\u0433\u043e \u0434\u043e\u0441\u0442\u0443\u043f\u0443"},add:"\u0414\u043e\u0434\u0430\u0442\u0438",addMeetingNote:"\u0414\u043e\u0434\u0430\u0442\u0438 \u043f\u0440\u0438\u043c\u0456\u0442\u043a\u0443 \u043f\u0440\u043e \u0446\u044e \u0437\u0443\u0441\u0442\u0440\u0456\u0447",addOptionalNote:"\u0414\u043e\u0434\u0430\u0442\u0438 \u043f\u0440\u0438\u043c\u0456\u0442\u043a\u0443 (\u0437\u0430 \u0431\u0430\u0436\u0430\u043d\u043d\u044f\u043c):",allow:"\u0414\u043e\u0437\u0432\u043e\u043b\u0438\u0442\u0438",alreadySharedVideoMsg:"\u0406\u043d\u0448\u0438\u0439 \u0443\u0447\u0430\u0441\u043d\u0438\u043a \u0443\u0436\u0435 \u0434\u0456\u043b\u0438\u0442\u044c\u0441\u044f \u0432\u0456\u0434\u0435\u043e. \u0426\u044f \u0437\u0443\u0441\u0442\u0440\u0456\u0447 \u0434\u043e\u0437\u0432\u043e\u043b\u044f\u0454 \u043e\u0434\u043d\u043e\u0447\u0430\u0441\u043d\u043e \u0434\u0456\u043b\u0438\u0442\u0438\u0441\u044f \u043b\u0438\u0448\u0435 \u043e\u0434\u043d\u0438\u043c \u0432\u0456\u0434\u0435\u043e.",alreadySharedVideoTitle:"\u041e\u0434\u043d\u043e\u0447\u0430\u0441\u043d\u043e \u043c\u043e\u0436\u043d\u0430 \u043f\u043e\u043a\u0430\u0437\u0443\u0432\u0430\u0442\u0438 \u043b\u0438\u0448\u0435 \u043e\u0434\u043d\u0435 \u0432\u0456\u0434\u0435\u043e",applicationWindow:"\u0412\u0456\u043a\u043d\u043e \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u0438",authenticationRequired:"\u041f\u043e\u0442\u0440\u0456\u0431\u043d\u0430 \u0430\u0432\u0442\u0435\u043d\u0442\u0438\u0444\u0456\u043a\u0430\u0446\u0456\u044f",cameraConstraintFailedError:"\u041a\u0430\u043c\u0435\u0440\u0430 \u043d\u0435 \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u0430\u0454 \u0442\u0435\u0445\u043d\u0456\u0447\u043d\u0438\u043c \u0432\u0438\u043c\u043e\u0433\u0430\u043c.",cameraNotFoundError:"\u041a\u0430\u043c\u0435\u0440\u0443 \u043d\u0435 \u0437\u043d\u0430\u0439\u0434\u0435\u043d\u043e.",cameraNotSendingData:"\u041d\u0435\u043c\u0430\u0454 \u0434\u043e\u0441\u0442\u0443\u043f\u0443 \u0434\u043e \u0432\u0430\u0448\u043e\u0457 \u043a\u0430\u043c\u0435\u0440\u0438. \u041f\u0435\u0440\u0435\u0432\u0456\u0440\u0442\u0435, \u0447\u0438 \u0456\u043d\u0448\u0430 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u0430 \u0432\u0438\u043a\u043e\u0440\u0438\u0441\u0442\u043e\u0432\u0443\u0454 \u0446\u0435\u0439 \u043f\u0440\u0438\u0441\u0442\u0440\u0456\u0439. \u041c\u043e\u0436\u043b\u0438\u0432\u043e, \u0432\u0438\u0431\u0435\u0440\u0456\u0442\u044c \u0456\u043d\u0448\u0438\u0439 \u043f\u0440\u0438\u0441\u0442\u0440\u0456\u0439 \u0443 \u043c\u0435\u043d\u044e \u043d\u0430\u043b\u0430\u0448\u0442\u0443\u0432\u0430\u043d\u044c \u0430\u0431\u043e \u0441\u043f\u0440\u043e\u0431\u0443\u0439\u0442\u0435 \u043f\u0435\u0440\u0435\u0437\u0430\u043f\u0443\u0441\u0442\u0438\u0442\u0438 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u0443.",cameraNotSendingDataTitle:"\u0412\u0456\u0434\u0441\u0443\u0442\u043d\u0456\u0439 \u0434\u043e\u0441\u0442\u0443\u043f \u0434\u043e \u043a\u0430\u043c\u0435\u0440\u0438",cameraPermissionDeniedError:"\u0412\u0438 \u043d\u0435 \u043d\u0430\u0434\u0430\u043b\u0438 \u0434\u043e\u0437\u0432\u0456\u043b \u0434\u043e\u0441\u0442\u0443\u043f\u0443 \u0434\u043e \u043a\u0430\u043c\u0435\u0440\u0438. \u0412\u0438 \u0432\u0441\u0435 \u0449\u0435 \u043c\u043e\u0436\u0435\u0442\u0435 \u043f\u0440\u0438\u0454\u0434\u043d\u0430\u0442\u0438\u0441\u044f \u0434\u043e \u0437\u0443\u0441\u0442\u0440\u0456\u0447\u0456, \u0430\u043b\u0435 \u0456\u043d\u0448\u0456 \u0443\u0447\u0430\u0441\u043d\u0438\u043a\u0438 \u043d\u0435 \u0437\u043c\u043e\u0436\u0443\u0442\u044c \u0432\u0430\u0441 \u0431\u0430\u0447\u0438\u0442\u0438. \u0412\u0438\u043a\u043e\u0440\u0438\u0441\u0442\u043e\u0432\u0443\u0439\u0442\u0435 \u043a\u043d\u043e\u043f\u043a\u0443 \u043a\u0430\u043c\u0435\u0440\u0438 \u0432 \u0430\u0434\u0440\u0435\u0441\u043d\u043e\u043c\u0443 \u0440\u044f\u0434\u043a\u0443 \u0432\u0435\u0431-\u0431\u0440\u0430\u0443\u0437\u0435\u0440\u0430, \u0449\u043e\u0431 \u0432\u0438\u043f\u0440\u0430\u0432\u0438\u0442\u0438 \u0446\u0435.",cameraTimeoutError:"\u041d\u0435 \u0432\u0434\u0430\u043b\u043e\u0441\u044f \u0437\u0430\u043f\u0443\u0441\u0442\u0438\u0442\u0438 \u0432\u0456\u0434\u0435\u043e \u043f\u0440\u0438\u0441\u0442\u0440\u0456\u0439. \u0412\u0456\u0434\u0432\u0435\u0434\u0435\u043d\u0438\u0439 \u043d\u0430 \u043e\u0447\u0456\u043a\u0443\u0432\u0430\u043d\u043d\u044f \u0434\u043e\u0441\u0442\u0443\u043f\u0443 \u0447\u0430\u0441 \u0441\u043f\u043b\u0438\u0432!",cameraUnknownError:"\u041d\u0435\u0432\u0456\u0434\u043e\u043c\u0430 \u043f\u043e\u043c\u0438\u043b\u043a\u0430 \u0434\u043e\u0441\u0442\u0443\u043f\u0443 \u0434\u043e \u043a\u0430\u043c\u0435\u0440\u0438.",cameraUnsupportedResolutionError:"\u0412\u0430\u0448\u0430 \u043a\u0430\u043c\u0435\u0440\u0430 \u043d\u0435 \u043f\u0456\u0434\u0442\u0440\u0438\u043c\u0443\u0454 \u043f\u043e\u0442\u0440\u0456\u0431\u043d\u0443 \u0440\u043e\u0437\u0434\u0456\u043b\u044c\u043d\u0443 \u0437\u0434\u0430\u0442\u043d\u0456\u0441\u0442\u044c \u0434\u043b\u044f \u043f\u0435\u0440\u0435\u0434\u0430\u0432\u0430\u043d\u043d\u044f \u0432\u0456\u0434\u0435\u043e.",close:"\u0417\u0430\u043a\u0440\u0438\u0442\u0438",conferenceDisconnectMsg:"\u041f\u0435\u0440\u0435\u0432\u0456\u0440\u0442\u0435 \u0437'\u0454\u0434\u043d\u0430\u043d\u043d\u044f \u0437 \u043c\u0435\u0440\u0435\u0436\u0435\u044e. \u041f\u043e\u0432\u0442\u043e\u0440\u043d\u0430 \u0441\u043f\u0440\u043e\u0431\u0430 \u043f\u0440\u0438\u0454\u0434\u043d\u0430\u043d\u043d\u044f \u0447\u0435\u0440\u0435\u0437 {{seconds}} \u0441...",conferenceDisconnectTitle:"\u0412\u0430\u0441 \u0432\u0456\u0434'\u0454\u0434\u043d\u0430\u043d\u043e.",conferenceReloadMsg:"\u041c\u0438 \u043d\u0430\u043c\u0430\u0433\u0430\u0454\u043c\u043e\u0441\u044f \u0446\u0435 \u0432\u0438\u043f\u0440\u0430\u0432\u0438\u0442\u0438. \u041f\u043e\u0432\u0442\u043e\u0440\u043d\u0430 \u0441\u043f\u0440\u043e\u0431\u0430 \u043f\u0440\u0438\u0454\u0434\u043d\u0430\u043d\u043d\u044f \u0447\u0435\u0440\u0435\u0437 {{seconds}} \u0441...",conferenceReloadTitle:"\u041d\u0430 \u0436\u0430\u043b\u044c, \u0449\u043e\u0441\u044c \u043f\u0456\u0448\u043b\u043e \u043d\u0435 \u0442\u0430\u043a.",confirm:"\u041f\u0456\u0434\u0442\u0432\u0435\u0440\u0434\u0438\u0442\u0438",confirmNo:"\u041d\u0456",confirmYes:"\u0422\u0430\u043a",connectError:"\u041f\u043e\u043c\u0438\u043b\u043a\u0430: \u043d\u0435\u043c\u043e\u0436\u043b\u0438\u0432\u043e \u043f\u0440\u0438\u0454\u0434\u043d\u0430\u0442\u0438\u0441\u044f \u0434\u043e \u043a\u043e\u043d\u0444\u0435\u0440\u0435\u043d\u0446\u0456\u0457.",connectErrorWithMsg:"\u041f\u043e\u043c\u0438\u043b\u043a\u0430: \u043d\u0435\u043c\u043e\u0436\u043b\u0438\u0432\u043e \u043f\u0440\u0438\u0454\u0434\u043d\u0430\u0442\u0438\u0441\u044f \u0434\u043e \u043a\u043e\u043d\u0444\u0435\u0440\u0435\u043d\u0446\u0456\u0457: {{msg}}",connecting:"\u0417'\u0454\u0434\u043d\u0430\u043d\u043d\u044f \u0442\u0440\u0438\u0432\u0430\u0454",contactSupport:"\u041e\u0442\u0440\u0438\u043c\u0430\u0442\u0438 \u043f\u0456\u0434\u0442\u0440\u0438\u043c\u043a\u0443",copied:"\u0421\u043a\u043e\u043f\u0456\u0439\u043e\u0432\u0430\u043d\u043e",copy:"\u041a\u043e\u043f\u0456\u044e\u0432\u0430\u0442\u0438",dismiss:"\u0412\u0456\u0434\u0445\u0438\u043b\u0438\u0442\u0438",displayNameRequired:"\u041f\u0440\u0438\u0432\u0456\u0442! \u042f\u043a \u0432\u0430\u0441 \u0437\u0432\u0430\u0442\u0438?",done:"\u0413\u043e\u0442\u043e\u0432\u043e",e2eeDescription:"\u041d\u0430\u0441\u043a\u0440\u0456\u0437\u043d\u0435 \u0448\u0438\u0444\u0440\u0443\u0432\u0430\u043d\u043d\u044f \u043d\u0430\u0440\u0430\u0437\u0456 \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u043e \u0432 \u0440\u0435\u0436\u0438\u043c\u0456 \u0422\u0415\u0421\u0422\u0423\u0412\u0410\u041d\u041d\u042f. \u0417\u0432\u0435\u0440\u043d\u0456\u0442\u044c \u0443\u0432\u0430\u0433\u0443, \u0449\u043e \u0432\u0432\u0456\u043c\u043a\u043d\u0435\u043d\u043d\u044f \u043d\u0430\u0441\u043a\u0440\u0456\u0437\u043d\u043e\u0433\u043e \u0448\u0438\u0444\u0440\u0443\u0432\u0430\u043d\u043d\u044f \u043f\u0440\u0438\u0437\u0432\u0435\u0434\u0435 \u0434\u043e \u0432\u0438\u043c\u043a\u043d\u0435\u043d\u043d\u044f \u0442\u0430\u043a\u0438\u0445 \u0441\u043b\u0443\u0436\u0431 \u043d\u0430 \u0441\u0442\u043e\u0440\u043e\u043d\u0456 \u0441\u0435\u0440\u0432\u0435\u0440\u0430, \u044f\u043a: \u0443\u0447\u0430\u0441\u0442\u044c \u0437\u0430 \u0434\u043e\u043f\u043e\u043c\u043e\u0433\u043e\u044e \u0432\u0445\u0456\u0434\u043d\u043e\u0433\u043e \u0442\u0435\u043b\u0435\u0444\u043e\u043d\u043d\u043e\u0433\u043e \u0434\u0437\u0432\u0456\u043d\u043a\u0430. \u0422\u0430\u043a\u043e\u0436, \u043f\u0440\u043e\u0441\u0438\u043c\u043e \u0437\u0432\u0435\u0440\u043d\u0443\u0442\u0438 \u0443\u0432\u0430\u0433\u0443, \u0449\u043e \u043f\u0440\u0438\u0454\u0434\u043d\u0430\u043d\u043d\u044f \u0434\u043e \u0437\u0443\u0441\u0442\u0440\u0456\u0447\u0456 \u0432 \u0442\u0430\u043a\u043e\u043c\u0443 \u0440\u0430\u0437\u0456 \u0431\u0443\u0434\u0435 \u043c\u043e\u0436\u043b\u0438\u0432\u0435 \u043b\u0438\u0448\u0435 \u0437 \u0432\u0435\u0431-\u0431\u0440\u0430\u0443\u0437\u0435\u0440\u0430 \u0456\u0437 \u043f\u0456\u0434\u0442\u0440\u0438\u043c\u043a\u043e\u044e \u0432\u0441\u0442\u0430\u0432\u043d\u0438\u0445 \u043f\u043e\u0442\u043e\u043a\u0456\u0432 (insertable streams).",e2eeDisabledDueToMaxModeDescription:"\u041d\u0435 \u0432\u0434\u0430\u0454\u0442\u044c\u0441\u044f \u0432\u0432\u0456\u043c\u043a\u043d\u0443\u0442\u0438 \u043d\u0430\u0441\u043a\u0440\u0456\u0437\u043d\u0435 \u0448\u0438\u0444\u0440\u0443\u0432\u0430\u043d\u043d\u044f \u0447\u0435\u0440\u0435\u0437 \u0432\u0435\u043b\u0438\u043a\u0443 \u043a\u0456\u043b\u044c\u043a\u0456\u0441\u0442\u044c \u0443\u0447\u0430\u0441\u043d\u0438\u043a\u0456\u0432.",e2eeLabel:"\u0423\u0432\u0456\u043c\u043a\u043d\u0443\u0442\u0438 \u043d\u0430\u0441\u043a\u0440\u0456\u0437\u043d\u0435 \u0448\u0438\u0444\u0440\u0443\u0432\u0430\u043d\u043d\u044f",e2eeWarning:"\u0423\u0412\u0410\u0413\u0410: \u0421\u0445\u043e\u0436\u0435, \u0449\u043e \u043d\u0435 \u0432\u0441\u0456 \u0443\u0447\u0430\u0441\u043d\u0438\u043a\u0438 \u0446\u0456\u0454\u0457 \u0437\u0443\u0441\u0442\u0440\u0456\u0447\u0456 \u043c\u0430\u044e\u0442\u044c \u043f\u0456\u0434\u0442\u0440\u0438\u043c\u043a\u0443 \u0442\u0435\u0445\u043d\u043e\u043b\u043e\u0433\u0456\u0457 \u043d\u0430\u0441\u043a\u0440\u0456\u0437\u043d\u043e\u0433\u043e \u0448\u0438\u0444\u0440\u0443\u0432\u0430\u043d\u043d\u044f. \u042f\u043a\u0449\u043e \u0432\u0438 \u0432\u0432\u0456\u043c\u043a\u043d\u0435\u0442\u0435 \u0446\u044e \u0444\u0443\u043d\u043a\u0446\u0456\u044e, \u0442\u043e \u0432\u043e\u043d\u0438 \u043d\u0435 \u0437\u043c\u043e\u0436\u0443\u0442\u044c \u0447\u0443\u0442\u0438 \u0442\u0430 \u0431\u0430\u0447\u0438\u0442\u0438 \u0432\u0430\u0441.",e2eeWillDisableDueToMaxModeDescription:"\u0423\u0412\u0410\u0413\u0410: \u0414\u043e\u0434\u0430\u0432\u0430\u043d\u043d\u044f \u043d\u043e\u0432\u0438\u0445 \u0443\u0447\u0430\u0441\u043d\u0438\u043a\u0456\u0432 \u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u043d\u043e \u0432\u0438\u043c\u043a\u043d\u0435 \u043d\u0430\u0441\u043a\u0440\u0456\u0437\u043d\u0435 \u0448\u0438\u0444\u0440\u0443\u0432\u0430\u043d\u043d\u044f",embedMeeting:"\u0412\u0441\u0442\u0430\u0432\u0438\u0442\u0438 \u0437\u0443\u0441\u0442\u0440\u0456\u0447",enterDisplayName:"\u0417\u0430\u0437\u043d\u0430\u0447\u0442\u0435 \u0432\u0430\u0448\u0435 \u0456\u043c'\u044f",error:"\u041f\u043e\u043c\u0438\u043b\u043a\u0430",gracefulShutdown:"\u0422\u0435\u0445\u043d\u0456\u0447\u043d\u0456 \u0440\u043e\u0431\u043e\u0442\u0438. \u0421\u043f\u0440\u043e\u0431\u0443\u0439\u0442\u0435 \u043f\u0456\u0437\u043d\u0456\u0448\u0435.",grantModeratorDialog:"\u041d\u0430\u0434\u0430\u0442\u0438 \u043f\u0440\u0430\u0432\u0430 \u043c\u043e\u0434\u0435\u0440\u0430\u0442\u043e\u0440\u0430 \u0443\u0447\u0430\u0441\u043d\u0438\u043a\u0443: {{participantName}}?",grantModeratorTitle:"\u041d\u0430\u0434\u0430\u0442\u0438 \u043f\u0440\u0430\u0432\u0430 \u043c\u043e\u0434\u0435\u0440\u0430\u0442\u043e\u0440\u0430",hide:"\u041f\u0440\u0438\u0445\u043e\u0432\u0430\u0442\u0438",hideShareAudioHelper:"\u0411\u0456\u043b\u044c\u0448\u0435 \u043d\u0435 \u043f\u043e\u043a\u0430\u0437\u0443\u0432\u0430\u0442\u0438 \u0446\u0435 \u0434\u0456\u0430\u043b\u043e\u0433\u043e\u0432\u0435 \u0432\u0456\u043a\u043d\u043e",incorrectPassword:"\u041d\u0435\u043f\u0440\u0430\u0432\u0438\u043b\u044c\u043d\u0435 \u0456\u043c'\u044f \u043a\u043e\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0447\u0430 \u0430\u0431\u043e \u043f\u0430\u0440\u043e\u043b\u044c",incorrectRoomLockPassword:"\u041d\u0435\u043f\u0440\u0430\u0432\u0438\u043b\u044c\u043d\u0438\u0439 \u043f\u0430\u0440\u043e\u043b\u044c",internalError:"\u0429\u043e\u0441\u044c \u043f\u0456\u0448\u043b\u043e \u043d\u0435 \u0442\u0430\u043a. \u041f\u043e\u043c\u0438\u043b\u043a\u0430: {{error}}",internalErrorTitle:"\u0412\u043d\u0443\u0442\u0440\u0456\u0448\u043d\u044f \u043f\u043e\u043c\u0438\u043b\u043a\u0430",kickMessage:"\u0417\u0432\u0435\u0440\u043d\u0456\u0442\u044c\u0441\u044f \u0434\u043e {{participantDisplayName}} \u0434\u043b\u044f \u043e\u0442\u0440\u0438\u043c\u0430\u043d\u043d\u044f \u0434\u043e\u0434\u0430\u0442\u043a\u043e\u0432\u043e\u0457 \u0456\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0456\u0457.",kickParticipantButton:"\u0412\u0456\u0434'\u0454\u0434\u043d\u0430\u0442\u0438",kickParticipantDialog:"\u041f\u0440\u0438\u043c\u0443\u0441\u043e\u0432\u043e \u0432\u0456\u0434'\u0454\u0434\u043d\u0430\u0442\u0438 \u0446\u044c\u043e\u0433\u043e \u0443\u0447\u0430\u0441\u043d\u0438\u043a\u0430?",kickParticipantTitle:"\u0412\u0456\u0434'\u0454\u0434\u043d\u0430\u0442\u0438 \u0446\u044c\u043e\u0433\u043e \u0443\u0447\u0430\u0441\u043d\u0438\u043a\u0430?",kickTitle:"{{participantDisplayName}} \u0432\u0456\u0434'\u0454\u0434\u043d\u0430\u0432 \u0432\u0430\u0441 \u0432\u0456\u0434 \u0437\u0443\u0441\u0442\u0440\u0456\u0447\u0456.",linkMeeting:"\u041f\u043e\u0432'\u044f\u0437\u0430\u0442\u0438 \u0437\u0443\u0441\u0442\u0440\u0456\u0447",linkMeetingTitle:"\u041f\u043e\u0432'\u044f\u0437\u0430\u0442\u0438 \u0437\u0443\u0441\u0442\u0440\u0456\u0447 \u0456\u0437 Salesforce",liveStreaming:"\u0422\u0440\u0430\u043d\u0441\u043b\u044f\u0446\u0456\u044f \u043d\u0430\u0436\u0438\u0432\u043e",liveStreamingDisabledBecauseOfActiveRecordingTooltip:"\u041f\u043e\u0441\u043b\u0443\u0433\u0430 \u043d\u0435\u0434\u043e\u0441\u0442\u0443\u043f\u043d\u0430 \u043f\u0456\u0434 \u0447\u0430\u0441 \u0437\u0430\u043f\u0438\u0441\u0443",localUserControls:"\u041a\u043e\u043c\u0430\u043d\u0434\u0438 \u043a\u0435\u0440\u0443\u0432\u0430\u043d\u043d\u044f \u0432\u0438\u0434\u043e\u043c \u043d\u0430 \u0441\u0435\u0431\u0435",lockMessage:"\u041d\u0435 \u0432\u0434\u0430\u043b\u043e\u0441\u044f \u043e\u0431\u043c\u0435\u0436\u0438\u0442\u0438 \u0441\u0442\u043e\u0440\u043e\u043d\u043d\u0456\u0439 \u0434\u043e\u0441\u0442\u0443\u043f",lockRoom:"\u0414\u043e\u0434\u0430\u0442\u0438 $t(lockRoomPassword)",lockTitle:"\u041e\u0431\u043c\u0435\u0436\u0435\u043d\u043d\u044f \u0434\u043e\u0441\u0442\u0443\u043f\u0443 \u043d\u0435 \u0432\u0434\u0430\u043b\u043e\u0441\u044f",login:"\u0423\u0432\u0456\u0439\u0442\u0438",logoutQuestion:"\u0412\u0438\u0439\u0442\u0438 \u0442\u0430 \u0432\u0456\u0434'\u0454\u0434\u043d\u0430\u0442\u0438\u0441\u044f \u0432\u0456\u0434 \u0437\u0443\u0441\u0442\u0440\u0456\u0447\u0456?",logoutTitle:"\u0412\u0438\u0439\u0442\u0438",maxUsersLimitReached:"\u0417\u0443\u0441\u0442\u0440\u0456\u0447 \u043f\u0435\u0440\u0435\u043f\u043e\u0432\u043d\u0435\u043d\u0430. \u0414\u043e\u0441\u044f\u0433\u043d\u0443\u0442\u043e \u043c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u043e\u0457 \u043a\u0456\u043b\u044c\u043a\u043e\u0441\u0442\u0456 \u0443\u0447\u0430\u0441\u043d\u0438\u043a\u0456\u0432. \u0417\u0432'\u044f\u0436\u0456\u0442\u044c\u0441\u044f \u0437 \u043e\u0440\u0433\u0430\u043d\u0456\u0437\u0430\u0442\u043e\u0440\u043e\u043c \u0437\u0443\u0441\u0442\u0440\u0456\u0447\u0456 \u0430\u0431\u043e \u043f\u043e\u0432\u0442\u043e\u0440\u0456\u0442\u044c \u0441\u043f\u0440\u043e\u0431\u0443 \u043f\u0456\u0437\u043d\u0456\u0448\u0435!",maxUsersLimitReachedTitle:"\u0414\u043e\u0441\u044f\u0433\u043d\u0443\u0442\u043e \u043c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u043e\u0457 \u043a\u0456\u043b\u044c\u043a\u043e\u0441\u0442\u0456 \u0443\u0447\u0430\u0441\u043d\u0438\u043a\u0456\u0432",micConstraintFailedError:"\u041c\u0456\u043a\u0440\u043e\u0444\u043e\u043d \u043d\u0435 \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u0430\u0454 \u0442\u0435\u0445\u043d\u0456\u0447\u043d\u0438\u043c \u0432\u0438\u043c\u043e\u0433\u0430\u043c.",micNotFoundError:"\u041c\u0456\u043a\u0440\u043e\u0444\u043e\u043d \u043d\u0435 \u0437\u043d\u0430\u0439\u0434\u0435\u043d\u043e.",micNotSendingData:"\u041f\u0435\u0440\u0435\u0439\u0434\u0456\u0442\u044c \u0434\u043e \u0441\u0438\u0441\u0442\u0435\u043c\u043d\u0438\u0445 \u043d\u0430\u043b\u0430\u0448\u0442\u0443\u0432\u0430\u043d\u044c, \u0449\u043e\u0431 \u0443\u0432\u0456\u043c\u043a\u043d\u0443\u0442\u0438 \u043c\u0456\u043a\u0440\u043e\u0444\u043e\u043d \u0456 \u043d\u0430\u043b\u0430\u0448\u0442\u0443\u0432\u0430\u0442\u0438 \u0439\u043e\u0433\u043e \u0440\u0456\u0432\u0435\u043d\u044c \u0447\u0443\u0442\u043b\u0438\u0432\u043e\u0441\u0442\u0456",micNotSendingDataTitle:"\u0412\u0430\u0448 \u043c\u0456\u043a\u0440\u043e\u0444\u043e\u043d \u0432\u0438\u043c\u043a\u043d\u0435\u043d\u043e \u0441\u0438\u0441\u0442\u0435\u043c\u043d\u0438\u043c\u0438 \u043d\u0430\u043b\u0430\u0448\u0442\u0443\u0432\u0430\u043d\u043d\u044f\u043c\u0438",micPermissionDeniedError:"\u0412\u0438 \u043d\u0435 \u043d\u0430\u0434\u0430\u043b\u0438 \u0434\u043e\u0437\u0432\u0456\u043b \u0434\u043e\u0441\u0442\u0443\u043f\u0443 \u0434\u043e \u043c\u0456\u043a\u0440\u043e\u0444\u043e\u043d\u0430. \u0412\u0438 \u0432\u0441\u0435 \u0449\u0435 \u043c\u043e\u0436\u0435\u0442\u0435 \u043f\u0440\u0438\u0454\u0434\u043d\u0430\u0442\u0438\u0441\u044f \u0434\u043e \u0437\u0443\u0441\u0442\u0440\u0456\u0447\u0456, \u0430\u043b\u0435 \u0456\u043d\u0448\u0456 \u0443\u0447\u0430\u0441\u043d\u0438\u043a\u0438 \u043d\u0435 \u0437\u043c\u043e\u0436\u0443\u0442\u044c \u0432\u0430\u0441 \u0447\u0443\u0442\u0438. \u0412\u0438\u043a\u043e\u0440\u0438\u0441\u0442\u043e\u0432\u0443\u0439\u0442\u0435 \u043a\u043d\u043e\u043f\u043a\u0443 \u043c\u0456\u043a\u0440\u043e\u0444\u043e\u043d\u0430 \u0432 \u0430\u0434\u0440\u0435\u0441\u043d\u043e\u043c\u0443 \u0440\u044f\u0434\u043a\u0443 \u0432\u0435\u0431-\u0431\u0440\u0430\u0443\u0437\u0435\u0440\u0430, \u0449\u043e\u0431 \u0432\u0438\u043f\u0440\u0430\u0432\u0438\u0442\u0438 \u0446\u0435.",micTimeoutError:"\u041d\u0435 \u0432\u0434\u0430\u043b\u043e\u0441\u044f \u0437\u0430\u043f\u0443\u0441\u0442\u0438\u0442\u0438 \u0437\u0432\u0443\u043a\u043e\u0432\u0438\u0439 \u043f\u0440\u0438\u0441\u0442\u0440\u0456\u0439. \u0412\u0456\u0434\u0432\u0435\u0434\u0435\u043d\u0438\u0439 \u043d\u0430 \u043e\u0447\u0456\u043a\u0443\u0432\u0430\u043d\u043d\u044f \u0434\u043e\u0441\u0442\u0443\u043f\u0443 \u0447\u0430\u0441 \u0441\u043f\u043b\u0438\u0432!",micUnknownError:"\u041d\u0435\u0432\u0456\u0434\u043e\u043c\u0430 \u043f\u043e\u043c\u0438\u043b\u043a\u0430 \u0434\u043e\u0441\u0442\u0443\u043f\u0443 \u0434\u043e \u043c\u0456\u043a\u0440\u043e\u0444\u043e\u043d\u0430.",moderationAudioLabel:"\u0414\u043e\u0437\u0432\u043e\u043b\u0438\u0442\u0438 \u0443\u0447\u0430\u0441\u043d\u0438\u043a\u0430\u043c \u0432\u043c\u0438\u043a\u0430\u0442\u0438 \u0441\u0432\u0456\u0439 \u043c\u0456\u043a\u0440\u043e\u0444\u043e\u043d",moderationVideoLabel:"\u0414\u043e\u0437\u0432\u043e\u043b\u0438\u0442\u0438 \u0443\u0447\u0430\u0441\u043d\u0438\u043a\u0430\u043c \u0432\u043c\u0438\u043a\u0430\u0442\u0438 \u0441\u0432\u043e\u044e \u043a\u0430\u043c\u0435\u0440\u0443",muteEveryoneDialog:"\u0423\u0447\u0430\u0441\u043d\u0438\u043a\u0438 \u043c\u043e\u0436\u0443\u0442\u044c \u0443\u0432\u0456\u043c\u043a\u043d\u0443\u0442\u0438 \u0441\u0432\u0456\u0439 \u043c\u0456\u043a\u0440\u043e\u0444\u043e\u043d \u0432 \u0431\u0443\u0434\u044c-\u044f\u043a\u0438\u0439 \u0447\u0430\u0441.",muteEveryoneDialogModerationOn:"\u0423\u0447\u0430\u0441\u043d\u0438\u043a\u0438 \u043c\u043e\u0436\u0443\u0442\u044c \u0437\u0430\u043f\u0440\u043e\u0441\u0438\u0442\u0438 \u0441\u043b\u043e\u0432\u043e \u0432 \u0431\u0443\u0434\u044c-\u044f\u043a\u0438\u0439 \u0447\u0430\u0441.",muteEveryoneElseDialog:"\u041f\u0456\u0441\u043b\u044f \u0432\u0438\u043c\u043a\u043d\u0435\u043d\u043d\u044f \u043c\u0456\u043a\u0440\u043e\u0444\u043e\u043d\u0456\u0432 \u0443 \u0443\u0447\u0430\u0441\u043d\u0438\u043a\u0456\u0432, \u0432\u0438 \u043d\u0435 \u0437\u043c\u043e\u0436\u0435\u0442\u0435 \u0457\u0445 \u0440\u0430\u0437\u043e\u043c \u0443\u0432\u0456\u043c\u043a\u043d\u0443\u0442\u0438, \u0430\u043b\u0435 \u0443\u0447\u0430\u0441\u043d\u0438\u043a\u0438 \u0437\u043c\u043e\u0436\u0443\u0442\u044c \u0443\u0432\u0456\u043c\u043a\u043d\u0443\u0442\u0438 \u0441\u0432\u0456\u0439 \u043c\u0456\u043a\u0440\u043e\u0444\u043e\u043d \u0441\u0430\u043c\u0456.",muteEveryoneElseTitle:"\u0412\u0438\u043c\u043a\u043d\u0443\u0442\u0438 \u043c\u0456\u043a\u0440\u043e\u0444\u043e\u043d\u0438 \u0432\u0441\u0456\u043c, \u043a\u0440\u0456\u043c {{whom}}?",muteEveryoneElsesVideoDialog:"\u041f\u0456\u0441\u043b\u044f \u0432\u0438\u043c\u043a\u043d\u0435\u043d\u043d\u044f \u043a\u0430\u043c\u0435\u0440 \u0443\u0447\u0430\u0441\u043d\u0438\u043a\u0456\u0432, \u0432\u0438 \u043d\u0435 \u0437\u043c\u043e\u0436\u0435\u0442\u0435 \u0457\u0445 \u0440\u0430\u0437\u043e\u043c \u0443\u0432\u0456\u043c\u043a\u043d\u0443\u0442\u0438, \u0430\u043b\u0435 \u0443\u0447\u0430\u0441\u043d\u0438\u043a\u0438 \u0437\u043c\u043e\u0436\u0443\u0442\u044c \u0443\u0432\u0456\u043c\u043a\u043d\u0443\u0442\u0438 \u0441\u0432\u043e\u044e \u043a\u0430\u043c\u0435\u0440\u0443 \u0441\u0430\u043c\u0456.",muteEveryoneElsesVideoTitle:"\u0412\u0438\u043c\u043a\u043d\u0443\u0442\u0438 \u043a\u0430\u043c\u0435\u0440\u0438 \u0432\u0441\u0456\u043c, \u043a\u0440\u0456\u043c {{whom}}?",muteEveryoneSelf:"\u043c\u0435\u043d\u0435",muteEveryoneStartMuted:"\u041d\u043e\u0432\u0456 \u0443\u0447\u0430\u0441\u043d\u0438\u043a\u0438 \u043f\u043e\u0447\u0438\u043d\u0430\u044e\u0442\u044c \u0456\u0437 \u0432\u0438\u043c\u043a\u043d\u0435\u043d\u0438\u043c \u043c\u0456\u043a\u0440\u043e\u0444\u043e\u043d\u043e\u043c",muteEveryoneTitle:"\u0412\u0438\u043c\u043a\u043d\u0443\u0442\u0438 \u043c\u0456\u043a\u0440\u043e\u0444\u043e\u043d\u0438 \u0432\u0441\u0456\u043c?",muteEveryonesVideoDialog:"\u0423\u0447\u0430\u0441\u043d\u0438\u043a\u0438 \u043c\u043e\u0436\u0443\u0442\u044c \u0443\u0432\u0456\u043c\u043a\u043d\u0443\u0442\u0438 \u0441\u0432\u043e\u044e \u043a\u0430\u043c\u0435\u0440\u0443 \u0432 \u0431\u0443\u0434\u044c-\u044f\u043a\u0438\u0439 \u0447\u0430\u0441.",muteEveryonesVideoDialogModerationOn:"\u0423\u0447\u0430\u0441\u043d\u0438\u043a\u0438 \u043c\u043e\u0436\u0443\u0442\u044c \u0437\u0430\u043f\u0440\u043e\u0441\u0438\u0442\u0438 \u0443\u0432\u0456\u043c\u043a\u043d\u0443\u0442\u0438 \u0457\u043c \u043a\u0430\u043c\u0435\u0440\u0443 \u0432 \u0431\u0443\u0434\u044c-\u044f\u043a\u0438\u0439 \u0447\u0430\u0441.",muteEveryonesVideoDialogOk:"\u0412\u0438\u043c\u043a\u043d\u0443\u0442\u0438 \u043a\u0430\u043c\u0435\u0440\u0443",muteEveryonesVideoTitle:"\u0412\u0438\u043c\u043a\u043d\u0443\u0442\u0438 \u043a\u0430\u043c\u0435\u0440\u0438 \u0432\u0441\u0456\u043c?",muteParticipantBody:"\u0412\u0438 \u043d\u0435 \u0437\u043c\u043e\u0436\u0435\u0442\u0435 \u0437\u043d\u043e\u0432\u0443 \u0432\u0432\u0456\u043c\u043a\u043d\u0443\u0442\u0438 \u0440\u0430\u0437\u043e\u043c \u0457\u043c \u043c\u0456\u043a\u0440\u043e\u0444\u043e\u043d\u0438, \u0430\u043b\u0435 \u0432\u043e\u043d\u0438 \u0437\u043c\u043e\u0436\u0443\u0442\u044c \u0446\u0435 \u0437\u0440\u043e\u0431\u0438\u0442\u0438 \u0434\u043b\u044f \u0441\u0435\u0431\u0435 \u0441\u0430\u043c\u0456.",muteParticipantButton:"\u0412\u0438\u043c\u043a\u043d\u0443\u0442\u0438 \u043c\u0456\u043a\u0440\u043e\u0444\u043e\u043d",muteParticipantsVideoBody:"\u0412\u0438 \u043d\u0435 \u0437\u043c\u043e\u0436\u0435\u0442\u0435 \u0437\u043d\u043e\u0432\u0443 \u0432\u0432\u0456\u043c\u043a\u043d\u0443\u0442\u0438 \u0440\u0430\u0437\u043e\u043c \u0457\u043c \u043a\u0430\u043c\u0435\u0440\u0443, \u0430\u043b\u0435 \u0432\u043e\u043d\u0438 \u0437\u043c\u043e\u0436\u0443\u0442\u044c \u0446\u0435 \u0437\u0440\u043e\u0431\u0438\u0442\u0438 \u0434\u043b\u044f \u0441\u0435\u0431\u0435 \u0441\u0430\u043c\u0456.\n",muteParticipantsVideoBodyModerationOn:"\u0412\u0438 \u043d\u0435 \u0437\u043c\u043e\u0436\u0435\u0442\u0435 \u0437\u043d\u043e\u0432\u0443 \u0432\u0432\u0456\u043c\u043a\u043d\u0443\u0442\u0438 \u0457\u043c \u043a\u0430\u043c\u0435\u0440\u0443, \u044f\u043a \u0456 \u0432\u043e\u043d\u0438 \u0434\u043b\u044f \u0441\u0435\u0431\u0435.\n",muteParticipantsVideoButton:"\u0412\u0438\u043c\u043a\u043d\u0443\u0442\u0438 \u043a\u0430\u043c\u0435\u0440\u0443",muteParticipantsVideoDialog:"\u0412\u0438\u043c\u043a\u043d\u0443\u0442\u0438 \u043a\u0430\u043c\u0435\u0440\u0443 \u0446\u044c\u043e\u043c\u0443 \u0443\u0447\u0430\u0441\u043d\u0438\u043a\u0443? \u0412\u0438 \u043d\u0435 \u0437\u043c\u043e\u0436\u0435\u0442\u0435 \u0432\u0432\u0456\u043c\u043a\u043d\u0443\u0442\u0438 \u0457\u0457 \u0437\u043d\u043e\u0432, \u0430\u043b\u0435 \u0443\u0447\u0430\u0441\u043d\u0438\u043a \u0437\u043c\u043e\u0436\u0435 \u0446\u0435 \u0437\u0440\u043e\u0431\u0438\u0442\u0438 \u0434\u043b\u044f \u0441\u0435\u0431\u0435 \u0441\u0430\u043c.\n",muteParticipantsVideoDialogModerationOn:"\u0412\u0438\u043c\u043a\u043d\u0443\u0442\u0438 \u043a\u0430\u043c\u0435\u0440\u0443 \u0446\u044c\u043e\u043c\u0443 \u0443\u0447\u0430\u0441\u043d\u0438\u043a\u0443? \u0412\u0438 \u043d\u0435 \u0437\u043c\u043e\u0436\u0435\u0442\u0435 \u0432\u0432\u0456\u043c\u043a\u043d\u0443\u0442\u0438 \u0457\u0457 \u0437\u043d\u043e\u0432, \u044f\u043a \u0456 \u0443\u0447\u0430\u0441\u043d\u0438\u043a \u0434\u043b\u044f \u0441\u0435\u0431\u0435",muteParticipantsVideoTitle:"\u0412\u0438\u043c\u043a\u043d\u0443\u0442\u0438 \u043a\u0430\u043c\u0435\u0440\u0443 \u0446\u044c\u043e\u043c\u0443 \u0443\u0447\u0430\u0441\u043d\u0438\u043a\u0443?",noDropboxToken:"\u041d\u0435\u043c\u0430\u0454 \u0434\u0456\u0439\u0441\u043d\u043e\u0433\u043e \u043c\u0430\u0440\u043a\u0435\u0440\u0430 \u0434\u043e\u0441\u0442\u0443\u043f\u0443 Dropbox",password:"\u041f\u0430\u0440\u043e\u043b\u044c",passwordLabel:"\u0417\u0443\u0441\u0442\u0440\u0456\u0447 \u0437\u0430\u0431\u043b\u043e\u043a\u043e\u0432\u0430\u043d\u0430 \u0443\u0447\u0430\u0441\u043d\u0438\u043a\u043e\u043c. \u0412\u0432\u0435\u0434\u0456\u0442\u044c $t(lockRoomPassword), \u0449\u043e\u0431 \u043f\u0440\u0438\u0454\u0434\u043d\u0430\u0442\u0438\u0441\u044f.",passwordNotSupported:"\u041d\u0435\u043c\u043e\u0436\u043b\u0438\u0432\u043e \u0434\u043e\u0434\u0430\u0442\u0438 $t(lockRoomPassword) \u0434\u043b\u044f \u0437\u0443\u0441\u0442\u0440\u0456\u0447\u0456. \u0424\u0443\u043d\u043a\u0446\u0456\u044f \u043d\u0435 \u043f\u0456\u0434\u0442\u0440\u0438\u043c\u0443\u0454\u0442\u044c\u0441\u044f.",passwordNotSupportedTitle:"$t(lockRoomPasswordUppercase) \u043d\u0435 \u043f\u0456\u0434\u0442\u0440\u0438\u043c\u0443\u0454\u0442\u044c\u0441\u044f",passwordRequired:"\u041f\u043e\u0442\u0440\u0456\u0431\u0435\u043d $t(lockRoomPasswordUppercase)",permissionCameraRequiredError:"\u0429\u043e\u0431 \u0431\u0440\u0430\u0442\u0438 \u0443\u0447\u0430\u0441\u0442\u044c \u0443 \u0437\u0443\u0441\u0442\u0440\u0456\u0447\u0430\u0445 \u0456\u0437 \u0432\u0456\u0434\u0435\u043e, \u043f\u043e\u0442\u0440\u0456\u0431\u0435\u043d \u0434\u043e\u0437\u0432\u0456\u043b \u0434\u043e\u0441\u0442\u0443\u043f\u0443 \u0434\u043e \u043a\u0430\u043c\u0435\u0440\u0438. \u041d\u0430\u0434\u0430\u0439\u0442\u0435 \u0439\u043e\u0433\u043e \u0432 \u043d\u0430\u043b\u0430\u0448\u0442\u0443\u0432\u0430\u043d\u043d\u044f\u0445",permissionErrorTitle:"\u041f\u043e\u0442\u0440\u0456\u0431\u0435\u043d \u0434\u043e\u0437\u0432\u0456\u043b \u0434\u043e\u0441\u0442\u0443\u043f\u0443",permissionMicRequiredError:"\u0429\u043e\u0431 \u0441\u043f\u0456\u043b\u043a\u0443\u0432\u0430\u0442\u0438\u0441\u044f \u0433\u043e\u043b\u043e\u0441\u043e\u043c \u043f\u0456\u0434 \u0447\u0430\u0441 \u0437\u0443\u0441\u0442\u0440\u0456\u0447\u0456, \u043f\u043e\u0442\u0440\u0456\u0431\u0435\u043d \u0434\u043e\u0441\u0442\u0443\u043f \u0434\u043e \u043c\u0456\u043a\u0440\u043e\u0444\u043e\u043d\u0430. \u041d\u0430\u0434\u0430\u0439\u0442\u0435 \u0434\u043e\u0437\u0432\u0456\u043b \u0432 \u043d\u0430\u043b\u0430\u0448\u0442\u0443\u0432\u0430\u043d\u043d\u044f\u0445",popupError:"\u0412\u0430\u0448 \u0432\u0435\u0431-\u0431\u0440\u0430\u0443\u0437\u0435\u0440 \u0431\u043b\u043e\u043a\u0443\u0454 \u0441\u043f\u043b\u0438\u0432\u043d\u0435 \u0432\u0456\u043a\u043d\u043e \u0432\u0456\u043a\u043d\u0430 \u043d\u0430 \u0446\u044c\u043e\u043c\u0443 \u0441\u0430\u0439\u0442\u0456. \u0414\u043e\u0437\u0432\u043e\u043b\u044c\u0442\u0435 \u0441\u043f\u043b\u0438\u0432\u043d\u0456 \u0432\u0456\u043a\u043d\u0430 \u0443 \u043d\u0430\u043b\u0430\u0448\u0442\u0443\u0432\u0430\u043d\u043d\u044f\u0445 \u0431\u0435\u0437\u043f\u0435\u043a\u0438 \u0432\u0430\u0448\u043e\u0433\u043e \u0432\u0435\u0431-\u0431\u0440\u0430\u0443\u0437\u0435\u0440\u0430 \u0442\u0430 \u0441\u043f\u0440\u043e\u0431\u0443\u0439\u0442\u0435 \u0449\u0435 \u0440\u0430\u0437.",popupErrorTitle:"\u0421\u043f\u043b\u0438\u0432\u043d\u0435 \u0432\u0456\u043a\u043d\u043e \u0437\u0430\u0431\u043b\u043e\u043a\u043e\u0432\u0430\u043d\u043e",readMore:"\u0431\u0456\u043b\u044c\u0448\u0435",recentlyUsedObjects:"\u041d\u0435\u0449\u043e\u0434\u0430\u0432\u043d\u043e \u0432\u0438\u043a\u043e\u0440\u0438\u0441\u0442\u0430\u043d\u0456 \u043e\u0431'\u0454\u043a\u0442\u0438",recording:"\u0417\u0430\u043f\u0438\u0441",recordingDisabledBecauseOfActiveLiveStreamingTooltip:"\u041f\u043e\u0441\u043b\u0443\u0433\u0430 \u043d\u0435\u0434\u043e\u0441\u0442\u0443\u043f\u043d\u0430 \u043f\u0456\u0434 \u0447\u0430\u0441 \u0442\u0440\u0430\u043d\u0441\u043b\u044f\u0446\u0456\u0457 \u043d\u0430\u0436\u0438\u0432\u043e",rejoinNow:"\u041f\u0440\u0438\u0454\u0434\u043d\u0430\u0442\u0438\u0441\u044f \u0437\u043d\u043e\u0432\u0443",remoteControlAllowedMessage:"{{user}} \u043f\u043e\u0433\u043e\u0434\u0438\u0432\u0441\u044f \u043d\u0430 \u0434\u0438\u0441\u0442\u0430\u043d\u0446\u0456\u0439\u043d\u0435 \u043a\u0435\u0440\u0443\u0432\u0430\u043d\u043d\u044f!",remoteControlDeniedMessage:"{{user}} \u0432\u0456\u0434\u0445\u0438\u043b\u0438\u0432 \u0432\u0430\u0448 \u0437\u0430\u043f\u0438\u0442 \u043d\u0430 \u0434\u0438\u0441\u0442\u0430\u043d\u0446\u0456\u0439\u043d\u0435 \u043a\u0435\u0440\u0443\u0432\u0430\u043d\u043d\u044f!",remoteControlErrorMessage:"\u041f\u043e\u043c\u0438\u043b\u043a\u0430 \u043f\u0456\u0434 \u0447\u0430\u0441 \u0441\u043f\u0440\u043e\u0431\u0438 \u043e\u0442\u0440\u0438\u043c\u0430\u0442\u0438 \u0432\u0456\u0434 {{user}} \u0434\u043e\u0437\u0432\u0456\u043b \u043d\u0430 \u0434\u0438\u0441\u0442\u0430\u043d\u0446\u0456\u0439\u043d\u0435 \u043a\u0435\u0440\u0443\u0432\u0430\u043d\u043d\u044f!",remoteControlRequestMessage:"\u0414\u043e\u0437\u0432\u043e\u043b\u0438\u0442\u0438 {{user}} \u0434\u0438\u0441\u0442\u0430\u043d\u0446\u0456\u0439\u043d\u043e \u043a\u0435\u0440\u0443\u0432\u0430\u0442\u0438 \u0432\u0430\u0448\u043e\u044e \u0441\u0442\u0456\u043b\u044c\u043d\u0438\u0446\u0435\u044e?",remoteControlShareScreenWarning:"\u0423\u0432\u0430\u0433\u0430, \u044f\u043a\u0449\u043e \u0432\u0438 \u043d\u0430\u0442\u0438\u0441\u043d\u0435\u0442\u0435 \xab\u0414\u043e\u0437\u0432\u043e\u043b\u0438\u0442\u0438\xbb, \u0432\u0438 \u0432\u0432\u0456\u043c\u043a\u043d\u0435\u0442\u0435 \u0441\u043f\u0456\u043b\u044c\u043d\u0438\u0439 \u043f\u0435\u0440\u0435\u0433\u043b\u044f\u0434 \u0432\u0430\u0448\u043e\u0433\u043e \u0435\u043a\u0440\u0430\u043d\u0443!",remoteControlStopMessage:"\u0421\u0435\u0430\u043d\u0441 \u0434\u0438\u0441\u0442\u0430\u043d\u0446\u0456\u0439\u043d\u043e\u0433\u043e \u043a\u0435\u0440\u0443\u0432\u0430\u043d\u043d\u044f \u0437\u0430\u0432\u0435\u0440\u0448\u0435\u043d\u043e!",remoteControlTitle:"\u0414\u0438\u0441\u0442\u0430\u043d\u0446\u0456\u0439\u043d\u0435 \u043a\u0435\u0440\u0443\u0432\u0430\u043d\u043d\u044f \u0441\u0442\u0456\u043b\u044c\u043d\u0438\u0446\u0435\u044e",remoteUserControls:"\u041a\u043e\u043c\u0430\u043d\u0434\u0438 \u043a\u0435\u0440\u0443\u0432\u0430\u043d\u043d\u044f \u0443\u0447\u0430\u0441\u043d\u0438\u043a\u043e\u043c {{username}}",removePassword:"\u0412\u0438\u043b\u0443\u0447\u0438\u0442\u0438 $t(lockRoomPassword)",removeSharedVideoMsg:"\u0412\u0438\u043b\u0443\u0447\u0438\u0442\u0438 \u0432\u0456\u0434\u0435\u043e, \u044f\u043a\u0438\u043c \u0432\u0438 \u043f\u043e\u0434\u0456\u043b\u0438\u043b\u0438\u0441\u044f?",removeSharedVideoTitle:"\u0412\u0438\u043b\u0443\u0447\u0438\u0442\u0438 \u0432\u0456\u0434\u0435\u043e",reservationError:"\u041f\u043e\u043c\u0438\u043b\u043a\u0430 \u0441\u0438\u0441\u0442\u0435\u043c\u0438 \u0431\u0440\u043e\u043d\u044e\u0432\u0430\u043d\u043d\u044f",reservationErrorMsg:"\u041a\u043e\u0434 \u043f\u043e\u043c\u0438\u043b\u043a\u0438: {{code}}, \u043f\u043e\u0432\u0456\u0434\u043e\u043c\u043b\u0435\u043d\u043d\u044f: {{msg}}",retry:"\u041f\u043e\u0432\u0442\u043e\u0440\u0438\u0442\u0438",screenSharingAudio:"\u041f\u043e\u0434\u0456\u043b\u0438\u0442\u0438\u0441\u044f \u0430\u0443\u0434\u0456\u043e",screenSharingFailed:"\u0429\u043e\u0441\u044c \u043f\u0456\u0448\u043b\u043e \u043d\u0435 \u0442\u0430\u043a, \u043c\u0438 \u043d\u0435 \u043c\u043e\u0436\u0435\u043c\u043e \u043f\u043e\u0447\u0430\u0442\u0438 \u0441\u043f\u0456\u043b\u044c\u043d\u0438\u0439 \u043f\u0435\u0440\u0435\u0433\u043b\u044f\u0434 \u0435\u043a\u0440\u0430\u043d\u0430!",screenSharingFailedTitle:"\u041d\u0435 \u0432\u0434\u0430\u043b\u043e\u0441\u044f \u043f\u043e\u0447\u0430\u0442\u0438 \u0441\u043f\u0456\u043b\u044c\u043d\u0438\u0439 \u043f\u0435\u0440\u0435\u0433\u043b\u044f\u0434 \u0435\u043a\u0440\u0430\u043d\u0430!",screenSharingPermissionDeniedError:"\u0429\u043e\u0441\u044c \u043f\u0456\u0448\u043b\u043e \u043d\u0435 \u0442\u0430\u043a \u0456\u0437 \u0434\u043e\u0437\u0432\u043e\u043b\u043e\u043c \u043d\u0430 \u043f\u043e\u043a\u0430\u0437 \u0435\u043a\u0440\u0430\u043d\u0430. \u041e\u043d\u043e\u0432\u0456\u0442\u044c \u0441\u0442\u043e\u0440\u0456\u043d\u043a\u0443 \u0442\u0430 \u043f\u043e\u0432\u0442\u043e\u0440\u0456\u0442\u044c \u0441\u043f\u0440\u043e\u0431\u0443.",searchInSalesforce:"\u041f\u043e\u0448\u0443\u043a \u0443 Salesforce",searchResults:"\u0417\u043d\u0430\u0439\u0434\u0435\u043d\u043e ({{count}})",searchResultsDetailsError:"\u041f\u0456\u0434 \u0447\u0430\u0441 \u043e\u0442\u0440\u0438\u043c\u0430\u043d\u043d\u044f \u0434\u0430\u043d\u0438\u0445 \u0432\u043b\u0430\u0441\u043d\u0438\u043a\u0430 \u0441\u0442\u0430\u043b\u0430\u0441\u044f \u043f\u043e\u043c\u0438\u043b\u043a\u0430.",searchResultsError:"\u041f\u0456\u0434 \u0447\u0430\u0441 \u043e\u0442\u0440\u0438\u043c\u0430\u043d\u043d\u044f \u0434\u0430\u043d\u0438\u0445 \u0441\u0442\u0430\u043b\u0430\u0441\u044f \u043f\u043e\u043c\u0438\u043b\u043a\u0430.",searchResultsNotFound:"\u041d\u0456\u0447\u043e\u0433\u043e \u043d\u0435 \u0437\u043d\u0430\u0439\u0434\u0435\u043d\u043e.",searchResultsTryAgain:"\u0421\u043f\u0440\u043e\u0431\u0443\u0439\u0442\u0435 \u0430\u043b\u044c\u0442\u0435\u0440\u043d\u0430\u0442\u0438\u0432\u043d\u0456 \u043a\u043b\u044e\u0447\u043e\u0432\u0456 \u0441\u043b\u043e\u0432\u0430.",sendPrivateMessage:"\u0412\u0438 \u043d\u0435\u0449\u043e\u0434\u0430\u0432\u043d\u043e \u043e\u0442\u0440\u0438\u043c\u0430\u043b\u0438 \u043f\u0440\u0438\u0432\u0430\u0442\u043d\u0435 \u043f\u043e\u0432\u0456\u0434\u043e\u043c\u043b\u0435\u043d\u043d\u044f. \u0412\u0438 \u043c\u0430\u043b\u0438 \u043d\u0430\u043c\u0456\u0440 \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0441\u0442\u0438 \u043d\u0430 \u0446\u0435 \u043f\u0440\u0438\u0432\u0430\u0442\u043d\u043e \u0447\u0438 \u0445\u043e\u0447\u0435\u0442\u0435 \u043d\u0430\u0434\u0456\u0441\u043b\u0430\u0442\u0438 \u0441\u0432\u043e\u0454 \u043f\u043e\u0432\u0456\u0434\u043e\u043c\u043b\u0435\u043d\u043d\u044f \u0443 \u0447\u0430\u0442 \u0433\u0440\u0443\u043f\u0438?",sendPrivateMessageCancel:"\u0427\u0430\u0442 \u0433\u0440\u0443\u043f\u0438",sendPrivateMessageOk:"\u041f\u0440\u0438\u0432\u0430\u0442\u043d\u043e",sendPrivateMessageTitle:"\u041d\u0430\u0434\u0456\u0441\u043b\u0430\u0442\u0438 \u043f\u0440\u0438\u0432\u0430\u0442\u043d\u043e?",serviceUnavailable:"\u041f\u043e\u0441\u043b\u0443\u0433\u0430 \u043d\u0435\u0434\u043e\u0441\u0442\u0443\u043f\u043d\u0430",sessTerminated:"\u0414\u0437\u0432\u0456\u043d\u043e\u043a \u043f\u0435\u0440\u0435\u0440\u0432\u0430\u043d\u043e",sessionRestarted:"\u0414\u0437\u0432\u0456\u043d\u043e\u043a \u043f\u043e\u0432\u0442\u043e\u0440\u0435\u043d\u043e \u0447\u0435\u0440\u0435\u0437 \u043f\u0440\u043e\u0431\u043b\u0435\u043c\u0443 \u0437'\u0454\u0434\u043d\u0430\u043d\u043d\u044f.",shareAudio:"\u041f\u0440\u043e\u0434\u043e\u0432\u0436\u0438\u0442\u0438",shareAudioTitle:"\u042f\u043a \u043f\u043e\u0434\u0456\u043b\u0438\u0442\u0438\u0441\u044f \u0430\u0443\u0434\u0456\u043e",shareAudioWarningD1:"\u043f\u0435\u0440\u0448 \u043d\u0456\u0436 \u0434\u0456\u043b\u0438\u0442\u0438\u0441\u044f \u0430\u0443\u0434\u0456\u043e, \u043f\u0440\u0438\u043f\u0438\u043d\u0456\u0442\u044c \u0441\u043f\u0456\u043b\u044c\u043d\u0438\u0439 \u043f\u0435\u0440\u0435\u0433\u043b\u044f\u0434 \u0435\u043a\u0440\u0430\u043d\u0430.",shareAudioWarningD2:"\u043f\u0435\u0440\u0435\u0437\u0430\u043f\u0443\u0441\u0442\u0456\u0442\u044c \u0441\u043f\u0456\u043b\u044c\u043d\u0438\u0439 \u043f\u0435\u0440\u0435\u0433\u043b\u044f\u0434 \u0435\u043a\u0440\u0430\u043d\u0430 \u0442\u0430 \u043f\u043e\u0437\u043d\u0430\u0447\u0442\u0435 \u043e\u043f\u0446\u0456\u044e \xab\u041f\u043e\u0434\u0456\u043b\u0438\u0442\u0438\u0441\u044f \u0430\u0443\u0434\u0456\u043e\xbb.",shareAudioWarningH1:"\u042f\u043a\u0449\u043e \u0432\u0438 \u0445\u043e\u0447\u0435\u0442\u0435 \u043f\u043e\u0434\u0456\u043b\u0438\u0442\u0438\u0441\u044f \u043b\u0438\u0448\u0435 \u0430\u0443\u0434\u0456\u043e:",shareAudioWarningTitle:"\u043f\u0435\u0440\u0448 \u043d\u0456\u0436 \u0434\u0456\u043b\u0438\u0442\u0438\u0441\u044f \u0430\u0443\u0434\u0456\u043e, \u043f\u0440\u0438\u043f\u0438\u043d\u0456\u0442\u044c \u0441\u043f\u0456\u043b\u044c\u043d\u0438\u0439 \u043f\u0435\u0440\u0435\u0433\u043b\u044f\u0434 \u0435\u043a\u0440\u0430\u043d\u0430.",shareMediaWarningGenericH2:"\u042f\u043a\u0449\u043e \u0432\u0438 \u0445\u043e\u0447\u0435\u0442\u0435 \u043f\u043e\u0434\u0456\u043b\u0438\u0442\u0438\u0441\u044f \u0441\u0432\u043e\u0457\u043c \u0435\u043a\u0440\u0430\u043d\u043e\u043c \u0440\u0430\u0437\u043e\u043c \u0437\u0456 \u0437\u0432\u0443\u043a\u043e\u043c",shareScreenWarningD1:"\u043f\u0435\u0440\u0448 \u043d\u0456\u0436 \u0443\u0432\u0456\u043c\u043a\u043d\u0443\u0442\u0438 \u0441\u043f\u0456\u043b\u044c\u043d\u0438\u0439 \u043f\u0435\u0440\u0435\u0433\u043b\u044f\u0434 \u0435\u043a\u0440\u0430\u043d\u0430, \u043f\u0440\u0438\u043f\u0438\u043d\u0456\u0442\u044c \u043e\u0431\u043c\u0456\u043d \u0430\u0443\u0434\u0456\u043e.",shareScreenWarningD2:"\u043f\u0440\u0438\u043f\u0438\u043d\u0456\u0442\u044c \u043e\u0431\u043c\u0456\u043d \u0430\u0443\u0434\u0456\u043e, \u0443\u0432\u0456\u043c\u043a\u043d\u0456\u0442\u044c \u0441\u043f\u0456\u043b\u044c\u043d\u0438\u0439 \u043f\u0435\u0440\u0435\u0433\u043b\u044f\u0434 \u0435\u043a\u0440\u0430\u043d\u0430 \u0442\u0430 \u043f\u043e\u0437\u043d\u0430\u0447\u0442\u0435 \u043e\u043f\u0446\u0456\u044e \xab\u041f\u043e\u0434\u0456\u043b\u0438\u0442\u0438\u0441\u044f \u0430\u0443\u0434\u0456\u043e\xbb.",shareScreenWarningH1:"\u042f\u043a\u0449\u043e \u0432\u0438 \u0445\u043e\u0447\u0435\u0442\u0435 \u043f\u043e\u0434\u0456\u043b\u0438\u0442\u0438\u0441\u044f \u043b\u0438\u0448\u0435 \u0441\u0432\u043e\u0457\u043c \u0435\u043a\u0440\u0430\u043d\u043e\u043c:",shareScreenWarningTitle:"\u041f\u0435\u0440\u0448 \u043d\u0456\u0436 \u0443\u0432\u0456\u043c\u043a\u043d\u0443\u0442\u0438 \u0441\u043f\u0456\u043b\u044c\u043d\u0438\u0439 \u043f\u0435\u0440\u0435\u0433\u043b\u044f\u0434 \u0432\u0430\u0448\u043e\u0433\u043e \u0435\u043a\u0440\u0430\u043d\u0430, \u043f\u0440\u0438\u043f\u0438\u043d\u0456\u0442\u044c \u043e\u0431\u043c\u0456\u043d \u0430\u0443\u0434\u0456\u043e.",shareVideoLinkError:"\u0417\u0430\u0437\u043d\u0430\u0447\u0442\u0435 \u043f\u0440\u0430\u0432\u0438\u043b\u044c\u043d\u0435 \u043f\u043e\u0441\u0438\u043b\u0430\u043d\u043d\u044f \u043d\u0430 \u0432\u0456\u0434\u0435\u043e.",shareVideoTitle:"\u041f\u043e\u0434\u0456\u043b\u0438\u0442\u0438\u0441\u044f \u0432\u0456\u0434\u0435\u043e",shareYourScreen:"\u0421\u043f\u0456\u043b\u044c\u043d\u0438\u0439 \u043f\u0435\u0440\u0435\u0433\u043b\u044f\u0434 \u0435\u043a\u0440\u0430\u043d\u0430",shareYourScreenDisabled:"\u0421\u043f\u0456\u043b\u044c\u043d\u0438\u0439 \u043f\u0435\u0440\u0435\u0433\u043b\u044f\u0434 \u0435\u043a\u0440\u0430\u043d\u0430 \u0432\u0438\u043c\u043a\u043d\u0435\u043d\u043e.",sharedVideoDialogError:"\u041f\u043e\u043c\u0438\u043b\u043a\u0430: \u043d\u0435\u0434\u0456\u0439\u0441\u043d\u0430 URL-\u0430\u0434\u0440\u0435\u0441\u0430",sharedVideoLinkPlaceholder:"\u041f\u043e\u0441\u0438\u043b\u0430\u043d\u043d\u044f \u043d\u0430 YouTube \u0430\u0431\u043e \u043d\u0430 \u0444\u0430\u0439\u043b \u0432\u0456\u0434\u0435\u043e",show:"\u041f\u043e\u043a\u0430\u0437\u0430\u0442\u0438",start:"\u041f\u043e\u0447\u0430\u0442\u0438 ",startLiveStreaming:"\u041f\u043e\u0447\u0430\u0442\u0438 \u0442\u0440\u0430\u043d\u0441\u043b\u044f\u0446\u0456\u044e \u043d\u0430\u0436\u0438\u0432\u043e",startRecording:"\u041f\u043e\u0447\u0430\u0442\u0438 \u0437\u0430\u043f\u0438\u0441",startRemoteControlErrorMessage:"\u041f\u0456\u0434 \u0447\u0430\u0441 \u0441\u043f\u0440\u043e\u0431\u0438 \u0437\u0430\u043f\u0443\u0441\u0442\u0438\u0442\u0438 \u0441\u0435\u0430\u043d\u0441 \u0432\u0456\u0434\u0434\u0430\u043b\u0435\u043d\u043e\u0433\u043e \u043a\u0435\u0440\u0443\u0432\u0430\u043d\u043d\u044f \u0441\u0442\u0430\u043b\u0430\u0441\u044f \u043f\u043e\u043c\u0438\u043b\u043a\u0430!",stopLiveStreaming:"\u0417\u0443\u043f\u0438\u043d\u0438\u0442\u0438 \u0442\u0440\u0430\u043d\u0441\u043b\u044f\u0446\u0456\u044e \u043d\u0430\u0436\u0438\u0432\u043e",stopRecording:"\u0417\u0443\u043f\u0438\u043d\u0438\u0442\u0438 \u0437\u0430\u043f\u0438\u0441",stopRecordingWarning:"\u0417\u0443\u043f\u0438\u043d\u0438\u0442\u0438 \u0437\u0430\u043f\u0438\u0441?",stopStreamingWarning:"\u0417\u0443\u043f\u0438\u043d\u0438\u0442\u0438 \u0442\u0440\u0430\u043d\u0441\u043b\u044f\u0446\u0456\u044e \u043d\u0430\u0436\u0438\u0432\u043e?",streamKey:"\u041a\u043b\u044e\u0447 \u0434\u043b\u044f \u0442\u0440\u0430\u043d\u0441\u043b\u044f\u0446\u0456\u0457 \u043d\u0430\u0436\u0438\u0432\u043e",thankYou:"\u0414\u044f\u043a\u0443\u0454\u043c\u043e, \u0449\u043e \u043a\u043e\u0440\u0438\u0441\u0442\u0443\u0454\u0442\u0435\u0441\u044f {{appName}}!",token:"\u043c\u0430\u0440\u043a\u0435\u0440 \u0434\u043e\u0441\u0442\u0443\u043f\u0443",tokenAuthFailed:"\u0412\u0438\u0431\u0430\u0447\u0442\u0435, \u0432\u0430\u043c \u043d\u0435 \u0434\u043e\u0437\u0432\u043e\u043b\u0435\u043d\u043e \u043f\u0440\u0438\u0454\u0434\u043d\u0430\u0442\u0438\u0441\u044f \u0434\u043e \u0446\u044c\u043e\u0433\u043e \u0434\u0437\u0432\u0456\u043d\u043a\u0430.",tokenAuthFailedTitle:"\u041f\u043e\u043c\u0438\u043b\u043a\u0430 \u0430\u0432\u0442\u0435\u043d\u0442\u0438\u0444\u0456\u043a\u0430\u0446\u0456\u0457",transcribing:"\u0422\u0440\u0430\u043d\u0441\u043a\u0440\u0438\u0431\u0443\u0432\u0430\u043d\u043d\u044f \u0437\u0430\u043f\u0438\u0441\u0443",unlockRoom:"\u0412\u0438\u043b\u0443\u0447\u0438\u0442\u0438 $t(lockRoomPassword)",user:"\u041a\u043e\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0447",userIdentifier:"\u0406\u0434\u0435\u043d\u0442\u0438\u0444\u0456\u043a\u0430\u0442\u043e\u0440 \u043a\u043e\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0447\u0430",userPassword:"\u041f\u0430\u0440\u043e\u043b\u044c",verifyParticipantConfirm:"\u0417\u0431\u0456\u0433\u0430\u044e\u0442\u044c\u0441\u044f",verifyParticipantDismiss:"\u041d\u0435 \u0437\u0431\u0456\u0433\u0430\u044e\u0442\u044c\u0441\u044f",verifyParticipantQuestion:"\u0417\u0430\u043f\u0438\u0442\u0430\u0439\u0442\u0435, \u0447\u0438 \u0443\u0447\u0430\u0441\u043d\u0438\u043a {{participantName}} \u0431\u0430\u0447\u0438\u0442\u044c \u043e\u0434\u043d\u0430\u043a\u043e\u0432\u0438\u0439 \u0437 \u0432\u0430\u0448\u0438\u043c \u0432\u043c\u0456\u0441\u0442 \u0456 \u0432 \u0442\u043e\u043c\u0443 \u0441\u0430\u043c\u043e\u043c\u0443 \u043f\u043e\u0440\u044f\u0434\u043a\u0443 (\u0422\u0415\u0421\u0422\u0423\u0412\u0410\u041d\u041d\u042f).",verifyParticipantTitle:"\u041f\u0456\u0434\u0442\u0432\u0435\u0440\u0434\u0436\u0435\u043d\u043d\u044f \u043e\u0441\u043e\u0431\u0438 \u0443\u0447\u0430\u0441\u043d\u0438\u043a\u0430",videoLink:"URL-\u0430\u0434\u0440\u0435\u0441\u0430 \u0432\u0456\u0434\u0435\u043e",viewUpgradeOptions:"\u041f\u0435\u0440\u0435\u0433\u043b\u044f\u043d\u0443\u0442\u0438 \u0434\u043e\u0434\u0430\u0442\u043a\u043e\u0432\u0456 \u043f\u043e\u0441\u043b\u0443\u0433\u0438",viewUpgradeOptionsContent:"\u0429\u043e\u0431 \u043e\u0442\u0440\u0438\u043c\u0430\u0442\u0438 \u043d\u0435\u043e\u0431\u043c\u0435\u0436\u0435\u043d\u0438\u0439 \u0434\u043e\u0441\u0442\u0443\u043f \u0434\u043e \u0442\u0430\u043a\u0438\u0445 \u043f\u0440\u0435\u043c\u0456\u0443\u043c-\u043f\u043e\u0441\u043b\u0443\u0433, \u044f\u043a \u0437\u0430\u043f\u0438\u0441\u0443\u0432\u0430\u043d\u043d\u044f, \u0442\u0440\u0430\u043d\u0441\u043a\u0440\u0438\u043f\u0446\u0456\u044f, RTMP \u0442\u0440\u0430\u043d\u0441\u043b\u044f\u0446\u0456\u044e \u0442\u043e\u0449\u043e, \u0432\u0430\u043c \u043f\u043e\u0442\u0440\u0456\u0431\u043d\u043e \u043e\u043d\u043e\u0432\u0438\u0442\u0438 \u0432\u0430\u0448 \u043f\u0430\u043a\u0435\u0442 \u043f\u043e\u0441\u043b\u0443\u0433.",viewUpgradeOptionsTitle:"\u0412\u0438 \u0432\u0456\u0434\u043a\u0440\u0438\u043b\u0438 \u043f\u0440\u0435\u043c\u0456\u0443\u043c-\u043f\u043e\u0441\u043b\u0443\u0433\u0443!",yourEntireScreen:"\u0423\u0432\u0435\u0441\u044c \u0435\u043a\u0440\u0430\u043d"},documentSharing:{title:"\u0421\u043f\u0456\u043b\u044c\u043d\u0438\u0439 \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442"},e2ee:{labelToolTip:"\u0410\u0443\u0434\u0456\u043e \u0442\u0430 \u0432\u0456\u0434\u0435\u043e \u0437\u0432'\u044f\u0437\u043e\u043a \u043f\u0456\u0434 \u0447\u0430\u0441 \u0446\u0456\u0454\u0457 \u0437\u0443\u0441\u0442\u0440\u0456\u0447\u0456 \u0437\u0430\u0445\u0438\u0449\u0435\u043d\u0456 \u043d\u0430\u0441\u043a\u0440\u0456\u0437\u043d\u0438\u043c \u0448\u0438\u0444\u0440\u0443\u0432\u0430\u043d\u043d\u044f\u043c"},embedMeeting:{title:"\u0412\u0441\u0442\u0430\u0432\u0438\u0442\u0438 \u0446\u044e \u0437\u0443\u0441\u0442\u0440\u0456\u0447"},feedback:{average:"\u0421\u0435\u0440\u0435\u0434\u043d\u044c\u043e",bad:"\u041f\u043e\u0433\u0430\u043d\u043e",detailsLabel:"\u0420\u043e\u0437\u043a\u0430\u0436\u0456\u0442\u044c \u043f\u0440\u043e \u0446\u0435 \u0434\u043e\u043a\u043b\u0430\u0434\u043d\u0456\u0448\u0435.",good:"\u0414\u043e\u0431\u0440\u0435",rateExperience:"\u041e\u0446\u0456\u043d\u043a\u0430 \u0437\u0440\u0443\u0447\u043d\u043e\u0441\u0442\u0456 \u0442\u0430 \u044f\u043a\u043e\u0441\u0442\u0456 \u0437\u0432'\u044f\u0437\u043a\u0443",star:"\u0417\u0456\u0440\u043e\u0447\u043a\u0430",veryBad:"\u0414\u0443\u0436\u0435 \u043f\u043e\u0433\u0430\u043d\u043e",veryGood:"\u0414\u0443\u0436\u0435 \u0434\u043e\u0431\u0440\u0435"},filmstrip:{accessibilityLabel:{heading:"\u041f\u0430\u043d\u0435\u043b\u044c \u0432\u0438\u0434\u0456\u0432"}},giphy:{noResults:"\u041d\u0456\u0447\u043e\u0433\u043e \u043d\u0435 \u0437\u043d\u0430\u0439\u0434\u0435\u043d\u043e :(",search:"\u041f\u043e\u0448\u0443\u043a GIPHY"},incomingCall:{answer:"\u0412\u0456\u0434\u043f\u043e\u0432\u0456\u0441\u0442\u0438",audioCallTitle:"\u0412\u0445\u0456\u0434\u043d\u0438\u0439 \u0434\u0437\u0432\u0456\u043d\u043e\u043a",decline:"\u0412\u0456\u0434\u0445\u0438\u043b\u0438\u0442\u0438",productLabel:"\u0456\u0437 Jitsi Meet",videoCallTitle:"\u0412\u0445\u0456\u0434\u043d\u0438\u0439 \u0432\u0456\u0434\u0435\u043e\u0434\u0437\u0432\u0456\u043d\u043e\u043a"},info:{accessibilityLabel:"\u041f\u043e\u043a\u0430\u0437\u0430\u0442\u0438 \u0456\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0456\u044e",addPassword:"\u0414\u043e\u0434\u0430\u0442\u0438 $t(lockRoomPassword)",cancelPassword:"\u0421\u043a\u0430\u0441\u0443\u0432\u0430\u0442\u0438 $t(lockRoomPassword)",conferenceURL:"URL:",copyNumber:"\u0421\u043a\u043e\u043f\u0456\u044e\u0432\u0430\u0442\u0438 \u043d\u043e\u043c\u0435\u0440",country:"\u041a\u0440\u0430\u0457\u043d\u0430",dialANumber:"\u0429\u043e\u0431 \u043f\u0440\u0438\u0454\u0434\u043d\u0430\u0442\u0438\u0441\u044f \u0434\u043e \u0437\u0443\u0441\u0442\u0440\u0456\u0447\u0456, \u043d\u0430\u0431\u0435\u0440\u0456\u0442\u044c \u043e\u0434\u0438\u043d \u0456\u0437 \u0446\u0438\u0445 \u043d\u043e\u043c\u0435\u0440\u0456\u0432 \u0456 \u0432\u0432\u0435\u0434\u0456\u0442\u044c PIN-\u043a\u043e\u0434.",dialInConferenceID:"PIN:",dialInNotSupported:"\u0412\u0438\u0431\u0430\u0447\u0442\u0435, \u043f\u0440\u0438\u0454\u0434\u043d\u0430\u043d\u043d\u044f \u0442\u0435\u043b\u0435\u0444\u043e\u043d\u043e\u043c \u043d\u0430\u0440\u0430\u0437\u0456 \u043d\u0435 \u043f\u0456\u0434\u0442\u0440\u0438\u043c\u0443\u0454\u0442\u044c\u0441\u044f.",dialInNumber:"\u0422\u0435\u043b\u0435\u0444\u043e\u043d:",dialInSummaryError:"\u041f\u043e\u043c\u0438\u043b\u043a\u0430 \u043e\u0442\u0440\u0438\u043c\u0430\u043d\u043d\u044f \u0456\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0456\u0457 \u0434\u043b\u044f \u043f\u0440\u0438\u0454\u0434\u043d\u0430\u043d\u043d\u044f. \u0421\u043f\u0440\u043e\u0431\u0443\u0439\u0442\u0435 \u043f\u0456\u0437\u043d\u0456\u0448\u0435.",dialInTollFree:"\u0411\u0435\u0437\u043a\u043e\u0448\u0442\u043e\u0432\u043d\u0438\u0439",genericError:"\u0429\u043e\u0441\u044c \u043f\u0456\u0448\u043b\u043e \u043d\u0435 \u0442\u0430\u043a.",inviteLiveStream:"\u0422\u0440\u0430\u043d\u0441\u043b\u044f\u0446\u0456\u044e \u043d\u0430\u0436\u0438\u0432\u043e \u0446\u0456\u0454\u0457 \u0437\u0443\u0441\u0442\u0440\u0456\u0447\u0456 \u0434\u0438\u0432\u0438\u0442\u0438\u0441\u044c \u0437\u0430 \u0446\u0438\u043c \u043f\u043e\u0441\u0438\u043b\u0430\u043d\u043d\u044f\u043c: {{url}}",invitePhone:"\u0429\u043e\u0431 \u043f\u0440\u0438\u0454\u0434\u043d\u0430\u0442\u0438\u0441\u044f \u0442\u0435\u043b\u0435\u0444\u043e\u043d\u043e\u043c, \u043d\u0430\u0442\u0438\u0441\u043d\u0456\u0442\u044c {{number}},,{{conferenceID}}#\n",invitePhoneAlternatives:"\u0428\u0443\u043a\u0430\u0454\u0442\u0435 \u0456\u043d\u0448\u0438\u0439 \u043d\u043e\u043c\u0435\u0440?\n\u041f\u0435\u0440\u0435\u0433\u043b\u044f\u043d\u0443\u0442\u0438 \u043d\u043e\u043c\u0435\u0440\u0438 \u0442\u0435\u043b\u0435\u0444\u043e\u043d\u0443 \u0434\u043b\u044f \u043f\u0440\u0438\u0454\u0434\u043d\u0430\u043d\u043d\u044f \u0434\u043e \u0437\u0443\u0441\u0442\u0440\u0456\u0447\u0456: {{url}}\n\n\n\u042f\u043a\u0449\u043e \u0432\u0438 \u0442\u0430\u043a\u043e\u0436 \u043f\u0440\u0438\u0454\u0434\u043d\u0443\u0454\u0442\u0435\u0441\u044c \u0442\u0435\u043b\u0435\u0444\u043e\u043d\u043e\u043c, \u043f\u0440\u0438\u0454\u0434\u043d\u0443\u0439\u0442\u0435\u0441\u044f \u0442\u0443\u0442 \u0432 \u0440\u0435\u0436\u0438\u043c\u0456 \u0442\u0438\u0448\u0456: {{silentUrl}}",inviteSipEndpoint:"\u0429\u043e\u0431 \u043f\u0440\u0438\u0454\u0434\u043d\u0430\u0442\u0438\u0441\u044f \u0437\u0430 \u0434\u043e\u043f\u043e\u043c\u043e\u0433\u043e\u044e SIP-\u0430\u0434\u0440\u0435\u0441\u0438, \u0437\u0430\u0437\u043d\u0430\u0447\u0442\u0435 \u0446\u0435 \u043f\u043e\u0441\u0438\u043b\u0430\u043d\u043d\u044f: {{sipUri}}",inviteTextiOSInviteUrl:"\u0429\u043e\u0431 \u043f\u0440\u0438\u0454\u0434\u043d\u0430\u0442\u0438\u0441\u044f, \u043d\u0430\u0442\u0438\u0441\u043d\u0456\u0442\u044c \u0446\u0435 \u043f\u043e\u0441\u0438\u043b\u0430\u043d\u043d\u044f: {{inviteUrl}}.",inviteTextiOSJoinSilent:"\u042f\u043a\u0449\u043e \u0432\u0438 \u043f\u0440\u0438\u0454\u0434\u043d\u0443\u0454\u0442\u0435\u0441\u044c \u0442\u0435\u043b\u0435\u0444\u043e\u043d\u043e\u043c, \u043d\u0430\u0442\u0438\u0441\u043d\u0456\u0442\u044c \u0446\u0435 \u043f\u043e\u0441\u0438\u043b\u0430\u043d\u043d\u044f, \u0449\u043e\u0431 \u043f\u0440\u0438\u0454\u0434\u043d\u0430\u0442\u0438\u0441\u044f \u0432 \u0440\u0435\u0436\u0438\u043c\u0456 \u0442\u0438\u0448\u0456: {{silentUrl}}.",inviteTextiOSPersonal:"{{name}} \u0437\u0430\u043f\u0440\u043e\u0448\u0443\u0454 \u0432\u0430\u0441 \u043d\u0430 \u0437\u0443\u0441\u0442\u0440\u0456\u0447.",inviteTextiOSPhone:"\u0429\u043e\u0431 \u043f\u0440\u0438\u0454\u0434\u043d\u0430\u0442\u0438\u0441\u044f \u0442\u0435\u043b\u0435\u0444\u043e\u043d\u043e\u043c, \u0432\u0438\u043a\u043e\u0440\u0438\u0441\u0442\u043e\u0432\u0443\u0439\u0442\u0435 \u0446\u0435\u0439 \u043d\u043e\u043c\u0435\u0440: {{number}},,{{conferenceID}}#. \u041f\u043e\u0432\u043d\u0438\u0439 \u0441\u043f\u0438\u0441\u043e\u043a \u043d\u043e\u043c\u0435\u0440\u0456\u0432: {{didUrl}}.",inviteURLFirstPartGeneral:"\u0417\u0430\u043f\u0440\u043e\u0448\u0443\u0454\u043c\u043e \u0432\u0430\u0441 \u043d\u0430 \u0437\u0443\u0441\u0442\u0440\u0456\u0447.",inviteURLFirstPartPersonal:"{{name}} \u0437\u0430\u043f\u0440\u043e\u0448\u0443\u0454 \u0432\u0430\u0441 \u043d\u0430 \u0437\u0443\u0441\u0442\u0440\u0456\u0447.\n",inviteURLSecondPart:"\n\u041f\u0440\u0438\u0454\u0434\u043d\u0430\u0442\u0438\u0441\u044f \u0434\u043e \u0437\u0443\u0441\u0442\u0440\u0456\u0447\u0456:\n{{url}}\n",label:"\u0422\u0435\u043b\u0435\u0444\u043e\u043d\u043d\u0438\u0439 \u0437\u0432'\u044f\u0437\u043e\u043a",liveStreamURL:"\u0422\u0440\u0430\u043d\u0441\u043b\u044f\u0446\u0456\u044f \u043d\u0430\u0436\u0438\u0432\u043e:",moreNumbers:"\u0414\u043e\u0434\u0430\u0442\u043a\u043e\u0432\u0456 \u0442\u0435\u043b\u0435\u0444\u043e\u043d\u0438",noNumbers:"\u041d\u0435\u043c\u0430\u0454 \u043d\u043e\u043c\u0435\u0440\u0456\u0432.",noPassword:"\u041d\u0435\u043c\u0430\u0454",noRoom:"\u0412\u0456\u0434\u0441\u0443\u0442\u043d\u044f \u043d\u0430\u0437\u0432\u0430 \u043a\u0456\u043c\u043d\u0430\u0442\u0438 \u0434\u043b\u044f \u043f\u0440\u0438\u0454\u0434\u043d\u0430\u043d\u043d\u044f \u0434\u043e \u0437\u0443\u0441\u0442\u0440\u0456\u0447\u0456 \u0442\u0435\u043b\u0435\u0444\u043e\u043d\u043e\u043c.",numbers:"\u0422\u0435\u043b\u0435\u0444\u043e\u043d\u043d\u0456 \u043d\u043e\u043c\u0435\u0440\u0438",password:"$t(lockRoomPasswordUppercase): ",reachedLimit:"\u0414\u043e\u0441\u044f\u0433\u043d\u0443\u0442\u043e \u043b\u0456\u043c\u0456\u0442\u0443 \u0432\u0438\u043a\u043e\u0440\u0438\u0441\u0442\u0430\u043d\u043d\u044f \u0432\u0430\u0448\u043e\u0433\u043e \u043f\u043b\u0430\u043d\u0443.",sip:"SIP-\u0430\u0434\u0440\u0435\u0441\u0430",title:"\u041f\u043e\u0434\u0456\u043b\u0438\u0442\u0438\u0441\u044f",tooltip:"\u041f\u043e\u0434\u0456\u043b\u0456\u0442\u044c\u0441\u044f \u043f\u043e\u0441\u0438\u043b\u0430\u043d\u043d\u044f\u043c \u0456 \u043d\u043e\u043c\u0435\u0440\u043e\u043c \u0442\u0435\u043b\u0435\u0444\u043e\u043d\u0443 \u0434\u043b\u044f \u043f\u0440\u0438\u0454\u0434\u043d\u0430\u043d\u043d\u044f \u0434\u043e \u0446\u0456\u0454\u0457 \u0437\u0443\u0441\u0442\u0440\u0456\u0447\u0456",upgradeOptions:"\u0412\u0438 \u043c\u043e\u0436\u0435\u0442\u0435 \u043f\u0435\u0440\u0435\u0433\u043b\u044f\u043d\u0443\u0442\u0438 \u0434\u043e\u0434\u0430\u0442\u043a\u043e\u0432\u0456 \u043e\u043f\u0446\u0456\u0457 \u0442\u0430 \u043f\u043b\u0430\u043d\u0438 \u043d\u0430 \u0441\u0442\u043e\u0440\u0456\u043d\u0446\u0456"},inlineDialogFailure:{msg:"\u041d\u0435\u0432\u0435\u043b\u0438\u043a\u0430 \u043f\u0430\u0443\u0437\u0430.",retry:"\u0421\u043f\u0440\u043e\u0431\u0443\u0432\u0430\u0442\u0438 \u0449\u0435",support:"\u041f\u0456\u0434\u0442\u0440\u0438\u043c\u043a\u0430",supportMsg:"\u042f\u043a\u0449\u043e \u0446\u0435 \u043f\u043e\u0432\u0442\u043e\u0440\u044e\u0454\u0442\u044c\u0441\u044f, \u0431\u0443\u0434\u044c \u043b\u0430\u0441\u043a\u0430, \u0437\u0432\u0435\u0440\u043d\u0456\u0442\u044c\u0441\u044f \u0434\u043e"},inviteDialog:{alertText:"\u041d\u0435 \u0432\u0434\u0430\u043b\u043e\u0441\u044f \u0437\u0430\u043f\u0440\u043e\u0441\u0438\u0442\u0438 \u043e\u043a\u0440\u0435\u043c\u0438\u0445 \u0443\u0447\u0430\u0441\u043d\u0438\u043a\u0456\u0432.",header:"\u0417\u0430\u043f\u0440\u043e\u0441\u0438\u0442\u0438",searchCallOnlyPlaceholder:"\u0417\u0430\u0437\u043d\u0430\u0447\u0442\u0435 \u043d\u043e\u043c\u0435\u0440 \u0442\u0435\u043b\u0435\u0444\u043e\u043d\u0443",searchPeopleOnlyPlaceholder:"\u041f\u043e\u0448\u0443\u043a \u0443\u0447\u0430\u0441\u043d\u0438\u043a\u0456\u0432",searchPlaceholder:"\u0423\u0447\u0430\u0441\u043d\u0438\u043a \u0430\u0431\u043e \u043d\u043e\u043c\u0435\u0440 \u0442\u0435\u043b\u0435\u0444\u043e\u043d\u0443",send:"\u041d\u0430\u0434\u0456\u0441\u043b\u0430\u0442\u0438"},jitsiHome:"{{logo}} \u041b\u043e\u0433\u043e\u0442\u0438\u043f, \u043f\u043e\u0441\u0438\u043b\u0430\u043d\u043d\u044f \u043d\u0430 \u0433\u043e\u043b\u043e\u0432\u043d\u0443 \u0441\u0442\u043e\u0440\u0456\u043d\u043a\u0443",keyboardShortcuts:{focusLocal:"\u041f\u043e\u043a\u0430\u0437\u0430\u0442\u0438 \u0432\u0438\u0434 \u0437 \u043c\u043e\u0454\u0457 \u043a\u0430\u043c\u0435\u0440\u0438",focusRemote:"\u041f\u043e\u043a\u0430\u0437\u0430\u0442\u0438 \u0432\u0438\u0434 \u0437 \u043a\u0430\u043c\u0435\u0440\u0438 \u0443\u0447\u0430\u0441\u043d\u0438\u043a\u0430",fullScreen:"\u041f\u043e\u043a\u0430\u0437\u0443\u0432\u0430\u0442\u0438 \u043d\u0430 \u0432\u0435\u0441\u044c \u0435\u043a\u0440\u0430\u043d",giphyMenu:"\u041f\u043e\u043a\u0430\u0437\u0430\u0442\u0438/\u043f\u0440\u0438\u0445\u043e\u0432\u0430\u0442\u0438 \u043c\u0435\u043d\u044e GIPHY",keyboardShortcuts:"\u041a\u043e\u043c\u0431\u0456\u043d\u0430\u0446\u0456\u0457 \u043a\u043b\u0430\u0432\u0456\u0448",localRecording:"\u041f\u043e\u043a\u0430\u0437\u0430\u0442\u0438/\u043f\u0440\u0438\u0445\u043e\u0432\u0430\u0442\u0438 \u043f\u0430\u043d\u0435\u043b\u044c \u043a\u0435\u0440\u0443\u0432\u0430\u043d\u043d\u044f \u0432\u0456\u0434\u0435\u043e\u0437\u0430\u043f\u0438\u0441\u043e\u043c",mute:"\u0423\u0432\u0456\u043c\u043a\u043d\u0443\u0442\u0438/\u0432\u0438\u043c\u043a\u043d\u0443\u0442\u0438 \u043c\u0456\u043a\u0440\u043e\u0444\u043e\u043d",pushToTalk:"\u041a\u043d\u043e\u043f\u043a\u0430 \xab\u041d\u0430\u0442\u0438\u0441\u043d\u0438 \u0439 \u0433\u043e\u0432\u043e\u0440\u0438\xbb",raiseHand:"\u041f\u0456\u0434\u043d\u044f\u0442\u0438/\u043e\u043f\u0443\u0441\u0442\u0438\u0442\u0438 \u0440\u0443\u043a\u0443",showSpeakerStats:"\u041f\u043e\u043a\u0430\u0437\u0430\u0442\u0438 \u0441\u0442\u0430\u0442\u0438\u0441\u0442\u0438\u043a\u0443 \u0441\u043f\u0456\u043b\u043a\u0443\u0432\u0430\u043d\u043d\u044f",toggleChat:"\u041f\u043e\u043a\u0430\u0437\u0430\u0442\u0438/\u043f\u0440\u0438\u0445\u043e\u0432\u0430\u0442\u0438 \u0447\u0430\u0442",toggleFilmstrip:"\u041f\u043e\u043a\u0430\u0437\u0430\u0442\u0438/\u043f\u0440\u0438\u0445\u043e\u0432\u0430\u0442\u0438 \u043f\u0430\u043d\u0435\u043b\u044c \u0432\u0438\u0434\u0456\u0432",toggleParticipantsPane:"\u041f\u043e\u043a\u0430\u0437\u0430\u0442\u0438/\u043f\u0440\u0438\u0445\u043e\u0432\u0430\u0442\u0438 \u043f\u0430\u043d\u0435\u043b\u044c \u0443\u0447\u0430\u0441\u043d\u0438\u043a\u0456\u0432",toggleScreensharing:"\u041f\u043e\u043a\u0430\u0437\u0430\u0442\u0438 \u0432\u0438\u0434 \u0437 \u043a\u0430\u043c\u0435\u0440\u0438/\u043f\u0435\u0440\u0435\u0433\u043b\u044f\u0434 \u0435\u043a\u0440\u0430\u043d\u0430",toggleShortcuts:"\u041f\u043e\u043a\u0430\u0437\u0430\u0442\u0438/\u043f\u0440\u0438\u0445\u043e\u0432\u0430\u0442\u0438 \u043a\u043e\u043c\u0431\u0456\u043d\u0430\u0446\u0456\u0457 \u043a\u043b\u0430\u0432\u0456\u0448",videoMute:"\u0423\u0432\u0456\u043c\u043a\u043d\u0443\u0442\u0438/\u0432\u0438\u043c\u043a\u043d\u0443\u0442\u0438 \u043a\u0430\u043c\u0435\u0440\u0443"},largeVideo:{screenIsShared:"\u0412\u0438 \u0434\u0456\u043b\u0438\u0442\u0435\u0441\u044f \u0441\u0432\u043e\u0457\u043c \u0435\u043a\u0440\u0430\u043d\u043e\u043c",showMeWhatImSharing:"\u041f\u043e\u043a\u0430\u0437\u0430\u0442\u0438 \u0432\u0438\u0434 \u043c\u043e\u0433\u043e \u0435\u043a\u0440\u0430\u043d\u0443"},liveStreaming:{busy:"\u041c\u0438 \u043f\u0440\u0430\u0446\u044e\u0454\u043c\u043e \u043d\u0430\u0434 \u0437\u0432\u0456\u043b\u044c\u043d\u0435\u043d\u043d\u044f\u043c \u0440\u0435\u0441\u0443\u0440\u0441\u0456\u0432 \u0434\u043b\u044f \u0442\u0440\u0430\u043d\u0441\u043b\u044f\u0446\u0456\u0457 \u043d\u0430\u0436\u0438\u0432\u043e. \u041f\u043e\u0432\u0442\u043e\u0440\u0456\u0442\u044c \u0441\u043f\u0440\u043e\u0431\u0443 \u0437\u0430 \u0434\u0435\u043a\u0456\u043b\u044c\u043a\u0430 \u0445\u0432\u0438\u043b\u0438\u043d.",busyTitle:"\u0423\u0441\u0456 \u043a\u0430\u043d\u0430\u043b\u0438 \u0434\u043b\u044f \u0442\u0440\u0430\u043d\u0441\u043b\u044f\u0446\u0456\u0457 \u043d\u0430\u0436\u0438\u0432\u043e \u0437\u0430\u0440\u0430\u0437 \u0437\u0430\u0439\u043d\u044f\u0442\u0456",changeSignIn:"\u0417\u043c\u0456\u043d\u0438\u0442\u0438 \u043e\u0431\u043b\u0456\u043a\u043e\u0432\u0438\u0439 \u0437\u0430\u043f\u0438\u0441.",choose:"\u0412\u0438\u0431\u0440\u0430\u0442\u0438 \u043a\u0430\u043d\u0430\u043b \u0442\u0440\u0430\u043d\u0441\u043b\u044f\u0446\u0456\u0457 \u043d\u0430\u0436\u0438\u0432\u043e",chooseCTA:"\u0412\u0438\u0431\u0435\u0440\u0456\u0442\u044c \u0442\u0440\u0430\u043d\u0441\u043b\u044f\u0446\u0456\u044e. \u0412\u0438 \u0443\u0432\u0456\u0439\u0448\u043b\u0438 \u044f\u043a {{email}}.",enterStreamKey:"\u0417\u0430\u0437\u043d\u0430\u0447\u0442\u0435 \u043a\u043b\u044e\u0447 \u0434\u043e \u0442\u0440\u0430\u043d\u0441\u043b\u044f\u0446\u0456\u0457 \u043d\u0430\u0436\u0438\u0432\u043e \u043d\u0430 YouTube.",error:"\u041f\u043e\u043c\u0438\u043b\u043a\u0430 \u0442\u0440\u0430\u043d\u0441\u043b\u044f\u0446\u0456\u0457 \u043d\u0430\u0436\u0438\u0432\u043e. \u0421\u043f\u0440\u043e\u0431\u0443\u0439\u0442\u0435 \u0449\u0435 \u0440\u0430\u0437.",errorAPI:"\u041f\u043e\u043c\u0438\u043b\u043a\u0430 \u043f\u0456\u0434 \u0447\u0430\u0441 \u0434\u043e\u0441\u0442\u0443\u043f\u0443 \u0434\u043e \u0432\u0430\u0448\u0438\u0445 \u0442\u0440\u0430\u043d\u0441\u043b\u044f\u0446\u0456\u0439 \u043d\u0430\u0436\u0438\u0432\u043e \u043d\u0430 YouTube. \u0421\u043f\u0440\u043e\u0431\u0443\u0439\u0442\u0435 \u0443\u0432\u0456\u0439\u0442\u0438 \u0437\u043d\u043e\u0432\u0443.",errorLiveStreamNotEnabled:"\u0422\u0440\u0430\u043d\u0441\u043b\u044f\u0446\u0456\u044f \u043d\u0430\u0436\u0438\u0432\u043e \u043d\u0435 \u0432\u0432\u0456\u043c\u043a\u043d\u0435\u043d\u0430 \u0434\u043b\u044f {{email}}. \u0423\u0432\u0456\u043c\u043a\u043d\u0456\u0442\u044c \u0442\u0440\u0430\u043d\u0441\u043b\u044f\u0446\u0456\u044e \u043d\u0430\u0436\u0438\u0432\u043e \u0430\u0431\u043e \u0443\u0432\u0456\u0439\u0434\u0456\u0442\u044c \u0432 \u043e\u0431\u043b\u0456\u043a\u043e\u0432\u0438\u0439 \u0437\u0430\u043f\u0438\u0441 \u0437 \u0443\u0432\u0456\u043c\u043a\u043d\u0435\u043d\u043e\u044e \u0442\u0440\u0430\u043d\u0441\u043b\u044f\u0446\u0456\u0454\u044e \u043d\u0430\u0436\u0438\u0432\u043e.",expandedOff:"\u0422\u0440\u0430\u043d\u0441\u043b\u044f\u0446\u0456\u044f \u043d\u0430\u0436\u0438\u0432\u043e \u0437\u0443\u043f\u0438\u043d\u0438\u043b\u0430\u0441\u044f",expandedOn:"\u041d\u0430\u0440\u0430\u0437\u0456 \u0437\u0443\u0441\u0442\u0440\u0456\u0447 \u0442\u0440\u0430\u043d\u0441\u043b\u044e\u0454\u0442\u044c\u0441\u044f \u043d\u0430\u0436\u0438\u0432\u043e \u043d\u0430 YouTube.",expandedPending:"\u0420\u043e\u0437\u043f\u043e\u0447\u0438\u043d\u0430\u0454\u0442\u044c\u0441\u044f \u0442\u0440\u0430\u043d\u0441\u043b\u044f\u0446\u0456\u044f \u043d\u0430\u0436\u0438\u0432\u043e...",failedToStart:"\u041d\u0435 \u0432\u0434\u0430\u043b\u043e\u0441\u044f \u0440\u043e\u0437\u043f\u043e\u0447\u0430\u0442\u0438 \u0442\u0440\u0430\u043d\u0441\u043b\u044f\u0446\u0456\u044e \u043d\u0430\u0436\u0438\u0432\u043e",getStreamKeyManually:"\u041d\u0435 \u0432\u0434\u0430\u043b\u043e\u0441\u044f \u043e\u0442\u0440\u0438\u043c\u0430\u0442\u0438 \u0436\u043e\u0434\u043d\u0438\u0439 \u043a\u0430\u043d\u0430\u043b \u0442\u0440\u0430\u043d\u0441\u043b\u044f\u0446\u0456\u0457 \u043d\u0430\u0436\u0438\u0432\u043e. \u0421\u043f\u0440\u043e\u0431\u0443\u0439\u0442\u0435 \u043e\u0442\u0440\u0438\u043c\u0430\u0442\u0438 \u043a\u043b\u044e\u0447 \u0434\u043b\u044f \u0442\u0440\u0430\u043d\u0441\u043b\u044f\u0446\u0456\u0457 \u043d\u0430\u0436\u0438\u0432\u043e \u0437 YouTube.",googlePrivacyPolicy:"\u041f\u043e\u043b\u0456\u0442\u0438\u043a\u0430 \u043a\u043e\u043d\u0444\u0456\u0434\u0435\u043d\u0446\u0456\u0439\u043d\u043e\u0441\u0442\u0456 Google",inProgress:"\u0422\u0440\u0438\u0432\u0430\u0454 \u0437\u0430\u043f\u0438\u0441 \u0430\u0431\u043e \u0442\u0440\u0430\u043d\u0441\u043b\u044f\u0446\u0456\u044f \u043d\u0430\u0436\u0438\u0432\u043e",invalidStreamKey:"\u041a\u043b\u044e\u0447 \u0434\u043e \u0442\u0440\u0430\u043d\u0441\u043b\u044f\u0446\u0456\u0457 \u043d\u0430\u0436\u0438\u0432\u043e \u043d\u0435\u043f\u0440\u0430\u0432\u0438\u043b\u044c\u043d\u0438\u0439.",limitNotificationDescriptionNative:"\u0412\u0430\u0448\u0430 \u0442\u0440\u0430\u043d\u0441\u043b\u044f\u0446\u0456\u044f \u043d\u0430\u0436\u0438\u0432\u043e \u0431\u0443\u0434\u0435 \u043e\u0431\u043c\u0435\u0436\u0435\u043d\u0430 {{limit}} \u0445\u0432. \u0414\u043b\u044f \u043d\u0435\u043e\u0431\u043c\u0435\u0436\u0435\u043d\u043e\u0457 \u0442\u0440\u0430\u043d\u0441\u043b\u044f\u0446\u0456\u0457, \u0441\u043f\u0440\u043e\u0431\u0443\u0439\u0442\u0435 {{app}}",limitNotificationDescriptionWeb:"\u0427\u0435\u0440\u0435\u0437 \u0432\u0438\u0441\u043e\u043a\u0435 \u043d\u0430\u0432\u0430\u043d\u0442\u0430\u0436\u0435\u043d\u043d\u044f, \u0442\u0440\u0430\u043d\u0441\u043b\u044f\u0446\u0456\u044f \u043d\u0430\u0436\u0438\u0432\u043e \u0431\u0443\u0434\u0435 \u043e\u0431\u043c\u0435\u0436\u0435\u043d\u0430 {{limit}} \u0445\u0432. \u0414\u043b\u044f \u043d\u0435\u043e\u0431\u043c\u0435\u0436\u0435\u043d\u043e\u0457 \u0442\u0440\u0430\u043d\u0441\u043b\u044f\u0446\u0456\u0457, \u0441\u043f\u0440\u043e\u0431\u0443\u0439\u0442\u0435 {{app}}.",off:"\u0422\u0440\u0430\u043d\u0441\u043b\u044f\u0446\u0456\u044e \u043d\u0430\u0436\u0438\u0432\u043e \u0437\u0443\u043f\u0438\u043d\u0435\u043d\u043e",offBy:"{{name}} \u0437\u0443\u043f\u0438\u043d\u0438\u0432 \u0442\u0440\u0430\u043d\u0441\u043b\u044f\u0446\u0456\u044e \u043d\u0430\u0436\u0438\u0432\u043e",on:"\u0422\u0440\u0430\u043d\u0441\u043b\u044f\u0446\u0456\u044f \u043d\u0430\u0436\u0438\u0432\u043e",onBy:"{{name}} \u043f\u043e\u0447\u0430\u0432 \u0442\u0440\u0430\u043d\u0441\u043b\u044f\u0446\u0456\u044e \u043d\u0430\u0436\u0438\u0432\u043e",pending:"\u041f\u043e\u0447\u0438\u043d\u0430\u0454\u0442\u044c\u0441\u044f \u0442\u0440\u0430\u043d\u0441\u043b\u044f\u0446\u0456\u044f \u043d\u0430\u0436\u0438\u0432\u043e...",serviceName:"\u041f\u043e\u0441\u043b\u0443\u0433\u0430 \u0442\u0440\u0430\u043d\u0441\u043b\u044f\u0446\u0456\u0457 \u043d\u0430\u0436\u0438\u0432\u043e",sessionAlreadyActive:"\u0426\u044f \u0437\u0443\u0441\u0442\u0440\u0456\u0447 \u0432\u0436\u0435 \u0437\u0430\u043f\u0438\u0441\u0443\u0454\u0442\u044c\u0441\u044f \u0430\u0431\u043e \u0442\u0440\u0430\u043d\u0441\u043b\u044e\u0454\u0442\u044c\u0441\u044f \u043d\u0430\u0436\u0438\u0432\u043e.",signIn:"\u0423\u0432\u0456\u0439\u0442\u0438 \u0434\u043e \u043f\u043e\u0441\u043b\u0443\u0433 Google",signInCTA:"\u0423\u0432\u0456\u0439\u0434\u0456\u0442\u044c \u0430\u0431\u043e \u0437\u0430\u0437\u043d\u0430\u0447\u0442\u0435 \u043a\u043b\u044e\u0447 \u0434\u043e \u0442\u0440\u0430\u043d\u0441\u043b\u044f\u0446\u0456\u0457 \u043d\u0430\u0436\u0438\u0432\u043e \u043d\u0430 YouTube.",signOut:"\u0412\u0438\u0439\u0442\u0438",signedInAs:"\u0412\u0438 \u0443\u0432\u0456\u0439\u0448\u043b\u0438 \u044f\u043a:",start:"\u041f\u043e\u0447\u0430\u0442\u0438 \u0442\u0440\u0430\u043d\u0441\u043b\u044f\u0446\u0456\u044e \u043d\u0430\u0436\u0438\u0432\u043e",streamIdHelp:"\u0414\u043e\u043f\u043e\u043c\u043e\u0433\u0430",title:"\u0422\u0440\u0430\u043d\u0441\u043b\u044f\u0446\u0456\u044f \u043d\u0430\u0436\u0438\u0432\u043e",unavailableTitle:"\u0422\u0440\u0430\u043d\u0441\u043b\u044f\u0446\u0456\u044f \u043d\u0430\u0436\u0438\u0432\u043e \u043d\u0435\u0434\u043e\u0441\u0442\u0443\u043f\u043d\u0430",youtubeTerms:"\u0423\u043c\u043e\u0432\u0438 \u043d\u0430\u0434\u0430\u043d\u043d\u044f \u043f\u043e\u0441\u043b\u0443\u0433 YouTube"},lobby:{admit:"\u0414\u043e\u043f\u0443\u0441\u0442\u0438\u0442\u0438",admitAll:"\u0414\u043e\u043f\u0443\u0441\u0442\u0438\u0442\u0438 \u0432\u0441\u0456\u0445",backToKnockModeButton:"\u0417\u0430\u043f\u0438\u0442\u0430\u0442\u0438 \u0434\u043e\u0437\u0432\u043e\u043b\u0443",chat:"\u0427\u0430\u0442",dialogTitle:"\u041f\u0440\u0438\u0439\u043c\u0430\u043b\u044c\u043d\u0430",disableDialogContent:"\u041f\u0440\u0438\u0439\u043c\u0430\u043b\u044c\u043d\u0430 \u043d\u0430\u0440\u0430\u0437\u0456 \u0432\u0432\u0456\u043c\u043a\u043d\u0435\u043d\u0430. \u0426\u044f \u0444\u0443\u043d\u043a\u0446\u0456\u044f \u043f\u0440\u0438\u0437\u043d\u0430\u0447\u0435\u043d\u0430 \u0434\u043b\u044f \u0442\u043e\u0433\u043e, \u0449\u043e\u0431 \u0437\u0430\u043f\u043e\u0431\u0456\u0433\u0442\u0438 \u043f\u0440\u0438\u0454\u0434\u043d\u0430\u043d\u043d\u044e \u043d\u0435\u0431\u0430\u0436\u0430\u043d\u0438\u0445 \u0443\u0447\u0430\u0441\u043d\u0438\u043a\u0456\u0432 \u0434\u043e \u0432\u0430\u0448\u043e\u0457 \u0437\u0443\u0441\u0442\u0440\u0456\u0447\u0456. \u0412\u0438 \u0445\u043e\u0447\u0435\u0442\u0435 \u0457\u0457 \u0432\u0438\u043c\u043a\u043d\u0443\u0442\u0438?",disableDialogSubmit:"\u0412\u0438\u043c\u043a\u043d\u0443\u0442\u0438",emailField:"\u0417\u0430\u0437\u043d\u0430\u0447\u0442\u0435 \u0430\u0434\u0440\u0435\u0441\u0443 \u0432\u0430\u0448\u043e\u0457 \u0435\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u043e\u0457 \u043f\u043e\u0448\u0442\u0438",enableDialogPasswordField:"\u0412\u0441\u0442\u0430\u043d\u043e\u0432\u0456\u0442\u044c \u043f\u0430\u0440\u043e\u043b\u044c (\u043d\u0435\u043e\u0431\u043e\u0432'\u044f\u0437\u043a\u043e\u0432\u043e)",enableDialogSubmit:"\u0423\u0432\u0456\u043c\u043a\u043d\u0443\u0442\u0438",enableDialogText:"\u041f\u0440\u0438\u0439\u043c\u0430\u043b\u044c\u043d\u0430 \u043f\u0456\u0434\u0432\u0438\u0449\u0443\u0454 \u0431\u0435\u0437\u043f\u0435\u043a\u0443 \u0432\u0430\u0448\u0438\u0445 \u0437\u0443\u0441\u0442\u0440\u0456\u0447\u0435\u0439, \u0434\u043e\u0437\u0432\u043e\u043b\u044f\u044e\u0447\u0438 \u043b\u044e\u0434\u044f\u043c \u043f\u0440\u0438\u0454\u0434\u043d\u0443\u0432\u0430\u0442\u0438\u0441\u044c \u043b\u0438\u0448\u0435 \u043f\u0456\u0441\u043b\u044f \u043e\u0444\u0456\u0446\u0456\u0439\u043d\u043e\u0433\u043e \u0441\u0445\u0432\u0430\u043b\u0435\u043d\u043d\u044f \u0432\u0456\u0434 \u043c\u043e\u0434\u0435\u0440\u0430\u0442\u043e\u0440\u0430.",enterPasswordButton:"\u0412\u0432\u0435\u0441\u0442\u0438 \u043f\u0430\u0440\u043e\u043b\u044c \u0437\u0443\u0441\u0442\u0440\u0456\u0447\u0456",enterPasswordTitle:"\u0412\u0432\u0435\u0434\u0456\u0442\u044c \u043f\u0430\u0440\u043e\u043b\u044c, \u0449\u043e\u0431 \u043f\u0440\u0438\u0454\u0434\u043d\u0430\u0442\u0438\u0441\u044f \u0434\u043e \u0437\u0443\u0441\u0442\u0440\u0456\u0447\u0456",errorMissingPassword:"\u0412\u0432\u0435\u0434\u0456\u0442\u044c \u043f\u0430\u0440\u043e\u043b\u044c \u0437\u0443\u0441\u0442\u0440\u0456\u0447\u0456",invalidPassword:"\u041d\u0435\u0432\u0456\u0440\u043d\u0438\u0439 \u043f\u0430\u0440\u043e\u043b\u044c",joinRejectedMessage:"\u041c\u043e\u0434\u0435\u0440\u0430\u0442\u043e\u0440 \u0432\u0456\u0434\u043c\u043e\u0432\u0438\u0432 \u0432\u0430\u043c \u0443 \u043f\u0440\u0438\u0454\u0434\u043d\u0430\u043d\u043d\u0456 \u0434\u043e \u0437\u0443\u0441\u0442\u0440\u0456\u0447\u0456.",joinRejectedTitle:"\u0412\u0456\u0434\u043c\u043e\u0432\u043b\u0435\u043d\u043e \u0443 \u043f\u0440\u0438\u0454\u0434\u043d\u0430\u043d\u043d\u0456.",joinTitle:"\u041f\u0440\u0438\u0454\u0434\u043d\u0430\u0442\u0438\u0441\u044f \u0434\u043e \u0437\u0443\u0441\u0442\u0440\u0456\u0447\u0456",joinWithPasswordMessage:"\u0421\u043f\u0440\u043e\u0431\u0430 \u043f\u0440\u0438\u0454\u0434\u043d\u0430\u0442\u0438\u0441\u044f \u0437 \u043f\u0430\u0440\u043e\u043b\u0435\u043c, \u0437\u0430\u0447\u0435\u043a\u0430\u0439\u0442\u0435...",joiningMessage:"\u0412\u0438 \u043f\u0440\u0438\u0454\u0434\u043d\u0430\u0454\u0442\u0435\u0441\u044c \u0434\u043e \u0437\u0443\u0441\u0442\u0440\u0456\u0447\u0456, \u0449\u043e\u0439\u043d\u043e \u043c\u043e\u0434\u0435\u0440\u0430\u0442\u043e\u0440 \u0441\u0445\u0432\u0430\u043b\u0438\u0442\u044c \u0432\u0430\u0448 \u0437\u0430\u043f\u0438\u0442",joiningTitle:"\u0417\u0430\u043f\u0438\u0442 \u043d\u0430 \u043f\u0440\u0438\u0454\u0434\u043d\u0430\u043d\u043d\u044f \u0434\u043e \u0437\u0443\u0441\u0442\u0440\u0456\u0447\u0456...",joiningWithPasswordTitle:"\u041f\u0440\u0438\u0454\u0434\u043d\u0430\u043d\u043d\u044f \u0437 \u043f\u0430\u0440\u043e\u043b\u0435\u043c...",knockButton:"\u0417\u0430\u043f\u0438\u0442\u0430\u0442\u0438 \u0434\u043e\u0437\u0432\u043e\u043b\u0443",knockTitle:"\u0425\u0442\u043e\u0441\u044c \u0445\u043e\u0447\u0435 \u043f\u0440\u0438\u0454\u0434\u043d\u0430\u0442\u0438\u0441\u044f \u0434\u043e \u0437\u0443\u0441\u0442\u0440\u0456\u0447\u0456",knockingParticipantList:"\u0421\u043f\u0438\u0441\u043e\u043a \u0443\u0447\u0430\u0441\u043d\u0438\u043a\u0456\u0432, \u044f\u043a\u0456 \u043e\u0447\u0456\u043a\u0443\u044e\u0442\u044c",lobbyChatStartedNotification:"{{moderator}} \u043f\u043e\u0447\u0430\u0432 \u0447\u0430\u0442 \u0456\u0437 {{attendee}} \u0443 \u043f\u0440\u0438\u0439\u043c\u0430\u043b\u044c\u043d\u0456\u0439",lobbyChatStartedTitle:"{{moderator}} \u0440\u043e\u0437\u043f\u043e\u0447\u0430\u0432 \u0456\u0437 \u0432\u0430\u043c\u0438 \u0447\u0430\u0442 \u0443 \u043f\u0440\u0438\u0439\u043c\u0430\u043b\u044c\u043d\u0456\u0439.",nameField:"\u0417\u0430\u0437\u043d\u0430\u0447\u0442\u0435 \u0432\u0430\u0448\u0435 \u0456\u043c'\u044f",notificationLobbyAccessDenied:"\u041f\u0440\u0438\u0454\u0434\u043d\u0430\u043d\u043d\u044f {{targetParticipantName}} \u0434\u043e \u0437\u0443\u0441\u0442\u0440\u0456\u0447\u0456 \u0432\u0456\u0434\u0445\u0438\u043b\u0435\u043d\u043e \u0440\u0456\u0448\u0435\u043d\u043d\u044f\u043c {{originParticipantName}}",notificationLobbyAccessGranted:"\u041f\u0440\u0438\u0454\u0434\u043d\u0430\u043d\u043d\u044f {{targetParticipantName}} \u0434\u043e \u0437\u0443\u0441\u0442\u0440\u0456\u0447\u0456 \u043f\u043e\u0433\u043e\u0434\u0436\u0435\u043d\u043e \u0440\u0456\u0448\u0435\u043d\u043d\u044f\u043c {{originParticipantName}}",notificationLobbyDisabled:"\u041f\u0440\u0438\u0439\u043c\u0430\u043b\u044c\u043d\u0430 \u0432\u0438\u043c\u043a\u043d\u0435\u043d\u0430 \u0443\u0447\u0430\u0441\u043d\u0438\u043a\u043e\u043c {{originParticipantName}}",notificationLobbyEnabled:"\u041f\u0440\u0438\u0439\u043c\u0430\u043b\u044c\u043d\u0430 \u0432\u0432\u0456\u043c\u043a\u043d\u0435\u043d\u0430 \u0443\u0447\u0430\u0441\u043d\u0438\u043a\u043e\u043c {{originParticipantName}}",notificationTitle:"\u041f\u0440\u0438\u0439\u043c\u0430\u043b\u044c\u043d\u0430",passwordField:"\u0412\u0432\u0435\u0441\u0442\u0438 \u043f\u0430\u0440\u043e\u043b\u044c \u0437\u0443\u0441\u0442\u0440\u0456\u0447\u0456",passwordJoinButton:"\u041f\u0440\u0438\u0454\u0434\u043d\u0430\u0442\u0438\u0441\u044f",reject:"\u0412\u0456\u0434\u043c\u043e\u0432\u0438\u0442\u0438",rejectAll:"\u0412\u0456\u0434\u043c\u043e\u0432\u0438\u0442\u0438 \u0432\u0441\u0456\u043c",title:"\u041f\u0440\u0438\u0439\u043c\u0430\u043b\u044c\u043d\u0430",toggleLabel:"\u0423\u0432\u0456\u043c\u043a\u043d\u0443\u0442\u0438 \u043f\u0440\u0438\u0439\u043c\u0430\u043b\u044c\u043d\u0443"},localRecording:{clientState:{off:"\u0412\u0438\u043c\u043a\u043d\u0435\u043d\u043e",on:"\u0423\u0432\u0456\u043c\u043a\u043d\u0435\u043d\u043e",unknown:"\u041d\u0435\u0432\u0456\u0434\u043e\u043c\u043e"},dialogTitle:"\u041f\u0430\u043d\u0435\u043b\u044c \u043b\u043e\u043a\u0430\u043b\u044c\u043d\u043e\u0433\u043e \u0437\u0430\u043f\u0438\u0441\u0443",duration:"\u0422\u0440\u0438\u0432\u0430\u043b\u0456\u0441\u0442\u044c",durationNA:"\u043d/\u0434",encoding:"\u041a\u043e\u0434\u0443\u0432\u0430\u043d\u043d\u044f",label:"LOR",labelToolTip:"\u041b\u043e\u043a\u0430\u043b\u044c\u043d\u0438\u0439 \u0437\u0430\u043f\u0438\u0441 \u0430\u043a\u0442\u0438\u0432\u043e\u0432\u0430\u043d\u043e",localRecording:"\u041b\u043e\u043a\u0430\u043b\u044c\u043d\u0438\u0439 \u0437\u0430\u043f\u0438\u0441",me:"\u042f",messages:{engaged:"\u0417\u0443\u0441\u0442\u0440\u0456\u0447 \u0437\u0430\u043f\u0438\u0441\u0443\u0454\u0442\u044c\u0441\u044f \u0432 \u043b\u043e\u043a\u0430\u043b\u044c\u043d\u0438\u0439 \u0444\u0430\u0439\u043b.",finished:"\u0421\u0435\u0430\u043d\u0441 \u0437\u0430\u043f\u0438\u0441\u0443 {{token}} \u0437\u0430\u0432\u0435\u0440\u0448\u0435\u043d\u043e. \u0411\u0443\u0434\u044c \u043b\u0430\u0441\u043a\u0430, \u043d\u0430\u0434\u0456\u0448\u043b\u0456\u0442\u044c \u0437\u0430\u043f\u0438\u0441\u0430\u043d\u0438\u0439 \u0444\u0430\u0439\u043b \u043c\u043e\u0434\u0435\u0440\u0430\u0442\u043e\u0440\u0443.",finishedModerator:"\u0421\u0435\u0430\u043d\u0441 \u0437\u0430\u043f\u0438\u0441\u0443 {{token}} \u0437\u0430\u0432\u0435\u0440\u0448\u0435\u043d\u043e. \u0417\u0430\u043f\u0438\u0441 \u0437\u0443\u0441\u0442\u0440\u0456\u0447\u0456 \u0437\u0431\u0435\u0440\u0435\u0436\u0435\u043d\u043e \u0432 \u043b\u043e\u043a\u0430\u043b\u044c\u043d\u0438\u0445 \u0444\u0430\u0439\u043b\u0430\u0445 \u0456\u043d\u0434\u0438\u0432\u0456\u0434\u0443\u0430\u043b\u044c\u043d\u043e. \u041f\u043e\u043f\u0440\u043e\u0441\u0456\u0442\u044c \u0456\u043d\u0448\u0438\u0445 \u0443\u0447\u0430\u0441\u043d\u0438\u043a\u0456\u0432 \u043d\u0430\u0434\u0456\u0441\u043b\u0430\u0442\u0438 \u0432\u0430\u043c \u0444\u0430\u0439\u043b\u0438 \u0457\u0445 \u0442\u0440\u0435\u043a\u0456\u0432.",notModerator:"\u0412\u0438 \u043d\u0435 \u0454 \u043c\u043e\u0434\u0435\u0440\u0430\u0442\u043e\u0440\u043e\u043c \u0456 \u043d\u0435 \u043c\u043e\u0436\u0435\u0442\u0435 \u043f\u043e\u0447\u0438\u043d\u0430\u0442\u0438 \u0447\u0438 \u0437\u0443\u043f\u0438\u043d\u044f\u0442\u0438 \u043b\u043e\u043a\u0430\u043b\u044c\u043d\u0438\u0439 \u0437\u0430\u043f\u0438\u0441."},moderator:"\u041c\u043e\u0434\u0435\u0440\u0430\u0442\u043e\u0440",no:"\u041d\u0456",participant:"\u0423\u0447\u0430\u0441\u043d\u0438\u043a",participantStats:"\u0421\u0442\u0430\u0442\u0438\u0441\u0442\u0438\u043a\u0430 \u0443\u0447\u0430\u0441\u043d\u0438\u043a\u0456\u0432",selectTabTitle:"\ud83c\udfa5 \u0412\u0438\u0431\u0435\u0440\u0456\u0442\u044c \u0446\u044e \u0432\u043a\u043b\u0430\u0434\u043a\u0443 \u0434\u043b\u044f \u0437\u0430\u043f\u0438\u0441\u0443",sessionToken:"\u041c\u0430\u0440\u043a\u0435\u0440 \u0441\u0435\u0430\u043d\u0441\u0443",start:"\u041f\u043e\u0447\u0430\u0442\u0438 \u0437\u0430\u043f\u0438\u0441",stop:"\u0417\u0443\u043f\u0438\u043d\u0438\u0442\u0438 \u0437\u0430\u043f\u0438\u0441",yes:"\u0422\u0430\u043a"},lockRoomPassword:"\u043f\u0430\u0440\u043e\u043b\u044c",lockRoomPasswordUppercase:"\u041f\u0430\u0440\u043e\u043b\u044c",lonelyMeetingExperience:{button:"\u0417\u0430\u043f\u0440\u043e\u0441\u0438\u0442\u0438",youAreAlone:"\u0412\u0438 \u043e\u0434\u043d\u0456 \u043d\u0430 \u0446\u0456\u0439 \u0437\u0443\u0441\u0442\u0440\u0456\u0447\u0456"},me:"\u044f",notify:{OldElectronAPPTitle:"\u0412\u0440\u0430\u0437\u043b\u0438\u0432\u0456\u0441\u0442\u044c \u0432 \u0441\u0438\u0441\u0442\u0435\u043c\u0456 \u0431\u0435\u0437\u043f\u0435\u043a\u0438!",allowAction:"\u0414\u043e\u0437\u0432\u043e\u043b\u0438\u0442\u0438",allowedUnmute:"\u0412\u0438 \u043c\u043e\u0436\u0435\u0442\u0435 \u0432\u0432\u0456\u043c\u043a\u043d\u0443\u0442\u0438 \u0432\u0430\u0448 \u043c\u0456\u043a\u0440\u043e\u0444\u043e\u043d, \u043a\u0430\u043c\u0435\u0440\u0443 \u0430\u0431\u043e \u0441\u043f\u0456\u043b\u044c\u043d\u0438\u0439 \u043f\u0435\u0440\u0435\u0433\u043b\u044f\u0434 \u0432\u0430\u0448\u043e\u0433\u043e \u0435\u043a\u0440\u0430\u043d\u0430.",audioUnmuteBlockedDescription:"\u041e\u043f\u0435\u0440\u0430\u0446\u0456\u044e \u0432\u0432\u0456\u043c\u043a\u043d\u0435\u043d\u043d\u044f \u043c\u0456\u043a\u0440\u043e\u0444\u043e\u043d\u0430 \u0442\u0438\u043c\u0447\u0430\u0441\u043e\u0432\u043e \u0437\u0430\u0431\u043b\u043e\u043a\u043e\u0432\u0430\u043d\u043e \u0447\u0435\u0440\u0435\u0437 \u0441\u0438\u0441\u0442\u0435\u043c\u043d\u0456 \u043e\u0431\u043c\u0435\u0436\u0435\u043d\u043d\u044f.",audioUnmuteBlockedTitle:"\u0423\u0432\u0456\u043c\u043a\u043d\u0435\u043d\u043d\u044f \u043c\u0456\u043a\u0440\u043e\u0444\u043e\u043d\u0430 \u0437\u0430\u0431\u043b\u043e\u043a\u043e\u0432\u0430\u043d\u043e!",chatMessages:"\u0412\u0445\u0456\u0434\u043d\u0435 \u043f\u043e\u0432\u0456\u0434\u043e\u043c\u043b\u0435\u043d\u043d\u044f \u0447\u0430\u0442\u0443",connectedOneMember:"{{name}} \u043d\u0430 \u0437\u0432'\u044f\u0437\u043a\u0443",connectedThreePlusMembers:"{{name}} \u0442\u0430 {{count}} \u0456\u043d\u0448\u0438\u0445 \u0443\u0447\u0430\u0441\u043d\u0438\u043a\u0456\u0432 \u043f\u0440\u0438\u0454\u0434\u043d\u0430\u043b\u0438\u0441\u044f \u0434\u043e \u0437\u0443\u0441\u0442\u0440\u0456\u0447\u0456",connectedTwoMembers:"{{first}} \u0442\u0430 {{second}} \u043f\u0440\u0438\u0454\u0434\u043d\u0430\u043b\u0438\u0441\u044f \u0434\u043e \u0437\u0443\u0441\u0442\u0440\u0456\u0447\u0456",dataChannelClosed:"\u041f\u043e\u0433\u0456\u0440\u0448\u0435\u043d\u043d\u044f \u044f\u043a\u043e\u0441\u0442\u0456 \u0432\u0456\u0434\u0435\u043e",dataChannelClosedDescription:"\u041a\u0430\u043d\u0430\u043b \u043c\u0443\u043b\u044c\u0442\u0438\u043c\u0435\u0434\u0456\u0439\u043d\u043e\u0433\u043e \u043c\u043e\u0441\u0442\u0443 \u0432\u0456\u0434\u043a\u043b\u044e\u0447\u0435\u043d\u043e; \u044f\u043a\u0456\u0441\u0442\u044c \u0432\u0456\u0434\u0435\u043e \u0437\u043d\u0438\u0436\u0435\u043d\u0430 \u0434\u043e \u043c\u0456\u043d\u0456\u043c\u0443\u043c\u0443.",disconnected:"\u0437'\u0454\u0434\u043d\u0430\u043d\u043d\u044f \u0440\u043e\u0437\u0456\u0440\u0432\u0430\u043d\u0435",displayNotifications:"\u041f\u043e\u043a\u0430\u0437\u0443\u0432\u0430\u0442\u0438 \u0441\u043f\u043e\u0432\u0456\u0449\u0435\u043d\u043d\u044f:",dontRemindMe:"\u041d\u0435 \u043d\u0430\u0433\u0430\u0434\u0443\u0432\u0430\u0442\u0438",focus:"\u0424\u043e\u043a\u0443\u0441 \u0437\u0443\u0441\u0442\u0440\u0456\u0447\u0456",focusFail:"{{component}} \u043d\u0435\u0434\u043e\u0441\u0442\u0443\u043f\u043d\u0438\u0439 - \u043f\u043e\u0432\u0442\u043e\u0440\u0456\u0442\u044c \u0441\u043f\u0440\u043e\u0431\u0443 \u0447\u0435\u0440\u0435\u0437 {{ms}} \u043c\u0441",gifsMenu:"GIPHY",groupTitle:"\u0421\u043f\u043e\u0432\u0456\u0449\u0435\u043d\u043d\u044f",hostAskedUnmute:"\u041c\u043e\u0434\u0435\u0440\u0430\u0442\u043e\u0440 \u043f\u0435\u0440\u0435\u0434\u0430\u0454 \u0441\u043b\u043e\u0432\u043e \u0432\u0430\u043c",invitedOneMember:"{{name}} \u0437\u0430\u043f\u0440\u043e\u0448\u0435\u043d\u043e",invitedThreePlusMembers:"\u0417\u0430\u043f\u0440\u043e\u0448\u0435\u043d\u043e {{name}} \u0442\u0430 {{count}} \u0456\u043d\u0448\u0438\u0445 \u043a\u043e\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0447\u0456\u0432",invitedTwoMembers:"{{first}} \u0442\u0430 {{second}} \u0437\u0430\u043f\u0440\u043e\u0448\u0435\u043d\u043e \u0434\u043e \u0437\u0443\u0441\u0442\u0440\u0456\u0447\u0456",joinMeeting:"\u041f\u0440\u0438\u0454\u0434\u043d\u0430\u0442\u0438\u0441\u044f",kickParticipant:"{{kicker}} \u0432\u0456\u0434'\u0454\u0434\u043d\u0430\u0432 {{kicked}} \u0432\u0456\u0434 \u0437\u0443\u0441\u0442\u0440\u0456\u0447\u0456",leftOneMember:"{{name}} \u043f\u043e\u043a\u0438\u043d\u0443\u0432 \u0437\u0443\u0441\u0442\u0440\u0456\u0447",leftThreePlusMembers:"{{name}} \u0442\u0430 \u0431\u0430\u0433\u0430\u0442\u043e \u0456\u043d\u0448\u0438\u0445 \u0443\u0447\u0430\u0441\u043d\u0438\u043a\u0456\u0432 \u043f\u043e\u043a\u0438\u043d\u0443\u043b\u0438 \u0437\u0443\u0441\u0442\u0440\u0456\u0447",leftTwoMembers:"{{first}} \u0456 {{second}} \u043f\u043e\u043a\u0438\u043d\u0443\u043b\u0438 \u0437\u0443\u0441\u0442\u0440\u0456\u0447",linkToSalesforce:"\u041f\u043e\u0432'\u044f\u0437\u0430\u0442\u0438 \u0437 Salesforce",linkToSalesforceDescription:"\u0412\u0438 \u043c\u043e\u0436\u0435\u0442\u0435 \u043f\u043e\u0432'\u044f\u0437\u0430\u0442\u0438 \u043f\u0456\u0434\u0441\u0443\u043c\u043e\u043a \u0437\u0443\u0441\u0442\u0440\u0456\u0447\u0456 \u0437 \u043e\u0431'\u0454\u043a\u0442\u043e\u043c Salesforce.",linkToSalesforceError:"\u041d\u0435 \u0432\u0434\u0430\u043b\u043e\u0441\u044f \u043f\u043e\u0432'\u044f\u0437\u0430\u0442\u0438 \u0437\u0443\u0441\u0442\u0440\u0456\u0447 \u0456\u0437 Salesforce",linkToSalesforceKey:"\u041f\u043e\u0432'\u044f\u0437\u0430\u0442\u0438 \u0437\u0443\u0441\u0442\u0440\u0456\u0447",linkToSalesforceProgress:"\u041f\u043e\u0432'\u044f\u0437\u0430\u043d\u043d\u044f \u0437\u0443\u0441\u0442\u0440\u0456\u0447\u0456 \u0434\u043e Salesforce...",linkToSalesforceSuccess:"\u0417\u0443\u0441\u0442\u0440\u0456\u0447 \u043f\u043e\u0432'\u044f\u0437\u0430\u043d\u0430 \u0437 Salesforce",localRecordingStarted:"{{name}} \u043f\u043e\u0447\u0430\u0432 \u043b\u043e\u043a\u0430\u043b\u044c\u043d\u0438\u0439 \u0432\u0456\u0434\u0435\u043e\u0437\u0430\u043f\u0438\u0441.",localRecordingStopped:"{{name}} \u0437\u0443\u043f\u0438\u043d\u0438\u0432 \u043b\u043e\u043a\u0430\u043b\u044c\u043d\u0438\u0439 \u0432\u0456\u0434\u0435\u043e\u0437\u0430\u043f\u0438\u0441.",me:"\u042f",moderationInEffectCSDescription:"\u041f\u0456\u0434\u043d\u0456\u043c\u0456\u0442\u044c \u0440\u0443\u043a\u0443, \u044f\u043a\u0449\u043e \u0445\u043e\u0447\u0435\u0442\u0435 \u0437\u0430\u043f\u0440\u043e\u043f\u043e\u043d\u0443\u0432\u0430\u0442\u0438 \u0441\u043f\u0456\u043b\u044c\u043d\u0438\u0439 \u043f\u0435\u0440\u0435\u0433\u043b\u044f\u0434 \u0432\u0430\u0448\u043e\u0433\u043e \u0435\u043a\u0440\u0430\u043d.",moderationInEffectCSTitle:"\u0421\u043f\u0456\u043b\u044c\u043d\u0438\u0439 \u043f\u0435\u0440\u0435\u0433\u043b\u044f\u0434 \u0435\u043a\u0440\u0430\u043d\u0430 \u0437\u0430\u0431\u043b\u043e\u043a\u043e\u0432\u0430\u043d\u043e \u043c\u043e\u0434\u0435\u0440\u0430\u0442\u043e\u0440\u043e\u043c",moderationInEffectDescription:"\u041f\u0456\u0434\u043d\u0456\u043c\u0456\u0442\u044c \u0440\u0443\u043a\u0443, \u044f\u043a\u0449\u043e \u0445\u043e\u0447\u0435\u0442\u0435 \u0432\u0437\u044f\u0442\u0438 \u0441\u043b\u043e\u0432\u043e.",moderationInEffectTitle:"\u0412\u0430\u0448 \u043c\u0456\u043a\u0440\u043e\u0444\u043e\u043d \u0432\u0438\u043c\u043a\u043d\u0435\u043d\u043e \u043c\u043e\u0434\u0435\u0440\u0430\u0442\u043e\u0440\u043e\u043c",moderationInEffectVideoDescription:"\u041f\u0456\u0434\u043d\u0456\u043c\u0456\u0442\u044c \u0440\u0443\u043a\u0443, \u044f\u043a\u0449\u043e \u0445\u043e\u0447\u0435\u0442\u0435 \u0432\u0432\u0456\u043c\u043a\u043d\u0443\u0442\u0438 \u043a\u0430\u043c\u0435\u0440\u0443.",moderationInEffectVideoTitle:"\u0412\u0430\u0448\u0430 \u043a\u0430\u043c\u0435\u0440\u0430 \u0437\u0430\u0431\u043b\u043e\u043a\u043e\u0432\u0430\u043d\u0430 \u043c\u043e\u0434\u0435\u0440\u0430\u0442\u043e\u0440\u043e\u043c",moderationRequestFromModerator:"\u041e\u0440\u0433\u0430\u043d\u0456\u0437\u0430\u0442\u043e\u0440 \u043f\u0440\u043e\u0441\u0438\u0442\u044c, \u0449\u043e\u0431 \u0432\u0438 \u0443\u0432\u0456\u043c\u043a\u043d\u0443\u043b\u0438 \u043c\u0456\u043a\u0440\u043e\u0444\u043e\u043d",moderationRequestFromParticipant:"\u0425\u043e\u0447\u0435 \u0432\u0437\u044f\u0442\u0438 \u0441\u043b\u043e\u0432\u043e",moderationStartedTitle:"\u041c\u043e\u0434\u0435\u0440\u0430\u0446\u0456\u044e \u0440\u043e\u0437\u043f\u043e\u0447\u0430\u0442\u043e",moderationStoppedTitle:"\u041c\u043e\u0434\u0435\u0440\u0430\u0446\u0456\u044e \u043f\u0440\u0438\u043f\u0438\u043d\u0435\u043d\u043e",moderationToggleDescription:"({{participantDisplayName}})",moderator:"\u041e\u0442\u0440\u0438\u043c\u0430\u043d\u043e \u043f\u0440\u0430\u0432\u0430 \u043c\u043e\u0434\u0435\u0440\u0430\u0442\u043e\u0440\u0430!",muted:"\u0412\u0438 \u043f\u043e\u0447\u0430\u043b\u0438 \u0437\u0443\u0441\u0442\u0440\u0456\u0447 \u0437 \u0432\u0438\u043c\u043a\u043d\u0435\u043d\u0438\u043c \u043c\u0456\u043a\u0440\u043e\u0444\u043e\u043d\u043e\u043c.",mutedRemotelyDescription:"\u0412\u0438 \u0437\u0430\u0432\u0436\u0434\u0438 \u043c\u043e\u0436\u0435\u0442\u0435 \u0432\u0432\u0456\u043c\u043a\u043d\u0443\u0442\u0438 \u043c\u0456\u043a\u0440\u043e\u0444\u043e\u043d, \u043a\u043e\u043b\u0438 \u0433\u043e\u0442\u043e\u0432\u0456 \u043f\u043e\u0441\u043f\u0456\u043b\u043a\u0443\u0432\u0430\u0442\u0438\u0441\u044f. \u0412\u0438\u043c\u043a\u043d\u0456\u0442\u044c \u043c\u0456\u043a\u0440\u043e\u0444\u043e\u043d, \u043a\u043e\u043b\u0438 \u0437\u0430\u043a\u0456\u043d\u0447\u0438\u0442\u0435, \u0449\u043e\u0431 \u043d\u0435 \u0434\u043e\u0434\u0430\u0432\u0430\u0442\u0438 \u0448\u0443\u043c\u0443.",mutedRemotelyTitle:"{{participantDisplayName}} \u0432\u0438\u043c\u043a\u043d\u0443\u0432 \u0432\u0430\u043c \u043c\u0456\u043a\u0440\u043e\u0444\u043e\u043d!",mutedTitle:"\u0412\u0438 \u0432\u0438\u043c\u043a\u043d\u0435\u043d\u0456!",newDeviceAction:"\u0412\u0438\u043a\u043e\u0440\u0438\u0441\u0442\u043e\u0432\u0443\u0432\u0430\u0442\u0438",newDeviceAudioTitle:"\u0412\u0438\u044f\u0432\u043b\u0435\u043d\u043e \u043d\u043e\u0432\u0438\u0439 \u0437\u0432\u0443\u043a\u043e\u0432\u0438\u0439 \u043f\u0440\u0438\u0441\u0442\u0440\u0456\u0439",newDeviceCameraTitle:"\u0412\u0438\u044f\u0432\u043b\u0435\u043d\u043e \u043d\u043e\u0432\u0443 \u043a\u0430\u043c\u0435\u0440\u0443",noiseSuppressionDesktopAudioDescription:"\u041f\u0440\u0438\u0434\u0443\u0448\u0435\u043d\u043d\u044f \u0448\u0443\u043c\u0443 \u043d\u0435 \u043c\u043e\u0436\u043d\u0430 \u0432\u0432\u0456\u043c\u043a\u043d\u0443\u0442\u0438 \u043f\u0456\u0434 \u0447\u0430\u0441 \u043e\u0431\u043c\u0456\u043d\u0443 \u0430\u0443\u0434\u0456\u043e. \u0412\u0438\u043c\u043a\u043d\u0456\u0442\u044c \u0439\u043e\u0433\u043e \u0442\u0430 \u043f\u043e\u0432\u0442\u043e\u0440\u0456\u0442\u044c \u0441\u043f\u0440\u043e\u0431\u0443.",noiseSuppressionFailedTitle:"\u041d\u0435 \u0432\u0434\u0430\u043b\u043e\u0441\u044f \u0432\u0432\u0456\u043c\u043a\u043d\u0443\u0442\u0438 \u043f\u0440\u0438\u0434\u0443\u0448\u0435\u043d\u043d\u044f \u0448\u0443\u043c\u0443",noiseSuppressionNoTrackDescription:"\u041f\u0435\u0440\u0435\u0432\u0456\u0440\u0442\u0435, \u0449\u043e \u043c\u0456\u043a\u0440\u043e\u0444\u043e\u043d \u0443\u0432\u0456\u043c\u043a\u043d\u0435\u043d\u043e.",noiseSuppressionStereoDescription:"\u041f\u0440\u0438\u0434\u0443\u0448\u0435\u043d\u043d\u044f \u0448\u0443\u043c\u0443 \u0443 \u0444\u043e\u0440\u043c\u0430\u0442\u0456 \u0441\u0442\u0435\u0440\u0435\u043e \u043d\u0430\u0440\u0430\u0437\u0456 \u043d\u0435 \u043f\u0456\u0434\u0442\u0440\u0438\u043c\u0443\u0454\u0442\u044c\u0441\u044f.",oldElectronClientDescription1:"\u0412\u0438 \u0432\u0438\u043a\u043e\u0440\u0438\u0441\u0442\u043e\u0432\u0443\u0454\u0442\u0435 \u0441\u0442\u0430\u0440\u0443 \u0432\u0435\u0440\u0441\u0456\u044e \u043a\u043b\u0456\u0454\u043d\u0442\u0430 Jitsi Meet, \u044f\u043a\u0430 \u043c\u0430\u0454 \u0432\u0456\u0434\u043e\u043c\u0456 \u0432\u0440\u0430\u0437\u043b\u0438\u0432\u043e\u0441\u0442\u0456 \u0431\u0435\u0437\u043f\u0435\u043a\u0438. \u041f\u0435\u0440\u0435\u043a\u043e\u043d\u0430\u0439\u0442\u0435\u0441\u044f, \u0449\u043e \u0432\u0438 \u043e\u043d\u043e\u0432\u0438\u043b\u0438 \u0434\u043e \u043d\u0430\u0448\u043e\u0457 ",oldElectronClientDescription2:"\u043e\u0441\u0442\u0430\u043d\u043d\u044c\u043e\u0457 \u0432\u0435\u0440\u0441\u0456\u0457",oldElectronClientDescription3:" \u043d\u0430 \u043f\u043e\u0442\u043e\u0447\u043d\u0438\u0439 \u0447\u0430\u0441!",participantWantsToJoin:"\u0425\u043e\u0447\u0435 \u043f\u0440\u0438\u0454\u0434\u043d\u0430\u0442\u0438\u0441\u044f \u0434\u043e \u0437\u0443\u0441\u0442\u0440\u0456\u0447\u0456",participantsWantToJoin:"\u0425\u043e\u0447\u0443\u0442\u044c \u043f\u0440\u0438\u0454\u0434\u043d\u0430\u0442\u0438\u0441\u044f \u0434\u043e \u0437\u0443\u0441\u0442\u0440\u0456\u0447\u0456",passwordRemovedRemotely:"$t(lockRoomPasswordUppercase) \u0432\u0438\u043b\u0443\u0447\u0435\u043d\u0438\u0439 \u0456\u043d\u0448\u0438\u043c \u0443\u0447\u0430\u0441\u043d\u0438\u043a\u043e\u043c",passwordSetRemotely:"\u0406\u043d\u0448\u0438\u0439 \u0443\u0447\u0430\u0441\u043d\u0438\u043a \u0434\u043e\u0434\u0430\u0432 $t(lockRoomPasswordUppercase)",raiseHandAction:"\u041f\u0456\u0434\u043d\u044f\u0442\u0438 \u0440\u0443\u043a\u0443",raisedHand:"{{name}} \u0445\u043e\u0447\u0435 \u0432\u0437\u044f\u0442\u0438 \u0441\u043b\u043e\u0432\u043e.",raisedHands:"{{participantName}} \u0456 \u0449\u0435 {{raisedHands}} \u0443\u0447\u0430\u0441\u043d\u0438\u043a\u0456\u0432",reactionSounds:"\u0412\u0438\u043c\u043a\u043d\u0443\u0442\u0438 \u0437\u0432\u0443\u043a\u043e\u0432\u0456 \u0441\u043f\u043e\u0432\u0456\u0449\u0435\u043d\u043d\u044f",reactionSoundsForAll:"\u0412\u0438\u043c\u043a\u043d\u0443\u0442\u0438 \u0437\u0432\u0443\u043a\u043e\u0432\u0456 \u0441\u043f\u043e\u0432\u0456\u0449\u0435\u043d\u043d\u044f \u0434\u043b\u044f \u0432\u0441\u0456\u0445",screenShareNoAudio:"\u041d\u0430 \u0435\u043a\u0440\u0430\u043d\u0456 \u0432\u0438\u0431\u043e\u0440\u0443 \u0432\u0456\u043a\u043d\u0430 \u043d\u0435 \u0431\u0443\u043b\u0430 \u0432\u0432\u0456\u043c\u043a\u043d\u0435\u043d\u0430 \u043e\u043f\u0446\u0456\u044f \xab\u041f\u043e\u0434\u0456\u043b\u0438\u0442\u0438\u0441\u044f \u0430\u0443\u0434\u0456\u043e\xbb.",screenShareNoAudioTitle:"\u041d\u0435 \u0432\u0434\u0430\u043b\u043e\u0441\u044f \u043d\u0430\u0434\u0430\u0442\u0438 \u0441\u043f\u0456\u043b\u044c\u043d\u0438\u0439 \u0434\u043e\u0441\u0442\u0443\u043f \u0434\u043e \u0430\u0443\u0434\u0456\u043e!",screenSharingAudioOnlyDescription:"\u0423\u0432\u0430\u0433\u0430: \u0443\u0432\u0456\u043c\u043a\u043d\u0435\u043d\u043d\u044f \u0441\u043f\u0456\u043b\u044c\u043d\u043e\u0433\u043e \u043f\u0435\u0440\u0435\u0433\u043b\u044f\u0434\u0443 \u0435\u043a\u0440\u0430\u043d\u0430 \u0437\u0431\u0456\u043b\u044c\u0448\u0438\u0442\u044c \u0441\u043f\u043e\u0436\u0438\u0432\u0430\u043d\u043d\u044f \u043f\u0440\u043e\u043f\u0443\u0441\u043a\u043d\u043e\u0457 \u0437\u0434\u0430\u0442\u043d\u043e\u0441\u0442\u0456, \u0449\u043e \u043f\u043e\u0433\u0456\u0440\u0448\u0438\u0442\u044c \u044f\u043a\u0456\u0441\u0442\u044c \u0440\u0435\u0436\u0438\u043c\u0443 \"\u041d\u0430\u0439\u043a\u0440\u0430\u0449\u0430 \u043f\u0440\u043e\u0434\u0443\u043a\u0442\u0438\u0432\u043d\u0456\u0441\u0442\u044c\".",screenSharingAudioOnlyTitle:"\u0420\u0435\u0436\u0438\u043c \"\u041d\u0430\u0439\u043a\u0440\u0430\u0449\u0430 \u043f\u0440\u043e\u0434\u0443\u043a\u0442\u0438\u0432\u043d\u0456\u0441\u0442\u044c\"",selfViewTitle:"\u0412\u0438 \u0437\u0430\u0432\u0436\u0434\u0438 \u043c\u043e\u0436\u0435\u0442\u0435 \u0441\u043a\u0430\u0441\u0443\u0432\u0430\u0442\u0438 \u043f\u0440\u0438\u0445\u043e\u0432\u0443\u0432\u0430\u043d\u043d\u044f \u0432\u0438\u0434\u0443 \u043d\u0430 \u0441\u0435\u0431\u0435 \u0432 \u043d\u0430\u043b\u0430\u0448\u0442\u0443\u0432\u0430\u043d\u043d\u044f\u0445",somebody:"\u0423\u0447\u0430\u0441\u043d\u0438\u043a",startSilentDescription:"\u041f\u043e\u0432\u0442\u043e\u0440\u043d\u043e \u043f\u0440\u0438\u0454\u0434\u043d\u0430\u0439\u0442\u0435\u0441\u044f \u0434\u043e \u0437\u0443\u0441\u0442\u0440\u0456\u0447\u0456, \u0449\u043e\u0431 \u0443\u0432\u0456\u043c\u043a\u043d\u0443\u0442\u0438 \u0437\u0432\u0443\u043a",startSilentTitle:"\u0412\u0438 \u043f\u0440\u0438\u0454\u0434\u043d\u0430\u043b\u0438\u0441\u044f \u0432 \u0440\u0435\u0436\u0438\u043c\u0456 \u0442\u0438\u0448\u0456!",suboptimalBrowserWarning:"\u041d\u0430 \u0436\u0430\u043b\u044c, \u0432\u0430\u0448 \u0432\u0435\u0431-\u0431\u0440\u0430\u0443\u0437\u0435\u0440 \u043d\u0435 \u043f\u043e\u0432\u043d\u0456\u0441\u0442\u044e \u043f\u0456\u0434\u0442\u0440\u0438\u043c\u0443\u0454 \u0446\u044e \u0441\u0438\u0441\u0442\u0435\u043c\u0443 \u0432\u0435\u0431\u043a\u043e\u043d\u0444\u0435\u0440\u0435\u043d\u0446\u0456\u0457. \u041c\u0438 \u043f\u0440\u0430\u0446\u044e\u0454\u043c\u043e \u043d\u0430\u0434 \u043f\u0440\u043e\u0431\u043b\u0435\u043c\u043e\u044e, \u043f\u043e\u043a\u0438 \u0449\u043e \u0440\u0435\u043a\u043e\u043c\u0435\u043d\u0434\u0443\u0454\u043c\u043e \u0441\u043a\u043e\u0440\u0438\u0441\u0442\u0430\u0442\u0438\u0441\u044f \u0442\u0430\u043a\u0438\u043c\u0438 \u0432\u0435\u0431-\u0431\u0440\u0430\u0443\u0437\u0435\u0440\u0430\u043c\u0438.",suboptimalExperienceTitle:"\u0412\u0435\u0431-\u0431\u0440\u0430\u0443\u0437\u0435\u0440 \u043d\u0435 \u043f\u0456\u0434\u0442\u0440\u0438\u043c\u0443\u0454\u0442\u044c\u0441\u044f",unmute:"\u0423\u0432\u0456\u043c\u043a\u043d\u0443\u0442\u0438 \u043c\u0456\u043a\u0440\u043e\u0444\u043e\u043d",videoMutedRemotelyDescription:"\u0412\u0438 \u0437\u0430\u0432\u0436\u0434\u0438 \u043c\u043e\u0436\u0435\u0442\u0435 \u0432\u043a\u043b\u044e\u0447\u0438\u0442\u0438 \u0457\u0457 \u0437\u043d\u043e\u0432\u0443.",videoMutedRemotelyTitle:"{{participantDisplayName}} \u0432\u0438\u043c\u043a\u043d\u0443\u0432 \u0432\u0430\u0448\u0443 \u043a\u0430\u043c\u0435\u0440\u0443",videoUnmuteBlockedDescription:"\u0423\u0432\u0456\u043c\u043a\u043d\u0435\u043d\u043d\u044f \u043a\u0430\u043c\u0435\u0440\u0438 \u0442\u0430 \u0441\u043f\u0456\u043b\u044c\u043d\u0438\u0439 \u043f\u0435\u0440\u0435\u0433\u043b\u044f\u0434 \u0435\u043a\u0440\u0430\u043d\u0430 \u0442\u0438\u043c\u0447\u0430\u0441\u043e\u0432\u043e \u0437\u0430\u0431\u043b\u043e\u043a\u043e\u0432\u0430\u043d\u043e \u0447\u0435\u0440\u0435\u0437 \u0441\u0438\u0441\u0442\u0435\u043c\u043d\u0456 \u043e\u0431\u043c\u0435\u0436\u0435\u043d\u043d\u044f.",videoUnmuteBlockedTitle:"\u0423\u0432\u0456\u043c\u043a\u043d\u0435\u043d\u043d\u044f \u043a\u0430\u043c\u0435\u0440\u0438 \u0442\u0430 \u0441\u043f\u0456\u043b\u044c\u043d\u0438\u0439 \u043f\u0435\u0440\u0435\u0433\u043b\u044f\u0434 \u0435\u043a\u0440\u0430\u043d\u0430 \u0437\u0430\u0431\u043b\u043e\u043a\u043e\u0432\u0430\u043d\u043e!",viewLobby:"\u041f\u0435\u0440\u0435\u0433\u043b\u044f\u043d\u0443\u0442\u0438 \u043f\u0440\u0438\u0439\u043c\u0430\u043b\u044c\u043d\u0443",waitingParticipants:"{{waitingParticipants}} \u0443\u0447\u0430\u0441\u043d\u0438\u043a\u0456\u0432"},participantsPane:{actions:{allow:"\u0414\u043e\u0437\u0432\u043e\u043b\u0438\u0442\u0438 \u0443\u0447\u0430\u0441\u043d\u0438\u043a\u0430\u043c:",allowVideo:"\u0420\u043e\u0437\u0431\u043b\u043e\u043a\u0443\u0432\u0430\u0442\u0438 \u043a\u0430\u043c\u0435\u0440\u0443",askUnmute:"\u041d\u0430\u0434\u0430\u0442\u0438 \u0441\u043b\u043e\u0432\u043e",audioModeration:"\u0412\u043c\u0438\u043a\u0430\u0442\u0438 \u0441\u0432\u0456\u0439 \u043c\u0456\u043a\u0440\u043e\u0444\u043e\u043d",blockEveryoneMicCamera:"\u0417\u0430\u0431\u043b\u043e\u043a\u0443\u0432\u0430\u0442\u0438 \u0432\u0441\u0456\u043c \u043c\u0456\u043a\u0440\u043e\u0444\u043e\u043d \u0456 \u043a\u0430\u043c\u0435\u0440\u0443",invite:"\u0417\u0430\u043f\u0440\u043e\u0441\u0438\u0442\u0438",moreModerationActions:"\u0414\u043e\u0434\u0430\u0442\u043a\u043e\u0432\u0456 \u043d\u0430\u043b\u0430\u0448\u0442\u0443\u0432\u0430\u043d\u043d\u044f \u043c\u043e\u0434\u0435\u0440\u0430\u0446\u0456\u0457",moreModerationControls:"\u041d\u0430\u043b\u0430\u0448\u0442\u0443\u0432\u0430\u043d\u043d\u044f \u043c\u043e\u0434\u0435\u0440\u0430\u0446\u0456\u0457",moreParticipantOptions:"\u0414\u043e\u0434\u0430\u0442\u043a\u043e\u0432\u0456 \u043d\u0430\u043b\u0430\u0448\u0442\u0443\u0432\u0430\u043d\u043d\u044f \u0434\u043b\u044f \u0443\u0447\u0430\u0441\u043d\u0438\u043a\u0456\u0432",mute:"\u0412\u0438\u043c\u043a\u043d\u0443\u0442\u0438 \u043c\u0456\u043a\u0440\u043e\u0444\u043e\u043d",muteAll:"\u0412\u0438\u043c\u043a\u043d\u0443\u0442\u0438 \u043c\u0456\u043a\u0440\u043e\u0444\u043e\u043d\u0438 \u0432\u0441\u0456\u043c",muteEveryoneElse:"\u0412\u0438\u043c\u043a\u043d\u0443\u0442\u0438 \u043c\u0456\u043a\u0440\u043e\u0444\u043e\u043d\u0438 \u0432\u0441\u0456\u043c \u0456\u043d\u0448\u0438\u043c",stopEveryonesVideo:"\u0412\u0438\u043c\u043a\u043d\u0443\u0442\u0438 \u043a\u0430\u043c\u0435\u0440\u0438 \u0432\u0441\u0456\u043c",stopVideo:"\u0412\u0438\u043c\u043a\u043d\u0443\u0442\u0438 \u043a\u0430\u043c\u0435\u0440\u0443",unblockEveryoneMicCamera:"\u0420\u043e\u0437\u0431\u043b\u043e\u043a\u0443\u0432\u0430\u0442\u0438 \u0432\u0441\u0456\u043c \u043c\u0456\u043a\u0440\u043e\u0444\u043e\u043d \u0456 \u043a\u0430\u043c\u0435\u0440\u0443",videoModeration:"\u0412\u043c\u0438\u043a\u0430\u0442\u0438 \u0441\u0432\u043e\u044e \u043a\u0430\u043c\u0435\u0440\u0443"},close:"\u0417\u0430\u043a\u0440\u0438\u0442\u0438",headings:{lobby:"\u041f\u0440\u0438\u0439\u043c\u0430\u043b\u044c\u043d\u0430 ({{count}})",participantsList:"\u0423\u0447\u0430\u0441\u043d\u0438\u043a\u0438 ({{count}})",visitors:"\u0412\u0456\u0434\u0432\u0456\u0434\u0443\u0432\u0430\u0447\u0456 ({{count}})",waitingLobby:"\u041e\u0447\u0456\u043a\u0443\u044e\u0442\u044c \u0443 \u043f\u0440\u0438\u0439\u043c\u0430\u043b\u044c\u043d\u0456\u0439 ({{count}})"},search:"\u041f\u043e\u0448\u0443\u043a \u0443\u0447\u0430\u0441\u043d\u0438\u043a\u0456\u0432",title:"\u041f\u043e\u043a\u0430\u0437\u0430\u0442\u0438/\u043f\u0440\u0438\u0445\u043e\u0432\u0430\u0442\u0438 \u043f\u0430\u043d\u0435\u043b\u044c \u0443\u0447\u0430\u0441\u043d\u0438\u043a\u0456\u0432"},passwordDigitsOnly:"\u0414\u043e {{number}} \u0446\u0438\u0444\u0440",passwordSetRemotely:"\u0412\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d\u043e \u0456\u043d\u0448\u0438\u043c \u0443\u0447\u0430\u0441\u043d\u0438\u043a\u043e\u043c",pinParticipant:"{{participantName}} - \u0417\u0430\u043a\u0440\u0456\u043f\u0438\u0442\u0438",pinnedParticipant:"\u0423\u0447\u0430\u0441\u043d\u0438\u043a \u0437\u0430\u043a\u0440\u0456\u043f\u043b\u0435\u043d\u0438\u0439",polls:{answer:{skip:"\u041f\u0440\u043e\u043f\u0443\u0441\u0442\u0438\u0442\u0438",submit:"\u0413\u0430\u0440\u0430\u0437\u0434"},by:"\u0412\u0456\u0434 {{ name }}",create:{addOption:"\u0414\u043e\u0434\u0430\u0442\u0438 \u0432\u0430\u0440\u0456\u0430\u043d\u0442",answerPlaceholder:"\u0412\u0430\u0440\u0456\u0430\u043d\u0442 {{index}}",cancel:"\u0421\u043a\u0430\u0441\u0443\u0432\u0430\u0442\u0438",create:"\u0421\u0442\u0432\u043e\u0440\u0438\u0442\u0438 \u043e\u043f\u0438\u0442\u0443\u0432\u0430\u043d\u043d\u044f",pollOption:"\u0412\u0430\u0440\u0456\u0430\u043d\u0442 \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u0456 {{index}}",pollQuestion:"\u041f\u0438\u0442\u0430\u043d\u043d\u044f",questionPlaceholder:"\u041f\u043e\u0441\u0442\u0430\u0432\u0442\u0435 \u0437\u0430\u043f\u0438\u0442\u0430\u043d\u043d\u044f",removeOption:"\u0412\u0438\u043b\u0443\u0447\u0438\u0442\u0438",send:"\u041d\u0430\u0434\u0456\u0441\u043b\u0430\u0442\u0438"},notification:{description:"\u0429\u043e\u0431 \u043f\u0440\u043e\u0433\u043e\u043b\u043e\u0441\u0443\u0432\u0430\u0442\u0438, \u0432\u0456\u0434\u043a\u0440\u0438\u0439\u0442\u0435 \u0432\u043a\u043b\u0430\u0434\u043a\u0443 \u043e\u043f\u0438\u0442\u0443\u0432\u0430\u043d\u044c",title:"\u0414\u043e\u0434\u0430\u043d\u043e \u043d\u043e\u0432\u0435 \u043e\u043f\u0438\u0442\u0443\u0432\u0430\u043d\u043d\u044f"},results:{changeVote:"\u0417\u043c\u0456\u043d\u0438\u0442\u0438 \u0432\u0430\u0448 \u0432\u0438\u0431\u0456\u0440",empty:"\u041e\u043f\u0438\u0442\u0443\u0432\u0430\u043d\u044c \u0449\u0435 \u043d\u0435\u043c\u0430\u0454. \u0420\u043e\u0437\u043f\u043e\u0447\u043d\u0456\u0442\u044c \u043e\u043f\u0438\u0442\u0443\u0432\u0430\u043d\u043d\u044f \u0442\u0443\u0442!",hideDetailedResults:"\u0421\u0442\u0438\u0441\u043b\u043e",showDetailedResults:"\u0414\u043e\u043a\u043b\u0430\u0434\u043d\u043e",vote:"\u0413\u043e\u043b\u043e\u0441\u0443\u0432\u0430\u0442\u0438"}},poweredby:"\u043d\u0430 \u043e\u0441\u043d\u043e\u0432\u0456",prejoin:{audioAndVideoError:"\u041f\u043e\u043c\u0438\u043b\u043a\u0430 \u0430\u0443\u0434\u0456\u043e \u0442\u0430 \u0432\u0456\u0434\u0435\u043e:",audioDeviceProblem:"\u0412\u0438\u043d\u0438\u043a\u043b\u0430 \u043f\u0440\u043e\u0431\u043b\u0435\u043c\u0430 \u0437 \u0432\u0430\u0448\u0438\u043c \u0437\u0432\u0443\u043a\u043e\u0432\u0438\u043c \u043f\u0440\u0438\u0441\u0442\u0440\u043e\u0454\u043c",audioOnlyError:"\u041f\u043e\u043c\u0438\u043b\u043a\u0430 \u0430\u0443\u0434\u0456\u043e:",audioTrackError:"\u041d\u0435 \u0432\u0434\u0430\u043b\u043e\u0441\u044c \u0441\u0442\u0432\u043e\u0440\u0438\u0442\u0438 \u0437\u0432\u0443\u043a\u043e\u0432\u0443 \u0434\u043e\u0440\u0456\u0436\u043a\u0443.",callMe:"\u0417\u0430\u0442\u0435\u043b\u0435\u0444\u043e\u043d\u0443\u0439\u0442\u0435 \u043c\u0435\u043d\u0456",callMeAtNumber:"\u0417\u0430\u0442\u0435\u043b\u0435\u0444\u043e\u043d\u0443\u0439\u0442\u0435 \u043c\u0435\u043d\u0456 \u0437\u0430 \u0446\u0438\u043c \u043d\u043e\u043c\u0435\u0440\u043e\u043c:",calling:"\u0417'\u0454\u0434\u043d\u0443\u0454\u043c\u043e",configuringDevices:"\u041d\u0430\u043b\u0430\u0448\u0442\u0443\u0432\u0430\u043d\u043d\u044f \u043f\u0440\u0438\u0441\u0442\u0440\u043e\u0457\u0432...",connectedWithAudioQ:"\u0412\u0438 \u043f\u0440\u0438\u0454\u0434\u043d\u0430\u043b\u0438\u0441\u044f \u0443 \u0440\u0435\u0436\u0438\u043c\u0456 \u0437\u0456 \u0437\u0432\u0443\u043a\u043e\u043c?",connection:{good:"\u042f\u043a\u0456\u0441\u0442\u044c \u0432\u0430\u0448\u043e\u0433\u043e \u043f\u0456\u0434\u043a\u043b\u044e\u0447\u0435\u043d\u043d\u044f \u0434\u043e \u0406\u043d\u0442\u0435\u0440\u043d\u0435\u0442\u0443 \u0454 \u043d\u043e\u0440\u043c\u0430\u043b\u044c\u043d\u043e\u044e!",nonOptimal:"\u042f\u043a\u0456\u0441\u0442\u044c \u0432\u0430\u0448\u043e\u0433\u043e \u043f\u0456\u0434\u043a\u043b\u044e\u0447\u0435\u043d\u043d\u044f \u0434\u043e \u0406\u043d\u0442\u0435\u0440\u043d\u0435\u0442\u0443 \u043d\u0435 \u0454 \u043e\u043f\u0442\u0438\u043c\u0430\u043b\u044c\u043d\u043e\u044e",poor:"\u0423 \u0432\u0430\u0441 \u043f\u043e\u0433\u0430\u043d\u0430 \u044f\u043a\u0456\u0441\u0442\u044c \u043f\u0456\u0434\u043a\u043b\u044e\u0447\u0435\u043d\u043d\u044f \u0434\u043e \u0406\u043d\u0442\u0435\u0440\u043d\u0435\u0442\u0443"},connectionDetails:{audioClipping:"\u041c\u0438 \u043e\u0447\u0456\u043a\u0443\u0454\u043c\u043e, \u0449\u043e \u0432\u0430\u0448 \u0437\u0432\u0443\u043a \u043c\u043e\u0436\u0435 \u0431\u0443\u0442\u0438 \u0441\u043f\u043e\u0442\u0432\u043e\u0440\u0435\u043d\u0438\u0439.",audioHighQuality:"\u041c\u0438 \u043e\u0447\u0456\u043a\u0443\u0454\u043c\u043e, \u0449\u043e \u0432\u0430\u0448 \u0437\u0432\u0443\u043a \u043c\u0430\u0442\u0438\u043c\u0435 \u0432\u0456\u0434\u043c\u0456\u043d\u043d\u0443 \u044f\u043a\u0456\u0441\u0442\u044c.",audioLowNoVideo:"\u041c\u0438 \u043e\u0447\u0456\u043a\u0443\u0454\u043c\u043e, \u0449\u043e \u044f\u043a\u0456\u0441\u0442\u044c \u0432\u0430\u0448\u043e\u0433\u043e \u0437\u0432\u0443\u043a\u0443 \u0431\u0443\u0434\u0435 \u043d\u0438\u0437\u044c\u043a\u043e\u044e, \u0430 \u0432\u0456\u0434\u0435\u043e \u0432\u0456\u0434\u0441\u0443\u0442\u043d\u0454.",goodQuality:"\u0412\u0438 \u043c\u043e\u0436\u0435\u0442\u0435 \u0440\u043e\u0437\u0440\u0430\u0445\u043e\u0432\u0443\u0432\u0430\u0442\u0438 \u043d\u0430 \u0447\u0443\u0434\u043e\u0432\u0443 \u044f\u043a\u0456\u0441\u0442\u044c \u0437\u0432\u0443\u043a\u0443 \u0442\u0430 \u0432\u0456\u0434\u0435\u043e.",noMediaConnectivity:"\u041d\u0430\u043c \u043d\u0435 \u0432\u0434\u0430\u043b\u043e\u0441\u044f \u0437\u043d\u0430\u0439\u0442\u0438 \u0441\u043f\u043e\u0441\u0456\u0431 \u0432\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u0438 \u043c\u0443\u043b\u044c\u0442\u0438\u043c\u0435\u0434\u0456\u0439\u043d\u0435 \u0437'\u0454\u0434\u043d\u0430\u043d\u043d\u044f \u0434\u043b\u044f \u0446\u044c\u043e\u0433\u043e \u0442\u0435\u0441\u0442\u0443. \u0417\u0430\u0437\u0432\u0438\u0447\u0430\u0439 \u0446\u0435 \u0441\u043f\u0440\u0438\u0447\u0438\u043d\u0435\u043d\u043e \u0431\u0440\u0430\u043d\u0434\u043c\u0430\u0443\u0435\u0440\u043e\u043c \u0430\u0431\u043e NAT.",noVideo:"\u041c\u0438 \u043e\u0447\u0456\u043a\u0443\u0454\u043c\u043e, \u0449\u043e \u044f\u043a\u0456\u0441\u0442\u044c \u0432\u0430\u0448\u043e\u0433\u043e \u0432\u0456\u0434\u0435\u043e \u0431\u0443\u0434\u0435 \u043d\u0435\u043f\u0440\u0438\u0454\u043c\u043d\u043e \u043d\u0438\u0437\u044c\u043a\u043e\u044e.",undetectable:"\u042f\u043a\u0449\u043e \u0432\u0438 \u0432\u0441\u0435 \u0449\u0435 \u043d\u0435 \u043c\u043e\u0436\u0435\u0442\u0435 \u0437\u0434\u0456\u0439\u0441\u043d\u044e\u0432\u0430\u0442\u0438 \u0434\u0437\u0432\u0456\u043d\u043a\u0438 \u0432 \u0432\u0435\u0431-\u0431\u0440\u0430\u0443\u0437\u0435\u0440\u0456, \u043c\u0438 \u0440\u0435\u043a\u043e\u043c\u0435\u043d\u0434\u0443\u0454\u043c\u043e \u0432\u0430\u043c \u043f\u0435\u0440\u0435\u043a\u043e\u043d\u0430\u0442\u0438\u0441\u044f, \u0449\u043e \u0432\u0430\u0448\u0456 \u0434\u0438\u043d\u0430\u043c\u0456\u043a\u0438, \u043c\u0456\u043a\u0440\u043e\u0444\u043e\u043d \u0456 \u043a\u0430\u043c\u0435\u0440\u0430 \u043d\u0430\u043b\u0430\u0448\u0442\u043e\u0432\u0430\u043d\u0456 \u043d\u0430\u043b\u0435\u0436\u043d\u0438\u043c \u0447\u0438\u043d\u043e\u043c, \u0449\u043e \u0432\u0438 \u043d\u0430\u0434\u0430\u043b\u0438 \u0441\u0432\u043e\u0454\u043c\u0443 \u0432\u0435\u0431-\u0431\u0440\u0430\u0443\u0437\u0435\u0440\u0443 \u043f\u0440\u0430\u0432\u0430 \u043d\u0430 \u0432\u0438\u043a\u043e\u0440\u0438\u0441\u0442\u0430\u043d\u043d\u044f \u043c\u0456\u043a\u0440\u043e\u0444\u043e\u043d\u0430 \u0442\u0430 \u043a\u0430\u043c\u0435\u0440\u0438, \u0456 \u0449\u043e \u0432\u0430\u0448 \u0432\u0435\u0431-\u0431\u0440\u0430\u0443\u0437\u0435\u0440 \u043e\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u0439 \u0434\u043e \u043e\u0441\u0442\u0430\u043d\u043d\u044c\u043e\u0457 \u0432\u0435\u0440\u0441\u0456\u0457. \u042f\u043a\u0449\u043e \u0443 \u0432\u0430\u0441 \u0432\u0441\u0435 \u0449\u0435 \u0432\u0438\u043d\u0438\u043a\u0430\u044e\u0442\u044c \u043f\u0440\u043e\u0431\u043b\u0435\u043c\u0438 \u0437 \u0434\u0437\u0432\u0456\u043d\u043a\u0430\u043c\u0438, \u0432\u0430\u043c \u0441\u043b\u0456\u0434 \u0437\u0432'\u044f\u0437\u0430\u0442\u0438\u0441\u044f \u0437 \u0440\u043e\u0437\u0440\u043e\u0431\u043d\u0438\u043a\u043e\u043c \u0446\u0456\u0454\u0457 \u0432\u0435\u0431-\u043f\u0440\u043e\u0433\u0440\u0430\u043c\u0438.",veryPoorConnection:"\u041c\u0438 \u043e\u0447\u0456\u043a\u0443\u0454\u043c\u043e, \u0449\u043e \u044f\u043a\u0456\u0441\u0442\u044c \u0432\u0430\u0448\u043e\u0433\u043e \u0432\u0456\u0434\u0435\u043e \u0431\u0443\u0434\u0435 \u0430\u0431\u0441\u043e\u043b\u044e\u0442\u043d\u043e \u043d\u0438\u0437\u044c\u043a\u043e\u044e.",videoFreezing:"\u041c\u0438 \u043e\u0447\u0456\u043a\u0443\u0454\u043c\u043e, \u0449\u043e \u0432\u0430\u0448\u0435 \u0432\u0456\u0434\u0435\u043e \u0437\u0430\u0432\u0438\u0441\u043d\u0435, \u0431\u0443\u0434\u0435 \u0447\u043e\u0440\u043d\u0438\u043c \u0456 \u043f\u0456\u043a\u0441\u0435\u043b\u044c\u043d\u0438\u043c.",videoHighQuality:"\u041c\u0438 \u043e\u0447\u0456\u043a\u0443\u0454\u043c\u043e, \u0449\u043e \u0432\u0430\u0448\u0435 \u0432\u0456\u0434\u0435\u043e \u0431\u0443\u0434\u0435 \u044f\u043a\u0456\u0441\u043d\u0438\u043c.",videoLowQuality:"\u041c\u0438 \u043e\u0447\u0456\u043a\u0443\u0454\u043c\u043e, \u0449\u043e \u0432\u0430\u0448\u0435 \u0432\u0456\u0434\u0435\u043e \u043c\u0430\u0442\u0438\u043c\u0435 \u043d\u0438\u0437\u044c\u043a\u0443 \u044f\u043a\u0456\u0441\u0442\u044c \u0437 \u0442\u043e\u0447\u043a\u0438 \u0437\u043e\u0440\u0443 \u0447\u0430\u0441\u0442\u043e\u0442\u0438 \u043a\u0430\u0434\u0440\u0456\u0432 \u0456 \u0440\u043e\u0437\u0434\u0456\u043b\u044c\u043d\u043e\u0457 \u0437\u0434\u0430\u0442\u043d\u043e\u0441\u0442\u0456.",videoTearing:"\u041c\u0438 \u043e\u0447\u0456\u043a\u0443\u0454\u043c\u043e, \u0449\u043e \u0432\u0430\u0448\u0435 \u0432\u0456\u0434\u0435\u043e \u0431\u0443\u0434\u0435 \u043f\u0456\u043a\u0441\u0435\u043b\u044c\u043d\u0438\u043c \u0430\u0431\u043e \u043c\u0430\u0442\u0438\u043c\u0435 \u0432\u0456\u0437\u0443\u0430\u043b\u044c\u043d\u0456 \u0430\u0440\u0442\u0435\u0444\u0430\u043a\u0442\u0438."},copyAndShare:"\u0421\u043a\u043e\u043f\u0456\u044e\u0432\u0430\u0442\u0438 \u0442\u0430 \u043f\u043e\u0434\u0456\u043b\u0438\u0442\u0438\u0441\u044c \u043f\u043e\u0441\u0438\u043b\u0430\u043d\u043d\u044f\u043c \u043d\u0430 \u0437\u0443\u0441\u0442\u0440\u0456\u0447",dialInMeeting:"\u041f\u0440\u0438\u0454\u0434\u043d\u0430\u0442\u0438\u0441\u044f \u0442\u0435\u043b\u0435\u0444\u043e\u043d\u043e\u043c",dialInPin:"\u0417\u0430\u0442\u0435\u043b\u0435\u0444\u043e\u043d\u0443\u0439\u0442\u0435 \u043d\u0430 \u0437\u0443\u0441\u0442\u0440\u0456\u0447 \u0456 \u0432\u0432\u0435\u0434\u0456\u0442\u044c PIN-\u043a\u043e\u0434:",dialing:"\u0412\u0438\u043a\u043b\u0438\u043a",doNotShow:"\u041d\u0435 \u043f\u043e\u043a\u0430\u0437\u0443\u0432\u0430\u0442\u0438 \u0437\u043d\u043e\u0432\u0443",errorDialOut:"\u041d\u0435 \u0432\u0434\u0430\u043b\u043e\u0441\u044f \u043f\u043e\u0447\u0430\u0442\u0438 \u0434\u0437\u0432\u0456\u043d\u043e\u043a",errorDialOutDisconnected:"\u041d\u0435 \u0432\u0434\u0430\u043b\u043e\u0441\u044f \u043f\u043e\u0447\u0430\u0442\u0438 \u0434\u0437\u0432\u0456\u043d\u043e\u043a. \u0420\u043e\u0437'\u0454\u0434\u043d\u0430\u043d\u043e",errorDialOutFailed:"\u041d\u0435 \u0432\u0434\u0430\u043b\u043e\u0441\u044f \u043f\u043e\u0447\u0430\u0442\u0438 \u0434\u0437\u0432\u0456\u043d\u043e\u043a. \u041f\u043e\u043c\u0438\u043b\u043a\u0430 \u0437'\u0454\u0434\u043d\u0430\u043d\u043d\u044f",errorDialOutStatus:"\u041f\u043e\u043c\u0438\u043b\u043a\u0430 \u043e\u0442\u0440\u0438\u043c\u0430\u043d\u043d\u044f \u0441\u0442\u0430\u0442\u0443\u0441\u0443 \u0437'\u0454\u0434\u043d\u0430\u043d\u043d\u044f",errorMissingName:"\u0417\u0430\u0437\u043d\u0430\u0447\u0442\u0435 \u0441\u0432\u043e\u0454 \u0456\u043c'\u044f, \u0449\u043e\u0431 \u043f\u0440\u0438\u0454\u0434\u043d\u0430\u0442\u0438\u0441\u044f \u0434\u043e \u0437\u0443\u0441\u0442\u0440\u0456\u0447\u0456",errorNoPermissions:"\u0423\u0432\u0456\u043c\u043a\u043d\u0456\u0442\u044c \u0434\u043e\u0441\u0442\u0443\u043f \u0434\u043e \u043c\u0456\u043a\u0440\u043e\u0444\u043e\u043d\u0430 \u0442\u0430 \u043a\u0430\u043c\u0435\u0440\u0438",errorStatusCode:"\u041f\u043e\u043c\u0438\u043b\u043a\u0430 \u0437'\u0454\u0434\u043d\u0430\u043d\u043d\u044f, \u043a\u043e\u0434 \u0441\u0442\u0430\u0442\u0443\u0441\u0443: {{status}}",errorValidation:"\u041d\u0435\u043f\u0440\u0430\u0432\u0438\u043b\u044c\u043d\u0438\u0439 \u043d\u043e\u043c\u0435\u0440",iWantToDialIn:"\u042f \u0445\u043e\u0447\u0443 \u0437\u0430\u0442\u0435\u043b\u0435\u0444\u043e\u043d\u0443\u0432\u0430\u0442\u0438",initiated:"\u0414\u0437\u0432\u0456\u043d\u043e\u043a \u0440\u043e\u0437\u043f\u043e\u0447\u0430\u0442\u043e",joinAudioByPhone:"\u041f\u0440\u0438\u0454\u0434\u043d\u0430\u0442\u0438\u0441\u044f \u0437 \u0430\u0443\u0434\u0456\u043e \u043d\u0430 \u0442\u0435\u043b\u0435\u0444\u043e\u043d\u0456",joinMeeting:"\u041f\u0440\u0438\u0454\u0434\u043d\u0430\u0442\u0438\u0441\u044f \u0434\u043e \u0437\u0443\u0441\u0442\u0440\u0456\u0447\u0456",joinMeetingInLowBandwidthMode:"\u041f\u0440\u0438\u0454\u0434\u043d\u0430\u0442\u0438\u0441\u044f \u0432 \u0440\u0435\u0436\u0438\u043c\u0456 \u0435\u043a\u043e\u043d\u043e\u043c\u0456\u0457",joinWithoutAudio:"\u041f\u0440\u0438\u0454\u0434\u043d\u0430\u0442\u0438\u0441\u044f \u0432 \u0440\u0435\u0436\u0438\u043c\u0456 \u0442\u0438\u0448\u0456",keyboardShortcuts:"\u0423\u0432\u0456\u043c\u043a\u043d\u0443\u0442\u0438 \u043a\u043e\u043c\u0431\u0456\u043d\u0430\u0446\u0456\u0457 \u043a\u043b\u0430\u0432\u0456\u0448",linkCopied:"\u041f\u043e\u0441\u0438\u043b\u0430\u043d\u043d\u044f \u0441\u043a\u043e\u043f\u0456\u0439\u043e\u0432\u0430\u043d\u043e \u0432 \u0431\u0443\u0444\u0435\u0440 \u043e\u0431\u043c\u0456\u043d\u0443",lookGood:"\u0412\u0430\u0448 \u043c\u0456\u043a\u0440\u043e\u0444\u043e\u043d \u043f\u0440\u0430\u0446\u044e\u0454 \u043a\u043e\u0440\u0435\u043a\u0442\u043d\u043e",or:"\u0430\u0431\u043e",premeeting:"\u041f\u0435\u0440\u0435\u0434 \u043f\u0440\u0438\u0454\u0434\u043d\u0430\u043d\u043d\u044f\u043c",screenSharingError:"\u041f\u043e\u043c\u0438\u043b\u043a\u0430 \u0441\u043f\u0456\u043b\u044c\u043d\u043e\u0433\u043e \u043f\u0435\u0440\u0435\u0433\u043b\u044f\u0434\u0443 \u0435\u043a\u0440\u0430\u043d\u0430:",showScreen:"\u0423\u0432\u0456\u043c\u043a\u043d\u0443\u0442\u0438 \u0432\u0445\u0456\u0434\u043d\u0443 \u043f\u0430\u043d\u0435\u043b\u044c",startWithPhone:"\u041f\u043e\u0447\u0430\u0442\u0438 \u0432 \u0440\u0435\u0436\u0438\u043c\u0456 \u0442\u0435\u043b\u0435\u0444\u043e\u043d\u0443",videoOnlyError:"\u041f\u043e\u043c\u0438\u043b\u043a\u0430 \u0432\u0456\u0434\u0435\u043e:",videoTrackError:"\u041d\u0435 \u0432\u0434\u0430\u043b\u043e\u0441\u044f \u0441\u0442\u0432\u043e\u0440\u0438\u0442\u0438 \u0442\u0440\u0435\u043a \u0432\u0456\u0434\u0435\u043e.",viewAllNumbers:"\u043f\u0435\u0440\u0435\u0433\u043b\u044f\u043d\u0443\u0442\u0438 \u0432\u0441\u0456 \u043d\u043e\u043c\u0435\u0440\u0438"},presenceStatus:{busy:"\u0417\u0430\u0439\u043d\u044f\u0442\u0438\u0439",calling:"\u0422\u0435\u043b\u0435\u0444\u043e\u043d\u0443\u0454...",connected:"\u0417'\u0454\u0434\u043d\u0430\u043d\u043e",connecting:"\u0417'\u0454\u0434\u043d\u0443\u0454\u0442\u044c\u0441\u044f...",connecting2:"\u0417'\u0454\u0434\u043d\u0443\u0454\u0442\u044c\u0441\u044f*...",disconnected:"\u0412\u0456\u0434'\u0454\u0434\u043d\u0430\u043d\u043e",expired:"\u041d\u0435\u0434\u0456\u0439\u0441\u043d\u0438\u0439",ignored:"\u041f\u0440\u043e\u043f\u0443\u0441\u0442\u0438\u0432",initializingCall:"\u0406\u043d\u0456\u0446\u0456\u0430\u043b\u0456\u0437\u0430\u0446\u0456\u044f \u0432\u0438\u043a\u043b\u0438\u043a\u0443...",invited:"\u0417\u0430\u043f\u0440\u043e\u0448\u0435\u043d\u0438\u0439",rejected:"\u0412\u0456\u0434\u043c\u043e\u0432\u0438\u0432\u0441\u044f",ringing:"\u0414\u0437\u0432\u0456\u043d\u043e\u043a..."},profile:{avatar:"\u0430\u0432\u0430\u0442\u0430\u0440",setDisplayNameLabel:"\u0406\u043c'\u044f",setEmailInput:"\u0417\u0430\u0437\u043d\u0430\u0447\u0442\u0435 email",setEmailLabel:"Email-\u0430\u0434\u0440\u0435\u0441\u0430 \u0434\u043b\u044f Gravatar",title:"\u041f\u0440\u043e\u0444\u0456\u043b\u044c"},raisedHand:"\u0425\u043e\u0447\u0435 \u0432\u0437\u044f\u0442\u0438 \u0441\u043b\u043e\u0432\u043e",raisedHandsLabel:"\u041a\u0456\u043b\u044c\u043a\u0456\u0441\u0442\u044c \u043f\u0456\u0434\u043d\u044f\u0442\u0438\u0445 \u0440\u0443\u043a",record:{already:{linked:"\u0417\u0443\u0441\u0442\u0440\u0456\u0447 \u0443\u0436\u0435 \u043f\u043e\u0432'\u044f\u0437\u0430\u043d\u0430 \u0437 \u0446\u0438\u043c \u043e\u0431'\u0454\u043a\u0442\u043e\u043c Salesforce."},type:{account:"\u041e\u0431\u043b\u0456\u043a\u043e\u0432\u0438\u0439 \u0437\u0430\u043f\u0438\u0441",contact:"\u041a\u043e\u043d\u0442\u0430\u043a\u0442",lead:"\u041f\u043e\u0442\u0435\u043d\u0446\u0456\u0439\u043d\u0438\u0439 \u043a\u043b\u0456\u0454\u043d\u0442",opportunity:"\u041c\u043e\u0436\u043b\u0438\u0432\u0456\u0441\u0442\u044c",owner:"\u0412\u043b\u0430\u0441\u043d\u0438\u043a"}},recording:{authDropboxText:"\u0417\u0430\u0432\u0430\u043d\u0442\u0430\u0436\u0438\u0442\u0438 \u0434\u043e Dropbox",availableSpace:"\u0414\u043e\u0441\u0442\u0443\u043f\u043d\u043e \u043c\u0456\u0441\u0446\u044f: {{spaceLeft}} \u041c\u0411 (\u043f\u0440\u0438\u0431\u043b\u0438\u0437\u043d\u043e {{duration}}\u0445\u0432 \u0437\u0430\u043f\u0438\u0441\u0443)",beta:"\u0411\u0415\u0422\u0410",busy:"\u041c\u0438 \u043f\u0440\u0430\u0446\u044e\u0454\u043c\u043e \u043d\u0430\u0434 \u0432\u0438\u0432\u0456\u043b\u044c\u043d\u0435\u043d\u043d\u044f\u043c \u0440\u0435\u0441\u0443\u0440\u0441\u0456\u0432 \u0434\u043b\u044f \u0437\u0430\u043f\u0438\u0441\u0443. \u0421\u043f\u0440\u043e\u0431\u0443\u0439\u0442\u0435 \u0437\u0430 \u0434\u0435\u043a\u0456\u043b\u044c\u043a\u0430 \u0445\u0432\u0438\u043b\u0438\u043d.",busyTitle:"\u0423\u0441\u0456 \u043a\u0430\u043d\u0430\u043b\u0438 \u0434\u043b\u044f \u0437\u0430\u043f\u0438\u0441\u0443 \u043d\u0430\u0440\u0430\u0437\u0456 \u0437\u0430\u0439\u043d\u044f\u0442\u0456",copyLink:"\u0421\u043a\u043e\u043f\u0456\u044e\u0432\u0430\u0442\u0438 \u043f\u043e\u0441\u0438\u043b\u0430\u043d\u043d\u044f",error:"\u041f\u043e\u043c\u0438\u043b\u043a\u0430 \u0437\u0430\u043f\u0438\u0441\u0443. \u0421\u043f\u0440\u043e\u0431\u0443\u0439\u0442\u0435 \u043f\u0456\u0437\u043d\u0456\u0448\u0435.",errorFetchingLink:"\u041f\u043e\u043c\u0438\u043b\u043a\u0430 \u043f\u0440\u0438 \u043e\u0442\u0440\u0438\u043c\u0430\u043d\u043d\u0456 \u043f\u043e\u0441\u0438\u043b\u0430\u043d\u043d\u044f \u043d\u0430 \u0437\u0430\u043f\u0438\u0441.",expandedOff:"\u0417\u0430\u043f\u0438\u0441 \u0437\u0443\u043f\u0438\u043d\u0435\u043d\u043e",expandedOn:"\u0426\u044f \u0437\u0443\u0441\u0442\u0440\u0456\u0447 \u0437\u0430\u043f\u0438\u0441\u0443\u0454\u0442\u044c\u0441\u044f.",expandedPending:"\u041f\u043e\u0447\u0438\u043d\u0430\u0454\u043c\u043e \u0437\u0430\u043f\u0438\u0441 \u0437\u0443\u0441\u0442\u0440\u0456\u0447\u0456...",failedToStart:"\u041f\u043e\u043c\u0438\u043b\u043a\u0430 \u043f\u043e\u0447\u0430\u0442\u043a\u0443 \u0437\u0430\u043f\u0438\u0441\u0443",fileSharingdescription:"\u041f\u043e\u0434\u0456\u043b\u0456\u0442\u044c\u0441\u044f \u043f\u043e\u0441\u0438\u043b\u0430\u043d\u043d\u044f\u043c \u043d\u0430 \u0437\u0430\u043f\u0438\u0441 \u0437 \u0443\u0447\u0430\u0441\u043d\u0438\u043a\u0430\u043c\u0438 \u0437\u0443\u0441\u0442\u0440\u0456\u0447\u0456",highlight:"\u0412\u0438\u0434\u0456\u043b\u0438\u0442\u0438",highlightMoment:"\u041e\u0441\u043d\u043e\u0432\u043d\u0430 \u043f\u043e\u0434\u0456\u044f \u0437\u0443\u0441\u0442\u0440\u0456\u0447\u0456",highlightMomentDisabled:"\u0412\u0438 \u0437\u043c\u043e\u0436\u0435\u0442\u0435 \u0432\u0438\u0434\u0456\u043b\u044f\u0442\u0438 \u043e\u0441\u043d\u043e\u0432\u043d\u0456 \u043f\u043e\u0434\u0456\u0457 \u0437\u0443\u0441\u0442\u0440\u0456\u0447\u0456 \u043f\u0456\u0441\u043b\u044f \u043f\u043e\u0447\u0430\u0442\u043a\u0443 \u0437\u0430\u043f\u0438\u0441\u0443",highlightMomentSuccess:"\u041f\u043e\u0434\u0456\u044e \u0432\u0438\u0434\u0456\u043b\u0435\u043d\u043e",highlightMomentSucessDescription:"\u0412\u0438\u0434\u0456\u043b\u0435\u043d\u0443 \u043f\u043e\u0434\u0456\u044e \u0431\u0443\u0434\u0435 \u0434\u043e\u0434\u0430\u043d\u043e \u0434\u043e \u043f\u0456\u0434\u0441\u0443\u043c\u043a\u0443 \u0437\u0443\u0441\u0442\u0440\u0456\u0447\u0456.",inProgress:"\u0422\u0440\u0438\u0432\u0430\u0454 \u0437\u0430\u043f\u0438\u0441 \u0430\u0431\u043e \u0442\u0440\u0430\u043d\u0441\u043b\u044f\u0446\u0456\u044f \u043d\u0430\u0436\u0438\u0432\u043e",limitNotificationDescriptionNative:"\u0427\u0435\u0440\u0435\u0437 \u0432\u0435\u043b\u0438\u043a\u0435 \u043d\u0430\u0432\u0430\u043d\u0442\u0430\u0436\u0435\u043d\u043d\u044f \u0441\u0435\u0440\u0432\u0435\u0440\u0430 \u0432\u0430\u0448 \u0437\u0430\u043f\u0438\u0441 \u0431\u0443\u0434\u0435 \u043e\u0431\u043c\u0435\u0436\u0435\u043d\u043e {{limit}}\u0445\u0432. \u0414\u043b\u044f \u043c\u043e\u0436\u043b\u0438\u0432\u043e\u0441\u0442\u0456 \u0431\u0435\u0437\u043b\u0456\u043c\u0456\u0442\u043d\u0438\u0445 \u0437\u0430\u043f\u0438\u0441\u0456\u0432, \u0441\u043f\u0440\u043e\u0431\u0443\u0439\u0442\u0435 <3>{{app}}.",limitNotificationDescriptionWeb:"\u0427\u0435\u0440\u0435\u0437 \u0432\u0435\u043b\u0438\u043a\u0435 \u043d\u0430\u0432\u0430\u043d\u0442\u0430\u0436\u0435\u043d\u043d\u044f \u0441\u0435\u0440\u0432\u0435\u0440\u0430 \u0432\u0430\u0448 \u0437\u0430\u043f\u0438\u0441 \u0431\u0443\u0434\u0435 \u043e\u0431\u043c\u0435\u0436\u0435\u043d\u043e {{limit}} \u0445\u0432. \u0414\u043b\u044f \u043c\u043e\u0436\u043b\u0438\u0432\u043e\u0441\u0442\u0456 \u0431\u0435\u0437\u043b\u0456\u043c\u0456\u0442\u043d\u0438\u0445 \u0437\u0430\u043f\u0438\u0441\u0456\u0432, \u0441\u043f\u0440\u043e\u0431\u0443\u0439\u0442\u0435 {{app}}.",linkGenerated:"\u0413\u043e\u0442\u043e\u0432\u043e \u043f\u043e\u0441\u0438\u043b\u0430\u043d\u043d\u044f \u043d\u0430 \u0432\u0430\u0448 \u0437\u0430\u043f\u0438\u0441.",live:"\u041d\u0410\u0416\u0418\u0412\u041e",localRecordingNoNotificationWarning:"\u041d\u0430\u044f\u0432\u043d\u0456\u0441\u0442\u044c \u043f\u043e\u0441\u0438\u043b\u0430\u043d\u043d\u044f \u043d\u0430 \u0437\u0430\u043f\u0438\u0441 \u0437\u0443\u0441\u0442\u0440\u0456\u0447\u0456 \u043d\u0435 \u0430\u043d\u043e\u043d\u0441\u0443\u0454\u0442\u044c\u0441\u044f \u0456\u043d\u0448\u0438\u043c \u0443\u0447\u0430\u0441\u043d\u0438\u043a\u0430\u043c. \u041f\u043e\u0432\u0456\u0434\u043e\u043c\u0442\u0435 \u0457\u043c \u043f\u0440\u043e \u0446\u0435 \u043e\u043a\u0440\u0435\u043c\u043e.",localRecordingNoVideo:"\u0412\u0456\u0434\u0435\u043e \u043d\u0435 \u0437\u0430\u043f\u0438\u0441\u0443\u0454\u0442\u044c\u0441\u044f",localRecordingStartWarning:"\u0417\u0443\u043f\u0438\u043d\u0456\u0442\u044c \u0437\u0430\u043f\u0438\u0441, \u043f\u0435\u0440\u0448 \u043d\u0456\u0436 \u0437\u0430\u043b\u0438\u0448\u0438\u0442\u0438 \u0437\u0443\u0441\u0442\u0440\u0456\u0447, \u0449\u043e\u0431 \u0437\u0431\u0435\u0440\u0435\u0433\u0442\u0438 \u0439\u043e\u0433\u043e.",localRecordingStartWarningTitle:"\u0417\u0443\u043f\u0438\u043d\u0456\u0442\u044c \u0437\u0430\u043f\u0438\u0441, \u0449\u043e\u0431 \u0437\u0431\u0435\u0440\u0435\u0433\u0442\u0438 \u0439\u043e\u0433\u043e",localRecordingVideoStop:"\u0412\u0438\u043c\u0438\u043a\u0430\u043d\u043d\u044f \u043a\u0430\u043c\u0435\u0440\u0438 \u0442\u0430\u043a\u043e\u0436 \u043f\u0440\u0438\u043f\u0438\u043d\u0438\u0442\u044c \u043b\u043e\u043a\u0430\u043b\u044c\u043d\u0438\u0439 \u0437\u0430\u043f\u0438\u0441. \u041f\u0440\u043e\u0434\u043e\u0432\u0436\u0438\u0442\u0438?",localRecordingVideoWarning:"\u0429\u043e\u0431 \u0437\u0430\u043f\u0438\u0441\u0430\u0442\u0438 \u0432\u0430\u0448\u0435 \u0432\u0456\u0434\u0435\u043e, \u043a\u0430\u043c\u0435\u0440\u0430 \u043c\u0430\u0454 \u0431\u0443\u0442\u0438 \u0443\u0432\u0456\u043c\u043a\u043d\u0435\u043d\u0430 \u0434\u043e \u043f\u043e\u0447\u0430\u0442\u043a\u0443 \u0437\u0430\u043f\u0438\u0441\u0443",localRecordingWarning:"\u0412\u0438\u0431\u0435\u0440\u0456\u0442\u044c \u043f\u043e\u0442\u043e\u0447\u043d\u0443 \u0432\u043a\u043b\u0430\u0434\u043a\u0443 \u0432\u0435\u0431-\u0431\u0440\u0430\u0443\u0437\u0435\u0440\u0430, \u0449\u043e\u0431 \u0432\u0438\u043a\u043e\u0440\u0438\u0441\u0442\u043e\u0432\u0443\u0432\u0430\u0442\u0438 \u043f\u0440\u0430\u0432\u0438\u043b\u044c\u043d\u0456 \u043d\u0430\u043b\u0430\u0448\u0442\u0443\u0432\u0430\u043d\u043d\u044f \u043a\u0430\u043c\u0435\u0440\u0438 \u0442\u0430 \u043c\u0456\u043a\u0440\u043e\u0444\u043e\u043d\u0430. \u0417\u0430\u043f\u0438\u0441 \u043d\u0430\u0440\u0430\u0437\u0456 \u043e\u0431\u043c\u0435\u0436\u0435\u043d\u0438\u0439 1 \u0413\u0411, \u0449\u043e \u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c \u043f\u0440\u0438\u0431\u043b\u0438\u0437\u043d\u043e 100 \u0445\u0432.",loggedIn:"\u0412\u0438 \u0432\u0432\u0456\u0439\u0448\u043b\u0438 \u044f\u043a {{userName}}",noMicPermission:"\u041d\u0435 \u0432\u0434\u0430\u043b\u043e\u0441\u044f \u0441\u0442\u0432\u043e\u0440\u0438\u0442\u0438 \u043c\u0456\u043a\u0440\u043e\u0444\u043e\u043d\u043d\u0443 \u0434\u043e\u0440\u0456\u0436\u043a\u0443. \u041d\u0430\u0434\u0430\u0439\u0442\u0435 \u0434\u043e\u0437\u0432\u0456\u043b \u043d\u0430 \u0434\u043e\u0441\u0442\u0443\u043f \u0434\u043e \u043c\u0456\u043a\u0440\u043e\u0444\u043e\u043d\u0430.",noStreams:"\u0410\u0443\u0434\u0456\u043e \u0447\u0438 \u0432\u0456\u0434\u0435\u043e \u043f\u043e\u0442\u0456\u043a \u043d\u0435 \u0432\u0438\u044f\u0432\u043b\u0435\u043d\u043e.",off:"\u0417\u0430\u043f\u0438\u0441 \u0437\u0443\u043f\u0438\u043d\u0435\u043d\u043e",offBy:"{{name}} \u0437\u0443\u043f\u0438\u043d\u0438\u0432 \u0437\u0430\u043f\u0438\u0441",on:"\u0417\u0430\u043f\u0438\u0441 \u0440\u043e\u0437\u043f\u043e\u0447\u0430\u0442\u043e",onBy:"{{name}} \u0443\u0432\u0456\u043c\u043a\u043d\u0443\u0432 \u0437\u0430\u043f\u0438\u0441",onlyRecordSelf:"\u0417\u0430\u043f\u0438\u0441\u0443\u0432\u0430\u0442\u0438 \u043b\u0438\u0448\u0435 \u043c\u043e\u0457 \u0430\u0443\u0434\u0456\u043e \u0442\u0430 \u0432\u0456\u0434\u0435\u043e \u043f\u043e\u0442\u043e\u043a\u0438",pending:"\u041f\u0456\u0434\u0433\u043e\u0442\u043e\u0432\u043a\u0430 \u0434\u043e \u0437\u0430\u043f\u0438\u0441\u0443 \u0437\u0443\u0441\u0442\u0440\u0456\u0447\u0456...",rec:"REC",saveLocalRecording:"\u0417\u0431\u0435\u0440\u0435\u0433\u0442\u0438 \u0444\u0430\u0439\u043b \u0437\u0430\u043f\u0438\u0441\u0443 \u043b\u043e\u043a\u0430\u043b\u044c\u043d\u043e (\u0422\u0415\u0421\u0422\u0423\u0412\u0410\u041d\u041d\u042f)",serviceDescription:"\u0412\u0430\u0448 \u0437\u0430\u043f\u0438\u0441 \u0431\u0443\u0434\u0435 \u0437\u0431\u0435\u0440\u0435\u0436\u0435\u043d\u043e \u043f\u043e\u0441\u043b\u0443\u0433\u043e\u044e \u0437\u0430\u043f\u0438\u0441\u0443",serviceDescriptionCloud:"\u0425\u043c\u0430\u0440\u043d\u0438\u0439 \u0437\u0430\u043f\u0438\u0441",serviceDescriptionCloudInfo:"\u0417\u0430\u043f\u0438\u0441\u0430\u043d\u0456 \u0437\u0443\u0441\u0442\u0440\u0456\u0447\u0456 \u0431\u0443\u0434\u0443\u0442\u044c \u0432\u0438\u0434\u0430\u043b\u0435\u043d\u0456 \u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u043d\u043e \u0447\u0435\u0440\u0435\u0437 24 \u0433\u043e\u0434\u0438\u043d\u0438 \u043f\u0456\u0441\u043b\u044f \u0457\u0445 \u0437\u0430\u043f\u0438\u0441\u0443.",serviceName:"\u0421\u043b\u0443\u0436\u0431\u0430 \u0437\u0430\u043f\u0438\u0441\u0443",sessionAlreadyActive:"\u0426\u044f \u0437\u0443\u0441\u0442\u0440\u0456\u0447 \u0432\u0436\u0435 \u0437\u0430\u043f\u0438\u0441\u0443\u0454\u0442\u044c\u0441\u044f \u0430\u0431\u043e \u0442\u0440\u0430\u043d\u0441\u043b\u044e\u0454\u0442\u044c\u0441\u044f \u043d\u0430\u0436\u0438\u0432\u043e.",signIn:"\u0423\u0432\u0456\u0439\u0442\u0438",signOut:"\u0412\u0438\u0439\u0442\u0438",surfaceError:"\u0412\u0438\u0431\u0435\u0440\u0456\u0442\u044c \u043f\u043e\u0442\u043e\u0447\u043d\u0443 \u0432\u043a\u043b\u0430\u0434\u043a\u0443.",title:"\u0417\u0430\u043f\u0438\u0441",unavailable:"\u0421\u043b\u0443\u0436\u0431\u0430 {{serviceName}} \u0437\u0430\u0440\u0430\u0437 \u043d\u0435\u0434\u043e\u0441\u0442\u0443\u043f\u043d\u0430. \u041c\u0438 \u043f\u0440\u0430\u0446\u044e\u0454\u043c\u043e \u043d\u0430\u0434 \u0432\u0438\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u043d\u044f\u043c \u0446\u0456\u0454\u0457 \u043f\u043e\u043c\u0438\u043b\u043a\u0438. \u0421\u043f\u0440\u043e\u0431\u0443\u0439\u0442\u0435 \u043f\u0456\u0437\u043d\u0456\u0448\u0435.",unavailableTitle:"\u0417\u0430\u043f\u0438\u0441 \u043d\u0435\u0434\u043e\u0441\u0442\u0443\u043f\u043d\u0438\u0439",uploadToCloud:"\u0417\u0430\u0432\u0430\u043d\u0442\u0430\u0436\u0438\u0442\u0438 \u0432 \u0445\u043c\u0430\u0440\u0443"},screenshareDisplayName:"\u0415\u043a\u0440\u0430\u043d {{name}}",sectionList:{pullToRefresh:"\u041f\u043e\u0442\u044f\u0433\u043d\u0456\u0442\u044c, \u0449\u043e\u0431 \u043e\u043d\u043e\u0432\u0438\u0442\u0438"},security:{about:"\u0412\u0438 \u043c\u043e\u0436\u0435\u0442\u0435 \u0434\u043e\u0434\u0430\u0442\u0438 $t(lockRoomPassword) \u0434\u043b\u044f \u0437\u0430\u0445\u0438\u0441\u0442\u0443 \u0432\u0430\u0448\u043e\u0457 \u0437\u0443\u0441\u0442\u0440\u0456\u0447\u0456. \u0423\u0447\u0430\u0441\u043d\u0438\u043a\u0430\u043c \u043f\u043e\u0442\u0440\u0456\u0431\u043d\u043e \u0431\u0443\u0434\u0435 \u0432\u0432\u0435\u0441\u0442\u0438 $t(lockRoomPassword), \u043f\u0435\u0440\u0448 \u043d\u0456\u0436 \u0457\u043c \u0431\u0443\u0434\u0435 \u0434\u043e\u0437\u0432\u043e\u043b\u0435\u043d\u043e \u043f\u0440\u0438\u0454\u0434\u043d\u0430\u0442\u0438\u0441\u044f \u0434\u043e \u0437\u0443\u0441\u0442\u0440\u0456\u0447\u0456.",aboutReadOnly:"\u041c\u043e\u0434\u0435\u0440\u0430\u0442\u043e\u0440\u0438 \u043c\u043e\u0436\u0443\u0442\u044c \u0434\u043e\u0434\u0430\u0442\u0438 $t(lockRoomPassword) \u0434\u043b\u044f \u0437\u0430\u0445\u0438\u0441\u0442\u0443 \u0437\u0443\u0441\u0442\u0440\u0456\u0447\u0456. \u0423\u0447\u0430\u0441\u043d\u0438\u043a\u0430\u043c \u043f\u043e\u0442\u0440\u0456\u0431\u043d\u043e \u0431\u0443\u0434\u0435 \u0432\u0432\u0435\u0441\u0442\u0438 $t(lockRoomPassword), \u043f\u0435\u0440\u0448 \u043d\u0456\u0436 \u0457\u043c \u0431\u0443\u0434\u0435 \u0434\u043e\u0437\u0432\u043e\u043b\u0435\u043d\u043e \u043f\u0440\u0438\u0454\u0434\u043d\u0430\u0442\u0438\u0441\u044f \u0434\u043e \u0437\u0443\u0441\u0442\u0440\u0456\u0447\u0456.",insecureRoomNameWarning:"\u041d\u0430\u0437\u0432\u0430 \u043a\u0456\u043c\u043d\u0430\u0442\u0438 \u043d\u0435 \u0454 \u0431\u0435\u0437\u043f\u0435\u0447\u043d\u043e\u044e. \u0421\u0442\u043e\u0440\u043e\u043d\u043d\u0456 \u043b\u044e\u0434\u0438 \u043c\u043e\u0436\u0443\u0442\u044c \u043f\u0440\u0438\u0454\u0434\u043d\u0430\u0442\u0438\u0441\u044f \u0434\u043e \u0432\u0430\u0448\u043e\u0457 \u0437\u0443\u0441\u0442\u0440\u0456\u0447\u0456. \u041f\u043e\u0434\u0431\u0430\u0439\u0442\u0435 \u043f\u0440\u043e \u0434\u043e\u0434\u0430\u0442\u043a\u043e\u0432\u0438\u0439 \u0437\u0430\u0445\u0438\u0441\u0442 \u0432\u0430\u0448\u043e\u0457 \u0437\u0443\u0441\u0442\u0440\u0456\u0447\u0456 \u0437\u0430 \u0434\u043e\u043f\u043e\u043c\u043e\u0433\u043e\u044e \u043d\u0430\u043b\u0430\u0448\u0442\u0443\u0432\u0430\u043d\u044c \u043f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u0456\u0432 \u0431\u0435\u0437\u043f\u0435\u043a\u0438.",title:"\u041f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u0438 \u0431\u0435\u0437\u043f\u0435\u043a\u0438"},settings:{audio:"\u0410\u0443\u0434\u0456\u043e",buttonLabel:"\u041d\u0430\u043b\u0430\u0448\u0442\u0443\u0432\u0430\u043d\u043d\u044f",calendar:{about:"\u0406\u043d\u0442\u0435\u0433\u0440\u0430\u0446\u0456\u044f \u043a\u0430\u043b\u0435\u043d\u0434\u0430\u0440\u044f \u0434\u0430\u0454 {{appName}} \u0431\u0435\u0437\u043f\u0435\u0447\u043d\u0438\u0439 \u0434\u043e\u0441\u0442\u0443\u043f \u0434\u043e \u0432\u0430\u0448\u043e\u0433\u043e \u043a\u0430\u043b\u0435\u043d\u0434\u0430\u0440\u044f \u0442\u0430 \u0437\u0430\u043f\u043b\u0430\u043d\u043e\u0432\u0430\u043d\u0438\u0445 \u043f\u043e\u0434\u0456\u0439.",disconnect:"\u0412\u0456\u0434'\u0454\u0434\u043d\u0430\u0442\u0438\u0441\u044f",microsoftSignIn:"\u0423\u0432\u0456\u0439\u0442\u0438 \u0434\u043e \u043f\u043e\u0441\u043b\u0443\u0433 Microsoft",signedIn:"\u0414\u043e\u0441\u0442\u0443\u043f \u0434\u043e \u043a\u0430\u043b\u0435\u043d\u0434\u0430\u0440\u044f \u0443\u0432\u0456\u043c\u043a\u043d\u0435\u043d\u043e \u0434\u043b\u044f {{email}}. \u041d\u0430\u0442\u0438\u0441\u043d\u0456\u0442\u044c \u043a\u043d\u043e\u043f\u043a\u0443 \xab\u0412\u0456\u0434'\u0454\u0434\u043d\u0430\u0442\u0438\u0441\u044f\xbb, \u0449\u043e\u0431 \u043f\u0440\u0438\u043f\u0438\u043d\u0438\u0442\u0438 \u0434\u043e\u0441\u0442\u0443\u043f \u0434\u043e \u043a\u0430\u043b\u0435\u043d\u0434\u0430\u0440\u044f.",title:"\u041a\u0430\u043b\u0435\u043d\u0434\u0430\u0440"},desktopShareFramerate:"\u0427\u0430\u0441\u0442\u043e\u0442\u0430 \u043a\u0430\u0434\u0440\u0456\u0432 \u043f\u0456\u0434 \u0447\u0430\u0441 \u0441\u043f\u0456\u043b\u044c\u043d\u043e\u0433\u043e \u043f\u0435\u0440\u0435\u0433\u043b\u044f\u0434\u0443 \u0435\u043a\u0440\u0430\u043d\u0430",desktopShareHighFpsWarning:"\u0412\u0438\u0449\u0430 \u0447\u0430\u0441\u0442\u043e\u0442\u0430 \u043a\u0430\u0434\u0440\u0456\u0432 \u043f\u0456\u0434 \u0447\u0430\u0441 \u0441\u043f\u0456\u043b\u044c\u043d\u043e\u0433\u043e \u043f\u0435\u0440\u0435\u0433\u043b\u044f\u0434\u0443 \u0435\u043a\u0440\u0430\u043d\u0430 \u043c\u043e\u0436\u0435 \u0432\u043f\u043b\u0438\u043d\u0443\u0442\u0438 \u043d\u0430 \u0432\u0430\u0448\u0443 \u043f\u0440\u043e\u043f\u0443\u0441\u043a\u043d\u0443 \u0437\u0434\u0430\u0442\u043d\u0456\u0441\u0442\u044c. \u041f\u0435\u0440\u0435\u0437\u0430\u043f\u0443\u0441\u0442\u0456\u0442\u044c \u0444\u0443\u043d\u043a\u0446\u0456\u044e \u0441\u043f\u0456\u043b\u044c\u043d\u043e\u0433\u043e \u0434\u043e\u0441\u0442\u0443\u043f\u0443 \u0434\u043e \u0435\u043a\u0440\u0430\u043d\u0430, \u0449\u043e\u0431 \u043d\u043e\u0432\u0456 \u043d\u0430\u043b\u0430\u0448\u0442\u0443\u0432\u0430\u043d\u043d\u044f \u043d\u0430\u0431\u0440\u0430\u043b\u0438 \u0447\u0438\u043d\u043d\u043e\u0441\u0442\u0456.",desktopShareWarning:"\u041f\u0435\u0440\u0435\u0437\u0430\u043f\u0443\u0441\u0442\u0456\u0442\u044c \u0441\u043f\u0456\u043b\u044c\u043d\u0438\u0439 \u043f\u0435\u0440\u0435\u0433\u043b\u044f\u0434 \u0435\u043a\u0440\u0430\u043d\u0430, \u0449\u043e\u0431 \u043d\u043e\u0432\u0456 \u043d\u0430\u043b\u0430\u0448\u0442\u0443\u0432\u0430\u043d\u043d\u044f \u043d\u0430\u0431\u0440\u0430\u043b\u0438 \u0447\u0438\u043d\u043d\u043e\u0441\u0442\u0456.",devices:"\u041f\u0440\u0438\u0441\u0442\u0440\u043e\u0457",followMe:"\u0423\u0441\u0456 \u0434\u0438\u0432\u043b\u044f\u0442\u044c\u0441\u044f \u043d\u0430 \u043c\u0435\u043d\u0435",framesPerSecond:"\u043a\u0430\u0434\u0440\u0456\u0432 \u0437\u0430 \u0441\u0435\u043a\u0443\u043d\u0434\u0443",incomingMessage:"\u0412\u0445\u0456\u0434\u043d\u0435 \u043f\u043e\u0432\u0456\u0434\u043e\u043c\u043b\u0435\u043d\u043d\u044f",language:"\u041c\u043e\u0432\u0430",loggedIn:"\u0423\u0432\u0456\u0439\u0448\u043b\u0438 \u044f\u043a {{name}}",maxStageParticipants:"\u041c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u0430 \u043a\u0456\u043b\u044c\u043a\u0456\u0441\u0442\u044c \u0443\u0447\u0430\u0441\u043d\u0438\u043a\u0456\u0432, \u044f\u043a\u0443 \u043c\u043e\u0436\u043d\u0430 \u0437\u0430\u043a\u0440\u0456\u043f\u0438\u0442\u0438 \u043d\u0430 \u0433\u043e\u043b\u043e\u0432\u043d\u0456\u0439 \u0441\u0446\u0435\u043d\u0456 (\u0422\u0415\u0421\u0422\u0423\u0412\u0410\u041d\u041d\u042f)",microphones:"\u041c\u0456\u043a\u0440\u043e\u0444\u043e\u043d\u0438",moderator:"\u041c\u043e\u0434\u0435\u0440\u0430\u0442\u043e\u0440",moderatorOptions:"\u041f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u0438 \u043c\u043e\u0434\u0435\u0440\u0430\u0446\u0456\u0457",more:"\u0417\u0430\u0433\u0430\u043b\u044c\u043d\u0456 \u043f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u0438",name:"\u0406\u043c'\u044f",noDevice:"\u041d\u0435\u043c\u0430\u0454",notifications:"\u0421\u043f\u043e\u0432\u0456\u0449\u0435\u043d\u043d\u044f",participantJoined:"\u0423\u0447\u0430\u0441\u043d\u0438\u043a \u043f\u0440\u0438\u0454\u0434\u043d\u0430\u0432\u0441\u044f \u0434\u043e \u0437\u0443\u0441\u0442\u0440\u0456\u0447\u0456",participantKnocking:"\u0423\u0447\u0430\u0441\u043d\u0438\u043a \u0437\u0430\u0439\u0448\u043e\u0432 \u0443 \u043f\u0440\u0438\u0439\u043c\u0430\u043b\u044c\u043d\u0443",participantLeft:"\u0423\u0447\u0430\u0441\u043d\u0438\u043a \u043f\u043e\u043a\u0438\u043d\u0443\u0432 \u0437\u0443\u0441\u0442\u0440\u0456\u0447",playSounds:"\u0423\u0432\u0456\u043c\u043a\u043d\u0443\u0442\u0438 \u0437\u0432\u0443\u043a\u043e\u0432\u0456 \u0441\u043f\u043e\u0432\u0456\u0449\u0435\u043d\u043d\u044f:",reactions:"\u0415\u043c\u043e\u0446\u0456\u0439\u043d\u0430 \u0440\u0435\u0430\u043a\u0446\u0456\u044f",sameAsSystem:"\u0421\u0438\u0441\u0442\u0435\u043c\u043d\u0438\u0439 \u043f\u0440\u0438\u0441\u0442\u0440\u0456\u0439 ({{label}})",selectAudioOutput:"\u0412\u0438\u0432\u0456\u0434 \u0437\u0432\u0443\u043a\u0443",selectCamera:"\u041a\u0430\u043c\u0435\u0440\u0430",selectMic:"\u041c\u0456\u043a\u0440\u043e\u0444\u043e\u043d",selfView:"\u0412\u0438\u0434 \u043d\u0430 \u0441\u0435\u0431\u0435",shortcuts:"\u041a\u043e\u043c\u0431\u0456\u043d\u0430\u0446\u0456\u0457 \u043a\u043b\u0430\u0432\u0456\u0448",speakers:"\u0414\u0438\u043d\u0430\u043c\u0456\u043a\u0438",startAudioMuted:"\u0423\u0441\u0456 \u043f\u043e\u0447\u0438\u043d\u0430\u044e\u0442\u044c \u0437 \u0432\u0438\u043c\u043a\u043d\u0435\u043d\u0438\u043c \u043c\u0456\u043a\u0440\u043e\u0444\u043e\u043d\u043e\u043c",startReactionsMuted:"\u0412\u0438\u043c\u043a\u043d\u0443\u0442\u0438 \u0437\u0432\u0443\u043a\u0438 \u0440\u0435\u0430\u043a\u0446\u0456\u0457 \u0434\u043b\u044f \u0432\u0441\u0456\u0445",startVideoMuted:"\u0423\u0441\u0456 \u043f\u043e\u0447\u0438\u043d\u0430\u044e\u0442\u044c \u0437 \u0432\u0438\u043c\u043a\u043d\u0435\u043d\u0438\u043c \u0432\u0456\u0434\u0435\u043e",talkWhileMuted:"\u0421\u043f\u0440\u043e\u0431\u0430 \u0433\u043e\u0432\u043e\u0440\u0438\u0442\u0438, \u043a\u043e\u043b\u0438 \u043c\u0456\u043a\u0440\u043e\u0444\u043e\u043d \u0432\u0438\u043c\u043a\u043d\u0435\u043d\u043e",title:"\u041d\u0430\u043b\u0430\u0448\u0442\u0443\u0432\u0430\u043d\u043d\u044f",video:"\u0412\u0456\u0434\u0435\u043e"},settingsView:{advanced:"\u0414\u043e\u0434\u0430\u0442\u043a\u043e\u0432\u043e",alertCancel:"\u0421\u043a\u0430\u0441\u0443\u0432\u0430\u0442\u0438",alertOk:"\u0413\u0430\u0440\u0430\u0437\u0434",alertTitle:"\u0423\u0432\u0430\u0433\u0430",alertURLText:"\u0417\u0430\u0437\u043d\u0430\u0447\u0435\u043d\u0430 URL-\u0430\u0434\u0440\u0435\u0441\u0430 \u0441\u0435\u0440\u0432\u0435\u0440\u0430 \u043d\u0435\u0434\u0456\u0439\u0441\u043d\u0430",buildInfoSection:"\u0417\u0431\u0456\u0440\u043a\u0430",conferenceSection:"\u041f\u0440\u0438\u0454\u0434\u043d\u0430\u0442\u0438\u0441\u044f \u0442\u0435\u043b\u0435\u0444\u043e\u043d\u043e\u043c",disableCallIntegration:"\u0412\u0438\u043c\u043a\u043d\u0443\u0442\u0438 \u0432\u0431\u0443\u0434\u043e\u0432\u0430\u043d\u0443 \u0456\u043d\u0442\u0435\u0433\u0440\u0430\u0446\u0456\u044e \u0434\u0437\u0432\u0456\u043d\u043a\u0456\u0432",disableCrashReporting:"\u0412\u0438\u043c\u043a\u043d\u0443\u0442\u0438 \u0437\u0432\u0456\u0442\u0438 \u043f\u0440\u043e \u0437\u0431\u043e\u0457",disableCrashReportingWarning:"\u0412\u0438\u043c\u043a\u043d\u0443\u0442\u0438 \u0437\u0432\u0456\u0442\u0438 \u043f\u0440\u043e \u0437\u0431\u043e\u0457? \u041d\u0430\u043b\u0430\u0448\u0442\u0443\u0432\u0430\u043d\u043d\u044f \u043d\u0430\u0431\u0435\u0440\u0443\u0442\u044c \u0447\u0438\u043d\u043d\u043e\u0441\u0442\u0456 \u043f\u0456\u0441\u043b\u044f \u043f\u0435\u0440\u0435\u0437\u0430\u043f\u0443\u0441\u043a\u0443 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u0438.",disableP2P:"\u0412\u0438\u043c\u043a\u043d\u0443\u0442\u0438 \u0440\u0435\u0436\u0438\u043c \xabPeer-to-Peer\xbb",displayName:"\u0406\u043c'\u044f \u043d\u0430 \u0435\u043a\u0440\u0430\u043d\u0456",displayNamePlaceholderText:"\u041d\u0430\u043f\u0440\u0438\u043a\u043b\u0430\u0434: \u0406\u0432\u0430\u043d \u0411\u0435\u0437\u0456\u043c\u0435\u043d\u043d\u0438\u0439",email:"\u0415\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u0430 \u043f\u043e\u0448\u0442\u0430",emailPlaceholderText:"email@example.com",goTo:"\u0413\u0430\u0440\u0430\u0437\u0434",header:"\u041d\u0430\u043b\u0430\u0448\u0442\u0443\u0432\u0430\u043d\u043d\u044f",help:"\u0414\u043e\u0432\u0456\u0434\u043a\u0430",links:"\u041f\u043e\u0441\u0438\u043b\u0430\u043d\u043d\u044f",privacy:"\u041a\u043e\u043d\u0444\u0456\u0434\u0435\u043d\u0446\u0456\u0439\u043d\u0456\u0441\u0442\u044c",profileSection:"\u041f\u0440\u043e\u0444\u0456\u043b\u044c",serverURL:"URL-\u0430\u0434\u0440\u0435\u0441\u0430 \u0441\u0435\u0440\u0432\u0435\u0440\u0430",showAdvanced:"\u041f\u043e\u043a\u0430\u0437\u0430\u0442\u0438 \u0434\u043e\u0434\u0430\u0442\u043a\u043e\u0432\u0456 \u043d\u0430\u043b\u0430\u0448\u0442\u0443\u0432\u0430\u043d\u043d\u044f",startCarModeInLowBandwidthMode:"\u041f\u043e\u0447\u0438\u043d\u0430\u0442\u0438 \u0440\u0435\u0436\u0438\u043c \xab\u0417\u0430 \u043a\u0435\u0440\u043c\u043e\u043c\xbb \u0443 \u0440\u0435\u0436\u0438\u043c\u0456 \u0435\u043a\u043e\u043d\u043e\u043c\u0456\u0457",startWithAudioMuted:"\u041f\u043e\u0447\u0438\u043d\u0430\u0442\u0438 \u0437 \u0432\u0438\u043c\u043a\u043d\u0435\u043d\u0438\u043c \u043c\u0456\u043a\u0440\u043e\u0444\u043e\u043d\u043e\u043c",startWithVideoMuted:"\u041f\u043e\u0447\u0438\u043d\u0430\u0442\u0438 \u0437 \u0432\u0438\u043c\u043a\u043d\u0435\u043d\u043e\u044e \u043a\u0430\u043c\u0435\u0440\u043e\u044e",terms:"\u0423\u043c\u043e\u0432\u0438 \u043a\u043e\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u043d\u043d\u044f",version:"\u0412\u0435\u0440\u0441\u0456\u044f"},share:{dialInfoText:"\n\n=====\n\n\u0425\u043e\u0447\u0435\u0442\u0435 \u043f\u0440\u0438\u0454\u0434\u043d\u0430\u0442\u0438\u0441\u044f \u0442\u0435\u043b\u0435\u0444\u043e\u043d\u043e\u043c?\n\n{{defaultDialInNumber}}\u041d\u0430\u0442\u0438\u0441\u043d\u0456\u0442\u044c \u0446\u0435 \u043f\u043e\u0441\u0438\u043b\u0430\u043d\u043d\u044f, \u0449\u043e\u0431 \u043f\u0435\u0440\u0435\u0433\u043b\u044f\u043d\u0443\u0442\u0438 \u043d\u043e\u043c\u0435\u0440\u0438 \u0442\u0435\u043b\u0435\u0444\u043e\u043d\u0456\u0432 \u0434\u043b\u044f \u0446\u0456\u0454\u0457 \u0437\u0443\u0441\u0442\u0440\u0456\u0447\u0456\n{{dialInfoPageUrl}}",mainText:"\u041d\u0430\u0442\u0438\u0441\u043d\u0456\u0442\u044c \u0446\u0435 \u043f\u043e\u0441\u0438\u043b\u0430\u043d\u043d\u044f, \u0449\u043e\u0431 \u043f\u0440\u0438\u0454\u0434\u043d\u0430\u0442\u0438\u0441\u044f \u0434\u043e \u0437\u0443\u0441\u0442\u0440\u0456\u0447\u0456:\n{{roomUrl}}"},speaker:"\u0414\u0438\u043d\u0430\u043c\u0456\u043a",speakerStats:{angry:"\u0441\u0435\u0440\u0434\u0436\u0443\u0441\u044f",disgusted:"\u043e\u0433\u0438\u0434\u043d\u043e",displayEmotions:"\u041f\u043e\u043a\u0430\u0437\u0430\u0442\u0438 \u0435\u043c\u043e\u0446\u0456\u0457",fearful:"\u0441\u0442\u0440\u0430\u0448\u043d\u043e",happy:"\u0440\u0430\u0434\u0456\u044e",hours:"{{count}}\u0433",minutes:"{{count}}\u0445\u0432",name:"\u0406\u043c'\u044f",neutral:"\u043d\u043e\u0440\u043c\u0430\u043b\u044c\u043d\u043e",sad:"\u0441\u0443\u043c\u0443\u044e",search:"\u041f\u043e\u0448\u0443\u043a",seconds:"{{count}} \u0441",speakerStats:"\u0421\u0442\u0430\u0442\u0438\u0441\u0442\u0438\u043a\u0430 \u0441\u043f\u0456\u043b\u043a\u0443\u0432\u0430\u043d\u043d\u044f",speakerTime:"\u0427\u0430\u0441 \u0441\u043f\u0456\u043b\u043a\u0443\u0432\u0430\u043d\u043d\u044f",surprised:"\u043f\u043e\u0434\u0438\u0432"},startupoverlay:{genericTitle:"\u0414\u043b\u044f \u0437\u0443\u0441\u0442\u0440\u0456\u0447\u0456 \u043d\u0435\u043e\u0431\u0445\u0456\u0434\u043d\u0438\u0439 \u0434\u043e\u0441\u0442\u0443\u043f \u0434\u043e \u043c\u0456\u043a\u0440\u043e\u0444\u043e\u043d\u0430 \u0442\u0430 \u043a\u0430\u043c\u0435\u0440\u0438.",policyText:" ",title:"{{app}} \u043f\u043e\u0442\u0440\u0456\u0431\u0435\u043d \u0434\u043e\u0441\u0442\u0443\u043f \u0434\u043e \u043c\u0456\u043a\u0440\u043e\u0444\u043e\u043d\u0430 \u0456 \u043a\u0430\u043c\u0435\u0440\u0438."},suspendedoverlay:{rejoinKeyTitle:"\u041f\u0440\u0438\u0454\u0434\u043d\u0430\u0442\u0438\u0441\u044f \u0437\u043d\u043e\u0432\u0443",text:"\u0414\u043b\u044f \u0432\u0456\u0434\u043d\u043e\u0432\u043b\u0435\u043d\u043d\u044f \u0437\u0432'\u044f\u0437\u043a\u0443 \u043d\u0430\u0442\u0438\u0441\u043d\u0456\u0442\u044c \u043d\u0430 \u043a\u043d\u043e\u043f\u043a\u0443 \xab\u041f\u0440\u0438\u0454\u0434\u043d\u0430\u0442\u0438\u0441\u044f \u0437\u043d\u043e\u0432\u0443\xbb.",title:"\u0417\u0432'\u044f\u0437\u043e\u043a \u043f\u0435\u0440\u0435\u0440\u0432\u0430\u043d\u043e. \u041f\u0440\u0438\u0447\u0438\u043d\u0430: \u0446\u0435\u0439 \u043a\u043e\u043c\u043f'\u044e\u0442\u0435\u0440 \u043f\u0435\u0440\u0435\u0439\u0448\u043e\u0432 \u0443 \u0441\u043f\u043b\u044f\u0447\u0438\u0439 \u0440\u0435\u0436\u0438\u043c."},termsView:{title:"\u0423\u043c\u043e\u0432\u0438 \u043a\u043e\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u043d\u043d\u044f"},toggleTopPanelLabel:"\u041f\u043e\u043a\u0430\u0437\u0430\u0442\u0438/\u043f\u0440\u0438\u0445\u043e\u0432\u0430\u0442\u0438 \u0432\u0435\u0440\u0445\u043d\u044e \u043f\u0430\u043d\u0435\u043b\u044c",toolbar:{Settings:"\u041d\u0430\u043b\u0430\u0448\u0442\u0443\u0432\u0430\u043d\u043d\u044f",accessibilityLabel:{Settings:"\u041f\u043e\u043a\u0430\u0437\u0430\u0442\u0438/\u043f\u0440\u0438\u0445\u043e\u0432\u0430\u0442\u0438 \u043c\u0435\u043d\u044e \u043d\u0430\u043b\u0430\u0448\u0442\u0443\u0432\u0430\u043d\u044c",audioOnly:"\u041b\u0438\u0448\u0435 \u0437\u0432\u0443\u043a",audioRoute:"\u0412\u0438\u0431\u0440\u0430\u0442\u0438 \u0437\u0432\u0443\u043a\u043e\u0432\u0438\u0439 \u043f\u0440\u0438\u0441\u0442\u0440\u0456\u0439",boo:"\u043d\u0435\u0432\u0434\u043e\u0432\u043e\u043b\u0435\u043d\u043d\u044f",breakoutRoom:"\u041f\u0440\u0438\u0454\u0434\u043d\u0430\u0442\u0438\u0441\u044f/\u0432\u0438\u0439\u0442\u0438 \u0437 \u043f\u0456\u0434\u0433\u0440\u0443\u043f\u0438",callQuality:"\u041d\u0430\u043b\u0430\u0448\u0442\u0443\u0432\u0430\u043d\u043d\u044f \u043f\u0440\u043e\u0434\u0443\u043a\u0442\u0438\u0432\u043d\u043e\u0441\u0442\u0456",carmode:"\u0420\u0435\u0436\u0438\u043c \xab\u0417\u0430 \u043a\u0435\u0440\u043c\u043e\u043c\xbb",cc:"\u0421\u0443\u0431\u0442\u0438\u0442\u0440\u0438",chat:"\u041f\u043e\u043a\u0430\u0437\u0430\u0442\u0438/\u043f\u0440\u0438\u0445\u043e\u0432\u0430\u0442\u0438 \u0447\u0430\u0442",clap:"\u041e\u0432\u0430\u0446\u0456\u0457",closeChat:"\u041f\u0440\u0438\u0445\u043e\u0432\u0430\u0442\u0438 \u0447\u0430\u0442",closeMoreActions:"\u041f\u0440\u0438\u0445\u043e\u0432\u0430\u0442\u0438 \u043c\u0435\u043d\u044e \u0434\u043e\u0434\u0430\u0442\u043a\u043e\u0432\u0438\u0445 \u043a\u043e\u043c\u0430\u043d\u0434",closeParticipantsPane:"\u041f\u0440\u0438\u0445\u043e\u0432\u0430\u0442\u0438 \u043f\u0430\u043d\u0435\u043b\u044c \u0443\u0447\u0430\u0441\u043d\u0438\u043a\u0456\u0432",collapse:"\u0417\u0433\u043e\u0440\u043d\u0443\u0442\u0438",document:"\u0412\u0456\u0434\u043a\u0440\u0438\u0442\u0438/\u0437\u0430\u043a\u0440\u0438\u0442\u0438 \u0441\u043f\u0456\u043b\u044c\u043d\u0438\u0439 \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442",documentClose:"\u0417\u0430\u043a\u0440\u0438\u0442\u0438 \u0441\u043f\u0456\u043b\u044c\u043d\u0438\u0439 \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442",documentOpen:"\u0412\u0456\u0434\u043a\u0440\u0438\u0442\u0438 \u0441\u043f\u0456\u043b\u044c\u043d\u0438\u0439 \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442",download:"\u0417\u0432\u0430\u043d\u0442\u0430\u0436\u0438\u0442\u0438 \u043c\u043e\u0431\u0456\u043b\u044c\u043d\u0438\u0439 \u0437\u0430\u0441\u0442\u043e\u0441\u0443\u043d\u043e\u043a",embedMeeting:"\u0412\u0441\u0442\u0430\u0432\u0438\u0442\u0438 \u0437\u0443\u0441\u0442\u0440\u0456\u0447",endConference:"\u0417\u0430\u0432\u0435\u0440\u0448\u0438\u0442\u0438 \u0437\u0443\u0441\u0442\u0440\u0456\u0447 \u0434\u043b\u044f \u0432\u0441\u0456\u0445",enterFullScreen:"\u041f\u043e\u043a\u0430\u0437\u0430\u0442\u0438 \u043d\u0430 \u0432\u0435\u0441\u044c \u0435\u043a\u0440\u0430\u043d",enterTileView:"\u041f\u043e\u043a\u0430\u0437\u0430\u0442\u0438 \u043f\u043b\u0438\u0442\u043a\u0438",exitFullScreen:"\u0412\u0438\u0439\u0442\u0438 \u0437 \u0440\u0435\u0436\u0438\u043c\u0443 \u043d\u0430 \u0432\u0435\u0441\u044c \u0435\u043a\u0440\u0430\u043d",exitTileView:"\u0412\u0438\u0439\u0442\u0438 \u0437 \u0440\u0435\u0436\u0438\u043c\u0443 \u043f\u043b\u0438\u0442\u043e\u043a",expand:"\u0420\u043e\u0437\u0433\u043e\u0440\u043d\u0443\u0442\u0438",feedback:"\u0417\u0430\u043b\u0438\u0448\u0438\u0442\u0438 \u0432\u0456\u0434\u0433\u0443\u043a",fullScreen:"\u041d\u0430 \u0432\u0435\u0441\u044c \u0435\u043a\u0440\u0430\u043d",giphy:"\u041f\u043e\u043a\u0430\u0437\u0430\u0442\u0438/\u043f\u0440\u0438\u0445\u043e\u0432\u0430\u0442\u0438 \u043c\u0435\u043d\u044e GIPHY",grantModerator:"\u041d\u0430\u0434\u0430\u0442\u0438 \u043f\u0440\u0430\u0432\u0430 \u043c\u043e\u0434\u0435\u0440\u0430\u0442\u043e\u0440\u0430",hangup:"\u041f\u043e\u043a\u0438\u043d\u0443\u0442\u0438 \u0437\u0443\u0441\u0442\u0440\u0456\u0447",heading:"\u041f\u0430\u043d\u0435\u043b\u044c \u0456\u043d\u0441\u0442\u0440\u0443\u043c\u0435\u043d\u0442\u0456\u0432",help:"\u0414\u043e\u0432\u0456\u0434\u043a\u0430",hideWhiteboard:"\u041f\u0440\u0438\u0445\u043e\u0432\u0430\u0442\u0438 \u0434\u043e\u0448\u043a\u0443",invite:"\u0417\u0430\u043f\u0440\u043e\u0441\u0438\u0442\u0438 \u043d\u0430 \u0437\u0443\u0441\u0442\u0440\u0456\u0447",kick:"\u0412\u0456\u0434'\u0454\u0434\u043d\u0430\u0442\u0438 \u0443\u0447\u0430\u0441\u043d\u0438\u043a\u0430",laugh:"\u0421\u043c\u0456\u044e\u0441\u044f",leaveConference:"\u041f\u043e\u043a\u0438\u043d\u0443\u0442\u0438 \u0437\u0443\u0441\u0442\u0440\u0456\u0447",like:"\u041f\u043e\u0434\u043e\u0431\u0430\u0454\u0442\u044c\u0441\u044f",linkToSalesforce:"\u041f\u043e\u0432'\u044f\u0437\u0430\u0442\u0438 \u0437 Salesforce",lobbyButton:"\u0423\u0432\u0456\u043c\u043a\u043d\u0443\u0442\u0438/\u0432\u0438\u043c\u043a\u043d\u0443\u0442\u0438 \u043f\u0440\u0438\u0439\u043c\u0430\u043b\u044c\u043d\u0443",localRecording:"\u041f\u043e\u043a\u0430\u0437\u0430\u0442\u0438/\u043f\u0440\u0438\u0445\u043e\u0432\u0430\u0442\u0438 \u043f\u0430\u043d\u0435\u043b\u044c \u043a\u0435\u0440\u0443\u0432\u0430\u043d\u043d\u044f \u0432\u0456\u0434\u0435\u043e\u0437\u0430\u043f\u0438\u0441\u043e\u043c",lockRoom:"\u0412\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u0438/\u043f\u0440\u0438\u0431\u0440\u0430\u0442\u0438 \u043f\u0430\u0440\u043e\u043b\u044c",lowerHand:"\u041e\u043f\u0443\u0441\u0442\u0438\u0442\u0438 \u0440\u0443\u043a\u0443",moreActions:"\u0414\u043e\u0434\u0430\u0442\u043a\u043e\u0432\u0456 \u043a\u043e\u043c\u0430\u043d\u0434\u0438",moreActionsMenu:"\u041c\u0435\u043d\u044e \u0434\u043e\u0434\u0430\u0442\u043a\u043e\u0432\u0438\u0445 \u043a\u043e\u043c\u0430\u043d\u0434",moreOptions:"\u0414\u043e\u0434\u0430\u0442\u043a\u043e\u0432\u0456 \u043f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u0438",mute:"\u0412\u0438\u043c\u043a\u043d\u0443\u0442\u0438 \u043c\u0456\u043a\u0440\u043e\u0444\u043e\u043d",muteEveryone:"\u0412\u0438\u043c\u043a\u043d\u0443\u0442\u0438 \u043c\u0456\u043a\u0440\u043e\u0444\u043e\u043d\u0438 \u0432\u0441\u0456\u043c",muteEveryoneElse:"\u0412\u0438\u043c\u043a\u043d\u0443\u0442\u0438 \u043c\u0456\u043a\u0440\u043e\u0444\u043e\u043d\u0438 \u0432\u0441\u0456\u043c \u0456\u043d\u0448\u0438\u043c",muteEveryoneElsesVideoStream:"\u0412\u0438\u043c\u043a\u043d\u0443\u0442\u0438 \u043a\u0430\u043c\u0435\u0440\u0438 \u0432\u0441\u0456\u043c \u0456\u043d\u0448\u0438\u043c",muteEveryonesVideoStream:"\u0412\u0438\u043c\u043a\u043d\u0443\u0442\u0438 \u043a\u0430\u043c\u0435\u0440\u0438 \u0432\u0441\u0456\u043c",noiseSuppression:"\u041f\u0440\u0438\u0434\u0443\u0448\u0435\u043d\u043d\u044f \u0448\u0443\u043c\u0443",openChat:"\u041f\u043e\u043a\u0430\u0437\u0430\u0442\u0438 \u0447\u0430\u0442",participants:"\u041f\u043e\u043a\u0430\u0437\u0430\u0442\u0438 \u043f\u0430\u043d\u0435\u043b\u044c \u0443\u0447\u0430\u0441\u043d\u0438\u043a\u0456\u0432",pip:"\u0423\u0432\u0456\u043c\u043a\u043d\u0443\u0442\u0438/\u0432\u0438\u043c\u043a\u043d\u0443\u0442\u0438 \u0440\u0435\u0436\u0438\u043c \xab\u041a\u0430\u0440\u0442\u0438\u043d\u043a\u0430 \u0432 \u043a\u0430\u0440\u0442\u0438\u043d\u0446\u0456\xbb.",privateMessage:"\u041d\u0430\u0434\u0456\u0441\u043b\u0430\u0442\u0438 \u043f\u0440\u0438\u0432\u0430\u0442\u043d\u0435 \u043f\u043e\u0432\u0456\u0434\u043e\u043c\u043b\u0435\u043d\u043d\u044f",profile:"\u0420\u0435\u0434\u0430\u0433\u0443\u0432\u0430\u0442\u0438 \u043f\u0440\u043e\u0444\u0456\u043b\u044c",raiseHand:"\u041f\u0456\u0434\u043d\u044f\u0442\u0438 \u0440\u0443\u043a\u0443",reactionsMenu:"\u041c\u0435\u043d\u044e \u0440\u0435\u0430\u043a\u0446\u0456\u0439",recording:"\u0423\u0432\u0456\u043c\u043a\u043d\u0443\u0442\u0438/\u0432\u0438\u043c\u043a\u043d\u0443\u0442\u0438 \u0432\u0456\u0434\u0435\u043e\u0437\u0430\u043f\u0438\u0441",remoteMute:"\u0412\u0438\u043c\u043a\u043d\u0443\u0442\u0438 \u043c\u0456\u043a\u0440\u043e\u0444\u043e\u043d \u0443\u0447\u0430\u0441\u043d\u0438\u043a\u0430",remoteVideoMute:"\u0412\u0438\u043c\u043a\u043d\u0443\u0442\u0438 \u043a\u0430\u043c\u0435\u0440\u0443 \u0443\u0447\u0430\u0441\u043d\u0438\u043a\u0430",security:"\u041f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u0438 \u0431\u0435\u0437\u043f\u0435\u043a\u0438",selectBackground:"\u0412\u0438\u0431\u0435\u0440\u0456\u0442\u044c \u0444\u043e\u043d",selfView:"\u041f\u043e\u043a\u0430\u0437\u0430\u0442\u0438/\u043f\u0440\u0438\u0445\u043e\u0432\u0430\u0442\u0438 \u0432\u0438\u0434 \u043d\u0430 \u0441\u0435\u0431\u0435",shareRoom:"\u0417\u0430\u043f\u0440\u043e\u0441\u0438\u0442\u0438 \u043d\u0430 \u0437\u0443\u0441\u0442\u0440\u0456\u0447",shareYourScreen:"\u0421\u043f\u0456\u043b\u044c\u043d\u0438\u0439 \u043f\u0435\u0440\u0435\u0433\u043b\u044f\u0434 \u0435\u043a\u0440\u0430\u043d\u0430",shareaudio:"\u041f\u043e\u0434\u0456\u043b\u0438\u0442\u0438\u0441\u044f \u0430\u0443\u0434\u0456\u043e",sharedvideo:"\u041f\u043e\u0447\u0430\u0442\u0438 \u0441\u043f\u0456\u043b\u044c\u043d\u0435 \u0432\u0456\u0434\u0435\u043e",shortcuts:"\u041f\u043e\u043a\u0430\u0437\u0430\u0442\u0438/\u043f\u0440\u0438\u0445\u043e\u0432\u0430\u0442\u0438 \u043a\u043e\u043c\u0431\u0456\u043d\u0430\u0446\u0456\u0457 \u043a\u043b\u0430\u0432\u0456\u0448",show:"\u041f\u043e\u043a\u0430\u0437\u0430\u0442\u0438 \u043d\u0430 \u0441\u0446\u0435\u043d\u0456",showWhiteboard:"\u041f\u043e\u043a\u0430\u0437\u0430\u0442\u0438 \u0434\u043e\u0448\u043a\u0443",silence:"\u0422\u0438\u0448\u0430",speakerStats:"\u041f\u043e\u043a\u0430\u0437\u0430\u0442\u0438/\u043f\u0440\u0438\u0445\u043e\u0432\u0430\u0442\u0438 \u0441\u0442\u0430\u0442\u0438\u0441\u0442\u0438\u043a\u0443 \u0441\u043f\u0456\u043b\u043a\u0443\u0432\u0430\u043d\u043d\u044f",stopScreenSharing:"\u0412\u0438\u043c\u043a\u043d\u0443\u0442\u0438 \u0441\u043f\u0456\u043b\u044c\u043d\u0438\u0439 \u043f\u0435\u0440\u0435\u0433\u043b\u044f\u0434 \u0435\u043a\u0440\u0430\u043d\u0430",stopSharedVideo:"\u0417\u0443\u043f\u0438\u043d\u0438\u0442\u0438 \u0441\u043f\u0456\u043b\u044c\u043d\u0435 \u0432\u0456\u0434\u0435\u043e",surprised:"\u041f\u043e\u0434\u0438\u0432",tileView:"\u0423\u0432\u0456\u043c\u043a\u043d\u0443\u0442\u0438/\u0432\u0438\u043c\u043a\u043d\u0443\u0442\u0438 \u043f\u043b\u0438\u0442\u043a\u0438",toggleCamera:"\u0423\u0432\u0456\u043c\u043a\u043d\u0443\u0442\u0438/\u0432\u0438\u043c\u043a\u043d\u0443\u0442\u0438 \u043a\u0430\u043c\u0435\u0440\u0443",toggleFilmstrip:"\u041f\u043e\u043a\u0430\u0437\u0430\u0442\u0438/\u043f\u0440\u0438\u0445\u043e\u0432\u0430\u0442\u0438 \u043f\u0430\u043d\u0435\u043b\u044c \u0432\u0438\u0434\u0456\u0432",unmute:"\u0423\u0432\u0456\u043c\u043a\u043d\u0443\u0442\u0438 \u043c\u0456\u043a\u0440\u043e\u0444\u043e\u043d",videoblur:"\u0423\u0432\u0456\u043c\u043a\u043d\u0443\u0442\u0438/\u0432\u0438\u043c\u043a\u043d\u0443\u0442\u0438 \u0440\u043e\u0437\u043c\u0438\u0442\u0442\u044f \u0444\u043e\u043d\u0443",videomute:"\u0412\u0438\u043c\u043a\u043d\u0443\u0442\u0438 \u043a\u0430\u043c\u0435\u0440\u0443",videounmute:"\u0423\u0432\u0456\u043c\u043a\u043d\u0443\u0442\u0438 \u043a\u0430\u043c\u0435\u0440\u0443"},addPeople:"\u0414\u043e\u0434\u0430\u0442\u0438 \u0443\u0447\u0430\u0441\u043d\u0438\u043a\u0456\u0432 \u0434\u043e \u0437\u0443\u0441\u0442\u0440\u0456\u0447\u0456",audioOnlyOff:"\u0412\u0438\u043c\u043a\u043d\u0443\u0442\u0438 \u0440\u0435\u0436\u0438\u043c \u0435\u043a\u043e\u043d\u043e\u043c\u0456\u0457",audioOnlyOn:"\u0423\u0432\u0456\u043c\u043a\u043d\u0443\u0442\u0438 \u0440\u0435\u0436\u0438\u043c \u0435\u043a\u043e\u043d\u043e\u043c\u0456\u0457",audioRoute:"\u0412\u0438\u0431\u0440\u0430\u0442\u0438 \u0437\u0432\u0443\u043a\u043e\u0432\u0438\u0439 \u043f\u0440\u0438\u0441\u0442\u0440\u0456\u0439",audioSettings:"\u041d\u0430\u043b\u0430\u0448\u0442\u0443\u0432\u0430\u043d\u043d\u044f \u0437\u0432\u0443\u043a\u0443",authenticate:"\u0410\u0432\u0442\u043e\u0440\u0438\u0437\u0443\u0432\u0430\u0442\u0438\u0441\u044f",boo:"\u043d\u0435\u0432\u0434\u043e\u0432\u043e\u043b\u0435\u043d\u043d\u044f",callQuality:"\u041d\u0430\u043b\u0430\u0448\u0442\u0443\u0432\u0430\u043d\u043d\u044f \u043f\u0440\u043e\u0434\u0443\u043a\u0442\u0438\u0432\u043d\u043e\u0441\u0442\u0456",chat:"\u041f\u043e\u043a\u0430\u0437\u0430\u0442\u0438/\u043f\u0440\u0438\u0445\u043e\u0432\u0430\u0442\u0438 \u0447\u0430\u0442",clap:"\u043e\u0432\u0430\u0446\u0456\u0457",closeChat:"\u041f\u0430\u043d\u0435\u043b\u044c \u0447\u0430\u0442\u0443",closeParticipantsPane:"\u041f\u0440\u0438\u0445\u043e\u0432\u0430\u0442\u0438 \u043f\u0430\u043d\u0435\u043b\u044c \u0443\u0447\u0430\u0441\u043d\u0438\u043a\u0456\u0432",closeReactionsMenu:"\u0417\u0430\u043a\u0440\u0438\u0442\u0438 \u043c\u0435\u043d\u044e \u0440\u0435\u0430\u043a\u0446\u0456\u0439",disableNoiseSuppression:"\u0412\u0438\u043c\u043a\u043d\u0443\u0442\u0438 \u043f\u0440\u0438\u0434\u0443\u0448\u0435\u043d\u043d\u044f \u0448\u0443\u043c\u0443",disableReactionSounds:"\u0412\u0438 \u043c\u043e\u0436\u0435\u0442\u0435 \u0432\u0438\u043c\u043a\u043d\u0443\u0442\u0438 \u0437\u0432\u0443\u043a\u0438 \u0440\u0435\u0430\u043a\u0446\u0456\u0457 \u0434\u043b\u044f \u0446\u0456\u0454\u0457 \u0437\u0443\u0441\u0442\u0440\u0456\u0447\u0456",documentClose:"\u0417\u0430\u043a\u0440\u0438\u0442\u0438 \u0441\u043f\u0456\u043b\u044c\u043d\u0438\u0439 \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442",documentOpen:"\u0412\u0456\u0434\u043a\u0440\u0438\u0442\u0438 \u0441\u043f\u0456\u043b\u044c\u043d\u0438\u0439 \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442",download:"\u0417\u0432\u0430\u043d\u0442\u0430\u0436\u0438\u0442\u0438 \u043c\u043e\u0431\u0456\u043b\u044c\u043d\u0438\u0439 \u0437\u0430\u0441\u0442\u043e\u0441\u0443\u043d\u043e\u043a",e2ee:"\u041d\u0430\u0441\u043a\u0440\u0456\u0437\u043d\u0435 \u0448\u0438\u0444\u0440\u0443\u0432\u0430\u043d\u043d\u044f",embedMeeting:"\u0412\u0441\u0442\u0430\u0432\u0438\u0442\u0438 \u0437\u0443\u0441\u0442\u0440\u0456\u0447",enableNoiseSuppression:"\u0423\u0432\u0456\u043c\u043a\u043d\u0443\u0442\u0438 \u043f\u0440\u0438\u0434\u0443\u0448\u0435\u043d\u043d\u044f \u0448\u0443\u043c\u0443",endConference:"\u0417\u0430\u0432\u0435\u0440\u0448\u0438\u0442\u0438 \u0437\u0443\u0441\u0442\u0440\u0456\u0447 \u0434\u043b\u044f \u0432\u0441\u0456\u0445",enterFullScreen:"\u041d\u0430 \u0432\u0435\u0441\u044c \u0435\u043a\u0440\u0430\u043d",enterTileView:"\u0420\u0435\u0436\u0438\u043c \u043f\u043b\u0438\u0442\u043e\u043a",exitFullScreen:"\u0412\u0438\u0439\u0442\u0438 \u0437 \u043f\u043e\u0432\u043d\u043e\u0435\u043a\u0440\u0430\u043d\u043d\u043e\u0433\u043e \u0440\u0435\u0436\u0438\u043c\u0443",exitTileView:"\u0417 \u043d\u0430\u0431\u043b\u0438\u0436\u0435\u043d\u043d\u044f\u043c",feedback:"\u0417\u0430\u043b\u0438\u0448\u0438\u0442\u0438 \u0432\u0456\u0434\u0433\u0443\u043a",giphy:"\u041c\u0435\u043d\u044e GIPHY",hangup:"\u041f\u043e\u043a\u0438\u043d\u0443\u0442\u0438 \u0437\u0443\u0441\u0442\u0440\u0456\u0447",help:"\u0414\u043e\u0432\u0456\u0434\u043a\u0430",hideWhiteboard:"\u041f\u0440\u0438\u0445\u043e\u0432\u0430\u0442\u0438 \u0434\u043e\u0448\u043a\u0443",invite:"\u0417\u0430\u043f\u0440\u043e\u0441\u0438\u0442\u0438",joinBreakoutRoom:"\u041f\u0440\u0438\u0454\u0434\u043d\u0430\u0442\u0438\u0441\u044f \u0434\u043e \u043a\u0456\u043c\u043d\u0430\u0442\u0438 \u043f\u0456\u0434\u0433\u0440\u0443\u043f\u0438",laugh:"\u0441\u043c\u0456\u044e\u0441\u044f",leaveBreakoutRoom:"\u0412\u0438\u0439\u0442\u0438 \u0437 \u043a\u0456\u043c\u043d\u0430\u0442\u0438 \u043f\u0456\u0434\u0433\u0440\u0443\u043f\u0438",leaveConference:"\u041f\u043e\u043a\u0438\u043d\u0443\u0442\u0438 \u0437\u0443\u0441\u0442\u0440\u0456\u0447",like:"\u043f\u043e\u0434\u043e\u0431\u0430\u0454\u0442\u044c\u0441\u044f",linkToSalesforce:"\u041f\u043e\u0432'\u044f\u0437\u0430\u0442\u0438 \u0437 Salesforce",lobbyButtonDisable:"\u0412\u0438\u043c\u043a\u043d\u0443\u0442\u0438 \u043f\u0440\u0438\u0439\u043c\u0430\u043b\u044c\u043d\u0443",lobbyButtonEnable:"\u0423\u0432\u0456\u043c\u043a\u043d\u0443\u0442\u0438 \u043f\u0440\u0438\u0439\u043c\u0430\u043b\u044c\u043d\u0443",login:"\u0423\u0432\u0456\u0439\u0442\u0438",logout:"\u0412\u0438\u0439\u0442\u0438",lowerYourHand:"\u041e\u043f\u0443\u0441\u0442\u0438\u0442\u0438 \u0440\u0443\u043a\u0443",moreActions:"\u0414\u043e\u0434\u0430\u0442\u043a\u043e\u0432\u0456 \u043a\u043e\u043c\u0430\u043d\u0434\u0438",moreOptions:"\u0414\u043e\u0434\u0430\u0442\u043a\u043e\u0432\u0456 \u043f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u0438",mute:"\u0412\u0438\u043c\u043a\u043d\u0443\u0442\u0438 \u043c\u0456\u043a\u0440\u043e\u0444\u043e\u043d",muteEveryone:"\u0412\u0438\u043c\u043a\u043d\u0443\u0442\u0438 \u043c\u0456\u043a\u0440\u043e\u0444\u043e\u043d\u0438 \u0432\u0441\u0456\u043c",muteEveryonesVideo:"\u0412\u0438\u043c\u043a\u043d\u0443\u0442\u0438 \u043a\u0430\u043c\u0435\u0440\u0438 \u0432\u0441\u0456\u043c",noAudioSignalDesc:"\u042f\u043a\u0449\u043e \u0432\u0438 \u043d\u0435 \u0432\u0438\u043c\u0438\u043a\u0430\u043b\u0438 \u043c\u0456\u043a\u0440\u043e\u0444\u043e\u043d \u0443 \u0441\u0438\u0441\u0442\u0435\u043c\u043d\u0438\u0445 \u0430\u0431\u043e \u0430\u043f\u0430\u0440\u0430\u0442\u043d\u0438\u0445 \u043d\u0430\u043b\u0430\u0448\u0442\u0443\u0432\u0430\u043d\u043d\u044f\u0445, \u0441\u043f\u0440\u043e\u0431\u0443\u0439\u0442\u0435 \u043f\u0435\u0440\u0435\u043c\u0438\u043a\u043d\u0443\u0442\u0438 \u0439\u043e\u0433\u043e.",noAudioSignalDescSuggestion:"\u042f\u043a\u0449\u043e \u0432\u0438 \u043d\u0435 \u0432\u0438\u043c\u0438\u043a\u0430\u043b\u0438 \u043c\u0456\u043a\u0440\u043e\u0444\u043e\u043d \u0443 \u0441\u0438\u0441\u0442\u0435\u043c\u043d\u0438\u0445 \u0430\u0431\u043e \u0430\u043f\u0430\u0440\u0430\u0442\u043d\u0438\u0445 \u043d\u0430\u043b\u0430\u0448\u0442\u0443\u0432\u0430\u043d\u043d\u044f\u0445, \u0441\u043f\u0440\u043e\u0431\u0443\u0439\u0442\u0435 \u0441\u043a\u043e\u0440\u0438\u0441\u0442\u0430\u0442\u0438\u0441\u044f \u0440\u0435\u043a\u043e\u043c\u0435\u043d\u0434\u043e\u0432\u0430\u043d\u0438\u043c \u043f\u0440\u0438\u0441\u0442\u0440\u043e\u0454\u043c.",noAudioSignalDialInDesc:"\u0422\u0430\u043a\u043e\u0436 \u0432\u0438 \u043c\u043e\u0436\u0435\u0442\u0435 \u0437\u0430\u0442\u0435\u043b\u0435\u0444\u043e\u043d\u0443\u0432\u0430\u0442\u0438 \u043d\u0430 \u0437\u0443\u0441\u0442\u0440\u0456\u0447:",noAudioSignalDialInLinkDesc:"\u041d\u043e\u043c\u0435\u0440\u0438 \u0442\u0435\u043b\u0435\u0444\u043e\u043d\u0456\u0432 \u0434\u043b\u044f \u043f\u0440\u0438\u0454\u0434\u043d\u0430\u043d\u043d\u044f",noAudioSignalTitle:"\u041d\u0435\u043c\u0430\u0454 \u0441\u0438\u0433\u043d\u0430\u043b\u0443 \u0437 \u043c\u0456\u043a\u0440\u043e\u0444\u043e\u043d\u0430!",noiseSuppression:"\u041f\u0440\u0438\u0434\u0443\u0448\u0435\u043d\u043d\u044f \u0448\u0443\u043c\u0443",noisyAudioInputDesc:"\u0412\u0430\u0448 \u043c\u0456\u043a\u0440\u043e\u0444\u043e\u043d \u0441\u0442\u0432\u043e\u0440\u044e\u0454 \u0431\u0430\u0433\u0430\u0442\u043e \u0448\u0443\u043c\u0443. \u0412\u0438\u043c\u043a\u043d\u0456\u0442\u044c \u0439\u043e\u0433\u043e \u0430\u0431\u043e \u0437\u043c\u0456\u043d\u0456\u0442\u044c \u043f\u0440\u0438\u0441\u0442\u0440\u0456\u0439.",noisyAudioInputTitle:"\u0412\u0430\u0448 \u043c\u0456\u043a\u0440\u043e\u0444\u043e\u043d \u0448\u0443\u043c\u0438\u0442\u044c!",openChat:"\u041f\u0430\u043d\u0435\u043b\u044c \u0447\u0430\u0442\u0443",openReactionsMenu:"\u041f\u043e\u043a\u0430\u0437\u0430\u0442\u0438 \u043c\u0435\u043d\u044e \u0440\u0435\u0430\u043a\u0446\u0456\u0439",participants:"\u041f\u0430\u043d\u0435\u043b\u044c \u0443\u0447\u0430\u0441\u043d\u0438\u043a\u0456\u0432",pip:"\u0420\u0435\u0436\u0438\u043c \xab\u041a\u0430\u0440\u0442\u0438\u043d\u043a\u0430-\u0443-\u043a\u0430\u0440\u0442\u0438\u043d\u0446\u0456\xbb",privateMessage:"\u041d\u0430\u0434\u0456\u0441\u043b\u0430\u0442\u0438 \u043f\u0440\u0438\u0432\u0430\u0442\u043d\u0435 \u043f\u043e\u0432\u0456\u0434\u043e\u043c\u043b\u0435\u043d\u043d\u044f",profile:"\u0420\u0435\u0434\u0430\u0433\u0443\u0432\u0430\u0442\u0438 \u043f\u0440\u043e\u0444\u0456\u043b\u044c",raiseHand:"\u041f\u0456\u0434\u043d\u044f\u0442\u0438 \u0440\u0443\u043a\u0443",raiseYourHand:"\u041f\u0456\u0434\u043d\u044f\u0442\u0438 \u0440\u0443\u043a\u0443",reactionBoo:"\u041d\u0430\u0434\u0456\u0441\u043b\u0430\u0442\u0438 \u0440\u0435\u0430\u043a\u0446\u0456\u044e \xab\u043d\u0435\u0432\u0434\u043e\u0432\u043e\u043b\u0435\u043d\u043d\u044f\xbb",reactionClap:"\u041d\u0430\u0434\u0456\u0441\u043b\u0430\u0442\u0438 \u0440\u0435\u0430\u043a\u0446\u0456\u044e \xab\u043e\u0432\u0430\u0446\u0456\u0457\xbb",reactionLaugh:"\u041d\u0430\u0434\u0456\u0441\u043b\u0430\u0442\u0438 \u0440\u0435\u0430\u043a\u0446\u0456\u044e \xab\u0441\u043c\u0456\u044e\u0441\u044f\xbb",reactionLike:"\u041d\u0430\u0434\u0456\u0441\u043b\u0430\u0442\u0438 \u0440\u0435\u0430\u043a\u0446\u0456\u044e \xab\u043f\u043e\u0434\u043e\u0431\u0430\u0454\u0442\u044c\u0441\u044f\xbb",reactionSilence:"\u041d\u0430\u0434\u0456\u0441\u043b\u0430\u0442\u0438 \u0440\u0435\u0430\u043a\u0446\u0456\u044e \xab\u0442\u0438\u0448\u0430\xbb",reactionSurprised:"\u041d\u0430\u0434\u0456\u0441\u043b\u0430\u0442\u0438 \u0440\u0435\u0430\u043a\u0446\u0456\u044e \xab\u043f\u043e\u0434\u0438\u0432\xbb",security:"\u041f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u0438 \u0431\u0435\u0437\u043f\u0435\u043a\u0438",selectBackground:"\u0412\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u0438 \u0444\u043e\u043d",shareRoom:"\u0417\u0430\u043f\u0440\u043e\u0441\u0438\u0442\u0438",shareaudio:"\u041f\u043e\u0434\u0456\u043b\u0438\u0442\u0438\u0441\u044f \u0430\u0443\u0434\u0456\u043e",sharedvideo:"\u041f\u043e\u0434\u0456\u043b\u0438\u0442\u0438\u0441\u044f \u0432\u0456\u0434\u0435\u043e",shortcuts:"\u041a\u043e\u043c\u0431\u0456\u043d\u0430\u0446\u0456\u0457 \u043a\u043b\u0430\u0432\u0456\u0448",showWhiteboard:"\u041f\u043e\u043a\u0430\u0437\u0430\u0442\u0438 \u0434\u043e\u0448\u043a\u0443",silence:"\u0442\u0438\u0448\u0430",speakerStats:"\u0421\u0442\u0430\u0442\u0438\u0441\u0442\u0438\u043a\u0430 \u0441\u043f\u0456\u043b\u043a\u0443\u0432\u0430\u043d\u043d\u044f",startScreenSharing:"\u0423\u0432\u0456\u043c\u043a\u043d\u0443\u0442\u0438 \u0441\u043f\u0456\u043b\u044c\u043d\u0438\u0439 \u043f\u0435\u0440\u0435\u0433\u043b\u044f\u0434 \u0435\u043a\u0440\u0430\u043d\u0430",startSubtitles:"\u0421\u0443\u0431\u0442\u0438\u0442\u0440\u0438 \u2022 {{language}}",stopAudioSharing:"\u0417\u0443\u043f\u0438\u043d\u0438\u0442\u0438 \u0441\u043f\u0456\u043b\u044c\u043d\u0435 \u0430\u0443\u0434\u0456\u043e",stopScreenSharing:"\u0412\u0438\u043c\u043a\u043d\u0443\u0442\u0438 \u0441\u043f\u0456\u043b\u044c\u043d\u0438\u0439 \u043f\u0435\u0440\u0435\u0433\u043b\u044f\u0434 \u0435\u043a\u0440\u0430\u043d\u0430",stopSharedVideo:"\u0417\u0443\u043f\u0438\u043d\u0438\u0442\u0438 \u0441\u043f\u0456\u043b\u044c\u043d\u0435 \u0432\u0456\u0434\u0435\u043e",stopSubtitles:"\u0412\u0438\u043c\u043a\u043d\u0443\u0442\u0438 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u0438",surprised:"\u043f\u043e\u0434\u0438\u0432",talkWhileMutedPopup:"\u041d\u0430\u043c\u0430\u0433\u0430\u0454\u0442\u0435\u0441\u044c \u0433\u043e\u0432\u043e\u0440\u0438\u0442\u0438? \u0412\u0430\u0448 \u043c\u0456\u043a\u0440\u043e\u0444\u043e\u043d \u0432\u0438\u043c\u043a\u043d\u0435\u043d\u043e.",tileViewToggle:"\u041f\u043b\u0438\u0442\u043a\u0438",toggleCamera:"\u0423\u0432\u0456\u043c\u043a\u043d\u0443\u0442\u0438/\u0432\u0438\u043c\u043a\u043d\u0443\u0442\u0438 \u043a\u0430\u043c\u0435\u0440\u0443",unmute:"\u0423\u0432\u0456\u043c\u043a\u043d\u0443\u0442\u0438 \u043c\u0456\u043a\u0440\u043e\u0444\u043e\u043d",videoSettings:"\u041d\u0430\u043b\u0430\u0448\u0442\u0443\u0432\u0430\u043d\u043d\u044f \u043a\u0430\u043c\u0435\u0440\u0438",videomute:"\u0412\u0438\u043c\u043a\u043d\u0443\u0442\u0438 \u043a\u0430\u043c\u0435\u0440\u0443",videounmute:"\u0423\u0432\u0456\u043c\u043a\u043d\u0443\u0442\u0438 \u043a\u0430\u043c\u0435\u0440\u0443"},transcribing:{ccButtonTooltip:"\u0421\u0443\u0431\u0442\u0438\u0442\u0440\u0438",error:"\u041f\u043e\u043c\u0438\u043b\u043a\u0430 \u043f\u043e\u0441\u043b\u0443\u0433\u0438 \u0442\u0440\u0430\u043d\u0441\u043a\u0440\u0438\u0431\u0443\u0432\u0430\u043d\u043d\u044f. \u0421\u043f\u0440\u043e\u0431\u0443\u0439\u0442\u0435 \u043f\u0456\u0437\u043d\u0456\u0448\u0435.",expandedLabel:"\u0422\u0440\u0430\u043d\u0441\u043a\u0440\u0438\u0431\u0443\u0432\u0430\u043d\u043d\u044f \u0430\u043a\u0442\u0438\u0432\u043d\u0435",failedToStart:"\u041d\u0435 \u0432\u0434\u0430\u043b\u043e\u0441\u044f \u043f\u043e\u0447\u0430\u0442\u0438 \u0442\u0440\u0430\u043d\u0441\u043a\u0440\u0438\u0431\u0443\u0432\u0430\u043d\u043d\u044f",labelToolTip:"\u0417\u0443\u0441\u0442\u0440\u0456\u0447 \u0442\u0440\u0430\u043d\u0441\u043a\u0440\u0438\u0431\u0443\u0454\u0442\u044c\u0441\u044f",off:"\u0422\u0440\u0430\u043d\u0441\u043a\u0440\u0438\u0431\u0443\u0432\u0430\u043d\u043d\u044f \u0437\u0443\u043f\u0438\u043d\u0435\u043d\u043e",pending:"\u041f\u0456\u0434\u0433\u043e\u0442\u043e\u0432\u043a\u0430 \u0434\u043e \u0442\u0440\u0430\u043d\u0441\u043a\u0440\u0438\u0431\u0443\u0432\u0430\u043d\u043d\u044f \u0437\u0443\u0441\u0442\u0440\u0456\u0447\u0456...",sourceLanguageDesc:"\u041f\u043e\u0442\u043e\u0447\u043d\u0430 \u043c\u043e\u0432\u0430 \u0437\u0443\u0441\u0442\u0440\u0456\u0447\u0456 {{sourceLanguage}}.
\u0412\u0438 \u043c\u043e\u0436\u0435\u0442\u0435 \u0457\u0457 \u0437\u043c\u0456\u043d\u0438\u0442\u0438 ",sourceLanguageHere:"\u0442\u0443\u0442",start:"\u041f\u043e\u043a\u0430\u0437\u0443\u0432\u0430\u0442\u0438 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u0438",stop:"\u041f\u0440\u0438\u043f\u0438\u043d\u0438\u0442\u0438 \u043f\u043e\u043a\u0430\u0437 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u0456\u0432",subtitles:"\u0421\u0443\u0431\u0442\u0438\u0442\u0440\u0438",subtitlesOff:"\u0412\u0438\u043c\u043a\u043d\u0435\u043d\u0456",tr:"TR"},unpinParticipant:"{{participantName}} - \u0412\u0456\u0434\u043a\u0440\u0456\u043f\u0438\u0442\u0438",userMedia:{androidGrantPermissions:"\u0412\u0438\u0431\u0435\u0440\u0456\u0442\u044c \xab\u0414\u043e\u0437\u0432\u043e\u043b\u0438\u0442\u0438\xbb, \u043a\u043e\u043b\u0438 \u0432\u0430\u0448 \u0432\u0435\u0431-\u0431\u0440\u0430\u0443\u0437\u0435\u0440 \u0437\u0430\u043f\u0438\u0442\u0430\u0454 \u0434\u043e\u0437\u0432\u043e\u043b\u0438.",chromeGrantPermissions:"\u0412\u0438\u0431\u0435\u0440\u0456\u0442\u044c \xab\u0414\u043e\u0437\u0432\u043e\u043b\u0438\u0442\u0438\xbb, \u043a\u043e\u043b\u0438 \u0432\u0430\u0448 \u0432\u0435\u0431-\u0431\u0440\u0430\u0443\u0437\u0435\u0440 \u0437\u0430\u043f\u0438\u0442\u0430\u0454 \u0434\u043e\u0437\u0432\u043e\u043b\u0438.",edgeGrantPermissions:"\u0412\u0438\u0431\u0435\u0440\u0456\u0442\u044c \xab\u0422\u0430\u043a\xbb, \u043a\u043e\u043b\u0438 \u0432\u0430\u0448 \u0432\u0435\u0431-\u0431\u0440\u0430\u0443\u0437\u0435\u0440 \u0437\u0430\u043f\u0438\u0442\u0430\u0454 \u0434\u043e\u0437\u0432\u043e\u043b\u0438.",electronGrantPermissions:"\u0421\u043f\u0440\u043e\u0431\u0430 \u043e\u0442\u0440\u0438\u043c\u0430\u0442\u0438 \u0434\u043e\u0441\u0442\u0443\u043f \u0434\u043e \u043a\u0430\u043c\u0435\u0440\u0438 \u0442\u0430 \u043c\u0456\u043a\u0440\u043e\u0444\u043e\u043d\u0430",firefoxGrantPermissions:"\u0412\u0438\u0431\u0435\u0440\u0456\u0442\u044c \xab\u041f\u043e\u0434\u0456\u043b\u0438\u0442\u0438\u0441\u044f \u0432\u0438\u0431\u0440\u0430\u043d\u0438\u043c \u043f\u0440\u0438\u0441\u0442\u0440\u043e\u0454\u043c\xbb, \u043a\u043e\u043b\u0438 \u0432\u0430\u0448 \u0432\u0435\u0431-\u0431\u0440\u0430\u0443\u0437\u0435\u0440 \u0437\u0430\u043f\u0438\u0442\u0430\u0454 \u0434\u043e\u0437\u0432\u043e\u043b\u0438.",iexplorerGrantPermissions:"\u0412\u0438\u0431\u0435\u0440\u0456\u0442\u044c \xab\u0413\u0430\u0440\u0430\u0437\u0434\xbb, \u043a\u043e\u043b\u0438 \u0432\u0430\u0448 \u0432\u0435\u0431-\u0431\u0440\u0430\u0443\u0437\u0435\u0440 \u0437\u0430\u043f\u0438\u0442\u0430\u0454 \u0434\u043e\u0437\u0432\u043e\u043b\u0438.",nwjsGrantPermissions:"\u041d\u0430\u0434\u0430\u0439\u0442\u0435 \u0434\u043e\u0437\u0432\u0456\u043b \u043d\u0430 \u0434\u043e\u0441\u0442\u0443\u043f \u0434\u043e \u043a\u0430\u043c\u0435\u0440\u0438 \u0442\u0430 \u043c\u0456\u043a\u0440\u043e\u0444\u043e\u043d\u0430",operaGrantPermissions:"\u0412\u0438\u0431\u0435\u0440\u0456\u0442\u044c \xab\u0414\u043e\u0437\u0432\u043e\u043b\u0438\u0442\u0438\xbb, \u043a\u043e\u043b\u0438 \u0432\u0430\u0448 \u0432\u0435\u0431-\u0431\u0440\u0430\u0443\u0437\u0435\u0440 \u0437\u0430\u043f\u0438\u0442\u0430\u0454 \u0434\u043e\u0437\u0432\u043e\u043b\u0438.","react-nativeGrantPermissions":"\u0412\u0438\u0431\u0435\u0440\u0456\u0442\u044c \xab\u0414\u043e\u0437\u0432\u043e\u043b\u0438\u0442\u0438\xbb, \u043a\u043e\u043b\u0438 \u0432\u0430\u0448 \u0432\u0435\u0431-\u0431\u0440\u0430\u0443\u0437\u0435\u0440 \u0437\u0430\u043f\u0438\u0442\u0430\u0454 \u0434\u043e\u0437\u0432\u043e\u043b\u0438.",safariGrantPermissions:"\u0412\u0438\u0431\u0435\u0440\u0456\u0442\u044c \xab\u0413\u0430\u0440\u0430\u0437\u0434\xbb, \u043a\u043e\u043b\u0438 \u0432\u0430\u0448 \u0432\u0435\u0431-\u0431\u0440\u0430\u0443\u0437\u0435\u0440 \u0437\u0430\u043f\u0438\u0442\u0430\u0454 \u0434\u043e\u0437\u0432\u043e\u043b\u0438."},videoSIPGW:{busy:"\u041c\u0438 \u043f\u0440\u0430\u0446\u044e\u0454\u043c\u043e \u043d\u0430\u0434 \u0432\u0438\u0432\u0456\u043b\u044c\u043d\u0435\u043d\u043d\u044f\u043c \u0440\u0435\u0441\u0443\u0440\u0441\u0456\u0432. \u0421\u043f\u0440\u043e\u0431\u0443\u0439\u0442\u0435 \u0437\u0430 \u0434\u0435\u043a\u0456\u043b\u044c\u043a\u0430 \u0445\u0432\u0438\u043b\u0438\u043d.",busyTitle:"\u0420\u0435\u0441\u0443\u0440\u0441\u0438 \u0441\u043b\u0443\u0436\u0431\u0438 \u041a\u0456\u043c\u043d\u0430\u0442\u0430 \u0437\u0430\u0439\u043d\u044f\u0442\u0456",errorAlreadyInvited:"{{displayName}} \u0432\u0436\u0435 \u0437\u0430\u043f\u0440\u043e\u0448\u0435\u043d\u043e",errorInvite:"\u0417\u0443\u0441\u0442\u0440\u0456\u0447 \u0449\u0435 \u043d\u0435 \u043f\u043e\u0447\u0430\u043b\u0430\u0441\u044f. \u0421\u043f\u0440\u043e\u0431\u0443\u0439\u0442\u0435 \u043f\u0456\u0437\u043d\u0456\u0448\u0435.",errorInviteFailed:"\u041c\u0438 \u043f\u0440\u0430\u0446\u044e\u0454\u043c\u043e \u043d\u0430\u0434 \u0432\u0438\u0440\u0456\u0448\u0435\u043d\u043d\u044f\u043c \u043f\u0440\u043e\u0431\u043b\u0435\u043c\u0438. \u0421\u043f\u0440\u043e\u0431\u0443\u0439\u0442\u0435 \u043f\u0456\u0437\u043d\u0456\u0448\u0435.",errorInviteFailedTitle:"\u041f\u043e\u043c\u0438\u043b\u043a\u0430 \u0456\u0437 \u0437\u0430\u043f\u0440\u043e\u0448\u0435\u043d\u043d\u044f\u043c {{displayName}}",errorInviteTitle:"\u041f\u043e\u043c\u0438\u043b\u043a\u0430 \u0437\u0430\u043f\u0440\u043e\u0448\u0435\u043d\u043d\u044f \u0434\u043e \u043a\u0456\u043c\u043d\u0430\u0442\u0438",pending:"{{displayName}} \u0431\u0443\u043b\u043e \u0437\u0430\u043f\u0440\u043e\u0448\u0435\u043d\u043e"},videoStatus:{adjustFor:"\u0420\u0456\u0432\u0435\u043d\u044c:",audioOnly:"AUD",audioOnlyExpanded:"\u0423\u0432\u0456\u043c\u043a\u043d\u0435\u043d\u043e \u0440\u0435\u0436\u0438\u043c \u0435\u043a\u043e\u043d\u043e\u043c\u0456\u0457 \u0442\u0440\u0430\u0444\u0456\u043a\u0443. \u0423 \u0446\u044c\u043e\u043c\u0443 \u0440\u0435\u0436\u0438\u043c\u0456 \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u0456 \u043b\u0438\u0448\u0435 \u0430\u0443\u0434\u0456\u043e \u0442\u0430 \u043c\u043e\u0436\u043b\u0438\u0432\u0456\u0441\u0442\u044c \u0441\u043f\u0456\u043b\u044c\u043d\u043e\u0433\u043e \u043f\u0435\u0440\u0435\u0433\u043b\u044f\u0434\u0443 \u0435\u043a\u0440\u0430\u043d\u0443 \u0456\u043d\u0448\u0438\u0445 \u0443\u0447\u0430\u0441\u043d\u0438\u043a\u0456\u0432.",bestPerformance:"\u041d\u0430\u0439\u043a\u0440\u0430\u0449\u0430 \u043f\u0440\u043e\u0434\u0443\u043a\u0442\u0438\u0432\u043d\u0456\u0441\u0442\u044c",callQuality:"\u042f\u043a\u0456\u0441\u0442\u044c \u0432\u0456\u0434\u0435\u043e",hd:"HD",hdTooltip:"\u0412\u0456\u0434\u0435\u043e \u0432\u0438\u0441\u043e\u043a\u043e\u0457 \u044f\u043a\u043e\u0441\u0442\u0456",highDefinition:"\u0412\u0438\u0441\u043e\u043a\u0430 \u044f\u043a\u0456\u0441\u0442\u044c (HD)",highestQuality:"\u041d\u0430\u0439\u0432\u0438\u0449\u0430 \u044f\u043a\u0456\u0441\u0442\u044c",labelTooiltipNoVideo:"\u0411\u0435\u0437 \u0432\u0456\u0434\u0435\u043e",labelTooltipAudioOnly:"\u0423\u0432\u0456\u043c\u043a\u043d\u0435\u043d\u043e \u0440\u0435\u0436\u0438\u043c \u0437\u0430\u043e\u0449\u0430\u0434\u0436\u0435\u043d\u043d\u044f \u0442\u0440\u0430\u0444\u0456\u043a\u0443",ld:"LD",ldTooltip:"\u0412\u0456\u0434\u0435\u043e \u043d\u0438\u0437\u044c\u043a\u043e\u0457 \u044f\u043a\u043e\u0441\u0442\u0456",lowDefinition:"\u041d\u0438\u0437\u044c\u043a\u0430 \u044f\u043a\u0456\u0441\u0442\u044c (LD)",performanceSettings:"\u041f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u0438 \u043f\u0440\u043e\u0434\u0443\u043a\u0442\u0438\u0432\u043d\u043e\u0441\u0442\u0456",recording:"\u0422\u0440\u0438\u0432\u0430\u0454 \u0437\u0430\u043f\u0438\u0441",sd:"SD",sdTooltip:"\u0412\u0456\u0434\u0435\u043e \u0441\u0442\u0430\u043d\u0434\u0430\u0440\u0442\u043d\u043e\u0457 \u044f\u043a\u043e\u0441\u0442\u0456",standardDefinition:"\u0421\u0442\u0430\u043d\u0434\u0430\u0440\u0442\u043d\u0430 \u044f\u043a\u0456\u0441\u0442\u044c (SD)",streaming:"\u0422\u0440\u0438\u0432\u0430\u0454 \u0442\u0440\u0430\u043d\u0441\u043b\u044f\u0446\u0456\u044f"},videothumbnail:{connectionInfo:"\u0406\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0456\u044f \u043f\u0440\u043e \u0437'\u0454\u0434\u043d\u0430\u043d\u043d\u044f",domute:"\u0412\u0438\u043c\u043a\u043d\u0443\u0442\u0438 \u043c\u0456\u043a\u0440\u043e\u0444\u043e\u043d",domuteOthers:"\u0412\u0438\u043c\u043a\u043d\u0443\u0442\u0438 \u043c\u0456\u043a\u0440\u043e\u0444\u043e\u043d\u0438 \u0432\u0441\u0456\u043c \u0456\u043d\u0448\u0438\u043c",domuteVideo:"\u0412\u0438\u043c\u043a\u043d\u0443\u0442\u0438 \u043a\u0430\u043c\u0435\u0440\u0443",domuteVideoOfOthers:"\u0412\u0438\u043c\u043a\u043d\u0443\u0442\u0438 \u043a\u0430\u043c\u0435\u0440\u0438 \u0432\u0441\u0456\u043c \u0456\u043d\u0448\u0438\u043c",flip:"\u041f\u0435\u0440\u0435\u0432\u0435\u0440\u043d\u0443\u0442\u0438 \u0434\u0437\u0435\u0440\u043a\u0430\u043b\u044c\u043d\u043e",grantModerator:"\u041d\u0430\u0434\u0430\u0442\u0438 \u043f\u0440\u0430\u0432\u0430 \u043c\u043e\u0434\u0435\u0440\u0430\u0442\u043e\u0440\u0430",hideSelfView:"\u041f\u0440\u0438\u0445\u043e\u0432\u0430\u0442\u0438 \u0432\u0438\u0434 \u043d\u0430 \u0441\u0435\u0431\u0435",kick:"\u0412\u0456\u0434'\u0454\u0434\u043d\u0430\u0442\u0438",mirrorVideo:"\u0412\u0456\u0434\u0434\u0437\u0435\u0440\u043a\u0430\u043b\u0438\u0442\u0438 \u043c\u043e\u0454 \u0432\u0456\u0434\u0435\u043e",moderator:"\u041c\u043e\u0434\u0435\u0440\u0430\u0442\u043e\u0440",mute:"\u041c\u0456\u043a\u0440\u043e\u0444\u043e\u043d \u0443\u0447\u0430\u0441\u043d\u0438\u043a\u0430 \u0432\u0438\u043c\u043a\u043d\u0435\u043d\u043e",muted:"\u0412\u0438\u043c\u043a\u043d\u0435\u043d\u043e \u043c\u0456\u043a\u0440\u043e\u0444\u043e\u043d",pinToStage:"\u0417\u0430\u043a\u0440\u0456\u043f\u0438\u0442\u0438 \u043d\u0430 \u0441\u0446\u0435\u043d\u0456",remoteControl:"\u0414\u0438\u0441\u0442\u0430\u043d\u0446\u0456\u0439\u043d\u0435 \u043a\u0435\u0440\u0443\u0432\u0430\u043d\u043d\u044f",screenSharing:"\u0423\u0447\u0430\u0441\u043d\u0438\u043a \u043f\u043e\u043a\u0430\u0437\u0443\u0454 \u0441\u0432\u0456\u0439 \u0435\u043a\u0440\u0430\u043d",show:"\u041f\u043e\u043a\u0430\u0437\u0430\u0442\u0438 \u043d\u0430 \u0441\u0446\u0435\u043d\u0456",showSelfView:"\u041f\u043e\u043a\u0430\u0437\u0430\u0442\u0438 \u0432\u0438\u0434 \u043d\u0430 \u0441\u0435\u0431\u0435",unpinFromStage:"\u0412\u0456\u0434\u043a\u0440\u0456\u043f\u0438\u0442\u0438",verify:"\u041f\u0456\u0434\u0442\u0432\u0435\u0440\u0434\u0438\u0442\u0438 \u043e\u0441\u043e\u0431\u0443 \u0443\u0447\u0430\u0441\u043d\u0438\u043a\u0430",videoMuted:"\u041a\u0430\u043c\u0435\u0440\u0430 \u0432\u0438\u043c\u043a\u043d\u0435\u043d\u0430",videomute:"\u0423\u0447\u0430\u0441\u043d\u0438\u043a \u0432\u0438\u043c\u043a\u043d\u0443\u0432 \u043a\u0430\u043c\u0435\u0440\u0443"},virtualBackground:{addBackground:"\u0414\u043e\u0434\u0430\u0442\u0438 \u0444\u043e\u043d \u0437 \u0444\u0430\u0439\u043b\u0443",apply:"\u0417\u0430\u0441\u0442\u043e\u0441\u0443\u0432\u0430\u0442\u0438",backgroundEffectError:"\u041d\u0435 \u0432\u0434\u0430\u043b\u043e\u0441\u044f \u0437\u0430\u0441\u0442\u043e\u0441\u0443\u0432\u0430\u0442\u0438 \u0444\u043e\u043d\u043e\u0432\u0438\u0439 \u0435\u0444\u0435\u043a\u0442.",blur:"\u0420\u043e\u0437\u043c\u0438\u0442\u0442\u044f",deleteImage:"\u0412\u0438\u0434\u0430\u043b\u0438\u0442\u0438 \u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u043d\u044f",desktopShare:"\u0415\u043a\u0440\u0430\u043d \u0434\u043b\u044f \u0441\u043f\u0456\u043b\u044c\u043d\u043e\u0433\u043e \u043f\u0435\u0440\u0435\u0433\u043b\u044f\u0434\u0443",desktopShareError:"\u041d\u0435 \u0432\u0434\u0430\u043b\u043e\u0441\u044f \u0441\u0442\u0432\u043e\u0440\u0438\u0442\u0438 \u0435\u043a\u0440\u0430\u043d \u0434\u043b\u044f \u0441\u043f\u0456\u043b\u044c\u043d\u043e\u0433\u043e \u043f\u0435\u0440\u0435\u0433\u043b\u044f\u0434\u0443",image1:"\u041f\u043b\u044f\u0436",image2:"\u0411\u0456\u043b\u0430 \u0441\u0442\u0456\u043d\u0430",image3:"\u0411\u0456\u043b\u0430 \u043f\u043e\u0440\u043e\u0436\u043d\u044f \u043a\u0456\u043c\u043d\u0430\u0442\u0430",image4:"\u0427\u043e\u0440\u043d\u0438\u0439 \u0442\u043e\u0440\u0448\u0435\u0440",image5:"\u0413\u043e\u0440\u0438",image6:"\u041b\u0456\u0441 ",image7:"\u0421\u0445\u0456\u0434 \u0441\u043e\u043d\u0446\u044f",none:"\u041d\u0435\u043c\u0430\u0454",pleaseWait:"\u0411\u0443\u0434\u044c \u043b\u0430\u0441\u043a\u0430, \u0437\u0430\u0447\u0435\u043a\u0430\u0439\u0442\u0435...",removeBackground:"\u041f\u0440\u0438\u0431\u0440\u0430\u0442\u0438 \u0444\u043e\u043d",slightBlur:"\u041d\u0430\u043f\u0456\u0432\u0440\u043e\u0437\u043c\u0438\u0442\u0442\u044f",title:"\u0412\u0456\u0440\u0442\u0443\u0430\u043b\u044c\u043d\u0456 \u0444\u043e\u043d\u0438",uploadedImage:"\u0417\u0430\u0432\u0430\u043d\u0442\u0430\u0436\u0435\u043d\u0430 \u043a\u0430\u0440\u0442\u0438\u043d\u043a\u0430 {{index}}",webAssemblyWarning:"WebAssembly \u043d\u0435 \u043f\u0456\u0434\u0442\u0440\u0438\u043c\u0443\u0454\u0442\u044c\u0441\u044f",webAssemblyWarningDescription:"WebAssembly \u0432\u0438\u043c\u043a\u043d\u0435\u043d\u043e \u0430\u0431\u043e \u043d\u0435 \u043f\u0456\u0434\u0442\u0440\u0438\u043c\u0443\u0454\u0442\u044c\u0441\u044f \u0446\u0438\u043c \u0432\u0435\u0431-\u0431\u0440\u0430\u0443\u0437\u0435\u0440\u043e\u043c"},visitorsLabel:"\u041a\u0456\u043b\u044c\u043a\u0456\u0441\u0442\u044c \u0432\u0456\u0434\u0432\u0456\u0434\u0443\u0432\u0430\u0447\u0456\u0432: {{count}}",volumeSlider:"\u0420\u0435\u0433\u0443\u043b\u044f\u0442\u043e\u0440 \u0433\u0443\u0447\u043d\u043e\u0441\u0442\u0456",welcomepage:{accessibilityLabel:{join:"\u041d\u0430\u0442\u0438\u0441\u043d\u0456\u0442\u044c \u0434\u043b\u044f \u043f\u0440\u0438\u0454\u0434\u043d\u0430\u043d\u043d\u044f",roomname:"\u0417\u0430\u0437\u043d\u0430\u0447\u0442\u0435 \u043d\u0430\u0437\u0432\u0443 \u043a\u0456\u043c\u043d\u0430\u0442\u0438"},addMeetingName:"\u0414\u043e\u0434\u0430\u0442\u0438 \u043d\u0430\u0437\u0432\u0443 \u0437\u0443\u0441\u0442\u0440\u0456\u0447\u0456",appDescription:"\u0421\u043f\u0440\u043e\u0431\u0443\u0439\u0442\u0435 \u043f\u0440\u043e\u0432\u0435\u0441\u0442\u0438 \u0432\u0456\u0434\u0435\u043e\u0437\u0443\u0441\u0442\u0440\u0456\u0447 \u0437 \u0432\u0430\u0448\u043e\u044e \u043a\u043e\u043c\u0430\u043d\u0434\u043e\u044e. \u0417\u0430\u043f\u0440\u043e\u0448\u0443\u0439\u0442\u0435 \u0432\u0441\u0456\u0445 \u0441\u0432\u043e\u0457\u0445 \u0437\u043d\u0430\u0439\u043e\u043c\u0438\u0445! {{app}} \u2014 \u0440\u0456\u0448\u0435\u043d\u043d\u044f \u0434\u043b\u044f \u0432\u0456\u0434\u0435\u043e\u043a\u043e\u043d\u0444\u0435\u0440\u0435\u043d\u0446\u0456\u0439 \u0456\u0437 100% \u0432\u0456\u0434\u043a\u0440\u0438\u0442\u0438\u043c \u0432\u0438\u0445\u0456\u0434\u043d\u0438\u043c \u043a\u043e\u0434\u043e\u043c, \u044f\u043a\u0435 \u0437\u0430\u0431\u0435\u0437\u043f\u0435\u0447\u0443\u0454 \u043d\u0430\u0441\u043a\u0440\u0456\u0437\u043d\u0435 \u0448\u0438\u0444\u0440\u0443\u0432\u0430\u043d\u043d\u044f \u0437\u0432'\u044f\u0437\u043a\u0443. \u041a\u043e\u0440\u0438\u0441\u0442\u0443\u0439\u0442\u0435\u0441\u044f \u043a\u043e\u0436\u0435\u043d \u0434\u0435\u043d\u044c, \u0431\u0435\u0437\u043a\u043e\u0448\u0442\u043e\u0432\u043d\u043e \u0456 \u0431\u0435\u0437 \u0440\u0435\u0454\u0441\u0442\u0440\u0430\u0446\u0456\u0457.",audioVideoSwitch:{audio:"\u0411\u0435\u0437 \u0432\u0456\u0434\u0435\u043e",video:"\u0417 \u0432\u0456\u0434\u0435\u043e"},calendar:"\u041a\u0430\u043b\u0435\u043d\u0434\u0430\u0440",connectCalendarButton:"\u041f\u043e\u0432'\u044f\u0437\u0430\u0442\u0438 \u043a\u0430\u043b\u0435\u043d\u0434\u0430\u0440",connectCalendarText:"\u041f\u043e\u0432'\u044f\u0436\u0456\u0442\u044c \u0432\u0430\u0448 \u043a\u0430\u043b\u0435\u043d\u0434\u0430\u0440, \u0449\u043e\u0431 \u043f\u043e\u0431\u0430\u0447\u0438\u0442\u0438 \u0437\u0443\u0441\u0442\u0440\u0456\u0447\u0456, \u0437\u0430\u043f\u043b\u0430\u043d\u043e\u0432\u0430\u043d\u0456 \u0432 {{app}}. \u0426\u0435 \u0442\u0430\u043a\u043e\u0436 \u0434\u043e\u0437\u0432\u043e\u043b\u0438\u0442\u044c \u0432\u0430\u043c \u043f\u043b\u0430\u043d\u0443\u0432\u0430\u0442\u0438 \u043d\u043e\u0432\u0456 {{provider}} \u0437\u0443\u0441\u0442\u0440\u0456\u0447\u0456 \u0437\u0430\u0437\u0434\u0430\u043b\u0435\u0433\u0456\u0434\u044c \u0456 \u043f\u043e\u0447\u0438\u043d\u0430\u0442\u0438 \u0437\u0443\u0441\u0442\u0440\u0456\u0447 \u043e\u0434\u043d\u0438\u043c \u043d\u0430\u0442\u0438\u0441\u043a\u0430\u043d\u043d\u044f\u043c \u043d\u0430 \u0457\u0457 \u043f\u043e\u0441\u0438\u043b\u0430\u043d\u043d\u0456.",enterRoomTitle:"\u041f\u043e\u0447\u0430\u0442\u0438 \u043d\u043e\u0432\u0443 \u0437\u0443\u0441\u0442\u0440\u0456\u0447",getHelp:"\u0414\u043e\u0432\u0456\u0434\u043a\u0430",go:"\u0413\u0430\u0440\u0430\u0437\u0434",goSmall:"\u0413\u0430\u0440\u0430\u0437\u0434",headerSubtitle:"\u0417\u0430\u0445\u0438\u0449\u0435\u043d\u0438\u0439 \u0442\u0430 \u044f\u043a\u0456\u0441\u043d\u0438\u0439 \u0432\u0456\u0434\u0435\u043e\u0437\u0432'\u044f\u0437\u043e\u043a",headerTitle:"Jitsi Meet",info:"\u0422\u0435\u043b\u0435\u0444\u043e\u043d\u043d\u0438\u0439 \u0437\u0432'\u044f\u0437\u043e\u043a",jitsiOnMobile:"Jitsi \u043d\u0430 \u043c\u043e\u0431\u0456\u043b\u044c\u043d\u043e\u043c\u0443 \u043f\u0440\u0438\u0441\u0442\u0440\u043e\u0457 \u2013 \u0437\u0430\u0432\u0430\u043d\u0442\u0430\u0436\u0443\u0439\u0442\u0435 \u043d\u0430\u0448\u0456 \u0437\u0430\u0441\u0442\u043e\u0441\u0443\u043d\u043a\u0438 \u0442\u0430 \u043f\u043e\u0447\u0438\u043d\u0430\u0439\u0442\u0435 \u0437\u0443\u0441\u0442\u0440\u0456\u0447\u0456, \u0434\u0435 \u0431 \u0432\u0438 \u043d\u0435 \u0431\u0443\u043b\u0438",join:"\u0421\u0442\u0432\u043e\u0440\u0438\u0442\u0438 \u0430\u0431\u043e \u043f\u0440\u0438\u0454\u0434\u043d\u0430\u0442\u0438\u0441\u044f",logo:{calendar:"\u041b\u043e\u0433\u043e\u0442\u0438\u043f \u041a\u0430\u043b\u0435\u043d\u0434\u0430\u0440\u044f",desktopPreviewThumbnail:"\u041c\u0456\u043d\u0456\u0430\u0442\u044e\u0440\u0430 \u0432\u0438\u0434\u0443 \u0435\u043a\u0440\u0430\u043d\u0430 \u0443\u0447\u0430\u0441\u043d\u0438\u043a\u0430",googleLogo:"\u041b\u043e\u0433\u043e\u0442\u0438\u043f Google",logoDeepLinking:"\u041b\u043e\u0433\u043e\u0442\u0438\u043f Jitsi Meet",microsoftLogo:"\u041b\u043e\u0433\u043e\u0442\u0438\u043f Microsoft",policyLogo:"\u041b\u043e\u0433\u043e\u0442\u0438\u043f \u043f\u043e\u043b\u0456\u0442\u0438\u043a\u0438"},meetingsAccessibilityLabel:"\u0417\u0443\u0441\u0442\u0440\u0456\u0447\u0456",mobileDownLoadLinkAndroid:"\u0417\u0430\u0432\u0430\u043d\u0442\u0430\u0436\u0442\u0435 \u043c\u043e\u0431\u0456\u043b\u044c\u043d\u0438\u0439 \u0437\u0430\u0441\u0442\u043e\u0441\u0443\u043d\u043e\u043a \u0434\u043b\u044f Android",mobileDownLoadLinkFDroid:"\u0417\u0430\u0432\u0430\u043d\u0442\u0430\u0436\u0442\u0435 \u043c\u043e\u0431\u0456\u043b\u044c\u043d\u0438\u0439 \u0437\u0430\u0441\u0442\u043e\u0441\u0443\u043d\u043e\u043a \u0434\u043b\u044f F-Droid",mobileDownLoadLinkIos:"\u0417\u0430\u0432\u0430\u043d\u0442\u0430\u0436\u0442\u0435 \u043c\u043e\u0431\u0456\u043b\u044c\u043d\u0438\u0439 \u0437\u0430\u0441\u0442\u043e\u0441\u0443\u043d\u043e\u043a \u0434\u043b\u044f iOS",moderatedMessage:"\u0410\u0431\u043e \u043e\u0440\u0433\u0430\u043d\u0456\u0437\u0443\u0439\u0442\u0435 \u043c\u043e\u0434\u0435\u0440\u043e\u0432\u0430\u043d\u0443 \u0437\u0443\u0441\u0442\u0440\u0456\u0447 \u0456 \u0440\u043e\u0437\u043f\u043e\u0447\u043d\u0456\u0442\u044c \u0457\u0457 \u044f\u043a \u043c\u043e\u0434\u0435\u0440\u0430\u0442\u043e\u0440.",privacy:"\u041a\u043e\u043d\u0444\u0456\u0434\u0435\u043d\u0446\u0456\u0439\u043d\u0456\u0441\u0442\u044c",recentList:"\u041d\u0435\u0449\u043e\u0434\u0430\u0432\u043d\u0456",recentListDelete:"\u0412\u0438\u043b\u0443\u0447\u0438\u0442\u0438",recentListEmpty:"\u0417\u0430\u0440\u0430\u0437 \u0432\u0430\u0448 \u0441\u043f\u0438\u0441\u043e\u043a \u043d\u0435\u0449\u043e\u0434\u0430\u0432\u043d\u0456\u0445 \u0437\u0443\u0441\u0442\u0440\u0456\u0447\u0435\u0439 \u043f\u043e\u0440\u043e\u0436\u043d\u0456\u0439. \u041f\u043e\u0447\u0438\u043d\u0430\u0439\u0442\u0435 \u0441\u043f\u0456\u043b\u043a\u0443\u0432\u0430\u043d\u043d\u044f, \u0456 \u0432\u0438 \u0437\u043d\u0430\u0439\u0434\u0435\u0442\u0435 \u0442\u0443\u0442 \u0443\u0441\u0456 \u0441\u0432\u043e\u0457 \u043d\u0435\u0449\u043e\u0434\u0430\u0432\u043d\u0456 \u0437\u0443\u0441\u0442\u0440\u0456\u0447\u0456.",recentMeetings:"\u041d\u0435\u0449\u043e\u0434\u0430\u0432\u043d\u0456 \u0437\u0443\u0441\u0442\u0440\u0456\u0447\u0456",reducedUIText:"\u0412\u0456\u0442\u0430\u0454\u043c\u043e \u0443 {{app}}!",roomNameAllowedChars:"\u041d\u0430\u0437\u0432\u0430 \u0437\u0443\u0441\u0442\u0440\u0456\u0447\u0456 \u043d\u0435 \u043f\u043e\u0432\u0438\u043d\u043d\u0430 \u043c\u0456\u0441\u0442\u0438\u0442\u0438 \u0442\u0430\u043a\u0456 \u0441\u0438\u043c\u0432\u043e\u043b\u0438: ?, &, :, ', \", %, #.",roomname:"\u0417\u0430\u0437\u043d\u0430\u0447\u0442\u0435 \u043d\u0430\u0437\u0432\u0443 \u043a\u0456\u043c\u043d\u0430\u0442\u0438",roomnameHint:"\u0417\u0430\u0437\u043d\u0430\u0447\u0442\u0435 \u043d\u0430\u0437\u0432\u0443 \u043a\u0456\u043c\u043d\u0430\u0442\u0438 \u0430\u0431\u043e URL-\u0430\u0434\u0440\u0435\u0441\u0443 \u0437\u0443\u0441\u0442\u0440\u0456\u0447\u0456, \u0434\u043e \u044f\u043a\u043e\u0457 \u0432\u0438 \u0445\u043e\u0447\u0435\u0442\u0435 \u043f\u0440\u0438\u0454\u0434\u043d\u0430\u0442\u0438\u0441\u044f. \u0412\u0438 \u043c\u043e\u0436\u0435\u0442\u0435 \u043f\u0440\u0438\u0434\u0443\u043c\u0430\u0442\u0438 \u0431\u0443\u0434\u044c-\u044f\u043a\u0443 \u043d\u0430\u0437\u0432\u0443. \u041f\u043e\u0432\u0456\u0434\u043e\u043c\u0442\u0435 \u0457\u0457 \u0456\u043d\u0448\u0438\u043c \u0443\u0447\u0430\u0441\u043d\u0438\u043a\u0430\u043c, \u0449\u043e\u0431 \u0432\u043e\u043d\u0438 \u043f\u0440\u0438\u0454\u0434\u043d\u0443\u0432\u0430\u043b\u0438\u0441\u044f \u0434\u043e \u0446\u0456\u0454\u0457 \u043a\u0456\u043c\u043d\u0430\u0442\u0438.",sendFeedback:"\u041d\u0430\u0434\u0456\u0441\u043b\u0430\u0442\u0438 \u0432\u0456\u0434\u0433\u0443\u043a",settings:"\u041d\u0430\u043b\u0430\u0448\u0442\u0443\u0432\u0430\u043d\u043d\u044f",startMeeting:"\u041f\u043e\u0447\u0430\u0442\u0438 \u0437\u0443\u0441\u0442\u0440\u0456\u0447",terms:"\u0423\u043c\u043e\u0432\u0438 \u043a\u043e\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u043d\u043d\u044f",title:"\u0417\u0430\u0445\u0438\u0449\u0435\u043d\u0430, \u043f\u043e\u0432\u043d\u043e\u0444\u0443\u043d\u043a\u0446\u0456\u043e\u043d\u0430\u043b\u044c\u043d\u0430 \u0442\u0430 \u0431\u0435\u0437\u043a\u043e\u0448\u0442\u043e\u0432\u043d\u0430 \u0441\u0438\u0441\u0442\u0435\u043c\u0430 \u0432\u0456\u0434\u0435\u043e\u043a\u043e\u043d\u0444\u0435\u0440\u0435\u043d\u0446\u0456\u0439",upcomingMeetings:"\u0417\u0430\u043f\u043b\u0430\u043d\u043e\u0432\u0430\u043d\u0456 \u0437\u0443\u0441\u0442\u0440\u0456\u0447\u0456"},whiteboard:{accessibilityLabel:{heading:"\u0414\u043e\u0448\u043a\u0430"}}}},852,[]); -__d(function(n,t,i,h,e,a,c){e.exports={addPeople:{add:"M\u1eddi",copyInvite:"Sao ch\xe9p l\u1eddi m\u1eddi",countryNotSupported:"Chu\u0301ng t\xf4i ch\u01b0a h\xf4\u0303 tr\u01a1\u0323 \u0111i\u0301ch \u0111\xea\u0301n na\u0300y.",countryReminder:"Nh\u1edb \u0111a\u0309m ba\u0309o b\u0103\u0301t \u0111\xe2\u0300u b\u0103\u0300ng ma\u0303 qu\xf4\u0301c gia!",disabled:"Ba\u0323n kh\xf4ng th\xea\u0309 m\u01a1\u0300i th\xeam ng\u01b0\u01a1\u0300i.",failedToAdd:"",footerText:"Quay s\xf4\u0301 bi\u0323 t\u0103\u0301t.",inviteMorePrompt:"M\u1eddi th\xeam ng\u01b0\u1eddi tham d\u1ef1",loading:"\u0110ang ti\u0300m ki\xea\u0301m ng\u01b0\u01a1\u0300i ho\u0103\u0323c s\xf4\u0301 \u0111i\xea\u0323n thoa\u0323i.",loadingNumber:"\u0110ang xa\u0301c nh\xe2\u0323n s\xf4\u0301 \u0111i\xea\u0323n thoa\u0323i.",loadingPeople:"\u0110ang ti\u0300m ki\xea\u0301m ng\u01b0\u01a1\u0300i \u0111\xea\u0309 m\u01a1\u0300i",noResults:"Kh\xf4ng ti\u0300m \u0111\u01b0\u01a1\u0323c k\xea\u0301t qua\u0309 kh\u01a1\u0301p",noValidNumbers:"Xin m\u1eddi nh\u1eadp m\u1ed9t s\u1ed1 \u0111i\u1ec7n tho\u1ea1i",searchNumbers:"Th\xeam s\u1ed1 \u0111i\u1ec7n tho\u1ea1i",searchPeople:"T\xecm ng\u01b0\u1eddi",searchPeopleAndNumbers:"T\xecm ng\u01b0\u1eddi v\xe0 th\xeam s\u1ed1",shareInvite:"Chia s\u1ebb l\u1eddi m\u1eddi tham d\u1ef1 cu\u1ed9c h\u1ecdp",shareLink:"Chia s\u1ebb \u0111\u01b0\u1eddng d\u1eabn \u0111\u1ec3 m\u1eddi ng\u01b0\u1eddi kh\xe1c tham d\u1ef1 cu\u1ed9c h\u1ecdp",telephone:"S\u1ed1: {{number}}",title:"M\u1eddi ng\u01b0\u1eddi tham d\u1ef1 cu\u1ed9c h\u1ecdp n\xe0y"},audioDevices:{bluetooth:"Bluetooth",headphones:"Tai nghe",phone:"\u0110i\u1ec7n tho\u1ea1i",speaker:"Di\u1ec5n gi\u1ea3"},audioOnly:{audioOnly:"Ch\u1ec9 nghe \xe2m thanh"},calendarSync:{addMeetingURL:"Th\xeam m\u1ed9t li\xean k\u1ebft h\u1ecdp",confirmAddLink:"B\u1ea1n c\xf3 mu\u1ed1n th\xeam m\u1ed9t li\xean ki\u1ebft t\u1edbi s\u1ef1 ki\u1ec7n n\xe0y?",error:{appConfiguration:"T\xedch h\u1ee3p l\u1ecbch ch\u01b0a \u0111\u01b0\u1ee3c c\u1ea5u h\xecnh \u0111\xfang.",generic:"C\xf3 l\u1ed7i x\u1ea3y ra. Vui l\xf2ng ki\u1ec3m tra c\u1ea5u h\xecnh l\u1ecbch ho\u1eb7c th\u1eed l\xe0m m\u1edbi l\u1ecbch.",notSignedIn:"M\u1ed9t l\u1ed7i x\u1ea3y ra khi x\xe1c th\u1ef1c \u0111\u1ec3 xem l\u1ecbch s\u1ef1 ki\u1ec7n. Vui l\xf2ng ki\u1ec3m tra c\u1ea5u h\xecnh l\u1ecbch v\xe0 th\u1eed \u0111\u0103ng nh\u1eadp l\u1ea1i."},join:"Tham gia",joinTooltip:"Tham gia cu\u1ed9c h\u1ecdp",nextMeeting:"Cu\u1ed9c h\u1ecdp ti\u1ebfp theo",noEvents:"Kh\xf4ng c\xf3 s\u1ef1 ki\u1ec7n \u0111\u01b0\u1ee3c l\xean l\u1ecbch n\xe0o ti\u1ebfp theo.",ongoingMeeting:"Cu\u1ed9c h\u1ecdp \u0111ang di\u1ec5n ra",permissionButton:"M\u1edf c\u1ea5u h\xecnh",permissionMessage:"Y\xeau c\u1ea7u quy\u1ec1n truy c\u1eadp l\u1ecbch \u0111\u1ec3 th\u1ea5y cu\u1ed9c h\u1ecdp c\u1ee7a b\u1ea1n tr\xean \u1ee9ng d\u1ee5ng.",refresh:"L\xe0m m\u1edbi l\u1ecbch",today:"H\xf4m nay"},chat:{error:"L\u1ed7i: tin nh\u1eafn c\u1ee7a b\u1ea1n \"{{originalText}}\" kh\xf4ng \u0111\u01b0\u1ee3c g\u1eedi. Nguy\xean nh\xe2n: {{error}}",messagebox:"Nh\u1eadp n\u1ed9i dung tin nh\u1eafn",nickname:{popover:"Ch\u1ecdn t\xean",title:"Nh\u1eadp t\xean c\u1ee7a b\u1ea1n \u0111\u1ec3 g\u1eedi tin nh\u1eafn",titleWithPolls:"Nh\u1eadp t\xean c\u1ee7a b\u1ea1n \u0111\u1ec3 g\u1eedi tin nh\u1eafn"},sendButton:"G\u1eedi",title:"Cu\u1ed9c h\u1ed9i tho\u1ea1i",titleWithPolls:"Cu\u1ed9c h\u1ed9i tho\u1ea1i",you:"b\u1ea1n"},connectingOverlay:{joiningRoom:"\u0110ang k\u1ebft n\u1ed1i t\u1edbi cu\u1ed9c h\u1ecdp c\u1ee7a b\u1ea1n..."},connection:{ATTACHED:"\u0110\xe3 \u0111\xednh k\xe8m",AUTHENTICATING:"\u0110ang x\xe1c th\u1ef1c",AUTHFAIL:"X\xe1c th\u1ef1c th\u1ea5t b\u1ea1i",CONNECTED:"\u0110\xe3 k\u1ebft n\u1ed1i",CONNECTING:"\u0110ang k\u1ebft n\u1ed1i",CONNFAIL:"K\u1ebft n\u1ed1i th\u1ea5t b\u1ea1i",DISCONNECTED:"\u0110\xe3 ng\u1eaft k\u1ebft n\u1ed1i",DISCONNECTING:"\u0110ang ng\u1eaft k\u1ebft n\u1ed1i",ERROR:"L\u1ed7i",RECONNECTING:"\u0110\xe3 x\u1ea3y ra s\u1ef1 c\u1ed1 m\u1ea1ng. \u0110ang k\u1ebft n\u1ed1i l\u1ea1i..."},connectionindicator:{address:"\u0110\u1ecba ch\u1ec9:",bandwidth:"B\u0103ng th\xf4ng:",bitrate:"T\u1ed1c \u0111\u1ed9:",bridgeCount:"M\xe1y ch\u1ee7:",connectedTo:"\u0110\xe3 k\u1ebft n\u1ed1i t\u1edbi:",framerate:"FPS:",less:"Hi\u1ec3n th\u1ecb \xedt h\u01a1n",localaddress_0:"IP thi\u1ebft b\u1ecb:",localaddress_1:"C\xe1c IP thi\u1ebft b\u1ecb:",localport_0:"C\u1ed5ng thi\u1ebft b\u1ecb:",localport_1:"C\xe1c c\u1ed5ng thi\u1ebft b\u1ecb:",more:"Hi\u1ec3n th\u1ecb nhi\u1ec1u h\u01a1n",packetloss:"D\u1eef li\u1ec7u h\u1ecfng:",participant_id:"ID ng\u01b0\u1eddi tham d\u1ef1:",quality:{good:"T\u1ed1t",inactive:"\u0110ang treo m\xe1y",lost:"M\u1ea5t k\u1ebft n\u1ed1i",nonoptimal:"Kh\xf4ng t\u1ed1i \u01b0u",poor:"K\xe9m ch\u1ea5t l\u01b0\u1ee3ng"},remoteaddress_0:"IP t\u1eeb xa:",remoteaddress_1:"C\xe1c IP t\u1eeb xa:",remoteport_0:"C\u1ed5ng t\u1eeb xa:",remoteport_1:"C\xe1c c\u1ed5ng t\u1eeb xa:",resolution:"\u0110\u1ed9 ph\xe2n gi\u1ea3i:",status:"Tr\u1ea1ng th\xe1i k\u1ebft n\u1ed1i:",transport_0:"V\u1eadn chuy\u1ec3n:",transport_1:"C\xe1c v\u1eadn chuy\u1ec3n:",turn:"l\u01b0\u1ee3t"},dateUtils:{earlier:"S\u1edbm h\u01a1n",today:"H\xf4m nay",yesterday:"H\xf4m qua"},deepLinking:{appNotInstalled:"B\u1ea1n c\u1ea7n \u1ee9ng d\u1ee5ng {{app}} \u0111\u1ec3 tham gia v\xe0o cu\u1ed9c h\u1ecdp n\xe0y b\u1eb1ng \u0111i\u1ec7n tho\u1ea1i.",description:"Ch\xfang t\xf4i \u0111\xe3 y\xeau c\u1ea7u ch\u1ea1y cu\u1ed9c h\u1ecdp tr\xean \u1ee9ng d\u1ee5ng {{app}}, \u1ee9ng d\u1ee5ng v\u1eabn kh\xf4ng m\u1edf? Th\u1eed l\u1ea1i ho\u1eb7c ch\u1ea1y tr\xean trang web.",descriptionWithoutWeb:"Ch\xfang t\xf4i \u0111\xe3 y\xeau c\u1ea7u ch\u1ea1y cu\u1ed9c h\u1ecdp tr\xean \u1ee9ng d\u1ee5ng {{app}}, \u1ee9ng d\u1ee5ng v\u1eabn kh\xf4ng m\u1edf? H\xe3y th\u1eed l\u1ea1i.",downloadApp:"T\u1ea3i \u1ee9ng d\u1ee5ng",launchWebButton:"Ch\u1ea1y tr\xean trang web",openApp:"Ti\u1ebfp t\u1ee5c tr\xean \u1ee9ng d\u1ee5ng n\xe0y",title:"Th\u1ef1c hi\u1ec7n cu\u1ed9c h\u1ecdp tr\xean {{app}}\u2026",tryAgainButton:"Th\u1eed l\u1ea1i"},defaultLink:"V\xed d\u1ee5: {{url}}",deviceError:{cameraError:"Truy c\u1eadp camera th\u1ea5t b\u1ea1i",cameraPermission:"L\u1ed7i c\u1ea5p quy\u1ec1n camera",microphoneError:"Truy c\u1eadp micro th\u1ea5t b\u1ea1i",microphonePermission:"L\u1ed7i c\u1ea5p quy\u1ec1n micro"},deviceSelection:{noPermission:"Kh\xf4ng \u0111\u01b0\u1ee3c c\u1ea5p quy\u1ec1n",previewUnavailable:"Xem tr\u01b0\u1edbc kh\xf4ng kh\u1ea3 d\u1ee5ng",selectADevice:"Ch\u1ecdn m\u1ed9t thi\u1ebft b\u1ecb",testAudio:"Ph\xe1t th\u1eed \xe2m thanh"},dialOut:{statusMessage:"hi\u1ec7n \u0111ang {{status}}"},dialog:{Back:"Quay l\u1ea1i",Cancel:"H\u1ee7y",IamHost:"M\xecnh l\xe0 qu\u1ea3n tr\u1ecb vi\xean",Ok:"\u0110\u1ed3ng \xfd",Remove:"X\xf3a",Share:"Chia s\u1ebb",Submit:"\u0110\u0103ng k\xfd",WaitForHostMsg:"Cu\u1ed9c h\u1ecdp ch\u01b0a \u0111\u01b0\u1ee3c b\u1eaft \u0111\u1ea7u. N\u1ebfu b\u1ea1n l\xe0 qu\u1ea3n tr\u1ecb vi\xean vui l\xf2ng x\xe1c th\u1ef1c. N\u1ebfu kh\xf4ng, vui l\xf2ng \u0111\u1ee3i qu\u1ea3n tr\u1ecb vi\xean.",WaitingForHost:"\u0110ang \u0111\u1ee3i qu\u1ea3n tr\u1ecb vi\xean...",Yes:"C\xf3",accessibilityLabel:{liveStreaming:"Ph\xe1t tr\u1ef1c tuy\u1ebfn"},allow:"Cho ph\xe9p",alreadySharedVideoMsg:"",alreadySharedVideoTitle:"Ch\u1ec9 m\u1ed9t ng\u01b0\u1eddi \u0111\u01b0\u1ee3c chia s\u1ebb video \u0111\u1ed3ng th\u1eddi.",applicationWindow:"C\u1eeda s\u1ed5 \u1ee9ng d\u1ee5ng",cameraConstraintFailedError:"Camera c\u1ee7a b\u1ea1n kh\xf4ng \u0111\xe1p \u1ee9ng \u0111\u01b0\u1ee3c m\u1ed9t s\u1ed1 y\xeau c\u1ea7u b\u1eaft bu\u1ed9c.",cameraNotFoundError:"Kh\xf4ng t\xecm th\u1ea5y camera.",cameraNotSendingData:"Kh\xf4ng truy c\u1eadp \u0111\u01b0\u1ee3c camera c\u1ee7a b\u1ea1n. Ki\u1ec3m tra xem c\xf3 \u1ee9ng dung kh\xe1c \u0111ang s\u1eed d\u1ee5ng camera kh\xf4ng, ho\u1eb7c ch\u1ecdn m\u1ed9t camera kh\xe1c trong ph\u1ea7n c\xe0i \u0111\u1eb7t, hay t\u1ea3i l\u1ea1i \u1ee9ng d\u1ee5ng",cameraNotSendingDataTitle:"Kh\xf4ng truy c\u1eadp \u0111\u01b0\u1ee3c camera",cameraPermissionDeniedError:"B\u1ea1n ch\u01b0a cho ph\xe9p s\u1eed d\u1ee5ng camera c\u1ee7a m\xecnh. B\u1ea1n v\u1eabn c\xf3 th\u1ec3 tham gia cu\u1ed9c h\u1ecdp nh\u01b0ng nh\u1eefng ng\u01b0\u1eddi kh\xe1c s\u1ebd kh\xf4ng nh\xecn th\u1ea5y b\u1ea1n. S\u1eed d\u1ee5ng n\xfat camera tr\xean thanh \u0111i\u1ec1u h\u01b0\u1edbng \u0111\u1ec3 s\u1eeda l\u1ed7i n\xe0y.",cameraUnknownError:"Kh\xf4ng th\u1ec3 s\u1eed d\u1ee5ng camera v\xec m\u1ed9t l\xfd do kh\xf4ng x\xe1c \u0111\u1ecbnh.",cameraUnsupportedResolutionError:"Camera c\u1ee7a b\u1ea1n kh\xf4ng h\u1ed7 tr\u1ee3 \u0111\u1ed9 ph\xe2n gi\u1ea3i video y\xeau c\u1ea7u.",close:"\u0110\xf3ng",conferenceDisconnectMsg:"B\u1ea1n c\xf3 th\u1ec3 c\u1ea7n ki\u1ec3m tra k\u1ebft n\u1ed1i m\u1ea1ng c\u1ee7a m\xecnh. \u0110ang k\u1ebft n\u1ed1i l\u1ea1i trong {{seconds}} gi\xe2y...",conferenceDisconnectTitle:"B\u1ea1n \u0111\xe3 b\u1ecb ng\u1eaft k\u1ebft n\u1ed1i.",conferenceReloadMsg:"Ch\xfang t\xf4i \u0111ang c\u1ed1 g\u1eafng s\u1eeda l\u1ed7i n\xe0y. \u0110ang k\u1ebft n\u1ed1i l\u1ea1i trong {{seconds}} gi\xe2y...",conferenceReloadTitle:"Th\u1eadt kh\xf4ng may, \u0111\xe3 c\xf3 l\u1ed7i x\u1ea3y ra.",confirm:"X\xe1c nh\u1eadn",confirmNo:"Kh\xf4ng",confirmYes:"C\xf3",connectError:"R\u1ea5t ti\u1ebfc! \u0110\xe3 x\u1ea3y ra s\u1ef1 c\u1ed1 v\xe0 ch\xfang t\xf4i kh\xf4ng th\u1ec3 k\u1ebft n\u1ed1i v\u1edbi cu\u1ed9c h\u1ecdp.",connectErrorWithMsg:"R\u1ea5t ti\u1ebfc! \u0110\xe3 x\u1ea3y ra s\u1ef1 c\u1ed1 v\xe0 ch\xfang t\xf4i kh\xf4ng th\u1ec3 k\u1ebft n\u1ed1i v\u1edbi cu\u1ed9c h\u1ecdp. Nguy\xean nh\xe2n: {{msg}}",connecting:"\u0110ang k\u1ebft n\u1ed1i",contactSupport:"Li\xean h\u1ec7 h\u1ed7 tr\u1ee3 k\u1ef9 thu\u1eadt",copy:"Sao ch\xe9p",dismiss:"H\u1ee7y",displayNameRequired:"",done:"Xong",e2eeDescription:"M\xe3 h\xf3a end-to-end v\u1eabn \u0111ang trong giai \u0111o\u1ea1n TH\u1eec NGHI\u1ec6M. Vui l\xf2ng l\u01b0u \xfd r\u1eb1ng vi\u1ec7c k\xedch ho\u1ea1t m\xe3 h\xf3a end-to-end s\u1ebd t\u1eaft m\u1ed9t s\u1ed1 t\xednh n\u0103ng tr\xean m\xe1y ch\u1ee7 bao g\u1ed3m: ghi h\xecnh, ph\xe1t tr\u1ef1c ti\u1ebfp v\xe0 tham gia cu\u1ed9c h\u1ecdp t\u1eeb \u0111i\u1ec7n tho\u1ea1i. \u0110\u1ed3ng th\u1eddi vui l\xf2ng l\u01b0u \xfd r\u1eb1ng ch\u1ec9 c\xf3 th\u1ec3 tham d\u1ef1 cu\u1ed9c h\u1ecdp t\u1eeb c\xe1c tr\xecnh duy\u1ec7t c\xf3 h\u1ed7 tr\u1ee3 nh\xfang lu\u1ed3ng.",e2eeLabel:"K\xedch ho\u1ea1t m\xe3 h\xf3a end-to-end",e2eeWarning:" C\u1ea2NH B\xc1O: C\xf3 v\u1ebb kh\xf4ng ph\u1ea3i ph\u1ea3i t\u1ea5t c\u1ea3 m\u1ecdi ng\u01b0\u1eddi trong cu\u1ed9c h\u1ecdp n\xe0y \u0111\u1ec1u h\u1ed7 tr\u1ee3 m\xe3 h\xf3a end-to-end. N\u1ebfu b\u1ea1n k\xedch ho\u1ea1t n\xf3, h\u1ecd s\u1ebd c\xf3 th\u1ec3 kh\xf4ng c\xf2n nghe ho\u1eb7c th\u1ea5y g\xec n\u1eefa.",enterDisplayName:"",error:"L\u1ed7i",externalInstallationMsg:"B\u1ea1n c\u1ea7n c\xe0i \u0111\u1eb7t ti\u1ec7n \xedch m\u1edf r\u1ed9ng chia s\u1ebb m\xe1y t\xednh c\u1ee7a ch\xfang t\xf4i.",externalInstallationTitle:"Y\xeau c\u1ea7u ti\u1ec7n \xedch m\u1edf r\u1ed9ng",goToStore:"\u0110i t\u1edbi c\u1eeda h\xe0ng tr\xean m\u1ea1ng",gracefulShutdown:"D\u1ecbch v\u1ee5 c\u1ee7a ch\xfang t\xf4i hi\u1ec7n \u0111ang b\u1ea3o tr\xec. Vui l\xf2ng th\u1eed l\u1ea1i sau.",grantModeratorDialog:"B\u1ea1n c\xf3 th\u1ef1c s\u1ef1 mu\u1ed1n c\u1ea5p quy\u1ec1n qu\u1ea3n tr\u1ecb cho ng\u01b0\u1eddi n\xe0y?",incorrectPassword:"T\xean ng\u01b0\u1eddi d\xf9ng ho\u1eb7c m\u1eadt kh\u1ea9u kh\xf4ng \u0111\xfang",incorrectRoomLockPassword:"M\u1eadt kh\u1ea9u kh\xf4ng \u0111\xfang",inlineInstallExtension:"C\xe0i \u0111\u1eb7t ngay",inlineInstallationMsg:"B\u1ea1n c\u1ea7n c\xe0i \u0111\u1eb7t ti\u1ec7n \xedch m\u1edf r\u1ed9ng chia s\u1ebb m\xe1y t\xednh c\u1ee7a ch\xfang t\xf4i.",internalError:"\u0110\xe3 c\xf3 l\u1ed7i x\u1ea3y ra. Chi ti\u1ebft: {{error}}",internalErrorTitle:"L\u1ed7i c\u1ee5c b\u1ed9",kickMessage:"",kickParticipantButton:"\u0110u\u1ed5i ra",kickParticipantDialog:"B\u1ea1n c\xf3 ch\u1eafc mu\u1ed1n \u0111u\u1ed5i ng\u01b0\u1eddi n\xe0y ra?",kickParticipantTitle:"T\u1eaft ti\u1ebfng c\u1ee7a ng\u01b0\u1eddi tham d\u1ef1 n\xe0y?",kickTitle:"",liveStreaming:"Ph\xe1t tr\u1ef1c tuy\u1ebfn",liveStreamingDisabledForGuestTooltip:"Kh\xe1ch kh\xf4ng th\u1ec3 ph\xe1t tr\u1ef1c tuy\u1ebfn.",liveStreamingDisabledTooltip:"Kh\u1edfi t\u1ea1o ph\xe1t tr\u1ef1c tuy\u1ebfn \u0111\xe3 t\u1eaft.",lockMessage:"Kh\xf3a cu\u1ed9c h\u1ecdp th\u1ea5t b\u1ea1i.",lockRoom:"",lockTitle:"Kh\xf3a th\u1ea5t b\u1ea1i",logoutQuestion:"B\u1ea1n c\xf3 ch\u1eafc ch\u1eafn mu\u1ed1n \u0111\u0103ng xu\u1ea5t v\xe0 d\u1eebng cu\u1ed9c h\u1ecdp?",logoutTitle:"\u0110\u0103ng xu\u1ea5t",maxUsersLimitReached:"",maxUsersLimitReachedTitle:"",micConstraintFailedError:"Micro c\u1ee7a b\u1ea1n kh\xf4ng \u0111\xe1p \u1ee9ng \u0111\u01b0\u1ee3c m\u1ed9t s\u1ed1 y\xeau c\u1ea7u b\u1eaft bu\u1ed9c.",micNotFoundError:"Kh\xf4ng t\xecm th\u1ea5y micro.",micNotSendingData:"",micNotSendingDataTitle:"",micPermissionDeniedError:"B\u1ea1n ch\u01b0a c\u1ea5p ph\xe9p s\u1eed d\u1ee5ng micro c\u1ee7a b\u1ea1n. B\u1ea1n v\u1eabn c\xf3 th\u1ec3 tham gia h\u1ed9i ngh\u1ecb nh\u01b0ng nh\u1eefng ng\u01b0\u1eddi kh\xe1c s\u1ebd kh\xf4ng nghe th\u1ea5y b\u1ea1n. S\u1eed d\u1ee5ng n\xfat micro tr\xean thanh \u0111i\u1ec1u h\u01b0\u1edbng \u0111\u1ec3 s\u1eeda l\u1ed7i n\xe0y.",micUnknownError:"Kh\xf4ng th\u1ec3 s\u1eed d\u1ee5ng micro v\xec m\u1ed9t l\xfd do kh\xf4ng x\xe1c \u0111\u1ecbnh.",muteEveryoneDialog:" B\u1ea1n c\xf3 th\u1ef1c s\u1ef1 mu\u1ed1n t\u1eaft ti\u1ebfng t\u1ea5t c\u1ea3 m\u1ecdi ng\u01b0\u1eddi? B\u1ea1n s\u1ebd kh\xf4ng th\u1ec3 b\u1eadt l\u1ea1i ti\u1ebfng cho h\u1ecd nh\u01b0ng h\u1ecd c\xf3 th\u1ec3 t\u1ef1 m\u1edf ti\u1ebfng l\u1ea1i b\u1ea5t k\u1ef3 l\xfac n\xe0o.",muteEveryoneElseDialog:"M\u1ed9t khi \u0111\xe3 t\u1eaft ti\u1ebfng, b\u1ea1n kh\xf4ng th\u1ec3 b\u1eadt l\u1ea1i. Nh\u01b0ng h\u1ecd c\xf3 th\u1ec3 t\u1ef1 m\u1edf ti\u1ebfng l\u1ea1i b\u1ea5t k\u1ef3 l\xfac n\xe0o.",muteEveryoneElseTitle:"T\u1eaft ti\u1ebfng t\u1ea5t c\u1ea3 ngo\u1ea1i tr\u1eeb {{whom}}?",muteEveryoneTitle:"T\u1eaft ti\u1ebfng t\u1ea5t c\u1ea3 m\u1ecdi ng\u01b0\u1eddi?",muteEveryonesVideoDialog:"B\u1ea1n c\xf3 ch\u1eafc mu\u1ed1n t\u1eaft camera c\u1ee7a t\u1ea5t c\u1ea3 m\u1ecdi ng\u01b0\u1eddi? B\u1ea1n kh\xf4ng th\u1ec3 m\u1edf l\u1ea1i camera c\u1ee7a ng\u01b0\u1eddi tham d\u1ef1 nh\u01b0ng h\u1ecd c\xf3 th\u1ec3 m\u1edf l\u1ea1i b\u1ea5t k\u1ef3 l\xfac n\xe0o.",muteEveryonesVideoTitle:"T\u1eaft camera c\u1ee7a t\u1ea5t c\u1ea3 m\u1ecdi ng\u01b0\u1eddi?",muteParticipantBody:"B\u1ea1n kh\xf4ng th\u1ec3 t\u1eaft ti\u1ebfng c\u1ee7a h\u1ecd, nh\u01b0ng h\u1ecd c\xf3 th\u1ec3 t\u1ef1 t\u1eaft ti\u1ebfng b\u1ea5t c\u1ee9 l\xfac n\xe0o.",muteParticipantButton:"T\u1eaft ti\u1ebfng",muteParticipantDialog:"B\u1ea1n mu\u1ed1n t\u1eaft ti\u1ebfng c\u1ee7a ng\u01b0\u1eddi n\xe0y? B\u1ea1n s\u1ebd kh\xf4ng th\u1ec3 b\u1eadt l\u1ea1i ti\u1ebfng, nh\u01b0ng h\u1ecd c\xf3 th\u1ec3 t\u1ef1 b\u1eadt l\u1ea1i ti\u1ebfng b\u1ea5t c\u1ee9 l\xfac n\xe0o.",muteParticipantTitle:"T\u1eaft ti\u1ebfng c\u1ee7a ng\u01b0\u1eddi tham d\u1ef1 n\xe0y?",muteParticipantsVideoBody:"B\u1ea1n kh\xf4ng th\u1ec3 b\u1eadt l\u1ea1i camera, nh\u01b0ng h\u1ecd c\xf3 th\u1ec3 b\u1eadt l\u1ea1i b\u1ea5t k\u1ef3 l\xfac n\xe0o.",muteParticipantsVideoButton:"T\u1eaft camera",muteParticipantsVideoTitle:"T\u1eaft camera c\u1ee7a ng\u01b0\u1eddi n\xe0y?",passwordLabel:"",passwordNotSupported:"Ph\xf2ng h\u1ecdp kh\xf4ng h\u1ed7 tr\u1ee3 kh\xf3a b\u1eb1ng m\u1eadt kh\u1ea9u.",passwordNotSupportedTitle:"",passwordRequired:"",popupError:"Tr\xecnh duy\u1ec7t c\u1ee7a b\u1ea1n \u0111\xe3 ch\u1eb7n c\u1eeda s\u1ed5 pop-up t\u1eeb trang web hi\u1ec7n t\u1ea1i. Vui l\xf2ng cho ph\xe9p pop-up trong c\xe0i \u0111\u1eb7t c\u1ee7a tr\xecnh duy\u1ec7t v\xe0 th\u1eed l\u1ea1i",popupErrorTitle:"C\u1eeda s\u1ed5 Pop-Up b\u1ecb ch\u1eb7n",recording:"\u0110ang ghi h\xecnh",recordingDisabledForGuestTooltip:"Kh\xe1ch kh\xf4ng th\u1ec3 kh\u1edfi t\u1ea1o ghi h\xecnh.",recordingDisabledTooltip:"Kh\u1edfi \u0111\u1ed9ng ghi h\xecnh \u0111\xe3 b\u1ecb t\u1eaft.",rejoinNow:"Tham gia l\u1ea1i ngay",remoteControlAllowedMessage:"{{user}} \u0111\xe3 ch\u1ea5p nh\u1eadn y\xeau c\u1ea7u \u0111i\u1ec1u khi\u1ec3n t\u1eeb xa c\u1ee7a b\u1ea1n!",remoteControlDeniedMessage:"{{user}} \u0111\xe3 t\u1eeb ch\u1ed1i y\xeau c\u1ea7u \u0111i\u1ec1u khi\u1ec3n t\u1eeb xa c\u1ee7a b\u1ea1n!",remoteControlErrorMessage:"\u0110\xe3 x\u1ea3y ra l\u1ed7i khi c\u1ed1 g\u1eafng y\xeau c\u1ea7u quy\u1ec1n \u0111i\u1ec1u khi\u1ec3n t\u1eeb xa t\u1eeb {{user}}!",remoteControlRequestMessage:"B\u1ea1n c\xf3 cho ph\xe9p {{user}} \u0111i\u1ec1u khi\u1ec3n t\u1eeb xa m\xe0n h\xecnh c\u1ee7a b\u1ea1n kh\xf4ng?",remoteControlShareScreenWarning:"L\u01b0u \xfd r\u1eb1ng n\u1ebfu b\u1ea1n \u1ea5n \"Cho ph\xe9p\" b\u1ea1n s\u1ebd chia s\u1ebb m\xe0n h\xecnh c\u1ee7a m\xecnh!",remoteControlStopMessage:"Phi\xean \u0111i\u1ec1u khi\u1ec3n t\u1eeb xa \u0111\xe3 k\u1ebft th\xfac!",remoteControlTitle:"\u0110i\u1ec1u khi\u1ec3n m\xe0n h\xecnh t\u1eeb xa",removePassword:"",removeSharedVideoMsg:"B\u1ea1n c\xf3 ch\u1eafc ch\u1eafn mu\u1ed1n x\xf3a video \u0111\xe3 chia s\u1ebb c\u1ee7a m\xecnh kh\xf4ng?",removeSharedVideoTitle:"X\xf3a video chia s\u1ebb",reservationError:"L\u1ed7i h\u1ec7 th\u1ed1ng \u0111\u1eb7t ph\xf2ng",reservationErrorMsg:"M\xe3 l\u1ed7i: {{code}}, th\xf4ng b\xe1o: {{msg}}",retry:"Th\u1eed l\u1ea1i",screenSharingAudio:"Chia s\u1ebb \xe2m thanh",screenSharingFailedToInstall:"L\u1ed7i! Kh\xf4ng c\xe0i \u0111\u1eb7t \u0111\u01b0\u1ee3c b\u1ed9 m\u1edf r\u1ed9ng chia s\u1ebb m\xe0n h\xecnh",screenSharingFailedToInstallTitle:"L\u1ed7i! B\u1ed9 m\u1edf r\u1ed9ng chia s\u1ebb m\xe0n h\xecnh c\xf3 v\u1ea5n \u0111\u1ec1 v\u1edbi c\u1ea5u h\xecnh b\u1ea3o m\u1eadt. Vui l\xf2ng t\u1ea3i v\xe0 th\u1eed l\u1ea1i ",screenSharingFirefoxPermissionDeniedError:"C\xf3 g\xec \u0111\xf3 sai khi ch\xfang t\xf4i c\u1ed1 g\u1eafng chia s\u1ebb m\xe0n h\xecnh c\u1ee7a b\u1ea1n. Vui l\xf2ng \u0111\u1ea3m b\u1ea3o b\u1ea1n \u0111\xe3 cho ph\xe9p ch\xfang t\xf4i th\u1ef1c hi\u1ec7n.",screenSharingFirefoxPermissionDeniedTitle:"Ch\xfang t\xf4i kh\xf4ng th\u1ec3 chia s\u1ebb m\xe0n h\xecnh!",screenSharingPermissionDeniedError:"Kh\xf4ng th\u1ec3 truy c\u1eadp m\xe0n h\xecnh do l\u1ed7i c\u1ea5p quy\u1ec1n",serviceUnavailable:"D\u1ecbch v\u1ee5 kh\xf4ng kh\u1ea3 d\u1ee5ng",sessTerminated:"Cu\u1ed9c g\u1ecdi k\u1ebft th\xfac",shareVideoLinkError:"Vui l\xf2ng cung c\u1ea5p li\xean k\u1ebft ch\xednh x\xe1c.",shareVideoTitle:"Chia s\u1ebb video",shareYourScreen:"Chia s\u1ebb m\xe0n h\xecnh c\u1ee7a b\u1ea1n",shareYourScreenDisabled:"Chia s\u1ebb m\xe0n h\xecnh \u0111\xe3 t\u1eaft.",shareYourScreenDisabledForGuest:"Kh\xe1ch kh\xf4ng th\u1ec3 chia s\u1ebb m\xe0n h\xecnh.",startLiveStreaming:"B\u1eaft \u0111\u1ea7u ph\xe1t tr\u1ef1c tuy\u1ebfn",startRecording:"B\u1eaft \u0111\u1ea7u ghi h\xecnh",startRemoteControlErrorMessage:"C\xf3 l\u1ed7i khi th\u1eed kh\u1edfi \u0111\u1ed9ng phi\xean \u0111i\u1ec1u khi\u1ec3n t\u1eeb xa",stopLiveStreaming:"D\u1eebng ph\xe1t tr\u1ef1c tuy\u1ebfn",stopRecording:"D\u1eebng ghi h\xecnh",stopRecordingWarning:"B\u1ea1n c\xf3 ch\u1eafc ch\u1eafn mu\u1ed1n d\u1eebng ghi h\xecnh kh\xf4ng?",stopStreamingWarning:"B\u1ea1n c\xf3 ch\u1eafc ch\u1eafn mu\u1ed1n d\u1eebng ph\xe1t tr\u1ef1c tuy\u1ebfn?",streamKey:"M\xe3 ph\xe1t tr\u1ef1c tuy\u1ebfn",thankYou:"C\xe1m \u01a1n b\u1ea1n \u0111\xe3 s\u1eed d\u1ee5ng {{appName}}!",token:"m\xe3 th\xf4ng b\xe1o",tokenAuthFailed:"R\u1ea5t ti\u1ebfc, b\u1ea1n kh\xf4ng \u0111\u01b0\u1ee3c ph\xe9p tham gia cu\u1ed9c g\u1ecdi n\xe0y.",tokenAuthFailedTitle:"X\xe1c th\u1ef1c th\u1ea5t b\u1ea1i",transcribing:"\u0110ang phi\xean \xe2m",unlockRoom:"",userPassword:"m\u1eadt kh\u1ea9u ng\u01b0\u1eddi d\xf9ng",yourEntireScreen:"To\xe0n b\u1ed9 m\xe0n h\xecnh c\u1ee7a b\u1ea1n"},embedMeeting:{title:"Nh\xfang cu\u1ed9c h\u1ecdp"},feedback:{average:"Trung b\xecnh",bad:"K\xe9m",detailsLabel:"N\xf3i v\u1edbi ch\xfang t\xf4i v\u1ec1 n\xf3.",good:"T\u1ed1t",rateExperience:"Vui l\xf2ng \u0111\xe1nh gi\xe1 tr\u1ea3i nghi\u1ec7m cu\u1ed9c h\u1ecdp c\u1ee7a b\u1ea1n.",veryBad:"R\u1ea5t K\xe9m",veryGood:"R\u1ea5t T\u1ed1t"},incomingCall:{answer:"Tr\u1ea3 l\u1eddi",audioCallTitle:"Cu\u1ed9c g\u1ecdi \u0111\u1ebfn",decline:"H\u1ee7y",productLabel:"t\u1eeb DINTE",videoCallTitle:"Cu\u1ed9c g\u1ecdi h\xecnh"},info:{accessibilityLabel:"Hi\u1ec7n th\xf4ng tin",addPassword:"",cancelPassword:"",conferenceURL:"Li\xean k\u1ebft:",country:"Qu\u1ed1c gia",dialANumber:"\u0110\u1ec3 tham gia cu\u1ed9c h\u1ecdp c\u1ee7a b\u1ea1n, g\u1ecdi m\u1ed9t trong c\xe1c s\u1ed1 sau v\xe0 nh\u1eadp m\xe3.",dialInConferenceID:"M\xe3:",dialInNotSupported:"Xin l\u1ed7i, quay s\u1ed1 kh\xf4ng \u0111\u01b0\u1ee3c h\u1ed7 tr\u1ee3.",dialInNumber:"Quay s\u1ed1:",dialInSummaryError:"L\u1ed7i n\u1ea1p th\xf4ng tin quay s\u1ed1. Vui l\xf2ng th\u1eed l\u1ea1i.",dialInTollFree:"Mi\u1ec5n ph\xed",genericError:"L\u1ed7i, c\xf3 g\xec \u0111\xf3 kh\xf4ng \u1ed5n.",inviteLiveStream:"\u0110\u1ec3 xem ph\xe1t tr\u1ef1c tuy\u1ebfn cu\u1ed9c h\u1ecdp n\xe0y, ch\u1ecdn li\xean k\u1ebft: {{url}}",invitePhone:"",invitePhoneAlternatives:"",inviteURLFirstPartGeneral:"B\u1ea1n \u0111\u01b0\u1ee3c m\u1eddi tham gia m\u1ed9t cu\u1ed9c h\u1ecdp.",inviteURLFirstPartPersonal:"{{name}} m\u1eddi b\u1ea1n tham gia m\u1ed9t cu\u1ed9c h\u1ecdp.\n",inviteURLSecondPart:"",label:"Th\xf4ng tin cu\u1ed9c h\u1ecdp",liveStreamURL:"Ph\xe1t tr\u1ef1c tuy\u1ebfn:",moreNumbers:"Nhi\u1ec1u s\u1ed1 h\u01a1n",noNumbers:"Kh\xf4ng c\xf3 th\xf4ng tin quay s\u1ed1.",noPassword:"Kh\xf4ng",noRoom:"Ch\u01b0a ch\u1ec9 ra ph\xf2ng h\u1ecdp \u0111\u1ec3 quay s\u1ed1 g\u1ecdi.",numbers:"S\u1ed1 \u0111\u1ec3 quay",password:"",title:"Chia s\u1ebb",tooltip:"Chia s\u1ebb li\xean k\u1ebft v\xe0 th\xf4ng tin quay s\u1ed1 c\u1ee7a cu\u1ed9c h\u1ecdp n\xe0y"},inlineDialogFailure:{msg:"Ch\xfang t\xf4i \u0111ang x\u1ea3y ra ch\xfat l\u1ed7i.",retry:"Th\u1eed l\u1ea1i",support:"H\u1ed7 tr\u1ee3",supportMsg:"N\u1ebfu v\u1eabn x\u1ea3y ra, h\xe3y li\xean h\u1ec7 v\u1edbi "},inviteDialog:{alertText:"Kh\xf4ng th\u1ec3 m\u1eddi m\u1ed9t v\xe0i ng\u01b0\u1eddi.",header:"M\u1eddi",searchCallOnlyPlaceholder:"Nh\u1eadp s\u1ed1 \u0111i\u1ec7n tho\u1ea1i",searchPeopleOnlyPlaceholder:"T\xecm ki\u1ebfm ng\u01b0\u1eddi tham gia",searchPlaceholder:"Ng\u01b0\u1eddi tham gia ho\u1eb7c s\u1ed1",send:"G\u1eedi"},keyboardShortcuts:{focusLocal:"T\u1eadp trung v\xe0o khung h\xecnh c\u1ee7a b\u1ea1n",focusRemote:"T\u1eadp trung v\xe0o khung h\xecnh c\u1ee7a ng\u01b0\u1eddi kh\xe1c",fullScreen:"Xem ho\u1eb7c tho\xe1t ch\u1ebf \u0111\u1ed9 to\xe0n m\xe0n h\xecnh",keyboardShortcuts:"Ph\xedm t\u1eaft",localRecording:"Hi\u1ec7n ho\u1eb7c \u1ea9n Ki\u1ec3m so\xe1t ghi h\xecnh c\u1ee5c b\u1ed9",mute:"T\u1eaft ho\u1eb7c b\u1eadt micro c\u1ee7a b\u1ea1n",pushToTalk:"\u1ea4n chu\xf4ng \u0111\u1ec3 n\xf3i chuy\u1ec7n",raiseHand:"Gi\u01a1 ho\u1eb7c h\u1ea1 tay",showSpeakerStats:"Hi\u1ec3n th\u1ecb th\u1ed1ng k\xea c\u1ee7a di\u1ec5n gi\u1ea3",toggleChat:"M\u1edf ho\u1eb7c \u0111\xf3ng cu\u1ed9c h\u1ed9i tho\u1ea1i",toggleFilmstrip:"Hi\u1ec7n ho\u1eb7c \u1ea9n h\xecnh \u1ea3nh thu nh\u1ecf",toggleScreensharing:"Chuy\u1ec3n \u0111\u1ed5i gi\u1eefa camera v\xe0 chia s\u1ebb m\xe0n h\xecnh",toggleShortcuts:"Hi\u1ec7n ho\u1eb7c \u1ea9n ph\xedm t\u1eaft",videoMute:"B\u1eadt ho\u1eb7c t\u1eaft camera c\u1ee7a b\u1ea1n"},liveStreaming:{busy:"Ch\xfang t\xf4i \u0111ang gi\u1ea3i ph\xf3ng t\xe0i nguy\xean streaming. Xin th\u1eed l\u1ea1i sau v\xe0i ph\xfat.",busyTitle:"C\xe1c thi\u1ebft b\u1ecb streaming \u0111\u1ec1u \u0111ang b\u1eadn.",changeSignIn:"Chuy\u1ec3n t\xe0i kho\u1ea3n.",choose:"Ch\u1ecdn m\u1ed9t k\xeanh ph\xe1t tr\u1ef1c tuy\u1ebfn",chooseCTA:"Ch\u1ecdn m\u1ed9t t\xf9y ch\u1ecdn tr\u1ef1c tuy\u1ebfn. B\u1ea1n \u0111ang \u0111\u0103ng nh\u1eadp theo email {{email}}.",enterStreamKey:"Nh\u1eadp key tr\u1ef1c tuy\u1ebfn Youtube c\u1ee7a b\u1ea1n.",error:"Ph\xe1t tr\u1ef1c tuy\u1ebfn th\u1ea5t b\u1ea1i. Xin vui l\xf2ng th\u1eed l\u1ea1i.",errorAPI:"L\u1ed7i x\u1ea3y ra khi truy c\u1eadp ph\xe1t s\xf3ng Youtube c\u1ee7a b\u1ea1n. Vui l\xf2ng truy c\u1eadp l\u1ea1i.",errorLiveStreamNotEnabled:"Ph\xe1t tr\u1ef1c tuy\u1ebfn kh\xf4ng \u0111\u01b0\u1ee3c b\u1eadt v\u1edbi email {{email}}. Vui l\xf2ng b\u1eadt ph\xe1t tr\u1ef1c tuy\u1ebfn ho\u1eb7c truy c\u1eadp m\u1ed9t t\xe0i kho\u1ea3n \u0111\xe3 b\u1eadt ph\xe1t tr\u1ef1c tuy\u1ebfn.",expandedOff:"Ph\xe1t tr\u1ef1c tuy\u1ebfn \u0111\xe3 d\u1eebng",expandedOn:"Cu\u1ed9c h\u1ecdp \u0111ang \u0111\u01b0\u1ee3c ph\xe1t tr\xean Youtube.",expandedPending:"Ph\xe1t tr\u1ef1c tuy\u1ebfn \u0111ang b\u1eaft \u0111\u1ea7u...",failedToStart:"Kh\xf4ng th\u1ec3 b\u1eaft \u0111\u1ea7u ph\xe1t tr\u1ef1c tuy\u1ebfn",getStreamKeyManually:"Kh\xf4ng th\u1ec3 thu nh\u1eadn ph\xe1t tr\u1ef1c tuy\u1ebfn n\xe0o. Th\u1eed l\u1ea5y m\xe3 ph\xe1t tr\u1ef1c tuy\u1ebfn t\u1eeb Youtube.",invalidStreamKey:"M\xe3 ph\xe1t tr\u1ef1c tuy\u1ebfn c\xf3 th\u1ec3 sai.",off:"Ph\xe1t tr\u1ef1c tuy\u1ebfn \u0111\xe3 d\u1eebng",on:"Ph\xe1t tr\u1ef1c tuy\u1ebfn",pending:"\u0110ang b\u1eaft \u0111\u1ea7u ph\xe1t tr\u1ef1c tuy\u1ebfn...",serviceName:"D\u1ecbch v\u1ee5 Ph\xe1t tr\u1ef1c tuy\u1ebfn",signIn:"\u0110\u0103ng nh\u1eadp v\u1edbi Google",signInCTA:"\u0110\u0103ng nh\u1eadp ho\u1eb7c nh\u1eadp key ph\xe1t tr\u1ef1c tuy\u1ebfn t\u1eeb Youtube.",signOut:"\u0110\u0103ng xu\u1ea5t",signedInAs:"B\u1ea1n \u0111ang \u0111\u0103ng nh\u1eadp theo:",start:"B\u1eaft \u0111\u1ea7u ph\xe1t tr\u1ef1c tuy\u1ebfn",streamIdHelp:"\u0110\xe2y l\xe0 g\xec?",title:"Ph\xe1t tr\u1ef1c tuy\u1ebfn",unavailableTitle:"Kh\xf4ng th\u1ec3 h\xe1t tr\u1ef1c tuy\u1ebfn"},localRecording:{clientState:{off:"T\u1eaft",on:"B\u1eadt",unknown:"Kh\xf4ng r\xf5"},dialogTitle:"Ki\u1ec3m so\xe1t ghi h\xecnh c\u1ee5c b\u1ed9",duration:"Th\u1eddi l\u01b0\u1ee3ng",durationNA:"Kh\xf4ng",encoding:"M\xe3 h\xf3a",label:"Ghi h\xecnh",labelToolTip:"Ghi h\xecnh c\u1ee5c b\u1ed9 \u0111ang b\u1eadn",localRecording:"Ghi h\xecnh c\u1ee5c b\u1ed9",me:"T\xf4i",messages:{engaged:"Ghi h\xecnh c\u1ee5c b\u1ed9 \u0111\xe3 b\u1eadn.",finished:"Phi\xean ghi h\xecnh {{token}} \u0111\xe3 k\u1ebft th\xfac. Vui l\xf2ng g\u1eedi t\u1ec7p ghi h\xecnh cho ng\u01b0\u1eddi \u0111i\u1ec1u h\xe0nh.",finishedModerator:"Phi\xean ghi h\xecnh {{token}} \u0111\xe3 k\u1ebft th\xfac. Ghi h\xecnh c\u1ee5c b\u1ed9 \u0111\xe3 \u0111\u01b0\u1ee3c l\u01b0u. Vui l\xf2ng h\u1ecfi nh\u1eefng ng\u01b0\u1eddi tham gia kh\xe1c \u0111\u1ec3 cung c\u1ea5p ghi h\xecnh c\u1ee7a h\u1ecd.",notModerator:"B\u1ea1n kh\xf4ng ph\u1ea3i ng\u01b0\u1eddi \u0111i\u1ec1u h\xe0nh. B\u1ea1n kh\xf4ng th\u1ec3 kh\u1edfi t\u1ea1o ho\u1eb7c d\u1eebng ghi h\xecnh."},moderator:"Qu\u1ea3n tr\u1ecb vi\xean",no:"Kh\xf4ng",participant:"Ng\u01b0\u1eddi tham d\u1ef1",participantStats:"Th\u1ed1ng k\xea ng\u01b0\u1eddi tham d\u1ef1",sessionToken:"M\xe3 phi\xean",start:"B\u1eaft \u0111\u1ea7u ghi h\xecnh",stop:"D\u1eebng ghi h\xecnh",yes:"C\xf3"},lockRoomPassword:"M\u1eadt kh\u1ea9u",lockRoomPasswordUppercase:"M\u1eadt kh\u1ea9u",me:"T\xf4i",notify:{connectedOneMember:"{{name}} \u0111\xe3 tham gia cu\u1ed9c h\u1ecdp",connectedThreePlusMembers:"{{name}} v\xe0 {{count}} ng\u01b0\u1eddi kh\xe1c \u0111\xe3 tham gia cu\u1ed9c h\u1ecdp",connectedTwoMembers:"{{first}} v\xe0 {{second}} \u0111\xe3 tham gia cu\u1ed9c h\u1ecdp",disconnected:"\u0111\xe3 ng\u1eaft k\u1ebft n\u1ed1i",focus:"Cu\u1ed9c h\u1ecdp t\u1eadp trung",focusFail:"{{component}} kh\xf4ng kh\u1ea3 d\u1ee5ng - th\u1eed l\u1ea1i trong {{ms}} gi\xe2y",grantedTo:"Quy\u1ec1n qu\u1ea3n tr\u1ecb vi\xean \u0111\xe3 \u0111\u01b0\u1ee3c c\u1ea5p cho {{to}}!",invitedOneMember:"{{name}} \u0111\xe3 \u0111\u01b0\u1ee3c m\u1eddi",invitedThreePlusMembers:"",invitedTwoMembers:"",kickParticipant:"",me:"T\xf4i",moderator:"Quy\u1ec1n qu\u1ea3n tr\u1ecb vi\xean \u0111\xe3 \u0111\u01b0\u1ee3c c\u1ea5p!",muted:"B\u1ea1n \u0111\xe3 b\u1eaft \u0111\u1ea7u cu\u1ed9c tr\xf2 chuy\u1ec7n b\u1ecb t\u1eaft ti\u1ebfng.",mutedRemotelyDescription:"",mutedRemotelyTitle:"",mutedTitle:"B\u1ea1n b\u1ecb t\u1eaft ti\u1ebfng!",newDeviceAction:"S\u1eed d\u1ee5ng",newDeviceAudioTitle:"Thi\u1ebft b\u1ecb \xe2m thanh m\u1edbi \u0111\u01b0\u1ee3c ph\xe1t hi\u1ec7n",newDeviceCameraTitle:"Thi\u1ebft b\u1ecb camera m\u1edbi \u0111\u01b0\u1ee3c ph\xe1t hi\u1ec7n",passwordRemovedRemotely:"",passwordSetRemotely:"",raisedHand:"{{name}} mu\u1ed1n ph\xe1t bi\u1ec3u.",somebody:"Ai \u0111\xf3",startSilentDescription:"",startSilentTitle:"",suboptimalExperienceDescription:"Ch\xfang t\xf4i lo r\u1eb1ng tr\u1ea3i nghi\u1ec7m c\u1ee7a b\u1ea1n v\u1edbi {{appName}} \u0111ang kh\xf4ng t\u1ed1t. Ch\xfang t\xf4i \u0111ang t\xecm c\xe1ch c\u1ea3i thi\u1ec7n, hi\u1ec7n t\u1ea1i th\u1eed m\u1ed9t trong c\xe1c tr\xecnh duy\u1ec7t \u0111\u01b0\u1ee3c h\u1ed7 tr\u1ee3.",suboptimalExperienceTitle:"C\u1ea3nh b\xe1o tr\xecnh duy\u1ec7t",unmute:""},participantsPane:{actions:{askUnmute:"Y\xeau c\u1ea7u b\u1eadt ti\u1ebfng",invite:"M\u1eddi ng\u01b0\u1eddi tham d\u1ef1",mute:"T\u1eaft ti\u1ebfng",muteAll:"T\u1eaft ti\u1ebfng t\u1ea5t c\u1ea3 m\u1ecdi ng\u01b0\u1eddi",muteEveryoneElse:"T\u1eaft ti\u1ebfng t\u1ea5t c\u1ea3 nh\u1eefng ng\u01b0\u1eddi kh\xe1c",startModeration:"T\u1ef1 b\u1eadt ti\u1ebfng ho\u1eb7c b\u1eaft \u0111\u1ea7u video",stopEveryonesVideo:"T\u1eaft h\xecnh c\u1ee7a t\u1ea5t c\u1ea3 m\u1ecdi ng\u01b0\u1eddi",stopVideo:"T\u1eaft h\xecnh",unblockEveryoneMicCamera:"M\u1edf kh\xf3a camera v\xe0 micro c\u1ee7a t\u1ea5t c\u1ea3 m\u1ecdi ng\u01b0\u1eddi"},headings:{lobby:"Ph\xf2ng ch\u1edd ({{count}})",participantsList:"Nh\u1eefng ng\u01b0\u1eddi tham d\u1ef1 ({{count}})",waitingLobby:"\u0110ang \u0111\u1ee3i \u1edf ph\xf2ng ch\u1edd ({{count}})"}},passwordDigitsOnly:"",passwordSetRemotely:"\u0111\u01b0\u1ee3c thi\u1ebft l\u1eadp b\u1edfi m\u1ed9t ng\u01b0\u1eddi kh\xe1c",poweredby:"\u0110\u01b0\u1ee3c h\u1ed7 tr\u1ee3 b\u1edfi",presenceStatus:{busy:"B\u1eadn",calling:"\u0110ang g\u1ecdi\u2026",connected:"\u0110\xe3 k\u1ebft n\u1ed1i",connecting:"\u0110ang k\u1ebft n\u1ed1i\u2026",connecting2:"\u0110ang k\u1ebft n\u1ed1i*...",disconnected:"\u0110\xe3 ng\u1eaft k\u1ebft n\u1ed1i",expired:"H\u1ebft h\u1ea1n",ignored:"\u0110\xe3 b\u1ecf qua",initializingCall:"\u0110ang t\u1ea1o cu\u1ed9c g\u1ecdi\u2026",invited:"\u0110\xe3 m\u1eddi",rejected:"\u0110\xe3 t\u1eeb ch\u1ed1i",ringing:"\u0110ang \u0111\u1ed5 chu\xf4ng\u2026"},profile:{setDisplayNameLabel:"Nh\u1eadp t\xean hi\u1ec3n th\u1ecb c\u1ee7a b\u1ea1n",setEmailInput:"Nh\u1eadp \u0111\u1ecba ch\u1ec9 email",setEmailLabel:"Nh\u1eadp \u0111\u1ecba ch\u1ec9 email t\xe0i kho\u1ea3n Gravatar c\u1ee7a b\u1ea1n",title:"H\u1ed3 s\u01a1"},recording:{authDropboxText:"T\u1ea3i l\xean Dropbox",availableSpace:"Dung l\u01b0\u1ee3ng c\xf2n: {{spaceLeft}} MB (kho\u1ea3ng {{duration}} ph\xfat ghi h\xecnh)",beta:"B\u1ea3n th\u1eed nghi\u1ec7m",busy:"Ch\u01b0\u01a1ng tr\xecnh \u0111ang b\u1eadn gi\u1ea3i ph\xf3ng t\xe0i nguy\xean thu h\xecnh. Xin th\u1eed l\u1ea1i sau v\xe0i ph\xfat.",busyTitle:"T\u1ea5t c\u1ea3 c\xe1c \u0111\u1ea7u ghi h\xecnh hi\u1ec7n \u0111ang b\u1eadn.",error:"Ghi h\xecnh kh\xf4ng th\xe0nh c\xf4ng. Vui l\xf2ng th\u1eed l\u1ea1i.",expandedOff:"Ghi h\xecnh \u0111\xe3 d\u1eebng",expandedOn:"Cu\u1ed9c h\u1ecdp \u0111ang \u0111\u01b0\u1ee3c ghi h\xecnh.",expandedPending:"Ghi h\xecnh \u0111ang kh\u1edfi \u0111\u1ed9ng...",failedToStart:"Kh\u1edfi \u0111\u1ed9ng ghi h\xecnh th\u1ea5t b\u1ea1i",fileSharingdescription:"Chia s\u1ebb ghi h\xecnh v\u1edbi ng\u01b0\u1eddi tham gia h\u1ecdp",live:"Tr\u1ef1c tuy\u1ebfn",loggedIn:"\u0110\xe3 \u0111\u0103ng nh\u1eadp d\u01b0\u1edbi t\xean {{userName}}",off:"\u0110\xe3 ng\u1eebng ghi h\xecnh",on:"\u0110ang ghi h\xecnh",pending:"\u0110ang chu\u1ea9n b\u1ecb \u0111\u1ec3 ghi h\xecnh cu\u1ed9c h\u1ecdp...",rec:"REC",serviceDescription:"Ghi h\xecnh c\u1ee7a b\u1ea1n s\u1ebd \u0111\u01b0\u1ee3c l\u01b0u b\u1edfi d\u1ecbch v\u1ee5 ghi h\xecnh",serviceName:"D\u1ecbch v\u1ee5 ghi h\xecnh",signIn:"\u0110\u0103ng nh\u1eadp",signOut:"\u0110\u0103ng xu\u1ea5t",title:"\u0110ang ghi h\xecnh",unavailable:"R\u1ea5t ti\u1ebfc! D\u1ecbch v\u1ee5 {{serviceName}} \u0111ang kh\xf4ng s\u1eb5n s\xe0ng. Ch\xfang t\xf4i \u0111ang x\u1eed l\xfd v\u1ea5n \u0111\u1ec1 n\xe0y. Vui l\xf2ng th\u1eed l\u1ea1i sau.",unavailableTitle:"Ghi h\xecnh kh\xf4ng ho\u1ea1t \u0111\u1ed9ng."},sectionList:{pullToRefresh:"K\xe9o \u0111\u1ec3 l\xe0m m\u1edbi"},security:{about:"B\u1ea1n c\xf3 th\u1ec3 thi\u1ebft l\u1eadp m\u1eadt kh\u1ea9u cho cu\u1ed9c h\u1ecdp. Ng\u01b0\u1eddi tham d\u1ef1 c\u1ea7n ph\u1ea3i nh\u1eadp m\u1eadt kh\u1ea9u tr\u01b0\u1edbc khi \u0111\u01b0\u1ee3c ph\xe9p v\xe0o ph\xf2ng h\u1ecdp.",insecureRoomNameWarning:"Cu\u1ed9c h\u1ecdp n\xe0y kh\xf4ng b\u1ea3o m\u1eadt. Nh\u1eefng ng\u01b0\u1eddi tham d\u1ef1 kh\xf4ng mong mu\u1ed1n c\xf3 th\u1ec3 tham gia cu\u1ed9c h\u1ecdp c\u1ee7a b\u1ea1n.",securityOptions:"T\xf9y ch\u1ecdn b\u1ea3o m\u1eadt"},settings:{calendar:{about:"{{appName}} t\xedch h\u1ee3p l\u1ecbch \u0111\u01b0\u1ee3c s\u1eed d\u1ee5ng \u0111\u1ec3 truy c\u1eadp b\u1ea3o m\u1eadt l\u1ecbch \u0111\u1ec3 l\u1ea5y th\xf4ng tin s\u1ef1 ki\u1ec7n s\u1eafp t\u1edbi.",disconnect:"Ng\u1eaft k\u1ebft n\u1ed1i",microsoftSignIn:"\u0110\u0103ng nh\u1eadp v\u1edbi Microsoft",signedIn:"\u0110ang truy c\u1eadp l\u1ecbch s\u1ef1 ki\u1ec7n c\u1ee7a {{email}}. Ch\u1ecdn Ng\u1eaft k\u1ebft n\u1ed1i \u0111\u1ec3 d\u1eebng truy c\u1eadp l\u1ecbch s\u1ef1 ki\u1ec7n.",title:"L\u1ecbch"},devices:"Thi\u1ebft b\u1ecb",followMe:"T\u1ea5t c\u1ea3 m\u1ecdi ng\u01b0\u1eddi theo d\xf5i t\xf4i",language:"Ng\xf4n ng\u1eef",loggedIn:"\u0110\xe3 \u0111\u0103ng nh\u1eadp d\u01b0\u1edbi t\xean {{name}}",moderator:"Qu\u1ea3n tr\u1ecb vi\xean",more:"Th\xeam",name:"T\xean",noDevice:"Kh\xf4ng",selectAudioOutput:"\u0110\u1ea7u ra \xe2m thanh",selectCamera:"Camera",selectMic:"Micro",startAudioMuted:"M\u1ecdi ng\u01b0\u1eddi b\u1eaft \u0111\u1ea7u \u0111\u1ec1u b\u1ecb t\u1eaft ti\u1ebfng",startVideoMuted:"M\u1ecdi ng\u01b0\u1eddi b\u1eaft \u0111\u1ea7u \u0111\u1ec1u b\u1ecb \u1ea9n",title:"C\xe0i \u0111\u1eb7t"},settingsView:{alertOk:"OK",alertTitle:"C\u1ea3nh b\xe1o",alertURLText:"URL m\xe1y ch\u1ee7 \u0111\xe3 nh\u1eadp kh\xf4ng h\u1ee3p l\u1ec7",buildInfoSection:"Th\xf4ng tin phi\xean b\u1ea3n",conferenceSection:"Cu\u1ed9c h\u1ecdp",displayName:"T\xean hi\u1ec3n th\u1ecb",email:"Email",header:"C\xe0i \u0111\u1eb7t",profileSection:"H\u1ed3 s\u01a1",serverURL:"URL m\xe1y ch\u1ee7",startWithAudioMuted:"B\u1eaft \u0111\u1ea7u kh\xf4ng m\u1edf ti\u1ebfng",startWithVideoMuted:"B\u1eaft \u0111\u1ea7u kh\xf4ng hi\u1ec7n h\xecnh",version:"Phi\xean b\u1ea3n"},share:{dialInfoText:"",mainText:"Ch\u1ecdn li\xean k\u1ebft d\u01b0\u1edbi \u0111\u1ec3 tham gia h\u1ecdp:\n{{roomUrl}}"},speaker:"Di\u1ec5n gi\u1ea3",speakerStats:{hours:"{{count}} gi\u1edd",minutes:"{{count}} ph\xfat",name:"T\xean",seconds:"{{count}} gi\xe2y",speakerStats:"Th\u1ed1ng k\xea v\u1ec1 di\u1ec5n gi\u1ea3",speakerTime:"Th\u1eddi gian c\u1ee7a di\u1ec5n gi\u1ea3"},startupoverlay:{policyText:" ",title:"{{app}} c\u1ea7n s\u1eed d\u1ee5ng micro v\xe0 camera c\u1ee7a b\u1ea1n."},suspendedoverlay:{rejoinKeyTitle:"Tham gia l\u1ea1i",text:"B\u1ea5m n\xfat Tham gia l\u1ea1i \u0111\u1ec3 k\u1ebft n\u1ed1i l\u1ea1i.",title:"Cu\u1ed9c h\u1ecdp c\u1ee7a b\u1ea1n b\u1ecb gi\xe1n \u0111o\u1ea1n v\xec m\xe1y t\xednh n\xe0y chuy\u1ec3n sang tr\u1ea1ng th\xe1i ng\u1ee7."},toolbar:{Settings:"C\xe0i \u0111\u1eb7t",accessibilityLabel:{Settings:"M\u1edf/\u0110\xf3ng C\u1ea5u h\xecnh",audioOnly:"Chuy\u1ec3n sang ch\u1ec9 nghe \xe2m thanh",audioRoute:"Ch\u1ecdn thi\u1ebft b\u1ecb \xe2m thanh",callQuality:"",cc:"M\u1edf/\u0110\xf3ng ph\u1ee5 \u0111\u1ec1",chat:"M\u1edf/\u0110\xf3ng cu\u1ed9c h\u1ed9i tho\u1ea1i",document:"M\u1edf/\u0110\xf3ng t\xe0i li\u1ec7u \u0111\u01b0\u1ee3c chia s\u1ebb",feedback:"\u0110\u1ec3 l\u1ea1i ph\u1ea3n h\u1ed3i",fullScreen:"B\u1eadt/T\u1eaft to\xe0n m\xe0n h\xecnh",grantModerator:"C\u1ea5p quy\u1ec1n qu\u1ea3n tr\u1ecb",hangup:"R\u1eddi cu\u1ed9c g\u1ecdi",invite:"M\u1eddi ng\u01b0\u1eddi tham gia",kick:"\u0110u\u1ed5i ng\u01b0\u1eddi tham gia ra",localRecording:"B\u1eadt/T\u1eaft \u0111i\u1ec1u khi\u1ec3n ghi h\xecnh c\u1ee5c b\u1ed9",lockRoom:"M\u1edf/\u0110\xf3ng m\u1eadt kh\u1ea9u ph\xf2ng h\u1ecdp",moreActions:"Xem th\xeam",moreActionsMenu:"Menu th\xeam",mute:"B\u1eadt/T\u1eaft ti\u1ebfng",muteEveryone:"T\u1eaft ti\u1ebfng t\u1ea5t c\u1ea3 m\u1ecdi ng\u01b0\u1eddi",muteEveryoneElse:"T\u1eaft ti\u1ebfng nh\u1eefng ng\u01b0\u1eddi kh\xe1c",muteEveryonesVideo:"T\u1eaft t\u1ea5t c\u1ea3 camera",pip:"B\u1eadt/T\u1eaft ch\u1ebf \u0111\u1ed9 H\xecnh-trong-H\xecnh",profile:"Ch\u1ec9nh s\u1eeda h\u1ed3 s\u01a1 c\xe1 nh\xe2n",raiseHand:"Gi\u01a1/H\u1ea1 tay",recording:"B\u1eadt/T\u1eaft ghi h\xecnh",remoteMute:"T\u1eaft ti\u1ebfng ng\u01b0\u1eddi tham gia",selectBackground:"Ch\u1ecdn h\xecnh n\u1ec1n",shareRoom:"M\u1eddi ai \u0111\xf3",shareYourScreen:"B\u1eadt/T\u1eaft chia s\u1ebb m\xe0n h\xecnh",sharedvideo:"M\u1edf/\u0110\xf3ng chia s\u1ebb video",shortcuts:"B\u1eadt/T\u1eaft ph\xedm t\u1eaft",show:"",speakerStats:"M\u1edf/\u0110\xf3ng th\u1ed1ng k\xea",tileView:"M\u1edf/\u0110\xf3ng xem d\u1ea1ng l\u01b0\u1edbi",toggleCamera:"B\u1eadt/T\u1eaft Camera",videoblur:"Chuy\u1ec3n \u0111\u1ed5i l\xe0m m\u1edd video",videomute:"B\u1eadt/T\u1eaft ti\u1ebfng v\xe0 h\xecnh"},addPeople:"Th\xeam ng\u01b0\u1eddi v\xe0o cu\u1ed9c h\u1ecdp",audioOnlyOff:"T\u1eaft ch\u1ebf \u0111\u1ed9 ch\u1ec9 nghe \xe2m thanh",audioOnlyOn:"B\u1eadt ch\u1ebf \u0111\u1ed9 ch\u1ec9 nghe \xe2m thanh",audioRoute:"Ch\u1ecdn thi\u1ebft b\u1ecb \xe2m thanh",audioSettings:"C\xe0i \u0111\u1eb7t \xe2m thanh",authenticate:"X\xe1c th\u1ef1c",callQuality:"Ch\u1ec9nh ch\u1ea5t l\u01b0\u1ee3ng",chat:"M\u1edf/\u0110\xf3ng cu\u1ed9c h\u1ed9i tho\u1ea1i",closeChat:"\u0110\xf3ng cu\u1ed9c h\u1ed9i tho\u1ea1i",documentClose:"\u0110\xf3ng t\xe0i li\u1ec7u \u0111\u01b0\u1ee3c chia s\u1ebb",documentOpen:"M\u1edf t\xe0i li\u1ec7u \u0111\u01b0\u1ee3c chia s\u1ebb",enterFullScreen:"Xem to\xe0n m\xe0n h\xecnh",enterTileView:"Xem ch\u1ebf \u0111\u1ed9 l\u01b0\u1edbi",exitFullScreen:"Tho\xe1t to\xe0n m\xe0n h\xecnh",exitTileView:"Tho\xe1t xem d\u1ea1ng l\u01b0\u1edbi",feedback:"\u0110\u1ec3 l\u1ea1i ph\u1ea3n h\u1ed3i",hangup:"R\u1eddi cu\u1ed9c h\u1ecdp",invite:"M\u1eddi ng\u01b0\u1eddi tham gia",login:"\u0110\u0103ng nh\u1eadp",logout:"\u0110\u0103ng xu\u1ea5t",lowerYourHand:"H\u1ea1 tay",moreActions:"Th\xeam h\xe0nh \u0111\u1ed9ng",mute:"T\u1eaft/B\u1eadt ti\u1ebfng",muteEveryone:"T\u1eaft ti\u1ebfng t\u1ea5t c\u1ea3 m\u1ecdi ng\u01b0\u1eddi",muteEveryonesVideo:"T\u1eaft t\u1ea5t c\u1ea3 camera",noisyAudioInputDesc:"D\u01b0\u1eddng nh\u01b0 micro c\u1ee7a b\u1ea1n \u0111ang t\u1ea1o ra ti\u1ebfng \u1ed3n. Vui l\xf2ng t\u1eaft ti\u1ebfng ho\u1eb7c thay thi\u1ebft b\u1ecb kh\xe1c.",noisyAudioInputTitle:"Micro c\u1ee7a b\u1ea1n d\u01b0\u1eddng nh\u01b0 c\xf3 nhi\u1ec1u ti\u1ebfng \u1ed3n!",openChat:"M\u1edf cu\u1ed9c h\u1ed9i tho\u1ea1i",participants:"Nh\u1eefng ng\u01b0\u1eddi tham d\u1ef1",pip:"V\xe0o ch\u1ebf \u0111\u1ed9 \u1ea2nh-trong-\u1ea2nh",profile:"Ch\u1ec9nh s\u1eeda h\u1ed3 s\u01a1 c\xe1 nh\xe2n",raiseHand:"Gi\u01a1/H\u1ea1 tay",raiseYourHand:"Gi\u01a1 tay",security:"T\xf9y ch\u1ecdn b\u1ea3o m\u1eadt",selectBackground:"Ch\u1ecdn h\xecnh n\u1ec1n",shareRoom:"Chia s\u1ebb ph\xf2ng",sharedvideo:"Chia s\u1ebb video",shortcuts:"Xem ph\xedm t\u1eaft",speakerStats:"Th\u1ed1ng k\xea v\u1ec1 ng\u01b0\u1eddi tham d\u1ef1",startScreenSharing:"B\u1eaft \u0111\u1ea7u chia s\u1ebb m\xe0n h\xecnh",startSubtitles:"B\u1eaft \u0111\u1ea7u ph\u1ee5 \u0111\u1ec1",startvideoblur:"",stopScreenSharing:"D\u1eebng chia s\u1ebb m\xe0n h\xecnh",stopSharedVideo:"D\u1eebng video",stopSubtitles:"D\u1eebng ph\u1ee5 \u0111\u1ec1",stopvideoblur:"",talkWhileMutedPopup:"\u0110ang n\xf3i chuy\u1ec7n? B\u1ea1n \u0111ang t\u1eaft ti\u1ebfng.",tileViewToggle:"M\u1edf/\u0110\xf3ng xem d\u1ea1ng l\u01b0\u1edbi",toggleCamera:"M\u1edf/\u0110\xf3ng camera",videoSettings:"C\xe0i \u0111\u1eb7t h\xecnh \u1ea3nh",videomute:"B\u1eadt/T\u1eaft camera"},transcribing:{ccButtonTooltip:"Ch\u1ea1y/D\u1eebng ph\u1ee5 \u0111\u1ec1",error:"Phi\xean \xe2m kh\xf4ng th\xe0nh c\xf4ng. Vui l\xf2ng th\u1eed l\u1ea1i.",expandedLabel:"Phi\xean \xe2m \u0111ang b\u1eadt",failedToStart:"Kh\u1edfi ch\u1ea1y phi\xean \xe2m th\u1ea5t b\u1ea1i",labelToolTip:"Cu\u1ed9c h\u1ecdp \u0111ang \u0111\u01b0\u1ee3c phi\xean \xe2m",off:"Phi\xean \xe2m \u0111\xe3 d\u1eebng",pending:"\u0110ang chu\u1ea9n b\u1ecb phi\xean \xe2m cu\u1ed9c h\u1ecdp...",start:"B\u1eaft \u0111\u1ea7u hi\u1ec3n th\u1ecb ph\u1ee5 \u0111\u1ec1",stop:"D\u1eebng hi\u1ec3n th\u1ecb ph\u1ee5 \u0111\u1ec1",tr:"TR"},userMedia:{androidGrantPermissions:"Ch\u1ecdn Cho ph\xe9p khi tr\xecnh duy\u1ec7t c\u1ee7a b\u1ea1n y\xeau c\u1ea7u c\u1ea5p ph\xe9p.",chromeGrantPermissions:"Ch\u1ecdn Cho ph\xe9p khi tr\xecnh duy\u1ec7t c\u1ee7a b\u1ea1n y\xeau c\u1ea7u c\u1ea5p ph\xe9p.",edgeGrantPermissions:"Ch\u1ecdn C\xf3 khi tr\xecnh duy\u1ec7t c\u1ee7a b\u1ea1n y\xeau c\u1ea7u c\u1ea5p ph\xe9p.",electronGrantPermissions:"Vui l\xf2ng c\u1ea5p quy\u1ec1n s\u1eed d\u1ee5ng camera v\xe0 micro c\u1ee7a b\u1ea1n",firefoxGrantPermissions:"Ch\u1ecdn Chia s\u1ebb thi\u1ebft b\u1ecb \u0111\xe3 ch\u1ecdn khi tr\xecnh duy\u1ec7t c\u1ee7a b\u1ea1n y\xeau c\u1ea7u c\u1ea5p ph\xe9p.",iexplorerGrantPermissions:"Ch\u1ecdn C\xf3 khi tr\xecnh duy\u1ec7t c\u1ee7a b\u1ea1n y\xeau c\u1ea7u c\u1ea5p ph\xe9p.",nwjsGrantPermissions:"Vui l\xf2ng c\u1ea5p quy\u1ec1n s\u1eed d\u1ee5ng camera v\xe0 micro c\u1ee7a b\u1ea1n",operaGrantPermissions:"Ch\u1ecdn Cho ph\xe9p khi tr\xecnh duy\u1ec7t c\u1ee7a b\u1ea1n y\xeau c\u1ea7u c\u1ea5p ph\xe9p.","react-nativeGrantPermissions":"Ch\u1ecdn Cho ph\xe9p khi tr\xecnh duy\u1ec7t c\u1ee7a b\u1ea1n y\xeau c\u1ea7u c\u1ea5p ph\xe9p.",safariGrantPermissions:"Ch\u1ecdn C\xf3 khi tr\xecnh duy\u1ec7t c\u1ee7a b\u1ea1n y\xeau c\u1ea7u c\u1ea5p ph\xe9p."},videoSIPGW:{busy:"Ch\xfang t\xf4i \u0111ang gi\u1ea3i ph\xf3ng t\xe0i nguy\xean. Vui l\xf2ng th\u1eed l\u1ea1i sau v\xe0i ph\xfat.",busyTitle:"D\u1ecbch v\u1ee5 ph\xf2ng h\u1ecdp \u0111ang b\u1eadn",errorAlreadyInvited:"{{displayName}} \u0111\xe3 \u0111\u01b0\u1ee3c m\u1eddi",errorInvite:"Cu\u1ed9c h\u1ecdp ch\u01b0a \u0111\u01b0\u1ee3c kh\u1edfi t\u1ea1o. Vui l\xf2ng th\u1eed l\u1ea1i.",errorInviteFailed:"Ch\xfang t\xf4i \u0111ang x\u1eed l\xfd v\u1ea5n \u0111\u1ec1. Vui l\xf2ng th\u1eed l\u1ea1i sau.",errorInviteFailedTitle:"M\u1eddi {{displayName}} th\u1ea5t b\u1ea1i",errorInviteTitle:"L\u1ed7i m\u1eddi h\u1ecdp",pending:"{{displayName}} \u0111\xe3 \u0111\u01b0\u1ee3c m\u1eddi"},videoStatus:{audioOnly:"AUD",audioOnlyExpanded:"B\u1ea1n \u0111ang \u1edf ch\u1ebf \u0111\u1ed9 ch\u1ec9 nghe \xe2m thanh. Ch\u1ebf \u0111\u1ed9 n\xe0y gi\u1ea3m b\u0103ng th\xf4ng nh\u01b0ng kh\xf4ng th\u1ea5y h\xecnh \u1ea3nh ng\u01b0\u1eddi kh\xe1c.",callQuality:"Ch\u1ea5t l\u01b0\u1ee3ng h\xecnh \u1ea3nh",hd:"HD",highDefinition:"\u0110\u1ed9 ph\xe2n gi\u1ea3i cao",labelTooiltipNoVideo:"Kh\xf4ng h\xecnh \u1ea3nh",labelTooltipAudioOnly:"Ch\u1ebf \u0111\u1ed9 ch\u1ec9 nghe \xe2m thanh \u0111\xe3 b\u1eadt",ld:"LD",lowDefinition:"\u0110\u1ed9 ph\xe2n gi\u1ea3i th\u1ea5p",onlyAudioAvailable:"Ch\u1ec9 c\xf3 \xe2m thanh s\u1eb5n s\xe0ng",onlyAudioSupported:"Ch\u1ec9 h\u1ed7 tr\u1ee3 \xe2m thanh tr\xean tr\xecnh duy\u1ec7t n\xe0y.",sd:"SD",standardDefinition:"\u0110\u1ed9 ph\xe2n gi\u1ea3i th\u01b0\u1eddng"},videothumbnail:{domute:"T\u1eaft ti\u1ebfng",flip:"L\u1eadt h\xecnh",grantModerator:"C\u1ea5p quy\u1ec1n qu\u1ea3n tr\u1ecb",kick:"\u0110\u1ea9y ra",moderator:"Qu\u1ea3n tr\u1ecb vi\xean",mute:"Ng\u01b0\u1eddi tham gia b\u1ecb t\u1eaft ti\u1ebfng",muted:"\u0110\xe3 t\u1eaft ti\u1ebfng",remoteControl:"\u0110i\u1ec1u khi\u1ec3n t\u1eeb xa",show:"",videomute:""},virtualBackground:{addBackground:"Th\xeam h\xecnh n\u1ec1n",apply:"\xc1p d\u1ee5ng",backgroundEffectError:"Kh\xf4ng th\u1ec3 \xe1p d\u1ee5ng hi\u1ec7u \u1ee9ng h\xecnh n\u1ec1n.",blur:"L\xe0m m\u1edd",deleteImage:"X\xf3a \u1ea3nh",desktopShare:"Chia s\u1ebb m\xe0n h\xecnh",desktopShareError:"Kh\xf4ng th\u1ec3 chia s\u1ebb m\xe0n h\xecnh",image1:"B\xe3i bi\u1ec3n",image2:"T\u01b0\u1eddng tr\u1eafng trung t\xednh",image3:"Ph\xf2ng tr\u1ed1ng m\xe0u tr\u1eafng",image4:"\u0110\xe8n s\xe0n m\xe0u \u0111en",image5:"N\xfai",image6:"R\u1eebng",image7:"M\u1eb7t tr\u1eddi m\u1ecdc",none:"Kh\xf4ng c\xf3",pleaseWait:"Vui l\xf2ng \u0111\u1ee3i...",removeBackground:"X\xf3a h\xecnh n\u1ec1n",slightBlur:"L\xe0m m\u1edd nh\u1eb9",title:"H\xecnh n\u1ec1n \u1ea3o",uploadedImage:"T\u1ea3i \u1ea3nh l\xean {{index}}",webAssemblyWarning:"WebAssembly kh\xf4ng \u0111\u01b0\u1ee3c h\u1ed7 tr\u1ee3"},welcomepage:{accessibilityLabel:{join:"Ch\u1ea1m \u0111\u1ec3 tham gia",roomname:"Nh\u1eadp t\xean ph\xf2ng"},appDescription:"{{app}} \u0111\u01b0\u1ee3c m\xe3 h\xf3a, 100% gi\u1ea3i ph\xe1p cu\u1ed9c h\u1ecdp tr\u1ef1c tuy\u1ebfn m\xe3 ngu\u1ed3n m\u1edf m\xe0 b\u1ea1n c\xf3 th\u1ec3 s\u1eed d\u1ee5ng h\xe0ng ng\xe0y, mi\u1ec5n ph\xed.",audioVideoSwitch:{audio:"Ti\u1ebfng",video:"H\xecnh \u1ea3nh"},calendar:"L\u1ecbch",connectCalendarButton:"K\u1ebft n\u1ed1i l\u1ecbch c\u1ee7a b\u1ea1n",connectCalendarText:"K\u1ebft n\u1ed1i l\u1ecbch c\u1ee7a b\u1ea1n \u0111\u1ec3 xem t\u1ea5t c\u1ea3 c\xe1c cu\u1ed9c h\u1ecdp {{app}}. Th\xeam, th\xeam cu\u1ed9c h\u1ecdp {{provider}} v\xe0o l\u1ecbch c\u1ee7a b\u1ea1n v\xe0 b\u1eaft \u0111\u1ea7u.",enterRoomTitle:"B\u1eaft \u0111\u1ea7u cu\u1ed9c h\u1ecdp m\u1edbi",go:"\u0110i",info:"Th\xf4ng tin",join:"Tham gia",privacy:"B\u1ea3o m\u1eadt",recentList:"Hi\u1ec7n t\u1ea1i",recentListDelete:"X\xf3a",recentListEmpty:"Danh s\xe1ch cu\u1ed9c h\u1ecdp tr\u1ed1ng. Th\u1ef1c hi\u1ec7n cu\u1ed9c h\u1ecdp v\xe0 b\u1ea1n s\u1ebd th\u1ea5y danh s\xe1ch hi\u1ec7n t\u1ea1i \u0111\xe2y.",reducedUIText:"",roomname:"Nh\u1eadp t\xean ph\xf2ng",roomnameHint:"Th\xeam t\xean ho\u1eb7c URL c\u1ee7a ph\xf2ng h\u1ecdp b\u1ea1n mu\u1ed1n tham gia. Ban c\xf3 th\u1ec3 t\u1ea1o t\xean ph\xf2ng, g\u1eedi cho ng\u01b0\u1eddi b\u1ea1n mu\u1ed1n m\u1eddi \u0111\u1ec3 h\u1ecd s\u1eed d\u1ee5ng t\xean \u0111\xf3.",sendFeedback:"G\u1eedi g\xf3p \xfd",terms:"\u0110i\u1ec1u ki\u1ec7n",title:"B\u1ea3o m\u1eadt, \u0111\u1ea7y \u0111\u1ee7 t\xednh n\u0103ng v\xe0 mi\u1ec5n ph\xed ho\xe0n to\xe0n"}}},853,[]); -__d(function(e,i,o,t,n,a,r){n.exports={addPeople:{accessibilityLabel:{meetingLink:"\u4f1a\u8bae\u94fe\u63a5: {{url}}"},add:"\u9080\u8bf7",addContacts:"\u9080\u8bf7\u4f60\u7684\u8054\u7cfb\u4eba",contacts:"\u8054\u7cfb\u4eba",copyInvite:"\u590d\u5236\u5168\u90e8\u4fe1\u606f",copyLink:"\u590d\u5236\u4f1a\u8bae\u94fe\u63a5",copyStream:"\u590d\u5236\u76f4\u64ad\u94fe\u63a5",countryNotSupported:"\u6211\u4eec\u5c1a\u672a\u652f\u6301\u8fd9\u4e2a\u5730\u533a\u3002",countryReminder:"\u5728\u7f8e\u56fd\u4e4b\u5916\u7684\u5730\u533a\u901a\u8bdd\uff1f\u522b\u5fd8\u4e86\u5728\u5f00\u5934\u6dfb\u52a0\u56fd\u9645\u7535\u8bdd\u533a\u53f7\uff01",defaultEmail:"\u4f60\u7684\u9ed8\u8ba4\u90ae\u7bb1",disabled:"\u4f60\u65e0\u6cd5\u9080\u8bf7\u5176\u4ed6\u4eba\u3002",failedToAdd:"\u6dfb\u52a0\u53c2\u4f1a\u8005\u5931\u8d25",googleEmail:"Google\u90ae\u7bb1",inviteMoreHeader:"\u5f53\u524d\u4f1a\u8bae\u4e2d\u4ec5\u6709\u4f60\u4e00\u4eba",inviteMoreMailSubject:"\u52a0\u5165{{appName}}\u4f1a\u8bae",inviteMorePrompt:"\u9080\u8bf7\u66f4\u591a\u4eba",linkCopied:"\u94fe\u63a5\u5df2\u590d\u5236\u5230\u526a\u8d34\u677f",noResults:"\u6ca1\u6709\u76f8\u5339\u914d\u7684\u641c\u7d22\u7ed3\u679c",outlookEmail:"Outlook\u90ae\u7bb1",phoneNumbers:"\u7535\u8bdd\u53f7\u7801",searching:"\u641c\u7d22\u4e2d\u2026\u2026",shareInvite:"\u5206\u4eab\u4f1a\u8bae\u9080\u8bf7\u94fe\u63a5",shareLink:"\u5206\u4eab\u4f1a\u8bae\u94fe\u63a5\u4ee5\u9080\u8bf7\u5176\u4ed6\u4eba",shareStream:"\u5206\u4eab\u76f4\u64ad\u94fe\u63a5",sipAddresses:"SIP\u5730\u5740",telephone:"\u7535\u8bdd\u53f7\u7801\uff1a{{number}}",title:"\u9080\u8bf7\u4ed6\u4eba\u52a0\u5165\u8fd9\u4e2a\u4f1a\u8bae",yahooEmail:"Yahoo\u90ae\u7bb1"},audioDevices:{bluetooth:"\u84dd\u7259",car:"\u6c7d\u8f66\u97f3\u54cd",headphones:"\u8033\u673a",none:"\u6ca1\u6709\u53ef\u7528\u7684\u97f3\u9891\u8bbe\u5907",phone:"\u7535\u8bdd",speaker:"\u626c\u58f0\u5668"},audioOnly:{audioOnly:"\u7701\u6d41"},bandwidthSettings:{assumedBandwidthBps:"\u4f8b\u5982\uff0c10000000\u4e3a10\u5146",assumedBandwidthBpsWarning:"\u8f83\u9ad8\u7684\u6570\u503c\u53ef\u80fd\u4f1a\u5bfc\u81f4\u7f51\u7edc\u95ee\u9898\u3002",customValue:"\u81ea\u5b9a\u4e49\u6570\u503c",customValueEffect:"\u7528\u4e8e\u8bbe\u7f6e\u5b9e\u9645\u7684\u6bd4\u7279\u6bcf\u79d2\u503c",leaveEmpty:"\u7559\u7a7a",leaveEmptyEffect:"\u4ee5\u4fbf\u8fdb\u884c\u4f30\u7b97",possibleValues:"\u9884\u4f30\u7684\u6570\u503c",setAssumedBandwidthBps:"\u5047\u8bbe\u5e26\u5bbd\uff08\u6bd4\u7279/\u79d2\uff09",title:"\u5e26\u5bbd\u8bbe\u7f6e",zeroEffect:"\u4ee5\u7981\u7528\u89c6\u9891"},breakoutRooms:{actions:{add:"\u6dfb\u52a0\u5206\u7ec4\u8ba8\u8bba\u5ba4",autoAssign:"\u81ea\u52a8\u5206\u914d\u5230\u5206\u7ec4\u8ba8\u8bba\u5ba4",close:"\u5173\u95ed",join:"\u52a0\u5165",leaveBreakoutRoom:"\u79bb\u5f00\u5206\u7ec4\u8ba8\u8bba\u5ba4",more:"\u66f4\u591a",remove:"\u79fb\u9664",rename:"\u91cd\u547d\u540d",renameBreakoutRoom:"\u91cd\u547d\u540d\u5206\u7ec4\u8ba8\u8bba\u5ba4",sendToBreakoutRoom:"\u5c06\u53c2\u4f1a\u8005\u79fb\u81f3\uff1a"},defaultName:"\u5206\u7ec4\u8ba8\u8bba\u5ba4#{{index}}",mainRoom:"\u4e3b\u4f1a\u8bae\u5ba4",notifications:{joined:"\u6b63\u5728\u52a0\u5165\u201c{{name}}\u201d\u5206\u7ec4\u8ba8\u8bba\u5ba4",joinedMainRoom:"\u6b63\u5728\u52a0\u5165\u4e3b\u4f1a\u8bae\u5ba4",joinedTitle:"\u5206\u7ec4\u8ba8\u8bba\u5ba4"}},calendarSync:{addMeetingURL:"\u6dfb\u52a0\u4f1a\u8bae\u94fe\u63a5",confirmAddLink:"\u662f\u5426\u5728\u6b64\u4e8b\u4ef6\u4e2d\u6dfb\u52a0Jitsi\u94fe\u63a5",error:{appConfiguration:"\u65e5\u5386\u6574\u5408\u6ca1\u6709\u6b63\u786e\u914d\u7f6e\u3002",generic:"\u53d1\u751f\u9519\u8bef\uff0c\u8bf7\u68c0\u67e5\u65e5\u5386\u8bbe\u7f6e\u6216\u5c1d\u8bd5\u5237\u65b0\u65e5\u5386\u3002",notSignedIn:"\u67e5\u770b\u65e5\u5386\u4e8b\u4ef6\u65f6\u9a8c\u8bc1\u51fa\u9519\uff0c\u8bf7\u68c0\u67e5\u4f60\u7684\u65e5\u5386\u8bbe\u7f6e\u5e76\u5c1d\u8bd5\u518d\u6b21\u767b\u5f55\u3002"},join:"\u52a0\u5165",joinTooltip:"\u52a0\u5165\u4f1a\u8bae",nextMeeting:"\u4e0b\u4e00\u573a\u4f1a\u8bae",noEvents:"\u6ca1\u6709\u9884\u5b9a\u7684\u6d3b\u52a8\u5b89\u6392\u3002",ongoingMeeting:"\u6b63\u5728\u8fdb\u884c\u7684\u4f1a\u8bae",permissionButton:"\u8bbe\u7f6e",permissionMessage:"\u5728\u5e94\u7528\u4e2d\u67e5\u770b\u4f1a\u8bae\u9700\u8981\u65e5\u5386\u6743\u9650\u3002",refresh:"\u5237\u65b0\u65e5\u5386",today:"\u4eca\u5929"},carmode:{actions:{selectSoundDevice:"\u9009\u62e9\u97f3\u9891\u8bbe\u5907"},labels:{buttonLabel:"\u9a7e\u9a76\u6a21\u5f0f",title:"\u9a7e\u9a76\u6a21\u5f0f",videoStopped:"\u4f60\u7684\u89c6\u9891\u5df2\u505c\u6b62"}},chat:{enter:"\u52a0\u5165\u4f1a\u8bae\u5ba4",error:"\u9519\u8bef\uff1a\u4f60\u7684\u6d88\u606f\u672a\u53d1\u9001\u3002\u539f\u56e0\uff1a{{error}}",fieldPlaceHolder:"\u5728\u8fd9\u91cc\u8f93\u5165\u4f60\u7684\u4fe1\u606f",lobbyChatMessageTo:"\u5927\u5385\u804a\u5929\u6d88\u606f\u53d1\u9001\u81f3{{recipient}}",message:"\u4fe1\u606f",messageAccessibleTitle:"{{user}}\uff1a",messageAccessibleTitleMe:"\u6211\uff1a",messageTo:"\u4e0e{{recipient}}\u7684\u79c1\u804a",messagebox:"\u8f93\u5165\u6d88\u606f",newMessages:"\u65b0\u4fe1\u606f",nickname:{popover:"\u9009\u62e9\u4e00\u4e2a\u6635\u79f0",title:"\u8f93\u5165\u4e00\u4e2a\u6635\u79f0\u7528\u4e8e\u804a\u5929",titleWithPolls:"\u8f93\u5165\u4e00\u4e2a\u6635\u79f0\u7528\u4e8e\u804a\u5929\u548c\u6295\u7968"},noMessagesMessage:"\u4f1a\u8bae\u4e2d\u8fd8\u6ca1\u6709\u6d88\u606f\uff0c\u5728\u8fd9\u91cc\u5f00\u59cb\u8c08\u8bdd\u5427\uff01",privateNotice:"\u4e0e{{recipient}}\u7684\u79c1\u804a",sendButton:"\u53d1\u9001",smileysPanel:"\u8868\u60c5\u7b26\u53f7\u9762\u677f",tabs:{chat:"\u804a\u5929",polls:"\u6295\u7968"},title:"\u804a\u5929",titleWithPolls:"\u804a\u5929\u548c\u6295\u7968",you:"\u4f60"},chromeExtensionBanner:{buttonText:"\u5b89\u88c5Chrome\u6269\u5c55\u7a0b\u5e8f",buttonTextEdge:"\u5b89\u88c5Edge\u5916\u63a5\u7a0b\u5e8f",close:"\u5173\u95ed",dontShowAgain:"\u4e0d\u8981\u518d\u95ee\u6211\u4e86",installExtensionText:"\u5b89\u88c5\u7528\u4e8eGoogle\u65e5\u5386\u548cOffice 365\u96c6\u6210\u7684\u6269\u5c55\u63d2\u4ef6"},connectingOverlay:{joiningRoom:"\u8fde\u63a5\u4f1a\u8bae\u4e2d\u2026\u2026"},connection:{ATTACHED:"\u5df2\u63a5\u5165",AUTHENTICATING:"\u9a8c\u8bc1\u4e2d",AUTHFAIL:"\u9a8c\u8bc1\u5931\u8d25",CONNECTED:"\u5df2\u8fde\u63a5",CONNECTING:"\u8fde\u63a5\u4e2d",CONNFAIL:"\u8fde\u63a5\u5931\u8d25",DISCONNECTED:"\u5df2\u65ad\u5f00\u8fde\u63a5",DISCONNECTING:"\u65ad\u5f00\u8fde\u63a5\u4e2d",ERROR:"\u9519\u8bef",FETCH_SESSION_ID:"\u83b7\u53d6\u4f1a\u8bddID\u4e2d\u2026\u2026",GET_SESSION_ID_ERROR:"\u83b7\u53d6\u4f1a\u8bddID\u9519\u8bef\uff1a{{code}}",GOT_SESSION_ID:"\u83b7\u53d6\u4f1a\u8bddID\u4e2d\u2026\u2026\u5b8c\u6210",LOW_BANDWIDTH:"\u4e3a\u8282\u7701\u5e26\u5bbd\uff0c{{displayName}} \u7684\u89c6\u9891\u5df2\u88ab\u5173\u95ed"},connectionindicator:{address:"\u5730\u5740\uff1a",audio_ssrc:"\u97f3\u9891SSRC\uff1a",bandwidth:"\u9884\u4f30\u5e26\u5bbd\uff1a",bitrate:"\u4e0b\u8f7d/\u4e0a\u4f20\uff1a",bridgeCount:"\u670d\u52a1\u5668\u6570\u91cf\uff1a",codecs:"\u7f16\u89e3\u7801\u5668\uff1a",connectedTo:"\u5df2\u8fde\u63a5\u5230\uff1a",e2eeVerified:"\u7aef\u5230\u7aef\u52a0\u5bc6\u5df2\u9a8c\u8bc1\uff1a",framerate:"\u5e27\u7387\uff1a",less:"\u6536\u8d77",localaddress:"\u672c\u5730\u5730\u5740\uff1a",localaddress_plural:"\u672c\u5730\u5730\u5740\uff1a",localport:"\u672c\u5730\u7aef\u53e3\uff1a",localport_plural:"\u672c\u5730\u7aef\u53e3\uff1a",maxEnabledResolution:"\u53d1\u9001\u6700\u5927\u503c",more:"\u66f4\u591a",no:"\u5426",packetloss:"\u4e22\u5305\u7387\uff1a",participant_id:"\u53c2\u4f1a\u8005ID\uff1a",quality:{good:"\u826f\u597d",inactive:"\u95f2\u7f6e",lost:"\u4e22\u5931",nonoptimal:"\u6b20\u4f73",poor:"\u5f88\u5dee"},remoteaddress:"\u8fdc\u7a0b\u5730\u5740\uff1a",remoteaddress_plural:"\u8fdc\u7a0b\u5730\u5740\uff1a",remoteport:"\u8fdc\u7a0b\u7aef\u53e3\uff1a",remoteport_plural:"\u8fdc\u7a0b\u7aef\u53e3\uff1a",resolution:"\u5206\u8fa8\u7387\uff1a",savelogs:"\u4fdd\u5b58\u65e5\u5fd7",status:"\u8fde\u63a5\u72b6\u6001\uff1a",transport:"\u4f20\u8f93\u534f\u8bae\uff1a",transport_plural:"\u4f20\u8f93\uff1a",video_ssrc:"\u89c6\u9891SSRC\uff1a",yes:"\u662f"},dateUtils:{earlier:"\u66f4\u65e9",today:"\u4eca\u5929",yesterday:"\u6628\u5929"},deepLinking:{appNotInstalled:"\u4f60\u9700\u8981\u5728\u624b\u673a\u4e0a\u5b89\u88c5{{app}}\u7684APP\u624d\u80fd\u52a0\u5165\u6b64\u4f1a\u8bae\u3002",description:"\u6ca1\u53cd\u5e94\uff1f\u6211\u4eec\u5df2\u7ecf\u5c1d\u8bd5\u5728{{app}}\u7684\u7535\u8111\u5e94\u7528\u7a0b\u5e8f\u4e2d\u52a0\u5165\u4f1a\u8bae\uff0c\u8bf7\u91cd\u8bd5\u6216\u5728{{app}}\u7f51\u9875\u7aef\u4e2d\u542f\u52a8\u3002",descriptionNew:"\u6ca1\u53cd\u5e94\uff1f\u6211\u4eec\u5df2\u7ecf\u5c1d\u8bd5\u5728{{app}}\u7684\u7535\u8111\u5e94\u7528\u7a0b\u5e8f\u4e2d\u52a0\u5165\u4f1a\u8bae\u3002

\u4f60\u53ef\u4ee5\u91cd\u8bd5\uff0c\u6216\u5728\u7f51\u9875\u7aef\u4e2d\u542f\u52a8\u3002",descriptionWithoutWeb:"\u6ca1\u53cd\u5e94\uff1f\u6211\u4eec\u5df2\u7ecf\u5c1d\u8bd5\u5728{{app}}\u7684\u7535\u8111\u5e94\u7528\u7a0b\u5e8f\u4e2d\u52a0\u5165\u4f1a\u8bae\u3002",downloadApp:"\u4e0b\u8f7dAPP",downloadMobileApp:"\u4eceApp Store\u4e0b\u8f7d",ifDoNotHaveApp:"\u5982\u679c\u4f60\u8fd8\u6ca1\u6709\u8fd9\u4e2aAPP\uff1a",ifHaveApp:"\u5982\u679c\u4f60\u5df2\u7ecf\u62e5\u6709\u8be5APP\uff1a",joinInApp:"\u4f7f\u7528APP\u52a0\u5165\u6b64\u4f1a\u8bae",joinInAppNew:"\u5728\u5e94\u7528\u4e2d\u52a0\u5165",joinInBrowser:"\u5728\u6d4f\u89c8\u5668\u4e2d\u52a0\u5165",launchMeetingLabel:"\u4f60\u5e0c\u671b\u5982\u4f55\u52a0\u5165\u6b64\u4f1a\u8bae\uff1f",launchWebButton:"\u5728\u7f51\u9875\u4e2d\u542f\u52a8",noMobileApp:"\u4f60\u8fd8\u6ca1\u5b89\u88c5APP\uff1f",termsAndConditions:"\u7ee7\u7eed\u64cd\u4f5c\u5373\u8868\u793a\u4f60\u540c\u610f\u6211\u4eec\u7684\u6761\u6b3e\u548c\u6761\u4ef6\u3002",title:"\u6b63\u5728{{app}}\u4e2d\u52a0\u5165\u4f1a\u8bae\u2026\u2026",titleNew:"\u6b63\u5728\u542f\u52a8\u4f60\u7684\u4f1a\u8bae\u2026\u2026",tryAgainButton:"\u8bf7\u5728\u7535\u8111\u5e94\u7528\u7a0b\u5e8f\u4e2d\u91cd\u8bd5",unsupportedBrowser:"\u4f60\u4f3c\u4e4e\u6b63\u5728\u4f7f\u7528\u6211\u4eec\u4e0d\u652f\u6301\u7684\u6d4f\u89c8\u5668"},defaultLink:"\u4f8b\u5982\uff1a{{url}}",defaultNickname:"\u4f8b\u5982\uff1a\u5f20\u4e09",deviceError:{cameraError:"\u65e0\u6cd5\u8bbf\u95ee\u4f60\u7684\u6444\u50cf\u5934",cameraPermission:"\u83b7\u53d6\u6444\u50cf\u5934\u6743\u9650\u65f6\u51fa\u9519",microphoneError:"\u65e0\u6cd5\u8bbf\u95ee\u4f60\u7684\u9ea6\u514b\u98ce",microphonePermission:"\u83b7\u53d6\u9ea6\u514b\u98ce\u6743\u9650\u65f6\u51fa\u9519"},deviceSelection:{hid:{callControl:"\u547c\u53eb\u63a7\u5236",connectedDevices:"\u5df2\u8fde\u63a5\u7684\u8bbe\u5907\uff1a",deleteDevice:"\u5220\u9664\u8bbe\u5907",pairDevice:"\u914d\u5bf9\u8bbe\u5907"},noPermission:"\u672a\u83b7\u5f97\u6388\u6743",previewUnavailable:"\u65e0\u6cd5\u9884\u89c8",selectADevice:"\u9009\u62e9\u8bbe\u5907",testAudio:"\u64ad\u653e\u6d4b\u8bd5\u97f3\u9891"},dialIn:{screenTitle:"\u901a\u8bdd\u8bb0\u5f55"},dialOut:{statusMessage:"\u73b0\u5728\u72b6\u6001\u4e3a{{status}}"},dialog:{Back:"\u8fd4\u56de",Cancel:"\u53d6\u6d88",IamHost:"\u6211\u662f\u4e3b\u6301\u4eba",Ok:"\u786e\u5b9a",Remove:"\u79fb\u9664",Share:"\u5206\u4eab",Submit:"\u63d0\u4ea4",WaitForHostMsg:"\u4f1a\u8bae\u5c1a\u672a\u5f00\u59cb\u3002\u5982\u679c\u4f60\u662f\u4e3b\u6301\u4eba\uff0c\u8bf7\u8fdb\u884c\u8eab\u4efd\u9a8c\u8bc1\u3002\u5426\u5219\uff0c\u8bf7\u7b49\u5f85\u4e3b\u6301\u4eba\u52a0\u5165\u3002",WaitingForHostTitle:"\u6b63\u5728\u7b49\u5f85\u4e3b\u6301\u4eba\u52a0\u5165\u2026\u2026",Yes:"\u662f",accessibilityLabel:{Cancel:"\u53d6\u6d88\uff08\u79bb\u5f00\u5bf9\u8bdd\u6846\uff09",Ok:"\u786e\u5b9a\uff08\u4fdd\u5b58\u5e76\u79bb\u5f00\u5bf9\u8bdd\u6846\uff09",close:"\u5173\u95ed\u5bf9\u8bdd\u6846",liveStreaming:"\u7f51\u7edc\u76f4\u64ad",sharingTabs:"\u5206\u4eab\u9009\u9879"},add:"\u6dfb\u52a0",addMeetingNote:"\u6dfb\u52a0\u672c\u6b21\u4f1a\u8bae\u7684\u5907\u6ce8",addOptionalNote:"\u6dfb\u52a0\u5907\u6ce8\uff08\u53ef\u9009\uff09\uff1a",allow:"\u5141\u8bb8",alreadySharedVideoMsg:"\u5176\u4ed6\u53c2\u4f1a\u8005\u6b63\u5728\u5206\u4eab\u89c6\u9891\uff0c\u672c\u6b21\u4f1a\u8bae\u4ec5\u652f\u6301\u540c\u65f6\u5206\u4eab\u4e00\u4e2a\u89c6\u9891\u3002",alreadySharedVideoTitle:"\u540c\u4e00\u65f6\u95f4\u53ea\u5141\u8bb8\u4e00\u4e2a\u89c6\u9891\u5206\u4eab",applicationWindow:"\u5e94\u7528\u7a0b\u5e8f\u7a97\u53e3",authenticationRequired:"\u9700\u8981\u8eab\u4efd\u9a8c\u8bc1",cameraConstraintFailedError:"\u4f60\u7684\u6444\u50cf\u5934\u672a\u6ee1\u8db3\u67d0\u4e9b\u5fc5\u8981\u6761\u4ef6\u3002",cameraNotFoundError:"\u627e\u4e0d\u5230\u6444\u50cf\u5934",cameraNotSendingData:"\u6211\u4eec\u65e0\u6cd5\u8bbf\u95ee\u4f60\u7684\u6444\u50cf\u5934\uff0c\u8bf7\u68c0\u67e5\u662f\u5426\u6709\u5176\u4ed6\u5e94\u7528\u7a0b\u5e8f\u6b63\u5728\u4f7f\u7528\u6b64\u8bbe\u5907\uff0c\u4ece\u8bbe\u7f6e\u83dc\u5355\u4e2d\u9009\u62e9\u53e6\u4e00\u4e2a\u8bbe\u5907\uff0c\u6216\u5c1d\u8bd5\u91cd\u65b0\u52a0\u8f7d\u5e94\u7528\u7a0b\u5e8f\u3002",cameraNotSendingDataTitle:"\u65e0\u6cd5\u8bbf\u95ee\u6444\u50cf\u5934",cameraPermissionDeniedError:"\u672a\u83b7\u5f97\u6444\u50cf\u5934\u7684\u4f7f\u7528\u6743\u9650\uff0c\u4f60\u4ecd\u53ef\u4ee5\u52a0\u5165\u4f1a\u8bae\uff0c\u4f46\u5176\u4ed6\u4eba\u65e0\u6cd5\u770b\u5230\u4f60\u3002\u70b9\u51fb\u5730\u5740\u680f\u4e2d\u7684\u6444\u50cf\u5934\u56fe\u6807\uff0c\u7136\u540e\u9009\u62e9\u201c\u59cb\u7ec8\u5141\u8bb8\u201d\u9009\u9879\u3002",cameraTimeoutError:"\u65e0\u6cd5\u542f\u52a8\u89c6\u9891\u6e90\uff0c\u8d85\u65f6!",cameraUnknownError:"\u7531\u4e8e\u672a\u77e5\u9519\u8bef\uff0c\u65e0\u6cd5\u4f7f\u7528\u6444\u50cf\u5934\u3002",cameraUnsupportedResolutionError:"\u4f60\u7684\u6444\u50cf\u5934\u4e0d\u652f\u6301\u6240\u9700\u7684\u89c6\u9891\u5206\u8fa8\u7387\u3002",close:"\u5173\u95ed",conferenceDisconnectMsg:"\u8bf7\u68c0\u67e5\u4f60\u7684\u7f51\u7edc\u8fde\u63a5\uff0c\u5c06\u5728{{seconds}}\u79d2\u540e\u91cd\u65b0\u8fde\u63a5\u2026\u2026",conferenceDisconnectTitle:"\u4f60\u5df2\u65ad\u5f00\u8fde\u63a5\u3002",conferenceReloadMsg:"\u6211\u4eec\u6b63\u5728\u52aa\u529b\u4fee\u590d\u6b64\u95ee\u9898\uff0c\u5c06\u5728{{seconds}}\u79d2\u540e\u91cd\u65b0\u8fde\u63a5\u2026\u2026",conferenceReloadTitle:"\u7cdf\u4e86\uff0c\u597d\u50cf\u6709\u4ec0\u4e48\u4e1c\u897f\u51fa\u9519\u4e86\u3002",confirm:"\u786e\u8ba4",confirmNo:"\u5426",confirmYes:"\u662f",connectError:"\u53d1\u751f\u9519\u8bef\uff0c\u65e0\u6cd5\u8fde\u63a5\u81f3\u4f1a\u8bae\uff01",connectErrorWithMsg:"\u53d1\u751f\u9519\u8bef\uff0c\u65e0\u6cd5\u8fde\u63a5\u81f3\u4f1a\u8bae\uff1a{{msg}}",connecting:"\u8fde\u63a5\u4e2d",contactSupport:"\u8054\u7cfb\u652f\u6301",copied:"\u5df2\u590d\u5236",copy:"\u590d\u5236",dismiss:"\u5ffd\u7565",displayNameRequired:"\u55e8\uff01\u4f60\u53eb\u4ec0\u4e48\u540d\u5b57\uff1f",done:"\u5b8c\u6210",e2eeDescription:"\u8bf7\u6ce8\u610f\uff0c\u7aef\u5230\u7aef\u52a0\u5bc6\u76ee\u524d\u5904\u4e8e\u5b9e\u9a8c\u9636\u6bb5\uff0c\u5f00\u542f\u7aef\u5230\u7aef\u52a0\u5bc6\u5c06\u7981\u7528\u90e8\u5206\u670d\u52a1\u5668\u7aef\u63d0\u4f9b\u7684\u670d\u52a1\uff0c\u4f8b\u5982\uff1a\u901a\u8fc7\u7535\u8bdd\u52a0\u5165\u4f1a\u8bae\u3002\u53e6\u5916\uff0c\u901a\u8fc7\u7f51\u9875\u7248\u52a0\u5165\u4f1a\u8bae\u8fd8\u9700\u8981\u4f7f\u7528\u652f\u6301Insertable Stream\u7684\u6d4f\u89c8\u5668\u3002",e2eeDisabledDueToMaxModeDescription:"\u7531\u4e8e\u4f1a\u8bae\u4e2d\u7684\u4eba\u6570\u8fc7\u591a\uff0c\u65e0\u6cd5\u5f00\u542f\u7aef\u5230\u7aef\u52a0\u5bc6\u3002",e2eeLabel:"\u5f00\u542f\u7aef\u5230\u7aef\u52a0\u5bc6",e2eeWarning:"\u8b66\u544a\uff1a\u672c\u6b21\u4f1a\u8bae\u4e2d\u5e76\u4e0d\u662f\u6240\u6709\u7684\u53c2\u4f1a\u8005\u90fd\u652f\u6301\u7aef\u5230\u7aef\u52a0\u5bc6\u3002\u5982\u679c\u542f\u7528\u5b83\uff0c\u4ed6\u4eec\u5c06\u65e0\u6cd5\u770b\u5230\u6216\u542c\u5230\u4f60\u3002",e2eeWillDisableDueToMaxModeDescription:"\u8b66\u544a\uff1a\u5982\u679c\u6709\u66f4\u591a\u4eba\u52a0\u5165\u4f1a\u8bae\uff0c\u7aef\u5230\u7aef\u52a0\u5bc6\u5c06\u81ea\u52a8\u7981\u7528\u3002",embedMeeting:"\u5d4c\u5165\u4f1a\u8bae",enterDisplayName:"\u8bf7\u5728\u6b64\u8f93\u5165\u4f60\u7684\u540d\u5b57",error:"\u9519\u8bef",gracefulShutdown:"\u6211\u4eec\u7684\u670d\u52a1\u76ee\u524d\u6b63\u5728\u7ef4\u62a4\u4e2d\uff0c\u8bf7\u7a0d\u540e\u518d\u8bd5\u3002",grantModeratorDialog:"\u4f60\u786e\u5b9a\u8981\u6388\u4e88{{participantName}}\u4e3b\u6301\u4eba\u6743\u9650\u5417\uff1f",grantModeratorTitle:"\u6388\u4e88\u4e3b\u6301\u4eba\u6743\u9650",hide:"\u9690\u85cf",hideShareAudioHelper:"\u4e0d\u8981\u518d\u663e\u793a",incorrectPassword:"\u7528\u6237\u540d\u6216\u8005\u5bc6\u7801\u4e0d\u6b63\u786e",incorrectRoomLockPassword:"\u5bc6\u7801\u4e0d\u6b63\u786e",internalError:"\u54ce\u5440\uff01\u51fa\u73b0\u4e86\u70b9\u95ee\u9898\uff0c\u53d1\u751f\u9519\u8bef\uff1a{{error}}",internalErrorTitle:"\u5185\u90e8\u9519\u8bef",kickMessage:"\u4f60\u53ef\u4ee5\u8054\u7cfb{{participantDisplayName}}\u83b7\u53d6\u66f4\u591a\u8be6\u7ec6\u4fe1\u606f\u3002",kickParticipantButton:"\u79fb\u9664",kickParticipantDialog:"\u4f60\u786e\u5b9a\u4f60\u8981\u79fb\u9664\u8fd9\u4f4d\u53c2\u4f1a\u8005\u5417\uff1f",kickParticipantTitle:"\u79fb\u9664\u8fd9\u4f4d\u53c2\u4f1a\u8005\uff1f",kickTitle:"{{participantDisplayName}}\u5c06\u4f60\u4ece\u4f1a\u8bae\u4e2d\u79fb\u9664",linkMeeting:"\u5173\u8054\u4f1a\u8bae",linkMeetingTitle:"\u5c06\u4f1a\u8bae\u94fe\u63a5\u5230Salesforce",liveStreaming:"\u76f4\u64ad\u4e2d",liveStreamingDisabledBecauseOfActiveRecordingTooltip:"\u6b63\u5728\u5f55\u5236\u4e2d\uff0c\u65e0\u6cd5\u5f00\u542f",localUserControls:"\u672c\u5730\u7528\u6237\u63a7\u5236",lockMessage:"\u9501\u5b9a\u4f1a\u8bae\u5931\u8d25\u3002",lockRoom:"\u6dfb\u52a0\u4f1a\u8bae$t(lockRoomPasswordUppercase)",lockTitle:"\u9501\u5b9a\u5931\u8d25",login:"\u767b\u5f55",loginQuestion:"\u4f60\u786e\u5b9a\u8981\u767b\u5f55\u5e76\u79bb\u5f00\u4f1a\u8bae\u5417\uff1f",logoutQuestion:"\u4f60\u786e\u5b9a\u8981\u6ce8\u9500\u5e76\u79bb\u5f00\u4f1a\u8bae\u5417\uff1f",logoutTitle:"\u6ce8\u9500",maxUsersLimitReached:"\u53c2\u4f1a\u4eba\u6570\u5df2\u8fbe\u4e0a\u9650\uff0c\u8bf7\u4e0e\u4f1a\u8bae\u6240\u6709\u8005\u8054\u7cfb\u6216\u7a0d\u540e\u518d\u8bd5\uff01",maxUsersLimitReachedTitle:"\u53c2\u4f1a\u4eba\u6570\u5df2\u8fbe\u4e0a\u9650",micConstraintFailedError:"\u4f60\u7684\u9ea6\u514b\u98ce\u4e0d\u7b26\u5408\u8981\u6c42\u3002",micNotFoundError:"\u672a\u627e\u5230\u9ea6\u514b\u98ce",micNotSendingData:"\u5728\u4f60\u7684\u7535\u8111\u8bbe\u7f6e\u4e2d\uff0c\u53d6\u6d88\u9ea6\u514b\u98ce\u9759\u97f3\u5e76\u8c03\u6574\u97f3\u91cf",micNotSendingDataTitle:"\u4f60\u7684\u9ea6\u514b\u98ce\u5728\u7cfb\u7edf\u8bbe\u7f6e\u4e2d\u4e3a\u9759\u97f3",micPermissionDeniedError:"\u4f60\u672a\u6388\u4e88\u9ea6\u514b\u98ce\u7684\u6743\u9650\uff0c\u867d\u7136\u53ef\u4ee5\u7ee7\u7eed\u52a0\u5165\u4f1a\u8bae\u4f46\u5176\u4ed6\u4eba\u5c06\u542c\u4e0d\u5230\u4f60\u7684\u58f0\u97f3\uff0c\u4f7f\u7528\u5730\u5740\u680f\u91cc\u7684\u6444\u50cf\u5934\u6309\u94ae\u5373\u53ef\u89e3\u51b3\u6b64\u95ee\u9898\u3002",micTimeoutError:"\u65e0\u6cd5\u5f00\u542f\u97f3\u9891\u8bbe\u5907\uff0c\u53d1\u751f\u8d85\u65f6\uff01",micUnknownError:"\u7531\u4e8e\u672a\u77e5\u539f\u56e0\uff0c\u65e0\u6cd5\u4f7f\u7528\u9ea6\u514b\u98ce\u3002",moderationAudioLabel:"\u5141\u8bb8\u53c2\u4f1a\u8005\u81ea\u5df1\u89e3\u9664\u9759\u97f3",moderationVideoLabel:"\u5141\u8bb8\u53c2\u4f1a\u8005\u81ea\u5df1\u5f00\u542f\u89c6\u9891",muteEveryoneDialog:"\u53c2\u4f1a\u8005\u53ef\u4ee5\u5728\u4efb\u4f55\u65f6\u5019\u89e3\u9664\u81ea\u5df1\u7684\u9759\u97f3\u3002",muteEveryoneDialogModerationOn:"\u53c2\u4f1a\u8005\u53ef\u4ee5\u5728\u4efb\u4f55\u65f6\u5019\u8bf7\u6c42\u53d1\u8a00\u3002",muteEveryoneElseDialog:"\u9759\u97f3\u540e\uff0c\u4f60\u5c06\u65e0\u6cd5\u4e3a\u5176\u89e3\u9664\u9759\u97f3\uff0c\u4f46\u662f\u4ed6\u4eec\u53ef\u4ee5\u968f\u65f6\u89e3\u9664\u81ea\u5df1\u7684\u9759\u97f3\u3002",muteEveryoneElseTitle:"\u9664\u4e86{{whom}}\u4ee5\u5916\u7684\u5c06\u6240\u6709\u4eba\u9759\u97f3\uff1f",muteEveryoneElsesVideoDialog:"\u4e00\u65e6\u5173\u95ed\uff0c\u4f60\u5c06\u65e0\u6cd5\u91cd\u65b0\u5f00\u542f\u4ed6\u4eec\u7684\u6444\u50cf\u5934\uff0c\u4f46\u4ed6\u4eec\u968f\u65f6\u53ef\u4ee5\u91cd\u65b0\u5f00\u542f\u3002",muteEveryoneElsesVideoTitle:"\u9664\u4e86{{whom}}\u4ee5\u5916\uff0c\u5173\u95ed\u6240\u6709\u4eba\u7684\u6444\u50cf\u5934\uff1f",muteEveryoneSelf:"\u4f60\u81ea\u5df1",muteEveryoneStartMuted:"\u73b0\u5728\u6240\u6709\u4eba\u90fd\u5df2\u9759\u97f3",muteEveryoneTitle:"\u9759\u97f3\u6240\u6709\u4eba\uff1f",muteEveryonesVideoDialog:"\u53c2\u4f1a\u8005\u53ef\u4ee5\u968f\u65f6\u5f00\u542f\u4ed6\u4eec\u7684\u6444\u50cf\u5934",muteEveryonesVideoDialogModerationOn:"\u53c2\u4f1a\u8005\u53ef\u4ee5\u968f\u65f6\u8bf7\u6c42\u5f00\u542f\u4ed6\u4eec\u7684\u6444\u50cf\u5934",muteEveryonesVideoDialogOk:"\u5173\u95ed",muteEveryonesVideoTitle:"\u5173\u95ed\u6240\u6709\u4eba\u7684\u6444\u50cf\u5934\uff1f",muteParticipantBody:"\u4f60\u5c06\u65e0\u6cd5\u4e3a\u4ed6\u4eec\u89e3\u9664\u9759\u97f3\uff0c\u4f46\u662f\u4ed6\u4eec\u53ef\u4ee5\u968f\u65f6\u89e3\u9664\u81ea\u5df1\u7684\u9759\u97f3\u3002",muteParticipantButton:"\u9759\u97f3",muteParticipantsVideoBody:"\u4f60\u65e0\u6cd5\u91cd\u65b0\u5f00\u542f\u6444\u50cf\u5934\uff0c\u4f46\u4ed6\u4eec\u968f\u65f6\u53ef\u4ee5\u91cd\u65b0\u5f00\u542f\u3002",muteParticipantsVideoBodyModerationOn:"\u4f60\u548c\u4ed6\u4eec\u90fd\u65e0\u6cd5\u91cd\u65b0\u5f00\u542f\u6444\u50cf\u5934",muteParticipantsVideoButton:"\u5173\u95ed\u6444\u50cf\u5934",muteParticipantsVideoDialog:"\u4f60\u786e\u5b9a\u8981\u7981\u7528\u8fd9\u4e2a\u53c2\u4f1a\u8005\u7684\u6444\u50cf\u5934\u5417\uff1f\u4f60\u5c06\u65e0\u6cd5\u91cd\u65b0\u5f00\u542f\u4ed6\u4eec\u7684\u6444\u50cf\u5934\uff0c\u4f46\u4ed6\u4eec\u968f\u65f6\u53ef\u4ee5\u91cd\u65b0\u5f00\u542f\u3002",muteParticipantsVideoDialogModerationOn:"\u4f60\u786e\u5b9a\u8981\u7981\u7528\u8fd9\u4e2a\u53c2\u4f1a\u8005\u7684\u6444\u50cf\u5934\u5417\uff1f\u4f60\u548c\u4ed6\u4eec\u90fd\u65e0\u6cd5\u518d\u5f00\u6253\u6444\u50cf\u5934\u3002",muteParticipantsVideoTitle:"\u5173\u95ed\u8fd9\u4e2a\u53c2\u4f1a\u8005\u7684\u6444\u50cf\u5934\uff1f",noDropboxToken:"\u6ca1\u6709\u6709\u6548\u7684Dropbox token",password:"\u5bc6\u7801",passwordLabel:"\u8be5\u4f1a\u8bae\u5df2\u88ab\u4e00\u4f4d\u4e0e\u4f1a\u8005\u9501\u5b9a\uff0c\u8bf7\u8f93\u5165$t(lockRoomPassword)\u6765\u52a0\u5165\u3002",passwordNotSupported:"\u4e0d\u652f\u6301\u8bbe\u7f6e\u4f1a\u8bae$t(lockRoomPassword)\u3002",passwordNotSupportedTitle:"\u4e0d\u652f\u6301$t(lockRoomPasswordUppercase)",passwordRequired:"\u9700\u8981$t(lockRoomPasswordUppercase)",permissionCameraRequiredError:"\u53c2\u52a0\u89c6\u9891\u4f1a\u8bae\u9700\u8981\u5f00\u542f\u6444\u50cf\u5934\uff0c\u8bf7\u5728\u8bbe\u7f6e\u4e2d\u6388\u4e88\u4f7f\u7528\u6743",permissionErrorTitle:"\u9700\u8981\u6743\u9650",permissionMicRequiredError:"\u53c2\u52a0\u97f3\u9891\u4f1a\u8bae\u9700\u8981\u5f00\u542f\u9ea6\u514b\u98ce\uff0c\u8bf7\u5728\u8bbe\u7f6e\u4e2d\u6388\u4e88\u4f7f\u7528\u6743",readMore:"\u66f4\u591a",recentlyUsedObjects:"\u4f60\u6700\u8fd1\u4f7f\u7528\u7684\u5bf9\u8c61",recording:"\u5f55\u5236\u4e2d",recordingDisabledBecauseOfActiveLiveStreamingTooltip:"\u76f4\u64ad\u65f6\u65e0\u6cd5\u4f7f\u7528",rejoinNow:"\u9a6c\u4e0a\u91cd\u65b0\u52a0\u5165",remoteControlAllowedMessage:"{{user}}\u63a5\u53d7\u4e86\u4f60\u7684\u8fdc\u7a0b\u63a7\u5236\u8bf7\u6c42\uff01",remoteControlDeniedMessage:"{{user}}\u62d2\u7edd\u4e86\u4f60\u7684\u8fdc\u7a0b\u63a7\u5236\u8bf7\u6c42\uff01",remoteControlErrorMessage:"\u5c1d\u8bd5\u5411{{user}}\u8bf7\u6c42\u8fdc\u7a0b\u63a7\u5236\u6743\u9650\u65f6\u53d1\u751f\u4e86\u9519\u8bef\uff01",remoteControlRequestMessage:"\u4f60\u662f\u5426\u5141\u8bb8{{user}}\u8fdc\u7a0b\u63a7\u5236\u4f60\u7684\u684c\u9762\u5417?",remoteControlShareScreenWarning:"\u8bf7\u6ce8\u610f\uff1a\u5982\u679c\u6309\u4e0b\u201c\u5141\u8bb8\u201d\u4f60\u5c06\u4f1a\u5171\u4eab\u4f60\u7684\u5c4f\u5e55\uff01",remoteControlStopMessage:"\u8fdc\u7a0b\u63a7\u5236\u4f1a\u8bdd\u7ed3\u675f\uff01",remoteControlTitle:"\u8fdc\u7a0b\u684c\u9762\u63a7\u5236",remoteUserControls:"{{username}}\u7684\u8fdc\u7a0b\u7528\u6237\u63a7\u5236",removePassword:"\u79fb\u9664$t(lockRoomPassword)",removeSharedVideoMsg:"\u4f60\u786e\u5b9a\u8981\u79fb\u9664\u5206\u4eab\u7684\u89c6\u9891\u5417\uff1f",removeSharedVideoTitle:"\u79fb\u9664\u5171\u4eab\u7684\u89c6\u9891",renameBreakoutRoomLabel:"\u5206\u7ec4\u8ba8\u8bba\u5ba4\u540d\u79f0",renameBreakoutRoomTitle:"\u91cd\u547d\u540d\u5206\u7ec4\u8ba8\u8bba\u5ba4",reservationError:"\u9884\u5b9a\u7cfb\u7edf\u9519\u8bef",reservationErrorMsg:"\u9519\u8bef\u4ee3\u7801\uff1a{{code}}\uff0c\u63d0\u793a\u4fe1\u606f\uff1a{{msg}}",retry:"\u91cd\u8bd5",screenSharingAudio:"\u5171\u4eab\u97f3\u9891",screenSharingFailed:"\u53d1\u751f\u4e86\u9519\u8bef\uff0c\u6211\u4eec\u65e0\u6cd5\u542f\u52a8\u5171\u4eab\u5c4f\u5e55\uff01",screenSharingFailedTitle:"\u5171\u4eab\u5c4f\u5e55\u5931\u8d25!",screenSharingPermissionDeniedError:"\u4f60\u7684\u5c4f\u5e55\u5171\u4eab\u6743\u9650\u51fa\u4e86\u95ee\u9898\uff0c\u8bf7\u5237\u65b0\u9875\u9762\u5e76\u91cd\u8bd5\u3002",searchInSalesforce:"\u5728Salesforce\u4e2d\u641c\u7d22",searchResults:"\u641c\u7d22\u7ed3\u679c\uff08{{count}}\uff09",searchResultsDetailsError:"\u68c0\u7d22\u6240\u6709\u8005\u6570\u636e\u65f6\u51fa\u4e86\u95ee\u9898\u3002",searchResultsError:"\u68c0\u7d22\u6570\u636e\u65f6\u51fa\u4e86\u95ee\u9898\u3002",searchResultsNotFound:"\u6ca1\u6709\u627e\u5230\u641c\u7d22\u7ed3\u679c\u3002",searchResultsTryAgain:"\u8bf7\u5c1d\u8bd5\u4f7f\u7528\u5176\u4ed6\u7684\u5173\u952e\u8bcd\u3002",sendPrivateMessage:"\u4f60\u6700\u8fd1\u6536\u5230\u4e00\u6761\u79c1\u4eba\u4fe1\u606f\uff0c\u4f60\u662f\u6253\u7b97\u79c1\u804a\u56de\u590d\uff0c\u8fd8\u662f\u628a\u4fe1\u606f\u53d1\u5230\u7fa4\u91cc\uff1f",sendPrivateMessageCancel:"\u53d1\u5230\u7fa4\u91cc",sendPrivateMessageOk:"\u79c1\u4fe1\u56de\u590d",sendPrivateMessageTitle:"\u79c1\u4fe1\u56de\u590d\uff1f",serviceUnavailable:"\u670d\u52a1\u4e0d\u53ef\u7528",sessTerminated:"\u901a\u8bdd\u5df2\u7ed3\u675f",sessionRestarted:"\u7531\u4e8e\u8fde\u63a5\u95ee\u9898\uff0c\u547c\u53eb\u91cd\u65b0\u542f\u52a8\u3002",shareAudio:"\u7ee7\u7eed",shareAudioTitle:"\u5982\u4f55\u5206\u4eab\u97f3\u9891",shareAudioWarningD1:"\u4f60\u9700\u8981\u5728\u5206\u4eab\u4f60\u7684\u97f3\u9891\u4e4b\u524d\u505c\u6b62\u5171\u4eab\u5c4f\u5e55\u3002",shareAudioWarningD2:"\u4f60\u9700\u8981\u91cd\u65b0\u542f\u52a8\u4f60\u7684\u5171\u4eab\u5c4f\u5e55\u5e76\u52fe\u9009\u201c\u5171\u4eab\u97f3\u9891\u201d\u3002",shareAudioWarningH1:"\u5982\u679c\u4f60\u53ea\u60f3\u5206\u4eab\u97f3\u9891\uff1a",shareAudioWarningTitle:"\u5728\u5171\u4eab\u97f3\u9891\u4e4b\u524d\uff0c\u4f60\u9700\u8981\u505c\u6b62\u5171\u4eab\u5c4f\u5e55",shareMediaWarningGenericH2:"\u5982\u679c\u4f60\u60f3\u5171\u4eab\u4f60\u7684\u5c4f\u5e55\u548c\u97f3\u9891",shareScreenWarningD1:"\u4f60\u9700\u8981\u5728\u5171\u4eab\u4f60\u7684\u5c4f\u5e55\u4e4b\u524d\u505c\u6b62\u5171\u4eab\u97f3\u9891\u3002",shareScreenWarningD2:"\u4f60\u9700\u8981\u505c\u6b62\u97f3\u9891\u5171\u4eab\u540e\uff0c\u91cd\u65b0\u542f\u52a8\u4f60\u7684\u5171\u4eab\u5c4f\u5e55\u5e76\u52fe\u9009\u201c\u5171\u4eab\u97f3\u9891\u201d\u3002",shareScreenWarningH1:"\u5982\u679c\u4f60\u53ea\u60f3\u5171\u4eab\u5c4f\u5e55\uff1a",shareScreenWarningTitle:"\u5728\u5171\u4eab\u4f60\u7684\u5c4f\u5e55\u4e4b\u524d\uff0c\u4f60\u9700\u8981\u505c\u6b62\u5171\u4eab\u97f3\u9891",shareVideoLinkError:"\u8bf7\u63d0\u4f9b\u6b63\u786e\u7684\u89c6\u9891\u94fe\u63a5\u3002",shareVideoTitle:"\u5206\u4eab\u89c6\u9891",shareYourScreen:"\u5171\u4eab\u4f60\u7684\u5c4f\u5e55",shareYourScreenDisabled:"\u5171\u4eab\u5c4f\u5e55\u5df2\u7981\u7528\u3002",sharedVideoDialogError:"\u9519\u8bef\uff1a\u7f51\u5740\u65e0\u6548",sharedVideoLinkPlaceholder:"YouTube\u6216\u89c6\u9891\u94fe\u63a5",show:"\u663e\u793a",start:"\u5f00\u59cb",startLiveStreaming:"\u5f00\u59cb\u76f4\u64ad",startRecording:"\u5f00\u59cb\u5f55\u5236",startRemoteControlErrorMessage:"\u5c1d\u8bd5\u542f\u52a8\u8fdc\u7a0b\u63a7\u5236\u4f1a\u8bdd\u65f6\u51fa\u9519\uff01",stopLiveStreaming:"\u505c\u6b62\u76f4\u64ad",stopRecording:"\u505c\u6b62\u5f55\u5236",stopRecordingWarning:"\u786e\u5b9a\u8981\u505c\u6b62\u5f55\u5236\u5417",stopStreamingWarning:"\u786e\u5b9a\u8981\u505c\u6b62\u76f4\u64ad\u5417\uff1f",streamKey:"\u76f4\u64ad\u5bc6\u94a5",thankYou:"\u611f\u8c22\u4f60\u4f7f\u7528{{appName}}\uff01",token:"token",tokenAuthFailed:"\u62b1\u6b49\uff0c\u4f60\u65e0\u6cd5\u52a0\u5165\u6b64\u901a\u8bdd\u3002",tokenAuthFailedReason:{audInvalid:"\u65e0\u6548\u7684`aud`\u503c\uff0c\u5e94\u4e3a`jitsi`\u3002",contextNotFound:"\u8f7d\u8377\u4e2d\u7f3a\u5c11`context`\u5bf9\u8c61\u3002",expInvalid:"`exp`\u503c\u65e0\u6548\u3002",featureInvalid:"\u65e0\u6548\u7684\u529f\u80fd\uff1a{{feature}}\uff0c\u5f88\u53ef\u80fd\u5c1a\u672a\u5b9e\u73b0\u3002",featureValueInvalid:"\u529f\u80fd {{feature}} \u7684\u503c\u65e0\u6548\u3002",featuresNotFound:"\u8f7d\u8377\u4e2d\u7f3a\u5c11`features`\u5bf9\u8c61\u3002",headerNotFound:"\u7f3a\u5c11\u6807\u5934\u3002",issInvalid:"`iss`\u503c\u65e0\u6548\uff0c\u5e94\u4e3a`chat`\u3002",kidMismatch:"\u5bc6\u94a5ID\uff08kid\uff09\u4e0e\u5b50\u9879\u4e0d\u5339\u914d\u3002",kidNotFound:"\u7f3a\u5c11\u5bc6\u94a5ID\uff08kid\uff09\u3002",nbfFuture:"`nbf`\u503c\u5728\u672a\u6765\u3002",nbfInvalid:"`nbf`\u503c\u65e0\u6548",payloadNotFound:"\u7f3a\u5c11\u6709\u6548\u8f7d\u8377\u3002",tokenExpired:"Token\u5df2\u8fc7\u671f\u3002"},tokenAuthFailedTitle:"\u9a8c\u8bc1\u5931\u8d25",tokenAuthFailedWithReasons:"\u62b1\u6b49\uff0c\u4f60\u65e0\u6cd5\u52a0\u5165\u6b64\u901a\u8bdd\uff0c\u539f\u56e0\uff1a",tokenAuthUnsupported:"Token\u5730\u5740\u4e0d\u652f\u6301",transcribing:"\u8f6c\u5f55\u4e2d",unlockRoom:"\u79fb\u9664\u4f1a\u8bae$t(lockRoomPassword)",user:"\u7528\u6237",userIdentifier:"\u7528\u6237ID",userPassword:"\u7528\u6237\u5bc6\u7801",verifyParticipantConfirm:"\u5b83\u4eec\u5339\u914d",verifyParticipantDismiss:"\u5b83\u4eec\u4e0d\u5339\u914d",verifyParticipantQuestion:"\u5b9e\u9a8c\u6027\u529f\u80fd\uff1a\u8be2\u95ee\u53c2\u4f1a\u8005 {{participantName}} \u662f\u5426\u5728\u76f8\u540c\u7684\u987a\u5e8f\u4e2d\u770b\u5230\u76f8\u540c\u7684\u5185\u5bb9\u3002",verifyParticipantTitle:"\u7528\u6237\u9a8c\u8bc1",videoLink:"\u89c6\u9891\u94fe\u63a5",viewUpgradeOptions:"\u67e5\u770b\u5347\u7ea7\u9009\u9879",viewUpgradeOptionsContent:"\u8981\u83b7\u53d6\u65e0\u9650\u5236\u7684\u9ad8\u7ea7\u529f\u80fd\uff0c\u5982\u5f55\u5236\u3001\u8f6c\u5f55\u3001RTMP \u6d41\u7b49\uff0c\u8bf7\u5347\u7ea7\u4f60\u7684\u8ba1\u5212\u3002",viewUpgradeOptionsTitle:"\u4f60\u53d1\u73b0\u4e86\u9ad8\u7ea7\u7248\u529f\u80fd!",yourEntireScreen:"\u4f60\u7684\u6574\u4e2a\u5c4f\u5e55"},documentSharing:{title:"\u6587\u4ef6\u4f20\u8f93"},e2ee:{labelToolTip:"\u672c\u6b21\u901a\u8bdd\u4e2d\u7684\u8bed\u97f3\u548c\u89c6\u9891\u5df2\u91c7\u7528\u7aef\u5230\u7aef\u52a0\u5bc6"},embedMeeting:{title:"\u5d4c\u5165\u6b64\u4f1a\u8bae"},feedback:{accessibilityLabel:{yourChoice:"\u4f60\u7684\u9009\u62e9\uff1a{{rating}}"},average:"\u4e00\u822c",bad:"\u5dee",detailsLabel:"\u544a\u8bc9\u6211\u4eec\u66f4\u591a\u4fe1\u606f\u3002",good:"\u597d",rateExperience:"\u8bc4\u4ef7\u4f60\u7684\u4f1a\u8bae\u4f53\u9a8c",star:"\u661f",veryBad:"\u975e\u5e38\u5dee",veryGood:"\u975e\u5e38\u597d"},filmstrip:{accessibilityLabel:{heading:"\u89c6\u9891\u7f29\u7565\u56fe"}},giphy:{noResults:"\u6ca1\u6709\u627e\u5230\u7ed3\u679c(\u0c20\u0c4d\u0c20 \u02d3\u032d \u0c20\u0c4d\u0c20)",search:"\u641c\u7d22GIPHY"},incomingCall:{answer:"\u63a5\u542c",audioCallTitle:"\u547c\u5165\u901a\u8bdd",decline:"\u62d2\u542c",productLabel:"\u6765\u81ea Jitsi Meet",videoCallTitle:"\u547c\u5165\u89c6\u9891\u901a\u8bdd"},info:{accessibilityLabel:"\u663e\u793a\u4fe1\u606f",addPassword:"\u6dfb\u52a0$t(lockRoomPassword)",cancelPassword:"\u53d6\u6d88$t(lockRoomPassword)",conferenceURL:"\u94fe\u63a5\uff1a",copyNumber:"\u590d\u5236\u53f7\u7801",country:"\u56fd\u5bb6",dialANumber:"\u8981\u52a0\u5165\u4f1a\u8bae\uff0c\u8bf7\u62e8\u6253\u4ee5\u4e0b\u53f7\u7801\uff0c\u7136\u540e\u8f93\u5165 PIN \u7801\u3002",dialInConferenceID:"\u5bc6\u7801\uff1a",dialInNotSupported:"\u62b1\u6b49\uff0c\u76ee\u524d\u4e0d\u652f\u6301\u7535\u8bdd\u52a0\u5165\u3002",dialInNumber:"\u62e8\u5165\u53f7\u7801\uff1a",dialInSummaryError:"\u83b7\u53d6\u62e8\u5165\u4fe1\u606f\u65f6\u51fa\u9519\u3002\u8bf7\u7a0d\u540e\u91cd\u8bd5\u3002",dialInTollFree:"\u514d\u8d39\u62e8\u5165",genericError:"\u7cdf\u7cd5\uff01\u51fa\u9519\u4e86\u3002",inviteLiveStream:"\u82e5\u8981\u67e5\u770b\u6b64\u4f1a\u8bae\u7684\u76f4\u64ad\uff0c\u8bf7\u5355\u51fb\u6b64\u94fe\u63a5\uff1a{{url}}",invitePhone:"\u5982\u679c\u60f3\u901a\u8fc7\u7535\u8bdd\u52a0\u5165\uff0c\u8bf7\u62e8\u6253\uff1a{{number}},,{{conferenceID}}#\n",invitePhoneAlternatives:"\u9700\u8981\u5176\u4ed6\u62e8\u5165\u53f7\u7801\uff1f\n\u8be6\u89c1\u4f1a\u8bae\u62e8\u53f7\uff1a{{url}}\n\n\n\u5982\u679c\u901a\u8fc7\u7535\u8bdd\u62e8\u5165\uff0c\u8bf7\u52a0\u5165\u4f1a\u8bae\u4f46\u4e0d\u8981\u8fde\u63a5\u97f3\u9891\uff1a{{silentUrl}}",inviteSipEndpoint:"\u5982\u8981\u4f7f\u7528SIP\u5730\u5740\u52a0\u5165\uff0c\u8bf7\u8f93\u5165\uff1a{{sipUri}}",inviteTextiOSInviteUrl:"\u70b9\u51fb\u4ee5\u4e0b\u94fe\u63a5\u52a0\u5165\u4f1a\u8bae\uff1a{{inviteUrl}}\u3002",inviteTextiOSJoinSilent:"\u5982\u679c\u4f60\u662f\u7535\u8bdd\u62e8\u53f7\u52a0\u5165\uff0c\u8bf7\u4f7f\u7528\u6b64\u94fe\u63a5\u52a0\u5165\u4f1a\u8bae\u4f46\u4e0d\u8981\u8fde\u63a5\u97f3\u9891\uff1a{{silentUrl}}\u3002",inviteTextiOSPersonal:"{{name}}\u9080\u8bf7\u4f60\u52a0\u5165\u4f1a\u8bae\u3002",inviteTextiOSPhone:"\u5982\u8981\u901a\u8fc7\u7535\u8bdd\u52a0\u5165\uff0c\u8bf7\u62e8\u6253\u8fd9\u4e2a\u53f7\u7801\uff1a{{number}},,{{conferenceID}}#\u3002\u5982\u679c\u9700\u8981\u5176\u4ed6\u53f7\u7801\uff0c\u4ee5\u4e0b\u662f\u5b8c\u6574\u5217\u8868\uff1a{{didUrl}}\u3002",inviteURLFirstPartGeneral:"\u4f60\u88ab\u9080\u8bf7\u52a0\u5165\u4f1a\u8bae\u3002",inviteURLFirstPartPersonal:"{{name}}\u6b63\u5728\u9080\u8bf7\u4f60\u52a0\u5165\u4f1a\u8bae\u3002\n",inviteURLSecondPart:"\n\u52a0\u5165\u4f1a\u8bae\uff1a\n{{url}}\n",label:"\u62e8\u5165\u4fe1\u606f",liveStreamURL:"\u76f4\u64ad\u94fe\u63a5\uff1a",moreNumbers:"\u66f4\u591a\u53f7\u7801",noNumbers:"\u65e0\u547c\u5165\u53f7\u7801\u3002",noPassword:"\u65e0",noRoom:"\u6ca1\u6709\u6307\u5b9a\u8981\u547c\u5165\u7684\u4f1a\u8bae\u5ba4\u3002",numbers:"\u62e8\u5165\u53f7\u7801",password:"$t(lockRoomPasswordUppercase)\uff1a",reachedLimit:"\u4f60\u5df2\u8fbe\u5230\u5957\u9910\u9650\u5236\u3002",sip:"SIP\u5730\u5740",title:"\u5206\u4eab",tooltip:"\u5206\u4eab\u6b64\u4f1a\u8bae\u7684\u94fe\u63a5\u548c\u62e8\u5165\u4fe1\u606f",upgradeOptions:"\u8bf7\u67e5\u770b\u5347\u7ea7\u9009\u9879\u4e8e"},inlineDialogFailure:{msg:"\u6211\u4eec\u4f3c\u4e4e\u51fa\u4e86\u70b9\u5c0f\u95ee\u9898\u3002",retry:"\u91cd\u8bd5",support:"\u652f\u6301",supportMsg:"\u5982\u679c\u8fd9\u79cd\u60c5\u51b5\u6301\u7eed\u53d1\u751f\uff0c\u8bf7\u8054\u7cfb"},inviteDialog:{alertText:"\u4e2a\u522b\u53c2\u4f1a\u8005\u9080\u8bf7\u5931\u8d25\u3002",header:"\u9080\u8bf7",searchCallOnlyPlaceholder:"\u8f93\u5165\u7535\u8bdd\u53f7\u7801",searchPeopleOnlyPlaceholder:"\u67e5\u627e\u53c2\u4f1a\u8005",searchPlaceholder:"\u53c2\u4f1a\u8005\u6216\u7535\u8bdd\u53f7\u7801",send:"\u53d1\u9001"},jitsiHome:"{{logo}}\u7684logo\uff0c\u8df3\u8f6c\u5230\u4e3b\u9875",keyboardShortcuts:{focusLocal:"\u805a\u7126\u81ea\u5df1\u7684\u89c6\u9891",focusRemote:"\u805a\u7126\u4ed6\u4eba\u7684\u89c6\u9891",fullScreen:"\u67e5\u770b\u6216\u9000\u51fa\u5168\u5c4f",giphyMenu:"\u5207\u6362GIPHY\u83dc\u5355",keyboardShortcuts:"\u5feb\u6377\u952e",localRecording:"\u663e\u793a\u6216\u9690\u85cf\u672c\u5730\u5f55\u5236\u63a7\u5236",mute:"\u9759\u97f3\u6216\u89e3\u9664\u9759\u97f3",pushToTalk:"\u6309\u4f4f\u8bf4\u8bdd",raiseHand:"\u4e3e\u624b\u6216\u653e\u4e0b",showSpeakerStats:"\u67e5\u770b\u626c\u58f0\u5668\u72b6\u6001",toggleChat:"\u6253\u5f00\u6216\u5173\u95ed\u804a\u5929",toggleFilmstrip:"\u663e\u793a\u6216\u9690\u85cf\u89c6\u9891\u7f29\u7565\u56fe",toggleParticipantsPane:"\u663e\u793a\u6216\u9690\u85cf\u53c2\u4f1a\u8005\u9762\u677f",toggleScreensharing:"\u5728\u6444\u50cf\u5934\u548c\u5171\u4eab\u5c4f\u5e55\u4e4b\u95f4\u5207\u6362",toggleShortcuts:"\u663e\u793a\u6216\u9690\u85cf\u5feb\u6377\u952e",videoMute:"\u5f00\u542f\u6216\u5173\u95ed\u4f60\u7684\u6444\u50cf\u5934"},largeVideo:{screenIsShared:"\u4f60\u6b63\u5728\u5171\u4eab\u4f60\u7684\u5c4f\u5e55",showMeWhatImSharing:"\u8ba9\u6211\u770b\u770b\u6211\u6b63\u5728\u5171\u4eab\u4ec0\u4e48"},liveStreaming:{busy:"\u6211\u4eec\u6b63\u5728\u91ca\u653e\u76f4\u64ad\u8d44\u6e90\uff0c\u8bf7\u51e0\u5206\u949f\u540e\u518d\u8bd5\u3002",busyTitle:"\u6240\u6709\u7684\u76f4\u64ad\u8bbe\u5907\u6b63\u5fd9",changeSignIn:"\u5207\u6362\u5e10\u53f7",choose:"\u9009\u62e9\u76f4\u64ad",chooseCTA:"\u8bf7\u9009\u62e9\u76f4\u64ad\u9009\u9879\uff0c\u4f60\u76ee\u524d\u662f\u4ee5{{email}}\u7684\u8eab\u4efd\u767b\u5f55\u3002",enterStreamKey:"\u5728\u6b64\u8f93\u5165\u4f60\u7684YouTube\u76f4\u64ad\u7801\u3002",error:"\u76f4\u64ad\u5931\u8d25\uff0c\u8bf7\u91cd\u8bd5\u3002",errorAPI:"\u5728\u8bbf\u95ee\u4f60\u7684YouTube\u76f4\u64ad\u65f6\u53d1\u751f\u9519\u8bef\uff0c\u8bf7\u91cd\u65b0\u767b\u5f55\u3002",errorLiveStreamNotEnabled:" {{email}}\u4e0a\u7684\u76f4\u64ad\u672a\u5f00\u542f\uff0c\u8bf7\u5f00\u542f\u76f4\u64ad\u6216\u767b\u5f55\u5f00\u542f\u76f4\u64ad\u7684\u5e10\u53f7\u3002",expandedOff:"\u76f4\u64ad\u5df2\u88ab\u5173\u95ed",expandedOn:"\u4f1a\u8bae\u5f53\u524d\u6b63\u5728YouTube\u4e0a\u76f4\u64ad\u3002",expandedPending:"\u76f4\u64ad\u542f\u52a8\u4e2d\u2026\u2026",failedToStart:"\u76f4\u64ad\u670d\u52a1\u542f\u52a8\u5931\u8d25",getStreamKeyManually:"\u6211\u4eec\u65e0\u6cd5\u83b7\u53d6\u4efb\u4f55\u76f4\u64ad\uff0c\u8bf7\u5c1d\u8bd5\u4eceYouTube\u83b7\u53d6\u4f60\u7684\u76f4\u64ad\u7801\u3002",googlePrivacyPolicy:"Google \u9690\u79c1\u6743\u653f\u7b56",inProgress:"\u5f55\u5236\u6216\u76f4\u64ad\u6b63\u5728\u8fdb\u884c\u4e2d",invalidStreamKey:"\u76f4\u64ad\u7801\u53ef\u80fd\u4e0d\u6b63\u786e\u3002",limitNotificationDescriptionNative:"\u4f60\u7684\u76f4\u64ad\u5c06\u88ab\u9650\u5236\u5728{{limit}}\u5206\u949f\u4e4b\u5185\uff0c\u5982\u9700\u4e0d\u53d7\u9650\u7684\u76f4\u64ad\uff0c\u8bf7\u4f7f\u7528{{app}}\u3002",limitNotificationDescriptionWeb:"\u7531\u4e8e\u9700\u6c42\u91cf\u5927\uff0c\u4f60\u7684\u76f4\u64ad\u5c06\u88ab\u9650\u5236\u5728{{limit}}\u5206\u949f\u4e4b\u5185\u3002\u5982\u9700\u4e0d\u53d7\u9650\u7684\u76f4\u64ad\uff0c\u8bf7\u4f7f\u7528{{app}}\u3002",off:"\u76f4\u64ad\u5df2\u505c\u6b62",offBy:"{{name}}\u5df2\u505c\u6b62\u76f4\u64ad",on:"\u76f4\u64ad\u5df2\u5f00\u59cb",onBy:"{{name}}\u5df2\u5f00\u59cb\u76f4\u64ad",pending:"\u76f4\u64ad\u542f\u52a8\u4e2d\u2026\u2026",serviceName:"\u76f4\u64ad\u670d\u52a1",sessionAlreadyActive:"\u672c\u6b21\u4f1a\u8bae\u5df2\u7ecf\u5728\u5f55\u5236\u6216\u76f4\u64ad",signIn:"\u4f7f\u7528 Google \u8d26\u53f7\u767b\u5f55",signInCTA:"\u8f93\u5165YouTube\u76f4\u64ad\u7801\u6216\u76f4\u63a5\u767b\u5f55\u83b7\u53d6\u3002",signOut:"\u6ce8\u9500",signedInAs:"\u4f60\u5f53\u524d\u767b\u5f55\u4e3a\uff1a",start:"\u5f00\u59cb\u76f4\u64ad",streamIdHelp:"\u8fd9\u662f\u4ec0\u4e48\uff1f",title:"\u76f4\u64ad",unavailableTitle:"\u76f4\u64ad\u4e0d\u53ef\u7528",youtubeTerms:"YouTube\u670d\u52a1\u6761\u6b3e"},lobby:{admit:"\u540c\u610f",admitAll:"\u540c\u610f\u5168\u90e8",backToKnockModeButton:"\u8bf7\u6c42\u52a0\u5165",chat:"\u804a\u5929",dialogTitle:"\u5927\u5385\u6a21\u5f0f",disableDialogContent:"\u5927\u5385\u6a21\u5f0f\u5df2\u5f00\u542f\uff0c\u6b64\u529f\u80fd\u786e\u4fdd\u672a\u7ecf\u6388\u6743\u7684\u4eba\u58eb\u4e0d\u80fd\u52a0\u5165\u4f60\u7684\u4f1a\u8bae\uff0c\u786e\u5b9a\u8981\u5173\u95ed\u5417\uff1f",disableDialogSubmit:"\u5173\u95ed",emailField:"\u8bf7\u8f93\u5165\u4f60\u7684\u90ae\u7bb1",enableDialogPasswordField:"\u8bbe\u7f6e\u5bc6\u7801\uff08\u53ef\u9009\uff09",enableDialogSubmit:"\u5f00\u542f",enableDialogText:"\u5728\u5927\u5385\u6a21\u5f0f\u4e0b\uff0c\u53c2\u4f1a\u8005\u53ea\u6709\u88ab\u4e3b\u6301\u4eba\u540c\u610f\u540e\u624d\u80fd\u52a0\u5165\uff0c\u8fdb\u800c\u4fdd\u62a4\u4f60\u7684\u4f1a\u8bae\u3002",enterPasswordButton:"\u8f93\u5165\u4f1a\u8bae\u5bc6\u7801",enterPasswordTitle:"\u8f93\u5165\u5bc6\u7801\u52a0\u5165\u4f1a\u8bae",errorMissingPassword:"\u52a0\u5165\u8bf7\u6c42\u88ab\u62d2\u7edd\u3002",invalidPassword:"\u5bc6\u7801\u65e0\u6548",joinRejectedMessage:"\u4f60\u7684\u52a0\u5165\u8bf7\u6c42\u5df2\u88ab\u4e3b\u6301\u4eba\u62d2\u7edd\u3002",joinRejectedTitle:"\u52a0\u5165\u8bf7\u6c42\u88ab\u62d2\u7edd\u3002",joinTitle:"\u52a0\u5165\u4f1a\u8bae",joinWithPasswordMessage:"\u6b63\u5728\u5c1d\u8bd5\u7528\u5bc6\u7801\u52a0\u5165\uff0c\u8bf7\u7a0d\u5019\u2026\u2026",joiningMessage:"\u4e3b\u6301\u4eba\u63a5\u53d7\u4f60\u7684\u8bf7\u6c42\u540e\uff0c\u5373\u53ef\u52a0\u5165\u4f1a\u8bae",joiningTitle:"\u6b63\u5728\u8bf7\u6c42\u52a0\u5165\u4f1a\u8bae\u2026\u2026",joiningWithPasswordTitle:"\u6b63\u5728\u4f7f\u7528\u5bc6\u7801\u52a0\u5165\u2026\u2026",knockButton:"\u8bf7\u6c42\u52a0\u5165",knockTitle:"\u6709\u4eba\u60f3\u8981\u52a0\u5165\u4f1a\u8bae",knockingParticipantList:"\u8bf7\u6c42\u52a0\u5165\u7684\u53c2\u4f1a\u8005\u540d\u5355",lobbyChatStartedNotification:"{{moderator}}\u4e0e{{attendee}}\u5f00\u59cb\u5728\u5927\u5385\u804a\u5929",lobbyChatStartedTitle:"{{moderator}}\u5df2\u5f00\u59cb\u4e0e\u4f60\u8fdb\u884c\u5927\u5385\u804a\u5929",nameField:"\u8f93\u5165\u4f60\u7684\u540d\u5b57",notificationLobbyAccessDenied:"{{originParticipantName}}\u5df2\u62d2\u7edd{{targetParticipantName}}\u7684\u52a0\u5165\u8bf7\u6c42",notificationLobbyAccessGranted:"{{originParticipantName}}\u5df2\u901a\u8fc7{{targetParticipantName}}\u7684\u52a0\u5165\u8bf7\u6c42",notificationLobbyDisabled:"{{originParticipantName}}\u5173\u95ed\u4e86\u5927\u5385\u6a21\u5f0f",notificationLobbyEnabled:"{{originParticipantName}}\u5f00\u542f\u4e86\u5927\u5385\u6a21\u5f0f",notificationTitle:"\u5927\u5385",passwordField:"\u8f93\u5165\u4f1a\u8bae\u5bc6\u7801",passwordJoinButton:"\u52a0\u5165",reject:"\u62d2\u7edd",rejectAll:"\u62d2\u7edd\u5168\u90e8",title:"\u5927\u5385",toggleLabel:"\u5f00\u542f\u5927\u5385\u6a21\u5f0f"},localRecording:{clientState:{off:"\u5173",on:"\u5f00",unknown:"\u672a\u77e5"},dialogTitle:"\u672c\u5730\u5f55\u5236\u63a7\u5236",duration:"\u957f\u5ea6",durationNA:"\u4e0d\u9002\u7528",encoding:"\u7f16\u7801\u4e2d",label:"LOR",labelToolTip:"\u672c\u5730\u5f55\u5236\u5df2\u5f00\u542f",localRecording:"\u672c\u5730\u5f55\u5236\u4e2d",me:"\u6211",messages:{engaged:"\u672c\u5730\u5f55\u5236\u5df2\u5f00\u542f\u3002",finished:"\u4f1a\u8bdd{{token}}\u5df2\u5b8c\u6210\u5f55\u5236\uff0c\u8bf7\u5c06\u5f55\u5236\u6587\u4ef6\u53d1\u9001\u81f3\u4e3b\u6301\u4eba\u3002",finishedModerator:"\u4f1a\u8bdd{{token}}\u5df2\u5b8c\u6210\u5f55\u5236\uff0c\u672c\u5730\u5f55\u5236\u5df2\u4fdd\u5b58\uff0c\u8bf7\u5176\u4ed6\u53c2\u4f1a\u8005\u63d0\u4ea4\u4ed6\u4eec\u7684\u5f55\u5236\u6587\u4ef6\u3002",notModerator:"\u4f60\u4e0d\u662f\u4e3b\u6301\u4eba\uff0c\u65e0\u6cd5\u5f00\u542f\u6216\u5173\u95ed\u672c\u5730\u5f55\u5236"},moderator:"\u4e3b\u6301\u4eba",no:"\u5426",participant:"\u53c2\u4f1a\u8005",participantStats:"\u53c2\u4f1a\u8005\u72b6\u6001",selectTabTitle:"\ud83c\udfa5\u8bf7\u9009\u62e9\u6b64\u6807\u7b7e\u9875\u8fdb\u884c\u5f55\u5236",sessionToken:"\u4f1a\u8bddToken",start:"\u5f00\u59cb\u5f55\u5236",stop:"\u505c\u6b62\u5f55\u5236",stopping:"\u6b63\u5728\u505c\u6b62\u5f55\u5236",wait:"\u6211\u4eec\u6b63\u5728\u4fdd\u5b58\u4f60\u7684\u5f55\u5236\uff0c\u8bf7\u7a0d\u5019",yes:"\u662f"},lockRoomPassword:"\u5bc6\u7801",lockRoomPasswordUppercase:"\u5bc6\u7801",lonelyMeetingExperience:{button:"\u9080\u8bf7\u5176\u4ed6\u4eba",youAreAlone:"\u4f60\u662f\u4f1a\u8bae\u4e2d\u552f\u4e00\u4e00\u4e2a\u4eba"},me:"\u6211",notify:{OldElectronAPPTitle:"\u5b89\u5168\u6f0f\u6d1e\uff01",allowAction:"\u5141\u8bb8",allowedUnmute:"\u4f60\u53ef\u4ee5\u89e3\u9664\u9ea6\u514b\u98ce\u9759\u97f3\u3001\u542f\u52a8\u6444\u50cf\u5934\u6216\u5171\u4eab\u5c4f\u5e55\u3002",audioUnmuteBlockedDescription:"\u7531\u4e8e\u7cfb\u7edf\u9650\u5236\uff0c\u9ea6\u514b\u98ce\u89e3\u9664\u9759\u97f3\u64cd\u4f5c\u88ab\u6682\u65f6\u963b\u6b62\u3002",audioUnmuteBlockedTitle:"\u9ea6\u514b\u98ce\u89e3\u9664\u9759\u97f3\u88ab\u963b\u6b62\uff01",chatMessages:"\u804a\u5929\u4fe1\u606f",connectedOneMember:"{{name}}\u52a0\u5165\u4e86\u4f1a\u8bae",connectedThreePlusMembers:"{{name}}\u548c\u5176\u4ed6\u4eba\u52a0\u5165\u4e86\u4f1a\u8bae",connectedTwoMembers:"{{first}}\u548c{{second}}\u52a0\u5165\u4e86\u4f1a\u8bae",dataChannelClosed:"\u89c6\u9891\u8d28\u91cf\u53d7\u635f",dataChannelClosedDescription:"\u6865\u63a5\u901a\u9053\u5df2\u65ad\u5f00\u8fde\u63a5\uff0c\u56e0\u6b64\u89c6\u9891\u8d28\u91cf\u9650\u5236\u4e3a\u6700\u4f4e\u8bbe\u7f6e\u3002",disabledIframe:"\u5d4c\u5165\u4ec5\u7528\u4e8e\u6f14\u793a\u76ee\u7684\uff0c\u56e0\u6b64\u6b64\u901a\u8bdd\u5c06\u5728 {{timeout}} \u5206\u949f\u540e\u65ad\u5f00\u8fde\u63a5\u3002",disconnected:"\u5df2\u65ad\u5f00\u8fde\u63a5",displayNotifications:"\u663e\u793a\u901a\u77e5",dontRemindMe:"\u4e0d\u8981\u63d0\u9192\u6211",focus:"\u4f1a\u8bae\u805a\u7126",focusFail:"{{component}}\u4e0d\u53ef\u7528 - {{ms}}\u79d2\u540e\u91cd\u8bd5",gifsMenu:"GIPHY",groupTitle:"\u901a\u77e5",hostAskedUnmute:"\u4e3b\u6301\u4eba\u5e0c\u671b\u4f60\u53d1\u8a00",invitedOneMember:"\u5df2\u9080\u8bf7{{name}}",invitedThreePlusMembers:"\u5df2\u9080\u8bf7{{name}}\u4ee5\u53ca\u53e6\u5916{{count}}\u4eba",invitedTwoMembers:"\u5df2\u9080\u8bf7{{first}}\u548c{{second}}",joinMeeting:"\u52a0\u5165",kickParticipant:"{{kicker}}\u5df2\u5c06{{kicked}}\u79fb\u9664",leftOneMember:"{{name}}\u79bb\u5f00\u4e86\u4f1a\u8bae",leftThreePlusMembers:"{{name}}\u548c\u5176\u4ed6\u4eba\u79bb\u5f00\u4e86\u4f1a\u8bae",leftTwoMembers:"{{first}}\u548c{{second}}\u79bb\u5f00\u4e86\u4f1a\u8bae",linkToSalesforce:"\u94fe\u63a5\u5230 Salesforce",linkToSalesforceDescription:"\u4f60\u53ef\u4ee5\u5c06\u4f1a\u8bae\u6458\u8981\u94fe\u63a5\u5230Salesforce\u5bf9\u8c61\u3002",linkToSalesforceError:"\u672a\u80fd\u5c06\u4f1a\u8bae\u94fe\u63a5\u5230 Salesforce",linkToSalesforceKey:"\u94fe\u63a5\u6b64\u4f1a\u8bae",linkToSalesforceProgress:"\u6b63\u5728\u5c06\u4f1a\u8bae\u94fe\u63a5\u5230 Salesforce\u2026\u2026",linkToSalesforceSuccess:"\u4f1a\u8bae\u5df2\u94fe\u63a5\u5230 Salesforce",localRecordingStarted:"{{name}} \u5df2\u5f00\u59cb\u672c\u5730\u5f55\u5236\u3002",localRecordingStopped:"{{name}} \u5df2\u505c\u6b62\u672c\u5730\u5f55\u5236\u3002",me:"\u6211",moderationInEffectCSDescription:"\u5982\u679c\u4f60\u60f3\u5171\u4eab\u5c4f\u5e55\uff0c\u8bf7\u4e3e\u624b\u3002",moderationInEffectCSTitle:"\u4e3b\u6301\u4eba\u5df2\u963b\u6b62\u5c4f\u5e55\u5171\u4eab",moderationInEffectDescription:"\u5982\u679c\u4f60\u60f3\u53d1\u8a00\uff0c\u8bf7\u4e3e\u624b\u3002",moderationInEffectTitle:"\u4e3b\u6301\u4eba\u5df2\u5c06\u4f60\u7684\u9ea6\u514b\u98ce\u9759\u97f3",moderationInEffectVideoDescription:"\u5982\u679c\u4f60\u60f3\u542f\u52a8\u6444\u50cf\u5934\uff0c\u8bf7\u4e3e\u624b\u3002",moderationInEffectVideoTitle:"\u4e3b\u6301\u4eba\u5df2\u963b\u6b62\u4f60\u7684\u6444\u50cf\u5934",moderationRequestFromModerator:"\u4e3b\u6301\u4eba\u5e0c\u671b\u4f60\u89e3\u9664\u9759\u97f3",moderationRequestFromParticipant:"\u60f3\u8981\u53d1\u8a00",moderationStartedTitle:"\u5f00\u59cb\u4e3b\u6301",moderationStoppedTitle:"\u505c\u6b62\u4e3b\u6301",moderationToggleDescription:"\u7531{{participantDisplayName}}",moderator:"\u4f60\u73b0\u5728\u662f\u4e3b\u6301\u4eba\u4e86",muted:"\u4f60\u5df2\u7ecf\u5f00\u59cb\u4e86\u901a\u8bdd\uff0c\u5e76\u5904\u4e8e\u9759\u97f3\u72b6\u6001\u3002",mutedRemotelyDescription:"\u5f53\u4f60\u51c6\u5907\u597d\u53d1\u8a00\u65f6\uff0c\u4f60\u53ef\u4ee5\u968f\u65f6\u89e3\u9664\u9759\u97f3\u3002\u5f53\u53d1\u8a00\u7ed3\u675f\u4e4b\u540e\u540e\u518d\u8c03\u56de\u9759\u97f3\uff0c\u8ba9\u4f1a\u8bae\u4fdd\u6301\u5b89\u9759\u3002",mutedRemotelyTitle:"{{participantDisplayName}} \u5df2\u5c06\u4f60\u9759\u97f3",mutedTitle:"\u4f60\u5df2\u9759\u97f3\uff01",newDeviceAction:"\u4f7f\u7528",newDeviceAudioTitle:"\u68c0\u6d4b\u5230\u65b0\u7684\u97f3\u9891\u8bbe\u5907",newDeviceCameraTitle:"\u68c0\u6d4b\u5230\u65b0\u7684\u6444\u50cf\u5934",noiseSuppressionDesktopAudioDescription:"\u5728\u5171\u4eab\u684c\u9762\u97f3\u9891\u65f6\u65e0\u6cd5\u542f\u7528\u964d\u566a\u529f\u80fd\uff0c\u8bf7\u7981\u7528\u5e76\u91cd\u8bd5\u3002",noiseSuppressionFailedTitle:"\u65e0\u6cd5\u542f\u52a8\u964d\u566a\u529f\u80fd",noiseSuppressionStereoDescription:"\u6682\u4e0d\u652f\u6301\u7acb\u4f53\u58f0\u97f3\u9891\u964d\u566a\u3002",oldElectronClientDescription1:"\u4f60\u4f3c\u4e4e\u6b63\u5728\u4f7f\u7528\u5b58\u5728\u5df2\u77e5\u5b89\u5168\u6f0f\u6d1e\u7684\u65e7\u7248Jitsi Meet\u5ba2\u6237\u7aef\uff0c\u8bf7\u786e\u4fdd\u60a8\u66f4\u65b0\u5230\u6211\u4eec\u7684",oldElectronClientDescription2:"\u6700\u65b0\u7248\u672c",oldElectronClientDescription3:"\uff01",participantWantsToJoin:"\u60f3\u8981\u52a0\u5165\u4f1a\u8bae",participantsWantToJoin:"\u60f3\u8981\u52a0\u5165\u4f1a\u8bae",passwordRemovedRemotely:"\u5176\u4ed6\u53c2\u4f1a\u8005\u79fb\u9664\u4e86$t(lockRoomPasswordUppercase)",passwordSetRemotely:"\u5176\u4ed6\u53c2\u4f1a\u8005\u8bbe\u7f6e\u4e86$t(lockRoomPasswordUppercase)",raiseHandAction:"\u4e3e\u624b",raisedHand:"\u60f3\u8981\u53d1\u8a00\u3002",raisedHands:"{{participantName}}\u548c\u53e6\u5916{{raisedHands}}\u4eba",reactionSounds:"\u7981\u7528\u97f3\u6548",reactionSoundsForAll:"\u7981\u7528\u6240\u6709\u4eba\u7684\u97f3\u6548",screenShareNoAudio:"\u5728\u7a97\u53e3\u9009\u62e9\u5c4f\u5e55\u65f6\u672a\u9009\u4e2d\u5171\u4eab\u97f3\u9891\u6846\u3002",screenShareNoAudioTitle:"\u65e0\u6cd5\u5171\u4eab\u8ba1\u7b97\u673a\u97f3\u9891\uff01",screenSharingAudioOnlyDescription:"\u8bf7\u6ce8\u610f\uff0c\u901a\u8fc7\u5171\u4eab\u5c4f\u5e55\u4f1a\u5f71\u54cd\u201c\u6700\u4f73\u6027\u80fd\u201d\u6a21\u5f0f\uff0c\u5e76\u4e14\u5c06\u4f7f\u7528\u5360\u7528\u66f4\u591a\u7f51\u7edc\u3002",screenSharingAudioOnlyTitle:"\u201c\u6700\u4f73\u6027\u80fd\u201d\u6a21\u5f0f",selfViewTitle:"\u4f60\u968f\u65f6\u53ef\u4ee5\u5728\u8bbe\u7f6e\u4e2d\u53d6\u6d88\u9690\u85cf\u672c\u4eba\u89c6\u56fe",somebody:"\u67d0\u4eba",startSilentDescription:"\u91cd\u65b0\u52a0\u5165\u4f1a\u8bae\u4ee5\u5f00\u542f\u97f3\u9891",startSilentTitle:"\u4f60\u52a0\u5165\u65f6\u6ca1\u6709\u5f00\u542f\u97f3\u9891\uff01",suboptimalBrowserWarning:"\u6211\u4eec\u62c5\u5fc3\u4f60\u672c\u6b21\u4f1a\u8bae\u4f53\u9a8c\u6b20\u4f73\uff0c\u6211\u4eec\u6b63\u5728\u5bfb\u627e\u6539\u8fdb\u7684\u65b9\u6cd5\u3002\u4e0e\u6b64\u540c\u65f6\uff0c\u8bf7\u5c1d\u8bd5\u4f7f\u7528\u5b8c\u5168\u652f\u6301\u7684\u6d4f\u89c8\u5668\u3002",suboptimalExperienceTitle:"\u6d4f\u89c8\u5668\u8b66\u544a",unmute:"\u89e3\u9664\u9759\u97f3",videoMutedRemotelyDescription:"\u4f60\u968f\u65f6\u53ef\u4ee5\u91cd\u65b0\u6253\u5f00\u3002",videoMutedRemotelyTitle:"{{participantDisplayName}}\u5df2\u5173\u95ed\u4f60\u7684\u89c6\u9891",videoUnmuteBlockedDescription:"\u7531\u4e8e\u7cfb\u7edf\u9650\u5236\uff0c\u5f00\u542f\u6444\u50cf\u5934\u548c\u5171\u4eab\u5c4f\u5e55\u64cd\u4f5c\u5df2\u88ab\u6682\u65f6\u963b\u6b62\u3002",videoUnmuteBlockedTitle:"\u5f00\u542f\u6444\u50cf\u5934\u548c\u5171\u4eab\u5c4f\u5e55\u88ab\u963b\u6b62\uff01",viewLobby:"\u67e5\u770b\u5927\u5385",waitingParticipants:"{{waitingParticipants}}\u4eba"},participantsPane:{actions:{allow:"\u5141\u8bb8\u53c2\u4f1a\u8005\uff1a",allowVideo:"\u5141\u8bb8\u89c6\u9891",askUnmute:"\u8bf7\u6c42\u89e3\u9664\u9759\u97f3",audioModeration:"\u81ea\u6211\u89e3\u9664\u9759\u97f3",blockEveryoneMicCamera:"\u7981\u7528\u6240\u6709\u4eba\u7684\u9ea6\u514b\u98ce\u548c\u6444\u50cf\u5934",invite:"\u9080\u8bf7\u5176\u4ed6\u4eba",moreModerationActions:"\u66f4\u591a\u4e3b\u6301\u4eba\u9009\u9879",moreModerationControls:"\u66f4\u591a\u4e3b\u6301\u4eba\u63a7\u5236",moreParticipantOptions:"\u66f4\u591a\u53c2\u4f1a\u8005\u9009\u9879",mute:"\u9759\u97f3",muteAll:"\u5168\u4f53\u9759\u97f3",muteEveryoneElse:"\u5168\u4f53\u9759\u97f3",stopEveryonesVideo:"\u7981\u7528\u6240\u6709\u4eba\u89c6\u9891",stopVideo:"\u7981\u7528\u89c6\u9891",unblockEveryoneMicCamera:"\u5141\u8bb8\u6240\u6709\u4eba\u7684\u9ea6\u514b\u98ce\u548c\u6444\u50cf\u5934",videoModeration:"\u5f00\u542f\u89c6\u9891"},close:"\u5173\u95ed",headings:{lobby:"\u5927\u5385\uff08({{count}}\u4eba\uff09",participantsList:"\u4f1a\u8bae\u53c2\u4f1a\u8005\uff08{{count}}\u4eba\uff09",visitors:"\u8bbf\u5ba2\uff08({{count}}\u4eba\uff09",waitingLobby:"\u5728\u5927\u5385\u7b49\u5f85\uff08{{count}}\u4eba\uff09"},search:"\u641c\u7d22\u53c2\u4f1a\u8005",title:"\u53c2\u4f1a\u8005"},passwordDigitsOnly:"\u6700\u591a{{number}}\u4f4d\u6570\u5b57",passwordSetRemotely:"\u7531\u5176\u4ed6\u53c2\u4f1a\u8005\u8bbe\u7f6e",pinParticipant:"{{participantName}} - \u56fa\u5b9a",pinnedParticipant:"\u53c2\u4f1a\u8005\u5df2\u56fa\u5b9a",polls:{answer:{skip:"\u8df3\u8fc7",submit:"\u63d0\u4ea4"},by:"\u7531{{ name }}",create:{addOption:"\u6dfb\u52a0\u9009\u9879",answerPlaceholder:"\u9009\u9879{{index}}",cancel:"\u53d6\u6d88",create:"\u521b\u5efa\u6295\u7968",pollOption:"\u6295\u7968\u9009\u9879{{index}}",pollQuestion:"\u6295\u7968\u5185\u5bb9",questionPlaceholder:"\u63d0\u51fa\u95ee\u9898",removeOption:"\u79fb\u9664\u9009\u9879",send:"\u53d1\u9001"},notification:{description:"\u6253\u5f00\u6295\u7968\u9875\u9762\u8fdb\u884c\u6295\u7968",title:"\u672c\u6b21\u4f1a\u8bae\u6709\u4e00\u9879\u65b0\u7684\u6295\u7968"},results:{changeVote:"\u4fee\u6539\u6295\u7968",empty:"\u4f1a\u8bae\u4e2d\u8fd8\u6ca1\u6709\u4efb\u4f55\u6295\u7968\uff0c\u73b0\u5728\u5efa\u7acb\u6295\u7968\u5427!",hideDetailedResults:"\u9690\u85cf\u8be6\u60c5",showDetailedResults:"\u663e\u793a\u8be6\u60c5",vote:"\u6295\u7968"}},poweredby:"\u6280\u672f\u652f\u6301\u7531",prejoin:{audioAndVideoError:"\u97f3\u9891\u548c\u89c6\u9891\u9519\u8bef\uff1a",audioDeviceProblem:"\u4f60\u7684\u97f3\u9891\u8bbe\u5907\u5b58\u5728\u95ee\u9898",audioOnlyError:"\u97f3\u9891\u9519\u8bef\uff1a",audioTrackError:"\u65e0\u6cd5\u521b\u5efa\u97f3\u8f68\u3002",callMe:"\u7ed9\u6211\u6253\u7535\u8bdd",callMeAtNumber:"\u6253\u7535\u8bdd\u7ed9\u6211\uff0c\u53f7\u7801\u662f\uff1a",calling:"\u6b63\u5728\u62e8\u53f7",configuringDevices:"\u6b63\u5728\u914d\u7f6e\u8bbe\u5907\u2026\u2026",connectedWithAudioQ:"\u4f60\u5df2\u8fde\u63a5\u97f3\u9891\uff1f",connection:{good:"\u4f60\u7684\u7f51\u7edc\u8fde\u63a5\u770b\u8d77\u6765\u5f88\u597d\uff01",nonOptimal:"\u4f60\u7684\u7f51\u7edc\u8fde\u63a5\u4e0d\u592a\u7406\u60f3",poor:"\u4f60\u7684\u7f51\u7edc\u8fde\u63a5\u4e0d\u592a\u7406\u60f3"},connectionDetails:{audioClipping:"\u6211\u4eec\u9884\u8ba1\u4f60\u7684\u97f3\u9891\u4f1a\u6709\u5361\u987f\u73b0\u8c61\u3002",audioHighQuality:"\u6211\u4eec\u9884\u8ba1\u4f60\u7684\u97f3\u9891\u8d28\u91cf\u4f1a\u5f88\u597d\u3002",audioLowNoVideo:"\u6211\u4eec\u9884\u8ba1\u4f60\u7684\u97f3\u9891\u8d28\u91cf\u4f1a\u5f88\u5dee\u4e14\u6ca1\u6709\u89c6\u9891\u753b\u9762\u3002",goodQuality:"\u592a\u68d2\u4e86\uff01\u4f60\u7684\u5a92\u4f53\u8d28\u91cf\u4f1a\u5f88\u597d\u3002",noMediaConnectivity:"\u6211\u4eec\u65e0\u6cd5\u5efa\u7acb\u8fde\u63a5\uff0c\u8fd9\u901a\u5e38\u662f\u9632\u706b\u5899\u6216NAT\u7684\u95ee\u9898\u3002",noVideo:"\u6211\u4eec\u9884\u8ba1\u4f60\u7684\u89c6\u9891\u753b\u8d28\u4f1a\u5f88\u7cdf\u7cd5\u3002",undetectable:"\u5982\u679c\u4ecd\u65e0\u6cd5\u5728\u6d4f\u89c8\u5668\u4e2d\u8fdb\u884c\u901a\u8bdd\uff0c\u6211\u4eec\u5efa\u8bae\u4f60\u68c0\u67e5\u626c\u58f0\u5668\u3001\u9ea6\u514b\u98ce\u548c\u6444\u50cf\u5934\u7684\u8bbe\u7f6e\uff0c\u786e\u5b9a\u6d4f\u89c8\u5668\u662f\u5426\u6709\u4f7f\u7528\u9ea6\u514b\u98ce\u548c\u6444\u50cf\u5934\u7684\u6743\u9650\uff0c\u5e76\u5c06\u6d4f\u89c8\u5668\u5347\u7ea7\u5230\u6700\u65b0\u7248\u672c\u3002\u5982\u679c\u4ecd\u672a\u89e3\u51b3\u95ee\u9898\uff0c\u8bf7\u4e0e\u5f00\u53d1\u4eba\u5458\u8054\u7cfb\u3002",veryPoorConnection:"\u6211\u4eec\u9884\u8ba1\u4f60\u7684\u901a\u8bdd\u8d28\u91cf\u4f1a\u975e\u5e38\u7cdf\u7cd5\u3002",videoFreezing:"\u6211\u4eec\u9884\u8ba1\u4f60\u7684\u89c6\u9891\u4f1a\u51bb\u7ed3\u3001\u53d8\u9ed1\u5e76\u4e14\u5448\u50cf\u7d20\u5316\u72b6\u6001\u3002",videoHighQuality:"\u6211\u4eec\u9884\u8ba1\u4f60\u7684\u89c6\u9891\u8d28\u91cf\u4f1a\u5f88\u597d\u3002",videoLowQuality:"\u6211\u4eec\u9884\u8ba1\u4f60\u7684\u89c6\u9891\u5e27\u7387\u548c\u5206\u8fa8\u7387\u4f1a\u5f88\u4f4e\u3002",videoTearing:"\u6211\u4eec\u9884\u8ba1\u4f60\u7684\u89c6\u9891\u4f1a\u5448\u73b0\u50cf\u7d20\u5316\u6216\u6709\u89c6\u89c9\u4f2a\u5f71\u3002"},copyAndShare:"\u590d\u5236\u5e76\u5206\u4eab\u4f1a\u8bae\u94fe\u63a5",dialInMeeting:"\u62e8\u6253\u4f1a\u8bae\u7535\u8bdd",dialInPin:"\u62e8\u6253\u4f1a\u8bae\u7535\u8bdd\u5e76\u8f93\u5165PIN\u7801\uff1a",dialing:"\u6b63\u5728\u62e8\u53f7",doNotShow:"\u4e0d\u518d\u663e\u793a",errorDialOut:"\u65e0\u6cd5\u62e8\u51fa",errorDialOutDisconnected:"\u65e0\u6cd5\u62e8\u51fa\uff0c\u5df2\u65ad\u5f00\u8fde\u63a5",errorDialOutFailed:"\u65e0\u6cd5\u62e8\u51fa\uff0c\u547c\u53eb\u5931\u8d25",errorDialOutStatus:"\u83b7\u53d6\u62e8\u51fa\u72b6\u6001\u65f6\u51fa\u9519",errorMissingName:"\u8bf7\u8f93\u5165\u4f60\u7684\u540d\u5b57\u4ee5\u52a0\u5165\u4f1a\u8bae",errorNoPermissions:"\u4f60\u9700\u8981\u5141\u8bb8\u8bbf\u95ee\u9ea6\u514b\u98ce\u548c\u6444\u50cf\u5934",errorStatusCode:"\u62e8\u51fa\u9519\u8bef\uff0c\u72b6\u6001\u4ee3\u7801\uff1a{{status}}",errorValidation:"\u53f7\u7801\u9a8c\u8bc1\u5931\u8d25",iWantToDialIn:"\u6211\u60f3\u62e8\u6253\u7535\u8bdd\u52a0\u5165",initiated:"\u901a\u8bdd\u5df2\u53d1\u8d77",joinAudioByPhone:"\u4f7f\u7528\u7535\u8bdd\u97f3\u9891\u52a0\u5165",joinMeeting:"\u52a0\u5165\u4f1a\u8bae",joinMeetingInLowBandwidthMode:"\u4ee5\u7701\u6d41\u6a21\u5f0f\u52a0\u5165",joinWithoutAudio:"\u65e0\u97f3\u9891\u52a0\u5165",keyboardShortcuts:"\u5f00\u542f\u952e\u76d8\u5feb\u6377\u952e",linkCopied:"\u94fe\u63a5\u5df2\u590d\u5236\u5230\u526a\u8d34\u677f",lookGood:"\u4f60\u7684\u9ea6\u514b\u98ce\u5de5\u4f5c\u6b63\u5e38",or:"\u6216",premeeting:"\u4f1a\u524d",proceedAnyway:"\u4ecd\u7136\u7ee7\u7eed",screenSharingError:"\u5171\u4eab\u5c4f\u5e55\u9519\u8bef\uff1a",showScreen:"\u5f00\u542f\u4f1a\u524d\u5c4f\u5e55",startWithPhone:"\u4ee5\u7535\u8bdd\u97f3\u9891\u5f00\u59cb",unsafeRoomConsent:"\u6211\u4e86\u89e3\u98ce\u9669\uff0c\u6211\u60f3\u52a0\u5165\u4f1a\u8bae",videoOnlyError:"\u89c6\u9891\u9519\u8bef\uff1a",videoTrackError:"\u65e0\u6cd5\u521b\u5efa\u89c6\u9891\u8f68\u9053\u3002",viewAllNumbers:"\u67e5\u770b\u6240\u6709\u53f7\u7801"},presenceStatus:{busy:"\u5fd9\u788c",calling:"\u6b63\u5728\u547c\u53eb\u2026\u2026",connected:"\u5df2\u8fde\u63a5",connecting:"\u6b63\u5728\u8fde\u63a5\u2026\u2026",connecting2:"\u6b63\u5728\u8fde\u63a5*\u2026\u2026",disconnected:"\u5df2\u65ad\u5f00\u8fde\u63a5",expired:"\u5df2\u8fc7\u671f",ignored:"\u5df2\u5ffd\u7565",initializingCall:"\u6b63\u5728\u521d\u59cb\u5316\u901a\u8bdd\u2026\u2026",invited:"\u5df2\u9080\u8bf7",rejected:"\u5df2\u62d2\u7edd",ringing:"\u6b63\u5728\u54cd\u94c3\u2026\u2026"},profile:{avatar:"\u5934\u50cf",setDisplayNameLabel:"\u59d3\u540d",setEmailInput:"\u8f93\u5165\u7535\u5b50\u90ae\u4ef6",setEmailLabel:"Gravatar \u7535\u5b50\u90ae\u4ef6",title:"\u4e2a\u4eba\u8d44\u6599"},raisedHand:"\u60f3\u8981\u53d1\u8a00",raisedHandsLabel:"\u4e3e\u624b\u4eba\u6570",record:{already:{linked:"\u4f1a\u8bae\u5df2\u7ecf\u94fe\u63a5\u5230\u6b64 Salesforce \u5bf9\u8c61\u3002"},type:{account:"\u8d26\u53f7",contact:"\u8054\u7cfb\u4eba",lead:"\u6f5c\u5728\u5ba2\u6237",opportunity:"\u673a\u4f1a",owner:"\u6240\u6709\u8005"}},recording:{authDropboxText:"\u4e0a\u4f20\u81f3Dropbox",availableSpace:"\u53ef\u7528\u7a7a\u95f4\uff1a{{spaceLeft}}MB\uff08\u7ea6\u5f55\u5236{{duration}}\u5206\u949f\uff09",beta:"\u6d4b\u8bd5\u7248",busy:"\u6211\u4eec\u6b63\u5728\u91ca\u653e\u5f55\u5236\u8d44\u6e90\uff0c\u8bf7\u51e0\u5206\u949f\u4e4b\u540e\u91cd\u8bd5\u3002",busyTitle:"\u6240\u6709\u5f55\u5236\u8bbe\u5907\u5fd9\u788c\u4e2d",copyLink:"\u590d\u5236\u94fe\u63a5",error:"\u5f55\u5236\u5931\u8d25\uff0c\u8bf7\u91cd\u8bd5\u3002",errorFetchingLink:"\u83b7\u53d6\u5f55\u5236\u94fe\u63a5\u65f6\u51fa\u9519",expandedOff:"\u5f55\u5236\u5df2\u505c\u6b62",expandedOn:"\u4f1a\u8bae\u6b63\u5728\u8fdb\u884c\u5f55\u5236\u3002",expandedPending:"\u6b63\u5728\u542f\u52a8\u5f55\u5236\u2026\u2026",failedToStart:"\u5f55\u5236\u542f\u52a8\u5931\u8d25",fileSharingdescription:"\u5206\u4eab\u5f55\u5236\u94fe\u63a5\u7ed9\u53c2\u4f1a\u8005",highlight:"\u7a81\u51fa\u663e\u793a",highlightMoment:"\u7a81\u51fa\u663e\u793a\u65f6\u523b",highlightMomentDisabled:"\u4f60\u53ef\u4ee5\u5728\u5f55\u5236\u5f00\u59cb\u65f6\u7a81\u51fa\u663e\u793a\u65f6\u523b",highlightMomentSuccess:"\u65f6\u523b\u5df2\u7a81\u51fa\u663e\u793a",highlightMomentSucessDescription:"\u4f60\u7a81\u51fa\u663e\u793a\u7684\u65f6\u523b\u5c06\u4f1a\u6dfb\u52a0\u5230\u4f1a\u8bae\u6458\u8981\u4e2d\u3002",inProgress:"\u6b63\u5728\u8fdb\u884c\u5f55\u5236\u6216\u76f4\u64ad\u6d41",limitNotificationDescriptionNative:"\u7531\u4e8e\u9ad8\u9700\u6c42\uff0c\u60a8\u7684\u5f55\u5236\u5c06\u9650\u5236\u5728{{limit}}\u5206\u949f\u5185\u3002\u82e5\u8981\u65e0\u9650\u5236\u5f55\u5236\uff0c\u8bf7\u5c1d\u8bd5<3>{{app}}\u3002",limitNotificationDescriptionWeb:"\u7531\u4e8e\u9ad8\u9700\u6c42\uff0c\u60a8\u7684\u5f55\u5236\u5c06\u9650\u5236\u5728{{limit}}\u5206\u949f\u5185\u3002\u82e5\u8981\u65e0\u9650\u5236\u5f55\u5236\uff0c\u8bf7\u5c1d\u8bd5{{app}}\u3002",linkGenerated:"\u6211\u4eec\u5df2\u751f\u6210\u5f55\u5236\u94fe\u63a5\u3002",live:"\u76f4\u64ad\u4e2d",localRecordingNoNotificationWarning:"\u7cfb\u7edf\u4e0d\u4f1a\u4e3b\u52a8\u901a\u77e5\u53c2\u4f1a\u8005\u5f55\u5236\u5df2\u5f00\u542f\uff0c\u4e3b\u6301\u4eba\u9700\u53e6\u884c\u63d0\u9192\u3002",localRecordingNoVideo:"\u89c6\u9891\u672a\u88ab\u5f55\u5236",localRecordingStartWarning:"\u8bf7\u786e\u4fdd\u5728\u9000\u51fa\u4f1a\u8bae\u4e4b\u524d\u505c\u6b62\u5f55\u5236\uff0c\u4ee5\u4fbf\u4fdd\u5b58\u5f55\u5236\u5185\u5bb9\u3002",localRecordingStartWarningTitle:"\u505c\u6b62\u5f55\u5236\u4ee5\u4fdd\u5b58\u5185\u5bb9",localRecordingVideoStop:"\u505c\u6b62\u89c6\u9891\u4e5f\u4f1a\u505c\u6b62\u672c\u5730\u5f55\u5236\uff0c\u4f60\u786e\u5b9a\u8981\u7ee7\u7eed\u5417\uff1f",localRecordingVideoWarning:"\u8981\u5f55\u5236\u89c6\u9891\uff0c\u4f60\u5fc5\u987b\u5728\u5f00\u59cb\u5f55\u5236\u65f6\u4fdd\u6301\u89c6\u9891\u5f00\u542f",localRecordingWarning:"\u8bf7\u786e\u4fdd\u4f60\u9009\u62e9\u5f53\u524d\u7684\u6807\u7b7e\u9875\uff0c\u4ee5\u4fbf\u5f55\u5236\u6b63\u786e\u7684\u89c6\u9891\u548c\u97f3\u9891\u3002\u5f55\u5236\u76ee\u524d\u9650\u5236\u57281GB\uff0c\u5927\u7ea6100\u5206\u949f\u3002",loggedIn:"\u4ee5{{userName}}\u767b\u5f55",noMicPermission:"\u65e0\u6cd5\u521b\u5efa\u9ea6\u514b\u98ce\u8f68\u9053\uff0c\u8bf7\u5141\u8bb8\u4f7f\u7528\u9ea6\u514b\u98ce\u3002",noStreams:"\u672a\u68c0\u6d4b\u5230\u97f3\u9891\u6216\u89c6\u9891\u3002",off:"\u5f55\u5236\u5df2\u505c\u6b62",offBy:"{{name}}\u505c\u6b62\u4e86\u5f55\u5236",on:"\u5f55\u5236\u5df2\u5f00\u59cb",onBy:"{{name}}\u5f00\u542f\u4e86\u5f55\u5236",onlyRecordSelf:"\u4ec5\u5f55\u5236\u6211\u7684\u97f3\u9891\u548c\u89c6\u9891",pending:"\u6b63\u5728\u51c6\u5907\u5f55\u5236\u4f1a\u8bae\u2026\u2026",rec:"\u5f55\u5236\u4e2d",saveLocalRecording:"\u672c\u5730\u4fdd\u5b58\u5f55\u5236\u6587\u4ef6\uff08\u6d4b\u8bd5\u7248\uff09",serviceDescription:"\u5f55\u5236\u5c06\u7531\u5f55\u5236\u670d\u52a1\u4fdd\u5b58",serviceDescriptionCloud:"\u4e91\u5f55\u5236",serviceDescriptionCloudInfo:"\u5f55\u5236\u7684\u4f1a\u8bae\u5c06\u5728\u5f55\u5236\u540e\u768424\u5c0f\u65f6\u5185\u81ea\u52a8\u6e05\u9664\u3002",serviceName:"\u5f55\u5236\u670d\u52a1",sessionAlreadyActive:"\u6b64\u4f1a\u8bae\u5df2\u7ecf\u5728\u5f55\u5236\u6216\u76f4\u64ad\u4e2d",signIn:"\u767b\u5f55",signOut:"\u6ce8\u9500",surfaceError:"\u8bf7\u9009\u62e9\u5f53\u524d\u9009\u9879\u5361\u3002",title:"\u5f55\u5236\u4e2d",unavailable:"\u7cdf\u7cd5\uff01{{serviceName}}\u76ee\u524d\u65e0\u6cd5\u4f7f\u7528\uff0c\u6211\u4eec\u6b63\u5728\u52aa\u529b\u89e3\u51b3\u8fd9\u4e2a\u95ee\u9898\uff0c\u8bf7\u7a0d\u540e\u518d\u8bd5\u3002",unavailableTitle:"\u5f55\u5236\u4e0d\u53ef\u7528",uploadToCloud:"\u4e0a\u4f20\u81f3\u4e91\u7aef"},screenshareDisplayName:"{{name}}\u7684\u5c4f\u5e55",sectionList:{pullToRefresh:"\u4e0b\u62c9\u5237\u65b0"},security:{about:"\u4f60\u53ef\u4ee5\u4e3a\u4f1a\u8bae\u6dfb\u52a0\u4e00\u4e2a$t(lockRoomPassword)\uff0c\u53c2\u4f1a\u8005\u9700\u8981\u8f93\u5165$t(lockRoomPassword)\u624d\u80fd\u52a0\u5165\u4f1a\u8bae\u3002",aboutReadOnly:"\u4e3b\u6301\u4eba\u53ef\u4ee5\u4e3a\u4f1a\u8bae\u6dfb\u52a0\u4e00\u4e2a$t(lockRoomPassword))\uff0c\u53c2\u4f1a\u8005\u9700\u8981\u8f93\u5165$t(lockRoomPassword)\u624d\u80fd\u52a0\u5165\u4f1a\u8bae\u3002",insecureRoomNameWarningNative:"\u623f\u95f4\u540d\u79f0\u4e0d\u5b89\u5168\uff0c\u4e0d\u53d7\u6b22\u8fce\u7684\u53c2\u4e0e\u8005\u53ef\u80fd\u4f1a\u52a0\u5165\u4f60\u7684\u4f1a\u8bae\uff0c{{recommendAction}} \u4e86\u89e3\u66f4\u591a\u6709\u5173\u4fdd\u62a4\u4f60\u7684\u4f1a\u8bae\u7684\u4fe1\u606f",insecureRoomNameWarningWeb:"\u623f\u95f4\u540d\u79f0\u4e0d\u5b89\u5168\uff0c\u4e0d\u53d7\u6b22\u8fce\u7684\u53c2\u4e0e\u8005\u53ef\u80fd\u4f1a\u52a0\u5165\u4f60\u7684\u4f1a\u8bae\uff0c{{recommendAction}} \u4e86\u89e3\u66f4\u591a\u6709\u5173\u4fdd\u62a4\u4f60\u7684\u4f1a\u8bae\u7684\u4fe1\u606f\u8fd9\u91cc\u3002",title:"\u5b89\u5168\u9009\u9879",unsafeRoomActions:{meeting:"\u8003\u8651\u4f7f\u7528\u5b89\u5168\u6309\u94ae\u4fdd\u62a4\u4f60\u7684\u4f1a\u8bae\u3002",prejoin:"\u8003\u8651\u4f7f\u7528\u66f4\u72ec\u7279\u7684\u4f1a\u8bae\u540d\u79f0\u3002",welcome:"\u8003\u8651\u4f7f\u7528\u66f4\u72ec\u7279\u7684\u4f1a\u8bae\u540d\u79f0\uff0c\u6216\u8005\u9009\u62e9\u4e00\u4e2a\u5efa\u8bae\u7684\u540d\u79f0\u3002"}},settings:{audio:"\u97f3\u9891",buttonLabel:"\u8bbe\u7f6e",calendar:{about:"{{appName}}\u65e5\u5386\u96c6\u6210\u7528\u4e8e\u5b89\u5168\u8bbf\u95ee\u4f60\u7684\u65e5\u5386\uff0c\u4ee5\u8bfb\u53d6\u5373\u5c06\u5230\u6765\u7684\u6d3b\u52a8\u3002",disconnect:"\u65ad\u5f00\u8fde\u63a5",microsoftSignIn:"\u4f7f\u7528 Microsoft \u767b\u5f55",signedIn:"\u76ee\u524d\u6b63\u5728\u8bfb\u53d6{{email}}\u7684\u65e5\u5386\u4e8b\u4ef6\uff0c\u70b9\u51fb\u4e0b\u9762\u7684\u65ad\u5f00\u8fde\u63a5\u53ef\u4ee5\u505c\u6b62\u8bfb\u53d6\u65e5\u5386\u4e8b\u4ef6\u3002",title:"\u65e5\u5386"},desktopShareFramerate:"\u5171\u4eab\u5c4f\u5e55\u5e27\u7387",desktopShareHighFpsWarning:"\u9ad8\u5e27\u7387\u7684\u5171\u4eab\u5c4f\u5e55\u7684\u53ef\u80fd\u4f1a\u5f71\u54cd\u4f60\u7684\u7f51\u901f\uff0c\u4f60\u9700\u8981\u91cd\u65b0\u542f\u52a8\u5171\u4eab\u5c4f\u5e55\u4ee5\u4f7f\u65b0\u8bbe\u7f6e\u751f\u6548\u3002",desktopShareWarning:"\u4f60\u9700\u8981\u91cd\u65b0\u542f\u52a8\u5171\u4eab\u5c4f\u5e55\u4ee5\u4f7f\u65b0\u8bbe\u7f6e\u751f\u6548\u3002",devices:"\u8bbe\u5907",followMe:"\u6240\u6709\u4eba\u8ddf\u968f",framesPerSecond:"\u5e27",incomingMessage:"\u65b0\u6d88\u606f",language:"\u8bed\u8a00",loggedIn:"\u4ee5{{name}}\u767b\u5f55",maxStageParticipants:"\u53ef\u4ee5\u56fa\u5b9a\u7684\u6700\u5927\u53c2\u4f1a\u8005\u4eba\u6570\uff08\u5b9e\u9a8c\u6027\u529f\u80fd\uff09",microphones:"\u9ea6\u514b\u98ce",moderator:"\u4e3b\u6301\u4eba",moderatorOptions:"\u4e3b\u6301\u4eba\u9009\u9879",more:"\u901a\u7528",name:"\u540d\u79f0",noDevice:"\u65e0",notifications:"\u901a\u77e5",participantJoined:"\u53c2\u4f1a\u8005\u5df2\u52a0\u5165",participantKnocking:"\u53c2\u4f1a\u8005\u5df2\u8fdb\u5165\u5927\u5385",participantLeft:"\u53c2\u4f1a\u8005\u5df2\u79bb\u5f00",playSounds:"\u64ad\u653e\u63d0\u793a\u97f3",reactions:"\u4f1a\u8bae\u53cd\u5e94",sameAsSystem:"\u4e0e\u7cfb\u7edf\u76f8\u540c\uff08{{label}}\uff09",selectAudioOutput:"\u97f3\u9891\u8f93\u51fa",selectCamera:"\u6444\u50cf\u5934",selectMic:"\u9ea6\u514b\u98ce",selfView:"\u672c\u4eba\u89c6\u56fe",shortcuts:"\u5feb\u6377\u952e",speakers:"\u626c\u58f0\u5668",startAudioMuted:"\u6240\u6709\u4eba\u5f00\u59cb\u65f6\u9759\u97f3",startReactionsMuted:"\u5173\u95ed\u6240\u6709\u4eba\u53cd\u5e94\u63d0\u793a\u97f3",startVideoMuted:"\u6240\u6709\u4eba\u5f00\u59cb\u65f6\u9690\u85cf\u89c6\u9891\u753b\u9762",talkWhileMuted:"\u901a\u8bdd\u65f6\u9759\u97f3",title:"\u8bbe\u7f6e",video:"\u89c6\u9891"},settingsView:{advanced:"\u9ad8\u7ea7",alertCancel:"\u53d6\u6d88",alertOk:"\u786e\u8ba4",alertTitle:"\u8b66\u544a",alertURLText:"\u8f93\u5165\u7684\u670d\u52a1\u5668\u7f51\u5740\u65e0\u6548",buildInfoSection:"\u751f\u6210\u4fe1\u606f",conferenceSection:"\u4f1a\u8bae",disableCallIntegration:"\u7981\u7528\u672c\u5730\u7535\u8bdd",disableCrashReporting:"\u7981\u7528\u5d29\u6e83\u62a5\u544a",disableCrashReportingWarning:"\u4f60\u786e\u5b9a\u8981\u7981\u7528\u5d29\u6e83\u62a5\u544a\u5417\uff1f\u91cd\u542f\u5e94\u7528\u540e\u751f\u6548\u3002",disableP2P:"\u7981\u7528\u70b9\u5bf9\u70b9\u6a21\u5f0f",displayName:"\u663e\u793a\u540d\u79f0",displayNamePlaceholderText:"\u4f8b\u5982\uff1a\u5f20\u4e09",email:"\u90ae\u7bb1",emailPlaceholderText:"email@example.com",goTo:"\u524d\u5f80",header:"\u8bbe\u7f6e",help:"\u5e2e\u52a9",links:"\u94fe\u63a5",privacy:"\u9690\u79c1",profileSection:"\u7b80\u4ecb",sdkVersion:"SDK\u7248\u672c",serverURL:"\u670d\u52a1\u5668\u7f51\u5740",showAdvanced:"\u663e\u793a\u9ad8\u7ea7\u8bbe\u7f6e",startCarModeInLowBandwidthMode:"\u540c\u65f6\u5f00\u542f\u9a7e\u9a76\u6a21\u5f0f\u548c\u7701\u6d41\u6a21\u5f0f",startWithAudioMuted:"\u5173\u95ed\u97f3\u9891\u5e76\u542f\u52a8",startWithVideoMuted:"\u5173\u95ed\u89c6\u9891\u5e76\u542f\u52a8",terms:"\u6761\u6b3e",version:"APP\u7248\u672c"},share:{dialInfoText:"\n\n=====\n\n\u53ea\u60f3\u901a\u8fc7\u624b\u673a\u62e8\u53f7\uff1f\n\n{{defaultDialInNumber}}\u70b9\u51fb\u6b64\u94fe\u63a5\u67e5\u770b\u672c\u6b21\u4f1a\u8bae\u7535\u8bdd\u62e8\u5165\u53f7\u7801\n{{dialInfoPageUrl}}",mainText:"\u70b9\u51fb\u4ee5\u4e0b\u94fe\u63a5\u52a0\u5165\u4f1a\u8bae\uff1a\n{{roomUrl}}"},speaker:"\u626c\u58f0\u5668",speakerStats:{angry:"\u751f\u6c14",disgusted:"\u5455\u5410",displayEmotions:"\u663e\u793a\u8868\u60c5",fearful:"\u5bb3\u6015",happy:"\u7b11\u8138",hours:"{{count}}\u65f6",minutes:"{{count}}\u5206",name:"\u540d\u5b57",neutral:"\u4e2d\u7acb",sad:"\u60b2\u4f24",search:"\u641c\u7d22",seconds:"{{count}}\u79d2",speakerStats:"\u53d1\u8a00\u7edf\u8ba1",speakerTime:"\u53d1\u8a00\u65f6\u95f4",surprised:"\u60ca\u8bb6"},startupoverlay:{genericTitle:"\u53c2\u52a0\u4f1a\u8bae\u9700\u8981\u4f7f\u7528\u4f60\u7684\u9ea6\u514b\u98ce\u548c\u6444\u50cf\u5934\u3002",policyText:" ",title:"{{app}}\u9700\u8981\u4f7f\u7528\u4f60\u7684\u9ea6\u514b\u98ce\u548c\u6444\u50cf\u5934\u3002"},suspendedoverlay:{rejoinKeyTitle:"\u91cd\u65b0\u52a0\u5165",text:"\u6309\u4e0b \u91cd\u65b0\u52a0\u5165 \u6309\u94ae\u91cd\u65b0\u8fde\u63a5\u3002",title:"\u7531\u4e8e\u4f60\u7684\u7535\u8111\u8fdb\u5165\u4f11\u7720\u6a21\u5f0f\uff0c\u89c6\u9891\u901a\u8bdd\u5df2\u7ecf\u4e2d\u65ad\u3002"},termsView:{title:"\u6761\u6b3e"},toggleTopPanelLabel:"\u5207\u6362\u9876\u90e8\u9762\u677f",toolbar:{Settings:"\u8bbe\u7f6e",accessibilityLabel:{Settings:"\u5207\u6362\u8bbe\u7f6e",audioOnly:"\u5207\u6362\u4ec5\u97f3\u9891\u6a21\u5f0f",audioRoute:"\u9009\u62e9\u97f3\u9891\u8bbe\u5907",boo:"\u5618\u58f0",breakoutRoom:"\u52a0\u5165/\u79bb\u5f00\u5206\u7ec4\u8ba8\u8bba\u5ba4",callQuality:"\u7ba1\u7406\u89c6\u9891\u8d28\u91cf",carmode:"\u9a7e\u9a76\u6a21\u5f0f",cc:"\u5207\u6362\u5b57\u5e55",chat:"\u6253\u5f00/\u5173\u95ed\u804a\u5929",clap:"\u9f13\u638c",closeChat:"\u5173\u95ed\u804a\u5929",closeMoreActions:"\u5173\u95ed\u66f4\u591a\u64cd\u4f5c\u83dc\u5355",closeParticipantsPane:"\u5173\u95ed\u53c2\u4f1a\u8005\u9762\u677f",collapse:"\u6298\u53e0",document:"\u5207\u6362\u5171\u4eab\u6587\u6863",documentClose:"\u5173\u95ed\u5171\u4eab\u6587\u6863",documentOpen:"\u6253\u5f00\u5171\u4eab\u6587\u6863",download:"\u4e0b\u8f7d\u6211\u4eec\u7684APP",embedMeeting:"\u5d4c\u5165\u4f1a\u8bae",endConference:"\u7ed3\u675f\u4f1a\u8bae",enterFullScreen:"\u8fdb\u5165\u5168\u5c4f\u6a21\u5f0f",enterTileView:"\u8fdb\u5165\u5e73\u94fa\u89c6\u56fe",exitFullScreen:"\u9000\u51fa\u5168\u5c4f\u6a21\u5f0f",exitTileView:"\u9000\u51fa\u5e73\u94fa\u89c6\u56fe",expand:"\u5c55\u5f00",feedback:"\u63d0\u4f9b\u53cd\u9988",fullScreen:"\u5207\u6362\u5168\u5c4f\u6a21\u5f0f",giphy:"\u5207\u6362GIPHY\u83dc\u5355",grantModerator:"\u6388\u4e88\u4e3b\u6301\u4eba\u6743\u9650",hangup:"\u79bb\u5f00\u4f1a\u8bae",heading:"\u5de5\u5177\u680f",help:"\u5e2e\u52a9",hideWhiteboard:"\u9690\u85cf\u767d\u677f",invite:"\u9080\u8bf7\u5176\u4ed6\u4eba",kick:"\u79fb\u9664\u53c2\u4f1a\u8005",laugh:"\u5927\u7b11",leaveConference:"\u79bb\u5f00\u4f1a\u8bae",like:"\u7ad6\u8d77\u5927\u62c7\u6307",linkToSalesforce:"\u94fe\u63a5\u5230 Salesforce",lobbyButton:"\u5f00\u542f/\u5173\u95ed\u5927\u5385\u6a21\u5f0f",localRecording:"\u5207\u6362\u672c\u5730\u5f55\u5236\u63a7\u4ef6",lockRoom:"\u5f00\u542f/\u5173\u95ed\u4f1a\u8bae\u5bc6\u7801",lowerHand:"\u653e\u4e0b\u624b",moreActions:"\u66f4\u591a\u64cd\u4f5c",moreActionsMenu:"\u66f4\u591a\u64cd\u4f5c\u83dc\u5355",moreOptions:"\u663e\u793a\u66f4\u591a\u9009\u9879",mute:"\u9759\u97f3",muteEveryone:"\u5c06\u6240\u6709\u4eba\u9759\u97f3",muteEveryoneElse:"\u5c06\u5176\u4ed6\u4eba\u9759\u97f3",muteEveryoneElsesVideoStream:"\u505c\u6b62\u5176\u4ed6\u4eba\u7684\u89c6\u9891",muteEveryonesVideoStream:"\u505c\u6b62\u5168\u90e8\u4eba\u7684\u89c6\u9891",muteGUMPending:"\u8fde\u63a5\u4f60\u7684\u9ea6\u514b\u98ce",noiseSuppression:"\u964d\u566a",openChat:"\u6253\u5f00\u804a\u5929",participants:"\u6253\u5f00\u53c2\u4f1a\u8005\u9762\u677f",pip:"\u5207\u6362\u753b\u4e2d\u753b\u6a21\u5f0f",privateMessage:"\u53d1\u9001\u79c1\u4eba\u6d88\u606f",profile:"\u7f16\u8f91\u4f60\u7684\u4e2a\u4eba\u8d44\u6599",raiseHand:"\u4e3e\u624b",reactions:"\u53cd\u5e94",reactionsMenu:"\u53cd\u5e94\u83dc\u5355",recording:"\u5207\u6362\u5f55\u5236",remoteMute:"\u9759\u97f3\u53c2\u4f1a\u8005",remoteVideoMute:"\u7981\u7528\u53c2\u4f1a\u8005\u6444\u50cf\u5934",security:"\u5b89\u5168\u9009\u9879",selectBackground:"\u9009\u62e9\u80cc\u666f",selfView:"\u5207\u6362\u672c\u4eba\u89c6\u56fe",shareRoom:"\u9080\u8bf7\u5176\u4ed6\u4eba",shareYourScreen:"\u5f00\u59cb\u5171\u4eab\u5c4f\u5e55",shareaudio:"\u5206\u4eab\u97f3\u9891",sharedvideo:"\u5171\u4eab\u89c6\u9891",shortcuts:"\u5207\u6362\u5feb\u6377\u952e",show:"\u5728\u4e3b\u5c4f\u5c55\u793a",showWhiteboard:"\u663e\u793a\u767d\u677f",silence:"\u6c89\u9ed8",speakerStats:"\u5207\u6362\u53c2\u4f1a\u8005\u7edf\u8ba1",stopScreenSharing:"\u505c\u6b62\u5c4f\u5e55\u5171\u4eab",stopSharedVideo:"\u505c\u6b62\u89c6\u9891",surprised:"\u60ca\u8bb6",tileView:"\u5207\u6362\u753b\u5eca\u89c6\u56fe",toggleCamera:"\u5207\u6362\u6444\u50cf\u5934",toggleFilmstrip:"\u5207\u6362\u5e7b\u706f\u7247",unmute:"\u53d6\u6d88\u9759\u97f3",videoblur:"\u5207\u6362\u89c6\u9891\u6a21\u7cca",videomute:"\u5173\u95ed\u6444\u50cf\u5934",videomuteGUMPending:"\u8fde\u63a5\u4f60\u7684\u6444\u50cf\u5934",videounmute:"\u542f\u52a8\u6444\u50cf\u5934"},addPeople:"\u6dfb\u52a0\u4eba\u5458\u5230\u4f60\u7684\u901a\u8bdd\u4e2d",audioOnlyOff:"\u5173\u95ed\u7701\u6d41\u6a21\u5f0f",audioOnlyOn:"\u542f\u7528\u7701\u6d41\u6a21\u5f0f",audioRoute:"\u9009\u62e9\u97f3\u9891\u8bbe\u5907",audioSettings:"\u97f3\u9891\u8bbe\u7f6e",authenticate:"\u8ba4\u8bc1",boo:"\u5618\u58f0",callQuality:"\u7ba1\u7406\u89c6\u9891\u8d28\u91cf",chat:"\u6253\u5f00/\u5173\u95ed\u804a\u5929",clap:"\u9f13\u638c",closeChat:"\u5173\u95ed\u804a\u5929",closeParticipantsPane:"\u5173\u95ed\u53c2\u4f1a\u8005\u9762\u677f",closeReactionsMenu:"\u5173\u95ed\u53cd\u5e94\u83dc\u5355",disableNoiseSuppression:"\u5173\u95ed\u964d\u566a",disableReactionSounds:"\u4f60\u53ef\u4ee5\u7981\u7528\u6b64\u4f1a\u8bae\u7684\u53cd\u5e94\u58f0\u97f3",documentClose:"\u5173\u95ed\u6587\u4ef6\u5171\u4eab",documentOpen:"\u5f00\u542f\u6587\u4ef6\u5171\u4eab",download:"\u4e0b\u8f7d\u6211\u4eec\u7684APP",e2ee:"\u7aef\u5230\u7aef\u52a0\u5bc6",embedMeeting:"\u5d4c\u5165\u4f1a\u8bae",enableNoiseSuppression:"\u542f\u7528\u964d\u566a",endConference:"\u7ed3\u675f\u4f1a\u8bae",enterFullScreen:"\u8fdb\u5165\u5168\u5c4f\u6a21\u5f0f",enterTileView:"\u8fdb\u5165\u753b\u5eca\u89c6\u56fe",exitFullScreen:"\u9000\u51fa\u5168\u5c4f\u6a21\u5f0f",exitTileView:"\u9000\u51fa\u753b\u5eca\u89c6\u56fe",feedback:"\u63d0\u4f9b\u53cd\u9988",giphy:"\u5173\u95edGIPHY\u83dc\u5355",hangup:"\u79bb\u5f00\u4f1a\u8bae",help:"\u5e2e\u52a9",hideWhiteboard:"\u9690\u85cf\u767d\u677f",invite:"\u9080\u8bf7\u5176\u4ed6\u4eba",joinBreakoutRoom:"\u52a0\u5165\u5206\u7ec4\u8ba8\u8bba\u5ba4",laugh:"\u5927\u7b11",leaveBreakoutRoom:"\u79bb\u5f00\u5206\u7ec4\u8ba8\u8bba\u5ba4",leaveConference:"\u79bb\u5f00\u4f1a\u8bae",like:"\u7ad6\u8d77\u5927\u62c7\u6307",linkToSalesforce:"\u94fe\u63a5\u5230 Salesforce",lobbyButtonDisable:"\u5173\u95ed\u5927\u5385\u6a21\u5f0f",lobbyButtonEnable:"\u5f00\u542f\u5927\u5385\u6a21\u5f0f",login:"\u767b\u5f55",logout:"\u6ce8\u9500",lowerYourHand:"\u653e\u4e0b\u624b",moreActions:"\u66f4\u591a\u64cd\u4f5c",moreOptions:"\u663e\u793a\u66f4\u591a\u9009\u9879",mute:"\u9759\u97f3",muteEveryone:"\u5168\u90e8\u9759\u97f3",muteEveryonesVideo:"\u7981\u7528\u6240\u6709\u4eba\u7684\u6444\u50cf\u5934",muteGUMPending:"\u8fde\u63a5\u4f60\u7684\u9ea6\u514b\u98ce",noAudioSignalDesc:"\u5982\u679c\u4f60\u6ca1\u6709\u4ece\u7cfb\u7edf\u8bbe\u7f6e\u6216\u786c\u4ef6\u4e0a\u9759\u97f3\uff0c\u8bf7\u8003\u8651\u5207\u6362\u8bbe\u5907\u3002",noAudioSignalDescSuggestion:"\u5982\u679c\u4f60\u6ca1\u6709\u4ece\u7cfb\u7edf\u8bbe\u7f6e\u6216\u786c\u4ef6\u4e0a\u9759\u97f3\uff0c\u8003\u8651\u5207\u6362\u5230\u5efa\u8bae\u7684\u8bbe\u5907\u3002",noAudioSignalDialInDesc:"\u4f60\u8fd8\u53ef\u4ee5\u62e8\u6253\u4ee5\u4e0b\u53f7\u7801\u52a0\u5165\u4f1a\u8bae\uff1a",noAudioSignalDialInLinkDesc:"\u62e8\u6253\u7535\u8bdd\u53f7\u7801",noAudioSignalTitle:"\u4f60\u7684\u9ea6\u514b\u98ce\u6ca1\u6709\u58f0\u97f3\uff01",noiseSuppression:"\u964d\u566a",noisyAudioInputDesc:"\u542c\u8d77\u6765\u4f60\u7684\u9ea6\u514b\u98ce\u5728\u53d1\u51fa\u566a\u97f3\uff0c\u8bf7\u8003\u8651\u5c06\u5176\u9759\u97f3\u6216\u66f4\u6362\u8bbe\u5907\u3002",noisyAudioInputTitle:"\u4f60\u7684\u9ea6\u514b\u98ce\u4f3c\u4e4e\u5f88\u5608\u6742!",openChat:"\u6253\u5f00\u804a\u5929",openReactionsMenu:"\u6253\u5f00\u53cd\u5e94\u83dc\u5355",participants:"\u53c2\u4f1a\u8005",pip:"\u8fdb\u5165\u753b\u4e2d\u753b\u6a21\u5f0f",privateMessage:"\u53d1\u9001\u79c1\u4eba\u6d88\u606f",profile:"\u7f16\u8f91\u4f60\u7684\u4e2a\u4eba\u8d44\u6599",raiseHand:"\u4e3e\u624b",raiseYourHand:"\u4e3e\u624b",reactionBoo:"\u53d1\u9001\u5618\u58f0\u53cd\u5e94",reactionClap:"\u53d1\u9001\u9f13\u638c\u53cd\u5e94",reactionLaugh:"\u53d1\u9001\u5927\u7b11\u53cd\u5e94",reactionLike:"\u53d1\u9001\u7ad6\u8d77\u5927\u62c7\u6307\u53cd\u5e94",reactionSilence:"\u53d1\u9001\u6c89\u9ed8\u53cd\u5e94",reactionSurprised:"\u53d1\u9001\u60ca\u8bb6\u53cd\u5e94",reactions:"\u53cd\u5e94",security:"\u5b89\u5168\u9009\u9879",selectBackground:"\u9009\u62e9\u80cc\u666f",shareRoom:"\u9080\u8bf7\u4ed6\u4eba",shareaudio:"\u5171\u4eab\u97f3\u9891",sharedvideo:"\u5171\u4eab\u89c6\u9891",shortcuts:"\u67e5\u770b\u5feb\u6377\u952e",showWhiteboard:"\u663e\u793a\u767d\u677f",silence:"\u6c89\u9ed8",speakerStats:"\u53c2\u4f1a\u8005\u7edf\u8ba1",startScreenSharing:"\u5f00\u542f\u5171\u4eab\u5c4f\u5e55",startSubtitles:"{{language}} \u2022 \u5b57\u5e55",stopAudioSharing:"\u505c\u6b62\u5171\u4eab\u97f3\u9891",stopScreenSharing:"\u505c\u6b62\u5171\u4eab\u5c4f\u5e55",stopSharedVideo:"\u505c\u6b62\u89c6\u9891",stopSubtitles:"\u505c\u6b62\u5b57\u5e55",surprised:"\u60ca\u8bb6",talkWhileMutedPopup:"\u60f3\u8981\u53d1\u8a00\u5417\uff1f\u4f60\u88ab\u9759\u97f3\u4e86\u3002",tileViewToggle:"\u5207\u6362\u753b\u9762\u6a21\u5f0f",toggleCamera:"\u5207\u6362\u6444\u50cf\u5934",unmute:"\u53d6\u6d88\u9759\u97f3",videoSettings:"\u89c6\u9891\u8bbe\u7f6e",videomute:"\u5173\u95ed\u6444\u50cf\u5934",videomuteGUMPending:"\u8fde\u63a5\u4f60\u7684\u6444\u50cf\u5934",videounmute:"\u542f\u52a8\u6444\u50cf\u5934"},transcribing:{ccButtonTooltip:"\u5f00\u542f/\u5173\u95ed\u5b57\u5e55",error:"\u8f6c\u5f55\u5931\u8d25\uff0c\u8bf7\u91cd\u8bd5\u3002",expandedLabel:"\u8f6c\u5f55\u5df2\u5f00\u542f",failedToStart:"\u5f00\u542f\u8f6c\u5f55\u5931\u8d25",labelToolTip:"\u4f1a\u8bae\u6b63\u5728\u8f6c\u5f55\u4e2d",off:"\u8f6c\u5f55\u5df2\u505c\u6b62",pending:"\u51c6\u5907\u8f6c\u5f55\u4f1a\u8bae\u4e2d\u2026\u2026",sourceLanguageDesc:"\u5f53\u524d\u4f1a\u8bae\u8bed\u8a00\u8bbe\u7f6e\u4e3a{{sourceLanguage}}
\u4f60\u53ef\u4ee5\u5728\u8fd9\u91cc",sourceLanguageHere:"\u66f4\u6539",start:"\u5f00\u542f\u663e\u793a\u5b57\u5e55",stop:"\u505c\u6b62\u663e\u793a\u5b57\u5e55",subtitles:"\u5b57\u5e55",subtitlesOff:"\u5173",tr:"\u8f6c\u5f55"},unpinParticipant:"{{participantName}} - \u53d6\u6d88\u56fa\u5b9a",userMedia:{androidGrantPermissions:"\u5f53\u4f60\u7684\u6d4f\u89c8\u5668\u8981\u6c42\u6743\u9650\u65f6\uff0c\u8bf7\u9009\u62e9\u5141\u8bb8",chromeGrantPermissions:"\u5f53\u4f60\u7684\u6d4f\u89c8\u5668\u8981\u6c42\u6743\u9650\u65f6\uff0c\u8bf7\u9009\u62e9\u5141\u8bb8",edgeGrantPermissions:"\u5f53\u4f60\u7684\u6d4f\u89c8\u5668\u8981\u6c42\u6743\u9650\u65f6\uff0c\u8bf7\u9009\u62e9\u5141\u8bb8",electronGrantPermissions:"\u6b63\u5728\u5c1d\u8bd5\u8bbf\u95ee\u4f60\u7684\u6444\u50cf\u5934\u548c\u9ea6\u514b\u98ce",firefoxGrantPermissions:"\u5f53\u4f60\u7684\u6d4f\u89c8\u5668\u8981\u6c42\u6743\u9650\u65f6\uff0c\u8bf7\u9009\u62e9\u5206\u4eab\u7684\u7a97\u53e3\u6216\u5c4f\u5e55 ",iexplorerGrantPermissions:"\u5f53\u4f60\u7684\u6d4f\u89c8\u5668\u8981\u6c42\u6743\u9650\u65f6\uff0c\u8bf7\u9009\u62e9\u53ef\u4ee5",nwjsGrantPermissions:"\u8bf7\u6388\u4e88\u4f7f\u7528\u4f60\u7684\u6444\u50cf\u5934\u548c\u9ea6\u514b\u98ce\u7684\u6743\u9650",operaGrantPermissions:"\u5f53\u4f60\u7684\u6d4f\u89c8\u5668\u8981\u6c42\u6743\u9650\u65f6\uff0c\u8bf7\u9009\u62e9\u5141\u8bb8","react-nativeGrantPermissions":"\u5f53\u4f60\u7684\u6d4f\u89c8\u5668\u8981\u6c42\u6743\u9650\u65f6\uff0c\u8bf7\u9009\u62e9\u5141\u8bb8",safariGrantPermissions:"\u5f53\u4f60\u7684\u6d4f\u89c8\u5668\u8981\u6c42\u6743\u9650\u65f6\uff0c\u8bf7\u9009\u62e9\u5141\u8bb8"},videoSIPGW:{busy:"\u6211\u4eec\u6b63\u5728\u91ca\u653e\u8d44\u6e90\uff0c\u8bf7\u7a0d\u540e\u518d\u8bd5\u3002",busyTitle:"\u4f1a\u8bae\u5ba4\u670d\u52a1\u76ee\u524d\u5fd9\u788c\u4e2d",errorAlreadyInvited:"\u5df2\u9080\u8bf7{{displayName}}",errorInvite:"\u4f1a\u8bae\u5c1a\u672a\u5efa\u7acb\uff0c\u8bf7\u7a0d\u540e\u518d\u8bd5\u3002",errorInviteFailed:"\u6211\u4eec\u6b63\u5728\u89e3\u51b3\u95ee\u9898\uff0c\u8bf7\u7a0d\u540e\u518d\u8bd5\u3002",errorInviteFailedTitle:"\u9080\u8bf7{{displayName}}\u5931\u8d25",errorInviteTitle:"\u4f1a\u8bae\u5ba4\u9080\u8bf7\u9519\u8bef",pending:"\u5df2\u5411{{displayName}}\u53d1\u9001\u9080\u8bf7"},videoStatus:{adjustFor:"\u8c03\u6574\u4e3a\uff1a",audioOnly:"\u4ec5\u8bed\u97f3",audioOnlyExpanded:"\u7701\u6d41\u6a21\u5f0f\u5df2\u5f00\u542f\uff0c\u4ec5\u63a5\u6536\u8bed\u97f3\u548c\u5171\u4eab\u5c4f\u5e55\u3002",bestPerformance:"\u6700\u4f73\u6027\u80fd",callQuality:"\u89c6\u9891\u8d28\u91cf\uff080 \u8868\u793a\u6700\u4f73\u6027\u80fd\uff0c3 \u8868\u793a\u6700\u9ad8\u8d28\u91cf\uff09",hd:"\u9ad8\u6e05",hdTooltip:"\u89c2\u770b\u9ad8\u6e05\u89c6\u9891",highDefinition:"\u9ad8\u6e05\u6670\u5ea6",highestQuality:"\u6700\u4f73\u54c1\u8d28",labelTooiltipNoVideo:"\u65e0\u89c6\u9891",labelTooltipAudioOnly:"\u7701\u6d41\u6a21\u5f0f\u5df2\u5f00\u542f",ld:"\u4f4e\u6e05",ldTooltip:"\u89c2\u770b\u4f4e\u6e05\u89c6\u9891",lowDefinition:"\u4f4e\u6e05\u6670\u5ea6",performanceSettings:"\u6027\u80fd\u8bbe\u7f6e",recording:"\u6b63\u5728\u8fdb\u884c\u5f55\u5236",sd:"\u6807\u6e05",sdTooltip:"\u89c2\u770b\u6807\u6e05\u89c6\u9891",standardDefinition:"\u6807\u51c6\u6e05\u6670\u5ea6",streaming:"\u6b63\u5728\u8fdb\u884c\u76f4\u64ad"},videothumbnail:{connectionInfo:"\u8fde\u63a5\u4fe1\u606f",domute:"\u9759\u97f3",domuteOthers:"\u9759\u97f3\u6240\u6709\u4eba",domuteVideo:"\u5173\u95ed\u6444\u50cf\u5934",domuteVideoOfOthers:"\u5173\u95ed\u6240\u6709\u4eba\u7684\u6444\u50cf\u5934",flip:"\u7ffb\u8f6c",grantModerator:"\u6388\u4e88\u4e3b\u6301\u4eba\u6743\u9650",hideSelfView:"\u9690\u85cf\u672c\u4eba\u89c6\u56fe",kick:"\u79fb\u9664",mirrorVideo:"\u955c\u50cf\u6211\u7684\u89c6\u9891",moderator:"\u4e3b\u6301\u4eba",mute:"\u53c2\u4f1a\u8005\u5df2\u88ab\u9759\u97f3",muted:"\u5df2\u9759\u97f3",pinToStage:"\u5728\u89c6\u56fe\u4e2d\u56fa\u5b9a",remoteControl:"\u542f\u52a8/\u505c\u6b62\u8fdc\u7a0b\u63a7\u5236",screenSharing:"\u53c2\u4f1a\u8005\u6b63\u5728\u5171\u4eab\u5c4f\u5e55",show:"\u4e3b\u5c4f\u5c55\u793a",showSelfView:"\u663e\u793a\u672c\u4eba\u89c6\u56fe",unpinFromStage:"\u53d6\u6d88\u56fa\u5b9a",verify:"\u9a8c\u8bc1\u53c2\u4f1a\u8005",videoMuted:"\u6444\u50cf\u673a\u5df2\u7981\u7528",videomute:"\u53c2\u4f1a\u8005\u5df2\u5173\u95ed\u6444\u50cf\u5934"},virtualBackground:{accessibilityLabel:{currentBackground:"\u5f53\u524d\u80cc\u666f\uff1a{{background}}",selectBackground:"\u9009\u62e9\u80cc\u666f"},addBackground:"\u6dfb\u52a0\u80cc\u666f",apply:"\u5e94\u7528",backgroundEffectError:"\u65e0\u6cd5\u5e94\u7528\u80cc\u666f\u6548\u679c\u3002",blur:"\u80cc\u666f\u865a\u5316",deleteImage:"\u5220\u9664\u56fe\u50cf",desktopShare:"\u5171\u4eab\u5c4f\u5e55",desktopShareError:"\u65e0\u6cd5\u5efa\u7acb\u5171\u4eab\u5c4f\u5e55",image1:"\u6d77\u6ee9",image2:"\u767d\u5899",image3:"\u7a7a\u623f",image4:"\u843d\u5730\u706f",image5:"\u5c71\u5730",image6:"\u68ee\u6797",image7:"\u65e5\u51fa",none:"\u65e0",pleaseWait:"\u8bf7\u7a0d\u7b49\u2026\u2026",removeBackground:"\u79fb\u9664\u80cc\u666f",slightBlur:"\u8f7b\u5ea6\u865a\u5316",title:"\u865a\u62df\u80cc\u666f",uploadedImage:"\u5df2\u4e0a\u4f20\u56fe\u50cf {{index}}",webAssemblyWarning:"\u4e0d\u652f\u6301WebAssembly",webAssemblyWarningDescription:"\u6b64\u6d4f\u89c8\u5668\u7981\u7528\u6216\u4e0d\u652f\u6301WebAssembly"},visitors:{chatIndicator:"\uff08\u8bbf\u5ba2\uff09",labelTooltip:"\u8bbf\u5ba2\u4eba\u6570\uff1a{{count}}",notification:{description:"\u8981\u53c2\u4e0e\uff0c\u8bf7\u4e3e\u624b",title:"\u4f60\u662f\u4f1a\u8bae\u4e2d\u7684\u8bbf\u5ba2"}},volumeSlider:"\u97f3\u91cf\u6ed1\u5757",welcomepage:{accessibilityLabel:{join:"\u70b9\u51fb\u52a0\u5165",roomname:"\u8bf7\u8f93\u5165\u4f1a\u8bae\u5ba4\u540d\u79f0"},addMeetingName:"\u6dfb\u52a0\u4f1a\u8bae\u5ba4\u540d\u79f0",appDescription:"\u5feb\u6765\u9080\u8bf7\u66f4\u591a\u7684\u4eba\u52a0\u5165\uff0c\u4e0e\u4ed6\u4eec\u4e00\u8d77\u8fdb\u884c\u89c6\u9891\u901a\u8bdd\u3002{{app}}\u662f\u4e00\u4e2a\u5b8c\u5168\u52a0\u5bc6\u4ee5\u53ca100%\u5f00\u6e90\u7684\u89c6\u9891\u4f1a\u8bae\u89e3\u51b3\u65b9\u6848\uff0c\u65e0\u9700\u6ce8\u518c\u5373\u53ef\u514d\u8d39\u4f7f\u7528\u3002",audioVideoSwitch:{audio:"\u8bed\u97f3",video:"\u89c6\u9891"},calendar:"\u65e5\u5386",connectCalendarButton:"\u8fde\u63a5\u4f60\u7684\u65e5\u5386",connectCalendarText:"\u8fde\u63a5\u4f60\u7684\u65e5\u5386\u5c31\u53ef\u4ee5\u5728{{app}}\u4e2d\u67e5\u770b\u6240\u6709\u4f1a\u8bae\u3002\u6b64\u5916\uff0c\u5c06{{provider}}\u7684\u4f1a\u8bae\u6dfb\u52a0\u5230\u4f60\u7684\u65e5\u5386\u4e2d\u5373\u53ef\u4e00\u952e\u8fdb\u5165\u3002",enterRoomTitle:"\u5f00\u59cb\u65b0\u7684\u4f1a\u8bae",getHelp:"\u83b7\u5f97\u5e2e\u52a9",go:"\u5f00\u59cb",goSmall:"\u5f00\u59cb",headerSubtitle:"\u5b89\u5168\u4e14\u9ad8\u54c1\u8d28\u7684\u4f1a\u8bae",headerTitle:"Jitsi Meet",info:"\u62e8\u5165\u4fe1\u606f",jitsiOnMobile:"\u624b\u673a\u7248Jitsi \u2013 \u4e0b\u8f7d\u6211\u4eec\u7684APP\uff0c\u968f\u65f6\u968f\u5730\u5f00\u59cb\u4f1a\u8bae",join:"\u521b\u5efa/\u52a0\u5165",logo:{calendar:"\u65e5\u5386\u56fe\u6807",desktopPreviewThumbnail:"\u684c\u9762\u9884\u89c8\u7f29\u7565\u56fe",googleLogo:"\u8c37\u6b4c\u56fe\u6807",logoDeepLinking:"Jitsi Meet\u56fe\u6807",microsoftLogo:"\u5fae\u8f6f\u56fe\u6807",policyLogo:"\u653f\u7b56\u56fe\u6807"},meetingsAccessibilityLabel:"\u4f1a\u8bae",mobileDownLoadLinkAndroid:"\u4eceGoogle Play\u4e0b\u8f7d\u5b89\u5353\u7248\u624b\u673aAPP",mobileDownLoadLinkFDroid:"\u4eceF-Droid\u4e0b\u8f7d\u5b89\u5353\u7248\u624b\u673aAPP",mobileDownLoadLinkIos:"\u4e0b\u8f7diOS\u7248\u624b\u673aAPP",moderatedMessage:"\u6216\u8005\u4ee5\u4e3b\u6301\u4eba\u8eab\u4efd\u63d0\u524d\u9884\u5b9a\u4f1a\u8bae\u3002",privacy:"\u9690\u79c1",recentList:"\u8fd1\u671f\u4f1a\u8bae",recentListDelete:"\u5220\u9664",recentListEmpty:"\u4f60\u7684\u8fd1\u671f\u4f1a\u8bae\u4e3a\u7a7a\uff0c\u4e0e\u4f60\u7684\u56e2\u961f\u53c2\u4f1a\u8005\u804a\u5929\u540e\uff0c\u5386\u53f2\u4f1a\u8bae\u8bb0\u5f55\u4f1a\u51fa\u73b0\u5728\u8fd9\u91cc\u3002",recentMeetings:"\u4f60\u7684\u8fd1\u671f\u4f1a\u8bae",reducedUIText:"\u6b22\u8fce\u4f7f\u7528{{app}}\uff01",roomNameAllowedChars:"\u4f1a\u8bae\u5ba4\u540d\u79f0\u4e0d\u5e94\u5305\u542b\u4ee5\u4e0b\u5b57\u7b26\uff1a? & : ' \" % #",roomname:"\u8bf7\u8f93\u5165\u4f1a\u8bae\u5ba4\u540d\u79f0",roomnameHint:"\u8f93\u5165\u4f60\u60f3\u52a0\u5165\u7684\u4f1a\u8bae\u5ba4\u7684\u540d\u79f0\u6216\u7f51\u5740\uff0c\u4f60\u4e5f\u53ef\u4ee5\u4f7f\u7528\u4e0d\u540c\u7684\u540d\u79f0\u521b\u5efa\u4f1a\u8bae\u5ba4\uff0c\u5176\u4ed6\u4eba\u53ea\u9700\u8f93\u5165\u76f8\u540c\u7684\u540d\u79f0\u5373\u53ef\u52a0\u5165\u3002",sendFeedback:"\u53d1\u9001\u53cd\u9988",settings:"\u8bbe\u7f6e",startMeeting:"\u5f00\u59cb\u4f1a\u8bae",terms:"\u6761\u6b3e",title:"\u5b89\u5168\u3001\u529f\u80fd\u5b8c\u5584\u3001\u5b8c\u5168\u514d\u8d39\u7684\u89c6\u9891\u4f1a\u8bae",upcomingMeetings:"\u60a8\u7684\u5373\u5c06\u4e3e\u884c\u7684\u4f1a\u8bae"},whiteboard:{accessibilityLabel:{heading:"\u767d\u677f"}}}},854,[]); -__d(function(e,i,o,t,n,a,r){n.exports={addPeople:{accessibilityLabel:{meetingLink:"\u6703\u8b70\u9023\u7d50: {{url}}"},add:"\u9080\u8acb",addContacts:"\u9080\u8acb\u60a8\u7684\u806f\u7d61\u4eba",contacts:"\u806f\u7d61\u4eba",copyInvite:"\u8907\u88fd\u6703\u8b70\u9080\u8acb",copyLink:"\u8907\u88fd\u6703\u8b70\u9023\u7d50",copyStream:"\u8907\u88fd\u76f4\u64ad\u9023\u7d50",countryNotSupported:"\u6211\u5011\u5c1a\u672a\u652f\u63f4\u6b64\u5730\u5340\u3002",countryReminder:"\u5728\u7f8e\u570b\u4ee5\u5916\u7684\u5730\u5340\u64a5\u6253\uff1f\u8acb\u5728\u958b\u982d\u52a0\u5165\u570b\u969b\u96fb\u8a71\u5340\u865f\uff01",defaultEmail:"\u60a8\u7684\u9810\u8a2d\u96fb\u5b50\u90f5\u4ef6",disabled:"\u60a8\u7121\u6cd5\u9080\u8acb\u5176\u4ed6\u4eba\u3002",failedToAdd:"\u52a0\u5165\u8207\u6703\u8005\u5931\u6557",googleEmail:"Google Email",inviteMoreHeader:"\u76ee\u524d\u53ea\u6709\u60a8\u4e00\u500b\u4eba\u5728\u6703\u8b70\u4e2d",inviteMoreMailSubject:"\u52a0\u5165{{appName}}\u6703\u8b70",inviteMorePrompt:"\u9080\u8acb\u66f4\u591a\u4eba",linkCopied:"\u5df2\u5c07\u9023\u7d50\u8907\u88fd\u81f3\u526a\u8cbc\u7c3f",noResults:"\u6c92\u6709\u7b26\u5408\u7684\u641c\u5c0b\u7d50\u679c",outlookEmail:"Outlook Email",phoneNumbers:"\u96fb\u8a71\u865f\u78bc",searching:"\u641c\u5c0b\u4e2d...",shareInvite:"\u5206\u4eab\u6703\u8b70\u9080\u8acb",shareLink:"\u5206\u4eab\u6703\u8b70\u9023\u7d50\u4ee5\u9080\u8acb\u4ed6\u4eba",shareStream:"\u8907\u88fd\u5206\u4eab\u9023\u7d50",sipAddresses:"SIP \u4f4d\u5740",telephone:"\u96fb\u8a71\u865f\u78bc\uff1a{{number}}",title:"\u9080\u8acb\u4ed6\u4eba\u81f3\u6703\u8b70",yahooEmail:"Yahoo! Email"},audioDevices:{bluetooth:"\u85cd\u7259",car:"\u6c7d\u8eca\u97f3\u97ff",headphones:"\u8033\u6a5f",none:"\u6c92\u6709\u53ef\u7528\u7684\u97f3\u6548\u88dd\u7f6e",phone:"\u96fb\u8a71",speaker:"\u64f4\u97f3"},audioOnly:{audioOnly:"\u4f4e\u983b\u5bec"},bandwidthSettings:{assumedBandwidthBps:"\u4f8b\u5982\uff0c10 Mbps \u7684\u503c\u70ba 10000000",assumedBandwidthBpsWarning:"\u8f03\u9ad8\u7684\u6578\u503c\u53ef\u80fd\u5c0e\u81f4\u7db2\u8def\u554f\u984c\u3002",customValue:"\u81ea\u8a02\u6578\u503c",customValueEffect:"\u4ee5\u8a2d\u5b9a\u5be6\u969b\u7684 bps \u6578\u503c",leaveEmpty:"\u4fdd\u7559\u7a7a\u767d",leaveEmptyEffect:"\u5141\u8a31\u9032\u884c\u4f30\u7b97",possibleValues:"\u53ef\u80fd\u7684\u6578\u503c",setAssumedBandwidthBps:"\u5047\u8a2d\u983b\u5bec\uff08bps\uff09",title:"\u983b\u5bec\u8a2d\u5b9a",zeroEffect:"\u4ee5\u505c\u7528\u8996\u8a0a"},breakoutRooms:{actions:{add:"\u65b0\u589e\u8a0e\u8ad6\u5ba4",autoAssign:"\u81ea\u52d5\u5206\u914d\u81f3\u8a0e\u8ad6\u5ba4",close:"\u95dc\u9589",join:"\u52a0\u5165",leaveBreakoutRoom:"\u96e2\u958b\u8a0e\u8ad6\u5ba4",more:"\u66f4\u591a",remove:"\u79fb\u9664",rename:"\u91cd\u65b0\u547d\u540d",renameBreakoutRoom:"\u91cd\u65b0\u547d\u540d\u8a0e\u8ad6\u5ba4",sendToBreakoutRoom:"\u5c07\u8207\u6703\u8005\u79fb\u81f3\uff1a"},defaultName:"\u5206\u7d44\u8a0e\u8ad6\u5ba4 #{{index}}",mainRoom:"\u4e3b\u6703\u8b70\u5ba4",notifications:{joined:"\u6b63\u5728\u52a0\u5165\u300c{{name}}\u300d\u5206\u7d44\u8a0e\u8ad6\u5ba4",joinedMainRoom:"\u6b63\u5728\u52a0\u5165\u4e3b\u6703\u8b70\u5ba4",joinedTitle:"\u5206\u7d44\u8a0e\u8ad6\u5ba4"}},calendarSync:{addMeetingURL:"\u589e\u52a0\u6703\u8b70\u9023\u7d50",confirmAddLink:"\u60a8\u8981\u70ba\u6b64\u6d3b\u52d5\u52a0\u5165 Jitsi \u9023\u7d50\u55ce\uff1f",error:{appConfiguration:"\u884c\u4e8b\u66c6\u6574\u5408\u5c1a\u672a\u6b63\u78ba\u8a2d\u5b9a\u3002",generic:"\u767c\u751f\u932f\u8aa4\uff0c\u8acb\u6aa2\u67e5\u884c\u4e8b\u66c6\u8a2d\u5b9a\uff0c\u6216\u662f\u91cd\u65b0\u6574\u7406\u884c\u4e8b\u66c6\u3002",notSignedIn:"\u67e5\u770b\u884c\u4e8b\u66c6\u4e8b\u4ef6\u9032\u884c\u8a8d\u8b49\u6642\u767c\u751f\u932f\u8aa4\uff0c\u8acb\u6aa2\u67e5\u60a8\u7684\u884c\u4e8b\u66c6\u8a2d\u5b9a\uff0c\u4e26\u518d\u6b21\u767b\u5165\u3002"},join:"\u53c3\u52a0",joinTooltip:"\u53c3\u52a0\u6703\u8b70",nextMeeting:"\u4e0b\u4e00\u500b\u6703\u8b70",noEvents:"\u5df2\u7d93\u6c92\u6709\u6392\u7a0b\u7684\u4e8b\u4ef6\u3002",ongoingMeeting:"\u6b63\u5728\u9032\u884c\u7684\u6703\u8b70",permissionButton:"\u958b\u555f\u8a2d\u5b9a",permissionMessage:"\u5fc5\u9808\u5148\u53d6\u5f97\u884c\u4e8b\u66c6\u7684\u5b58\u53d6\u6b0a\u9650\u624d\u80fd\u67e5\u770b\u60a8\u61c9\u7528\u7a0b\u5f0f\u4e2d\u7684\u6703\u8b70\u3002",refresh:"\u91cd\u65b0\u6574\u7406\u884c\u4e8b\u66c6",today:"\u4eca\u65e5"},carmode:{actions:{selectSoundDevice:"\u9078\u64c7\u97f3\u8a0a\u88dd\u7f6e"},labels:{buttonLabel:"\u884c\u8eca\u6a21\u5f0f",title:"\u884c\u8eca\u6a21\u5f0f",videoStopped:"\u60a8\u7684\u8996\u8a0a\u5df2\u505c\u7528"}},chat:{enter:"\u52a0\u5165\u804a\u5929\u5ba4",error:"\u932f\u8aa4\uff1a\u60a8\u7684\u8a0a\u606f\u672a\u88ab\u50b3\u9001\u3002\u539f\u56e0\uff1a{{error}}",fieldPlaceHolder:"\u5728\u6b64\u8f38\u5165\u60a8\u7684\u8a0a\u606f",lobbyChatMessageTo:"\u5927\u5ef3\u804a\u5929\u8a0a\u606f\u50b3\u9001\u81f3{{recipient}}",message:"\u8a0a\u606f",messageAccessibleTitle:"{{user}}\uff1a",messageAccessibleTitleMe:"\u8aaa\uff1a",messageTo:"\u50b3\u9001\u79c1\u4eba\u8a0a\u606f\u81f3{{recipient}}",messagebox:"\u8f38\u5165\u8a0a\u606f",newMessages:"\u65b0\u8a0a\u606f",nickname:{popover:"\u9078\u64c7\u540d\u7a31",title:"\u8f38\u5165\u540d\u7a31\u4f86\u4f7f\u7528\u804a\u5929",titleWithPolls:"\u8f38\u5165\u540d\u7a31\u4f86\u4f7f\u7528\u804a\u5929\u8207\u6295\u7968"},noMessagesMessage:"\u6b64\u6703\u8b70\u5c1a\u7121\u8a0a\u606f\uff0c\u5728\u6b64\u958b\u59cb\u5c0d\u8a71\u804a\u5929\uff01",privateNotice:"\u50b3\u9001\u79c1\u4eba\u8a0a\u606f\u81f3{{recipient}}",sendButton:"\u50b3\u9001",smileysPanel:"Emoji \u9762\u677f",tabs:{chat:"\u804a\u5929",polls:"\u6295\u7968"},title:"\u804a\u5929",titleWithPolls:"\u804a\u5929\u8207\u6295\u7968",you:"\u60a8"},chromeExtensionBanner:{buttonText:"\u5b89\u88dd Chrome \u64f4\u5145\u529f\u80fd",buttonTextEdge:"\u5b89\u88dd Edge \u5916\u639b\u7a0b\u5f0f",close:"\u95dc\u9589",dontShowAgain:"\u4e0d\u8981\u518d\u554f\u4e86",installExtensionText:"\u5b89\u88dd\u9069\u7528\u65bc Google \u884c\u4e8b\u66c6\u53ca Office 365 \u6574\u5408\u7684\u64f4\u5145\u529f\u80fd"},connectingOverlay:{joiningRoom:"\u6b63\u5728\u5c07\u60a8\u9023\u63a5\u81f3\u60a8\u7684\u6703\u8b70..."},connection:{ATTACHED:"\u5df2\u7d93\u9644\u52a0",AUTHENTICATING:"\u8a8d\u8b49\u4e2d",AUTHFAIL:"\u8a8d\u8b49\u5931\u6557",CONNECTED:"\u5df2\u7d93\u9023\u63a5",CONNECTING:"\u9023\u63a5\u4e2d",CONNFAIL:"\u9023\u63a5\u5931\u6557",DISCONNECTED:"\u5df2\u65b7\u7dda",DISCONNECTING:"\u4e2d\u65b7\u9023\u63a5\u4e2d",ERROR:"\u932f\u8aa4",FETCH_SESSION_ID:"\u6b63\u5728\u53d6\u5f97\u5de5\u4f5c\u968e\u6bb5ID...",GET_SESSION_ID_ERROR:"\u53d6\u5f97\u5de5\u4f5c\u968e\u6bb5ID\u6642\u767c\u751f\u932f\u8aa4\uff1a{{code}}",GOT_SESSION_ID:"\u6b63\u5728\u53d6\u5f97\u5de5\u4f5c\u968e\u6bb5ID...\u5b8c\u6210",LOW_BANDWIDTH:"\u5df2\u95dc\u9589{{displayName}}\u7684\u8996\u8a0a\u4ee5\u7bc0\u7701\u6d41\u91cf"},connectionindicator:{address:"\u4f4d\u5740\uff1a",audio_ssrc:"\u97f3\u8a0aSSRC\uff1a",bandwidth:"\u9810\u4f30\u983b\u5bec\uff1a",bitrate:"\u9023\u7dda\u901f\u7387\uff1a",bridgeCount:"\u4f3a\u670d\u5668\u6578\u91cf\uff1a",codecs:"\u7de8\u89e3\u78bc\u5668\uff1a",connectedTo:"\u5df2\u9023\u63a5\u81f3\uff1a",e2eeVerified:"\u7aef\u5c0d\u7aef\u52a0\u5bc6\u9a57\u8b49\uff1a",framerate:"\u5f71\u683c\u7387\uff1a",less:"\u986f\u793a\u8f03\u5c11",localaddress:"\u672c\u6a5f\u4f4d\u5740\uff1a",localaddress_plural:"\u672c\u6a5f\u4f4d\u5740\uff1a",localport:"\u672c\u6a5f\u9023\u63a5\u57e0\uff1a",localport_plural:"\u672c\u6a5f\u9023\u63a5\u57e0\uff1a",maxEnabledResolution:"\u6700\u5927\u50b3\u8f38",more:"\u986f\u793a\u66f4\u591a",no:"\u5426",packetloss:"\u5c01\u5305\u907a\u5931\u7387\uff1a",participant_id:"\u8207\u6703\u8005ID\uff1a",quality:{good:"\u826f\u597d",inactive:"\u9592\u7f6e",lost:"\u907a\u5931",nonoptimal:"\u6b20\u4f73",poor:"\u5dee"},remoteaddress:"\u9060\u7aef\u4f4d\u5740\uff1a",remoteaddress_plural:"\u9060\u7aef\u4f4d\u5740\uff1a",remoteport:"\u9060\u7aef\u9023\u7dda\u57e0\uff1a",remoteport_plural:"\u9060\u7aef\u9023\u7dda\u57e0\uff1a",resolution:"\u89e3\u6790\u5ea6\uff1a",savelogs:"\u5132\u5b58\u65e5\u8a8c",status:"\u9023\u7dda\u72c0\u614b\uff1a",transport:"\u50b3\u8f38\u5354\u5b9a\uff1a",transport_plural:"\u50b3\u8f38\uff1a",video_ssrc:"\u8996\u8a0aSSRC\uff1a",yes:"\u662f"},dateUtils:{earlier:"\u7a0d\u65e9",today:"\u4eca\u65e5",yesterday:"\u6628\u5929"},deepLinking:{appNotInstalled:"\u60a8\u9700\u8981\u5728\u624b\u6a5f\u4e0a\u5b89\u88dd{{app}}\u884c\u52d5\u61c9\u7528\u7a0b\u5f0f\u624d\u80fd\u52a0\u5165\u9019\u5834\u6703\u8b70\u3002",description:"\u4ec0\u9ebc\u4e8b\u60c5\u90fd\u6c92\u767c\u751f\uff1f\u6211\u5011\u5df2\u5617\u8a66\u5728\u60a8\u7684{{app}}\u684c\u9762\u61c9\u7528\u7a0b\u5f0f\u958b\u555f\u6703\u8b70\u3002\u8acb\u518d\u8a66\u4e00\u6b21\uff0c\u6216\u662f\u5728{{app}}\u7db2\u8def\u61c9\u7528\u7a0b\u5f0f\u958b\u555f\u6703\u8b70\u3002",descriptionNew:"\u4ec0\u9ebc\u4e8b\u60c5\u90fd\u6c92\u767c\u751f\uff1f\u6211\u5011\u5df2\u5617\u8a66\u5728\u60a8\u7684{{app}}\u684c\u9762\u61c9\u7528\u7a0b\u5f0f\u958b\u555f\u6703\u8b70\u3002

\u60a8\u53ef\u4ee5\u518d\u8a66\u4e00\u6b21\uff0c\u6216\u5728\u7db2\u9801\u4e0a\u555f\u52d5\u3002",descriptionWithoutWeb:"\u4ec0\u9ebc\u4e8b\u60c5\u90fd\u6c92\u767c\u751f\uff1f\u6211\u5011\u5df2\u8a66\u8457\u5c07\u60a8\u7684\u6703\u8b70\u5728\u684c\u9762\u61c9\u7528\u7a0b\u5f0f{{app}}\u4e2d\u555f\u52d5\u3002",downloadApp:"\u4e0b\u8f09App",downloadMobileApp:"\u5f9eApp Store\u4e0b\u8f09",ifDoNotHaveApp:"\u5982\u679c\u60a8\u5c1a\u672a\u5b89\u88ddApp\uff1a",ifHaveApp:"\u5982\u679c\u60a8\u5df2\u7d93\u5b89\u88dd\u6b64App\uff1a",joinInApp:"\u4f7f\u7528App\u52a0\u5165\u6703\u8b70",joinInAppNew:"\u5728APP\u4e2d\u52a0\u5165",joinInBrowser:"\u5728\u700f\u89bd\u5668\u4e2d\u52a0\u5165",launchMeetingLabel:"\u60a8\u60f3\u5982\u4f55\u52a0\u5165\u6b64\u6703\u8b70\uff1f",launchWebButton:"\u5728\u700f\u89bd\u5668\u958b\u555f",noMobileApp:"\u60a8\u5c1a\u672a\u5b89\u88dd\u8a72APP\uff1f",termsAndConditions:"\u7e7c\u7e8c\u64cd\u4f5c\u5373\u8868\u793a\u60a8\u540c\u610f\u6211\u5011\u7684\u689d\u6b3e\u8207\u689d\u4ef6\u3002",title:"\u6b63\u5728{{app}}\u767c\u8d77\u60a8\u7684\u6703\u8b70...",titleNew:"\u6b63\u5728\u555f\u52d5\u60a8\u7684\u6703\u8b70...",tryAgainButton:"\u5728\u684c\u9762\u4e0a\u518d\u8a66\u4e00\u6b21",unsupportedBrowser:"\u60a8\u4f3c\u4e4e\u6b63\u5728\u4f7f\u7528\u6211\u5011\u4e0d\u652f\u63f4\u7684\u700f\u89bd\u5668"},defaultLink:"\u4f8b\u5982{{url}}",defaultNickname:"\u4f8b\u5982\uff1aJane Pink",deviceError:{cameraError:"\u7121\u6cd5\u5b58\u53d6\u60a8\u7684\u7db2\u8def\u651d\u5f71\u6a5f",cameraPermission:"\u7372\u53d6\u7db2\u8def\u651d\u5f71\u6a5f\u6b0a\u9650\u6642\u767c\u751f\u932f\u8aa4",microphoneError:"\u7121\u6cd5\u5b58\u53d6\u60a8\u7684\u9ea5\u514b\u98a8",microphonePermission:"\u7372\u53d6\u9ea5\u514b\u98a8\u6b0a\u9650\u6642\u767c\u751f\u932f\u8aa4"},deviceSelection:{hid:{callControl:"\u901a\u8a71\u63a7\u5236",connectedDevices:"\u5df2\u9023\u63a5\u7684\u88dd\u7f6e\uff1a",deleteDevice:"\u522a\u9664\u88dd\u7f6e",pairDevice:"\u914d\u5c0d\u88dd\u7f6e"},noPermission:"\u672a\u53d6\u5f97\u6b0a\u9650",previewUnavailable:"\u7121\u6cd5\u9810\u89bd",selectADevice:"\u9078\u64c7\u88dd\u7f6e",testAudio:"\u64ad\u653e\u6e2c\u8a66\u8072\u97f3"},dialIn:{screenTitle:"\u901a\u8a71\u8a18\u9304"},dialOut:{statusMessage:"\u73fe\u5728\u72c0\u614b\u70ba{{status}}"},dialog:{Back:"\u8fd4\u56de",Cancel:"\u53d6\u6d88",IamHost:"\u6211\u662f\u6703\u8b70\u4e3b\u6301\u4eba",Ok:"\u78ba\u5b9a",Remove:"\u79fb\u9664",Share:"\u5206\u4eab",Submit:"\u9001\u51fa",WaitForHostMsg:"\u6b64\u6703\u8b70\u5c1a\u672a\u958b\u59cb\uff0c\u5982\u679c\u60a8\u662f\u6703\u8b70\u4e3b\u6301\u4eba\uff0c\u8acb\u9032\u884c\u8a8d\u8b49\u4e26\u4ee5\u4e3b\u6301\u4eba\u8eab\u5206\u958b\u59cb\u6703\u8b70\u3002",WaitingForHostTitle:"\u6b63\u5728\u7b49\u5019\u4e3b\u6301\u4eba\u52a0\u5165...",Yes:"\u662f",accessibilityLabel:{Cancel:"\u53d6\u6d88\uff08\u96e2\u958b\u5c0d\u8a71\u6846\uff09",Ok:"\u78ba\u5b9a\uff08\u4fdd\u5b58\u4e26\u96e2\u958b\u5c0d\u8a71\u6846\uff09",close:"\u95dc\u9589\u5c0d\u8a71\u6846",liveStreaming:"\u76f4\u64ad\u4e32\u6d41",sharingTabs:"\u5206\u4eab\u9078\u9805"},add:"\u65b0\u589e",addMeetingNote:"\u65b0\u589e\u6b64\u6703\u8b70\u7684\u5099\u8a3b",addOptionalNote:"\u65b0\u589e\u5099\u8a3b\uff08\u9078\u586b\uff09\uff1a",allow:"\u5141\u8a31",alreadySharedVideoMsg:"\u5176\u4ed6\u8207\u6703\u8005\u6b63\u5728\u5206\u4eab\u5f71\u50cf\uff0c\u540c\u4e00\u6642\u9593\u53ea\u6709\u4e00\u500b\u8207\u6703\u8005\u53ef\u4ee5\u5206\u4eab\u5f71\u50cf\u87a2\u5e55\u3002",alreadySharedVideoTitle:"\u540c\u4e00\u6642\u9593\u53ea\u5141\u8a31\u4e00\u4f4d\u5f71\u50cf\u5206\u4eab",applicationWindow:"\u61c9\u7528\u7a0b\u5f0f\u8996\u7a97",authenticationRequired:"\u9700\u8981\u9a57\u8b49",cameraConstraintFailedError:"\u60a8\u7684\u7db2\u8def\u651d\u5f71\u6a5f\u4e0d\u7b26\u5408\u8981\u6c42\u3002",cameraNotFoundError:"\u627e\u4e0d\u5230\u7db2\u8def\u651d\u5f71\u6a5f\u3002",cameraNotSendingData:"\u6211\u5011\u7121\u6cd5\u5b58\u53d6\u60a8\u7684\u7db2\u8def\u651d\u5f71\u6a5f\uff0c\u8acb\u6aa2\u67e5\u662f\u5426\u6709\u5176\u4ed6\u61c9\u7528\u7a0b\u5f0f\u6b63\u5728\u4f7f\u7528\u9019\u500b\u88dd\u7f6e\uff0c\u4e26\u5f9e\u88dd\u7f6e\u9078\u55ae\u88e1\u9078\u64c7\u5176\u4ed6\u8a2d\u5099\u6216\u8005\u91cd\u65b0\u8f09\u5165\u3002",cameraNotSendingDataTitle:"\u7121\u6cd5\u5b58\u53d6\u7db2\u8def\u651d\u5f71\u6a5f",cameraPermissionDeniedError:"\u672a\u53d6\u5f97\u7db2\u8def\u651d\u5f71\u6a5f\u7684\u5b58\u53d6\u6b0a\uff0c\u60a8\u4ecd\u53ef\u53c3\u52a0\u6703\u8b70\uff0c\u4f46\u5176\u4ed6\u4eba\u7121\u6cd5\u770b\u5230\u4f60\u3002\u6309\u4e00\u4e0b\u7db2\u5740\u5217\u4e2d\u7684\u300c\u651d\u5f71\u6a5f\u300d\u5716\u793a \uff0c\u7136\u5f8c\u9078\u53d6\u300c\u4e00\u5f8b\u5141\u8a31\u300d\u9078\u9805\u3002",cameraTimeoutError:"\u7121\u6cd5\u555f\u52d5\u8996\u8a0a\u88dd\u7f6e\uff0c\u9023\u7dda\u903e\u6642\uff01",cameraUnknownError:"\u7531\u65bc\u4e0d\u660e\u539f\u56e0\uff0c\u7121\u6cd5\u5b58\u53d6\u7db2\u8def\u651d\u5f71\u6a5f\u3002",cameraUnsupportedResolutionError:"\u60a8\u7684\u7db2\u8def\u651d\u5f71\u6a5f\u4e0d\u652f\u63f4\u6240\u9700\u7684\u5f71\u50cf\u89e3\u6790\u5ea6\u3002",close:"\u95dc\u9589",conferenceDisconnectMsg:"\u8acb\u6aa2\u67e5\u4e00\u4e0b\u7db2\u8def\u9023\u7dda\uff0c\u5c07\u5728{{seconds}}\u79d2\u5f8c\u91cd\u65b0\u9023\u63a5...",conferenceDisconnectTitle:"\u60a8\u5df2\u7d93\u88ab\u4e2d\u65b7\u9023\u63a5\u3002",conferenceReloadMsg:"\u6211\u5011\u6b63\u8a66\u8457\u4fee\u5fa9\u72c0\u6cc1\uff0c\u5c07\u5728{{seconds}}\u79d2\u5f8c\u91cd\u65b0\u9023\u63a5...",conferenceReloadTitle:"\u5594\u54e6\uff01\u597d\u50cf\u6709\u6771\u897f\u58de\u6389\u56c9\u3002",confirm:"\u78ba\u8a8d",confirmNo:"\u5426",confirmYes:"\u662f",connectError:"\u5594\u54e6\uff01\u767c\u751f\u932f\u8aa4\uff0c\u7121\u6cd5\u9023\u63a5\u81f3\u6703\u8b70\u3002",connectErrorWithMsg:"\u5594\u54e6\uff01\u767c\u751f\u932f\u8aa4\uff0c\u7121\u6cd5\u9023\u63a5\u81f3\u6703\u8b70\uff1a{{msg}}",connecting:"\u9023\u63a5\u4e2d",contactSupport:"\u806f\u7d61\u652f\u63f4",copied:"\u5df2\u8907\u88fd",copy:"\u8907\u88fd",dismiss:"\u53d6\u6d88",displayNameRequired:"\u55e8\uff01\u8acb\u554f\u5927\u540d\uff1f",done:"\u5b8c\u6210",e2eeDescription:"\u8acb\u6ce8\u610f\uff0c\u7aef\u5c0d\u7aef\u52a0\u5bc6\u76ee\u524d\u662f\u5be6\u9a57\u6027\u529f\u80fd\uff0c\u555f\u7528\u7aef\u5c0d\u7aef\u52a0\u5bc6\u5c07\u505c\u7528\u90e8\u5206\u4f3a\u670d\u5668\u7aef\u63d0\u4f9b\u7684\u670d\u52d9\uff0c\u4f8b\u5982\uff1a\u900f\u904e\u96fb\u8a71\u52a0\u5165\u6703\u8b70\u3002\u53e6\u5916\uff0c\u900f\u904e\u7db2\u9801\u7248\u52a0\u5165\u6703\u8b70\u9084\u9700\u8981\u4f7f\u7528\u652f\u63f4Insertable Streams\u7684\u700f\u89bd\u5668\u3002",e2eeDisabledDueToMaxModeDescription:"\u7531\u65bc\u6703\u8b70\u4e2d\u7684\u4eba\u6578\u904e\u591a\uff0c\u6545\u7121\u6cd5\u555f\u7528\u7aef\u5c0d\u7aef\u52a0\u5bc6\u3002",e2eeLabel:"\u555f\u7528\u7aef\u5c0d\u7aef\u52a0\u5bc6",e2eeWarning:"\u8b66\u544a\uff1a\u770b\u4f86\u6b64\u6703\u8b70\u4e2d\u4e0d\u662f\u6bcf\u4f4d\u8207\u6703\u8005\u90fd\u555f\u7528\u4e86\u7aef\u5c0d\u7aef\u52a0\u5bc6\uff0c\u5982\u679c\u60a8\u555f\u7528\u4e86\uff0c\u4ed6\u5011\u53ef\u80fd\u7121\u6cd5\u770b\u6216\u807d\u5230\u60a8\u3002",e2eeWillDisableDueToMaxModeDescription:"\u8b66\u544a\uff1a\u5982\u679c\u6709\u66f4\u591a\u8207\u6703\u8005\u52a0\u5165\u6703\u8b70\uff0c\u7aef\u5c0d\u7aef\u52a0\u5bc6\u5c07\u88ab\u81ea\u52d5\u505c\u7528\u3002",embedMeeting:"\u5d4c\u5165\u6703\u8b70",enterDisplayName:"\u8acb\u5728\u6b64\u8f38\u5165\u60a8\u81ea\u5df1\u7684\u540d\u5b57",error:"\u932f\u8aa4",gracefulShutdown:"\u670d\u52d9\u76ee\u524d\u6b63\u5728\u7dad\u8b77\u4e2d\uff0c\u8acb\u7a0d\u5f8c\u518d\u8a66\u3002",grantModeratorDialog:"\u60a8\u78ba\u5b9a\u8981\u6388\u4e88{{participantName}}\u4e3b\u6301\u4eba\u6b0a\u9650\u55ce\uff1f",grantModeratorTitle:"\u6388\u4e88\u4e3b\u6301\u4eba\u6b0a\u9650",hide:"\u96b1\u85cf",hideShareAudioHelper:"\u4e0d\u518d\u986f\u793a",incorrectPassword:"\u932f\u8aa4\u7684\u7528\u6236\u540d\u7a31\u6216\u5bc6\u78bc",incorrectRoomLockPassword:"\u5bc6\u78bc\u4e0d\u7b26",internalError:"\u5594\u54e6\uff01\u51fa\u73fe\u4e86\u9ede\u554f\u984c\uff0c\u767c\u751f\u932f\u8aa4\uff1a{{error}}",internalErrorTitle:"\u5167\u90e8\u932f\u8aa4",kickMessage:"\u60a8\u53ef\u4ee5\u806f\u7d61{{participantDisplayName}}\u53d6\u5f97\u66f4\u8a73\u7d30\u8cc7\u8a0a\u3002",kickParticipantButton:"\u79fb\u9664",kickParticipantDialog:"\u60a8\u78ba\u5b9a\u8981\u5c07\u9019\u4f4d\u8207\u6703\u8005\u79fb\u9664\u55ce\uff1f",kickParticipantTitle:"\u79fb\u9664\u9019\u4f4d\u8207\u6703\u8005\uff1f",kickTitle:"\u5662\uff01{{participantDisplayName}}\u5c07\u60a8\u5f9e\u6703\u8b70\u4e2d\u79fb\u9664",linkMeeting:"\u9023\u7d50\u6703\u8b70",linkMeetingTitle:"\u5c07\u6703\u8b70\u9023\u7d50\u81f3 Salesforce",liveStreaming:"\u76f4\u64ad\u4e32\u6d41\u4e2d",liveStreamingDisabledBecauseOfActiveRecordingTooltip:"\u6b63\u5728\u9304\u88fd\uff0c\u7121\u6cd5\u4f7f\u7528",localUserControls:"\u672c\u5730\u4f7f\u7528\u8005\u63a7\u5236",lockMessage:"\u7121\u6cd5\u9396\u5b9a\u6703\u8b70\u3002",lockRoom:"\u65b0\u589e\u6703\u8b70 $t(lockRoomPasswordUppercase)",lockTitle:"\u9396\u5b9a\u5931\u6557",login:"\u767b\u5165",loginQuestion:"\u60a8\u78ba\u5b9a\u8981\u767b\u5165\u4e26\u96e2\u958b\u6703\u8b70\u55ce\uff1f",logoutQuestion:"\u60a8\u78ba\u5b9a\u8981\u767b\u51fa\u4e26\u96e2\u958b\u6703\u8b70\u55ce\uff1f",logoutTitle:"\u767b\u51fa",maxUsersLimitReached:"\u5df2\u9054\u5230\u6700\u5927\u53c3\u8207\u4eba\u6578\u9650\u5236\uff0c\u8acb\u806f\u7e6b\u6703\u8b70\u4e3b\u8fa6\u4eba\u6216\u7a0d\u5f8c\u518d\u8a66\uff01",maxUsersLimitReachedTitle:"\u5df2\u9054\u5230\u6700\u5927\u53c3\u8207\u4eba\u6578\u9650\u5236",micConstraintFailedError:"\u60a8\u7684\u9ea5\u514b\u98a8\u4e0d\u6eff\u8db3\u67d0\u4e9b\u5fc5\u8981\u689d\u4ef6\u3002",micNotFoundError:"\u627e\u4e0d\u5230\u9ea5\u514b\u98a8\u3002",micNotSendingData:"\u8acb\u81f3\u96fb\u8166\u8a2d\u5b9a\u4e2d\u89e3\u9664\u9ea5\u514b\u98a8\u975c\u97f3\u4e26\u8abf\u6574\u97f3\u91cf",micNotSendingDataTitle:"\u60a8\u7684\u9ea5\u514b\u98a8\u7531\u96fb\u8166\u7cfb\u7d71\u8a2d\u5b9a\u70ba\u975c\u97f3",micPermissionDeniedError:"\u60a8\u672a\u5141\u8a31\u9ea5\u514b\u98a8\u7684\u4f7f\u7528\u6b0a\u9650\uff0c\u96d6\u7136\u53ef\u4ee5\u7e7c\u7e8c\u53c3\u52a0\u6703\u8b70\u4f46\u5176\u4ed6\u4eba\u5c07\u7121\u6cd5\u807d\u5230\u60a8\u7684\u8072\u97f3\uff0c\u5229\u7528\u4f4d\u5740\u6b04\u4e2d\u7684\u7db2\u8def\u651d\u5f71\u6a5f\u6309\u9215\u4fee\u6b63\u9019\u500b\u554f\u984c\u3002",micTimeoutError:"\u7121\u6cd5\u555f\u52d5\u97f3\u8a0a\u88dd\u7f6e\uff0c\u9023\u7dda\u903e\u6642\uff01",micUnknownError:"\u4e0d\u660e\u539f\u56e0\u9020\u6210\u9ea5\u514b\u98a8\u7121\u6cd5\u4f7f\u7528\u3002",moderationAudioLabel:"\u5141\u8a31\u8207\u6703\u8005\u81ea\u6211\u89e3\u9664\u975c\u97f3",moderationVideoLabel:"\u5141\u8a31\u8207\u6703\u8005\u958b\u555f\u8996\u8a0a",muteEveryoneDialog:"\u8207\u6703\u8005\u53ef\u4ee5\u96a8\u6642\u89e3\u9664\u81ea\u5df1\u7684\u975c\u97f3\u72c0\u614b\u3002",muteEveryoneDialogModerationOn:"\u8207\u6703\u8005\u53ef\u4ee5\u96a8\u6642\u8acb\u6c42\u767c\u8a00\u3002",muteEveryoneElseDialog:"\u975c\u97f3\u5f8c\uff0c\u60a8\u5c31\u4e0d\u80fd\u518d\u89e3\u9664\u5c0d\u65b9\u7684\u975c\u97f3\uff0c\u4f46\u5c0d\u65b9\u53ef\u4ee5\u96a8\u6642\u89e3\u9664\u81ea\u5df1\u7684\u975c\u97f3\u72c0\u614b\u3002",muteEveryoneElseTitle:"\u662f\u5426\u8981\u8b93\u9664\u4e86{{whom}}\u4ee5\u5916\u7684\u4eba\u975c\u97f3\uff1f",muteEveryoneElsesVideoDialog:"\u4e00\u65e6\u505c\u7528\uff0c\u60a8\u5c31\u4e0d\u80fd\u518d\u91cd\u65b0\u958b\u555f\u5c0d\u65b9\u7684\u7db2\u8def\u651d\u5f71\u6a5f\uff0c\u4f46\u5c0d\u65b9\u96a8\u6642\u80fd\u91cd\u65b0\u958b\u555f\u81ea\u5df1\u7684\u7db2\u8def\u651d\u5f71\u6a5f\u3002",muteEveryoneElsesVideoTitle:"\u662f\u5426\u8981\u95dc\u9589\u9664\u4e86{{whom}}\u4ee5\u5916\u7684\u4eba\u7684\u7db2\u8def\u651d\u5f71\u6a5f\uff1f",muteEveryoneSelf:"\u60a8\u81ea\u5df1",muteEveryoneStartMuted:"\u73fe\u5728\u6240\u6709\u4eba\u7686\u5df2\u975c\u97f3",muteEveryoneTitle:"\u8981\u5c07\u6240\u6709\u4eba\u975c\u97f3\u55ce\uff1f",muteEveryonesVideoDialog:"\u8207\u6703\u8005\u96a8\u6642\u53ef\u4ee5\u91cd\u65b0\u958b\u555f\u81ea\u5df1\u7684\u7db2\u8def\u651d\u5f71\u6a5f\u3002",muteEveryonesVideoDialogModerationOn:"\u8207\u6703\u8005\u53ef\u4ee5\u96a8\u6642\u50b3\u9001\u958b\u555f\u8996\u8a0a\u8acb\u6c42\u3002",muteEveryonesVideoDialogOk:"\u505c\u7528",muteEveryonesVideoTitle:"\u8981\u95dc\u9589\u6240\u6709\u4eba\u7684\u7db2\u8def\u651d\u5f71\u6a5f\u55ce\uff1f",muteParticipantBody:"\u60a8\u7121\u6cd5\u5c0d\u4ed6\u5011\u89e3\u9664\u975c\u97f3\uff0c\u4f46\u662f\u4ed6\u5011\u81ea\u5df1\u96a8\u6642\u53ef\u4ee5\u89e3\u9664\u975c\u97f3\u3002",muteParticipantButton:"\u975c\u97f3",muteParticipantsVideoBody:"\u60a8\u7121\u6cd5\u91cd\u65b0\u958b\u555f\uff0c\u53ea\u6709\u5c0d\u65b9\u80fd\u81ea\u5df1\u91cd\u65b0\u958b\u555f\u3002",muteParticipantsVideoBodyModerationOn:"\u60a8\u548c\u4ed6\u90fd\u7121\u6cd5\u518d\u5c07\u8996\u8a0a\u91cd\u65b0\u958b\u555f\u3002",muteParticipantsVideoButton:"\u505c\u7528\u7db2\u8def\u651d\u5f71\u6a5f",muteParticipantsVideoDialog:"\u78ba\u5b9a\u8981\u505c\u7528\u9019\u4f4d\u8207\u6703\u8005\u7684\u7db2\u8def\u651d\u5f71\u6a5f\uff1f\u60a8\u4e0d\u80fd\u518d\u91cd\u65b0\u958b\u555f\u5c0d\u65b9\u7684\u7db2\u8def\u651d\u5f71\u6a5f\uff0c\u4f46\u4ed6\u5011\u96a8\u6642\u80fd\u91cd\u65b0\u958b\u555f\u3002",muteParticipantsVideoDialogModerationOn:"\u60a8\u78ba\u5b9a\u8981\u95dc\u9589\u6b64\u8207\u6703\u8005\u7684\u7db2\u8def\u651d\u5f71\u6a5f\u55ce\uff1f\u60a8\u548c\u4ed6\u90fd\u7121\u6cd5\u518d\u5c07\u8996\u8a0a\u91cd\u65b0\u958b\u555f\u3002",muteParticipantsVideoTitle:"\u8981\u95dc\u9589\u6b64\u8207\u6703\u8005\u7684\u7db2\u8def\u651d\u5f71\u6a5f\u55ce\uff1f",noDropboxToken:"\u6c92\u6709\u6709\u6548\u7684 Dropbox token",password:"\u5bc6\u78bc",passwordLabel:"\u6703\u8b70\u5df2\u88ab\u4e00\u4f4d\u8207\u6703\u8005\u9396\u5b9a\uff0c\u8acb\u8f38\u5165$t(lockRoomPassword)\u4ee5\u52a0\u5165\u3002",passwordNotSupported:"\u5c1a\u672a\u652f\u63f4\u8a2d\u5b9a\u6703\u8b70$t(lockRoomPassword)\u3002",passwordNotSupportedTitle:"\u5c1a\u672a\u652f\u63f4$t(lockRoomPasswordUppercase)",passwordRequired:"\u9700\u8981$t(lockRoomPasswordUppercase)",permissionCameraRequiredError:"\u53c3\u8207\u8996\u8a0a\u6703\u8b70\u9700\u8981\u5b58\u53d6\u7db2\u8def\u651d\u5f71\u6a5f\uff0c\u8acb\u5728\u8a2d\u5b9a\u4e2d\u555f\u7528\u6b0a\u9650",permissionErrorTitle:"\u9700\u8981\u6b0a\u9650",permissionMicRequiredError:"\u53c3\u8207\u97f3\u8a0a\u6703\u8b70\u9700\u8981\u5b58\u53d6\u9ea5\u514b\u98a8\uff0c\u8acb\u5728\u8a2d\u5b9a\u4e2d\u555f\u7528\u6b0a\u9650",readMore:"\u66f4\u591a",recentlyUsedObjects:"\u60a8\u6700\u8fd1\u4f7f\u7528\u904e\u7684\u7269\u4ef6",recording:"\u9304\u88fd\u4e2d",recordingDisabledBecauseOfActiveLiveStreamingTooltip:"\u6b63\u5728\u76f4\u64ad\u6642\u7121\u6cd5\u4f7f\u7528",rejoinNow:"\u7acb\u5373\u91cd\u65b0\u52a0\u5165",remoteControlAllowedMessage:"{{user}}\u63a5\u53d7\u60a8\u9032\u884c\u9060\u7aef\u63a7\u5236\u7684\u8acb\u6c42\uff01",remoteControlDeniedMessage:"{{user}}\u62d2\u7d55\u60a8\u9032\u884c\u9060\u7aef\u63a7\u5236\u7684\u8acb\u6c42\uff01",remoteControlErrorMessage:"\u5728\u5617\u8a66\u5411{{user}}\u8acb\u6c42\u9060\u7aef\u63a7\u5236\u6b0a\u9650\u6642\u767c\u751f\u932f\u8aa4\uff01",remoteControlRequestMessage:"\u60a8\u8981\u5141\u8a31{{user}}\u9060\u7aef\u63a7\u5236\u60a8\u7684\u684c\u9762\u55ce\uff1f",remoteControlShareScreenWarning:"\u8acb\u6ce8\u610f\uff1a\u5982\u679c\u6309\u4e0b\u300c\u5141\u8a31\u300d\u60a8\u5c07\u6703\u5206\u4eab\u81ea\u5df1\u7684\u87a2\u5e55\uff01",remoteControlStopMessage:"\u9060\u7aef\u63a7\u5236\u6703\u8a71\u5df2\u7d50\u675f\uff01",remoteControlTitle:"\u9060\u7aef\u684c\u9762\u63a7\u5236",remoteUserControls:"{{username}}\u7684\u9060\u7aef\u4f7f\u7528\u8005\u63a7\u5236",removePassword:"\u79fb\u9664 $t(lockRoomPassword)",removeSharedVideoMsg:"\u60a8\u78ba\u5b9a\u8981\u79fb\u9664\u60a8\u5206\u4eab\u7684\u5f71\u50cf\u55ce\uff1f",removeSharedVideoTitle:"\u79fb\u9664\u5206\u4eab\u7684\u5f71\u50cf",renameBreakoutRoomLabel:"\u8a0e\u8ad6\u5ba4\u540d\u7a31",renameBreakoutRoomTitle:"\u91cd\u65b0\u547d\u540d\u8a0e\u8ad6\u5ba4",reservationError:"\u9810\u7d04\u7cfb\u7d71\u932f\u8aa4",reservationErrorMsg:"\u932f\u8aa4\u4ee3\u78bc\uff1a{{code}}\uff0c\u8a0a\u606f\uff1a{{msg}}",retry:"\u91cd\u8a66",screenSharingAudio:"\u5206\u4eab\u97f3\u8a0a",screenSharingFailed:"\u5662\u5594\uff01\u767c\u751f\u932f\u8aa4\uff0c\u6211\u5011\u7121\u6cd5\u555f\u52d5\u5206\u4eab\u87a2\u5e55\uff01",screenSharingFailedTitle:"\u5206\u4eab\u87a2\u5e55\u5931\u6557\uff01",screenSharingPermissionDeniedError:"\u5662\u5594\uff01\u60a8\u7684\u5f71\u50cf\u5206\u4eab\u6b0a\u9650\u767c\u751f\u554f\u984c\uff0c\u8acb\u91cd\u65b0\u8f09\u5165\u4e26\u518d\u8a66\u4e00\u6b21\u3002",searchInSalesforce:"\u5728 Salesforce \u4e2d\u641c\u5c0b",searchResults:"\u641c\u5c0b\u7d50\u679c\uff08{{count}}\uff09",searchResultsDetailsError:"\u53d6\u5f97\u64c1\u6709\u8005\u8cc7\u6599\u6642\u767c\u751f\u932f\u8aa4\u3002",searchResultsError:"\u53d6\u5f97\u8cc7\u6599\u6642\u767c\u751f\u932f\u8aa4\u3002",searchResultsNotFound:"\u627e\u4e0d\u5230\u4efb\u4f55\u7d50\u679c\u3002",searchResultsTryAgain:"\u8acb\u5617\u8a66\u4f7f\u7528\u5176\u4ed6\u95dc\u9375\u5b57\u3002",sendPrivateMessage:"\u60a8\u6700\u8fd1\u6536\u5230\u4e00\u689d\u79c1\u4eba\u8a0a\u606f\uff0c\u8acb\u554f\u60a8\u8981\u79c1\u4eba\u56de\u8986\uff0c\u9084\u662f\u8981\u5c07\u8a0a\u606f\u767c\u4f48\u81f3\u7fa4\u7d44\uff1f",sendPrivateMessageCancel:"\u767c\u4f48\u81f3\u7fa4\u7d44",sendPrivateMessageOk:"\u79c1\u4eba\u56de\u8986",sendPrivateMessageTitle:"\u79c1\u4eba\u56de\u8986\uff1f",serviceUnavailable:"\u670d\u52d9\u7121\u6cd5\u4f7f\u7528",sessTerminated:"\u901a\u8a71\u5df2\u7d93\u7d42\u6b62",sessionRestarted:"\u901a\u8a71\u56e0\u9023\u7dda\u554f\u984c\u91cd\u65b0\u555f\u52d5\u3002",shareAudio:"\u7e7c\u7e8c",shareAudioTitle:"\u5982\u4f55\u5206\u4eab\u97f3\u8a0a",shareAudioWarningD1:"\u60a8\u5fc5\u9808\u5148\u505c\u7528\u5206\u4eab\u87a2\u5e55\u624d\u80fd\u5206\u4eab\u97f3\u8a0a\u3002",shareAudioWarningD2:"\u60a8\u5fc5\u9808\u91cd\u65b0\u555f\u52d5\u87a2\u5e55\u5206\u4eab\u4e26\u52fe\u9078\u300c\u5206\u4eab\u97f3\u8a0a\u300d\u9078\u9805\u3002",shareAudioWarningH1:"\u5982\u679c\u60a8\u53ea\u8981\u5206\u4eab\u97f3\u8a0a\uff1a",shareAudioWarningTitle:"\u60a8\u5fc5\u9808\u5148\u505c\u7528\u5206\u4eab\u87a2\u5e55\u624d\u80fd\u5206\u4eab\u97f3\u8a0a",shareMediaWarningGenericH2:"\u5982\u679c\u60a8\u60f3\u8981\u540c\u6642\u5206\u4eab\u87a2\u5e55\u8ddf\u97f3\u8a0a",shareScreenWarningD1:"\u60a8\u5fc5\u9808\u5148\u505c\u7528\u5206\u4eab\u97f3\u8a0a\u624d\u80fd\u5206\u4eab\u87a2\u5e55\u3002",shareScreenWarningD2:"\u60a8\u5fc5\u9808\u5148\u505c\u7528\u5206\u4eab\u97f3\u8a0a\u5f8c\uff0c\u91cd\u65b0\u555f\u52d5\u87a2\u5e55\u5206\u4eab\u4e26\u52fe\u9078\u300c\u5206\u4eab\u97f3\u8a0a\u300d\u9078\u9805\u3002",shareScreenWarningH1:"\u5982\u679c\u60a8\u53ea\u8981\u5206\u4eab\u87a2\u5e55\uff1a",shareScreenWarningTitle:"\u60a8\u5fc5\u9808\u5148\u505c\u7528\u5206\u4eab\u97f3\u8a0a\u624d\u80fd\u5206\u4eab\u87a2\u5e55",shareVideoLinkError:"\u8acb\u63d0\u4f9b\u6b63\u78ba\u7684\u5f71\u7247\u7db2\u5740\u3002",shareVideoTitle:"\u5206\u4eab\u5f71\u50cf",shareYourScreen:"\u5206\u4eab\u60a8\u7684\u87a2\u5e55",shareYourScreenDisabled:"\u87a2\u5e55\u5206\u4eab\u5df2\u505c\u7528\u3002",sharedVideoDialogError:"\u932f\u8aa4\uff1a\u7db2\u5740\u7121\u6548",sharedVideoLinkPlaceholder:"YouTube \u6216\u5f71\u7247\u7db2\u5740",show:"\u986f\u793a",start:"\u958b\u59cb",startLiveStreaming:"\u958b\u59cb\u76f4\u64ad\u4e32\u6d41",startRecording:"\u555f\u52d5\u9304\u88fd\u4f5c\u696d",startRemoteControlErrorMessage:"\u5617\u8a66\u555f\u52d5\u9060\u7aef\u63a7\u5236\u968e\u6bb5\u6642\u767c\u751f\u932f\u8aa4\uff01",stopLiveStreaming:"\u505c\u6b62\u76f4\u64ad\u4e32\u6d41",stopRecording:"\u505c\u7528\u9304\u88fd",stopRecordingWarning:"\u78ba\u5b9a\u8981\u505c\u7528\u9304\u88fd\u55ce\uff1f",stopStreamingWarning:"\u78ba\u5b9a\u8981\u505c\u6b62\u76f4\u64ad\u4e32\u6d41\u55ce\uff1f",streamKey:"\u76f4\u64ad\u4e32\u6d41\u91d1\u9470",thankYou:"\u611f\u8b1d\u60a8\u4f7f\u7528{{appName}}\uff01",token:"token",tokenAuthFailed:"\u62b1\u6b49\uff0c\u60a8\u672a\u88ab\u5141\u8a31\u52a0\u5165\u9019\u500b\u901a\u8a71\u3002",tokenAuthFailedReason:{audInvalid:"\u7121\u6548\u7684`aud`\u503c\uff0c\u61c9\u70ba`jitsi`\u3002",contextNotFound:"`context` \u672a\u5728\u8ca0\u8f09\u4e2d\u627e\u5230\u3002",expInvalid:"\u7121\u6548\u7684`exp`\u503c\u3002",featureInvalid:"\u7121\u6548\u7684\u529f\u80fd\uff1a{{feature}}\uff0c\u53ef\u80fd\u5c1a\u672a\u5be6\u73fe\u3002",featureValueInvalid:"\u7121\u6548\u7684\u529f\u80fd\u503c\uff1a{{feature}}\u3002",featuresNotFound:"`context` \u672a\u5728\u8ca0\u8f09\u4e2d\u627e\u5230\u3002",headerNotFound:"\u6a19\u982d\u7f3a\u5931\u3002",issInvalid:"\u7121\u6548\u7684`iss`\u503c\uff0c\u61c9\u70ba`chat`\u3002",kidMismatch:"\u91d1\u9470ID\uff08kid\uff09\u8207\u5b50\u9805\u4e0d\u7b26\u3002",kidNotFound:"\u7f3a\u5c11\u91d1\u9470ID\uff08kid\uff09\u3002",nbfFuture:"`nbf`\u503c\u5728\u672a\u4f86\u3002",nbfInvalid:"\u7121\u6548\u7684`nbf`\u503c\u3002",payloadNotFound:"\u672a\u627e\u5230\u8ca0\u8f09\u3002",tokenExpired:"Token\u5df2\u904e\u671f\u3002"},tokenAuthFailedTitle:"\u9a57\u8b49\u5931\u6557",tokenAuthFailedWithReasons:"\u62b1\u6b49\uff0c\u60a8\u7121\u6cd5\u53c3\u52a0\u9019\u500b\u901a\u8a71\uff0c\u53ef\u80fd\u539f\u56e0\uff1a{{reason}}",tokenAuthUnsupported:"\u4e0d\u652f\u63f4\u7684\u4ee4\u724c\u4f4d\u5740\u3002",transcribing:"\u8f49\u9304\u4e2d",unlockRoom:"\u79fb\u9664\u6703\u8b70 $t(lockRoomPassword)",user:"\u4f7f\u7528\u8005",userIdentifier:"\u4f7f\u7528\u8005ID",userPassword:"\u4f7f\u7528\u8005\u5bc6\u78bc",verifyParticipantConfirm:"\u7b26\u5408",verifyParticipantDismiss:"\u4e0d\u7b26\u5408",verifyParticipantQuestion:"\u5be6\u9a57\u6027\u529f\u80fd\uff1a\u8a62\u554f\u8207\u6703\u8005{{participantName}}\u662f\u5426\u4ee5\u76f8\u540c\u9806\u5e8f\u770b\u5230\u76f8\u540c\u5167\u5bb9\u3002",verifyParticipantTitle:"\u4f7f\u7528\u8005\u9a57\u8b49",videoLink:"\u5f71\u7247\u9023\u7d50",viewUpgradeOptions:"\u67e5\u770b\u5347\u7d1a\u65b9\u6848",viewUpgradeOptionsContent:"\u82e5\u8981\u4e0d\u53d7\u9650\u5236\u5730\u4f7f\u7528\u9304\u88fd\u3001\u9010\u5b57\u7a3f\u3001RTMP \u4e32\u6d41\u7b49\u9032\u968e\u7248\u529f\u80fd\uff0c\u60a8\u9700\u8981\u5347\u7d1a\u60a8\u7684\u65b9\u6848\u3002",viewUpgradeOptionsTitle:"\u60a8\u627e\u5230\u4e86\u9032\u968e\u7248\u529f\u80fd\uff01",yourEntireScreen:"\u60a8\u7684\u6574\u500b\u87a2\u5e55"},documentSharing:{title:"\u5206\u4eab\u7684\u6a94\u6848"},e2ee:{labelToolTip:"\u6b64\u901a\u8a71\u7684\u97f3\u8a0a\u53ca\u8996\u8a0a\u7686\u7d93\u904e\u7aef\u5c0d\u7aef\u52a0\u5bc6\u8655\u7406"},embedMeeting:{title:"\u5d4c\u5165\u6b64\u6703\u8b70"},feedback:{accessibilityLabel:{yourChoice:"\u60a8\u7684\u9078\u64c7\uff1a{{rating}}"},average:"\u4e00\u822c",bad:"\u4e0d\u597d",detailsLabel:"\u544a\u8a34\u6211\u5011\u66f4\u591a\u7d30\u7bc0\u3002",good:"\u597d",rateExperience:"\u8a55\u50f9\u60a8\u7684\u6703\u8b70\u9ad4\u9a57",star:"\u661f\u7d1a",veryBad:"\u6975\u5dee",veryGood:"\u6975\u597d"},filmstrip:{accessibilityLabel:{heading:"\u8996\u983b\u7e2e\u7565\u5716"}},giphy:{noResults:"\u627e\u4e0d\u5230\u4efb\u4f55\u7d50\u679c :(",search:"\u641c\u5c0b GIPHY \u5716\u5eab"},incomingCall:{answer:"\u63a5\u901a",audioCallTitle:"\u4f86\u96fb",decline:"\u62d2\u63a5",productLabel:"\u4f86\u81ea Jitsi Meet",videoCallTitle:"\u8996\u8a0a\u4f86\u96fb"},info:{accessibilityLabel:"\u986f\u793a\u8cc7\u8a0a",addPassword:"\u589e\u52a0$t(lockRoomPassword)",cancelPassword:"\u53d6\u6d88$t(lockRoomPassword)",conferenceURL:"\u9023\u7d50\uff1a",copyNumber:"\u8907\u88fd\u865f\u78bc",country:"\u570b\u5bb6",dialANumber:"\u82e5\u8981\u53c3\u52a0\u60a8\u7684\u6703\u8b70\uff0c\u8acb\u64a5\u6253\u4ee5\u4e0b\u5176\u4e2d\u4e00\u652f\u865f\u78bc\uff0c\u7136\u5f8c\u8f38\u5165 PIN \u78bc\u3002",dialInConferenceID:"PIN\u78bc\uff1a",dialInNotSupported:"\u62b1\u6b49\uff0c\u76ee\u524d\u4e0d\u652f\u63f4\u96fb\u8a71\u64a5\u5165\u3002",dialInNumber:"\u64a5\u5165\uff1a",dialInSummaryError:"\u76ee\u524d\u89e3\u6790\u64a5\u5165\u8cc7\u8a0a\u932f\u8aa4\uff0c\u8acb\u7a0d\u5f8c\u518d\u8a66\u4e00\u6b21\u3002",dialInTollFree:"\u5b8c\u5168\u514d\u8cbb",genericError:"\u7cdf\u7cd5\uff01\u51fa\u932f\u4e86\u3002",inviteLiveStream:"\u8981\u67e5\u770b\u9019\u5834\u6703\u8b70\u7684\u76f4\u64ad\u4e32\u6d41\uff0c\u9ede\u6309\u6b64\u9023\u7d50\uff1a{{url}}",invitePhone:"\u8981\u7528\u96fb\u8a71\u53c3\u52a0\u6703\u8b70\uff0c\u8acb\u4f7f\u7528\uff1a{{number}},,{{conferenceID}}#\n",invitePhoneAlternatives:"\u8981\u627e\u53e6\u4e00\u7d44\u64a5\u5165\u865f\u78bc\uff1f\n\u8acb\u898b\u6703\u8b70\u64a5\u5165\u865f\u78bc\uff1a{{url}}\n\n\n\u5982\u679c\u4f7f\u7528\u96fb\u8a71\u64a5\u5165\uff0c\u8acb\u9078\u64c7\u7121\u9700\u97f3\u8a0a\u52a0\u5165\uff1a{{silentUrl}}",inviteSipEndpoint:"\u5982\u679c\u8981\u900f\u904eSIP\u5730\u5740\u52a0\u5165\uff0c\u8acb\u8f38\u5165\uff1a{{sipUri}}",inviteTextiOSInviteUrl:"\u9ede\u64ca\u6b64\u9023\u7d50\u4ee5\u52a0\u5165\uff1a{{inviteUrl}}\u3002",inviteTextiOSJoinSilent:"\u5982\u679c\u60a8\u4f7f\u7528\u96fb\u8a71\u64a5\u5165\uff0c\u8acb\u4f7f\u7528\u6b64\u9023\u7d50\u4f86\u505c\u7528\u97f3\u8a0a\uff1a{{silentUrl}}\u3002",inviteTextiOSPersonal:"{{name}}\u9080\u8acb\u60a8\u52a0\u5165\u6703\u8b70\u3002",inviteTextiOSPhone:"\u82e5\u8981\u900f\u904e\u96fb\u8a71\u52a0\u5165\uff0c\u8acb\u4f7f\u7528\u6b64\u865f\u78bc\uff1a{{number}},,{{conferenceID}}#\u3002\u5982\u679c\u60a8\u9700\u8981\u5176\u4ed6\u865f\u78bc\uff0c\u9ede\u64ca\u6b64\u9023\u7d50\u4ee5\u6aa2\u8996\u5b8c\u6574\u5217\u8868\uff1a{{didUrl}}\u3002",inviteURLFirstPartGeneral:"\u60a8\u53d7\u9080\u53c3\u52a0\u6703\u8b70\u3002",inviteURLFirstPartPersonal:"{{name}}\u6b63\u5728\u9080\u8acb\u60a8\u52a0\u5165\u6703\u8b70\u3002\n",inviteURLSecondPart:"\n\u52a0\u5165\u6703\u8b70\uff1a\n{{url}}\n",label:"\u64a5\u5165\u8cc7\u8a0a",liveStreamURL:"\u76f4\u64ad\u4e32\u6d41\uff1a",moreNumbers:"\u66f4\u591a\u865f\u78bc",noNumbers:"\u7121\u64a5\u5165\u865f\u78bc\u3002",noPassword:"\u7121",noRoom:"\u6c92\u6709\u6703\u8b70\u5ba4\u6307\u5b9a\u8981\u64a5\u5165\u3002",numbers:"\u64a5\u5165\u865f\u78bc",password:"$t(lockRoomPasswordUppercase)\uff1a",reachedLimit:"\u60a8\u5df2\u9054\u5230\u60a8\u7684\u65b9\u6848\u4e0a\u9650",sip:"SIP\u4f4d\u5740",title:"\u5206\u4eab",tooltip:"\u986f\u793a\u6b64\u6703\u8b70\u7684\u9023\u7d50\u53ca\u96fb\u8a71\u64a5\u5165\u865f\u78bc",upgradeOptions:"\u8acb\u67e5\u770b\u5347\u7d1a\u9078\u9805\u65bc"},inlineDialogFailure:{msg:"\u597d\u50cf\u6709\u9ede\u5361\u5361\u4e0d\u9806\u3002",retry:"\u91cd\u8a66",support:"\u652f\u63f4",supportMsg:"\u5982\u679c\u9019\u7a2e\u72c0\u6cc1\u6301\u7e8c\u767c\u751f\uff0c\u8acb\u806f\u7d61"},inviteDialog:{alertText:"\u9080\u8acb\u67d0\u4e9b\u8207\u6703\u8005\u5931\u6557\u3002",header:"\u9080\u8acb",searchCallOnlyPlaceholder:"\u8f38\u5165\u96fb\u8a71\u865f\u78bc",searchPeopleOnlyPlaceholder:"\u641c\u5c0b\u8207\u6703\u8005",searchPlaceholder:"\u8207\u6703\u8005\u6216\u96fb\u8a71\u865f\u78bc",send:"\u50b3\u9001"},jitsiHome:"{{logo}}\u5546\u6a19\uff0c\u9996\u9801\u9023\u7d50",keyboardShortcuts:{focusLocal:"\u805a\u7126\u65bc\u81ea\u5df1\u7684\u5f71\u50cf",focusRemote:"\u805a\u7126\u65bc\u53e6\u4e00\u4eba\u7684\u5f71\u50cf",fullScreen:"\u89c0\u770b\u6216\u96e2\u958b\u5168\u87a2\u5e55",giphyMenu:"\u5207\u63db GIPHY \u9078\u55ae",keyboardShortcuts:"\u5feb\u6377\u9375",localRecording:"\u986f\u793a\u6216\u96b1\u85cf\u672c\u6a5f\u7aef\u9304\u88fd\u63a7\u5236\u9805",mute:"\u975c\u97f3\u6216\u53d6\u6d88\u975c\u97f3",pushToTalk:"\u6309\u9375\u901a\u8a71",raiseHand:"\u8209\u624b\u6216\u653e\u4e0b",showSpeakerStats:"\u986f\u793a\u8072\u97f3\u8f38\u51fa\u6578\u64da",toggleChat:"\u958b\u555f\u6216\u95dc\u9589\u804a\u5929",toggleFilmstrip:"\u986f\u793a\u6216\u96b1\u85cf\u5f71\u7247\u7e2e\u5716",toggleParticipantsPane:"\u986f\u793a\u6216\u96b1\u85cf\u8207\u6703\u8005\u9762\u677f",toggleScreensharing:"\u5728\u7db2\u8def\u651d\u5f71\u6a5f\u548c\u87a2\u5e55\u5206\u4eab\u4e4b\u9593\u9032\u884c\u5207\u63db",toggleShortcuts:"\u986f\u793a\u6216\u96b1\u85cf\u5feb\u6377\u9375",videoMute:"\u555f\u52d5\u6216\u505c\u7528\u81ea\u5df1\u7684\u7db2\u8def\u651d\u5f71\u6a5f"},largeVideo:{screenIsShared:"\u60a8\u6b63\u5728\u5206\u4eab\u60a8\u7684\u87a2\u5e55",showMeWhatImSharing:"\u8b93\u6211\u770b\u770b\u6211\u6b63\u5728\u5206\u4eab\u4ec0\u9ebc"},liveStreaming:{busy:"\u6211\u5011\u6b63\u5728\u91cb\u653e\u4e32\u6d41\u8cc7\u6e90\uff0c\u8acb\u904e\u5e7e\u5206\u9418\u5f8c\u518d\u8a66\u3002",busyTitle:"\u5168\u90e8\u76f4\u64ad\u8a2d\u5099\u6b63\u5728\u5fd9\u788c",changeSignIn:"\u5207\u63db\u5e33\u865f",choose:"\u9078\u64c7\u76f4\u64ad\u4e32\u6d41",chooseCTA:"\u8acb\u9078\u64c7\u76f4\u64ad\u4e32\u6d41\u9078\u9805\uff0c\u60a8\u76ee\u524d\u662f\u4ee5{{email}}\u8eab\u4efd\u767b\u5165\u3002",enterStreamKey:"\u5728\u6b64\u8f38\u5165\u60a8\u7684 YouTube \u76f4\u64ad\u4e32\u6d41\u91d1\u9470\u3002",error:"\u76f4\u64ad\u4e32\u6d41\u5931\u6557\uff0c\u8acb\u91cd\u8a66\u3002",errorAPI:"\u5728\u5b58\u53d6\u60a8\u7684 YouTube \u76f4\u64ad\u6642\u767c\u751f\u554f\u984c\uff0c\u8acb\u91cd\u65b0\u767b\u5165\u3002",errorLiveStreamNotEnabled:"\u76f4\u64ad\u5728{{email}}\u5c1a\u672a\u555f\u7528\uff0c\u8acb\u958b\u555f\u76f4\u64ad\u4e32\u6d41\u6216\u767b\u5165\u6709\u555f\u7528\u76f4\u64ad\u4e32\u6d41\u7684\u5e33\u865f\u3002",expandedOff:"\u76f4\u64ad\u5df2\u505c\u7528",expandedOn:"\u6703\u8b70\u76ee\u524d\u6b63\u5728 YouTube \u4e0a\u76f4\u64ad\u3002",expandedPending:"\u76f4\u64ad\u4e32\u6d41\u6b63\u88ab\u555f\u52d5...",failedToStart:"\u76f4\u64ad\u4e32\u6d41\u555f\u52d5\u5931\u6557",getStreamKeyManually:"\u6211\u5011\u7121\u6cd5\u89e3\u6790\u4efb\u4f55\u76f4\u64ad\u4e32\u6d41\uff0c\u8acb\u5617\u8a66\u5f9e YouTube \u53d6\u5f97\u60a8\u7684\u76f4\u64ad\u4e32\u6d41\u91d1\u9470\u3002",googlePrivacyPolicy:"Google \u96b1\u79c1\u6b0a\u653f\u7b56",inProgress:"\u6b63\u5728\u9304\u88fd\u6216\u76f4\u64ad",invalidStreamKey:"\u76f4\u64ad\u4e32\u6d41\u91d1\u9470\u53ef\u80fd\u4e0d\u6b63\u78ba\u3002",limitNotificationDescriptionNative:"\u60a8\u7684\u6700\u5927\u76f4\u64ad\u9577\u5ea6\u5c07\u88ab\u9650\u5236\u5728{{limit}}\u5206\u9418\uff0c\u82e5\u8981\u4e0d\u53d7\u9650\u7684\u76f4\u64ad\uff0c\u8acb\u4f7f\u7528{{app}}\u3002",limitNotificationDescriptionWeb:"\u7531\u65bc\u76ee\u524d\u6d41\u91cf\u904e\u5927\uff0c\u60a8\u7684\u6700\u5927\u76f4\u64ad\u9577\u5ea6\u5c07\u88ab\u9650\u5236\u5728{{limit}}\u5206\u9418\u3002\u82e5\u8981\u4e0d\u53d7\u9650\u7684\u76f4\u64ad\uff0c\u8acb\u4f7f\u7528{{app}}\u3002",off:"\u76f4\u64ad\u4e32\u6d41\u5df2\u505c\u7528",offBy:"{{name}}\u505c\u7528\u4e86\u76f4\u64ad\u4e32\u6d41",on:"\u76f4\u64ad\u4e32\u6d41\u5df2\u555f\u52d5",onBy:"{{name}}\u555f\u52d5\u4e86\u76f4\u64ad\u4e32\u6d41",pending:"\u555f\u52d5\u76f4\u64ad\u4e32\u6d41...",serviceName:"\u76f4\u64ad\u4e32\u6d41\u670d\u52d9",sessionAlreadyActive:"\u5df2\u5728\u9304\u88fd\u6216\u76f4\u64ad\u6b64\u5de5\u4f5c\u968e\u6bb5\u3002",signIn:"\u4f7f\u7528 Google \u5e33\u865f\u767b\u5165",signInCTA:"\u8f38\u5165 YouTube \u76f4\u64ad\u4e32\u6d41\u91d1\u9470\uff0c\u6216\u767b\u5165\u5e33\u865f\u3002",signOut:"\u767b\u51fa",signedInAs:"\u60a8\u76ee\u524d\u767b\u5165\u540d\u7a31\u70ba\uff1a",start:"\u555f\u52d5\u76f4\u64ad\u4e32\u6d41",streamIdHelp:"\u9019\u662f\u4ec0\u9ebc\uff1f",title:"\u76f4\u64ad\u4e32\u6d41",unavailableTitle:"\u76f4\u64ad\u4e32\u6d41\u7121\u6cd5\u4f7f\u7528",youtubeTerms:"YouTube \u670d\u52d9\u689d\u6b3e"},lobby:{admit:"\u6e96\u8a31",admitAll:"\u6e96\u8a31\u6240\u6709\u4eba",backToKnockModeButton:"\u8acb\u6c42\u52a0\u5165",chat:"\u804a\u5929",dialogTitle:"\u5927\u5ef3\u6a21\u5f0f",disableDialogContent:"\u5927\u5ef3\u6a21\u5f0f\u5df2\u555f\u7528\uff0c\u6b64\u529f\u80fd\u78ba\u4fdd\u9592\u96dc\u4eba\u7b49\u7121\u6cd5\u52a0\u5165\u60a8\u7684\u6703\u8b70\uff0c\u78ba\u5b9a\u8981\u505c\u7528\u55ce\uff1f",disableDialogSubmit:"\u505c\u7528",emailField:"\u8f38\u5165\u60a8\u7684\u96fb\u5b50\u90f5\u4ef6\u5730\u5740",enableDialogPasswordField:"\u8a2d\u5b9a\u5bc6\u78bc\uff08\u9078\u7528\uff09",enableDialogSubmit:"\u555f\u7528",enableDialogText:"\u5728\u5927\u5ef3\u6a21\u5f0f\u4e0b\uff0c\u8207\u6703\u8005\u53ea\u6709\u88ab\u4e3b\u6301\u4eba\u540c\u610f\u5f8c\u624d\u80fd\u52a0\u5165\uff0c\u4ee5\u5229\u52a0\u5f37\u4fdd\u8b77\u60a8\u7684\u6703\u8b70\u3002",enterPasswordButton:"\u8f38\u5165\u6703\u8b70\u5bc6\u78bc",enterPasswordTitle:"\u8f38\u5165\u5bc6\u78bc\u4ee5\u52a0\u5165\u6703\u8b70",errorMissingPassword:"\u8acb\u8f38\u5165\u6703\u8b70\u5bc6\u78bc",invalidPassword:"\u5bc6\u78bc\u932f\u8aa4",joinRejectedMessage:"\u60a8\u7684\u52a0\u5165\u8acb\u6c42\u906d\u5230\u4e3b\u6301\u4eba\u62d2\u7d55\u3002",joinRejectedTitle:"\u52a0\u5165\u8acb\u6c42\u906d\u62d2\u3002",joinTitle:"\u52a0\u5165\u6703\u8b70",joinWithPasswordMessage:"\u6b63\u5728\u5617\u8a66\u900f\u904e\u5bc6\u78bc\u52a0\u5165\uff0c\u8acb\u7a0d\u5019...",joiningMessage:"\u4e3b\u6301\u4eba\u63a5\u53d7\u60a8\u7684\u8acb\u6c42\u5f8c\uff0c\u5373\u53ef\u52a0\u5165\u6703\u8b70",joiningTitle:"\u6b63\u5728\u8acb\u6c42\u52a0\u5165\u6703\u8b70...",joiningWithPasswordTitle:"\u6b63\u5728\u900f\u904e\u5bc6\u78bc\u52a0\u5165...",knockButton:"\u8acb\u6c42\u52a0\u5165",knockTitle:"\u6709\u4eba\u60f3\u8981\u52a0\u5165\u6703\u8b70",knockingParticipantList:"\u8acb\u6c42\u52a0\u5165\u7684\u8207\u6703\u8005\u540d\u55ae",lobbyChatStartedNotification:"{{moderator}}\u8207{{attendee}}\u958b\u59cb\u5728\u5927\u5ef3\u4e2d\u804a\u5929",lobbyChatStartedTitle:"{{moderator}}\u8207\u60a8\u958b\u59cb\u5728\u5927\u5ef3\u4e2d\u804a\u5929\u3002",nameField:"\u8f38\u5165\u60a8\u7684\u540d\u5b57",notificationLobbyAccessDenied:"{{originParticipantName}}\u62d2\u7d55\u4e86{{targetParticipantName}}\u7684\u52a0\u5165\u8acb\u6c42",notificationLobbyAccessGranted:"{{originParticipantName}}\u540c\u610f\u4e86{{targetParticipantName}}\u7684\u52a0\u5165\u8acb\u6c42",notificationLobbyDisabled:"{{originParticipantName}}\u5df2\u505c\u7528\u5927\u5ef3\u6a21\u5f0f",notificationLobbyEnabled:"{{originParticipantName}}\u5df2\u555f\u7528\u5927\u5ef3\u6a21\u5f0f",notificationTitle:"\u5927\u5ef3",passwordField:"\u8f38\u5165\u6703\u8b70\u5bc6\u78bc",passwordJoinButton:"\u52a0\u5165",reject:"\u62d2\u7d55",rejectAll:"\u62d2\u7d55\u6240\u6709\u4eba",title:"\u5927\u5ef3",toggleLabel:"\u555f\u7528\u5927\u5ef3\u6a21\u5f0f"},localRecording:{clientState:{off:"\u95dc\u9589",on:"\u958b\u555f",unknown:"\u672a\u77e5"},dialogTitle:"\u672c\u5730\u9304\u88fd\u63a7\u5236",duration:"\u6642\u9577",durationNA:"\u4e0d\u9069\u7528",encoding:"\u7de8\u78bc\u4e2d",label:"\u672c\u5730\u9304\u88fd",labelToolTip:"\u672c\u5730\u9304\u88fd\u5df2\u555f\u7528",localRecording:"\u672c\u5730\u9304\u88fd\u4e2d",me:"\u6211",messages:{engaged:"\u5df2\u555f\u7528\u672c\u5730\u9304\u88fd\u3002",finished:"\u9304\u88fd\u6703\u8a71 {{token}} \u5df2\u7d50\u675f\uff0c\u8acb\u5c07\u50b3\u9001\u9304\u88fd\u6a94\u6848\u81f3\u4e3b\u6301\u4eba\u3002",finishedModerator:"\u9304\u88fd\u968e\u6bb5{{token}}\u5df2\u5b8c\u6210\uff0c\u672c\u5730\u9304\u88fd\u8ffd\u8e64\u5df2\u5b58\u6a94\uff0c\u8acb\u8981\u6c42\u5404\u8207\u6703\u8005\u63d0\u4f9b\u5176\u9304\u88fd\u6a94\u6848\u3002",notModerator:"\u60a8\u4e0d\u662f\u4e3b\u6301\u4eba\uff0c\u7121\u6cd5\u958b\u59cb\u6216\u505c\u6b62\u672c\u5730\u9304\u88fd\u3002"},moderator:"\u4e3b\u6301\u4eba",no:"\u5426",participant:"\u8207\u6703\u8005",participantStats:"\u8207\u6703\u8005\u7d71\u8a08",selectTabTitle:"\ud83c\udfa5\u8acb\u9078\u64c7\u6b64\u5206\u9801\u9032\u884c\u9304\u88fd",sessionToken:"\u6703\u8a71\u6a19\u8a18",start:"\u958b\u59cb\u9304\u88fd",stop:"\u505c\u6b62\u9304\u88fd",stopping:"\u6b63\u5728\u505c\u6b62\u9304\u88fd",wait:"\u8acb\u7b49\u5f85\uff0c\u6211\u5011\u6b63\u5728\u4fdd\u5b58\u60a8\u7684\u9304\u88fd",yes:"\u662f"},lockRoomPassword:"\u5bc6\u78bc",lockRoomPasswordUppercase:"\u5bc6\u78bc",lonelyMeetingExperience:{button:"\u9080\u8acb\u5176\u4ed6\u4eba",youAreAlone:"\u60a8\u662f\u6703\u8b70\u4e2d\u7684\u552f\u4e00\u4e00\u500b\u4eba"},me:"\u6211",notify:{OldElectronAPPTitle:"\u5b89\u5168\u6f0f\u6d1e\uff01",allowAction:"\u5141\u8a31",allowedUnmute:"\u60a8\u53ef\u4ee5\u5c07\u9ea5\u514b\u98a8\u89e3\u9664\u975c\u97f3\u3001\u958b\u555f\u8996\u8a0a\uff0c\u6216\u662f\u5206\u4eab\u60a8\u7684\u87a2\u5e55\u3002",audioUnmuteBlockedDescription:"\u9ea5\u514b\u98a8\u89e3\u9664\u975c\u97f3\u64cd\u4f5c\u7531\u65bc\u7cfb\u7d71\u9650\u5236\u800c\u88ab\u66ab\u6642\u5c01\u9396\u3002",audioUnmuteBlockedTitle:"\u9ea5\u514b\u98a8\u89e3\u9664\u975c\u97f3\u906d\u5c01\u9396\uff01",chatMessages:"\u804a\u5929\u8a0a\u606f",connectedOneMember:"{{name}}\u52a0\u5165\u4e86\u6703\u8b70",connectedThreePlusMembers:"{{name}}\u8207\u5176\u4ed6\u4eba\u52a0\u5165\u4e86\u6703\u8b70",connectedTwoMembers:"{{first}}\u8207{{second}}\u52a0\u5165\u4e86\u6703\u8b70",dataChannelClosed:"\u8996\u8a0a\u54c1\u8cea\u53d7\u9650",dataChannelClosedDescription:"\u6a4b\u63a5\u901a\u9053\u5df2\u65b7\u958b\uff0c\u8996\u8a0a\u54c1\u8cea\u964d\u81f3\u6700\u4f4e\u8a2d\u5b9a\u3002",disabledIframe:"\u5d4c\u5165\u50c5\u4f9b\u793a\u7bc4\u4f7f\u7528\uff0c\u6b64\u901a\u8a71\u5c07\u65bc {{timeout}} \u5206\u9418\u5f8c\u4e2d\u65b7\u9023\u7dda\u3002",disconnected:"\u5df2\u7d93\u4e2d\u65b7\u9023\u63a5",displayNotifications:"\u986f\u793a\u901a\u77e5\u7d66",dontRemindMe:"\u4e0d\u8981\u518d\u63d0\u9192\u6211",focus:"\u6703\u8b70\u7126\u9ede",focusFail:"{{component}}\u7121\u6cd5\u4f7f\u7528 - {{ms}}\u79d2\u5f8c\u91cd\u8a66",gifsMenu:"GIPHY",groupTitle:"\u901a\u77e5",hostAskedUnmute:"\u4e3b\u6301\u4eba\u5e0c\u671b\u4f60\u767c\u8a00",invitedOneMember:"{{name}}\u5df2\u53d7\u9080\u8acb",invitedThreePlusMembers:"{{name}}\u8207{{count}}\u4f4d\u4eba\u54e1\u5df2\u53d7\u9080\u8acb",invitedTwoMembers:"{{first}}\u8207{{second}}\u5df2\u53d7\u9080\u8acb",joinMeeting:"\u52a0\u5165",kickParticipant:"{{kicked}}\u5df2\u88ab{{kicker}}\u79fb\u9664\u6703\u8b70",leftOneMember:"{{name}}\u5df2\u96e2\u958b\u6703\u8b70",leftThreePlusMembers:"{{name}}\u8207\u5176\u4ed6\u4eba\u5df2\u96e2\u958b\u6703\u8b70",leftTwoMembers:"{{first}}\u8207{{second}}\u5df2\u96e2\u958b\u6703\u8b70",linkToSalesforce:"\u9023\u7d50\u81f3 Salesforce",linkToSalesforceDescription:"\u60a8\u53ef\u4ee5\u5c07\u6703\u8b70\u6458\u8981\u9023\u7d50\u81f3 Salesforce \u7269\u4ef6\u3002",linkToSalesforceError:"\u7121\u6cd5\u5c07\u6703\u8b70\u9023\u7d50\u81f3 Salesforce",linkToSalesforceKey:"\u9023\u7d50\u6b64\u6703\u8b70",linkToSalesforceProgress:"\u6b63\u5728\u5c07\u6703\u8b70\u9023\u7d50\u81f3 Salesforce...",linkToSalesforceSuccess:"\u6703\u8b70\u5df2\u9023\u7d50\u81f3 Salesforce",localRecordingStarted:"{{name}}\u5df2\u555f\u7528\u672c\u5730\u9304\u88fd",localRecordingStopped:"{{name}}\u5df2\u505c\u7528\u672c\u5730\u9304\u88fd",me:"\u6211",moderationInEffectCSDescription:"\u82e5\u8981\u5206\u4eab\u60a8\u7684\u87a2\u5e55\uff0c\u8acb\u8209\u624b",moderationInEffectCSTitle:"\u5206\u4eab\u87a2\u5e55\u5df2\u88ab\u4e3b\u6301\u4eba\u505c\u7528",moderationInEffectDescription:"\u82e5\u8981\u767c\u8a00\uff0c\u8acb\u8209\u624b",moderationInEffectTitle:"\u60a8\u7684\u9ea5\u514b\u98a8\u5df2\u88ab\u4e3b\u6301\u4eba\u975c\u97f3",moderationInEffectVideoDescription:"\u82e5\u8981\u555f\u7528\u7db2\u8def\u651d\u5f71\u6a5f\uff0c\u8acb\u8209\u624b",moderationInEffectVideoTitle:"\u60a8\u7684\u7db2\u8def\u651d\u5f71\u6a5f\u5df2\u88ab\u4e3b\u6301\u4eba\u505c\u7528",moderationRequestFromModerator:"\u4e3b\u6301\u4eba\u5e0c\u671b\u60a8\u80fd\u89e3\u9664\u975c\u97f3",moderationRequestFromParticipant:"\u60f3\u8981\u767c\u8a00",moderationStartedTitle:"\u958b\u59cb\u4e3b\u6301",moderationStoppedTitle:"\u505c\u6b62\u4e3b\u6301",moderationToggleDescription:"\u7531{{participantDisplayName}}",moderator:"\u4e3b\u6301\u4eba\u6b0a\u9650\u5df2\u7d93\u53d6\u5f97\uff01",muted:"\u60a8\u5df2\u7d93\u555f\u52d5\u901a\u8a71\uff0c\u8655\u65bc\u975c\u97f3\u3002",mutedRemotelyDescription:"\u7576\u60a8\u6e96\u5099\u597d\u8981\u767c\u8a00\uff0c\u96a8\u6642\u53ef\u4ee5\u53d6\u6d88\u975c\u97f3\u3002\u7576\u60a8\u7d50\u675f\u4e4b\u5f8c\u518d\u56de\u5fa9\u6210\u975c\u97f3\uff0c\u4fdd\u6301\u6703\u8b70\u5b89\u975c\u3002",mutedRemotelyTitle:"\u60a8\u5df2\u7d93\u88ab{{participantDisplayName}}\u8a2d\u70ba\u975c\u97f3\uff01",mutedTitle:"\u60a8\u76ee\u524d\u8655\u65bc\u975c\u97f3\uff01",newDeviceAction:"\u4f7f\u7528",newDeviceAudioTitle:"\u5075\u6e2c\u5230\u65b0\u7684\u97f3\u6548\u88dd\u7f6e",newDeviceCameraTitle:"\u5075\u6e2c\u5230\u65b0\u7684\u7db2\u8def\u651d\u5f71\u6a5f",noiseSuppressionDesktopAudioDescription:"\u5206\u4eab\u96fb\u8166\u97f3\u8a0a\u6642\u7121\u6cd5\u555f\u7528\u96dc\u8a0a\u6291\u5236\uff0c\u8acb\u505c\u7528\u5f8c\u91cd\u8a66\u3002",noiseSuppressionFailedTitle:"\u555f\u7528\u96dc\u8a0a\u6291\u5236\u5931\u6557",noiseSuppressionStereoDescription:"\u76ee\u524d\u4e0d\u652f\u63f4\u7acb\u9ad4\u8072\u964d\u566a\u529f\u80fd\u3002",oldElectronClientDescription1:"\u60a8\u4f3c\u4e4e\u6b63\u5728\u4f7f\u7528\u5b58\u5728\u5df2\u77e5\u5b89\u5168\u6f0f\u6d1e\u7684\u904e\u6642 Jitsi Meet \u7528\u6236\u7aef\uff0c\u8acb\u76e1\u5feb\u66f4\u65b0\u81f3\u6211\u5011\u7684",oldElectronClientDescription2:"\u6700\u65b0\u7248\u672c",oldElectronClientDescription3:"\uff01",participantWantsToJoin:"\u5e0c\u671b\u52a0\u5165\u6703\u8b70",participantsWantToJoin:"\u5e0c\u671b\u52a0\u5165\u6703\u8b70",passwordRemovedRemotely:"$t(lockRoomPasswordUppercase)\u5df2\u88ab\u5176\u4ed6\u8207\u6703\u8005\u79fb\u9664",passwordSetRemotely:"$t(lockRoomPasswordUppercase)\u7531\u5176\u4ed6\u8207\u6703\u8005\u8a2d\u5b9a",raiseHandAction:"\u8209\u624b\u767c\u8a00",raisedHand:"{{name}}\u60f3\u8981\u767c\u8a00\u3002",raisedHands:"{{participantName}}\u8207\u5176\u4ed6{{raisedHands}}\u4eba",reactionSounds:"\u505c\u7528\u97f3\u6548",reactionSoundsForAll:"\u505c\u7528\u6240\u6709\u97f3\u6548",screenShareNoAudio:"\u60a8\u672a\u5728\u9078\u64c7\u8996\u7a97\u6642\u52fe\u9078\u5206\u4eab\u97f3\u8a0a",screenShareNoAudioTitle:"\u7121\u6cd5\u5206\u4eab\u96fb\u8166\u8072\u97f3\uff01",screenSharingAudioOnlyDescription:"\u7121\u6cd5\u5206\u4eab\u7cfb\u7d71\u97f3\u8a0a\uff01",screenSharingAudioOnlyTitle:"\u8acb\u6ce8\u610f\uff0c\u900f\u904e\u5206\u4eab\u87a2\u5e55\u6703\u5f71\u97ff\u300c\u6700\u4f73\u6548\u80fd\u300d\u6a21\u5f0f\uff0c\u4e26\u4f7f\u7528\u66f4\u591a\u983b\u5bec\u3002",selfViewTitle:"\u60a8\u96a8\u6642\u53ef\u4ee5\u5728\u8a2d\u5b9a\u4e2d\u53d6\u6d88\u96b1\u85cf\u672c\u4eba\u8996\u5716",somebody:"\u67d0\u4eba",startSilentDescription:"\u91cd\u65b0\u52a0\u5165\u6703\u8b70\u4ee5\u555f\u7528\u97f3\u8a0a",startSilentTitle:"\u60a8\u4ee5\u7121\u97f3\u8a0a\u8f38\u51fa\u65b9\u5f0f\u52a0\u5165\u4e86\u6703\u8b70\uff01",suboptimalBrowserWarning:"\u6211\u5011\u6050\u6015\u60a8\u672c\u6b21\u6703\u8b70\u9ad4\u9a57\u4e0d\u4f73\uff0c\u6211\u5011\u6703\u52aa\u529b\u6539\u5584\u3002\u5728\u6b64\u671f\u9593\uff0c\u8acb\u5617\u8a66\u4f7f\u7528\u652f\u63f4\u7684\u700f\u89bd\u5668 \u3002",suboptimalExperienceTitle:"\u700f\u89bd\u5668\u8b66\u544a",unmute:"\u53d6\u6d88\u975c\u97f3",videoMutedRemotelyDescription:"\u60a8\u96a8\u6642\u53ef\u4ee5\u518d\u6b21\u555f\u7528\u3002",videoMutedRemotelyTitle:"\u60a8\u7684\u8996\u8a0a\u5df2\u88ab{{participantDisplayName}}\u505c\u7528",videoUnmuteBlockedDescription:"\u555f\u7528\u7db2\u8def\u651d\u5f71\u6a5f\u8207\u5206\u4eab\u87a2\u5e55\u7531\u65bc\u7cfb\u7d71\u9650\u5236\u800c\u88ab\u66ab\u6642\u5c01\u9396\u3002",videoUnmuteBlockedTitle:"\u555f\u7528\u7db2\u8def\u651d\u5f71\u6a5f\u8207\u5206\u4eab\u87a2\u5e55\u906d\u5c01\u9396\uff01",viewLobby:"\u6aa2\u8996\u5927\u5ef3",waitingParticipants:"{{waitingParticipants}}\u4eba"},participantsPane:{actions:{allow:"\u5141\u8a31\u8207\u6703\u8005\u80fd\u5920\uff1a",allowVideo:"\u5141\u8a31\u8996\u8a0a",askUnmute:"\u8981\u6c42\u89e3\u9664\u975c\u97f3",audioModeration:"\u81ea\u6211\u89e3\u9664\u975c\u97f3",blockEveryoneMicCamera:"\u505c\u7528\u6240\u6709\u4eba\u7684\u9ea5\u514b\u98a8\u548c\u7db2\u8def\u651d\u5f71\u6a5f",invite:"\u9080\u8acb\u4ed6\u4eba",moreModerationActions:"\u66f4\u591a\u4e3b\u6301\u4eba\u9078\u9805",moreModerationControls:"\u66f4\u591a\u4e3b\u6301\u4eba\u64cd\u4f5c",moreParticipantOptions:"\u66f4\u591a\u8207\u6703\u8005\u9078\u9805",mute:"\u975c\u97f3",muteAll:"\u975c\u97f3\u6240\u6709\u4eba",muteEveryoneElse:"\u975c\u97f3\u5176\u4ed6\u4eba",stopEveryonesVideo:"\u505c\u7528\u6240\u6709\u4eba\u7684\u8996\u8a0a",stopVideo:"\u505c\u7528\u8996\u8a0a",unblockEveryoneMicCamera:"\u89e3\u9664\u5c01\u9396\u6240\u6709\u4eba\u7684\u9ea5\u514b\u98a8\u53ca\u7db2\u8def\u651d\u5f71\u6a5f",videoModeration:"\u958b\u555f\u8996\u8a0a"},close:"\u95dc\u9589",headings:{lobby:"\u5927\u5ef3\uff08{{count}}\u4eba\uff09",participantsList:"\u6703\u8b70\u8207\u6703\u8005\uff08{{count}}\u4eba\uff09",visitors:"\u8a2a\u5ba2\uff08{{count}}\u4eba\uff09",waitingLobby:"\u65bc\u5927\u5ef3\u7b49\u5019\uff08{{count}}\u4eba\uff09"},search:"\u641c\u5c0b\u8207\u6703\u8005",title:"\u8207\u6703\u8005"},passwordDigitsOnly:"\u4e0a\u9650\u70ba{{number}}\u4f4d\u6578",passwordSetRemotely:"\u7531\u5176\u4ed6\u8207\u6703\u8005\u8a2d\u5b9a",pinParticipant:"{{participantName}} - \u91d8\u9078",pinnedParticipant:"\u8207\u6703\u8005\u88ab\u91d8\u9078",polls:{answer:{skip:"\u8df3\u904e",submit:"\u9001\u51fa"},by:"\u7531{{ name }}",create:{addOption:"\u65b0\u589e\u9078\u9805",answerPlaceholder:"\u9078\u9805{{index}}",cancel:"\u53d6\u6d88",create:"\u5efa\u7acb\u6295\u7968",pollOption:"\u9078\u9805{{index}}",pollQuestion:"\u6295\u7968\u554f\u984c",questionPlaceholder:"\u8a62\u554f\u554f\u984c",removeOption:"\u79fb\u9664\u9078\u9805",send:"\u50b3\u9001"},notification:{description:"\u958b\u555f\u6295\u7968\u5206\u9801\u4ee5\u53c3\u8207\u6295\u7968",title:"\u6b64\u6703\u8b70\u6709\u4e00\u9805\u65b0\u6295\u7968"},results:{changeVote:"\u4fee\u6539\u6295\u7968",empty:"\u76ee\u524d\u6703\u8b70\u4e2d\u6c92\u6709\u4efb\u4f55\u6295\u7968\uff0c\u5728\u9019\u88e1\u5efa\u7acb\u60a8\u7684\u6295\u7968\u5427\uff01",hideDetailedResults:"\u96b1\u85cf\u8a73\u7d30\u8cc7\u8a0a",showDetailedResults:"\u986f\u793a\u8a73\u7d30\u8cc7\u8a0a",vote:"\u6295\u7968"}},poweredby:"\u6280\u8853\u652f\u63f4\u7531",prejoin:{audioAndVideoError:"\u97f3\u8a0a\u53ca\u8996\u8a0a\u932f\u8aa4\uff1a",audioDeviceProblem:"\u60a8\u7684\u97f3\u8a0a\u88dd\u7f6e\u6709\u554f\u984c",audioOnlyError:"\u97f3\u8a0a\u932f\u8aa4\uff1a",audioTrackError:"\u7121\u6cd5\u5efa\u7acb\u97f3\u8ecc\u3002",callMe:"\u6253\u7d66\u6211",callMeAtNumber:"\u64a5\u6253\u9019\u652f\u865f\u78bc\uff1a",calling:"\u64a5\u6253\u4e2d",configuringDevices:"\u8a2d\u5b9a\u88dd\u7f6e\u4e2d...",connectedWithAudioQ:"\u60a8\u6709\u9023\u63a5\u97f3\u8a0a\u8a2d\u5099\u55ce\uff1f",connection:{good:"\u60a8\u7684\u9023\u7dda\u54c1\u8cea\u826f\u597d",nonOptimal:"\u60a8\u7684\u9023\u7dda\u54c1\u8cea\u4e0d\u7406\u60f3",poor:"\u60a8\u7684\u9023\u7dda\u54c1\u8cea\u4e0d\u4f73"},connectionDetails:{audioClipping:"\u60a8\u7684\u97f3\u8a0a\u5c07\u6703\u65b7\u65b7\u7e8c\u7e8c\u3002",audioHighQuality:"\u60a8\u7684\u97f3\u8a0a\u54c1\u8cea\u6975\u4f73\u3002",audioLowNoVideo:"\u60a8\u7684\u97f3\u8a0a\u54c1\u8cea\u8f03\u5dee\uff0c\u4e14\u7121\u8996\u8a0a\u529f\u80fd\u3002",goodQuality:"\u592a\u597d\u4e86!\u60a8\u7684\u5a92\u9ad4\u54c1\u8cea\u826f\u597d\u3002",noMediaConnectivity:"\u6211\u5011\u7121\u6cd5\u70ba\u6b64\u6e2c\u8a66\u5efa\u7acb\u5a92\u9ad4\u9023\u7dda\uff0c\u901a\u5e38\u662f\u9632\u706b\u7246\u6216NAT\u7684\u554f\u984c\u3002",noVideo:"\u60a8\u7684\u8996\u8a0a\u756b\u8cea\u5c07\u6703\u5f88\u7cdf\u7cd5\u3002",undetectable:"\u5982\u679c\u60a8\u4ecd\u7121\u6cd5\u5728\u700f\u89bd\u5668\u4e2d\u9032\u884c\u901a\u8a71\uff0c\u6211\u5011\u5efa\u8b70\u60a8\u6aa2\u67e5\u5587\u53ed\u3001\u9ea5\u514b\u98a8\u3001\u53ca\u7db2\u8def\u651d\u5f71\u6a5f\u7684\u8a2d\u7f6e\uff0c\u78ba\u8a8d\u662f\u5426\u5141\u8a31\u700f\u89bd\u5668\u5b58\u53d6\u9ea5\u514b\u98a8\u53ca\u7db2\u8def\u651d\u5f71\u6a5f\uff0c\u4e26\u5c07\u700f\u89bd\u5668\u66f4\u65b0\u5230\u6700\u65b0\u7248\u672c\u3002\u5982\u679c\u4ee5\u4e0a\u6b65\u9a5f\u7121\u6cd5\u89e3\u6c7a\u554f\u984c\uff0c\u8acb\u806f\u7d61\u7db2\u9801\u7a0b\u5f0f\u7684\u958b\u767c\u8005\u3002",veryPoorConnection:"\u60a8\u7684\u901a\u8a71\u54c1\u8cea\u5c07\u6703\u975e\u5e38\u7cdf\u7cd5\u3002",videoFreezing:"\u60a8\u7684\u8996\u8a0a\u5c07\u6703\u7a81\u7136\u9ed1\u983b\u3001\u5361\u4f4f\u3001\u6216\u50cf\u7d20\u5316\u3002",videoHighQuality:"\u60a8\u7684\u8996\u8a0a\u756b\u8cea\u826f\u597d\u3002",videoLowQuality:"\u60a8\u7684\u87a2\u5e55\u7684\u5f71\u683c\u7387\u53ca\u89e3\u6790\u5ea6\u5c07\u8f03\u4f4e\u3002",videoTearing:"\u60a8\u7684\u87a2\u5e55\u53ef\u80fd\u6703\u6709\u7455\u75b5\u6216\u50cf\u7d20\u5316\u3002"},copyAndShare:"\u8907\u88fd\u4e26\u5206\u4eab\u6703\u8b70\u9023\u7d50",dialInMeeting:"\u64a5\u5165\u6703\u8b70",dialInPin:"\u64a5\u6253\u9032\u6703\u8b70\u5ba4\u4e26\u8f38\u5165 PIN \u78bc\uff1a",dialing:"\u64a5\u865f\u4e2d",doNotShow:"\u4e0d\u518d\u986f\u793a",errorDialOut:"\u7121\u6cd5\u64a5\u51fa",errorDialOutDisconnected:"\u7121\u6cd5\u64a5\u51fa\uff0c\u5df2\u65b7\u958b\u9023\u63a5",errorDialOutFailed:"\u7121\u6cd5\u64a5\u51fa\uff0c\u901a\u8a71\u5931\u6557",errorDialOutStatus:"\u53d6\u5f97\u64a5\u51fa\u72c0\u614b\u6642\u767c\u751f\u932f\u8aa4",errorMissingName:"\u8acb\u8f38\u5165\u60a8\u7684\u540d\u5b57\u4ee5\u52a0\u5165\u6703\u8b70",errorNoPermissions:"\u60a8\u5fc5\u9808\u555f\u7528\u9ea5\u514b\u98a8\u53ca\u7db2\u8def\u651d\u5f71\u6a5f\u5b58\u53d6\u6b0a\u9650",errorStatusCode:"\u64a5\u51fa\u5931\u6557\uff0c\u72c0\u614b\u4ee3\u78bc\uff1a{{status}}",errorValidation:"\u865f\u78bc\u9a57\u8b49\u5931\u6557",iWantToDialIn:"\u6211\u60f3\u8981\u64a5\u5165",initiated:"\u901a\u8a71\u5df2\u521d\u59cb\u5316",joinAudioByPhone:"\u4f7f\u7528\u624b\u6a5f\u97f3\u8a0a\u88dd\u7f6e\u52a0\u5165",joinMeeting:"\u52a0\u5165\u6703\u8b70",joinMeetingInLowBandwidthMode:"\u4ee5\u4f4e\u983b\u5bec\u6a21\u5f0f\u52a0\u5165",joinWithoutAudio:"\u7121\u97f3\u8a0a\u60c5\u6cc1\u4e0b\u52a0\u5165",keyboardShortcuts:"\u555f\u7528\u9375\u76e4\u5feb\u6377\u9375",linkCopied:"\u9023\u7d50\u5df2\u8907\u88fd\u5230\u526a\u8cbc\u7c3f",lookGood:"\u807d\u8d77\u4f86\u60a8\u7684\u9ea5\u514b\u98a8\u80fd\u5920\u6b63\u5e38\u904b\u4f5c",or:"\u6216",premeeting:"\u6703\u8b70\u524d",proceedAnyway:"\u4ecd\u7136\u7e7c\u7e8c",screenSharingError:"\u87a2\u5e55\u5206\u4eab\u932f\u8aa4\uff1a",showScreen:"\u555f\u7528\u6703\u8b70\u524d\u87a2\u5e55",startWithPhone:"\u4f7f\u7528\u624b\u6a5f\u97f3\u8a0a\u958b\u59cb",unsafeRoomConsent:"\u6211\u4e86\u89e3\u98a8\u96aa\uff0c\u6211\u60f3\u8981\u52a0\u5165\u6703\u8b70",videoOnlyError:"\u8996\u8a0a\u932f\u8aa4\uff1a",videoTrackError:"\u7121\u6cd5\u5efa\u7acb\u8996\u8a0a\u8ecc\u3002",viewAllNumbers:"\u6aa2\u8996\u6240\u6709\u865f\u78bc"},presenceStatus:{busy:"\u5fd9\u7dda",calling:"\u4f86\u96fb...",connected:"\u5df2\u9023\u7dda",connecting:"\u9023\u7dda\u4e2d...",connecting2:"\u9023\u7dda\u4e2d*...",disconnected:"\u5df2\u7d93\u4e2d\u65b7\u9023\u63a5",expired:"\u903e\u6642\u672a\u63a5",ignored:"\u5ffd\u7565\u4e0d\u63a5",initializingCall:"\u901a\u8a71\u521d\u59cb\u5316\u4e2d...",invited:"\u53d7\u9080",rejected:"\u62d2\u7d55",ringing:"\u9234\u9234\u9234..."},profile:{avatar:"\u982d\u50cf",setDisplayNameLabel:"\u8a2d\u5b9a\u986f\u793a\u540d\u7a31",setEmailInput:"\u8f38\u5165\u60a8\u7684\u96fb\u5b50\u4fe1\u7bb1",setEmailLabel:"\u8a2d\u5b9a\u60a8\u7684 Gravatar \u96fb\u5b50\u4fe1\u7bb1",title:"\u7c21\u4ecb"},raisedHand:"\u60f3\u8981\u767c\u8a00",raisedHandsLabel:"\u8209\u624b\u4eba\u6578",record:{already:{linked:"\u6703\u8b70\u5df2\u9023\u7d50\u81f3\u6b64 Salesforce \u7269\u4ef6\u3002"},type:{account:"\u5e33\u865f",contact:"\u806f\u7d61\u4eba",lead:"\u6f5b\u5728\u5ba2\u6236",opportunity:"\u6a5f\u6703",owner:"\u8ca0\u8cac\u4eba"}},recording:{authDropboxText:"\u4e0a\u50b3\u81f3 Dropbox",availableSpace:"\u53ef\u7528\u7a7a\u9593\uff1a{{spaceLeft}}MB\uff08\u9304\u88fd\u6642\u9593\u5927\u7d04{{duration}}\u5206\u9418\uff09",beta:"BETA",busy:"\u6211\u5011\u6b63\u5728\u91cb\u653e\u9304\u88fd\u8cc7\u6e90\uff0c\u8acb\u904e\u5e7e\u5206\u9418\u5f8c\u518d\u8a66\u3002",busyTitle:"\u5168\u90e8\u9304\u88fd\u76ee\u524d\u5fd9\u788c",copyLink:"\u8907\u88fd\u9023\u7d50",error:"\u9304\u88fd\u5931\u6557\uff0c\u8acb\u91cd\u8a66\u3002",errorFetchingLink:"\u53d6\u5f97\u9304\u88fd\u6a94\u6848\u9023\u7d50\u6642\u767c\u751f\u932f\u8aa4\u3002",expandedOff:"\u9304\u88fd\u5df2\u505c\u6b62",expandedOn:"\u6b64\u6703\u8b70\u76ee\u524d\u6b63\u5728\u9304\u88fd\u3002",expandedPending:"\u9304\u88fd\u6b63\u5728\u555f\u52d5...",failedToStart:"\u9304\u88fd\u555f\u52d5\u5931\u6557",fileSharingdescription:"\u5206\u4eab\u9304\u88fd\u7d66\u6703\u8b70\u8207\u6703\u8005",highlight:"\u7cbe\u9078",highlightMoment:"\u7cbe\u9078\u6642\u523b",highlightMomentDisabled:"\u60a8\u53ef\u4ee5\u5728\u9304\u88fd\u958b\u59cb\u5f8c\u7cbe\u9078\u6642\u523b",highlightMomentSuccess:"\u5df2\u7cbe\u9078\u7684\u6642\u523b",highlightMomentSucessDescription:"\u60a8\u7684\u7cbe\u9078\u6642\u523b\u5c07\u65b0\u589e\u81f3\u6703\u8b70\u6458\u8981\u3002",inProgress:"\u6b63\u5728\u9304\u88fd\u6216\u76f4\u64ad",limitNotificationDescriptionNative:"\u7531\u65bc\u76ee\u524d\u6d41\u91cf\u904e\u5927\uff0c\u60a8\u7684\u9304\u88fd\u6642\u9593\u88ab\u9650\u5236\u5728{{limit}}\u5206\u9418\u3002\u82e5\u8981\u7121\u9650\u5236\u7684\u9304\u88fd\uff0c\u8acb\u8a66\u8a66 <3>{{app}}\u3002",limitNotificationDescriptionWeb:"\u7531\u65bc\u76ee\u524d\u6d41\u91cf\u904e\u5927\uff0c\u60a8\u7684\u9304\u88fd\u6642\u9593\u88ab\u9650\u5236\u5728{{limit}}\u5206\u9418\u3002\u82e5\u8981\u7121\u9650\u5236\u7684\u9304\u88fd\uff0c\u8acb\u8a66\u8a66 {{app}}\u3002",linkGenerated:"\u6211\u5011\u5efa\u7acb\u4e86\u60a8\u7684\u9304\u88fd\u6a94\u6848\u7684\u9023\u7d50\u3002",live:"\u76f4\u64ad",localRecordingNoNotificationWarning:"\u7cfb\u7d71\u4e0d\u6703\u4e3b\u52d5\u77e5\u6703\u8207\u6703\u8005\u9304\u88fd\u5df2\u958b\u555f\uff0c\u4e3b\u6301\u4eba\u9700\u53e6\u884c\u901a\u77e5\u3002",localRecordingNoVideo:"\u6c92\u6709\u9304\u88fd\u7684\u8996\u8a0a",localRecordingStartWarning:"\u8acb\u78ba\u4fdd\u5728\u9000\u51fa\u6703\u8b70\u4e4b\u524d\u505c\u7528\u9304\u88fd\u4ee5\u4fbf\u4fdd\u5b58\u3002",localRecordingStartWarningTitle:"\u505c\u7528\u9304\u88fd\u4ee5\u4fdd\u5b58",localRecordingVideoStop:"\u95dc\u9589\u60a8\u7684\u8996\u8a0a\u4e5f\u5c07\u505c\u6b62\u672c\u5730\u9304\u88fd\uff0c\u78ba\u5b9a\u7e7c\u7e8c\u55ce\uff1f",localRecordingVideoWarning:"\u9304\u88fd\u8996\u8a0a\u5fc5\u9808\u5728\u958b\u59cb\u6642\u555f\u7528",localRecordingWarning:"\u78ba\u4fdd\u9078\u64c7\u76ee\u524d\u7684\u5206\u9801\u4ee5\u9304\u88fd\u6b63\u78ba\u7684\u8996\u8a0a\u548c\u97f3\u8a0a\u3002\u9304\u88fd\u76ee\u524d\u9650\u5236\u70ba1GB\uff0c\u7d04\u53ef\u9304\u88fd100\u5206\u9418\u3002",loggedIn:"\u4ee5 {{userName}} \u767b\u5165",noMicPermission:"\u7121\u6cd5\u5efa\u7acb\u9ea5\u514b\u98a8\u8ecc\uff0c\u8acb\u5141\u8a31\u4f7f\u7528\u9ea5\u514b\u98a8\u7684\u6b0a\u9650\u3002",noStreams:"\u672a\u6aa2\u6e2c\u5230\u97f3\u8a0a\u6216\u8996\u8a0a\u3002",off:"\u9304\u88fd\u5df2\u505c\u7528",offBy:"{{name}} \u505c\u6b62\u4e86\u9304\u88fd",on:"\u6b63\u5728\u9304\u88fd",onBy:"{{name}} \u958b\u59cb\u4e86\u9304\u88fd",onlyRecordSelf:"\u50c5\u9304\u88fd\u6211\u7684\u97f3\u8a0a\u548c\u5f71\u7247\u4e32\u6d41",pending:"\u6b63\u5728\u6e96\u5099\u9304\u88fd\u6703\u8b70...",rec:"\u9304\u88fd\u4e2d",saveLocalRecording:"\u5c07\u9304\u88fd\u6a94\u6848\u4fdd\u5b58\u5728\u672c\u5730\uff08BETA\uff09",serviceDescription:"\u60a8\u7684\u9304\u88fd\u6703\u7531\u9304\u88fd\u670d\u52d9\u5132\u5b58",serviceDescriptionCloud:"\u96f2\u7aef\u9304\u88fd",serviceDescriptionCloudInfo:"\u5df2\u9304\u88fd\u7684\u6703\u8b70\u5c07\u5728 24 \u5c0f\u6642\u5f8c\u81ea\u52d5\u6e05\u9664\u3002",serviceName:"\u9304\u88fd\u670d\u52d9",sessionAlreadyActive:"\u5df2\u5728\u9304\u88fd\u6216\u76f4\u64ad\u6b64\u5de5\u4f5c\u968e\u6bb5\u3002",signIn:"\u767b\u5165",signOut:"\u767b\u51fa",surfaceError:"\u8acb\u9078\u64c7\u76ee\u524d\u5206\u9801",title:"\u9304\u88fd\u4e2d",unavailable:"\u5594\u54e6\uff01{{serviceName}}\u76ee\u524d\u7121\u6cd5\u4f7f\u7528\uff0c\u6211\u5011\u6b63\u5728\u89e3\u6c7a\u6b64\u554f\u984c\uff0c\u8acb\u7a0d\u5f8c\u518d\u8a66\u3002",unavailableTitle:"\u9304\u88fd\u7121\u6cd5\u4f7f\u7528",uploadToCloud:"\u4e0a\u50b3\u81f3\u96f2\u7aef"},screenshareDisplayName:"{{name}}\u7684\u87a2\u5e55",sectionList:{pullToRefresh:"\u4e0b\u62c9\u4ee5\u91cd\u65b0\u6574\u7406"},security:{about:"\u60a8\u53ef\u4ee5\u65b0\u589e$t(lockRoomPassword)\u81f3\u60a8\u7684\u6703\u8b70\uff0c\u8207\u6703\u8005\u5728\u52a0\u5165\u6703\u8b70\u524d\u5fc5\u9808\u5148\u8f38\u5165$t(lockRoomPassword)\u3002",aboutReadOnly:"\u4e3b\u6301\u4eba\u53ef\u4ee5\u65b0\u589e$t(lockRoomPassword)\u81f3\u6703\u8b70\uff0c\u8207\u6703\u8005\u5728\u52a0\u5165\u6703\u8b70\u524d\u5fc5\u9808\u5148\u8f38\u5165$t(lockRoomPassword)\u3002",insecureRoomNameWarningNative:"\u623f\u9593\u540d\u7a31\u4e0d\u5b89\u5168\uff0c\u4efb\u4f55\u4eba\u90fd\u53ef\u80fd\u6703\u52a0\u5165\u60a8\u7684\u6703\u8b70\u3002{{recommendAction}} \u4e86\u89e3\u6709\u95dc\u4fdd\u8b77\u60a8\u7684\u6703\u8b70\u7684\u66f4\u591a\u4fe1\u606f\u3002",insecureRoomNameWarningWeb:"\u623f\u9593\u540d\u7a31\u4e0d\u5b89\u5168\uff0c\u4efb\u4f55\u4eba\u90fd\u53ef\u80fd\u6703\u52a0\u5165\u60a8\u7684\u6703\u8b70\u3002{{recommendAction}} \u5728\u6b64\u8655\u4e86\u89e3\u6709\u95dc\u4fdd\u8b77\u60a8\u7684\u6703\u8b70\u7684\u66f4\u591a\u4fe1\u606f \u9019\u88e1\u3002",title:"\u5b89\u5168\u6027\u9078\u9805",unsafeRoomActions:{meeting:"\u8acb\u8003\u616e\u4f7f\u7528\u5b89\u5168\u6309\u9215\u4fdd\u8b77\u60a8\u7684\u6703\u8b70\u3002",prejoin:"\u8acb\u8003\u616e\u4f7f\u7528\u4e00\u500b\u66f4\u7368\u7279\u7684\u6703\u8b70\u540d\u7a31\u3002",welcome:"\u8acb\u8003\u616e\u4f7f\u7528\u4e00\u500b\u66f4\u7368\u7279\u7684\u6703\u8b70\u540d\u7a31\uff0c\u6216\u5f9e\u5efa\u8b70\u4e2d\u9078\u64c7\u4e00\u500b\u3002"}},settings:{audio:"\u97f3\u8a0a",buttonLabel:"\u8a2d\u5b9a",calendar:{about:"{{appName}}\u884c\u4e8b\u66c6\u6574\u5408\u529f\u80fd\u53ef\u5b89\u5168\u5730\u5b58\u53d6\u60a8\u884c\u4e8b\u66c6\u4e2d\u5373\u5c07\u8209\u884c\u7684\u6d3b\u52d5\u3002",disconnect:"\u4e2d\u65b7\u9023\u63a5",microsoftSignIn:"\u4f7f\u7528Microsoft\u5e33\u865f\u767b\u5165",signedIn:"\u76ee\u524d\u6b63\u5728\u5b58\u53d6{{email}}\u7684\u884c\u4e8b\u66c6\u4e8b\u4ef6\uff0c\u9ede\u6309\u4e0b\u65b9\u4e2d\u65b7\u9023\u63a5\u53ef\u4ee5\u505c\u7528\u5b58\u53d6\u884c\u4e8b\u66c6\u4e8b\u4ef6\u3002",title:"\u884c\u4e8b\u66c6"},desktopShareFramerate:"\u684c\u9762\u87a2\u5e55\u5206\u4eab\u5f71\u683c\u7387",desktopShareHighFpsWarning:"\u8f03\u9ad8\u7684\u684c\u9762\u87a2\u5e55\u5206\u4eab\u5f71\u683c\u7387\u53ef\u80fd\u6703\u5f71\u97ff\u60a8\u7684\u983b\u5bec\uff0c\u60a8\u5fc5\u9808\u91cd\u65b0\u555f\u52d5\u684c\u9762\u87a2\u5e55\u5206\u4eab\u4ee5\u5957\u7528\u65b0\u7684\u8a2d\u5b9a\u3002",desktopShareWarning:"\u60a8\u5fc5\u9808\u91cd\u65b0\u555f\u52d5\u684c\u9762\u87a2\u5e55\u5206\u4eab\u4ee5\u5957\u7528\u65b0\u7684\u8a2d\u5b9a\u3002",devices:"\u88dd\u7f6e",followMe:"\u5168\u90e8\u4eba\u8ddf\u96a8\u6211",framesPerSecond:"fps",incomingMessage:"\u65b0\u8a0a\u606f",language:"\u8a9e\u8a00",loggedIn:"\u4ee5{{name}}\u767b\u5165",maxStageParticipants:"\u53ef\u88ab\u91d8\u9078\u7684\u6700\u5927\u8207\u6703\u8005\u4eba\u6578\uff08\u5be6\u9a57\u6027\u529f\u80fd\uff09",microphones:"\u9ea5\u514b\u98a8",moderator:"\u4e3b\u6301\u4eba",moderatorOptions:"\u4e3b\u6301\u4eba\u9078\u9805",more:"\u4e00\u822c",name:"\u540d\u7a31",noDevice:"\u7121",notifications:"\u901a\u77e5",participantJoined:"\u8207\u6703\u8005\u5df2\u52a0\u5165",participantKnocking:"\u8207\u6703\u8005\u5df2\u9032\u5165\u5927\u5ef3",participantLeft:"\u8207\u6703\u8005\u5df2\u96e2\u958b",playSounds:"\u64ad\u653e\u97f3\u6548",reactions:"\u6703\u8b70\u53cd\u61c9",sameAsSystem:"\u8207\u7cfb\u7d71\u76f8\u540c\uff08{{label}}\uff09",selectAudioOutput:"\u97f3\u8a0a\u8f38\u51fa",selectCamera:"\u7db2\u8def\u651d\u5f71\u6a5f",selectMic:"\u9ea5\u514b\u98a8",selfView:"\u81ea\u8eab\u87a2\u5e55",shortcuts:"\u5feb\u6377\u9375",speakers:"\u5587\u53ed",startAudioMuted:"\u6240\u6709\u4eba\u555f\u52d5\u6642\u8655\u65bc\u975c\u97f3",startReactionsMuted:"\u95dc\u9589\u6240\u6709\u4eba\u53cd\u61c9\u97f3\u6548",startVideoMuted:"\u6240\u6709\u4eba\u555f\u52d5\u6642\u96b1\u85cf\u8996\u8a0a",talkWhileMuted:"\u901a\u8a71\u6642\u975c\u97f3",title:"\u8a2d\u5b9a",video:"\u5f71\u7247"},settingsView:{advanced:"\u9032\u968e",alertCancel:"\u53d6\u6d88",alertOk:"\u78ba\u5b9a",alertTitle:"\u8b66\u544a",alertURLText:"\u8f38\u5165\u7684\u4f3a\u670d\u5668\u7db2\u5740\u7121\u6548",buildInfoSection:"\u7d44\u5efa\u8cc7\u8a0a",conferenceSection:"\u6703\u8b70",disableCallIntegration:"\u505c\u7528\u539f\u751f\u901a\u8a71\u6574\u5408",disableCrashReporting:"\u505c\u7528\u932f\u8aa4\u56de\u5831",disableCrashReportingWarning:"\u60a8\u78ba\u5b9a\u8981\u505c\u7528\u932f\u8aa4\u56de\u5831\u529f\u80fd\u55ce\uff1f\u8b8a\u66f4\u5c07\u5728\u91cd\u555f\u61c9\u7528\u7a0b\u5f0f\u5f8c\u751f\u6548\u3002",disableP2P:"\u505c\u7528\u9ede\u5c0d\u9ede\u6a21\u5f0f",displayName:"\u986f\u793a\u540d\u7a31",displayNamePlaceholderText:"\u4f8b\u5982\uff1aJohn Doe",email:"\u96fb\u5b50\u90f5\u4ef6",emailPlaceholderText:"email@example.com",goTo:"\u524d\u5f80",header:"\u8a2d\u5b9a",help:"\u5354\u52a9",links:"\u9023\u7d50",privacy:"\u96b1\u79c1\u6b0a",profileSection:"\u7c21\u4ecb",sdkVersion:"SDK\u7248\u672c",serverURL:"\u4f3a\u670d\u5668\u7db2\u5740",showAdvanced:"\u986f\u793a\u9032\u968e\u8a2d\u5b9a",startCarModeInLowBandwidthMode:"\u540c\u6642\u555f\u7528\u884c\u8eca\u6a21\u5f0f\u8207\u4f4e\u983b\u5bec\u6a21\u5f0f",startWithAudioMuted:"\u555f\u52d5\u4e26\u975c\u97f3",startWithVideoMuted:"\u555f\u52d5\u4e26\u95dc\u9589\u5f71\u50cf",terms:"\u689d\u6b3e",version:"APP\u7248\u672c"},share:{dialInfoText:"\n\n=====\n\n\u53ea\u60f3\u8981\u900f\u904e\u624b\u6a5f\u64a5\u6253\u52a0\u5165\u55ce\uff1f\n\n\u64a5\u6253{{defaultDialInNumber}}\u6216\u9ede\u6b64\u9023\u7d50\u4f86\u67e5\u770b\u6b64\u6703\u8b70\u7684\u96fb\u8a71\u64a5\u5165\u865f\u78bc\n{{dialInfoPageUrl}}",mainText:"\u9ede\u9078\u4e0b\u65b9\u9023\u7d50\u52a0\u5165\u6703\u8b70\uff1a\n{{roomUrl}}"},speaker:"\u5587\u53ed",speakerStats:{angry:"\u751f\u6c23",disgusted:"\u5614\u5410",displayEmotions:"\u986f\u793a\u8868\u60c5",fearful:"\u53ef\u6015",happy:"\u7b11\u81c9",hours:"{{count}} \u5c0f\u6642",minutes:"{{count}} \u5206",name:"\u540d\u5b57",neutral:"\u4e2d\u7acb",sad:"\u60b2\u50b7",search:"\u641c\u5c0b",seconds:"{{count}} \u79d2",speakerStats:"\u767c\u8a00\u7d71\u8a08",speakerTime:"\u767c\u8a00\u6642\u9593",surprised:"\u9a5a\u8a1d"},startupoverlay:{genericTitle:"\u6b64\u6703\u8b70\u9700\u8981\u4f7f\u7528\u60a8\u7684\u9ea5\u514b\u98a8\u548c\u7db2\u8def\u651d\u5f71\u6a5f\u3002",policyText:" ",title:"{{app}} \u9700\u8981\u4f7f\u7528\u60a8\u7684\u9ea5\u514b\u98a8\u548c\u7db2\u8def\u651d\u5f71\u6a5f\u3002"},suspendedoverlay:{rejoinKeyTitle:"\u91cd\u65b0\u52a0\u5165",text:"\u6309\u4e0b \u91cd\u65b0\u52a0\u5165 \u6309\u9215\u4ee5\u91cd\u65b0\u9023\u63a5\u3002",title:"\u7531\u65bc\u96fb\u8166\u9032\u5165\u4f11\u7720\uff0c\u60a8\u7684\u8996\u8a0a\u901a\u8a71\u5df2\u7d93\u4e2d\u65b7\u3002"},termsView:{title:"\u689d\u6b3e"},toggleTopPanelLabel:"\u5207\u63db\u9802\u90e8\u9762\u677f",toolbar:{Settings:"\u8a2d\u5b9a",accessibilityLabel:{Settings:"\u5207\u63db\u8a2d\u5b9a",audioOnly:"\u5207\u63db\u50c5\u97f3\u8a0a",audioRoute:"\u9078\u64c7\u97f3\u8a0a\u88dd\u7f6e",boo:"\u559d\u5012\u5f69",breakoutRoom:"\u9032\u5165/\u96e2\u958b\u5206\u7d44\u8a0e\u8ad6\u5ba4",callQuality:"\u7ba1\u7406\u8996\u8a0a\u54c1\u8cea",carmode:"\u884c\u8eca\u6a21\u5f0f",cc:"\u5207\u63db\u5b57\u5e55",chat:"\u6253\u958b/\u95dc\u9589\u804a\u5929\u8996\u7a97",clap:"\u9f13\u638c",closeChat:"\u95dc\u9589\u804a\u5929",closeMoreActions:"\u95dc\u9589\u66f4\u591a\u64cd\u4f5c\u9078\u55ae",closeParticipantsPane:"\u95dc\u9589\u8207\u6703\u8005\u7a97\u683c",collapse:"\u6536\u56de",document:"\u5207\u63db\u6a94\u6848\u5206\u4eab",documentClose:"\u95dc\u9589\u6a94\u6848\u5206\u4eab",documentOpen:"\u6253\u958b\u6a94\u6848\u5206\u4eab",download:"\u4e0b\u8f09\u6211\u5011\u7684APP",embedMeeting:"\u5d4c\u5165\u6703\u8b70",endConference:"\u7d50\u675f\u6703\u8b70\uff08\u6240\u6709\u4eba\uff09",enterFullScreen:"\u9032\u5165\u5168\u87a2\u5e55",enterTileView:"\u9032\u5165\u5e73\u92ea\u986f\u793a\u6a21\u5f0f",exitFullScreen:"\u9000\u51fa\u5168\u87a2\u5e55",exitTileView:"\u9000\u51fa\u5e73\u92ea\u986f\u793a\u6a21\u5f0f",expand:"\u5c55\u958b",feedback:"\u7559\u4e0b\u5efa\u8b70",fullScreen:"\u5207\u63db\u5168\u87a2\u5e55",giphy:"\u5207\u63db GIPHY \u9078\u55ae",grantModerator:"\u6388\u4e88\u4e3b\u6301\u4eba\u6b0a\u9650",hangup:"\u96e2\u958b\u6703\u8b70",heading:"\u5de5\u5177\u5217",help:"\u5354\u52a9",hideWhiteboard:"\u96b1\u85cf\u767d\u677f",invite:"\u9080\u8acb\u4ed6\u4eba",kick:"\u79fb\u9664\u8207\u6703\u8005",laugh:"\u5927\u7b11",leaveConference:"\u96e2\u958b\u6703\u8b70",like:"\u6bd4\u8b9a",linkToSalesforce:"\u9023\u7d50\u81f3 Salesforce",lobbyButton:"\u555f\u7528/\u505c\u7528\u5927\u5ef3\u6a21\u5f0f",localRecording:"\u5207\u63db\u672c\u5730\u9304\u88fd\u63a7\u5236",lockRoom:"\u5207\u63db\u6703\u8b70\u5bc6\u78bc",lowerHand:"\u653e\u4e0b\u624b",moreActions:"\u66f4\u591a\u52d5\u4f5c",moreActionsMenu:"\u66f4\u591a\u52d5\u4f5c\u9078\u55ae",moreOptions:"\u986f\u793a\u66f4\u591a\u9078\u9805",mute:"\u975c\u97f3",muteEveryone:"\u5168\u90e8\u975c\u97f3",muteEveryoneElse:"\u5176\u4ed6\u4eba\u5168\u90e8\u975c\u97f3",muteEveryoneElsesVideoStream:"\u505c\u6b62\u5176\u4ed6\u4eba\u7684\u8996\u8a0a",muteEveryonesVideoStream:"\u505c\u6b62\u6240\u6709\u4eba\u7684\u8996\u8a0a",muteGUMPending:"\u6b63\u5728\u9023\u63a5\u60a8\u7684\u9ea5\u514b\u98a8",noiseSuppression:"\u96dc\u8a0a\u6291\u5236",openChat:"\u6253\u958b\u804a\u5929",participants:"\u6253\u958b\u8207\u6703\u8005\u7a97\u683c",pip:"\u5207\u63db\u5b50\u6bcd\u87a2\u5e55\u6a21\u5f0f",privateMessage:"\u767c\u9001\u79c1\u4eba\u8a0a\u606f",profile:"\u7de8\u8f2f\u60a8\u7684\u500b\u4eba\u6a94\u6848",raiseHand:"\u8209\u624b",reactions:"\u53cd\u61c9",reactionsMenu:"\u53cd\u61c9\u9078\u55ae",recording:"\u5207\u63db\u9304\u88fd",remoteMute:"\u5c07\u8207\u6703\u8005\u975c\u97f3",remoteVideoMute:"\u505c\u7528\u8207\u6703\u8005\u7684\u7db2\u8def\u651d\u5f71\u6a5f",security:"\u5b89\u5168\u6027\u9078\u9805",selectBackground:"\u9078\u64c7\u80cc\u666f",selfView:"\u5207\u63db\u81ea\u8eab\u87a2\u5e55",shareRoom:"\u9080\u8acb\u4ed6\u4eba",shareYourScreen:"\u958b\u59cb\u5206\u4eab\u60a8\u7684\u87a2\u5e55",shareaudio:"\u5206\u4eab\u97f3\u8a0a",sharedvideo:"\u5206\u4eab\u8996\u8a0a",shortcuts:"\u5207\u63db\u5feb\u6377\u65b9\u5f0f",show:"\u986f\u793a\u5728\u53f0\u4e0a",showWhiteboard:"\u986f\u793a\u767d\u677f",silence:"\u6c89\u9ed8",speakerStats:"\u5207\u63db\u8207\u6703\u8005\u7d71\u8a08\u8cc7\u6599",stopScreenSharing:"\u505c\u6b62\u5206\u4eab\u87a2\u5e55",stopSharedVideo:"\u505c\u6b62\u8996\u8a0a",surprised:"\u9a5a\u8a1d",tileView:"\u5207\u63db\u756b\u5eca\u6aa2\u8996",toggleCamera:"\u5207\u63db\u7db2\u8def\u651d\u5f71\u6a5f",toggleFilmstrip:"\u5207\u63db\u7c21\u5831",unmute:"\u53d6\u6d88\u975c\u97f3",videoblur:"\u5207\u63db\u8996\u8a0a\u6a21\u7cca",videomute:"\u505c\u7528\u7db2\u8def\u651d\u5f71\u6a5f",videomuteGUMPending:"\u6b63\u5728\u9023\u63a5\u60a8\u7684\u7db2\u8def\u651d\u5f71\u6a5f",videounmute:"\u555f\u7528\u7db2\u8def\u651d\u5f71\u6a5f"},addPeople:"\u65b0\u589e\u4eba\u54e1\u5230\u60a8\u7684\u901a\u8a71\u4e2d",audioOnlyOff:"\u505c\u7528\u4f4e\u983b\u5bec\u6a21\u5f0f",audioOnlyOn:"\u555f\u7528\u4f4e\u983b\u5bec\u6a21\u5f0f",audioRoute:"\u9078\u64c7\u97f3\u8a0a\u88dd\u7f6e",audioSettings:"\u97f3\u8a0a\u8a2d\u5b9a",authenticate:"\u9a57\u8b49",boo:"\u559d\u5012\u5f69",callQuality:"\u7ba1\u7406\u5f71\u50cf\u54c1\u8cea",chat:"\u958b\u555f/\u95dc\u9589\u804a\u5929\u6b04",clap:"\u9f13\u638c",closeChat:"\u95dc\u9589\u804a\u5929",closeParticipantsPane:"\u95dc\u9589\u8207\u6703\u8005\u7a97\u683c",closeReactionsMenu:"\u95dc\u9589\u53cd\u61c9\u9078\u55ae",disableNoiseSuppression:"\u505c\u7528\u96dc\u8a0a\u6291\u5236",disableReactionSounds:"\u60a8\u53ef\u4ee5\u505c\u7528\u6b64\u6703\u8b70\u7684\u53cd\u61c9\u97f3\u6548",documentClose:"\u95dc\u9589\u5206\u4eab\u6a94\u6848\u6b04",documentOpen:"\u958b\u555f\u5206\u4eab\u6a94\u6848\u6b04",download:"\u4e0b\u8f09\u6211\u5011\u7684APP",e2ee:"\u7aef\u5c0d\u7aef\u52a0\u5bc6",embedMeeting:"\u5d4c\u5165\u6703\u8b70",enableNoiseSuppression:"\u958b\u555f\u96dc\u8a0a\u6291\u5236",endConference:"\u7d50\u675f\u6703\u8b70\uff08\u6240\u6709\u4eba\uff09",enterFullScreen:"\u653e\u5927\u5168\u87a2\u5e55",enterTileView:"\u9032\u5165\u756b\u5eca\u6aa2\u8996",exitFullScreen:"\u96e2\u958b\u5168\u87a2\u5e55",exitTileView:"\u8df3\u51fa\u756b\u5eca\u6aa2\u8996",feedback:"\u56de\u994b",giphy:"\u555f\u7528/\u505c\u7528 GIPHY \u9078\u55ae",hangup:"\u96e2\u958b\u6703\u8b70",help:"\u5354\u52a9",hideWhiteboard:"\u505c\u7528\u767d\u677f",invite:"\u9080\u8acb\u4ed6\u4eba",joinBreakoutRoom:"\u52a0\u5165\u5206\u7d44\u8a0e\u8ad6\u5ba4",laugh:"\u5927\u7b11",leaveBreakoutRoom:"\u96e2\u958b\u5206\u7d44\u8a0e\u8ad6\u5ba4",leaveConference:"\u96e2\u958b\u6703\u8b70",like:"\u6bd4\u8b9a",linkToSalesforce:"\u9023\u7d50\u81f3 Salesforce",lobbyButtonDisable:"\u505c\u7528\u5927\u5ef3\u6a21\u5f0f",lobbyButtonEnable:"\u555f\u7528\u5927\u5ef3\u6a21\u5f0f",login:"\u767b\u5165",logout:"\u767b\u51fa",lowerYourHand:"\u653e\u4e0b\u4f60\u7684\u624b",moreActions:"\u66f4\u591a\u52d5\u4f5c",moreOptions:"\u66f4\u591a\u9078\u9805",mute:"\u975c\u97f3/\u89e3\u9664\u975c\u97f3",muteEveryone:"\u975c\u97f3\u6240\u6709\u4eba",muteEveryonesVideo:"\u505c\u7528\u6240\u6709\u4eba\u7684\u7db2\u8def\u651d\u5f71\u6a5f",muteGUMPending:"\u6b63\u5728\u9023\u63a5\u60a8\u7684\u9ea5\u514b\u98a8",noAudioSignalDesc:"\u5982\u679c\u60a8\u6c92\u6709\u7279\u5225\u5f9e\u7cfb\u7d71\u8a2d\u5b9a\u6216\u786c\u9ad4\u975c\u97f3\uff0c\u8acb\u8003\u616e\u66f4\u63db\u88dd\u7f6e\u3002",noAudioSignalDescSuggestion:"\u5982\u679c\u60a8\u6c92\u6709\u7279\u5225\u5f9e\u7cfb\u7d71\u8a2d\u5b9a\u6216\u786c\u9ad4\u975c\u97f3\uff0c\u8acb\u8003\u616e\u5207\u63db\u81f3\u5efa\u8b70\u88dd\u7f6e\u3002",noAudioSignalDialInDesc:"\u60a8\u4ea6\u53ef\u4f7f\u7528\u4e0b\u8ff0\u65b9\u5f0f\u64a5\u5165\uff1a",noAudioSignalDialInLinkDesc:"\u64a5\u5165\u865f\u78bc",noAudioSignalTitle:"\u60a8\u7684\u9ea5\u514b\u98a8\u6c92\u6709\u8a0a\u865f\uff01",noiseSuppression:"\u96dc\u8a0a\u6291\u5236",noisyAudioInputDesc:"\u566a\u97f3\u807d\u8d77\u4f86\u662f\u5f9e\u60a8\u7684\u9ea5\u514b\u98a8\u50b3\u4f86\u7684\uff0c\u8acb\u8003\u616e\u975c\u97f3\u6216\u66f4\u63db\u88dd\u7f6e\u3002",noisyAudioInputTitle:"\u60a8\u7684\u9ea5\u514b\u98a8\u7591\u4f3c\u6709\u96dc\u97f3\uff01",openChat:"\u958b\u555f\u804a\u5929",openReactionsMenu:"\u958b\u555f\u53cd\u61c9\u9078\u55ae",participants:"\u8207\u6703\u8005",pip:"\u9032\u5165\u5b50\u6bcd\u87a2\u5e55\u6a21\u5f0f",privateMessage:"\u50b3\u9001\u79c1\u4eba\u8a0a\u606f",profile:"\u7de8\u8f2f\u60a8\u7684\u500b\u4eba\u8cc7\u6599",raiseHand:"\u8209\u8d77/\u653e\u4e0b\u4f60\u7684\u624b",raiseYourHand:"\u8209\u624b",reactionBoo:"\u50b3\u9001\u559d\u5012\u5f69\u53cd\u61c9",reactionClap:"\u50b3\u9001\u9f13\u638c\u53cd\u61c9",reactionLaugh:"\u50b3\u9001\u5927\u7b11\u53cd\u61c9",reactionLike:"\u50b3\u9001\u6bd4\u8b9a\u53cd\u61c9",reactionSilence:"\u50b3\u9001\u6c89\u9ed8\u53cd\u61c9",reactionSurprised:"\u50b3\u9001\u9a5a\u8a1d\u53cd\u61c9",reactions:"\u53cd\u61c9",security:"\u5b89\u5168\u6027\u9078\u9805",selectBackground:"\u9078\u64c7\u80cc\u666f",shareRoom:"\u9080\u8acb\u4ed6\u4eba",shareaudio:"\u5206\u4eab\u97f3\u8a0a",sharedvideo:"\u5206\u4eab\u5f71\u7247",shortcuts:"\u67e5\u770b\u5feb\u6377\u9375",showWhiteboard:"\u555f\u7528\u767d\u677f",silence:"\u6c89\u9ed8",speakerStats:"\u767c\u8a00\u7d71\u8a08",startScreenSharing:"\u555f\u52d5\u87a2\u5e55\u5206\u4eab",startSubtitles:"{{language}} \u2022 \u5b57\u5e55",stopAudioSharing:"\u505c\u7528\u5206\u4eab\u97f3\u8a0a",stopScreenSharing:"\u505c\u7528\u5206\u4eab\u87a2\u5e55",stopSharedVideo:"\u505c\u7528\u5f71\u7247",stopSubtitles:"\u505c\u7528\u5b57\u5e55",surprised:"\u9a5a\u8a1d",talkWhileMutedPopup:"\u60a8\u8981\u767c\u8a00\u55ce\uff1f\u76ee\u524d\u60a8\u8655\u65bc\u975c\u97f3\u3002",tileViewToggle:"\u5207\u63db\u756b\u5eca\u6aa2\u8996",toggleCamera:"\u5207\u63db\u7db2\u8def\u651d\u5f71\u6a5f",unmute:"\u53d6\u6d88\u975c\u97f3",videoSettings:"\u8996\u8a0a\u8a2d\u5b9a",videomute:"\u5207\u63db\u7db2\u8def\u651d\u5f71\u6a5f",videomuteGUMPending:"\u6b63\u5728\u9023\u63a5\u60a8\u7684\u7db2\u8def\u651d\u5f71\u6a5f",videounmute:"\u555f\u7528\u7db2\u8def\u651d\u5f71\u6a5f"},transcribing:{ccButtonTooltip:"\u555f\u52d5/\u505c\u7528\u5b57\u5e55",error:"\u8f49\u9304\u5931\u6557\uff0c\u8acb\u518d\u8a66\u4e00\u6b21\u3002",expandedLabel:"\u8f49\u9304\u5df2\u958b\u555f",failedToStart:"\u8f49\u9304\u555f\u52d5\u5931\u6557",labelToolTip:"\u6b64\u6703\u8b70\u6b63\u5728\u8f49\u9304",off:"\u8f49\u9304\u5df2\u505c\u7528",pending:"\u6e96\u5099\u8f49\u9304\u6703\u8b70...",sourceLanguageDesc:"\u6703\u8b70\u8a9e\u8a00\u76ee\u524d\u8a2d\u5b9a\u70ba{{sourceLanguage}}
\u60a8\u53ef\u4ee5\u5728\u9019\u88e1",sourceLanguageHere:"\u4fee\u6539",start:"\u958b\u59cb\u986f\u793a\u5b57\u5e55",stop:"\u505c\u7528\u986f\u793a\u5b57\u5e55",subtitles:"\u5b57\u5e55",subtitlesOff:"\u95dc",tr:"\u8f49\u9304"},unpinParticipant:"",userMedia:{androidGrantPermissions:"\u7576\u700f\u89bd\u5668\u8981\u6c42\u6b0a\u9650\u6642\uff0c\u8acb\u9078\u64c7\u5141\u8a31\u3002",chromeGrantPermissions:"\u7576\u700f\u89bd\u5668\u8981\u6c42\u6b0a\u9650\u6642\uff0c\u8acb\u9078\u64c7\u5141\u8a31\u3002",edgeGrantPermissions:"\u7576\u700f\u89bd\u5668\u8981\u6c42\u6b0a\u9650\u6642\uff0c\u8acb\u9078\u64c7\u662f\u7684\u3002",electronGrantPermissions:"\u6b63\u5728\u5617\u8a66\u5b58\u53d6\u60a8\u7684\u7db2\u8def\u651d\u5f71\u6a5f\u53ca\u9ea5\u514b\u98a8",firefoxGrantPermissions:"\u7576\u700f\u89bd\u5668\u8acb\u6c42\u6b0a\u9650\u6642\uff0c\u8acb\u9078\u64c7\u5206\u4eab\u9078\u53d6\u88dd\u7f6e\u3002",iexplorerGrantPermissions:"\u7576\u700f\u89bd\u5668\u8981\u6c42\u6b0a\u9650\u6642\uff0c\u8acb\u9078\u64c7\u78ba\u5b9a\u3002",nwjsGrantPermissions:"\u8acb\u5141\u8a31\u4f7f\u7528\u60a8\u7684\u7db2\u8def\u651d\u5f71\u6a5f\u548c\u9ea5\u514b\u98a8\u7684\u6b0a\u9650",operaGrantPermissions:"\u7576\u700f\u89bd\u5668\u8981\u6c42\u6b0a\u9650\u6642\uff0c\u8acb\u9078\u64c7\u5141\u8a31\u3002","react-nativeGrantPermissions":"\u7576\u700f\u89bd\u5668\u8981\u6c42\u6b0a\u9650\u6642\uff0c\u8acb\u9078\u64c7\u5141\u8a31\u3002",safariGrantPermissions:"\u7576\u700f\u89bd\u5668\u8981\u6c42\u6b0a\u9650\u6642\uff0c\u8acb\u9078\u64c7\u78ba\u5b9a\u3002"},videoSIPGW:{busy:"\u6211\u5011\u6b63\u5728\u91cb\u653e\u8cc7\u6e90\uff0c\u8acb\u904e\u5e7e\u5206\u9418\u5f8c\u518d\u8a66\u3002",busyTitle:"\u6703\u8b70\u5ba4\u670d\u52d9\u76ee\u524d\u5fd9\u788c\u4e2d",errorAlreadyInvited:"{{displayName}}\u5df2\u7d93\u53d7\u9080",errorInvite:"\u6703\u8b70\u5c1a\u672a\u958b\u59cb\uff0c\u8acb\u7a0d\u5019\u518d\u8a66\u3002",errorInviteFailed:"\u6211\u5011\u6b63\u5728\u52aa\u529b\u89e3\u6c7a\u9019\u500b\u554f\u984c\uff0c\u8acb\u7a0d\u5f8c\u518d\u8a66\u3002",errorInviteFailedTitle:"\u9080\u8acb{{displayName}}\u5931\u6557",errorInviteTitle:"\u6703\u8b70\u5ba4\u9080\u8acb\u932f\u8aa4",pending:"\u5df2\u5411{{displayName}}\u767c\u9001\u9080\u8acb"},videoStatus:{adjustFor:"\u8abf\u6574\u70ba\uff1a",audioOnly:"\u50c5\u97f3\u8a0a",audioOnlyExpanded:"\u60a8\u76ee\u524d\u8655\u65bc\u4f4e\u983b\u5bec\u6a21\u5f0f\uff0c\u5728\u6b64\u6a21\u5f0f\u4e0b\u60a8\u50c5\u6703\u6536\u5230\u8a9e\u97f3\u53ca\u87a2\u5e55\u5206\u4eab\u3002",bestPerformance:"\u6700\u4f73\u6548\u80fd",callQuality:"\u8996\u8a0a\u54c1\u8cea\uff080 \u8868\u793a\u6700\u4f73\u6548\u80fd\uff0c3 \u8868\u793a\u6700\u9ad8\u54c1\u8cea\uff09",hd:"\u9ad8\u756b\u8cea",hdTooltip:"\u67e5\u770b\u9ad8\u756b\u8cea\u8996\u8a0a",highDefinition:"\u9ad8\u756b\u8cea",highestQuality:"\u6700\u9ad8\u54c1\u8cea",labelTooiltipNoVideo:"\u7121\u8996\u8a0a",labelTooltipAudioOnly:"\u555f\u7528\u4f4e\u983b\u5bec\u6a21\u5f0f",ld:"\u4f4e\u756b\u8cea",ldTooltip:"\u67e5\u770b\u4f4e\u756b\u8cea\u8996\u8a0a",lowDefinition:"\u4f4e\u756b\u8cea",performanceSettings:"\u6548\u80fd\u8a2d\u5b9a",recording:"\u9304\u88fd\u4e2d",sd:"\u6a19\u6e96\u756b\u8cea",sdTooltip:"\u67e5\u770b\u6a19\u6e96\u756b\u8cea\u8996\u8a0a",standardDefinition:"\u6a19\u6e96\u756b\u8cea",streaming:"\u4e32\u6d41\u4e2d"},videothumbnail:{connectionInfo:"\u9023\u7dda\u8cc7\u8a0a",domute:"\u975c\u97f3",domuteOthers:"\u975c\u97f3\u5176\u4ed6\u4eba",domuteVideo:"\u505c\u7528\u7db2\u8def\u651d\u5f71\u6a5f",domuteVideoOfOthers:"\u505c\u7528\u5176\u4ed6\u4eba\u7684\u7db2\u8def\u651d\u5f71\u6a5f",flip:"\u7ffb\u8f49",grantModerator:"\u6388\u4e88\u4e3b\u6301\u4eba\u6b0a\u9650",hideSelfView:"\u96b1\u85cf\u81ea\u6211\u6aa2\u8996",kick:"\u79fb\u9664",mirrorVideo:"\u93e1\u50cf\u6211\u7684\u8996\u8a0a",moderator:"\u4e3b\u6301\u4eba",mute:"\u8207\u6703\u8005\u8655\u65bc\u975c\u97f3",muted:"\u8655\u65bc\u975c\u97f3",pinToStage:"\u91d8\u9078\u81f3\u87a2\u5e55",remoteControl:"\u555f\u7528/\u505c\u7528\u9060\u7aef\u63a7\u5236",screenSharing:"\u8207\u6703\u8005\u6b63\u5728\u5206\u4eab\u4ed6\u5011\u7684\u87a2\u5e55",show:"\u986f\u793a\u5728\u53f0\u4e0a",showSelfView:"\u986f\u793a\u81ea\u6211\u6aa2\u8996",unpinFromStage:"\u53d6\u6d88\u91d8\u9078",verify:"\u9a57\u8b49\u8207\u6703\u8005",videoMuted:"\u5df2\u505c\u7528\u7db2\u8def\u651d\u5f71\u6a5f",videomute:"\u8207\u6703\u8005\u5df2\u7d93\u505c\u7528\u7db2\u8def\u651d\u5f71\u6a5f"},virtualBackground:{accessibilityLabel:{currentBackground:"\u7576\u524d\u80cc\u666f\uff1a{{background}}",selectBackground:"\u9078\u64c7\u80cc\u666f"},addBackground:"\u65b0\u589e\u80cc\u666f",apply:"\u5957\u7528",backgroundEffectError:"\u7121\u6cd5\u5957\u7528\u80cc\u666f\u6548\u679c\u3002",blur:"\u6a21\u7cca",deleteImage:"\u522a\u9664\u5716\u7247",desktopShare:"\u87a2\u5e55\u5206\u4eab",desktopShareError:"\u7121\u6cd5\u5efa\u7acb\u87a2\u5e55\u5206\u4eab",image1:"\u6d77\u7058",image2:"\u7246\u58c1\uff08\u767d\uff09",image3:"\u7a7a\u623f\u9593\uff08\u767d\uff09",image4:"\u843d\u5730\u71c8\uff08\u9ed1\uff09",image5:"\u5c71\u5cb3",image6:"\u68ee\u6797",image7:"\u65e5\u51fa",none:"\u7121",pleaseWait:"\u8acb\u7a0d\u5019...",removeBackground:"\u79fb\u9664\u80cc\u666f",slightBlur:"\u8f15\u5fae\u6a21\u7cca",title:"\u865b\u64ec\u80cc\u666f",uploadedImage:"\u5df2\u4e0a\u50b3\u7684\u5716\u7247 {{index}}",webAssemblyWarning:"\u4e0d\u652f\u63f4WebAssembly",webAssemblyWarningDescription:"WebAssembly\u5df2\u505c\u7528\u6216\u4e0d\u53d7\u6b64\u700f\u89bd\u5668\u652f\u63f4"},visitors:{chatIndicator:"\uff08\u8a2a\u5ba2\uff09",labelTooltip:"\u8a2a\u5ba2\u6578\u91cf\uff1a{{count}}",notification:{description:"\u82e5\u8981\u53c3\u8207\uff0c\u8acb\u8209\u624b",title:"\u60a8\u662f\u6703\u8b70\u4e2d\u7684\u8a2a\u5ba2"}},volumeSlider:"\u97f3\u91cf\u6ed1\u687f",welcomepage:{accessibilityLabel:{join:"\u9ede\u64ca\u52a0\u5165",roomname:"\u8f38\u5165\u6703\u8b70\u5ba4\u540d\u7a31"},addMeetingName:"\u65b0\u589e\u6703\u8b70\u540d\u7a31",appDescription:"\u4f86\u5427\uff0c\u548c\u60a8\u7684\u6574\u500b\u5718\u968a\u9032\u884c\u8996\u8a0a\u6703\u8b70\u3002\u4e0d\uff0c\u9080\u8acb\u6240\u6709\u60a8\u8a8d\u8b58\u7684\u4eba\u9032\u884c\u8996\u8a0a\u6703\u8b70\u3002{{app}}\u662f\u4e00\u5957\u5b8c\u5168\u52a0\u5bc6\u3001100% \u958b\u653e\u6e90\u59cb\u78bc\u7684\u8996\u8a0a\u6703\u8b70\u89e3\u6c7a\u65b9\u6848\u3002\u7121\u9700\u8a3b\u518a\u5e33\u865f\uff0c\u7121\u6642\u7121\u523b\u4e0d\u5206\u65e5\u591c\u5747\u53ef\u514d\u8cbb\u4f7f\u7528\u3002",audioVideoSwitch:{audio:"\u97f3\u8a0a",video:"\u8996\u8a0a"},calendar:"\u884c\u4e8b\u66c6",connectCalendarButton:"\u9023\u63a5\u60a8\u7684\u884c\u4e8b\u66c6",connectCalendarText:"\u9023\u63a5\u60a8\u7684\u884c\u4e8b\u66c6\u4f86\u67e5\u770b\u5728{{app}}\u4e2d\u7684\u6703\u8b70\u3002\u6b64\u5916\uff0c\u589e\u52a0{{provider}}\u7684\u6703\u8b70\u81f3\u81ea\u5df1\u7684\u884c\u4e8b\u66c6\uff0c\u53ea\u8981\u9ede\u6309\u4e00\u4e0b\u5373\u53ef\u555f\u52d5\u3002",enterRoomTitle:"\u555f\u52d5\u65b0\u7684\u6703\u8b70",getHelp:"\u53d6\u5f97\u5354\u52a9",go:"\u958b\u59cb",goSmall:"\u958b\u59cb",headerSubtitle:"\u5b89\u5168\u4e14\u9ad8\u54c1\u8cea\u7684\u8996\u8a0a\u6703\u8b70",headerTitle:"Jitsi Meet",info:"\u8cc7\u8a0a",jitsiOnMobile:"Jitsi \u624b\u6a5f\u61c9\u7528\u7a0b\u5f0f \u2013 \u4e0b\u8f09\u61c9\u7528\u7a0b\u5f0f\uff0c\u4e0d\u8ad6\u4f55\u6642\u4f55\u5730\u90fd\u80fd\u767c\u8d77\u6703\u8b70",join:"\u5efa\u7acb/\u52a0\u5165",logo:{calendar:"\u884c\u4e8b\u66c6\u5716\u793a",desktopPreviewThumbnail:"\u684c\u9762\u9810\u89bd\u7e2e\u5716",googleLogo:"Google \u5716\u793a",logoDeepLinking:"Jitsi Meet \u5716\u793a",microsoftLogo:"Microsoft \u5716\u793a",policyLogo:"\u653f\u7b56\u5716\u793a"},meetingsAccessibilityLabel:"\u6703\u8b70",mobileDownLoadLinkAndroid:"\u4e0b\u8f09 Android \u7248\u672c\u7684\u624b\u6a5f\u61c9\u7528\u7a0b\u5f0f",mobileDownLoadLinkFDroid:"\u524d\u5f80 F-Droid \u4e0b\u8f09 Android \u7248\u672c\u7684\u624b\u6a5f\u61c9\u7528\u7a0b\u5f0f",mobileDownLoadLinkIos:"\u4e0b\u8f09 iOS \u7248\u672c\u7684\u624b\u6a5f\u61c9\u7528\u7a0b\u5f0f",moderatedMessage:"\u6216\u4ee5\u4e3b\u6301\u4eba\u8eab\u4efd\u9810\u5148\u5efa\u7acb\u6703\u8b70\u3002",privacy:"\u96b1\u79c1\u6b0a",recentList:"\u6700\u8fd1\u4f7f\u7528",recentListDelete:"\u522a\u9664",recentListEmpty:"\u76ee\u524d\u6700\u8fd1\u4f7f\u7528\u662f\u7a7a\u767d\u7684\uff0c\u8207\u60a8\u7684\u5718\u968a\u6210\u54e1\u804a\u5929\uff0c\u5373\u6703\u5728\u6b64\u8655\u627e\u5230\u6700\u8fd1\u4f7f\u7528\u904e\u7684\u6703\u8b70\u3002",recentMeetings:"\u60a8\u7684\u6700\u8fd1\u6703\u8b70",reducedUIText:"\u6b61\u8fce\u4f7f\u7528{{app}}\uff01",roomNameAllowedChars:"\u6703\u8b70\u5ba4\u540d\u7a31\u4e0d\u61c9\u5305\u542b\u4ee5\u4e0b\u5b57\u5143\uff1a? & : ' \" % #",roomname:"\u8f38\u5165\u6703\u8b70\u5ba4\u540d\u7a31",roomnameHint:"\u8acb\u8f38\u5165\u60a8\u60f3\u52a0\u5165\u7684\u6703\u8b70\u5ba4\u540d\u7a31\u6216\u7db2\u5740\uff0c\u60a8\u53ef\u4ee5\u7528\u4e00\u500b\u540d\u7a31\u4f86\u5efa\u7acb\u6703\u8b70\u5ba4\uff0c\u53ea\u8981\u5176\u4ed6\u4eba\u8f38\u5165\u76f8\u540c\u7684\u540d\u7a31\u5c31\u80fd\u52a0\u5165\u6703\u8b70\u5ba4\u5594\u3002",sendFeedback:"\u50b3\u9001\u56de\u994b",settings:"\u8a2d\u5b9a",startMeeting:"\u958b\u59cb\u6703\u8b70",terms:"\u689d\u6b3e",title:"\u5b89\u5168\u3001\u529f\u80fd\u9f4a\u5168\u3001\u5b8c\u5168\u514d\u8cbb\u7684\u8996\u8a0a\u6703\u8b70",upcomingMeetings:"\u60a8\u5373\u5c07\u7684\u6703\u8b70"},whiteboard:{accessibilityLabel:{heading:"\u767d\u677f"}}}},855,[]); -__d(function(g,r,i,a,m,e,d){Object.defineProperty(e,"__esModule",{value:!0}),e.LANGUAGE_CHANGED=e.I18NEXT_INITIALIZED=void 0;e.I18NEXT_INITIALIZED='I18NEXT_INITIALIZED';e.LANGUAGE_CHANGED='LANGUAGE_CHANGED'},856,[]); -__d(function(g,r,i,a,m,e,d){Object.defineProperty(e,"__esModule",{value:!0}),e.WHITEBOARD_PARTICIPANT_ICON=e.PARTICIPANT_ROLE=e.PARTICIPANT_LEFT_SOUND_ID=e.PARTICIPANT_JOINED_SOUND_ID=e.MAX_DISPLAY_NAME_LENGTH=e.LOWER_HAND_AUDIO_LEVEL=e.LOCAL_PARTICIPANT_DEFAULT_ID=e.JIGASI_PARTICIPANT_ICON=e.DISCO_REMOTE_CONTROL_FEATURE=e.DEFAULT_AVATAR_RELATIVE_PATH=void 0;e.DEFAULT_AVATAR_RELATIVE_PATH='images/avatar.png';e.DISCO_REMOTE_CONTROL_FEATURE='http://jitsi.org/meet/remotecontrol',e.JIGASI_PARTICIPANT_ICON=r(d[0]).IconPhoneRinging;e.LOCAL_PARTICIPANT_DEFAULT_ID='local';e.MAX_DISPLAY_NAME_LENGTH=50;e.PARTICIPANT_JOINED_SOUND_ID='PARTICIPANT_JOINED_SOUND';e.PARTICIPANT_LEFT_SOUND_ID='PARTICIPANT_LEFT_SOUND';e.PARTICIPANT_ROLE={MODERATOR:'moderator',NONE:'none',PARTICIPANT:'participant'};e.LOWER_HAND_AUDIO_LEVEL=.2,e.WHITEBOARD_PARTICIPANT_ICON=r(d[0]).IconWhiteboard},857,[858]); -__d(function(g,r,i,a,m,e,d){Object.defineProperty(e,"__esModule",{value:!0}),e.IconVolumeOff=e.IconVideoOff=e.IconVideo=e.IconUsers=e.IconUserDeleted=e.IconUser=e.IconTrash=e.IconTileView=e.IconSubtitles=e.IconStopScreenshare=e.IconStop=e.IconSites=e.IconSip=e.IconShortcuts=e.IconShareDoc=e.IconShare=e.IconSend=e.IconSecurityOn=e.IconSecurityOff=e.IconSearch=e.IconScreenshare=e.IconRingGroup=e.IconRestore=e.IconReply=e.IconRemoteControlStop=e.IconRemoteControlStart=e.IconRecordOpportunity=e.IconRecordLead=e.IconRecordContact=e.IconRecordAccount=e.IconRecord=e.IconRaiseHand=e.IconPlus=e.IconPlay=e.IconPinned=e.IconPin=e.IconPhoneRinging=e.IconPerformance=e.IconOffice365=e.IconNoiseSuppressionOn=e.IconNoiseSuppressionOff=e.IconModerator=e.IconMicSlash=e.IconMic=e.IconMeter=e.IconMessage=e.IconInfoCircle=e.IconInfo=e.IconImage=e.IconHighlight=e.IconHelp=e.IconHangup=e.IconGoogle=e.IconGear=e.IconFeedback=e.IconFavoriteSolid=e.IconFavorite=e.IconFaceSmile=e.IconExitFullscreen=e.IconExclamationTriangle=e.IconExclamationSolid=e.IconEnvelope=e.IconEnterFullscreen=e.IconEnlarge=e.IconEmotionsSurprised=e.IconEmotionsSad=e.IconEmotionsNeutral=e.IconEmotionsHappy=e.IconEmotionsFearful=e.IconEmotionsDisgusted=e.IconEmotionsAngry=e.IconEdit=e.IconE2EE=e.IconDownload=e.IconDotsHorizontal=e.IconDeviceHeadphone=e.IconCopy=e.IconConnectionInactive=e.IconConnection=e.IconCode=e.IconCloudUpload=e.IconCloseLarge=e.IconCloseCircle=e.IconCheck=e.IconChatUnread=e.IconCar=e.IconCameraRefresh=e.IconCalendar=e.IconBluetooth=e.IconBell=e.IconAudioOnlyOff=e.IconAudioOnly=e.IconArrowUpLarge=e.IconArrowUp=e.IconArrowRight=e.IconArrowLeft=e.IconArrowDownLarge=e.IconArrowDown=e.IconArrowBack=e.IconAddUser=void 0,e.IconYahoo=e.IconWifi3Bars=e.IconWifi2Bars=e.IconWifi1Bar=e.IconWhiteboardHide=e.IconWhiteboard=e.IconWarningCircle=e.IconWarning=e.IconVolumeUp=void 0;var o=r(d[0])(r(d[1])),n=r(d[0])(r(d[2])),c=Object.keys(r(d[3]).DEFAULT_ICON).reduce(function(c,I){return Object.assign({},c,(0,o.default)({},I,(0,n.default)({iconName:I,DefaultIcon:r(d[3]).DEFAULT_ICON[I]})))},{}),I=c.IconAddUser,t=c.IconArrowBack,l=c.IconArrowDown,s=c.IconArrowDownLarge,u=c.IconArrowLeft,p=c.IconArrowUp,S=c.IconArrowUpLarge,f=c.IconAudioOnly,h=c.IconAudioOnlyOff,C=c.IconBluetooth,E=c.IconBell,R=c.IconCalendar,A=c.IconCameraRefresh,O=c.IconCar,w=c.IconChatUnread,y=c.IconCheck,U=c.IconCloseCircle,D=c.IconCloseLarge,H=c.IconCloudUpload,F=c.IconCode,W=c.IconConnection,v=c.IconConnectionInactive,P=c.IconCopy,B=c.IconDeviceHeadphone,L=c.IconDotsHorizontal,M=c.IconDownload,b=c.IconE2EE,V=c.IconEdit,N=c.IconEnlarge,T=c.IconEnterFullscreen,k=c.IconEnvelope,x=c.IconEmotionsAngry,G=c.IconEmotionsDisgusted,_=c.IconEmotionsFearful,j=c.IconEmotionsHappy,z=c.IconEmotionsNeutral,Y=c.IconEmotionsSad,q=c.IconEmotionsSurprised,J=c.IconExclamationSolid,K=c.IconExclamationTriangle,Q=c.IconExitFullscreen,X=c.IconFaceSmile,Z=c.IconFavorite,$=c.IconFavoriteSolid,oo=c.IconFeedback,no=c.IconGear,co=c.IconGoogle,Io=c.IconHangup,eo=c.IconHelp,ro=c.IconHighlight,io=c.IconImage,ao=c.IconInfo,to=c.IconInfoCircle,lo=c.IconMessage,so=c.IconMeter,uo=c.IconMic,po=c.IconMicSlash,So=c.IconModerator,fo=c.IconNoiseSuppressionOff,ho=c.IconNoiseSuppressionOn,go=c.IconArrowRight,Co=c.IconOffice365,Eo=c.IconPerformance,mo=c.IconPhoneRinging,Ro=c.IconPin,Ao=c.IconPinned,Oo=c.IconPlay,wo=c.IconPlus,yo=c.IconRaiseHand,Uo=c.IconRecord,Do=c.IconRecordAccount,Ho=c.IconRecordContact,Fo=c.IconRecordLead,Wo=c.IconRecordOpportunity,vo=c.IconRemoteControlStart,Po=c.IconRemoteControlStop,Bo=c.IconReply,Lo=c.IconRestore,Mo=c.IconRingGroup,bo=c.IconScreenshare,Vo=c.IconSearch,No=c.IconSecurityOff,To=c.IconSecurityOn,ko=c.IconSend,xo=c.IconShare,Go=c.IconShareDoc,_o=c.IconShortcuts,jo=c.IconSip,zo=c.IconSites,Yo=c.IconStop,qo=c.IconStopScreenshare,Jo=c.IconSubtitles,Ko=c.IconTileView,Qo=c.IconTrash,Xo=c.IconUserDeleted,Zo=c.IconUsers,$o=c.IconUser,on=c.IconVideo,nn=c.IconVideoOff,cn=c.IconVolumeOff,In=c.IconVolumeUp,en=c.IconWarning,rn=c.IconWarningCircle,an=c.IconWhiteboard,tn=c.IconWhiteboardHide,ln=c.IconWifi1Bar,sn=c.IconWifi2Bars,dn=c.IconWifi3Bars,un=c.IconYahoo;e.IconYahoo=un,e.IconWifi3Bars=dn,e.IconWifi2Bars=sn,e.IconWifi1Bar=ln,e.IconWhiteboardHide=tn,e.IconWhiteboard=an,e.IconWarningCircle=rn,e.IconWarning=en,e.IconVolumeUp=In,e.IconVolumeOff=cn,e.IconVideoOff=nn,e.IconVideo=on,e.IconUser=$o,e.IconUsers=Zo,e.IconUserDeleted=Xo,e.IconTrash=Qo,e.IconTileView=Ko,e.IconSubtitles=Jo,e.IconStopScreenshare=qo,e.IconStop=Yo,e.IconSites=zo,e.IconSip=jo,e.IconShortcuts=_o,e.IconShareDoc=Go,e.IconShare=xo,e.IconSend=ko,e.IconSecurityOn=To,e.IconSecurityOff=No,e.IconSearch=Vo,e.IconScreenshare=bo,e.IconRingGroup=Mo,e.IconRestore=Lo,e.IconReply=Bo,e.IconRemoteControlStop=Po,e.IconRemoteControlStart=vo,e.IconRecordOpportunity=Wo,e.IconRecordLead=Fo,e.IconRecordContact=Ho,e.IconRecordAccount=Do,e.IconRecord=Uo,e.IconRaiseHand=yo,e.IconPlus=wo,e.IconPlay=Oo,e.IconPinned=Ao,e.IconPin=Ro,e.IconPhoneRinging=mo,e.IconPerformance=Eo,e.IconOffice365=Co,e.IconArrowRight=go,e.IconNoiseSuppressionOn=ho,e.IconNoiseSuppressionOff=fo,e.IconModerator=So,e.IconMicSlash=po,e.IconMic=uo,e.IconMeter=so,e.IconMessage=lo,e.IconInfoCircle=to,e.IconInfo=ao,e.IconImage=io,e.IconHighlight=ro,e.IconHelp=eo,e.IconHangup=Io,e.IconGoogle=co,e.IconGear=no,e.IconFeedback=oo,e.IconFavoriteSolid=$,e.IconFavorite=Z,e.IconFaceSmile=X,e.IconExitFullscreen=Q,e.IconExclamationTriangle=K,e.IconExclamationSolid=J,e.IconEmotionsSurprised=q,e.IconEmotionsSad=Y,e.IconEmotionsNeutral=z,e.IconEmotionsHappy=j,e.IconEmotionsFearful=_,e.IconEmotionsDisgusted=G,e.IconEmotionsAngry=x,e.IconEnvelope=k,e.IconEnterFullscreen=T,e.IconEnlarge=N,e.IconEdit=V,e.IconE2EE=b,e.IconDownload=M,e.IconDotsHorizontal=L,e.IconDeviceHeadphone=B,e.IconCopy=P,e.IconConnectionInactive=v,e.IconConnection=W,e.IconCode=F,e.IconCloudUpload=H,e.IconCloseLarge=D,e.IconCloseCircle=U,e.IconCheck=y,e.IconChatUnread=w,e.IconCar=O,e.IconCameraRefresh=A,e.IconCalendar=R,e.IconBell=E,e.IconBluetooth=C,e.IconAudioOnlyOff=h,e.IconAudioOnly=f,e.IconArrowUpLarge=S,e.IconArrowUp=p,e.IconArrowLeft=u,e.IconArrowDownLarge=s,e.IconArrowDown=l,e.IconArrowBack=t,e.IconAddUser=I},858,[2,245,859,1095]); -__d(function(g,r,i,a,m,e,d){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var n=r(d[0])(r(d[1])),t=r(d[0])(r(d[2])),u=r(d[0])(r(d[3])),l=function(l){var c=l.DefaultIcon,f=l.iconName;return function(l){var o=(0,r(d[4]).useSelector)(function(n){var t,u;return null==(t=n['features/dynamic-branding'])?void 0:null==(u=t.brandedIcons)?void 0:u[f]});return o?t.default.createElement(u.default,(0,n.default)({src:o},l)):t.default.createElement(c,l)}};e.default=l},859,[2,16,19,860,733]); -__d(function(g,r,i,a,m,e,d){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var t=r(d[0])(r(d[1])),l=r(d[0])(r(d[2])),u=["src"],f=function(f){var n=f.src,o=(0,t.default)(f,u);return l.default.createElement(r(d[3]).SvgFromXml,{override:o,xml:n})};e.default=f},860,[2,17,19,861]); -__d(function(g,r,i,a,m,e,d){Object.defineProperty(e,"__esModule",{value:!0});var t={};Object.defineProperty(e,"default",{enumerable:!0,get:function(){return n.default}});var n=(function(t,n){if(!n&&t&&t.__esModule)return t;if(null===t||"object"!=typeof t&&"function"!=typeof t)return{default:t};var u=o(n);if(u&&u.has(t))return u.get(t);var f={},c=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var l in t)if("default"!==l&&Object.prototype.hasOwnProperty.call(t,l)){var p=c?Object.getOwnPropertyDescriptor(t,l):null;p&&(p.get||p.set)?Object.defineProperty(f,l,p):f[l]=t[l]}f.default=t,u&&u.set(t,f);return f})(r(d[0]));function o(t){if("function"!=typeof WeakMap)return null;var n=new WeakMap,u=new WeakMap;return(o=function(t){return t?u:n})(t)}Object.keys(n).forEach(function(o){"default"!==o&&"__esModule"!==o&&(Object.prototype.hasOwnProperty.call(t,o)||o in e&&e[o]===n[o]||Object.defineProperty(e,o,{enumerable:!0,get:function(){return n[o]}}))})},861,[862]); -__d(function(g,r,i,a,m,e,d){Object.defineProperty(e,"__esModule",{value:!0});var t={Shape:!0,Rect:!0,Circle:!0,Ellipse:!0,Polygon:!0,Polyline:!0,Line:!0,Svg:!0,Path:!0,G:!0,Text:!0,TSpan:!0,TextPath:!0,Use:!0,Image:!0,Symbol:!0,Defs:!0,LinearGradient:!0,RadialGradient:!0,Stop:!0,ClipPath:!0,Pattern:!0,Mask:!0,Marker:!0,ForeignObject:!0,parse:!0,SvgAst:!0,SvgFromUri:!0,SvgFromXml:!0,SvgUri:!0,SvgXml:!0,SvgCss:!0,SvgCssUri:!0,SvgWithCss:!0,SvgWithCssUri:!0,inlineStyles:!0,LocalSvg:!0,WithLocalSvg:!0,loadLocalRawResource:!0,RNSVGCircle:!0,RNSVGClipPath:!0,RNSVGDefs:!0,RNSVGEllipse:!0,RNSVGForeignObject:!0,RNSVGGroup:!0,RNSVGImage:!0,RNSVGLine:!0,RNSVGLinearGradient:!0,RNSVGMarker:!0,RNSVGMask:!0,RNSVGPath:!0,RNSVGPattern:!0,RNSVGRadialGradient:!0,RNSVGRect:!0,RNSVGSvgAndroid:!0,RNSVGSvgIOS:!0,RNSVGSymbol:!0,RNSVGText:!0,RNSVGTextPath:!0,RNSVGTSpan:!0,RNSVGUse:!0};Object.defineProperty(e,"Circle",{enumerable:!0,get:function(){return o.default}}),Object.defineProperty(e,"ClipPath",{enumerable:!0,get:function(){return C.default}}),Object.defineProperty(e,"Defs",{enumerable:!0,get:function(){return V.default}}),Object.defineProperty(e,"Ellipse",{enumerable:!0,get:function(){return f.default}}),Object.defineProperty(e,"ForeignObject",{enumerable:!0,get:function(){return M.default}}),Object.defineProperty(e,"G",{enumerable:!0,get:function(){return P.default}}),Object.defineProperty(e,"Image",{enumerable:!0,get:function(){return j.default}}),Object.defineProperty(e,"Line",{enumerable:!0,get:function(){return b.default}}),Object.defineProperty(e,"LinearGradient",{enumerable:!0,get:function(){return s.default}}),Object.defineProperty(e,"LocalSvg",{enumerable:!0,get:function(){return r(d[0]).LocalSvg}}),Object.defineProperty(e,"Marker",{enumerable:!0,get:function(){return T.default}}),Object.defineProperty(e,"Mask",{enumerable:!0,get:function(){return U.default}}),Object.defineProperty(e,"Path",{enumerable:!0,get:function(){return p.default}}),Object.defineProperty(e,"Pattern",{enumerable:!0,get:function(){return L.default}}),Object.defineProperty(e,"Polygon",{enumerable:!0,get:function(){return c.default}}),Object.defineProperty(e,"Polyline",{enumerable:!0,get:function(){return l.default}}),Object.defineProperty(e,"RNSVGCircle",{enumerable:!0,get:function(){return r(d[1]).RNSVGCircle}}),Object.defineProperty(e,"RNSVGClipPath",{enumerable:!0,get:function(){return r(d[1]).RNSVGClipPath}}),Object.defineProperty(e,"RNSVGDefs",{enumerable:!0,get:function(){return r(d[1]).RNSVGDefs}}),Object.defineProperty(e,"RNSVGEllipse",{enumerable:!0,get:function(){return r(d[1]).RNSVGEllipse}}),Object.defineProperty(e,"RNSVGForeignObject",{enumerable:!0,get:function(){return r(d[1]).RNSVGForeignObject}}),Object.defineProperty(e,"RNSVGGroup",{enumerable:!0,get:function(){return r(d[1]).RNSVGGroup}}),Object.defineProperty(e,"RNSVGImage",{enumerable:!0,get:function(){return r(d[1]).RNSVGImage}}),Object.defineProperty(e,"RNSVGLine",{enumerable:!0,get:function(){return r(d[1]).RNSVGLine}}),Object.defineProperty(e,"RNSVGLinearGradient",{enumerable:!0,get:function(){return r(d[1]).RNSVGLinearGradient}}),Object.defineProperty(e,"RNSVGMarker",{enumerable:!0,get:function(){return r(d[1]).RNSVGMarker}}),Object.defineProperty(e,"RNSVGMask",{enumerable:!0,get:function(){return r(d[1]).RNSVGMask}}),Object.defineProperty(e,"RNSVGPath",{enumerable:!0,get:function(){return r(d[1]).RNSVGPath}}),Object.defineProperty(e,"RNSVGPattern",{enumerable:!0,get:function(){return r(d[1]).RNSVGPattern}}),Object.defineProperty(e,"RNSVGRadialGradient",{enumerable:!0,get:function(){return r(d[1]).RNSVGRadialGradient}}),Object.defineProperty(e,"RNSVGRect",{enumerable:!0,get:function(){return r(d[1]).RNSVGRect}}),Object.defineProperty(e,"RNSVGSvgAndroid",{enumerable:!0,get:function(){return r(d[1]).RNSVGSvgAndroid}}),Object.defineProperty(e,"RNSVGSvgIOS",{enumerable:!0,get:function(){return r(d[1]).RNSVGSvgIOS}}),Object.defineProperty(e,"RNSVGSymbol",{enumerable:!0,get:function(){return r(d[1]).RNSVGSymbol}}),Object.defineProperty(e,"RNSVGTSpan",{enumerable:!0,get:function(){return r(d[1]).RNSVGTSpan}}),Object.defineProperty(e,"RNSVGText",{enumerable:!0,get:function(){return r(d[1]).RNSVGText}}),Object.defineProperty(e,"RNSVGTextPath",{enumerable:!0,get:function(){return r(d[1]).RNSVGTextPath}}),Object.defineProperty(e,"RNSVGUse",{enumerable:!0,get:function(){return r(d[1]).RNSVGUse}}),Object.defineProperty(e,"RadialGradient",{enumerable:!0,get:function(){return v.default}}),Object.defineProperty(e,"Rect",{enumerable:!0,get:function(){return u.default}}),Object.defineProperty(e,"Shape",{enumerable:!0,get:function(){return n.default}}),Object.defineProperty(e,"Stop",{enumerable:!0,get:function(){return h.default}}),Object.defineProperty(e,"Svg",{enumerable:!0,get:function(){return S.default}}),Object.defineProperty(e,"SvgAst",{enumerable:!0,get:function(){return r(d[2]).SvgAst}}),Object.defineProperty(e,"SvgCss",{enumerable:!0,get:function(){return r(d[3]).SvgCss}}),Object.defineProperty(e,"SvgCssUri",{enumerable:!0,get:function(){return r(d[3]).SvgCssUri}}),Object.defineProperty(e,"SvgFromUri",{enumerable:!0,get:function(){return r(d[2]).SvgFromUri}}),Object.defineProperty(e,"SvgFromXml",{enumerable:!0,get:function(){return r(d[2]).SvgFromXml}}),Object.defineProperty(e,"SvgUri",{enumerable:!0,get:function(){return r(d[2]).SvgUri}}),Object.defineProperty(e,"SvgWithCss",{enumerable:!0,get:function(){return r(d[3]).SvgWithCss}}),Object.defineProperty(e,"SvgWithCssUri",{enumerable:!0,get:function(){return r(d[3]).SvgWithCssUri}}),Object.defineProperty(e,"SvgXml",{enumerable:!0,get:function(){return r(d[2]).SvgXml}}),Object.defineProperty(e,"Symbol",{enumerable:!0,get:function(){return N.default}}),Object.defineProperty(e,"TSpan",{enumerable:!0,get:function(){return G.default}}),Object.defineProperty(e,"Text",{enumerable:!0,get:function(){return R.default}}),Object.defineProperty(e,"TextPath",{enumerable:!0,get:function(){return y.default}}),Object.defineProperty(e,"Use",{enumerable:!0,get:function(){return O.default}}),Object.defineProperty(e,"WithLocalSvg",{enumerable:!0,get:function(){return r(d[0]).WithLocalSvg}}),e.default=void 0,Object.defineProperty(e,"inlineStyles",{enumerable:!0,get:function(){return r(d[3]).inlineStyles}}),Object.defineProperty(e,"loadLocalRawResource",{enumerable:!0,get:function(){return r(d[0]).loadLocalRawResource}}),Object.defineProperty(e,"parse",{enumerable:!0,get:function(){return r(d[2]).parse}});var n=r(d[4])(r(d[5])),u=r(d[4])(r(d[6])),o=r(d[4])(r(d[7])),f=r(d[4])(r(d[8])),c=r(d[4])(r(d[9])),l=r(d[4])(r(d[10])),b=r(d[4])(r(d[11])),S=r(d[4])(r(d[12])),p=r(d[4])(r(d[13])),P=r(d[4])(r(d[14])),R=r(d[4])(r(d[15])),G=r(d[4])(r(d[16])),y=r(d[4])(r(d[17])),O=r(d[4])(r(d[18])),j=r(d[4])(r(d[19])),N=r(d[4])(r(d[20])),V=r(d[4])(r(d[21])),s=r(d[4])(r(d[22])),v=r(d[4])(r(d[23])),h=r(d[4])(r(d[24])),C=r(d[4])(r(d[25])),L=r(d[4])(r(d[26])),U=r(d[4])(r(d[27])),T=r(d[4])(r(d[28])),M=r(d[4])(r(d[29]));Object.keys(r(d[30])).forEach(function(n){"default"!==n&&"__esModule"!==n&&(Object.prototype.hasOwnProperty.call(t,n)||n in e&&e[n]===r(d[30])[n]||Object.defineProperty(e,n,{enumerable:!0,get:function(){return r(d[30])[n]}}))});var k=S.default;e.default=k},862,[863,1091,864,929,2,866,865,881,883,885,889,890,892,886,894,900,901,904,906,908,910,912,914,918,920,921,923,925,927,1093,1094]); -__d(function(g,r,i,a,m,_e,d){Object.defineProperty(_e,"__esModule",{value:!0}),_e.LocalSvg=P,_e.default=_e.WithLocalSvg=void 0,_e.getUriFromSource=w,_e.isUriAnAndroidResourceIdentifier=j,_e.loadAndroidRawResource=k,_e.loadLocalRawResource=void 0,_e.loadLocalRawResourceAndroid=b,_e.loadLocalRawResourceDefault=O;var e=r(d[0])(r(d[1])),t=r(d[0])(r(d[2])),n=r(d[0])(r(d[3])),o=r(d[0])(r(d[4])),u=r(d[0])(r(d[5])),l=r(d[0])(r(d[6])),c=r(d[0])(r(d[7])),f=r(d[0])(r(d[8])),s=r(d[0])(r(d[9])),p=(function(e,t){if(!t&&e&&e.__esModule)return e;if(null===e||"object"!=typeof e&&"function"!=typeof e)return{default:e};var n=h(t);if(n&&n.has(e))return n.get(e);var o={},u=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var l in e)if("default"!==l&&Object.prototype.hasOwnProperty.call(e,l)){var c=u?Object.getOwnPropertyDescriptor(e,l):null;c&&(c.get||c.set)?Object.defineProperty(o,l,c):o[l]=e[l]}o.default=e,n&&n.set(e,o);return o})(r(d[10])),v=r(d[11]),y=["asset"];function h(e){if("function"!=typeof WeakMap)return null;var t=new WeakMap,n=new WeakMap;return(h=function(e){return e?n:t})(e)}function R(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(e){return!1}}function w(e){return v.Image.resolveAssetSource(e).uri}function O(e){var t=w(e);return(0,r(d[12]).fetchText)(t)}function j(e){return'string'==typeof e&&e.indexOf('/')<=-1}function k(e){return S.apply(this,arguments)}function S(){return(S=(0,s.default)(function*(e){try{return yield(function(){throw new Error("Cannot find module './fabric/NativeSvgRenderableModule'\nRequire stack:\n- /usr/local/var/jenkins/workspace/jitsi-meet-ios-sdk/jitsi-meet/node_modules/react-native-svg/src/noop.js")})().default.getRawResource(e)}catch(e){return console.error('Error in RawResourceUtils while trying to natively load an Android raw resource: ',e),null}})).apply(this,arguments)}function b(e){var t=w(e);return j(t)?k(t):(0,r(d[12]).fetchText)(t)}var x='android'!==v.Platform.OS?O:b;function P(e){var t=e.asset,n=(0,f.default)(e,y),o=(0,p.useState)(null),u=(0,c.default)(o,2),s=u[0],v=u[1];return(0,p.useEffect)(function(){x(t).then(v)},[t]),p.createElement(r(d[13]).SvgCss,(0,l.default)({xml:s},n))}_e.loadLocalRawResource=x;var A=(function(l){(0,n.default)(y,l);var c,f,v=(c=y,f=R(),function(){var e,t=(0,u.default)(c);if(f){var n=(0,u.default)(this).constructor;e=Reflect.construct(t,arguments,n)}else e=t.apply(this,arguments);return(0,o.default)(this,e)});function y(){var t;(0,e.default)(this,y);for(var n=arguments.length,o=new Array(n),u=0;u=o))break;l-=o}var f=t.slice(0,e).replace(/^\t+/,tt),c=/(^|\n).*$/.exec(f),s=c&&c[0]||'',p=t.slice(e),v=/.*(\n|$)/.exec(p);return{line:i,column:l,snippet:""+s+(v&&v[0])+"\n"+Y(' ',s.length)+"^"}}var rt=/[a-zA-Z0-9:_-]/,nt=/[\s\t\r\n]/,at=/['"]/;function ut(t,e){var n,u=t.length,l=null,i=function(){for(;w+1'!==t[w]&&c('Expected >'),O||(l=E,o=E.children,f.push(E)),s}function v(){var e=t.indexOf('--\x3e',w);return~e||c('expected --\x3e'),w=e+2,s}function h(){var e=t.indexOf(']]>',w);return~e||c('expected ]]>'),o.push(t.slice(w+7,e)),w=e+2,s}function y(){var e=x();(e||c('Expected tag name'),l&&e!==l.tag&&c("Expected closing tag to match opening tag <"+l.tag+">"),S(),'>'!==t[w]&&c('Expected >'),f.pop(),l=f[f.length-1])&&(o=l.children);return s}function x(){for(var e,n='';w'===n||'/'===n)return e;e+=n,w+=1}while(w0){for(r=1,t=1;rte&&(te=re,ue=[]),ue.push(e))}function ce(){var e,r,n,t,o;for(e=re,r=[],n=Te();n!==u;)r.push(n),n=Te();if(r!==u)if((n=he())===u&&(n=null),n!==u){for(t=[],o=Te();o!==u;)t.push(o),o=Te();t!==u?e=r=f(n):(re=e,e=u)}else re=e,e=u;else re=e,e=u;return e}function he(){var e,r,n,t;if(e=re,(r=pe())!==u){for(n=[],t=we();t!==u;)n.push(t),t=we();n!==u&&(t=he())!==u?e=r=s(r,t):(re=e,e=u)}else re=e,e=u;return e===u&&(e=pe()),e}function pe(){var e;return(e=ge())===u&&(e=de())===u&&(e=ve())===u&&(e=Ae())===u&&(e=xe())===u&&(e=Ce()),e}function ge(){var e,n,t,o,i,f,s,A,x,C,y,j,w;if(e=re,r.substr(re,6)===l?(n=l,re+=6):(n=u,0===oe&&ae(a)),n!==u){for(t=[],o=Te();o!==u;)t.push(o),o=Te();if(t!==u)if(40===r.charCodeAt(re)?(o=c,re++):(o=u,0===oe&&ae(h)),o!==u){for(i=[],f=Te();f!==u;)i.push(f),f=Te();if(i!==u)if((f=me())!==u)if(we()!==u)if((s=me())!==u)if(we()!==u)if((A=me())!==u)if(we()!==u)if((x=me())!==u)if(we()!==u)if((C=me())!==u)if(we()!==u)if((y=me())!==u){for(j=[],w=Te();w!==u;)j.push(w),w=Te();j!==u?(41===r.charCodeAt(re)?(w=p,re++):(w=u,0===oe&&ae(d)),w!==u?e=n=v(f,s,A,x,C,y):(re=e,e=u)):(re=e,e=u)}else re=e,e=u;else re=e,e=u;else re=e,e=u;else re=e,e=u;else re=e,e=u;else re=e,e=u;else re=e,e=u;else re=e,e=u;else re=e,e=u;else re=e,e=u;else re=e,e=u;else re=e,e=u}else re=e,e=u;else re=e,e=u}else re=e,e=u;return e}function de(){var e,n,t,o,i,f,s,l,a;if(e=re,r.substr(re,9)===A?(n=A,re+=9):(n=u,0===oe&&ae(x)),n!==u){for(t=[],o=Te();o!==u;)t.push(o),o=Te();if(t!==u)if(40===r.charCodeAt(re)?(o=c,re++):(o=u,0===oe&&ae(h)),o!==u){for(i=[],f=Te();f!==u;)i.push(f),f=Te();if(i!==u)if((f=me())!==u)if((s=ye())===u&&(s=null),s!==u){for(l=[],a=Te();a!==u;)l.push(a),a=Te();l!==u?(41===r.charCodeAt(re)?(a=p,re++):(a=u,0===oe&&ae(d)),a!==u?e=n=C(f,s):(re=e,e=u)):(re=e,e=u)}else re=e,e=u;else re=e,e=u;else re=e,e=u}else re=e,e=u;else re=e,e=u}else re=e,e=u;return e}function ve(){var e,n,t,o,i,f,s,l,a;if(e=re,r.substr(re,5)===y?(n=y,re+=5):(n=u,0===oe&&ae(j)),n!==u){for(t=[],o=Te();o!==u;)t.push(o),o=Te();if(t!==u)if(40===r.charCodeAt(re)?(o=c,re++):(o=u,0===oe&&ae(h)),o!==u){for(i=[],f=Te();f!==u;)i.push(f),f=Te();if(i!==u)if((f=me())!==u)if((s=ye())===u&&(s=null),s!==u){for(l=[],a=Te();a!==u;)l.push(a),a=Te();l!==u?(41===r.charCodeAt(re)?(a=p,re++):(a=u,0===oe&&ae(d)),a!==u?e=n=w(f,s):(re=e,e=u)):(re=e,e=u)}else re=e,e=u;else re=e,e=u;else re=e,e=u}else re=e,e=u;else re=e,e=u}else re=e,e=u;return e}function Ae(){var e,n,t,o,i,f,s,l,a;if(e=re,r.substr(re,6)===b?(n=b,re+=6):(n=u,0===oe&&ae(E)),n!==u){for(t=[],o=Te();o!==u;)t.push(o),o=Te();if(t!==u)if(40===r.charCodeAt(re)?(o=c,re++):(o=u,0===oe&&ae(h)),o!==u){for(i=[],f=Te();f!==u;)i.push(f),f=Te();if(i!==u)if((f=me())!==u)if((s=je())===u&&(s=null),s!==u){for(l=[],a=Te();a!==u;)l.push(a),a=Te();l!==u?(41===r.charCodeAt(re)?(a=p,re++):(a=u,0===oe&&ae(d)),a!==u?e=n=F(f,s):(re=e,e=u)):(re=e,e=u)}else re=e,e=u;else re=e,e=u;else re=e,e=u}else re=e,e=u;else re=e,e=u}else re=e,e=u;return e}function xe(){var e,n,t,o,i,f,s,l;if(e=re,r.substr(re,5)===M?(n=M,re+=5):(n=u,0===oe&&ae(k)),n!==u){for(t=[],o=Te();o!==u;)t.push(o),o=Te();if(t!==u)if(40===r.charCodeAt(re)?(o=c,re++):(o=u,0===oe&&ae(h)),o!==u){for(i=[],f=Te();f!==u;)i.push(f),f=Te();if(i!==u)if((f=me())!==u){for(s=[],l=Te();l!==u;)s.push(l),l=Te();s!==u?(41===r.charCodeAt(re)?(l=p,re++):(l=u,0===oe&&ae(d)),l!==u?e=n=S(f):(re=e,e=u)):(re=e,e=u)}else re=e,e=u;else re=e,e=u}else re=e,e=u;else re=e,e=u}else re=e,e=u;return e}function Ce(){var e,n,t,o,i,f,s,l;if(e=re,r.substr(re,5)===R?(n=R,re+=5):(n=u,0===oe&&ae(I)),n!==u){for(t=[],o=Te();o!==u;)t.push(o),o=Te();if(t!==u)if(40===r.charCodeAt(re)?(o=c,re++):(o=u,0===oe&&ae(h)),o!==u){for(i=[],f=Te();f!==u;)i.push(f),f=Te();if(i!==u)if((f=me())!==u){for(s=[],l=Te();l!==u;)s.push(l),l=Te();s!==u?(41===r.charCodeAt(re)?(l=p,re++):(l=u,0===oe&&ae(d)),l!==u?e=n=T(f):(re=e,e=u)):(re=e,e=u)}else re=e,e=u;else re=e,e=u}else re=e,e=u;else re=e,e=u}else re=e,e=u;return e}function me(){var e,r,n,t;return e=re,r=re,(n=Se())===u&&(n=null),n!==u&&(t=Fe())!==u?r=n=[n,t]:(re=r,r=u),r!==u&&(r=X(r)),(e=r)===u&&(e=re,r=re,(n=Se())===u&&(n=null),n!==u&&(t=Ee())!==u?r=n=[n,t]:(re=r,r=u),r!==u&&(r=Y(r)),e=r),e}function ye(){var e,r;return e=re,we()!==u&&(r=me())!==u?e=_(r):(re=e,e=u),e}function je(){var e,r,n;return e=re,we()!==u&&(r=me())!==u&&we()!==u&&(n=me())!==u?e=L(r,n):(re=e,e=u),e}function we(){var e,r,n,t,o;if(e=re,r=[],(n=Te())!==u)for(;n!==u;)r.push(n),n=Te();else r=u;if(r!==u)if((n=be())===u&&(n=null),n!==u){for(t=[],o=Te();o!==u;)t.push(o),o=Te();t!==u?e=r=[r,n,t]:(re=e,e=u)}else re=e,e=u;else re=e,e=u;if(e===u)if(e=re,(r=be())!==u){for(n=[],t=Te();t!==u;)n.push(t),t=Te();n!==u?e=r=[r,n]:(re=e,e=u)}else re=e,e=u;return e}function be(){var e;return 44===r.charCodeAt(re)?(e=P,re++):(e=u,0===oe&&ae(U)),e}function Ee(){var e;return re,(e=Re())!==u&&(e=q(e)),e}function Fe(){var e,r,n,t;return e=re,r=re,(n=Me())!==u?((t=ke())===u&&(t=null),t!==u?r=n=[n,t]:(re=r,r=u)):(re=r,r=u),r!==u&&(r=z(r)),(e=r)===u&&(e=re,r=re,(n=Re())!==u&&(t=ke())!==u?r=n=[n,t]:(re=r,r=u),r!==u&&(r=B(r)),e=r),e}function Me(){var e,n,t,o;return oe++,e=re,(n=Re())===u&&(n=null),n!==u?(46===r.charCodeAt(re)?(t=G,re++):(t=u,0===oe&&ae(H)),t!==u&&(o=Re())!==u?e=n=J(n,o):(re=e,e=u)):(re=e,e=u),e===u&&(e=re,(n=Re())!==u?(46===r.charCodeAt(re)?(t=G,re++):(t=u,0===oe&&ae(H)),t!==u?e=n=B(n):(re=e,e=u)):(re=e,e=u)),oe--,e===u&&(n=u,0===oe&&ae(D)),e}function ke(){var e,n,t,o;return re,e=re,K.test(r.charAt(re))?(n=r.charAt(re),re++):(n=u,0===oe&&ae(N)),n!==u?((t=Se())===u&&(t=null),t!==u&&(o=Re())!==u?e=n=[n,t,o]:(re=e,e=u)):(re=e,e=u),e!==u&&(e=O(e)),e}function Se(){var e;return Q.test(r.charAt(re))?(e=r.charAt(re),re++):(e=u,0===oe&&ae(V)),e}function Re(){var e,r;if(e=[],(r=Ie())!==u)for(;r!==u;)e.push(r),r=Ie();else e=u;return e}function Ie(){var e;return W.test(r.charAt(re))?(e=r.charAt(re),re++):(e=u,0===oe&&ae(Z)),e}function Te(){var e;return $.test(r.charAt(re))?(e=r.charAt(re),re++):(e=u,0===oe&&ae(ee)),e}var Xe,Ye,Le,Pe=Math.PI/180;if((t=i())!==u&&re===r.length)return t;throw t!==u&&re1?J:L,null!=W&&(G.bbWidth=String(W)),null!=A&&(G.bbHeight=String(A)),(0,y.default)(G,G,this),G.tintColor=M,null!=b&&(G.onLayout=b);var tt=Object.assign({},f);Array.isArray(S)&&'object'==typeof S[0]?tt.transform=void 0:(G.transform=void 0,tt.transform=S);var et='android'===v.Platform.OS?O.default:j.default;return p.createElement(et,(0,t.default)({},G,{ref:function(t){return n.refMethod(t)}},(0,h.default)({viewBox:s,preserveAspectRatio:R})),p.createElement(k.default,{children:c,style:tt,font:x,fill:B,fillOpacity:_,fillRule:I,stroke:H,strokeWidth:C,strokeOpacity:E,strokeDasharray:U,strokeDashoffset:Y,strokeLinecap:q,strokeLinejoin:z,strokeMiterlimit:F}))}}]),W})(b.default);_e.default=P,P.displayName='Svg',P.defaultProps={preserveAspectRatio:'xMidYMid meet'}},892,[2,16,45,17,3,4,11,8,10,12,19,21,879,893,866,894,897,898,899]); -__d(function(g,r,i,a,m,e,d){Object.defineProperty(e,"__esModule",{value:!0}),e.alignEnum=void 0,e.default=function(l){var x=l.viewBox,o=l.preserveAspectRatio;if(!x)return null;var u=(Array.isArray(x)?x:x.trim().replace(/,/g,' ').split(M)).map(Number);if(4!==u.length||u.some(isNaN))return console.warn('Invalid `viewBox` prop:'+x),null;var v=o?o.trim().split(M):[],s=v[0],c=v[1];return{minX:u[0],minY:u[1],vbWidth:u[2],vbHeight:u[3],align:t[s]||'xMidYMid',meetOrSlice:n[c]||0}},e.meetOrSliceTypes=void 0;var n={meet:0,slice:1,none:2};e.meetOrSliceTypes=n;var t=['xMinYMin','xMidYMin','xMaxYMin','xMinYMid','xMidYMid','xMaxYMid','xMinYMax','xMidYMax','xMaxYMax','none'].reduce(function(n,t){return n[t]=t,n},{});e.alignEnum=t;var M=/\s+/},893,[]); -__d(function(g,r,i,a,m,_e,d){Object.defineProperty(_e,"__esModule",{value:!0}),_e.default=void 0;var t=r(d[0])(r(d[1])),e=r(d[0])(r(d[2])),n=r(d[0])(r(d[3])),u=r(d[0])(r(d[4])),f=r(d[0])(r(d[5])),o=r(d[0])(r(d[6])),c=h(r(d[7])),l=h(r(d[8])),p=r(d[0])(r(d[9])),s=r(d[0])(r(d[10])),v=r(d[0])(r(d[11]));function y(t){if("function"!=typeof WeakMap)return null;var e=new WeakMap,n=new WeakMap;return(y=function(t){return t?n:e})(t)}function h(t,e){if(!e&&t&&t.__esModule)return t;if(null===t||"object"!=typeof t&&"function"!=typeof t)return{default:t};var n=y(e);if(n&&n.has(t))return n.get(t);var u={},f=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var o in t)if("default"!==o&&Object.prototype.hasOwnProperty.call(t,o)){var c=f?Object.getOwnPropertyDescriptor(t,o):null;c&&(c.get||c.set)?Object.defineProperty(u,o,c):u[o]=t[o]}return u.default=t,n&&n.set(t,u),u}function O(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(t){return!1}}var P=(function(s){(0,u.default)(j,s);var y,h,P=(y=j,h=O(),function(){var t,e=(0,o.default)(y);if(h){var n=(0,o.default)(this).constructor;t=Reflect.construct(e,arguments,n)}else t=e.apply(this,arguments);return(0,f.default)(this,t)});function j(){var t;(0,e.default)(this,j);for(var n=arguments.length,u=new Array(n),f=0;f1||Array.isArray(S)?t.Children.map(S,h):S,F=(0,r(d[4]).stringifyPropsForFabric)({inlineSize:v,baselineShift:O,verticalAlign:x});return Object.assign({content:null===w?String(S):null,children:w},F,{alignmentBaseline:j,font:b(o),x:(0,n.default)(u),y:(0,n.default)(c),dx:(0,n.default)(s),dy:(0,n.default)(p),rotate:(0,n.default)(y)})},e.extractFont=b,e.setTSpan=function(t){l=t};var t=(function(t,n){if(!n&&t&&t.__esModule)return t;if(null===t||"object"!=typeof t&&"function"!=typeof t)return{default:t};var l=o(n);if(l&&l.has(t))return l.get(t);var f={},u=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var c in t)if("default"!==c&&Object.prototype.hasOwnProperty.call(t,c)){var s=u?Object.getOwnPropertyDescriptor(t,c):null;s&&(s.get||s.set)?Object.defineProperty(f,c,s):f[c]=t[c]}f.default=t,l&&l.set(t,f);return f})(r(d[0])),n=r(d[1])(r(d[2]));function o(t){if("function"!=typeof WeakMap)return null;var n=new WeakMap,l=new WeakMap;return(o=function(t){return t?l:n})(t)}var l,f=/^\s*((?:(?:normal|bold|italic)\s+)*)(?:(\d+(?:\.\d+)?(?:%|px|em|pt|pc|mm|cm|in]))*(?:\s*\/.*?)?\s+)?\s*"?([^"]*)/i,u=/^[\s"']*/,c=/[\s"']*$/,s=/\s*,\s*/g,p={};function y(t){return t?t.split(s)[0].replace(u,'').replace(c,''):null}function S(t){if(Object.prototype.hasOwnProperty.call(p,t))return p[t];var n=f.exec(t);if(!n)return p[t]=null,null;var o=/bold/.exec(n[1]),l=/italic/.exec(n[1]);return p[t]={fontSize:n[2]||12,fontWeight:o?'bold':'normal',fontStyle:l?'italic':'normal',fontFamily:y(n[3])},p[t]}function b(t){var n=t.fontData,o=t.fontStyle,l=t.fontVariant,f=t.fontWeight,u=t.fontStretch,c=t.fontSize,s=t.fontFamily,p=t.textAnchor,b=t.textDecoration,h=t.letterSpacing,v=t.wordSpacing,O=t.kerning,x=t.fontFeatureSettings,j=t.fontVariantLigatures,w=t.fontVariationSettings,F=t.font,P=(0,r(d[3]).pickNotNil)({fontData:n,fontStyle:o,fontVariant:l,fontWeight:f,fontStretch:u,fontSize:c,fontFamily:y(s),textAnchor:p,textDecoration:b,letterSpacing:h,wordSpacing:v,kerning:O,fontFeatureSettings:x,fontVariantLigatures:j,fontVariationSettings:w}),k='string'==typeof F?S(F):F,A=Object.assign({},k,P),D={};return Object.keys(A).map(function(t){return D[t]=null===A[t]?null:String(A[t])}),D}function h(n){return'string'==typeof n||'number'==typeof n?t.createElement(l,null,String(n)):n}},896,[19,2,875,880,871]); -__d(function(g,r,i,a,m,e,d){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var l=(0,r(d[0])(r(d[1])).default)('RNSVGSvgViewAndroid',{excludedPlatforms:['iOS']});e.default=l},897,[2,190]); -__d(function(g,r,i,a,m,e,d){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var l=(0,r(d[0])(r(d[1])).default)('RNSVGSvgView',{excludedPlatforms:['android']});e.default=l},898,[2,190]); -__d(function(g,r,i,a,m,e,d){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var o=r(d[0]).TurboModuleRegistry.getEnforcing('RNSVGSvgViewModule');e.default=o},899,[21]); -__d(function(g,r,i,a,m,_e,d){Object.defineProperty(_e,"__esModule",{value:!0}),_e.default=void 0;var t=r(d[0])(r(d[1])),e=r(d[0])(r(d[2])),n=r(d[0])(r(d[3])),u=r(d[0])(r(d[4])),o=r(d[0])(r(d[5])),f=h(r(d[6])),l=r(d[0])(r(d[7])),c=h(r(d[8])),s=r(d[0])(r(d[9])),p=r(d[0])(r(d[10]));r(d[11]);var y=r(d[0])(r(d[12]));function v(t){if("function"!=typeof WeakMap)return null;var e=new WeakMap,n=new WeakMap;return(v=function(t){return t?n:e})(t)}function h(t,e){if(!e&&t&&t.__esModule)return t;if(null===t||"object"!=typeof t&&"function"!=typeof t)return{default:t};var n=v(e);if(n&&n.has(t))return n.get(t);var u={},o=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var f in t)if("default"!==f&&Object.prototype.hasOwnProperty.call(t,f)){var l=o?Object.getOwnPropertyDescriptor(t,f):null;l&&(l.get||l.set)?Object.defineProperty(u,f,l):u[f]=t[f]}return u.default=t,n&&n.set(t,u),u}function O(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(t){return!1}}var b=(function(p){(0,n.default)(j,p);var v,h,b=(v=j,h=O(),function(){var t,e=(0,o.default)(v);if(h){var n=(0,o.default)(this).constructor;t=Reflect.construct(e,arguments,n)}else t=e.apply(this,arguments);return(0,u.default)(this,t)});function j(){var e;(0,t.default)(this,j);for(var n=arguments.length,u=new Array(n),o=0;o-1;){for(t=r=e[a],delete e[a],n=!0;r;){if(e.includes(r)){n=!1,e.splice(a,1);break}r='object'==typeof r&&r.parent||null}n&&(e[a]=t)}return e},existsOne:function e(t,r){return r.some(function(r){return'object'==typeof r&&(t(r)||e(t,r.children))})},getSiblings:function(e){var t='object'==typeof e&&e.parent;return t&&t.children||[]},hasAttrib:function(e,t){return Object.prototype.hasOwnProperty.call(e.props,t)},findOne:function e(t,r){for(var n=null,a=0,o=r.length;a2&&void 0!==arguments[2]?arguments[2]:[],a=0,o=r.length;at[r])return 1}return 0}function P(e){return{selector:e,specificity:x(e.item.data)}}function C(e,t,r,n){var a,o,i,u,l,s,c,f=2*r,p=0;for(a=0;at&&(o=t),i>t&&(i=t),u=a,l=o;;)if(u element, skipped. Error details: '+e)}}var i=w(b(r));E(i);var u=A(i).reverse();for(var c of u){var f=c.rule,p=c.item;if(null!==f){var v=l.default.generate(p.data);try{if("continue"===(function(){var t=(0,s.default)(v,e,h).map(D);if(0===t.length)return"continue";l.default.walk(f,{visit:'Declaration',enter:function(e){var r=e,n=r.property,a=r.value,o=r.important,i=n.trim(),u=(0,_r(d[11]).camelCase)(i),s=l.default.generate(a).trim();for(var c of t){var f=c.style,p=c.priority,v=p.get(i);(void 0===v||v',needPositions:!1,onParseError:e,onParseErrorThrow:!1,parseAtrulePrelude:!0,parseRulePrelude:!0,parseValue:!0,parseCustomProperty:!1,readSequence:r(d[3]),createList:function(){return new(r(d[4]))},createSingleNodeList:function(e){return(new(r(d[4]))).appendData(e)},getFirstListNode:function(e){return e&&e.first()},getLastListNode:function(e){return e.last()},parseWithFallback:function(e,n){var t=this.scanner.tokenIndex;try{return e.call(this)}catch(e){if(this.onParseErrorThrow)throw e;var o=n.call(this,t);return this.onParseErrorThrow=!0,this.onParseError(e,o),this.onParseErrorThrow=!1,o}},lookupNonWSType:function(e){do{var t=this.scanner.lookupType(e++);if(t!==n)return t}while(0!==t);return 0},eat:function(e){if(this.scanner.tokenType!==e){var n=this.scanner.tokenStart,t=r(d[0]).NAME[e]+' is expected';switch(e){case o:this.scanner.tokenType===s||this.scanner.tokenType===c?(n=this.scanner.tokenEnd-1,t='Identifier is expected but function found'):t='Identifier is expected';break;case u:this.scanner.isDelim(35)&&(this.scanner.next(),n++,t='Name is expected');break;case l:this.scanner.tokenType===p&&(n=this.scanner.tokenEnd,t='Percent sign is expected');break;default:this.scanner.source.charCodeAt(this.scanner.tokenStart)===e&&(n+=1)}this.error(t,n)}this.scanner.next()},consume:function(e){var n=this.scanner.getTokenValue();return this.eat(e),n},consumeFunctionName:function(){var e=this.scanner.source.substring(this.scanner.tokenStart,this.scanner.tokenEnd-1);return this.eat(s),e},getLocation:function(e,n){return this.needPositions?this.locationMap.getLocationRange(e,n,this.filename):null},getLocationFromList:function(e){if(this.needPositions){var n=this.getFirstListNode(e),t=this.getLastListNode(e);return this.locationMap.getLocationRange(null!==n?n.loc.start.offset-this.locationMap.startOffset:this.scanner.tokenStart,null!==t?t.loc.end.offset-this.locationMap.startOffset:this.scanner.tokenStart,this.filename)}return null},error:function(e,n){var t=void 0!==n&&n',P.needPositions=Boolean(o.positions),P.onParseError='function'==typeof o.onParseError?o.onParseError:e,P.onParseErrorThrow=!1,P.parseAtrulePrelude=!('parseAtrulePrelude'in o)||Boolean(o.parseAtrulePrelude),P.parseRulePrelude=!('parseRulePrelude'in o)||Boolean(o.parseRulePrelude),P.parseValue=!('parseValue'in o)||Boolean(o.parseValue),P.parseCustomProperty='parseCustomProperty'in o&&Boolean(o.parseCustomProperty),!P.context.hasOwnProperty(c))throw new Error('Unknown context `'+c+'`');return'function'==typeof u&&P.scanner.forEachToken(function(e,o,s){if(e===t){var c=P.getLocation(o,s),l=r(d[5]).cmpStr(n,s-2,s,'*/')?n.slice(o+2,s-2):n.slice(o+2,s);u(l,c)}}),s=P.context[c].call(P,o),P.scanner.eof||P.error(),s}}},933,[934,935,938,941,942,936,943,940]); -__d(function(g,r,i,a,m,e,d){var t={EOF:0,Ident:1,Function:2,AtKeyword:3,Hash:4,String:5,BadString:6,Url:7,BadUrl:8,Delim:9,Number:10,Percentage:11,Dimension:12,WhiteSpace:13,CDO:14,CDC:15,Colon:16,Semicolon:17,Comma:18,LeftSquareBracket:19,RightSquareBracket:20,LeftParenthesis:21,RightParenthesis:22,LeftCurlyBracket:23,RightCurlyBracket:24,Comment:25},n=Object.keys(t).reduce(function(n,c){return n[t[c]]=c,n},{});m.exports={TYPE:t,NAME:n}},934,[]); -__d(function(g,r,_i,a,m,e,d){var t=r(d[0]).TYPE.EOF,n=r(d[0]).TYPE.WhiteSpace,s=r(d[0]).TYPE.Comment,o=function(){this.offsetAndType=null,this.balance=null,this.reset()};o.prototype={reset:function(){this.eof=!1,this.tokenIndex=-1,this.tokenType=0,this.tokenStart=this.firstCharOffset,this.tokenEnd=this.firstCharOffset},lookupType:function(n){return(n+=this.tokenIndex)>24:t},lookupOffset:function(t){return(t+=this.tokenIndex)0?t>24,this.source,i)){case 1:break t;case 2:o++;break t;default:this.balance[s]===o&&(o=s),i=16777215&this.offsetAndType[o]}return o-this.tokenIndex},isBalanceEdge:function(t){return this.balance[this.tokenIndex]>24===n;t++,s++);s>0&&this.skip(s)},skipSC:function(){for(;this.tokenType===n||this.tokenType===s;)this.next()},skip:function(t){var n=this.tokenIndex+t;n>24,this.tokenEnd=16777215&n):(this.tokenIndex=this.tokenCount,this.next())},next:function(){var n=this.tokenIndex+1;n>24,this.tokenEnd=16777215&n):(this.tokenIndex=this.tokenCount,this.eof=!0,this.tokenType=t,this.tokenStart=this.tokenEnd=this.source.length)},forEachToken:function(t){for(var n=0,s=this.firstCharOffset;n>24,o,h,n)}},dump:function(){var t=this,n=new Array(this.tokenCount);return this.forEachToken(function(s,o,i,h){n[h]={idx:h,type:r(d[0]).NAME[s],chunk:t.source.substring(o,i),balance:t.balance[h]}}),n}},m.exports=o},935,[934,936]); -__d(function(g,r,_i,a,m,e,d){function t(t,n){return nt.length)return!1;for(var o=n;o=0&&r(d[0]).isWhiteSpace(t.charCodeAt(n));n--);return n+1},findWhiteSpaceEnd:function(t,n){for(;n=48&&t<=57}function i(t){return t>=65&&t<=90}function u(t){return t>=97&&t<=122}function c(t){return i(t)||u(t)}function o(t){return t>=128}function s(t){return c(t)||o(t)||95===t}function f(t){return t>=0&&t<=8||11===t||t>=14&&t<=31||127===t}function N(t){return 10===t||13===t||12===t}function S(t){return N(t)||32===t||9===t}function b(n,i){return 92===n&&(!N(i)&&i!==t)}var l=new Array(128);h.Eof=128,h.WhiteSpace=130,h.Digit=131,h.NameStart=132,h.NonPrintable=133;for(var p=0;p=65&&t<=70||t>=97&&t<=102},isUppercaseLetter:i,isLowercaseLetter:u,isLetter:c,isNonAscii:o,isNameStart:s,isName:function(t){return s(t)||n(t)||45===t},isNonPrintable:f,isNewline:N,isWhiteSpace:S,isValidEscape:b,isIdentifierStart:function(t,n,i){return 45===t?s(n)||45===n||b(n,i):!!s(t)||92===t&&b(t,n)},isNumberStart:function(t,i,u){return 43===t||45===t?n(i)?2:46===i&&n(u)?3:0:46===t?n(i)?2:0:n(t)?1:0},isBOM:function(t){return 65279===t?1:65534===t?1:0},charCodeCategory:h}},937,[]); -__d(function(g,r,_i,a,m,e,d){var t=10,s=12,n=13;function i(i,o){for(var u=o.length,l=r(d[0])(i.lines,u),h=i.startLine,c=r(d[0])(i.columns,u),f=i.startColumn,C=o.length>0?r(d[1]).isBOM(o.charCodeAt(0)):0;C=n.length?void(b>c,Y[l]=y,Y[y++]=l;yn&&(j=f-t+3,f=58);for(var x=h;x<=p;x++)x>=0&&x0&&s[x].length>j?"\u2026":'')+s[x].substr(j,98)+(s[x].length>j+n-1?"\u2026":''));return[l(h,c),new Array(f+v+2).join('-')+'^',l(c,p)].filter(Boolean).join('\n')}m.exports=function(n,t,o,u,l){var s=r(d[0])('SyntaxError',n);return s.source=t,s.offset=o,s.line=u,s.column=l,s.sourceFragment=function(n){return i(s,isNaN(n)?0:n)},Object.defineProperty(s,'formattedMessage',{get:function(){return'Parse error: '+s.message+'\n'+i(s,2)}}),s.parseError={offset:o,line:u,column:l},s}},943,[944]); -__d(function(g,r,i,a,m,e,d){m.exports=function(t,n){var c=Object.create(SyntaxError.prototype),o=new Error;return c.name=t,c.message=n,Object.defineProperty(c,'stack',{get:function(){return(o.stack||'').replace(/^(.+\n){1,3}/,t+': '+n+'\n')}}),c}},944,[]); -__d(function(g,r,_i,a,m,e,d){var t=Object.prototype.hasOwnProperty,n=function(){};function l(t){return'function'==typeof t?t:n}function i(t,n){return function(l,i,u){l.type===n&&t.call(this,l,i,u)}}function u(n,l){var i=l.structure,u=[];for(var o in i)if(!1!==t.call(i,o)){var c=i[o],f={name:o,type:!1,nullable:!1};Array.isArray(i[o])||(c=[i[o]]);for(var s=0;s0&&n.column>=0)||o||t||i)&&!(n&&'line'in n&&'column'in n&&o&&'line'in o&&'column'in o&&n.line>0&&n.column>=0&&o.line>0&&o.column>=0&&t))throw new Error('Invalid mapping: '+JSON.stringify({generated:n,source:t,original:o,name:i}))},n.prototype._serializeMappings=function(){for(var n,o,t,i,s=0,l=1,u=0,c=0,p=0,h=0,f='',_=this._mappings.toArray(),y=0,v=_.length;y0){if(!r(d[0]).compareByGeneratedPositionsInflated(o,_[y-1]))continue;n+=','}n+=r(d[3]).encode(o.generatedColumn-s),s=o.generatedColumn,null!=o.source&&(i=this._sources.indexOf(o.source),n+=r(d[3]).encode(i-h),h=i,n+=r(d[3]).encode(o.originalLine-1-c),c=o.originalLine-1,n+=r(d[3]).encode(o.originalColumn-u),u=o.originalColumn,null!=o.name&&(t=this._names.indexOf(o.name),n+=r(d[3]).encode(t-p),p=t)),f+=n}return f},n.prototype._generateSourcesContent=function(n,o){return n.map(function(n){if(!this._sourcesContents)return null;null!=o&&(n=r(d[0]).relative(o,n));var t=r(d[0]).toSetString(n);return Object.prototype.hasOwnProperty.call(this._sourcesContents,t)?this._sourcesContents[t]:null},this)},n.prototype.toJSON=function(){var n={version:this._version,sources:this._sources.toArray(),names:this._names.toArray(),mappings:this._serializeMappings()};return null!=this._file&&(n.file=this._file),null!=this._sourceRoot&&(n.sourceRoot=this._sourceRoot),this._sourcesContents&&(n.sourcesContent=this._generateSourcesContent(n.sources,n.sourceRoot)),n},n.prototype.toString=function(){return JSON.stringify(this.toJSON())},e.SourceMapGenerator=n},948,[949,950,951,952]); -__d(function(g,r,_i,a,m,e,d){e.getArg=function(n,t,i){if(t in n)return n[t];if(3===arguments.length)return i;throw new Error('"'+t+'" is a required argument.')};var n=/^(?:([\w+\-.]+):)?\/\/(?:(\w+:\w+)@)?([\w.-]*)(?::(\d+))?(.*)$/,t=/^data:.+\,.+$/;function i(t){var i=t.match(n);return i?{scheme:i[1],auth:i[2],host:i[3],port:i[4],path:i[5]}:null}function o(n){var t='';return n.scheme&&(t+=n.scheme+':'),t+='//',n.auth&&(t+=n.auth+'@'),n.host&&(t+=n.host),n.port&&(t+=":"+n.port),n.path&&(t+=n.path),t}function u(n){var t=n,u=i(n);if(u){if(!u.path)return n;t=u.path}for(var c,l=e.isAbsolute(t),h=t.split(/\/+/),s=0,f=h.length-1;f>=0;f--)'.'===(c=h[f])?h.splice(f,1):'..'===c?s++:s>0&&(''===c?(h.splice(f+1,s),s=0):(h.splice(f,2),s--));return''===(t=h.join('/'))&&(t=l?'/':'.'),u?(u.path=t,o(u)):t}function c(n,c){""===n&&(n="."),""===c&&(c=".");var l=i(c),h=i(n);if(h&&(n=h.path||'/'),l&&!l.scheme)return h&&(l.scheme=h.scheme),o(l);if(l||c.match(t))return c;if(h&&!h.host&&!h.path)return h.host=c,o(h);var s='/'===c.charAt(0)?c:u(n.replace(/\/+$/,'')+'/'+c);return h?(h.path=s,o(h)):s}e.urlParse=i,e.urlGenerate=o,e.normalize=u,e.join=c,e.isAbsolute=function(t){return'/'===t.charAt(0)||n.test(t)},e.relative=function(n,t){""===n&&(n="."),n=n.replace(/\/$/,'');for(var i=0;0!==t.indexOf(n+'/');){var o=n.lastIndexOf("/");if(o<0)return t;if((n=n.slice(0,o)).match(/^([^\/]+:\/)?\/*$/))return t;++i}return Array(i+1).join("../")+t.substr(n.length+1)};var l=!('__proto__'in Object.create(null));function h(n){return n}function s(n){if(!n)return!1;var t=n.length;if(t<9)return!1;if(95!==n.charCodeAt(t-1)||95!==n.charCodeAt(t-2)||111!==n.charCodeAt(t-3)||116!==n.charCodeAt(t-4)||111!==n.charCodeAt(t-5)||114!==n.charCodeAt(t-6)||112!==n.charCodeAt(t-7)||95!==n.charCodeAt(t-8)||95!==n.charCodeAt(t-9))return!1;for(var i=t-10;i>=0;i--)if(36!==n.charCodeAt(i))return!1;return!0}function f(n,t){return n===t?0:null===n?1:null===t?-1:n>t?1:-1}e.toSetString=l?h:function(n){return s(n)?'$'+n:n},e.fromSetString=l?h:function(n){return s(n)?n.slice(1):n},e.compareByOriginalPositions=function(n,t,i){var o=f(n.source,t.source);return 0!==o?o:0!=(o=n.originalLine-t.originalLine)?o:0!=(o=n.originalColumn-t.originalColumn)||i?o:0!=(o=n.generatedColumn-t.generatedColumn)?o:0!=(o=n.generatedLine-t.generatedLine)?o:f(n.name,t.name)},e.compareByGeneratedPositionsDeflated=function(n,t,i){var o=n.generatedLine-t.generatedLine;return 0!==o?o:0!=(o=n.generatedColumn-t.generatedColumn)||i?o:0!==(o=f(n.source,t.source))?o:0!=(o=n.originalLine-t.originalLine)?o:0!=(o=n.originalColumn-t.originalColumn)?o:f(n.name,t.name)},e.compareByGeneratedPositionsInflated=function(n,t){var i=n.generatedLine-t.generatedLine;return 0!==i?i:0!=(i=n.generatedColumn-t.generatedColumn)?i:0!==(i=f(n.source,t.source))?i:0!=(i=n.originalLine-t.originalLine)?i:0!=(i=n.originalColumn-t.originalColumn)?i:f(n.name,t.name)},e.parseSourceMapInput=function(n){return JSON.parse(n.replace(/^\)]}'[^\n]*\n/,''))},e.computeSourceURL=function(n,t,l){if(t=t||'',n&&('/'!==n[n.length-1]&&'/'!==t[0]&&(n+='/'),t=n+t),l){var h=i(l);if(!h)throw new Error("sourceMapURL could not be parsed");if(h.path){var s=h.path.lastIndexOf('/');s>=0&&(h.path=h.path.substring(0,s+1))}t=c(o(h),t)}return u(t)}},949,[]); -__d(function(g,r,_i,a,m,e,d){var t=Object.prototype.hasOwnProperty,n="undefined"!=typeof Map;function i(){this._array=[],this._set=n?new Map:Object.create(null)}i.fromArray=function(t,n){for(var s=new i,o=0,h=t.length;o=0)return s}else{var o=r(d[0]).toSetString(i);if(t.call(this._set,o))return this._set[o]}throw new Error('"'+i+'" is not in the set.')},i.prototype.at=function(t){if(t>=0&&ts||h==s&&p>=_||r(d[0]).compareByGeneratedPositionsInflated(n,o)<=0?(this._last=t,this._array.push(t)):(this._sorted=!1,this._array.push(t))},t.prototype.toArray=function(){return this._sorted||(this._array.sort(r(d[0]).compareByGeneratedPositionsInflated),this._sorted=!0),this._array},e.MappingList=t},951,[949]); -__d(function(g,r,i,a,m,e,d){function n(n){return n<0?1+(-n<<1):0+(n<<1)}e.encode=function(o){var t,c="",u=n(o);do{t=31&u,(u>>>=5)>0&&(t|=32),c+=r(d[0]).encode(t)}while(u>0);return c},e.decode=function(n,o,t){var c,u,h,f,l=n.length,w=0,v=0;do{if(o>=l)throw new Error("Expected more digits in base 64 VLQ value.");if(-1===(u=r(d[0]).decode(n.charCodeAt(o++))))throw new Error("Invalid base64 digit: "+n.charAt(o-1));c=!!(32&u),w+=(u&=31)<>1,1==(1&h)?-f:f),t.rest=o}},952,[953]); -__d(function(g,r,i,a,m,e,d){var n='ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/'.split('');e.encode=function(t){if(0<=t&&t');function i(t,n,i){var s={};for(var o in t)t[o].syntax&&(s[o]=i?t[o].syntax:r(d[1])(t[o].syntax,{compact:n}));return s}function s(t,n,s){var o={};for(var u of Object.entries(t)){var c=r(d[2])(u,2),p=c[0],l=c[1];o[p]={prelude:l.prelude&&(s?l.prelude.syntax:r(d[1])(l.prelude.syntax,{compact:n})),descriptors:l.descriptors&&i(l.descriptors,n,s)}}return o}function o(t){for(var n=0;n3&&void 0!==arguments[3]?arguments[3]:null,syntax:null,match:null};return'function'==typeof t?o.match=r(d[0]).buildMatchGraph(t,s):('string'==typeof t?Object.defineProperty(o,'syntax',{get:function(){return Object.defineProperty(o,'syntax',{value:r(d[9])(t)}),o.syntax}}):o.syntax=t,Object.defineProperty(o,'match',{get:function(){return Object.defineProperty(o,'match',{value:r(d[0]).buildMatchGraph(o.syntax,s)}),o.match}})),o},addAtrule_:function(t,n){var i=this;n&&(this.atrules[t]={type:'Atrule',name:t,prelude:n.prelude?this.createDescriptor(n.prelude,'AtrulePrelude',t):null,descriptors:n.descriptors?Object.keys(n.descriptors).reduce(function(s,o){return s[o]=i.createDescriptor(n.descriptors[o],'AtruleDescriptor',o,t),s},{}):null})},addProperty_:function(t,n){n&&(this.properties[t]=this.createDescriptor(n,'Property',t))},addType_:function(t,i){i&&(this.types[t]=this.createDescriptor(i,'Type',t),i===r(d[8])['-ms-legacy-expression']&&(this.valueCommonSyntax=n))},checkAtruleName:function(t){if(!this.getAtrule(t))return new(r(d[6]).SyntaxReferenceError)('Unknown at-rule','@'+t)},checkAtrulePrelude:function(t,n){var i=this.checkAtruleName(t);if(i)return i;var s=this.getAtrule(t);return!s.prelude&&n?new SyntaxError('At-rule `@'+t+'` should not contain a prelude'):s.prelude&&!n?new SyntaxError('At-rule `@'+t+'` should contain a prelude'):void 0},checkAtruleDescriptorName:function(t,n){var i=this.checkAtruleName(t);if(i)return i;var s=this.getAtrule(t),o=r(d[10]).keyword(n);return s.descriptors?s.descriptors[o.name]||s.descriptors[o.basename]?void 0:new(r(d[6]).SyntaxReferenceError)('Unknown at-rule descriptor',n):new SyntaxError('At-rule `@'+t+'` has no known descriptors')},checkPropertyName:function(t){return r(d[10]).property(t).custom?new Error('Lexer matching doesn\'t applicable for custom properties'):this.getProperty(t)?void 0:new(r(d[6]).SyntaxReferenceError)('Unknown property',t)},matchAtrulePrelude:function(t,n){var i=this.checkAtrulePrelude(t,n);return i?u(null,i):n?c(this,this.getAtrule(t).prelude,n,!1):u(null,null)},matchAtruleDescriptor:function(t,n,i){var s=this.checkAtruleDescriptorName(t,n);if(s)return u(null,s);var o=this.getAtrule(t),p=r(d[10]).keyword(n);return c(this,o.descriptors[p.name]||o.descriptors[p.basename],i,!1)},matchDeclaration:function(t){return'Declaration'!==t.type?u(null,new Error('Not a Declaration node')):this.matchProperty(t.property,t.value)},matchProperty:function(t,n){var i=this.checkPropertyName(t);return i?u(null,i):c(this,this.getProperty(t),n,!0)},matchType:function(t,n){var i=this.getType(t);return i?c(this,i,n,!1):u(null,new(r(d[6]).SyntaxReferenceError)('Unknown type',t))},match:function(t,n){return'string'==typeof t||t&&t.type?('string'!=typeof t&&t.match||(t=this.createDescriptor(t,'Type','anonymous')),c(this,t,n,!1)):u(null,new(r(d[6]).SyntaxReferenceError)('Bad syntax'))},findValueFragments:function(t,n,i,s){return r(d[11]).matchFragments(this,n,this.matchProperty(t,n),i,s)},findDeclarationValueFragments:function(t,n,i){return r(d[11]).matchFragments(this,t.value,this.matchDeclaration(t),n,i)},findAllFragments:function(t,n,i){var s=[];return this.syntax.walk(t,{visit:'Declaration',enter:function(t){s.push.apply(s,this.findDeclarationValueFragments(t,n,i))}.bind(this)}),s},getAtrule:function(t){var n=!(arguments.length>1&&void 0!==arguments[1])||arguments[1],i=r(d[10]).keyword(t);return(i.vendor&&n?this.atrules[i.name]||this.atrules[i.basename]:this.atrules[i.name])||null},getAtrulePrelude:function(t){var n=!(arguments.length>1&&void 0!==arguments[1])||arguments[1],i=this.getAtrule(t,n);return i&&i.prelude||null},getAtruleDescriptor:function(t,n){return this.atrules.hasOwnProperty(t)&&this.atrules.declarators&&this.atrules[t].declarators[n]||null},getProperty:function(t){var n=!(arguments.length>1&&void 0!==arguments[1])||arguments[1],i=r(d[10]).property(t);return(i.vendor&&n?this.properties[i.name]||this.properties[i.basename]:this.properties[i.name])||null},getType:function(t){return this.types.hasOwnProperty(t)?this.types[t]:null},validate:function(){function t(s,o,u,c){if(u.hasOwnProperty(o))return u[o];u[o]=!1,null!==c.syntax&&r(d[12])(c.syntax,function(c){if('Type'===c.type||'Property'===c.type){var p='Type'===c.type?s.types:s.properties,l='Type'===c.type?n:i;p.hasOwnProperty(c.name)&&!t(s,c.name,l,p[c.name])||(u[o]=!0)}},this)}var n={},i={};for(var s in this.types)t(this,s,n,this.types[s]);for(var s in this.properties)t(this,s,i,this.properties[s]);return n=Object.keys(n).filter(function(t){return n[t]}),i=Object.keys(i).filter(function(t){return i[t]}),n.length||i.length?{types:n,properties:i}:null},dump:function(t,n){return{generic:this.generic,types:i(this.types,!n,t),properties:i(this.properties,!n,t),atrules:s(this.atrules,!n,t)}},toString:function(){return JSON.stringify(this.dump())}},m.exports=p},955,[956,960,34,961,962,963,964,965,966,957,969,970,971]); -__d(function(g,r,_i,a,m,e,d){var t={type:'Match'},n={type:'Mismatch'},u={type:'DisallowEmpty'},y=40,o=41;function l(u,y,o){return y===t&&o===n?u:u===t&&y===t&&o===t?u:('If'===u.type&&u.else===n&&y===t&&(y=u.then,u=u.match),{type:'If',match:u,then:y,else:o})}function c(t){return t.length>2&&t.charCodeAt(t.length-2)===y&&t.charCodeAt(t.length-1)===o}function p(t){return'Keyword'===t.type||'AtKeyword'===t.type||'Function'===t.type||'Type'===t.type&&c(t.name)}function s(u,y,o){switch(u){case' ':for(var i=t,h=y.length-1;h>=0;h--){i=l(w=y[h],i,n)}return i;case'|':i=n;var f=null;for(h=y.length-1;h>=0;h--){if(p(w=y[h])&&(null===f&&h>0&&p(y[h-1])&&(i=l({type:'Enum',map:f=Object.create(null)},t,i)),null!==f)){var v=(c(w.name)?w.name.slice(0,-1):w.name).toLowerCase();if(v in f==!1){f[v]=w;continue}}f=null,i=l(w,t,i)}return i;case'&&':if(y.length>5)return{type:'MatchOnce',terms:y,all:!0};for(i=n,h=y.length-1;h>=0;h--){var w=y[h];x=y.length>1?s(u,y.filter(function(t){return t!==w}),!1):t,i=l(w,x,i)}return i;case'||':if(y.length>5)return{type:'MatchOnce',terms:y,all:!1};for(i=o?t:n,h=y.length-1;h>=0;h--){var x;w=y[h];x=y.length>1?s(u,y.filter(function(t){return t!==w}),!0):t,i=l(w,x,i)}return i}}function i(y){var o=t,c=h(y.term);if(0===y.max)(o=l(c=l(c,u,n),null,n)).then=l(t,t,o),y.comma&&(o.then.else=l({type:'Comma',syntax:y},o,n));else for(var p=y.min||1;p<=y.max;p++)y.comma&&o!==t&&(o=l({type:'Comma',syntax:y},o,n)),o=l(c,l(t,t,o),n);if(0===y.min)o=l(t,t,o);else for(p=0;p=128||0===S[a])break}return t.pos===n&&t.error('Expect a keyword'),t.substringToPos(n)}function W(t){for(var n=t.pos;n57)break}return t.pos===n&&t.error('Expect a number'),t.substringToPos(n)}function _(t){var n=t.str.indexOf('\'',t.pos+1);return-1===n&&(t.pos=t.str.length,t.error('Expect an apostrophe')),t.substringToPos(n+1)}function j(t){var n,a=null;return t.eat(T),n=W(t),t.charCode()===C?(t.pos++,t.charCode()!==U&&(a=W(t))):a=n,t.eat(U),{min:Number(n),max:a?Number(a):0}}function z(t){var n=null,a=!1;switch(t.charCode()){case h:t.pos++,n={min:0,max:0};break;case y:t.pos++,n={min:1,max:0};break;case k:t.pos++,n={min:0,max:1};break;case c:t.pos++,a=!0,n=t.charCode()===T?j(t):{min:1,max:0};break;case T:n=j(t);break;default:return null}return{type:'Multiplier',comma:a,min:n.min,max:n.max,term:null}}function F(t,n){var a=z(t);return null!==a?(a.term=n,a):n}function M(t){var n=t.peek();return''===n?null:{type:'Token',value:n}}function R(t){var n;return t.eat(v),t.eat(i),n=O(t),t.eat(i),t.eat(x),F(t,{type:'Property',name:n})}function Z(t){var n=null,a=null,o=1;return t.eat(A),t.charCode()===b&&(t.peek(),o=-1),-1==o&&t.charCode()===N?t.peek():n=o*Number(W(t)),K(t),t.eat(C),K(t),t.charCode()===N?t.peek():(o=1,t.charCode()===b&&(t.peek(),o=-1),a=o*Number(W(t))),t.eat(E),null===n&&null===a?null:{type:'Range',min:n,max:a}}function q(t){var n,a=null;return t.eat(v),n=O(t),t.charCode()===l&&t.nextCharCode()===f&&(t.pos+=2,n+='()'),t.charCodeAt(t.findWsEnd(t.pos))===A&&(K(t),a=Z(t)),t.eat(x),F(t,{type:'Type',name:n,opts:a})}function B(t){var n;return n=O(t),t.charCode()===l?(t.pos++,{type:'Function',name:n}):F(t,{type:'Keyword',name:n})}function D(t,n){function a(t,n){return{type:'Group',terms:t,combinator:n,disallowEmpty:!1,explicit:!1}}for(n=Object.keys(n).sort(function(t,n){return G[t]-G[n]});n.length>0;){for(var o=n.shift(),s=0,u=0;s1&&(t.splice(u,s-u,a(t.slice(u,s),o)),s=u+1),u=-1))}-1!==u&&n.length&&t.splice(u,s-u,a(t.slice(u,s),o))}return o}function H(t){for(var n,a=[],o={},s=null,u=t.pos;n=J(t);)'Spaces'!==n.type&&('Combinator'===n.type?(null!==s&&'Combinator'!==s.type||(t.pos=u,t.error('Unexpected combinator')),o[n.value]=!0):null!==s&&'Combinator'!==s.type&&(o[' ']=!0,a.push({type:'Combinator',value:' '})),a.push(n),s=n,u=t.pos);return null!==s&&'Combinator'===s.type&&(t.pos-=u,t.error('Unexpected combinator')),{type:'Group',terms:a,combinator:D(a,o)||' ',disallowEmpty:!1,explicit:!1}}function I(t){var n;return t.eat(A),n=H(t),t.eat(E),n.explicit=!0,t.charCode()===u&&(t.pos++,n.disallowEmpty=!0),n}function J(l){var f=l.charCode();if(f<128&&1===S[f])return B(l);switch(f){case E:break;case A:return F(l,I(l));case v:return l.nextCharCode()===i?R(l):q(l);case P:return{type:'Combinator',value:l.substringToPos(l.nextCharCode()===P?l.pos+2:l.pos+1)};case p:return l.pos++,l.eat(p),{type:'Combinator',value:'&&'};case C:return l.pos++,{type:'Comma'};case i:return F(l,{type:'String',value:_(l)});case s:case t:case n:case o:case a:return{type:'Spaces',value:K(l)};case w:return(f=l.nextCharCode())<128&&1===S[f]?(l.pos++,{type:'AtKeyword',name:O(l)}):M(l);case h:case y:case k:case c:case u:break;case T:if((f=l.nextCharCode())<48||f>57)return M(l);break;default:return M(l)}}function L(t){var n=new(r(d[0]))(t),a=H(n);return n.pos!==t.length&&n.error('Unexpected input'),1===a.terms.length&&'Group'===a.terms[0].type&&(a=a.terms[0]),a}L('[a&&#|<\'c\'>*||e() f{2} /,(% g#{1,2} h{2,})]!'),m.exports=L},957,[958]); -__d(function(g,r,i,a,m,e,d){var t=function(t){this.str=t,this.pos=0};t.prototype={charCodeAt:function(t){return t';break;case'Property':f='<\''+n.name+'\'>';break;case'Keyword':f=n.name;break;case'AtKeyword':f='@'+n.name;break;case'Function':f=n.name+'(';break;case'String':case'Token':f=n.value;break;case'Comma':f=',';break;default:throw new Error('Unknown node type `'+n.type+'`')}return u(f,n)}m.exports=function(t,o){var u=n,p=!1,s=!1;return'function'==typeof o?u=o:o&&(p=Boolean(o.forceBraces),s=Boolean(o.compact),'function'==typeof o.decorate&&(u=o.decorate)),c(t,u,p,s)}},960,[]); -__d(function(g,r,_i,a,m,e,d){function t(t){function n(t){return null!==t&&('Type'===t.type||'Property'===t.type||'Keyword'===t.type)}var u=null;return null!==this.matched&&(function i(o){if(Array.isArray(o.match)){for(var y=0;y=65&&c<=90&&(c|=32),c!==u)return!1}return!0}function y(t){return t.type===r(d[0]).TYPE.Delim&&'?'!==t.value}function M(t){return null===t||(t.type===r(d[0]).TYPE.Comma||t.type===r(d[0]).TYPE.Function||t.type===r(d[0]).TYPE.LeftParenthesis||t.type===r(d[0]).TYPE.LeftSquareBracket||t.type===r(d[0]).TYPE.LeftCurlyBracket||y(t))}function x(t){return null===t||(t.type===r(d[0]).TYPE.RightParenthesis||t.type===r(d[0]).TYPE.RightSquareBracket||t.type===r(d[0]).TYPE.RightCurlyBracket||t.type===r(d[0]).TYPE.Delim)}function v(k,y,v){function T(){do{L=++RD&&(D=R)}function I(){K=K.type===c?K.prev:{type:u,syntax:E.syntax,token:K.token,prev:K},E=E.prev}var E=null,P=null,w=null,Y=null,O=0,B=null,L=null,R=-1,D=0,K={type:n,syntax:null,token:null,prev:null};for(T();null===B&&++Ow.tokenIndex)&&(w=Y,Y=!1);else if(null===w){B=o;break}y=w.nextState,P=w.thenStack,E=w.syntaxStack,K=w.matchStack,R=w.tokenIndex,L=RR){for(;R':'<\''+y.name+'\'>'));if(!1!==Y&&null!==L&&'Type'===y.type)if('custom-ident'===y.name&&L.type===r(d[0]).TYPE.Ident||'length'===y.name&&'0'===L.value){null===Y&&(Y=C(y,w)),y=r(d[1]).MISMATCH;break}E={syntax:y.syntax,opts:y.syntax.opts||null!==E&&E.opts||null,prev:E},K={type:c,syntax:y.syntax,token:K.token,prev:K},y=W.match;break;case'Keyword':var $=y.name;if(null!==L){var j=L.value;if(-1!==j.indexOf('\\')&&(j=j.replace(/\\[09].*$/,'')),f(j,$)){H(),y=r(d[1]).MATCH;break}}y=r(d[1]).MISMATCH;break;case'AtKeyword':case'Function':if(null!==L&&f(L.value,y.name)){H(),y=r(d[1]).MATCH;break}y=r(d[1]).MISMATCH;break;case'Token':if(null!==L&&L.value===y.value){H(),y=r(d[1]).MATCH;break}y=r(d[1]).MISMATCH;break;case'Comma':null!==L&&L.type===r(d[0]).TYPE.Comma?M(K.token)?y=r(d[1]).MISMATCH:(H(),y=x(L)?r(d[1]).MISMATCH:r(d[1]).MATCH):y=M(K.token)||x(L)?r(d[1]).MATCH:r(d[1]).MISMATCH;break;case'String':var U='';for(G=R;G1?f=l(o=s(v||c,'end')||l(n,O)):(o=s(v,'start')||l(s(c,'start')||n,O.slice(0,y)),f=s(v,'end')||l(o,O.substr(y,x))),{css:O,mismatchOffset:y,mismatchLength:x,start:o,end:f}}function s(n,t){var s=n&&n.loc&&n.loc[t];return s?'line'in s?l(s):s:null}function l(n,t){var s={offset:n.offset,line:n.line,column:n.column};if(t){var l=t.split(/\n|\r\n?|\f/);s.offset+=t.length,s.line+=l.length-1,s.column=1===l.length?s.column+t.length:l.pop().length+1}return s}m.exports={SyntaxReferenceError:function(n,t){var s=r(d[0])('SyntaxReferenceError',n+(t?' `'+t+'`':''));return s.reference=t,s},SyntaxMatchError:function(n,s,l,c){var o=r(d[0])('SyntaxMatchError',n),f=t(c,l),i=f.css,u=f.mismatchOffset,h=f.mismatchLength,v=f.start,y=f.end;return o.rawMessage=n,o.syntax=s?r(d[1])(s):'',o.css=i,o.mismatchOffset=u,o.mismatchLength=h,o.message=n+"\n syntax: "+o.syntax+"\n value: "+(i||'')+"\n --------"+new Array(o.mismatchOffset+1).join('-')+'^',Object.assign(o,v),o.loc={source:l&&l.loc&&l.loc.source||'',start:v,end:y},o}}},964,[944,960]); -__d(function(g,r,_i,a,m,e,d){var n=Object.prototype.hasOwnProperty;function t(n){return'number'==typeof n&&isFinite(n)&&Math.floor(n)===n&&n>=0}function o(n){return Boolean(n)&&t(n.offset)&&t(n.line)&&t(n.column)}function i(t,i){return function(l,f){if(!l||l.constructor!==Object)return f(l,'Type of node should be an Object');for(var c in l){var s=!0;if(!1!==n.call(l,c)){if('type'===c)l.type!==t&&f(l,'Wrong node type `'+l.type+'`, expected `'+t+'`');else if('loc'===c){if(null===l.loc)continue;if(l.loc&&l.loc.constructor===Object)if('string'!=typeof l.loc.source)c+='.source';else if(o(l.loc.start)){if(o(l.loc.end))continue;c+='.end'}else c+='.start';s=!1}else if(i.hasOwnProperty(c)){var u=0;for(s=!1;!s&&u');else{if(!Array.isArray(v))throw new Error('Wrong value `'+v+'` in `'+t+'.'+s+'` structure definition');u.push('List')}}c[s]=u.join(' | ')}return{docs:c,check:i(t,f)}}m.exports={getStructureFromConfig:function(t){var o={};if(t.node)for(var i in t.node)if(n.call(t.node,i)){var f=t.node[i];if(!f.structure)throw new Error('Missed `structure` field in `'+i+'` node type definition');o[i]=l(i,f)}return o}}},965,[942]); -__d(function(g,r,_i,a,m,e,d){var n,t=['unset','initial','inherit'],u=['calc(','-moz-calc(','-webkit-calc('];function i(n,t){return tn.max)return!0}return!1}function f(n,t){var u=n.index,i=0;do{if(i++,n.balance<=u)break}while(n=t(i));return i}function P(n){return function(t,i,l){return null===t?0:t.type===r(d[0]).TYPE.Function&&o(t.value,u)?f(t,i):n(t,i,l)}}function E(n){return function(t){return null===t||t.type!==n?0:1}}function T(n){return function(t,u,i){if(null===t||t.type!==r(d[0]).TYPE.Dimension)return 0;var l=r(d[0]).consumeNumber(t.value,0);if(null!==n){var o=t.value.indexOf('\\',l),f=-1!==o&&c(t.value,o)?t.value.substring(l,o):t.value.substr(l);if(!1===n.hasOwnProperty(f.toLowerCase()))return 0}return s(i,t.value,l)?0:1}}function Y(n){return'function'!=typeof n&&(n=function(){return 0}),function(t,u,i){return null!==t&&t.type===r(d[0]).TYPE.Number&&0===Number(t.value)?1:n(t,u,i)}}m.exports={'ident-token':E(r(d[0]).TYPE.Ident),'function-token':E(r(d[0]).TYPE.Function),'at-keyword-token':E(r(d[0]).TYPE.AtKeyword),'hash-token':E(r(d[0]).TYPE.Hash),'string-token':E(r(d[0]).TYPE.String),'bad-string-token':E(r(d[0]).TYPE.BadString),'url-token':E(r(d[0]).TYPE.Url),'bad-url-token':E(r(d[0]).TYPE.BadUrl),'delim-token':E(r(d[0]).TYPE.Delim),'number-token':E(r(d[0]).TYPE.Number),'percentage-token':E(r(d[0]).TYPE.Percentage),'dimension-token':E(r(d[0]).TYPE.Dimension),'whitespace-token':E(r(d[0]).TYPE.WhiteSpace),'CDO-token':E(r(d[0]).TYPE.CDO),'CDC-token':E(r(d[0]).TYPE.CDC),'colon-token':E(r(d[0]).TYPE.Colon),'semicolon-token':E(r(d[0]).TYPE.Semicolon),'comma-token':E(r(d[0]).TYPE.Comma),'[-token':E(r(d[0]).TYPE.LeftSquareBracket),']-token':E(r(d[0]).TYPE.RightSquareBracket),'(-token':E(r(d[0]).TYPE.LeftParenthesis),')-token':E(r(d[0]).TYPE.RightParenthesis),'{-token':E(r(d[0]).TYPE.LeftCurlyBracket),'}-token':E(r(d[0]).TYPE.RightCurlyBracket),string:E(r(d[0]).TYPE.String),ident:E(r(d[0]).TYPE.Ident),'custom-ident':function(n){if(null===n||n.type!==r(d[0]).TYPE.Ident)return 0;var u=n.value.toLowerCase();return o(u,t)?0:l(u,'default')?0:1},'custom-property-name':function(n){return null===n||n.type!==r(d[0]).TYPE.Ident?0:45!==i(n.value,0)||45!==i(n.value,1)?0:1},'hex-color':function(n){if(null===n||n.type!==r(d[0]).TYPE.Hash)return 0;var t=n.value.length;if(4!==t&&5!==t&&7!==t&&9!==t)return 0;for(var u=1;un.index||n.balancen.index||n.balance0?6:0;if(!r(d[0]).isHexDigit(c))return 0;if(++o>6)return 0}return o}function y(n,t,u){if(!n)return 0;for(;c(u(t),o);){if(++n>6)return 0;t++}return t}m.exports=function(t,h){var C=0;if(null===t||t.type!==n||!r(d[0]).cmpChar(t.value,0,117))return 0;if(null===(t=h(++C)))return 0;if(c(t,43))return null===(t=h(++C))?0:t.type===n?y(p(t,0,!0),++C,h):c(t,o)?y(1,++C,h):0;if(t.type===u){if(!v(t,43))return 0;var E=p(t,1,!0);return 0===E?0:null===(t=h(++C))?C:t.type===f||t.type===u?v(t,l)&&p(t,1,!1)?C+1:0:y(E,C,h)}return t.type===f&&v(t,43)?y(p(t,1,!0),++C,h):0}},968,[940]); -__d(function(g,r,i,a,m,e,d){var t=Object.prototype.hasOwnProperty,n=Object.create(null),o=Object.create(null),u=45;function c(t,n){return n=n||0,t.length-n>=2&&t.charCodeAt(n)===u&&t.charCodeAt(n+1)===u}function l(t,n){if(n=n||0,t.length-n>=3&&t.charCodeAt(n)===u&&t.charCodeAt(n+1)!==u){var o=t.indexOf('-',n+2);if(-1!==o)return t.substring(n,o+1)}return''}m.exports={keyword:function(o){if(t.call(n,o))return n[o];var u=o.toLowerCase();if(t.call(n,u))return n[o]=n[u];var s=c(u,0),f=s?'':l(u,0);return n[o]=Object.freeze({basename:u.substr(f.length),name:u,vendor:f,prefix:f,custom:s})},property:function(n){if(t.call(o,n))return o[n];var u=n,s=n[0];'/'===s?s='/'===n[1]?'//':'/':'_'!==s&&'*'!==s&&'$'!==s&&'#'!==s&&'+'!==s&&'&'!==s&&(s='');var f=c(u,s.length);if(!f&&(u=u.toLowerCase(),t.call(o,u)))return o[n]=o[u];var h=f?'':l(u,s.length),b=u.substr(0,s.length+h.length);return o[n]=Object.freeze({basename:u.substr(b.length),name:u.substr(s.length),hack:s,vendor:h,prefix:b,custom:f})},isCustomProperty:c,vendorPrefix:l}},969,[]); -__d(function(g,r,i,a,m,e,d){function n(t){return'node'in t?t.node:n(t.match[0])}function t(n){return'node'in n?n.node:t(n.match[n.match.length-1])}m.exports={matchFragments:function(c,o,u,h,f){var l=[];return null!==u.matched&&(function u(s){if(null!==s.syntax&&s.syntax.type===h&&s.syntax.name===f){var y=n(s),p=t(s);c.syntax.walk(o,function(n,t,c){if(n===y){var o=new(r(d[0]));do{if(o.appendData(t.data),t.data===p)break;t=t.next}while(null!==t);l.push({parent:c,nodes:o})}})}Array.isArray(s.match)&&s.match.forEach(u)})(u.matched),l}}},970,[942]); -__d(function(g,r,i,a,m,e,d){var t=function(){};function n(n){return'function'==typeof n?n:t}m.exports=function(o,c,s){var f=t,u=t;if('function'==typeof c?f=c:c&&(f=n(c.enter),u=n(c.leave)),f===t&&u===t)throw new Error('Neither `enter` nor `leave` walker handler is set or both aren\'t a function');!(function t(n){switch(f.call(s,n),n.type){case'Group':n.terms.forEach(t);break;case'Multiplier':t(n.term);break;case'Type':case'Property':case'Keyword':case'AtKeyword':case'Function':case'String':case'Token':case'Comma':break;default:throw new Error('Unknown type: '+n.type)}u.call(s,n)})(o)}},971,[]); -__d(function(g,r,i,a,m,e,d){m.exports={SyntaxError:r(d[0]),parse:r(d[1]),generate:r(d[2]),walk:r(d[3])}},972,[959,957,960,971]); -__d(function(g,r,i,a,m,e,d){m.exports=function n(t){var o={};for(var c in t){var f=t[c];f&&(Array.isArray(f)||f instanceof r(d[0])?f=f.map(n):f.constructor===Object&&(f=n(f))),o[c]=f}return o}},973,[942]); -__d(function(g,r,i,_a,m,e,d){var n=Object.prototype.hasOwnProperty,t={generic:!0,types:c,atrules:{prelude:u,descriptors:u},properties:c,parseContext:function(n,t){return Object.assign(n,t)},scope:function t(s,c){for(var u in c)n.call(c,u)&&(o(s[u])?t(s[u],a(c[u])):s[u]=a(c[u]));return s},atrule:['parse'],pseudo:['parse'],node:['name','structure','parse','generate','walkContext']};function o(n){return n&&n.constructor===Object}function a(n){return o(n)?Object.assign({},n):n}function s(n,t){return'string'==typeof t&&/^\s*\|/.test(t)?'string'==typeof n?n+t:t.replace(/^\s*\|\s*/,''):t||null}function c(t,o){if('string'==typeof o)return s(t,o);var a=Object.assign({},t);for(var c in o)n.call(o,c)&&(a[c]=s(n.call(t,c)?t[c]:void 0,o[c]));return a}function u(n,t){var a=c(n,t);return!o(a)||Object.keys(a).length?a:null}function f(t,s,c){for(var u in c)if(!1!==n.call(c,u))if(!0===c[u])u in s&&n.call(s,u)&&(t[u]=a(s[u]));else if(c[u])if('function'==typeof c[u]){var l=c[u];t[u]=l({},t[u]),t[u]=l(t[u]||{},s[u])}else if(o(c[u])){var p={};for(var v in t[u])p[v]=f({},t[u][v],c[u]);for(var y in s[u])p[y]=f(p[y]||{},s[u][y],c[u]);t[u]=p}else if(Array.isArray(c[u])){var O={},b=c[u].reduce(function(n,t){return n[t]=!0,n},{});for(var j of Object.entries(t[u]||{})){var x=r(d[0])(j,2),h=x[0],k=x[1];O[h]={},k&&f(O[h],k,b)}for(var w in s[u])n.call(s[u],w)&&(O[w]||(O[w]={}),s[u]&&s[u][w]&&f(O[w],s[u][w],b));t[u]=O}return t}m.exports=function(n,o){return f(n,o,t)}},974,[34]); -__d(function(g,r,i,a,m,e,d){m.exports={generic:!0,types:r(d[0]).types,atrules:r(d[0]).atrules,properties:r(d[0]).properties,node:r(d[1])}},975,[976,981]); -__d(function(g,r,i,a,m,e,d){var t=/^\s*\|\s*/;function s(s,n){var l={};for(var o in s)l[o]=s[o].syntax||s[o];for(var p in n)p in s?n[p].syntax?l[p]=t.test(n[p].syntax)?l[p]+' '+n[p].syntax.trim():n[p].syntax:delete l[p]:n[p].syntax&&(l[p]=n[p].syntax.replace(t,''));return l}function n(t){var s={};for(var n in t)s[n]=t[n].syntax;return s}m.exports={types:s(r(d[0]),r(d[1]).syntaxes),atrules:(function(t,l){var o={};for(var p in t){var u=l[p]&&l[p].descriptors||null;o[p]={prelude:p in l&&'prelude'in l[p]?l[p].prelude:t[p].prelude||null,descriptors:t[p].descriptors?s(t[p].descriptors,u||{}):u&&n(u)}}for(var c in l)hasOwnProperty.call(t,c)||(o[c]={prelude:l[c].prelude||null,descriptors:l[c].descriptors&&n(l[c].descriptors)});return o})((function(t){var s=Object.create(null);for(var n in t){var l=t[n],o=null;if(l.descriptors)for(var p in o=Object.create(null),l.descriptors)o[p]=l.descriptors[p].syntax;s[n.substr(1)]={prelude:l.syntax.trim().match(/^@\S+\s+([^;\{]*)/)[1].trim()||null,descriptors:o}}return s})(r(d[2])),r(d[1]).atrules),properties:s(r(d[3]),r(d[1]).properties)}},976,[977,978,979,980]); -__d(function(e,t,a,n,r,s,o){r.exports={"absolute-size":{syntax:"xx-small | x-small | small | medium | large | x-large | xx-large | xxx-large"},"alpha-value":{syntax:" | "},"angle-percentage":{syntax:" | "},"angular-color-hint":{syntax:""},"angular-color-stop":{syntax:" && ?"},"angular-color-stop-list":{syntax:"[ [, ]? ]# , "},"animateable-feature":{syntax:"scroll-position | contents | "},attachment:{syntax:"scroll | fixed | local"},"attr()":{syntax:"attr( ? [, ]? )"},"attr-matcher":{syntax:"[ '~' | '|' | '^' | '$' | '*' ]? '='"},"attr-modifier":{syntax:"i | s"},"attribute-selector":{syntax:"'[' ']' | '[' [ | ] ? ']'"},"auto-repeat":{syntax:"repeat( [ auto-fill | auto-fit ] , [ ? ]+ ? )"},"auto-track-list":{syntax:"[ ? [ | ] ]* ? \n[ ? [ | ] ]* ?"},"baseline-position":{syntax:"[ first | last ]? baseline"},"basic-shape":{syntax:" | | | | "},"bg-image":{syntax:"none | "},"bg-layer":{syntax:" || [ / ]? || || || || "},"bg-position":{syntax:"[ [ left | center | right | top | bottom | ] | [ left | center | right | ] [ top | center | bottom | ] | [ center | [ left | right ] ? ] && [ center | [ top | bottom ] ? ] ]"},"bg-size":{syntax:"[ | auto ]{1,2} | cover | contain"},"blur()":{syntax:"blur( )"},"blend-mode":{syntax:"normal | multiply | screen | overlay | darken | lighten | color-dodge | color-burn | hard-light | soft-light | difference | exclusion | hue | saturation | color | luminosity"},box:{syntax:"border-box | padding-box | content-box"},"brightness()":{syntax:"brightness( )"},"calc()":{syntax:"calc( )"},"calc-sum":{syntax:" [ [ '+' | '-' ] ]*"},"calc-product":{syntax:" [ '*' | '/' ]*"},"calc-value":{syntax:" | | | ( )"},"cf-final-image":{syntax:" | "},"cf-mixing-image":{syntax:"? && "},"circle()":{syntax:"circle( [ ]? [ at ]? )"},"clamp()":{syntax:"clamp( #{3} )"},"class-selector":{syntax:"'.' "},"clip-source":{syntax:""},color:{syntax:" | | | | | | currentcolor | "},"color-stop":{syntax:" | "},"color-stop-angle":{syntax:"{1,2}"},"color-stop-length":{syntax:"{1,2}"},"color-stop-list":{syntax:"[ [, ]? ]# , "},combinator:{syntax:"'>' | '+' | '~' | [ '||' ]"},"common-lig-values":{syntax:"[ common-ligatures | no-common-ligatures ]"},"compat-auto":{syntax:"searchfield | textarea | push-button | slider-horizontal | checkbox | radio | square-button | menulist | listbox | meter | progress-bar | button"},"composite-style":{syntax:"clear | copy | source-over | source-in | source-out | source-atop | destination-over | destination-in | destination-out | destination-atop | xor"},"compositing-operator":{syntax:"add | subtract | intersect | exclude"},"compound-selector":{syntax:"[ ? * [ * ]* ]!"},"compound-selector-list":{syntax:"#"},"complex-selector":{syntax:" [ ? ]*"},"complex-selector-list":{syntax:"#"},"conic-gradient()":{syntax:"conic-gradient( [ from ]? [ at ]?, )"},"contextual-alt-values":{syntax:"[ contextual | no-contextual ]"},"content-distribution":{syntax:"space-between | space-around | space-evenly | stretch"},"content-list":{syntax:"[ | contents | | | | ]+"},"content-position":{syntax:"center | start | end | flex-start | flex-end"},"content-replacement":{syntax:""},"contrast()":{syntax:"contrast( [ ] )"},"counter()":{syntax:"counter( , ? )"},"counter-style":{syntax:" | symbols()"},"counter-style-name":{syntax:""},"counters()":{syntax:"counters( , , ? )"},"cross-fade()":{syntax:"cross-fade( , ? )"},"cubic-bezier-timing-function":{syntax:"ease | ease-in | ease-out | ease-in-out | cubic-bezier(, , , )"},"deprecated-system-color":{syntax:"ActiveBorder | ActiveCaption | AppWorkspace | Background | ButtonFace | ButtonHighlight | ButtonShadow | ButtonText | CaptionText | GrayText | Highlight | HighlightText | InactiveBorder | InactiveCaption | InactiveCaptionText | InfoBackground | InfoText | Menu | MenuText | Scrollbar | ThreeDDarkShadow | ThreeDFace | ThreeDHighlight | ThreeDLightShadow | ThreeDShadow | Window | WindowFrame | WindowText"},"discretionary-lig-values":{syntax:"[ discretionary-ligatures | no-discretionary-ligatures ]"},"display-box":{syntax:"contents | none"},"display-inside":{syntax:"flow | flow-root | table | flex | grid | ruby"},"display-internal":{syntax:"table-row-group | table-header-group | table-footer-group | table-row | table-cell | table-column-group | table-column | table-caption | ruby-base | ruby-text | ruby-base-container | ruby-text-container"},"display-legacy":{syntax:"inline-block | inline-list-item | inline-table | inline-flex | inline-grid"},"display-listitem":{syntax:"? && [ flow | flow-root ]? && list-item"},"display-outside":{syntax:"block | inline | run-in"},"drop-shadow()":{syntax:"drop-shadow( {2,3} ? )"},"east-asian-variant-values":{syntax:"[ jis78 | jis83 | jis90 | jis04 | simplified | traditional ]"},"east-asian-width-values":{syntax:"[ full-width | proportional-width ]"},"element()":{syntax:"element( )"},"ellipse()":{syntax:"ellipse( [ {2} ]? [ at ]? )"},"ending-shape":{syntax:"circle | ellipse"},"env()":{syntax:"env( , ? )"},"explicit-track-list":{syntax:"[ ? ]+ ?"},"family-name":{syntax:" | +"},"feature-tag-value":{syntax:" [ | on | off ]?"},"feature-type":{syntax:"@stylistic | @historical-forms | @styleset | @character-variant | @swash | @ornaments | @annotation"},"feature-value-block":{syntax:" '{' '}'"},"feature-value-block-list":{syntax:"+"},"feature-value-declaration":{syntax:": +;"},"feature-value-declaration-list":{syntax:""},"feature-value-name":{syntax:""},"fill-rule":{syntax:"nonzero | evenodd"},"filter-function":{syntax:" | | | | | | | | | "},"filter-function-list":{syntax:"[ | ]+"},"final-bg-layer":{syntax:"<'background-color'> || || [ / ]? || || || || "},"fit-content()":{syntax:"fit-content( [ | ] )"},"fixed-breadth":{syntax:""},"fixed-repeat":{syntax:"repeat( [ ] , [ ? ]+ ? )"},"fixed-size":{syntax:" | minmax( , ) | minmax( , )"},"font-stretch-absolute":{syntax:"normal | ultra-condensed | extra-condensed | condensed | semi-condensed | semi-expanded | expanded | extra-expanded | ultra-expanded | "},"font-variant-css21":{syntax:"[ normal | small-caps ]"},"font-weight-absolute":{syntax:"normal | bold | "},"frequency-percentage":{syntax:" | "},"general-enclosed":{syntax:"[ ) ] | ( )"},"generic-family":{syntax:"serif | sans-serif | cursive | fantasy | monospace"},"generic-name":{syntax:"serif | sans-serif | cursive | fantasy | monospace"},"geometry-box":{syntax:" | fill-box | stroke-box | view-box"},gradient:{syntax:" | | | | "},"grayscale()":{syntax:"grayscale( )"},"grid-line":{syntax:"auto | | [ && ? ] | [ span && [ || ] ]"},"historical-lig-values":{syntax:"[ historical-ligatures | no-historical-ligatures ]"},"hsl()":{syntax:"hsl( [ / ]? ) | hsl( , , , ? )"},"hsla()":{syntax:"hsla( [ / ]? ) | hsla( , , , ? )"},hue:{syntax:" | "},"hue-rotate()":{syntax:"hue-rotate( )"},"id-selector":{syntax:""},image:{syntax:" | | | | | | "},"image()":{syntax:"image( ? [ ? , ? ]! )"},"image-set()":{syntax:"image-set( # )"},"image-set-option":{syntax:"[ | ] "},"image-src":{syntax:" | "},"image-tags":{syntax:"ltr | rtl"},"inflexible-breadth":{syntax:" | | min-content | max-content | auto"},"inset()":{syntax:"inset( {1,4} [ round <'border-radius'> ]? )"},"invert()":{syntax:"invert( )"},"keyframes-name":{syntax:" | "},"keyframe-block":{syntax:"# {\n \n}"},"keyframe-block-list":{syntax:"+"},"keyframe-selector":{syntax:"from | to | "},"leader()":{syntax:"leader( )"},"leader-type":{syntax:"dotted | solid | space | "},"length-percentage":{syntax:" | "},"line-names":{syntax:"'[' * ']'"},"line-name-list":{syntax:"[ | ]+"},"line-style":{syntax:"none | hidden | dotted | dashed | solid | double | groove | ridge | inset | outset"},"line-width":{syntax:" | thin | medium | thick"},"linear-color-hint":{syntax:""},"linear-color-stop":{syntax:" ?"},"linear-gradient()":{syntax:"linear-gradient( [ | to ]? , )"},"mask-layer":{syntax:" || [ / ]? || || || [ | no-clip ] || || "},"mask-position":{syntax:"[ | left | center | right ] [ | top | center | bottom ]?"},"mask-reference":{syntax:"none | | "},"mask-source":{syntax:""},"masking-mode":{syntax:"alpha | luminance | match-source"},"matrix()":{syntax:"matrix( #{6} )"},"matrix3d()":{syntax:"matrix3d( #{16} )"},"max()":{syntax:"max( # )"},"media-and":{syntax:" [ and ]+"},"media-condition":{syntax:" | | | "},"media-condition-without-or":{syntax:" | | "},"media-feature":{syntax:"( [ | | ] )"},"media-in-parens":{syntax:"( ) | | "},"media-not":{syntax:"not "},"media-or":{syntax:" [ or ]+"},"media-query":{syntax:" | [ not | only ]? [ and ]?"},"media-query-list":{syntax:"#"},"media-type":{syntax:""},"mf-boolean":{syntax:""},"mf-name":{syntax:""},"mf-plain":{syntax:" : "},"mf-range":{syntax:" [ '<' | '>' ]? '='? \n| [ '<' | '>' ]? '='? \n| '<' '='? '<' '='? \n| '>' '='? '>' '='? "},"mf-value":{syntax:" | | | "},"min()":{syntax:"min( # )"},"minmax()":{syntax:"minmax( [ | | min-content | max-content | auto ] , [ | | | min-content | max-content | auto ] )"},"named-color":{syntax:"transparent | aliceblue | antiquewhite | aqua | aquamarine | azure | beige | bisque | black | blanchedalmond | blue | blueviolet | brown | burlywood | cadetblue | chartreuse | chocolate | coral | cornflowerblue | cornsilk | crimson | cyan | darkblue | darkcyan | darkgoldenrod | darkgray | darkgreen | darkgrey | darkkhaki | darkmagenta | darkolivegreen | darkorange | darkorchid | darkred | darksalmon | darkseagreen | darkslateblue | darkslategray | darkslategrey | darkturquoise | darkviolet | deeppink | deepskyblue | dimgray | dimgrey | dodgerblue | firebrick | floralwhite | forestgreen | fuchsia | gainsboro | ghostwhite | gold | goldenrod | gray | green | greenyellow | grey | honeydew | hotpink | indianred | indigo | ivory | khaki | lavender | lavenderblush | lawngreen | lemonchiffon | lightblue | lightcoral | lightcyan | lightgoldenrodyellow | lightgray | lightgreen | lightgrey | lightpink | lightsalmon | lightseagreen | lightskyblue | lightslategray | lightslategrey | lightsteelblue | lightyellow | lime | limegreen | linen | magenta | maroon | mediumaquamarine | mediumblue | mediumorchid | mediumpurple | mediumseagreen | mediumslateblue | mediumspringgreen | mediumturquoise | mediumvioletred | midnightblue | mintcream | mistyrose | moccasin | navajowhite | navy | oldlace | olive | olivedrab | orange | orangered | orchid | palegoldenrod | palegreen | paleturquoise | palevioletred | papayawhip | peachpuff | peru | pink | plum | powderblue | purple | rebeccapurple | red | rosybrown | royalblue | saddlebrown | salmon | sandybrown | seagreen | seashell | sienna | silver | skyblue | slateblue | slategray | slategrey | snow | springgreen | steelblue | tan | teal | thistle | tomato | turquoise | violet | wheat | white | whitesmoke | yellow | yellowgreen"},"namespace-prefix":{syntax:""},"ns-prefix":{syntax:"[ | '*' ]? '|'"},"number-percentage":{syntax:" | "},"numeric-figure-values":{syntax:"[ lining-nums | oldstyle-nums ]"},"numeric-fraction-values":{syntax:"[ diagonal-fractions | stacked-fractions ]"},"numeric-spacing-values":{syntax:"[ proportional-nums | tabular-nums ]"},nth:{syntax:" | even | odd"},"opacity()":{syntax:"opacity( [ ] )"},"overflow-position":{syntax:"unsafe | safe"},"outline-radius":{syntax:" | "},"page-body":{syntax:"? [ ; ]? | "},"page-margin-box":{syntax:" '{' '}'"},"page-margin-box-type":{syntax:"@top-left-corner | @top-left | @top-center | @top-right | @top-right-corner | @bottom-left-corner | @bottom-left | @bottom-center | @bottom-right | @bottom-right-corner | @left-top | @left-middle | @left-bottom | @right-top | @right-middle | @right-bottom"},"page-selector-list":{syntax:"[ # ]?"},"page-selector":{syntax:"+ | *"},"path()":{syntax:"path( [ , ]? )"},"paint()":{syntax:"paint( , ? )"},"perspective()":{syntax:"perspective( )"},"polygon()":{syntax:"polygon( ? , [ ]# )"},position:{syntax:"[ [ left | center | right ] || [ top | center | bottom ] | [ left | center | right | ] [ top | center | bottom | ]? | [ [ left | right ] ] && [ [ top | bottom ] ] ]"},"pseudo-class-selector":{syntax:"':' | ':' ')'"},"pseudo-element-selector":{syntax:"':' "},"pseudo-page":{syntax:": [ left | right | first | blank ]"},quote:{syntax:"open-quote | close-quote | no-open-quote | no-close-quote"},"radial-gradient()":{syntax:"radial-gradient( [ || ]? [ at ]? , )"},"relative-selector":{syntax:"? "},"relative-selector-list":{syntax:"#"},"relative-size":{syntax:"larger | smaller"},"repeat-style":{syntax:"repeat-x | repeat-y | [ repeat | space | round | no-repeat ]{1,2}"},"repeating-linear-gradient()":{syntax:"repeating-linear-gradient( [ | to ]? , )"},"repeating-radial-gradient()":{syntax:"repeating-radial-gradient( [ || ]? [ at ]? , )"},"rgb()":{syntax:"rgb( {3} [ / ]? ) | rgb( {3} [ / ]? ) | rgb( #{3} , ? ) | rgb( #{3} , ? )"},"rgba()":{syntax:"rgba( {3} [ / ]? ) | rgba( {3} [ / ]? ) | rgba( #{3} , ? ) | rgba( #{3} , ? )"},"rotate()":{syntax:"rotate( [ | ] )"},"rotate3d()":{syntax:"rotate3d( , , , [ | ] )"},"rotateX()":{syntax:"rotateX( [ | ] )"},"rotateY()":{syntax:"rotateY( [ | ] )"},"rotateZ()":{syntax:"rotateZ( [ | ] )"},"saturate()":{syntax:"saturate( )"},"scale()":{syntax:"scale( , ? )"},"scale3d()":{syntax:"scale3d( , , )"},"scaleX()":{syntax:"scaleX( )"},"scaleY()":{syntax:"scaleY( )"},"scaleZ()":{syntax:"scaleZ( )"},"self-position":{syntax:"center | start | end | self-start | self-end | flex-start | flex-end"},"shape-radius":{syntax:" | closest-side | farthest-side"},"skew()":{syntax:"skew( [ | ] , [ | ]? )"},"skewX()":{syntax:"skewX( [ | ] )"},"skewY()":{syntax:"skewY( [ | ] )"},"sepia()":{syntax:"sepia( )"},shadow:{syntax:"inset? && {2,4} && ?"},"shadow-t":{syntax:"[ {2,3} && ? ]"},shape:{syntax:"rect(, , , )"},"shape-box":{syntax:" | margin-box"},"side-or-corner":{syntax:"[ left | right ] || [ top | bottom ]"},"single-animation":{syntax:"