Pulled HTML5 locales Jan 29, 2021; tested
This commit is contained in:
parent
b2b442d86d
commit
aae9ca055a
@ -18,6 +18,7 @@
|
||||
"app.chat.dropdown.save": "حفظ",
|
||||
"app.chat.label": "دردشة",
|
||||
"app.chat.offline": "غير متصل",
|
||||
"app.chat.pollResult": "نتائج الاستطلاع",
|
||||
"app.chat.emptyLogLabel": "سجل دردشة فارغة",
|
||||
"app.chat.clearPublicChatMessage": "تم مسح تاريخ الدردشة من قبل المشرف",
|
||||
"app.chat.multi.typing": " العديد من المستخدمين يكتبون",
|
||||
@ -63,6 +64,7 @@
|
||||
"app.userList.presenter": "مقدم",
|
||||
"app.userList.you": "أنت",
|
||||
"app.userList.locked": "مقفل",
|
||||
"app.userList.byModerator": "بواسطة (المشرف)",
|
||||
"app.userList.label": "قائمة المستخدمين",
|
||||
"app.userList.toggleCompactView.label": "تبديل وضع العرض المضغوط",
|
||||
"app.userList.guest": "زائر",
|
||||
@ -72,6 +74,8 @@
|
||||
"app.userList.menu.chat.label": "بدء دردشة خاصة",
|
||||
"app.userList.menu.clearStatus.label": "مسح الحالات",
|
||||
"app.userList.menu.removeUser.label": "إزالة المستخدم",
|
||||
"app.userList.menu.removeConfirmation.label": "إزالة المستخدم ({0})",
|
||||
"app.userlist.menu.removeConfirmation.desc": "منع هذا المستخدم من إعادة الانضمام إلى الجلسة.",
|
||||
"app.userList.menu.muteUserAudio.label": "كتم صوت المستخدم",
|
||||
"app.userList.menu.unmuteUserAudio.label": "إلغاء كتم صوت المستخدم",
|
||||
"app.userList.userAriaLabel": "{0} {1} {2} حالات {3}",
|
||||
@ -92,6 +96,8 @@
|
||||
"app.userList.userOptions.unmuteAllDesc": "إلغاء كتم صوت الاجتماع",
|
||||
"app.userList.userOptions.lockViewersLabel": "قفل المشاهدين",
|
||||
"app.userList.userOptions.lockViewersDesc": "قفل وظائف معينة على اامشاركين في الاجتماع",
|
||||
"app.userList.userOptions.connectionStatusLabel": "حالة الإتصال",
|
||||
"app.userList.userOptions.connectionStatusDesc": "عرض حالة اتصال المستخدم",
|
||||
"app.userList.userOptions.disableCam": "كاميرات المشاهدين معطلة",
|
||||
"app.userList.userOptions.disableMic": "ميكروفونات المشاهدين معطلة",
|
||||
"app.userList.userOptions.disablePrivChat": "الدردشة الخاصة معطلة",
|
||||
@ -107,11 +113,15 @@
|
||||
"app.userList.userOptions.enableNote": "تم تمكين الملاحظات المشتركة",
|
||||
"app.userList.userOptions.showUserList": "تم تفعيل عرض قائمة المستخدمين عند المشاهدين",
|
||||
"app.userList.userOptions.enableOnlyModeratorWebcam": "يمكنك تمكين كاميرا الويب الخاصة بك الآن ، وسيراك الجميع",
|
||||
"app.userList.userOptions.savedNames.title": "قائمة المستخدمين في الاجتماع {0} في {1}",
|
||||
"app.userList.userOptions.sortedFirstName.heading": "مرتبة حسب الاسم الأول:",
|
||||
"app.userList.userOptions.sortedLastName.heading": "مرتبة حسب الاسم الأخير:",
|
||||
"app.media.label": "الوسائط",
|
||||
"app.media.autoplayAlertDesc": "تمكين إستخدام",
|
||||
"app.media.screenshare.start": "بدأت مشاركة الشاشة",
|
||||
"app.media.screenshare.end": "انتهت مشاركة الشاشة",
|
||||
"app.media.screenshare.unavailable": "مشاركة الشاشة غير متوفرة",
|
||||
"app.media.screenshare.notSupported": "مشاركة الشاشة غير مدعومة في هذا المتصفح.",
|
||||
"app.media.screenshare.autoplayBlockedDesc": "نحن بحاجة إلى إذنك لتظهر لك شاشة مقدم العرض.",
|
||||
"app.media.screenshare.autoplayAllowLabel": "عرض الشاشة المشتركة",
|
||||
"app.screenshare.notAllowed": "خطأ: لم يتم منح إذن الدخول إلى الشاشة.",
|
||||
@ -122,8 +132,11 @@
|
||||
"app.meeting.meetingTimeRemaining": "الوقت المتبقي للاجتماع: {0}",
|
||||
"app.meeting.meetingTimeHasEnded": "انتهى الوقت. سيتم إغلاق الاجتماع قريبًا",
|
||||
"app.meeting.endedMessage": "سيتم اعادة توجيهك الى الشاشة الرئيسية",
|
||||
"app.meeting.alertMeetingEndsUnderMinutesSingular": "الاجتماع سينتهي في دقيقة واحدة.",
|
||||
"app.meeting.alertMeetingEndsUnderMinutesPlural": "سينتهي الاجتماع في غضون {0} دقيقة.",
|
||||
"app.presentation.hide": "إغفاء العرض",
|
||||
"app.presentation.notificationLabel": "العرض الحالي",
|
||||
"app.presentation.downloadLabel": "تنزيل",
|
||||
"app.presentation.slideContent": "محتوى الشريحة",
|
||||
"app.presentation.startSlideContent": "بداية محتوى الشريحة",
|
||||
"app.presentation.endSlideContent": "نهاية محتوى الشريحة",
|
||||
@ -168,6 +181,10 @@
|
||||
"app.presentationUploder.rejectedError": "تم رفض الملف (الملفات) المحدد(ة). يرجى التحقق من نوع (أنواع) الملف (الملفات).",
|
||||
"app.presentationUploder.upload.progress": "رفع ({0}٪)",
|
||||
"app.presentationUploder.upload.413": " الملف كبير جدا. يرجى تقسيمه إلى ملفات متعددة.",
|
||||
"app.presentationUploder.genericError": "شيء ما حدث بشكل خاطئ ...",
|
||||
"app.presentationUploder.upload.408": "طلب مهلة انتهاء رمز التحميل.",
|
||||
"app.presentationUploder.upload.404": "404: رمز تحميل غير صالح",
|
||||
"app.presentationUploder.upload.401": "فشل رمز طلب تحميل العرض.",
|
||||
"app.presentationUploder.conversion.conversionProcessingSlides": "معالجة الصفحة {0} من {1}",
|
||||
"app.presentationUploder.conversion.genericConversionStatus": "تحويل ملف ...",
|
||||
"app.presentationUploder.conversion.generatingThumbnail": "إنشاء صور مصغرة ...",
|
||||
@ -179,11 +196,20 @@
|
||||
"app.presentationUploder.conversion.pdfHasBigPage": " لم نتمكن من تحويل ملف PDF ، يرجى محاولة تحسينه",
|
||||
"app.presentationUploder.conversion.timeout": "مكتب خدمات المشاريع, تحويل يستغرق وقتا اطول",
|
||||
"app.presentationUploder.conversion.pageCountFailed": "فشل تحديد عدد الصفحات.",
|
||||
"app.presentationUploder.isDownloadableLabel": "غير مسموح بتنزيل العرض - انقر للسماح بتنزيل العرض",
|
||||
"app.presentationUploder.isNotDownloadableLabel": "يُسمح بتنزيل العرض - انقر لعدم السماح بتنزيل العرض",
|
||||
"app.presentationUploder.removePresentationLabel": "حذف العرض",
|
||||
"app.presentationUploder.setAsCurrentPresentation": "اختيار العرض لجعله العرض الحالي",
|
||||
"app.presentationUploder.tableHeading.filename": "اسم الملف",
|
||||
"app.presentationUploder.tableHeading.options": "خيارات",
|
||||
"app.presentationUploder.tableHeading.status": "الحالة",
|
||||
"app.presentationUploder.uploading": "تحميل {0} {1}",
|
||||
"app.presentationUploder.uploadStatus": "تم تحميل {0} من {1}",
|
||||
"app.presentationUploder.completed": "{0} عمليات تحميل اكتملت",
|
||||
"app.presentationUploder.item" : "بند",
|
||||
"app.presentationUploder.itemPlural" : "بنود",
|
||||
"app.presentationUploder.clearErrors": "محو الأخطاء",
|
||||
"app.presentationUploder.clearErrorsDesc": "محو عمليات تحميل العرض الفاشلة",
|
||||
"app.poll.pollPaneTitle": "تصويت",
|
||||
"app.poll.quickPollTitle": "تصويت سريع",
|
||||
"app.poll.hidePollDesc": "إخفاء لائحة لوحة التصويت",
|
||||
@ -229,6 +255,7 @@
|
||||
"app.connectingMessage": "اتصال...",
|
||||
"app.waitingMessage": "انقطع الاتصال. جارٍ محاولة إعادة الاتصال خلال {0} ثانية ...",
|
||||
"app.retryNow": "المحاولة مرة أخرى",
|
||||
"app.muteWarning.label": "انقر فوق {0} لإعادة صوتك.",
|
||||
"app.navBar.settingsDropdown.optionsLabel": "خيارات",
|
||||
"app.navBar.settingsDropdown.fullscreenLabel": "جعل الشاشة الكاملة",
|
||||
"app.navBar.settingsDropdown.settingsLabel": "الإعدادات",
|
||||
@ -255,7 +282,8 @@
|
||||
"app.navBar.emptyAudioBrdige": "لا ميكروفون نشط. شارك الميكروفون الخاص بك لإضافة صوت إلى هذا التسجيل.",
|
||||
"app.leaveConfirmation.confirmLabel": "غادر",
|
||||
"app.leaveConfirmation.confirmDesc": "تسجيل خروجك من الاجتماع",
|
||||
"app.endMeeting.title": "إنهاء الاجتماع",
|
||||
"app.endMeeting.title": "إنهاء {0}",
|
||||
"app.endMeeting.description": "سيؤدي هذا الإجراء إلى إنهاء الجلسة لـ {0} مستخدم (مستخدمين) نشطين. هل أنت متأكد أنك تريد إنهاء هذه الجلسة؟",
|
||||
"app.endMeeting.yesLabel": "نعم",
|
||||
"app.endMeeting.noLabel": "لا",
|
||||
"app.about.title": "حول",
|
||||
@ -283,6 +311,12 @@
|
||||
"app.submenu.application.languageLabel": "لغة التطبيق",
|
||||
"app.submenu.application.languageOptionLabel": "اختيار اللغة",
|
||||
"app.submenu.application.noLocaleOptionLabel": "لا توجد لغات نشطة",
|
||||
"app.submenu.notification.SectionTitle": "إشعارات",
|
||||
"app.submenu.notification.Desc": "حدد كيف وماذا سيتم إشعارك.",
|
||||
"app.submenu.notification.audioAlertLabel": "تنبيهات صوتية",
|
||||
"app.submenu.notification.pushAlertLabel": "تنبيهات منبثقة",
|
||||
"app.submenu.notification.messagesLabel": "رسالة الدردشة",
|
||||
"app.submenu.notification.userJoinLabel": "انضمام المستخدم",
|
||||
"app.submenu.audio.micSourceLabel": "مصدر الميكروفون",
|
||||
"app.submenu.audio.speakerSourceLabel": "مصدر مكبر الصوت",
|
||||
"app.submenu.audio.streamVolumeLabel": "مستوى صوتك المتدفق ",
|
||||
@ -306,6 +340,10 @@
|
||||
"app.settings.dataSavingTab.screenShare": "تشغيل مشاركة سطح المكتب",
|
||||
"app.settings.dataSavingTab.description": "لحفظ النطاق الترددي الخاص بك ، اضبط ما يتم عرضه حاليًا.",
|
||||
"app.settings.save-notification.label": "تم حفظ الإعدادات",
|
||||
"app.statusNotifier.lowerHands": "خفض الأيدي",
|
||||
"app.statusNotifier.raisedHandsTitle": "رفع الأيدي",
|
||||
"app.statusNotifier.raisedHandDesc": "رفع {0} يده",
|
||||
"app.statusNotifier.and": "و",
|
||||
"app.switch.onLabel": "تشغيل",
|
||||
"app.switch.offLabel": "إيقاف",
|
||||
"app.talkingIndicator.ariaMuteDesc" : "حدد لكتم صوت المستخدم",
|
||||
@ -330,9 +368,12 @@
|
||||
"app.actionsBar.actionsDropdown.captionsDesc": "تبديل لوحة الترجمات",
|
||||
"app.actionsBar.actionsDropdown.takePresenter": "التمكن من المقدم",
|
||||
"app.actionsBar.actionsDropdown.takePresenterDesc": "جعل نفسي المقدم الجديد",
|
||||
"app.actionsBar.actionsDropdown.selectRandUserLabel": "اختار مستخدم عشوائي",
|
||||
"app.actionsBar.actionsDropdown.selectRandUserDesc": "يختار مستخدمًا من المشاهدين المتاحين بشكل عشوائي",
|
||||
"app.actionsBar.emojiMenu.statusTriggerLabel": "تحديد الحالة",
|
||||
"app.actionsBar.emojiMenu.awayLabel": "غائب",
|
||||
"app.actionsBar.emojiMenu.awayDesc": "قم بتغيير حالتك الى غائب",
|
||||
"app.actionsBar.emojiMenu.raiseHandLabel": "رفع اليد",
|
||||
"app.actionsBar.emojiMenu.raiseHandDesc": "ارفع يدك لطرح سؤال",
|
||||
"app.actionsBar.emojiMenu.neutralLabel": "متردد",
|
||||
"app.actionsBar.emojiMenu.neutralDesc": "تغيير حالتك إلى متردد",
|
||||
@ -446,6 +487,11 @@
|
||||
"app.modal.confirm": "تم",
|
||||
"app.modal.newTab": "(فتح علامة تبويب جديدة)",
|
||||
"app.modal.confirm.description": "حفظ التغييرات وغلق النافذة",
|
||||
"app.modal.randomUser.noViewers.description": "لا مشاهدين متاحين للاختيار من بينهم بشكل عشوائي",
|
||||
"app.modal.randomUser.selected.description": "لقد تم اختيارك عشوائيا",
|
||||
"app.modal.randomUser.title": "المستخدم المختار عشوائيا",
|
||||
"app.modal.randomUser.reselect.label": "حدد مرة أخرى",
|
||||
"app.modal.randomUser.ariaLabel.title": "صيغة المستخدم المختارة عشوائياً",
|
||||
"app.dropdown.close": "غلق",
|
||||
"app.error.400": "طلب خاطئ",
|
||||
"app.error.401": "غير مصرح",
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"app.home.greeting": "Seans qısa müddətdə başlayacaq ...",
|
||||
"app.home.greeting": "Təqdimatınız qısa müddətdə başlayacaq ...",
|
||||
"app.chat.submitLabel": "Göndər",
|
||||
"app.chat.errorMaxMessageLength": "Mesaj {0} simvoldan uzundur",
|
||||
"app.chat.disconnected": "Əlaqə kəsildiyi üçün mesajı göndərə bilmədik",
|
||||
@ -18,6 +18,7 @@
|
||||
"app.chat.dropdown.save": "Saxla",
|
||||
"app.chat.label": "Çat",
|
||||
"app.chat.offline": "Oflayn",
|
||||
"app.chat.pollResult": "Anket nəticələri",
|
||||
"app.chat.emptyLogLabel": "Çat jurnalı boşdur",
|
||||
"app.chat.clearPublicChatMessage": "Çat tarixçəsi moderator tərəfindən təmizləndi.",
|
||||
"app.chat.multi.typing": "Bir neçə istifadəçi yazır",
|
||||
@ -63,6 +64,7 @@
|
||||
"app.userList.presenter": "Təqdimatçı",
|
||||
"app.userList.you": "You",
|
||||
"app.userList.locked": "Kilidli",
|
||||
"app.userList.byModerator": "by (Moderator)",
|
||||
"app.userList.label": "İstifadəçi siyahısı",
|
||||
"app.userList.toggleCompactView.label": "Kompakt modu aktivləşdir",
|
||||
"app.userList.guest": "Qonaq",
|
||||
@ -72,10 +74,12 @@
|
||||
"app.userList.menu.chat.label": "Xüsusi çatı başlat",
|
||||
"app.userList.menu.clearStatus.label": "Statusu təmizlə",
|
||||
"app.userList.menu.removeUser.label": "İstifadəçini sil",
|
||||
"app.userList.menu.removeConfirmation.label": "İstifadəçini silin ({0})",
|
||||
"app.userlist.menu.removeConfirmation.desc": "Bu istifadəçinin iclasa yenidən qoşulmasının qarşısını alın.",
|
||||
"app.userList.menu.muteUserAudio.label": "İstifadəçini susdur",
|
||||
"app.userList.menu.unmuteUserAudio.label": "İstifadəçini danışdır",
|
||||
"app.userList.userAriaLabel": "{0} {1} {2} Status {3}",
|
||||
"app.userList.menu.promoteUser.label": "Modretor et",
|
||||
"app.userList.menu.promoteUser.label": "Moderatora yüksəldin",
|
||||
"app.userList.menu.demoteUser.label": "İzləyici et",
|
||||
"app.userList.menu.unlockUser.label": "Açıq {0}",
|
||||
"app.userList.menu.lockUser.label": "Kilidli {0}",
|
||||
@ -92,13 +96,15 @@
|
||||
"app.userList.userOptions.unmuteAllDesc": "Unmutes the meeting",
|
||||
"app.userList.userOptions.lockViewersLabel": "İzləyiciləri kilidlə",
|
||||
"app.userList.userOptions.lockViewersDesc": "Seans iştirakçıları üçün müəyyən funksiyaları bağla",
|
||||
"app.userList.userOptions.connectionStatusLabel": "Bağlantı vəziyyəti",
|
||||
"app.userList.userOptions.connectionStatusDesc": "İstifadəçilərin əlaqə vəziyyətinə baxın",
|
||||
"app.userList.userOptions.disableCam": "İzləyicilərin kameraları deaktiv et",
|
||||
"app.userList.userOptions.disableMic": "İzləyicilərin mikrafonları deaktiv et",
|
||||
"app.userList.userOptions.disablePrivChat": "Şəxsi çatı bağla",
|
||||
"app.userList.userOptions.disablePubChat": "Açıq çatı bağla",
|
||||
"app.userList.userOptions.disableNote": "Bölüşülmüş qeydlər kilidlidir",
|
||||
"app.userList.userOptions.hideUserList": "İstifadəçi siyahısı izləyicilər üçün gizlidir",
|
||||
"app.userList.userOptions.webcamsOnlyForModerator": "Yalnız moderatorlar izləyicilərin veb-kameralarını görə bilər",
|
||||
"app.userList.userOptions.webcamsOnlyForModerator": "Yalnız moderatorlar izləyicilərin veb kameralarını görə bilirlər (kilid parametrlərinə görə)",
|
||||
"app.userList.content.participants.options.clearedStatus": "Bütün istifadəçilərin statusu silindi",
|
||||
"app.userList.userOptions.enableCam": "İzləyicilərin kameralarını aktiv et",
|
||||
"app.userList.userOptions.enableMic": "İzləyicilərin mikrafonlarını aktiv et",
|
||||
@ -107,10 +113,15 @@
|
||||
"app.userList.userOptions.enableNote": "Qeyd bölüşmək aktivdir",
|
||||
"app.userList.userOptions.showUserList": "İzləyicilər artıq istifadəçiləri görə bilər.",
|
||||
"app.userList.userOptions.enableOnlyModeratorWebcam": "You can enable your webcam now, everyone will see you",
|
||||
"app.userList.userOptions.savedNames.title": "{0} saat {1} - da görüşən istifadəçilərin siyahısı",
|
||||
"app.userList.userOptions.sortedFirstName.heading": "Adı ilə çeşidlənib:",
|
||||
"app.userList.userOptions.sortedLastName.heading": "Soyadı ilə çeşidlənib:",
|
||||
"app.media.label": "Media",
|
||||
"app.media.autoplayAlertDesc": "Girişə imkan ver",
|
||||
"app.media.screenshare.start": "Ekran bölüşülməsi başladı",
|
||||
"app.media.screenshare.end": "Ekran bölüşülməsi bitdi",
|
||||
"app.media.screenshare.unavailable": "Ekran paylaşımı əlçatan deyil",
|
||||
"app.media.screenshare.notSupported": "Bu brauzerdə ekran paylaşımı dəstəklənmir.",
|
||||
"app.media.screenshare.autoplayBlockedDesc": "Təqdimatçının ekranını görmək üçün icazəniz lazımdır.",
|
||||
"app.media.screenshare.autoplayAllowLabel": "Bölüşülmüş ekranları izlə",
|
||||
"app.screenshare.notAllowed": "Xəta: Ekrana giriş icazəsi verilmədi.",
|
||||
@ -121,8 +132,13 @@
|
||||
"app.meeting.meetingTimeRemaining": "Görüş vaxtına {0} qalıb",
|
||||
"app.meeting.meetingTimeHasEnded": "Vaxt bitdi. Görüş tezliklə bağlanacaq.",
|
||||
"app.meeting.endedMessage": "Sizi ana səhifəyə yönləndiririk.",
|
||||
"app.meeting.alertMeetingEndsUnderMinutesSingular": "İclas bir dəqiqəyə bağlanır.",
|
||||
"app.meeting.alertMeetingEndsUnderMinutesPlural": "İclas {0} dəqiqədən sonra bağlanır.",
|
||||
"app.meeting.alertBreakoutEndsUnderMinutesPlural": "Qırılma otağı {0} dəqiqə ərzində bağlanır.",
|
||||
"app.meeting.alertBreakoutEndsUnderMinutesSingular": "Qırılma otağı bir dəqiqəyə bağlanır.",
|
||||
"app.presentation.hide": "Təqdimatı gizlət",
|
||||
"app.presentation.notificationLabel": "Mövcud təqdimat",
|
||||
"app.presentation.downloadLabel": "Yükləyin",
|
||||
"app.presentation.slideContent": "Slayd məzmunu",
|
||||
"app.presentation.startSlideContent": "Slayd məzmunu başladı",
|
||||
"app.presentation.endSlideContent": "Slayd məzmunu bitdi",
|
||||
@ -167,8 +183,12 @@
|
||||
"app.presentationUploder.rejectedError": "Fayl yükləmək mümkün olmadı. Zəhmət olmasa yoxlayın.",
|
||||
"app.presentationUploder.upload.progress": "Yüklənir ({0}%)",
|
||||
"app.presentationUploder.upload.413": "Faylın həcmi çox böyükdür. Zəhmət olmasa faylı yoxlayın.",
|
||||
"app.presentationUploder.conversion.conversionProcessingSlides": "Səhifə {0} {1}",
|
||||
"app.presentationUploder.conversion.genericConversionStatus": "Fayl dönüşdürülür ...",
|
||||
"app.presentationUploder.genericError": "Ups, bir şey səhv oldu ...",
|
||||
"app.presentationUploder.upload.408": "Nişan yükləmə vaxtı keçməsini tələb edin.",
|
||||
"app.presentationUploder.upload.404": "404: Yanlış yükləmə işarəsi",
|
||||
"app.presentationUploder.upload.401": "Təqdimat yükləmə işarəsi tələb olunmadı.",
|
||||
"app.presentationUploder.conversion.conversionProcessingSlides": "{0} səhifədən {0} -i işlənir",
|
||||
"app.presentationUploder.conversion.genericConversionStatus": "Fayl çevrilir ...",
|
||||
"app.presentationUploder.conversion.generatingThumbnail": "Şəkillər yaradıldı ...",
|
||||
"app.presentationUploder.conversion.generatedSlides": "Slaydlar yaradıldı ...",
|
||||
"app.presentationUploder.conversion.generatingSvg": "SVG yaradıldı ...",
|
||||
@ -178,25 +198,34 @@
|
||||
"app.presentationUploder.conversion.pdfHasBigPage": "PDF file konvertasiya etmək mümkün olmadı, zəhmət olmasa optimizə etməyə çalışın",
|
||||
"app.presentationUploder.conversion.timeout": "Bağışlayın, konvertasiya həddindən çox vaxt apardı",
|
||||
"app.presentationUploder.conversion.pageCountFailed": "Səhifə sayını müəyyən etmək mümkün olmadı",
|
||||
"app.presentationUploder.isDownloadableLabel": "Təqdimatın yüklənməsinə icazə verilmir - təqdimatın yüklənməsinə icazə vermək üçün vurun",
|
||||
"app.presentationUploder.isNotDownloadableLabel": "Təqdimatın endirilməsinə icazə verilir - təqdimatın yüklənməsinə icazə verməmək üçün vurun",
|
||||
"app.presentationUploder.removePresentationLabel": "Təqdimatı sil",
|
||||
"app.presentationUploder.setAsCurrentPresentation": "Set presentation as current Təqdimati cari seçim et",
|
||||
"app.presentationUploder.setAsCurrentPresentation": "Təqdimatı cari olaraq təyin edin",
|
||||
"app.presentationUploder.tableHeading.filename": "Faylın adı",
|
||||
"app.presentationUploder.tableHeading.options": "Seçimlər",
|
||||
"app.presentationUploder.tableHeading.status": "Status",
|
||||
"app.poll.pollPaneTitle": "Sorğu",
|
||||
"app.poll.quickPollTitle": "Çevik sorğu",
|
||||
"app.poll.hidePollDesc": "Sorğu menyu tabını gizlədir",
|
||||
"app.poll.customPollInstruction": "Sorğu yaratmaq üçün, aşağıdakı düyməni bası və seçimini daxil edin",
|
||||
"app.poll.quickPollInstruction": "Sorğu başlatmaq üçün aşağıdakı seçimi seçin",
|
||||
"app.poll.customPollLabel": "Fərdi sorğu ",
|
||||
"app.poll.startCustomLabel": "Fərdi sorğunu başla",
|
||||
"app.poll.activePollInstruction": "Sorğuya cavabları görmək üçün bu paneli açıq saxlayın. Hazır olduqda, sorğu nəticələrini açıqlamaq və sorğunu bitirmək üçün 'Sorğu nəticələrini açıqla' düyməsini seç.",
|
||||
"app.poll.publishLabel": "Sorğu nəticələrini açıqla",
|
||||
"app.poll.backLabel": "Sorğu seçimlərinə qayıt",
|
||||
"app.presentationUploder.uploading": "Yüklənir {0} {1}",
|
||||
"app.presentationUploder.uploadStatus": "{1} yüklənmədən {0} tamamlandı",
|
||||
"app.presentationUploder.completed": "{0} yükləmə tamamlandı",
|
||||
"app.presentationUploder.item" : "bənd",
|
||||
"app.presentationUploder.itemPlural" : "bəndlər",
|
||||
"app.presentationUploder.clearErrors": "Səhvləri silin",
|
||||
"app.presentationUploder.clearErrorsDesc": "Uğursuz təqdimat yükləmələrini təmizləyir",
|
||||
"app.poll.pollPaneTitle": "Anket",
|
||||
"app.poll.quickPollTitle": "Tez Anket",
|
||||
"app.poll.hidePollDesc": "Anket menyu bölməsini gizlədir",
|
||||
"app.poll.customPollInstruction": "Xüsusi bir anket yaratmaq üçün aşağıdakı düyməni seçin və seçimlərinizi daxil edin.",
|
||||
"app.poll.quickPollInstruction": "Anketə başlamaq üçün aşağıda bir seçim seçin.",
|
||||
"app.poll.customPollLabel": "Xüsusi anket",
|
||||
"app.poll.startCustomLabel": "Xüsusi anketə başlayın",
|
||||
"app.poll.activePollInstruction": "Anketinizə canlı cavabları görmək üçün bu paneli açıq buraxın. Hazır olduğunuzda, nəticələri dərc etmək və anketi bitirmək üçün 'Anket nəticələrini dərc et' seçin.",
|
||||
"app.poll.publishLabel": "Anket nəticələrini dərc edin",
|
||||
"app.poll.backLabel": "Anket seçimlərinə qayıdın",
|
||||
"app.poll.closeLabel": "Bağla",
|
||||
"app.poll.waitingLabel": "Cavab gözlənilir ({0}/{1})",
|
||||
"app.poll.ariaInputCount": "Fərdi sorğu seçimi {0} of {1}",
|
||||
"app.poll.customPlaceholder": "Sorğu seçimi əlavə et",
|
||||
"app.poll.ariaInputCount": "Xüsusi anket seçimi {0} / {1}",
|
||||
"app.poll.customPlaceholder": "Anket seçimi əlavə edin",
|
||||
"app.poll.noPresentationSelected": "Təqdimat seçilməyib! Zəhmət olmasa birini seçin.",
|
||||
"app.poll.clickHereToSelect": "Seçmək üçün buraya bas",
|
||||
"app.poll.t": "Doğru",
|
||||
@ -220,14 +249,15 @@
|
||||
"app.poll.answer.e": "E",
|
||||
"app.poll.liveResult.usersTitle": "İstifadəçilər",
|
||||
"app.poll.liveResult.responsesTitle": "Cavab",
|
||||
"app.polling.pollingTitle": "Sorğu seçimləri",
|
||||
"app.polling.pollAnswerLabel": "Sorğu cavabı {0}",
|
||||
"app.polling.pollingTitle": "Anket variantları",
|
||||
"app.polling.pollAnswerLabel": "Anket cavabı {0}",
|
||||
"app.polling.pollAnswerDesc": "{0} səs vermək üçün bu seçimi seç",
|
||||
"app.failedMessage": "Bağışlayın, serverə qoşulmaqda problem var.",
|
||||
"app.downloadPresentationButton.label": "Original təqdimatı yüklə",
|
||||
"app.connectingMessage": "Qoşulur ...",
|
||||
"app.waitingMessage": "Bağlantı kəsildi. {0} saniyədə qoşulmağa cəhd edilir ...",
|
||||
"app.retryNow": "Yenidən cəhd et",
|
||||
"app.muteWarning.label": "Özünüzü açmaq üçün {0} düyməsini basın.",
|
||||
"app.navBar.settingsDropdown.optionsLabel": "Seçimlə",
|
||||
"app.navBar.settingsDropdown.fullscreenLabel": "Bütün ekrana göstər",
|
||||
"app.navBar.settingsDropdown.settingsLabel": "Tənzimləmələr",
|
||||
@ -236,7 +266,7 @@
|
||||
"app.navBar.settingsDropdown.exitFullscreenLabel": "Bütov ekrandan yığışdır",
|
||||
"app.navBar.settingsDropdown.fullscreenDesc": "Tənzimləmələr menyusunu bütöv ekrana göstər",
|
||||
"app.navBar.settingsDropdown.settingsDesc": "Ümumi tənzimləmələri dəyiş",
|
||||
"app.navBar.settingsDropdown.aboutDesc": "Müştəri barədə məlumatı göstər",
|
||||
"app.navBar.settingsDropdown.aboutDesc": "İştirakçı haqqında məlumatları göstərin",
|
||||
"app.navBar.settingsDropdown.leaveSessionDesc": "Görüşü tərk et",
|
||||
"app.navBar.settingsDropdown.exitFullscreenDesc": "Bütov ekrandan yığışdır",
|
||||
"app.navBar.settingsDropdown.hotkeysLabel": "Klaviatura üçün qısa yollar",
|
||||
@ -254,16 +284,15 @@
|
||||
"app.navBar.emptyAudioBrdige": "Aktiv mikrofon yoxdur. Bu videoya səs əlavə etmək üçün mikrofonu qoş.",
|
||||
"app.leaveConfirmation.confirmLabel": "Tərk et",
|
||||
"app.leaveConfirmation.confirmDesc": "Sizi görüşdən çıxarır",
|
||||
"app.endMeeting.title": "Görüşü bitir",
|
||||
"app.endMeeting.yesLabel": "Bəli",
|
||||
"app.endMeeting.noLabel": "Yox",
|
||||
"app.about.title": "Haqqında",
|
||||
"app.about.version": "Client build:",
|
||||
"app.about.version": "İştirakçı qurma:",
|
||||
"app.about.copyright": "Müəlliflik hüququ:",
|
||||
"app.about.confirmLabel": "OK",
|
||||
"app.about.confirmDesc": "Əhsən",
|
||||
"app.about.dismissLabel": "Ləğv et",
|
||||
"app.about.dismissDesc": "Close about client information",
|
||||
"app.about.dismissDesc": "İştirakçı məlumatlarını bağlayın",
|
||||
"app.actionsBar.changeStatusLabel": "Statusu dəyiş",
|
||||
"app.actionsBar.muteLabel": "Səsi al",
|
||||
"app.actionsBar.unmuteLabel": "Səsi aç",
|
||||
@ -282,6 +311,12 @@
|
||||
"app.submenu.application.languageLabel": "Proqramın dili",
|
||||
"app.submenu.application.languageOptionLabel": "Dili seç",
|
||||
"app.submenu.application.noLocaleOptionLabel": "Aktiv dil yoxdur",
|
||||
"app.submenu.notification.SectionTitle": "Bildirişlər",
|
||||
"app.submenu.notification.Desc": "Necə və nəyi xəbərdar edəcəyinizi müəyyənləşdirin.",
|
||||
"app.submenu.notification.audioAlertLabel": "Səs xəbərdarlıqları",
|
||||
"app.submenu.notification.pushAlertLabel": "Popup xəbərdarlıqları",
|
||||
"app.submenu.notification.messagesLabel": "Sohbet mesajı",
|
||||
"app.submenu.notification.userJoinLabel": "İstifadəçiyə qoşulun",
|
||||
"app.submenu.audio.micSourceLabel": "Mikrofonun mənbəyi",
|
||||
"app.submenu.audio.speakerSourceLabel": "Kalonkanın mənbəyi",
|
||||
"app.submenu.audio.streamVolumeLabel": "Your audio stream volume",
|
||||
@ -305,8 +340,12 @@
|
||||
"app.settings.dataSavingTab.screenShare": "Desktop paylaşımı aktiv et",
|
||||
"app.settings.dataSavingTab.description": "Internet sərfiyyatına qənaet etmək üçün nəyin hal-hazırda göstərildiyini müəyyən et.",
|
||||
"app.settings.save-notification.label": "Tənzimləmələr yadda saxlanıldır",
|
||||
"app.switch.onLabel": "Aktiv",
|
||||
"app.switch.offLabel": "Deaktiv",
|
||||
"app.statusNotifier.lowerHands": "Aşağı əllər",
|
||||
"app.statusNotifier.raisedHandsTitle": "Qaldırılmış Əllər",
|
||||
"app.statusNotifier.raisedHandDesc": "{0} əllərini qaldırdı",
|
||||
"app.statusNotifier.and": "və",
|
||||
"app.switch.onLabel": "Açıq",
|
||||
"app.switch.offLabel": "Bağlı",
|
||||
"app.talkingIndicator.ariaMuteDesc" : "İstifadəçini səsini kəsmək üçün seç",
|
||||
"app.talkingIndicator.isTalking" : "{0} danışır",
|
||||
"app.talkingIndicator.wasTalking" : "{0} danışmağı dayandırdı",
|
||||
@ -332,6 +371,7 @@
|
||||
"app.actionsBar.emojiMenu.statusTriggerLabel": "Statusu seç",
|
||||
"app.actionsBar.emojiMenu.awayLabel": "Uzaqda",
|
||||
"app.actionsBar.emojiMenu.awayDesc": "Statusu uzaqda olaraq dəyiş",
|
||||
"app.actionsBar.emojiMenu.raiseHandLabel": "Əl qaldırın",
|
||||
"app.actionsBar.emojiMenu.raiseHandDesc": "Sual vermək üçün əlini qaldır",
|
||||
"app.actionsBar.emojiMenu.neutralLabel": "Qeyri-müəyyən",
|
||||
"app.actionsBar.emojiMenu.neutralDesc": "Statusu qeyri-müəyyənə dəyiş",
|
||||
@ -446,6 +486,7 @@
|
||||
"app.modal.newTab": "(yeni tabı açır)",
|
||||
"app.modal.confirm.description": "Dəyişikləri yadda saxlayır və modalı bağlayır",
|
||||
"app.dropdown.close": "Bağla",
|
||||
"app.dropdown.list.item.activeLabel": "Aktivdir",
|
||||
"app.error.400": "Xəta baş verdi",
|
||||
"app.error.401": "İcazəniz yoxdur",
|
||||
"app.error.403": "Görüşdən çıxarılmısınız",
|
||||
@ -468,7 +509,9 @@
|
||||
"app.userList.guest.pendingGuestUsers": "{0} gözləntidə olan qonaq istifadəçi",
|
||||
"app.userList.guest.pendingGuestAlert": "Sessiyaya qoşulub və sizin təsdiqinizi gözləyir.",
|
||||
"app.userList.guest.rememberChoice": "Seçimi yadda saxla",
|
||||
"app.user-info.title": "Directory Lookup",
|
||||
"app.userList.guest.acceptLabel": "Qəbul et",
|
||||
"app.userList.guest.denyLabel": "Qəbul etmə",
|
||||
"app.user-info.title": "Kataloq axtarışı",
|
||||
"app.toast.breakoutRoomEnded": "Fasilə otağı bağlandı. Zəhmət olmasa səsi yenidən aktivləşdirin.",
|
||||
"app.toast.chat.public": "Yeni Publik Çat mesajı",
|
||||
"app.toast.chat.private": "Yeni Şəxsi Çat mesajı",
|
||||
@ -482,6 +525,7 @@
|
||||
"app.notification.recordingPaused": "Bu sessiyas daha qeydiyyata alınmır",
|
||||
"app.notification.recordingAriaLabel": "Yazılma vaxtı ",
|
||||
"app.notification.userJoinPushAlert": "{0} sessiyaya qoşuldu",
|
||||
"app.submenu.notification.raiseHandLabel": "Əl qaldırın",
|
||||
"app.shortcut-help.title": "Klaviatura qısa yollar",
|
||||
"app.shortcut-help.accessKeyNotAvailable": "İcazə açarları mövcud deyil",
|
||||
"app.shortcut-help.comboLabel": "Kombo",
|
||||
@ -495,6 +539,7 @@
|
||||
"app.shortcut-help.hidePrivateChat": "Şəxsi çatı gizlət",
|
||||
"app.shortcut-help.closePrivateChat": "Şəxsi çatı bağla",
|
||||
"app.shortcut-help.openActions": "Əməliyyatlar menyusunu aç",
|
||||
"app.shortcut-help.openDebugWindow": "Debaq pəncərəsini açın",
|
||||
"app.shortcut-help.openStatus": "Status menyusunu aç",
|
||||
"app.shortcut-help.togglePan": "Əl alətini aktivləşdir (Təqdimatçı)",
|
||||
"app.shortcut-help.nextSlideDesc": "Növbəti slayd (Təqdimatçı)",
|
||||
@ -515,6 +560,12 @@
|
||||
"app.lock-viewers.button.cancel": "Ləğv et",
|
||||
"app.lock-viewers.locked": "Kilidlənib",
|
||||
"app.lock-viewers.unlocked": "Kiliddən açılıb",
|
||||
"app.connection-status.ariaTitle": "Bağlantı vəziyyəti modaldır",
|
||||
"app.connection-status.title": "Bağlantı vəziyyəti",
|
||||
"app.connection-status.description": "İstifadəçilərin əlaqə vəziyyətinə baxın",
|
||||
"app.connection-status.empty": "İndiyə qədər bildirilən bir əlaqə problemi yoxdur",
|
||||
"app.connection-status.more": "daha çox",
|
||||
"app.connection-status.offline": "oflayn",
|
||||
"app.recording.startTitle": "Yazmağa başla",
|
||||
"app.recording.stopTitle": "Yazmanı dayandır",
|
||||
"app.recording.resumeTitle": "Yazmaya davam et",
|
||||
@ -522,18 +573,27 @@
|
||||
"app.recording.stopDescription": "Yazmanı pauza etməyə əminsiniz? Yazma düyməsini yenidən seçməklə davam edə bilərsiniz.",
|
||||
"app.videoPreview.cameraLabel": "Kamera",
|
||||
"app.videoPreview.profileLabel": "Keyfiyyət",
|
||||
"app.videoPreview.quality.low": "Aşağı",
|
||||
"app.videoPreview.quality.medium": "Orta",
|
||||
"app.videoPreview.quality.high": "Yüksək",
|
||||
"app.videoPreview.quality.hd": "Yüksək tərif",
|
||||
"app.videoPreview.cancelLabel": "Ləğv et",
|
||||
"app.videoPreview.closeLabel": "Bağla",
|
||||
"app.videoPreview.findingWebcamsLabel": "Veb kamera tapılır",
|
||||
"app.videoPreview.startSharingLabel": "Paylaşmanı başla",
|
||||
"app.videoPreview.stopSharingLabel": "Paylaşmağı dayandırın",
|
||||
"app.videoPreview.stopSharingAllLabel": "Hamısını dayandırın",
|
||||
"app.videoPreview.sharedCameraLabel": "Bu kamera artıq paylaşılır",
|
||||
"app.videoPreview.webcamOptionLabel": "Veb kameranı seç",
|
||||
"app.videoPreview.webcamPreviewLabel": "Veb kameranı yoxla",
|
||||
"app.videoPreview.webcamSettingsTitle": "Veb kamera tənzimləmələri",
|
||||
"app.videoPreview.webcamNotFoundLabel": "Veb kamera tapılmadı",
|
||||
"app.videoPreview.profileNotFoundLabel": "Dəstəklənən kamera profili tapılmadı",
|
||||
"app.video.joinVideo": "Veb kameranı paylaş",
|
||||
"app.video.connecting": "Vebkamera paylaşımı başlayır ...",
|
||||
"app.video.dataSaving": "Veb kamerası paylaşımı Data Saving-də deaktivdir",
|
||||
"app.video.leaveVideo": "Veb kamera paylaşımını dayandır",
|
||||
"app.video.iceCandidateError": "Error on adding ICE candidate",
|
||||
"app.video.iceCandidateError": "ICE namizədi əlavə edərkən xəta baş verdi",
|
||||
"app.video.iceConnectionStateError": "Bağlantı xətası (ICE xəta 1107)",
|
||||
"app.video.permissionError": "Veb kamera paylaşımında xəta. Zəhmət olmasa icazələri nəzərdən keçirin",
|
||||
"app.video.sharingError": "Veb kamera paylaşımında xəta",
|
||||
@ -555,7 +615,11 @@
|
||||
"app.video.videoMenuDesc": "Video menu dropdown-unu aç",
|
||||
"app.video.chromeExtensionError": "Siz quraşdırmalısınız",
|
||||
"app.video.chromeExtensionErrorLink": "bu Chrome əlavəsi",
|
||||
"app.video.pagination.prevPage": "Əvvəlki videolara baxın",
|
||||
"app.video.pagination.nextPage": "Növbəti videolara baxın",
|
||||
"app.video.clientDisconnected": "Bağlantı problemləri səbəbindən vebkamera paylaşıla bilməz",
|
||||
"app.fullscreenButton.label": "{0} tam ekran et",
|
||||
"app.fullscreenUndoButton.label": "{0} tam ekranı geri qaytarın",
|
||||
"app.deskshare.iceConnectionStateError": "Ekranı paylaşarkən bağlantı kəsildi (ICE xəta 1108)",
|
||||
"app.sfu.mediaServerConnectionError2000": "Media serverə qoşulmaq alınmadı (xəta 2000)",
|
||||
"app.sfu.mediaServerOffline2001": "Media server offlayndır. Zəhmət olmasa bir az sonra yenidən yoxlayın (xəta 2001)",
|
||||
@ -564,9 +628,11 @@
|
||||
"app.sfu.serverIceGatheringFailed2021": "Media server cannot gather connection candidates (ICE xəta 2021)",
|
||||
"app.sfu.serverIceGatheringFailed2022": "Media server əlaqəsi kəsildi (ICE xəta 2022)",
|
||||
"app.sfu.mediaGenericError2200": "Media server sorğunu emal edə bilmədi (xəta 2200)",
|
||||
"app.sfu.invalidSdp2202":"Klient etibarsız media sorğu generasiya etdi (SDP xəta 2202)",
|
||||
"app.sfu.invalidSdp2202":"İştirakçı etibarsız bir media istəyi yaratdı (SDP xətası 2202)",
|
||||
"app.sfu.noAvailableCodec2203": "Server uyğun codec tapa bilmədi (xəta 2203)",
|
||||
"app.meeting.endNotification.ok.label": "OK",
|
||||
"app.whiteboard.annotations.poll": "Anket nəticələri dərc edildi",
|
||||
"app.whiteboard.annotations.pollResult": "Anket nəticələri",
|
||||
"app.whiteboard.toolbar.tools": "Alətlər",
|
||||
"app.whiteboard.toolbar.tools.hand": "Əl",
|
||||
"app.whiteboard.toolbar.tools.pencil": "Qələm",
|
||||
@ -601,6 +667,8 @@
|
||||
"app.feedback.textarea": "ProMeet-i təkmilləşdirmək üçün nə edə bilərik?",
|
||||
"app.feedback.sendFeedback": "Feedback göndər",
|
||||
"app.feedback.sendFeedbackDesc": "Feedback göndər və görüşü tərk et",
|
||||
"app.videoDock.webcamMirrorLabel": "əks etdir",
|
||||
"app.videoDock.webcamMirrorDesc": "Seçilmiş veb kameranı əks etdirin",
|
||||
"app.videoDock.webcamFocusLabel": "Fokus",
|
||||
"app.videoDock.webcamFocusDesc": "Seçilmiş veb kameranı fokuslaşdır",
|
||||
"app.videoDock.webcamUnfocusLabel": "Fokus-dan çıxart",
|
||||
@ -647,12 +715,18 @@
|
||||
"app.externalVideo.autoPlayWarning": "Media sinkronizasiyasını aktiv etmək üçün videonu işə sal",
|
||||
"app.network.connection.effective.slow": "Bağlantı ilə bağlı problemlər aşkarlanmaqdadır.",
|
||||
"app.network.connection.effective.slow.help": "Daha çox məlumat",
|
||||
"app.externalVideo.noteLabel": "Qeyd: Paylaşılan xarici videolar qeyddə görünməyəcək. YouTube, Vimeo, Instruct Media, Twitch, Dailymotion və media faylı URL-ləri (məs. Https://example.com/xy.mp4) dəstəklənir.",
|
||||
"app.actionsBar.actionsDropdown.shareExternalVideo": "Share an external video",
|
||||
"app.actionsBar.actionsDropdown.stopShareExternalVideo": "Stop sharing external video",
|
||||
"app.iOSWarning.label": "Zəhmət olmasa iOS 12.2 və ya daha yuxarı versiyanı yüklə",
|
||||
"app.legacy.unsupportedBrowser": "Yəqin ki, dəstəklənməyən brouzer-dən istifadə edirsiniz. Zəhmət olmasa tam dəstək üçün {0} və ya {1} istifadə edin.",
|
||||
"app.legacy.upgradeBrowser": "Yəqin ki, siz dəstəklənən brauzer-in köhnə versiyasını istifadə edirsiniz. Zəhmət olmasa tam dəstək üçün yeni versiyanı yükləyin.",
|
||||
"app.legacy.criosBrowser": "Zəhmət olmasa iOS-da tam dəstək üçün Safari istifadə edin."
|
||||
"app.legacy.criosBrowser": "Zəhmət olmasa iOS-da tam dəstək üçün Safari istifadə edin.",
|
||||
"app.debugWindow.windowTitle": "Debaq",
|
||||
"app.debugWindow.form.userAgentLabel": "İstifadəçi agenti",
|
||||
"app.debugWindow.form.button.copy": "Kopyala",
|
||||
"app.debugWindow.form.enableAutoarrangeLayoutLabel": "Avtomatik Düzenleme Düzenini aktivləşdirin",
|
||||
"app.debugWindow.form.enableAutoarrangeLayoutDescription": "(veb kameralar sahəsini sürükləsəniz və ya ölçüsünü dəyişsəniz, deaktiv ediləcək)"
|
||||
|
||||
}
|
||||
|
||||
|
@ -266,8 +266,6 @@
|
||||
"app.navBar.emptyAudioBrdige": "Няма активен микрофон. Включете микрофона за да има звук към този запис.",
|
||||
"app.leaveConfirmation.confirmLabel": "Напусни",
|
||||
"app.leaveConfirmation.confirmDesc": "Напускане на срещата",
|
||||
"app.endMeeting.title": "Край на срещата",
|
||||
"app.endMeeting.description": "Сигурни ли сте че желаете да приключите срещата за всички (всички потребители ще бъдат разкачени)?",
|
||||
"app.endMeeting.yesLabel": "Да",
|
||||
"app.endMeeting.noLabel": "Не",
|
||||
"app.about.title": "Относно",
|
||||
|
@ -284,8 +284,6 @@
|
||||
"app.navBar.emptyAudioBrdige": "No hi ha cap micròfon actiu. Compartiu el micròfon per a afegir so a aquest enregistrament",
|
||||
"app.leaveConfirmation.confirmLabel": "Abandona",
|
||||
"app.leaveConfirmation.confirmDesc": "Desconnecta de la reunió",
|
||||
"app.endMeeting.title": "Finalitza la reunió",
|
||||
"app.endMeeting.description": "Esteu segur que voleu acabar aquesta reunió per a tothom (tots els usuaris es desconnectaran)?",
|
||||
"app.endMeeting.yesLabel": "Sí",
|
||||
"app.endMeeting.noLabel": "No",
|
||||
"app.about.title": "Quant a...",
|
||||
|
@ -267,7 +267,6 @@
|
||||
"app.navBar.emptyAudioBrdige": "Žádný aktivní mikrofon. Pro přidání zvuku k nahrávce sdílejte svůj mikrofon.",
|
||||
"app.leaveConfirmation.confirmLabel": "Opustit",
|
||||
"app.leaveConfirmation.confirmDesc": "Opuštění tohoto setkání",
|
||||
"app.endMeeting.title": "Ukončit setkání",
|
||||
"app.endMeeting.yesLabel": "Ano",
|
||||
"app.endMeeting.noLabel": "Ne",
|
||||
"app.about.title": "O aplikaci",
|
||||
|
@ -284,8 +284,6 @@
|
||||
"app.navBar.emptyAudioBrdige": "Ingen aktiv Mikrofon. Del din Mikrofon for at tilføje lyd til denne optagelse.",
|
||||
"app.leaveConfirmation.confirmLabel": "Forlad",
|
||||
"app.leaveConfirmation.confirmDesc": "Logger dig ud af mødet",
|
||||
"app.endMeeting.title": "Afslut møde",
|
||||
"app.endMeeting.description": "Er du sikker på, at du vil afslutte dette møde for alle (alle brugere afbrydes)?",
|
||||
"app.endMeeting.yesLabel": "Ja",
|
||||
"app.endMeeting.noLabel": "Nej",
|
||||
"app.about.title": "Om",
|
||||
|
@ -62,7 +62,7 @@
|
||||
"app.userList.notesListItem.unreadContent": "Es sind neue Inhalte im Bereich der geteilten Notizen verfügbar.",
|
||||
"app.userList.captionsTitle": "Untertitel",
|
||||
"app.userList.presenter": "Präsentator",
|
||||
"app.userList.you": "Sie",
|
||||
"app.userList.you": "Ich",
|
||||
"app.userList.locked": "Gesperrt",
|
||||
"app.userList.byModerator": "vom (Moderator)",
|
||||
"app.userList.label": "Teilnehmerliste",
|
||||
@ -233,9 +233,7 @@
|
||||
"app.poll.tf": "Richtig / Falsch",
|
||||
"app.poll.y": "Ja",
|
||||
"app.poll.n": "Nein",
|
||||
"app.poll.abstention": "Enthaltung",
|
||||
"app.poll.yn": "Ja / Nein",
|
||||
"app.poll.yna": "Ja / Nein / Enthaltung",
|
||||
"app.poll.a2": "A / B",
|
||||
"app.poll.a3": "A / B / C",
|
||||
"app.poll.a4": "A / B / C / D",
|
||||
@ -244,7 +242,6 @@
|
||||
"app.poll.answer.false": "Falsch",
|
||||
"app.poll.answer.yes": "Ja",
|
||||
"app.poll.answer.no": "Nein",
|
||||
"app.poll.answer.abstention": "Enthaltung",
|
||||
"app.poll.answer.a": "A",
|
||||
"app.poll.answer.b": "B",
|
||||
"app.poll.answer.c": "C",
|
||||
@ -287,8 +284,8 @@
|
||||
"app.navBar.emptyAudioBrdige": "Kein aktives Mikrofon. Bitte erlauben Sie Zugriff auf Ihr Mikrofon, um in der Aufzeichnung auch Ihr Audio zu hören.",
|
||||
"app.leaveConfirmation.confirmLabel": "Verlassen",
|
||||
"app.leaveConfirmation.confirmDesc": "Hiermit verlassen Sie Konferenz",
|
||||
"app.endMeeting.title": "Konferenz beenden",
|
||||
"app.endMeeting.description": "Sind Sie sicher, dass Sie diese Konferenz für alle beenden wollen (die Verbindung aller Teilnehmer wird getrennt)?",
|
||||
"app.endMeeting.title": "{0} beenden",
|
||||
"app.endMeeting.description": "Mit dieser Aktion wird die Sitzung für {0} aktive(n) Teilnehmer beendet. Sind Sie sicher, dass Sie diese Sitzung beenden möchten?",
|
||||
"app.endMeeting.yesLabel": "Ja",
|
||||
"app.endMeeting.noLabel": "Nein",
|
||||
"app.about.title": "Versionsinfo",
|
||||
@ -303,7 +300,7 @@
|
||||
"app.actionsBar.unmuteLabel": "Freischalten",
|
||||
"app.actionsBar.camOffLabel": "Kamera aus",
|
||||
"app.actionsBar.raiseLabel": "Hand heben",
|
||||
"app.actionsBar.label": "Aktions-Menü",
|
||||
"app.actionsBar.label": "Aktionsmenü",
|
||||
"app.actionsBar.actionsDropdown.restorePresentationLabel": "Präsentation wiederherstellen",
|
||||
"app.actionsBar.actionsDropdown.restorePresentationDesc": "Schaltfläche um Präsentation wiederherzustellen nachdem diese geschlossen wurde.",
|
||||
"app.screenshare.screenShareLabel" : "Bildschirmfreigabe",
|
||||
@ -345,7 +342,7 @@
|
||||
"app.settings.dataSavingTab.screenShare": "Bildschirmfreigabe aktiviert",
|
||||
"app.settings.dataSavingTab.description": "Um Datentransfervolumen zu sparen, können Sie hier einstellen, was angezeigt wird.",
|
||||
"app.settings.save-notification.label": "Einstellungen wurden gespeichert",
|
||||
"app.statusNotifier.lowerHands": "Senkende Hände",
|
||||
"app.statusNotifier.lowerHands": "Hände senken",
|
||||
"app.statusNotifier.raisedHandsTitle": "Gehobene Hände",
|
||||
"app.statusNotifier.raisedHandDesc": "{0} haben ihre Hand gehoben",
|
||||
"app.statusNotifier.and": "und",
|
||||
@ -373,6 +370,8 @@
|
||||
"app.actionsBar.actionsDropdown.captionsDesc": "Untertitelfenster umschalten",
|
||||
"app.actionsBar.actionsDropdown.takePresenter": "Zum Präsentator werden",
|
||||
"app.actionsBar.actionsDropdown.takePresenterDesc": "Sich selbst zum neuen Präsentator machen",
|
||||
"app.actionsBar.actionsDropdown.selectRandUserLabel": "Zufälligen Teilnehmer auswählen",
|
||||
"app.actionsBar.actionsDropdown.selectRandUserDesc": "Wählt einen Teilnehmer nach dem Zufallsprinzip aus",
|
||||
"app.actionsBar.emojiMenu.statusTriggerLabel": "Status setzen",
|
||||
"app.actionsBar.emojiMenu.awayLabel": "Abwesend",
|
||||
"app.actionsBar.emojiMenu.awayDesc": "Ihren Status auf abwesend setzen",
|
||||
@ -490,6 +489,11 @@
|
||||
"app.modal.confirm": "Fertig",
|
||||
"app.modal.newTab": "(Öffnet neuen Tab)",
|
||||
"app.modal.confirm.description": "Änderungen speichern und Dialog schließen",
|
||||
"app.modal.randomUser.noViewers.description": "Keine Teilnehmer zur zufälligen Auswahl verfügbar",
|
||||
"app.modal.randomUser.selected.description": "Sie wurden zufällig ausgewählt",
|
||||
"app.modal.randomUser.title": "Zufällig ausgewählter Teilnehmer",
|
||||
"app.modal.randomUser.reselect.label": "Erneut auswählen",
|
||||
"app.modal.randomUser.ariaLabel.title": "Dialog für zufällig ausgewählten Teilnehmer",
|
||||
"app.dropdown.close": "Schließen",
|
||||
"app.dropdown.list.item.activeLabel": "Aktiv",
|
||||
"app.error.400": "Ungültige Anfrage",
|
||||
@ -544,6 +548,7 @@
|
||||
"app.shortcut-help.hidePrivateChat": "Privaten Chat verstecken",
|
||||
"app.shortcut-help.closePrivateChat": "Privaten Chat schließen",
|
||||
"app.shortcut-help.openActions": "Aktionsmenü öffnen",
|
||||
"app.shortcut-help.openDebugWindow": "Debug-Fenster öffnen",
|
||||
"app.shortcut-help.openStatus": "Statusmenü öffnen",
|
||||
"app.shortcut-help.togglePan": "Aktiviere Verschiebewerkzeug (Präsentator)",
|
||||
"app.shortcut-help.nextSlideDesc": "Nächste Folie (Präsentator)",
|
||||
@ -671,6 +676,8 @@
|
||||
"app.feedback.textarea": "Wie können wir BigBlueButton verbessern?",
|
||||
"app.feedback.sendFeedback": "Feedback senden",
|
||||
"app.feedback.sendFeedbackDesc": "Feedback abschicken und Konferenz verlassen",
|
||||
"app.videoDock.webcamMirrorLabel": "Spiegeln",
|
||||
"app.videoDock.webcamMirrorDesc": "Ausgewählte Webcam spiegeln",
|
||||
"app.videoDock.webcamFocusLabel": "Vergrößern",
|
||||
"app.videoDock.webcamFocusDesc": "Ausgewählte Webcam vergrößern",
|
||||
"app.videoDock.webcamUnfocusLabel": "Normalgröße",
|
||||
|
@ -66,7 +66,7 @@
|
||||
"app.userList.locked": "Κλειδωμένο",
|
||||
"app.userList.byModerator": "από (Συντονιστή)",
|
||||
"app.userList.label": "Λίστα χρήστη",
|
||||
"app.userList.toggleCompactView.label": "Εναλλαγή λειτουργίας συμπαγής προβολής",
|
||||
"app.userList.toggleCompactView.label": "Εναλλαγή λειτουργίας συμπαγούς προβολής",
|
||||
"app.userList.guest": "Επισκέπτης",
|
||||
"app.userList.menuTitleContext": "Διαθέσιμες επιλογές",
|
||||
"app.userList.chatListItem.unreadSingular": "{0} Νέο μήνυμα",
|
||||
@ -75,7 +75,7 @@
|
||||
"app.userList.menu.clearStatus.label": "Επαναφορά κατάστασης",
|
||||
"app.userList.menu.removeUser.label": "Αφαίρεση χρήστη",
|
||||
"app.userList.menu.removeConfirmation.label": "Αφαίρεση χρήστη ({0})",
|
||||
"app.userlist.menu.removeConfirmation.desc": "Αποτρέψτε την επανασύνδεση αυτού του χρήστη στη συνεδρία.",
|
||||
"app.userlist.menu.removeConfirmation.desc": "Αποτροπή επανασύνδεσης αυτού του χρήστη στη συνεδρία.",
|
||||
"app.userList.menu.muteUserAudio.label": "Σίγαση χρήστη",
|
||||
"app.userList.menu.unmuteUserAudio.label": "Επαναφορά ήχου χρήστη",
|
||||
"app.userList.userAriaLabel": "{0} {1} {2} Κατάσταση {3}",
|
||||
@ -84,7 +84,7 @@
|
||||
"app.userList.menu.unlockUser.label": "Ξεκλείδωμα {0}",
|
||||
"app.userList.menu.lockUser.label": "Κλείδωμα {0}",
|
||||
"app.userList.menu.directoryLookup.label": "Κατάλογος αναζήτησης",
|
||||
"app.userList.menu.makePresenter.label": "Κάνε τον/την Παρουσιαστή",
|
||||
"app.userList.menu.makePresenter.label": "Ορισμός ως παρουσιαστή",
|
||||
"app.userList.userOptions.manageUsersLabel": "Διαχείριση χρηστών",
|
||||
"app.userList.userOptions.muteAllLabel": "Σίγαση όλων των χρηστών",
|
||||
"app.userList.userOptions.muteAllDesc": "Σίγαση όλων των χρηστών στη σύσκεψη",
|
||||
@ -112,7 +112,7 @@
|
||||
"app.userList.userOptions.enablePubChat": "Η δημόσια συνομιλία είναι ενεργοποιημένη",
|
||||
"app.userList.userOptions.enableNote": "Οι κοινόχρηστες σημειώσεις είναι ενεργοποιημένες",
|
||||
"app.userList.userOptions.showUserList": "Η λίστα χρήστη είναι ορατή στους θεατές.",
|
||||
"app.userList.userOptions.enableOnlyModeratorWebcam": "Μπορείτε να ενεργοποιήσετε την κάμερά σας τώρα, όλοι θα σας δουν",
|
||||
"app.userList.userOptions.enableOnlyModeratorWebcam": "Μπορείτε να ενεργοποιήσετε την κάμερά σας τώρα, θα σας δουν όλοι",
|
||||
"app.userList.userOptions.savedNames.title": "Λίστα χρηστών της σύσκεψης {0} στις {1}.",
|
||||
"app.userList.userOptions.sortedFirstName.heading": "Ταξινόμηση ανά όνομα:",
|
||||
"app.userList.userOptions.sortedLastName.heading": "Ταξινόμηση ανά επίθετο:",
|
||||
@ -147,7 +147,7 @@
|
||||
"app.presentation.presentationToolbar.noPrevSlideDesc": "Αρχή παρουσίασης",
|
||||
"app.presentation.presentationToolbar.selectLabel": "Επιλογή διαφάνειας",
|
||||
"app.presentation.presentationToolbar.prevSlideLabel": "Προηγούμενη διαφάνεια",
|
||||
"app.presentation.presentationToolbar.prevSlideDesc": "Αλλαγή της παρουσίασης στην προηγούμενη διαφάνεια.",
|
||||
"app.presentation.presentationToolbar.prevSlideDesc": "Αλλαγή της παρουσίασης στη προηγούμενη διαφάνεια.",
|
||||
"app.presentation.presentationToolbar.nextSlideLabel": "Επόμενη διαφάνεια",
|
||||
"app.presentation.presentationToolbar.nextSlideDesc": "Αλλαγή της παρουσίασης στην επόμενη διαφάνεια.",
|
||||
"app.presentation.presentationToolbar.skipSlideLabel": "Παράλειψη διαφάνειας",
|
||||
@ -184,6 +184,7 @@
|
||||
"app.presentationUploder.upload.progress": "Μεταφόρτωση ({0}%)",
|
||||
"app.presentationUploder.upload.413": "Πολύ μεγάλο αρχείο. Προσπαθήστε να χωρίσετε αρχείο σε μικρότερα ξεχωριστά αρχεία.",
|
||||
"app.presentationUploder.genericError": "Παρουσιάστηκε σφάλμα ...",
|
||||
"app.presentationUploder.upload.408": "Request upload token timeout.",
|
||||
"app.presentationUploder.upload.404": "404: Το αναγνωριστικό της μεταφόρτωσης δεν είναι σωστό",
|
||||
"app.presentationUploder.upload.401": "Το διακριτικό μεταφόρτωσης της παρουσίασης απέτυχε.",
|
||||
"app.presentationUploder.conversion.conversionProcessingSlides": "Επεξεργασία σελίδας {0} από {1}",
|
||||
@ -207,6 +208,8 @@
|
||||
"app.presentationUploder.uploading": "Μεταφόρτωση {0} {1}",
|
||||
"app.presentationUploder.uploadStatus": "Ολοκληρώθηκαν {0} από {1} μεταφορτώσεις",
|
||||
"app.presentationUploder.completed": "Ολοκληρώθηκαν {0} μεταφορτώσεις",
|
||||
"app.presentationUploder.item" : "αντικείμενο",
|
||||
"app.presentationUploder.itemPlural" : "αντικείμενα",
|
||||
"app.presentationUploder.clearErrors": "Εκκαθάριση σφαλμάτων",
|
||||
"app.presentationUploder.clearErrorsDesc": "Εκκαθάριση αποτυχημένων μεταφορτώσεων παρουσίασης",
|
||||
"app.poll.pollPaneTitle": "Δημοσκόπηση",
|
||||
@ -248,6 +251,7 @@
|
||||
"app.poll.liveResult.responsesTitle": "Απάντηση",
|
||||
"app.polling.pollingTitle": "Επιλογές δημοσκόπησης",
|
||||
"app.polling.pollAnswerLabel": "Απάντηση δημοσκόπησης {0}",
|
||||
"app.polling.pollAnswerDesc": "Επιλέξτε αυτό για να ψηφίσετε {0}",
|
||||
"app.failedMessage": "Μας συγχωρείτε, παρουσιάστηκε πρόβλημα σύνδεσης με τον διακομιστή.",
|
||||
"app.downloadPresentationButton.label": "Λήψη της πρωτότυπης παρουσίασης",
|
||||
"app.connectingMessage": "Σύνδεση ...",
|
||||
@ -260,7 +264,7 @@
|
||||
"app.navBar.settingsDropdown.aboutLabel": "Περί",
|
||||
"app.navBar.settingsDropdown.leaveSessionLabel": "Αποσύνδεση",
|
||||
"app.navBar.settingsDropdown.exitFullscreenLabel": "Έξοδος από πλήρη οθόνη",
|
||||
"app.navBar.settingsDropdown.fullscreenDesc": "Εμφάνιση σε πλήρη οθόνη του μενού ρυθμίσεων",
|
||||
"app.navBar.settingsDropdown.fullscreenDesc": "Εμφάνιση του μενού ρυθμίσεων σε πλήρη οθόνη",
|
||||
"app.navBar.settingsDropdown.settingsDesc": "Αλλαγή των γενικών ρυθμίσεων",
|
||||
"app.navBar.settingsDropdown.aboutDesc": "Εμφάνιση πληροφοριών λογισμικού πελάτη.",
|
||||
"app.navBar.settingsDropdown.leaveSessionDesc": "Αποχώρηση από τη σύσκεψη",
|
||||
@ -268,6 +272,7 @@
|
||||
"app.navBar.settingsDropdown.hotkeysLabel": "Συντομεύσεις πληκτρολογίου",
|
||||
"app.navBar.settingsDropdown.hotkeysDesc": "Λίστα διαθέσιμων συντομεύσεων πληκτρολογίου",
|
||||
"app.navBar.settingsDropdown.helpLabel": "Βοήθεια",
|
||||
"app.navBar.settingsDropdown.helpDesc": "Συνδέει τον χρήστη με τα ενημερωτικά βίντεο (ανοίγει νέα καρτέλα)",
|
||||
"app.navBar.settingsDropdown.endMeetingDesc": "Τερματίζει τη τρέχουσα σύσκεψη",
|
||||
"app.navBar.settingsDropdown.endMeetingLabel": "Τερματισμός σύσκεψης",
|
||||
"app.navBar.userListToggleBtnLabel": "Εναλλαγή λίστας χρήστη",
|
||||
@ -279,11 +284,10 @@
|
||||
"app.navBar.emptyAudioBrdige": "Κανένα ενεργό μικρόφωνο. Διαμοιράστε το μικρόφωνο σας, για να προσθέσετε ήχο στη καταγραφή.",
|
||||
"app.leaveConfirmation.confirmLabel": "Αποχώρηση",
|
||||
"app.leaveConfirmation.confirmDesc": "Σας αποσυνδέει από τη σύσκεψη",
|
||||
"app.endMeeting.title": "Τερματισμός σύσκεψης",
|
||||
"app.endMeeting.description": "Είστε βέβαιοι ότι θέλετε να τερματίσετε τη σύσκεψη για όλους (όλοι οι χρήστες θα αποσυνδεθούν);",
|
||||
"app.endMeeting.yesLabel": "Ναι",
|
||||
"app.endMeeting.noLabel": "Όχι",
|
||||
"app.about.title": "Περί",
|
||||
"app.about.version": "Client build:",
|
||||
"app.about.copyright": "Πνευματική ιδιοκτησία:",
|
||||
"app.about.confirmLabel": "OK",
|
||||
"app.about.confirmDesc": "OK",
|
||||
@ -312,6 +316,7 @@
|
||||
"app.submenu.notification.audioAlertLabel": "Ηχητικές ειδοποιήσεις.",
|
||||
"app.submenu.notification.pushAlertLabel": "Αναδυόμενες ειδοποιήσεις.",
|
||||
"app.submenu.notification.messagesLabel": "Μήνυμα συνομιλίας",
|
||||
"app.submenu.notification.userJoinLabel": "Είσοδος χρήστη",
|
||||
"app.submenu.audio.micSourceLabel": "Πηγή μικροφώνου",
|
||||
"app.submenu.audio.speakerSourceLabel": "Πηγή ηχείων",
|
||||
"app.submenu.audio.streamVolumeLabel": "Η ένταση του ήχου σας",
|
||||
@ -320,7 +325,7 @@
|
||||
"app.submenu.video.videoOptionLabel": "Επιλέξτε πηγή προβολής",
|
||||
"app.submenu.video.videoQualityLabel": "Ποιότητα Βίντεο",
|
||||
"app.submenu.video.qualityOptionLabel": "Επιλογή ποιότητας βίντεο",
|
||||
"app.submenu.video.participantsCamLabel": "Προβολή webcams συμμετεχόντων",
|
||||
"app.submenu.video.participantsCamLabel": "Προβολή καμερών συμμετεχόντων",
|
||||
"app.settings.applicationTab.label": "Εφαρμογή",
|
||||
"app.settings.audioTab.label": "Ήχος",
|
||||
"app.settings.videoTab.label": "Βίντεο",
|
||||
@ -333,7 +338,7 @@
|
||||
"app.settings.dataSavingTab.label": "Εξοικονόμηση δεδομένων",
|
||||
"app.settings.dataSavingTab.webcam": "Ενεργοποίηση καμερών",
|
||||
"app.settings.dataSavingTab.screenShare": "Ενεργοποίηση διαμοιρασμού οθόνης",
|
||||
"app.settings.dataSavingTab.description": "Για καλύτερη διαχείριση της ταχύτητάς σας επιλέξτε τι θα εμφανίζεται.",
|
||||
"app.settings.dataSavingTab.description": "Για καλύτερη διαχείριση της ταχύτητάς σας, επιλέξτε τι θα εμφανίζεται.",
|
||||
"app.settings.save-notification.label": "Οι ρυθμίσεις έχουν αποθηκευτεί",
|
||||
"app.statusNotifier.lowerHands": "Να κατέβουν τα χέρια",
|
||||
"app.statusNotifier.raisedHandsTitle": "Σηκωμένα χέρια",
|
||||
@ -359,6 +364,8 @@
|
||||
"app.actionsBar.actionsDropdown.saveUserNames": "Αποθήκευση ονομάτων χρηστών",
|
||||
"app.actionsBar.actionsDropdown.createBreakoutRoom": "Δημιουργία υπο-δωματίων (breakout)",
|
||||
"app.actionsBar.actionsDropdown.createBreakoutRoomDesc": "δημιουργεί υπο-δωμάτια (breakouts) για διαχωρισμό της τρέχουσας σύσκεψης.",
|
||||
"app.actionsBar.actionsDropdown.captionsLabel": "Εγγραφή υποτίτλων",
|
||||
"app.actionsBar.actionsDropdown.captionsDesc": "Εναλλαγή τμήματος υποτίτλων",
|
||||
"app.actionsBar.actionsDropdown.takePresenter": "Γίνετε παρουσιαστής",
|
||||
"app.actionsBar.actionsDropdown.takePresenterDesc": "Γίνετε ο νέος παρουσιαστής",
|
||||
"app.actionsBar.emojiMenu.statusTriggerLabel": "Ορισμός κατάστασης",
|
||||
@ -379,13 +386,18 @@
|
||||
"app.actionsBar.emojiMenu.applauseLabel": "Χειροκρότημα",
|
||||
"app.actionsBar.emojiMenu.applauseDesc": "Αλλάξτε την κατάστασή σας σε χειροκρότημα",
|
||||
"app.actionsBar.emojiMenu.thumbsUpLabel": "Μπράβο",
|
||||
"app.actionsBar.emojiMenu.thumbsUpDesc": "Αλλαγή της κατάστασης σε thumbs up",
|
||||
"app.actionsBar.emojiMenu.thumbsDownLabel": "Αποδοκιμασία",
|
||||
"app.actionsBar.emojiMenu.thumbsDownDesc": "Αλλαγή της κατάστασής σου σε thumbs down",
|
||||
"app.actionsBar.currentStatusDesc": "τρέχουσα κατάσταση {0}",
|
||||
"app.actionsBar.captions.start": "Έναρξη προβολής υποτίτλων",
|
||||
"app.actionsBar.captions.stop": "Κλείσικο προβολής υποτίτλων",
|
||||
"app.audioNotification.audioFailedError1001": "Αποσύνδεση WebSocket (σφάλμα 1001)",
|
||||
"app.audioNotification.audioFailedError1002": "Δεν είναι δυνατή σύνδεση WebSocket (σφάλμα 1002)",
|
||||
"app.audioNotification.audioFailedError1003": "Η έκδοση του περιηγητή δεν υποστηρίζεται (σφάλμα 1003)",
|
||||
"app.audioNotification.audioFailedError1004": "Αποτυχία σε κλήση (αιτία={0}) (σφάλμα 1004)",
|
||||
"app.audioNotification.audioFailedError1005": "Η κλήση τερματίστηκε απροσδόκητα (σφάλμα 1005)",
|
||||
"app.audioNotification.audioFailedError1006": "Timeout κλήσης (σφάλμα 1006)",
|
||||
"app.audioNotification.audioFailedError1007": "Αποτυχία σύνδεσης (ICE σφάλμα 1007)",
|
||||
"app.audioNotification.audioFailedError1008": "Αποτυχία μεταφοράς (σφάλμα 1008)",
|
||||
"app.audioNotification.audioFailedError1009": "Δεν μπορεί να γίνει ενημέρωση πληροφοριών του διακομιστή STUN/TURN (σφάλμα 1009).",
|
||||
@ -393,6 +405,7 @@
|
||||
"app.audioNotification.audioFailedError1011": "Σφάλμα σύνδεσης (ICE σφάλμα 1011).",
|
||||
"app.audioNotification.audioFailedError1012": "Η σύνδεση τερματίστηκε (ICE σφάλμα 1012)",
|
||||
"app.audioNotification.audioFailedMessage": "Η σύνδεση του ήχου απέτυχε",
|
||||
"app.audioNotification.mediaFailedMessage": "Αποτυχία getUserMicMedia γιατί επιτρέπονται μόνο ασφαλείς πηγές",
|
||||
"app.audioNotification.closeLabel": "Κλείσιμο",
|
||||
"app.audioNotificaion.reconnectingAsListenOnly": "Το μικρόφωνο είναι ανενεργό για τους θεατές, έχετε συνδεθεί μόνο για ακρόαση.",
|
||||
"app.breakoutJoinConfirmation.title": "Συμμετοχή σε υπο-δωμάτιο (breakout)",
|
||||
@ -420,9 +433,9 @@
|
||||
"app.audioModal.echoTestTitle": "Αυτό είναι ένα τεστ ηχούς. Πείτε δυο λόγια. Ακούτε τη φωνή σας;",
|
||||
"app.audioModal.settingsTitle": "Αλλαγή ρυθμίσεων ήχου",
|
||||
"app.audioModal.helpTitle": "Υπήρξε ένα θέμα με τις συσκευές πολυμέσων σας",
|
||||
"app.audioModal.helpText": "Έχετε παραχωρήσει δικαιώματα πρόσβασης για το μικρόφωνό σας; Ένα παράθυρο διαλόγου εμφανίζεται, όταν προσπαθείτε να συμμετέχετε με ήχο, ζητώντας την άδειά σας για πρόσβαση χρήσης του μικροφώνου σας. Αποδεχτείτε για ενεργοποίηση συμμετοχής με ήχο. Εάν έχετε άλλο πρόβλημα, ελέγξτε τις ρυθμίσεις του περιηγητή σας.",
|
||||
"app.audioModal.help.noSSL": "Η σελίδα δεν είναι ασφαλής. Για να επιτραπεί η πρόσβαση στο μικρόφωνο, θα πρέπει να συνδέεστε μέσω HTTPS. Παρακαλούμε επικοινωνήστε με τον διαχειριστή του διακομιστή.",
|
||||
"app.audioModal.help.macNotAllowed": "Πιθανός οι ρυθμίσεις συστήματος του MAC εμποδίζουν την πρόσβαση στο μικρόφωνό σας. Ανοίξτε το Ρυθμίσεις συστήματος > Απόρρητο & Ασφάλεια > Απόρρητο > Μικρόφωνο και επιβεβαιώστε ότι επιτρέπεται η χρήση από τον περιηγητή σας.",
|
||||
"app.audioModal.helpText": "Έχετε παραχωρήσει δικαιώματα πρόσβασης στο μικρόφωνό σας; Όταν προσπαθείτε να συμμετέχετε με ήχο, θα σας εμφανιστεί ένα παράθυρο διαλόγου, ζητώντας την άδειά σας για χρήση του μικροφώνου σας. Αποδεχτείτε το για να συμμετέχετε με φωνή στη συνεδρίαση. Αν δεν έγινε αυτό, δοκιμάστε να αλλάξετε τα δικαιώματα του μικροφώνου στις ρυθμίσεις του περιηγητή σας.",
|
||||
"app.audioModal.help.noSSL": "Η σελίδα δεν είναι ασφαλής. Για να επιτραπεί η πρόσβαση στο μικρόφωνο, η σελίδα θα πρέπει να χρησιμοποιεί μέσω HTTPS. Παρακαλούμε επικοινωνήστε με τον διαχειριστή του διακομιστή.",
|
||||
"app.audioModal.help.macNotAllowed": "Οι ρυθμίσεις συστήματος του Mac ίσως να εμποδίζουν την πρόσβαση στο μικρόφωνό σας. Ανοίξτε το Ρυθμίσεις συστήματος > Απόρρητο & Ασφάλεια > Απόρρητο > Μικρόφωνο και επιβεβαιώστε ότι επιτρέπεται η χρήση από τον περιηγητή σας.",
|
||||
"app.audioModal.audioDialTitle": "Συμμετοχή μέσω τηλεφώνου",
|
||||
"app.audioDial.audioDialDescription": "Κλήση",
|
||||
"app.audioDial.audioDialConfrenceText": "και πληκτρολογήστε τον κωδικό ΡΙΝ της σύσκεψης.",
|
||||
@ -439,15 +452,16 @@
|
||||
"app.audioManager.reconnectingAudio": "Προσπάθεια επανασύνδεσης ήχου",
|
||||
"app.audioManager.genericError": "Σφάλμα: Παρουσιάστηκε σφάλμα, παρακαλούμε δοκιμάστε ξανά.",
|
||||
"app.audioManager.connectionError": "Σφάλμα: Αδυναμία σύνδεσης",
|
||||
"app.audioManager.requestTimeout": "Σφάλμα: Παρουσιάστηκε πρόβλημα κατά το αίτημα.",
|
||||
"app.audioManager.requestTimeout": "Σφάλμα: Παρουσιάστηκε timeout κατά το αίτημα.",
|
||||
"app.audioManager.invalidTarget": "Σφάλμα: Προσπάθησε να γίνει αίτημα προς άκυρο στόχο",
|
||||
"app.audioManager.mediaError": "Σφάλμα: υπήρξε πρόβλημα κατά την πρόσβαση στις συσκευές πολυμέσων σας.",
|
||||
"app.audio.joinAudio": "Συμμετοχή με ήχο",
|
||||
"app.audio.leaveAudio": "Χωρίς ήχο",
|
||||
"app.audio.enterSessionLabel": "Είσοδος σε συνεδρία",
|
||||
"app.audio.enterSessionLabel": "Είσοδος στη συνεδρία",
|
||||
"app.audio.playSoundLabel": "Αναπαραγωγή ήχου",
|
||||
"app.audio.backLabel": "Πίσω",
|
||||
"app.audio.audioSettings.titleLabel": "Επιλέξτε τις ρυθμίσεις του ήχου σας",
|
||||
"app.audio.audioSettings.descriptionLabel": "Παρακαλούμε σημειώστε, ένα παράθυρο διαλόγου θα εμφανιστεί στον περιηγητή σας, αιτώντας πρόσβαση χρήσης του μικροφώνου σας.",
|
||||
"app.audio.audioSettings.descriptionLabel": "Παρακαλούμε έχετε υπ' όψιν, θα εμφανιστεί ένα παράθυρο διαλόγου στον περιηγητή σας, που θα ζητά πρόσβαση χρήσης του μικροφώνου σας.",
|
||||
"app.audio.audioSettings.microphoneSourceLabel": "Πηγή μικροφώνου",
|
||||
"app.audio.audioSettings.speakerSourceLabel": "Πηγή ηχείων",
|
||||
"app.audio.audioSettings.microphoneStreamLabel": "Η ένταση της ροής ήχου σας",
|
||||
@ -455,18 +469,21 @@
|
||||
"app.audio.listenOnly.backLabel": "Επιστροφή",
|
||||
"app.audio.listenOnly.closeLabel": "Κλείσιμο",
|
||||
"app.audio.permissionsOverlay.title": "Να επιτρέπεται η πρόσβαση στο μικρόφωνό σας",
|
||||
"app.audio.permissionsOverlay.hint": "Χρειάζεται να μας επιτρέψετε την πρόσβαση στα πολυμέσα σας, για τη συμμετοχή σας σε συνεδρία με ήχο.",
|
||||
"app.audio.permissionsOverlay.hint": "Θα χρειαστεί να μας επιτρέψετε την πρόσβαση στα πολυμέσα σας, για τη συμμετοχή σας σε συνεδρία με ήχο :)",
|
||||
"app.error.removed": "Έχετε αφαιρεθεί από τη σύσκεψη.",
|
||||
"app.error.meeting.ended": "Έχετε αποσυνδεθεί από τη σύσκεψη.",
|
||||
"app.meeting.logout.duplicateUserEjectReason": "Χρήστης με ίδιο όνομα προσπαθεί να συνδεθεί στη σύσκεψη.",
|
||||
"app.meeting.logout.permissionEjectReason": "Απορρίφθηκε λόγω παραβίασης δικαιωμάτων πρόσβασης.",
|
||||
"app.meeting.logout.permissionEjectReason": "Αποβολή λόγω παραβίασης δικαιωμάτων πρόσβασης.",
|
||||
"app.meeting.logout.ejectedFromMeeting": "Έχετε αφαιρεθεί από τη σύσκεψη",
|
||||
"app.meeting.logout.validateTokenFailedEjectReason": "Ο έλεγχος αυθεντικοποίησης του αναγνωριστικού απέτυχε.",
|
||||
"app.meeting.logout.userInactivityEjectReason": "Ο χρήστης είναι ανενεργός για πολύ μεγάλο διάστημα",
|
||||
"app.meeting-ended.rating.legendLabel": "Αξιολόγηση σχολίων",
|
||||
"app.meeting-ended.rating.starLabel": "Αστέρι",
|
||||
"app.modal.close": "Κλείσιμο",
|
||||
"app.modal.confirm": "Ολοκληρώθηκε",
|
||||
"app.modal.newTab": "(ανοίγει νέα καρτέλα)",
|
||||
"app.dropdown.close": "Κλείσιμο",
|
||||
"app.dropdown.list.item.activeLabel": "Ενεργό",
|
||||
"app.error.400": "Λάθος αίτημα",
|
||||
"app.error.401": "Μη εξουσιοδοτημένο",
|
||||
"app.error.403": "Έχετε απομακρυνθεί από τη σύσκεψη",
|
||||
@ -475,6 +492,7 @@
|
||||
"app.error.500": "Ωχ, κάτι πήγε στραβά",
|
||||
"app.error.leaveLabel": "Συνδεθείτε ξανά",
|
||||
"app.error.fallback.presentation.title": "Παρουσιάστηκε σφάλμα",
|
||||
"app.error.fallback.presentation.description": "Καταγράφτηκε. Δοκιμάστε να ανανεώσετε τη σελίδα.",
|
||||
"app.error.fallback.presentation.reloadButton": "Επαναφόρτωση",
|
||||
"app.guest.waiting": "Αναμονή για έγκριση συμμετοχής",
|
||||
"app.userList.guest.waitingUsers": "Αναμονή χρηστών",
|
||||
@ -490,10 +508,12 @@
|
||||
"app.userList.guest.rememberChoice": "Απομνημόνευση επιλογής",
|
||||
"app.userList.guest.acceptLabel": "Αποδοχή",
|
||||
"app.userList.guest.denyLabel": "Απόρριψη",
|
||||
"app.user-info.title": "Αναζήτηση στον κατάλογο",
|
||||
"app.toast.breakoutRoomEnded": "Το υπο-δωμάτιο (breakout) ολοκληρώθηκε. Παρακαλούμε συνδεθείτε ξανά για ήχο.",
|
||||
"app.toast.chat.public": "Νέο μήνυμα δημόσιας συνομιλίας",
|
||||
"app.toast.chat.private": "Νέο μήνυμα ιδιωτικής συνομιλίας",
|
||||
"app.toast.chat.system": "Σύστημα",
|
||||
"app.toast.clearedEmoji.label": "Εκκαθάριση κατάστασης emoji",
|
||||
"app.toast.setEmoji.label": "Η κατάσταση του Emoji ορίστηκε σε {0}",
|
||||
"app.toast.meetingMuteOn.label": "Όλοι οι χρήστες είναι σε σίγαση",
|
||||
"app.toast.meetingMuteOff.label": "Η σίγαση της σύσκεψης απενεργοποιήθηκε.",
|
||||
@ -504,13 +524,15 @@
|
||||
"app.notification.userJoinPushAlert": "{0} συμμετέχει στη σύνοδο",
|
||||
"app.submenu.notification.raiseHandLabel": "Σηκώστε το χέρι σας",
|
||||
"app.shortcut-help.title": "Συντομεύσεις πληκτρολογίου",
|
||||
"app.shortcut-help.accessKeyNotAvailable": "Τα κλειδιά πρόσβασης δεν είναι διαθέσιμα",
|
||||
"app.shortcut-help.comboLabel": "Συνδυασμός",
|
||||
"app.shortcut-help.functionLabel": "Λειτουργία",
|
||||
"app.shortcut-help.closeLabel": "Κλείσιμο",
|
||||
"app.shortcut-help.closeDesc": "Κλείνει το παράθυρο με συντομεύσεις πληκτρολογίου",
|
||||
"app.shortcut-help.openOptions": "Άνοιγμα Επιλογών",
|
||||
"app.shortcut-help.toggleUserList": "Εναλλαγή Λίστας χρηστών",
|
||||
"app.shortcut-help.toggleMute": "Σίγαση/Αποσίγαση",
|
||||
"app.shortcut-help.togglePublicChat": "Εναλλαγή Δημόσιας συνομιλίας (Πρέπει να είναι ανοικτή η Λίστα χρηστών)",
|
||||
"app.shortcut-help.togglePublicChat": "Εναλλαγή Δημόσιας συνομιλίας (πρέπει να είναι ανοικτή η Λίστα χρηστών)",
|
||||
"app.shortcut-help.hidePrivateChat": "Απόκρυψη ιδιωτικής συνομιλίας",
|
||||
"app.shortcut-help.closePrivateChat": "Κλείσιμο ιδιωτικής συνομιλίας",
|
||||
"app.shortcut-help.openActions": "Άνοιγμα μενού ενεργειών",
|
||||
@ -521,7 +543,7 @@
|
||||
"app.lock-viewers.description": "Με τις παρακάτω επιλογές μπορείτε να ελέγξετε τη πρόσβαση σε συγκεκριμένες λειτουργίες από τους θεατές.",
|
||||
"app.lock-viewers.featuresLable": "Λειτουργία",
|
||||
"app.lock-viewers.lockStatusLabel": "Κατάσταση",
|
||||
"app.lock-viewers.webcamLabel": "Διαμοιρασμός web κάμερα",
|
||||
"app.lock-viewers.webcamLabel": "Διαμοιρασμός κάμερας",
|
||||
"app.lock-viewers.otherViewersWebcamLabel": "Θέαση καμερών άλλων θεατών",
|
||||
"app.lock-viewers.microphoneLable": "Διαμοιρασμός μικροφώνου",
|
||||
"app.lock-viewers.PublicChatLabel": "Αποστολή μηνυμάτων δημόσιας συνομιλίας",
|
||||
@ -541,16 +563,21 @@
|
||||
"app.recording.stopTitle": "Παύση καταγραφής",
|
||||
"app.recording.resumeTitle": "Επαναφορά καταγραφής",
|
||||
"app.recording.startDescription": "Επιλέξτε ξανά το κουμπί εγγραφής για παύση της καταγραφής.",
|
||||
"app.recording.stopDescription": "Θέλετε να βάλετε την εγγραφή σε παύση; Μπορείτε να επανέλθετε πατώντας ξανά το κουμπί εγγραφής.",
|
||||
"app.videoPreview.cameraLabel": "Κάμερα",
|
||||
"app.videoPreview.profileLabel": "Ποιότητα",
|
||||
"app.videoPreview.quality.low": "Χαμηλό",
|
||||
"app.videoPreview.quality.medium": "Μεσαίο",
|
||||
"app.videoPreview.quality.high": "Υψηλό",
|
||||
"app.videoPreview.quality.hd": "Υψηλή ανάλυση",
|
||||
"app.videoPreview.cancelLabel": "Ακύρωση",
|
||||
"app.videoPreview.closeLabel": "Κλείσιμο",
|
||||
"app.videoPreview.findingWebcamsLabel": "Εύρεση web κάμερας",
|
||||
"app.videoPreview.findingWebcamsLabel": "Εύρεση καμερών",
|
||||
"app.videoPreview.startSharingLabel": "Έναρξη διαμοιρασμού",
|
||||
"app.videoPreview.stopSharingLabel": "Διακοπή κοινής χρήσης",
|
||||
"app.videoPreview.stopSharingAllLabel": "Διακοπή όλων",
|
||||
"app.videoPreview.sharedCameraLabel": "Αυτή η κάμερα είναι ήδη σε κοινή χρήση.",
|
||||
"app.videoPreview.webcamOptionLabel": "Επιλογή web κάμερας",
|
||||
"app.videoPreview.sharedCameraLabel": "Αυτή η κάμερα χρησιμοποιείται ήδη.",
|
||||
"app.videoPreview.webcamOptionLabel": "Επιλογή κάμερας",
|
||||
"app.videoPreview.webcamPreviewLabel": "Προεπισκόπηση κάμερας",
|
||||
"app.videoPreview.webcamSettingsTitle": "Ρυθμίσεις κάμερας",
|
||||
"app.videoPreview.webcamNotFoundLabel": "Δεν βρέθηκε κάμερα",
|
||||
@ -559,12 +586,16 @@
|
||||
"app.video.connecting": "Έναρξη διαμοιρασμού κάμερας ...",
|
||||
"app.video.dataSaving": "Ο διαμοιρασμός της κάμερας είναι απενεργοποιημένος εξαιτίας της ρύθμισης εξοικονόμησης δεδομένων.",
|
||||
"app.video.leaveVideo": "Κατάργηση διαμοιρασμού κάμερας",
|
||||
"app.video.iceCandidateError": "Σφάλμα στη προσθήκη υποψήφιου ICE",
|
||||
"app.video.iceConnectionStateError": "Αποτυχία σύνδεσης (ICE σφάλμα 1007)",
|
||||
"app.video.permissionError": "Σφάλμα διαμοιρασμού κάμερας. Παρακαλούμε ελέγξετε τα δικαιώματα σας.",
|
||||
"app.video.sharingError": "Σφάλμα διαμοιρασμού κάμερας.",
|
||||
"app.video.notFoundError": "Δεν βρέθηκε κάμερα. Ελέγξτε τη σύνδεσή της.",
|
||||
"app.video.notAllowed": "Έλλειψη δικαιωμάτων για διαμοιρασμό web κάμερας, βεβαιωθείτε για τα δικαιώματα του φυλλομετρητή σας ",
|
||||
"app.video.notReadableError": "Δεν ήταν δυνατό το βίντεο της web κάμερας. Βεβαωθείτε ότι κάποια άλλη εφαρμογή δεν χρησιμοποιεί τώρα την web κάμερα",
|
||||
"app.video.notAllowed": "Έλλειψη δικαιωμάτων για διαμοιρασμό κάμερας, βεβαιωθείτε για τα δικαιώματα του περιηγητή σας ",
|
||||
"app.video.notSupportedError": "Το βίντεο της κάμερας μπορεί να διαμοιραστεί μόνο με ασφαλείς πηγές, επιβεβαιώστε πως το πιστοποιητικό SSL σας είναι έγκυρο",
|
||||
"app.video.notReadableError": "Δεν μπόρεσε να ληφθεί το βίντεο της κάμερας. Βεβαιωθείτε ότι δεν χρησιμοποιεί κάποια άλλη εφαρμογή τη κάμερα σας",
|
||||
"app.video.mediaFlowTimeout1020": "Το πολυμέσο δεν έφτασε στον διακομιστή (σφάλμα 1020)",
|
||||
"app.video.suggestWebcamLock": "Επιβολή ρύθμισης κλειδώματος στις κάμερες των θεατών;",
|
||||
"app.video.suggestWebcamLockReason": "(θα βελτιώσει της σταθερότητα της σύσκεψης)",
|
||||
"app.video.enable": "Ενεργοποίηση",
|
||||
"app.video.cancel": "Ακύρωση",
|
||||
@ -579,7 +610,7 @@
|
||||
"app.video.pagination.prevPage": "Προηγούμενο βίντεο",
|
||||
"app.video.pagination.nextPage": "Επόμενο βίντεο",
|
||||
"app.video.clientDisconnected": "Η κάμερα δεν μπορεί να διαμοιραστεί λόγω προβλημάτων σύνδεσης.",
|
||||
"app.fullscreenButton.label": "Μετάβαση {0} σε πλήρη οθόνη",
|
||||
"app.fullscreenButton.label": "Εναλλαγή {0} σε πλήρη οθόνη",
|
||||
"app.fullscreenUndoButton.label": "Έξοδος {0} από πλήρη οθόνη",
|
||||
"app.deskshare.iceConnectionStateError": "Σφάλμα σύνδεσης κατά τον διαμοιρασμό της οθόνης (ICE σφάλμα 1108).",
|
||||
"app.sfu.mediaServerConnectionError2000": "Αδυναμία σύνδεσης με τον διακομιστή πολυμέσων (σφάλμα 2000).",
|
||||
@ -616,24 +647,32 @@
|
||||
"app.whiteboard.toolbar.color.silver": "Ασημί",
|
||||
"app.whiteboard.toolbar.undo": "Αναίρεση επισήμανσης",
|
||||
"app.whiteboard.toolbar.clear": "Απαλοιφή όλων των επισημάνσεων",
|
||||
"app.whiteboard.toolbar.multiUserOn": "Ενεργοποίηση κοινόχρηστου ασπροπίνακα.",
|
||||
"app.whiteboard.toolbar.multiUserOff": "Απενεργοποίηση κοινόχρηστου ασπροπίνακα.",
|
||||
"app.whiteboard.toolbar.multiUserOn": "Ενεργοποίηση κοινόχρηστου πίνακα.",
|
||||
"app.whiteboard.toolbar.multiUserOff": "Απενεργοποίηση κοινόχρηστου πίνακα.",
|
||||
"app.whiteboard.toolbar.fontSize": "Λίστα μέγεθους γραμματοσειράς",
|
||||
"app.feedback.title": "Έχετε αποσυνδεθεί από τη σύσκεψη.",
|
||||
"app.feedback.subtitle": "Θα θέλαμε να μας πείτε για την εμπειρία σας με το BigBlueButton (προαιρετικά)",
|
||||
"app.feedback.textarea": "Πώς μπορούμε να κάνουμε καλύτερο το BigBlueButton;",
|
||||
"app.feedback.sendFeedback": "Αποστολή ανατροφοδότησης",
|
||||
"app.feedback.sendFeedbackDesc": "Send a feedback and leave the meeting",
|
||||
"app.feedback.sendFeedback": "Αποστολή σχολίων",
|
||||
"app.feedback.sendFeedbackDesc": "Στείλτε σχόλια και αποχωρήστε από τη σύσκεψη",
|
||||
"app.videoDock.webcamMirrorLabel": "Καθρεπτισμός",
|
||||
"app.videoDock.webcamMirrorDesc": "Καθρεπτισμός της επιλεγμένης κάμερας",
|
||||
"app.videoDock.webcamFocusLabel": "Εστίαση",
|
||||
"app.videoDock.webcamFocusDesc": "Εστίαση στην επιλεγμένη κάμερα.",
|
||||
"app.videoDock.webcamUnfocusLabel": "Απεστίαση",
|
||||
"app.videoDock.webcamUnfocusDesc": "Απεστίαση της επιλεγμένης κάμερας",
|
||||
"app.videoDock.autoplayBlockedDesc": "Χρειαζόμαστε την άδειά σας για να σας δείξουμε τις κάμερες των άλλων χρηστών.",
|
||||
"app.videoDock.autoplayAllowLabel": "Προβολή καμερών",
|
||||
"app.invitation.title": "Πρόσκληση σε υπό-δωμάτιο (breakout).",
|
||||
"app.invitation.confirm": "Πρόσκληση",
|
||||
"app.createBreakoutRoom.title": "Υπο-δωμάτια (breakout)",
|
||||
"app.createBreakoutRoom.ariaTitle": "Απόκρυψη υπο-δωματίων (breakout)",
|
||||
"app.createBreakoutRoom.breakoutRoomLabel": "Υπο-δωμάτια {0} (breakout)",
|
||||
"app.createBreakoutRoom.generatingURL": "Δημιουργείται URL",
|
||||
"app.createBreakoutRoom.generatedURL": "Δημιουργήθηκε",
|
||||
"app.createBreakoutRoom.duration": "Διάρκεια {0}",
|
||||
"app.createBreakoutRoom.room": "Δωμάτιο {0}",
|
||||
"app.createBreakoutRoom.notAssigned": "Δεν έχει οριστεί ({0})",
|
||||
"app.createBreakoutRoom.join": "Συμμετοχή στο δωμάτιο",
|
||||
"app.createBreakoutRoom.joinAudio": "Συμμετοχή με ήχο",
|
||||
"app.createBreakoutRoom.returnAudio": "Επιστροφή ήχου",
|
||||
@ -664,10 +703,18 @@
|
||||
"app.externalVideo.autoPlayWarning": "Αναπραγωγή βίντεο για συγχρονισμό μέσων",
|
||||
"app.network.connection.effective.slow": "Παρατηρούμε θέματα συνδεσιμότητας",
|
||||
"app.network.connection.effective.slow.help": "Περισσότερες πληροφορίες",
|
||||
"app.externalVideo.noteLabel": "Σημείωση: Τα διαμοιρασμένα εξωτερικά βίντεο δεν θα εμφανιστούν στη καταγραφή. Τα YouTube, Vimeo, Instructure Media, Twitch, Dailymotion και σύνδεσμοι αρχείων πολυμέσων (π.χ. https://example.com/xy.mp4) υποστηρίζονται.",
|
||||
"app.actionsBar.actionsDropdown.shareExternalVideo": "Διαμοιρασμός εξωτερικού βίντεο",
|
||||
"app.actionsBar.actionsDropdown.stopShareExternalVideo": "Τερματισμός διαμοιρασμού εξωτερικού βίντεο",
|
||||
"app.iOSWarning.label": "Παρακαλούμε αναβαθμίστε σε iOS 12.2 ή νεότερο.",
|
||||
"app.legacy.unsupportedBrowser": "Ο περιηγητής σας δεν υποστηρίζεται. Παρακαλούμε χρησιμοποιήστε {0} ή {1} για πλήρη συμβατότητα."
|
||||
"app.legacy.unsupportedBrowser": "Ο περιηγητής σας δεν υποστηρίζεται. Παρακαλούμε χρησιμοποιήστε {0} ή {1} για πλήρη συμβατότητα.",
|
||||
"app.legacy.upgradeBrowser": "Φαίνεται πως χρησιμοποιείτε μια παλαιότερη έκδοση ενός υποστηριζόμενου περιηγητή. Παρακαλούμε αναβαθμίστε τον περιηγητή σας για πλήρη υποστήριξη.",
|
||||
"app.legacy.criosBrowser": "Στο iOS παρακαλούμε χρησιμοποιήστε τον Safari για πλήρη υποστήριξη.",
|
||||
"app.debugWindow.windowTitle": "Αποσφαλμάτωση",
|
||||
"app.debugWindow.form.userAgentLabel": "User Agent",
|
||||
"app.debugWindow.form.button.copy": "Αντιγραφή",
|
||||
"app.debugWindow.form.enableAutoarrangeLayoutLabel": "Ενεργοποίηση αυτόματης τακτοποίησης διάταξης",
|
||||
"app.debugWindow.form.enableAutoarrangeLayoutDescription": "(θα απενεργοποιηθεί αν σύρετε ή αλλάξετε το μέγεθος της περιοχής των καμερών)"
|
||||
|
||||
}
|
||||
|
||||
|
@ -278,8 +278,6 @@
|
||||
"app.navBar.emptyAudioBrdige": "Neniu ŝaltita mikrofono. Kundividu vian mikrofonon por aldoni sonon al ĉi tiu registraĵo.",
|
||||
"app.leaveConfirmation.confirmLabel": "Forlasi",
|
||||
"app.leaveConfirmation.confirmDesc": "Elsalutigas vin el la kunsido",
|
||||
"app.endMeeting.title": "Fini kunsidon",
|
||||
"app.endMeeting.description": "Ĉu vi certas, ke vi volas fini ĉi tiun seancon?",
|
||||
"app.endMeeting.yesLabel": "Jes",
|
||||
"app.endMeeting.noLabel": "Ne",
|
||||
"app.about.title": "Pri",
|
||||
|
@ -74,7 +74,7 @@
|
||||
"app.userList.menu.chat.label": "Iniciar el chat privado",
|
||||
"app.userList.menu.clearStatus.label": "Borrar estado",
|
||||
"app.userList.menu.removeUser.label": "Eliminar usuario",
|
||||
"app.userList.menu.removeConfirmation.label": "Remover usuario ({0})",
|
||||
"app.userList.menu.removeConfirmation.label": "Eliminar usuario ({0})",
|
||||
"app.userlist.menu.removeConfirmation.desc": "Evitar que este usuario reingrese a la sesión.",
|
||||
"app.userList.menu.muteUserAudio.label": "Deshabilitar audio de usuario",
|
||||
"app.userList.menu.unmuteUserAudio.label": "Habilitar audio de usuario",
|
||||
@ -113,6 +113,9 @@
|
||||
"app.userList.userOptions.enableNote": "Notas compartidas habilitadas",
|
||||
"app.userList.userOptions.showUserList": "Lista de usuarios visible para participantes",
|
||||
"app.userList.userOptions.enableOnlyModeratorWebcam": "Usted puede habilitar su cámara web ahora. Todos podrán verle",
|
||||
"app.userList.userOptions.savedNames.title": "Lista de usuarios en la reunión {0} en {1}",
|
||||
"app.userList.userOptions.sortedFirstName.heading": "Ordenados por nombre:",
|
||||
"app.userList.userOptions.sortedLastName.heading": "Ordenados por apellido:",
|
||||
"app.media.label": "Media",
|
||||
"app.media.autoplayAlertDesc": "Permitir acceso",
|
||||
"app.media.screenshare.start": "Has comenzado a compartir pantalla",
|
||||
@ -135,6 +138,7 @@
|
||||
"app.meeting.alertBreakoutEndsUnderMinutesSingular": "Las salas secundarias se cerrarán en un minuto.",
|
||||
"app.presentation.hide": "Ocultar presentación",
|
||||
"app.presentation.notificationLabel": "Presentación actual",
|
||||
"app.presentation.downloadLabel": "Descargar",
|
||||
"app.presentation.slideContent": "Contenido de la diapositiva",
|
||||
"app.presentation.startSlideContent": "Inicio del pase de diapositivas",
|
||||
"app.presentation.endSlideContent": "Fin del pase de diapositivas",
|
||||
@ -179,6 +183,7 @@
|
||||
"app.presentationUploder.rejectedError": "El(los) archivo(s) seleccionado(s) ha(n) sido rechazado(s). Por favor, revise el(los) tipo(s) de archivo.",
|
||||
"app.presentationUploder.upload.progress": "Cargando ({0}%)",
|
||||
"app.presentationUploder.upload.413": "Archivo muy grande, por favor divídelo en varios ficheros",
|
||||
"app.presentationUploder.genericError": "¡Vaya!, algo ha salido mal...",
|
||||
"app.presentationUploder.upload.408": "La solicitud de carga del token está fuera de tiempo.",
|
||||
"app.presentationUploder.upload.404": "404: Token de subida no válido",
|
||||
"app.presentationUploder.upload.401": "La solicitud del token de subida de presentación ha fallado.",
|
||||
@ -193,11 +198,20 @@
|
||||
"app.presentationUploder.conversion.pdfHasBigPage": "No se puede convertir el fichero PDF, por favor prueba a optimizarlo",
|
||||
"app.presentationUploder.conversion.timeout": "La conversión tomó demasiado tiempo ...",
|
||||
"app.presentationUploder.conversion.pageCountFailed": "Error en determinar el número de páginas.",
|
||||
"app.presentationUploder.isDownloadableLabel": "No se permite la descarga de la presentación - click para permitir descargar la presentación",
|
||||
"app.presentationUploder.isNotDownloadableLabel": "Se permite descargar la presentación - click para denegar la descarga de la presentación",
|
||||
"app.presentationUploder.removePresentationLabel": "Borrar presentación",
|
||||
"app.presentationUploder.setAsCurrentPresentation": "Establecer presentación como actual",
|
||||
"app.presentationUploder.tableHeading.filename": "Nombre de archivo",
|
||||
"app.presentationUploder.tableHeading.options": "Opciones",
|
||||
"app.presentationUploder.tableHeading.status": "Estado",
|
||||
"app.presentationUploder.uploading": "Subiendo {0} {1}",
|
||||
"app.presentationUploder.uploadStatus": "{0} de {1} subidas completadas",
|
||||
"app.presentationUploder.completed": "{0} subidas completadas",
|
||||
"app.presentationUploder.item" : "elemento",
|
||||
"app.presentationUploder.itemPlural" : "elementos",
|
||||
"app.presentationUploder.clearErrors": "Limpiar errores",
|
||||
"app.presentationUploder.clearErrorsDesc": "Limpiar las presentaciones cuya subida ha fallado",
|
||||
"app.poll.pollPaneTitle": "Encuesta",
|
||||
"app.poll.quickPollTitle": "Encuesta rápida",
|
||||
"app.poll.hidePollDesc": "Ocultar el menu de la encuesta",
|
||||
@ -243,6 +257,7 @@
|
||||
"app.connectingMessage": "Conectándose ...",
|
||||
"app.waitingMessage": "Desconectado. Se realizará un reintento en {0} segundos ...",
|
||||
"app.retryNow": "Reintentando ahora",
|
||||
"app.muteWarning.label": "Click {0} para no estar auto-silenciado",
|
||||
"app.navBar.settingsDropdown.optionsLabel": "Opciones",
|
||||
"app.navBar.settingsDropdown.fullscreenLabel": "Desplegar a pantalla completa",
|
||||
"app.navBar.settingsDropdown.settingsLabel": "Abrir configuración",
|
||||
@ -269,8 +284,8 @@
|
||||
"app.navBar.emptyAudioBrdige": "No hay ningún micrófono activo. Comparta su micrófono para añadir audio a esta grabación.",
|
||||
"app.leaveConfirmation.confirmLabel": "Salir",
|
||||
"app.leaveConfirmation.confirmDesc": "Te desconecta de la reunión",
|
||||
"app.endMeeting.title": "Finalizar sesión",
|
||||
"app.endMeeting.description": "¿Está seguro de querer finalizar esta reunión para todos los participantes (todos los usuarios serán desconectados)?",
|
||||
"app.endMeeting.title": "Finalizar {0}",
|
||||
"app.endMeeting.description": "Esta acción finalizará la sesión para {0} usuarios activos. ¿Está seguro de querer finalizar esta sesión?",
|
||||
"app.endMeeting.yesLabel": "Sí",
|
||||
"app.endMeeting.noLabel": "No",
|
||||
"app.about.title": "Acerca de",
|
||||
@ -327,6 +342,10 @@
|
||||
"app.settings.dataSavingTab.screenShare": "Habilitar escritorio compartido",
|
||||
"app.settings.dataSavingTab.description": "Para ahorrar ancho de banda ajusta lo que se se está mostrando",
|
||||
"app.settings.save-notification.label": "La configuración se ha guardado",
|
||||
"app.statusNotifier.lowerHands": "Manos bajadas",
|
||||
"app.statusNotifier.raisedHandsTitle": "Manos levantadas",
|
||||
"app.statusNotifier.raisedHandDesc": "{0} han levantado la mano",
|
||||
"app.statusNotifier.and": "y",
|
||||
"app.switch.onLabel": "Encendido",
|
||||
"app.switch.offLabel": "Apagado",
|
||||
"app.talkingIndicator.ariaMuteDesc" : "Selecciona para silenciar al usuario",
|
||||
@ -351,9 +370,12 @@
|
||||
"app.actionsBar.actionsDropdown.captionsDesc": "Alterna el panel de subtítulos",
|
||||
"app.actionsBar.actionsDropdown.takePresenter": "Tomar rol de presentador",
|
||||
"app.actionsBar.actionsDropdown.takePresenterDesc": "Asignarte a ti mismo el rol de presentador",
|
||||
"app.actionsBar.actionsDropdown.selectRandUserLabel": "Seleccionar usuario al azar",
|
||||
"app.actionsBar.actionsDropdown.selectRandUserDesc": "Elige a un usuario al azar entre los espectadores",
|
||||
"app.actionsBar.emojiMenu.statusTriggerLabel": "Establecer estado",
|
||||
"app.actionsBar.emojiMenu.awayLabel": "Ausente",
|
||||
"app.actionsBar.emojiMenu.awayDesc": "Cambiar tu estado a ausente",
|
||||
"app.actionsBar.emojiMenu.raiseHandLabel": "Levantar la mano",
|
||||
"app.actionsBar.emojiMenu.raiseHandDesc": "Alzar la mano para preguntar",
|
||||
"app.actionsBar.emojiMenu.neutralLabel": "Indeciso",
|
||||
"app.actionsBar.emojiMenu.neutralDesc": "Cambiar tu estado a indeciso",
|
||||
@ -387,7 +409,7 @@
|
||||
"app.audioNotification.audioFailedError1011": "Tiempo de conexión agotado (ICE error 1011)",
|
||||
"app.audioNotification.audioFailedError1012": "Conexión cerrada (ICE error 1012)",
|
||||
"app.audioNotification.audioFailedMessage": "Tu conexión de audio falló en conectarse",
|
||||
"app.audioNotification.mediaFailedMessage": "getUserMicMedia falló, Solo orígenes seguros son admitidos",
|
||||
"app.audioNotification.mediaFailedMessage": "getUserMicMedia falló porque sólo se admiten orígenes seguros",
|
||||
"app.audioNotification.closeLabel": "Cerrar",
|
||||
"app.audioNotificaion.reconnectingAsListenOnly": "El micrófono ha sido bloqueado para todos los espectadores, tu conexión es en modo 'solo escuchar'",
|
||||
"app.breakoutJoinConfirmation.title": "Ingresar a un grupo de trabajo",
|
||||
@ -467,13 +489,19 @@
|
||||
"app.modal.confirm": "Finalizado",
|
||||
"app.modal.newTab": "(abre nueva pestaña)",
|
||||
"app.modal.confirm.description": "Guarda los cambios y cierra la ventana flotante",
|
||||
"app.modal.randomUser.noViewers.description": "No hay espectadores para seleccionar al azar",
|
||||
"app.modal.randomUser.selected.description": "Ha sido seleccionado al azar",
|
||||
"app.modal.randomUser.title": "Usuario seleccionado al azar",
|
||||
"app.modal.randomUser.reselect.label": "Seleccionar de nuevo",
|
||||
"app.modal.randomUser.ariaLabel.title": "Usuario seleccionado al azar",
|
||||
"app.dropdown.close": "Cerrar",
|
||||
"app.dropdown.list.item.activeLabel": "Activo",
|
||||
"app.error.400": "Solicitud incorrecta",
|
||||
"app.error.401": "No autorizado",
|
||||
"app.error.403": "Usted ha sido expulsado/a de la reunión",
|
||||
"app.error.404": "No se encontró",
|
||||
"app.error.410": "La reunión ha finalizado",
|
||||
"app.error.500": "Ups, algo salio mal",
|
||||
"app.error.500": "¡Vaya!, algo salio mal",
|
||||
"app.error.leaveLabel": "Ingresa de nuevo",
|
||||
"app.error.fallback.presentation.title": "Ha ocurrido un error",
|
||||
"app.error.fallback.presentation.description": "Esto se ha registrado. Por favor, intente volver a cargar la página.",
|
||||
@ -520,6 +548,7 @@
|
||||
"app.shortcut-help.hidePrivateChat": "Ocultar chat privado",
|
||||
"app.shortcut-help.closePrivateChat": "Cerrar chat privado",
|
||||
"app.shortcut-help.openActions": "Abrir menú de acciones",
|
||||
"app.shortcut-help.openDebugWindow": "Abrir ventana de depuración",
|
||||
"app.shortcut-help.openStatus": "Abrir el menú de estados",
|
||||
"app.shortcut-help.togglePan": "Activar herramienta Pan (Presentador)",
|
||||
"app.shortcut-help.nextSlideDesc": "Diapositiva siguiente (Presentador)",
|
||||
@ -553,11 +582,16 @@
|
||||
"app.recording.stopDescription": "¿Está seguro de querer pausar la grabación? Puede continuarla volviendo a presionar el botón de grabación nuevamente.",
|
||||
"app.videoPreview.cameraLabel": "Webcam",
|
||||
"app.videoPreview.profileLabel": "Calidad",
|
||||
"app.videoPreview.quality.low": "Bajo",
|
||||
"app.videoPreview.quality.medium": "Medio",
|
||||
"app.videoPreview.quality.high": "Alto",
|
||||
"app.videoPreview.quality.hd": "Alta resolución",
|
||||
"app.videoPreview.cancelLabel": "Cancelar",
|
||||
"app.videoPreview.closeLabel": "Cerrar",
|
||||
"app.videoPreview.findingWebcamsLabel": "Buscando webcams",
|
||||
"app.videoPreview.startSharingLabel": "Compartir cámara",
|
||||
"app.videoPreview.stopSharingLabel": "Detener compartir",
|
||||
"app.videoPreview.stopSharingAllLabel": "Detener todo",
|
||||
"app.videoPreview.sharedCameraLabel": "Esta cámara ya está siendo compartida",
|
||||
"app.videoPreview.webcamOptionLabel": "Selecciona la webcam",
|
||||
"app.videoPreview.webcamPreviewLabel": "Vista preliminar de webcam",
|
||||
@ -565,13 +599,15 @@
|
||||
"app.videoPreview.webcamNotFoundLabel": "Webcam no encontrada",
|
||||
"app.videoPreview.profileNotFoundLabel": "Perfil de cámara no soportado",
|
||||
"app.video.joinVideo": "Compartir webcam",
|
||||
"app.video.connecting": "Comenzando a compartir la cámara...",
|
||||
"app.video.dataSaving": "Compartir la cámara está deshabilitado en guardar datos",
|
||||
"app.video.leaveVideo": "Dejar de compartir webcam",
|
||||
"app.video.iceCandidateError": "Error al agregar candidato ICE",
|
||||
"app.video.iceConnectionStateError": "Conexión fallida (ICE error 1107)",
|
||||
"app.video.permissionError": "Error al compartit la webcam. Por favor revise los permisos",
|
||||
"app.video.sharingError": "Error al compartir la webcam",
|
||||
"app.video.notFoundError": "Webcam no fué encontrada. Por favor asegurate de que se encuentra conectada",
|
||||
"app.video.notAllowed": "Faltan permisos para compartir la webcam, por favor asegurate de que los permisos del navegador son correctos",
|
||||
"app.video.notAllowed": "Faltan permisos para compartir la cámara. Por favor, revisa los permisos del navegador",
|
||||
"app.video.notSupportedError": "Solo se puede compartir la webcam de fuentes seguras, asegurate de que el certificado SSL sea valido",
|
||||
"app.video.notReadableError": "No se pudo obtener video de webcam. Asegurate de que ninguna otra aplicación esté utilizandola.",
|
||||
"app.video.mediaFlowTimeout1020": "Los datos no alcanzaron el servidor (error 1020)",
|
||||
@ -588,7 +624,11 @@
|
||||
"app.video.videoMenuDesc": "Abrir el menú de video",
|
||||
"app.video.chromeExtensionError": "Debes instalar",
|
||||
"app.video.chromeExtensionErrorLink": "esta extensión de Chrome",
|
||||
"app.video.pagination.prevPage": "Ver vídeo anterior",
|
||||
"app.video.pagination.nextPage": "Ver siguiente vídeo",
|
||||
"app.video.clientDisconnected": "No se puede compartir la cámara debido a problemas de conexión",
|
||||
"app.fullscreenButton.label": "Hacer {0} pantalla completa",
|
||||
"app.fullscreenUndoButton.label": "Deshacer {0} pantalla completa",
|
||||
"app.deskshare.iceConnectionStateError": "Falló la conexión al compartir pantalla (ICE error 1108)",
|
||||
"app.sfu.mediaServerConnectionError2000": "No se pudo conectar al servidor de medios (error 2000)",
|
||||
"app.sfu.mediaServerOffline2001": "Servidor de medios offline. Por favor, inténtelo de nuevo más tarde (error 2001)",
|
||||
@ -600,6 +640,8 @@
|
||||
"app.sfu.invalidSdp2202":"El cliente generó una petición de medios inválida (SDP error 2202)",
|
||||
"app.sfu.noAvailableCodec2203": "El servidor no pudo encontrar un códec apropiado (error 2203)",
|
||||
"app.meeting.endNotification.ok.label": "OK",
|
||||
"app.whiteboard.annotations.poll": "Se han publicado los resultados de la encuesta",
|
||||
"app.whiteboard.annotations.pollResult": "Resultados de la encuesta",
|
||||
"app.whiteboard.toolbar.tools": "Herramientas",
|
||||
"app.whiteboard.toolbar.tools.hand": "Panorama",
|
||||
"app.whiteboard.toolbar.tools.pencil": "Lápiz",
|
||||
@ -634,6 +676,8 @@
|
||||
"app.feedback.textarea": "¿Cómo podemos mejorar BigBlueButton?",
|
||||
"app.feedback.sendFeedback": "Enviar retroalimentación",
|
||||
"app.feedback.sendFeedbackDesc": "Enviar retroalimentación y dejar la sesión",
|
||||
"app.videoDock.webcamMirrorLabel": "Espejo",
|
||||
"app.videoDock.webcamMirrorDesc": "Imagen especular para la cámara seleccionada",
|
||||
"app.videoDock.webcamFocusLabel": "Enfocar",
|
||||
"app.videoDock.webcamFocusDesc": "Enfocar la webcam seleccionada",
|
||||
"app.videoDock.webcamUnfocusLabel": "Desenfocar",
|
||||
@ -686,7 +730,12 @@
|
||||
"app.iOSWarning.label": "Por favor, actualice a iOS 12.2 o superior",
|
||||
"app.legacy.unsupportedBrowser": "Parece que está usando un navegador no totalmente soportado. Por favor, utilice uno de los siguientes {0} ó {1} para una compatibilidad completa.",
|
||||
"app.legacy.upgradeBrowser": "Parece que está usando una versión antigua del navegador. Por favor, actualice su navegador para una compatibilidad completa.",
|
||||
"app.legacy.criosBrowser": "Utilice Safari en iOS para contar con soporte completo."
|
||||
"app.legacy.criosBrowser": "Utilice Safari en iOS para contar con soporte completo.",
|
||||
"app.debugWindow.windowTitle": "Depurador",
|
||||
"app.debugWindow.form.userAgentLabel": "Agente de usuario",
|
||||
"app.debugWindow.form.button.copy": "Copiar",
|
||||
"app.debugWindow.form.enableAutoarrangeLayoutLabel": "Permitir disposición automática",
|
||||
"app.debugWindow.form.enableAutoarrangeLayoutDescription": "(se deshabilitará si arrastras o cambias el tamaño del área de las cámaras)"
|
||||
|
||||
}
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"app.home.greeting": "Su presentación se iniciará pronto...",
|
||||
"app.chat.submitLabel": "Enviar mensaje",
|
||||
"app.chat.errorMaxMessageLength": "El mensaje es {0} demasiado largo",
|
||||
"app.chat.errorMaxMessageLength": "El mensaje tiene {0} cifra(s) o letra(s) en exceso",
|
||||
"app.chat.disconnected": "Usted está desconectado. Los mensajes no serán enviados",
|
||||
"app.chat.locked": "El chat está cerrado. Los mensajes no serán enviados",
|
||||
"app.chat.inputLabel": "Entrada de mensaje para chat {0}",
|
||||
@ -18,6 +18,7 @@
|
||||
"app.chat.dropdown.save": "Guardar",
|
||||
"app.chat.label": "Chat",
|
||||
"app.chat.offline": "Fuera de linea",
|
||||
"app.chat.pollResult": "Resultados de la encuesta",
|
||||
"app.chat.emptyLogLabel": "Registro de chat vacío",
|
||||
"app.chat.clearPublicChatMessage": "El historial público del chat ha sido borrado por un moderador",
|
||||
"app.chat.multi.typing": "Múltiples usuarios están escribiendo",
|
||||
@ -63,6 +64,7 @@
|
||||
"app.userList.presenter": "Presentador",
|
||||
"app.userList.you": "Tu",
|
||||
"app.userList.locked": "Bloqueado",
|
||||
"app.userList.byModerator": "por (Moderador)",
|
||||
"app.userList.label": "Lista de usuarios",
|
||||
"app.userList.toggleCompactView.label": "Cambiar a modo de vista compacta",
|
||||
"app.userList.guest": "Huesped",
|
||||
@ -72,6 +74,8 @@
|
||||
"app.userList.menu.chat.label": "Iniciar un chat privado",
|
||||
"app.userList.menu.clearStatus.label": "Limpiar estado",
|
||||
"app.userList.menu.removeUser.label": "Eliminar usuario",
|
||||
"app.userList.menu.removeConfirmation.label": "Eliminar usuario/a ({0})",
|
||||
"app.userlist.menu.removeConfirmation.desc": "Evitar que este/a usuario/a vuelva a unirse a la sesión.",
|
||||
"app.userList.menu.muteUserAudio.label": "Silenciar usuario",
|
||||
"app.userList.menu.unmuteUserAudio.label": "Activar sonido de usuario",
|
||||
"app.userList.userAriaLabel": "{0} {1} {2} Estado {3}",
|
||||
@ -92,6 +96,8 @@
|
||||
"app.userList.userOptions.unmuteAllDesc": "Desactiva silencia en la reunión",
|
||||
"app.userList.userOptions.lockViewersLabel": "Bloquear espectadores",
|
||||
"app.userList.userOptions.lockViewersDesc": "Bloquea ciertas funcionalidades de los asistentes a la reunión",
|
||||
"app.userList.userOptions.connectionStatusLabel": "Estado de la conexión",
|
||||
"app.userList.userOptions.connectionStatusDesc": "Ver estado de la conexión con los usuarios",
|
||||
"app.userList.userOptions.disableCam": "Las webcams de los espectadores están deshabilitadas",
|
||||
"app.userList.userOptions.disableMic": "Los micrófonos de los espectadores están deshabilitados",
|
||||
"app.userList.userOptions.disablePrivChat": "El chat privado está deshabilitado",
|
||||
@ -107,10 +113,15 @@
|
||||
"app.userList.userOptions.enableNote": "Las notas compartidas están ahora habilitadas",
|
||||
"app.userList.userOptions.showUserList": "La lista de usuarios ahora se muestra a los espectadores",
|
||||
"app.userList.userOptions.enableOnlyModeratorWebcam": "Usted puede habilitar su webcam ahora. Todos le verán.",
|
||||
"app.userList.userOptions.savedNames.title": "Lista de usuarios/as en la reunión {0} en {1}",
|
||||
"app.userList.userOptions.sortedFirstName.heading": "Ordenados por nombre:",
|
||||
"app.userList.userOptions.sortedLastName.heading": "Ordenados por apellido:",
|
||||
"app.media.label": "Media",
|
||||
"app.media.autoplayAlertDesc": "Permitir acceso",
|
||||
"app.media.screenshare.start": "Compartir pantalla se ha iniciado",
|
||||
"app.media.screenshare.end": "Compartir pantalla se ha finalizado",
|
||||
"app.media.screenshare.unavailable": "Compartir pantalla no disponible",
|
||||
"app.media.screenshare.notSupported": "Compartir pantalla no está soportado en este navegador.",
|
||||
"app.media.screenshare.autoplayBlockedDesc": "Necesitamos su consentimiento para mostrarle la pantalla del presentador.",
|
||||
"app.media.screenshare.autoplayAllowLabel": "Ver pantalla compartida",
|
||||
"app.screenshare.notAllowed": "Error: El permiso para acceder a la pantalla no ha sido concedido.",
|
||||
@ -121,8 +132,13 @@
|
||||
"app.meeting.meetingTimeRemaining": "Tiempo restante de la reunión: {0}",
|
||||
"app.meeting.meetingTimeHasEnded": "Tiempo finalizado. La reunión se cerrará pronto",
|
||||
"app.meeting.endedMessage": "Será reenviado a la pantalla de inicio",
|
||||
"app.meeting.alertMeetingEndsUnderMinutesSingular": "La reunión se acabará en un minuto.",
|
||||
"app.meeting.alertMeetingEndsUnderMinutesPlural": "La reunión se acabará en {0} minutos.",
|
||||
"app.meeting.alertBreakoutEndsUnderMinutesPlural": "La sala externa se cerrará en {0} minutos.",
|
||||
"app.meeting.alertBreakoutEndsUnderMinutesSingular": "La sala externa se cerrará en un minuto.",
|
||||
"app.presentation.hide": "Ocultar presentación",
|
||||
"app.presentation.notificationLabel": "Presentación actual",
|
||||
"app.presentation.downloadLabel": "Descarga",
|
||||
"app.presentation.slideContent": "Contenido de diapositiva",
|
||||
"app.presentation.startSlideContent": "Inicio del contenido de diapositiva",
|
||||
"app.presentation.endSlideContent": "Fin del contenido de diapositiva",
|
||||
@ -167,19 +183,35 @@
|
||||
"app.presentationUploder.rejectedError": "El(los) archivo(s) seleccionado(s) ha(n) sido rechazado(s). Por favor, revise el(los) tipo(s) de archivo(s).",
|
||||
"app.presentationUploder.upload.progress": "Cargando ({0}%)",
|
||||
"app.presentationUploder.upload.413": "El archivo es demasiado grande. Por favor, divídalo en múltiples archivos.",
|
||||
"app.presentationUploder.genericError": "Oops, algo salió mal...",
|
||||
"app.presentationUploder.upload.408": "El tiempo para solicitar el token de subida ha expirado.",
|
||||
"app.presentationUploder.upload.404": "404: token de subida no válido",
|
||||
"app.presentationUploder.upload.401": "La solicitud del token de subida de la presentación ha fallado.",
|
||||
"app.presentationUploder.conversion.conversionProcessingSlides": "Procesando página {0} de {1}",
|
||||
"app.presentationUploder.conversion.genericConversionStatus": "Convirtiendo archivo...",
|
||||
"app.presentationUploder.conversion.generatingThumbnail": "Generando miniaturas...",
|
||||
"app.presentationUploder.conversion.generatedSlides": "Diapositivas generadas...",
|
||||
"app.presentationUploder.conversion.generatingSvg": "Generando imágenes SVG...",
|
||||
"app.presentationUploder.conversion.pageCountExceeded": "El archivo es demasiado grande. Por favor, divídalo en múltiples archivos.",
|
||||
"app.presentationUploder.conversion.officeDocConversionInvalid": "No se pudo procesar este documento de ofimática. Por favor, carga un PDF.",
|
||||
"app.presentationUploder.conversion.officeDocConversionFailed": "No se pudo procesar este documento de ofimática. Por favor, carga un PDF.",
|
||||
"app.presentationUploder.conversion.pdfHasBigPage": "No es posible convertir el archivo PDF. Por favor, intente optimizarlo",
|
||||
"app.presentationUploder.conversion.timeout": "Oh, la conversión tardó demasiado",
|
||||
"app.presentationUploder.conversion.pageCountFailed": "No se pudo determinar el número de páginas.",
|
||||
"app.presentationUploder.isDownloadableLabel": "No está permitida la descarga de la presentación - haz clic para permitirla",
|
||||
"app.presentationUploder.isNotDownloadableLabel": "Está permitida la descarga de la presentación - haz clic para deshabilitarla",
|
||||
"app.presentationUploder.removePresentationLabel": "Borrar presentación",
|
||||
"app.presentationUploder.setAsCurrentPresentation": "Colocar presentación como actual",
|
||||
"app.presentationUploder.tableHeading.filename": "Nombre de archivo",
|
||||
"app.presentationUploder.tableHeading.options": "Opciones",
|
||||
"app.presentationUploder.tableHeading.status": "Estado",
|
||||
"app.presentationUploder.uploading": "Subiendo {0} {1}",
|
||||
"app.presentationUploder.uploadStatus": "{0} de {1} subidas completas",
|
||||
"app.presentationUploder.completed": "{0} subidas completas",
|
||||
"app.presentationUploder.item" : "elemento",
|
||||
"app.presentationUploder.itemPlural" : "elementos",
|
||||
"app.presentationUploder.clearErrors": "Limpiar errores",
|
||||
"app.presentationUploder.clearErrorsDesc": "Limpiar subidas de presentación falladas",
|
||||
"app.poll.pollPaneTitle": "Votación",
|
||||
"app.poll.quickPollTitle": "Encuesta rápida",
|
||||
"app.poll.hidePollDesc": "Oculta el panel del menú de encuestas",
|
||||
@ -225,6 +257,7 @@
|
||||
"app.connectingMessage": "Conectando...",
|
||||
"app.waitingMessage": "Desconectado. Tratando de reconectar en {0} segundos...",
|
||||
"app.retryNow": "Reintentar ahora",
|
||||
"app.muteWarning.label": "Click en {0} para cancelar el auto-silencio",
|
||||
"app.navBar.settingsDropdown.optionsLabel": "Opciones",
|
||||
"app.navBar.settingsDropdown.fullscreenLabel": "Desplegar a pantalla completa",
|
||||
"app.navBar.settingsDropdown.settingsLabel": "Abrir configuración",
|
||||
@ -251,7 +284,8 @@
|
||||
"app.navBar.emptyAudioBrdige": "No hay micrófonos activos. Comparta su micrófono para añadir sonido a esta grabación.",
|
||||
"app.leaveConfirmation.confirmLabel": "Salir",
|
||||
"app.leaveConfirmation.confirmDesc": "Le desconecta de la reunión",
|
||||
"app.endMeeting.title": "Finalizar reunión",
|
||||
"app.endMeeting.title": "Finalizar {0}",
|
||||
"app.endMeeting.description": "Esta acción finalizará la sesión para {0} usuarios activos. ¿Estás seguro de querer finalizar la sesión?",
|
||||
"app.endMeeting.yesLabel": "Sí",
|
||||
"app.endMeeting.noLabel": "No",
|
||||
"app.about.title": "Acerca de",
|
||||
@ -279,6 +313,12 @@
|
||||
"app.submenu.application.languageLabel": "Idioma de la aplicación",
|
||||
"app.submenu.application.languageOptionLabel": "Seleccionar idioma",
|
||||
"app.submenu.application.noLocaleOptionLabel": "No hay locales activos",
|
||||
"app.submenu.notification.SectionTitle": "Notificaciones",
|
||||
"app.submenu.notification.Desc": "Define cómo y qué quieres que te sea notificado.",
|
||||
"app.submenu.notification.audioAlertLabel": "Alertas sonoras",
|
||||
"app.submenu.notification.pushAlertLabel": "Alertas visuales",
|
||||
"app.submenu.notification.messagesLabel": "Mensaje de chat",
|
||||
"app.submenu.notification.userJoinLabel": "Ha entrado un usuario",
|
||||
"app.submenu.audio.micSourceLabel": "Fuente de micrófono",
|
||||
"app.submenu.audio.speakerSourceLabel": "Fuente de altavoces",
|
||||
"app.submenu.audio.streamVolumeLabel": "Volumen del flujo de audio",
|
||||
@ -302,6 +342,10 @@
|
||||
"app.settings.dataSavingTab.screenShare": "Habilitar compartir escritorio",
|
||||
"app.settings.dataSavingTab.description": "Para ahorrar ancho de banda, ajuste lo que se muestra actualmente.",
|
||||
"app.settings.save-notification.label": "Las configuraciones han sido guardadas",
|
||||
"app.statusNotifier.lowerHands": "Bajar manos",
|
||||
"app.statusNotifier.raisedHandsTitle": "Manos levantadas",
|
||||
"app.statusNotifier.raisedHandDesc": "{0} subió su mano",
|
||||
"app.statusNotifier.and": "y",
|
||||
"app.switch.onLabel": "ENCENDER",
|
||||
"app.switch.offLabel": "APAGAR",
|
||||
"app.talkingIndicator.ariaMuteDesc" : "Seleccione para silenciar usuario",
|
||||
@ -326,9 +370,12 @@
|
||||
"app.actionsBar.actionsDropdown.captionsDesc": "Alterna el panel de subtítulos",
|
||||
"app.actionsBar.actionsDropdown.takePresenter": "Hacerse presentador",
|
||||
"app.actionsBar.actionsDropdown.takePresenterDesc": "Asignarse a sí mismo como el nuevo presentador",
|
||||
"app.actionsBar.actionsDropdown.selectRandUserLabel": "Elegir un usuario al azar",
|
||||
"app.actionsBar.actionsDropdown.selectRandUserDesc": "Elige a un usuario al azar entre los espectadores",
|
||||
"app.actionsBar.emojiMenu.statusTriggerLabel": "Establecer estado",
|
||||
"app.actionsBar.emojiMenu.awayLabel": "Ausente",
|
||||
"app.actionsBar.emojiMenu.awayDesc": "Cambiar su estado a ausente",
|
||||
"app.actionsBar.emojiMenu.raiseHandLabel": "Levantar la mano",
|
||||
"app.actionsBar.emojiMenu.raiseHandDesc": "Alzar la mano para preguntar",
|
||||
"app.actionsBar.emojiMenu.neutralLabel": "Indeciso",
|
||||
"app.actionsBar.emojiMenu.neutralDesc": "Cambiar su estado a indeciso",
|
||||
@ -349,6 +396,18 @@
|
||||
"app.actionsBar.currentStatusDesc": "estado actual {0}",
|
||||
"app.actionsBar.captions.start": "Iniciar visualización de subtítulos",
|
||||
"app.actionsBar.captions.stop": "Detener visualización de subtítulos",
|
||||
"app.audioNotification.audioFailedError1001": "WebSocket desconectado (error 1001)",
|
||||
"app.audioNotification.audioFailedError1002": "No se pudo establecer una conexión al WebSocket (error 1002)",
|
||||
"app.audioNotification.audioFailedError1003": "Versión del navegador no soportada (error 1003)",
|
||||
"app.audioNotification.audioFailedError1004": "Ha fallado la llamada (motivo={0}) (error 1004)",
|
||||
"app.audioNotification.audioFailedError1005": "La llamada ha finalizado de manera inesperada (error 1005)",
|
||||
"app.audioNotification.audioFailedError1006": "Tiempo de espera superado para la llamada (error 1006)",
|
||||
"app.audioNotification.audioFailedError1007": "Ha fallado la conexión (error ICE 1007)",
|
||||
"app.audioNotification.audioFailedError1008": "Falló la transferencia (error 1008)",
|
||||
"app.audioNotification.audioFailedError1009": "No se pudo obtener la información del servidor STUN/TURN (error 1009)",
|
||||
"app.audioNotification.audioFailedError1010": "Se ha superado el tiempo de espera para la conexión (error ICE 1010)",
|
||||
"app.audioNotification.audioFailedError1011": "Tiempo de espera superado (error ICE 1011)",
|
||||
"app.audioNotification.audioFailedError1012": "Se ha cerrado la conexión (error ICE 1012)",
|
||||
"app.audioNotification.audioFailedMessage": "Tu conexión de audio falló al conectarse",
|
||||
"app.audioNotification.mediaFailedMessage": "getUserMicMedia falló debido a que solo las fuentes de orígenes seguros están permitidas",
|
||||
"app.audioNotification.closeLabel": "Cerrar",
|
||||
@ -430,7 +489,13 @@
|
||||
"app.modal.confirm": "Hecho",
|
||||
"app.modal.newTab": "(abre una nueva pestaña)",
|
||||
"app.modal.confirm.description": "Guarda los cambios y cierra el cuadro de diálogo",
|
||||
"app.modal.randomUser.noViewers.description": "No hay espectadores disponibles para elegir al azar",
|
||||
"app.modal.randomUser.selected.description": "Ha sido seleccionado al azar",
|
||||
"app.modal.randomUser.title": "Usuario seleccionado al azar",
|
||||
"app.modal.randomUser.reselect.label": "Seleccionar de nuevo",
|
||||
"app.modal.randomUser.ariaLabel.title": "Usuario seleccionado al azar",
|
||||
"app.dropdown.close": "Cerrar",
|
||||
"app.dropdown.list.item.activeLabel": "Activo",
|
||||
"app.error.400": "Petición incorrecta",
|
||||
"app.error.401": "No autorizado",
|
||||
"app.error.403": "Ha sido eliminado de la reunión",
|
||||
@ -453,6 +518,8 @@
|
||||
"app.userList.guest.pendingGuestUsers": "{0} Invitados pendientes",
|
||||
"app.userList.guest.pendingGuestAlert": "Se ha unido a la sesión y está esperando su aprobación.",
|
||||
"app.userList.guest.rememberChoice": "Recordar selección",
|
||||
"app.userList.guest.acceptLabel": "Aceptar",
|
||||
"app.userList.guest.denyLabel": "Denegar",
|
||||
"app.user-info.title": "Buscar en directorio",
|
||||
"app.toast.breakoutRoomEnded": "La sala de reuniones externa terminó. Por favor, vuelva a unirse al audio.",
|
||||
"app.toast.chat.public": "Nuevo mensaje en el chat público",
|
||||
@ -467,6 +534,7 @@
|
||||
"app.notification.recordingPaused": "Esta sesión ya no se está grabando",
|
||||
"app.notification.recordingAriaLabel": "Tiempo de grabación",
|
||||
"app.notification.userJoinPushAlert": "{0} se unieron a la sesión",
|
||||
"app.submenu.notification.raiseHandLabel": "Levantar la mano",
|
||||
"app.shortcut-help.title": "Atajos de teclado",
|
||||
"app.shortcut-help.accessKeyNotAvailable": "Claves de acceso no disponibles",
|
||||
"app.shortcut-help.comboLabel": "Combinado",
|
||||
@ -480,6 +548,7 @@
|
||||
"app.shortcut-help.hidePrivateChat": "Ocultar chat privado",
|
||||
"app.shortcut-help.closePrivateChat": "Cerrar chat privado",
|
||||
"app.shortcut-help.openActions": "Abrir menú de acciones",
|
||||
"app.shortcut-help.openDebugWindow": "Abrir la ventana del depurador",
|
||||
"app.shortcut-help.openStatus": "Abrir menú de estado",
|
||||
"app.shortcut-help.togglePan": "Abrir caja de herramientas (Presentador)",
|
||||
"app.shortcut-help.nextSlideDesc": "Siguiente diapositiva (Presentador)",
|
||||
@ -500,6 +569,12 @@
|
||||
"app.lock-viewers.button.cancel": "Cancelar",
|
||||
"app.lock-viewers.locked": "Bloqueado",
|
||||
"app.lock-viewers.unlocked": "Desbloqueado",
|
||||
"app.connection-status.ariaTitle": "Conexión en estado modal",
|
||||
"app.connection-status.title": "Estado de la conexión",
|
||||
"app.connection-status.description": "Ver el estado de conexión del usuario",
|
||||
"app.connection-status.empty": "Por ahora no se ha informado de ningún problema de conexión ",
|
||||
"app.connection-status.more": "más",
|
||||
"app.connection-status.offline": "desconectado",
|
||||
"app.recording.startTitle": "Iniciar grabación",
|
||||
"app.recording.stopTitle": "Pausar grabación",
|
||||
"app.recording.resumeTitle": "Continuar grabación",
|
||||
@ -507,24 +582,35 @@
|
||||
"app.recording.stopDescription": "¿Está seguro de querer pausar la grabación? Podrá continuar la grabación actuando sobre el botón nuevamente.",
|
||||
"app.videoPreview.cameraLabel": "Cámara",
|
||||
"app.videoPreview.profileLabel": "Calidad",
|
||||
"app.videoPreview.quality.low": "Bajo",
|
||||
"app.videoPreview.quality.medium": "Medio",
|
||||
"app.videoPreview.quality.high": "Alto",
|
||||
"app.videoPreview.quality.hd": "Alta definición",
|
||||
"app.videoPreview.cancelLabel": "Cancelar",
|
||||
"app.videoPreview.closeLabel": "Cerrar",
|
||||
"app.videoPreview.findingWebcamsLabel": "Encontrar webcams",
|
||||
"app.videoPreview.startSharingLabel": "Iniciar compartir",
|
||||
"app.videoPreview.stopSharingLabel": "Dejar de compartir",
|
||||
"app.videoPreview.stopSharingAllLabel": "Detener todo",
|
||||
"app.videoPreview.sharedCameraLabel": "Esta cámara ya está siendo compartida",
|
||||
"app.videoPreview.webcamOptionLabel": "Escoger webcam",
|
||||
"app.videoPreview.webcamPreviewLabel": "Vista previa de la webcam",
|
||||
"app.videoPreview.webcamSettingsTitle": "Configuración de la webcam",
|
||||
"app.videoPreview.webcamNotFoundLabel": "Webcam no encontrada",
|
||||
"app.videoPreview.profileNotFoundLabel": "Perfil de cámara no soportado",
|
||||
"app.video.joinVideo": "Compartir webcam",
|
||||
"app.video.connecting": "Ha empezado a compartir la cámara",
|
||||
"app.video.dataSaving": "Se ha deshabilitado el compartir la cámara en salvar los datos",
|
||||
"app.video.leaveVideo": "Detener compartir webcam",
|
||||
"app.video.iceCandidateError": "Error añadiendo candidato ICE",
|
||||
"app.video.iceConnectionStateError": "Fallo de conexión (error ICE 1107)",
|
||||
"app.video.permissionError": "Error compartiendo la webcam. Por favor, compruebe los permisos",
|
||||
"app.video.sharingError": "Error compartiendo la webcam",
|
||||
"app.video.notFoundError": "No se encuentra la webcam. Por favor, asegúrese de que está conectada",
|
||||
"app.video.notAllowed": "Permisos perdidos para compartir la webcam. Por favor, revise los permisos del navegador",
|
||||
"app.video.notSupportedError": "Puede compartir video webcam solo con fuentes seguras, asegúrese de que su certificado SSL es válido",
|
||||
"app.video.notReadableError": "No se pudo obtener video webcam. Por favor, asegúrese de que otro programa no está utilizándola",
|
||||
"app.video.mediaFlowTimeout1020": "Los medios audiovisuales no han podido alcanzar el servidor (error 1020)",
|
||||
"app.video.suggestWebcamLock": "¿Aplicar la configuración de bloqueo a las cámaras web de los espectadores?",
|
||||
"app.video.suggestWebcamLockReason": "(esto mejorará la estabilidad de la reunión)",
|
||||
"app.video.enable": "Habilitar",
|
||||
@ -538,8 +624,24 @@
|
||||
"app.video.videoMenuDesc": "Abrir menú desplegable de video",
|
||||
"app.video.chromeExtensionError": "Usted debe instalar",
|
||||
"app.video.chromeExtensionErrorLink": "esta extensión de Chrome",
|
||||
"app.video.pagination.prevPage": "Ver los vídeos anteriores",
|
||||
"app.video.pagination.nextPage": "Ver los siguientes vídeos",
|
||||
"app.video.clientDisconnected": "No se puede compartir la cámara por problemas de conexión",
|
||||
"app.fullscreenButton.label": "Hacer {0} pantalla completa",
|
||||
"app.fullscreenUndoButton.label": "Deshacer {0} en pantalla completa",
|
||||
"app.deskshare.iceConnectionStateError": "Falló la conexión al compartir la pantalla (error ICE 1108)",
|
||||
"app.sfu.mediaServerConnectionError2000": "No se ha podido conectar al servidor de medios audiovisuales (error 2000)",
|
||||
"app.sfu.mediaServerOffline2001": "El servidor de medios audiovisuales está desconectado. Por favor, inténtelo más tarde (error 2001)",
|
||||
"app.sfu.mediaServerNoResources2002": "El servidor de medios audiovisuales no tiene recursos disponibles (error 2002)",
|
||||
"app.sfu.mediaServerRequestTimeout2003": "El tiempo de espera se está agotando para las peticiones al servidor de medios audiovisuales (error 2003)",
|
||||
"app.sfu.serverIceGatheringFailed2021": "El servidor de medios audiovisuales no puede recopilar candidatos de conexión (error ICE 2021)",
|
||||
"app.sfu.serverIceGatheringFailed2022": "Falló la conexión al servidor de medios audiovisuales (error ICE 2022)",
|
||||
"app.sfu.mediaGenericError2200": "El servidor de medios audiovisuales no pudo procesar la petición (error 2200)",
|
||||
"app.sfu.invalidSdp2202":"El cliente ha generado una petición inválida para el servidor de medios audiovisuales (error SDP 2202)",
|
||||
"app.sfu.noAvailableCodec2203": "El servidor no ha podido encontrar el códec apropiado (error 2203)",
|
||||
"app.meeting.endNotification.ok.label": "OK",
|
||||
"app.whiteboard.annotations.poll": "Se han publicado los resultados de la encuesta",
|
||||
"app.whiteboard.annotations.pollResult": "Resultados de la encuesta",
|
||||
"app.whiteboard.toolbar.tools": "Herramientas",
|
||||
"app.whiteboard.toolbar.tools.hand": "Expandir",
|
||||
"app.whiteboard.toolbar.tools.pencil": "Lápiz",
|
||||
@ -574,6 +676,8 @@
|
||||
"app.feedback.textarea": "¿Cómo podemos hacer BigBlueButton mejor?",
|
||||
"app.feedback.sendFeedback": "Enviar retroalimentación",
|
||||
"app.feedback.sendFeedbackDesc": "Enviar retroalimentación y abandonar la reunión",
|
||||
"app.videoDock.webcamMirrorLabel": "Espejo",
|
||||
"app.videoDock.webcamMirrorDesc": "Poner cámara en modo especular",
|
||||
"app.videoDock.webcamFocusLabel": "Enfoque",
|
||||
"app.videoDock.webcamFocusDesc": "Enfoque la cámara seleccionada",
|
||||
"app.videoDock.webcamUnfocusLabel": "Desenfoque",
|
||||
@ -620,12 +724,18 @@
|
||||
"app.externalVideo.autoPlayWarning": "Reproduzca el video para habilitar la sincronización de medios",
|
||||
"app.network.connection.effective.slow": "Estamos notando problemas de conectividad.",
|
||||
"app.network.connection.effective.slow.help": "Más información",
|
||||
"app.externalVideo.noteLabel": "Nota: Los vídeos externos compartidos no se mostrarán en las grabaciones. Están soportados Youtube, Vimeo, Instructure Media, Twitch, Dailymotion y enlaces tipo URL a archivos audiovisuales (p.ej. https://ejemplo.es/xy.mp4)",
|
||||
"app.actionsBar.actionsDropdown.shareExternalVideo": "Compartir un video externo",
|
||||
"app.actionsBar.actionsDropdown.stopShareExternalVideo": "Detener compartir video externo",
|
||||
"app.iOSWarning.label": "Por favor, actualice a iOS 12.2 o mayor",
|
||||
"app.legacy.unsupportedBrowser": "Parece que estás usando un navegador que no es compatible. Utilice {0} o {1} para obtener soporte completo.",
|
||||
"app.legacy.upgradeBrowser": "Parece que está usando una versión antigua no soportada del navegador. Por favor, actualice su navegador para soporte total.",
|
||||
"app.legacy.criosBrowser": "En iOS, use Safari para obtener soporte completo."
|
||||
"app.legacy.criosBrowser": "En iOS, use Safari para obtener soporte completo.",
|
||||
"app.debugWindow.windowTitle": "Depurador",
|
||||
"app.debugWindow.form.userAgentLabel": "Agente de usuario",
|
||||
"app.debugWindow.form.button.copy": "Copia",
|
||||
"app.debugWindow.form.enableAutoarrangeLayoutLabel": "Activar disposición automática",
|
||||
"app.debugWindow.form.enableAutoarrangeLayoutDescription": "(se deshabilitará si se arrastra o redimensiona el área de las cámaras)"
|
||||
|
||||
}
|
||||
|
||||
|
@ -181,7 +181,6 @@
|
||||
"app.navBar.recording.off": "No grabando",
|
||||
"app.leaveConfirmation.confirmLabel": "Salir",
|
||||
"app.leaveConfirmation.confirmDesc": "Te desconecta de la reunión",
|
||||
"app.endMeeting.title": "Finalizar sesión",
|
||||
"app.endMeeting.yesLabel": "Si",
|
||||
"app.endMeeting.noLabel": "No",
|
||||
"app.about.title": "Acerca de",
|
||||
|
@ -269,8 +269,6 @@
|
||||
"app.navBar.emptyAudioBrdige": "Puudub aktiivne mikrofon. Salvestisele heli lisamiseks jaga oma mikrofoni.",
|
||||
"app.leaveConfirmation.confirmLabel": "Lahku",
|
||||
"app.leaveConfirmation.confirmDesc": "Logib sind ruumist välja",
|
||||
"app.endMeeting.title": "Lõpeta sessioon",
|
||||
"app.endMeeting.description": "Kas oled kindel, et soovid selle sessiooni kõigi jaoks lõpetada (kõigi kasutajate ühendused katkestatakse)?",
|
||||
"app.endMeeting.yesLabel": "Jah",
|
||||
"app.endMeeting.noLabel": "Ei",
|
||||
"app.about.title": "Meist",
|
||||
|
@ -266,8 +266,6 @@
|
||||
"app.navBar.emptyAudioBrdige": "Ez dago mikrofono aktiborik. Partekatu zure mikrofonoa grabazio honi audioa gehitzeko.",
|
||||
"app.leaveConfirmation.confirmLabel": "Irten",
|
||||
"app.leaveConfirmation.confirmDesc": "Bileratik kanporatzen zaitu",
|
||||
"app.endMeeting.title": "Amaitu bilera",
|
||||
"app.endMeeting.description": "Ziur zaude bilera hau partaide guztientzako amaitu nahi duzula? Partaide guztiak deskonektatuko dira.",
|
||||
"app.endMeeting.yesLabel": "Bai",
|
||||
"app.endMeeting.noLabel": "Ez",
|
||||
"app.about.title": "Honi buruz",
|
||||
|
@ -279,8 +279,6 @@
|
||||
"app.navBar.emptyAudioBrdige": "میکروفون فعالی پیدا نشد.میکروفن خود را به اشتراک بگذارید تا قادر به ضبط باشد",
|
||||
"app.leaveConfirmation.confirmLabel": "ترک",
|
||||
"app.leaveConfirmation.confirmDesc": "شما را از جلسه خارج میکند",
|
||||
"app.endMeeting.title": "اتمام جلسه",
|
||||
"app.endMeeting.description": "آیا مطمئن هستید که می خواهید این جلسه را به اتمام برسانید ؟ ( تمامی کاربران از جلسه خارج می شوند)",
|
||||
"app.endMeeting.yesLabel": "بله",
|
||||
"app.endMeeting.noLabel": "خیر",
|
||||
"app.about.title": "درباره",
|
||||
|
@ -224,7 +224,6 @@
|
||||
"app.navBar.recording.off": "Ei nauhoita",
|
||||
"app.leaveConfirmation.confirmLabel": "Poistu",
|
||||
"app.leaveConfirmation.confirmDesc": "Kirjaa sinut ulos tapaamisesta.",
|
||||
"app.endMeeting.title": "Sulje tapaaminen",
|
||||
"app.endMeeting.yesLabel": "Kyllä",
|
||||
"app.endMeeting.noLabel": "Ei",
|
||||
"app.about.title": "Tietoja",
|
||||
|
@ -284,8 +284,6 @@
|
||||
"app.navBar.emptyAudioBrdige": "Pas de microphone actif. Partagez votre microphone pour ajouter du son à cet enregistrement.",
|
||||
"app.leaveConfirmation.confirmLabel": "Quitter",
|
||||
"app.leaveConfirmation.confirmDesc": "Vous déconnecte de la conférence",
|
||||
"app.endMeeting.title": "Mettre fin à la réunion",
|
||||
"app.endMeeting.description": "Voulez-vous vraiment fermer cette conférence pour tout le monde (tous les utilisateurs seront déconnectés) ?",
|
||||
"app.endMeeting.yesLabel": "Oui",
|
||||
"app.endMeeting.noLabel": "Non",
|
||||
"app.about.title": "À propos",
|
||||
@ -541,6 +539,7 @@
|
||||
"app.shortcut-help.hidePrivateChat": "Masquer la discussion privée",
|
||||
"app.shortcut-help.closePrivateChat": "Fermer la discussion privée",
|
||||
"app.shortcut-help.openActions": "Ouvrir le menu des actions",
|
||||
"app.shortcut-help.openDebugWindow": "Ouvrir la fenêtre de débogage",
|
||||
"app.shortcut-help.openStatus": "Ouvrir le menu de statut",
|
||||
"app.shortcut-help.togglePan": "Activer l'outil panoramique (présentateur)",
|
||||
"app.shortcut-help.nextSlideDesc": "Diapositive suivante (présentateur)",
|
||||
@ -668,6 +667,8 @@
|
||||
"app.feedback.textarea": "Comment pouvons-nous améliorer BigBlueButton ?",
|
||||
"app.feedback.sendFeedback": "Envoyer l'avis",
|
||||
"app.feedback.sendFeedbackDesc": "Envoyer une évaluation et quitter la réunion",
|
||||
"app.videoDock.webcamMirrorLabel": "Miroir",
|
||||
"app.videoDock.webcamMirrorDesc": "Refléter la webcam sélectionnée",
|
||||
"app.videoDock.webcamFocusLabel": "Focus",
|
||||
"app.videoDock.webcamFocusDesc": "Focus sur la webcam sélectionnée",
|
||||
"app.videoDock.webcamUnfocusLabel": "Arrêt du focus",
|
||||
@ -720,7 +721,12 @@
|
||||
"app.iOSWarning.label": "Veuillez mettre à jour vers iOS 12.2 ou supérieur",
|
||||
"app.legacy.unsupportedBrowser": "Il semblerait que vous utilisiez un navigateur qui n'est pas supporté. Veuillez utiliser {0} ou {1} pour un support complet.",
|
||||
"app.legacy.upgradeBrowser": "Il semblerait que vous utilisiez une ancienne version d'un navigateur supporté. Veuillez mettre à jour votre navigateur pour un support complet.",
|
||||
"app.legacy.criosBrowser": "Sur iOS, veuillez utiliser Safari pour un support complet."
|
||||
"app.legacy.criosBrowser": "Sur iOS, veuillez utiliser Safari pour un support complet.",
|
||||
"app.debugWindow.windowTitle": "Debug",
|
||||
"app.debugWindow.form.userAgentLabel": "User Agent",
|
||||
"app.debugWindow.form.button.copy": "copier",
|
||||
"app.debugWindow.form.enableAutoarrangeLayoutLabel": "Activer la mise en page automatique",
|
||||
"app.debugWindow.form.enableAutoarrangeLayoutDescription": "(il sera désactivé si vous faites glisser ou redimensionnez la zone des webcams)"
|
||||
|
||||
}
|
||||
|
||||
|
@ -284,8 +284,8 @@
|
||||
"app.navBar.emptyAudioBrdige": "Non hai ningún micrófono activo. Comparta o seu micrófono para engadir son a esta gravación.",
|
||||
"app.leaveConfirmation.confirmLabel": "Abandonar",
|
||||
"app.leaveConfirmation.confirmDesc": "Desconectarse da xuntanza",
|
||||
"app.endMeeting.title": "Rematar a xuntanza",
|
||||
"app.endMeeting.description": "Confirma que quere rematar esta xuntanza para todos (todos os usuarios serán desconectados)?",
|
||||
"app.endMeeting.title": "Rematar {0}",
|
||||
"app.endMeeting.description": "Esta acción rematará a sesión para {0} usuarios activos. Confirma que que quere rematar esta sesión?",
|
||||
"app.endMeeting.yesLabel": "Si",
|
||||
"app.endMeeting.noLabel": "Non",
|
||||
"app.about.title": "Sobre",
|
||||
@ -370,6 +370,8 @@
|
||||
"app.actionsBar.actionsDropdown.captionsDesc": "Alternar o panel de lendas",
|
||||
"app.actionsBar.actionsDropdown.takePresenter": "Tomar o rol de presentador",
|
||||
"app.actionsBar.actionsDropdown.takePresenterDesc": "Asignarse a un mesmo como novo presentador",
|
||||
"app.actionsBar.actionsDropdown.selectRandUserLabel": "Seleccionar un usuario ao chou",
|
||||
"app.actionsBar.actionsDropdown.selectRandUserDesc": "Escoller ao chou un usuario entre os espectadores dispoñíbeis",
|
||||
"app.actionsBar.emojiMenu.statusTriggerLabel": "Estabelecer o estado",
|
||||
"app.actionsBar.emojiMenu.awayLabel": "Ausente",
|
||||
"app.actionsBar.emojiMenu.awayDesc": "Cambiar o seu estado a ausente",
|
||||
@ -487,6 +489,11 @@
|
||||
"app.modal.confirm": "Feito",
|
||||
"app.modal.newTab": "(abre unha nova lapela)",
|
||||
"app.modal.confirm.description": "Garda os cambios e pecha a xanela modal",
|
||||
"app.modal.randomUser.noViewers.description": "Non hai espectadores dispoñíbeis para seleccionar ao chou",
|
||||
"app.modal.randomUser.selected.description": "Vostede foi seleccionado ao chou",
|
||||
"app.modal.randomUser.title": "Usuario seleccionado ao chou",
|
||||
"app.modal.randomUser.reselect.label": "Selecciona de novo",
|
||||
"app.modal.randomUser.ariaLabel.title": "Xanela modal do usuario seleccionado",
|
||||
"app.dropdown.close": "Pechar",
|
||||
"app.dropdown.list.item.activeLabel": "Activo",
|
||||
"app.error.400": "Solicitude incorrecta",
|
||||
@ -541,6 +548,7 @@
|
||||
"app.shortcut-help.hidePrivateChat": "Agochar a conversa privada",
|
||||
"app.shortcut-help.closePrivateChat": "Pechar a conversa privada",
|
||||
"app.shortcut-help.openActions": "Abrir o menú de accións",
|
||||
"app.shortcut-help.openDebugWindow": "Abrir a xanela de depuración",
|
||||
"app.shortcut-help.openStatus": "Abrir o menú de estados",
|
||||
"app.shortcut-help.togglePan": "Activar a ferramenta Pan (Presentador)",
|
||||
"app.shortcut-help.nextSlideDesc": "Diapositiva seguinte (Presentador)",
|
||||
@ -668,6 +676,8 @@
|
||||
"app.feedback.textarea": "Como podemos mellorar BigBlueButton?",
|
||||
"app.feedback.sendFeedback": "Enviar comentarios",
|
||||
"app.feedback.sendFeedbackDesc": "Enviar comentarios e abandonar a sesión",
|
||||
"app.videoDock.webcamMirrorLabel": "Espello",
|
||||
"app.videoDock.webcamMirrorDesc": "Inverter a cámara web seleccionada",
|
||||
"app.videoDock.webcamFocusLabel": "Poñer en foco",
|
||||
"app.videoDock.webcamFocusDesc": "Poñer en foco a cámara web seleccionada",
|
||||
"app.videoDock.webcamUnfocusLabel": "Retirar do foco",
|
||||
|
@ -255,7 +255,6 @@
|
||||
"app.navBar.emptyAudioBrdige": "לא נמצא מיקרופום פעיל.",
|
||||
"app.leaveConfirmation.confirmLabel": "צא",
|
||||
"app.leaveConfirmation.confirmDesc": "מנתק אותך מהמפגש",
|
||||
"app.endMeeting.title": "סגור כיתה",
|
||||
"app.endMeeting.yesLabel": "כן",
|
||||
"app.endMeeting.noLabel": "לא",
|
||||
"app.about.title": "אודות",
|
||||
|
@ -208,7 +208,6 @@
|
||||
"app.navBar.recording.off": "रिकॉर्डिंग नहीं",
|
||||
"app.leaveConfirmation.confirmLabel": "छोड़ना",
|
||||
"app.leaveConfirmation.confirmDesc": "आपको मीटिंग से बाहर कर देता है",
|
||||
"app.endMeeting.title": "मीटिंग खत्म",
|
||||
"app.endMeeting.yesLabel": "हाँ",
|
||||
"app.endMeeting.noLabel": "नहीं",
|
||||
"app.about.title": "के बारे में",
|
||||
|
@ -149,7 +149,6 @@
|
||||
"app.navBar.recording.on": "Snimanje",
|
||||
"app.navBar.recording.off": "Bez snimanja",
|
||||
"app.leaveConfirmation.confirmLabel": "Napusti",
|
||||
"app.endMeeting.title": "Završi sesiju",
|
||||
"app.endMeeting.yesLabel": "Da",
|
||||
"app.endMeeting.noLabel": "Ne",
|
||||
"app.about.confirmLabel": "U redu",
|
||||
|
@ -279,8 +279,6 @@
|
||||
"app.navBar.emptyAudioBrdige": "Egyik mikrofon sem aktív. Oszd meg a mikrofonod, hogy legyen hangja a felvételenek.",
|
||||
"app.leaveConfirmation.confirmLabel": "Kilépés",
|
||||
"app.leaveConfirmation.confirmDesc": "Kiléptél az előadásból",
|
||||
"app.endMeeting.title": "Előadás befejezése",
|
||||
"app.endMeeting.description": "Biztos, hogy befejezed a megbeszélést mindenki számára (az összes felhasználó kapcsolata megszűnik)?",
|
||||
"app.endMeeting.yesLabel": "Igen",
|
||||
"app.endMeeting.noLabel": "Nem",
|
||||
"app.about.title": "Névjegy",
|
||||
|
@ -266,8 +266,6 @@
|
||||
"app.navBar.emptyAudioBrdige": "Tidak ada mikrofon aktif. Bagikan mikrofon Anda untuk menambah audio ke rekaman ini.",
|
||||
"app.leaveConfirmation.confirmLabel": "Keluar",
|
||||
"app.leaveConfirmation.confirmDesc": "Anda keluar dari meeting",
|
||||
"app.endMeeting.title": "Akhir pertemuan",
|
||||
"app.endMeeting.description": "Anda yakin ingin mengakhiri pertemuan ini untuk setiap orang (semua pengguna akan diputus)?",
|
||||
"app.endMeeting.yesLabel": "Ya",
|
||||
"app.endMeeting.noLabel": "Tidak",
|
||||
"app.about.title": "Tentang",
|
||||
|
@ -196,6 +196,8 @@
|
||||
"app.presentationUploder.conversion.pdfHasBigPage": "Non è stato possibile convertire il file PDF, prova ad ottimizzarlo",
|
||||
"app.presentationUploder.conversion.timeout": "Maledizione, la conversione del file ci sta impiegando troppo",
|
||||
"app.presentationUploder.conversion.pageCountFailed": "Impossibile determinare il numero di pagine.",
|
||||
"app.presentationUploder.isDownloadableLabel": "Il download della presentazione non è consentito - clicca per abilitare",
|
||||
"app.presentationUploder.isNotDownloadableLabel": "Il download della presentazione è consentito - clicca per disabilitare",
|
||||
"app.presentationUploder.removePresentationLabel": "Rimuovi presentazione",
|
||||
"app.presentationUploder.setAsCurrentPresentation": "Imposta presentazione come attuale",
|
||||
"app.presentationUploder.tableHeading.filename": "Nome del file",
|
||||
@ -203,6 +205,8 @@
|
||||
"app.presentationUploder.tableHeading.status": "Stato",
|
||||
"app.presentationUploder.uploadStatus": "{0} di {1} upload completati",
|
||||
"app.presentationUploder.completed": "{0} upload completati",
|
||||
"app.presentationUploder.item" : "Elemento",
|
||||
"app.presentationUploder.itemPlural" : "Elementi",
|
||||
"app.presentationUploder.clearErrors": "Pulisci gli errori",
|
||||
"app.presentationUploder.clearErrorsDesc": "Pulisci gli upload delle presentazioni falliti",
|
||||
"app.poll.pollPaneTitle": "Domande/Sondaggi",
|
||||
@ -277,8 +281,6 @@
|
||||
"app.navBar.emptyAudioBrdige": "Nessun microfono attivo. Condividi il microfono per aggiungere l'audio alla registrazione.",
|
||||
"app.leaveConfirmation.confirmLabel": "Abbandona",
|
||||
"app.leaveConfirmation.confirmDesc": "Abbandona il meeting",
|
||||
"app.endMeeting.title": "Fine Meeting",
|
||||
"app.endMeeting.description": "Vuoi chiudere questo meeting per tutti (tutti gli utenti verranno disconnessi)?",
|
||||
"app.endMeeting.yesLabel": "Si",
|
||||
"app.endMeeting.noLabel": "No",
|
||||
"app.about.title": "Informazioni",
|
||||
@ -365,6 +367,7 @@
|
||||
"app.actionsBar.emojiMenu.statusTriggerLabel": "Imposta Stato",
|
||||
"app.actionsBar.emojiMenu.awayLabel": "Non al computer",
|
||||
"app.actionsBar.emojiMenu.awayDesc": "Imposta il tuo stato su 'non al computer'",
|
||||
"app.actionsBar.emojiMenu.raiseHandLabel": "Alza la mano",
|
||||
"app.actionsBar.emojiMenu.raiseHandDesc": "Alza la mano per porre una domanda",
|
||||
"app.actionsBar.emojiMenu.neutralLabel": "Indeciso",
|
||||
"app.actionsBar.emojiMenu.neutralDesc": "Cambia il tuo stato a 'Indeciso'",
|
||||
@ -479,6 +482,7 @@
|
||||
"app.modal.newTab": "(apre una nuova scheda)",
|
||||
"app.modal.confirm.description": "Salva le modifiche e chiudi la finestra",
|
||||
"app.dropdown.close": "Chiudi",
|
||||
"app.dropdown.list.item.activeLabel": "Attivo",
|
||||
"app.error.400": "Richiesta Errata",
|
||||
"app.error.401": "Non autorizzato",
|
||||
"app.error.403": "Sei stato rimosso dal meeting",
|
||||
@ -531,6 +535,7 @@
|
||||
"app.shortcut-help.hidePrivateChat": "Nascondi chat privata",
|
||||
"app.shortcut-help.closePrivateChat": "Chiudi chat privata",
|
||||
"app.shortcut-help.openActions": "Apre il menu strumenti",
|
||||
"app.shortcut-help.openDebugWindow": "Apri finestra di debug",
|
||||
"app.shortcut-help.openStatus": "Apre il menu di stato",
|
||||
"app.shortcut-help.togglePan": "Attiva lo strumento Panoramico (Presentatore)",
|
||||
"app.shortcut-help.nextSlideDesc": "Slide seguente (Presentatore)",
|
||||
@ -657,6 +662,8 @@
|
||||
"app.feedback.textarea": "Come possiamo migliorare il sistema LIVE?",
|
||||
"app.feedback.sendFeedback": "Invia recensione",
|
||||
"app.feedback.sendFeedbackDesc": "Invia una recensione e lascia il Meeting",
|
||||
"app.videoDock.webcamMirrorLabel": "Specchia",
|
||||
"app.videoDock.webcamMirrorDesc": "Specchia la webcam selezionata",
|
||||
"app.videoDock.webcamFocusLabel": "Metti in evidenza",
|
||||
"app.videoDock.webcamFocusDesc": "Metti in evidenza la webcam selezionata",
|
||||
"app.videoDock.webcamUnfocusLabel": "Disattiva webcam",
|
||||
@ -709,7 +716,10 @@
|
||||
"app.iOSWarning.label": "Aggiornare alla versione iOS 12.2 o seguenti",
|
||||
"app.legacy.unsupportedBrowser": "Sembra che tu stia usando un browser non supportato. Per favore utilizza {0} oppure {1} per un supporto completo.",
|
||||
"app.legacy.upgradeBrowser": "Sembra tu stia usando una vecchia versione di un browser supportato. Per favore aggiorna la versione del browser per un supporto completo.",
|
||||
"app.legacy.criosBrowser": "Su iPhone/iPad (iOS) utilizzare il browser Safari per il supporto completo."
|
||||
"app.legacy.criosBrowser": "Su iPhone/iPad (iOS) utilizzare il browser Safari per il supporto completo.",
|
||||
"app.debugWindow.windowTitle": "Debug",
|
||||
"app.debugWindow.form.userAgentLabel": "User Agent",
|
||||
"app.debugWindow.form.button.copy": "Copia"
|
||||
|
||||
}
|
||||
|
||||
|
@ -284,8 +284,8 @@
|
||||
"app.navBar.emptyAudioBrdige": "アクティブなマイクがありません。この録画に音声を追加するには、マイクを使用してください。",
|
||||
"app.leaveConfirmation.confirmLabel": "退室",
|
||||
"app.leaveConfirmation.confirmDesc": "自分を会議からログアウトさせる",
|
||||
"app.endMeeting.title": "会議を終了する",
|
||||
"app.endMeeting.description": "本当にこの会議を終了(すべての参加者の接続を切断)してよろしいですか?",
|
||||
"app.endMeeting.title": "終了 {0}",
|
||||
"app.endMeeting.description": "この操作により、まだ{0}人が参加していますが、このセッションを終了します。本当に構いませんか?",
|
||||
"app.endMeeting.yesLabel": "はい",
|
||||
"app.endMeeting.noLabel": "いいえ",
|
||||
"app.about.title": "製品情報",
|
||||
@ -370,6 +370,8 @@
|
||||
"app.actionsBar.actionsDropdown.captionsDesc": "字幕を切り替える",
|
||||
"app.actionsBar.actionsDropdown.takePresenter": "プレゼンターになる",
|
||||
"app.actionsBar.actionsDropdown.takePresenterDesc": "自分を新しいプレゼンターとして割り当てる",
|
||||
"app.actionsBar.actionsDropdown.selectRandUserLabel": "ランダムにあてる",
|
||||
"app.actionsBar.actionsDropdown.selectRandUserDesc": "現参加者の中からランダムに一人あてます",
|
||||
"app.actionsBar.emojiMenu.statusTriggerLabel": "ステータス設定",
|
||||
"app.actionsBar.emojiMenu.awayLabel": "不在",
|
||||
"app.actionsBar.emojiMenu.awayDesc": "スタータスを「不在」にする",
|
||||
@ -487,6 +489,11 @@
|
||||
"app.modal.confirm": "完了",
|
||||
"app.modal.newTab": "(新しいタブを開く)",
|
||||
"app.modal.confirm.description": "変更を保存してウィンドウを閉じる",
|
||||
"app.modal.randomUser.noViewers.description": "あてる参加者がいません",
|
||||
"app.modal.randomUser.selected.description": "あなたが選ばれました",
|
||||
"app.modal.randomUser.title": "選ばれた人",
|
||||
"app.modal.randomUser.reselect.label": "もう一度当てる",
|
||||
"app.modal.randomUser.ariaLabel.title": "無作為選択モーダル",
|
||||
"app.dropdown.close": "閉じる",
|
||||
"app.dropdown.list.item.activeLabel": "アクティブ",
|
||||
"app.error.400": "不正なリクエスト",
|
||||
@ -541,6 +548,7 @@
|
||||
"app.shortcut-help.hidePrivateChat": "非公開チャットを隠す",
|
||||
"app.shortcut-help.closePrivateChat": "非公開チャットを閉じる",
|
||||
"app.shortcut-help.openActions": "アクションメニューを開く",
|
||||
"app.shortcut-help.openDebugWindow": "デバッグウィンドウを開く",
|
||||
"app.shortcut-help.openStatus": "ステータスメニューを開く",
|
||||
"app.shortcut-help.togglePan": "パンツールを有効にする(プレゼンター)",
|
||||
"app.shortcut-help.nextSlideDesc": "次のスライド(プレゼンター)",
|
||||
@ -668,6 +676,8 @@
|
||||
"app.feedback.textarea": "改善案をお聞かせください。",
|
||||
"app.feedback.sendFeedback": "フィードバックを送る",
|
||||
"app.feedback.sendFeedbackDesc": "フィードバックを送り、会議から退室する",
|
||||
"app.videoDock.webcamMirrorLabel": "反転",
|
||||
"app.videoDock.webcamMirrorDesc": "選択したウェブカメラを鏡像反転する",
|
||||
"app.videoDock.webcamFocusLabel": "フォーカス",
|
||||
"app.videoDock.webcamFocusDesc": "選択したウェブカメラにフォーカスする",
|
||||
"app.videoDock.webcamUnfocusLabel": "フォーカスを外す",
|
||||
|
@ -282,8 +282,6 @@
|
||||
"app.navBar.emptyAudioBrdige": "アクティブなマイクがありません。この録画に音声を追加するには、マイクを使用してください。",
|
||||
"app.leaveConfirmation.confirmLabel": "退室",
|
||||
"app.leaveConfirmation.confirmDesc": "自分を会議からログアウトさせる",
|
||||
"app.endMeeting.title": "会議を終了する",
|
||||
"app.endMeeting.description": "本当にこの会議を終了(すべての参加者の接続を切断)してよろしいですか?",
|
||||
"app.endMeeting.yesLabel": "はい",
|
||||
"app.endMeeting.noLabel": "いいえ",
|
||||
"app.about.title": "製品情報",
|
||||
|
@ -254,7 +254,6 @@
|
||||
"app.navBar.emptyAudioBrdige": "მიკროფონები არ არის აქტიური. გააზიარეთ თქვენი მიკროფონი ჩანაწერში აუდიო კომპონენტის დასამატებლად.",
|
||||
"app.leaveConfirmation.confirmLabel": "დატოვება",
|
||||
"app.leaveConfirmation.confirmDesc": "გამოყავხართ შეხვედრიდან",
|
||||
"app.endMeeting.title": "შეხვედრის დასრულება",
|
||||
"app.endMeeting.yesLabel": "დიახ",
|
||||
"app.endMeeting.noLabel": "არა",
|
||||
"app.about.title": "შესახებ",
|
||||
|
@ -247,7 +247,6 @@
|
||||
"app.navBar.recording.off": "មិនថតទេ",
|
||||
"app.leaveConfirmation.confirmLabel": "ចាកចេញ",
|
||||
"app.leaveConfirmation.confirmDesc": "ដកអ្នកចេញពីការប្រជុំ",
|
||||
"app.endMeeting.title": "បញ្ចប់កិច្ចប្រជុំ",
|
||||
"app.endMeeting.yesLabel": "បាទ/ចាស",
|
||||
"app.endMeeting.noLabel": "ទេ",
|
||||
"app.about.title": "អំពី",
|
||||
|
@ -258,7 +258,6 @@
|
||||
"app.navBar.emptyAudioBrdige": "ಸಕ್ರಿಯ ಮೈಕ್ರೊಫೋನ್ ಇಲ್ಲ. ಈ ರೆಕಾರ್ಡಿಂಗ್ಗೆ ಆಡಿಯೊ ಸೇರಿಸಲು ನಿಮ್ಮ ಮೈಕ್ರೊಫೋನ್ ಹಂಚಿಕೊಳ್ಳಿ.",
|
||||
"app.leaveConfirmation.confirmLabel": "ಹೊರಬನ್ನಿ",
|
||||
"app.leaveConfirmation.confirmDesc": "ನಿಮ್ಮನ್ನು ಸಭೆಯಿಂದ ಹೊರಹಾಕುತ್ತದೆ",
|
||||
"app.endMeeting.title": "ಸಭೆಯನ್ನು ಕೊನೆಗೊಳಿಸಿ",
|
||||
"app.endMeeting.yesLabel": "ಹೌದು",
|
||||
"app.endMeeting.noLabel": "ಇಲ್ಲ",
|
||||
"app.about.title": "ಬಗ್ಗೆ",
|
||||
|
@ -279,8 +279,6 @@
|
||||
"app.navBar.emptyAudioBrdige": "활성화된 마이크 없음. 녹음하려면 마이크를 공유하세요.",
|
||||
"app.leaveConfirmation.confirmLabel": "떠나기",
|
||||
"app.leaveConfirmation.confirmDesc": "미팅에서 로그 아웃",
|
||||
"app.endMeeting.title": "미팅 끝",
|
||||
"app.endMeeting.description": "모든이들과 함께 이 미팅을 끝내시겠습니까 ? ( 모든 사용자는 접속해제 됩니다 )",
|
||||
"app.endMeeting.yesLabel": "예",
|
||||
"app.endMeeting.noLabel": "아니요",
|
||||
"app.about.title": "개요",
|
||||
|
@ -277,8 +277,6 @@
|
||||
"app.navBar.emptyAudioBrdige": "Nėra aktyvaus mikrofono. Dalinkitės mikrofonu, kad pridėtumėte garsą šiam įrašui. ",
|
||||
"app.leaveConfirmation.confirmLabel": "Palikti",
|
||||
"app.leaveConfirmation.confirmDesc": "Atjungia jus nuo susitikimo",
|
||||
"app.endMeeting.title": "Baigti susitikimą ",
|
||||
"app.endMeeting.description": "Ar tikrai norite baigti šį susitikimą visiems (visi naudotojai bus atjungti)?",
|
||||
"app.endMeeting.yesLabel": "Taip",
|
||||
"app.endMeeting.noLabel": "Ne",
|
||||
"app.about.title": "Apie",
|
||||
|
@ -254,7 +254,6 @@
|
||||
"app.navBar.emptyAudioBrdige": "Nav aktīva mikrofona. Kopīgojiet savu mikrofonu, lai šim ierakstam būtu skaņa.",
|
||||
"app.leaveConfirmation.confirmLabel": "Pamest",
|
||||
"app.leaveConfirmation.confirmDesc": "Jūs izliek no sapulces",
|
||||
"app.endMeeting.title": "Beigt sapulci",
|
||||
"app.endMeeting.yesLabel": "Jā",
|
||||
"app.endMeeting.noLabel": "Nē",
|
||||
"app.about.title": "Par",
|
||||
|
@ -260,7 +260,6 @@
|
||||
"app.navBar.emptyAudioBrdige": "Ingen aktive mikrofoner. Del mikrofonen for å kunne bruke audio i dette møtet",
|
||||
"app.leaveConfirmation.confirmLabel": "Gå ut",
|
||||
"app.leaveConfirmation.confirmDesc": "Logger deg ut av møtet",
|
||||
"app.endMeeting.title": "Avslutt møtet",
|
||||
"app.endMeeting.yesLabel": "Ja",
|
||||
"app.endMeeting.noLabel": "Nei",
|
||||
"app.about.title": "Om",
|
||||
|
@ -113,6 +113,9 @@
|
||||
"app.userList.userOptions.enableNote": "Gedeelde notities zijn nu ingeschakeld",
|
||||
"app.userList.userOptions.showUserList": "Gebruikerslijst wordt nu getoond aan kijkers",
|
||||
"app.userList.userOptions.enableOnlyModeratorWebcam": "U kunt uw webcam nu inschakelen, iedereen zal u zien",
|
||||
"app.userList.userOptions.savedNames.title": "Lijst met gebruikers in vergadering {0} om {1}",
|
||||
"app.userList.userOptions.sortedFirstName.heading": "Gesorteerd op voornaam:",
|
||||
"app.userList.userOptions.sortedLastName.heading": "Gesorteerd op achternaam:",
|
||||
"app.media.label": "Media",
|
||||
"app.media.autoplayAlertDesc": "Toegang toestaan",
|
||||
"app.media.screenshare.start": "Screenshare is gestart",
|
||||
@ -195,6 +198,8 @@
|
||||
"app.presentationUploder.conversion.pdfHasBigPage": "We konden het PDF-bestand niet converteren, probeer het te optimaliseren",
|
||||
"app.presentationUploder.conversion.timeout": "Oeps, de conversie heeft te lang geduurd",
|
||||
"app.presentationUploder.conversion.pageCountFailed": "Bepalen van het aantal pagina's is mislukt.",
|
||||
"app.presentationUploder.isDownloadableLabel": "Het downloaden van presentaties is niet toegestaan - klik om toe te staan dat de presentatie wordt gedownload",
|
||||
"app.presentationUploder.isNotDownloadableLabel": "Downloaden van presentaties is toegestaan - klik om te voorkomen dat de presentatie wordt gedownload",
|
||||
"app.presentationUploder.removePresentationLabel": "Presentatie verwijderen",
|
||||
"app.presentationUploder.setAsCurrentPresentation": "Presentatie instellen als huidige",
|
||||
"app.presentationUploder.tableHeading.filename": "Bestandsnaam",
|
||||
@ -279,8 +284,8 @@
|
||||
"app.navBar.emptyAudioBrdige": "Geen actieve microfoon. Deel je microfoon om audio toe te voegen aan deze opname.",
|
||||
"app.leaveConfirmation.confirmLabel": "Verlaten",
|
||||
"app.leaveConfirmation.confirmDesc": "Logt u uit van de vergadering",
|
||||
"app.endMeeting.title": "Vergadering beëindigen",
|
||||
"app.endMeeting.description": "Weet u zeker dat u deze vergadering voor iedereen wilt beëindigen (de verbinding van alle gebruikers zal worden verbroken)?",
|
||||
"app.endMeeting.title": "Einde {0}",
|
||||
"app.endMeeting.description": "Deze actie beëindigt de sessie voor {0} actieve gebruiker(s). Weet u zeker dat u deze sessie wilt beëindigen?",
|
||||
"app.endMeeting.yesLabel": "Ja",
|
||||
"app.endMeeting.noLabel": "Nee",
|
||||
"app.about.title": "Over",
|
||||
@ -365,9 +370,12 @@
|
||||
"app.actionsBar.actionsDropdown.captionsDesc": "Toont/verbergt bijschriftenpaneel",
|
||||
"app.actionsBar.actionsDropdown.takePresenter": "Presentator-rol nemen",
|
||||
"app.actionsBar.actionsDropdown.takePresenterDesc": "Wijs uzelf toe als de nieuwe presentator",
|
||||
"app.actionsBar.actionsDropdown.selectRandUserLabel": "Selecteer willekeurige gebruiker",
|
||||
"app.actionsBar.actionsDropdown.selectRandUserDesc": "Kiest willekeurig een gebruiker uit de beschikbare kijkers",
|
||||
"app.actionsBar.emojiMenu.statusTriggerLabel": "Status instellen",
|
||||
"app.actionsBar.emojiMenu.awayLabel": "Afwezig",
|
||||
"app.actionsBar.emojiMenu.awayDesc": "Wijzig uw status in afwezig",
|
||||
"app.actionsBar.emojiMenu.raiseHandLabel": "Hand opsteken",
|
||||
"app.actionsBar.emojiMenu.raiseHandDesc": "Steek uw hand op om een vraag te stellen",
|
||||
"app.actionsBar.emojiMenu.neutralLabel": "Onbeslist",
|
||||
"app.actionsBar.emojiMenu.neutralDesc": "Wijzig uw status in onbeslist",
|
||||
@ -481,7 +489,13 @@
|
||||
"app.modal.confirm": "Gereed",
|
||||
"app.modal.newTab": "(opent nieuw tabblad)",
|
||||
"app.modal.confirm.description": "Slaat wijzigingen op en sluit de modal",
|
||||
"app.modal.randomUser.noViewers.description": "Geen kijkers beschikbaar om willekeurig uit te kiezen",
|
||||
"app.modal.randomUser.selected.description": "U werd willekeurig geselecteerd",
|
||||
"app.modal.randomUser.title": "Willekeurig geselecteerde gebruiker",
|
||||
"app.modal.randomUser.reselect.label": "Selecteer opnieuw",
|
||||
"app.modal.randomUser.ariaLabel.title": "Willekeurig geselecteerde gebruikersmodaal",
|
||||
"app.dropdown.close": "Sluiten",
|
||||
"app.dropdown.list.item.activeLabel": "Actief",
|
||||
"app.error.400": "Ongeldig verzoek",
|
||||
"app.error.401": "Niet geautoriseerd",
|
||||
"app.error.403": "U bent verwijderd uit de vergadering",
|
||||
@ -534,6 +548,7 @@
|
||||
"app.shortcut-help.hidePrivateChat": "Verberg privéchat",
|
||||
"app.shortcut-help.closePrivateChat": "Sluit privéchat",
|
||||
"app.shortcut-help.openActions": "Actiesmenu openen",
|
||||
"app.shortcut-help.openDebugWindow": "Open het foutopsporingsvenster",
|
||||
"app.shortcut-help.openStatus": "Statusmenu openen",
|
||||
"app.shortcut-help.togglePan": "Activeer Pan-tool (Presentator)",
|
||||
"app.shortcut-help.nextSlideDesc": "Volgende dia (Presentator)",
|
||||
@ -584,6 +599,8 @@
|
||||
"app.videoPreview.webcamNotFoundLabel": "Webcam niet gevonden",
|
||||
"app.videoPreview.profileNotFoundLabel": "Geen ondersteund cameraprofiel",
|
||||
"app.video.joinVideo": "Webcam delen",
|
||||
"app.video.connecting": "Het delen van de webcam begint ...",
|
||||
"app.video.dataSaving": "Webcam delen is uitgeschakeld in Gegevens Besparing",
|
||||
"app.video.leaveVideo": "Stop met delen webcam",
|
||||
"app.video.iceCandidateError": "Fout bij het toevoegen van ICE-kandidaat",
|
||||
"app.video.iceConnectionStateError": "Verbindingsfout (ICE-fout 1107)",
|
||||
@ -609,7 +626,9 @@
|
||||
"app.video.chromeExtensionErrorLink": "deze Chrome-extensie",
|
||||
"app.video.pagination.prevPage": "Zie vorige videos",
|
||||
"app.video.pagination.nextPage": "Zie volgende videos",
|
||||
"app.video.clientDisconnected": "Webcam kan niet worden gedeeld vanwege verbindingsproblemen",
|
||||
"app.fullscreenButton.label": "Maak {0} volledig scherm",
|
||||
"app.fullscreenUndoButton.label": "Maak {0} volledig scherm ongedaan",
|
||||
"app.deskshare.iceConnectionStateError": "Verbinding mislukt tijdens delen van scherm (ICE error 1108)",
|
||||
"app.sfu.mediaServerConnectionError2000": "Kan geen verbinding maken met mediaserver (fout 2000)",
|
||||
"app.sfu.mediaServerOffline2001": "Mediaserver is offline. Probeer het later opnieuw (fout 2001)",
|
||||
@ -657,6 +676,8 @@
|
||||
"app.feedback.textarea": "Hoe kunnen we BigBlueButton beter maken?",
|
||||
"app.feedback.sendFeedback": "Feedback verzenden",
|
||||
"app.feedback.sendFeedbackDesc": "Stuur feedback en verlaat de vergadering",
|
||||
"app.videoDock.webcamMirrorLabel": "Spiegel",
|
||||
"app.videoDock.webcamMirrorDesc": "Spiegel de geselecteerde webcam",
|
||||
"app.videoDock.webcamFocusLabel": "Focus",
|
||||
"app.videoDock.webcamFocusDesc": "Focus de geselecteerde webcam",
|
||||
"app.videoDock.webcamUnfocusLabel": "Unfocus",
|
||||
@ -709,7 +730,12 @@
|
||||
"app.iOSWarning.label": "Upgrade naar iOS 12.2 of hoger",
|
||||
"app.legacy.unsupportedBrowser": "Het lijkt erop dat u een browser gebruikt die niet wordt ondersteund. Gebruik {0} of {1} voor volledige ondersteuning.",
|
||||
"app.legacy.upgradeBrowser": "Het lijkt erop dat u een oudere versie van een ondersteunde browser gebruikt. Upgrade uw browser voor volledige ondersteuning.",
|
||||
"app.legacy.criosBrowser": "Gebruik Safari op iOS voor volledige ondersteuning."
|
||||
"app.legacy.criosBrowser": "Gebruik Safari op iOS voor volledige ondersteuning.",
|
||||
"app.debugWindow.windowTitle": "Debug",
|
||||
"app.debugWindow.form.userAgentLabel": "User Agent",
|
||||
"app.debugWindow.form.button.copy": "Kopiëren",
|
||||
"app.debugWindow.form.enableAutoarrangeLayoutLabel": "Schakel Auto Arrange Layout in",
|
||||
"app.debugWindow.form.enableAutoarrangeLayoutDescription": "(deze wordt uitgeschakeld als u het webcamgedeelte sleept of het formaat ervan wijzigt)"
|
||||
|
||||
}
|
||||
|
||||
|
@ -135,7 +135,6 @@
|
||||
"app.navBar.settingsDropdown.endMeetingLabel": "Terminar la reünion",
|
||||
"app.navBar.recording.on": "Enregistrament",
|
||||
"app.leaveConfirmation.confirmLabel": "Quitar",
|
||||
"app.endMeeting.title": "Terminar la reünion",
|
||||
"app.endMeeting.yesLabel": "Òc",
|
||||
"app.endMeeting.noLabel": "Non",
|
||||
"app.about.title": "A prepaus",
|
||||
|
@ -256,7 +256,6 @@
|
||||
"app.navBar.emptyAudioBrdige": "Brak aktywnego mikrofonu. Udostępnij mikrofon, by umożliwić nagrywanie dźwięku.",
|
||||
"app.leaveConfirmation.confirmLabel": "Wyjdź",
|
||||
"app.leaveConfirmation.confirmDesc": "Wylogowuje Cię ze spotkania",
|
||||
"app.endMeeting.title": "Zakończ spotkanie",
|
||||
"app.endMeeting.yesLabel": "Tak",
|
||||
"app.endMeeting.noLabel": "Nie",
|
||||
"app.about.title": "O kliencie",
|
||||
|
@ -198,6 +198,8 @@
|
||||
"app.presentationUploder.conversion.pdfHasBigPage": "Não foi possível converter este ficheiro PDF. Por favor, tente optimizar o mesmo ou tente com um ficheiro diferente.",
|
||||
"app.presentationUploder.conversion.timeout": "Ops, a conversão demorou muito",
|
||||
"app.presentationUploder.conversion.pageCountFailed": "Não foi possível determinar o número de páginas.",
|
||||
"app.presentationUploder.isDownloadableLabel": "O download da apresentação não é permitido - clique para permitir",
|
||||
"app.presentationUploder.isNotDownloadableLabel": "O download da apresentação é permitido - clique para impedir",
|
||||
"app.presentationUploder.removePresentationLabel": "Eliminar apresentação",
|
||||
"app.presentationUploder.setAsCurrentPresentation": "Definir apresentação como atual",
|
||||
"app.presentationUploder.tableHeading.filename": "Nome do ficheiro",
|
||||
@ -282,8 +284,8 @@
|
||||
"app.navBar.emptyAudioBrdige": "Não existe um microfone active. Partilhe o seu microfone para adicionar audio a esta gravação.",
|
||||
"app.leaveConfirmation.confirmLabel": "Sair",
|
||||
"app.leaveConfirmation.confirmDesc": "Sai da sessão",
|
||||
"app.endMeeting.title": "Terminar sessão",
|
||||
"app.endMeeting.description": "Deseja terminar esta sessão para todos? (Todos os utilizadores serão desligados).",
|
||||
"app.endMeeting.title": "Fim {0}",
|
||||
"app.endMeeting.description": "Esta acção vai terminar a sessão para {0} utilizador(es). Tem a certeza que deseja terminar a sessão?",
|
||||
"app.endMeeting.yesLabel": "Sim",
|
||||
"app.endMeeting.noLabel": "Não",
|
||||
"app.about.title": "Sobre",
|
||||
@ -368,9 +370,12 @@
|
||||
"app.actionsBar.actionsDropdown.captionsDesc": "Alterna painel de legendas",
|
||||
"app.actionsBar.actionsDropdown.takePresenter": "Assumir apresentador",
|
||||
"app.actionsBar.actionsDropdown.takePresenterDesc": "Atribuir a si o papel de apresentador",
|
||||
"app.actionsBar.actionsDropdown.selectRandUserLabel": "Escolher Utilizador aleatório.",
|
||||
"app.actionsBar.actionsDropdown.selectRandUserDesc": "Escolhe aleatoriamente um utilizador da lista",
|
||||
"app.actionsBar.emojiMenu.statusTriggerLabel": "Definir estado",
|
||||
"app.actionsBar.emojiMenu.awayLabel": "Ausente",
|
||||
"app.actionsBar.emojiMenu.awayDesc": "Mudar o seu estado para ausente",
|
||||
"app.actionsBar.emojiMenu.raiseHandLabel": "Levantar a mão",
|
||||
"app.actionsBar.emojiMenu.raiseHandDesc": "Levante a mão para fazer uma pergunta",
|
||||
"app.actionsBar.emojiMenu.neutralLabel": "Indeciso",
|
||||
"app.actionsBar.emojiMenu.neutralDesc": "Mudar o seu estado para indeciso",
|
||||
@ -484,7 +489,13 @@
|
||||
"app.modal.confirm": "Terminado",
|
||||
"app.modal.newTab": "(abre novo separador)",
|
||||
"app.modal.confirm.description": "Guarda as alterações e fecha a janela modal",
|
||||
"app.modal.randomUser.noViewers.description": "Não existem utilizadores por onde escolher",
|
||||
"app.modal.randomUser.selected.description": "Foi escolhido aleatoriamente",
|
||||
"app.modal.randomUser.title": "Utilizador escolhido aleatoriamente",
|
||||
"app.modal.randomUser.reselect.label": "Escolher novamente",
|
||||
"app.modal.randomUser.ariaLabel.title": "Janela de escolha aleatória de Utilizador",
|
||||
"app.dropdown.close": "Fechar",
|
||||
"app.dropdown.list.item.activeLabel": "Activo",
|
||||
"app.error.400": "400 Pedido incorreto",
|
||||
"app.error.401": "Não autorizado",
|
||||
"app.error.403": "Foi removido da sessão",
|
||||
@ -537,6 +548,7 @@
|
||||
"app.shortcut-help.hidePrivateChat": "Esconder o chat privado",
|
||||
"app.shortcut-help.closePrivateChat": "Fechar o chat privado",
|
||||
"app.shortcut-help.openActions": "Abrir o menu de ações",
|
||||
"app.shortcut-help.openDebugWindow": "Abrir janela de depuração",
|
||||
"app.shortcut-help.openStatus": "Abrir o menu de estado",
|
||||
"app.shortcut-help.togglePan": "Ativar a ferramenta Pan (apresentador)",
|
||||
"app.shortcut-help.nextSlideDesc": "Slide seguinte (apresentador)",
|
||||
@ -616,6 +628,7 @@
|
||||
"app.video.pagination.nextPage": "Ver vídeos seguintes",
|
||||
"app.video.clientDisconnected": "A webcam não pode ser partilhada devido a um problema de ligação",
|
||||
"app.fullscreenButton.label": "Passar {0} a ecrã inteiro",
|
||||
"app.fullscreenUndoButton.label": "Reverter {0} de ecrã inteiro",
|
||||
"app.deskshare.iceConnectionStateError": "A ligação falhou ao partilhar o ecrã (erro ICE 1108)",
|
||||
"app.sfu.mediaServerConnectionError2000": "Não foi possível ligar ao media server (erro 2000)",
|
||||
"app.sfu.mediaServerOffline2001": "O media server está offline. Por favor, tente mais tarde (erro 2001)",
|
||||
@ -663,6 +676,8 @@
|
||||
"app.feedback.textarea": "Como podemos melhorar o BigBlueButton?",
|
||||
"app.feedback.sendFeedback": "Enviar feedback",
|
||||
"app.feedback.sendFeedbackDesc": "Enviar feedback e sair da sessão",
|
||||
"app.videoDock.webcamMirrorLabel": "Espelhar",
|
||||
"app.videoDock.webcamMirrorDesc": "Espelhar a webcam escolhida",
|
||||
"app.videoDock.webcamFocusLabel": "Focar",
|
||||
"app.videoDock.webcamFocusDesc": "Focar a webcam selecionada",
|
||||
"app.videoDock.webcamUnfocusLabel": "Desfocar",
|
||||
@ -715,7 +730,12 @@
|
||||
"app.iOSWarning.label": "Por favor atualize para iOS 12.2 ou posterior",
|
||||
"app.legacy.unsupportedBrowser": "Aparentemente está a usar um navegador não suportado. Por favor use o {0} or {1}. ",
|
||||
"app.legacy.upgradeBrowser": "Aparentemente está a usar uma versão antiga dum navegador suportado. Por favor atualize o seu navegador.",
|
||||
"app.legacy.criosBrowser": "No iOS por favor use o Safari para obter suporte completo a esta aplicação"
|
||||
"app.legacy.criosBrowser": "No iOS por favor use o Safari para obter suporte completo a esta aplicação",
|
||||
"app.debugWindow.windowTitle": "Depurar",
|
||||
"app.debugWindow.form.userAgentLabel": "User Agent",
|
||||
"app.debugWindow.form.button.copy": "Copiar",
|
||||
"app.debugWindow.form.enableAutoarrangeLayoutLabel": "Activar a disposição automática",
|
||||
"app.debugWindow.form.enableAutoarrangeLayoutDescription": "(será desactivado se arrastar ou redimensionar a área das webcams)"
|
||||
|
||||
}
|
||||
|
||||
|
@ -262,7 +262,6 @@
|
||||
"app.navBar.emptyAudioBrdige": "Sem microfone ativo. Compartilhe seu microfone para adicionar áudio a esta gravação.",
|
||||
"app.leaveConfirmation.confirmLabel": "Sair",
|
||||
"app.leaveConfirmation.confirmDesc": "Desconecta da sessão",
|
||||
"app.endMeeting.title": "Encerrar sessão",
|
||||
"app.endMeeting.yesLabel": "Sim",
|
||||
"app.endMeeting.noLabel": "Não",
|
||||
"app.about.title": "Sobre",
|
||||
@ -283,7 +282,6 @@
|
||||
"app.screenshare.screenShareLabel" : "Compartilhamento de tela",
|
||||
"app.submenu.application.applicationSectionTitle": "Aplicação",
|
||||
"app.submenu.application.animationsLabel": "Animações",
|
||||
"app.submenu.application.audioFilterLabel": "Filtros de áudio para o microfone",
|
||||
"app.submenu.application.fontSizeControlLabel": "Tamanho da fonte",
|
||||
"app.submenu.application.increaseFontBtnLabel": "Aumentar o tamanho da fonte da aplicação",
|
||||
"app.submenu.application.decreaseFontBtnLabel": "Diminuir o tamanho da fonte da aplicação",
|
||||
|
@ -250,7 +250,6 @@
|
||||
"app.navBar.emptyAudioBrdige": "Nici un microfon activ. Partajeaza-ti microfonul pentru ca aceasta inregistrare sa contina audio.",
|
||||
"app.leaveConfirmation.confirmLabel": "Paraseste",
|
||||
"app.leaveConfirmation.confirmDesc": "Scoatere din sedinta",
|
||||
"app.endMeeting.title": "Sfarsit sedinta",
|
||||
"app.endMeeting.yesLabel": "Da",
|
||||
"app.endMeeting.noLabel": "Nu",
|
||||
"app.about.title": "Despre",
|
||||
|
@ -267,7 +267,6 @@
|
||||
"app.navBar.emptyAudioBrdige": "Нет активных микрофонов. Активируйте свой микрофон, чтобы добавить звук в запись.",
|
||||
"app.leaveConfirmation.confirmLabel": "Выйти",
|
||||
"app.leaveConfirmation.confirmDesc": "Выйти из конференции",
|
||||
"app.endMeeting.title": "Закончить конференцию",
|
||||
"app.endMeeting.yesLabel": "Да",
|
||||
"app.endMeeting.noLabel": "Нет",
|
||||
"app.about.title": "О программе",
|
||||
|
@ -284,8 +284,6 @@
|
||||
"app.navBar.emptyAudioBrdige": "Нет активных микрофонов. Активируйте свой микрофон, чтобы добавить звук в запись.",
|
||||
"app.leaveConfirmation.confirmLabel": "Выйти",
|
||||
"app.leaveConfirmation.confirmDesc": "Выйти из конференции",
|
||||
"app.endMeeting.title": "Закончить конференцию",
|
||||
"app.endMeeting.description": "Вы уверены, что хотите завершить эту конференцию для всех (все пользователи будут отключены)?",
|
||||
"app.endMeeting.yesLabel": "Да",
|
||||
"app.endMeeting.noLabel": "Нет",
|
||||
"app.about.title": "О программе",
|
||||
|
@ -269,8 +269,6 @@
|
||||
"app.navBar.emptyAudioBrdige": "Nemáte aktívny mikrofón. Zdieľajte Váš mikrofón pre doplnenie zvuku k tekto nahrávke.",
|
||||
"app.leaveConfirmation.confirmLabel": "Opustiť",
|
||||
"app.leaveConfirmation.confirmDesc": "Opustenie tejto konferencie",
|
||||
"app.endMeeting.title": "Ukončiť konferenciu",
|
||||
"app.endMeeting.description": "Určite chcete ukončiť túto konferenciu (všetci účastníci budú odpojení!) ?",
|
||||
"app.endMeeting.yesLabel": "Áno",
|
||||
"app.endMeeting.noLabel": "Nie",
|
||||
"app.about.title": "O aplikácii",
|
||||
|
@ -284,8 +284,6 @@
|
||||
"app.navBar.emptyAudioBrdige": "Ni zaznanega dejavnega mikrofona. Za snemanje zvoka ga je treba omogočiti.",
|
||||
"app.leaveConfirmation.confirmLabel": "Zapusti",
|
||||
"app.leaveConfirmation.confirmDesc": "Odjava od srečanja",
|
||||
"app.endMeeting.title": "Končaj srečanje",
|
||||
"app.endMeeting.description": "Ali ste prepričani, da želite končati srečanje za vse udeležence (povezava bo za vse prekinjena)?",
|
||||
"app.endMeeting.yesLabel": "Da",
|
||||
"app.endMeeting.noLabel": "Ne",
|
||||
"app.about.title": "O programu",
|
||||
|
@ -272,8 +272,6 @@
|
||||
"app.navBar.emptyAudioBrdige": "Nema aktivnog mikrofona. Podelite zvuk sa svog mikrofona kako biste dodali audio ovom snimku.",
|
||||
"app.leaveConfirmation.confirmLabel": "Napustite",
|
||||
"app.leaveConfirmation.confirmDesc": "Odjavite se sa predavanja",
|
||||
"app.endMeeting.title": "Završite predavanje",
|
||||
"app.endMeeting.description": "Da li ste sigurni da želite da završite ovu sesiju za sve (svi učesnici će biti izbačeni)?",
|
||||
"app.endMeeting.yesLabel": "Da",
|
||||
"app.endMeeting.noLabel": "Ne",
|
||||
"app.about.title": "Više o",
|
||||
|
@ -252,7 +252,6 @@
|
||||
"app.navBar.recording.off": "Ingen inspelning",
|
||||
"app.leaveConfirmation.confirmLabel": "Lämna",
|
||||
"app.leaveConfirmation.confirmDesc": "Loggar dig ur mötet",
|
||||
"app.endMeeting.title": "Avsluta mötet",
|
||||
"app.endMeeting.yesLabel": "Ja",
|
||||
"app.endMeeting.noLabel": "Nej",
|
||||
"app.about.title": "Om",
|
||||
|
@ -279,8 +279,6 @@
|
||||
"app.navBar.emptyAudioBrdige": "మైక్రోఫోన్ ఆన్ లో లేదు. ఈ రికార్డింగ్కు ఆడియోను జోడించడానికి మీ మైక్రోఫోన్ను షేర్ చేయండి.",
|
||||
"app.leaveConfirmation.confirmLabel": "వదిలివేయండి",
|
||||
"app.leaveConfirmation.confirmDesc": "మిమ్మల్ని సమావేశం నుండి లాగ్ అవుట్ చేస్తుంది",
|
||||
"app.endMeeting.title": "సమావేశం ముగించండి",
|
||||
"app.endMeeting.description": "మీరు ప్రతి ఒక్కరి కోసం ఈ సమావేశాన్ని ముగించాలనుకుంటున్నారా? (వినియోగదారులందరూ డిస్కనెక్ట్ చేయబడతారు)?",
|
||||
"app.endMeeting.yesLabel": "అవును",
|
||||
"app.endMeeting.noLabel": "కాదు",
|
||||
"app.about.title": "గురించి",
|
||||
|
@ -254,7 +254,6 @@
|
||||
"app.navBar.emptyAudioBrdige": "ไม่มีไมโครโฟนที่ใช้งานอยู่ แชร์ไมโครโฟนของคุณเพื่อเพิ่มเสียงในการบันทึกนี้",
|
||||
"app.leaveConfirmation.confirmLabel": "ออกจาก",
|
||||
"app.leaveConfirmation.confirmDesc": "นำคุณออกจากการประชุม",
|
||||
"app.endMeeting.title": "สิ้นสุดการประชุม",
|
||||
"app.endMeeting.yesLabel": "ใช่",
|
||||
"app.endMeeting.noLabel": "ไม่ใช่",
|
||||
"app.about.title": "เกี่ยวกับ",
|
||||
|
@ -250,7 +250,6 @@
|
||||
"app.navBar.emptyAudioBrdige": "ไม่มีไมโครโฟนที่ใช้งานอยู่ แชร์ไมโครโฟนของคุณเพื่อเพิ่มเสียงในการบันทึกนี้",
|
||||
"app.leaveConfirmation.confirmLabel": "ออกจาก",
|
||||
"app.leaveConfirmation.confirmDesc": "นำคุณออกจากการประชุม",
|
||||
"app.endMeeting.title": "สิ้นสุดการประชุม",
|
||||
"app.endMeeting.yesLabel": "ใช่",
|
||||
"app.endMeeting.noLabel": "ไม่ใช่",
|
||||
"app.about.title": "เกี่ยวกับ",
|
||||
|
@ -284,8 +284,6 @@
|
||||
"app.navBar.emptyAudioBrdige": "Etkin bir mikrofon yok. Bu kayıda ses eklemek için mikrofonunuzu paylaşın.",
|
||||
"app.leaveConfirmation.confirmLabel": "Ayrıl",
|
||||
"app.leaveConfirmation.confirmDesc": "Sizi görüşmeden çıkarır",
|
||||
"app.endMeeting.title": "Toplantıyı bitir",
|
||||
"app.endMeeting.description": "Bu oturumu herkes için sonlandırmak istediğinize emin misiniz (tüm kullanıcıların bağlantısı kesilecek)?",
|
||||
"app.endMeeting.yesLabel": "Evet",
|
||||
"app.endMeeting.noLabel": "Hayır",
|
||||
"app.about.title": "Hakkında",
|
||||
|
@ -18,6 +18,7 @@
|
||||
"app.chat.dropdown.save": "Kaydet",
|
||||
"app.chat.label": "Sohbet",
|
||||
"app.chat.offline": "Çevrimdışı",
|
||||
"app.chat.pollResult": "Anket sonuçları",
|
||||
"app.chat.emptyLogLabel": "Sohbet sistem kayıtları boş",
|
||||
"app.chat.clearPublicChatMessage": "Genel sohbet geçmişi moderatör tarafından temizlendi",
|
||||
"app.chat.multi.typing": "Birden çok kullanıcı yazıyor",
|
||||
@ -61,7 +62,7 @@
|
||||
"app.userList.notesListItem.unreadContent": "Paylaşılan notlar bölümünde yeni içerik var",
|
||||
"app.userList.captionsTitle": "Başlıklar",
|
||||
"app.userList.presenter": "Sunucu",
|
||||
"app.userList.you": "Siz",
|
||||
"app.userList.you": "Sen",
|
||||
"app.userList.locked": "Kilitli",
|
||||
"app.userList.byModerator": "(Sorumlu) tarafından",
|
||||
"app.userList.label": "Katılımcı listesi",
|
||||
@ -95,6 +96,8 @@
|
||||
"app.userList.userOptions.unmuteAllDesc": "Oturum sesini aç",
|
||||
"app.userList.userOptions.lockViewersLabel": "Katılımcıları kilitle",
|
||||
"app.userList.userOptions.lockViewersDesc": "Oturumun katılımcıları için bazı işlevleri kilitle",
|
||||
"app.userList.userOptions.connectionStatusLabel": "Bağlantı durumu",
|
||||
"app.userList.userOptions.connectionStatusDesc": "Kullanıcıların bağlantı durumunu görüntüleyin",
|
||||
"app.userList.userOptions.disableCam": "Katılımcıların web kameraları devre dışı",
|
||||
"app.userList.userOptions.disableMic": "Katılımcıların mikrofonları devre dışı",
|
||||
"app.userList.userOptions.disablePrivChat": "Özel mesaj devre dışı",
|
||||
@ -110,6 +113,9 @@
|
||||
"app.userList.userOptions.enableNote": "Paylaşılan notlar şu an etkin",
|
||||
"app.userList.userOptions.showUserList": "Kullanıcı listesi artık katılımcılara gösteriliyor",
|
||||
"app.userList.userOptions.enableOnlyModeratorWebcam": "Web kameranı şimdi etkinleştirebilirsin, herkes seni görecek",
|
||||
"app.userList.userOptions.savedNames.title": "{1} adresindeki {0} toplantısındaki kullanıcıların listesi",
|
||||
"app.userList.userOptions.sortedFirstName.heading": "Ada göre sıralandı:",
|
||||
"app.userList.userOptions.sortedLastName.heading": "Soyadına göre sıralandı:",
|
||||
"app.media.label": "Medya",
|
||||
"app.media.autoplayAlertDesc": "Erişime izin ver",
|
||||
"app.media.screenshare.start": "Ekran paylaşımı başladı",
|
||||
@ -126,8 +132,13 @@
|
||||
"app.meeting.meetingTimeRemaining": "Oturumun bitmesine kalan süre: {0}",
|
||||
"app.meeting.meetingTimeHasEnded": "Zaman bitti. Oturum kısa süre sonra kapanacak",
|
||||
"app.meeting.endedMessage": "Ana ekrana geri yönlendirileceksiniz",
|
||||
"app.meeting.alertMeetingEndsUnderMinutesSingular": "Toplantı bir dakika içinde kapanacak.",
|
||||
"app.meeting.alertMeetingEndsUnderMinutesPlural": "Toplantı {0} dakika içinde kapanacak.",
|
||||
"app.meeting.alertBreakoutEndsUnderMinutesPlural": "Breakout {0} dakika içinde kapanıyor.",
|
||||
"app.meeting.alertBreakoutEndsUnderMinutesSingular": "Breakout bir dakika içinde kapanıyor.",
|
||||
"app.presentation.hide": "Sunumu gizle",
|
||||
"app.presentation.notificationLabel": "Geçerli sunum",
|
||||
"app.presentation.downloadLabel": "İndir",
|
||||
"app.presentation.slideContent": "Slayt içeriği",
|
||||
"app.presentation.startSlideContent": "Slayt içeriği başlangıcı",
|
||||
"app.presentation.endSlideContent": "Slayt içeriği bitişi",
|
||||
@ -172,6 +183,7 @@
|
||||
"app.presentationUploder.rejectedError": "Seçilen dosya(lar) reddedildi. Lütfen dosya tür(ler)ini kontrol edin.",
|
||||
"app.presentationUploder.upload.progress": "Yükleniyor ({0}%)",
|
||||
"app.presentationUploder.upload.413": "Dosya çok büyük. Lütfen daha küçük dosyalara bölün.",
|
||||
"app.presentationUploder.genericError": "Bir şeyler yanlış gitti...",
|
||||
"app.presentationUploder.upload.408": "Yükleme isteği kodunun süresi geçmiş.",
|
||||
"app.presentationUploder.upload.404": "404: Yükleme kodu geçersiz",
|
||||
"app.presentationUploder.upload.401": "Sunum yükleme isteği kodu oluşturulamadı.",
|
||||
@ -186,11 +198,20 @@
|
||||
"app.presentationUploder.conversion.pdfHasBigPage": "PDF dosyasını dönüştüremedik, lütfen optimize etmeyi deneyin",
|
||||
"app.presentationUploder.conversion.timeout": "Hata, dönüşüm çok uzun sürdü",
|
||||
"app.presentationUploder.conversion.pageCountFailed": "Sayfa sayısı belirlenemiyor.",
|
||||
"app.presentationUploder.isDownloadableLabel": "Sunum indirmeye izin verilmiyor - sunumun indirilmesine izin vermek için tıklayın",
|
||||
"app.presentationUploder.isNotDownloadableLabel": "Sunum indirmeye izin veriliyor - izni kaldırmak için tıklayın",
|
||||
"app.presentationUploder.removePresentationLabel": "Sunumu kaldır",
|
||||
"app.presentationUploder.setAsCurrentPresentation": "Sunumu varsayılan olarak ayarla",
|
||||
"app.presentationUploder.tableHeading.filename": "Dosya adı",
|
||||
"app.presentationUploder.tableHeading.options": "Seçenekler",
|
||||
"app.presentationUploder.tableHeading.status": "Durum",
|
||||
"app.presentationUploder.uploading": "{0} {1} yükleniyor",
|
||||
"app.presentationUploder.uploadStatus": "{0} / {1} yükleme tamamlandı",
|
||||
"app.presentationUploder.completed": "{0} yükleme tamamlandı",
|
||||
"app.presentationUploder.item" : "öğe",
|
||||
"app.presentationUploder.itemPlural" : "öğeler",
|
||||
"app.presentationUploder.clearErrors": "Hataları temizle",
|
||||
"app.presentationUploder.clearErrorsDesc": "Başarısız sunum yüklemelerini temizler",
|
||||
"app.poll.pollPaneTitle": "Anket",
|
||||
"app.poll.quickPollTitle": "Hızlı Anket",
|
||||
"app.poll.hidePollDesc": "Anket menüsü bölmesini gizler",
|
||||
@ -236,6 +257,7 @@
|
||||
"app.connectingMessage": "Bağlanıyor ...",
|
||||
"app.waitingMessage": "Bağlantı kesildi. {0} saniye içinde yeniden bağlanmaya çalışılıyor ...",
|
||||
"app.retryNow": "Şimdi tekrar dene",
|
||||
"app.muteWarning.label": "Sesinizi açmak için {0} a tıklayın",
|
||||
"app.navBar.settingsDropdown.optionsLabel": "Seçenekler",
|
||||
"app.navBar.settingsDropdown.fullscreenLabel": "Tam ekran yap",
|
||||
"app.navBar.settingsDropdown.settingsLabel": "Ayarları aç",
|
||||
@ -262,7 +284,6 @@
|
||||
"app.navBar.emptyAudioBrdige": "Etkinleştirilmiş mikrofon yok. Bu kayda ses eklemek için mikrofonunuzu paylaşın.",
|
||||
"app.leaveConfirmation.confirmLabel": "Ayrıl",
|
||||
"app.leaveConfirmation.confirmDesc": "Sizi görüşmeden çıkarır",
|
||||
"app.endMeeting.title": "Oturumu sonlandır",
|
||||
"app.endMeeting.yesLabel": "Evet",
|
||||
"app.endMeeting.noLabel": "Hayır",
|
||||
"app.about.title": "Hakkında",
|
||||
@ -290,6 +311,12 @@
|
||||
"app.submenu.application.languageLabel": "Uygulama Dili",
|
||||
"app.submenu.application.languageOptionLabel": "Dil seçin",
|
||||
"app.submenu.application.noLocaleOptionLabel": "Aktif yerel ayar bulunamadı",
|
||||
"app.submenu.notification.SectionTitle": "Bildirimler",
|
||||
"app.submenu.notification.Desc": "nasıl ve ne için bildirim almak istediğinizi belirleyin",
|
||||
"app.submenu.notification.audioAlertLabel": "Sesli Uyarılar",
|
||||
"app.submenu.notification.pushAlertLabel": "Açılır Pencere Uyarıları",
|
||||
"app.submenu.notification.messagesLabel": "Sohbet mesajı",
|
||||
"app.submenu.notification.userJoinLabel": "Kullanıcı Katıl",
|
||||
"app.submenu.audio.micSourceLabel": "Mikrofon kaynağı",
|
||||
"app.submenu.audio.speakerSourceLabel": "Hoparlör kaynağı",
|
||||
"app.submenu.audio.streamVolumeLabel": "Sesinizin seviyesi",
|
||||
@ -313,6 +340,10 @@
|
||||
"app.settings.dataSavingTab.screenShare": "Masaüstü paylaşımını etkinleştir",
|
||||
"app.settings.dataSavingTab.description": "Bant genişliğinden tasarruf etmek için mevcut gösterimi ayarlayın.",
|
||||
"app.settings.save-notification.label": "Ayarlar kaydedildi",
|
||||
"app.statusNotifier.lowerHands": "Elleri indir",
|
||||
"app.statusNotifier.raisedHandsTitle": "Kalkık eller",
|
||||
"app.statusNotifier.raisedHandDesc": "{0} elini kaldırdı",
|
||||
"app.statusNotifier.and": "ve",
|
||||
"app.switch.onLabel": "AÇIK",
|
||||
"app.switch.offLabel": "KAPALI",
|
||||
"app.talkingIndicator.ariaMuteDesc" : "Susturmak için kullanıcı seçin",
|
||||
@ -340,6 +371,7 @@
|
||||
"app.actionsBar.emojiMenu.statusTriggerLabel": "Durumu ayarla",
|
||||
"app.actionsBar.emojiMenu.awayLabel": "Dışarıda",
|
||||
"app.actionsBar.emojiMenu.awayDesc": "Durumunu dışarıda yap",
|
||||
"app.actionsBar.emojiMenu.raiseHandLabel": "El kaldır",
|
||||
"app.actionsBar.emojiMenu.raiseHandDesc": "Soru sormak için el kaldırın",
|
||||
"app.actionsBar.emojiMenu.neutralLabel": "Kararsız",
|
||||
"app.actionsBar.emojiMenu.neutralDesc": "Durumunu kararsız yap",
|
||||
@ -397,8 +429,8 @@
|
||||
"app.audioModal.closeLabel": "Kapat",
|
||||
"app.audioModal.yes": "Evet",
|
||||
"app.audioModal.no": "Hayır",
|
||||
"app.audioModal.yes.arialabel" : "Yankı duyulur",
|
||||
"app.audioModal.no.arialabel" : "Yankı duyulmaz",
|
||||
"app.audioModal.yes.arialabel" : "Ses duyuluyor",
|
||||
"app.audioModal.no.arialabel" : "Ses duyulmuyor",
|
||||
"app.audioModal.echoTestTitle": "Bu özel bir yankı testidir. Birkaç kelime konuşun. Ses duydunuz mu?",
|
||||
"app.audioModal.settingsTitle": "Ses ayarlarınızı değiştirin",
|
||||
"app.audioModal.helpTitle": "Medya cihazlarınızla ilgili bir problemi oluştu",
|
||||
@ -416,7 +448,7 @@
|
||||
"app.audioModal.connecting": "Bağlanıyor",
|
||||
"app.audioModal.connectingEchoTest": "Ses testine bağlanılıyor",
|
||||
"app.audioManager.joinedAudio": "Sesli görüşmeye katıldınız",
|
||||
"app.audioManager.joinedEcho": "Ses yankı testine katıldınız",
|
||||
"app.audioManager.joinedEcho": "Ses testine katıldınız",
|
||||
"app.audioManager.leftAudio": "Sesli görüşmeden ayrıldınız",
|
||||
"app.audioManager.reconnectingAudio": "Sesi yeniden bağlamaya çalışıyor",
|
||||
"app.audioManager.genericError": "Hata: Bir hata oluştu, lütfen tekrar deneyin",
|
||||
@ -454,6 +486,7 @@
|
||||
"app.modal.newTab": "(yeni sekmeyi açar)",
|
||||
"app.modal.confirm.description": "Değişiklikleri kaydeder ve modunu kapatır",
|
||||
"app.dropdown.close": "Kapat",
|
||||
"app.dropdown.list.item.activeLabel": "aktif",
|
||||
"app.error.400": "Geçersiz istek",
|
||||
"app.error.401": "Yetkisiz",
|
||||
"app.error.403": "Oturumdan çıkarıldınız",
|
||||
@ -476,6 +509,8 @@
|
||||
"app.userList.guest.pendingGuestUsers": "{0} Bekleyen Misafir Kullanıcı",
|
||||
"app.userList.guest.pendingGuestAlert": "Oturuma katıldı ve onayınızı bekliyor.",
|
||||
"app.userList.guest.rememberChoice": "Seçimi hatırla",
|
||||
"app.userList.guest.acceptLabel": "Kabul et",
|
||||
"app.userList.guest.denyLabel": "Reddet",
|
||||
"app.user-info.title": "Dizin araması",
|
||||
"app.toast.breakoutRoomEnded": "Çalışma odası sonlandı. Lütfen sesli görüşmeye yeniden katılın.",
|
||||
"app.toast.chat.public": "Yeni Genel Sohbet mesajı",
|
||||
@ -490,6 +525,7 @@
|
||||
"app.notification.recordingPaused": "Bu oturum artık kaydedilmiyor",
|
||||
"app.notification.recordingAriaLabel": "Kaydedilen süre",
|
||||
"app.notification.userJoinPushAlert": "{0} oturuma katıldı",
|
||||
"app.submenu.notification.raiseHandLabel": "El kaldır",
|
||||
"app.shortcut-help.title": "Klavye kısayolları",
|
||||
"app.shortcut-help.accessKeyNotAvailable": "Erişim tuşları mevcut değil",
|
||||
"app.shortcut-help.comboLabel": "Açılan Kutu",
|
||||
@ -503,6 +539,7 @@
|
||||
"app.shortcut-help.hidePrivateChat": "Özel mesajı gizle",
|
||||
"app.shortcut-help.closePrivateChat": "Özel mesajı kapat",
|
||||
"app.shortcut-help.openActions": " Eylemler menüsünü aç",
|
||||
"app.shortcut-help.openDebugWindow": "Hata ayıklama penceresini aç",
|
||||
"app.shortcut-help.openStatus": "Durum menüsünü aç",
|
||||
"app.shortcut-help.togglePan": "Sunum araçlarını etkinleştir (Eğitimci)",
|
||||
"app.shortcut-help.nextSlideDesc": "Sonraki Slayt (Eğitimci)",
|
||||
@ -523,6 +560,12 @@
|
||||
"app.lock-viewers.button.cancel": "Vazgeç",
|
||||
"app.lock-viewers.locked": "Kilitli",
|
||||
"app.lock-viewers.unlocked": "Açık",
|
||||
"app.connection-status.ariaTitle": "Bağlantı durumu modeli",
|
||||
"app.connection-status.title": "Bağlantı durumu",
|
||||
"app.connection-status.description": "Kullanıcıların bağlantı durumunu görüntüle",
|
||||
"app.connection-status.empty": "Şimdiye kadar herhangi bir bağlantı sorunu bildirilmedi",
|
||||
"app.connection-status.more": "maha fazla",
|
||||
"app.connection-status.offline": "çevrimdışı",
|
||||
"app.recording.startTitle": "Kayda başla",
|
||||
"app.recording.stopTitle": "Kaydı durdur",
|
||||
"app.recording.resumeTitle": "Kayda devam et",
|
||||
@ -530,23 +573,32 @@
|
||||
"app.recording.stopDescription": "Kaydı duraklatmak istediğinizden emin misiniz? Kayıt düğmesine tekrar basarak devam edebilirsiniz.",
|
||||
"app.videoPreview.cameraLabel": "Kamera",
|
||||
"app.videoPreview.profileLabel": "Kalite",
|
||||
"app.videoPreview.quality.low": "düşük",
|
||||
"app.videoPreview.quality.medium": "orta",
|
||||
"app.videoPreview.quality.high": "yüksek",
|
||||
"app.videoPreview.quality.hd": "Yüksek çözünürlük",
|
||||
"app.videoPreview.cancelLabel": "Vazgeç",
|
||||
"app.videoPreview.closeLabel": "Kapat",
|
||||
"app.videoPreview.findingWebcamsLabel": "Web kamerası bulunuyor",
|
||||
"app.videoPreview.startSharingLabel": "Paylaşımı başlat",
|
||||
"app.videoPreview.stopSharingLabel": "Paylaşımı durdur.",
|
||||
"app.videoPreview.stopSharingAllLabel": "Tümünü durdur",
|
||||
"app.videoPreview.sharedCameraLabel": "Bu kamera zaten paylaşılıyor",
|
||||
"app.videoPreview.webcamOptionLabel": "Web kamerası seçin",
|
||||
"app.videoPreview.webcamPreviewLabel": "Web kamerası ön izlemesi",
|
||||
"app.videoPreview.webcamSettingsTitle": "Web kamerası ayarları",
|
||||
"app.videoPreview.webcamNotFoundLabel": "Web kamerası bulunamadı",
|
||||
"app.videoPreview.profileNotFoundLabel": "Desteklenen kamera profili yok",
|
||||
"app.video.joinVideo": "Web kamerası paylaş",
|
||||
"app.video.connecting": "Web kamerası paylaşımı başlıyor ...",
|
||||
"app.video.dataSaving": "Veri Tasarrufu'nda web kamerası paylaşımı devre dışı bırakıldı",
|
||||
"app.video.leaveVideo": "Web kamerası paylaşımını durdur",
|
||||
"app.video.iceCandidateError": "ICE adayı ekleme hatası",
|
||||
"app.video.iceConnectionStateError": "Bağlantı başarısız (ICE hatası 1107)",
|
||||
"app.video.permissionError": "Web kamerası paylaşılırken hata oluştu. Lütfen izinleri kontrol et",
|
||||
"app.video.sharingError": "Kamera paylaşımı hatası",
|
||||
"app.video.notFoundError": "Web kamerası bulunamadı. Lütfen bağlı olduğunu kontrol edin.",
|
||||
"app.video.notAllowed": "Web kamerasını paylaşma izni eksik, lütfen tarayıcı izinlerinizden emin olun",
|
||||
"app.video.notAllowed": "Web kamerasını paylaşmak için izin eksik, lütfen tarayıcı izinlerinizden emin olun",
|
||||
"app.video.notSupportedError": "Web kamerası videosunu yalnızca güvenli kaynaklarla paylaşabilir, SSL sertifikanızın geçerli olduğundan emin olun",
|
||||
"app.video.notReadableError": "Web kamerası videosu alınamadı. Lütfen başka bir programın web kamerasını kullanmadığından emin olun",
|
||||
"app.video.mediaFlowTimeout1020": "Medya, sunucuya ulaşamıyor (hata 1020)",
|
||||
@ -563,7 +615,11 @@
|
||||
"app.video.videoMenuDesc": "Video menüsünü liste olarak aç",
|
||||
"app.video.chromeExtensionError": "Yüklemeniz gerekiyor",
|
||||
"app.video.chromeExtensionErrorLink": "bu Chrome uzantısı",
|
||||
"app.video.pagination.prevPage": "Önceki videoları gör",
|
||||
"app.video.pagination.nextPage": "Sonraki videoları gör",
|
||||
"app.video.clientDisconnected": "Bağlantı sorunları sebebiyle web kamerası paylaşılamıyor",
|
||||
"app.fullscreenButton.label": "{0} tam ekran yap",
|
||||
"app.fullscreenUndoButton.label": "{0} tam ekranı geri al",
|
||||
"app.deskshare.iceConnectionStateError": "Ekran paylaşımı sırasında bağlantı hatası (ICE hatası 1108)",
|
||||
"app.sfu.mediaServerConnectionError2000": "Medya sunucusuna ulaşılamıyor (hata 2000)",
|
||||
"app.sfu.mediaServerOffline2001": "Medya sunucusu çevrimdışı. Lütfen daha sonra tekrar deneyin (hata 2001)",
|
||||
@ -575,6 +631,8 @@
|
||||
"app.sfu.invalidSdp2202":"İstemci geçersiz medya isteği talebi oluşturdu (SDP hatası 2202)",
|
||||
"app.sfu.noAvailableCodec2203": "Sunucu uygun medya kodlaması bulamadı (hata 2203)",
|
||||
"app.meeting.endNotification.ok.label": "TAMAM",
|
||||
"app.whiteboard.annotations.poll": "Anket sonuçları yayınlandı",
|
||||
"app.whiteboard.annotations.pollResult": "Anket Sonucu",
|
||||
"app.whiteboard.toolbar.tools": "Araçlar",
|
||||
"app.whiteboard.toolbar.tools.hand": "Sunum araçları",
|
||||
"app.whiteboard.toolbar.tools.pencil": "Kalem",
|
||||
@ -609,6 +667,8 @@
|
||||
"app.feedback.textarea": "BigBlueButton'ı nasıl daha iyi yapabiliriz?",
|
||||
"app.feedback.sendFeedback": "Geri bildirim yap",
|
||||
"app.feedback.sendFeedbackDesc": "Bir geri bildirim gönderin ve oturumdan çıkın",
|
||||
"app.videoDock.webcamMirrorLabel": "yansıt",
|
||||
"app.videoDock.webcamMirrorDesc": "Seçilen web kamerasını yansıt",
|
||||
"app.videoDock.webcamFocusLabel": "Odakla",
|
||||
"app.videoDock.webcamFocusDesc": "Seçili kamerayı odakla",
|
||||
"app.videoDock.webcamUnfocusLabel": "Uzaklaş",
|
||||
@ -655,12 +715,18 @@
|
||||
"app.externalVideo.autoPlayWarning": "Medya senkronizasyonunu etkinleştirmek için videoyu oynatın",
|
||||
"app.network.connection.effective.slow": "Bağlantı sorunlarını tespit ediyoruz",
|
||||
"app.network.connection.effective.slow.help": "Daha fazla bilgi",
|
||||
"app.externalVideo.noteLabel": "Not: Paylaşılan harici videolar kayıtta görünmeyecektir. YouTube, Vimeo, Instructure Media, Twitch, Dailymotion ve medya dosyası bağlantıları (ör. Https://example.com/xy.mp4) desteklenir.",
|
||||
"app.actionsBar.actionsDropdown.shareExternalVideo": "Harici bir video paylaşın",
|
||||
"app.actionsBar.actionsDropdown.stopShareExternalVideo": "Harici video paylaşımını durdur",
|
||||
"app.iOSWarning.label": "Lütfen iOS 12.2 veya daha üstüne yükseltin",
|
||||
"app.legacy.unsupportedBrowser": "Tam olarak desteklenmeyen bir tarayıcı kullanıyorsunuz. Lütfen tam destek için {0} veya {1} kullanın.",
|
||||
"app.legacy.upgradeBrowser": "Desteklenen bir tarayıcının eski bir sürümünü kullanıyor gibi görünüyorsunuz. Lütfen tam destek için tarayıcınızı güncelleyin.",
|
||||
"app.legacy.criosBrowser": "Lütfen iOS'ta tam destek için Safari'yi kullanın."
|
||||
"app.legacy.criosBrowser": "Lütfen iOS'ta tam destek için Safari'yi kullanın.",
|
||||
"app.debugWindow.windowTitle": "Hata ayıklama",
|
||||
"app.debugWindow.form.userAgentLabel": "Kullanıcı Aracısı",
|
||||
"app.debugWindow.form.button.copy": "Kopyala",
|
||||
"app.debugWindow.form.enableAutoarrangeLayoutLabel": "Otomatik Düzenleme yerleşimini Etkinleştir",
|
||||
"app.debugWindow.form.enableAutoarrangeLayoutDescription": "(web kamerası alanını sürüklerseniz veya yeniden boyutlandırırsanız devre dışı bırakılır)"
|
||||
|
||||
}
|
||||
|
||||
|
@ -113,6 +113,9 @@
|
||||
"app.userList.userOptions.enableNote": "Спільні нотатки тепер увімкнено",
|
||||
"app.userList.userOptions.showUserList": "Список учасників тепер видимий гостям",
|
||||
"app.userList.userOptions.enableOnlyModeratorWebcam": "Тепер можна активувати вебкамеру, всі бачитимуть вас",
|
||||
"app.userList.userOptions.savedNames.title": "Список користувачів у зустрічі {0} на {1}",
|
||||
"app.userList.userOptions.sortedFirstName.heading": "Відсортовано за Ім'ям:",
|
||||
"app.userList.userOptions.sortedLastName.heading": "Відсортовано за Прізвищем:",
|
||||
"app.media.label": "Мультимедії",
|
||||
"app.media.autoplayAlertDesc": "Дозволити доступ",
|
||||
"app.media.screenshare.start": "Демонстрація екрану розпочалася",
|
||||
@ -135,6 +138,7 @@
|
||||
"app.meeting.alertBreakoutEndsUnderMinutesSingular": "Перерва закінчиться за 1 хв.",
|
||||
"app.presentation.hide": "Приховати презентацію",
|
||||
"app.presentation.notificationLabel": "Поточна презентація",
|
||||
"app.presentation.downloadLabel": "Завантажити",
|
||||
"app.presentation.slideContent": "Вміст слайду",
|
||||
"app.presentation.startSlideContent": "Початок вмісту слайду",
|
||||
"app.presentation.endSlideContent": "Кінець вмісту слайду",
|
||||
@ -179,6 +183,7 @@
|
||||
"app.presentationUploder.rejectedError": "Неможливо завантажити вибрані файл(и). Перевірте тип файлу(iв).",
|
||||
"app.presentationUploder.upload.progress": "Завантаження ({0}%)",
|
||||
"app.presentationUploder.upload.413": "Файл занадто великий. Будь ласка, розділіть його на декілька файлів меншого розміру.",
|
||||
"app.presentationUploder.genericError": "Ой лишенько! Щось пішло не так ...",
|
||||
"app.presentationUploder.upload.408": "Вичерпано час запиту дії токену для завантаження.",
|
||||
"app.presentationUploder.upload.404": "404: Неправильний токен для завантаження",
|
||||
"app.presentationUploder.upload.401": "Не вдалося здійснити запит токену для завантаження презентації.",
|
||||
@ -193,11 +198,20 @@
|
||||
"app.presentationUploder.conversion.pdfHasBigPage": "Неможливо конвертувати PDF-файл. Будь ласка, спробуйте оптимізувати його.",
|
||||
"app.presentationUploder.conversion.timeout": "Ой, перетворення займає надто багато часу",
|
||||
"app.presentationUploder.conversion.pageCountFailed": "Не вийшло визначити кількість сторінок.",
|
||||
"app.presentationUploder.isDownloadableLabel": "Завантаження презентації заборонене - клікніть щоб дозволити завантажити презентацію",
|
||||
"app.presentationUploder.isNotDownloadableLabel": "Завантаження презентації дозволено - клікніть щоб заборонити завантажити презентацію",
|
||||
"app.presentationUploder.removePresentationLabel": "Вилучити презентацію",
|
||||
"app.presentationUploder.setAsCurrentPresentation": "Встановити презентацію поточною",
|
||||
"app.presentationUploder.tableHeading.filename": "Ім'я файлу",
|
||||
"app.presentationUploder.tableHeading.options": "Параметри",
|
||||
"app.presentationUploder.tableHeading.status": "Статус",
|
||||
"app.presentationUploder.uploading": "Завантаження {0} {1}",
|
||||
"app.presentationUploder.uploadStatus": "{0} з {1} завантажень завершено",
|
||||
"app.presentationUploder.completed": "{0} завантажень завершено",
|
||||
"app.presentationUploder.item" : "елемент",
|
||||
"app.presentationUploder.itemPlural" : "елементів",
|
||||
"app.presentationUploder.clearErrors": "Очистити помилки",
|
||||
"app.presentationUploder.clearErrorsDesc": "Очищує помилки завантажень презентацій",
|
||||
"app.poll.pollPaneTitle": "Опитування",
|
||||
"app.poll.quickPollTitle": "Швидке опитування",
|
||||
"app.poll.hidePollDesc": "Ховає панель меню опитувань",
|
||||
@ -243,6 +257,7 @@
|
||||
"app.connectingMessage": "З'єднання...",
|
||||
"app.waitingMessage": "Втрачено з'єднання. Спроба повторного з'єднання через {0} секунд...",
|
||||
"app.retryNow": "Повторити",
|
||||
"app.muteWarning.label": "Натисніть {0} щоб вас почули інші",
|
||||
"app.navBar.settingsDropdown.optionsLabel": "Параметри",
|
||||
"app.navBar.settingsDropdown.fullscreenLabel": "На весь екран",
|
||||
"app.navBar.settingsDropdown.settingsLabel": "Налаштування",
|
||||
@ -269,8 +284,8 @@
|
||||
"app.navBar.emptyAudioBrdige": "Немає активного мікрофону. Активуйте Ваш мікрофон, щоб додати звук в даний запис.",
|
||||
"app.leaveConfirmation.confirmLabel": "Вийти",
|
||||
"app.leaveConfirmation.confirmDesc": "Виводить вас із зустрічі",
|
||||
"app.endMeeting.title": "Завершити зустріч",
|
||||
"app.endMeeting.description": "Дійсно завершити цю зустріч? ( Усіх користувачів буде від'єднано)",
|
||||
"app.endMeeting.title": "Завершено {0}",
|
||||
"app.endMeeting.description": "Ця дія завершить сессію для {0} активних користувачів(користувача). Ви певні що хочете завершити цю сессію?",
|
||||
"app.endMeeting.yesLabel": "Так",
|
||||
"app.endMeeting.noLabel": "Ні",
|
||||
"app.about.title": "Про застосунок",
|
||||
@ -327,6 +342,10 @@
|
||||
"app.settings.dataSavingTab.screenShare": "Демонстрація екрану",
|
||||
"app.settings.dataSavingTab.description": "Для заощадження передачі даних, будь ласка, вимкніть функції, які пов'язані з демонстрацією відео:",
|
||||
"app.settings.save-notification.label": "Налаштування збережено",
|
||||
"app.statusNotifier.lowerHands": "Опущені руки",
|
||||
"app.statusNotifier.raisedHandsTitle": "Підняті руки",
|
||||
"app.statusNotifier.raisedHandDesc": "{0} підняли руки",
|
||||
"app.statusNotifier.and": "та",
|
||||
"app.switch.onLabel": "УВІМК",
|
||||
"app.switch.offLabel": "ВИМК",
|
||||
"app.talkingIndicator.ariaMuteDesc" : "Натисніть, щоб вимкнути мікрофон учасника",
|
||||
@ -351,9 +370,12 @@
|
||||
"app.actionsBar.actionsDropdown.captionsDesc": "Вмикає панель субтитрів",
|
||||
"app.actionsBar.actionsDropdown.takePresenter": "Стати презентатором",
|
||||
"app.actionsBar.actionsDropdown.takePresenterDesc": "Встановити себе ведучим/презентатором",
|
||||
"app.actionsBar.actionsDropdown.selectRandUserLabel": "Обрати випадкового користувача",
|
||||
"app.actionsBar.actionsDropdown.selectRandUserDesc": "Обирає випадкового користувача серед активних глядачів",
|
||||
"app.actionsBar.emojiMenu.statusTriggerLabel": "Статус",
|
||||
"app.actionsBar.emojiMenu.awayLabel": "Відійшов",
|
||||
"app.actionsBar.emojiMenu.awayDesc": "Змінити ваш статус на \\\"Відійшов\\\"",
|
||||
"app.actionsBar.emojiMenu.raiseHandLabel": "Підняти руку",
|
||||
"app.actionsBar.emojiMenu.raiseHandDesc": "Підняти руку, щоб поставити питання",
|
||||
"app.actionsBar.emojiMenu.neutralLabel": "Не визначився",
|
||||
"app.actionsBar.emojiMenu.neutralDesc": "Змінити ваш статус на \\\"Не визначився\\\"",
|
||||
@ -467,7 +489,13 @@
|
||||
"app.modal.confirm": "Готово",
|
||||
"app.modal.newTab": "(відкриває нову вкладку)",
|
||||
"app.modal.confirm.description": "Зберігає зміни та закриває вікно",
|
||||
"app.modal.randomUser.noViewers.description": "Нема доступних глядачів для випадкового вибору",
|
||||
"app.modal.randomUser.selected.description": "Вас було вибрано випадком",
|
||||
"app.modal.randomUser.title": "Випадково обраний користувач",
|
||||
"app.modal.randomUser.reselect.label": "Оберіть знову",
|
||||
"app.modal.randomUser.ariaLabel.title": "Меню вибору випадкового користувача",
|
||||
"app.dropdown.close": "Закрити",
|
||||
"app.dropdown.list.item.activeLabel": "Активний",
|
||||
"app.error.400": "Поганий запит",
|
||||
"app.error.401": "Неавторизований",
|
||||
"app.error.403": "Ви були вилучені з зустрiчi",
|
||||
@ -520,6 +548,7 @@
|
||||
"app.shortcut-help.hidePrivateChat": "Приховати приватний чат",
|
||||
"app.shortcut-help.closePrivateChat": "Закрити приватний чат",
|
||||
"app.shortcut-help.openActions": "Відкрити меню дій",
|
||||
"app.shortcut-help.openDebugWindow": "Відкрити вікно дебагу",
|
||||
"app.shortcut-help.openStatus": "Відкрити статус меню ",
|
||||
"app.shortcut-help.togglePan": "Включити Інструмент - Переміщення (ведучий)",
|
||||
"app.shortcut-help.nextSlideDesc": "Наступний слайд (ведучий)",
|
||||
@ -553,11 +582,16 @@
|
||||
"app.recording.stopDescription": "Дійсно призупинити запис? Щоб відновити запис, клацніть ще раз на кнопку запису.",
|
||||
"app.videoPreview.cameraLabel": "Камера",
|
||||
"app.videoPreview.profileLabel": "Якість",
|
||||
"app.videoPreview.quality.low": "Низька",
|
||||
"app.videoPreview.quality.medium": "Середня",
|
||||
"app.videoPreview.quality.high": "Висока",
|
||||
"app.videoPreview.quality.hd": "High definition",
|
||||
"app.videoPreview.cancelLabel": "Скасувати",
|
||||
"app.videoPreview.closeLabel": "Закрити",
|
||||
"app.videoPreview.findingWebcamsLabel": "Пошук вебкамер",
|
||||
"app.videoPreview.startSharingLabel": "Почати демонстрацію",
|
||||
"app.videoPreview.stopSharingLabel": "Припинити демонстрацію",
|
||||
"app.videoPreview.stopSharingAllLabel": "Зупинити усі",
|
||||
"app.videoPreview.sharedCameraLabel": "Ця камера вже використовується",
|
||||
"app.videoPreview.webcamOptionLabel": "Виберіть вебкамеру",
|
||||
"app.videoPreview.webcamPreviewLabel": "Попередній перегляд вебкамери",
|
||||
@ -565,6 +599,8 @@
|
||||
"app.videoPreview.webcamNotFoundLabel": "Вебкамеру не знайдено",
|
||||
"app.videoPreview.profileNotFoundLabel": "Камера не відповідає підтримуваним",
|
||||
"app.video.joinVideo": "Увімкнути вебкамеру",
|
||||
"app.video.connecting": "Веб камера підключається ...",
|
||||
"app.video.dataSaving": "Показ вебкамер заборонений у режимі Економії трафіку",
|
||||
"app.video.leaveVideo": "Вимкнути вебкамеру",
|
||||
"app.video.iceCandidateError": "Помилка додавання ICE кандидату",
|
||||
"app.video.iceConnectionStateError": "Не вдалося з'єднатися (ICE помилка 1107)",
|
||||
@ -588,7 +624,11 @@
|
||||
"app.video.videoMenuDesc": "Відкрити контекстне меню відео",
|
||||
"app.video.chromeExtensionError": "Ви маєте встановити",
|
||||
"app.video.chromeExtensionErrorLink": "це розширення Chrome",
|
||||
"app.video.pagination.prevPage": "Відео на попередній сторінці",
|
||||
"app.video.pagination.nextPage": "Відео на наступній сторінці",
|
||||
"app.video.clientDisconnected": "Вебкамера не може бути показана через проблеми підключення",
|
||||
"app.fullscreenButton.label": "Вивести {0} на весь екран",
|
||||
"app.fullscreenUndoButton.label": "Вимкнути {0} режим на весь екран",
|
||||
"app.deskshare.iceConnectionStateError": "Не вдалося встановити з'єднання під час демонстрації екрану (ICE помилка 1108)",
|
||||
"app.sfu.mediaServerConnectionError2000": "Не можливо з'єднатися з мультимедійним сервером (помилка 2000)",
|
||||
"app.sfu.mediaServerOffline2001": "Мультимедійний сервер недоступний. Будь ласка спробуйте пізніше (помилка 2001)",
|
||||
@ -600,6 +640,8 @@
|
||||
"app.sfu.invalidSdp2202":"Клієнт сформував пошкоджений медіа запит (SDP помилка 2202)",
|
||||
"app.sfu.noAvailableCodec2203": "Сервер не може визначити відповідний кодек (помилка 2203)",
|
||||
"app.meeting.endNotification.ok.label": "ОК",
|
||||
"app.whiteboard.annotations.poll": "Результати голосування опубліковані",
|
||||
"app.whiteboard.annotations.pollResult": "Результат голосування",
|
||||
"app.whiteboard.toolbar.tools": "Інструменти",
|
||||
"app.whiteboard.toolbar.tools.hand": "Переміщення",
|
||||
"app.whiteboard.toolbar.tools.pencil": "Олівець",
|
||||
@ -634,6 +676,8 @@
|
||||
"app.feedback.textarea": "Як можна покращити BigBlueButton?",
|
||||
"app.feedback.sendFeedback": "Надіслати відгук",
|
||||
"app.feedback.sendFeedbackDesc": "Надіслати відгук та вийти",
|
||||
"app.videoDock.webcamMirrorLabel": "Віддзеркалити",
|
||||
"app.videoDock.webcamMirrorDesc": "Віддзеркалити обрану вебкамеру",
|
||||
"app.videoDock.webcamFocusLabel": "Акцент",
|
||||
"app.videoDock.webcamFocusDesc": "Акцентувати обрану камеру",
|
||||
"app.videoDock.webcamUnfocusLabel": "Не акцентувати",
|
||||
@ -686,7 +730,12 @@
|
||||
"app.iOSWarning.label": "Будь ласка, оновіть пристрій з iOS до версії 12.2 або новішої версії",
|
||||
"app.legacy.unsupportedBrowser": "Схоже, ви використовуєте браузер, який в повному обсязі не підтримується. Будь ласка, використовуйте {0} або {1} для повної підтримки.",
|
||||
"app.legacy.upgradeBrowser": "Схоже, ви використовуєте старішу версію браузера, який підтримується. Будь ласка, оновіть його для повної підтримки.",
|
||||
"app.legacy.criosBrowser": "Будь ласка, використовуйте браузер Safari на пристрої з iOS для повної підтримки."
|
||||
"app.legacy.criosBrowser": "Будь ласка, використовуйте браузер Safari на пристрої з iOS для повної підтримки.",
|
||||
"app.debugWindow.windowTitle": "Debug",
|
||||
"app.debugWindow.form.userAgentLabel": "User Agent",
|
||||
"app.debugWindow.form.button.copy": "Копіювати",
|
||||
"app.debugWindow.form.enableAutoarrangeLayoutLabel": "Дозволити режим Авторозташування",
|
||||
"app.debugWindow.form.enableAutoarrangeLayoutDescription": "(буде відключено якщо ви перемістите або зміните розмір зони відображення вебкамер)"
|
||||
|
||||
}
|
||||
|
||||
|
@ -254,7 +254,6 @@
|
||||
"app.navBar.emptyAudioBrdige": "Không có micro đang kích hoạt. Chia sẻ micro của bạn để thêm âm thanh vào file recording này.",
|
||||
"app.leaveConfirmation.confirmLabel": "Rời khỏi",
|
||||
"app.leaveConfirmation.confirmDesc": "Đăng xuất khỏi cuộc họp",
|
||||
"app.endMeeting.title": "Kết thúc cuộc họp",
|
||||
"app.endMeeting.yesLabel": "Có",
|
||||
"app.endMeeting.noLabel": "Không",
|
||||
"app.about.title": "Giới thiệu",
|
||||
|
@ -282,8 +282,6 @@
|
||||
"app.navBar.emptyAudioBrdige": "没有活动麦克风。分享麦克风可将音频添加到录像中。",
|
||||
"app.leaveConfirmation.confirmLabel": "退出",
|
||||
"app.leaveConfirmation.confirmDesc": "您将从会议退出",
|
||||
"app.endMeeting.title": "结束会议",
|
||||
"app.endMeeting.description": "真的要结束会议吗(所有用户都将断开连接)?",
|
||||
"app.endMeeting.yesLabel": "是",
|
||||
"app.endMeeting.noLabel": "否",
|
||||
"app.about.title": "关于",
|
||||
|
@ -279,8 +279,6 @@
|
||||
"app.navBar.emptyAudioBrdige": "無啟用的麥克風。 共享您的麥克風以進行錄音。",
|
||||
"app.leaveConfirmation.confirmLabel": "離開",
|
||||
"app.leaveConfirmation.confirmDesc": "將您登出會議",
|
||||
"app.endMeeting.title": "結束會議",
|
||||
"app.endMeeting.description": "您確定要結束會議(所有用戶都將斷開連接)嗎?",
|
||||
"app.endMeeting.yesLabel": "是",
|
||||
"app.endMeeting.noLabel": "否",
|
||||
"app.about.title": "關於",
|
||||
|
Loading…
Reference in New Issue
Block a user