bigbluebutton-Github/bigbluebutton-html5/imports/locales/en.json

47 lines
2.7 KiB
JSON
Raw Normal View History

2016-05-03 06:42:54 +08:00
{
2016-05-20 02:22:56 +08:00
"app.home.greeting": "Welcome {name}! Your presentation will begin shortly...",
2016-05-26 03:29:22 +08:00
"app.userlist.participantsTitle": "Participants",
"app.userlist.messagesTitle": "Messages",
2016-05-20 02:22:56 +08:00
"app.userlist.presenter": "Presenter",
2016-06-03 04:32:42 +08:00
"app.userlist.you": "You",
"app.chat.submitLabel": "Send Message",
2016-06-14 01:00:38 +08:00
"app.chat.inputLabel": "Message input for chat {name}",
"app.chat.titlePublic": "Public Chat",
"app.chat.titlePrivate": "Private Chat with {name}",
2016-07-05 21:34:13 +08:00
"app.chat.partnerDisconnected": "{name} has left the meeting",
2016-07-29 03:48:26 +08:00
"app.chat.moreMessages": "More messages below",
2016-08-06 02:39:24 +08:00
"app.kickMessage": "You have been kicked out of the meeting",
2016-08-03 06:55:20 +08:00
"app.whiteboard.slideControls.prevSlideLabel": "Previous slide",
"app.whiteboard.slideControls.prevSlideDescrip": "Change the presentation to the previous slide",
"app.whiteboard.slideControls.nextSlideLabel": "Next slide",
"app.whiteboard.slideControls.nextSlideDescrip": "Change the presentation to the next slide",
"app.whiteboard.slideControls.skipSlideLabel": "Skip slide",
"app.whiteboard.slideControls.skipSlideDescrip": "Change the presentation to a specific slide",
"app.whiteboard.slideControls.fitWidthLabel": "Fit to width",
"app.whiteboard.slideControls.fitWidthDescrip": "Display the whole width of the slide",
"app.whiteboard.slideControls.fitScreenLabel": "Fit to screen",
"app.whiteboard.slideControls.fitScreenDescrip": "Display the whole slide",
"app.whiteboard.slideControls.zoomLabel": "Zoom",
"app.whiteboard.slideControls.zoomDescrip": "Change the zoom level of the presentation",
"app.failedMessage": "Apologies, trouble connecting to the server.",
"app.connectingMessage": "Connecting...",
2016-08-24 06:19:13 +08:00
"app.waitingMessage": "Disconnected. Trying to reconnect in {seconds} seconds...",
"app.dropdown.options": "Options",
2016-09-22 02:51:46 +08:00
"app.dropdown.fullscreenLabel": "Make fullscreen",
"app.dropdown.settingsLabel": "Open settings",
2016-09-22 02:51:46 +08:00
"app.dropdown.leaveSessionLabel": "Logout",
"app.dropdown.fullscreenDesc": "Make the settings menu fullscreen",
"app.dropdown.settingsDesc": "Change the general settings",
"app.dropdown.leaveSessionDesc": "Leave the meeting",
"app.leaveConfirmation.title": "Leave Session",
"app.leaveConfirmation.message": "Do you want to leave this meeting?",
"app.leaveConfirmation.confirmLabel": "Leave",
"app.leaveConfirmation.confirmDesc": "Logs you out of the meeting",
"app.leaveConfirmation.dismissLabel": "Cancel",
2016-09-22 02:29:31 +08:00
"app.leaveConfirmation.dismissDesc": "Closes and rejects the leave confirmation",
"app.actions.options": "Actions",
"app.actions.options.presentation": "Upload a presentation",
"app.actions.options.initPoll": "Initiate a poll",
"app.actions.options.desktopShare": "Share your screen"
2016-05-03 06:42:54 +08:00
}