@kando-env/kando-ui 1.2.447-alpha.4 → 1.2.447-alpha.5
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 +2 -0
- package/lib/i18n/he.json +2 -0
- package/lib/i18n/it.json +2 -0
- package/lib/macros/getVersion.js +1 -1
- package/package.json +1 -1
package/lib/i18n/en.json
CHANGED
|
@@ -3117,6 +3117,8 @@
|
|
|
3117
3117
|
"sampling_plural": "Samplings ({{count}})",
|
|
3118
3118
|
"static_thresholds_crossed_explanation": "Exceeding expected pollution for this sector",
|
|
3119
3119
|
"dynamic_thresholds_crossed_explanation": "Worse than usual for this site ({{score}})",
|
|
3120
|
+
"worse_than_usual_explanation": "Worse than usual for this site",
|
|
3121
|
+
"exceeding_for_sector_explanation": "Exceeding expected pollution for this sector",
|
|
3120
3122
|
"event_sources": "Event Sources",
|
|
3121
3123
|
"potential_source_confidence": "{{percentage}}% Confident",
|
|
3122
3124
|
"discharging": "Discharging",
|
package/lib/i18n/he.json
CHANGED
|
@@ -3037,6 +3037,8 @@
|
|
|
3037
3037
|
"sampling_plural": "דיגומים ({{count}})",
|
|
3038
3038
|
"static_thresholds_crossed_explanation": "חורג מהמקובל לסקטור זה ",
|
|
3039
3039
|
"dynamic_thresholds_crossed_explanation": " חורג מהרגיל לאתר זה ({{score}})",
|
|
3040
|
+
"worse_than_usual_explanation": "חורג מהרגיל לאתר זה",
|
|
3041
|
+
"exceeding_for_sector_explanation": "חורג מהמקובל לסקטור זה",
|
|
3040
3042
|
"event_sources": "מקורות אירוע",
|
|
3041
3043
|
"potential_source_confidence": "{{percentage}}% ודאות",
|
|
3042
3044
|
"discharging": "מזרים",
|
package/lib/i18n/it.json
CHANGED
|
@@ -3050,6 +3050,8 @@
|
|
|
3050
3050
|
"severity_score": "Punteggio evento",
|
|
3051
3051
|
"static_thresholds_crossed_explanation": "Superamento dell’inquinamento previsto per questa area",
|
|
3052
3052
|
"dynamic_thresholds_crossed_explanation": "Peggiorativo rispetto alla media dell’area ({{score}})",
|
|
3053
|
+
"worse_than_usual_explanation": "Peggio del solito per questo sito",
|
|
3054
|
+
"exceeding_for_sector_explanation": "Eccede l'inquinamento atteso per questo settore",
|
|
3053
3055
|
"pollution_assessment": "Valutazione inquinamento",
|
|
3054
3056
|
"source_types": {
|
|
3055
3057
|
"potential_sources": "Fonti potenziali",
|
package/lib/macros/getVersion.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
|
-
var packageJsonVersion = "1.2.447-alpha.
|
|
3
|
+
var packageJsonVersion = "1.2.447-alpha.5";
|
|
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));
|