adata-ui 2.0.10 → 2.0.11

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 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\nFill out the form to submit a connection request",
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": "Деректердің функционалдығын және сапасын нақты жағдайларда тексеріңіз. Демо-қолжетімділік қызметтің барлық негізгі мүмкіндіктерін сынап көруге мүмкіндік береді\nҚосылуға өтінім беру үшін форманы толтырыңыз",
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: 'Проверьте функционал и качество данных в реальных условиях. Демо-доступ позволит протестировать все ключевые возможности сервиса' + '\n' +
404
+ info: 'Проверьте функционал и качество данных в реальных условиях. Демо-доступ позволит протестировать все ключевые возможности сервиса.' + '\n' +
405
405
  'Заполните форму, чтобы оставить заявку на подключение',
406
406
  agreement: 'Заполняя форму, вы соглашаетесь на обработку персональных данных и получение информационных сообщений',
407
407
  send: 'Отправить заявку',
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "adata-ui",
3
3
  "type": "module",
4
- "version": "2.0.10",
4
+ "version": "2.0.11",
5
5
  "main": "./nuxt.config.ts",
6
6
  "scripts": {
7
7
  "dev": "nuxi dev .playground",