diff options
Diffstat (limited to 'editor/translations/eu.po')
-rw-r--r-- | editor/translations/eu.po | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/editor/translations/eu.po b/editor/translations/eu.po index e461c0f1ec..906a258f32 100644 --- a/editor/translations/eu.po +++ b/editor/translations/eu.po @@ -2255,10 +2255,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 "" @@ -10132,6 +10128,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 "" @@ -11735,6 +11735,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 " |