adata-ui 2.0.10 → 2.0.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lang/en.ts +1 -1
- package/lang/kk.ts +1 -1
- package/lang/ru.ts +1 -1
- package/package.json +1 -1
- package/shared/constans/pages.ts +1 -1
package/lang/en.ts
CHANGED
|
@@ -400,7 +400,7 @@ const EnLocale: RuLocale = {
|
|
|
400
400
|
},
|
|
401
401
|
request_demo: {
|
|
402
402
|
"title": "Try all the features of the service for free",
|
|
403
|
-
"info": "Check the functionality and quality of the data in real conditions. Demo access will allow you to test all the key features of the service
|
|
403
|
+
"info": "Check the functionality and quality of the data in real conditions. Demo access will allow you to test all the key features of the service.\nFill out the form to submit a connection request",
|
|
404
404
|
agreement: 'By filling out the form, you agree to the processing of personal data and receiving informational messages',
|
|
405
405
|
send: 'Submit Request',
|
|
406
406
|
},
|
package/lang/kk.ts
CHANGED
|
@@ -401,7 +401,7 @@ const KkLocale: RuLocale = {
|
|
|
401
401
|
},
|
|
402
402
|
request_demo: {
|
|
403
403
|
"title": "Қызметтің барлық мүмкіндіктерін тегін қолданып көріңіз",
|
|
404
|
-
"info": "Деректердің функционалдығын және сапасын нақты жағдайларда тексеріңіз. Демо-қолжетімділік қызметтің барлық негізгі мүмкіндіктерін сынап көруге мүмкіндік
|
|
404
|
+
"info": "Деректердің функционалдығын және сапасын нақты жағдайларда тексеріңіз. Демо-қолжетімділік қызметтің барлық негізгі мүмкіндіктерін сынап көруге мүмкіндік береді.\nҚосылуға өтінім беру үшін форманы толтырыңыз",
|
|
405
405
|
agreement: 'Пішінді толтыра отырып, сіз жеке деректерді өңдеуге және ақпараттық хабарламаларды алуға келісім бересіз',
|
|
406
406
|
send: 'Өтінімді жіберу',
|
|
407
407
|
},
|
package/lang/ru.ts
CHANGED
|
@@ -401,7 +401,7 @@ const RuLocale = {
|
|
|
401
401
|
},
|
|
402
402
|
request_demo: {
|
|
403
403
|
title: 'Попробуйте все возможности сервиса бесплатно',
|
|
404
|
-
info: 'Проверьте функционал и качество данных в реальных условиях. Демо-доступ позволит протестировать все ключевые возможности
|
|
404
|
+
info: 'Проверьте функционал и качество данных в реальных условиях. Демо-доступ позволит протестировать все ключевые возможности сервиса.' + '\n' +
|
|
405
405
|
'Заполните форму, чтобы оставить заявку на подключение',
|
|
406
406
|
agreement: 'Заполняя форму, вы соглашаетесь на обработку персональных данных и получение информационных сообщений',
|
|
407
407
|
send: 'Отправить заявку',
|
package/package.json
CHANGED