Merge pull request #5699 from antobinary/locales-june-15
Pulled html5 locales on June 15, 2018
This commit is contained in:
commit
a6e6b5d467
@ -69,9 +69,9 @@
|
||||
"app.presentationUploder.fileToUpload": "Hochzuladende Datei...",
|
||||
"app.presentationUploder.currentBadge": "Aktuell",
|
||||
"app.presentationUploder.genericError": "Ups, irgendwas ist schief gelaufen",
|
||||
"app.presentationUploder.upload.progress": "Lade hoch ({progress}%)",
|
||||
"app.presentationUploder.upload.progress": "Hochladen ({0}%)",
|
||||
"app.presentationUploder.upload.413": "Die Datei ist zu groß",
|
||||
"app.presentationUploder.conversion.conversionProcessingSlides": "Verarbeite Seite {current} von {total}",
|
||||
"app.presentationUploder.conversion.conversionProcessingSlides": "Verarbeite Seite {0} von {1}",
|
||||
"app.presentationUploder.conversion.genericConversionStatus": "Konvertiere Datei...",
|
||||
"app.presentationUploder.conversion.generatingThumbnail": "Erzeuge Miniaturbild...",
|
||||
"app.presentationUploder.conversion.generatedSlides": "Folien erzeugt...",
|
||||
@ -296,8 +296,9 @@
|
||||
"app.error.leaveLabel": "Erneut einloggen",
|
||||
"app.guest.waiting": "Warte auf Erlaubnis zur Konferenzteilnahme",
|
||||
"app.toast.breakoutRoomEnded": "Breakout Raum wurde beendet. Bitte klicken Sie aufs Mikrofon-Icon um wieder der Audiokonferenz im Hauptraum beizutreten",
|
||||
"app.toast.chat.singular": "Sie haben {0} neue Nachricht in {1}",
|
||||
"app.toast.chat.plural": "Sie haben {0} neue Nachrichten in {1}",
|
||||
"app.toast.chat.public": "Neue öffentliche Chatnachricht",
|
||||
"app.toast.chat.private": "Neue private Chatnachricht",
|
||||
"app.toast.chat.system": "System",
|
||||
"app.notification.recordingStart": "Die Konferenz wird jetzt aufgezeichnet",
|
||||
"app.notification.recordingStop": "Die Konferenz wird nicht mehr aufgezeichnet",
|
||||
"app.shortcut-help.title": "Tastaturkürzel",
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"app.home.greeting": "Bienvenue {0}! Votre présentation commence bientôt...",
|
||||
"app.home.greeting": "Bienvenue {0} ! Votre présentation commence bientôt...",
|
||||
"app.chat.submitLabel": "Envoyer message",
|
||||
"app.chat.errorMinMessageLength": "Le message est {0} caractère(s) trop court",
|
||||
"app.chat.errorMaxMessageLength": "Le message est {0} caractère(s) trop long",
|
||||
@ -36,12 +36,13 @@
|
||||
"app.userList.menu.removeUser.label": "Retirer l'Utilisateur",
|
||||
"app.userList.menu.muteUserAudio.label": "Rendre Muet",
|
||||
"app.userList.menu.unmuteUserAudio.label": "Autoriser à parler",
|
||||
"app.userList.userAriaLabel": "{0} {1} {2} Etat {3}",
|
||||
"app.userList.userAriaLabel": "{0} {1} {2} État {3}",
|
||||
"app.userList.menu.promoteUser.label": "Promouvoir {0} modérateur",
|
||||
"app.userList.menu.demoteUser.label": "Redéfinir {0} comme participant",
|
||||
"app.media.label": "Média",
|
||||
"app.media.screenshare.start": "Le Partage d'écran à débuté",
|
||||
"app.media.screenshare.end": "Le Partage d'écran s'est terminé",
|
||||
"app.media.screenshare.safariNotSupported": "Le Partage d'écran n'est pour le moment pas supporté par Safari. Veuillez utiliser Firefox ou Google Chrome.",
|
||||
"app.meeting.ended": "Cette session s'est terminée",
|
||||
"app.meeting.endedMessage": "Vous serez redirigé vers l'écran d'accueil",
|
||||
"app.presentation.presentationToolbar.prevSlideLabel": "Diapositive précédente",
|
||||
@ -65,12 +66,12 @@
|
||||
"app.presentationUploder.dismissDesc": "Ferme la fenêtre d'option et supprime vos modifications",
|
||||
"app.presentationUploder.dropzoneLabel": "Faites glisser les fichiers ici pour téléverser",
|
||||
"app.presentationUploder.browseFilesLabel": "ou parcourez pour trouver des fichiers",
|
||||
"app.presentationUploder.fileToUpload": "A téléverser...",
|
||||
"app.presentationUploder.fileToUpload": "À téléverser...",
|
||||
"app.presentationUploder.currentBadge": "En cours",
|
||||
"app.presentationUploder.genericError": "Oups, quelque chose s'est mal passé",
|
||||
"app.presentationUploder.upload.progress": "Téléversement ({progress}%)",
|
||||
"app.presentationUploder.upload.progress": "Téléversement ({0}%)",
|
||||
"app.presentationUploder.upload.413": "Le fichier est trop volumineux",
|
||||
"app.presentationUploder.conversion.conversionProcessingSlides": "Traitement de la page {current} sur {total}",
|
||||
"app.presentationUploder.conversion.conversionProcessingSlides": "Traitement de la page {0} sur {1}",
|
||||
"app.presentationUploder.conversion.genericConversionStatus": "Conversion du fichier...",
|
||||
"app.presentationUploder.conversion.generatingThumbnail": "Création des vignettes...",
|
||||
"app.presentationUploder.conversion.generatedSlides": "Diapositives générées...",
|
||||
@ -78,6 +79,8 @@
|
||||
"app.presentationUploder.conversion.pageCountExceeded": "Oups, le nombre de pages a dépassé la limite",
|
||||
"app.presentationUploder.conversion.timeout": "Oups, la conversion prend trop de temps",
|
||||
"app.polling.pollingTitle": "Options du Sondage",
|
||||
"app.polling.pollAnswerLabel": "Réponse de sondage {0}",
|
||||
"app.polling.pollAnswerDesc": "Choisir cette option pour voter pour {0}",
|
||||
"app.failedMessage": "Problème de connexion au serveur, toutes nos excuses.",
|
||||
"app.connectingMessage": "Connexion en cours...",
|
||||
"app.waitingMessage": "Déconnecté. Tentative de reconnexion dans {0} secondes...",
|
||||
@ -92,7 +95,10 @@
|
||||
"app.navBar.settingsDropdown.aboutDesc": "Afficher les informations du client",
|
||||
"app.navBar.settingsDropdown.leaveSessionDesc": "Quitter la conférence",
|
||||
"app.navBar.settingsDropdown.exitFullscreenDesc": "Quitter le mode plein écran",
|
||||
"app.navBar.settingsDropdown.hotkeysLabel": "Raccourcis",
|
||||
"app.navBar.settingsDropdown.hotkeysDesc": "Liste des raccourcis disponibles",
|
||||
"app.navBar.userListToggleBtnLabel": "Basculer l'affichage de la Liste des Utilisateurs",
|
||||
"app.navBar.toggleUserList.ariaLabel": "Basculer l'affichage de la Liste des Utilisateurs aux messages",
|
||||
"app.navBar.toggleUserList.newMessages": "avec notification des nouveaux messages",
|
||||
"app.navBar.recording": "Cette session est enregistrée",
|
||||
"app.navBar.recording.on": "Enregistrement",
|
||||
@ -121,7 +127,7 @@
|
||||
"app.actionsBar.label": "Barre d'actions",
|
||||
"app.submenu.application.applicationSectionTitle": "Application",
|
||||
"app.submenu.application.audioNotifyLabel": "Notifications audio pour la discussion",
|
||||
"app.submenu.application.pushNotifyLabel": "Pousser les notification de la discussion",
|
||||
"app.submenu.application.pushNotifyLabel": "Pousser les notifications de la discussion",
|
||||
"app.submenu.application.fontSizeControlLabel": "Taille des caractères",
|
||||
"app.submenu.application.increaseFontBtnLabel": "Augmenter la Taille de la Police",
|
||||
"app.submenu.application.decreaseFontBtnLabel": "Diminuer la Taille de la Police",
|
||||
@ -150,7 +156,7 @@
|
||||
"app.submenu.closedCaptions.backgroundColorLabel": "Couleur du fond",
|
||||
"app.submenu.closedCaptions.fontColorLabel": "Couleur des caractères",
|
||||
"app.submenu.participants.muteAllLabel": "Couper le son, excepté pour le présentateur",
|
||||
"app.submenu.participants.lockAllLabel": "Vérouiller les participants",
|
||||
"app.submenu.participants.lockAllLabel": "Verrouiller tous les participants",
|
||||
"app.submenu.participants.lockItemLabel": "Participants {0}",
|
||||
"app.submenu.participants.lockMicDesc": "Désactiver le micro de tous les participants verrouillés",
|
||||
"app.submenu.participants.lockCamDesc": "Désactiver la webcam de tous les participants verrouillés",
|
||||
@ -194,7 +200,8 @@
|
||||
"app.actionsBar.actionsDropdown.stopDesktopShareDesc": "Cesser de partager votre écran avec",
|
||||
"app.actionsBar.actionsDropdown.startRecording": "Commencer à enregistrer",
|
||||
"app.actionsBar.actionsDropdown.stopRecording": "Arrêter d'enregistrer",
|
||||
"app.actionsBar.emojiMenu.awayLabel": "Eloigné",
|
||||
"app.actionsBar.emojiMenu.statusTriggerLabel": "Définir un statut",
|
||||
"app.actionsBar.emojiMenu.awayLabel": "Éloigné",
|
||||
"app.actionsBar.emojiMenu.awayDesc": "Passer votre état à éloigné",
|
||||
"app.actionsBar.emojiMenu.raiseHandLabel": "Lever la main",
|
||||
"app.actionsBar.emojiMenu.raiseHandDesc": "Lever la main pour poser une question",
|
||||
@ -210,7 +217,7 @@
|
||||
"app.actionsBar.emojiMenu.noneDesc": "Effacer votre statut",
|
||||
"app.actionsBar.emojiMenu.applauseLabel": "Approuver",
|
||||
"app.actionsBar.emojiMenu.applauseDesc": "Passer votre état à applaudissements",
|
||||
"app.actionsBar.emojiMenu.thumbsUpLabel": "En faveur",
|
||||
"app.actionsBar.emojiMenu.thumbsUpLabel": "Favorable",
|
||||
"app.actionsBar.emojiMenu.thumbsUpDesc": "Passer votre statut à favorable",
|
||||
"app.actionsBar.emojiMenu.thumbsDownLabel": "Défavorable",
|
||||
"app.actionsBar.emojiMenu.thumbsDownDesc": "Passer votre statut à défavorable",
|
||||
@ -229,18 +236,21 @@
|
||||
"app.audioNotification.audioFailedMessage": "Votre connexion audio à échoué",
|
||||
"app.audioNotification.mediaFailedMessage": "Votre connexion micro a échoué",
|
||||
"app.audioNotification.closeLabel": "Fermer",
|
||||
"app.breakoutJoinConfirmation.title": "Rejoindre la salle de conférence",
|
||||
"app.breakoutJoinConfirmation.title": "Rejoindre la salle de groupe",
|
||||
"app.breakoutJoinConfirmation.message": "Voulez-vous rejoindre",
|
||||
"app.breakoutJoinConfirmation.confirmLabel": "Rejoindre",
|
||||
"app.breakoutJoinConfirmation.confirmDesc": "Rejoignez la salle de conférence",
|
||||
"app.breakoutJoinConfirmation.confirmDesc": "Rejoignez la salle de groupe",
|
||||
"app.breakoutJoinConfirmation.dismissLabel": "Annuler",
|
||||
"app.breakoutJoinConfirmation.dismissDesc": "Fermer et refuser de rejoindre la salle de conférence",
|
||||
"app.breakoutTimeRemainingMessage": "Temps restant pour la salle de conférence: {0}",
|
||||
"app.breakoutJoinConfirmation.dismissDesc": "Fermer et refuser de rejoindre la salle de groupe",
|
||||
"app.breakoutTimeRemainingMessage": "Temps restant pour la salle de groupe : {0}",
|
||||
"app.breakoutWillCloseMessage": "Temps écoulé. La salle de conférence fermera bientôt",
|
||||
"app.calculatingBreakoutTimeRemaining": "Calcul du temps restant...",
|
||||
"app.audioModal.microphoneLabel": "Microphone",
|
||||
"app.audioModal.listenOnlyLabel": "Écoute seule",
|
||||
"app.audioModal.audioChoiceLabel": "Voulez-vous rejoindre l'audio ?",
|
||||
"app.audioModal.iOSBrowser": "Audio/Vidéo non supporté",
|
||||
"app.audioModal.iOSErrorDescription": "Actuellement l'audio et la vidéo ne sont pas supportés par Chrome sur iOS.",
|
||||
"app.audioModal.iOSErrorRecommendation": "Nous recommandons d'utiliser Safari iOS.",
|
||||
"app.audioModal.audioChoiceDesc": "Sélectionnez comment rejoindre l'audio de cette conférence",
|
||||
"app.audioModal.closeLabel": "Fermer",
|
||||
"app.audioModal.yes": "Oui",
|
||||
@ -256,11 +266,11 @@
|
||||
"app.audioManager.joinedAudio": "Vous avez rejoint la conférence audio",
|
||||
"app.audioManager.joinedEcho": "Vous avez rejoint le test d'écho",
|
||||
"app.audioManager.leftAudio": "Vous avez quitté la conférence audio",
|
||||
"app.audioManager.genericError": "Erreur: Une erreur s'est produite, réessayez s'il vous plait.",
|
||||
"app.audioManager.connectionError": "Erreur: Erreur de connexion",
|
||||
"app.audioManager.requestTimeout": "Erreur: Un délai est dépassé dans la requête",
|
||||
"app.audioManager.invalidTarget": "Erreur: Tentative de requête sur une destination invalide",
|
||||
"app.audioManager.mediaError": "Erreur: Il y a un problème pour obtenir vos périphériques multimédias",
|
||||
"app.audioManager.genericError": "Erreur : une erreur s'est produite, veuillez réessayez.",
|
||||
"app.audioManager.connectionError": "Erreur : erreur de connexion",
|
||||
"app.audioManager.requestTimeout": "Erreur : un délai est dépassé dans la requête",
|
||||
"app.audioManager.invalidTarget": "Erreur : tentative de requête sur une destination invalide",
|
||||
"app.audioManager.mediaError": "Erreur : il y a un problème pour obtenir vos périphériques multimédias",
|
||||
"app.audio.joinAudio": "Rejoindre l'Audio",
|
||||
"app.audio.leaveAudio": "Quitter l'Audio",
|
||||
"app.audio.enterSessionLabel": "Entrer dans la Session",
|
||||
@ -269,7 +279,7 @@
|
||||
"app.audio.audioSettings.titleLabel": "Choisissez vos paramètres audio",
|
||||
"app.audio.audioSettings.descriptionLabel": "Veuillez noter qu'une boîte de dialogue apparaîtra dans votre navigateur, vous demandant d'accepter le partage de votre micro.",
|
||||
"app.audio.audioSettings.microphoneSourceLabel": "Source du Micro",
|
||||
"app.audio.audioSettings.speakerSourceLabel": "vous avez {0} nouveau message dans {1}",
|
||||
"app.audio.audioSettings.speakerSourceLabel": "Source du haut-parleur",
|
||||
"app.audio.audioSettings.microphoneStreamLabel": "Le volume de votre flux audio",
|
||||
"app.audio.audioSettings.retryLabel": "Réessayer",
|
||||
"app.audio.listenOnly.backLabel": "Retour",
|
||||
@ -285,15 +295,26 @@
|
||||
"app.error.403": "Interdit",
|
||||
"app.error.leaveLabel": "Connectez-vous à nouveau",
|
||||
"app.guest.waiting": "En attente de l'approbation d'adhésion",
|
||||
"app.toast.breakoutRoomEnded": "La salle de réunion s'est terminée. Veuillez vous joindre à l'audio.",
|
||||
"app.toast.chat.singular": "vous avez {0} nouveau message dans {1}",
|
||||
"app.toast.chat.plural": "vous avez {0} nouveaux messages dans {1}",
|
||||
"app.toast.breakoutRoomEnded": "La salle de groupe s'est terminée. Veuillez vous joindre à l'audio.",
|
||||
"app.toast.chat.public": "Nouveau message de discussion publique",
|
||||
"app.toast.chat.private": "Nouveau message de discussion privée",
|
||||
"app.toast.chat.system": "Système",
|
||||
"app.notification.recordingStart": "Cette session est maintenant enregistrée",
|
||||
"app.notification.recordingStop": "Cette session n'est maintenant plus enregistrée",
|
||||
"app.shortcut-help.title": "Raccourcis",
|
||||
"app.shortcut-help.accessKeyNotAvailable": "Raccourcis non disponible.",
|
||||
"app.shortcut-help.functionLabel": "Fonction",
|
||||
"app.shortcut-help.closeLabel": "Fermer",
|
||||
"app.shortcut-help.closeDesc": "Ferme la fenêtre des raccourcis",
|
||||
"app.shortcut-help.openOptions": "Ouvrir les options",
|
||||
"app.shortcut-help.hidePrivateChat": "Cacher la discussion privée",
|
||||
"app.shortcut-help.closePrivateChat": "Fermer la discussion privée",
|
||||
"app.shortcut-help.openActions": "Ouvrir le menu Actions",
|
||||
"app.shortcut-help.openStatus": "Ouvrir le menu Statut",
|
||||
"app.video.joinVideo": "Partager la Webcam",
|
||||
"app.video.leaveVideo": "Ne plus partager la Webcam",
|
||||
"app.video.iceCandidateError": "Erreur lors de l'ajout d'un candidat ICE",
|
||||
"app.video.permissionError": "Erreur lors du partage de la webcam. Vérifiez les permissions svp.",
|
||||
"app.video.permissionError": "Erreur lors du partage de la webcam. Veuillez vérifier les permissions.",
|
||||
"app.video.sharingError": "Erreur lors du partage de la Webcam",
|
||||
"app.video.swapCam": "Échanger",
|
||||
"app.video.swapCamDesc": "Permuter les Webcams",
|
||||
@ -302,8 +323,20 @@
|
||||
"app.video.videoMenuDesc": "Ouvrir le menu déroulant de la vidéo",
|
||||
"app.video.chromeExtensionError": "Vous devez installer ",
|
||||
"app.video.chromeExtensionErrorLink": "cette Extension Chrome",
|
||||
"app.video.stats.title": "Statistiques de connexion",
|
||||
"app.video.stats.packetsReceived": "Paquets reçus",
|
||||
"app.video.stats.packetsSent": "Paquets envoyés",
|
||||
"app.video.stats.packetsLost": "Paquets perdus",
|
||||
"app.video.stats.lostPercentage": "Pourcentage perdu total",
|
||||
"app.video.stats.lostRecentPercentage": "Pourcentage perdu récent",
|
||||
"app.video.stats.dimensions": "Dimensions",
|
||||
"app.video.stats.codec": "Codec",
|
||||
"app.video.stats.decodeDelay": "Délai de décodage",
|
||||
"app.video.stats.encodeUsagePercent": "Usage de l'encodage",
|
||||
"app.video.stats.currentDelay": "Délai actuel",
|
||||
"app.meeting.endNotification.ok.label": "OK",
|
||||
"app.whiteboard.toolbar.tools": "Outils",
|
||||
"app.whiteboard.toolbar.tools.pointer": "Pointeur",
|
||||
"app.whiteboard.toolbar.tools.pencil": "Crayon",
|
||||
"app.whiteboard.toolbar.tools.rectangle": "Rectangle",
|
||||
"app.whiteboard.toolbar.tools.triangle": "Triangle",
|
||||
@ -318,7 +351,7 @@
|
||||
"app.whiteboard.toolbar.color.white": "Blanc",
|
||||
"app.whiteboard.toolbar.color.red": "Rouge",
|
||||
"app.whiteboard.toolbar.color.orange": "Orange",
|
||||
"app.whiteboard.toolbar.color.eletricLime": "Vert Fluo",
|
||||
"app.whiteboard.toolbar.color.eletricLime": "Vert électrique",
|
||||
"app.whiteboard.toolbar.color.lime": "Vert",
|
||||
"app.whiteboard.toolbar.color.cyan": "Cyan",
|
||||
"app.whiteboard.toolbar.color.dodgerBlue": "Bleu foncé",
|
||||
@ -330,7 +363,10 @@
|
||||
"app.whiteboard.toolbar.clear": "Effacer toutes les annotations",
|
||||
"app.whiteboard.toolbar.multiUserOn": "Activer le mode multi-utilisateur",
|
||||
"app.whiteboard.toolbar.multiUserOff": "Désactiver le mode multi-utilisateur",
|
||||
"app.whiteboard.toolbar.fontSize": "Liste des Tailles de Police"
|
||||
"app.whiteboard.toolbar.fontSize": "Liste des Tailles de Police",
|
||||
"app.feedback.title": "Vous avez quitté la conférence",
|
||||
"app.feedback.subtitle": "Nous aimerions connaitre votre expérience avec BigBlueButton (optionnel)",
|
||||
"app.feedback.textarea": "Comment pouvons nous améliorer BigBlueButton ?"
|
||||
|
||||
}
|
||||
|
||||
|
@ -59,9 +59,7 @@
|
||||
"app.presentationUploder.browseFilesLabel": "atau telusuri file",
|
||||
"app.presentationUploder.fileToUpload": "untuk diunggah",
|
||||
"app.presentationUploder.genericError": "Ops, terjadi kesalahan",
|
||||
"app.presentationUploder.upload.progress": "Unggah ({progres}%)",
|
||||
"app.presentationUploder.upload.413": "File terlalu besar",
|
||||
"app.presentationUploder.conversion.conversionProcessingSlides": "Memproses halaman {current} of {total}",
|
||||
"app.presentationUploder.conversion.genericConversionStatus": "Mengkonversikan file",
|
||||
"app.presentationUploder.conversion.generatingThumbnail": "Membuat thumbnail...",
|
||||
"app.presentationUploder.conversion.generatedSlides": "Slides telah siap",
|
||||
|
384
bigbluebutton-html5/private/locales/ja.json
Normal file
384
bigbluebutton-html5/private/locales/ja.json
Normal file
@ -0,0 +1,384 @@
|
||||
{
|
||||
"app.home.greeting": "ようこそ {0} さん! プレゼンテーションは間もなく始まります…",
|
||||
"app.chat.submitLabel": "メッセージを送信",
|
||||
"app.chat.errorMinMessageLength": "このメッセージは文字数が{0}文字足りません",
|
||||
"app.chat.errorMaxMessageLength": "このメッセージは文字数制限を{0}文字超えています",
|
||||
"app.chat.inputLabel": "チャット {0} へメッセージ入力",
|
||||
"app.chat.inputPlaceholder": "メッセージ {0}",
|
||||
"app.chat.titlePublic": "公開チャット",
|
||||
"app.chat.titlePrivate": "{0} との非公開チャット",
|
||||
"app.chat.partnerDisconnected": "{0} は会議から退出しました",
|
||||
"app.chat.closeChatLabel": "{0} を閉じる",
|
||||
"app.chat.hideChatLabel": "{0} を隠す",
|
||||
"app.chat.moreMessages": "下にまだメッセージがあります",
|
||||
"app.chat.dropdown.options": "チャット設定",
|
||||
"app.chat.dropdown.clear": "クリア",
|
||||
"app.chat.dropdown.copy": "コピー",
|
||||
"app.chat.dropdown.save": "セーブ",
|
||||
"app.chat.label": "チャット",
|
||||
"app.chat.emptyLogLabel": "チャットログは空です",
|
||||
"app.chat.clearPublicChatMessage": "チャット履歴はモデレーターにクリアされました",
|
||||
"app.userList.usersTitle": "ユーザー",
|
||||
"app.userList.participantsTitle": "参加者",
|
||||
"app.userList.messagesTitle": "メッセージ",
|
||||
"app.userList.presenter": "プレゼンター",
|
||||
"app.userList.you": "自分",
|
||||
"app.userList.locked": "ロック",
|
||||
"app.userList.label": "ユーザーリスト",
|
||||
"app.userList.toggleCompactView.label": "コンパクトモード",
|
||||
"app.userList.guest": "ゲスト",
|
||||
"app.userList.menuTitleContext": "変更できる設定",
|
||||
"app.userList.chatListItem.unreadSingular": "未読メッセージ:{0}",
|
||||
"app.userList.chatListItem.unreadPlural": "未読メッセージ{0}",
|
||||
"app.userList.menu.chat.label": "チャット",
|
||||
"app.userList.menu.clearStatus.label": "ステータスをクリア",
|
||||
"app.userList.menu.makePresenter.label": "プレゼンターにする",
|
||||
"app.userList.menu.removeUser.label": "ユーザーを取り除く",
|
||||
"app.userList.menu.muteUserAudio.label": "ユーザーをミュートする",
|
||||
"app.userList.menu.unmuteUserAudio.label": "ユーザーのミュートを外す",
|
||||
"app.userList.userAriaLabel": "{0} {1} {2} ステータス {3}",
|
||||
"app.userList.menu.promoteUser.label": "{0}をモデレーターにする",
|
||||
"app.userList.menu.demoteUser.label": "{0}を参加者にする",
|
||||
"app.media.label": "メディア",
|
||||
"app.media.screenshare.start": "スクリーンシェアが開始しました",
|
||||
"app.media.screenshare.end": "スクリーンシェアが終了しました",
|
||||
"app.media.screenshare.safariNotSupported": "Safariは画面共有をサポートしていません。FirefoxまたはGoogle Chromeをお使いください。",
|
||||
"app.meeting.ended": "このセッションは終了しました",
|
||||
"app.meeting.endedMessage": "ホームスクリーンに戻ります",
|
||||
"app.presentation.presentationToolbar.prevSlideLabel": "前のスライド",
|
||||
"app.presentation.presentationToolbar.prevSlideDesc": "前のスライド",
|
||||
"app.presentation.presentationToolbar.nextSlideLabel": "次のスライド",
|
||||
"app.presentation.presentationToolbar.nextSlideDesc": "次のスライド",
|
||||
"app.presentation.presentationToolbar.skipSlideLabel": "スライドをスキップ",
|
||||
"app.presentation.presentationToolbar.skipSlideDesc": "表示したいスライドに移動",
|
||||
"app.presentation.presentationToolbar.fitWidthLabel": "幅に合わせる",
|
||||
"app.presentation.presentationToolbar.fitWidthDesc": "幅に合わせる",
|
||||
"app.presentation.presentationToolbar.fitScreenLabel": "画面に合わせる",
|
||||
"app.presentation.presentationToolbar.fitScreenDesc": "画面に合わせる",
|
||||
"app.presentation.presentationToolbar.zoomLabel": "ズーム",
|
||||
"app.presentation.presentationToolbar.zoomDesc": "プレゼンテーションのズームを変更する",
|
||||
"app.presentation.presentationToolbar.goToSlide": "スライド {0}",
|
||||
"app.presentationUploder.title": "プレゼンテーション",
|
||||
"app.presentationUploder.message": "プレゼンターはドキュメントをアップロードすることができます。お勧めのファイル形式はPDFです。",
|
||||
"app.presentationUploder.confirmLabel": "スタート",
|
||||
"app.presentationUploder.confirmDesc": "編集を保存してプレゼンテーションを開始する",
|
||||
"app.presentationUploder.dismissLabel": "キャンセル",
|
||||
"app.presentationUploder.dismissDesc": "編集を保存せずウィンドウを閉じる",
|
||||
"app.presentationUploder.dropzoneLabel": "ファイルをここにドラッグしてアップロードする",
|
||||
"app.presentationUploder.browseFilesLabel": "またはファイルを探す",
|
||||
"app.presentationUploder.fileToUpload": "アップロード待ち...",
|
||||
"app.presentationUploder.currentBadge": "現在",
|
||||
"app.presentationUploder.genericError": "エラーが発生しました",
|
||||
"app.presentationUploder.upload.413": "ファイルが大きすぎます",
|
||||
"app.presentationUploder.conversion.genericConversionStatus": "ファイル変換中...",
|
||||
"app.presentationUploder.conversion.generatingThumbnail": "サムネール作成中...",
|
||||
"app.presentationUploder.conversion.generatedSlides": "スライド作成...",
|
||||
"app.presentationUploder.conversion.generatingSvg": "SVG画像作成中...",
|
||||
"app.presentationUploder.conversion.pageCountExceeded": "エラー:ページ数が多すぎました",
|
||||
"app.presentationUploder.conversion.timeout": "エラー:処理に時間がかかりすぎました",
|
||||
"app.polling.pollingTitle": "投票オプション",
|
||||
"app.polling.pollAnswerLabel": "投票結果{0}",
|
||||
"app.polling.pollAnswerDesc": "この選択肢で「{0}」に投票する",
|
||||
"app.failedMessage": "サーバー接続障害",
|
||||
"app.connectingMessage": "接続中…",
|
||||
"app.waitingMessage": "切断されました。 {0} 秒後に再接続します…",
|
||||
"app.navBar.settingsDropdown.optionsLabel": "オプション",
|
||||
"app.navBar.settingsDropdown.fullscreenLabel": "全画面表示に切替",
|
||||
"app.navBar.settingsDropdown.settingsLabel": "設定を開く",
|
||||
"app.navBar.settingsDropdown.aboutLabel": "アバウト",
|
||||
"app.navBar.settingsDropdown.leaveSessionLabel": "ログアウト",
|
||||
"app.navBar.settingsDropdown.exitFullscreenLabel": "全画面表示解除",
|
||||
"app.navBar.settingsDropdown.fullscreenDesc": "設定メニューを全画面表示",
|
||||
"app.navBar.settingsDropdown.settingsDesc": "一般の設定を変更",
|
||||
"app.navBar.settingsDropdown.aboutDesc": "クライアントに関する情報を表示",
|
||||
"app.navBar.settingsDropdown.leaveSessionDesc": "会議から退室",
|
||||
"app.navBar.settingsDropdown.exitFullscreenDesc": "全画面表示解除",
|
||||
"app.navBar.settingsDropdown.hotkeysLabel": "ショートカット",
|
||||
"app.navBar.settingsDropdown.hotkeysDesc": "ショートカットを押してください",
|
||||
"app.navBar.userListToggleBtnLabel": "ユーザーリストのトグル",
|
||||
"app.navBar.toggleUserList.ariaLabel": "ユーザーリストのトグル",
|
||||
"app.navBar.toggleUserList.newMessages": "メッセージを通知する",
|
||||
"app.navBar.recording": "このセッションは録画されています",
|
||||
"app.navBar.recording.on": "録画中",
|
||||
"app.navBar.recording.off": "録画されていません",
|
||||
"app.leaveConfirmation.title": "セッションから離れる",
|
||||
"app.leaveConfirmation.message": "この会議から退室しますか?",
|
||||
"app.leaveConfirmation.confirmLabel": "退室",
|
||||
"app.leaveConfirmation.confirmDesc": "自分を会議からログアウトさせる",
|
||||
"app.leaveConfirmation.dismissLabel": "キャンセル",
|
||||
"app.leaveConfirmation.dismissDesc": "退出確認を破棄し閉じる",
|
||||
"app.leaveConfirmation.endMeetingLabel": "同意してセッションを終了する",
|
||||
"app.leaveConfirmation.endMeetingAriaLabel": "退室してセッションを終了する",
|
||||
"app.leaveConfirmation.endMeetingDesc": "会議を閉じて終了させる",
|
||||
"app.about.title": "アバウト",
|
||||
"app.about.version": "Client Build:",
|
||||
"app.about.copyright": "Copyright:",
|
||||
"app.about.confirmLabel": "OK",
|
||||
"app.about.confirmDesc": "OK",
|
||||
"app.about.dismissLabel": "キャンセル",
|
||||
"app.about.dismissDesc": "クライアント情報を閉じる",
|
||||
"app.actionsBar.changeStatusLabel": "ステータス変更",
|
||||
"app.actionsBar.muteLabel": "ミュート",
|
||||
"app.actionsBar.unmuteLabel": "ミュート解除",
|
||||
"app.actionsBar.camOffLabel": "カメラオフ",
|
||||
"app.actionsBar.raiseLabel": "手をあげる",
|
||||
"app.actionsBar.label": "アクションメニュー",
|
||||
"app.submenu.application.applicationSectionTitle": "アプリケーション",
|
||||
"app.submenu.application.audioNotifyLabel": "チャットの音声通知",
|
||||
"app.submenu.application.pushNotifyLabel": "チャットのプッシュ通知",
|
||||
"app.submenu.application.fontSizeControlLabel": "フォントサイズ",
|
||||
"app.submenu.application.increaseFontBtnLabel": "アプリケーションのフォントサイズを大きくする",
|
||||
"app.submenu.application.decreaseFontBtnLabel": "アプリケーションのフォントサイズを小さくする",
|
||||
"app.submenu.application.languageLabel": "アプリケーション言語",
|
||||
"app.submenu.application.ariaLanguageLabel": "アプリケーション言語を変更",
|
||||
"app.submenu.application.languageOptionLabel": "言語を選択",
|
||||
"app.submenu.application.noLocaleOptionLabel": "アクティブなロケールがありません",
|
||||
"app.submenu.audio.micSourceLabel": "マイクのソース",
|
||||
"app.submenu.audio.speakerSourceLabel": "スピーカーのソース",
|
||||
"app.submenu.audio.streamVolumeLabel": "音声ストリームの音量",
|
||||
"app.submenu.video.title": "ビデオ",
|
||||
"app.submenu.video.videoSourceLabel": "ソースを表示",
|
||||
"app.submenu.video.videoOptionLabel": "ソース表示を選択",
|
||||
"app.submenu.video.videoQualityLabel": "ビデオ品質",
|
||||
"app.submenu.video.qualityOptionLabel": "ビデオ品質を選択",
|
||||
"app.submenu.video.participantsCamLabel": "参加者のウェブカメラを見ています",
|
||||
"app.submenu.closedCaptions.closedCaptionsLabel": "クローズドキャプション",
|
||||
"app.submenu.closedCaptions.takeOwnershipLabel": "所有権をとる",
|
||||
"app.submenu.closedCaptions.languageLabel": "言語",
|
||||
"app.submenu.closedCaptions.localeOptionLabel": "言語を選択",
|
||||
"app.submenu.closedCaptions.noLocaleOptionLabel": "アクティブなロケールがありません",
|
||||
"app.submenu.closedCaptions.fontFamilyLabel": "フォントファミリー",
|
||||
"app.submenu.closedCaptions.fontFamilyOptionLabel": "フォントファミリーを選択",
|
||||
"app.submenu.closedCaptions.fontSizeLabel": "フォントサイズ",
|
||||
"app.submenu.closedCaptions.fontSizeOptionLabel": "フォントサイズを選択",
|
||||
"app.submenu.closedCaptions.backgroundColorLabel": "背景色",
|
||||
"app.submenu.closedCaptions.fontColorLabel": "フォント色",
|
||||
"app.submenu.participants.muteAllLabel": "プレゼンター以外の全員をミュート",
|
||||
"app.submenu.participants.lockAllLabel": "すべての参加者をロック",
|
||||
"app.submenu.participants.lockItemLabel": "参加者 {0}",
|
||||
"app.submenu.participants.lockMicDesc": "ロック中のすべての参加者のマイクを無効化",
|
||||
"app.submenu.participants.lockCamDesc": "ロック中のすべての参加者のウェブカメラを無効化",
|
||||
"app.submenu.participants.lockPublicChatDesc": "ロック中のすべての参加者の公開チャットを無効化",
|
||||
"app.submenu.participants.lockPrivateChatDesc": "ロック中のすべての参加者の非公開チャットを無効化",
|
||||
"app.submenu.participants.lockLayoutDesc": "ロック中のすべての参加者のレイアウトを固定",
|
||||
"app.submenu.participants.lockMicAriaLabel": "マイクのロック",
|
||||
"app.submenu.participants.lockCamAriaLabel": "ウェブカメラのロック",
|
||||
"app.submenu.participants.lockPublicChatAriaLabel": "公開チャットのロック",
|
||||
"app.submenu.participants.lockPrivateChatAriaLabel": "非公開チャットのロック",
|
||||
"app.submenu.participants.lockLayoutAriaLabel": "レイアウトのロック",
|
||||
"app.submenu.participants.lockMicLabel": "マイク",
|
||||
"app.submenu.participants.lockCamLabel": "ウェブカメラ",
|
||||
"app.submenu.participants.lockPublicChatLabel": "公開チャット",
|
||||
"app.submenu.participants.lockPrivateChatLabel": "非公開チャット",
|
||||
"app.submenu.participants.lockLayoutLabel": "レイアウト",
|
||||
"app.settings.applicationTab.label": "アプリケーション",
|
||||
"app.settings.audioTab.label": "音声",
|
||||
"app.settings.videoTab.label": "ビデオ",
|
||||
"app.settings.closedcaptionTab.label": "クローズドキャプション",
|
||||
"app.settings.usersTab.label": "参加者",
|
||||
"app.settings.main.label": "設定",
|
||||
"app.settings.main.cancel.label": "キャンセル",
|
||||
"app.settings.main.cancel.label.description": "変更を破棄し設定メニューを閉じる",
|
||||
"app.settings.main.save.label": "保存",
|
||||
"app.settings.main.save.label.description": "変更を保存し設定メニューを閉じる",
|
||||
"app.settings.dataSavingTab.label": "データ量調整",
|
||||
"app.settings.dataSavingTab.webcam": "カメラを許可する",
|
||||
"app.settings.dataSavingTab.screenShare": "画面共有を許可する",
|
||||
"app.settings.dataSavingTab.description": "データ量を下げるには設定を変更してください",
|
||||
"app.switch.onLabel": "オン",
|
||||
"app.switch.offLabel": "オフ",
|
||||
"app.actionsBar.actionsDropdown.actionsLabel": "アクション",
|
||||
"app.actionsBar.actionsDropdown.presentationLabel": "プレゼンテーションをアップロード",
|
||||
"app.actionsBar.actionsDropdown.initPollLabel": "投票を初期化",
|
||||
"app.actionsBar.actionsDropdown.desktopShareLabel": "画面を共有する",
|
||||
"app.actionsBar.actionsDropdown.stopDesktopShareLabel": "画面共有を止める",
|
||||
"app.actionsBar.actionsDropdown.presentationDesc": "プレゼンテーションをアップロード",
|
||||
"app.actionsBar.actionsDropdown.initPollDesc": "投票を初期化",
|
||||
"app.actionsBar.actionsDropdown.desktopShareDesc": "他の人と画面を共有する",
|
||||
"app.actionsBar.actionsDropdown.stopDesktopShareDesc": "との画面共有を止める",
|
||||
"app.actionsBar.actionsDropdown.startRecording": "録画開始",
|
||||
"app.actionsBar.actionsDropdown.stopRecording": "録画停止",
|
||||
"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": "ステータスを「普通」にする",
|
||||
"app.actionsBar.emojiMenu.confusedLabel": "わけがわからない",
|
||||
"app.actionsBar.emojiMenu.confusedDesc": "ステータスを「わけがわからない」にする",
|
||||
"app.actionsBar.emojiMenu.sadLabel": "悲しい",
|
||||
"app.actionsBar.emojiMenu.sadDesc": "ステータスを「悲しい」にする",
|
||||
"app.actionsBar.emojiMenu.happyLabel": "ハッピー",
|
||||
"app.actionsBar.emojiMenu.happyDesc": "ステータスを「ハッピー」にする",
|
||||
"app.actionsBar.emojiMenu.noneLabel": "ステータスをクリアする",
|
||||
"app.actionsBar.emojiMenu.noneDesc": "ステータスをクリアする",
|
||||
"app.actionsBar.emojiMenu.applauseLabel": "拍手",
|
||||
"app.actionsBar.emojiMenu.applauseDesc": "ステータスを「拍手」にする",
|
||||
"app.actionsBar.emojiMenu.thumbsUpLabel": "いいね",
|
||||
"app.actionsBar.emojiMenu.thumbsUpDesc": "ステータスを「いいね」にする",
|
||||
"app.actionsBar.emojiMenu.thumbsDownLabel": "ダメ",
|
||||
"app.actionsBar.emojiMenu.thumbsDownDesc": "ステータスを「ダメ」にする",
|
||||
"app.actionsBar.currentStatusDesc": "現在のステータス {0}",
|
||||
"app.audioNotification.audioFailedError1001": "エラー1001:WebSocketの接続が切れました",
|
||||
"app.audioNotification.audioFailedError1002": "エラー1002:WebSocketに接続できませんでした",
|
||||
"app.audioNotification.audioFailedError1003": "エラー1003:ブラウザのバージョンはサポートされていません",
|
||||
"app.audioNotification.audioFailedError1004": "エラー1004:通話失敗",
|
||||
"app.audioNotification.audioFailedError1005": "エラー1005:問題が発生し通話が終了しました",
|
||||
"app.audioNotification.audioFailedError1006": "エラー1006:通話がタイムアウトしました",
|
||||
"app.audioNotification.audioFailedError1007": "エラー1007:ICE接続失敗",
|
||||
"app.audioNotification.audioFailedError1008": "エラー1008:トランスファー失敗",
|
||||
"app.audioNotification.audioFailedError1009": "エラー1009:STUN/TURNサーバー情報にアクセスできませんでした",
|
||||
"app.audioNotification.audioFailedError1010": "エラー1010:ICE接続がタイムアウトしました",
|
||||
"app.audioNotification.audioFailedError1011": "エラー1011:ICEギャザリングがタイムアウトしました",
|
||||
"app.audioNotification.audioFailedMessage": "音声接続に失敗しました",
|
||||
"app.audioNotification.mediaFailedMessage": "getUserMicMedia に失敗。安全な接続だけが許可されます",
|
||||
"app.audioNotification.closeLabel": "閉じる",
|
||||
"app.breakoutJoinConfirmation.title": "小会議室に参加",
|
||||
"app.breakoutJoinConfirmation.message": "参加しますか",
|
||||
"app.breakoutJoinConfirmation.confirmLabel": "参加",
|
||||
"app.breakoutJoinConfirmation.confirmDesc": "自分を小会議室に参加させる",
|
||||
"app.breakoutJoinConfirmation.dismissLabel": "キャンセル",
|
||||
"app.breakoutJoinConfirmation.dismissDesc": "小会議室の参加を拒否し閉じる",
|
||||
"app.breakoutTimeRemainingMessage": "小会議室残り時間: {0}",
|
||||
"app.breakoutWillCloseMessage": "終了時間。間もなく小会議室を閉じます",
|
||||
"app.calculatingBreakoutTimeRemaining": "残り時間計算中…",
|
||||
"app.audioModal.microphoneLabel": "マイク",
|
||||
"app.audioModal.listenOnlyLabel": "聴講のみ",
|
||||
"app.audioModal.audioChoiceLabel": "音声はどうしますか?",
|
||||
"app.audioModal.iOSBrowser": "音声、ビデオがサポートされていません",
|
||||
"app.audioModal.iOSErrorDescription": "iOSのChromeでは、音声、 ビデオは現在サポートされていません",
|
||||
"app.audioModal.iOSErrorRecommendation": "Safari iOSをお使いください",
|
||||
"app.audioModal.audioChoiceDesc": "音声はどうしますか?",
|
||||
"app.audioModal.closeLabel": "閉じる",
|
||||
"app.audioModal.yes": "はい",
|
||||
"app.audioModal.no": "いいえ",
|
||||
"app.audioModal.yes.arialabel" : "エコーが聞こえます",
|
||||
"app.audioModal.no.arialabel" : "エコーが聞こえません",
|
||||
"app.audioModal.echoTestTitle": "これはエコーテストです。マイクに話すとエコーが聞こえますか?",
|
||||
"app.audioModal.settingsTitle": "オーディオ設定を変更する",
|
||||
"app.audioModal.helpTitle": "デバイスとの接続ができませんでした",
|
||||
"app.audioModal.helpText": "このサイトにマイクのアクセスを許可しましたか?ページを開く際にポップアップが出てくるはずです。アクセスを許可してください。それでも問題が続きましたら、ブラウザの設定を確認してみてください。",
|
||||
"app.audioModal.connecting": "接続中",
|
||||
"app.audioModal.connectingEchoTest": "エコーテストに接続中",
|
||||
"app.audioManager.joinedAudio": "セッションに参加しました",
|
||||
"app.audioManager.joinedEcho": "エコーテストに入りました",
|
||||
"app.audioManager.leftAudio": "セッションから退席しました",
|
||||
"app.audioManager.genericError": "エラー:もう一度やり直してください",
|
||||
"app.audioManager.connectionError": "エラー:接続エラー",
|
||||
"app.audioManager.requestTimeout": "エラー:リクエストに時間がかかりすぎました",
|
||||
"app.audioManager.invalidTarget": "エラー:リクエスト先がいませんでした",
|
||||
"app.audioManager.mediaError": "エラー:デバイスが見つかりませんでした",
|
||||
"app.audio.joinAudio": "音声で参加",
|
||||
"app.audio.leaveAudio": "音声をやめる",
|
||||
"app.audio.enterSessionLabel": "セッションに入る",
|
||||
"app.audio.playSoundLabel": "音を出す",
|
||||
"app.audio.backLabel": "戻る",
|
||||
"app.audio.audioSettings.titleLabel": "音声設定を選択",
|
||||
"app.audio.audioSettings.descriptionLabel": "マイク共有の許可を求めるダイアログがブラウザ内に現われますのでご了承ください。",
|
||||
"app.audio.audioSettings.microphoneSourceLabel": "マイクのソース",
|
||||
"app.audio.audioSettings.speakerSourceLabel": "スピーカーのソース",
|
||||
"app.audio.audioSettings.microphoneStreamLabel": "音声ストリームの音量",
|
||||
"app.audio.audioSettings.retryLabel": "再試行",
|
||||
"app.audio.listenOnly.backLabel": "戻る",
|
||||
"app.audio.listenOnly.closeLabel": "閉じる",
|
||||
"app.audio.permissionsOverlay.title": "デバイスのアクセスを許可する",
|
||||
"app.audio.permissionsOverlay.hint": "セッションに参加するには、デバイスのアクセスが必要になります",
|
||||
"app.error.removed": "セッションから退室しました",
|
||||
"app.error.meeting.ended": "会議からログアウトしました",
|
||||
"app.dropdown.close": "閉じる",
|
||||
"app.error.500": "問題が起こりました",
|
||||
"app.error.404": "見つかりません",
|
||||
"app.error.401": "権限がありません",
|
||||
"app.error.403": "禁止されています",
|
||||
"app.error.leaveLabel": "再ログイン",
|
||||
"app.guest.waiting": "主催者の承認待ち",
|
||||
"app.toast.breakoutRoomEnded": "The breakout room ended. オーディオで参加してください",
|
||||
"app.notification.recordingStart": "録画が開始しました",
|
||||
"app.notification.recordingStop": "録画が終了しました",
|
||||
"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.hidePrivateChat": "個人チャットを隠す",
|
||||
"app.shortcut-help.closePrivateChat": "個人チャットを閉じる",
|
||||
"app.shortcut-help.openActions": "アクションメニューを開く",
|
||||
"app.shortcut-help.openStatus": "ステータスメニューを開く",
|
||||
"app.video.joinVideo": "カメラ共有",
|
||||
"app.video.leaveVideo": "カメラ共有解除",
|
||||
"app.video.iceCandidateError": "アイス候補者追加エラー",
|
||||
"app.video.permissionError": "カメラ共有エラー。設定を確認してください",
|
||||
"app.video.sharingError": "カメラ共有エラー",
|
||||
"app.video.notFoundError": "カメラが見つかりませんでした。接続を確認してください",
|
||||
"app.video.notAllowed": "カメラを共有する権限がありませんでした。ブラウザの設定を確認してください",
|
||||
"app.video.notSupportedError": "カメラは安全なページでしか共有できません。SSL証明書が有効か確かめてください",
|
||||
"app.video.notReadableError": "カメラの映像を受け取れませんでした。他のプログラムが使ってないことを確認してください",
|
||||
"app.video.mediaServerOffline": "メディアサーバーがオフラインです。後で試してください",
|
||||
"app.video.swapCam": "スワップ",
|
||||
"app.video.swapCamDesc": "カメラの向きを反転する",
|
||||
"app.video.videoMenu": "ビデオメニュー",
|
||||
"app.video.videoMenuDisabled": "設定でビデオメニューがブロックされています",
|
||||
"app.video.videoMenuDesc": "設定でビデオメニューがブロックされています",
|
||||
"app.video.chromeExtensionError": "インストールしてください",
|
||||
"app.video.chromeExtensionErrorLink": "このChrome拡張機能",
|
||||
"app.video.stats.title": "接続情報",
|
||||
"app.video.stats.packetsReceived": "パケット受信",
|
||||
"app.video.stats.packetsSent": "パケット送信",
|
||||
"app.video.stats.packetsLost": "エラーパケット",
|
||||
"app.video.stats.bitrate": "ビットレート",
|
||||
"app.video.stats.lostPercentage": "トータルパーセンテージ(エラー)",
|
||||
"app.video.stats.lostRecentPercentage": "最新のパーセンテージ(エラー)",
|
||||
"app.video.stats.dimensions": "解像度",
|
||||
"app.video.stats.codec": "コーデック",
|
||||
"app.video.stats.decodeDelay": "遅延(ディコード)",
|
||||
"app.video.stats.rtt": "RTT",
|
||||
"app.video.stats.encodeUsagePercent": "エンコードの使用状況",
|
||||
"app.video.stats.currentDelay": "遅延(最新)",
|
||||
"app.meeting.endNotification.ok.label": "OK",
|
||||
"app.whiteboard.toolbar.tools": "ツール",
|
||||
"app.whiteboard.toolbar.tools.pointer": "ポインタ",
|
||||
"app.whiteboard.toolbar.tools.pencil": "ペン",
|
||||
"app.whiteboard.toolbar.tools.rectangle": "長方形",
|
||||
"app.whiteboard.toolbar.tools.triangle": "三角形",
|
||||
"app.whiteboard.toolbar.tools.ellipse": "長方形",
|
||||
"app.whiteboard.toolbar.tools.line": "線",
|
||||
"app.whiteboard.toolbar.tools.text": "テキスト",
|
||||
"app.whiteboard.toolbar.thickness": "線の太さ",
|
||||
"app.whiteboard.toolbar.thicknessDisabled": "線の太さは変えられません",
|
||||
"app.whiteboard.toolbar.color": "色",
|
||||
"app.whiteboard.toolbar.colorDisabled": "色は変えられません",
|
||||
"app.whiteboard.toolbar.color.black": "黒",
|
||||
"app.whiteboard.toolbar.color.white": "白",
|
||||
"app.whiteboard.toolbar.color.red": "赤",
|
||||
"app.whiteboard.toolbar.color.orange": "オレンジ",
|
||||
"app.whiteboard.toolbar.color.eletricLime": "黄緑",
|
||||
"app.whiteboard.toolbar.color.lime": "ライム",
|
||||
"app.whiteboard.toolbar.color.cyan": "シアン",
|
||||
"app.whiteboard.toolbar.color.dodgerBlue": "ドジャーブルー",
|
||||
"app.whiteboard.toolbar.color.blue": "青",
|
||||
"app.whiteboard.toolbar.color.violet": "紫",
|
||||
"app.whiteboard.toolbar.color.magenta": "マゼンタ",
|
||||
"app.whiteboard.toolbar.color.silver": "シルバー",
|
||||
"app.whiteboard.toolbar.undo": "取り消す",
|
||||
"app.whiteboard.toolbar.clear": "全て取り消す",
|
||||
"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": "フィードバックを送ってセッションから退席する",
|
||||
"app.videoDock.webcamFocusLabel": "フォーカス",
|
||||
"app.videoDock.webcamFocusDesc": "選択したカメラにフォーカスする",
|
||||
"app.videoDock.webcamUnfocusLabel": "フォーカスを外す",
|
||||
"app.videoDock.webcamUnfocusDesc": "選択したカメラのフォーカスを外す"
|
||||
|
||||
}
|
||||
|
@ -69,9 +69,7 @@
|
||||
"app.presentationUploder.fileToUpload": "アップロード待ち...",
|
||||
"app.presentationUploder.currentBadge": "現在",
|
||||
"app.presentationUploder.genericError": "エラーが発生しました",
|
||||
"app.presentationUploder.upload.progress": "アップロード中 ({progress}%)",
|
||||
"app.presentationUploder.upload.413": "ファイルが大きすぎます",
|
||||
"app.presentationUploder.conversion.conversionProcessingSlides": "処理中: {current} ページ/ {total}",
|
||||
"app.presentationUploder.conversion.genericConversionStatus": "ファイル変換中...",
|
||||
"app.presentationUploder.conversion.generatingThumbnail": "サムネール作成中...",
|
||||
"app.presentationUploder.conversion.generatedSlides": "スライド作成...",
|
||||
@ -296,8 +294,6 @@
|
||||
"app.error.leaveLabel": "再ログイン",
|
||||
"app.guest.waiting": "主催者の承認待ち",
|
||||
"app.toast.breakoutRoomEnded": "The breakout room ended. オーディオで参加してください",
|
||||
"app.toast.chat.singular": "{1}に{0}通のメッセージがあります",
|
||||
"app.toast.chat.plural": "{1}に{0}通のメッセージがあります",
|
||||
"app.notification.recordingStart": "録画が開始しました",
|
||||
"app.notification.recordingStop": "録画が終了しました",
|
||||
"app.shortcut-help.title": "ショートカット",
|
||||
|
@ -69,9 +69,7 @@
|
||||
"app.presentationUploder.fileToUpload": "Carregar arquivo...",
|
||||
"app.presentationUploder.currentBadge": "Atual",
|
||||
"app.presentationUploder.genericError": "Ops, algo deu errado",
|
||||
"app.presentationUploder.upload.progress": "Carregando ({progress}%)",
|
||||
"app.presentationUploder.upload.413": "O arquivo é muito grande",
|
||||
"app.presentationUploder.conversion.conversionProcessingSlides": "Processando página {current} de {total}",
|
||||
"app.presentationUploder.conversion.genericConversionStatus": "Convertendo arquivo...",
|
||||
"app.presentationUploder.conversion.generatingThumbnail": "Gerando miniaturas...",
|
||||
"app.presentationUploder.conversion.generatedSlides": "Slides gerados...",
|
||||
@ -296,8 +294,6 @@
|
||||
"app.error.leaveLabel": "Faça o login novamente",
|
||||
"app.guest.waiting": "Esperando aprovação para participar",
|
||||
"app.toast.breakoutRoomEnded": "A sala de apoio terminou. Clique no ícone do microfone para reingressar a conferência de áudio na sala principal",
|
||||
"app.toast.chat.singular": "você tem {0} nova mensagem em {1}",
|
||||
"app.toast.chat.plural": "você tem {0} novas mensagens em {1}",
|
||||
"app.notification.recordingStart": "Esta reunião está sendo gravada",
|
||||
"app.notification.recordingStop": "Esta reunião não está mais sendo gravada",
|
||||
"app.shortcut-help.title": "Atalhos de teclado",
|
||||
@ -348,7 +344,6 @@
|
||||
"app.whiteboard.toolbar.color.white": "Branco",
|
||||
"app.whiteboard.toolbar.color.red": "Vermelho",
|
||||
"app.whiteboard.toolbar.color.orange": "Laranja",
|
||||
"app.whiteboard.toolbar.color.eletricLime": "Verde limão",
|
||||
"app.whiteboard.toolbar.color.lime": "Verde",
|
||||
"app.whiteboard.toolbar.color.cyan": "Ciano",
|
||||
"app.whiteboard.toolbar.color.dodgerBlue": "Azul Dodger",
|
||||
|
@ -65,9 +65,7 @@
|
||||
"app.presentationUploder.fileToUpload": "Чтобы загрузить...",
|
||||
"app.presentationUploder.currentBadge": "Текущий",
|
||||
"app.presentationUploder.genericError": "Ой, что-то пошло не так",
|
||||
"app.presentationUploder.upload.progress": "Загружается ({progress}%)",
|
||||
"app.presentationUploder.upload.413": "Файл слишком большой",
|
||||
"app.presentationUploder.conversion.conversionProcessingSlides": "Обрабатывается страница {current} из {total}",
|
||||
"app.presentationUploder.conversion.genericConversionStatus": "Файл конвертируется...",
|
||||
"app.presentationUploder.conversion.generatingThumbnail": "Генерируются миниатюры...",
|
||||
"app.presentationUploder.conversion.generatedSlides": "Слайды сгенерированы...",
|
||||
@ -274,8 +272,6 @@
|
||||
"app.error.403": "Доступ запрещен",
|
||||
"app.error.leaveLabel": "Зайдите снова",
|
||||
"app.guest.waiting": "Ожидание одобрения входа",
|
||||
"app.toast.chat.singular": "у вас {0} новое сообщение в {1}",
|
||||
"app.toast.chat.plural": "у вас {0} новых сообщений в {1}",
|
||||
"app.notification.recordingStart": "Этот сеанс записывается",
|
||||
"app.notification.recordingStop": "Этот сеанс больше не будет записан",
|
||||
"app.video.joinVideo": "Включить веб-камеру",
|
||||
@ -298,7 +294,6 @@
|
||||
"app.whiteboard.toolbar.color.white": "Белый",
|
||||
"app.whiteboard.toolbar.color.red": "Красный",
|
||||
"app.whiteboard.toolbar.color.orange": "Оранжевый",
|
||||
"app.whiteboard.toolbar.color.eletricLime": "Салатовый",
|
||||
"app.whiteboard.toolbar.color.lime": "Зеленый",
|
||||
"app.whiteboard.toolbar.color.cyan": "Бирюзовый",
|
||||
"app.whiteboard.toolbar.color.dodgerBlue": "Голубой",
|
||||
|
@ -68,9 +68,7 @@
|
||||
"app.presentationUploder.fileToUpload": "Yüklenecek...",
|
||||
"app.presentationUploder.currentBadge": "Şimdiki",
|
||||
"app.presentationUploder.genericError": "Hops, birşeyler ters gitti",
|
||||
"app.presentationUploder.upload.progress": "Yükleniyor ({progress}%)",
|
||||
"app.presentationUploder.upload.413": "Dosya çok büyük",
|
||||
"app.presentationUploder.conversion.conversionProcessingSlides": "Sayfa oluşturuluyor {current} / {total}",
|
||||
"app.presentationUploder.conversion.genericConversionStatus": "Dosyayı dönüştürüyor...",
|
||||
"app.presentationUploder.conversion.generatingThumbnail": "Küçük resimler oluşturuluyor...",
|
||||
"app.presentationUploder.conversion.generatedSlides": "Slaytlar oluşturuldu...",
|
||||
@ -292,8 +290,6 @@
|
||||
"app.error.leaveLabel": "Tekrar giriş yap",
|
||||
"app.guest.waiting": "Katılım onayı bekleniyor",
|
||||
"app.toast.breakoutRoomEnded": "Özel sonlandı. Lütfen sesli görüşmeye yeniden katılın.",
|
||||
"app.toast.chat.singular": "{1} için {0} yeni mesajınız var",
|
||||
"app.toast.chat.plural": "{1} için {0} yeni mesajınız var",
|
||||
"app.notification.recordingStart": "Bu oturum şu anda kaydediliyor",
|
||||
"app.notification.recordingStop": "Bu oturum artık kaydedilmiyor",
|
||||
"app.shortcut-help.title": "Kısayol Tuşları",
|
||||
@ -340,7 +336,6 @@
|
||||
"app.whiteboard.toolbar.color.white": "Beyaz",
|
||||
"app.whiteboard.toolbar.color.red": "Kırmızı",
|
||||
"app.whiteboard.toolbar.color.orange": "Turuncu",
|
||||
"app.whiteboard.toolbar.color.eletricLime": "Parlak Yeşil",
|
||||
"app.whiteboard.toolbar.color.lime": "Açık Yeşil",
|
||||
"app.whiteboard.toolbar.color.cyan": "Cam Göbeği",
|
||||
"app.whiteboard.toolbar.color.dodgerBlue": "Hile Mavisi",
|
||||
|
387
bigbluebutton-html5/private/locales/zh_CN.json
Normal file
387
bigbluebutton-html5/private/locales/zh_CN.json
Normal file
@ -0,0 +1,387 @@
|
||||
{
|
||||
"app.home.greeting": "欢迎您,{0}!您的演示即将开始...",
|
||||
"app.chat.submitLabel": "发送消息",
|
||||
"app.chat.errorMinMessageLength": "消息只有{0} 个字符,太短了",
|
||||
"app.chat.errorMaxMessageLength": "消息有{0} 个字符,太长了",
|
||||
"app.chat.inputLabel": "在{0}聊天中输入的消息",
|
||||
"app.chat.inputPlaceholder": "消息{0}",
|
||||
"app.chat.titlePublic": "公共聊天",
|
||||
"app.chat.titlePrivate": "和{0}的私聊",
|
||||
"app.chat.partnerDisconnected": "{0}离开了会议",
|
||||
"app.chat.closeChatLabel": "关闭{0}",
|
||||
"app.chat.hideChatLabel": "隐藏{0}",
|
||||
"app.chat.moreMessages": "更多消息见下面",
|
||||
"app.chat.dropdown.options": "聊天选项",
|
||||
"app.chat.dropdown.clear": "清除",
|
||||
"app.chat.dropdown.copy": "复制",
|
||||
"app.chat.dropdown.save": "保存",
|
||||
"app.chat.label": "聊天",
|
||||
"app.chat.emptyLogLabel": "聊天日志是空的",
|
||||
"app.chat.clearPublicChatMessage": "公共聊天历史记录已被主持人清空",
|
||||
"app.userList.usersTitle": "用户",
|
||||
"app.userList.participantsTitle": "参会者",
|
||||
"app.userList.messagesTitle": "消息",
|
||||
"app.userList.presenter": "演示者",
|
||||
"app.userList.you": "您",
|
||||
"app.userList.locked": "已锁定",
|
||||
"app.userList.label": "用户列表",
|
||||
"app.userList.toggleCompactView.label": "打开/关闭紧凑视图模式",
|
||||
"app.userList.guest": "游客",
|
||||
"app.userList.menuTitleContext": "可用选项",
|
||||
"app.userList.chatListItem.unreadSingular": "{0}条新消息",
|
||||
"app.userList.chatListItem.unreadPlural": "{0}条新消息",
|
||||
"app.userList.menu.chat.label": "聊天",
|
||||
"app.userList.menu.clearStatus.label": "聊天状态",
|
||||
"app.userList.menu.makePresenter.label": "设为演示者",
|
||||
"app.userList.menu.removeUser.label": "删除用户",
|
||||
"app.userList.menu.muteUserAudio.label": "静音",
|
||||
"app.userList.menu.unmuteUserAudio.label": "取消静音",
|
||||
"app.userList.userAriaLabel": "{0}{1}{2}状态{3}",
|
||||
"app.userList.menu.promoteUser.label": "将{0}提升为演示者",
|
||||
"app.userList.menu.demoteUser.label": "将{0}将为普通参会者",
|
||||
"app.media.label": "媒体",
|
||||
"app.media.screenshare.start": "屏幕分享已开始",
|
||||
"app.media.screenshare.end": "屏幕分享已结束",
|
||||
"app.media.screenshare.safariNotSupported": "Safari浏览器现在还不支持屏幕分享,请换用FireFox或Chrome浏览器。",
|
||||
"app.meeting.ended": "此会话已结束",
|
||||
"app.meeting.endedMessage": "您将被跳转回首页",
|
||||
"app.presentation.presentationToolbar.prevSlideLabel": "上一页",
|
||||
"app.presentation.presentationToolbar.prevSlideDesc": "将幻灯片切换到上一页",
|
||||
"app.presentation.presentationToolbar.nextSlideLabel": "下一页",
|
||||
"app.presentation.presentationToolbar.nextSlideDesc": "将幻灯片切换到下一页",
|
||||
"app.presentation.presentationToolbar.skipSlideLabel": "直接访问某页",
|
||||
"app.presentation.presentationToolbar.skipSlideDesc": "将幻灯片切换到指定页",
|
||||
"app.presentation.presentationToolbar.fitWidthLabel": "适配宽度",
|
||||
"app.presentation.presentationToolbar.fitWidthDesc": "显示幻灯片的完整宽度",
|
||||
"app.presentation.presentationToolbar.fitScreenLabel": "适配屏幕",
|
||||
"app.presentation.presentationToolbar.fitScreenDesc": "按照屏幕的宽度显示",
|
||||
"app.presentation.presentationToolbar.zoomLabel": "缩放",
|
||||
"app.presentation.presentationToolbar.zoomDesc": "更改演示区的缩放级别",
|
||||
"app.presentation.presentationToolbar.goToSlide": "幻灯片{0}",
|
||||
"app.presentationUploder.title": "演示",
|
||||
"app.presentationUploder.message": "您可以上传PDF文件和任意Office文档,对于后者,系统将其转换为PDF文件。推荐您上传PDF文件。",
|
||||
"app.presentationUploder.confirmLabel": "开始",
|
||||
"app.presentationUploder.confirmDesc": "保存更改并开始演示",
|
||||
"app.presentationUploder.dismissLabel": "取消",
|
||||
"app.presentationUploder.dismissDesc": "关闭模式对话框并丢弃更改",
|
||||
"app.presentationUploder.dropzoneLabel": "拖放文件到此以上传",
|
||||
"app.presentationUploder.browseFilesLabel": "或浏览文件",
|
||||
"app.presentationUploder.fileToUpload": "将被上传...",
|
||||
"app.presentationUploder.currentBadge": "当前",
|
||||
"app.presentationUploder.genericError": "哎哟,出错了",
|
||||
"app.presentationUploder.upload.413": "文件太大,超过了服务器限制",
|
||||
"app.presentationUploder.conversion.genericConversionStatus": "转换文件中...",
|
||||
"app.presentationUploder.conversion.generatingThumbnail": "正在生成缩略图...",
|
||||
"app.presentationUploder.conversion.generatedSlides": "幻灯片已生成...",
|
||||
"app.presentationUploder.conversion.generatingSvg": "正在生成SVG图片...",
|
||||
"app.presentationUploder.conversion.pageCountExceeded": "哎哟,页数超过了服务器限制",
|
||||
"app.presentationUploder.conversion.timeout": "哎哟,对话耗费了太长时间",
|
||||
"app.polling.pollingTitle": "调查选项",
|
||||
"app.polling.pollAnswerLabel": "调查答案{0}",
|
||||
"app.polling.pollAnswerDesc": "选择此选项以投给{0}",
|
||||
"app.failedMessage": "抱歉,连接服务器时出现了问题。",
|
||||
"app.connectingMessage": "连接中...",
|
||||
"app.waitingMessage": "连接已断开。{0}秒后尝试重新连接...",
|
||||
"app.navBar.settingsDropdown.optionsLabel": "选项",
|
||||
"app.navBar.settingsDropdown.fullscreenLabel": "全屏显示",
|
||||
"app.navBar.settingsDropdown.settingsLabel": "打开设置",
|
||||
"app.navBar.settingsDropdown.aboutLabel": "关于",
|
||||
"app.navBar.settingsDropdown.leaveSessionLabel": "注销",
|
||||
"app.navBar.settingsDropdown.exitFullscreenLabel": "退出全屏",
|
||||
"app.navBar.settingsDropdown.fullscreenDesc": "将设置菜单全屏显示",
|
||||
"app.navBar.settingsDropdown.settingsDesc": "更改通用设置",
|
||||
"app.navBar.settingsDropdown.aboutDesc": "显示客户端的信息",
|
||||
"app.navBar.settingsDropdown.leaveSessionDesc": "离开当前会议",
|
||||
"app.navBar.settingsDropdown.exitFullscreenDesc": "退出全屏模式",
|
||||
"app.navBar.settingsDropdown.hotkeysLabel": "热键",
|
||||
"app.navBar.settingsDropdown.hotkeysDesc": "可用热键列表",
|
||||
"app.navBar.userListToggleBtnLabel": "切换用户列表",
|
||||
"app.navBar.toggleUserList.ariaLabel": "在用户和消息之间切换显示",
|
||||
"app.navBar.toggleUserList.newMessages": "有新消息提醒",
|
||||
"app.navBar.recording": "正在录制当前会话",
|
||||
"app.navBar.recording.on": "录制中",
|
||||
"app.navBar.recording.off": "未录制",
|
||||
"app.leaveConfirmation.title": "离开会话",
|
||||
"app.leaveConfirmation.message": "您要退出此会议吗?",
|
||||
"app.leaveConfirmation.confirmLabel": "退出",
|
||||
"app.leaveConfirmation.confirmDesc": "您不在会议中的日志",
|
||||
"app.leaveConfirmation.dismissLabel": "取消",
|
||||
"app.leaveConfirmation.dismissDesc": "确认关闭和拒绝此退出会议",
|
||||
"app.leaveConfirmation.endMeetingLabel": "是的并关闭会话",
|
||||
"app.leaveConfirmation.endMeetingAriaLabel": "退出并结束会话",
|
||||
"app.leaveConfirmation.endMeetingDesc": "确认关闭并结束会议",
|
||||
"app.about.title": "关于",
|
||||
"app.about.version": "客户端版本:",
|
||||
"app.about.copyright": "版权:",
|
||||
"app.about.confirmLabel": "确定",
|
||||
"app.about.confirmDesc": "确定",
|
||||
"app.about.dismissLabel": "取消",
|
||||
"app.about.dismissDesc": "关闭客户端信息对话框",
|
||||
"app.actionsBar.changeStatusLabel": "更改状态",
|
||||
"app.actionsBar.muteLabel": "静音",
|
||||
"app.actionsBar.unmuteLabel": "取消静音",
|
||||
"app.actionsBar.camOffLabel": "关闭摄像头",
|
||||
"app.actionsBar.raiseLabel": "举手",
|
||||
"app.actionsBar.label": "操作栏",
|
||||
"app.submenu.application.applicationSectionTitle": "应用",
|
||||
"app.submenu.application.audioNotifyLabel": "聊天声音提醒",
|
||||
"app.submenu.application.pushNotifyLabel": "聊天浏览器推送提醒",
|
||||
"app.submenu.application.fontSizeControlLabel": "字号",
|
||||
"app.submenu.application.increaseFontBtnLabel": "增大界面字号",
|
||||
"app.submenu.application.decreaseFontBtnLabel": "减小界面字号",
|
||||
"app.submenu.application.languageLabel": "界面语言",
|
||||
"app.submenu.application.ariaLanguageLabel": "更改界面语言",
|
||||
"app.submenu.application.languageOptionLabel": "选择语言",
|
||||
"app.submenu.application.noLocaleOptionLabel": "没有活跃的语言环境",
|
||||
"app.submenu.audio.micSourceLabel": "麦克风源",
|
||||
"app.submenu.audio.speakerSourceLabel": "扬声器源",
|
||||
"app.submenu.audio.streamVolumeLabel": "您音频流的音量",
|
||||
"app.submenu.video.title": "视频",
|
||||
"app.submenu.video.videoSourceLabel": "视频源",
|
||||
"app.submenu.video.videoOptionLabel": "选择视频源",
|
||||
"app.submenu.video.videoQualityLabel": "视频质量",
|
||||
"app.submenu.video.qualityOptionLabel": "选择视频质量",
|
||||
"app.submenu.video.participantsCamLabel": "查看参会者的摄像头",
|
||||
"app.submenu.closedCaptions.closedCaptionsLabel": "字幕",
|
||||
"app.submenu.closedCaptions.takeOwnershipLabel": "获取所有者权限",
|
||||
"app.submenu.closedCaptions.languageLabel": "语言",
|
||||
"app.submenu.closedCaptions.localeOptionLabel": "选择语言",
|
||||
"app.submenu.closedCaptions.noLocaleOptionLabel": "无活跃语言环境",
|
||||
"app.submenu.closedCaptions.fontFamilyLabel": "字体",
|
||||
"app.submenu.closedCaptions.fontFamilyOptionLabel": "选择字体",
|
||||
"app.submenu.closedCaptions.fontSizeLabel": "字号",
|
||||
"app.submenu.closedCaptions.fontSizeOptionLabel": "选择字号",
|
||||
"app.submenu.closedCaptions.backgroundColorLabel": "背景色",
|
||||
"app.submenu.closedCaptions.fontColorLabel": "字体色",
|
||||
"app.submenu.participants.muteAllLabel": "将演示者以外的人都静音",
|
||||
"app.submenu.participants.lockAllLabel": "锁定所有参会者",
|
||||
"app.submenu.participants.lockItemLabel": "参会者{0}",
|
||||
"app.submenu.participants.lockMicDesc": "禁用所有被锁定的参会者的麦克风",
|
||||
"app.submenu.participants.lockCamDesc": "禁用所有被锁定的参会者的摄像头",
|
||||
"app.submenu.participants.lockPublicChatDesc": "禁止所有被锁定的参会者参与公共聊天",
|
||||
"app.submenu.participants.lockPrivateChatDesc": "禁止所有被锁定的参会者参与私聊",
|
||||
"app.submenu.participants.lockLayoutDesc": "锁定所有被锁定的参会者的页面布局",
|
||||
"app.submenu.participants.lockMicAriaLabel": "锁定麦克风",
|
||||
"app.submenu.participants.lockCamAriaLabel": "锁定摄像头",
|
||||
"app.submenu.participants.lockPublicChatAriaLabel": "锁定公共聊天",
|
||||
"app.submenu.participants.lockPrivateChatAriaLabel": "锁定私聊",
|
||||
"app.submenu.participants.lockLayoutAriaLabel": "锁定页面布局",
|
||||
"app.submenu.participants.lockMicLabel": "麦克风",
|
||||
"app.submenu.participants.lockCamLabel": "摄像头",
|
||||
"app.submenu.participants.lockPublicChatLabel": "公共聊天",
|
||||
"app.submenu.participants.lockPrivateChatLabel": "私聊",
|
||||
"app.submenu.participants.lockLayoutLabel": "页面布局",
|
||||
"app.settings.applicationTab.label": "应用",
|
||||
"app.settings.audioTab.label": "音频",
|
||||
"app.settings.videoTab.label": "视频",
|
||||
"app.settings.closedcaptionTab.label": "字幕",
|
||||
"app.settings.usersTab.label": "参会者",
|
||||
"app.settings.main.label": "设置",
|
||||
"app.settings.main.cancel.label": "取消",
|
||||
"app.settings.main.cancel.label.description": "丢弃更改并关闭设置菜单",
|
||||
"app.settings.main.save.label": "保存",
|
||||
"app.settings.main.save.label.description": "保存更改并关闭设置菜单",
|
||||
"app.settings.dataSavingTab.label": "保存数据",
|
||||
"app.settings.dataSavingTab.webcam": "启用摄像头",
|
||||
"app.settings.dataSavingTab.screenShare": "启用桌面分享",
|
||||
"app.settings.dataSavingTab.description": "调整当前显示以节省带宽",
|
||||
"app.switch.onLabel": "开启",
|
||||
"app.switch.offLabel": "关闭",
|
||||
"app.actionsBar.actionsDropdown.actionsLabel": "操作",
|
||||
"app.actionsBar.actionsDropdown.presentationLabel": "上传幻灯片",
|
||||
"app.actionsBar.actionsDropdown.initPollLabel": "发起调查",
|
||||
"app.actionsBar.actionsDropdown.desktopShareLabel": "分享您的桌面",
|
||||
"app.actionsBar.actionsDropdown.stopDesktopShareLabel": "停止分享您的桌面",
|
||||
"app.actionsBar.actionsDropdown.presentationDesc": "上传您的幻灯片",
|
||||
"app.actionsBar.actionsDropdown.initPollDesc": "发起调查",
|
||||
"app.actionsBar.actionsDropdown.desktopShareDesc": "和参会者分享您的桌面操作演示",
|
||||
"app.actionsBar.actionsDropdown.stopDesktopShareDesc": "停止分享您的桌面演示给",
|
||||
"app.actionsBar.actionsDropdown.startRecording": "开始录制",
|
||||
"app.actionsBar.actionsDropdown.stopRecording": "停止录制",
|
||||
"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": "更改您的状态为未决定",
|
||||
"app.actionsBar.emojiMenu.confusedLabel": "困惑",
|
||||
"app.actionsBar.emojiMenu.confusedDesc": "更改您的状态为困惑",
|
||||
"app.actionsBar.emojiMenu.sadLabel": "悲伤",
|
||||
"app.actionsBar.emojiMenu.sadDesc": "更改您的状态为悲伤",
|
||||
"app.actionsBar.emojiMenu.happyLabel": "高兴",
|
||||
"app.actionsBar.emojiMenu.happyDesc": "更改您的状态为高兴",
|
||||
"app.actionsBar.emojiMenu.noneLabel": "清除状态",
|
||||
"app.actionsBar.emojiMenu.noneDesc": "清除您的状态",
|
||||
"app.actionsBar.emojiMenu.applauseLabel": "鼓掌",
|
||||
"app.actionsBar.emojiMenu.applauseDesc": "更改您的状态为鼓掌",
|
||||
"app.actionsBar.emojiMenu.thumbsUpLabel": "点赞",
|
||||
"app.actionsBar.emojiMenu.thumbsUpDesc": "更改你的状态为点赞",
|
||||
"app.actionsBar.emojiMenu.thumbsDownLabel": "拍砖",
|
||||
"app.actionsBar.emojiMenu.thumbsDownDesc": "更改您的状态为拍砖",
|
||||
"app.actionsBar.currentStatusDesc": "当前状态{0}",
|
||||
"app.audioNotification.audioFailedError1001": "Error 1001: WebSocket disconnected",
|
||||
"app.audioNotification.audioFailedError1002": "Error 1002: Could not make a WebSocket connection",
|
||||
"app.audioNotification.audioFailedError1003": "Error 1003: Browser version not supported",
|
||||
"app.audioNotification.audioFailedError1004": "Error 1004: Failure on call",
|
||||
"app.audioNotification.audioFailedError1005": "Error 1005: Call ended unexpectedly",
|
||||
"app.audioNotification.audioFailedError1006": "Error 1006: Call timed out",
|
||||
"app.audioNotification.audioFailedError1007": "Error 1007: ICE negotiation failed",
|
||||
"app.audioNotification.audioFailedError1008": "Error 1008: Transfer failed",
|
||||
"app.audioNotification.audioFailedError1009": "Error 1009: Could not fetch STUN/TURN server information",
|
||||
"app.audioNotification.audioFailedError1010": "Error 1010: ICE negotiation timeout",
|
||||
"app.audioNotification.audioFailedError1011": "Error 1011: ICE gathering timeout",
|
||||
"app.audioNotification.audioFailedMessage": "您的音频连接失败了",
|
||||
"app.audioNotification.mediaFailedMessage": "getUserMicMedia failed, Only secure origins are allowed",
|
||||
"app.audioNotification.closeLabel": "关闭",
|
||||
"app.breakoutJoinConfirmation.title": "加入休息室",
|
||||
"app.breakoutJoinConfirmation.message": "您想加入吗?",
|
||||
"app.breakoutJoinConfirmation.confirmLabel": "加入",
|
||||
"app.breakoutJoinConfirmation.confirmDesc": "将您加入休息室",
|
||||
"app.breakoutJoinConfirmation.dismissLabel": "取消",
|
||||
"app.breakoutJoinConfirmation.dismissDesc": "关闭并拒绝加入休息室",
|
||||
"app.breakoutTimeRemainingMessage": "休息时间还剩: {0}",
|
||||
"app.breakoutWillCloseMessage": "休息时间结束。休息室即将关闭",
|
||||
"app.calculatingBreakoutTimeRemaining": "计算剩余时间...",
|
||||
"app.audioModal.microphoneLabel": "麦克风",
|
||||
"app.audioModal.listenOnlyLabel": "只听",
|
||||
"app.audioModal.audioChoiceLabel": "您想怎么加入音频交流?",
|
||||
"app.audioModal.iOSBrowser": "不支持音频/视频",
|
||||
"app.audioModal.iOSErrorDescription": "受制于苹果操作系统的局限,目前iOS里的Chrome浏览器仍无法支持音频和视频。",
|
||||
"app.audioModal.iOSErrorRecommendation": "推荐使用Safari浏览器。",
|
||||
"app.audioModal.audioChoiceDesc": "选择加入会议的音频交流模式",
|
||||
"app.audioModal.closeLabel": "关闭",
|
||||
"app.audioModal.yes": "是",
|
||||
"app.audioModal.no": "否",
|
||||
"app.audioModal.yes.arialabel" : "能听见回音",
|
||||
"app.audioModal.no.arialabel" : "听不见回音",
|
||||
"app.audioModal.echoTestTitle": "这是回音测试,别人无法听到。请说几句话。您能听得到从本会议系统里发出来的您的话语的回音吗?",
|
||||
"app.audioModal.settingsTitle": "更改您的音频设置",
|
||||
"app.audioModal.helpTitle": "您的视音频相关设备出了个问题。",
|
||||
"app.audioModal.helpText": "您之前允许浏览器在本会议系统内访问您的麦克风了吗?请注意:当年尝试加入音频交流时,浏览器左上方会弹出一个对话框,询问您是否允许本会议系统访问您的音频设备,请允许。如果您当时不小心点了不允许,则需要在您的浏览器中调整设置(Chrome浏览器可点击地址栏最左侧的绿色小锁按钮来更改)。",
|
||||
"app.audioModal.connecting": "正在连接",
|
||||
"app.audioModal.connectingEchoTest": "连接回音测试",
|
||||
"app.audioManager.joinedAudio": "您已加入会议的音频交流",
|
||||
"app.audioManager.joinedEcho": "您已开始回音测试",
|
||||
"app.audioManager.leftAudio": "您已退出会议音频交流",
|
||||
"app.audioManager.genericError": "出错了,请重试",
|
||||
"app.audioManager.connectionError": "连接错误",
|
||||
"app.audioManager.requestTimeout": "请求超时",
|
||||
"app.audioManager.invalidTarget": "获取您的媒体设备时出错",
|
||||
"app.audioManager.mediaError": "获取您的媒体设备时出错",
|
||||
"app.audio.joinAudio": "加入音频",
|
||||
"app.audio.leaveAudio": "退出音频",
|
||||
"app.audio.enterSessionLabel": "进入会话",
|
||||
"app.audio.playSoundLabel": "播放声音",
|
||||
"app.audio.backLabel": "后退",
|
||||
"app.audio.audioSettings.titleLabel": "选择您的音频设置",
|
||||
"app.audio.audioSettings.descriptionLabel": "请注意:您的浏览器会弹出一个对话框,请您选择允许浏览器访问您的麦克风。",
|
||||
"app.audio.audioSettings.microphoneSourceLabel": "麦克风源",
|
||||
"app.audio.audioSettings.speakerSourceLabel": "扬声器源",
|
||||
"app.audio.audioSettings.microphoneStreamLabel": "您的音频流音量",
|
||||
"app.audio.audioSettings.retryLabel": "重试",
|
||||
"app.audio.listenOnly.backLabel": "后退",
|
||||
"app.audio.listenOnly.closeLabel": "关闭",
|
||||
"app.audio.permissionsOverlay.title": "允许本会议系统使用您的媒体设备",
|
||||
"app.audio.permissionsOverlay.hint": "若您要加入音频交流,您必须要允许本会议系统访问您的媒体设备。",
|
||||
"app.error.removed": "您已被移除出会议",
|
||||
"app.error.meeting.ended": "您已从会议中注销",
|
||||
"app.dropdown.close": "关闭",
|
||||
"app.error.500": "哎哟,出错了",
|
||||
"app.error.404": "未找到",
|
||||
"app.error.401": "未授权",
|
||||
"app.error.403": "禁止",
|
||||
"app.error.leaveLabel": "再次登入",
|
||||
"app.guest.waiting": "等待审核通过",
|
||||
"app.toast.breakoutRoomEnded": "休息时间结束,请重新加入音频交流。",
|
||||
"app.toast.chat.public": "新公共聊天消息",
|
||||
"app.toast.chat.private": "新私聊消息",
|
||||
"app.toast.chat.system": "系统",
|
||||
"app.notification.recordingStart": "此会话正在被录制",
|
||||
"app.notification.recordingStop": "此会话不再被录制",
|
||||
"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.hidePrivateChat": "隐藏私聊",
|
||||
"app.shortcut-help.closePrivateChat": "关闭私聊",
|
||||
"app.shortcut-help.openActions": "打开操作菜单",
|
||||
"app.shortcut-help.openStatus": "打开状态菜单",
|
||||
"app.video.joinVideo": "分享摄像头",
|
||||
"app.video.leaveVideo": "取消分享摄像头",
|
||||
"app.video.iceCandidateError": "添加ice候选者时出错Error on adding ice candidate",
|
||||
"app.video.permissionError": "分享摄像头时出错,请检查是否已授权",
|
||||
"app.video.sharingError": "分享摄像头出错",
|
||||
"app.video.notFoundError": "无法找到摄像头。请确认您已安装摄像头",
|
||||
"app.video.notAllowed": "无权访问摄像头。请确认您已允许浏览器在本会议系统内访问您的摄像头。",
|
||||
"app.video.notSupportedError": "为了保证安全和隐私,只能通过HTTPS连接访问摄像头,请确认本会议系统的SSL证书是有效的。",
|
||||
"app.video.notReadableError": "无法访问摄像头视频源,请确认您的摄像头未被其他应用占用。",
|
||||
"app.video.mediaServerOffline": "媒体服务器离线。请稍后重试。",
|
||||
"app.video.swapCam": "切换",
|
||||
"app.video.swapCamDesc": "切换前置/后置摄像头",
|
||||
"app.video.videoMenu": "视频菜单",
|
||||
"app.video.videoMenuDisabled": "视频菜单摄像头在设置中被禁用",
|
||||
"app.video.videoMenuDesc": "打开视频下拉菜单",
|
||||
"app.video.chromeExtensionError": "您必须安装",
|
||||
"app.video.chromeExtensionErrorLink": "此Chrome浏览器扩展",
|
||||
"app.video.stats.title": "连接状态",
|
||||
"app.video.stats.packetsReceived": "收到的数据包",
|
||||
"app.video.stats.packetsSent": "发送的数据包",
|
||||
"app.video.stats.packetsLost": "丢失的数据包",
|
||||
"app.video.stats.bitrate": "比特率",
|
||||
"app.video.stats.lostPercentage": "总丢包率",
|
||||
"app.video.stats.lostRecentPercentage": "最近丢包率",
|
||||
"app.video.stats.dimensions": "规格",
|
||||
"app.video.stats.codec": "编码解码器",
|
||||
"app.video.stats.decodeDelay": "解码延迟",
|
||||
"app.video.stats.rtt": "往返时间",
|
||||
"app.video.stats.encodeUsagePercent": "编码usage",
|
||||
"app.video.stats.currentDelay": "当前延迟",
|
||||
"app.meeting.endNotification.ok.label": "确认",
|
||||
"app.whiteboard.toolbar.tools": "工具",
|
||||
"app.whiteboard.toolbar.tools.pointer": "激光笔",
|
||||
"app.whiteboard.toolbar.tools.pencil": "铅笔",
|
||||
"app.whiteboard.toolbar.tools.rectangle": "长方形",
|
||||
"app.whiteboard.toolbar.tools.triangle": "三角形",
|
||||
"app.whiteboard.toolbar.tools.ellipse": "椭圆形",
|
||||
"app.whiteboard.toolbar.tools.line": "线",
|
||||
"app.whiteboard.toolbar.tools.text": "文字",
|
||||
"app.whiteboard.toolbar.thickness": "笔触粗度",
|
||||
"app.whiteboard.toolbar.thicknessDisabled": "笔触粗度设置已禁用",
|
||||
"app.whiteboard.toolbar.color": "颜色",
|
||||
"app.whiteboard.toolbar.colorDisabled": "颜色设置已禁用",
|
||||
"app.whiteboard.toolbar.color.black": "黑",
|
||||
"app.whiteboard.toolbar.color.white": "白",
|
||||
"app.whiteboard.toolbar.color.red": "红",
|
||||
"app.whiteboard.toolbar.color.orange": "橙",
|
||||
"app.whiteboard.toolbar.color.eletricLime": "电青",
|
||||
"app.whiteboard.toolbar.color.lime": "绿",
|
||||
"app.whiteboard.toolbar.color.cyan": "青",
|
||||
"app.whiteboard.toolbar.color.dodgerBlue": "道奇蓝",
|
||||
"app.whiteboard.toolbar.color.blue": "蓝",
|
||||
"app.whiteboard.toolbar.color.violet": "紫",
|
||||
"app.whiteboard.toolbar.color.magenta": "品红",
|
||||
"app.whiteboard.toolbar.color.silver": "银",
|
||||
"app.whiteboard.toolbar.undo": "撤销批注",
|
||||
"app.whiteboard.toolbar.clear": "清除所有批注",
|
||||
"app.whiteboard.toolbar.multiUserOn": "开启多用户批注模式",
|
||||
"app.whiteboard.toolbar.multiUserOff": "关闭多用户批注模式",
|
||||
"app.whiteboard.toolbar.fontSize": "字号列表",
|
||||
"app.feedback.title": "您已从会议中注销",
|
||||
"app.feedback.subtitle": "我们希望能听到您对本会议系统的反馈",
|
||||
"app.feedback.textarea": "我们怎么能把本会议系统做得更好?",
|
||||
"app.feedback.sendFeedback": "发送反馈",
|
||||
"app.feedback.sendFeedbackDesc": "发送反馈并退出会议",
|
||||
"app.videoDock.webcamFocusLabel": "对焦",
|
||||
"app.videoDock.webcamFocusDesc": "对焦选中的摄像头",
|
||||
"app.videoDock.webcamUnfocusLabel": "取消对焦",
|
||||
"app.videoDock.webcamUnfocusDesc": "取消对焦选中的摄像头"
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user