@sapui5/sap.ui.vk 1.138.0 → 1.140.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (220) hide show
  1. package/package.json +1 -1
  2. package/src/sap/ui/vk/.library +9 -1
  3. package/src/sap/ui/vk/AnimationPlayback.js +1 -1
  4. package/src/sap/ui/vk/AnimationPlayer.js +1 -1
  5. package/src/sap/ui/vk/AnimationSequence.js +1 -1
  6. package/src/sap/ui/vk/AnimationTimeSlider.js +1 -1
  7. package/src/sap/ui/vk/AnimationTrack.js +1 -1
  8. package/src/sap/ui/vk/Annotation.js +3 -3
  9. package/src/sap/ui/vk/BaseNodeProxy.js +1 -1
  10. package/src/sap/ui/vk/Camera.js +1 -1
  11. package/src/sap/ui/vk/ContentConnector.js +149 -95
  12. package/src/sap/ui/vk/ContentManager.js +1 -1
  13. package/src/sap/ui/vk/ContentResource.js +26 -7
  14. package/src/sap/ui/vk/ContentType.js +41 -0
  15. package/src/sap/ui/vk/Core.js +1 -1
  16. package/src/sap/ui/vk/DownloadManager.js +1 -1
  17. package/src/sap/ui/vk/DrawerToolbar.js +46 -19
  18. package/src/sap/ui/vk/DvlException.js +1 -1
  19. package/src/sap/ui/vk/FlexibleControl.js +1 -1
  20. package/src/sap/ui/vk/FlexibleControlLayoutData.js +1 -1
  21. package/src/sap/ui/vk/Highlight.js +1 -1
  22. package/src/sap/ui/vk/ImageContentManager.js +1 -1
  23. package/src/sap/ui/vk/JointUtils.js +1 -1
  24. package/src/sap/ui/vk/LayerProxy.js +1 -1
  25. package/src/sap/ui/vk/Loco.js +1 -1
  26. package/src/sap/ui/vk/Material.js +1 -1
  27. package/src/sap/ui/vk/NativeViewport.js +1 -1
  28. package/src/sap/ui/vk/NodeHierarchy.js +1 -1
  29. package/src/sap/ui/vk/NodeProxy.js +1 -1
  30. package/src/sap/ui/vk/NodeUtils.js +1 -1
  31. package/src/sap/ui/vk/Notifications.js +1 -1
  32. package/src/sap/ui/vk/OrthographicCamera.js +1 -1
  33. package/src/sap/ui/vk/PerspectiveCamera.js +1 -1
  34. package/src/sap/ui/vk/ProgressIndicator.js +1 -1
  35. package/src/sap/ui/vk/RedlineCollaboration.js +1 -1
  36. package/src/sap/ui/vk/RedlineConversation.js +1 -1
  37. package/src/sap/ui/vk/RedlineDesign.js +1 -1
  38. package/src/sap/ui/vk/RedlineElement.js +1 -1
  39. package/src/sap/ui/vk/RedlineElementComment.js +1 -1
  40. package/src/sap/ui/vk/RedlineElementEllipse.js +1 -1
  41. package/src/sap/ui/vk/RedlineElementFreehand.js +1 -1
  42. package/src/sap/ui/vk/RedlineElementLine.js +1 -1
  43. package/src/sap/ui/vk/RedlineElementRectangle.js +1 -1
  44. package/src/sap/ui/vk/RedlineElementText.js +1 -1
  45. package/src/sap/ui/vk/RedlineSurface.js +1 -1
  46. package/src/sap/ui/vk/SafeArea.js +1 -1
  47. package/src/sap/ui/vk/Scene.js +5 -1
  48. package/src/sap/ui/vk/SceneTree.js +20 -3
  49. package/src/sap/ui/vk/StepNavigation.js +1 -1
  50. package/src/sap/ui/vk/Texture.js +1 -1
  51. package/src/sap/ui/vk/ToggleMenuButton.js +1 -1
  52. package/src/sap/ui/vk/ToggleMenuItem.js +1 -1
  53. package/src/sap/ui/vk/Toolbar.js +1 -1
  54. package/src/sap/ui/vk/View.js +1 -1
  55. package/src/sap/ui/vk/ViewGallery.js +1 -1
  56. package/src/sap/ui/vk/ViewGalleryThumbnail.js +1 -1
  57. package/src/sap/ui/vk/ViewGroup.js +1 -1
  58. package/src/sap/ui/vk/ViewManager.js +1 -1
  59. package/src/sap/ui/vk/ViewStateManager.js +3 -10
  60. package/src/sap/ui/vk/ViewStateManagerBase.js +2 -2
  61. package/src/sap/ui/vk/Viewer.js +13 -3
  62. package/src/sap/ui/vk/Viewport.js +1 -1
  63. package/src/sap/ui/vk/ViewportBase.js +24 -70
  64. package/src/sap/ui/vk/dvl/BaseNodeProxy.js +1 -1
  65. package/src/sap/ui/vk/dvl/ContentManager.js +1 -1
  66. package/src/sap/ui/vk/dvl/GraphicsCore.js +1 -1
  67. package/src/sap/ui/vk/dvl/LayerProxy.js +1 -1
  68. package/src/sap/ui/vk/dvl/NodeHierarchy.js +1 -1
  69. package/src/sap/ui/vk/dvl/NodeProxy.js +1 -1
  70. package/src/sap/ui/vk/dvl/Scene.js +1 -1
  71. package/src/sap/ui/vk/dvl/ViewStateManager.js +1 -1
  72. package/src/sap/ui/vk/dvl/Viewport.js +1 -1
  73. package/src/sap/ui/vk/ecad/ElementsPanel.js +408 -385
  74. package/src/sap/ui/vk/ecad/LayersPanel.js +95 -99
  75. package/src/sap/ui/vk/i18n/messagebundle.properties +44 -46
  76. package/src/sap/ui/vk/i18n/messagebundle_ar.properties +27 -13
  77. package/src/sap/ui/vk/i18n/messagebundle_bg.properties +27 -13
  78. package/src/sap/ui/vk/i18n/messagebundle_ca.properties +27 -13
  79. package/src/sap/ui/vk/i18n/messagebundle_cnr.properties +27 -13
  80. package/src/sap/ui/vk/i18n/messagebundle_cs.properties +27 -13
  81. package/src/sap/ui/vk/i18n/messagebundle_cy.properties +27 -13
  82. package/src/sap/ui/vk/i18n/messagebundle_da.properties +27 -13
  83. package/src/sap/ui/vk/i18n/messagebundle_de.properties +28 -14
  84. package/src/sap/ui/vk/i18n/messagebundle_el.properties +27 -13
  85. package/src/sap/ui/vk/i18n/messagebundle_en.properties +27 -327
  86. package/src/sap/ui/vk/i18n/messagebundle_en_GB.properties +27 -13
  87. package/src/sap/ui/vk/i18n/messagebundle_en_US_saprigi.properties +24 -12
  88. package/src/sap/ui/vk/i18n/messagebundle_es.properties +29 -15
  89. package/src/sap/ui/vk/i18n/messagebundle_es_MX.properties +27 -13
  90. package/src/sap/ui/vk/i18n/messagebundle_et.properties +27 -13
  91. package/src/sap/ui/vk/i18n/messagebundle_fi.properties +27 -13
  92. package/src/sap/ui/vk/i18n/messagebundle_fr.properties +27 -13
  93. package/src/sap/ui/vk/i18n/messagebundle_fr_CA.properties +27 -13
  94. package/src/sap/ui/vk/i18n/messagebundle_hi.properties +27 -13
  95. package/src/sap/ui/vk/i18n/messagebundle_hr.properties +27 -13
  96. package/src/sap/ui/vk/i18n/messagebundle_hu.properties +27 -13
  97. package/src/sap/ui/vk/i18n/messagebundle_id.properties +29 -15
  98. package/src/sap/ui/vk/i18n/messagebundle_it.properties +27 -13
  99. package/src/sap/ui/vk/i18n/messagebundle_iw.properties +27 -13
  100. package/src/sap/ui/vk/i18n/messagebundle_ja.properties +29 -15
  101. package/src/sap/ui/vk/i18n/messagebundle_kk.properties +39 -25
  102. package/src/sap/ui/vk/i18n/messagebundle_ko.properties +24 -10
  103. package/src/sap/ui/vk/i18n/messagebundle_lt.properties +27 -13
  104. package/src/sap/ui/vk/i18n/messagebundle_lv.properties +27 -13
  105. package/src/sap/ui/vk/i18n/messagebundle_mk.properties +27 -13
  106. package/src/sap/ui/vk/i18n/messagebundle_ms.properties +27 -13
  107. package/src/sap/ui/vk/i18n/messagebundle_nl.properties +27 -13
  108. package/src/sap/ui/vk/i18n/messagebundle_no.properties +28 -14
  109. package/src/sap/ui/vk/i18n/messagebundle_pl.properties +27 -13
  110. package/src/sap/ui/vk/i18n/messagebundle_pt.properties +27 -13
  111. package/src/sap/ui/vk/i18n/messagebundle_pt_PT.properties +27 -13
  112. package/src/sap/ui/vk/i18n/messagebundle_ro.properties +27 -13
  113. package/src/sap/ui/vk/i18n/messagebundle_ru.properties +27 -13
  114. package/src/sap/ui/vk/i18n/messagebundle_sh.properties +27 -13
  115. package/src/sap/ui/vk/i18n/messagebundle_sk.properties +27 -13
  116. package/src/sap/ui/vk/i18n/messagebundle_sl.properties +27 -13
  117. package/src/sap/ui/vk/i18n/messagebundle_sr.properties +27 -13
  118. package/src/sap/ui/vk/i18n/messagebundle_sv.properties +27 -13
  119. package/src/sap/ui/vk/i18n/messagebundle_th.properties +27 -13
  120. package/src/sap/ui/vk/i18n/messagebundle_tr.properties +27 -13
  121. package/src/sap/ui/vk/i18n/messagebundle_uk.properties +27 -13
  122. package/src/sap/ui/vk/i18n/messagebundle_vi.properties +28 -14
  123. package/src/sap/ui/vk/i18n/messagebundle_zh_CN.properties +27 -13
  124. package/src/sap/ui/vk/i18n/messagebundle_zh_TW.properties +27 -13
  125. package/src/sap/ui/vk/library.js +5 -5
  126. package/src/sap/ui/vk/measurements/Angle.js +1 -1
  127. package/src/sap/ui/vk/measurements/Area.js +1 -1
  128. package/src/sap/ui/vk/measurements/Distance.js +1 -1
  129. package/src/sap/ui/vk/measurements/Edge.js +1 -1
  130. package/src/sap/ui/vk/measurements/Face.js +1 -1
  131. package/src/sap/ui/vk/measurements/Feature.js +1 -1
  132. package/src/sap/ui/vk/measurements/Vertex.js +1 -1
  133. package/src/sap/ui/vk/pdf/ContentManager.js +1 -1
  134. package/src/sap/ui/vk/pdf/Page.js +9 -10
  135. package/src/sap/ui/vk/pdf/Utils.js +4 -2
  136. package/src/sap/ui/vk/pdf/Viewport.js +1 -1
  137. package/src/sap/ui/vk/svg/BaseNodeProxy.js +1 -1
  138. package/src/sap/ui/vk/svg/ContentDeliveryService.js +1 -1
  139. package/src/sap/ui/vk/svg/ContentManager.js +4 -5
  140. package/src/sap/ui/vk/svg/NodeHierarchy.js +1 -1
  141. package/src/sap/ui/vk/svg/NodeProxy.js +1 -1
  142. package/src/sap/ui/vk/svg/OrthographicCamera.js +1 -1
  143. package/src/sap/ui/vk/svg/Scene.js +1 -1
  144. package/src/sap/ui/vk/svg/SceneBuilder.js +1 -1
  145. package/src/sap/ui/vk/svg/ViewStateManager.js +1 -1
  146. package/src/sap/ui/vk/svg/Viewport.js +11 -18
  147. package/src/sap/ui/vk/thirdparty/BufferGeometryUtils.js +86 -27
  148. package/src/sap/ui/vk/thirdparty/pdf.worker.js +1 -1
  149. package/src/sap/ui/vk/thirdparty/three.js +54501 -32246
  150. package/src/sap/ui/vk/threejs/AnimationHelper.js +1 -1
  151. package/src/sap/ui/vk/threejs/BaseNodeProxy.js +1 -1
  152. package/src/sap/ui/vk/threejs/Billboard.js +23 -11
  153. package/src/sap/ui/vk/threejs/Callout.js +1 -1
  154. package/src/sap/ui/vk/threejs/ContentDeliveryService.js +1 -1
  155. package/src/sap/ui/vk/threejs/ContentManager.js +2 -2
  156. package/src/sap/ui/vk/threejs/DetailView.js +1 -1
  157. package/src/sap/ui/vk/threejs/HighlightPlayer.js +14 -22
  158. package/src/sap/ui/vk/threejs/Material.js +1 -1
  159. package/src/sap/ui/vk/threejs/NodeHierarchy.js +1 -1
  160. package/src/sap/ui/vk/threejs/NodeProxy.js +9 -11
  161. package/src/sap/ui/vk/threejs/OrthographicCamera.js +1 -1
  162. package/src/sap/ui/vk/threejs/OutlineRenderer.js +4 -10
  163. package/src/sap/ui/vk/threejs/PerspectiveCamera.js +1 -1
  164. package/src/sap/ui/vk/threejs/PointCloudGroup.js +1 -1
  165. package/src/sap/ui/vk/threejs/Scene.js +1 -15
  166. package/src/sap/ui/vk/threejs/SceneBuilder.js +1 -4
  167. package/src/sap/ui/vk/threejs/Texture.js +1 -1
  168. package/src/sap/ui/vk/threejs/ThreeExtensions.js +10 -174
  169. package/src/sap/ui/vk/threejs/ThreeUtils.js +7 -18
  170. package/src/sap/ui/vk/threejs/Thrustline.js +1 -1
  171. package/src/sap/ui/vk/threejs/ViewStateManager.js +755 -451
  172. package/src/sap/ui/vk/threejs/Viewport.js +47 -35
  173. package/src/sap/ui/vk/tools/AnchorPointTool.js +1 -1
  174. package/src/sap/ui/vk/tools/AnchorPointToolGizmo.js +1 -1
  175. package/src/sap/ui/vk/tools/AxisAngleRotationTool.js +1 -1
  176. package/src/sap/ui/vk/tools/AxisAngleRotationToolGizmo.js +1 -1
  177. package/src/sap/ui/vk/tools/CreateEllipseTool.js +1 -1
  178. package/src/sap/ui/vk/tools/CreateEllipseToolGizmo.js +1 -1
  179. package/src/sap/ui/vk/tools/CreateParametricGizmo.js +1 -1
  180. package/src/sap/ui/vk/tools/CreatePathTool.js +1 -1
  181. package/src/sap/ui/vk/tools/CreatePathToolGizmo.js +1 -1
  182. package/src/sap/ui/vk/tools/CreateRectangleTool.js +1 -1
  183. package/src/sap/ui/vk/tools/CreateRectangleToolGizmo.js +1 -1
  184. package/src/sap/ui/vk/tools/CreateTextTool.js +1 -1
  185. package/src/sap/ui/vk/tools/CreateTextToolGizmo.js +1 -1
  186. package/src/sap/ui/vk/tools/CrossSectionTool.js +1 -1
  187. package/src/sap/ui/vk/tools/CrossSectionToolGizmo.js +1 -1
  188. package/src/sap/ui/vk/tools/DuplicateSvgElementTool.js +1 -1
  189. package/src/sap/ui/vk/tools/DuplicateSvgElementToolGizmo.js +1 -1
  190. package/src/sap/ui/vk/tools/ExplodeTool.js +1 -1
  191. package/src/sap/ui/vk/tools/ExplodeToolGizmo.js +1 -1
  192. package/src/sap/ui/vk/tools/Gizmo.js +4 -3
  193. package/src/sap/ui/vk/tools/HitTestTool.js +1 -1
  194. package/src/sap/ui/vk/tools/MoveTool.js +1 -1
  195. package/src/sap/ui/vk/tools/MoveToolGizmo.js +1 -1
  196. package/src/sap/ui/vk/tools/PointCloudSelectionTool.js +1 -1
  197. package/src/sap/ui/vk/tools/PointCloudSelectionToolGizmo.js +1 -1
  198. package/src/sap/ui/vk/tools/RectSelectTool.js +1 -1
  199. package/src/sap/ui/vk/tools/RedlineTool.js +1 -1
  200. package/src/sap/ui/vk/tools/RedlineToolGizmo.js +1 -1
  201. package/src/sap/ui/vk/tools/RotateOrbitTool.js +1 -1
  202. package/src/sap/ui/vk/tools/RotateTool.js +1 -1
  203. package/src/sap/ui/vk/tools/RotateToolGizmo.js +1 -1
  204. package/src/sap/ui/vk/tools/RotateTurntableTool.js +1 -1
  205. package/src/sap/ui/vk/tools/ScaleTool.js +1 -1
  206. package/src/sap/ui/vk/tools/ScaleToolGizmo.js +1 -1
  207. package/src/sap/ui/vk/tools/SceneOrientationTool.js +1 -1
  208. package/src/sap/ui/vk/tools/SceneOrientationToolGizmo.js +1 -1
  209. package/src/sap/ui/vk/tools/Tool.js +1 -1
  210. package/src/sap/ui/vk/tools/TooltipTool.js +1 -1
  211. package/src/sap/ui/vk/tools/TooltipToolGizmo.js +1 -1
  212. package/src/sap/ui/vk/tools/TooltipToolHandler.js +5 -0
  213. package/src/sap/ui/vk/tools/TransformSvgElementTool.js +1 -1
  214. package/src/sap/ui/vk/tools/TransformSvgElementToolGizmo.js +1 -1
  215. package/src/sap/ui/vk/totara/SceneContext.js +3 -1
  216. package/src/sap/ui/vk/totara/TotaraLoader.js +2 -2
  217. package/src/sap/ui/vk/totara/TotaraLoaderWorker.js +18 -21
  218. package/src/sap/ui/vk/ve/dvl.wasm +0 -0
  219. package/ui5.yaml +5 -3
  220. package/src/sap/ui/vk/threejs/v2/ViewStateManager.js +0 -1445
@@ -1,719 +1,419 @@
1
- #This is the resource bundle for the sap.ui.vk library
2
- #
3
1
 
4
- #XMIT: Text for Overlay Area edge context menu: Split edge at midpoint
5
2
  OVL_AREA_EDGE_SPLIT=Split
6
- #XMIT: Text for Overlay Area edge click: Remove handle
7
3
  OVL_AREA_HANDLE_REMOVE=Remove
8
4
 
9
- #XTIT: Viewer control title
10
5
  VIEWER_TITLE=Viewer
11
- #XTOL: Alternate text for help button in the viewer menu
12
6
  VIEWER_HELPBUTTONTOOLTIP=Help
13
- #XTOL: Alternate text for full screen button in the viewer menu
14
7
  VIEWER_FULLSCREENBUTTONTOOLTIP=Full Screen Mode
15
8
 
16
9
 
17
- #XTIT: Viewport control title
18
10
  VIEWPORT_TITLE=Viewport
19
- #XTOL: Alternate text for full viewport button in the viewer menu
20
11
  VIEWPORT_MENUBUTTONTOOLTIP=Viewport
21
- #XBUT: Reset View button on Viewport tools menu
22
12
  VIEWPORT_TOOLBUTTONRESETVIEW=Reset View
23
- #YMSG: Unsupported file format
24
13
  VIEWPORT_MESSAGEUNSUPPORTEDFILEFORMAT=Unsupported File Format
25
- #YMSG: Error loading file
26
14
  VIEWPORT_MESSAGEERRORLOADINGFILE=Error Loading File
27
15
 
28
- #XTOL: Alternate text for Step Navigation control button in the menu
29
16
  STEP_NAV_MENUBUTTONTOOLTIP=Step Navigation
30
- #XTIT: Title for step navigation control
31
17
  STEP_NAV_TITLE=Step Navigation
32
- #XMIT: Title for Procedure list when no procedues are loaded
33
18
  STEP_NAV_PROCEDURES=Procedures
34
- #XMIT: Title item in the Play menu
35
19
  STEP_NAV_PLAYMENU_PLAYOPTIONS=Play Options
36
- #XMIT: Play item in the Play menu
37
20
  STEP_NAV_PLAYMENU_PLAY=Play Step
38
- #XMIT: Pause item in the Play menu
39
21
  STEP_NAV_PLAYMENU_PAUSE=Pause
40
- #XMIT: Play All item in the Play menu
41
22
  STEP_NAV_PLAYMENU_PLAYALL=Play All
42
- #XMIT: Play All Remaining item in the Play menu
43
23
  STEP_NAV_PLAYMENU_PLAYALLREMAINING=Play All Remaining
44
- #XTOL: Procedures drop down list default heading
45
24
  STEP_NAV_PROCEDURESLISTHEADING=Procedures
46
- #XTOL: Heading for step description popup dialog
47
25
  STEP_NAV_STEPDESCRIPTIONHEADING=Step Descriptions
48
- #XTOL: Navigate to Next Step
49
26
  STEP_NAV_NEXTSTEPBUTTON=Next
50
- #XTOL: Navigate to Previous Step
51
27
  STEP_NAV_PREVIOUSSTEPBUTTON=Previous
52
- #XTOL: Show step description
53
28
  STEP_NAV_SHOWSTEPDESCRIPTIONBUTTON=Show
54
- #XTOL: Close step description
55
29
  STEP_NAV_HIDESTEPDESCRIPTIONBUTTON=Hide
56
- #XTOL: Step Name field description
57
30
  STEP_NAV_STEPNAME=Step Name
58
- #XTOL: Portfolios drop down list default heading
59
31
  STEP_NAV_PORTFOLIOSLISTHEADING=Portfolios
60
- #XTOL: Step Name field description
61
32
  STEP_NAV_VIEWNAME=View Name
62
- #XTOL: Tooltip for Play button
63
33
  STEP_NAV_PLAYBUTTON_PLAY=Play
64
34
 
65
- #XCAP: Views panel title with counter; {0} - index of the current view, {1} - number of views
66
35
  VIEWS_TITLE_WITH_COUNT={0} of {1}
67
36
 
68
37
 
69
- #XTOL: Title for scene tree panel
70
38
  SCENETREE_MENUBUTTONTOOLTIP=Scene Tree
71
- #XMIT: Title for scene tree panel
72
39
  SCENETREE_TITLE=Scene Tree
73
- #XMIT: Name of scene node column header
74
40
  SCENETREE_NAME=Name
75
- #XMIT: Abbreviated visibility column header
76
41
  SCENETREE_VISIBLE=Visibility
77
- #XTOL: Tooltip for visibility button to hide object
78
42
  SCENETREE_VISIBILITYSTATEVISIBLE=Click to hide
79
- #XTOL: Tooltip for visibility button to show object
80
43
  SCENETREE_VISIBILITYSTATEHIDDEN=Click to make visible
81
- #XTOL: Tooltip for visibility button to hide all objects
82
44
  SCENETREE_VISIBILITYSTATEVISIBLEALL=Click to hide all
83
- #XTOL: Tooltip for visibility button to show all objects
84
45
  SCENETREE_VISIBILITYSTATEHIDDENALL=Click to show all
85
- #XTOL: Tooltip for tree item selection state selected
86
46
  SCENETREE_SELECTIONSTATESELECTED=Selected
47
+ SCENETREE_SELECTED_SCENE_TREE_ITEM_INFO=Selected\: {0}
87
48
 
88
-
89
- #XTOL: Tooltip for fullscreen button
90
49
  CONTAINERBASE_FULLSCREEN=Full Screen
91
- #XTOL: Tooltip for settings button
92
50
  CONTAINERBASE_SETTINGS=Settings
93
- #XTOL: Tooltip for menu button
94
51
  CONTAINERBASE_MENU=Menu
95
- #XTOL: Tooltip for selection button
96
52
  CONTAINERBASE_SELECTION=Selection Mode
97
- #XMIT: Text for Rectangular Selection Mode
98
53
  CONTAINERBASE_MENU_RECT=Rectangular Selection
99
- #XMIT: Text for Lasso Selection Mode
100
54
  CONTAINERBASE_MENU_LASSO=Lasso Selection
101
- #XMIT: Text for Single Selection Mode
102
55
  CONTAINERBASE_MENU_SINGLE=Single Selection
103
56
 
104
57
 
105
- #XTOL: Tooltip for Navbar zoom in
106
58
  MAPCONTAINER_ZOOMIN=Zoom In
107
- #XTOL: Tooltip for Navbar zoom out
108
59
  MAPCONTAINER_ZOOMOUT=Zoom Out
109
- #XTOL: Tooltip for Navbar home
110
60
  MAPCONTAINER_HOME=Home
111
- #XTOL: Tooltip for Navbar Toggle Rectangular Zoom
112
61
  MAPCONTAINER_RECT_ZOOM=Rectangular Zoom
113
62
 
114
- #XTOL: Predefined views menu button tooltip
115
63
  PREDEFINED_VIEW_MENUBUTTONTOOLTIP=Predefined Camera Positions
116
- #XMIT: Initial view of the object
117
64
  PREDEFINED_VIEW_INITIAL=Initial
118
- #XMIT: View from the front side of the object
119
65
  PREDEFINED_VIEW_FRONT=Front
120
- #XMIT: View from the back side of the object
121
66
  PREDEFINED_VIEW_BACK=Back
122
- #XMIT: View from the left side of the object
123
67
  PREDEFINED_VIEW_LEFT=Left
124
- #XMIT: View from the right side of the object
125
68
  PREDEFINED_VIEW_RIGHT=Right
126
- #XMIT: View from the top side of the object
127
69
  PREDEFINED_VIEW_TOP=Top
128
- #XMIT: View from the bottom side of the object
129
70
  PREDEFINED_VIEW_BOTTOM=Bottom
130
71
 
131
- #XMIT: World coordinate system for transformation tools
132
72
  TOOL_COORDINATE_SYSTEM_WORLD=World
133
- #XMIT: Local coordinate system for transformation tools
134
73
  TOOL_COORDINATE_SYSTEM_LOCAL=Local
135
- #XMIT: Parent coordinate system for transformation tools
136
74
  TOOL_COORDINATE_SYSTEM_PARENT=Parent
137
- #XMIT: Screen coordinate system for transformation tools
138
75
  TOOL_COORDINATE_SYSTEM_SCREEN=Screen
139
- #XMIT: Custom coordinate system for transformation tools
140
76
  TOOL_COORDINATE_SYSTEM_CUSTOM=Custom
141
77
 
142
- #YMSG: Tooltip for button which shows selected elements
143
78
  SHOW_TOOLTIP=Show
144
- #YMSG: Tooltip for button which hides selected elements
145
79
  HIDE_TOOLTIP=Hide
146
- #YMSG: Tooltip for button which switches viewport mouse control mode to Pan
147
80
  PAN_TOOLTIP=Pan
148
- #YMSG: Tooltip for button which switches viewport mouse control mode to Zoom
149
81
  ZOOM_TOOLTIP=Zoom
150
- #YMSG: Tooltip for button which switches viewport mouse control mode to Orbit
151
82
  ORBIT_TOOLTIP=Orbit
152
- #YMSG: Tooltip for button which switches viewport mouse control mode to Turntable
153
83
  TURNTABLE_TOOLTIP=Turntable
154
- #YMSG: Tooltip for button which activates rectangular selection mode in viewport
155
84
  RECTANGULAR_SELECTION_TOOLTIP=Rectangular Selection
156
- #YMSG: Tooltip for button which activates Cross Section mode in viewport
157
85
  CROSS_SECTION_TOOLTIP=Cross-Section
158
- #YMSG: Tooltip for button which open Cross Section Axis selection dropdown menu
159
86
  CROSS_SECTION_AXIS_TOOLTIP=Cross-Section Axis
160
- #YMSG: Tooltip for button which activates showing Product Manufacturing Information in viewport
161
87
  PMI_TOOLTIP=Product Manufacturing Information
162
88
 
163
- #XMIT: Transformation tool units: millimetres
164
89
  TOOL_UNITS_MM=mm
165
90
 
166
- #XMIT: Move anchor point tool gizmo to world origin
167
91
  ANCHOR_POINT_TOOL_MOVE_TO_WORLD_ORIGIN=Move to world origin
168
- #XMIT: Move anchor point tool gizmo to center of selection
169
92
  ANCHOR_POINT_TOOL_MOVE_TO_SELECTION_CENTER=Move to center of selection
170
- #XMIT: Move anchor point tool gizmo to scene center
171
93
  ANCHOR_POINT_TOOL_MOVE_TO_SCENE_CENTER=Move to scene center
172
- #XMIT: Move anchor point tool gizmo to selected object's origin
173
94
  ANCHOR_POINT_TOOL_MOVE_TO_SELECTED_OBJECTS_ORIGIN=Move to selected object's origin
174
95
 
175
- #YMSG: Error messasge if no URL or VEID are specified
176
96
  CONTENTDELIVERYSERVICE_MSG_NOURLORVEID=URL or Visual Enterprise ID is not specified.
177
- #YMSG: Error messge if ContentDeliveryService is not initialised
178
97
  CONTENTDELIVERYSERVICE_MSG_CONTENTDELIVERYSERVICENOTINITIALISED=Content delivery service is not initialized.
179
98
 
180
- #YMSG: Error message if content resources failed to load
181
99
  CONTENTMANAGER_MSG_CONTENTRESOURCESFAILEDTOLOAD=Failed to load content resources.
182
100
 
183
- #YMSG: Error message if node is not created at the end of the children array
184
101
  NODEHIERARCHY_MSG_CREATENODEFAILED=The newly created node must be at the end of the children array.
185
102
 
186
- #YMSG: Error message if sap.ui.vk.ZoomTo.Restore is not implemented
187
103
  VIEWPORT_MSG_RESTORENOTIMPLEMENTED=sap.ui.vk.ZoomTo.Restore is not implemented.
188
- #YMSG: Error message if sap.ui.vk.ZoomTo.NodeSetIsolation is not implemented
189
104
  VIEWPORT_MSG_NODESETISOLATIONNOTIMPLEMENTED=sap.ui.vk.ZoomTo.NodeSetIsolation is not implemented.
190
- #YMSG: Error message if sap.ui.vk.ZoomTo.RestoreRemoveIsolation is not implemented
191
105
  VIEWPORT_MSG_RESTOREREMOVEISOLATIONNOTIMPLEMENTED=sap.ui.vk.ZoomTo.RestoreRemoveIsolation is not implemented.
192
106
 
193
- #YMSG: Error message if threejs.ViewportGestureHandler: unsupported camera type
194
107
  VIEWPORTGESTUREHANDLER_MSG_UNSUPPORTEDCAMERATYPE=threejs.ViewportGestureHandler\: unsupported camera type.
195
108
 
196
- #YMSG: Error Message summary
197
109
  VIEWER_MSG_CONTENTRESOURCESNOTLOADED_SUMMARY=Some content resources could not be loaded.
198
- #YMSG: Error Message cause
199
110
  VIEWER_MSG_CONTENTRESOURCESNOTLOADED_NONEXISTINGORUNSUPPORTEDFILE_CAUSE=Attempted to load non-existent files, or files with unsupported file format.
200
- #YMSG:Error Message Resolution
201
111
  VIEWER_MSG_CONTENTRESOURCESNOTLOADED_NONEXISTINGORUNSUPPORTEDFILE_CHECKFILEEXISTSANDIFSUPPORT_RESOLUTION=Check whether the files being loaded have supported file formats, and still exist.
202
112
 
203
- #YMSG: Error Message summary
204
113
  VIEWER_MSG_FAILEDTOBUILDSCENE_SUMMARY=Failed to build a scene from the loaded content resources.
205
- #YMSG: Error Message cause
206
114
  VIEWER_MSG_FAILEDTOBUILDSCENE_COULDNOTCREATESCENE_CAUSE=Could not create a scene from the file.
207
- #YMSG:Error Message Resolution
208
115
  VIEWER_MSG_FAILEDTOBUILDSCENE_COULDNOTCREATESCENE_RELOADORSELECTANOTHERFILE_RESOLUTION=Reload the file, or select another file to load.
209
- #YMSG: Error Message cause
210
116
  VIEWER_MSG_FAILEDTOBUILDSCENE_MISSINGPASSWORD_CAUSE=The file is encrypted. No password provided.
211
- #YMSG:Error Message Resolution
212
117
  VIEWER_MSG_FAILEDTOBUILDSCENE_MISSINGPASSWORD_PROVIDEPASSWORD_RESOLUTION=Provide a password and reload the file, or select another file to load.
213
118
 
214
- #YMSG: Error Message summary
215
119
  VIEWER_MSG_FAILEDTOLOADCONTENT_SUMMARY=Failed to load content resources.
216
- #YMSG: Error Message cause
217
120
  VIEWER_MSG_FAILEDTOLOADCONTENT_URLORAUTHENTICATION_CAUSE=The service URL is incorrect or the user does not have permission to access the content resource.
218
- #YMSG:Error Message Resolution
219
121
  VIEWER_MSG_FAILEDTOLOADCONTENT_URLORAUTHENTICATION_RESOLUTION=Please make sure that the service URL and user credentials are properly set.
220
122
 
221
- #YMSG: Error Message cause
222
123
  VIEWER_MSG_ERRORLOADINGMULTIPLEFILES_LOADINGMULTIPLE2DNOTSUPPORTED_CAUSE=Loading multiple 2D files is currently not supported.
223
- #YMSG:Error Message Resolution
224
124
  VIEWER_MSG_ERRORLOADINGMULTIPLEFILES_LOADINGMULTIPLE2DNOTSUPPORTED_LOADONE2D_RESOLUTION=Check that only a single 2D file is being loaded at a time.
225
125
 
226
- #YMSG: Error Message summary
227
126
  VIEWER_MSG_NOTBELOADED_SUMMARY=File could not be loaded.
228
- #YMSG: Error Message cause
229
127
  VIEWER_MSG_NOTBELOADED_NONATIVESUPPORT_CAUSE=File could not be loaded into the Viewport because it is not supported natively by the browser.
230
- #YMSG:Error Message Resolution
231
128
  VIEWER_MSG_NOTBELOADED_NONATIVESUPPORT_CHECKFILEFORMATSUPPORT_RESOLUTION=Check that the file being loaded has a file format that is supported.
232
129
 
233
- #YMSG: Error Message summary
234
130
  VIEWER_MSG_ERRORLOADINGMULTIPLEFILES_SUMMARY=Error loading multiple files.
235
- #YMSG: Error Message cause
236
131
  VIEWER_MSG_ERRORLOADINGMULTIPLEFILES_COMBINATIONOF2D3DNOTSUPPORTED_CAUSE=Loading a combination of 2D and 3D content resources simultaneously is not permitted.
237
- #YMSG:Error Message Resolution
238
132
  VIEWER_MSG_ERRORLOADINGMULTIPLEFILES_COMBINATIONOF2D3DNOTSUPPORTED_MULTIPLESUPPORTFOR3DONLY_RESOLUTION=Multiple file loading is only permitted for 3D files. Check that the files being loaded are 3D files.
239
133
 
240
- #YMSG: Error Message cause
241
134
  VIEWER_MSG_ERRORLOADINGMULTIPLEFILES_COMBINATIONOFDIFFRENTCONTENTMANAGERSNOTSUPPORTED_CAUSE=Loading content resources using multiple content managers is not permitted.
242
- #YMSG:Error Message Resolution
243
135
  VIEWER_MSG_ERRORLOADINGMULTIPLEFILES_COMBINATIONOFDIFFRENTCONTENTMANAGERSNOTSUPPORTED_MULTIPLESUPPORTFORSAMECONTENTMANAGER_RESOLUTION=Multiple file loading is only permitted for 3D files using the same content manager. Check that the files being loaded are 3D files and are either all DVL compatible or all three.js compatible.
244
136
 
245
- #YMSG: Error Message summary
246
137
  VIEWER_RUNTIME_SETTINGS_NOT_CHANGEABLE_SUMMARY=Setting the 'runtimeSettings' property failed.
247
- #YMSG: Error Message summary
248
138
  VIEWER_RUNTIME_SETTINGS_NOT_CHANGEABLE_CAUSE=The 'runtimeSettings' property cannot be changed after instantiating the Viewer control.
249
- #YMSG: Error Message summary
250
139
  VIEWER_RUNTIME_SETTINGS_NOT_CHANGEABLE_RESOLUTION=This property can be set only by using the constructor object at the moment of instantiating the Viewer control.
251
140
 
252
- #YMSG: Error Message summary
253
141
  VIEWER_WEBGLCONTEXTATTRIBUTES_NOT_CHANGEABLE_SUMMARY=Setting the 'webGLContextAttributes' property failed.
254
- #YMSG: Error Message summary
255
142
  VIEWER_WEBGLCONTEXTATTRIBUTES_NOT_CHANGEABLE_CAUSE=The 'webGLContextAttributes' property cannot be changed after instantiating the Viewer control.
256
- #YMSG: Error Message summary
257
143
  VIEWER_WEBGLCONTEXTATTRIBUTES_NOT_CHANGEABLE_RESOLUTION=This property can be set only by using the constructor object at the moment of instantiating the Viewer control.
258
144
 
259
- #YMSG: Error Message summary
260
145
  VIEWER_SOURCE_FAILED_TO_DOWNLOAD_SUMMARY=Source download failed
261
- #YMSG: Error Message cause
262
146
  VIEWER_SOURCE_FAILED_TO_DOWNLOAD_CAUSE=The content resource could not be downloaded due to various network issues, such as the resource not existing, CORS issues, and no internet connection.
263
- #YMSG: Error Message resolution
264
147
  VIEWER_SOURCE_FAILED_TO_DOWNLOAD_RESOLUTION=Check your internet connection and make sure the source you are trying to load is available.
265
148
 
266
- #YMSG: Error Message summary
267
149
  VIEWER_SOURCE_FAILED_TO_LOAD_SUMMARY=Source load failed
268
- #YMSG: Error Message cause
269
150
  VIEWER_SOURCE_FAILED_TO_LOAD_CAUSE=The content resource could not be loaded in DVL. This might be because of an older unsupported version of the model or simply a broken binary file.
270
- #YMSG: Error Message resolution
271
151
  VIEWER_SOURCE_FAILED_TO_LOAD_RESOLUTION=Make sure the file you are trying to load is valid.
272
152
 
273
- #YMSG: Error Message summary
274
153
  VIEWER_UNKNOWN_CONTENT_RESOURCE_TYPE_SUMMARY=Content resource has unknown type.
275
- #YMSG: Error Message cause
276
154
  VIEWER_UNKNOWN_CONTENT_RESOURCE_TYPE_CAUSE=The content resources cannot be loaded. The content resource type is unknown.
277
- #YMSG: Error Message resolution
278
155
  VIEWER_UNKNOWN_CONTENT_RESOURCE_TYPE_RESOLUTION=Check the content resource types and make sure that there are content managers that support these types.
279
156
 
280
- #YMSG: Error Message summary
281
157
  NATIVEVIEWPORT_MSG_NOTBELOADED_SUMMARY=File could not be loaded.
282
- #YMSG: Error Message cause
283
158
  NATIVEVIEWPORT_MSG_NOTBELOADED_NOTFOUND_CAUSE=File could not be found.
284
- #YMSG:Error Message Resolution
285
159
  NATIVEVIEWPORT_MSG_NOTBELOADED_NOTFOUND_CHECKEXISTS_RESOLUTION=Check that the file exists.
286
160
 
287
- #YMSG: Error Message cause
288
161
  NATIVEVIEWPORT_MSG_NOTBELOADED_UNSUPPORTEDFILEFORMAT_CAUSE=Attempted to load an unsupported file format.
289
- #YMSG: Error Message Resolution
290
162
  NATIVEVIEWPORT_MSG_NOTBELOADED_UNSUPPORTEDFILEFORMAT_CHECKFILEFORMAT_RESOLUTION=Check that the file being loaded has the correct file format.
291
163
 
292
164
 
293
- #YMSG: Error Message summary
294
165
  DOWNLOADMANAGER_MSG_NOTBELOADED_SUMMARY=File could not be loaded.
295
- #YMSG: Error Message cause
296
166
  DOWNLOADMANAGER_MSG_NOTBELOADED_VALUESOURCEUNSUPPORTED_CAUSE=The value assigned to the 'source' parameter is unsupported.
297
- #YMSG:Error Message Resolution
298
167
  DOWNLOADMANAGER_MSG_NOTBELOADED_VALUESOURCEUNSUPPORTED_CHECKSOURCEISURLORFILE_RESOLUTION=Check that the value of the 'source' parameter is in the form of a URL or file name.
299
168
 
300
169
 
301
- #YMSG: Error Message summary
302
170
  DOWNLOADMANAGER_MSG_VDS4_BETA_WARNING_SUMMARY=VDS4 file format is not fully supported.
303
- #YMSG: Error Message cause
304
171
  DOWNLOADMANAGER_MSG_VDS4_BETA_WARNING_CAUSE=The Visual Interaction toolkit does not support this version of the VDS file format.
305
- #YMSG:Error Message Resolution
306
172
  DOWNLOADMANAGER_MSG_VDS4_BETA_WARNING_RESOLUTION=Please log a support request with any issues found using this file format.
307
173
 
308
- #YMSG: Error message summary
309
174
  GRAPHICSCORE_MSG_VDS3ENCRYPTED_SUMMARY=Encrypted VDS3 files are not supported.
310
- #YMSG: Error message cause
311
175
  GRAPHICSCORE_MSG_VDS3ENCRYPTED_CAUSE=Decryption of encrypted VDS3 files is not implemented.
312
- #YMSG: Error message resolution
313
176
  GRAPHICSCORE_MSG_VDS3ENCRYPTED_RESOLUTION=Select another file to load.
314
177
 
315
- #YMSG: Error Message summary
316
178
  VIEWPORT_MSG_COULDNOTSETCAMERAPROJECTION_SUMMARY=Could not set camera projection correctly.
317
- #YMSG: Error Message cause
318
179
  VIEWPORT_MSG_COULDNOTSETCAMERAPROJECTION_SPECIFIEDCAMERAPROJECTIONNOTSUPPORTED_CAUSE=The specified camera projection is not supported.
319
- #YMSG:Error Message Resolution
320
180
  VIEWPORT_MSG_COULDNOTSETCAMERAPROJECTION_SPECIFIEDCAMERAPROJECTIONNOTSUPPORTED_CHECKPROJECTIONTYPESUPPORTED_RESOLUTION=Check that the camera object's 'projectionType' is supported.
321
181
 
322
- #YMSG: Error Message summary
323
182
  VIEWPORT_UNSUPPORTED_STEP_INDEX_SUMMARY=Step index not supported.
324
- #YMSG: Error Message cause
325
183
  VIEWPORT_UNSUPPORTED_STEP_INDEX_CAUSE=The step index used is not in a valid range.
326
- #YMSG:Error Message Resolution
327
184
  VIEWPORT_UNSUPPORTED_STEP_INDEX_RESOLUTION=The step index should be greater than or equal to 0 and less than the total number of steps in the parent procedure.
328
185
 
329
- #YMSG: Error Message summary
330
186
  VIEWPORT_UNSUPPORTED_PROCEDURE_INDEX_SUMMARY=Procedure index not supported.
331
- #YMSG: Error Message cause
332
187
  VIEWPORT_UNSUPPORTED_PROCEDURE_INDEX_CAUSE=The procedure index used is not in a valid range.
333
- #YMSG:Error Message Resolution
334
188
  VIEWPORT_UNSUPPORTED_PROCEDURE_INDEX_RESOLUTION=The procedure index should be greater than or equal to 0 and less than the total number of procedures.
335
189
 
336
- #YMSG: Error Message summary
337
190
  VIEWPORT_UNSUPPORTED_VISIBILITY_MODE_SUMMARY=Visibility mode not supported.
338
- #YMSG: Error Message cause
339
191
  VIEWPORT_UNSUPPORTED_VISIBILITY_MODE_CAUSE=This visibility mode is not a valid one.
340
- #YMSG:Error Message Resolution
341
192
  VIEWPORT_UNSUPPORTED_VISIBILITY_MODE_RESOLUTION=Use one of the supported visibility modes from the sap.ui.vk.VisibilityMode object.
342
193
 
343
- #YMSG: Error Message summary
344
194
  VIEWPORT_UNSUPPORTED_VISIBILITY_TRACKING_SUMMARY=Visibility tracking is not enabled.
345
- #YMSG: Error Message cause
346
195
  VIEWPORT_UNSUPPORTED_VISIBILITY_TRACKING_CAUSE=The viewer was initialized without visibility tracking support.
347
- #YMSG:Error Message Resolution
348
196
  VIEWPORT_UNSUPPORTED_VISIBILITY_TRACKING_RESOLUTION=Initialize Viewport with tracking support.
349
197
 
350
- #YMSG: Error Message summary
351
198
  VIEWPORT_UNSUPPORTED_RESET_OPTIONS_SUMMARY=Unsupported reset view options.
352
- #YMSG: Error Message summary
353
199
  VIEWPORT_UNSUPPORTED_RESET_OPTIONS_CAUSE=The argument passed to the Viewport 'resetView' method is not supported.
354
- #YMSG: Error Message summary
355
200
  VIEWPORT_UNSUPPORTED_RESET_OPTIONS_RESOLUTION=The 'resetView' method argument should be either an object or undefined for default behaviour.
356
201
 
357
- #YMSG: Error Message summary
358
202
  NODEHIERARCHY_MSG_COULDNOTSEARCHNODES_SUMMARY=Could not search for nodes in the scene.
359
- #YMSG: Error Message cause
360
203
  NODEHIERARCHY_MSG_COULDNOTSEARCHNODES_INVALIDQUERY_CAUSE=Invalid query object. The 'value' property has not been specified.
361
- #YMSG:Error Message Resolution
362
204
  NODEHIERARCHY_MSG_COULDNOTSEARCHNODES_INVALIDQUERY_SPECIFYVALUEPROPERTY_RESOLUTION=The 'value' property of the query object must be specified. Check that the 'value' property has been specified for the 'value' property.
363
205
 
364
- #YMSG: Error Message cause
365
206
  NODEHIERARCHY_MSG_COULDNOTSEARCHNODES_PREDICATENOTSPECIFIED_CAUSE=Invalid query object. The 'predicate' property has not been specified.
366
- #YMSG:Error Message Resolution
367
207
  NODEHIERARCHY_MSG_COULDNOTSEARCHNODES_PREDICATENOTSPECIFIED_SPECIFYPREDICATE_RESOLUTION=The 'predicate' property of the query object must be specified. Set the 'predicate' property to one of the following values\: "equals", "contains", or "startsWith".
368
208
 
369
- #YMSG: Error Message cause
370
209
  NODEHIERARCHY_MSG_COULDNOTSEARCHNODES_INCORRECTPREDICATEVALUE_CAUSE=Invalid query object. Incorrect value has been set for the 'predicate' property.
371
- #YMSG:Error Message Resolution
372
210
  NODEHIERARCHY_MSG_COULDNOTSEARCHNODES_INCORRECTPREDICATEVALUE_INVALIDPREDICATE_RESOLUTION=Check that the 'predicate' property is set to one of the following values\: "equals", "contains", or "startsWith".
373
211
 
374
- #YMSG: Error Message cause
375
212
  NODEHIERARCHY_MSG_COULDNOTSEARCHNODES_NOMETADATASPECIFIED_CAUSE=Invalid search object. The \u201Cmetadata\u201D category has not been specified.
376
- #YMSG:Error Message Resolution
377
213
  NODEHIERARCHY_MSG_COULDNOTSEARCHNODES_NOMETADATASPECIFIED_SPECIFYMETADATACATEGORY_RESOLUTION=Check that a value has been specified for the 'metadata' category in the query object.
378
214
 
379
215
 
380
216
 
381
- #YMSG: Error Message summary
382
217
  STEPNAVIGATION_MSG_STEPCOULDNOTBEPLAYED_SUMMARY=Step could not be played.
383
- #YMSG: Error Message cause
384
218
  STEPNAVIGATION_MSG_STEPCOULDNOTBEPLAYED_INCORRECTSTEPEVENTTYPE_CAUSE=Incorrect step event 'type' specified.
385
- #YMSG:Error Message Resolution
386
219
  STEPNAVIGATION_MSG_STEPCOULDNOTBEPLAYED_INCORRECTSTEPEVENTTYPE_CHECKSTEPEVENTTYPEVALUE_RESOLUTION=Check that the step event 'type' is set to a correct value.
387
220
 
388
- #XMSG: Progress indicator message
389
221
  PROGRESS_INDICATOR_DOWNLOADING=Downloading\:
390
- #XMSG: Progress indicator message
391
222
  PROGRESS_INDICATOR_RENDERING=Rendering\:
392
- #XMSG: Progress indicator message
393
223
  PROGRESS_INDICATOR_TOTAL_PERCENT_DONE=Total Percentage Done
394
- #XMSG: Progress indicator message for when finished creating tree
395
224
  SCENE_CONTEXT_FINISHED_TREE=Finished Tree
396
- #XMSG: Progress indicator message for when finished setting meshes
397
225
  SCENE_CONTEXT_FINISHED_MESHES=Finished Meshes
398
- #XMSG: Progress indicator message for when finished setting materials
399
226
  SCENE_CONTEXT_FINISHED_MATERIALS=Finished Materials
400
- #XMSG: Progress indicator message for when finished setting geometries
401
227
  SCENE_CONTEXT_FINISHED_GEOMETRIES=Finished Geometries
402
- #XMSG: Progress indicator message for when loading geometries
403
228
  SCENE_CONTEXT_LOADING_GEOMETRIES=Loading Geometries
404
- #XMSG: Progress indicator message for when finished setting textures
405
229
  SCENE_CONTEXT_FINISHED_TEXTURES=Finished Textures
406
230
  SCENE_CONTEXT_FINISHED_IMAGES=Finished Images
407
- #XMSG: Progress indicator message for when loading textures
408
231
  SCENE_CONTEXT_LOADING_TEXTURES=Loading Textures
409
- #XMSG: Progress indicator message for when loading model views
410
232
  SCENE_CONTEXT_LOADING_MODEL_VIEWS=Loading Model Views
411
233
 
412
- #YMSG: Error Message summary
413
234
  OVERLAY_MSG_EVENTHANDLERFAILED_SUMMARY=Event handler failed.
414
- #YMSG: Error Message cause
415
235
  OVERLAY_MSG_EVENTHANDLERFAILED_UNSUPPORTEDEVENTTYPE_CAUSE=Unsupported event type used.
416
- #YMSG:Error Message Resolution
417
236
  OVERLAY_MSG_EVENTHANDLERFAILED_UNSUPPORTEDEVENTTYPE_CHECKEVENTTYPE_RESOLUTION=Check that a supported event type is used.
418
237
 
419
- #YMSG: Error message summary
420
238
  GRAPHICSCORE_MSG_VDSL_NOFILEPROPERTY_SUMMARY=No 'file' property in VDSL file.
421
- #YMSG: Error message summary
422
239
  GRAPHICSCORE_MSG_VDSL_FIRSTLINE_WRONGFORMAT_SUMMARY=The first line in the VDSL file must have format file\=URL.
423
- #YMSG: Error message summary
424
240
  GRAPHICSCORE_MSG_VDSL_RELATIVE_IN_LOCAL_SUMMARY=The \u201Cfile\u201D property must have an absolute URL if VDSL file is loaded from a local drive.
425
- #YMSG: Error message cause
426
241
  GRAPHICSCORE_MSG_VDSL_EMPTY_CAUSE=VDSL file is empty.
427
- #YMSG: Error message cause
428
242
  GRAPHICSCORE_MSG_VDSL_WRONGFORMAT_CAUSE=VDSL file has incorrect format.
429
- #YMSG: Error message resolution
430
243
  GRAPHICSCORE_MSG_VDSL_FIRSTLINE_WRONGFORMAT_RESOLUTION=Check that the first line in the VDSL file has format file\=URL.
431
- #YMSG: Error message resolution
432
244
  GRAPHICSCORE_MSG_VDSL_RELATIVE_IN_LOCAL_RESOLUTION=Check that the \u201Cfile\u201D property is an absolute URL.
433
245
 
434
- #XTOL: Message Popover Clear
435
246
  MESSAGEPOPOVER_CLEARBUTTON=Clear
436
247
 
437
- #XTOL: Message Popover
438
248
  MESSAGEPOPOVERBUTTON=Message Popover
439
249
 
440
- #XTOL: Message Popover Item
441
250
  MESSAGEPOPOVER_ITEM=Item
442
251
 
443
- #YDES: Title for an error message's Component description
444
252
  ERROR_DESCRIPTION_COMPONENT=Component
445
253
 
446
- #YDES: Title for an error message's Date description
447
254
  ERROR_DESCRIPTION_DATE=Date
448
255
 
449
- #YDES: Title for an error message's Code description
450
256
  ERROR_DESCRIPTION_CODE=Code
451
257
 
452
- #YDES: Title for an error message's Time description
453
258
  ERROR_DESCRIPTION_TIME=Time
454
259
 
455
- #YDES: Title for an error message's Level description
456
260
  ERROR_DESCRIPTION_LEVEL=Level
457
261
 
458
- #YDES: Title for the error message description
459
262
  ERROR_DESCRIPTION_MESSAGE=Message
460
263
 
461
- #YDES: Title for the error message's cause description
462
264
  ERROR_DESCRIPTION_CAUSE=Cause
463
265
 
464
- #YDES: Title for the error message's resolution
465
266
  ERROR_DESCRIPTION_RESOLUTION=Resolution
466
267
 
467
- #YMSG: Error when attempting to load multiple images
468
268
  IMAGECONTENTMANAGER_ONLY_LOAD_SINGLE_IMAGE=Only a single image can be loaded.
469
- #YMSG: Error when attempting to load a hierarchy of images
470
269
  IMAGECONTENTMANAGER_CANNOT_LOAD_IMAGE_HIERARCHY=Cannot load a hierarchy of images.
471
- #YMSG: Error when attemtping to load an unsupported image type
472
270
  IMAGECONTENTMANAGER_UNSUPPORTED_IMAGE_TYPE=Unsupported image type.
473
- #YMSG: Error when loading image failed
474
271
  IMAGECONTENTMANAGER_IMAGE_LOAD_FAILED=Failed to load the image.
475
272
 
476
- #YMSG: Error when attempting to load multiple PDF files
477
273
  PDFCONTENTMANAGER_ONLY_LOAD_SINGLE_PDF=Only a single PDF file can be loaded.
478
- #YMSG: Error when attempting to load a hierarchy of PDF files
479
274
  PDFCONTENTMANAGER_CANNOT_LOAD_PDF_HIERARCHY=Cannot load a hierarchy of PDF files.
480
- #YMSG: Error when loading PDF file failed
481
275
  PDFCONTENTMANAGER_FAILED_TO_LOAD_PDF=Failed to load the PDF file.\nError\: {0}
482
- #YMSG: Error when loading unknown source type
483
276
  PDFCONTENTMANAGER_SOURCE_TYPE_NOT_SUPPORTED=Source type for PDF content is not supported. Only URL and File are supported.
484
277
 
485
- #YMSG: Requested file cannot be found
486
278
  LOADER_FILENOTFOUND=File cannot be found or user does not have permission to load it.
487
- #YMSG: Requested file is in unsupported format
488
279
  LOADER_WRONGFILEFORMAT=The content resource could not be loaded. This might be because of an older unsupported version of the model or simply a broken binary file.
489
- #YMSG: File is encrypted but password is not supplied
490
280
  LOADER_WRONGPASSWORD=File is password protected but the password is not provided.
491
- #YMSG: File exists but cannot be read
492
281
  LOADER_ERRORREADINGFILE=Error reading file. The file content might be corrupted.
493
- #YMSG: File exists and can be read but we don't understand its content
494
282
  LOADER_FILECONTENT=File content cannot be read. This usually means that either the format of the file is newer or the file is corrupted.
495
- #YMSG: Something went wrong while reading file content
496
283
  LOADER_UNKNOWNERROR=Unknown error when reading file.
497
- #YMSG: No default view is defined in the 3D model
498
284
  LOADER_NODEFAULTVIEW=No default view defined in the 3D model.
499
- #YMSG: 3D model references another file which cannot be loaded.
500
285
  LOADER_ERRORREADINGREFERENCEDFILE=Error while reading referenced file. The file cannot be loaded or its content might be corrupted.
501
- #YMSG: Detected 3D model that references other 3D models but loader for referenced files is not provided.
502
286
  LOADER_NODEPENDENCYLOADER=Detected multi-file VDS model, but loader for additional VDS files is not provided.
503
287
 
504
- #XMIT: Cross section - X plane
505
288
  CROSS_SECTION_X=X Plane
506
- #XMIT: Cross section - Y plane
507
289
  CROSS_SECTION_Y=Y Plane
508
- #XMIT: Cross section - Z plane
509
290
  CROSS_SECTION_Z=Z Plane
510
- #XMIT: Cross section - Reverse
511
291
  CROSS_SECTION_REVERSE=Reverse
512
- #XTOL: Fit to view
513
292
  FIT_TO_VIEW=Fit to View
514
293
 
515
- #XTOL: Exploded View name with prefix
516
294
  EXPLODETOOL_VIEW=Exploded view
517
- #XTOL: Exploded View name with prefix and index number
518
295
  EXPLODETOOL_VIEW_n=Exploded view {0}
519
- #XTOL: Exploded View name with template name and index number
520
296
  EXPLODETOOL_PREFIX_n={0} {1}
521
- #XTOL: Exploded Sequence name with index number
522
297
  EXPLODETOOL_SEQUENCE_n=Sequence {0}
523
- #XTOL: Explode group reference node name
524
298
  EXPLODETOOL_GROUP_NODE=Group {0}
525
- #XTOL: Exploded Sequence name with view name and index number
526
299
  EXPLODETOOL_SEQUENCE_NAME={0}_seq_{1}
527
300
 
528
- #XTOL: Tooltip for the Measurements menu button in the Viewport toolbar
529
301
  MEASUREMENTS_TOOLTIP=Measurements
530
- #XMIT: The Distance menu item in the Measurements menu in the Viewport toolbar
531
302
  MEASUREMENTS_DISTANCE_MENUITEM=Distance
532
- #XMIT: The Angle menu item in the Measurements menu in the Viewport toolbar
533
303
  MEASUREMENTS_ANGLE_MENUITEM=Angle
534
- #XMIT: The Area menu item in the Measurements menu in the Viewport toolbar
535
304
  MEASUREMENTS_AREA_MENUITEM=Area
536
- #XMIT: The Delete menu item in the Measurements menu in the Viewport toolbar
537
305
  MEASUREMENTS_DELETE_MENUITEM=Delete Measurement
538
- #XMIT: The Measurement Settings menu item in the Measurements menu in the Viewport toolbar
539
306
  MEASUREMENTS_SETTINGS_MENUITEM=Settings
540
- #XMIT: The Calibrate Distance menu item in the Measurements menu in the Viewport toolbar
541
307
  MEASUREMENTS_CALIBRATE_DISTANCE_MENUITEM=Calibrate Distance
542
308
 
543
- #XTIT: The Measurement Settings dialog title
544
309
  MEASUREMENTS_SETTINGS_DIALOG_TITLE=Measurement Settings
545
- #XFLD: A label for the 'Precisions' combobox
546
310
  MEASUREMENTS_SETTINGS_PRECISIONS_LABEL=Precisions
547
- #XFLD: A label for the 'Display Units' combobox
548
311
  MEASUREMENTS_SETTINGS_UNITS_LABEL=Display Units
549
- #XFLD: A label for the 'Measurement Line Color' list of buttons
550
312
  MEASUREMENTS_SETTINGS_LINE_COLOR_LABEL=Measurement Line Color
551
- #XTIT: A title for the group of features to detect, the '*' symbol is used to denote a footnote. The list consists of 3 items: Vertex, Edge, Face.
552
313
  MEASUREMENTS_SETTINGS_REFERENCE_FEATURES_TITLE=Reference Features*
553
- #YINS: A footnote for MEASUREMENTS_SETTINGS_REFERENCE_FEATURES_TITLE
554
314
  MEASUREMENTS_SETTINGS_REFERENCE_FEATURES_FOOTNOTE=* If all reference features are turned OFF, the measurement tool allows you to measure between any two points in the model.
555
- #XCKL: A label for the vertex feature - an item in the group of 3 features: Vertex, Edge, Face.
556
315
  MEASUREMENTS_SETTINGS_FEATURE_VERTEX=Vertex
557
- #XCKL: A label for the edge feature - an item in the group of 3 features: Vertex, Edge, Face.
558
316
  MEASUREMENTS_SETTINGS_FEATURE_EDGE=Edge
559
- #XCKL: A label for the face feature - an item in the group of 3 features: Vertex, Edge, Face.
560
317
  MEASUREMENTS_SETTINGS_FEATURE_FACE=Face
561
- #XBUT: A button to close the dialog
562
318
  MEASUREMENTS_SETTINGS_CLOSE_BUTTON=Close
563
319
 
564
- #XTIT: The Measurement Calibration dialog title
565
320
  MEASUREMENTS_CALIBRATION_DIALOG_TITLE=Measurement Calibration
566
- #XFLD: A label for the Distance input field, where {0} - distance units (mm, cm, m, in, ft).
567
321
  MEASUREMENTS_CALIBRATION_DISTANCE_LABEL=Distance ({0})
568
- #XMSG: A placeholder for the Distance input.
569
322
  MEASUREMENTS_CALIBRATION_INPUT_PLACEHOLDER=Enter a positive number
570
- #XBUT: The OK button, closes the Measurement Calibration dialog.
571
323
  MEASUREMENTS_CALIBRATION_OK_BUTTON=OK
572
- #XBUT: The Cancel button, closes the Measurement Calibration dialog.
573
324
  MEASUREMENTS_CALIBRATION_CANCEL_BUTTON=Cancel
574
- #XTOL: The Reset button, resets the value of the Distance input to its original value.
575
325
  MEASUREMENTS_CALIBRATION_RESET_BUTTON_TOOLTIP=Reset distance to its original value
576
- #XTOL: Error message to display if the Distance value is incorrect
577
326
  MEASUREMENTS_CALIBRATION_DISTANCE_ERROR_MESSAGE=Distance must be a positive number.
578
327
 
579
- #XTIT: A text containing a distance value with units, e.g. '123.45 mm', where {0} - a number, {1} - distance units (mm, cm, m, in, ft).
580
328
  MEASUREMENTS_DISTANCE_VALUE={0} {1}
581
- #XTIT: A text containing an angle value in degrees, e.g. '120.1 deg', where {0} - a number.
582
329
  MEASUREMENTS_ANGLE_VALUE={0}\u00B0
583
- #XTIT: A text containing an area value with units, e.g. '123.45 mm2', where {0} - a number, {1} - distance units (mm2, cm2, m2, in2, ft2).
584
330
  MEASUREMENTS_AREA_VALUE={0} {1}
585
331
 
586
- #XSEL: Measurement unit, short form, used in other strings in placeholders - millimeters
587
332
  UNITS_SHORT_MM=mm
588
- #XSEL: Measurement unit, short form, used in other strings in placeholders - centimeters
589
333
  UNITS_SHORT_CM=cm
590
- #XSEL: Measurement unit, short form, used in other strings in placeholders - meters
591
334
  UNITS_SHORT_M=m
592
- #XSEL: Measurement unit, short form, used in other strings in placeholders - inches
593
335
  UNITS_SHORT_IN=in
594
- #XSEL: Measurement unit, short form, used in other strings in placeholders - feet
595
336
  UNITS_SHORT_FT=ft
596
337
 
597
- #XSEL: Area measurement unit, short form, used in other strings in placeholders - millimeters2
598
338
  UNITS_SHORT_MM2=mm\u00B2
599
- #XSEL: Area measurement unit, short form, used in other strings in placeholders - centimeters2
600
339
  UNITS_SHORT_CM2=cm\u00B2
601
- #XSEL: Area measurement unit, short form, used in other strings in placeholders - meters2
602
340
  UNITS_SHORT_M2=m\u00B2
603
- #XSEL: Area measurement unit, short form, used in other strings in placeholders - inches2
604
341
  UNITS_SHORT_IN2=in\u00B2
605
- #XSEL: Area measurement unit, short form, used in other strings in placeholders - feet2
606
342
  UNITS_SHORT_FT2=ft\u00B2
607
343
 
608
- #XSEL: Measurement unit - millimeters
609
344
  UNITS_MM=Millimeters
610
- #XSEL: Measurement unit - centimeters
611
345
  UNITS_CM=Centimeters
612
- #XSEL: Measurement unit - meters
613
346
  UNITS_M=Meters
614
- #XSEL: Measurement unit - inches
615
347
  UNITS_IN=Inches
616
- #XSEL: Measurement unit - feet
617
348
  UNITS_FT=Feet
618
349
 
619
- #XMSG: Error value state text when a user enters a non-existent index for a view
620
350
  VIEW_COUNT_ERROR=There is no view with the number {0}
621
- #XMSG: Error value state text when a user leaves a blank index for a view
622
351
  VIEW_COUNT_EMPTY=View number cannot be empty
623
- #XACT: aria label for an input that allows the user to enter a view number to go to it - {0} is the current view number, {1} is the total view count
624
352
  VIEW_COUNT_INPUT=View {0} of {1}
625
353
 
626
- #XTOL: Tool tip for a button that allows the user to zoom in
627
354
  ZOOM_IN_TOOLTIP=Zoom In
628
- #XTOL: Tool tip for a button that allows the user to zoom out
629
355
  ZOOM_OUT_TOOLTIP=Zoom Out
630
- #XTOL: Tool tip for a button that when pressed changes the zoom level of a PDF document page so that it is entirely visible in the viewport
631
356
  FIT_TO_PAGE_TOOLTIP=Fit to Page
632
- #XTOL: Tool tip for a button that when pressed changes the zoom level of a PDF document page so that the width of the page matches the width of the viewport
633
357
  FIT_TO_WIDTH_TOOLTIP=Fit to Width
634
- #XTOL: Tool tip for a button that when pressed changes the currently displayed PDF document page to the one before
635
358
  PREVIOUS_PAGE_TOOLTIP=Previous Page
636
- #XTOL: Tool tip for a button that when pressed changes the currently displayed PDF document page to the next one
637
359
  NEXT_PAGE_TOOLTIP=Next Page
638
- #XTOL: Tool tip for a button that when pressed changes the toolbar displayed to be expanded
639
360
  EXPAND_TOOLTIP=Expand
640
- #XTOL: Tool tip for a button that when pressed changes the toolbar displayed to be collapsed
641
361
  COLLAPSE_TOOLTIP=Collapse
642
362
 
643
- #XACT: aria label for an input that allows the user to enter a pdf page number to go to it - {0} is the current page number, {1} is the total page count
644
363
  PAGE_COUNT_INPUT=Page {0} of {1}
645
- #XMSG: Error value state text when a user enters a non-existent index for a page
646
364
  PAGE_COUNT_ERROR=There is no page numbered {0}
647
- #XMSG: Error value state text when a user leaves a blank index for a page
648
365
  PAGE_COUNT_EMPTY=Page number cannot be empty
649
366
 
650
- #XACT: Image alt text for a pdf page preview, telling the user what page it is
651
367
  PAGE_ALT_TEXT=Page {0} preview
652
368
 
653
- #XTOL: Tooltip for a slider that allows the user to change the zoom level of preview images
654
369
  SLIDER_TOOLTIP=Preview zoom level
655
370
 
656
- #XTOL: Mini-map toogle toolbar button tooltip
657
371
  MINIMAP_BUTTONTOOLTIP=Mini-Map
658
372
 
659
- #XTOL: Page gallery toogle toolbar button tooltip
660
373
  PAGE_GALLERY_BUTTONTOOLTIP=Page Gallery
661
374
 
662
- #XTOL: Layers panel toogle toolbar button tooltip
663
375
  LAYERS_BUTTONTOOLTIP=Layers
664
376
 
665
- #XTOL: Elements panel toogle toolbar button tooltip
666
377
  ELEMENTS_BUTTONTOOLTIP=Elements
667
378
 
668
- #XTOL: Show/hide all hotspots toogle toolbar button tooltip
669
379
  TOGGLE_HOTSPOTS_BUTTONTOOLTIP=Toggle Hotspots
670
380
 
671
- #XTOL: Text for Show Layers button in LayersPanel
381
+ LAYERS_PANEL_NO_DATA=No layers
672
382
  LAYERS_PANEL_SHOW_BUTTON=Show
673
- #XTOL: Tooltip for for Show Layers button in LayersPanel
674
- LAYERS_PANEL_SHOW_BUTTON_TOOLTIP=Show Layer(s)
675
- #XTOL: Text for Hide Layers button in LayersPanel
383
+ LAYERS_PANEL_SHOW_BUTTON_TOOLTIP=Show elements of selected layers
676
384
  LAYERS_PANEL_HIDE_BUTTON=Hide
677
- #XTOL: Tooltip for for Hide Layers button in LayersPanel
678
- LAYERS_PANEL_HIDE_BUTTON_TOOLTIP=Hide Layer(s)
679
- #XTOL: Text for Name column in LayersPanel table
680
- LAYERS_PANEL__NAME_COLUMN=Name
681
- #XTOL: Text for Visible column in LayersPanel table
682
- LAYERS_PANEL_VISIBLE_COLUMN=Visible
683
- #XTOL: Tooltip for for Visible column icon in visible state
684
- LAYERS_PANEL_VISIBLE_COLUMN_VISIBLE_TOOLTIP=Visible layer
685
- #XTOL: Tooltip for for Visible column icon in partially visible state
686
- LAYERS_PANEL_VISIBLE_COLUMN_PARTIAL_TOOLTIP=Partially visible layer
687
- #XTOL: Tooltip for for Visible column icon in partially visible state
688
- LAYERS_PANEL_VISIBLE_COLUMN_HIDDEN_TOOLTIP=Hidden layer
689
-
690
- #XTOL: Text for Show Element button in ElementsPanel
385
+ LAYERS_PANEL_HIDE_BUTTON_TOOLTIP=Hide elements of selected layers
386
+ LAYERS_PANEL_NAME_COLUMN=Name
387
+ LAYERS_PANEL_VISIBLE_COLUMN=Visibility
388
+ LAYERS_PANEL_VISIBLE_COLUMN_VISIBLE_TOOLTIP=All elements are visible
389
+ LAYERS_PANEL_VISIBLE_COLUMN_PARTIAL_TOOLTIP=Some elements are visible and some are hidden
390
+ LAYERS_PANEL_VISIBLE_COLUMN_HIDDEN_TOOLTIP=All elements are hidden
391
+
392
+ ELEMENTS_PANEL_NO_DATA=No elements
691
393
  ELEMENTS_PANEL_SHOW_BUTTON=Show
692
- #XTOL: Tooltip for for Show Elements button in ElementsPanel
693
- ELEMENTS_PANEL_SHOW_BUTTON_TOOLTIP=Show element(s)
694
- #XTOL: Text for Hide Elements button in ElementsPanel
394
+ ELEMENTS_PANEL_SHOW_BUTTON_TOOLTIP=Show elements in the viewport
695
395
  ELEMENTS_PANEL_HIDE_BUTTON=Hide
696
- #XTOL: Tooltip for for Hide Elements button in ElementsPanel
697
- ELEMENTS_PANEL_HIDE_BUTTON_TOOLTIP=Hide element(s)
698
- #XTOL: Tooltip for for Settings button in ElementsPanel
396
+ ELEMENTS_PANEL_HIDE_BUTTON_TOOLTIP=Hide elements in the viewport
699
397
  ELEMENTS_PANEL_SETTINGS_BUTTON_TOOLTIP=Elements panel settings
700
- #XTOL: Text for Name column in ElementsPanel table
701
- ELEMENTS_PANEL_NAME_COLUMN=Reference designator
702
- #XTOL: Text for Name column in ElementsPanel table
398
+ ELEMENTS_PANEL_NAME_COLUMN=Installation point
703
399
  ELEMENTS_PANEL_TYPE_COLUMN=Type
704
- #XTOL: Text for Name column in ElementsPanel table
705
400
  ELEMENTS_PANEL_DEVICE_REFERENCE_COLUMN=Device reference
706
- #XTOL: Text for Visible column in ElementsPanel table
707
- ELEMENTS_PANEL_VISIBLE_COLUMN=Visible
708
- #XTOL: Tooltip for for Visible column icon in visible state
401
+ ELEMENTS_PANEL_VISIBLE_COLUMN=Visibility
709
402
  ELEMENTS_PANEL_VISIBLE_COLUMN_VISIBLE_TOOLTIP=Visible element
710
- #XTOL: Tooltip for for Visible column icon in partially visible state
711
403
  ELEMENTS_PANEL_VISIBLE_COLUMN_PARTIAL_TOOLTIP=Partially visible element
712
- #XTOL: Tooltip for for Visible column icon in partially visible state
713
404
  ELEMENTS_PANEL_VISIBLE_COLUMN_HIDDEN_TOOLTIP=Hidden element
714
- #XTOL: Text for Component type in ElementsPanel
405
+
715
406
  ELEMENTS_PANEL_TYPE_COMPONENT=Component
716
- #XTOL: Text for Net type in ElementsPanel
717
407
  ELEMENTS_PANEL_TYPE_NET=Net
718
- #XTOL: Text for Unknown type in ElementsPanel
719
408
  ELEMENTS_PANEL_TYPE_UNKNOWN=Unknown
409
+ TYPE_FILTER_LABEL=Type
410
+ DEVICE_REF_FILTER_LABEL=Device reference
411
+ REFDES_FILTER_LABEL=Installation point
412
+
413
+ ROTATE_BOARD_CW=Rotate board clockwise
414
+ ROTATE_BOARD_CCW=Rotate board counter clockwise
415
+ FLIP_BOARD=Flip board horizontally
416
+
417
+
418
+ ENTER_FULLSCREEN=Enter Full Screen
419
+ EXIT_FULLSCREEN=Exit Full Screen