@kando-env/kando-ui 1.2.213-alpha.3 → 1.2.213-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 +1 -1
- package/lib/i18n/he.json +1 -1
- package/lib/macros/getVersion.js +1 -1
- package/package.json +1 -1
package/lib/i18n/en.json
CHANGED
|
@@ -3132,7 +3132,7 @@
|
|
|
3132
3132
|
"potential-impact-summary": {
|
|
3133
3133
|
"title": "Potential Impact",
|
|
3134
3134
|
"coming-soon": "Coming soon",
|
|
3135
|
-
"no-data": "
|
|
3135
|
+
"no-data": "Currently, it is not feasible to determine the potential impact."
|
|
3136
3136
|
}
|
|
3137
3137
|
},
|
|
3138
3138
|
"use_cases": {
|
package/lib/i18n/he.json
CHANGED
|
@@ -3088,7 +3088,7 @@
|
|
|
3088
3088
|
"potential-impact-summary": {
|
|
3089
3089
|
"title": "סוגי הנזק",
|
|
3090
3090
|
"coming-soon": "בקרוב...",
|
|
3091
|
-
"no-data": "
|
|
3091
|
+
"no-data": "נכון לעכשיו, לא ניתן לקבוע את סוגי הנזק."
|
|
3092
3092
|
}
|
|
3093
3093
|
},
|
|
3094
3094
|
"use_cases": {
|
package/lib/macros/getVersion.js
CHANGED