file-viewer3 1.0.8 → 1.0.26
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 +160 -0
- package/README.en.md +390 -0
- package/README.md +306 -89
- package/dist/components/3MFLoader.js +527 -0
- package/dist/components/AMFLoader.js +188 -0
- package/dist/components/ArchiveViewer.js +526 -0
- package/dist/components/AudioViewer.js +66 -0
- package/dist/components/CadViewer.js +9040 -0
- package/dist/components/CodeViewer.js +151 -0
- package/dist/components/ColladaLoader.js +2282 -0
- package/dist/components/DrawingViewer.js +295 -0
- package/dist/components/EdaViewer.js +630 -0
- package/dist/components/EmailViewer.js +276 -0
- package/dist/components/EpubViewer.js +172 -0
- package/dist/components/FBXLoader.js +1574 -0
- package/dist/components/GLTFLoader.js +1383 -0
- package/dist/components/ImageViewer.js +1516 -1895
- package/dist/components/KMZLoader.js +45 -0
- package/dist/components/MarkdownViewer.js +1456 -1557
- package/dist/components/ModelViewer.js +797 -0
- package/dist/components/OBJLoader.js +287 -0
- package/dist/components/OfdViewer.js +133 -0
- package/dist/components/PCDLoader.js +141 -0
- package/dist/components/PLYLoader.js +305 -0
- package/dist/components/PdfView.js +27662 -21655
- package/dist/components/PptxRender.js +11170 -21118
- package/dist/components/STLLoader.js +83 -0
- package/dist/components/TDSLoader.js +228 -0
- package/dist/components/TypstViewer.js +1697 -0
- package/dist/components/USDLoader.js +2526 -0
- package/dist/components/UmdViewer.js +1873 -0
- package/dist/components/VRMLLoader.js +6422 -0
- package/dist/components/VTKLoader.js +337 -0
- package/dist/components/XYZLoader.js +30 -0
- package/dist/components/XlsxTable.js +7871 -69873
- package/dist/components/__vite-browser-external.js +7 -0
- package/dist/components/_plugin-vue_export-helper.js +8 -0
- package/dist/components/ar-SA-G6X2FPQ2.js +523 -0
- package/dist/components/arc.js +79 -0
- package/dist/components/architecture-7EHR7CIX.js +3 -0
- package/dist/components/architectureDiagram-3BPJPVTR.js +4096 -0
- package/dist/components/archive.js +24 -0
- package/dist/components/asyncToGenerator.js +29 -0
- package/dist/components/audio.js +19 -0
- package/dist/components/az-AZ-76LH7QW2.js +523 -0
- package/dist/components/bash.js +169 -0
- package/dist/components/bg-BG-XCXSNQG7.js +523 -0
- package/dist/components/blockDiagram-GPEHLZMM.js +3357 -0
- package/dist/components/bn-BD-2XOGV67Q.js +523 -0
- package/dist/components/c4Diagram-AAUBKEIU.js +2957 -0
- package/dist/components/ca-ES-6MX7JW3Y.js +523 -0
- package/dist/components/cad.js +23 -0
- package/dist/components/cfb.js +1174 -0
- package/dist/components/channel.js +5 -0
- package/dist/components/chunk-2J33WTMH.js +26 -0
- package/dist/components/chunk-3OPIFGDE.js +4167 -0
- package/dist/components/chunk-4BX2VUAB.js +19 -0
- package/dist/components/chunk-55IACEB6.js +9 -0
- package/dist/components/chunk-5ZQYHXKU.js +669 -0
- package/dist/components/chunk-6U3AYISY.js +624 -0
- package/dist/components/chunk-727SXJPM.js +3356 -0
- package/dist/components/chunk-AGHRB4JF.js +324 -0
- package/dist/components/chunk-AQP2D5EJ.js +2055 -0
- package/dist/components/chunk-BSJP7CBP.js +83 -0
- package/dist/components/chunk-CSCIHK7Q.js +3500 -0
- package/dist/components/chunk-EIO257PC.js +1836 -0
- package/dist/components/chunk-FMBD7UC4.js +5 -0
- package/dist/components/chunk-K2UTITRG.js +17627 -0
- package/dist/components/chunk-KSCS5N6A.js +572 -0
- package/dist/components/chunk-L5ZTLDWV.js +40 -0
- package/dist/components/chunk-LZXEDZCA.js +60 -0
- package/dist/components/chunk-ND2GUHAM.js +61 -0
- package/dist/components/chunk-NNHCCRGN.js +20425 -0
- package/dist/components/chunk-NZK2D7GU.js +68 -0
- package/dist/components/chunk-O5CBEL6O.js +1894 -0
- package/dist/components/chunk-QZHKN3VN.js +12 -0
- package/dist/components/chunk-SRAX5OIU.js +22 -0
- package/dist/components/chunk-WU5MYG2G.js +14 -0
- package/dist/components/chunk-XPW4576I.js +1146 -0
- package/dist/components/chunk-Z3N5DIM6.js +59 -0
- package/dist/components/chunk-ZUYEQ4TG.js +22 -0
- package/dist/components/chunk.js +23 -0
- package/dist/components/classDiagram-4FO5ZUOK.js +29 -0
- package/dist/components/classDiagram-v2-Q7XG4LA2.js +29 -0
- package/dist/components/compiler.js +2 -0
- package/dist/components/core.js +845 -0
- package/dist/components/cose-bilkent-S5V4N54A.js +2268 -0
- package/dist/components/cpp.js +225 -0
- package/dist/components/cs-CZ-2BRQDIVT.js +523 -0
- package/dist/components/csharp.js +260 -0
- package/dist/components/css.js +140 -0
- package/dist/components/cytoscape.esm.js +18114 -0
- package/dist/components/da-DK-5WZEPLOC.js +523 -0
- package/dist/components/dagre-BM42HDAG.js +325 -0
- package/dist/components/dagre.js +1936 -0
- package/dist/components/de-DE-XR44H4JA.js +523 -0
- package/dist/components/defaultLocale.js +201 -0
- package/dist/components/defineProperty.js +50 -0
- package/dist/components/diagram-2AECGRRQ.js +229 -0
- package/dist/components/diagram-5GNKFQAL.js +108 -0
- package/dist/components/diagram-KO2AKTUF.js +443 -0
- package/dist/components/diagram-LMA3HP47.js +139 -0
- package/dist/components/diagram-OG6HWLK6.js +541 -0
- package/dist/components/diff.js +39 -0
- package/dist/components/directory-open-01563666.js +26 -0
- package/dist/components/directory-open-4ed118d0.js +83 -0
- package/dist/components/dist.js +50 -0
- package/dist/components/dist2.js +3291 -0
- package/dist/components/dist3.js +1593 -0
- package/dist/components/documentSearch.js +378 -0
- package/dist/components/docx-preview.js +3113 -0
- package/dist/components/drawing.js +19 -0
- package/dist/components/ebook.js +16 -0
- package/dist/components/eda.js +20 -0
- package/dist/components/el-GR-BZB4AONW.js +523 -0
- package/dist/components/email.js +21 -0
- package/dist/components/en-B4ZKOASM.js +3 -0
- package/dist/components/erDiagram-TEJ5UH35.js +1719 -0
- package/dist/components/es-ES-U4NZUMDT.js +523 -0
- package/dist/components/eu-ES-A7QVB2H4.js +523 -0
- package/dist/components/eventmodeling-FCH6USID.js +3 -0
- package/dist/components/fa-IR-HGAKTJCU.js +523 -0
- package/dist/components/fflate.module.js +323 -0
- package/dist/components/fi-FI-Z5N7JZ37.js +523 -0
- package/dist/components/file-open-002ab408.js +38 -0
- package/dist/components/file-open-7c801643.js +24 -0
- package/dist/components/file-save-3189631c.js +40 -0
- package/dist/components/file-save-745eba88.js +36 -0
- package/dist/components/flowDiagram-I6XJVG4X.js +4181 -0
- package/dist/components/fr-FR-RHASNOE6.js +523 -0
- package/dist/components/ganttDiagram-6RSMTGT7.js +2182 -0
- package/dist/components/gitGraph-WXDBUCRP.js +3 -0
- package/dist/components/gitGraphDiagram-PVQCEYII.js +788 -0
- package/dist/components/gl-ES-HMX3MZ6V.js +523 -0
- package/dist/components/global-compiler.js +23 -0
- package/dist/components/global-renderer.js +23 -0
- package/dist/components/go.js +140 -0
- package/dist/components/graphlib.js +1267 -0
- package/dist/components/he-IL-6SHJWFNN.js +523 -0
- package/dist/components/hi-IN-IWLTKZ5I.js +523 -0
- package/dist/components/hu-HU-A5ZG7DT2.js +523 -0
- package/dist/components/id-ID-SAP4L64H.js +523 -0
- package/dist/components/image-GAAHSSAO.js +3 -0
- package/dist/components/image-blob-reduce.esm.js +1429 -0
- package/dist/components/image.js +17 -0
- package/dist/components/info-J43DQDTF.js +3 -0
- package/dist/components/infoDiagram-5YYISTIA.js +26 -0
- package/dist/components/ini.js +88 -0
- package/dist/components/init.js +15 -0
- package/dist/components/ishikawaDiagram-YF4QCWOH.js +718 -0
- package/dist/components/it-IT-JPQ66NNP.js +523 -0
- package/dist/components/ja-JP-DBVTYXUO.js +523 -0
- package/dist/components/java.js +169 -0
- package/dist/components/javascript.js +436 -0
- package/dist/components/journeyDiagram-JHISSGLW.js +885 -0
- package/dist/components/json.js +36 -0
- package/dist/components/jszip.min.js +3033 -0
- package/dist/components/kaa-6HZHGXH3.js +523 -0
- package/dist/components/kab-KAB-ZGHBKWFO.js +523 -0
- package/dist/components/kanban-definition-UN3LZRKU.js +986 -0
- package/dist/components/katex.js +21979 -0
- package/dist/components/kk-KZ-P5N5QNE5.js +523 -0
- package/dist/components/km-KH-HSX4SM5Z.js +523 -0
- package/dist/components/ko-KR-MTYHY66A.js +523 -0
- package/dist/components/ku-TR-6OUDTVRD.js +523 -0
- package/dist/components/lib.js +4877 -0
- package/dist/components/libarchive.js +360 -0
- package/dist/components/linear.js +289 -0
- package/dist/components/lt-LT-XHIRWOB4.js +523 -0
- package/dist/components/lv-LV-5QDEKY6T.js +523 -0
- package/dist/components/markdown.js +181 -0
- package/dist/components/md.js +17 -0
- package/dist/components/mermaid-parser.core.js +328 -0
- package/dist/components/mindmap-definition-RKZ34NQL.js +1016 -0
- package/dist/components/model.js +21 -0
- package/dist/components/mp4.js +12 -0
- package/dist/components/mr-IN-CRQNXWMA.js +523 -0
- package/dist/components/my-MM-5M5IBNSE.js +523 -0
- package/dist/components/nb-NO-T6EIAALU.js +523 -0
- package/dist/components/nestedRender.js +158 -0
- package/dist/components/nl-NL-IS3SIHDZ.js +523 -0
- package/dist/components/nn-NO-6E72VCQL.js +523 -0
- package/dist/components/objectSpread2.js +29 -0
- package/dist/components/objectWithoutProperties.js +28 -0
- package/dist/components/oc-FR-POXYY2M6.js +523 -0
- package/dist/components/ofd.js +5261 -0
- package/dist/components/ofd2.js +16 -0
- package/dist/components/ordinal.js +65 -0
- package/dist/components/pa-IN-N4M65BXN.js +523 -0
- package/dist/components/packet-YPE3B663.js +3 -0
- package/dist/components/pdf.js +24 -0
- package/dist/components/percentages-BXMCSKIN.js +3 -0
- package/dist/components/php.js +294 -0
- package/dist/components/pica.js +1009 -0
- package/dist/components/pie-LRSECV5Y.js +3 -0
- package/dist/components/pie.js +47 -0
- package/dist/components/pieDiagram-4H26LBE5.js +130 -0
- package/dist/components/pl-PL-T2D74RX3.js +523 -0
- package/dist/components/postal-mime.js +3146 -0
- package/dist/components/pptx.js +15 -0
- package/dist/components/printLayout.js +42 -0
- package/dist/components/prod.js +21770 -0
- package/dist/components/pt-BR-5N22H2LF.js +523 -0
- package/dist/components/pt-PT-UZXXM6DQ.js +523 -0
- package/dist/components/python.js +238 -0
- package/dist/components/quadrantDiagram-W4KKPZXB.js +1988 -0
- package/dist/components/radar-GUYGQ44K.js +3 -0
- package/dist/components/renderer.js +2 -0
- package/dist/components/requirementDiagram-4Y6WPE33.js +2230 -0
- package/dist/components/ro-RO-JPDTUUEW.js +523 -0
- package/dist/components/rough.esm.js +1355 -0
- package/dist/components/roundRect.js +90 -0
- package/dist/components/ru-RU-B4JR7IUQ.js +523 -0
- package/dist/components/rust.js +169 -0
- package/dist/components/sankeyDiagram-5OEKKPKP.js +972 -0
- package/dist/components/sequenceDiagram-3UESZ5HK.js +4255 -0
- package/dist/components/shared.js +175 -0
- package/dist/components/shared2.js +4 -0
- package/dist/components/si-LK-N5RQ5JYF.js +523 -0
- package/dist/components/sk-SK-C5VTKIMK.js +523 -0
- package/dist/components/sl-SI-NN7IZMDC.js +523 -0
- package/dist/components/sourceLoading.js +134 -0
- package/dist/components/sql.js +118 -0
- package/dist/components/src.js +2664 -0
- package/dist/components/src2.js +10722 -0
- package/dist/components/stateDiagram-AJRCARHV.js +217 -0
- package/dist/components/stateDiagram-v2-BHNVJYJU.js +27 -0
- package/dist/components/subset-shared.chunk.js +3 -0
- package/dist/components/subset-worker.chunk.js +21 -0
- package/dist/components/sv-SE-XGPEYMSR.js +523 -0
- package/dist/components/ta-IN-2NMHFXQM.js +523 -0
- package/dist/components/text.js +20 -0
- package/dist/components/th-TH-HPSO5L25.js +523 -0
- package/dist/components/three.module.js +13134 -0
- package/dist/components/time.js +910 -0
- package/dist/components/timeline-definition-PNZ67QCA.js +1084 -0
- package/dist/components/tr-TR-DEFEU3FU.js +523 -0
- package/dist/components/treeView-BLDUP644.js +3 -0
- package/dist/components/treemap-LRROVOQU.js +3 -0
- package/dist/components/typescript.js +521 -0
- package/dist/components/typst.js +25 -0
- package/dist/components/uk-UA-QMV73CPH.js +523 -0
- package/dist/components/umd.js +16 -0
- package/dist/components/use.js +422 -0
- package/dist/components/util.js +49 -0
- package/dist/components/vennDiagram-CIIHVFJN.js +1880 -0
- package/dist/components/vi-VN-M7AON7JQ.js +523 -0
- package/dist/components/viewerZoom.js +92 -0
- package/dist/components/wardley-L42UT6IY.js +3 -0
- package/dist/components/wardleyDiagram-YWT4CUSO.js +656 -0
- package/dist/components/wasm-pack-shim.js +1711 -0
- package/dist/components/wasm-pack-shim2.js +934 -0
- package/dist/components/wasm.js +97 -0
- package/dist/components/word.js +3055 -0
- package/dist/components/worker-ref.js +15 -20
- package/dist/components/xlsx.js +21 -0
- package/dist/components/xml.js +166 -0
- package/dist/components/xychartDiagram-2RQKCTM6.js +2015 -0
- package/dist/components/yaml.js +144 -0
- package/dist/components/zh-CN-LNUGB5OW.js +523 -0
- package/dist/components/zh-HK-E62DVLB3.js +523 -0
- package/dist/components/zh-TW-RAJ6MFWO.js +523 -0
- package/dist/file-viewer3.css +2 -0
- package/dist/index.mjs +3292 -5
- package/dist/src/App.vue.d.ts +3 -0
- package/dist/src/compare/CompareApp.vue.d.ts +3 -0
- package/dist/src/compare/main.d.ts +0 -0
- package/dist/src/compare/useSynchronizedScroll.d.ts +7 -0
- package/dist/src/components/HelloWorld.vue.d.ts +3 -0
- package/dist/src/components/utils.d.ts +4 -0
- package/dist/src/main.d.ts +0 -0
- package/dist/src/package/common/printCapability.d.ts +27 -0
- package/dist/src/package/common/printLayout.d.ts +16 -0
- package/dist/src/package/common/sourceLoading.d.ts +10 -0
- package/dist/src/package/common/type.d.ts +522 -8
- package/dist/src/package/common/worker-ref.d.ts +1 -1
- package/dist/src/package/components/FileViewer/FileViewer.vue.d.ts +74 -24
- package/dist/src/package/components/FileViewer/exportDocumentTemplate.d.ts +9 -0
- package/dist/src/package/components/FileViewer/hooks/useViewerDocumentFeatures.d.ts +29 -0
- package/dist/src/package/components/FileViewer/hooks/useViewerExport.d.ts +21 -0
- package/dist/src/package/components/FileViewer/hooks/useViewerWatermark.d.ts +8 -0
- package/dist/src/package/components/FileViewer/hooks/useViewerZoom.d.ts +34 -0
- package/dist/src/package/components/FileViewer/index.d.ts +1 -1
- package/dist/src/package/components/FileViewer/util.d.ts +2 -1
- package/dist/src/package/index.d.ts +14 -4
- package/dist/src/package/use/documentLocation.d.ts +15 -0
- package/dist/src/package/use/documentSearch.d.ts +234 -0
- package/dist/src/package/use/index.d.ts +4 -0
- package/dist/src/package/use/loading.d.ts +33 -0
- package/dist/src/package/use/viewerZoom.d.ts +42 -0
- package/dist/src/package/use/worker.d.ts +2 -2
- package/dist/src/package/vendors/archive/ArchiveViewer.vue.d.ts +9 -0
- package/dist/src/package/vendors/archive/cache.d.ts +10 -0
- package/dist/src/package/vendors/archive/fallback.d.ts +9 -0
- package/dist/src/package/vendors/archive/index.d.ts +3 -0
- package/dist/src/package/vendors/archive/shared.d.ts +24 -0
- package/dist/src/package/vendors/audio/AudioViewer.vue.d.ts +7 -0
- package/dist/src/package/vendors/audio/index.d.ts +7 -0
- package/dist/src/package/vendors/cad/CadViewer.vue.d.ts +9 -0
- package/dist/src/package/vendors/cad/index.d.ts +8 -0
- package/dist/src/package/vendors/drawing/DrawingViewer.vue.d.ts +15 -0
- package/dist/src/package/vendors/drawing/index.d.ts +7 -0
- package/dist/src/package/vendors/ebook/EpubViewer.vue.d.ts +6 -0
- package/dist/src/package/vendors/ebook/index.d.ts +7 -0
- package/dist/src/package/vendors/eda/EdaViewer.vue.d.ts +8 -0
- package/dist/src/package/vendors/eda/index.d.ts +2 -0
- package/dist/src/package/vendors/eda/parser.d.ts +77 -0
- package/dist/src/package/vendors/email/EmailViewer.vue.d.ts +10 -0
- package/dist/src/package/vendors/email/index.d.ts +2 -0
- package/dist/src/package/vendors/image/ImageViewer.vue.d.ts +6 -13
- package/dist/src/package/vendors/image/index.d.ts +1 -1
- package/dist/src/package/vendors/md/MarkdownViewer.vue.d.ts +6 -13
- package/dist/src/package/vendors/md/index.d.ts +1 -1
- package/dist/src/package/vendors/model/ModelViewer.vue.d.ts +8 -0
- package/dist/src/package/vendors/model/index.d.ts +3 -0
- package/dist/src/package/vendors/model/shared.d.ts +1 -0
- package/dist/src/package/vendors/nestedRender.d.ts +10 -0
- package/dist/src/package/vendors/ofd/OfdViewer.vue.d.ts +6 -0
- package/dist/src/package/vendors/ofd/index.d.ts +7 -0
- package/dist/src/package/vendors/pdf/PdfView.vue.d.ts +10 -13
- package/dist/src/package/vendors/pdf/index.d.ts +2 -1
- package/dist/src/package/vendors/pdf/worker/pdf.worker.d.ts +0 -0
- package/dist/src/package/vendors/pptx/PptxRender.vue.d.ts +9 -81
- package/dist/src/package/vendors/pptx/index.d.ts +1 -1
- package/dist/src/package/vendors/renders.d.ts +1 -1
- package/dist/src/package/vendors/text/CodeViewer.vue.d.ts +7 -13
- package/dist/src/package/vendors/text/index.d.ts +6 -2
- package/dist/src/package/vendors/typst/TypstViewer.vue.d.ts +15 -0
- package/dist/src/package/vendors/typst/index.d.ts +8 -0
- package/dist/src/package/vendors/umd/UmdViewer.vue.d.ts +6 -0
- package/dist/src/package/vendors/umd/index.d.ts +7 -0
- package/dist/src/package/vendors/umd/parser.d.ts +30 -0
- package/dist/src/package/vendors/word/doc.d.ts +5 -0
- package/dist/src/package/vendors/word/docx.d.ts +5 -0
- package/dist/src/package/vendors/word/docx.worker.d.ts +1 -0
- package/dist/src/package/vendors/word/index.d.ts +3 -0
- package/dist/src/package/vendors/xlsx/XlsxTable.state.d.ts +80 -0
- package/dist/src/package/vendors/xlsx/XlsxTable.view.d.ts +25 -0
- package/dist/src/package/vendors/xlsx/XlsxTable.vue.d.ts +6 -21
- package/dist/src/package/vendors/xlsx/index.d.ts +3 -2
- package/dist/src/package/vendors/xlsx/util.d.ts +0 -5
- package/dist/src/package/vendors/xlsx/worker/index.d.ts +4 -6
- package/dist/src/package/vendors/xlsx/worker/sheetjs/SheetJsModel.d.ts +73 -0
- package/dist/src/package/vendors/xlsx/worker/sheetjs/sheet.worker.d.ts +1 -0
- package/dist/style.css +1 -57
- package/dist/wasm/cad/dwfv-render.wasm +0 -0
- package/dist/wasm/cad/dwg-worker.js +24 -0
- package/dist/wasm/cad/libredwg-web.js +15 -0
- package/dist/wasm/cad/libredwg-web.wasm +0 -0
- package/package.json +118 -42
- package/.vscode/extensions.json +0 -3
- package/dist/components/_commonjs-dynamic-modules.js +0 -6
- package/dist/components/_commonjsHelpers.js +0 -36
- package/dist/components/docx-preview.min.js +0 -5287
- package/dist/components/index.js +0 -1717
- package/dist/favicon.ico +0 -0
- package/dist/index.umd.js +0 -436
- package/dist/src/package/vendors/docx/index.d.ts +0 -4
- package/dist/src/package/vendors/xlsx/render.d.ts +0 -6
- package/dist/src/package/vendors/xlsx/worker/xls/SheetJsModel.d.ts +0 -36
- package/dist/src/package/vendors/xlsx/worker/xlsx/ExcelJsModel.d.ts +0 -39
- package/dist/src/package/vendors/xlsx/worker/xlsx/context.d.ts +0 -7
- package/dist/src/package/vendors/xlsx/worker/xlsx/index.d.ts +0 -4
- package/dist/src/package/vendors/xlsx/worker/xlsx/util.d.ts +0 -10
- package/dist/worker/pdf.worker.js +0 -66
- package/dist/worker/pptx.worker.js +0 -21
- package/dist/worker/sheet.worker.js +0 -38
- package/dist/worker/xlsx.worker.js +0 -65
- /package/dist/src/package/vendors/xlsx/worker/{xlsx → sheetjs}/color.d.ts +0 -0
- /package/dist/src/package/vendors/xlsx/worker/{xls → sheetjs}/index.d.ts +0 -0
|
@@ -0,0 +1,523 @@
|
|
|
1
|
+
import "./chunk-SRAX5OIU.js";
|
|
2
|
+
//#region node_modules/.pnpm/@excalidraw+excalidraw@0.18.1_@types+react-dom@19.2.3_@types+react@19.2.17__@types+reac_20b48e3fb533bfb35e3cd3573f75cb5d/node_modules/@excalidraw/excalidraw/dist/prod/locales/bn-BD-2XOGV67Q.js
|
|
3
|
+
var e = {
|
|
4
|
+
paste: "পেস্ট করুন",
|
|
5
|
+
pasteAsPlaintext: "প্লেইনটেক্সট হিসাবে পেস্ট করুন",
|
|
6
|
+
pasteCharts: "চার্ট পেস্ট করুন",
|
|
7
|
+
selectAll: "সবটা সিলেক্ট করুন",
|
|
8
|
+
multiSelect: "একাধিক সিলেক্ট করুন",
|
|
9
|
+
moveCanvas: "ক্যানভাস সরান",
|
|
10
|
+
cut: "কাট করুন",
|
|
11
|
+
copy: "কপি করুন",
|
|
12
|
+
copyAsPng: "পীএনজী ছবির মতন কপি করুন",
|
|
13
|
+
copyAsSvg: "এসভীজী ছবির মতন কপি করুন",
|
|
14
|
+
copyText: "লিখিত তথ্যের মতন কপি করুন",
|
|
15
|
+
copySource: "",
|
|
16
|
+
convertToCode: "",
|
|
17
|
+
bringForward: "অধিকতর সামনে আনুন",
|
|
18
|
+
sendToBack: "অধিকতর পিছনে নিয়ে যান",
|
|
19
|
+
bringToFront: "সবার সামনে আনুন",
|
|
20
|
+
sendBackward: "সবার পিছনে নিয়ে যান",
|
|
21
|
+
delete: "মুছা",
|
|
22
|
+
copyStyles: "ডিজাইন কপি করুন",
|
|
23
|
+
pasteStyles: "ডিজাইন পেস্ট করুন",
|
|
24
|
+
stroke: "রেখাংশ",
|
|
25
|
+
background: "পটভূমি",
|
|
26
|
+
fill: "রং",
|
|
27
|
+
strokeWidth: "রেখাংশের বেধ",
|
|
28
|
+
strokeStyle: "রেখাংশের ডিজাইন",
|
|
29
|
+
strokeStyle_solid: "পুরু",
|
|
30
|
+
strokeStyle_dashed: "পাতলা",
|
|
31
|
+
strokeStyle_dotted: "বিন্দুবিন্দু",
|
|
32
|
+
sloppiness: "ভ্রান্তি",
|
|
33
|
+
opacity: "দৃশ্যমানতা",
|
|
34
|
+
textAlign: "লেখ অনুভূমি",
|
|
35
|
+
edges: "কোণ",
|
|
36
|
+
sharp: "তীক্ষ্ণ",
|
|
37
|
+
round: "গোল",
|
|
38
|
+
arrowheads: "তীরের শীর্ষভাগ",
|
|
39
|
+
arrowhead_none: "কিছু না",
|
|
40
|
+
arrowhead_arrow: "তীর",
|
|
41
|
+
arrowhead_bar: "রেখাংশ",
|
|
42
|
+
arrowhead_circle: "",
|
|
43
|
+
arrowhead_circle_outline: "",
|
|
44
|
+
arrowhead_triangle: "ত্রিভূজ",
|
|
45
|
+
arrowhead_triangle_outline: "",
|
|
46
|
+
arrowhead_diamond: "",
|
|
47
|
+
arrowhead_diamond_outline: "",
|
|
48
|
+
fontSize: "লেখনীর মাত্রা",
|
|
49
|
+
fontFamily: "লেখনীর হরফ",
|
|
50
|
+
addWatermark: "এক্সক্যালিড্র দ্বারা প্রস্তুত",
|
|
51
|
+
handDrawn: "হাতে আঁকা",
|
|
52
|
+
normal: "স্বাভাবিক",
|
|
53
|
+
code: "কোড",
|
|
54
|
+
small: "ছোট",
|
|
55
|
+
medium: "মাঝারি",
|
|
56
|
+
large: "বড়",
|
|
57
|
+
veryLarge: "অনেক বড়",
|
|
58
|
+
solid: "দৃঢ়",
|
|
59
|
+
hachure: "ভ্রুলেখা",
|
|
60
|
+
zigzag: "আঁকাবাঁকা",
|
|
61
|
+
crossHatch: "ক্রস হ্যাচ",
|
|
62
|
+
thin: "পাতলা",
|
|
63
|
+
bold: "পুরু",
|
|
64
|
+
left: "বাম",
|
|
65
|
+
center: "কেন্দ্র",
|
|
66
|
+
right: "ডান",
|
|
67
|
+
extraBold: "অতি পুরু",
|
|
68
|
+
architect: "স্থপতি",
|
|
69
|
+
artist: "শিল্পী",
|
|
70
|
+
cartoonist: "চিত্রকার",
|
|
71
|
+
fileTitle: "ফাইলের নাম",
|
|
72
|
+
colorPicker: "রং পছন্দ করুন",
|
|
73
|
+
canvasColors: "ক্যানভাসের রং",
|
|
74
|
+
canvasBackground: "ক্যানভাসের পটভূমি",
|
|
75
|
+
drawingCanvas: "ব্যবহৃত ক্যানভাস",
|
|
76
|
+
layers: "মাত্রা",
|
|
77
|
+
actions: "ক্রিয়া",
|
|
78
|
+
language: "ভাষা",
|
|
79
|
+
liveCollaboration: "সরাসরি পারস্পরিক সহযোগিতা...",
|
|
80
|
+
duplicateSelection: "সদৃশ সিলেক্ট",
|
|
81
|
+
untitled: "অনামী",
|
|
82
|
+
name: "নাম",
|
|
83
|
+
yourName: "আপনার নাম",
|
|
84
|
+
madeWithExcalidraw: "এক্সক্যালিড্র দ্বারা তৈরি",
|
|
85
|
+
group: "দল গঠন করুন",
|
|
86
|
+
ungroup: "দল বিভেদ করুন",
|
|
87
|
+
collaborators: "সহযোগী",
|
|
88
|
+
showGrid: "গ্রিড দেখান",
|
|
89
|
+
addToLibrary: "সংগ্রহে যোগ করুন",
|
|
90
|
+
removeFromLibrary: "সংগ্রহ থেকে বের করুন",
|
|
91
|
+
libraryLoadingMessage: "সংগ্রহ তৈরি হচ্ছে",
|
|
92
|
+
libraries: "সংগ্রহ দেখুন",
|
|
93
|
+
loadingScene: "দৃশ্য তৈরি হচ্ছে",
|
|
94
|
+
align: "পংক্তিবিন্যাস",
|
|
95
|
+
alignTop: "উপর পংক্তি",
|
|
96
|
+
alignBottom: "নিম্ন পংক্তি",
|
|
97
|
+
alignLeft: "বাম পংক্তি",
|
|
98
|
+
alignRight: "ডান পংক্তি",
|
|
99
|
+
centerVertically: "উলম্ব কেন্দ্রিত",
|
|
100
|
+
centerHorizontally: "অনুভূমিক কেন্দ্রিত",
|
|
101
|
+
distributeHorizontally: "অনুভূমিকভাবে বিতরণ করুন",
|
|
102
|
+
distributeVertically: "উল্লম্বভাবে বিতরণ করুন",
|
|
103
|
+
flipHorizontal: "অনুভূমিক আবর্তন",
|
|
104
|
+
flipVertical: "উলম্ব আবর্তন",
|
|
105
|
+
viewMode: "দৃশ্য",
|
|
106
|
+
share: "ভাগ করুন",
|
|
107
|
+
showStroke: "",
|
|
108
|
+
showBackground: "",
|
|
109
|
+
toggleTheme: "",
|
|
110
|
+
personalLib: "",
|
|
111
|
+
excalidrawLib: "",
|
|
112
|
+
decreaseFontSize: "লেখনীর মাত্রা কমান",
|
|
113
|
+
increaseFontSize: "লেখনীর মাত্রা বাড়ান",
|
|
114
|
+
unbindText: "",
|
|
115
|
+
bindText: "",
|
|
116
|
+
createContainerFromText: "",
|
|
117
|
+
link: {
|
|
118
|
+
edit: "লিঙ্ক সংশোধন",
|
|
119
|
+
editEmbed: "",
|
|
120
|
+
create: "লিঙ্ক তৈরী",
|
|
121
|
+
createEmbed: "",
|
|
122
|
+
label: "লিঙ্ক নামকরণ",
|
|
123
|
+
labelEmbed: "",
|
|
124
|
+
empty: ""
|
|
125
|
+
},
|
|
126
|
+
lineEditor: {
|
|
127
|
+
edit: "",
|
|
128
|
+
exit: ""
|
|
129
|
+
},
|
|
130
|
+
elementLock: {
|
|
131
|
+
lock: "আবদ্ধ করুন",
|
|
132
|
+
unlock: "বিচ্ছিন্ন করুন",
|
|
133
|
+
lockAll: "সব আবদ্ধ করুন",
|
|
134
|
+
unlockAll: "সব বিচ্ছিন্ন করুন"
|
|
135
|
+
},
|
|
136
|
+
statusPublished: "প্রকাশিত",
|
|
137
|
+
sidebarLock: "লক",
|
|
138
|
+
selectAllElementsInFrame: "",
|
|
139
|
+
removeAllElementsFromFrame: "",
|
|
140
|
+
eyeDropper: "",
|
|
141
|
+
textToDiagram: "",
|
|
142
|
+
prompt: ""
|
|
143
|
+
}, t = {
|
|
144
|
+
noItems: "সংগ্রহে কিছু যোগ করা হয়নি",
|
|
145
|
+
hint_emptyLibrary: "এখানে যোগ করার জন্য ক্যানভাসে একটি বস্তু নির্বাচন করুন, অথবা নীচে, প্রকাশ্য সংগ্রহশালা থেকে একটি সংগ্রহ ইনস্টল করুন৷",
|
|
146
|
+
hint_emptyPrivateLibrary: "এখানে যোগ করার জন্য ক্যানভাসে একটি বস্তু নির্বাচন করুন"
|
|
147
|
+
}, n = {
|
|
148
|
+
clearReset: "ক্যানভাস সাফ করুন",
|
|
149
|
+
exportJSON: "জেসন নিবদ্ধ করুন",
|
|
150
|
+
exportImage: "",
|
|
151
|
+
export: "",
|
|
152
|
+
copyToClipboard: "ক্লিপবোর্ডে কপি করুন",
|
|
153
|
+
save: "জমা করুন",
|
|
154
|
+
saveAs: "অন্যভাবে জমা করুন",
|
|
155
|
+
load: "",
|
|
156
|
+
getShareableLink: "ভাগযোগ্য লিঙ্ক পান",
|
|
157
|
+
close: "বন্ধ করুন",
|
|
158
|
+
selectLanguage: "ভাষা চিহ্নিত করুন",
|
|
159
|
+
scrollBackToContent: "বিষয়বস্তুতে ফেরত যান",
|
|
160
|
+
zoomIn: "বড় করুন",
|
|
161
|
+
zoomOut: "ছোট করুন",
|
|
162
|
+
resetZoom: "স্বাভাবিক করুন",
|
|
163
|
+
menu: "তালিকা",
|
|
164
|
+
done: "সম্পন্ন",
|
|
165
|
+
edit: "সংশোধন করুন",
|
|
166
|
+
undo: "ফেরত যান",
|
|
167
|
+
redo: "পুনরায় করুন",
|
|
168
|
+
resetLibrary: "সংগ্রহ সাফ করুন",
|
|
169
|
+
createNewRoom: "নতুন রুম বানান",
|
|
170
|
+
fullScreen: "পূর্ণস্ক্রীন",
|
|
171
|
+
darkMode: "ডার্ক মোড",
|
|
172
|
+
lightMode: "লাইট মোড",
|
|
173
|
+
zenMode: "জেন মোড",
|
|
174
|
+
objectsSnapMode: "",
|
|
175
|
+
exitZenMode: "জেন মোড বন্ধ করুন",
|
|
176
|
+
cancel: "বাতিল",
|
|
177
|
+
clear: "সাফ",
|
|
178
|
+
remove: "বিয়োগ",
|
|
179
|
+
embed: "",
|
|
180
|
+
publishLibrary: "সংগ্রহ প্রকাশ করুন",
|
|
181
|
+
submit: "জমা করুন",
|
|
182
|
+
confirm: "নিশ্চিত করুন",
|
|
183
|
+
embeddableInteractionButton: ""
|
|
184
|
+
}, r = {
|
|
185
|
+
clearReset: "এটি পুরো ক্যানভাস সাফ করবে। আপনি কি নিশ্চিত?",
|
|
186
|
+
couldNotCreateShareableLink: "ভাগ করা যায় এমন লিঙ্ক তৈরি করা যায়নি।",
|
|
187
|
+
couldNotCreateShareableLinkTooBig: "ভাগ করা যায় এমন লিঙ্ক তৈরি করা যায়নি: দৃশ্যটি খুব বড়",
|
|
188
|
+
couldNotLoadInvalidFile: "অবৈধ ফাইল লোড করা যায়নি",
|
|
189
|
+
importBackendFailed: "ব্যাকেন্ড থেকে আপলোড ব্যর্থ হয়েছে।",
|
|
190
|
+
cannotExportEmptyCanvas: "খালি ক্যানভাস নিবদ্ধ করা যাবে না।",
|
|
191
|
+
couldNotCopyToClipboard: "ক্লিপবোর্ডে কপি করা যায়নি।",
|
|
192
|
+
decryptFailed: "তথ্য ডিক্রিপ্ট করা যায়নি।",
|
|
193
|
+
uploadedSecurly: "আপলোডটি এন্ড-টু-এন্ড এনক্রিপশনের মাধ্যমে সুরক্ষিত করা হয়েছে, যার অর্থ হল এক্সক্যালিড্র সার্ভার এবং তৃতীয় পক্ষের দ্বারা পড়তে পারা সম্ভব নয়।",
|
|
194
|
+
loadSceneOverridePrompt: "বাহ্যিক অঙ্কন লোড করা আপনার বিদ্যমান দৃশ্য প্রতিস্থাপন করবে। আপনি কি অবিরত করতে চান?",
|
|
195
|
+
collabStopOverridePrompt: "অধিবেশন বন্ধ করা আপনার পূর্ববর্তী, স্থানীয়ভাবে সঞ্চিত অঙ্কন ওভাররাইট করবে। আপনি কি নিশ্চিত?\n\n(যদি আপনি আপনার স্থানীয় অঙ্কন রাখতে চান, তাহলে শুধু ব্রাউজার ট্যাবটি বন্ধ করুন।)",
|
|
196
|
+
errorAddingToLibrary: "বস্তুটি সংগ্রহে যোগ করা যায়নি",
|
|
197
|
+
errorRemovingFromLibrary: "বস্তুটি সংগ্রহ থেকে বিয়োগ করা যায়নি",
|
|
198
|
+
confirmAddLibrary: "এটি আপনার সংগ্রহে {{numShapes}} আকার(গুলি) যোগ করবে। আপনি কি নিশ্চিত?",
|
|
199
|
+
imageDoesNotContainScene: "এই ছবিতে কোনো দৃশ্যের তথ্য আছে বলে মনে হয় না৷ আপনি কি নিবদ্ধ করার সময় দৃশ্য এমবেডিং করতে সক্ষম?",
|
|
200
|
+
cannotRestoreFromImage: "এই ফাইল থেকে দৃশ্য পুনরুদ্ধার করা যায়নি",
|
|
201
|
+
invalidSceneUrl: "সরবরাহ করা লিঙ্ক থেকে দৃশ্য লোড করা যায়নি৷ এটি হয় বিকৃত, অথবা বৈধ এক্সক্যালিড্র জেসন তথ্য নেই৷",
|
|
202
|
+
resetLibrary: "এটি আপনার সংগ্রহ পরিষ্কার করবে। আপনি কি নিশ্চিত?",
|
|
203
|
+
removeItemsFromsLibrary: "সংগ্রহ থেকে {{count}} বস্তু বিয়োগ করা হবে। আপনি কি নিশ্চিত?",
|
|
204
|
+
invalidEncryptionKey: "অবৈধ এনক্রীপশন কী।",
|
|
205
|
+
collabOfflineWarning: ""
|
|
206
|
+
}, i = {
|
|
207
|
+
unsupportedFileType: "অসমর্থিত ফাইল।",
|
|
208
|
+
imageInsertError: "ছবি সন্নিবেশ করা যায়নি। পরে আবার চেষ্টা করুন...",
|
|
209
|
+
fileTooBig: "ফাইলটি খুব বড়। সর্বাধিক অনুমোদিত আকার হল {{maxSize}}৷",
|
|
210
|
+
svgImageInsertError: "এসভীজী ছবি সন্নিবেশ করা যায়নি। এসভীজী মার্কআপটি অবৈধ মনে হচ্ছে৷",
|
|
211
|
+
failedToFetchImage: "",
|
|
212
|
+
invalidSVGString: "এসভীজী মার্কআপটি অবৈধ মনে হচ্ছে৷",
|
|
213
|
+
cannotResolveCollabServer: "কোল্যাব সার্ভারের সাথে সংযোগ করা যায়নি। পৃষ্ঠাটি পুনরায় লোড করে আবার চেষ্টা করুন।",
|
|
214
|
+
importLibraryError: "সংগ্রহ লোড করা যায়নি",
|
|
215
|
+
collabSaveFailed: "",
|
|
216
|
+
collabSaveFailed_sizeExceeded: "",
|
|
217
|
+
imageToolNotSupported: "",
|
|
218
|
+
brave_measure_text_error: {
|
|
219
|
+
line1: "",
|
|
220
|
+
line2: "",
|
|
221
|
+
line3: "",
|
|
222
|
+
line4: ""
|
|
223
|
+
},
|
|
224
|
+
libraryElementTypeError: {
|
|
225
|
+
embeddable: "",
|
|
226
|
+
iframe: "",
|
|
227
|
+
image: ""
|
|
228
|
+
},
|
|
229
|
+
asyncPasteFailedOnRead: "",
|
|
230
|
+
asyncPasteFailedOnParse: "",
|
|
231
|
+
copyToSystemClipboardFailed: ""
|
|
232
|
+
}, a = {
|
|
233
|
+
selection: "বাছাই",
|
|
234
|
+
image: "চিত্র সন্নিবেশ",
|
|
235
|
+
rectangle: "আয়তক্ষেত্র",
|
|
236
|
+
diamond: "রুহিতন",
|
|
237
|
+
ellipse: "উপবৃত্ত",
|
|
238
|
+
arrow: "তীর",
|
|
239
|
+
line: "রেখা",
|
|
240
|
+
freedraw: "কলম",
|
|
241
|
+
text: "লেখা",
|
|
242
|
+
library: "সংগ্রহ",
|
|
243
|
+
lock: "আঁকার পরে নির্বাচিত টুল সক্রিয় রাখুন",
|
|
244
|
+
penMode: "",
|
|
245
|
+
link: "একটি নির্বাচিত আকৃতির জন্য লিঙ্ক যোগ বা আপডেট করুন",
|
|
246
|
+
eraser: "ঝাড়ন",
|
|
247
|
+
frame: "",
|
|
248
|
+
magicframe: "",
|
|
249
|
+
embeddable: "",
|
|
250
|
+
laser: "",
|
|
251
|
+
hand: "",
|
|
252
|
+
extraTools: "",
|
|
253
|
+
mermaidToExcalidraw: "",
|
|
254
|
+
magicSettings: ""
|
|
255
|
+
}, o = {
|
|
256
|
+
canvasActions: "ক্যানভাস কার্যকলাপ",
|
|
257
|
+
selectedShapeActions: "বাছাই করা আকার(গুলি)র কার্যকলাপ",
|
|
258
|
+
shapes: "আকার(গুলি)"
|
|
259
|
+
}, s = {
|
|
260
|
+
canvasPanning: "",
|
|
261
|
+
linearElement: "একাধিক বিন্দু শুরু করতে ক্লিক করুন, একক লাইনের জন্য টেনে আনুন",
|
|
262
|
+
freeDraw: "ক্লিক করুন এবং টেনে আনুন, আপনার কাজ শেষ হলে ছেড়ে দিন",
|
|
263
|
+
text: "বিশেষ্য: আপনি নির্বাচন টুলের সাথে যে কোনো জায়গায় ডাবল-ক্লিক করে পাঠ্য যোগ করতে পারেন",
|
|
264
|
+
embeddable: "",
|
|
265
|
+
text_selected: "লেখা সম্পাদনা করতে ডাবল-ক্লিক করুন বা এন্টার টিপুন",
|
|
266
|
+
text_editing: "লেখা সম্পাদনা শেষ করতে এসকেপ বা কন্ট্রোল/কম্যান্ড যোগে এন্টার টিপুন",
|
|
267
|
+
linearElementMulti: "শেষ বিন্দুতে ক্লিক করুন অথবা শেষ করতে এসকেপ বা এন্টার টিপুন",
|
|
268
|
+
lockAngle: "ঘোরানোর সময় আপনি শিফ্ট ধরে রেখে কোণ সীমাবদ্ধ করতে পারেন",
|
|
269
|
+
resize: "আপনি আকার পরিবর্তন করার সময় শিফ্ট ধরে রেখে অনুপাতকে সীমাবদ্ধ করতে পারেন,\nকেন্দ্র থেকে আকার পরিবর্তন করতে অল্ট ধরে রাখুন",
|
|
270
|
+
resizeImage: "আপনি শিফ্ট ধরে রেখে অবাধে আকার পরিবর্তন করতে পারেন, কেন্দ্র থেকে আকার পরিবর্তন করতে অল্ট ধরুন",
|
|
271
|
+
rotate: "আপনি ঘোরানোর সময় শিফ্ট ধরে রেখে কোণগুলিকে সীমাবদ্ধ করতে পারেন",
|
|
272
|
+
lineEditor_info: "",
|
|
273
|
+
lineEditor_pointSelected: "বিন্দু(গুলি) মুছতে ডিলিট টিপুন, কন্ট্রোল/কম্যান্ড যোগে ডি টিপুন নকল করতে অথবা সরানোর জন্য টানুন",
|
|
274
|
+
lineEditor_nothingSelected: "সম্পাদনা করার জন্য একটি বিন্দু নির্বাচন করুন (একাধিক নির্বাচন করতে শিফ্ট ধরে রাখুন),\nঅথবা অল্ট ধরে রাখুন এবং নতুন বিন্দু যোগ করতে ক্লিক করুন",
|
|
275
|
+
placeImage: "ছবিটি স্থাপন করতে ক্লিক করুন, অথবা নিজে আকার সেট করতে ক্লিক করুন এবং টেনে আনুন",
|
|
276
|
+
publishLibrary: "আপনার নিজস্ব সংগ্রহ প্রকাশ করুন",
|
|
277
|
+
bindTextToElement: "লেখা যোগ করতে এন্টার টিপুন",
|
|
278
|
+
deepBoxSelect: "",
|
|
279
|
+
eraserRevert: "মুছে ফেলার জন্য চিহ্নিত উপাদানগুলিকে ফিরিয়ে আনতে অল্ট ধরে রাখুন",
|
|
280
|
+
firefox_clipboard_write: "",
|
|
281
|
+
disableSnapping: ""
|
|
282
|
+
}, c = {
|
|
283
|
+
cannotShowPreview: "প্রিভিউ দেখাতে অপারগ",
|
|
284
|
+
canvasTooBig: "ক্যানভাস অনেক বড়।",
|
|
285
|
+
canvasTooBigTip: "বিশেষ্য: দূরতম উপাদানগুলোকে একটু কাছাকাছি নিয়ে যাওয়ার চেষ্টা করুন।"
|
|
286
|
+
}, l = {
|
|
287
|
+
headingMain: "একটি ত্রুটির সম্মুখীন হয়েছে৷ চেষ্টা করুন <button>পৃষ্ঠাটি পুনরায় লোড করার।</button>",
|
|
288
|
+
clearCanvasMessage: "যদি পুনরায় লোড করা কাজ না করে, চেষ্টা করুন <button>ক্যানভাস পরিষ্কার করার।</button>",
|
|
289
|
+
clearCanvasCaveat: " এর ফলে কাজের ক্ষতি হবে ",
|
|
290
|
+
trackedToSentry: "ত্রুটি {{eventId}} আমাদের সিস্টেমে ট্র্যাক করা হয়েছিল।",
|
|
291
|
+
openIssueMessage: "আমরা ত্রুটিতে আপনার দৃশ্যের তথ্য অন্তর্ভুক্ত না করার জন্য খুব সতর্ক ছিলাম। আপনার দৃশ্য ব্যক্তিগত না হলে, আমাদের অনুসরণ করার কথা বিবেচনা করুন <button>ত্রুটি ইতিবৃত্ত।</button> অনুগ্রহ করে GitHub ইস্যুতে অনুলিপি এবং পেস্ট করে নীচের তথ্য অন্তর্ভুক্ত করুন।",
|
|
292
|
+
sceneContent: "দৃশ্য বিষয়বস্তু:"
|
|
293
|
+
}, u = {
|
|
294
|
+
desc_intro: "আপনি আপনার সাথে সহযোগিতা করার জন্য আপনার বর্তমান দৃশ্যে লোকেদের আমন্ত্রণ জানাতে পারেন৷",
|
|
295
|
+
desc_privacy: "চিন্তা করবেন না, সেশনটি এন্ড-টু-এন্ড এনক্রিপশন ব্যবহার করে, তাই আপনি যা আঁকবেন তা গোপন থাকবে। এমনকি আমাদের সার্ভার আপনি যা নিয়ে এসেছেন তা দেখতে সক্ষম হবে না।",
|
|
296
|
+
button_startSession: "সেশন শুরু করুন",
|
|
297
|
+
button_stopSession: "সেশন বন্ধ করুন",
|
|
298
|
+
desc_inProgressIntro: "লাইভ-সহযোগীতার সেশন এখন চলছে।",
|
|
299
|
+
desc_shareLink: "আপনি যার সাথে সহযোগিতা করতে চান তাদের সাথে এই লিঙ্কটি ভাগ করুন: ",
|
|
300
|
+
desc_exitSession: "অধিবেশন বন্ধ করা আপনাকে রুম থেকে সংযোগ বিচ্ছিন্ন করবে, কিন্তু আপনি স্থানীয়ভাবে দৃশ্যের সাথে কাজ চালিয়ে যেতে সক্ষম হবেন। মনে রাখবেন যে এটি অন্য লোকেদের প্রভাবিত করবে না এবং তারা এখনও তাদের সংস্করণে সহযোগিতা করতে সক্ষম হবে।",
|
|
301
|
+
shareTitle: "এক্সক্যালিড্র লাইভ সহযোগিতা সেশনে যোগ দিন"
|
|
302
|
+
}, d = { title: "ত্রুটি" }, f = {
|
|
303
|
+
disk_title: "",
|
|
304
|
+
disk_details: "",
|
|
305
|
+
disk_button: "",
|
|
306
|
+
link_title: "",
|
|
307
|
+
link_details: "",
|
|
308
|
+
link_button: "",
|
|
309
|
+
excalidrawplus_description: "",
|
|
310
|
+
excalidrawplus_button: "নিবদ্ধ",
|
|
311
|
+
excalidrawplus_exportError: ""
|
|
312
|
+
}, p = {
|
|
313
|
+
blog: "",
|
|
314
|
+
click: "ক্লিক",
|
|
315
|
+
deepSelect: "",
|
|
316
|
+
deepBoxSelect: "",
|
|
317
|
+
curvedArrow: "",
|
|
318
|
+
curvedLine: "",
|
|
319
|
+
documentation: "",
|
|
320
|
+
doubleClick: "",
|
|
321
|
+
drag: "",
|
|
322
|
+
editor: "",
|
|
323
|
+
editLineArrowPoints: "",
|
|
324
|
+
editText: "",
|
|
325
|
+
github: "",
|
|
326
|
+
howto: "",
|
|
327
|
+
or: "অথবা",
|
|
328
|
+
preventBinding: "",
|
|
329
|
+
tools: "",
|
|
330
|
+
shortcuts: "",
|
|
331
|
+
textFinish: "",
|
|
332
|
+
textNewLine: "",
|
|
333
|
+
title: "",
|
|
334
|
+
view: "",
|
|
335
|
+
zoomToFit: "",
|
|
336
|
+
zoomToSelection: "",
|
|
337
|
+
toggleElementLock: "",
|
|
338
|
+
movePageUpDown: "",
|
|
339
|
+
movePageLeftRight: ""
|
|
340
|
+
}, m = { title: "" }, h = {
|
|
341
|
+
title: "",
|
|
342
|
+
itemName: "",
|
|
343
|
+
authorName: "",
|
|
344
|
+
githubUsername: "",
|
|
345
|
+
twitterUsername: "",
|
|
346
|
+
libraryName: "",
|
|
347
|
+
libraryDesc: "",
|
|
348
|
+
website: "",
|
|
349
|
+
placeholder: {
|
|
350
|
+
authorName: "",
|
|
351
|
+
libraryName: "",
|
|
352
|
+
libraryDesc: "",
|
|
353
|
+
githubHandle: "",
|
|
354
|
+
twitterHandle: "",
|
|
355
|
+
website: ""
|
|
356
|
+
},
|
|
357
|
+
errors: {
|
|
358
|
+
required: "",
|
|
359
|
+
website: ""
|
|
360
|
+
},
|
|
361
|
+
noteDescription: "",
|
|
362
|
+
noteGuidelines: "",
|
|
363
|
+
noteLicense: "",
|
|
364
|
+
noteItems: "",
|
|
365
|
+
atleastOneLibItem: "",
|
|
366
|
+
republishWarning: ""
|
|
367
|
+
}, g = {
|
|
368
|
+
title: "",
|
|
369
|
+
content: ""
|
|
370
|
+
}, _ = {
|
|
371
|
+
resetLibrary: "",
|
|
372
|
+
removeItemsFromLib: ""
|
|
373
|
+
}, v = {
|
|
374
|
+
header: "",
|
|
375
|
+
label: {
|
|
376
|
+
withBackground: "",
|
|
377
|
+
onlySelected: "",
|
|
378
|
+
darkMode: "",
|
|
379
|
+
embedScene: "",
|
|
380
|
+
scale: "",
|
|
381
|
+
padding: ""
|
|
382
|
+
},
|
|
383
|
+
tooltip: { embedScene: "" },
|
|
384
|
+
title: {
|
|
385
|
+
exportToPng: "",
|
|
386
|
+
exportToSvg: "",
|
|
387
|
+
copyPngToClipboard: ""
|
|
388
|
+
},
|
|
389
|
+
button: {
|
|
390
|
+
exportToPng: "",
|
|
391
|
+
exportToSvg: "",
|
|
392
|
+
copyPngToClipboard: ""
|
|
393
|
+
}
|
|
394
|
+
}, y = {
|
|
395
|
+
tooltip: "",
|
|
396
|
+
link: ""
|
|
397
|
+
}, b = {
|
|
398
|
+
angle: "কোণ",
|
|
399
|
+
element: "",
|
|
400
|
+
elements: "",
|
|
401
|
+
height: "",
|
|
402
|
+
scene: "",
|
|
403
|
+
selected: "",
|
|
404
|
+
storage: "",
|
|
405
|
+
title: "",
|
|
406
|
+
total: "",
|
|
407
|
+
version: "",
|
|
408
|
+
versionCopy: "",
|
|
409
|
+
versionNotAvailable: "",
|
|
410
|
+
width: "প্রস্থ"
|
|
411
|
+
}, x = {
|
|
412
|
+
addedToLibrary: "সংগ্রহশালায় যুক্ত হয়েছে",
|
|
413
|
+
copyStyles: "",
|
|
414
|
+
copyToClipboard: "ক্লিপবোর্ডে কপি করা হয়েছে।",
|
|
415
|
+
copyToClipboardAsPng: "",
|
|
416
|
+
fileSaved: "",
|
|
417
|
+
fileSavedToFilename: "",
|
|
418
|
+
canvas: "",
|
|
419
|
+
selection: "বাছাই",
|
|
420
|
+
pasteAsSingleElement: "",
|
|
421
|
+
unableToEmbed: "",
|
|
422
|
+
unrecognizedLinkFormat: ""
|
|
423
|
+
}, S = {
|
|
424
|
+
transparent: "",
|
|
425
|
+
black: "",
|
|
426
|
+
white: "",
|
|
427
|
+
red: "",
|
|
428
|
+
pink: "",
|
|
429
|
+
grape: "",
|
|
430
|
+
violet: "",
|
|
431
|
+
gray: "",
|
|
432
|
+
blue: "",
|
|
433
|
+
cyan: "",
|
|
434
|
+
teal: "",
|
|
435
|
+
green: "",
|
|
436
|
+
yellow: "",
|
|
437
|
+
orange: "",
|
|
438
|
+
bronze: ""
|
|
439
|
+
}, C = {
|
|
440
|
+
app: {
|
|
441
|
+
center_heading: "",
|
|
442
|
+
center_heading_plus: "",
|
|
443
|
+
menuHint: ""
|
|
444
|
+
},
|
|
445
|
+
defaults: {
|
|
446
|
+
menuHint: "",
|
|
447
|
+
center_heading: "",
|
|
448
|
+
toolbarHint: "",
|
|
449
|
+
helpHint: ""
|
|
450
|
+
}
|
|
451
|
+
}, w = {
|
|
452
|
+
mostUsedCustomColors: "",
|
|
453
|
+
colors: "",
|
|
454
|
+
shades: "",
|
|
455
|
+
hexCode: "",
|
|
456
|
+
noShades: ""
|
|
457
|
+
}, T = {
|
|
458
|
+
action: {
|
|
459
|
+
exportToImage: {
|
|
460
|
+
title: "",
|
|
461
|
+
button: "",
|
|
462
|
+
description: ""
|
|
463
|
+
},
|
|
464
|
+
saveToDisk: {
|
|
465
|
+
title: "",
|
|
466
|
+
button: "",
|
|
467
|
+
description: ""
|
|
468
|
+
},
|
|
469
|
+
excalidrawPlus: {
|
|
470
|
+
title: "",
|
|
471
|
+
button: "",
|
|
472
|
+
description: ""
|
|
473
|
+
}
|
|
474
|
+
},
|
|
475
|
+
modal: {
|
|
476
|
+
loadFromFile: {
|
|
477
|
+
title: "",
|
|
478
|
+
button: "",
|
|
479
|
+
description: ""
|
|
480
|
+
},
|
|
481
|
+
shareableLink: {
|
|
482
|
+
title: "",
|
|
483
|
+
button: "",
|
|
484
|
+
description: ""
|
|
485
|
+
}
|
|
486
|
+
}
|
|
487
|
+
}, E = {
|
|
488
|
+
title: "",
|
|
489
|
+
button: "",
|
|
490
|
+
description: "",
|
|
491
|
+
syntax: "",
|
|
492
|
+
preview: ""
|
|
493
|
+
}, D = {
|
|
494
|
+
labels: e,
|
|
495
|
+
library: t,
|
|
496
|
+
buttons: n,
|
|
497
|
+
alerts: r,
|
|
498
|
+
errors: i,
|
|
499
|
+
toolBar: a,
|
|
500
|
+
headings: o,
|
|
501
|
+
hints: s,
|
|
502
|
+
canvasError: c,
|
|
503
|
+
errorSplash: l,
|
|
504
|
+
roomDialog: u,
|
|
505
|
+
errorDialog: d,
|
|
506
|
+
exportDialog: f,
|
|
507
|
+
helpDialog: p,
|
|
508
|
+
clearCanvasDialog: m,
|
|
509
|
+
publishDialog: h,
|
|
510
|
+
publishSuccessDialog: g,
|
|
511
|
+
confirmDialog: _,
|
|
512
|
+
imageExportDialog: v,
|
|
513
|
+
encrypted: y,
|
|
514
|
+
stats: b,
|
|
515
|
+
toast: x,
|
|
516
|
+
colors: S,
|
|
517
|
+
welcomeScreen: C,
|
|
518
|
+
colorPicker: w,
|
|
519
|
+
overwriteConfirm: T,
|
|
520
|
+
mermaid: E
|
|
521
|
+
};
|
|
522
|
+
//#endregion
|
|
523
|
+
export { r as alerts, n as buttons, c as canvasError, m as clearCanvasDialog, w as colorPicker, S as colors, _ as confirmDialog, D as default, y as encrypted, d as errorDialog, l as errorSplash, i as errors, f as exportDialog, o as headings, p as helpDialog, s as hints, v as imageExportDialog, e as labels, t as library, E as mermaid, T as overwriteConfirm, h as publishDialog, g as publishSuccessDialog, u as roomDialog, b as stats, x as toast, a as toolBar, C as welcomeScreen };
|