@kando-env/kando-ui 1.2.259 → 1.2.260
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 +4 -1
- package/lib/i18n/he.json +1 -0
- package/lib/macros/getVersion.js +1 -1
- package/package.json +1 -1
package/lib/i18n/en.json
CHANGED
|
@@ -124,6 +124,7 @@
|
|
|
124
124
|
"general_settings": "General settings",
|
|
125
125
|
"add_users": "Add users",
|
|
126
126
|
"permissions": "Permissions",
|
|
127
|
+
"signatures": "Signatures",
|
|
127
128
|
"monitors": "Dataloggers",
|
|
128
129
|
"systems": "Systems Management",
|
|
129
130
|
"project_management": "Deployment Management",
|
|
@@ -3763,8 +3764,10 @@
|
|
|
3763
3764
|
"area_no_polygons": "The following areas do not have a polygon",
|
|
3764
3765
|
"daily_water_consumption": "The daily_water_consumption value might be too small in the following sites",
|
|
3765
3766
|
"sector": "Sector could not be found in the following sites",
|
|
3767
|
+
"scale": "Scale could not be found in the following sites",
|
|
3766
3768
|
"city": "City could not be found in the following sites",
|
|
3767
|
-
"update_type": "Site type will be changed"
|
|
3769
|
+
"update_type": "Site type will be changed",
|
|
3770
|
+
"duplicate_mhref": "MHREF duplication in the following sites"
|
|
3768
3771
|
},
|
|
3769
3772
|
"point_new": "New manholes were created",
|
|
3770
3773
|
"polygon_new": "New areas were created",
|
package/lib/i18n/he.json
CHANGED
package/lib/macros/getVersion.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
|
-
var packageJsonVersion = "1.2.
|
|
3
|
+
var packageJsonVersion = "1.2.260";
|
|
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));
|