diff options
Diffstat (limited to 'editor/translations/ml.po')
-rw-r--r-- | editor/translations/ml.po | 978 |
1 files changed, 656 insertions, 322 deletions
diff --git a/editor/translations/ml.po b/editor/translations/ml.po index 08dc2fa41b..842e96a160 100644 --- a/editor/translations/ml.po +++ b/editor/translations/ml.po @@ -57,8 +57,35 @@ msgstr "" msgid "On call to '%s':" msgstr "" +#: core/ustring.cpp +msgid "B" +msgstr "" + +#: core/ustring.cpp +msgid "KiB" +msgstr "" + +#: core/ustring.cpp +msgid "MiB" +msgstr "" + +#: core/ustring.cpp +msgid "GiB" +msgstr "" + +#: core/ustring.cpp +msgid "TiB" +msgstr "" + +#: core/ustring.cpp +msgid "PiB" +msgstr "" + +#: core/ustring.cpp +msgid "EiB" +msgstr "" + #: editor/animation_bezier_editor.cpp -#: editor/plugins/asset_library_editor_plugin.cpp msgid "Free" msgstr "" @@ -127,6 +154,26 @@ msgid "Anim Change Call" msgstr "" #: editor/animation_track_editor.cpp +msgid "Anim Multi Change Keyframe Time" +msgstr "" + +#: editor/animation_track_editor.cpp +msgid "Anim Multi Change Transition" +msgstr "" + +#: editor/animation_track_editor.cpp +msgid "Anim Multi Change Transform" +msgstr "" + +#: editor/animation_track_editor.cpp +msgid "Anim Multi Change Keyframe Value" +msgstr "" + +#: editor/animation_track_editor.cpp +msgid "Anim Multi Change Call" +msgstr "" + +#: editor/animation_track_editor.cpp msgid "Change Animation Length" msgstr "" @@ -437,6 +484,10 @@ msgid "Select None" msgstr "" #: editor/animation_track_editor.cpp +msgid "Select an AnimationPlayer node to create and edit animations." +msgstr "" + +#: editor/animation_track_editor.cpp msgid "Only show tracks from nodes selected in tree." msgstr "" @@ -611,15 +662,15 @@ msgid "Line Number:" msgstr "" #: editor/code_editor.cpp -msgid "Found %d match(es)." +msgid "Replaced %d occurrence(s)." msgstr "" #: editor/code_editor.cpp editor/editor_help.cpp -msgid "No Matches" +msgid "%d match." msgstr "" -#: editor/code_editor.cpp -msgid "Replaced %d occurrence(s)." +#: editor/code_editor.cpp editor/editor_help.cpp +msgid "%d matches." msgstr "" #: editor/code_editor.cpp editor/find_in_files.cpp @@ -754,7 +805,8 @@ msgstr "" #: editor/plugins/canvas_item_editor_plugin.cpp #: editor/plugins/resource_preloader_editor_plugin.cpp #: editor/plugins/script_editor_plugin.cpp -#: editor/plugins/sprite_frames_editor_plugin.cpp editor/project_export.cpp +#: editor/plugins/sprite_frames_editor_plugin.cpp +#: editor/plugins/version_control_editor_plugin.cpp editor/project_export.cpp #: editor/project_settings_editor.cpp editor/property_editor.cpp #: editor/run_settings_dialog.cpp editor/settings_config_dialog.cpp #: modules/visual_script/visual_script_editor.cpp @@ -843,8 +895,7 @@ msgstr "" msgid "Recent:" msgstr "" -#: editor/create_dialog.cpp editor/plugins/asset_library_editor_plugin.cpp -#: editor/plugins/script_editor_plugin.cpp editor/project_manager.cpp +#: editor/create_dialog.cpp editor/plugins/script_editor_plugin.cpp #: editor/property_selector.cpp editor/quick_open.cpp #: modules/visual_script/visual_script_property_selector.cpp msgid "Search:" @@ -856,7 +907,8 @@ msgstr "" msgid "Matches:" msgstr "" -#: editor/create_dialog.cpp editor/plugin_config_dialog.cpp +#: editor/create_dialog.cpp editor/editor_plugin_settings.cpp +#: editor/plugin_config_dialog.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 @@ -938,7 +990,7 @@ msgid "" "Remove them anyway? (no undo)" msgstr "" -#: editor/dependency_editor.cpp editor/export_template_manager.cpp +#: editor/dependency_editor.cpp msgid "Cannot remove:" msgstr "" @@ -974,7 +1026,7 @@ msgstr "" msgid "Show Dependencies" msgstr "" -#: editor/dependency_editor.cpp editor/editor_node.cpp +#: editor/dependency_editor.cpp msgid "Orphan Resource Explorer" msgstr "" @@ -1063,14 +1115,14 @@ msgid "License" msgstr "" #: editor/editor_about.cpp -msgid "Thirdparty License" +msgid "Third-party Licenses" msgstr "" #: editor/editor_about.cpp msgid "" -"Godot Engine relies on a number of thirdparty free and open source " +"Godot Engine relies on a number of third-party free and open source " "libraries, all compatible with the terms of its MIT license. The following " -"is an exhaustive list of all such thirdparty components with their " +"is an exhaustive list of all such third-party components with their " "respective copyright statements and license terms." msgstr "" @@ -1087,7 +1139,7 @@ msgid "Licenses" msgstr "" #: editor/editor_asset_installer.cpp editor/project_manager.cpp -msgid "Error opening package file, not in zip format." +msgid "Error opening package file, not in ZIP format." msgstr "" #: editor/editor_asset_installer.cpp @@ -1156,7 +1208,7 @@ msgid "Delete Bus Effect" msgstr "" #: editor/editor_audio_buses.cpp -msgid "Audio Bus, Drag and Drop to rearrange." +msgid "Drag & drop to rearrange." msgstr "" #: editor/editor_audio_buses.cpp @@ -1347,6 +1399,7 @@ msgid "Add AutoLoad" msgstr "" #: editor/editor_autoload_settings.cpp editor/editor_file_dialog.cpp +#: editor/editor_plugin_settings.cpp #: editor/plugins/animation_tree_editor_plugin.cpp scene/gui/file_dialog.cpp msgid "Path:" msgstr "" @@ -1566,16 +1619,16 @@ msgstr "" #: editor/editor_feature_profile.cpp #: editor/plugins/animation_player_editor_plugin.cpp +#: editor/plugins/version_control_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 +#: editor/project_manager.cpp msgid "Import" msgstr "" -#: editor/editor_feature_profile.cpp editor/editor_node.cpp -#: editor/project_export.cpp +#: editor/editor_feature_profile.cpp editor/project_export.cpp msgid "Export" msgstr "" @@ -1636,7 +1689,8 @@ msgstr "" msgid "New Folder..." msgstr "" -#: editor/editor_file_dialog.cpp scene/gui/file_dialog.cpp +#: editor/editor_file_dialog.cpp +#: editor/plugins/version_control_editor_plugin.cpp msgid "Refresh" msgstr "" @@ -1687,7 +1741,7 @@ msgstr "" msgid "Go Up" msgstr "" -#: editor/editor_file_dialog.cpp scene/gui/file_dialog.cpp +#: editor/editor_file_dialog.cpp msgid "Toggle Hidden Files" msgstr "" @@ -1712,23 +1766,27 @@ msgid "Move Favorite Down" msgstr "" #: editor/editor_file_dialog.cpp -msgid "Previous Folder" +msgid "Go to previous folder." msgstr "" #: editor/editor_file_dialog.cpp -msgid "Next Folder" +msgid "Go to next folder." msgstr "" #: editor/editor_file_dialog.cpp scene/gui/file_dialog.cpp msgid "Go to parent folder." msgstr "" +#: editor/editor_file_dialog.cpp scene/gui/file_dialog.cpp +msgid "Refresh files." +msgstr "" + #: editor/editor_file_dialog.cpp msgid "(Un)favorite current folder." msgstr "" -#: editor/editor_file_dialog.cpp -msgid "Toggle visibility of hidden files." +#: editor/editor_file_dialog.cpp scene/gui/file_dialog.cpp +msgid "Toggle the visibility of hidden files." msgstr "" #: editor/editor_file_dialog.cpp editor/filesystem_dock.cpp @@ -1788,7 +1846,7 @@ msgid "Inherited by:" msgstr "" #: editor/editor_help.cpp -msgid "Brief Description:" +msgid "Brief Description" msgstr "" #: editor/editor_help.cpp @@ -1796,38 +1854,18 @@ msgid "Properties" msgstr "" #: editor/editor_help.cpp -msgid "Properties:" -msgstr "" - -#: editor/editor_help.cpp msgid "Methods" msgstr "" #: editor/editor_help.cpp -msgid "Methods:" -msgstr "" - -#: editor/editor_help.cpp msgid "Theme Properties" msgstr "" #: editor/editor_help.cpp -msgid "Theme Properties:" -msgstr "" - -#: editor/editor_help.cpp modules/visual_script/visual_script_editor.cpp -msgid "Signals:" -msgstr "" - -#: editor/editor_help.cpp msgid "Enumerations" msgstr "" #: editor/editor_help.cpp -msgid "Enumerations:" -msgstr "" - -#: editor/editor_help.cpp msgid "enum " msgstr "" @@ -1836,19 +1874,11 @@ msgid "Constants" msgstr "" #: editor/editor_help.cpp -msgid "Constants:" -msgstr "" - -#: editor/editor_help.cpp msgid "Class Description" msgstr "" #: editor/editor_help.cpp -msgid "Class Description:" -msgstr "" - -#: editor/editor_help.cpp -msgid "Online Tutorials:" +msgid "Online Tutorials" msgstr "" #: editor/editor_help.cpp @@ -1863,10 +1893,6 @@ msgid "Property Descriptions" msgstr "" #: editor/editor_help.cpp -msgid "Property Descriptions:" -msgstr "" - -#: editor/editor_help.cpp msgid "" "There is currently no description for this property. Please help us by " "[color=$color][url=$url]contributing one[/url][/color]!" @@ -1877,10 +1903,6 @@ msgid "Method Descriptions" msgstr "" #: editor/editor_help.cpp -msgid "Method Descriptions:" -msgstr "" - -#: editor/editor_help.cpp msgid "" "There is currently no description for this method. Please help us by [color=" "$color][url=$url]contributing one[/url][/color]!" @@ -1947,8 +1969,8 @@ msgstr "" msgid "Copy Selection" msgstr "" -#: editor/editor_log.cpp editor/editor_profiler.cpp -#: editor/editor_properties.cpp +#: editor/editor_log.cpp editor/editor_network_profiler.cpp +#: editor/editor_profiler.cpp editor/editor_properties.cpp #: editor/plugins/animation_tree_player_editor_plugin.cpp #: editor/property_editor.cpp editor/scene_tree_dock.cpp #: editor/script_editor_debugger.cpp @@ -1961,6 +1983,52 @@ msgstr "" msgid "Clear Output" msgstr "" +#: editor/editor_network_profiler.cpp editor/editor_node.cpp +#: editor/editor_profiler.cpp +msgid "Stop" +msgstr "" + +#: editor/editor_network_profiler.cpp editor/editor_profiler.cpp +#: editor/plugins/animation_state_machine_editor.cpp editor/rename_dialog.cpp +msgid "Start" +msgstr "" + +#: editor/editor_network_profiler.cpp +msgid "%s/s" +msgstr "" + +#: editor/editor_network_profiler.cpp +msgid "Down" +msgstr "" + +#: editor/editor_network_profiler.cpp +msgid "Up" +msgstr "" + +#: editor/editor_network_profiler.cpp editor/editor_node.cpp +msgid "Node" +msgstr "" + +#: editor/editor_network_profiler.cpp +msgid "Incoming RPC" +msgstr "" + +#: editor/editor_network_profiler.cpp +msgid "Incoming RSET" +msgstr "" + +#: editor/editor_network_profiler.cpp +msgid "Outgoing RPC" +msgstr "" + +#: editor/editor_network_profiler.cpp +msgid "Outgoing RSET" +msgstr "" + +#: editor/editor_node.cpp editor/project_manager.cpp +msgid "New Window" +msgstr "" + #: editor/editor_node.cpp msgid "Project export failed with error code %d." msgstr "" @@ -2257,6 +2325,14 @@ msgid "Pick a Main Scene" msgstr "" #: editor/editor_node.cpp +msgid "Close Scene" +msgstr "" + +#: editor/editor_node.cpp +msgid "Reopen Closed Scene" +msgstr "" + +#: editor/editor_node.cpp msgid "Unable to enable addon plugin at: '%s' parsing of config failed." msgstr "" @@ -2350,6 +2426,10 @@ msgstr "" msgid "Close Tab" msgstr "" +#: editor/editor_node.cpp +msgid "Undo Close Tab" +msgstr "" + #: editor/editor_node.cpp editor/plugins/script_editor_plugin.cpp msgid "Close Other Tabs" msgstr "" @@ -2434,20 +2514,16 @@ msgstr "" msgid "Open Scene..." msgstr "" -#: editor/editor_node.cpp -msgid "Save Scene" +#: editor/editor_node.cpp editor/plugins/script_editor_plugin.cpp +msgid "Open Recent" msgstr "" #: editor/editor_node.cpp -msgid "Save All Scenes" +msgid "Save Scene" msgstr "" #: editor/editor_node.cpp -msgid "Close Scene" -msgstr "" - -#: editor/editor_node.cpp editor/plugins/script_editor_plugin.cpp -msgid "Open Recent" +msgid "Save All Scenes" msgstr "" #: editor/editor_node.cpp @@ -2480,24 +2556,44 @@ msgstr "" msgid "Miscellaneous project or scene-wide tools." msgstr "" -#: editor/editor_node.cpp +#: editor/editor_node.cpp editor/script_create_dialog.cpp msgid "Project" msgstr "" #: editor/editor_node.cpp -msgid "Project Settings" +msgid "Project Settings..." msgstr "" -#: editor/editor_node.cpp editor/plugins/tile_set_editor_plugin.cpp -msgid "Tools" +#: editor/editor_node.cpp editor/plugins/version_control_editor_plugin.cpp +msgid "Version Control" +msgstr "" + +#: editor/editor_node.cpp editor/plugins/version_control_editor_plugin.cpp +msgid "Set Up Version Control" +msgstr "" + +#: editor/editor_node.cpp +msgid "Shut Down Version Control" +msgstr "" + +#: editor/editor_node.cpp +msgid "Export..." +msgstr "" + +#: editor/editor_node.cpp +msgid "Install Android Build Template..." msgstr "" #: editor/editor_node.cpp msgid "Open Project Data Folder" msgstr "" +#: editor/editor_node.cpp editor/plugins/tile_set_editor_plugin.cpp +msgid "Tools" +msgstr "" + #: editor/editor_node.cpp -msgid "Install Android Build Template" +msgid "Orphan Resource Explorer..." msgstr "" #: editor/editor_node.cpp @@ -2577,12 +2673,12 @@ msgid "" "filesystem." msgstr "" -#: editor/editor_node.cpp +#: editor/editor_node.cpp editor/script_create_dialog.cpp msgid "Editor" msgstr "" -#: editor/editor_node.cpp editor/settings_config_dialog.cpp -msgid "Editor Settings" +#: editor/editor_node.cpp +msgid "Editor Settings..." msgstr "" #: editor/editor_node.cpp @@ -2598,14 +2694,6 @@ 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 "" @@ -2626,14 +2714,14 @@ msgid "Open Editor Settings Folder" msgstr "" #: editor/editor_node.cpp -msgid "Manage Editor Features" +msgid "Manage Editor Features..." msgstr "" -#: editor/editor_node.cpp editor/project_export.cpp -msgid "Manage Export Templates" +#: editor/editor_node.cpp +msgid "Manage Export Templates..." msgstr "" -#: editor/editor_node.cpp +#: editor/editor_node.cpp editor/plugins/shader_editor_plugin.cpp msgid "Help" msgstr "" @@ -2641,12 +2729,13 @@ 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/plugins/visual_shader_editor_plugin.cpp editor/project_manager.cpp #: editor/project_settings_editor.cpp editor/rename_dialog.cpp msgid "Search" msgstr "" #: editor/editor_node.cpp editor/plugins/script_editor_plugin.cpp +#: editor/plugins/shader_editor_plugin.cpp msgid "Online Docs" msgstr "" @@ -2686,10 +2775,6 @@ msgstr "" msgid "Stop the scene." msgstr "" -#: editor/editor_node.cpp editor/editor_profiler.cpp -msgid "Stop" -msgstr "" - #: editor/editor_node.cpp msgid "Play the edited scene." msgstr "" @@ -2740,10 +2825,6 @@ msgid "Inspector" msgstr "" #: editor/editor_node.cpp -msgid "Node" -msgstr "" - -#: editor/editor_node.cpp msgid "Expand Bottom Panel" msgstr "" @@ -2765,15 +2846,21 @@ 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." +"This will set up your project for custom Android builds by installing the " +"source template to \"res://android/build\".\n" +"You can then apply modifications and build your own custom APK on export " +"(adding modules, changing the AndroidManifest.xml, etc.).\n" +"Note that in order to make custom builds instead of using pre-built APKs, " +"the \"Use Custom Build\" option should be enabled in the Android 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." +"The Android build template is already installed in this project and it won't " +"be overwritten.\n" +"Remove the \"res://android/build\" directory manually before attempting this " +"operation again." msgstr "" #: editor/editor_node.cpp @@ -2836,6 +2923,10 @@ msgstr "" msgid "Open the previous Editor" msgstr "" +#: editor/editor_path.cpp +msgid "No sub-resources found." +msgstr "" + #: editor/editor_plugin.cpp msgid "Creating Mesh Previews" msgstr "" @@ -2845,6 +2936,10 @@ msgid "Thumbnail..." msgstr "" #: editor/editor_plugin_settings.cpp +msgid "Main Script:" +msgstr "" + +#: editor/editor_plugin_settings.cpp msgid "Edit Plugin" msgstr "" @@ -2873,11 +2968,6 @@ msgstr "" msgid "Edit:" msgstr "" -#: editor/editor_profiler.cpp editor/plugins/animation_state_machine_editor.cpp -#: editor/rename_dialog.cpp -msgid "Start" -msgstr "" - #: editor/editor_profiler.cpp msgid "Measure:" msgstr "" @@ -2918,6 +3008,10 @@ msgstr "" msgid "Calls" msgstr "" +#: editor/editor_properties.cpp +msgid "Edit Text:" +msgstr "" + #: editor/editor_properties.cpp editor/script_create_dialog.cpp msgid "On" msgstr "" @@ -3079,7 +3173,7 @@ msgid "Import From Node:" msgstr "" #: editor/export_template_manager.cpp -msgid "Re-Download" +msgid "Redownload" msgstr "" #: editor/export_template_manager.cpp @@ -3096,6 +3190,10 @@ msgid "Download" msgstr "" #: editor/export_template_manager.cpp +msgid "Official export templates aren't available for development builds." +msgstr "" + +#: editor/export_template_manager.cpp msgid "(Missing)" msgstr "" @@ -3157,12 +3255,10 @@ msgid "No response." msgstr "" #: editor/export_template_manager.cpp -#: editor/plugins/asset_library_editor_plugin.cpp msgid "Request Failed." msgstr "" #: editor/export_template_manager.cpp -#: editor/plugins/asset_library_editor_plugin.cpp msgid "Redirect Loop." msgstr "" @@ -3176,13 +3272,17 @@ msgid "Download Complete." msgstr "" #: editor/export_template_manager.cpp +msgid "Cannot remove temporary file:" +msgstr "" + +#: editor/export_template_manager.cpp msgid "" -"Templates installation failed. The problematic templates archives can be " -"found at '%s'." +"Templates installation failed.\n" +"The problematic templates archives can be found at '%s'." msgstr "" #: editor/export_template_manager.cpp -msgid "Error requesting url: " +msgid "Error requesting URL:" msgstr "" #: editor/export_template_manager.cpp @@ -3267,19 +3367,11 @@ msgstr "" msgid "Select mirror from list: (Shift+Click: Open in Browser)" msgstr "" -#: editor/file_type_cache.cpp -msgid "Can't open file_type_cache.cch for writing, not saving file type cache!" -msgstr "" - #: editor/filesystem_dock.cpp msgid "Favorites" msgstr "" #: editor/filesystem_dock.cpp -msgid "Cannot navigate to '%s' as it has not been found in the file system!" -msgstr "" - -#: editor/filesystem_dock.cpp msgid "Status: Import of file failed. Please fix file and reimport manually." msgstr "" @@ -3312,11 +3404,11 @@ msgid "Provided name contains invalid characters." msgstr "" #: editor/filesystem_dock.cpp -msgid "Name contains invalid characters." +msgid "A file or folder with this name already exists." msgstr "" #: editor/filesystem_dock.cpp -msgid "A file or folder with this name already exists." +msgid "Name contains invalid characters." msgstr "" #: editor/filesystem_dock.cpp @@ -3375,6 +3467,10 @@ msgstr "" msgid "Move To..." msgstr "" +#: editor/filesystem_dock.cpp +msgid "New Scene..." +msgstr "" + #: editor/filesystem_dock.cpp editor/plugins/script_editor_plugin.cpp msgid "New Script..." msgstr "" @@ -3438,6 +3534,10 @@ msgstr "" msgid "Overwrite" msgstr "" +#: editor/filesystem_dock.cpp +msgid "Create Scene" +msgstr "" + #: editor/filesystem_dock.cpp editor/plugins/script_editor_plugin.cpp msgid "Create Script" msgstr "" @@ -3498,6 +3598,14 @@ msgid "Search complete" msgstr "" #: editor/groups_editor.cpp +msgid "Add to Group" +msgstr "" + +#: editor/groups_editor.cpp +msgid "Remove from Group" +msgstr "" + +#: editor/groups_editor.cpp msgid "Group name already exists." msgstr "" @@ -3505,12 +3613,20 @@ msgstr "" msgid "Invalid group name." msgstr "" +#: editor/groups_editor.cpp +msgid "Rename Group" +msgstr "" + +#: editor/groups_editor.cpp +msgid "Delete Group" +msgstr "" + #: editor/groups_editor.cpp editor/node_dock.cpp msgid "Groups" msgstr "" #: editor/groups_editor.cpp -msgid "Nodes not in Group" +msgid "Nodes Not in Group" msgstr "" #: editor/groups_editor.cpp editor/scene_tree_dock.cpp @@ -3523,11 +3639,11 @@ msgid "Nodes in Group" msgstr "" #: editor/groups_editor.cpp -msgid "Add to Group" +msgid "Empty groups will be automatically removed." msgstr "" #: editor/groups_editor.cpp -msgid "Remove from Group" +msgid "Group Editor" msgstr "" #: editor/groups_editor.cpp @@ -3627,8 +3743,8 @@ msgstr "" msgid "Import As:" msgstr "" -#: editor/import_dock.cpp editor/property_editor.cpp -msgid "Preset..." +#: editor/import_dock.cpp +msgid "Preset" msgstr "" #: editor/import_dock.cpp @@ -3734,7 +3850,7 @@ msgid "MultiNode Set" msgstr "" #: editor/node_dock.cpp -msgid "Select a Node to edit Signals and Groups." +msgid "Select a single node to edit its signals and groups." msgstr "" #: editor/plugin_config_dialog.cpp @@ -4054,6 +4170,7 @@ msgid "Change Animation Name:" msgstr "" #: editor/plugins/animation_player_editor_plugin.cpp +#: editor/plugins/sprite_frames_editor_plugin.cpp msgid "Delete Animation?" msgstr "" @@ -4476,10 +4593,6 @@ msgid "View Files" msgstr "" #: editor/plugins/asset_library_editor_plugin.cpp -msgid "Can't resolve hostname:" -msgstr "" - -#: editor/plugins/asset_library_editor_plugin.cpp msgid "Connection error, please try again." msgstr "" @@ -4492,14 +4605,42 @@ msgid "No response from host:" msgstr "" #: editor/plugins/asset_library_editor_plugin.cpp +msgid "Can't resolve hostname:" +msgstr "" + +#: editor/plugins/asset_library_editor_plugin.cpp msgid "Request failed, return code:" msgstr "" #: editor/plugins/asset_library_editor_plugin.cpp +msgid "Request failed." +msgstr "" + +#: editor/plugins/asset_library_editor_plugin.cpp +msgid "Cannot save response to:" +msgstr "" + +#: editor/plugins/asset_library_editor_plugin.cpp +msgid "Write error." +msgstr "" + +#: editor/plugins/asset_library_editor_plugin.cpp msgid "Request failed, too many redirects" msgstr "" #: editor/plugins/asset_library_editor_plugin.cpp +msgid "Redirect loop." +msgstr "" + +#: editor/plugins/asset_library_editor_plugin.cpp +msgid "Request failed, timeout" +msgstr "" + +#: editor/plugins/asset_library_editor_plugin.cpp +msgid "Timeout." +msgstr "" + +#: editor/plugins/asset_library_editor_plugin.cpp msgid "Bad download hash, assuming file has been tampered with." msgstr "" @@ -4572,21 +4713,19 @@ msgid "Last" msgstr "" #: editor/plugins/asset_library_editor_plugin.cpp -#: modules/gdnative/gdnative_library_editor_plugin.cpp msgid "All" msgstr "" #: editor/plugins/asset_library_editor_plugin.cpp -#: editor/project_settings_editor.cpp -msgid "Plugins" +msgid "Import..." msgstr "" -#: editor/plugins/asset_library_editor_plugin.cpp editor/project_manager.cpp -msgid "Sort:" +#: editor/plugins/asset_library_editor_plugin.cpp +msgid "Plugins..." msgstr "" -#: editor/plugins/asset_library_editor_plugin.cpp -msgid "Reverse sorting." +#: editor/plugins/asset_library_editor_plugin.cpp editor/project_manager.cpp +msgid "Sort:" msgstr "" #: editor/plugins/asset_library_editor_plugin.cpp @@ -4599,7 +4738,7 @@ msgid "Site:" msgstr "" #: editor/plugins/asset_library_editor_plugin.cpp -msgid "Support..." +msgid "Support" msgstr "" #: editor/plugins/asset_library_editor_plugin.cpp @@ -4611,6 +4750,10 @@ msgid "Testing" msgstr "" #: editor/plugins/asset_library_editor_plugin.cpp +msgid "Loading..." +msgstr "" + +#: editor/plugins/asset_library_editor_plugin.cpp msgid "Assets ZIP File" msgstr "" @@ -4765,6 +4908,10 @@ msgid "Paste Pose" msgstr "" #: editor/plugins/canvas_item_editor_plugin.cpp +msgid "Clear Guides" +msgstr "" + +#: editor/plugins/canvas_item_editor_plugin.cpp msgid "Create Custom Bone(s) from Node(s)" msgstr "" @@ -4793,6 +4940,7 @@ msgid "Zoom Reset" msgstr "" #: editor/plugins/canvas_item_editor_plugin.cpp +#: editor/plugins/spatial_editor_plugin.cpp msgid "Select Mode" msgstr "" @@ -4813,14 +4961,17 @@ msgid "Alt+RMB: Depth list selection" msgstr "" #: editor/plugins/canvas_item_editor_plugin.cpp +#: editor/plugins/spatial_editor_plugin.cpp msgid "Move Mode" msgstr "" #: editor/plugins/canvas_item_editor_plugin.cpp +#: editor/plugins/spatial_editor_plugin.cpp msgid "Rotate Mode" msgstr "" #: editor/plugins/canvas_item_editor_plugin.cpp +#: editor/plugins/spatial_editor_plugin.cpp msgid "Scale Mode" msgstr "" @@ -4840,10 +4991,15 @@ msgid "Pan Mode" msgstr "" #: editor/plugins/canvas_item_editor_plugin.cpp +msgid "Ruler Mode" +msgstr "" + +#: editor/plugins/canvas_item_editor_plugin.cpp msgid "Toggle snapping." msgstr "" #: editor/plugins/canvas_item_editor_plugin.cpp +#: editor/plugins/spatial_editor_plugin.cpp msgid "Use Snap" msgstr "" @@ -4860,11 +5016,6 @@ msgid "Use Rotation Snap" msgstr "" #: editor/plugins/canvas_item_editor_plugin.cpp -#: editor/plugins/spatial_editor_plugin.cpp -msgid "Configure Snap..." -msgstr "" - -#: editor/plugins/canvas_item_editor_plugin.cpp msgid "Snap Relative" msgstr "" @@ -4877,6 +5028,11 @@ msgid "Smart Snapping" msgstr "" #: editor/plugins/canvas_item_editor_plugin.cpp +#: editor/plugins/spatial_editor_plugin.cpp +msgid "Configure Snap..." +msgstr "" + +#: editor/plugins/canvas_item_editor_plugin.cpp msgid "Snap to Parent" msgstr "" @@ -5084,16 +5240,6 @@ msgstr "" #: editor/plugins/cpu_particles_2d_editor_plugin.cpp #: editor/plugins/particles_2d_editor_plugin.cpp -msgid "Error loading image:" -msgstr "" - -#: editor/plugins/cpu_particles_2d_editor_plugin.cpp -#: editor/plugins/particles_2d_editor_plugin.cpp -msgid "No pixels with transparency > 128 in image..." -msgstr "" - -#: editor/plugins/cpu_particles_2d_editor_plugin.cpp -#: editor/plugins/particles_2d_editor_plugin.cpp msgid "Load Emission Mask" msgstr "" @@ -5404,14 +5550,6 @@ msgid "Surface source is invalid (no faces)." msgstr "" #: editor/plugins/multimesh_editor_plugin.cpp -msgid "Parent has no solid faces to populate." -msgstr "" - -#: editor/plugins/multimesh_editor_plugin.cpp -msgid "Couldn't map area." -msgstr "" - -#: editor/plugins/multimesh_editor_plugin.cpp msgid "Select a Source Mesh:" msgstr "" @@ -5495,19 +5633,23 @@ msgid "Generation Time (sec):" msgstr "" #: editor/plugins/particles_editor_plugin.cpp -msgid "Faces contain no area!" +msgid "The geometry's faces don't contain any area." msgstr "" #: editor/plugins/particles_editor_plugin.cpp -msgid "No faces!" +msgid "The geometry doesn't contain any faces." msgstr "" #: editor/plugins/particles_editor_plugin.cpp -msgid "Node does not contain geometry." +msgid "\"%s\" doesn't inherit from Spatial." msgstr "" #: editor/plugins/particles_editor_plugin.cpp -msgid "Node does not contain geometry (faces)." +msgid "\"%s\" doesn't contain geometry." +msgstr "" + +#: editor/plugins/particles_editor_plugin.cpp +msgid "\"%s\" doesn't contain face geometry." msgstr "" #: editor/plugins/particles_editor_plugin.cpp @@ -5834,7 +5976,6 @@ msgid "Grid Settings" msgstr "" #: editor/plugins/polygon_2d_editor_plugin.cpp -#: editor/plugins/spatial_editor_plugin.cpp msgid "Snap" msgstr "" @@ -5902,7 +6043,7 @@ msgstr "" #: editor/plugins/resource_preloader_editor_plugin.cpp #: editor/plugins/theme_editor_plugin.cpp editor/project_settings_editor.cpp -#: editor/scene_tree_editor.cpp +#: editor/scene_tree_editor.cpp editor/script_editor_debugger.cpp msgid "Type:" msgstr "" @@ -5940,11 +6081,7 @@ msgid "Error writing TextFile:" msgstr "" #: editor/plugins/script_editor_plugin.cpp -msgid "Error: could not load file." -msgstr "" - -#: editor/plugins/script_editor_plugin.cpp -msgid "Error could not load file." +msgid "Could not load file at:" msgstr "" #: editor/plugins/script_editor_plugin.cpp @@ -5968,7 +6105,7 @@ msgid "Error Importing" msgstr "" #: editor/plugins/script_editor_plugin.cpp -msgid "New TextFile..." +msgid "New Text File..." msgstr "" #: editor/plugins/script_editor_plugin.cpp @@ -6049,6 +6186,10 @@ msgid "Open..." msgstr "" #: editor/plugins/script_editor_plugin.cpp +msgid "Reopen Closed Script" +msgstr "" + +#: editor/plugins/script_editor_plugin.cpp msgid "Save All" msgstr "" @@ -6086,11 +6227,11 @@ msgid "Save Theme" msgstr "" #: editor/plugins/script_editor_plugin.cpp -msgid "Close Docs" +msgid "Close All" msgstr "" #: editor/plugins/script_editor_plugin.cpp -msgid "Close All" +msgid "Close Docs" msgstr "" #: editor/plugins/script_editor_plugin.cpp editor/project_manager.cpp @@ -6102,11 +6243,11 @@ msgid "Toggle Scripts Panel" msgstr "" #: editor/plugins/script_editor_plugin.cpp editor/script_editor_debugger.cpp -msgid "Step Over" +msgid "Step Into" msgstr "" #: editor/plugins/script_editor_plugin.cpp editor/script_editor_debugger.cpp -msgid "Step Into" +msgid "Step Over" msgstr "" #: editor/plugins/script_editor_plugin.cpp editor/script_editor_debugger.cpp @@ -6178,11 +6319,15 @@ msgstr "" msgid "Search Results" msgstr "" +#: editor/plugins/script_editor_plugin.cpp +msgid "Clear Recent Scripts" +msgstr "" + #: editor/plugins/script_text_editor.cpp msgid "Connections to method:" msgstr "" -#: editor/plugins/script_text_editor.cpp +#: editor/plugins/script_text_editor.cpp editor/script_editor_debugger.cpp msgid "Source" msgstr "" @@ -6244,6 +6389,7 @@ msgid "Syntax Highlighter" msgstr "" #: editor/plugins/script_text_editor.cpp +#: editor/plugins/shader_editor_plugin.cpp editor/plugins/text_editor.cpp msgid "Go To" msgstr "" @@ -6278,92 +6424,96 @@ msgid "Toggle Comment" msgstr "" #: editor/plugins/script_text_editor.cpp -msgid "Toggle Bookmark" +msgid "Fold/Unfold Line" msgstr "" #: editor/plugins/script_text_editor.cpp -msgid "Go to Next Bookmark" +msgid "Fold All Lines" msgstr "" #: editor/plugins/script_text_editor.cpp -msgid "Go to Previous Bookmark" +msgid "Unfold All Lines" msgstr "" #: editor/plugins/script_text_editor.cpp -msgid "Remove All Bookmarks" +msgid "Clone Down" msgstr "" #: editor/plugins/script_text_editor.cpp -msgid "Fold/Unfold Line" +msgid "Complete Symbol" msgstr "" #: editor/plugins/script_text_editor.cpp -msgid "Fold All Lines" +msgid "Evaluate Selection" msgstr "" #: editor/plugins/script_text_editor.cpp -msgid "Unfold All Lines" +msgid "Trim Trailing Whitespace" msgstr "" #: editor/plugins/script_text_editor.cpp -msgid "Clone Down" +msgid "Convert Indent to Spaces" msgstr "" #: editor/plugins/script_text_editor.cpp -msgid "Complete Symbol" +msgid "Convert Indent to Tabs" msgstr "" #: editor/plugins/script_text_editor.cpp -msgid "Trim Trailing Whitespace" +msgid "Auto Indent" msgstr "" #: editor/plugins/script_text_editor.cpp -msgid "Convert Indent to Spaces" +msgid "Find Previous" msgstr "" #: editor/plugins/script_text_editor.cpp -msgid "Convert Indent to Tabs" +msgid "Find in Files..." msgstr "" #: editor/plugins/script_text_editor.cpp -msgid "Auto Indent" +msgid "Contextual Help" msgstr "" #: editor/plugins/script_text_editor.cpp -#: modules/visual_script/visual_script_editor.cpp -msgid "Toggle Breakpoint" +msgid "Toggle Bookmark" msgstr "" #: editor/plugins/script_text_editor.cpp -msgid "Remove All Breakpoints" +msgid "Go to Next Bookmark" msgstr "" #: editor/plugins/script_text_editor.cpp -msgid "Go to Next Breakpoint" +msgid "Go to Previous Bookmark" msgstr "" #: editor/plugins/script_text_editor.cpp -msgid "Go to Previous Breakpoint" +msgid "Remove All Bookmarks" msgstr "" #: editor/plugins/script_text_editor.cpp -msgid "Find Previous" +msgid "Go to Function..." msgstr "" #: editor/plugins/script_text_editor.cpp -msgid "Find in Files..." +msgid "Go to Line..." msgstr "" #: editor/plugins/script_text_editor.cpp -msgid "Go to Function..." +#: modules/visual_script/visual_script_editor.cpp +msgid "Toggle Breakpoint" msgstr "" #: editor/plugins/script_text_editor.cpp -msgid "Go to Line..." +msgid "Remove All Breakpoints" msgstr "" #: editor/plugins/script_text_editor.cpp -msgid "Contextual Help" +msgid "Go to Next Breakpoint" +msgstr "" + +#: editor/plugins/script_text_editor.cpp +msgid "Go to Previous Breakpoint" msgstr "" #: editor/plugins/shader_editor_plugin.cpp @@ -6541,7 +6691,11 @@ msgid "Rear" msgstr "" #: editor/plugins/spatial_editor_plugin.cpp -msgid "Align with View" +msgid "Align Transform with View" +msgstr "" + +#: editor/plugins/spatial_editor_plugin.cpp +msgid "Align Rotation with View" msgstr "" #: editor/plugins/spatial_editor_plugin.cpp editor/scene_tree_dock.cpp @@ -6597,7 +6751,7 @@ msgid "Audio Listener" msgstr "" #: editor/plugins/spatial_editor_plugin.cpp -msgid "Doppler Enable" +msgid "Enable Doppler" msgstr "" #: editor/plugins/spatial_editor_plugin.cpp @@ -6651,7 +6805,7 @@ msgid "Snap Nodes To Floor" msgstr "" #: editor/plugins/spatial_editor_plugin.cpp -msgid "Select Mode (Q)" +msgid "Couldn't find a solid floor to snap the selection to." msgstr "" #: editor/plugins/spatial_editor_plugin.cpp @@ -6662,27 +6816,7 @@ msgid "" msgstr "" #: editor/plugins/spatial_editor_plugin.cpp -msgid "Move Mode (W)" -msgstr "" - -#: editor/plugins/spatial_editor_plugin.cpp -msgid "Rotate Mode (E)" -msgstr "" - -#: editor/plugins/spatial_editor_plugin.cpp -msgid "Scale Mode (R)" -msgstr "" - -#: editor/plugins/spatial_editor_plugin.cpp -msgid "Local Coords" -msgstr "" - -#: editor/plugins/spatial_editor_plugin.cpp -msgid "Local Space Mode (%s)" -msgstr "" - -#: editor/plugins/spatial_editor_plugin.cpp -msgid "Snap Mode (%s)" +msgid "Use Local Space" msgstr "" #: editor/plugins/spatial_editor_plugin.cpp @@ -6726,26 +6860,6 @@ msgid "Focus Selection" msgstr "" #: editor/plugins/spatial_editor_plugin.cpp -msgid "Align Selection With View" -msgstr "" - -#: editor/plugins/spatial_editor_plugin.cpp -msgid "Tool Select" -msgstr "" - -#: editor/plugins/spatial_editor_plugin.cpp -msgid "Tool Move" -msgstr "" - -#: editor/plugins/spatial_editor_plugin.cpp -msgid "Tool Rotate" -msgstr "" - -#: editor/plugins/spatial_editor_plugin.cpp -msgid "Tool Scale" -msgstr "" - -#: editor/plugins/spatial_editor_plugin.cpp msgid "Toggle Freelook" msgstr "" @@ -6800,7 +6914,7 @@ msgstr "" #: editor/plugins/spatial_editor_plugin.cpp #: modules/gridmap/grid_map_editor_plugin.cpp -msgid "Settings" +msgid "Settings..." msgstr "" #: editor/plugins/spatial_editor_plugin.cpp @@ -6980,6 +7094,10 @@ msgid "(empty)" msgstr "" #: editor/plugins/sprite_frames_editor_plugin.cpp +msgid "Move Frame" +msgstr "" + +#: editor/plugins/sprite_frames_editor_plugin.cpp msgid "Animations:" msgstr "" @@ -7093,10 +7211,6 @@ msgid "TextureRegion" msgstr "" #: editor/plugins/theme_editor_plugin.cpp -msgid "Can't save theme to file:" -msgstr "" - -#: editor/plugins/theme_editor_plugin.cpp msgid "Add All Items" msgstr "" @@ -7181,11 +7295,11 @@ msgid "Submenu" msgstr "" #: editor/plugins/theme_editor_plugin.cpp -msgid "Item 1" +msgid "Subitem 1" msgstr "" #: editor/plugins/theme_editor_plugin.cpp -msgid "Item 2" +msgid "Subitem 2" msgstr "" #: editor/plugins/theme_editor_plugin.cpp @@ -7298,13 +7412,21 @@ msgid "Enable Priority" msgstr "" #: editor/plugins/tile_map_editor_plugin.cpp +msgid "Filter tiles" +msgstr "" + +#: editor/plugins/tile_map_editor_plugin.cpp +msgid "Give a TileSet resource to this TileMap to use its tiles." +msgstr "" + +#: editor/plugins/tile_map_editor_plugin.cpp msgid "Paint Tile" msgstr "" #: editor/plugins/tile_map_editor_plugin.cpp msgid "" -"Shift+RMB: Line Draw\n" -"Shift+Ctrl+RMB: Rectangle Paint" +"Shift+LMB: Line Draw\n" +"Shift+Ctrl+LMB: Rectangle Paint" msgstr "" #: editor/plugins/tile_map_editor_plugin.cpp @@ -7428,6 +7550,11 @@ msgid "Display Tile Names (Hold Alt Key)" msgstr "" #: editor/plugins/tile_set_editor_plugin.cpp +msgid "" +"Add or select a texture on the left panel to edit the tiles bound to it." +msgstr "" + +#: editor/plugins/tile_set_editor_plugin.cpp msgid "Remove selected texture? This will remove all tiles which use it." msgstr "" @@ -7582,6 +7709,103 @@ msgstr "" msgid "TileSet" msgstr "" +#: editor/plugins/version_control_editor_plugin.cpp +msgid "No VCS addons are available." +msgstr "" + +#: editor/plugins/version_control_editor_plugin.cpp editor/rename_dialog.cpp +msgid "Error" +msgstr "" + +#: editor/plugins/version_control_editor_plugin.cpp +msgid "No commit message was provided" +msgstr "" + +#: editor/plugins/version_control_editor_plugin.cpp +msgid "No files added to stage" +msgstr "" + +#: editor/plugins/version_control_editor_plugin.cpp +msgid "Commit" +msgstr "" + +#: editor/plugins/version_control_editor_plugin.cpp +msgid "VCS Addon is not initialized" +msgstr "" + +#: editor/plugins/version_control_editor_plugin.cpp +msgid "Version Control System" +msgstr "" + +#: editor/plugins/version_control_editor_plugin.cpp +msgid "Initialize" +msgstr "" + +#: editor/plugins/version_control_editor_plugin.cpp +msgid "Staging area" +msgstr "" + +#: editor/plugins/version_control_editor_plugin.cpp +msgid "Detect new changes" +msgstr "" + +#: editor/plugins/version_control_editor_plugin.cpp +msgid "Changes" +msgstr "" + +#: editor/plugins/version_control_editor_plugin.cpp +msgid "Modified" +msgstr "" + +#: editor/plugins/version_control_editor_plugin.cpp +msgid "Renamed" +msgstr "" + +#: editor/plugins/version_control_editor_plugin.cpp +msgid "Deleted" +msgstr "" + +#: editor/plugins/version_control_editor_plugin.cpp +msgid "Typechange" +msgstr "" + +#: editor/plugins/version_control_editor_plugin.cpp +msgid "Stage Selected" +msgstr "" + +#: editor/plugins/version_control_editor_plugin.cpp +msgid "Stage All" +msgstr "" + +#: editor/plugins/version_control_editor_plugin.cpp +msgid "Add a commit message" +msgstr "" + +#: editor/plugins/version_control_editor_plugin.cpp +msgid "Commit Changes" +msgstr "" + +#: editor/plugins/version_control_editor_plugin.cpp +#: modules/gdnative/gdnative_library_singleton_editor.cpp +msgid "Status" +msgstr "" + +#: editor/plugins/version_control_editor_plugin.cpp +msgid "View file diffs before committing them to the latest version" +msgstr "" + +#: editor/plugins/version_control_editor_plugin.cpp +msgid "No file diff is active" +msgstr "" + +#: editor/plugins/version_control_editor_plugin.cpp +msgid "Detect changes in file diff" +msgstr "" + +#: editor/plugins/visual_shader_editor_plugin.cpp +msgid "(GLES3 only)" +msgstr "" + #: editor/plugins/visual_shader_editor_plugin.cpp msgid "Add input +" msgstr "" @@ -7659,15 +7883,16 @@ msgid "Duplicate Nodes" msgstr "" #: editor/plugins/visual_shader_editor_plugin.cpp -msgid "Delete Nodes" +#: modules/visual_script/visual_script_editor.cpp +msgid "Paste Nodes" msgstr "" #: editor/plugins/visual_shader_editor_plugin.cpp -msgid "Visual Shader Input Type Changed" +msgid "Delete Nodes" msgstr "" #: editor/plugins/visual_shader_editor_plugin.cpp -msgid "(GLES3 only)" +msgid "Visual Shader Input Type Changed" msgstr "" #: editor/plugins/visual_shader_editor_plugin.cpp @@ -7683,6 +7908,10 @@ msgid "Light" msgstr "" #: editor/plugins/visual_shader_editor_plugin.cpp +msgid "Show resulted shader code." +msgstr "" + +#: editor/plugins/visual_shader_editor_plugin.cpp msgid "Create Shader Node" msgstr "" @@ -7806,6 +8035,11 @@ msgid "" msgstr "" #: editor/plugins/visual_shader_editor_plugin.cpp +msgid "" +"Returns an associated scalar if the provided boolean value is true or false." +msgstr "" + +#: editor/plugins/visual_shader_editor_plugin.cpp msgid "Returns the boolean result of the comparison between two parameters." msgstr "" @@ -8041,7 +8275,7 @@ msgstr "" 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 " +"Returns 0.0 if 'x' is smaller than '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 "" @@ -8050,7 +8284,7 @@ msgstr "" msgid "" "Step function( scalar(edge), scalar(x) ).\n" "\n" -"Returns 0.0 if 'x' is smaller then 'edge' and otherwise 1.0." +"Returns 0.0 if 'x' is smaller than 'edge' and otherwise 1.0." msgstr "" #: editor/plugins/visual_shader_editor_plugin.cpp @@ -8209,6 +8443,10 @@ msgid "Linear interpolation between two vectors." msgstr "" #: editor/plugins/visual_shader_editor_plugin.cpp +msgid "Linear interpolation between two vectors using scalar." +msgstr "" + +#: editor/plugins/visual_shader_editor_plugin.cpp msgid "Calculates the normalize product of vector." msgstr "" @@ -8234,7 +8472,7 @@ msgstr "" 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 " +"Returns 0.0 if 'x' is smaller than '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 "" @@ -8243,7 +8481,7 @@ msgstr "" 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 " +"Returns 0.0 if 'x' is smaller than '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 "" @@ -8252,14 +8490,14 @@ msgstr "" msgid "" "Step function( vector(edge), vector(x) ).\n" "\n" -"Returns 0.0 if 'x' is smaller then 'edge' and otherwise 1.0." +"Returns 0.0 if 'x' is smaller than '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." +"Returns 0.0 if 'x' is smaller than 'edge' and otherwise 1.0." msgstr "" #: editor/plugins/visual_shader_editor_plugin.cpp @@ -8304,6 +8542,13 @@ msgid "" msgstr "" #: editor/plugins/visual_shader_editor_plugin.cpp +msgid "" +"Custom Godot Shader Language expression, which placed on top of the resulted " +"shader. You can place various function definitions inside and call it later " +"in the Expressions. You can also declare varyings, uniforms and constants." +msgstr "" + +#: editor/plugins/visual_shader_editor_plugin.cpp msgid "(Fragment/Light mode only) Scalar derivative function." msgstr "" @@ -8511,6 +8756,10 @@ msgid "Export templates for this platform are missing:" msgstr "" #: editor/project_export.cpp +msgid "Manage Export Templates" +msgstr "" + +#: editor/project_export.cpp msgid "Export With Debug" msgstr "" @@ -8657,6 +8906,14 @@ msgid "Unnamed Project" msgstr "" #: editor/project_manager.cpp +msgid "Missing Project" +msgstr "" + +#: editor/project_manager.cpp +msgid "Error: Project is missing on the filesystem." +msgstr "" + +#: editor/project_manager.cpp msgid "Can't open project at '%s'." msgstr "" @@ -8726,8 +8983,8 @@ msgstr "" #: editor/project_manager.cpp msgid "" -"Remove all missing projects from the list? (Folders contents will not be " -"modified)" +"Remove all missing projects from the list?\n" +"The project folders' contents won't be modified." msgstr "" #: editor/project_manager.cpp @@ -8747,7 +9004,7 @@ msgid "Project Manager" msgstr "" #: editor/project_manager.cpp -msgid "Project List" +msgid "Projects" msgstr "" #: editor/project_manager.cpp @@ -8771,10 +9028,6 @@ msgid "Templates" msgstr "" #: editor/project_manager.cpp -msgid "Exit" -msgstr "" - -#: editor/project_manager.cpp msgid "Restart Now" msgstr "" @@ -8977,6 +9230,10 @@ msgid "Settings saved OK." msgstr "" #: editor/project_settings_editor.cpp +msgid "Moved Input Action Event" +msgstr "" + +#: editor/project_settings_editor.cpp msgid "Override for Feature" msgstr "" @@ -9108,6 +9365,14 @@ msgstr "" msgid "AutoLoad" msgstr "" +#: editor/project_settings_editor.cpp +msgid "Plugins" +msgstr "" + +#: editor/property_editor.cpp +msgid "Preset..." +msgstr "" + #: editor/property_editor.cpp msgid "Zero" msgstr "" @@ -9160,14 +9425,6 @@ msgstr "" msgid "Select Method" msgstr "" -#: editor/pvrtc_compress.cpp -msgid "Could not execute PVRTC tool:" -msgstr "" - -#: editor/pvrtc_compress.cpp -msgid "Can't load back converted image using PVRTC tool:" -msgstr "" - #: editor/rename_dialog.cpp editor/scene_tree_dock.cpp msgid "Batch Rename" msgstr "" @@ -9280,10 +9537,6 @@ msgstr "" msgid "Reset" msgstr "" -#: editor/rename_dialog.cpp -msgid "Error" -msgstr "" - #: editor/reparent_dialog.cpp editor/scene_tree_dock.cpp msgid "Reparent Node" msgstr "" @@ -9339,6 +9592,10 @@ msgid "Instance Scene(s)" msgstr "" #: editor/scene_tree_dock.cpp +msgid "Replace with Branch Scene" +msgstr "" + +#: editor/scene_tree_dock.cpp msgid "Instance Child Scene" msgstr "" @@ -9379,7 +9636,19 @@ msgid "Make node as Root" msgstr "" #: editor/scene_tree_dock.cpp -msgid "Delete Node(s)?" +msgid "Delete %d nodes?" +msgstr "" + +#: editor/scene_tree_dock.cpp +msgid "Delete the root node \"%s\"?" +msgstr "" + +#: editor/scene_tree_dock.cpp +msgid "Delete node \"%s\" and its children?" +msgstr "" + +#: editor/scene_tree_dock.cpp +msgid "Delete node \"%s\"?" msgstr "" #: editor/scene_tree_dock.cpp @@ -9453,6 +9722,10 @@ msgid "Remove Node(s)" msgstr "" #: editor/scene_tree_dock.cpp +msgid "Change type of node(s)" +msgstr "" + +#: editor/scene_tree_dock.cpp msgid "" "Couldn't save new scene. Likely dependencies (instances) couldn't be " "satisfied." @@ -9495,6 +9768,10 @@ msgid "Extend Script" msgstr "" #: editor/scene_tree_dock.cpp +msgid "Reparent to New Node" +msgstr "" + +#: editor/scene_tree_dock.cpp msgid "Make Scene Root" msgstr "" @@ -9566,19 +9843,19 @@ msgstr "" #: editor/scene_tree_editor.cpp msgid "" -"Node has connection(s) and group(s).\n" +"Node has %s connection(s) and %s group(s).\n" "Click to show signals dock." msgstr "" #: editor/scene_tree_editor.cpp msgid "" -"Node has connections.\n" +"Node has %s connection(s).\n" "Click to show signals dock." msgstr "" #: editor/scene_tree_editor.cpp msgid "" -"Node is in group(s).\n" +"Node is in %s group(s).\n" "Click to show groups dock." msgstr "" @@ -9669,6 +9946,10 @@ msgid "Error loading script from %s" msgstr "" #: editor/script_create_dialog.cpp +msgid "Overrides" +msgstr "" + +#: editor/script_create_dialog.cpp msgid "N/A" msgstr "" @@ -9745,11 +10026,35 @@ msgid "Bytes:" msgstr "" #: editor/script_editor_debugger.cpp -msgid "Stack Trace" +msgid "Warning:" msgstr "" #: editor/script_editor_debugger.cpp -msgid "Pick one or more items from the list to display the graph." +msgid "Error:" +msgstr "" + +#: editor/script_editor_debugger.cpp +msgid "C++ Error" +msgstr "" + +#: editor/script_editor_debugger.cpp +msgid "C++ Error:" +msgstr "" + +#: editor/script_editor_debugger.cpp +msgid "C++ Source" +msgstr "" + +#: editor/script_editor_debugger.cpp +msgid "Source:" +msgstr "" + +#: editor/script_editor_debugger.cpp +msgid "C++ Source:" +msgstr "" + +#: editor/script_editor_debugger.cpp +msgid "Stack Trace" msgstr "" #: editor/script_editor_debugger.cpp @@ -9757,7 +10062,7 @@ msgid "Errors" msgstr "" #: editor/script_editor_debugger.cpp -msgid "Child Process Connected" +msgid "Child process connected." msgstr "" #: editor/script_editor_debugger.cpp @@ -9765,6 +10070,10 @@ msgid "Copy Error" msgstr "" #: editor/script_editor_debugger.cpp +msgid "Skip Breakpoints" +msgstr "" + +#: editor/script_editor_debugger.cpp msgid "Inspect Previous Instance" msgstr "" @@ -9781,6 +10090,10 @@ msgid "Profiler" msgstr "" #: editor/script_editor_debugger.cpp +msgid "Network Profiler" +msgstr "" + +#: editor/script_editor_debugger.cpp msgid "Monitor" msgstr "" @@ -9793,6 +10106,10 @@ msgid "Monitors" msgstr "" #: editor/script_editor_debugger.cpp +msgid "Pick one or more items from the list to display the graph." +msgstr "" + +#: editor/script_editor_debugger.cpp msgid "List of Video Memory Usage by Resource:" msgstr "" @@ -9857,6 +10174,10 @@ msgid "Change Shortcut" msgstr "" #: editor/settings_config_dialog.cpp +msgid "Editor Settings" +msgstr "" + +#: editor/settings_config_dialog.cpp msgid "Shortcuts" msgstr "" @@ -9985,10 +10306,6 @@ msgid "Library" msgstr "" #: modules/gdnative/gdnative_library_singleton_editor.cpp -msgid "Status" -msgstr "" - -#: modules/gdnative/gdnative_library_singleton_editor.cpp msgid "Libraries: " msgstr "" @@ -9997,6 +10314,10 @@ msgid "GDNative" msgstr "" #: modules/gdscript/gdscript_functions.cpp +msgid "Expected a string of length 1 (a character)." +msgstr "" + +#: modules/gdscript/gdscript_functions.cpp msgid "Step argument is zero!" msgstr "" @@ -10148,6 +10469,14 @@ msgstr "" msgid "Pick Distance:" msgstr "" +#: modules/gridmap/grid_map_editor_plugin.cpp +msgid "Filter meshes" +msgstr "" + +#: modules/gridmap/grid_map_editor_plugin.cpp +msgid "Give a MeshLibrary resource to this GridMap to use its meshes." +msgstr "" + #: modules/mono/csharp_script.cpp msgid "Class name can't be a reserved keyword" msgstr "" @@ -10267,10 +10596,30 @@ msgid "Set Variable Type" msgstr "" #: modules/visual_script/visual_script_editor.cpp +msgid "Override an existing built-in function." +msgstr "" + +#: modules/visual_script/visual_script_editor.cpp +msgid "Create a new function." +msgstr "" + +#: modules/visual_script/visual_script_editor.cpp msgid "Variables:" msgstr "" #: modules/visual_script/visual_script_editor.cpp +msgid "Create a new variable." +msgstr "" + +#: modules/visual_script/visual_script_editor.cpp +msgid "Signals:" +msgstr "" + +#: modules/visual_script/visual_script_editor.cpp +msgid "Create a new signal." +msgstr "" + +#: modules/visual_script/visual_script_editor.cpp msgid "Name is not a valid identifier:" msgstr "" @@ -10423,6 +10772,10 @@ msgid "Editing Signal:" msgstr "" #: modules/visual_script/visual_script_editor.cpp +msgid "Make Tool:" +msgstr "" + +#: modules/visual_script/visual_script_editor.cpp msgid "Base Type:" msgstr "" @@ -10455,10 +10808,6 @@ msgid "Cut Nodes" msgstr "" #: modules/visual_script/visual_script_editor.cpp -msgid "Paste Nodes" -msgstr "" - -#: modules/visual_script/visual_script_editor.cpp msgid "Edit Member" msgstr "" @@ -10574,7 +10923,8 @@ msgstr "" #: platform/android/export/export.cpp msgid "" -"Android project is not installed for compiling. Install from Editor menu." +"Android build template not installed in the project. Install it from the " +"Project menu." msgstr "" #: platform/android/export/export.cpp @@ -11188,22 +11538,6 @@ msgid "" "texture to some node for display." msgstr "" -#: scene/resources/dynamic_font.cpp -msgid "Error initializing FreeType." -msgstr "" - -#: scene/resources/dynamic_font.cpp -msgid "Unknown font format." -msgstr "" - -#: scene/resources/dynamic_font.cpp -msgid "Error loading font." -msgstr "" - -#: scene/resources/dynamic_font.cpp -msgid "Invalid font size." -msgstr "" - #: scene/resources/visual_shader.cpp msgid "Input" msgstr "" |