@kando-env/kando-ui 1.2.264 → 1.2.265
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_uk.json +1 -1
- package/lib/i18n/fr.json +1 -2
- package/lib/i18n/it.json +1 -2
- package/lib/macros/getVersion.js +1 -1
- package/package.json +1 -1
package/lib/i18n/en_uk.json
CHANGED
|
@@ -416,7 +416,7 @@
|
|
|
416
416
|
"overview": "Overview",
|
|
417
417
|
"new_ui": "Events View",
|
|
418
418
|
"covid_view": "WBE",
|
|
419
|
-
"covid_report": "
|
|
419
|
+
"covid_report": "Community Health"
|
|
420
420
|
},
|
|
421
421
|
"water_authority_selector_screen": {
|
|
422
422
|
"select_water_authority": "Please Select Client",
|
package/lib/i18n/fr.json
CHANGED
|
@@ -414,8 +414,7 @@
|
|
|
414
414
|
"mobile": "Mobile",
|
|
415
415
|
"overview": "Aperçu",
|
|
416
416
|
"new_ui": "Affichage des événements",
|
|
417
|
-
"covid_view": "WBE"
|
|
418
|
-
"covid_report": "Tableau de bord WBE"
|
|
417
|
+
"covid_view": "WBE"
|
|
419
418
|
},
|
|
420
419
|
"water_authority_selector_screen": {
|
|
421
420
|
"select_water_authority": "Veuillez sélectionner un client",
|
package/lib/i18n/it.json
CHANGED
|
@@ -414,8 +414,7 @@
|
|
|
414
414
|
"mobile": "Mobile",
|
|
415
415
|
"overview": "Panoramica",
|
|
416
416
|
"new_ui": "Visualizzazione eventi",
|
|
417
|
-
"covid_view": "WBE"
|
|
418
|
-
"covid_report": "Pannello di controllo WBE"
|
|
417
|
+
"covid_view": "WBE"
|
|
419
418
|
},
|
|
420
419
|
"water_authority_selector_screen": {
|
|
421
420
|
"select_water_authority": "Seleziona Cliente",
|
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.265";
|
|
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));
|