diff options
Diffstat (limited to 'editor/translations/or.po')
-rw-r--r-- | editor/translations/or.po | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/editor/translations/or.po b/editor/translations/or.po index d6678c2819..5859fe6b0a 100644 --- a/editor/translations/or.po +++ b/editor/translations/or.po @@ -2249,10 +2249,6 @@ msgid "There is no defined scene to run." msgstr "" #: editor/editor_node.cpp -msgid "Current scene was never saved, please save it prior to running." -msgstr "" - -#: editor/editor_node.cpp msgid "Could not start subprocess!" msgstr "" @@ -10113,6 +10109,10 @@ msgid "Make node as Root" msgstr "" #: editor/scene_tree_dock.cpp +msgid "Delete %d nodes and any children?" +msgstr "" + +#: editor/scene_tree_dock.cpp msgid "Delete %d nodes?" msgstr "" @@ -11714,6 +11714,12 @@ msgid "" "shape resource for it!" msgstr "" +#: scene/2d/collision_shape_2d.cpp +msgid "" +"Polygon-based shapes are not meant be used nor edited directly through the " +"CollisionShape2D node. Please use the CollisionPolygon2D node instead." +msgstr "" + #: scene/2d/cpu_particles_2d.cpp msgid "" "CPUParticles2D animation requires the usage of a CanvasItemMaterial with " |