From 09ca1aa85a14b3b8428a456db1f97916551a6e03 Mon Sep 17 00:00:00 2001 From: ErickSkrauch Date: Sun, 22 May 2016 22:17:34 +0300 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D0=BE=20=D0=BE=D0=BF=D0=B8=D1=81=D0=B0=D0=BD=D0=B8=D0=B5?= =?UTF-8?q?=20=D1=81=D0=B0=D0=B9=D1=82=D0=B0=20=D0=BF=D1=80=D0=B8=20=D0=B0?= =?UTF-8?q?=D0=B2=D1=82=D0=BE=D1=80=D0=B8=D0=B7=D0=B0=D1=86=D0=B8=D0=B8=20?= =?UTF-8?q?=D0=B1=D0=B5=D0=B7=20oAuth=20=D0=92=D1=81=D0=B5=20=D0=B4=D0=B5?= =?UTF-8?q?=D1=84=D0=B8=D1=81=D1=8B=20=D0=B4=D0=BB=D1=8F=20E-mail=20=D0=B7?= =?UTF-8?q?=D0=B0=D0=BC=D0=B5=D0=BD=D0=B5=D0=BD=D1=8B=20=D0=BD=D0=B0=20?= =?UTF-8?q?=D0=BD=D0=B5=D1=80=D0=B0=D0=B7=D1=80=D1=8B=D0=B2=D0=BD=D1=8B?= =?UTF-8?q?=D0=B5=20=D0=A3=D0=B2=D0=B5=D0=BB=D0=B8=D1=87=D0=B5=D0=BD=20?= =?UTF-8?q?=D0=B1=D0=BE=D0=BA=D0=BE=D0=B2=D0=BE=D0=B9=20=D0=BE=D1=82=D1=81?= =?UTF-8?q?=D1=82=D1=83=D0=BF=20=D0=B4=D0=BB=D1=8F=20=D1=81=D0=BE=D0=BE?= =?UTF-8?q?=D0=B1=D1=89=D0=B5=D0=BD=D0=B8=D0=B9=20=D0=BE=D0=B1=20=D0=BE?= =?UTF-8?q?=D1=88=D0=B8=D0=B1=D0=BA=D0=B0=D1=85=20=D0=B2=20=D0=BF=D1=80?= =?UTF-8?q?=D0=BE=D1=86=D0=B5=D1=81=D1=81=D0=B5=20=D0=B0=D0=B2=D1=82=D0=BE?= =?UTF-8?q?=D1=80=D0=B8=D0=B7=D0=B0=D1=86=D0=B8=D0=B8=20=D0=94=D0=BE=D0=B1?= =?UTF-8?q?=D0=B0=D0=B2=D0=BB=D0=B5=D0=BD=20=D0=B0=D0=B2=D1=82=D0=BE=D1=84?= =?UTF-8?q?=D0=BE=D0=BA=D1=83=D1=81=20=D0=BD=D0=B0=20=D0=BF=D0=BE=D0=BB?= =?UTF-8?q?=D0=B5=20=D0=B2=D0=B2=D0=BE=D0=B4=D0=B0=20=D0=BB=D0=BE=D0=B3?= =?UTF-8?q?=D0=B8=D0=BD=D0=B0=20=D0=B4=D0=BB=D1=8F=20=D1=84=D0=BE=D1=80?= =?UTF-8?q?=D0=BC=D1=8B=20"=D0=B7=D0=B0=D0=B1=D1=8B=D0=BB=20=D0=BF=D0=B0?= =?UTF-8?q?=D1=80=D0=BE=D0=BB=D1=8C"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../auth/activation/Activation.intl.json | 6 +- src/components/auth/appInfo/AppInfo.intl.json | 5 +- src/components/auth/appInfo/AppInfo.jsx | 23 +++++++- src/components/auth/appInfo/appInfo.scss | 16 +++++- .../forgotPassword/ForgotPassword.intl.json | 4 +- .../forgotPassword/ForgotPasswordBody.jsx | 3 + src/components/auth/login/Login.intl.json | 2 +- .../recoverPassword/RecoverPassword.intl.json | 4 +- .../auth/register/Register.intl.json | 2 +- src/components/profile/Profile.jsx | 2 +- .../profile/changeEmail/ChangeEmail.intl.json | 22 +++---- src/components/ui/panel.scss | 8 +-- src/i18n/en.json | 57 ++++++++++--------- src/i18n/ru.json | 57 ++++++++++--------- src/services/errorsDict.intl.json | 14 ++--- 15 files changed, 134 insertions(+), 91 deletions(-) diff --git a/src/components/auth/activation/Activation.intl.json b/src/components/auth/activation/Activation.intl.json index ee8713f..9d409a8 100644 --- a/src/components/auth/activation/Activation.intl.json +++ b/src/components/auth/activation/Activation.intl.json @@ -1,7 +1,7 @@ { "accountActivationTitle": "Account activation", "activationMailWasSent": "Please check {email} for the message with the last registration step", - "confirmEmail": "Confirm E-mail", - "didNotReceivedEmail": "Did not received E-mail?", - "enterTheCode": "Enter the code from E-mail here" + "confirmEmail": "Confirm E‑mail", + "didNotReceivedEmail": "Did not received E‑mail?", + "enterTheCode": "Enter the code from E‑mail here" } diff --git a/src/components/auth/appInfo/AppInfo.intl.json b/src/components/auth/appInfo/AppInfo.intl.json index 041ca61..1f25d49 100644 --- a/src/components/auth/appInfo/AppInfo.intl.json +++ b/src/components/auth/appInfo/AppInfo.intl.json @@ -1,4 +1,7 @@ { "appName": "Ely Accounts", - "goToAuth": "Go to auth" + "goToAuth": "Go to auth", + "appDescription": "You are on the Ely.by authorization service, that allows you to safely perform any operations on your account. This single entry point for websites and desktop software, including game launchers.", + "useItYourself": "Visit our {link}, to learn how to use this service in you projects.", + "documentation": "documentation" } diff --git a/src/components/auth/appInfo/AppInfo.jsx b/src/components/auth/appInfo/AppInfo.jsx index 9f7217a..c1c26df 100644 --- a/src/components/auth/appInfo/AppInfo.jsx +++ b/src/components/auth/appInfo/AppInfo.jsx @@ -31,9 +31,26 @@ export default class AppInfo extends Component {
-

- {description} -

+ {description ? ( +

+ {description} +

+ ) : ( +
+

+ +

+

+ + + + ) + }} /> +

+
+ )}