@c8y/ngx-components 1021.49.12 → 1021.51.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.
Files changed (183) hide show
  1. package/core/aggregation/aggregation.model.d.ts.map +1 -0
  2. package/core/aggregation/aggregation.service.d.ts +44 -0
  3. package/core/aggregation/aggregation.service.d.ts.map +1 -0
  4. package/core/aggregation/index.d.ts +3 -0
  5. package/core/aggregation/index.d.ts.map +1 -0
  6. package/core/common/index.d.ts +0 -2
  7. package/core/common/index.d.ts.map +1 -1
  8. package/core/dashboard/wiget-time-context/aggregation-picker/aggregation-picker.component.d.ts +2 -2
  9. package/core/dashboard/wiget-time-context/aggregation-picker/aggregation-picker.component.d.ts.map +1 -1
  10. package/core/dashboard/wiget-time-context/widget-time-context-icon-bar/widget-time-context-icon-bar.component.d.ts +1 -1
  11. package/core/dashboard/wiget-time-context/widget-time-context-icon-bar/widget-time-context-icon-bar.component.d.ts.map +1 -1
  12. package/core/dashboard/wiget-time-context/widget-time-context.component.d.ts +1 -1
  13. package/core/dashboard/wiget-time-context/widget-time-context.component.d.ts.map +1 -1
  14. package/core/i18n/pattern-messages.data.d.ts +18 -0
  15. package/core/i18n/pattern-messages.data.d.ts.map +1 -1
  16. package/core/index.d.ts +1 -0
  17. package/core/index.d.ts.map +1 -1
  18. package/datapoints-export-selector/datapoints-export-selector-modal/datapoints-export-selector-file-exporter/data-fetching.service.d.ts +54 -42
  19. package/datapoints-export-selector/datapoints-export-selector-modal/datapoints-export-selector-file-exporter/data-fetching.service.d.ts.map +1 -1
  20. package/datapoints-export-selector/datapoints-export-selector-modal/datapoints-export-selector-file-exporter/datapoints-export-selector-file-exporter.component.d.ts +28 -8
  21. package/datapoints-export-selector/datapoints-export-selector-modal/datapoints-export-selector-file-exporter/datapoints-export-selector-file-exporter.component.d.ts.map +1 -1
  22. package/datapoints-export-selector/datapoints-export-selector-modal/datapoints-export-selector-file-exporter/datapoints-export-selector-file-exporter.service.d.ts +3 -52
  23. package/datapoints-export-selector/datapoints-export-selector-modal/datapoints-export-selector-file-exporter/datapoints-export-selector-file-exporter.service.d.ts.map +1 -1
  24. package/datapoints-export-selector/datapoints-export-selector.model.d.ts +5 -14
  25. package/datapoints-export-selector/datapoints-export-selector.model.d.ts.map +1 -1
  26. package/device-grid/device-grid.component.d.ts.map +1 -1
  27. package/device-grid/device-grid.service.d.ts +2 -0
  28. package/device-grid/device-grid.service.d.ts.map +1 -1
  29. package/esm2022/alarms/alarms-type-filter.component.mjs +3 -3
  30. package/esm2022/core/aggregation/aggregation.model.mjs +46 -0
  31. package/esm2022/core/aggregation/aggregation.service.mjs +76 -0
  32. package/esm2022/core/aggregation/index.mjs +3 -0
  33. package/esm2022/core/common/index.mjs +1 -3
  34. package/esm2022/core/dashboard/wiget-time-context/aggregation-picker/aggregation-picker.component.mjs +2 -2
  35. package/esm2022/core/dashboard/wiget-time-context/widget-time-context-icon-bar/widget-time-context-icon-bar.component.mjs +2 -2
  36. package/esm2022/core/dashboard/wiget-time-context/widget-time-context.component.mjs +4 -4
  37. package/esm2022/core/i18n/pattern-messages.data.mjs +19 -1
  38. package/esm2022/core/index.mjs +2 -1
  39. package/esm2022/datapoints-export-selector/datapoints-export-selector-modal/datapoints-export-selector-file-exporter/data-fetching.service.mjs +166 -164
  40. package/esm2022/datapoints-export-selector/datapoints-export-selector-modal/datapoints-export-selector-file-exporter/datapoints-export-selector-file-exporter.component.mjs +82 -48
  41. package/esm2022/datapoints-export-selector/datapoints-export-selector-modal/datapoints-export-selector-file-exporter/datapoints-export-selector-file-exporter.service.mjs +5 -95
  42. package/esm2022/datapoints-export-selector/datapoints-export-selector-modal/datapoints-export-selector-file-exporter/datapoints-exports-selector-data-scope/datapoints-exports-selector-data-scope.component.mjs +3 -3
  43. package/esm2022/datapoints-export-selector/datapoints-export-selector.component.mjs +3 -3
  44. package/esm2022/datapoints-export-selector/datapoints-export-selector.model.mjs +1 -9
  45. package/esm2022/device-grid/device-grid.component.mjs +3 -3
  46. package/esm2022/device-grid/device-grid.service.mjs +16 -1
  47. package/esm2022/device-list/add-smart-group.component.mjs +3 -3
  48. package/esm2022/interval-picker/interval-picker.model.mjs +5 -1
  49. package/esm2022/operations/bulk-operation-list-item/bulk-operation-list-item.service.mjs +5 -4
  50. package/esm2022/operations/operation-details/operation-details.module.mjs +7 -7
  51. package/esm2022/operations/operations-list/device-control.feature.mjs +20 -0
  52. package/esm2022/operations/operations-list/index.mjs +4 -3
  53. package/esm2022/operations/operations-list/operations-list-item.component.mjs +11 -9
  54. package/esm2022/operations/operations-list/operations-list.component.mjs +15 -10
  55. package/esm2022/operations/operations-list/operations-list.module.mjs +16 -41
  56. package/esm2022/operations/operations-list/operations-list.service.mjs +4 -3
  57. package/esm2022/operations/operations.module.mjs +21 -14
  58. package/esm2022/operations/shared/operations.service.mjs +4 -3
  59. package/esm2022/services/index.mjs +14 -3
  60. package/esm2022/services/service-command-tab/c8y-ngx-components-services-service-command-tab.mjs +5 -0
  61. package/esm2022/services/service-command-tab/index.mjs +3 -0
  62. package/esm2022/services/service-command-tab/service-command-tab.component.mjs +33 -0
  63. package/esm2022/services/service-command-tab/service-command.feature.mjs +14 -0
  64. package/esm2022/services/services-device-tab/index.mjs +9 -3
  65. package/esm2022/services/services-device-tab/services-device-tab.component.mjs +3 -4
  66. package/esm2022/services/services-device-tab/services-device-tab.guard.mjs +2 -2
  67. package/esm2022/services/services-device-tab/services.breadcrumb-factory.mjs +13 -1
  68. package/esm2022/services/services.module.mjs +4 -2
  69. package/esm2022/services/shared/c8y-ngx-components-services-shared.mjs +5 -0
  70. package/esm2022/services/shared/index.mjs +3 -0
  71. package/esm2022/services/shared/service-command.service.mjs +118 -0
  72. package/esm2022/services/shared/services.model.mjs +23 -0
  73. package/esm2022/widgets/implementations/datapoints-table/datapoints-table-config/datapoints-table-config.component.mjs +25 -41
  74. package/esm2022/widgets/implementations/datapoints-table/datapoints-table-view/datapoints-reload/datapoints-reload.component.mjs +3 -3
  75. package/esm2022/widgets/implementations/datapoints-table/datapoints-table-view/datapoints-table-view.component.mjs +55 -49
  76. package/esm2022/widgets/implementations/datapoints-table/datapoints-table-view/datapoints-table-view.service.mjs +25 -73
  77. package/esm2022/widgets/implementations/datapoints-table/datapoints-table-widget.model.mjs +20 -20
  78. package/esm2022/widgets/implementations/datapoints-table/datapoints-table.service.mjs +19 -19
  79. package/fesm2022/c8y-ngx-components-alarms.mjs +2 -2
  80. package/fesm2022/c8y-ngx-components-alarms.mjs.map +1 -1
  81. package/fesm2022/c8y-ngx-components-datapoints-export-selector.mjs +248 -308
  82. package/fesm2022/c8y-ngx-components-datapoints-export-selector.mjs.map +1 -1
  83. package/fesm2022/c8y-ngx-components-device-grid.mjs +17 -2
  84. package/fesm2022/c8y-ngx-components-device-grid.mjs.map +1 -1
  85. package/fesm2022/c8y-ngx-components-device-list.mjs +2 -2
  86. package/fesm2022/c8y-ngx-components-device-list.mjs.map +1 -1
  87. package/fesm2022/c8y-ngx-components-interval-picker.mjs +5 -1
  88. package/fesm2022/c8y-ngx-components-interval-picker.mjs.map +1 -1
  89. package/fesm2022/c8y-ngx-components-operations-bulk-operation-list-item.mjs +3 -2
  90. package/fesm2022/c8y-ngx-components-operations-bulk-operation-list-item.mjs.map +1 -1
  91. package/fesm2022/c8y-ngx-components-operations-operation-details.mjs +5 -5
  92. package/fesm2022/c8y-ngx-components-operations-operation-details.mjs.map +1 -1
  93. package/fesm2022/c8y-ngx-components-operations-operations-list.mjs +57 -52
  94. package/fesm2022/c8y-ngx-components-operations-operations-list.mjs.map +1 -1
  95. package/fesm2022/c8y-ngx-components-operations-shared.mjs +3 -2
  96. package/fesm2022/c8y-ngx-components-operations-shared.mjs.map +1 -1
  97. package/fesm2022/c8y-ngx-components-operations.mjs +42 -35
  98. package/fesm2022/c8y-ngx-components-operations.mjs.map +1 -1
  99. package/fesm2022/c8y-ngx-components-services-service-command-tab.mjs +49 -0
  100. package/fesm2022/c8y-ngx-components-services-service-command-tab.mjs.map +1 -0
  101. package/fesm2022/c8y-ngx-components-services-shared.mjs +145 -0
  102. package/fesm2022/c8y-ngx-components-services-shared.mjs.map +1 -0
  103. package/fesm2022/c8y-ngx-components-services.mjs +20 -113
  104. package/fesm2022/c8y-ngx-components-services.mjs.map +1 -1
  105. package/fesm2022/c8y-ngx-components-widgets-implementations-datapoints-table.mjs +1075 -1253
  106. package/fesm2022/c8y-ngx-components-widgets-implementations-datapoints-table.mjs.map +1 -1
  107. package/fesm2022/c8y-ngx-components.mjs +136 -76
  108. package/fesm2022/c8y-ngx-components.mjs.map +1 -1
  109. package/interval-picker/interval-picker.model.d.ts +6 -0
  110. package/interval-picker/interval-picker.model.d.ts.map +1 -1
  111. package/locales/de.po +52 -41
  112. package/locales/es.po +52 -41
  113. package/locales/fr.po +51 -40
  114. package/locales/ja_JP.po +53 -43
  115. package/locales/ko.po +51 -34
  116. package/locales/locales.pot +42 -31
  117. package/locales/nl.po +52 -41
  118. package/locales/pl.po +52 -40
  119. package/locales/pt_BR.po +51 -40
  120. package/locales/zh_CN.po +50 -33
  121. package/locales/zh_TW.po +50 -33
  122. package/operations/bulk-operation-list-item/bulk-operation-list-item.service.d.ts +2 -2
  123. package/operations/bulk-operation-list-item/bulk-operation-list-item.service.d.ts.map +1 -1
  124. package/operations/operation-details/operation-details.module.d.ts +1 -1
  125. package/operations/operations-list/device-control.feature.d.ts +4 -0
  126. package/operations/operations-list/device-control.feature.d.ts.map +1 -0
  127. package/operations/operations-list/index.d.ts +3 -2
  128. package/operations/operations-list/index.d.ts.map +1 -1
  129. package/operations/operations-list/operations-list-item.component.d.ts +1 -1
  130. package/operations/operations-list/operations-list-item.component.d.ts.map +1 -1
  131. package/operations/operations-list/operations-list.component.d.ts +3 -1
  132. package/operations/operations-list/operations-list.component.d.ts.map +1 -1
  133. package/operations/operations-list/operations-list.module.d.ts +3 -9
  134. package/operations/operations-list/operations-list.module.d.ts.map +1 -1
  135. package/operations/operations.module.d.ts +1 -2
  136. package/operations/operations.module.d.ts.map +1 -1
  137. package/package.json +1 -1
  138. package/services/index.d.ts +13 -2
  139. package/services/index.d.ts.map +1 -1
  140. package/services/service-command-tab/c8y-ngx-components-services-service-command-tab.d.ts.map +1 -0
  141. package/services/service-command-tab/index.d.ts +3 -0
  142. package/services/service-command-tab/index.d.ts.map +1 -0
  143. package/services/service-command-tab/service-command-tab.component.d.ts +12 -0
  144. package/services/service-command-tab/service-command-tab.component.d.ts.map +1 -0
  145. package/services/service-command-tab/service-command.feature.d.ts +3 -0
  146. package/services/service-command-tab/service-command.feature.d.ts.map +1 -0
  147. package/services/services-device-tab/index.d.ts +8 -2
  148. package/services/services-device-tab/index.d.ts.map +1 -1
  149. package/services/services-device-tab/services-device-tab.component.d.ts +2 -2
  150. package/services/services-device-tab/services-device-tab.component.d.ts.map +1 -1
  151. package/services/services-device-tab/services.breadcrumb-factory.d.ts.map +1 -1
  152. package/services/services.module.d.ts.map +1 -1
  153. package/services/shared/c8y-ngx-components-services-shared.d.ts.map +1 -0
  154. package/services/shared/index.d.ts +3 -0
  155. package/services/shared/index.d.ts.map +1 -0
  156. package/services/{services-device-tab → shared}/service-command.service.d.ts +10 -7
  157. package/services/shared/service-command.service.d.ts.map +1 -0
  158. package/services/shared/services.model.d.ts +31 -0
  159. package/services/shared/services.model.d.ts.map +1 -0
  160. package/widgets/implementations/datapoints-table/datapoints-table-config/datapoints-table-config.component.d.ts +3 -5
  161. package/widgets/implementations/datapoints-table/datapoints-table-config/datapoints-table-config.component.d.ts.map +1 -1
  162. package/widgets/implementations/datapoints-table/datapoints-table-view/datapoints-table-view.component.d.ts +7 -2
  163. package/widgets/implementations/datapoints-table/datapoints-table-view/datapoints-table-view.component.d.ts.map +1 -1
  164. package/widgets/implementations/datapoints-table/datapoints-table-view/datapoints-table-view.service.d.ts +7 -27
  165. package/widgets/implementations/datapoints-table/datapoints-table-view/datapoints-table-view.service.d.ts.map +1 -1
  166. package/widgets/implementations/datapoints-table/datapoints-table-widget.model.d.ts +4 -3
  167. package/widgets/implementations/datapoints-table/datapoints-table-widget.model.d.ts.map +1 -1
  168. package/widgets/implementations/datapoints-table/datapoints-table.service.d.ts +5 -5
  169. package/widgets/implementations/datapoints-table/datapoints-table.service.d.ts.map +1 -1
  170. package/core/common/aggregation/aggregation.model.d.ts.map +0 -1
  171. package/core/common/aggregation/aggregation.service.d.ts +0 -17
  172. package/core/common/aggregation/aggregation.service.d.ts.map +0 -1
  173. package/esm2022/core/common/aggregation/aggregation.model.mjs +0 -46
  174. package/esm2022/core/common/aggregation/aggregation.service.mjs +0 -34
  175. package/esm2022/services/services-device-tab/service-command.service.mjs +0 -113
  176. package/esm2022/services/services-device-tab/service-device-tab.model.mjs +0 -2
  177. package/esm2022/widgets/implementations/datapoints-table/datapoints-table-config/datapoints-table-config.service.mjs +0 -124
  178. package/services/services-device-tab/service-command.service.d.ts.map +0 -1
  179. package/services/services-device-tab/service-device-tab.model.d.ts +0 -11
  180. package/services/services-device-tab/service-device-tab.model.d.ts.map +0 -1
  181. package/widgets/implementations/datapoints-table/datapoints-table-config/datapoints-table-config.service.d.ts +0 -56
  182. package/widgets/implementations/datapoints-table/datapoints-table-config/datapoints-table-config.service.d.ts.map +0 -1
  183. /package/core/{common/aggregation → aggregation}/aggregation.model.d.ts +0 -0
package/locales/ko.po CHANGED
@@ -1308,7 +1308,7 @@ msgid "After clicking \"Download\":<br>\n"
1308
1308
  " <li><strong>{{$emailDeliverableCount}}</strong> datapoint(s) exports require further processing. The files will be sent to you via separate emails once completed, which may take some time.</li>\n"
1309
1309
  " <li><strong>{{$nonRetrievableCount}}</strong> datapoint(s) exports exceeded 1,000,000 records, which is the limit for backend processing. To export these data, please reduce the date range. Otherwise, the data will neither be downloaded nor sent via email.</li>\n"
1310
1310
  " </ul>\n"
1311
- " <p>The total number of data points that can be exported is: <strong>{{$totalExportableDatapointsCount}} out of {{$totalDatapointsSelectedForExportCount}}</strong>.\n"
1311
+ " <p>The total number of data points that can be exported is: <strong>{{$totalExportableDatapointsCount}} out of {{$totalDatapointsSelectedForExportCount}}</strong>.</p>\n"
1312
1312
  " <p><strong>Note:</strong> The file name convention of files within zip file is: <code>[source]_[fragment_series].[csv/xls]</code></p>"
1313
1313
  msgstr ""
1314
1314
 
@@ -1589,7 +1589,7 @@ msgid "Altitude (m)"
1589
1589
  msgstr "고도(m)"
1590
1590
 
1591
1591
  msgid "Altitude:"
1592
- msgstr ""
1592
+ msgstr "고도:"
1593
1593
 
1594
1594
  msgid "Always"
1595
1595
  msgstr "항상"
@@ -2951,6 +2951,9 @@ msgstr "하위 디바이스가 할당되었습니다."
2951
2951
  msgid "Children"
2952
2952
  msgstr "하위"
2953
2953
 
2954
+ msgid "Choose export type from available options:"
2955
+ msgstr ""
2956
+
2954
2957
  msgid "Choose how to select a date range, the available options are:\n"
2955
2958
  " <ul class=\"m-l-0 p-l-8 m-t-8 m-b-0\">\n"
2956
2959
  " <!-- Will be re-enabled in MTM-61920 -->\n"
@@ -3010,9 +3013,6 @@ msgid "Choose how to select a date range, the available options are:\n"
3010
3013
  " </ul>"
3011
3014
  msgstr ""
3012
3015
 
3013
- msgid "Choose type of an export to generate, the available options are:"
3014
- msgstr ""
3015
-
3016
3016
  msgid "Circular $refs."
3017
3017
  msgstr "원형 $refs입니다."
3018
3018
 
@@ -3861,7 +3861,7 @@ msgstr "테넌트를 생성할 수 없습니다. 해당 도메인/URL의 테넌
3861
3861
  msgid "Could not create application."
3862
3862
  msgstr "애플리케이션을 생성할 수 없습니다."
3863
3863
 
3864
- msgid "Could not create operaion."
3864
+ msgid "Could not create operation."
3865
3865
  msgstr ""
3866
3866
 
3867
3867
  msgid "Could not create the device in the LoRa platform."
@@ -4228,13 +4228,6 @@ msgstr "에 생성됨"
4228
4228
  msgid "Created to`date`"
4229
4229
  msgstr "까지 생성됨"
4230
4230
 
4231
- msgid "Creates a compressed ZIP file that contains separate data files for each of your\n"
4232
- " selected points"
4233
- msgstr ""
4234
-
4235
- msgid "Creates a single merged file containing all the data"
4236
- msgstr ""
4237
-
4238
4231
  msgid "Creates alarm when measurements are missing"
4239
4232
  msgstr "측정값이 누락된 경우 알람 생성"
4240
4233
 
@@ -5984,6 +5977,9 @@ msgstr "이메일 주소"
5984
5977
  msgid "Email addresses"
5985
5978
  msgstr "이메일 주소"
5986
5979
 
5980
+ msgid "Email delivery if exceeds 50,000 records"
5981
+ msgstr ""
5982
+
5987
5983
  msgid "Email server"
5988
5984
  msgstr "이메일 서버"
5989
5985
 
@@ -6680,7 +6676,7 @@ msgstr "채우기"
6680
6676
  msgid "Filter"
6681
6677
  msgstr "필터"
6682
6678
 
6683
- msgid "Filter by Alarm types"
6679
+ msgid "Filter by alarm types"
6684
6680
  msgstr ""
6685
6681
 
6686
6682
  msgid "Filter by configuration type"
@@ -6922,7 +6918,11 @@ msgid "Find out more in the\n"
6922
6918
  " user documentation\n"
6923
6919
  " </a>\n"
6924
6920
  " ."
6925
- msgstr ""
6921
+ msgstr "\n"
6922
+ " <a c8y-guide-href=\"/docs/cockpit/widgets-collection/#data-point-table\">\n"
6923
+ " 사용자 문서\n"
6924
+ " </a>에서\n"
6925
+ " 자세히 알아보십시오."
6926
6926
 
6927
6927
  msgid "Find out more in the\n"
6928
6928
  " <a c8y-guide-href=\"/docs/concepts/applications\">user documentation</a>\n"
@@ -8137,9 +8137,6 @@ msgstr "true로 설정되면 실제 펌웨어 업데이트 LWM2M 에이전트가
8137
8137
  msgid "If the configuration is enabled, the firmware update operation will fail if the update result (resource 5) is not as expected based on the LWM2M firmware state machine."
8138
8138
  msgstr ""
8139
8139
 
8140
- msgid "If the export exceeds 50,000 records, the data will be sent via email"
8141
- msgstr ""
8142
-
8143
8140
  msgid "If the filter is set, the firmware will show up for installation only for devices of that type. If no filter is set, it will be available for all devices."
8144
8141
  msgstr "필터를 설정하면 해당 유형의 디바이스 설치에만 펌웨어가 표시됩니다. 필터를 설정하지 않으면 모든 디바이스에서 펌웨어가 표시됩니다."
8145
8142
 
@@ -10474,6 +10471,9 @@ msgstr "표시할 플러그인이 없습니다."
10474
10471
  msgid "No position fragment in selected devices"
10475
10472
  msgstr "선택한 디바이스에 위치 조각 없음"
10476
10473
 
10474
+ msgid "No preview available"
10475
+ msgstr "미리 보기 불가"
10476
+
10477
10477
  msgid "No preview available for log files with MIME type other than <code>text/*</code>."
10478
10478
  msgstr "<code>text/*</code> 외 MIME 유형의 로그 파일을 미리 볼 수 없습니다."
10479
10479
 
@@ -11230,6 +11230,9 @@ msgstr "옵션이 삭제되었습니다."
11230
11230
  msgid "Option management"
11231
11231
  msgstr "옵션 관리"
11232
11232
 
11233
+ msgid "Optional data aggregation supported"
11234
+ msgstr ""
11235
+
11233
11236
  msgid "Optionally you can add a custom alarm."
11234
11237
  msgstr "또는 사용자 지정 알람을 추가할 수 있습니다."
11235
11238
 
@@ -11795,6 +11798,9 @@ msgstr "\n"
11795
11798
  msgid "Preview"
11796
11799
  msgstr "미리 보기"
11797
11800
 
11801
+ msgid "Preview available"
11802
+ msgstr ""
11803
+
11798
11804
  msgid "Preview banner"
11799
11805
  msgstr "미리 보기 배너"
11800
11806
 
@@ -11807,12 +11813,6 @@ msgstr "구성 미리 보기"
11807
11813
  msgid "Preview file"
11808
11814
  msgstr "파일 미리 보기"
11809
11815
 
11810
- msgid "Preview is available"
11811
- msgstr ""
11812
-
11813
- msgid "Preview is not available"
11814
- msgstr ""
11815
-
11816
11816
  msgid "Preview not available"
11817
11817
  msgstr "미리 보기 불가"
11818
11818
 
@@ -12086,6 +12086,9 @@ msgstr "REST API 기본 필드"
12086
12086
  msgid "REST API custom fields"
12087
12087
  msgstr "REST API 사용자 지정 필드"
12088
12088
 
12089
+ msgid "RESTART`verb, action` {{service}}"
12090
+ msgstr ""
12091
+
12089
12092
  msgid "RETIRED"
12090
12093
  msgstr "폐기됨"
12091
12094
 
@@ -12983,6 +12986,12 @@ msgstr "SSO 로그인에 실패했습니다. 관리자에게 문의하십시오.
12983
12986
  msgid "SS`SECONDS`"
12984
12987
  msgstr "초"
12985
12988
 
12989
+ msgid "START`verb, action` {{service}}"
12990
+ msgstr ""
12991
+
12992
+ msgid "STOP`verb, action` {{service}}"
12993
+ msgstr ""
12994
+
12986
12995
  msgid "STRING"
12987
12996
  msgstr "문자열"
12988
12997
 
@@ -13790,6 +13799,9 @@ msgstr "작업을 전송하여 WAN 설정을 적용했습니다."
13790
13799
  msgid "Sent to"
13791
13800
  msgstr "전송 대상"
13792
13801
 
13802
+ msgid "Separate files for each data point in ZIP format"
13803
+ msgstr ""
13804
+
13793
13805
  msgid "Separator color"
13794
13806
  msgstr "구분자 색상"
13795
13807
 
@@ -14586,6 +14598,9 @@ msgstr "단일"
14586
14598
  msgid "Single location"
14587
14599
  msgstr "단일 위치"
14588
14600
 
14601
+ msgid "Single merged file for all data"
14602
+ msgstr ""
14603
+
14589
14604
  msgid "Single operation details"
14590
14605
  msgstr "단일 작업 상세 정보"
14591
14606
 
@@ -14725,7 +14740,7 @@ msgid "Smartbox Commands"
14725
14740
  msgstr "스마트박스 명령"
14726
14741
 
14727
14742
  msgid "Smartphone registered"
14728
- msgstr ""
14743
+ msgstr "스마트폰이 등록되었습니다"
14729
14744
 
14730
14745
  msgid "Smartphone sensors"
14731
14746
  msgstr "스마트폰 센서"
@@ -14913,6 +14928,9 @@ msgstr "다음 이후 단계"
14913
14928
  msgid "Step before"
14914
14929
  msgstr "다음 이전 단계"
14915
14930
 
14931
+ msgid "Stop"
14932
+ msgstr ""
14933
+
14916
14934
  msgid "Stop Process"
14917
14935
  msgstr "프로세스 정지"
14918
14936
 
@@ -15138,9 +15156,6 @@ msgstr ""
15138
15156
  msgid "Supported operations"
15139
15157
  msgstr "지원되는 작업"
15140
15158
 
15141
- msgid "Supports data aggregation (optional)"
15142
- msgstr ""
15143
-
15144
15159
  msgid "Supports markdown. Use {{ headerMark }} for headers, {{ listMark }} for lists, {{ boldMark }} for bold, {{ italicMark }} for italic, and {{ linkMark }} for links."
15145
15160
  msgstr "Markdown을 지원합니다. 머리글에 {{ headerMark }}, 목록에 {{ listMark }}, 굵은 글꼴에 {{ boldMark }}, 기울임꼴에 {{ italicMark }}, 링크에 {{ linkMark }}를 사용하십시오."
15146
15161
 
@@ -16098,8 +16113,7 @@ msgstr "임계치 초과"
16098
16113
  msgid "Thresholds exceeded"
16099
16114
  msgstr "임계치 초과"
16100
16115
 
16101
- msgid "Thе smart group will be created based on the filters currently applied in the device list.\n"
16102
- " <br>"
16116
+ msgid "Thе smart group will be created based on the filters currently applied in the device list."
16103
16117
  msgstr ""
16104
16118
 
16105
16119
  msgid "Time"
@@ -16640,13 +16654,13 @@ msgstr "지원되지 않는 추적기 모델 \"{{ tracker.device.c8y_Hardware.mo
16640
16654
  msgid "Up"
16641
16655
  msgstr "위"
16642
16656
 
16643
- msgid "Up to 1,000,000 records per data point, or up to the data retention limit"
16657
+ msgid "Up to 1,000,000 records per data point or data retention limit"
16644
16658
  msgstr ""
16645
16659
 
16646
16660
  msgid "Up to 120 characters allowed."
16647
16661
  msgstr "최대 120자까지 허용됩니다."
16648
16662
 
16649
- msgid "Up to 5,000 records per data point, or up to the data retention limit"
16663
+ msgid "Up to 5,000 records per data point or data retention limit"
16650
16664
  msgstr ""
16651
16665
 
16652
16666
  msgid "Up to 6 archives can be saved in the platform. If you upload a new archive, the oldest archive that is not active will be deleted. Do you want to proceed?"
@@ -18216,7 +18230,7 @@ msgid "children of current device or group, you can access their properties e.g.
18216
18230
  msgstr "현재 디바이스 또는 그룹의 하위, 속성에 액세스할 수 있음(예."
18217
18231
 
18218
18232
  msgid "close"
18219
- msgstr ""
18233
+ msgstr "닫기"
18220
18234
 
18221
18235
  msgid "coaps://<LWM2M-server-domain>:<coaps-port>"
18222
18236
  msgstr "coaps://<LWM2M-server-domain>:<coaps-port>"
@@ -18962,7 +18976,7 @@ msgid "roles {{list}} removed"
18962
18976
  msgstr "{{list}} 역할 제거됨"
18963
18977
 
18964
18978
  msgid "search"
18965
- msgstr ""
18979
+ msgstr "검색"
18966
18980
 
18967
18981
  msgid "searching \"{{ searchHint }}\""
18968
18982
  msgstr "\"{{ searchHint }}\" 검색 중"
@@ -19112,6 +19126,9 @@ msgstr ""
19112
19126
  msgid "yellow"
19113
19127
  msgstr "노란색"
19114
19128
 
19129
+ msgid "{{ action.text }}"
19130
+ msgstr ""
19131
+
19115
19132
  msgid "{{ appName | translate }} (public)"
19116
19133
  msgstr "{{ appName | translate }} (공개)"
19117
19134
 
@@ -1287,7 +1287,7 @@ msgid ""
1287
1287
  " <li><strong>{{$emailDeliverableCount}}</strong> datapoint(s) exports require further processing. The files will be sent to you via separate emails once completed, which may take some time.</li>\n"
1288
1288
  " <li><strong>{{$nonRetrievableCount}}</strong> datapoint(s) exports exceeded 1,000,000 records, which is the limit for backend processing. To export these data, please reduce the date range. Otherwise, the data will neither be downloaded nor sent via email.</li>\n"
1289
1289
  " </ul>\n"
1290
- " <p>The total number of data points that can be exported is: <strong>{{$totalExportableDatapointsCount}} out of {{$totalDatapointsSelectedForExportCount}}</strong>.\n"
1290
+ " <p>The total number of data points that can be exported is: <strong>{{$totalExportableDatapointsCount}} out of {{$totalDatapointsSelectedForExportCount}}</strong>.</p>\n"
1291
1291
  " <p><strong>Note:</strong> The file name convention of files within zip file is: <code>[source]_[fragment_series].[csv/xls]</code></p>"
1292
1292
  msgstr ""
1293
1293
 
@@ -2922,6 +2922,9 @@ msgstr ""
2922
2922
  msgid "Children"
2923
2923
  msgstr ""
2924
2924
 
2925
+ msgid "Choose export type from available options:"
2926
+ msgstr ""
2927
+
2925
2928
  msgid ""
2926
2929
  "Choose how to select a date range, the available options are:\n"
2927
2930
  " <ul class=\"m-l-0 p-l-8 m-t-8 m-b-0\">\n"
@@ -2976,9 +2979,6 @@ msgid ""
2976
2979
  " </ul>"
2977
2980
  msgstr ""
2978
2981
 
2979
- msgid "Choose type of an export to generate, the available options are:"
2980
- msgstr ""
2981
-
2982
2982
  msgid "Circular $refs."
2983
2983
  msgstr ""
2984
2984
 
@@ -3825,7 +3825,7 @@ msgstr ""
3825
3825
  msgid "Could not create application."
3826
3826
  msgstr ""
3827
3827
 
3828
- msgid "Could not create operaion."
3828
+ msgid "Could not create operation."
3829
3829
  msgstr ""
3830
3830
 
3831
3831
  msgid "Could not create the device in the LoRa platform."
@@ -4193,14 +4193,6 @@ msgstr ""
4193
4193
  msgid "Created to`date`"
4194
4194
  msgstr ""
4195
4195
 
4196
- msgid ""
4197
- "Creates a compressed ZIP file that contains separate data files for each of your\n"
4198
- " selected points"
4199
- msgstr ""
4200
-
4201
- msgid "Creates a single merged file containing all the data"
4202
- msgstr ""
4203
-
4204
4196
  msgid "Creates alarm when measurements are missing"
4205
4197
  msgstr ""
4206
4198
 
@@ -5946,6 +5938,9 @@ msgstr ""
5946
5938
  msgid "Email addresses"
5947
5939
  msgstr ""
5948
5940
 
5941
+ msgid "Email delivery if exceeds 50,000 records"
5942
+ msgstr ""
5943
+
5949
5944
  msgid "Email server"
5950
5945
  msgstr ""
5951
5946
 
@@ -6641,7 +6636,7 @@ msgstr ""
6641
6636
  msgid "Filter"
6642
6637
  msgstr ""
6643
6638
 
6644
- msgid "Filter by Alarm types"
6639
+ msgid "Filter by alarm types"
6645
6640
  msgstr ""
6646
6641
 
6647
6642
  msgid "Filter by configuration type"
@@ -8048,9 +8043,6 @@ msgstr ""
8048
8043
  msgid "If the configuration is enabled, the firmware update operation will fail if the update result (resource 5) is not as expected based on the LWM2M firmware state machine."
8049
8044
  msgstr ""
8050
8045
 
8051
- msgid "If the export exceeds 50,000 records, the data will be sent via email"
8052
- msgstr ""
8053
-
8054
8046
  msgid "If the filter is set, the firmware will show up for installation only for devices of that type. If no filter is set, it will be available for all devices."
8055
8047
  msgstr ""
8056
8048
 
@@ -10388,6 +10380,9 @@ msgstr ""
10388
10380
  msgid "No position fragment in selected devices"
10389
10381
  msgstr ""
10390
10382
 
10383
+ msgid "No preview available"
10384
+ msgstr ""
10385
+
10391
10386
  msgid "No preview available for log files with MIME type other than <code>text/*</code>."
10392
10387
  msgstr ""
10393
10388
 
@@ -11141,6 +11136,9 @@ msgstr ""
11141
11136
  msgid "Option management"
11142
11137
  msgstr ""
11143
11138
 
11139
+ msgid "Optional data aggregation supported"
11140
+ msgstr ""
11141
+
11144
11142
  msgid "Optionally you can add a custom alarm."
11145
11143
  msgstr ""
11146
11144
 
@@ -11696,6 +11694,9 @@ msgstr ""
11696
11694
  msgid "Preview"
11697
11695
  msgstr ""
11698
11696
 
11697
+ msgid "Preview available"
11698
+ msgstr ""
11699
+
11699
11700
  msgid "Preview banner"
11700
11701
  msgstr ""
11701
11702
 
@@ -11708,12 +11709,6 @@ msgstr ""
11708
11709
  msgid "Preview file"
11709
11710
  msgstr ""
11710
11711
 
11711
- msgid "Preview is available"
11712
- msgstr ""
11713
-
11714
- msgid "Preview is not available"
11715
- msgstr ""
11716
-
11717
11712
  msgid "Preview not available"
11718
11713
  msgstr ""
11719
11714
 
@@ -11987,6 +11982,9 @@ msgstr ""
11987
11982
  msgid "REST API custom fields"
11988
11983
  msgstr ""
11989
11984
 
11985
+ msgid "RESTART`verb, action` {{service}}"
11986
+ msgstr ""
11987
+
11990
11988
  msgid "RETIRED"
11991
11989
  msgstr ""
11992
11990
 
@@ -12884,6 +12882,12 @@ msgstr ""
12884
12882
  msgid "SS`SECONDS`"
12885
12883
  msgstr ""
12886
12884
 
12885
+ msgid "START`verb, action` {{service}}"
12886
+ msgstr ""
12887
+
12888
+ msgid "STOP`verb, action` {{service}}"
12889
+ msgstr ""
12890
+
12887
12891
  msgid "STRING"
12888
12892
  msgstr ""
12889
12893
 
@@ -13690,6 +13694,9 @@ msgstr ""
13690
13694
  msgid "Sent to"
13691
13695
  msgstr ""
13692
13696
 
13697
+ msgid "Separate files for each data point in ZIP format"
13698
+ msgstr ""
13699
+
13693
13700
  msgid "Separator color"
13694
13701
  msgstr ""
13695
13702
 
@@ -14487,6 +14494,9 @@ msgstr ""
14487
14494
  msgid "Single location"
14488
14495
  msgstr ""
14489
14496
 
14497
+ msgid "Single merged file for all data"
14498
+ msgstr ""
14499
+
14490
14500
  msgid "Single operation details"
14491
14501
  msgstr ""
14492
14502
 
@@ -14814,6 +14824,9 @@ msgstr ""
14814
14824
  msgid "Step before"
14815
14825
  msgstr ""
14816
14826
 
14827
+ msgid "Stop"
14828
+ msgstr ""
14829
+
14817
14830
  msgid "Stop Process"
14818
14831
  msgstr ""
14819
14832
 
@@ -15039,9 +15052,6 @@ msgstr ""
15039
15052
  msgid "Supported operations"
15040
15053
  msgstr ""
15041
15054
 
15042
- msgid "Supports data aggregation (optional)"
15043
- msgstr ""
15044
-
15045
15055
  msgid "Supports markdown. Use {{ headerMark }} for headers, {{ listMark }} for lists, {{ boldMark }} for bold, {{ italicMark }} for italic, and {{ linkMark }} for links."
15046
15056
  msgstr ""
15047
15057
 
@@ -15992,9 +16002,7 @@ msgstr ""
15992
16002
  msgid "Thresholds exceeded"
15993
16003
  msgstr ""
15994
16004
 
15995
- msgid ""
15996
- "Thе smart group will be created based on the filters currently applied in the device list.\n"
15997
- " <br>"
16005
+ msgid "Thе smart group will be created based on the filters currently applied in the device list."
15998
16006
  msgstr ""
15999
16007
 
16000
16008
  msgid "Time"
@@ -16534,13 +16542,13 @@ msgstr ""
16534
16542
  msgid "Up"
16535
16543
  msgstr ""
16536
16544
 
16537
- msgid "Up to 1,000,000 records per data point, or up to the data retention limit"
16545
+ msgid "Up to 1,000,000 records per data point or data retention limit"
16538
16546
  msgstr ""
16539
16547
 
16540
16548
  msgid "Up to 120 characters allowed."
16541
16549
  msgstr ""
16542
16550
 
16543
- msgid "Up to 5,000 records per data point, or up to the data retention limit"
16551
+ msgid "Up to 5,000 records per data point or data retention limit"
16544
16552
  msgstr ""
16545
16553
 
16546
16554
  msgid "Up to 6 archives can be saved in the platform. If you upload a new archive, the oldest archive that is not active will be deleted. Do you want to proceed?"
@@ -19004,6 +19012,9 @@ msgstr ""
19004
19012
  msgid "yellow"
19005
19013
  msgstr ""
19006
19014
 
19015
+ msgid "{{ action.text }}"
19016
+ msgstr ""
19017
+
19007
19018
  msgid "{{ appName | translate }} (public)"
19008
19019
  msgstr ""
19009
19020