mirror of
https://github.com/wassname/talk.git
synced 2026-07-19 11:28:50 +08:00
Missing translations.
This commit is contained in:
@@ -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 &&
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user