diff options
Diffstat (limited to 'editor/translations/et.po')
-rw-r--r-- | editor/translations/et.po | 1975 |
1 files changed, 1596 insertions, 379 deletions
diff --git a/editor/translations/et.po b/editor/translations/et.po index 43720cc344..5e5c7e153b 100644 --- a/editor/translations/et.po +++ b/editor/translations/et.po @@ -64,6 +64,14 @@ msgstr "" msgid "Mirror" msgstr "" +#: editor/animation_bezier_editor.cpp editor/editor_profiler.cpp +msgid "Time:" +msgstr "" + +#: editor/animation_bezier_editor.cpp +msgid "Value:" +msgstr "" + #: editor/animation_bezier_editor.cpp msgid "Insert Key Here" msgstr "" @@ -281,11 +289,13 @@ msgid "Create %d NEW tracks and insert keys?" msgstr "" #: editor/animation_track_editor.cpp editor/create_dialog.cpp -#: editor/editor_audio_buses.cpp editor/editor_plugin_settings.cpp -#: editor/plugin_config_dialog.cpp +#: editor/editor_audio_buses.cpp editor/editor_feature_profile.cpp +#: editor/editor_plugin_settings.cpp editor/plugin_config_dialog.cpp #: editor/plugins/abstract_polygon_2d_editor.cpp #: editor/plugins/mesh_instance_editor_plugin.cpp -#: editor/plugins/particles_editor_plugin.cpp editor/script_create_dialog.cpp +#: editor/plugins/particles_editor_plugin.cpp +#: editor/plugins/visual_shader_editor_plugin.cpp +#: editor/script_create_dialog.cpp msgid "Create" msgstr "" @@ -395,6 +405,32 @@ msgid "" msgstr "" #: editor/animation_track_editor.cpp +msgid "" +"This animation belongs to an imported scene, so changes to imported tracks " +"will not be saved.\n" +"\n" +"To enable the ability to add custom tracks, navigate to the scene's import " +"settings and set\n" +"\"Animation > Storage\" to \"Files\", enable \"Animation > Keep Custom Tracks" +"\", then re-import.\n" +"Alternatively, use an import preset that imports animations to separate " +"files." +msgstr "" + +#: editor/animation_track_editor.cpp +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 "" + +#: editor/animation_track_editor.cpp +msgid "Select None" +msgstr "" + +#: editor/animation_track_editor.cpp msgid "Only show tracks from nodes selected in tree." msgstr "" @@ -527,7 +563,8 @@ msgstr "" msgid "Select tracks to copy:" msgstr "" -#: editor/animation_track_editor.cpp editor/editor_properties.cpp +#: editor/animation_track_editor.cpp editor/editor_log.cpp +#: editor/editor_properties.cpp #: editor/plugins/animation_player_editor_plugin.cpp #: editor/plugins/script_text_editor.cpp #: editor/plugins/sprite_frames_editor_plugin.cpp editor/property_editor.cpp @@ -567,6 +604,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 "" @@ -595,6 +636,11 @@ msgstr "" msgid "Selection Only" msgstr "" +#: editor/code_editor.cpp editor/plugins/script_text_editor.cpp +#: editor/plugins/text_editor.cpp +msgid "Standard" +msgstr "" + #: editor/code_editor.cpp editor/plugins/canvas_item_editor_plugin.cpp #: editor/plugins/texture_region_editor_plugin.cpp #: editor/plugins/tile_set_editor_plugin.cpp scene/gui/graph_edit.cpp @@ -611,7 +657,7 @@ msgstr "" msgid "Reset Zoom" msgstr "" -#: editor/code_editor.cpp modules/mono/editor/mono_bottom_panel.cpp +#: editor/code_editor.cpp msgid "Warnings" msgstr "" @@ -620,17 +666,29 @@ msgid "Line and column numbers." msgstr "" #: editor/connections_dialog.cpp -msgid "Method in target Node must be specified!" +msgid "Method in target node must be specified." msgstr "" #: editor/connections_dialog.cpp msgid "" -"Target method not found! Specify a valid method or attach a script to target " -"Node." +"Target method not found. Specify a valid method or attach a script to the " +"target node." +msgstr "" + +#: editor/connections_dialog.cpp +msgid "Connect to Node:" +msgstr "" + +#: editor/connections_dialog.cpp +msgid "Connect to Script:" +msgstr "" + +#: editor/connections_dialog.cpp +msgid "From Signal:" msgstr "" #: editor/connections_dialog.cpp -msgid "Connect To Node:" +msgid "Scene does not contain any script." msgstr "" #: editor/connections_dialog.cpp editor/editor_autoload_settings.cpp @@ -640,10 +698,12 @@ msgid "Add" msgstr "" #: editor/connections_dialog.cpp editor/dependency_editor.cpp -#: editor/groups_editor.cpp editor/plugins/animation_player_editor_plugin.cpp +#: editor/editor_feature_profile.cpp editor/groups_editor.cpp +#: editor/plugins/animation_player_editor_plugin.cpp #: editor/plugins/animation_tree_player_editor_plugin.cpp #: editor/plugins/resource_preloader_editor_plugin.cpp -#: editor/plugins/theme_editor_plugin.cpp editor/project_manager.cpp +#: editor/plugins/theme_editor_plugin.cpp +#: editor/plugins/visual_shader_editor_plugin.cpp editor/project_manager.cpp #: editor/project_settings_editor.cpp msgid "Remove" msgstr "" @@ -657,21 +717,30 @@ msgid "Extra Call Arguments:" msgstr "" #: editor/connections_dialog.cpp -msgid "Path to Node:" +msgid "Advanced" msgstr "" #: editor/connections_dialog.cpp -msgid "Make Function" +msgid "Deferred" msgstr "" #: editor/connections_dialog.cpp -msgid "Deferred" +msgid "" +"Defers the signal, storing it in a queue and only firing it at idle time." msgstr "" #: editor/connections_dialog.cpp msgid "Oneshot" msgstr "" +#: editor/connections_dialog.cpp +msgid "Disconnects the signal after its first emission." +msgstr "" + +#: editor/connections_dialog.cpp +msgid "Cannot connect signal" +msgstr "" + #: editor/connections_dialog.cpp editor/dependency_editor.cpp #: editor/export_template_manager.cpp editor/groups_editor.cpp #: editor/plugins/animation_player_editor_plugin.cpp @@ -691,6 +760,10 @@ msgid "Connect" msgstr "" #: editor/connections_dialog.cpp +msgid "Signal:" +msgstr "" + +#: editor/connections_dialog.cpp msgid "Connect '%s' to '%s'" msgstr "" @@ -712,11 +785,11 @@ msgid "Disconnect" msgstr "" #: editor/connections_dialog.cpp -msgid "Connect Signal: " +msgid "Connect a Signal to a Method" msgstr "" #: editor/connections_dialog.cpp -msgid "Edit Connection: " +msgid "Edit Connection:" msgstr "" #: editor/connections_dialog.cpp @@ -748,7 +821,6 @@ msgid "Change %s Type" msgstr "" #: editor/create_dialog.cpp editor/project_settings_editor.cpp -#: modules/visual_script/visual_script_editor.cpp msgid "Change" msgstr "" @@ -779,7 +851,8 @@ msgid "Matches:" msgstr "" #: editor/create_dialog.cpp editor/plugin_config_dialog.cpp -#: editor/plugins/asset_library_editor_plugin.cpp editor/property_selector.cpp +#: editor/plugins/asset_library_editor_plugin.cpp +#: editor/plugins/visual_shader_editor_plugin.cpp editor/property_selector.cpp #: modules/visual_script/visual_script_property_selector.cpp msgid "Description:" msgstr "" @@ -795,13 +868,13 @@ msgstr "" #: editor/dependency_editor.cpp msgid "" "Scene '%s' is currently being edited.\n" -"Changes will not take effect unless reloaded." +"Changes will only take effect when reloaded." msgstr "" #: editor/dependency_editor.cpp msgid "" "Resource '%s' is in use.\n" -"Changes will take effect when reloaded." +"Changes will only take effect when reloaded." msgstr "" #: editor/dependency_editor.cpp @@ -849,7 +922,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 @@ -892,21 +965,13 @@ msgid "Permanently delete %d item(s)? (No undo!)" msgstr "" #: editor/dependency_editor.cpp -msgid "Owns" -msgstr "" - -#: editor/dependency_editor.cpp -msgid "Resources Without Explicit Ownership:" +msgid "Show Dependencies" msgstr "" #: editor/dependency_editor.cpp editor/editor_node.cpp msgid "Orphan Resource Explorer" msgstr "" -#: editor/dependency_editor.cpp -msgid "Delete selected files?" -msgstr "" - #: editor/dependency_editor.cpp editor/editor_audio_buses.cpp #: editor/editor_file_dialog.cpp editor/editor_node.cpp #: editor/filesystem_dock.cpp editor/plugins/item_list_editor_plugin.cpp @@ -915,6 +980,14 @@ msgstr "" msgid "Delete" msgstr "" +#: editor/dependency_editor.cpp +msgid "Owns" +msgstr "" + +#: editor/dependency_editor.cpp +msgid "Resources Without Explicit Ownership:" +msgstr "" + #: editor/dictionary_property_edit.cpp msgid "Change Dictionary Key" msgstr "" @@ -1024,7 +1097,7 @@ msgstr "" msgid "Success!" msgstr "" -#: editor/editor_asset_installer.cpp +#: editor/editor_asset_installer.cpp editor/editor_node.cpp #: editor/plugins/asset_library_editor_plugin.cpp msgid "Install" msgstr "" @@ -1151,7 +1224,11 @@ msgid "Open Audio Bus Layout" msgstr "" #: editor/editor_audio_buses.cpp -msgid "There is no 'res://default_bus_layout.tres' file." +msgid "There is no '%s' file." +msgstr "" + +#: editor/editor_audio_buses.cpp editor/plugins/canvas_item_editor_plugin.cpp +msgid "Layout" msgstr "" #: editor/editor_audio_buses.cpp @@ -1205,15 +1282,19 @@ msgid "Valid characters:" msgstr "" #: editor/editor_autoload_settings.cpp -msgid "Invalid name. Must not collide with an existing engine class name." +msgid "Must not collide with an existing engine class name." +msgstr "" + +#: editor/editor_autoload_settings.cpp +msgid "Must not collide with an existing built-in type name." msgstr "" #: editor/editor_autoload_settings.cpp -msgid "Invalid name. Must not collide with an existing buit-in type name." +msgid "Must not collide with an existing global constant name." msgstr "" #: editor/editor_autoload_settings.cpp -msgid "Invalid name. Must not collide with an existing global constant name." +msgid "Keyword cannot be used as an autoload name." msgstr "" #: editor/editor_autoload_settings.cpp @@ -1244,11 +1325,11 @@ msgstr "" msgid "Rearrange Autoloads" msgstr "" -#: editor/editor_autoload_settings.cpp -msgid "Invalid Path." +#: editor/editor_autoload_settings.cpp editor/script_create_dialog.cpp +msgid "Invalid path." msgstr "" -#: editor/editor_autoload_settings.cpp +#: editor/editor_autoload_settings.cpp editor/script_create_dialog.cpp msgid "File does not exist." msgstr "" @@ -1299,7 +1380,7 @@ msgid "[unsaved]" msgstr "" #: editor/editor_dir_dialog.cpp -msgid "Please select a base directory first" +msgid "Please select a base directory first." msgstr "" #: editor/editor_dir_dialog.cpp @@ -1307,7 +1388,8 @@ msgid "Choose a Directory" msgstr "" #: editor/editor_dir_dialog.cpp editor/editor_file_dialog.cpp -#: editor/filesystem_dock.cpp scene/gui/file_dialog.cpp +#: editor/filesystem_dock.cpp editor/project_manager.cpp +#: scene/gui/file_dialog.cpp msgid "Create Folder" msgstr "" @@ -1375,6 +1457,151 @@ 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 "" + +#: editor/editor_feature_profile.cpp +msgid "Script Editor" +msgstr "" + +#: editor/editor_feature_profile.cpp +msgid "Asset Library" +msgstr "" + +#: editor/editor_feature_profile.cpp +msgid "Scene Tree Editing" +msgstr "" + +#: editor/editor_feature_profile.cpp +msgid "Import Dock" +msgstr "" + +#: editor/editor_feature_profile.cpp +msgid "Node Dock" +msgstr "" + +#: editor/editor_feature_profile.cpp +msgid "FileSystem and Import Docks" +msgstr "" + +#: editor/editor_feature_profile.cpp +msgid "Erase profile '%s'? (no undo)" +msgstr "" + +#: editor/editor_feature_profile.cpp +msgid "Profile must be a valid filename and must not contain '.'" +msgstr "" + +#: editor/editor_feature_profile.cpp +msgid "Profile with this name already exists." +msgstr "" + +#: editor/editor_feature_profile.cpp +msgid "(Editor Disabled, Properties Disabled)" +msgstr "" + +#: editor/editor_feature_profile.cpp +msgid "(Properties Disabled)" +msgstr "" + +#: editor/editor_feature_profile.cpp +msgid "(Editor Disabled)" +msgstr "" + +#: editor/editor_feature_profile.cpp +msgid "Class Options:" +msgstr "" + +#: editor/editor_feature_profile.cpp +msgid "Enable Contextual Editor" +msgstr "" + +#: editor/editor_feature_profile.cpp +msgid "Enabled Properties:" +msgstr "" + +#: editor/editor_feature_profile.cpp +msgid "Enabled Features:" +msgstr "" + +#: editor/editor_feature_profile.cpp +msgid "Enabled Classes:" +msgstr "" + +#: editor/editor_feature_profile.cpp +msgid "File '%s' format is invalid, import aborted." +msgstr "" + +#: editor/editor_feature_profile.cpp +msgid "" +"Profile '%s' already exists. Remove it first before importing, import " +"aborted." +msgstr "" + +#: editor/editor_feature_profile.cpp +msgid "Error saving profile to path: '%s'." +msgstr "" + +#: editor/editor_feature_profile.cpp +msgid "Unset" +msgstr "" + +#: editor/editor_feature_profile.cpp +msgid "Current Profile:" +msgstr "" + +#: editor/editor_feature_profile.cpp +msgid "Make Current" +msgstr "" + +#: editor/editor_feature_profile.cpp +#: editor/plugins/animation_player_editor_plugin.cpp +msgid "New" +msgstr "" + +#: editor/editor_feature_profile.cpp editor/editor_node.cpp +#: editor/plugins/asset_library_editor_plugin.cpp editor/project_manager.cpp +msgid "Import" +msgstr "" + +#: editor/editor_feature_profile.cpp editor/editor_node.cpp +#: editor/project_export.cpp +msgid "Export" +msgstr "" + +#: editor/editor_feature_profile.cpp +msgid "Available Profiles:" +msgstr "" + +#: editor/editor_feature_profile.cpp +msgid "Class Options" +msgstr "" + +#: editor/editor_feature_profile.cpp +msgid "New profile name:" +msgstr "" + +#: editor/editor_feature_profile.cpp +msgid "Erase Profile" +msgstr "" + +#: editor/editor_feature_profile.cpp +msgid "Import Profile(s)" +msgstr "" + +#: editor/editor_feature_profile.cpp +msgid "Export Profile" +msgstr "" + +#: editor/editor_feature_profile.cpp +msgid "Manage Editor Feature Profiles" +msgstr "" + #: editor/editor_file_dialog.cpp scene/gui/file_dialog.cpp msgid "Select Current Folder" msgstr "" @@ -1395,8 +1622,8 @@ msgstr "" msgid "Open in File Manager" msgstr "" -#: editor/editor_file_dialog.cpp editor/filesystem_dock.cpp -#: editor/project_manager.cpp +#: editor/editor_file_dialog.cpp editor/editor_node.cpp +#: editor/filesystem_dock.cpp editor/project_manager.cpp msgid "Show in File Manager" msgstr "" @@ -1455,7 +1682,7 @@ msgstr "" msgid "Go Up" msgstr "" -#: editor/editor_file_dialog.cpp +#: editor/editor_file_dialog.cpp scene/gui/file_dialog.cpp msgid "Toggle Hidden Files" msgstr "" @@ -1487,14 +1714,18 @@ msgstr "" msgid "Next Folder" msgstr "" -#: editor/editor_file_dialog.cpp -msgid "Go to parent folder" +#: editor/editor_file_dialog.cpp scene/gui/file_dialog.cpp +msgid "Go to parent folder." msgstr "" #: editor/editor_file_dialog.cpp msgid "(Un)favorite current folder." msgstr "" +#: editor/editor_file_dialog.cpp +msgid "Toggle visibility of hidden files." +msgstr "" + #: editor/editor_file_dialog.cpp editor/filesystem_dock.cpp msgid "View items as a grid of thumbnails." msgstr "" @@ -1509,6 +1740,7 @@ msgstr "" #: editor/editor_file_dialog.cpp editor/plugins/sprite_editor_plugin.cpp #: editor/plugins/style_box_editor_plugin.cpp +#: editor/plugins/theme_editor_plugin.cpp msgid "Preview:" msgstr "" @@ -1525,6 +1757,12 @@ msgid "ScanSources" msgstr "" #: editor/editor_file_system.cpp +msgid "" +"There are multiple importers for different types pointing to file %s, import " +"aborted" +msgstr "" + +#: editor/editor_file_system.cpp msgid "(Re)Importing Assets" msgstr "" @@ -1700,6 +1938,10 @@ msgstr "" msgid "Output:" msgstr "" +#: editor/editor_log.cpp editor/plugins/tile_map_editor_plugin.cpp +msgid "Copy Selection" +msgstr "" + #: editor/editor_log.cpp editor/editor_profiler.cpp #: editor/editor_properties.cpp #: editor/plugins/animation_tree_player_editor_plugin.cpp @@ -1847,7 +2089,7 @@ msgstr "" #: editor/editor_node.cpp msgid "" "This resource belongs to a scene that was instanced or inherited.\n" -"Changes to it will not be kept when saving the current scene." +"Changes to it won't be kept when saving the current scene." msgstr "" #: editor/editor_node.cpp @@ -1858,7 +2100,7 @@ msgstr "" #: editor/editor_node.cpp msgid "" -"This scene was imported, so changes to it will not be kept.\n" +"This scene was imported, so changes to it won't be kept.\n" "Instancing it or inheriting will allow making changes to it.\n" "Please read the documentation relevant to importing scenes to better " "understand this workflow." @@ -1866,7 +2108,7 @@ msgstr "" #: editor/editor_node.cpp msgid "" -"This is a remote object so changes to it will not be kept.\n" +"This is a remote object, so changes to it won't be kept.\n" "Please read the documentation relevant to debugging to better understand " "this workflow." msgstr "" @@ -1876,27 +2118,6 @@ msgid "There is no defined scene to run." msgstr "" #: editor/editor_node.cpp -msgid "" -"No main scene has ever been defined, select one?\n" -"You can change it later in \"Project Settings\" under the 'application' " -"category." -msgstr "" - -#: editor/editor_node.cpp -msgid "" -"Selected scene '%s' does not exist, select a valid one?\n" -"You can change it later in \"Project Settings\" under the 'application' " -"category." -msgstr "" - -#: editor/editor_node.cpp -msgid "" -"Selected scene '%s' is not a scene file, select a valid one?\n" -"You can change it later in \"Project Settings\" under the 'application' " -"category." -msgstr "" - -#: editor/editor_node.cpp msgid "Current scene was never saved, please save it prior to running." msgstr "" @@ -1904,7 +2125,7 @@ msgstr "" msgid "Could not start subprocess!" msgstr "" -#: editor/editor_node.cpp +#: editor/editor_node.cpp editor/filesystem_dock.cpp msgid "Open Scene" msgstr "" @@ -1913,6 +2134,10 @@ msgid "Open Base Scene" msgstr "" #: editor/editor_node.cpp +msgid "Quick Open..." +msgstr "" + +#: editor/editor_node.cpp msgid "Quick Open Scene..." msgstr "" @@ -2074,6 +2299,27 @@ msgid "Clear Recent Scenes" msgstr "" #: editor/editor_node.cpp +msgid "" +"No main scene has ever been defined, select one?\n" +"You can change it later in \"Project Settings\" under the 'application' " +"category." +msgstr "" + +#: editor/editor_node.cpp +msgid "" +"Selected scene '%s' does not exist, select a valid one?\n" +"You can change it later in \"Project Settings\" under the 'application' " +"category." +msgstr "" + +#: editor/editor_node.cpp +msgid "" +"Selected scene '%s' is not a scene file, select a valid one?\n" +"You can change it later in \"Project Settings\" under the 'application' " +"category." +msgstr "" + +#: editor/editor_node.cpp msgid "Save Layout" msgstr "" @@ -2099,6 +2345,18 @@ msgstr "" msgid "Close Tab" msgstr "" +#: editor/editor_node.cpp editor/plugins/script_editor_plugin.cpp +msgid "Close Other Tabs" +msgstr "" + +#: editor/editor_node.cpp +msgid "Close Tabs to the Right" +msgstr "" + +#: editor/editor_node.cpp +msgid "Close All Tabs" +msgstr "" + #: editor/editor_node.cpp msgid "Switch Scene Tab" msgstr "" @@ -2221,10 +2479,6 @@ msgstr "" msgid "Project Settings" msgstr "" -#: editor/editor_node.cpp editor/project_export.cpp -msgid "Export" -msgstr "" - #: editor/editor_node.cpp editor/plugins/tile_set_editor_plugin.cpp msgid "Tools" msgstr "" @@ -2234,6 +2488,10 @@ msgid "Open Project Data Folder" msgstr "" #: editor/editor_node.cpp +msgid "Install Android Build Template" +msgstr "" + +#: editor/editor_node.cpp msgid "Quit to Project List" msgstr "" @@ -2323,10 +2581,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 "" @@ -2338,6 +2616,10 @@ msgstr "" msgid "Open Editor Settings Folder" msgstr "" +#: editor/editor_node.cpp +msgid "Manage Editor Features" +msgstr "" + #: editor/editor_node.cpp editor/project_export.cpp msgid "Manage Export Templates" msgstr "" @@ -2350,6 +2632,7 @@ msgstr "" #: editor/plugins/script_editor_plugin.cpp #: editor/plugins/script_text_editor.cpp #: editor/plugins/shader_editor_plugin.cpp editor/plugins/text_editor.cpp +#: editor/plugins/visual_shader_editor_plugin.cpp #: editor/project_settings_editor.cpp editor/rename_dialog.cpp msgid "Search" msgstr "" @@ -2428,20 +2711,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" -msgstr "" - -#: editor/editor_node.cpp editor/plugins/asset_library_editor_plugin.cpp -#: editor/project_manager.cpp -msgid "Import" +msgid "Hide Update Spinner" msgstr "" #: editor/editor_node.cpp @@ -2469,6 +2747,27 @@ msgid "Don't Save" msgstr "" #: editor/editor_node.cpp +msgid "Android build template is missing, please install relevant templates." +msgstr "" + +#: editor/editor_node.cpp +msgid "Manage Templates" +msgstr "" + +#: editor/editor_node.cpp +msgid "" +"This will install the Android project for custom builds.\n" +"Note that, in order to use it, it needs to be enabled per export preset." +msgstr "" + +#: editor/editor_node.cpp +msgid "" +"Android build template is already installed and it won't be overwritten.\n" +"Remove the \"build\" directory manually before attempting this operation " +"again." +msgstr "" + +#: editor/editor_node.cpp msgid "Import Templates From ZIP File" msgstr "" @@ -2591,10 +2890,6 @@ msgid "Physics Frame %" msgstr "" #: editor/editor_profiler.cpp -msgid "Time:" -msgstr "" - -#: editor/editor_profiler.cpp msgid "Inclusive" msgstr "" @@ -2614,7 +2909,7 @@ msgstr "" msgid "Calls" msgstr "" -#: editor/editor_properties.cpp +#: editor/editor_properties.cpp editor/script_create_dialog.cpp msgid "On" msgstr "" @@ -2712,24 +3007,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" -msgstr "" - -#: editor/editor_run_native.cpp -msgid "Select device from the list" +msgid "Add Key/Value Pair" msgstr "" #: editor/editor_run_native.cpp @@ -2766,6 +3057,10 @@ msgstr "" msgid "Select Node(s) to Import" msgstr "" +#: editor/editor_sub_scene.cpp editor/project_manager.cpp +msgid "Browse" +msgstr "" + #: editor/editor_sub_scene.cpp msgid "Scene Path:" msgstr "" @@ -2928,6 +3223,10 @@ msgid "SSL Handshake Error" msgstr "" #: editor/export_template_manager.cpp +msgid "Uncompressing Android Build Sources" +msgstr "" + +#: editor/export_template_manager.cpp msgid "Current Version:" msgstr "" @@ -2944,7 +3243,7 @@ msgid "Remove Template" msgstr "" #: editor/export_template_manager.cpp -msgid "Select template file" +msgid "Select Template File" msgstr "" #: editor/export_template_manager.cpp @@ -3000,7 +3299,7 @@ msgid "No name provided." msgstr "" #: editor/filesystem_dock.cpp -msgid "Provided name contains invalid characters" +msgid "Provided name contains invalid characters." msgstr "" #: editor/filesystem_dock.cpp @@ -3028,7 +3327,11 @@ msgid "Duplicating folder:" msgstr "" #: editor/filesystem_dock.cpp -msgid "Open Scene(s)" +msgid "New Inherited Scene" +msgstr "" + +#: editor/filesystem_dock.cpp +msgid "Open Scenes" msgstr "" #: editor/filesystem_dock.cpp @@ -3036,11 +3339,11 @@ msgid "Instance" msgstr "" #: editor/filesystem_dock.cpp -msgid "Add to favorites" +msgid "Add to Favorites" msgstr "" #: editor/filesystem_dock.cpp -msgid "Remove from favorites" +msgid "Remove from Favorites" msgstr "" #: editor/filesystem_dock.cpp @@ -3071,11 +3374,13 @@ msgstr "" msgid "New Resource..." msgstr "" -#: editor/filesystem_dock.cpp editor/script_editor_debugger.cpp +#: editor/filesystem_dock.cpp editor/plugins/visual_shader_editor_plugin.cpp +#: editor/script_editor_debugger.cpp msgid "Expand All" msgstr "" -#: editor/filesystem_dock.cpp editor/script_editor_debugger.cpp +#: editor/filesystem_dock.cpp editor/plugins/visual_shader_editor_plugin.cpp +#: editor/script_editor_debugger.cpp msgid "Collapse All" msgstr "" @@ -3087,11 +3392,11 @@ msgid "Rename" msgstr "" #: editor/filesystem_dock.cpp -msgid "Previous Directory" +msgid "Previous Folder/File" msgstr "" #: editor/filesystem_dock.cpp -msgid "Next Directory" +msgid "Next Folder/File" msgstr "" #: editor/filesystem_dock.cpp @@ -3099,7 +3404,7 @@ msgid "Re-Scan Filesystem" msgstr "" #: editor/filesystem_dock.cpp -msgid "Toggle split mode" +msgid "Toggle Split Mode" msgstr "" #: editor/filesystem_dock.cpp @@ -3128,7 +3433,7 @@ msgstr "" msgid "Create Script" msgstr "" -#: editor/find_in_files.cpp +#: editor/find_in_files.cpp editor/plugins/script_editor_plugin.cpp msgid "Find in Files" msgstr "" @@ -3144,6 +3449,12 @@ msgstr "" msgid "Filters:" msgstr "" +#: editor/find_in_files.cpp +msgid "" +"Include the files with the following extensions. Add or remove them in " +"ProjectSettings." +msgstr "" + #: editor/find_in_files.cpp editor/plugins/script_editor_plugin.cpp #: editor/plugins/script_text_editor.cpp msgid "Find..." @@ -3194,6 +3505,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 "" @@ -3572,7 +3884,7 @@ msgid "Open Animation Node" msgstr "" #: editor/plugins/animation_blend_space_2d_editor.cpp -msgid "Triangle already exists" +msgid "Triangle already exists." msgstr "" #: editor/plugins/animation_blend_space_2d_editor.cpp @@ -3647,7 +3959,6 @@ msgid "Node Moved" msgstr "" #: editor/plugins/animation_blend_tree_editor_plugin.cpp -#: editor/plugins/visual_shader_editor_plugin.cpp msgid "Unable to connect, port may be in use or connection may be invalid." msgstr "" @@ -3714,7 +4025,7 @@ msgid "Edit Filtered Tracks:" msgstr "" #: editor/plugins/animation_blend_tree_editor_plugin.cpp -msgid "Enable filtering" +msgid "Enable Filtering" msgstr "" #: editor/plugins/animation_player_editor_plugin.cpp @@ -3829,10 +4140,6 @@ msgid "Animation" msgstr "" #: editor/plugins/animation_player_editor_plugin.cpp -msgid "New" -msgstr "" - -#: editor/plugins/animation_player_editor_plugin.cpp msgid "Edit Transitions..." msgstr "" @@ -3849,11 +4156,11 @@ msgid "Autoplay on Load" msgstr "" #: editor/plugins/animation_player_editor_plugin.cpp -msgid "Onion Skinning" +msgid "Enable Onion Skinning" msgstr "" #: editor/plugins/animation_player_editor_plugin.cpp -msgid "Enable Onion Skinning" +msgid "Onion Skinning Options" msgstr "" #: editor/plugins/animation_player_editor_plugin.cpp @@ -4393,13 +4700,19 @@ msgid "Move CanvasItem" msgstr "" #: editor/plugins/canvas_item_editor_plugin.cpp +msgid "" +"Children of containers have their anchors and margins values overridden by " +"their parent." +msgstr "" + +#: editor/plugins/canvas_item_editor_plugin.cpp msgid "Presets for the anchors and margins values of a Control node." msgstr "" #: editor/plugins/canvas_item_editor_plugin.cpp msgid "" -"Children of containers have their anchors and margins values overridden by " -"their parent." +"When active, moving Control nodes changes their anchors instead of their " +"margins." msgstr "" #: editor/plugins/canvas_item_editor_plugin.cpp @@ -4415,10 +4728,46 @@ msgid "Change Anchors" msgstr "" #: editor/plugins/canvas_item_editor_plugin.cpp +#: editor/plugins/spatial_editor_plugin.cpp +msgid "Lock Selected" +msgstr "" + +#: editor/plugins/canvas_item_editor_plugin.cpp +#: editor/plugins/spatial_editor_plugin.cpp +msgid "Unlock Selected" +msgstr "" + +#: editor/plugins/canvas_item_editor_plugin.cpp +#: editor/plugins/spatial_editor_plugin.cpp +msgid "Group Selected" +msgstr "" + +#: editor/plugins/canvas_item_editor_plugin.cpp +#: editor/plugins/spatial_editor_plugin.cpp +msgid "Ungroup Selected" +msgstr "" + +#: editor/plugins/canvas_item_editor_plugin.cpp msgid "Paste Pose" msgstr "" #: editor/plugins/canvas_item_editor_plugin.cpp +msgid "Create Custom Bone(s) from Node(s)" +msgstr "" + +#: editor/plugins/canvas_item_editor_plugin.cpp +msgid "Clear Bones" +msgstr "" + +#: editor/plugins/canvas_item_editor_plugin.cpp +msgid "Make IK Chain" +msgstr "" + +#: editor/plugins/canvas_item_editor_plugin.cpp +msgid "Clear IK Chain" +msgstr "" + +#: editor/plugins/canvas_item_editor_plugin.cpp msgid "" "Warning: Children of a container get their position and size determined only " "by their parent." @@ -4490,7 +4839,7 @@ msgid "Snapping Options" msgstr "" #: editor/plugins/canvas_item_editor_plugin.cpp -msgid "Snap to grid" +msgid "Snap to Grid" msgstr "" #: editor/plugins/canvas_item_editor_plugin.cpp @@ -4511,31 +4860,31 @@ msgid "Use Pixel Snap" msgstr "" #: editor/plugins/canvas_item_editor_plugin.cpp -msgid "Smart snapping" +msgid "Smart Snapping" msgstr "" #: editor/plugins/canvas_item_editor_plugin.cpp -msgid "Snap to parent" +msgid "Snap to Parent" msgstr "" #: editor/plugins/canvas_item_editor_plugin.cpp -msgid "Snap to node anchor" +msgid "Snap to Node Anchor" msgstr "" #: editor/plugins/canvas_item_editor_plugin.cpp -msgid "Snap to node sides" +msgid "Snap to Node Sides" msgstr "" #: editor/plugins/canvas_item_editor_plugin.cpp -msgid "Snap to node center" +msgid "Snap to Node Center" msgstr "" #: editor/plugins/canvas_item_editor_plugin.cpp -msgid "Snap to other nodes" +msgid "Snap to Other Nodes" msgstr "" #: editor/plugins/canvas_item_editor_plugin.cpp -msgid "Snap to guides" +msgid "Snap to Guides" msgstr "" #: editor/plugins/canvas_item_editor_plugin.cpp @@ -4549,10 +4898,12 @@ msgid "Unlock the selected object (can be moved)." msgstr "" #: editor/plugins/canvas_item_editor_plugin.cpp +#: editor/plugins/spatial_editor_plugin.cpp msgid "Makes sure the object's children are not selectable." msgstr "" #: editor/plugins/canvas_item_editor_plugin.cpp +#: editor/plugins/spatial_editor_plugin.cpp msgid "Restores the object's children's ability to be selected." msgstr "" @@ -4565,14 +4916,6 @@ msgid "Show Bones" msgstr "" #: editor/plugins/canvas_item_editor_plugin.cpp -msgid "Make IK Chain" -msgstr "" - -#: editor/plugins/canvas_item_editor_plugin.cpp -msgid "Clear IK Chain" -msgstr "" - -#: editor/plugins/canvas_item_editor_plugin.cpp msgid "Make Custom Bone(s) from Node(s)" msgstr "" @@ -4623,7 +4966,7 @@ msgid "Frame Selection" msgstr "" #: editor/plugins/canvas_item_editor_plugin.cpp -msgid "Layout" +msgid "Preview Canvas Scale" msgstr "" #: editor/plugins/canvas_item_editor_plugin.cpp @@ -4675,6 +5018,10 @@ msgid "Divide grid step by 2" msgstr "" #: editor/plugins/canvas_item_editor_plugin.cpp +msgid "Pan View" +msgstr "" + +#: editor/plugins/canvas_item_editor_plugin.cpp msgid "Add %s" msgstr "" @@ -4697,7 +5044,7 @@ msgid "Error instancing scene from %s" msgstr "" #: editor/plugins/canvas_item_editor_plugin.cpp -msgid "Change default type" +msgid "Change Default Type" msgstr "" #: editor/plugins/canvas_item_editor_plugin.cpp @@ -4738,6 +5085,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 "" @@ -4783,19 +5137,19 @@ msgid "Create Emission Points From Node" msgstr "" #: editor/plugins/curve_editor_plugin.cpp -msgid "Flat0" +msgid "Flat 0" msgstr "" #: editor/plugins/curve_editor_plugin.cpp -msgid "Flat1" +msgid "Flat 1" msgstr "" -#: editor/plugins/curve_editor_plugin.cpp -msgid "Ease in" +#: editor/plugins/curve_editor_plugin.cpp editor/property_editor.cpp +msgid "Ease In" msgstr "" -#: editor/plugins/curve_editor_plugin.cpp -msgid "Ease out" +#: editor/plugins/curve_editor_plugin.cpp editor/property_editor.cpp +msgid "Ease Out" msgstr "" #: editor/plugins/curve_editor_plugin.cpp @@ -4815,23 +5169,23 @@ msgid "Load Curve Preset" msgstr "" #: editor/plugins/curve_editor_plugin.cpp -msgid "Add point" +msgid "Add Point" msgstr "" #: editor/plugins/curve_editor_plugin.cpp -msgid "Remove point" +msgid "Remove Point" msgstr "" #: editor/plugins/curve_editor_plugin.cpp -msgid "Left linear" +msgid "Left Linear" msgstr "" #: editor/plugins/curve_editor_plugin.cpp -msgid "Right linear" +msgid "Right Linear" msgstr "" #: editor/plugins/curve_editor_plugin.cpp -msgid "Load preset" +msgid "Load Preset" msgstr "" #: editor/plugins/curve_editor_plugin.cpp @@ -4887,11 +5241,15 @@ msgid "This doesn't work on scene root!" msgstr "" #: editor/plugins/mesh_instance_editor_plugin.cpp -msgid "Create Trimesh Shape" +msgid "Create Trimesh Static Shape" +msgstr "" + +#: editor/plugins/mesh_instance_editor_plugin.cpp +msgid "Failed creating shapes!" msgstr "" #: editor/plugins/mesh_instance_editor_plugin.cpp -msgid "Create Convex Shape" +msgid "Create Convex Shape(s)" msgstr "" #: editor/plugins/mesh_instance_editor_plugin.cpp @@ -4944,15 +5302,11 @@ msgid "Create Trimesh Static Body" msgstr "" #: editor/plugins/mesh_instance_editor_plugin.cpp -msgid "Create Convex Static Body" -msgstr "" - -#: editor/plugins/mesh_instance_editor_plugin.cpp msgid "Create Trimesh Collision Sibling" msgstr "" #: editor/plugins/mesh_instance_editor_plugin.cpp -msgid "Create Convex Collision Sibling" +msgid "Create Convex Collision Sibling(s)" msgstr "" #: editor/plugins/mesh_instance_editor_plugin.cpp @@ -5106,20 +5460,20 @@ msgid "Create Navigation Polygon" msgstr "" #: editor/plugins/particles_2d_editor_plugin.cpp -msgid "Generating Visibility Rect" +#: editor/plugins/particles_editor_plugin.cpp +msgid "Convert to CPUParticles" msgstr "" #: editor/plugins/particles_2d_editor_plugin.cpp -msgid "Generate Visibility Rect" +msgid "Generating Visibility Rect" msgstr "" #: editor/plugins/particles_2d_editor_plugin.cpp -msgid "Can only set point into a ParticlesMaterial process material" +msgid "Generate Visibility Rect" msgstr "" #: editor/plugins/particles_2d_editor_plugin.cpp -#: editor/plugins/particles_editor_plugin.cpp -msgid "Convert to CPUParticles" +msgid "Can only set point into a ParticlesMaterial process material" msgstr "" #: editor/plugins/particles_2d_editor_plugin.cpp @@ -5261,7 +5615,7 @@ msgstr "" #: editor/plugins/path_2d_editor_plugin.cpp #: editor/plugins/path_editor_plugin.cpp editor/plugins/theme_editor_plugin.cpp -#: editor/project_export.cpp +#: editor/plugins/visual_shader_editor_plugin.cpp editor/project_export.cpp msgid "Options" msgstr "" @@ -5312,7 +5666,7 @@ msgid "Split Segment (in curve)" msgstr "" #: editor/plugins/physical_bone_plugin.cpp -msgid "Move joint" +msgid "Move Joint" msgstr "" #: editor/plugins/polygon_2d_editor_plugin.cpp @@ -5545,7 +5899,6 @@ msgid "Open in Editor" msgstr "" #: editor/plugins/resource_preloader_editor_plugin.cpp -#: editor/plugins/sprite_frames_editor_plugin.cpp msgid "Load Resource" msgstr "" @@ -5634,10 +5987,23 @@ msgid "%s Class Reference" msgstr "" #: editor/plugins/script_editor_plugin.cpp +#: editor/plugins/script_text_editor.cpp +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 "" @@ -5714,10 +6080,6 @@ msgstr "" msgid "Close All" msgstr "" -#: editor/plugins/script_editor_plugin.cpp -msgid "Close Other Tabs" -msgstr "" - #: editor/plugins/script_editor_plugin.cpp editor/project_manager.cpp msgid "Run" msgstr "" @@ -5726,11 +6088,6 @@ msgstr "" msgid "Toggle Scripts Panel" msgstr "" -#: editor/plugins/script_editor_plugin.cpp -#: editor/plugins/script_text_editor.cpp -msgid "Find Next" -msgstr "" - #: editor/plugins/script_editor_plugin.cpp editor/script_editor_debugger.cpp msgid "Step Over" msgstr "" @@ -5757,7 +6114,7 @@ msgid "Debug with External Editor" msgstr "" #: editor/plugins/script_editor_plugin.cpp -msgid "Open Godot online documentation" +msgid "Open Godot online documentation." msgstr "" #: editor/plugins/script_editor_plugin.cpp @@ -5765,7 +6122,7 @@ msgid "Request Docs" msgstr "" #: editor/plugins/script_editor_plugin.cpp -msgid "Help improve the Godot documentation by giving feedback" +msgid "Help improve the Godot documentation by giving feedback." msgstr "" #: editor/plugins/script_editor_plugin.cpp @@ -5791,10 +6148,12 @@ msgid "" msgstr "" #: editor/plugins/script_editor_plugin.cpp +#: editor/plugins/shader_editor_plugin.cpp msgid "Reload" msgstr "" #: editor/plugins/script_editor_plugin.cpp +#: editor/plugins/shader_editor_plugin.cpp msgid "Resave" msgstr "" @@ -5807,6 +6166,27 @@ msgid "Search Results" msgstr "" #: editor/plugins/script_text_editor.cpp +msgid "Connections to method:" +msgstr "" + +#: editor/plugins/script_text_editor.cpp +msgid "Source" +msgstr "" + +#: editor/plugins/script_text_editor.cpp +msgid "Signal" +msgstr "" + +#: editor/plugins/script_text_editor.cpp +msgid "Target" +msgstr "" + +#: editor/plugins/script_text_editor.cpp +msgid "" +"Missing connected method '%s' for signal '%s' from node '%s' to node '%s'." +msgstr "" + +#: editor/plugins/script_text_editor.cpp msgid "Line" msgstr "" @@ -5818,10 +6198,6 @@ msgstr "" msgid "Go to Function" msgstr "" -#: editor/plugins/script_text_editor.cpp editor/plugins/text_editor.cpp -msgid "Standard" -msgstr "" - #: editor/plugins/script_text_editor.cpp msgid "Only resources from filesystem can be dropped." msgstr "" @@ -5854,14 +6230,22 @@ msgstr "" msgid "Syntax Highlighter" 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 "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 +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 @@ -5881,6 +6265,22 @@ msgid "Toggle Comment" msgstr "" #: editor/plugins/script_text_editor.cpp +msgid "Toggle Bookmark" +msgstr "" + +#: editor/plugins/script_text_editor.cpp +msgid "Go to Next Bookmark" +msgstr "" + +#: editor/plugins/script_text_editor.cpp +msgid "Go to Previous Bookmark" +msgstr "" + +#: editor/plugins/script_text_editor.cpp +msgid "Remove All Bookmarks" +msgstr "" + +#: editor/plugins/script_text_editor.cpp msgid "Fold/Unfold Line" msgstr "" @@ -5954,6 +6354,12 @@ msgid "Contextual Help" msgstr "" #: editor/plugins/shader_editor_plugin.cpp +msgid "" +"This shader has been modified on on disk.\n" +"What action should be taken?" +msgstr "" + +#: editor/plugins/shader_editor_plugin.cpp msgid "Shader" msgstr "" @@ -6291,7 +6697,7 @@ msgid "Right View" msgstr "" #: editor/plugins/spatial_editor_plugin.cpp -msgid "Switch Perspective/Orthogonal view" +msgid "Switch Perspective/Orthogonal View" msgstr "" #: editor/plugins/spatial_editor_plugin.cpp @@ -6331,11 +6737,12 @@ msgid "Toggle Freelook" msgstr "" #: editor/plugins/spatial_editor_plugin.cpp +#: editor/plugins/visual_shader_editor_plugin.cpp msgid "Transform" msgstr "" #: editor/plugins/spatial_editor_plugin.cpp -msgid "Snap object to floor" +msgid "Snap Object to Floor" msgstr "" #: editor/plugins/spatial_editor_plugin.cpp @@ -6476,35 +6883,35 @@ msgid "Invalid geometry, can't replace by mesh." msgstr "" #: editor/plugins/sprite_editor_plugin.cpp -msgid "Invalid geometry, can't create polygon." +msgid "Convert to Mesh2D" msgstr "" #: editor/plugins/sprite_editor_plugin.cpp -msgid "Invalid geometry, can't create collision polygon." +msgid "Invalid geometry, can't create polygon." msgstr "" #: editor/plugins/sprite_editor_plugin.cpp -msgid "Invalid geometry, can't create light occluder." +msgid "Convert to Polygon2D" msgstr "" #: editor/plugins/sprite_editor_plugin.cpp -msgid "Sprite" +msgid "Invalid geometry, can't create collision polygon." msgstr "" #: editor/plugins/sprite_editor_plugin.cpp -msgid "Convert to Mesh2D" +msgid "Create CollisionPolygon2D Sibling" msgstr "" #: editor/plugins/sprite_editor_plugin.cpp -msgid "Convert to Polygon2D" +msgid "Invalid geometry, can't create light occluder." msgstr "" #: editor/plugins/sprite_editor_plugin.cpp -msgid "Create CollisionPolygon2D Sibling" +msgid "Create LightOccluder2D Sibling" msgstr "" #: editor/plugins/sprite_editor_plugin.cpp -msgid "Create LightOccluder2D Sibling" +msgid "Sprite" msgstr "" #: editor/plugins/sprite_editor_plugin.cpp @@ -6524,7 +6931,11 @@ msgid "Settings:" msgstr "" #: editor/plugins/sprite_frames_editor_plugin.cpp -msgid "ERROR: Couldn't load frame resource!" +msgid "No Frames Selected" +msgstr "" + +#: editor/plugins/sprite_frames_editor_plugin.cpp +msgid "Add %d Frame(s)" msgstr "" #: editor/plugins/sprite_frames_editor_plugin.cpp @@ -6532,6 +6943,10 @@ msgid "Add Frame" msgstr "" #: editor/plugins/sprite_frames_editor_plugin.cpp +msgid "ERROR: Couldn't load frame resource!" +msgstr "" + +#: editor/plugins/sprite_frames_editor_plugin.cpp msgid "Resource clipboard is empty or not a texture!" msgstr "" @@ -6572,6 +6987,14 @@ msgid "Animation Frames:" msgstr "" #: editor/plugins/sprite_frames_editor_plugin.cpp +msgid "Add a Texture from File" +msgstr "" + +#: editor/plugins/sprite_frames_editor_plugin.cpp +msgid "Add Frames from a Sprite Sheet" +msgstr "" + +#: editor/plugins/sprite_frames_editor_plugin.cpp msgid "Insert Empty (Before)" msgstr "" @@ -6588,6 +7011,26 @@ msgid "Move (After)" msgstr "" #: editor/plugins/sprite_frames_editor_plugin.cpp +msgid "Select Frames" +msgstr "" + +#: editor/plugins/sprite_frames_editor_plugin.cpp +msgid "Horizontal:" +msgstr "" + +#: editor/plugins/sprite_frames_editor_plugin.cpp +msgid "Vertical:" +msgstr "" + +#: editor/plugins/sprite_frames_editor_plugin.cpp +msgid "Select/Clear All Frames" +msgstr "" + +#: editor/plugins/sprite_frames_editor_plugin.cpp +msgid "Create Frames from Sprite Sheet" +msgstr "" + +#: editor/plugins/sprite_frames_editor_plugin.cpp msgid "SpriteFrames" msgstr "" @@ -6652,12 +7095,12 @@ msgstr "" msgid "Remove All Items" msgstr "" -#: editor/plugins/theme_editor_plugin.cpp +#: editor/plugins/theme_editor_plugin.cpp editor/project_manager.cpp msgid "Remove All" msgstr "" #: editor/plugins/theme_editor_plugin.cpp -msgid "Edit theme..." +msgid "Edit Theme" msgstr "" #: editor/plugins/theme_editor_plugin.cpp @@ -6685,11 +7128,11 @@ msgid "Create From Current Editor Theme" msgstr "" #: editor/plugins/theme_editor_plugin.cpp -msgid "CheckBox Radio1" +msgid "Toggle Button" msgstr "" #: editor/plugins/theme_editor_plugin.cpp -msgid "CheckBox Radio2" +msgid "Disabled Button" msgstr "" #: editor/plugins/theme_editor_plugin.cpp @@ -6697,6 +7140,10 @@ msgid "Item" msgstr "" #: editor/plugins/theme_editor_plugin.cpp +msgid "Disabled Item" +msgstr "" + +#: editor/plugins/theme_editor_plugin.cpp msgid "Check Item" msgstr "" @@ -6713,6 +7160,22 @@ msgid "Checked Radio Item" msgstr "" #: editor/plugins/theme_editor_plugin.cpp +msgid "Named Sep." +msgstr "" + +#: editor/plugins/theme_editor_plugin.cpp +msgid "Submenu" +msgstr "" + +#: editor/plugins/theme_editor_plugin.cpp +msgid "Item 1" +msgstr "" + +#: editor/plugins/theme_editor_plugin.cpp +msgid "Item 2" +msgstr "" + +#: editor/plugins/theme_editor_plugin.cpp msgid "Has" msgstr "" @@ -6721,7 +7184,7 @@ msgid "Many" msgstr "" #: editor/plugins/theme_editor_plugin.cpp -msgid "Has,Many,Options" +msgid "Disabled LineEdit" msgstr "" #: editor/plugins/theme_editor_plugin.cpp @@ -6737,6 +7200,18 @@ msgid "Tab 3" msgstr "" #: editor/plugins/theme_editor_plugin.cpp +msgid "Editable Item" +msgstr "" + +#: editor/plugins/theme_editor_plugin.cpp +msgid "Subtree" +msgstr "" + +#: editor/plugins/theme_editor_plugin.cpp +msgid "Has,Many,Options" +msgstr "" + +#: editor/plugins/theme_editor_plugin.cpp msgid "Data Type:" msgstr "" @@ -6769,6 +7244,7 @@ msgid "Fix Invalid Tiles" msgstr "" #: editor/plugins/tile_map_editor_plugin.cpp +#: modules/gridmap/grid_map_editor_plugin.cpp msgid "Cut Selection" msgstr "" @@ -6809,35 +7285,45 @@ msgid "Mirror Y" msgstr "" #: editor/plugins/tile_map_editor_plugin.cpp +msgid "Disable Autotile" +msgstr "" + +#: editor/plugins/tile_map_editor_plugin.cpp +msgid "Enable Priority" +msgstr "" + +#: editor/plugins/tile_map_editor_plugin.cpp msgid "Paint Tile" msgstr "" #: editor/plugins/tile_map_editor_plugin.cpp -msgid "Pick Tile" +msgid "" +"Shift+RMB: Line Draw\n" +"Shift+Ctrl+RMB: Rectangle Paint" msgstr "" #: editor/plugins/tile_map_editor_plugin.cpp -msgid "Copy Selection" +msgid "Pick Tile" msgstr "" #: editor/plugins/tile_map_editor_plugin.cpp -msgid "Rotate left" +msgid "Rotate Left" msgstr "" #: editor/plugins/tile_map_editor_plugin.cpp -msgid "Rotate right" +msgid "Rotate Right" msgstr "" #: editor/plugins/tile_map_editor_plugin.cpp -msgid "Flip horizontally" +msgid "Flip Horizontally" msgstr "" #: editor/plugins/tile_map_editor_plugin.cpp -msgid "Flip vertically" +msgid "Flip Vertically" msgstr "" #: editor/plugins/tile_map_editor_plugin.cpp -msgid "Clear transform" +msgid "Clear Transform" msgstr "" #: editor/plugins/tile_set_editor_plugin.cpp @@ -6873,6 +7359,38 @@ msgid "Select the previous shape, subtile, or Tile." msgstr "" #: editor/plugins/tile_set_editor_plugin.cpp +msgid "Region Mode" +msgstr "" + +#: editor/plugins/tile_set_editor_plugin.cpp +msgid "Collision Mode" +msgstr "" + +#: editor/plugins/tile_set_editor_plugin.cpp +msgid "Occlusion Mode" +msgstr "" + +#: editor/plugins/tile_set_editor_plugin.cpp +msgid "Navigation Mode" +msgstr "" + +#: editor/plugins/tile_set_editor_plugin.cpp +msgid "Bitmask Mode" +msgstr "" + +#: editor/plugins/tile_set_editor_plugin.cpp +msgid "Priority Mode" +msgstr "" + +#: editor/plugins/tile_set_editor_plugin.cpp +msgid "Icon Mode" +msgstr "" + +#: editor/plugins/tile_set_editor_plugin.cpp +msgid "Z Index Mode" +msgstr "" + +#: editor/plugins/tile_set_editor_plugin.cpp msgid "Copy bitmask." msgstr "" @@ -6952,6 +7470,7 @@ msgstr "" msgid "" "LMB: Set bit on.\n" "RMB: Set bit off.\n" +"Shift+LMB: Set wildcard bit.\n" "Click on another Tile to edit it." msgstr "" @@ -7059,6 +7578,66 @@ msgid "TileSet" msgstr "" #: editor/plugins/visual_shader_editor_plugin.cpp +msgid "Add input +" +msgstr "" + +#: editor/plugins/visual_shader_editor_plugin.cpp +msgid "Add output +" +msgstr "" + +#: editor/plugins/visual_shader_editor_plugin.cpp +msgid "Scalar" +msgstr "" + +#: editor/plugins/visual_shader_editor_plugin.cpp +msgid "Vector" +msgstr "" + +#: editor/plugins/visual_shader_editor_plugin.cpp +msgid "Boolean" +msgstr "" + +#: editor/plugins/visual_shader_editor_plugin.cpp +msgid "Add input port" +msgstr "" + +#: editor/plugins/visual_shader_editor_plugin.cpp +msgid "Add output port" +msgstr "" + +#: editor/plugins/visual_shader_editor_plugin.cpp +msgid "Change input port type" +msgstr "" + +#: editor/plugins/visual_shader_editor_plugin.cpp +msgid "Change output port type" +msgstr "" + +#: editor/plugins/visual_shader_editor_plugin.cpp +msgid "Change input port name" +msgstr "" + +#: editor/plugins/visual_shader_editor_plugin.cpp +msgid "Change output port name" +msgstr "" + +#: editor/plugins/visual_shader_editor_plugin.cpp +msgid "Remove input port" +msgstr "" + +#: editor/plugins/visual_shader_editor_plugin.cpp +msgid "Remove output port" +msgstr "" + +#: editor/plugins/visual_shader_editor_plugin.cpp +msgid "Set expression" +msgstr "" + +#: editor/plugins/visual_shader_editor_plugin.cpp +msgid "Resize VisualShader node" +msgstr "" + +#: editor/plugins/visual_shader_editor_plugin.cpp msgid "Set Uniform Name" msgstr "" @@ -7095,6 +7674,617 @@ msgid "Light" msgstr "" #: editor/plugins/visual_shader_editor_plugin.cpp +msgid "Create Shader Node" +msgstr "" + +#: editor/plugins/visual_shader_editor_plugin.cpp +msgid "Color function." +msgstr "" + +#: editor/plugins/visual_shader_editor_plugin.cpp +msgid "Color operator." +msgstr "" + +#: editor/plugins/visual_shader_editor_plugin.cpp +msgid "Grayscale function." +msgstr "" + +#: editor/plugins/visual_shader_editor_plugin.cpp +msgid "Converts HSV vector to RGB equivalent." +msgstr "" + +#: editor/plugins/visual_shader_editor_plugin.cpp +msgid "Converts RGB vector to HSV equivalent." +msgstr "" + +#: editor/plugins/visual_shader_editor_plugin.cpp +msgid "Sepia function." +msgstr "" + +#: editor/plugins/visual_shader_editor_plugin.cpp +msgid "Burn operator." +msgstr "" + +#: editor/plugins/visual_shader_editor_plugin.cpp +msgid "Darken operator." +msgstr "" + +#: editor/plugins/visual_shader_editor_plugin.cpp +msgid "Difference operator." +msgstr "" + +#: editor/plugins/visual_shader_editor_plugin.cpp +msgid "Dodge operator." +msgstr "" + +#: editor/plugins/visual_shader_editor_plugin.cpp +msgid "HardLight operator" +msgstr "" + +#: editor/plugins/visual_shader_editor_plugin.cpp +msgid "Lighten operator." +msgstr "" + +#: editor/plugins/visual_shader_editor_plugin.cpp +msgid "Overlay operator." +msgstr "" + +#: editor/plugins/visual_shader_editor_plugin.cpp +msgid "Screen operator." +msgstr "" + +#: editor/plugins/visual_shader_editor_plugin.cpp +msgid "SoftLight operator." +msgstr "" + +#: editor/plugins/visual_shader_editor_plugin.cpp +msgid "Color constant." +msgstr "" + +#: editor/plugins/visual_shader_editor_plugin.cpp +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." +msgstr "" + +#: editor/plugins/visual_shader_editor_plugin.cpp +msgid "" +"Returns an associated vector if the provided boolean value is true or false." +msgstr "" + +#: editor/plugins/visual_shader_editor_plugin.cpp +msgid "Boolean constant." +msgstr "" + +#: editor/plugins/visual_shader_editor_plugin.cpp +msgid "Boolean uniform." +msgstr "" + +#: editor/plugins/visual_shader_editor_plugin.cpp +msgid "'%s' input parameter for all shader modes." +msgstr "" + +#: editor/plugins/visual_shader_editor_plugin.cpp +msgid "Input parameter." +msgstr "" + +#: editor/plugins/visual_shader_editor_plugin.cpp +msgid "'%s' input parameter for vertex and fragment shader modes." +msgstr "" + +#: editor/plugins/visual_shader_editor_plugin.cpp +msgid "'%s' input parameter for fragment and light shader modes." +msgstr "" + +#: editor/plugins/visual_shader_editor_plugin.cpp +msgid "'%s' input parameter for fragment shader mode." +msgstr "" + +#: editor/plugins/visual_shader_editor_plugin.cpp +msgid "'%s' input parameter for light shader mode." +msgstr "" + +#: editor/plugins/visual_shader_editor_plugin.cpp +msgid "'%s' input parameter for vertex shader mode." +msgstr "" + +#: editor/plugins/visual_shader_editor_plugin.cpp +msgid "'%s' input parameter for vertex and fragment shader mode." +msgstr "" + +#: editor/plugins/visual_shader_editor_plugin.cpp +msgid "Scalar function." +msgstr "" + +#: editor/plugins/visual_shader_editor_plugin.cpp +msgid "Scalar operator." +msgstr "" + +#: editor/plugins/visual_shader_editor_plugin.cpp +msgid "E constant (2.718282). Represents the base of the natural logarithm." +msgstr "" + +#: editor/plugins/visual_shader_editor_plugin.cpp +msgid "Epsilon constant (0.00001). Smallest possible scalar number." +msgstr "" + +#: editor/plugins/visual_shader_editor_plugin.cpp +msgid "Phi constant (1.618034). Golden ratio." +msgstr "" + +#: editor/plugins/visual_shader_editor_plugin.cpp +msgid "Pi/4 constant (0.785398) or 45 degrees." +msgstr "" + +#: editor/plugins/visual_shader_editor_plugin.cpp +msgid "Pi/2 constant (1.570796) or 90 degrees." +msgstr "" + +#: editor/plugins/visual_shader_editor_plugin.cpp +msgid "Pi constant (3.141593) or 180 degrees." +msgstr "" + +#: editor/plugins/visual_shader_editor_plugin.cpp +msgid "Tau constant (6.283185) or 360 degrees." +msgstr "" + +#: editor/plugins/visual_shader_editor_plugin.cpp +msgid "Sqrt2 constant (1.414214). Square root of 2." +msgstr "" + +#: editor/plugins/visual_shader_editor_plugin.cpp +msgid "Returns the absolute value of the parameter." +msgstr "" + +#: editor/plugins/visual_shader_editor_plugin.cpp +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." +msgstr "" + +#: editor/plugins/visual_shader_editor_plugin.cpp +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." +msgstr "" + +#: editor/plugins/visual_shader_editor_plugin.cpp +msgid "Returns the arc-tangent of the parameter." +msgstr "" + +#: editor/plugins/visual_shader_editor_plugin.cpp +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." +msgstr "" + +#: editor/plugins/visual_shader_editor_plugin.cpp +msgid "" +"Finds the nearest integer that is greater than or equal to the parameter." +msgstr "" + +#: editor/plugins/visual_shader_editor_plugin.cpp +msgid "Constrains a value to lie between two further values." +msgstr "" + +#: editor/plugins/visual_shader_editor_plugin.cpp +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." +msgstr "" + +#: editor/plugins/visual_shader_editor_plugin.cpp +msgid "Converts a quantity in radians to degrees." +msgstr "" + +#: editor/plugins/visual_shader_editor_plugin.cpp +msgid "Base-e Exponential." +msgstr "" + +#: editor/plugins/visual_shader_editor_plugin.cpp +msgid "Base-2 Exponential." +msgstr "" + +#: editor/plugins/visual_shader_editor_plugin.cpp +msgid "Finds the nearest integer less than or equal to the parameter." +msgstr "" + +#: editor/plugins/visual_shader_editor_plugin.cpp +msgid "Computes the fractional part of the argument." +msgstr "" + +#: editor/plugins/visual_shader_editor_plugin.cpp +msgid "Returns the inverse of the square root of the parameter." +msgstr "" + +#: editor/plugins/visual_shader_editor_plugin.cpp +msgid "Natural logarithm." +msgstr "" + +#: editor/plugins/visual_shader_editor_plugin.cpp +msgid "Base-2 logarithm." +msgstr "" + +#: editor/plugins/visual_shader_editor_plugin.cpp +msgid "Returns the greater of two values." +msgstr "" + +#: editor/plugins/visual_shader_editor_plugin.cpp +msgid "Returns the lesser of two values." +msgstr "" + +#: editor/plugins/visual_shader_editor_plugin.cpp +msgid "Linear interpolation between two scalars." +msgstr "" + +#: editor/plugins/visual_shader_editor_plugin.cpp +msgid "Returns the opposite value of the parameter." +msgstr "" + +#: editor/plugins/visual_shader_editor_plugin.cpp +msgid "1.0 - scalar" +msgstr "" + +#: editor/plugins/visual_shader_editor_plugin.cpp +msgid "" +"Returns the value of the first parameter raised to the power of the second." +msgstr "" + +#: editor/plugins/visual_shader_editor_plugin.cpp +msgid "Converts a quantity in degrees to radians." +msgstr "" + +#: editor/plugins/visual_shader_editor_plugin.cpp +msgid "1.0 / scalar" +msgstr "" + +#: editor/plugins/visual_shader_editor_plugin.cpp +msgid "(GLES3 only) 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." +msgstr "" + +#: editor/plugins/visual_shader_editor_plugin.cpp +msgid "Clamps the value between 0.0 and 1.0." +msgstr "" + +#: editor/plugins/visual_shader_editor_plugin.cpp +msgid "Extracts the sign of the parameter." +msgstr "" + +#: editor/plugins/visual_shader_editor_plugin.cpp +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." +msgstr "" + +#: editor/plugins/visual_shader_editor_plugin.cpp +msgid "Returns the square root of the parameter." +msgstr "" + +#: editor/plugins/visual_shader_editor_plugin.cpp +msgid "" +"SmoothStep function( scalar(edge0), scalar(edge1), scalar(x) ).\n" +"\n" +"Returns 0.0 if 'x' is smaller then 'edge0' and 1.0 if x is larger than " +"'edge1'. Otherwise the return value is interpolated between 0.0 and 1.0 " +"using Hermite polynomials." +msgstr "" + +#: editor/plugins/visual_shader_editor_plugin.cpp +msgid "" +"Step function( scalar(edge), scalar(x) ).\n" +"\n" +"Returns 0.0 if 'x' is smaller then 'edge' and otherwise 1.0." +msgstr "" + +#: editor/plugins/visual_shader_editor_plugin.cpp +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." +msgstr "" + +#: editor/plugins/visual_shader_editor_plugin.cpp +msgid "(GLES3 only) Finds the truncated value of the parameter." +msgstr "" + +#: editor/plugins/visual_shader_editor_plugin.cpp +msgid "Adds scalar to scalar." +msgstr "" + +#: editor/plugins/visual_shader_editor_plugin.cpp +msgid "Divides scalar by scalar." +msgstr "" + +#: editor/plugins/visual_shader_editor_plugin.cpp +msgid "Multiplies scalar by scalar." +msgstr "" + +#: editor/plugins/visual_shader_editor_plugin.cpp +msgid "Returns the remainder of the two scalars." +msgstr "" + +#: editor/plugins/visual_shader_editor_plugin.cpp +msgid "Subtracts scalar from scalar." +msgstr "" + +#: editor/plugins/visual_shader_editor_plugin.cpp +msgid "Scalar constant." +msgstr "" + +#: editor/plugins/visual_shader_editor_plugin.cpp +msgid "Scalar uniform." +msgstr "" + +#: editor/plugins/visual_shader_editor_plugin.cpp +msgid "Perform the cubic texture lookup." +msgstr "" + +#: editor/plugins/visual_shader_editor_plugin.cpp +msgid "Perform the texture lookup." +msgstr "" + +#: editor/plugins/visual_shader_editor_plugin.cpp +msgid "Cubic texture uniform." +msgstr "" + +#: editor/plugins/visual_shader_editor_plugin.cpp +msgid "2D texture uniform." +msgstr "" + +#: editor/plugins/visual_shader_editor_plugin.cpp +msgid "Transform function." +msgstr "" + +#: editor/plugins/visual_shader_editor_plugin.cpp +msgid "" +"(GLES3 only) 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 " +"row) and does a linear algebraic matrix multiply 'c * r', yielding a matrix " +"whose number of rows is the number of components in 'c' and whose number of " +"columns is the number of components in 'r'." +msgstr "" + +#: editor/plugins/visual_shader_editor_plugin.cpp +msgid "Composes transform from four vectors." +msgstr "" + +#: editor/plugins/visual_shader_editor_plugin.cpp +msgid "Decomposes transform to four vectors." +msgstr "" + +#: editor/plugins/visual_shader_editor_plugin.cpp +msgid "(GLES3 only) Calculates the determinant of a transform." +msgstr "" + +#: editor/plugins/visual_shader_editor_plugin.cpp +msgid "(GLES3 only) Calculates the inverse of a transform." +msgstr "" + +#: editor/plugins/visual_shader_editor_plugin.cpp +msgid "(GLES3 only) Calculates the transpose of a transform." +msgstr "" + +#: editor/plugins/visual_shader_editor_plugin.cpp +msgid "Multiplies transform by transform." +msgstr "" + +#: editor/plugins/visual_shader_editor_plugin.cpp +msgid "Multiplies vector by transform." +msgstr "" + +#: editor/plugins/visual_shader_editor_plugin.cpp +msgid "Transform constant." +msgstr "" + +#: editor/plugins/visual_shader_editor_plugin.cpp +msgid "Transform uniform." +msgstr "" + +#: editor/plugins/visual_shader_editor_plugin.cpp +msgid "Vector function." +msgstr "" + +#: editor/plugins/visual_shader_editor_plugin.cpp +msgid "Vector operator." +msgstr "" + +#: editor/plugins/visual_shader_editor_plugin.cpp +msgid "Composes vector from three scalars." +msgstr "" + +#: editor/plugins/visual_shader_editor_plugin.cpp +msgid "Decomposes vector to three scalars." +msgstr "" + +#: editor/plugins/visual_shader_editor_plugin.cpp +msgid "Calculates the cross product of two vectors." +msgstr "" + +#: editor/plugins/visual_shader_editor_plugin.cpp +msgid "Returns the distance between two points." +msgstr "" + +#: editor/plugins/visual_shader_editor_plugin.cpp +msgid "Calculates the dot product of two vectors." +msgstr "" + +#: editor/plugins/visual_shader_editor_plugin.cpp +msgid "" +"Returns a 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." +msgstr "" + +#: editor/plugins/visual_shader_editor_plugin.cpp +msgid "Calculates the length of a vector." +msgstr "" + +#: editor/plugins/visual_shader_editor_plugin.cpp +msgid "Linear interpolation between two vectors." +msgstr "" + +#: editor/plugins/visual_shader_editor_plugin.cpp +msgid "Calculates the normalize product of vector." +msgstr "" + +#: editor/plugins/visual_shader_editor_plugin.cpp +msgid "1.0 - vector" +msgstr "" + +#: editor/plugins/visual_shader_editor_plugin.cpp +msgid "1.0 / vector" +msgstr "" + +#: editor/plugins/visual_shader_editor_plugin.cpp +msgid "" +"Returns a 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." +msgstr "" + +#: editor/plugins/visual_shader_editor_plugin.cpp +msgid "" +"SmoothStep function( vector(edge0), vector(edge1), vector(x) ).\n" +"\n" +"Returns 0.0 if 'x' is smaller then 'edge0' and 1.0 if 'x' is larger than " +"'edge1'. Otherwise the return value is interpolated between 0.0 and 1.0 " +"using Hermite polynomials." +msgstr "" + +#: editor/plugins/visual_shader_editor_plugin.cpp +msgid "" +"SmoothStep function( scalar(edge0), scalar(edge1), vector(x) ).\n" +"\n" +"Returns 0.0 if 'x' is smaller then 'edge0' and 1.0 if 'x' is larger than " +"'edge1'. Otherwise the return value is interpolated between 0.0 and 1.0 " +"using Hermite polynomials." +msgstr "" + +#: editor/plugins/visual_shader_editor_plugin.cpp +msgid "" +"Step function( vector(edge), vector(x) ).\n" +"\n" +"Returns 0.0 if 'x' is smaller then 'edge' and otherwise 1.0." +msgstr "" + +#: editor/plugins/visual_shader_editor_plugin.cpp +msgid "" +"Step function( scalar(edge), vector(x) ).\n" +"\n" +"Returns 0.0 if 'x' is smaller then 'edge' and otherwise 1.0." +msgstr "" + +#: editor/plugins/visual_shader_editor_plugin.cpp +msgid "Adds vector to vector." +msgstr "" + +#: editor/plugins/visual_shader_editor_plugin.cpp +msgid "Divides vector by vector." +msgstr "" + +#: editor/plugins/visual_shader_editor_plugin.cpp +msgid "Multiplies vector by vector." +msgstr "" + +#: editor/plugins/visual_shader_editor_plugin.cpp +msgid "Returns the remainder of the two vectors." +msgstr "" + +#: editor/plugins/visual_shader_editor_plugin.cpp +msgid "Subtracts vector from vector." +msgstr "" + +#: editor/plugins/visual_shader_editor_plugin.cpp +msgid "Vector constant." +msgstr "" + +#: editor/plugins/visual_shader_editor_plugin.cpp +msgid "Vector uniform." +msgstr "" + +#: editor/plugins/visual_shader_editor_plugin.cpp +msgid "" +"Custom Godot Shader Language expression, with custom amount of input and " +"output ports. This is a direct injection of code into the vertex/fragment/" +"light function, do not use it to write the function declarations inside." +msgstr "" + +#: editor/plugins/visual_shader_editor_plugin.cpp +msgid "" +"Returns falloff based on the dot product of surface normal and view " +"direction of camera (pass associated inputs to it)." +msgstr "" + +#: editor/plugins/visual_shader_editor_plugin.cpp +msgid "(GLES3 only) (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." +msgstr "" + +#: editor/plugins/visual_shader_editor_plugin.cpp +msgid "" +"(GLES3 only) (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." +msgstr "" + +#: editor/plugins/visual_shader_editor_plugin.cpp +msgid "" +"(GLES3 only) (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." +msgstr "" + +#: editor/plugins/visual_shader_editor_plugin.cpp +msgid "" +"(GLES3 only) (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'." +msgstr "" + +#: editor/plugins/visual_shader_editor_plugin.cpp msgid "VisualShader" msgstr "" @@ -7282,6 +8472,10 @@ msgid "Directory already contains a Godot project." msgstr "" #: editor/project_manager.cpp +msgid "New Game Project" +msgstr "" + +#: editor/project_manager.cpp msgid "Imported Project" msgstr "" @@ -7328,10 +8522,6 @@ msgid "Rename Project" msgstr "" #: editor/project_manager.cpp -msgid "New Game Project" -msgstr "" - -#: editor/project_manager.cpp msgid "Import Existing Project" msgstr "" @@ -7360,10 +8550,6 @@ msgid "Project Name:" msgstr "" #: editor/project_manager.cpp -msgid "Create folder" -msgstr "" - -#: editor/project_manager.cpp msgid "Project Path:" msgstr "" @@ -7372,10 +8558,6 @@ msgid "Project Installation Path:" msgstr "" #: editor/project_manager.cpp -msgid "Browse" -msgstr "" - -#: editor/project_manager.cpp msgid "Renderer:" msgstr "" @@ -7428,8 +8610,8 @@ msgid "" "\n" "If you proceed with opening it, it will be converted to Godot's current " "configuration file format.\n" -"Warning: You will not be able to open the project with previous versions of " -"the engine anymore." +"Warning: You won't be able to open the project with previous versions of the " +"engine anymore." msgstr "" #: editor/project_manager.cpp @@ -7440,8 +8622,8 @@ msgid "" "%s\n" "\n" "Do you want to convert it?\n" -"Warning: You will not be able to open the project with previous versions of " -"the engine anymore." +"Warning: You won't be able to open the project with previous versions of the " +"engine anymore." msgstr "" #: editor/project_manager.cpp @@ -7453,7 +8635,7 @@ msgstr "" #: editor/project_manager.cpp msgid "" "Can't run project: no main scene defined.\n" -"Please edit the project and set the main scene in \"Project Settings\" under " +"Please edit the project and set the main scene in the Project Settings under " "the \"Application\" category." msgstr "" @@ -7464,23 +8646,37 @@ msgid "" msgstr "" #: editor/project_manager.cpp -msgid "Are you sure to run more than one project?" +msgid "Are you sure to run %d projects at once?" +msgstr "" + +#: editor/project_manager.cpp +msgid "" +"Remove %d projects from the list?\n" +"The project folders' contents won't be modified." +msgstr "" + +#: editor/project_manager.cpp +msgid "" +"Remove this project from the list?\n" +"The project folder's contents won't be modified." msgstr "" #: editor/project_manager.cpp -msgid "Remove project from the list? (Folder contents will not be modified)" +msgid "" +"Remove all missing projects from the list? (Folders contents will not be " +"modified)" msgstr "" #: editor/project_manager.cpp msgid "" "Language changed.\n" -"The UI will update next time the editor or project manager starts." +"The interface will update after restarting the editor or project manager." msgstr "" #: editor/project_manager.cpp msgid "" -"You are about the scan %s folders for existing Godot projects. Do you " -"confirm?" +"Are you sure to scan %s folders for existing Godot projects?\n" +"This could take a while." msgstr "" #: editor/project_manager.cpp @@ -7504,6 +8700,10 @@ msgid "New Project" msgstr "" #: editor/project_manager.cpp +msgid "Remove Missing" +msgstr "" + +#: editor/project_manager.cpp msgid "Templates" msgstr "" @@ -7521,8 +8721,8 @@ msgstr "" #: editor/project_manager.cpp msgid "" -"You don't currently have any projects.\n" -"Would you like to explore the official example projects in the Asset Library?" +"You currently don't have any projects.\n" +"Would you like to explore official example projects in the Asset Library?" msgstr "" #: editor/project_settings_editor.cpp @@ -7548,7 +8748,7 @@ msgid "" msgstr "" #: editor/project_settings_editor.cpp -msgid "Action '%s' already exists!" +msgid "An action with the name '%s' already exists." msgstr "" #: editor/project_settings_editor.cpp @@ -7702,10 +8902,6 @@ msgid "" msgstr "" #: editor/project_settings_editor.cpp -msgid "Already existing" -msgstr "" - -#: editor/project_settings_editor.cpp msgid "Add Input Action" msgstr "" @@ -7770,7 +8966,7 @@ msgid "Override For..." msgstr "" #: editor/project_settings_editor.cpp editor/settings_config_dialog.cpp -msgid "Editor must be restarted for changes to take effect" +msgid "The editor must be restarted for changes to take effect." msgstr "" #: editor/project_settings_editor.cpp @@ -7830,11 +9026,11 @@ msgid "Locales Filter" msgstr "" #: editor/project_settings_editor.cpp -msgid "Show all locales" +msgid "Show All Locales" msgstr "" #: editor/project_settings_editor.cpp -msgid "Show only selected locales" +msgid "Show Selected Locales Only" msgstr "" #: editor/project_settings_editor.cpp @@ -7850,14 +9046,6 @@ msgid "AutoLoad" msgstr "" #: editor/property_editor.cpp -msgid "Ease In" -msgstr "" - -#: editor/property_editor.cpp -msgid "Ease Out" -msgstr "" - -#: editor/property_editor.cpp msgid "Zero" msgstr "" @@ -7930,7 +9118,7 @@ msgid "Suffix" msgstr "" #: editor/rename_dialog.cpp -msgid "Advanced options" +msgid "Advanced Options" msgstr "" #: editor/rename_dialog.cpp @@ -8182,7 +9370,7 @@ msgid "User Interface" msgstr "" #: editor/scene_tree_dock.cpp -msgid "Custom Node" +msgid "Other Node" msgstr "" #: editor/scene_tree_dock.cpp @@ -8224,7 +9412,7 @@ msgid "Clear Inheritance" msgstr "" #: editor/scene_tree_dock.cpp -msgid "Open documentation" +msgid "Open Documentation" msgstr "" #: editor/scene_tree_dock.cpp @@ -8232,6 +9420,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 "" @@ -8251,7 +9443,7 @@ msgstr "" msgid "Save Branch as Scene" msgstr "" -#: editor/scene_tree_dock.cpp +#: editor/scene_tree_dock.cpp editor/script_editor_debugger.cpp msgid "Copy Node Path" msgstr "" @@ -8260,7 +9452,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 @@ -8294,6 +9486,18 @@ msgid "Toggle Visible" msgstr "" #: editor/scene_tree_editor.cpp +msgid "Unlock Node" +msgstr "" + +#: editor/scene_tree_editor.cpp +msgid "Button Group" +msgstr "" + +#: editor/scene_tree_editor.cpp +msgid "(Connecting From)" +msgstr "" + +#: editor/scene_tree_editor.cpp msgid "Node configuration warning:" msgstr "" @@ -8315,8 +9519,8 @@ msgid "" "Click to show groups dock." msgstr "" -#: editor/scene_tree_editor.cpp editor/script_create_dialog.cpp -msgid "Open Script" +#: editor/scene_tree_editor.cpp +msgid "Open Script:" msgstr "" #: editor/scene_tree_editor.cpp @@ -8362,71 +9566,71 @@ msgid "Select a Node" msgstr "" #: editor/script_create_dialog.cpp -msgid "Error loading template '%s'" +msgid "Path is empty." msgstr "" #: editor/script_create_dialog.cpp -msgid "Error - Could not create script in filesystem." +msgid "Filename is empty." msgstr "" #: editor/script_create_dialog.cpp -msgid "Error loading script from %s" +msgid "Path is not local." msgstr "" #: editor/script_create_dialog.cpp -msgid "N/A" +msgid "Invalid base path." msgstr "" #: editor/script_create_dialog.cpp -msgid "Open Script/Choose Location" +msgid "A directory with the same name exists." msgstr "" #: editor/script_create_dialog.cpp -msgid "Path is empty" +msgid "Invalid extension." msgstr "" #: editor/script_create_dialog.cpp -msgid "Filename is empty" +msgid "Wrong extension chosen." msgstr "" #: editor/script_create_dialog.cpp -msgid "Path is not local" +msgid "Error loading template '%s'" msgstr "" #: editor/script_create_dialog.cpp -msgid "Invalid base path" +msgid "Error - Could not create script in filesystem." msgstr "" #: editor/script_create_dialog.cpp -msgid "Directory of the same name exists" +msgid "Error loading script from %s" msgstr "" #: editor/script_create_dialog.cpp -msgid "File exists, will be reused" +msgid "N/A" msgstr "" #: editor/script_create_dialog.cpp -msgid "Invalid extension" +msgid "Open Script / Choose Location" msgstr "" #: editor/script_create_dialog.cpp -msgid "Wrong extension chosen" +msgid "Open Script" msgstr "" #: editor/script_create_dialog.cpp -msgid "Invalid Path" +msgid "File exists, it will be reused." msgstr "" #: editor/script_create_dialog.cpp -msgid "Invalid class name" +msgid "Invalid class name." msgstr "" #: editor/script_create_dialog.cpp -msgid "Invalid inherited parent name or path" +msgid "Invalid inherited parent name or path." msgstr "" #: editor/script_create_dialog.cpp -msgid "Script valid" +msgid "Script is valid." msgstr "" #: editor/script_create_dialog.cpp @@ -8434,15 +9638,15 @@ msgid "Allowed: a-z, A-Z, 0-9 and _" msgstr "" #: editor/script_create_dialog.cpp -msgid "Built-in script (into scene file)" +msgid "Built-in script (into scene file)." msgstr "" #: editor/script_create_dialog.cpp -msgid "Create new script file" +msgid "Will create a new script file." msgstr "" #: editor/script_create_dialog.cpp -msgid "Load existing script file" +msgid "Will load an existing script file." msgstr "" #: editor/script_create_dialog.cpp @@ -8485,7 +9689,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 "" @@ -8573,6 +9777,10 @@ msgstr "" msgid "Set From Tree" msgstr "" +#: editor/script_editor_debugger.cpp +msgid "Export measures as CSV" +msgstr "" + #: editor/settings_config_dialog.cpp msgid "Erase Shortcut" msgstr "" @@ -8702,6 +9910,14 @@ msgid "GDNativeLibrary" msgstr "" #: modules/gdnative/gdnative_library_singleton_editor.cpp +msgid "Enabled GDNative Singleton" +msgstr "" + +#: modules/gdnative/gdnative_library_singleton_editor.cpp +msgid "Disabled GDNative Singleton" +msgstr "" + +#: modules/gdnative/gdnative_library_singleton_editor.cpp msgid "Library" msgstr "" @@ -8786,7 +10002,7 @@ msgid "GridMap Fill Selection" msgstr "" #: modules/gridmap/grid_map_editor_plugin.cpp -msgid "GridMap Duplicate Selection" +msgid "GridMap Paste Selection" msgstr "" #: modules/gridmap/grid_map_editor_plugin.cpp @@ -8854,18 +10070,6 @@ msgid "Cursor Clear Rotation" msgstr "" #: modules/gridmap/grid_map_editor_plugin.cpp -msgid "Create Area" -msgstr "" - -#: modules/gridmap/grid_map_editor_plugin.cpp -msgid "Create Exterior Connector" -msgstr "" - -#: modules/gridmap/grid_map_editor_plugin.cpp -msgid "Erase Area" -msgstr "" - -#: modules/gridmap/grid_map_editor_plugin.cpp msgid "Clear Selection" msgstr "" @@ -8885,54 +10089,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 "" @@ -9216,15 +10372,7 @@ msgid "Available Nodes:" msgstr "" #: modules/visual_script/visual_script_editor.cpp -msgid "Select or create a function to edit graph" -msgstr "" - -#: modules/visual_script/visual_script_editor.cpp -msgid "Edit Signal Arguments:" -msgstr "" - -#: modules/visual_script/visual_script_editor.cpp -msgid "Edit Variable:" +msgid "Select or create a function to edit its graph." msgstr "" #: modules/visual_script/visual_script_editor.cpp @@ -9354,6 +10502,19 @@ msgid "Debug keystore not configured in the Editor Settings nor in the preset." msgstr "" #: platform/android/export/export.cpp +msgid "Custom build requires a valid Android SDK path in Editor Settings." +msgstr "" + +#: platform/android/export/export.cpp +msgid "Invalid Android SDK path for custom build in Editor Settings." +msgstr "" + +#: platform/android/export/export.cpp +msgid "" +"Android project is not installed for compiling. Install from Editor menu." +msgstr "" + +#: platform/android/export/export.cpp msgid "Invalid public key for APK expansion." msgstr "" @@ -9361,6 +10522,34 @@ msgstr "" msgid "Invalid package name:" msgstr "" +#: platform/android/export/export.cpp +msgid "" +"Trying to build from a custom built template, but no version info for it " +"exists. Please reinstall from the 'Project' menu." +msgstr "" + +#: platform/android/export/export.cpp +msgid "" +"Android build version mismatch:\n" +" Template installed: %s\n" +" Godot Version: %s\n" +"Please reinstall Android build template from 'Project' menu." +msgstr "" + +#: platform/android/export/export.cpp +msgid "Building Android Project (gradle)" +msgstr "" + +#: platform/android/export/export.cpp +msgid "" +"Building of Android project failed, check output for the error.\n" +"Alternatively visit docs.godotengine.org for Android build documentation." +msgstr "" + +#: platform/android/export/export.cpp +msgid "No build apk generated at: " +msgstr "" + #: platform/iphone/export/export.cpp msgid "Identifier is missing." msgstr "" @@ -9476,7 +10665,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 "" @@ -9525,7 +10714,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 "" @@ -9535,7 +10724,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 @@ -9602,38 +10791,45 @@ 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 -msgid "ARVRController must have an ARVROrigin node as its parent" +msgid "ARVRController must have an ARVROrigin node as its parent." msgstr "" #: scene/3d/arvr_nodes.cpp msgid "" -"The controller id must not be 0 or this controller will not be bound to an " -"actual controller" +"The controller ID must not be 0 or this controller won't be bound to an " +"actual controller." msgstr "" #: scene/3d/arvr_nodes.cpp -msgid "ARVRAnchor must have an ARVROrigin node as its parent" +msgid "ARVRAnchor must have an ARVROrigin node as its parent." msgstr "" #: scene/3d/arvr_nodes.cpp msgid "" -"The anchor id must not be 0 or this anchor will not be bound to an actual " -"anchor" +"The anchor ID must not be 0 or this anchor won't be bound to an actual " +"anchor." msgstr "" #: scene/3d/arvr_nodes.cpp -msgid "ARVROrigin requires an ARVRCamera child node" +msgid "ARVROrigin requires an ARVRCamera child node." msgstr "" #: scene/3d/baked_lightmap.cpp @@ -9688,7 +10884,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 @@ -9703,8 +10899,8 @@ msgstr "" #: scene/3d/cpu_particles.cpp msgid "" -"CPUParticles animation requires the usage of a SpatialMaterial with " -"\"Billboard Particles\" enabled." +"CPUParticles animation requires the usage of a SpatialMaterial whose " +"Billboard Mode is set to \"Particle Billboard\"." msgstr "" #: scene/3d/gi_probe.cpp @@ -9717,6 +10913,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 "" @@ -9741,8 +10941,8 @@ msgstr "" #: scene/3d/particles.cpp msgid "" -"Particles animation requires the usage of a SpatialMaterial with \"Billboard " -"Particles\" enabled." +"Particles animation requires the usage of a SpatialMaterial whose Billboard " +"Mode is set to \"Particle Billboard\"." msgstr "" #: scene/3d/path.cpp @@ -9751,8 +10951,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 @@ -9763,11 +10963,13 @@ 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 -msgid "This body will be ignored until you set a mesh" +msgid "This body will be ignored until you set a mesh." msgstr "" #: scene/3d/soft_body.cpp @@ -9779,7 +10981,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 "" @@ -9790,7 +10992,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 @@ -9825,7 +11029,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 @@ -9837,7 +11041,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 @@ -9849,7 +11053,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 @@ -9862,10 +11070,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 dont'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 @@ -9876,25 +11089,21 @@ msgstr "" msgid "Please Confirm..." msgstr "" -#: scene/gui/file_dialog.cpp -msgid "Go to parent folder." -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 "" @@ -9937,6 +11146,10 @@ 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 "" @@ -9951,3 +11164,7 @@ msgstr "" #: servers/visual/shader_language.cpp msgid "Varyings can only be assigned in vertex function." msgstr "" + +#: servers/visual/shader_language.cpp +msgid "Constants cannot be modified." +msgstr "" |