@c8y/ng1-modules 1023.97.8 → 1024.1.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/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 +90 -28
- package/core/locales/es.po +90 -29
- package/core/locales/fr.po +91 -29
- package/core/locales/ja_JP.po +89 -29
- package/core/locales/ko.po +91 -29
- package/core/locales/nl.po +91 -29
- package/core/locales/pl.po +91 -29
- package/core/locales/pt_BR.po +91 -29
- package/core/locales/zh_CN.po +90 -29
- package/core/locales/zh_TW.po +91 -29
- 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
|
@@ -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
|
|
|
@@ -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
|
|
|
@@ -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
|
|
|
@@ -6731,6 +6740,9 @@ msgstr "Globale Smart Rule bearbeiten"
|
|
|
6731
6740
|
msgid "Edit holding register: \"{{name}}\""
|
|
6732
6741
|
msgstr "Halteregister \"{{name}}\" bearbeiten"
|
|
6733
6742
|
|
|
6743
|
+
msgid "Edit in repository"
|
|
6744
|
+
msgstr "Im RepositoryBearbeiten"
|
|
6745
|
+
|
|
6734
6746
|
msgid "Edit inline"
|
|
6735
6747
|
msgstr "Inline bearbeiten"
|
|
6736
6748
|
|
|
@@ -8036,6 +8048,9 @@ msgstr "Zuerst müssen Sie das entsprechende Zertifikat hochladen, indem Sie auf
|
|
|
8036
8048
|
msgid "First`page`"
|
|
8037
8049
|
msgstr "Zum Anfang"
|
|
8038
8050
|
|
|
8051
|
+
msgid "Fit rows to viewport"
|
|
8052
|
+
msgstr "Zeilen an den Ansichtsbereich anpassen"
|
|
8053
|
+
|
|
8039
8054
|
msgid "Fit to assets bounds"
|
|
8040
8055
|
msgstr "An Asset-Grenzen anpassen"
|
|
8041
8056
|
|
|
@@ -8191,6 +8206,9 @@ msgstr "Zu kopierende Fragmente"
|
|
|
8191
8206
|
msgid "Fragments to filter"
|
|
8192
8207
|
msgstr "Zu filternde Fragmente"
|
|
8193
8208
|
|
|
8209
|
+
msgid "Free positioning"
|
|
8210
|
+
msgstr "Freie Positionierung"
|
|
8211
|
+
|
|
8194
8212
|
msgid "Frequency"
|
|
8195
8213
|
msgstr "Häufigkeit"
|
|
8196
8214
|
|
|
@@ -10756,9 +10774,6 @@ msgstr "Minütliche Aggregation"
|
|
|
10756
10774
|
msgid "Minutes"
|
|
10757
10775
|
msgstr "Minuten"
|
|
10758
10776
|
|
|
10759
|
-
msgid "Misc"
|
|
10760
|
-
msgstr "Sonstiges"
|
|
10761
|
-
|
|
10762
10777
|
msgid "Missing measurements of type: #{type}"
|
|
10763
10778
|
msgstr "Fehlende Messwerte vom Typ #{type}"
|
|
10764
10779
|
|
|
@@ -12580,6 +12595,9 @@ msgstr "Reihenfolge"
|
|
|
12580
12595
|
msgid "Ordered"
|
|
12581
12596
|
msgstr "Angefordert"
|
|
12582
12597
|
|
|
12598
|
+
msgid "Orientation"
|
|
12599
|
+
msgstr "Einführung"
|
|
12600
|
+
|
|
12583
12601
|
msgid "Original source"
|
|
12584
12602
|
msgstr "Originalquelle"
|
|
12585
12603
|
|
|
@@ -14201,6 +14219,9 @@ msgstr "Antwort-Template gespeichert."
|
|
|
14201
14219
|
msgid "Responses"
|
|
14202
14220
|
msgstr "Antworten"
|
|
14203
14221
|
|
|
14222
|
+
msgid "Responsive"
|
|
14223
|
+
msgstr "Responsive"
|
|
14224
|
+
|
|
14204
14225
|
msgid "Restart"
|
|
14205
14226
|
msgstr "Neustart"
|
|
14206
14227
|
|
|
@@ -14219,6 +14240,9 @@ msgstr "Neustarts"
|
|
|
14219
14240
|
msgid "Restore"
|
|
14220
14241
|
msgstr "Wiederherstellen"
|
|
14221
14242
|
|
|
14243
|
+
msgid "Restore description from manifest"
|
|
14244
|
+
msgstr "Beschreibung aus dem Manifest wiederherstellen"
|
|
14245
|
+
|
|
14222
14246
|
msgid "Restore the dashboard to this status"
|
|
14223
14247
|
msgstr "Das Dashboard in diesem Zustand wiederherstellen"
|
|
14224
14248
|
|
|
@@ -14345,6 +14369,12 @@ msgstr "Rotations-Widget"
|
|
|
14345
14369
|
msgid "Row"
|
|
14346
14370
|
msgstr "Zeile"
|
|
14347
14371
|
|
|
14372
|
+
msgid "Row height scales so all rows fill the screen. Enables percentage-based widget heights."
|
|
14373
|
+
msgstr "Die Zeilenhöhe wird so angepasst, dass alle Zeilen den Bildschirm ausfüllen. Schaltet prozentuale Widget-Höhen ein."
|
|
14374
|
+
|
|
14375
|
+
msgid "Rows"
|
|
14376
|
+
msgstr "Zeilen"
|
|
14377
|
+
|
|
14348
14378
|
msgid "Rule"
|
|
14349
14379
|
msgstr "Regel"
|
|
14350
14380
|
|
|
@@ -15149,6 +15179,9 @@ msgstr "Wählen Sie aus, welche Knoten auf der obersten Ebene des Navigationsmen
|
|
|
15149
15179
|
msgid "Select widget"
|
|
15150
15180
|
msgstr "Widget auswählen"
|
|
15151
15181
|
|
|
15182
|
+
msgid "Select widget size by width and height"
|
|
15183
|
+
msgstr "Auswählen der Widget-Größe anhand von Breite und Höhe"
|
|
15184
|
+
|
|
15152
15185
|
msgid "Select your option"
|
|
15153
15186
|
msgstr "Wählen Sie Ihre Option"
|
|
15154
15187
|
|
|
@@ -15816,6 +15849,9 @@ msgstr "Modus der seriellen Schnittstelle setzen"
|
|
|
15816
15849
|
msgid "Set server URL (https:// or mqtts://)"
|
|
15817
15850
|
msgstr "Server-URL setzen (https:// oder mqtts://)"
|
|
15818
15851
|
|
|
15852
|
+
msgid "Set size"
|
|
15853
|
+
msgstr "Größe festlegen"
|
|
15854
|
+
|
|
15819
15855
|
msgid "Set software list"
|
|
15820
15856
|
msgstr "Softwareliste aktualisieren"
|
|
15821
15857
|
|
|
@@ -16242,9 +16278,6 @@ msgstr "Signierter Verifizierungscode überprüft."
|
|
|
16242
16278
|
msgid "Silo"
|
|
16243
16279
|
msgstr "Silo"
|
|
16244
16280
|
|
|
16245
|
-
msgid "Silo widget"
|
|
16246
|
-
msgstr "Silo-Widget"
|
|
16247
|
-
|
|
16248
16281
|
msgid "Simple bulk registration - template.csv"
|
|
16249
16282
|
msgstr "Einfache Bulk-Registrierung - Template.csv"
|
|
16250
16283
|
|
|
@@ -16466,10 +16499,10 @@ msgid "Some of the user settings are not editable here because they are managed
|
|
|
16466
16499
|
msgstr "Einige der Benutzereinstellungen sind an dieser Stelle nicht editierbar, da sie über Ihren\n"
|
|
16467
16500
|
" Autorisierungsserver verwaltet werden."
|
|
16468
16501
|
|
|
16469
|
-
msgid "Some plugins are not contained in the new version of this blueprint and will therefore
|
|
16470
|
-
"
|
|
16502
|
+
msgid "Some plugins are not contained in the new version of this blueprint and will therefore\n"
|
|
16503
|
+
" get removed."
|
|
16471
16504
|
msgstr "Einige Plugins sind in der neuen Version dieser Vorlage nicht enthalten und werden daher\n"
|
|
16472
|
-
"
|
|
16505
|
+
" entfernt."
|
|
16473
16506
|
|
|
16474
16507
|
msgid "Some users might not be shown. Try narrowing search criteria."
|
|
16475
16508
|
msgstr "Einige Benutzer werden möglicherweise nicht angezeigt. Grenzen Sie die Suchkriterien weiter ein."
|
|
@@ -17297,8 +17330,10 @@ msgid "The advanced developer mode is enabled for this widget allowing to build
|
|
|
17297
17330
|
" Components."
|
|
17298
17331
|
msgstr "Der erweiterte Entwicklermodus ist für dieses Widget eingeschaltet, wodurch umfangreiche Web-Komponenten erstellt werden können."
|
|
17299
17332
|
|
|
17300
|
-
msgid "The application is overwritten by a custom application sharing the same
|
|
17301
|
-
|
|
17333
|
+
msgid "The application is overwritten by a custom application sharing the same\n"
|
|
17334
|
+
" path"
|
|
17335
|
+
msgstr "Die Anwendung wird von einer benutzerdefinierten Anwendung überschrieben, die denselben\n"
|
|
17336
|
+
" Pfad verwendet"
|
|
17302
17337
|
|
|
17303
17338
|
msgid "The application requested data your user does not have access to. Please check the user menu for more details"
|
|
17304
17339
|
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 +17478,8 @@ msgstr "Der folgende Fehler ist aufgetreten:"
|
|
|
17443
17478
|
msgid "The following operations are supported:"
|
|
17444
17479
|
msgstr "Folgende Operationen werden unterstützt:"
|
|
17445
17480
|
|
|
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
|
|
17481
|
+
msgid "The following placeholders are available: ${value}`KEEP_ORIGINAL`, ${valueAsText}`KEEP_ORIGINAL`, ${receivedTimestampInMs}`KEEP_ORIGINAL`, ${serverId}`KEEP_ORIGINAL`, ${nodeId}`KEEP_ORIGINAL`, ${deviceId}`KEEP_ORIGINAL`."
|
|
17482
|
+
msgstr "Die folgenden Platzhalter stehen zur Verfügung: ${value}, ${valueAsText}, ${receivedTimestampInMs}, ${serverId}, ${nodeId}, ${deviceId}."
|
|
17448
17483
|
|
|
17449
17484
|
msgid "The gauge data point has no min/max range configured. The gauge bar will not display correctly."
|
|
17450
17485
|
msgstr "Für den Datenpunkt der Anzeige wurde kein Min-/Max-Bereich konfiguriert. Der Messbalken wird nicht korrekt angezeigt."
|
|
@@ -17671,6 +17706,9 @@ msgstr "Der Schwellenwert darf nicht kleiner als 1% sein."
|
|
|
17671
17706
|
msgid "The time context can be configured in the widget view mode."
|
|
17672
17707
|
msgstr "Der Zeitkontext kann im Ansichtsmodus des Widgets konfiguriert werden."
|
|
17673
17708
|
|
|
17709
|
+
msgid "The time context can only get changed in the configuration."
|
|
17710
|
+
msgstr "Der Zeitkontext kann nur in der Konfiguration geändert werden."
|
|
17711
|
+
|
|
17674
17712
|
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
17713
|
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
17714
|
|
|
@@ -18296,9 +18334,6 @@ msgstr "TransMode"
|
|
|
18296
18334
|
msgid "Translate dashboard title if possible"
|
|
18297
18335
|
msgstr "Dashboard-Titel, wenn möglich, übersetzen"
|
|
18298
18336
|
|
|
18299
|
-
msgid "Translate if possible"
|
|
18300
|
-
msgstr "Wenn möglich übersetzen"
|
|
18301
|
-
|
|
18302
18337
|
msgid "Translate labels if possible"
|
|
18303
18338
|
msgstr "Beschriftungen nach Möglichkeit übersetzen"
|
|
18304
18339
|
|
|
@@ -19612,12 +19647,12 @@ msgstr "Dieses Widget zeigt den Verbindungsstatus eines Geräts an."
|
|
|
19612
19647
|
msgid "Widget for switching relay"
|
|
19613
19648
|
msgstr "Widget zum Schalten eines Relais"
|
|
19614
19649
|
|
|
19650
|
+
msgid "Widget gap"
|
|
19651
|
+
msgstr "Widget-Abstand"
|
|
19652
|
+
|
|
19615
19653
|
msgid "Widget header style"
|
|
19616
19654
|
msgstr "Widget-Header-Stil"
|
|
19617
19655
|
|
|
19618
|
-
msgid "Widget margin"
|
|
19619
|
-
msgstr "Widget-Rand"
|
|
19620
|
-
|
|
19621
19656
|
msgid "Widget removed"
|
|
19622
19657
|
msgstr "Widget entfernt"
|
|
19623
19658
|
|
|
@@ -19633,6 +19668,12 @@ msgstr "Widget-Titel"
|
|
|
19633
19668
|
msgid "Widgets rearranged"
|
|
19634
19669
|
msgstr "Widgets neu geordnet"
|
|
19635
19670
|
|
|
19671
|
+
msgid "Widgets snap to a fixed grid. Resize and reposition them freely."
|
|
19672
|
+
msgstr "Widgets richten sich an einem festen Raster aus. Sie können ihre Größe beliebig anpassen und sie frei verschieben."
|
|
19673
|
+
|
|
19674
|
+
msgid "Widgets stay where placed. Empty space is not filled automatically."
|
|
19675
|
+
msgstr "Widgets bleiben an der Stelle, an der sie platziert wurden. Leere Stellen werden nicht automatisch ausgefüllt."
|
|
19676
|
+
|
|
19636
19677
|
msgid "Widgets: Alarm list"
|
|
19637
19678
|
msgstr "Widgets: Liste der Alarme"
|
|
19638
19679
|
|
|
@@ -19705,15 +19746,21 @@ msgstr "Widgets: Drehung"
|
|
|
19705
19746
|
msgid "Widgets: SCADA"
|
|
19706
19747
|
msgstr "Widgets: SCADA"
|
|
19707
19748
|
|
|
19708
|
-
msgid "Widgets: Silo"
|
|
19709
|
-
msgstr "Widgets: Silo"
|
|
19710
|
-
|
|
19711
19749
|
msgid "Widgets: Welcome to Cockpit"
|
|
19712
19750
|
msgstr "Widgets: Cockpit-Startseite"
|
|
19713
19751
|
|
|
19714
19752
|
msgid "Widgets: Welcome to Device Management"
|
|
19715
19753
|
msgstr "Widgets: Startseite Device Management"
|
|
19716
19754
|
|
|
19755
|
+
msgid "Width"
|
|
19756
|
+
msgstr "Breite"
|
|
19757
|
+
|
|
19758
|
+
msgid "Width / Height"
|
|
19759
|
+
msgstr "Breite / Höhe"
|
|
19760
|
+
|
|
19761
|
+
msgid "Width presets"
|
|
19762
|
+
msgstr "Breitenvoreinstellungen"
|
|
19763
|
+
|
|
19717
19764
|
msgid "Will make this entry available to all users on the tenant if checked."
|
|
19718
19765
|
msgstr "Wenn ausgewählt, wird dieser Eintrag allen Benutzern in diesem Mandanten bereit gestellt."
|
|
19719
19766
|
|
|
@@ -20372,6 +20419,9 @@ msgstr "Nach {{date}}"
|
|
|
20372
20419
|
msgid "aggregation"
|
|
20373
20420
|
msgstr "Aggregation"
|
|
20374
20421
|
|
|
20422
|
+
msgid "align view height"
|
|
20423
|
+
msgstr "Ansichts-Höhe ausrichten"
|
|
20424
|
+
|
|
20375
20425
|
msgid "altitude"
|
|
20376
20426
|
msgstr "Höhe"
|
|
20377
20427
|
|
|
@@ -20492,6 +20542,9 @@ msgstr "coddisconnect"
|
|
|
20492
20542
|
msgid "coddisconnect (password protected)"
|
|
20493
20543
|
msgstr "coddisconnect (passwortgeschützt)"
|
|
20494
20544
|
|
|
20545
|
+
msgid "columns"
|
|
20546
|
+
msgstr "Spalten"
|
|
20547
|
+
|
|
20495
20548
|
msgid "comma - ,"
|
|
20496
20549
|
msgstr "Komma \",\""
|
|
20497
20550
|
|
|
@@ -20927,6 +20980,9 @@ msgstr "gefiltert nach \"{{ filterHint }}\""
|
|
|
20927
20980
|
msgid "fragment"
|
|
20928
20981
|
msgstr "Fragment"
|
|
20929
20982
|
|
|
20983
|
+
msgid "free positioning"
|
|
20984
|
+
msgstr "freie Positionierung"
|
|
20985
|
+
|
|
20930
20986
|
msgid "from: {{ date }}"
|
|
20931
20987
|
msgstr "vom: {{ date }}"
|
|
20932
20988
|
|
|
@@ -21047,6 +21103,9 @@ msgstr "Breitengrad"
|
|
|
21047
21103
|
msgid "lax`code sanitization`"
|
|
21048
21104
|
msgstr "schwach"
|
|
21049
21105
|
|
|
21106
|
+
msgid "layout"
|
|
21107
|
+
msgstr "Layout"
|
|
21108
|
+
|
|
21050
21109
|
msgid "leaving"
|
|
21051
21110
|
msgstr "Wird verlassen"
|
|
21052
21111
|
|
|
@@ -21228,6 +21287,9 @@ msgstr "Rollen {{list}} hinzugefügt"
|
|
|
21228
21287
|
msgid "roles {{list}} removed"
|
|
21229
21288
|
msgstr "Rollen {{list}} entfernt"
|
|
21230
21289
|
|
|
21290
|
+
msgid "rows"
|
|
21291
|
+
msgstr "Zeilen"
|
|
21292
|
+
|
|
21231
21293
|
msgid "search"
|
|
21232
21294
|
msgstr "durchsuchen"
|
|
21233
21295
|
|
|
@@ -21367,12 +21429,12 @@ msgstr "wartet"
|
|
|
21367
21429
|
msgid "weak"
|
|
21368
21430
|
msgstr "schwach"
|
|
21369
21431
|
|
|
21432
|
+
msgid "widget gap"
|
|
21433
|
+
msgstr "Widget-Abstand"
|
|
21434
|
+
|
|
21370
21435
|
msgid "widget header style"
|
|
21371
21436
|
msgstr "Stil der Widget-Kopfzeile"
|
|
21372
21437
|
|
|
21373
|
-
msgid "widget margin"
|
|
21374
|
-
msgstr "Widget-Rand"
|
|
21375
|
-
|
|
21376
21438
|
msgid "widgets"
|
|
21377
21439
|
msgstr "Widgets"
|
|
21378
21440
|
|
package/core/locales/es.po
CHANGED
|
@@ -3786,6 +3786,9 @@ msgstr "Columna"
|
|
|
3786
3786
|
msgid "Column header"
|
|
3787
3787
|
msgstr "Encabezado de columna"
|
|
3788
3788
|
|
|
3789
|
+
msgid "Columns"
|
|
3790
|
+
msgstr "Columnas"
|
|
3791
|
+
|
|
3789
3792
|
msgid "Columns (drag to reorder)"
|
|
3790
3793
|
msgstr "Columnas (arrastrar para cambiar el orden)"
|
|
3791
3794
|
|
|
@@ -4298,6 +4301,9 @@ msgstr "Contrato"
|
|
|
4298
4301
|
msgid "Control"
|
|
4299
4302
|
msgstr "Control"
|
|
4300
4303
|
|
|
4304
|
+
msgid "Control the number of columns and rows. Optionally scale row height to fit the viewport."
|
|
4305
|
+
msgstr "Controla el número de columnas y filas. Si lo deseas, puedes ajustar la altura de las filas para que se adapten a la ventana de visualización."
|
|
4306
|
+
|
|
4301
4307
|
msgid "Controls access as a support user."
|
|
4302
4308
|
msgstr "Controles de acceso como usuario de soporte."
|
|
4303
4309
|
|
|
@@ -4322,6 +4328,9 @@ msgstr "Controles de acceso a objetos administrados en el inventario."
|
|
|
4322
4328
|
msgid "Controls access to measurements."
|
|
4323
4329
|
msgstr "Controles de acceso a las mediciones."
|
|
4324
4330
|
|
|
4331
|
+
msgid "Controls how many columns the grid is divided into. More columns allow finer control over widget width and placement."
|
|
4332
|
+
msgstr "Determina en cuántas columnas se divide la cuadrícula. Un mayor número de columnas permite un control más preciso del ancho y la ubicación de los Widgets."
|
|
4333
|
+
|
|
4325
4334
|
msgid "Cookie banner"
|
|
4326
4335
|
msgstr "Pancarta de cookie"
|
|
4327
4336
|
|
|
@@ -5519,6 +5528,9 @@ msgstr "Definir cómo debe transformarse el valor bruto antes de almacenar en la
|
|
|
5519
5528
|
msgid "Define which are the enabled features in the current application."
|
|
5520
5529
|
msgstr "Defina las funciones que desea que estén activas en la aplicación actual."
|
|
5521
5530
|
|
|
5531
|
+
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."
|
|
5532
|
+
msgstr "Define en cuántas filas se divide la altura de la ventana gráfica. Un mayor número de filas permite un control más preciso de la altura de los Widgets. Además, habilita el menú de ajustes preestablecidos de altura en cada Widget."
|
|
5533
|
+
|
|
5522
5534
|
msgid "Defines which authentication method is used with the provider"
|
|
5523
5535
|
msgstr "Define qué método de autenticación se utiliza con el proveedor"
|
|
5524
5536
|
|
|
@@ -6390,9 +6402,6 @@ msgstr "Muestra el botón junto a los dispositivos de destino con hijos. Al hace
|
|
|
6390
6402
|
msgid "Displays the last measurement value of a device."
|
|
6391
6403
|
msgstr "Muestra el valor de la última medición de un dispositivo."
|
|
6392
6404
|
|
|
6393
|
-
msgid "Displays the list of events for selected device."
|
|
6394
|
-
msgstr "Muestra la lista de eventos para el dispositivo seleccionado."
|
|
6395
|
-
|
|
6396
6405
|
msgid "Displays the list of links to available applications."
|
|
6397
6406
|
msgstr "Muestra la lista de enlaces para aplicaciones disponibles."
|
|
6398
6407
|
|
|
@@ -6744,6 +6753,9 @@ msgstr "Editar regla inteligente global"
|
|
|
6744
6753
|
msgid "Edit holding register: \"{{name}}\""
|
|
6745
6754
|
msgstr "Editar registro de explotación: \"{{name}}”"
|
|
6746
6755
|
|
|
6756
|
+
msgid "Edit in repository"
|
|
6757
|
+
msgstr "Editar en el repositorio"
|
|
6758
|
+
|
|
6747
6759
|
msgid "Edit inline"
|
|
6748
6760
|
msgstr "Editar en línea"
|
|
6749
6761
|
|
|
@@ -8081,6 +8093,9 @@ msgstr "Primero debe cargar el certificado adecuado haciendo clic en \"Subir cer
|
|
|
8081
8093
|
msgid "First`page`"
|
|
8082
8094
|
msgstr "Primera"
|
|
8083
8095
|
|
|
8096
|
+
msgid "Fit rows to viewport"
|
|
8097
|
+
msgstr "Ajustar las filas a la ventana gráfica"
|
|
8098
|
+
|
|
8084
8099
|
msgid "Fit to assets bounds"
|
|
8085
8100
|
msgstr "Adecuado a los límites de activos"
|
|
8086
8101
|
|
|
@@ -8236,6 +8251,9 @@ msgstr "Fragmentos para copiar"
|
|
|
8236
8251
|
msgid "Fragments to filter"
|
|
8237
8252
|
msgstr "Fragmentos para filtrar"
|
|
8238
8253
|
|
|
8254
|
+
msgid "Free positioning"
|
|
8255
|
+
msgstr "Posicionamiento libre"
|
|
8256
|
+
|
|
8239
8257
|
msgid "Frequency"
|
|
8240
8258
|
msgstr "Frecuencia"
|
|
8241
8259
|
|
|
@@ -10801,9 +10819,6 @@ msgstr "Agregación a cada minuto"
|
|
|
10801
10819
|
msgid "Minutes"
|
|
10802
10820
|
msgstr "Minutos"
|
|
10803
10821
|
|
|
10804
|
-
msgid "Misc"
|
|
10805
|
-
msgstr "Miscelánea"
|
|
10806
|
-
|
|
10807
10822
|
msgid "Missing measurements of type: #{type}"
|
|
10808
10823
|
msgstr "Falta las mediciones del tipo: #{type}"
|
|
10809
10824
|
|
|
@@ -12627,6 +12642,9 @@ msgstr "Orden"
|
|
|
12627
12642
|
msgid "Ordered"
|
|
12628
12643
|
msgstr "Solicitado"
|
|
12629
12644
|
|
|
12645
|
+
msgid "Orientation"
|
|
12646
|
+
msgstr "Orientación"
|
|
12647
|
+
|
|
12630
12648
|
msgid "Original source"
|
|
12631
12649
|
msgstr "Fuente original"
|
|
12632
12650
|
|
|
@@ -14249,6 +14267,9 @@ msgstr "Plantilla de respuesta guardada."
|
|
|
14249
14267
|
msgid "Responses"
|
|
14250
14268
|
msgstr "Respuestas"
|
|
14251
14269
|
|
|
14270
|
+
msgid "Responsive"
|
|
14271
|
+
msgstr "Adaptativo"
|
|
14272
|
+
|
|
14252
14273
|
msgid "Restart"
|
|
14253
14274
|
msgstr "Reiniciar"
|
|
14254
14275
|
|
|
@@ -14267,6 +14288,9 @@ msgstr "Reinicio"
|
|
|
14267
14288
|
msgid "Restore"
|
|
14268
14289
|
msgstr "Restaurar"
|
|
14269
14290
|
|
|
14291
|
+
msgid "Restore description from manifest"
|
|
14292
|
+
msgstr "Restaurar la descripción del manifiesto"
|
|
14293
|
+
|
|
14270
14294
|
msgid "Restore the dashboard to this status"
|
|
14271
14295
|
msgstr "Restablecer cuadro de mando a este estado"
|
|
14272
14296
|
|
|
@@ -14393,6 +14417,12 @@ msgstr "Widget de rotación"
|
|
|
14393
14417
|
msgid "Row"
|
|
14394
14418
|
msgstr "Fila"
|
|
14395
14419
|
|
|
14420
|
+
msgid "Row height scales so all rows fill the screen. Enables percentage-based widget heights."
|
|
14421
|
+
msgstr "La altura de las filas se ajusta para que todas ellas ocupen toda la pantalla. Habilita la altura de los Widgets en porcentaje."
|
|
14422
|
+
|
|
14423
|
+
msgid "Rows"
|
|
14424
|
+
msgstr "Filas"
|
|
14425
|
+
|
|
14396
14426
|
msgid "Rule"
|
|
14397
14427
|
msgstr "Regla"
|
|
14398
14428
|
|
|
@@ -15198,6 +15228,9 @@ msgstr "Seleccione los nodos que desea mostrar en la parte superior del menú de
|
|
|
15198
15228
|
msgid "Select widget"
|
|
15199
15229
|
msgstr "Seleccionar widget"
|
|
15200
15230
|
|
|
15231
|
+
msgid "Select widget size by width and height"
|
|
15232
|
+
msgstr "Selecciona el tamaño del Widget por anchura y altura"
|
|
15233
|
+
|
|
15201
15234
|
msgid "Select your option"
|
|
15202
15235
|
msgstr "Seleccione su opción"
|
|
15203
15236
|
|
|
@@ -15865,6 +15898,9 @@ msgstr "Establecer el modo de puerto serie"
|
|
|
15865
15898
|
msgid "Set server URL (https:// or mqtts://)"
|
|
15866
15899
|
msgstr "Configurar URL de servidor (https:// o mqtts://)"
|
|
15867
15900
|
|
|
15901
|
+
msgid "Set size"
|
|
15902
|
+
msgstr "Tamaño del conjunto"
|
|
15903
|
+
|
|
15868
15904
|
msgid "Set software list"
|
|
15869
15905
|
msgstr "Establecer lista de software"
|
|
15870
15906
|
|
|
@@ -16291,9 +16327,6 @@ msgstr "Código de verificación firmado comprobado."
|
|
|
16291
16327
|
msgid "Silo"
|
|
16292
16328
|
msgstr "Silo"
|
|
16293
16329
|
|
|
16294
|
-
msgid "Silo widget"
|
|
16295
|
-
msgstr "Widget Silo"
|
|
16296
|
-
|
|
16297
16330
|
msgid "Simple bulk registration - template.csv"
|
|
16298
16331
|
msgstr "Registro en masa completo - template.csv"
|
|
16299
16332
|
|
|
@@ -16515,10 +16548,10 @@ msgid "Some of the user settings are not editable here because they are managed
|
|
|
16515
16548
|
msgstr "Algunos ajustes de usuario no pueden editarse porque se administran mediante el servidor\n"
|
|
16516
16549
|
" de autorización."
|
|
16517
16550
|
|
|
16518
|
-
msgid "Some plugins are not contained in the new version of this blueprint and will therefore
|
|
16519
|
-
"
|
|
16520
|
-
msgstr "
|
|
16521
|
-
"
|
|
16551
|
+
msgid "Some plugins are not contained in the new version of this blueprint and will therefore\n"
|
|
16552
|
+
" get removed."
|
|
16553
|
+
msgstr "Algunos complementos no están incluidos en la nueva versión de esta plantilla base y, por lo tanto,\n"
|
|
16554
|
+
" serán quitados."
|
|
16522
16555
|
|
|
16523
16556
|
msgid "Some users might not be shown. Try narrowing search criteria."
|
|
16524
16557
|
msgstr "Puede que no se estén mostrando todos los usuarios. Intente limitar los criterios de búsqueda."
|
|
@@ -17347,8 +17380,9 @@ msgid "The advanced developer mode is enabled for this widget allowing to build
|
|
|
17347
17380
|
msgstr "El modo de desarrollador avanzado está habilitado para este widget, lo que permite crear componentes Web\n"
|
|
17348
17381
|
" extensos."
|
|
17349
17382
|
|
|
17350
|
-
msgid "The application is overwritten by a custom application sharing the same
|
|
17351
|
-
|
|
17383
|
+
msgid "The application is overwritten by a custom application sharing the same\n"
|
|
17384
|
+
" path"
|
|
17385
|
+
msgstr "La aplicación se sobrescribe con una aplicación personalizada que comparte la misma ruta\n"
|
|
17352
17386
|
|
|
17353
17387
|
msgid "The application requested data your user does not have access to. Please check the user menu for more details"
|
|
17354
17388
|
msgstr "La aplicación de solicitud de usuario no tiene acceso a los datos. Por favor revise el menú de usuario para más detalles"
|
|
@@ -17493,8 +17527,8 @@ msgstr "Se produjo el siguiente error:"
|
|
|
17493
17527
|
msgid "The following operations are supported:"
|
|
17494
17528
|
msgstr "Se admiten las siguientes operaciones:"
|
|
17495
17529
|
|
|
17496
|
-
msgid "The following placeholders are available: ${value}`KEEP_ORIGINAL`, ${receivedTimestampInMs}`KEEP_ORIGINAL`, ${serverId}`KEEP_ORIGINAL`, ${nodeId}`KEEP_ORIGINAL`, ${deviceId}`KEEP_ORIGINAL`."
|
|
17497
|
-
msgstr "
|
|
17530
|
+
msgid "The following placeholders are available: ${value}`KEEP_ORIGINAL`, ${valueAsText}`KEEP_ORIGINAL`, ${receivedTimestampInMs}`KEEP_ORIGINAL`, ${serverId}`KEEP_ORIGINAL`, ${nodeId}`KEEP_ORIGINAL`, ${deviceId}`KEEP_ORIGINAL`."
|
|
17531
|
+
msgstr "Están disponibles los siguientes marcadores de posición: ${value}`KEEP_ORIGINAL`, ${valueAsText}`KEEP_ORIGINAL`, ${receivedTimestampInMs}`KEEP_ORIGINAL`, ${serverId}`KEEP_ORIGINAL`, ${nodeId}`KEEP_ORIGINAL`, ${deviceId}`KEEP_ORIGINAL`."
|
|
17498
17532
|
|
|
17499
17533
|
msgid "The gauge data point has no min/max range configured. The gauge bar will not display correctly."
|
|
17500
17534
|
msgstr "El punto de datos del indicador no tiene configurado ningún rango mínimo/máximo. La barra del indicador no se mostrará correctamente."
|
|
@@ -17722,6 +17756,9 @@ msgstr "El umbral no puede ser menor al 1%."
|
|
|
17722
17756
|
msgid "The time context can be configured in the widget view mode."
|
|
17723
17757
|
msgstr "El contexto temporal se puede configurar en el modo de vista del widget."
|
|
17724
17758
|
|
|
17759
|
+
msgid "The time context can only get changed in the configuration."
|
|
17760
|
+
msgstr "El contexto temporal solo se puede cambiar en la configuración."
|
|
17761
|
+
|
|
17725
17762
|
msgid "The update method is determined by the widget type. Some widgets support real-time updates via WebSocket connection, while others use periodic refreshes."
|
|
17726
17763
|
msgstr "El método de actualización viene determinado por el tipo de widget. Algunos widgets admiten actualizaciones en tiempo real a través de una conexión WebSocket, mientras que otros utilizan actualizaciones periódicas."
|
|
17727
17764
|
|
|
@@ -18345,9 +18382,6 @@ msgstr "TransMode"
|
|
|
18345
18382
|
msgid "Translate dashboard title if possible"
|
|
18346
18383
|
msgstr "Traduce el título del Cuadro de mando si es posible."
|
|
18347
18384
|
|
|
18348
|
-
msgid "Translate if possible"
|
|
18349
|
-
msgstr "Traducir si se puede"
|
|
18350
|
-
|
|
18351
18385
|
msgid "Translate labels if possible"
|
|
18352
18386
|
msgstr "Traduce las etiquetas si es posible."
|
|
18353
18387
|
|
|
@@ -19661,12 +19695,12 @@ msgstr "El widget muestra el estado de conectividad del dispositivo en particula
|
|
|
19661
19695
|
msgid "Widget for switching relay"
|
|
19662
19696
|
msgstr "Widget para la retransmisión de conmutación"
|
|
19663
19697
|
|
|
19698
|
+
msgid "Widget gap"
|
|
19699
|
+
msgstr "Espacio entre Widgets"
|
|
19700
|
+
|
|
19664
19701
|
msgid "Widget header style"
|
|
19665
19702
|
msgstr "Estilo de encabezado de widget"
|
|
19666
19703
|
|
|
19667
|
-
msgid "Widget margin"
|
|
19668
|
-
msgstr "Borde de widget"
|
|
19669
|
-
|
|
19670
19704
|
msgid "Widget removed"
|
|
19671
19705
|
msgstr "Widget quitado"
|
|
19672
19706
|
|
|
@@ -19682,6 +19716,12 @@ msgstr "Títulos de widget"
|
|
|
19682
19716
|
msgid "Widgets rearranged"
|
|
19683
19717
|
msgstr "Widgets reorganizados"
|
|
19684
19718
|
|
|
19719
|
+
msgid "Widgets snap to a fixed grid. Resize and reposition them freely."
|
|
19720
|
+
msgstr "Los Widgets se ajustan a una cuadrícula fija. Puedes cambiar su tamaño y su posición como quieras."
|
|
19721
|
+
|
|
19722
|
+
msgid "Widgets stay where placed. Empty space is not filled automatically."
|
|
19723
|
+
msgstr "Los Widgets permanecen donde se colocan. El espacio vacío no se rellena de forma automática."
|
|
19724
|
+
|
|
19685
19725
|
msgid "Widgets: Alarm list"
|
|
19686
19726
|
msgstr "Widgets: Lista de alarmas"
|
|
19687
19727
|
|
|
@@ -19754,15 +19794,21 @@ msgstr "Widgets: Rotación"
|
|
|
19754
19794
|
msgid "Widgets: SCADA"
|
|
19755
19795
|
msgstr "Widgets: SCADA"
|
|
19756
19796
|
|
|
19757
|
-
msgid "Widgets: Silo"
|
|
19758
|
-
msgstr "Widgets: Silo"
|
|
19759
|
-
|
|
19760
19797
|
msgid "Widgets: Welcome to Cockpit"
|
|
19761
19798
|
msgstr "Widgets: Bienvenido a Cockpit"
|
|
19762
19799
|
|
|
19763
19800
|
msgid "Widgets: Welcome to Device Management"
|
|
19764
19801
|
msgstr "Widgets: Bienvenido a la Gestión de dispositivos"
|
|
19765
19802
|
|
|
19803
|
+
msgid "Width"
|
|
19804
|
+
msgstr "Ancho"
|
|
19805
|
+
|
|
19806
|
+
msgid "Width / Height"
|
|
19807
|
+
msgstr "Ancho / Alto"
|
|
19808
|
+
|
|
19809
|
+
msgid "Width presets"
|
|
19810
|
+
msgstr "Ajustes predefinidos de anchura"
|
|
19811
|
+
|
|
19766
19812
|
msgid "Will make this entry available to all users on the tenant if checked."
|
|
19767
19813
|
msgstr "Si se activa, esta entrada estará disponible parea todos los usuarios del tenant."
|
|
19768
19814
|
|
|
@@ -20421,6 +20467,9 @@ msgstr "después del {{date}}"
|
|
|
20421
20467
|
msgid "aggregation"
|
|
20422
20468
|
msgstr "agregación"
|
|
20423
20469
|
|
|
20470
|
+
msgid "align view height"
|
|
20471
|
+
msgstr "ajustar la altura de la vista"
|
|
20472
|
+
|
|
20424
20473
|
msgid "altitude"
|
|
20425
20474
|
msgstr "altitud"
|
|
20426
20475
|
|
|
@@ -20541,6 +20590,9 @@ msgstr "coddisconnect"
|
|
|
20541
20590
|
msgid "coddisconnect (password protected)"
|
|
20542
20591
|
msgstr "coddisconnect (protegido con contraseña)"
|
|
20543
20592
|
|
|
20593
|
+
msgid "columns"
|
|
20594
|
+
msgstr "columnas"
|
|
20595
|
+
|
|
20544
20596
|
msgid "comma - ,"
|
|
20545
20597
|
msgstr "coma - ,"
|
|
20546
20598
|
|
|
@@ -20976,6 +21028,9 @@ msgstr "filtrado por \"{{ filterHint }}\""
|
|
|
20976
21028
|
msgid "fragment"
|
|
20977
21029
|
msgstr "fragmento"
|
|
20978
21030
|
|
|
21031
|
+
msgid "free positioning"
|
|
21032
|
+
msgstr "posicionamiento libre"
|
|
21033
|
+
|
|
20979
21034
|
msgid "from: {{ date }}"
|
|
20980
21035
|
msgstr "del: {{ date }}"
|
|
20981
21036
|
|
|
@@ -21096,6 +21151,9 @@ msgstr "latitud"
|
|
|
21096
21151
|
msgid "lax`code sanitization`"
|
|
21097
21152
|
msgstr "flojo"
|
|
21098
21153
|
|
|
21154
|
+
msgid "layout"
|
|
21155
|
+
msgstr "diseño"
|
|
21156
|
+
|
|
21099
21157
|
msgid "leaving"
|
|
21100
21158
|
msgstr "dejando"
|
|
21101
21159
|
|
|
@@ -21277,6 +21335,9 @@ msgstr "funciones {{list}} agregadas"
|
|
|
21277
21335
|
msgid "roles {{list}} removed"
|
|
21278
21336
|
msgstr "funciones {{list}} eliminadas"
|
|
21279
21337
|
|
|
21338
|
+
msgid "rows"
|
|
21339
|
+
msgstr "filas"
|
|
21340
|
+
|
|
21280
21341
|
msgid "search"
|
|
21281
21342
|
msgstr "Buscar"
|
|
21282
21343
|
|
|
@@ -21416,12 +21477,12 @@ msgstr "en espera"
|
|
|
21416
21477
|
msgid "weak"
|
|
21417
21478
|
msgstr "débil"
|
|
21418
21479
|
|
|
21480
|
+
msgid "widget gap"
|
|
21481
|
+
msgstr "espacio entre Widgets"
|
|
21482
|
+
|
|
21419
21483
|
msgid "widget header style"
|
|
21420
21484
|
msgstr "estilo de encabezado de widget"
|
|
21421
21485
|
|
|
21422
|
-
msgid "widget margin"
|
|
21423
|
-
msgstr "margen de widget"
|
|
21424
|
-
|
|
21425
21486
|
msgid "widgets"
|
|
21426
21487
|
msgstr "Widgets"
|
|
21427
21488
|
|