@c8y/ngx-components 1024.15.16 → 1024.16.6

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.
Files changed (78) hide show
  1. package/fesm2022/c8y-ngx-components-ai-agent-chat.mjs +303 -63
  2. package/fesm2022/c8y-ngx-components-ai-agent-chat.mjs.map +1 -1
  3. package/fesm2022/c8y-ngx-components-ai-agents-html.mjs +9 -0
  4. package/fesm2022/c8y-ngx-components-ai-agents-html.mjs.map +1 -1
  5. package/fesm2022/c8y-ngx-components-ai-agents-scada.mjs +4 -0
  6. package/fesm2022/c8y-ngx-components-ai-agents-scada.mjs.map +1 -1
  7. package/fesm2022/c8y-ngx-components-ai-ai-chat.mjs +394 -52
  8. package/fesm2022/c8y-ngx-components-ai-ai-chat.mjs.map +1 -1
  9. package/fesm2022/c8y-ngx-components-ai.mjs +329 -19
  10. package/fesm2022/c8y-ngx-components-ai.mjs.map +1 -1
  11. package/fesm2022/c8y-ngx-components-bookmarks.mjs +1 -1
  12. package/fesm2022/c8y-ngx-components-bookmarks.mjs.map +1 -1
  13. package/fesm2022/c8y-ngx-components-context-dashboard.mjs +5 -1
  14. package/fesm2022/c8y-ngx-components-context-dashboard.mjs.map +1 -1
  15. package/fesm2022/c8y-ngx-components-datapoint-explorer-view.mjs +96 -77
  16. package/fesm2022/c8y-ngx-components-datapoint-explorer-view.mjs.map +1 -1
  17. package/fesm2022/c8y-ngx-components-datapoint-selector.mjs +92 -47
  18. package/fesm2022/c8y-ngx-components-datapoint-selector.mjs.map +1 -1
  19. package/fesm2022/c8y-ngx-components-device-profile.mjs +1 -1
  20. package/fesm2022/c8y-ngx-components-device-profile.mjs.map +1 -1
  21. package/fesm2022/c8y-ngx-components-echart.mjs +25 -4
  22. package/fesm2022/c8y-ngx-components-echart.mjs.map +1 -1
  23. package/fesm2022/c8y-ngx-components-ecosystem.mjs +1 -1
  24. package/fesm2022/c8y-ngx-components-ecosystem.mjs.map +1 -1
  25. package/fesm2022/c8y-ngx-components-protocol-opcua.mjs +1 -1
  26. package/fesm2022/c8y-ngx-components-protocol-opcua.mjs.map +1 -1
  27. package/fesm2022/c8y-ngx-components-repository-firmware.mjs +1 -1
  28. package/fesm2022/c8y-ngx-components-repository-firmware.mjs.map +1 -1
  29. package/fesm2022/c8y-ngx-components-repository-software.mjs +1 -1
  30. package/fesm2022/c8y-ngx-components-repository-software.mjs.map +1 -1
  31. package/fesm2022/c8y-ngx-components-sub-assets.mjs +30 -10
  32. package/fesm2022/c8y-ngx-components-sub-assets.mjs.map +1 -1
  33. package/fesm2022/c8y-ngx-components-time-context.mjs +13 -9
  34. package/fesm2022/c8y-ngx-components-time-context.mjs.map +1 -1
  35. package/fesm2022/c8y-ngx-components-trusted-certificates.mjs +1 -1
  36. package/fesm2022/c8y-ngx-components-trusted-certificates.mjs.map +1 -1
  37. package/fesm2022/c8y-ngx-components-widgets-definitions-html-widget-ai-config.mjs +3 -2
  38. package/fesm2022/c8y-ngx-components-widgets-definitions-html-widget-ai-config.mjs.map +1 -1
  39. package/fesm2022/c8y-ngx-components-widgets-implementations-asset-table.mjs +4 -6
  40. package/fesm2022/c8y-ngx-components-widgets-implementations-asset-table.mjs.map +1 -1
  41. package/fesm2022/c8y-ngx-components-widgets-implementations-scada.mjs +3 -2
  42. package/fesm2022/c8y-ngx-components-widgets-implementations-scada.mjs.map +1 -1
  43. package/fesm2022/c8y-ngx-components.mjs +76 -19
  44. package/fesm2022/c8y-ngx-components.mjs.map +1 -1
  45. package/locales/de.po +147 -16
  46. package/locales/es.po +143 -11
  47. package/locales/fr.po +459 -324
  48. package/locales/ja_JP.po +143 -11
  49. package/locales/ko.po +143 -11
  50. package/locales/locales.pot +136 -10
  51. package/locales/nl.po +143 -11
  52. package/locales/pl.po +143 -11
  53. package/locales/pt_BR.po +143 -11
  54. package/locales/zh_CN.po +143 -11
  55. package/locales/zh_TW.po +143 -11
  56. package/package.json +1 -1
  57. package/types/c8y-ngx-components-ai-agent-chat.d.ts +111 -4
  58. package/types/c8y-ngx-components-ai-agent-chat.d.ts.map +1 -1
  59. package/types/c8y-ngx-components-ai-agents-html.d.ts.map +1 -1
  60. package/types/c8y-ngx-components-ai-agents-scada.d.ts.map +1 -1
  61. package/types/c8y-ngx-components-ai-ai-chat.d.ts +224 -10
  62. package/types/c8y-ngx-components-ai-ai-chat.d.ts.map +1 -1
  63. package/types/c8y-ngx-components-ai.d.ts +176 -6
  64. package/types/c8y-ngx-components-ai.d.ts.map +1 -1
  65. package/types/c8y-ngx-components-context-dashboard.d.ts.map +1 -1
  66. package/types/c8y-ngx-components-datapoint-explorer-view.d.ts +7 -2
  67. package/types/c8y-ngx-components-datapoint-explorer-view.d.ts.map +1 -1
  68. package/types/c8y-ngx-components-datapoint-selector.d.ts +63 -50
  69. package/types/c8y-ngx-components-datapoint-selector.d.ts.map +1 -1
  70. package/types/c8y-ngx-components-echart.d.ts +12 -0
  71. package/types/c8y-ngx-components-echart.d.ts.map +1 -1
  72. package/types/c8y-ngx-components-sub-assets.d.ts +10 -1
  73. package/types/c8y-ngx-components-sub-assets.d.ts.map +1 -1
  74. package/types/c8y-ngx-components-time-context.d.ts +2 -0
  75. package/types/c8y-ngx-components-time-context.d.ts.map +1 -1
  76. package/types/c8y-ngx-components-widgets-implementations-scada.d.ts.map +1 -1
  77. package/types/c8y-ngx-components.d.ts +16 -2
  78. package/types/c8y-ngx-components.d.ts.map +1 -1
package/locales/de.po CHANGED
@@ -1939,6 +1939,12 @@ msgstr "Höhe:"
1939
1939
  msgid "Always"
1940
1940
  msgstr "Immer"
1941
1941
 
1942
+ msgid "Always approve all tools"
1943
+ msgstr "Immer alle Werkzeuge genehmigen"
1944
+
1945
+ msgid "Always approve this tool"
1946
+ msgstr "Dieses Tool immer genehmigen"
1947
+
1942
1948
  msgid "Always collapse navigator on start up"
1943
1949
  msgstr "Navigator beim Start immer einklappen"
1944
1950
 
@@ -2177,6 +2183,15 @@ msgstr "Anwenden"
2177
2183
  msgid "Applying changes…"
2178
2184
  msgstr "Änderungen werden übernommen…"
2179
2185
 
2186
+ msgid "Approve"
2187
+ msgstr "Genehmigen"
2188
+
2189
+ msgid "Approved tool {{toolName}}"
2190
+ msgstr "Zugelassenes Werkzeug {{toolName}}"
2191
+
2192
+ msgid "Approved: {{summary}}"
2193
+ msgstr "Genehmigt: {{summary}}"
2194
+
2180
2195
  msgid "Approximate date, estimated based on the bulk operation settings."
2181
2196
  msgstr "Ungefähres Datum, geschätzt basierend auf den Einstellungen der Bulk-Operation."
2182
2197
 
@@ -2237,6 +2252,9 @@ msgstr "Pfeile"
2237
2252
  msgid "Ascending"
2238
2253
  msgstr "Aufsteigend"
2239
2254
 
2255
+ msgid "Ask before running each tool"
2256
+ msgstr "Fragen Sie nach, bevor Sie jedes Tool starten"
2257
+
2240
2258
  msgid "Asset"
2241
2259
  msgstr "Asset"
2242
2260
 
@@ -2343,9 +2361,6 @@ msgstr "Assistentenmeldung"
2343
2361
  msgid "Assistant message at {{ time }}"
2344
2362
  msgstr "Assistentenmeldung bei {{ time }}"
2345
2363
 
2346
- msgid "Assistant said: \"{{ message }}\""
2347
- msgstr "Der Assistent sagte: „{{ message }}“"
2348
-
2349
2364
  msgid "At least 1 column must be visible."
2350
2365
  msgstr "Es muss mindestens eine Spalte sichtbar sein."
2351
2366
 
@@ -2525,12 +2540,20 @@ msgid "Auto scan address space"
2525
2540
  msgstr "Adressbereich automatisch scannen"
2526
2541
 
2527
2542
  msgid "Auto — {{ points }} points per chart"
2528
- msgstr "Automatisch \n"
2529
- "– {{ points }} Punkte pro Diagramm"
2543
+ msgstr "Automatisch – {{ points }} Punkte pro Diagramm"
2530
2544
 
2531
2545
  msgid "Auto — {{ points }} points per chart, kept on zoom"
2532
2546
  msgstr "Automatisch – {{ points }} Punkte pro Diagramm, beim Zoomen beibehalten"
2533
2547
 
2548
+ msgid "Auto-approve all tools"
2549
+ msgstr "Alle Tools automatisch genehmigen"
2550
+
2551
+ msgid "Auto-approve all tools?"
2552
+ msgstr "Alle Werkzeuge automatisch genehmigen?"
2553
+
2554
+ msgid "Auto-approve is on. Tool calls run without asking until you turn this off. Tools requiring explicit approval will still ask."
2555
+ msgstr "Die automatische Genehmigung ist aktiviert. Tool-Aufrufe werden ohne Rückfrage gestartet, bis Sie diese Funktion ausschalten. Tools, für die eine ausdrückliche Genehmigung erforderlich ist, fragen weiterhin nach."
2556
+
2534
2557
  msgid "Auto`automatic aggregation mode`"
2535
2558
  msgstr "Automatisch"
2536
2559
 
@@ -3021,7 +3044,7 @@ msgid "CEP module updated"
3021
3044
  msgstr "CEP-Modul aktualisiert"
3022
3045
 
3023
3046
  msgid "CLEARED"
3024
- msgstr "GELÖSCHT"
3047
+ msgstr "AUFGEHOBEN"
3025
3048
 
3026
3049
  msgid "CLEARED`alarm`"
3027
3050
  msgstr "AUFGEHOBEN"
@@ -5892,6 +5915,15 @@ msgstr "Übergeben"
5892
5915
  msgid "Delivery type"
5893
5916
  msgstr "Übertragungstyp"
5894
5917
 
5918
+ msgid "Denied tool {{toolName}}"
5919
+ msgstr "Abgelehntes Werkzeug {{toolName}}"
5920
+
5921
+ msgid "Denied: {{summary}}"
5922
+ msgstr "Abgelehnt: {{summary}}"
5923
+
5924
+ msgid "Deny"
5925
+ msgstr "Ablehnen"
5926
+
5895
5927
  msgid "Dependency failed - key must exist."
5896
5928
  msgstr "Abhängigkeit fehlgeschlagen - Schlüssel muss vorhanden sein."
5897
5929
 
@@ -7666,6 +7698,9 @@ msgstr "Speichern des Symbols fehlgeschlagen."
7666
7698
  msgid "Failed to save the host key."
7667
7699
  msgstr "Speichern des Hostschlüssels fehlgeschlagen."
7668
7700
 
7701
+ msgid "Failed to save the tool approval mode."
7702
+ msgstr "Der Vorgang zum Speichern des Werkzeugfreigabemodus ist fehlgeschlagen."
7703
+
7669
7704
  msgid "Failed to save translations"
7670
7705
  msgstr "Speichern der Übersetzungen fehlgeschlagen"
7671
7706
 
@@ -8343,6 +8378,12 @@ msgstr "Für Produktionsumgebungen empfehlen wir unser vollständig unterstützt
8343
8378
  msgid "For security reasons, the external authentication server (single sign-on) does not allow for password confirmation. Instead, enter the following code to continue:"
8344
8379
  msgstr "Aus Sicherheitsgründen erlaubt der externe Server für die Authentifizierung (Single-Sign-On) keine Bestätigung des Passworts. Geben Sie stattdessen den folgenden Code ein, um fortzufahren:"
8345
8380
 
8381
+ msgid "For this conversation only"
8382
+ msgstr "Nur für dieses Gespräch"
8383
+
8384
+ msgid "For this conversation only, unlike the global auto-approve mode"
8385
+ msgstr "Nur für diese Unterhaltung, im Gegensatz zum globalen Modus „Automatisch genehmigen“"
8386
+
8346
8387
  msgid "Forbidden for web browsers"
8347
8388
  msgstr "Nicht für Web-Browser zugelassen"
8348
8389
 
@@ -8508,6 +8549,9 @@ msgstr "Mit KI generieren"
8508
8549
  msgid "Generating report"
8509
8550
  msgstr "Bericht wird erstellt"
8510
8551
 
8552
+ msgid "Generating response…"
8553
+ msgstr "Antwort-… generieren"
8554
+
8511
8555
  msgid "Generic"
8512
8556
  msgstr "Allgemein"
8513
8557
 
@@ -10303,6 +10347,9 @@ msgstr "Liste der Beispieloperationen"
10303
10347
  msgid "List of supported operations"
10304
10348
  msgstr "Liste der unterstützten Operationen"
10305
10349
 
10350
+ msgid "Listening…"
10351
+ msgstr "Hör-…"
10352
+
10306
10353
  msgid "Little-endian"
10307
10354
  msgstr "Little-Endian"
10308
10355
 
@@ -10555,6 +10602,12 @@ msgstr "Längengrad"
10555
10602
  msgid "Longitude (°)"
10556
10603
  msgstr "Längengrad (°)"
10557
10604
 
10605
+ msgid "Look up: {{resource}}"
10606
+ msgstr "Nachschlagen: {{resource}}"
10607
+
10608
+ msgid "Look up: {{resource}} with status: {{status}}"
10609
+ msgstr "Nachschlagen: {{resource}} mit dem Status: {{status}}"
10610
+
10558
10611
  msgid "Lowercase letters, numbers and hyphens only"
10559
10612
  msgstr "Nur Kleinbuchstaben, Zahlen und Bindestriche"
10560
10613
 
@@ -10942,6 +10995,9 @@ msgstr "Kennzahlen, die den Zeitabschnitt selbst quantifizieren – wie viele Me
10942
10995
  msgid "MiB"
10943
10996
  msgstr "MiB"
10944
10997
 
10998
+ msgid "Microphone access is blocked. Allow microphone access to use voice input."
10999
+ msgstr "Der Zugriff auf das Mikrofon ist gesperrt. Erlauben Sie den Zugriff auf das Mikrofon, um die Spracheingabe zu verwenden."
11000
+
10945
11001
  msgid "Microservice"
10946
11002
  msgstr "Microservice"
10947
11003
 
@@ -11085,6 +11141,12 @@ msgstr "Monatlich: {{ monthDay }} Tag des Monats, um {{ hour }}:{{ minutes }}."
11085
11141
  msgid "More"
11086
11142
  msgstr "Mehr"
11087
11143
 
11144
+ msgid "More actions"
11145
+ msgstr "Weitere Aktionen"
11146
+
11147
+ msgid "More approval options"
11148
+ msgstr "Weitere Optionen für die Genehmigung"
11149
+
11088
11150
  msgid "More data may be available."
11089
11151
  msgstr "Es könnten weitere Daten vorliegen."
11090
11152
 
@@ -11234,7 +11296,7 @@ msgid "Name is mandatory but has no restricted format or semantics."
11234
11296
  msgstr "Ein Name ist obligatorisch, aber ohne vorgeschriebenes Format oder Semantik."
11235
11297
 
11236
11298
  msgid "Name must be a valid identifier (only letters, digits, underscores, or dollar signs allowed, cannot start with a digit)."
11237
- msgstr "Der Name muss ein gültiger Bezeichner sein (es sind nur Buchstaben, Ziffern, Unterstriche oder Dollarzeichen zulässig; er darf nicht mit einer Ziffer beginnen)."
11299
+ msgstr "Der Name muss eine gültige ID sein (es sind nur Buchstaben, Ziffern, Unterstriche oder Dollarzeichen zulässig; er darf nicht mit einer Ziffer beginnen)."
11238
11300
 
11239
11301
  msgid "Name must be unique among coils and discrete inputs."
11240
11302
  msgstr "Name muss für alle Coils und diskreten Eingänge eindeutig sein."
@@ -12077,9 +12139,6 @@ msgstr "Keine erforderlichen API-Werte"
12077
12139
  msgid "No response to display."
12078
12140
  msgstr "Keine Antwort anzuzeigen."
12079
12141
 
12080
- msgid "No response."
12081
- msgstr "Keine Antwort."
12082
-
12083
12142
  msgid "No responses."
12084
12143
  msgstr "Keine Antworten"
12085
12144
 
@@ -14527,6 +14586,9 @@ msgstr "Antwort"
14527
14586
  msgid "Response ID"
14528
14587
  msgstr "Antwort-ID"
14529
14588
 
14589
+ msgid "Response complete"
14590
+ msgstr "Antwort abgeschlossen"
14591
+
14530
14592
  msgid "Response interval"
14531
14593
  msgstr "Antwortintervall"
14532
14594
 
@@ -14710,6 +14772,9 @@ msgstr "Starten"
14710
14772
  msgid "Run the connection command"
14711
14773
  msgstr "Kommando für die Verbindung ausführen"
14712
14774
 
14775
+ msgid "Run tools without asking"
14776
+ msgstr "Tools starten, ohne nachzufragen"
14777
+
14713
14778
  msgid "S/N"
14714
14779
  msgstr "S/N"
14715
14780
 
@@ -14939,7 +15004,7 @@ msgid "Saving"
14939
15004
  msgstr "Speichern"
14940
15005
 
14941
15006
  msgid "Saving…"
14942
- msgstr "Wird gespeichert..."
15007
+ msgstr "Wird gespeichert"
14943
15008
 
14944
15009
  msgid "Scaling application \"{{appName}}\" from {{from}} to {{to}} instances"
14945
15010
  msgstr "Skalierung der Anwendung \"{{appName}}\" von {{from}} bis {{to}} Instanzen"
@@ -14992,6 +15057,9 @@ msgstr "Nach links scrollen"
14992
15057
  msgid "Scroll to the right"
14993
15058
  msgstr "Nach rechts scrollen"
14994
15059
 
15060
+ msgid "Scrollable example content"
15061
+ msgstr "Beispielinhalt zum Scrollen"
15062
+
14995
15063
  msgid "Search"
14996
15064
  msgstr "Suche"
14997
15065
 
@@ -16908,6 +16976,9 @@ msgstr "Status des Ursprungsmandanten"
16908
16976
  msgid "Specify at least one date."
16909
16977
  msgstr "Geben Sie mindestens ein Datum an."
16910
16978
 
16979
+ msgid "Specify at least one value."
16980
+ msgstr "Geben Sie mindestens einen Wert an."
16981
+
16911
16982
  msgid "Specify the exact start and end date/time of the time period to analyse. This provides a static view of historical data within the selected timeframe."
16912
16983
  msgstr "Geben Sie Start- und Enddatum bzw. Beginn- und Endzeitpunkt der zu analysierenden Zeitspanne an. Sie erhalten eine statische Ansicht der Verlaufsdaten innerhalb des ausgewählten Zeitraums."
16913
16984
 
@@ -16961,6 +17032,9 @@ msgstr "Beginnen Sie die Suche mit der Eingabe"
16961
17032
  msgid "Start typing to search, for example, {{ example }}"
16962
17033
  msgstr "Beginnen Sie die Suche mit der Eingabe, z. B. {{ example }}"
16963
17034
 
17035
+ msgid "Start voice input"
17036
+ msgstr "Spracheingabe starten"
17037
+
16964
17038
  msgid "Started"
16965
17039
  msgstr "Beginn"
16966
17040
 
@@ -17030,6 +17104,9 @@ msgstr "Stop-Bits"
17030
17104
  msgid "Stop following this asset."
17031
17105
  msgstr "Diesem Asset nicht mehr folgen."
17032
17106
 
17107
+ msgid "Stop voice input"
17108
+ msgstr "Spracheingabe beenden"
17109
+
17033
17110
  msgid "Storage (MB)"
17034
17111
  msgstr "Speicherplatz (MB)"
17035
17112
 
@@ -17210,6 +17287,9 @@ msgstr "{{ count }} Abonnenten erfolgreich abgemeldet.<br/>Abmelden fehlgeschlag
17210
17287
  msgid "Suggested"
17211
17288
  msgstr "Empfohlen"
17212
17289
 
17290
+ msgid "Suggested prompts"
17291
+ msgstr "Vorgeschlagene Eingabeaufforderungen"
17292
+
17213
17293
  msgid "Sum"
17214
17294
  msgstr "Summe"
17215
17295
 
@@ -18659,12 +18739,30 @@ msgstr "Zu viele Eigenschaften definiert, maximale Anzahl {{ schema.maxPropertie
18659
18739
  msgid "Too many requests. Try again later."
18660
18740
  msgstr "Zu viele Anfragen. Versuchen Sie es später erneut."
18661
18741
 
18742
+ msgid "Tool approval actions"
18743
+ msgstr "Aktionen zur Werkzeugfreigabe"
18744
+
18745
+ msgid "Tool approval mode"
18746
+ msgstr "Werkzeugfreigabemodus"
18747
+
18748
+ msgid "Tool call: {{toolName}}"
18749
+ msgstr "Tool-Aufruf: {{toolName}}"
18750
+
18751
+ msgid "Tool calls will run without asking for approval, in this and every future chat, until you turn this off again. Tools requiring explicit approval will still ask."
18752
+ msgstr "Tool-Aufrufe werden in diesem und allen zukünftigen Chats ohne Rückfrage gestartet, bis Sie diese Funktion wieder ausschalten. Tools, für die eine ausdrückliche Bestätigung erforderlich ist, fragen weiterhin nach."
18753
+
18662
18754
  msgid "Tool input"
18663
18755
  msgstr "Werkzeug-Eingabe"
18664
18756
 
18665
18757
  msgid "Tool output"
18666
18758
  msgstr "Tool-Ausgabe"
18667
18759
 
18760
+ msgid "Tool request: {{toolName}}"
18761
+ msgstr "Werkzeuganforderung: {{toolName}}"
18762
+
18763
+ msgid "Tool {{toolName}} requires approval"
18764
+ msgstr "Das Tool „ {{toolName}} “ ist erforderlich"
18765
+
18668
18766
  msgid "Top level nodes"
18669
18767
  msgstr "Oberste Knoten"
18670
18768
 
@@ -19892,6 +19990,9 @@ msgstr "Sichtbar auf der Anmeldeseite"
19892
19990
  msgid "Visualizes traffic light based on the states of a device"
19893
19991
  msgstr "Zeigt eine Ampel basiered auf dem Gerätestatus"
19894
19992
 
19993
+ msgid "Voice input failed. Try again."
19994
+ msgstr "Die Spracheingabe ist fehlgeschlagen. Bitte versuchen Sie es erneut."
19995
+
19895
19996
  msgid "Voice usage (sec)"
19896
19997
  msgstr "Sprachverbrauch (Sek.)"
19897
19998
 
@@ -20232,8 +20333,8 @@ msgstr "Ohne aktive Alarme oder Warnungen"
20232
20333
  msgid "With this application you can"
20233
20334
  msgstr "Mit dieser Anwendung können Sie"
20234
20335
 
20235
- msgid "Working"
20236
- msgstr "In Bearbeitung"
20336
+ msgid "Working"
20337
+ msgstr "In Bearbeitung"
20237
20338
 
20238
20339
  msgid "Write"
20239
20340
  msgstr "Schreiben"
@@ -20731,9 +20832,6 @@ msgstr "Sie haben die maximale Anzahl von {{ maxDevices }} Geräten erreicht. Es
20731
20832
  msgid "You removed delegation from user \"{{userName}}\"."
20732
20833
  msgstr "Sie haben die Delegierung an Benutzer \"{{userName}}\" aufgehoben."
20733
20834
 
20734
- msgid "You said: \"{{ message }}\""
20735
- msgstr "Sie sagten: „{{ message }}“"
20736
-
20737
20835
  msgid "You uploaded a valid SSL certificate for your custom domain"
20738
20836
  msgstr "Sie haben ein gültiges SSL-Zertifikat für Ihre benutzerdefinierte Domain hochgeladen"
20739
20837
 
@@ -20872,6 +20970,9 @@ msgstr "Nach {{date}}"
20872
20970
  msgid "aggregation"
20873
20971
  msgstr "Aggregation"
20874
20972
 
20973
+ msgid "alarms"
20974
+ msgstr "alarme"
20975
+
20875
20976
  msgid "align view height"
20876
20977
  msgstr "Anzeigehöhe ausrichten"
20877
20978
 
@@ -20896,6 +20997,9 @@ msgstr "und Template-ID"
20896
20997
  msgid "applicable for LWM2M 1.0"
20897
20998
  msgstr "zutreffend für LWM2M 1.0"
20898
20999
 
21000
+ msgid "applications"
21001
+ msgstr "Anwendungen"
21002
+
20899
21003
  msgid "applications [{{applicationsList}}] added"
20900
21004
  msgstr "Anwendungen [{{applicationsList}}] hinzugefügt"
20901
21005
 
@@ -20908,6 +21012,9 @@ msgstr "Anwendungen {{list}} hinzugefügt"
20908
21012
  msgid "applications {{list}} removed"
20909
21013
  msgstr "Anwendungen {{list}} gelöscht"
20910
21014
 
21015
+ msgid "assets"
21016
+ msgstr "assets"
21017
+
20911
21018
  msgid "auto refresh"
20912
21019
  msgstr "Automatische Aktualisierung"
20913
21020
 
@@ -21034,6 +21141,9 @@ msgstr "Beschreibung"
21034
21141
  msgid "description: \"{{ description | translate }}\""
21035
21142
  msgstr "Beschreibung: \"{{ description | translate }}\""
21036
21143
 
21144
+ msgid "device groups"
21145
+ msgstr "Gerätegruppen"
21146
+
21037
21147
  msgid "device name"
21038
21148
  msgstr "Gerätename"
21039
21149
 
@@ -21049,6 +21159,9 @@ msgstr "Gerätezeit"
21049
21159
  msgid "device type"
21050
21160
  msgstr "Gerätetyp"
21051
21161
 
21162
+ msgid "devices"
21163
+ msgstr "geräte"
21164
+
21052
21165
  msgid "devices selected"
21053
21166
  msgstr "Geräte ausgewählt"
21054
21167
 
@@ -21415,12 +21528,18 @@ msgstr "eskalieren"
21415
21528
  msgid "event"
21416
21529
  msgstr "Ereignis"
21417
21530
 
21531
+ msgid "events"
21532
+ msgstr "ereignisse"
21533
+
21418
21534
  msgid "exampleUser"
21419
21535
  msgstr "beispielBenutzer"
21420
21536
 
21421
21537
  msgid "execute operation"
21422
21538
  msgstr "Operation ausführen"
21423
21539
 
21540
+ msgid "external IDs"
21541
+ msgstr "externe IDs"
21542
+
21424
21543
  msgid "failure reason: \"{{ failureReason | translate }}\""
21425
21544
  msgstr "Fehlerursache: \"{{ failureReason | translate }}\""
21426
21545
 
@@ -21541,6 +21660,9 @@ msgstr "Stammdatenzuweisung [{{inventoryAssignment}}] hinzugefügt"
21541
21660
  msgid "inventory assignment [{{inventoryAssignment}}] removed"
21542
21661
  msgstr "Stammdatenzuweisung [{{inventoryAssignment}}] entfernt"
21543
21662
 
21663
+ msgid "inventory objects"
21664
+ msgstr "Stammdaten-Objekte"
21665
+
21544
21666
  msgid "kB"
21545
21667
  msgstr "kB"
21546
21668
 
@@ -21577,6 +21699,9 @@ msgstr "m"
21577
21699
  msgid "max"
21578
21700
  msgstr "Max"
21579
21701
 
21702
+ msgid "measurements"
21703
+ msgstr "Messwerte"
21704
+
21580
21705
  msgid "medium"
21581
21706
  msgstr "mittel"
21582
21707
 
@@ -21651,6 +21776,9 @@ msgstr "von {{ allItemsCount }} Elementen"
21651
21776
  msgid "oldest`data`"
21652
21777
  msgstr "älteste"
21653
21778
 
21779
+ msgid "operations"
21780
+ msgstr "operationen"
21781
+
21654
21782
  msgid "or"
21655
21783
  msgstr "oder"
21656
21784
 
@@ -21867,6 +21995,9 @@ msgstr "Einheit"
21867
21995
  msgid "upload a new asset"
21868
21996
  msgstr "Neues Asset hochladen"
21869
21997
 
21998
+ msgid "users"
21999
+ msgstr "Benutzer"
22000
+
21870
22001
  msgid "valid`value`"
21871
22002
  msgstr "gültig"
21872
22003