@kando-env/kando-ui 1.2.462-alpha.3 → 1.2.462-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 -2
- package/lib/i18n/he.json +3 -1
- package/lib/macros/getVersion.js +1 -1
- package/package.json +1 -1
package/lib/i18n/en.json
CHANGED
|
@@ -3073,8 +3073,8 @@
|
|
|
3073
3073
|
"points_mode_filter_item": "Site Mode",
|
|
3074
3074
|
"sampler_filter_item": "Sampler Mode",
|
|
3075
3075
|
"insight_data_filter_item": "Insight Data",
|
|
3076
|
-
"sampling_parameter_filter_item": "
|
|
3077
|
-
"
|
|
3076
|
+
"sampling_parameter_filter_item": "Exceeding Parameter",
|
|
3077
|
+
"discharge_time_filter_item": "Discharge Time"
|
|
3078
3078
|
},
|
|
3079
3079
|
"filter": "Filter",
|
|
3080
3080
|
"apply": "Apply",
|
package/lib/i18n/he.json
CHANGED
|
@@ -2989,7 +2989,9 @@
|
|
|
2989
2989
|
"sampling_mode_filter_item": "צורת דיגום",
|
|
2990
2990
|
"sampling_id_filter_item": "ID",
|
|
2991
2991
|
"site_filter_item": "שם אתר",
|
|
2992
|
-
"lab_filter_item": "מעבדה"
|
|
2992
|
+
"lab_filter_item": "מעבדה",
|
|
2993
|
+
"sampling_parameter_filter_item": "פרמטרים חורגים",
|
|
2994
|
+
"discharge_time_filter_item": "זמן הזרמה"
|
|
2993
2995
|
},
|
|
2994
2996
|
"filter": "סינון",
|
|
2995
2997
|
"apply": "סנן",
|
package/lib/macros/getVersion.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
|
-
var packageJsonVersion = "1.2.462-alpha.
|
|
3
|
+
var packageJsonVersion = "1.2.462-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));
|