diff --git a/src/components/auth/acceptRules/AcceptRules.intl.json b/src/components/auth/acceptRules/AcceptRules.intl.json index 76eba29..e1e43b8 100644 --- a/src/components/auth/acceptRules/AcceptRules.intl.json +++ b/src/components/auth/acceptRules/AcceptRules.intl.json @@ -1,7 +1,7 @@ { - "title": "Terms of use", + "title": "User Agreement", "accept": "Accept", - "decline_and_logout": "Decline and logout", + "declineAndLogout": "Decline and logout", "description1": "We have updated our {link}.", "description2": "In order to continue using {name} service, you need to accept them." } diff --git a/src/components/auth/acceptRules/AcceptRules.jsx b/src/components/auth/acceptRules/AcceptRules.jsx index 96e183a..0486004 100644 --- a/src/components/auth/acceptRules/AcceptRules.jsx +++ b/src/components/auth/acceptRules/AcceptRules.jsx @@ -12,6 +12,6 @@ export default factory({ label: messages.accept }, links: { - label: messages.decline_and_logout + label: messages.declineAndLogout } }); diff --git a/src/components/auth/permissions/Permissions.intl.json b/src/components/auth/permissions/Permissions.intl.json index 1a16d03..8af4b87 100644 --- a/src/components/auth/permissions/Permissions.intl.json +++ b/src/components/auth/permissions/Permissions.intl.json @@ -7,6 +7,6 @@ "approve": "Approve", "scope_minecraft_server_session": "Authorization data for minecraft server", "scope_offline_access": "Access to your profile data, when you offline", - "scope_account_info": "Access to you profile data (without disclosing E‑mail)", - "scope_account_email": "Access to you E‑mail address" + "scope_account_info": "Access to your profile data (except E‑mail)", + "scope_account_email": "Access to your E‑mail address" } diff --git a/src/i18n/be.json b/src/i18n/be.json index 6f45edd..1bc9d5f 100644 --- a/src/i18n/be.json +++ b/src/i18n/be.json @@ -1,6 +1,6 @@ { "components.auth.acceptRules.accept": "Принять", - "components.auth.acceptRules.decline_and_logout": "Отказаться и выйти", + "components.auth.acceptRules.declineAndLogout": "Отказаться и выйти", "components.auth.acceptRules.description1": "Мы обновили {link}.", "components.auth.acceptRules.description2": "Чтобы продолжить использование сервиса {name}, вам необходимо принять их.", "components.auth.acceptRules.title": "Пользовательское соглашение", diff --git a/src/i18n/en.json b/src/i18n/en.json index 48ccf4f..1483b78 100644 --- a/src/i18n/en.json +++ b/src/i18n/en.json @@ -1,9 +1,9 @@ { "components.auth.acceptRules.accept": "Accept", - "components.auth.acceptRules.decline_and_logout": "Decline and logout", + "components.auth.acceptRules.declineAndLogout": "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.acceptRules.title": "User Agreement", "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", @@ -39,8 +39,8 @@ "components.auth.permissions.approve": "Approve", "components.auth.permissions.decline": "Decline", "components.auth.permissions.permissionsTitle": "Application permissions", - "components.auth.permissions.scope_account_email": "Access to you E‑mail address", - "components.auth.permissions.scope_account_info": "Access to you profile data (without disclosing E‑mail)", + "components.auth.permissions.scope_account_email": "Access to your E‑mail address", + "components.auth.permissions.scope_account_info": "Access to your profile data (except E‑mail)", "components.auth.permissions.scope_minecraft_server_session": "Authorization data for minecraft server", "components.auth.permissions.scope_offline_access": "Access to your profile data, when you offline", "components.auth.permissions.theAppNeedsAccess1": "This application needs access", diff --git a/src/i18n/ru.json b/src/i18n/ru.json index 550847a..0404c3e 100644 --- a/src/i18n/ru.json +++ b/src/i18n/ru.json @@ -1,6 +1,6 @@ { "components.auth.acceptRules.accept": "Принять", - "components.auth.acceptRules.decline_and_logout": "Отказаться и выйти", + "components.auth.acceptRules.declineAndLogout": "Отказаться и выйти", "components.auth.acceptRules.description1": "Мы обновили {link}.", "components.auth.acceptRules.description2": "Чтобы продолжить использование сервиса {name}, вам необходимо принять их.", "components.auth.acceptRules.title": "Пользовательское соглашение", diff --git a/src/i18n/uk.json b/src/i18n/uk.json index 8310584..27ad01f 100644 --- a/src/i18n/uk.json +++ b/src/i18n/uk.json @@ -1,9 +1,9 @@ { - "components.auth.acceptRules.accept": "Accept", - "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.acceptRules.accept": "Прийняти", + "components.auth.acceptRules.declineAndLogout": "Відмовитись і вийти", + "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 відправлено повідомлення з інструкціями по завершенню реєстрації", @@ -39,8 +39,8 @@ "components.auth.permissions.approve": "Дозволити", "components.auth.permissions.decline": "Відмінити", "components.auth.permissions.permissionsTitle": "Права додатку", - "components.auth.permissions.scope_account_email": "Access to you E‑mail address", - "components.auth.permissions.scope_account_info": "Access to you profile data (without disclosing E‑mail)", + "components.auth.permissions.scope_account_email": "Доступ до вашої E‑mail адреси", + "components.auth.permissions.scope_account_info": "Доступ до даних вашого акаунту (крім E‑mail)", "components.auth.permissions.scope_minecraft_server_session": "Авторизація на серверахMinecraft", "components.auth.permissions.scope_offline_access": "Доступ до даних профілю, коли ви не в мережі", "components.auth.permissions.theAppNeedsAccess1": "Цьому додатку потрібен доступ",