@plurid/plurid-data 0.0.0-0 → 0.0.0-11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/distribution/constants/index.d.ts +1 -0
- package/distribution/constants/internationalization/index.d.ts +10 -10
- package/distribution/constants/pubsub/index.d.ts +32 -0
- package/distribution/enumerations/general/index.d.ts +68 -0
- package/distribution/enumerations/index.d.ts +1 -68
- package/distribution/index.es.js +1416 -1359
- package/distribution/index.es.js.map +1 -1
- package/distribution/index.js +1479 -1353
- package/distribution/index.js.map +1 -1
- package/distribution/interfaces/external/application/index.d.ts +40 -7
- package/distribution/interfaces/external/cluster/index.d.ts +3 -3
- package/distribution/interfaces/external/component/index.d.ts +18 -39
- package/distribution/interfaces/external/configuration/index.d.ts +12 -5
- package/distribution/interfaces/external/configurator/index.d.ts +1 -1
- package/distribution/interfaces/external/index.d.ts +4 -0
- package/distribution/interfaces/external/layout/index.d.ts +1 -2
- package/distribution/interfaces/external/link/index.d.ts +3 -4
- package/distribution/interfaces/external/plane/index.d.ts +32 -15
- package/distribution/interfaces/external/pubsub/index.d.ts +11 -0
- package/distribution/interfaces/external/pubsub/message.d.ts +233 -0
- package/distribution/interfaces/external/registrar/index.d.ts +7 -0
- package/distribution/interfaces/external/router/fragment/index.d.ts +18 -0
- package/distribution/interfaces/external/router/index.d.ts +19 -210
- package/distribution/interfaces/external/router/multispace/index.d.ts +14 -0
- package/distribution/interfaces/external/router/preserve/index.d.ts +70 -0
- package/distribution/interfaces/external/router/route/index.d.ts +163 -0
- package/distribution/interfaces/external/routing/index.d.ts +58 -0
- package/distribution/interfaces/external/universe/index.d.ts +3 -3
- package/distribution/interfaces/external/window/index.d.ts +4 -0
- package/distribution/interfaces/internal/context/index.d.ts +10 -5
- package/distribution/interfaces/internal/plane/index.d.ts +2 -3
- package/distribution/interfaces/internal/state/index.d.ts +9 -11
- package/distribution/interfaces/internal/universe/index.d.ts +4 -4
- package/package.json +15 -11
package/distribution/index.es.js
CHANGED
|
@@ -1,1396 +1,1453 @@
|
|
|
1
|
-
const compareTypes = {
|
|
2
|
-
equal:
|
|
3
|
-
equalLessThan:
|
|
4
|
-
lessThan:
|
|
5
|
-
equalGreaterThan:
|
|
6
|
-
greaterThan:
|
|
1
|
+
const compareTypes = {
|
|
2
|
+
equal: "==",
|
|
3
|
+
equalLessThan: "<=",
|
|
4
|
+
lessThan: "<",
|
|
5
|
+
equalGreaterThan: ">=",
|
|
6
|
+
greaterThan: ">"
|
|
7
7
|
};
|
|
8
8
|
|
|
9
|
-
var SHORTCUTS;
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
SHORTCUTS["
|
|
13
|
-
SHORTCUTS["
|
|
14
|
-
SHORTCUTS["
|
|
15
|
-
SHORTCUTS["
|
|
16
|
-
SHORTCUTS["
|
|
17
|
-
SHORTCUTS["
|
|
18
|
-
SHORTCUTS["
|
|
19
|
-
SHORTCUTS["
|
|
20
|
-
SHORTCUTS["
|
|
21
|
-
SHORTCUTS["
|
|
22
|
-
SHORTCUTS["
|
|
23
|
-
SHORTCUTS["
|
|
24
|
-
SHORTCUTS["
|
|
25
|
-
SHORTCUTS["
|
|
26
|
-
SHORTCUTS["
|
|
27
|
-
SHORTCUTS["
|
|
28
|
-
SHORTCUTS["
|
|
29
|
-
SHORTCUTS["
|
|
30
|
-
SHORTCUTS["
|
|
31
|
-
SHORTCUTS["
|
|
32
|
-
SHORTCUTS["
|
|
33
|
-
SHORTCUTS["
|
|
34
|
-
SHORTCUTS["
|
|
35
|
-
SHORTCUTS["
|
|
36
|
-
SHORTCUTS["
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
KEY_MODIFIERS["
|
|
44
|
-
KEY_MODIFIERS["
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
LAYOUT_TYPES["
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
var
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
})(
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
9
|
+
var SHORTCUTS;
|
|
10
|
+
|
|
11
|
+
(function(SHORTCUTS) {
|
|
12
|
+
SHORTCUTS["TOGGLE_FIRST_PERSON"] = "TOGGLE_FIRST_PERSON";
|
|
13
|
+
SHORTCUTS["MOVE_FORWARD"] = "MOVE_FORWARD";
|
|
14
|
+
SHORTCUTS["MOVE_BACKWARD"] = "MOVE_BACKWARD";
|
|
15
|
+
SHORTCUTS["MOVE_LEFT"] = "MOVE_LEFT";
|
|
16
|
+
SHORTCUTS["MOVE_RIGHT"] = "MOVE_RIGHT";
|
|
17
|
+
SHORTCUTS["MOVE_UP"] = "MOVE_UP";
|
|
18
|
+
SHORTCUTS["MOVE_DOWN"] = "MOVE_DOWN";
|
|
19
|
+
SHORTCUTS["TURN_LEFT"] = "TURN_LEFT";
|
|
20
|
+
SHORTCUTS["TURN_RIGHT"] = "TURN_RIGHT";
|
|
21
|
+
SHORTCUTS["TURN_UP"] = "TURN_UP";
|
|
22
|
+
SHORTCUTS["TURN_DOWN"] = "TURN_DOWN";
|
|
23
|
+
SHORTCUTS["ROTATE_UP"] = "ROTATE_UP";
|
|
24
|
+
SHORTCUTS["ROTATE_DOWN"] = "ROTATE_DOWN";
|
|
25
|
+
SHORTCUTS["ROTATE_LEFT"] = "ROTATE_LEFT";
|
|
26
|
+
SHORTCUTS["ROTATE_RIGHT"] = "ROTATE_RIGHT";
|
|
27
|
+
SHORTCUTS["TOGGLE_ROTATE"] = "TOGGLE_ROTATE";
|
|
28
|
+
SHORTCUTS["TRANSLATE_UP"] = "TRANSLATE_UP";
|
|
29
|
+
SHORTCUTS["TRANSLATE_DOWN"] = "TRANSLATE_DOWN";
|
|
30
|
+
SHORTCUTS["TRANSLATE_LEFT"] = "TRANSLATE_LEFT";
|
|
31
|
+
SHORTCUTS["TRANSLATE_RIGHT"] = "TRANSLATE_RIGHT";
|
|
32
|
+
SHORTCUTS["TRANSLATE_IN"] = "TRANSLATE_IN";
|
|
33
|
+
SHORTCUTS["TRANSLATE_OUT"] = "TRANSLATE_OUT";
|
|
34
|
+
SHORTCUTS["TOGGLE_TRANSLATE"] = "TOGGLE_TRANSLATE";
|
|
35
|
+
SHORTCUTS["SCALE_UP"] = "SCALE_UP";
|
|
36
|
+
SHORTCUTS["SCALE_DOWN"] = "SCALE_DOWN";
|
|
37
|
+
SHORTCUTS["TOGGLE_SCALE"] = "TOGGLE_SCALE";
|
|
38
|
+
})(SHORTCUTS || (SHORTCUTS = {}));
|
|
39
|
+
|
|
40
|
+
var KEY_MODIFIERS;
|
|
41
|
+
|
|
42
|
+
(function(KEY_MODIFIERS) {
|
|
43
|
+
KEY_MODIFIERS["SHIFT"] = "SHIFT";
|
|
44
|
+
KEY_MODIFIERS["ALT"] = "ALT";
|
|
45
|
+
KEY_MODIFIERS["CTRL"] = "CTRL";
|
|
46
|
+
KEY_MODIFIERS["META"] = "META";
|
|
47
|
+
KEY_MODIFIERS["METACTRL"] = "METACTRL";
|
|
48
|
+
})(KEY_MODIFIERS || (KEY_MODIFIERS = {}));
|
|
49
|
+
|
|
50
|
+
var LAYOUT_TYPES;
|
|
51
|
+
|
|
52
|
+
(function(LAYOUT_TYPES) {
|
|
53
|
+
LAYOUT_TYPES["COLUMNS"] = "COLUMNS";
|
|
54
|
+
LAYOUT_TYPES["ROWS"] = "ROWS";
|
|
55
|
+
LAYOUT_TYPES["FACE_TO_FACE"] = "FACE_TO_FACE";
|
|
56
|
+
LAYOUT_TYPES["ZIG_ZAG"] = "ZIG_ZAG";
|
|
57
|
+
LAYOUT_TYPES["SHEAVES"] = "SHEAVES";
|
|
58
|
+
LAYOUT_TYPES["META"] = "META";
|
|
59
|
+
})(LAYOUT_TYPES || (LAYOUT_TYPES = {}));
|
|
60
|
+
|
|
61
|
+
var SIZES;
|
|
62
|
+
|
|
63
|
+
(function(SIZES) {
|
|
64
|
+
SIZES["SMALL"] = "SMALL";
|
|
65
|
+
SIZES["NORMAL"] = "NORMAL";
|
|
66
|
+
SIZES["LARGE"] = "LARGE";
|
|
67
|
+
})(SIZES || (SIZES = {}));
|
|
68
|
+
|
|
69
|
+
var TRANSFORM_MODES;
|
|
70
|
+
|
|
71
|
+
(function(TRANSFORM_MODES) {
|
|
72
|
+
TRANSFORM_MODES["ROTATION"] = "ROTATION";
|
|
73
|
+
TRANSFORM_MODES["SCALE"] = "SCALE";
|
|
74
|
+
TRANSFORM_MODES["TRANSLATION"] = "TRANSLATION";
|
|
75
|
+
TRANSFORM_MODES["ALL"] = "ALL";
|
|
76
|
+
})(TRANSFORM_MODES || (TRANSFORM_MODES = {}));
|
|
77
|
+
|
|
78
|
+
var TRANSFORM_TOUCHES;
|
|
79
|
+
|
|
80
|
+
(function(TRANSFORM_TOUCHES) {
|
|
81
|
+
TRANSFORM_TOUCHES["SWIPE"] = "SWIPE";
|
|
82
|
+
TRANSFORM_TOUCHES["PAN"] = "PAN";
|
|
83
|
+
})(TRANSFORM_TOUCHES || (TRANSFORM_TOUCHES = {}));
|
|
84
|
+
|
|
85
|
+
var TOOLBAR_DRAWERS;
|
|
86
|
+
|
|
87
|
+
(function(TOOLBAR_DRAWERS) {
|
|
88
|
+
TOOLBAR_DRAWERS["ALL"] = "ALL";
|
|
89
|
+
TOOLBAR_DRAWERS["GLOBAL"] = "GLOBAL";
|
|
90
|
+
TOOLBAR_DRAWERS["TRANSFORM"] = "TRANSFORM";
|
|
91
|
+
TOOLBAR_DRAWERS["SPACE"] = "SPACE";
|
|
92
|
+
TOOLBAR_DRAWERS["TOOLBAR"] = "TOOLBAR";
|
|
93
|
+
TOOLBAR_DRAWERS["VIEWCUBE"] = "VIEWCUBE";
|
|
94
|
+
TOOLBAR_DRAWERS["TECHNICAL"] = "TECHNICAL";
|
|
95
|
+
TOOLBAR_DRAWERS["SHORTCUTS"] = "SHORTCUTS";
|
|
83
96
|
})(TOOLBAR_DRAWERS || (TOOLBAR_DRAWERS = {}));
|
|
84
97
|
|
|
85
|
-
const PLURID_DEFAULT_CONFIGURATION_SPACE_CULLING_DISTANCE = 1500;
|
|
86
|
-
|
|
87
|
-
const
|
|
88
|
-
|
|
89
|
-
const
|
|
90
|
-
|
|
91
|
-
const
|
|
92
|
-
|
|
93
|
-
const
|
|
94
|
-
|
|
95
|
-
const
|
|
96
|
-
|
|
97
|
-
const
|
|
98
|
-
|
|
99
|
-
const
|
|
100
|
-
|
|
101
|
-
const
|
|
102
|
-
|
|
103
|
-
const
|
|
104
|
-
|
|
105
|
-
const
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
const
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
opacity: 1,
|
|
133
|
-
controls: {
|
|
134
|
-
show: true,
|
|
135
|
-
pathbar: {
|
|
136
|
-
domainURL: true,
|
|
137
|
-
},
|
|
138
|
-
},
|
|
139
|
-
},
|
|
140
|
-
link: {
|
|
141
|
-
suffix: PLURID_DEFAULT_CONFIGURATION_LINK_SUFFIX,
|
|
142
|
-
preview: {
|
|
143
|
-
show: PLURID_DEFAULT_CONFIGURATION_LINK_PREVIEW_SHOW,
|
|
144
|
-
fadeIn: PLURID_DEFAULT_CONFIGURATION_LINK_PREVIEW_FADE_IN,
|
|
145
|
-
fadeOut: PLURID_DEFAULT_CONFIGURATION_LINK_PREVIEW_FADE_OUT,
|
|
146
|
-
offsetX: PLURID_DEFAULT_CONFIGURATION_LINK_PREVIEW_OFFSET_X,
|
|
147
|
-
offsetY: PLURID_DEFAULT_CONFIGURATION_LINK_PREVIEW_OFFSET_Y,
|
|
148
|
-
},
|
|
149
|
-
},
|
|
150
|
-
switch: {
|
|
151
|
-
show: false,
|
|
152
|
-
},
|
|
153
|
-
};
|
|
154
|
-
const defaultConfigurationSpace = {
|
|
155
|
-
layout: {
|
|
156
|
-
type: LAYOUT_TYPES.COLUMNS,
|
|
157
|
-
columns: 2,
|
|
158
|
-
},
|
|
159
|
-
perspective: 2000,
|
|
160
|
-
opaque: true,
|
|
161
|
-
center: false,
|
|
162
|
-
transformOrigin: {
|
|
163
|
-
show: true,
|
|
164
|
-
size: SIZES.NORMAL,
|
|
165
|
-
},
|
|
166
|
-
transformLocks: {
|
|
167
|
-
rotationX: true,
|
|
168
|
-
rotationY: true,
|
|
169
|
-
translationY: true,
|
|
170
|
-
translationX: true,
|
|
171
|
-
translationZ: true,
|
|
172
|
-
scale: true,
|
|
173
|
-
},
|
|
174
|
-
transformMode: TRANSFORM_MODES.ALL,
|
|
175
|
-
transformMultimode: false,
|
|
176
|
-
transformTouch: TRANSFORM_TOUCHES.PAN,
|
|
177
|
-
firstPerson: false,
|
|
178
|
-
cullingDistance: PLURID_DEFAULT_CONFIGURATION_SPACE_CULLING_DISTANCE,
|
|
179
|
-
};
|
|
180
|
-
const defaultConfigurationNetwork = {
|
|
181
|
-
protocol: 'https',
|
|
182
|
-
host: PLURID_DEFAULT_CONFIGURATION_NETWORK_HOST,
|
|
183
|
-
};
|
|
184
|
-
const defaultConfigurationDevelopment = {
|
|
185
|
-
planeDebugger: false,
|
|
186
|
-
spaceDebugger: false,
|
|
187
|
-
};
|
|
188
|
-
const defaultConfiguration = {
|
|
189
|
-
global: Object.assign({}, defaultConfigurationGlobal),
|
|
190
|
-
elements: Object.assign({}, defaultConfigurationElements),
|
|
191
|
-
space: Object.assign({}, defaultConfigurationSpace),
|
|
192
|
-
network: Object.assign({}, defaultConfigurationNetwork),
|
|
193
|
-
development: Object.assign({}, defaultConfigurationDevelopment),
|
|
194
|
-
};
|
|
195
|
-
const layoutNames = {
|
|
196
|
-
COLUMNS: 'columns',
|
|
197
|
-
ROWS: 'rows',
|
|
198
|
-
FACE_TO_FACE: 'face to face',
|
|
199
|
-
ZIG_ZAG: 'zig zag',
|
|
200
|
-
SHEAVES: 'sheaves',
|
|
201
|
-
META: 'meta',
|
|
98
|
+
const PLURID_DEFAULT_CONFIGURATION_SPACE_CULLING_DISTANCE = 1500;
|
|
99
|
+
|
|
100
|
+
const PLURID_DEFAULT_CONFIGURATION_LINK_SUFFIX = "'";
|
|
101
|
+
|
|
102
|
+
const PLURID_DEFAULT_CONFIGURATION_LINK_PREVIEW_SHOW = true;
|
|
103
|
+
|
|
104
|
+
const PLURID_DEFAULT_CONFIGURATION_LINK_PREVIEW_FADE_IN = 800;
|
|
105
|
+
|
|
106
|
+
const PLURID_DEFAULT_CONFIGURATION_LINK_PREVIEW_FADE_OUT = 400;
|
|
107
|
+
|
|
108
|
+
const PLURID_DEFAULT_CONFIGURATION_LINK_PREVIEW_OFFSET_X = 5;
|
|
109
|
+
|
|
110
|
+
const PLURID_DEFAULT_CONFIGURATION_LINK_PREVIEW_OFFSET_Y = 0;
|
|
111
|
+
|
|
112
|
+
const PLURID_ROUTE_SEPARATOR = "://";
|
|
113
|
+
|
|
114
|
+
const PLURID_ROUTE_DEFAULT = "default";
|
|
115
|
+
|
|
116
|
+
const PLURID_ROUTE_DEFAULT_PATH_VALUE = "/";
|
|
117
|
+
|
|
118
|
+
const PLURID_ROUTE_DEFAULT_PATH = "p";
|
|
119
|
+
|
|
120
|
+
const PLURID_ROUTE_DEFAULT_SPACE_VALUE = "default";
|
|
121
|
+
|
|
122
|
+
const PLURID_ROUTE_DEFAULT_SPACE = "s";
|
|
123
|
+
|
|
124
|
+
const PLURID_ROUTE_DEFAULT_UNIVERSE_VALUE = "default";
|
|
125
|
+
|
|
126
|
+
const PLURID_ROUTE_DEFAULT_UNIVERSE = "u";
|
|
127
|
+
|
|
128
|
+
const PLURID_ROUTE_DEFAULT_CLUSTER_VALUE = "default";
|
|
129
|
+
|
|
130
|
+
const PLURID_ROUTE_DEFAULT_CLUSTER = "c";
|
|
131
|
+
|
|
132
|
+
const PLURID_DEFAULT_CONFIGURATION_NETWORK_HOST = "originhost";
|
|
133
|
+
|
|
134
|
+
const PLURID_ROUTER_STORAGE = "__PLURID_ROUTER__";
|
|
135
|
+
|
|
136
|
+
const defaultConfigurationGlobal = {
|
|
137
|
+
micro: false,
|
|
138
|
+
theme: {
|
|
139
|
+
general: "plurid",
|
|
140
|
+
interaction: "plurid"
|
|
141
|
+
},
|
|
142
|
+
language: "english",
|
|
143
|
+
transparentUI: false,
|
|
144
|
+
render: "plurid"
|
|
202
145
|
};
|
|
203
146
|
|
|
204
|
-
const
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
toolbarDrawerTransformAllowRotationY: '允许旋转y',
|
|
244
|
-
toolbarDrawerTransformAllowTranslationX: '允许翻译x',
|
|
245
|
-
toolbarDrawerTransformAllowTranslationY: '允许翻译y',
|
|
246
|
-
toolbarDrawerTransformAllowTranslationZ: '允许翻译z',
|
|
247
|
-
toolbarDrawerTransformAllowScale: '允许规模',
|
|
248
|
-
toolbarDrawerTransformTouchTransform: '触摸变换',
|
|
249
|
-
toolbarDrawerSpaceTitle: '空间',
|
|
250
|
-
toolbarDrawerSpaceTransparentUserInterface: '透明的用户界面',
|
|
251
|
-
toolbarDrawerSpaceShowTransformOrigin: '显示变换原点',
|
|
252
|
-
toolbarDrawerSpaceTransformOriginSize: '转换原点大小',
|
|
253
|
-
toolbarDrawerSpacePlaneOpacity: '平面不透明度',
|
|
254
|
-
toolbarDrawerSpaceLayoutType: '布局类型',
|
|
255
|
-
toolbarDrawerToolbarTitle: '工具栏',
|
|
256
|
-
toolbarDrawerToolbarAlwaysOpaque: '总是不透明',
|
|
257
|
-
toolbarDrawerToolbarShowTransformIcons: '显示转换图标',
|
|
258
|
-
toolbarDrawerToolbarShowTransformArrows: '显示变换箭头',
|
|
259
|
-
toolbarDrawerToolbarConcealToolbar: '隐藏工具栏',
|
|
260
|
-
toolbarDrawerViewcubeTitle: '查看立方体',
|
|
261
|
-
toolbarDrawerViewcubeShowViewcube: '显示视图立方体',
|
|
262
|
-
toolbarDrawerViewcubeShowTransformButtons: '显示转换按钮',
|
|
263
|
-
toolbarDrawerViewcubeAlwaysOpaque: '总是不透明',
|
|
264
|
-
toolbarDrawerViewcubeConcealViewcube: '隐藏视点',
|
|
265
|
-
toolbarDrawerTechnicalTitle: '技术',
|
|
266
|
-
toolbarDrawerTechnicalCullingDistance: '剔除距离',
|
|
267
|
-
toolbarDrawerShortcutsTitle: '捷径',
|
|
268
|
-
toolbarDrawerShortcutsToggleFirstPerson: '切换第一人称',
|
|
269
|
-
toolbarDrawerShortcutsMoveForward: '前进',
|
|
270
|
-
toolbarDrawerShortcutsMoveBackward: '往后退',
|
|
271
|
-
toolbarDrawerShortcutsMoveLeft: '向左移动',
|
|
272
|
-
toolbarDrawerShortcutsMoveRight: '向右移',
|
|
273
|
-
toolbarDrawerShortcutsMoveUp: '提升',
|
|
274
|
-
toolbarDrawerShortcutsMoveDown: '下移',
|
|
275
|
-
toolbarDrawerShortcutsTurnLeft: '转左',
|
|
276
|
-
toolbarDrawerShortcutsTurnRight: '右转',
|
|
277
|
-
toolbarDrawerShortcutsTurnUp: '到场',
|
|
278
|
-
toolbarDrawerShortcutsTurnDown: '驳回',
|
|
279
|
-
toolbarDrawerShortcutsRotateUp: '向上旋转',
|
|
280
|
-
toolbarDrawerShortcutsRotateDown: '向下旋转',
|
|
281
|
-
toolbarDrawerShortcutsRotateLeft: '向左旋转',
|
|
282
|
-
toolbarDrawerShortcutsRotateRight: '右旋',
|
|
283
|
-
toolbarDrawerShortcutsToggleRotate: '拨动旋转',
|
|
284
|
-
toolbarDrawerShortcutsTranslateUp: '向上翻译',
|
|
285
|
-
toolbarDrawerShortcutsTranslateDown: '向下翻译',
|
|
286
|
-
toolbarDrawerShortcutsTranslateLeft: '向左翻译',
|
|
287
|
-
toolbarDrawerShortcutsTranslateRight: '正确翻译',
|
|
288
|
-
toolbarDrawerShortcutsTranslateIn: '翻译成',
|
|
289
|
-
toolbarDrawerShortcutsTranslateOut: '翻译出来',
|
|
290
|
-
toolbarDrawerShortcutsToggleTranslate: '切换翻译',
|
|
291
|
-
toolbarDrawerShortcutsScaleUp: '放大',
|
|
292
|
-
toolbarDrawerShortcutsScaleDown: '缩小',
|
|
293
|
-
toolbarDrawerShortcutsToggleScale: '切换刻度',
|
|
294
|
-
toolbarDrawerShortcutsArrowOrScrollUp: '↑ 或向上滚动',
|
|
295
|
-
toolbarDrawerShortcutsArrowOrScrollDown: '↓ 或向下滚动',
|
|
296
|
-
toolbarDrawerShortcutsArrowOrScrollLeft: '← 或向左滚动',
|
|
297
|
-
toolbarDrawerShortcutsArrowOrScrollRight: '→ 或向右滚动',
|
|
147
|
+
const defaultConfigurationElements = {
|
|
148
|
+
toolbar: {
|
|
149
|
+
show: true,
|
|
150
|
+
opaque: true,
|
|
151
|
+
conceal: false,
|
|
152
|
+
transformIcons: false,
|
|
153
|
+
transformButtons: false,
|
|
154
|
+
drawers: [],
|
|
155
|
+
toggledDrawers: []
|
|
156
|
+
},
|
|
157
|
+
viewcube: {
|
|
158
|
+
show: true,
|
|
159
|
+
opaque: true,
|
|
160
|
+
conceal: false,
|
|
161
|
+
buttons: true
|
|
162
|
+
},
|
|
163
|
+
plane: {
|
|
164
|
+
width: 1,
|
|
165
|
+
opacity: 1,
|
|
166
|
+
controls: {
|
|
167
|
+
show: true,
|
|
168
|
+
pathbar: {
|
|
169
|
+
domainURL: true
|
|
170
|
+
}
|
|
171
|
+
}
|
|
172
|
+
},
|
|
173
|
+
link: {
|
|
174
|
+
suffix: PLURID_DEFAULT_CONFIGURATION_LINK_SUFFIX,
|
|
175
|
+
preview: {
|
|
176
|
+
show: PLURID_DEFAULT_CONFIGURATION_LINK_PREVIEW_SHOW,
|
|
177
|
+
fadeIn: PLURID_DEFAULT_CONFIGURATION_LINK_PREVIEW_FADE_IN,
|
|
178
|
+
fadeOut: PLURID_DEFAULT_CONFIGURATION_LINK_PREVIEW_FADE_OUT,
|
|
179
|
+
offsetX: PLURID_DEFAULT_CONFIGURATION_LINK_PREVIEW_OFFSET_X,
|
|
180
|
+
offsetY: PLURID_DEFAULT_CONFIGURATION_LINK_PREVIEW_OFFSET_Y
|
|
181
|
+
}
|
|
182
|
+
},
|
|
183
|
+
switch: {
|
|
184
|
+
show: false
|
|
185
|
+
}
|
|
298
186
|
};
|
|
299
187
|
|
|
300
|
-
const
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
toolbarDrawerSpaceTransformOriginSize: 'transform origin size',
|
|
327
|
-
toolbarDrawerSpacePlaneOpacity: 'plane opacity',
|
|
328
|
-
toolbarDrawerSpaceLayoutType: 'layout type',
|
|
329
|
-
toolbarDrawerToolbarTitle: 'toolbar',
|
|
330
|
-
toolbarDrawerToolbarAlwaysOpaque: 'always opaque',
|
|
331
|
-
toolbarDrawerToolbarShowTransformIcons: 'show transform icons',
|
|
332
|
-
toolbarDrawerToolbarShowTransformArrows: 'show transform arrows',
|
|
333
|
-
toolbarDrawerToolbarConcealToolbar: 'conceal toolbar',
|
|
334
|
-
toolbarDrawerViewcubeTitle: 'viewcube',
|
|
335
|
-
toolbarDrawerViewcubeShowViewcube: 'show viewcube',
|
|
336
|
-
toolbarDrawerViewcubeShowTransformButtons: 'show transform buttons',
|
|
337
|
-
toolbarDrawerViewcubeAlwaysOpaque: 'always opaque',
|
|
338
|
-
toolbarDrawerViewcubeConcealViewcube: 'conceal viewcube',
|
|
339
|
-
toolbarDrawerTechnicalTitle: 'technical',
|
|
340
|
-
toolbarDrawerTechnicalCullingDistance: 'culling distance',
|
|
341
|
-
toolbarDrawerShortcutsTitle: 'shortcuts',
|
|
342
|
-
toolbarDrawerShortcutsToggleFirstPerson: 'toggle first person',
|
|
343
|
-
toolbarDrawerShortcutsMoveForward: 'move forward',
|
|
344
|
-
toolbarDrawerShortcutsMoveBackward: 'move backward',
|
|
345
|
-
toolbarDrawerShortcutsMoveLeft: 'move left',
|
|
346
|
-
toolbarDrawerShortcutsMoveRight: 'move right',
|
|
347
|
-
toolbarDrawerShortcutsMoveUp: 'move up',
|
|
348
|
-
toolbarDrawerShortcutsMoveDown: 'move down',
|
|
349
|
-
toolbarDrawerShortcutsTurnLeft: 'turn left',
|
|
350
|
-
toolbarDrawerShortcutsTurnRight: 'turn right',
|
|
351
|
-
toolbarDrawerShortcutsTurnUp: 'turn up',
|
|
352
|
-
toolbarDrawerShortcutsTurnDown: 'turn down',
|
|
353
|
-
toolbarDrawerShortcutsRotateUp: 'rotate up',
|
|
354
|
-
toolbarDrawerShortcutsRotateDown: 'rotate down',
|
|
355
|
-
toolbarDrawerShortcutsRotateLeft: 'rotate left',
|
|
356
|
-
toolbarDrawerShortcutsRotateRight: 'rotate right',
|
|
357
|
-
toolbarDrawerShortcutsToggleRotate: 'toggle rotate',
|
|
358
|
-
toolbarDrawerShortcutsTranslateUp: 'translate up',
|
|
359
|
-
toolbarDrawerShortcutsTranslateDown: 'translate down',
|
|
360
|
-
toolbarDrawerShortcutsTranslateLeft: 'translate left',
|
|
361
|
-
toolbarDrawerShortcutsTranslateRight: 'translate right',
|
|
362
|
-
toolbarDrawerShortcutsTranslateIn: 'translate in',
|
|
363
|
-
toolbarDrawerShortcutsTranslateOut: 'translate out',
|
|
364
|
-
toolbarDrawerShortcutsToggleTranslate: 'toggle translate',
|
|
365
|
-
toolbarDrawerShortcutsScaleUp: 'scale up',
|
|
366
|
-
toolbarDrawerShortcutsScaleDown: 'scale down',
|
|
367
|
-
toolbarDrawerShortcutsToggleScale: 'toggle scale',
|
|
368
|
-
toolbarDrawerShortcutsArrowOrScrollUp: '↑ or scroll up',
|
|
369
|
-
toolbarDrawerShortcutsArrowOrScrollDown: '↓ or scroll down',
|
|
370
|
-
toolbarDrawerShortcutsArrowOrScrollLeft: '← or scroll left',
|
|
371
|
-
toolbarDrawerShortcutsArrowOrScrollRight: '→ or scroll right',
|
|
188
|
+
const defaultConfigurationSpace = {
|
|
189
|
+
layout: {
|
|
190
|
+
type: LAYOUT_TYPES.COLUMNS,
|
|
191
|
+
columns: 2
|
|
192
|
+
},
|
|
193
|
+
perspective: 2e3,
|
|
194
|
+
opaque: true,
|
|
195
|
+
fadeInTime: 1500,
|
|
196
|
+
center: false,
|
|
197
|
+
transformOrigin: {
|
|
198
|
+
show: true,
|
|
199
|
+
size: SIZES.NORMAL
|
|
200
|
+
},
|
|
201
|
+
transformLocks: {
|
|
202
|
+
rotationX: true,
|
|
203
|
+
rotationY: true,
|
|
204
|
+
translationY: true,
|
|
205
|
+
translationX: true,
|
|
206
|
+
translationZ: true,
|
|
207
|
+
scale: true
|
|
208
|
+
},
|
|
209
|
+
transformMode: TRANSFORM_MODES.ALL,
|
|
210
|
+
transformMultimode: false,
|
|
211
|
+
transformTouch: TRANSFORM_TOUCHES.PAN,
|
|
212
|
+
firstPerson: false,
|
|
213
|
+
cullingDistance: PLURID_DEFAULT_CONFIGURATION_SPACE_CULLING_DISTANCE
|
|
372
214
|
};
|
|
373
215
|
|
|
374
|
-
const
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
viewcubeLeft: 'gauche',
|
|
378
|
-
viewcubeRight: 'droite',
|
|
379
|
-
viewcubeTop: 'haut',
|
|
380
|
-
viewcubeBase: 'base',
|
|
381
|
-
toolbarTransformRotate: 'tourner',
|
|
382
|
-
toolbarTransformScale: 'échelle',
|
|
383
|
-
toolbarTransformTranslate: 'transpose',
|
|
384
|
-
toolbarDrawerGlobalTitle: 'global',
|
|
385
|
-
toolbarDrawerGlobalGeneralTheme: 'thème général',
|
|
386
|
-
toolbarDrawerGlobalInteractionTheme: 'thème d\'interaction',
|
|
387
|
-
toolbarDrawerGlobalLanguage: 'langue',
|
|
388
|
-
toolbarDrawerTransformTitle: 'transformer',
|
|
389
|
-
toolbarDrawerTransformMultiModeTransform: 'transformation multimode',
|
|
390
|
-
toolbarDrawerTransformAllowRotationX: 'autoriser la rotation x',
|
|
391
|
-
toolbarDrawerTransformAllowRotationY: 'autoriser la rotation y',
|
|
392
|
-
toolbarDrawerTransformAllowTranslationX: 'autoriser transposer x',
|
|
393
|
-
toolbarDrawerTransformAllowTranslationY: 'autoriser transposer y',
|
|
394
|
-
toolbarDrawerTransformAllowTranslationZ: 'autoriser transposer z',
|
|
395
|
-
toolbarDrawerTransformAllowScale: 'autoriser l\'échelle',
|
|
396
|
-
toolbarDrawerTransformTouchTransform: 'transformation tactile',
|
|
397
|
-
toolbarDrawerSpaceTitle: 'espace',
|
|
398
|
-
toolbarDrawerSpaceTransparentUserInterface: 'interface utilisateur transparente',
|
|
399
|
-
toolbarDrawerSpaceShowTransformOrigin: 'montrer l\'origine de la transformation',
|
|
400
|
-
toolbarDrawerSpaceTransformOriginSize: 'transformer la taille d\'origine',
|
|
401
|
-
toolbarDrawerSpacePlaneOpacity: 'opacité du plan',
|
|
402
|
-
toolbarDrawerSpaceLayoutType: 'type de mise en page',
|
|
403
|
-
toolbarDrawerToolbarTitle: 'barre d\'outils',
|
|
404
|
-
toolbarDrawerToolbarAlwaysOpaque: 'toujours opaque',
|
|
405
|
-
toolbarDrawerToolbarShowTransformIcons: 'afficher les icônes de transformation',
|
|
406
|
-
toolbarDrawerToolbarShowTransformArrows: 'afficher les flèches de transformation',
|
|
407
|
-
toolbarDrawerToolbarConcealToolbar: 'masquer la barre d\'outils',
|
|
408
|
-
toolbarDrawerViewcubeTitle: 'cube',
|
|
409
|
-
toolbarDrawerViewcubeShowViewcube: 'montrer le cube',
|
|
410
|
-
toolbarDrawerViewcubeShowTransformButtons: 'afficher les boutons de transformation',
|
|
411
|
-
toolbarDrawerViewcubeAlwaysOpaque: 'toujours opaque',
|
|
412
|
-
toolbarDrawerViewcubeConcealViewcube: 'cacher le cube',
|
|
413
|
-
toolbarDrawerTechnicalTitle: 'technique',
|
|
414
|
-
toolbarDrawerTechnicalCullingDistance: 'distance d\'abattage',
|
|
415
|
-
toolbarDrawerShortcutsTitle: 'raccourcis',
|
|
416
|
-
toolbarDrawerShortcutsToggleFirstPerson: 'basculer à la première personne',
|
|
417
|
-
toolbarDrawerShortcutsMoveForward: 'avancer',
|
|
418
|
-
toolbarDrawerShortcutsMoveBackward: 'recule',
|
|
419
|
-
toolbarDrawerShortcutsMoveLeft: 'à gauche',
|
|
420
|
-
toolbarDrawerShortcutsMoveRight: 'à droite',
|
|
421
|
-
toolbarDrawerShortcutsMoveUp: 'en haut',
|
|
422
|
-
toolbarDrawerShortcutsMoveDown: 'descendre',
|
|
423
|
-
toolbarDrawerShortcutsTurnLeft: 'tournez à gauche',
|
|
424
|
-
toolbarDrawerShortcutsTurnRight: 'tournez à droite',
|
|
425
|
-
toolbarDrawerShortcutsTurnUp: 'relever',
|
|
426
|
-
toolbarDrawerShortcutsTurnDown: 'rabattre',
|
|
427
|
-
toolbarDrawerShortcutsRotateUp: 'tourner vers le haut',
|
|
428
|
-
toolbarDrawerShortcutsRotateDown: 'tourner vers le bas',
|
|
429
|
-
toolbarDrawerShortcutsRotateLeft: 'tourne à gauche',
|
|
430
|
-
toolbarDrawerShortcutsRotateRight: 'tourner à droite',
|
|
431
|
-
toolbarDrawerShortcutsToggleRotate: 'basculer tourner',
|
|
432
|
-
toolbarDrawerShortcutsTranslateUp: 'transpose vers le haut',
|
|
433
|
-
toolbarDrawerShortcutsTranslateDown: 'transpose vers le bas',
|
|
434
|
-
toolbarDrawerShortcutsTranslateLeft: 'transposez à gauche',
|
|
435
|
-
toolbarDrawerShortcutsTranslateRight: 'transposez à droite',
|
|
436
|
-
toolbarDrawerShortcutsTranslateIn: 'transposez en',
|
|
437
|
-
toolbarDrawerShortcutsTranslateOut: 'transposez dehors',
|
|
438
|
-
toolbarDrawerShortcutsToggleTranslate: 'basculer transposez',
|
|
439
|
-
toolbarDrawerShortcutsScaleUp: 'augmenter',
|
|
440
|
-
toolbarDrawerShortcutsScaleDown: 'réduire',
|
|
441
|
-
toolbarDrawerShortcutsToggleScale: 'basculer l\'échelle',
|
|
442
|
-
toolbarDrawerShortcutsArrowOrScrollUp: '↑ ou scroll vers le haut',
|
|
443
|
-
toolbarDrawerShortcutsArrowOrScrollDown: '↓ ou scroll vers le bas',
|
|
444
|
-
toolbarDrawerShortcutsArrowOrScrollLeft: '← ou scroll vers la gauche',
|
|
445
|
-
toolbarDrawerShortcutsArrowOrScrollRight: '→ ou scroll vers la droite',
|
|
216
|
+
const defaultConfigurationNetwork = {
|
|
217
|
+
protocol: "https",
|
|
218
|
+
host: PLURID_DEFAULT_CONFIGURATION_NETWORK_HOST
|
|
446
219
|
};
|
|
447
220
|
|
|
448
|
-
const
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
viewcubeLeft: 'links',
|
|
452
|
-
viewcubeRight: 'rechts',
|
|
453
|
-
viewcubeTop: 'top',
|
|
454
|
-
viewcubeBase: 'base',
|
|
455
|
-
toolbarTransformRotate: 'rotieren',
|
|
456
|
-
toolbarTransformScale: 'skala',
|
|
457
|
-
toolbarTransformTranslate: 'umsetzen',
|
|
458
|
-
toolbarDrawerGlobalTitle: 'global',
|
|
459
|
-
toolbarDrawerGlobalGeneralTheme: 'allgemeines thema',
|
|
460
|
-
toolbarDrawerGlobalInteractionTheme: 'interaktionsthema',
|
|
461
|
-
toolbarDrawerGlobalLanguage: 'sprache',
|
|
462
|
-
toolbarDrawerTransformTitle: 'verwandeln',
|
|
463
|
-
toolbarDrawerTransformMultiModeTransform: 'multimode-transformation',
|
|
464
|
-
toolbarDrawerTransformAllowRotationX: 'drehung zulassen x',
|
|
465
|
-
toolbarDrawerTransformAllowRotationY: 'drehung zulassen y',
|
|
466
|
-
toolbarDrawerTransformAllowTranslationX: 'umsetzen zulassen x',
|
|
467
|
-
toolbarDrawerTransformAllowTranslationY: 'umsetzen zulassen y',
|
|
468
|
-
toolbarDrawerTransformAllowTranslationZ: 'umsetzen zulassen z',
|
|
469
|
-
toolbarDrawerTransformAllowScale: 'skalierung zulassen',
|
|
470
|
-
toolbarDrawerTransformTouchTransform: 'touch-transformation',
|
|
471
|
-
toolbarDrawerSpaceTitle: 'raum',
|
|
472
|
-
toolbarDrawerSpaceTransparentUserInterface: 'transparente benutzeroberfläche',
|
|
473
|
-
toolbarDrawerSpaceShowTransformOrigin: 'zeige transformationsursprung',
|
|
474
|
-
toolbarDrawerSpaceTransformOriginSize: 'ursprungsgröße transformieren',
|
|
475
|
-
toolbarDrawerSpacePlaneOpacity: 'ebenenopazität',
|
|
476
|
-
toolbarDrawerSpaceLayoutType: 'layouttyp',
|
|
477
|
-
toolbarDrawerToolbarTitle: 'symbolleiste',
|
|
478
|
-
toolbarDrawerToolbarAlwaysOpaque: 'immer undurchsichtig',
|
|
479
|
-
toolbarDrawerToolbarShowTransformIcons: 'transformationssymbole anzeigen',
|
|
480
|
-
toolbarDrawerToolbarShowTransformArrows: 'transformationspfeile anzeigen',
|
|
481
|
-
toolbarDrawerToolbarConcealToolbar: 'symbolleiste verbergen',
|
|
482
|
-
toolbarDrawerViewcubeTitle: 'würfel',
|
|
483
|
-
toolbarDrawerViewcubeShowViewcube: 'würfel anzeigen',
|
|
484
|
-
toolbarDrawerViewcubeShowTransformButtons: 'transformationsschaltflächen anzeigen',
|
|
485
|
-
toolbarDrawerViewcubeAlwaysOpaque: 'immer undurchsichtig',
|
|
486
|
-
toolbarDrawerViewcubeConcealViewcube: 'würfel verbergen',
|
|
487
|
-
toolbarDrawerTechnicalTitle: 'technisch',
|
|
488
|
-
toolbarDrawerTechnicalCullingDistance: 'keulungsentfernung',
|
|
489
|
-
toolbarDrawerShortcutsTitle: 'verknüpfungen',
|
|
490
|
-
toolbarDrawerShortcutsToggleFirstPerson: 'erste person umschalten',
|
|
491
|
-
toolbarDrawerShortcutsMoveForward: 'vorwärts bewegen',
|
|
492
|
-
toolbarDrawerShortcutsMoveBackward: 'rückwärts bewegen',
|
|
493
|
-
toolbarDrawerShortcutsMoveLeft: 'nach links bewegen',
|
|
494
|
-
toolbarDrawerShortcutsMoveRight: 'nach rechts bewegen',
|
|
495
|
-
toolbarDrawerShortcutsMoveUp: 'nach oben bewegen',
|
|
496
|
-
toolbarDrawerShortcutsMoveDown: 'sich abwärts bewegen',
|
|
497
|
-
toolbarDrawerShortcutsTurnLeft: 'biegen sie links ab',
|
|
498
|
-
toolbarDrawerShortcutsTurnRight: 'biegen sie rechts ab',
|
|
499
|
-
toolbarDrawerShortcutsTurnUp: 'höher drehen',
|
|
500
|
-
toolbarDrawerShortcutsTurnDown: 'umlegen',
|
|
501
|
-
toolbarDrawerShortcutsRotateUp: 'nach oben drehen',
|
|
502
|
-
toolbarDrawerShortcutsRotateDown: 'nach unten drehen',
|
|
503
|
-
toolbarDrawerShortcutsRotateLeft: 'nach links drehen',
|
|
504
|
-
toolbarDrawerShortcutsRotateRight: 'nach rechts drehen',
|
|
505
|
-
toolbarDrawerShortcutsToggleRotate: 'umschalten drehen',
|
|
506
|
-
toolbarDrawerShortcutsTranslateUp: 'nach oben umsetzen',
|
|
507
|
-
toolbarDrawerShortcutsTranslateDown: 'nach unten umsetzen',
|
|
508
|
-
toolbarDrawerShortcutsTranslateLeft: 'nach links umsetzen',
|
|
509
|
-
toolbarDrawerShortcutsTranslateRight: 'nach rechts umsetzen',
|
|
510
|
-
toolbarDrawerShortcutsTranslateIn: 'nach im umsetzen',
|
|
511
|
-
toolbarDrawerShortcutsTranslateOut: 'nach aus umsetzen',
|
|
512
|
-
toolbarDrawerShortcutsToggleTranslate: 'umschalten umsetzen',
|
|
513
|
-
toolbarDrawerShortcutsScaleUp: 'vergrößern',
|
|
514
|
-
toolbarDrawerShortcutsScaleDown: 'verkleinern',
|
|
515
|
-
toolbarDrawerShortcutsToggleScale: 'skala umschalten',
|
|
516
|
-
toolbarDrawerShortcutsArrowOrScrollUp: '↑ oder nach oben scrollen',
|
|
517
|
-
toolbarDrawerShortcutsArrowOrScrollDown: '↓ oder nach unten scrollen',
|
|
518
|
-
toolbarDrawerShortcutsArrowOrScrollLeft: '← oder nach links scrollen',
|
|
519
|
-
toolbarDrawerShortcutsArrowOrScrollRight: '→ oder nach rechts scrollen',
|
|
221
|
+
const defaultConfigurationDevelopment = {
|
|
222
|
+
planeDebugger: false,
|
|
223
|
+
spaceDebugger: false
|
|
520
224
|
};
|
|
521
225
|
|
|
522
|
-
const
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
viewcubeBase: 'आधार',
|
|
529
|
-
toolbarTransformRotate: 'घुमाएँ',
|
|
530
|
-
toolbarTransformScale: 'स्केल',
|
|
531
|
-
toolbarTransformTranslate: 'अनुवाद करना',
|
|
532
|
-
toolbarDrawerGlobalTitle: 'वैश्विक',
|
|
533
|
-
toolbarDrawerGlobalGeneralTheme: 'सामान्य विषय',
|
|
534
|
-
toolbarDrawerGlobalInteractionTheme: 'बातचीत का विषय',
|
|
535
|
-
toolbarDrawerGlobalLanguage: 'भाषा',
|
|
536
|
-
toolbarDrawerTransformTitle: 'परिवर्तन',
|
|
537
|
-
toolbarDrawerTransformMultiModeTransform: 'बहु मोड परिवर्तन',
|
|
538
|
-
toolbarDrawerTransformAllowRotationX: 'रोटेशन एक्स की अनुमति दें',
|
|
539
|
-
toolbarDrawerTransformAllowRotationY: 'रोटेशन की अनुमति दें',
|
|
540
|
-
toolbarDrawerTransformAllowTranslationX: 'अनुवाद x की अनुमति दें',
|
|
541
|
-
toolbarDrawerTransformAllowTranslationY: 'अनुवाद की अनुमति दें',
|
|
542
|
-
toolbarDrawerTransformAllowTranslationZ: 'अनुवाद की अनुमति दें z',
|
|
543
|
-
toolbarDrawerTransformAllowScale: 'पैमाने की अनुमति दें',
|
|
544
|
-
toolbarDrawerTransformTouchTransform: 'स्पर्श परिवर्तन',
|
|
545
|
-
toolbarDrawerSpaceTitle: 'अंतरिक्ष',
|
|
546
|
-
toolbarDrawerSpaceTransparentUserInterface: 'पारदर्शी यूजर इंटरफेस',
|
|
547
|
-
toolbarDrawerSpaceShowTransformOrigin: 'परिवर्तन मूल दिखाएँ',
|
|
548
|
-
toolbarDrawerSpaceTransformOriginSize: 'मूल आकार बदलना',
|
|
549
|
-
toolbarDrawerSpacePlaneOpacity: 'विमान की अस्पष्टता',
|
|
550
|
-
toolbarDrawerSpaceLayoutType: 'लेआउट प्रकार',
|
|
551
|
-
toolbarDrawerToolbarTitle: 'उपकरण पट्टी',
|
|
552
|
-
toolbarDrawerToolbarAlwaysOpaque: 'हमेशा अपारदर्शी',
|
|
553
|
-
toolbarDrawerToolbarShowTransformIcons: 'तब्दील प्रतीक दिखाओ',
|
|
554
|
-
toolbarDrawerToolbarShowTransformArrows: 'दिखाएँ तीर',
|
|
555
|
-
toolbarDrawerToolbarConcealToolbar: 'छिपाना टूलबार',
|
|
556
|
-
toolbarDrawerViewcubeTitle: 'घनक्षेत्र',
|
|
557
|
-
toolbarDrawerViewcubeShowViewcube: 'घन दिखाना',
|
|
558
|
-
toolbarDrawerViewcubeShowTransformButtons: 'शो ट्रांसफॉर्म बटन',
|
|
559
|
-
toolbarDrawerViewcubeAlwaysOpaque: 'हमेशा अपारदर्शी',
|
|
560
|
-
toolbarDrawerViewcubeConcealViewcube: 'घन छिपाना',
|
|
561
|
-
toolbarDrawerTechnicalTitle: 'तकनीकी',
|
|
562
|
-
toolbarDrawerTechnicalCullingDistance: 'कलिंग दूरी',
|
|
563
|
-
toolbarDrawerShortcutsTitle: 'शॉर्टकट',
|
|
564
|
-
toolbarDrawerShortcutsToggleFirstPerson: 'पहले व्यक्ति को टॉगल करें',
|
|
565
|
-
toolbarDrawerShortcutsMoveForward: 'आगे बढ़ो',
|
|
566
|
-
toolbarDrawerShortcutsMoveBackward: 'पीछे की ओर जाएं',
|
|
567
|
-
toolbarDrawerShortcutsMoveLeft: 'बाएं खिसको',
|
|
568
|
-
toolbarDrawerShortcutsMoveRight: 'दाएँ चले',
|
|
569
|
-
toolbarDrawerShortcutsMoveUp: 'बढ़ाना',
|
|
570
|
-
toolbarDrawerShortcutsMoveDown: 'नीचे की ओर',
|
|
571
|
-
toolbarDrawerShortcutsTurnLeft: 'बांए मुड़िए',
|
|
572
|
-
toolbarDrawerShortcutsTurnRight: 'दायें मुड़ो',
|
|
573
|
-
toolbarDrawerShortcutsTurnUp: 'ऊपर करो',
|
|
574
|
-
toolbarDrawerShortcutsTurnDown: 'मना करना',
|
|
575
|
-
toolbarDrawerShortcutsRotateUp: 'बारी बारी से',
|
|
576
|
-
toolbarDrawerShortcutsRotateDown: 'नीचे घुमाओ',
|
|
577
|
-
toolbarDrawerShortcutsRotateLeft: 'बायीं ओर घुमाओ',
|
|
578
|
-
toolbarDrawerShortcutsRotateRight: 'दाएं घुमाएं',
|
|
579
|
-
toolbarDrawerShortcutsToggleRotate: 'घुमाना',
|
|
580
|
-
toolbarDrawerShortcutsTranslateUp: 'अनुवाद करना',
|
|
581
|
-
toolbarDrawerShortcutsTranslateDown: 'नीचे अनुवाद करें',
|
|
582
|
-
toolbarDrawerShortcutsTranslateLeft: 'अनुवाद छोड़ दिया',
|
|
583
|
-
toolbarDrawerShortcutsTranslateRight: 'सही अनुवाद करें',
|
|
584
|
-
toolbarDrawerShortcutsTranslateIn: 'में अनुवाद करें',
|
|
585
|
-
toolbarDrawerShortcutsTranslateOut: 'अनुवाद करें',
|
|
586
|
-
toolbarDrawerShortcutsToggleTranslate: 'अनुवाद टॉगल करें',
|
|
587
|
-
toolbarDrawerShortcutsScaleUp: 'स्केल अप',
|
|
588
|
-
toolbarDrawerShortcutsScaleDown: 'घटाना',
|
|
589
|
-
toolbarDrawerShortcutsToggleScale: 'टॉगल स्केल',
|
|
590
|
-
toolbarDrawerShortcutsArrowOrScrollUp: '↑ या स्क्रॉल करें',
|
|
591
|
-
toolbarDrawerShortcutsArrowOrScrollDown: '↓ या नीचे स्क्रॉल करें',
|
|
592
|
-
toolbarDrawerShortcutsArrowOrScrollLeft: '← या बाईं ओर स्क्रॉल करें',
|
|
593
|
-
toolbarDrawerShortcutsArrowOrScrollRight: '→ या दाईं ओर स्क्रॉल करें',
|
|
226
|
+
const defaultConfiguration = {
|
|
227
|
+
global: Object.assign({}, defaultConfigurationGlobal),
|
|
228
|
+
elements: Object.assign({}, defaultConfigurationElements),
|
|
229
|
+
space: Object.assign({}, defaultConfigurationSpace),
|
|
230
|
+
network: Object.assign({}, defaultConfigurationNetwork),
|
|
231
|
+
development: Object.assign({}, defaultConfigurationDevelopment)
|
|
594
232
|
};
|
|
595
233
|
|
|
596
|
-
const
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
toolbarTransformRotate: 'ruotare',
|
|
604
|
-
toolbarTransformScale: 'scalare',
|
|
605
|
-
toolbarTransformTranslate: 'trasferire',
|
|
606
|
-
toolbarDrawerGlobalTitle: 'globale',
|
|
607
|
-
toolbarDrawerGlobalGeneralTheme: 'tema generale',
|
|
608
|
-
toolbarDrawerGlobalInteractionTheme: 'tema di interazione',
|
|
609
|
-
toolbarDrawerGlobalLanguage: 'linguaggio',
|
|
610
|
-
toolbarDrawerTransformTitle: 'trasformare',
|
|
611
|
-
toolbarDrawerTransformMultiModeTransform: 'trasformazione multimodale',
|
|
612
|
-
toolbarDrawerTransformAllowRotationX: 'consentire la rotazione x',
|
|
613
|
-
toolbarDrawerTransformAllowRotationY: 'consentire la rotazione y',
|
|
614
|
-
toolbarDrawerTransformAllowTranslationX: 'consenti trasferire x',
|
|
615
|
-
toolbarDrawerTransformAllowTranslationY: 'consenti trasferire y',
|
|
616
|
-
toolbarDrawerTransformAllowTranslationZ: 'consenti trasferire z',
|
|
617
|
-
toolbarDrawerTransformAllowScale: 'consentire la scala',
|
|
618
|
-
toolbarDrawerTransformTouchTransform: 'tocco trasforma',
|
|
619
|
-
toolbarDrawerSpaceTitle: 'spazio',
|
|
620
|
-
toolbarDrawerSpaceTransparentUserInterface: 'interfaccia utente trasparente',
|
|
621
|
-
toolbarDrawerSpaceShowTransformOrigin: 'mostra origine trasformazione',
|
|
622
|
-
toolbarDrawerSpaceTransformOriginSize: 'trasforma la dimensione dell\'origine',
|
|
623
|
-
toolbarDrawerSpacePlaneOpacity: 'opacità del piano',
|
|
624
|
-
toolbarDrawerSpaceLayoutType: 'tipo di layout',
|
|
625
|
-
toolbarDrawerToolbarTitle: 'barra degli strumenti',
|
|
626
|
-
toolbarDrawerToolbarAlwaysOpaque: 'sempre opaco',
|
|
627
|
-
toolbarDrawerToolbarShowTransformIcons: 'mostra le icone di trasformazione',
|
|
628
|
-
toolbarDrawerToolbarShowTransformArrows: 'mostra le frecce di trasformazione',
|
|
629
|
-
toolbarDrawerToolbarConcealToolbar: 'nascondere la barra degli strumenti',
|
|
630
|
-
toolbarDrawerViewcubeTitle: 'cubo',
|
|
631
|
-
toolbarDrawerViewcubeShowViewcube: 'mostra cubo',
|
|
632
|
-
toolbarDrawerViewcubeShowTransformButtons: 'mostra i pulsanti di trasformazione',
|
|
633
|
-
toolbarDrawerViewcubeAlwaysOpaque: 'sempre opaco',
|
|
634
|
-
toolbarDrawerViewcubeConcealViewcube: 'nascondere il cubo',
|
|
635
|
-
toolbarDrawerTechnicalTitle: 'tecnico',
|
|
636
|
-
toolbarDrawerTechnicalCullingDistance: 'distanza di abbattimento',
|
|
637
|
-
toolbarDrawerShortcutsTitle: 'scorciatoie',
|
|
638
|
-
toolbarDrawerShortcutsToggleFirstPerson: 'attiva la prima persona',
|
|
639
|
-
toolbarDrawerShortcutsMoveForward: 'andare avanti',
|
|
640
|
-
toolbarDrawerShortcutsMoveBackward: 'tornare indietro',
|
|
641
|
-
toolbarDrawerShortcutsMoveLeft: 'muovere a sinistra',
|
|
642
|
-
toolbarDrawerShortcutsMoveRight: 'muovere a destra',
|
|
643
|
-
toolbarDrawerShortcutsMoveUp: 'muovere avanti',
|
|
644
|
-
toolbarDrawerShortcutsMoveDown: 'muovere a giù',
|
|
645
|
-
toolbarDrawerShortcutsTurnLeft: 'gira a sinistra',
|
|
646
|
-
toolbarDrawerShortcutsTurnRight: 'gira a destra',
|
|
647
|
-
toolbarDrawerShortcutsTurnUp: 'gira a su',
|
|
648
|
-
toolbarDrawerShortcutsTurnDown: 'gira a giù',
|
|
649
|
-
toolbarDrawerShortcutsRotateUp: 'ruotare a su',
|
|
650
|
-
toolbarDrawerShortcutsRotateDown: 'ruotare a giù',
|
|
651
|
-
toolbarDrawerShortcutsRotateLeft: 'ruotare a sinistra',
|
|
652
|
-
toolbarDrawerShortcutsRotateRight: 'ruotare a destra',
|
|
653
|
-
toolbarDrawerShortcutsToggleRotate: 'attiva / disattiva la rotazione',
|
|
654
|
-
toolbarDrawerShortcutsTranslateUp: 'trasferire a su',
|
|
655
|
-
toolbarDrawerShortcutsTranslateDown: 'trasferire a giù',
|
|
656
|
-
toolbarDrawerShortcutsTranslateLeft: 'trasferire a sinistra',
|
|
657
|
-
toolbarDrawerShortcutsTranslateRight: 'trasferire a destra',
|
|
658
|
-
toolbarDrawerShortcutsTranslateIn: 'trasferire a nella',
|
|
659
|
-
toolbarDrawerShortcutsTranslateOut: 'trasferire a fuori',
|
|
660
|
-
toolbarDrawerShortcutsToggleTranslate: 'attiva / disattiva trasferire',
|
|
661
|
-
toolbarDrawerShortcutsScaleUp: 'scalare a su',
|
|
662
|
-
toolbarDrawerShortcutsScaleDown: 'scalare a giù',
|
|
663
|
-
toolbarDrawerShortcutsToggleScale: 'attiva / disattiva la scala',
|
|
664
|
-
toolbarDrawerShortcutsArrowOrScrollUp: '↑ o scorrere verso l\'alto',
|
|
665
|
-
toolbarDrawerShortcutsArrowOrScrollDown: '↓ o scorrere verso il basso',
|
|
666
|
-
toolbarDrawerShortcutsArrowOrScrollLeft: '← o scorrere verso sinistra',
|
|
667
|
-
toolbarDrawerShortcutsArrowOrScrollRight: '→ o scorrere verso destra',
|
|
234
|
+
const layoutNames = {
|
|
235
|
+
COLUMNS: "columns",
|
|
236
|
+
ROWS: "rows",
|
|
237
|
+
FACE_TO_FACE: "face to face",
|
|
238
|
+
ZIG_ZAG: "zig zag",
|
|
239
|
+
SHEAVES: "sheaves",
|
|
240
|
+
META: "meta"
|
|
668
241
|
};
|
|
669
242
|
|
|
670
|
-
const
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
243
|
+
const PLURID_ENTITY_VIEW = "PluridView";
|
|
244
|
+
|
|
245
|
+
const PLURID_ENTITY_APPLICATION_CONFIGURATOR = "PluridApplicationConfigurator";
|
|
246
|
+
|
|
247
|
+
const PLURID_ENTITY_TRANSFORM_ORIGIN = "PluridTransformOrigin";
|
|
248
|
+
|
|
249
|
+
const PLURID_ENTITY_PLANE = "PluridPlane";
|
|
250
|
+
|
|
251
|
+
const PLURID_ENTITY_PLANE_BRIDGE = "PluridPlaneBridge";
|
|
252
|
+
|
|
253
|
+
const PLURID_ENTITY_PLANE_CONTROLS = "PluridPlaneControls";
|
|
254
|
+
|
|
255
|
+
const PLURID_ENTITY_PLANE_CONTENT = "PluridPlaneContent";
|
|
256
|
+
|
|
257
|
+
const PLURID_ENTITY_PLANE_CONFIGURATOR = "PluridPlaneConfigurator";
|
|
258
|
+
|
|
259
|
+
const PLURID_ENTITY_PLANE_DEBUGGER = "PluridPlaneDebugger";
|
|
260
|
+
|
|
261
|
+
const PLURID_ENTITY_LINK = "PluridLink";
|
|
262
|
+
|
|
263
|
+
const PLURID_ENTITY_ROOT = "PluridRoot";
|
|
264
|
+
|
|
265
|
+
const PLURID_ENTITY_ROOTS = "PluridRoots";
|
|
266
|
+
|
|
267
|
+
const PLURID_ENTITY_SPACE = "PluridSpace";
|
|
268
|
+
|
|
269
|
+
const PLURID_ENTITY_SPACE_DEBUGGER = "PluridSpaceDebugger";
|
|
270
|
+
|
|
271
|
+
const PLURID_ENTITY_MULTISPACE = "PluridMultispace";
|
|
272
|
+
|
|
273
|
+
const PLURID_ENTITY_TOOLBAR = "PluridToolbar";
|
|
274
|
+
|
|
275
|
+
const PLURID_ENTITY_VIEWCUBE = "PluridViewcube";
|
|
276
|
+
|
|
277
|
+
const PLURID_ENTITY_UNIVERSE_EXPLORER = "PluridUniverseExplorer";
|
|
278
|
+
|
|
279
|
+
const PLURID_ROUTER_LOCATION_CHANGED = "pluridrouterlocationchanged";
|
|
280
|
+
|
|
281
|
+
const PLURID_ROUTER_LOCATION_STORED = "pluridrouterlocationstored";
|
|
282
|
+
|
|
283
|
+
const chinese = {
|
|
284
|
+
viewcubeFront: "面前",
|
|
285
|
+
viewcubeBack: "背部",
|
|
286
|
+
viewcubeLeft: "剩下",
|
|
287
|
+
viewcubeRight: "剩下",
|
|
288
|
+
viewcubeTop: "最佳",
|
|
289
|
+
viewcubeBase: "基础",
|
|
290
|
+
toolbarTransformRotate: "旋转",
|
|
291
|
+
toolbarTransformScale: "规模",
|
|
292
|
+
toolbarTransformTranslate: "翻译",
|
|
293
|
+
toolbarDrawerGlobalTitle: "全球",
|
|
294
|
+
toolbarDrawerGlobalGeneralTheme: "一般主题",
|
|
295
|
+
toolbarDrawerGlobalInteractionTheme: "互动主题",
|
|
296
|
+
toolbarDrawerGlobalLanguage: "语言",
|
|
297
|
+
toolbarDrawerTransformTitle: "转变",
|
|
298
|
+
toolbarDrawerTransformMultiModeTransform: "多模变换",
|
|
299
|
+
toolbarDrawerTransformAllowRotationX: "允许旋转x",
|
|
300
|
+
toolbarDrawerTransformAllowRotationY: "允许旋转y",
|
|
301
|
+
toolbarDrawerTransformAllowTranslationX: "允许翻译x",
|
|
302
|
+
toolbarDrawerTransformAllowTranslationY: "允许翻译y",
|
|
303
|
+
toolbarDrawerTransformAllowTranslationZ: "允许翻译z",
|
|
304
|
+
toolbarDrawerTransformAllowScale: "允许规模",
|
|
305
|
+
toolbarDrawerTransformTouchTransform: "触摸变换",
|
|
306
|
+
toolbarDrawerSpaceTitle: "空间",
|
|
307
|
+
toolbarDrawerSpaceTransparentUserInterface: "透明的用户界面",
|
|
308
|
+
toolbarDrawerSpaceShowTransformOrigin: "显示变换原点",
|
|
309
|
+
toolbarDrawerSpaceTransformOriginSize: "转换原点大小",
|
|
310
|
+
toolbarDrawerSpacePlaneOpacity: "平面不透明度",
|
|
311
|
+
toolbarDrawerSpaceLayoutType: "布局类型",
|
|
312
|
+
toolbarDrawerToolbarTitle: "工具栏",
|
|
313
|
+
toolbarDrawerToolbarAlwaysOpaque: "总是不透明",
|
|
314
|
+
toolbarDrawerToolbarShowTransformIcons: "显示转换图标",
|
|
315
|
+
toolbarDrawerToolbarShowTransformArrows: "显示变换箭头",
|
|
316
|
+
toolbarDrawerToolbarConcealToolbar: "隐藏工具栏",
|
|
317
|
+
toolbarDrawerViewcubeTitle: "查看立方体",
|
|
318
|
+
toolbarDrawerViewcubeShowViewcube: "显示视图立方体",
|
|
319
|
+
toolbarDrawerViewcubeShowTransformButtons: "显示转换按钮",
|
|
320
|
+
toolbarDrawerViewcubeAlwaysOpaque: "总是不透明",
|
|
321
|
+
toolbarDrawerViewcubeConcealViewcube: "隐藏视点",
|
|
322
|
+
toolbarDrawerTechnicalTitle: "技术",
|
|
323
|
+
toolbarDrawerTechnicalCullingDistance: "剔除距离",
|
|
324
|
+
toolbarDrawerShortcutsTitle: "捷径",
|
|
325
|
+
toolbarDrawerShortcutsToggleFirstPerson: "切换第一人称",
|
|
326
|
+
toolbarDrawerShortcutsMoveForward: "前进",
|
|
327
|
+
toolbarDrawerShortcutsMoveBackward: "往后退",
|
|
328
|
+
toolbarDrawerShortcutsMoveLeft: "向左移动",
|
|
329
|
+
toolbarDrawerShortcutsMoveRight: "向右移",
|
|
330
|
+
toolbarDrawerShortcutsMoveUp: "提升",
|
|
331
|
+
toolbarDrawerShortcutsMoveDown: "下移",
|
|
332
|
+
toolbarDrawerShortcutsTurnLeft: "转左",
|
|
333
|
+
toolbarDrawerShortcutsTurnRight: "右转",
|
|
334
|
+
toolbarDrawerShortcutsTurnUp: "到场",
|
|
335
|
+
toolbarDrawerShortcutsTurnDown: "驳回",
|
|
336
|
+
toolbarDrawerShortcutsRotateUp: "向上旋转",
|
|
337
|
+
toolbarDrawerShortcutsRotateDown: "向下旋转",
|
|
338
|
+
toolbarDrawerShortcutsRotateLeft: "向左旋转",
|
|
339
|
+
toolbarDrawerShortcutsRotateRight: "右旋",
|
|
340
|
+
toolbarDrawerShortcutsToggleRotate: "拨动旋转",
|
|
341
|
+
toolbarDrawerShortcutsTranslateUp: "向上翻译",
|
|
342
|
+
toolbarDrawerShortcutsTranslateDown: "向下翻译",
|
|
343
|
+
toolbarDrawerShortcutsTranslateLeft: "向左翻译",
|
|
344
|
+
toolbarDrawerShortcutsTranslateRight: "正确翻译",
|
|
345
|
+
toolbarDrawerShortcutsTranslateIn: "翻译成",
|
|
346
|
+
toolbarDrawerShortcutsTranslateOut: "翻译出来",
|
|
347
|
+
toolbarDrawerShortcutsToggleTranslate: "切换翻译",
|
|
348
|
+
toolbarDrawerShortcutsScaleUp: "放大",
|
|
349
|
+
toolbarDrawerShortcutsScaleDown: "缩小",
|
|
350
|
+
toolbarDrawerShortcutsToggleScale: "切换刻度",
|
|
351
|
+
toolbarDrawerShortcutsArrowOrScrollUp: "↑ 或向上滚动",
|
|
352
|
+
toolbarDrawerShortcutsArrowOrScrollDown: "↓ 或向下滚动",
|
|
353
|
+
toolbarDrawerShortcutsArrowOrScrollLeft: "← 或向左滚动",
|
|
354
|
+
toolbarDrawerShortcutsArrowOrScrollRight: "→ 或向右滚动"
|
|
355
|
+
};
|
|
356
|
+
|
|
357
|
+
const english = {
|
|
358
|
+
viewcubeFront: "front",
|
|
359
|
+
viewcubeBack: "back",
|
|
360
|
+
viewcubeLeft: "left",
|
|
361
|
+
viewcubeRight: "right",
|
|
362
|
+
viewcubeTop: "top",
|
|
363
|
+
viewcubeBase: "base",
|
|
364
|
+
toolbarTransformRotate: "rotate",
|
|
365
|
+
toolbarTransformScale: "scale",
|
|
366
|
+
toolbarTransformTranslate: "translate",
|
|
367
|
+
toolbarDrawerGlobalTitle: "global",
|
|
368
|
+
toolbarDrawerGlobalGeneralTheme: "general theme",
|
|
369
|
+
toolbarDrawerGlobalInteractionTheme: "interaction theme",
|
|
370
|
+
toolbarDrawerGlobalLanguage: "language",
|
|
371
|
+
toolbarDrawerTransformTitle: "transform",
|
|
372
|
+
toolbarDrawerTransformMultiModeTransform: "multi-mode transform",
|
|
373
|
+
toolbarDrawerTransformAllowRotationX: "allow rotation x",
|
|
374
|
+
toolbarDrawerTransformAllowRotationY: "allow rotation y",
|
|
375
|
+
toolbarDrawerTransformAllowTranslationX: "allow translation x",
|
|
376
|
+
toolbarDrawerTransformAllowTranslationY: "allow translation y",
|
|
377
|
+
toolbarDrawerTransformAllowTranslationZ: "allow translation z",
|
|
378
|
+
toolbarDrawerTransformAllowScale: "allow scale",
|
|
379
|
+
toolbarDrawerTransformTouchTransform: "touch transform",
|
|
380
|
+
toolbarDrawerSpaceTitle: "space",
|
|
381
|
+
toolbarDrawerSpaceTransparentUserInterface: "transparent user interface",
|
|
382
|
+
toolbarDrawerSpaceShowTransformOrigin: "show transform origin",
|
|
383
|
+
toolbarDrawerSpaceTransformOriginSize: "transform origin size",
|
|
384
|
+
toolbarDrawerSpacePlaneOpacity: "plane opacity",
|
|
385
|
+
toolbarDrawerSpaceLayoutType: "layout type",
|
|
386
|
+
toolbarDrawerToolbarTitle: "toolbar",
|
|
387
|
+
toolbarDrawerToolbarAlwaysOpaque: "always opaque",
|
|
388
|
+
toolbarDrawerToolbarShowTransformIcons: "show transform icons",
|
|
389
|
+
toolbarDrawerToolbarShowTransformArrows: "show transform arrows",
|
|
390
|
+
toolbarDrawerToolbarConcealToolbar: "conceal toolbar",
|
|
391
|
+
toolbarDrawerViewcubeTitle: "viewcube",
|
|
392
|
+
toolbarDrawerViewcubeShowViewcube: "show viewcube",
|
|
393
|
+
toolbarDrawerViewcubeShowTransformButtons: "show transform buttons",
|
|
394
|
+
toolbarDrawerViewcubeAlwaysOpaque: "always opaque",
|
|
395
|
+
toolbarDrawerViewcubeConcealViewcube: "conceal viewcube",
|
|
396
|
+
toolbarDrawerTechnicalTitle: "technical",
|
|
397
|
+
toolbarDrawerTechnicalCullingDistance: "culling distance",
|
|
398
|
+
toolbarDrawerShortcutsTitle: "shortcuts",
|
|
399
|
+
toolbarDrawerShortcutsToggleFirstPerson: "toggle first person",
|
|
400
|
+
toolbarDrawerShortcutsMoveForward: "move forward",
|
|
401
|
+
toolbarDrawerShortcutsMoveBackward: "move backward",
|
|
402
|
+
toolbarDrawerShortcutsMoveLeft: "move left",
|
|
403
|
+
toolbarDrawerShortcutsMoveRight: "move right",
|
|
404
|
+
toolbarDrawerShortcutsMoveUp: "move up",
|
|
405
|
+
toolbarDrawerShortcutsMoveDown: "move down",
|
|
406
|
+
toolbarDrawerShortcutsTurnLeft: "turn left",
|
|
407
|
+
toolbarDrawerShortcutsTurnRight: "turn right",
|
|
408
|
+
toolbarDrawerShortcutsTurnUp: "turn up",
|
|
409
|
+
toolbarDrawerShortcutsTurnDown: "turn down",
|
|
410
|
+
toolbarDrawerShortcutsRotateUp: "rotate up",
|
|
411
|
+
toolbarDrawerShortcutsRotateDown: "rotate down",
|
|
412
|
+
toolbarDrawerShortcutsRotateLeft: "rotate left",
|
|
413
|
+
toolbarDrawerShortcutsRotateRight: "rotate right",
|
|
414
|
+
toolbarDrawerShortcutsToggleRotate: "toggle rotate",
|
|
415
|
+
toolbarDrawerShortcutsTranslateUp: "translate up",
|
|
416
|
+
toolbarDrawerShortcutsTranslateDown: "translate down",
|
|
417
|
+
toolbarDrawerShortcutsTranslateLeft: "translate left",
|
|
418
|
+
toolbarDrawerShortcutsTranslateRight: "translate right",
|
|
419
|
+
toolbarDrawerShortcutsTranslateIn: "translate in",
|
|
420
|
+
toolbarDrawerShortcutsTranslateOut: "translate out",
|
|
421
|
+
toolbarDrawerShortcutsToggleTranslate: "toggle translate",
|
|
422
|
+
toolbarDrawerShortcutsScaleUp: "scale up",
|
|
423
|
+
toolbarDrawerShortcutsScaleDown: "scale down",
|
|
424
|
+
toolbarDrawerShortcutsToggleScale: "toggle scale",
|
|
425
|
+
toolbarDrawerShortcutsArrowOrScrollUp: "↑ or scroll up",
|
|
426
|
+
toolbarDrawerShortcutsArrowOrScrollDown: "↓ or scroll down",
|
|
427
|
+
toolbarDrawerShortcutsArrowOrScrollLeft: "← or scroll left",
|
|
428
|
+
toolbarDrawerShortcutsArrowOrScrollRight: "→ or scroll right"
|
|
429
|
+
};
|
|
430
|
+
|
|
431
|
+
const french = {
|
|
432
|
+
viewcubeFront: "avant",
|
|
433
|
+
viewcubeBack: "arrière",
|
|
434
|
+
viewcubeLeft: "gauche",
|
|
435
|
+
viewcubeRight: "droite",
|
|
436
|
+
viewcubeTop: "haut",
|
|
437
|
+
viewcubeBase: "base",
|
|
438
|
+
toolbarTransformRotate: "tourner",
|
|
439
|
+
toolbarTransformScale: "échelle",
|
|
440
|
+
toolbarTransformTranslate: "transpose",
|
|
441
|
+
toolbarDrawerGlobalTitle: "global",
|
|
442
|
+
toolbarDrawerGlobalGeneralTheme: "thème général",
|
|
443
|
+
toolbarDrawerGlobalInteractionTheme: "thème d'interaction",
|
|
444
|
+
toolbarDrawerGlobalLanguage: "langue",
|
|
445
|
+
toolbarDrawerTransformTitle: "transformer",
|
|
446
|
+
toolbarDrawerTransformMultiModeTransform: "transformation multimode",
|
|
447
|
+
toolbarDrawerTransformAllowRotationX: "autoriser la rotation x",
|
|
448
|
+
toolbarDrawerTransformAllowRotationY: "autoriser la rotation y",
|
|
449
|
+
toolbarDrawerTransformAllowTranslationX: "autoriser transposer x",
|
|
450
|
+
toolbarDrawerTransformAllowTranslationY: "autoriser transposer y",
|
|
451
|
+
toolbarDrawerTransformAllowTranslationZ: "autoriser transposer z",
|
|
452
|
+
toolbarDrawerTransformAllowScale: "autoriser l'échelle",
|
|
453
|
+
toolbarDrawerTransformTouchTransform: "transformation tactile",
|
|
454
|
+
toolbarDrawerSpaceTitle: "espace",
|
|
455
|
+
toolbarDrawerSpaceTransparentUserInterface: "interface utilisateur transparente",
|
|
456
|
+
toolbarDrawerSpaceShowTransformOrigin: "montrer l'origine de la transformation",
|
|
457
|
+
toolbarDrawerSpaceTransformOriginSize: "transformer la taille d'origine",
|
|
458
|
+
toolbarDrawerSpacePlaneOpacity: "opacité du plan",
|
|
459
|
+
toolbarDrawerSpaceLayoutType: "type de mise en page",
|
|
460
|
+
toolbarDrawerToolbarTitle: "barre d'outils",
|
|
461
|
+
toolbarDrawerToolbarAlwaysOpaque: "toujours opaque",
|
|
462
|
+
toolbarDrawerToolbarShowTransformIcons: "afficher les icônes de transformation",
|
|
463
|
+
toolbarDrawerToolbarShowTransformArrows: "afficher les flèches de transformation",
|
|
464
|
+
toolbarDrawerToolbarConcealToolbar: "masquer la barre d'outils",
|
|
465
|
+
toolbarDrawerViewcubeTitle: "cube",
|
|
466
|
+
toolbarDrawerViewcubeShowViewcube: "montrer le cube",
|
|
467
|
+
toolbarDrawerViewcubeShowTransformButtons: "afficher les boutons de transformation",
|
|
468
|
+
toolbarDrawerViewcubeAlwaysOpaque: "toujours opaque",
|
|
469
|
+
toolbarDrawerViewcubeConcealViewcube: "cacher le cube",
|
|
470
|
+
toolbarDrawerTechnicalTitle: "technique",
|
|
471
|
+
toolbarDrawerTechnicalCullingDistance: "distance d'abattage",
|
|
472
|
+
toolbarDrawerShortcutsTitle: "raccourcis",
|
|
473
|
+
toolbarDrawerShortcutsToggleFirstPerson: "basculer à la première personne",
|
|
474
|
+
toolbarDrawerShortcutsMoveForward: "avancer",
|
|
475
|
+
toolbarDrawerShortcutsMoveBackward: "recule",
|
|
476
|
+
toolbarDrawerShortcutsMoveLeft: "à gauche",
|
|
477
|
+
toolbarDrawerShortcutsMoveRight: "à droite",
|
|
478
|
+
toolbarDrawerShortcutsMoveUp: "en haut",
|
|
479
|
+
toolbarDrawerShortcutsMoveDown: "descendre",
|
|
480
|
+
toolbarDrawerShortcutsTurnLeft: "tournez à gauche",
|
|
481
|
+
toolbarDrawerShortcutsTurnRight: "tournez à droite",
|
|
482
|
+
toolbarDrawerShortcutsTurnUp: "relever",
|
|
483
|
+
toolbarDrawerShortcutsTurnDown: "rabattre",
|
|
484
|
+
toolbarDrawerShortcutsRotateUp: "tourner vers le haut",
|
|
485
|
+
toolbarDrawerShortcutsRotateDown: "tourner vers le bas",
|
|
486
|
+
toolbarDrawerShortcutsRotateLeft: "tourne à gauche",
|
|
487
|
+
toolbarDrawerShortcutsRotateRight: "tourner à droite",
|
|
488
|
+
toolbarDrawerShortcutsToggleRotate: "basculer tourner",
|
|
489
|
+
toolbarDrawerShortcutsTranslateUp: "transpose vers le haut",
|
|
490
|
+
toolbarDrawerShortcutsTranslateDown: "transpose vers le bas",
|
|
491
|
+
toolbarDrawerShortcutsTranslateLeft: "transposez à gauche",
|
|
492
|
+
toolbarDrawerShortcutsTranslateRight: "transposez à droite",
|
|
493
|
+
toolbarDrawerShortcutsTranslateIn: "transposez en",
|
|
494
|
+
toolbarDrawerShortcutsTranslateOut: "transposez dehors",
|
|
495
|
+
toolbarDrawerShortcutsToggleTranslate: "basculer transposez",
|
|
496
|
+
toolbarDrawerShortcutsScaleUp: "augmenter",
|
|
497
|
+
toolbarDrawerShortcutsScaleDown: "réduire",
|
|
498
|
+
toolbarDrawerShortcutsToggleScale: "basculer l'échelle",
|
|
499
|
+
toolbarDrawerShortcutsArrowOrScrollUp: "↑ ou scroll vers le haut",
|
|
500
|
+
toolbarDrawerShortcutsArrowOrScrollDown: "↓ ou scroll vers le bas",
|
|
501
|
+
toolbarDrawerShortcutsArrowOrScrollLeft: "← ou scroll vers la gauche",
|
|
502
|
+
toolbarDrawerShortcutsArrowOrScrollRight: "→ ou scroll vers la droite"
|
|
503
|
+
};
|
|
504
|
+
|
|
505
|
+
const german = {
|
|
506
|
+
viewcubeFront: "front",
|
|
507
|
+
viewcubeBack: "zurück",
|
|
508
|
+
viewcubeLeft: "links",
|
|
509
|
+
viewcubeRight: "rechts",
|
|
510
|
+
viewcubeTop: "top",
|
|
511
|
+
viewcubeBase: "base",
|
|
512
|
+
toolbarTransformRotate: "rotieren",
|
|
513
|
+
toolbarTransformScale: "skala",
|
|
514
|
+
toolbarTransformTranslate: "umsetzen",
|
|
515
|
+
toolbarDrawerGlobalTitle: "global",
|
|
516
|
+
toolbarDrawerGlobalGeneralTheme: "allgemeines thema",
|
|
517
|
+
toolbarDrawerGlobalInteractionTheme: "interaktionsthema",
|
|
518
|
+
toolbarDrawerGlobalLanguage: "sprache",
|
|
519
|
+
toolbarDrawerTransformTitle: "verwandeln",
|
|
520
|
+
toolbarDrawerTransformMultiModeTransform: "multimode-transformation",
|
|
521
|
+
toolbarDrawerTransformAllowRotationX: "drehung zulassen x",
|
|
522
|
+
toolbarDrawerTransformAllowRotationY: "drehung zulassen y",
|
|
523
|
+
toolbarDrawerTransformAllowTranslationX: "umsetzen zulassen x",
|
|
524
|
+
toolbarDrawerTransformAllowTranslationY: "umsetzen zulassen y",
|
|
525
|
+
toolbarDrawerTransformAllowTranslationZ: "umsetzen zulassen z",
|
|
526
|
+
toolbarDrawerTransformAllowScale: "skalierung zulassen",
|
|
527
|
+
toolbarDrawerTransformTouchTransform: "touch-transformation",
|
|
528
|
+
toolbarDrawerSpaceTitle: "raum",
|
|
529
|
+
toolbarDrawerSpaceTransparentUserInterface: "transparente benutzeroberfläche",
|
|
530
|
+
toolbarDrawerSpaceShowTransformOrigin: "zeige transformationsursprung",
|
|
531
|
+
toolbarDrawerSpaceTransformOriginSize: "ursprungsgröße transformieren",
|
|
532
|
+
toolbarDrawerSpacePlaneOpacity: "ebenenopazität",
|
|
533
|
+
toolbarDrawerSpaceLayoutType: "layouttyp",
|
|
534
|
+
toolbarDrawerToolbarTitle: "symbolleiste",
|
|
535
|
+
toolbarDrawerToolbarAlwaysOpaque: "immer undurchsichtig",
|
|
536
|
+
toolbarDrawerToolbarShowTransformIcons: "transformationssymbole anzeigen",
|
|
537
|
+
toolbarDrawerToolbarShowTransformArrows: "transformationspfeile anzeigen",
|
|
538
|
+
toolbarDrawerToolbarConcealToolbar: "symbolleiste verbergen",
|
|
539
|
+
toolbarDrawerViewcubeTitle: "würfel",
|
|
540
|
+
toolbarDrawerViewcubeShowViewcube: "würfel anzeigen",
|
|
541
|
+
toolbarDrawerViewcubeShowTransformButtons: "transformationsschaltflächen anzeigen",
|
|
542
|
+
toolbarDrawerViewcubeAlwaysOpaque: "immer undurchsichtig",
|
|
543
|
+
toolbarDrawerViewcubeConcealViewcube: "würfel verbergen",
|
|
544
|
+
toolbarDrawerTechnicalTitle: "technisch",
|
|
545
|
+
toolbarDrawerTechnicalCullingDistance: "keulungsentfernung",
|
|
546
|
+
toolbarDrawerShortcutsTitle: "verknüpfungen",
|
|
547
|
+
toolbarDrawerShortcutsToggleFirstPerson: "erste person umschalten",
|
|
548
|
+
toolbarDrawerShortcutsMoveForward: "vorwärts bewegen",
|
|
549
|
+
toolbarDrawerShortcutsMoveBackward: "rückwärts bewegen",
|
|
550
|
+
toolbarDrawerShortcutsMoveLeft: "nach links bewegen",
|
|
551
|
+
toolbarDrawerShortcutsMoveRight: "nach rechts bewegen",
|
|
552
|
+
toolbarDrawerShortcutsMoveUp: "nach oben bewegen",
|
|
553
|
+
toolbarDrawerShortcutsMoveDown: "sich abwärts bewegen",
|
|
554
|
+
toolbarDrawerShortcutsTurnLeft: "biegen sie links ab",
|
|
555
|
+
toolbarDrawerShortcutsTurnRight: "biegen sie rechts ab",
|
|
556
|
+
toolbarDrawerShortcutsTurnUp: "höher drehen",
|
|
557
|
+
toolbarDrawerShortcutsTurnDown: "umlegen",
|
|
558
|
+
toolbarDrawerShortcutsRotateUp: "nach oben drehen",
|
|
559
|
+
toolbarDrawerShortcutsRotateDown: "nach unten drehen",
|
|
560
|
+
toolbarDrawerShortcutsRotateLeft: "nach links drehen",
|
|
561
|
+
toolbarDrawerShortcutsRotateRight: "nach rechts drehen",
|
|
562
|
+
toolbarDrawerShortcutsToggleRotate: "umschalten drehen",
|
|
563
|
+
toolbarDrawerShortcutsTranslateUp: "nach oben umsetzen",
|
|
564
|
+
toolbarDrawerShortcutsTranslateDown: "nach unten umsetzen",
|
|
565
|
+
toolbarDrawerShortcutsTranslateLeft: "nach links umsetzen",
|
|
566
|
+
toolbarDrawerShortcutsTranslateRight: "nach rechts umsetzen",
|
|
567
|
+
toolbarDrawerShortcutsTranslateIn: "nach im umsetzen",
|
|
568
|
+
toolbarDrawerShortcutsTranslateOut: "nach aus umsetzen",
|
|
569
|
+
toolbarDrawerShortcutsToggleTranslate: "umschalten umsetzen",
|
|
570
|
+
toolbarDrawerShortcutsScaleUp: "vergrößern",
|
|
571
|
+
toolbarDrawerShortcutsScaleDown: "verkleinern",
|
|
572
|
+
toolbarDrawerShortcutsToggleScale: "skala umschalten",
|
|
573
|
+
toolbarDrawerShortcutsArrowOrScrollUp: "↑ oder nach oben scrollen",
|
|
574
|
+
toolbarDrawerShortcutsArrowOrScrollDown: "↓ oder nach unten scrollen",
|
|
575
|
+
toolbarDrawerShortcutsArrowOrScrollLeft: "← oder nach links scrollen",
|
|
576
|
+
toolbarDrawerShortcutsArrowOrScrollRight: "→ oder nach rechts scrollen"
|
|
742
577
|
};
|
|
743
578
|
|
|
744
|
-
const
|
|
745
|
-
viewcubeFront:
|
|
746
|
-
viewcubeBack:
|
|
747
|
-
viewcubeLeft:
|
|
748
|
-
viewcubeRight:
|
|
749
|
-
viewcubeTop:
|
|
750
|
-
viewcubeBase:
|
|
751
|
-
toolbarTransformRotate:
|
|
752
|
-
toolbarTransformScale:
|
|
753
|
-
toolbarTransformTranslate:
|
|
754
|
-
toolbarDrawerGlobalTitle:
|
|
755
|
-
toolbarDrawerGlobalGeneralTheme:
|
|
756
|
-
toolbarDrawerGlobalInteractionTheme:
|
|
757
|
-
toolbarDrawerGlobalLanguage:
|
|
758
|
-
toolbarDrawerTransformTitle:
|
|
759
|
-
toolbarDrawerTransformMultiModeTransform:
|
|
760
|
-
toolbarDrawerTransformAllowRotationX:
|
|
761
|
-
toolbarDrawerTransformAllowRotationY:
|
|
762
|
-
toolbarDrawerTransformAllowTranslationX:
|
|
763
|
-
toolbarDrawerTransformAllowTranslationY:
|
|
764
|
-
toolbarDrawerTransformAllowTranslationZ:
|
|
765
|
-
toolbarDrawerTransformAllowScale:
|
|
766
|
-
toolbarDrawerTransformTouchTransform:
|
|
767
|
-
toolbarDrawerSpaceTitle:
|
|
768
|
-
toolbarDrawerSpaceTransparentUserInterface:
|
|
769
|
-
toolbarDrawerSpaceShowTransformOrigin:
|
|
770
|
-
toolbarDrawerSpaceTransformOriginSize:
|
|
771
|
-
toolbarDrawerSpacePlaneOpacity:
|
|
772
|
-
toolbarDrawerSpaceLayoutType:
|
|
773
|
-
toolbarDrawerToolbarTitle:
|
|
774
|
-
toolbarDrawerToolbarAlwaysOpaque:
|
|
775
|
-
toolbarDrawerToolbarShowTransformIcons:
|
|
776
|
-
toolbarDrawerToolbarShowTransformArrows:
|
|
777
|
-
toolbarDrawerToolbarConcealToolbar:
|
|
778
|
-
toolbarDrawerViewcubeTitle:
|
|
779
|
-
toolbarDrawerViewcubeShowViewcube:
|
|
780
|
-
toolbarDrawerViewcubeShowTransformButtons:
|
|
781
|
-
toolbarDrawerViewcubeAlwaysOpaque:
|
|
782
|
-
toolbarDrawerViewcubeConcealViewcube:
|
|
783
|
-
toolbarDrawerTechnicalTitle:
|
|
784
|
-
toolbarDrawerTechnicalCullingDistance:
|
|
785
|
-
toolbarDrawerShortcutsTitle:
|
|
786
|
-
toolbarDrawerShortcutsToggleFirstPerson:
|
|
787
|
-
toolbarDrawerShortcutsMoveForward:
|
|
788
|
-
toolbarDrawerShortcutsMoveBackward:
|
|
789
|
-
toolbarDrawerShortcutsMoveLeft:
|
|
790
|
-
toolbarDrawerShortcutsMoveRight:
|
|
791
|
-
toolbarDrawerShortcutsMoveUp:
|
|
792
|
-
toolbarDrawerShortcutsMoveDown:
|
|
793
|
-
toolbarDrawerShortcutsTurnLeft:
|
|
794
|
-
toolbarDrawerShortcutsTurnRight:
|
|
795
|
-
toolbarDrawerShortcutsTurnUp:
|
|
796
|
-
toolbarDrawerShortcutsTurnDown:
|
|
797
|
-
toolbarDrawerShortcutsRotateUp:
|
|
798
|
-
toolbarDrawerShortcutsRotateDown:
|
|
799
|
-
toolbarDrawerShortcutsRotateLeft:
|
|
800
|
-
toolbarDrawerShortcutsRotateRight:
|
|
801
|
-
toolbarDrawerShortcutsToggleRotate:
|
|
802
|
-
toolbarDrawerShortcutsTranslateUp:
|
|
803
|
-
toolbarDrawerShortcutsTranslateDown:
|
|
804
|
-
toolbarDrawerShortcutsTranslateLeft:
|
|
805
|
-
toolbarDrawerShortcutsTranslateRight:
|
|
806
|
-
toolbarDrawerShortcutsTranslateIn:
|
|
807
|
-
toolbarDrawerShortcutsTranslateOut:
|
|
808
|
-
toolbarDrawerShortcutsToggleTranslate:
|
|
809
|
-
toolbarDrawerShortcutsScaleUp:
|
|
810
|
-
toolbarDrawerShortcutsScaleDown:
|
|
811
|
-
toolbarDrawerShortcutsToggleScale:
|
|
812
|
-
toolbarDrawerShortcutsArrowOrScrollUp:
|
|
813
|
-
toolbarDrawerShortcutsArrowOrScrollDown:
|
|
814
|
-
toolbarDrawerShortcutsArrowOrScrollLeft:
|
|
815
|
-
toolbarDrawerShortcutsArrowOrScrollRight:
|
|
579
|
+
const hindi = {
|
|
580
|
+
viewcubeFront: "सामने",
|
|
581
|
+
viewcubeBack: "वापस",
|
|
582
|
+
viewcubeLeft: "बाएं",
|
|
583
|
+
viewcubeRight: "सही",
|
|
584
|
+
viewcubeTop: "ऊपर",
|
|
585
|
+
viewcubeBase: "आधार",
|
|
586
|
+
toolbarTransformRotate: "घुमाएँ",
|
|
587
|
+
toolbarTransformScale: "स्केल",
|
|
588
|
+
toolbarTransformTranslate: "अनुवाद करना",
|
|
589
|
+
toolbarDrawerGlobalTitle: "वैश्विक",
|
|
590
|
+
toolbarDrawerGlobalGeneralTheme: "सामान्य विषय",
|
|
591
|
+
toolbarDrawerGlobalInteractionTheme: "बातचीत का विषय",
|
|
592
|
+
toolbarDrawerGlobalLanguage: "भाषा",
|
|
593
|
+
toolbarDrawerTransformTitle: "परिवर्तन",
|
|
594
|
+
toolbarDrawerTransformMultiModeTransform: "बहु मोड परिवर्तन",
|
|
595
|
+
toolbarDrawerTransformAllowRotationX: "रोटेशन एक्स की अनुमति दें",
|
|
596
|
+
toolbarDrawerTransformAllowRotationY: "रोटेशन की अनुमति दें",
|
|
597
|
+
toolbarDrawerTransformAllowTranslationX: "अनुवाद x की अनुमति दें",
|
|
598
|
+
toolbarDrawerTransformAllowTranslationY: "अनुवाद की अनुमति दें",
|
|
599
|
+
toolbarDrawerTransformAllowTranslationZ: "अनुवाद की अनुमति दें z",
|
|
600
|
+
toolbarDrawerTransformAllowScale: "पैमाने की अनुमति दें",
|
|
601
|
+
toolbarDrawerTransformTouchTransform: "स्पर्श परिवर्तन",
|
|
602
|
+
toolbarDrawerSpaceTitle: "अंतरिक्ष",
|
|
603
|
+
toolbarDrawerSpaceTransparentUserInterface: "पारदर्शी यूजर इंटरफेस",
|
|
604
|
+
toolbarDrawerSpaceShowTransformOrigin: "परिवर्तन मूल दिखाएँ",
|
|
605
|
+
toolbarDrawerSpaceTransformOriginSize: "मूल आकार बदलना",
|
|
606
|
+
toolbarDrawerSpacePlaneOpacity: "विमान की अस्पष्टता",
|
|
607
|
+
toolbarDrawerSpaceLayoutType: "लेआउट प्रकार",
|
|
608
|
+
toolbarDrawerToolbarTitle: "उपकरण पट्टी",
|
|
609
|
+
toolbarDrawerToolbarAlwaysOpaque: "हमेशा अपारदर्शी",
|
|
610
|
+
toolbarDrawerToolbarShowTransformIcons: "तब्दील प्रतीक दिखाओ",
|
|
611
|
+
toolbarDrawerToolbarShowTransformArrows: "दिखाएँ तीर",
|
|
612
|
+
toolbarDrawerToolbarConcealToolbar: "छिपाना टूलबार",
|
|
613
|
+
toolbarDrawerViewcubeTitle: "घनक्षेत्र",
|
|
614
|
+
toolbarDrawerViewcubeShowViewcube: "घन दिखाना",
|
|
615
|
+
toolbarDrawerViewcubeShowTransformButtons: "शो ट्रांसफॉर्म बटन",
|
|
616
|
+
toolbarDrawerViewcubeAlwaysOpaque: "हमेशा अपारदर्शी",
|
|
617
|
+
toolbarDrawerViewcubeConcealViewcube: "घन छिपाना",
|
|
618
|
+
toolbarDrawerTechnicalTitle: "तकनीकी",
|
|
619
|
+
toolbarDrawerTechnicalCullingDistance: "कलिंग दूरी",
|
|
620
|
+
toolbarDrawerShortcutsTitle: "शॉर्टकट",
|
|
621
|
+
toolbarDrawerShortcutsToggleFirstPerson: "पहले व्यक्ति को टॉगल करें",
|
|
622
|
+
toolbarDrawerShortcutsMoveForward: "आगे बढ़ो",
|
|
623
|
+
toolbarDrawerShortcutsMoveBackward: "पीछे की ओर जाएं",
|
|
624
|
+
toolbarDrawerShortcutsMoveLeft: "बाएं खिसको",
|
|
625
|
+
toolbarDrawerShortcutsMoveRight: "दाएँ चले",
|
|
626
|
+
toolbarDrawerShortcutsMoveUp: "बढ़ाना",
|
|
627
|
+
toolbarDrawerShortcutsMoveDown: "नीचे की ओर",
|
|
628
|
+
toolbarDrawerShortcutsTurnLeft: "बांए मुड़िए",
|
|
629
|
+
toolbarDrawerShortcutsTurnRight: "दायें मुड़ो",
|
|
630
|
+
toolbarDrawerShortcutsTurnUp: "ऊपर करो",
|
|
631
|
+
toolbarDrawerShortcutsTurnDown: "मना करना",
|
|
632
|
+
toolbarDrawerShortcutsRotateUp: "बारी बारी से",
|
|
633
|
+
toolbarDrawerShortcutsRotateDown: "नीचे घुमाओ",
|
|
634
|
+
toolbarDrawerShortcutsRotateLeft: "बायीं ओर घुमाओ",
|
|
635
|
+
toolbarDrawerShortcutsRotateRight: "दाएं घुमाएं",
|
|
636
|
+
toolbarDrawerShortcutsToggleRotate: "घुमाना",
|
|
637
|
+
toolbarDrawerShortcutsTranslateUp: "अनुवाद करना",
|
|
638
|
+
toolbarDrawerShortcutsTranslateDown: "नीचे अनुवाद करें",
|
|
639
|
+
toolbarDrawerShortcutsTranslateLeft: "अनुवाद छोड़ दिया",
|
|
640
|
+
toolbarDrawerShortcutsTranslateRight: "सही अनुवाद करें",
|
|
641
|
+
toolbarDrawerShortcutsTranslateIn: "में अनुवाद करें",
|
|
642
|
+
toolbarDrawerShortcutsTranslateOut: "अनुवाद करें",
|
|
643
|
+
toolbarDrawerShortcutsToggleTranslate: "अनुवाद टॉगल करें",
|
|
644
|
+
toolbarDrawerShortcutsScaleUp: "स्केल अप",
|
|
645
|
+
toolbarDrawerShortcutsScaleDown: "घटाना",
|
|
646
|
+
toolbarDrawerShortcutsToggleScale: "टॉगल स्केल",
|
|
647
|
+
toolbarDrawerShortcutsArrowOrScrollUp: "↑ या स्क्रॉल करें",
|
|
648
|
+
toolbarDrawerShortcutsArrowOrScrollDown: "↓ या नीचे स्क्रॉल करें",
|
|
649
|
+
toolbarDrawerShortcutsArrowOrScrollLeft: "← या बाईं ओर स्क्रॉल करें",
|
|
650
|
+
toolbarDrawerShortcutsArrowOrScrollRight: "→ या दाईं ओर स्क्रॉल करें"
|
|
816
651
|
};
|
|
817
652
|
|
|
818
|
-
const
|
|
819
|
-
viewcubeFront:
|
|
820
|
-
viewcubeBack:
|
|
821
|
-
viewcubeLeft:
|
|
822
|
-
viewcubeRight:
|
|
823
|
-
viewcubeTop:
|
|
824
|
-
viewcubeBase:
|
|
825
|
-
toolbarTransformRotate:
|
|
826
|
-
toolbarTransformScale:
|
|
827
|
-
toolbarTransformTranslate:
|
|
828
|
-
toolbarDrawerGlobalTitle:
|
|
829
|
-
toolbarDrawerGlobalGeneralTheme:
|
|
830
|
-
toolbarDrawerGlobalInteractionTheme:
|
|
831
|
-
toolbarDrawerGlobalLanguage:
|
|
832
|
-
toolbarDrawerTransformTitle:
|
|
833
|
-
toolbarDrawerTransformMultiModeTransform:
|
|
834
|
-
toolbarDrawerTransformAllowRotationX:
|
|
835
|
-
toolbarDrawerTransformAllowRotationY:
|
|
836
|
-
toolbarDrawerTransformAllowTranslationX:
|
|
837
|
-
toolbarDrawerTransformAllowTranslationY:
|
|
838
|
-
toolbarDrawerTransformAllowTranslationZ:
|
|
839
|
-
toolbarDrawerTransformAllowScale:
|
|
840
|
-
toolbarDrawerTransformTouchTransform:
|
|
841
|
-
toolbarDrawerSpaceTitle:
|
|
842
|
-
toolbarDrawerSpaceTransparentUserInterface:
|
|
843
|
-
toolbarDrawerSpaceShowTransformOrigin:
|
|
844
|
-
toolbarDrawerSpaceTransformOriginSize:
|
|
845
|
-
toolbarDrawerSpacePlaneOpacity:
|
|
846
|
-
toolbarDrawerSpaceLayoutType:
|
|
847
|
-
toolbarDrawerToolbarTitle:
|
|
848
|
-
toolbarDrawerToolbarAlwaysOpaque:
|
|
849
|
-
toolbarDrawerToolbarShowTransformIcons:
|
|
850
|
-
toolbarDrawerToolbarShowTransformArrows:
|
|
851
|
-
toolbarDrawerToolbarConcealToolbar:
|
|
852
|
-
toolbarDrawerViewcubeTitle:
|
|
853
|
-
toolbarDrawerViewcubeShowViewcube:
|
|
854
|
-
toolbarDrawerViewcubeShowTransformButtons:
|
|
855
|
-
toolbarDrawerViewcubeAlwaysOpaque:
|
|
856
|
-
toolbarDrawerViewcubeConcealViewcube:
|
|
857
|
-
toolbarDrawerTechnicalTitle:
|
|
858
|
-
toolbarDrawerTechnicalCullingDistance:
|
|
859
|
-
toolbarDrawerShortcutsTitle:
|
|
860
|
-
toolbarDrawerShortcutsToggleFirstPerson:
|
|
861
|
-
toolbarDrawerShortcutsMoveForward:
|
|
862
|
-
toolbarDrawerShortcutsMoveBackward:
|
|
863
|
-
toolbarDrawerShortcutsMoveLeft:
|
|
864
|
-
toolbarDrawerShortcutsMoveRight:
|
|
865
|
-
toolbarDrawerShortcutsMoveUp:
|
|
866
|
-
toolbarDrawerShortcutsMoveDown:
|
|
867
|
-
toolbarDrawerShortcutsTurnLeft:
|
|
868
|
-
toolbarDrawerShortcutsTurnRight:
|
|
869
|
-
toolbarDrawerShortcutsTurnUp:
|
|
870
|
-
toolbarDrawerShortcutsTurnDown:
|
|
871
|
-
toolbarDrawerShortcutsRotateUp:
|
|
872
|
-
toolbarDrawerShortcutsRotateDown:
|
|
873
|
-
toolbarDrawerShortcutsRotateLeft:
|
|
874
|
-
toolbarDrawerShortcutsRotateRight:
|
|
875
|
-
toolbarDrawerShortcutsToggleRotate:
|
|
876
|
-
toolbarDrawerShortcutsTranslateUp:
|
|
877
|
-
toolbarDrawerShortcutsTranslateDown:
|
|
878
|
-
toolbarDrawerShortcutsTranslateLeft:
|
|
879
|
-
toolbarDrawerShortcutsTranslateRight:
|
|
880
|
-
toolbarDrawerShortcutsTranslateIn:
|
|
881
|
-
toolbarDrawerShortcutsTranslateOut:
|
|
882
|
-
toolbarDrawerShortcutsToggleTranslate:
|
|
883
|
-
toolbarDrawerShortcutsScaleUp:
|
|
884
|
-
toolbarDrawerShortcutsScaleDown:
|
|
885
|
-
toolbarDrawerShortcutsToggleScale:
|
|
886
|
-
toolbarDrawerShortcutsArrowOrScrollUp:
|
|
887
|
-
toolbarDrawerShortcutsArrowOrScrollDown:
|
|
888
|
-
toolbarDrawerShortcutsArrowOrScrollLeft:
|
|
889
|
-
toolbarDrawerShortcutsArrowOrScrollRight:
|
|
653
|
+
const italian = {
|
|
654
|
+
viewcubeFront: "davanti",
|
|
655
|
+
viewcubeBack: "indietro",
|
|
656
|
+
viewcubeLeft: "sinistra",
|
|
657
|
+
viewcubeRight: "destra",
|
|
658
|
+
viewcubeTop: "top",
|
|
659
|
+
viewcubeBase: "base",
|
|
660
|
+
toolbarTransformRotate: "ruotare",
|
|
661
|
+
toolbarTransformScale: "scalare",
|
|
662
|
+
toolbarTransformTranslate: "trasferire",
|
|
663
|
+
toolbarDrawerGlobalTitle: "globale",
|
|
664
|
+
toolbarDrawerGlobalGeneralTheme: "tema generale",
|
|
665
|
+
toolbarDrawerGlobalInteractionTheme: "tema di interazione",
|
|
666
|
+
toolbarDrawerGlobalLanguage: "linguaggio",
|
|
667
|
+
toolbarDrawerTransformTitle: "trasformare",
|
|
668
|
+
toolbarDrawerTransformMultiModeTransform: "trasformazione multimodale",
|
|
669
|
+
toolbarDrawerTransformAllowRotationX: "consentire la rotazione x",
|
|
670
|
+
toolbarDrawerTransformAllowRotationY: "consentire la rotazione y",
|
|
671
|
+
toolbarDrawerTransformAllowTranslationX: "consenti trasferire x",
|
|
672
|
+
toolbarDrawerTransformAllowTranslationY: "consenti trasferire y",
|
|
673
|
+
toolbarDrawerTransformAllowTranslationZ: "consenti trasferire z",
|
|
674
|
+
toolbarDrawerTransformAllowScale: "consentire la scala",
|
|
675
|
+
toolbarDrawerTransformTouchTransform: "tocco trasforma",
|
|
676
|
+
toolbarDrawerSpaceTitle: "spazio",
|
|
677
|
+
toolbarDrawerSpaceTransparentUserInterface: "interfaccia utente trasparente",
|
|
678
|
+
toolbarDrawerSpaceShowTransformOrigin: "mostra origine trasformazione",
|
|
679
|
+
toolbarDrawerSpaceTransformOriginSize: "trasforma la dimensione dell'origine",
|
|
680
|
+
toolbarDrawerSpacePlaneOpacity: "opacità del piano",
|
|
681
|
+
toolbarDrawerSpaceLayoutType: "tipo di layout",
|
|
682
|
+
toolbarDrawerToolbarTitle: "barra degli strumenti",
|
|
683
|
+
toolbarDrawerToolbarAlwaysOpaque: "sempre opaco",
|
|
684
|
+
toolbarDrawerToolbarShowTransformIcons: "mostra le icone di trasformazione",
|
|
685
|
+
toolbarDrawerToolbarShowTransformArrows: "mostra le frecce di trasformazione",
|
|
686
|
+
toolbarDrawerToolbarConcealToolbar: "nascondere la barra degli strumenti",
|
|
687
|
+
toolbarDrawerViewcubeTitle: "cubo",
|
|
688
|
+
toolbarDrawerViewcubeShowViewcube: "mostra cubo",
|
|
689
|
+
toolbarDrawerViewcubeShowTransformButtons: "mostra i pulsanti di trasformazione",
|
|
690
|
+
toolbarDrawerViewcubeAlwaysOpaque: "sempre opaco",
|
|
691
|
+
toolbarDrawerViewcubeConcealViewcube: "nascondere il cubo",
|
|
692
|
+
toolbarDrawerTechnicalTitle: "tecnico",
|
|
693
|
+
toolbarDrawerTechnicalCullingDistance: "distanza di abbattimento",
|
|
694
|
+
toolbarDrawerShortcutsTitle: "scorciatoie",
|
|
695
|
+
toolbarDrawerShortcutsToggleFirstPerson: "attiva la prima persona",
|
|
696
|
+
toolbarDrawerShortcutsMoveForward: "andare avanti",
|
|
697
|
+
toolbarDrawerShortcutsMoveBackward: "tornare indietro",
|
|
698
|
+
toolbarDrawerShortcutsMoveLeft: "muovere a sinistra",
|
|
699
|
+
toolbarDrawerShortcutsMoveRight: "muovere a destra",
|
|
700
|
+
toolbarDrawerShortcutsMoveUp: "muovere avanti",
|
|
701
|
+
toolbarDrawerShortcutsMoveDown: "muovere a giù",
|
|
702
|
+
toolbarDrawerShortcutsTurnLeft: "gira a sinistra",
|
|
703
|
+
toolbarDrawerShortcutsTurnRight: "gira a destra",
|
|
704
|
+
toolbarDrawerShortcutsTurnUp: "gira a su",
|
|
705
|
+
toolbarDrawerShortcutsTurnDown: "gira a giù",
|
|
706
|
+
toolbarDrawerShortcutsRotateUp: "ruotare a su",
|
|
707
|
+
toolbarDrawerShortcutsRotateDown: "ruotare a giù",
|
|
708
|
+
toolbarDrawerShortcutsRotateLeft: "ruotare a sinistra",
|
|
709
|
+
toolbarDrawerShortcutsRotateRight: "ruotare a destra",
|
|
710
|
+
toolbarDrawerShortcutsToggleRotate: "attiva / disattiva la rotazione",
|
|
711
|
+
toolbarDrawerShortcutsTranslateUp: "trasferire a su",
|
|
712
|
+
toolbarDrawerShortcutsTranslateDown: "trasferire a giù",
|
|
713
|
+
toolbarDrawerShortcutsTranslateLeft: "trasferire a sinistra",
|
|
714
|
+
toolbarDrawerShortcutsTranslateRight: "trasferire a destra",
|
|
715
|
+
toolbarDrawerShortcutsTranslateIn: "trasferire a nella",
|
|
716
|
+
toolbarDrawerShortcutsTranslateOut: "trasferire a fuori",
|
|
717
|
+
toolbarDrawerShortcutsToggleTranslate: "attiva / disattiva trasferire",
|
|
718
|
+
toolbarDrawerShortcutsScaleUp: "scalare a su",
|
|
719
|
+
toolbarDrawerShortcutsScaleDown: "scalare a giù",
|
|
720
|
+
toolbarDrawerShortcutsToggleScale: "attiva / disattiva la scala",
|
|
721
|
+
toolbarDrawerShortcutsArrowOrScrollUp: "↑ o scorrere verso l'alto",
|
|
722
|
+
toolbarDrawerShortcutsArrowOrScrollDown: "↓ o scorrere verso il basso",
|
|
723
|
+
toolbarDrawerShortcutsArrowOrScrollLeft: "← o scorrere verso sinistra",
|
|
724
|
+
toolbarDrawerShortcutsArrowOrScrollRight: "→ o scorrere verso destra"
|
|
890
725
|
};
|
|
891
726
|
|
|
892
|
-
const
|
|
893
|
-
viewcubeFront:
|
|
894
|
-
viewcubeBack:
|
|
895
|
-
viewcubeLeft:
|
|
896
|
-
viewcubeRight:
|
|
897
|
-
viewcubeTop:
|
|
898
|
-
viewcubeBase:
|
|
899
|
-
toolbarTransformRotate:
|
|
900
|
-
toolbarTransformScale:
|
|
901
|
-
toolbarTransformTranslate:
|
|
902
|
-
toolbarDrawerGlobalTitle:
|
|
903
|
-
toolbarDrawerGlobalGeneralTheme:
|
|
904
|
-
toolbarDrawerGlobalInteractionTheme:
|
|
905
|
-
toolbarDrawerGlobalLanguage:
|
|
906
|
-
toolbarDrawerTransformTitle:
|
|
907
|
-
toolbarDrawerTransformMultiModeTransform:
|
|
908
|
-
toolbarDrawerTransformAllowRotationX:
|
|
909
|
-
toolbarDrawerTransformAllowRotationY:
|
|
910
|
-
toolbarDrawerTransformAllowTranslationX:
|
|
911
|
-
toolbarDrawerTransformAllowTranslationY:
|
|
912
|
-
toolbarDrawerTransformAllowTranslationZ:
|
|
913
|
-
toolbarDrawerTransformAllowScale:
|
|
914
|
-
toolbarDrawerTransformTouchTransform:
|
|
915
|
-
toolbarDrawerSpaceTitle:
|
|
916
|
-
toolbarDrawerSpaceTransparentUserInterface:
|
|
917
|
-
toolbarDrawerSpaceShowTransformOrigin:
|
|
918
|
-
toolbarDrawerSpaceTransformOriginSize:
|
|
919
|
-
toolbarDrawerSpacePlaneOpacity:
|
|
920
|
-
toolbarDrawerSpaceLayoutType:
|
|
921
|
-
toolbarDrawerToolbarTitle:
|
|
922
|
-
toolbarDrawerToolbarAlwaysOpaque:
|
|
923
|
-
toolbarDrawerToolbarShowTransformIcons:
|
|
924
|
-
toolbarDrawerToolbarShowTransformArrows:
|
|
925
|
-
toolbarDrawerToolbarConcealToolbar:
|
|
926
|
-
toolbarDrawerViewcubeTitle:
|
|
927
|
-
toolbarDrawerViewcubeShowViewcube:
|
|
928
|
-
toolbarDrawerViewcubeShowTransformButtons:
|
|
929
|
-
toolbarDrawerViewcubeAlwaysOpaque:
|
|
930
|
-
toolbarDrawerViewcubeConcealViewcube:
|
|
931
|
-
toolbarDrawerTechnicalTitle:
|
|
932
|
-
toolbarDrawerTechnicalCullingDistance:
|
|
933
|
-
toolbarDrawerShortcutsTitle:
|
|
934
|
-
toolbarDrawerShortcutsToggleFirstPerson:
|
|
935
|
-
toolbarDrawerShortcutsMoveForward:
|
|
936
|
-
toolbarDrawerShortcutsMoveBackward:
|
|
937
|
-
toolbarDrawerShortcutsMoveLeft:
|
|
938
|
-
toolbarDrawerShortcutsMoveRight:
|
|
939
|
-
toolbarDrawerShortcutsMoveUp:
|
|
940
|
-
toolbarDrawerShortcutsMoveDown:
|
|
941
|
-
toolbarDrawerShortcutsTurnLeft:
|
|
942
|
-
toolbarDrawerShortcutsTurnRight:
|
|
943
|
-
toolbarDrawerShortcutsTurnUp:
|
|
944
|
-
toolbarDrawerShortcutsTurnDown:
|
|
945
|
-
toolbarDrawerShortcutsRotateUp:
|
|
946
|
-
toolbarDrawerShortcutsRotateDown:
|
|
947
|
-
toolbarDrawerShortcutsRotateLeft:
|
|
948
|
-
toolbarDrawerShortcutsRotateRight:
|
|
949
|
-
toolbarDrawerShortcutsToggleRotate:
|
|
950
|
-
toolbarDrawerShortcutsTranslateUp:
|
|
951
|
-
toolbarDrawerShortcutsTranslateDown:
|
|
952
|
-
toolbarDrawerShortcutsTranslateLeft:
|
|
953
|
-
toolbarDrawerShortcutsTranslateRight:
|
|
954
|
-
toolbarDrawerShortcutsTranslateIn:
|
|
955
|
-
toolbarDrawerShortcutsTranslateOut:
|
|
956
|
-
toolbarDrawerShortcutsToggleTranslate:
|
|
957
|
-
toolbarDrawerShortcutsScaleUp:
|
|
958
|
-
toolbarDrawerShortcutsScaleDown:
|
|
959
|
-
toolbarDrawerShortcutsToggleScale:
|
|
960
|
-
toolbarDrawerShortcutsArrowOrScrollUp:
|
|
961
|
-
toolbarDrawerShortcutsArrowOrScrollDown:
|
|
962
|
-
toolbarDrawerShortcutsArrowOrScrollLeft:
|
|
963
|
-
toolbarDrawerShortcutsArrowOrScrollRight:
|
|
727
|
+
const japanese = {
|
|
728
|
+
viewcubeFront: "フロント",
|
|
729
|
+
viewcubeBack: "バック",
|
|
730
|
+
viewcubeLeft: "左",
|
|
731
|
+
viewcubeRight: "正しい",
|
|
732
|
+
viewcubeTop: "上",
|
|
733
|
+
viewcubeBase: "ベース",
|
|
734
|
+
toolbarTransformRotate: "回転させる",
|
|
735
|
+
toolbarTransformScale: "規模",
|
|
736
|
+
toolbarTransformTranslate: "翻訳する",
|
|
737
|
+
toolbarDrawerGlobalTitle: "グローバル",
|
|
738
|
+
toolbarDrawerGlobalGeneralTheme: "一般的なテーマ",
|
|
739
|
+
toolbarDrawerGlobalInteractionTheme: "相互作用のテーマ",
|
|
740
|
+
toolbarDrawerGlobalLanguage: "言語",
|
|
741
|
+
toolbarDrawerTransformTitle: "変換する",
|
|
742
|
+
toolbarDrawerTransformMultiModeTransform: "マルチモード変換",
|
|
743
|
+
toolbarDrawerTransformAllowRotationX: "回転を許可x",
|
|
744
|
+
toolbarDrawerTransformAllowRotationY: "回転を許可するy",
|
|
745
|
+
toolbarDrawerTransformAllowTranslationX: "翻訳を許可するx",
|
|
746
|
+
toolbarDrawerTransformAllowTranslationY: "翻訳を許可するy",
|
|
747
|
+
toolbarDrawerTransformAllowTranslationZ: "翻訳を許可するz",
|
|
748
|
+
toolbarDrawerTransformAllowScale: "スケールを許可する",
|
|
749
|
+
toolbarDrawerTransformTouchTransform: "タッチ変換",
|
|
750
|
+
toolbarDrawerSpaceTitle: "スペース",
|
|
751
|
+
toolbarDrawerSpaceTransparentUserInterface: "透過的なユーザーインターフェイス",
|
|
752
|
+
toolbarDrawerSpaceShowTransformOrigin: "変換の起点を表示",
|
|
753
|
+
toolbarDrawerSpaceTransformOriginSize: "変換元サイズ",
|
|
754
|
+
toolbarDrawerSpacePlaneOpacity: "平面の不透明度",
|
|
755
|
+
toolbarDrawerSpaceLayoutType: "レイアウトタイプ",
|
|
756
|
+
toolbarDrawerToolbarTitle: "ツールバー",
|
|
757
|
+
toolbarDrawerToolbarAlwaysOpaque: "常に不透明",
|
|
758
|
+
toolbarDrawerToolbarShowTransformIcons: "変換アイコンを表示",
|
|
759
|
+
toolbarDrawerToolbarShowTransformArrows: "変換矢印を表示",
|
|
760
|
+
toolbarDrawerToolbarConcealToolbar: "ツールバーを隠す",
|
|
761
|
+
toolbarDrawerViewcubeTitle: "ビューキューブ",
|
|
762
|
+
toolbarDrawerViewcubeShowViewcube: "ビューキューブを表示",
|
|
763
|
+
toolbarDrawerViewcubeShowTransformButtons: "変換ボタンを表示する",
|
|
764
|
+
toolbarDrawerViewcubeAlwaysOpaque: "常に不透明",
|
|
765
|
+
toolbarDrawerViewcubeConcealViewcube: "ビューキューブを隠す",
|
|
766
|
+
toolbarDrawerTechnicalTitle: "テクニカル",
|
|
767
|
+
toolbarDrawerTechnicalCullingDistance: "カリング距離",
|
|
768
|
+
toolbarDrawerShortcutsTitle: "ショートカット",
|
|
769
|
+
toolbarDrawerShortcutsToggleFirstPerson: "一人称を切り替える",
|
|
770
|
+
toolbarDrawerShortcutsMoveForward: "前進する",
|
|
771
|
+
toolbarDrawerShortcutsMoveBackward: "後退する",
|
|
772
|
+
toolbarDrawerShortcutsMoveLeft: "左に移動",
|
|
773
|
+
toolbarDrawerShortcutsMoveRight: "右に動く",
|
|
774
|
+
toolbarDrawerShortcutsMoveUp: "上に移動する",
|
|
775
|
+
toolbarDrawerShortcutsMoveDown: "下に移動",
|
|
776
|
+
toolbarDrawerShortcutsTurnLeft: "左折してください",
|
|
777
|
+
toolbarDrawerShortcutsTurnRight: "右に曲がる",
|
|
778
|
+
toolbarDrawerShortcutsTurnUp: "現れる",
|
|
779
|
+
toolbarDrawerShortcutsTurnDown: "断る",
|
|
780
|
+
toolbarDrawerShortcutsRotateUp: "上に回転する",
|
|
781
|
+
toolbarDrawerShortcutsRotateDown: "下に回転",
|
|
782
|
+
toolbarDrawerShortcutsRotateLeft: "左に回転",
|
|
783
|
+
toolbarDrawerShortcutsRotateRight: "右に回る",
|
|
784
|
+
toolbarDrawerShortcutsToggleRotate: "トグル回転",
|
|
785
|
+
toolbarDrawerShortcutsTranslateUp: "翻訳する",
|
|
786
|
+
toolbarDrawerShortcutsTranslateDown: "翻訳する",
|
|
787
|
+
toolbarDrawerShortcutsTranslateLeft: "左に翻訳",
|
|
788
|
+
toolbarDrawerShortcutsTranslateRight: "正しく翻訳する",
|
|
789
|
+
toolbarDrawerShortcutsTranslateIn: "翻訳する",
|
|
790
|
+
toolbarDrawerShortcutsTranslateOut: "翻訳する",
|
|
791
|
+
toolbarDrawerShortcutsToggleTranslate: "トグル翻訳",
|
|
792
|
+
toolbarDrawerShortcutsScaleUp: "拡大する",
|
|
793
|
+
toolbarDrawerShortcutsScaleDown: "縮小する",
|
|
794
|
+
toolbarDrawerShortcutsToggleScale: "トグルスケール",
|
|
795
|
+
toolbarDrawerShortcutsArrowOrScrollUp: "↑ または上にスクロールします",
|
|
796
|
+
toolbarDrawerShortcutsArrowOrScrollDown: "↓ または下にスクロールします",
|
|
797
|
+
toolbarDrawerShortcutsArrowOrScrollLeft: "← または左にスクロール",
|
|
798
|
+
toolbarDrawerShortcutsArrowOrScrollRight: "→ または右にスクロール"
|
|
964
799
|
};
|
|
965
800
|
|
|
966
|
-
const
|
|
967
|
-
viewcubeFront:
|
|
968
|
-
viewcubeBack:
|
|
969
|
-
viewcubeLeft:
|
|
970
|
-
viewcubeRight:
|
|
971
|
-
viewcubeTop:
|
|
972
|
-
viewcubeBase:
|
|
973
|
-
toolbarTransformRotate:
|
|
974
|
-
toolbarTransformScale:
|
|
975
|
-
toolbarTransformTranslate:
|
|
976
|
-
toolbarDrawerGlobalTitle:
|
|
977
|
-
toolbarDrawerGlobalGeneralTheme:
|
|
978
|
-
toolbarDrawerGlobalInteractionTheme:
|
|
979
|
-
toolbarDrawerGlobalLanguage:
|
|
980
|
-
toolbarDrawerTransformTitle:
|
|
981
|
-
toolbarDrawerTransformMultiModeTransform:
|
|
982
|
-
toolbarDrawerTransformAllowRotationX:
|
|
983
|
-
toolbarDrawerTransformAllowRotationY:
|
|
984
|
-
toolbarDrawerTransformAllowTranslationX:
|
|
985
|
-
toolbarDrawerTransformAllowTranslationY:
|
|
986
|
-
toolbarDrawerTransformAllowTranslationZ:
|
|
987
|
-
toolbarDrawerTransformAllowScale:
|
|
988
|
-
toolbarDrawerTransformTouchTransform:
|
|
989
|
-
toolbarDrawerSpaceTitle:
|
|
990
|
-
toolbarDrawerSpaceTransparentUserInterface:
|
|
991
|
-
toolbarDrawerSpaceShowTransformOrigin:
|
|
992
|
-
toolbarDrawerSpaceTransformOriginSize:
|
|
993
|
-
toolbarDrawerSpacePlaneOpacity:
|
|
994
|
-
toolbarDrawerSpaceLayoutType:
|
|
995
|
-
toolbarDrawerToolbarTitle:
|
|
996
|
-
toolbarDrawerToolbarAlwaysOpaque:
|
|
997
|
-
toolbarDrawerToolbarShowTransformIcons:
|
|
998
|
-
toolbarDrawerToolbarShowTransformArrows:
|
|
999
|
-
toolbarDrawerToolbarConcealToolbar:
|
|
1000
|
-
toolbarDrawerViewcubeTitle:
|
|
1001
|
-
toolbarDrawerViewcubeShowViewcube:
|
|
1002
|
-
toolbarDrawerViewcubeShowTransformButtons:
|
|
1003
|
-
toolbarDrawerViewcubeAlwaysOpaque:
|
|
1004
|
-
toolbarDrawerViewcubeConcealViewcube:
|
|
1005
|
-
toolbarDrawerTechnicalTitle:
|
|
1006
|
-
toolbarDrawerTechnicalCullingDistance:
|
|
1007
|
-
toolbarDrawerShortcutsTitle:
|
|
1008
|
-
toolbarDrawerShortcutsToggleFirstPerson:
|
|
1009
|
-
toolbarDrawerShortcutsMoveForward:
|
|
1010
|
-
toolbarDrawerShortcutsMoveBackward:
|
|
1011
|
-
toolbarDrawerShortcutsMoveLeft:
|
|
1012
|
-
toolbarDrawerShortcutsMoveRight:
|
|
1013
|
-
toolbarDrawerShortcutsMoveUp:
|
|
1014
|
-
toolbarDrawerShortcutsMoveDown:
|
|
1015
|
-
toolbarDrawerShortcutsTurnLeft:
|
|
1016
|
-
toolbarDrawerShortcutsTurnRight:
|
|
1017
|
-
toolbarDrawerShortcutsTurnUp:
|
|
1018
|
-
toolbarDrawerShortcutsTurnDown:
|
|
1019
|
-
toolbarDrawerShortcutsRotateUp:
|
|
1020
|
-
toolbarDrawerShortcutsRotateDown:
|
|
1021
|
-
toolbarDrawerShortcutsRotateLeft:
|
|
1022
|
-
toolbarDrawerShortcutsRotateRight:
|
|
1023
|
-
toolbarDrawerShortcutsToggleRotate:
|
|
1024
|
-
toolbarDrawerShortcutsTranslateUp:
|
|
1025
|
-
toolbarDrawerShortcutsTranslateDown:
|
|
1026
|
-
toolbarDrawerShortcutsTranslateLeft:
|
|
1027
|
-
toolbarDrawerShortcutsTranslateRight:
|
|
1028
|
-
toolbarDrawerShortcutsTranslateIn:
|
|
1029
|
-
toolbarDrawerShortcutsTranslateOut:
|
|
1030
|
-
toolbarDrawerShortcutsToggleTranslate:
|
|
1031
|
-
toolbarDrawerShortcutsScaleUp:
|
|
1032
|
-
toolbarDrawerShortcutsScaleDown:
|
|
1033
|
-
toolbarDrawerShortcutsToggleScale:
|
|
1034
|
-
toolbarDrawerShortcutsArrowOrScrollUp:
|
|
1035
|
-
toolbarDrawerShortcutsArrowOrScrollDown:
|
|
1036
|
-
toolbarDrawerShortcutsArrowOrScrollLeft:
|
|
1037
|
-
toolbarDrawerShortcutsArrowOrScrollRight:
|
|
801
|
+
const romanian = {
|
|
802
|
+
viewcubeFront: "față",
|
|
803
|
+
viewcubeBack: "spate",
|
|
804
|
+
viewcubeLeft: "stânga",
|
|
805
|
+
viewcubeRight: "dreapta",
|
|
806
|
+
viewcubeTop: "sus",
|
|
807
|
+
viewcubeBase: "jos",
|
|
808
|
+
toolbarTransformRotate: "rotire",
|
|
809
|
+
toolbarTransformScale: "scalare",
|
|
810
|
+
toolbarTransformTranslate: "translație",
|
|
811
|
+
toolbarDrawerGlobalTitle: "global",
|
|
812
|
+
toolbarDrawerGlobalGeneralTheme: "temă generală",
|
|
813
|
+
toolbarDrawerGlobalInteractionTheme: "temă interacțiune",
|
|
814
|
+
toolbarDrawerGlobalLanguage: "limbă",
|
|
815
|
+
toolbarDrawerTransformTitle: "transformare",
|
|
816
|
+
toolbarDrawerTransformMultiModeTransform: "transformare multi-modală",
|
|
817
|
+
toolbarDrawerTransformAllowRotationX: "permite rotație x",
|
|
818
|
+
toolbarDrawerTransformAllowRotationY: "permite rotație x",
|
|
819
|
+
toolbarDrawerTransformAllowTranslationX: "permite translație x",
|
|
820
|
+
toolbarDrawerTransformAllowTranslationY: "permite translație y",
|
|
821
|
+
toolbarDrawerTransformAllowTranslationZ: "permite translație z",
|
|
822
|
+
toolbarDrawerTransformAllowScale: "permite scalare",
|
|
823
|
+
toolbarDrawerTransformTouchTransform: "transformare atingere",
|
|
824
|
+
toolbarDrawerSpaceTitle: "spațiu",
|
|
825
|
+
toolbarDrawerSpaceTransparentUserInterface: "interfață utilizator transparentă",
|
|
826
|
+
toolbarDrawerSpaceShowTransformOrigin: "arăta originea transformării",
|
|
827
|
+
toolbarDrawerSpaceTransformOriginSize: "mărimea originii transformării",
|
|
828
|
+
toolbarDrawerSpacePlaneOpacity: "opacitate plan",
|
|
829
|
+
toolbarDrawerSpaceLayoutType: "tip amplasare",
|
|
830
|
+
toolbarDrawerToolbarTitle: "bară de unelte",
|
|
831
|
+
toolbarDrawerToolbarAlwaysOpaque: "mereu opac",
|
|
832
|
+
toolbarDrawerToolbarShowTransformIcons: "arată icoane transformare",
|
|
833
|
+
toolbarDrawerToolbarShowTransformArrows: "arată săgeți transformare",
|
|
834
|
+
toolbarDrawerToolbarConcealToolbar: "ascunde bara de unelte",
|
|
835
|
+
toolbarDrawerViewcubeTitle: "cub",
|
|
836
|
+
toolbarDrawerViewcubeShowViewcube: "arată cub",
|
|
837
|
+
toolbarDrawerViewcubeShowTransformButtons: "arată butoane transformare",
|
|
838
|
+
toolbarDrawerViewcubeAlwaysOpaque: "mereu opac",
|
|
839
|
+
toolbarDrawerViewcubeConcealViewcube: "ascunde cub",
|
|
840
|
+
toolbarDrawerTechnicalTitle: "tehnic",
|
|
841
|
+
toolbarDrawerTechnicalCullingDistance: "distanță ascundere",
|
|
842
|
+
toolbarDrawerShortcutsTitle: "scurtături",
|
|
843
|
+
toolbarDrawerShortcutsToggleFirstPerson: "comutare persoana întâi",
|
|
844
|
+
toolbarDrawerShortcutsMoveForward: "mutare înainte",
|
|
845
|
+
toolbarDrawerShortcutsMoveBackward: "mutare înapoi",
|
|
846
|
+
toolbarDrawerShortcutsMoveLeft: "mutare stânga",
|
|
847
|
+
toolbarDrawerShortcutsMoveRight: "mutare dreapta",
|
|
848
|
+
toolbarDrawerShortcutsMoveUp: "mutare sus",
|
|
849
|
+
toolbarDrawerShortcutsMoveDown: "mutare jos",
|
|
850
|
+
toolbarDrawerShortcutsTurnLeft: "întoarcere stânga",
|
|
851
|
+
toolbarDrawerShortcutsTurnRight: "întoarcere dreapta",
|
|
852
|
+
toolbarDrawerShortcutsTurnUp: "întoarcere sus",
|
|
853
|
+
toolbarDrawerShortcutsTurnDown: "întoarcere jos",
|
|
854
|
+
toolbarDrawerShortcutsRotateUp: "rotire sus",
|
|
855
|
+
toolbarDrawerShortcutsRotateDown: "rotire jos",
|
|
856
|
+
toolbarDrawerShortcutsRotateLeft: "rotire stânga",
|
|
857
|
+
toolbarDrawerShortcutsRotateRight: "rotire dreapta",
|
|
858
|
+
toolbarDrawerShortcutsToggleRotate: "comutare rotire",
|
|
859
|
+
toolbarDrawerShortcutsTranslateUp: "translație sus",
|
|
860
|
+
toolbarDrawerShortcutsTranslateDown: "translație jos",
|
|
861
|
+
toolbarDrawerShortcutsTranslateLeft: "translație stânga",
|
|
862
|
+
toolbarDrawerShortcutsTranslateRight: "translație dreapta",
|
|
863
|
+
toolbarDrawerShortcutsTranslateIn: "translație înăuntru",
|
|
864
|
+
toolbarDrawerShortcutsTranslateOut: "translație în afară",
|
|
865
|
+
toolbarDrawerShortcutsToggleTranslate: "comutare translație",
|
|
866
|
+
toolbarDrawerShortcutsScaleUp: "scalare în sus",
|
|
867
|
+
toolbarDrawerShortcutsScaleDown: "scalare în jos",
|
|
868
|
+
toolbarDrawerShortcutsToggleScale: "comutare scalare",
|
|
869
|
+
toolbarDrawerShortcutsArrowOrScrollUp: "↑ sau scroll sus",
|
|
870
|
+
toolbarDrawerShortcutsArrowOrScrollDown: "↓ sau scroll jos",
|
|
871
|
+
toolbarDrawerShortcutsArrowOrScrollLeft: "← sau scroll stânga",
|
|
872
|
+
toolbarDrawerShortcutsArrowOrScrollRight: "→ sau scroll dreapta"
|
|
1038
873
|
};
|
|
1039
874
|
|
|
1040
|
-
const
|
|
1041
|
-
|
|
1042
|
-
|
|
1043
|
-
|
|
1044
|
-
|
|
1045
|
-
|
|
1046
|
-
|
|
1047
|
-
|
|
1048
|
-
|
|
1049
|
-
|
|
1050
|
-
|
|
1051
|
-
|
|
1052
|
-
|
|
1053
|
-
|
|
1054
|
-
|
|
1055
|
-
|
|
1056
|
-
|
|
1057
|
-
|
|
1058
|
-
|
|
1059
|
-
|
|
1060
|
-
|
|
1061
|
-
|
|
1062
|
-
|
|
1063
|
-
|
|
1064
|
-
|
|
1065
|
-
|
|
875
|
+
const russian = {
|
|
876
|
+
viewcubeFront: "лицо",
|
|
877
|
+
viewcubeBack: "назад",
|
|
878
|
+
viewcubeLeft: "осталось",
|
|
879
|
+
viewcubeRight: "право",
|
|
880
|
+
viewcubeTop: "верх",
|
|
881
|
+
viewcubeBase: "база",
|
|
882
|
+
toolbarTransformRotate: "поворот",
|
|
883
|
+
toolbarTransformScale: "масштаб",
|
|
884
|
+
toolbarTransformTranslate: "перевести",
|
|
885
|
+
toolbarDrawerGlobalTitle: "Глобальный",
|
|
886
|
+
toolbarDrawerGlobalGeneralTheme: "общая тема",
|
|
887
|
+
toolbarDrawerGlobalInteractionTheme: "тема взаимодействия",
|
|
888
|
+
toolbarDrawerGlobalLanguage: "язык",
|
|
889
|
+
toolbarDrawerTransformTitle: "преобразование",
|
|
890
|
+
toolbarDrawerTransformMultiModeTransform: "многорежимное преобразование",
|
|
891
|
+
toolbarDrawerTransformAllowRotationX: "разрешить вращение х",
|
|
892
|
+
toolbarDrawerTransformAllowRotationY: "разрешить вращение у",
|
|
893
|
+
toolbarDrawerTransformAllowTranslationX: "разрешить перевод х",
|
|
894
|
+
toolbarDrawerTransformAllowTranslationY: "разрешить перевод y",
|
|
895
|
+
toolbarDrawerTransformAllowTranslationZ: "разрешить перевод z",
|
|
896
|
+
toolbarDrawerTransformAllowScale: "разрешить масштаб",
|
|
897
|
+
toolbarDrawerTransformTouchTransform: "сенсорное преобразование",
|
|
898
|
+
toolbarDrawerSpaceTitle: "kосмос",
|
|
899
|
+
toolbarDrawerSpaceTransparentUserInterface: "прозрачный пользовательский интерфейс",
|
|
900
|
+
toolbarDrawerSpaceShowTransformOrigin: "показать источник преобразования",
|
|
901
|
+
toolbarDrawerSpaceTransformOriginSize: "преобразовать размер источника",
|
|
902
|
+
toolbarDrawerSpacePlaneOpacity: "непрозрачность плоскости",
|
|
903
|
+
toolbarDrawerSpaceLayoutType: "тип макета",
|
|
904
|
+
toolbarDrawerToolbarTitle: "панель инструментов",
|
|
905
|
+
toolbarDrawerToolbarAlwaysOpaque: "всегда непрозрачный",
|
|
906
|
+
toolbarDrawerToolbarShowTransformIcons: "показать значки трансформации",
|
|
907
|
+
toolbarDrawerToolbarShowTransformArrows: "показать стрелки трансформации",
|
|
908
|
+
toolbarDrawerToolbarConcealToolbar: "скрыть панель инструментов",
|
|
909
|
+
toolbarDrawerViewcubeTitle: "куб",
|
|
910
|
+
toolbarDrawerViewcubeShowViewcube: "показать куб",
|
|
911
|
+
toolbarDrawerViewcubeShowTransformButtons: "показать кнопки преобразования",
|
|
912
|
+
toolbarDrawerViewcubeAlwaysOpaque: "всегда непрозрачный",
|
|
913
|
+
toolbarDrawerViewcubeConcealViewcube: "скрыть куб",
|
|
914
|
+
toolbarDrawerTechnicalTitle: "технический",
|
|
915
|
+
toolbarDrawerTechnicalCullingDistance: "расстояние выбраковки",
|
|
916
|
+
toolbarDrawerShortcutsTitle: "сочетания",
|
|
917
|
+
toolbarDrawerShortcutsToggleFirstPerson: "переключить от первого лица",
|
|
918
|
+
toolbarDrawerShortcutsMoveForward: "двигаться вперед",
|
|
919
|
+
toolbarDrawerShortcutsMoveBackward: "двигаться назад",
|
|
920
|
+
toolbarDrawerShortcutsMoveLeft: "двигай влево",
|
|
921
|
+
toolbarDrawerShortcutsMoveRight: "переместить вправо",
|
|
922
|
+
toolbarDrawerShortcutsMoveUp: "двигаться вверх",
|
|
923
|
+
toolbarDrawerShortcutsMoveDown: "двигаться вниз",
|
|
924
|
+
toolbarDrawerShortcutsTurnLeft: "повернуть налево",
|
|
925
|
+
toolbarDrawerShortcutsTurnRight: "поверни направо",
|
|
926
|
+
toolbarDrawerShortcutsTurnUp: "включи",
|
|
927
|
+
toolbarDrawerShortcutsTurnDown: "выключить",
|
|
928
|
+
toolbarDrawerShortcutsRotateUp: "повернуть вверх",
|
|
929
|
+
toolbarDrawerShortcutsRotateDown: "повернуть вниз",
|
|
930
|
+
toolbarDrawerShortcutsRotateLeft: "поверните влево",
|
|
931
|
+
toolbarDrawerShortcutsRotateRight: "повернуть вправо",
|
|
932
|
+
toolbarDrawerShortcutsToggleRotate: "тумблер вращать",
|
|
933
|
+
toolbarDrawerShortcutsTranslateUp: "перевести вверх",
|
|
934
|
+
toolbarDrawerShortcutsTranslateDown: "перевести вниз",
|
|
935
|
+
toolbarDrawerShortcutsTranslateLeft: "перевести влево",
|
|
936
|
+
toolbarDrawerShortcutsTranslateRight: "перевести право",
|
|
937
|
+
toolbarDrawerShortcutsTranslateIn: "перевести на",
|
|
938
|
+
toolbarDrawerShortcutsTranslateOut: "перевести",
|
|
939
|
+
toolbarDrawerShortcutsToggleTranslate: "переключить перевод",
|
|
940
|
+
toolbarDrawerShortcutsScaleUp: "увеличить масштаб",
|
|
941
|
+
toolbarDrawerShortcutsScaleDown: "уменьшать",
|
|
942
|
+
toolbarDrawerShortcutsToggleScale: "шкала переключения",
|
|
943
|
+
toolbarDrawerShortcutsArrowOrScrollUp: "↑ или прокрутите вверх",
|
|
944
|
+
toolbarDrawerShortcutsArrowOrScrollDown: "↓ или прокрутите вниз",
|
|
945
|
+
toolbarDrawerShortcutsArrowOrScrollLeft: "← или прокрутите влево",
|
|
946
|
+
toolbarDrawerShortcutsArrowOrScrollRight: "→ или прокрутите вправо"
|
|
1066
947
|
};
|
|
1067
948
|
|
|
1068
|
-
const
|
|
1069
|
-
|
|
1070
|
-
|
|
1071
|
-
|
|
1072
|
-
|
|
1073
|
-
|
|
949
|
+
const spanish = {
|
|
950
|
+
viewcubeFront: "frente",
|
|
951
|
+
viewcubeBack: "espalda",
|
|
952
|
+
viewcubeLeft: "izquierda",
|
|
953
|
+
viewcubeRight: "derecha",
|
|
954
|
+
viewcubeTop: "top",
|
|
955
|
+
viewcubeBase: "base",
|
|
956
|
+
toolbarTransformRotate: "rotar",
|
|
957
|
+
toolbarTransformScale: "escala",
|
|
958
|
+
toolbarTransformTranslate: "trasladar",
|
|
959
|
+
toolbarDrawerGlobalTitle: "global",
|
|
960
|
+
toolbarDrawerGlobalGeneralTheme: "tema general",
|
|
961
|
+
toolbarDrawerGlobalInteractionTheme: "tema de interacción",
|
|
962
|
+
toolbarDrawerGlobalLanguage: "lengua",
|
|
963
|
+
toolbarDrawerTransformTitle: "transformar",
|
|
964
|
+
toolbarDrawerTransformMultiModeTransform: "transformación multimodo",
|
|
965
|
+
toolbarDrawerTransformAllowRotationX: "permitir rotación x",
|
|
966
|
+
toolbarDrawerTransformAllowRotationY: "permitir rotación y",
|
|
967
|
+
toolbarDrawerTransformAllowTranslationX: "permitir trasladar x",
|
|
968
|
+
toolbarDrawerTransformAllowTranslationY: "permitir trasladar y",
|
|
969
|
+
toolbarDrawerTransformAllowTranslationZ: "permitir trasladar z",
|
|
970
|
+
toolbarDrawerTransformAllowScale: "permitir escala",
|
|
971
|
+
toolbarDrawerTransformTouchTransform: "toque transformar",
|
|
972
|
+
toolbarDrawerSpaceTitle: "espacio",
|
|
973
|
+
toolbarDrawerSpaceTransparentUserInterface: "interfaz de usuario transparente",
|
|
974
|
+
toolbarDrawerSpaceShowTransformOrigin: "mostrar origen de transformación",
|
|
975
|
+
toolbarDrawerSpaceTransformOriginSize: "transformar el tamaño del origen",
|
|
976
|
+
toolbarDrawerSpacePlaneOpacity: "opacidad plana",
|
|
977
|
+
toolbarDrawerSpaceLayoutType: "tipo de diseño",
|
|
978
|
+
toolbarDrawerToolbarTitle: "barra de herramientas",
|
|
979
|
+
toolbarDrawerToolbarAlwaysOpaque: "siempre opaca",
|
|
980
|
+
toolbarDrawerToolbarShowTransformIcons: "mostrar iconos de transformación",
|
|
981
|
+
toolbarDrawerToolbarShowTransformArrows: "mostrar flechas de transformación",
|
|
982
|
+
toolbarDrawerToolbarConcealToolbar: "ocultar barra de herramientas",
|
|
983
|
+
toolbarDrawerViewcubeTitle: "cubo",
|
|
984
|
+
toolbarDrawerViewcubeShowViewcube: "mostrar cubo",
|
|
985
|
+
toolbarDrawerViewcubeShowTransformButtons: "mostrar botones de transformación",
|
|
986
|
+
toolbarDrawerViewcubeAlwaysOpaque: "siempre opaca",
|
|
987
|
+
toolbarDrawerViewcubeConcealViewcube: "ocultar el cubo",
|
|
988
|
+
toolbarDrawerTechnicalTitle: "técnico",
|
|
989
|
+
toolbarDrawerTechnicalCullingDistance: "distancia de sacrificio",
|
|
990
|
+
toolbarDrawerShortcutsTitle: "atajos",
|
|
991
|
+
toolbarDrawerShortcutsToggleFirstPerson: "alternar en primera persona",
|
|
992
|
+
toolbarDrawerShortcutsMoveForward: "avanzar",
|
|
993
|
+
toolbarDrawerShortcutsMoveBackward: "mover hacia atrás",
|
|
994
|
+
toolbarDrawerShortcutsMoveLeft: "mover hacia la izquierda",
|
|
995
|
+
toolbarDrawerShortcutsMoveRight: "mover a la derecha",
|
|
996
|
+
toolbarDrawerShortcutsMoveUp: "ascender",
|
|
997
|
+
toolbarDrawerShortcutsMoveDown: "mover hacia abajo",
|
|
998
|
+
toolbarDrawerShortcutsTurnLeft: "girar a la izquierda",
|
|
999
|
+
toolbarDrawerShortcutsTurnRight: "girar a la derecha",
|
|
1000
|
+
toolbarDrawerShortcutsTurnUp: "aparecer",
|
|
1001
|
+
toolbarDrawerShortcutsTurnDown: "rechazar",
|
|
1002
|
+
toolbarDrawerShortcutsRotateUp: "girar hacia arriba",
|
|
1003
|
+
toolbarDrawerShortcutsRotateDown: "girar hacia abajo",
|
|
1004
|
+
toolbarDrawerShortcutsRotateLeft: "girar a la izquierda",
|
|
1005
|
+
toolbarDrawerShortcutsRotateRight: "girar a la derecha",
|
|
1006
|
+
toolbarDrawerShortcutsToggleRotate: "alternar rotar",
|
|
1007
|
+
toolbarDrawerShortcutsTranslateUp: "trasladar hacia arriba",
|
|
1008
|
+
toolbarDrawerShortcutsTranslateDown: "trasladar hacia abajo",
|
|
1009
|
+
toolbarDrawerShortcutsTranslateLeft: "trasladar a la izquierda",
|
|
1010
|
+
toolbarDrawerShortcutsTranslateRight: "trasladar a la derecha",
|
|
1011
|
+
toolbarDrawerShortcutsTranslateIn: "trasladar en",
|
|
1012
|
+
toolbarDrawerShortcutsTranslateOut: "trasladar fuera",
|
|
1013
|
+
toolbarDrawerShortcutsToggleTranslate: "alternar trasladar",
|
|
1014
|
+
toolbarDrawerShortcutsScaleUp: "aumentar proporcionalmente",
|
|
1015
|
+
toolbarDrawerShortcutsScaleDown: "reducir proporcionalmente",
|
|
1016
|
+
toolbarDrawerShortcutsToggleScale: "alternar escala",
|
|
1017
|
+
toolbarDrawerShortcutsArrowOrScrollUp: "↑ o desplazarse hacia arriba",
|
|
1018
|
+
toolbarDrawerShortcutsArrowOrScrollDown: "↓ o desplazarse hacia abajo",
|
|
1019
|
+
toolbarDrawerShortcutsArrowOrScrollLeft: "← o desplazarse hacia la izquierda",
|
|
1020
|
+
toolbarDrawerShortcutsArrowOrScrollRight: "→ o desplazarse hacia la derecha"
|
|
1074
1021
|
};
|
|
1075
1022
|
|
|
1076
|
-
const
|
|
1077
|
-
|
|
1078
|
-
|
|
1079
|
-
|
|
1080
|
-
|
|
1081
|
-
|
|
1082
|
-
|
|
1083
|
-
|
|
1084
|
-
|
|
1085
|
-
|
|
1086
|
-
|
|
1087
|
-
|
|
1088
|
-
|
|
1089
|
-
|
|
1090
|
-
|
|
1091
|
-
|
|
1092
|
-
|
|
1093
|
-
|
|
1094
|
-
|
|
1095
|
-
|
|
1096
|
-
|
|
1097
|
-
|
|
1098
|
-
|
|
1099
|
-
|
|
1100
|
-
|
|
1101
|
-
|
|
1102
|
-
|
|
1103
|
-
|
|
1104
|
-
|
|
1105
|
-
|
|
1106
|
-
|
|
1107
|
-
|
|
1108
|
-
|
|
1109
|
-
|
|
1110
|
-
|
|
1111
|
-
|
|
1112
|
-
|
|
1113
|
-
|
|
1114
|
-
|
|
1115
|
-
|
|
1116
|
-
|
|
1117
|
-
|
|
1118
|
-
|
|
1119
|
-
|
|
1120
|
-
|
|
1121
|
-
|
|
1122
|
-
|
|
1123
|
-
|
|
1124
|
-
|
|
1125
|
-
|
|
1126
|
-
|
|
1127
|
-
|
|
1128
|
-
|
|
1129
|
-
|
|
1130
|
-
|
|
1131
|
-
|
|
1132
|
-
|
|
1133
|
-
|
|
1134
|
-
|
|
1135
|
-
|
|
1136
|
-
|
|
1137
|
-
|
|
1138
|
-
|
|
1139
|
-
|
|
1140
|
-
|
|
1141
|
-
|
|
1142
|
-
|
|
1143
|
-
|
|
1144
|
-
|
|
1145
|
-
|
|
1146
|
-
|
|
1147
|
-
|
|
1148
|
-
|
|
1149
|
-
|
|
1150
|
-
|
|
1151
|
-
|
|
1152
|
-
|
|
1153
|
-
|
|
1154
|
-
|
|
1155
|
-
|
|
1156
|
-
|
|
1157
|
-
|
|
1158
|
-
|
|
1159
|
-
|
|
1160
|
-
|
|
1161
|
-
|
|
1162
|
-
|
|
1163
|
-
|
|
1164
|
-
|
|
1165
|
-
|
|
1166
|
-
|
|
1167
|
-
|
|
1168
|
-
|
|
1169
|
-
|
|
1170
|
-
|
|
1171
|
-
|
|
1172
|
-
|
|
1173
|
-
|
|
1174
|
-
|
|
1175
|
-
|
|
1176
|
-
|
|
1177
|
-
|
|
1178
|
-
|
|
1179
|
-
|
|
1180
|
-
|
|
1181
|
-
|
|
1182
|
-
|
|
1183
|
-
|
|
1184
|
-
|
|
1185
|
-
|
|
1186
|
-
|
|
1187
|
-
|
|
1188
|
-
|
|
1189
|
-
|
|
1190
|
-
|
|
1191
|
-
|
|
1192
|
-
|
|
1193
|
-
|
|
1194
|
-
|
|
1195
|
-
|
|
1196
|
-
|
|
1197
|
-
|
|
1198
|
-
|
|
1199
|
-
|
|
1200
|
-
|
|
1201
|
-
|
|
1202
|
-
|
|
1203
|
-
|
|
1204
|
-
|
|
1205
|
-
|
|
1206
|
-
|
|
1207
|
-
|
|
1208
|
-
|
|
1209
|
-
|
|
1210
|
-
|
|
1211
|
-
|
|
1212
|
-
|
|
1213
|
-
|
|
1214
|
-
|
|
1215
|
-
|
|
1216
|
-
|
|
1217
|
-
|
|
1218
|
-
|
|
1219
|
-
|
|
1220
|
-
|
|
1221
|
-
|
|
1222
|
-
|
|
1223
|
-
|
|
1224
|
-
|
|
1225
|
-
|
|
1226
|
-
|
|
1227
|
-
|
|
1228
|
-
|
|
1229
|
-
|
|
1230
|
-
|
|
1231
|
-
|
|
1232
|
-
|
|
1233
|
-
|
|
1234
|
-
|
|
1235
|
-
|
|
1236
|
-
|
|
1237
|
-
|
|
1238
|
-
|
|
1239
|
-
|
|
1240
|
-
|
|
1241
|
-
|
|
1242
|
-
|
|
1243
|
-
|
|
1244
|
-
|
|
1245
|
-
|
|
1246
|
-
|
|
1247
|
-
|
|
1248
|
-
|
|
1249
|
-
|
|
1250
|
-
|
|
1251
|
-
|
|
1252
|
-
|
|
1253
|
-
|
|
1254
|
-
|
|
1255
|
-
|
|
1256
|
-
|
|
1257
|
-
|
|
1258
|
-
|
|
1259
|
-
|
|
1260
|
-
|
|
1261
|
-
|
|
1262
|
-
|
|
1263
|
-
key:
|
|
1264
|
-
modifier:
|
|
1265
|
-
},
|
|
1266
|
-
{
|
|
1267
|
-
|
|
1268
|
-
|
|
1269
|
-
|
|
1270
|
-
|
|
1271
|
-
|
|
1272
|
-
|
|
1273
|
-
|
|
1274
|
-
|
|
1275
|
-
|
|
1276
|
-
|
|
1277
|
-
|
|
1278
|
-
|
|
1279
|
-
|
|
1280
|
-
|
|
1281
|
-
|
|
1282
|
-
|
|
1283
|
-
|
|
1284
|
-
|
|
1285
|
-
|
|
1286
|
-
|
|
1287
|
-
|
|
1288
|
-
|
|
1289
|
-
|
|
1290
|
-
|
|
1291
|
-
|
|
1292
|
-
|
|
1293
|
-
|
|
1294
|
-
|
|
1295
|
-
|
|
1296
|
-
|
|
1297
|
-
key:
|
|
1298
|
-
modifier:
|
|
1299
|
-
},
|
|
1300
|
-
{
|
|
1301
|
-
|
|
1302
|
-
|
|
1303
|
-
|
|
1304
|
-
|
|
1305
|
-
|
|
1306
|
-
|
|
1307
|
-
|
|
1308
|
-
|
|
1309
|
-
|
|
1310
|
-
|
|
1311
|
-
|
|
1312
|
-
|
|
1313
|
-
|
|
1314
|
-
|
|
1315
|
-
|
|
1316
|
-
|
|
1317
|
-
|
|
1318
|
-
|
|
1319
|
-
|
|
1320
|
-
|
|
1321
|
-
|
|
1322
|
-
|
|
1323
|
-
|
|
1324
|
-
|
|
1325
|
-
|
|
1326
|
-
|
|
1327
|
-
},
|
|
1328
|
-
|
|
1329
|
-
|
|
1330
|
-
|
|
1331
|
-
|
|
1332
|
-
|
|
1333
|
-
|
|
1334
|
-
|
|
1335
|
-
|
|
1023
|
+
const internationalizationFields$1 = {
|
|
1024
|
+
viewcubeFront: "viewcubeFront",
|
|
1025
|
+
viewcubeBack: "viewcubeBack",
|
|
1026
|
+
viewcubeLeft: "viewcubeLeft",
|
|
1027
|
+
viewcubeRight: "viewcubeRight",
|
|
1028
|
+
viewcubeTop: "viewcubeTop",
|
|
1029
|
+
viewcubeBase: "viewcubeBase",
|
|
1030
|
+
toolbarTransformRotate: "toolbarTransformRotate",
|
|
1031
|
+
toolbarTransformScale: "toolbarTransformScale",
|
|
1032
|
+
toolbarTransformTranslate: "toolbarTransformTranslate",
|
|
1033
|
+
toolbarDrawerGlobalTitle: "toolbarDrawerGlobalTitle",
|
|
1034
|
+
toolbarDrawerGlobalGeneralTheme: "toolbarDrawerGlobalGeneralTheme",
|
|
1035
|
+
toolbarDrawerGlobalInteractionTheme: "toolbarDrawerGlobalInteractionTheme",
|
|
1036
|
+
toolbarDrawerGlobalLanguage: "toolbarDrawerGlobalLanguage",
|
|
1037
|
+
toolbarDrawerTransformTitle: "toolbarDrawerTransformTitle",
|
|
1038
|
+
toolbarDrawerTransformMultiModeTransform: "toolbarDrawerTransformMultiModeTransform",
|
|
1039
|
+
toolbarDrawerTransformAllowRotationX: "toolbarDrawerTransformAllowRotationX",
|
|
1040
|
+
toolbarDrawerTransformAllowRotationY: "toolbarDrawerTransformAllowRotationY",
|
|
1041
|
+
toolbarDrawerTransformAllowTranslationX: "toolbarDrawerTransformAllowTranslationX",
|
|
1042
|
+
toolbarDrawerTransformAllowTranslationY: "toolbarDrawerTransformAllowTranslationY",
|
|
1043
|
+
toolbarDrawerTransformAllowTranslationZ: "toolbarDrawerTransformAllowTranslationZ",
|
|
1044
|
+
toolbarDrawerTransformAllowScale: "toolbarDrawerTransformAllowScale",
|
|
1045
|
+
toolbarDrawerTransformTouchTransform: "toolbarDrawerTransformTouchTransform",
|
|
1046
|
+
toolbarDrawerSpaceTitle: "toolbarDrawerSpaceTitle",
|
|
1047
|
+
toolbarDrawerSpaceTransparentUserInterface: "toolbarDrawerSpaceTransparentUserInterface",
|
|
1048
|
+
toolbarDrawerSpaceShowTransformOrigin: "toolbarDrawerSpaceShowTransformOrigin",
|
|
1049
|
+
toolbarDrawerSpaceTransformOriginSize: "toolbarDrawerSpaceTransformOriginSize",
|
|
1050
|
+
toolbarDrawerSpacePlaneOpacity: "toolbarDrawerSpacePlaneOpacity",
|
|
1051
|
+
toolbarDrawerSpaceLayoutType: "toolbarDrawerSpaceLayoutType",
|
|
1052
|
+
toolbarDrawerToolbarTitle: "toolbarDrawerToolbarTitle",
|
|
1053
|
+
toolbarDrawerToolbarAlwaysOpaque: "toolbarDrawerToolbarAlwaysOpaque",
|
|
1054
|
+
toolbarDrawerToolbarShowTransformIcons: "toolbarDrawerToolbarShowTransformIcons",
|
|
1055
|
+
toolbarDrawerToolbarShowTransformArrows: "toolbarDrawerToolbarShowTransformArrows",
|
|
1056
|
+
toolbarDrawerToolbarConcealToolbar: "toolbarDrawerToolbarConcealToolbar",
|
|
1057
|
+
toolbarDrawerViewcubeTitle: "toolbarDrawerViewcubeTitle",
|
|
1058
|
+
toolbarDrawerViewcubeShowViewcube: "toolbarDrawerViewcubeShowViewcube",
|
|
1059
|
+
toolbarDrawerViewcubeShowTransformButtons: "toolbarDrawerViewcubeShowTransformButtons",
|
|
1060
|
+
toolbarDrawerViewcubeAlwaysOpaque: "toolbarDrawerViewcubeAlwaysOpaque",
|
|
1061
|
+
toolbarDrawerViewcubeConcealViewcube: "toolbarDrawerViewcubeConcealViewcube",
|
|
1062
|
+
toolbarDrawerTechnicalTitle: "toolbarDrawerTechnicalTitle",
|
|
1063
|
+
toolbarDrawerTechnicalCullingDistance: "toolbarDrawerTechnicalCullingDistance",
|
|
1064
|
+
toolbarDrawerShortcutsTitle: "toolbarDrawerShortcutsTitle",
|
|
1065
|
+
toolbarDrawerShortcutsToggleFirstPerson: "toolbarDrawerShortcutsToggleFirstPerson",
|
|
1066
|
+
toolbarDrawerShortcutsMoveForward: "toolbarDrawerShortcutsMoveForward",
|
|
1067
|
+
toolbarDrawerShortcutsMoveBackward: "toolbarDrawerShortcutsMoveBackward",
|
|
1068
|
+
toolbarDrawerShortcutsMoveLeft: "toolbarDrawerShortcutsMoveLeft",
|
|
1069
|
+
toolbarDrawerShortcutsMoveRight: "toolbarDrawerShortcutsMoveRight",
|
|
1070
|
+
toolbarDrawerShortcutsMoveUp: "toolbarDrawerShortcutsMoveUp",
|
|
1071
|
+
toolbarDrawerShortcutsMoveDown: "toolbarDrawerShortcutsMoveDown",
|
|
1072
|
+
toolbarDrawerShortcutsTurnLeft: "toolbarDrawerShortcutsTurnLeft",
|
|
1073
|
+
toolbarDrawerShortcutsTurnRight: "toolbarDrawerShortcutsTurnRight",
|
|
1074
|
+
toolbarDrawerShortcutsTurnUp: "toolbarDrawerShortcutsTurnUp",
|
|
1075
|
+
toolbarDrawerShortcutsTurnDown: "toolbarDrawerShortcutsTurnDown",
|
|
1076
|
+
toolbarDrawerShortcutsRotateUp: "toolbarDrawerShortcutsRotateUp",
|
|
1077
|
+
toolbarDrawerShortcutsRotateDown: "toolbarDrawerShortcutsRotateDown",
|
|
1078
|
+
toolbarDrawerShortcutsRotateLeft: "toolbarDrawerShortcutsRotateLeft",
|
|
1079
|
+
toolbarDrawerShortcutsRotateRight: "toolbarDrawerShortcutsRotateRight",
|
|
1080
|
+
toolbarDrawerShortcutsToggleRotate: "toolbarDrawerShortcutsToggleRotate",
|
|
1081
|
+
toolbarDrawerShortcutsTranslateUp: "toolbarDrawerShortcutsTranslateUp",
|
|
1082
|
+
toolbarDrawerShortcutsTranslateDown: "toolbarDrawerShortcutsTranslateDown",
|
|
1083
|
+
toolbarDrawerShortcutsTranslateLeft: "toolbarDrawerShortcutsTranslateLeft",
|
|
1084
|
+
toolbarDrawerShortcutsTranslateRight: "toolbarDrawerShortcutsTranslateRight",
|
|
1085
|
+
toolbarDrawerShortcutsTranslateIn: "toolbarDrawerShortcutsTranslateIn",
|
|
1086
|
+
toolbarDrawerShortcutsTranslateOut: "toolbarDrawerShortcutsTranslateOut",
|
|
1087
|
+
toolbarDrawerShortcutsToggleTranslate: "toolbarDrawerShortcutsToggleTranslate",
|
|
1088
|
+
toolbarDrawerShortcutsScaleUp: "toolbarDrawerShortcutsScaleUp",
|
|
1089
|
+
toolbarDrawerShortcutsScaleDown: "toolbarDrawerShortcutsScaleDown",
|
|
1090
|
+
toolbarDrawerShortcutsToggleScale: "toolbarDrawerShortcutsToggleScale",
|
|
1091
|
+
toolbarDrawerShortcutsArrowOrScrollUp: "toolbarDrawerShortcutsArrowOrScrollUp",
|
|
1092
|
+
toolbarDrawerShortcutsArrowOrScrollDown: "toolbarDrawerShortcutsArrowOrScrollDown",
|
|
1093
|
+
toolbarDrawerShortcutsArrowOrScrollLeft: "toolbarDrawerShortcutsArrowOrScrollLeft",
|
|
1094
|
+
toolbarDrawerShortcutsArrowOrScrollRight: "toolbarDrawerShortcutsArrowOrScrollRight"
|
|
1095
|
+
};
|
|
1096
|
+
|
|
1097
|
+
const languages = [ "chinese", "english", "french", "german", "hindi", "italian", "japanese", "romanian", "russian", "spanish" ];
|
|
1098
|
+
|
|
1099
|
+
const internationalization = {
|
|
1100
|
+
chinese: chinese,
|
|
1101
|
+
english: english,
|
|
1102
|
+
french: french,
|
|
1103
|
+
german: german,
|
|
1104
|
+
hindi: hindi,
|
|
1105
|
+
italian: italian,
|
|
1106
|
+
japanese: japanese,
|
|
1107
|
+
romanian: romanian,
|
|
1108
|
+
russian: russian,
|
|
1109
|
+
spanish: spanish,
|
|
1110
|
+
fields: internationalizationFields$1,
|
|
1111
|
+
languages: languages
|
|
1112
|
+
};
|
|
1113
|
+
|
|
1114
|
+
const keyModifiers = {
|
|
1115
|
+
SHIFT: "⇧",
|
|
1116
|
+
ALT: "⌥",
|
|
1117
|
+
CTRL: "⌃",
|
|
1118
|
+
META: "⌘",
|
|
1119
|
+
CTRLMETA: "⌃/⌘"
|
|
1120
|
+
};
|
|
1121
|
+
|
|
1122
|
+
const PLURID_PUBSUB_TOPIC = {
|
|
1123
|
+
CONFIGURATION: "configuration",
|
|
1124
|
+
SPACE_ANIMATED_TRANSFORM: "space.animatedTransform",
|
|
1125
|
+
SPACE_ROTATE_UP: "space.rotateUp",
|
|
1126
|
+
SPACE_ROTATE_DOWN: "space.rotateDown",
|
|
1127
|
+
SPACE_ROTATE_LEFT: "space.rotateLeft",
|
|
1128
|
+
SPACE_ROTATE_RIGHT: "space.rotateRight",
|
|
1129
|
+
SPACE_ROTATE_X_WITH: "space.rotateXWith",
|
|
1130
|
+
SPACE_ROTATE_Y_WITH: "space.rotateYWith",
|
|
1131
|
+
SPACE_ROTATE_X_TO: "space.rotateXTo",
|
|
1132
|
+
SPACE_ROTATE_Y_TO: "space.rotateYTo",
|
|
1133
|
+
SPACE_TRANSLATE_UP: "space.translateUp",
|
|
1134
|
+
SPACE_TRANSLATE_DOWN: "space.translateDown",
|
|
1135
|
+
SPACE_TRANSLATE_LEFT: "space.translateLeft",
|
|
1136
|
+
SPACE_TRANSLATE_RIGHT: "space.translateRight",
|
|
1137
|
+
SPACE_TRANSLATE_X_WITH: "space.translateXWith",
|
|
1138
|
+
SPACE_TRANSLATE_Y_WITH: "space.translateYWith",
|
|
1139
|
+
SPACE_TRANSLATE_Z_WITH: "space.translateZWith",
|
|
1140
|
+
SPACE_TRANSLATE_X_TO: "space.translateXTo",
|
|
1141
|
+
SPACE_TRANSLATE_Y_TO: "space.translateYTo",
|
|
1142
|
+
SPACE_TRANSLATE_Z_TO: "space.translateZTo",
|
|
1143
|
+
SPACE_SCALE_UP: "space.scaleUp",
|
|
1144
|
+
SPACE_SCALE_DOWN: "space.scaleDown",
|
|
1145
|
+
SPACE_SCALE_WITH: "space.scaleWith",
|
|
1146
|
+
SPACE_TRANSFORM: "space.transform",
|
|
1147
|
+
VIEW_ADD_PLANE: "view.addPlane",
|
|
1148
|
+
VIEW_SET_PLANES: "view.setPlanes",
|
|
1149
|
+
VIEW_REMOVE_PLANE: "view.removePlane"
|
|
1150
|
+
};
|
|
1151
|
+
|
|
1152
|
+
const {fields: internationalizationFields} = internationalization;
|
|
1153
|
+
|
|
1154
|
+
const shortcutsNames = {
|
|
1155
|
+
TOGGLE_FIRST_PERSON: {
|
|
1156
|
+
name: internationalizationFields.toolbarDrawerShortcutsToggleFirstPerson,
|
|
1157
|
+
key: "f"
|
|
1158
|
+
},
|
|
1159
|
+
MOVE_FORWARD: {
|
|
1160
|
+
name: internationalizationFields.toolbarDrawerShortcutsMoveForward,
|
|
1161
|
+
key: "w"
|
|
1162
|
+
},
|
|
1163
|
+
MOVE_BACKWARD: {
|
|
1164
|
+
name: internationalizationFields.toolbarDrawerShortcutsMoveBackward,
|
|
1165
|
+
key: "s"
|
|
1166
|
+
},
|
|
1167
|
+
MOVE_LEFT: {
|
|
1168
|
+
name: internationalizationFields.toolbarDrawerShortcutsMoveLeft,
|
|
1169
|
+
key: "a"
|
|
1170
|
+
},
|
|
1171
|
+
MOVE_RIGHT: {
|
|
1172
|
+
name: internationalizationFields.toolbarDrawerShortcutsMoveRight,
|
|
1173
|
+
key: "d"
|
|
1174
|
+
},
|
|
1175
|
+
MOVE_UP: {
|
|
1176
|
+
name: internationalizationFields.toolbarDrawerShortcutsMoveUp,
|
|
1177
|
+
key: "e"
|
|
1178
|
+
},
|
|
1179
|
+
MOVE_DOWN: {
|
|
1180
|
+
name: internationalizationFields.toolbarDrawerShortcutsMoveDown,
|
|
1181
|
+
key: "c"
|
|
1182
|
+
},
|
|
1183
|
+
TURN_LEFT: {
|
|
1184
|
+
name: internationalizationFields.toolbarDrawerShortcutsTurnLeft,
|
|
1185
|
+
key: "a",
|
|
1186
|
+
modifier: keyModifiers.SHIFT
|
|
1187
|
+
},
|
|
1188
|
+
TURN_RIGHT: {
|
|
1189
|
+
name: internationalizationFields.toolbarDrawerShortcutsTurnRight,
|
|
1190
|
+
key: "d",
|
|
1191
|
+
modifier: keyModifiers.SHIFT
|
|
1192
|
+
},
|
|
1193
|
+
TURN_UP: {
|
|
1194
|
+
name: internationalizationFields.toolbarDrawerShortcutsTurnUp,
|
|
1195
|
+
key: "q"
|
|
1196
|
+
},
|
|
1197
|
+
TURN_DOWN: {
|
|
1198
|
+
name: internationalizationFields.toolbarDrawerShortcutsTurnDown,
|
|
1199
|
+
key: "z"
|
|
1200
|
+
},
|
|
1201
|
+
ROTATE_UP: {
|
|
1202
|
+
name: internationalizationFields.toolbarDrawerShortcutsRotateUp,
|
|
1203
|
+
internationalizedKey: true,
|
|
1204
|
+
key: internationalizationFields.toolbarDrawerShortcutsArrowOrScrollUp,
|
|
1205
|
+
modifier: keyModifiers.SHIFT
|
|
1206
|
+
},
|
|
1207
|
+
ROTATE_DOWN: {
|
|
1208
|
+
name: internationalizationFields.toolbarDrawerShortcutsRotateDown,
|
|
1209
|
+
internationalizedKey: true,
|
|
1210
|
+
key: internationalizationFields.toolbarDrawerShortcutsArrowOrScrollDown,
|
|
1211
|
+
modifier: keyModifiers.SHIFT
|
|
1212
|
+
},
|
|
1213
|
+
ROTATE_LEFT: {
|
|
1214
|
+
name: internationalizationFields.toolbarDrawerShortcutsRotateLeft,
|
|
1215
|
+
internationalizedKey: true,
|
|
1216
|
+
key: internationalizationFields.toolbarDrawerShortcutsArrowOrScrollLeft,
|
|
1217
|
+
modifier: keyModifiers.SHIFT
|
|
1218
|
+
},
|
|
1219
|
+
ROTATE_RIGHT: {
|
|
1220
|
+
name: internationalizationFields.toolbarDrawerShortcutsRotateRight,
|
|
1221
|
+
internationalizedKey: true,
|
|
1222
|
+
key: internationalizationFields.toolbarDrawerShortcutsArrowOrScrollRight,
|
|
1223
|
+
modifier: keyModifiers.SHIFT
|
|
1224
|
+
},
|
|
1225
|
+
TOGGLE_ROTATE: {
|
|
1226
|
+
name: internationalizationFields.toolbarDrawerShortcutsToggleRotate,
|
|
1227
|
+
key: "r"
|
|
1228
|
+
},
|
|
1229
|
+
TRANSLATE_UP: {
|
|
1230
|
+
name: internationalizationFields.toolbarDrawerShortcutsTranslateUp,
|
|
1231
|
+
internationalizedKey: true,
|
|
1232
|
+
key: internationalizationFields.toolbarDrawerShortcutsArrowOrScrollUp,
|
|
1233
|
+
modifier: keyModifiers.ALT
|
|
1234
|
+
},
|
|
1235
|
+
TRANSLATE_DOWN: {
|
|
1236
|
+
name: internationalizationFields.toolbarDrawerShortcutsTranslateDown,
|
|
1237
|
+
internationalizedKey: true,
|
|
1238
|
+
key: internationalizationFields.toolbarDrawerShortcutsArrowOrScrollDown,
|
|
1239
|
+
modifier: keyModifiers.ALT
|
|
1240
|
+
},
|
|
1241
|
+
TRANSLATE_LEFT: {
|
|
1242
|
+
name: internationalizationFields.toolbarDrawerShortcutsTranslateLeft,
|
|
1243
|
+
internationalizedKey: true,
|
|
1244
|
+
key: internationalizationFields.toolbarDrawerShortcutsArrowOrScrollLeft,
|
|
1245
|
+
modifier: keyModifiers.ALT
|
|
1246
|
+
},
|
|
1247
|
+
TRANSLATE_RIGHT: {
|
|
1248
|
+
name: internationalizationFields.toolbarDrawerShortcutsTranslateRight,
|
|
1249
|
+
internationalizedKey: true,
|
|
1250
|
+
key: internationalizationFields.toolbarDrawerShortcutsArrowOrScrollRight,
|
|
1251
|
+
modifier: keyModifiers.ALT
|
|
1252
|
+
},
|
|
1253
|
+
TRANSLATE_IN: {
|
|
1254
|
+
name: internationalizationFields.toolbarDrawerShortcutsTranslateIn,
|
|
1255
|
+
internationalizedKey: true,
|
|
1256
|
+
key: internationalizationFields.toolbarDrawerShortcutsArrowOrScrollUp,
|
|
1257
|
+
modifier: [ keyModifiers.SHIFT, keyModifiers.ALT ]
|
|
1258
|
+
},
|
|
1259
|
+
TRANSLATE_OUT: {
|
|
1260
|
+
name: internationalizationFields.toolbarDrawerShortcutsTranslateOut,
|
|
1261
|
+
internationalizedKey: true,
|
|
1262
|
+
key: internationalizationFields.toolbarDrawerShortcutsArrowOrScrollDown,
|
|
1263
|
+
modifier: [ keyModifiers.SHIFT, keyModifiers.ALT ]
|
|
1264
|
+
},
|
|
1265
|
+
TOGGLE_TRANSLATE: {
|
|
1266
|
+
name: internationalizationFields.toolbarDrawerShortcutsToggleTranslate,
|
|
1267
|
+
key: "t"
|
|
1268
|
+
},
|
|
1269
|
+
SCALE_UP: {
|
|
1270
|
+
name: internationalizationFields.toolbarDrawerShortcutsScaleUp,
|
|
1271
|
+
internationalizedKey: true,
|
|
1272
|
+
key: internationalizationFields.toolbarDrawerShortcutsArrowOrScrollUp,
|
|
1273
|
+
modifier: keyModifiers.CTRLMETA
|
|
1274
|
+
},
|
|
1275
|
+
SCALE_DOWN: {
|
|
1276
|
+
name: internationalizationFields.toolbarDrawerShortcutsScaleDown,
|
|
1277
|
+
internationalizedKey: true,
|
|
1278
|
+
key: internationalizationFields.toolbarDrawerShortcutsArrowOrScrollDown,
|
|
1279
|
+
modifier: keyModifiers.CTRLMETA
|
|
1280
|
+
},
|
|
1281
|
+
TOGGLE_SCALE: {
|
|
1282
|
+
name: internationalizationFields.toolbarDrawerShortcutsToggleScale,
|
|
1283
|
+
key: "s"
|
|
1284
|
+
}
|
|
1285
|
+
};
|
|
1286
|
+
|
|
1287
|
+
const defaultShortcuts = [ {
|
|
1288
|
+
type: SHORTCUTS.TOGGLE_FIRST_PERSON,
|
|
1289
|
+
key: "f"
|
|
1290
|
+
}, {
|
|
1291
|
+
type: SHORTCUTS.MOVE_FORWARD,
|
|
1292
|
+
key: "w"
|
|
1293
|
+
}, {
|
|
1294
|
+
type: SHORTCUTS.MOVE_BACKWARD,
|
|
1295
|
+
key: "s"
|
|
1296
|
+
}, {
|
|
1297
|
+
type: SHORTCUTS.MOVE_LEFT,
|
|
1298
|
+
key: "a"
|
|
1299
|
+
}, {
|
|
1300
|
+
type: SHORTCUTS.MOVE_RIGHT,
|
|
1301
|
+
key: "d"
|
|
1302
|
+
}, {
|
|
1303
|
+
type: SHORTCUTS.MOVE_UP,
|
|
1304
|
+
key: "e"
|
|
1305
|
+
}, {
|
|
1306
|
+
type: SHORTCUTS.MOVE_DOWN,
|
|
1307
|
+
key: "c"
|
|
1308
|
+
}, {
|
|
1309
|
+
type: SHORTCUTS.TURN_LEFT,
|
|
1310
|
+
key: "a",
|
|
1311
|
+
modifier: KEY_MODIFIERS.SHIFT
|
|
1312
|
+
}, {
|
|
1313
|
+
type: SHORTCUTS.TURN_RIGHT,
|
|
1314
|
+
key: "d",
|
|
1315
|
+
modifier: KEY_MODIFIERS.SHIFT
|
|
1316
|
+
}, {
|
|
1317
|
+
type: SHORTCUTS.TURN_UP,
|
|
1318
|
+
key: "q"
|
|
1319
|
+
}, {
|
|
1320
|
+
type: SHORTCUTS.TURN_DOWN,
|
|
1321
|
+
key: "z"
|
|
1322
|
+
}, {
|
|
1323
|
+
type: SHORTCUTS.ROTATE_UP,
|
|
1324
|
+
key: "ArrowUp",
|
|
1325
|
+
modifier: KEY_MODIFIERS.SHIFT
|
|
1326
|
+
}, {
|
|
1327
|
+
type: SHORTCUTS.ROTATE_DOWN,
|
|
1328
|
+
key: "ArrowDown",
|
|
1329
|
+
modifier: KEY_MODIFIERS.SHIFT
|
|
1330
|
+
}, {
|
|
1331
|
+
type: SHORTCUTS.ROTATE_LEFT,
|
|
1332
|
+
key: "ArrowLeft",
|
|
1333
|
+
modifier: KEY_MODIFIERS.SHIFT
|
|
1334
|
+
}, {
|
|
1335
|
+
type: SHORTCUTS.ROTATE_RIGHT,
|
|
1336
|
+
key: "ArrowRight",
|
|
1337
|
+
modifier: KEY_MODIFIERS.SHIFT
|
|
1338
|
+
}, {
|
|
1339
|
+
type: SHORTCUTS.TOGGLE_ROTATE,
|
|
1340
|
+
key: "r"
|
|
1341
|
+
}, {
|
|
1342
|
+
type: SHORTCUTS.TRANSLATE_UP,
|
|
1343
|
+
key: "ArrowUp",
|
|
1344
|
+
modifier: KEY_MODIFIERS.ALT
|
|
1345
|
+
}, {
|
|
1346
|
+
type: SHORTCUTS.TRANSLATE_DOWN,
|
|
1347
|
+
key: "ArrowDown",
|
|
1348
|
+
modifier: KEY_MODIFIERS.ALT
|
|
1349
|
+
}, {
|
|
1350
|
+
type: SHORTCUTS.TRANSLATE_LEFT,
|
|
1351
|
+
key: "ArrowLeft",
|
|
1352
|
+
modifier: KEY_MODIFIERS.ALT
|
|
1353
|
+
}, {
|
|
1354
|
+
type: SHORTCUTS.TRANSLATE_RIGHT,
|
|
1355
|
+
key: "ArrowRight",
|
|
1356
|
+
modifier: KEY_MODIFIERS.ALT
|
|
1357
|
+
}, {
|
|
1358
|
+
type: SHORTCUTS.TRANSLATE_IN,
|
|
1359
|
+
key: "ArrowUp",
|
|
1360
|
+
modifier: [ KEY_MODIFIERS.SHIFT, KEY_MODIFIERS.ALT ]
|
|
1361
|
+
}, {
|
|
1362
|
+
type: SHORTCUTS.TRANSLATE_OUT,
|
|
1363
|
+
key: "ArrowDown",
|
|
1364
|
+
modifier: [ KEY_MODIFIERS.SHIFT, KEY_MODIFIERS.ALT ]
|
|
1365
|
+
}, {
|
|
1366
|
+
type: SHORTCUTS.TOGGLE_TRANSLATE,
|
|
1367
|
+
key: "t"
|
|
1368
|
+
}, {
|
|
1369
|
+
type: SHORTCUTS.SCALE_UP,
|
|
1370
|
+
key: "ArrowUp",
|
|
1371
|
+
modifier: KEY_MODIFIERS.META
|
|
1372
|
+
}, {
|
|
1373
|
+
type: SHORTCUTS.SCALE_DOWN,
|
|
1374
|
+
key: "ArrowDown",
|
|
1375
|
+
modifier: KEY_MODIFIERS.META
|
|
1376
|
+
}, {
|
|
1377
|
+
type: SHORTCUTS.TOGGLE_SCALE,
|
|
1378
|
+
key: "s"
|
|
1379
|
+
} ];
|
|
1380
|
+
|
|
1381
|
+
const ROTATION_STEP = 3.01;
|
|
1382
|
+
|
|
1383
|
+
const TRANSLATION_STEP = 25;
|
|
1384
|
+
|
|
1385
|
+
const SCALE_STEP = .05;
|
|
1386
|
+
|
|
1387
|
+
const SCALE_LOWER_LIMIT = .1;
|
|
1388
|
+
|
|
1389
|
+
const SCALE_UPPER_LIMIT = 4;
|
|
1390
|
+
|
|
1391
|
+
const ROOTS_GAP = 50;
|
|
1392
|
+
|
|
1336
1393
|
const PLANE_DEFAULT_ANGLE = 90.1;
|
|
1337
1394
|
|
|
1338
|
-
const defaultTreePlane = {
|
|
1339
|
-
sourceID:
|
|
1340
|
-
planeID:
|
|
1341
|
-
route:
|
|
1342
|
-
children: [],
|
|
1343
|
-
routeDivisions: {
|
|
1344
|
-
protocol: {
|
|
1345
|
-
value:
|
|
1346
|
-
secure: false
|
|
1347
|
-
},
|
|
1348
|
-
host: {
|
|
1349
|
-
value:
|
|
1350
|
-
controlled: false
|
|
1351
|
-
},
|
|
1352
|
-
path: {
|
|
1353
|
-
value:
|
|
1354
|
-
parameters: {},
|
|
1355
|
-
query: {}
|
|
1356
|
-
},
|
|
1357
|
-
space: {
|
|
1358
|
-
value:
|
|
1359
|
-
parameters: {},
|
|
1360
|
-
query: {}
|
|
1361
|
-
},
|
|
1362
|
-
universe: {
|
|
1363
|
-
value:
|
|
1364
|
-
parameters: {},
|
|
1365
|
-
query: {}
|
|
1366
|
-
},
|
|
1367
|
-
cluster: {
|
|
1368
|
-
value:
|
|
1369
|
-
parameters: {},
|
|
1370
|
-
query: {}
|
|
1371
|
-
},
|
|
1372
|
-
plane: {
|
|
1373
|
-
value:
|
|
1374
|
-
parameters: {},
|
|
1375
|
-
query: {},
|
|
1376
|
-
fragments: {
|
|
1377
|
-
elements: [],
|
|
1378
|
-
texts: []
|
|
1379
|
-
}
|
|
1380
|
-
},
|
|
1381
|
-
valid: false
|
|
1382
|
-
},
|
|
1383
|
-
height: 0,
|
|
1384
|
-
width: 0,
|
|
1385
|
-
location: {
|
|
1386
|
-
translateX: 0,
|
|
1387
|
-
translateY: 0,
|
|
1388
|
-
translateZ: 0,
|
|
1389
|
-
rotateX: 0,
|
|
1390
|
-
rotateY: 0
|
|
1391
|
-
},
|
|
1392
|
-
show: true
|
|
1395
|
+
const defaultTreePlane = {
|
|
1396
|
+
sourceID: "",
|
|
1397
|
+
planeID: "",
|
|
1398
|
+
route: "",
|
|
1399
|
+
children: [],
|
|
1400
|
+
routeDivisions: {
|
|
1401
|
+
protocol: {
|
|
1402
|
+
value: "http",
|
|
1403
|
+
secure: false
|
|
1404
|
+
},
|
|
1405
|
+
host: {
|
|
1406
|
+
value: "",
|
|
1407
|
+
controlled: false
|
|
1408
|
+
},
|
|
1409
|
+
path: {
|
|
1410
|
+
value: "",
|
|
1411
|
+
parameters: {},
|
|
1412
|
+
query: {}
|
|
1413
|
+
},
|
|
1414
|
+
space: {
|
|
1415
|
+
value: "",
|
|
1416
|
+
parameters: {},
|
|
1417
|
+
query: {}
|
|
1418
|
+
},
|
|
1419
|
+
universe: {
|
|
1420
|
+
value: "",
|
|
1421
|
+
parameters: {},
|
|
1422
|
+
query: {}
|
|
1423
|
+
},
|
|
1424
|
+
cluster: {
|
|
1425
|
+
value: "",
|
|
1426
|
+
parameters: {},
|
|
1427
|
+
query: {}
|
|
1428
|
+
},
|
|
1429
|
+
plane: {
|
|
1430
|
+
value: "",
|
|
1431
|
+
parameters: {},
|
|
1432
|
+
query: {},
|
|
1433
|
+
fragments: {
|
|
1434
|
+
elements: [],
|
|
1435
|
+
texts: []
|
|
1436
|
+
}
|
|
1437
|
+
},
|
|
1438
|
+
valid: false
|
|
1439
|
+
},
|
|
1440
|
+
height: 0,
|
|
1441
|
+
width: 0,
|
|
1442
|
+
location: {
|
|
1443
|
+
translateX: 0,
|
|
1444
|
+
translateY: 0,
|
|
1445
|
+
translateZ: 0,
|
|
1446
|
+
rotateX: 0,
|
|
1447
|
+
rotateY: 0
|
|
1448
|
+
},
|
|
1449
|
+
show: true
|
|
1393
1450
|
};
|
|
1394
1451
|
|
|
1395
|
-
export { KEY_MODIFIERS, LAYOUT_TYPES, PLANE_DEFAULT_ANGLE, 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_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_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_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, 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, internationalization, keyModifiers, layoutNames, shortcutsNames };
|
|
1452
|
+
export { KEY_MODIFIERS, LAYOUT_TYPES, PLANE_DEFAULT_ANGLE, 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_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_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_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, 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, internationalization, keyModifiers, layoutNames, shortcutsNames };
|
|
1396
1453
|
//# sourceMappingURL=index.es.js.map
|