@inspark/inspark-components 19.0.51 → 19.0.52

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 (500) hide show
  1. package/full/bms.css +3 -0
  2. package/full/bms.js +1 -0
  3. package/full/components/autocomplete/autocomplete.component.d.ts +63 -0
  4. package/full/components/autocomplete/autocomplete.component.d.ts.map +1 -0
  5. package/full/components/autocomplete/autocomplete.module.d.ts +10 -0
  6. package/full/components/autocomplete/autocomplete.module.d.ts.map +1 -0
  7. package/full/components/breadcrumb/breadcrumb.component.d.ts +11 -0
  8. package/full/components/breadcrumb/breadcrumb.component.d.ts.map +1 -0
  9. package/full/components/breadcrumb/breadcrumb.module.d.ts +9 -0
  10. package/full/components/breadcrumb/breadcrumb.module.d.ts.map +1 -0
  11. package/full/components/button/button.component.d.ts +63 -0
  12. package/full/components/button/button.component.d.ts.map +1 -0
  13. package/full/components/button/button.module.d.ts +12 -0
  14. package/full/components/button/button.module.d.ts.map +1 -0
  15. package/full/components/checkbox/checkbox.component.d.ts +40 -0
  16. package/full/components/checkbox/checkbox.component.d.ts.map +1 -0
  17. package/full/components/checkbox/checkbox.module.d.ts +10 -0
  18. package/full/components/checkbox/checkbox.module.d.ts.map +1 -0
  19. package/full/components/communication.service.d.ts +10 -0
  20. package/full/components/communication.service.d.ts.map +1 -0
  21. package/full/components/component-container/component-container.component.d.ts +9 -0
  22. package/full/components/component-container/component-container.component.d.ts.map +1 -0
  23. package/full/components/component-container/component-container.module.d.ts +9 -0
  24. package/full/components/component-container/component-container.module.d.ts.map +1 -0
  25. package/full/components/content-toggle/content-toggle.component.d.ts +18 -0
  26. package/full/components/content-toggle/content-toggle.component.d.ts.map +1 -0
  27. package/full/components/dropdown/dropdown.component.d.ts +53 -0
  28. package/full/components/dropdown/dropdown.component.d.ts.map +1 -0
  29. package/full/components/dropdown/dropdown.module.d.ts +10 -0
  30. package/full/components/dropdown/dropdown.module.d.ts.map +1 -0
  31. package/full/components/empty/empty.component.d.ts +6 -0
  32. package/full/components/empty/empty.component.d.ts.map +1 -0
  33. package/full/components/file/file.component.d.ts +18 -0
  34. package/full/components/file/file.component.d.ts.map +1 -0
  35. package/full/components/file/file.module.d.ts +9 -0
  36. package/full/components/file/file.module.d.ts.map +1 -0
  37. package/full/components/header/header.component.d.ts +13 -0
  38. package/full/components/header/header.component.d.ts.map +1 -0
  39. package/full/components/inline-message/inline-message.component.d.ts +8 -0
  40. package/full/components/inline-message/inline-message.component.d.ts.map +1 -0
  41. package/full/components/input-group/input-group.component.d.ts +59 -0
  42. package/full/components/input-group/input-group.component.d.ts.map +1 -0
  43. package/full/components/input-text/input-text.component.d.ts +56 -0
  44. package/full/components/input-text/input-text.component.d.ts.map +1 -0
  45. package/full/components/input-text/input-text.module.d.ts +10 -0
  46. package/full/components/input-text/input-text.module.d.ts.map +1 -0
  47. package/full/components/inspark.module.d.ts +48 -0
  48. package/full/components/inspark.module.d.ts.map +1 -0
  49. package/full/components/inspark.shared.d.ts +12 -0
  50. package/full/components/inspark.shared.d.ts.map +1 -0
  51. package/full/components/legacy/legacy-components.module.d.ts +12 -0
  52. package/full/components/legacy/legacy-components.module.d.ts.map +1 -0
  53. package/full/components/legacy/legacy-ui.module.d.ts +13 -0
  54. package/full/components/legacy/legacy-ui.module.d.ts.map +1 -0
  55. package/full/components/link/link.component.d.ts +48 -0
  56. package/full/components/link/link.component.d.ts.map +1 -0
  57. package/full/components/link/link.module.d.ts +11 -0
  58. package/full/components/link/link.module.d.ts.map +1 -0
  59. package/full/components/modal-input-text/modal-input-text.component.d.ts +36 -0
  60. package/full/components/modal-input-text/modal-input-text.component.d.ts.map +1 -0
  61. package/full/components/object-tree/object-tree.component.d.ts +9 -0
  62. package/full/components/object-tree/object-tree.component.d.ts.map +1 -0
  63. package/full/components/panel/panel.component.d.ts +6 -0
  64. package/full/components/panel/panel.component.d.ts.map +1 -0
  65. package/full/components/pie/pie.component.d.ts +20 -0
  66. package/full/components/pie/pie.component.d.ts.map +1 -0
  67. package/full/components/pie/pie.service.d.ts +20 -0
  68. package/full/components/pie/pie.service.d.ts.map +1 -0
  69. package/full/components/preloader/preloader.component.d.ts +14 -0
  70. package/full/components/preloader/preloader.component.d.ts.map +1 -0
  71. package/full/components/preloader/preloader.module.d.ts +9 -0
  72. package/full/components/preloader/preloader.module.d.ts.map +1 -0
  73. package/full/components/radiobutton/radiobutton.component.d.ts +24 -0
  74. package/full/components/radiobutton/radiobutton.component.d.ts.map +1 -0
  75. package/full/components/select-button/select-button.component.d.ts +50 -0
  76. package/full/components/select-button/select-button.component.d.ts.map +1 -0
  77. package/full/components/select-button/select-button.module.d.ts +9 -0
  78. package/full/components/select-button/select-button.module.d.ts.map +1 -0
  79. package/full/components/select-list/select-list.component.d.ts +29 -0
  80. package/full/components/select-list/select-list.component.d.ts.map +1 -0
  81. package/full/components/shared/shared-components.module.d.ts +11 -0
  82. package/full/components/shared/shared-components.module.d.ts.map +1 -0
  83. package/full/components/shared/shared-ui.module.d.ts +12 -0
  84. package/full/components/shared/shared-ui.module.d.ts.map +1 -0
  85. package/full/components/status-circle/status-circle.component.d.ts +15 -0
  86. package/full/components/status-circle/status-circle.component.d.ts.map +1 -0
  87. package/full/components/sticky/sticky.component.d.ts +24 -0
  88. package/full/components/sticky/sticky.component.d.ts.map +1 -0
  89. package/full/components/sticky/sticky.module.d.ts +9 -0
  90. package/full/components/sticky/sticky.module.d.ts.map +1 -0
  91. package/full/components/svg/svg.component.d.ts +12 -0
  92. package/full/components/svg/svg.component.d.ts.map +1 -0
  93. package/full/components/svg/svg.module.d.ts +10 -0
  94. package/full/components/svg/svg.module.d.ts.map +1 -0
  95. package/full/components/switcher/switcher.component.d.ts +49 -0
  96. package/full/components/switcher/switcher.component.d.ts.map +1 -0
  97. package/full/components/table/table-click-outside.directive.d.ts +11 -0
  98. package/full/components/table/table-click-outside.directive.d.ts.map +1 -0
  99. package/full/components/table/table-columns-multiselect/table-columns-multiselect.component.d.ts +21 -0
  100. package/full/components/table/table-columns-multiselect/table-columns-multiselect.component.d.ts.map +1 -0
  101. package/full/components/table/table-menu-overlay/table-menu-overlay.component.d.ts +12 -0
  102. package/full/components/table/table-menu-overlay/table-menu-overlay.component.d.ts.map +1 -0
  103. package/full/components/table/table.component.d.ts +151 -0
  104. package/full/components/table/table.component.d.ts.map +1 -0
  105. package/full/components/textarea/textarea.component.d.ts +36 -0
  106. package/full/components/textarea/textarea.component.d.ts.map +1 -0
  107. package/full/components/textarea/textarea.module.d.ts +10 -0
  108. package/full/components/textarea/textarea.module.d.ts.map +1 -0
  109. package/full/components/toolbar/toolbar.component.d.ts +18 -0
  110. package/full/components/toolbar/toolbar.component.d.ts.map +1 -0
  111. package/full/components/toolbar/toolbar.module.d.ts +9 -0
  112. package/full/components/toolbar/toolbar.module.d.ts.map +1 -0
  113. package/full/components/tooltip/tooltip.component.d.ts +9 -0
  114. package/full/components/tooltip/tooltip.component.d.ts.map +1 -0
  115. package/full/components/tree-table/tree-table.component.d.ts +99 -0
  116. package/full/components/tree-table/tree-table.component.d.ts.map +1 -0
  117. package/full/fesm2022/inspark-inspark-components.mjs +6705 -0
  118. package/full/fesm2022/inspark-inspark-components.mjs.map +1 -0
  119. package/full/index.css +6 -0
  120. package/full/index.d.ts +6 -0
  121. package/full/index.js +1 -0
  122. package/full/inspark-inspark-components.d.ts.map +1 -0
  123. package/full/interface.d.ts +68 -0
  124. package/full/interface.d.ts.map +1 -0
  125. package/full/pipes/pipes.module.d.ts +11 -0
  126. package/full/pipes/pipes.module.d.ts.map +1 -0
  127. package/full/pipes/propertyValue.pipe.d.ts +8 -0
  128. package/full/pipes/propertyValue.pipe.d.ts.map +1 -0
  129. package/full/pipes/safeUrl.pipe.d.ts +24 -0
  130. package/full/pipes/safeUrl.pipe.d.ts.map +1 -0
  131. package/full/pipes/sort-by.pipe.d.ts +8 -0
  132. package/full/pipes/sort-by.pipe.d.ts.map +1 -0
  133. package/full/pipes/time.pipe.d.ts +35 -0
  134. package/full/pipes/time.pipe.d.ts.map +1 -0
  135. package/full/public_api.d.ts +74 -0
  136. package/full/public_api.d.ts.map +1 -0
  137. package/full/services/inspark-dialog.service.d.ts +12 -0
  138. package/full/services/inspark-dialog.service.d.ts.map +1 -0
  139. package/full/services/inspark-message.service.d.ts +22 -0
  140. package/full/services/inspark-message.service.d.ts.map +1 -0
  141. package/full/utils/gettextMarker.function.d.ts +2 -0
  142. package/full/utils/gettextMarker.function.d.ts.map +1 -0
  143. package/full/utils/hybrid/prime-table/row-state.enum.d.ts +8 -0
  144. package/full/utils/hybrid/prime-table/row-state.enum.d.ts.map +1 -0
  145. package/full/utils/hybrid/prime-table/table-row-data.model.d.ts +7 -0
  146. package/full/utils/hybrid/prime-table/table-row-data.model.d.ts.map +1 -0
  147. package/interface/fesm2022/inspark-inspark-components.mjs +8 -0
  148. package/interface/fesm2022/inspark-inspark-components.mjs.map +1 -0
  149. package/interface/index.d.ts +6 -0
  150. package/interface/inspark-inspark-components.d.ts.map +1 -0
  151. package/interface/interface.d.ts +68 -0
  152. package/interface/interface.d.ts.map +1 -0
  153. package/interface/public_api.d.ts +2 -0
  154. package/interface/public_api.d.ts.map +1 -0
  155. package/package.json +1 -17
  156. package/copy.json +0 -8
  157. package/karma.conf.js +0 -31
  158. package/ng-package.json +0 -7
  159. package/src/assets/i18n/en_US.json +0 -1631
  160. package/src/assets/i18n/ru.json +0 -1673
  161. package/src/bms-css.js +0 -3
  162. package/src/components/autocomplete/autocomplete.component.html +0 -68
  163. package/src/components/autocomplete/autocomplete.component.scss +0 -3
  164. package/src/components/autocomplete/autocomplete.component.ts +0 -209
  165. package/src/components/autocomplete/autocomplete.module.ts +0 -21
  166. package/src/components/breadcrumb/breadcrumb.component.html +0 -13
  167. package/src/components/breadcrumb/breadcrumb.component.scss +0 -0
  168. package/src/components/breadcrumb/breadcrumb.component.ts +0 -20
  169. package/src/components/breadcrumb/breadcrumb.module.ts +0 -18
  170. package/src/components/button/button.component.html +0 -155
  171. package/src/components/button/button.component.scss +0 -284
  172. package/src/components/button/button.component.ts +0 -134
  173. package/src/components/button/button.module.ts +0 -22
  174. package/src/components/checkbox/checkbox.component.html +0 -12
  175. package/src/components/checkbox/checkbox.component.scss +0 -30
  176. package/src/components/checkbox/checkbox.component.ts +0 -77
  177. package/src/components/checkbox/checkbox.module.ts +0 -18
  178. package/src/components/communication.service.ts +0 -22
  179. package/src/components/component-container/component-container.component.html +0 -3
  180. package/src/components/component-container/component-container.component.scss +0 -13
  181. package/src/components/component-container/component-container.component.ts +0 -17
  182. package/src/components/component-container/component-container.module.ts +0 -17
  183. package/src/components/content-toggle/content-toggle.component.html +0 -19
  184. package/src/components/content-toggle/content-toggle.component.scss +0 -58
  185. package/src/components/content-toggle/content-toggle.component.ts +0 -42
  186. package/src/components/dropdown/dropdown.component.css +0 -4
  187. package/src/components/dropdown/dropdown.component.html +0 -43
  188. package/src/components/dropdown/dropdown.component.ts +0 -167
  189. package/src/components/dropdown/dropdown.interface.ts +0 -25
  190. package/src/components/dropdown/dropdown.module.ts +0 -21
  191. package/src/components/empty/empty.component.html +0 -3
  192. package/src/components/empty/empty.component.scss +0 -4
  193. package/src/components/empty/empty.component.ts +0 -16
  194. package/src/components/file/file.component.css +0 -3
  195. package/src/components/file/file.component.html +0 -10
  196. package/src/components/file/file.component.ts +0 -41
  197. package/src/components/file/file.module.ts +0 -18
  198. package/src/components/header/header.component.html +0 -26
  199. package/src/components/header/header.component.scss +0 -64
  200. package/src/components/header/header.component.ts +0 -25
  201. package/src/components/inline-message/inline-message.component.html +0 -4
  202. package/src/components/inline-message/inline-message.component.scss +0 -13
  203. package/src/components/inline-message/inline-message.component.ts +0 -16
  204. package/src/components/input-group/input-group.component.html +0 -74
  205. package/src/components/input-group/input-group.component.scss +0 -1
  206. package/src/components/input-group/input-group.component.ts +0 -134
  207. package/src/components/input-text/input-text.component.html +0 -45
  208. package/src/components/input-text/input-text.component.scss +0 -69
  209. package/src/components/input-text/input-text.component.ts +0 -100
  210. package/src/components/input-text/input-text.module.ts +0 -19
  211. package/src/components/inspark.module.ts +0 -132
  212. package/src/components/inspark.scss +0 -28
  213. package/src/components/inspark.shared.ts +0 -20
  214. package/src/components/legacy/legacy-components.module.ts +0 -26
  215. package/src/components/legacy/legacy-ui.module.ts +0 -28
  216. package/src/components/link/link.component.html +0 -75
  217. package/src/components/link/link.component.scss +0 -95
  218. package/src/components/link/link.component.ts +0 -108
  219. package/src/components/link/link.module.ts +0 -23
  220. package/src/components/modal-input-text/modal-input-text.component.html +0 -46
  221. package/src/components/modal-input-text/modal-input-text.component.scss +0 -36
  222. package/src/components/modal-input-text/modal-input-text.component.ts +0 -100
  223. package/src/components/object-tree/object-tree.component.html +0 -1
  224. package/src/components/object-tree/object-tree.component.scss +0 -0
  225. package/src/components/object-tree/object-tree.component.ts +0 -17
  226. package/src/components/panel/panel.component.html +0 -3
  227. package/src/components/panel/panel.component.scss +0 -3
  228. package/src/components/panel/panel.component.ts +0 -13
  229. package/src/components/pie/pie.component.html +0 -17
  230. package/src/components/pie/pie.component.scss +0 -17
  231. package/src/components/pie/pie.component.ts +0 -66
  232. package/src/components/pie/pie.service.ts +0 -67
  233. package/src/components/preloader/preloader.component.html +0 -17
  234. package/src/components/preloader/preloader.component.scss +0 -144
  235. package/src/components/preloader/preloader.component.ts +0 -25
  236. package/src/components/preloader/preloader.module.ts +0 -16
  237. package/src/components/primeng.module.ts +0 -28
  238. package/src/components/radiobutton/radiobutton.component.html +0 -24
  239. package/src/components/radiobutton/radiobutton.component.scss +0 -9
  240. package/src/components/radiobutton/radiobutton.component.ts +0 -47
  241. package/src/components/select-button/select-button.component.html +0 -23
  242. package/src/components/select-button/select-button.component.scss +0 -28
  243. package/src/components/select-button/select-button.component.ts +0 -190
  244. package/src/components/select-button/select-button.module.ts +0 -18
  245. package/src/components/select-list/select-list.component.html +0 -27
  246. package/src/components/select-list/select-list.component.scss +0 -36
  247. package/src/components/select-list/select-list.component.ts +0 -65
  248. package/src/components/shared/shared-components.module.ts +0 -24
  249. package/src/components/shared/shared-ui.module.ts +0 -23
  250. package/src/components/status-circle/status-circle.component.html +0 -10
  251. package/src/components/status-circle/status-circle.component.scss +0 -115
  252. package/src/components/status-circle/status-circle.component.ts +0 -24
  253. package/src/components/sticky/sticky.component.html +0 -9
  254. package/src/components/sticky/sticky.component.scss +0 -17
  255. package/src/components/sticky/sticky.component.ts +0 -60
  256. package/src/components/sticky/sticky.module.ts +0 -18
  257. package/src/components/svg/svg.component.html +0 -3
  258. package/src/components/svg/svg.component.scss +0 -14
  259. package/src/components/svg/svg.component.ts +0 -18
  260. package/src/components/svg/svg.module.ts +0 -18
  261. package/src/components/switcher/switcher.component.html +0 -23
  262. package/src/components/switcher/switcher.component.scss +0 -30
  263. package/src/components/switcher/switcher.component.ts +0 -104
  264. package/src/components/table/table-click-outside.directive.ts +0 -24
  265. package/src/components/table/table-columns-multiselect/table-columns-multiselect.component.html +0 -26
  266. package/src/components/table/table-columns-multiselect/table-columns-multiselect.component.scss +0 -3
  267. package/src/components/table/table-columns-multiselect/table-columns-multiselect.component.ts +0 -26
  268. package/src/components/table/table-menu-overlay/table-menu-overlay-blue.component.scss +0 -8
  269. package/src/components/table/table-menu-overlay/table-menu-overlay-contrast.component.scss +0 -8
  270. package/src/components/table/table-menu-overlay/table-menu-overlay-green.component.scss +0 -8
  271. package/src/components/table/table-menu-overlay/table-menu-overlay-light.component.scss +0 -8
  272. package/src/components/table/table-menu-overlay/table-menu-overlay.component.html +0 -13
  273. package/src/components/table/table-menu-overlay/table-menu-overlay.component.scss +0 -32
  274. package/src/components/table/table-menu-overlay/table-menu-overlay.component.ts +0 -22
  275. package/src/components/table/table.component.html +0 -301
  276. package/src/components/table/table.component.scss +0 -148
  277. package/src/components/table/table.component.ts +0 -538
  278. package/src/components/textarea/textarea.component.html +0 -19
  279. package/src/components/textarea/textarea.component.scss +0 -0
  280. package/src/components/textarea/textarea.component.ts +0 -71
  281. package/src/components/textarea/textarea.module.ts +0 -19
  282. package/src/components/toolbar/toolbar.component.html +0 -19
  283. package/src/components/toolbar/toolbar.component.scss +0 -117
  284. package/src/components/toolbar/toolbar.component.ts +0 -38
  285. package/src/components/toolbar/toolbar.module.ts +0 -18
  286. package/src/components/tooltip/tooltip.component.html +0 -7
  287. package/src/components/tooltip/tooltip.component.scss +0 -47
  288. package/src/components/tooltip/tooltip.component.ts +0 -17
  289. package/src/components/tree-table/tree-table.component.html +0 -162
  290. package/src/components/tree-table/tree-table.component.scss +0 -129
  291. package/src/components/tree-table/tree-table.component.ts +0 -366
  292. package/src/components/types.ts +0 -7
  293. package/src/css.js +0 -6
  294. package/src/interface.ts +0 -80
  295. package/src/pipes/pipes.module.ts +0 -12
  296. package/src/pipes/propertyValue.pipe.ts +0 -18
  297. package/src/pipes/safeUrl.pipe.ts +0 -30
  298. package/src/pipes/sort-by.pipe.ts +0 -23
  299. package/src/pipes/time.pipe.ts +0 -197
  300. package/src/public_api.ts +0 -5
  301. package/src/scss/main.scss +0 -6
  302. package/src/scss/patchPrimeng/_loader.components.primeng.scss +0 -35
  303. package/src/scss/patchPrimeng/_loader.components.primeng.theme-blue.scss +0 -27
  304. package/src/scss/patchPrimeng/_loader.components.primeng.theme-bms-dark.scss +0 -25
  305. package/src/scss/patchPrimeng/_loader.components.primeng.theme-bms-light.scss +0 -27
  306. package/src/scss/patchPrimeng/_loader.components.primeng.theme-contrast.scss +0 -27
  307. package/src/scss/patchPrimeng/_loader.components.primeng.theme-dark.scss +0 -26
  308. package/src/scss/patchPrimeng/_loader.components.primeng.theme-light.scss +0 -29
  309. package/src/scss/patchPrimeng/autocomplete/_primeng.components.autocomplete.scss +0 -193
  310. package/src/scss/patchPrimeng/autocomplete/_primeng.components.autocomplete.theme-blue.scss +0 -58
  311. package/src/scss/patchPrimeng/autocomplete/_primeng.components.autocomplete.theme-contrast.scss +0 -58
  312. package/src/scss/patchPrimeng/autocomplete/_primeng.components.autocomplete.theme-dark.scss +0 -72
  313. package/src/scss/patchPrimeng/autocomplete/_primeng.components.autocomplete.theme-light.scss +0 -72
  314. package/src/scss/patchPrimeng/breadcrumb/_primeng.components.breadcrumb.scss +0 -0
  315. package/src/scss/patchPrimeng/button/_primeng.components.button.compat.scss +0 -114
  316. package/src/scss/patchPrimeng/button/_primeng.components.button.scss +0 -213
  317. package/src/scss/patchPrimeng/button/_primeng.components.button.theme-blue.scss +0 -109
  318. package/src/scss/patchPrimeng/button/_primeng.components.button.theme-bms-dark.scss +0 -109
  319. package/src/scss/patchPrimeng/button/_primeng.components.button.theme-bms-light.scss +0 -114
  320. package/src/scss/patchPrimeng/button/_primeng.components.button.theme-contrast.scss +0 -109
  321. package/src/scss/patchPrimeng/button/_primeng.components.button.theme-dark.scss +0 -108
  322. package/src/scss/patchPrimeng/button/_primeng.components.button.theme-light.scss +0 -113
  323. package/src/scss/patchPrimeng/calendar/_primeng.components.calendar.scss +0 -401
  324. package/src/scss/patchPrimeng/calendar/_primeng.components.calendar.theme-light.scss +0 -67
  325. package/src/scss/patchPrimeng/card/_primeng.components.card.scss +0 -6
  326. package/src/scss/patchPrimeng/card/_primeng.components.card.theme-contrast.scss +0 -3
  327. package/src/scss/patchPrimeng/card/_primeng.components.card.theme-dark.scss +0 -3
  328. package/src/scss/patchPrimeng/card/_primeng.components.card.theme-light.scss +0 -3
  329. package/src/scss/patchPrimeng/checkbox/_primeng.components.checkbox.scss +0 -75
  330. package/src/scss/patchPrimeng/checkbox/_primeng.components.checkbox.theme-contrast.scss +0 -45
  331. package/src/scss/patchPrimeng/checkbox/_primeng.components.checkbox.theme-dark.scss +0 -46
  332. package/src/scss/patchPrimeng/checkbox/_primeng.components.checkbox.theme-light.scss +0 -46
  333. package/src/scss/patchPrimeng/common/_primeng.components.common.scss +0 -356
  334. package/src/scss/patchPrimeng/common/_primeng.components.common.theme-contrast.scss +0 -12
  335. package/src/scss/patchPrimeng/common/_primeng.components.common.theme-dark.scss +0 -12
  336. package/src/scss/patchPrimeng/common/_primeng.components.common.theme-light.scss +0 -12
  337. package/src/scss/patchPrimeng/contextmenu/_primeng.components.contextmenu.scss +0 -64
  338. package/src/scss/patchPrimeng/contextmenu/_primeng.components.contextmenu.theme-contrast.scss +0 -0
  339. package/src/scss/patchPrimeng/contextmenu/_primeng.components.contextmenu.theme-dark.scss +0 -0
  340. package/src/scss/patchPrimeng/contextmenu/_primeng.components.contextmenu.theme-light.scss +0 -0
  341. package/src/scss/patchPrimeng/dialog/_primeng.components.dialog.scss +0 -155
  342. package/src/scss/patchPrimeng/dialog/_primeng.components.dialog.theme-contrast.scss +0 -3
  343. package/src/scss/patchPrimeng/dialog/_primeng.components.dialog.theme-dark.scss +0 -0
  344. package/src/scss/patchPrimeng/dialog/_primeng.components.dialog.theme-light.scss +0 -3
  345. package/src/scss/patchPrimeng/drawer/_primeng.components.drawer.scss +0 -7
  346. package/src/scss/patchPrimeng/drawer/_primeng.components.drawer.theme-contrast.scss +0 -3
  347. package/src/scss/patchPrimeng/drawer/_primeng.components.drawer.theme-dark.scss +0 -3
  348. package/src/scss/patchPrimeng/drawer/_primeng.components.drawer.theme-light.scss +0 -3
  349. package/src/scss/patchPrimeng/dropdown/_primeng.components.dropdown.scss +0 -171
  350. package/src/scss/patchPrimeng/dropdown/_primeng.components.dropdown.theme-contrast.scss +0 -4
  351. package/src/scss/patchPrimeng/dropdown/_primeng.components.dropdown.theme-dark.scss +0 -15
  352. package/src/scss/patchPrimeng/dropdown/_primeng.components.dropdown.theme-light.scss +0 -22
  353. package/src/scss/patchPrimeng/dropdown/_primeng.components.dropdown.themes.scss +0 -20
  354. package/src/scss/patchPrimeng/fieldset/_primeng.components.fieldset.scss +0 -87
  355. package/src/scss/patchPrimeng/fieldset/_primeng.components.fieldset.theme-contrast.scss +0 -0
  356. package/src/scss/patchPrimeng/fieldset/_primeng.components.fieldset.theme-dark.scss +0 -4
  357. package/src/scss/patchPrimeng/fieldset/_primeng.components.fieldset.theme-light.scss +0 -4
  358. package/src/scss/patchPrimeng/fileupload/_primeng.components.fileupload.scss +0 -185
  359. package/src/scss/patchPrimeng/fileupload/_primeng.components.fileupload.theme-contrast.scss +0 -31
  360. package/src/scss/patchPrimeng/fileupload/_primeng.components.fileupload.theme-dark.scss +0 -31
  361. package/src/scss/patchPrimeng/fileupload/_primeng.components.fileupload.theme-light.scss +0 -31
  362. package/src/scss/patchPrimeng/grid/_primeng.components.grid.scss +0 -0
  363. package/src/scss/patchPrimeng/icons/_primeng.components.icons.scss +0 -21
  364. package/src/scss/patchPrimeng/icons/_primeng.components.icons.theme-contrast.scss +0 -0
  365. package/src/scss/patchPrimeng/icons/_primeng.components.icons.theme-dark.scss +0 -0
  366. package/src/scss/patchPrimeng/icons/_primeng.components.icons.theme-light.scss +0 -0
  367. package/src/scss/patchPrimeng/inplace/_primeng.components.inplace.scss +0 -1
  368. package/src/scss/patchPrimeng/inplace/_primeng.components.inplace.theme-contrast.scss +0 -0
  369. package/src/scss/patchPrimeng/inplace/_primeng.components.inplace.theme-dark.scss +0 -0
  370. package/src/scss/patchPrimeng/inplace/_primeng.components.inplace.theme-light.scss +0 -0
  371. package/src/scss/patchPrimeng/inputmask/_primeng.components.inputmask.scss +0 -1
  372. package/src/scss/patchPrimeng/inputmask/_primeng.components.inputmask.theme-contrast.scss +0 -0
  373. package/src/scss/patchPrimeng/inputmask/_primeng.components.inputmask.theme-dark.scss +0 -0
  374. package/src/scss/patchPrimeng/inputmask/_primeng.components.inputmask.theme-light.scss +0 -0
  375. package/src/scss/patchPrimeng/inputswitch/_primeng.components.inputswitch.scss +0 -1
  376. package/src/scss/patchPrimeng/inputswitch/_primeng.components.inputswitch.theme-contrast.scss +0 -0
  377. package/src/scss/patchPrimeng/inputswitch/_primeng.components.inputswitch.theme-dark.scss +0 -0
  378. package/src/scss/patchPrimeng/inputswitch/_primeng.components.inputswitch.theme-light.scss +0 -0
  379. package/src/scss/patchPrimeng/inputtext/_primeng.components.inputtext.scss +0 -78
  380. package/src/scss/patchPrimeng/inputtext/_primeng.components.inputtext.theme-contrast.scss +0 -85
  381. package/src/scss/patchPrimeng/inputtext/_primeng.components.inputtext.theme-dark.scss +0 -85
  382. package/src/scss/patchPrimeng/inputtext/_primeng.components.inputtext.theme-light.scss +0 -83
  383. package/src/scss/patchPrimeng/lightbox/_primeng.components.lightbox.scss +0 -96
  384. package/src/scss/patchPrimeng/lightbox/_primeng.components.lightbox.theme-contrast.scss +0 -9
  385. package/src/scss/patchPrimeng/lightbox/_primeng.components.lightbox.theme-dark.scss +0 -9
  386. package/src/scss/patchPrimeng/lightbox/_primeng.components.lightbox.theme-light.scss +0 -9
  387. package/src/scss/patchPrimeng/listbox/_primeng.components.listbox.scss +0 -27
  388. package/src/scss/patchPrimeng/listbox/_primeng.components.listbox.theme-contrast.scss +0 -4
  389. package/src/scss/patchPrimeng/listbox/_primeng.components.listbox.theme-dark.scss +0 -3
  390. package/src/scss/patchPrimeng/listbox/_primeng.components.listbox.theme-light.scss +0 -4
  391. package/src/scss/patchPrimeng/menu/_primeng.components.menu.scss +0 -62
  392. package/src/scss/patchPrimeng/menu/_primeng.components.menu.theme-contrast.scss +0 -0
  393. package/src/scss/patchPrimeng/menu/_primeng.components.menu.theme-dark.scss +0 -0
  394. package/src/scss/patchPrimeng/menu/_primeng.components.menu.theme-light.scss +0 -16
  395. package/src/scss/patchPrimeng/modal/_primeng.modal.scss +0 -5
  396. package/src/scss/patchPrimeng/multiselect/_primeng.components.multiselect.scss +0 -290
  397. package/src/scss/patchPrimeng/multiselect/_primeng.components.multiselect.theme-contrast.scss +0 -39
  398. package/src/scss/patchPrimeng/multiselect/_primeng.components.multiselect.theme-dark.scss +0 -10
  399. package/src/scss/patchPrimeng/multiselect/_primeng.components.multiselect.theme-light.scss +0 -38
  400. package/src/scss/patchPrimeng/overlay/_primeng.components.overlay.scss +0 -1
  401. package/src/scss/patchPrimeng/overlaypanel/_primeng.components.overlaypanel.scss +0 -1
  402. package/src/scss/patchPrimeng/picklist/_primeng.components.picklist.scss +0 -220
  403. package/src/scss/patchPrimeng/picklist/_primeng.components.picklist.theme-dark.scss +0 -41
  404. package/src/scss/patchPrimeng/picklist/_primeng.components.picklist.theme-light.scss +0 -42
  405. package/src/scss/patchPrimeng/radiobutton/_primeng.components.radiobutton.scss +0 -133
  406. package/src/scss/patchPrimeng/radiobutton/_primeng.components.radiobutton.themes.scss +0 -12
  407. package/src/scss/patchPrimeng/scroller/_primeng.components.scroller.scss +0 -1
  408. package/src/scss/patchPrimeng/selectbutton/_primeng.components.selectbutton.scss +0 -95
  409. package/src/scss/patchPrimeng/selectbutton/_primeng.components.selectbutton.theme-contrast.scss +0 -0
  410. package/src/scss/patchPrimeng/selectbutton/_primeng.components.selectbutton.theme-dark.scss +0 -0
  411. package/src/scss/patchPrimeng/selectbutton/_primeng.components.selectbutton.theme-light.scss +0 -0
  412. package/src/scss/patchPrimeng/sidebar/_primeng.components.sidebar.scss +0 -20
  413. package/src/scss/patchPrimeng/sidebar/_primeng.components.sidebar.theme-contrast.scss +0 -3
  414. package/src/scss/patchPrimeng/sidebar/_primeng.components.sidebar.theme-dark.scss +0 -3
  415. package/src/scss/patchPrimeng/sidebar/_primeng.components.sidebar.theme-light.scss +0 -3
  416. package/src/scss/patchPrimeng/slider/_primeng.components.slider.scss +0 -124
  417. package/src/scss/patchPrimeng/slider/_primeng.components.slider.themes.scss +0 -29
  418. package/src/scss/patchPrimeng/steps/_primeng.components.steps.scss +0 -5
  419. package/src/scss/patchPrimeng/steps/_primeng.components.steps.theme-contrast.scss +0 -4
  420. package/src/scss/patchPrimeng/steps/_primeng.components.steps.theme-dark.scss +0 -4
  421. package/src/scss/patchPrimeng/steps/_primeng.components.steps.theme-light.scss +0 -3
  422. package/src/scss/patchPrimeng/table/_primeng.components.table.scss +0 -345
  423. package/src/scss/patchPrimeng/table/_primeng.components.table.theme-contrast.scss +0 -58
  424. package/src/scss/patchPrimeng/table/_primeng.components.table.theme-dark.scss +0 -51
  425. package/src/scss/patchPrimeng/table/_primeng.components.table.theme-light.scss +0 -77
  426. package/src/scss/patchPrimeng/tabview/_primeng.components.tabview.scss +0 -82
  427. package/src/scss/patchPrimeng/tabview/_primeng.components.tabview.theme-contrast.scss +0 -11
  428. package/src/scss/patchPrimeng/tabview/_primeng.components.tabview.theme-dark.scss +0 -12
  429. package/src/scss/patchPrimeng/tabview/_primeng.components.tabview.theme-light.scss +0 -10
  430. package/src/scss/patchPrimeng/toast/_primeng.components.toast.scss +0 -98
  431. package/src/scss/patchPrimeng/toast/_primeng.components.toast.theme-contrast.scss +0 -42
  432. package/src/scss/patchPrimeng/toast/_primeng.components.toast.theme-dark.scss +0 -34
  433. package/src/scss/patchPrimeng/toast/_primeng.components.toast.theme-light.scss +0 -42
  434. package/src/scss/patchPrimeng/tree/_primeng.components.tree.compat.scss +0 -12
  435. package/src/scss/patchPrimeng/tree/_primeng.components.tree.scss +0 -235
  436. package/src/scss/patchPrimeng/tree/_primeng.components.tree.theme-contrast.scss +0 -0
  437. package/src/scss/patchPrimeng/tree/_primeng.components.tree.theme-dark.scss +0 -0
  438. package/src/scss/patchPrimeng/tree/_primeng.components.tree.theme-light.scss +0 -0
  439. package/src/scss/patchPrimeng/treetable/_primeng.components.treetable.compat.scss +0 -355
  440. package/src/scss/patchPrimeng/treetable/_primeng.components.treetable.scss +0 -343
  441. package/src/scss/patchPrimeng/treetable/_primeng.components.treetable.theme-blue.scss +0 -31
  442. package/src/scss/patchPrimeng/treetable/_primeng.components.treetable.theme-contrast.scss +0 -41
  443. package/src/scss/patchPrimeng/treetable/_primeng.components.treetable.theme-dark.scss +0 -26
  444. package/src/scss/patchPrimeng/treetable/_primeng.components.treetable.theme-light.scss +0 -31
  445. package/src/scss/settings/_loader.settings.scss +0 -15
  446. package/src/scss/settings/_settings.box-shadows.scss +0 -32
  447. package/src/scss/settings/_settings.colors.scss +0 -215
  448. package/src/scss/settings/_settings.config.scss +0 -35
  449. package/src/scss/settings/_settings.core.scss +0 -93
  450. package/src/scss/settings/_settings.global.scss +0 -220
  451. package/src/scss/theme-blue.scss +0 -622
  452. package/src/scss/theme-bms-dark.scss +0 -92
  453. package/src/scss/theme-bms-light.scss +0 -500
  454. package/src/scss/theme-contrast.scss +0 -882
  455. package/src/scss/theme-dark.scss +0 -39
  456. package/src/scss/theme-green.scss +0 -619
  457. package/src/scss/theme-light.scss +0 -500
  458. package/src/services/inspark-dialog.service.ts +0 -28
  459. package/src/services/inspark-message.service.ts +0 -76
  460. package/src/test.ts +0 -16
  461. package/src/utils/gettextMarker.function.ts +0 -5
  462. package/src/utils/hybrid/prime-table/prime-table-action-buttons/prime-table-action-buttons.component.html +0 -22
  463. package/src/utils/hybrid/prime-table/prime-table-action-buttons/prime-table-action-buttons.component.scss +0 -0
  464. package/src/utils/hybrid/prime-table/prime-table-action-buttons/prime-table-action-buttons.component.ts +0 -26
  465. package/src/utils/hybrid/prime-table/prime-table-action-buttons/table-action-buttons.model.ts +0 -6
  466. package/src/utils/hybrid/prime-table/prime-table-columns-multi-select/prime-table-columns-multi-select.component.html +0 -56
  467. package/src/utils/hybrid/prime-table/prime-table-columns-multi-select/prime-table-columns-multi-select.component.scss +0 -4
  468. package/src/utils/hybrid/prime-table/prime-table-columns-multi-select/prime-table-columns-multi-select.component.ts +0 -40
  469. package/src/utils/hybrid/prime-table/prime-table-theme-light.component.scss +0 -0
  470. package/src/utils/hybrid/prime-table/prime-table.component.html +0 -173
  471. package/src/utils/hybrid/prime-table/prime-table.component.scss +0 -59
  472. package/src/utils/hybrid/prime-table/prime-table.component.ts +0 -155
  473. package/src/utils/hybrid/prime-table/row-state.enum.ts +0 -7
  474. package/src/utils/hybrid/prime-table/table-column-type.enum.ts +0 -5
  475. package/src/utils/hybrid/prime-table/table-column.model.ts +0 -12
  476. package/src/utils/hybrid/prime-table/table-filter-type.enum.ts +0 -4
  477. package/src/utils/hybrid/prime-table/table-filters.model.ts +0 -29
  478. package/src/utils/hybrid/prime-table/table-grouping.model.ts +0 -10
  479. package/src/utils/hybrid/prime-table/table-options.model.ts +0 -16
  480. package/src/utils/hybrid/prime-table/table-row-data.model.ts +0 -7
  481. package/src/utils/hybrid/prime-tree-table-hybrid/tree-table-column.model.ts +0 -10
  482. package/src/utils/hybrid/prime-tree-table-hybrid/tree-table-node-data.model.ts +0 -9
  483. package/src/utils/hybrid/prime-tree-table-hybrid/tree-table-node.model.ts +0 -9
  484. package/tsconfig.lib.json +0 -17
  485. package/tsconfig.lib.prod.json +0 -9
  486. package/tsconfig.spec.json +0 -17
  487. package/tslint.json +0 -17
  488. package/versions/full/copy.json +0 -15
  489. package/versions/full/package.json +0 -7
  490. package/versions/full/public_api.ts +0 -83
  491. package/versions/interfaces/copy.json +0 -15
  492. package/versions/interfaces/package.json +0 -7
  493. package/versions/interfaces/public_api.ts +0 -5
  494. package/webpack.config.js +0 -68
  495. /package/{src → full}/assets/error.svg +0 -0
  496. /package/{src → full}/assets/falsevalue.svg +0 -0
  497. /package/{src → full}/assets/icon.svg +0 -0
  498. /package/{src → full}/assets/none.svg +0 -0
  499. /package/{src → full}/assets/success.svg +0 -0
  500. /package/{src → full}/assets/warning.svg +0 -0
@@ -1,1631 +0,0 @@
1
- {
2
- "3 months": "3 months",
3
- "AC": "AC",
4
- "ADMIN_AREA": {
5
- "CCP": {
6
- "TABLE_GROUPS": {
7
- "LOCKED_TITLE": "Locked",
8
- "NOT_LOCKED_TITLE": "Not locked"
9
- }
10
- },
11
- "CDP": {
12
- "TABLE_GROUPS": {
13
- "LOCKED_TITLE": "Locked",
14
- "NOT_LOCKED_TITLE": "Not locked"
15
- }
16
- },
17
- "CONTROLLER": {
18
- "TABLE_GROUPS": {
19
- "ONLINE_TITLE": "Online",
20
- "NOT_ONLINE_TITLE": "Not online"
21
- }
22
- }
23
- },
24
- "ANGULAR_JS": {
25
- "OBJECT_TREE": {
26
- "OBJRUBRIC_DELETE": {
27
- "SEARCH_NOT_EMPTY": "To delete objrubrics, clear the search field"
28
- }
29
- }
30
- },
31
- "API": {
32
- "COMMAND": {
33
- "TITLE_PLURAL": "Commands"
34
- },
35
- "CONTROLLER": {
36
- "TITLE_ALL": "All controllers"
37
- },
38
- "EVENT_CLASS": {
39
- "COMMANDRESULT": "3ХХХ - Result",
40
- "OBJECTCHANGE": "5ХХХ - OBJECTCHANGE",
41
- "SYSTEMCONTROLLER": "1ХХХ - SYSTEMCONTROLLER",
42
- "SYSTEMSERVER": "2ХХХ - SYSTEMSERVER",
43
- "TITLE_PLURAL": "TITLE_PLURAL",
44
- "VALUECHANGE": "4ХХХ - VALUECHANGE"
45
- },
46
- "ICON_SET": {
47
- "TITLE_PLURAL": "Icon sets"
48
- },
49
- "IMAGE_SET": {
50
- "TITLE_PLURAL": "Image sets"
51
- },
52
- "OBJECT": {
53
- "TITLE_ALL": "All objects",
54
- "TITLE_PLURAL": "Objects"
55
- },
56
- "PARAMTAG": {
57
- "FIELDS": {
58
- "COMMENT": "Comments",
59
- "NAME": "Tag"
60
- }
61
- }
62
- },
63
- "APP": {
64
- "USER_MENU": {
65
- "USER_CONTACTS": "Contacts",
66
- "USER_SUBSCRIPTIONS": "Subscriptions"
67
- }
68
- },
69
- "AV": "AV",
70
- "Accept": "Accept",
71
- "Accept selected": "Accept selected",
72
- "Autoplay": "Autoplay",
73
- "Refresh": "Refresh",
74
- "Accepted by": "Accepted by",
75
- "Access Administrator": "Access administrator",
76
- "Action": "Action",
77
- "Actions": "Actions",
78
- "Add": "Add",
79
- "Add Favorite": "Add favorite Link",
80
- "Add Interval": "Add Interval",
81
- "Add col": "Add column",
82
- "Add dashboard": "Add dashboard",
83
- "Add link to dashboard": "Add link to dashboard",
84
- "Add new widget": "Add new widget",
85
- "Add reason": "Add reason",
86
- "Add row": "Add row",
87
- "Add widget": "Add widget",
88
- "Address": "Address",
89
- "Admin Log": "Admin Log",
90
- "Admin Logs": "Admin Logs",
91
- "Admin log": "Admin Log",
92
- "All": "All",
93
- "All dashboards": "All dashboards",
94
- "All groups": "All groups",
95
- "All roles": "All roles",
96
- "All tags": "All tags",
97
- "Alternative param code": "Alternative param code",
98
- "Application Name": "Application Name",
99
- "The application cannot determine your location": "The application cannot determine your location",
100
- "Apply": "Apply",
101
- "APPLY_DATES": "Apply dates changes",
102
- "Apply parameter": "Apply parameter",
103
- "Are you sure ?": "Are you sure ?",
104
- "Area": "Area",
105
- "Area_size": "Area size",
106
- "AssignedRules": "Assigned Rules",
107
- "ATTENTION! Save controller!": "ATTENTION! If the measured and calculated parameters has changed in a typical configuration, this operation will update the parameters!",
108
- "Attention:Create CCP": "Attention! This action will create custom control procedure",
109
- "Attention:Delete operating mode": "Attention! The operating mode and time schedules will be deleted!",
110
- "Attention:Deploy Config": "Attention! This action will change the controller configuration",
111
- "Attention:Deploy schedule": "Attention! This action will change the controller schedules and rules",
112
- "Attention:HW Restart": "Attension! This action will restart controller",
113
- "Attention:HW Reset": "Attention! This action will reinit controller",
114
- "Attention:OS Version": "To get OS version",
115
- "Attention:Pkg Info": "To get package info",
116
- "Attention:Pkg Upgrade": "Attention! This command will update controller components",
117
- "Attention:REGENERATE_CCP": "Attention! This will recreate all the calculated parameters",
118
- "Attention:SW Restart": "Attention! This action will reloaded software module",
119
- "Attention:SW Stop": "Attention! This action will stop the modules. Resumption of the modules is possible only by power supply",
120
- "Attention:SSH Tunel": "Attention! This action to create ssh-tunel to ssh-server",
121
- "Attention:SN": "To get Serial Number of controller",
122
- "Attention:SIM CCID": "To get sim card ID",
123
- "Attention:Update channels": "Attention! This action will update channels",
124
- "Attr": "Attributes",
125
- "Attribute comment": "Comment",
126
- "Attribute name": "Name",
127
- "Attribute title": "Title",
128
- "Attributes": "Attributes",
129
- "Attrs": "Attributes",
130
- "Auth service": "Auth service",
131
- "Available charts": "Available charts",
132
- "Available from": "Available from",
133
- "Avgpoints": "AVG point",
134
- "BOOLEAN": {
135
- "NO": "No",
136
- "YES": "Yes"
137
- },
138
- "BY DAY TIME": "By day time",
139
- "BY NIGHT TIME": "By night time",
140
- "BY NOT WORKING TIME": "By not working time",
141
- "BY YEAR DAY": "By year day",
142
- "Back": "Back",
143
- "Battery charge": "Battery charge",
144
- "Battery current": "Battery current",
145
- "Battery mode": "Battery mode",
146
- "Battery temperature": "Battery temperature",
147
- "Battery voltage": "Battery voltage",
148
- "BlueTheme": "Blue theme",
149
- "Borders": "Borders",
150
- "Branding": "Branding",
151
- "By Daily": "By Daily",
152
- "By devices": "By devices",
153
- "bydevices": "By devices",
154
- "By objects": "By objects",
155
- "By rubrics": "By rubrics",
156
- "By working time": "By working time",
157
- "By zones": "By zones",
158
- "byzones": "By zones",
159
- "CALENDAR": {
160
- "DAYS": {
161
- "FULL": {
162
- "custom": "Custom",
163
- "day1": "Day 1",
164
- "day2": "Day 2",
165
- "fri": "Friday",
166
- "friday": "Friday",
167
- "mon": "Monday",
168
- "monday": "Monday",
169
- "sat": "Saturday",
170
- "saturday": "Saturday",
171
- "sun": "Sunday",
172
- "sunday": "Sunday",
173
- "thu": "Thursday",
174
- "thursday": "Thursday",
175
- "tue": "Tuesday",
176
- "tuesday": "Tuesday",
177
- "wed": "Wednesday",
178
- "wednesday": "Wednesday"
179
- },
180
- "SHORT": {
181
- "day1": "D1",
182
- "day2": "D2",
183
- "fri": "Fri",
184
- "mon": "Mon",
185
- "sat": "Sat",
186
- "sun": "Sun",
187
- "thu": "Thu",
188
- "tue": "Tue",
189
- "wed": "Wed"
190
- }
191
- }
192
- },
193
- "CCP": "CCP",
194
- "CCP created": "CCP created",
195
- "SUNDAY": "Sanday",
196
- "MONDAY": "Monday",
197
- "TUESDAY": "Tuesday",
198
- "WEDNESDAY": "Wednesday",
199
- "THURSDAY": "Thursday",
200
- "FRIDAY": "Friday",
201
- "SATURDAY": "Saturday",
202
- "SUN": "Su",
203
- "MON": "Mo",
204
- "TUE": "Tu",
205
- "WED": "Wd",
206
- "THU": "Th",
207
- "FRI": "Fr",
208
- "SAT": "Sa",
209
- "JANUARY": "January",
210
- "FEBRUARY": "February",
211
- "MARCH": "March",
212
- "APRIL": "April",
213
- "MAY": "May",
214
- "JUNE": "June",
215
- "JULY": "Julay",
216
- "AUGUST": "August",
217
- "SEPTEMBERr": "September",
218
- "OCTOBER": "October",
219
- "NOVEMBER": "November",
220
- "DECEMBER": "December",
221
- "DELETE FILE": "DELETE FILE",
222
- "JAN": "Jan",
223
- "FEB": "Feb",
224
- "MAR": "Mar",
225
- "APR": "Apr",
226
- "MAY": "May",
227
- "JUN": "Jun",
228
- "JUL": "Jul",
229
- "AUG": "Au",
230
- "SEP": "Sep",
231
- "OCT": "Oct",
232
- "NOV": "Nov",
233
- "DEC": "Dec",
234
- "CHARTS": {
235
- "CHART": {
236
- "CHART_FORM": {
237
- "BAR_CHART": "Bar chart",
238
- "CANDLE_CHART": "Candlestick",
239
- "CONTROL_PROCEDURE": "Tresholds",
240
- "FROM": "From",
241
- "FROM_MAX_DATE_ERROR": "Date \"from\" above allowable value",
242
- "INTERVAL": {
243
- "1D": "1D",
244
- "7D": "7D",
245
- "30D": "30D",
246
- "24_HOURS": "Day",
247
- "WEEK": "Week",
248
- "MONTH": "Month",
249
- "THREE_MONTHS": "Three months"
250
- },
251
- "LINE_CHART": "Line",
252
- "RAW_DATA": "Raw data",
253
- "CORRECTIONS": "Corrections",
254
- "STACKED_CHART": "Stacked area",
255
- "STEPS": {
256
- "30SEC": "30 sec",
257
- "1MIN": "1 min",
258
- "5MIN": "5 min"
259
- },
260
- "TO": "To"
261
- },
262
- "LINEAR": "linear",
263
- "LOGARITHMIC": "logarithmic",
264
- "PERCENTAGE": "percentage"
265
- },
266
- "PARAM_TREE": {
267
- "COLLAPSE_ALL": "Collapse all",
268
- "EXPAND_ALL": "Expand all",
269
- "GLOBAL_SEARCH": "Search"
270
- },
271
- "TREE_PARAMETERS": "Parameters",
272
- "Y-axis scale": "Y-axis scale"
273
- },
274
- "CONTROLLER": {
275
- "FIELDS": {
276
- "AddrEthernet": "Ethernet",
277
- "AddrGprs": "GPRS",
278
- "AddrWifi": "Wi-Fi",
279
- "CollectorServer": "Server-collector",
280
- "Comment": "Comment",
281
- "ConfigName": "Configuration",
282
- "ConfigState": "Configuration status",
283
- "DisconnectDate": "Loss communication date",
284
- "HealthDate": "Health date ",
285
- "InstallDate": "Install date",
286
- "ObjectName": "Object",
287
- "ObjectAddress": "Address",
288
- "OwnSchedule": "Own Schedule",
289
- "SchLocked": "Sched.locked",
290
- "ScheduleName": "Schedule",
291
- "ScheduleState": "Sched.state",
292
- "SerialName": "Serial",
293
- "VmonVersion": "Monitor version",
294
- "VplanVersion": "Planner version",
295
- "healthtimeout": "Health timeout",
296
- "isDebug": "Debug mode",
297
- "maxlogsize": "Max log size",
298
- "port": "Port",
299
- "url": "URL"
300
- }
301
- },
302
- "Controller not responding": "Controller not responding",
303
- "CONTROL_MENU": "Controls",
304
- "COPY": "COPY",
305
- "CREATE": "CREATE",
306
- "Create Proc Condition": "Create Proc Condition",
307
- "Create ControlProcedures": "Create ControlProcedure",
308
- "CalcType": "Type",
309
- "Calc type": "Calc type",
310
- "CalcParam": "Calculated Parameter",
311
- "CalcParams": "Calculated Parameters",
312
- "Calcparam": "Calculated param",
313
- "Calcparams": "Calculated Parameters",
314
- "Calcparamtype": "CP type ",
315
- "Calcparamtypes": "CP types",
316
- "Calendar": "Calendar",
317
- "CalendarTemplate": "Calendar Template",
318
- "Calibrate": "Calibrate",
319
- "Calibration factor": "Calibration factor",
320
- "Cancel": "Cancel",
321
- "CANCEL": "CANCEL",
322
- "Candle ": "Candle",
323
- "Categories": "Categories",
324
- "Category": "Category",
325
- "Category name": "Category name",
326
- "Cfactor": "Cfactor",
327
- "Change": "Change",
328
- "Change favorite link": "Change favorite link",
329
- "Change filter": "Change filter",
330
- "Change map layer": "Change map layer",
331
- "Change object": "Change object",
332
- "Change parameters count": "Change parameters count",
333
- "Channel": "Channel",
334
- "Channel topic": "Channel topic",
335
- "Channelname": "Name",
336
- "Channels": "Channels",
337
- "Channels updated": "Channels updated",
338
- "Channeltopic": "Topic",
339
- "Channelvaluetype": "Channel value type",
340
- "Channelvaluetypes": "Channel value types",
341
- "Charts": "Charts",
342
- "Charttype": "Chart type",
343
- "Choose object": "Choose object",
344
- "Choose param": "Choose param",
345
- "Company": "Company",
346
- "Companies": "Companies",
347
- "Choose provider": "Choose service",
348
- "Clear": "Clear",
349
- "Clear all Notifications": "Acknowledge",
350
- "Clear filters": "Clear filters",
351
- "Click to add param": "Click to add param",
352
- "Close": "Close",
353
- "Close pane": "Close pane",
354
- "Close the edit pane": "Close the edit pane",
355
- "Closed": "Closed",
356
- "Code": "Code",
357
- "Collapse all": "Collapse",
358
- "Collector Server": "Collector ",
359
- "Collector Servers": "Collectors",
360
- "Column": "Column",
361
- "Column Titles": "Column Titles",
362
- "Command": "Command",
363
- "Command": "Command",
364
- "Command excecuted successfully on controller!": "Command excecuted successfully on controller!",
365
- "THE COMMAND FORMAT FOR GETTING THE TUNNEL PORT IS:": "THE COMMAND FORMAT FOR GETTING THE TUNNEL PORT IS:",
366
- "The request has been sent to the server. Wait for a response from the controller.": "The request has been sent to the server. Wait for a response from the controller.",
367
- "Command Log": "Command Log",
368
- "Command Logs": "Command Logs",
369
- "Command log": "Command Log",
370
- "Commandlogstate": "Command Log state",
371
- "Commandlogstates": "Command Log states",
372
- "Commands": "Commands",
373
- "Comment": "Comment",
374
- "Commentaries": "Comment",
375
- "Commentary": "Comment",
376
- "Comments": "Comments",
377
- "Company Address": "Company Address",
378
- "Company Name": "Company Name",
379
- "Componentname": "Comment",
380
- "Comparison": "Comparison",
381
- "Condition": "Condition",
382
- "Conditions": "Conditions",
383
- "Config administrator": "Config administrator",
384
- "Config Name": "Config Name",
385
- "Config state": "State",
386
- "Config states": "ConSchedules rulefiguration states",
387
- "Configuration": "Configuration",
388
- "Configuration filter by EventID": "Filter by Event",
389
- "Configuration filter by ObjectID": "Filter by Object",
390
- "Configuration filter by СommandCode": "Filter by Code Command",
391
- "Configuration import success": "Configuration import success",
392
- "Configuration request entity too large": "Configuration file's too large",
393
- "Configuration update error": "Configuration update error",
394
- "Configurations": "Configurations",
395
- "Confirm": "Confirm",
396
- "Confirm delete": "Confirm delete",
397
- "Confirm operating mode": "Confirm operating mode",
398
- "Confirmation": "Confirmation",
399
- "Confirmation window": "Confirmation ",
400
- "Connect name": "Connect name",
401
- "Contacts": "Contacts",
402
- "Content": "Content",
403
- "contentType": "Content type",
404
- "Continue": "Continue",
405
- "ContrCalcParam": "Calculated Parameter",
406
- "ContrCalcParams": "Calculated Parameters",
407
- "ContrDev": "Measured Parameter",
408
- "ContrDeviceParam": "Measured Parameter",
409
- "ContrDeviceParams": "Measured Parameters",
410
- "ContrastTheme": "Contrast Theme",
411
- "Control Procedure": "Control Procedure",
412
- "Control mode": "Control mode",
413
- "ControlProcedure": "Control Procedure",
414
- "ControlProcedureLink": "Control procedure",
415
- "ControlProcedures": "Control Procedures",
416
- "Controller": "Controller",
417
- "Controller SW will be restarted?": "Controller SW will be restarted?",
418
- "Controller will be restarted?": "Controller will be restarted?",
419
- "Controller will be reinitialized?": "Controller will be reinitialized?",
420
- "Controller model": "Controller model",
421
- "ControllerModel": "Controller model",
422
- "ControllerModels": "Controller models",
423
- "Controllers": "Controllers",
424
- "Controllers management": "Controller management",
425
- "Controllersmanagement": "Controller management",
426
- "controllersmanagement": "Controller management",
427
- "Coordinates": "Coordinates",
428
- "Copied dashboards": "Copied dashboards",
429
- "Copy": "Copy",
430
- "Copy dashboard": "Copy dashboard",
431
- "Copy widget": "Copy widget",
432
- "Copy widget sizes": "Copy widget sizes",
433
- "Copy widget sizes to another dimensions?": "Copy widget sizes to another dimensions?",
434
- "Count of employees": "Count of employees",
435
- "counting number": "Counting number",
436
- "Create": "CREATE",
437
- "Create CCP": "Create CCP",
438
- "Create dashboard": "Create dashboard",
439
- "Create parameter": "Create parameter",
440
- "Critical": "Status",
441
- "CriticalName": "Name",
442
- "CriticalNames": "Names",
443
- "Criticalcolor": "Color",
444
- "Criticalname": "Name",
445
- "Cron": "Cron",
446
- "CronOff": "CronOff(0)",
447
- "CronOn": "CronOn(1)",
448
- "Ctrability": "Controllable",
449
- "CtrlAbility": "Controllable",
450
- "Current Value": "Value",
451
- "Current value copied": "Current value copied",
452
- "Current mode will be rewrite": "Current mode will be rewrite",
453
- "Custom CP": "Custom CP",
454
- "Custom control procedure": "Custom control procedure",
455
- "Date": "Date",
456
- "DASHBOARDS_MENU": "Dashboards",
457
- "DELETE": "DELETE",
458
- "DarkTheme": "Dark Theme",
459
- "Dashboard": "Dashboard",
460
- "Dashboard Links": "Dashboard Links",
461
- "Dashboard copying": "Dashboard copying",
462
- "Dashboard created": "Dashboard created",
463
- "Dashboard not found": "Dashboard not found",
464
- "Dashboard title": "Dashboard title",
465
- "Dashboard updated": "Dashboard updated",
466
- "Dashboards": "Dashboards",
467
- "Dashboards list": "Dashboards list",
468
- "Dashname": "Dashname",
469
- "Data": "Data",
470
- "Day": "Day",
471
- "Deadline": "Deadline",
472
- "Default disabled": "Default disabled",
473
- "Delaytime": "Tolerance (min)",
474
- "Delete": "Delete",
475
- "Delete dashboard with all widgets?": "Delete dashboard with all widgets?",
476
- "Delete object operating mode and time schedules": "Delete object operating mode and time schedules",
477
- "Delete param and save": "Delete param and save",
478
- "Delete selected objects": "Delete selected objects",
479
- "Delete selected rubrics": "Delete selected rubrics",
480
- "Delete widget": "Delete widget",
481
- "Deploy Config": "Deploy Config",
482
- "Deploy ZIP Config": "Deploy zip Config",
483
- "Deploy schedule": "Deploy Schedule",
484
- "Description": "Description",
485
- "Detach tag from selected items": "Detach tag from selected items",
486
- "Device": "Device",
487
- "Device configuration": "Device configuration",
488
- "Device name": "Name",
489
- "Device state": "State",
490
- "Device state ID": "Device state ID",
491
- "Device topic": "Topic",
492
- "Device type": "Type",
493
- "DeviceConnect": "Device Connect",
494
- "DeviceConnects": "Device connect schema",
495
- "DeviceParam": "Measure Parameter",
496
- "DeviceParam Name": "Name",
497
- "DeviceParams": "Measure Parameters",
498
- "Devicechannelstate": "Device state",
499
- "Devicechannelstates": "Device states",
500
- "Deviceparam": "Measure Parameter",
501
- "Deviceparams": "Measure Parameters",
502
- "Devices": "Devices",
503
- "Devicestate": "Devicestate",
504
- "Displayname": "Display name",
505
- "Dispatcher": "Dispatcher",
506
- "Domain": "Domain",
507
- "Do you want delete individual schedule?": "Do you want delete individual schedule?",
508
- "Do you want save individual schedule?": "Do you want save individual schedule?",
509
- "Do you want accept all events?": "Do you want accept all events?",
510
- "Do you want to delete widget?": "Do you want to delete widget?",
511
- "Documentation": "Documentation",
512
- "Documentation URL": "Documentation URL",
513
- "DOWNLOAD": "Download",
514
- "UPLOAD": "Upload",
515
- "Download area": "Download area",
516
- "Drag and Drop zip files here or click to add from explorer": "Drag and Drop zip files here or click to add from explorer ",
517
- "Duration Interval": "Duration Interval",
518
- "E-mail": "e-mail",
519
- "ERROR_MESSAGES": {
520
- "FIELD LENGTH IS LONGER THAN ALLOWED": "FIELD LENGTH IS LONGER THAN ALLOWED",
521
- "SAME DATES ARE NOT ALLOWED": "SAME DATES ARE NOT ALLOWED"
522
- },
523
- "EVENETS": {
524
- "LOG": ""
525
- },
526
- "EVENTLOG": {
527
- "TYPES": {
528
- "CRITICAL": "Critical ",
529
- "ERROR": "Error",
530
- "FALSEVALUE": "Unreliable",
531
- "INFO": "Info",
532
- "NONE": "None",
533
- "NORMAL": "Normal",
534
- "DIFFERENCE": "Difference",
535
- "SUCCESS": "Normal",
536
- "WARNING": "Warning"
537
- }
538
- },
539
- "CRITICAL": "Critical ",
540
- "ERROR": "Error",
541
- "FALSEVALUE": "Unreliable",
542
- "INFO": "Info",
543
- "NONE": "None",
544
- "NORMAL": "Normal",
545
- "DIFFERENCE": "Difference",
546
- "SUCCESS": "Normal",
547
- "WARNING": "Warning",
548
- "EVENTS": {
549
- "FIELDS": {
550
- "DESCRIPTION": "Notification text",
551
- "SDIRCRITICALITY": "Parameter status",
552
- "ADDINFOTYPE": "Event Type",
553
- "EXPORT": "Export",
554
- "NOTIFY": "Incl. notification",
555
- "SYSTEM_EVENT": "System event",
556
- "SYSTEM_EVENT_ID": "System event ID"
557
- }
558
- },
559
- "EVENTS_MENU": "Events",
560
- "Edit": "Edit",
561
- "Edit dashboard": "Edit dashboard",
562
- "Edit param": "Edit param",
563
- "Edit parameter": "Edit parameter",
564
- "Edit schedule": "Edit schedule",
565
- "Edit widget items": "Edit widget items",
566
- "Employees": "Employees",
567
- "Empty": "Empty",
568
- "Enter new password by secret code": "Enter new password by secret code",
569
- "Enter the password to confirm the operation": "Enter the password to confirm the operation",
570
- "Enter only numeric values": "Enter only numeric values",
571
- "Enter parameter value": "Enter parameter value",
572
- "Event": "Event",
573
- "Event completion sign": "Event completion sign",
574
- "Event Id": "EventID",
575
- "Event Log": "Event Log",
576
- "Event Logs": "Event Logs",
577
- "Event log": "Event Log",
578
- "Event size": "Event size",
579
- "EventID": "Events",
580
- "EventList": "Event list",
581
- "Events": "Events",
582
- "Exists files": "Exists files",
583
- "Exit full screen": "Exit full screen",
584
- "Expand all": "Expand",
585
- "Expand dashboard": "Expand dashboard",
586
- "Expression": "Expression",
587
- "Ext Attr": "Ext Attr",
588
- "Ext Object Attr": "Ext Object Attr",
589
- "Ext Object Attrs": "Ext Object Attrs",
590
- "Ext Rubric Attr": "Ext Rubric Attr",
591
- "Ext Rubric Attrs": "Ext Rubric Attrs",
592
- "Ext User Attr": "Ext User Attr",
593
- "Ext User Attrs": "Ext User Attrs",
594
- "Favicon Icon": "Favicon Icon",
595
- "Favorite Link": "Favorite Link",
596
- "Favorite dashboards": "Favorite dashboards",
597
- "Favorites": "Favorites",
598
- "Field type": "Field type",
599
- "File not loaded": "File not loaded",
600
- "Filter": "Filter",
601
- "Filter by rubric": "Filter by rubric",
602
- "Filter on server": "Server filter",
603
- "Filter objects by tag": "Filter objects by tag",
604
- "Filters": "Filters",
605
- "Fill the form": "Fill the form",
606
- "Fill the interval": "Fill the interval",
607
- "Form not changed": "Form not changed",
608
- "Firstname": "Firstname",
609
- "Floating header": "Floating header",
610
- "For objects": "For objects",
611
- "For example:": "For exmaple:",
612
- "Forgot password?": "Forgot password?",
613
- "Format": "Format string",
614
- "FORMAT": {
615
- "TIME": {
616
- "HH:MM": "hours:mins",
617
- "HH:MM:SS": "hours:mins:secs",
618
- "SS": "sec",
619
- "MM": "min",
620
- "HH": "hr",
621
- "DD": "days"
622
-
623
- }
624
- },
625
- "FOUND": "Found",
626
- "Frequency": "Freq",
627
- "Frequency inclusion": "Frequency inclusion",
628
- "From left border": "from left border",
629
- "From right border": "from right border",
630
- "Full name": "Full name",
631
- "GO_TO_CHARTS_FOR_PARAM": "To chart",
632
- "GROUP SAVE": "GROUP SAVE",
633
- "General operating mode": "General operating mode",
634
- "Get widget": "Get widget",
635
- "Go to dashboard": "Go to dashboard",
636
- "Go to map": "Go to map",
637
- "Go to my location": "Go to my location",
638
- "Go to object": "Go to object",
639
- "Graph params": "Graph params",
640
- "Graph param": "Graph param",
641
- "GreenTheme": "Green theme",
642
- "Group": "Group",
643
- "Group command execution": "Group command execution",
644
- "Change the way parameters are grouped": "Change the way parameters are grouped",
645
- "By connect": "By connect",
646
- "By lock": "By lock",
647
- "By devicestate": "By device state",
648
- "By sdirparamstate": "By parameter state",
649
- "GroupRoles": "Group roles",
650
- "Groupname": "Group name",
651
- "Groups": "Groups",
652
- "Has Locked Params": "Has locked params",
653
- "HEADER": {
654
- "REF": "Reference",
655
- "REF_NO_SELECTED_DASHBOARDS": "For a dashboard to appear in this section, go to the dashboard and add it to your favorite links by *(asterisk symbol)",
656
- "WIKI": "Documentation"
657
- },
658
- "HW Restart": "HW Restart",
659
- "Header Logo": "Header Logo",
660
- "Hidden": "Hidden",
661
- "Hidden widget": "Hidden widget",
662
- "Hide column titles": "Hide column titles",
663
- "Hide dashboard": "Hide dashboard",
664
- "Hide header": "Hide header",
665
- "Hide row titles": "Hide row titles",
666
- "Histogram": "Histogram",
667
- "History": "History",
668
- "Holiday": "Holiday",
669
- "Home": "Home",
670
- "ICONS": {
671
- "DRAG_N_DROP_TO_UPLOAD": "Drag`n`Drop svg files here or click to add from explorer.",
672
- "ICON_SETS": {
673
- "CREATE_PLACEHOLDER": "Icon set title"
674
- }
675
- },
676
- "ID": "ID",
677
- "IMAGES": {
678
- "DRAG_N_DROP_TO_UPLOAD": "Drag`n`Drop images here or click to add from explorer.",
679
- "IMAGE_SETS": {
680
- "CREATE_PLACEHOLDER": "Image set title"
681
- },
682
- "UPLOAD_IMAGES": "Upload images"
683
- },
684
- "IMPORT ERROR": "Error while import",
685
- "Icon list": "Icon list",
686
- "IconSets": "Icon sets",
687
- "Indicator": "Indicator",
688
- "ImageSets": "Image sets",
689
- "Increment": "Increment",
690
- "Incremental summation": "incremental summation",
691
- "IndividualSchedule": "Individual schedule",
692
- "InitParam": "Initial Parameters",
693
- "InitParams": "Initial Parameters",
694
- "Initiator": "Initiator",
695
- "Input": "Input",
696
- "Install date": "Install date",
697
- "Installed": "Installed",
698
- "Inst.": "Inst.",
699
- "Installed version": "Installed version",
700
- "Instant value": "Instant value",
701
- "Intersection": "Intersection",
702
- "Interval": "Interval",
703
- "Interval in sec": "Interval (sec)",
704
- "Interval intersection": "Interval intersection",
705
- "Interval time": "Time",
706
- "Interval value": "Interval value",
707
- "Check interval": "Check interval",
708
- "Inverted": "Inverted",
709
- "Inventory": "Inventory",
710
- "Item delete": "Item delete",
711
- "Item successfully copied": "Item successfully copied",
712
- "Item successfully created": "Item successfully created",
713
- "Item successfully deleted": "Item successfully deleted",
714
- "Item successfully saved": "Item successfully saved",
715
- "Events successfully accepted": "Events successfully accepted",
716
- "Event successfully accepted": "Event successfully accepted",
717
- "Item successfully uploaded": "Items successfully uploaded",
718
- "Itemname": "Item Name",
719
- "Items saved": "Items saved",
720
- "Items successfully deleted": "Items successfully deleted",
721
- "Items updated": "Items updated",
722
- "Itemtype": "Item type",
723
- "Journal type": "Journal type",
724
- "LOGS": {
725
- "ADMIN_LOG": {
726
- "CONTROLLER_TITLE": "Controller",
727
- "END_OF_LOG": "End of log",
728
- "EVENT_ID_TITLE": "Event ID",
729
- "EVENT_TITLE": "Event title",
730
- "GLOBAL_SEARCH": "Search",
731
- "HEADER": "Admin Log",
732
- "ID": "ID",
733
- "LOAD_MORE": "Load more",
734
- "MESSAGE_TITLE": "Message",
735
- "OBJECT_TITLE": "Object",
736
- "TABLE_COLUMNS": {
737
- "CONTROLLER": "Controller",
738
- "EVENT": "Event",
739
- "EVENT_ID": "Event ID",
740
- "MESSAGE": "Message",
741
- "OBJECT": "Object",
742
- "TIMESTMP": "Time"
743
- },
744
- "TIMESTMP_TITLE": "Time"
745
- },
746
- "COMMAND_LOG": {
747
- "GLOBAL_SEARCH": "Search",
748
- "HEADER": "Command Log",
749
- "TABLE_COLUMNS": {
750
- "COMMAND": "Command",
751
- "CONTROLLER": "Controller",
752
- "ID": "ID",
753
- "OBJECT": "Object",
754
- "RESULTTIME": "Result time",
755
- "SENTTIME": "Sent time",
756
- "STATE": "State",
757
- "USER": "User"
758
- },
759
- "TABLE_FILTERS": {
760
- "COMMANDS": "Commands"
761
- }
762
- },
763
- "DOWNLOAD_TO_SCV": "Download to csv file",
764
- "EVENT_LOG": {
765
- "GLOBAL_SEARCH": "Search",
766
- "HEADER": "Event Log",
767
- "TABLE_COLUMNS": {
768
- "CONTROLLER": "Controller",
769
- "EVENT": "Event",
770
- "EVENT_ID": "Event ID",
771
- "ID": "ID",
772
- "MESSAGE": "Message",
773
- "OBJECT": "Object",
774
- "TIMESTMP": "Time",
775
- "TIME OF OCCURRENCE": "Time of occurrence",
776
- "CLOSING TIME": "Closing time",
777
- "TOTAL EVENT TIME": "Duration (hh:mm)",
778
- "ACCEPTANCE": "Acceptance"
779
- }
780
- },
781
- "FILTERS": "Filters",
782
- "NOTIFY_LOG": {
783
- "HEADER": "Notify log",
784
- "TABLE_COLUMNS": {
785
- "CRITICAL": "Critical",
786
- "LASTTIME": "Last time",
787
- "MSGTIME": "Time",
788
- "NOTIFYMSG": "Message"
789
- }
790
- },
791
- "SAVE_TO_SCV": "Save as csv file",
792
- "SET_VALUE_LOG": {
793
- "GLOBAL_SEARCH": "Search",
794
- "HEADER": "SetValue Log",
795
- "TABLE_COLUMNS": {
796
- "CONTROLLER": "Controller",
797
- "DEVICEPARAM": "Deviceparam",
798
- "INITIATOR": "Initiator",
799
- "OBJECT": "Object",
800
- "PARAMVALUE": "Paramvalue",
801
- "RESULT": "Result",
802
- "RESULTTIME": "Resulttime",
803
- "RULE": "Rule",
804
- "SENTTIME": "Senttime",
805
- "STATE": "State",
806
- "USER": "User"
807
- },
808
- "TABLE_FILTERS": {
809
- "CONTROLLERS": "Controllers",
810
- "OBJECTS": "Objects",
811
- "OPEN": "Open",
812
- "TIME_OF_COMPLETION": "Time of compelation",
813
- "DATE_OF_OCCURRENCE": "Date of occurrence"
814
- }
815
- }
816
- },
817
- "Language": "Language",
818
- "LEARN MORE": "LEARN MORE",
819
- "Last check": "Last check",
820
- "Last switching": "Last switching",
821
- "Last value": "Last value",
822
- "Lastname": "Lastname",
823
- "Lasttime": "Last time",
824
- "Latitude": "Latitude (degree)",
825
- "Left": "Left",
826
- "Library": "Library",
827
- "Link": "Link",
828
- "LightTheme": "Light Theme",
829
- "Line ": "Line",
830
- "LineWeekend": "Line with weekends",
831
- "Line chart": "Line chart",
832
- "Link title": "Link title",
833
- "Link to dashboard": "Link to dashboard",
834
- "Linked dashboards": "Linked dashboards",
835
- "Links": "Reference links",
836
- "List": "List",
837
- "List of attributes": "Attr list",
838
- "List of devices": "Device list",
839
- "List of controllers in the group": "List of controllers in the group",
840
- "List of notifications": "Notifications list",
841
- "List of parameters": "Parameters list",
842
- "Load more": "Load more",
843
- "Loader Logo": "Loader Logo",
844
- "Location": "Location",
845
- "Locked": "Locked",
846
- "Locked Reason": "Locked Reason",
847
- "Locked Reasons": "Locked Reason",
848
- "Locked reason": "Locked reason",
849
- "Locked reason not selected": "Not selected",
850
- "Locked reasons": "Locked reason",
851
- "Log": "Log",
852
- "Log Files": "Log Files",
853
- "Login": "Login",
854
- "Login Message": "Login Message",
855
- "Login Page Background Image": "Login Page Background Image",
856
- "Login Screen Logo": "Login Screen Logo",
857
- "Logout": "Logout",
858
- "Longitude": " Longitude (degree)",
859
- "Make sure that you have geolocation enabled and that the application has access to geodata": "Make sure that you have geolocation enabled and that the application has access to geodata",
860
- "MAP": {
861
- "GO_TO_CHARTS_FOR_SELECTED_PARAMETERS": "Go to charts for selected parameters",
862
- "HAS_FILTERED_OBJECTS": "Has filtered objects",
863
- "MAP_CONTROLLLIST": {
864
- "PARAM_MUST_BE_MANUAL": "Parameter must be in manual mode"
865
- },
866
- "MAP_TABS": {
867
- "ACCESSIBILITY": "Last measurement",
868
- "HAS_FILTERED_PARAMS": "Has filtered parameters",
869
- "INACCESSIBLE": "Inaccessible",
870
- "INACCESSIBLE_FROM": "Inaccessible from",
871
- "LAST_MEASURE": "Latest measurement"
872
- }
873
- },
874
- "MENU": {
875
- "EXPORT": "Export",
876
- "IMAGES": "Image library",
877
- "IMPORT": "Import",
878
- "PARAMTAGS": "Tags",
879
- "PROFILE": "Profile",
880
- "PROFILE_CONTACTS": "Contacts",
881
- "STORE": "STORE",
882
- "TYPICAL_CONFIGURATIONS_IMPORT": "Typical Configurations Import",
883
- "USER_SETTINGS": "User settings"
884
- },
885
- "MENU_STORE": {
886
- "LIST": "All widgets",
887
- "MAIN": "Widget store",
888
- "MY": "Purchased widgets"
889
- },
890
- "Manual data input mark": "Manual data input mark",
891
- "Manual mode": "Manual mode",
892
- "Manually": "Manually",
893
- "Map": "Map",
894
- "Map source": "Map source",
895
- "Max log length": "Max log length",
896
- "Max value": "Max value",
897
- "MaxLimit": "Max Limit",
898
- "Maximum 200 characters": "Maximum 200 characters",
899
- "Measure unit": "Measure unit",
900
- "Measure Unit": "Measure Unit",
901
- "Message": "Message",
902
- "MeterReadinglog": "Correction Log",
903
- "Middlename": "Middlename",
904
- "Min value": "Min value",
905
- "MinLimit": "Min Limit",
906
- "MimeType": "Mime Type",
907
- "Minimum 3 characters": "Minimum 3 characters",
908
- "Model name": "Model name",
909
- "Month": "Month",
910
- "Move to": "Move to",
911
- "Move": "MOVE TO",
912
- "Msg": "Message",
913
- "Msgtime": "Message time",
914
- "NOTFOUNDLINK": "Perhaps the link you entered, or the link you clicked contains a typo, the requested page was deleted, or the content was moved",
915
- "NOTFOUNDLINKS": "Favorite links",
916
- "NOTFOUNDPAGE": "Page not found",
917
- "NOTFOUNDSEARCH": "You may have been looking for",
918
- "NOTFOUNDSECTIONS": "Main sections",
919
- "Name": "Name",
920
- "New files": "New files",
921
- "New configuration is deployed on the controller": "The new configuration is deployed on the controller",
922
- "Next": "Next",
923
- "Next check": "Next check",
924
- "Next operating mode will be set": "Next operating mode will be set",
925
- "No available params": "No available params",
926
- "No bot defined for telegram notifications": "No bot defined for telegram notifications",
927
- "No connection": "No connection",
928
- "No dashboards": "No dashboards",
929
- "No data": "No data",
930
- "No data for the period": "No data for the period",
931
- "No events": "No events",
932
- "No favorite links": "No favorite links",
933
- "No operating mode": "No operating mode",
934
- "No permission": "No permission",
935
- "No rules": "No rules",
936
- "No schedule": "No schedule",
937
- "No suitable objects": "No suitable objects",
938
- "No zone": "No zone",
939
- "Not available from": "Not available from",
940
- "Not set": "Not set",
941
- "NOSOUND": "No sound",
942
- "Nothing to show": "Nothing to show",
943
- "Notify": "Notify",
944
- "Notifylog": "Notify log",
945
- "Notifymethod": "Notify msg",
946
- "Notifymethods": "Notification methods",
947
- "Notifymsg": "Notify msg",
948
- "Notifysound": "Notify sound",
949
- "oauth2": "Provider",
950
- "OAUTH2": {
951
- "NAME" : "Service name",
952
- "PROVIDERS" : "Providers",
953
- "AUTHURL": "Authorization URL",
954
- "TOKENURL": "Token URL",
955
- "USERURL": "User URL",
956
- "SEMCLIENTID": "SEM Client ID",
957
- "SEMSECRET": "SEM Secret",
958
- "BASEURL": "Base URL",
959
- "SIGNEDPUBLICKEY": "Signed Public Key",
960
- "GROUP": "User group",
961
- "RUBRIC": "User rubric",
962
- "LOGINATTR": "Login Id",
963
- "FIRSTNAMEATTR": "Firstname",
964
- "LASTNAMEATTR": "Lastname",
965
- "MIDDLENAMEATTR": "Middlename",
966
- "POSTATTR": "Post",
967
- "RESOURCE": "Resource",
968
- "SCOPE": "Scope",
969
- "BGCOLOR": "Background color",
970
- "LOGO": "Icon",
971
- "ENABLED": "ENABLED",
972
- "LOGINBY": "Sign in with",
973
- "COMPANY": "Select a company"
974
- },
975
- "OBJECTS": {
976
- "COLUMNS": {
977
- "COMMENT_TITLE": "Comment",
978
- "CONTROLLERSTATE_TITLE": "Controller state",
979
- "FULLNAME_TITLE": "Full name",
980
- "SCHEDULE_TITLE": "Operating mode",
981
- "SHORTNAME_TITLE": "Short name",
982
- "STATUS_TITLE": "Status",
983
- "TIMEZONE_TITLE": "Timezone",
984
- "WORSTPARAMSTATE_TITLE": "Param state",
985
- "CHANNELSTATE_TITLE": "Channels state"
986
- },
987
- "GROUP_EDIT": {
988
- "OPERATINGMODE": "Group assignment of operation mode for selected objects",
989
- "TEMPORARY_SCHEDULER": "Group assignment of temporary scheduler for selected objects"
990
- }
991
- },
992
- "OBJECT_MENU": "Object",
993
- "OBJECT_STATE": {
994
- "accessible": "all accessible",
995
- "error": "Critical",
996
- "falsevalue": "Unreliable",
997
- "inaccessible": "number of inaccessible controllers",
998
- "none": "No control",
999
- "success": "Norm",
1000
- "warning": "Deviation"
1001
- },
1002
- "OBJECT_TREE_STATE": {
1003
- "GROUP_DELETE": {
1004
- "CONFIRM_OBJECTS_DELETE": "Confirm objects delete",
1005
- "CONFIRM_OBJRUBRICS_DELETE": "Confirm rubrics delete"
1006
- }
1007
- },
1008
- "ObjRubric": "Rubric",
1009
- "ObjRubrics": "Rubrics",
1010
- "Object": "Object",
1011
- "Object Count": "Objects count",
1012
- "Object notifications": "Notify by objects",
1013
- "Object Shortname": "Shortname",
1014
- "Object State": "State",
1015
- "Object State Name": "State name",
1016
- "Object name": "Object name",
1017
- "Object operating mode": "Object operating mode",
1018
- "Object operatingmode": "Object operating mode",
1019
- "Object problems": "Object problems",
1020
- "Object status": "Object status",
1021
- "ObjectID": "Objects",
1022
- "Objects": "Objects",
1023
- "Objects tree": "Objects tree",
1024
- "Objects successfully deleted": "Objects successfully deleted",
1025
- "Objects by statuses": "Objects by statuses",
1026
- "Off": "Off",
1027
- "off.": "off.",
1028
- "Off/On": "Off/On",
1029
- "Ok": "OK",
1030
- "On": "On",
1031
- "on.": "on",
1032
- "On borders": "on borders",
1033
- "Once": "Once",
1034
- "Open comments": "Open comments",
1035
- "Open in new tab": "Open in new tab",
1036
- "Open in new window": "Open in new window",
1037
- "Open the edit pane": "Open the edit pane",
1038
- "Open the sections pane": "Open the sections pane",
1039
- "Operating mode": "Operating mode",
1040
- "Operatingmode": "Operatingmode",
1041
- "OPERATINGMODE": "OPERATINGMODE",
1042
- "Operation mode": "Operation mode",
1043
- "Other dashboards with parameter": "Other dashboards with parameter",
1044
- "Output": "Out",
1045
- "PARAMS_MENU": "Params",
1046
- "Param": "Param",
1047
- "Param code": "Code",
1048
- "Param labels": "Param labels",
1049
- "Param value status": "Param value status",
1050
- "ParamCategory": "Category ",
1051
- "ParamCategories": "Categories",
1052
- "ParamList": "Parameters",
1053
- "Paramlists": "Parameters",
1054
- "ParamName": "Name",
1055
- "ParamTags": "Tags",
1056
- "ParamTitle": "Title",
1057
- "Paramtype": "Parameter type",
1058
- "Paramcount": "Parameter count",
1059
- "Parameter": "Parameter",
1060
- "Parameter State": "State",
1061
- "Parameter Title": "Title",
1062
- "Parameter borders": "Parameter borders",
1063
- "Parameter control not set": "Parameter control not set",
1064
- "Parameter information": "Parameter information",
1065
- "Parameter information not available": "Parameter information not available",
1066
- "Parameter name": "Name",
1067
- "Parameter status representation": "Parameter status representation",
1068
- "Parameter statuses representation": "Parameter statuses representation",
1069
- "Parameters": "Parameters",
1070
- "Parameters borders": "Parameters borders",
1071
- "Paramon": "Paramon",
1072
- "Params list": "Params list",
1073
- "Paramter events": "Paramter events",
1074
- "Paramvalue": "Value",
1075
- "Password": "Password",
1076
- "Power User": "Power user",
1077
- "Period": "Period",
1078
- "Phase": "Ph.",
1079
- "Phone": "Phone",
1080
- "Picture List": "Picture list",
1081
- "Picture list": "Picture list",
1082
- "Pictures list": "Pictures list",
1083
- "Pin this panel": "Pin this panel",
1084
- "Unpin this panel": "Close this panel",
1085
- "Planingarea": "Planingarea",
1086
- "Please, select widget": "Please, select widget",
1087
- "Policy URL": "Privacy Policy URL",
1088
- "Port": "PORT",
1089
- "Position": "Position",
1090
- "Power": "Power",
1091
- "Privacy Policy": "Privacy Policy",
1092
- "Priority": "Priority",
1093
- "Proc Condition": "Condition",
1094
- "Proc Conditions": "Conditions",
1095
- "Prod Number": "Product Number",
1096
- "Product number": "Product Number",
1097
- "Pulse counter": "pulse counter",
1098
- "Rebranding": "Rebranding",
1099
- "refType": "Ref. type",
1100
- "REGENERATE_CCP": "Recreate Calc.Pr.",
1101
- "Recovery": "Recovery",
1102
- "Recovery password": "Recovery password",
1103
- "Reference links": "Reference links",
1104
- "Refresh dashboard": "Refresh dashboard",
1105
- "Reload": "Reload",
1106
- "Remember me": "Remember me",
1107
- "Remove all tags": "Remove all tags",
1108
- "Repeat": "Repeat",
1109
- "Reports": "Reports",
1110
- "Reports and analytics": "Reports and analytics",
1111
- "Analytics": "Analytics",
1112
- "REPLACE": "REPLACE",
1113
- "Request date": "Request date",
1114
- "Reset": "Reset",
1115
- "Reset all": "Reset all",
1116
- "Reset password": "Reset password",
1117
- "Resources": "Resources",
1118
- "Result": "Result",
1119
- "Resulttime": "Result time",
1120
- "Retryinterval": "Retry interval",
1121
- "Return": "Return",
1122
- "Right": "Right",
1123
- "Role": "Role",
1124
- "Role name": "Role name",
1125
- "Roles": "Roles",
1126
- "ROLL_BACK": "Roll back date changes",
1127
- "Round the clock": "Round the clock",
1128
- "Row Titles": "Row titles",
1129
- "Rubric": "Rubric",
1130
- "Rubrics": "Rubrics",
1131
- "Rubrics successfully deleted": "Rubrics successfully deleted",
1132
- "Rule": "Rule",
1133
- "Rule Locked": "Blocking a rule in a typical configuration",
1134
- "RuleAction": "Rule Action",
1135
- "RuleActions": "Rule Actions",
1136
- "RuleInController": "Rule in controller",
1137
- "RuleInControllers": "Rule in controller",
1138
- "RuleLocation": "Rule Location",
1139
- "RuleLocations": "Rule Location",
1140
- "Rulename": "Name",
1141
- "Ruleon": "Ruleon",
1142
- "Rules": "Rules",
1143
- "S Dir_ObjectState": "Object State",
1144
- "S Dir_ObjectStates": "Object State catalog",
1145
- "SAVE": "SAVE",
1146
- "SAVE AND UPLOAD": "Save and upload files",
1147
- "SDir_ParamState": "Parameter State catalog",
1148
- "SDir_ParamStates": "Parameter State catalog",
1149
- "SEND": "SEND",
1150
- "SELECT": {
1151
- "rubric": "The rubrics",
1152
- "object": "The objects",
1153
- "TO_MANY": "To many elements are selected. Max count: 10"
1154
- },
1155
- "Select company": "Select company",
1156
- "By rubric": "By rubric",
1157
- "By object": "By object",
1158
- "Type a message": "Type a message",
1159
- "SHARED": {
1160
- "FIND": "Find",
1161
- "REVERT": "Revert",
1162
- "SAVE": "Save",
1163
- "SEARCH": "Search"
1164
- },
1165
- "SVG Load success": "SVG file(s) load success",
1166
- "SW Restart": "SW Restart",
1167
- "SW Stop": "SW Stop",
1168
- "Save": "Save",
1169
- "Save individual": "Save individual",
1170
- "Saved": "Saved",
1171
- "Schedule": "Schedule",
1172
- "ScheduleAction": "Action",
1173
- "ScheduleActions": "Actions - deprecated",
1174
- "ScheduleRule": "Rule",
1175
- "ScheduleRules": "Schedules rules - deprecated",
1176
- "ScheduleTemplate": "Schedule Template",
1177
- "ScheduleTemplates": "Schedule Templates",
1178
- "Scheduled": "Scheduled",
1179
- "Schedules": "Schedules",
1180
- "Schedules and rules": "Schedules and rules",
1181
- "Schedules rule": "Schedules rule",
1182
- "Schname": "Name",
1183
- "Search": "Search",
1184
- "Search in table": "Search",
1185
- "Search object": "Search object",
1186
- "Select": "Select",
1187
- "Select Widget Templates": "Select Widget Templates",
1188
- "Select alert sound": "Select alert sound",
1189
- "Select an action": "Select an action",
1190
- "Select controller": "Select controller",
1191
- "Select dashboard": "Select dashboard",
1192
- "Select dashboards": "Select dashboards",
1193
- "Select devices": "Select devices",
1194
- "Select events to display": "Select events to display",
1195
- "Select downloadable file": "Select the downloadable file, and place it in the download area, or press select",
1196
- "Select file": "Select file",
1197
- "Select icon libraries": "Select icon libraries",
1198
- "Select notification methods": "Select notification methods",
1199
- "Select objects": "Select objects",
1200
- "Select objects for which to execute the command": "Select objects for which to execute the command",
1201
- "Select objects for notification": "Select objects for notification",
1202
- "Select objects for which the notification will be generated": "Select objects for which the notification will be generated",
1203
- "Select line parameters": "Select line parameters",
1204
- "Select a parameter to compare": "Select a parameter to compare",
1205
- "Select rubric": "Select rubric",
1206
- "Select typical configs": "Select typical configs",
1207
- "Select config files": "Select config files",
1208
- "Select data files": "Select data files",
1209
- "Select users": "Select users",
1210
- "Select widget": "Select widget",
1211
- "Select value": "Select value",
1212
- "Selected": "Selected",
1213
- "Selected columns": "Selected columns",
1214
- "Selected device": "Select device",
1215
- "Selected elements": "Selected elements",
1216
- "Selected groups": "Selected groups",
1217
- "Selected reasons": "Selected reasons",
1218
- "Selected roles": "Selected roles",
1219
- "Selected tags": "Selected tags",
1220
- "Selecting param": "Selecting param",
1221
- "Selection": "Selection",
1222
- "Sensitivity": "Sensitivity",
1223
- "Sent event": "Sent event",
1224
- "Senttime": "Sent time",
1225
- "Serial": "Serial",
1226
- "Serial number": "Serial number",
1227
- "Service filter": "Service filter",
1228
- "Set": "Set",
1229
- "Set Value": "Set Value",
1230
- "Set Value Log": "SetValue Log",
1231
- "Set Value Logs": "SetValue Logs",
1232
- "Setting up param": "Setting up param",
1233
- "Settings of widget": "Settings of widget",
1234
- "Set schedule on controller after save": "Set schedule on controller after save",
1235
- "Go to controllers list after save": "Go to controllers list after save",
1236
- "Shift": "Shift",
1237
- "Shift period": "Shift period",
1238
- "Short name": "Short name",
1239
- "Shortname": "Shortname",
1240
- "Show all": "Show all",
1241
- "Show all attributes": "Show all attributes",
1242
- "Hide all attributes except inventories": "Hide all attributes except inventories",
1243
- "Show all invetories": "Show all inventories",
1244
- "Show dashboard": "Show dashboard",
1245
- "Show filter": "Show filter",
1246
- "Show hidden dashboards": "Show hidden dashboards",
1247
- "Show object on the map": "Show object on the map",
1248
- "Show objects": "Show objects",
1249
- "Show parameters without control procedure": "Show parameters without control procedure",
1250
- "Shown N from N": "Shown {0} from {1}",
1251
- "Signal": "signal",
1252
- "Signal type": "Signal type",
1253
- "Snapshot value": "snapshot value",
1254
- "Sizes was copied": "Sizes was copied",
1255
- "Sort": "Sort",
1256
- "Stacked area": "Stacked area",
1257
- "Start typing": "Start typing...",
1258
- "State": "State",
1259
- "State color": "State color",
1260
- "State date": "State date",
1261
- "State map": "State map",
1262
- "State name": "State name",
1263
- "STATES": {
1264
- "ACTUAL": "Actual",
1265
- "OUTDATED": "Outdated",
1266
- "SYNCING": "Syncing"
1267
- },
1268
- "String parameter is not processed": "String parameter is not processed",
1269
- "Subs": "Subs",
1270
- "Switch items": "Switch items",
1271
- "Switch state": "Switch state",
1272
- "Switching ability": "Switching ability",
1273
- "System": "System",
1274
- "Table updated": "Table updated!",
1275
- "Tags": "Тags",
1276
- "Templatename": "Template name",
1277
- "TemplateOfChannelsXLSX": "Channel template (xlsx)",
1278
- "Terms": "Terms",
1279
- "Terms URL": "Terms URL",
1280
- "Text": "Text",
1281
- "The operating mode and time schedules successfully deleted!": "The operating mode and time schedules successfully deleted!",
1282
- "The same dates cannot be entered": "The same dates cannot be entered",
1283
- "The verification code was sent to your email address": "The verification code was sent to your email address",
1284
- "Time intervals": "Time intervals",
1285
- "Time zone": "Time zone",
1286
- "Timestmp": "Time stamp",
1287
- "Title": "Title",
1288
- "Title Copy dashboard": "Copy dashboard",
1289
- "Title Copy widget": "Copy widget",
1290
- "To event": "To event",
1291
- "To list of objects": "To the list of objects",
1292
- "To download a typical configuration": "To download the data, select the zip file obtained during the export. The name of the loaded data (devices, configurations, etc.) should not duplicate the already existing ones.",
1293
- "To receive notifications via TELEGRAM, subscribe to the bot": "To receive notifications via TELEGRAM, subscribe to the bot",
1294
- "To typical schedule": "To typical schedule",
1295
- "Toast_Error_Caption": "Error",
1296
- "Toast_Message_Caption": "Info",
1297
- "Toast_Success_Caption": "Success",
1298
- "Toggle search by object or rubric": "Toggle search by object or rubric",
1299
- "Topic": "Topic",
1300
- "To set an icon, drag it to the status on the right": "To set an icon, drag it to the status on the right",
1301
- "Turn off schedule": "Turn off schedule",
1302
- "Type something": {
1303
- "0": {
1304
- "0": {
1305
- "0": ""
1306
- }
1307
- }
1308
- },
1309
- "TOOLTIPS": {
1310
- "PROCCONDITION": {
1311
- "CONDITION": {
1312
- "TEXT":"A condition is a logic expression for controlling the value of a\nparameter.\n\nExamples:\n— V > 20 && V <= 40 — the condition is met if the parameter value is greater than 20 and less than or equal to 40\n— V >= 55 || V < 20 — the condition is met if the parameter value is greater than or equal to 55, or less than 20.",
1313
- "LINK": "https://docs.inspark.ru/en/admin/control"
1314
- },
1315
- "SDIRPARAMSTATE": {
1316
- "TEXT": "The state of the parameter, depending on the current value of the parameter and the specified control conditions.\n\nStatuses in descending order of criticality:\n— «Critical»: the parameter value has exceeded the maximum permissible level\n— «Difference»: the parameter value has deviated from the norm, but has not reached the critical level\n— «Ok»: the standard value of the parameter\n— «Undefined»: the parameter value is outdated and cannot be trusted\n— «Not under control»: parameter values are not controlled."
1317
- },
1318
- "CORDER": {
1319
- "TEXT": "Verification of compliance with the conditions is performed sequentially, starting with the smallest ordinal number and then ascending. If several conditions have the same sequence number, the\nsequence of their verification is determined randomly."
1320
- },
1321
- "TIMECONSTRAINTS": {
1322
- "TEXT": "Limit the time intervals in which the parameter value will be checked for compliance with the condition of the control procedure using the Cron scheduler.\n\nThe schedule component in the syntax is divided into 5 different fields, which are arranged in the following order:\n\n * * * * *\n ┬ ┬ ┬ ┬ ┬\n │ │ │ │ │\n │ │ │ │ │\n │ │ │ │ └───── day of week (0 - 6) (0 is Sunday)\n │ │ │ └────────── month (1 - 12)\n │ │ └─────────────── day of month (1 - 31)\n │ └──────────────────── hour (0 - 23)\n └───────────────────────── min (0 - 59)\n\nBelow are some examples of using the cron schedule component:\n\n— * * * * * — run the command every minute.\n— 13 * * * * — run the command for 13 minutes at the beginning of each\nhour.\n— 0,15,30,45 * * * * — запускать команду каждые 15 минут.\n— */15 * * * * — run the command every 15 minutes.\n— 0 5 * * * — run the command every day at 5:00.\n— 0 4 * * 2-4 — run the command every Tuesday, Wednesday and Thursday\nat 4:00.\n— 10,45 */9 * 7-12 * — run the command at the 10th and 45th minute of\nevery 9th hour every day of the last 6 months of the year.",
1323
- "LINK": "https://docs.inspark.ru/en/admin/cron"
1324
- },
1325
- "TOLERANCE": {
1326
- "TEXT": "The time interval (in minutes) of continuous fulfillment of the condition, after which the event will be created and the status assigned to the parameter."
1327
- },
1328
- "EVENT": {
1329
- "TEXT": "Select the event that will be generated when the condition is met.\nYou can change the list of events in the «System / Events» section if you have the appropriate rights."
1330
- }
1331
- }
1332
- },
1333
- "Type tag": "Type tag",
1334
- "Type to search": "Type minimum 3 symbols",
1335
- "Types": "Types",
1336
- "Typical config": "Typical configuration",
1337
- "Typical problem": "Typical problem",
1338
- "Typical problems": "Typical problems",
1339
- "TypicalConfig": "Typical configuration",
1340
- "TypicalConfigs": "Typical configuration",
1341
- "URL": "Url",
1342
- "USER": {
1343
- "CHANGE_PASSWORD_FORM": {
1344
- "PASSWORD_CONFIRM": "Confirm password",
1345
- "PASSWORD_CONFIRM_MATCH_ERROR": "Passwords do not match",
1346
- "PASSWORD_NEW": "New password",
1347
- "PASSWORD_OLD": "Old password",
1348
- "TITLE": "Change password"
1349
- },
1350
- "PROFILE": {
1351
- "TITLE": "Profile"
1352
- },
1353
- "PROFILE_FORM": {
1354
- "DASH_SELECT_ERROR": "Dashboard not loaded",
1355
- "DEFAULT_DASHBOARD": "Default dashboard",
1356
- "DEFAULT_STATE": "Default state",
1357
- "FIRSTNAME": "First name",
1358
- "LASTNAME": "Last name",
1359
- "MAIN_SETTINGS": "Main settings",
1360
- "MIDDLENAME": "Middle name",
1361
- "PHONE": "Phone",
1362
- "POSITION": "Position"
1363
- },
1364
- "USER_MENU": {
1365
- "PROFILE": "Profile",
1366
- "USER_SETTINGS": "User settings"
1367
- }
1368
- },
1369
- "Undefined template widget type": "Undefined template widget type",
1370
- "Union": "Union",
1371
- "Unit": "Unit",
1372
- "Units": "Units",
1373
- "Unknown": "Unknown",
1374
- "Unlock dashboard": "Unlock dashboard",
1375
- "Update": "Update",
1376
- "Update channels": "Update channels",
1377
- "Update dashboard": "Update dashboard",
1378
- "Update error!": "Update error!",
1379
- "Update to": "Update to",
1380
- "Upload": "Upload",
1381
- "Upload config": "Upload config",
1382
- "Upload data": "Upload data",
1383
- "Upload channels": "Load channels from excel file",
1384
- "Urgency": "Urgency",
1385
- "Used in signal parameters": "Used to represent the status of signal parameters",
1386
- "User": "User",
1387
- "User Contact": "User Contact",
1388
- "User Contacts": "User Contacts",
1389
- "User account": "Account",
1390
- "User menu": "User menu",
1391
- "UserConfigurations": "User config.",
1392
- "UserGroups": "User Groups",
1393
- "UserSubscription": "User subscription",
1394
- "Username": "Username",
1395
- "Username is required": "Username is required",
1396
- "Usernotifications": "Usernotifications",
1397
- "Users": "Users",
1398
- "Value": "Value",
1399
- "VALUE_TYPES": {
1400
- "FULL": {
1401
- "SIGNAL": "Signal",
1402
- "INSTANT": "Instant",
1403
- "INCREMENTAL SUMMATION": "Incremental summation",
1404
- "PULSE COUNTER": "Pulse counter",
1405
- "STRING": "String",
1406
- "IMAGE": "Image"
1407
- },
1408
- "SHORT": {
1409
- "SIGNAL": "Sig",
1410
- "INSTANT": "Inst.",
1411
- "INCREMENTAL SUMMATION": "Incr.",
1412
- "PULSE COUNTER": "Pulse",
1413
- "STRING": "Str.",
1414
- "IMAGE": "Img."
1415
- }
1416
- },
1417
-
1418
- "Value Date": "Value Date",
1419
- "Valuetype": "Value type",
1420
- "Vendor": "Vendor",
1421
- "Vendor name": "Name",
1422
- "Verification data": "Verification data",
1423
- "View type": "View type",
1424
- "View schedules and chart": "View schedules and chart",
1425
- "Visibility": "Visibility",
1426
- "Visible cols": "Show cols captions",
1427
- "Visible rows": "Show rows captions",
1428
- "Waiting for a response from the controller": "Waiting for a response from the controller",
1429
- "WGTemplate": "Widget library",
1430
- "Web Site": "Web Site",
1431
- "Week": "Week",
1432
- "Wgconfig": "WG config",
1433
- "Wgitem": "WG item",
1434
- "Wgitemconfig": "WG Item config",
1435
- "Wgitemconfigs": "WG Item config",
1436
- "Wgitems": "WG Items",
1437
- "Wgitemtype": "WG Item type",
1438
- "Wgitemtypes": "WG Item types",
1439
- "Wgtemplate": "WG template",
1440
- "Widget": "Widget",
1441
- "Widget configuration": "Widget configuration",
1442
- "Widget copying": "Widget copying",
1443
- "Widget purchased": "Widget purchased",
1444
- "Widget title": "Widget title",
1445
- "Widget updated": "Widget updated",
1446
- "Widget was copied": "Widget was copied",
1447
- "WidgetTemplate Comment": "Comment",
1448
- "WidgetTitle": "Title",
1449
- "Widgets": "Widgets",
1450
- "WindowSize": {
1451
- "Adaptive": "Adaptive",
1452
- "Desktop": "Desktop",
1453
- "Mobile": "Mobile",
1454
- "SuperWide": "Super wide",
1455
- "Tablet": "Tablet"
1456
- },
1457
- "Wrong valformat": "Wrong format",
1458
- "Yearly": "Yearly",
1459
- "You accept next events": "You accept next events",
1460
- "You should assign schedule template first": "",
1461
- "Your browser version is not supported": {
1462
- " So some functions could work incorrectly": "Your browser version is not supported. So some functions could work incorrectly"
1463
- },
1464
- "Your comment": "Your comment",
1465
- "Your password has been reset": "Your password has been reset",
1466
- "Zone": "Zone",
1467
- "Zones": "Zones",
1468
- "Zoom in map": "Zoom in",
1469
- "Zoom out map": "Zoom out",
1470
- "access denied": "access denied",
1471
- "accessible": "accessible",
1472
- "applyInterval": "Apply",
1473
- "APPEND": "APPEND",
1474
- "arcFileLoader": "arcFileLoader",
1475
- "authorization failed": "authorization failed",
1476
- "averagedData": "averaged data",
1477
- "calc params": "Calculated parameters",
1478
- "calcparam_group": "Calculate params",
1479
- "calcparamstateicon": "",
1480
- "calcparamstateicons": "Status icons",
1481
- "calendar added": "calendar added",
1482
- "calendars": "calendars",
1483
- "candlesChart": "candles chart",
1484
- "categoryname": "Name",
1485
- "charts": "Charts",
1486
- "col": "col",
1487
- "column switch": "switch",
1488
- "comment": "Comment",
1489
- "configurations": "Configurations",
1490
- "corder": "Order",
1491
- "dashboard": "Dashboard",
1492
- "dateFromToError": "dateFromToError",
1493
- "dateFromToErrorExplanation": "dateFromToErrorExplanation",
1494
- "defpvalue": "Default value",
1495
- "delete": "Delete",
1496
- "device params": "Measured parameters",
1497
- "deviceparamstateicon": "",
1498
- "deviceparamstateicons": "Status icons",
1499
- "devices": "Devices",
1500
- "Display Value": "Display Value",
1501
- "displayName": "Display Name",
1502
- "displayname": "Display Name",
1503
- "dn": "dn",
1504
- "edit": "Edit",
1505
- "emulator schedule": "Emulator schedule",
1506
- "error": "",
1507
- "eventslog": "Events",
1508
- "UNKNOWN ERROR": "Service call failed. If the error persists, contact your system administrator.",
1509
- "UNKNOWN IMAGE LOADING ERROR": "Image loading error. The size may have been exceeded. Try to choose a smaller image, or contact your system administrator.",
1510
- "everyday": "everyday",
1511
- "exportToCSV": "CSV",
1512
- "expression": "Expression",
1513
- "falsevalue": "",
1514
- "fri": "fri",
1515
- "groupEdit": "Group edit",
1516
- "h": "h",
1517
- "holiday": "holiday",
1518
- "holidays": "holidays",
1519
- "home": "Home",
1520
- "host": "host",
1521
- "iconMenuName": "Icon library",
1522
- "inaccessible": "inaccessible",
1523
- "interval": "interval",
1524
- "ip": "TCP/IP",
1525
- "isLoading": "is loading",
1526
- "lineChart": "line chart",
1527
- "map": "Map",
1528
- "maxlength: ": "maxlength",
1529
- "measureUnitNotDefined": "measure Unit not defined",
1530
- "meterReading": "Meter Reading",
1531
- "min": "min",
1532
- "mon": "mon",
1533
- "name": "name",
1534
- "noDataAvailable": "no data available",
1535
- "no_records": "No records",
1536
- "non-working": "non-working",
1537
- "none": "none",
1538
- "objectattr": "",
1539
- "objectattrs": "",
1540
- "objects": "objects",
1541
- "objrubricattr": "",
1542
- "objrubricattrs": "",
1543
- "objrubricbyuser": "rubric by user",
1544
- "objrubricbyusers": "rubric by users",
1545
- "objrubricsbyuser": "rubrics by user",
1546
- "paramtag": "Tag",
1547
- "paramtags": "Tags",
1548
- "port": "port",
1549
- "procname": "procedure",
1550
- "rawData": "rawData",
1551
- "row": "row",
1552
- "sat": "sat",
1553
- "schedule": {
1554
- "at_time": "at time"
1555
- },
1556
- "senttime": "sent time",
1557
- "serialnumber": "serial number",
1558
- "status": "Status",
1559
- "subscription": "subscription",
1560
- "subscriptions": "subscriptions",
1561
- "success": "",
1562
- "sun": "sun",
1563
- "sunrise": "sunrise",
1564
- "sunset": "sunset",
1565
- "sysuserattr": "",
1566
- "sysuserattrs": "",
1567
- "temporary scheduler": "Temporary scheduler",
1568
- "TIMESCHEDULE": "TEMPORARY SCHEDULE",
1569
- "thu": "thu",
1570
- "time": "Time",
1571
- "timeconstraints": "Time constraints",
1572
- "timezone": "Time zone",
1573
- "today": "today",
1574
- "today at": "today",
1575
- "tolerance": "tolerance (min)",
1576
- "topic": "topic",
1577
- "tue": "tue",
1578
- "unit_amperage": "A",
1579
- "unit_frequency": "Hz",
1580
- "unit_power": "W",
1581
- "unit_voltage": "V",
1582
- "urgent": "urgent",
1583
- "url": "url",
1584
- "userstate": "user state",
1585
- "userstates": "user states",
1586
- "warning": "",
1587
- "wed": "wed",
1588
- "weekend": "weekend",
1589
- "weekends": "weekends",
1590
- "wgtemplate Icon Loader": "wgtemplate Icon Loader",
1591
- "will work on": "will work on",
1592
- "workdays": "workdays",
1593
- "yAxis": "yAxis",
1594
- "zonename": "Zone name",
1595
- "{0} selected": "{0} selected",
1596
- "{{'Home' | translate }}": "",
1597
- "{{item": {
1598
- "label}}": ""
1599
- },
1600
- "mute": "Mute/Unmute",
1601
- "д1": "d1",
1602
- "д2": "d2",
1603
- "Photo": "Photo",
1604
- "Archive": "Archive",
1605
- "No detection": "No detection",
1606
- "Stream": "Stream",
1607
- "Media": "Media",
1608
- "Наблюдатель": "Observer",
1609
- "System administrator": "Application administrator",
1610
- "Системный администратор": "System administrator",
1611
- "Manage User, UserGroup, Sdir_Role, Sdir_Function" : "Manage User, UserGroup, Sdir_Role, Sdir_Function",
1612
- "Пользователь с максимальными правами": "User with maximum rights",
1613
- "Пользователь со всеми правами на просмотр": "User with rights to view",
1614
- "Manage all library objects": "Manage all library objects",
1615
- "Edit object and rubric properties. Manage units. Can set parameters value.": "Edit object and rubric properties. Manage units. Can set parameters value.",
1616
- "Manage Objects, Controller, Unit. Execute controller's command ": "Manage Objects, Controller, Unit. Execute controller's command",
1617
- "Full access to app operations ": "Full access to app operations",
1618
- "Read dashboards, charts, map. Execute dashboard's command": "Read dashboards, charts, map. Execute dashboard's command",
1619
- "Total time": "Total time",
1620
- "Closed events": "Closed events",
1621
- "Verified": "Verified",
1622
- "Account": "Email or phone",
1623
- "Verify code": "Verify code",
1624
- "Request code": "Request code",
1625
- "Request successfully send": "Request successfully send",
1626
- "Code successfully verified": "Code successfully verified",
1627
- "You should verify created contact": "You should verify created contact",
1628
- "Verify your contact again": "Verify your contact again",
1629
- "Verification code": "Verification code",
1630
- "You can try again after": "You can try again after"
1631
- }