@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.
- package/core/authentication/new-password.component.d.ts +6 -3
- package/core/authentication/new-password.component.d.ts.map +1 -1
- package/core/common/interval-based-reload.abstract.d.ts +12 -1
- package/core/common/interval-based-reload.abstract.d.ts.map +1 -1
- package/core/common/permissions.service.d.ts +2 -0
- package/core/common/permissions.service.d.ts.map +1 -1
- package/core/common/tenant-ui.service.d.ts +9 -2
- package/core/common/tenant-ui.service.d.ts.map +1 -1
- package/core/forms/phone-validation.directive.d.ts +3 -6
- package/core/forms/phone-validation.directive.d.ts.map +1 -1
- package/core/router/router.module.d.ts.map +1 -1
- package/device-provisioned-certificates/device-provisioned-certificates.service.d.ts.map +1 -1
- package/esm2022/core/authentication/new-password.component.mjs +26 -5
- package/esm2022/core/common/interval-based-reload.abstract.mjs +50 -2
- package/esm2022/core/common/permissions.service.mjs +3 -1
- package/esm2022/core/common/tenant-ui.service.mjs +28 -6
- package/esm2022/core/forms/phone-validation.directive.mjs +18 -19
- package/esm2022/core/router/router.module.mjs +1 -5
- package/esm2022/core/user/user-edit.component.mjs +1 -1
- package/esm2022/device-provisioned-certificates/device-provisioned-certificates.service.mjs +8 -3
- package/esm2022/tenants/custom-properties/custom-properties.component.mjs +25 -5
- package/esm2022/tenants/existing-tenant.guard.mjs +18 -0
- package/esm2022/tenants/index.mjs +3 -1
- package/esm2022/tenants/support-user-access/support-user-access.component.mjs +31 -0
- package/esm2022/tenants/tenant-form/tenant-form-inputs-definitions.mjs +116 -0
- package/esm2022/tenants/tenant-form/tenant-form.component.mjs +294 -0
- package/esm2022/tenants/tenant-limits/tenant-limits-definitions.mjs +10 -17
- package/esm2022/tenants/tenant-limits/tenant-limits.component.mjs +42 -29
- package/esm2022/tenants/tenant-list/tenant-list.component.mjs +17 -8
- package/esm2022/tenants/tenants.model.mjs +30 -1
- package/esm2022/tenants/tenants.module.mjs +57 -22
- package/esm2022/translation-editor/data/translation-store.service.mjs +11 -8
- package/esm2022/translation-editor/index.mjs +22 -5
- package/esm2022/translation-editor/lazy/advanced-translation-editor/advanced-translation-editor.component.mjs +136 -0
- package/esm2022/translation-editor/lazy/index.mjs +2 -1
- package/esm2022/translation-editor/translation-editor-tab-factory.service.mjs +40 -0
- package/esm2022/translation-editor/translation-editor.constants.mjs +4 -0
- package/esm2022/upgrade/upgraded-services/index.mjs +2 -1
- package/esm2022/upgrade/upgraded-services/tenant-policies.service.mjs +11 -0
- package/esm2022/upgrade/upgraded-services/upgraded-services.module.mjs +12 -3
- package/esm2022/widgets/implementations/alarms/alarm-widget-alarms-reload.component.mjs +9 -7
- package/esm2022/widgets/implementations/datapoints-table/datapoints-table-view/datapoints-reload/datapoints-reload.component.mjs +9 -7
- package/fesm2022/c8y-ngx-components-device-provisioned-certificates.mjs +7 -2
- package/fesm2022/c8y-ngx-components-device-provisioned-certificates.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components-tenants.mjs +603 -82
- package/fesm2022/c8y-ngx-components-tenants.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components-translation-editor-data.mjs +9 -6
- package/fesm2022/c8y-ngx-components-translation-editor-data.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components-translation-editor-lazy.mjs +127 -2
- package/fesm2022/c8y-ngx-components-translation-editor-lazy.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components-translation-editor.mjs +58 -4
- package/fesm2022/c8y-ngx-components-translation-editor.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components-upgrade-upgraded-services.mjs +22 -3
- package/fesm2022/c8y-ngx-components-upgrade-upgraded-services.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components-widgets-implementations-alarms.mjs +8 -6
- package/fesm2022/c8y-ngx-components-widgets-implementations-alarms.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components-widgets-implementations-datapoints-table.mjs +8 -6
- package/fesm2022/c8y-ngx-components-widgets-implementations-datapoints-table.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components.mjs +499 -413
- package/fesm2022/c8y-ngx-components.mjs.map +1 -1
- package/locales/de.po +17 -25
- package/locales/es.po +17 -25
- package/locales/fr.po +17 -25
- package/locales/ja_JP.po +17 -25
- package/locales/ko.po +17 -25
- package/locales/locales.pot +25 -24
- package/locales/nl.po +17 -25
- package/locales/pl.po +17 -25
- package/locales/pt_BR.po +17 -25
- package/locales/zh_CN.po +17 -25
- package/locales/zh_TW.po +17 -25
- package/package.json +1 -1
- package/tenants/custom-properties/custom-properties.component.d.ts +4 -2
- package/tenants/custom-properties/custom-properties.component.d.ts.map +1 -1
- package/tenants/existing-tenant.guard.d.ts +13 -0
- package/tenants/existing-tenant.guard.d.ts.map +1 -0
- package/tenants/index.d.ts +2 -0
- package/tenants/index.d.ts.map +1 -1
- package/tenants/support-user-access/support-user-access.component.d.ts +18 -0
- package/tenants/support-user-access/support-user-access.component.d.ts.map +1 -0
- package/tenants/tenant-form/tenant-form-inputs-definitions.d.ts +113 -0
- package/tenants/tenant-form/tenant-form-inputs-definitions.d.ts.map +1 -0
- package/tenants/tenant-form/tenant-form.component.d.ts +79 -0
- package/tenants/tenant-form/tenant-form.component.d.ts.map +1 -0
- package/tenants/tenant-limits/tenant-limits-definitions.d.ts +11 -15
- package/tenants/tenant-limits/tenant-limits-definitions.d.ts.map +1 -1
- package/tenants/tenant-limits/tenant-limits.component.d.ts +9 -7
- package/tenants/tenant-limits/tenant-limits.component.d.ts.map +1 -1
- package/tenants/tenant-list/tenant-list.component.d.ts +6 -3
- package/tenants/tenant-list/tenant-list.component.d.ts.map +1 -1
- package/tenants/tenants.model.d.ts +31 -0
- package/tenants/tenants.model.d.ts.map +1 -1
- package/tenants/tenants.module.d.ts +4 -2
- package/tenants/tenants.module.d.ts.map +1 -1
- package/translation-editor/data/translation-store.service.d.ts +3 -2
- package/translation-editor/data/translation-store.service.d.ts.map +1 -1
- package/translation-editor/index.d.ts.map +1 -1
- package/translation-editor/lazy/advanced-translation-editor/advanced-translation-editor.component.d.ts +28 -0
- package/translation-editor/lazy/advanced-translation-editor/advanced-translation-editor.component.d.ts.map +1 -0
- package/translation-editor/lazy/index.d.ts +1 -0
- package/translation-editor/lazy/index.d.ts.map +1 -1
- package/translation-editor/translation-editor-tab-factory.service.d.ts +22 -0
- package/translation-editor/translation-editor-tab-factory.service.d.ts.map +1 -0
- package/translation-editor/translation-editor.constants.d.ts +4 -0
- package/translation-editor/translation-editor.constants.d.ts.map +1 -0
- package/upgrade/upgraded-services/index.d.ts +1 -0
- package/upgrade/upgraded-services/index.d.ts.map +1 -1
- package/upgrade/upgraded-services/tenant-policies.service.d.ts +11 -0
- package/upgrade/upgraded-services/tenant-policies.service.d.ts.map +1 -0
- package/upgrade/upgraded-services/upgraded-services.module.d.ts.map +1 -1
- package/widgets/implementations/alarms/alarm-widget-alarms-reload.component.d.ts +7 -2
- package/widgets/implementations/alarms/alarm-widget-alarms-reload.component.d.ts.map +1 -1
- package/widgets/implementations/datapoints-table/datapoints-table-view/datapoints-reload/datapoints-reload.component.d.ts +7 -2
- package/widgets/implementations/datapoints-table/datapoints-table-view/datapoints-reload/datapoints-reload.component.d.ts.map +1 -1
package/locales/zh_TW.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 "在 Properties(屬性)庫中為租戶新增自訂屬性。"
|
|
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 (
|
|
15010
|
-
msgstr "
|
|
14995
|
+
msgid "Storage limit per device (MiB)"
|
|
14996
|
+
msgstr "每個裝置的儲存上限 (MiB)"
|
|
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
|
|