@kando-env/kando-ui 1.2.311-alpha.6 → 1.2.311-alpha.8

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
@@ -3943,7 +3943,7 @@
3943
3943
  "wwtpPage": {
3944
3944
  "see_children": "See children",
3945
3945
  "trend": "Organic Events Trend",
3946
- "trend_info_data": "Organic events info trend",
3946
+ "trend_info_data": "Gain insights into the daily trend of organic events during the specified period.\n\nThe Graph shows the daily events score, which calculates the severity and duration of events to observe trends within the chosen timeframe.",
3947
3947
  "organic_event": "Organic Events Score",
3948
3948
  "organic_events_pattern": "Organic Events Pattern",
3949
3949
  "organic_events_pattern_info_data": "Organic Events Pattern info data",
@@ -3961,7 +3961,7 @@
3961
3961
  "potential_savings": "Potential Savings",
3962
3962
  "actual_savings": "Actual Savings",
3963
3963
  "inlet_contribution": "Inlet Contribution",
3964
- "inlet_contribution_info_data": "Inlet contribution info data",
3964
+ "inlet_contribution_info_data": "Prioritize efforts on the most impactful inlet.\n\nThe bar chart shows the event’s contribution of each inlet, including their flow ratio.",
3965
3965
  "prediction": "Next 7 Days Prediction",
3966
3966
  "upcoming_title": "Upgrade to unlock this insight.",
3967
3967
  "upcoming_prediction": "Optimize your WWTP Operation by having 7-day prediction.",
@@ -3973,7 +3973,9 @@
3973
3973
  "energy": "Energy",
3974
3974
  "energy_unit": "$/year",
3975
3975
  "organic_load_unit": "kgCOD/year",
3976
- "empty_state": "There is not enough data to display this insight"
3976
+ "empty_state": "There is not enough data to display this insight",
3977
+ "no_result_1": "Your sewer network is not fully configured yet to show more insights.",
3978
+ "no_result_2": "Contact your support representative to learn more."
3977
3979
  }
3978
3980
  }
3979
3981
  }
package/lib/i18n/he.json CHANGED
@@ -3829,7 +3829,7 @@
3829
3829
  "impact": "השפעה",
3830
3830
  "impact_info_data": "מידע על השפעה",
3831
3831
  "inlets": "כניסות למט”ש",
3832
- "inlets_info_data": "מידע על כניסות",
3832
+ "inlets_info_data": "Gain insights into the daily trend of organic events during the specified period.\n\nThe Graph shows the daily events score, which calculates the severity and duration of events to observe trends within the chosen timeframe.",
3833
3833
  "inlets_plural": "כניסות ({{count}})",
3834
3834
  "potential_savings": "פוטנציאל חיסכון",
3835
3835
  "actual_savings": "חיסכון בפועל",
@@ -3842,7 +3842,7 @@
3842
3842
  "organic_events_pattern": "דפוסי זיהום",
3843
3843
  "organic_events_pattern_info_data": "Organic Events Pattern info data",
3844
3844
  "inlet_contribution": "תרומת כניסה למט״ש",
3845
- "inlet_contribution_info_data": "Inlet contribution info data",
3845
+ "inlet_contribution_info_data": "Prioritize efforts on the most impactful inlet.\n\nThe bar chart shows the event’s contribution of each inlet, including their flow ratio.",
3846
3846
  "prediction": "תחזית ל 7 ימים הקרובים",
3847
3847
  "upcoming_title": "שדרג על מנת לצפות בתובנות",
3848
3848
  "urban_development": "פיתוח אורבני",
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
 
3
- var packageJsonVersion = "1.2.311-alpha.6";
3
+ var packageJsonVersion = "1.2.311-alpha.8";
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.311-alpha.6",
3
+ "version": "1.2.311-alpha.8",
4
4
  "main": "lib/index.js",
5
5
  "author": "Nadav(Private) <nadavk72@gmail.com>",
6
6
  "scripts": {