@frangoteam/fuxa-min 1.1.19
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +21 -0
- package/README.md +41 -0
- package/_images/Pipes/P1.svg +39 -0
- package/_images/Tanks/Fl.svg +7 -0
- package/api/alarms/index.js +132 -0
- package/api/auth/index.js +71 -0
- package/api/command/index.js +187 -0
- package/api/daq/index.js +79 -0
- package/api/diagnose/index.js +163 -0
- package/api/index.js +181 -0
- package/api/jwt-helper.js +106 -0
- package/api/plugins/index.js +109 -0
- package/api/projects/index.js +229 -0
- package/api/resources/index.js +118 -0
- package/api/scripts/index.js +82 -0
- package/api/users/index.js +109 -0
- package/dist/3rdpartylicenses.txt +1477 -0
- package/dist/Quicksand-Bold.071154c292aef0b8.woff +0 -0
- package/dist/Quicksand-Bold.6383d6475ed5c40f.woff2 +0 -0
- package/dist/Quicksand-Bold.f07d467887f9cfab.ttf +0 -0
- package/dist/Quicksand-Medium.0982a651e8d4315f.woff +0 -0
- package/dist/Quicksand-Medium.9d2733fbfb9b1be8.ttf +0 -0
- package/dist/Quicksand-Medium.b09302365c586eb2.woff2 +0 -0
- package/dist/Quicksand-Regular.16adf9eecd267273.woff +0 -0
- package/dist/Quicksand-Regular.78819724f6aeff59.woff2 +0 -0
- package/dist/Quicksand-Regular.8829564f0e14bf76.ttf +0 -0
- package/dist/assets/fonts/icomoon.eot +0 -0
- package/dist/assets/fonts/icomoon.svg +19 -0
- package/dist/assets/fonts/icomoon.ttf +0 -0
- package/dist/assets/fonts/icomoon.woff +0 -0
- package/dist/assets/fonts/myicons.eot +0 -0
- package/dist/assets/fonts/myicons.svg +19 -0
- package/dist/assets/fonts/myicons.ttf +0 -0
- package/dist/assets/fonts/myicons.woff +0 -0
- package/dist/assets/fonts/quicksand-bold/Quicksand-Bold.ttf +0 -0
- package/dist/assets/fonts/quicksand-bold/Quicksand-Bold.woff +0 -0
- package/dist/assets/fonts/quicksand-bold/Quicksand-Bold.woff2 +0 -0
- package/dist/assets/fonts/quicksand-medium/Quicksand-Medium.ttf +0 -0
- package/dist/assets/fonts/quicksand-medium/Quicksand-Medium.woff +0 -0
- package/dist/assets/fonts/quicksand-medium/Quicksand-Medium.woff2 +0 -0
- package/dist/assets/fonts/quicksand-regular/Quicksand-Regular.ttf +0 -0
- package/dist/assets/fonts/quicksand-regular/Quicksand-Regular.woff +0 -0
- package/dist/assets/fonts/quicksand-regular/Quicksand-Regular.woff2 +0 -0
- package/dist/assets/fonts/roboto-bold/roboto-bold-webfont.svg +10486 -0
- package/dist/assets/fonts/roboto-bold/roboto-bold-webfont.ttf +0 -0
- package/dist/assets/fonts/roboto-bold/roboto-bold-webfont.woff +0 -0
- package/dist/assets/fonts/roboto-bold/roboto-bold-webfont.woff2 +0 -0
- package/dist/assets/fonts/roboto-light/roboto-light-webfont.svg +9998 -0
- package/dist/assets/fonts/roboto-light/roboto-light-webfont.ttf +0 -0
- package/dist/assets/fonts/roboto-light/roboto-light-webfont.woff +0 -0
- package/dist/assets/fonts/roboto-light/roboto-light-webfont.woff2 +0 -0
- package/dist/assets/fonts/roboto-medium/roboto-medium-webfont.svg +10487 -0
- package/dist/assets/fonts/roboto-medium/roboto-medium-webfont.ttf +0 -0
- package/dist/assets/fonts/roboto-medium/roboto-medium-webfont.woff +0 -0
- package/dist/assets/fonts/roboto-medium/roboto-medium-webfont.woff2 +0 -0
- package/dist/assets/fonts/roboto-regular/roboto-regular-webfont.svg +10004 -0
- package/dist/assets/fonts/roboto-regular/roboto-regular-webfont.ttf +0 -0
- package/dist/assets/fonts/roboto-regular/roboto-regular-webfont.woff +0 -0
- package/dist/assets/fonts/roboto-regular/roboto-regular-webfont.woff2 +0 -0
- package/dist/assets/fonts/roboto-thin/roboto-thin-webfont.svg +10012 -0
- package/dist/assets/fonts/roboto-thin/roboto-thin-webfont.ttf +0 -0
- package/dist/assets/fonts/roboto-thin/roboto-thin-webfont.woff +0 -0
- package/dist/assets/fonts/roboto-thin/roboto-thin-webfont.woff2 +0 -0
- package/dist/assets/i18n/de.json +1308 -0
- package/dist/assets/i18n/en.json +1438 -0
- package/dist/assets/i18n/es.json +777 -0
- package/dist/assets/i18n/fr.json +1129 -0
- package/dist/assets/i18n/ko.json +774 -0
- package/dist/assets/i18n/pt.json +657 -0
- package/dist/assets/i18n/ru.json +1228 -0
- package/dist/assets/i18n/tr.json +673 -0
- package/dist/assets/i18n/ua.json +614 -0
- package/dist/assets/i18n/zh-cn.json +1252 -0
- package/dist/assets/images/align-bottom.svg +88 -0
- package/dist/assets/images/align-center.svg +86 -0
- package/dist/assets/images/align-left.svg +86 -0
- package/dist/assets/images/align-middle.svg +88 -0
- package/dist/assets/images/align-right.svg +88 -0
- package/dist/assets/images/align-top.svg +88 -0
- package/dist/assets/images/bag.svg +115 -0
- package/dist/assets/images/button.svg +22 -0
- package/dist/assets/images/chart.svg +17 -0
- package/dist/assets/images/circle.svg +84 -0
- package/dist/assets/images/compressor-a.svg +2 -0
- package/dist/assets/images/editvalue.svg +14 -0
- package/dist/assets/images/ellipse.svg +84 -0
- package/dist/assets/images/flip-orizontal.svg +86 -0
- package/dist/assets/images/flip-vertical.svg +82 -0
- package/dist/assets/images/gauge-donut.png +0 -0
- package/dist/assets/images/gauge-mat.png +0 -0
- package/dist/assets/images/gauge-zone.png +0 -0
- package/dist/assets/images/graphbar.svg +18 -0
- package/dist/assets/images/group.svg +91 -0
- package/dist/assets/images/iframe.svg +54 -0
- package/dist/assets/images/image.svg +95 -0
- package/dist/assets/images/led-circle.svg +77 -0
- package/dist/assets/images/line.svg +86 -0
- package/dist/assets/images/linecap-butt.svg +77 -0
- package/dist/assets/images/linecap-round.svg +77 -0
- package/dist/assets/images/linecap-square.svg +82 -0
- package/dist/assets/images/linejoin-bevel.svg +77 -0
- package/dist/assets/images/linejoin-miter.svg +77 -0
- package/dist/assets/images/linejoin-round.svg +77 -0
- package/dist/assets/images/logo.svg +18 -0
- package/dist/assets/images/path.svg +100 -0
- package/dist/assets/images/pencil.svg +98 -0
- package/dist/assets/images/pipe.svg +15 -0
- package/dist/assets/images/progress-v.svg +79 -0
- package/dist/assets/images/rect.svg +84 -0
- package/dist/assets/images/select-pointer.svg +93 -0
- package/dist/assets/images/selectvalue.svg +14 -0
- package/dist/assets/images/semaphore.svg +19 -0
- package/dist/assets/images/slider.svg +17 -0
- package/dist/assets/images/switch.svg +15 -0
- package/dist/assets/images/table.svg +55 -0
- package/dist/assets/images/text.svg +294 -0
- package/dist/assets/images/to-bottom.svg +163 -0
- package/dist/assets/images/to-path.svg +94 -0
- package/dist/assets/images/to-top.svg +163 -0
- package/dist/assets/images/to_top.svg +88 -0
- package/dist/assets/images/todelete.svg +13 -0
- package/dist/assets/images/ungroup.svg +108 -0
- package/dist/assets/images/value.svg +81 -0
- package/dist/assets/images/valve-a.svg +2 -0
- package/dist/assets/images/webcam.svg +16 -0
- package/dist/assets/lib/ext-styles.css +28 -0
- package/dist/assets/lib/gauge/gauge.js +988 -0
- package/dist/assets/lib/gauge/gauge.min.js +1 -0
- package/dist/assets/lib/nouislider/nouislider.min.css +1 -0
- package/dist/assets/lib/nouislider/nouislider.min.js +1 -0
- package/dist/assets/lib/numeral/locales.min.js +7 -0
- package/dist/assets/lib/numeral/numeral.min.js +8 -0
- package/dist/assets/lib/pdfkit-table/index.js +967 -0
- package/dist/assets/lib/svg/raphael.min.js +1 -0
- package/dist/assets/lib/svg/svg.js +5573 -0
- package/dist/assets/lib/svg/svg.min.js +13 -0
- package/dist/assets/lib/svgeditor/extensions/ext-bundle.min.js +1 -0
- package/dist/assets/lib/svgeditor/extensions/ext-html_button.min.css +1 -0
- package/dist/assets/lib/svgeditor/fuxa-editor.min.js +23 -0
- package/dist/assets/lib/svgeditor/jquery-plugin.min.css +2 -0
- package/dist/assets/lib/svgeditor/jquery-plugin.min.js +52 -0
- package/dist/assets/lib/svgeditor/jquery-ui-1.8.17.custom.min.js +54 -0
- package/dist/assets/lib/svgeditor/jquery.min.js +4 -0
- package/dist/assets/lib/svgeditor/shapes/ape-shapes.js +39 -0
- package/dist/assets/lib/svgeditor/shapes/img/agitator-disc.svg +17 -0
- package/dist/assets/lib/svgeditor/shapes/img/agitator-paddle.svg +16 -0
- package/dist/assets/lib/svgeditor/shapes/img/agitator-prop.svg +15 -0
- package/dist/assets/lib/svgeditor/shapes/img/agitator-turbo.svg +19 -0
- package/dist/assets/lib/svgeditor/shapes/img/anim-eli.svg +13 -0
- package/dist/assets/lib/svgeditor/shapes/img/anim-piston.svg +14 -0
- package/dist/assets/lib/svgeditor/shapes/img/centrifugal.svg +68 -0
- package/dist/assets/lib/svgeditor/shapes/img/centrifugal1.svg +67 -0
- package/dist/assets/lib/svgeditor/shapes/img/centrifuge1.svg +67 -0
- package/dist/assets/lib/svgeditor/shapes/img/centrifuge2.svg +16 -0
- package/dist/assets/lib/svgeditor/shapes/img/centrifuge3.svg +16 -0
- package/dist/assets/lib/svgeditor/shapes/img/centrifuge4.svg +16 -0
- package/dist/assets/lib/svgeditor/shapes/img/compair.svg +92 -0
- package/dist/assets/lib/svgeditor/shapes/img/compdiaph.svg +16 -0
- package/dist/assets/lib/svgeditor/shapes/img/compejector.svg +16 -0
- package/dist/assets/lib/svgeditor/shapes/img/compreci.svg +17 -0
- package/dist/assets/lib/svgeditor/shapes/img/compreci2.svg +68 -0
- package/dist/assets/lib/svgeditor/shapes/img/compressor-fan.svg +18 -0
- package/dist/assets/lib/svgeditor/shapes/img/compressor-piston.svg +16 -0
- package/dist/assets/lib/svgeditor/shapes/img/compressor-void.svg +16 -0
- package/dist/assets/lib/svgeditor/shapes/img/compring.svg +72 -0
- package/dist/assets/lib/svgeditor/shapes/img/compring2.svg +72 -0
- package/dist/assets/lib/svgeditor/shapes/img/comprotary.svg +16 -0
- package/dist/assets/lib/svgeditor/shapes/img/comprotary2.svg +18 -0
- package/dist/assets/lib/svgeditor/shapes/img/compscrew.svg +16 -0
- package/dist/assets/lib/svgeditor/shapes/img/compsilence.svg +20 -0
- package/dist/assets/lib/svgeditor/shapes/img/compturbo.svg +72 -0
- package/dist/assets/lib/svgeditor/shapes/img/crusher1.svg +16 -0
- package/dist/assets/lib/svgeditor/shapes/img/crusher2.svg +16 -0
- package/dist/assets/lib/svgeditor/shapes/img/crusher3.svg +16 -0
- package/dist/assets/lib/svgeditor/shapes/img/crusher4.svg +17 -0
- package/dist/assets/lib/svgeditor/shapes/img/crusher5.svg +18 -0
- package/dist/assets/lib/svgeditor/shapes/img/crusher6.svg +16 -0
- package/dist/assets/lib/svgeditor/shapes/img/crusher7.svg +21 -0
- package/dist/assets/lib/svgeditor/shapes/img/diaph.svg +16 -0
- package/dist/assets/lib/svgeditor/shapes/img/drier1.svg +63 -0
- package/dist/assets/lib/svgeditor/shapes/img/drier2.svg +17 -0
- package/dist/assets/lib/svgeditor/shapes/img/drier3.svg +23 -0
- package/dist/assets/lib/svgeditor/shapes/img/drier4.svg +18 -0
- package/dist/assets/lib/svgeditor/shapes/img/drier5.svg +16 -0
- package/dist/assets/lib/svgeditor/shapes/img/exchanger-filter.svg +16 -0
- package/dist/assets/lib/svgeditor/shapes/img/exchanger-heat.svg +16 -0
- package/dist/assets/lib/svgeditor/shapes/img/exchanger-tube.svg +16 -0
- package/dist/assets/lib/svgeditor/shapes/img/exchanger1.svg +67 -0
- package/dist/assets/lib/svgeditor/shapes/img/exchanger2.svg +16 -0
- package/dist/assets/lib/svgeditor/shapes/img/exchanger3.svg +15 -0
- package/dist/assets/lib/svgeditor/shapes/img/exchanger4.svg +15 -0
- package/dist/assets/lib/svgeditor/shapes/img/exchanger5.svg +16 -0
- package/dist/assets/lib/svgeditor/shapes/img/exchanger6.svg +71 -0
- package/dist/assets/lib/svgeditor/shapes/img/exchanger7.svg +16 -0
- package/dist/assets/lib/svgeditor/shapes/img/exchanger8.svg +16 -0
- package/dist/assets/lib/svgeditor/shapes/img/exchanger9.svg +16 -0
- package/dist/assets/lib/svgeditor/shapes/img/feeder.svg +17 -0
- package/dist/assets/lib/svgeditor/shapes/img/feeder2.svg +16 -0
- package/dist/assets/lib/svgeditor/shapes/img/feeder3.svg +63 -0
- package/dist/assets/lib/svgeditor/shapes/img/filter2.svg +68 -0
- package/dist/assets/lib/svgeditor/shapes/img/filter3.svg +17 -0
- package/dist/assets/lib/svgeditor/shapes/img/fitting1.svg +67 -0
- package/dist/assets/lib/svgeditor/shapes/img/fitting10.svg +16 -0
- package/dist/assets/lib/svgeditor/shapes/img/fitting11.svg +17 -0
- package/dist/assets/lib/svgeditor/shapes/img/fitting12.svg +16 -0
- package/dist/assets/lib/svgeditor/shapes/img/fitting13.svg +15 -0
- package/dist/assets/lib/svgeditor/shapes/img/fitting2.svg +15 -0
- package/dist/assets/lib/svgeditor/shapes/img/fitting3.svg +17 -0
- package/dist/assets/lib/svgeditor/shapes/img/fitting4.svg +16 -0
- package/dist/assets/lib/svgeditor/shapes/img/fitting5.svg +16 -0
- package/dist/assets/lib/svgeditor/shapes/img/fitting6.svg +16 -0
- package/dist/assets/lib/svgeditor/shapes/img/fitting7.svg +15 -0
- package/dist/assets/lib/svgeditor/shapes/img/fitting8.svg +15 -0
- package/dist/assets/lib/svgeditor/shapes/img/fitting9.svg +15 -0
- package/dist/assets/lib/svgeditor/shapes/img/misc1.svg +75 -0
- package/dist/assets/lib/svgeditor/shapes/img/misc2.svg +71 -0
- package/dist/assets/lib/svgeditor/shapes/img/misc3.svg +15 -0
- package/dist/assets/lib/svgeditor/shapes/img/misc4.svg +16 -0
- package/dist/assets/lib/svgeditor/shapes/img/misc5.svg +16 -0
- package/dist/assets/lib/svgeditor/shapes/img/misc6.svg +15 -0
- package/dist/assets/lib/svgeditor/shapes/img/misc7.svg +64 -0
- package/dist/assets/lib/svgeditor/shapes/img/misc8.svg +15 -0
- package/dist/assets/lib/svgeditor/shapes/img/motor-simb.svg +17 -0
- package/dist/assets/lib/svgeditor/shapes/img/nozzle.svg +15 -0
- package/dist/assets/lib/svgeditor/shapes/img/nozzle2.svg +15 -0
- package/dist/assets/lib/svgeditor/shapes/img/pipi1.svg +16 -0
- package/dist/assets/lib/svgeditor/shapes/img/pipi2.svg +17 -0
- package/dist/assets/lib/svgeditor/shapes/img/pipi3.svg +15 -0
- package/dist/assets/lib/svgeditor/shapes/img/pipi4.svg +15 -0
- package/dist/assets/lib/svgeditor/shapes/img/pipi5.svg +16 -0
- package/dist/assets/lib/svgeditor/shapes/img/pipi6.svg +15 -0
- package/dist/assets/lib/svgeditor/shapes/img/pipi7.svg +16 -0
- package/dist/assets/lib/svgeditor/shapes/img/pumpblower.svg +76 -0
- package/dist/assets/lib/svgeditor/shapes/img/pumpcentri1.svg +64 -0
- package/dist/assets/lib/svgeditor/shapes/img/pumpcentri2.svg +64 -0
- package/dist/assets/lib/svgeditor/shapes/img/pumpfeed.svg +64 -0
- package/dist/assets/lib/svgeditor/shapes/img/pumpgear.svg +18 -0
- package/dist/assets/lib/svgeditor/shapes/img/pumpgear2.svg +19 -0
- package/dist/assets/lib/svgeditor/shapes/img/pumphidra.svg +68 -0
- package/dist/assets/lib/svgeditor/shapes/img/pumphorizo.svg +68 -0
- package/dist/assets/lib/svgeditor/shapes/img/pumpjet.svg +68 -0
- package/dist/assets/lib/svgeditor/shapes/img/pumpperis.svg +20 -0
- package/dist/assets/lib/svgeditor/shapes/img/pumpscreew.svg +17 -0
- package/dist/assets/lib/svgeditor/shapes/img/pumpscreew2.svg +72 -0
- package/dist/assets/lib/svgeditor/shapes/img/pumpturbi.svg +64 -0
- package/dist/assets/lib/svgeditor/shapes/img/pumpvacuum.svg +72 -0
- package/dist/assets/lib/svgeditor/shapes/img/shape-arrow.svg +13 -0
- package/dist/assets/lib/svgeditor/shapes/img/shape-circle.svg +13 -0
- package/dist/assets/lib/svgeditor/shapes/img/shape-circleindi.svg +13 -0
- package/dist/assets/lib/svgeditor/shapes/img/shape-cloud.svg +63 -0
- package/dist/assets/lib/svgeditor/shapes/img/shape-cone.svg +71 -0
- package/dist/assets/lib/svgeditor/shapes/img/shape-corner.svg +15 -0
- package/dist/assets/lib/svgeditor/shapes/img/shape-cross.svg +15 -0
- package/dist/assets/lib/svgeditor/shapes/img/shape-cylinder.svg +71 -0
- package/dist/assets/lib/svgeditor/shapes/img/shape-delay.svg +13 -0
- package/dist/assets/lib/svgeditor/shapes/img/shape-diamond.svg +13 -0
- package/dist/assets/lib/svgeditor/shapes/img/shape-display.svg +15 -0
- package/dist/assets/lib/svgeditor/shapes/img/shape-docu.svg +15 -0
- package/dist/assets/lib/svgeditor/shapes/img/shape-doublearrow.svg +13 -0
- package/dist/assets/lib/svgeditor/shapes/img/shape-drop.svg +15 -0
- package/dist/assets/lib/svgeditor/shapes/img/shape-halfcircle.svg +13 -0
- package/dist/assets/lib/svgeditor/shapes/img/shape-heart.svg +15 -0
- package/dist/assets/lib/svgeditor/shapes/img/shape-looplimit.svg +13 -0
- package/dist/assets/lib/svgeditor/shapes/img/shape-maninput.svg +15 -0
- package/dist/assets/lib/svgeditor/shapes/img/shape-nosymbol.svg +15 -0
- package/dist/assets/lib/svgeditor/shapes/img/shape-octagon.svg +15 -0
- package/dist/assets/lib/svgeditor/shapes/img/shape-offpage.svg +13 -0
- package/dist/assets/lib/svgeditor/shapes/img/shape-or.svg +15 -0
- package/dist/assets/lib/svgeditor/shapes/img/shape-or2.svg +17 -0
- package/dist/assets/lib/svgeditor/shapes/img/shape-parallelogram.svg +15 -0
- package/dist/assets/lib/svgeditor/shapes/img/shape-pentagon.svg +15 -0
- package/dist/assets/lib/svgeditor/shapes/img/shape-poval.svg +15 -0
- package/dist/assets/lib/svgeditor/shapes/img/shape-prepara.svg +13 -0
- package/dist/assets/lib/svgeditor/shapes/img/shape-rectangle.svg +13 -0
- package/dist/assets/lib/svgeditor/shapes/img/shape-rectindi.svg +16 -0
- package/dist/assets/lib/svgeditor/shapes/img/shape-star4.svg +15 -0
- package/dist/assets/lib/svgeditor/shapes/img/shape-switch.svg +15 -0
- package/dist/assets/lib/svgeditor/shapes/img/shape-tape.svg +15 -0
- package/dist/assets/lib/svgeditor/shapes/img/shape-tee.svg +63 -0
- package/dist/assets/lib/svgeditor/shapes/img/shape-ticket.svg +13 -0
- package/dist/assets/lib/svgeditor/shapes/img/shape-trape.svg +13 -0
- package/dist/assets/lib/svgeditor/shapes/img/shape-triangle.svg +13 -0
- package/dist/assets/lib/svgeditor/shapes/img/shape-vor.svg +14 -0
- package/dist/assets/lib/svgeditor/shapes/img/tank1.svg +63 -0
- package/dist/assets/lib/svgeditor/shapes/img/tank2.svg +15 -0
- package/dist/assets/lib/svgeditor/shapes/img/tank3.svg +15 -0
- package/dist/assets/lib/svgeditor/shapes/img/tank4.svg +15 -0
- package/dist/assets/lib/svgeditor/shapes/img/tank5.svg +15 -0
- package/dist/assets/lib/svgeditor/shapes/img/tank6.svg +68 -0
- package/dist/assets/lib/svgeditor/shapes/img/tank7.svg +15 -0
- package/dist/assets/lib/svgeditor/shapes/img/tank8.svg +15 -0
- package/dist/assets/lib/svgeditor/shapes/img/tank9.svg +21 -0
- package/dist/assets/lib/svgeditor/shapes/img/valve-ax.svg +13 -0
- package/dist/assets/lib/svgeditor/shapes/img/valve-bx.svg +13 -0
- package/dist/assets/lib/svgeditor/shapes/img/valve-cx.svg +13 -0
- package/dist/assets/lib/svgeditor/shapes/img/webcam.svg +6 -0
- package/dist/assets/lib/svgeditor/shapes/my-shapes.js +178 -0
- package/dist/assets/lib/svgeditor/shapes/proc-comp-shapes.js +105 -0
- package/dist/assets/lib/svgeditor/shapes/proc-general-shapes.js +60 -0
- package/dist/assets/lib/svgeditor/shapes/proc-pumps-shapes.js +112 -0
- package/dist/assets/lib/svgeditor/shapes/proc-shapes.js +606 -0
- package/dist/assets/lib/svgeditor/shapes/shapes.js +30 -0
- package/dist/assets/lib/svgeditor/svg-editor.min.css +1 -0
- package/dist/assets/lib/uplot/placement.min.js +2 -0
- package/dist/assets/project.demo.fuxap +1 -0
- package/dist/favicon.ico +0 -0
- package/dist/icomoon.86abfb46e057ade8.eot +0 -0
- package/dist/icomoon.c1f8b59bad308d66.woff +0 -0
- package/dist/icomoon.ce427f75e21963af.ttf +0 -0
- package/dist/icomoon.dfb0a89feb346906.svg +19 -0
- package/dist/index.html +50 -0
- package/dist/logo.0e8e64e69250a450.svg +18 -0
- package/dist/main.a356f552d9838b9e.js +1 -0
- package/dist/material-icons-outlined.78a93b2079680a08.woff +0 -0
- package/dist/material-icons-outlined.f86cb7b0aa53f0fe.woff2 +0 -0
- package/dist/material-icons-round.92dc7ca2f4c591e7.woff +0 -0
- package/dist/material-icons-round.b10ec9db5b7fbc74.woff2 +0 -0
- package/dist/material-icons-sharp.3885863ee4746422.woff2 +0 -0
- package/dist/material-icons-sharp.a71cb2bf66c604de.woff +0 -0
- package/dist/material-icons-two-tone.588d63134de807a7.woff +0 -0
- package/dist/material-icons-two-tone.675bd578bd14533e.woff2 +0 -0
- package/dist/material-icons.4ad034d2c499d9b6.woff +0 -0
- package/dist/material-icons.59322316b3fd6063.woff2 +0 -0
- package/dist/polyfills.2696a6f9dc75535e.js +1 -0
- package/dist/roboto-bold-webfont.29ac6158e35aee95.woff +0 -0
- package/dist/roboto-bold-webfont.568ab1fa3f154a77.svg +10486 -0
- package/dist/roboto-bold-webfont.6bcfbdc216b3bc78.woff2 +0 -0
- package/dist/roboto-bold-webfont.7c22a4dfdee2ff33.ttf +0 -0
- package/dist/roboto-light-webfont.13492ec56771eeee.svg +9998 -0
- package/dist/roboto-light-webfont.61fa26c99b07ac83.woff2 +0 -0
- package/dist/roboto-light-webfont.95295ce84942d8ce.ttf +0 -0
- package/dist/roboto-light-webfont.ae19119a2889dfdf.woff +0 -0
- package/dist/roboto-medium-webfont.30344f0411888055.woff +0 -0
- package/dist/roboto-medium-webfont.57fb00cab0317d2d.woff2 +0 -0
- package/dist/roboto-medium-webfont.a40869e060a388c0.ttf +0 -0
- package/dist/roboto-medium-webfont.ea02241c29620c02.svg +10487 -0
- package/dist/roboto-regular-webfont.2b0501b72f5a94d5.ttf +0 -0
- package/dist/roboto-regular-webfont.2ce0ba9a06424965.svg +10004 -0
- package/dist/roboto-regular-webfont.ae47f6f1292d196f.woff2 +0 -0
- package/dist/roboto-regular-webfont.f58066a2d9061006.woff +0 -0
- package/dist/roboto-thin-webfont.0a64479870f676e8.ttf +0 -0
- package/dist/roboto-thin-webfont.0f7221f5c7e972ef.woff2 +0 -0
- package/dist/roboto-thin-webfont.51b221e22714b1fe.svg +10012 -0
- package/dist/roboto-thin-webfont.dac941649dd4eac0.woff +0 -0
- package/dist/runtime.8ef63094e52a66ba.js +1 -0
- package/dist/scripts.1c3385254ff4c93c.js +1 -0
- package/dist/styles.cf8e3cf50d039a5c.css +1 -0
- package/fuxa.js +39 -0
- package/main.js +381 -0
- package/package.json +68 -0
- package/paths.js +44 -0
- package/project.default.json +11 -0
- package/project.demo.fuxap +1 -0
- package/runtime/alarms/alarmstorage.js +205 -0
- package/runtime/alarms/index.js +678 -0
- package/runtime/devices/bacnet/index.js +730 -0
- package/runtime/devices/device-utils.js +95 -0
- package/runtime/devices/device.js +551 -0
- package/runtime/devices/ethernetip/index.js +381 -0
- package/runtime/devices/fuxaserver/index.js +310 -0
- package/runtime/devices/httprequest/index.js +495 -0
- package/runtime/devices/index.js +489 -0
- package/runtime/devices/modbus/datatypes.js +122 -0
- package/runtime/devices/modbus/index.js +730 -0
- package/runtime/devices/mqtt/index.js +618 -0
- package/runtime/devices/odbc/index.js +408 -0
- package/runtime/devices/opcua/index.js +817 -0
- package/runtime/devices/s7/datatypes.js +88 -0
- package/runtime/devices/s7/index.js +702 -0
- package/runtime/devices/template/index.js +141 -0
- package/runtime/events.js +33 -0
- package/runtime/index.js +559 -0
- package/runtime/jobs/cleaner.js +74 -0
- package/runtime/jobs/fonts/LICENSE.txt +202 -0
- package/runtime/jobs/fonts/Roboto-Black.ttf +0 -0
- package/runtime/jobs/fonts/Roboto-BlackItalic.ttf +0 -0
- package/runtime/jobs/fonts/Roboto-Bold.ttf +0 -0
- package/runtime/jobs/fonts/Roboto-BoldItalic.ttf +0 -0
- package/runtime/jobs/fonts/Roboto-Italic.ttf +0 -0
- package/runtime/jobs/fonts/Roboto-Light.ttf +0 -0
- package/runtime/jobs/fonts/Roboto-LightItalic.ttf +0 -0
- package/runtime/jobs/fonts/Roboto-Medium.ttf +0 -0
- package/runtime/jobs/fonts/Roboto-MediumItalic.ttf +0 -0
- package/runtime/jobs/fonts/Roboto-Regular.ttf +0 -0
- package/runtime/jobs/fonts/Roboto-Thin.ttf +0 -0
- package/runtime/jobs/fonts/Roboto-ThinItalic.ttf +0 -0
- package/runtime/jobs/helper/image-generator.js +82 -0
- package/runtime/jobs/index.js +214 -0
- package/runtime/jobs/report.js +353 -0
- package/runtime/logger.js +113 -0
- package/runtime/notificator/index.js +383 -0
- package/runtime/notificator/notifystorage.js +179 -0
- package/runtime/plugins/index.js +255 -0
- package/runtime/project/index.js +959 -0
- package/runtime/project/prjstorage.js +222 -0
- package/runtime/scripts/index.js +313 -0
- package/runtime/scripts/msm.js +146 -0
- package/runtime/storage/calculator.js +227 -0
- package/runtime/storage/daqstorage.js +188 -0
- package/runtime/storage/influxdb/index.js +240 -0
- package/runtime/storage/sqlite/currentstorage.js +144 -0
- package/runtime/storage/sqlite/index.js +695 -0
- package/runtime/storage/tdengine/index.js +106 -0
- package/runtime/users/index.js +123 -0
- package/runtime/users/usrstorage.js +201 -0
- package/runtime/utils.js +284 -0
- package/screenshot/feature-action-move.gif +0 -0
- package/screenshot/fuxa-ani.gif +0 -0
- package/screenshot/fuxa-device.gif +0 -0
- package/screenshot/fuxa-editor.png +0 -0
- package/screenshot/fuxa-hmi.gif +0 -0
- package/screenshot/fuxa-home.png +0 -0
- package/screenshot/fuxa-test.gif +0 -0
- package/settings.default.js +65 -0
|
@@ -0,0 +1,774 @@
|
|
|
1
|
+
{
|
|
2
|
+
"with param": "견본 {{value}}",
|
|
3
|
+
|
|
4
|
+
"app.home": "홈",
|
|
5
|
+
"app.lab": "랩",
|
|
6
|
+
"app.editor": "편집자",
|
|
7
|
+
|
|
8
|
+
"header.new-project": "새 프로젝트",
|
|
9
|
+
"header.save-project": "프로젝트 저장",
|
|
10
|
+
"header.saveas-project": "다른 이름으로 프로젝트 저장...",
|
|
11
|
+
"header.open-project": "프로젝트 열기",
|
|
12
|
+
"header.edit-project": "프로젝트 편집하기",
|
|
13
|
+
"header.edit-views": "뷰 편집자",
|
|
14
|
+
"header.edit-devices": "장치 설정",
|
|
15
|
+
"header.edit-charts": "차트 설정",
|
|
16
|
+
"header.edit-layout": "레이아웃 설정",
|
|
17
|
+
"header.edit-plugins": "플러그인",
|
|
18
|
+
"header.edit-users": "유저 설정",
|
|
19
|
+
"header.edit-alarms": "알림 설정",
|
|
20
|
+
"header.edit-texts": "텍스트 설정",
|
|
21
|
+
"header.help": "FUXA 도움말",
|
|
22
|
+
"header.help-tutorial": "튜토리얼",
|
|
23
|
+
"header.help-info": "정보",
|
|
24
|
+
"header.info-version": "버전 ",
|
|
25
|
+
"header.theme": "밝은 테마/어두운 테마",
|
|
26
|
+
|
|
27
|
+
"sidenav.title": "FUXA",
|
|
28
|
+
|
|
29
|
+
"tutorial.title": "FUXA 튜토리얼",
|
|
30
|
+
|
|
31
|
+
"dlg.info-title": "FUXA",
|
|
32
|
+
|
|
33
|
+
"dlg.layout-title": "레이아웃 설정",
|
|
34
|
+
"dlg.layout-general": "일반 설정",
|
|
35
|
+
"dlg.layout-lbl-sview": "시작 뷰",
|
|
36
|
+
"dlg.layout-lbl-zoom": "확대",
|
|
37
|
+
"dlg.layout-navigation-mode": "네비게이션 보이기",
|
|
38
|
+
"dlg.layout-show-dev": "보이기",
|
|
39
|
+
"dlg.layout-navigation": "네비게이션 외곽 설정",
|
|
40
|
+
"dlg.layout-nav-bkcolor": "배경색",
|
|
41
|
+
"dlg.layout-nav-fgcolor": "글자색",
|
|
42
|
+
"dlg.layout-lbl-smode": "외곽 설정",
|
|
43
|
+
"dlg.layout-lbl-type": "타입",
|
|
44
|
+
"dlg.layout-header": "네비게이션 헤드라인",
|
|
45
|
+
"dlg.layout-header-bkcolor": "배경색",
|
|
46
|
+
"dlg.layout-header-fgcolor": "글자색",
|
|
47
|
+
"dlg.layout-lbl-title": "제목",
|
|
48
|
+
"dlg.layout-lbl-alarms": "알림 설정 모드",
|
|
49
|
+
"dlg.layout-lbl-infos": "정보 설정 모드",
|
|
50
|
+
|
|
51
|
+
"dlg.menuitem-title": "메뉴 아이템",
|
|
52
|
+
"dlg.menuitem-icon": "아이콘",
|
|
53
|
+
"dlg.menuitem-text": "텍스트",
|
|
54
|
+
"dlg.menuitem-view": "Click해서 보기",
|
|
55
|
+
"dlg.menuitem-link": "Click해서 링크",
|
|
56
|
+
|
|
57
|
+
"dlg.docproperty-title": "뷰 속성",
|
|
58
|
+
"dlg.docproperty-width": "넓이",
|
|
59
|
+
"dlg.docproperty-height": "높이",
|
|
60
|
+
"dlg.docproperty-background": "배경색",
|
|
61
|
+
"dlg.docproperty-size": "미리 지정된 크기",
|
|
62
|
+
"dlg.docproperty-select": "크기 선택",
|
|
63
|
+
"dlg.docproperty-size-320-240": "320 x 240 pixels",
|
|
64
|
+
"dlg.docproperty-size-460-360": "460 x 360 pixels",
|
|
65
|
+
"dlg.docproperty-size-640-480": "640 x 480 pixels",
|
|
66
|
+
"dlg.docproperty-size-800-600": "800 x 600 pixels",
|
|
67
|
+
"dlg.docproperty-size-1024-768": "1024 x 768 pixels",
|
|
68
|
+
"dlg.docproperty-size-1280-960": "1280 x 960 pixels",
|
|
69
|
+
"dlg.docproperty-size-1600-1200": "1600 x 1200 pixels",
|
|
70
|
+
"dlg.docproperty-size-1920-1080": "1920 x 1080 pixels",
|
|
71
|
+
"dlg.docproperty-margin": "여유 크기",
|
|
72
|
+
|
|
73
|
+
"dlg.docname-title": "뷰 이름",
|
|
74
|
+
"dlg.docname-name": "이름",
|
|
75
|
+
"dlg.docproperty-type": "뷰 타입",
|
|
76
|
+
|
|
77
|
+
"dlg.tagname-title": "태그 이름",
|
|
78
|
+
"dlg.tagname-name": "이름",
|
|
79
|
+
|
|
80
|
+
"dlg.linkproperty-title": "하이퍼링크 설정하기",
|
|
81
|
+
"dlg.linkproperty-url": "하이퍼링크 URL",
|
|
82
|
+
|
|
83
|
+
"dlg.login-title": "로그인...",
|
|
84
|
+
"dlg.logout-btn": "로그아웃",
|
|
85
|
+
|
|
86
|
+
"dlg.ok": "예",
|
|
87
|
+
"dlg.cancel": "취소",
|
|
88
|
+
"dlg.close": "닫기",
|
|
89
|
+
|
|
90
|
+
"dlg.userproperty-title": "유저",
|
|
91
|
+
"dlg.userproperty-groups": "그룹 권한",
|
|
92
|
+
"dlg.useraccess-groups": "권한 (void = full for everyone)",
|
|
93
|
+
|
|
94
|
+
"dlg.gauge-permission-title": "권환",
|
|
95
|
+
"dlg.gauge-permission-label": "(void = full for everyone)",
|
|
96
|
+
"dlg.gauge-permission-show": "보이기",
|
|
97
|
+
"dlg.gauge-permission-enabled": "활성화",
|
|
98
|
+
|
|
99
|
+
"general.close": "닫기",
|
|
100
|
+
"general.search": "검색 중...",
|
|
101
|
+
"general.search-notfound": "찾는 옵션 탐색 실패",
|
|
102
|
+
"general.username": "유저 이름",
|
|
103
|
+
"general.fullname": "전체 이름",
|
|
104
|
+
"general.password": "비밀번호",
|
|
105
|
+
"general.clientId": "클라이언트 ID",
|
|
106
|
+
"general.authority": "권한",
|
|
107
|
+
"general.grant-type": "인증 유형",
|
|
108
|
+
"general.usergroups": "Viewer,Operator,Engineer,Supervisor,Manager,F,G,Administrator",
|
|
109
|
+
|
|
110
|
+
"tester.title": "변수",
|
|
111
|
+
"tester.send": "보내기",
|
|
112
|
+
|
|
113
|
+
"item.navsmode-none": "없음",
|
|
114
|
+
"item.navsmode-push": "밀려나오기",
|
|
115
|
+
"item.navsmode-over": "위에서나오기",
|
|
116
|
+
"item.navsmode-fix": "고정",
|
|
117
|
+
|
|
118
|
+
"item.navtype-icons": "아이콘",
|
|
119
|
+
"item.navtype-text": "텍스트",
|
|
120
|
+
"item.navtype-icons-text-block": "아이콘&텍스트 (블록)",
|
|
121
|
+
"item.navtype-icons-text-inline": "아이콘&텍스트 (한 줄)",
|
|
122
|
+
|
|
123
|
+
"item.notifymode-hide": "숨기기",
|
|
124
|
+
"item.notifymode-fix": "고정",
|
|
125
|
+
"item.notifymode-float": "밀기",
|
|
126
|
+
|
|
127
|
+
"item.zoommode-disabled": "비활성화",
|
|
128
|
+
"item.zoommode-enabled": "활성화",
|
|
129
|
+
|
|
130
|
+
"item.headerbarmode-hide": "숨기기",
|
|
131
|
+
"item.headerbarmode-show": "보이기",
|
|
132
|
+
|
|
133
|
+
"dlg.layout-input-dialog": "입력 필드의 상태창",
|
|
134
|
+
"item.inputmode-disabled": "비활성화",
|
|
135
|
+
"item.inputmode-enabled": "활성화",
|
|
136
|
+
|
|
137
|
+
"chart.config-title": "차트 설정",
|
|
138
|
+
"chart.config-charts": "차트",
|
|
139
|
+
"chart.config-devices": "장치",
|
|
140
|
+
"chart.config-tags": "태그",
|
|
141
|
+
"chart.config-lines": "차트 라인",
|
|
142
|
+
"chart.config-line-name": "이름",
|
|
143
|
+
"chart.config-line-label": "라벨",
|
|
144
|
+
"chart.config-line-yaxis": "Y축",
|
|
145
|
+
"chart.config-line-color": "선색",
|
|
146
|
+
"chart.config-name-title": "차트",
|
|
147
|
+
"chart.config-name": "이름",
|
|
148
|
+
"chart.config-rename": "이름 변경",
|
|
149
|
+
"chart.config-delete": "삭제",
|
|
150
|
+
"chart.config-line-interpolation": "Interpolation",
|
|
151
|
+
"chart.config-line-fill": "Fill",
|
|
152
|
+
"chart.config-interpo-linear": "linear",
|
|
153
|
+
"chart.config-interpo-stepAfter": "step after",
|
|
154
|
+
"chart.config-interpo-stepBefore": "step before",
|
|
155
|
+
"chart.config-interpo-spline": "spline",
|
|
156
|
+
|
|
157
|
+
"chart.property-props": "속성",
|
|
158
|
+
"chart.property-layout": "레이아웃",
|
|
159
|
+
"chart.property-chart": "차트 선택",
|
|
160
|
+
"chart.property-chart-type": "보기 모드",
|
|
161
|
+
"chart.property-realtime-max": "최대 분",
|
|
162
|
+
"chart.viewtype-realtime1": "실시간",
|
|
163
|
+
"chart.viewtype-history": "지난 시간",
|
|
164
|
+
"chart.property-font": "글꼴",
|
|
165
|
+
"chart.property-font.titlesize": "제목 크기",
|
|
166
|
+
"chart.property-font.axissize": "축 크기",
|
|
167
|
+
"chart.property-font.legendsize": "범례 크기",
|
|
168
|
+
"chart.property-color.background": "배경색",
|
|
169
|
+
"chart.property-color.text": "글자색",
|
|
170
|
+
"chart.property-color.grid": "격자색",
|
|
171
|
+
"chart.property-color.legend": "범례색",
|
|
172
|
+
"chart.property-legend.mode": "범례 보기 모드",
|
|
173
|
+
"chart.property-date.format": "날짜 형식",
|
|
174
|
+
"chart.property-time.format": "시간 형식",
|
|
175
|
+
|
|
176
|
+
"chart.rangetype-last8h": "지난 8시간",
|
|
177
|
+
"chart.rangetype-last1d": "지난날",
|
|
178
|
+
"chart.rangetype-last3d": "3일 전",
|
|
179
|
+
"chart.rangetype-last1w": "지난주",
|
|
180
|
+
|
|
181
|
+
"chart.legend-always": "항상 보이기",
|
|
182
|
+
"chart.legend-follow": "따라가기",
|
|
183
|
+
"chart.legend-bottom": "아래",
|
|
184
|
+
"chart.legend-never": "항상 숨기기",
|
|
185
|
+
|
|
186
|
+
"chart.labels-serie": "Serie",
|
|
187
|
+
"chart.labels-time": "시간",
|
|
188
|
+
"chart.labels-title": "제목",
|
|
189
|
+
|
|
190
|
+
"editor.view-svg": "Canvas/SVG",
|
|
191
|
+
"editor.view-cards": "Multi views container",
|
|
192
|
+
"editor.views": "뷰",
|
|
193
|
+
"editor.view-delete": "삭제",
|
|
194
|
+
"editor.view-rename": "이름 변경",
|
|
195
|
+
"editor.view-property": "속성",
|
|
196
|
+
"editor.view-clone": "복제",
|
|
197
|
+
"editor.view-export": "내보내기",
|
|
198
|
+
"editor.view-import": "뷰 받아오기",
|
|
199
|
+
"editor.general": "일반",
|
|
200
|
+
"editor.shape": "도형",
|
|
201
|
+
"editor.processeng": "Proc. Eng.",
|
|
202
|
+
"editor.animated": "에니메이션",
|
|
203
|
+
"editor.controls": "제어",
|
|
204
|
+
"editor.controls-input": "입력값",
|
|
205
|
+
"editor.controls-input-settings": "입력값 설정",
|
|
206
|
+
"editor.controls-output": "출력값",
|
|
207
|
+
"editor.controls-output-settings": "출력값 설정",
|
|
208
|
+
"editor.controls-button": "버튼",
|
|
209
|
+
"editor.controls-button-settings": "버튼 설정",
|
|
210
|
+
"editor.controls-select": "선택값",
|
|
211
|
+
"editor.controls-select-settings": "선택값 설정",
|
|
212
|
+
"editor.controls-progress": "바게이지",
|
|
213
|
+
"editor.controls-progress-settings": "바게이지 설정",
|
|
214
|
+
"editor.controls-semaphore": "Led 게이지",
|
|
215
|
+
"editor.controls-semaphore-settings": "Led 게이지 설정",
|
|
216
|
+
"editor.controls-chart": "차트",
|
|
217
|
+
"editor.controls-chart-settings": "차트 설정",
|
|
218
|
+
"editor.controls-bag": "원형 게이지",
|
|
219
|
+
"editor.controls-bag-settings": "원형 게이지 설정",
|
|
220
|
+
"editor.controls-pipe": "파이프",
|
|
221
|
+
"editor.controls-pipe-settings": "파이프 설정",
|
|
222
|
+
"editor.controls-slider": "슬라이드바",
|
|
223
|
+
"editor.controls-slider-settings": "슬라이드바 설정",
|
|
224
|
+
"editor.controls-shape-settings": "도형 설정",
|
|
225
|
+
"editor.controls-html-switch-settings": "스위치 설정",
|
|
226
|
+
"editor.controls-switch": "스위치",
|
|
227
|
+
|
|
228
|
+
"editor.layout-settings": "레이아웃 설정",
|
|
229
|
+
|
|
230
|
+
"editor.interactivity": "상호작용",
|
|
231
|
+
"editor.interactivity-id": "id:",
|
|
232
|
+
"editor.interactivity-id-title": "개체 식별",
|
|
233
|
+
"editor.interactivity-class": "class:",
|
|
234
|
+
"editor.interactivity-class-title": "개체 클래스",
|
|
235
|
+
"editor.interactivity-name": "이름",
|
|
236
|
+
|
|
237
|
+
"editor.cmenu-cut": "잘라내기",
|
|
238
|
+
"editor.cmenu-copy": "복사",
|
|
239
|
+
"editor.cmenu-paste": "붙여넣기",
|
|
240
|
+
"editor.cmenu-paste-place": "같은 위치에 붙여넣기",
|
|
241
|
+
"editor.cmenu-delete": "삭제",
|
|
242
|
+
"editor.cmenu-group": "그룹",
|
|
243
|
+
"editor.cmenu-ungroup": "그룹 해제",
|
|
244
|
+
"editor.cmenu-bring-front": "맨 앞으로 가져오기",
|
|
245
|
+
"editor.cmenu-bring-forward": "앞으로 가져오기",
|
|
246
|
+
"editor.cmenu-send-backward": "뒤로 보내기",
|
|
247
|
+
"editor.cmenu-send-back": "맨 뒤로 보내기",
|
|
248
|
+
"editor.cmenu-layer-duplicate": "레이어 복제...",
|
|
249
|
+
"editor.cmenu-layer-delete": "레이어 삭제",
|
|
250
|
+
"editor.cmenu-layer-marge-down": "병합하기",
|
|
251
|
+
"editor.cmenu-layer-marge-all": "모두 병합하기",
|
|
252
|
+
|
|
253
|
+
"editor.transform": "변형",
|
|
254
|
+
"editor.transform-x": "x",
|
|
255
|
+
"editor.transform-x-title": "X좌표 변경",
|
|
256
|
+
"editor.transform-y": "y",
|
|
257
|
+
"editor.transform-y-title": "Y좌표 변경",
|
|
258
|
+
"editor.transform-x1": "x1",
|
|
259
|
+
"editor.transform-x1-title": "선의 시작 X좌표 변경",
|
|
260
|
+
"editor.transform-y1": "y1",
|
|
261
|
+
"editor.transform-y1-title": "선의 시작 Y좌표 변경",
|
|
262
|
+
"editor.transform-x2": "x2",
|
|
263
|
+
"editor.transform-x2-title": "선의 끝 X좌표 변경",
|
|
264
|
+
"editor.transform-y2": "y2",
|
|
265
|
+
"editor.transform-y2-title": "선의 끝 Y좌표 변경",
|
|
266
|
+
"editor.transform-rect-width-title": "사각형의 넓이 변경",
|
|
267
|
+
"editor.transform-width": "넓이",
|
|
268
|
+
"editor.transform-rect-height-title": "사각형의 높이 변경",
|
|
269
|
+
"editor.transform-height": "높이",
|
|
270
|
+
"editor.transform-rect-radius-title": "사각형의 모서리 각도 변경",
|
|
271
|
+
"editor.transform-radiuscorner": "모서리 각도",
|
|
272
|
+
"editor.transform-circlecx": "cx",
|
|
273
|
+
"editor.transform-circlecx-title": "원 중심 X좌표 변경",
|
|
274
|
+
"editor.transform-circlecy": "cy",
|
|
275
|
+
"editor.transform-circlecy-title": "원 중심 Y좌표 변경",
|
|
276
|
+
"editor.transform-circler": "r",
|
|
277
|
+
"editor.transform-circler-title": "원 지름 변경",
|
|
278
|
+
"editor.transform-ellipsecx": "cx",
|
|
279
|
+
"editor.transform-ellipsecx-title": "타원 중심 X좌표 변경",
|
|
280
|
+
"editor.transform-ellipsecy": "cy",
|
|
281
|
+
"editor.transform-ellipsecy-title": "타원 중심 Y좌표 변경",
|
|
282
|
+
"editor.transform-ellipserx": "rx",
|
|
283
|
+
"editor.transform-ellipserx-title": "타원 지름 X좌표 변경",
|
|
284
|
+
"editor.transform-ellipsery": "ry",
|
|
285
|
+
"editor.transform-ellipsery-title": "타원 지름 Y좌표 변경",
|
|
286
|
+
"editor.transform-fontfamily": "글꼴",
|
|
287
|
+
"editor.transform-font-serif": "Serif",
|
|
288
|
+
"editor.transform-font-sansserif": "Sans-serif",
|
|
289
|
+
"editor.transform-font-cursive": "필기체",
|
|
290
|
+
"editor.transform-font-fantasy": "Fantasy",
|
|
291
|
+
"editor.transform-font-monospace": "Monospace",
|
|
292
|
+
"editor.transform-fontsize": "글자 크기",
|
|
293
|
+
"editor.transform-fontsize-title": "글자 크기 변경",
|
|
294
|
+
"editor.transform-textalign": "텍스트 정렬",
|
|
295
|
+
"editor.transform-left": "왼쪽",
|
|
296
|
+
"editor.transform-center": "중앙",
|
|
297
|
+
"editor.transform-right": "오른쪽",
|
|
298
|
+
"editor.transform-image-width-title": "이미지 넓이 변경",
|
|
299
|
+
"editor.transform-image-height-title": "이미지 높이 변경",
|
|
300
|
+
"editor.transform-url": "url",
|
|
301
|
+
"editor.transform-image-url-title": "URL 변경",
|
|
302
|
+
"editor.transform-change-image": "이미지 변경",
|
|
303
|
+
"editor.transform-change-image-title": "안내: 이 이미지는 포함할 수 없습니다. 이것은 표시된 경로에 의존합니다.",
|
|
304
|
+
"editor.transform-angle": "각도",
|
|
305
|
+
"editor.transform-angle-title": "회전 각도 변경",
|
|
306
|
+
|
|
307
|
+
"editor.align": "정렬",
|
|
308
|
+
"editor.align-left-title": "왼쪽 정렬",
|
|
309
|
+
"editor.align-center-title": "중앙 정렬",
|
|
310
|
+
"editor.align-right-title": "오른쪽 정렬",
|
|
311
|
+
"editor.align-top-title": "위쪽 정렬",
|
|
312
|
+
"editor.align-middle-title": "가운데 정렬",
|
|
313
|
+
"editor.align-bottom-title": "아래쪽 정렬",
|
|
314
|
+
|
|
315
|
+
"editor.stroke": "선",
|
|
316
|
+
"editor.stroke-width": "선 굵기",
|
|
317
|
+
"editor.stroke-width-title": "선 굵기를 1씩 변경, shift-click으로 0.1씩 변경",
|
|
318
|
+
"editor.stroke-style": "선 스타일",
|
|
319
|
+
"editor.stroke-style-title": "선 스타일 변경",
|
|
320
|
+
"editor.stroke-joinmiter-title": "Linejoin Miter",
|
|
321
|
+
"editor.stroke-joinround-title": "Linejoin Round",
|
|
322
|
+
"editor.stroke-joinbevel-title": "Linejoin Bevel",
|
|
323
|
+
"editor.stroke-capbutt-title": "Linecap Butt",
|
|
324
|
+
"editor.stroke-capsquare-title": "Linecap Square",
|
|
325
|
+
"editor.stroke-capround-title": "Linecap Round",
|
|
326
|
+
"editor.stroke-shadow": "그림자",
|
|
327
|
+
"editor.stroke-shadow-title": "그림자",
|
|
328
|
+
|
|
329
|
+
"editor.marker": "마커",
|
|
330
|
+
"editor.marker-start": "시작점",
|
|
331
|
+
"editor.marker-start-title": "시작점 마커 타입 선택",
|
|
332
|
+
"editor.marker-middle": "중간점",
|
|
333
|
+
"editor.marker-middle-title": "중간점 마커 타입 선택",
|
|
334
|
+
"editor.marker-end": "끝점",
|
|
335
|
+
"editor.marker-end-title": "끝점 마커 타입 선택",
|
|
336
|
+
|
|
337
|
+
"editor.hyperlink": "하이퍼링크",
|
|
338
|
+
"editor.hyperlink-url": "url",
|
|
339
|
+
|
|
340
|
+
"editor.tools-launch-title": "현재 뷰 실행",
|
|
341
|
+
"editor.tools-zoom-title": "확대 도구 [Ctrl+Up/Down]",
|
|
342
|
+
"editor.tools-grid-title": "격자 보이기/숨기기",
|
|
343
|
+
"editor.tools-undo-title": "실행취소 [Z]",
|
|
344
|
+
"editor.tools-redo-title": "되돌리기 [Y]",
|
|
345
|
+
"editor.tools-clone-title": "개체 복사 [D]",
|
|
346
|
+
"editor.tools-delete-title": "개체 삭제 [Delete/Backspace]",
|
|
347
|
+
"editor.tools-movebottom-title": "맨 뒤로 보내기 [ Ctrl+Shift+[ ]",
|
|
348
|
+
"editor.tools-movetop-title": "맨 앞으로 가져오기 [ Ctrl+Shift+] ]",
|
|
349
|
+
"editor.tools-topath-title": "위치 변경",
|
|
350
|
+
"editor.tools-clonemulti-title": "선택된 개체 복사 [C]",
|
|
351
|
+
"editor.tools-deletemulti-title": "선택된 개체 삭제 [Delete/Backspace]",
|
|
352
|
+
"editor.tools-group-title": "개체 그룹화 [G]",
|
|
353
|
+
"editor.tools-alignleft-title": "왼쪽 정렬",
|
|
354
|
+
"editor.tools-aligncenter-title": "중앙 정렬",
|
|
355
|
+
"editor.tools-alignright-title": "오른쪽 정렬",
|
|
356
|
+
"editor.tools-aligntop-title": "위쪽 정렬",
|
|
357
|
+
"editor.tools-alignmiddle-title": "가운데 정렬",
|
|
358
|
+
"editor.tools-alignbottom-title": "아래쪽 정렬",
|
|
359
|
+
"editor.tools-ungroup-title": "개체 그룹화 해제 [G]",
|
|
360
|
+
"editor.tools-hyperlink-title": "하이퍼링크 생성",
|
|
361
|
+
|
|
362
|
+
"shapes.action-hide": "숨기기",
|
|
363
|
+
"shapes.action-show": "보이기",
|
|
364
|
+
"shapes.action-blink": "깜빡이기",
|
|
365
|
+
"shapes.action-stop": "멈추기",
|
|
366
|
+
"shapes.action-clockwise": "시계방향으로 돌리기",
|
|
367
|
+
"shapes.action-anticlockwise": "반시계방향으로 돌리기",
|
|
368
|
+
"shapes.action-downup": "위아래 뒤집기",
|
|
369
|
+
"shapes.event-click": "클릭",
|
|
370
|
+
"shapes.event-onpage": "페이지 열기",
|
|
371
|
+
"shapes.event-onwindow": "미니창 열기",
|
|
372
|
+
"shapes.event-ondialog": "대화창 열기",
|
|
373
|
+
"shapes.event-oniframe": "Ifram 열기",
|
|
374
|
+
"shapes.event-oncard": "윈도우 창 열기",
|
|
375
|
+
"shapes.event-onsetvalue": "값 설정",
|
|
376
|
+
"shapes.event-ontogglevalue": "특정값으로 설정",
|
|
377
|
+
"shapes.event-onsetinput": "Set from Input",
|
|
378
|
+
"shapes.event-onclose": "닫기",
|
|
379
|
+
|
|
380
|
+
"pipe.property-props": "속성",
|
|
381
|
+
"pipe.property-border-width": "가장자리 넓이",
|
|
382
|
+
"pipe.property-border-color": "가장자리 색",
|
|
383
|
+
"pipe.property-pipe-width": "파이프 넓이",
|
|
384
|
+
"pipe.property-pipe-color": "파이프 색",
|
|
385
|
+
"pipe.property-content-width": "컨텐츠 넓이",
|
|
386
|
+
"pipe.property-content-color": "컨텐츠 색",
|
|
387
|
+
"pipe.property-content-space": "컨텐츠 간격",
|
|
388
|
+
|
|
389
|
+
"slider.property-props": "속성",
|
|
390
|
+
"slider.property-horizontal": "수평",
|
|
391
|
+
"slider.property-vertical": "수직",
|
|
392
|
+
"slider.property-orientation": "수직/수평",
|
|
393
|
+
"slider.property-direction": "방향",
|
|
394
|
+
"slider.property-rtl": "rtl",
|
|
395
|
+
"slider.property-ltr": "ltr",
|
|
396
|
+
"slider.property-min": "최소값",
|
|
397
|
+
"slider.property-max": "최대값",
|
|
398
|
+
"slider.property-step": "눈금",
|
|
399
|
+
"slider.property-font": "글꼴",
|
|
400
|
+
"slider.property-background": "배경색",
|
|
401
|
+
"slider.property-scala": "규모",
|
|
402
|
+
"slider.property-marker-color": "색",
|
|
403
|
+
"slider.property-subdivisions": "눈금(%)",
|
|
404
|
+
"slider.property-subdivisions-height": "높이",
|
|
405
|
+
"slider.property-subdivisions-width": "넓이",
|
|
406
|
+
"slider.property-divisions": "Divisions(%)",
|
|
407
|
+
"slider.property-divisions-height": "높이",
|
|
408
|
+
"slider.property-divisions-width": "넓이",
|
|
409
|
+
"slider.property-font-size": "규모 글꼴",
|
|
410
|
+
"slider.property-tooltip": "툴 팁",
|
|
411
|
+
"slider.property-tooltip-none": "없음",
|
|
412
|
+
"slider.property-tooltip-hide": "숨기기",
|
|
413
|
+
"slider.property-tooltip-show": "보이기",
|
|
414
|
+
"slider.property-tooltip-decimals": "십진수",
|
|
415
|
+
"slider.property-tooltip-background": "배경색",
|
|
416
|
+
"slider.property-tooltip-color": "텍스트 색",
|
|
417
|
+
"slider.property-tooltip-font-size": "툴 팁 글자 크기",
|
|
418
|
+
"slider.property-slider-color": "커넥트 색",
|
|
419
|
+
"slider.property-slider-background": "베이스 색",
|
|
420
|
+
"slider.property-slider-handle": "포인터 색",
|
|
421
|
+
|
|
422
|
+
"html-switch.property-off-value": "Off 값",
|
|
423
|
+
"html-switch.property-on-value": "On 값",
|
|
424
|
+
"html-switch.property-on-background": "On 배경색",
|
|
425
|
+
"html-switch.property-off-background": "Off 배경색",
|
|
426
|
+
"html-switch.property-off-text": "Off 텍스트",
|
|
427
|
+
"html-switch.property-on-text": "On 텍스트",
|
|
428
|
+
"html-switch.property-on-slider-color": "On 슬라이더 색",
|
|
429
|
+
"html-switch.property-off-slider-color": "Off 슬라이더 색",
|
|
430
|
+
"html-switch.property-radius": "모서리 지름",
|
|
431
|
+
"html-switch.property-off-text-color": "Off 텍스트 색",
|
|
432
|
+
"html-switch.property-on-text-color": "On 텍스트 색",
|
|
433
|
+
"html-switch.property-font-size": "글꼴 크기",
|
|
434
|
+
"html-switch.property-font": "글꼴",
|
|
435
|
+
|
|
436
|
+
"editor.tools-zoomlevel-title": "확대 크기",
|
|
437
|
+
"editor.tools-zoomlevel-fitcanvas": "캔버스에 맞게",
|
|
438
|
+
"editor.tools-zoomlevel-fitsection": "선택한 범위에 맞게",
|
|
439
|
+
"editor.tools-zoomlevel-fitcontent": "모든 컨텐츠에 맞게",
|
|
440
|
+
"editor.tools-fillcolor-title": "채우기색 변경",
|
|
441
|
+
"editor.tools-strokecolor-title": "선 색깔 변경",
|
|
442
|
+
"editor.tools-palettecolor-title": "채우기색 변경을 위해 click, 선 색깔 변경을 위해 shift-click",
|
|
443
|
+
|
|
444
|
+
"device.list-title": "장치 설정",
|
|
445
|
+
"device.list-device": "장치",
|
|
446
|
+
"device.list-filter": "필터",
|
|
447
|
+
"device.list-name": "이름",
|
|
448
|
+
"device.list-address": "주소",
|
|
449
|
+
"device.list-type": "타입",
|
|
450
|
+
"device.list-min": "최솟값",
|
|
451
|
+
"device.list-max": "최댓값",
|
|
452
|
+
"device.list-value": "값",
|
|
453
|
+
"device.list-edit": "편집 태그",
|
|
454
|
+
"device.list-add": "태그 추가",
|
|
455
|
+
"device.list-remove": "태그 삭제",
|
|
456
|
+
"device.list-remove-all": "모든 태그 삭제",
|
|
457
|
+
"device.list-options": "태그 옵션",
|
|
458
|
+
|
|
459
|
+
"devices.export": "장치 내보내기",
|
|
460
|
+
"devices.import": "장치 가져오기",
|
|
461
|
+
"device.property-client": "장치 속성",
|
|
462
|
+
"device.property-server": "FUXA 서버 속성",
|
|
463
|
+
"device.property-name": "이름",
|
|
464
|
+
"device.property-type": "타입",
|
|
465
|
+
"device.property-polling": "폴링",
|
|
466
|
+
"device.property-enable": "활성화",
|
|
467
|
+
"device.property-subscribe": "구독",
|
|
468
|
+
"device.property-address": "주소 (IP or opc.tcp://[server]:[port])",
|
|
469
|
+
"device.property-address-opc": "주소 (opc.tcp://[server]:[port])",
|
|
470
|
+
"device.property-address-s7": "IP 주소 (IP 127.0.0.1)",
|
|
471
|
+
"device.property-device-port": "장치 ID와 포트 (127.0.0.1:47808)",
|
|
472
|
+
"device.property-address-port": "종속장치 IP와 포트(127.0.0.1:502)",
|
|
473
|
+
"device.property-security": "보안&암호화 모드",
|
|
474
|
+
"device.not-property-security": "보안&암호화 제외 모드",
|
|
475
|
+
"device.property-port": "포트",
|
|
476
|
+
"device.property-slave-id": "종속장치 ID",
|
|
477
|
+
"device.property-tockenized": "파편",
|
|
478
|
+
"device.property-rack": "랙",
|
|
479
|
+
"device.property-slot": "슬롯",
|
|
480
|
+
"device.property-serialport": "직렬 포트",
|
|
481
|
+
"device.property-baudrate": "보 레이트",
|
|
482
|
+
"device.property-databits": "Data Bits",
|
|
483
|
+
"device.property-stopbits": "Stop Bits",
|
|
484
|
+
"device.property-parity": "Parity",
|
|
485
|
+
"device.property-method": "방법",
|
|
486
|
+
"device.property-format": "형식",
|
|
487
|
+
"device.property-url": "URL (http://[server]:[port])",
|
|
488
|
+
"device.property-webapi-result": "요청 결과",
|
|
489
|
+
"device.not-webapi-result": "구성 WebAPI 결과",
|
|
490
|
+
"device.property-show": "장치 속성 보이기",
|
|
491
|
+
"device.property-hide": "장치 속성 숨기기",
|
|
492
|
+
"device.security-none": "없음",
|
|
493
|
+
"device.security-sign": "Sign",
|
|
494
|
+
"device.security-signandencrypt": "Sign & Encrypt",
|
|
495
|
+
|
|
496
|
+
"device.browsetopics-property-title": "구독과 계시할 브로커 항목",
|
|
497
|
+
"device.browsetopics-property-sub": "구독",
|
|
498
|
+
"device.browsetopics-property-pub": "계시",
|
|
499
|
+
"device.discovery-topics": "브로커 중 브라우저 항목",
|
|
500
|
+
"device.topic-selected": "선택된 항목",
|
|
501
|
+
"device.topic-raw": "raw",
|
|
502
|
+
"device.topic-json": "json",
|
|
503
|
+
"device.add-topics": "브로커에 항목 계시",
|
|
504
|
+
"device.topic-publish-name": "항목 이름",
|
|
505
|
+
"device.topic-publish-path": "항목 위치",
|
|
506
|
+
"device.topic-publish": "항목",
|
|
507
|
+
"device.topic-subscribe": "구독",
|
|
508
|
+
"device.topic-subscription-content": "컨텐츠",
|
|
509
|
+
"device.topic-subscription-name": "이름",
|
|
510
|
+
"device.topic-subscription-address": "주소",
|
|
511
|
+
"device.topic-publish-add-item": "Add attribute to payload",
|
|
512
|
+
"device.topic-publish-key": "Key",
|
|
513
|
+
"device.topic-publish-type": "Type",
|
|
514
|
+
"device.topic-publish-timestamp": "Timestamp",
|
|
515
|
+
"device.topic-publish-value": "Topic path",
|
|
516
|
+
"device.topic-publish-static": "Value",
|
|
517
|
+
"device.topic-publish-content": "Payload",
|
|
518
|
+
"device.topic-type-tag": "Tag",
|
|
519
|
+
"device.topic-type-timestamp": "Timestamp",
|
|
520
|
+
"device.topic-type-value": "Value (of Topic)",
|
|
521
|
+
"device.topic-type-static": "Static",
|
|
522
|
+
"device.topic-name-exist": "The Topic name '{{value}}' already exist",
|
|
523
|
+
"device.topic-subs-address-exist": "The Topic to subscribe with address '{{value}}' already exist",
|
|
524
|
+
"device.topic-pubs-address-exist": "The Topic to publish with address '{{value}}' already exist",
|
|
525
|
+
|
|
526
|
+
"device.property-mqtt-address": "주소 (mqtt://[server]:[port])",
|
|
527
|
+
"device.tag-property-title": "태그 속성",
|
|
528
|
+
"device.browsetag-property-title": "서버 내 브라우저 태그",
|
|
529
|
+
"device.tag-property-device": "장치",
|
|
530
|
+
"device.tag-property-name": "태그 이름",
|
|
531
|
+
"device.tag-property-register": "레지스터",
|
|
532
|
+
"device.tag-property-type": "타입",
|
|
533
|
+
"device.tag-property-address": "주소 (ex. db5.dbb3 db4.dbx2.0 MB7)",
|
|
534
|
+
"device.tag-property-min": "최솟값",
|
|
535
|
+
"device.tag-property-max": "최댓값",
|
|
536
|
+
"device.tag-property-divisor": "Divisor",
|
|
537
|
+
"device.tag-property-address-offset": "주소 오프셋 (1-65536)",
|
|
538
|
+
"device.tag-property-obj-name": "이름",
|
|
539
|
+
"device.tag-property-path": "위치",
|
|
540
|
+
"device.tag-property-unit": "단위",
|
|
541
|
+
"device.tag-property-digits": "Decimal",
|
|
542
|
+
"device.tag-array-id": "Array ID:",
|
|
543
|
+
"device.tag-array-value": "값:",
|
|
544
|
+
"device-tag-dialog-title": "태그 선택",
|
|
545
|
+
|
|
546
|
+
"device.tag-options-title": "태그 옵션",
|
|
547
|
+
"device.tag-daq-enabled": "등록 활성화",
|
|
548
|
+
"device.tag-daq-changed": "값 변경 가능시 저장",
|
|
549
|
+
"device.tag-daq-interval": "값 차이 저장 (sec.)",
|
|
550
|
+
|
|
551
|
+
"users.list-title": "유저 설정",
|
|
552
|
+
"users.list-name": "유저 이름",
|
|
553
|
+
"users.list-fullname": "전체 이름",
|
|
554
|
+
"users.list-groups": "그룹",
|
|
555
|
+
|
|
556
|
+
"gauges.property-props": "속성",
|
|
557
|
+
"gauges.property-events": "이벤트",
|
|
558
|
+
"gauges.property-title": "속성",
|
|
559
|
+
"gauges.property-name": "이름",
|
|
560
|
+
"gauges.property-permission": "권환",
|
|
561
|
+
"gauges.property-readonly": "읽기전용",
|
|
562
|
+
"gauges.property-event-type": "타입",
|
|
563
|
+
"gauges.property-event-action": "행동",
|
|
564
|
+
"gauges.property-event-destination": "목적값",
|
|
565
|
+
"gauges.property-event-value": "값",
|
|
566
|
+
"gauges.property-event-input": "입력값 (only input with name)",
|
|
567
|
+
"gauges.property-event-address": "링크",
|
|
568
|
+
"gauges.property-event-width": "넓이",
|
|
569
|
+
"gauges.property-event-height": "높이",
|
|
570
|
+
"gauges.property-event-scale": "크기",
|
|
571
|
+
"gauges.property-head-device": "장치",
|
|
572
|
+
"gauges.property-head-variable": "변수",
|
|
573
|
+
"gauges.property-variable-value": "값",
|
|
574
|
+
"gauges.property-head-alarm": "알림",
|
|
575
|
+
"gauges.property-head-color": "색",
|
|
576
|
+
"gauges.property-head-mapvariable": "컨텍스트 변수",
|
|
577
|
+
"gauges.property-head-tomapvariable": "컨텍스트 변수 정의",
|
|
578
|
+
"gauges.property-head-todevice": "장치 변수",
|
|
579
|
+
"gauges.property-head-value": "값",
|
|
580
|
+
"gauges.property-input-min": "최솟값",
|
|
581
|
+
"gauges.property-input-max": "최댓값",
|
|
582
|
+
"gauges.property-input-color": "채우기",
|
|
583
|
+
"gauges.property-input-stroke": "선",
|
|
584
|
+
"gauges.property-input-value": "값",
|
|
585
|
+
"gauges.property-input-label": "라벨",
|
|
586
|
+
"gauges.property-input-unit": "단위",
|
|
587
|
+
"gauges.property-format-digits": "숫자 서식 지정",
|
|
588
|
+
"gauges.property-actions": "행동",
|
|
589
|
+
"gauges.property-action-type": "타입",
|
|
590
|
+
"gauges.property-action-param": "행동 Id",
|
|
591
|
+
"gauges.property-events-mapping-from": "컨텍스트 변수",
|
|
592
|
+
"gauges.property-map-variable": "컨텍스트 변수 묶음 추가",
|
|
593
|
+
"gauges.property-head-remove-mapvariable": "묶음 제거",
|
|
594
|
+
"gauges.property-tooltip-add-event": "이벤트 추가",
|
|
595
|
+
"gauges.property-interval-msec": "차이 (msec.)",
|
|
596
|
+
"gauges.property-tag-label": "태그",
|
|
597
|
+
"gauges.property-tag-internal-title": "내부장치의 태그 설정",
|
|
598
|
+
|
|
599
|
+
"bag.property-ticks": "Ticks",
|
|
600
|
+
"bag.property-divisions": "큰 눈금",
|
|
601
|
+
"bag.property-subdivisions": "작은 눈금",
|
|
602
|
+
"bag.property-divisions-length": "큰 눈금 길이",
|
|
603
|
+
"bag.property-subdivisions-length": "작은 눈금 길이",
|
|
604
|
+
"bag.property-divisions-width": "큰 눈금 넓이",
|
|
605
|
+
"bag.property-subdivisions-width": "작은 눈금 넓이",
|
|
606
|
+
"bag.property-divisions-color": "큰 눈금 색",
|
|
607
|
+
"bag.property-subdivisions-color": "작은 눈금 색",
|
|
608
|
+
"bag.property-divisionfont-size": "큰 눈금 글자 크기",
|
|
609
|
+
"bag.property-divisionfont-color": "큰 눈금 글자 색",
|
|
610
|
+
"bag.property-divisions-labels": "큰 눈금 라벨 (ex. 10;20;...)",
|
|
611
|
+
"bag.property-current-value": "현재 값",
|
|
612
|
+
"bag.property-min": "최솟값",
|
|
613
|
+
"bag.property-max": "최댓값",
|
|
614
|
+
"bag.property-bar-width": "바 넓이",
|
|
615
|
+
"bag.property-animation-speed": "에니메이션 속도",
|
|
616
|
+
"bag.property-angle": "각도",
|
|
617
|
+
"bag.property-radius": "범위",
|
|
618
|
+
"bag.property-font": "글꼴",
|
|
619
|
+
"bag.property-font-size": "글자 크기",
|
|
620
|
+
"bag.property-textfield-position": "텍스트필드 위치",
|
|
621
|
+
"bag.property-pointer-length": "포인터 길이",
|
|
622
|
+
"bag.property-pointer-stroke": "포인터 선",
|
|
623
|
+
"bag.property-pointer-color": "포인터 색",
|
|
624
|
+
"bag.property-color-start": "시작 색",
|
|
625
|
+
"bag.property-color-stop": "끝 색",
|
|
626
|
+
"bag.property-background": "배경색",
|
|
627
|
+
"bag.property-format-digits": "숫자 서식 지정",
|
|
628
|
+
"bag.property-zones": "구약",
|
|
629
|
+
"bag.property-color": "색",
|
|
630
|
+
|
|
631
|
+
"alarms.list-title": "알람 설정",
|
|
632
|
+
"alarms.list-name": "이름",
|
|
633
|
+
"alarms.list-device": "장치 / 변수",
|
|
634
|
+
"alarms.list-highhigh": "매우 높음",
|
|
635
|
+
"alarms.list-high": "높음",
|
|
636
|
+
"alarms.list-low": "낮음",
|
|
637
|
+
"alarms.list-info": "메세지",
|
|
638
|
+
"alarms.list-actions": "행동",
|
|
639
|
+
"alarm.property-title": "알림",
|
|
640
|
+
"alarm.property-name": "이름",
|
|
641
|
+
"alarm.property-permission": "권한",
|
|
642
|
+
"alarm.property-highhigh": "매우 높음",
|
|
643
|
+
"alarm.property-high": "높음",
|
|
644
|
+
"alarm.property-low": "낮음",
|
|
645
|
+
"alarm.property-info": "메세지",
|
|
646
|
+
"alarm.property-action": "행동",
|
|
647
|
+
"alarm.property-enabled": "활성화",
|
|
648
|
+
"alarm.property-min": "최솟값",
|
|
649
|
+
"alarm.property-max": "최댓값",
|
|
650
|
+
"alarm.property-timedelay": "시간 딜레이 (초)",
|
|
651
|
+
"alarm.property-checkdelay": "확인 간격 (초)",
|
|
652
|
+
"alarm.property-type": "타입",
|
|
653
|
+
"alarm.property-ackmode": "확인 모드",
|
|
654
|
+
"alarm.property-text": "텍스트",
|
|
655
|
+
"alarm.property-group": "그룹",
|
|
656
|
+
"alarm.ack-float": "팝업",
|
|
657
|
+
"alarm.ack-active": "Ack by active Alarm allowed",
|
|
658
|
+
"alarm.ack-passive": "Ack only by passive Alarm",
|
|
659
|
+
"alarms.view-title": "알림",
|
|
660
|
+
"alarms.history-title": "지난 알림",
|
|
661
|
+
"alarms.view-ontime": "날짜/시간",
|
|
662
|
+
"alarms.view-text": "텍스트",
|
|
663
|
+
"alarms.view-group": "그릅",
|
|
664
|
+
"alarms.view-status": "상태",
|
|
665
|
+
"alarms.view-type": "우선 사항",
|
|
666
|
+
"alarms.view-offtime": "OFF 날짜/시간",
|
|
667
|
+
"alarms.view-acktime": "ACK 날짜/시간",
|
|
668
|
+
"alarms.view-userack": "ACK 유저",
|
|
669
|
+
"alarm.status-active": "능동",
|
|
670
|
+
"alarm.status-passive": "수동",
|
|
671
|
+
"alarm.status-active-ack": "능동-ACK",
|
|
672
|
+
"alarms.show-current": "알림",
|
|
673
|
+
"alarms.show-history": "지난 알림",
|
|
674
|
+
"alarm.action-popup": "팝업 보기",
|
|
675
|
+
"alarm.action-onsetvalue": "값 설정",
|
|
676
|
+
"alarm.action-sendMsg": "메세지 보내기",
|
|
677
|
+
"alarm.property-action-type": "능동 타입",
|
|
678
|
+
"alarm.property-action-value": "설정 값",
|
|
679
|
+
"alarm.property-action-destination": "설정 뷰",
|
|
680
|
+
|
|
681
|
+
"card.config-title": "Card 설정",
|
|
682
|
+
"card.config-content-type": "컨텐츠 타입",
|
|
683
|
+
"card.config-content-view": "컨텐츠 뷰",
|
|
684
|
+
"card.widget-view": "뷰",
|
|
685
|
+
"card.widget-alarms": "알림",
|
|
686
|
+
"card.widget-table": "테이블",
|
|
687
|
+
"card.style-zoom": "확대",
|
|
688
|
+
|
|
689
|
+
"texts.list-title": "텍스트 설정",
|
|
690
|
+
"texts.list-filter": "필터",
|
|
691
|
+
"texts.list-filter-group": "그룹",
|
|
692
|
+
"texts.list-id": "ID",
|
|
693
|
+
"texts.list-group": "그룹",
|
|
694
|
+
"texts.list-value": "텍스트",
|
|
695
|
+
|
|
696
|
+
"dlg.textproperty-title": "텍스트",
|
|
697
|
+
"dlg.textproperty-id": "ID",
|
|
698
|
+
"dlg.textproperty-group": "그룹",
|
|
699
|
+
"dlg.textproperty-value": "텍스트",
|
|
700
|
+
|
|
701
|
+
"dlg.plugins-title": "플러그인",
|
|
702
|
+
"dlg.plugins-name": "이름",
|
|
703
|
+
"dlg.plugins-version": "버전",
|
|
704
|
+
"dlg.plugins-current": "설치됨",
|
|
705
|
+
"dlg.plugins-status-installing": "설치 중...",
|
|
706
|
+
"dlg.plugins-status-removing": "제거 중...",
|
|
707
|
+
"dlg.plugins-status-installed": "설치 중...완료!",
|
|
708
|
+
"dlg.plugins-status-removed": "제거 중...완료!",
|
|
709
|
+
"dlg.plugins-status-error": "오류! 수동으로 시도하시오!",
|
|
710
|
+
|
|
711
|
+
"dlg.setup-title": "설치",
|
|
712
|
+
"dlg.setup-gui": "유저 인터페이스",
|
|
713
|
+
"dlg.setup-diverse": "기타",
|
|
714
|
+
"dlg.setup-logic": "로직",
|
|
715
|
+
"dlg.setup-views": "뷰",
|
|
716
|
+
"dlg.setup-connections": "연결",
|
|
717
|
+
"dlg.setup-users": "유져",
|
|
718
|
+
"dlg.setup-alarms": "알람",
|
|
719
|
+
"dlg.setup-line-charts": "선 차트",
|
|
720
|
+
"dlg.setup-bar-charts": "바 차트",
|
|
721
|
+
"dlg.setup-layout": "레이아웃",
|
|
722
|
+
"dlg.setup-plugins": "플러그인",
|
|
723
|
+
"dlg.setup-scripts": "스크립트",
|
|
724
|
+
"dlg.setup-settings": "설정",
|
|
725
|
+
"dlg.app-settings-title": "설정",
|
|
726
|
+
"dlg.app-settings-system": "시스템",
|
|
727
|
+
"dlg.app-settings-language": "언어",
|
|
728
|
+
"dlg.app-language-en": "English",
|
|
729
|
+
"dlg.app-language-ru": "Russian",
|
|
730
|
+
"dlg.app-language-ua": "Ukrainian",
|
|
731
|
+
"dlg.app-language-zh-cn": "Chinese",
|
|
732
|
+
"dlg.app-language-pt": "Portuguese",
|
|
733
|
+
"dlg.app-language-tr": "Turkish",
|
|
734
|
+
"dlg.app-settings-server-port": "서버가 포팅 수신 대기중",
|
|
735
|
+
"dlg.app-settings-alarms-clear": "모든 알림과 기록 삭제",
|
|
736
|
+
"dlg.app-settings-auth-token": "토큰 권한",
|
|
737
|
+
"dlg.app-auth-disabled": "비활성화",
|
|
738
|
+
"dlg.app-auth-expiration-15m": "15분 후 토큰 만료로 활성화.",
|
|
739
|
+
"dlg.app-auth-expiration-1h": "1시간 후 토큰 만료로 활성화.",
|
|
740
|
+
"dlg.app-auth-expiration-3h": "3시간 후 토큰 만료로 활성화.",
|
|
741
|
+
"dlg.app-auth-expiration-1d": "1일 후 토큰 만료로 활성화.",
|
|
742
|
+
"dlg.app-auth-tooltip": "활성화하면 관리자 계정 'admin/123456'을 갖게 됩니다. 변경하는 것을 잊지 마십시오.",
|
|
743
|
+
|
|
744
|
+
"msg.alarm-remove": "알림을 지우겠습니까? ",
|
|
745
|
+
"msg.text-remove": "텍스트를 지우겠습니까? ",
|
|
746
|
+
"msg.alarmproperty-error-exist": "알림 이름이 이미 존재함!",
|
|
747
|
+
"msg.alarmproperty-missing-value": "필요한 값이 입력되지 않았습니다!",
|
|
748
|
+
"msg.textproperty-error-exist": "Text-ID가 이미 존재함!",
|
|
749
|
+
"msg.textproperty-missing-value": "필요한 값이 입력되지 않았습니다!",
|
|
750
|
+
"msg.device-remove": "장치를 제거하시겠습니까? ",
|
|
751
|
+
"msg.device-tag-remove": "테그를 제거하시겠습니까? ",
|
|
752
|
+
"msg.device-tag-exist": "태그 이름이 이미 존재함!",
|
|
753
|
+
|
|
754
|
+
"msg.home-welcome": "잠깐...편집기로 이동하여 장치를 매핑하고 시각화하고 장치 변수를 묶으세요.",
|
|
755
|
+
"msg.project-load-error": "읽기 불가 '{{value}}'",
|
|
756
|
+
"msg.project": "변경된 프로젝트를 저장하시겠습니까?",
|
|
757
|
+
"msg.tags-remove-all": "모든 태그를 제거하시겠습니까?",
|
|
758
|
+
"msg.view-remove": "뷰를 제거하시겠습니까 '{{value}}'?",
|
|
759
|
+
"msg.device-connection-error": "장치 '{{value}}' 연결 오류!",
|
|
760
|
+
"msg.server-connection-error": "서버 연결 실패!",
|
|
761
|
+
"msg.users-save-error": "유저 저장 실패!",
|
|
762
|
+
"msg.user-remove": "유저를 제거하시겠습니까? ",
|
|
763
|
+
"msg.project-save-success": "프로젝트가 성공적으로 저장되었습니다!",
|
|
764
|
+
"msg.project-save-error": "프로젝트 저장 실패!",
|
|
765
|
+
"msg.project-format-error": "형식에 맞지 않은 프로젝트입니다!",
|
|
766
|
+
"msg.project-save-unauthorized": "프로젝트 저장 실패! 승인되지 않았습니다!",
|
|
767
|
+
"msg.project-save-ask": "프로젝트를 떠나시겠습니까?",
|
|
768
|
+
"msg.login-username-required": "유저 이름을 입력하세요",
|
|
769
|
+
"msg.login-password-required": "비밀번호를 입력하세요",
|
|
770
|
+
"msg.signin-failed": "권한 없음",
|
|
771
|
+
"msg.get-project-void": "프로젝트가 발견되지 않았습니다.!",
|
|
772
|
+
"msg.editor-mode-locked": "편집자가 이미 열려있습니다!",
|
|
773
|
+
"msg.alarms-clear-success": "모든 알림이 취소되었습니다!"
|
|
774
|
+
}
|