@c8y/ngx-components 1018.0.261 → 1018.0.264
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/fesm2015/c8y-ngx-components.mjs +15 -0
- package/fesm2015/c8y-ngx-components.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 +10 -1
- package/locales/fr.po +10 -1
- package/locales/ja_JP.po +15 -3
- package/locales/ko.po +13 -4
- package/locales/locales.pot +9 -0
- package/locales/nl.po +93 -83
- package/locales/pl.po +10 -1
- package/locales/pt_BR.po +34 -25
- package/locales/zh_CN.po +9 -0
- package/locales/zh_TW.po +9 -0
- package/package.json +1 -1
|
@@ -972,6 +972,21 @@ function gettext(str) {
|
|
|
972
972
|
}
|
|
973
973
|
|
|
974
974
|
/* tslint:disable:max-line-length */
|
|
975
|
+
/*
|
|
976
|
+
Description for applications is provided within .github/workflows/verify-apps.yml.
|
|
977
|
+
*/
|
|
978
|
+
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
|
979
|
+
const applicationMessages = {
|
|
980
|
+
cockpit: {
|
|
981
|
+
description: gettext('The Cockpit application provides you with options to manage and monitor Internet of Things (IoT) assets and data from a business perspective.')
|
|
982
|
+
},
|
|
983
|
+
devicemanagement: {
|
|
984
|
+
description: gettext('The Device Management application provides functionalities for managing and monitoring devices and enables you to control and troubleshoot devices remotely.')
|
|
985
|
+
},
|
|
986
|
+
administration: {
|
|
987
|
+
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.')
|
|
988
|
+
}
|
|
989
|
+
};
|
|
975
990
|
const bulkOperationAuditLogTextPlaceholders = {
|
|
976
991
|
updatesList: {
|
|
977
992
|
capture: '$1',
|