Commit ac8ae09b by Rémi Verschelde

i18n: Sync translation template with current source

Misc fixes to source strings.
parent d2b17d8d
......@@ -304,7 +304,7 @@ void EditorAssetInstaller::ok_pressed() {
EditorNode::get_singleton()->show_warning(msg);
} else {
if (EditorNode::get_singleton() != NULL)
EditorNode::get_singleton()->show_warning(TTR("Package Installed Successfully!"), TTR("Success!"));
EditorNode::get_singleton()->show_warning(TTR("Package installed successfully!"), TTR("Success!"));
}
EditorFileSystem::get_singleton()->scan_changes();
}
......
......@@ -1877,7 +1877,7 @@ void EditorPropertyNodePath::update_property() {
assign->set_tooltip(p);
if (p == NodePath()) {
assign->set_icon(Ref<Texture>());
assign->set_text(TTR("Assign.."));
assign->set_text(TTR("Assign..."));
assign->set_flat(false);
return;
}
......
......@@ -94,7 +94,7 @@ void AnimationNodeBlendSpace1DEditor::_blend_space_gui_input(const Ref<InputEven
menu->add_item(TTR("Paste"), MENU_PASTE);
}
menu->add_separator();
menu->add_item(TTR("Load.."), MENU_LOAD_FILE);
menu->add_item(TTR("Load..."), MENU_LOAD_FILE);
menu->set_global_position(blend_space_draw->get_global_transform().xform(mb->get_position()));
menu->popup();
......
......@@ -113,7 +113,7 @@ void AnimationNodeBlendSpace2DEditor::_blend_space_gui_input(const Ref<InputEven
menu->add_item(TTR("Paste"), MENU_PASTE);
}
menu->add_separator();
menu->add_item(TTR("Load.."), MENU_LOAD_FILE);
menu->add_item(TTR("Load..."), MENU_LOAD_FILE);
menu->set_global_position(blend_space_draw->get_global_transform().xform(mb->get_position()));
menu->popup();
......
......@@ -79,7 +79,7 @@ void AnimationNodeBlendTreeEditor::_update_options_menu() {
add_node->get_popup()->add_item(TTR("Paste"), MENU_PASTE);
}
add_node->get_popup()->add_separator();
add_node->get_popup()->add_item(TTR("Load.."), MENU_LOAD_FILE);
add_node->get_popup()->add_item(TTR("Load..."), MENU_LOAD_FILE);
}
Size2 AnimationNodeBlendTreeEditor::get_minimum_size() const {
......@@ -866,7 +866,7 @@ AnimationNodeBlendTreeEditor::AnimationNodeBlendTreeEditor() {
add_node = memnew(MenuButton);
graph->get_zoom_hbox()->add_child(add_node);
add_node->set_text(TTR("Add Node.."));
add_node->set_text(TTR("Add Node..."));
graph->get_zoom_hbox()->move_child(add_node, 0);
add_node->get_popup()->connect("id_pressed", this, "_add_node");
add_node->connect("about_to_show", this, "_update_options_menu");
......
......@@ -206,7 +206,7 @@ void EditorPropertyRootMotion::update_property() {
assign->set_tooltip(p);
if (p == NodePath()) {
assign->set_icon(Ref<Texture>());
assign->set_text(TTR("Assign.."));
assign->set_text(TTR("Assign..."));
assign->set_flat(false);
return;
}
......
......@@ -989,7 +989,8 @@ msgid "Uncompressing Assets"
msgstr "Ontpak Bates"
#: editor/editor_asset_installer.cpp editor/project_manager.cpp
msgid "Package Installed Successfully!"
#, fuzzy
msgid "Package installed successfully!"
msgstr "Pakket Suksesvol Geïnstalleer!"
#: editor/editor_asset_installer.cpp
......@@ -1234,7 +1235,7 @@ msgid "Add AutoLoad"
msgstr "Voeg AutoLaai By"
#: editor/editor_autoload_settings.cpp editor/editor_file_dialog.cpp
#: scene/gui/file_dialog.cpp
#: editor/plugins/animation_tree_editor_plugin.cpp scene/gui/file_dialog.cpp
msgid "Path:"
msgstr "Pad:"
......@@ -2564,12 +2565,12 @@ msgid "[Empty]"
msgstr ""
#: editor/editor_properties.cpp editor/plugins/root_motion_editor_plugin.cpp
msgid "Assign.."
msgid "Assign..."
msgstr ""
#: editor/editor_properties.cpp
msgid ""
"The selected resource (%s) does not match the type expected for this "
"The selected resource (%s) does not match any type expected for this "
"property (%s)."
msgstr ""
......@@ -2939,7 +2940,7 @@ msgid "Unable to update dependencies:"
msgstr "Toneel kon nie laai nie as gevolg van vermiste afhanklikhede:"
#: editor/filesystem_dock.cpp editor/scene_tree_editor.cpp
msgid "No name provided"
msgid "No name provided."
msgstr ""
#: editor/filesystem_dock.cpp
......@@ -2947,10 +2948,6 @@ msgid "Provided name contains invalid characters"
msgstr ""
#: editor/filesystem_dock.cpp
msgid "No name provided."
msgstr ""
#: editor/filesystem_dock.cpp
msgid "Name contains invalid characters."
msgstr ""
......@@ -3341,6 +3338,10 @@ msgid "Load an existing resource from disk and edit it."
msgstr ""
#: editor/inspector_dock.cpp
msgid "Save the currently edited resource."
msgstr ""
#: editor/inspector_dock.cpp
msgid "Go to the previous edited object in history."
msgstr ""
......@@ -3457,7 +3458,7 @@ msgstr ""
#: editor/plugins/animation_blend_tree_editor_plugin.cpp
#: editor/plugins/animation_state_machine_editor.cpp
#, fuzzy
msgid "Load.."
msgid "Load..."
msgstr "Laai"
#: editor/plugins/animation_blend_space_1d_editor.cpp
......@@ -3486,6 +3487,11 @@ msgid "Select and move points, create points with RMB."
msgstr ""
#: editor/plugins/animation_blend_space_1d_editor.cpp
#: editor/plugins/animation_blend_space_2d_editor.cpp scene/gui/graph_edit.cpp
msgid "Enable snap and show grid."
msgstr ""
#: editor/plugins/animation_blend_space_1d_editor.cpp
#: editor/plugins/animation_blend_space_2d_editor.cpp
msgid "Point"
msgstr ""
......@@ -3524,12 +3530,6 @@ msgid "Generate blend triangles automatically (instead of manually)"
msgstr ""
#: editor/plugins/animation_blend_space_2d_editor.cpp
#: editor/plugins/polygon_2d_editor_plugin.cpp
#: editor/plugins/spatial_editor_plugin.cpp
msgid "Snap"
msgstr ""
#: editor/plugins/animation_blend_space_2d_editor.cpp
#: editor/plugins/animation_tree_player_editor_plugin.cpp
msgid "Blend:"
msgstr ""
......@@ -3564,7 +3564,8 @@ msgid ""
msgstr ""
#: editor/plugins/animation_blend_tree_editor_plugin.cpp
msgid "Add Node.."
#: editor/plugins/visual_shader_editor_plugin.cpp
msgid "Add Node..."
msgstr ""
#: editor/plugins/animation_blend_tree_editor_plugin.cpp
......@@ -3843,7 +3844,7 @@ msgstr "Koppel aan Nodus:"
#: editor/plugins/animation_state_machine_editor.cpp
#, fuzzy
msgid "Remove selected node or transition"
msgid "Remove selected node or transition."
msgstr "Verwyder geselekteerde baan."
#: editor/plugins/animation_state_machine_editor.cpp
......@@ -4872,6 +4873,7 @@ msgid "Populate"
msgstr ""
#: editor/plugins/navigation_polygon_editor_plugin.cpp
#: editor/plugins/tile_set_editor_plugin.cpp
msgid "Create Navigation Polygon"
msgstr ""
......@@ -5277,6 +5279,11 @@ msgid "Grid Settings"
msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp
#: editor/plugins/spatial_editor_plugin.cpp
msgid "Snap"
msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Enable Snap"
msgstr ""
......@@ -6251,6 +6258,10 @@ msgstr ""
msgid "Post"
msgstr ""
#: editor/plugins/spatial_editor_plugin.cpp
msgid "Name-less gizmo"
msgstr ""
#: editor/plugins/sprite_editor_plugin.cpp
msgid "Sprite is empty!"
msgstr ""
......@@ -6662,15 +6673,16 @@ msgid "Display Tile Names (Hold Alt Key)"
msgstr ""
#: editor/plugins/tile_set_editor_plugin.cpp
msgid "Remove selected texture and ALL TILES which use it?"
msgstr ""
#, fuzzy
msgid "Remove selected texture? This will remove all tiles which use it."
msgstr "Skuif huidige baan op."
#: editor/plugins/tile_set_editor_plugin.cpp
msgid "You haven't selected a texture to remove."
msgstr ""
#: editor/plugins/tile_set_editor_plugin.cpp
msgid "Create from scene?"
msgid "Create from scene? This will overwrite all current tiles."
msgstr ""
#: editor/plugins/tile_set_editor_plugin.cpp
......@@ -6678,6 +6690,11 @@ msgid "Merge from scene?"
msgstr ""
#: editor/plugins/tile_set_editor_plugin.cpp
#, fuzzy
msgid "Remove Texture"
msgstr "Verwyder Seleksie"
#: editor/plugins/tile_set_editor_plugin.cpp
msgid "%s file(s) were not added because was already on the list."
msgstr ""
......@@ -6733,6 +6750,81 @@ msgid ""
msgstr "Skep Vouer"
#: editor/plugins/tile_set_editor_plugin.cpp
msgid "Set Tile Region"
msgstr ""
#: editor/plugins/tile_set_editor_plugin.cpp
#, fuzzy
msgid "Create Tile"
msgstr "Skep Vouer"
#: editor/plugins/tile_set_editor_plugin.cpp
msgid "Set Tile Icon"
msgstr ""
#: editor/plugins/tile_set_editor_plugin.cpp
msgid "Edit Tile Bitmask"
msgstr ""
#: editor/plugins/tile_set_editor_plugin.cpp
#, fuzzy
msgid "Edit Collision Polygon"
msgstr "Skep Intekening"
#: editor/plugins/tile_set_editor_plugin.cpp
#, fuzzy
msgid "Edit Occlusion Polygon"
msgstr "Skep Intekening"
#: editor/plugins/tile_set_editor_plugin.cpp
#, fuzzy
msgid "Edit Navigation Polygon"
msgstr "Skep Intekening"
#: editor/plugins/tile_set_editor_plugin.cpp
msgid "Paste Tile Bitmask"
msgstr ""
#: editor/plugins/tile_set_editor_plugin.cpp
msgid "Clear Tile Bitmask"
msgstr ""
#: editor/plugins/tile_set_editor_plugin.cpp
#, fuzzy
msgid "Remove Tile"
msgstr "Verwyder"
#: editor/plugins/tile_set_editor_plugin.cpp
msgid "Remove Collision Polygon"
msgstr ""
#: editor/plugins/tile_set_editor_plugin.cpp
msgid "Remove Occlusion Polygon"
msgstr ""
#: editor/plugins/tile_set_editor_plugin.cpp
msgid "Remove Navigation Polygon"
msgstr ""
#: editor/plugins/tile_set_editor_plugin.cpp
msgid "Edit Tile Priority"
msgstr ""
#: editor/plugins/tile_set_editor_plugin.cpp
msgid "Edit Tile Z Index"
msgstr ""
#: editor/plugins/tile_set_editor_plugin.cpp
#, fuzzy
msgid "Create Collision Polygon"
msgstr "Skep Intekening"
#: editor/plugins/tile_set_editor_plugin.cpp
#, fuzzy
msgid "Create Occlusion Polygon"
msgstr "Skep Intekening"
#: editor/plugins/tile_set_editor_plugin.cpp
msgid "This property can't be changed."
msgstr ""
......@@ -6753,10 +6845,6 @@ msgid "Light"
msgstr ""
#: editor/plugins/visual_shader_editor_plugin.cpp
msgid "Add Node..."
msgstr ""
#: editor/plugins/visual_shader_editor_plugin.cpp
msgid "VisualShader"
msgstr ""
......@@ -6851,6 +6939,34 @@ msgid "Feature List:"
msgstr ""
#: editor/project_export.cpp
msgid "Script"
msgstr ""
#: editor/project_export.cpp
msgid "Script Export Mode:"
msgstr ""
#: editor/project_export.cpp
msgid "Text"
msgstr ""
#: editor/project_export.cpp
msgid "Compiled"
msgstr ""
#: editor/project_export.cpp
msgid "Encrypted (Provide Key Below)"
msgstr ""
#: editor/project_export.cpp
msgid "Invalid Encryption Key (must be 64 characters long)"
msgstr ""
#: editor/project_export.cpp
msgid "Script Encryption Key (256-bits as hex):"
msgstr ""
#: editor/project_export.cpp
msgid "Export PCK/Zip"
msgstr ""
......@@ -6993,8 +7109,9 @@ msgid "Unnamed Project"
msgstr ""
#: editor/project_manager.cpp
msgid "Can't open project"
msgstr ""
#, fuzzy
msgid "Can't open project at '%s'."
msgstr "Kan nie '%s' oopmaak nie."
#: editor/project_manager.cpp
msgid "Are you sure to open more than one project?"
......@@ -7002,6 +7119,24 @@ msgstr ""
#: editor/project_manager.cpp
msgid ""
"The following project settings file was generated by an older engine "
"version, and needs to be converted for this version:\n"
"\n"
"%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."
msgstr ""
#: editor/project_manager.cpp
msgid ""
"The project settings were created by a newer engine version, whose settings "
"are not compatible with this version."
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 "
"the \"Application\" category."
......@@ -9262,10 +9397,6 @@ msgstr ""
msgid "Please Confirm..."
msgstr ""
#: scene/gui/graph_edit.cpp
msgid "Enable snap and show grid."
msgstr ""
#: scene/gui/popup.cpp
msgid ""
"Popups will hide by default unless you call popup() or any of the popup*() "
......@@ -9473,9 +9604,6 @@ msgstr ""
#~ msgid "Thanks!"
#~ msgstr "Dankie!"
#~ msgid "Can't open '%s'."
#~ msgstr "Kan nie '%s' oopmaak nie."
#~ msgid "Not found!"
#~ msgstr "Nie gevind nie!"
......
......@@ -972,7 +972,7 @@ msgid "Uncompressing Assets"
msgstr ""
#: editor/editor_asset_installer.cpp editor/project_manager.cpp
msgid "Package Installed Successfully!"
msgid "Package installed successfully!"
msgstr ""
#: editor/editor_asset_installer.cpp
......@@ -1218,7 +1218,7 @@ msgid "Add AutoLoad"
msgstr ""
#: editor/editor_autoload_settings.cpp editor/editor_file_dialog.cpp
#: scene/gui/file_dialog.cpp
#: editor/plugins/animation_tree_editor_plugin.cpp scene/gui/file_dialog.cpp
msgid "Path:"
msgstr ""
......@@ -2552,12 +2552,12 @@ msgid "[Empty]"
msgstr ""
#: editor/editor_properties.cpp editor/plugins/root_motion_editor_plugin.cpp
msgid "Assign.."
msgid "Assign..."
msgstr ""
#: editor/editor_properties.cpp
msgid ""
"The selected resource (%s) does not match the type expected for this "
"The selected resource (%s) does not match any type expected for this "
"property (%s)."
msgstr ""
......@@ -2937,7 +2937,7 @@ msgid "Unable to update dependencies:"
msgstr "Szene '%s' hat kapute Abhängigkeiten:"
#: editor/filesystem_dock.cpp editor/scene_tree_editor.cpp
msgid "No name provided"
msgid "No name provided."
msgstr ""
#: editor/filesystem_dock.cpp
......@@ -2945,10 +2945,6 @@ msgid "Provided name contains invalid characters"
msgstr ""
#: editor/filesystem_dock.cpp
msgid "No name provided."
msgstr ""
#: editor/filesystem_dock.cpp
msgid "Name contains invalid characters."
msgstr ""
......@@ -3331,6 +3327,10 @@ msgid "Load an existing resource from disk and edit it."
msgstr ""
#: editor/inspector_dock.cpp
msgid "Save the currently edited resource."
msgstr ""
#: editor/inspector_dock.cpp
msgid "Go to the previous edited object in history."
msgstr ""
......@@ -3452,7 +3452,7 @@ msgstr ""
#: editor/plugins/animation_blend_space_2d_editor.cpp
#: editor/plugins/animation_blend_tree_editor_plugin.cpp
#: editor/plugins/animation_state_machine_editor.cpp
msgid "Load.."
msgid "Load..."
msgstr ""
#: editor/plugins/animation_blend_space_1d_editor.cpp
......@@ -3481,6 +3481,11 @@ msgid "Select and move points, create points with RMB."
msgstr ""
#: editor/plugins/animation_blend_space_1d_editor.cpp
#: editor/plugins/animation_blend_space_2d_editor.cpp scene/gui/graph_edit.cpp
msgid "Enable snap and show grid."
msgstr ""
#: editor/plugins/animation_blend_space_1d_editor.cpp
#: editor/plugins/animation_blend_space_2d_editor.cpp
msgid "Point"
msgstr ""
......@@ -3518,12 +3523,6 @@ msgid "Generate blend triangles automatically (instead of manually)"
msgstr ""
#: editor/plugins/animation_blend_space_2d_editor.cpp
#: editor/plugins/polygon_2d_editor_plugin.cpp
#: editor/plugins/spatial_editor_plugin.cpp
msgid "Snap"
msgstr ""
#: editor/plugins/animation_blend_space_2d_editor.cpp
#: editor/plugins/animation_tree_player_editor_plugin.cpp
msgid "Blend:"
msgstr ""
......@@ -3559,8 +3558,9 @@ msgid ""
msgstr ""
#: editor/plugins/animation_blend_tree_editor_plugin.cpp
#: editor/plugins/visual_shader_editor_plugin.cpp
#, fuzzy
msgid "Add Node.."
msgid "Add Node..."
msgstr "Node"
#: editor/plugins/animation_blend_tree_editor_plugin.cpp
......@@ -3841,8 +3841,9 @@ msgid "Connect nodes."
msgstr "Verbindung zu Node:"
#: editor/plugins/animation_state_machine_editor.cpp
msgid "Remove selected node or transition"
msgstr ""
#, fuzzy
msgid "Remove selected node or transition."
msgstr "Ungültige Bilder löschen"
#: editor/plugins/animation_state_machine_editor.cpp
msgid "Toggle autoplay this animation on start, restart or seek to zero."
......@@ -4886,6 +4887,7 @@ msgid "Populate"
msgstr ""
#: editor/plugins/navigation_polygon_editor_plugin.cpp
#: editor/plugins/tile_set_editor_plugin.cpp
msgid "Create Navigation Polygon"
msgstr ""
......@@ -5301,6 +5303,11 @@ msgid "Grid Settings"
msgstr "Projekteinstellungen"
#: editor/plugins/polygon_2d_editor_plugin.cpp
#: editor/plugins/spatial_editor_plugin.cpp
msgid "Snap"
msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Enable Snap"
msgstr ""
......@@ -6272,6 +6279,10 @@ msgstr ""
msgid "Post"
msgstr ""
#: editor/plugins/spatial_editor_plugin.cpp
msgid "Name-less gizmo"
msgstr ""
#: editor/plugins/sprite_editor_plugin.cpp
msgid "Sprite is empty!"
msgstr ""
......@@ -6690,15 +6701,16 @@ msgid "Display Tile Names (Hold Alt Key)"
msgstr ""
#: editor/plugins/tile_set_editor_plugin.cpp
msgid "Remove selected texture and ALL TILES which use it?"
msgstr ""
#, fuzzy
msgid "Remove selected texture? This will remove all tiles which use it."
msgstr "Ungültige Bilder löschen"
#: editor/plugins/tile_set_editor_plugin.cpp
msgid "You haven't selected a texture to remove."
msgstr ""
#: editor/plugins/tile_set_editor_plugin.cpp
msgid "Create from scene?"
msgid "Create from scene? This will overwrite all current tiles."
msgstr ""
#: editor/plugins/tile_set_editor_plugin.cpp
......@@ -6706,6 +6718,11 @@ msgid "Merge from scene?"
msgstr ""
#: editor/plugins/tile_set_editor_plugin.cpp
#, fuzzy
msgid "Remove Texture"
msgstr "Ungültige Bilder löschen"
#: editor/plugins/tile_set_editor_plugin.cpp
msgid "%s file(s) were not added because was already on the list."
msgstr ""
......@@ -6762,6 +6779,86 @@ msgstr "Node(s) löschen"
#: editor/plugins/tile_set_editor_plugin.cpp
#, fuzzy
msgid "Set Tile Region"
msgstr "2D-Textur"
#: editor/plugins/tile_set_editor_plugin.cpp
#, fuzzy
msgid "Create Tile"
msgstr "Node erstellen"
#: editor/plugins/tile_set_editor_plugin.cpp
msgid "Set Tile Icon"
msgstr ""
#: editor/plugins/tile_set_editor_plugin.cpp
#, fuzzy
msgid "Edit Tile Bitmask"
msgstr "Node Filter editieren"
#: editor/plugins/tile_set_editor_plugin.cpp
#, fuzzy
msgid "Edit Collision Polygon"
msgstr "Script hinzufügen"
#: editor/plugins/tile_set_editor_plugin.cpp
#, fuzzy
msgid "Edit Occlusion Polygon"
msgstr "Script hinzufügen"
#: editor/plugins/tile_set_editor_plugin.cpp
#, fuzzy
msgid "Edit Navigation Polygon"
msgstr "Script hinzufügen"
#: editor/plugins/tile_set_editor_plugin.cpp
#, fuzzy
msgid "Paste Tile Bitmask"
msgstr "Node erstellen"
#: editor/plugins/tile_set_editor_plugin.cpp
msgid "Clear Tile Bitmask"
msgstr ""
#: editor/plugins/tile_set_editor_plugin.cpp
#, fuzzy
msgid "Remove Tile"
msgstr "Ungültige Bilder löschen"
#: editor/plugins/tile_set_editor_plugin.cpp
#, fuzzy
msgid "Remove Collision Polygon"
msgstr "Ungültige Bilder löschen"
#: editor/plugins/tile_set_editor_plugin.cpp
msgid "Remove Occlusion Polygon"
msgstr ""
#: editor/plugins/tile_set_editor_plugin.cpp
msgid "Remove Navigation Polygon"
msgstr ""
#: editor/plugins/tile_set_editor_plugin.cpp
#, fuzzy
msgid "Edit Tile Priority"
msgstr "Node Filter editieren"
#: editor/plugins/tile_set_editor_plugin.cpp
msgid "Edit Tile Z Index"
msgstr ""
#: editor/plugins/tile_set_editor_plugin.cpp
#, fuzzy
msgid "Create Collision Polygon"
msgstr "Node erstellen"
#: editor/plugins/tile_set_editor_plugin.cpp
#, fuzzy
msgid "Create Occlusion Polygon"
msgstr "Node erstellen"
#: editor/plugins/tile_set_editor_plugin.cpp
#, fuzzy
msgid "This property can't be changed."
msgstr "Ohne eine Szene kann das nicht funktionieren."
......@@ -6783,11 +6880,6 @@ msgid "Light"
msgstr ""
#: editor/plugins/visual_shader_editor_plugin.cpp
#, fuzzy
msgid "Add Node..."
msgstr "Node"
#: editor/plugins/visual_shader_editor_plugin.cpp
msgid "VisualShader"
msgstr ""
......@@ -6886,6 +6978,36 @@ msgstr ""
#: editor/project_export.cpp
#, fuzzy
msgid "Script"
msgstr "Script hinzufügen"
#: editor/project_export.cpp
#, fuzzy
msgid "Script Export Mode:"
msgstr "Projekt exportieren"
#: editor/project_export.cpp
msgid "Text"
msgstr ""
#: editor/project_export.cpp
msgid "Compiled"
msgstr ""
#: editor/project_export.cpp
msgid "Encrypted (Provide Key Below)"
msgstr ""
#: editor/project_export.cpp
msgid "Invalid Encryption Key (must be 64 characters long)"
msgstr ""
#: editor/project_export.cpp
msgid "Script Encryption Key (256-bits as hex):"
msgstr ""
#: editor/project_export.cpp
#, fuzzy
msgid "Export PCK/Zip"
msgstr "Exportiere das Projekt PCK"
......@@ -7037,7 +7159,7 @@ msgstr ""
#: editor/project_manager.cpp
#, fuzzy
msgid "Can't open project"
msgid "Can't open project at '%s'."
msgstr "Neues Projekt erstellen"
#: editor/project_manager.cpp
......@@ -7046,6 +7168,24 @@ msgstr ""
#: editor/project_manager.cpp
msgid ""
"The following project settings file was generated by an older engine "
"version, and needs to be converted for this version:\n"
"\n"
"%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."
msgstr ""
#: editor/project_manager.cpp
msgid ""
"The project settings were created by a newer engine version, whose settings "
"are not compatible with this version."
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 "
"the \"Application\" category."
......@@ -9377,10 +9517,6 @@ msgstr "Alert!"
msgid "Please Confirm..."
msgstr "Bitte bestätigen..."
#: scene/gui/graph_edit.cpp
msgid "Enable snap and show grid."
msgstr ""
#: scene/gui/popup.cpp
msgid ""
"Popups will hide by default unless you call popup() or any of the popup*() "
......@@ -9455,6 +9591,10 @@ msgid "Varyings can only be assigned in vertex function."
msgstr ""
#, fuzzy
#~ msgid "Add Node.."
#~ msgstr "Node"
#, fuzzy
#~ msgid "New TextFile"
#~ msgstr "Datei(en) öffnen"
......
......@@ -939,7 +939,7 @@ msgid "Uncompressing Assets"
msgstr ""
#: editor/editor_asset_installer.cpp editor/project_manager.cpp
msgid "Package Installed Successfully!"
msgid "Package installed successfully!"
msgstr ""
#: editor/editor_asset_installer.cpp
......@@ -1180,7 +1180,7 @@ msgid "Add AutoLoad"
msgstr ""
#: editor/editor_autoload_settings.cpp editor/editor_file_dialog.cpp
#: scene/gui/file_dialog.cpp
#: editor/plugins/animation_tree_editor_plugin.cpp scene/gui/file_dialog.cpp
msgid "Path:"
msgstr ""
......@@ -2476,12 +2476,12 @@ msgid "[Empty]"
msgstr ""
#: editor/editor_properties.cpp editor/plugins/root_motion_editor_plugin.cpp
msgid "Assign.."
msgid "Assign..."
msgstr ""
#: editor/editor_properties.cpp
msgid ""
"The selected resource (%s) does not match the type expected for this "
"The selected resource (%s) does not match any type expected for this "
"property (%s)."
msgstr ""
......@@ -2845,7 +2845,7 @@ msgid "Unable to update dependencies:"
msgstr ""
#: editor/filesystem_dock.cpp editor/scene_tree_editor.cpp
msgid "No name provided"
msgid "No name provided."
msgstr ""
#: editor/filesystem_dock.cpp
......@@ -2853,10 +2853,6 @@ msgid "Provided name contains invalid characters"
msgstr ""
#: editor/filesystem_dock.cpp
msgid "No name provided."
msgstr ""
#: editor/filesystem_dock.cpp
msgid "Name contains invalid characters."
msgstr ""
......@@ -3225,6 +3221,10 @@ msgid "Load an existing resource from disk and edit it."
msgstr ""
#: editor/inspector_dock.cpp
msgid "Save the currently edited resource."
msgstr ""
#: editor/inspector_dock.cpp
msgid "Go to the previous edited object in history."
msgstr ""
......@@ -3335,7 +3335,7 @@ msgstr ""
#: editor/plugins/animation_blend_space_2d_editor.cpp
#: editor/plugins/animation_blend_tree_editor_plugin.cpp
#: editor/plugins/animation_state_machine_editor.cpp
msgid "Load.."
msgid "Load..."
msgstr ""
#: editor/plugins/animation_blend_space_1d_editor.cpp
......@@ -3364,6 +3364,11 @@ msgid "Select and move points, create points with RMB."
msgstr ""
#: editor/plugins/animation_blend_space_1d_editor.cpp
#: editor/plugins/animation_blend_space_2d_editor.cpp scene/gui/graph_edit.cpp
msgid "Enable snap and show grid."
msgstr ""
#: editor/plugins/animation_blend_space_1d_editor.cpp
#: editor/plugins/animation_blend_space_2d_editor.cpp
msgid "Point"
msgstr ""
......@@ -3400,12 +3405,6 @@ msgid "Generate blend triangles automatically (instead of manually)"
msgstr ""
#: editor/plugins/animation_blend_space_2d_editor.cpp
#: editor/plugins/polygon_2d_editor_plugin.cpp
#: editor/plugins/spatial_editor_plugin.cpp
msgid "Snap"
msgstr ""
#: editor/plugins/animation_blend_space_2d_editor.cpp
#: editor/plugins/animation_tree_player_editor_plugin.cpp
msgid "Blend:"
msgstr ""
......@@ -3440,7 +3439,8 @@ msgid ""
msgstr ""
#: editor/plugins/animation_blend_tree_editor_plugin.cpp
msgid "Add Node.."
#: editor/plugins/visual_shader_editor_plugin.cpp
msgid "Add Node..."
msgstr ""
#: editor/plugins/animation_blend_tree_editor_plugin.cpp
......@@ -3707,7 +3707,7 @@ msgid "Connect nodes."
msgstr ""
#: editor/plugins/animation_state_machine_editor.cpp
msgid "Remove selected node or transition"
msgid "Remove selected node or transition."
msgstr ""
#: editor/plugins/animation_state_machine_editor.cpp
......@@ -4727,6 +4727,7 @@ msgid "Populate"
msgstr ""
#: editor/plugins/navigation_polygon_editor_plugin.cpp
#: editor/plugins/tile_set_editor_plugin.cpp
msgid "Create Navigation Polygon"
msgstr ""
......@@ -5125,6 +5126,11 @@ msgid "Grid Settings"
msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp
#: editor/plugins/spatial_editor_plugin.cpp
msgid "Snap"
msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Enable Snap"
msgstr ""
......@@ -6074,6 +6080,10 @@ msgstr ""
msgid "Post"
msgstr ""
#: editor/plugins/spatial_editor_plugin.cpp
msgid "Name-less gizmo"
msgstr ""
#: editor/plugins/sprite_editor_plugin.cpp
msgid "Sprite is empty!"
msgstr ""
......@@ -6476,7 +6486,7 @@ msgid "Display Tile Names (Hold Alt Key)"
msgstr ""
#: editor/plugins/tile_set_editor_plugin.cpp
msgid "Remove selected texture and ALL TILES which use it?"
msgid "Remove selected texture? This will remove all tiles which use it."
msgstr ""
#: editor/plugins/tile_set_editor_plugin.cpp
......@@ -6484,7 +6494,7 @@ msgid "You haven't selected a texture to remove."
msgstr ""
#: editor/plugins/tile_set_editor_plugin.cpp
msgid "Create from scene?"
msgid "Create from scene? This will overwrite all current tiles."
msgstr ""
#: editor/plugins/tile_set_editor_plugin.cpp
......@@ -6492,6 +6502,10 @@ msgid "Merge from scene?"
msgstr ""
#: editor/plugins/tile_set_editor_plugin.cpp
msgid "Remove Texture"
msgstr ""
#: editor/plugins/tile_set_editor_plugin.cpp
msgid "%s file(s) were not added because was already on the list."
msgstr ""
......@@ -6542,6 +6556,74 @@ msgid ""
msgstr ""
#: editor/plugins/tile_set_editor_plugin.cpp
msgid "Set Tile Region"
msgstr ""
#: editor/plugins/tile_set_editor_plugin.cpp
msgid "Create Tile"
msgstr ""
#: editor/plugins/tile_set_editor_plugin.cpp
msgid "Set Tile Icon"
msgstr ""
#: editor/plugins/tile_set_editor_plugin.cpp
msgid "Edit Tile Bitmask"
msgstr ""
#: editor/plugins/tile_set_editor_plugin.cpp
msgid "Edit Collision Polygon"
msgstr ""
#: editor/plugins/tile_set_editor_plugin.cpp
msgid "Edit Occlusion Polygon"
msgstr ""
#: editor/plugins/tile_set_editor_plugin.cpp
msgid "Edit Navigation Polygon"
msgstr ""
#: editor/plugins/tile_set_editor_plugin.cpp
msgid "Paste Tile Bitmask"
msgstr ""
#: editor/plugins/tile_set_editor_plugin.cpp
msgid "Clear Tile Bitmask"
msgstr ""
#: editor/plugins/tile_set_editor_plugin.cpp
msgid "Remove Tile"
msgstr ""
#: editor/plugins/tile_set_editor_plugin.cpp
msgid "Remove Collision Polygon"
msgstr ""
#: editor/plugins/tile_set_editor_plugin.cpp
msgid "Remove Occlusion Polygon"
msgstr ""
#: editor/plugins/tile_set_editor_plugin.cpp
msgid "Remove Navigation Polygon"
msgstr ""
#: editor/plugins/tile_set_editor_plugin.cpp
msgid "Edit Tile Priority"
msgstr ""
#: editor/plugins/tile_set_editor_plugin.cpp
msgid "Edit Tile Z Index"
msgstr ""
#: editor/plugins/tile_set_editor_plugin.cpp
msgid "Create Collision Polygon"
msgstr ""
#: editor/plugins/tile_set_editor_plugin.cpp
msgid "Create Occlusion Polygon"
msgstr ""
#: editor/plugins/tile_set_editor_plugin.cpp
msgid "This property can't be changed."
msgstr ""
......@@ -6562,10 +6644,6 @@ msgid "Light"
msgstr ""
#: editor/plugins/visual_shader_editor_plugin.cpp
msgid "Add Node..."
msgstr ""
#: editor/plugins/visual_shader_editor_plugin.cpp
msgid "VisualShader"
msgstr ""
......@@ -6660,6 +6738,34 @@ msgid "Feature List:"
msgstr ""
#: editor/project_export.cpp
msgid "Script"
msgstr ""
#: editor/project_export.cpp
msgid "Script Export Mode:"
msgstr ""
#: editor/project_export.cpp
msgid "Text"
msgstr ""
#: editor/project_export.cpp
msgid "Compiled"
msgstr ""
#: editor/project_export.cpp
msgid "Encrypted (Provide Key Below)"
msgstr ""
#: editor/project_export.cpp
msgid "Invalid Encryption Key (must be 64 characters long)"
msgstr ""
#: editor/project_export.cpp
msgid "Script Encryption Key (256-bits as hex):"
msgstr ""
#: editor/project_export.cpp
msgid "Export PCK/Zip"
msgstr ""
......@@ -6798,7 +6904,7 @@ msgid "Unnamed Project"
msgstr ""
#: editor/project_manager.cpp
msgid "Can't open project"
msgid "Can't open project at '%s'."
msgstr ""
#: editor/project_manager.cpp
......@@ -6807,6 +6913,24 @@ msgstr ""
#: editor/project_manager.cpp
msgid ""
"The following project settings file was generated by an older engine "
"version, and needs to be converted for this version:\n"
"\n"
"%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."
msgstr ""
#: editor/project_manager.cpp
msgid ""
"The project settings were created by a newer engine version, whose settings "
"are not compatible with this version."
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 "
"the \"Application\" category."
......@@ -9040,10 +9164,6 @@ msgstr ""
msgid "Please Confirm..."
msgstr ""
#: scene/gui/graph_edit.cpp
msgid "Enable snap and show grid."
msgstr ""
#: scene/gui/popup.cpp
msgid ""
"Popups will hide by default unless you call popup() or any of the popup*() "
......
......@@ -991,7 +991,7 @@ msgid "Uncompressing Assets"
msgstr "عست های غیر فشرده"
#: editor/editor_asset_installer.cpp editor/project_manager.cpp
msgid "Package Installed Successfully!"
msgid "Package installed successfully!"
msgstr ""
#: editor/editor_asset_installer.cpp
......@@ -1237,7 +1237,7 @@ msgid "Add AutoLoad"
msgstr "بارگذاری خودکار (AutoLoad) را اضافه کن"
#: editor/editor_autoload_settings.cpp editor/editor_file_dialog.cpp
#: scene/gui/file_dialog.cpp
#: editor/plugins/animation_tree_editor_plugin.cpp scene/gui/file_dialog.cpp
msgid "Path:"
msgstr "مسیر:"
......@@ -2573,12 +2573,12 @@ msgid "[Empty]"
msgstr ""
#: editor/editor_properties.cpp editor/plugins/root_motion_editor_plugin.cpp
msgid "Assign.."
msgid "Assign..."
msgstr ""
#: editor/editor_properties.cpp
msgid ""
"The selected resource (%s) does not match the type expected for this "
"The selected resource (%s) does not match any type expected for this "
"property (%s)."
msgstr ""
......@@ -2954,7 +2954,7 @@ msgid "Unable to update dependencies:"
msgstr "خطا در بارگذاری صحنه به دلیل بستگی‌های مفقود:"
#: editor/filesystem_dock.cpp editor/scene_tree_editor.cpp
msgid "No name provided"
msgid "No name provided."
msgstr ""
#: editor/filesystem_dock.cpp
......@@ -2962,10 +2962,6 @@ msgid "Provided name contains invalid characters"
msgstr ""
#: editor/filesystem_dock.cpp
msgid "No name provided."
msgstr ""
#: editor/filesystem_dock.cpp
#, fuzzy
msgid "Name contains invalid characters."
msgstr "کاراکترهای معتبر:"
......@@ -3360,6 +3356,10 @@ msgid "Load an existing resource from disk and edit it."
msgstr ""
#: editor/inspector_dock.cpp
msgid "Save the currently edited resource."
msgstr ""
#: editor/inspector_dock.cpp
msgid "Go to the previous edited object in history."
msgstr ""
......@@ -3479,7 +3479,7 @@ msgstr ""
#: editor/plugins/animation_blend_tree_editor_plugin.cpp
#: editor/plugins/animation_state_machine_editor.cpp
#, fuzzy
msgid "Load.."
msgid "Load..."
msgstr "بارگیری"
#: editor/plugins/animation_blend_space_1d_editor.cpp
......@@ -3508,6 +3508,11 @@ msgid "Select and move points, create points with RMB."
msgstr ""
#: editor/plugins/animation_blend_space_1d_editor.cpp
#: editor/plugins/animation_blend_space_2d_editor.cpp scene/gui/graph_edit.cpp
msgid "Enable snap and show grid."
msgstr ""
#: editor/plugins/animation_blend_space_1d_editor.cpp
#: editor/plugins/animation_blend_space_2d_editor.cpp
msgid "Point"
msgstr ""
......@@ -3546,12 +3551,6 @@ msgid "Generate blend triangles automatically (instead of manually)"
msgstr ""
#: editor/plugins/animation_blend_space_2d_editor.cpp
#: editor/plugins/polygon_2d_editor_plugin.cpp
#: editor/plugins/spatial_editor_plugin.cpp
msgid "Snap"
msgstr ""
#: editor/plugins/animation_blend_space_2d_editor.cpp
#: editor/plugins/animation_tree_player_editor_plugin.cpp
msgid "Blend:"
msgstr ""
......@@ -3586,8 +3585,9 @@ msgid ""
msgstr ""
#: editor/plugins/animation_blend_tree_editor_plugin.cpp
#: editor/plugins/visual_shader_editor_plugin.cpp
#, fuzzy
msgid "Add Node.."
msgid "Add Node..."
msgstr "افزودن گره"
#: editor/plugins/animation_blend_tree_editor_plugin.cpp
......@@ -3870,7 +3870,7 @@ msgstr "اتصال گره‌ها"
#: editor/plugins/animation_state_machine_editor.cpp
#, fuzzy
msgid "Remove selected node or transition"
msgid "Remove selected node or transition."
msgstr "ترک انتخاب شده را حذف کن."
#: editor/plugins/animation_state_machine_editor.cpp
......@@ -4912,6 +4912,7 @@ msgid "Populate"
msgstr ""
#: editor/plugins/navigation_polygon_editor_plugin.cpp
#: editor/plugins/tile_set_editor_plugin.cpp
msgid "Create Navigation Polygon"
msgstr ""
......@@ -5326,6 +5327,11 @@ msgid "Grid Settings"
msgstr "ترجیحات"
#: editor/plugins/polygon_2d_editor_plugin.cpp
#: editor/plugins/spatial_editor_plugin.cpp
msgid "Snap"
msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Enable Snap"
msgstr ""
......@@ -6321,6 +6327,10 @@ msgstr ""
msgid "Post"
msgstr ""
#: editor/plugins/spatial_editor_plugin.cpp
msgid "Name-less gizmo"
msgstr ""
#: editor/plugins/sprite_editor_plugin.cpp
#, fuzzy
msgid "Sprite is empty!"
......@@ -6744,15 +6754,16 @@ msgid "Display Tile Names (Hold Alt Key)"
msgstr ""
#: editor/plugins/tile_set_editor_plugin.cpp
msgid "Remove selected texture and ALL TILES which use it?"
msgstr ""
#, fuzzy
msgid "Remove selected texture? This will remove all tiles which use it."
msgstr "حذف نقطهٔ منحنی"
#: editor/plugins/tile_set_editor_plugin.cpp
msgid "You haven't selected a texture to remove."
msgstr ""
#: editor/plugins/tile_set_editor_plugin.cpp
msgid "Create from scene?"
msgid "Create from scene? This will overwrite all current tiles."
msgstr ""
#: editor/plugins/tile_set_editor_plugin.cpp
......@@ -6760,6 +6771,11 @@ msgid "Merge from scene?"
msgstr ""
#: editor/plugins/tile_set_editor_plugin.cpp
#, fuzzy
msgid "Remove Texture"
msgstr "حذف قالب"
#: editor/plugins/tile_set_editor_plugin.cpp
msgid "%s file(s) were not added because was already on the list."
msgstr ""
......@@ -6815,6 +6831,87 @@ msgid ""
msgstr "ساختن پوشه"
#: editor/plugins/tile_set_editor_plugin.cpp
msgid "Set Tile Region"
msgstr ""
#: editor/plugins/tile_set_editor_plugin.cpp
#, fuzzy
msgid "Create Tile"
msgstr "ساختن پوشه"
#: editor/plugins/tile_set_editor_plugin.cpp
msgid "Set Tile Icon"
msgstr ""
#: editor/plugins/tile_set_editor_plugin.cpp
#, fuzzy
msgid "Edit Tile Bitmask"
msgstr "ویرایش صافی ها"
#: editor/plugins/tile_set_editor_plugin.cpp
#, fuzzy
msgid "Edit Collision Polygon"
msgstr "ویرایش سیگنال"
#: editor/plugins/tile_set_editor_plugin.cpp
#, fuzzy
msgid "Edit Occlusion Polygon"
msgstr "ویرایش سیگنال"
#: editor/plugins/tile_set_editor_plugin.cpp
#, fuzzy
msgid "Edit Navigation Polygon"
msgstr "ویرایش سیگنال"
#: editor/plugins/tile_set_editor_plugin.cpp
#, fuzzy
msgid "Paste Tile Bitmask"
msgstr "مسیر به سمت گره:"
#: editor/plugins/tile_set_editor_plugin.cpp
msgid "Clear Tile Bitmask"
msgstr ""
#: editor/plugins/tile_set_editor_plugin.cpp
#, fuzzy
msgid "Remove Tile"
msgstr "حذف قالب"
#: editor/plugins/tile_set_editor_plugin.cpp
#, fuzzy
msgid "Remove Collision Polygon"
msgstr "برداشتن نقش"
#: editor/plugins/tile_set_editor_plugin.cpp
#, fuzzy
msgid "Remove Occlusion Polygon"
msgstr "برداشتن نقش"
#: editor/plugins/tile_set_editor_plugin.cpp
#, fuzzy
msgid "Remove Navigation Polygon"
msgstr "حذف ترجمه"
#: editor/plugins/tile_set_editor_plugin.cpp
#, fuzzy
msgid "Edit Tile Priority"
msgstr "ویرایش صافی ها"
#: editor/plugins/tile_set_editor_plugin.cpp
msgid "Edit Tile Z Index"
msgstr ""
#: editor/plugins/tile_set_editor_plugin.cpp
#, fuzzy
msgid "Create Collision Polygon"
msgstr "انتخاب شده را تغییر مقیاس بده"
#: editor/plugins/tile_set_editor_plugin.cpp
#, fuzzy
msgid "Create Occlusion Polygon"
msgstr "انتخاب شده را تغییر مقیاس بده"
#: editor/plugins/tile_set_editor_plugin.cpp
msgid "This property can't be changed."
msgstr ""
......@@ -6837,11 +6934,6 @@ msgid "Light"
msgstr ""
#: editor/plugins/visual_shader_editor_plugin.cpp
#, fuzzy
msgid "Add Node..."
msgstr "افزودن گره"
#: editor/plugins/visual_shader_editor_plugin.cpp
msgid "VisualShader"
msgstr ""
......@@ -6942,6 +7034,36 @@ msgid "Feature List:"
msgstr "فهرست متدها:"
#: editor/project_export.cpp
#, fuzzy
msgid "Script"
msgstr "صحنه جدید"
#: editor/project_export.cpp
#, fuzzy
msgid "Script Export Mode:"
msgstr "حالت صدور:"
#: editor/project_export.cpp
msgid "Text"
msgstr ""
#: editor/project_export.cpp
msgid "Compiled"
msgstr ""
#: editor/project_export.cpp
msgid "Encrypted (Provide Key Below)"
msgstr ""
#: editor/project_export.cpp
msgid "Invalid Encryption Key (must be 64 characters long)"
msgstr ""
#: editor/project_export.cpp
msgid "Script Encryption Key (256-bits as hex):"
msgstr ""
#: editor/project_export.cpp
msgid "Export PCK/Zip"
msgstr "صدور pck/zip"
......@@ -7089,7 +7211,8 @@ msgid "Unnamed Project"
msgstr "پروژه بی نام"
#: editor/project_manager.cpp
msgid "Can't open project"
#, fuzzy
msgid "Can't open project at '%s'."
msgstr "ناتوان در گشودن پروژه"
#: editor/project_manager.cpp
......@@ -7098,6 +7221,24 @@ msgstr ""
#: editor/project_manager.cpp
msgid ""
"The following project settings file was generated by an older engine "
"version, and needs to be converted for this version:\n"
"\n"
"%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."
msgstr ""
#: editor/project_manager.cpp
msgid ""
"The project settings were created by a newer engine version, whose settings "
"are not compatible with this version."
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 "
"the \"Application\" category."
......@@ -9490,10 +9631,6 @@ msgstr "هشدار!"
msgid "Please Confirm..."
msgstr "لطفاً تأیید کنید…"
#: scene/gui/graph_edit.cpp
msgid "Enable snap and show grid."
msgstr ""
#: scene/gui/popup.cpp
msgid ""
"Popups will hide by default unless you call popup() or any of the popup*() "
......@@ -9575,6 +9712,10 @@ msgid "Varyings can only be assigned in vertex function."
msgstr ""
#, fuzzy
#~ msgid "Add Node.."
#~ msgstr "افزودن گره"
#, fuzzy
#~ msgid "Zoom out"
#~ msgstr "بزرگنمایی کمتر"
......
......@@ -990,7 +990,8 @@ msgid "Uncompressing Assets"
msgstr "असंपीड़ित संपत्तियां"
#: editor/editor_asset_installer.cpp editor/project_manager.cpp
msgid "Package Installed Successfully!"
#, fuzzy
msgid "Package installed successfully!"
msgstr "पैकेज सफलतापूर्वक स्थापित किया गया!"
#: editor/editor_asset_installer.cpp
......@@ -1236,7 +1237,7 @@ msgid "Add AutoLoad"
msgstr ""
#: editor/editor_autoload_settings.cpp editor/editor_file_dialog.cpp
#: scene/gui/file_dialog.cpp
#: editor/plugins/animation_tree_editor_plugin.cpp scene/gui/file_dialog.cpp
msgid "Path:"
msgstr ""
......@@ -2542,12 +2543,12 @@ msgid "[Empty]"
msgstr ""
#: editor/editor_properties.cpp editor/plugins/root_motion_editor_plugin.cpp
msgid "Assign.."
msgid "Assign..."
msgstr ""
#: editor/editor_properties.cpp
msgid ""
"The selected resource (%s) does not match the type expected for this "
"The selected resource (%s) does not match any type expected for this "
"property (%s)."
msgstr ""
......@@ -2917,7 +2918,7 @@ msgid "Unable to update dependencies:"
msgstr "लापता निर्भरताओं के कारण दृश्य लोड करने में विफल रहे:"
#: editor/filesystem_dock.cpp editor/scene_tree_editor.cpp
msgid "No name provided"
msgid "No name provided."
msgstr ""
#: editor/filesystem_dock.cpp
......@@ -2925,10 +2926,6 @@ msgid "Provided name contains invalid characters"
msgstr ""
#: editor/filesystem_dock.cpp
msgid "No name provided."
msgstr ""
#: editor/filesystem_dock.cpp
msgid "Name contains invalid characters."
msgstr ""
......@@ -3306,6 +3303,10 @@ msgid "Load an existing resource from disk and edit it."
msgstr ""
#: editor/inspector_dock.cpp
msgid "Save the currently edited resource."
msgstr ""
#: editor/inspector_dock.cpp
msgid "Go to the previous edited object in history."
msgstr ""
......@@ -3420,7 +3421,7 @@ msgstr ""
#: editor/plugins/animation_blend_space_2d_editor.cpp
#: editor/plugins/animation_blend_tree_editor_plugin.cpp
#: editor/plugins/animation_state_machine_editor.cpp
msgid "Load.."
msgid "Load..."
msgstr ""
#: editor/plugins/animation_blend_space_1d_editor.cpp
......@@ -3449,6 +3450,11 @@ msgid "Select and move points, create points with RMB."
msgstr ""
#: editor/plugins/animation_blend_space_1d_editor.cpp
#: editor/plugins/animation_blend_space_2d_editor.cpp scene/gui/graph_edit.cpp
msgid "Enable snap and show grid."
msgstr ""
#: editor/plugins/animation_blend_space_1d_editor.cpp
#: editor/plugins/animation_blend_space_2d_editor.cpp
msgid "Point"
msgstr ""
......@@ -3485,12 +3491,6 @@ msgid "Generate blend triangles automatically (instead of manually)"
msgstr ""
#: editor/plugins/animation_blend_space_2d_editor.cpp
#: editor/plugins/polygon_2d_editor_plugin.cpp
#: editor/plugins/spatial_editor_plugin.cpp
msgid "Snap"
msgstr ""
#: editor/plugins/animation_blend_space_2d_editor.cpp
#: editor/plugins/animation_tree_player_editor_plugin.cpp
msgid "Blend:"
msgstr ""
......@@ -3525,7 +3525,8 @@ msgid ""
msgstr ""
#: editor/plugins/animation_blend_tree_editor_plugin.cpp
msgid "Add Node.."
#: editor/plugins/visual_shader_editor_plugin.cpp
msgid "Add Node..."
msgstr ""
#: editor/plugins/animation_blend_tree_editor_plugin.cpp
......@@ -3797,7 +3798,7 @@ msgstr "जुडिये"
#: editor/plugins/animation_state_machine_editor.cpp
#, fuzzy
msgid "Remove selected node or transition"
msgid "Remove selected node or transition."
msgstr "परियोजना से चयनित फ़ाइलें निकालें? (कोई पूर्ववत नहीं)"
#: editor/plugins/animation_state_machine_editor.cpp
......@@ -4820,6 +4821,7 @@ msgid "Populate"
msgstr ""
#: editor/plugins/navigation_polygon_editor_plugin.cpp
#: editor/plugins/tile_set_editor_plugin.cpp
msgid "Create Navigation Polygon"
msgstr ""
......@@ -5222,6 +5224,11 @@ msgid "Grid Settings"
msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp
#: editor/plugins/spatial_editor_plugin.cpp
msgid "Snap"
msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Enable Snap"
msgstr ""
......@@ -6183,6 +6190,10 @@ msgstr ""
msgid "Post"
msgstr ""
#: editor/plugins/spatial_editor_plugin.cpp
msgid "Name-less gizmo"
msgstr ""
#: editor/plugins/sprite_editor_plugin.cpp
msgid "Sprite is empty!"
msgstr ""
......@@ -6591,15 +6602,16 @@ msgid "Display Tile Names (Hold Alt Key)"
msgstr ""
#: editor/plugins/tile_set_editor_plugin.cpp
msgid "Remove selected texture and ALL TILES which use it?"
msgstr ""
#, fuzzy
msgid "Remove selected texture? This will remove all tiles which use it."
msgstr "परियोजना से चयनित फ़ाइलें निकालें? (कोई पूर्ववत नहीं)"
#: editor/plugins/tile_set_editor_plugin.cpp
msgid "You haven't selected a texture to remove."
msgstr ""
#: editor/plugins/tile_set_editor_plugin.cpp
msgid "Create from scene?"
msgid "Create from scene? This will overwrite all current tiles."
msgstr ""
#: editor/plugins/tile_set_editor_plugin.cpp
......@@ -6607,6 +6619,11 @@ msgid "Merge from scene?"
msgstr ""
#: editor/plugins/tile_set_editor_plugin.cpp
#, fuzzy
msgid "Remove Texture"
msgstr "मिटाना"
#: editor/plugins/tile_set_editor_plugin.cpp
msgid "%s file(s) were not added because was already on the list."
msgstr ""
......@@ -6659,6 +6676,81 @@ msgid ""
msgstr ""
#: editor/plugins/tile_set_editor_plugin.cpp
msgid "Set Tile Region"
msgstr ""
#: editor/plugins/tile_set_editor_plugin.cpp
#, fuzzy
msgid "Create Tile"
msgstr "एक नया बनाएं"
#: editor/plugins/tile_set_editor_plugin.cpp
msgid "Set Tile Icon"
msgstr ""
#: editor/plugins/tile_set_editor_plugin.cpp
msgid "Edit Tile Bitmask"
msgstr ""
#: editor/plugins/tile_set_editor_plugin.cpp
#, fuzzy
msgid "Edit Collision Polygon"
msgstr "सदस्यता बनाएं"
#: editor/plugins/tile_set_editor_plugin.cpp
#, fuzzy
msgid "Edit Occlusion Polygon"
msgstr "सदस्यता बनाएं"
#: editor/plugins/tile_set_editor_plugin.cpp
#, fuzzy
msgid "Edit Navigation Polygon"
msgstr "सदस्यता बनाएं"
#: editor/plugins/tile_set_editor_plugin.cpp
msgid "Paste Tile Bitmask"
msgstr ""
#: editor/plugins/tile_set_editor_plugin.cpp
msgid "Clear Tile Bitmask"
msgstr ""
#: editor/plugins/tile_set_editor_plugin.cpp
#, fuzzy
msgid "Remove Tile"
msgstr "मिटाना"
#: editor/plugins/tile_set_editor_plugin.cpp
msgid "Remove Collision Polygon"
msgstr ""
#: editor/plugins/tile_set_editor_plugin.cpp
msgid "Remove Occlusion Polygon"
msgstr ""
#: editor/plugins/tile_set_editor_plugin.cpp
msgid "Remove Navigation Polygon"
msgstr ""
#: editor/plugins/tile_set_editor_plugin.cpp
msgid "Edit Tile Priority"
msgstr ""
#: editor/plugins/tile_set_editor_plugin.cpp
msgid "Edit Tile Z Index"
msgstr ""
#: editor/plugins/tile_set_editor_plugin.cpp
#, fuzzy
msgid "Create Collision Polygon"
msgstr "सदस्यता बनाएं"
#: editor/plugins/tile_set_editor_plugin.cpp
#, fuzzy
msgid "Create Occlusion Polygon"
msgstr "सदस्यता बनाएं"
#: editor/plugins/tile_set_editor_plugin.cpp
msgid "This property can't be changed."
msgstr ""
......@@ -6679,10 +6771,6 @@ msgid "Light"
msgstr ""
#: editor/plugins/visual_shader_editor_plugin.cpp
msgid "Add Node..."
msgstr ""
#: editor/plugins/visual_shader_editor_plugin.cpp
msgid "VisualShader"
msgstr ""
......@@ -6777,6 +6865,34 @@ msgid "Feature List:"
msgstr ""
#: editor/project_export.cpp
msgid "Script"
msgstr ""
#: editor/project_export.cpp
msgid "Script Export Mode:"
msgstr ""
#: editor/project_export.cpp
msgid "Text"
msgstr ""
#: editor/project_export.cpp
msgid "Compiled"
msgstr ""
#: editor/project_export.cpp
msgid "Encrypted (Provide Key Below)"
msgstr ""
#: editor/project_export.cpp
msgid "Invalid Encryption Key (must be 64 characters long)"
msgstr ""
#: editor/project_export.cpp
msgid "Script Encryption Key (256-bits as hex):"
msgstr ""
#: editor/project_export.cpp
msgid "Export PCK/Zip"
msgstr ""
......@@ -6918,7 +7034,7 @@ msgid "Unnamed Project"
msgstr ""
#: editor/project_manager.cpp
msgid "Can't open project"
msgid "Can't open project at '%s'."
msgstr ""
#: editor/project_manager.cpp
......@@ -6927,6 +7043,24 @@ msgstr ""
#: editor/project_manager.cpp
msgid ""
"The following project settings file was generated by an older engine "
"version, and needs to be converted for this version:\n"
"\n"
"%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."
msgstr ""
#: editor/project_manager.cpp
msgid ""
"The project settings were created by a newer engine version, whose settings "
"are not compatible with this version."
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 "
"the \"Application\" category."
......@@ -9170,10 +9304,6 @@ msgstr ""
msgid "Please Confirm..."
msgstr ""
#: scene/gui/graph_edit.cpp
msgid "Enable snap and show grid."
msgstr ""
#: scene/gui/popup.cpp
msgid ""
"Popups will hide by default unless you call popup() or any of the popup*() "
......
......@@ -944,7 +944,7 @@ msgid "Uncompressing Assets"
msgstr ""
#: editor/editor_asset_installer.cpp editor/project_manager.cpp
msgid "Package Installed Successfully!"
msgid "Package installed successfully!"
msgstr ""
#: editor/editor_asset_installer.cpp
......@@ -1185,7 +1185,7 @@ msgid "Add AutoLoad"
msgstr ""
#: editor/editor_autoload_settings.cpp editor/editor_file_dialog.cpp
#: scene/gui/file_dialog.cpp
#: editor/plugins/animation_tree_editor_plugin.cpp scene/gui/file_dialog.cpp
msgid "Path:"
msgstr ""
......@@ -2481,12 +2481,12 @@ msgid "[Empty]"
msgstr ""
#: editor/editor_properties.cpp editor/plugins/root_motion_editor_plugin.cpp
msgid "Assign.."
msgid "Assign..."
msgstr ""
#: editor/editor_properties.cpp
msgid ""
"The selected resource (%s) does not match the type expected for this "
"The selected resource (%s) does not match any type expected for this "
"property (%s)."
msgstr ""
......@@ -2850,7 +2850,7 @@ msgid "Unable to update dependencies:"
msgstr ""
#: editor/filesystem_dock.cpp editor/scene_tree_editor.cpp
msgid "No name provided"
msgid "No name provided."
msgstr ""
#: editor/filesystem_dock.cpp
......@@ -2858,10 +2858,6 @@ msgid "Provided name contains invalid characters"
msgstr ""
#: editor/filesystem_dock.cpp
msgid "No name provided."
msgstr ""
#: editor/filesystem_dock.cpp
msgid "Name contains invalid characters."
msgstr ""
......@@ -3230,6 +3226,10 @@ msgid "Load an existing resource from disk and edit it."
msgstr ""
#: editor/inspector_dock.cpp
msgid "Save the currently edited resource."
msgstr ""
#: editor/inspector_dock.cpp
msgid "Go to the previous edited object in history."
msgstr ""
......@@ -3340,7 +3340,7 @@ msgstr ""
#: editor/plugins/animation_blend_space_2d_editor.cpp
#: editor/plugins/animation_blend_tree_editor_plugin.cpp
#: editor/plugins/animation_state_machine_editor.cpp
msgid "Load.."
msgid "Load..."
msgstr ""
#: editor/plugins/animation_blend_space_1d_editor.cpp
......@@ -3369,6 +3369,11 @@ msgid "Select and move points, create points with RMB."
msgstr ""
#: editor/plugins/animation_blend_space_1d_editor.cpp
#: editor/plugins/animation_blend_space_2d_editor.cpp scene/gui/graph_edit.cpp
msgid "Enable snap and show grid."
msgstr ""
#: editor/plugins/animation_blend_space_1d_editor.cpp
#: editor/plugins/animation_blend_space_2d_editor.cpp
msgid "Point"
msgstr ""
......@@ -3405,12 +3410,6 @@ msgid "Generate blend triangles automatically (instead of manually)"
msgstr ""
#: editor/plugins/animation_blend_space_2d_editor.cpp
#: editor/plugins/polygon_2d_editor_plugin.cpp
#: editor/plugins/spatial_editor_plugin.cpp
msgid "Snap"
msgstr ""
#: editor/plugins/animation_blend_space_2d_editor.cpp
#: editor/plugins/animation_tree_player_editor_plugin.cpp
msgid "Blend:"
msgstr ""
......@@ -3445,7 +3444,8 @@ msgid ""
msgstr ""
#: editor/plugins/animation_blend_tree_editor_plugin.cpp
msgid "Add Node.."
#: editor/plugins/visual_shader_editor_plugin.cpp
msgid "Add Node..."
msgstr ""
#: editor/plugins/animation_blend_tree_editor_plugin.cpp
......@@ -3712,7 +3712,7 @@ msgid "Connect nodes."
msgstr ""
#: editor/plugins/animation_state_machine_editor.cpp
msgid "Remove selected node or transition"
msgid "Remove selected node or transition."
msgstr ""
#: editor/plugins/animation_state_machine_editor.cpp
......@@ -4732,6 +4732,7 @@ msgid "Populate"
msgstr ""
#: editor/plugins/navigation_polygon_editor_plugin.cpp
#: editor/plugins/tile_set_editor_plugin.cpp
msgid "Create Navigation Polygon"
msgstr ""
......@@ -5130,6 +5131,11 @@ msgid "Grid Settings"
msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp
#: editor/plugins/spatial_editor_plugin.cpp
msgid "Snap"
msgstr ""
#: editor/plugins/polygon_2d_editor_plugin.cpp
msgid "Enable Snap"
msgstr ""
......@@ -6079,6 +6085,10 @@ msgstr ""
msgid "Post"
msgstr ""
#: editor/plugins/spatial_editor_plugin.cpp
msgid "Name-less gizmo"
msgstr ""
#: editor/plugins/sprite_editor_plugin.cpp
msgid "Sprite is empty!"
msgstr ""
......@@ -6481,7 +6491,7 @@ msgid "Display Tile Names (Hold Alt Key)"
msgstr ""
#: editor/plugins/tile_set_editor_plugin.cpp
msgid "Remove selected texture and ALL TILES which use it?"
msgid "Remove selected texture? This will remove all tiles which use it."
msgstr ""
#: editor/plugins/tile_set_editor_plugin.cpp
......@@ -6489,7 +6499,7 @@ msgid "You haven't selected a texture to remove."
msgstr ""
#: editor/plugins/tile_set_editor_plugin.cpp
msgid "Create from scene?"
msgid "Create from scene? This will overwrite all current tiles."
msgstr ""
#: editor/plugins/tile_set_editor_plugin.cpp
......@@ -6497,6 +6507,10 @@ msgid "Merge from scene?"
msgstr ""
#: editor/plugins/tile_set_editor_plugin.cpp
msgid "Remove Texture"
msgstr ""
#: editor/plugins/tile_set_editor_plugin.cpp
msgid "%s file(s) were not added because was already on the list."
msgstr ""
......@@ -6547,6 +6561,74 @@ msgid ""
msgstr ""
#: editor/plugins/tile_set_editor_plugin.cpp
msgid "Set Tile Region"
msgstr ""
#: editor/plugins/tile_set_editor_plugin.cpp
msgid "Create Tile"
msgstr ""
#: editor/plugins/tile_set_editor_plugin.cpp
msgid "Set Tile Icon"
msgstr ""
#: editor/plugins/tile_set_editor_plugin.cpp
msgid "Edit Tile Bitmask"
msgstr ""
#: editor/plugins/tile_set_editor_plugin.cpp
msgid "Edit Collision Polygon"
msgstr ""
#: editor/plugins/tile_set_editor_plugin.cpp
msgid "Edit Occlusion Polygon"
msgstr ""
#: editor/plugins/tile_set_editor_plugin.cpp
msgid "Edit Navigation Polygon"
msgstr ""
#: editor/plugins/tile_set_editor_plugin.cpp
msgid "Paste Tile Bitmask"
msgstr ""
#: editor/plugins/tile_set_editor_plugin.cpp
msgid "Clear Tile Bitmask"
msgstr ""
#: editor/plugins/tile_set_editor_plugin.cpp
msgid "Remove Tile"
msgstr ""
#: editor/plugins/tile_set_editor_plugin.cpp
msgid "Remove Collision Polygon"
msgstr ""
#: editor/plugins/tile_set_editor_plugin.cpp
msgid "Remove Occlusion Polygon"
msgstr ""
#: editor/plugins/tile_set_editor_plugin.cpp
msgid "Remove Navigation Polygon"
msgstr ""
#: editor/plugins/tile_set_editor_plugin.cpp
msgid "Edit Tile Priority"
msgstr ""
#: editor/plugins/tile_set_editor_plugin.cpp
msgid "Edit Tile Z Index"
msgstr ""
#: editor/plugins/tile_set_editor_plugin.cpp
msgid "Create Collision Polygon"
msgstr ""
#: editor/plugins/tile_set_editor_plugin.cpp
msgid "Create Occlusion Polygon"
msgstr ""
#: editor/plugins/tile_set_editor_plugin.cpp
msgid "This property can't be changed."
msgstr ""
......@@ -6567,10 +6649,6 @@ msgid "Light"
msgstr ""
#: editor/plugins/visual_shader_editor_plugin.cpp
msgid "Add Node..."
msgstr ""
#: editor/plugins/visual_shader_editor_plugin.cpp
msgid "VisualShader"
msgstr ""
......@@ -6665,6 +6743,34 @@ msgid "Feature List:"
msgstr ""
#: editor/project_export.cpp
msgid "Script"
msgstr ""
#: editor/project_export.cpp
msgid "Script Export Mode:"
msgstr ""
#: editor/project_export.cpp
msgid "Text"
msgstr ""
#: editor/project_export.cpp
msgid "Compiled"
msgstr ""
#: editor/project_export.cpp
msgid "Encrypted (Provide Key Below)"
msgstr ""
#: editor/project_export.cpp
msgid "Invalid Encryption Key (must be 64 characters long)"
msgstr ""
#: editor/project_export.cpp
msgid "Script Encryption Key (256-bits as hex):"
msgstr ""
#: editor/project_export.cpp
msgid "Export PCK/Zip"
msgstr ""
......@@ -6803,7 +6909,7 @@ msgid "Unnamed Project"
msgstr ""
#: editor/project_manager.cpp
msgid "Can't open project"
msgid "Can't open project at '%s'."
msgstr ""
#: editor/project_manager.cpp
......@@ -6812,6 +6918,24 @@ msgstr ""
#: editor/project_manager.cpp
msgid ""
"The following project settings file was generated by an older engine "
"version, and needs to be converted for this version:\n"
"\n"
"%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."
msgstr ""
#: editor/project_manager.cpp
msgid ""
"The project settings were created by a newer engine version, whose settings "
"are not compatible with this version."
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 "
"the \"Application\" category."
......@@ -9045,10 +9169,6 @@ msgstr ""
msgid "Please Confirm..."
msgstr ""
#: scene/gui/graph_edit.cpp
msgid "Enable snap and show grid."
msgstr ""
#: scene/gui/popup.cpp
msgid ""
"Popups will hide by default unless you call popup() or any of the popup*() "
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment