BIMviewer

Форк
0
/
messages.js 
684 строки · 46.6 Кб
1
/**
2
 * Locale translations for BIMViewer
3
 */
4
const messages = {
5

6
    // English
7

8
    "en": {
9
        "busyModal": { // The dialog that appears in the center of the canvas while we are loading a model
10
            "loading": "Loading" // Loading <myModel>
11
        },
12
        "NavCube": { // The 3D navigation cube at the bottom right of the canvas
13
            "front": "Front",
14
            "back": "Back",
15
            "top": "Top",
16
            "bottom": "Bottom",
17
            "left": "Left",
18
            "right": "Right"
19
        },
20
        "modelsExplorer": { // The "Models" tab on the left of the canvas
21
            "title": "Models",
22
            "loadAll": "Load all",
23
            "loadAllTip": "Load all models in this project",
24
            "unloadAll": "Unload all",
25
            "unloadAllTip": "Unload all models",
26
            "add": "Add",
27
            "addTip": "Add a Model"
28
        },
29
        "objectsExplorer": { // The "Objects" tab on the left of the canvas
30
            "title": "Objects",
31
            "showAll": "Show all",
32
            "showAllTip": "Show all objects",
33
            "hideAll": "Hide all",
34
            "hideAllTip": "Hide all objects"
35
        },
36
        "classesExplorer": { // The "Classes" tab on the left of the canvas
37
            "title": "Classes",
38
            "showAll": "Show all",
39
            "showAllTip": "Show all classes",
40
            "hideAll": "Hide all",
41
            "hideAllTip": "Hide all classes"
42
        },
43
        "storeysExplorer": { // The "Storeys" tab on the left of the canvas
44
            "title": "Storeys",
45
            "showAll": "Show all",
46
            "showAllTip": "Show all storeys",
47
            "hideAll": "Hide all",
48
            "hideAllTip": "Hide all storeys"
49
        },
50
        "propertiesInspector": { // The "Properties" tab on the right of the canvas
51
            "title": "Properties",
52
            "noObjectSelectedWarning": "No object inspected. Right-click or long-tab an object and select \'Inspect Properties\' to view its properties here.",
53
            "noPropSetWarning": "No property sets found for this object."
54
        },
55
        "toolbar": { // The toolbar at the top of the canvas
56
            "toggleExplorer": "Toggle explorer", // Button to open or close the explorer panel on the left
57
            "toggleProperties": "Toggle properties", // Button to open or close the properties panel on the right
58
            "resetViewTip": "Reset view", // Button to reset the viewer to initial state
59
            "toggle2d3dTip": "Toggle 2D/3D", // Button to toggle between 3D view and 2D plan view modes
60
            "togglePerspectiveTip": "Toggle Perspective/Ortho", // Button to toggle between perspective and orthographic projection
61
            "viewFitTip": "View fit", // Button to position the camera to fit all objects in view
62
            "firstPersonTip": "Toggle first person navigation mode", // Button to switch between first-person and orbit navigation modes
63
            "hideObjectsTip": "Hide objects", // Button to activate "Hide objects" tool
64
            "selectObjectsTip": "Select objects", // Button to activate "Select objects" tool
65
            "queryObjectsTip": "Query objects", // Button to activate "Query objects" tool
66
            "sliceObjectsTip": "Slice objects", // Button to activate "Slice objects" tool
67
            "slicesMenuTip": "Slices menu", // Button to open the pull-down menu of existing section planes
68
            "showSpacesTip": "Show IFCSpaces", //Button to show IFC spaces
69
            "numSlicesTip": "Number of existing slices" // Label shows number of sexisting section planes
70
        },
71
        "canvasContextMenu": { // Context menu that appears when we right-click on empty canvas space
72
            "viewFitAll": "View Fit All", // Menu option to position the camera to fit all objects in view
73
            "hideAll": "Hide All", // Menu option to hide all objects
74
            "showAll": "Show All", // Menu option to show all objects
75
            "xRayAll": "X-Ray All", // Menu option to X-ray all objects
76
            "xRayNone": "X-Ray None", // Menu option to remove X-ray effect from all objects
77
            "selectNone": "Select None", // Menu option to clear any currently selected objects
78
            "resetView": "Reset View", // Menu option to reset the view to initial state
79
            "clearSlices": "Clear Slices" // Menu option to delete all section planes created with the Slice tool
80
        },
81
        "modelsContextMenu": { // Context menu that appears when we right-click on a model in the "Models" tab
82
            "loadModel": "Load",
83
            "unloadModel": "Unload",
84
            "editModel": "Edit",
85
            "deleteModel": "Delete",
86
            "loadAllModels": "Load All",
87
            "unloadAllModels": "Unload All",
88
            "clearSlices": "Clear Slices"
89
        },
90
        "objectContextMenu": { // Context menu that appears when we right-click on an object in the 3D view
91
            "inspectProperties": "Inspect Properties", //menu option to inspect properties in the properties inspector
92
            "viewFit": "View Fit", // Menu option to position the camera to fit the object in view
93
            "viewFitAll": "View Fit All", // Menu option to position the camera to fit all objects in view
94
            "showInTree": "Show in Explorer", // Menu option to show the object in the Objects tab's tree
95
            "hide": "Hide", // Menu option to hide this object
96
            "hideOthers": "Hide Others", // Menu option to hide other objects
97
            "hideAll": "Hide All", // Menu option to hide all objects
98
            "showAll": "Show All", // Menu option to show all objects
99
            "xray": "X-Ray", // Menu option to X-ray this object
100
            "xrayOthers": "X-Ray Others", // Menu option to undo X-ray on all other objects
101
            "xrayAll": "X-Ray All", // Menu option to X-ray all objects
102
            "xrayNone": "X-Ray None", // Menu option to remove X-ray effect from all objects
103
            "select": "Select", // Menu option to select this object
104
            "undoSelect": "Undo Select", // Menu option to deselect this object
105
            "selectNone": "Select None", // Menu option to deselect all objects
106
            "clearSlices": "Clear Slices" // Menu option to delete all slices made with the Slicing tool
107
        },
108
        "treeViewContextMenu": { // Context menu that appears when we right-click an object node in the tree within in the "Objects" tab
109
            "inspectProperties": "Inspect Properties", //menu option to inspect properties in the properties inspector
110
            "viewFit": "View Fit", // Menu option to position the camera to fit the object in view
111
            "viewFitAll": "View Fit All", // Menu option to position the camera to fit all objects in view
112
            "isolate": "Isolate", // Menu option to hide all other objects and fit this object in view
113
            "hide": "Hide", // Menu option to hide this object
114
            "hideOthers": "Hide Others", // Menu option to hide other objects
115
            "hideAll": "Hide All", // Menu option to hide all objects
116
            "show": "Show", // Menu option to show this object
117
            "showOthers": "Show Others", // Menu option to hide this object and show all others
118
            "showAll": "Show All", // Menu option to show all objects
119
            "xray": "X-Ray", // Menu option to X-ray this object
120
            "undoXray": "Undo X-Ray", // Menu option to undo X-ray on this object
121
            "xrayOthers": "X-Ray Others", // Menu option to undo X-ray on all other objects
122
            "xrayAll": "X-Ray All", // Menu option to X-ray all objects
123
            "xrayNone": "X-Ray None", // Menu option to remove X-ray effect from all objects
124
            "select": "Select", // Menu option to select this object
125
            "undoSelect": "Undo Select", // Menu option to deselect this object
126
            "selectNone": "Select None", // Menu option to deselect all objects
127
            "clearSlices": "Clear Slices" // Menu option to delete all slices made with the Slicing tool
128
        },
129
        "sectionToolContextMenu": { // Context menu that appears when we right-click an the Slicing tool
130
            "slice": "Slice", // Title of submenu for each slice, eg. "Slice #0, Slice #1" etc
131
            "clearSlices": "Clear Slices", // Menu option to delete all slices
132
            "flipSlices": "Flip Slices", // Menu option to reverse the cutting direction of all slices
133
            "edit": "Edit", // Sub-menu option to edit a single slice
134
            "flip": "Flip", // Sub-menu option to reverse the cutting direction of a single slice
135
            "delete": "Delete" // Sub-menu option to delete a single slice
136
        }
137
    },
138

139
    // German
140

141
    "de": {
142
        "busyModal": { // The dialog that appears in the center of the canvas while we are loading a model
143
            "loading": "Laden von" // Loading <myModel>
144
        },
145
        "NavCube": { // The 3D navigation cube at the bottom right of the canvas
146
            "front": "Vorne",
147
            "back": "Hinten",
148
            "top": "Oben",
149
            "bottom": "Unten",
150
            "left": "Links",
151
            "right": "Rechts"
152
        },
153
        "modelsExplorer": { // The "Models" tab on the left of the canvas
154
            "title": "Modelle",
155
            "loadAll": "Alle laden",
156
            "loadAllTip": "Alle Modelle in diesem Projekt laden",
157
            "unloadAll": "Alle abwählen",
158
            "unloadAllTip": "Alle Modelle abwählen",
159
            "add": "Hinzufügen",
160
            "addTip": "Modell hinzufügen"
161
        },
162
        "objectsExplorer": { // The "Objects" tab on the left of the canvas
163
            "title": "Objekte",
164
            "showAll": "Alle anzeigen",
165
            "showAllTip": "Alle Objekte anzeigen",
166
            "hideAll": "Alle ausblenden",
167
            "hideAllTip": "Alle Objekte ausblenden"
168
        },
169
        "classesExplorer": { // The "Classes" tab on the left of the canvas
170
            "title": "Typen",
171
            "showAll": "Alle anzeigen",
172
            "showAllTip": "Alle Typen anzeigen",
173
            "hideAll": "Alle ausblenden",
174
            "hideAllTip": "Alle Typen ausblenden"
175
        },
176
        "storeysExplorer": { // The "Storeys" tab on the left of the canvas
177
            "title": "Stockwerke",
178
            "showAll": "Alle anzeigen",
179
            "showAllTip": "Alle Stockwerke anzeigen",
180
            "hideAll": "Alle ausblenden",
181
            "hideAllTip": "Alle Stockwerke ausblenden"
182
        },
183
        "propertiesInspector": { // The "Properties" tab on the right of the canvas
184
            "title": "Eigenschaften",
185
            "noObjectSelectedWarning": "Kein Objekt inspiziert. Klicken Sie mit der rechten Maustaste auf ein Objekt oder führen Sie einen langen Tabulator aus und wählen Sie \'Eigenschaften prüfen\', um die Eigenschaften des Objekts anzuzeigen.",
186
            "noPropSetWarning": "Keine Eigenschaftssätze für dieses Objekt gefunden."
187
        },
188
        "toolbar": { // The toolbar at the top of the canvas
189
            "toggleExplorer": "Explorer ein- und ausblenden", // Button to open or close the explorer panel on the left
190
            "toggleProperties": "Eigenschaften ein- und ausblenden", // Button to open or close the properties panel on the right
191
            "resetViewTip": "Ansicht zurücksetzen", // Button to reset the viewer to initial state
192
            "toggle2d3dTip": "2D/3D umschalten", // Button to toggle between 2D and 3D viewing modes
193
            "togglePerspectiveTip": "Orthogonale/Perspektivische Ansicht umschalten", // Buttons to toggle between orthographic and perspective projection modes
194
            "viewFitTip": "In Ansicht einpassen", // Button to fit everything in view
195
            "firstPersonTip": "Ich-Perspektive umschalten", // Button to toggle between first-person and orbiting camera navigation
196
            "hideObjectsTip": "Objekte ausblenden", // Button to activate/deactivate the Hide Objects tool
197
            "selectObjectsTip": "Objekte auswählen", // Button to activate/deactivate "Select objects" tool
198
            "queryObjectsTip": "Abfrageobjekte", // Button to activate/deactivate "Query objects" tool
199
            "sliceObjectsTip": "Objekte schneiden", // Button to activate/deactivate "Slice objects" tool
200
            "slicesMenuTip": "Menü Schnittebenen", // Button to open the pull-down menu of existing section planes
201
            "showSpacesTip": "IFC-Räume anzeigen", //Button to show IFC spaces
202
            "numSlicesTip": "Anzahl der Schnittebenen" // Label shows number of existing section planes
203
        },
204
        "canvasContextMenu": { // Context menu that appears when we right-click on empty canvas space
205
            "viewFitAll": "In Ansicht einpassen", // Menu option to position the camera to fit all objects in view
206
            "hideAll": "Alle ausblenden", // Menu option to hide all objects
207
            "showAll": "Alle anzeigen", // Menu option to show all objects
208
            "xRayAll": "Röntgenansicht (alle)", // Menu option to X-ray all objects
209
            "xRayNone": "Röntgenansicht (keine)", // Menu option to remove X-ray effect from all objects
210
            "selectNone": "Alle abwählen", // Menu option to clear any currently selected objects
211
            "resetView": "Ansicht zurücksetzen", // Menu option to reset the view to initial state
212
            "clearSlices": "Schnittebenen löschen" // Menu option to delete all section planes created with the Slice tool
213
        },
214
        "modelsContextMenu": { // Context menu that appears when we right-click on a model in the "Models" tab
215
            "loadModel": "Laden", // Menu option to load a model
216
            "unloadModel": "Abwählen", // Menu option to unload a model
217
            "editModel": "Bearbeiten", // Menu option to edit a model (re-upload its IFC file)
218
            "deleteModel": "Löschen", // Menu option to delete a model
219
            "loadAllModels": "Alle laden", // Menu option to load all available models
220
            "unloadAllModels": "Alle abwählen", // Menu option to unload all available models
221
            "clearSlices": "Schnittebenen löschen" // Menu option to delete all slices made with the Slicing tool
222
        },
223
        "objectContextMenu": { // Context menu that appears when we right-click on an object in the 3D view
224
            "inspectProperties": "Eigenschaften prüfen", //menu option to inspect properties in the properties inspector
225
            "viewFit": "Objekt in Ansicht einpassen", // Menu option to position the camera to fit the right-clicked object in view
226
            "viewFitAll": "Alle in Ansicht einpassen", // Menu option to position the camera to fit all objects in view
227
            "showInTree": "Im Baum anzeigen", // Menu option to show the right-clicked object in the Objects tab's tree
228
            "hide": "Ausblenden", // Menu option to hide the right-clicked object
229
            "hideOthers": "Andere ausblenden", // Menu option to hide all objects except the right-clicked object
230
            "hideAll": "Alle ausblenden", // Menu option to hide all objects
231
            "showAll": "Alle anzeigen", // Menu option to show all objects
232
            "xray": "Röntgenansicht", // Menu option to X-ray the right-clicked object
233
            "xrayOthers": "Röntgenansicht (andere)", // Menu option to X-ray all objects except the right-clicked object
234
            "xrayAll": "Röntgenansicht (alle)", // Menu option to X-ray all objects
235
            "xrayNone": "Röntgenansicht (keine)",  // Menu option to undo X-ray on all objects
236
            "select": "Auswählen",  // Menu option to select the right-clicked object
237
            "undoSelect": "Abwählen",  // Menu option to unselect the right-clicked object
238
            "selectNone": "Alle abwählen", // Menu option to unselect all objects
239
            "clearSlices": "Schnittebenen löschen" // Menu option to delete all slices
240
        },
241
        "treeViewContextMenu": { // Context menu that appears when we right-click an object node in the tree within in the "Objects" tab
242
            "inspectProperties": "Eigenschaften prüfen", //menu option to inspect properties in the properties inspector
243
            "viewFit": "Objekt in Ansicht einpassen", // Menu option to position the camera to fit the object in view
244
            "viewFitAll": "Alle in Ansicht einpassen", // Menu option to position the camera to fit all objects in view
245
            "isolate": "Isolieren", // Menu option to hide all other objects and fit this object in view
246
            "hide": "Ausblenden", // Menu option to hide this object
247
            "hideOthers": "Andere ausblenden", // Menu option to hide other objects
248
            "hideAll": "Alle ausblenden", // Menu option to hide all objects
249
            "show": "Anzeigen", // Menu option to show this object
250
            "showOthers": "Andere anzeigen", // Menu option to hide this object and show all others
251
            "showAll": "Alle anzeigen", // Menu option to show all objects
252
            "xray": "Röntgenansicht", // Menu option to X-ray this object
253
            "undoXray": "Röntgenansicht rückgängig machen", // Menu option to undo X-ray on this object
254
            "xrayOthers": "Röntgenansicht (andere)", // Menu option to undo X-ray on all other objects
255
            "xrayAll": "Röntgenansicht (alle)", // Menu option to X-ray all objects
256
            "xrayNone": "Röntgenansicht (keine)", // Menu option to remove X-ray effect from all objects
257
            "select": "Auswählen", // Menu option to select this object
258
            "undoSelect": "Abwählen", // Menu option to deselect this object
259
            "selectNone": "Alle abwählen", // Menu option to deselect all objects
260
            "clearSlices": "Schnittebenen löschen" // Menu option to delete all slices made with the Slicing tool
261
        },
262
        "sectionToolContextMenu": { // Context menu that appears when we right-click an the Slicing tool
263
            "slice": "Schnitte", // Title of submenu for each slice, eg. "Slice #0, Slice #1" etc
264
            "clearSlices": "Schnittebenen löschen", // Menu option to delete all slices
265
            "flipSlices": "Schnittebenen umdrehen", // Menu option to reverse the cutting direction of all slices
266
            "edit": "Bearbeiten", // Sub-menu option to edit a single slice
267
            "flip": "Umdrehen", // Sub-menu option to reverse the cutting direction of a single slice
268
            "delete": "Löschen" // Sub-menu option to delete a single slice
269
        }
270
    },
271

272
    // French
273

274
    "fr": {
275
        "busyModal": { // The dialog that appears in the center of the canvas while we are loading a model
276
            "loading": "Chargement" // Loading <myModel>
277
        },
278
        "NavCube": { // The 3D navigation cube at the bottom right of the canvas
279
            "front": "Face",
280
            "back": "Arrière",//alternative: Dos
281
            "top": "Dessus",
282
            "bottom": "Dessous",
283
            "left": "Droite",
284
            "right": "Gauche"
285
        },
286
        "modelsExplorer": { // The "Models" tab on the left of the canvas
287
            "title": "Modèles",
288
            "loadAll": "Afficher tout",
289
            "loadAllTip": "Afficher tous les modèles du projet",
290
            "unloadAll": "Masquer tout",
291
            "unloadAllTip": "Masquer tous les modèles",
292
            "add": "Ajouter",
293
            "addTip": "Ajouter un modèle"
294
        },
295
        "objectsExplorer": { // The "Objects" tab on the left of the canvas
296
            "title": "Conteneurs",
297
            "showAll": "Afficher tout",
298
            "showAllTip": "Afficher tous les objets",
299
            "hideAll": "Masquer tout",
300
            "hideAllTip": "Masquer tous les objets"
301
        },
302
        "classesExplorer": { // The "Classes" tab on the left of the canvas
303
            "title": "Classes IFC",
304
            "showAll": "Afficher tout",
305
            "showAllTip": "Affiche toutes les classes",
306
            "hideAll": "Masquer tout",
307
            "hideAllTip": "Masquer toutes les classes"
308
        },
309
        "storeysExplorer": { // The "Storeys" tab on the left of the canvas
310
            "title": "Étages",
311
            "showAll": "Afficher tout",
312
            "showAllTip": "Afficher tous les étages",
313
            "hideAll": "Masquer tout",
314
            "hideAllTip": "Masquer tous les étages"
315
        },
316
        "propertiesInspector": { // The "Properties" tab on the right of the canvas
317
            "title": "Propriétés",
318
            "noObjectSelectedWarning": "Aucun objet n'a été inspecté. Cliquez avec le bouton droit ou le bouton long sur un objet et sélectionnez \'Inspecter les propriétés\' pour afficher ses propriétés ici.",
319
            "noPropSetWarning": "Aucun ensemble de propriétés n'a été trouvé pour cet objet."
320
        },
321
        "toolbar": { // The toolbar at the top of the canvas
322
            "toggleExplorer": "Afficher la structure", // Button to open or close the explorer panel on the left
323
            "toggleProperties": "Afficher les propriétés", // Button to open or close the properties panel on the right
324
            "resetViewTip": "Réinitialiser la vue", // Button to reset the viewer to initial state
325
            "toggle2d3dTip": "Activer 2D/3D", // Button to toggle between 3D view and 2D plan view modes
326
            "togglePerspectiveTip": "Activer Perspective/Ortho", // Button to toggle between perspective and orthographic projection
327
            "viewFitTip": "Recadrer la vue", // Button to position the camera to fit all objects in view
328
            "firstPersonTip": "Mode 1ere personne", // Button to switch between first-person and orbit navigation modes
329
            "hideObjectsTip": "Masquer objets", // Button to activate "Hide objects" tool
330
            "selectObjectsTip": "Sélectionner", // Button to activate "Select objects" tool
331
            "queryObjectsTip": "Informations objets", // Button to activate "Query objects" tool
332
            "sliceObjectsTip": "Coupes", // Button to activate "Slice objects" tool
333
            "slicesMenuTip": "Outils de coupe", // Button to open the pull-down menu of existing section planes
334
            "showSpacesTip": "Afficher les espaces IFC", //Button to show IFC spaces
335
            "numSlicesTip": "Nombre de coupes" // Label shows number of sexisting section planes
336
        },
337
        "canvasContextMenu": { // Context menu that appears when we right-click on empty canvas space
338
            "viewFitAll": "Recadrer tout", // Menu option to position the camera to fit all objects in view
339
            "hideAll": "Masquer tout", // Menu option to hide all objects
340
            "showAll": "Afficher tout", // Menu option to show all objects
341
            "xRayAll": "X-Ray tout", // Menu option to X-ray all objects
342
            "xRayNone": "X-Ray aucun", // Menu option to remove X-ray effect from all objects
343
            "selectNone": "Réinitialiser sélection", // Menu option to clear any currently selected objects
344
            "resetView": "Réinitialiser la vue", // Menu option to reset the view to initial state
345
            "clearSlices": "Effacer les coupes" // Menu option to delete all section planes created with the Slice tool
346
        },
347
        "modelsContextMenu": { // Context menu that appears when we right-click on a model in the "Models" tab
348
            "loadModel": "Charger",
349
            "unloadModel": "Retirer",
350
            "editModel": "Editer",
351
            "deleteModel": "Supprimer",
352
            "loadAllModels": "Tout charger",
353
            "unloadAllModels": "Tout retirer",
354
            "clearSlices": "Effacer les coupes"
355
        },
356
        "objectContextMenu": { // Context menu that appears when we right-click on an object in the 3D view
357
            "inspectProperties": "Inspecter les propriétés", //menu option to inspect properties in the properties inspector
358
            "viewFit": "Recadrer objet", // Menu option to position the camera to fit the object in view
359
            "viewFitAll": "Recadrer la vue", // Menu option to position the camera to fit all objects in view
360
            "showInTree": "Afficher arborescence", // Menu option to show the object in the Objects tab's tree
361
            "hide": "Masquer", // Menu option to hide this object
362
            "hideOthers": "Isoler l'objet", // Menu option to hide other objects
363
            "hideAll": "Tout masquer", // Menu option to hide all objects
364
            "showAll": "Tout afficher", // Menu option to show all objects
365
            "xray": "X-Ray", // Menu option to X-ray this object
366
            "xrayOthers": "X-Ray autres", // Menu option to undo X-ray on all other objects
367
            "xrayAll": "X-Ray tout", // Menu option to X-ray all objects
368
            "xrayNone": "X-Ray aucun", // Menu option to remove X-ray effect from all objects
369
            "select": "Sélectionner", // Menu option to select this object
370
            "undoSelect": "Annuler sélection", // Menu option to deselect this object
371
            "selectNone": "Réinitialiser sélection", // Menu option to deselect all objects
372
            "clearSlices": "Effacer les coupes" // Menu option to delete all slices made with the Slicing tool
373
        },
374
        "treeViewContextMenu": { // Context menu that appears when we right-click an object node in the tree within in the "Objects" tab
375
            "inspectProperties": "Inspecter les propriétés", //menu option to inspect properties in the properties inspector
376
            "viewFit": "Recadrer objet", // Menu option to position the camera to fit the object in view
377
            "viewFitAll": "Recadrer la vue", // Menu option to position the camera to fit all objects in view
378
            "isolate": "Isoler", // Menu option to hide all other objects and fit this object in view
379
            "hide": "Masquer", // Menu option to hide this object
380
            "hideOthers": "Masquer autres", // Menu option to hide other objects
381
            "hideAll": "Masquer tout", // Menu option to hide all objects
382
            "show": "Afficher", // Menu option to show this object
383
            "showOthers": "Afficher les autres", // Menu option to hide this object and show all others
384
            "showAll": "Afficher tout", // Menu option to show all objects
385
            "xray": "X-Ray", // Menu option to X-ray this object
386
            "undoXray": "Annuler X-Ray", // Menu option to undo X-ray on this object
387
            "xrayOthers": "X-Ray autres", // Menu option to undo X-ray on all other objects
388
            "xrayAll": "X-Ray tout", // Menu option to X-ray all objects
389
            "xrayNone": "X-Ray aucun", // Menu option to remove X-ray effect from all objects
390
            "select": "Sélectionner", // Menu option to select this object
391
            "undoSelect": "Annuler sélection", // Menu option to deselect this object
392
            "selectNone": "Réinitialiser sélection", // Menu option to deselect all objects
393
            "clearSlices": "Effacer les coupes" // Menu option to delete all slices made with the Slicing tool
394
        },
395
        "sectionToolContextMenu": { // Context menu that appears when we right-click an the Slicing tool
396
            "slice": "Coupe", // Title of submenu for each slice, eg. "Slice #0, Slice #1" etc
397
            "clearSlices": "Effacer les coupes", // Menu option to delete all slices
398
            "flipSlices": "Inverser les coupes", // Menu option to reverse the cutting direction of all slices
399
            "edit": "Editer", // Sub-menu option to edit a single slice
400
            "flip": "Inverser", // Sub-menu option to reverse the cutting direction of a single slice
401
            "delete": "Supprimer" // Sub-menu option to delete a single slice
402
        }
403
    },
404

405
    //Polish
406

407
    "pl": {
408
        "busyModal": { // The dialog that appears in the center of the canvas while we are loading a model
409
            "loading": "Ładowanie" // Loading <myModel>
410
        },
411
        "NavCube": { // The 3D navigation cube at the bottom right of the canvas
412
            "front": "Przód",
413
            "back": "Tył",
414
            "top": "Góra",
415
            "bottom": "Dół",
416
            "left": "Lewy",
417
            "right": "Prawy"
418
        },
419
        "modelsExplorer": { // The "Models" tab on the left of the canvas
420
            "title": "Model",
421
            "loadAll": "Załaduj",
422
            "loadAllTip": "Załaduj wszystkie modele",
423
            "unloadAll": "Zamknij",
424
            "unloadAllTip": "Zamnij wszystkie modele",
425
            "add": "Dodaj",
426
            "addTip": "Dodaj modele"
427
        },
428
        "objectsExplorer": { // The "Objects" tab on the left of the canvas
429
            "title": "Obiekty",
430
            "showAll": "Pokaż",
431
            "showAllTip": "Pokaż wszystkie obiekty",
432
            "hideAll": "Ukryj",
433
            "hideAllTip": "Ukryj wszystkie obiekty"
434
        },
435
        "classesExplorer": { // The "Classes" tab on the left of the canvas
436
            "title": "Typy",
437
            "showAll": "Pokaż",
438
            "showAllTip": "Pokaż wszystkie typy",
439
            "hideAll": "Ukryj",
440
            "hideAllTip": "Ukryj wszystkie typy"
441
        },
442
        "storeysExplorer": { // The "Storeys" tab on the left of the canvas
443
            "title": "Piętra",
444
            "showAll": "Pokaż",
445
            "showAllTip": "Pokaż wszystkie piętra",
446
            "hideAll": "Ukryj",
447
            "hideAllTip": "Ukryj wszystkie piętra"
448
        },
449
        "propertiesInspector": { // The "Properties" tab on the right of the canvas
450
            "title": "Właściwości",
451
            "noObjectSelectedWarning": "Nie sprawdzono żadnego obiektu. Kliknij prawym przyciskiem myszy lub kliknij długo na obiekcie i wybierz opcję \'Sprawdź właściwości\', aby wyświetlić jego właściwości.",
452
            "noPropSetWarning": "Nie znaleziono żadnych zestawów właściwości dla tego obiektu."
453
        },
454
        "toolbar": { // The toolbar at the top of the canvas
455
            "toggleExplorer": "Przełączanie eksploratora", // Button to open or close the explorer panel on the left
456
            "toggleProperties": "Przełączanie właściwości", // Button to open or close the properties panel on the right
457
            "resetViewTip": "Resetuj widok", // Button to reset the voewer to initial state
458
            "toggle2d3dTip": "Widok 2D/3D", // Button to toggle between 2D and 3D viewing modes
459
            "togglePerspectiveTip": "Widok Ortograficzny/Perspektywiczny", // Buttons to toggle between orthographic and perspective projection modes
460
            "viewFitTip": "Dopasowanie do widoku", // Button to fit everything in view
461
            "firstPersonTip": "Widok perspektywy pierwszoosobowej", // Button to toggle between first-person and orbiting camera navigation
462
            "hideObjectsTip": "Ukryj obiekt", // Button to activate/deactivate the Hide Objects tool
463
            "selectObjectsTip": "Zaznacz obiekt", // Button to activate/deactivate "Select objects" tool
464
            "queryObjectsTip": "Wywołaj obiekt", // Button to activate/deactivate "Query objects" tool
465
            "sliceObjectsTip": "Przekroje obiektów", // Button to activate/deactivate "Slice objects" tool
466
            "slicesMenuTip": "Menu przekroi", // Button to open the pull-down menu of existing section planes
467
            "showSpacesTip": "Pokaż przestrzenie IFC", //Button to show IFC spaces
468
            "numSlicesTip": "Liczba przekroi" // Label shows number of existing section planes
469
        },
470
        "canvasContextMenu": { // Context menu that appears when we right-click on empty canvas space
471
            "viewFitAll": "Dopasuj widok do modelu", // Menu option to position the camera to fit all objects in view
472
            "hideAll": "Ukryj wszystkie", // Menu option to hide all objects
473
            "showAll": "Pokaż wszystkie", // Menu option to show all objects
474
            "xRayAll": "Prześwietl wszystko", // Menu option to X-ray all objects
475
            "xRayNone": "Usuń prześwietlenia", // Menu option to remove X-ray effect from all objects
476
            "selectNone": "Usuń zaznaczenia", // Menu option to clear any currently selected objects
477
            "resetView": "Zresetuj widok", // Menu option to reset the view to initial state
478
            "clearSlices": "Usuń przekroje" // Menu option to delete all section planes created with the Slice tool
479
        },
480
        "modelsContextMenu": { // Context menu that appears when we right-click on a model in the "Models" tab
481
            "loadModel": "Załaduj", // Menu option to load a model
482
            "unloadModel": "Zamknij", // Menu option to unload a model
483
            "editModel": "Edytuj", // Menu option to edit a model (re-upload its IFC file)
484
            "deleteModel": "Usuń", // Menu option to delete a model
485
            "loadAllModels": "Załaduj wszystkie", // Menu option to load all available models
486
            "unloadAllModels": "Zamknij wszystkie", // Menu option to unload all available models
487
            "clearSlices": "Usuń przekroje" // Menu option to delete all slices made with the Slicing tool
488
        },
489
        "objectContextMenu": { // Context menu that appears when we right-click on an object in the 3D view
490
            "inspectProperties": "Sprawdź właściwości", //menu option to inspect properties in the properties inspector
491
            "viewFit": "Dopasuj widok do obiektu", // Menu option to position the camera to fit the right-clicked object in view
492
            "viewFitAll": "Dopasuj widok do modelu", // Menu option to position the camera to fit all objects in view
493
            "showInTree": "Pokaż w widoku drzewa", // Menu option to show the right-clicked object in the Objects tab's tree
494
            "hide": "Ukryj", // Menu option to hide the right-clicked object
495
            "hideOthers": "Ukryj pozostałe", // Menu option to hide all objects except the right-clicked object
496
            "hideAll": "Ukryj wszystkie", // Menu option to hide all objects
497
            "showAll": "Pokaż wszystkie", // Menu option to show all objects
498
            "xray": "Prześwietl", // Menu option to X-ray the right-clicked object
499
            "xrayOthers": "Prześwietl pozostałe", // Menu option to X-ray all objects except the right-clicked object
500
            "xrayAll": "Prześwietl wszystkie", // Menu option to X-ray all objects
501
            "xrayNone": "Usuń prześwietlenia",  // Menu option to undo X-ray on all objects
502
            "select": "Zaznacz",  // Menu option to select the right-clicked object
503
            "undoSelect": "Usuń zaznaczenie",  // Menu option to unselect the right-clicked object
504
            "selectNone": "Usuń wszystkie zaznaczenia", // Menu option to unselect all objects
505
            "clearSlices": "Usuń przekroje" // Menu option to delete all slices
506
        },
507
        "treeViewContextMenu": { // Context menu that appears when we right-click an object node in the tree within in the "Objects" tab
508
            "inspectProperties": "Sprawdź właściwości", //menu option to inspect properties in the properties inspector
509
            "viewFit": "Dopasuj widok do obiektu", // Menu option to position the camera to fit the object in view
510
            "viewFitAll": "Dopasuj widok do modelu", // Menu option to position the camera to fit all objects in view
511
            "isolate": "Wyizoluj", // Menu option to hide all other objects and fit this object in view
512
            "hide": "Ukryj", // Menu option to hide this object
513
            "hideOthers": "Ukryj pozostałe", // Menu option to hide other objects
514
            "hideAll": "Ukryj wszystkie", // Menu option to hide all objects
515
            "show": "Pokaż", // Menu option to show this object
516
            "showOthers": "Pokaż pozostałe", // Menu option to hide this object and show all others
517
            "showAll": "Pokaż wszystkie", // Menu option to show all objects
518
            "xray": "Prześwietl", // Menu option to X-ray this object
519
            "undoXray": "Cofnij prześwietlenie", // Menu option to undo X-ray on this object
520
            "xrayOthers": "Prześwietl pozostałe", // Menu option to undo X-ray on all other objects
521
            "xrayAll": "Prześwietl wszystkie", // Menu option to X-ray all objects
522
            "xrayNone": "Usuń prześwietlenia", // Menu option to remove X-ray effect from all objects
523
            "select": "Wählen", // Menu option to select this object
524
            "undoSelect": "Zaznacz", // Menu option to deselect this object
525
            "selectNone": "Usuń wszystkie zaznaczenia", // Menu option to deselect all objects
526
            "clearSlices": "Usuń przekroje" // Menu option to delete all slices made with the Slicing tool
527
        },
528
        "sectionToolContextMenu": { // Context menu that appears when we right-click an the Slicing tool
529
            "clearSlices": "Usuń przekroje", // Menu option to delete all slices
530
            "flipSlices": "Zmień kierunek", // Menu option to reverse the cutting direction of all slices
531
            "edit": "Edytuj", // Sub-menu option to edit a single slice
532
            "flip": "Obróć", // Sub-menu option to reverse the cutting direction of a single slice
533
            "delete": "Usuń" // Sub-menu option to delete a single slice
534
        }
535
    },
536

537
    // Russian
538

539
    "ru": {
540
        "busyModal": {
541
            // The dialog that appears in the center of the canvas while we are loading a model
542
            "loading": "Загрузка", // Loading <myModel>
543
        },
544
        "NavCube": {
545
            // The 3D navigation cube at the bottom right of the canvas
546
            "front": "Фронт",
547
            "back": "Тыл",
548
            "top": "Верх",
549
            "bottom": "Низ",
550
            "left": "Лево",
551
            "right": "Право",
552
        },
553
        "modelsExplorer": {
554
            // The "Models" tab on the left of the canvas
555
            "title": "Модели",
556
            "loadAll": "Загрузить все",
557
            "loadAllTip": "Загрузить все модели в этом проекте",
558
            "unloadAll": "Выгрузить все",
559
            "unloadAllTip": "Выгрузить все модели",
560
            "add": "Добавить",
561
            "addTip": "Добавить модель",
562
        },
563
        "objectsExplorer": {
564
            // The "Objects" tab on the left of the canvas
565
            "title": "Объекты",
566
            "showAll": "Показать все",
567
            "showAllTip": "Показать все объекты",
568
            "hideAll": "Скрыть все",
569
            "hideAllTip": "Скрыть все объекты",
570
        },
571
        "classesExplorer": {
572
            // The "Classes" tab on the left of the canvas
573
            "title": "Классы",
574
            "showAll": "Показать все",
575
            "showAllTip": "Показать все классы",
576
            "hideAll": "Скрыть все",
577
            "hideAllTip": "Скрыть все классы",
578
        },
579
        "storeysExplorer": {
580
            // The "Storeys" tab on the left of the canvas
581
            "title": "Этажи",
582
            "showAll": "Показать все",
583
            "showAllTip": "Показать все этажи",
584
            "hideAll": "Скрыть все",
585
            "hideAllTip": "Скрыть все этажи",
586
        },
587
        "propertiesInspector": {
588
            // The "Properties" tab on the right of the canvas
589
            "title": "Свойства",
590
            "noObjectSelectedWarning": "Ни один объект не осмотрен. Щелкните правой кнопкой мыши или длинной меткой на объекте и выберите \'Осмотреть свойства\', чтобы просмотреть его свойства здесь.",
591
            "noPropSetWarning": "Для этого объекта не найдено ни одного набора свойств."
592
        },
593
        "toolbar": {
594
            // The toolbar at the top of the canvas
595
            "toggleExplorer": "Переключить навигатор", // Button to open or close the explorer panel on the left
596
            "toggleProperties": "Переключить Свойства", // Button to open or close the properties panel on the right
597
            "resetViewTip": "Сбросить вид", // Button to reset the viewer to initial state
598
            "toggle2d3dTip": "Переключить 2D/3D", // Button to toggle between 3D view and 2D plan view modes
599
            "togglePerspectiveTip": "Переключить проекцию перспектива/орто", // Button to toggle between perspective and orthographic projection
600
            "viewFitTip": "Показать всю модель", // Button to position the camera to fit all objects in view
601
            "firstPersonTip": "Переключить режим навигации от первого лица", // Button to switch between first-person and orbit navigation modes
602
            "hideObjectsTip": "Скрыть объекты", // Button to activate "Hide objects" tool
603
            "selectObjectsTip": "Выбрать объекты", // Button to activate "Select objects" tool
604
            "queryObjectsTip": "Выбрать объекты", // Button to activate "Query objects" tool
605
            "sliceObjectsTip": "Рассечь объекты", // Button to activate "Slice objects" tool
606
            "slicesMenuTip": "Меню сечений", // Button to open the pull-down menu of existing section planes
607
            "showSpacesTip": "Показать места IFC", //Button to show IFC spaces
608
            "numSlicesTip": "Количество существующих сечений", // Label shows number of sexisting section planes
609
        },
610
        "canvasContextMenu": {
611
            // Context menu that appears when we right-click on empty canvas space
612
            "viewFitAll": "Вид включающий все", // Menu option to position the camera to fit all objects in view
613
            "hideAll": "Скрыть все", // Menu option to hide all objects
614
            "showAll": "Показать все", // Menu option to show all objects
615
            "xRayAll": "Рентген все", // Menu option to X-ray all objects
616
            "xRayNone": "Очистить рентген", // Menu option to remove X-ray effect from all objects
617
            "selectNone": "Очистить выбор", // Menu option to clear any currently selected objects
618
            "resetView": "Сбросить вид", // Menu option to reset the view to initial state
619
            "clearSlices": "Очистить сечения", // Menu option to delete all section planes created with the Slice tool
620
        },
621
        "modelsContextMenu": {
622
            // Context menu that appears when we right-click on a model in the "Models" tab
623
            "loadModel": "Загрузить",
624
            "unloadModel": "Выгрузить",
625
            "editModel": "Редактировать",
626
            "deleteModel": "Удалить",
627
            "loadAllModels": "Загрузить все",
628
            "unloadAllModels": "Выгрузить все",
629
            "clearSlices": "Очистить сечения",
630
        },
631
        "objectContextMenu": {
632
            // Context menu that appears when we right-click on an object in the 3D view
633
            "inspectProperties": "Осмотреть свойства", //menu option to inspect properties in the properties inspector
634
            "viewFit": "Показать весь объект", // Menu option to position the camera to fit the object in view
635
            "viewFitAll": "Показать все объекты", // Menu option to position the camera to fit all objects in view
636
            "showInTree": "Показать в навигаторе", // Menu option to show the object in the Objects tab"s tree
637
            "hide": "Скрыть", // Menu option to hide this object
638
            "hideOthers": "Скрыть другие", // Menu option to hide other objects
639
            "hideAll": "Скрыть все", // Menu option to hide all objects
640
            "showAll": "Показать все", // Menu option to show all objects
641
            "xray": "Рентген", // Menu option to X-ray this object
642
            "xrayOthers": "Рентген остальные", // Menu option to undo X-ray on all other objects
643
            "xrayAll": "Рентген все", // Menu option to X-ray all objects
644
            "xrayNone": "Очистить рентген", // Menu option to remove X-ray effect from all objects
645
            "select": "Выбрать", // Menu option to select this object
646
            "undoSelect": "Отменить выбор", // Menu option to deselect this object
647
            "selectNone": "Очистить выбор", // Menu option to deselect all objects
648
            "clearSlices": "Очистить сечения", // Menu option to delete all slices made with the Slicing tool
649
        },
650
        "treeViewContextMenu": {
651
            // Context menu that appears when we right-click an object node in the tree within in the "Objects" tab
652
            "inspectProperties": "Осмотреть свойства", //menu option to inspect properties in the properties inspector
653
            "viewFit": "Показать весь объект", // Menu option to position the camera to fit the object in view
654
            "viewFitAll": "Показать все объекты", // Menu option to position the camera to fit all objects in view
655
            "isolate": "Изолировать", // Menu option to hide all other objects and fit this object in view
656
            "hide": "Скрыть", // Menu option to hide this object
657
            "hideOthers": "Скрыть другие", // Menu option to hide other objects
658
            "hideAll": "Скрыть все", // Menu option to hide all objects
659
            "show": "Показать", // Menu option to show this object
660
            "showOthers": "Показать остальные", // Menu option to hide this object and show all others
661
            "showAll": "Показать все", // Menu option to show all objects
662
            "xray": "Рентген", // Menu option to X-ray this object
663
            "undoXray": "Отменить рентген", // Menu option to undo X-ray on this object
664
            "xrayOthers": "Рентген остальные", // Menu option to undo X-ray on all other objects
665
            "xrayAll": "Ренген все", // Menu option to X-ray all objects
666
            "xrayNone": "Очистить рентген", // Menu option to remove X-ray effect from all objects
667
            "select": "Выбрать", // Menu option to select this object
668
            "undoSelect": "Отменить выбор", // Menu option to deselect this object
669
            "selectNone": "Очистить выбор", // Menu option to deselect all objects
670
            "clearSlices": "Очистить сечения", // Menu option to delete all slices made with the Slicing tool
671
        },
672
        "sectionToolContextMenu": {
673
            // Context menu that appears when we right-click an the Slicing tool
674
            "slice": "Сечение", // Title of submenu for each slice, eg. "Slice #0, Slice #1" etc
675
            "clearSlices": "Очистить сечения", // Menu option to delete all slices
676
            "flipSlices": "Развернуть сечения", // Menu option to reverse the cutting direction of all slices
677
            "edit": "Редактировать", // Sub-menu option to edit a single slice
678
            "flip": "Развернуть", // Sub-menu option to reverse the cutting direction of a single slice
679
            "delete": "Удалить", // Sub-menu option to delete a single slice
680
        }
681
    }
682
};
683

684
export { messages };

Использование cookies

Мы используем файлы cookie в соответствии с Политикой конфиденциальности и Политикой использования cookies.

Нажимая кнопку «Принимаю», Вы даете АО «СберТех» согласие на обработку Ваших персональных данных в целях совершенствования нашего веб-сайта и Сервиса GitVerse, а также повышения удобства их использования.

Запретить использование cookies Вы можете самостоятельно в настройках Вашего браузера.