diff options
Diffstat (limited to 'editor/translations/sk.po')
-rw-r--r-- | editor/translations/sk.po | 82 |
1 files changed, 68 insertions, 14 deletions
diff --git a/editor/translations/sk.po b/editor/translations/sk.po index 2395e28105..93e2cf40ab 100644 --- a/editor/translations/sk.po +++ b/editor/translations/sk.po @@ -15,6 +15,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine editor\n" +"Report-Msgid-Bugs-To: https://github.com/godotengine/godot\n" "POT-Creation-Date: \n" "PO-Revision-Date: 2021-07-07 15:34+0000\n" "Last-Translator: Eliška Fichnová <eliska@fichna.sk>\n" @@ -2413,6 +2414,15 @@ msgstr "" "Nedá sa uložiť scéna. Pravdepodobne (inštancie alebo dedičstvo) nemôžu byť " "spokojné." +#: editor/editor_node.cpp +#, fuzzy +msgid "Could not save one or more scenes!" +msgstr "Subprocess sa nedá spustiť!" + +#: editor/editor_node.cpp +msgid "Save All Scenes" +msgstr "Uložiť Všetky Scény" + #: editor/editor_node.cpp editor/scene_tree_dock.cpp msgid "Can't overwrite scene that is still open!" msgstr "Scéna sa nedá predpísať keď je stále otvorená!" @@ -2549,6 +2559,10 @@ msgid "Save changes to '%s' before closing?" msgstr "Chcete uložiť zmeny do '%s' pred zatvorením?" #: editor/editor_node.cpp +msgid "%s no longer exists! Please specify a new save location." +msgstr "" + +#: editor/editor_node.cpp msgid "" "The current scene has no root node, but %d modified external resource(s) " "were saved anyway." @@ -2894,10 +2908,6 @@ msgid "Save Scene" msgstr "Uložiť Scénu" #: editor/editor_node.cpp -msgid "Save All Scenes" -msgstr "Uložiť Všetky Scény" - -#: editor/editor_node.cpp msgid "Convert To..." msgstr "Konvertovať Do..." @@ -4398,6 +4408,18 @@ msgid "Clear Default for '%s'" msgstr "Vyčistiť Štandardné pre '%s'" #: editor/import_dock.cpp +msgid "Reimport" +msgstr "Reimportovať" + +#: editor/import_dock.cpp +msgid "" +"You have pending changes that haven't been applied yet. Click Reimport to " +"apply changes made to the import options.\n" +"Selecting another resource in the FileSystem dock without clicking Reimport " +"first will discard changes made in the Import dock." +msgstr "" + +#: editor/import_dock.cpp msgid "Import As:" msgstr "Importovať Ako:" @@ -4406,10 +4428,6 @@ msgid "Preset" msgstr "Preset" #: editor/import_dock.cpp -msgid "Reimport" -msgstr "Reimportovať" - -#: editor/import_dock.cpp msgid "Save Scenes, Re-Import, and Restart" msgstr "Uložiť Scény, Re-Importovať, a Reštartovať" @@ -7398,12 +7416,13 @@ msgstr "" #: editor/plugins/script_editor_plugin.cpp #, fuzzy -msgid "Next script" +msgid "Next Script" msgstr "Popis:" #: editor/plugins/script_editor_plugin.cpp -msgid "Previous script" -msgstr "" +#, fuzzy +msgid "Previous Script" +msgstr "Minulá karta" #: editor/plugins/script_editor_plugin.cpp msgid "File" @@ -7831,14 +7850,19 @@ msgid "Left Orthogonal" msgstr "" #: editor/plugins/spatial_editor_plugin.cpp -msgid "Right Perspective" -msgstr "" +#, fuzzy +msgid "Left Perspective" +msgstr "Vľavo Dole" #: editor/plugins/spatial_editor_plugin.cpp msgid "Right Orthogonal" msgstr "" #: editor/plugins/spatial_editor_plugin.cpp +msgid "Right Perspective" +msgstr "" + +#: editor/plugins/spatial_editor_plugin.cpp msgid "Front Orthogonal" msgstr "" @@ -8192,6 +8216,26 @@ msgid "Right View" msgstr "" #: editor/plugins/spatial_editor_plugin.cpp +msgid "Orbit View Down" +msgstr "" + +#: editor/plugins/spatial_editor_plugin.cpp +msgid "Orbit View Left" +msgstr "" + +#: editor/plugins/spatial_editor_plugin.cpp +msgid "Orbit View Right" +msgstr "" + +#: editor/plugins/spatial_editor_plugin.cpp +msgid "Orbit View Up" +msgstr "" + +#: editor/plugins/spatial_editor_plugin.cpp +msgid "Orbit View 180" +msgstr "" + +#: editor/plugins/spatial_editor_plugin.cpp msgid "Switch Perspective/Orthogonal View" msgstr "" @@ -14361,6 +14405,14 @@ msgid "" "Environment -> Default Environment) could not be loaded." msgstr "" +#: scene/main/timer.cpp +msgid "" +"Very low timer wait times (< 0.05 seconds) may behave in significantly " +"different ways depending on the rendered or physics frame rate.\n" +"Consider using a script's process loop instead of relying on a Timer for " +"very low wait times." +msgstr "" + #: scene/main/viewport.cpp msgid "" "This viewport is not set as render target. If you intend for it to display " @@ -14370,7 +14422,9 @@ msgid "" msgstr "" #: scene/main/viewport.cpp -msgid "Viewport size must be greater than 0 to render anything." +msgid "" +"The Viewport size must be greater than or equal to 2 pixels on both " +"dimensions to render anything." msgstr "" #: scene/resources/occluder_shape.cpp |