@c8y/ngx-components 1018.0.263 → 1018.0.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/esm2020/core/i18n/pattern-messages.data.mjs +16 -1
- package/esm2020/ecosystem/shared/ecosystem.service.mjs +7 -2
- package/esm2020/ecosystem/shared/upload-archive.component.mjs +4 -1
- package/fesm2015/c8y-ngx-components-ecosystem-shared.mjs +9 -1
- package/fesm2015/c8y-ngx-components-ecosystem-shared.mjs.map +1 -1
- package/fesm2015/c8y-ngx-components.mjs +15 -0
- package/fesm2015/c8y-ngx-components.mjs.map +1 -1
- package/fesm2020/c8y-ngx-components-ecosystem-shared.mjs +9 -1
- package/fesm2020/c8y-ngx-components-ecosystem-shared.mjs.map +1 -1
- package/fesm2020/c8y-ngx-components.mjs +15 -0
- package/fesm2020/c8y-ngx-components.mjs.map +1 -1
- package/locales/de.po +9 -0
- package/locales/es.po +9 -0
- package/locales/fr.po +9 -0
- package/locales/ja_JP.po +9 -0
- package/locales/locales.pot +9 -0
- package/locales/nl.po +10 -0
- package/locales/pl.po +9 -0
- package/locales/pt_BR.po +9 -0
- package/package.json +1 -1
|
@@ -947,6 +947,21 @@ function gettext(str) {
|
|
|
947
947
|
}
|
|
948
948
|
|
|
949
949
|
/* tslint:disable:max-line-length */
|
|
950
|
+
/*
|
|
951
|
+
Description for applications is provided within .github/workflows/verify-apps.yml.
|
|
952
|
+
*/
|
|
953
|
+
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
|
954
|
+
const applicationMessages = {
|
|
955
|
+
cockpit: {
|
|
956
|
+
description: gettext('The Cockpit application provides you with options to manage and monitor Internet of Things (IoT) assets and data from a business perspective.')
|
|
957
|
+
},
|
|
958
|
+
devicemanagement: {
|
|
959
|
+
description: gettext('The Device Management application provides functionalities for managing and monitoring devices and enables you to control and troubleshoot devices remotely.')
|
|
960
|
+
},
|
|
961
|
+
administration: {
|
|
962
|
+
description: gettext('The Administration application enables account administrators to manage their users, roles, tenants, applications and business rules and lets them configure a number of settings for their account.')
|
|
963
|
+
}
|
|
964
|
+
};
|
|
950
965
|
const bulkOperationAuditLogTextPlaceholders = {
|
|
951
966
|
updatesList: {
|
|
952
967
|
capture: '$1',
|