@plurid/plurid-data 0.0.0-20 → 0.0.0-21

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 (71) hide show
  1. package/distribution/index.d.mts +2678 -0
  2. package/distribution/index.d.ts +2678 -3
  3. package/distribution/index.js +1699 -1681
  4. package/distribution/index.js.map +1 -1
  5. package/distribution/index.mjs +1762 -0
  6. package/distribution/index.mjs.map +1 -0
  7. package/package.json +64 -62
  8. package/distribution/constants/compare/index.d.ts +0 -2
  9. package/distribution/constants/configuration/index.d.ts +0 -15
  10. package/distribution/constants/defaults/index.d.ts +0 -22
  11. package/distribution/constants/entities/index.d.ts +0 -18
  12. package/distribution/constants/events/index.d.ts +0 -2
  13. package/distribution/constants/general/index.d.ts +0 -6
  14. package/distribution/constants/index.d.ts +0 -13
  15. package/distribution/constants/internationalization/chinese/index.d.ts +0 -3
  16. package/distribution/constants/internationalization/english/index.d.ts +0 -3
  17. package/distribution/constants/internationalization/fields.d.ts +0 -83
  18. package/distribution/constants/internationalization/french/index.d.ts +0 -3
  19. package/distribution/constants/internationalization/german/index.d.ts +0 -3
  20. package/distribution/constants/internationalization/hindi/index.d.ts +0 -3
  21. package/distribution/constants/internationalization/index.d.ts +0 -95
  22. package/distribution/constants/internationalization/italian/index.d.ts +0 -3
  23. package/distribution/constants/internationalization/japanese/index.d.ts +0 -3
  24. package/distribution/constants/internationalization/languages.d.ts +0 -3
  25. package/distribution/constants/internationalization/romanian/index.d.ts +0 -3
  26. package/distribution/constants/internationalization/russian/index.d.ts +0 -3
  27. package/distribution/constants/internationalization/spanish/index.d.ts +0 -3
  28. package/distribution/constants/keys/index.d.ts +0 -2
  29. package/distribution/constants/protocols/index.d.ts +0 -9
  30. package/distribution/constants/pubsub/index.d.ts +0 -40
  31. package/distribution/constants/shortcuts/index.d.ts +0 -16
  32. package/distribution/constants/space/index.d.ts +0 -8
  33. package/distribution/constants/tree/index.d.ts +0 -2
  34. package/distribution/enumerations/general/index.d.ts +0 -77
  35. package/distribution/enumerations/index.d.ts +0 -1
  36. package/distribution/index.es.js +0 -1680
  37. package/distribution/index.es.js.map +0 -1
  38. package/distribution/interfaces/external/animation/index.d.ts +0 -18
  39. package/distribution/interfaces/external/application/index.d.ts +0 -95
  40. package/distribution/interfaces/external/compare/index.d.ts +0 -13
  41. package/distribution/interfaces/external/component/index.d.ts +0 -26
  42. package/distribution/interfaces/external/configuration/index.d.ts +0 -217
  43. package/distribution/interfaces/external/configurator/index.d.ts +0 -11
  44. package/distribution/interfaces/external/index.d.ts +0 -17
  45. package/distribution/interfaces/external/internationalization/index.d.ts +0 -15
  46. package/distribution/interfaces/external/keys/index.d.ts +0 -1
  47. package/distribution/interfaces/external/layout/index.d.ts +0 -159
  48. package/distribution/interfaces/external/link/index.d.ts +0 -131
  49. package/distribution/interfaces/external/metastate/index.d.ts +0 -5
  50. package/distribution/interfaces/external/plane/index.d.ts +0 -69
  51. package/distribution/interfaces/external/pubsub/index.d.ts +0 -10
  52. package/distribution/interfaces/external/pubsub/message.d.ts +0 -326
  53. package/distribution/interfaces/external/registrar/index.d.ts +0 -7
  54. package/distribution/interfaces/external/router/fragment/index.d.ts +0 -18
  55. package/distribution/interfaces/external/router/index.d.ts +0 -83
  56. package/distribution/interfaces/external/router/multispace/index.d.ts +0 -14
  57. package/distribution/interfaces/external/router/preserve/index.d.ts +0 -70
  58. package/distribution/interfaces/external/router/route/index.d.ts +0 -171
  59. package/distribution/interfaces/external/routing/index.d.ts +0 -58
  60. package/distribution/interfaces/external/universe/index.d.ts +0 -20
  61. package/distribution/interfaces/external/view/index.d.ts +0 -18
  62. package/distribution/interfaces/external/window/index.d.ts +0 -4
  63. package/distribution/interfaces/helpers/index.d.ts +0 -10
  64. package/distribution/interfaces/index.d.ts +0 -3
  65. package/distribution/interfaces/internal/context/index.d.ts +0 -16
  66. package/distribution/interfaces/internal/index.d.ts +0 -5
  67. package/distribution/interfaces/internal/shortcuts/index.d.ts +0 -10
  68. package/distribution/interfaces/internal/state/index.d.ts +0 -45
  69. package/distribution/interfaces/internal/transform/index.d.ts +0 -9
  70. package/distribution/interfaces/internal/tree/index.d.ts +0 -106
  71. package/distribution/interfaces/internal/utilities/index.d.ts +0 -19
@@ -0,0 +1,1762 @@
1
+ // source/constants/compare/index.ts
2
+ var compareTypes = {
3
+ equal: "==",
4
+ equalLessThan: "<=",
5
+ lessThan: "<",
6
+ equalGreaterThan: ">=",
7
+ greaterThan: ">"
8
+ };
9
+
10
+ // source/enumerations/general/index.ts
11
+ var SHORTCUTS = /* @__PURE__ */ ((SHORTCUTS2) => {
12
+ SHORTCUTS2["TOGGLE_FIRST_PERSON"] = "TOGGLE_FIRST_PERSON";
13
+ SHORTCUTS2["MOVE_FORWARD"] = "MOVE_FORWARD";
14
+ SHORTCUTS2["MOVE_BACKWARD"] = "MOVE_BACKWARD";
15
+ SHORTCUTS2["MOVE_LEFT"] = "MOVE_LEFT";
16
+ SHORTCUTS2["MOVE_RIGHT"] = "MOVE_RIGHT";
17
+ SHORTCUTS2["MOVE_UP"] = "MOVE_UP";
18
+ SHORTCUTS2["MOVE_DOWN"] = "MOVE_DOWN";
19
+ SHORTCUTS2["TURN_LEFT"] = "TURN_LEFT";
20
+ SHORTCUTS2["TURN_RIGHT"] = "TURN_RIGHT";
21
+ SHORTCUTS2["TURN_UP"] = "TURN_UP";
22
+ SHORTCUTS2["TURN_DOWN"] = "TURN_DOWN";
23
+ SHORTCUTS2["ROTATE_UP"] = "ROTATE_UP";
24
+ SHORTCUTS2["ROTATE_DOWN"] = "ROTATE_DOWN";
25
+ SHORTCUTS2["ROTATE_LEFT"] = "ROTATE_LEFT";
26
+ SHORTCUTS2["ROTATE_RIGHT"] = "ROTATE_RIGHT";
27
+ SHORTCUTS2["TOGGLE_ROTATE"] = "TOGGLE_ROTATE";
28
+ SHORTCUTS2["TRANSLATE_UP"] = "TRANSLATE_UP";
29
+ SHORTCUTS2["TRANSLATE_DOWN"] = "TRANSLATE_DOWN";
30
+ SHORTCUTS2["TRANSLATE_LEFT"] = "TRANSLATE_LEFT";
31
+ SHORTCUTS2["TRANSLATE_RIGHT"] = "TRANSLATE_RIGHT";
32
+ SHORTCUTS2["TRANSLATE_IN"] = "TRANSLATE_IN";
33
+ SHORTCUTS2["TRANSLATE_OUT"] = "TRANSLATE_OUT";
34
+ SHORTCUTS2["TOGGLE_TRANSLATE"] = "TOGGLE_TRANSLATE";
35
+ SHORTCUTS2["SCALE_UP"] = "SCALE_UP";
36
+ SHORTCUTS2["SCALE_DOWN"] = "SCALE_DOWN";
37
+ SHORTCUTS2["TOGGLE_SCALE"] = "TOGGLE_SCALE";
38
+ SHORTCUTS2["FOCUS_PLANE"] = "FOCUS_PLANE";
39
+ SHORTCUTS2["FOCUS_PARENT"] = "FOCUS_PARENT";
40
+ SHORTCUTS2["REFRESH_PLANE"] = "REFRESH_PLANE";
41
+ SHORTCUTS2["ISOLATE_PLANE"] = "ISOLATE_PLANE";
42
+ SHORTCUTS2["OPEN_CLOSED_PLANE"] = "OPEN_CLOSED_PLANE";
43
+ SHORTCUTS2["CLOSE_PLANE"] = "CLOSE_PLANE";
44
+ SHORTCUTS2["PREVIOUS_ROOT"] = "PREVIOUS_ROOT";
45
+ SHORTCUTS2["NEXT_ROOT"] = "NEXT_ROOT";
46
+ SHORTCUTS2["FOCUS_ROOT"] = "FOCUS_ROOT";
47
+ return SHORTCUTS2;
48
+ })(SHORTCUTS || {});
49
+ var KEY_MODIFIERS = /* @__PURE__ */ ((KEY_MODIFIERS2) => {
50
+ KEY_MODIFIERS2["SHIFT"] = "SHIFT";
51
+ KEY_MODIFIERS2["ALT"] = "ALT";
52
+ KEY_MODIFIERS2["CTRL"] = "CTRL";
53
+ KEY_MODIFIERS2["META"] = "META";
54
+ KEY_MODIFIERS2["METACTRL"] = "METACTRL";
55
+ return KEY_MODIFIERS2;
56
+ })(KEY_MODIFIERS || {});
57
+ var LAYOUT_TYPES = /* @__PURE__ */ ((LAYOUT_TYPES2) => {
58
+ LAYOUT_TYPES2["COLUMNS"] = "COLUMNS";
59
+ LAYOUT_TYPES2["ROWS"] = "ROWS";
60
+ LAYOUT_TYPES2["FACE_TO_FACE"] = "FACE_TO_FACE";
61
+ LAYOUT_TYPES2["ZIG_ZAG"] = "ZIG_ZAG";
62
+ LAYOUT_TYPES2["SHEAVES"] = "SHEAVES";
63
+ LAYOUT_TYPES2["META"] = "META";
64
+ return LAYOUT_TYPES2;
65
+ })(LAYOUT_TYPES || {});
66
+ var SIZES = /* @__PURE__ */ ((SIZES2) => {
67
+ SIZES2["SMALL"] = "SMALL";
68
+ SIZES2["NORMAL"] = "NORMAL";
69
+ SIZES2["LARGE"] = "LARGE";
70
+ return SIZES2;
71
+ })(SIZES || {});
72
+ var TRANSFORM_MODES = /* @__PURE__ */ ((TRANSFORM_MODES2) => {
73
+ TRANSFORM_MODES2["ROTATION"] = "ROTATION";
74
+ TRANSFORM_MODES2["SCALE"] = "SCALE";
75
+ TRANSFORM_MODES2["TRANSLATION"] = "TRANSLATION";
76
+ TRANSFORM_MODES2["ALL"] = "ALL";
77
+ return TRANSFORM_MODES2;
78
+ })(TRANSFORM_MODES || {});
79
+ var TRANSFORM_TOUCHES = /* @__PURE__ */ ((TRANSFORM_TOUCHES2) => {
80
+ TRANSFORM_TOUCHES2["SWIPE"] = "SWIPE";
81
+ TRANSFORM_TOUCHES2["PAN"] = "PAN";
82
+ return TRANSFORM_TOUCHES2;
83
+ })(TRANSFORM_TOUCHES || {});
84
+ var TOOLBAR_DRAWERS = /* @__PURE__ */ ((TOOLBAR_DRAWERS2) => {
85
+ TOOLBAR_DRAWERS2["ALL"] = "ALL";
86
+ TOOLBAR_DRAWERS2["GLOBAL"] = "GLOBAL";
87
+ TOOLBAR_DRAWERS2["TRANSFORM"] = "TRANSFORM";
88
+ TOOLBAR_DRAWERS2["SPACE"] = "SPACE";
89
+ TOOLBAR_DRAWERS2["TOOLBAR"] = "TOOLBAR";
90
+ TOOLBAR_DRAWERS2["VIEWCUBE"] = "VIEWCUBE";
91
+ TOOLBAR_DRAWERS2["MINIMAP"] = "MINIMAP";
92
+ TOOLBAR_DRAWERS2["TECHNICAL"] = "TECHNICAL";
93
+ TOOLBAR_DRAWERS2["SHORTCUTS"] = "SHORTCUTS";
94
+ return TOOLBAR_DRAWERS2;
95
+ })(TOOLBAR_DRAWERS || {});
96
+
97
+ // source/constants/defaults/index.ts
98
+ var PLURID_DEFAULT_CONFIGURATION_SPACE_CULLING_DISTANCE = 1500;
99
+ var PLURID_DEFAULT_CONFIGURATION_LINK_SUFFIX = "'";
100
+ var PLURID_DEFAULT_CONFIGURATION_LINK_PREVIEW_SHOW = true;
101
+ var PLURID_DEFAULT_CONFIGURATION_LINK_PREVIEW_FADE_IN = 800;
102
+ var PLURID_DEFAULT_CONFIGURATION_LINK_PREVIEW_FADE_OUT = 400;
103
+ var PLURID_DEFAULT_CONFIGURATION_LINK_PREVIEW_OFFSET_X = 5;
104
+ var PLURID_DEFAULT_CONFIGURATION_LINK_PREVIEW_OFFSET_Y = 0;
105
+ var PLURID_ROUTE_SEPARATOR = "://";
106
+ var PLURID_ROUTE_DEFAULT = "default";
107
+ var PLURID_ROUTE_DEFAULT_PATH_VALUE = "/";
108
+ var PLURID_ROUTE_DEFAULT_PATH = "p";
109
+ var PLURID_ROUTE_DEFAULT_SPACE_VALUE = "default";
110
+ var PLURID_ROUTE_DEFAULT_SPACE = "s";
111
+ var PLURID_ROUTE_DEFAULT_UNIVERSE_VALUE = "default";
112
+ var PLURID_ROUTE_DEFAULT_UNIVERSE = "u";
113
+ var PLURID_ROUTE_DEFAULT_CLUSTER_VALUE = "default";
114
+ var PLURID_ROUTE_DEFAULT_CLUSTER = "c";
115
+ var PLURID_DEFAULT_CONFIGURATION_NETWORK_HOST = "originhost";
116
+ var PLURID_ROUTER_STORAGE = "__PLURID_ROUTER__";
117
+ var PLURID_DEFAULT_RESIZE_DEBOUNCE_TIME = 50;
118
+ var PLURID_DEFAULT_PREVENT_OVERSCROLL_TIMEOUT = 250;
119
+ var PLURID_DEFAULT_ANIMATED_TRANSFORM_TIMEOUT = 500;
120
+
121
+ // source/constants/configuration/index.ts
122
+ var defaultConfigurationGlobal = {
123
+ micro: false,
124
+ theme: {
125
+ general: "plurid",
126
+ interaction: "plurid"
127
+ },
128
+ language: "english",
129
+ transparentUI: false,
130
+ render: "plurid"
131
+ };
132
+ var defaultConfigurationElements = {
133
+ toolbar: {
134
+ show: true,
135
+ opaque: true,
136
+ conceal: false,
137
+ transformIcons: false,
138
+ transformButtons: false,
139
+ drawers: [],
140
+ toggledDrawers: []
141
+ },
142
+ viewcube: {
143
+ show: true,
144
+ opaque: true,
145
+ conceal: false,
146
+ buttons: true
147
+ },
148
+ minimap: {
149
+ show: false,
150
+ transparent: true
151
+ },
152
+ plane: {
153
+ width: 1,
154
+ opacity: 1,
155
+ controls: {
156
+ show: true,
157
+ title: true,
158
+ pathbar: {
159
+ domainURL: true
160
+ }
161
+ }
162
+ },
163
+ link: {
164
+ suffix: PLURID_DEFAULT_CONFIGURATION_LINK_SUFFIX,
165
+ preview: {
166
+ show: PLURID_DEFAULT_CONFIGURATION_LINK_PREVIEW_SHOW,
167
+ fadeIn: PLURID_DEFAULT_CONFIGURATION_LINK_PREVIEW_FADE_IN,
168
+ fadeOut: PLURID_DEFAULT_CONFIGURATION_LINK_PREVIEW_FADE_OUT,
169
+ offsetX: PLURID_DEFAULT_CONFIGURATION_LINK_PREVIEW_OFFSET_X,
170
+ offsetY: PLURID_DEFAULT_CONFIGURATION_LINK_PREVIEW_OFFSET_Y
171
+ }
172
+ },
173
+ switch: {
174
+ show: false
175
+ }
176
+ };
177
+ var defaultConfigurationSpace = {
178
+ layout: {
179
+ type: "COLUMNS" /* COLUMNS */,
180
+ columns: 2
181
+ },
182
+ perspective: 2e3,
183
+ opaque: true,
184
+ fadeInTime: 1500,
185
+ center: false,
186
+ transformOrigin: {
187
+ show: true,
188
+ size: "NORMAL" /* NORMAL */
189
+ },
190
+ transformLocks: {
191
+ rotationX: true,
192
+ rotationY: true,
193
+ translationY: true,
194
+ translationX: true,
195
+ translationZ: true,
196
+ scale: true
197
+ },
198
+ transformMode: "ALL" /* ALL */,
199
+ transformMultimode: false,
200
+ transformTouch: "PAN" /* PAN */,
201
+ firstPerson: false,
202
+ collaboration: false,
203
+ undo: true,
204
+ viewpointURLWrite: false,
205
+ viewpointURLRestore: false,
206
+ viewpointURLParam: "v",
207
+ viewpointURLDebounce: 400,
208
+ timings: {
209
+ persistDebounce: 300,
210
+ viewpointChangeDebounce: 250
211
+ },
212
+ cullingDistance: PLURID_DEFAULT_CONFIGURATION_SPACE_CULLING_DISTANCE,
213
+ bridge: {
214
+ length: 100,
215
+ planeAngle: 90
216
+ }
217
+ };
218
+ var defaultConfigurationNetwork = {
219
+ protocol: "https",
220
+ host: PLURID_DEFAULT_CONFIGURATION_NETWORK_HOST
221
+ };
222
+ var defaultConfigurationDevelopment = {
223
+ planeDebugger: false,
224
+ spaceDebugger: false
225
+ };
226
+ var defaultConfiguration = {
227
+ global: {
228
+ ...defaultConfigurationGlobal
229
+ },
230
+ elements: {
231
+ ...defaultConfigurationElements
232
+ },
233
+ space: {
234
+ ...defaultConfigurationSpace
235
+ },
236
+ network: {
237
+ ...defaultConfigurationNetwork
238
+ },
239
+ development: {
240
+ ...defaultConfigurationDevelopment
241
+ }
242
+ };
243
+ var layoutNames = {
244
+ COLUMNS: "columns",
245
+ ROWS: "rows",
246
+ FACE_TO_FACE: "face to face",
247
+ ZIG_ZAG: "zig zag",
248
+ SHEAVES: "sheaves",
249
+ META: "meta"
250
+ };
251
+
252
+ // source/constants/entities/index.ts
253
+ var PLURID_ENTITY_VIEW = "PluridView";
254
+ var PLURID_ENTITY_APPLICATION_CONFIGURATOR = "PluridApplicationConfigurator";
255
+ var PLURID_ENTITY_TRANSFORM_ORIGIN = "PluridTransformOrigin";
256
+ var PLURID_ENTITY_PLANE = "PluridPlane";
257
+ var PLURID_ENTITY_PLANE_BRIDGE = "PluridPlaneBridge";
258
+ var PLURID_ENTITY_PLANE_CONTROLS = "PluridPlaneControls";
259
+ var PLURID_ENTITY_PLANE_CONTENT = "PluridPlaneContent";
260
+ var PLURID_ENTITY_PLANE_CONFIGURATOR = "PluridPlaneConfigurator";
261
+ var PLURID_ENTITY_PLANE_DEBUGGER = "PluridPlaneDebugger";
262
+ var PLURID_ENTITY_LINK = "PluridLink";
263
+ var PLURID_ENTITY_ROOT = "PluridRoot";
264
+ var PLURID_ENTITY_ROOTS = "PluridRoots";
265
+ var PLURID_ENTITY_PLANE_LINKS = "PluridPlaneLinks";
266
+ var PLURID_ENTITY_ALIGNMENT_GUIDES = "PluridAlignmentGuides";
267
+ var PLURID_ENTITY_SPACE = "PluridSpace";
268
+ var PLURID_ENTITY_SPACE_DEBUGGER = "PluridSpaceDebugger";
269
+ var PLURID_ENTITY_MULTISPACE = "PluridMultispace";
270
+ var PLURID_ENTITY_TOOLBAR = "PluridToolbar";
271
+ var PLURID_ENTITY_VIEWCUBE = "PluridViewcube";
272
+ var PLURID_ENTITY_UNIVERSE_EXPLORER = "PluridUniverseExplorer";
273
+
274
+ // source/constants/events/index.ts
275
+ var PLURID_ROUTER_LOCATION_CHANGED = "pluridrouterlocationchanged";
276
+ var PLURID_ROUTER_LOCATION_STORED = "pluridrouterlocationstored";
277
+
278
+ // source/constants/general/index.ts
279
+ var directions = {
280
+ left: "left",
281
+ right: "right",
282
+ up: "up",
283
+ down: "down"
284
+ };
285
+
286
+ // source/constants/internationalization/chinese/index.ts
287
+ var chinese = {
288
+ viewcubeFront: "\u9762\u524D",
289
+ viewcubeBack: "\u80CC\u90E8",
290
+ viewcubeLeft: "\u5269\u4E0B",
291
+ viewcubeRight: "\u5269\u4E0B",
292
+ viewcubeTop: "\u6700\u4F73",
293
+ viewcubeBase: "\u57FA\u7840",
294
+ toolbarTransformRotate: "\u65CB\u8F6C",
295
+ toolbarTransformScale: "\u89C4\u6A21",
296
+ toolbarTransformTranslate: "\u7FFB\u8BD1",
297
+ toolbarDrawerGlobalTitle: "\u5168\u7403",
298
+ toolbarDrawerGlobalGeneralTheme: "\u4E00\u822C\u4E3B\u9898",
299
+ toolbarDrawerGlobalInteractionTheme: "\u4E92\u52A8\u4E3B\u9898",
300
+ toolbarDrawerGlobalLanguage: "\u8BED\u8A00",
301
+ toolbarDrawerTransformTitle: "\u8F6C\u53D8",
302
+ toolbarDrawerTransformMultiModeTransform: "\u591A\u6A21\u53D8\u6362",
303
+ toolbarDrawerTransformAllowRotationX: "\u5141\u8BB8\u65CB\u8F6Cx",
304
+ toolbarDrawerTransformAllowRotationY: "\u5141\u8BB8\u65CB\u8F6Cy",
305
+ toolbarDrawerTransformAllowTranslationX: "\u5141\u8BB8\u7FFB\u8BD1x",
306
+ toolbarDrawerTransformAllowTranslationY: "\u5141\u8BB8\u7FFB\u8BD1y",
307
+ toolbarDrawerTransformAllowTranslationZ: "\u5141\u8BB8\u7FFB\u8BD1z",
308
+ toolbarDrawerTransformAllowScale: "\u5141\u8BB8\u89C4\u6A21",
309
+ toolbarDrawerTransformTouchTransform: "\u89E6\u6478\u53D8\u6362",
310
+ toolbarDrawerSpaceTitle: "\u7A7A\u95F4",
311
+ toolbarDrawerSpaceTransparentUserInterface: "\u900F\u660E\u7684\u7528\u6237\u754C\u9762",
312
+ toolbarDrawerSpaceShowTransformOrigin: "\u663E\u793A\u53D8\u6362\u539F\u70B9",
313
+ toolbarDrawerSpaceTransformOriginSize: "\u8F6C\u6362\u539F\u70B9\u5927\u5C0F",
314
+ toolbarDrawerSpacePlaneOpacity: "\u5E73\u9762\u4E0D\u900F\u660E\u5EA6",
315
+ toolbarDrawerSpaceLayoutType: "\u5E03\u5C40\u7C7B\u578B",
316
+ toolbarDrawerToolbarTitle: "\u5DE5\u5177\u680F",
317
+ toolbarDrawerToolbarAlwaysOpaque: "\u603B\u662F\u4E0D\u900F\u660E",
318
+ toolbarDrawerToolbarShowTransformIcons: "\u663E\u793A\u8F6C\u6362\u56FE\u6807",
319
+ toolbarDrawerToolbarShowTransformArrows: "\u663E\u793A\u53D8\u6362\u7BAD\u5934",
320
+ toolbarDrawerToolbarConcealToolbar: "\u9690\u85CF\u5DE5\u5177\u680F",
321
+ toolbarDrawerViewcubeTitle: "\u67E5\u770B\u7ACB\u65B9\u4F53",
322
+ toolbarDrawerViewcubeShowViewcube: "\u663E\u793A\u89C6\u56FE\u7ACB\u65B9\u4F53",
323
+ toolbarDrawerViewcubeShowTransformButtons: "\u663E\u793A\u8F6C\u6362\u6309\u94AE",
324
+ toolbarDrawerViewcubeAlwaysOpaque: "\u603B\u662F\u4E0D\u900F\u660E",
325
+ toolbarDrawerViewcubeConcealViewcube: "\u9690\u85CF\u89C6\u70B9",
326
+ toolbarDrawerTechnicalTitle: "\u6280\u672F",
327
+ toolbarDrawerTechnicalCullingDistance: "\u5254\u9664\u8DDD\u79BB",
328
+ toolbarDrawerShortcutsTitle: "\u6377\u5F84",
329
+ toolbarDrawerShortcutsToggleFirstPerson: "\u5207\u6362\u7B2C\u4E00\u4EBA\u79F0",
330
+ toolbarDrawerShortcutsMoveForward: "\u524D\u8FDB",
331
+ toolbarDrawerShortcutsMoveBackward: "\u5F80\u540E\u9000",
332
+ toolbarDrawerShortcutsMoveLeft: "\u5411\u5DE6\u79FB\u52A8",
333
+ toolbarDrawerShortcutsMoveRight: "\u5411\u53F3\u79FB",
334
+ toolbarDrawerShortcutsMoveUp: "\u63D0\u5347",
335
+ toolbarDrawerShortcutsMoveDown: "\u4E0B\u79FB",
336
+ toolbarDrawerShortcutsTurnLeft: "\u8F6C\u5DE6",
337
+ toolbarDrawerShortcutsTurnRight: "\u53F3\u8F6C",
338
+ toolbarDrawerShortcutsTurnUp: "\u5230\u573A",
339
+ toolbarDrawerShortcutsTurnDown: "\u9A73\u56DE",
340
+ toolbarDrawerShortcutsRotateUp: "\u5411\u4E0A\u65CB\u8F6C",
341
+ toolbarDrawerShortcutsRotateDown: "\u5411\u4E0B\u65CB\u8F6C",
342
+ toolbarDrawerShortcutsRotateLeft: "\u5411\u5DE6\u65CB\u8F6C",
343
+ toolbarDrawerShortcutsRotateRight: "\u53F3\u65CB",
344
+ toolbarDrawerShortcutsToggleRotate: "\u62E8\u52A8\u65CB\u8F6C",
345
+ toolbarDrawerShortcutsTranslateUp: "\u5411\u4E0A\u7FFB\u8BD1",
346
+ toolbarDrawerShortcutsTranslateDown: "\u5411\u4E0B\u7FFB\u8BD1",
347
+ toolbarDrawerShortcutsTranslateLeft: "\u5411\u5DE6\u7FFB\u8BD1",
348
+ toolbarDrawerShortcutsTranslateRight: "\u6B63\u786E\u7FFB\u8BD1",
349
+ toolbarDrawerShortcutsTranslateIn: "\u7FFB\u8BD1\u6210",
350
+ toolbarDrawerShortcutsTranslateOut: "\u7FFB\u8BD1\u51FA\u6765",
351
+ toolbarDrawerShortcutsToggleTranslate: "\u5207\u6362\u7FFB\u8BD1",
352
+ toolbarDrawerShortcutsScaleUp: "\u653E\u5927",
353
+ toolbarDrawerShortcutsScaleDown: "\u7F29\u5C0F",
354
+ toolbarDrawerShortcutsToggleScale: "\u5207\u6362\u523B\u5EA6",
355
+ toolbarDrawerShortcutsFocusPlane: "\u7126\u5E73\u9762",
356
+ toolbarDrawerShortcutsFocusParent: "\u7126\u9EDE\u7236\u6BCD",
357
+ toolbarDrawerShortcutsRefreshPlane: "\u5237\u65B0\u5E73\u9762",
358
+ toolbarDrawerShortcutsIsolatePlane: "\u9694\u96E2\u5E73\u9762",
359
+ toolbarDrawerShortcutsOpenClosedPlane: "\u958B\u9589\u5E73\u9762",
360
+ toolbarDrawerShortcutsClosePlane: "\u95DC\u9589\u5E73\u9762",
361
+ toolbarDrawerShortcutsPreviousRoot: "\u524D\u6839",
362
+ toolbarDrawerShortcutsNextRoot: "\u4E0B\u4E00\u500B\u6839",
363
+ toolbarDrawerShortcutsFocusRoot: "\u7126\u9EDE\u6839",
364
+ toolbarDrawerShortcutsArrowOrScrollUp: "\u2191 \u6216\u5411\u4E0A\u6EDA\u52A8",
365
+ toolbarDrawerShortcutsArrowOrScrollDown: "\u2193 \u6216\u5411\u4E0B\u6EDA\u52A8",
366
+ toolbarDrawerShortcutsArrowOrScrollLeft: "\u2190 \u6216\u5411\u5DE6\u6EDA\u52A8",
367
+ toolbarDrawerShortcutsArrowOrScrollRight: "\u2192 \u6216\u5411\u53F3\u6EDA\u52A8"
368
+ };
369
+ var chinese_default = chinese;
370
+
371
+ // source/constants/internationalization/english/index.ts
372
+ var english = {
373
+ viewcubeFront: "front",
374
+ viewcubeBack: "back",
375
+ viewcubeLeft: "left",
376
+ viewcubeRight: "right",
377
+ viewcubeTop: "top",
378
+ viewcubeBase: "base",
379
+ toolbarTransformRotate: "rotate",
380
+ toolbarTransformScale: "scale",
381
+ toolbarTransformTranslate: "translate",
382
+ toolbarDrawerGlobalTitle: "global",
383
+ toolbarDrawerGlobalGeneralTheme: "general theme",
384
+ toolbarDrawerGlobalInteractionTheme: "interaction theme",
385
+ toolbarDrawerGlobalLanguage: "language",
386
+ toolbarDrawerTransformTitle: "transform",
387
+ toolbarDrawerTransformMultiModeTransform: "multi-mode transform",
388
+ toolbarDrawerTransformAllowRotationX: "allow rotation x",
389
+ toolbarDrawerTransformAllowRotationY: "allow rotation y",
390
+ toolbarDrawerTransformAllowTranslationX: "allow translation x",
391
+ toolbarDrawerTransformAllowTranslationY: "allow translation y",
392
+ toolbarDrawerTransformAllowTranslationZ: "allow translation z",
393
+ toolbarDrawerTransformAllowScale: "allow scale",
394
+ toolbarDrawerTransformTouchTransform: "touch transform",
395
+ toolbarDrawerSpaceTitle: "space",
396
+ toolbarDrawerSpaceTransparentUserInterface: "transparent user interface",
397
+ toolbarDrawerSpaceShowTransformOrigin: "show transform origin",
398
+ toolbarDrawerSpaceTransformOriginSize: "transform origin size",
399
+ toolbarDrawerSpacePlaneOpacity: "plane opacity",
400
+ toolbarDrawerSpaceLayoutType: "layout type",
401
+ toolbarDrawerToolbarTitle: "toolbar",
402
+ toolbarDrawerToolbarAlwaysOpaque: "always opaque",
403
+ toolbarDrawerToolbarShowTransformIcons: "show transform icons",
404
+ toolbarDrawerToolbarShowTransformArrows: "show transform arrows",
405
+ toolbarDrawerToolbarConcealToolbar: "conceal toolbar",
406
+ toolbarDrawerViewcubeTitle: "viewcube",
407
+ toolbarDrawerViewcubeShowViewcube: "show viewcube",
408
+ toolbarDrawerViewcubeShowTransformButtons: "show transform buttons",
409
+ toolbarDrawerViewcubeAlwaysOpaque: "always opaque",
410
+ toolbarDrawerViewcubeConcealViewcube: "conceal viewcube",
411
+ toolbarDrawerMinimapTitle: "minimap",
412
+ toolbarDrawerMinimapShowMinimap: "show minimap",
413
+ toolbarDrawerMinimapTransparent: "transparent",
414
+ toolbarDrawerTechnicalTitle: "technical",
415
+ toolbarDrawerTechnicalCullingDistance: "culling distance",
416
+ toolbarDrawerShortcutsTitle: "shortcuts",
417
+ toolbarDrawerShortcutsToggleFirstPerson: "toggle first person",
418
+ toolbarDrawerShortcutsMoveForward: "move forward",
419
+ toolbarDrawerShortcutsMoveBackward: "move backward",
420
+ toolbarDrawerShortcutsMoveLeft: "move left",
421
+ toolbarDrawerShortcutsMoveRight: "move right",
422
+ toolbarDrawerShortcutsMoveUp: "move up",
423
+ toolbarDrawerShortcutsMoveDown: "move down",
424
+ toolbarDrawerShortcutsTurnLeft: "turn left",
425
+ toolbarDrawerShortcutsTurnRight: "turn right",
426
+ toolbarDrawerShortcutsTurnUp: "turn up",
427
+ toolbarDrawerShortcutsTurnDown: "turn down",
428
+ toolbarDrawerShortcutsRotateUp: "rotate up",
429
+ toolbarDrawerShortcutsRotateDown: "rotate down",
430
+ toolbarDrawerShortcutsRotateLeft: "rotate left",
431
+ toolbarDrawerShortcutsRotateRight: "rotate right",
432
+ toolbarDrawerShortcutsToggleRotate: "toggle rotate",
433
+ toolbarDrawerShortcutsTranslateUp: "translate up",
434
+ toolbarDrawerShortcutsTranslateDown: "translate down",
435
+ toolbarDrawerShortcutsTranslateLeft: "translate left",
436
+ toolbarDrawerShortcutsTranslateRight: "translate right",
437
+ toolbarDrawerShortcutsTranslateIn: "translate in",
438
+ toolbarDrawerShortcutsTranslateOut: "translate out",
439
+ toolbarDrawerShortcutsToggleTranslate: "toggle translate",
440
+ toolbarDrawerShortcutsScaleUp: "scale up",
441
+ toolbarDrawerShortcutsScaleDown: "scale down",
442
+ toolbarDrawerShortcutsToggleScale: "toggle scale",
443
+ toolbarDrawerShortcutsFocusPlane: "focus plane",
444
+ toolbarDrawerShortcutsFocusParent: "focus parent",
445
+ toolbarDrawerShortcutsRefreshPlane: "refresh plane",
446
+ toolbarDrawerShortcutsIsolatePlane: "isolate plane",
447
+ toolbarDrawerShortcutsOpenClosedPlane: "open closed plane",
448
+ toolbarDrawerShortcutsClosePlane: "close plane",
449
+ toolbarDrawerShortcutsPreviousRoot: "previous root",
450
+ toolbarDrawerShortcutsNextRoot: "next root",
451
+ toolbarDrawerShortcutsFocusRoot: "focus root",
452
+ toolbarDrawerShortcutsArrowOrScrollUp: "\u2191 or scroll up",
453
+ toolbarDrawerShortcutsArrowOrScrollDown: "\u2193 or scroll down",
454
+ toolbarDrawerShortcutsArrowOrScrollLeft: "\u2190 or scroll left",
455
+ toolbarDrawerShortcutsArrowOrScrollRight: "\u2192 or scroll right"
456
+ };
457
+ var english_default = english;
458
+
459
+ // source/constants/internationalization/french/index.ts
460
+ var french = {
461
+ viewcubeFront: "avant",
462
+ viewcubeBack: "arri\xE8re",
463
+ viewcubeLeft: "gauche",
464
+ viewcubeRight: "droite",
465
+ viewcubeTop: "haut",
466
+ viewcubeBase: "base",
467
+ toolbarTransformRotate: "tourner",
468
+ toolbarTransformScale: "\xE9chelle",
469
+ toolbarTransformTranslate: "transpose",
470
+ toolbarDrawerGlobalTitle: "global",
471
+ toolbarDrawerGlobalGeneralTheme: "th\xE8me g\xE9n\xE9ral",
472
+ toolbarDrawerGlobalInteractionTheme: "th\xE8me d'interaction",
473
+ toolbarDrawerGlobalLanguage: "langue",
474
+ toolbarDrawerTransformTitle: "transformer",
475
+ toolbarDrawerTransformMultiModeTransform: "transformation multimode",
476
+ toolbarDrawerTransformAllowRotationX: "autoriser la rotation x",
477
+ toolbarDrawerTransformAllowRotationY: "autoriser la rotation y",
478
+ toolbarDrawerTransformAllowTranslationX: "autoriser transposer x",
479
+ toolbarDrawerTransformAllowTranslationY: "autoriser transposer y",
480
+ toolbarDrawerTransformAllowTranslationZ: "autoriser transposer z",
481
+ toolbarDrawerTransformAllowScale: "autoriser l'\xE9chelle",
482
+ toolbarDrawerTransformTouchTransform: "transformation tactile",
483
+ toolbarDrawerSpaceTitle: "espace",
484
+ toolbarDrawerSpaceTransparentUserInterface: "interface utilisateur transparente",
485
+ toolbarDrawerSpaceShowTransformOrigin: "montrer l'origine de la transformation",
486
+ toolbarDrawerSpaceTransformOriginSize: "transformer la taille d'origine",
487
+ toolbarDrawerSpacePlaneOpacity: "opacit\xE9 du plan",
488
+ toolbarDrawerSpaceLayoutType: "type de mise en page",
489
+ toolbarDrawerToolbarTitle: "barre d'outils",
490
+ toolbarDrawerToolbarAlwaysOpaque: "toujours opaque",
491
+ toolbarDrawerToolbarShowTransformIcons: "afficher les ic\xF4nes de transformation",
492
+ toolbarDrawerToolbarShowTransformArrows: "afficher les fl\xE8ches de transformation",
493
+ toolbarDrawerToolbarConcealToolbar: "masquer la barre d'outils",
494
+ toolbarDrawerViewcubeTitle: "cube",
495
+ toolbarDrawerViewcubeShowViewcube: "montrer le cube",
496
+ toolbarDrawerViewcubeShowTransformButtons: "afficher les boutons de transformation",
497
+ toolbarDrawerViewcubeAlwaysOpaque: "toujours opaque",
498
+ toolbarDrawerViewcubeConcealViewcube: "cacher le cube",
499
+ toolbarDrawerTechnicalTitle: "technique",
500
+ toolbarDrawerTechnicalCullingDistance: "distance d'abattage",
501
+ toolbarDrawerShortcutsTitle: "raccourcis",
502
+ toolbarDrawerShortcutsToggleFirstPerson: "basculer \xE0 la premi\xE8re personne",
503
+ toolbarDrawerShortcutsMoveForward: "avancer",
504
+ toolbarDrawerShortcutsMoveBackward: "recule",
505
+ toolbarDrawerShortcutsMoveLeft: "\xE0 gauche",
506
+ toolbarDrawerShortcutsMoveRight: "\xE0 droite",
507
+ toolbarDrawerShortcutsMoveUp: "en haut",
508
+ toolbarDrawerShortcutsMoveDown: "descendre",
509
+ toolbarDrawerShortcutsTurnLeft: "tournez \xE0 gauche",
510
+ toolbarDrawerShortcutsTurnRight: "tournez \xE0 droite",
511
+ toolbarDrawerShortcutsTurnUp: "relever",
512
+ toolbarDrawerShortcutsTurnDown: "rabattre",
513
+ toolbarDrawerShortcutsRotateUp: "tourner vers le haut",
514
+ toolbarDrawerShortcutsRotateDown: "tourner vers le bas",
515
+ toolbarDrawerShortcutsRotateLeft: "tourne \xE0 gauche",
516
+ toolbarDrawerShortcutsRotateRight: "tourner \xE0 droite",
517
+ toolbarDrawerShortcutsToggleRotate: "basculer tourner",
518
+ toolbarDrawerShortcutsTranslateUp: "transpose vers le haut",
519
+ toolbarDrawerShortcutsTranslateDown: "transpose vers le bas",
520
+ toolbarDrawerShortcutsTranslateLeft: "transposez \xE0 gauche",
521
+ toolbarDrawerShortcutsTranslateRight: "transposez \xE0 droite",
522
+ toolbarDrawerShortcutsTranslateIn: "transposez en",
523
+ toolbarDrawerShortcutsTranslateOut: "transposez dehors",
524
+ toolbarDrawerShortcutsToggleTranslate: "basculer transposez",
525
+ toolbarDrawerShortcutsScaleUp: "augmenter",
526
+ toolbarDrawerShortcutsScaleDown: "r\xE9duire",
527
+ toolbarDrawerShortcutsToggleScale: "basculer l'\xE9chelle",
528
+ toolbarDrawerShortcutsFocusPlane: "plan actif",
529
+ toolbarDrawerShortcutsFocusParent: "plan parente",
530
+ toolbarDrawerShortcutsRefreshPlane: "plan rafra\xEEchir",
531
+ toolbarDrawerShortcutsIsolatePlane: "isoler le plan",
532
+ toolbarDrawerShortcutsOpenClosedPlane: "ouvert ferm\xE9 plan",
533
+ toolbarDrawerShortcutsClosePlane: "plan proche",
534
+ toolbarDrawerShortcutsPreviousRoot: "racine pr\xE9c\xE9dente",
535
+ toolbarDrawerShortcutsNextRoot: "racine suivante",
536
+ toolbarDrawerShortcutsFocusRoot: "focus racine",
537
+ toolbarDrawerShortcutsArrowOrScrollUp: "\u2191 ou scroll vers le haut",
538
+ toolbarDrawerShortcutsArrowOrScrollDown: "\u2193 ou scroll vers le bas",
539
+ toolbarDrawerShortcutsArrowOrScrollLeft: "\u2190 ou scroll vers la gauche",
540
+ toolbarDrawerShortcutsArrowOrScrollRight: "\u2192 ou scroll vers la droite"
541
+ };
542
+ var french_default = french;
543
+
544
+ // source/constants/internationalization/german/index.ts
545
+ var german = {
546
+ viewcubeFront: "front",
547
+ viewcubeBack: "zur\xFCck",
548
+ viewcubeLeft: "links",
549
+ viewcubeRight: "rechts",
550
+ viewcubeTop: "top",
551
+ viewcubeBase: "base",
552
+ toolbarTransformRotate: "rotieren",
553
+ toolbarTransformScale: "skala",
554
+ toolbarTransformTranslate: "umsetzen",
555
+ toolbarDrawerGlobalTitle: "global",
556
+ toolbarDrawerGlobalGeneralTheme: "allgemeines thema",
557
+ toolbarDrawerGlobalInteractionTheme: "interaktionsthema",
558
+ toolbarDrawerGlobalLanguage: "sprache",
559
+ toolbarDrawerTransformTitle: "verwandeln",
560
+ toolbarDrawerTransformMultiModeTransform: "multimode-transformation",
561
+ toolbarDrawerTransformAllowRotationX: "drehung zulassen x",
562
+ toolbarDrawerTransformAllowRotationY: "drehung zulassen y",
563
+ toolbarDrawerTransformAllowTranslationX: "umsetzen zulassen x",
564
+ toolbarDrawerTransformAllowTranslationY: "umsetzen zulassen y",
565
+ toolbarDrawerTransformAllowTranslationZ: "umsetzen zulassen z",
566
+ toolbarDrawerTransformAllowScale: "skalierung zulassen",
567
+ toolbarDrawerTransformTouchTransform: "touch-transformation",
568
+ toolbarDrawerSpaceTitle: "raum",
569
+ toolbarDrawerSpaceTransparentUserInterface: "transparente benutzeroberfl\xE4che",
570
+ toolbarDrawerSpaceShowTransformOrigin: "zeige transformationsursprung",
571
+ toolbarDrawerSpaceTransformOriginSize: "ursprungsgr\xF6\xDFe transformieren",
572
+ toolbarDrawerSpacePlaneOpacity: "ebenenopazit\xE4t",
573
+ toolbarDrawerSpaceLayoutType: "layouttyp",
574
+ toolbarDrawerToolbarTitle: "symbolleiste",
575
+ toolbarDrawerToolbarAlwaysOpaque: "immer undurchsichtig",
576
+ toolbarDrawerToolbarShowTransformIcons: "transformationssymbole anzeigen",
577
+ toolbarDrawerToolbarShowTransformArrows: "transformationspfeile anzeigen",
578
+ toolbarDrawerToolbarConcealToolbar: "symbolleiste verbergen",
579
+ toolbarDrawerViewcubeTitle: "w\xFCrfel",
580
+ toolbarDrawerViewcubeShowViewcube: "w\xFCrfel anzeigen",
581
+ toolbarDrawerViewcubeShowTransformButtons: "transformationsschaltfl\xE4chen anzeigen",
582
+ toolbarDrawerViewcubeAlwaysOpaque: "immer undurchsichtig",
583
+ toolbarDrawerViewcubeConcealViewcube: "w\xFCrfel verbergen",
584
+ toolbarDrawerTechnicalTitle: "technisch",
585
+ toolbarDrawerTechnicalCullingDistance: "keulungsentfernung",
586
+ toolbarDrawerShortcutsTitle: "verkn\xFCpfungen",
587
+ toolbarDrawerShortcutsToggleFirstPerson: "erste person umschalten",
588
+ toolbarDrawerShortcutsMoveForward: "vorw\xE4rts bewegen",
589
+ toolbarDrawerShortcutsMoveBackward: "r\xFCckw\xE4rts bewegen",
590
+ toolbarDrawerShortcutsMoveLeft: "nach links bewegen",
591
+ toolbarDrawerShortcutsMoveRight: "nach rechts bewegen",
592
+ toolbarDrawerShortcutsMoveUp: "nach oben bewegen",
593
+ toolbarDrawerShortcutsMoveDown: "sich abw\xE4rts bewegen",
594
+ toolbarDrawerShortcutsTurnLeft: "biegen sie links ab",
595
+ toolbarDrawerShortcutsTurnRight: "biegen sie rechts ab",
596
+ toolbarDrawerShortcutsTurnUp: "h\xF6her drehen",
597
+ toolbarDrawerShortcutsTurnDown: "umlegen",
598
+ toolbarDrawerShortcutsRotateUp: "nach oben drehen",
599
+ toolbarDrawerShortcutsRotateDown: "nach unten drehen",
600
+ toolbarDrawerShortcutsRotateLeft: "nach links drehen",
601
+ toolbarDrawerShortcutsRotateRight: "nach rechts drehen",
602
+ toolbarDrawerShortcutsToggleRotate: "umschalten drehen",
603
+ toolbarDrawerShortcutsTranslateUp: "nach oben umsetzen",
604
+ toolbarDrawerShortcutsTranslateDown: "nach unten umsetzen",
605
+ toolbarDrawerShortcutsTranslateLeft: "nach links umsetzen",
606
+ toolbarDrawerShortcutsTranslateRight: "nach rechts umsetzen",
607
+ toolbarDrawerShortcutsTranslateIn: "nach im umsetzen",
608
+ toolbarDrawerShortcutsTranslateOut: "nach aus umsetzen",
609
+ toolbarDrawerShortcutsToggleTranslate: "umschalten umsetzen",
610
+ toolbarDrawerShortcutsScaleUp: "vergr\xF6\xDFern",
611
+ toolbarDrawerShortcutsScaleDown: "verkleinern",
612
+ toolbarDrawerShortcutsToggleScale: "skala umschalten",
613
+ toolbarDrawerShortcutsFocusPlane: "fokusebene",
614
+ toolbarDrawerShortcutsFocusParent: "fokus elternteil",
615
+ toolbarDrawerShortcutsRefreshPlane: "ebene auffrischen",
616
+ toolbarDrawerShortcutsIsolatePlane: "ebene isolieren",
617
+ toolbarDrawerShortcutsOpenClosedPlane: "offen geschlossen ebene",
618
+ toolbarDrawerShortcutsClosePlane: "ebene schlie\xDFen",
619
+ toolbarDrawerShortcutsPreviousRoot: "vorherige wurzel",
620
+ toolbarDrawerShortcutsNextRoot: "n\xE4chste wurzel",
621
+ toolbarDrawerShortcutsFocusRoot: "fokus wurzel",
622
+ toolbarDrawerShortcutsArrowOrScrollUp: "\u2191 oder nach oben scrollen",
623
+ toolbarDrawerShortcutsArrowOrScrollDown: "\u2193 oder nach unten scrollen",
624
+ toolbarDrawerShortcutsArrowOrScrollLeft: "\u2190 oder nach links scrollen",
625
+ toolbarDrawerShortcutsArrowOrScrollRight: "\u2192 oder nach rechts scrollen"
626
+ };
627
+ var german_default = german;
628
+
629
+ // source/constants/internationalization/hindi/index.ts
630
+ var hindi = {
631
+ viewcubeFront: "\u0938\u093E\u092E\u0928\u0947",
632
+ viewcubeBack: "\u0935\u093E\u092A\u0938",
633
+ viewcubeLeft: "\u092C\u093E\u090F\u0902",
634
+ viewcubeRight: "\u0938\u0939\u0940",
635
+ viewcubeTop: "\u090A\u092A\u0930",
636
+ viewcubeBase: "\u0906\u0927\u093E\u0930",
637
+ toolbarTransformRotate: "\u0918\u0941\u092E\u093E\u090F\u0901",
638
+ toolbarTransformScale: "\u0938\u094D\u0915\u0947\u0932",
639
+ toolbarTransformTranslate: "\u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u093E",
640
+ toolbarDrawerGlobalTitle: "\u0935\u0948\u0936\u094D\u0935\u093F\u0915",
641
+ toolbarDrawerGlobalGeneralTheme: "\u0938\u093E\u092E\u093E\u0928\u094D\u092F \u0935\u093F\u0937\u092F",
642
+ toolbarDrawerGlobalInteractionTheme: "\u092C\u093E\u0924\u091A\u0940\u0924 \u0915\u093E \u0935\u093F\u0937\u092F",
643
+ toolbarDrawerGlobalLanguage: "\u092D\u093E\u0937\u093E",
644
+ toolbarDrawerTransformTitle: "\u092A\u0930\u093F\u0935\u0930\u094D\u0924\u0928",
645
+ toolbarDrawerTransformMultiModeTransform: "\u092C\u0939\u0941 \u092E\u094B\u0921 \u092A\u0930\u093F\u0935\u0930\u094D\u0924\u0928",
646
+ toolbarDrawerTransformAllowRotationX: "\u0930\u094B\u091F\u0947\u0936\u0928 \u090F\u0915\u094D\u0938 \u0915\u0940 \u0905\u0928\u0941\u092E\u0924\u093F \u0926\u0947\u0902",
647
+ toolbarDrawerTransformAllowRotationY: "\u0930\u094B\u091F\u0947\u0936\u0928 \u0915\u0940 \u0905\u0928\u0941\u092E\u0924\u093F \u0926\u0947\u0902",
648
+ toolbarDrawerTransformAllowTranslationX: "\u0905\u0928\u0941\u0935\u093E\u0926 x \u0915\u0940 \u0905\u0928\u0941\u092E\u0924\u093F \u0926\u0947\u0902",
649
+ toolbarDrawerTransformAllowTranslationY: "\u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0940 \u0905\u0928\u0941\u092E\u0924\u093F \u0926\u0947\u0902",
650
+ toolbarDrawerTransformAllowTranslationZ: "\u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0940 \u0905\u0928\u0941\u092E\u0924\u093F \u0926\u0947\u0902 z",
651
+ toolbarDrawerTransformAllowScale: "\u092A\u0948\u092E\u093E\u0928\u0947 \u0915\u0940 \u0905\u0928\u0941\u092E\u0924\u093F \u0926\u0947\u0902",
652
+ toolbarDrawerTransformTouchTransform: "\u0938\u094D\u092A\u0930\u094D\u0936 \u092A\u0930\u093F\u0935\u0930\u094D\u0924\u0928",
653
+ toolbarDrawerSpaceTitle: "\u0905\u0902\u0924\u0930\u093F\u0915\u094D\u0937",
654
+ toolbarDrawerSpaceTransparentUserInterface: "\u092A\u093E\u0930\u0926\u0930\u094D\u0936\u0940 \u092F\u0942\u091C\u0930 \u0907\u0902\u091F\u0930\u092B\u0947\u0938",
655
+ toolbarDrawerSpaceShowTransformOrigin: "\u092A\u0930\u093F\u0935\u0930\u094D\u0924\u0928 \u092E\u0942\u0932 \u0926\u093F\u0916\u093E\u090F\u0901",
656
+ toolbarDrawerSpaceTransformOriginSize: "\u092E\u0942\u0932 \u0906\u0915\u093E\u0930 \u092C\u0926\u0932\u0928\u093E",
657
+ toolbarDrawerSpacePlaneOpacity: "\u0935\u093F\u092E\u093E\u0928 \u0915\u0940 \u0905\u0938\u094D\u092A\u0937\u094D\u091F\u0924\u093E",
658
+ toolbarDrawerSpaceLayoutType: "\u0932\u0947\u0906\u0909\u091F \u092A\u094D\u0930\u0915\u093E\u0930",
659
+ toolbarDrawerToolbarTitle: "\u0909\u092A\u0915\u0930\u0923 \u092A\u091F\u094D\u091F\u0940",
660
+ toolbarDrawerToolbarAlwaysOpaque: "\u0939\u092E\u0947\u0936\u093E \u0905\u092A\u093E\u0930\u0926\u0930\u094D\u0936\u0940",
661
+ toolbarDrawerToolbarShowTransformIcons: "\u0924\u092C\u094D\u0926\u0940\u0932 \u092A\u094D\u0930\u0924\u0940\u0915 \u0926\u093F\u0916\u093E\u0913",
662
+ toolbarDrawerToolbarShowTransformArrows: "\u0926\u093F\u0916\u093E\u090F\u0901 \u0924\u0940\u0930",
663
+ toolbarDrawerToolbarConcealToolbar: "\u091B\u093F\u092A\u093E\u0928\u093E \u091F\u0942\u0932\u092C\u093E\u0930",
664
+ toolbarDrawerViewcubeTitle: "\u0918\u0928\u0915\u094D\u0937\u0947\u0924\u094D\u0930",
665
+ toolbarDrawerViewcubeShowViewcube: "\u0918\u0928 \u0926\u093F\u0916\u093E\u0928\u093E",
666
+ toolbarDrawerViewcubeShowTransformButtons: "\u0936\u094B \u091F\u094D\u0930\u093E\u0902\u0938\u092B\u0949\u0930\u094D\u092E \u092C\u091F\u0928",
667
+ toolbarDrawerViewcubeAlwaysOpaque: "\u0939\u092E\u0947\u0936\u093E \u0905\u092A\u093E\u0930\u0926\u0930\u094D\u0936\u0940",
668
+ toolbarDrawerViewcubeConcealViewcube: "\u0918\u0928 \u091B\u093F\u092A\u093E\u0928\u093E",
669
+ toolbarDrawerTechnicalTitle: "\u0924\u0915\u0928\u0940\u0915\u0940",
670
+ toolbarDrawerTechnicalCullingDistance: "\u0915\u0932\u093F\u0902\u0917 \u0926\u0942\u0930\u0940",
671
+ toolbarDrawerShortcutsTitle: "\u0936\u0949\u0930\u094D\u091F\u0915\u091F",
672
+ toolbarDrawerShortcutsToggleFirstPerson: "\u092A\u0939\u0932\u0947 \u0935\u094D\u092F\u0915\u094D\u0924\u093F \u0915\u094B \u091F\u0949\u0917\u0932 \u0915\u0930\u0947\u0902",
673
+ toolbarDrawerShortcutsMoveForward: "\u0906\u0917\u0947 \u092C\u0922\u093C\u094B",
674
+ toolbarDrawerShortcutsMoveBackward: "\u092A\u0940\u091B\u0947 \u0915\u0940 \u0913\u0930 \u091C\u093E\u090F\u0902",
675
+ toolbarDrawerShortcutsMoveLeft: "\u092C\u093E\u090F\u0902 \u0916\u093F\u0938\u0915\u094B",
676
+ toolbarDrawerShortcutsMoveRight: "\u0926\u093E\u090F\u0901 \u091A\u0932\u0947",
677
+ toolbarDrawerShortcutsMoveUp: "\u092C\u0922\u093C\u093E\u0928\u093E",
678
+ toolbarDrawerShortcutsMoveDown: "\u0928\u0940\u091A\u0947 \u0915\u0940 \u0913\u0930",
679
+ toolbarDrawerShortcutsTurnLeft: "\u092C\u093E\u0902\u090F \u092E\u0941\u0921\u093C\u093F\u090F",
680
+ toolbarDrawerShortcutsTurnRight: "\u0926\u093E\u092F\u0947\u0902 \u092E\u0941\u0921\u093C\u094B",
681
+ toolbarDrawerShortcutsTurnUp: "\u090A\u092A\u0930 \u0915\u0930\u094B",
682
+ toolbarDrawerShortcutsTurnDown: "\u092E\u0928\u093E \u0915\u0930\u0928\u093E",
683
+ toolbarDrawerShortcutsRotateUp: "\u092C\u093E\u0930\u0940 \u092C\u093E\u0930\u0940 \u0938\u0947",
684
+ toolbarDrawerShortcutsRotateDown: "\u0928\u0940\u091A\u0947 \u0918\u0941\u092E\u093E\u0913",
685
+ toolbarDrawerShortcutsRotateLeft: "\u092C\u093E\u092F\u0940\u0902 \u0913\u0930 \u0918\u0941\u092E\u093E\u0913",
686
+ toolbarDrawerShortcutsRotateRight: "\u0926\u093E\u090F\u0902 \u0918\u0941\u092E\u093E\u090F\u0902",
687
+ toolbarDrawerShortcutsToggleRotate: "\u0918\u0941\u092E\u093E\u0928\u093E",
688
+ toolbarDrawerShortcutsTranslateUp: "\u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0928\u093E",
689
+ toolbarDrawerShortcutsTranslateDown: "\u0928\u0940\u091A\u0947 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902",
690
+ toolbarDrawerShortcutsTranslateLeft: "\u0905\u0928\u0941\u0935\u093E\u0926 \u091B\u094B\u0921\u093C \u0926\u093F\u092F\u093E",
691
+ toolbarDrawerShortcutsTranslateRight: "\u0938\u0939\u0940 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902",
692
+ toolbarDrawerShortcutsTranslateIn: "\u092E\u0947\u0902 \u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902",
693
+ toolbarDrawerShortcutsTranslateOut: "\u0905\u0928\u0941\u0935\u093E\u0926 \u0915\u0930\u0947\u0902",
694
+ toolbarDrawerShortcutsToggleTranslate: "\u0905\u0928\u0941\u0935\u093E\u0926 \u091F\u0949\u0917\u0932 \u0915\u0930\u0947\u0902",
695
+ toolbarDrawerShortcutsScaleUp: "\u0938\u094D\u0915\u0947\u0932 \u0905\u092A",
696
+ toolbarDrawerShortcutsScaleDown: "\u0918\u091F\u093E\u0928\u093E",
697
+ toolbarDrawerShortcutsToggleScale: "\u091F\u0949\u0917\u0932 \u0938\u094D\u0915\u0947\u0932",
698
+ toolbarDrawerShortcutsFocusPlane: "\u092B\u094B\u0915\u0938 \u092A\u094D\u0932\u0947\u0928",
699
+ toolbarDrawerShortcutsFocusParent: "\u0927\u094D\u092F\u093E\u0928 \u092E\u093E\u0924\u093E-\u092A\u093F\u0924\u093E",
700
+ toolbarDrawerShortcutsRefreshPlane: "\u0924\u093E\u091C\u093C\u093E \u0935\u093F\u092E\u093E\u0928",
701
+ toolbarDrawerShortcutsIsolatePlane: "\u0905\u0932\u0917 \u0935\u093F\u092E\u093E\u0928",
702
+ toolbarDrawerShortcutsOpenClosedPlane: "\u0916\u0941\u0932\u093E \u092C\u0902\u0926 \u0935\u093F\u092E\u093E\u0928",
703
+ toolbarDrawerShortcutsClosePlane: "\u092C\u0902\u0926 \u0935\u093F\u092E\u093E\u0928",
704
+ toolbarDrawerShortcutsPreviousRoot: "\u092A\u093F\u091B\u0932\u0940 \u091C\u0921\u093C",
705
+ toolbarDrawerShortcutsNextRoot: "\u0905\u0917\u0932\u0940 \u091C\u0921\u093C",
706
+ toolbarDrawerShortcutsFocusRoot: "\u092B\u094B\u0915\u0938 \u0930\u0942\u091F",
707
+ toolbarDrawerShortcutsArrowOrScrollUp: "\u2191 \u092F\u093E \u0938\u094D\u0915\u094D\u0930\u0949\u0932 \u0915\u0930\u0947\u0902",
708
+ toolbarDrawerShortcutsArrowOrScrollDown: "\u2193 \u092F\u093E \u0928\u0940\u091A\u0947 \u0938\u094D\u0915\u094D\u0930\u0949\u0932 \u0915\u0930\u0947\u0902",
709
+ toolbarDrawerShortcutsArrowOrScrollLeft: "\u2190 \u092F\u093E \u092C\u093E\u0908\u0902 \u0913\u0930 \u0938\u094D\u0915\u094D\u0930\u0949\u0932 \u0915\u0930\u0947\u0902",
710
+ toolbarDrawerShortcutsArrowOrScrollRight: "\u2192 \u092F\u093E \u0926\u093E\u0908\u0902 \u0913\u0930 \u0938\u094D\u0915\u094D\u0930\u0949\u0932 \u0915\u0930\u0947\u0902"
711
+ };
712
+ var hindi_default = hindi;
713
+
714
+ // source/constants/internationalization/italian/index.ts
715
+ var italian = {
716
+ viewcubeFront: "davanti",
717
+ viewcubeBack: "indietro",
718
+ viewcubeLeft: "sinistra",
719
+ viewcubeRight: "destra",
720
+ viewcubeTop: "top",
721
+ viewcubeBase: "base",
722
+ toolbarTransformRotate: "ruotare",
723
+ toolbarTransformScale: "scalare",
724
+ toolbarTransformTranslate: "trasferire",
725
+ toolbarDrawerGlobalTitle: "globale",
726
+ toolbarDrawerGlobalGeneralTheme: "tema generale",
727
+ toolbarDrawerGlobalInteractionTheme: "tema di interazione",
728
+ toolbarDrawerGlobalLanguage: "linguaggio",
729
+ toolbarDrawerTransformTitle: "trasformare",
730
+ toolbarDrawerTransformMultiModeTransform: "trasformazione multimodale",
731
+ toolbarDrawerTransformAllowRotationX: "consentire la rotazione x",
732
+ toolbarDrawerTransformAllowRotationY: "consentire la rotazione y",
733
+ toolbarDrawerTransformAllowTranslationX: "consenti trasferire x",
734
+ toolbarDrawerTransformAllowTranslationY: "consenti trasferire y",
735
+ toolbarDrawerTransformAllowTranslationZ: "consenti trasferire z",
736
+ toolbarDrawerTransformAllowScale: "consentire la scala",
737
+ toolbarDrawerTransformTouchTransform: "tocco trasforma",
738
+ toolbarDrawerSpaceTitle: "spazio",
739
+ toolbarDrawerSpaceTransparentUserInterface: "interfaccia utente trasparente",
740
+ toolbarDrawerSpaceShowTransformOrigin: "mostra origine trasformazione",
741
+ toolbarDrawerSpaceTransformOriginSize: "trasforma la dimensione dell'origine",
742
+ toolbarDrawerSpacePlaneOpacity: "opacit\xE0 del piano",
743
+ toolbarDrawerSpaceLayoutType: "tipo di layout",
744
+ toolbarDrawerToolbarTitle: "barra degli strumenti",
745
+ toolbarDrawerToolbarAlwaysOpaque: "sempre opaco",
746
+ toolbarDrawerToolbarShowTransformIcons: "mostra le icone di trasformazione",
747
+ toolbarDrawerToolbarShowTransformArrows: "mostra le frecce di trasformazione",
748
+ toolbarDrawerToolbarConcealToolbar: "nascondere la barra degli strumenti",
749
+ toolbarDrawerViewcubeTitle: "cubo",
750
+ toolbarDrawerViewcubeShowViewcube: "mostra cubo",
751
+ toolbarDrawerViewcubeShowTransformButtons: "mostra i pulsanti di trasformazione",
752
+ toolbarDrawerViewcubeAlwaysOpaque: "sempre opaco",
753
+ toolbarDrawerViewcubeConcealViewcube: "nascondere il cubo",
754
+ toolbarDrawerTechnicalTitle: "tecnico",
755
+ toolbarDrawerTechnicalCullingDistance: "distanza di abbattimento",
756
+ toolbarDrawerShortcutsTitle: "scorciatoie",
757
+ toolbarDrawerShortcutsToggleFirstPerson: "attiva la prima persona",
758
+ toolbarDrawerShortcutsMoveForward: "andare avanti",
759
+ toolbarDrawerShortcutsMoveBackward: "tornare indietro",
760
+ toolbarDrawerShortcutsMoveLeft: "muovere a sinistra",
761
+ toolbarDrawerShortcutsMoveRight: "muovere a destra",
762
+ toolbarDrawerShortcutsMoveUp: "muovere avanti",
763
+ toolbarDrawerShortcutsMoveDown: "muovere a gi\xF9",
764
+ toolbarDrawerShortcutsTurnLeft: "gira a sinistra",
765
+ toolbarDrawerShortcutsTurnRight: "gira a destra",
766
+ toolbarDrawerShortcutsTurnUp: "gira a su",
767
+ toolbarDrawerShortcutsTurnDown: "gira a gi\xF9",
768
+ toolbarDrawerShortcutsRotateUp: "ruotare a su",
769
+ toolbarDrawerShortcutsRotateDown: "ruotare a gi\xF9",
770
+ toolbarDrawerShortcutsRotateLeft: "ruotare a sinistra",
771
+ toolbarDrawerShortcutsRotateRight: "ruotare a destra",
772
+ toolbarDrawerShortcutsToggleRotate: "attiva / disattiva la rotazione",
773
+ toolbarDrawerShortcutsTranslateUp: "trasferire a su",
774
+ toolbarDrawerShortcutsTranslateDown: "trasferire a gi\xF9",
775
+ toolbarDrawerShortcutsTranslateLeft: "trasferire a sinistra",
776
+ toolbarDrawerShortcutsTranslateRight: "trasferire a destra",
777
+ toolbarDrawerShortcutsTranslateIn: "trasferire a nella",
778
+ toolbarDrawerShortcutsTranslateOut: "trasferire a fuori",
779
+ toolbarDrawerShortcutsToggleTranslate: "attiva / disattiva trasferire",
780
+ toolbarDrawerShortcutsScaleUp: "scalare a su",
781
+ toolbarDrawerShortcutsScaleDown: "scalare a gi\xF9",
782
+ toolbarDrawerShortcutsToggleScale: "attiva / disattiva la scala",
783
+ toolbarDrawerShortcutsFocusPlane: "piano attivo",
784
+ toolbarDrawerShortcutsFocusParent: "piano genitore",
785
+ toolbarDrawerShortcutsRefreshPlane: "ristorare piano",
786
+ toolbarDrawerShortcutsIsolatePlane: "isolare il piano",
787
+ toolbarDrawerShortcutsOpenClosedPlane: "piano chiuso aperto",
788
+ toolbarDrawerShortcutsClosePlane: "vicino piano",
789
+ toolbarDrawerShortcutsPreviousRoot: "radice precedente",
790
+ toolbarDrawerShortcutsNextRoot: "radice successiva",
791
+ toolbarDrawerShortcutsFocusRoot: "radice di messa a fuoco",
792
+ toolbarDrawerShortcutsArrowOrScrollUp: "\u2191 o scorrere verso l'alto",
793
+ toolbarDrawerShortcutsArrowOrScrollDown: "\u2193 o scorrere verso il basso",
794
+ toolbarDrawerShortcutsArrowOrScrollLeft: "\u2190 o scorrere verso sinistra",
795
+ toolbarDrawerShortcutsArrowOrScrollRight: "\u2192 o scorrere verso destra"
796
+ };
797
+ var italian_default = italian;
798
+
799
+ // source/constants/internationalization/japanese/index.ts
800
+ var japanese = {
801
+ viewcubeFront: "\u30D5\u30ED\u30F3\u30C8",
802
+ viewcubeBack: "\u30D0\u30C3\u30AF",
803
+ viewcubeLeft: "\u5DE6",
804
+ viewcubeRight: "\u6B63\u3057\u3044",
805
+ viewcubeTop: "\u4E0A",
806
+ viewcubeBase: "\u30D9\u30FC\u30B9",
807
+ toolbarTransformRotate: "\u56DE\u8EE2\u3055\u305B\u308B",
808
+ toolbarTransformScale: "\u898F\u6A21",
809
+ toolbarTransformTranslate: "\u7FFB\u8A33\u3059\u308B",
810
+ toolbarDrawerGlobalTitle: "\u30B0\u30ED\u30FC\u30D0\u30EB",
811
+ toolbarDrawerGlobalGeneralTheme: "\u4E00\u822C\u7684\u306A\u30C6\u30FC\u30DE",
812
+ toolbarDrawerGlobalInteractionTheme: "\u76F8\u4E92\u4F5C\u7528\u306E\u30C6\u30FC\u30DE",
813
+ toolbarDrawerGlobalLanguage: "\u8A00\u8A9E",
814
+ toolbarDrawerTransformTitle: "\u5909\u63DB\u3059\u308B",
815
+ toolbarDrawerTransformMultiModeTransform: "\u30DE\u30EB\u30C1\u30E2\u30FC\u30C9\u5909\u63DB",
816
+ toolbarDrawerTransformAllowRotationX: "\u56DE\u8EE2\u3092\u8A31\u53EFx",
817
+ toolbarDrawerTransformAllowRotationY: "\u56DE\u8EE2\u3092\u8A31\u53EF\u3059\u308By",
818
+ toolbarDrawerTransformAllowTranslationX: "\u7FFB\u8A33\u3092\u8A31\u53EF\u3059\u308Bx",
819
+ toolbarDrawerTransformAllowTranslationY: "\u7FFB\u8A33\u3092\u8A31\u53EF\u3059\u308By",
820
+ toolbarDrawerTransformAllowTranslationZ: "\u7FFB\u8A33\u3092\u8A31\u53EF\u3059\u308Bz",
821
+ toolbarDrawerTransformAllowScale: "\u30B9\u30B1\u30FC\u30EB\u3092\u8A31\u53EF\u3059\u308B",
822
+ toolbarDrawerTransformTouchTransform: "\u30BF\u30C3\u30C1\u5909\u63DB",
823
+ toolbarDrawerSpaceTitle: "\u30B9\u30DA\u30FC\u30B9",
824
+ toolbarDrawerSpaceTransparentUserInterface: "\u900F\u904E\u7684\u306A\u30E6\u30FC\u30B6\u30FC\u30A4\u30F3\u30BF\u30FC\u30D5\u30A7\u30A4\u30B9",
825
+ toolbarDrawerSpaceShowTransformOrigin: "\u5909\u63DB\u306E\u8D77\u70B9\u3092\u8868\u793A",
826
+ toolbarDrawerSpaceTransformOriginSize: "\u5909\u63DB\u5143\u30B5\u30A4\u30BA",
827
+ toolbarDrawerSpacePlaneOpacity: "\u5E73\u9762\u306E\u4E0D\u900F\u660E\u5EA6",
828
+ toolbarDrawerSpaceLayoutType: "\u30EC\u30A4\u30A2\u30A6\u30C8\u30BF\u30A4\u30D7",
829
+ toolbarDrawerToolbarTitle: "\u30C4\u30FC\u30EB\u30D0\u30FC",
830
+ toolbarDrawerToolbarAlwaysOpaque: "\u5E38\u306B\u4E0D\u900F\u660E",
831
+ toolbarDrawerToolbarShowTransformIcons: "\u5909\u63DB\u30A2\u30A4\u30B3\u30F3\u3092\u8868\u793A",
832
+ toolbarDrawerToolbarShowTransformArrows: "\u5909\u63DB\u77E2\u5370\u3092\u8868\u793A",
833
+ toolbarDrawerToolbarConcealToolbar: "\u30C4\u30FC\u30EB\u30D0\u30FC\u3092\u96A0\u3059",
834
+ toolbarDrawerViewcubeTitle: "\u30D3\u30E5\u30FC\u30AD\u30E5\u30FC\u30D6",
835
+ toolbarDrawerViewcubeShowViewcube: "\u30D3\u30E5\u30FC\u30AD\u30E5\u30FC\u30D6\u3092\u8868\u793A",
836
+ toolbarDrawerViewcubeShowTransformButtons: "\u5909\u63DB\u30DC\u30BF\u30F3\u3092\u8868\u793A\u3059\u308B",
837
+ toolbarDrawerViewcubeAlwaysOpaque: "\u5E38\u306B\u4E0D\u900F\u660E",
838
+ toolbarDrawerViewcubeConcealViewcube: "\u30D3\u30E5\u30FC\u30AD\u30E5\u30FC\u30D6\u3092\u96A0\u3059",
839
+ toolbarDrawerTechnicalTitle: "\u30C6\u30AF\u30CB\u30AB\u30EB",
840
+ toolbarDrawerTechnicalCullingDistance: "\u30AB\u30EA\u30F3\u30B0\u8DDD\u96E2",
841
+ toolbarDrawerShortcutsTitle: "\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8",
842
+ toolbarDrawerShortcutsToggleFirstPerson: "\u4E00\u4EBA\u79F0\u3092\u5207\u308A\u66FF\u3048\u308B",
843
+ toolbarDrawerShortcutsMoveForward: "\u524D\u9032\u3059\u308B",
844
+ toolbarDrawerShortcutsMoveBackward: "\u5F8C\u9000\u3059\u308B",
845
+ toolbarDrawerShortcutsMoveLeft: "\u5DE6\u306B\u79FB\u52D5",
846
+ toolbarDrawerShortcutsMoveRight: "\u53F3\u306B\u52D5\u304F",
847
+ toolbarDrawerShortcutsMoveUp: "\u4E0A\u306B\u79FB\u52D5\u3059\u308B",
848
+ toolbarDrawerShortcutsMoveDown: "\u4E0B\u306B\u79FB\u52D5",
849
+ toolbarDrawerShortcutsTurnLeft: "\u5DE6\u6298\u3057\u3066\u304F\u3060\u3055\u3044",
850
+ toolbarDrawerShortcutsTurnRight: "\u53F3\u306B\u66F2\u304C\u308B",
851
+ toolbarDrawerShortcutsTurnUp: "\u73FE\u308C\u308B",
852
+ toolbarDrawerShortcutsTurnDown: "\u65AD\u308B",
853
+ toolbarDrawerShortcutsRotateUp: "\u4E0A\u306B\u56DE\u8EE2\u3059\u308B",
854
+ toolbarDrawerShortcutsRotateDown: "\u4E0B\u306B\u56DE\u8EE2",
855
+ toolbarDrawerShortcutsRotateLeft: "\u5DE6\u306B\u56DE\u8EE2",
856
+ toolbarDrawerShortcutsRotateRight: "\u53F3\u306B\u56DE\u308B",
857
+ toolbarDrawerShortcutsToggleRotate: "\u30C8\u30B0\u30EB\u56DE\u8EE2",
858
+ toolbarDrawerShortcutsTranslateUp: "\u7FFB\u8A33\u3059\u308B",
859
+ toolbarDrawerShortcutsTranslateDown: "\u7FFB\u8A33\u3059\u308B",
860
+ toolbarDrawerShortcutsTranslateLeft: "\u5DE6\u306B\u7FFB\u8A33",
861
+ toolbarDrawerShortcutsTranslateRight: "\u6B63\u3057\u304F\u7FFB\u8A33\u3059\u308B",
862
+ toolbarDrawerShortcutsTranslateIn: "\u7FFB\u8A33\u3059\u308B",
863
+ toolbarDrawerShortcutsTranslateOut: "\u7FFB\u8A33\u3059\u308B",
864
+ toolbarDrawerShortcutsToggleTranslate: "\u30C8\u30B0\u30EB\u7FFB\u8A33",
865
+ toolbarDrawerShortcutsScaleUp: "\u62E1\u5927\u3059\u308B",
866
+ toolbarDrawerShortcutsScaleDown: "\u7E2E\u5C0F\u3059\u308B",
867
+ toolbarDrawerShortcutsToggleScale: "\u30C8\u30B0\u30EB\u30B9\u30B1\u30FC\u30EB",
868
+ toolbarDrawerShortcutsFocusPlane: "\u30D5\u30A9\u30FC\u30AB\u30B9 \u30D7\u30EC\u30FC\u30F3",
869
+ toolbarDrawerShortcutsFocusParent: "\u30D5\u30A9\u30FC\u30AB\u30B9\u306E\u89AA",
870
+ toolbarDrawerShortcutsRefreshPlane: "\u98DB\u884C\u6A5F\u3092\u30EA\u30D5\u30EC\u30C3\u30B7\u30E5",
871
+ toolbarDrawerShortcutsIsolatePlane: "\u5206\u96E2\u5E73\u9762",
872
+ toolbarDrawerShortcutsOpenClosedPlane: "\u9589\u3058\u305F\u5E73\u9762\u3092\u958B\u304F",
873
+ toolbarDrawerShortcutsClosePlane: "\u5E73\u9762\u3092\u9589\u3058\u308B",
874
+ toolbarDrawerShortcutsPreviousRoot: "\u524D\u306E\u30EB\u30FC\u30C8",
875
+ toolbarDrawerShortcutsNextRoot: "\u6B21\u306E\u30EB\u30FC\u30C8",
876
+ toolbarDrawerShortcutsFocusRoot: "\u30D5\u30A9\u30FC\u30AB\u30B9 \u30EB\u30FC\u30C8",
877
+ toolbarDrawerShortcutsArrowOrScrollUp: "\u2191 \u307E\u305F\u306F\u4E0A\u306B\u30B9\u30AF\u30ED\u30FC\u30EB\u3057\u307E\u3059",
878
+ toolbarDrawerShortcutsArrowOrScrollDown: "\u2193 \u307E\u305F\u306F\u4E0B\u306B\u30B9\u30AF\u30ED\u30FC\u30EB\u3057\u307E\u3059",
879
+ toolbarDrawerShortcutsArrowOrScrollLeft: "\u2190 \u307E\u305F\u306F\u5DE6\u306B\u30B9\u30AF\u30ED\u30FC\u30EB",
880
+ toolbarDrawerShortcutsArrowOrScrollRight: "\u2192 \u307E\u305F\u306F\u53F3\u306B\u30B9\u30AF\u30ED\u30FC\u30EB"
881
+ };
882
+ var japanese_default = japanese;
883
+
884
+ // source/constants/internationalization/romanian/index.ts
885
+ var romanian = {
886
+ viewcubeFront: "fa\u021B\u0103",
887
+ viewcubeBack: "spate",
888
+ viewcubeLeft: "st\xE2nga",
889
+ viewcubeRight: "dreapta",
890
+ viewcubeTop: "sus",
891
+ viewcubeBase: "jos",
892
+ toolbarTransformRotate: "rotire",
893
+ toolbarTransformScale: "scalare",
894
+ toolbarTransformTranslate: "transla\u021Bie",
895
+ toolbarDrawerGlobalTitle: "global",
896
+ toolbarDrawerGlobalGeneralTheme: "tem\u0103 general\u0103",
897
+ toolbarDrawerGlobalInteractionTheme: "tem\u0103 interac\u021Biune",
898
+ toolbarDrawerGlobalLanguage: "limb\u0103",
899
+ toolbarDrawerTransformTitle: "transformare",
900
+ toolbarDrawerTransformMultiModeTransform: "transformare multi-modal\u0103",
901
+ toolbarDrawerTransformAllowRotationX: "permite rota\u021Bie x",
902
+ toolbarDrawerTransformAllowRotationY: "permite rota\u021Bie x",
903
+ toolbarDrawerTransformAllowTranslationX: "permite transla\u021Bie x",
904
+ toolbarDrawerTransformAllowTranslationY: "permite transla\u021Bie y",
905
+ toolbarDrawerTransformAllowTranslationZ: "permite transla\u021Bie z",
906
+ toolbarDrawerTransformAllowScale: "permite scalare",
907
+ toolbarDrawerTransformTouchTransform: "transformare atingere",
908
+ toolbarDrawerSpaceTitle: "spa\u021Biu",
909
+ toolbarDrawerSpaceTransparentUserInterface: "interfa\u021B\u0103 utilizator transparent\u0103",
910
+ toolbarDrawerSpaceShowTransformOrigin: "ar\u0103ta originea transform\u0103rii",
911
+ toolbarDrawerSpaceTransformOriginSize: "m\u0103rimea originii transform\u0103rii",
912
+ toolbarDrawerSpacePlaneOpacity: "opacitate plan",
913
+ toolbarDrawerSpaceLayoutType: "tip amplasare",
914
+ toolbarDrawerToolbarTitle: "bar\u0103 de unelte",
915
+ toolbarDrawerToolbarAlwaysOpaque: "mereu opac",
916
+ toolbarDrawerToolbarShowTransformIcons: "arat\u0103 icoane transformare",
917
+ toolbarDrawerToolbarShowTransformArrows: "arat\u0103 s\u0103ge\u021Bi transformare",
918
+ toolbarDrawerToolbarConcealToolbar: "ascunde bara de unelte",
919
+ toolbarDrawerViewcubeTitle: "cub",
920
+ toolbarDrawerViewcubeShowViewcube: "arat\u0103 cub",
921
+ toolbarDrawerViewcubeShowTransformButtons: "arat\u0103 butoane transformare",
922
+ toolbarDrawerViewcubeAlwaysOpaque: "mereu opac",
923
+ toolbarDrawerViewcubeConcealViewcube: "ascunde cub",
924
+ toolbarDrawerTechnicalTitle: "tehnic",
925
+ toolbarDrawerTechnicalCullingDistance: "distan\u021B\u0103 ascundere",
926
+ toolbarDrawerShortcutsTitle: "scurt\u0103turi",
927
+ toolbarDrawerShortcutsToggleFirstPerson: "comutare persoana \xEEnt\xE2i",
928
+ toolbarDrawerShortcutsMoveForward: "mutare \xEEnainte",
929
+ toolbarDrawerShortcutsMoveBackward: "mutare \xEEnapoi",
930
+ toolbarDrawerShortcutsMoveLeft: "mutare st\xE2nga",
931
+ toolbarDrawerShortcutsMoveRight: "mutare dreapta",
932
+ toolbarDrawerShortcutsMoveUp: "mutare sus",
933
+ toolbarDrawerShortcutsMoveDown: "mutare jos",
934
+ toolbarDrawerShortcutsTurnLeft: "\xEEntoarcere st\xE2nga",
935
+ toolbarDrawerShortcutsTurnRight: "\xEEntoarcere dreapta",
936
+ toolbarDrawerShortcutsTurnUp: "\xEEntoarcere sus",
937
+ toolbarDrawerShortcutsTurnDown: "\xEEntoarcere jos",
938
+ toolbarDrawerShortcutsRotateUp: "rotire sus",
939
+ toolbarDrawerShortcutsRotateDown: "rotire jos",
940
+ toolbarDrawerShortcutsRotateLeft: "rotire st\xE2nga",
941
+ toolbarDrawerShortcutsRotateRight: "rotire dreapta",
942
+ toolbarDrawerShortcutsToggleRotate: "comutare rotire",
943
+ toolbarDrawerShortcutsTranslateUp: "transla\u021Bie sus",
944
+ toolbarDrawerShortcutsTranslateDown: "transla\u021Bie jos",
945
+ toolbarDrawerShortcutsTranslateLeft: "transla\u021Bie st\xE2nga",
946
+ toolbarDrawerShortcutsTranslateRight: "transla\u021Bie dreapta",
947
+ toolbarDrawerShortcutsTranslateIn: "transla\u021Bie \xEEn\u0103untru",
948
+ toolbarDrawerShortcutsTranslateOut: "transla\u021Bie \xEEn afar\u0103",
949
+ toolbarDrawerShortcutsToggleTranslate: "comutare transla\u021Bie",
950
+ toolbarDrawerShortcutsScaleUp: "scalare \xEEn sus",
951
+ toolbarDrawerShortcutsScaleDown: "scalare \xEEn jos",
952
+ toolbarDrawerShortcutsToggleScale: "comutare scalare",
953
+ toolbarDrawerShortcutsFocusPlane: "focus plan",
954
+ toolbarDrawerShortcutsFocusParent: "focus p\u0103rinte",
955
+ toolbarDrawerShortcutsRefreshPlane: "restaurare plan",
956
+ toolbarDrawerShortcutsIsolatePlane: "izolare plane",
957
+ toolbarDrawerShortcutsOpenClosedPlane: "deschidere plan \xEEnchis",
958
+ toolbarDrawerShortcutsClosePlane: "\xEEnchidere plan",
959
+ toolbarDrawerShortcutsPreviousRoot: "r\u0103d\u0103cina anterioar\u0103",
960
+ toolbarDrawerShortcutsNextRoot: "r\u0103d\u0103cina urm\u0103toare",
961
+ toolbarDrawerShortcutsFocusRoot: "focus r\u0103d\u0103cin\u0103",
962
+ toolbarDrawerShortcutsArrowOrScrollUp: "\u2191 sau scroll sus",
963
+ toolbarDrawerShortcutsArrowOrScrollDown: "\u2193 sau scroll jos",
964
+ toolbarDrawerShortcutsArrowOrScrollLeft: "\u2190 sau scroll st\xE2nga",
965
+ toolbarDrawerShortcutsArrowOrScrollRight: "\u2192 sau scroll dreapta"
966
+ };
967
+ var romanian_default = romanian;
968
+
969
+ // source/constants/internationalization/russian/index.ts
970
+ var russian = {
971
+ viewcubeFront: "\u043B\u0438\u0446\u043E",
972
+ viewcubeBack: "\u043D\u0430\u0437\u0430\u0434",
973
+ viewcubeLeft: "\u043E\u0441\u0442\u0430\u043B\u043E\u0441\u044C",
974
+ viewcubeRight: "\u043F\u0440\u0430\u0432\u043E",
975
+ viewcubeTop: "\u0432\u0435\u0440\u0445",
976
+ viewcubeBase: "\u0431\u0430\u0437\u0430",
977
+ toolbarTransformRotate: "\u043F\u043E\u0432\u043E\u0440\u043E\u0442",
978
+ toolbarTransformScale: "\u043C\u0430\u0441\u0448\u0442\u0430\u0431",
979
+ toolbarTransformTranslate: "\u043F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438",
980
+ toolbarDrawerGlobalTitle: "\u0413\u043B\u043E\u0431\u0430\u043B\u044C\u043D\u044B\u0439",
981
+ toolbarDrawerGlobalGeneralTheme: "\u043E\u0431\u0449\u0430\u044F \u0442\u0435\u043C\u0430",
982
+ toolbarDrawerGlobalInteractionTheme: "\u0442\u0435\u043C\u0430 \u0432\u0437\u0430\u0438\u043C\u043E\u0434\u0435\u0439\u0441\u0442\u0432\u0438\u044F",
983
+ toolbarDrawerGlobalLanguage: "\u044F\u0437\u044B\u043A",
984
+ toolbarDrawerTransformTitle: "\u043F\u0440\u0435\u043E\u0431\u0440\u0430\u0437\u043E\u0432\u0430\u043D\u0438\u0435",
985
+ toolbarDrawerTransformMultiModeTransform: "\u043C\u043D\u043E\u0433\u043E\u0440\u0435\u0436\u0438\u043C\u043D\u043E\u0435 \u043F\u0440\u0435\u043E\u0431\u0440\u0430\u0437\u043E\u0432\u0430\u043D\u0438\u0435",
986
+ toolbarDrawerTransformAllowRotationX: "\u0440\u0430\u0437\u0440\u0435\u0448\u0438\u0442\u044C \u0432\u0440\u0430\u0449\u0435\u043D\u0438\u0435 \u0445",
987
+ toolbarDrawerTransformAllowRotationY: "\u0440\u0430\u0437\u0440\u0435\u0448\u0438\u0442\u044C \u0432\u0440\u0430\u0449\u0435\u043D\u0438\u0435 \u0443",
988
+ toolbarDrawerTransformAllowTranslationX: "\u0440\u0430\u0437\u0440\u0435\u0448\u0438\u0442\u044C \u043F\u0435\u0440\u0435\u0432\u043E\u0434 \u0445",
989
+ toolbarDrawerTransformAllowTranslationY: "\u0440\u0430\u0437\u0440\u0435\u0448\u0438\u0442\u044C \u043F\u0435\u0440\u0435\u0432\u043E\u0434 y",
990
+ toolbarDrawerTransformAllowTranslationZ: "\u0440\u0430\u0437\u0440\u0435\u0448\u0438\u0442\u044C \u043F\u0435\u0440\u0435\u0432\u043E\u0434 z",
991
+ toolbarDrawerTransformAllowScale: "\u0440\u0430\u0437\u0440\u0435\u0448\u0438\u0442\u044C \u043C\u0430\u0441\u0448\u0442\u0430\u0431",
992
+ toolbarDrawerTransformTouchTransform: "\u0441\u0435\u043D\u0441\u043E\u0440\u043D\u043E\u0435 \u043F\u0440\u0435\u043E\u0431\u0440\u0430\u0437\u043E\u0432\u0430\u043D\u0438\u0435",
993
+ toolbarDrawerSpaceTitle: "k\u043E\u0441\u043C\u043E\u0441",
994
+ toolbarDrawerSpaceTransparentUserInterface: "\u043F\u0440\u043E\u0437\u0440\u0430\u0447\u043D\u044B\u0439 \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u0441\u043A\u0438\u0439 \u0438\u043D\u0442\u0435\u0440\u0444\u0435\u0439\u0441",
995
+ toolbarDrawerSpaceShowTransformOrigin: "\u043F\u043E\u043A\u0430\u0437\u0430\u0442\u044C \u0438\u0441\u0442\u043E\u0447\u043D\u0438\u043A \u043F\u0440\u0435\u043E\u0431\u0440\u0430\u0437\u043E\u0432\u0430\u043D\u0438\u044F",
996
+ toolbarDrawerSpaceTransformOriginSize: "\u043F\u0440\u0435\u043E\u0431\u0440\u0430\u0437\u043E\u0432\u0430\u0442\u044C \u0440\u0430\u0437\u043C\u0435\u0440 \u0438\u0441\u0442\u043E\u0447\u043D\u0438\u043A\u0430",
997
+ toolbarDrawerSpacePlaneOpacity: "\u043D\u0435\u043F\u0440\u043E\u0437\u0440\u0430\u0447\u043D\u043E\u0441\u0442\u044C \u043F\u043B\u043E\u0441\u043A\u043E\u0441\u0442\u0438",
998
+ toolbarDrawerSpaceLayoutType: "\u0442\u0438\u043F \u043C\u0430\u043A\u0435\u0442\u0430",
999
+ toolbarDrawerToolbarTitle: "\u043F\u0430\u043D\u0435\u043B\u044C \u0438\u043D\u0441\u0442\u0440\u0443\u043C\u0435\u043D\u0442\u043E\u0432",
1000
+ toolbarDrawerToolbarAlwaysOpaque: "\u0432\u0441\u0435\u0433\u0434\u0430 \u043D\u0435\u043F\u0440\u043E\u0437\u0440\u0430\u0447\u043D\u044B\u0439",
1001
+ toolbarDrawerToolbarShowTransformIcons: "\u043F\u043E\u043A\u0430\u0437\u0430\u0442\u044C \u0437\u043D\u0430\u0447\u043A\u0438 \u0442\u0440\u0430\u043D\u0441\u0444\u043E\u0440\u043C\u0430\u0446\u0438\u0438",
1002
+ toolbarDrawerToolbarShowTransformArrows: "\u043F\u043E\u043A\u0430\u0437\u0430\u0442\u044C \u0441\u0442\u0440\u0435\u043B\u043A\u0438 \u0442\u0440\u0430\u043D\u0441\u0444\u043E\u0440\u043C\u0430\u0446\u0438\u0438",
1003
+ toolbarDrawerToolbarConcealToolbar: "\u0441\u043A\u0440\u044B\u0442\u044C \u043F\u0430\u043D\u0435\u043B\u044C \u0438\u043D\u0441\u0442\u0440\u0443\u043C\u0435\u043D\u0442\u043E\u0432",
1004
+ toolbarDrawerViewcubeTitle: "\u043A\u0443\u0431",
1005
+ toolbarDrawerViewcubeShowViewcube: "\u043F\u043E\u043A\u0430\u0437\u0430\u0442\u044C \u043A\u0443\u0431",
1006
+ toolbarDrawerViewcubeShowTransformButtons: "\u043F\u043E\u043A\u0430\u0437\u0430\u0442\u044C \u043A\u043D\u043E\u043F\u043A\u0438 \u043F\u0440\u0435\u043E\u0431\u0440\u0430\u0437\u043E\u0432\u0430\u043D\u0438\u044F",
1007
+ toolbarDrawerViewcubeAlwaysOpaque: "\u0432\u0441\u0435\u0433\u0434\u0430 \u043D\u0435\u043F\u0440\u043E\u0437\u0440\u0430\u0447\u043D\u044B\u0439",
1008
+ toolbarDrawerViewcubeConcealViewcube: "\u0441\u043A\u0440\u044B\u0442\u044C \u043A\u0443\u0431",
1009
+ toolbarDrawerTechnicalTitle: "\u0442\u0435\u0445\u043D\u0438\u0447\u0435\u0441\u043A\u0438\u0439",
1010
+ toolbarDrawerTechnicalCullingDistance: "\u0440\u0430\u0441\u0441\u0442\u043E\u044F\u043D\u0438\u0435 \u0432\u044B\u0431\u0440\u0430\u043A\u043E\u0432\u043A\u0438",
1011
+ toolbarDrawerShortcutsTitle: "\u0441\u043E\u0447\u0435\u0442\u0430\u043D\u0438\u044F",
1012
+ toolbarDrawerShortcutsToggleFirstPerson: "\u043F\u0435\u0440\u0435\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u043E\u0442 \u043F\u0435\u0440\u0432\u043E\u0433\u043E \u043B\u0438\u0446\u0430",
1013
+ toolbarDrawerShortcutsMoveForward: "\u0434\u0432\u0438\u0433\u0430\u0442\u044C\u0441\u044F \u0432\u043F\u0435\u0440\u0435\u0434",
1014
+ toolbarDrawerShortcutsMoveBackward: "\u0434\u0432\u0438\u0433\u0430\u0442\u044C\u0441\u044F \u043D\u0430\u0437\u0430\u0434",
1015
+ toolbarDrawerShortcutsMoveLeft: "\u0434\u0432\u0438\u0433\u0430\u0439 \u0432\u043B\u0435\u0432\u043E",
1016
+ toolbarDrawerShortcutsMoveRight: "\u043F\u0435\u0440\u0435\u043C\u0435\u0441\u0442\u0438\u0442\u044C \u0432\u043F\u0440\u0430\u0432\u043E",
1017
+ toolbarDrawerShortcutsMoveUp: "\u0434\u0432\u0438\u0433\u0430\u0442\u044C\u0441\u044F \u0432\u0432\u0435\u0440\u0445",
1018
+ toolbarDrawerShortcutsMoveDown: "\u0434\u0432\u0438\u0433\u0430\u0442\u044C\u0441\u044F \u0432\u043D\u0438\u0437",
1019
+ toolbarDrawerShortcutsTurnLeft: "\u043F\u043E\u0432\u0435\u0440\u043D\u0443\u0442\u044C \u043D\u0430\u043B\u0435\u0432\u043E",
1020
+ toolbarDrawerShortcutsTurnRight: "\u043F\u043E\u0432\u0435\u0440\u043D\u0438 \u043D\u0430\u043F\u0440\u0430\u0432\u043E",
1021
+ toolbarDrawerShortcutsTurnUp: "\u0432\u043A\u043B\u044E\u0447\u0438",
1022
+ toolbarDrawerShortcutsTurnDown: "\u0432\u044B\u043A\u043B\u044E\u0447\u0438\u0442\u044C",
1023
+ toolbarDrawerShortcutsRotateUp: "\u043F\u043E\u0432\u0435\u0440\u043D\u0443\u0442\u044C \u0432\u0432\u0435\u0440\u0445",
1024
+ toolbarDrawerShortcutsRotateDown: "\u043F\u043E\u0432\u0435\u0440\u043D\u0443\u0442\u044C \u0432\u043D\u0438\u0437",
1025
+ toolbarDrawerShortcutsRotateLeft: "\u043F\u043E\u0432\u0435\u0440\u043D\u0438\u0442\u0435 \u0432\u043B\u0435\u0432\u043E",
1026
+ toolbarDrawerShortcutsRotateRight: "\u043F\u043E\u0432\u0435\u0440\u043D\u0443\u0442\u044C \u0432\u043F\u0440\u0430\u0432\u043E",
1027
+ toolbarDrawerShortcutsToggleRotate: "\u0442\u0443\u043C\u0431\u043B\u0435\u0440 \u0432\u0440\u0430\u0449\u0430\u0442\u044C",
1028
+ toolbarDrawerShortcutsTranslateUp: "\u043F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u0432\u0432\u0435\u0440\u0445",
1029
+ toolbarDrawerShortcutsTranslateDown: "\u043F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u0432\u043D\u0438\u0437",
1030
+ toolbarDrawerShortcutsTranslateLeft: "\u043F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u0432\u043B\u0435\u0432\u043E",
1031
+ toolbarDrawerShortcutsTranslateRight: "\u043F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u043F\u0440\u0430\u0432\u043E",
1032
+ toolbarDrawerShortcutsTranslateIn: "\u043F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438 \u043D\u0430",
1033
+ toolbarDrawerShortcutsTranslateOut: "\u043F\u0435\u0440\u0435\u0432\u0435\u0441\u0442\u0438",
1034
+ toolbarDrawerShortcutsToggleTranslate: "\u043F\u0435\u0440\u0435\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u043F\u0435\u0440\u0435\u0432\u043E\u0434",
1035
+ toolbarDrawerShortcutsScaleUp: "\u0443\u0432\u0435\u043B\u0438\u0447\u0438\u0442\u044C \u043C\u0430\u0441\u0448\u0442\u0430\u0431",
1036
+ toolbarDrawerShortcutsScaleDown: "\u0443\u043C\u0435\u043D\u044C\u0448\u0430\u0442\u044C",
1037
+ toolbarDrawerShortcutsToggleScale: "\u0448\u043A\u0430\u043B\u0430 \u043F\u0435\u0440\u0435\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F",
1038
+ toolbarDrawerShortcutsFocusPlane: "\u043F\u043B\u043E\u0441\u043A\u043E\u0441\u0442\u044C \u0444\u043E\u043A\u0443\u0441\u0438\u0440\u043E\u0432\u043A\u0438",
1039
+ toolbarDrawerShortcutsFocusParent: "\u0444\u043E\u043A\u0443\u0441 \u0440\u043E\u0434\u0438\u0442\u0435\u043B\u044C",
1040
+ toolbarDrawerShortcutsRefreshPlane: "\u043E\u0431\u043D\u043E\u0432\u0438\u0442\u044C \u0441\u0430\u043C\u043E\u043B\u0435\u0442",
1041
+ toolbarDrawerShortcutsIsolatePlane: "\u0438\u0437\u043E\u043B\u0438\u0440\u043E\u0432\u0430\u0442\u044C \u0441\u0430\u043C\u043E\u043B\u0435\u0442",
1042
+ toolbarDrawerShortcutsOpenClosedPlane: "\u043E\u0442\u043A\u0440\u044B\u0442\u0430\u044F \u0437\u0430\u043A\u0440\u044B\u0442\u0430\u044F \u043F\u043B\u043E\u0441\u043A\u043E\u0441\u0442\u044C",
1043
+ toolbarDrawerShortcutsClosePlane: "\u0431\u043B\u0438\u0437\u043A\u0438\u0439 \u0441\u0430\u043C\u043E\u043B\u0435\u0442",
1044
+ toolbarDrawerShortcutsPreviousRoot: "\u043F\u0440\u0435\u0434\u044B\u0434\u0443\u0449\u0438\u0439 \u043A\u043E\u0440\u0435\u043D\u044C",
1045
+ toolbarDrawerShortcutsNextRoot: "\u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0438\u0439 \u043A\u043E\u0440\u0435\u043D\u044C",
1046
+ toolbarDrawerShortcutsFocusRoot: "\u043A\u043E\u0440\u0435\u043D\u044C \u0444\u043E\u043A\u0443\u0441\u0430",
1047
+ toolbarDrawerShortcutsArrowOrScrollUp: "\u2191 \u0438\u043B\u0438 \u043F\u0440\u043E\u043A\u0440\u0443\u0442\u0438\u0442\u0435 \u0432\u0432\u0435\u0440\u0445",
1048
+ toolbarDrawerShortcutsArrowOrScrollDown: "\u2193 \u0438\u043B\u0438 \u043F\u0440\u043E\u043A\u0440\u0443\u0442\u0438\u0442\u0435 \u0432\u043D\u0438\u0437",
1049
+ toolbarDrawerShortcutsArrowOrScrollLeft: "\u2190 \u0438\u043B\u0438 \u043F\u0440\u043E\u043A\u0440\u0443\u0442\u0438\u0442\u0435 \u0432\u043B\u0435\u0432\u043E",
1050
+ toolbarDrawerShortcutsArrowOrScrollRight: "\u2192 \u0438\u043B\u0438 \u043F\u0440\u043E\u043A\u0440\u0443\u0442\u0438\u0442\u0435 \u0432\u043F\u0440\u0430\u0432\u043E"
1051
+ };
1052
+ var russian_default = russian;
1053
+
1054
+ // source/constants/internationalization/spanish/index.ts
1055
+ var spanish = {
1056
+ viewcubeFront: "frente",
1057
+ viewcubeBack: "espalda",
1058
+ viewcubeLeft: "izquierda",
1059
+ viewcubeRight: "derecha",
1060
+ viewcubeTop: "top",
1061
+ viewcubeBase: "base",
1062
+ toolbarTransformRotate: "rotar",
1063
+ toolbarTransformScale: "escala",
1064
+ toolbarTransformTranslate: "trasladar",
1065
+ toolbarDrawerGlobalTitle: "global",
1066
+ toolbarDrawerGlobalGeneralTheme: "tema general",
1067
+ toolbarDrawerGlobalInteractionTheme: "tema de interacci\xF3n",
1068
+ toolbarDrawerGlobalLanguage: "lengua",
1069
+ toolbarDrawerTransformTitle: "transformar",
1070
+ toolbarDrawerTransformMultiModeTransform: "transformaci\xF3n multimodo",
1071
+ toolbarDrawerTransformAllowRotationX: "permitir rotaci\xF3n x",
1072
+ toolbarDrawerTransformAllowRotationY: "permitir rotaci\xF3n y",
1073
+ toolbarDrawerTransformAllowTranslationX: "permitir trasladar x",
1074
+ toolbarDrawerTransformAllowTranslationY: "permitir trasladar y",
1075
+ toolbarDrawerTransformAllowTranslationZ: "permitir trasladar z",
1076
+ toolbarDrawerTransformAllowScale: "permitir escala",
1077
+ toolbarDrawerTransformTouchTransform: "toque transformar",
1078
+ toolbarDrawerSpaceTitle: "espacio",
1079
+ toolbarDrawerSpaceTransparentUserInterface: "interfaz de usuario transparente",
1080
+ toolbarDrawerSpaceShowTransformOrigin: "mostrar origen de transformaci\xF3n",
1081
+ toolbarDrawerSpaceTransformOriginSize: "transformar el tama\xF1o del origen",
1082
+ toolbarDrawerSpacePlaneOpacity: "opacidad plana",
1083
+ toolbarDrawerSpaceLayoutType: "tipo de dise\xF1o",
1084
+ toolbarDrawerToolbarTitle: "barra de herramientas",
1085
+ toolbarDrawerToolbarAlwaysOpaque: "siempre opaca",
1086
+ toolbarDrawerToolbarShowTransformIcons: "mostrar iconos de transformaci\xF3n",
1087
+ toolbarDrawerToolbarShowTransformArrows: "mostrar flechas de transformaci\xF3n",
1088
+ toolbarDrawerToolbarConcealToolbar: "ocultar barra de herramientas",
1089
+ toolbarDrawerViewcubeTitle: "cubo",
1090
+ toolbarDrawerViewcubeShowViewcube: "mostrar cubo",
1091
+ toolbarDrawerViewcubeShowTransformButtons: "mostrar botones de transformaci\xF3n",
1092
+ toolbarDrawerViewcubeAlwaysOpaque: "siempre opaca",
1093
+ toolbarDrawerViewcubeConcealViewcube: "ocultar el cubo",
1094
+ toolbarDrawerTechnicalTitle: "t\xE9cnico",
1095
+ toolbarDrawerTechnicalCullingDistance: "distancia de sacrificio",
1096
+ toolbarDrawerShortcutsTitle: "atajos",
1097
+ toolbarDrawerShortcutsToggleFirstPerson: "alternar en primera persona",
1098
+ toolbarDrawerShortcutsMoveForward: "avanzar",
1099
+ toolbarDrawerShortcutsMoveBackward: "mover hacia atr\xE1s",
1100
+ toolbarDrawerShortcutsMoveLeft: "mover hacia la izquierda",
1101
+ toolbarDrawerShortcutsMoveRight: "mover a la derecha",
1102
+ toolbarDrawerShortcutsMoveUp: "ascender",
1103
+ toolbarDrawerShortcutsMoveDown: "mover hacia abajo",
1104
+ toolbarDrawerShortcutsTurnLeft: "girar a la izquierda",
1105
+ toolbarDrawerShortcutsTurnRight: "girar a la derecha",
1106
+ toolbarDrawerShortcutsTurnUp: "aparecer",
1107
+ toolbarDrawerShortcutsTurnDown: "rechazar",
1108
+ toolbarDrawerShortcutsRotateUp: "girar hacia arriba",
1109
+ toolbarDrawerShortcutsRotateDown: "girar hacia abajo",
1110
+ toolbarDrawerShortcutsRotateLeft: "girar a la izquierda",
1111
+ toolbarDrawerShortcutsRotateRight: "girar a la derecha",
1112
+ toolbarDrawerShortcutsToggleRotate: "alternar rotar",
1113
+ toolbarDrawerShortcutsTranslateUp: "trasladar hacia arriba",
1114
+ toolbarDrawerShortcutsTranslateDown: "trasladar hacia abajo",
1115
+ toolbarDrawerShortcutsTranslateLeft: "trasladar a la izquierda",
1116
+ toolbarDrawerShortcutsTranslateRight: "trasladar a la derecha",
1117
+ toolbarDrawerShortcutsTranslateIn: "trasladar en",
1118
+ toolbarDrawerShortcutsTranslateOut: "trasladar fuera",
1119
+ toolbarDrawerShortcutsToggleTranslate: "alternar trasladar",
1120
+ toolbarDrawerShortcutsScaleUp: "aumentar proporcionalmente",
1121
+ toolbarDrawerShortcutsScaleDown: "reducir proporcionalmente",
1122
+ toolbarDrawerShortcutsToggleScale: "alternar escala",
1123
+ toolbarDrawerShortcutsFocusPlane: "plano de enfoque",
1124
+ toolbarDrawerShortcutsFocusParent: "plano parent",
1125
+ toolbarDrawerShortcutsRefreshPlane: "actualizar plano",
1126
+ toolbarDrawerShortcutsIsolatePlane: "aislar plano",
1127
+ toolbarDrawerShortcutsOpenClosedPlane: "plano cerrado abierto",
1128
+ toolbarDrawerShortcutsClosePlane: "plano cercano",
1129
+ toolbarDrawerShortcutsPreviousRoot: "ra\xEDz anterior",
1130
+ toolbarDrawerShortcutsNextRoot: "siguiente ra\xEDz",
1131
+ toolbarDrawerShortcutsFocusRoot: "ra\xEDz de enfoque",
1132
+ toolbarDrawerShortcutsArrowOrScrollUp: "\u2191 o desplazarse hacia arriba",
1133
+ toolbarDrawerShortcutsArrowOrScrollDown: "\u2193 o desplazarse hacia abajo",
1134
+ toolbarDrawerShortcutsArrowOrScrollLeft: "\u2190 o desplazarse hacia la izquierda",
1135
+ toolbarDrawerShortcutsArrowOrScrollRight: "\u2192 o desplazarse hacia la derecha"
1136
+ };
1137
+ var spanish_default = spanish;
1138
+
1139
+ // source/constants/internationalization/fields.ts
1140
+ var internationalizationFields = {
1141
+ viewcubeFront: "viewcubeFront",
1142
+ viewcubeBack: "viewcubeBack",
1143
+ viewcubeLeft: "viewcubeLeft",
1144
+ viewcubeRight: "viewcubeRight",
1145
+ viewcubeTop: "viewcubeTop",
1146
+ viewcubeBase: "viewcubeBase",
1147
+ toolbarTransformRotate: "toolbarTransformRotate",
1148
+ toolbarTransformScale: "toolbarTransformScale",
1149
+ toolbarTransformTranslate: "toolbarTransformTranslate",
1150
+ toolbarDrawerGlobalTitle: "toolbarDrawerGlobalTitle",
1151
+ toolbarDrawerGlobalGeneralTheme: "toolbarDrawerGlobalGeneralTheme",
1152
+ toolbarDrawerGlobalInteractionTheme: "toolbarDrawerGlobalInteractionTheme",
1153
+ toolbarDrawerGlobalLanguage: "toolbarDrawerGlobalLanguage",
1154
+ toolbarDrawerTransformTitle: "toolbarDrawerTransformTitle",
1155
+ toolbarDrawerTransformMultiModeTransform: "toolbarDrawerTransformMultiModeTransform",
1156
+ toolbarDrawerTransformAllowRotationX: "toolbarDrawerTransformAllowRotationX",
1157
+ toolbarDrawerTransformAllowRotationY: "toolbarDrawerTransformAllowRotationY",
1158
+ toolbarDrawerTransformAllowTranslationX: "toolbarDrawerTransformAllowTranslationX",
1159
+ toolbarDrawerTransformAllowTranslationY: "toolbarDrawerTransformAllowTranslationY",
1160
+ toolbarDrawerTransformAllowTranslationZ: "toolbarDrawerTransformAllowTranslationZ",
1161
+ toolbarDrawerTransformAllowScale: "toolbarDrawerTransformAllowScale",
1162
+ toolbarDrawerTransformTouchTransform: "toolbarDrawerTransformTouchTransform",
1163
+ toolbarDrawerSpaceTitle: "toolbarDrawerSpaceTitle",
1164
+ toolbarDrawerSpaceTransparentUserInterface: "toolbarDrawerSpaceTransparentUserInterface",
1165
+ toolbarDrawerSpaceShowTransformOrigin: "toolbarDrawerSpaceShowTransformOrigin",
1166
+ toolbarDrawerSpaceTransformOriginSize: "toolbarDrawerSpaceTransformOriginSize",
1167
+ toolbarDrawerSpacePlaneOpacity: "toolbarDrawerSpacePlaneOpacity",
1168
+ toolbarDrawerSpaceLayoutType: "toolbarDrawerSpaceLayoutType",
1169
+ toolbarDrawerToolbarTitle: "toolbarDrawerToolbarTitle",
1170
+ toolbarDrawerToolbarAlwaysOpaque: "toolbarDrawerToolbarAlwaysOpaque",
1171
+ toolbarDrawerToolbarShowTransformIcons: "toolbarDrawerToolbarShowTransformIcons",
1172
+ toolbarDrawerToolbarShowTransformArrows: "toolbarDrawerToolbarShowTransformArrows",
1173
+ toolbarDrawerToolbarConcealToolbar: "toolbarDrawerToolbarConcealToolbar",
1174
+ toolbarDrawerViewcubeTitle: "toolbarDrawerViewcubeTitle",
1175
+ toolbarDrawerViewcubeShowViewcube: "toolbarDrawerViewcubeShowViewcube",
1176
+ toolbarDrawerViewcubeShowTransformButtons: "toolbarDrawerViewcubeShowTransformButtons",
1177
+ toolbarDrawerViewcubeAlwaysOpaque: "toolbarDrawerViewcubeAlwaysOpaque",
1178
+ toolbarDrawerViewcubeConcealViewcube: "toolbarDrawerViewcubeConcealViewcube",
1179
+ toolbarDrawerMinimapTitle: "toolbarDrawerMinimapTitle",
1180
+ toolbarDrawerMinimapShowMinimap: "toolbarDrawerMinimapShowMinimap",
1181
+ toolbarDrawerMinimapTransparent: "toolbarDrawerMinimapTransparent",
1182
+ toolbarDrawerTechnicalTitle: "toolbarDrawerTechnicalTitle",
1183
+ toolbarDrawerTechnicalCullingDistance: "toolbarDrawerTechnicalCullingDistance",
1184
+ toolbarDrawerShortcutsTitle: "toolbarDrawerShortcutsTitle",
1185
+ toolbarDrawerShortcutsToggleFirstPerson: "toolbarDrawerShortcutsToggleFirstPerson",
1186
+ toolbarDrawerShortcutsMoveForward: "toolbarDrawerShortcutsMoveForward",
1187
+ toolbarDrawerShortcutsMoveBackward: "toolbarDrawerShortcutsMoveBackward",
1188
+ toolbarDrawerShortcutsMoveLeft: "toolbarDrawerShortcutsMoveLeft",
1189
+ toolbarDrawerShortcutsMoveRight: "toolbarDrawerShortcutsMoveRight",
1190
+ toolbarDrawerShortcutsMoveUp: "toolbarDrawerShortcutsMoveUp",
1191
+ toolbarDrawerShortcutsMoveDown: "toolbarDrawerShortcutsMoveDown",
1192
+ toolbarDrawerShortcutsTurnLeft: "toolbarDrawerShortcutsTurnLeft",
1193
+ toolbarDrawerShortcutsTurnRight: "toolbarDrawerShortcutsTurnRight",
1194
+ toolbarDrawerShortcutsTurnUp: "toolbarDrawerShortcutsTurnUp",
1195
+ toolbarDrawerShortcutsTurnDown: "toolbarDrawerShortcutsTurnDown",
1196
+ toolbarDrawerShortcutsRotateUp: "toolbarDrawerShortcutsRotateUp",
1197
+ toolbarDrawerShortcutsRotateDown: "toolbarDrawerShortcutsRotateDown",
1198
+ toolbarDrawerShortcutsRotateLeft: "toolbarDrawerShortcutsRotateLeft",
1199
+ toolbarDrawerShortcutsRotateRight: "toolbarDrawerShortcutsRotateRight",
1200
+ toolbarDrawerShortcutsToggleRotate: "toolbarDrawerShortcutsToggleRotate",
1201
+ toolbarDrawerShortcutsTranslateUp: "toolbarDrawerShortcutsTranslateUp",
1202
+ toolbarDrawerShortcutsTranslateDown: "toolbarDrawerShortcutsTranslateDown",
1203
+ toolbarDrawerShortcutsTranslateLeft: "toolbarDrawerShortcutsTranslateLeft",
1204
+ toolbarDrawerShortcutsTranslateRight: "toolbarDrawerShortcutsTranslateRight",
1205
+ toolbarDrawerShortcutsTranslateIn: "toolbarDrawerShortcutsTranslateIn",
1206
+ toolbarDrawerShortcutsTranslateOut: "toolbarDrawerShortcutsTranslateOut",
1207
+ toolbarDrawerShortcutsToggleTranslate: "toolbarDrawerShortcutsToggleTranslate",
1208
+ toolbarDrawerShortcutsScaleUp: "toolbarDrawerShortcutsScaleUp",
1209
+ toolbarDrawerShortcutsScaleDown: "toolbarDrawerShortcutsScaleDown",
1210
+ toolbarDrawerShortcutsToggleScale: "toolbarDrawerShortcutsToggleScale",
1211
+ toolbarDrawerShortcutsFocusPlane: "toolbarDrawerShortcutsFocusPlane",
1212
+ toolbarDrawerShortcutsFocusParent: "toolbarDrawerShortcutsFocusParent",
1213
+ toolbarDrawerShortcutsRefreshPlane: "toolbarDrawerShortcutsRefreshPlane",
1214
+ toolbarDrawerShortcutsIsolatePlane: "toolbarDrawerShortcutsIsolatePlane",
1215
+ toolbarDrawerShortcutsOpenClosedPlane: "toolbarDrawerShortcutsOpenClosedPlane",
1216
+ toolbarDrawerShortcutsClosePlane: "toolbarDrawerShortcutsClosePlane",
1217
+ toolbarDrawerShortcutsPreviousRoot: "toolbarDrawerShortcutsPreviousRoot",
1218
+ toolbarDrawerShortcutsNextRoot: "toolbarDrawerShortcutsNextRoot",
1219
+ toolbarDrawerShortcutsFocusRoot: "toolbarDrawerShortcutsFocusRoot",
1220
+ toolbarDrawerShortcutsArrowOrScrollUp: "toolbarDrawerShortcutsArrowOrScrollUp",
1221
+ toolbarDrawerShortcutsArrowOrScrollDown: "toolbarDrawerShortcutsArrowOrScrollDown",
1222
+ toolbarDrawerShortcutsArrowOrScrollLeft: "toolbarDrawerShortcutsArrowOrScrollLeft",
1223
+ toolbarDrawerShortcutsArrowOrScrollRight: "toolbarDrawerShortcutsArrowOrScrollRight"
1224
+ };
1225
+ var fields_default = internationalizationFields;
1226
+
1227
+ // source/constants/internationalization/languages.ts
1228
+ var languages = [
1229
+ "chinese",
1230
+ "english",
1231
+ "french",
1232
+ "german",
1233
+ "hindi",
1234
+ "italian",
1235
+ "japanese",
1236
+ "romanian",
1237
+ "russian",
1238
+ "spanish"
1239
+ ];
1240
+ var languages_default = languages;
1241
+
1242
+ // source/constants/internationalization/index.ts
1243
+ var internationalization = {
1244
+ chinese: chinese_default,
1245
+ english: english_default,
1246
+ french: french_default,
1247
+ german: german_default,
1248
+ hindi: hindi_default,
1249
+ italian: italian_default,
1250
+ japanese: japanese_default,
1251
+ romanian: romanian_default,
1252
+ russian: russian_default,
1253
+ spanish: spanish_default,
1254
+ fields: fields_default,
1255
+ languages: languages_default
1256
+ };
1257
+
1258
+ // source/constants/keys/index.ts
1259
+ var keyModifiers = {
1260
+ SHIFT: "\u21E7",
1261
+ ALT: "\u2325",
1262
+ CTRL: "\u2303",
1263
+ META: "\u2318",
1264
+ CTRLMETA: "\u2303/\u2318"
1265
+ };
1266
+
1267
+ // source/constants/protocols/index.ts
1268
+ var PROTOCOL_SEPARATOR = "://";
1269
+ var HTTP_PROTOCOL = "http";
1270
+ var HTTPS_PROTOCOL = "https";
1271
+ var PLURID_PROTOCOL = "plurid";
1272
+ var protocols = {
1273
+ http: HTTP_PROTOCOL + PROTOCOL_SEPARATOR,
1274
+ https: HTTPS_PROTOCOL + PROTOCOL_SEPARATOR,
1275
+ plurid: PLURID_PROTOCOL + PROTOCOL_SEPARATOR
1276
+ };
1277
+
1278
+ // source/constants/pubsub/index.ts
1279
+ var PLURID_PUBSUB_TOPIC = {
1280
+ CONFIGURATION: "configuration",
1281
+ SPACE_ANIMATED_TRANSFORM: "space.animatedTransform",
1282
+ SPACE_ROTATE_UP: "space.rotateUp",
1283
+ SPACE_ROTATE_DOWN: "space.rotateDown",
1284
+ SPACE_ROTATE_LEFT: "space.rotateLeft",
1285
+ SPACE_ROTATE_RIGHT: "space.rotateRight",
1286
+ SPACE_ROTATE_X_WITH: "space.rotateXWith",
1287
+ SPACE_ROTATE_Y_WITH: "space.rotateYWith",
1288
+ SPACE_ROTATE_X_TO: "space.rotateXTo",
1289
+ SPACE_ROTATE_Y_TO: "space.rotateYTo",
1290
+ SPACE_TRANSLATE_UP: "space.translateUp",
1291
+ SPACE_TRANSLATE_DOWN: "space.translateDown",
1292
+ SPACE_TRANSLATE_LEFT: "space.translateLeft",
1293
+ SPACE_TRANSLATE_RIGHT: "space.translateRight",
1294
+ SPACE_TRANSLATE_X_WITH: "space.translateXWith",
1295
+ SPACE_TRANSLATE_Y_WITH: "space.translateYWith",
1296
+ SPACE_TRANSLATE_Z_WITH: "space.translateZWith",
1297
+ SPACE_TRANSLATE_X_TO: "space.translateXTo",
1298
+ SPACE_TRANSLATE_Y_TO: "space.translateYTo",
1299
+ SPACE_TRANSLATE_Z_TO: "space.translateZTo",
1300
+ SPACE_SCALE_UP: "space.scaleUp",
1301
+ SPACE_SCALE_DOWN: "space.scaleDown",
1302
+ SPACE_SCALE_WITH: "space.scaleWith",
1303
+ SPACE_TRANSFORM: "space.transform",
1304
+ VIEW_ADD_PLANE: "view.addPlane",
1305
+ VIEW_SET_PLANES: "view.setPlanes",
1306
+ VIEW_REMOVE_PLANE: "view.removePlane",
1307
+ NAVIGATE_TO_PLANE: "space.navigateToPlane",
1308
+ REFRESH_PLANE: "space.refreshPlane",
1309
+ ISOLATE_PLANE: "space.isolatePlane",
1310
+ OPEN_CLOSED_PLANE: "space.openClosedPlane",
1311
+ CLOSE_PLANE: "space.closePlane",
1312
+ PREVIOUS_ROOT: "space.previousRoot",
1313
+ NEXT_ROOT: "space.nextRoot",
1314
+ NAVIGATE_TO_ROOT: "space.navigateToRoot",
1315
+ ADD_PLANE_LINK: "space.addPlaneLink",
1316
+ REMOVE_PLANE_LINK: "space.removePlaneLink",
1317
+ SET_PLANE_LINKS: "space.setPlaneLinks",
1318
+ SET_SELECTION: "space.setSelection",
1319
+ TOGGLE_SELECTION: "space.toggleSelection",
1320
+ CLEAR_SELECTION: "space.clearSelection",
1321
+ // Collaboration seam (transport-agnostic). The engine PUBLISHES `collaborationMutation` when the
1322
+ // shared arrangement changes; a host forwards it over its transport and republishes incoming peer
1323
+ // changes as `applyRemoteMutation`.
1324
+ COLLABORATION_MUTATION: "space.collaborationMutation",
1325
+ APPLY_REMOTE_MUTATION: "space.applyRemoteMutation",
1326
+ /** Programmatic camera control: a host publishes an encoded viewpoint to move/jump the camera. */
1327
+ SET_VIEWPOINT: "space.setViewpoint",
1328
+ // High-value declarative control (the niche operations are reachable via the `onReady` api). All
1329
+ // no-data unless noted.
1330
+ FIT_TO_VIEW: "space.fitToView",
1331
+ RESET_TRANSFORM: "space.resetTransform",
1332
+ UNDO: "space.undo",
1333
+ REDO: "space.redo",
1334
+ SET_TREE: "space.setTree",
1335
+ // data: { tree }
1336
+ /**
1337
+ * The single engine→host OBSERVE channel: published as `{ kind, value }` whenever a watched slice
1338
+ * changes (`selection`/`tree`/`links`/`activePlane`/`isolate`/`layoutResolved`/`loading`). One
1339
+ * subscription covers all of them — finer than diffing snapshots, lighter than N topics.
1340
+ */
1341
+ CHANGED: "space.changed",
1342
+ SET_PLANE_PATH: "plane.setPath"
1343
+ };
1344
+
1345
+ // source/constants/shortcuts/index.ts
1346
+ var {
1347
+ fields: internationalizationFields2
1348
+ } = internationalization;
1349
+ var shortcutsNames = {
1350
+ TOGGLE_FIRST_PERSON: {
1351
+ name: internationalizationFields2.toolbarDrawerShortcutsToggleFirstPerson,
1352
+ key: "f"
1353
+ },
1354
+ MOVE_FORWARD: {
1355
+ name: internationalizationFields2.toolbarDrawerShortcutsMoveForward,
1356
+ key: "w"
1357
+ },
1358
+ MOVE_BACKWARD: {
1359
+ name: internationalizationFields2.toolbarDrawerShortcutsMoveBackward,
1360
+ key: "s"
1361
+ },
1362
+ MOVE_LEFT: {
1363
+ name: internationalizationFields2.toolbarDrawerShortcutsMoveLeft,
1364
+ key: "a"
1365
+ },
1366
+ MOVE_RIGHT: {
1367
+ name: internationalizationFields2.toolbarDrawerShortcutsMoveRight,
1368
+ key: "d"
1369
+ },
1370
+ MOVE_UP: {
1371
+ name: internationalizationFields2.toolbarDrawerShortcutsMoveUp,
1372
+ key: "e"
1373
+ },
1374
+ MOVE_DOWN: {
1375
+ name: internationalizationFields2.toolbarDrawerShortcutsMoveDown,
1376
+ key: "c"
1377
+ },
1378
+ TURN_LEFT: {
1379
+ name: internationalizationFields2.toolbarDrawerShortcutsTurnLeft,
1380
+ key: "a",
1381
+ modifier: keyModifiers.SHIFT
1382
+ },
1383
+ TURN_RIGHT: {
1384
+ name: internationalizationFields2.toolbarDrawerShortcutsTurnRight,
1385
+ key: "d",
1386
+ modifier: keyModifiers.SHIFT
1387
+ },
1388
+ TURN_UP: {
1389
+ name: internationalizationFields2.toolbarDrawerShortcutsTurnUp,
1390
+ key: "q"
1391
+ },
1392
+ TURN_DOWN: {
1393
+ name: internationalizationFields2.toolbarDrawerShortcutsTurnDown,
1394
+ key: "z"
1395
+ },
1396
+ ROTATE_UP: {
1397
+ name: internationalizationFields2.toolbarDrawerShortcutsRotateUp,
1398
+ internationalizedKey: true,
1399
+ key: internationalizationFields2.toolbarDrawerShortcutsArrowOrScrollUp,
1400
+ modifier: keyModifiers.SHIFT
1401
+ },
1402
+ ROTATE_DOWN: {
1403
+ name: internationalizationFields2.toolbarDrawerShortcutsRotateDown,
1404
+ internationalizedKey: true,
1405
+ key: internationalizationFields2.toolbarDrawerShortcutsArrowOrScrollDown,
1406
+ modifier: keyModifiers.SHIFT
1407
+ },
1408
+ ROTATE_LEFT: {
1409
+ name: internationalizationFields2.toolbarDrawerShortcutsRotateLeft,
1410
+ internationalizedKey: true,
1411
+ key: internationalizationFields2.toolbarDrawerShortcutsArrowOrScrollLeft,
1412
+ modifier: keyModifiers.SHIFT
1413
+ },
1414
+ ROTATE_RIGHT: {
1415
+ name: internationalizationFields2.toolbarDrawerShortcutsRotateRight,
1416
+ internationalizedKey: true,
1417
+ key: internationalizationFields2.toolbarDrawerShortcutsArrowOrScrollRight,
1418
+ modifier: keyModifiers.SHIFT
1419
+ },
1420
+ TOGGLE_ROTATE: {
1421
+ name: internationalizationFields2.toolbarDrawerShortcutsToggleRotate,
1422
+ key: "r"
1423
+ },
1424
+ TRANSLATE_UP: {
1425
+ name: internationalizationFields2.toolbarDrawerShortcutsTranslateUp,
1426
+ internationalizedKey: true,
1427
+ key: internationalizationFields2.toolbarDrawerShortcutsArrowOrScrollUp,
1428
+ modifier: keyModifiers.ALT
1429
+ },
1430
+ TRANSLATE_DOWN: {
1431
+ name: internationalizationFields2.toolbarDrawerShortcutsTranslateDown,
1432
+ internationalizedKey: true,
1433
+ key: internationalizationFields2.toolbarDrawerShortcutsArrowOrScrollDown,
1434
+ modifier: keyModifiers.ALT
1435
+ },
1436
+ TRANSLATE_LEFT: {
1437
+ name: internationalizationFields2.toolbarDrawerShortcutsTranslateLeft,
1438
+ internationalizedKey: true,
1439
+ key: internationalizationFields2.toolbarDrawerShortcutsArrowOrScrollLeft,
1440
+ modifier: keyModifiers.ALT
1441
+ },
1442
+ TRANSLATE_RIGHT: {
1443
+ name: internationalizationFields2.toolbarDrawerShortcutsTranslateRight,
1444
+ internationalizedKey: true,
1445
+ key: internationalizationFields2.toolbarDrawerShortcutsArrowOrScrollRight,
1446
+ modifier: keyModifiers.ALT
1447
+ },
1448
+ TRANSLATE_IN: {
1449
+ name: internationalizationFields2.toolbarDrawerShortcutsTranslateIn,
1450
+ internationalizedKey: true,
1451
+ key: internationalizationFields2.toolbarDrawerShortcutsArrowOrScrollUp,
1452
+ modifier: [keyModifiers.SHIFT, keyModifiers.ALT]
1453
+ },
1454
+ TRANSLATE_OUT: {
1455
+ name: internationalizationFields2.toolbarDrawerShortcutsTranslateOut,
1456
+ internationalizedKey: true,
1457
+ key: internationalizationFields2.toolbarDrawerShortcutsArrowOrScrollDown,
1458
+ modifier: [keyModifiers.SHIFT, keyModifiers.ALT]
1459
+ },
1460
+ TOGGLE_TRANSLATE: {
1461
+ name: internationalizationFields2.toolbarDrawerShortcutsToggleTranslate,
1462
+ key: "t"
1463
+ },
1464
+ SCALE_UP: {
1465
+ name: internationalizationFields2.toolbarDrawerShortcutsScaleUp,
1466
+ internationalizedKey: true,
1467
+ key: internationalizationFields2.toolbarDrawerShortcutsArrowOrScrollUp,
1468
+ modifier: keyModifiers.CTRLMETA
1469
+ },
1470
+ SCALE_DOWN: {
1471
+ name: internationalizationFields2.toolbarDrawerShortcutsScaleDown,
1472
+ internationalizedKey: true,
1473
+ key: internationalizationFields2.toolbarDrawerShortcutsArrowOrScrollDown,
1474
+ modifier: keyModifiers.CTRLMETA
1475
+ },
1476
+ TOGGLE_SCALE: {
1477
+ name: internationalizationFields2.toolbarDrawerShortcutsToggleScale,
1478
+ key: "s"
1479
+ },
1480
+ FOCUS_PLANE: {
1481
+ name: internationalizationFields2.toolbarDrawerShortcutsFocusPlane,
1482
+ key: "f",
1483
+ modifier: keyModifiers.ALT
1484
+ },
1485
+ FOCUS_PARENT: {
1486
+ name: internationalizationFields2.toolbarDrawerShortcutsFocusParent,
1487
+ key: "b",
1488
+ modifier: keyModifiers.ALT
1489
+ },
1490
+ REFRESH_PLANE: {
1491
+ name: internationalizationFields2.toolbarDrawerShortcutsRefreshPlane,
1492
+ key: "r",
1493
+ modifier: keyModifiers.ALT
1494
+ },
1495
+ ISOLATE_PLANE: {
1496
+ name: internationalizationFields2.toolbarDrawerShortcutsIsolatePlane,
1497
+ key: "e",
1498
+ modifier: keyModifiers.ALT
1499
+ },
1500
+ OPEN_CLOSED_PLANE: {
1501
+ name: internationalizationFields2.toolbarDrawerShortcutsOpenClosedPlane,
1502
+ key: "t",
1503
+ modifier: [keyModifiers.ALT, keyModifiers.SHIFT]
1504
+ },
1505
+ CLOSE_PLANE: {
1506
+ name: internationalizationFields2.toolbarDrawerShortcutsClosePlane,
1507
+ key: "w",
1508
+ modifier: keyModifiers.ALT
1509
+ },
1510
+ PREVIOUS_ROOT: {
1511
+ name: internationalizationFields2.toolbarDrawerShortcutsPreviousRoot,
1512
+ key: "a",
1513
+ modifier: keyModifiers.ALT
1514
+ },
1515
+ NEXT_ROOT: {
1516
+ name: internationalizationFields2.toolbarDrawerShortcutsNextRoot,
1517
+ key: "d",
1518
+ modifier: keyModifiers.ALT
1519
+ },
1520
+ FOCUS_ROOT: {
1521
+ name: internationalizationFields2.toolbarDrawerShortcutsFocusRoot,
1522
+ key: "[digit]",
1523
+ modifier: keyModifiers.ALT
1524
+ }
1525
+ };
1526
+ var defaultShortcuts = [
1527
+ {
1528
+ type: "TOGGLE_FIRST_PERSON" /* TOGGLE_FIRST_PERSON */,
1529
+ key: "f"
1530
+ },
1531
+ {
1532
+ type: "MOVE_FORWARD" /* MOVE_FORWARD */,
1533
+ key: "w"
1534
+ },
1535
+ {
1536
+ type: "MOVE_BACKWARD" /* MOVE_BACKWARD */,
1537
+ key: "s"
1538
+ },
1539
+ {
1540
+ type: "MOVE_LEFT" /* MOVE_LEFT */,
1541
+ key: "a"
1542
+ },
1543
+ {
1544
+ type: "MOVE_RIGHT" /* MOVE_RIGHT */,
1545
+ key: "d"
1546
+ },
1547
+ {
1548
+ type: "MOVE_UP" /* MOVE_UP */,
1549
+ key: "e"
1550
+ },
1551
+ {
1552
+ type: "MOVE_DOWN" /* MOVE_DOWN */,
1553
+ key: "c"
1554
+ },
1555
+ {
1556
+ type: "TURN_LEFT" /* TURN_LEFT */,
1557
+ key: "a",
1558
+ modifier: "SHIFT" /* SHIFT */
1559
+ },
1560
+ {
1561
+ type: "TURN_RIGHT" /* TURN_RIGHT */,
1562
+ key: "d",
1563
+ modifier: "SHIFT" /* SHIFT */
1564
+ },
1565
+ {
1566
+ type: "TURN_UP" /* TURN_UP */,
1567
+ key: "q"
1568
+ },
1569
+ {
1570
+ type: "TURN_DOWN" /* TURN_DOWN */,
1571
+ key: "z"
1572
+ },
1573
+ {
1574
+ type: "ROTATE_UP" /* ROTATE_UP */,
1575
+ key: "ArrowUp",
1576
+ modifier: "SHIFT" /* SHIFT */
1577
+ },
1578
+ {
1579
+ type: "ROTATE_DOWN" /* ROTATE_DOWN */,
1580
+ key: "ArrowDown",
1581
+ modifier: "SHIFT" /* SHIFT */
1582
+ },
1583
+ {
1584
+ type: "ROTATE_LEFT" /* ROTATE_LEFT */,
1585
+ key: "ArrowLeft",
1586
+ modifier: "SHIFT" /* SHIFT */
1587
+ },
1588
+ {
1589
+ type: "ROTATE_RIGHT" /* ROTATE_RIGHT */,
1590
+ key: "ArrowRight",
1591
+ modifier: "SHIFT" /* SHIFT */
1592
+ },
1593
+ {
1594
+ type: "TOGGLE_ROTATE" /* TOGGLE_ROTATE */,
1595
+ key: "r"
1596
+ },
1597
+ {
1598
+ type: "TRANSLATE_UP" /* TRANSLATE_UP */,
1599
+ key: "ArrowUp",
1600
+ modifier: "ALT" /* ALT */
1601
+ },
1602
+ {
1603
+ type: "TRANSLATE_DOWN" /* TRANSLATE_DOWN */,
1604
+ key: "ArrowDown",
1605
+ modifier: "ALT" /* ALT */
1606
+ },
1607
+ {
1608
+ type: "TRANSLATE_LEFT" /* TRANSLATE_LEFT */,
1609
+ key: "ArrowLeft",
1610
+ modifier: "ALT" /* ALT */
1611
+ },
1612
+ {
1613
+ type: "TRANSLATE_RIGHT" /* TRANSLATE_RIGHT */,
1614
+ key: "ArrowRight",
1615
+ modifier: "ALT" /* ALT */
1616
+ },
1617
+ {
1618
+ type: "TRANSLATE_IN" /* TRANSLATE_IN */,
1619
+ key: "ArrowUp",
1620
+ modifier: ["SHIFT" /* SHIFT */, "ALT" /* ALT */]
1621
+ },
1622
+ {
1623
+ type: "TRANSLATE_OUT" /* TRANSLATE_OUT */,
1624
+ key: "ArrowDown",
1625
+ modifier: ["SHIFT" /* SHIFT */, "ALT" /* ALT */]
1626
+ },
1627
+ {
1628
+ type: "TOGGLE_TRANSLATE" /* TOGGLE_TRANSLATE */,
1629
+ key: "t"
1630
+ },
1631
+ {
1632
+ type: "SCALE_UP" /* SCALE_UP */,
1633
+ key: "ArrowUp",
1634
+ modifier: "META" /* META */
1635
+ },
1636
+ {
1637
+ type: "SCALE_DOWN" /* SCALE_DOWN */,
1638
+ key: "ArrowDown",
1639
+ modifier: "META" /* META */
1640
+ },
1641
+ {
1642
+ type: "TOGGLE_SCALE" /* TOGGLE_SCALE */,
1643
+ key: "s"
1644
+ },
1645
+ {
1646
+ type: "FOCUS_PLANE" /* FOCUS_PLANE */,
1647
+ key: "f",
1648
+ modifier: "ALT" /* ALT */
1649
+ },
1650
+ {
1651
+ type: "FOCUS_PARENT" /* FOCUS_PARENT */,
1652
+ key: "b",
1653
+ modifier: "ALT" /* ALT */
1654
+ },
1655
+ {
1656
+ type: "REFRESH_PLANE" /* REFRESH_PLANE */,
1657
+ key: "r",
1658
+ modifier: "ALT" /* ALT */
1659
+ },
1660
+ {
1661
+ type: "ISOLATE_PLANE" /* ISOLATE_PLANE */,
1662
+ key: "e",
1663
+ modifier: "ALT" /* ALT */
1664
+ },
1665
+ {
1666
+ type: "CLOSE_PLANE" /* CLOSE_PLANE */,
1667
+ key: "w",
1668
+ modifier: "ALT" /* ALT */
1669
+ },
1670
+ {
1671
+ type: "OPEN_CLOSED_PLANE" /* OPEN_CLOSED_PLANE */,
1672
+ key: "t",
1673
+ modifier: ["ALT" /* ALT */, "SHIFT" /* SHIFT */]
1674
+ },
1675
+ {
1676
+ type: "PREVIOUS_ROOT" /* PREVIOUS_ROOT */,
1677
+ key: "a",
1678
+ modifier: "ALT" /* ALT */
1679
+ },
1680
+ {
1681
+ type: "NEXT_ROOT" /* NEXT_ROOT */,
1682
+ key: "d",
1683
+ modifier: "ALT" /* ALT */
1684
+ },
1685
+ {
1686
+ type: "FOCUS_ROOT" /* FOCUS_ROOT */,
1687
+ key: "[digit]",
1688
+ modifier: "ALT" /* ALT */
1689
+ }
1690
+ ];
1691
+
1692
+ // source/constants/space/index.ts
1693
+ var ROTATION_STEP = 3.01;
1694
+ var TRANSLATION_STEP = 25;
1695
+ var SCALE_STEP = 0.05;
1696
+ var SCALE_LOWER_LIMIT = 0.1;
1697
+ var SCALE_UPPER_LIMIT = 4;
1698
+ var ROOTS_GAP = 50;
1699
+ var PLANE_DEFAULT_ANGLE = 90.1;
1700
+ var FOCUS_ANCHOR_SUFFIX = "-focus";
1701
+
1702
+ // source/constants/tree/index.ts
1703
+ var defaultTreePlane = {
1704
+ sourceID: "",
1705
+ planeID: "",
1706
+ route: "",
1707
+ children: [],
1708
+ routeDivisions: {
1709
+ protocol: {
1710
+ value: "http",
1711
+ secure: false
1712
+ },
1713
+ host: {
1714
+ value: "",
1715
+ controlled: false
1716
+ },
1717
+ path: {
1718
+ value: "",
1719
+ parameters: {},
1720
+ query: {}
1721
+ },
1722
+ space: {
1723
+ value: "",
1724
+ parameters: {},
1725
+ query: {}
1726
+ },
1727
+ universe: {
1728
+ value: "",
1729
+ parameters: {},
1730
+ query: {}
1731
+ },
1732
+ cluster: {
1733
+ value: "",
1734
+ parameters: {},
1735
+ query: {}
1736
+ },
1737
+ plane: {
1738
+ value: "",
1739
+ parameters: {},
1740
+ query: {},
1741
+ fragments: {
1742
+ elements: [],
1743
+ texts: []
1744
+ }
1745
+ },
1746
+ valid: false
1747
+ },
1748
+ height: 0,
1749
+ width: 0,
1750
+ location: {
1751
+ translateX: 0,
1752
+ translateY: 0,
1753
+ translateZ: 0,
1754
+ rotateX: 0,
1755
+ rotateY: 0
1756
+ },
1757
+ show: true
1758
+ };
1759
+
1760
+ export { FOCUS_ANCHOR_SUFFIX, HTTPS_PROTOCOL, HTTP_PROTOCOL, KEY_MODIFIERS, LAYOUT_TYPES, PLANE_DEFAULT_ANGLE, PLURID_DEFAULT_ANIMATED_TRANSFORM_TIMEOUT, PLURID_DEFAULT_CONFIGURATION_LINK_PREVIEW_FADE_IN, PLURID_DEFAULT_CONFIGURATION_LINK_PREVIEW_FADE_OUT, PLURID_DEFAULT_CONFIGURATION_LINK_PREVIEW_OFFSET_X, PLURID_DEFAULT_CONFIGURATION_LINK_PREVIEW_OFFSET_Y, PLURID_DEFAULT_CONFIGURATION_LINK_PREVIEW_SHOW, PLURID_DEFAULT_CONFIGURATION_LINK_SUFFIX, PLURID_DEFAULT_CONFIGURATION_NETWORK_HOST, PLURID_DEFAULT_CONFIGURATION_SPACE_CULLING_DISTANCE, PLURID_DEFAULT_PREVENT_OVERSCROLL_TIMEOUT, PLURID_DEFAULT_RESIZE_DEBOUNCE_TIME, PLURID_ENTITY_ALIGNMENT_GUIDES, PLURID_ENTITY_APPLICATION_CONFIGURATOR, PLURID_ENTITY_LINK, PLURID_ENTITY_MULTISPACE, PLURID_ENTITY_PLANE, PLURID_ENTITY_PLANE_BRIDGE, PLURID_ENTITY_PLANE_CONFIGURATOR, PLURID_ENTITY_PLANE_CONTENT, PLURID_ENTITY_PLANE_CONTROLS, PLURID_ENTITY_PLANE_DEBUGGER, PLURID_ENTITY_PLANE_LINKS, PLURID_ENTITY_ROOT, PLURID_ENTITY_ROOTS, PLURID_ENTITY_SPACE, PLURID_ENTITY_SPACE_DEBUGGER, PLURID_ENTITY_TOOLBAR, PLURID_ENTITY_TRANSFORM_ORIGIN, PLURID_ENTITY_UNIVERSE_EXPLORER, PLURID_ENTITY_VIEW, PLURID_ENTITY_VIEWCUBE, PLURID_PROTOCOL, PLURID_PUBSUB_TOPIC, PLURID_ROUTER_LOCATION_CHANGED, PLURID_ROUTER_LOCATION_STORED, PLURID_ROUTER_STORAGE, PLURID_ROUTE_DEFAULT, PLURID_ROUTE_DEFAULT_CLUSTER, PLURID_ROUTE_DEFAULT_CLUSTER_VALUE, PLURID_ROUTE_DEFAULT_PATH, PLURID_ROUTE_DEFAULT_PATH_VALUE, PLURID_ROUTE_DEFAULT_SPACE, PLURID_ROUTE_DEFAULT_SPACE_VALUE, PLURID_ROUTE_DEFAULT_UNIVERSE, PLURID_ROUTE_DEFAULT_UNIVERSE_VALUE, PLURID_ROUTE_SEPARATOR, PROTOCOL_SEPARATOR, ROOTS_GAP, ROTATION_STEP, SCALE_LOWER_LIMIT, SCALE_STEP, SCALE_UPPER_LIMIT, SHORTCUTS, SIZES, TOOLBAR_DRAWERS, TRANSFORM_MODES, TRANSFORM_TOUCHES, TRANSLATION_STEP, compareTypes, defaultConfiguration, defaultConfigurationDevelopment, defaultConfigurationElements, defaultConfigurationGlobal, defaultConfigurationNetwork, defaultConfigurationSpace, defaultShortcuts, defaultTreePlane, directions, internationalization, keyModifiers, layoutNames, protocols, shortcutsNames };
1761
+ //# sourceMappingURL=index.mjs.map
1762
+ //# sourceMappingURL=index.mjs.map