mirror of
https://github.com/elyby/accounts-frontend.git
synced 2024-11-17 21:53:03 +05:30
Обновлены строки для страницы принятия новых правил
This commit is contained in:
parent
a171fb2839
commit
29a7174327
@ -1,6 +1,7 @@
|
||||
{
|
||||
"title": "Accept new rules",
|
||||
"title": "Terms of use",
|
||||
"accept": "Accept",
|
||||
"decline": "Decline",
|
||||
"description": "We have updated our {link}. In order to get access to accounts.ely.by service, you need to accept them."
|
||||
"decline_and_logout": "Decline and logout",
|
||||
"description1": "We have updated our {link}.",
|
||||
"description2": "In order to continue using {name} service, you need to accept them."
|
||||
}
|
||||
|
@ -12,6 +12,6 @@ export default factory({
|
||||
label: messages.accept
|
||||
},
|
||||
links: {
|
||||
label: messages.decline
|
||||
label: messages.decline_and_logout
|
||||
}
|
||||
});
|
||||
|
@ -6,6 +6,7 @@ import { Link } from 'react-router';
|
||||
import icons from 'components/ui/icons.scss';
|
||||
import BaseAuthBody from 'components/auth/BaseAuthBody';
|
||||
import registerMessages from 'components/auth/register/Register.intl.json';
|
||||
import appInfo from 'components/auth/appInfo/AppInfo.intl.json';
|
||||
|
||||
import styles from './acceptRules.scss';
|
||||
import messages from './AcceptRules.intl.json';
|
||||
@ -24,13 +25,17 @@ export default class AcceptRulesBody extends BaseAuthBody {
|
||||
</div>
|
||||
|
||||
<p className={styles.descriptionText}>
|
||||
<Message {...messages.description} values={{
|
||||
<Message {...messages.description1} values={{
|
||||
link: (
|
||||
<Link to="/rules" target="_blank">
|
||||
<Message {...registerMessages.termsOfService} />
|
||||
</Link>
|
||||
)
|
||||
}} />
|
||||
<br />
|
||||
<Message {...messages.description2} values={{
|
||||
name: <Message {...appInfo.appName} />
|
||||
}} />
|
||||
</p>
|
||||
</div>
|
||||
);
|
||||
|
@ -1,8 +1,9 @@
|
||||
{
|
||||
"components.auth.acceptRules.accept": "Accept",
|
||||
"components.auth.acceptRules.decline": "Decline",
|
||||
"components.auth.acceptRules.description": "We have updated our {link}. In order to get access to accounts.ely.by service, you need to accept them.",
|
||||
"components.auth.acceptRules.title": "Accept new rules",
|
||||
"components.auth.acceptRules.accept": "Принять",
|
||||
"components.auth.acceptRules.decline_and_logout": "Отказаться и выйти",
|
||||
"components.auth.acceptRules.description1": "Мы обновили {link}.",
|
||||
"components.auth.acceptRules.description2": "Чтобы продолжить использование сервиса {name}, вам необходимо принять их.",
|
||||
"components.auth.acceptRules.title": "Пользовательское соглашение",
|
||||
"components.auth.activation.accountActivationTitle": "Актывацыя акаунта",
|
||||
"components.auth.activation.activationMailWasSent": "На {email} высланы ліст з інструкцыямі па завяршэнні рэгістрацыі",
|
||||
"components.auth.activation.activationMailWasSentNoEmail": "На ваш E‑mail высланы ліст з інструкцыямі па завяршэнні рэгістрацыі",
|
||||
|
@ -1,8 +1,9 @@
|
||||
{
|
||||
"components.auth.acceptRules.accept": "Accept",
|
||||
"components.auth.acceptRules.decline": "Decline",
|
||||
"components.auth.acceptRules.description": "We have updated our {link}. In order to get access to accounts.ely.by service, you need to accept them.",
|
||||
"components.auth.acceptRules.title": "Accept new rules",
|
||||
"components.auth.acceptRules.decline_and_logout": "Decline and logout",
|
||||
"components.auth.acceptRules.description1": "We have updated our {link}.",
|
||||
"components.auth.acceptRules.description2": "In order to continue using {name} service, you need to accept them.",
|
||||
"components.auth.acceptRules.title": "Terms of use",
|
||||
"components.auth.activation.accountActivationTitle": "Account activation",
|
||||
"components.auth.activation.activationMailWasSent": "Please check {email} for the message with further instructions",
|
||||
"components.auth.activation.activationMailWasSentNoEmail": "Please check your E-mail for the message with further instructions",
|
||||
|
@ -1,8 +1,9 @@
|
||||
{
|
||||
"components.auth.acceptRules.accept": "Accept",
|
||||
"components.auth.acceptRules.decline": "Decline",
|
||||
"components.auth.acceptRules.description": "We have updated our {link}. In order to get access to accounts.ely.by service, you need to accept them.",
|
||||
"components.auth.acceptRules.title": "Accept new rules",
|
||||
"components.auth.acceptRules.accept": "Принять",
|
||||
"components.auth.acceptRules.decline_and_logout": "Отказаться и выйти",
|
||||
"components.auth.acceptRules.description1": "Мы обновили {link}.",
|
||||
"components.auth.acceptRules.description2": "Чтобы продолжить использование сервиса {name}, вам необходимо принять их.",
|
||||
"components.auth.acceptRules.title": "Пользовательское соглашение",
|
||||
"components.auth.activation.accountActivationTitle": "Активация аккаунта",
|
||||
"components.auth.activation.activationMailWasSent": "На {email} отправлено письмо с инструкциями по завершению регистрации",
|
||||
"components.auth.activation.activationMailWasSentNoEmail": "На ваш E-mail отправлено письмо с инструкциями по завершению регистрации",
|
||||
|
@ -1,8 +1,9 @@
|
||||
{
|
||||
"components.auth.acceptRules.accept": "Accept",
|
||||
"components.auth.acceptRules.decline": "Decline",
|
||||
"components.auth.acceptRules.description": "We have updated our {link}. In order to get access to accounts.ely.by service, you need to accept them.",
|
||||
"components.auth.acceptRules.title": "Accept new rules",
|
||||
"components.auth.acceptRules.decline_and_logout": "Decline and logout",
|
||||
"components.auth.acceptRules.description1": "We have updated our {link}.",
|
||||
"components.auth.acceptRules.description2": "In order to continue using {name} service, you need to accept them.",
|
||||
"components.auth.acceptRules.title": "Terms of use",
|
||||
"components.auth.activation.accountActivationTitle": "Активація акаунту",
|
||||
"components.auth.activation.activationMailWasSent": "На {email} відправлено повідомлення з інструкціями по завершенню реєстрації",
|
||||
"components.auth.activation.activationMailWasSentNoEmail": "На ваш E-mail відправлено повідомлення з інструкціями по завершенню реєстрації",
|
||||
|
Loading…
Reference in New Issue
Block a user