translate pass along invitation screen

This commit is contained in:
Carl Chenet 2018-10-19 23:00:41 +02:00
parent 8684f1a0be
commit 1b938b7f77
3 changed files with 14 additions and 6 deletions

View file

@ -1,20 +1,18 @@
<div class="box wide">
<div class="legend">
Pass Along an Invitation
<%= t('.passinvitation') %>
</div>
<p>
This community can only grow when members invite new users, just as
<strong><%= @user.invited_by_user.try(:username) %></strong> invited you.
Take a moment and invite someone you know.
<%= t('.passinvitationbody') %>
</p>
<%= render :partial => "users/invitationform",
:locals => { :return_home => true } %>
or
<%= t('.passinvitationor') %>
<p>
<%= button_to "Skip", "/", :method => :get %>
<%= button_to t('.passinvitationskip'), "/", :method => :get %>
</p>
</div>

View file

@ -400,6 +400,11 @@ en:
signup: "Signup"
invited:
createaccounttitle: "Create an Account"
invite:
passinvitation: "Pass Along an Invitation"
passinvitationbody: "This community can only grow when members invite new users, just as you were invited. Take a moment and invite someone you know."
passinvitationor: "or"
passinvitationskip: "Skip"
stories:
edit:
edit: "Edit Story"

View file

@ -418,6 +418,11 @@ fr:
abouttitle: "À propos :"
markdownavailable: "Syntaxe Markdown disponible"
signup: "S'inscrire"
invite:
passinvitation: "À votre tour d'inviter quelqu'un"
passinvitationbody: "Cette communauté ne peut grossir que quand des membres invitent d'autres personnes. N'hésitez pas à prendre un moment pour inviter quelqu'un à votre tour."
passinvitationor: "ou"
passinvitationskip: "Plus tard"
stories:
edit:
edit: "Éditer l'info"