@c8y/ngx-components 1024.2.4 → 1024.5.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.
Files changed (56) hide show
  1. package/fesm2022/c8y-ngx-components-bookmarks.mjs +33 -23
  2. package/fesm2022/c8y-ngx-components-bookmarks.mjs.map +1 -1
  3. package/fesm2022/c8y-ngx-components-context-dashboard.mjs +2 -2
  4. package/fesm2022/c8y-ngx-components-context-dashboard.mjs.map +1 -1
  5. package/fesm2022/c8y-ngx-components-datapoint-explorer-view.mjs +3 -2
  6. package/fesm2022/c8y-ngx-components-datapoint-explorer-view.mjs.map +1 -1
  7. package/fesm2022/c8y-ngx-components-device-profile.mjs +27 -9
  8. package/fesm2022/c8y-ngx-components-device-profile.mjs.map +1 -1
  9. package/fesm2022/c8y-ngx-components-protocol-opcua.mjs +9 -11
  10. package/fesm2022/c8y-ngx-components-protocol-opcua.mjs.map +1 -1
  11. package/fesm2022/c8y-ngx-components-remote-access-data.mjs +43 -0
  12. package/fesm2022/c8y-ngx-components-remote-access-data.mjs.map +1 -1
  13. package/fesm2022/c8y-ngx-components-remote-access-ssh-remote-access-ssh-endpoint-modal.mjs +17 -3
  14. package/fesm2022/c8y-ngx-components-remote-access-ssh-remote-access-ssh-endpoint-modal.mjs.map +1 -1
  15. package/fesm2022/c8y-ngx-components-remote-access-terminal-viewer.mjs +179 -41
  16. package/fesm2022/c8y-ngx-components-remote-access-terminal-viewer.mjs.map +1 -1
  17. package/fesm2022/c8y-ngx-components-repository-firmware.mjs +5 -4
  18. package/fesm2022/c8y-ngx-components-repository-firmware.mjs.map +1 -1
  19. package/fesm2022/c8y-ngx-components-repository-software.mjs +10 -4
  20. package/fesm2022/c8y-ngx-components-repository-software.mjs.map +1 -1
  21. package/fesm2022/c8y-ngx-components-trusted-certificates.mjs +5 -4
  22. package/fesm2022/c8y-ngx-components-trusted-certificates.mjs.map +1 -1
  23. package/fesm2022/c8y-ngx-components-widgets-implementations-asset-table.mjs +6 -5
  24. package/fesm2022/c8y-ngx-components-widgets-implementations-asset-table.mjs.map +1 -1
  25. package/fesm2022/c8y-ngx-components.mjs +9 -4
  26. package/fesm2022/c8y-ngx-components.mjs.map +1 -1
  27. package/locales/de.po +61 -5
  28. package/locales/es.po +61 -5
  29. package/locales/fr.po +61 -5
  30. package/locales/ja_JP.po +60 -6
  31. package/locales/ko.po +61 -5
  32. package/locales/locales.pot +60 -4
  33. package/locales/nl.po +61 -5
  34. package/locales/pl.po +61 -5
  35. package/locales/pt_BR.po +61 -5
  36. package/locales/zh_CN.po +61 -5
  37. package/locales/zh_TW.po +61 -5
  38. package/package.json +1 -1
  39. package/types/c8y-ngx-components-bookmarks.d.ts +7 -7
  40. package/types/c8y-ngx-components-bookmarks.d.ts.map +1 -1
  41. package/types/c8y-ngx-components-device-profile.d.ts +5 -2
  42. package/types/c8y-ngx-components-device-profile.d.ts.map +1 -1
  43. package/types/c8y-ngx-components-protocol-opcua.d.ts.map +1 -1
  44. package/types/c8y-ngx-components-remote-access-data.d.ts +19 -0
  45. package/types/c8y-ngx-components-remote-access-data.d.ts.map +1 -1
  46. package/types/c8y-ngx-components-remote-access-ssh-remote-access-ssh-endpoint-modal.d.ts +10 -3
  47. package/types/c8y-ngx-components-remote-access-ssh-remote-access-ssh-endpoint-modal.d.ts.map +1 -1
  48. package/types/c8y-ngx-components-remote-access-terminal-viewer.d.ts +20 -2
  49. package/types/c8y-ngx-components-remote-access-terminal-viewer.d.ts.map +1 -1
  50. package/types/c8y-ngx-components-repository-firmware.d.ts.map +1 -1
  51. package/types/c8y-ngx-components-repository-software.d.ts +2 -0
  52. package/types/c8y-ngx-components-repository-software.d.ts.map +1 -1
  53. package/types/c8y-ngx-components-trusted-certificates.d.ts.map +1 -1
  54. package/types/c8y-ngx-components-widgets-implementations-asset-table.d.ts.map +1 -1
  55. package/types/c8y-ngx-components.d.ts +5 -1
  56. package/types/c8y-ngx-components.d.ts.map +1 -1
package/locales/nl.po CHANGED
@@ -2722,6 +2722,9 @@ msgstr "Favoriet"
2722
2722
  msgid "Bookmark added."
2723
2723
  msgstr "Favoriet toegevoegd."
2724
2724
 
2725
+ msgid "Bookmark label"
2726
+ msgstr "Bladwijzerlabel"
2727
+
2725
2728
  msgid "Bookmark removed."
2726
2729
  msgstr "Favoriet verwijderd."
2727
2730
 
@@ -4107,6 +4110,9 @@ msgstr "Deprovisioning bevestigen?"
4107
4110
  msgid "Confirm device type change?"
4108
4111
  msgstr "Wijziging apparaattype bevestigen?"
4109
4112
 
4113
+ msgid "Confirm host key"
4114
+ msgstr "Hostsleutel bevestigen"
4115
+
4110
4116
  msgid "Confirm log out all users?"
4111
4117
  msgstr "Afmelden van alle gebruikers bevestigen?"
4112
4118
 
@@ -4134,6 +4140,9 @@ msgstr "Geselecteerde software bevestigen"
4134
4140
  msgid "Confirm selection"
4135
4141
  msgstr "Selectie bevestigen"
4136
4142
 
4143
+ msgid "Confirm the host key for {{ endpoint }}. Only continue if the fingerprint matches the server you expect."
4144
+ msgstr "Bevestig de hostsleutel voor {{ endpoint }}. Doorgaat alleen als de vingerafdruk overeenkomt met die van de server die je verwacht."
4145
+
4137
4146
  msgid "Confirm your current password"
4138
4147
  msgstr "Bevestig uw huidige wachtwoord"
4139
4148
 
@@ -6026,6 +6035,9 @@ msgstr "Apparaatprofiel gewijzigd."
6026
6035
  msgid "Device profile deleted."
6027
6036
  msgstr "Apparaatprofiel verwijderd."
6028
6037
 
6038
+ msgid "Device profile name"
6039
+ msgstr "Naam van het apparaatprofiel"
6040
+
6029
6041
  msgid "Device profiles"
6030
6042
  msgstr "Apparaatprofielen"
6031
6043
 
@@ -7532,6 +7544,9 @@ msgstr "Opslaan mislukt"
7532
7544
  msgid "Failed to save endpoint."
7533
7545
  msgstr "Mislukt om eindpunt op te slaan."
7534
7546
 
7547
+ msgid "Failed to save the host key."
7548
+ msgstr "Het opslaan van de host-sleutel is mislukt."
7549
+
7535
7550
  msgid "Failed to save translations"
7536
7551
  msgstr "Vertalingen zijn niet opgeslagen"
7537
7552
 
@@ -8085,6 +8100,9 @@ msgstr "Zoek uw protocol in de\n"
8085
8100
  " <a c8y-guide-href=\"/docs/protocol-integration/device-protocols\">gebruikersdocumentatie</a>\n"
8086
8101
  " voor meer informatie."
8087
8102
 
8103
+ msgid "Fingerprint (SHA-256): {{ value }}"
8104
+ msgstr "Vingerafdruk (SHA-256): {{ value }}"
8105
+
8088
8106
  msgid "Finish"
8089
8107
  msgstr "Voltooien"
8090
8108
 
@@ -8100,12 +8118,18 @@ msgstr "Firmwarewijzigingen"
8100
8118
  msgid "Firmware deleted."
8101
8119
  msgstr "Firmware verwijderd."
8102
8120
 
8121
+ msgid "Firmware description"
8122
+ msgstr "Beschrijving van de Firmware"
8123
+
8103
8124
  msgid "Firmware file"
8104
8125
  msgstr "Firmwarebestand"
8105
8126
 
8106
8127
  msgid "Firmware for hardware revision B"
8107
8128
  msgstr "Firmware voor hardwarerevisie B"
8108
8129
 
8130
+ msgid "Firmware name"
8131
+ msgstr "Naam van de Firmware"
8132
+
8109
8133
  msgid "Firmware patch added."
8110
8134
  msgstr "Firmware-patch toegevoegd."
8111
8135
 
@@ -9145,6 +9169,15 @@ msgstr "Host"
9145
9169
  msgid "Host key"
9146
9170
  msgstr "Hostsleutel"
9147
9171
 
9172
+ msgid "Host key changed"
9173
+ msgstr "Hostsleutel gewijzigd"
9174
+
9175
+ msgid "Host key verification failed."
9176
+ msgstr "De verificatie van de host-sleutel is mislukt."
9177
+
9178
+ msgid "Host key was not confirmed. Connection aborted."
9179
+ msgstr "De host-sleutel is niet bevestigd. De verbinding is afgebroken."
9180
+
9148
9181
  msgid "Hosted application"
9149
9182
  msgstr "Gehoste applicatie"
9150
9183
 
@@ -9262,6 +9295,9 @@ msgstr "Indien ingeschakeld, wordt de CSS ingekapseld en wordt er geen platforms
9262
9295
  msgid "If enabled, the zoom level and center bound is always adjusted to fit all assets within the map view."
9263
9296
  msgstr "Indien ingeschakeld, worden het zoomniveau en de middenbegrenzing altijd aangepast zodat alle Assets binnen de kaartweergave passen."
9264
9297
 
9298
+ msgid "If left empty, the server host key is trusted automatically on the first connection."
9299
+ msgstr "Als dit veld leeg wordt gelaten, wordt de host-sleutel van de server bij de eerste verbinding automatisch als betrouwbaar beschouwd."
9300
+
9265
9301
  msgid "If no constraints are set, device protocols are applied at any fitting location on the OPC UA\n"
9266
9302
  " server."
9267
9303
  msgstr "Als geen beperkingen worden ingesteld, worden apparaatprotocollen toegepast bij elke passende locatie op de OPC UA\n"
@@ -9771,6 +9807,9 @@ msgstr "Zonder eigenaar houden"
9771
9807
  msgid "Key"
9772
9808
  msgstr "Sleutel"
9773
9809
 
9810
+ msgid "Key type: {{ keyType }}"
9811
+ msgstr "Toetssoort: {{ keyType }}"
9812
+
9774
9813
  msgid "Key-based Authentication"
9775
9814
  msgstr "Authenticatie op basis van sleutel"
9776
9815
 
@@ -13416,6 +13455,12 @@ msgstr "Protocol \"{{protocol}}\" ondersteunt niet het \"{{credentialsType}}\" v
13416
13455
  msgid "Protocol and encryption"
13417
13456
  msgstr "Protocol en encryptie"
13418
13457
 
13458
+ msgid "Protocol description"
13459
+ msgstr "Beschrijving van het Protocol"
13460
+
13461
+ msgid "Protocol name"
13462
+ msgstr "Naam van het Protocol"
13463
+
13419
13464
  msgid "Provide a file path"
13420
13465
  msgstr "Geef een bestandspad op"
13421
13466
 
@@ -16580,12 +16625,18 @@ msgstr "Softwarewijzigingen"
16580
16625
  msgid "Software deleted."
16581
16626
  msgstr "Software verwijderd."
16582
16627
 
16628
+ msgid "Software description"
16629
+ msgstr "Beschrijving van de software"
16630
+
16583
16631
  msgid "Software file"
16584
16632
  msgstr "Softwarebestand"
16585
16633
 
16586
16634
  msgid "Software list"
16587
16635
  msgstr "Softwarelijst"
16588
16636
 
16637
+ msgid "Software name"
16638
+ msgstr "Naam van de software"
16639
+
16589
16640
  msgid "Software repository"
16590
16641
  msgstr "Software-archief"
16591
16642
 
@@ -17018,8 +17069,10 @@ msgstr "Ondersteunde bestanden: *.ico"
17018
17069
  msgid "Supported files: *.png, *.svg, *.jpg"
17019
17070
  msgstr "Ondersteunde bestanden: *.png, *.svg, *.jpg"
17020
17071
 
17021
- msgid "Supported formats: OpenSSHv1, OpenSSHv2, PEM, SSH2.<br>Supported algorithms: RSA, DSA, ECDSA, ED25519."
17022
- msgstr "Ondersteunde formaten: OpenSSHv1, OpenSSHv2, PEM, SSH2.<br>Ondersteunde algoritmen: RSA, DSA, ECDSA, ED25519."
17072
+ msgid "Supported formats: OpenSSHv1, OpenSSHv2, PEM, SSH2.<br>Supported algorithms: RSA, DSA, ECDSA,\n"
17073
+ " ED25519."
17074
+ msgstr "Ondersteunde formaten: OpenSSHv1, OpenSSHv2, PEM, SSH2.<br>Ondersteunde algoritmen: RSA, DSA, ECDSA,\n"
17075
+ " ED25519."
17023
17076
 
17024
17077
  msgid "Supported formats: OpenSSHv1, OpenSSHv2, PEM, SSH2.<br>Supported algorithms: RSA, DSA."
17025
17078
  msgstr "Ondersteunde formaten: OpenSSHv1, OpenSSHv2, PEM, SSH2.<br>Ondersteunde algoritmen: RSA, DSA."
@@ -17615,6 +17668,9 @@ msgstr "De startpagina van deze applicatie. Standaard is dit een aanpasbaar dash
17615
17668
  msgid "The homepage of this application. By default, it is a customizable dashboard displaying the most important alarms and shortcuts to frequently used features."
17616
17669
  msgstr "De startpagina van deze applicatie. Standaard is dit een aanpasbaar dashboard waarop de belangrijkste alarmen en snelkoppelingen naar veelgebruikte functies worden weergegeven."
17617
17670
 
17671
+ msgid "The host key for {{ endpoint }} has changed since it was last stored. This can happen after a legitimate key rotation, but it can also indicate a man-in-the-middle attack. Only continue if you trust the new key."
17672
+ msgstr "De host-sleutel voor {{ endpoint }} is gewijzigd sinds deze voor het laatst werd opgeslagen. Dit kan gebeuren na een legitieme sleutelrotatie, maar het kan ook wijzen op een man-in-the-middle-aanval. Ga alleen door als je de nieuwe sleutel vertrouwt."
17673
+
17618
17674
  msgid "The image is entirely displayed within the widget while preserving the aspect ratio."
17619
17675
  msgstr "De afbeelding wordt volledig binnen de widget weergegeven terwijl de aspectverhouding behouden blijft."
17620
17676
 
@@ -18511,6 +18567,9 @@ msgstr "Afgekapte gegevens."
18511
18567
  msgid "Truncated data. Change aggregation or select shorter date range."
18512
18568
  msgstr "Afgekorte gegevens. Wijzigen van aggregatie of selecteren van korter datumbereik."
18513
18569
 
18570
+ msgid "Trust and connect"
18571
+ msgstr "Vertrouwen en verbinding"
18572
+
18514
18573
  msgid "Trust store password"
18515
18574
  msgstr "Wachtwoord van truststore"
18516
18575
 
@@ -18885,9 +18944,6 @@ msgstr "Bulkbewerking updaten"
18885
18944
  msgid "Update bulk operation: {{updatesList}}"
18886
18945
  msgstr "Bulkbewerking bijwerken: {{updatesList}}"
18887
18946
 
18888
- msgid "Update certificate name"
18889
- msgstr "Certificaatnaam bijwerken"
18890
-
18891
18947
  msgid "Update completed"
18892
18948
  msgstr "Update voltooid."
18893
18949
 
package/locales/pl.po CHANGED
@@ -2763,6 +2763,9 @@ msgstr "Zakładka"
2763
2763
  msgid "Bookmark added."
2764
2764
  msgstr "Dodano zakładkę."
2765
2765
 
2766
+ msgid "Bookmark label"
2767
+ msgstr "Etykieta zakładki"
2768
+
2766
2769
  msgid "Bookmark removed."
2767
2770
  msgstr "Usunięto zakładkę."
2768
2771
 
@@ -4148,6 +4151,9 @@ msgstr "Potwierdzić cofnięcie udostępniania?"
4148
4151
  msgid "Confirm device type change?"
4149
4152
  msgstr "Potwierdzić zmianę typu urządzenia?"
4150
4153
 
4154
+ msgid "Confirm host key"
4155
+ msgstr "Potwierdź klucz serwera"
4156
+
4151
4157
  msgid "Confirm log out all users?"
4152
4158
  msgstr "Potwierdzić wylogowanie wszystkich użytkowników?"
4153
4159
 
@@ -4175,6 +4181,9 @@ msgstr "Potwierdź wybrane oprogramowanie"
4175
4181
  msgid "Confirm selection"
4176
4182
  msgstr "Potwierdź wybór"
4177
4183
 
4184
+ msgid "Confirm the host key for {{ endpoint }}. Only continue if the fingerprint matches the server you expect."
4185
+ msgstr "Potwierdź klucz hosta serwisu {{ endpoint }}. Dalej tylko wtedy, gdy odcisk palca zgadza się z oczekiwanym serwerem."
4186
+
4178
4187
  msgid "Confirm your current password"
4179
4188
  msgstr "Potwierdź bieżące hasło"
4180
4189
 
@@ -6069,6 +6078,9 @@ msgstr "Zmieniono profil urządzenia."
6069
6078
  msgid "Device profile deleted."
6070
6079
  msgstr "Usunięto profil urządzenia."
6071
6080
 
6081
+ msgid "Device profile name"
6082
+ msgstr "Nazwa profilu urządzenia"
6083
+
6072
6084
  msgid "Device profiles"
6073
6085
  msgstr "Profile urządzeń"
6074
6086
 
@@ -7574,6 +7586,9 @@ msgstr "Zapis nieudany"
7574
7586
  msgid "Failed to save endpoint."
7575
7587
  msgstr "Nieudana próba zapisania punktu końcowego."
7576
7588
 
7589
+ msgid "Failed to save the host key."
7590
+ msgstr "Nieudana próba zapisu klucza hosta."
7591
+
7577
7592
  msgid "Failed to save translations"
7578
7593
  msgstr "Nie udało się zapisać tłumaczeń"
7579
7594
 
@@ -8127,6 +8142,9 @@ msgstr "Więcej informacji o protokole zawiera\n"
8127
8142
  " <a c8y-guide-href=\"/docs/protocol-integration/device-protocols\">dokumentacja użytkownika</a>\n"
8128
8143
  " ."
8129
8144
 
8145
+ msgid "Fingerprint (SHA-256): {{ value }}"
8146
+ msgstr "Odcisk palca (SHA-256): {{ value }}"
8147
+
8130
8148
  msgid "Finish"
8131
8149
  msgstr "Zakończ"
8132
8150
 
@@ -8142,12 +8160,18 @@ msgstr "Zmiany oprogramowania sprzętowego"
8142
8160
  msgid "Firmware deleted."
8143
8161
  msgstr "Usunięto oprogramowanie sprzętowe."
8144
8162
 
8163
+ msgid "Firmware description"
8164
+ msgstr "Opis oprogramowania sprzętowego"
8165
+
8145
8166
  msgid "Firmware file"
8146
8167
  msgstr "Plik oprogramowania sprzętowego"
8147
8168
 
8148
8169
  msgid "Firmware for hardware revision B"
8149
8170
  msgstr "Oprogramowanie sprzętowe dla wersji B"
8150
8171
 
8172
+ msgid "Firmware name"
8173
+ msgstr "Nazwa oprogramowania sprzętowego"
8174
+
8151
8175
  msgid "Firmware patch added."
8152
8176
  msgstr "Dodano poprawkę oprogramowania sprzętowego."
8153
8177
 
@@ -9188,6 +9212,15 @@ msgstr "Host"
9188
9212
  msgid "Host key"
9189
9213
  msgstr "Klucz hosta"
9190
9214
 
9215
+ msgid "Host key changed"
9216
+ msgstr "Zmieniono klucz hosta"
9217
+
9218
+ msgid "Host key verification failed."
9219
+ msgstr "Weryfikacja klucza hosta była nieudana."
9220
+
9221
+ msgid "Host key was not confirmed. Connection aborted."
9222
+ msgstr "Klucz serwera nie został potwierdzony. Połączenie przerwano."
9223
+
9191
9224
  msgid "Hosted application"
9192
9225
  msgstr "Aplikacja hostowana"
9193
9226
 
@@ -9305,6 +9338,9 @@ msgstr "Jeśli opcja jest włączona, arkusz CSS zostanie zamknięty w kapsule i
9305
9338
  msgid "If enabled, the zoom level and center bound is always adjusted to fit all assets within the map view."
9306
9339
  msgstr "Jeśli opcja jest włączona, poziom powiększenia i granica środkowa są zawsze dostosowywane tak, aby wszystkie zasoby zmieściły się w widoku mapy."
9307
9340
 
9341
+ msgid "If left empty, the server host key is trusted automatically on the first connection."
9342
+ msgstr "Jeśli pole to pozostanie puste, klucz hosta serwera zostanie automatycznie uznany za zaufany przy pierwszym połączeniu."
9343
+
9308
9344
  msgid "If no constraints are set, device protocols are applied at any fitting location on the OPC UA\n"
9309
9345
  " server."
9310
9346
  msgstr "W przypadku braku ograniczeń protokoły urządzeń są stosowane w dowolnej pasującej lokalizacji na\n"
@@ -9816,6 +9852,9 @@ msgstr "Zachowaj bez właściciela"
9816
9852
  msgid "Key"
9817
9853
  msgstr "Klucz"
9818
9854
 
9855
+ msgid "Key type: {{ keyType }}"
9856
+ msgstr "Typ klucza: {{ keyType }}"
9857
+
9819
9858
  msgid "Key-based Authentication"
9820
9859
  msgstr "Uwierzytelnianie na podstawie klucza"
9821
9860
 
@@ -13465,6 +13504,12 @@ msgstr "Protokół „{{protocol}}” nie obsługuje typu danych do logowania
13465
13504
  msgid "Protocol and encryption"
13466
13505
  msgstr "Protokół i szyfrowanie"
13467
13506
 
13507
+ msgid "Protocol description"
13508
+ msgstr "Opis protokołu"
13509
+
13510
+ msgid "Protocol name"
13511
+ msgstr "Nazwa protokołu"
13512
+
13468
13513
  msgid "Provide a file path"
13469
13514
  msgstr "Podaj ścieżkę do pliku"
13470
13515
 
@@ -16631,12 +16676,18 @@ msgstr "Zmiany oprogramowania"
16631
16676
  msgid "Software deleted."
16632
16677
  msgstr "Usunięto oprogramowanie."
16633
16678
 
16679
+ msgid "Software description"
16680
+ msgstr "Opis oprogramowania"
16681
+
16634
16682
  msgid "Software file"
16635
16683
  msgstr "Plik oprogramowania"
16636
16684
 
16637
16685
  msgid "Software list"
16638
16686
  msgstr "Lista oprogramowania"
16639
16687
 
16688
+ msgid "Software name"
16689
+ msgstr "Nazwa oprogramowania"
16690
+
16640
16691
  msgid "Software repository"
16641
16692
  msgstr "Repozytorium oprogramowania"
16642
16693
 
@@ -17069,8 +17120,10 @@ msgstr "Obsługiwane pliki: *.ico"
17069
17120
  msgid "Supported files: *.png, *.svg, *.jpg"
17070
17121
  msgstr "Obsługiwane pliki: *.png, *.svg, *.jpg"
17071
17122
 
17072
- msgid "Supported formats: OpenSSHv1, OpenSSHv2, PEM, SSH2.<br>Supported algorithms: RSA, DSA, ECDSA, ED25519."
17073
- msgstr "Obsługiwane formaty: OpenSSHv1, OpenSSHv2, PEM, SSH2.<br>Obsługiwane algorytmy: RSA, DSA, ECDSA, ED25519."
17123
+ msgid "Supported formats: OpenSSHv1, OpenSSHv2, PEM, SSH2.<br>Supported algorithms: RSA, DSA, ECDSA,\n"
17124
+ " ED25519."
17125
+ msgstr "Obsługiwane formaty: OpenSSHv1, OpenSSHv2, PEM, SSH2.<br>Obsługiwane algorytmy: RSA, DSA, ECDSA,\n"
17126
+ " ED25519."
17074
17127
 
17075
17128
  msgid "Supported formats: OpenSSHv1, OpenSSHv2, PEM, SSH2.<br>Supported algorithms: RSA, DSA."
17076
17129
  msgstr "Obsługiwane formaty: OpenSSHv1, OpenSSHv2, PEM, SSH2.<br>Obsługiwane algorytmy: RSA, DSA."
@@ -17666,6 +17719,9 @@ msgstr "Strona główna tej aplikacji. Domyślnie jest to konfigurowalny pulpit
17666
17719
  msgid "The homepage of this application. By default, it is a customizable dashboard displaying the most important alarms and shortcuts to frequently used features."
17667
17720
  msgstr "Strona główna tej aplikacji. Domyślnie jest to konfigurowalny pulpit zawierający najważniejsze alarmy i skróty do często używanych funkcji."
17668
17721
 
17722
+ msgid "The host key for {{ endpoint }} has changed since it was last stored. This can happen after a legitimate key rotation, but it can also indicate a man-in-the-middle attack. Only continue if you trust the new key."
17723
+ msgstr "Klucz serwera dla adresu {{ endpoint }} został zmieniony od czasu jego ostatniego zapisania. Może to wynikać z prawidłowej rotacji kluczy, ale może również wskazywać na atak typu „man-in-the-middle”. Dalej idź tylko wtedy, gdy ufasz nowemu kluczowi."
17724
+
17669
17725
  msgid "The image is entirely displayed within the widget while preserving the aspect ratio."
17670
17726
  msgstr "Obraz jest w całości wyświetlany w widżecie z zachowaniem proporcji."
17671
17727
 
@@ -18559,6 +18615,9 @@ msgstr "Obcięto dane."
18559
18615
  msgid "Truncated data. Change aggregation or select shorter date range."
18560
18616
  msgstr "Dane obcięte. Zmień agregację lub wybierz krótszy zakres dat."
18561
18617
 
18618
+ msgid "Trust and connect"
18619
+ msgstr "Zaufaj i nawiąż kontakt"
18620
+
18562
18621
  msgid "Trust store password"
18563
18622
  msgstr "Hasło magazynu zaufania"
18564
18623
 
@@ -18933,9 +18992,6 @@ msgstr "Uaktualnij operację zbiorczą"
18933
18992
  msgid "Update bulk operation: {{updatesList}}"
18934
18993
  msgstr "Aktualizuj operację zbiorczą: {{updatesList}}"
18935
18994
 
18936
- msgid "Update certificate name"
18937
- msgstr "Zaktualizuj nazwę certyfikatu"
18938
-
18939
18995
  msgid "Update completed"
18940
18996
  msgstr "Zakończono aktualizację"
18941
18997
 
package/locales/pt_BR.po CHANGED
@@ -2722,6 +2722,9 @@ msgstr "Marcador"
2722
2722
  msgid "Bookmark added."
2723
2723
  msgstr "Marcador adicionado."
2724
2724
 
2725
+ msgid "Bookmark label"
2726
+ msgstr "Rótulo do marcador"
2727
+
2725
2728
  msgid "Bookmark removed."
2726
2729
  msgstr "Marcador removido."
2727
2730
 
@@ -4107,6 +4110,9 @@ msgstr "Confirma desprovisionamento?"
4107
4110
  msgid "Confirm device type change?"
4108
4111
  msgstr "Confirmar a alteração do tipo de dispositivo?"
4109
4112
 
4113
+ msgid "Confirm host key"
4114
+ msgstr "Confirmar chave do servidor"
4115
+
4110
4116
  msgid "Confirm log out all users?"
4111
4117
  msgstr "Confirmar o log out de todos os usuários?"
4112
4118
 
@@ -4134,6 +4140,9 @@ msgstr "Confirmar software selecionado"
4134
4140
  msgid "Confirm selection"
4135
4141
  msgstr "Confirmar seleção"
4136
4142
 
4143
+ msgid "Confirm the host key for {{ endpoint }}. Only continue if the fingerprint matches the server you expect."
4144
+ msgstr "Confirme a chave do host para {{ endpoint }}. Só continue se a impressão digital corresponder ao servidor esperado."
4145
+
4137
4146
  msgid "Confirm your current password"
4138
4147
  msgstr "Confirme a sua senha atual"
4139
4148
 
@@ -6026,6 +6035,9 @@ msgstr "Perfil de dispositivo alterado."
6026
6035
  msgid "Device profile deleted."
6027
6036
  msgstr "Perfil de dispositivo excluído."
6028
6037
 
6038
+ msgid "Device profile name"
6039
+ msgstr "Nome do perfil de dispositivo"
6040
+
6029
6041
  msgid "Device profiles"
6030
6042
  msgstr "Perfis do dispositivo"
6031
6043
 
@@ -7532,6 +7544,9 @@ msgstr "Falha ao salvar"
7532
7544
  msgid "Failed to save endpoint."
7533
7545
  msgstr "Falha ao salvar o ponto de extremidade."
7534
7546
 
7547
+ msgid "Failed to save the host key."
7548
+ msgstr "Houve uma falha na tentativa de salvar a chave do host."
7549
+
7535
7550
  msgid "Failed to save translations"
7536
7551
  msgstr "Falha ao salvar traduções"
7537
7552
 
@@ -8085,6 +8100,9 @@ msgstr "Encontre o seu protocolo na\n"
8085
8100
  " <a c8y-guide-href=\"/docs/protocol-integration/device-protocols\">documentação do usuário</a>\n"
8086
8101
  " para obter mais informações."
8087
8102
 
8103
+ msgid "Fingerprint (SHA-256): {{ value }}"
8104
+ msgstr "Impressão digital (SHA-256): {{ value }}"
8105
+
8088
8106
  msgid "Finish"
8089
8107
  msgstr "Finalizar"
8090
8108
 
@@ -8100,12 +8118,18 @@ msgstr "Alterações de firmware"
8100
8118
  msgid "Firmware deleted."
8101
8119
  msgstr "Firmware excluído."
8102
8120
 
8121
+ msgid "Firmware description"
8122
+ msgstr "Descrição do Firmware"
8123
+
8103
8124
  msgid "Firmware file"
8104
8125
  msgstr "Arquivo de firmware"
8105
8126
 
8106
8127
  msgid "Firmware for hardware revision B"
8107
8128
  msgstr "Firmware para revisão de hardware B"
8108
8129
 
8130
+ msgid "Firmware name"
8131
+ msgstr "Nome do Firmware"
8132
+
8109
8133
  msgid "Firmware patch added."
8110
8134
  msgstr "Patch de firmware adicionado."
8111
8135
 
@@ -9145,6 +9169,15 @@ msgstr "Host"
9145
9169
  msgid "Host key"
9146
9170
  msgstr "Chave host"
9147
9171
 
9172
+ msgid "Host key changed"
9173
+ msgstr "Chave do host alterada"
9174
+
9175
+ msgid "Host key verification failed."
9176
+ msgstr "Falha na verificação da chave do host."
9177
+
9178
+ msgid "Host key was not confirmed. Connection aborted."
9179
+ msgstr "A chave do host não foi confirmada. Conexão interrompida."
9180
+
9148
9181
  msgid "Hosted application"
9149
9182
  msgstr "Aplicação hospedada"
9150
9183
 
@@ -9262,6 +9295,9 @@ msgstr "Se ativado, o CSS será encapsulado e nenhum estilo da plataforma será
9262
9295
  msgid "If enabled, the zoom level and center bound is always adjusted to fit all assets within the map view."
9263
9296
  msgstr "Se ativado, o nível de zoom e o limite central são sempre ajustados para caber todos os recursos dentro da visualização do mapa."
9264
9297
 
9298
+ msgid "If left empty, the server host key is trusted automatically on the first connection."
9299
+ msgstr "Se for deixado em branco, a chave do servidor será considerada confiável de forma automática na primeira conexão."
9300
+
9265
9301
  msgid "If no constraints are set, device protocols are applied at any fitting location on the OPC UA\n"
9266
9302
  " server."
9267
9303
  msgstr "Se nenhuma restrição for definida, os protocolos do dispositivo são aplicados em qualquer local adequado no\n"
@@ -9771,6 +9807,9 @@ msgstr "Manter sem proprietário"
9771
9807
  msgid "Key"
9772
9808
  msgstr "Chave"
9773
9809
 
9810
+ msgid "Key type: {{ keyType }}"
9811
+ msgstr "Tipo de chave: {{ keyType }}"
9812
+
9774
9813
  msgid "Key-based Authentication"
9775
9814
  msgstr "Autenticação baseada em chave"
9776
9815
 
@@ -13416,6 +13455,12 @@ msgstr "O protocolo \"{{protocol}}\" não suporta o tipo de credenciais \"{{cred
13416
13455
  msgid "Protocol and encryption"
13417
13456
  msgstr "Protocolo e criptografia"
13418
13457
 
13458
+ msgid "Protocol description"
13459
+ msgstr "Descrição do protocolo"
13460
+
13461
+ msgid "Protocol name"
13462
+ msgstr "Nome do protocolo"
13463
+
13419
13464
  msgid "Provide a file path"
13420
13465
  msgstr "Forneça um caminho de arquivo"
13421
13466
 
@@ -16580,12 +16625,18 @@ msgstr "Alterações de software"
16580
16625
  msgid "Software deleted."
16581
16626
  msgstr "Software excluído."
16582
16627
 
16628
+ msgid "Software description"
16629
+ msgstr "Descrição do software"
16630
+
16583
16631
  msgid "Software file"
16584
16632
  msgstr "Arquivo de software"
16585
16633
 
16586
16634
  msgid "Software list"
16587
16635
  msgstr "Lista de softwares"
16588
16636
 
16637
+ msgid "Software name"
16638
+ msgstr "Nome do Software"
16639
+
16589
16640
  msgid "Software repository"
16590
16641
  msgstr "Repositório de software"
16591
16642
 
@@ -17018,8 +17069,10 @@ msgstr "Arquivo suportados: *.ico"
17018
17069
  msgid "Supported files: *.png, *.svg, *.jpg"
17019
17070
  msgstr "Arquivo suportados: *.png, *.svg, *.jpg"
17020
17071
 
17021
- msgid "Supported formats: OpenSSHv1, OpenSSHv2, PEM, SSH2.<br>Supported algorithms: RSA, DSA, ECDSA, ED25519."
17022
- msgstr "Formatos compatíveis: OpenSSHv1, OpenSSHv2, PEM, SSH2.<br>Algoritmos compatíveis: RSA, DSA, ECDSA, ED25519."
17072
+ msgid "Supported formats: OpenSSHv1, OpenSSHv2, PEM, SSH2.<br>Supported algorithms: RSA, DSA, ECDSA,\n"
17073
+ " ED25519."
17074
+ msgstr "Formatos compatíveis: OpenSSHv1, OpenSSHv2, PEM, SSH2.<br>Algoritmos compatíveis: RSA, DSA, ECDSA,\n"
17075
+ " ED25519."
17023
17076
 
17024
17077
  msgid "Supported formats: OpenSSHv1, OpenSSHv2, PEM, SSH2.<br>Supported algorithms: RSA, DSA."
17025
17078
  msgstr "Formatos compatíveis: OpenSSHv1, OpenSSHv2, PEM, SSH2.<br>Algoritmos compatíveis: RSA, DSA."
@@ -17614,6 +17667,9 @@ msgstr "A página inicial desta aplicação. Por padrão, é um painel personali
17614
17667
  msgid "The homepage of this application. By default, it is a customizable dashboard displaying the most important alarms and shortcuts to frequently used features."
17615
17668
  msgstr "A página inicial desta aplicação. Por padrão, é um painel personalizável que exibe os alarmes e atalhos mais importantes dos recursos usados com frequência."
17616
17669
 
17670
+ msgid "The host key for {{ endpoint }} has changed since it was last stored. This can happen after a legitimate key rotation, but it can also indicate a man-in-the-middle attack. Only continue if you trust the new key."
17671
+ msgstr "A chave do servidor para {{ endpoint }} foi alterada desde a última vez em que foi armazenada. Isso pode ocorrer após uma rotação legítima de chaves, mas também pode indicar um ataque do tipo “man-in-the-middle”. Só continue se confiar na nova chave."
17672
+
17617
17673
  msgid "The image is entirely displayed within the widget while preserving the aspect ratio."
17618
17674
  msgstr "A imagem é exibida totalmente dentro do widget, preservando a proporção."
17619
17675
 
@@ -18509,6 +18565,9 @@ msgstr "Dados truncados."
18509
18565
  msgid "Truncated data. Change aggregation or select shorter date range."
18510
18566
  msgstr "Dados truncados. Altere a agregação ou selecione um intervalo de datas mais curto."
18511
18567
 
18568
+ msgid "Trust and connect"
18569
+ msgstr "Confie e conecte-se"
18570
+
18512
18571
  msgid "Trust store password"
18513
18572
  msgstr "Senha da Trust Store"
18514
18573
 
@@ -18882,9 +18941,6 @@ msgstr "Atualizar operação em massa"
18882
18941
  msgid "Update bulk operation: {{updatesList}}"
18883
18942
  msgstr "Atualizar operação em massa: {{updatesList}}"
18884
18943
 
18885
- msgid "Update certificate name"
18886
- msgstr "Atualizar nome de certificado"
18887
-
18888
18944
  msgid "Update completed"
18889
18945
  msgstr "Atualização concluída"
18890
18946