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