Skip to content

Commit a8734ec

Browse files
authored
Merge pull request #586 from paweljarosz/master
Updated Russian translation for Editor Overview manual.
2 parents 1a6fa12 + 390b949 commit a8734ec

File tree

2 files changed

+220
-67
lines changed

2 files changed

+220
-67
lines changed

docs/en/manuals/editor.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ TUTORIALS
3434
SAMPLES
3535
: Contains projects prepared to showcase certain use cases.
3636

37-
![new project](images/editor/start_templates.png)
37+
![New project](images/editor/start_templates.png)
3838

3939
When you create a new project it is stored on your local drive and any edits you do are saved locally.
4040

@@ -44,7 +44,7 @@ You can learn more about the different options in the [Project Setup manual](htt
4444

4545
In the bottom left corner of the starting screen you can see a Language selection - select from the available currently localizations (since Defold 1.11.2). This is also available in the Editor in `File ▸ Preferences ▸ General ▸ Editor Language`.
4646

47-
![new project](images/editor/languages.png)
47+
![Languages](images/editor/languages.png)
4848

4949
## The Editor panes
5050

@@ -72,7 +72,7 @@ There is a toolbar in the top right corner of the scene view where you can find
7272

7373
*Move* (<kbd>W</kbd>), *Rotate* (<kbd>E</kbd>), *Scale* (<kbd>R</kbd>), *Grid Settings* ``, *Align Camera 2D/3D* `2D`, *Camera Perspective/Orthographic Toggle* and *Visibility Filters* `👁`.
7474

75-
![toolbar](images/editor/toolbar.png)
75+
![Toolbar](images/editor/toolbar.png)
7676

7777
### 3. Outline pane
7878

@@ -84,15 +84,15 @@ This view shows the content of the file currently being edited, but in a hierarc
8484

8585
It is possible to toggle the visibility of game objects and visual components by clicking on the little `👁` Eye Icon to the right of an element in the list (Defold 1.9.8 and newer).
8686

87-
![toolbar](images/editor/outline.png)
87+
![Outline](images/editor/outline.png)
8888

8989
### 4. Properties pane
9090

9191
This view shows properties associated with the currently selected item, like Id, URL, Position, Rotation, Scale, and/or other component specific properties and also custom properties for scripts.
9292

9393
You can also <kbd>Drag</kbd> the `` Up-Down Arrow and move mouse to change value of the given numerical property (1.10.2+).
9494

95-
![toolbar](images/editor/properties.png)
95+
![Properties](images/editor/properties.png)
9696

9797
### 5. Tools pane
9898

0 commit comments

Comments
 (0)