From 60523b9515a0c66a4b6fc178a8d2dd98581754f6 Mon Sep 17 00:00:00 2001 From: Andrii Shvaika Date: Mon, 1 May 2023 19:17:36 +0300 Subject: [PATCH] Getting started guide localization. --- .../assets/locale/locale.constant-en_US.json | 22 +++++++++---------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/ui-ngx/src/assets/locale/locale.constant-en_US.json b/ui-ngx/src/assets/locale/locale.constant-en_US.json index b3d3da0935..9f00ca2574 100644 --- a/ui-ngx/src/assets/locale/locale.constant-en_US.json +++ b/ui-ngx/src/assets/locale/locale.constant-en_US.json @@ -5256,45 +5256,45 @@ "done-welcome-text": "You did great with it!", "sys-admin": { "step1": { - "title": "Create Tenant and Tenant Administrator", - "content": "

A tenant is an individual or organization that owns or produces devices and assets. Tenants can create Tenant administrator users.

Follow the documentation on how to do it:

", - "how-to-create-tenant": "How to create Tenant" + "title": "Create Tenant & Tenant Administrator", + "content": "

A tenant is an individual or an organization that owns or produces devices and assets. The tenant may have multiple tenant administrator users, customers, devices, and assets.

The Tenant Administrator can create and manage devices, assets, customers, and dashboards within the tenant account.

Follow the documentation on how to do it:

", + "how-to-create-tenant": "How to create Tenant & Tenant Administrator" }, "step2": { "title": "Configure feature: Mail server", - "content": "

Users will receive activation and password reset emails from the System Administrator via an SMTP server.

Follow the documentation on how to do it:

", + "content": "

Mail server configuration is essential for user activation, password recovery, and alarm notification delivery.

Follow the documentation on how to do it:

", "how-to-configure-mail-server": "How to configure Mail server" }, "step3": { "title": "Configure feature: SMS provider", - "content": "

To distribute SMS messages about alarms, the System Administrator can configure SMS providers.

Follow the documentation on how to do it:

", + "content": "

Configure SMS providers to notify the customers about the alarms via SMS.

Follow the documentation on how to do it:

", "how-to-configure-sms-provider": "How to configure SMS provider" }, "step4": { "title": "Configure feature: 2FA", - "content": "

Adding two-factor authentication to your account increases security and prevents malicious access.

Follow the documentation on how to do it:

", + "content": "

Improve security of the platform accounts with two-factor authentication.

Follow the documentation on how to do it:

", "how-to-configure-2fa": "How to configure 2FA" }, "step5": { "title": "Configure feature: OAuth 2", - "content": "

You can provide your customers with Single Sign-On functionality and automatically create tenants, customers, or sub-customers by using external user management platforms that support OAuth 2.0.

Follow the documentation on how to do it:

", + "content": "

Simplify login for the tenant and customer users with Single Sign-On functionality via OAuth 2.0.

Follow the documentation on how to do it:

", "how-to-configure-oauth2": "How to configure OAuth 2" }, "step6": { "title": "Configure feature: Slack", - "content": "

Users will be able to receive notifications in Slack of events occurring in the Thingsboard system according to the notification rules you set.

Follow the documentation on how to do it:

", + "content": "

Distribute notifications to the tenant and customer users via Slack according to the notification rules you set.

Follow the documentation on how to do it:

", "how-to-configure-notifications": "How to configure Slack" } }, "tenant-admin": { "step1": { "title": "Create device", - "content": "

We will manually provision the device using the UI. Follow the documentation on how to do it:

", + "content": "

Let's provision your first device to the platform via UI. Follow the documentation on how to do it:

", "how-to-create-device": "How to create Device" }, "step2": { "title": "Connect device", - "content-before": "

To connect the device you need to get the device credentials. But we recommend using the default auto-generated one.

Use simple commands to publish data over HTTP:

", + "content-before": "

To connect the device you need to get the device credentials. We recommend using default auto-generated credentials which is access token for this guide.

Use simple commands to publish data over HTTP. Don't forget to replace $ACCESS_TOKEN with your device access token:

", "ubuntu": { "install-curl": "Install cURL for Ubuntu:" }, @@ -5316,7 +5316,7 @@ "step4": { "title": "Configure alarm rules", "alarm-rules": "Alarm rules", - "content": "

When the temperature reaches 25°C, we will raise an alarm. Follow the documentation on how to do it:

", + "content": "

Let's raise an alarm when the temperature reaches 25°C. Follow the documentation on how to do it:

", "how-to-configure-alarm-rules": "How to configure Alarm rules" }, "step5": {