@c8y/ngx-components 1021.60.1 → 1021.62.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- 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 +35 -25
- package/locales/es.po +35 -25
- package/locales/fr.po +35 -25
- package/locales/ja_JP.po +35 -25
- package/locales/ko.po +35 -25
- package/locales/locales.pot +25 -24
- package/locales/nl.po +35 -25
- package/locales/pl.po +35 -25
- package/locales/pt_BR.po +35 -25
- package/locales/zh_CN.po +35 -25
- package/locales/zh_TW.po +35 -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
|
|
|
@@ -6654,6 +6648,9 @@ msgstr "在內部記憶體存儲中找不到運算元據。請重試。"
|
|
|
6654
6648
|
msgid "Failed to generate a QR code."
|
|
6655
6649
|
msgstr "無法生成二維碼。"
|
|
6656
6650
|
|
|
6651
|
+
msgid "Failed to import translation keys"
|
|
6652
|
+
msgstr "匯入翻譯金鑰失敗"
|
|
6653
|
+
|
|
6657
6654
|
msgid "Failed to open the relay due to: \"{{failureReason | translate}}\"."
|
|
6658
6655
|
msgstr "无法打开中继,原因是:\"{{failureReason | translate}}\"。"
|
|
6659
6656
|
|
|
@@ -8305,9 +8302,15 @@ msgstr "匯入带有 jks 文件扩展名的密钥库"
|
|
|
8305
8302
|
msgid "Import template"
|
|
8306
8303
|
msgstr "匯入模板"
|
|
8307
8304
|
|
|
8305
|
+
msgid "Import translation keys from Apps"
|
|
8306
|
+
msgstr "從應用程式匯入翻譯金鑰"
|
|
8307
|
+
|
|
8308
8308
|
msgid "Import variant"
|
|
8309
8309
|
msgstr "匯入變體"
|
|
8310
8310
|
|
|
8311
|
+
msgid "Importing translation from available Web SDK based applications. This may take a while..."
|
|
8312
|
+
msgstr "從可用的 Web SDK 基礎應用程式匯入翻譯。這可能需要一段時間..."
|
|
8313
|
+
|
|
8311
8314
|
msgid "Importing, please wait."
|
|
8312
8315
|
msgstr "正在导入,请稍候。"
|
|
8313
8316
|
|
|
@@ -8876,6 +8879,9 @@ msgstr "上月使用"
|
|
|
8876
8879
|
msgid "Last name"
|
|
8877
8880
|
msgstr "姓氏"
|
|
8878
8881
|
|
|
8882
|
+
msgid "Last occurrence"
|
|
8883
|
+
msgstr "最後一次發生"
|
|
8884
|
+
|
|
8879
8885
|
msgid "Last occurrence of this alarm (device time)."
|
|
8880
8886
|
msgstr "最后出现此警报的时间(设备时间)。"
|
|
8881
8887
|
|
|
@@ -9008,9 +9014,6 @@ msgstr "超限电子邮件模板"
|
|
|
9008
9014
|
msgid "Limit number of devices"
|
|
9009
9015
|
msgstr "限制设备数量"
|
|
9010
9016
|
|
|
9011
|
-
msgid "Limit storage per device"
|
|
9012
|
-
msgstr "限制每个设备的存储"
|
|
9013
|
-
|
|
9014
9017
|
msgid "Limit stream queue"
|
|
9015
9018
|
msgstr "限制流队列"
|
|
9016
9019
|
|
|
@@ -10239,9 +10242,6 @@ msgstr "没有可用的自定义应用程序。"
|
|
|
10239
10242
|
msgid "No custom properties to display."
|
|
10240
10243
|
msgstr "沒有自訂屬性要顯示。"
|
|
10241
10244
|
|
|
10242
|
-
msgid "No custom properties yet."
|
|
10243
|
-
msgstr "尚未有自訂屬性。"
|
|
10244
|
-
|
|
10245
10245
|
msgid "No data aggregation"
|
|
10246
10246
|
msgstr "無資料聚合"
|
|
10247
10247
|
|
|
@@ -11467,11 +11467,6 @@ msgstr "密碼无效。它必须至少有 {{minCharactersCount}} 个字符且不
|
|
|
11467
11467
|
msgid "Password is not strong enough, use a stronger password."
|
|
11468
11468
|
msgstr "密碼不夠強,請使用更強的密碼。"
|
|
11469
11469
|
|
|
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
11470
|
msgid "Password is not strong enough, use a stronger password. Check the requirements listed on the right."
|
|
11476
11471
|
msgstr "密碼不夠強,請使用更強的密碼。請查看右側列出的要求。"
|
|
11477
11472
|
|
|
@@ -12815,6 +12810,9 @@ msgstr "從 ID 權杖中檢索"
|
|
|
12815
12810
|
msgid "Retrieve {{configurationType}} configuration snapshot from device {{deviceName}}"
|
|
12816
12811
|
msgstr "从设备 {{deviceName}} 检索 {{configurationType}} 配置快照"
|
|
12817
12812
|
|
|
12813
|
+
msgid "Retrieved {{ numberOfRetrievedKeys }} keys from available applications. {{ numberOfNewKeys }} new translation keys were added."
|
|
12814
|
+
msgstr "從可用的應用程式中擷取 {{ numberOfRetrievedKeys }} 金鑰。 {{ numberOfNewKeys }} 新增翻譯金鑰。"
|
|
12815
|
+
|
|
12818
12816
|
msgid "Retrieving alarms…"
|
|
12819
12817
|
msgstr "正在检索警报…"
|
|
12820
12818
|
|
|
@@ -15006,8 +15004,8 @@ msgstr "存储 (MB)"
|
|
|
15006
15004
|
msgid "Storage limit"
|
|
15007
15005
|
msgstr "存储限制"
|
|
15008
15006
|
|
|
15009
|
-
msgid "Storage limit per device (
|
|
15010
|
-
msgstr "
|
|
15007
|
+
msgid "Storage limit per device (MiB)"
|
|
15008
|
+
msgstr "每個裝置的儲存上限 (MiB)"
|
|
15011
15009
|
|
|
15012
15010
|
msgid "Storage quota"
|
|
15013
15011
|
msgstr "存储配额"
|
|
@@ -15709,6 +15707,9 @@ msgstr "調整圖像大小以適應小組件的寬度,同時保持寬高比。
|
|
|
15709
15707
|
msgid "The image is stretched to fill the widget, overriding the aspect-ratio."
|
|
15710
15708
|
msgstr "圖像被拉伸以填充小組件,從而覆蓋寬高比。"
|
|
15711
15709
|
|
|
15710
|
+
msgid "The key to be translated."
|
|
15711
|
+
msgstr "要翻譯的關鍵。"
|
|
15712
|
+
|
|
15712
15713
|
msgid "The last saved status of the dashboard"
|
|
15713
15714
|
msgstr "上次保存的儀錶板狀態"
|
|
15714
15715
|
|
|
@@ -16174,6 +16175,12 @@ msgstr "這一智慧群組將根據目前套用在裝置清單中的篩選條件
|
|
|
16174
16175
|
msgid "Time"
|
|
16175
16176
|
msgstr "时间"
|
|
16176
16177
|
|
|
16178
|
+
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."
|
|
16179
|
+
msgstr "建立警報的時間。顯示的時間對應伺服器的時間。裝置時間可能與伺服器時間不同。"
|
|
16180
|
+
|
|
16181
|
+
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."
|
|
16182
|
+
msgstr "警報最後更新的時間。顯示的時間對應伺服器的時間。裝置時間可能與伺服器時間不同。"
|
|
16183
|
+
|
|
16177
16184
|
msgid "Time interval"
|
|
16178
16185
|
msgstr "时间间隔"
|
|
16179
16186
|
|
|
@@ -16371,6 +16378,9 @@ msgstr "可能时翻译"
|
|
|
16371
16378
|
msgid "Translation editor"
|
|
16372
16379
|
msgstr "翻譯編輯"
|
|
16373
16380
|
|
|
16381
|
+
msgid "Translation for \"{{ languageCode }}\" language."
|
|
16382
|
+
msgstr "翻譯為 \"{{ languageCode }}\" 語言。"
|
|
16383
|
+
|
|
16374
16384
|
msgid "Translation key"
|
|
16375
16385
|
msgstr "翻譯鑰匙"
|
|
16376
16386
|
|
|
@@ -18443,6 +18453,9 @@ msgstr "例如,应用于类型为 c8y_Linux 的设备的主机配置"
|
|
|
18443
18453
|
msgid "e.g. Host configuration c8y_Linux"
|
|
18444
18454
|
msgstr "例如,主机配置 c8y_Linux"
|
|
18445
18455
|
|
|
18456
|
+
msgid "e.g. Joe Doe`LOCALIZE`"
|
|
18457
|
+
msgstr "例如:Joe Doe `LOCALIZE"
|
|
18458
|
+
|
|
18446
18459
|
msgid "e.g. Joe`LOCALIZE`"
|
|
18447
18460
|
msgstr "例如,Joe"
|
|
18448
18461
|
|
|
@@ -18659,9 +18672,6 @@ msgstr "例如,my-external-application-key"
|
|
|
18659
18672
|
msgid "e.g. my-microservice`used in URL`"
|
|
18660
18673
|
msgstr "例如,my-microservice"
|
|
18661
18674
|
|
|
18662
|
-
msgid "e.g. my-tenant.example.com"
|
|
18663
|
-
msgstr "例如,my-tenant.example.com"
|
|
18664
|
-
|
|
18665
18675
|
msgid "e.g. my-tenant`used in URL`"
|
|
18666
18676
|
msgstr "例如,my-tenant"
|
|
18667
18677
|
|