@c8y/ngx-components 1021.64.0 → 1021.66.0
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/auth-configuration/sso-configuration/template-parts/signature-configuration.component.d.ts +7 -2
- package/auth-configuration/sso-configuration/template-parts/signature-configuration.component.d.ts.map +1 -1
- package/core/breadcrumb/breadcrumb-item.component.d.ts +1 -1
- package/core/breadcrumb/breadcrumb-item.component.d.ts.map +1 -1
- package/core/breadcrumb/breadcrumb-outlet.component.d.ts +1 -1
- package/core/breadcrumb/breadcrumb-outlet.component.d.ts.map +1 -1
- package/core/breadcrumb/breadcrumb.component.d.ts +1 -1
- package/core/breadcrumb/breadcrumb.component.d.ts.map +1 -1
- package/core/breadcrumb/breadcrumb.module.d.ts +7 -7
- package/core/breadcrumb/breadcrumb.module.d.ts.map +1 -1
- package/core/common/common.module.d.ts +38 -38
- package/core/common/date-format.service.d.ts +30 -0
- package/core/common/date-format.service.d.ts.map +1 -0
- package/core/common/date.pipe.d.ts +7 -3
- package/core/common/date.pipe.d.ts.map +1 -1
- package/core/common/index.d.ts +1 -0
- package/core/common/index.d.ts.map +1 -1
- package/core/common/outlet.directive.d.ts +1 -1
- package/core/common/outlet.directive.d.ts.map +1 -1
- package/core/common/user-preferences/user-preferences-store-current-user.d.ts +11 -0
- package/core/common/user-preferences/user-preferences-store-current-user.d.ts.map +1 -0
- package/core/common/user-preferences/user-preferences.service.d.ts +40 -1
- package/core/common/user-preferences/user-preferences.service.d.ts.map +1 -1
- package/core/date-picker/date-picker.component.d.ts +3 -1
- package/core/date-picker/date-picker.component.d.ts.map +1 -1
- package/core/date-time-picker/date-time-picker.component.d.ts +6 -3
- package/core/date-time-picker/date-time-picker.component.d.ts.map +1 -1
- package/core/dynamic-forms/date/date.type.component.d.ts +3 -0
- package/core/dynamic-forms/date/date.type.component.d.ts.map +1 -1
- package/core/plugins/plugins.service.d.ts +3 -1
- package/core/plugins/plugins.service.d.ts.map +1 -1
- package/core/time-interval/time-interval.component.d.ts +4 -2
- package/core/time-interval/time-interval.component.d.ts.map +1 -1
- package/ecosystem/ecosystem.module.d.ts +2 -1
- package/ecosystem/ecosystem.module.d.ts.map +1 -1
- package/ecosystem/packages/package-changelog-tab/package-changelog-tab.component.d.ts +15 -0
- package/ecosystem/packages/package-changelog-tab/package-changelog-tab.component.d.ts.map +1 -0
- package/ecosystem/packages/package-changelog.guard.d.ts +10 -0
- package/ecosystem/packages/package-changelog.guard.d.ts.map +1 -0
- package/ecosystem/packages/package-versions/package-contents/packages-contents.component.d.ts +2 -0
- package/ecosystem/packages/package-versions/package-contents/packages-contents.component.d.ts.map +1 -1
- package/ecosystem/shared/index.d.ts +1 -0
- package/ecosystem/shared/index.d.ts.map +1 -1
- package/ecosystem/shared/package-changelog/package-changelog.component.d.ts +24 -0
- package/ecosystem/shared/package-changelog/package-changelog.component.d.ts.map +1 -0
- package/ecosystem/shared/shared-ecosystem.module.d.ts +2 -1
- package/ecosystem/shared/shared-ecosystem.module.d.ts.map +1 -1
- package/esm2022/auth-configuration/sso-configuration/template-parts/signature-configuration.component.mjs +11 -7
- package/esm2022/core/breadcrumb/breadcrumb-item.component.mjs +3 -3
- package/esm2022/core/breadcrumb/breadcrumb-outlet.component.mjs +19 -9
- package/esm2022/core/breadcrumb/breadcrumb.component.mjs +3 -3
- package/esm2022/core/breadcrumb/breadcrumb.module.mjs +16 -5
- package/esm2022/core/common/common.module.mjs +6 -6
- package/esm2022/core/common/date-format.service.mjs +81 -0
- package/esm2022/core/common/date.pipe.mjs +29 -6
- package/esm2022/core/common/index.mjs +2 -1
- package/esm2022/core/common/outlet.directive.mjs +4 -3
- package/esm2022/core/common/user-preferences/user-preferences-store-current-user.mjs +22 -0
- package/esm2022/core/common/user-preferences/user-preferences.service.mjs +106 -16
- package/esm2022/core/date-picker/date-picker.component.mjs +11 -4
- package/esm2022/core/date-time-picker/date-time-picker.component.mjs +20 -11
- package/esm2022/core/dynamic-forms/date/date.type.component.mjs +12 -4
- package/esm2022/core/plugins/plugins.service.mjs +14 -8
- package/esm2022/core/time-interval/time-interval.component.mjs +9 -2
- package/esm2022/ecosystem/application-plugins/application-plugins.component.mjs +4 -4
- package/esm2022/ecosystem/application-plugins/update-plugin-of-app/update-plugin-of-app.component.mjs +3 -3
- package/esm2022/ecosystem/ecosystem.module.mjs +21 -5
- package/esm2022/ecosystem/packages/package-changelog-tab/package-changelog-tab.component.mjs +33 -0
- package/esm2022/ecosystem/packages/package-changelog.guard.mjs +22 -0
- package/esm2022/ecosystem/packages/package-versions/package-contents/packages-contents.component.mjs +17 -5
- package/esm2022/ecosystem/shared/index.mjs +2 -1
- package/esm2022/ecosystem/shared/package-changelog/package-changelog.component.mjs +82 -0
- package/esm2022/ecosystem/shared/package-version-select/package-version-select.component.mjs +3 -3
- package/esm2022/ecosystem/shared/shared-ecosystem.module.mjs +12 -6
- package/esm2022/operations/bulk-operation-scheduler/operation-scheduler.component.mjs +9 -7
- package/esm2022/operations/bulk-operations-list/bulk-operations-list.component.mjs +1 -1
- package/esm2022/upgrade/ng1/downgraded.services.mjs +3 -2
- package/esm2022/upgrade/ng1/index.mjs +3 -2
- package/fesm2022/c8y-ngx-components-auth-configuration.mjs +9 -5
- package/fesm2022/c8y-ngx-components-auth-configuration.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components-ecosystem-application-plugins.mjs +5 -5
- package/fesm2022/c8y-ngx-components-ecosystem-application-plugins.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components-ecosystem-shared.mjs +94 -11
- package/fesm2022/c8y-ngx-components-ecosystem-shared.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components-ecosystem.mjs +83 -14
- package/fesm2022/c8y-ngx-components-ecosystem.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components-operations-bulk-operation-scheduler.mjs +7 -5
- package/fesm2022/c8y-ngx-components-operations-bulk-operation-scheduler.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components-operations-bulk-operations-list.mjs +1 -1
- package/fesm2022/c8y-ngx-components-operations-bulk-operations-list.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components-upgrade.mjs +3 -1
- package/fesm2022/c8y-ngx-components-upgrade.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components.mjs +809 -552
- package/fesm2022/c8y-ngx-components.mjs.map +1 -1
- package/locales/de.po +42 -6
- package/locales/es.po +42 -6
- package/locales/fr.po +42 -6
- package/locales/ja_JP.po +42 -6
- package/locales/ko.po +42 -6
- package/locales/locales.pot +9 -0
- package/locales/nl.po +42 -6
- package/locales/pl.po +42 -6
- package/locales/pt_BR.po +42 -6
- package/locales/zh_CN.po +42 -6
- package/locales/zh_TW.po +42 -6
- package/operations/bulk-operation-scheduler/operation-scheduler.component.d.ts +4 -2
- package/operations/bulk-operation-scheduler/operation-scheduler.component.d.ts.map +1 -1
- package/package.json +1 -1
- package/upgrade/ng1/downgraded.services.d.ts +1 -0
- package/upgrade/ng1/downgraded.services.d.ts.map +1 -1
- package/upgrade/ng1/index.d.ts.map +1 -1
package/locales/zh_CN.po
CHANGED
|
@@ -2258,6 +2258,12 @@ msgstr "被阻止"
|
|
|
2258
2258
|
msgid "Back"
|
|
2259
2259
|
msgstr "后退"
|
|
2260
2260
|
|
|
2261
|
+
msgid "Back to package overview"
|
|
2262
|
+
msgstr "返回包概述"
|
|
2263
|
+
|
|
2264
|
+
msgid "Back to package versions overview"
|
|
2265
|
+
msgstr "返回包版本概述"
|
|
2266
|
+
|
|
2261
2267
|
msgid "Backend"
|
|
2262
2268
|
msgstr "后端"
|
|
2263
2269
|
|
|
@@ -2873,6 +2879,9 @@ msgstr "更改图标"
|
|
|
2873
2879
|
msgid "Change log"
|
|
2874
2880
|
msgstr "更改日志"
|
|
2875
2881
|
|
|
2882
|
+
msgid "Change logs"
|
|
2883
|
+
msgstr "更改日志"
|
|
2884
|
+
|
|
2876
2885
|
msgid "Change owner of original device`owner may be a human or system user`"
|
|
2877
2886
|
msgstr "更改原始设备的所有者"
|
|
2878
2887
|
|
|
@@ -5793,6 +5802,9 @@ msgstr "是否要将版本 {{version}} 设置为最新版本?部署新应用
|
|
|
5793
5802
|
msgid "Documentation"
|
|
5794
5803
|
msgstr "文档"
|
|
5795
5804
|
|
|
5805
|
+
msgid "Documentation availability varies by plugin."
|
|
5806
|
+
msgstr "文档的可用性因插件而异。"
|
|
5807
|
+
|
|
5796
5808
|
msgid "Does not match pattern {{ requiredPattern }}."
|
|
5797
5809
|
msgstr "与模式 {{ requiredPattern }} 不匹配。"
|
|
5798
5810
|
|
|
@@ -10095,6 +10107,9 @@ msgstr "下一页"
|
|
|
10095
10107
|
msgid "No"
|
|
10096
10108
|
msgstr "否"
|
|
10097
10109
|
|
|
10110
|
+
msgid "No CHANGELOG.md found for package version"
|
|
10111
|
+
msgstr "未找到包版本的 CHANGELOG.md"
|
|
10112
|
+
|
|
10098
10113
|
msgid "No Cumulocity IoT manifest found."
|
|
10099
10114
|
msgstr "未找到 Cumulocity IoT 清单。"
|
|
10100
10115
|
|
|
@@ -10107,6 +10122,9 @@ msgstr "没有 RDB 快照分配到此设备。请从设备获取当前 RDB 快
|
|
|
10107
10122
|
msgid "No README.md found"
|
|
10108
10123
|
msgstr "未找到 README.md"
|
|
10109
10124
|
|
|
10125
|
+
msgid "No README.md found for plugin"
|
|
10126
|
+
msgstr "未找到插件的 README.md"
|
|
10127
|
+
|
|
10110
10128
|
msgid "No REST API custom fields. Click below to add the first one."
|
|
10111
10129
|
msgstr "无 REST API 自定义字段。在下面单击可添加第一个字段。"
|
|
10112
10130
|
|
|
@@ -10519,6 +10537,9 @@ msgstr "无匹配项目。"
|
|
|
10519
10537
|
msgid "No matching microservices."
|
|
10520
10538
|
msgstr "无匹配的微服务。"
|
|
10521
10539
|
|
|
10540
|
+
msgid "No matching plugins"
|
|
10541
|
+
msgstr "没有匹配的插件"
|
|
10542
|
+
|
|
10522
10543
|
msgid "No matching smart rules available."
|
|
10523
10544
|
msgstr "无匹配的智能规则可用。"
|
|
10524
10545
|
|
|
@@ -10585,6 +10606,9 @@ msgstr "没有此范围的权限。"
|
|
|
10585
10606
|
msgid "No permissions required."
|
|
10586
10607
|
msgstr "不需要授权。"
|
|
10587
10608
|
|
|
10609
|
+
msgid "No plugin selected"
|
|
10610
|
+
msgstr "未选择插件"
|
|
10611
|
+
|
|
10588
10612
|
msgid "No plugins available"
|
|
10589
10613
|
msgstr "没有可用的插件"
|
|
10590
10614
|
|
|
@@ -11392,9 +11416,6 @@ msgstr "软件包存档`对话框标题`"
|
|
|
11392
11416
|
msgid "Package availability"
|
|
11393
11417
|
msgstr "包可用性"
|
|
11394
11418
|
|
|
11395
|
-
msgid "Package contents"
|
|
11396
|
-
msgstr "包内容"
|
|
11397
|
-
|
|
11398
11419
|
msgid "Package contents could not be determined."
|
|
11399
11420
|
msgstr "无法确定包内容。"
|
|
11400
11421
|
|
|
@@ -13296,6 +13317,9 @@ msgstr "从 SmartREST 模板选择一条消息"
|
|
|
13296
13317
|
msgid "Select a package from the list to display the package contents."
|
|
13297
13318
|
msgstr "从列表中选择一个包来显示包内容。"
|
|
13298
13319
|
|
|
13320
|
+
msgid "Select a plugin from the list to view its documentation."
|
|
13321
|
+
msgstr "从列表中选择一个插件以查看其文档。"
|
|
13322
|
+
|
|
13299
13323
|
msgid "Select a predefined command"
|
|
13300
13324
|
msgstr "选择预定义命令"
|
|
13301
13325
|
|
|
@@ -13599,9 +13623,6 @@ msgstr "选择要预览的应用程序。"
|
|
|
13599
13623
|
msgid "Select the asset, then on the available data points list, click on the plus button on the desired data point."
|
|
13600
13624
|
msgstr "选择资产,然后在可用数据点列表上,单击所需数据点上的加号按钮。"
|
|
13601
13625
|
|
|
13602
|
-
msgid "Select the compatible plugins to install"
|
|
13603
|
-
msgstr "选择要安装的兼容插件"
|
|
13604
|
-
|
|
13605
13626
|
msgid "Select the global roles for which the dashboard will be available"
|
|
13606
13627
|
msgstr "选择仪表板可用于的全局角色"
|
|
13607
13628
|
|
|
@@ -14517,6 +14538,9 @@ msgstr "显示密码"
|
|
|
14517
14538
|
msgid "Show percentages"
|
|
14518
14539
|
msgstr "显示百分比"
|
|
14519
14540
|
|
|
14541
|
+
msgid "Show readme"
|
|
14542
|
+
msgstr "显示自述文件"
|
|
14543
|
+
|
|
14520
14544
|
msgid "Show services updated`between dates`"
|
|
14521
14545
|
msgstr "将服务显示为已更新"
|
|
14522
14546
|
|
|
@@ -16234,9 +16258,15 @@ msgstr "要复制此仪表板,请联系管理员申请必要的权限。"
|
|
|
16234
16258
|
msgid "To see the result click <a href=\"#/device/{{deviceId}}/control\">here</a>"
|
|
16235
16259
|
msgstr "要查看结果,请单击<a href=\"#/device/{{deviceId}}/control\">此处</a>"
|
|
16236
16260
|
|
|
16261
|
+
msgid "To view the contents of \"CHANGELOG\", add the file \"CHANGELOG.md\" to the package."
|
|
16262
|
+
msgstr "要查看\"CHANGELOG\"的内容,请将文件\"CHANGELOG.md\"添加到包中。"
|
|
16263
|
+
|
|
16237
16264
|
msgid "To view the contents of \"README\", add the file \"README.md\" to the package."
|
|
16238
16265
|
msgstr "要查看 \"README\" 的内容,请将文件 \"README.md\" 添加到包。"
|
|
16239
16266
|
|
|
16267
|
+
msgid "To view the contents of \"README\", add the file \"README.md\" to the plugin."
|
|
16268
|
+
msgstr "要查看\"README\"的内容,请将文件\"README.md\"添加到插件中。"
|
|
16269
|
+
|
|
16240
16270
|
msgid "To`date`"
|
|
16241
16271
|
msgstr "到"
|
|
16242
16272
|
|
|
@@ -17387,6 +17417,9 @@ msgstr "版本不匹配"
|
|
|
17387
17417
|
msgid "Version of privacy policy"
|
|
17388
17418
|
msgstr "隐私政策的版本"
|
|
17389
17419
|
|
|
17420
|
+
msgid "Version {{ selectedVersion }} package contents"
|
|
17421
|
+
msgstr "版本 {{ selectedVersion }} 包内容"
|
|
17422
|
+
|
|
17390
17423
|
msgid "Version:"
|
|
17391
17424
|
msgstr "版本:"
|
|
17392
17425
|
|
|
@@ -19242,6 +19275,9 @@ msgstr "已为品牌选择 {{ numberOfApps }} 个应用程序"
|
|
|
19242
19275
|
msgid "{{ numberOfReports }} reports selected for widget"
|
|
19243
19276
|
msgstr "{{ numberOfReports }} 为小部件选择的报告"
|
|
19244
19277
|
|
|
19278
|
+
msgid "{{ packageContentsTitle | translate: { selectedVersion } }}"
|
|
19279
|
+
msgstr "{{ packageContentsTitle | 翻译: { selectedVersion } }}"
|
|
19280
|
+
|
|
19245
19281
|
msgid "{{ pageFirstItemIdx }} - {{ pageLastItemIdx }} of {{ itemsTotal }}"
|
|
19246
19282
|
msgstr "{{ pageFirstItemIdx }} - {{ pageLastItemIdx }}/{{ itemsTotal }}"
|
|
19247
19283
|
|
package/locales/zh_TW.po
CHANGED
|
@@ -2258,6 +2258,12 @@ msgstr "被阻止"
|
|
|
2258
2258
|
msgid "Back"
|
|
2259
2259
|
msgstr "上一步"
|
|
2260
2260
|
|
|
2261
|
+
msgid "Back to package overview"
|
|
2262
|
+
msgstr "後退⾄包概覽"
|
|
2263
|
+
|
|
2264
|
+
msgid "Back to package versions overview"
|
|
2265
|
+
msgstr "後退至套件版本總覽"
|
|
2266
|
+
|
|
2261
2267
|
msgid "Backend"
|
|
2262
2268
|
msgstr "后端"
|
|
2263
2269
|
|
|
@@ -2873,6 +2879,9 @@ msgstr "更改圖示"
|
|
|
2873
2879
|
msgid "Change log"
|
|
2874
2880
|
msgstr "更改日志"
|
|
2875
2881
|
|
|
2882
|
+
msgid "Change logs"
|
|
2883
|
+
msgstr "更改記錄"
|
|
2884
|
+
|
|
2876
2885
|
msgid "Change owner of original device`owner may be a human or system user`"
|
|
2877
2886
|
msgstr "更改原始設備的所有者"
|
|
2878
2887
|
|
|
@@ -5793,6 +5802,9 @@ msgstr "是否要將版本 {{version}} 設置為最新版本?部署新應用
|
|
|
5793
5802
|
msgid "Documentation"
|
|
5794
5803
|
msgstr "文檔"
|
|
5795
5804
|
|
|
5805
|
+
msgid "Documentation availability varies by plugin."
|
|
5806
|
+
msgstr "文件可用性因插件而異。"
|
|
5807
|
+
|
|
5796
5808
|
msgid "Does not match pattern {{ requiredPattern }}."
|
|
5797
5809
|
msgstr "與模式 {{ requiredPattern }} 不匹配。"
|
|
5798
5810
|
|
|
@@ -10095,6 +10107,9 @@ msgstr "下一页"
|
|
|
10095
10107
|
msgid "No"
|
|
10096
10108
|
msgstr "否"
|
|
10097
10109
|
|
|
10110
|
+
msgid "No CHANGELOG.md found for package version"
|
|
10111
|
+
msgstr "未找到包版本的 CHANGELOG.md"
|
|
10112
|
+
|
|
10098
10113
|
msgid "No Cumulocity IoT manifest found."
|
|
10099
10114
|
msgstr "未找到 Cumulocity IoT 清单。"
|
|
10100
10115
|
|
|
@@ -10107,6 +10122,9 @@ msgstr "没有 RDB 快照分配到此设备。请从设备获取当前 RDB 快
|
|
|
10107
10122
|
msgid "No README.md found"
|
|
10108
10123
|
msgstr "未找到 README.md"
|
|
10109
10124
|
|
|
10125
|
+
msgid "No README.md found for plugin"
|
|
10126
|
+
msgstr "未找到插件的 README.md"
|
|
10127
|
+
|
|
10110
10128
|
msgid "No REST API custom fields. Click below to add the first one."
|
|
10111
10129
|
msgstr "无 REST API 自定义字段。在下面单击可添加第一个字段。"
|
|
10112
10130
|
|
|
@@ -10519,6 +10537,9 @@ msgstr "無匹配項目。"
|
|
|
10519
10537
|
msgid "No matching microservices."
|
|
10520
10538
|
msgstr "無匹配的微服務。"
|
|
10521
10539
|
|
|
10540
|
+
msgid "No matching plugins"
|
|
10541
|
+
msgstr "沒有匹配的插件"
|
|
10542
|
+
|
|
10522
10543
|
msgid "No matching smart rules available."
|
|
10523
10544
|
msgstr "无匹配的智能规则可用。"
|
|
10524
10545
|
|
|
@@ -10585,6 +10606,9 @@ msgstr "没有此范围的权限。"
|
|
|
10585
10606
|
msgid "No permissions required."
|
|
10586
10607
|
msgstr "不需要授权。"
|
|
10587
10608
|
|
|
10609
|
+
msgid "No plugin selected"
|
|
10610
|
+
msgstr "未選擇插件"
|
|
10611
|
+
|
|
10588
10612
|
msgid "No plugins available"
|
|
10589
10613
|
msgstr "没有可用的插件"
|
|
10590
10614
|
|
|
@@ -11392,9 +11416,6 @@ msgstr "套件存檔`說明標題`"
|
|
|
11392
11416
|
msgid "Package availability"
|
|
11393
11417
|
msgstr "包可用性"
|
|
11394
11418
|
|
|
11395
|
-
msgid "Package contents"
|
|
11396
|
-
msgstr "包内容"
|
|
11397
|
-
|
|
11398
11419
|
msgid "Package contents could not be determined."
|
|
11399
11420
|
msgstr "無法確定包內容。"
|
|
11400
11421
|
|
|
@@ -13296,6 +13317,9 @@ msgstr "从 SmartREST 模板选择一条消息"
|
|
|
13296
13317
|
msgid "Select a package from the list to display the package contents."
|
|
13297
13318
|
msgstr "从列表中选择一个包来显示包内容。"
|
|
13298
13319
|
|
|
13320
|
+
msgid "Select a plugin from the list to view its documentation."
|
|
13321
|
+
msgstr "從列表中選擇一個插件以檢視其說明文件。"
|
|
13322
|
+
|
|
13299
13323
|
msgid "Select a predefined command"
|
|
13300
13324
|
msgstr "选择预定义命令"
|
|
13301
13325
|
|
|
@@ -13599,9 +13623,6 @@ msgstr "选择要预览的应用程序。"
|
|
|
13599
13623
|
msgid "Select the asset, then on the available data points list, click on the plus button on the desired data point."
|
|
13600
13624
|
msgstr "選取資產,然後在可用數據點清單上,按一下所需數據點上的加號按鈕。"
|
|
13601
13625
|
|
|
13602
|
-
msgid "Select the compatible plugins to install"
|
|
13603
|
-
msgstr "选择要安装的兼容插件"
|
|
13604
|
-
|
|
13605
13626
|
msgid "Select the global roles for which the dashboard will be available"
|
|
13606
13627
|
msgstr "選取儀錶板可用於的全域角色"
|
|
13607
13628
|
|
|
@@ -14517,6 +14538,9 @@ msgstr "顯示密碼"
|
|
|
14517
14538
|
msgid "Show percentages"
|
|
14518
14539
|
msgstr "顯示百分比"
|
|
14519
14540
|
|
|
14541
|
+
msgid "Show readme"
|
|
14542
|
+
msgstr "顯示 readme"
|
|
14543
|
+
|
|
14520
14544
|
msgid "Show services updated`between dates`"
|
|
14521
14545
|
msgstr "將服務顯示為已更新"
|
|
14522
14546
|
|
|
@@ -16234,9 +16258,15 @@ msgstr "若要複製此儀表板,請聯絡您的管理員申請必要的權限
|
|
|
16234
16258
|
msgid "To see the result click <a href=\"#/device/{{deviceId}}/control\">here</a>"
|
|
16235
16259
|
msgstr "要查看结果,请单击<a href=\"#/device/{{deviceId}}/control\">此处</a>"
|
|
16236
16260
|
|
|
16261
|
+
msgid "To view the contents of \"CHANGELOG\", add the file \"CHANGELOG.md\" to the package."
|
|
16262
|
+
msgstr "若要檢視「CHANGELOG」的內容,請在套件中添加「CHANGELOG.md」文件。"
|
|
16263
|
+
|
|
16237
16264
|
msgid "To view the contents of \"README\", add the file \"README.md\" to the package."
|
|
16238
16265
|
msgstr "要檢視 \"README\" 的內容,請將檔案 \"README.md\" 添加到包。"
|
|
16239
16266
|
|
|
16267
|
+
msgid "To view the contents of \"README\", add the file \"README.md\" to the plugin."
|
|
16268
|
+
msgstr "若要檢視「README」的內容,請在插件中添加「README.md」文件。"
|
|
16269
|
+
|
|
16240
16270
|
msgid "To`date`"
|
|
16241
16271
|
msgstr "到"
|
|
16242
16272
|
|
|
@@ -17387,6 +17417,9 @@ msgstr "版本不匹配"
|
|
|
17387
17417
|
msgid "Version of privacy policy"
|
|
17388
17418
|
msgstr "隱私政策的版本"
|
|
17389
17419
|
|
|
17420
|
+
msgid "Version {{ selectedVersion }} package contents"
|
|
17421
|
+
msgstr "版本 {{ selectedVersion }} 包內容"
|
|
17422
|
+
|
|
17390
17423
|
msgid "Version:"
|
|
17391
17424
|
msgstr "版本:"
|
|
17392
17425
|
|
|
@@ -19242,6 +19275,9 @@ msgstr "已為品牌選取 {{ numberOfApps }} 個應用程式"
|
|
|
19242
19275
|
msgid "{{ numberOfReports }} reports selected for widget"
|
|
19243
19276
|
msgstr "{{ numberOfReports }} 為 widget 選擇的報告"
|
|
19244
19277
|
|
|
19278
|
+
msgid "{{ packageContentsTitle | translate: { selectedVersion } }}"
|
|
19279
|
+
msgstr "{{ packageContentsTitle | translate: { selectedVersion } }}"
|
|
19280
|
+
|
|
19245
19281
|
msgid "{{ pageFirstItemIdx }} - {{ pageLastItemIdx }} of {{ itemsTotal }}"
|
|
19246
19282
|
msgstr "{{ pageFirstItemIdx }} - {{ pageLastItemIdx }}/{{ itemsTotal }}"
|
|
19247
19283
|
|
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
import { OnDestroy, OnInit } from '@angular/core';
|
|
2
2
|
import { ControlValueAccessor, FormBuilder, FormGroup, ValidationErrors, Validator } from '@angular/forms';
|
|
3
|
-
import { OptionsService } from '@c8y/ngx-components';
|
|
3
|
+
import { DateFormatService, OptionsService } from '@c8y/ngx-components';
|
|
4
4
|
import { OperationSchedule } from './operation-schedule.interface';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
export declare class OperationSchedulerComponent implements ControlValueAccessor, Validator, OnInit, OnDestroy {
|
|
7
7
|
private formBuilder;
|
|
8
8
|
private options;
|
|
9
|
+
private dateFormatService;
|
|
9
10
|
set _minutesAhead(minutes: number);
|
|
10
11
|
placeholder: string;
|
|
11
12
|
fgOperationScheduler: FormGroup;
|
|
@@ -14,6 +15,7 @@ export declare class OperationSchedulerComponent implements ControlValueAccessor
|
|
|
14
15
|
maxDelay: number;
|
|
15
16
|
delayErrors: ValidationErrors;
|
|
16
17
|
pickerErrors: ValidationErrors;
|
|
18
|
+
dateInputFormat: string;
|
|
17
19
|
private readonly DELAY_SECONDS_DEFAULT;
|
|
18
20
|
private readonly MIN_DELAY_SECONDS_DEFAULT;
|
|
19
21
|
private readonly MAX_DELAY_SECONDS_DEFAULT;
|
|
@@ -30,7 +32,7 @@ export declare class OperationSchedulerComponent implements ControlValueAccessor
|
|
|
30
32
|
private onChange;
|
|
31
33
|
private onTouched;
|
|
32
34
|
private onValidatorChanged;
|
|
33
|
-
constructor(formBuilder: FormBuilder, options: OptionsService);
|
|
35
|
+
constructor(formBuilder: FormBuilder, options: OptionsService, dateFormatService: DateFormatService);
|
|
34
36
|
ngOnInit(): void;
|
|
35
37
|
ngOnDestroy(): void;
|
|
36
38
|
writeValue(value: OperationSchedule): void;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"operation-scheduler.component.d.ts","sourceRoot":"","sources":["../../../operations/bulk-operation-scheduler/operation-scheduler.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAgC,SAAS,EAAE,MAAM,EAAE,MAAM,eAAe,CAAC;AAChF,OAAO,EACL,oBAAoB,EACpB,WAAW,EAEX,SAAS,EAGT,gBAAgB,EAChB,SAAS,EAEV,MAAM,gBAAgB,CAAC;AACxB,OAAO,EAAW,cAAc,EAAE,MAAM,qBAAqB,CAAC;
|
|
1
|
+
{"version":3,"file":"operation-scheduler.component.d.ts","sourceRoot":"","sources":["../../../operations/bulk-operation-scheduler/operation-scheduler.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAgC,SAAS,EAAE,MAAM,EAAE,MAAM,eAAe,CAAC;AAChF,OAAO,EACL,oBAAoB,EACpB,WAAW,EAEX,SAAS,EAGT,gBAAgB,EAChB,SAAS,EAEV,MAAM,gBAAgB,CAAC;AACxB,OAAO,EAAE,iBAAiB,EAAW,cAAc,EAAE,MAAM,qBAAqB,CAAC;AAIjF,OAAO,EAAE,iBAAiB,EAAE,MAAM,gCAAgC,CAAC;;AAEnE,qBAgBa,2BACX,YAAW,oBAAoB,EAAE,SAAS,EAAE,MAAM,EAAE,SAAS;IAoC3D,OAAO,CAAC,WAAW;IACnB,OAAO,CAAC,OAAO;IACf,OAAO,CAAC,iBAAiB;IApC3B,IAA2B,aAAa,CAAC,OAAO,EAAE,MAAM,EAIvD;IAED,WAAW,EAAE,MAAM,CAAyB;IAC5C,oBAAoB,EAAE,SAAS,CAAC;IAChC,OAAO,EAAE,IAAI,CAAC;IACd,QAAQ,EAAE,MAAM,CAAC;IACjB,QAAQ,EAAE,MAAM,CAAC;IACjB,WAAW,EAAE,gBAAgB,CAAQ;IACrC,YAAY,EAAE,gBAAgB,CAAQ;IACtC,eAAe,EAAE,MAAM,CAAC;IAExB,OAAO,CAAC,QAAQ,CAAC,qBAAqB,CAAa;IACnD,OAAO,CAAC,QAAQ,CAAC,yBAAyB,CAAiB;IAC3D,OAAO,CAAC,QAAQ,CAAC,yBAAyB,CAAgB;IAC1D,OAAO,CAAC,QAAQ,CAAC,qBAAqB,CAAa;IACnD,OAAO,CAAC,gBAAgB,CAAQ;IAChC,OAAO,CAAC,YAAY,CAAsC;IAC1D,OAAO,CAAC,QAAQ,CAAC,kBAAkB,CAAoB;IACvD,OAAO,CAAC,QAAQ,CAAC,kBAAkB,CAAmC;IACtE,OAAO,CAAC,QAAQ,CAAC,kBAAkB,CAAgC;IACnE,OAAO,CAAC,WAAW,CAAa;IAChC,OAAO,CAAC,cAAc,CAAS;IAC/B,OAAO,CAAC,WAAW,CAAO;IAC1B,OAAO,CAAC,YAAY,CAAe;IAEnC,OAAO,CAAC,QAAQ,CAAiB;IACjC,OAAO,CAAC,SAAS,CAAa;IAC9B,OAAO,CAAC,kBAAkB,CAAa;gBAG7B,WAAW,EAAE,WAAW,EACxB,OAAO,EAAE,cAAc,EACvB,iBAAiB,EAAE,iBAAiB;IAG9C,QAAQ;IAiCR,WAAW;IAMX,UAAU,CAAC,KAAK,EAAE,iBAAiB,GAAG,IAAI;IAW1C,gBAAgB,CAAC,EAAE,EAAE,GAAG,GAAG,IAAI;IAI/B,iBAAiB,CAAC,EAAE,EAAE,GAAG,GAAG,IAAI;IAIhC,gBAAgB,CAAC,CAAC,UAAU,EAAE,OAAO,GAAG,IAAI;IAO5C,QAAQ,IAAI,gBAAgB;IAU5B,yBAAyB,CAAC,EAAE,EAAE,GAAG;IAIjC,aAAa,IAAI,IAAI;IAMrB,mBAAmB,CAAC,IAAI,EAAE,MAAM;IAmBhC,QAAQ,CAAC,IAAI,EAAE;QAAE,cAAc,EAAE,MAAM,CAAC;QAAC,MAAM,EAAE,IAAI,CAAC;QAAC,IAAI,CAAC,EAAE,IAAI,CAAC;QAAC,KAAK,CAAC,EAAE,MAAM,CAAA;KAAE;YAoBtE,qBAAqB;IAuBnC,OAAO,CAAC,YAAY;IAmBpB,OAAO,CAAC,kBAAkB;IAU1B,OAAO,CAAC,cAAc;IAatB,OAAO,CAAC,cAAc;yCAvOX,2BAA2B;2CAA3B,2BAA2B;CAuQvC"}
|