Missing translations.

This commit is contained in:
gaba
2017-05-19 13:34:56 -07:00
parent 67fb829717
commit 97e9419f02
2 changed files with 4 additions and 2 deletions
@@ -80,7 +80,7 @@ class Stream extends React.Component {
{!banned && temporarilySuspended &&
<RestrictedMessageBox>
{
t('temporarilySuspended',
t('sign_in.temporaly_suspended',
this.props.root.settings.organizationName,
timeago(user.suspension.until),
)
@@ -117,7 +117,7 @@ class Stream extends React.Component {
onClick={this.props.showSignInDialog}
full
>
Sign in to comment
{t('sign_in.sign_in_to_comment')}Sign in to comment
</Button>}
{loggedIn &&
user &&
+2
View File
@@ -283,6 +283,8 @@ en:
required_field: "This field is required"
passwords_dont_match: "Passwords don't match."
special_characters: "Usernames can contain letters, numbers and _ only"
sign_in_to_comment: "Sign in to comment"
temporarily_suspended: "In accordance with {0}'s community guidlines, your account has been temporarily suspended. Please rejoin the conversation {1}."
check_the_form: "Invalid Form. Please, check the fields"
step_1_header: "Report an issue"
step_2_header: "Help us understand"