@c8y/ngx-components 1021.6.0 → 1021.11.1
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/branding/shared/lazy/add-branding-modal/add-branding-modal.component.d.ts +14 -1
- package/branding/shared/lazy/add-branding-modal/add-branding-modal.component.d.ts.map +1 -1
- package/cockpit-config/cockpit-config.model.d.ts +1 -0
- package/cockpit-config/cockpit-config.model.d.ts.map +1 -1
- package/context-dashboard/dashboard-manager/dashboard-manager.module.d.ts.map +1 -1
- package/core/common/options.service.d.ts +1 -1
- package/core/common/options.service.d.ts.map +1 -1
- package/core/forms/validation-pattern.d.ts +4 -0
- package/core/forms/validation-pattern.d.ts.map +1 -1
- package/core/plugins/plugins.service.d.ts +1 -1
- package/core/plugins/plugins.service.d.ts.map +1 -1
- package/esm2022/assets-navigator/asset-selector/asset-selector-node.component.mjs +3 -3
- package/esm2022/branding/shared/lazy/add-branding-modal/add-branding-modal.component.mjs +49 -5
- package/esm2022/cockpit-config/cockpit-config.model.mjs +3 -2
- package/esm2022/cockpit-config/feature-config.component.mjs +3 -3
- package/esm2022/context-dashboard/dashboard-manager/dashboard-manager.module.mjs +5 -3
- package/esm2022/core/common/options.service.mjs +3 -3
- package/esm2022/core/docs/defaults.items.mjs +2 -2
- package/esm2022/core/forms/validation-pattern.mjs +5 -1
- package/esm2022/core/plugins/plugins.service.mjs +3 -3
- package/esm2022/core/router/context-route.guard.mjs +2 -2
- package/esm2022/core/search/search-input.component.mjs +3 -3
- package/esm2022/operations/bulk-operation-scheduler/operation-scheduler.component.mjs +7 -5
- package/esm2022/search/search-action.component.mjs +3 -3
- package/esm2022/tenants/custom-properties/custom-properties.component.mjs +90 -0
- package/esm2022/tenants/custom-properties/custom-properties.service.mjs +76 -0
- package/esm2022/tenants/custom-properties/custom-property-field/custom-property-field.component.mjs +29 -0
- package/esm2022/tenants/index.mjs +2 -1
- package/esm2022/tenants/tenant-limits/tenant-limits-definitions.mjs +92 -0
- package/esm2022/tenants/tenant-limits/tenant-limits.component.mjs +124 -0
- package/esm2022/tenants/tenants.module.mjs +42 -4
- package/esm2022/widgets/implementations/help-and-service-widget/help-and-service-view/help-and-service-view.component.mjs +2 -2
- package/fesm2022/c8y-ngx-components-assets-navigator.mjs +2 -2
- package/fesm2022/c8y-ngx-components-assets-navigator.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components-branding-shared-lazy-add-branding-modal.mjs +48 -4
- package/fesm2022/c8y-ngx-components-branding-shared-lazy-add-branding-modal.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components-cockpit-config.mjs +4 -3
- package/fesm2022/c8y-ngx-components-cockpit-config.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components-context-dashboard.mjs +4 -2
- package/fesm2022/c8y-ngx-components-context-dashboard.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components-operations-bulk-operation-scheduler.mjs +6 -4
- package/fesm2022/c8y-ngx-components-operations-bulk-operation-scheduler.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components-search.mjs +2 -2
- package/fesm2022/c8y-ngx-components-search.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components-tenants.mjs +416 -11
- package/fesm2022/c8y-ngx-components-tenants.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components-widgets-implementations-help-and-service-widget.mjs +1 -1
- package/fesm2022/c8y-ngx-components-widgets-implementations-help-and-service-widget.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components.mjs +277 -273
- package/fesm2022/c8y-ngx-components.mjs.map +1 -1
- package/locales/de.po +22 -19
- package/locales/en.po +3 -0
- package/locales/en_US.po +3 -0
- package/locales/es.po +167 -170
- package/locales/fr.po +134 -128
- package/locales/ja_JP.po +171 -133
- package/locales/ko.po +543 -49
- package/locales/locales.pot +49 -2
- package/locales/nl.po +134 -128
- package/locales/pl.po +138 -135
- package/locales/pt_BR.po +144 -141
- package/locales/zh_CN.po +524 -30
- package/locales/zh_TW.po +524 -30
- package/operations/bulk-operation-scheduler/operation-scheduler.component.d.ts.map +1 -1
- package/package.json +1 -1
- package/tenants/custom-properties/custom-properties.component.d.ts +26 -0
- package/tenants/custom-properties/custom-properties.component.d.ts.map +1 -0
- package/tenants/custom-properties/custom-properties.service.d.ts +26 -0
- package/tenants/custom-properties/custom-properties.service.d.ts.map +1 -0
- package/tenants/custom-properties/custom-property-field/custom-property-field.component.d.ts +10 -0
- package/tenants/custom-properties/custom-property-field/custom-property-field.component.d.ts.map +1 -0
- package/tenants/index.d.ts +1 -0
- package/tenants/index.d.ts.map +1 -1
- package/tenants/tenant-limits/tenant-limits-definitions.d.ts +117 -0
- package/tenants/tenant-limits/tenant-limits-definitions.d.ts.map +1 -0
- package/tenants/tenant-limits/tenant-limits.component.d.ts +39 -0
- package/tenants/tenant-limits/tenant-limits.component.d.ts.map +1 -0
- package/tenants/tenants.module.d.ts.map +1 -1
package/locales/de.po
CHANGED
|
@@ -2045,9 +2045,6 @@ msgstr "Autodiscovery wird ausgeführt."
|
|
|
2045
2045
|
msgid "Autodiscovery request"
|
|
2046
2046
|
msgstr "Autodiscovery-Anfrage"
|
|
2047
2047
|
|
|
2048
|
-
msgid "Set the required interval automatically"
|
|
2049
|
-
msgstr "Automatische Einstellung des erforderlichen Intervalls"
|
|
2050
|
-
|
|
2051
2048
|
msgid "Automatically scrolls to the latest value"
|
|
2052
2049
|
msgstr "Scrollt automatisch zum letzten Wert"
|
|
2053
2050
|
|
|
@@ -2910,29 +2907,29 @@ msgstr "Kinder"
|
|
|
2910
2907
|
msgid ""
|
|
2911
2908
|
"Choose how to select a date range, the available options are:\n"
|
|
2912
2909
|
" <ul class=\"m-l-0 p-l-8 m-t-8 m-b-0\">\n"
|
|
2910
|
+
" <li><b>Dashboard time range:</b> restricts date selection to the global dashboard configuration only</li>\n"
|
|
2913
2911
|
" <li><b>Widget configuration:</b> restricts the date selection only to the widget configuration</li>\n"
|
|
2914
2912
|
" <li><b>Widget and widget configuration:</b> restricts the date selection to the widget view and widget configuration only</li>\n"
|
|
2915
|
-
" <li><b>Dashboard time range:</b> restricts date selection to the global dashboard configuration only</li>\n"
|
|
2916
2913
|
" </ul>"
|
|
2917
2914
|
msgstr ""
|
|
2918
2915
|
"Wählen Sie die passende Möglichkeit für den Datumsbereich aus. Die verfügbaren Optionen sind:\n"
|
|
2919
2916
|
" <ul class=\"m-l-0 p-l-8 m-t-8 m-b-0\">\n"
|
|
2917
|
+
" <li><b>Dashboard-Zeitbereich:</b> Beschränkt auf die globale Dashboard-Konfiguration.</li>\n"
|
|
2920
2918
|
" <li><b>Widget-Konfiguration:</b> Beschränkt auf die Widget-Konfiguration.</li>\n"
|
|
2921
2919
|
" <li><b>Widget und Widget-Konfiguration:</b> Beschränkt auf die Widget-Ansicht und die Widget-Konfiguration.</li>\n"
|
|
2922
|
-
" <li><b>Dashboard-Zeitbereich:</b> Beschränkt auf die globale Dashboard-Konfiguration.</li>\n"
|
|
2923
2920
|
" </ul>"
|
|
2924
2921
|
|
|
2925
2922
|
msgid ""
|
|
2926
2923
|
"Choose how to select a date range, the available options are:\n"
|
|
2927
2924
|
" <ul class=\"m-l-0 p-l-8 m-t-8 m-b-0\">\n"
|
|
2928
|
-
" <li><b>Widget:</b> restricts the date selection to the widget view only</li>\n"
|
|
2929
2925
|
" <li><b>Dashboard time range:</b> restricts date selection to the global dashboard configuration only</li>\n"
|
|
2926
|
+
" <li><b>Widget:</b> restricts the date selection to the widget view only</li>\n"
|
|
2930
2927
|
" </ul>"
|
|
2931
2928
|
msgstr ""
|
|
2932
2929
|
"Wählen Sie die passende Möglichkeit für den Datumsbereich aus. Die verfügbaren Optionen sind:\n"
|
|
2933
2930
|
" <ul class=\"m-l-0 p-l-8 m-t-8 m-b-0\">\n"
|
|
2934
|
-
" <li><b>Widget:</b> Beschränkt auf die Widget-Ansicht.</li>\n"
|
|
2935
2931
|
" <li><b>Dashboard-Zeitbereich:</b> Beschränkt auf die globale Dashboard-Konfiguration.</li>\n"
|
|
2932
|
+
" <li><b>Widget:</b> Beschränkt auf die Widget-Ansicht.</li>\n"
|
|
2936
2933
|
" </ul>"
|
|
2937
2934
|
|
|
2938
2935
|
msgid "Circular $refs."
|
|
@@ -5378,8 +5375,11 @@ msgstr "Anzeigen"
|
|
|
5378
5375
|
msgid "Display a configurable SVG."
|
|
5379
5376
|
msgstr "Zeigt eine konfigurierbare Vektorgrafik (SVG) an."
|
|
5380
5377
|
|
|
5378
|
+
msgid "Display a link to the Dashboard manager under the Configuration navigator menu."
|
|
5379
|
+
msgstr "Zeigt einen Link zum Dashboard-Manager unter dem Konfigurationsnavigatormenü."
|
|
5380
|
+
|
|
5381
5381
|
msgid "Display a link to the Data point library under the Configuration navigator menu."
|
|
5382
|
-
msgstr "Zeigen Sie eine Verknüpfung zur Datenpunktbibliothek im
|
|
5382
|
+
msgstr "Zeigen Sie eine Verknüpfung zur Datenpunktbibliothek im Konfigurationsnavigatormenü an."
|
|
5383
5383
|
|
|
5384
5384
|
msgid "Display a link to the Exports list under the Configuration navigator menu."
|
|
5385
5385
|
msgstr "Zeigen Sie einen Link zur Exportliste im Konfigurationsnavigatormenü an."
|
|
@@ -6534,9 +6534,6 @@ msgstr "Filter"
|
|
|
6534
6534
|
msgid "Filter by configuration type"
|
|
6535
6535
|
msgstr "Nach Konfigurationstypen filtern"
|
|
6536
6536
|
|
|
6537
|
-
msgid "Filter by configuration type"
|
|
6538
|
-
msgstr "Nach Konfigurationstypen filtern"
|
|
6539
|
-
|
|
6540
6537
|
msgid "Filter by creation time"
|
|
6541
6538
|
msgstr "Nach Erstellungszeitpunkt filtern"
|
|
6542
6539
|
|
|
@@ -8283,6 +8280,9 @@ msgstr "Ungültige SVG-Datei"
|
|
|
8283
8280
|
msgid "Invalid browse path."
|
|
8284
8281
|
msgstr "Ungültiger Suchpfad."
|
|
8285
8282
|
|
|
8283
|
+
msgid "Invalid character \"{{ invalidCharacter }}\". Only a-z, 0-9 and - are allowed."
|
|
8284
|
+
msgstr "Ungültiges Zeichen \"{{ invalidCharacter }}\". Nur a-z, 0-9 und - sind erlaubt."
|
|
8285
|
+
|
|
8286
8286
|
msgid "Invalid code"
|
|
8287
8287
|
msgstr "Ungültiger Code"
|
|
8288
8288
|
|
|
@@ -9845,9 +9845,6 @@ msgstr "Kein Alarm ausgewählt"
|
|
|
9845
9845
|
msgid "No alarms selected."
|
|
9846
9846
|
msgstr "Keine Alarme ausgewählt."
|
|
9847
9847
|
|
|
9848
|
-
msgid "No alarms selected."
|
|
9849
|
-
msgstr "Keine Alarme ausgewählt."
|
|
9850
|
-
|
|
9851
9848
|
msgid "No alarms to display."
|
|
9852
9849
|
msgstr "Keine Alarme anzuzeigen."
|
|
9853
9850
|
|
|
@@ -9996,9 +9993,6 @@ msgstr ""
|
|
|
9996
9993
|
msgid "No device profile selected"
|
|
9997
9994
|
msgstr "Kein Geräteprofil ausgewählt"
|
|
9998
9995
|
|
|
9999
|
-
msgid "No device profiles available."
|
|
10000
|
-
msgstr "Keine passenden Geräteprofile verfügbar."
|
|
10001
|
-
|
|
10002
9996
|
msgid "No device profiles found. Create a new device profile via the LoRa platform."
|
|
10003
9997
|
msgstr "Kein Geräteprofil gefunden. Erstellen Sie ein neues Geräteprofil über die LoRa-Plattform."
|
|
10004
9998
|
|
|
@@ -10832,6 +10826,9 @@ msgstr "Nur die letzte Plugin-Version"
|
|
|
10832
10826
|
msgid "Only letters, digits and underscore allowed."
|
|
10833
10827
|
msgstr "Nur Buchstaben, Zahlen und Unterstriche zulässig."
|
|
10834
10828
|
|
|
10829
|
+
msgid "Only lower case characters are allowed."
|
|
10830
|
+
msgstr "Es sind nur Kleinbuchstaben erlaubt."
|
|
10831
|
+
|
|
10835
10832
|
msgid "Only lowercase letters, digits and hyphens allowed in the first part of the URI. Must start with a letter; hyphens only allowed in the middle. Must be a valid URI."
|
|
10836
10833
|
msgstr "Im ersten Teil des URI sind nur Kleinbuchstaben, Ziffern und Bindestriche zulässig. Muss mit einem Buchstaben beginnen; Bindestriche nur in der Mitte erlaubt. Muss eine gültiger URI sein."
|
|
10837
10834
|
|
|
@@ -14022,6 +14019,9 @@ msgstr "Anfrageintervall für Systemressourcenmessungen konfigurieren (in Sekund
|
|
|
14022
14019
|
msgid "Set temperature threshold"
|
|
14023
14020
|
msgstr "Schwellenwert für Temperatur konfigurieren"
|
|
14024
14021
|
|
|
14022
|
+
msgid "Set the required interval automatically"
|
|
14023
|
+
msgstr "Automatische Einstellung des erforderlichen Intervalls"
|
|
14024
|
+
|
|
14025
14025
|
msgid "Set to \"{{ packageAvailability }}\""
|
|
14026
14026
|
msgstr "Auf \"{{ packageAvailability }}\" setzen"
|
|
14027
14027
|
|
|
@@ -14124,6 +14124,9 @@ msgstr "Darf maximal {{ maxLength }} Zeichen enthalten."
|
|
|
14124
14124
|
msgid "Should have at most {{ requiredLength }} characters."
|
|
14125
14125
|
msgstr "Darf maximal {{ requiredLength }} Zeichen enthalten."
|
|
14126
14126
|
|
|
14127
|
+
msgid "Should start with a lower case letter or a number."
|
|
14128
|
+
msgstr "Sollte mit einem Kleinbuchstaben oder einer Nummer beginnen."
|
|
14129
|
+
|
|
14127
14130
|
msgid "Show"
|
|
14128
14131
|
msgstr "Anzeigen"
|
|
14129
14132
|
|
|
@@ -14474,8 +14477,8 @@ msgstr "SmartREST-Template"
|
|
|
14474
14477
|
msgid "Smartbox Commands"
|
|
14475
14478
|
msgstr "Smartbox-Kommandos"
|
|
14476
14479
|
|
|
14477
|
-
msgid "Smartphone registered
|
|
14478
|
-
msgstr "Smartphone registriert
|
|
14480
|
+
msgid "Smartphone registered"
|
|
14481
|
+
msgstr "Smartphone registriert"
|
|
14479
14482
|
|
|
14480
14483
|
msgid "Smartphone sensors"
|
|
14481
14484
|
msgstr "Smartphone-Sensoren"
|
package/locales/en.po
CHANGED
|
@@ -781,6 +781,9 @@ msgstr "e.g. Doe"
|
|
|
781
781
|
msgid "e.g. Joe`LOCALIZE`"
|
|
782
782
|
msgstr "e.g. Joe"
|
|
783
783
|
|
|
784
|
+
msgid "e.g. REF12345`reference number`"
|
|
785
|
+
msgstr "e.g. REF12345"
|
|
786
|
+
|
|
784
787
|
msgid "e.g. Speditionstraße 13, Düsseldorf`LOCALIZE`"
|
|
785
788
|
msgstr "e.g. Speditionstraße 13, Düsseldorf"
|
|
786
789
|
|
package/locales/en_US.po
CHANGED
|
@@ -781,6 +781,9 @@ msgstr "e.g. Doe"
|
|
|
781
781
|
msgid "e.g. Joe`LOCALIZE`"
|
|
782
782
|
msgstr "e.g. Joe"
|
|
783
783
|
|
|
784
|
+
msgid "e.g. REF12345`reference number`"
|
|
785
|
+
msgstr "e.g. REF12345"
|
|
786
|
+
|
|
784
787
|
msgid "e.g. Speditionstraße 13, Düsseldorf`LOCALIZE`"
|
|
785
788
|
msgstr "e.g. Speditionstraße 13, Düsseldorf"
|
|
786
789
|
|