@c8y/ngx-components 1021.60.1 → 1021.62.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 (114) hide show
  1. package/core/authentication/new-password.component.d.ts +6 -3
  2. package/core/authentication/new-password.component.d.ts.map +1 -1
  3. package/core/common/interval-based-reload.abstract.d.ts +12 -1
  4. package/core/common/interval-based-reload.abstract.d.ts.map +1 -1
  5. package/core/common/permissions.service.d.ts +2 -0
  6. package/core/common/permissions.service.d.ts.map +1 -1
  7. package/core/common/tenant-ui.service.d.ts +9 -2
  8. package/core/common/tenant-ui.service.d.ts.map +1 -1
  9. package/core/forms/phone-validation.directive.d.ts +3 -6
  10. package/core/forms/phone-validation.directive.d.ts.map +1 -1
  11. package/core/router/router.module.d.ts.map +1 -1
  12. package/device-provisioned-certificates/device-provisioned-certificates.service.d.ts.map +1 -1
  13. package/esm2022/core/authentication/new-password.component.mjs +26 -5
  14. package/esm2022/core/common/interval-based-reload.abstract.mjs +50 -2
  15. package/esm2022/core/common/permissions.service.mjs +3 -1
  16. package/esm2022/core/common/tenant-ui.service.mjs +28 -6
  17. package/esm2022/core/forms/phone-validation.directive.mjs +18 -19
  18. package/esm2022/core/router/router.module.mjs +1 -5
  19. package/esm2022/core/user/user-edit.component.mjs +1 -1
  20. package/esm2022/device-provisioned-certificates/device-provisioned-certificates.service.mjs +8 -3
  21. package/esm2022/tenants/custom-properties/custom-properties.component.mjs +25 -5
  22. package/esm2022/tenants/existing-tenant.guard.mjs +18 -0
  23. package/esm2022/tenants/index.mjs +3 -1
  24. package/esm2022/tenants/support-user-access/support-user-access.component.mjs +31 -0
  25. package/esm2022/tenants/tenant-form/tenant-form-inputs-definitions.mjs +116 -0
  26. package/esm2022/tenants/tenant-form/tenant-form.component.mjs +294 -0
  27. package/esm2022/tenants/tenant-limits/tenant-limits-definitions.mjs +10 -17
  28. package/esm2022/tenants/tenant-limits/tenant-limits.component.mjs +42 -29
  29. package/esm2022/tenants/tenant-list/tenant-list.component.mjs +17 -8
  30. package/esm2022/tenants/tenants.model.mjs +30 -1
  31. package/esm2022/tenants/tenants.module.mjs +57 -22
  32. package/esm2022/translation-editor/data/translation-store.service.mjs +11 -8
  33. package/esm2022/translation-editor/index.mjs +22 -5
  34. package/esm2022/translation-editor/lazy/advanced-translation-editor/advanced-translation-editor.component.mjs +136 -0
  35. package/esm2022/translation-editor/lazy/index.mjs +2 -1
  36. package/esm2022/translation-editor/translation-editor-tab-factory.service.mjs +40 -0
  37. package/esm2022/translation-editor/translation-editor.constants.mjs +4 -0
  38. package/esm2022/upgrade/upgraded-services/index.mjs +2 -1
  39. package/esm2022/upgrade/upgraded-services/tenant-policies.service.mjs +11 -0
  40. package/esm2022/upgrade/upgraded-services/upgraded-services.module.mjs +12 -3
  41. package/esm2022/widgets/implementations/alarms/alarm-widget-alarms-reload.component.mjs +9 -7
  42. package/esm2022/widgets/implementations/datapoints-table/datapoints-table-view/datapoints-reload/datapoints-reload.component.mjs +9 -7
  43. package/fesm2022/c8y-ngx-components-device-provisioned-certificates.mjs +7 -2
  44. package/fesm2022/c8y-ngx-components-device-provisioned-certificates.mjs.map +1 -1
  45. package/fesm2022/c8y-ngx-components-tenants.mjs +603 -82
  46. package/fesm2022/c8y-ngx-components-tenants.mjs.map +1 -1
  47. package/fesm2022/c8y-ngx-components-translation-editor-data.mjs +9 -6
  48. package/fesm2022/c8y-ngx-components-translation-editor-data.mjs.map +1 -1
  49. package/fesm2022/c8y-ngx-components-translation-editor-lazy.mjs +127 -2
  50. package/fesm2022/c8y-ngx-components-translation-editor-lazy.mjs.map +1 -1
  51. package/fesm2022/c8y-ngx-components-translation-editor.mjs +58 -4
  52. package/fesm2022/c8y-ngx-components-translation-editor.mjs.map +1 -1
  53. package/fesm2022/c8y-ngx-components-upgrade-upgraded-services.mjs +22 -3
  54. package/fesm2022/c8y-ngx-components-upgrade-upgraded-services.mjs.map +1 -1
  55. package/fesm2022/c8y-ngx-components-widgets-implementations-alarms.mjs +8 -6
  56. package/fesm2022/c8y-ngx-components-widgets-implementations-alarms.mjs.map +1 -1
  57. package/fesm2022/c8y-ngx-components-widgets-implementations-datapoints-table.mjs +8 -6
  58. package/fesm2022/c8y-ngx-components-widgets-implementations-datapoints-table.mjs.map +1 -1
  59. package/fesm2022/c8y-ngx-components.mjs +499 -413
  60. package/fesm2022/c8y-ngx-components.mjs.map +1 -1
  61. package/locales/de.po +17 -25
  62. package/locales/es.po +17 -25
  63. package/locales/fr.po +17 -25
  64. package/locales/ja_JP.po +17 -25
  65. package/locales/ko.po +17 -25
  66. package/locales/locales.pot +25 -24
  67. package/locales/nl.po +17 -25
  68. package/locales/pl.po +17 -25
  69. package/locales/pt_BR.po +17 -25
  70. package/locales/zh_CN.po +17 -25
  71. package/locales/zh_TW.po +17 -25
  72. package/package.json +1 -1
  73. package/tenants/custom-properties/custom-properties.component.d.ts +4 -2
  74. package/tenants/custom-properties/custom-properties.component.d.ts.map +1 -1
  75. package/tenants/existing-tenant.guard.d.ts +13 -0
  76. package/tenants/existing-tenant.guard.d.ts.map +1 -0
  77. package/tenants/index.d.ts +2 -0
  78. package/tenants/index.d.ts.map +1 -1
  79. package/tenants/support-user-access/support-user-access.component.d.ts +18 -0
  80. package/tenants/support-user-access/support-user-access.component.d.ts.map +1 -0
  81. package/tenants/tenant-form/tenant-form-inputs-definitions.d.ts +113 -0
  82. package/tenants/tenant-form/tenant-form-inputs-definitions.d.ts.map +1 -0
  83. package/tenants/tenant-form/tenant-form.component.d.ts +79 -0
  84. package/tenants/tenant-form/tenant-form.component.d.ts.map +1 -0
  85. package/tenants/tenant-limits/tenant-limits-definitions.d.ts +11 -15
  86. package/tenants/tenant-limits/tenant-limits-definitions.d.ts.map +1 -1
  87. package/tenants/tenant-limits/tenant-limits.component.d.ts +9 -7
  88. package/tenants/tenant-limits/tenant-limits.component.d.ts.map +1 -1
  89. package/tenants/tenant-list/tenant-list.component.d.ts +6 -3
  90. package/tenants/tenant-list/tenant-list.component.d.ts.map +1 -1
  91. package/tenants/tenants.model.d.ts +31 -0
  92. package/tenants/tenants.model.d.ts.map +1 -1
  93. package/tenants/tenants.module.d.ts +4 -2
  94. package/tenants/tenants.module.d.ts.map +1 -1
  95. package/translation-editor/data/translation-store.service.d.ts +3 -2
  96. package/translation-editor/data/translation-store.service.d.ts.map +1 -1
  97. package/translation-editor/index.d.ts.map +1 -1
  98. package/translation-editor/lazy/advanced-translation-editor/advanced-translation-editor.component.d.ts +28 -0
  99. package/translation-editor/lazy/advanced-translation-editor/advanced-translation-editor.component.d.ts.map +1 -0
  100. package/translation-editor/lazy/index.d.ts +1 -0
  101. package/translation-editor/lazy/index.d.ts.map +1 -1
  102. package/translation-editor/translation-editor-tab-factory.service.d.ts +22 -0
  103. package/translation-editor/translation-editor-tab-factory.service.d.ts.map +1 -0
  104. package/translation-editor/translation-editor.constants.d.ts +4 -0
  105. package/translation-editor/translation-editor.constants.d.ts.map +1 -0
  106. package/upgrade/upgraded-services/index.d.ts +1 -0
  107. package/upgrade/upgraded-services/index.d.ts.map +1 -1
  108. package/upgrade/upgraded-services/tenant-policies.service.d.ts +11 -0
  109. package/upgrade/upgraded-services/tenant-policies.service.d.ts.map +1 -0
  110. package/upgrade/upgraded-services/upgraded-services.module.d.ts.map +1 -1
  111. package/widgets/implementations/alarms/alarm-widget-alarms-reload.component.d.ts +7 -2
  112. package/widgets/implementations/alarms/alarm-widget-alarms-reload.component.d.ts.map +1 -1
  113. package/widgets/implementations/datapoints-table/datapoints-table-view/datapoints-reload/datapoints-reload.component.d.ts +7 -2
  114. package/widgets/implementations/datapoints-table/datapoints-table-view/datapoints-reload/datapoints-reload.component.d.ts.map +1 -1
@@ -793,9 +793,6 @@ msgstr ""
793
793
  msgid "Add a new command template by clicking the button above."
794
794
  msgstr ""
795
795
 
796
- msgid "Add a new custom property for tenants in Properties library."
797
- msgstr ""
798
-
799
796
  msgid "Add a new device profile by clicking below."
800
797
  msgstr ""
801
798
 
@@ -1279,9 +1276,6 @@ msgstr ""
1279
1276
  msgid "Administrator's email"
1280
1277
  msgstr ""
1281
1278
 
1282
- msgid "Administrator's password"
1283
- msgstr ""
1284
-
1285
1279
  msgid "Administrator's username"
1286
1280
  msgstr ""
1287
1281
 
@@ -4366,9 +4360,6 @@ msgstr ""
4366
4360
  msgid "Custom properties"
4367
4361
  msgstr ""
4368
4362
 
4369
- msgid "Custom properties saved."
4370
- msgstr ""
4371
-
4372
4363
  msgid "Custom properties values saved."
4373
4364
  msgstr ""
4374
4365
 
@@ -4785,6 +4776,9 @@ msgstr ""
4785
4776
  msgid "Default widget header style"
4786
4777
  msgstr ""
4787
4778
 
4779
+ msgid "Default: 0 (unlimited storage)"
4780
+ msgstr ""
4781
+
4788
4782
  msgid "Default: 0 (unlimited validity)"
4789
4783
  msgstr ""
4790
4784
 
@@ -6526,6 +6520,9 @@ msgstr ""
6526
6520
  msgid "Failed to generate a QR code."
6527
6521
  msgstr ""
6528
6522
 
6523
+ msgid "Failed to import translation keys"
6524
+ msgstr ""
6525
+
6529
6526
  msgid "Failed to open the relay due to: \"{{failureReason | translate}}\"."
6530
6527
  msgstr ""
6531
6528
 
@@ -8119,9 +8116,15 @@ msgstr ""
8119
8116
  msgid "Import template"
8120
8117
  msgstr ""
8121
8118
 
8119
+ msgid "Import translation keys from Apps"
8120
+ msgstr ""
8121
+
8122
8122
  msgid "Import variant"
8123
8123
  msgstr ""
8124
8124
 
8125
+ msgid "Importing translation from available Web SDK based applications. This may take a while..."
8126
+ msgstr ""
8127
+
8125
8128
  msgid "Importing, please wait."
8126
8129
  msgstr ""
8127
8130
 
@@ -8826,9 +8829,6 @@ msgstr ""
8826
8829
  msgid "Limit number of devices"
8827
8830
  msgstr ""
8828
8831
 
8829
- msgid "Limit storage per device"
8830
- msgstr ""
8831
-
8832
8832
  msgid "Limit stream queue"
8833
8833
  msgstr ""
8834
8834
 
@@ -10059,9 +10059,6 @@ msgstr ""
10059
10059
  msgid "No custom properties to display."
10060
10060
  msgstr ""
10061
10061
 
10062
- msgid "No custom properties yet."
10063
- msgstr ""
10064
-
10065
10062
  msgid "No data aggregation"
10066
10063
  msgstr ""
10067
10064
 
@@ -11284,11 +11281,6 @@ msgstr ""
11284
11281
  msgid "Password is not strong enough, use a stronger password."
11285
11282
  msgstr ""
11286
11283
 
11287
- msgid ""
11288
- "Password is not strong enough, use a stronger password. Check the requirements\n"
11289
- " listed on the right."
11290
- msgstr ""
11291
-
11292
11284
  msgid "Password is not strong enough, use a stronger password. Check the requirements listed on the right."
11293
11285
  msgstr ""
11294
11286
 
@@ -12622,6 +12614,9 @@ msgstr ""
12622
12614
  msgid "Retrieve {{configurationType}} configuration snapshot from device {{deviceName}}"
12623
12615
  msgstr ""
12624
12616
 
12617
+ msgid "Retrieved {{ numberOfRetrievedKeys }} keys from available applications. {{ numberOfNewKeys }} new translation keys were added."
12618
+ msgstr ""
12619
+
12625
12620
  msgid "Retrieving alarms…"
12626
12621
  msgstr ""
12627
12622
 
@@ -14813,7 +14808,7 @@ msgstr ""
14813
14808
  msgid "Storage limit"
14814
14809
  msgstr ""
14815
14810
 
14816
- msgid "Storage limit per device (MB)"
14811
+ msgid "Storage limit per device (MiB)"
14817
14812
  msgstr ""
14818
14813
 
14819
14814
  msgid "Storage quota"
@@ -15511,6 +15506,9 @@ msgstr ""
15511
15506
  msgid "The image is stretched to fill the widget, overriding the aspect-ratio."
15512
15507
  msgstr ""
15513
15508
 
15509
+ msgid "The key to be translated."
15510
+ msgstr ""
15511
+
15514
15512
  msgid "The last saved status of the dashboard"
15515
15513
  msgstr ""
15516
15514
 
@@ -16176,6 +16174,9 @@ msgstr ""
16176
16174
  msgid "Translation editor"
16177
16175
  msgstr ""
16178
16176
 
16177
+ msgid "Translation for \"{{ languageCode }}\" language."
16178
+ msgstr ""
16179
+
16179
16180
  msgid "Translation key"
16180
16181
  msgstr ""
16181
16182
 
@@ -18244,6 +18245,9 @@ msgstr ""
18244
18245
  msgid "e.g. Host configuration c8y_Linux"
18245
18246
  msgstr ""
18246
18247
 
18248
+ msgid "e.g. Joe Doe`LOCALIZE`"
18249
+ msgstr ""
18250
+
18247
18251
  msgid "e.g. Joe`LOCALIZE`"
18248
18252
  msgstr ""
18249
18253
 
@@ -18460,9 +18464,6 @@ msgstr ""
18460
18464
  msgid "e.g. my-microservice`used in URL`"
18461
18465
  msgstr ""
18462
18466
 
18463
- msgid "e.g. my-tenant.example.com"
18464
- msgstr ""
18465
-
18466
18467
  msgid "e.g. my-tenant`used in URL`"
18467
18468
  msgstr ""
18468
18469
 
package/locales/nl.po CHANGED
@@ -879,9 +879,6 @@ msgstr "Voeg een data-abonnement toe door hieronder te klikken."
879
879
  msgid "Add a new command template by clicking the button above."
880
880
  msgstr "Voeg een nieuwe opdrachtsjabloon toe door op de knop hierboven te klikken."
881
881
 
882
- msgid "Add a new custom property for tenants in Properties library."
883
- msgstr "Voeg een nieuwe aangepaste eigenschap toe voor huurders in de eigenschappenbibliotheek."
884
-
885
882
  msgid "Add a new device profile by clicking below."
886
883
  msgstr "Voeg een nieuw apparaatprofiel toe door hieronder te klkken."
887
884
 
@@ -1365,9 +1362,6 @@ msgstr "Beheer"
1365
1362
  msgid "Administrator's email"
1366
1363
  msgstr "E-mail van administrator"
1367
1364
 
1368
- msgid "Administrator's password"
1369
- msgstr "Wachtwoord van administrator"
1370
-
1371
1365
  msgid "Administrator's username"
1372
1366
  msgstr "Gebruikersnaam van administrator"
1373
1367
 
@@ -4507,9 +4501,6 @@ msgstr "Aangepast bewerkingstype"
4507
4501
  msgid "Custom properties"
4508
4502
  msgstr "Aangepaste eigenschappen"
4509
4503
 
4510
- msgid "Custom properties saved."
4511
- msgstr "Aangepaste eigenschappen opgeslagen."
4512
-
4513
4504
  msgid "Custom properties values saved."
4514
4505
  msgstr "Waarden voor aangepaste eigenschappen opgeslagen."
4515
4506
 
@@ -4926,6 +4917,9 @@ msgstr "Standaardwaarde"
4926
4917
  msgid "Default widget header style"
4927
4918
  msgstr "Standaardkopstijl voor widgets"
4928
4919
 
4920
+ msgid "Default: 0 (unlimited storage)"
4921
+ msgstr "Standaard: 0 (onbeperkte opslag)"
4922
+
4929
4923
  msgid "Default: 0 (unlimited validity)"
4930
4924
  msgstr "Standaard: 0 (onbeperkte geldigheid)"
4931
4925
 
@@ -8891,6 +8885,9 @@ msgstr "Gebruik vorige maand"
8891
8885
  msgid "Last name"
8892
8886
  msgstr "Achternaam"
8893
8887
 
8888
+ msgid "Last occurrence"
8889
+ msgstr "Laatste optreden"
8890
+
8894
8891
  msgid "Last occurrence of this alarm (device time)."
8895
8892
  msgstr "Laatst optreden van dit alarm (apparaattijd)."
8896
8893
 
@@ -9023,9 +9020,6 @@ msgstr "E-mailsjabloon limiet overschreden"
9023
9020
  msgid "Limit number of devices"
9024
9021
  msgstr "Aantal apparaten beperken"
9025
9022
 
9026
- msgid "Limit storage per device"
9027
- msgstr "Opslag per apparaat beperken"
9028
-
9029
9023
  msgid "Limit stream queue"
9030
9024
  msgstr "Stroom wachtrij beperken"
9031
9025
 
@@ -10256,9 +10250,6 @@ msgstr "Geen aangepaste applicaties beschikbaar."
10256
10250
  msgid "No custom properties to display."
10257
10251
  msgstr "Geen aangepaste eigenschappen om weer te geven."
10258
10252
 
10259
- msgid "No custom properties yet."
10260
- msgstr "Nog geen aangepaste eigenschappen."
10261
-
10262
10253
  msgid "No data aggregation"
10263
10254
  msgstr "Geen aggregatie van gegevens"
10264
10255
 
@@ -11484,11 +11475,6 @@ msgstr "Wachtwoord is ongeldig. Het moet minstens {{minCharactersCount}} en niet
11484
11475
  msgid "Password is not strong enough, use a stronger password."
11485
11476
  msgstr "Wachtwoord is niet sterk genoeg, gebruik een sterker wachtwoord."
11486
11477
 
11487
- msgid "Password is not strong enough, use a stronger password. Check the requirements\n"
11488
- " listed on the right."
11489
- msgstr "Het wachtwoord is niet sterk genoeg, gebruik een sterker wachtwoord. Raadpleeg de\n"
11490
- " vereisten die rechts worden aangegeven."
11491
-
11492
11478
  msgid "Password is not strong enough, use a stronger password. Check the requirements listed on the right."
11493
11479
  msgstr "Het wachtwoord is niet sterk genoeg, gebruik een sterker wachtwoord. Raadpleeg de vereisten die rechts worden aangegeven."
11494
11480
 
@@ -15024,8 +15010,8 @@ msgstr "Opslag (MB)"
15024
15010
  msgid "Storage limit"
15025
15011
  msgstr "Opslaglimiet"
15026
15012
 
15027
- msgid "Storage limit per device (MB)"
15028
- msgstr "Opslaglimiet per apparaat (MB)"
15013
+ msgid "Storage limit per device (MiB)"
15014
+ msgstr "Opslaglimiet per apparaat (MiB)"
15029
15015
 
15030
15016
  msgid "Storage quota"
15031
15017
  msgstr "Opslaglimieten"
@@ -16192,6 +16178,12 @@ msgstr "De Slimme groep wordt gemaakt op basis van de filters die momenteel word
16192
16178
  msgid "Time"
16193
16179
  msgstr "Tijd"
16194
16180
 
16181
+ msgid "Time in which the alarm was created. The time shown corresponds to the server's time. Device time can be different from server time."
16182
+ msgstr "Tijd waarop het alarm is gemaakt. De weergegeven tijd komt overeen met de tijd op de server. Apparaattijd kan verschillen van servertijd."
16183
+
16184
+ msgid "Time in which the alarm was last updated. The time shown corresponds to the server's time. Device time can be different from server time."
16185
+ msgstr "Tijd waarop het alarm voor het laatst is bijgewerkt. De weergegeven tijd komt overeen met de tijd op de server. Apparaattijd kan verschillen van servertijd."
16186
+
16195
16187
  msgid "Time interval"
16196
16188
  msgstr "Tijdsinterval"
16197
16189
 
@@ -18463,6 +18455,9 @@ msgstr "bijv. Hostconfiguratie toegepast op apparaten van het type c8y_Linux"
18463
18455
  msgid "e.g. Host configuration c8y_Linux"
18464
18456
  msgstr "bijv. Hostconfiguratie c8y_Linux"
18465
18457
 
18458
+ msgid "e.g. Joe Doe`LOCALIZE`"
18459
+ msgstr "bijv. Jan Jansen"
18460
+
18466
18461
  msgid "e.g. Joe`LOCALIZE`"
18467
18462
  msgstr "bijv. Jan"
18468
18463
 
@@ -18679,9 +18674,6 @@ msgstr "bijv. mijn-externe-applicatiesleutel"
18679
18674
  msgid "e.g. my-microservice`used in URL`"
18680
18675
  msgstr "bijv. mijn-microservice"
18681
18676
 
18682
- msgid "e.g. my-tenant.example.com"
18683
- msgstr "bijv. mijn-tenant.voorbeeld.com"
18684
-
18685
18677
  msgid "e.g. my-tenant`used in URL`"
18686
18678
  msgstr "bijv. mijn-tenant"
18687
18679
 
package/locales/pl.po CHANGED
@@ -916,9 +916,6 @@ msgstr "Dodaj subskrypcję danych, klikając poniżej."
916
916
  msgid "Add a new command template by clicking the button above."
917
917
  msgstr "Dodaj nowy szablon polecenia, klikając powyższy przycisk."
918
918
 
919
- msgid "Add a new custom property for tenants in Properties library."
920
- msgstr "Dodaj nową właściwość niestandardową dla tenantów w bibliotece właściwości."
921
-
922
919
  msgid "Add a new device profile by clicking below."
923
920
  msgstr "Dodaj nowy profil urządzenia, klikając poniżej."
924
921
 
@@ -1402,9 +1399,6 @@ msgstr "Administracja"
1402
1399
  msgid "Administrator's email"
1403
1400
  msgstr "Adres e-mail administratora"
1404
1401
 
1405
- msgid "Administrator's password"
1406
- msgstr "Hasło administratora"
1407
-
1408
1402
  msgid "Administrator's username"
1409
1403
  msgstr "Nazwa użytkownika administratora"
1410
1404
 
@@ -4548,9 +4542,6 @@ msgstr "Niestandardowy typ operacji"
4548
4542
  msgid "Custom properties"
4549
4543
  msgstr "Właściwości niestandardowe"
4550
4544
 
4551
- msgid "Custom properties saved."
4552
- msgstr "Zapisano właściwości niestandardowe."
4553
-
4554
4545
  msgid "Custom properties values saved."
4555
4546
  msgstr "Zapisano wartości właściwości niestandardowych."
4556
4547
 
@@ -4967,6 +4958,9 @@ msgstr "Wartość domyślna"
4967
4958
  msgid "Default widget header style"
4968
4959
  msgstr "Domyślny styl nagłówka widżetu"
4969
4960
 
4961
+ msgid "Default: 0 (unlimited storage)"
4962
+ msgstr "Domyślne: 0 (nieograniczona pamięć)"
4963
+
4970
4964
  msgid "Default: 0 (unlimited validity)"
4971
4965
  msgstr "Wartość domyślna: 0 (nieograniczona ważność)"
4972
4966
 
@@ -8935,6 +8929,9 @@ msgstr "Użycie w ostatnim miesiącu"
8935
8929
  msgid "Last name"
8936
8930
  msgstr "Nazwisko"
8937
8931
 
8932
+ msgid "Last occurrence"
8933
+ msgstr "Ostatnie wystąpienie"
8934
+
8938
8935
  msgid "Last occurrence of this alarm (device time)."
8939
8936
  msgstr "Ostatnie wystąpienie tego alarmu (czas urządzenia)."
8940
8937
 
@@ -9067,9 +9064,6 @@ msgstr "Szablon wiadomości e-mail o przekroczonym limicie"
9067
9064
  msgid "Limit number of devices"
9068
9065
  msgstr "Ogranicz liczbę urządzeń"
9069
9066
 
9070
- msgid "Limit storage per device"
9071
- msgstr "Limit pamięci masowej na urządzenie"
9072
-
9073
9067
  msgid "Limit stream queue"
9074
9068
  msgstr "Ogranicz kolejkę strumienia"
9075
9069
 
@@ -10304,9 +10298,6 @@ msgstr "Brak dostępnych aplikacji niestandardowych."
10304
10298
  msgid "No custom properties to display."
10305
10299
  msgstr "Brak niestandardowych właściwości do wyświetlenia."
10306
10300
 
10307
- msgid "No custom properties yet."
10308
- msgstr "Brak niestandardowych właściwości."
10309
-
10310
10301
  msgid "No data aggregation"
10311
10302
  msgstr "Brak agregacji danych"
10312
10303
 
@@ -11532,11 +11523,6 @@ msgstr "Hasło jest nieprawidłowe. Minimalna liczba znaków to {{minCharactersC
11532
11523
  msgid "Password is not strong enough, use a stronger password."
11533
11524
  msgstr "Hasło nie jest wystarczająco silne, użyj silniejszego hasła."
11534
11525
 
11535
- msgid "Password is not strong enough, use a stronger password. Check the requirements\n"
11536
- " listed on the right."
11537
- msgstr "Hasło nie jest wystarczająco silne, użyj silniejszego. Sprawdź wymagania\n"
11538
- " wymienione po prawej stronie."
11539
-
11540
11526
  msgid "Password is not strong enough, use a stronger password. Check the requirements listed on the right."
11541
11527
  msgstr "Hasło nie jest wystarczająco silne, użyj silniejszego. Sprawdź wymagania wymienione po prawej stronie."
11542
11528
 
@@ -15074,8 +15060,8 @@ msgstr "Pamięć masowa (MB)"
15074
15060
  msgid "Storage limit"
15075
15061
  msgstr "Limit pamięci masowej"
15076
15062
 
15077
- msgid "Storage limit per device (MB)"
15078
- msgstr "Limit pamięci masowej na urządzenie (MB)"
15063
+ msgid "Storage limit per device (MiB)"
15064
+ msgstr "Limit pamięci na urządzenie (MiB)"
15079
15065
 
15080
15066
  msgid "Storage quota"
15081
15067
  msgstr "Przydział pamięci masowej"
@@ -16241,6 +16227,12 @@ msgstr "Grupa inteligentna zostanie utworzona na podstawie filtrów zastosowanyc
16241
16227
  msgid "Time"
16242
16228
  msgstr "Czas"
16243
16229
 
16230
+ msgid "Time in which the alarm was created. The time shown corresponds to the server's time. Device time can be different from server time."
16231
+ msgstr "Czas, w którym utworzono alarm. Pokazany czas odpowiada czasowi serwera. Czas urządzenia może różnić się od czasu serwera."
16232
+
16233
+ msgid "Time in which the alarm was last updated. The time shown corresponds to the server's time. Device time can be different from server time."
16234
+ msgstr "Czas, w którym Alarm był ostatnio aktualizowany. Pokazany czas odpowiada czasowi serwera. Czas urządzenia może różnić się od czasu serwera."
16235
+
16244
16236
  msgid "Time interval"
16245
16237
  msgstr "Interwał"
16246
16238
 
@@ -18516,6 +18508,9 @@ msgstr "np. konfiguracja hosta zastosowana do urządzeń typu c8y_Linux"
18516
18508
  msgid "e.g. Host configuration c8y_Linux"
18517
18509
  msgstr "np. konfiguracja hosta c8y_Linux"
18518
18510
 
18511
+ msgid "e.g. Joe Doe`LOCALIZE`"
18512
+ msgstr "np. Jan Kowalski"
18513
+
18519
18514
  msgid "e.g. Joe`LOCALIZE`"
18520
18515
  msgstr "np. Jan"
18521
18516
 
@@ -18732,9 +18727,6 @@ msgstr "np. klucz-mojej-aplikacji-zewnętrznej"
18732
18727
  msgid "e.g. my-microservice`used in URL`"
18733
18728
  msgstr "np. moja-mikrousluga"
18734
18729
 
18735
- msgid "e.g. my-tenant.example.com"
18736
- msgstr "np. moj-tenant.example.com"
18737
-
18738
18730
  msgid "e.g. my-tenant`used in URL`"
18739
18731
  msgstr "np. moj-tenant"
18740
18732
 
package/locales/pt_BR.po CHANGED
@@ -879,9 +879,6 @@ msgstr "Adicione uma subscrição de dados clicando abaixo."
879
879
  msgid "Add a new command template by clicking the button above."
880
880
  msgstr "Adicione um novo template de comandos clicando no botão acima."
881
881
 
882
- msgid "Add a new custom property for tenants in Properties library."
883
- msgstr "Adicione uma nova propriedade personalizada para locatários na biblioteca Properties."
884
-
885
882
  msgid "Add a new device profile by clicking below."
886
883
  msgstr "Adicione um novo perfil de dispositivo clicando abaixo."
887
884
 
@@ -1365,9 +1362,6 @@ msgstr "Administração"
1365
1362
  msgid "Administrator's email"
1366
1363
  msgstr "E-mail do administrador"
1367
1364
 
1368
- msgid "Administrator's password"
1369
- msgstr "Senha do administrador"
1370
-
1371
1365
  msgid "Administrator's username"
1372
1366
  msgstr "Nome de usuário administrador"
1373
1367
 
@@ -4507,9 +4501,6 @@ msgstr "Tipo de operação personalizado"
4507
4501
  msgid "Custom properties"
4508
4502
  msgstr "Propriedades personalizadas"
4509
4503
 
4510
- msgid "Custom properties saved."
4511
- msgstr "Propriedades personalizadas salvas."
4512
-
4513
4504
  msgid "Custom properties values saved."
4514
4505
  msgstr "Valores de propriedades personalizadas salvos."
4515
4506
 
@@ -4926,6 +4917,9 @@ msgstr "Valor padrão"
4926
4917
  msgid "Default widget header style"
4927
4918
  msgstr "Estilo de cabeçalho de widget padrão"
4928
4919
 
4920
+ msgid "Default: 0 (unlimited storage)"
4921
+ msgstr "Padrão: 0 (armazenamento ilimitado)"
4922
+
4929
4923
  msgid "Default: 0 (unlimited validity)"
4930
4924
  msgstr "Padrão: 0 (validade ilimitada)"
4931
4925
 
@@ -8892,6 +8886,9 @@ msgstr "Uso no último mês"
8892
8886
  msgid "Last name"
8893
8887
  msgstr "Sobrenome"
8894
8888
 
8889
+ msgid "Last occurrence"
8890
+ msgstr "Última ocorrência"
8891
+
8895
8892
  msgid "Last occurrence of this alarm (device time)."
8896
8893
  msgstr "Última ocorrência deste alarme (horário do dispositivo)."
8897
8894
 
@@ -9024,9 +9021,6 @@ msgstr "Template de e-mail para limite excedido"
9024
9021
  msgid "Limit number of devices"
9025
9022
  msgstr "Limitar número de dispositivos"
9026
9023
 
9027
- msgid "Limit storage per device"
9028
- msgstr "Limite de armazenamento por dispositivo"
9029
-
9030
9024
  msgid "Limit stream queue"
9031
9025
  msgstr "Limitar fila do stream"
9032
9026
 
@@ -10257,9 +10251,6 @@ msgstr "Nenhumas aplicações personalizadas disponíveis."
10257
10251
  msgid "No custom properties to display."
10258
10252
  msgstr "Não há propriedades personalizadas a serem exibidas."
10259
10253
 
10260
- msgid "No custom properties yet."
10261
- msgstr "Ainda não há propriedades personalizadas."
10262
-
10263
10254
  msgid "No data aggregation"
10264
10255
  msgstr "Sem agregação de dados"
10265
10256
 
@@ -11485,11 +11476,6 @@ msgstr "Senha inválida. Ela deve ter pelo menos {{minCharactersCount}} e não m
11485
11476
  msgid "Password is not strong enough, use a stronger password."
11486
11477
  msgstr "A senha não é forte o suficiente, use uma senha mais forte."
11487
11478
 
11488
- msgid "Password is not strong enough, use a stronger password. Check the requirements\n"
11489
- " listed on the right."
11490
- msgstr "A senha não é forte o suficiente, use uma senha mais forte. Verifique os requisitos\n"
11491
- " listados à direita."
11492
-
11493
11479
  msgid "Password is not strong enough, use a stronger password. Check the requirements listed on the right."
11494
11480
  msgstr "A senha não é forte o suficiente, use uma senha mais forte. Verifique os requisitos listados à direita."
11495
11481
 
@@ -15025,8 +15011,8 @@ msgstr "Armazenamento (MB)"
15025
15011
  msgid "Storage limit"
15026
15012
  msgstr "Limite de armazenamento"
15027
15013
 
15028
- msgid "Storage limit per device (MB)"
15029
- msgstr "Limite de armazenamento por dispositivo (MB)"
15014
+ msgid "Storage limit per device (MiB)"
15015
+ msgstr "Limite de armazenamento por dispositivo (MiB)"
15030
15016
 
15031
15017
  msgid "Storage quota"
15032
15018
  msgstr "Cota de armazenamento"
@@ -16193,6 +16179,12 @@ msgstr "O grupo inteligente será criado com base nos filtros aplicados atualmen
16193
16179
  msgid "Time"
16194
16180
  msgstr "Tempo"
16195
16181
 
16182
+ msgid "Time in which the alarm was created. The time shown corresponds to the server's time. Device time can be different from server time."
16183
+ msgstr "Hora em que o alarme foi criado. A hora mostrada corresponde à hora do servidor. A hora do dispositivo pode ser diferente da hora do servidor."
16184
+
16185
+ msgid "Time in which the alarm was last updated. The time shown corresponds to the server's time. Device time can be different from server time."
16186
+ msgstr "Hora em que o alarme foi atualizado pela última vez. A hora mostrada corresponde à hora do servidor. A hora do dispositivo pode ser diferente da hora do servidor."
16187
+
16196
16188
  msgid "Time interval"
16197
16189
  msgstr "Intervalo de tempo"
16198
16190
 
@@ -18464,6 +18456,9 @@ msgstr "p. ex. Configuração do host aplicada a dispositivos com tipo c8y_Linux
18464
18456
  msgid "e.g. Host configuration c8y_Linux"
18465
18457
  msgstr "p. ex. Configuração do host c8y_Linux"
18466
18458
 
18459
+ msgid "e.g. Joe Doe`LOCALIZE`"
18460
+ msgstr "p. ex. João Silva"
18461
+
18467
18462
  msgid "e.g. Joe`LOCALIZE`"
18468
18463
  msgstr "p. ex. João"
18469
18464
 
@@ -18680,9 +18675,6 @@ msgstr "p. ex. minha-chave-de-aplicação-externo"
18680
18675
  msgid "e.g. my-microservice`used in URL`"
18681
18676
  msgstr "p. ex. my-microservice"
18682
18677
 
18683
- msgid "e.g. my-tenant.example.com"
18684
- msgstr "p. ex. meu-tenant.exemplo.com.br"
18685
-
18686
18678
  msgid "e.g. my-tenant`used in URL`"
18687
18679
  msgstr "p. ex. my-tenant"
18688
18680
 
package/locales/zh_CN.po CHANGED
@@ -863,9 +863,6 @@ msgstr "通过在下面单击来添加数据预订。"
863
863
  msgid "Add a new command template by clicking the button above."
864
864
  msgstr "通过单击上面的按钮添加新命令模板。"
865
865
 
866
- msgid "Add a new custom property for tenants in Properties library."
867
- msgstr "在属性库中为租户添加新的自定义属性。"
868
-
869
866
  msgid "Add a new device profile by clicking below."
870
867
  msgstr "通过在下方单击来添加新设备配置文件。"
871
868
 
@@ -1349,9 +1346,6 @@ msgstr "管理"
1349
1346
  msgid "Administrator's email"
1350
1347
  msgstr "管理员电子邮箱"
1351
1348
 
1352
- msgid "Administrator's password"
1353
- msgstr "管理员密码"
1354
-
1355
1349
  msgid "Administrator's username"
1356
1350
  msgstr "管理员的用户名"
1357
1351
 
@@ -4489,9 +4483,6 @@ msgstr "自定义操作类型"
4489
4483
  msgid "Custom properties"
4490
4484
  msgstr "自定义属性"
4491
4485
 
4492
- msgid "Custom properties saved."
4493
- msgstr "已保存自定义属性。"
4494
-
4495
4486
  msgid "Custom properties values saved."
4496
4487
  msgstr "保存自定义属性值。"
4497
4488
 
@@ -4908,6 +4899,9 @@ msgstr "默认值"
4908
4899
  msgid "Default widget header style"
4909
4900
  msgstr "默认小组件标题样式"
4910
4901
 
4902
+ msgid "Default: 0 (unlimited storage)"
4903
+ msgstr "默认值:0(无限存储)"
4904
+
4911
4905
  msgid "Default: 0 (unlimited validity)"
4912
4906
  msgstr "默认值:0(有效期不限)"
4913
4907
 
@@ -8876,6 +8870,9 @@ msgstr "上月使用"
8876
8870
  msgid "Last name"
8877
8871
  msgstr "姓氏"
8878
8872
 
8873
+ msgid "Last occurrence"
8874
+ msgstr "最后一次出现"
8875
+
8879
8876
  msgid "Last occurrence of this alarm (device time)."
8880
8877
  msgstr "最后出现此警报的时间(设备时间)。"
8881
8878
 
@@ -9008,9 +9005,6 @@ msgstr "超限电子邮件模板"
9008
9005
  msgid "Limit number of devices"
9009
9006
  msgstr "限制设备数量"
9010
9007
 
9011
- msgid "Limit storage per device"
9012
- msgstr "限制每个设备的存储"
9013
-
9014
9008
  msgid "Limit stream queue"
9015
9009
  msgstr "限制流队列"
9016
9010
 
@@ -10239,9 +10233,6 @@ msgstr "没有可用的自定义应用程序。"
10239
10233
  msgid "No custom properties to display."
10240
10234
  msgstr "不显示自定义属性。"
10241
10235
 
10242
- msgid "No custom properties yet."
10243
- msgstr "还没有自定义属性。"
10244
-
10245
10236
  msgid "No data aggregation"
10246
10237
  msgstr "无数据汇总"
10247
10238
 
@@ -11467,11 +11458,6 @@ msgstr "密码无效。它必须至少有 {{minCharactersCount}} 个字符且不
11467
11458
  msgid "Password is not strong enough, use a stronger password."
11468
11459
  msgstr "密码不够强,请使用更强的密码。"
11469
11460
 
11470
- msgid "Password is not strong enough, use a stronger password. Check the requirements\n"
11471
- " listed on the right."
11472
- msgstr "密码不够强,请使用更强的密码。请查看右侧列出\n"
11473
- "的要求。"
11474
-
11475
11461
  msgid "Password is not strong enough, use a stronger password. Check the requirements listed on the right."
11476
11462
  msgstr "密码不够强,请使用更强的密码。请查看右侧列出的要求。"
11477
11463
 
@@ -15006,8 +14992,8 @@ msgstr "存储 (MB)"
15006
14992
  msgid "Storage limit"
15007
14993
  msgstr "存储限制"
15008
14994
 
15009
- msgid "Storage limit per device (MB)"
15010
- msgstr "每个设备的存储限制 (MB)"
14995
+ msgid "Storage limit per device (MiB)"
14996
+ msgstr "每个设备的存储上限(MB"
15011
14997
 
15012
14998
  msgid "Storage quota"
15013
14999
  msgstr "存储配额"
@@ -16174,6 +16160,12 @@ msgstr "将根据设备列表中当前应用的筛选器创建一个智能组。
16174
16160
  msgid "Time"
16175
16161
  msgstr "时间"
16176
16162
 
16163
+ msgid "Time in which the alarm was created. The time shown corresponds to the server's time. Device time can be different from server time."
16164
+ msgstr "闹钟创建的时间。显示的时间与服务器的时间一致。设备时间可能与服务器时间不同。"
16165
+
16166
+ msgid "Time in which the alarm was last updated. The time shown corresponds to the server's time. Device time can be different from server time."
16167
+ msgstr "上次更新闹钟的时间。显示的时间与服务器的时间一致。设备时间可能与服务器时间不同。"
16168
+
16177
16169
  msgid "Time interval"
16178
16170
  msgstr "时间间隔"
16179
16171
 
@@ -18443,6 +18435,9 @@ msgstr "例如应用于类型为 c8y_Linux 的设备的主机配置"
18443
18435
  msgid "e.g. Host configuration c8y_Linux"
18444
18436
  msgstr "例如主机配置 c8y_Linux"
18445
18437
 
18438
+ msgid "e.g. Joe Doe`LOCALIZE`"
18439
+ msgstr "例如:Joe Doe`LOCALIZE`(无名氏"
18440
+
18446
18441
  msgid "e.g. Joe`LOCALIZE`"
18447
18442
  msgstr "例如 Joe"
18448
18443
 
@@ -18659,9 +18654,6 @@ msgstr "例如 my-external-application-key"
18659
18654
  msgid "e.g. my-microservice`used in URL`"
18660
18655
  msgstr "例如 my-microservice"
18661
18656
 
18662
- msgid "e.g. my-tenant.example.com"
18663
- msgstr "例如 my-tenant.example.com"
18664
-
18665
18657
  msgid "e.g. my-tenant`used in URL`"
18666
18658
  msgstr "例如 my-tenant"
18667
18659