diff options
Diffstat (limited to 'editor/translations/editor.pot')
-rw-r--r-- | editor/translations/editor.pot | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/editor/translations/editor.pot b/editor/translations/editor.pot index 01121a8156..87dca17afd 100644 --- a/editor/translations/editor.pot +++ b/editor/translations/editor.pot @@ -2245,10 +2245,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 "" @@ -10109,6 +10105,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 "" @@ -11710,6 +11710,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 " |