@c8y/ng1-modules 1023.97.7 → 1024.0.0
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/administration-auditLogs/cumulocity.json +2 -2
- package/core/core/services/inventoryWithChildrenInterceptor.js +1 -0
- package/core/cumulocity.json +1 -0
- package/core/locales/de.po +126 -67
- package/core/locales/es.po +116 -58
- package/core/locales/fr.po +109 -50
- package/core/locales/ja_JP.po +130 -73
- package/core/locales/ko.po +115 -56
- package/core/locales/nl.po +112 -53
- package/core/locales/pl.po +127 -68
- package/core/locales/pt_BR.po +114 -55
- package/core/locales/zh_CN.po +112 -54
- package/core/locales/zh_TW.po +123 -64
- package/dataPointExplorer/controllers/dataPointWidgetConfig.js +1 -1
- package/dataPointExplorer/index.js +1 -1
- package/dataPointExplorer/views/widgetConfig.html +28 -38
- package/eventsBinary/cumulocity.json +1 -7
- package/export/cumulocity.json +2 -2
- package/package.json +1 -1
- package/switchDisplay/cumulocity.json +3 -3
- package/switchDisplay/style/{switchDisplay.less → switchDisplay.scss} +4 -7
- package/switchDisplay/style/{switchDisplayConfig.less → switchDisplayConfig.scss} +3 -5
- package/users/cumulocity.json +1 -1
- package/devicemanagement-eventList/controllers/eventList.js +0 -1
- package/devicemanagement-eventList/cumulocity.json +0 -18
- package/devicemanagement-eventList/index.js +0 -1
- package/devicemanagement-eventList/views/index.html +0 -11
- package/eventList/cumulocity.json +0 -18
- package/eventList/eventList.controller.js +0 -1
- package/eventList/eventListConfig.controller.js +0 -1
- package/eventList/img/events-list-widget-pr.png +0 -0
- package/eventList/index.js +0 -1
- package/eventList/views/eventList.html +0 -21
- package/eventList/views/eventListConfig.html +0 -9
- package/eventsBinary/components/eventBinaryActions/eventBinaryActions.html +0 -22
- package/eventsBinary/components/eventBinaryActions/eventBinaryActions.js +0 -1
- package/eventsBinary/components/eventBinaryIcon/eventBinaryIcon.js +0 -1
- package/eventsBinary/components/eventBinaryPreview/eventBinaryPreview.html +0 -4
- package/eventsBinary/components/eventBinaryPreview/eventBinaryPreview.js +0 -1
- package/eventsBinary/styles/style.css +0 -4
- /package/administration-auditLogs/{style.less → style.scss} +0 -0
- /package/export/style/{export.less → export.scss} +0 -0
- /package/users/{style.less → style.scss} +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
angular.module("c8y.core").factory("c8yInventoryWithChildrenInterceptor",function(){var n=/\/inventory\/managedObjects(?:\/\d+(?:\/child(?:Assets|Devices))?)?(?:\?|$)/;return{request:function(r){var e=r.url,t=r.method;e&&n.test(e)&&"GET"===t&&(r.params||(r.params={}),_.has(r.params,"withChildren")||(r.params.withChildren=!0));return r}}}),angular.module("c8y.core").config(["$httpProvider",function(r){r.interceptors.push("c8yInventoryWithChildrenInterceptor")}]);
|
package/core/cumulocity.json
CHANGED
|
@@ -102,6 +102,7 @@
|
|
|
102
102
|
"core/services/groups.js",
|
|
103
103
|
"core/services/identity.js",
|
|
104
104
|
"core/services/inventory.js",
|
|
105
|
+
"core/services/inventoryWithChildrenInterceptor.js",
|
|
105
106
|
"core/services/jsonSchemas.js",
|
|
106
107
|
"core/services/measurements.js",
|
|
107
108
|
"core/services/measurementUnits.js",
|
package/core/locales/de.po
CHANGED
|
@@ -12,8 +12,8 @@ msgstr ""
|
|
|
12
12
|
"X-Crowdin-Project: c8y-cumulocity-ui\n"
|
|
13
13
|
"X-Crowdin-Project-ID: 741359\n"
|
|
14
14
|
"X-Crowdin-Language: de\n"
|
|
15
|
-
"X-Crowdin-File: /
|
|
16
|
-
"X-Crowdin-File-ID:
|
|
15
|
+
"X-Crowdin-File: /develop/locales.pot\n"
|
|
16
|
+
"X-Crowdin-File-ID: 30\n"
|
|
17
17
|
|
|
18
18
|
msgid "\"Proof of possession\" is a security method used to prove that whoever sends a message is also in the possession of the particular cryptographic key."
|
|
19
19
|
msgstr "Der \"Besitznachweis\" ist eine Sicherheitsmethode, mit der nachgewiesen werden kann, dass derjenige, der eine Nachricht sendet, auch im Besitz des jeweiligen kryptografischen Schlüssels ist."
|
|
@@ -860,7 +860,7 @@ msgid "Activate support user access"
|
|
|
860
860
|
msgstr "Supportbenutzerzugriff aktivieren"
|
|
861
861
|
|
|
862
862
|
msgid "Activate`tenant`"
|
|
863
|
-
msgstr "
|
|
863
|
+
msgstr "Einschalten"
|
|
864
864
|
|
|
865
865
|
msgid "Activated In HLR"
|
|
866
866
|
msgstr "Aktiviert in HLR"
|
|
@@ -989,7 +989,7 @@ msgid "Add a new software by clicking below."
|
|
|
989
989
|
msgstr "Fügen Sie eine neue Software hinzu, indem Sie unten klicken."
|
|
990
990
|
|
|
991
991
|
msgid "Add a new tenant property in Properties library."
|
|
992
|
-
msgstr "
|
|
992
|
+
msgstr "Fügen Sie eine neue Mandanteneigenschaft zur Eigenschaftsbibliothek hinzu."
|
|
993
993
|
|
|
994
994
|
msgid "Add a new version by clicking below."
|
|
995
995
|
msgstr "Fügen Sie eine neue Version hinzu, indem Sie unten klicken."
|
|
@@ -1220,7 +1220,7 @@ msgid "Add next`IMEI`"
|
|
|
1220
1220
|
msgstr "Nächste hinzufügen"
|
|
1221
1221
|
|
|
1222
1222
|
msgid "Add next`custom status`"
|
|
1223
|
-
msgstr "
|
|
1223
|
+
msgstr "Nächste hinzufügen"
|
|
1224
1224
|
|
|
1225
1225
|
msgid "Add next`description`"
|
|
1226
1226
|
msgstr "Nächste hinzufügen"
|
|
@@ -1232,10 +1232,10 @@ msgid "Add next`identifier`"
|
|
|
1232
1232
|
msgstr "Nächste hinzufügen"
|
|
1233
1233
|
|
|
1234
1234
|
msgid "Add next`model`"
|
|
1235
|
-
msgstr "
|
|
1235
|
+
msgstr "Nächste hinzufügen"
|
|
1236
1236
|
|
|
1237
1237
|
msgid "Add next`name`"
|
|
1238
|
-
msgstr "
|
|
1238
|
+
msgstr "Nächste hinzufügen"
|
|
1239
1239
|
|
|
1240
1240
|
msgid "Add next`serial number`"
|
|
1241
1241
|
msgstr "Nächste hinzufügen"
|
|
@@ -1244,16 +1244,16 @@ msgid "Add next`tag`"
|
|
|
1244
1244
|
msgstr "Nächste hinzufügen"
|
|
1245
1245
|
|
|
1246
1246
|
msgid "Add next`target asset model`"
|
|
1247
|
-
msgstr "
|
|
1247
|
+
msgstr "Nächste hinzufügen"
|
|
1248
1248
|
|
|
1249
1249
|
msgid "Add next`title`"
|
|
1250
1250
|
msgstr "Nächste hinzufügen"
|
|
1251
1251
|
|
|
1252
1252
|
msgid "Add next`type`"
|
|
1253
|
-
msgstr "
|
|
1253
|
+
msgstr "Nächste hinzufügen"
|
|
1254
1254
|
|
|
1255
1255
|
msgid "Add next`value`"
|
|
1256
|
-
msgstr "
|
|
1256
|
+
msgstr "Nächste hinzufügen"
|
|
1257
1257
|
|
|
1258
1258
|
msgid "Add node IDs to be scanned in the address space of the OPC UA server"
|
|
1259
1259
|
msgstr "Zu scannende Knoten-IDs im Adressraum des OPC UA Servers hinzufügen"
|
|
@@ -1624,7 +1624,7 @@ msgid "Alarm mapping"
|
|
|
1624
1624
|
msgstr "Alarmregeln"
|
|
1625
1625
|
|
|
1626
1626
|
msgid "Alarm mappings automatically transform the description and severity based on alarm type matching. Alarm types are a defined property of each alarm created on the platform."
|
|
1627
|
-
msgstr "Alarmregeln ändern automatisch die Beschreibung und den Schweregrad von Alarmen eines bestimmten Typs. Jedem Alarm ist ein Typ über
|
|
1627
|
+
msgstr "Alarmregeln ändern automatisch die Beschreibung und den Schweregrad von Alarmen eines bestimmten Typs. Jedem Alarm ist ein Typ über sein \"type\"-Attribut zugeordnet."
|
|
1628
1628
|
|
|
1629
1629
|
msgid "Alarm mask"
|
|
1630
1630
|
msgstr "Alarmmaske"
|
|
@@ -2105,7 +2105,7 @@ msgid "Applied to"
|
|
|
2105
2105
|
msgstr "Anwenden auf"
|
|
2106
2106
|
|
|
2107
2107
|
msgid "Applied to`Applications a branding applies to (table column header)`"
|
|
2108
|
-
msgstr "
|
|
2108
|
+
msgstr "Anwenden auf"
|
|
2109
2109
|
|
|
2110
2110
|
msgid "Apply"
|
|
2111
2111
|
msgstr "Anwenden"
|
|
@@ -2959,7 +2959,7 @@ msgid "CLEARED"
|
|
|
2959
2959
|
msgstr "GELÖSCHT"
|
|
2960
2960
|
|
|
2961
2961
|
msgid "CLEARED`alarm`"
|
|
2962
|
-
msgstr "
|
|
2962
|
+
msgstr "GELÖSCHT"
|
|
2963
2963
|
|
|
2964
2964
|
msgid "CLEARED`alarm`: was active for {{alarmDuration}}"
|
|
2965
2965
|
msgstr "AUFGEHOBEN: war für {{alarmDuration}} aktiv"
|
|
@@ -3533,13 +3533,13 @@ msgid "Clear`alarm`"
|
|
|
3533
3533
|
msgstr "Aufheben"
|
|
3534
3534
|
|
|
3535
3535
|
msgid "Clear`changes`"
|
|
3536
|
-
msgstr "
|
|
3536
|
+
msgstr "Aufheben"
|
|
3537
3537
|
|
|
3538
3538
|
msgid "Clear`filters`"
|
|
3539
3539
|
msgstr "Aufheben"
|
|
3540
3540
|
|
|
3541
3541
|
msgid "Clear`input`"
|
|
3542
|
-
msgstr "
|
|
3542
|
+
msgstr "Aufheben"
|
|
3543
3543
|
|
|
3544
3544
|
msgid "Clear`selection`"
|
|
3545
3545
|
msgstr "Aufheben"
|
|
@@ -3775,6 +3775,9 @@ msgstr "Spalte"
|
|
|
3775
3775
|
msgid "Column header"
|
|
3776
3776
|
msgstr "Spaltenkopfzeile"
|
|
3777
3777
|
|
|
3778
|
+
msgid "Columns"
|
|
3779
|
+
msgstr "Spalten"
|
|
3780
|
+
|
|
3778
3781
|
msgid "Columns (drag to reorder)"
|
|
3779
3782
|
msgstr "Spalten (zum Neuanordnen ziehen)"
|
|
3780
3783
|
|
|
@@ -3842,7 +3845,7 @@ msgid "Complete specifications:"
|
|
|
3842
3845
|
msgstr "Vollständige Spezifikationen:"
|
|
3843
3846
|
|
|
3844
3847
|
msgid "Complete`proof of possession`"
|
|
3845
|
-
msgstr "
|
|
3848
|
+
msgstr "Beenden"
|
|
3846
3849
|
|
|
3847
3850
|
msgid "Completed"
|
|
3848
3851
|
msgstr "Abgeschlossen"
|
|
@@ -4287,6 +4290,9 @@ msgstr "Vertrag"
|
|
|
4287
4290
|
msgid "Control"
|
|
4288
4291
|
msgstr "Steuerung"
|
|
4289
4292
|
|
|
4293
|
+
msgid "Control the number of columns and rows. Optionally scale row height to fit the viewport."
|
|
4294
|
+
msgstr "Steuerung der Anzahl der Spalten und Zeilen. Optionale Anpassung der Zeilenhöhe an den Anzeigebereich."
|
|
4295
|
+
|
|
4290
4296
|
msgid "Controls access as a support user."
|
|
4291
4297
|
msgstr "Steuert den Zugriff als Supportbenutzer."
|
|
4292
4298
|
|
|
@@ -4311,6 +4317,9 @@ msgstr "Steuert den Zugriff auf Objekte in den Stammdaten."
|
|
|
4311
4317
|
msgid "Controls access to measurements."
|
|
4312
4318
|
msgstr "Steuert den Zugriff auf Messwerte."
|
|
4313
4319
|
|
|
4320
|
+
msgid "Controls how many columns the grid is divided into. More columns allow finer control over widget width and placement."
|
|
4321
|
+
msgstr "Steuerung: Legt fest, in wie viele Spalten das Raster unterteilt ist. Je mehr Spalten vorhanden sind, desto genauer lassen sich die Breite und die Platzierung der Widgets steuern."
|
|
4322
|
+
|
|
4314
4323
|
msgid "Cookie banner"
|
|
4315
4324
|
msgstr "Cookie-Banner"
|
|
4316
4325
|
|
|
@@ -5506,6 +5515,9 @@ msgstr "Definieren Sie, wie der Wert transformiert werden soll, bevor er in der
|
|
|
5506
5515
|
msgid "Define which are the enabled features in the current application."
|
|
5507
5516
|
msgstr "Legen Sie fest, welche Funktionen in der aktuellen Anwendung aktiviert sind."
|
|
5508
5517
|
|
|
5518
|
+
msgid "Defines how many rows divide the viewport height. More rows allow finer control over widget height. Also enables the height preset menu on each widget."
|
|
5519
|
+
msgstr "Legt fest, in wie viele Zeilen die Höhe des Ansichtsbereichs unterteilt wird. Je mehr Zeilen, desto genauer lässt sich die Höhe der Widgets steuern. Außerdem wird dadurch das Menü mit den Höhenvoreinstellungen für jedes Widget eingeschaltet."
|
|
5520
|
+
|
|
5509
5521
|
msgid "Defines which authentication method is used with the provider"
|
|
5510
5522
|
msgstr "Definiert, welche Authentifizierungsmethode mit dem Anbieter verwendet wird"
|
|
5511
5523
|
|
|
@@ -6103,7 +6115,7 @@ msgid "Device {{id}}"
|
|
|
6103
6115
|
msgstr "Gerät {{id}}"
|
|
6104
6116
|
|
|
6105
6117
|
msgid "Device's name or value of any device's property"
|
|
6106
|
-
msgstr "Name oder anderer
|
|
6118
|
+
msgstr "Name oder anderer Attributwert des Geräts"
|
|
6107
6119
|
|
|
6108
6120
|
msgid "Device-supported configurations"
|
|
6109
6121
|
msgstr "Geräteunterstützte Konfigurationen"
|
|
@@ -6193,13 +6205,13 @@ msgid "Disabled`auto registration`"
|
|
|
6193
6205
|
msgstr "Ausgeschaltet"
|
|
6194
6206
|
|
|
6195
6207
|
msgid "Disabled`rule`"
|
|
6196
|
-
msgstr "
|
|
6208
|
+
msgstr "Ausgeschaltet"
|
|
6197
6209
|
|
|
6198
6210
|
msgid "Disabled`trusted certificate status`"
|
|
6199
|
-
msgstr "
|
|
6211
|
+
msgstr "Ausgeschaltet"
|
|
6200
6212
|
|
|
6201
6213
|
msgid "Disabled`typed dashboard`"
|
|
6202
|
-
msgstr "
|
|
6214
|
+
msgstr "Ausgeschaltet"
|
|
6203
6215
|
|
|
6204
6216
|
msgid "Discard"
|
|
6205
6217
|
msgstr "Verwerfen"
|
|
@@ -6377,9 +6389,6 @@ msgstr "Zeigt die Schaltfläche neben Zielgeräten mit Kindgeräten an. Wenn Sie
|
|
|
6377
6389
|
msgid "Displays the last measurement value of a device."
|
|
6378
6390
|
msgstr "Zeigt den letzten Messwert eines Geräts an."
|
|
6379
6391
|
|
|
6380
|
-
msgid "Displays the list of events for selected device."
|
|
6381
|
-
msgstr "Zeigt Ereignisse für ausgewähltes Gerät an."
|
|
6382
|
-
|
|
6383
6392
|
msgid "Displays the list of links to available applications."
|
|
6384
6393
|
msgstr "Zeigt Links zu verfügbaren Anwendungen."
|
|
6385
6394
|
|
|
@@ -6914,13 +6923,13 @@ msgid "Enabled`auto registration`"
|
|
|
6914
6923
|
msgstr "Eingeschaltet"
|
|
6915
6924
|
|
|
6916
6925
|
msgid "Enabled`rule`"
|
|
6917
|
-
msgstr "
|
|
6926
|
+
msgstr "Eingeschaltet"
|
|
6918
6927
|
|
|
6919
6928
|
msgid "Enabled`trusted certificate status`"
|
|
6920
|
-
msgstr "
|
|
6929
|
+
msgstr "Eingeschaltet"
|
|
6921
6930
|
|
|
6922
6931
|
msgid "Enabled`typed dashboard`"
|
|
6923
|
-
msgstr "
|
|
6932
|
+
msgstr "Eingeschaltet"
|
|
6924
6933
|
|
|
6925
6934
|
msgid "Enables administrative permissions. The first user created for the tenant receives this role."
|
|
6926
6935
|
msgstr "Ermöglicht administrative Berechtigungen. Der erste Benutzer, der für den Mandanten angelegt wird, erhält diese Rolle."
|
|
@@ -8036,6 +8045,9 @@ msgstr "Zuerst müssen Sie das entsprechende Zertifikat hochladen, indem Sie auf
|
|
|
8036
8045
|
msgid "First`page`"
|
|
8037
8046
|
msgstr "Zum Anfang"
|
|
8038
8047
|
|
|
8048
|
+
msgid "Fit rows to viewport"
|
|
8049
|
+
msgstr "Zeilen an den Ansichtsbereich anpassen"
|
|
8050
|
+
|
|
8039
8051
|
msgid "Fit to assets bounds"
|
|
8040
8052
|
msgstr "An Asset-Grenzen anpassen"
|
|
8041
8053
|
|
|
@@ -8191,6 +8203,9 @@ msgstr "Zu kopierende Fragmente"
|
|
|
8191
8203
|
msgid "Fragments to filter"
|
|
8192
8204
|
msgstr "Zu filternde Fragmente"
|
|
8193
8205
|
|
|
8206
|
+
msgid "Free positioning"
|
|
8207
|
+
msgstr "Freie Positionierung"
|
|
8208
|
+
|
|
8194
8209
|
msgid "Frequency"
|
|
8195
8210
|
msgstr "Häufigkeit"
|
|
8196
8211
|
|
|
@@ -10756,9 +10771,6 @@ msgstr "Minütliche Aggregation"
|
|
|
10756
10771
|
msgid "Minutes"
|
|
10757
10772
|
msgstr "Minuten"
|
|
10758
10773
|
|
|
10759
|
-
msgid "Misc"
|
|
10760
|
-
msgstr "Sonstiges"
|
|
10761
|
-
|
|
10762
10774
|
msgid "Missing measurements of type: #{type}"
|
|
10763
10775
|
msgstr "Fehlende Messwerte vom Typ #{type}"
|
|
10764
10776
|
|
|
@@ -11172,7 +11184,7 @@ msgid "Next page"
|
|
|
11172
11184
|
msgstr "Nächste Seite"
|
|
11173
11185
|
|
|
11174
11186
|
msgid "Next`page`"
|
|
11175
|
-
msgstr "
|
|
11187
|
+
msgstr "Weiter"
|
|
11176
11188
|
|
|
11177
11189
|
msgid "No"
|
|
11178
11190
|
msgstr "Nein"
|
|
@@ -12580,6 +12592,9 @@ msgstr "Reihenfolge"
|
|
|
12580
12592
|
msgid "Ordered"
|
|
12581
12593
|
msgstr "Angefordert"
|
|
12582
12594
|
|
|
12595
|
+
msgid "Orientation"
|
|
12596
|
+
msgstr "Einführung"
|
|
12597
|
+
|
|
12583
12598
|
msgid "Original source"
|
|
12584
12599
|
msgstr "Originalquelle"
|
|
12585
12600
|
|
|
@@ -13488,7 +13503,7 @@ msgid "REST API custom fields"
|
|
|
13488
13503
|
msgstr "Benutzerdefinierte REST API-Felder"
|
|
13489
13504
|
|
|
13490
13505
|
msgid "RESTART`verb, action` {{service}}"
|
|
13491
|
-
msgstr "
|
|
13506
|
+
msgstr "{{service}} NEUSTARTEN"
|
|
13492
13507
|
|
|
13493
13508
|
msgid "RETIRED"
|
|
13494
13509
|
msgstr "AUSGELAUFEN"
|
|
@@ -13644,7 +13659,7 @@ msgid "Reasoning for message number {{ number }}"
|
|
|
13644
13659
|
msgstr "Schlussfolgerung für Nachrichtennummer {{ number }}"
|
|
13645
13660
|
|
|
13646
13661
|
msgid "Reboot"
|
|
13647
|
-
msgstr "
|
|
13662
|
+
msgstr "Neu starten"
|
|
13648
13663
|
|
|
13649
13664
|
msgid "Reboot device"
|
|
13650
13665
|
msgstr "Gerät neustarten"
|
|
@@ -13965,19 +13980,19 @@ msgid "Remove widget"
|
|
|
13965
13980
|
msgstr "Widget entfernen"
|
|
13966
13981
|
|
|
13967
13982
|
msgid "Remove`column,verb`"
|
|
13968
|
-
msgstr "
|
|
13983
|
+
msgstr "Löschen"
|
|
13969
13984
|
|
|
13970
13985
|
msgid "Remove`configuration`"
|
|
13971
|
-
msgstr "
|
|
13986
|
+
msgstr "Löschen"
|
|
13972
13987
|
|
|
13973
13988
|
msgid "Remove`firmware`"
|
|
13974
|
-
msgstr "
|
|
13989
|
+
msgstr "Löschen"
|
|
13975
13990
|
|
|
13976
13991
|
msgid "Remove`software,verb`"
|
|
13977
|
-
msgstr "
|
|
13992
|
+
msgstr "Löschen"
|
|
13978
13993
|
|
|
13979
13994
|
msgid "Remove`software`"
|
|
13980
|
-
msgstr "
|
|
13995
|
+
msgstr "Löschen"
|
|
13981
13996
|
|
|
13982
13997
|
msgid "Removed child device \"{{name}}\" (ID: {{id}})."
|
|
13983
13998
|
msgstr "Kindgerät \"{{name}}\" (ID: {{id}}) entfernt."
|
|
@@ -14201,6 +14216,9 @@ msgstr "Antwort-Template gespeichert."
|
|
|
14201
14216
|
msgid "Responses"
|
|
14202
14217
|
msgstr "Antworten"
|
|
14203
14218
|
|
|
14219
|
+
msgid "Responsive"
|
|
14220
|
+
msgstr "Responsive"
|
|
14221
|
+
|
|
14204
14222
|
msgid "Restart"
|
|
14205
14223
|
msgstr "Neustart"
|
|
14206
14224
|
|
|
@@ -14219,6 +14237,9 @@ msgstr "Neustarts"
|
|
|
14219
14237
|
msgid "Restore"
|
|
14220
14238
|
msgstr "Wiederherstellen"
|
|
14221
14239
|
|
|
14240
|
+
msgid "Restore description from manifest"
|
|
14241
|
+
msgstr "Beschreibung aus dem Manifest wiederherstellen"
|
|
14242
|
+
|
|
14222
14243
|
msgid "Restore the dashboard to this status"
|
|
14223
14244
|
msgstr "Das Dashboard in diesem Zustand wiederherstellen"
|
|
14224
14245
|
|
|
@@ -14345,6 +14366,12 @@ msgstr "Rotations-Widget"
|
|
|
14345
14366
|
msgid "Row"
|
|
14346
14367
|
msgstr "Zeile"
|
|
14347
14368
|
|
|
14369
|
+
msgid "Row height scales so all rows fill the screen. Enables percentage-based widget heights."
|
|
14370
|
+
msgstr "Die Zeilenhöhe wird so angepasst, dass alle Zeilen den Bildschirm ausfüllen. Schaltet prozentuale Widget-Höhen ein."
|
|
14371
|
+
|
|
14372
|
+
msgid "Rows"
|
|
14373
|
+
msgstr "Zeilen"
|
|
14374
|
+
|
|
14348
14375
|
msgid "Rule"
|
|
14349
14376
|
msgstr "Regel"
|
|
14350
14377
|
|
|
@@ -15149,6 +15176,9 @@ msgstr "Wählen Sie aus, welche Knoten auf der obersten Ebene des Navigationsmen
|
|
|
15149
15176
|
msgid "Select widget"
|
|
15150
15177
|
msgstr "Widget auswählen"
|
|
15151
15178
|
|
|
15179
|
+
msgid "Select widget size by width and height"
|
|
15180
|
+
msgstr "Auswählen der Widget-Größe anhand von Breite und Höhe"
|
|
15181
|
+
|
|
15152
15182
|
msgid "Select your option"
|
|
15153
15183
|
msgstr "Wählen Sie Ihre Option"
|
|
15154
15184
|
|
|
@@ -15816,6 +15846,9 @@ msgstr "Modus der seriellen Schnittstelle setzen"
|
|
|
15816
15846
|
msgid "Set server URL (https:// or mqtts://)"
|
|
15817
15847
|
msgstr "Server-URL setzen (https:// oder mqtts://)"
|
|
15818
15848
|
|
|
15849
|
+
msgid "Set size"
|
|
15850
|
+
msgstr "Größe festlegen"
|
|
15851
|
+
|
|
15819
15852
|
msgid "Set software list"
|
|
15820
15853
|
msgstr "Softwareliste aktualisieren"
|
|
15821
15854
|
|
|
@@ -16049,7 +16082,7 @@ msgid "Show icon when triggered"
|
|
|
16049
16082
|
msgstr "Symbol bei Auslösung anzeigen"
|
|
16050
16083
|
|
|
16051
16084
|
msgid "Show icon when triggered`When alarms and events occur the icon will be shown`"
|
|
16052
|
-
msgstr "Symbol
|
|
16085
|
+
msgstr "Symbol bei Auslösung anzeigen"
|
|
16053
16086
|
|
|
16054
16087
|
msgid "Show in dropdown as list"
|
|
16055
16088
|
msgstr "Im Dropdown-Menü als Liste anzeigen"
|
|
@@ -16242,9 +16275,6 @@ msgstr "Signierter Verifizierungscode überprüft."
|
|
|
16242
16275
|
msgid "Silo"
|
|
16243
16276
|
msgstr "Silo"
|
|
16244
16277
|
|
|
16245
|
-
msgid "Silo widget"
|
|
16246
|
-
msgstr "Silo-Widget"
|
|
16247
|
-
|
|
16248
16278
|
msgid "Simple bulk registration - template.csv"
|
|
16249
16279
|
msgstr "Einfache Bulk-Registrierung - Template.csv"
|
|
16250
16280
|
|
|
@@ -16466,10 +16496,10 @@ msgid "Some of the user settings are not editable here because they are managed
|
|
|
16466
16496
|
msgstr "Einige der Benutzereinstellungen sind an dieser Stelle nicht editierbar, da sie über Ihren\n"
|
|
16467
16497
|
" Autorisierungsserver verwaltet werden."
|
|
16468
16498
|
|
|
16469
|
-
msgid "Some plugins are not contained in the new version of this blueprint and will therefore
|
|
16470
|
-
"
|
|
16499
|
+
msgid "Some plugins are not contained in the new version of this blueprint and will therefore\n"
|
|
16500
|
+
" get removed."
|
|
16471
16501
|
msgstr "Einige Plugins sind in der neuen Version dieser Vorlage nicht enthalten und werden daher\n"
|
|
16472
|
-
"
|
|
16502
|
+
" entfernt."
|
|
16473
16503
|
|
|
16474
16504
|
msgid "Some users might not be shown. Try narrowing search criteria."
|
|
16475
16505
|
msgstr "Einige Benutzer werden möglicherweise nicht angezeigt. Grenzen Sie die Suchkriterien weiter ein."
|
|
@@ -16705,7 +16735,7 @@ msgid "Subject used for all password reset related emails"
|
|
|
16705
16735
|
msgstr "Betreff, der für alle E-Mails zum Thema Passwort-Zurücksetzen verwendet wird"
|
|
16706
16736
|
|
|
16707
16737
|
msgid "Subject`of a certificate`"
|
|
16708
|
-
msgstr "
|
|
16738
|
+
msgstr "Betreff"
|
|
16709
16739
|
|
|
16710
16740
|
msgid "Submit"
|
|
16711
16741
|
msgstr "Senden"
|
|
@@ -17297,8 +17327,10 @@ msgid "The advanced developer mode is enabled for this widget allowing to build
|
|
|
17297
17327
|
" Components."
|
|
17298
17328
|
msgstr "Der erweiterte Entwicklermodus ist für dieses Widget eingeschaltet, wodurch umfangreiche Web-Komponenten erstellt werden können."
|
|
17299
17329
|
|
|
17300
|
-
msgid "The application is overwritten by a custom application sharing the same
|
|
17301
|
-
|
|
17330
|
+
msgid "The application is overwritten by a custom application sharing the same\n"
|
|
17331
|
+
" path"
|
|
17332
|
+
msgstr "Die Anwendung wird von einer benutzerdefinierten Anwendung überschrieben, die denselben\n"
|
|
17333
|
+
" Pfad verwendet"
|
|
17302
17334
|
|
|
17303
17335
|
msgid "The application requested data your user does not have access to. Please check the user menu for more details"
|
|
17304
17336
|
msgstr "Die Anwendung fragt Daten an, auf die Ihr Benutzer keinen Zugriff hat. Bitte sehen Sie im Benutzermenü für zusätzliche Informationen nach."
|
|
@@ -17443,8 +17475,8 @@ msgstr "Der folgende Fehler ist aufgetreten:"
|
|
|
17443
17475
|
msgid "The following operations are supported:"
|
|
17444
17476
|
msgstr "Folgende Operationen werden unterstützt:"
|
|
17445
17477
|
|
|
17446
|
-
msgid "The following placeholders are available: ${value}`KEEP_ORIGINAL`, ${receivedTimestampInMs}`KEEP_ORIGINAL`, ${serverId}`KEEP_ORIGINAL`, ${nodeId}`KEEP_ORIGINAL`, ${deviceId}`KEEP_ORIGINAL`."
|
|
17447
|
-
msgstr "Die folgenden Platzhalter
|
|
17478
|
+
msgid "The following placeholders are available: ${value}`KEEP_ORIGINAL`, ${valueAsText}`KEEP_ORIGINAL`, ${receivedTimestampInMs}`KEEP_ORIGINAL`, ${serverId}`KEEP_ORIGINAL`, ${nodeId}`KEEP_ORIGINAL`, ${deviceId}`KEEP_ORIGINAL`."
|
|
17479
|
+
msgstr "Die folgenden Platzhalter stehen zur Verfügung: ${value}, ${valueAsText}, ${receivedTimestampInMs}, ${serverId}, ${nodeId}, ${deviceId}."
|
|
17448
17480
|
|
|
17449
17481
|
msgid "The gauge data point has no min/max range configured. The gauge bar will not display correctly."
|
|
17450
17482
|
msgstr "Für den Datenpunkt der Anzeige wurde kein Min-/Max-Bereich konfiguriert. Der Messbalken wird nicht korrekt angezeigt."
|
|
@@ -17671,6 +17703,9 @@ msgstr "Der Schwellenwert darf nicht kleiner als 1% sein."
|
|
|
17671
17703
|
msgid "The time context can be configured in the widget view mode."
|
|
17672
17704
|
msgstr "Der Zeitkontext kann im Ansichtsmodus des Widgets konfiguriert werden."
|
|
17673
17705
|
|
|
17706
|
+
msgid "The time context can only get changed in the configuration."
|
|
17707
|
+
msgstr "Der Zeitkontext kann nur in der Konfiguration geändert werden."
|
|
17708
|
+
|
|
17674
17709
|
msgid "The update method is determined by the widget type. Some widgets support real-time updates via WebSocket connection, while others use periodic refreshes."
|
|
17675
17710
|
msgstr "Die Aktualisierungsmethode hängt vom Widget-Typ ab. Einige Widgets unterstützen Echtzeit-Aktualisierungen über eine WebSocket-Verbindung, während andere periodische Aktualisierungen verwenden."
|
|
17676
17711
|
|
|
@@ -18132,7 +18167,7 @@ msgid "To`date`"
|
|
|
18132
18167
|
msgstr "Bis"
|
|
18133
18168
|
|
|
18134
18169
|
msgid "To`new-value`"
|
|
18135
|
-
msgstr "
|
|
18170
|
+
msgstr "Bis"
|
|
18136
18171
|
|
|
18137
18172
|
msgid "Toggle"
|
|
18138
18173
|
msgstr "Umschalten"
|
|
@@ -18296,9 +18331,6 @@ msgstr "TransMode"
|
|
|
18296
18331
|
msgid "Translate dashboard title if possible"
|
|
18297
18332
|
msgstr "Dashboard-Titel, wenn möglich, übersetzen"
|
|
18298
18333
|
|
|
18299
|
-
msgid "Translate if possible"
|
|
18300
|
-
msgstr "Wenn möglich übersetzen"
|
|
18301
|
-
|
|
18302
18334
|
msgid "Translate labels if possible"
|
|
18303
18335
|
msgstr "Beschriftungen nach Möglichkeit übersetzen"
|
|
18304
18336
|
|
|
@@ -18567,10 +18599,10 @@ msgid "Undefined"
|
|
|
18567
18599
|
msgstr "Undefiniert"
|
|
18568
18600
|
|
|
18569
18601
|
msgid "Undefined`device type`"
|
|
18570
|
-
msgstr "
|
|
18602
|
+
msgstr "Undefiniert"
|
|
18571
18603
|
|
|
18572
18604
|
msgid "Undefined`software type`"
|
|
18573
|
-
msgstr "
|
|
18605
|
+
msgstr "Undefiniert"
|
|
18574
18606
|
|
|
18575
18607
|
msgid "Undefined`type`"
|
|
18576
18608
|
msgstr "Undefiniert"
|
|
@@ -19441,7 +19473,7 @@ msgid "Waiting for connection"
|
|
|
19441
19473
|
msgstr "Wartet auf Verbindung"
|
|
19442
19474
|
|
|
19443
19475
|
msgid "Waiting for connection`data broker subscription`"
|
|
19444
|
-
msgstr "
|
|
19476
|
+
msgstr "Wartet auf Verbindung"
|
|
19445
19477
|
|
|
19446
19478
|
msgid "Waiting for data subscription setup to complete…"
|
|
19447
19479
|
msgstr "Wartet auf die Einrichtung des Datenabonnements…"
|
|
@@ -19450,7 +19482,7 @@ msgid "Waiting for measurements to be created."
|
|
|
19450
19482
|
msgstr "Wartet auf die Erstellung der Messwerte."
|
|
19451
19483
|
|
|
19452
19484
|
msgid "Waiting`data broker subscription`"
|
|
19453
|
-
msgstr "
|
|
19485
|
+
msgstr "Wartet"
|
|
19454
19486
|
|
|
19455
19487
|
msgid "Warning"
|
|
19456
19488
|
msgstr "Warnung"
|
|
@@ -19612,12 +19644,12 @@ msgstr "Dieses Widget zeigt den Verbindungsstatus eines Geräts an."
|
|
|
19612
19644
|
msgid "Widget for switching relay"
|
|
19613
19645
|
msgstr "Widget zum Schalten eines Relais"
|
|
19614
19646
|
|
|
19647
|
+
msgid "Widget gap"
|
|
19648
|
+
msgstr "Widget-Abstand"
|
|
19649
|
+
|
|
19615
19650
|
msgid "Widget header style"
|
|
19616
19651
|
msgstr "Widget-Header-Stil"
|
|
19617
19652
|
|
|
19618
|
-
msgid "Widget margin"
|
|
19619
|
-
msgstr "Widget-Rand"
|
|
19620
|
-
|
|
19621
19653
|
msgid "Widget removed"
|
|
19622
19654
|
msgstr "Widget entfernt"
|
|
19623
19655
|
|
|
@@ -19633,6 +19665,12 @@ msgstr "Widget-Titel"
|
|
|
19633
19665
|
msgid "Widgets rearranged"
|
|
19634
19666
|
msgstr "Widgets neu geordnet"
|
|
19635
19667
|
|
|
19668
|
+
msgid "Widgets snap to a fixed grid. Resize and reposition them freely."
|
|
19669
|
+
msgstr "Widgets richten sich an einem festen Raster aus. Sie können ihre Größe beliebig anpassen und sie frei verschieben."
|
|
19670
|
+
|
|
19671
|
+
msgid "Widgets stay where placed. Empty space is not filled automatically."
|
|
19672
|
+
msgstr "Widgets bleiben an der Stelle, an der sie platziert wurden. Leere Stellen werden nicht automatisch ausgefüllt."
|
|
19673
|
+
|
|
19636
19674
|
msgid "Widgets: Alarm list"
|
|
19637
19675
|
msgstr "Widgets: Liste der Alarme"
|
|
19638
19676
|
|
|
@@ -19705,15 +19743,21 @@ msgstr "Widgets: Drehung"
|
|
|
19705
19743
|
msgid "Widgets: SCADA"
|
|
19706
19744
|
msgstr "Widgets: SCADA"
|
|
19707
19745
|
|
|
19708
|
-
msgid "Widgets: Silo"
|
|
19709
|
-
msgstr "Widgets: Silo"
|
|
19710
|
-
|
|
19711
19746
|
msgid "Widgets: Welcome to Cockpit"
|
|
19712
19747
|
msgstr "Widgets: Cockpit-Startseite"
|
|
19713
19748
|
|
|
19714
19749
|
msgid "Widgets: Welcome to Device Management"
|
|
19715
19750
|
msgstr "Widgets: Startseite Device Management"
|
|
19716
19751
|
|
|
19752
|
+
msgid "Width"
|
|
19753
|
+
msgstr "Breite"
|
|
19754
|
+
|
|
19755
|
+
msgid "Width / Height"
|
|
19756
|
+
msgstr "Breite / Höhe"
|
|
19757
|
+
|
|
19758
|
+
msgid "Width presets"
|
|
19759
|
+
msgstr "Breitenvoreinstellungen"
|
|
19760
|
+
|
|
19717
19761
|
msgid "Will make this entry available to all users on the tenant if checked."
|
|
19718
19762
|
msgstr "Wenn ausgewählt, wird dieser Eintrag allen Benutzern in diesem Mandanten bereit gestellt."
|
|
19719
19763
|
|
|
@@ -20372,6 +20416,9 @@ msgstr "Nach {{date}}"
|
|
|
20372
20416
|
msgid "aggregation"
|
|
20373
20417
|
msgstr "Aggregation"
|
|
20374
20418
|
|
|
20419
|
+
msgid "align view height"
|
|
20420
|
+
msgstr "Ansichts-Höhe ausrichten"
|
|
20421
|
+
|
|
20375
20422
|
msgid "altitude"
|
|
20376
20423
|
msgstr "Höhe"
|
|
20377
20424
|
|
|
@@ -20492,6 +20539,9 @@ msgstr "coddisconnect"
|
|
|
20492
20539
|
msgid "coddisconnect (password protected)"
|
|
20493
20540
|
msgstr "coddisconnect (passwortgeschützt)"
|
|
20494
20541
|
|
|
20542
|
+
msgid "columns"
|
|
20543
|
+
msgstr "Spalten"
|
|
20544
|
+
|
|
20495
20545
|
msgid "comma - ,"
|
|
20496
20546
|
msgstr "Komma \",\""
|
|
20497
20547
|
|
|
@@ -20927,6 +20977,9 @@ msgstr "gefiltert nach \"{{ filterHint }}\""
|
|
|
20927
20977
|
msgid "fragment"
|
|
20928
20978
|
msgstr "Fragment"
|
|
20929
20979
|
|
|
20980
|
+
msgid "free positioning"
|
|
20981
|
+
msgstr "freie Positionierung"
|
|
20982
|
+
|
|
20930
20983
|
msgid "from: {{ date }}"
|
|
20931
20984
|
msgstr "vom: {{ date }}"
|
|
20932
20985
|
|
|
@@ -21047,6 +21100,9 @@ msgstr "Breitengrad"
|
|
|
21047
21100
|
msgid "lax`code sanitization`"
|
|
21048
21101
|
msgstr "schwach"
|
|
21049
21102
|
|
|
21103
|
+
msgid "layout"
|
|
21104
|
+
msgstr "Layout"
|
|
21105
|
+
|
|
21050
21106
|
msgid "leaving"
|
|
21051
21107
|
msgstr "Wird verlassen"
|
|
21052
21108
|
|
|
@@ -21228,6 +21284,9 @@ msgstr "Rollen {{list}} hinzugefügt"
|
|
|
21228
21284
|
msgid "roles {{list}} removed"
|
|
21229
21285
|
msgstr "Rollen {{list}} entfernt"
|
|
21230
21286
|
|
|
21287
|
+
msgid "rows"
|
|
21288
|
+
msgstr "Zeilen"
|
|
21289
|
+
|
|
21231
21290
|
msgid "search"
|
|
21232
21291
|
msgstr "durchsuchen"
|
|
21233
21292
|
|
|
@@ -21367,17 +21426,17 @@ msgstr "wartet"
|
|
|
21367
21426
|
msgid "weak"
|
|
21368
21427
|
msgstr "schwach"
|
|
21369
21428
|
|
|
21429
|
+
msgid "widget gap"
|
|
21430
|
+
msgstr "Widget-Abstand"
|
|
21431
|
+
|
|
21370
21432
|
msgid "widget header style"
|
|
21371
21433
|
msgstr "Stil der Widget-Kopfzeile"
|
|
21372
21434
|
|
|
21373
|
-
msgid "widget margin"
|
|
21374
|
-
msgstr "Widget-Rand"
|
|
21375
|
-
|
|
21376
21435
|
msgid "widgets"
|
|
21377
21436
|
msgstr "Widgets"
|
|
21378
21437
|
|
|
21379
21438
|
msgid "x509"
|
|
21380
|
-
msgstr "
|
|
21439
|
+
msgstr "x509"
|
|
21381
21440
|
|
|
21382
21441
|
msgid "yellow"
|
|
21383
21442
|
msgstr "gelb"
|