@c8y/ngx-components 1023.52.0 → 1023.55.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (100) hide show
  1. package/alarms/index.d.ts +2 -1
  2. package/alarms/index.d.ts.map +1 -1
  3. package/application-access/list/index.d.ts +36 -0
  4. package/application-access/list/index.d.ts.map +1 -0
  5. package/application-access/user/application-access-user-details-wrapper/index.d.ts +33 -0
  6. package/application-access/user/application-access-user-details-wrapper/index.d.ts.map +1 -0
  7. package/application-access/user/index.d.ts +6 -0
  8. package/application-access/user/index.d.ts.map +1 -0
  9. package/asset-properties/index.d.ts +247 -28
  10. package/asset-properties/index.d.ts.map +1 -1
  11. package/context-dashboard/index.d.ts +1 -1
  12. package/datapoints-export-selector/index.d.ts +2 -2
  13. package/device-enrolment/index.d.ts +6 -0
  14. package/device-enrolment/index.d.ts.map +1 -0
  15. package/device-enrolment/modal/index.d.ts +88 -0
  16. package/device-enrolment/modal/index.d.ts.map +1 -0
  17. package/device-grid/index.d.ts +1 -1
  18. package/device-list/index.d.ts +1 -1
  19. package/device-shell/index.d.ts +1 -1
  20. package/echart/index.d.ts +1 -1
  21. package/echart/models/index.d.ts +2 -2
  22. package/fesm2022/c8y-ngx-components-alarms-cockpit.mjs +1 -1
  23. package/fesm2022/c8y-ngx-components-alarms-devicemanagement.mjs +1 -1
  24. package/fesm2022/c8y-ngx-components-alarms.mjs.map +1 -1
  25. package/fesm2022/c8y-ngx-components-application-access-list.mjs +180 -0
  26. package/fesm2022/c8y-ngx-components-application-access-list.mjs.map +1 -0
  27. package/fesm2022/c8y-ngx-components-application-access-user-application-access-user-details-wrapper.mjs +113 -0
  28. package/fesm2022/c8y-ngx-components-application-access-user-application-access-user-details-wrapper.mjs.map +1 -0
  29. package/fesm2022/c8y-ngx-components-application-access-user.mjs +20 -0
  30. package/fesm2022/c8y-ngx-components-application-access-user.mjs.map +1 -0
  31. package/fesm2022/c8y-ngx-components-asset-properties.mjs +640 -119
  32. package/fesm2022/c8y-ngx-components-asset-properties.mjs.map +1 -1
  33. package/fesm2022/c8y-ngx-components-branding-shared.mjs +1 -1
  34. package/fesm2022/c8y-ngx-components-child-devices.mjs +1 -1
  35. package/fesm2022/c8y-ngx-components-context-dashboard-asset-add.mjs +1 -1
  36. package/fesm2022/c8y-ngx-components-context-dashboard-device-add.mjs +1 -1
  37. package/fesm2022/c8y-ngx-components-context-dashboard-devicemanagement.mjs +1 -1
  38. package/fesm2022/{c8y-ngx-components-dashboard-details-advanced-tab-dashboard-details-advanced-tab.component-D0C7SH6L.mjs → c8y-ngx-components-dashboard-details-advanced-tab-dashboard-details-advanced-tab.component-DvKsV_Fs.mjs} +14 -12
  39. package/fesm2022/c8y-ngx-components-dashboard-details-advanced-tab-dashboard-details-advanced-tab.component-DvKsV_Fs.mjs.map +1 -0
  40. package/fesm2022/c8y-ngx-components-dashboard-details-advanced-tab.mjs +2 -2
  41. package/fesm2022/c8y-ngx-components-datapoint-explorer-devicemanagement.mjs +1 -1
  42. package/fesm2022/c8y-ngx-components-datapoint-explorer.mjs +1 -1
  43. package/fesm2022/c8y-ngx-components-datapoint-library.mjs +1 -1
  44. package/fesm2022/c8y-ngx-components-device-enrolment-modal.mjs +570 -0
  45. package/fesm2022/c8y-ngx-components-device-enrolment-modal.mjs.map +1 -0
  46. package/fesm2022/c8y-ngx-components-device-enrolment.mjs +147 -0
  47. package/fesm2022/c8y-ngx-components-device-enrolment.mjs.map +1 -0
  48. package/fesm2022/c8y-ngx-components-ecosystem.mjs +2 -2
  49. package/fesm2022/c8y-ngx-components-ecosystem.mjs.map +1 -1
  50. package/fesm2022/c8y-ngx-components-exports.mjs +1 -1
  51. package/fesm2022/c8y-ngx-components-feature-toggles.mjs +1 -1
  52. package/fesm2022/c8y-ngx-components-register-device.mjs +1 -1
  53. package/fesm2022/c8y-ngx-components-remote-access-ssh.mjs +1 -1
  54. package/fesm2022/c8y-ngx-components-remote-access-telnet.mjs +1 -1
  55. package/fesm2022/c8y-ngx-components-remote-access-vnc.mjs +1 -1
  56. package/fesm2022/c8y-ngx-components-report-dashboard.mjs +1 -1
  57. package/fesm2022/c8y-ngx-components-repository-firmware.mjs +1 -1
  58. package/fesm2022/c8y-ngx-components-repository-shared.mjs +3 -5
  59. package/fesm2022/c8y-ngx-components-repository-shared.mjs.map +1 -1
  60. package/fesm2022/c8y-ngx-components-sub-assets.mjs +132 -55
  61. package/fesm2022/c8y-ngx-components-sub-assets.mjs.map +1 -1
  62. package/fesm2022/c8y-ngx-components-tenants.mjs +71 -32
  63. package/fesm2022/c8y-ngx-components-tenants.mjs.map +1 -1
  64. package/fesm2022/c8y-ngx-components-upgrade.mjs +7 -1
  65. package/fesm2022/c8y-ngx-components-upgrade.mjs.map +1 -1
  66. package/fesm2022/c8y-ngx-components-widgets-implementations-cockpit-welcome.mjs +4 -4
  67. package/fesm2022/c8y-ngx-components-widgets-implementations-cockpit-welcome.mjs.map +1 -1
  68. package/fesm2022/c8y-ngx-components.mjs +454 -225
  69. package/fesm2022/c8y-ngx-components.mjs.map +1 -1
  70. package/index.d.ts +109 -39
  71. package/index.d.ts.map +1 -1
  72. package/locales/de.po +190 -13
  73. package/locales/es.po +189 -13
  74. package/locales/fr.po +189 -13
  75. package/locales/ja_JP.po +168 -13
  76. package/locales/ko.po +190 -13
  77. package/locales/locales.pot +169 -8
  78. package/locales/nl.po +189 -13
  79. package/locales/pl.po +189 -13
  80. package/locales/pt_BR.po +189 -13
  81. package/locales/zh_CN.po +190 -13
  82. package/locales/zh_TW.po +189 -13
  83. package/map/index.d.ts +1 -0
  84. package/map/index.d.ts.map +1 -1
  85. package/operations/bulk-operations-service/index.d.ts +1 -1
  86. package/package.json +1 -1
  87. package/protocol-opcua/mappings/index.d.ts +1 -1
  88. package/register-device/index.d.ts +1 -1
  89. package/remote-access/data/index.d.ts +1 -0
  90. package/remote-access/data/index.d.ts.map +1 -1
  91. package/repository/shared/index.d.ts.map +1 -1
  92. package/sub-assets/index.d.ts +9 -3
  93. package/sub-assets/index.d.ts.map +1 -1
  94. package/tenants/index.d.ts +1 -0
  95. package/tenants/index.d.ts.map +1 -1
  96. package/upgrade/index.d.ts.map +1 -1
  97. package/widgets/implementations/asset-table/index.d.ts +1 -1
  98. package/widgets/implementations/datapoints-table/index.d.ts +2 -2
  99. package/widgets/implementations/kpi/index.d.ts +1 -1
  100. package/fesm2022/c8y-ngx-components-dashboard-details-advanced-tab-dashboard-details-advanced-tab.component-D0C7SH6L.mjs.map +0 -1
@@ -323,6 +323,14 @@ msgstr ""
323
323
  msgid "<p><strong>The following error was returned from the external authentication service:</strong></p><p><code>{{ error }}</code></p>."
324
324
  msgstr ""
325
325
 
326
+ msgid ""
327
+ "<p>Before you begin, please have one of the following ready:</p>\n"
328
+ " <ul class=\"p-l-16\">\n"
329
+ " <li>A computer with Docker installed (to simulate a device), or</li>\n"
330
+ " <li>A physical Linux IoT device.</li>\n"
331
+ " </ul>"
332
+ msgstr ""
333
+
326
334
  msgid "<p>Enabling this option uses the layout and configuration of this dashboard to create dashboard instances for all assets based on the model <span class=\"tag tag--info text-12\">{{ displayDeviceTypeValue }}</span>.</p>"
327
335
  msgstr ""
328
336
 
@@ -1210,6 +1218,9 @@ msgstr ""
1210
1218
  msgid "Add to selected data points"
1211
1219
  msgstr ""
1212
1220
 
1221
+ msgid "Add to selected properties"
1222
+ msgstr ""
1223
+
1213
1224
  msgid "Add to tenant"
1214
1225
  msgstr ""
1215
1226
 
@@ -1294,6 +1305,9 @@ msgstr ""
1294
1305
  msgid "Additional properties not allowed."
1295
1306
  msgstr ""
1296
1307
 
1308
+ msgid "Additionally, a trusted CA certificate must be available and enabled."
1309
+ msgstr ""
1310
+
1297
1311
  msgid "Address"
1298
1312
  msgstr ""
1299
1313
 
@@ -1678,6 +1692,9 @@ msgstr ""
1678
1692
  msgid "Allows to manage feature toggles for the tenant."
1679
1693
  msgstr ""
1680
1694
 
1695
+ msgid "Allows to manage user application access."
1696
+ msgstr ""
1697
+
1681
1698
  msgid "Allows to monitor and manage the usage of messaging service."
1682
1699
  msgstr ""
1683
1700
 
@@ -2021,6 +2038,9 @@ msgstr ""
2021
2038
  msgid "Asset data"
2022
2039
  msgstr ""
2023
2040
 
2041
+ msgid "Asset not selected"
2042
+ msgstr ""
2043
+
2024
2044
  msgid "Asset notes"
2025
2045
  msgstr ""
2026
2046
 
@@ -2036,6 +2056,9 @@ msgstr ""
2036
2056
  msgid "Asset property list"
2037
2057
  msgstr ""
2038
2058
 
2059
+ msgid "Asset selected"
2060
+ msgstr ""
2061
+
2039
2062
  msgid "Asset selection"
2040
2063
  msgstr ""
2041
2064
 
@@ -2940,6 +2963,9 @@ msgstr ""
2940
2963
  msgid "Certificate ID value"
2941
2964
  msgstr ""
2942
2965
 
2966
+ msgid "Certificate authority not available."
2967
+ msgstr ""
2968
+
2943
2969
  msgid "Certificate deactivated."
2944
2970
  msgstr ""
2945
2971
 
@@ -3189,9 +3215,19 @@ msgstr ""
3189
3215
  msgid "Children"
3190
3216
  msgstr ""
3191
3217
 
3218
+ msgid ""
3219
+ "Choose a unique name for your device. We've generated a suggestion, which you can change\n"
3220
+ " if you like. This name identifies the device in your Cumulocity tenant."
3221
+ msgstr ""
3222
+
3192
3223
  msgid "Choose export type from available options:"
3193
3224
  msgstr ""
3194
3225
 
3226
+ msgid ""
3227
+ "Choose the option that matches your setup. Copy the entire command and run it in the\n"
3228
+ " appropriate terminal on your computer or device."
3229
+ msgstr ""
3230
+
3195
3231
  msgid "Circular $refs."
3196
3232
  msgstr ""
3197
3233
 
@@ -3285,6 +3321,18 @@ msgstr ""
3285
3321
  msgid "Cleared`alarm`"
3286
3322
  msgstr ""
3287
3323
 
3324
+ msgid ""
3325
+ "Click\n"
3326
+ " <strong>Close</strong>\n"
3327
+ " to view your newly registered device in the device list."
3328
+ msgstr ""
3329
+
3330
+ msgid ""
3331
+ "Click\n"
3332
+ " <strong>Next</strong>\n"
3333
+ " to continue."
3334
+ msgstr ""
3335
+
3288
3336
  msgid ""
3289
3337
  "Click\n"
3290
3338
  " <strong>Next</strong>\n"
@@ -3809,12 +3857,18 @@ msgstr ""
3809
3857
  msgid "Confirm your current password"
3810
3858
  msgstr ""
3811
3859
 
3860
+ msgid "Confirm:"
3861
+ msgstr ""
3862
+
3812
3863
  msgid "Connect"
3813
3864
  msgstr ""
3814
3865
 
3815
3866
  msgid "Connect smartphone"
3816
3867
  msgstr ""
3817
3868
 
3869
+ msgid "Connect your device to our IoT platform"
3870
+ msgstr ""
3871
+
3818
3872
  msgid "Connect your smartphone to our IoT platform"
3819
3873
  msgstr ""
3820
3874
 
@@ -5497,6 +5551,12 @@ msgstr ""
5497
5551
  msgid "Device ID"
5498
5552
  msgstr ""
5499
5553
 
5554
+ msgid "Device ID already exists. Please choose a different name."
5555
+ msgstr ""
5556
+
5557
+ msgid "Device ID cannot contain whitespace, slashes or any of (+$:). Please choose a different name."
5558
+ msgstr ""
5559
+
5500
5560
  msgid "Device ID duplicates are not allowed"
5501
5561
  msgstr ""
5502
5562
 
@@ -5557,6 +5617,18 @@ msgstr ""
5557
5617
  msgid "Device deprovisioned."
5558
5618
  msgstr ""
5559
5619
 
5620
+ msgid "Device enrollment completed"
5621
+ msgstr ""
5622
+
5623
+ msgid "Device enrollment failed"
5624
+ msgstr ""
5625
+
5626
+ msgid "Device enrolment modal and quick link integration to connect devices using thin-edge.io."
5627
+ msgstr ""
5628
+
5629
+ msgid "Device enrolment plugin"
5630
+ msgstr ""
5631
+
5560
5632
  msgid "Device found for identity {{type}}: {{externalId}}."
5561
5633
  msgstr ""
5562
5634
 
@@ -6592,6 +6664,12 @@ msgstr ""
6592
6664
  msgid "Enter starting fragment of device id or name to search."
6593
6665
  msgstr ""
6594
6666
 
6667
+ msgid ""
6668
+ "Enter the device name and click\n"
6669
+ " <strong>Next</strong>\n"
6670
+ " ."
6671
+ msgstr ""
6672
+
6595
6673
  msgid ""
6596
6674
  "Enter the following code\n"
6597
6675
  " <code>{{ vm.code }}</code>\n"
@@ -7053,6 +7131,9 @@ msgstr ""
7053
7131
  msgid "Failed to update the connection"
7054
7132
  msgstr ""
7055
7133
 
7134
+ msgid "Failed to update user's application access."
7135
+ msgstr ""
7136
+
7056
7137
  msgid "Failed to upload asset."
7057
7138
  msgstr ""
7058
7139
 
@@ -7621,6 +7702,20 @@ msgstr ""
7621
7702
  msgid "Fonts URL"
7622
7703
  msgstr ""
7623
7704
 
7705
+ msgid ""
7706
+ "For connecting a physical Linux IoT device, run this command in the device's\n"
7707
+ " terminal."
7708
+ msgstr ""
7709
+
7710
+ msgid ""
7711
+ "For connecting a simulated device, run this command on your computer with\n"
7712
+ " Docker`KEEP_ORIGINAL` installed. It will install the\n"
7713
+ " <a href=\"https://github.com/thin-edge/tedge-demo-container\" target=\"_blank\" rel=\"noopener noreferrer\">\n"
7714
+ " tedge-demo-container\n"
7715
+ " </a>\n"
7716
+ " ."
7717
+ msgstr ""
7718
+
7624
7719
  msgid ""
7625
7720
  "For correct application behavior you can use only \"{{ host }}\" or \"{{\n"
7626
7721
  " defaultRedirectUrl\n"
@@ -7636,9 +7731,9 @@ msgid ""
7636
7731
  msgstr ""
7637
7732
 
7638
7733
  msgid ""
7639
- "For each asset in the supported widgets, the suggested source is based on the original one.\n"
7640
- " You can either accept the suggestion, select a different asset, or decide to configure it later.\n"
7641
- " Please note: If you don't pick any of the options available, the widget will not be imported."
7734
+ "For each asset in the widgets, we suggest a source based on the original configuration. \n"
7735
+ " You can accept it, choose another asset, or configure it later. If you don’t choose any option,\n"
7736
+ " the widget will not be imported."
7642
7737
  msgstr ""
7643
7738
 
7644
7739
  msgid "For example, if message type is indicated by the first byte of payload, then enter 0"
@@ -7662,6 +7757,9 @@ msgid ""
7662
7757
  " Enable advanced developer mode to start coding!"
7663
7758
  msgstr ""
7664
7759
 
7760
+ msgid "For security reasons, the external authentication server (single sign-on) does not allow for password confirmation. Instead, enter the following code to continue:"
7761
+ msgstr ""
7762
+
7665
7763
  msgid "Forbidden for web browsers"
7666
7764
  msgstr ""
7667
7765
 
@@ -8444,6 +8542,12 @@ msgstr ""
8444
8542
  msgid "Has full access to all deployed CEP modules and smart rules."
8445
8543
  msgstr ""
8446
8544
 
8545
+ msgid "Have at least {{length}} characters"
8546
+ msgstr ""
8547
+
8548
+ msgid "Have at least {{recommendedLength}} characters"
8549
+ msgstr ""
8550
+
8447
8551
  msgid "Header"
8448
8552
  msgstr ""
8449
8553
 
@@ -9839,6 +9943,9 @@ msgstr ""
9839
9943
  msgid "Make sure that:"
9840
9944
  msgstr ""
9841
9945
 
9946
+ msgid "Manage certificates"
9947
+ msgstr ""
9948
+
9842
9949
  msgid "Manage preview features"
9843
9950
  msgstr ""
9844
9951
 
@@ -10409,6 +10516,9 @@ msgstr ""
10409
10516
  msgid "Name must be unique among variables."
10410
10517
  msgstr ""
10411
10518
 
10519
+ msgid "Name your Device"
10520
+ msgstr ""
10521
+
10412
10522
  msgid "Navigate to the desired page and click the \"Add current page\" button. Editing, deleting and reordering are possible by clicking on the cog wheel."
10413
10523
  msgstr ""
10414
10524
 
@@ -11304,6 +11414,9 @@ msgstr ""
11304
11414
  msgid "No suggestion available"
11305
11415
  msgstr ""
11306
11416
 
11417
+ msgid "No suggestion available- widget will not be imported"
11418
+ msgstr ""
11419
+
11307
11420
  msgid "No synced widgets"
11308
11421
  msgstr ""
11309
11422
 
@@ -12141,6 +12254,9 @@ msgstr ""
12141
12254
  msgid "Password is invalid. It must have at least {{minCharactersCount}} and no more than {{maxCharactersCount}} characters."
12142
12255
  msgstr ""
12143
12256
 
12257
+ msgid "Password is not strong enough, check the requirements below."
12258
+ msgstr ""
12259
+
12144
12260
  msgid "Password is not strong enough, use a stronger password."
12145
12261
  msgstr ""
12146
12262
 
@@ -12150,15 +12266,21 @@ msgstr ""
12150
12266
  msgid "Password must have at least 8 characters and no more than 32 and can only contain letters, numbers and following symbols: `~!@#$%^&*()_|+-=?;:'\",.<>{}[]\\/"
12151
12267
  msgstr ""
12152
12268
 
12153
- msgid "Password must have at least 8 characters and no more than 32 and can only contain letters, numbers and following symbols: {{ symbols }}"
12154
- msgstr ""
12155
-
12156
12269
  msgid "Password must have at least 8 characters and no more than 32."
12157
12270
  msgstr ""
12158
12271
 
12159
12272
  msgid "Password must have at least {{ min }} characters and no more than {{ max }} and can only contain letters, numbers and following symbols: {{ symbols }}"
12160
12273
  msgstr ""
12161
12274
 
12275
+ msgid "Password must have at least {{ minLength }} characters and no more than {{ maxLength }} and can only contain letters, numbers and following symbols: {{ allowedCharactersList }}"
12276
+ msgstr ""
12277
+
12278
+ msgid "Password must have at least {{ minLength }} characters and no more than {{ maxLength }} and can only contain letters, numbers and following symbols: {{ symbols }}"
12279
+ msgstr ""
12280
+
12281
+ msgid "Password must have at least {{ minLength }} characters and no more than {{ maxLength }}."
12282
+ msgstr ""
12283
+
12162
12284
  msgid "Password must meet the requirements below:"
12163
12285
  msgstr ""
12164
12286
 
@@ -13261,6 +13383,9 @@ msgstr ""
13261
13383
  msgid "Remove from selected data points"
13262
13384
  msgstr ""
13263
13385
 
13386
+ msgid "Remove from selected properties"
13387
+ msgstr ""
13388
+
13264
13389
  msgid "Remove icon and use default icon"
13265
13390
  msgstr ""
13266
13391
 
@@ -13666,6 +13791,9 @@ msgstr ""
13666
13791
  msgid "Run"
13667
13792
  msgstr ""
13668
13793
 
13794
+ msgid "Run the connection command"
13795
+ msgstr ""
13796
+
13669
13797
  msgid "S/N"
13670
13798
  msgstr ""
13671
13799
 
@@ -14391,6 +14519,9 @@ msgstr ""
14391
14519
  msgid "Select the asset, then on the available data points list, click on the plus button on the desired data point."
14392
14520
  msgstr ""
14393
14521
 
14522
+ msgid "Select the asset, then on the available properties list, select desired property."
14523
+ msgstr ""
14524
+
14394
14525
  msgid "Select the global roles for which the dashboard will be available"
14395
14526
  msgstr ""
14396
14527
 
@@ -14483,6 +14614,9 @@ msgstr ""
14483
14614
  msgid "Selected operation"
14484
14615
  msgstr ""
14485
14616
 
14617
+ msgid "Selected properties"
14618
+ msgstr ""
14619
+
14486
14620
  msgid "Selected provisioned certificate was revoked."
14487
14621
  msgstr ""
14488
14622
 
@@ -14600,6 +14734,9 @@ msgstr ""
14600
14734
  msgid "Send export via email"
14601
14735
  msgstr ""
14602
14736
 
14737
+ msgid "Send link to user"
14738
+ msgstr ""
14739
+
14603
14740
  msgid "Send me information about outages, maintenance or updates."
14604
14741
  msgstr ""
14605
14742
 
@@ -16662,6 +16799,9 @@ msgstr ""
16662
16799
  msgid "The following are recent alarms and events you may want to add:"
16663
16800
  msgstr ""
16664
16801
 
16802
+ msgid "The following error occurred:"
16803
+ msgstr ""
16804
+
16665
16805
  msgid "The following operations are supported:"
16666
16806
  msgstr ""
16667
16807
 
@@ -17171,8 +17311,8 @@ msgid "This time is invalid."
17171
17311
  msgstr ""
17172
17312
 
17173
17313
  msgid ""
17174
- "This user is assigned a global role with \"Application management\" permission. Therefore all\n"
17175
- " applications are accessible."
17314
+ "This user is assigned a global role with \"Application management\" permission.\n"
17315
+ " Therefore all applications are accessible."
17176
17316
  msgstr ""
17177
17317
 
17178
17318
  msgid "This widget cannot be rendered because the current application does not support the following component:"
@@ -17288,6 +17428,12 @@ msgstr ""
17288
17428
  msgid "To date"
17289
17429
  msgstr ""
17290
17430
 
17431
+ msgid ""
17432
+ "To get more from Cumulocity, connect a thin-edge.io device or a container on your\n"
17433
+ " computer. This wizard will automatically connect it so you can use Cumulocity's device\n"
17434
+ " management features."
17435
+ msgstr ""
17436
+
17291
17437
  msgid "To see the result click <a href=\"#/device/{{deviceId}}/control\">here</a>"
17292
17438
  msgstr ""
17293
17439
 
@@ -17546,6 +17692,9 @@ msgstr ""
17546
17692
  msgid "Try it out:"
17547
17693
  msgstr ""
17548
17694
 
17695
+ msgid "Try thin-edge.io"
17696
+ msgstr ""
17697
+
17549
17698
  msgid "Try to expand more groups or to refine your search term."
17550
17699
  msgstr ""
17551
17700
 
@@ -18175,6 +18324,9 @@ msgstr ""
18175
18324
  msgid "User agent validation required"
18176
18325
  msgstr ""
18177
18326
 
18327
+ msgid "User application access management"
18328
+ msgstr ""
18329
+
18178
18330
  msgid "User created"
18179
18331
  msgstr ""
18180
18332
 
@@ -19062,6 +19214,9 @@ msgstr ""
19062
19214
  msgid "You are about to delete tenant \"{{ company }}\" (ID \"{{ id }}\")."
19063
19215
  msgstr ""
19064
19216
 
19217
+ msgid "You are about to delete tenant \"{{ company }}\" (ID \"{{ id }}\"). This action will immediately affect all users of this tenant."
19218
+ msgstr ""
19219
+
19065
19220
  msgid "You are about to delete the Certificate Authority (CA) certificate for this tenant. Any device enrolled using this CA certificate for authentication will no longer be able to connect to the platform."
19066
19221
  msgstr ""
19067
19222
 
@@ -19182,6 +19337,9 @@ msgstr ""
19182
19337
  msgid "You are about to suspend tenant \"{{ company }}\" (ID \"{{ id }}\")."
19183
19338
  msgstr ""
19184
19339
 
19340
+ msgid "You are about to suspend tenant \"{{ company }}\" (ID \"{{ id }}\"). This action will immediately affect all users of this tenant."
19341
+ msgstr ""
19342
+
19185
19343
  msgid "You are about to unassign \"{{name}}\". Do you want to proceed?"
19186
19344
  msgstr ""
19187
19345
 
@@ -19376,6 +19534,9 @@ msgstr ""
19376
19534
  msgid "Your comprehensive, version-aligned API reference for the Cumulocity IoT Platform"
19377
19535
  msgstr ""
19378
19536
 
19537
+ msgid "Your device is now connected and sending data to your Cumulocity tenant."
19538
+ msgstr ""
19539
+
19379
19540
  msgid "Your device was successfully registered."
19380
19541
  msgstr ""
19381
19542