@c8y/ngx-components 1021.31.4 → 1021.34.2

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 (75) hide show
  1. package/alarms/alarms-date-filter.component.d.ts +1 -0
  2. package/alarms/alarms-date-filter.component.d.ts.map +1 -1
  3. package/core/common/service-registry.model.d.ts +2 -1
  4. package/core/common/service-registry.model.d.ts.map +1 -1
  5. package/core/dynamic-component/dynamic-component.component.d.ts +5 -0
  6. package/core/dynamic-component/dynamic-component.component.d.ts.map +1 -1
  7. package/core/plugins/plugins.service.d.ts +3 -0
  8. package/core/plugins/plugins.service.d.ts.map +1 -1
  9. package/core/router/router-tabs.resolver.d.ts +2 -2
  10. package/core/router/router-tabs.resolver.d.ts.map +1 -1
  11. package/esm2022/alarms/alarms-date-filter.component.mjs +5 -3
  12. package/esm2022/alarms/alarms-type-filter.component.mjs +3 -3
  13. package/esm2022/core/common/service-registry.model.mjs +1 -1
  14. package/esm2022/core/dynamic-component/dynamic-component.component.mjs +23 -3
  15. package/esm2022/core/plugins/plugins.service.mjs +7 -1
  16. package/esm2022/core/router/router-tabs.resolver.mjs +22 -8
  17. package/esm2022/ecosystem/application-plugins/application-plugins.component.mjs +2 -2
  18. package/esm2022/protocol-lwm2m/ng1/plugin-checker.service.mjs +5 -1
  19. package/esm2022/services/services-device-tab/service-command.service.mjs +113 -0
  20. package/esm2022/services/services-device-tab/service-device-tab.model.mjs +1 -1
  21. package/esm2022/services/services-device-tab/services-device-tab.component.mjs +13 -7
  22. package/esm2022/widgets/definitions/asset-notes/c8y-ngx-components-widgets-definitions-asset-notes.mjs +5 -0
  23. package/esm2022/widgets/definitions/asset-notes/index.mjs +29 -0
  24. package/esm2022/widgets/definitions/index.mjs +2 -1
  25. package/esm2022/widgets/implementations/asset-notes/asset-notes-widget.component.mjs +67 -0
  26. package/esm2022/widgets/implementations/asset-notes/c8y-ngx-components-widgets-implementations-asset-notes.mjs +5 -0
  27. package/esm2022/widgets/implementations/asset-notes/index.mjs +2 -0
  28. package/fesm2022/c8y-ngx-components-alarms.mjs +5 -4
  29. package/fesm2022/c8y-ngx-components-alarms.mjs.map +1 -1
  30. package/fesm2022/c8y-ngx-components-ecosystem-application-plugins.mjs +1 -1
  31. package/fesm2022/c8y-ngx-components-ecosystem-application-plugins.mjs.map +1 -1
  32. package/fesm2022/c8y-ngx-components-ecosystem.mjs +1 -1
  33. package/fesm2022/c8y-ngx-components-ecosystem.mjs.map +1 -1
  34. package/fesm2022/c8y-ngx-components-protocol-lwm2m.mjs +4 -0
  35. package/fesm2022/c8y-ngx-components-protocol-lwm2m.mjs.map +1 -1
  36. package/fesm2022/c8y-ngx-components-services.mjs +116 -5
  37. package/fesm2022/c8y-ngx-components-services.mjs.map +1 -1
  38. package/fesm2022/c8y-ngx-components-widgets-definitions-asset-notes.mjs +36 -0
  39. package/fesm2022/c8y-ngx-components-widgets-definitions-asset-notes.mjs.map +1 -0
  40. package/fesm2022/c8y-ngx-components-widgets-definitions.mjs +1 -0
  41. package/fesm2022/c8y-ngx-components-widgets-definitions.mjs.map +1 -1
  42. package/fesm2022/c8y-ngx-components-widgets-implementations-asset-notes.mjs +74 -0
  43. package/fesm2022/c8y-ngx-components-widgets-implementations-asset-notes.mjs.map +1 -0
  44. package/fesm2022/c8y-ngx-components.mjs +48 -8
  45. package/fesm2022/c8y-ngx-components.mjs.map +1 -1
  46. package/locales/de.po +25 -14
  47. package/locales/es.po +22 -11
  48. package/locales/fr.po +22 -11
  49. package/locales/ja_JP.po +21 -9
  50. package/locales/ko.po +21 -9
  51. package/locales/locales.pot +19 -7
  52. package/locales/nl.po +22 -11
  53. package/locales/pl.po +26 -16
  54. package/locales/pt_BR.po +26 -15
  55. package/locales/zh_CN.po +21 -9
  56. package/locales/zh_TW.po +21 -9
  57. package/package.json +1 -1
  58. package/protocol-lwm2m/ng1/plugin-checker.service.d.ts +4 -0
  59. package/protocol-lwm2m/ng1/plugin-checker.service.d.ts.map +1 -1
  60. package/services/services-device-tab/service-command.service.d.ts +59 -0
  61. package/services/services-device-tab/service-command.service.d.ts.map +1 -0
  62. package/services/services-device-tab/service-device-tab.model.d.ts +9 -0
  63. package/services/services-device-tab/service-device-tab.model.d.ts.map +1 -1
  64. package/services/services-device-tab/services-device-tab.component.d.ts +5 -2
  65. package/services/services-device-tab/services-device-tab.component.d.ts.map +1 -1
  66. package/widgets/definitions/asset-notes/c8y-ngx-components-widgets-definitions-asset-notes.d.ts.map +1 -0
  67. package/widgets/definitions/asset-notes/index.d.ts +16 -0
  68. package/widgets/definitions/asset-notes/index.d.ts.map +1 -0
  69. package/widgets/definitions/index.d.ts +1 -0
  70. package/widgets/definitions/index.d.ts.map +1 -1
  71. package/widgets/implementations/asset-notes/asset-notes-widget.component.d.ts +33 -0
  72. package/widgets/implementations/asset-notes/asset-notes-widget.component.d.ts.map +1 -0
  73. package/widgets/implementations/asset-notes/c8y-ngx-components-widgets-implementations-asset-notes.d.ts.map +1 -0
  74. package/widgets/implementations/asset-notes/index.d.ts +2 -0
  75. package/widgets/implementations/asset-notes/index.d.ts.map +1 -0
package/locales/nl.po CHANGED
@@ -3,7 +3,6 @@ msgstr ""
3
3
  "Project-Id-Version: c8y-cumulocity-ui\n"
4
4
  "Report-Msgid-Bugs-To: \n"
5
5
  "POT-Creation-Date: \n"
6
- "PO-Revision-Date: 2025-01-13 18:13\n"
7
6
  "Last-Translator: \n"
8
7
  "Language: nl\n"
9
8
  "Language-Team: Dutch\n"
@@ -582,7 +581,7 @@ msgid "AUTH_PRIV"
582
581
  msgstr "AUTH_PRIV"
583
582
 
584
583
  msgid "AUTO`plugin status`"
585
- msgstr "AUTO`plugin status`"
584
+ msgstr "AUTO"
586
585
 
587
586
  msgid "About community packages"
588
587
  msgstr "Over communitypakketten"
@@ -3925,6 +3924,9 @@ msgstr "Kan een tenant niet maken. Tenant met opgegeven domein/URL bestaat al."
3925
3924
  msgid "Could not create application."
3926
3925
  msgstr "Kan geen applicatie maken."
3927
3926
 
3927
+ msgid "Could not create operaion."
3928
+ msgstr "Kon geen opera maken."
3929
+
3928
3930
  msgid "Could not create the device in the LoRa platform."
3929
3931
  msgstr "Kan het apparaat niet maken in het LoRa-platform."
3930
3932
 
@@ -4401,6 +4403,9 @@ msgstr "Aangepaste CSS"
4401
4403
  msgid "Custom action"
4402
4404
  msgstr "Aangepaste actie"
4403
4405
 
4406
+ msgid "Custom alarm type"
4407
+ msgstr "Aangepast alarmtype"
4408
+
4404
4409
  msgid "Custom applications"
4405
4410
  msgstr "Aangepaste applicaties"
4406
4411
 
@@ -8161,9 +8166,6 @@ msgstr "Als geen productcertificaatsleutel wordt gespecificeerd, wordt het appar
8161
8166
  msgid "If not specified, LWM2M Agent generates the URL"
8162
8167
  msgstr "Als dit niet is opgegeven, wordt de URL gegenereerd door LWM2M-agent"
8163
8168
 
8164
- msgid "If selected, it ignores empty values on all resources below."
8165
- msgstr "Als dit is ingeschakeld, worden lege waarden genegeerd voor alle onderstaande resources."
8166
-
8167
8169
  msgid "If selected, it will process the result of the request using response templates."
8168
8170
  msgstr "Indien geselecteerd, zal het resultaat van het verzoek met behulp van antwoordsjablonen worden verwerkt."
8169
8171
 
@@ -11469,6 +11471,9 @@ msgstr "Het wachtwoord moet aan de onderstaande vereisten voldoen:"
11469
11471
  msgid "Password only"
11470
11472
  msgstr "Alleen wachtwoord"
11471
11473
 
11474
+ msgid "Password options"
11475
+ msgstr "Opties voor wachtwoorden"
11476
+
11472
11477
  msgid "Password reset"
11473
11478
  msgstr "Wachtwoord opnieuw instellen"
11474
11479
 
@@ -12704,9 +12709,6 @@ msgstr "Widgets resetten"
12704
12709
  msgid "Reset`dashboard`"
12705
12710
  msgstr "Resetten"
12706
12711
 
12707
- msgid "Resource update complete."
12708
- msgstr "Resource-update voltooid."
12709
-
12710
12712
  msgid "Resources"
12711
12713
  msgstr "Resources"
12712
12714
 
@@ -14186,6 +14188,12 @@ msgstr "Bewerking op GESLAAGD zetten"
14186
14188
  msgid "Set password"
14187
14189
  msgstr "Wachtwoord instellen"
14188
14190
 
14191
+ msgid "Set password for the user (no change required)"
14192
+ msgstr "Wachtwoord instellen voor de gebruiker (geen wijziging vereist)"
14193
+
14194
+ msgid "Set password that must be changed on the first login"
14195
+ msgstr "Wachtwoord instellen dat moet worden gewijzigd bij de eerste keer inloggen"
14196
+
14189
14197
  msgid "Set pullup voltage (in volts)"
14190
14198
  msgstr "Pull-up spanning (in volts) instellen"
14191
14199
 
@@ -15227,7 +15235,7 @@ msgid "Tag has been set."
15227
15235
  msgstr "Tag is ingesteld."
15228
15236
 
15229
15237
  msgid "Tag`noun`"
15230
- msgstr "Tag`naamwoord`"
15238
+ msgstr "Tag"
15231
15239
 
15232
15240
  msgid "Takes a value between -32768 and 32767 minutes (a negative value indicates that the device is under maintenance)."
15233
15241
  msgstr "Neemt een waarde tussen -32768 en 32767 minuten (een negatieve waarde geeft aan dat het apparaat in onderhoud is)."
@@ -16975,8 +16983,8 @@ msgstr "Reset wachtwoord gebruikersbeheer"
16975
16983
  msgid "User menu"
16976
16984
  msgstr "Gebruikersmenu"
16977
16985
 
16978
- msgid "User must reset password on next login"
16979
- msgstr "Gebruiker moet wachtwoord resetten bij volgende login"
16986
+ msgid "User must change password on the next login"
16987
+ msgstr "Gebruiker moet Wachtwoord wijzigen bij de volgende aanmelding"
16980
16988
 
16981
16989
  msgid "User password update"
16982
16990
  msgstr "Gebruikerswachtwoord bijwerken"
@@ -19123,6 +19131,9 @@ msgstr "{{ intervalInSeconds }} s"
19123
19131
  msgid "{{ label }} properties"
19124
19132
  msgstr "{{ label }}-eigenschappen"
19125
19133
 
19134
+ msgid "{{ lastUpdated }} by {{ user }}"
19135
+ msgstr "{{ lastUpdated }} door {{ user }}"
19136
+
19126
19137
  msgid "{{ name }} (v. {{ version }}) is already installed on this device"
19127
19138
  msgstr "{{ name }} (v. {{ version }}) is al geïnstalleerd op dit apparaat"
19128
19139
 
package/locales/pl.po CHANGED
@@ -3,7 +3,6 @@ msgstr ""
3
3
  "Project-Id-Version: c8y-cumulocity-ui\n"
4
4
  "Report-Msgid-Bugs-To: \n"
5
5
  "POT-Creation-Date: \n"
6
- "PO-Revision-Date: 2025-01-14 06:12\n"
7
6
  "Last-Translator: \n"
8
7
  "Language: pl\n"
9
8
  "Language-Team: Polish\n"
@@ -617,7 +616,7 @@ msgid "AUTH_PRIV"
617
616
  msgstr "AUTH_PRIV"
618
617
 
619
618
  msgid "AUTO`plugin status`"
620
- msgstr "AUTO` status wtyczki`"
619
+ msgstr "AUTO"
621
620
 
622
621
  msgid "About community packages"
623
622
  msgstr "Informacje o pakietach społecznościowych"
@@ -3964,11 +3963,14 @@ msgstr "Nie można utworzyć tenanta. Tenant o danej domenie lub adresie URL ju
3964
3963
  msgid "Could not create application."
3965
3964
  msgstr "Nie można utworzyć aplikacji."
3966
3965
 
3966
+ msgid "Could not create operaion."
3967
+ msgstr "Nie można utworzyć operacji."
3968
+
3967
3969
  msgid "Could not create the device in the LoRa platform."
3968
3970
  msgstr "Nie można utworzyć urządzenia na platformie LoRa."
3969
3971
 
3970
3972
  msgid "Could not create zip file."
3971
- msgstr "Nie utworzono pliku zip."
3973
+ msgstr "Nie można utworzyć pliku zip."
3972
3974
 
3973
3975
  msgid "Could not deactivate smart rules."
3974
3976
  msgstr "Nie można dezaktywować reguł inteligentnych."
@@ -4330,8 +4332,7 @@ msgstr "Utworzone do"
4330
4332
 
4331
4333
  msgid "Creates a compressed ZIP file that contains separate data files for each of your\n"
4332
4334
  " selected points"
4333
- msgstr "Utworzono skompresowany plik ZIP zawierający oddzielne pliki danych dla każdego z wybranych punktów\n"
4334
- " wybranych punktów"
4335
+ msgstr "Tworzy skompresowany plik ZIP zawierający oddzielne pliki danych dla każdego z wybranych punktów"
4335
4336
 
4336
4337
  msgid "Creates a single merged file containing all the data"
4337
4338
  msgstr "Zawiera pojedynczy scalony plik zawierający wszystkie dane"
@@ -4442,6 +4443,9 @@ msgstr "Niestandardowy CSS"
4442
4443
  msgid "Custom action"
4443
4444
  msgstr "Czynność niestandardowa"
4444
4445
 
4446
+ msgid "Custom alarm type"
4447
+ msgstr "Niestandardowy typ alarmu"
4448
+
4445
4449
  msgid "Custom applications"
4446
4450
  msgstr "Aplikacje niestandardowe"
4447
4451
 
@@ -4476,7 +4480,7 @@ msgid "Custom properties saved."
4476
4480
  msgstr "Zapisano właściwości niestandardowe."
4477
4481
 
4478
4482
  msgid "Custom properties values saved."
4479
- msgstr "Zapisane wartości właściwości niestandardowych."
4483
+ msgstr "Zapisano wartości właściwości niestandardowych."
4480
4484
 
4481
4485
  msgid "Custom`application`"
4482
4486
  msgstr "Niestandardowa"
@@ -5596,7 +5600,7 @@ msgid "Display a configurable SVG."
5596
5600
  msgstr "Wyświetl konfigurowalny plik SVG."
5597
5601
 
5598
5602
  msgid "Display a link to the Dashboard manager under the Configuration navigator menu."
5599
- msgstr "Wyświetl łącze do Menedżera pulpitów w menu Nawigator konfiguracji."
5603
+ msgstr "Wyświetl łącze do Menedżera pulpitów w menu Konfiguracja."
5600
5604
 
5601
5605
  msgid "Display a link to the Data point library under the Configuration navigator menu."
5602
5606
  msgstr "Wyświetl łącze do Biblioteki punktów danych w menu nawigatora Konfiguracja."
@@ -8203,9 +8207,6 @@ msgstr "Jeśli nie określono klucza certyfikatu produktu, urządzenie jest uwa
8203
8207
  msgid "If not specified, LWM2M Agent generates the URL"
8204
8208
  msgstr "Jeśli wartość nie zostanie określona, agent LWM2M wygeneruje adres URL"
8205
8209
 
8206
- msgid "If selected, it ignores empty values on all resources below."
8207
- msgstr "W przypadku zaznaczenia tej opcji puste wartości będą ignorowane we wszystkich zasobach poniżej."
8208
-
8209
8210
  msgid "If selected, it will process the result of the request using response templates."
8210
8211
  msgstr "W przypadku zaznaczenia tej opcji wynik żądania będzie przetwarzany przy użyciu szablonów odpowiedzi."
8211
8212
 
@@ -11517,6 +11518,9 @@ msgstr "Hasło musi spełniać poniższe wymagania:"
11517
11518
  msgid "Password only"
11518
11519
  msgstr "Tylko hasło"
11519
11520
 
11521
+ msgid "Password options"
11522
+ msgstr "Opcje hasła"
11523
+
11520
11524
  msgid "Password reset"
11521
11525
  msgstr "Zresetowano hasło"
11522
11526
 
@@ -12752,9 +12756,6 @@ msgstr "Resetuj widżety"
12752
12756
  msgid "Reset`dashboard`"
12753
12757
  msgstr "Resetuj"
12754
12758
 
12755
- msgid "Resource update complete."
12756
- msgstr "Zakończono aktualizację zasobu."
12757
-
12758
12759
  msgid "Resources"
12759
12760
  msgstr "Zasoby"
12760
12761
 
@@ -14234,6 +14235,12 @@ msgstr "Ustaw operację na zakończoną POMYŚLNIE"
14234
14235
  msgid "Set password"
14235
14236
  msgstr "Ustaw hasło"
14236
14237
 
14238
+ msgid "Set password for the user (no change required)"
14239
+ msgstr "Ustaw hasło dla użytkownika (nie jest wymagana zmiana)"
14240
+
14241
+ msgid "Set password that must be changed on the first login"
14242
+ msgstr "Ustaw hasło, które musi zostać zmienione przy pierwszym logowaniu."
14243
+
14237
14244
  msgid "Set pullup voltage (in volts)"
14238
14245
  msgstr "Ustaw napięcie podwyższające (w woltach)"
14239
14246
 
@@ -15277,7 +15284,7 @@ msgid "Tag has been set."
15277
15284
  msgstr "Znacznik został ustawiony."
15278
15285
 
15279
15286
  msgid "Tag`noun`"
15280
- msgstr "Tag`noun`"
15287
+ msgstr "Tag"
15281
15288
 
15282
15289
  msgid "Takes a value between -32768 and 32767 minutes (a negative value indicates that the device is under maintenance)."
15283
15290
  msgstr "Przyjmuje wartość z zakresu od -32768 do 32767 minut (wartość ujemna wskazuje, że trwa konserwacja urządzenia)."
@@ -17024,8 +17031,8 @@ msgstr "Resetowanie hasła zarządzania użytkownikami"
17024
17031
  msgid "User menu"
17025
17032
  msgstr "Menu użytkownika"
17026
17033
 
17027
- msgid "User must reset password on next login"
17028
- msgstr "Użytkownik musi zresetować hasło przy następnym logowaniu"
17034
+ msgid "User must change password on the next login"
17035
+ msgstr "Użytkownik musi zmienić hasło przy następnym logowaniu"
17029
17036
 
17030
17037
  msgid "User password update"
17031
17038
  msgstr "Aktualizacja hasła użytkownika"
@@ -19180,6 +19187,9 @@ msgstr "{{ intervalInSeconds }} s"
19180
19187
  msgid "{{ label }} properties"
19181
19188
  msgstr "{{ label }} - właściwości"
19182
19189
 
19190
+ msgid "{{ lastUpdated }} by {{ user }}"
19191
+ msgstr "{{ lastUpdated }} przez {{ user }}"
19192
+
19183
19193
  msgid "{{ name }} (v. {{ version }}) is already installed on this device"
19184
19194
  msgstr "{{ name }} (wer. {{ version }}) – już zainstalowano na tym urządzeniu."
19185
19195
 
package/locales/pt_BR.po CHANGED
@@ -3,7 +3,6 @@ msgstr ""
3
3
  "Project-Id-Version: c8y-cumulocity-ui\n"
4
4
  "Report-Msgid-Bugs-To: \n"
5
5
  "POT-Creation-Date: \n"
6
- "PO-Revision-Date: 2025-01-13 18:13\n"
7
6
  "Last-Translator: \n"
8
7
  "Language: pt_BR\n"
9
8
  "Language-Team: Portuguese, Brazilian\n"
@@ -242,7 +241,7 @@ msgstr "<p class=\"m-b-8\">\n"
242
241
  msgid "<p class=\"m-b-8\"><b>Shared</b> availability will make the package available to all subtenants without explicitly subscribing the package.</p>\n"
243
242
  " <p class=\"m-b-8\"><b>Market</b> availability will make the package available to your own tenant and needs to be subscribed to subtenants individually.</p>\n"
244
243
  " <p class=\"m-b-8\"><b>Private</b> availability will make the package only available to your own tenant.</p>"
245
- msgstr "<p class=\"m-b-8\">A disponibilidade <b>Compartilhada</b> disponibilizará o pacote a todos os subtenants sem subscrever explicitamente o pacote.</p>\n"
244
+ msgstr "<p class=\"m-b-8\">A disponibilidade <b>Compartilhada</b> tornará o pacote acessível a todos os subtenants sem subscrever explicitamente o pacote.</p>\n"
246
245
  " A <p class=\"m-b-8\">Disponibilidade de <b>Mercado</b> disponibilizará o pacote ao seu próprio tenant e precisa ser subscrita aos subtenants individualmente.</p>\n"
247
246
  " <p class=\"m-b-8\">A disponibilidade <b>Privada</b> disponibilizará o pacote apenas ao seu próprio tenant.</p>"
248
247
 
@@ -582,7 +581,7 @@ msgid "AUTH_PRIV"
582
581
  msgstr "AUTH_PRIV"
583
582
 
584
583
  msgid "AUTO`plugin status`"
585
- msgstr "AUTO`status do plugin`"
584
+ msgstr "AUTO"
586
585
 
587
586
  msgid "About community packages"
588
587
  msgstr "Sobre os pacotes da comunidade"
@@ -1387,7 +1386,7 @@ msgid "After the activation is completed you will no longer be able to access yo
1387
1386
  " , instead use your new custom domain name\n"
1388
1387
  " <code>{{ vm.newDomainName }}</code>\n"
1389
1388
  " ."
1390
- msgstr "Após a conclusão da ativação você não terá mais acesso ao seu tenant\n"
1389
+ msgstr "Depois de concluir o processo você não poderá mais acessar seu tenant\n"
1391
1390
  " com\n"
1392
1391
  " <code>{{ vm.domainName }}</code>\n"
1393
1392
  " , em vez disso use o seu novo nome de domínio personalizado\n"
@@ -2266,7 +2265,7 @@ msgstr "Antes de aplicar a nova configuração de marca, as aplicações herdada
2266
2265
 
2267
2266
  msgid "Before modifying permissions for the \"Device User`role`\" role, please be aware that such changes can significantly impact platform security.\n"
2268
2267
  " When defining permissions for the \"Device User`role`\", please consider that individual devices might get compromised."
2269
- msgstr "Antes de modificar as permissões para o papel \"Usuário do dispositivo\", esteja ciente de que essas alterações podem afetar significativamente a segurança da plataforma.\n"
2268
+ msgstr "Antes de modificar as permissões para o papel \"Usuário do dispositivo\", leve em consideração que essas alterações podem afetar significativamente a segurança da plataforma.\n"
2270
2269
  " Ao definir permissões para o papel \"Usuário do dispositivo\", leve em consideração que os dispositivos podem ser comprometidos."
2271
2270
 
2272
2271
  msgid "Below you can configure one or more OPC UA servers. The OPC UA agent will connect to these servers if they are enabled and the connection state is set to connected."
@@ -2910,7 +2909,7 @@ msgstr "As alterações feitas no painel inicial são refletidas apenas na aplic
2910
2909
 
2911
2910
  msgid "Changes in the name server need time to propagate and take effect. Wait approximately\n"
2912
2911
  " one hour before activating your domain here."
2913
- msgstr "As alterações no servidor de nomes precisam de tempo para se propagar e entrar em vigor. Aguarde aproximadamente\n"
2912
+ msgstr "As alterações ao nome do servidor precisam de tempo para se propagar e entrar em vigor. Aguarde aproximadamente\n"
2914
2913
  " uma hora antes de ativar seu domínio aqui."
2915
2914
 
2916
2915
  msgid "Changes saved."
@@ -3925,6 +3924,9 @@ msgstr "Não foi possível criar o tenant. Já existe um tenant com esse domíni
3925
3924
  msgid "Could not create application."
3926
3925
  msgstr "Não foi possível criar a aplicação."
3927
3926
 
3927
+ msgid "Could not create operaion."
3928
+ msgstr "Não foi possível criar a operação."
3929
+
3928
3930
  msgid "Could not create the device in the LoRa platform."
3929
3931
  msgstr "Não foi possível criar o dispositivo na plataforma LoRa."
3930
3932
 
@@ -4401,6 +4403,9 @@ msgstr "CSS personalizado"
4401
4403
  msgid "Custom action"
4402
4404
  msgstr "Ação personalizada"
4403
4405
 
4406
+ msgid "Custom alarm type"
4407
+ msgstr "Tipo de alarme personalizado"
4408
+
4404
4409
  msgid "Custom applications"
4405
4410
  msgstr "Aplicações personalizadas"
4406
4411
 
@@ -8162,9 +8167,6 @@ msgstr "Se nenhuma chave de certificado de produto for especificada, o dispositi
8162
8167
  msgid "If not specified, LWM2M Agent generates the URL"
8163
8168
  msgstr "Se não for especificado, o Agente LWM2M gera o URL"
8164
8169
 
8165
- msgid "If selected, it ignores empty values on all resources below."
8166
- msgstr "Se selecionado, ignorará valores vazios em todos os recursos abaixo."
8167
-
8168
8170
  msgid "If selected, it will process the result of the request using response templates."
8169
8171
  msgstr "Se selecionado, processará o resultado da solicitação usando templates de resposta."
8170
8172
 
@@ -11470,6 +11472,9 @@ msgstr "A senha deve atender aos requisitos abaixo:"
11470
11472
  msgid "Password only"
11471
11473
  msgstr "Apenas senha"
11472
11474
 
11475
+ msgid "Password options"
11476
+ msgstr "Opções de senha"
11477
+
11473
11478
  msgid "Password reset"
11474
11479
  msgstr "Redefinição de senha"
11475
11480
 
@@ -12705,9 +12710,6 @@ msgstr "Reinicializar widgets"
12705
12710
  msgid "Reset`dashboard`"
12706
12711
  msgstr "Reinicializar"
12707
12712
 
12708
- msgid "Resource update complete."
12709
- msgstr "Atualização de recursos concluída."
12710
-
12711
12713
  msgid "Resources"
12712
12714
  msgstr "Recursos"
12713
12715
 
@@ -14187,6 +14189,12 @@ msgstr "Definir operação como BEM-SUCEDIDA"
14187
14189
  msgid "Set password"
14188
14190
  msgstr "Definir senha"
14189
14191
 
14192
+ msgid "Set password for the user (no change required)"
14193
+ msgstr "Definir a senha do usuário (não é necessária nenhuma alteração)"
14194
+
14195
+ msgid "Set password that must be changed on the first login"
14196
+ msgstr "Definir a senha que deve ser alterada no primeiro login"
14197
+
14190
14198
  msgid "Set pullup voltage (in volts)"
14191
14199
  msgstr "Definir voltagem de pullup (em volts)"
14192
14200
 
@@ -15228,7 +15236,7 @@ msgid "Tag has been set."
15228
15236
  msgstr "A tag foi definida."
15229
15237
 
15230
15238
  msgid "Tag`noun`"
15231
- msgstr "Tag`noun`"
15239
+ msgstr "Tag"
15232
15240
 
15233
15241
  msgid "Takes a value between -32768 and 32767 minutes (a negative value indicates that the device is under maintenance)."
15234
15242
  msgstr "Assume um valor entre -32768 e 32767 minutos (um valor negativo indica que o dispositivo está em manutenção)."
@@ -16976,8 +16984,8 @@ msgstr "Redefinição de senha de gerenciamento de usuários"
16976
16984
  msgid "User menu"
16977
16985
  msgstr "Menu de usuário"
16978
16986
 
16979
- msgid "User must reset password on next login"
16980
- msgstr "O usuário deve redefinir a senha no próximo login"
16987
+ msgid "User must change password on the next login"
16988
+ msgstr "O usuário deve alterar a senha no próximo login"
16981
16989
 
16982
16990
  msgid "User password update"
16983
16991
  msgstr "Atualização da senha do usuário"
@@ -19124,6 +19132,9 @@ msgstr "{{ intervalInSeconds }} s"
19124
19132
  msgid "{{ label }} properties"
19125
19133
  msgstr "{{ label }} propriedades"
19126
19134
 
19135
+ msgid "{{ lastUpdated }} by {{ user }}"
19136
+ msgstr "{{ lastUpdated }} por {{ user }}"
19137
+
19127
19138
  msgid "{{ name }} (v. {{ version }}) is already installed on this device"
19128
19139
  msgstr "{{ name }} (v. {{ version }}) já está instalado neste dispositivo"
19129
19140
 
package/locales/zh_CN.po CHANGED
@@ -3,7 +3,7 @@ msgstr ""
3
3
  "Project-Id-Version: c8y-cumulocity-ui\n"
4
4
  "Report-Msgid-Bugs-To: \n"
5
5
  "POT-Creation-Date: \n"
6
- "PO-Revision-Date: 2025-01-13 18:13\n"
6
+ "PO-Revision-Date: 2025-01-24 12:12\n"
7
7
  "Last-Translator: \n"
8
8
  "Language: zh_CN\n"
9
9
  "Language-Team: Chinese Simplified\n"
@@ -3831,6 +3831,9 @@ msgstr "无法创建租户。具有给定域/URL 的租户已存在。"
3831
3831
  msgid "Could not create application."
3832
3832
  msgstr "无法创建应用程序。"
3833
3833
 
3834
+ msgid "Could not create operaion."
3835
+ msgstr ""
3836
+
3834
3837
  msgid "Could not create the device in the LoRa platform."
3835
3838
  msgstr "无法在 LoRa 平台中创建设备。"
3836
3839
 
@@ -4305,6 +4308,9 @@ msgstr "自定义 CSS"
4305
4308
  msgid "Custom action"
4306
4309
  msgstr "自定义操作"
4307
4310
 
4311
+ msgid "Custom alarm type"
4312
+ msgstr ""
4313
+
4308
4314
  msgid "Custom applications"
4309
4315
  msgstr "自定义应用程序"
4310
4316
 
@@ -8059,9 +8065,6 @@ msgstr "如果未指定产品证书密钥,则认为设备是原型。"
8059
8065
  msgid "If not specified, LWM2M Agent generates the URL"
8060
8066
  msgstr "如果未指定,LWM2M 代理将生成 URL"
8061
8067
 
8062
- msgid "If selected, it ignores empty values on all resources below."
8063
- msgstr "如果选中,则将忽略以下所有资源上的空值。"
8064
-
8065
8068
  msgid "If selected, it will process the result of the request using response templates."
8066
8069
  msgstr "如果选定,将使用响应模板处理请求的结果。"
8067
8070
 
@@ -11364,6 +11367,9 @@ msgstr "密码必须满足以下要求:"
11364
11367
  msgid "Password only"
11365
11368
  msgstr "仅密码"
11366
11369
 
11370
+ msgid "Password options"
11371
+ msgstr ""
11372
+
11367
11373
  msgid "Password reset"
11368
11374
  msgstr "密码重置"
11369
11375
 
@@ -12599,9 +12605,6 @@ msgstr "重置小组件"
12599
12605
  msgid "Reset`dashboard`"
12600
12606
  msgstr "重置"
12601
12607
 
12602
- msgid "Resource update complete."
12603
- msgstr "资源更新完成。"
12604
-
12605
12608
  msgid "Resources"
12606
12609
  msgstr "资源"
12607
12610
 
@@ -14081,6 +14084,12 @@ msgstr "操作设置为成功"
14081
14084
  msgid "Set password"
14082
14085
  msgstr "设置密码"
14083
14086
 
14087
+ msgid "Set password for the user (no change required)"
14088
+ msgstr ""
14089
+
14090
+ msgid "Set password that must be changed on the first login"
14091
+ msgstr ""
14092
+
14084
14093
  msgid "Set pullup voltage (in volts)"
14085
14094
  msgstr "设置上拉电压(伏)"
14086
14095
 
@@ -16868,8 +16877,8 @@ msgstr "用户管理密码重置"
16868
16877
  msgid "User menu"
16869
16878
  msgstr "用户菜单"
16870
16879
 
16871
- msgid "User must reset password on next login"
16872
- msgstr "用户必须在下次登录时重置密码"
16880
+ msgid "User must change password on the next login"
16881
+ msgstr ""
16873
16882
 
16874
16883
  msgid "User password update"
16875
16884
  msgstr "用户密码更新"
@@ -19012,6 +19021,9 @@ msgstr "{{ intervalInSeconds }} 秒"
19012
19021
  msgid "{{ label }} properties"
19013
19022
  msgstr "{{ label }} 属性"
19014
19023
 
19024
+ msgid "{{ lastUpdated }} by {{ user }}"
19025
+ msgstr ""
19026
+
19015
19027
  msgid "{{ name }} (v. {{ version }}) is already installed on this device"
19016
19028
  msgstr "此设备上已安装 {{ name }} (v. {{ version }})"
19017
19029
 
package/locales/zh_TW.po CHANGED
@@ -3,7 +3,7 @@ msgstr ""
3
3
  "Project-Id-Version: c8y-cumulocity-ui\n"
4
4
  "Report-Msgid-Bugs-To: \n"
5
5
  "POT-Creation-Date: \n"
6
- "PO-Revision-Date: 2025-01-13 18:13\n"
6
+ "PO-Revision-Date: 2025-01-24 12:13\n"
7
7
  "Last-Translator: \n"
8
8
  "Language: zh_TW\n"
9
9
  "Language-Team: Chinese Traditional\n"
@@ -3831,6 +3831,9 @@ msgstr "无法创建租户。具有给定域/URL 的租户已存在。"
3831
3831
  msgid "Could not create application."
3832
3832
  msgstr "无法创建应用程序。"
3833
3833
 
3834
+ msgid "Could not create operaion."
3835
+ msgstr ""
3836
+
3834
3837
  msgid "Could not create the device in the LoRa platform."
3835
3838
  msgstr "无法在 LoRa 平台中创建设备。"
3836
3839
 
@@ -4305,6 +4308,9 @@ msgstr "自訂 CSS"
4305
4308
  msgid "Custom action"
4306
4309
  msgstr "自定义操作"
4307
4310
 
4311
+ msgid "Custom alarm type"
4312
+ msgstr ""
4313
+
4308
4314
  msgid "Custom applications"
4309
4315
  msgstr "自定义应用程序"
4310
4316
 
@@ -8059,9 +8065,6 @@ msgstr "如果未指定产品证书密钥,则认为设备是原型。"
8059
8065
  msgid "If not specified, LWM2M Agent generates the URL"
8060
8066
  msgstr "如果未指定,LWM2M 代理將生成 URL"
8061
8067
 
8062
- msgid "If selected, it ignores empty values on all resources below."
8063
- msgstr "如果選中,則將忽略以下所有資源上的空值。"
8064
-
8065
8068
  msgid "If selected, it will process the result of the request using response templates."
8066
8069
  msgstr "如果选定,将使用响应模板处理请求的结果。"
8067
8070
 
@@ -11364,6 +11367,9 @@ msgstr "密碼必須滿足以下要求:"
11364
11367
  msgid "Password only"
11365
11368
  msgstr "仅密碼"
11366
11369
 
11370
+ msgid "Password options"
11371
+ msgstr ""
11372
+
11367
11373
  msgid "Password reset"
11368
11374
  msgstr "密碼重置"
11369
11375
 
@@ -12599,9 +12605,6 @@ msgstr "重置小組件"
12599
12605
  msgid "Reset`dashboard`"
12600
12606
  msgstr "重置"
12601
12607
 
12602
- msgid "Resource update complete."
12603
- msgstr "資源更新完成。"
12604
-
12605
12608
  msgid "Resources"
12606
12609
  msgstr "資源"
12607
12610
 
@@ -14081,6 +14084,12 @@ msgstr "操作设置为成功"
14081
14084
  msgid "Set password"
14082
14085
  msgstr "设置密码"
14083
14086
 
14087
+ msgid "Set password for the user (no change required)"
14088
+ msgstr ""
14089
+
14090
+ msgid "Set password that must be changed on the first login"
14091
+ msgstr ""
14092
+
14084
14093
  msgid "Set pullup voltage (in volts)"
14085
14094
  msgstr "设置上拉电压(伏)"
14086
14095
 
@@ -16868,8 +16877,8 @@ msgstr "用戶管理密码重置"
16868
16877
  msgid "User menu"
16869
16878
  msgstr "用戶功能表"
16870
16879
 
16871
- msgid "User must reset password on next login"
16872
- msgstr "用戶必须在下次登录时重置密码"
16880
+ msgid "User must change password on the next login"
16881
+ msgstr ""
16873
16882
 
16874
16883
  msgid "User password update"
16875
16884
  msgstr "用戶密码更新"
@@ -19012,6 +19021,9 @@ msgstr "{{ intervalInSeconds }} 秒"
19012
19021
  msgid "{{ label }} properties"
19013
19022
  msgstr "{{ label }} 属性"
19014
19023
 
19024
+ msgid "{{ lastUpdated }} by {{ user }}"
19025
+ msgstr ""
19026
+
19015
19027
  msgid "{{ name }} (v. {{ version }}) is already installed on this device"
19016
19028
  msgstr "此設備上已安裝 {{ name }} (v. {{ version }})"
19017
19029