i18n: Sync classref translations with Weblate

(cherry picked from commit 516d6b6bad)
This commit is contained in:
Rémi Verschelde
2022-07-27 15:55:38 +02:00
parent d5f8ecd54e
commit 4e9640b3ec
47 changed files with 5685 additions and 1162 deletions

View File

@ -8,7 +8,7 @@
Two regions can be connected to each other if they share a similar edge. You can set the minimum distance between two vertices required to connect two edges by using [method NavigationServer3D.map_set_edge_connection_margin].
[b]Note:[/b] Overlapping two regions' navmeshes is not enough for connecting two regions. They must share a similar edge.
The cost of entering this region from another region can be controlled with the [member enter_cost] value.
[b]Note[/b]: This value is not added to the path cost when the start position is already inside this region.
[b]Note:[/b] This value is not added to the path cost when the start position is already inside this region.
The cost of traveling distances inside this region can be controlled with the [member travel_cost] multiplier.
</description>
<tutorials>