diff options
Diffstat (limited to 'editor/translations/et.po')
-rw-r--r-- | editor/translations/et.po | 719 |
1 files changed, 305 insertions, 414 deletions
diff --git a/editor/translations/et.po b/editor/translations/et.po index 9733b52c71..437d4ef636 100644 --- a/editor/translations/et.po +++ b/editor/translations/et.po @@ -3,94 +3,100 @@ # Copyright (c) 2014-2019 Godot Engine contributors (cf. AUTHORS.md) # This file is distributed under the same license as the Godot source code. # Jens <arrkiin@gmail.com>, 2019. +# Mattias Aabmets <mattias.aabmets@gmail.com>, 2019. msgid "" msgstr "" "Project-Id-Version: Godot Engine editor\n" +"PO-Revision-Date: 2019-07-19 13:41+0000\n" +"Last-Translator: Mattias Aabmets <mattias.aabmets@gmail.com>\n" "Language-Team: Estonian <https://hosted.weblate.org/projects/godot-engine/" "godot/et/>\n" "Language: et\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8-bit\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" +"X-Generator: Weblate 3.8-dev\n" #: core/math/expression.cpp modules/gdscript/gdscript_functions.cpp #: modules/visual_script/visual_script_builtin_funcs.cpp msgid "Invalid type argument to convert(), use TYPE_* constants." msgstr "" +"Kehtetu argument sisestatud convert() funktsiooni, kasuta TYPE_* konstante." #: core/math/expression.cpp modules/gdscript/gdscript_functions.cpp #: modules/mono/glue/gd_glue.cpp #: modules/visual_script/visual_script_builtin_funcs.cpp msgid "Not enough bytes for decoding bytes, or invalid format." -msgstr "" +msgstr "Ebapiisav kogus baite nende dekodeerimiseks või kehtetu formaat." #: core/math/expression.cpp msgid "Invalid input %i (not passed) in expression" -msgstr "" +msgstr "Väljendis on kehtetu sisend %i (mitte edastatud)" #: core/math/expression.cpp msgid "self can't be used because instance is null (not passed)" -msgstr "" +msgstr "'self' märksõna ei saa kasutada, sest loode puudub (mitte edastatud)" #: core/math/expression.cpp msgid "Invalid operands to operator %s, %s and %s." -msgstr "" +msgstr "Kehtetud väärtused operaatorisse %s, %s ja %s." #: core/math/expression.cpp msgid "Invalid index of type %s for base type %s" -msgstr "" +msgstr "Kehtetu %s tüübi indeks %s põhitüübi jaoks" #: core/math/expression.cpp msgid "Invalid named index '%s' for base type %s" -msgstr "" +msgstr "Kehtetu '%s' nimega indeks %s põhitüübi jaoks" #: core/math/expression.cpp msgid "Invalid arguments to construct '%s'" -msgstr "" +msgstr "Kehtetud argumendid '%s' ehitamise jaoks" #: core/math/expression.cpp msgid "On call to '%s':" -msgstr "" +msgstr "'%' kutsudes:" #: editor/animation_bezier_editor.cpp #: editor/plugins/asset_library_editor_plugin.cpp msgid "Free" -msgstr "" +msgstr "Vaba" #: editor/animation_bezier_editor.cpp msgid "Balanced" -msgstr "" +msgstr "Tasakaalustatud" #: editor/animation_bezier_editor.cpp msgid "Mirror" -msgstr "" +msgstr "Peegel" #: editor/animation_bezier_editor.cpp editor/editor_profiler.cpp msgid "Time:" -msgstr "" +msgstr "Aeg:" #: editor/animation_bezier_editor.cpp msgid "Value:" -msgstr "" +msgstr "Väärtus:" #: editor/animation_bezier_editor.cpp msgid "Insert Key Here" -msgstr "" +msgstr "Sisesta Võti Siia" #: editor/animation_bezier_editor.cpp msgid "Duplicate Selected Key(s)" -msgstr "" +msgstr "Kopeeri Valitud Võti (Võtmed)" #: editor/animation_bezier_editor.cpp msgid "Delete Selected Key(s)" -msgstr "" +msgstr "Kustuta Valitud Võti (Võtmed)" #: editor/animation_bezier_editor.cpp msgid "Add Bezier Point" -msgstr "" +msgstr "Lisa Bezieri Punkt" #: editor/animation_bezier_editor.cpp msgid "Move Bezier Points" -msgstr "" +msgstr "Liiguta Bezieri Punkte" #: editor/animation_bezier_editor.cpp editor/animation_track_editor.cpp msgid "Anim Duplicate Keys" @@ -122,12 +128,12 @@ msgstr "" #: editor/animation_track_editor.cpp msgid "Change Animation Length" -msgstr "" +msgstr "Muuda Animatsiooni Pikkust" #: editor/animation_track_editor.cpp #: editor/plugins/sprite_frames_editor_plugin.cpp msgid "Change Animation Loop" -msgstr "" +msgstr "Muuda Animatsiooni Silmust" #: editor/animation_track_editor.cpp msgid "Property Track" @@ -172,15 +178,15 @@ msgstr "" #: editor/animation_track_editor.cpp #: modules/visual_script/visual_script_editor.cpp msgid "Functions:" -msgstr "" +msgstr "Funktsioonid:" #: editor/animation_track_editor.cpp msgid "Audio Clips:" -msgstr "" +msgstr "Heliklipid:" #: editor/animation_track_editor.cpp msgid "Anim Clips:" -msgstr "" +msgstr "Animatsiooni Klipid:" #: editor/animation_track_editor.cpp msgid "Change Track Path" @@ -208,7 +214,7 @@ msgstr "" #: editor/animation_track_editor.cpp msgid "Time (s): " -msgstr "" +msgstr "Aeg (Ajad): " #: editor/animation_track_editor.cpp msgid "Toggle Track Enabled" @@ -216,15 +222,15 @@ msgstr "" #: editor/animation_track_editor.cpp msgid "Continuous" -msgstr "" +msgstr "Pidev" #: editor/animation_track_editor.cpp msgid "Discrete" -msgstr "" +msgstr "Mittepidev" #: editor/animation_track_editor.cpp msgid "Trigger" -msgstr "" +msgstr "Päästik" #: editor/animation_track_editor.cpp msgid "Capture" @@ -232,16 +238,16 @@ msgstr "" #: editor/animation_track_editor.cpp msgid "Nearest" -msgstr "" +msgstr "Lähim" #: editor/animation_track_editor.cpp editor/plugins/curve_editor_plugin.cpp #: editor/property_editor.cpp msgid "Linear" -msgstr "" +msgstr "Sirgjooneline" #: editor/animation_track_editor.cpp msgid "Cubic" -msgstr "" +msgstr "Kuupmõõtmeline" #: editor/animation_track_editor.cpp msgid "Clamp Loop Interp" @@ -254,27 +260,27 @@ msgstr "" #: editor/animation_track_editor.cpp #: editor/plugins/canvas_item_editor_plugin.cpp msgid "Insert Key" -msgstr "" +msgstr "Sisesta Võti" #: editor/animation_track_editor.cpp msgid "Duplicate Key(s)" -msgstr "" +msgstr "Kopeeri Võti (Võtmed)" #: editor/animation_track_editor.cpp msgid "Delete Key(s)" -msgstr "" +msgstr "Kustuta Võti (Võtmed)" #: editor/animation_track_editor.cpp msgid "Change Animation Update Mode" -msgstr "" +msgstr "Muuda Animatsiooni Uuendamise Töörežiimi" #: editor/animation_track_editor.cpp msgid "Change Animation Interpolation Mode" -msgstr "" +msgstr "Muuda Animatsiooni Interpolatsiooni Töörežiimi" #: editor/animation_track_editor.cpp msgid "Change Animation Loop Mode" -msgstr "" +msgstr "Muuda Animatsiooni Silmuse Töörežiimi" #: editor/animation_track_editor.cpp msgid "Remove Anim Track" @@ -297,7 +303,7 @@ msgstr "" #: editor/plugins/visual_shader_editor_plugin.cpp #: editor/script_create_dialog.cpp msgid "Create" -msgstr "" +msgstr "Loo" #: editor/animation_track_editor.cpp msgid "Anim Insert" @@ -321,7 +327,7 @@ msgstr "" #: editor/animation_track_editor.cpp msgid "Change Animation Step" -msgstr "" +msgstr "Muuda Animatsiooni Sammu" #: editor/animation_track_editor.cpp msgid "Rearrange Tracks" @@ -341,23 +347,24 @@ msgstr "" #: editor/animation_track_editor.cpp msgid "Animation tracks can only point to AnimationPlayer nodes." -msgstr "" +msgstr "Animatsiooni rajad võivad osutada ainult AnimationPlayer sõlmedele." #: editor/animation_track_editor.cpp msgid "An animation player can't animate itself, only other players." msgstr "" +"Animatsiooni mängija ei saa animeerida iseennast, ainult teisi mängijaid." #: editor/animation_track_editor.cpp msgid "Not possible to add a new track without a root" -msgstr "" +msgstr "Ei saa lisada uut rada ilma tüveta" #: editor/animation_track_editor.cpp msgid "Add Bezier Track" -msgstr "" +msgstr "Lisa Bezieri Rada" #: editor/animation_track_editor.cpp msgid "Track path is invalid, so can't add a key." -msgstr "" +msgstr "Raja tee on kehtetu, mistõttu ei sa lisada võtit." #: editor/animation_track_editor.cpp msgid "Track is not of type Spatial, can't insert key" @@ -369,19 +376,19 @@ msgstr "" #: editor/animation_track_editor.cpp msgid "Add Track Key" -msgstr "" +msgstr "Lisa Raja Võti" #: editor/animation_track_editor.cpp msgid "Track path is invalid, so can't add a method key." -msgstr "" +msgstr "Raja tee on kehtetu, mistõttu ei saa lisada meetodi võtit." #: editor/animation_track_editor.cpp msgid "Add Method Track Key" -msgstr "" +msgstr "Lisa Meetodi Raja Võti" #: editor/animation_track_editor.cpp msgid "Method not found in object: " -msgstr "" +msgstr "Meetod ei ole leitud objektis: " #: editor/animation_track_editor.cpp msgid "Anim Move Keys" @@ -389,11 +396,11 @@ msgstr "" #: editor/animation_track_editor.cpp msgid "Clipboard is empty" -msgstr "" +msgstr "Lõikelaud on tühi" #: editor/animation_track_editor.cpp msgid "Paste Tracks" -msgstr "" +msgstr "Kleebi Rajad" #: editor/animation_track_editor.cpp msgid "Anim Scale Keys" @@ -421,6 +428,15 @@ msgstr "" msgid "Warning: Editing imported animation" msgstr "" +#: editor/animation_track_editor.cpp editor/plugins/script_text_editor.cpp +#: scene/gui/line_edit.cpp scene/gui/text_edit.cpp +msgid "Select All" +msgstr "Vali Kõik" + +#: editor/animation_track_editor.cpp +msgid "Select None" +msgstr "Tühista Valik" + #: editor/animation_track_editor.cpp msgid "Only show tracks from nodes selected in tree." msgstr "" @@ -439,11 +455,11 @@ msgstr "" #: editor/animation_track_editor.cpp msgid "Seconds" -msgstr "" +msgstr "Sekundid" #: editor/animation_track_editor.cpp msgid "FPS" -msgstr "" +msgstr "Kaadrit/Sekundis" #: editor/animation_track_editor.cpp editor/editor_properties.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp @@ -452,7 +468,7 @@ msgstr "" #: editor/project_manager.cpp editor/project_settings_editor.cpp #: editor/property_editor.cpp modules/visual_script/visual_script_editor.cpp msgid "Edit" -msgstr "" +msgstr "Muuda" #: editor/animation_track_editor.cpp msgid "Animation properties." @@ -460,7 +476,7 @@ msgstr "" #: editor/animation_track_editor.cpp msgid "Copy Tracks" -msgstr "" +msgstr "Kopeeri Rajad" #: editor/animation_track_editor.cpp msgid "Scale Selection" @@ -480,31 +496,31 @@ msgstr "" #: editor/animation_track_editor.cpp msgid "Delete Selection" -msgstr "" +msgstr "Kustuta Valim" #: editor/animation_track_editor.cpp msgid "Go to Next Step" -msgstr "" +msgstr "Mine Järgmisele Sammule" #: editor/animation_track_editor.cpp msgid "Go to Previous Step" -msgstr "" +msgstr "Mine Eelmisele Sammule" #: editor/animation_track_editor.cpp msgid "Optimize Animation" -msgstr "" +msgstr "Optimiseeri Animatsiooni" #: editor/animation_track_editor.cpp msgid "Clean-Up Animation" -msgstr "" +msgstr "Korrasta Animatsiooni" #: editor/animation_track_editor.cpp msgid "Pick the node that will be animated:" -msgstr "" +msgstr "Vali sõlm mida animeerida:" #: editor/animation_track_editor.cpp msgid "Use Bezier Curves" -msgstr "" +msgstr "Kasuta Bezieri Kurve" #: editor/animation_track_editor.cpp msgid "Anim. Optimizer" @@ -524,27 +540,27 @@ msgstr "" #: editor/animation_track_editor.cpp msgid "Optimize" -msgstr "" +msgstr "Optimiseeri" #: editor/animation_track_editor.cpp msgid "Remove invalid keys" -msgstr "" +msgstr "Eemalda kehtetud võtmed" #: editor/animation_track_editor.cpp msgid "Remove unresolved and empty tracks" -msgstr "" +msgstr "Eemalda lahenduseta ja tühjad rajad" #: editor/animation_track_editor.cpp msgid "Clean-up all animations" -msgstr "" +msgstr "Korrasta kõik animatsioonid" #: editor/animation_track_editor.cpp msgid "Clean-Up Animation(s) (NO UNDO!)" -msgstr "" +msgstr "Korrasta Animatsioon(id) (EI SAA TAGASI VÕTTA!)" #: editor/animation_track_editor.cpp msgid "Clean-Up" -msgstr "" +msgstr "Korrasta" #: editor/animation_track_editor.cpp msgid "Scale Ratio:" @@ -561,7 +577,7 @@ msgstr "" #: editor/plugins/sprite_frames_editor_plugin.cpp editor/property_editor.cpp #: scene/gui/line_edit.cpp scene/gui/text_edit.cpp msgid "Copy" -msgstr "" +msgstr "Kopeeri" #: editor/animation_track_editor_plugins.cpp msgid "Add Audio Track Clip" @@ -595,6 +611,10 @@ msgstr "" msgid "Line Number:" msgstr "" +#: editor/code_editor.cpp +msgid "Found %d match(es)." +msgstr "" + #: editor/code_editor.cpp editor/editor_help.cpp msgid "No Matches" msgstr "" @@ -644,7 +664,7 @@ msgstr "" msgid "Reset Zoom" msgstr "" -#: editor/code_editor.cpp modules/mono/editor/mono_bottom_panel.cpp +#: editor/code_editor.cpp msgid "Warnings" msgstr "" @@ -747,6 +767,10 @@ msgid "Connect" msgstr "" #: editor/connections_dialog.cpp +msgid "Signal:" +msgstr "" + +#: editor/connections_dialog.cpp msgid "Connect '%s' to '%s'" msgstr "" @@ -905,7 +929,7 @@ msgid "Owners Of:" msgstr "" #: editor/dependency_editor.cpp -msgid "Remove selected files from the project? (no undo)" +msgid "Remove selected files from the project? (Can't be restored)" msgstr "" #: editor/dependency_editor.cpp @@ -1081,7 +1105,6 @@ msgid "Success!" msgstr "" #: editor/editor_asset_installer.cpp editor/editor_node.cpp -#: editor/plugins/asset_library_editor_plugin.cpp msgid "Install" msgstr "" @@ -1269,7 +1292,7 @@ msgid "Must not collide with an existing engine class name." msgstr "" #: editor/editor_autoload_settings.cpp -msgid "Must not collide with an existing buit-in type name." +msgid "Must not collide with an existing built-in type name." msgstr "" #: editor/editor_autoload_settings.cpp @@ -1440,6 +1463,10 @@ msgstr "" msgid "Template file not found:" msgstr "" +#: editor/editor_export.cpp +msgid "On 32-bit exports the embedded PCK cannot be bigger than 4 GiB." +msgstr "" + #: editor/editor_feature_profile.cpp msgid "3D Editor" msgstr "" @@ -1465,7 +1492,7 @@ msgid "Node Dock" msgstr "" #: editor/editor_feature_profile.cpp -msgid "Filesystem Dock" +msgid "FileSystem and Import Docks" msgstr "" #: editor/editor_feature_profile.cpp @@ -1518,7 +1545,7 @@ msgstr "" #: editor/editor_feature_profile.cpp msgid "" -"Profile '%s' already exists. Remote it first before importing, import " +"Profile '%s' already exists. Remove it first before importing, import " "aborted." msgstr "" @@ -1531,7 +1558,7 @@ msgid "Unset" msgstr "" #: editor/editor_feature_profile.cpp -msgid "Current Profile" +msgid "Current Profile:" msgstr "" #: editor/editor_feature_profile.cpp @@ -1554,11 +1581,7 @@ msgid "Export" msgstr "" #: editor/editor_feature_profile.cpp -msgid "Available Profiles" -msgstr "" - -#: editor/editor_feature_profile.cpp -msgid "Enabled Classes" +msgid "Available Profiles:" msgstr "" #: editor/editor_feature_profile.cpp @@ -2381,6 +2404,11 @@ msgid "Go to previously opened scene." msgstr "" #: editor/editor_node.cpp +#, fuzzy +msgid "Copy Text" +msgstr "Kopeeri" + +#: editor/editor_node.cpp msgid "Next tab" msgstr "" @@ -2564,10 +2592,30 @@ msgid "Editor Layout" msgstr "" #: editor/editor_node.cpp +msgid "Take Screenshot" +msgstr "" + +#: editor/editor_node.cpp +msgid "Screenshots are stored in the Editor Data/Settings Folder." +msgstr "" + +#: editor/editor_node.cpp +msgid "Automatically Open Screenshots" +msgstr "" + +#: editor/editor_node.cpp +msgid "Open in an external image editor." +msgstr "" + +#: editor/editor_node.cpp msgid "Toggle Fullscreen" msgstr "" #: editor/editor_node.cpp +msgid "Toggle System Console" +msgstr "" + +#: editor/editor_node.cpp msgid "Open Editor Data/Settings Folder" msgstr "" @@ -2674,15 +2722,15 @@ msgid "Spins when the editor window redraws." msgstr "" #: editor/editor_node.cpp -msgid "Update Always" +msgid "Update Continuously" msgstr "" #: editor/editor_node.cpp -msgid "Update Changes" +msgid "Update When Changed" msgstr "" #: editor/editor_node.cpp -msgid "Disable Update Spinner" +msgid "Hide Update Spinner" msgstr "" #: editor/editor_node.cpp @@ -2872,7 +2920,7 @@ msgstr "" msgid "Calls" msgstr "" -#: editor/editor_properties.cpp +#: editor/editor_properties.cpp editor/script_create_dialog.cpp msgid "On" msgstr "" @@ -2970,20 +3018,20 @@ msgid "Page: " msgstr "" #: editor/editor_properties_array_dict.cpp -msgid "New Key:" +#: editor/plugins/theme_editor_plugin.cpp +msgid "Remove Item" msgstr "" #: editor/editor_properties_array_dict.cpp -msgid "New Value:" +msgid "New Key:" msgstr "" #: editor/editor_properties_array_dict.cpp -msgid "Add Key/Value Pair" +msgid "New Value:" msgstr "" #: editor/editor_properties_array_dict.cpp -#: editor/plugins/theme_editor_plugin.cpp -msgid "Remove Item" +msgid "Add Key/Value Pair" msgstr "" #: editor/editor_run_native.cpp @@ -3468,6 +3516,7 @@ msgid "Nodes not in Group" msgstr "" #: editor/groups_editor.cpp editor/scene_tree_dock.cpp +#: editor/scene_tree_editor.cpp msgid "Filter nodes" msgstr "" @@ -4493,6 +4542,10 @@ msgid "Idle" msgstr "" #: editor/plugins/asset_library_editor_plugin.cpp +msgid "Install..." +msgstr "" + +#: editor/plugins/asset_library_editor_plugin.cpp msgid "Retry" msgstr "" @@ -4535,7 +4588,7 @@ msgid "Sort:" msgstr "" #: editor/plugins/asset_library_editor_plugin.cpp -msgid "Reverse" +msgid "Reverse sorting." msgstr "" #: editor/plugins/asset_library_editor_plugin.cpp @@ -4610,31 +4663,33 @@ msgid "Rotation Step:" msgstr "" #: editor/plugins/canvas_item_editor_plugin.cpp -msgid "Move vertical guide" +msgid "Move Vertical Guide" msgstr "" #: editor/plugins/canvas_item_editor_plugin.cpp -msgid "Create new vertical guide" +msgid "Create Vertical Guide" msgstr "" #: editor/plugins/canvas_item_editor_plugin.cpp -msgid "Remove vertical guide" -msgstr "" +#, fuzzy +msgid "Remove Vertical Guide" +msgstr "Eemalda kehtetud võtmed" #: editor/plugins/canvas_item_editor_plugin.cpp -msgid "Move horizontal guide" +msgid "Move Horizontal Guide" msgstr "" #: editor/plugins/canvas_item_editor_plugin.cpp -msgid "Create new horizontal guide" +msgid "Create Horizontal Guide" msgstr "" #: editor/plugins/canvas_item_editor_plugin.cpp -msgid "Remove horizontal guide" -msgstr "" +#, fuzzy +msgid "Remove Horizontal Guide" +msgstr "Eemalda kehtetud võtmed" #: editor/plugins/canvas_item_editor_plugin.cpp -msgid "Create new horizontal and vertical guides" +msgid "Create Horizontal and Vertical Guides" msgstr "" #: editor/plugins/canvas_item_editor_plugin.cpp @@ -5047,6 +5102,13 @@ msgid "Load Emission Mask" msgstr "" #: editor/plugins/cpu_particles_2d_editor_plugin.cpp +#: editor/plugins/cpu_particles_editor_plugin.cpp +#: editor/plugins/particles_2d_editor_plugin.cpp +#: editor/plugins/particles_editor_plugin.cpp +msgid "Restart" +msgstr "" + +#: editor/plugins/cpu_particles_2d_editor_plugin.cpp #: editor/plugins/particles_2d_editor_plugin.cpp msgid "Clear Emission Mask" msgstr "" @@ -5947,10 +6009,18 @@ msgid "Find Next" msgstr "" #: editor/plugins/script_editor_plugin.cpp +msgid "Filter scripts" +msgstr "" + +#: editor/plugins/script_editor_plugin.cpp msgid "Toggle alphabetical sorting of the method list." msgstr "" #: editor/plugins/script_editor_plugin.cpp +msgid "Filter methods" +msgstr "" + +#: editor/plugins/script_editor_plugin.cpp msgid "Sort" msgstr "" @@ -6178,18 +6248,21 @@ msgid "Syntax Highlighter" msgstr "" #: editor/plugins/script_text_editor.cpp +msgid "Go To" +msgstr "" + +#: editor/plugins/script_text_editor.cpp #: editor/plugins/shader_editor_plugin.cpp editor/plugins/text_editor.cpp msgid "Bookmarks" msgstr "" -#: editor/plugins/script_text_editor.cpp scene/gui/line_edit.cpp -#: scene/gui/text_edit.cpp -msgid "Cut" +#: editor/plugins/script_text_editor.cpp +msgid "Breakpoints" msgstr "" #: editor/plugins/script_text_editor.cpp scene/gui/line_edit.cpp #: scene/gui/text_edit.cpp -msgid "Select All" +msgid "Cut" msgstr "" #: editor/plugins/script_text_editor.cpp @@ -7221,14 +7294,6 @@ msgid "Transpose" msgstr "" #: editor/plugins/tile_map_editor_plugin.cpp -msgid "Mirror X" -msgstr "" - -#: editor/plugins/tile_map_editor_plugin.cpp -msgid "Mirror Y" -msgstr "" - -#: editor/plugins/tile_map_editor_plugin.cpp msgid "Disable Autotile" msgstr "" @@ -7606,6 +7671,10 @@ msgid "Visual Shader Input Type Changed" msgstr "" #: editor/plugins/visual_shader_editor_plugin.cpp +msgid "(GLES3 only)" +msgstr "" + +#: editor/plugins/visual_shader_editor_plugin.cpp msgid "Vertex" msgstr "" @@ -7690,70 +7759,76 @@ msgid "Color uniform." msgstr "" #: editor/plugins/visual_shader_editor_plugin.cpp -msgid "" -"Returns an associated vector if the provided scalars are equal, greater or " -"less." +msgid "Returns the boolean result of the %s comparison between two parameters." msgstr "" #: editor/plugins/visual_shader_editor_plugin.cpp -msgid "" -"Returns an associated vector if the provided boolean value is true or false." +msgid "Equal (==)" msgstr "" #: editor/plugins/visual_shader_editor_plugin.cpp -msgid "Boolean constant." +msgid "Greater Than (>)" msgstr "" #: editor/plugins/visual_shader_editor_plugin.cpp -msgid "Boolean uniform." +msgid "Greater Than or Equal (>=)" msgstr "" #: editor/plugins/visual_shader_editor_plugin.cpp -msgid "'camera' input parameter for all shader modes." +msgid "" +"Returns an associated vector if the provided scalars are equal, greater or " +"less." msgstr "" #: editor/plugins/visual_shader_editor_plugin.cpp -msgid "'inv_camera' input parameter for all shader modes." +msgid "" +"Returns the boolean result of the comparison between INF and a scalar " +"parameter." msgstr "" #: editor/plugins/visual_shader_editor_plugin.cpp -msgid "'inv_projection' input parameter for all shader modes." +msgid "" +"Returns the boolean result of the comparison between NaN and a scalar " +"parameter." msgstr "" #: editor/plugins/visual_shader_editor_plugin.cpp -msgid "'normal' input parameter for all shader modes." +msgid "Less Than (<)" msgstr "" #: editor/plugins/visual_shader_editor_plugin.cpp -msgid "'projection' input parameter for all shader modes." +msgid "Less Than or Equal (<=)" msgstr "" #: editor/plugins/visual_shader_editor_plugin.cpp -msgid "'time' input parameter for all shader modes." +msgid "Not Equal (!=)" msgstr "" #: editor/plugins/visual_shader_editor_plugin.cpp -msgid "'viewport_size' input parameter for all shader modes." +msgid "" +"Returns an associated vector if the provided boolean value is true or false." msgstr "" #: editor/plugins/visual_shader_editor_plugin.cpp -msgid "'world' input parameter for all shader modes." +msgid "Returns the boolean result of the comparison between two parameters." msgstr "" #: editor/plugins/visual_shader_editor_plugin.cpp -msgid "'alpha' input parameter for all shader modes." +msgid "" +"Returns the boolean result of the comparison between INF (or NaN) and a " +"scalar parameter." msgstr "" #: editor/plugins/visual_shader_editor_plugin.cpp -msgid "'color' input parameter for all shader modes." +msgid "Boolean constant." msgstr "" #: editor/plugins/visual_shader_editor_plugin.cpp -msgid "'texture_pixel_size' input parameter for all shader modes." +msgid "Boolean uniform." msgstr "" #: editor/plugins/visual_shader_editor_plugin.cpp -msgid "'uv' input parameter for all shader modes." +msgid "'%s' input parameter for all shader modes." msgstr "" #: editor/plugins/visual_shader_editor_plugin.cpp @@ -7761,203 +7836,27 @@ msgid "Input parameter." msgstr "" #: editor/plugins/visual_shader_editor_plugin.cpp -msgid "'alpha' input parameter for vertex and fragment shader modes." -msgstr "" - -#: editor/plugins/visual_shader_editor_plugin.cpp -msgid "'binormal' input parameter for vertex and fragment shader modes." -msgstr "" - -#: editor/plugins/visual_shader_editor_plugin.cpp -msgid "'color' input parameter for vertex and fragment shader modes." -msgstr "" - -#: editor/plugins/visual_shader_editor_plugin.cpp -msgid "'fragcoord' input parameter for fragment and light shader modes." +msgid "'%s' input parameter for vertex and fragment shader modes." msgstr "" #: editor/plugins/visual_shader_editor_plugin.cpp -msgid "'point_coord' input parameter for fragment shader mode." +msgid "'%s' input parameter for fragment and light shader modes." msgstr "" #: editor/plugins/visual_shader_editor_plugin.cpp -msgid "'screen_uv' input parameter for fragment shader mode." +msgid "'%s' input parameter for fragment shader mode." msgstr "" #: editor/plugins/visual_shader_editor_plugin.cpp -msgid "'side' input parameter for fragment shader mode." +msgid "'%s' input parameter for light shader mode." msgstr "" #: editor/plugins/visual_shader_editor_plugin.cpp -msgid "'tangent' input parameter for vertex and fragment shader modes." +msgid "'%s' input parameter for vertex shader mode." msgstr "" #: editor/plugins/visual_shader_editor_plugin.cpp -msgid "'uv' input parameter for vertex and fragment shader modes." -msgstr "" - -#: editor/plugins/visual_shader_editor_plugin.cpp -msgid "'uv2' input parameter for vertex and fragment shader modes." -msgstr "" - -#: editor/plugins/visual_shader_editor_plugin.cpp -msgid "'vertex' input parameter for vertex and fragment shader modes." -msgstr "" - -#: editor/plugins/visual_shader_editor_plugin.cpp -msgid "'view' input parameter for fragment and light shader modes." -msgstr "" - -#: editor/plugins/visual_shader_editor_plugin.cpp -msgid "'albedo' input parameter for light shader mode." -msgstr "" - -#: editor/plugins/visual_shader_editor_plugin.cpp -msgid "'attenuation' input parameter for light shader mode." -msgstr "" - -#: editor/plugins/visual_shader_editor_plugin.cpp -msgid "'diffuse' input parameter for light shader mode." -msgstr "" - -#: editor/plugins/visual_shader_editor_plugin.cpp -msgid "'light' input parameter for light shader mode." -msgstr "" - -#: editor/plugins/visual_shader_editor_plugin.cpp -msgid "'light_color' input parameter for light shader mode." -msgstr "" - -#: editor/plugins/visual_shader_editor_plugin.cpp -msgid "'roughness' input parameter for light shader mode." -msgstr "" - -#: editor/plugins/visual_shader_editor_plugin.cpp -msgid "'specular' input parameter for light shader mode." -msgstr "" - -#: editor/plugins/visual_shader_editor_plugin.cpp -msgid "'transmission' input parameter for light shader mode." -msgstr "" - -#: editor/plugins/visual_shader_editor_plugin.cpp -msgid "'modelview' input parameter for vertex shader mode." -msgstr "" - -#: editor/plugins/visual_shader_editor_plugin.cpp -msgid "'point_size' input parameter for vertex shader mode." -msgstr "" - -#: editor/plugins/visual_shader_editor_plugin.cpp -msgid "'tangent' input parameter for vertex and fragment shader mode." -msgstr "" - -#: editor/plugins/visual_shader_editor_plugin.cpp -msgid "'light_pass' input parameter for vertex and fragment shader modes." -msgstr "" - -#: editor/plugins/visual_shader_editor_plugin.cpp -msgid "'point_coord' input parameter for fragment and light shader modes." -msgstr "" - -#: editor/plugins/visual_shader_editor_plugin.cpp -msgid "'screen_pixel_size' input parameter for fragment shader mode." -msgstr "" - -#: editor/plugins/visual_shader_editor_plugin.cpp -msgid "'screen_uv' input parameter for fragment and light shader modes." -msgstr "" - -#: editor/plugins/visual_shader_editor_plugin.cpp -msgid "'light_alpha' input parameter for light shader mode." -msgstr "" - -#: editor/plugins/visual_shader_editor_plugin.cpp -msgid "'light_height' input parameter for light shader mode." -msgstr "" - -#: editor/plugins/visual_shader_editor_plugin.cpp -msgid "'light_uv' input parameter for light shader mode." -msgstr "" - -#: editor/plugins/visual_shader_editor_plugin.cpp -msgid "'light_vec' input parameter for light shader mode." -msgstr "" - -#: editor/plugins/visual_shader_editor_plugin.cpp -msgid "'normal' input parameter for light shader mode." -msgstr "" - -#: editor/plugins/visual_shader_editor_plugin.cpp -msgid "'shadow_color' input parameter for light shader mode." -msgstr "" - -#: editor/plugins/visual_shader_editor_plugin.cpp -msgid "'extra' input parameter for vertex shader mode." -msgstr "" - -#: editor/plugins/visual_shader_editor_plugin.cpp -msgid "'projection' input parameter for vertex shader mode." -msgstr "" - -#: editor/plugins/visual_shader_editor_plugin.cpp -msgid "'vertex' input parameter for vertex shader mode." -msgstr "" - -#: editor/plugins/visual_shader_editor_plugin.cpp -msgid "'world' input parameter for vertex shader mode." -msgstr "" - -#: editor/plugins/visual_shader_editor_plugin.cpp -msgid "'active' input parameter for vertex shader mode." -msgstr "" - -#: editor/plugins/visual_shader_editor_plugin.cpp -msgid "'alpha' input parameter for vertex shader mode." -msgstr "" - -#: editor/plugins/visual_shader_editor_plugin.cpp -msgid "'color' input parameter for vertex shader mode." -msgstr "" - -#: editor/plugins/visual_shader_editor_plugin.cpp -msgid "'custom' input parameter for vertex shader mode." -msgstr "" - -#: editor/plugins/visual_shader_editor_plugin.cpp -msgid "'custom_alpha' input parameter for vertex shader mode." -msgstr "" - -#: editor/plugins/visual_shader_editor_plugin.cpp -msgid "'delta' input parameter for vertex shader mode." -msgstr "" - -#: editor/plugins/visual_shader_editor_plugin.cpp -msgid "'emission_transform' input parameter for vertex shader mode." -msgstr "" - -#: editor/plugins/visual_shader_editor_plugin.cpp -msgid "'index' input parameter for vertex shader mode." -msgstr "" - -#: editor/plugins/visual_shader_editor_plugin.cpp -msgid "'lifetime' input parameter for vertex shader mode." -msgstr "" - -#: editor/plugins/visual_shader_editor_plugin.cpp -msgid "'restart' input parameter for vertex shader mode." -msgstr "" - -#: editor/plugins/visual_shader_editor_plugin.cpp -msgid "'time' input parameter for vertex shader mode." -msgstr "" - -#: editor/plugins/visual_shader_editor_plugin.cpp -msgid "'transform' input parameter for vertex shader mode." -msgstr "" - -#: editor/plugins/visual_shader_editor_plugin.cpp -msgid "'velocity' input parameter for vertex shader mode." +msgid "'%s' input parameter for vertex and fragment shader mode." msgstr "" #: editor/plugins/visual_shader_editor_plugin.cpp @@ -8009,7 +7908,7 @@ msgid "Returns the arc-cosine of the parameter." msgstr "" #: editor/plugins/visual_shader_editor_plugin.cpp -msgid "(GLES3 only) Returns the inverse hyperbolic cosine of the parameter." +msgid "Returns the inverse hyperbolic cosine of the parameter." msgstr "" #: editor/plugins/visual_shader_editor_plugin.cpp @@ -8017,7 +7916,7 @@ msgid "Returns the arc-sine of the parameter." msgstr "" #: editor/plugins/visual_shader_editor_plugin.cpp -msgid "(GLES3 only) Returns the inverse hyperbolic sine of the parameter." +msgid "Returns the inverse hyperbolic sine of the parameter." msgstr "" #: editor/plugins/visual_shader_editor_plugin.cpp @@ -8029,7 +7928,7 @@ msgid "Returns the arc-tangent of the parameters." msgstr "" #: editor/plugins/visual_shader_editor_plugin.cpp -msgid "(GLES3 only) Returns the inverse hyperbolic tangent of the parameter." +msgid "Returns the inverse hyperbolic tangent of the parameter." msgstr "" #: editor/plugins/visual_shader_editor_plugin.cpp @@ -8046,7 +7945,7 @@ msgid "Returns the cosine of the parameter." msgstr "" #: editor/plugins/visual_shader_editor_plugin.cpp -msgid "(GLES3 only) Returns the hyperbolic cosine of the parameter." +msgid "Returns the hyperbolic cosine of the parameter." msgstr "" #: editor/plugins/visual_shader_editor_plugin.cpp @@ -8115,11 +8014,11 @@ msgid "1.0 / scalar" msgstr "" #: editor/plugins/visual_shader_editor_plugin.cpp -msgid "(GLES3 only) Finds the nearest integer to the parameter." +msgid "Finds the nearest integer to the parameter." msgstr "" #: editor/plugins/visual_shader_editor_plugin.cpp -msgid "(GLES3 only) Finds the nearest even integer to the parameter." +msgid "Finds the nearest even integer to the parameter." msgstr "" #: editor/plugins/visual_shader_editor_plugin.cpp @@ -8135,7 +8034,7 @@ msgid "Returns the sine of the parameter." msgstr "" #: editor/plugins/visual_shader_editor_plugin.cpp -msgid "(GLES3 only) Returns the hyperbolic sine of the parameter." +msgid "Returns the hyperbolic sine of the parameter." msgstr "" #: editor/plugins/visual_shader_editor_plugin.cpp @@ -8163,11 +8062,11 @@ msgid "Returns the tangent of the parameter." msgstr "" #: editor/plugins/visual_shader_editor_plugin.cpp -msgid "(GLES3 only) Returns the hyperbolic tangent of the parameter." +msgid "Returns the hyperbolic tangent of the parameter." msgstr "" #: editor/plugins/visual_shader_editor_plugin.cpp -msgid "(GLES3 only) Finds the truncated value of the parameter." +msgid "Finds the truncated value of the parameter." msgstr "" #: editor/plugins/visual_shader_editor_plugin.cpp @@ -8207,11 +8106,15 @@ msgid "Perform the texture lookup." msgstr "" #: editor/plugins/visual_shader_editor_plugin.cpp -msgid "Cubic texture uniform." +msgid "Cubic texture uniform lookup." +msgstr "" + +#: editor/plugins/visual_shader_editor_plugin.cpp +msgid "2D texture uniform lookup." msgstr "" #: editor/plugins/visual_shader_editor_plugin.cpp -msgid "2D texture uniform." +msgid "2D texture uniform lookup with triplanar." msgstr "" #: editor/plugins/visual_shader_editor_plugin.cpp @@ -8220,7 +8123,7 @@ msgstr "" #: editor/plugins/visual_shader_editor_plugin.cpp msgid "" -"(GLES3 only) Calculate the outer product of a pair of vectors.\n" +"Calculate the outer product of a pair of vectors.\n" "\n" "OuterProduct treats the first parameter 'c' as a column vector (matrix with " "one column) and the second parameter 'r' as a row vector (matrix with one " @@ -8238,15 +8141,15 @@ msgid "Decomposes transform to four vectors." msgstr "" #: editor/plugins/visual_shader_editor_plugin.cpp -msgid "(GLES3 only) Calculates the determinant of a transform." +msgid "Calculates the determinant of a transform." msgstr "" #: editor/plugins/visual_shader_editor_plugin.cpp -msgid "(GLES3 only) Calculates the inverse of a transform." +msgid "Calculates the inverse of a transform." msgstr "" #: editor/plugins/visual_shader_editor_plugin.cpp -msgid "(GLES3 only) Calculates the transpose of a transform." +msgid "Calculates the transpose of a transform." msgstr "" #: editor/plugins/visual_shader_editor_plugin.cpp @@ -8295,7 +8198,7 @@ msgstr "" #: editor/plugins/visual_shader_editor_plugin.cpp msgid "" -"Returns a vector that points in the same direction as a reference vector. " +"Returns the vector that points in the same direction as a reference vector. " "The function has three vector parameters : N, the vector to orient, I, the " "incident vector, and Nref, the reference vector. If the dot product of I and " "Nref is smaller than zero the return value is N. Otherwise -N is returned." @@ -8323,12 +8226,12 @@ msgstr "" #: editor/plugins/visual_shader_editor_plugin.cpp msgid "" -"Returns a vector that points in the direction of reflection ( a : incident " +"Returns the vector that points in the direction of reflection ( a : incident " "vector, b : normal vector )." msgstr "" #: editor/plugins/visual_shader_editor_plugin.cpp -msgid "Returns a vector that points in the direction of refraction." +msgid "Returns the vector that points in the direction of refraction." msgstr "" #: editor/plugins/visual_shader_editor_plugin.cpp @@ -8405,47 +8308,47 @@ msgid "" msgstr "" #: editor/plugins/visual_shader_editor_plugin.cpp -msgid "(GLES3 only) (Fragment/Light mode only) Scalar derivative function." +msgid "(Fragment/Light mode only) Scalar derivative function." msgstr "" #: editor/plugins/visual_shader_editor_plugin.cpp -msgid "(GLES3 only) (Fragment/Light mode only) Vector derivative function." +msgid "(Fragment/Light mode only) Vector derivative function." msgstr "" #: editor/plugins/visual_shader_editor_plugin.cpp msgid "" -"(GLES3 only) (Fragment/Light mode only) (Vector) Derivative in 'x' using " -"local differencing." +"(Fragment/Light mode only) (Vector) Derivative in 'x' using local " +"differencing." msgstr "" #: editor/plugins/visual_shader_editor_plugin.cpp msgid "" -"(GLES3 only) (Fragment/Light mode only) (Scalar) Derivative in 'x' using " -"local differencing." +"(Fragment/Light mode only) (Scalar) Derivative in 'x' using local " +"differencing." msgstr "" #: editor/plugins/visual_shader_editor_plugin.cpp msgid "" -"(GLES3 only) (Fragment/Light mode only) (Vector) Derivative in 'y' using " -"local differencing." +"(Fragment/Light mode only) (Vector) Derivative in 'y' using local " +"differencing." msgstr "" #: editor/plugins/visual_shader_editor_plugin.cpp msgid "" -"(GLES3 only) (Fragment/Light mode only) (Scalar) Derivative in 'y' using " -"local differencing." +"(Fragment/Light mode only) (Scalar) Derivative in 'y' using local " +"differencing." msgstr "" #: editor/plugins/visual_shader_editor_plugin.cpp msgid "" -"(GLES3 only) (Fragment/Light mode only) (Vector) Sum of absolute derivative " -"in 'x' and 'y'." +"(Fragment/Light mode only) (Vector) Sum of absolute derivative in 'x' and " +"'y'." msgstr "" #: editor/plugins/visual_shader_editor_plugin.cpp msgid "" -"(GLES3 only) (Fragment/Light mode only) (Scalar) Sum of absolute derivative " -"in 'x' and 'y'." +"(Fragment/Light mode only) (Scalar) Sum of absolute derivative in 'x' and " +"'y'." msgstr "" #: editor/plugins/visual_shader_editor_plugin.cpp @@ -9584,6 +9487,10 @@ msgid "Add Child Node" msgstr "" #: editor/scene_tree_dock.cpp +msgid "Expand/Collapse All" +msgstr "" + +#: editor/scene_tree_dock.cpp msgid "Change Type" msgstr "" @@ -9612,7 +9519,7 @@ msgid "Delete (No Confirm)" msgstr "" #: editor/scene_tree_dock.cpp -msgid "Add/Create a New Node" +msgid "Add/Create a New Node." msgstr "" #: editor/scene_tree_dock.cpp @@ -9794,7 +9701,7 @@ msgid "Script is valid." msgstr "" #: editor/script_create_dialog.cpp -msgid "Allowed: a-z, A-Z, 0-9 and _" +msgid "Allowed: a-z, A-Z, 0-9, _ and ." msgstr "" #: editor/script_create_dialog.cpp @@ -9849,7 +9756,7 @@ msgstr "" msgid "Pick one or more items from the list to display the graph." msgstr "" -#: editor/script_editor_debugger.cpp modules/mono/editor/mono_bottom_panel.cpp +#: editor/script_editor_debugger.cpp msgid "Errors" msgstr "" @@ -10249,54 +10156,6 @@ msgstr "" msgid "Class name can't be a reserved keyword" msgstr "" -#: modules/mono/editor/godotsharp_editor.cpp -msgid "Generating solution..." -msgstr "" - -#: modules/mono/editor/godotsharp_editor.cpp -msgid "Generating C# project..." -msgstr "" - -#: modules/mono/editor/godotsharp_editor.cpp -msgid "Failed to create solution." -msgstr "" - -#: modules/mono/editor/godotsharp_editor.cpp -msgid "Failed to save solution." -msgstr "" - -#: modules/mono/editor/godotsharp_editor.cpp -msgid "Done" -msgstr "" - -#: modules/mono/editor/godotsharp_editor.cpp -msgid "Failed to create C# project." -msgstr "" - -#: modules/mono/editor/godotsharp_editor.cpp -msgid "Mono" -msgstr "" - -#: modules/mono/editor/godotsharp_editor.cpp -msgid "About C# support" -msgstr "" - -#: modules/mono/editor/godotsharp_editor.cpp -msgid "Create C# solution" -msgstr "" - -#: modules/mono/editor/mono_bottom_panel.cpp -msgid "Builds" -msgstr "" - -#: modules/mono/editor/mono_bottom_panel.cpp -msgid "Build Project" -msgstr "" - -#: modules/mono/editor/mono_bottom_panel.cpp -msgid "View log" -msgstr "" - #: modules/mono/mono_gd/gd_mono_utils.cpp msgid "End of inner exception stack trace" msgstr "" @@ -10873,7 +10732,7 @@ msgstr "" #: scene/2d/animated_sprite.cpp msgid "" -"A SpriteFrames resource must be created or set in the 'Frames' property in " +"A SpriteFrames resource must be created or set in the \"Frames\" property in " "order for AnimatedSprite to display frames." msgstr "" @@ -10922,7 +10781,7 @@ msgstr "" #: scene/2d/light_2d.cpp msgid "" -"A texture with the shape of the light must be supplied to the 'texture' " +"A texture with the shape of the light must be supplied to the \"Texture\" " "property." msgstr "" @@ -10932,7 +10791,7 @@ msgid "" msgstr "" #: scene/2d/light_occluder_2d.cpp -msgid "The occluder polygon for this occluder is empty. Please draw a polygon!" +msgid "The occluder polygon for this occluder is empty. Please draw a polygon." msgstr "" #: scene/2d/navigation_polygon.cpp @@ -10999,14 +10858,21 @@ msgid "" "This bone lacks a proper REST pose. Go to the Skeleton2D node and set one." msgstr "" +#: scene/2d/tile_map.cpp +msgid "" +"TileMap with Use Parent on needs a parent CollisionObject2D to give shapes " +"to. Please use it as a child of Area2D, StaticBody2D, RigidBody2D, " +"KinematicBody2D, etc. to give them a shape." +msgstr "" + #: scene/2d/visibility_notifier_2d.cpp msgid "" -"VisibilityEnable2D works best when used with the edited scene root directly " +"VisibilityEnabler2D works best when used with the edited scene root directly " "as parent." msgstr "" #: scene/3d/arvr_nodes.cpp -msgid "ARVRCamera must have an ARVROrigin node as its parent" +msgid "ARVRCamera must have an ARVROrigin node as its parent." msgstr "" #: scene/3d/arvr_nodes.cpp @@ -11085,7 +10951,7 @@ msgstr "" #: scene/3d/collision_shape.cpp msgid "" "A shape must be provided for CollisionShape to function. Please create a " -"shape resource for it!" +"shape resource for it." msgstr "" #: scene/3d/collision_shape.cpp @@ -11114,6 +10980,10 @@ msgid "" "Use a BakedLightmap instead." msgstr "" +#: scene/3d/light.cpp +msgid "A SpotLight with an angle wider than 90 degrees cannot cast shadows." +msgstr "" + #: scene/3d/navigation_mesh.cpp msgid "A NavigationMesh resource must be set or created for this node to work." msgstr "" @@ -11148,8 +11018,8 @@ msgstr "" #: scene/3d/path.cpp msgid "" -"PathFollow ROTATION_ORIENTED requires \"Up Vector\" enabled in its parent " -"Path's Curve resource." +"PathFollow's ROTATION_ORIENTED requires \"Up Vector\" to be enabled in its " +"parent Path's Curve resource." msgstr "" #: scene/3d/physics_body.cpp @@ -11160,7 +11030,9 @@ msgid "" msgstr "" #: scene/3d/remote_transform.cpp -msgid "Path property must point to a valid Spatial node to work." +msgid "" +"The \"Remote Path\" property must point to a valid Spatial or Spatial-" +"derived node to work." msgstr "" #: scene/3d/soft_body.cpp @@ -11176,7 +11048,7 @@ msgstr "" #: scene/3d/sprite_3d.cpp msgid "" -"A SpriteFrames resource must be created or set in the 'Frames' property in " +"A SpriteFrames resource must be created or set in the \"Frames\" property in " "order for AnimatedSprite3D to display frames." msgstr "" @@ -11187,7 +11059,9 @@ msgid "" msgstr "" #: scene/3d/world_environment.cpp -msgid "WorldEnvironment needs an Environment resource." +msgid "" +"WorldEnvironment requires its \"Environment\" property to contain an " +"Environment to have a visible effect." msgstr "" #: scene/3d/world_environment.cpp @@ -11222,7 +11096,7 @@ msgid "Nothing connected to input '%s' of node '%s'." msgstr "" #: scene/animation/animation_tree.cpp -msgid "A root AnimationNode for the graph is not set." +msgid "No root AnimationNode for the graph is set." msgstr "" #: scene/animation/animation_tree.cpp @@ -11234,7 +11108,7 @@ msgid "Path set for AnimationPlayer does not lead to an AnimationPlayer node." msgstr "" #: scene/animation/animation_tree.cpp -msgid "AnimationPlayer root is not a valid node." +msgid "The AnimationPlayer root node is not a valid node." msgstr "" #: scene/animation/animation_tree_player.cpp @@ -11246,7 +11120,11 @@ msgid "Pick a color from the screen." msgstr "" #: scene/gui/color_picker.cpp -msgid "Raw Mode" +msgid "HSV" +msgstr "" + +#: scene/gui/color_picker.cpp +msgid "Raw" msgstr "" #: scene/gui/color_picker.cpp @@ -11259,10 +11137,15 @@ msgstr "" #: scene/gui/container.cpp msgid "" -"Container by itself serves no purpose unless a script configures it's " +"Container by itself serves no purpose unless a script configures its " "children placement behavior.\n" -"If you don't intend to add a script, then please use a plain 'Control' node " -"instead." +"If you don't intend to add a script, use a plain Control node instead." +msgstr "" + +#: scene/gui/control.cpp +msgid "" +"The Hint Tooltip won't be displayed as the control's Mouse Filter is set to " +"\"Ignore\". To solve this, set the Mouse Filter to \"Stop\" or \"Pass\"." msgstr "" #: scene/gui/dialogs.cpp @@ -11276,18 +11159,18 @@ msgstr "" #: scene/gui/popup.cpp msgid "" "Popups will hide by default unless you call popup() or any of the popup*() " -"functions. Making them visible for editing is fine though, but they will " -"hide upon running." +"functions. Making them visible for editing is fine, but they will hide upon " +"running." msgstr "" #: scene/gui/range.cpp -msgid "If exp_edit is true min_value must be > 0." +msgid "If \"Exp Edit\" is enabled, \"Min Value\" must be greater than 0." msgstr "" #: scene/gui/scroll_container.cpp msgid "" "ScrollContainer is intended to work with a single child control.\n" -"Use a container as child (VBox,HBox,etc), or a Control and set the custom " +"Use a container as child (VBox, HBox, etc.), or a Control and set the custom " "minimum size manually." msgstr "" @@ -11330,9 +11213,17 @@ msgid "Input" msgstr "" #: scene/resources/visual_shader_nodes.cpp +msgid "Invalid source for preview." +msgstr "" + +#: scene/resources/visual_shader_nodes.cpp msgid "Invalid source for shader." msgstr "" +#: scene/resources/visual_shader_nodes.cpp +msgid "Invalid comparison function for that type." +msgstr "" + #: servers/visual/shader_language.cpp msgid "Assignment to function." msgstr "" |