forked from External/greenlight
Had to add an email attribute to users to store their email to send the notification. Will only send it for user rooms since they are the only ones we know who to notify.
110 lines
4.1 KiB
YAML
110 lines
4.1 KiB
YAML
# BigBlueButton open source conferencing system - http://www.bigbluebutton.org/.
|
|
#
|
|
# Copyright (c) 2016 BigBlueButton Inc. and by respective authors (see below).
|
|
#
|
|
# This program is free software; you can redistribute it and/or modify it under the
|
|
# terms of the GNU Lesser General Public License as published by the Free Software
|
|
# Foundation; either version 3.0 of the License, or (at your option) any later
|
|
# version.
|
|
#
|
|
# BigBlueButton is distributed in the hope that it will be useful, but WITHOUT ANY
|
|
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
|
# PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
|
|
#
|
|
# You should have received a copy of the GNU Lesser General Public License along
|
|
# with BigBlueButton; if not, see <http://www.gnu.org/licenses/>.
|
|
|
|
# Files in the config/locales directory are used for internationalization
|
|
# and are automatically loaded by Rails. If you want to use locales other
|
|
# than English, add the necessary files in this directory.
|
|
#
|
|
# To use the locales, use `I18n.t`:
|
|
#
|
|
# I18n.t 'hello'
|
|
#
|
|
# In views, this is aliased to just `t`:
|
|
#
|
|
# <%= t('hello') %>
|
|
#
|
|
# To use a different locale, set it with `I18n.locale`:
|
|
#
|
|
# I18n.locale = :es
|
|
#
|
|
# This would use the information in config/locales/es.yml.
|
|
#
|
|
# To learn more, please read the Rails Internationalization guide
|
|
# available at http://guides.rubyonrails.org/i18n.html.
|
|
|
|
en-US:
|
|
actions: Actions
|
|
are_you: Are you %{name}?
|
|
are_you_sure: Are you sure?
|
|
change_recording_visibility: "Change visibility to:"
|
|
client:
|
|
are_you_sure: Are you sure?
|
|
delete_recording: Delete recording
|
|
meeting_ended: Meeting was ended
|
|
meeting_started: Meeting was started
|
|
no_recordings: No Recordings
|
|
no_recordings_yet: No Recordings (Yet!)
|
|
publish_recording: Publish recording
|
|
recording_created: A recording was created
|
|
recording_deleted: Recording was deleted
|
|
recording_published: Recording was published
|
|
recording_unlisted: Recording was unlisted
|
|
recording_unpublished: Recording was unpublished
|
|
unpublish_recording: Hide recording
|
|
copied: Copied
|
|
copy_error: Use Ctrl-c to copy
|
|
create_session: Create a Session
|
|
create_your_session: Create your own session
|
|
date_recorded: Date
|
|
duration: Duration (minutes)
|
|
end: End
|
|
enter_name: Enter your name
|
|
greet_user: Welcome, %{name}
|
|
greet_guest: Welcome to %{name} Meeting Space
|
|
hi_all: Hi Everyone
|
|
innaccessible: Innaccessible
|
|
join: Join
|
|
join_session: Join the current session
|
|
join_session_id: Join %{id}
|
|
join_session_user: Join %{name} session
|
|
login: login
|
|
logout: logout
|
|
meeting_invite:
|
|
explanation: Send an email with an invitation to this meeting
|
|
not_signed_in:
|
|
body: "You have been invited to a meeting.\n\nPlease open the following page in your web browser: &&URL&&"
|
|
subject: "Invitation to a meeting"
|
|
signed_in:
|
|
body: "You have been invited by %{user} to a meeting.\n\nPlease open the following page in your web browser: &&URL&&"
|
|
subject: "%{user} invited you to a meeting"
|
|
my_room: my room
|
|
no: No
|
|
notification_mailer:
|
|
recording_ready_email:
|
|
hi: "Hi, %{name}"
|
|
phrase1: "One of your recordings has just been made available."
|
|
phrase2: "Access the following website to view it and publish to other users: %{url}"
|
|
subject: "Your recording is ready!"
|
|
oauth_signup: Signup for customized sessions
|
|
past_recordings: Past Recordings
|
|
footer_html: "%{greenlight_link} build %{version}, Powered by %{bbb_link}"
|
|
presentation: Presentation
|
|
previously_joined_meetings: Previously Joined Sessions
|
|
published: Published
|
|
return_to_room: Return to your personal room
|
|
session_url_explanation: The session will be taking place using the following URL
|
|
start: Start
|
|
your_personal_room: Your Personal Room
|
|
thumbnails: Thumbnails
|
|
unlisted: Unlisted
|
|
url_copy_explanation: Copy this URL to invite others to the meeting
|
|
url_refresh_hint: Generate a new meeting URL
|
|
video: Video
|
|
views: Views
|
|
wait_for_mod_msg: Looks like you're the first one here...
|
|
wait_for_mod_explanation: You will automatically join when the meeting starts
|
|
yes: Yes
|