@c8y/ngx-components 1023.14.76 → 1023.14.94

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 (47) hide show
  1. package/ai/agent-chat/index.d.ts +1 -1
  2. package/ai/agent-chat/index.d.ts.map +1 -1
  3. package/ai/index.d.ts +1 -0
  4. package/ai/index.d.ts.map +1 -1
  5. package/fesm2022/c8y-ngx-components-ai-agent-chat.mjs +19 -2
  6. package/fesm2022/c8y-ngx-components-ai-agent-chat.mjs.map +1 -1
  7. package/fesm2022/c8y-ngx-components-ai-ai-chat.mjs +2 -2
  8. package/fesm2022/c8y-ngx-components-ai-ai-chat.mjs.map +1 -1
  9. package/fesm2022/c8y-ngx-components-ai.mjs.map +1 -1
  10. package/fesm2022/c8y-ngx-components-echart.mjs +3 -2
  11. package/fesm2022/c8y-ngx-components-echart.mjs.map +1 -1
  12. package/fesm2022/c8y-ngx-components-global-context.mjs +40 -17
  13. package/fesm2022/c8y-ngx-components-global-context.mjs.map +1 -1
  14. package/fesm2022/c8y-ngx-components-tenants.mjs +1 -1
  15. package/fesm2022/c8y-ngx-components-tenants.mjs.map +1 -1
  16. package/fesm2022/c8y-ngx-components-trusted-certificates.mjs +2 -2
  17. package/fesm2022/c8y-ngx-components-trusted-certificates.mjs.map +1 -1
  18. package/fesm2022/c8y-ngx-components-upgrade.mjs +13 -1
  19. package/fesm2022/c8y-ngx-components-upgrade.mjs.map +1 -1
  20. package/fesm2022/c8y-ngx-components-widgets-implementations-alarms.mjs +2 -1
  21. package/fesm2022/c8y-ngx-components-widgets-implementations-alarms.mjs.map +1 -1
  22. package/fesm2022/c8y-ngx-components-widgets-implementations-html-widget.mjs +5 -0
  23. package/fesm2022/c8y-ngx-components-widgets-implementations-html-widget.mjs.map +1 -1
  24. package/fesm2022/c8y-ngx-components-widgets-implementations-info-gauge.mjs +3 -5
  25. package/fesm2022/c8y-ngx-components-widgets-implementations-info-gauge.mjs.map +1 -1
  26. package/fesm2022/c8y-ngx-components.mjs +7 -1
  27. package/fesm2022/c8y-ngx-components.mjs.map +1 -1
  28. package/global-context/index.d.ts +11 -2
  29. package/global-context/index.d.ts.map +1 -1
  30. package/index.d.ts +5 -0
  31. package/index.d.ts.map +1 -1
  32. package/locales/de.po +104 -104
  33. package/locales/es.po +48 -93
  34. package/locales/fr.po +172 -185
  35. package/locales/ja_JP.po +201 -256
  36. package/locales/ko.po +52 -73
  37. package/locales/locales.pot +6 -9
  38. package/locales/nl.po +37 -53
  39. package/locales/pl.po +42 -59
  40. package/locales/pt_BR.po +43 -60
  41. package/locales/zh_CN.po +51 -70
  42. package/locales/zh_TW.po +60 -73
  43. package/package.json +1 -1
  44. package/upgrade/index.d.ts.map +1 -1
  45. package/widgets/implementations/alarms/index.d.ts.map +1 -1
  46. package/widgets/implementations/html-widget/index.d.ts.map +1 -1
  47. package/widgets/implementations/info-gauge/index.d.ts.map +1 -1
package/locales/zh_CN.po CHANGED
@@ -433,11 +433,11 @@ msgid "<small>\n"
433
433
  " .\n"
434
434
  " </small>"
435
435
  msgstr "<small>\n"
436
- " 如需了解更多信息,请访问\n"
436
+ " 了解更多信息,请参阅<a c8y-guide-href=\"docs/device-management-application/grouping-devices/#using-smart-groups\"> 用户文档: </a>\n"
437
437
  " <a c8y-guide-href=\"docs/device-management-application/grouping-devices/#using-smart-groups\">\n"
438
438
  " 用户文档\n"
439
439
  " </a>\n"
440
- " 。\n"
440
+ " .\n"
441
441
  " </small>"
442
442
 
443
443
  msgid "<ul class=\"m-l-0 p-l-8 m-t-8 m-b-0\">\n"
@@ -861,9 +861,6 @@ msgstr "添加"
861
861
  msgid "Add Byte Order Mask (for Windows)"
862
862
  msgstr "添加字节序掩码(适用于 Windows)"
863
863
 
864
- msgid "Add CA certificate"
865
- msgstr "添加 CA 证书"
866
-
867
864
  msgid "Add Header"
868
865
  msgstr "添加页眉"
869
866
 
@@ -1341,12 +1338,6 @@ msgstr "添加小组件: {{ widgetList }}."
1341
1338
  msgid "Adding"
1342
1339
  msgstr "添加"
1343
1340
 
1344
- msgid "Adding a CA certificate lets the app trust certificates from the specified authority, ensuring secure connections."
1345
- msgstr "添加 CA 证书可让应用程序信任指定机构的证书,确保安全连接。"
1346
-
1347
- msgid "Adding a CA certificate lets the app trust certificates from the specified authority, ensuring secure connections. Only one certificate is allowed, which is why the button is disabled."
1348
- msgstr "添加 CA 证书可让应用程序信任指定机构的证书,确保安全连接。只允许使用一个证书,因此该按钮被禁用。"
1349
-
1350
1341
  msgid "Additional items not allowed."
1351
1342
  msgstr "不允许附加项目。"
1352
1343
 
@@ -7322,7 +7313,7 @@ msgstr "在\n"
7322
7313
  msgid "Find out more in the\n"
7323
7314
  " <a c8y-guide-href=\"/docs/cockpit/working-with-dashboards\">user documentation</a>\n"
7324
7315
  " ."
7325
- msgstr "了解更多信息,请参阅<a c8y-guide-href=\"/docs/cockpit/working-with-dashboards\">用户文档</a>:\n\n"
7316
+ msgstr "在<a c8y-guide-href=\"/docs/cockpit/working-with-dashboards\">用户文档</a>中详细了解。\n\n"
7326
7317
 
7327
7318
  msgid "Find out more in the\n"
7328
7319
  " <a c8y-guide-href=\"/docs/cockpit/widgets-collection/#kpi\">user documentation</a>\n"
@@ -7335,7 +7326,7 @@ msgid "Find out more in the\n"
7335
7326
  " user documentation\n"
7336
7327
  " </a>\n"
7337
7328
  " ."
7338
- msgstr "了解更多信息,请参阅<a c8y-guide-href=\"/docs/cockpit/widgets-collection/#linear-gauge\"> 用户文档 </a>:\n"
7329
+ msgstr "了解更多信息,请参阅用户文档:\n"
7339
7330
  " <a c8y-guide-href=\"/docs/cockpit/widgets-collection/#linear-gauge\">\n"
7340
7331
  " 用户文档\n"
7341
7332
  " </a>\n"
@@ -7344,9 +7335,8 @@ msgstr "了解更多信息,请参阅<a c8y-guide-href=\"/docs/cockpit/widgets-
7344
7335
  msgid "Find out more in the\n"
7345
7336
  " <a c8y-guide-href=\"/docs/enterprise-tenant/managing-tenants\">user documentation</a>\n"
7346
7337
  " ."
7347
- msgstr "在\n"
7348
- " <a c8y-guide-href=\"/docs/enterprise-tenant/managing-tenants\">用户文档</a>\n"
7349
- "中详细了解。"
7338
+ msgstr "\n\n"
7339
+ " 在<a c8y-guide-href=\"/docs/enterprise-tenant/managing-tenants\">用户文档</a>中详细了解。"
7350
7340
 
7351
7341
  msgid "Find out more in the\n"
7352
7342
  " <a c8y-guide-href=\"/docs/enterprise-tenant/managing-tenants/#custom-properties\">\n"
@@ -7362,16 +7352,16 @@ msgstr "如需了解更多信息,请参阅\n"
7362
7352
  msgid "Find out more in the\n"
7363
7353
  " <a c8y-guide-href=\"/docs/cockpit/smart-rules\">user documentation</a>\n"
7364
7354
  " ."
7365
- msgstr "在\n"
7355
+ msgstr "了解更多信息,请参阅\n"
7366
7356
  " <a c8y-guide-href=\"/docs/cockpit/smart-rules\">用户文档</a>\n"
7367
- "中详细了解。"
7357
+ ""
7368
7358
 
7369
7359
  msgid "Find out more in the\n"
7370
7360
  " <a c8y-guide-href=\"/docs/cockpit/widgets-collection/#data-point-table\">\n"
7371
7361
  " user documentation\n"
7372
7362
  " </a>\n"
7373
7363
  " ."
7374
- msgstr "了解更多信息,请参阅<a c8y-guide-href=\"/docs/cockpit/widgets-collection/#data-point-table\"> 用户文档 </a>:\n"
7364
+ msgstr "在<a c8y-guide-href=\"/docs/cockpit/widgets-collection/#data-point-table\"> 用户文档中 </a>详细了解。\n"
7375
7365
  " <a c8y-guide-href=\"/docs/cockpit/widgets-collection/#data-point-table\">\n\n"
7376
7366
  " </a>\n"
7377
7367
  " 。"
@@ -7379,8 +7369,8 @@ msgstr "了解更多信息,请参阅<a c8y-guide-href=\"/docs/cockpit/widgets-
7379
7369
  msgid "Find out more in the\n"
7380
7370
  " <a c8y-guide-href=\"/docs/cockpit/widgets-collection/#info-gauge\">user documentation</a>\n"
7381
7371
  " ."
7382
- msgstr "了解更多信息,请参阅\n"
7383
- " <a c8y-guide-href=\"/docs/cockpit/widgets-collection/#info-gauge\">用户文档</a>\n"
7372
+ msgstr "\n"
7373
+ " 在<a c8y-guide-href=\"/docs/cockpit/widgets-collection/#info-gauge\">用户文档中</a>详细了解\n"
7384
7374
  "。"
7385
7375
 
7386
7376
  msgid "Find out more in the\n"
@@ -7388,11 +7378,10 @@ msgid "Find out more in the\n"
7388
7378
  " user documentation\n"
7389
7379
  " </a>\n"
7390
7380
  " ."
7391
- msgstr "在\n"
7392
- " <a c8y-guide-href=\"/docs/device-management-application/managing-device-data/#managing-configurations\">\n"
7393
- " 用户文档\n"
7381
+ msgstr "在<a c8y-guide-href=\"/docs/device-management-application/managing-device-data/#managing-configurations\"> 用户文档中 </a>详细了解。\n"
7382
+ " <a c8y-guide-href=\"/docs/device-management-application/managing-device-data/#managing-configurations\">\n\n"
7394
7383
  " </a>\n"
7395
- "中详细了解。"
7384
+ ""
7396
7385
 
7397
7386
  msgid "Find out more in the\n"
7398
7387
  " <a c8y-guide-href=\"/docs/device-management-application/monitoring-and-controlling-devices/#working-with-alarms\">\n"
@@ -7410,7 +7399,7 @@ msgid "Find out more in the\n"
7410
7399
  " user documentation\n"
7411
7400
  " </a>\n"
7412
7401
  " ."
7413
- msgstr "了解更多信息,请参阅<a c8y-guide-href=\"/docs/cockpit/widgets-collection/#data-point-graph\"> 用户文档: </a>\n"
7402
+ msgstr "在<a c8y-guide-href=\"/docs/cockpit/widgets-collection/#data-point-graph\"> 用户文档中 </a>详细了解:\n"
7414
7403
  " <a c8y-guide-href=\"/docs/cockpit/widgets-collection/#data-point-graph\">\n\n"
7415
7404
  " </a>\n"
7416
7405
 
@@ -7428,75 +7417,63 @@ msgstr "在\n"
7428
7417
  msgid "Find out more in the\n"
7429
7418
  " <a c8y-guide-href=\"/docs/concepts/applications\">user documentation</a>\n"
7430
7419
  " ."
7431
- msgstr "在\n"
7420
+ msgstr "了解更多信息,请参阅\n"
7432
7421
  " <a c8y-guide-href=\"/docs/concepts/applications\">用户文档</a>\n"
7433
- "中详细了解。"
7422
+ ""
7434
7423
 
7435
7424
  msgid "Find out more in the\n"
7436
7425
  " <a c8y-guide-href=\"/docs/device-management-application/monitoring-and-controlling-devices/#working-with-alarms\">\n"
7437
7426
  " user documentation\n"
7438
7427
  " </a>\n"
7439
7428
  " ."
7440
- msgstr "在\n"
7441
- " <a c8y-guide-href=\"/docs/device-management-application/monitoring-and-controlling-devices/#working-with-alarms\">\n"
7442
- "用户文档\n"
7429
+ msgstr "在<a c8y-guide-href=\"/docs/device-management-application/monitoring-and-controlling-devices/#working-with-alarms\"> 用户文档中 </a>详细了解:\n"
7430
+ " <a c8y-guide-href=\"/docs/device-management-application/monitoring-and-controlling-devices/#working-with-alarms\">\n\n"
7443
7431
  " </a>\n"
7444
- "中详细了解。"
7445
7432
 
7446
7433
  msgid "Find out more in the\n"
7447
7434
  " <a target=\"_blank\" c8y-guide-href=\"/docs/device-management-application/working-with-simulators\" rel=\"noopener noreferrer\">\n"
7448
7435
  " user documentation\n"
7449
7436
  " </a>\n"
7450
7437
  " ."
7451
- msgstr "在\n"
7452
- " <a target=\"_blank\" c8y-guide-href=\"/docs/device-management-application/working-with-simulators\" rel=\"noopener noreferrer\">\n"
7453
- "用户文档\n"
7438
+ msgstr "在<a target=\"_blank\" c8y-guide-href=\"/docs/device-management-application/working-with-simulators\" rel=\"noopener noreferrer\"> 用户文档 </a>中详细了解。\n"
7439
+ " <a target=\"_blank\" c8y-guide-href=\"/docs/device-management-application/working-with-simulators\" rel=\"noopener noreferrer\">\n\n"
7454
7440
  " </a>\n"
7455
- "中详细了解。"
7456
7441
 
7457
7442
  msgid "Find out more in the\n"
7458
7443
  " <a c8y-guide-href=\"/docs/cockpit/data-explorer/#to-add-alarms-or-events\">\n"
7459
7444
  " user documentation\n"
7460
7445
  " </a>\n"
7461
7446
  " ."
7462
- msgstr "在\n"
7463
- " <a c8y-guide-href=\"/docs/cockpit/data-explorer/#to-add-alarms-or-events\">\n"
7464
- "用户文档\n"
7447
+ msgstr "在<a c8y-guide-href=\"/docs/cockpit/data-explorer/#to-add-alarms-or-events\"> 用户文档 </a>中详细了解:\n"
7448
+ " <a c8y-guide-href=\"/docs/cockpit/data-explorer/#to-add-alarms-or-events\">\n\n"
7465
7449
  " </a>\n"
7466
- "中详细了解。"
7467
7450
 
7468
7451
  msgid "Find out more in the\n"
7469
7452
  " <a c8y-guide-href=\"/docs/data-broker/data-broker-application/#data-subscriptions\">\n"
7470
7453
  " user documentation\n"
7471
7454
  " </a>\n"
7472
7455
  " ."
7473
- msgstr "在\n"
7474
- " <a c8y-guide-href=\"/docs/data-broker/data-broker-application/#data-subscriptions\">\n"
7475
- "用户文档\n"
7456
+ msgstr "在<a c8y-guide-href=\"/docs/data-broker/data-broker-application/#data-subscriptions\"> 用户文档 </a>中详细了解:\n"
7457
+ " <a c8y-guide-href=\"/docs/data-broker/data-broker-application/#data-subscriptions\">\n\n"
7476
7458
  " </a>\n"
7477
- "中详细了解。"
7478
7459
 
7479
7460
  msgid "Find out more in the\n"
7480
7461
  " <a c8y-guide-href=\"/docs/device-management-application/smartrest-templates/#smartrest-templates\">\n"
7481
7462
  " user documentation\n"
7482
7463
  " </a>\n"
7483
7464
  " ."
7484
- msgstr "在\n"
7485
- " <a c8y-guide-href=\"/docs/device-management-application/smartrest-templates/#smartrest-templates\">\n"
7486
- "用户文档\n"
7465
+ msgstr "在<a c8y-guide-href=\"/docs/device-management-application/smartrest-templates/#smartrest-templates\"> 用户文档 </a>中详细了解:\n"
7466
+ " <a c8y-guide-href=\"/docs/device-management-application/smartrest-templates/#smartrest-templates\">\n\n"
7487
7467
  " </a>\n"
7488
- "中详细了解。"
7489
7468
 
7490
7469
  msgid "Find out more in the\n"
7491
7470
  " <a c8y-guide-href=\"/docs/device-management-application/viewing-device-details/#measurements\">\n"
7492
7471
  " user documentation\n"
7493
7472
  " </a>\n"
7494
7473
  " ."
7495
- msgstr "在\n"
7496
- " <a c8y-guide-href=\"/docs/device-management-application/viewing-device-details/#measurements\">\n"
7497
- " 用户文档\n"
7474
+ msgstr "在<a c8y-guide-href=\"/docs/device-management-application/viewing-device-details/#measurements\"> 用户文档 </a>中详细了解。\n"
7475
+ " <a c8y-guide-href=\"/docs/device-management-application/viewing-device-details/#measurements\">\n\n"
7498
7476
  " </a>\n"
7499
- "中详细了解。"
7500
7477
 
7501
7478
  msgid "Find out more in the\n"
7502
7479
  " <a c8y-guide-href=\"/docs/standard-tenant/alarm-mapping\">user documentation</a>\n"
@@ -7510,54 +7487,52 @@ msgid "Find out more in the\n"
7510
7487
  " user documentation\n"
7511
7488
  " </a>\n"
7512
7489
  " ."
7513
- msgstr "在\n"
7514
- " <a c8y-guide-href=\"/docs/standard-tenant/managing-data/#retention-rules\">\n"
7515
- "用户文档\n"
7490
+ msgstr "在<a c8y-guide-href=\"/docs/standard-tenant/managing-data/#retention-rules\"> 用户文档 </a>中详细了解:\n"
7491
+ " <a c8y-guide-href=\"/docs/standard-tenant/managing-data/#retention-rules\">\n\n"
7516
7492
  " </a>\n"
7517
- "中详细了解。"
7518
7493
 
7519
7494
  msgid "Find out more in the\n"
7520
7495
  " <a c8y-guide-href=\"/docs/cockpit/cockpit-introduction\">user documentation</a>\n"
7521
7496
  " ."
7522
- msgstr "在\n"
7523
- " <a c8y-guide-href=\"/docs/cockpit/cockpit-introduction\">用户文档</a>\n"
7524
- "中详细了解。"
7497
+ msgstr "在<a c8y-guide-href=\"/docs/cockpit/cockpit-introduction\">用户文档</a>中详细了解,请参阅\n"
7498
+ " 。\n"
7499
+ ""
7525
7500
 
7526
7501
  msgid "Find out more in the\n"
7527
7502
  " <a c8y-guide-href=\"/docs/cockpit/working-with-reports\">user documentation</a>\n"
7528
7503
  " ."
7529
- msgstr "在\n"
7530
- " <a c8y-guide-href=\"/docs/cockpit/working-with-reports\">用户文档</a>\n"
7531
- "中详细了解。"
7504
+ msgstr "在<a c8y-guide-href=\"/docs/cockpit/working-with-reports\">用户文档</a>中详细了解,请参阅\n"
7505
+ " 。\n"
7506
+ ""
7532
7507
 
7533
7508
  msgid "Find out more in the\n"
7534
7509
  " <a c8y-guide-href=\"/docs/device-management-application/monitoring-and-controlling-devices/#to-view-events\">\n"
7535
7510
  " user documentation\n"
7536
7511
  " </a>\n"
7537
7512
  " ."
7538
- msgstr "在\n"
7513
+ msgstr "了解更多信息,请参阅<a c8y-guide-href=\"/docs/device-management-application/monitoring-and-controlling-devices/#to-view-events\"> 用户 </a>文档:\n"
7539
7514
  " <a c8y-guide-href=\"/docs/device-management-application/monitoring-and-controlling-devices/#to-view-events\">\n"
7540
7515
  " 用户文档\n"
7541
7516
  " </a>\n"
7542
- "中详细了解。"
7517
+ ""
7543
7518
 
7544
7519
  msgid "Find out more in the\n"
7545
7520
  " <a c8y-guide-href=\"/docs/device-management-application/working-with-simulators\">\n"
7546
7521
  " user documentation\n"
7547
7522
  " </a>\n"
7548
7523
  " ."
7549
- msgstr "在\n"
7524
+ msgstr "了解更多信息,请参阅<a c8y-guide-href=\"/docs/device-management-application/working-with-simulators\"> 用户 </a>文档:\n"
7550
7525
  " <a c8y-guide-href=\"/docs/device-management-application/working-with-simulators\">\n"
7551
- "用户文档\n"
7526
+ " 用户文档\n"
7552
7527
  " </a>\n"
7553
- "中详细了解。"
7528
+ ""
7554
7529
 
7555
7530
  msgid "Find out more in the\n"
7556
7531
  " <a c8y-guide-href=\"/docs/standard-tenant/managing-permissions\">user documentation</a>\n"
7557
7532
  " ."
7558
- msgstr "在\n"
7559
- " <a c8y-guide-href=\"/docs/standard-tenant/managing-permissions\">用户文档</a>\n"
7560
- "中详细了解。"
7533
+ msgstr "在<a c8y-guide-href=\"/docs/standard-tenant/managing-permissions\">用户文档</a>中详细了解,请参阅\n"
7534
+ " 。\n"
7535
+ ""
7561
7536
 
7562
7537
  msgid "Find your protocol in the\n"
7563
7538
  " <a c8y-guide-href=\"/docs/protocol-integration/device-protocols\">user documentation</a>\n"
@@ -7842,6 +7817,9 @@ msgstr "常规"
7842
7817
  msgid "General template"
7843
7818
  msgstr "常规模板"
7844
7819
 
7820
+ msgid "Generate CA certificate"
7821
+ msgstr "生成CA证书"
7822
+
7845
7823
  msgid "Generate bootstrap server config"
7846
7824
  msgstr "生成 boostrap 服务器配置"
7847
7825
 
@@ -16328,6 +16306,9 @@ msgstr "Administration 应用程序使帐户管理员能够管理其用户、角
16328
16306
  msgid "The CA certificate has not been renewed; however, it may still have sufficient validity remaining."
16329
16307
  msgstr "CA证书尚未续期;但其剩余有效期可能仍足够使用。"
16330
16308
 
16309
+ msgid "The Certificate Authority (CA) certificate is used to sign device certificates for secure authentication. Only one CA certificate can be generated for the tenant."
16310
+ msgstr "证书颁发机构(CA)证书使用来为设备证书签名实现安全身份验证。每个租户仅可生成一个CA证书。"
16311
+
16331
16312
  msgid "The Cockpit application allows you to build IoT applications in minutes.\n"
16332
16313
  " To get started, connect any device to the platform.\n"
16333
16314
  " If you do not have an IoT device to hand, you can start by connecting your smartphone.\n"
package/locales/zh_TW.po CHANGED
@@ -433,11 +433,11 @@ msgid "<small>\n"
433
433
  " .\n"
434
434
  " </small>"
435
435
  msgstr "<small>\n"
436
- " 在\n"
436
+ " 欲了解更多資訊,請參閱\n"
437
437
  " <a c8y-guide-href=\"docs/device-management-application/grouping-devices/#using-smart-groups\">\n"
438
- " 使用者文件\n"
438
+ " 用户文档\n"
439
439
  " </a>\n"
440
- " 中瞭解更多資訊。\n"
440
+ " 。\n"
441
441
  " </small>"
442
442
 
443
443
  msgid "<ul class=\"m-l-0 p-l-8 m-t-8 m-b-0\">\n"
@@ -861,9 +861,6 @@ msgstr "添加"
861
861
  msgid "Add Byte Order Mask (for Windows)"
862
862
  msgstr "添加字节序掩码(适用于 Windows)"
863
863
 
864
- msgid "Add CA certificate"
865
- msgstr "新增 CA 憑證"
866
-
867
864
  msgid "Add Header"
868
865
  msgstr "添加頁眉"
869
866
 
@@ -1341,12 +1338,6 @@ msgstr "已添加小組件:{{ widgetList }}。"
1341
1338
  msgid "Adding"
1342
1339
  msgstr "添加"
1343
1340
 
1344
- msgid "Adding a CA certificate lets the app trust certificates from the specified authority, ensuring secure connections."
1345
- msgstr "新增 CA 憑證可讓應用程式信任來自指定機構的憑證,確保安全連線。"
1346
-
1347
- msgid "Adding a CA certificate lets the app trust certificates from the specified authority, ensuring secure connections. Only one certificate is allowed, which is why the button is disabled."
1348
- msgstr "新增 CA 憑證可讓應用程式信任來自指定機構的憑證,確保安全連線。只允許一個憑證,這也是該按鈕為禁用的原因。"
1349
-
1350
1341
  msgid "Additional items not allowed."
1351
1342
  msgstr "不允许附加项目。"
1352
1343
 
@@ -7322,9 +7313,9 @@ msgstr "在\n"
7322
7313
  msgid "Find out more in the\n"
7323
7314
  " <a c8y-guide-href=\"/docs/cockpit/working-with-dashboards\">user documentation</a>\n"
7324
7315
  " ."
7325
- msgstr "更多資訊請參閱\n"
7326
- " <a c8y-guide-href=\"/docs/cockpit/working-with-dashboards\"> 使用者文件</a>\n"
7327
- " 。"
7316
+ msgstr "在<a c8y-guide-href=\"/docs/cockpit/working-with-dashboards\">用户文档</a>中详细了解\n"
7317
+ " ,以及\n"
7318
+ "。"
7328
7319
 
7329
7320
  msgid "Find out more in the\n"
7330
7321
  " <a c8y-guide-href=\"/docs/cockpit/widgets-collection/#kpi\">user documentation</a>\n"
@@ -7339,16 +7330,15 @@ msgid "Find out more in the\n"
7339
7330
  " ."
7340
7331
  msgstr "欲了解更多資訊,請參閱\n"
7341
7332
  " <a c8y-guide-href=\"/docs/cockpit/widgets-collection/#linear-gauge\">\n"
7342
- " 使用者文件\n"
7333
+ " 用户文档\n"
7343
7334
  " </a>\n"
7344
7335
  " 。"
7345
7336
 
7346
7337
  msgid "Find out more in the\n"
7347
7338
  " <a c8y-guide-href=\"/docs/enterprise-tenant/managing-tenants\">user documentation</a>\n"
7348
7339
  " ."
7349
- msgstr "在\n"
7350
- " <a c8y-guide-href=\"/docs/enterprise-tenant/managing-tenants\">用戶文檔</a>\n"
7351
- "中詳細瞭解。"
7340
+ msgstr "在<a c8y-guide-href=\"/docs/enterprise-tenant/managing-tenants\">用户文档中</a>详细了解:\n\n"
7341
+ " "
7352
7342
 
7353
7343
  msgid "Find out more in the\n"
7354
7344
  " <a c8y-guide-href=\"/docs/enterprise-tenant/managing-tenants/#custom-properties\">\n"
@@ -7364,16 +7354,14 @@ msgstr "如需詳細資訊,請參閱\n"
7364
7354
  msgid "Find out more in the\n"
7365
7355
  " <a c8y-guide-href=\"/docs/cockpit/smart-rules\">user documentation</a>\n"
7366
7356
  " ."
7367
- msgstr "在\n"
7368
- " <a c8y-guide-href=\"/docs/cockpit/smart-rules\">用戶文檔</a>\n"
7369
- "中詳細瞭解。"
7357
+ msgstr "欲在<a c8y-guide-href=\"/docs/cockpit/smart-rules\">用户文档</a>中详细了解,请参阅:\n\n"
7370
7358
 
7371
7359
  msgid "Find out more in the\n"
7372
7360
  " <a c8y-guide-href=\"/docs/cockpit/widgets-collection/#data-point-table\">\n"
7373
7361
  " user documentation\n"
7374
7362
  " </a>\n"
7375
7363
  " ."
7376
- msgstr "欲了解更多資訊,請參閱<a c8y-guide-href=\"/docs/cockpit/widgets-collection/#data-point-table\"> 使用者文件 </a>:\n"
7364
+ msgstr "欲在<a c8y-guide-href=\"/docs/cockpit/widgets-collection/#data-point-table\"> 用户文档中 </a>详细了解,请参阅:\n"
7377
7365
  " <a c8y-guide-href=\"/docs/cockpit/widgets-collection/#data-point-table\">\n\n"
7378
7366
  " </a>\n"
7379
7367
  " 。"
@@ -7381,18 +7369,17 @@ msgstr "欲了解更多資訊,請參閱<a c8y-guide-href=\"/docs/cockpit/widge
7381
7369
  msgid "Find out more in the\n"
7382
7370
  " <a c8y-guide-href=\"/docs/cockpit/widgets-collection/#info-gauge\">user documentation</a>\n"
7383
7371
  " ."
7384
- msgstr "欲了解更多資訊,請參閱<a c8y-guide-href=\"/docs/cockpit/widgets-collection/#info-gauge\">使用者文件</a>:\n\n"
7372
+ msgstr "欲在<a c8y-guide-href=\"/docs/cockpit/widgets-collection/#info-gauge\">用户文档</a>中详细了解,请参阅:\n\n"
7385
7373
 
7386
7374
  msgid "Find out more in the\n"
7387
7375
  " <a c8y-guide-href=\"/docs/device-management-application/managing-device-data/#managing-configurations\">\n"
7388
7376
  " user documentation\n"
7389
7377
  " </a>\n"
7390
7378
  " ."
7391
- msgstr "在\n"
7392
- " <a c8y-guide-href=\"/docs/device-management-application/managing-device-data/#managing-configurations\">\n"
7393
- " 用戶文檔\n"
7379
+ msgstr "在<a c8y-guide-href=\"/docs/device-management-application/managing-device-data/#managing-configurations\"> 用户文档中 </a>详细了解:\n"
7380
+ " <a c8y-guide-href=\"/docs/device-management-application/managing-device-data/#managing-configurations\">\n\n"
7394
7381
  " </a>\n"
7395
- "中詳細瞭解。"
7382
+ ""
7396
7383
 
7397
7384
  msgid "Find out more in the\n"
7398
7385
  " <a c8y-guide-href=\"/docs/device-management-application/monitoring-and-controlling-devices/#working-with-alarms\">\n"
@@ -7412,7 +7399,7 @@ msgid "Find out more in the\n"
7412
7399
  " ."
7413
7400
  msgstr "欲了解更多資訊,請參閱\n"
7414
7401
  " <a c8y-guide-href=\"/docs/cockpit/widgets-collection/#data-point-graph\">\n"
7415
- " 使用者文件\n"
7402
+ " 用户文档\n"
7416
7403
  " </a>\n"
7417
7404
  " 。"
7418
7405
 
@@ -7430,75 +7417,70 @@ msgstr "在\n"
7430
7417
  msgid "Find out more in the\n"
7431
7418
  " <a c8y-guide-href=\"/docs/concepts/applications\">user documentation</a>\n"
7432
7419
  " ."
7433
- msgstr "在\n"
7434
- " <a c8y-guide-href=\"/docs/concepts/applications\">用戶文檔</a>\n"
7435
- "中詳細瞭解。"
7420
+ msgstr "\n\n"
7421
+ " 在<a c8y-guide-href=\"/docs/concepts/applications\">用户文档</a>中详细了解。"
7436
7422
 
7437
7423
  msgid "Find out more in the\n"
7438
7424
  " <a c8y-guide-href=\"/docs/device-management-application/monitoring-and-controlling-devices/#working-with-alarms\">\n"
7439
7425
  " user documentation\n"
7440
7426
  " </a>\n"
7441
7427
  " ."
7442
- msgstr "在\n"
7428
+ msgstr "欲了解更多資訊,請參閱\n"
7443
7429
  " <a c8y-guide-href=\"/docs/device-management-application/monitoring-and-controlling-devices/#working-with-alarms\">\n"
7444
- "用戶文檔\n"
7430
+ " 用户文档\n"
7445
7431
  " </a>\n"
7446
- "中詳細瞭解。"
7432
+ ""
7447
7433
 
7448
7434
  msgid "Find out more in the\n"
7449
7435
  " <a target=\"_blank\" c8y-guide-href=\"/docs/device-management-application/working-with-simulators\" rel=\"noopener noreferrer\">\n"
7450
7436
  " user documentation\n"
7451
7437
  " </a>\n"
7452
7438
  " ."
7453
- msgstr "在\n"
7439
+ msgstr "欲了解更多資訊,請參閱\n"
7454
7440
  " <a target=\"_blank\" c8y-guide-href=\"/docs/device-management-application/working-with-simulators\" rel=\"noopener noreferrer\">\n"
7455
- "用戶文檔\n"
7441
+ " 用户文档\n"
7456
7442
  " </a>\n"
7457
- "中詳細瞭解。"
7443
+ ""
7458
7444
 
7459
7445
  msgid "Find out more in the\n"
7460
7446
  " <a c8y-guide-href=\"/docs/cockpit/data-explorer/#to-add-alarms-or-events\">\n"
7461
7447
  " user documentation\n"
7462
7448
  " </a>\n"
7463
7449
  " ."
7464
- msgstr "在\n"
7465
- " <a c8y-guide-href=\"/docs/cockpit/data-explorer/#to-add-alarms-or-events\">\n"
7466
- "用戶文檔\n"
7450
+ msgstr "欲在<a c8y-guide-href=\"/docs/cockpit/data-explorer/#to-add-alarms-or-events\"> 用户文档中 </a>详细了解,请参阅:\n"
7451
+ " <a c8y-guide-href=\"/docs/cockpit/data-explorer/#to-add-alarms-or-events\">\n\n"
7467
7452
  " </a>\n"
7468
- "中詳細瞭解。"
7453
+ ""
7469
7454
 
7470
7455
  msgid "Find out more in the\n"
7471
7456
  " <a c8y-guide-href=\"/docs/data-broker/data-broker-application/#data-subscriptions\">\n"
7472
7457
  " user documentation\n"
7473
7458
  " </a>\n"
7474
7459
  " ."
7475
- msgstr "在\n"
7476
- " <a c8y-guide-href=\"/docs/data-broker/data-broker-application/#data-subscriptions\">\n"
7477
- "用戶文檔\n"
7460
+ msgstr "欲在<a c8y-guide-href=\"/docs/data-broker/data-broker-application/#data-subscriptions\"> 用户文档中 </a>详细了解,请参阅:\n"
7461
+ " <a c8y-guide-href=\"/docs/data-broker/data-broker-application/#data-subscriptions\">\n\n"
7478
7462
  " </a>\n"
7479
- "中詳細瞭解。"
7463
+ ""
7480
7464
 
7481
7465
  msgid "Find out more in the\n"
7482
7466
  " <a c8y-guide-href=\"/docs/device-management-application/smartrest-templates/#smartrest-templates\">\n"
7483
7467
  " user documentation\n"
7484
7468
  " </a>\n"
7485
7469
  " ."
7486
- msgstr "在\n"
7487
- " <a c8y-guide-href=\"/docs/device-management-application/smartrest-templates/#smartrest-templates\">\n"
7488
- "用戶文檔\n"
7470
+ msgstr "在<a c8y-guide-href=\"/docs/device-management-application/smartrest-templates/#smartrest-templates\"> 用户文档中 </a>详细了解:\n"
7471
+ " <a c8y-guide-href=\"/docs/device-management-application/smartrest-templates/#smartrest-templates\">\n\n"
7489
7472
  " </a>\n"
7490
- "中詳細瞭解。"
7473
+ ""
7491
7474
 
7492
7475
  msgid "Find out more in the\n"
7493
7476
  " <a c8y-guide-href=\"/docs/device-management-application/viewing-device-details/#measurements\">\n"
7494
7477
  " user documentation\n"
7495
7478
  " </a>\n"
7496
7479
  " ."
7497
- msgstr "在\n"
7498
- " <a c8y-guide-href=\"/docs/device-management-application/viewing-device-details/#measurements\">\n"
7499
- " 用戶文檔\n"
7480
+ msgstr "在<a c8y-guide-href=\"/docs/device-management-application/viewing-device-details/#measurements\"> 用户文档中 </a>详细了解。\n"
7481
+ " <a c8y-guide-href=\"/docs/device-management-application/viewing-device-details/#measurements\">\n\n"
7500
7482
  " </a>\n"
7501
- "中詳細瞭解。"
7483
+ ""
7502
7484
 
7503
7485
  msgid "Find out more in the\n"
7504
7486
  " <a c8y-guide-href=\"/docs/standard-tenant/alarm-mapping\">user documentation</a>\n"
@@ -7512,54 +7494,53 @@ msgid "Find out more in the\n"
7512
7494
  " user documentation\n"
7513
7495
  " </a>\n"
7514
7496
  " ."
7515
- msgstr "在\n"
7516
- " <a c8y-guide-href=\"/docs/standard-tenant/managing-data/#retention-rules\">\n"
7517
- "用戶文檔\n"
7497
+ msgstr "欲在<a c8y-guide-href=\"/docs/standard-tenant/managing-data/#retention-rules\"> 用户文档中 </a>详细了解,请参阅:\n"
7498
+ " <a c8y-guide-href=\"/docs/standard-tenant/managing-data/#retention-rules\">\n\n"
7518
7499
  " </a>\n"
7519
- "中詳細瞭解。"
7500
+ ""
7520
7501
 
7521
7502
  msgid "Find out more in the\n"
7522
7503
  " <a c8y-guide-href=\"/docs/cockpit/cockpit-introduction\">user documentation</a>\n"
7523
7504
  " ."
7524
- msgstr "在\n"
7525
- " <a c8y-guide-href=\"/docs/cockpit/cockpit-introduction\">用戶文檔</a>\n"
7526
- "中詳細瞭解。"
7505
+ msgstr "\n"
7506
+ " 在<a c8y-guide-href=\"/docs/cockpit/cockpit-introduction\">用户文档中</a>详细了解\n"
7507
+ ""
7527
7508
 
7528
7509
  msgid "Find out more in the\n"
7529
7510
  " <a c8y-guide-href=\"/docs/cockpit/working-with-reports\">user documentation</a>\n"
7530
7511
  " ."
7531
- msgstr "在\n"
7532
- " <a c8y-guide-href=\"/docs/cockpit/working-with-reports\">用戶文檔</a>\n"
7533
- "中詳細瞭解。"
7512
+ msgstr "在<a c8y-guide-href=\"/docs/cockpit/working-with-reports\">用户文档</a>中详细了解\n"
7513
+ " ,以及\n"
7514
+ ""
7534
7515
 
7535
7516
  msgid "Find out more in the\n"
7536
7517
  " <a c8y-guide-href=\"/docs/device-management-application/monitoring-and-controlling-devices/#to-view-events\">\n"
7537
7518
  " user documentation\n"
7538
7519
  " </a>\n"
7539
7520
  " ."
7540
- msgstr "在\n"
7521
+ msgstr "欲了解更多資訊,請參閱\n"
7541
7522
  " <a c8y-guide-href=\"/docs/device-management-application/monitoring-and-controlling-devices/#to-view-events\">\n"
7542
- " 用戶文檔\n"
7523
+ " 用户文档\n"
7543
7524
  " </a>\n"
7544
- "中詳細瞭解。"
7525
+ ""
7545
7526
 
7546
7527
  msgid "Find out more in the\n"
7547
7528
  " <a c8y-guide-href=\"/docs/device-management-application/working-with-simulators\">\n"
7548
7529
  " user documentation\n"
7549
7530
  " </a>\n"
7550
7531
  " ."
7551
- msgstr "在\n"
7532
+ msgstr "欲了解更多資訊,請參閱\n"
7552
7533
  " <a c8y-guide-href=\"/docs/device-management-application/working-with-simulators\">\n"
7553
- "用戶文檔\n"
7534
+ " 用户文档\n"
7554
7535
  " </a>\n"
7555
- "中詳細瞭解。"
7536
+ ""
7556
7537
 
7557
7538
  msgid "Find out more in the\n"
7558
7539
  " <a c8y-guide-href=\"/docs/standard-tenant/managing-permissions\">user documentation</a>\n"
7559
7540
  " ."
7560
- msgstr "在\n"
7561
- " <a c8y-guide-href=\"/docs/standard-tenant/managing-permissions\">用戶文檔</a>\n"
7562
- "中詳細瞭解。"
7541
+ msgstr "在<a c8y-guide-href=\"/docs/standard-tenant/managing-permissions\">用户文档</a>中详细了解\n"
7542
+ " ,以及\n"
7543
+ ""
7563
7544
 
7564
7545
  msgid "Find your protocol in the\n"
7565
7546
  " <a c8y-guide-href=\"/docs/protocol-integration/device-protocols\">user documentation</a>\n"
@@ -7844,6 +7825,9 @@ msgstr "常规"
7844
7825
  msgid "General template"
7845
7826
  msgstr "常规模板"
7846
7827
 
7828
+ msgid "Generate CA certificate"
7829
+ msgstr "生成CA证书"
7830
+
7847
7831
  msgid "Generate bootstrap server config"
7848
7832
  msgstr "生成 boostrap 服务器配置"
7849
7833
 
@@ -16330,6 +16314,9 @@ msgstr "Administration 應用程式使帳戶管理員能夠管理其用戶、角
16330
16314
  msgid "The CA certificate has not been renewed; however, it may still have sufficient validity remaining."
16331
16315
  msgstr "CA 证书尚未更新;然而,其剩餘有效期可能仍足夠。"
16332
16316
 
16317
+ msgid "The Certificate Authority (CA) certificate is used to sign device certificates for secure authentication. Only one CA certificate can be generated for the tenant."
16318
+ msgstr "憑證授權單位 (CA) 证书使用于签署设备证书以实现安全身份验证。每个租户仅能生成一张 CA 证书。"
16319
+
16333
16320
  msgid "The Cockpit application allows you to build IoT applications in minutes.\n"
16334
16321
  " To get started, connect any device to the platform.\n"
16335
16322
  " If you do not have an IoT device to hand, you can start by connecting your smartphone.\n"