forked from External/greenlight
		
	Added mailer i18n (#436)
* Added mailer i18n * Added translation to mailer in the JS Also added a generic way to add JS translation through a javascript entry in the locale file * Moved line-breaks from translations to JS file
This commit is contained in:
		
				
					committed by
					
						
						Jesus Federico
					
				
			
			
				
	
			
			
			
						parent
						
							88776eaadb
						
					
				
				
					commit
					822dd27509
				
			@@ -81,6 +81,13 @@ en:
 | 
			
		||||
  invalid_credentials: Login failed due to invalid credentials. Are you sure you entered them correctly?
 | 
			
		||||
  invalid_login_method: Login failed due to account mismatch. You need to log in with omniauth.
 | 
			
		||||
  invite_message: "To invite someone to the meeting, send them this link:"
 | 
			
		||||
  javascript:
 | 
			
		||||
    room:
 | 
			
		||||
      mailer:
 | 
			
		||||
        subject: 'has invited you to view a recording.'
 | 
			
		||||
        body: 'To view the recording, follow the link below:'
 | 
			
		||||
        autogenerated: 'This e-mail is auto-generated by BigBlueButton.'
 | 
			
		||||
        footer: 'BigBlueButton is an open source web conferencing system. For more information on BigBlueButton, see https://bigbluebutton.org/.'
 | 
			
		||||
  landing:
 | 
			
		||||
    about: "%{href} is a simple front-end for your BigBlueButton open-source web conferencing server. You can create your own rooms to host sessions, or join others using a short and convenient link."
 | 
			
		||||
    welcome: Welcome to BigBlueButton.
 | 
			
		||||
@@ -91,6 +98,22 @@ en:
 | 
			
		||||
  language_default: Default (browser language)
 | 
			
		||||
  ldap_error: Unable to connect to the LDAP server. Please check your LDAP configuration in the env file and ensure your server is running.
 | 
			
		||||
  login: Sign in
 | 
			
		||||
  mailer:
 | 
			
		||||
    user:
 | 
			
		||||
      password_reset:
 | 
			
		||||
        title: 'Password reset'
 | 
			
		||||
        welcome: It seems like you forgot your password for %{bigbluebutton}
 | 
			
		||||
        message: 'If this is true, please click the link below to reset your password:'
 | 
			
		||||
        reset_link: Reset Password
 | 
			
		||||
        expire: This link will expire in two hours.
 | 
			
		||||
        ignore: You can safely ignore this email if you did not request a password reset.
 | 
			
		||||
      verify_email:
 | 
			
		||||
        welcome: Welcome to %{bigbluebutton}, %{name}!
 | 
			
		||||
        success: You have successfully registered your %{bigbluebutton} account. Your username is %{email}.
 | 
			
		||||
        verify: To verify your account, just click the button below.
 | 
			
		||||
        verify_text: 'To verify your account, just follow this link: %{url}'
 | 
			
		||||
        verify_link: Verify Account
 | 
			
		||||
        thanks: Thanks for joining and have a great day!
 | 
			
		||||
  max_concurrent: The maximum number of concurrent sessions allowed has been reached!
 | 
			
		||||
  modal:
 | 
			
		||||
    create_room:
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user