@kando-env/kando-ui 1.2.336-alpha.0 → 1.2.336-alpha.1

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/lib/i18n/en.json CHANGED
@@ -147,7 +147,7 @@
147
147
  "fota_requests_header_dl": "Listing Dataloggers FOTA Requests",
148
148
  "fota_requests_header_aeye": "Listing Aeye FOTA Requests",
149
149
  "aeye_control": "Aeye Operations",
150
- "assistant_alpha": "Assistant (Alpha)"
150
+ "assistant_alpha": "Chat Assistance (Streami)"
151
151
  },
152
152
  "edit": {
153
153
  "fota_requests_dl": "Editing Datalogger Fota Request",
package/lib/i18n/fr.json CHANGED
@@ -127,7 +127,8 @@
127
127
  "assets": "Biens",
128
128
  "firmware_versions": "Versions du firmware",
129
129
  "fota_requests": "Mise à jour du firmware",
130
- "schedulers": "Échantillonneurs en veille"
130
+ "schedulers": "Échantillonneurs en veille",
131
+ "assistant_alpha": "Assistance par chat (Streami)"
131
132
  },
132
133
  "update_client": "Client"
133
134
  },
package/lib/i18n/he.json CHANGED
@@ -126,7 +126,8 @@
126
126
  "assets": "תשתיות",
127
127
  "firmware_versions": "גרסאות קושחה",
128
128
  "fota_requests": "עדכון קושחה",
129
- "schedulers": "השהיית דוגמים"
129
+ "schedulers": "השהיית דוגמים",
130
+ "assistant_alpha": "סיוע בצ'אט (Streami)"
130
131
  },
131
132
  "update_client": "תאגיד"
132
133
  },
package/lib/i18n/it.json CHANGED
@@ -127,7 +127,8 @@
127
127
  "assets": "Risorse",
128
128
  "firmware_versions": "Versioni firmware",
129
129
  "fota_requests": "Aggiornamento firmware",
130
- "schedulers": "Modalità di attesa campionatori"
130
+ "schedulers": "Modalità di attesa campionatori",
131
+ "assistant_alpha": "Assistenza via chat (Streami)"
131
132
  },
132
133
  "update_client": "Cliente"
133
134
  },
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
 
3
- var packageJsonVersion = "1.2.336-alpha.0";
3
+ var packageJsonVersion = "1.2.336-alpha.1";
4
4
  if (typeof packageJsonVersion === 'string') {
5
5
  // eslint-disable-next-line no-console
6
6
  console.log("%c Kando UI %c v".concat(packageJsonVersion, " "), 'font-size: 15px; background-color: #fff; color: #e20f53;', 'font-weight: bold; font-size: 15px; background-color: #e20f53; color: #fff;', "with NODE_ENV=".concat(process.env.NODE_ENV));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kando-env/kando-ui",
3
- "version": "1.2.336-alpha.0",
3
+ "version": "1.2.336-alpha.1",
4
4
  "main": "lib/index.js",
5
5
  "author": "Nadav(Private) <nadavk72@gmail.com>",
6
6
  "scripts": {