@operato/scene-scichart 7.0.7 → 7.1.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (75) hide show
  1. package/CHANGELOG.md +19 -0
  2. package/cache/translations/system/en.json +1 -1
  3. package/cache/translations/system/ko.json +1 -1
  4. package/db.sqlite +0 -0
  5. package/dist/charts/axis-synchronizer.d.ts +10 -0
  6. package/dist/charts/axis-synchronizer.js +32 -0
  7. package/dist/charts/axis-synchronizer.js.map +1 -0
  8. package/dist/charts/ox-scichart-multiple.d.ts +43 -0
  9. package/dist/charts/ox-scichart-multiple.js +298 -0
  10. package/dist/charts/ox-scichart-multiple.js.map +1 -0
  11. package/dist/charts/ox-scichart.d.ts +4 -1
  12. package/dist/charts/ox-scichart.js +1 -0
  13. package/dist/charts/ox-scichart.js.map +1 -1
  14. package/dist/charts/scichart-builder.d.ts +10 -1
  15. package/dist/charts/scichart-builder.js +98 -15
  16. package/dist/charts/scichart-builder.js.map +1 -1
  17. package/dist/index.d.ts +1 -0
  18. package/dist/index.js +1 -0
  19. package/dist/index.js.map +1 -1
  20. package/dist/scichart-multiple-timeseries.d.ts +14 -0
  21. package/dist/scichart-multiple-timeseries.js +60 -0
  22. package/dist/scichart-multiple-timeseries.js.map +1 -0
  23. package/dist/scichart-timeseries.d.ts +2 -11
  24. package/dist/scichart-timeseries.js +2 -42
  25. package/dist/scichart-timeseries.js.map +1 -1
  26. package/dist/templates/index.js +2 -1
  27. package/dist/templates/index.js.map +1 -1
  28. package/dist/templates/scichart-multiple-timeseries.d.ts +53 -0
  29. package/dist/templates/scichart-multiple-timeseries.js +81 -0
  30. package/dist/templates/scichart-multiple-timeseries.js.map +1 -0
  31. package/helps/scene/component/scichart-multiple-timeseries.md +23 -0
  32. package/helps/scene/component/scichart-timeseries.md +18 -0
  33. package/icons/scichart-multiple-timeseries.png +0 -0
  34. package/logs/.08636eb59927f12972f6774f5947c8507b3564c2-audit.json +26 -6
  35. package/logs/.5e5d741d8b7784a2fbad65eedc0fd46946aaf6f2-audit.json +31 -21
  36. package/logs/{application-2024-07-13-21.log → application-2024-07-28-03.log} +8 -8
  37. package/logs/{application-2024-07-13-20.log → application-2024-07-28-17.log} +32 -36
  38. package/logs/application-2024-07-28-18.log +210 -0
  39. package/logs/application-2024-07-29-01.log +105 -0
  40. package/logs/application-2024-07-29-14.log +105 -0
  41. package/logs/application-2024-07-29-16.log +105 -0
  42. package/logs/connections-2024-07-23-14.log +50 -0
  43. package/logs/connections-2024-07-25-23.log +50 -0
  44. package/logs/connections-2024-07-26-18.log +50 -0
  45. package/logs/connections-2024-07-28-03.log +50 -0
  46. package/logs/connections-2024-07-28-17.log +200 -0
  47. package/logs/connections-2024-07-28-18.log +100 -0
  48. package/logs/connections-2024-07-29-01.log +50 -0
  49. package/logs/connections-2024-07-29-14.log +50 -0
  50. package/logs/connections-2024-07-29-16.log +50 -0
  51. package/package.json +2 -2
  52. package/schema.graphql +112 -0
  53. package/src/charts/axis-synchronizer.ts +37 -0
  54. package/src/charts/ox-scichart-multiple.ts +362 -0
  55. package/src/charts/ox-scichart.ts +3 -1
  56. package/src/charts/scichart-builder.ts +136 -24
  57. package/src/index.ts +1 -0
  58. package/src/scichart-multiple-timeseries.ts +74 -0
  59. package/src/scichart-timeseries.ts +3 -54
  60. package/src/templates/index.ts +2 -1
  61. package/src/templates/scichart-multiple-timeseries.ts +87 -0
  62. package/things-scene.config.js +0 -2
  63. package/translations/en.json +3 -1
  64. package/translations/ja.json +3 -1
  65. package/translations/ko.json +3 -1
  66. package/translations/ms.json +3 -1
  67. package/translations/zh.json +3 -1
  68. package/tsconfig.tsbuildinfo +1 -1
  69. package/logs/connections-2024-07-08-22.log +0 -50
  70. package/logs/connections-2024-07-08-23.log +0 -100
  71. package/logs/connections-2024-07-09-15.log +0 -100
  72. package/logs/connections-2024-07-10-00.log +0 -50
  73. package/logs/connections-2024-07-10-10.log +0 -50
  74. package/logs/connections-2024-07-13-20.log +0 -200
  75. package/logs/connections-2024-07-13-21.log +0 -50
package/CHANGELOG.md CHANGED
@@ -3,6 +3,25 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [7.1.1](https://github.com/things-scene/operato-scene/compare/v7.1.0...v7.1.1) (2024-07-29)
7
+
8
+
9
+ ### :bug: Bug Fix
10
+
11
+ * chart annotation editor & axis for ox-scichart-multiple ([b0dcdd9](https://github.com/things-scene/operato-scene/commit/b0dcdd9366da3a7ae9240478f60efc457ccaff0f))
12
+ * chart annotation editor & axis for ox-scichart-multiple ([c3ca9a9](https://github.com/things-scene/operato-scene/commit/c3ca9a9728b059da588b3cef5e73ccda676be2a8))
13
+
14
+
15
+
16
+ ## [7.1.0](https://github.com/things-scene/operato-scene/compare/v7.0.12...v7.1.0) (2024-07-28)
17
+
18
+
19
+ ### :rocket: New Features
20
+
21
+ * scichart-multiple-timeseries ([d8c6f99](https://github.com/things-scene/operato-scene/commit/d8c6f997bb7118f0400c0f114a42fa1040ebe0d5))
22
+
23
+
24
+
6
25
  ## [7.0.7](https://github.com/things-scene/operato-scene/compare/v7.0.6...v7.0.7) (2024-07-13)
7
26
 
8
27
 
@@ -1 +1 @@
1
- {"button.save":"save","button.delete":"delete","label.accumulator_sum":"sum","label.accumulator_avg":"avg","label.accumulator_count":"cnt","label.accumulator_max":"min","label.accumulator_min":"max","text.operato":"Operato Framework powered by hatiolab.com","label.days":"days","label.hours":"hours","label.minutes":"minutes","label.seconds":"seconds","field.entity":"entity","field.attributes":"attributes","label.module":"module","label.uri":"URI","text.please choose a provider":"Please choose a provider","label.daily":"daily","label.day-of-month":"day of month","label.day-of-week":"day of week","label.domain-owner":"domain owner","label.examples":"examples","label.hour":"hour","label.hourly":"hourly","label.minute":"minute","label.minute by minute":"minute by minute","label.month":"month","label.monthly":"monthly","label.privilege":"privilege","label.protected-request-ip":"safe request IP","label.second":"second","label.second by second":"second by second","label.superuser":"superuser","label.weekly":"weekly","label.yearly":"yearly","text.10 am on every payday":"10 am on every payday","text.allowed values":"allowed values","text.any value":"any value","text.every 12 hours":"every 12 hours","text.every 15 minutes":"every 15 minutes","text.every 15 seconds":"every 15 seconds","text.every 2 hours":"every 2 hours","text.every 2 minutes":"every 2 minutes","text.every 2 seconds":"every 2 seconds","text.every 30 seconds":"every 30 seconds","text.every christmas":"every christmas","text.every day":"every day","text.every half hour":"every half hour","text.every hour":"every hour","text.every hour during working time":"every hour during working time","text.every minute":"every minute","text.every second":"every second","text.every sunday":"every sunday","text.every weekday":"every weekday","text.range of values":"range of values","text.step values":"step values","text.the first day of every month":"the first day of every month","text.the first day of every year":"the first day of every year","text.value list separator":"value list separator","text.you.are.now.in":"you are now in {state}","text.offline":"offline","text.online":"online","field.id":"id","field.name":"name","field.description":"description","field.domain":"domain","field.created_at":"created at","field.updated_at":"updated at","field.deleted_at":"deleted at","field.creator":"creator","field.updater":"updater","field.deleter":"deleter","field.timezone":"timezone","field.default":"default","field.system_flag":"system_flag","field.subdomain":"subdomain","field.brand_name":"brand_name","field.brand_image":"brand_image","field.content_image":"content_image","field.theme":"theme","prompt.sure to navigate away?":"You have unsaved changes. Are you sure you want to navigate away?","text.are_you_sure":"are you sure?","text.data_deleted_successfully":"data deleted successfully","text.data_updated_successfully":"data updated successfully","text.data_uploaded_successfully":"data uploaded successfully","text.existing_item_found":"existing item found","text.nothing_changed":"nothing changed","text.nothing_selected":"nothing selected","text.there_is_nothing_to_delete":"there is nothing to delete","text.there_is_nothing_to_save":"there is nothing to save","text.column visibility setting":"column visibility","error.auth error":"auth error. {message}","error.authn verification failed":"user credential verification failed.","error.confirm password not matched":"new password and confirm password is not matched","error.domain mismatch":"certificate is not for this domain","error.domain not allowed":"this domain is not allowed for you","error.failed to find x":"failed to find {x}","error.password should match the rule":"password should match following rule. ${rule}","error.password used in the past":"password used in the past","error.subdomain not found":"domain not found","error.token or password is invalid":"token or password is invalid","error.unavailable-domain":"unavailable domain","error.user credential registeration failed":"user credential registration failed. It may be an already registered credential.","error.user credential registration not allowed":"user credential registration failed. The registration timed out or was not allowed.","error.user duplicated":"user duplicated","error.user not activated":"user is not activated","error.user not found":"user not found","error.user or verification token not found":"user or verification token not found","error.user validation failed":"user validation failed","error.x is not a member of y":"{x} is not a member of {y}","field.active":"active","field.appliance_id":"appliance id","field.brand":"brand","field.category":"category","field.email":"email address","field.model":"model","field.password":"password","field.privileges":"privileges","field.roles":"roles","field.token":"token","field.user":"user","field.user_account":"user account","field.user_type":"user type","label.partner":"partner","privilege.category.system":"system setting","privilege.description":"to {name} {category} data","privilege.name.mutation":"edit","privilege.name.query":"read","text.account is reactivated":"account is reactivated","text.delete account succeed":"delete account succeed","text.inactive user":"inactive user","text.invalid verification token":"invalid verification token","text.invitation email sent":"invitation email sent","text.password changed successfully":"password changed successfully","text.password reset email sent":"password reset email sent","text.password reset succeed":"password reset succeed","text.pattern_atleast_1_digit":"at least 1 digit character","text.pattern_atleast_1_lowercase":"at least 1 lowercase character","text.pattern_atleast_1_special":"at least 1 special character(!@#$%^&*())","text.pattern_atleast_1_uppercase":"at least 1 uppercase character","text.pattern_minimum_charaters":"minimum {length} charaters","text.pattern_not_allowed":"not allowed repeated charater","text.profile changed successfully":"profile changed successfully","text.result":"result","text.signout successfully":"signout successfully","text.user activated successfully":"user activated successfully","text.user credential registered successfully":"device registration has been successfully completed. You can now use biometric authentication.","text.user registered successfully":"user registered successfully. find your email to activate account","text.verification email sent":"verification email sent","field.value":"value","label.home":"home","title.mdibar setting":"MDI setting","field.user_id":"user_id","field.routing":"routing","label.category":"category","label.file":"file","label.select file":"select file","label.ref_by":"Reference ID","error.not allowed file type for upload":"{mimetype} is not an allowed file type for upload.","text.api-sandbox":"API sandbox","text.oauth2-clients":"oauth2 clients","error.scenario not found":"scenario '{scenario}' not found.","error.scenario run error":"an error occurred while processing the '{scenario}' request. please contact the administrator.","error.scenario run unauthorized":"you do not have permission to run the {scenario} scenario. please contact the administrator.","error.schedule is not set":"schedule should be set for the scenario '{scenario}' in order to register as a schedule","error.timezone is not set":"timezone should be set for the scenario '{scenario}' in order to register as a schedule","error.scenario instance not found":"scenario instance '{instance}' not found.","label.auth-key":"authentication key","label.subscription-handlers":"subscription handlers","label.trust-server-certificate":"trust server certificate","label.maxPoolConnection":"Max Pool Connection","label.idleTimeoutMillis":"Idle Timeout (milliseconds)","label.connectionTimeoutMillis":"Connection Timeout (milliseconds)","field.thumbnail":"thumbnail","field.group":"group","field.boards":"boards","error.board name is already taken":"Board name '{name}' is already taken. Pls. retry with different board name.","error.name must be unique from the original board":"Board name '{name}' must be unique from the original board. Pls. retry with different board name.","menu.printer-device":"Printer","label.printer_ip":"Printer IP","label.printer_driver":"Printer Driver","label.printer_port":"Printer Port","label.service_url":"Service URL","label.dpi":"DPI","label.job_type":"Job Type","label.job_class":"Job Class","label.job_category":"Job Category","text.printed":"printed","label.default label printer":"default label printer","title.default label printer":"default label printer","button.accept":"Accept","button.account":"account","button.add":"add","button.align-bottom":"align bottom","button.align-center":"align center","button.align-left":"align left","button.align-middle":"align middle","button.align-right":"align right","button.align-top":"align top","button.back-to-info":"back to information","button.bring-forward":"bring forward","button.bring-to-back":"bring to back","button.bring-to-front":"bring to front","button.cancel":"cancel","button.cancel-request-confirm":"Re-Edit","button.cancel-request-release":"Re-Edit","button.change_password":"Change Password","button.check":"Check","button.check-initialized":"Check Initialized Settings","button.clear":"Clear","button.close":"Close","button.confirm":"confirm","button.copy":"copy","button.create":"create","button.decrease-font":"decrease font","button.detail":"Detail","button.edit":"edit","button.edit-group":"Edit Group","button.export":"export","button.export-locale-file":"export locale files","button.font-selector":"Font Selector","button.fullscreen":"fullscreen","button.group":"group","button.history":"print history","button.image-download":"image download","button.import-board":"import board","button.increase-font":"increase font","button.info":"info","button.init-setting":"Create Settings","button.logout":"logout","button.modeller":"modeller","button.new":"new","button.new-group":"New Group","button.open-import":"Import","button.profile":"profile","button.redo":"redo","button.refresh":"refresh","button.register-template":"register template","button.reject":"Reject","button.release":"release","button.rename":"rename","button.request-confirm":"Finish","button.request-release":"finish","button.request_active":"Activating","button.request_role":"Request Role","button.reset":"Reset","button.reset_password":"Reset","button.revert-board-version":"revert version","button.role-list":"Roles","button.script":"script","button.self-confirm":"Self confirm","button.send-backward":"send backward","button.setting":"setting","button.setup":"Setup","button.sign_in":"Login","button.sign_up":"Sign Up","button.submit":"submit","button.toggle-property-panel":"toggle property panel","button.toggle_sidebar":"Menu Toggle","button.undo":"undo","button.ungroup":"ungroup","button.update":"update","button.upload":"Upload","button.version-up":"version up","button.view":"view","button.view-short":"view","button.zoom-in":"zoom in","button.zoom-out":"zoom out","component.container":"container","component.popup":"popup","component.info-window":"info window","component.local-ref":"local reference","component.global-ref":"global reference","component.group":"group","component.line":"line","component.dash":"dash","component.single arrow":"single arrow","component.both arrow":"both arrow","component.polyline":"polyline","component.ortholine":"ortholine","component.rect":"rect","component.ellipse":"ellipse","component.donut":"donut","component.triangle":"triangle","component.polygon":"polygon","component.star":"star","component.text":"text","component.color image":"color image","component.gray image":"gray image","component.image-view":"image-view","component.gif image":"gif image","component.gif-view":"gif-view","component.audio":"audio","component.video":"video","component.embed":"embed","component.model-layer":"canvas","error.count over license limit":"Your board or domain count over license limit!","error.invalid license key":"Invalid license key!","error.license expiration notice":"License Expiration Notice","error.license key is empty":"License Key is empty!","error.license key is not certified":"License Key is not certified!","error.license token not valid":"Your license token data is not valid!","error.MAX_LENGTH_OF_X_IS_Y":"Maximum Length of {name} is {value}","error.SERVER-ERROR":"An error occurred at the server.({msg})","error.setting-error":"Setting error","error.SHOULD_NOT_BE_EMPTY":"value '{value}' should not be empty","error.your license due date is x, please renewal your license!":"Your license due date is {x}, please renewal your license!","error.your license is expired! expired date is [x]":"Your license is expired! Expired date is [{x}]","error.your license is not valid in this host":"Your license is not valid in this host!","field.visibility":"visibility","label.3dcontainer-style":"3d containerstyle","label.3dish":"3D","label.3dmode":"3D Mode","label.accessor":"accessor","label.action":"action","label.activation":"Active","label.active":"Active","label.active-fill-style":"active fill style","label.active-font-color":"active font color","label.active-line-color":"active line color","label.active-line-width":"active line width","label.active_request":"Request","label.add":"add","label.add-new-font-family":"add new font-family","label.admin":"Admin","label.admin-email":"Admin Email","label.admin-name":"Admin Name","label.agent-url":"Agent URL","label.align":"Align","label.all":"all","label.animation":"animation","label.animation-interval":"animation-interval","label.anti-alias":"anti aliasing","label.api-key":"api key","label.api-url":"API URL","label.attachment":"Attachment","label.attachment-id":"Attachment ID","label.auth":"authority","label.auth-domain":"auth domain","label.authorization":"authorization","label.auto refresh board view":"auto refresh board view","label.auto-rotate":"auto rotate","label.autoplay":"autoplay","label.axes":"axes","label.axis-max":"Max","label.axis-max-auto":"Max Auto","label.axis-min":"Min","label.axis-min-auto":"Min Auto","label.axis-step-size":"Step","label.back-side-template":"back side template","label.background-color":"background color","label.base-url":"Base URL","label.begin-size":"begin size","label.begin-type":"begin type","label.bevel":"bevel","label.blank-stroke-style":"blank stoke style","label.board":"board","label.board-copy":"board copy (domain, group)","label.board-template":"board template","label.boolean":"boolean","label.border-color":"border color","label.border-style":"border style","label.border-type":"border type","label.border-width":"border width","label.box-color":"box color","label.brand-name":"Brand Name","label.brand_name":"Brand Name","label.broker":"broker","label.cap-type":"cap type","label.change-group":"Group Change","label.chart":"chart","label.chart-style":"chart style","label.chart-type":"Chart type","label.checked":"checked","label.child-data-path":"child data path","label.cl-border-color":"CL border color","label.cl-border-width":"CL border width","label.class":"class","label.client-id":"client id","label.closable":"closable","label.color":"Color","label.color-stops":"color stops","label.columns":"columns","label.command":"Command","label.compass-style":"compass style","label.confirmed-password":"Confirmed Password","label.confirmed_password":"Confirmed Password","label.confirmer":"Releaser","label.connection":"connection","label.content":"content","label.conveyor-type":"conveyor type","label.copy-value-to-data":"copy value to data","label.count":"count","label.create":"create","label.created-at":"created at","label.creator":"Creator","label.cross-origin":"Cross-Origin","label.current_password":"Current Password","label.curved":"curved","label.cycle":"Cycle","label.data":"data","label.data-format":"data format","label.data-index":"data index","label.data-key":"Data Key","label.data-spread":"data spread","label.data-type":"Data type","label.database-url":"database url","label.deactivation":"Deactive","label.debug":"debug","label.default-color":"default color","label.default-image-storage":"Default Image Storage","label.delay":"Delay","label.delete":"Delete","label.depth":"depth","label.description":"description","label.dimension":"dimension","label.direction":"Direction","label.disabled":"disabled","label.display":"Display","label.display-tick":"Display Tick","label.domain":"domain","label.domain-name":"Domain Name","label.domain-url":"Domain URL","label.domain_app":"domain application","label.donut-style":"donut style","label.duration":"Duration","label.email-id":"email ID","label.email_address":"Email Address","label.emphasize":"Emphasize","label.end-alpha":"End Alpha","label.end-angle":"end angle","label.end-size":"end size","label.end-type":"end type","label.end-value":"end value","label.error":"Error","label.eval":"eval","label.far":"Far","label.field":"field","label.fill":"Fill","label.fill-style":"fill style","label.final_confirm":"Final Confirmation","label.fit":"Fit","label.floor":"floor","label.font":"font","label.font-code":"Font Code","label.font-color":"font color","label.font-family":"font family","label.font-size":"font size","label.format":"format","label.fov":"FOV","label.front-side-template":"front side template","label.gauge-style":"gauge style","label.gradient":"gradient","label.grid-line":"Grid Line","label.group":"Group","label.headless-link":"headless link","label.headless-link by-name":"generate by name","label.headless-link query-key":"query key","label.headless-link query-parameters":"query parameters","label.headless-link target-appliance":"target appliance","label.height":"height","label.hidden":"hidden","label.hide-empty-stock":"hide empty stock","label.hide-rack-frame":"hide rack frame","label.horizontal":"horizontal","label.hour-width":"Hour Width","label.hover-event":"Hover Event","label.href":"href","label.id":"ID","label.identifier":"Identifier","label.image":"image","label.image-box":"Image Box","label.image-selector":"Image Selector","label.image-source":"Source","label.image-src":"image source","label.image-view":"image view","label.in-text":"in text","label.indoor-style":"indoor style","label.info":"Information","label.info-window":"info. window","label.information":"information","label.initial-data":"initial data","label.inner-circle-color":"Inner Circle Color","label.inner-circle-fill-style":"inner circle fill style","label.inner-circle-size":"Inner Circle Size","label.innercircle-fillstyle":"innercircle fill style","label.input-data":"input data","label.intent-sensitive":"Intent Sensitive","label.intext":"intext","label.is-empty":"is empty","label.is-local-time":"is localtime","label.item-hidden":"hidden","label.join-type":"join type","label.key":"key","label.keyword":"Keyword","label.label":"label","label.label-print":"label print","label.label-rotation":"label rotation","label.label-thumbnail-storage":"Label Thumbnail Storage","label.last-sign-in-at":"last sign in at","label.latitude":"latitude","label.layout":"layout","label.leg-color":"leg color","label.legend":"Legend","label.legend-position":"legend position","label.legend-target":"Legend Target","label.line-color":"Line Color","label.line-height":"Line Height","label.line-style":"line style","label.line-tension":"line tension","label.line-type":"line type","label.line-width":"Line Width","label.lines":"Lines","label.locale":"Locale","label.location":"location","label.location-field":"Location Field","label.location-increase-pattern":"location increase pattern","label.location-pattern":"location pattern","label.locked":"locked","label.login":"Login","label.longitude":"longitude","label.loop":"loop","label.mac-address":"Mac Address","label.major":"Major","label.manual":"manual","label.map":"map","label.material":"material","label.max":"max","label.max-length":"max length","label.menu":"Menu","label.messaging-sender-id":"messaging sender ID","label.method":"method","label.min":"min","label.min-section":"min section","label.min-unit":"min unit","label.minor":"Minor","label.minute-width":"Minute Width","label.miter":"miter","label.mm":"mm","label.modal":"modal","label.mode":"mode","label.move_to_admin":"Move to Administrator Page","label.multi-axis":"Multi Axis","label.multiple":"multiple","label.name":"name","label.ndns":"No Data No Show","label.ndnsp":"No Data No Spreading","label.near":"Near","label.needle-fill-style":"needle fill style","label.needle-fillstyle":"needle fill style","label.needle-round":"Needle Round","label.needle-size":"needle size","label.new_password":"New Password","label.no-fill":"no fill","label.no-repeat":"no repeat","label.number":"number","label.offset-x":"Offset X","label.offset-y":"Offset Y","label.opacity":"opacity","label.opinion":"opinion","label.options":"options","label.padding":"padding","label.partial-spreading":"partial spreading","label.passcode":"passcode","label.path":"path","label.pattern":"pattern","label.period":"period","label.persistent-data":"persistent data","label.picking-location":"picking location","label.picking-order":"picking order","label.placeholder":"placeholder","label.play":"play","label.play-group":"play group","label.player":"player","label.pls-name-font-family":"pls. name font-family","label.point-bg-color":"Point Bg Color","label.point-border-color":"point border color","label.point-border-width":"point border width","label.point-shape":"Point Shape","label.point-size":"Point Size","label.popup-scene":"Popup Scene","label.port":"port","label.position":"Position","label.precision":"precision","label.pressed":"pressed","label.print-history":"Print History","label.printed-at":"Printed At","label.printer":"Printer","label.processed_at":"processed at","label.processor":"processor","label.progress-style":"progress style","label.project-id":"project ID","label.property":"property","label.provider":"provider","label.qos":"qos","label.qty":"qty.","label.rack-style":"rack style","label.range":"range","label.ratio":"ratio","label.readonly":"readonly","label.rect-style":"rect style","label.ref":"reference","label.released_at":"Released at","label.releases":"releases","label.remove":"remove","label.rename":"Rename","label.repeat":"repeat","label.request":"Request","label.requested_at":"requested at","label.requester":"requester","label.reset-password":"Reset Password","label.reset_password":"Reset Password","label.restore-on-leave":"restore on leave","label.retain":"retain","label.retention":"retention","label.reverse":"reverse","label.role":"role","label.roll-width":"roll width","label.rotate":"rotate","label.rotation":"rotation","label.rotation-speed":"Rotation Speed","label.rotation-x":"rot. X","label.rotation-y":"rot. Y","label.rotation-z":"rot. Z","label.round":"round","label.rows":"rows","label.rule-type":"rule type","label.save-new-board":"save new board","label.scale":"scale","label.scale-h":"height scale","label.scale-height":"Scale Height","label.scale-w":"width scale","label.scale-width":"Scale Width","label.scene-count":"Scene count","label.scene-number":"SCENE Number","label.screen-size":"Screen Size","label.second-width":"Second Width","label.section":"section","label.series":"series","label.shadow":"shadow","label.shadowOffsetX":"Offset-X","label.shadowOffsetY":"Offset-Y","label.shadowSize":"Size","label.shelf-pattern":"shelf pattern","label.shelves":"shelves","label.show":"show","label.show-end-value":"show end value","label.show-legend":"show legend","label.show-needle":"show needle","label.show-number":"Show Number","label.show-second":"Show Second","label.show-start-value":"show start value","label.show-step-line":"show step line","label.show-step-text":"show step text","label.show-sub-step":"show sub step","label.show-substep":"show substep","label.show-text":"ShowText","label.sign-up":"Sign Up","label.sign_up":"Sign Up","label.size":"size","label.skip-numbering":"Skip Numbering","label.solid":"solid","label.source":"source","label.spc-option":"SPC option","label.spread-on-init":"spread on init","label.square":"square","label.src":"source","label.ssl":"SSL","label.stacked":"stacked","label.star-style":"star style","label.start-alpha":"Start Alpha","label.start-angle":"start angle","label.start-section":"Start Section","label.start-unit":"Start Unit","label.start-value":"start value","label.status":"Status","label.step":"step","label.step-fill-style":"step fill style","label.step-fillstyle":"step fill style","label.step-needle-size":"step needle size","label.step-text-size":"step text size","label.stock-scale":"Stock Scale","label.storage":"Storage","label.storage-bucket":"storage bucket","label.storage-root":"Storage Root","label.string":"string","label.stroke-style":"stroke style","label.style":"style","label.sub-step":"sub step","label.subdomain":"Subdomain","label.subject":"subject","label.submit-on-change":"submit on change","label.submit-on-load":"submit on load","label.substep":"substep","label.subtext-size":"subtext size","label.support-markdown":"markdown formatting","label.symbol":"symbol","label.system_flag":"System Flag","label.tab-active-index":"tab active index","label.tab-reference":"tab reference","label.tag":"tag","label.tap-event":"Tap Event","label.target":"target","label.target-axis":"Target Axis","label.target-map":"Target Map","label.template":"template","label.template-prefix":"template prefix","label.text":"text","label.text-align":"Text Align","label.text-box":"text box","label.text-fill-style":"text color","label.text-fillstyle":"text fill style","label.text-format":"text format","label.text-overflow":"text overflow","label.text-size":"Text Size","label.text-style":"text style","label.text-wrap":"text wrap","label.textbox":"text box","label.theme":"theme","label.theta":"Theta","label.thickness":"thickness","label.tilt":"tilt","label.time-format":"time format","label.title":"title","label.topic":"topic","label.translate":"translate","label.type":"type","label.ucl/lcl-border-color":"LCL border color","label.ucl/lcl-border-width":"LCL border width","label.unit":"unit","label.update":"update","label.updated-at":"updated at","label.updater":"Updater","label.url":"url","label.user":"user","label.user_auth_setting":"User Authority Assignment","label.user_name":"User Name","label.utc":"UTC","label.uuid":"UUID","label.value":"Value","label.value-display":"Display Value","label.value-prefix":"Value Prefix","label.value-suffix":"Value Suffix","label.variable":"variable","label.variable-list":"variable list","label.variables":"Variables","label.version":"Version","label.vertical":"vertical","label.viewer-option":"viewer option","label.waiting-time":"Waiting Time","label.warning":"Warning","label.wheel-size":"wheel size","label.width":"width","label.will-get-return":"will get return","label.wing":"wing","label.with-credentials":"with credentials","label.wslivevideo-style":"live video style","label.x-axes":"X Axes","label.y-2nd-axes":"Y 2nd Axes","label.y-axes":"Y Axes","label.z-axes":"Z Axes","label.z-pos":"pos. Z","label.zone":"zone","label.zoom":"Zoom","menu.admin":"Administrator","menu.attachments":"attachments","menu.board-list":"board list","menu.board-template":"board template","menu.domain":"Domain","menu.domain-list":"Domain","menu.fonts":"Fonts","menu.group-auth":"Group Authority","menu.group-list":"group list","menu.initialize-setting":"initialize settings","menu.my-scenes":"my scenes","menu.play-groups":"play group list","menu.preferences":"Preferences","menu.recent-created":"recent created","menu.recent-printed":"recent printed","menu.recent-released":"recent released","menu.recent-submitted":"recent submitted","menu.recent-updated":"recent updated","menu.request-auth":"Approval Authorization","menu.user-list":"User","menu.variables":"Variables","scene.scene-height":"Scene Height(Pixel)","scene.scene-width":"Scene Width(Pixel)","text.add_files":"text.Add Files","text.board cloned":"board '{board}' is cloned successfully","text.board created":"board '{board}' is created successfully","text.board deleted":"board '{board}' is deleted successfully","text.board released":"board '{board}' is released successfully","text.board reverted":"board '{board}' is reverted to version-'{version}' successfully","text.board updated":"board '{board}' is updated successfully","text.boards imported":"{count} boards are imported into group {group}","text.can-not-change-group":"You don't have authority to change group information!","text.can-not-version-up":"There exists not released version, can not create new version.","text.cancel":"text.Cancel","text.cancel_all":"text.Cancel All","text.cannot-be-deleted":"This can not be deleted","text.character-number-allowed":"Only characters and number are allowed.","text.check_password_in_mail":"You can check your password through your email","text.check_register_in_mail":"You can check result of acceptance through your email.","text.connecting":"text.Connecting...","text.delete-domain":"Delete Domain!","text.delete-in-proc":"Deleting is in process.","text.deleting":"Deleting","text.drop_file_here":"text.Drop file here...","text.drop_files_here":"text.Drop files here...","text.empty-admin-url-allowed":"Administrator Page URL should not be empty! Please set the Administrator Page URL at Settings page","text.empty-base-url-not-allowed":"Base URL should not be empty! Please set the Base URL","text.emptyDataMessage":"Search Result is Nothing.","text.emptyGridMessage":"It's Empty Grid.","text.failed_logout":"Failed to Logout.","text.file_is_too_big":"text.File is Too Big.","text.final-confirmation":"Final Confirmation!","text.forbidden":"text.Forbidden","text.group created":"group '{group}' is created successfully","text.group deleted":"group '{group}' is deleted successfully","text.group updated":"group '{group}' is updated successfully","text.group-required":"Label Group is Required!","text.incorrect_file_type":"text.Incorrect File Type.","text.info_invalid":"Typed information is not valid.","text.initialize-setting-success":"Initialization process is finished successfully","text.invalid-email":"It's invalid email form.","text.invalid-value":"Typed invalid value.","text.invalid_input":"Invalid Input.","text.joined into play-group":"board '{board}' joined into play-group '{playGroup}'","text.leaved from play-group":"board '{board}' leaved from play-group '{playGroup}'","text.login_failure":"Login failure.","text.model-overlay":"Because this label is status of {1} \n, you can not edit more.","text.model-overlay-authority-not-allow-change":"Cause of your authority, you can not edit more.","text.model-overlay-status-not-allow-change":"Because this label is status of {1} \n, you can not edit more.","text.modeller-release-msg":"The version now you edit is older version, do you want to create and release new version base on the version?","text.modeller-release-title":"Release:Version Warning","text.modeller-save-msg":"The version now you edit is older version, do you want to create new version base on the version?","text.modeller-save-title":"Save:Version Warning","text.move-to-home":"It will be moved to home.","text.name-and-group-required":"Label Name and Label Group is Required!","text.New Alarm Message is Arrived.":"New Alarm Message is Arrived.","text.no released version information available":"no released version information available","text.NOTHING_CHANGED":"Nothing Changed","text.only-edit-status-label-can-be-deleted":"Only EDIT Status Label allow to be deleted!","text.only-edit-status-label-can-be-saved":"Only authorized user and EDIT Status Label allow to be updated!","text.password_inited":"Password Initialized","text.password_mismatch":"Password mismatch password and confirmed password","text.play-group created":"play-group '{playGroup}' is created successfully","text.play-group deleted":"play-group '{playGroup}' is deleted successfully","text.play-group updated":"play-group '{playGroup}' is updated successfully","text.pls-name-board":"Type board name","text.processing_file":"Processing File...","text.processing_msg":"Your Request is Processing.","text.pw_changed":"Password is changed","text.pw_changed_msg":"Your Account Password is Changed","text.register_in_process":"User registering is on processing.","text.register-template":"register template","text.remaining_time":"remaining time: ","text.reorder play-group":"play-group '{playGroup}' is reordered successfully","text.request-role-success":"Role requested and admin will check it at e-mail.","text.required_error":"Value Required.","text.saved":"saved","text.search with type, id or tag":"search with type, id or tag","text.select_file":"Select File","text.Server Processing":"Server Processing ...","text.server_unavailable":"text.Server Unavailable","text.settings-already-done":"Settings are already done.","text.stalled":"text.Stalled.","text.Success to Process":"Success to Process","text.Sure To Delete Important":"All related data will be removed. Are you sure to delete?","text.Sure to X":"Are you sure to {x}","text.sure-delete-domain":"Are you sure to delete it? (Every related data will be removed.)","text.sure-delete-domain-final":"Every related data will be removed. Are you sure to DELETE it?","text.sure-to-delete":"Are you sure to delete?","text.theme":"theme","text.too_many_files":"Too Many Files.","text.unexpected_server_error":"Unexpected Server Error","text.unknown_remaining_time":"unknown remaining time","text.user-active-confirm":"Would you like to active this user?","text.want-to-cancel-request-confirm":"Do you want to change this version to eidting version?","text.want-to-confirm":"Do you want to release this version?","text.want-to-request-confirm":"Do you want to change this to finished version?","text.want-to-version-up":"Do you want to version up?","title.attachment list":"attachment list","title.board view setting":"Board UI setting","title.board-template list":"board template list","title.copy":"Copy","title.create-board":"create board","title.create-group":"create group","title.error":"Error","title.info":"Information","title.new-preferences":"New Preferences","title.new-variable":"New Variable","title.select attachment":"select attachment","title.select board":"select board","title.select font":"select font","title.setting schedule":"setting schedule","title.theme list":"theme list","title.update-domain":"Update Domain","title.update-group":"Update Group","title.update-preferences":"Update Preferences","title.update-user":"Update User","title.update-variable":"Update Variable","title.warn":"Warning","text.help":"help","label.email.from":"from","label.email.to":"to","label.email.subject":"subject","label.email.contents":"contents","label.email.html":"HTML","label.email.user":"user","label.email.pass":"pass","label.influxdb.organization":"organization","label.influxdb.query":"query","label.influxdb.bucket":"bucket","label.influxdb.measurement":"measurement","label.influxdb.point-scheme":"point scheme","label.influxdb.token":"token","label.auth-tenant-id":"auth tenant id","label.body":"body","label.client-secret":"client secret","label.filter":"filters","label.orderby":"orderby","label.prompt":"prompt","label.select":"select","label.skip":"skip","label.top":"top","button.clear-cache":"clear cache","field.display":"display","field.locale":"locale","text.clearing-cache":"clearing cache","title.terminology":"terminology","field.company":"company","field.address":"address","field.department":"department","field.phone":"phone","title.contact":"contact","title.contact list":"contact list","title.edit":"edit","button.add-child-dept":"sub. dept.","button.add-sibling-dept":"peer dept.","button.copy from":"copy from","button.detach":"detach","field.approver":"approver","field.control-no":"control No.","field.hired-on":"hired on","field.note":"note","field.owner-type":"owner type","field.supervisor":"supervisor","label.control-no":"control No.","label.hired-on":"hired on","label.Department":"department","label.Employee":"employee","label.Role":"role","label.MyDepartment":"my department","label.MySupervisor":"my supervisor","label.Myself":"myself","label.department":"department","label.employee":"employee","label.manager":"manager","label.myself":"myself","label.note":"note","label.picture":"picture","label.alias":"alias","label.job-responsibility":"job responsibility","label.job-position":"job position","label.retired-at":"retired at","title.approval-line editor":"approval line editor","title.approval-line item list":"approval line item list","title.approval-line template list":"approval line template list","title.assignee list":"assignee list","title.assignees editor":"assignee editor","title.common-approval-line template list":"common approval line template list","title.my-approval-line template list":"my approval line template list","title.employee list":"employee list","title.department list":"department list","title.department tree":"department hierarchy","title.organization":"organization","title.employees-by-department":"Employees By Department","button.push message test":"push message test","button.notification-send":"notification send","button.reload":"reload","field.receivers":"receivers","field.title":"title","field.body":"body","field.url":"url","field.image":"image","label.allow push message":"allow push message","label.clear all":"clear all","label.notification list":"notification list","label.subscription token":"subscription token","title.notification subscription":"notification subscription","title.notification-sender":"notification sender","text.the application has been updated":"The application has been updated.","text.no notification available":"no notification available","text.notification subscribed already":"notification subscribed already","text.notification subscribe started":"notification subscribe started","text.notification unsubscribed":"notification unsubscribed","text.notification unsubscribed already":"notification unsubscribed already","text.notification subscribing failed":"notification subscribing failed","text.web push notification unblock guide":"You have blocked web push notification permissions. Click the lock icon to the left of the address bar to unblock notification permissions.","text.push notification is not supported in your browser":"push notification is not supported in your browser.","label.receivers":"receivers","label.message-body":"message","label.push-notification":"push notification","button.start monitor":"start monitor","button.stop monitor":"stop monitor","field.api_url":"API URL","field.connection":"connection","field.crontab":"crontab","field.endpoint":"endpoint","field.log":"log","field.message":"message","field.params":"parameters","field.privilege":"privilege","field.progress":"progress","field.result":"result","field.rounds":"rounds","field.schedule":"schedule","field.skip":"skip","field.state-value":"state value","field.task":"task","field.ttl-seconds":"TTL(seconds)","field.type":"type","field.wrote-at":"wrote at","label.address":"address","label.auth-client":"oauth2 client","label.authtype":"auth-type","label.cases":"cases","label.clear":"clear","label.clientlib-path":"client library path","label.confirm":"confirm","label.database":"database","label.encoding":"encoding","label.encrypt":"encrypt","label.endian":"endian","label.error-propagation":"error propagation","label.float type":"floating point type","label.goto":"goto","label.headers":"headers","label.jsonata-expression":"JSonata expression","label.level":"level","label.mapping-rule":"mapping rule","label.message":"message","label.mutation":"mutation query","label.number of bytes":"number of bytes","label.object-type":"object type","label.operation":"operation","label.parameters":"parameters","label.params":"parameters","label.pool-increment":"connection pool increment","label.pool-min":"min. connection pool","label.pool-max":"max. connection pool","label.priority":"priority","label.procedure":"procedure","label.procedure-code":"procedure code","label.procedure-name":"procedure name","label.product-id":"product ID.","label.quantity":"quantity","label.query":"Query","label.reject-unauthorized":"reject unauthorized","label.scenario":"scenario","label.script":"script","label.search-params":"search params","label.selectors":"selectors","label.timeout":"timeout","label.username":"username","label.vendor-id":"vendor ID.","label.wait-for":"wait for","text.alternative single values":"alternative single values","text.connection":"connection","text.connection list":"connection list","text.copy":"copy","text.delete":"delete","text.info_x_successfully":"{x} success.","text.integration analysis":"integration analysis","text.integration monitor":"integration monitor","text.no properties to set":"there's no properties to set","text.scenario":"scenario","text.scenario list":"scenario list","text.sure_to_x":"Sure to {x}?","title.edit privilege":"edit privilege","title.import connection":"import connection","title.import scenario":"import scenario","title.scenario-detail":"scenario detail","title.scenario-instance":"scenario instance","title.scenario-log":"scenario log","title.select entity":"select entity","title.state-register":"state register","button.activate":"activate","button.deactivate":"deactivate","button.delete role":"delete role","button.delete this appliance":"delete this appliance","button.delete user":"delete user","button.generate new access token":"generate new access token","button.go to home":"go to home","button.need help":"need help","button.register business domain":"register new business domain","button.security-key registration":"security key registration","button.terminate contract":"terminate","button.transfer owner":"transfer owner","error.new-password-and-confirm-password-do-not-match":"new password and confirm password do not match","error.not valid pattern of type":"not valid pattern of {type}","error.password-not-matched":"password not matched. after 5 failures, your account will be locked. (failure: {failCount})","error.user duplicated.":"there is a user account using same email.","error.user-deleted":"user account is deleted","error.user-locked":"user account is locked","error.value is empty":"{value} is empty","error.x already exists in y":"{x} already exists in {y}","field.accessed-at":"accessed at","field.client-id":"client id","field.client-secret":"client secret","field.confirm password":"confirm password","field.forgot-password":"forgot password","field.hidden":"hidden","field.ip_address":"ip address","field.netmask":"netmask","field.options":"options","field.owner":"owner","field.owner-user":"owner","field.parent-domain":"parent domain","field.private-key":"private key","field.required privilege":"required privilege","field.serial-no":"serial #","field.sign in":"sign in","field.sign out":"sign out","field.sign up":"sign up","field.status":"status","field.tag":"tag","field.tenant-id":"tenant id","field.user-type":"user type","label.access token":"access token","label.activated-user":"activated","label.admin-user":"admin","label.application":"application","label.banned-user":"banned","label.blacklist":"blacklist","label.change password":"change password","label.common-user":"common","label.company":"company","label.customers":"customers","label.delete account":"delete account","label.deleted-user":"deleted","label.email":"email","label.inactive-user":"inactive","label.invite customer":"invite customer","label.invite user":"invite user","label.language":"language","label.locked-user":"locked","label.login_history":"login history","label.password":"password","label.protectedlist":"protected IP list","label.redirect_uri":"redirect uri","label.resend":"resend","label.select_domain":"select domain","label.send activation email":"send activation email","label.signin with":"signin with {title}","label.state":"state","label.vendors":"vendors","label.whitelist":"whitelist","label.x description":"{x} description","label.x name":"{x} name","text.appliance":"terminal appliance","text.appliance credential":"terminal appliance credential","text.application management":"application management","text.are_you_sure_to_delete_x":"are you sure to delete {x}","text.are_you_sure_to_terminate_contract":"are you sure to terminate contract?","text.are_you_sure_to_transfer_owner":"are you sure to transfer owner?","text.are_you_sure_to_x":"are you sure to {x}?","text.are_you_sure_to_x_user":"are you sure to {x} user?","text.attribute management":"attribute management","text.auth profile":"user profile","text.auth-provider management":"auth provider management","text.cannot_delete":"cannot be deleted","text.change password":"change password","text.click login history":"If you want to see your recent login history, click","text.completed":"completed","text.confirm password":"confirm password","text.create role":"create role","text.current password":"current password","text.delete account warning message":"this action cannot be undone. this will permanently delete all about this account.\n\nplease type in the email and password of this account to confirm.","text.deleted_successfully":"deleted successfully","text.do_you_want_to_create_role":"do you want to create role?","text.do_you_want_to_invite_x":"do you want to invite {x}","text.domain management":"domain management","text.email is not matched":"email is not matched.","text.new password":"new password","text.no domain available":"no domain available","text.owner_transfer_completed":"owner transfer completed","text.password rule":"make sure it's at least 15 characters OR at least 8 characters including a number and a lowercase letter.","text.passwords do not match":"these passwords don't match.","text.please enter the email of the user you want to transfer owner":"please enter the email of the user you want to transfer owner","text.registered roles":"registered roles","text.remaining time":"{days} days {hours} hours {mins} mins {secs} seconds remain","text.role_management":"role management","text.select domain":"select domain","text.should select at least one of x":"please select at least one of {x}","text.signed in":"signed in","text.signed out":"signed out","text.synchronize":"synchronize","text.token expiry time":"token expiry time","text.updated_successfully":"updated successfully","text.user management":"user management","text.x_cannot_delete":"{x} cannot be deleted","text.x_created_successfully":"{x} created successfully","text.x_deleted_successfully":"{x} deleted successfully","text.your account is not activated":"your account is not activated.","text.your email address":"your email address","title.attribute-item list":"attribute-item list","title.attributes":"attributes","title.auth-provider":"auth provider","title.create_domain":"create domain","title.forgot password":"forgot password","title.invalid input":"invalid input","title.lookup role":"lookup role","title.lookup user":"lookup user","title.need help":"need help?","title.nothing selected":"nothing selected","title.owner_transfer":"owner transfer","title.partners":"partners","title.protected-privileges":"protected privileges","title.reset password":"reset password","title.secure-ip-list":"secured IP list","title.sign in":"sign in","title.sign up":"sign up","title.unlock account":"unlock account","button.import":"import","label.import":"import","title.import":"import","field.menu":"menu","field.rank":"rank","field.style":"style","field.icon":"icon","field.text":"text","field.auth":"auth","field.logic":"logic","field.term":"term","field.col_type":"col type","field.col_size":"col size","field.nullable":"nullable","field.ref_type":"ref type","field.ref_name":"ref name","field.ref_url":"ref url","field.ref_params":"ref params","field.ref_related":"ref related","field.search_rank":"search rank","field.sort_rank":"sort rank","field.reverse_sort":"reverse sort","field.virtual_field":"virtual field","field.ext_field":"ext field","field.search_name":"search name","field.search_editor":"search editor","field.search_oper":"search oper","field.search_init_val":"search init val","field.grid_rank":"grid rank","field.grid_editor":"grid editor","field.grid_format":"grid format","field.grid_validator":"grid validator","field.grid_width":"grid width","field.grid_align":"grid align","field.uniq_rank":"uniq rank","field.form_editor":"form editor","field.form_validator":"form validator","field.form_format":"form format","field.def_val":"def val","field.range_val":"range val","field.ignore_on_save":"ignore on save","field.view_section":"view section","field.entity_id":"entity id","field.data_prop":"data prop","field.association":"association","field.search_url":"search url","field.save_url":"save url","field.master_field":"master field","field.custom_view":"custom view","field.parent":"parent","field.childrens":"childrens","field.template":"template","field.menu_type":"menu type","field.icon_path":"icon path","field.hidden_flag":"hidden flag","field.routing_type":"routing type","field.detail_form_id":"detail form id","field.detail_layout":"detail layout","field.resource_type":"resource type","field.resource_name":"resource name","field.resource_url":"resource url","field.grid_save_url":"grid save url","field.id_field":"id field","field.title_field":"title field","field.pagination":"pagination","field.items_prop":"items prop","field.total_prop":"total prop","field.fixed_columns":"fixed columns","field.buttons":"buttons","field.columns":"columns","field.bundle":"bundle","field.table_name":"table_name","field.multi_save_url":"multi save url","field.id_type":"id type","field.master":"master","field.ref_field":"ref field","field.del_strategy":"del strategy","field.ext_entity":"ext entity","field.ignore_on_sav":"ignore on sav","button.empty":"empty","button.receive":"receive","title.select_item":"select item","label.setting":"setting","text.please_choose_partner":"please choose a partner","text.supporting text for blacklist":"Enter the IP addresses engaging in illegal or malicious activities to be blocked.","text.supporting text for whitelist":"Set up a list of trusted IP addresses to allow only approved IPs to access.","text.supporting text for protected ip-list":"Enter when you want to restrict the use of 'protected rights' except from certain IP addresses.","title.partner_setting":"partner setting","title.setting":"setting","title.switch domain":"switch domain","title.theme setting":"theme setting","button.view_release_note":"view release note","field.license":"license","field.system brief":"system brief","field.version":"version","label.about-system":"about system","label.system reload":"system reload","title.release-note":"release note","title.release note setting":"release note setting","component.credential":"user info.","component.chartjs":"chart","component.bar-chart":"bar chart","component.doughnut-chart":"doughnut chart","component.horizontal-bar-chart":"horizontal bar chart","component.line-chart":"line chart","component.mixed-chart":"mixed chart","component.pie-chart":"pie chart","component.polar-area-chart":"polar area chart","component.radar-chart":"radar chart","label.stack-group":"stack group","label.bar-spacing":"bar spacing","label.tick-spacing":"tick spacing","label.tooltip":"tooltip","label.value-format":"value format","component.clock-analog":"analog clock","component.clock-text":"digital clock","component.clone":"clone","label.autostart":"auto start","label.targetRetention":"target retention","label.week-language":"weekday language","component.compass":"compass","component.data-accessor":"data accessor","component.data-aggregator":"data aggregator","component.data-enhancer":"data enhancer","component.data-paginator":"data paginator","component.data-queue":"data queue","component.data-reducer":"data reducer","component.data-splitter":"data splitter","component.data-wrapper":"data wrapper","label.accessor-item":"Accessor's Item","label.accessor-target":"Accessor's Target","label.index-name":"Index Name","label.index-type":"Index type","label.max-size":"Queue Size","label.min-size":"Minimum Queue Size","label.page-size":"Page Size","label.property-name":"Property Name","label.queue-propname":"Queue name","label.reducing-propname":"Reducing Property Name","label.reducing-type":"Reducing Type","component.excel":"excel","component.button":"button","component.fieldset":"fieldset","component.form":"form","component.iframe":"iframe","component.img":"img","component.div":"div","component.input-checkbox":"checkbox","component.input-color":"color input","component.input-date":"date input","component.input-month":"month input","component.input-time":"time input","component.input-email":"email input","component.input-file":"file input","component.input-number":"number input","component.input-password":"password input","component.input-radio":"radio input","component.input-range":"range input","component.input-reset":"reset input","component.input-search":"search","component.input-submit":"submit","component.input-text":"text input","component.link":"link","component.radio-group":"radio group","component.select":"select","component.soap-client":"soap client","component.textarea":"textarea","component.html-label":"html label","component.html-date":"html date","label.text-field":"text field","label.value-field":"value field","label.started":"auto started","label.controls":"show controls","label.endpoint":"Endpoint","label.namespace":"namespace","label.soap-action":"SOAP Action","label.content-type":"content type","label.mime-type":"MIME type","label.next-input":"next input","label.autofocus":"focus on init","label.alltime-focus":"alltime focus","label.alltime-focus-pending":"alltime focus pending","label.without-enter":"without enter key","label.english-only":"english input only","label.select-after-change":"select over change","label.set-data-on-change":"set data on change","label.date-time":"date-time","label.input-tz":"input tz","label.output-tz":"output tz","label.playsinline":"playsinline","label.muted":"muted","component.gantt":"gantt","label.gantt-task-id":"ID","label.gantt-task-section":"section","label.gantt-task-title":"title","label.gantt-task-type":"type","label.gantt-task-start-date":"start date","label.gantt-task-end-date":"end date","label.gantt-task-tags":"tags","label.gantt-task-progress":"progress","label.gantt-task-previous":"previous","label.gantt-gridline":"gridline","label.gantt-from-date":"from date","label.gantt-to-date":"to date","label.gantt-column-config":"column config.","label.gantt-time-scale":"time scale","component.gauge-circle":"circle gauge","component.gauge-vertical":"vertical gauge","component.gauge-horizon":"horizontal gauge","label.anim-from-base":"animation from base","component.google-map":"google map","component.gmap-marker":"gmap marker","component.gmap-path":"gmap path","label.show-path":"Show Path","label.show-intermediate-markers":"Show Intermediate Markers","label.start-end-marker-different-design":"Apply First and Last Marker Design","component.graphql-client":"GraphQL client","component.graphql-mutation":"GraphQL mutation","component.graphql-query":"GraphQL query","component.graphql-subscription":"GraphQL subscription","label.client":"Client component ID","label.auto-start":"Auto-start","component.half-roundrect":"single-side rounded rect.","component.label":"label","label.fallback":"fallback","label.i18n-key":"i18n key","label.term":"term","label.terms":"terms","component.image-slider":"image slider","label.display-time":"display time","label.images":"images","component.indoor-map":"indoor-map","component.rack":"rack","label.add-floor":"add floor","component.data-subscription":"Data subscription","component.scenario-control":"Scenario control","component.scenario-run":"Run scenario","component.scenario-start":"Start scenario","component.scenario-stop":"Stop scenario","component.scenario-instance-subscription":"Scenario instance subscription","component.scenario-queue-subscription":"Scenario queue subscription","component.connection-state-subscription":"Connection state subscription","component.connection-control":"Connection control","label.connection-name":"Connection name","label.scenario-name":"Scenario name","label.control-type":"Control type","label.init-data-endpoint":"Initial data endpoint","label.instance-name":"Instance name","label.repeat-interval":"Repeat interval","label.run-on-start":"Run on start","label.mask-on-error":"Mask on error","component.barcode":"barcode","component.barcode-scanner":"barcode-scanner","component.label-printer":"label-printer","label.direct-printer":"direct printer","label.monochrome":"monochrome","label.paddingwidth":"padding-w","label.paddingheight":"padding-h","label.vendor id":"vendor id","label.board id":"board id","label.copies":"copies","component.legend":"legend","component.svg":"svg","label.id-field":"ID field","label.svg-info":"SVG info.","component.tact-timer":"tact timer","label.before-due-progress-color":"before due progress color","label.before-due-font-color":"before due font color","label.over-due-progress-color":"over due progress color","label.over-due-font-color":"over due font color","label.progress-direction":"progress direction","label.progress-threshold":"progress threshold","label.tact-time":"tact time","label.under-threshold-color":"under threshold color","label.show-progress":"show progress color","label.show-timer":"show timer","label.start-time":"start time","label.end-time":"end time","label.tact-timer-mask-color":"mask color","component.marker":"marker","component.news-ticker":"news ticker","component.polypath":"polypath","label.line-dash":"line dash","label.line-dash-offset":"line dash offset","component.progress-circle":"progress circle","component.progress-vertical":"progress vertical","component.progress-horizontal":"progress horizontal","label.packman-style":"packman style","component.random":"random","component.jsonp":"jsonp","component.restful":"restful","label.credentials":"credentials","label.cache":"cache","label.redirect":"redirect","label.referrer-policy":"referrer policy","label.fetch-on-load":"fetch on load","component.simple-switch":"simple switch","label.on/off":"on/off","label.on-color":"on color","label.off-color":"off color","label.thumbnail-color":"thumbnail","component.tab":"tab","component.tab-container":"tab container","label.active index":"active index","label.add-card":"add card","component.data-list":"data-list","component.table":"table","component.table-cell":"table cell","label.data-spread-to":"spread to","component.timer":"timer","component.duetimer":"duetimer","label.progress-color":"progress color","label.due":"due","label.format-run":"time format","label.format-stop":"stopped","label.data-reflection":"data reflection","component.3d-container":"3D container","component.visualizer":"visualizer","component.rack-table":"rack table","component.cube":"cube","component.cylinder":"cylinder","component.sphere":"sphere","component.banner":"banner","component.sprite":"sprite","component.wall":"wall","component.desk":"desk","component.camera":"camera","component.light":"light","component.gltf-object":"gltf-object","label.bin-locations":"bin locations","label.camera-x":"camera X","label.camera-y":"camera Y","label.camera-z":"camera Z","label.gltf-file-info":"file info.","label.gamma-factor":"gamma factor","label.section-digits":"section digits","label.shelf-locations":"shelf locations","label.show-helper":"show helper","label.unit-digits":"unit digits","label.popup-position":"popup position","label.light-type":"light type","label.intensity":"intensity","label.distance":"distance","label.decay":"decay","label.cast-shadow":"cast shadow","component.conveyor":"conveyor","component.conveyor-belt":"conveyor-belt","component.conveyor-join":"conveyor-join","component.conveyor-join-trapezoid":"conveyor-join-trapezoid","component.scanner":"scanner","component.wheel-sorter":"wheel-sorter","component.scichart-timeseries":"timeseries scichart"}
1
+ {"button.save":"save","button.delete":"delete","label.accumulator_sum":"sum","label.accumulator_avg":"avg","label.accumulator_count":"cnt","label.accumulator_max":"min","label.accumulator_min":"max","text.operato":"Operato Framework powered by hatiolab.com","label.days":"days","label.hours":"hours","label.minutes":"minutes","label.seconds":"seconds","field.entity":"entity","field.attributes":"attributes","label.module":"module","label.uri":"URI","text.please choose a provider":"Please choose a provider","label.daily":"daily","label.day-of-month":"day of month","label.day-of-week":"day of week","label.domain-owner":"domain owner","label.examples":"examples","label.hour":"hour","label.hourly":"hourly","label.minute":"minute","label.minute by minute":"minute by minute","label.month":"month","label.monthly":"monthly","label.privilege":"privilege","label.protected-request-ip":"safe request IP","label.second":"second","label.second by second":"second by second","label.superuser":"superuser","label.weekly":"weekly","label.yearly":"yearly","text.10 am on every payday":"10 am on every payday","text.allowed values":"allowed values","text.any value":"any value","text.every 12 hours":"every 12 hours","text.every 15 minutes":"every 15 minutes","text.every 15 seconds":"every 15 seconds","text.every 2 hours":"every 2 hours","text.every 2 minutes":"every 2 minutes","text.every 2 seconds":"every 2 seconds","text.every 30 seconds":"every 30 seconds","text.every christmas":"every christmas","text.every day":"every day","text.every half hour":"every half hour","text.every hour":"every hour","text.every hour during working time":"every hour during working time","text.every minute":"every minute","text.every second":"every second","text.every sunday":"every sunday","text.every weekday":"every weekday","text.range of values":"range of values","text.step values":"step values","text.the first day of every month":"the first day of every month","text.the first day of every year":"the first day of every year","text.value list separator":"value list separator","text.you.are.now.in":"you are now in {state}","text.offline":"offline","text.online":"online","field.id":"id","field.name":"name","field.description":"description","field.domain":"domain","field.created_at":"created at","field.updated_at":"updated at","field.deleted_at":"deleted at","field.creator":"creator","field.updater":"updater","field.deleter":"deleter","field.timezone":"timezone","field.default":"default","field.system_flag":"system_flag","field.subdomain":"subdomain","field.brand_name":"brand_name","field.brand_image":"brand_image","field.content_image":"content_image","field.theme":"theme","prompt.sure to navigate away?":"You have unsaved changes. Are you sure you want to navigate away?","text.are_you_sure":"are you sure?","text.data_deleted_successfully":"data deleted successfully","text.data_updated_successfully":"data updated successfully","text.data_uploaded_successfully":"data uploaded successfully","text.existing_item_found":"existing item found","text.nothing_changed":"nothing changed","text.nothing_selected":"nothing selected","text.there_is_nothing_to_delete":"there is nothing to delete","text.there_is_nothing_to_save":"there is nothing to save","text.column visibility setting":"column visibility","error.auth error":"auth error. {message}","error.authn verification failed":"user credential verification failed.","error.confirm password not matched":"new password and confirm password is not matched","error.domain mismatch":"certificate is not for this domain","error.domain not allowed":"this domain is not allowed for you","error.failed to find x":"failed to find {x}","error.password should match the rule":"password should match following rule. ${rule}","error.password used in the past":"password used in the past","error.subdomain not found":"domain not found","error.token or password is invalid":"token or password is invalid","error.unavailable-domain":"unavailable domain","error.user credential registeration failed":"user credential registration failed. It may be an already registered credential.","error.user credential registration not allowed":"user credential registration failed. The registration timed out or was not allowed.","error.user duplicated":"user duplicated","error.user not activated":"user is not activated","error.user not found":"user not found","error.user or verification token not found":"user or verification token not found","error.user validation failed":"user validation failed","error.x is not a member of y":"{x} is not a member of {y}","field.active":"active","field.appliance_id":"appliance id","field.brand":"brand","field.category":"category","field.email":"email address","field.model":"model","field.password":"password","field.privileges":"privileges","field.roles":"roles","field.token":"token","field.user":"user","field.user_account":"user account","field.user_type":"user type","label.partner":"partner","privilege.category.system":"system setting","privilege.description":"to {name} {category} data","privilege.name.mutation":"edit","privilege.name.query":"read","text.account is reactivated":"account is reactivated","text.delete account succeed":"delete account succeed","text.inactive user":"inactive user","text.invalid verification token":"invalid verification token","text.invitation email sent":"invitation email sent","text.password changed successfully":"password changed successfully","text.password reset email sent":"password reset email sent","text.password reset succeed":"password reset succeed","text.pattern_atleast_1_digit":"at least 1 digit character","text.pattern_atleast_1_lowercase":"at least 1 lowercase character","text.pattern_atleast_1_special":"at least 1 special character(!@#$%^&*())","text.pattern_atleast_1_uppercase":"at least 1 uppercase character","text.pattern_minimum_charaters":"minimum {length} charaters","text.pattern_not_allowed":"not allowed repeated charater","text.profile changed successfully":"profile changed successfully","text.result":"result","text.signout successfully":"signout successfully","text.user activated successfully":"user activated successfully","text.user credential registered successfully":"device registration has been successfully completed. You can now use biometric authentication.","text.user registered successfully":"user registered successfully. find your email to activate account","text.verification email sent":"verification email sent","field.value":"value","label.home":"home","title.mdibar setting":"MDI setting","field.user_id":"user_id","field.routing":"routing","label.category":"category","label.file":"file","label.select file":"select file","label.ref_by":"Reference ID","error.not allowed file type for upload":"{mimetype} is not an allowed file type for upload.","text.api-sandbox":"API sandbox","text.oauth2-clients":"oauth2 clients","error.scenario not found":"scenario '{scenario}' not found.","error.scenario run error":"an error occurred while processing the '{scenario}' request. please contact the administrator.","error.scenario run unauthorized":"you do not have permission to run the {scenario} scenario. please contact the administrator.","error.schedule is not set":"schedule should be set for the scenario '{scenario}' in order to register as a schedule","error.timezone is not set":"timezone should be set for the scenario '{scenario}' in order to register as a schedule","error.scenario instance not found":"scenario instance '{instance}' not found.","label.auth-key":"authentication key","label.subscription-handlers":"subscription handlers","label.trust-server-certificate":"trust server certificate","label.maxPoolConnection":"Max Pool Connection","label.idleTimeoutMillis":"Idle Timeout (milliseconds)","label.connectionTimeoutMillis":"Connection Timeout (milliseconds)","field.thumbnail":"thumbnail","field.group":"group","field.boards":"boards","error.board name is already taken":"Board name '{name}' is already taken. Pls. retry with different board name.","error.name must be unique from the original board":"Board name '{name}' must be unique from the original board. Pls. retry with different board name.","menu.printer-device":"Printer","label.printer_ip":"Printer IP","label.printer_driver":"Printer Driver","label.printer_port":"Printer Port","label.service_url":"Service URL","label.dpi":"DPI","label.job_type":"Job Type","label.job_class":"Job Class","label.job_category":"Job Category","text.printed":"printed","label.default label printer":"default label printer","title.default label printer":"default label printer","button.accept":"Accept","button.account":"account","button.add":"add","button.align-bottom":"align bottom","button.align-center":"align center","button.align-left":"align left","button.align-middle":"align middle","button.align-right":"align right","button.align-top":"align top","button.back-to-info":"back to information","button.bring-forward":"bring forward","button.bring-to-back":"bring to back","button.bring-to-front":"bring to front","button.cancel":"cancel","button.cancel-request-confirm":"Re-Edit","button.cancel-request-release":"Re-Edit","button.change_password":"Change Password","button.check":"Check","button.check-initialized":"Check Initialized Settings","button.clear":"Clear","button.close":"Close","button.confirm":"confirm","button.copy":"copy","button.create":"create","button.decrease-font":"decrease font","button.detail":"Detail","button.edit":"edit","button.edit-group":"Edit Group","button.export":"export","button.export-locale-file":"export locale files","button.font-selector":"Font Selector","button.fullscreen":"fullscreen","button.group":"group","button.history":"print history","button.image-download":"image download","button.import-board":"import board","button.increase-font":"increase font","button.info":"info","button.init-setting":"Create Settings","button.logout":"logout","button.modeller":"modeller","button.new":"new","button.new-group":"New Group","button.open-import":"Import","button.profile":"profile","button.redo":"redo","button.refresh":"refresh","button.register-template":"register template","button.reject":"Reject","button.release":"release","button.rename":"rename","button.request-confirm":"Finish","button.request-release":"finish","button.request_active":"Activating","button.request_role":"Request Role","button.reset":"Reset","button.reset_password":"Reset","button.revert-board-version":"revert version","button.role-list":"Roles","button.script":"script","button.self-confirm":"Self confirm","button.send-backward":"send backward","button.setting":"setting","button.setup":"Setup","button.sign_in":"Login","button.sign_up":"Sign Up","button.submit":"submit","button.toggle-property-panel":"toggle property panel","button.toggle_sidebar":"Menu Toggle","button.undo":"undo","button.ungroup":"ungroup","button.update":"update","button.upload":"Upload","button.version-up":"version up","button.view":"view","button.view-short":"view","button.zoom-in":"zoom in","button.zoom-out":"zoom out","component.container":"container","component.popup":"popup","component.info-window":"info window","component.local-ref":"local reference","component.global-ref":"global reference","component.group":"group","component.line":"line","component.dash":"dash","component.single arrow":"single arrow","component.both arrow":"both arrow","component.polyline":"polyline","component.ortholine":"ortholine","component.rect":"rect","component.ellipse":"ellipse","component.donut":"donut","component.triangle":"triangle","component.polygon":"polygon","component.star":"star","component.text":"text","component.color image":"color image","component.gray image":"gray image","component.image-view":"image-view","component.gif image":"gif image","component.gif-view":"gif-view","component.audio":"audio","component.video":"video","component.embed":"embed","component.model-layer":"canvas","error.count over license limit":"Your board or domain count over license limit!","error.invalid license key":"Invalid license key!","error.license expiration notice":"License Expiration Notice","error.license key is empty":"License Key is empty!","error.license key is not certified":"License Key is not certified!","error.license token not valid":"Your license token data is not valid!","error.MAX_LENGTH_OF_X_IS_Y":"Maximum Length of {name} is {value}","error.SERVER-ERROR":"An error occurred at the server.({msg})","error.setting-error":"Setting error","error.SHOULD_NOT_BE_EMPTY":"value '{value}' should not be empty","error.your license due date is x, please renewal your license!":"Your license due date is {x}, please renewal your license!","error.your license is expired! expired date is [x]":"Your license is expired! Expired date is [{x}]","error.your license is not valid in this host":"Your license is not valid in this host!","field.visibility":"visibility","label.3dcontainer-style":"3d containerstyle","label.3dish":"3D","label.3dmode":"3D Mode","label.accessor":"accessor","label.action":"action","label.activation":"Active","label.active":"Active","label.active-fill-style":"active fill style","label.active-font-color":"active font color","label.active-line-color":"active line color","label.active-line-width":"active line width","label.active_request":"Request","label.add":"add","label.add-new-font-family":"add new font-family","label.admin":"Admin","label.admin-email":"Admin Email","label.admin-name":"Admin Name","label.agent-url":"Agent URL","label.align":"Align","label.all":"all","label.animation":"animation effect","label.animation-interval":"animation-interval","label.anti-alias":"anti aliasing","label.api-key":"api key","label.api-url":"API URL","label.attachment":"Attachment","label.attachment-id":"Attachment ID","label.auth":"authority","label.auth-domain":"auth domain","label.authorization":"authorization","label.auto refresh board view":"auto refresh board view","label.auto-rotate":"auto rotate","label.autoplay":"autoplay","label.axes":"axes","label.axis-max":"maximum value","label.axis-max-auto":"maximum value auto","label.axis-min":"minimum value","label.axis-min-auto":"minimum value auto","label.axis-step-size":"step size","label.back-side-template":"back side template","label.background-color":"background color","label.base-url":"Base URL","label.begin-size":"begin size","label.begin-type":"begin type","label.bevel":"bevel","label.blank-stroke-style":"blank stoke style","label.board":"board","label.board-copy":"board copy (domain, group)","label.board-template":"board template","label.boolean":"boolean","label.border-color":"border color","label.border-style":"border style","label.border-type":"border type","label.border-width":"border width","label.box-color":"box color","label.brand-name":"Brand Name","label.brand_name":"Brand Name","label.broker":"broker","label.cap-type":"cap type","label.change-group":"Group Change","label.chart":"chart","label.chart-style":"chart style","label.chart-type":"chart type","label.checked":"checked","label.child-data-path":"child data path","label.cl-border-color":"CL border color","label.cl-border-width":"CL border width","label.class":"class","label.client-id":"client id","label.closable":"closable","label.color":"color","label.color-stops":"color stops","label.columns":"columns","label.command":"Command","label.compass-style":"compass style","label.confirmed-password":"Confirmed Password","label.confirmed_password":"Confirmed Password","label.confirmer":"Releaser","label.connection":"connection","label.content":"content","label.conveyor-type":"conveyor type","label.copy-value-to-data":"copy value to data","label.count":"count","label.create":"create","label.created-at":"created at","label.creator":"Creator","label.cross-origin":"Cross-Origin","label.current_password":"Current Password","label.curved":"curved","label.cycle":"Cycle","label.data":"data","label.data-format":"data format","label.data-index":"data index","label.data-key":"data reference","label.data-spread":"data spread","label.data-type":"Data type","label.database-url":"database url","label.deactivation":"Deactive","label.debug":"debug","label.default-color":"default color","label.default-image-storage":"Default Image Storage","label.delay":"Delay","label.delete":"Delete","label.depth":"depth","label.description":"description","label.dimension":"dimension","label.direction":"Direction","label.disabled":"disabled","label.display":"Display","label.display-tick":"display tick","label.domain":"domain","label.domain-name":"Domain Name","label.domain-url":"Domain URL","label.domain_app":"domain application","label.donut-style":"donut style","label.duration":"Duration","label.email-id":"email ID","label.email_address":"Email Address","label.emphasize":"Emphasize","label.end-alpha":"End Alpha","label.end-angle":"end angle","label.end-size":"end size","label.end-type":"end type","label.end-value":"end value","label.error":"Error","label.eval":"eval","label.far":"Far","label.field":"field","label.fill":"fill","label.fill-style":"fill style","label.final_confirm":"Final Confirmation","label.fit":"Fit","label.floor":"floor","label.font":"font","label.font-code":"Font Code","label.font-color":"font color","label.font-family":"font family","label.font-size":"size","label.format":"format","label.fov":"FOV","label.front-side-template":"front side template","label.gauge-style":"gauge style","label.gradient":"gradient","label.grid-line":"grid line","label.group":"Group","label.headless-link":"headless link","label.headless-link by-name":"generate by name","label.headless-link query-key":"query key","label.headless-link query-parameters":"query parameters","label.headless-link target-appliance":"target appliance","label.height":"height","label.hidden":"hidden","label.hide-empty-stock":"hide empty stock","label.hide-rack-frame":"hide rack frame","label.horizontal":"horizontal","label.hour-width":"Hour Width","label.hover-event":"Hover Event","label.href":"href","label.id":"ID","label.identifier":"Identifier","label.image":"image","label.image-box":"Image Box","label.image-selector":"Image Selector","label.image-source":"Source","label.image-src":"image source","label.image-view":"image view","label.in-text":"in text","label.indoor-style":"indoor style","label.info":"Information","label.info-window":"info. window","label.information":"information","label.initial-data":"initial data","label.inner-circle-color":"Inner Circle Color","label.inner-circle-fill-style":"inner circle fill style","label.inner-circle-size":"Inner Circle Size","label.innercircle-fillstyle":"innercircle fill style","label.input-data":"input data","label.intent-sensitive":"Intent Sensitive","label.intext":"intext","label.is-empty":"is empty","label.is-local-time":"is localtime","label.item-hidden":"hidden","label.join-type":"join type","label.key":"key","label.keyword":"Keyword","label.label":"label","label.label-print":"label print","label.label-rotation":"label rotation","label.label-thumbnail-storage":"Label Thumbnail Storage","label.last-sign-in-at":"last sign in at","label.latitude":"latitude","label.layout":"layout","label.leg-color":"leg color","label.legend":"legend","label.legend-position":"legend position","label.legend-target":"Legend Target","label.line-color":"Line Color","label.line-height":"Line Height","label.line-style":"line style","label.line-tension":"tension","label.line-type":"line type","label.line-width":"Line Width","label.lines":"Lines","label.locale":"Locale","label.location":"location","label.location-field":"Location Field","label.location-increase-pattern":"location increase pattern","label.location-pattern":"location pattern","label.locked":"locked","label.login":"Login","label.longitude":"longitude","label.loop":"loop","label.mac-address":"Mac Address","label.major":"Major","label.manual":"manual","label.map":"map","label.material":"material","label.max":"max","label.max-length":"max length","label.menu":"Menu","label.messaging-sender-id":"messaging sender ID","label.method":"method","label.min":"min","label.min-section":"min section","label.min-unit":"min unit","label.minor":"Minor","label.minute-width":"Minute Width","label.miter":"miter","label.mm":"mm","label.modal":"modal","label.mode":"mode","label.move_to_admin":"Move to Administrator Page","label.multi-axis":"dual axis","label.multiple":"multiple","label.name":"name","label.ndns":"No Data No Show","label.ndnsp":"No Data No Spreading","label.near":"Near","label.needle-fill-style":"needle fill style","label.needle-fillstyle":"needle fill style","label.needle-round":"Needle Round","label.needle-size":"needle size","label.new_password":"New Password","label.no-fill":"no fill","label.no-repeat":"no repeat","label.number":"number","label.offset-x":"Offset X","label.offset-y":"Offset Y","label.opacity":"opacity","label.opinion":"opinion","label.options":"options","label.padding":"padding","label.partial-spreading":"partial spreading","label.passcode":"passcode","label.path":"path","label.pattern":"pattern","label.period":"period","label.persistent-data":"persistent data","label.picking-location":"picking location","label.picking-order":"picking order","label.placeholder":"placeholder","label.play":"play","label.play-group":"play group","label.player":"player","label.pls-name-font-family":"pls. name font-family","label.point-bg-color":"Point Bg Color","label.point-border-color":"point border color","label.point-border-width":"point border width","label.point-shape":"point shape","label.point-size":"point size","label.popup-scene":"Popup Scene","label.port":"port","label.position":"position","label.precision":"precision","label.pressed":"pressed","label.print-history":"Print History","label.printed-at":"Printed At","label.printer":"Printer","label.processed_at":"processed at","label.processor":"processor","label.progress-style":"progress style","label.project-id":"project ID","label.property":"property","label.provider":"provider","label.qos":"qos","label.qty":"qty.","label.rack-style":"rack style","label.range":"range","label.ratio":"ratio","label.readonly":"readonly","label.rect-style":"rect style","label.ref":"reference","label.released_at":"Released at","label.releases":"releases","label.remove":"remove","label.rename":"Rename","label.repeat":"repeat","label.request":"Request","label.requested_at":"requested at","label.requester":"requester","label.reset-password":"Reset Password","label.reset_password":"Reset Password","label.restore-on-leave":"restore on leave","label.retain":"retain","label.retention":"retention","label.reverse":"reverse","label.role":"role","label.roll-width":"roll width","label.rotate":"rotate","label.rotation":"rotation","label.rotation-speed":"Rotation Speed","label.rotation-x":"rot. X","label.rotation-y":"rot. Y","label.rotation-z":"rot. Z","label.round":"round","label.rows":"rows","label.rule-type":"rule type","label.save-new-board":"save new board","label.scale":"scale","label.scale-h":"height scale","label.scale-height":"Scale Height","label.scale-w":"width scale","label.scale-width":"Scale Width","label.scene-count":"Scene count","label.scene-number":"SCENE Number","label.screen-size":"Screen Size","label.second-width":"Second Width","label.section":"section","label.series":"series","label.shadow":"shadow","label.shadowOffsetX":"Offset-X","label.shadowOffsetY":"Offset-Y","label.shadowSize":"Size","label.shelf-pattern":"shelf pattern","label.shelves":"shelves","label.show":"show","label.show-end-value":"show end value","label.show-legend":"show legend","label.show-needle":"show needle","label.show-number":"Show Number","label.show-second":"Show Second","label.show-start-value":"show start value","label.show-step-line":"show step line","label.show-step-text":"show step text","label.show-sub-step":"show sub step","label.show-substep":"show substep","label.show-text":"ShowText","label.sign-up":"Sign Up","label.sign_up":"Sign Up","label.size":"size","label.skip-numbering":"Skip Numbering","label.solid":"solid","label.source":"source","label.spc-option":"SPC option","label.spread-on-init":"spread on init","label.square":"square","label.src":"source","label.ssl":"SSL","label.stacked":"stacked","label.star-style":"star style","label.start-alpha":"Start Alpha","label.start-angle":"start angle","label.start-section":"Start Section","label.start-unit":"Start Unit","label.start-value":"start value","label.status":"Status","label.step":"step","label.step-fill-style":"step fill style","label.step-fillstyle":"step fill style","label.step-needle-size":"step needle size","label.step-text-size":"step text size","label.stock-scale":"Stock Scale","label.storage":"Storage","label.storage-bucket":"storage bucket","label.storage-root":"Storage Root","label.string":"string","label.stroke-style":"line style","label.style":"style","label.sub-step":"sub step","label.subdomain":"Subdomain","label.subject":"subject","label.submit-on-change":"submit on change","label.submit-on-load":"submit on load","label.substep":"substep","label.subtext-size":"subtext size","label.support-markdown":"markdown formatting","label.symbol":"symbol","label.system_flag":"System Flag","label.tab-active-index":"tab active index","label.tab-reference":"tab reference","label.tag":"tag","label.tap-event":"Tap Event","label.target":"target","label.target-axis":"target axis","label.target-map":"Target Map","label.template":"template","label.template-prefix":"template prefix","label.text":"text","label.text-align":"Text Align","label.text-box":"text box","label.text-fill-style":"text color","label.text-fillstyle":"text fill style","label.text-format":"text format","label.text-overflow":"text overflow","label.text-size":"Text Size","label.text-style":"text style","label.text-wrap":"text wrap","label.textbox":"text box","label.theme":"theme","label.theta":"Theta","label.thickness":"thickness","label.tilt":"tilt","label.time-format":"time format","label.title":"title","label.topic":"topic","label.translate":"translate","label.type":"type","label.ucl/lcl-border-color":"LCL border color","label.ucl/lcl-border-width":"LCL border width","label.unit":"unit","label.update":"update","label.updated-at":"updated at","label.updater":"Updater","label.url":"url","label.user":"user","label.user_auth_setting":"User Authority Assignment","label.user_name":"User Name","label.utc":"UTC","label.uuid":"UUID","label.value":"Value","label.value-display":"value display","label.value-prefix":"value prefix","label.value-suffix":"value suffix","label.variable":"variable","label.variable-list":"variable list","label.variables":"Variables","label.version":"Version","label.vertical":"vertical","label.viewer-option":"viewer option","label.waiting-time":"Waiting Time","label.warning":"Warning","label.wheel-size":"wheel size","label.width":"width","label.will-get-return":"will get return","label.wing":"wing","label.with-credentials":"with credentials","label.wslivevideo-style":"live video style","label.x-axes":"X axes","label.y-2nd-axes":"Y secondary axes","label.y-axes":"Y axes","label.z-axes":"Z axes","label.z-pos":"pos. Z","label.zone":"zone","label.zoom":"Zoom","menu.admin":"Administrator","menu.attachments":"attachments","menu.board-list":"board list","menu.board-template":"board template","menu.domain":"Domain","menu.domain-list":"Domain","menu.fonts":"Fonts","menu.group-auth":"Group Authority","menu.group-list":"group list","menu.initialize-setting":"initialize settings","menu.my-scenes":"my scenes","menu.play-groups":"play group list","menu.preferences":"Preferences","menu.recent-created":"recent created","menu.recent-printed":"recent printed","menu.recent-released":"recent released","menu.recent-submitted":"recent submitted","menu.recent-updated":"recent updated","menu.request-auth":"Approval Authorization","menu.user-list":"User","menu.variables":"Variables","scene.scene-height":"Scene Height(Pixel)","scene.scene-width":"Scene Width(Pixel)","text.add_files":"text.Add Files","text.board cloned":"board '{board}' is cloned successfully","text.board created":"board '{board}' is created successfully","text.board deleted":"board '{board}' is deleted successfully","text.board released":"board '{board}' is released successfully","text.board reverted":"board '{board}' is reverted to version-'{version}' successfully","text.board updated":"board '{board}' is updated successfully","text.boards imported":"{count} boards are imported into group {group}","text.can-not-change-group":"You don't have authority to change group information!","text.can-not-version-up":"There exists not released version, can not create new version.","text.cancel":"text.Cancel","text.cancel_all":"text.Cancel All","text.cannot-be-deleted":"This can not be deleted","text.character-number-allowed":"Only characters and number are allowed.","text.check_password_in_mail":"You can check your password through your email","text.check_register_in_mail":"You can check result of acceptance through your email.","text.connecting":"text.Connecting...","text.delete-domain":"Delete Domain!","text.delete-in-proc":"Deleting is in process.","text.deleting":"Deleting","text.drop_file_here":"text.Drop file here...","text.drop_files_here":"text.Drop files here...","text.empty-admin-url-allowed":"Administrator Page URL should not be empty! Please set the Administrator Page URL at Settings page","text.empty-base-url-not-allowed":"Base URL should not be empty! Please set the Base URL","text.emptyDataMessage":"Search Result is Nothing.","text.emptyGridMessage":"It's Empty Grid.","text.failed_logout":"Failed to Logout.","text.file_is_too_big":"text.File is Too Big.","text.final-confirmation":"Final Confirmation!","text.forbidden":"text.Forbidden","text.group created":"group '{group}' is created successfully","text.group deleted":"group '{group}' is deleted successfully","text.group updated":"group '{group}' is updated successfully","text.group-required":"Label Group is Required!","text.incorrect_file_type":"text.Incorrect File Type.","text.info_invalid":"Typed information is not valid.","text.initialize-setting-success":"Initialization process is finished successfully","text.invalid-email":"It's invalid email form.","text.invalid-value":"Typed invalid value.","text.invalid_input":"Invalid Input.","text.joined into play-group":"board '{board}' joined into play-group '{playGroup}'","text.leaved from play-group":"board '{board}' leaved from play-group '{playGroup}'","text.login_failure":"Login failure.","text.model-overlay":"Because this label is status of {1} \n, you can not edit more.","text.model-overlay-authority-not-allow-change":"Cause of your authority, you can not edit more.","text.model-overlay-status-not-allow-change":"Because this label is status of {1} \n, you can not edit more.","text.modeller-release-msg":"The version now you edit is older version, do you want to create and release new version base on the version?","text.modeller-release-title":"Release:Version Warning","text.modeller-save-msg":"The version now you edit is older version, do you want to create new version base on the version?","text.modeller-save-title":"Save:Version Warning","text.move-to-home":"It will be moved to home.","text.name-and-group-required":"Label Name and Label Group is Required!","text.New Alarm Message is Arrived.":"New Alarm Message is Arrived.","text.no released version information available":"no released version information available","text.NOTHING_CHANGED":"Nothing Changed","text.only-edit-status-label-can-be-deleted":"Only EDIT Status Label allow to be deleted!","text.only-edit-status-label-can-be-saved":"Only authorized user and EDIT Status Label allow to be updated!","text.password_inited":"Password Initialized","text.password_mismatch":"Password mismatch password and confirmed password","text.play-group created":"play-group '{playGroup}' is created successfully","text.play-group deleted":"play-group '{playGroup}' is deleted successfully","text.play-group updated":"play-group '{playGroup}' is updated successfully","text.pls-name-board":"Type board name","text.processing_file":"Processing File...","text.processing_msg":"Your Request is Processing.","text.pw_changed":"Password is changed","text.pw_changed_msg":"Your Account Password is Changed","text.register_in_process":"User registering is on processing.","text.register-template":"register template","text.remaining_time":"remaining time: ","text.reorder play-group":"play-group '{playGroup}' is reordered successfully","text.request-role-success":"Role requested and admin will check it at e-mail.","text.required_error":"Value Required.","text.saved":"saved","text.search with type, id or tag":"search with type, id or tag","text.select_file":"Select File","text.Server Processing":"Server Processing ...","text.server_unavailable":"text.Server Unavailable","text.settings-already-done":"Settings are already done.","text.stalled":"text.Stalled.","text.Success to Process":"Success to Process","text.Sure To Delete Important":"All related data will be removed. Are you sure to delete?","text.Sure to X":"Are you sure to {x}","text.sure-delete-domain":"Are you sure to delete it? (Every related data will be removed.)","text.sure-delete-domain-final":"Every related data will be removed. Are you sure to DELETE it?","text.sure-to-delete":"Are you sure to delete?","text.theme":"theme","text.too_many_files":"Too Many Files.","text.unexpected_server_error":"Unexpected Server Error","text.unknown_remaining_time":"unknown remaining time","text.user-active-confirm":"Would you like to active this user?","text.want-to-cancel-request-confirm":"Do you want to change this version to eidting version?","text.want-to-confirm":"Do you want to release this version?","text.want-to-request-confirm":"Do you want to change this to finished version?","text.want-to-version-up":"Do you want to version up?","title.attachment list":"attachment list","title.board view setting":"Board UI setting","title.board-template list":"board template list","title.copy":"Copy","title.create-board":"create board","title.create-group":"create group","title.error":"Error","title.info":"Information","title.new-preferences":"New Preferences","title.new-variable":"New Variable","title.select attachment":"select attachment","title.select board":"select board","title.select font":"select font","title.setting schedule":"setting schedule","title.theme list":"theme list","title.update-domain":"Update Domain","title.update-group":"Update Group","title.update-preferences":"Update Preferences","title.update-user":"Update User","title.update-variable":"Update Variable","title.warn":"Warning","text.help":"help","label.email.from":"from","label.email.to":"to","label.email.subject":"subject","label.email.contents":"contents","label.email.html":"HTML","label.email.user":"user","label.email.pass":"pass","label.influxdb.organization":"organization","label.influxdb.query":"query","label.influxdb.bucket":"bucket","label.influxdb.measurement":"measurement","label.influxdb.point-scheme":"point scheme","label.influxdb.token":"token","label.auth-tenant-id":"auth tenant id","label.body":"body","label.client-secret":"client secret","label.filter":"filters","label.orderby":"orderby","label.prompt":"prompt","label.select":"select","label.skip":"skip","label.top":"top","button.clear-cache":"clear cache","field.display":"display","field.locale":"locale","text.clearing-cache":"clearing cache","title.terminology":"terminology","field.company":"company","field.address":"address","field.department":"department","field.phone":"phone","title.contact":"contact","title.contact list":"contact list","title.edit":"edit","button.add-child-dept":"sub. dept.","button.add-sibling-dept":"peer dept.","button.copy from":"copy from","button.detach":"detach","field.approver":"approver","field.control-no":"control No.","field.hired-on":"hired on","field.note":"note","field.owner-type":"owner type","field.supervisor":"supervisor","label.control-no":"control No.","label.hired-on":"hired on","label.Department":"department","label.Employee":"employee","label.Role":"role","label.MyDepartment":"my department","label.MySupervisor":"my supervisor","label.Myself":"myself","label.department":"department","label.employee":"employee","label.manager":"manager","label.myself":"myself","label.note":"note","label.picture":"picture","label.alias":"alias","label.job-responsibility":"job responsibility","label.job-position":"job position","label.retired-at":"retired at","title.approval-line editor":"approval line editor","title.approval-line item list":"approval line item list","title.approval-line template list":"approval line template list","title.assignee list":"assignee list","title.assignees editor":"assignee editor","title.common-approval-line template list":"common approval line template list","title.my-approval-line template list":"my approval line template list","title.employee list":"employee list","title.department list":"department list","title.department tree":"department hierarchy","title.organization":"organization","title.employees-by-department":"Employees By Department","button.push message test":"push message test","button.notification-send":"notification send","button.reload":"reload","field.receivers":"receivers","field.title":"title","field.body":"body","field.url":"url","field.image":"image","label.allow push message":"allow push message","label.clear all":"clear all","label.notification list":"notification list","label.subscription token":"subscription token","title.notification subscription":"notification subscription","title.notification-sender":"notification sender","text.the application has been updated":"The application has been updated.","text.no notification available":"no notification available","text.notification subscribed already":"notification subscribed already","text.notification subscribe started":"notification subscribe started","text.notification unsubscribed":"notification unsubscribed","text.notification unsubscribed already":"notification unsubscribed already","text.notification subscribing failed":"notification subscribing failed","text.web push notification unblock guide":"You have blocked web push notification permissions. Click the lock icon to the left of the address bar to unblock notification permissions.","text.push notification is not supported in your browser":"push notification is not supported in your browser.","label.receivers":"receivers","label.message-body":"message","label.push-notification":"push notification","button.start monitor":"start monitor","button.stop monitor":"stop monitor","field.api_url":"API URL","field.connection":"connection","field.crontab":"crontab","field.endpoint":"endpoint","field.log":"log","field.message":"message","field.params":"parameters","field.privilege":"privilege","field.progress":"progress","field.result":"result","field.rounds":"rounds","field.schedule":"schedule","field.skip":"skip","field.state-value":"state value","field.task":"task","field.ttl-seconds":"TTL(seconds)","field.type":"type","field.wrote-at":"wrote at","label.address":"address","label.auth-client":"oauth2 client","label.authtype":"auth-type","label.cases":"cases","label.clear":"clear","label.clientlib-path":"client library path","label.confirm":"confirm","label.database":"database","label.encoding":"encoding","label.encrypt":"encrypt","label.endian":"endian","label.error-propagation":"error propagation","label.float type":"floating point type","label.goto":"goto","label.headers":"headers","label.jsonata-expression":"JSonata expression","label.level":"level","label.mapping-rule":"mapping rule","label.message":"message","label.mutation":"mutation query","label.number of bytes":"number of bytes","label.object-type":"object type","label.operation":"operation","label.parameters":"parameters","label.params":"parameters","label.pool-increment":"connection pool increment","label.pool-min":"min. connection pool","label.pool-max":"max. connection pool","label.priority":"priority","label.procedure":"procedure","label.procedure-code":"procedure code","label.procedure-name":"procedure name","label.product-id":"product ID.","label.quantity":"quantity","label.query":"Query","label.reject-unauthorized":"reject unauthorized","label.scenario":"scenario","label.script":"script","label.search-params":"search params","label.selectors":"selectors","label.timeout":"timeout","label.username":"username","label.vendor-id":"vendor ID.","label.wait-for":"wait for","text.alternative single values":"alternative single values","text.connection":"connection","text.connection list":"connection list","text.copy":"copy","text.delete":"delete","text.info_x_successfully":"{x} success.","text.integration analysis":"integration analysis","text.integration monitor":"integration monitor","text.no properties to set":"there's no properties to set","text.scenario":"scenario","text.scenario list":"scenario list","text.sure_to_x":"Sure to {x}?","title.edit privilege":"edit privilege","title.import connection":"import connection","title.import scenario":"import scenario","title.scenario-detail":"scenario detail","title.scenario-instance":"scenario instance","title.scenario-log":"scenario log","title.select entity":"select entity","title.state-register":"state register","button.activate":"activate","button.deactivate":"deactivate","button.delete role":"delete role","button.delete this appliance":"delete this appliance","button.delete user":"delete user","button.generate new access token":"generate new access token","button.go to home":"go to home","button.need help":"need help","button.register business domain":"register new business domain","button.security-key registration":"security key registration","button.terminate contract":"terminate","button.transfer owner":"transfer owner","error.new-password-and-confirm-password-do-not-match":"new password and confirm password do not match","error.not valid pattern of type":"not valid pattern of {type}","error.password-not-matched":"password not matched. after 5 failures, your account will be locked. (failure: {failCount})","error.user duplicated.":"there is a user account using same email.","error.user-deleted":"user account is deleted","error.user-locked":"user account is locked","error.value is empty":"{value} is empty","error.x already exists in y":"{x} already exists in {y}","field.accessed-at":"accessed at","field.client-id":"client id","field.client-secret":"client secret","field.confirm password":"confirm password","field.forgot-password":"forgot password","field.hidden":"hidden","field.ip_address":"IP address","field.netmask":"netmask","field.options":"options","field.owner":"owner","field.owner-user":"owner","field.parent-domain":"parent domain","field.private-key":"private key","field.required privilege":"required privilege","field.serial-no":"serial #","field.sign in":"sign in","field.sign out":"sign out","field.sign up":"sign up","field.status":"status","field.tag":"tag","field.tenant-id":"tenant id","field.user-type":"user type","label.access token":"access token","label.activated-user":"activated","label.admin-user":"admin","label.application":"application","label.banned-user":"banned","label.blacklist":"blacklist","label.change password":"change password","label.common-user":"common","label.company":"company","label.customers":"customers","label.delete account":"delete account","label.deleted-user":"deleted","label.email":"email","label.inactive-user":"inactive","label.invite customer":"invite customer","label.invite user":"invite user","label.language":"language","label.locked-user":"locked","label.login_history":"login history","label.password":"password","label.protectedlist":"protected IP list","label.redirect_uri":"redirect uri","label.resend":"resend","label.select_domain":"select domain","label.send activation email":"send activation email","label.signin with":"signin with {title}","label.state":"state","label.vendors":"vendors","label.whitelist":"whitelist","label.x description":"{x} description","label.x name":"{x} name","text.appliance":"terminal appliance","text.appliance credential":"terminal appliance credential","text.application management":"application management","text.are_you_sure_to_delete_x":"are you sure to delete {x}","text.are_you_sure_to_terminate_contract":"are you sure to terminate contract?","text.are_you_sure_to_transfer_owner":"are you sure to transfer owner?","text.are_you_sure_to_x":"are you sure to {x}?","text.are_you_sure_to_x_user":"are you sure to {x} user?","text.attribute management":"attribute management","text.auth profile":"user profile","text.auth-provider management":"auth provider management","text.cannot_delete":"cannot be deleted","text.change password":"change password","text.click login history":"If you want to see your recent login history, click","text.completed":"completed","text.confirm password":"confirm password","text.create role":"create role","text.current password":"current password","text.delete account warning message":"this action cannot be undone. this will permanently delete all about this account.\n\nplease type in the email and password of this account to confirm.","text.deleted_successfully":"deleted successfully","text.do_you_want_to_create_role":"do you want to create role?","text.do_you_want_to_invite_x":"do you want to invite {x}","text.domain management":"domain management","text.email is not matched":"email is not matched.","text.new password":"new password","text.no domain available":"no domain available","text.owner_transfer_completed":"owner transfer completed","text.password rule":"make sure it's at least 15 characters OR at least 8 characters including a number and a lowercase letter.","text.passwords do not match":"these passwords don't match.","text.please enter the email of the user you want to transfer owner":"please enter the email of the user you want to transfer owner","text.registered roles":"registered roles","text.remaining time":"{days} days {hours} hours {mins} mins {secs} seconds remain","text.role_management":"role management","text.select domain":"select domain","text.should select at least one of x":"please select at least one of {x}","text.signed in":"signed in","text.signed out":"signed out","text.synchronize":"synchronize","text.token expiry time":"token expiry time","text.updated_successfully":"updated successfully","text.user management":"user management","text.x_cannot_delete":"{x} cannot be deleted","text.x_created_successfully":"{x} created successfully","text.x_deleted_successfully":"{x} deleted successfully","text.your account is not activated":"your account is not activated.","text.your email address":"your email address","title.attribute-item list":"attribute-item list","title.attributes":"attributes","title.auth-provider":"auth provider","title.create_domain":"create domain","title.forgot password":"forgot password","title.invalid input":"invalid input","title.lookup role":"lookup role","title.lookup user":"lookup user","title.need help":"need help?","title.nothing selected":"nothing selected","title.owner_transfer":"owner transfer","title.partners":"partners","title.protected-privileges":"protected privileges","title.reset password":"reset password","title.secure-ip-list":"secured IP list","title.sign in":"sign in","title.sign up":"sign up","title.unlock account":"unlock account","button.import":"import","label.import":"import","title.import":"import","field.menu":"menu","field.rank":"rank","field.style":"style","field.icon":"icon","field.text":"text","field.auth":"auth","field.logic":"logic","field.term":"term","field.col_type":"col type","field.col_size":"col size","field.nullable":"nullable","field.ref_type":"ref type","field.ref_name":"ref name","field.ref_url":"ref url","field.ref_params":"ref params","field.ref_related":"ref related","field.search_rank":"search rank","field.sort_rank":"sort rank","field.reverse_sort":"reverse sort","field.virtual_field":"virtual field","field.ext_field":"ext field","field.search_name":"search name","field.search_editor":"search editor","field.search_oper":"search oper","field.search_init_val":"search init val","field.grid_rank":"grid rank","field.grid_editor":"grid editor","field.grid_format":"grid format","field.grid_validator":"grid validator","field.grid_width":"grid width","field.grid_align":"grid align","field.uniq_rank":"uniq rank","field.form_editor":"form editor","field.form_validator":"form validator","field.form_format":"form format","field.def_val":"def val","field.range_val":"range val","field.ignore_on_save":"ignore on save","field.view_section":"view section","field.entity_id":"entity id","field.data_prop":"data prop","field.association":"association","field.search_url":"search url","field.save_url":"save url","field.master_field":"master field","field.custom_view":"custom view","field.parent":"parent","field.childrens":"childrens","field.template":"template","field.menu_type":"menu type","field.icon_path":"icon path","field.hidden_flag":"hidden flag","field.routing_type":"routing type","field.detail_form_id":"detail form id","field.detail_layout":"detail layout","field.resource_type":"resource type","field.resource_name":"resource name","field.resource_url":"resource url","field.grid_save_url":"grid save url","field.id_field":"id field","field.title_field":"title field","field.pagination":"pagination","field.items_prop":"items prop","field.total_prop":"total prop","field.fixed_columns":"fixed columns","field.buttons":"buttons","field.columns":"columns","field.bundle":"bundle","field.table_name":"table_name","field.multi_save_url":"multi save url","field.id_type":"id type","field.master":"master","field.ref_field":"ref field","field.del_strategy":"del strategy","field.ext_entity":"ext entity","field.ignore_on_sav":"ignore on sav","button.empty":"empty","button.receive":"receive","title.select_item":"select item","label.setting":"setting","text.please_choose_partner":"please choose a partner","text.supporting text for blacklist":"Enter the IP addresses engaging in illegal or malicious activities to be blocked.","text.supporting text for whitelist":"Set up a list of trusted IP addresses to allow only approved IPs to access.","text.supporting text for protected ip-list":"Enter when you want to restrict the use of 'protected rights' except from certain IP addresses.","title.partner_setting":"partner setting","title.setting":"setting","title.switch domain":"switch domain","title.theme setting":"theme setting","button.view_release_note":"view release note","field.license":"license","field.system brief":"system brief","field.version":"version","label.about-system":"about system","label.system reload":"system reload","title.release-note":"release note","title.release note setting":"release note setting","component.credential":"user info.","component.bar-chart":"bar chart","component.chartjs":"chart","component.doughnut-chart":"doughnut chart","component.horizontal-bar-chart":"horizontal bar chart","component.line-chart":"line chart","component.mixed-chart":"mixed chart","component.pie-chart":"pie chart","component.polar-area-chart":"polar area chart","component.radar-chart":"radar chart","label.annotation-text":"text","label.bar-spacing":"bar spacing","label.chart-annotation":"annotation","label.chart-annotation-type":"type","label.data-label-anchor":"position","label.data-label-offset":"offset","label.data-label-rotation":"rotation angle","label.horizontal-anchor":"horizontal anchor","label.series-type":"series type","label.stack-group":"stack group","label.stroke-thickness":"line thickness","label.tick-spacing":"tick spacing","label.tooltip":"tooltip","label.value-format":"value format","label.vertical-anchor":"vertical anchor","component.clock-analog":"analog clock","component.clock-text":"digital clock","label.week-language":"weekday language","component.clone":"clone","label.autostart":"auto start","label.targetRetention":"target retention","component.compass":"compass","component.data-accessor":"data accessor","component.data-aggregator":"data aggregator","component.data-enhancer":"data enhancer","component.data-paginator":"data paginator","component.data-queue":"data queue","component.data-reducer":"data reducer","component.data-splitter":"data splitter","component.data-wrapper":"data wrapper","label.accessor-item":"Accessor's Item","label.accessor-target":"Accessor's Target","label.index-name":"Index Name","label.index-type":"Index type","label.max-size":"Queue Size","label.min-size":"Minimum Queue Size","label.page-size":"Page Size","label.property-name":"Property Name","label.queue-propname":"Queue name","label.reducing-propname":"Reducing Property Name","label.reducing-type":"Reducing Type","component.excel":"excel","component.button":"button","component.fieldset":"fieldset","component.form":"form","component.iframe":"iframe","component.img":"img","component.div":"div","component.input-checkbox":"checkbox","component.input-color":"color input","component.input-date":"date input","component.input-month":"month input","component.input-time":"time input","component.input-email":"email input","component.input-file":"file input","component.input-number":"number input","component.input-password":"password input","component.input-radio":"radio input","component.input-range":"range input","component.input-reset":"reset input","component.input-search":"search","component.input-submit":"submit","component.input-text":"text input","component.link":"link","component.radio-group":"radio group","component.select":"select","component.soap-client":"soap client","component.textarea":"textarea","component.html-label":"html label","component.html-date":"html date","label.text-field":"text field","label.value-field":"value field","label.started":"auto started","label.controls":"show controls","label.endpoint":"Endpoint","label.namespace":"namespace","label.soap-action":"SOAP Action","label.content-type":"content type","label.mime-type":"MIME type","label.next-input":"next input","label.autofocus":"focus on init","label.alltime-focus":"alltime focus","label.alltime-focus-pending":"alltime focus pending","label.without-enter":"without enter key","label.english-only":"english input only","label.select-after-change":"select over change","label.set-data-on-change":"set data on change","label.date-time":"date-time","label.input-tz":"input tz","label.output-tz":"output tz","label.playsinline":"playsinline","label.muted":"muted","component.gantt":"gantt","label.gantt-task-id":"ID","label.gantt-task-section":"section","label.gantt-task-title":"title","label.gantt-task-type":"type","label.gantt-task-start-date":"start date","label.gantt-task-end-date":"end date","label.gantt-task-tags":"tags","label.gantt-task-progress":"progress","label.gantt-task-previous":"previous","label.gantt-gridline":"gridline","label.gantt-from-date":"from date","label.gantt-to-date":"to date","label.gantt-column-config":"column config.","label.gantt-time-scale":"time scale","component.gauge-circle":"circle gauge","component.gauge-vertical":"vertical gauge","component.gauge-horizon":"horizontal gauge","label.anim-from-base":"animation from base","component.google-map":"google map","component.gmap-marker":"gmap marker","component.gmap-path":"gmap path","label.show-path":"Show Path","label.show-intermediate-markers":"Show Intermediate Markers","label.start-end-marker-different-design":"Apply First and Last Marker Design","component.graphql-client":"GraphQL client","component.graphql-mutation":"GraphQL mutation","component.graphql-query":"GraphQL query","component.graphql-subscription":"GraphQL subscription","label.client":"Client component ID","label.auto-start":"Auto-start","component.half-roundrect":"single-side rounded rect.","component.label":"label","label.fallback":"fallback","label.i18n-key":"i18n key","label.term":"term","label.terms":"terms","component.image-slider":"image slider","label.display-time":"display time","label.images":"images","component.indoor-map":"indoor-map","component.rack":"rack","label.add-floor":"add floor","component.data-subscription":"Data subscription","component.scenario-control":"Scenario control","component.scenario-run":"Run scenario","component.scenario-start":"Start scenario","component.scenario-stop":"Stop scenario","component.scenario-instance-subscription":"Scenario instance subscription","component.scenario-queue-subscription":"Scenario queue subscription","component.connection-state-subscription":"Connection state subscription","component.connection-control":"Connection control","label.connection-name":"Connection name","label.scenario-name":"Scenario name","label.control-type":"Control type","label.init-data-endpoint":"Initial data endpoint","label.instance-name":"Instance name","label.repeat-interval":"Repeat interval","label.run-on-start":"Run on start","label.mask-on-error":"Mask on error","component.barcode":"barcode","component.barcode-scanner":"barcode-scanner","component.label-printer":"label-printer","label.direct-printer":"direct printer","label.monochrome":"monochrome","label.paddingwidth":"padding-w","label.paddingheight":"padding-h","label.vendor id":"vendor id","label.board id":"board id","label.copies":"copies","component.legend":"legend","component.svg":"svg","label.id-field":"ID field","label.svg-info":"SVG info.","component.tact-timer":"tact timer","label.before-due-progress-color":"before due progress color","label.before-due-font-color":"before due font color","label.over-due-progress-color":"over due progress color","label.over-due-font-color":"over due font color","label.progress-direction":"progress direction","label.progress-threshold":"progress threshold","label.tact-time":"tact time","label.under-threshold-color":"under threshold color","label.show-progress":"show progress color","label.show-timer":"show timer","label.start-time":"start time","label.end-time":"end time","label.tact-timer-mask-color":"mask color","component.marker":"marker","component.news-ticker":"news ticker","component.polypath":"polypath","label.line-dash":"line dash","label.line-dash-offset":"line dash offset","component.progress-circle":"progress circle","component.progress-vertical":"progress vertical","component.progress-horizontal":"progress horizontal","label.packman-style":"packman style","component.random":"random","component.jsonp":"jsonp","component.restful":"restful","label.credentials":"credentials","label.cache":"cache","label.redirect":"redirect","label.referrer-policy":"referrer policy","label.fetch-on-load":"fetch on load","component.simple-switch":"simple switch","label.on/off":"on/off","label.on-color":"on color","label.off-color":"off color","label.thumbnail-color":"thumbnail","component.tab":"tab","component.tab-container":"tab container","label.active index":"active index","label.add-card":"add card","component.data-list":"data-list","component.table":"table","component.table-cell":"table cell","label.data-spread-to":"spread to","component.timer":"timer","component.duetimer":"duetimer","label.progress-color":"progress color","label.due":"due","label.format-run":"time format","label.format-stop":"stopped","label.data-reflection":"data reflection","component.3d-container":"3D container","component.visualizer":"visualizer","component.rack-table":"rack table","component.cube":"cube","component.cylinder":"cylinder","component.sphere":"sphere","component.banner":"banner","component.sprite":"sprite","component.wall":"wall","component.desk":"desk","component.camera":"camera","component.light":"light","component.gltf-object":"gltf-object","label.bin-locations":"bin locations","label.camera-x":"camera X","label.camera-y":"camera Y","label.camera-z":"camera Z","label.gltf-file-info":"file info.","label.gamma-factor":"gamma factor","label.section-digits":"section digits","label.shelf-locations":"shelf locations","label.show-helper":"show helper","label.unit-digits":"unit digits","label.popup-position":"popup position","label.light-type":"light type","label.intensity":"intensity","label.distance":"distance","label.decay":"decay","label.cast-shadow":"cast shadow","component.conveyor":"conveyor","component.conveyor-belt":"conveyor-belt","component.conveyor-join":"conveyor-join","component.conveyor-join-trapezoid":"conveyor-join-trapezoid","component.scanner":"scanner","component.wheel-sorter":"wheel-sorter","component.scichart-timeseries":"timeseries","component.scichart-multiple-timeseries":"multiple timeseries","label.show-overview":"show overview"}