diff options
Diffstat (limited to 'editor/translations/ka.po')
-rw-r--r-- | editor/translations/ka.po | 3148 |
1 files changed, 2405 insertions, 743 deletions
diff --git a/editor/translations/ka.po b/editor/translations/ka.po index 07eeeb5377..e2d3086b5c 100644 --- a/editor/translations/ka.po +++ b/editor/translations/ka.po @@ -1,6 +1,6 @@ # Georgian translation of the Godot Engine editor -# Copyright (c) 2007-2020 Juan Linietsky, Ariel Manzur. -# Copyright (c) 2014-2020 Godot Engine contributors (cf. AUTHORS.md). +# Copyright (c) 2007-2022 Juan Linietsky, Ariel Manzur. +# Copyright (c) 2014-2022 Godot Engine contributors (cf. AUTHORS.md). # This file is distributed under the same license as the Godot source code. # Giorgi Beriashvili <giorgi.beriashvili@outlook.com>, 2018. # George Dzavashvili <dzavashviligeorge@gmail.com>, 2018. @@ -9,6 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine editor\n" +"Report-Msgid-Bugs-To: https://github.com/godotengine/godot\n" "POT-Creation-Date: \n" "PO-Revision-Date: 2019-03-10 09:58+0000\n" "Last-Translator: Rati Nikolaishvili <rati.nikolaishvili@gmail.com>\n" @@ -366,6 +367,7 @@ msgstr "ანიმ ლუპის შეცვლა" msgid "Remove Anim Track" msgstr "ანიმაციის თრექის წაშლა" +#. TRANSLATORS: %s will be replaced by a phrase describing the target of track. #: editor/animation_track_editor.cpp #, fuzzy msgid "Create NEW track for %s and insert key?" @@ -391,6 +393,17 @@ msgstr "შექმნა" msgid "Anim Insert" msgstr "ანიმ ჩაყენება" +#. TRANSLATORS: This describes the target of new animation track, will be inserted into another string. +#: editor/animation_track_editor.cpp +msgid "node '%s'" +msgstr "" + +#. TRANSLATORS: This describes the target of new animation track, will be inserted into another string. +#: editor/animation_track_editor.cpp +#, fuzzy +msgid "animation" +msgstr "ფუნქციები:" + #: editor/animation_track_editor.cpp #, fuzzy msgid "AnimationPlayer can't animate itself, only other players." @@ -398,6 +411,12 @@ msgstr "" "ანიმაციის გამშვები ვერ ჩაატარებს ცდებს საკუთარ თავზე, მხოლოდ სხვა " "მოთამაშეებზე." +#. TRANSLATORS: This describes the target of new animation track, will be inserted into another string. +#: editor/animation_track_editor.cpp +#, fuzzy +msgid "property '%s'" +msgstr "ობიექტზე დაკვირვება" + #: editor/animation_track_editor.cpp msgid "Anim Create & Insert" msgstr "ანიმ შექმნა & ჩაყენება" @@ -436,10 +455,6 @@ msgid "Animation tracks can only point to AnimationPlayer nodes." msgstr "" #: editor/animation_track_editor.cpp -msgid "An animation player can't animate itself, only other players." -msgstr "" - -#: editor/animation_track_editor.cpp msgid "Not possible to add a new track without a root" msgstr "შეუძლებელია დაამატო ახალი ჩანაწერი ფესვის გარეშე" @@ -491,9 +506,9 @@ msgid "Anim Move Keys" msgstr "ანიმაციის გასაღებების გადაადგილება" #: editor/animation_track_editor.cpp -#, fuzzy -msgid "Clipboard is empty" -msgstr "ბუფერი ცარიელია" +#: modules/visual_script/visual_script_editor.cpp +msgid "Clipboard is empty!" +msgstr "" #: editor/animation_track_editor.cpp msgid "Paste Tracks" @@ -552,10 +567,12 @@ msgid "Seconds" msgstr "" #: editor/animation_track_editor.cpp +#: editor/plugins/sprite_frames_editor_plugin.cpp msgid "FPS" msgstr "" -#: editor/animation_track_editor.cpp editor/editor_properties.cpp +#: editor/animation_track_editor.cpp editor/editor_plugin_settings.cpp +#: editor/editor_resource_picker.cpp #: editor/plugins/polygon_2d_editor_plugin.cpp #: editor/plugins/script_text_editor.cpp #: editor/plugins/shader_editor_plugin.cpp editor/plugins/text_editor.cpp @@ -581,7 +598,8 @@ msgstr "მონიშვნის მასშტაბის ცვლილ msgid "Scale From Cursor" msgstr "შკალირება მაჩვენებლიდან" -#: editor/animation_track_editor.cpp modules/gridmap/grid_map_editor_plugin.cpp +#: editor/animation_track_editor.cpp editor/plugins/script_text_editor.cpp +#: modules/gridmap/grid_map_editor_plugin.cpp msgid "Duplicate Selection" msgstr "მონიშვნის ასლის შექმნა" @@ -605,6 +623,11 @@ msgid "Go to Previous Step" msgstr "წინამდებარე ნაბიჯზე გადასვლა" #: editor/animation_track_editor.cpp +#, fuzzy +msgid "Apply Reset" +msgstr "ზუმის საწყისზე დაყენება" + +#: editor/animation_track_editor.cpp msgid "Optimize Animation" msgstr "ანიმაციის ოპტიმიზაცია" @@ -621,6 +644,10 @@ msgid "Use Bezier Curves" msgstr "" #: editor/animation_track_editor.cpp +msgid "Create RESET Track(s)" +msgstr "" + +#: editor/animation_track_editor.cpp msgid "Anim. Optimizer" msgstr "ანიმაციის. ოპტიმიზატორი" @@ -670,11 +697,11 @@ msgid "Select Tracks to Copy" msgstr "დაყენდეს გადასვლები შემდეგზე:" #: editor/animation_track_editor.cpp editor/editor_log.cpp -#: editor/editor_properties.cpp +#: editor/editor_resource_picker.cpp #: editor/plugins/animation_player_editor_plugin.cpp #: editor/plugins/script_text_editor.cpp #: editor/plugins/sprite_frames_editor_plugin.cpp editor/property_editor.cpp -#: scene/gui/line_edit.cpp scene/gui/text_edit.cpp +#: editor/scene_tree_dock.cpp scene/gui/line_edit.cpp scene/gui/text_edit.cpp msgid "Copy" msgstr "" @@ -738,7 +765,7 @@ msgstr "საქმის დამთხვევა" msgid "Whole Words" msgstr "მთლიანი სიტყვები" -#: editor/code_editor.cpp editor/rename_dialog.cpp +#: editor/code_editor.cpp msgid "Replace" msgstr "ჩანაცვლება" @@ -760,12 +787,14 @@ msgid "Toggle Scripts Panel" msgstr "" #: editor/code_editor.cpp editor/plugins/canvas_item_editor_plugin.cpp +#: editor/plugins/sprite_frames_editor_plugin.cpp #: editor/plugins/texture_region_editor_plugin.cpp #: editor/plugins/tile_set_editor_plugin.cpp scene/gui/graph_edit.cpp msgid "Zoom In" msgstr "ზუმის გაზრდა" #: editor/code_editor.cpp editor/plugins/canvas_item_editor_plugin.cpp +#: editor/plugins/sprite_frames_editor_plugin.cpp #: editor/plugins/texture_region_editor_plugin.cpp #: editor/plugins/tile_set_editor_plugin.cpp scene/gui/graph_edit.cpp msgid "Zoom Out" @@ -790,6 +819,11 @@ msgstr "სამიზნე კვანძში მეთოდი უნდ #: editor/connections_dialog.cpp #, fuzzy +msgid "Method name must be a valid identifier." +msgstr "სამიზნე კვანძში მეთოდი უნდა იყოს განსაზღვრული!" + +#: editor/connections_dialog.cpp +#, fuzzy msgid "" "Target method not found. Specify a valid method or attach a script to the " "target node." @@ -823,11 +857,9 @@ msgid "Add" msgstr "დამატება" #: editor/connections_dialog.cpp editor/dependency_editor.cpp -#: editor/editor_feature_profile.cpp editor/groups_editor.cpp -#: editor/plugins/animation_player_editor_plugin.cpp +#: editor/groups_editor.cpp editor/plugins/animation_player_editor_plugin.cpp #: editor/plugins/animation_tree_player_editor_plugin.cpp #: editor/plugins/resource_preloader_editor_plugin.cpp -#: editor/plugins/theme_editor_plugin.cpp #: editor/plugins/visual_shader_editor_plugin.cpp editor/project_manager.cpp #: editor/project_settings_editor.cpp msgid "Remove" @@ -876,10 +908,10 @@ msgstr "დამაკავშირებელი სიგნალი:" #: editor/export_template_manager.cpp editor/groups_editor.cpp #: editor/plugins/animation_player_editor_plugin.cpp #: editor/plugins/asset_library_editor_plugin.cpp -#: 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/plugins/theme_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 @@ -937,6 +969,11 @@ msgid "Signals" msgstr "სიგნალები" #: editor/connections_dialog.cpp +#, fuzzy +msgid "Filter signals" +msgstr "დამაკავშირებელი სიგნალი:" + +#: editor/connections_dialog.cpp msgid "Are you sure you want to remove all connections from this signal?" msgstr "" @@ -950,8 +987,9 @@ msgid "Edit..." msgstr "" #: editor/connections_dialog.cpp -msgid "Go To Method" -msgstr "" +#, fuzzy +msgid "Go to Method" +msgstr "მომდევნო ნაბიჯზე გადასვლა" #: editor/create_dialog.cpp msgid "Change %s Type" @@ -965,6 +1003,14 @@ msgstr "ცვლილება" msgid "Create New %s" msgstr "ახალი %s შექმნა" +#: editor/create_dialog.cpp editor/plugins/asset_library_editor_plugin.cpp +msgid "No results for \"%s\"." +msgstr "" + +#: editor/create_dialog.cpp editor/property_selector.cpp +msgid "No description available for %s." +msgstr "" + #: editor/create_dialog.cpp editor/editor_file_dialog.cpp #: editor/filesystem_dock.cpp msgid "Favorites:" @@ -975,7 +1021,7 @@ msgid "Recent:" msgstr "ბოლო:" #: editor/create_dialog.cpp editor/plugins/script_editor_plugin.cpp -#: editor/property_selector.cpp editor/quick_open.cpp +#: editor/property_selector.cpp editor/quick_open.cpp editor/rename_dialog.cpp #: modules/visual_script/visual_script_property_selector.cpp msgid "Search:" msgstr "ძებნა:" @@ -986,8 +1032,8 @@ msgstr "ძებნა:" msgid "Matches:" msgstr "დამთხვევები:" -#: editor/create_dialog.cpp editor/editor_plugin_settings.cpp -#: editor/plugin_config_dialog.cpp +#: editor/create_dialog.cpp editor/editor_feature_profile.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 @@ -1025,7 +1071,7 @@ msgstr "" msgid "Dependencies" msgstr "დამოკიდებულებები" -#: editor/dependency_editor.cpp +#: editor/dependency_editor.cpp editor/editor_resource_picker.cpp msgid "Resource" msgstr "რესურსი" @@ -1066,14 +1112,20 @@ msgstr "მფლობელები:" #: editor/dependency_editor.cpp #, fuzzy -msgid "Remove selected files from the project? (Can't be restored)" +msgid "" +"Remove the selected files from the project? (Cannot be undone.)\n" +"Depending on your filesystem configuration, the files will either be moved " +"to the system trash or deleted permanently." msgstr "მოვაშოროთ მონიშნული ფაილები პროექტიდან? (უკან დაბრუნება შეუძლებელია)" #: editor/dependency_editor.cpp +#, fuzzy msgid "" "The files being removed are required by other resources in order for them to " "work.\n" -"Remove them anyway? (no undo)" +"Remove them anyway? (Cannot be undone.)\n" +"Depending on your filesystem configuration, the files will either be moved " +"to the system trash or deleted permanently." msgstr "" "ფაილები რომლებსაც შლით საჭიროა სხვა რესურსებისთვის რომ იმუშაონ.\n" "წავშალოთ ამის მიუხედავად? (შეუძლებელია უკან დაბრუნება)" @@ -1148,6 +1200,10 @@ msgstr "ლექსიკონის მნიშვნელობის შ msgid "Thanks from the Godot community!" msgstr "მადლობა Godot საზოგადოებისგან!" +#: editor/editor_about.cpp editor/editor_node.cpp editor/project_manager.cpp +msgid "Click to copy." +msgstr "" + #: editor/editor_about.cpp msgid "Godot Engine contributors" msgstr "Godot ძრავის ხელშემწყობები" @@ -1160,6 +1216,9 @@ msgstr "პროექტის დამფუძნებლები" msgid "Lead Developer" msgstr "მთავარი დეველოპერი" +#. TRANSLATORS: This refers to a job title. +#. The trailing space is used to distinguish with the project list application, +#. you do not have to keep it in your translation. #: editor/editor_about.cpp msgid "Project Manager " msgstr "პროექტის მენეჯერი. " @@ -1181,6 +1240,16 @@ msgid "Gold Sponsors" msgstr "ოქროს სპონსორები" #: editor/editor_about.cpp +#, fuzzy +msgid "Silver Sponsors" +msgstr "ვერცხლის დონატორები" + +#: editor/editor_about.cpp +#, fuzzy +msgid "Bronze Sponsors" +msgstr "ბრინჯაოს დონატორები" + +#: editor/editor_about.cpp msgid "Mini Sponsors" msgstr "მინი სპონსორები" @@ -1234,30 +1303,38 @@ msgstr "კომპონენტები" msgid "Licenses" msgstr "ლიცენზიები" -#: editor/editor_asset_installer.cpp editor/project_manager.cpp +#: editor/editor_asset_installer.cpp #, fuzzy -msgid "Error opening package file, not in ZIP format." +msgid "Error opening asset file for \"%s\" (not in ZIP format)." msgstr "შეცდომა პაკეტის გახსნისას, უნდა იყოს zip ფორმატში." #: editor/editor_asset_installer.cpp -msgid "%s (Already Exists)" +msgid "%s (already exists)" +msgstr "" + +#: editor/editor_asset_installer.cpp +msgid "Contents of asset \"%s\" - %d file(s) conflict with your project:" +msgstr "" + +#: editor/editor_asset_installer.cpp +msgid "Contents of asset \"%s\" - No files conflict with your project:" msgstr "" #: editor/editor_asset_installer.cpp msgid "Uncompressing Assets" msgstr "აქტივების არაკომპრესირება" -#: editor/editor_asset_installer.cpp editor/project_manager.cpp -msgid "The following files failed extraction from package:" +#: editor/editor_asset_installer.cpp +msgid "The following files failed extraction from asset \"%s\":" msgstr "" #: editor/editor_asset_installer.cpp -msgid "And %s more files." +msgid "(and %s more files)" msgstr "" -#: editor/editor_asset_installer.cpp editor/project_manager.cpp +#: editor/editor_asset_installer.cpp #, fuzzy -msgid "Package installed successfully!" +msgid "Asset \"%s\" installed successfully!" msgstr "პაკეტი დაყენდა წარმატებით!" #: editor/editor_asset_installer.cpp @@ -1265,17 +1342,13 @@ msgstr "პაკეტი დაყენდა წარმატებით! msgid "Success!" msgstr "წარმატება!" -#: editor/editor_asset_installer.cpp -#, fuzzy -msgid "Package Contents:" -msgstr "პაკეტების დამყენებელი" - #: editor/editor_asset_installer.cpp editor/editor_node.cpp msgid "Install" msgstr "დაყენება" #: editor/editor_asset_installer.cpp -msgid "Package Installer" +#, fuzzy +msgid "Asset Installer" msgstr "პაკეტების დამყენებელი" #: editor/editor_audio_buses.cpp @@ -1340,8 +1413,9 @@ msgid "Bypass" msgstr "" #: editor/editor_audio_buses.cpp -msgid "Bus options" -msgstr "" +#, fuzzy +msgid "Bus Options" +msgstr "აღწერა:" #: editor/editor_audio_buses.cpp editor/filesystem_dock.cpp #: editor/plugins/animation_player_editor_plugin.cpp editor/scene_tree_dock.cpp @@ -1421,7 +1495,7 @@ msgstr "" msgid "Add a new Audio Bus to this layout." msgstr "" -#: editor/editor_audio_buses.cpp editor/editor_properties.cpp +#: editor/editor_audio_buses.cpp editor/editor_resource_picker.cpp #: editor/plugins/animation_player_editor_plugin.cpp editor/property_editor.cpp #: editor/script_create_dialog.cpp msgid "Load" @@ -1503,17 +1577,16 @@ msgstr "" msgid "Rearrange Autoloads" msgstr "" -#: editor/editor_autoload_settings.cpp editor/script_create_dialog.cpp -#, fuzzy -msgid "Invalid path." -msgstr "არასწორი ფონტის ზომა." +#: editor/editor_autoload_settings.cpp +msgid "Can't add autoload:" +msgstr "" -#: editor/editor_autoload_settings.cpp editor/script_create_dialog.cpp -msgid "File does not exist." +#: editor/editor_autoload_settings.cpp +msgid "%s is an invalid path. File does not exist." msgstr "" #: editor/editor_autoload_settings.cpp -msgid "Not in resource path." +msgid "%s is an invalid path. Not in resource path (res://)." msgstr "" #: editor/editor_autoload_settings.cpp @@ -1532,16 +1605,16 @@ msgid "Node Name:" msgstr "" #: editor/editor_autoload_settings.cpp editor/editor_help_search.cpp -#: editor/editor_profiler.cpp editor/project_manager.cpp -#: editor/settings_config_dialog.cpp +#: editor/editor_plugin_settings.cpp editor/editor_profiler.cpp +#: editor/project_manager.cpp editor/settings_config_dialog.cpp msgid "Name" msgstr "" #: editor/editor_autoload_settings.cpp -msgid "Singleton" +msgid "Global Variable" msgstr "" -#: editor/editor_data.cpp editor/inspector_dock.cpp +#: editor/editor_data.cpp msgid "Paste Params" msgstr "" @@ -1557,7 +1630,7 @@ msgstr "" msgid "Updating scene..." msgstr "" -#: editor/editor_data.cpp editor/editor_properties.cpp +#: editor/editor_data.cpp editor/editor_resource_picker.cpp msgid "[empty]" msgstr "" @@ -1627,13 +1700,33 @@ msgid "" "Enabled'." msgstr "" -#: editor/editor_export.cpp platform/android/export/export.cpp +#: editor/editor_export.cpp +msgid "" +"Target platform requires 'PVRTC' texture compression for GLES2. Enable " +"'Import Pvrtc' in Project Settings." +msgstr "" + +#: editor/editor_export.cpp +msgid "" +"Target platform requires 'ETC2' or 'PVRTC' texture compression for GLES3. " +"Enable 'Import Etc 2' or 'Import Pvrtc' in Project Settings." +msgstr "" + +#: editor/editor_export.cpp +msgid "" +"Target platform requires 'PVRTC' texture compression for the driver fallback " +"to GLES2.\n" +"Enable 'Import Pvrtc' in Project Settings, or disable 'Driver Fallback " +"Enabled'." +msgstr "" + +#: editor/editor_export.cpp platform/android/export/export_plugin.cpp #: platform/iphone/export/export.cpp platform/javascript/export/export.cpp #: platform/osx/export/export.cpp platform/uwp/export/export.cpp msgid "Custom debug template not found." msgstr "" -#: editor/editor_export.cpp platform/android/export/export.cpp +#: editor/editor_export.cpp platform/android/export/export_plugin.cpp #: platform/iphone/export/export.cpp platform/javascript/export/export.cpp #: platform/osx/export/export.cpp platform/uwp/export/export.cpp msgid "Custom release template not found." @@ -1666,21 +1759,60 @@ msgid "Scene Tree Editing" msgstr "" #: editor/editor_feature_profile.cpp +msgid "Node Dock" +msgstr "" + +#: editor/editor_feature_profile.cpp +msgid "FileSystem Dock" +msgstr "" + +#: editor/editor_feature_profile.cpp msgid "Import Dock" msgstr "" #: editor/editor_feature_profile.cpp -msgid "Node Dock" +msgid "Allows to view and edit 3D scenes." msgstr "" #: editor/editor_feature_profile.cpp -msgid "FileSystem and Import Docks" +msgid "Allows to edit scripts using the integrated script editor." msgstr "" #: editor/editor_feature_profile.cpp -#, fuzzy -msgid "Erase profile '%s'? (no undo)" -msgstr "ყველას ჩანაცვლება" +msgid "Provides built-in access to the Asset Library." +msgstr "" + +#: editor/editor_feature_profile.cpp +msgid "Allows editing the node hierarchy in the Scene dock." +msgstr "" + +#: editor/editor_feature_profile.cpp +msgid "" +"Allows to work with signals and groups of the node selected in the Scene " +"dock." +msgstr "" + +#: editor/editor_feature_profile.cpp +msgid "Allows to browse the local file system via a dedicated dock." +msgstr "" + +#: editor/editor_feature_profile.cpp +msgid "" +"Allows to configure import settings for individual assets. Requires the " +"FileSystem dock to function." +msgstr "" + +#: editor/editor_feature_profile.cpp +msgid "(current)" +msgstr "" + +#: editor/editor_feature_profile.cpp +msgid "(none)" +msgstr "" + +#: editor/editor_feature_profile.cpp +msgid "Remove currently selected profile, '%s'? Cannot be undone." +msgstr "" #: editor/editor_feature_profile.cpp msgid "Profile must be a valid filename and must not contain '.'" @@ -1714,15 +1846,15 @@ msgstr "" #: editor/editor_feature_profile.cpp #, fuzzy -msgid "Enabled Properties:" +msgid "Class Properties:" msgstr "ანიმაციის . პარამეტრები." #: editor/editor_feature_profile.cpp -msgid "Enabled Features:" +msgid "Main Features:" msgstr "" #: editor/editor_feature_profile.cpp -msgid "Enabled Classes:" +msgid "Nodes and Classes:" msgstr "" #: editor/editor_feature_profile.cpp @@ -1741,7 +1873,7 @@ msgid "Error saving profile to path: '%s'." msgstr "ჩატვირთვის შეცდომები!" #: editor/editor_feature_profile.cpp -msgid "Unset" +msgid "Reset to Default" msgstr "" #: editor/editor_feature_profile.cpp @@ -1750,17 +1882,26 @@ msgstr "" #: editor/editor_feature_profile.cpp #, fuzzy -msgid "Make Current" -msgstr "ფუნქციის შექმნა" +msgid "Create Profile" +msgstr "შექმნა" #: editor/editor_feature_profile.cpp -#: editor/plugins/animation_player_editor_plugin.cpp -#: editor/plugins/version_control_editor_plugin.cpp -msgid "New" -msgstr "" +#, fuzzy +msgid "Remove Profile" +msgstr "მოშორება" + +#: editor/editor_feature_profile.cpp +#, fuzzy +msgid "Available Profiles:" +msgstr "ანიმაციის . პარამეტრები." + +#: editor/editor_feature_profile.cpp +#, fuzzy +msgid "Make Current" +msgstr "ფუნქციის შექმნა" #: editor/editor_feature_profile.cpp editor/editor_node.cpp -#: editor/project_manager.cpp +#: editor/plugins/theme_editor_plugin.cpp editor/project_manager.cpp msgid "Import" msgstr "" @@ -1769,21 +1910,20 @@ msgid "Export" msgstr "" #: editor/editor_feature_profile.cpp -#, fuzzy -msgid "Available Profiles:" -msgstr "ანიმაციის . პარამეტრები." +msgid "Configure Selected Profile:" +msgstr "" #: editor/editor_feature_profile.cpp #, fuzzy -msgid "Class Options" +msgid "Extra Options:" msgstr "აღწერა:" #: editor/editor_feature_profile.cpp -msgid "New profile name:" +msgid "Create or import a profile to edit available classes and properties." msgstr "" #: editor/editor_feature_profile.cpp -msgid "Erase Profile" +msgid "New profile name:" msgstr "" #: editor/editor_feature_profile.cpp @@ -1807,7 +1947,7 @@ msgid "Select Current Folder" msgstr "" #: editor/editor_file_dialog.cpp scene/gui/file_dialog.cpp -msgid "File Exists, Overwrite?" +msgid "File exists, overwrite?" msgstr "" #: editor/editor_file_dialog.cpp scene/gui/file_dialog.cpp @@ -1862,9 +2002,10 @@ msgid "Open a File or Directory" msgstr "" #: editor/editor_file_dialog.cpp editor/editor_node.cpp -#: editor/editor_properties.cpp editor/inspector_dock.cpp -#: editor/plugins/animation_player_editor_plugin.cpp -#: editor/plugins/script_editor_plugin.cpp scene/gui/file_dialog.cpp +#: editor/editor_resource_picker.cpp editor/import_defaults_editor.cpp +#: editor/inspector_dock.cpp editor/plugins/animation_player_editor_plugin.cpp +#: editor/plugins/script_editor_plugin.cpp +#: editor/plugins/theme_editor_plugin.cpp scene/gui/file_dialog.cpp msgid "Save" msgstr "" @@ -1948,8 +2089,7 @@ msgid "Directories & Files:" msgstr "" #: editor/editor_file_dialog.cpp editor/plugins/sprite_editor_plugin.cpp -#: editor/plugins/style_box_editor_plugin.cpp -#: editor/plugins/theme_editor_plugin.cpp +#: editor/plugins/style_box_editor_plugin.cpp editor/rename_dialog.cpp msgid "Preview:" msgstr "" @@ -1957,10 +2097,6 @@ msgstr "" msgid "File:" msgstr "" -#: editor/editor_file_dialog.cpp scene/gui/file_dialog.cpp -msgid "Must use a valid extension." -msgstr "" - #: editor/editor_file_system.cpp msgid "ScanSources" msgstr "" @@ -1975,7 +2111,7 @@ msgstr "" msgid "(Re)Importing Assets" msgstr "" -#: editor/editor_help.cpp editor/plugins/spatial_editor_plugin.cpp +#: editor/editor_help.cpp msgid "Top" msgstr "" @@ -2021,12 +2157,28 @@ msgstr "" msgid "Theme Properties" msgstr "" +#: editor/editor_help.cpp editor/plugins/theme_editor_plugin.cpp +msgid "Colors" +msgstr "" + +#: editor/editor_help.cpp editor/plugins/theme_editor_plugin.cpp +msgid "Constants" +msgstr "" + +#: editor/editor_help.cpp editor/plugins/theme_editor_plugin.cpp +msgid "Fonts" +msgstr "" + +#: editor/editor_help.cpp editor/plugins/theme_editor_plugin.cpp +msgid "Icons" +msgstr "" + #: editor/editor_help.cpp -msgid "Enumerations" +msgid "Styles" msgstr "" #: editor/editor_help.cpp -msgid "Constants" +msgid "Enumerations" msgstr "" #: editor/editor_help.cpp @@ -2118,7 +2270,7 @@ msgstr "მონიშნული მხოლოდ" msgid "Signal" msgstr "სიგნალები" -#: editor/editor_help_search.cpp editor/plugins/theme_editor_plugin.cpp +#: editor/editor_help_search.cpp msgid "Constant" msgstr "მუდმივი" @@ -2135,8 +2287,9 @@ msgstr "" msgid "Property:" msgstr "" -#: editor/editor_inspector.cpp -msgid "Set" +#: editor/editor_inspector.cpp editor/scene_tree_dock.cpp +#: modules/visual_script/visual_script_property_selector.cpp +msgid "Set %s" msgstr "" #: editor/editor_inspector.cpp @@ -2153,7 +2306,7 @@ msgid "Copy Selection" msgstr "მონიშვნის მოშორება" #: editor/editor_log.cpp editor/editor_network_profiler.cpp -#: editor/editor_profiler.cpp editor/editor_properties.cpp +#: editor/editor_profiler.cpp editor/editor_resource_picker.cpp #: editor/plugins/animation_tree_player_editor_plugin.cpp #: editor/property_editor.cpp editor/scene_tree_dock.cpp #: editor/script_editor_debugger.cpp @@ -2213,11 +2366,23 @@ msgid "New Window" msgstr "" #: editor/editor_node.cpp +msgid "" +"Spins when the editor window redraws.\n" +"Update Continuously is enabled, which can increase power usage. Click to " +"disable it." +msgstr "" + +#: editor/editor_node.cpp +msgid "Spins when the editor window redraws." +msgstr "" + +#: editor/editor_node.cpp msgid "Imported resources can't be saved." msgstr "" #: editor/editor_node.cpp editor/plugins/script_editor_plugin.cpp -#: scene/gui/dialogs.cpp +#: editor/plugins/theme_editor_plugin.cpp +#: modules/gltf/editor_scene_exporter_gltf_plugin.cpp scene/gui/dialogs.cpp msgid "OK" msgstr "" @@ -2295,6 +2460,14 @@ msgid "" "be satisfied." msgstr "" +#: editor/editor_node.cpp +msgid "Could not save one or more scenes!" +msgstr "" + +#: editor/editor_node.cpp +msgid "Save All Scenes" +msgstr "" + #: editor/editor_node.cpp editor/scene_tree_dock.cpp msgid "Can't overwrite scene that is still open!" msgstr "" @@ -2316,11 +2489,16 @@ msgid "Error saving TileSet!" msgstr "" #: editor/editor_node.cpp -msgid "Error trying to save layout!" +msgid "" +"An error occurred while trying to save the editor layout.\n" +"Make sure the editor's user data path is writable." msgstr "" #: editor/editor_node.cpp -msgid "Default editor layout overridden." +msgid "" +"Default editor layout overridden.\n" +"To restore the Default layout to its base settings, use the Delete Layout " +"option and delete the Default layout." msgstr "" #: editor/editor_node.cpp @@ -2328,7 +2506,7 @@ msgid "Layout name not found!" msgstr "" #: editor/editor_node.cpp -msgid "Restored default layout to base settings." +msgid "Restored the Default layout to its base settings." msgstr "" #: editor/editor_node.cpp @@ -2370,7 +2548,7 @@ msgid "There is no defined scene to run." msgstr "" #: editor/editor_node.cpp -msgid "Current scene was never saved, please save it prior to running." +msgid "Save scene before running..." msgstr "" #: editor/editor_node.cpp @@ -2407,63 +2585,86 @@ msgid "Save changes to '%s' before closing?" msgstr "" #: editor/editor_node.cpp -msgid "Saved %s modified resource(s)." +msgid "%s no longer exists! Please specify a new save location." msgstr "" #: editor/editor_node.cpp -msgid "A root node is required to save the scene." +msgid "" +"The current scene has no root node, but %d modified external resource(s) " +"were saved anyway." +msgstr "" + +#: editor/editor_node.cpp +msgid "" +"A root node is required to save the scene. You can add a root node using the " +"Scene tree dock." msgstr "" #: editor/editor_node.cpp msgid "Save Scene As..." msgstr "" +#: editor/editor_node.cpp modules/gltf/editor_scene_exporter_gltf_plugin.cpp +msgid "This operation can't be done without a scene." +msgstr "" + #: editor/editor_node.cpp -msgid "No" +msgid "Export Mesh Library" msgstr "" #: editor/editor_node.cpp -msgid "Yes" +msgid "This operation can't be done without a root node." msgstr "" #: editor/editor_node.cpp -msgid "This scene has never been saved. Save before running?" +msgid "Export Tile Set" msgstr "" -#: editor/editor_node.cpp editor/scene_tree_dock.cpp -msgid "This operation can't be done without a scene." +#: editor/editor_node.cpp +msgid "This operation can't be done without a selected node." msgstr "" #: editor/editor_node.cpp -msgid "Export Mesh Library" +msgid "Current scene not saved. Open anyway?" msgstr "" #: editor/editor_node.cpp -msgid "This operation can't be done without a root node." +msgid "Can't undo while mouse buttons are pressed." msgstr "" #: editor/editor_node.cpp -msgid "Export Tile Set" +msgid "Nothing to undo." msgstr "" #: editor/editor_node.cpp -msgid "This operation can't be done without a selected node." +msgid "Undo: %s" msgstr "" #: editor/editor_node.cpp -msgid "Current scene not saved. Open anyway?" +msgid "Can't redo while mouse buttons are pressed." msgstr "" #: editor/editor_node.cpp -msgid "Can't reload a scene that was never saved." +msgid "Nothing to redo." msgstr "" #: editor/editor_node.cpp -msgid "Revert" +msgid "Redo: %s" msgstr "" #: editor/editor_node.cpp -msgid "This action cannot be undone. Revert anyway?" +msgid "Can't reload a scene that was never saved." +msgstr "" + +#: editor/editor_node.cpp +#, fuzzy +msgid "Reload Saved Scene" +msgstr "გახსნილი" + +#: editor/editor_node.cpp +msgid "" +"The current scene has unsaved changes.\n" +"Reload the saved scene anyway? This action cannot be undone." msgstr "" #: editor/editor_node.cpp @@ -2475,6 +2676,10 @@ msgid "Quit" msgstr "" #: editor/editor_node.cpp +msgid "Yes" +msgstr "" + +#: editor/editor_node.cpp msgid "Exit the editor?" msgstr "" @@ -2491,7 +2696,7 @@ msgid "Save changes to the following scene(s) before quitting?" msgstr "" #: editor/editor_node.cpp -msgid "Save changes the following scene(s) before opening Project Manager?" +msgid "Save changes to the following scene(s) before opening Project Manager?" msgstr "" #: editor/editor_node.cpp @@ -2518,7 +2723,7 @@ msgid "Unable to enable addon plugin at: '%s' parsing of config failed." msgstr "" #: editor/editor_node.cpp -msgid "Unable to find script field for addon plugin at: 'res://addons/%s'." +msgid "Unable to find script field for addon plugin at: '%s'." msgstr "" #: editor/editor_node.cpp @@ -2527,8 +2732,9 @@ msgstr "" #: editor/editor_node.cpp msgid "" -"Unable to load addon script from path: '%s' There seems to be an error in " -"the code, please check the syntax." +"Unable to load addon script from path: '%s'. This might be due to a code " +"error in that script.\n" +"Disabling the addon at '%s' to prevent further errors." msgstr "" #: editor/editor_node.cpp @@ -2594,7 +2800,7 @@ msgstr "" msgid "Default" msgstr "" -#: editor/editor_node.cpp editor/editor_properties.cpp +#: editor/editor_node.cpp editor/editor_resource_picker.cpp #: editor/plugins/script_editor_plugin.cpp editor/property_editor.cpp msgid "Show in FileSystem" msgstr "" @@ -2708,10 +2914,6 @@ msgid "Save Scene" msgstr "" #: editor/editor_node.cpp -msgid "Save All Scenes" -msgstr "" - -#: editor/editor_node.cpp msgid "Convert To..." msgstr "" @@ -2734,10 +2936,6 @@ msgid "Redo" msgstr "" #: editor/editor_node.cpp -msgid "Revert Scene" -msgstr "" - -#: editor/editor_node.cpp msgid "Miscellaneous project or scene-wide tools." msgstr "" @@ -2785,6 +2983,10 @@ msgid "Orphan Resource Explorer..." msgstr "ობოლი რესურსების მაძიებელი" #: editor/editor_node.cpp +msgid "Reload Current Project" +msgstr "" + +#: editor/editor_node.cpp msgid "Quit to Project List" msgstr "" @@ -2799,22 +3001,26 @@ msgstr "" #: editor/editor_node.cpp msgid "" -"When exporting or deploying, the resulting executable will attempt to " -"connect to the IP of this computer in order to be debugged." +"When this option is enabled, using one-click deploy will make the executable " +"attempt to connect to this computer's IP so the running project can be " +"debugged.\n" +"This option is intended to be used for remote debugging (typically with a " +"mobile device).\n" +"You don't need to enable it to use the GDScript debugger locally." msgstr "" #: editor/editor_node.cpp -msgid "Small Deploy with Network FS" +msgid "Small Deploy with Network Filesystem" msgstr "" #: editor/editor_node.cpp msgid "" -"When this option is enabled, export or deploy will produce a minimal " -"executable.\n" +"When this option is enabled, using one-click deploy for Android will only " +"export an executable without the project data.\n" "The filesystem will be provided from the project by the editor over the " "network.\n" -"On Android, deploy will use the USB cable for faster performance. This " -"option speeds up testing for games with a large footprint." +"On Android, deploying will use the USB cable for faster performance. This " +"option speeds up testing for projects with large assets." msgstr "" #: editor/editor_node.cpp @@ -2823,8 +3029,8 @@ msgstr "" #: editor/editor_node.cpp msgid "" -"Collision shapes and raycast nodes (for 2D and 3D) will be visible on the " -"running game if this option is turned on." +"When this option is enabled, collision shapes and raycast nodes (for 2D and " +"3D) will be visible in the running project." msgstr "" #: editor/editor_node.cpp @@ -2833,32 +3039,32 @@ msgstr "" #: editor/editor_node.cpp msgid "" -"Navigation meshes and polygons will be visible on the running game if this " -"option is turned on." +"When this option is enabled, navigation meshes and polygons will be visible " +"in the running project." msgstr "" #: editor/editor_node.cpp -msgid "Sync Scene Changes" +msgid "Synchronize Scene Changes" msgstr "" #: editor/editor_node.cpp msgid "" -"When this option is turned on, any changes made to the scene in the editor " -"will be replicated in the running game.\n" -"When used remotely on a device, this is more efficient with network " -"filesystem." +"When this option is enabled, any changes made to the scene in the editor " +"will be replicated in the running project.\n" +"When used remotely on a device, this is more efficient when the network " +"filesystem option is enabled." msgstr "" #: editor/editor_node.cpp -msgid "Sync Script Changes" +msgid "Synchronize Script Changes" msgstr "" #: editor/editor_node.cpp msgid "" -"When this option is turned on, any script that is saved will be reloaded on " -"the running game.\n" -"When used remotely on a device, this is more efficient with network " -"filesystem." +"When this option is enabled, any script that is saved will be reloaded in " +"the running project.\n" +"When used remotely on a device, this is more efficient when the network " +"filesystem option is enabled." msgstr "" #: editor/editor_node.cpp editor/script_create_dialog.cpp @@ -2914,26 +3120,20 @@ msgstr "" msgid "Help" msgstr "" -#: editor/editor_node.cpp editor/plugins/asset_library_editor_plugin.cpp -#: editor/plugins/script_editor_plugin.cpp -#: editor/plugins/script_text_editor.cpp -#: editor/plugins/shader_editor_plugin.cpp editor/plugins/text_editor.cpp -#: editor/plugins/visual_shader_editor_plugin.cpp editor/project_manager.cpp -#: editor/project_settings_editor.cpp editor/rename_dialog.cpp -msgid "Search" +#: editor/editor_node.cpp +msgid "Online Documentation" msgstr "" -#: editor/editor_node.cpp editor/plugins/script_editor_plugin.cpp -#: editor/plugins/shader_editor_plugin.cpp -msgid "Online Docs" +#: editor/editor_node.cpp +msgid "Questions & Answers" msgstr "" #: editor/editor_node.cpp -msgid "Q&A" +msgid "Report a Bug" msgstr "" #: editor/editor_node.cpp -msgid "Report a Bug" +msgid "Suggest a Feature" msgstr "" #: editor/editor_node.cpp @@ -2945,7 +3145,11 @@ msgid "Community" msgstr "" #: editor/editor_node.cpp -msgid "About" +msgid "About Godot" +msgstr "" + +#: editor/editor_node.cpp +msgid "Support Godot Development" msgstr "" #: editor/editor_node.cpp @@ -2994,10 +3198,6 @@ msgid "Save & Restart" msgstr "" #: editor/editor_node.cpp -msgid "Spins when the editor window redraws." -msgstr "" - -#: editor/editor_node.cpp #, fuzzy msgid "Update Continuously" msgstr "უწყვეტი" @@ -3039,6 +3239,14 @@ msgid "Manage Templates" msgstr "" #: editor/editor_node.cpp +msgid "Install from file" +msgstr "" + +#: editor/editor_node.cpp +msgid "Select android sources file" +msgstr "" + +#: editor/editor_node.cpp msgid "" "This will set up your project for custom Android builds by installing the " "source template to \"res://android/build\".\n" @@ -3065,7 +3273,7 @@ msgstr "" msgid "Template Package" msgstr "" -#: editor/editor_node.cpp +#: editor/editor_node.cpp modules/gltf/editor_scene_exporter_gltf_plugin.cpp msgid "Export Library" msgstr "" @@ -3074,10 +3282,31 @@ msgid "Merge With Existing" msgstr "" #: editor/editor_node.cpp +#, fuzzy +msgid "Apply MeshInstance Transforms" +msgstr "ანიმაციის გარდაქმნის ცვლილება" + +#: editor/editor_node.cpp msgid "Open & Run a Script" msgstr "" #: editor/editor_node.cpp +msgid "" +"The following files are newer on disk.\n" +"What action should be taken?" +msgstr "" + +#: editor/editor_node.cpp editor/plugins/script_editor_plugin.cpp +#: editor/plugins/shader_editor_plugin.cpp +msgid "Reload" +msgstr "" + +#: editor/editor_node.cpp editor/plugins/script_editor_plugin.cpp +#: editor/plugins/shader_editor_plugin.cpp +msgid "Resave" +msgstr "" + +#: editor/editor_node.cpp msgid "New Inherited" msgstr "" @@ -3090,6 +3319,11 @@ msgid "Select" msgstr "" #: editor/editor_node.cpp +#, fuzzy +msgid "Select Current" +msgstr "ფუნქციის შექმნა" + +#: editor/editor_node.cpp msgid "Open 2D Editor" msgstr "" @@ -3121,6 +3355,10 @@ msgstr "" msgid "No sub-resources found." msgstr "" +#: editor/editor_path.cpp +msgid "Open a list of sub-resources." +msgstr "" + #: editor/editor_plugin.cpp msgid "Creating Mesh Previews" msgstr "" @@ -3146,21 +3384,19 @@ msgstr "" msgid "Update" msgstr "" -#: editor/editor_plugin_settings.cpp editor/plugin_config_dialog.cpp -#: editor/plugins/asset_library_editor_plugin.cpp -msgid "Version:" -msgstr "" - -#: editor/editor_plugin_settings.cpp editor/plugin_config_dialog.cpp -msgid "Author:" +#: editor/editor_plugin_settings.cpp +msgid "Version" msgstr "" #: editor/editor_plugin_settings.cpp -msgid "Status:" -msgstr "" +#, fuzzy +msgid "Author" +msgstr "ავტორები" #: editor/editor_plugin_settings.cpp -msgid "Edit:" +#: editor/plugins/version_control_editor_plugin.cpp +#: modules/gdnative/gdnative_library_singleton_editor.cpp +msgid "Status" msgstr "" #: editor/editor_profiler.cpp @@ -3168,11 +3404,12 @@ msgid "Measure:" msgstr "" #: editor/editor_profiler.cpp -msgid "Frame Time (sec)" -msgstr "" +#, fuzzy +msgid "Frame Time (ms)" +msgstr "დრო (წამი): " #: editor/editor_profiler.cpp -msgid "Average Time (sec)" +msgid "Average Time (ms)" msgstr "" #: editor/editor_profiler.cpp @@ -3192,6 +3429,16 @@ msgid "Self" msgstr "" #: editor/editor_profiler.cpp +msgid "" +"Inclusive: Includes time from other functions called by this function.\n" +"Use this to spot bottlenecks.\n" +"\n" +"Self: Only count the time spent in the function itself, not in other " +"functions called by that function.\n" +"Use this to find individual functions to optimize." +msgstr "" + +#: editor/editor_profiler.cpp msgid "Frame #:" msgstr "" @@ -3235,12 +3482,6 @@ msgstr "არასწორი ფონტის ზომა." #: editor/editor_properties.cpp msgid "" -"The selected resource (%s) does not match any type expected for this " -"property (%s)." -msgstr "" - -#: editor/editor_properties.cpp -msgid "" "Can't create a ViewportTexture on resources saved as a file.\n" "Resource needs to belong to a scene." msgstr "" @@ -3258,40 +3499,6 @@ msgid "Pick a Viewport" msgstr "" #: editor/editor_properties.cpp editor/property_editor.cpp -msgid "New Script" -msgstr "" - -#: editor/editor_properties.cpp editor/scene_tree_dock.cpp -msgid "Extend Script" -msgstr "" - -#: editor/editor_properties.cpp editor/property_editor.cpp -msgid "New %s" -msgstr "" - -#: editor/editor_properties.cpp editor/property_editor.cpp -msgid "Make Unique" -msgstr "" - -#: editor/editor_properties.cpp -#: editor/plugins/animation_blend_space_1d_editor.cpp -#: editor/plugins/animation_blend_space_2d_editor.cpp -#: editor/plugins/animation_blend_tree_editor_plugin.cpp -#: editor/plugins/animation_player_editor_plugin.cpp -#: editor/plugins/animation_state_machine_editor.cpp -#: editor/plugins/resource_preloader_editor_plugin.cpp -#: editor/plugins/script_text_editor.cpp -#: editor/plugins/sprite_frames_editor_plugin.cpp -#: editor/plugins/tile_map_editor_plugin.cpp editor/property_editor.cpp -#: scene/gui/line_edit.cpp scene/gui/text_edit.cpp -msgid "Paste" -msgstr "" - -#: editor/editor_properties.cpp editor/property_editor.cpp -msgid "Convert To %s" -msgstr "" - -#: editor/editor_properties.cpp editor/property_editor.cpp msgid "Selected node is not a Viewport!" msgstr "" @@ -3320,10 +3527,56 @@ msgstr "" msgid "Add Key/Value Pair" msgstr "" +#: editor/editor_resource_picker.cpp +msgid "" +"The selected resource (%s) does not match any type expected for this " +"property (%s)." +msgstr "" + +#: editor/editor_resource_picker.cpp +msgid "Quick Load" +msgstr "" + +#: editor/editor_resource_picker.cpp editor/property_editor.cpp +msgid "Make Unique" +msgstr "" + +#: editor/editor_resource_picker.cpp +#: editor/plugins/animation_blend_space_1d_editor.cpp +#: editor/plugins/animation_blend_space_2d_editor.cpp +#: editor/plugins/animation_blend_tree_editor_plugin.cpp +#: editor/plugins/animation_player_editor_plugin.cpp +#: editor/plugins/animation_state_machine_editor.cpp +#: editor/plugins/resource_preloader_editor_plugin.cpp +#: editor/plugins/script_text_editor.cpp +#: editor/plugins/sprite_frames_editor_plugin.cpp +#: editor/plugins/tile_map_editor_plugin.cpp editor/property_editor.cpp +#: editor/scene_tree_dock.cpp scene/gui/line_edit.cpp scene/gui/text_edit.cpp +msgid "Paste" +msgstr "" + +#: editor/editor_resource_picker.cpp editor/property_editor.cpp +#, fuzzy +msgid "Convert to %s" +msgstr "შექმნა" + +#: editor/editor_resource_picker.cpp editor/property_editor.cpp +msgid "New %s" +msgstr "" + +#: editor/editor_resource_picker.cpp editor/property_editor.cpp +msgid "New Script" +msgstr "" + +#: editor/editor_resource_picker.cpp editor/scene_tree_dock.cpp +msgid "Extend Script" +msgstr "" + #: editor/editor_run_native.cpp msgid "" "No runnable export preset found for this platform.\n" -"Please add a runnable preset in the export menu." +"Please add a runnable preset in the Export menu or define an existing preset " +"as runnable." msgstr "" #: editor/editor_run_script.cpp @@ -3350,6 +3603,10 @@ msgstr "" msgid "Did you forget the '_run' method?" msgstr "" +#: editor/editor_spin_slider.cpp +msgid "Hold %s to round to integers. Hold Shift for more precise changes." +msgstr "" + #: editor/editor_sub_scene.cpp msgid "Select Node(s) to Import" msgstr "" @@ -3367,64 +3624,73 @@ msgid "Import From Node:" msgstr "" #: editor/export_template_manager.cpp -msgid "Redownload" +msgid "Open the folder containing these templates." msgstr "" #: editor/export_template_manager.cpp -msgid "Uninstall" +msgid "Uninstall these templates." msgstr "" #: editor/export_template_manager.cpp -msgid "(Installed)" +msgid "There are no mirrors available." msgstr "" #: editor/export_template_manager.cpp -#: editor/plugins/asset_library_editor_plugin.cpp -msgid "Download" +msgid "Retrieving the mirror list..." msgstr "" #: editor/export_template_manager.cpp -msgid "Official export templates aren't available for development builds." +msgid "Starting the download..." msgstr "" #: editor/export_template_manager.cpp -msgid "(Missing)" -msgstr "" +#, fuzzy +msgid "Error requesting URL:" +msgstr "ჩატვირთვის შეცდომა:" #: editor/export_template_manager.cpp -msgid "(Current)" -msgstr "" +#, fuzzy +msgid "Connecting to the mirror..." +msgstr "კვანძთან დაკავშირება:" #: editor/export_template_manager.cpp -msgid "Retrieving mirrors, please wait..." +msgid "Can't resolve the requested address." msgstr "" #: editor/export_template_manager.cpp -msgid "Remove template version '%s'?" +msgid "Can't connect to the mirror." msgstr "" #: editor/export_template_manager.cpp -msgid "Can't open export templates zip." +msgid "No response from the mirror." msgstr "" #: editor/export_template_manager.cpp -msgid "Invalid version.txt format inside templates: %s." +#: editor/plugins/asset_library_editor_plugin.cpp +msgid "Request failed." msgstr "" #: editor/export_template_manager.cpp -msgid "No version.txt found inside templates." +msgid "Request ended up in a redirect loop." msgstr "" #: editor/export_template_manager.cpp -msgid "Error creating path for templates:" +msgid "Request failed:" msgstr "" #: editor/export_template_manager.cpp -msgid "Extracting Export Templates" +msgid "Download complete; extracting templates..." msgstr "" #: editor/export_template_manager.cpp -msgid "Importing:" +#, fuzzy +msgid "Cannot remove temporary file:" +msgstr "ვერ წავშლით:" + +#: editor/export_template_manager.cpp +msgid "" +"Templates installation failed.\n" +"The problematic templates archives can be found at '%s'." msgstr "" #: editor/export_template_manager.cpp @@ -3432,7 +3698,11 @@ msgid "Error getting the list of mirrors." msgstr "" #: editor/export_template_manager.cpp -msgid "Error parsing JSON of mirror list. Please report this issue!" +msgid "Error parsing JSON with the list of mirrors. Please report this issue!" +msgstr "" + +#: editor/export_template_manager.cpp +msgid "Best available mirror" msgstr "" #: editor/export_template_manager.cpp @@ -3442,139 +3712,178 @@ msgid "" msgstr "" #: editor/export_template_manager.cpp -#: editor/plugins/asset_library_editor_plugin.cpp -msgid "Can't resolve." +msgid "Disconnected" msgstr "" #: editor/export_template_manager.cpp -#: editor/plugins/asset_library_editor_plugin.cpp -msgid "Can't connect." +msgid "Resolving" +msgstr "" + +#: editor/export_template_manager.cpp +msgid "Can't Resolve" msgstr "" #: editor/export_template_manager.cpp #: editor/plugins/asset_library_editor_plugin.cpp -msgid "No response." +msgid "Connecting..." msgstr "" #: editor/export_template_manager.cpp -msgid "Request Failed." +msgid "Can't Connect" msgstr "" #: editor/export_template_manager.cpp -msgid "Redirect Loop." +msgid "Connected" msgstr "" #: editor/export_template_manager.cpp #: editor/plugins/asset_library_editor_plugin.cpp -msgid "Failed:" +msgid "Requesting..." msgstr "" #: editor/export_template_manager.cpp -msgid "Download Complete." +msgid "Downloading" msgstr "" #: editor/export_template_manager.cpp -#, fuzzy -msgid "Cannot remove temporary file:" -msgstr "ვერ წავშლით:" +msgid "Connection Error" +msgstr "" #: editor/export_template_manager.cpp -msgid "" -"Templates installation failed.\n" -"The problematic templates archives can be found at '%s'." +msgid "SSL Handshake Error" msgstr "" #: editor/export_template_manager.cpp -#, fuzzy -msgid "Error requesting URL:" -msgstr "ჩატვირთვის შეცდომა:" +msgid "Can't open the export templates file." +msgstr "" #: editor/export_template_manager.cpp -msgid "Connecting to Mirror..." +msgid "Invalid version.txt format inside the export templates file: %s." msgstr "" #: editor/export_template_manager.cpp -msgid "Disconnected" +msgid "No version.txt found inside the export templates file." msgstr "" #: editor/export_template_manager.cpp -msgid "Resolving" +msgid "Error creating path for extracting templates:" msgstr "" #: editor/export_template_manager.cpp -msgid "Can't Resolve" +msgid "Extracting Export Templates" msgstr "" #: editor/export_template_manager.cpp -#: editor/plugins/asset_library_editor_plugin.cpp -msgid "Connecting..." +msgid "Importing:" msgstr "" #: editor/export_template_manager.cpp -msgid "Can't Connect" +msgid "Remove templates for the version '%s'?" msgstr "" #: editor/export_template_manager.cpp -msgid "Connected" -msgstr "" +#, fuzzy +msgid "Uncompressing Android Build Sources" +msgstr "აქტივების არაკომპრესირება" #: editor/export_template_manager.cpp -#: editor/plugins/asset_library_editor_plugin.cpp -msgid "Requesting..." +msgid "Export Template Manager" msgstr "" #: editor/export_template_manager.cpp -msgid "Downloading" +msgid "Current Version:" msgstr "" #: editor/export_template_manager.cpp -msgid "Connection Error" +msgid "Export templates are missing. Download them or install from a file." msgstr "" #: editor/export_template_manager.cpp -msgid "SSL Handshake Error" +msgid "Export templates are installed and ready to be used." msgstr "" #: editor/export_template_manager.cpp #, fuzzy -msgid "Uncompressing Android Build Sources" -msgstr "აქტივების არაკომპრესირება" +msgid "Open Folder" +msgstr "გახსნილი" #: editor/export_template_manager.cpp -msgid "Current Version:" +msgid "Open the folder containing installed templates for the current version." msgstr "" #: editor/export_template_manager.cpp -msgid "Installed Versions:" +msgid "Uninstall" msgstr "" #: editor/export_template_manager.cpp -msgid "Install From File" +msgid "Uninstall templates for the current version." msgstr "" #: editor/export_template_manager.cpp -msgid "Remove Template" +msgid "Download from:" msgstr "" #: editor/export_template_manager.cpp #, fuzzy -msgid "Select Template File" -msgstr "წავშალოთ მონიშნული ფაილები?" +msgid "Open in Web Browser" +msgstr "გახსნილი" #: editor/export_template_manager.cpp -msgid "Godot Export Templates" +msgid "Copy Mirror URL" msgstr "" #: editor/export_template_manager.cpp -msgid "Export Template Manager" +msgid "Download and Install" +msgstr "" + +#: editor/export_template_manager.cpp +msgid "" +"Download and install templates for the current version from the best " +"possible mirror." +msgstr "" + +#: editor/export_template_manager.cpp +msgid "Official export templates aren't available for development builds." +msgstr "" + +#: editor/export_template_manager.cpp +msgid "Install from File" msgstr "" #: editor/export_template_manager.cpp -msgid "Download Templates" +msgid "Install templates from a local file." +msgstr "" + +#: editor/export_template_manager.cpp editor/find_in_files.cpp +#: editor/progress_dialog.cpp scene/gui/dialogs.cpp +msgid "Cancel" +msgstr "" + +#: editor/export_template_manager.cpp +msgid "Cancel the download of the templates." +msgstr "" + +#: editor/export_template_manager.cpp +msgid "Other Installed Versions:" +msgstr "" + +#: editor/export_template_manager.cpp +msgid "Uninstall Template" +msgstr "" + +#: editor/export_template_manager.cpp +#, fuzzy +msgid "Select Template File" +msgstr "წავშალოთ მონიშნული ფაილები?" + +#: editor/export_template_manager.cpp +msgid "Godot Export Templates" msgstr "" #: editor/export_template_manager.cpp -msgid "Select mirror from list: (Shift+Click: Open in Browser)" +msgid "" +"The templates will continue to download.\n" +"You may experience a short editor freeze when they finish." msgstr "" #: editor/filesystem_dock.cpp @@ -3587,6 +3896,11 @@ msgid "Status: Import of file failed. Please fix file and reimport manually." msgstr "" #: editor/filesystem_dock.cpp +msgid "" +"Importing has been disabled for this file, so it can't be opened for editing." +msgstr "" + +#: editor/filesystem_dock.cpp msgid "Cannot move/rename resources root." msgstr "" @@ -3623,6 +3937,16 @@ msgid "Name contains invalid characters." msgstr "" #: editor/filesystem_dock.cpp +msgid "" +"The following files or folders conflict with items in the target location " +"'%s':\n" +"\n" +"%s\n" +"\n" +"Do you wish to overwrite them?" +msgstr "" + +#: editor/filesystem_dock.cpp msgid "Renaming file:" msgstr "" @@ -3673,14 +3997,6 @@ msgstr "" msgid "View Owners..." msgstr "" -#: editor/filesystem_dock.cpp editor/plugins/animation_player_editor_plugin.cpp -msgid "Rename..." -msgstr "" - -#: editor/filesystem_dock.cpp -msgid "Duplicate..." -msgstr "" - #: editor/filesystem_dock.cpp msgid "Move To..." msgstr "" @@ -3699,22 +4015,58 @@ msgstr "" msgid "New Resource..." msgstr "რესურსი" -#: editor/filesystem_dock.cpp editor/plugins/visual_shader_editor_plugin.cpp +#: editor/filesystem_dock.cpp editor/inspector_dock.cpp +#: editor/plugins/visual_shader_editor_plugin.cpp #: editor/script_editor_debugger.cpp msgid "Expand All" msgstr "" -#: editor/filesystem_dock.cpp editor/plugins/visual_shader_editor_plugin.cpp +#: editor/filesystem_dock.cpp editor/inspector_dock.cpp +#: editor/plugins/visual_shader_editor_plugin.cpp #: editor/script_editor_debugger.cpp #, fuzzy msgid "Collapse All" msgstr "ყველას ჩანაცვლება" #: editor/filesystem_dock.cpp -#: editor/plugins/animation_tree_player_editor_plugin.cpp -#: editor/project_manager.cpp editor/rename_dialog.cpp -#: editor/scene_tree_dock.cpp -msgid "Rename" +#, fuzzy +msgid "Sort files" +msgstr "ძებნა:" + +#: editor/filesystem_dock.cpp +msgid "Sort by Name (Ascending)" +msgstr "" + +#: editor/filesystem_dock.cpp +msgid "Sort by Name (Descending)" +msgstr "" + +#: editor/filesystem_dock.cpp +msgid "Sort by Type (Ascending)" +msgstr "" + +#: editor/filesystem_dock.cpp +msgid "Sort by Type (Descending)" +msgstr "" + +#: editor/filesystem_dock.cpp +msgid "Sort by Last Modified" +msgstr "" + +#: editor/filesystem_dock.cpp +msgid "Sort by First Modified" +msgstr "" + +#: editor/filesystem_dock.cpp +msgid "Duplicate..." +msgstr "" + +#: editor/filesystem_dock.cpp editor/plugins/animation_player_editor_plugin.cpp +msgid "Rename..." +msgstr "" + +#: editor/filesystem_dock.cpp +msgid "Focus the search box" msgstr "" #: editor/filesystem_dock.cpp @@ -3749,7 +4101,10 @@ msgid "Move" msgstr "" #: editor/filesystem_dock.cpp -msgid "There is already file or folder with the same name in this location." +#: editor/plugins/animation_tree_player_editor_plugin.cpp +#: editor/project_manager.cpp editor/rename_dialog.cpp +#: editor/scene_tree_dock.cpp +msgid "Rename" msgstr "" #: editor/filesystem_dock.cpp @@ -3796,10 +4151,6 @@ msgstr "" msgid "Replace..." msgstr "" -#: editor/find_in_files.cpp editor/progress_dialog.cpp scene/gui/dialogs.cpp -msgid "Cancel" -msgstr "" - #: editor/find_in_files.cpp msgid "Find: " msgstr "" @@ -3820,8 +4171,19 @@ msgid "Searching..." msgstr "ძებნა:" #: editor/find_in_files.cpp -msgid "Search complete" -msgstr "" +#, fuzzy +msgid "%d match in %d file." +msgstr "არ არსებობს ტოლი" + +#: editor/find_in_files.cpp +#, fuzzy +msgid "%d matches in %d file." +msgstr "არ არსებობს ტოლი" + +#: editor/find_in_files.cpp +#, fuzzy +msgid "%d matches in %d files." +msgstr "არ არსებობს ტოლი" #: editor/groups_editor.cpp msgid "Add to Group" @@ -3954,9 +4316,30 @@ msgid "Error running post-import script:" msgstr "" #: editor/import/resource_importer_scene.cpp +msgid "Did you return a Node-derived object in the `post_import()` method?" +msgstr "" + +#: editor/import/resource_importer_scene.cpp msgid "Saving..." msgstr "" +#: editor/import_defaults_editor.cpp +#, fuzzy +msgid "Select Importer" +msgstr "წავშალოთ მონიშნული ფაილები?" + +#: editor/import_defaults_editor.cpp +msgid "Importer:" +msgstr "" + +#: editor/import_defaults_editor.cpp +msgid "Reset to Defaults" +msgstr "" + +#: editor/import_dock.cpp +msgid "Keep File (No Import)" +msgstr "" + #: editor/import_dock.cpp msgid "%d Files" msgstr "" @@ -3970,6 +4353,18 @@ msgid "Clear Default for '%s'" msgstr "" #: editor/import_dock.cpp +msgid "Reimport" +msgstr "" + +#: editor/import_dock.cpp +msgid "" +"You have pending changes that haven't been applied yet. Click Reimport to " +"apply changes made to the import options.\n" +"Selecting another resource in the FileSystem dock without clicking Reimport " +"first will discard changes made in the Import dock." +msgstr "" + +#: editor/import_dock.cpp msgid "Import As:" msgstr "" @@ -3979,10 +4374,6 @@ msgid "Preset" msgstr "ზუმის საწყისზე დაყენება" #: editor/import_dock.cpp -msgid "Reimport" -msgstr "" - -#: editor/import_dock.cpp msgid "Save Scenes, Re-Import, and Restart" msgstr "" @@ -4000,52 +4391,51 @@ msgid "Failed to load resource." msgstr "" #: editor/inspector_dock.cpp -msgid "Expand All Properties" -msgstr "" +#, fuzzy +msgid "Copy Properties" +msgstr "ანიმაციის . პარამეტრები." #: editor/inspector_dock.cpp -msgid "Collapse All Properties" -msgstr "" - -#: editor/inspector_dock.cpp editor/plugins/animation_player_editor_plugin.cpp -#: editor/plugins/script_editor_plugin.cpp -msgid "Save As..." -msgstr "" +#, fuzzy +msgid "Paste Properties" +msgstr "ანიმაციის . პარამეტრები." #: editor/inspector_dock.cpp -msgid "Copy Params" +msgid "Make Sub-Resources Unique" msgstr "" #: editor/inspector_dock.cpp -msgid "Edit Resource Clipboard" +msgid "Create a new resource in memory and edit it." msgstr "" #: editor/inspector_dock.cpp -msgid "Copy Resource" +msgid "Load an existing resource from disk and edit it." msgstr "" #: editor/inspector_dock.cpp -msgid "Make Built-In" +msgid "Save the currently edited resource." msgstr "" -#: editor/inspector_dock.cpp -msgid "Make Sub-Resources Unique" +#: editor/inspector_dock.cpp editor/plugins/animation_player_editor_plugin.cpp +#: editor/plugins/script_editor_plugin.cpp +#: editor/plugins/theme_editor_plugin.cpp +msgid "Save As..." msgstr "" #: editor/inspector_dock.cpp -msgid "Open in Help" +msgid "Extra resource options." msgstr "" #: editor/inspector_dock.cpp -msgid "Create a new resource in memory and edit it." +msgid "Edit Resource from Clipboard" msgstr "" #: editor/inspector_dock.cpp -msgid "Load an existing resource from disk and edit it." +msgid "Copy Resource" msgstr "" #: editor/inspector_dock.cpp -msgid "Save the currently edited resource." +msgid "Make Resource Built-In" msgstr "" #: editor/inspector_dock.cpp @@ -4061,7 +4451,11 @@ msgid "History of recently edited objects." msgstr "" #: editor/inspector_dock.cpp -msgid "Object properties." +msgid "Open documentation for this object." +msgstr "" + +#: editor/inspector_dock.cpp editor/scene_tree_dock.cpp +msgid "Open Documentation" msgstr "" #: editor/inspector_dock.cpp @@ -4069,6 +4463,11 @@ msgid "Filter properties" msgstr "" #: editor/inspector_dock.cpp +#, fuzzy +msgid "Manage object properties." +msgstr "ანიმაციის . პარამეტრები." + +#: editor/inspector_dock.cpp msgid "Changes may be lost!" msgstr "" @@ -4096,6 +4495,15 @@ msgstr "" msgid "Subfolder:" msgstr "" +#: editor/plugin_config_dialog.cpp +msgid "Author:" +msgstr "" + +#: editor/plugin_config_dialog.cpp +#: editor/plugins/asset_library_editor_plugin.cpp +msgid "Version:" +msgstr "" + #: editor/plugin_config_dialog.cpp editor/script_create_dialog.cpp msgid "Language:" msgstr "" @@ -4303,7 +4711,7 @@ msgid "Blend:" msgstr "" #: editor/plugins/animation_blend_tree_editor_plugin.cpp -msgid "Parameter Changed" +msgid "Parameter Changed:" msgstr "" #: editor/plugins/animation_blend_tree_editor_plugin.cpp @@ -4320,7 +4728,6 @@ msgid "Add Node to BlendTree" msgstr "" #: editor/plugins/animation_blend_tree_editor_plugin.cpp -#: editor/plugins/visual_shader_editor_plugin.cpp msgid "Node Moved" msgstr "" @@ -4529,6 +4936,11 @@ msgid "Animation" msgstr "" #: editor/plugins/animation_player_editor_plugin.cpp +#: editor/plugins/version_control_editor_plugin.cpp +msgid "New" +msgstr "" + +#: editor/plugins/animation_player_editor_plugin.cpp #, fuzzy msgid "Edit Transitions..." msgstr "გადასვლები" @@ -4875,10 +5287,18 @@ msgid "View Files" msgstr "" #: editor/plugins/asset_library_editor_plugin.cpp +msgid "Download" +msgstr "" + +#: editor/plugins/asset_library_editor_plugin.cpp msgid "Connection error, please try again." msgstr "" #: editor/plugins/asset_library_editor_plugin.cpp +msgid "Can't connect." +msgstr "" + +#: editor/plugins/asset_library_editor_plugin.cpp msgid "Can't connect to host:" msgstr "" @@ -4887,15 +5307,19 @@ msgid "No response from host:" msgstr "" #: editor/plugins/asset_library_editor_plugin.cpp +msgid "No response." +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:" +msgid "Can't resolve." msgstr "" #: editor/plugins/asset_library_editor_plugin.cpp -msgid "Request failed." +msgid "Request failed, return code:" msgstr "" #: editor/plugins/asset_library_editor_plugin.cpp @@ -4924,6 +5348,10 @@ msgid "Timeout." msgstr "" #: editor/plugins/asset_library_editor_plugin.cpp +msgid "Failed:" +msgstr "" + +#: editor/plugins/asset_library_editor_plugin.cpp msgid "Bad download hash, assuming file has been tampered with." msgstr "" @@ -4936,7 +5364,7 @@ msgid "Got:" msgstr "" #: editor/plugins/asset_library_editor_plugin.cpp -msgid "Failed sha256 hash check" +msgid "Failed SHA-256 hash check" msgstr "" #: editor/plugins/asset_library_editor_plugin.cpp @@ -5027,7 +5455,11 @@ msgid "All" msgstr "" #: editor/plugins/asset_library_editor_plugin.cpp -msgid "No results for \"%s\"." +msgid "Search templates, projects, and demos" +msgstr "" + +#: editor/plugins/asset_library_editor_plugin.cpp +msgid "Search assets (excluding templates, projects, and demos)" msgstr "" #: editor/plugins/asset_library_editor_plugin.cpp @@ -5043,7 +5475,6 @@ msgid "Sort:" msgstr "" #: editor/plugins/asset_library_editor_plugin.cpp -#: editor/project_settings_editor.cpp msgid "Category:" msgstr "" @@ -5072,17 +5503,20 @@ msgstr "ძებნა:" msgid "Assets ZIP File" msgstr "" +#: editor/plugins/audio_stream_editor_plugin.cpp +msgid "Audio Preview Play/Pause" +msgstr "" + #: editor/plugins/baked_lightmap_editor_plugin.cpp msgid "" "Can't determine a save path for lightmap images.\n" -"Save your scene (for images to be saved in the same dir), or pick a save " -"path from the BakedLightmap properties." +"Save your scene and try again." msgstr "" #: editor/plugins/baked_lightmap_editor_plugin.cpp msgid "" -"No meshes to bake. Make sure they contain an UV2 channel and that the 'Bake " -"Light' flag is on." +"No meshes to bake. Make sure they contain an UV2 channel and that the 'Use " +"In Baked Light' and 'Generate Lightmap' flags are on." msgstr "" #: editor/plugins/baked_lightmap_editor_plugin.cpp @@ -5090,11 +5524,31 @@ msgid "Failed creating lightmap images, make sure path is writable." msgstr "" #: editor/plugins/baked_lightmap_editor_plugin.cpp +msgid "Failed determining lightmap size. Maximum lightmap size too small?" +msgstr "" + +#: editor/plugins/baked_lightmap_editor_plugin.cpp +msgid "" +"Some mesh is invalid. Make sure the UV2 channel values are contained within " +"the [0.0,1.0] square region." +msgstr "" + +#: editor/plugins/baked_lightmap_editor_plugin.cpp +msgid "" +"Godot editor was built without ray tracing support, lightmaps can't be baked." +msgstr "" + +#: editor/plugins/baked_lightmap_editor_plugin.cpp msgid "Bake Lightmaps" msgstr "" +#: editor/plugins/baked_lightmap_editor_plugin.cpp +#, fuzzy +msgid "Select lightmap bake file:" +msgstr "წავშალოთ მონიშნული ფაილები?" + #: editor/plugins/camera_editor_plugin.cpp -#: editor/plugins/spatial_editor_plugin.cpp editor/rename_dialog.cpp +#: editor/plugins/spatial_editor_plugin.cpp msgid "Preview" msgstr "" @@ -5164,30 +5618,57 @@ msgid "Create Horizontal and Vertical Guides" msgstr "" #: editor/plugins/canvas_item_editor_plugin.cpp -msgid "Move pivot" +msgid "Set CanvasItem \"%s\" Pivot Offset to (%d, %d)" +msgstr "" + +#: editor/plugins/canvas_item_editor_plugin.cpp +msgid "Rotate %d CanvasItems" +msgstr "" + +#: editor/plugins/canvas_item_editor_plugin.cpp +msgid "Rotate CanvasItem \"%s\" to %d degrees" +msgstr "" + +#: editor/plugins/canvas_item_editor_plugin.cpp +msgid "Move CanvasItem \"%s\" Anchor" +msgstr "" + +#: editor/plugins/canvas_item_editor_plugin.cpp +msgid "Scale Node2D \"%s\" to (%s, %s)" +msgstr "" + +#: editor/plugins/canvas_item_editor_plugin.cpp +msgid "Resize Control \"%s\" to (%d, %d)" msgstr "" #: editor/plugins/canvas_item_editor_plugin.cpp -msgid "Rotate CanvasItem" +msgid "Scale %d CanvasItems" msgstr "" #: editor/plugins/canvas_item_editor_plugin.cpp -msgid "Move anchor" +msgid "Scale CanvasItem \"%s\" to (%s, %s)" msgstr "" #: editor/plugins/canvas_item_editor_plugin.cpp -msgid "Resize CanvasItem" +msgid "Move %d CanvasItems" msgstr "" #: editor/plugins/canvas_item_editor_plugin.cpp -msgid "Scale CanvasItem" +msgid "Move CanvasItem \"%s\" to (%d, %d)" msgstr "" #: editor/plugins/canvas_item_editor_plugin.cpp -msgid "Move CanvasItem" +#: editor/plugins/spatial_editor_plugin.cpp +msgid "Locked" msgstr "" #: editor/plugins/canvas_item_editor_plugin.cpp +#: editor/plugins/spatial_editor_plugin.cpp +#, fuzzy +msgid "Grouped" +msgstr "მონიშვნის მოშორება" + +#: editor/plugins/canvas_item_editor_plugin.cpp msgid "" "Children of containers have their anchors and margins values overridden by " "their parent." @@ -5289,15 +5770,16 @@ msgstr "" #: editor/plugins/canvas_item_editor_plugin.cpp #: editor/plugins/spatial_editor_plugin.cpp msgid "" -"Game Camera Override\n" -"Overrides game camera with editor viewport camera." +"Project Camera Override\n" +"Overrides the running project's camera with the editor viewport camera." msgstr "" #: editor/plugins/canvas_item_editor_plugin.cpp #: editor/plugins/spatial_editor_plugin.cpp msgid "" -"Game Camera Override\n" -"No game instance running." +"Project Camera Override\n" +"No project instance running. Run the project from the editor to use this " +"feature." msgstr "" #: editor/plugins/canvas_item_editor_plugin.cpp @@ -5355,6 +5837,7 @@ msgid "" msgstr "" #: editor/plugins/canvas_item_editor_plugin.cpp +#: editor/plugins/sprite_frames_editor_plugin.cpp #: editor/plugins/texture_region_editor_plugin.cpp #: editor/plugins/tile_set_editor_plugin.cpp scene/gui/graph_edit.cpp #, fuzzy @@ -5367,19 +5850,28 @@ msgid "Select Mode" msgstr "" #: editor/plugins/canvas_item_editor_plugin.cpp -msgid "Drag: Rotate" -msgstr "" +#: editor/plugins/spatial_editor_plugin.cpp +#, fuzzy +msgid "Drag: Rotate selected node around pivot." +msgstr "მონიშნული თრექის წაშლა." #: editor/plugins/canvas_item_editor_plugin.cpp -msgid "Alt+Drag: Move" -msgstr "" +#, fuzzy +msgid "Alt+Drag: Move selected node." +msgstr "წავშალოთ მონიშნული ფაილები?" #: editor/plugins/canvas_item_editor_plugin.cpp -msgid "Press 'v' to Change Pivot, 'Shift+v' to Drag Pivot (while moving)." +#, fuzzy +msgid "V: Set selected node's pivot position." +msgstr "მონიშნული თრექის წაშლა." + +#: editor/plugins/canvas_item_editor_plugin.cpp +#: editor/plugins/spatial_editor_plugin.cpp +msgid "Alt+RMB: Show list of all nodes at position clicked, including locked." msgstr "" #: editor/plugins/canvas_item_editor_plugin.cpp -msgid "Alt+RMB: Depth list selection" +msgid "RMB: Add node at position clicked." msgstr "" #: editor/plugins/canvas_item_editor_plugin.cpp @@ -5617,6 +6109,16 @@ msgid "Clear Pose" msgstr "" #: editor/plugins/canvas_item_editor_plugin.cpp +#, fuzzy +msgid "Add Node Here" +msgstr "საყვარლები:" + +#: editor/plugins/canvas_item_editor_plugin.cpp +#, fuzzy +msgid "Instance Scene Here" +msgstr "აქ ჩასვით გასაღები" + +#: editor/plugins/canvas_item_editor_plugin.cpp msgid "Multiply grid step by 2" msgstr "" @@ -5629,6 +6131,52 @@ msgid "Pan View" msgstr "" #: editor/plugins/canvas_item_editor_plugin.cpp +msgid "Zoom to 3.125%" +msgstr "" + +#: editor/plugins/canvas_item_editor_plugin.cpp +msgid "Zoom to 6.25%" +msgstr "" + +#: editor/plugins/canvas_item_editor_plugin.cpp +msgid "Zoom to 12.5%" +msgstr "" + +#: editor/plugins/canvas_item_editor_plugin.cpp +#, fuzzy +msgid "Zoom to 25%" +msgstr "ზუმის დაპატარავება" + +#: editor/plugins/canvas_item_editor_plugin.cpp +#, fuzzy +msgid "Zoom to 50%" +msgstr "ზუმის დაპატარავება" + +#: editor/plugins/canvas_item_editor_plugin.cpp +#, fuzzy +msgid "Zoom to 100%" +msgstr "ზუმის დაპატარავება" + +#: editor/plugins/canvas_item_editor_plugin.cpp +#, fuzzy +msgid "Zoom to 200%" +msgstr "ზუმის დაპატარავება" + +#: editor/plugins/canvas_item_editor_plugin.cpp +#, fuzzy +msgid "Zoom to 400%" +msgstr "ზუმის დაპატარავება" + +#: editor/plugins/canvas_item_editor_plugin.cpp +#, fuzzy +msgid "Zoom to 800%" +msgstr "ზუმის დაპატარავება" + +#: editor/plugins/canvas_item_editor_plugin.cpp +msgid "Zoom to 1600%" +msgstr "" + +#: editor/plugins/canvas_item_editor_plugin.cpp msgid "Add %s" msgstr "" @@ -5876,6 +6424,11 @@ msgstr "" #: editor/plugins/mesh_instance_editor_plugin.cpp #, fuzzy +msgid "Create Simplified Convex Shape" +msgstr "ახალი %s შექმნა" + +#: editor/plugins/mesh_instance_editor_plugin.cpp +#, fuzzy msgid "Create Single Convex Shape" msgstr "ახალი %s შექმნა" @@ -5909,7 +6462,7 @@ msgid "No mesh to debug." msgstr "" #: editor/plugins/mesh_instance_editor_plugin.cpp -msgid "Model has no UV in this layer" +msgid "Mesh has no UV in layer %d." msgstr "" #: editor/plugins/mesh_instance_editor_plugin.cpp @@ -5970,13 +6523,26 @@ msgstr "" #: editor/plugins/mesh_instance_editor_plugin.cpp #, fuzzy +msgid "Create Simplified Convex Collision Sibling" +msgstr "შექმნა" + +#: editor/plugins/mesh_instance_editor_plugin.cpp +msgid "" +"Creates a simplified convex collision shape.\n" +"This is similar to single collision shape, but can result in a simpler " +"geometry in some cases, at the cost of accuracy." +msgstr "" + +#: editor/plugins/mesh_instance_editor_plugin.cpp +#, fuzzy msgid "Create Multiple Convex Collision Siblings" msgstr "შექმნა" #: editor/plugins/mesh_instance_editor_plugin.cpp msgid "" "Creates a polygon-based collision shape.\n" -"This is a performance middle-ground between the two above options." +"This is a performance middle-ground between a single convex collision and a " +"polygon-based collision." msgstr "" #: editor/plugins/mesh_instance_editor_plugin.cpp @@ -6030,7 +6596,6 @@ msgid "Mesh Library" msgstr "" #: editor/plugins/mesh_library_editor_plugin.cpp -#: editor/plugins/theme_editor_plugin.cpp msgid "Add Item" msgstr "" @@ -6039,7 +6604,11 @@ msgid "Remove Selected Item" msgstr "" #: editor/plugins/mesh_library_editor_plugin.cpp -msgid "Import from Scene" +msgid "Import from Scene (Ignore Transforms)" +msgstr "" + +#: editor/plugins/mesh_library_editor_plugin.cpp +msgid "Import from Scene (Apply Transforms)" msgstr "" #: editor/plugins/mesh_library_editor_plugin.cpp @@ -6161,6 +6730,11 @@ msgid "Can only set point into a ParticlesMaterial process material" msgstr "" #: editor/plugins/particles_2d_editor_plugin.cpp +#, fuzzy +msgid "Convert to CPUParticles2D" +msgstr "შექმნა" + +#: editor/plugins/particles_2d_editor_plugin.cpp #: editor/plugins/particles_editor_plugin.cpp msgid "Generation Time (sec):" msgstr "" @@ -6221,10 +6795,6 @@ msgstr "" msgid "Generate Visibility AABB" msgstr "" -#: editor/plugins/particles_editor_plugin.cpp -msgid "Generate AABB" -msgstr "" - #: editor/plugins/path_2d_editor_plugin.cpp msgid "Remove Point from Curve" msgstr "" @@ -6303,7 +6873,8 @@ msgid "Close Curve" msgstr "" #: editor/plugins/path_2d_editor_plugin.cpp -#: editor/plugins/path_editor_plugin.cpp editor/plugins/theme_editor_plugin.cpp +#: editor/plugins/path_editor_plugin.cpp +#: editor/plugins/theme_editor_preview.cpp #: editor/plugins/visual_shader_editor_plugin.cpp editor/project_export.cpp msgid "Options" msgstr "" @@ -6452,7 +7023,7 @@ msgid "Move Points" msgstr "" #: editor/plugins/polygon_2d_editor_plugin.cpp -msgid "Ctrl: Rotate" +msgid "Command: Rotate" msgstr "" #: editor/plugins/polygon_2d_editor_plugin.cpp @@ -6460,6 +7031,14 @@ msgid "Shift: Move All" msgstr "" #: editor/plugins/polygon_2d_editor_plugin.cpp +msgid "Shift+Command: Scale" +msgstr "" + +#: editor/plugins/polygon_2d_editor_plugin.cpp +msgid "Ctrl: Rotate" +msgstr "" + +#: editor/plugins/polygon_2d_editor_plugin.cpp msgid "Shift+Ctrl: Scale" msgstr "" @@ -6498,12 +7077,13 @@ msgid "Radius:" msgstr "" #: editor/plugins/polygon_2d_editor_plugin.cpp -msgid "Polygon->UV" +msgid "Copy Polygon to UV" msgstr "" #: editor/plugins/polygon_2d_editor_plugin.cpp -msgid "UV->Polygon" -msgstr "" +#, fuzzy +msgid "Copy UV to Polygon" +msgstr "შექმნა" #: editor/plugins/polygon_2d_editor_plugin.cpp msgid "Clear UV" @@ -6603,6 +7183,33 @@ msgstr "" msgid "ResourcePreloader" msgstr "" +#: editor/plugins/room_manager_editor_plugin.cpp +msgid "Flip Portals" +msgstr "" + +#: editor/plugins/room_manager_editor_plugin.cpp +msgid "Room Generate Points" +msgstr "" + +#: editor/plugins/room_manager_editor_plugin.cpp +#, fuzzy +msgid "Generate Points" +msgstr "შექმნა" + +#: editor/plugins/room_manager_editor_plugin.cpp +msgid "Flip Portal" +msgstr "" + +#: editor/plugins/room_manager_editor_plugin.cpp +#, fuzzy +msgid "Occluder Set Transform" +msgstr "ანიმაციის გარდაქმნის ცვლილება" + +#: editor/plugins/room_manager_editor_plugin.cpp +#, fuzzy +msgid "Center Node" +msgstr "წაშლა" + #: editor/plugins/root_motion_editor_plugin.cpp msgid "AnimationTree has no path set to an AnimationPlayer" msgstr "" @@ -6741,12 +7348,14 @@ msgid "Move Down" msgstr "" #: editor/plugins/script_editor_plugin.cpp -msgid "Next script" -msgstr "" +#, fuzzy +msgid "Next Script" +msgstr "დამოკიდებულებების შემსწორებელი" #: editor/plugins/script_editor_plugin.cpp -msgid "Previous script" -msgstr "" +#, fuzzy +msgid "Previous Script" +msgstr "წინამდებარე ნაბიჯზე გადასვლა" #: editor/plugins/script_editor_plugin.cpp msgid "File" @@ -6811,6 +7420,14 @@ msgstr "" msgid "Run" msgstr "" +#: editor/plugins/script_editor_plugin.cpp +#: editor/plugins/script_text_editor.cpp +#: editor/plugins/shader_editor_plugin.cpp editor/plugins/text_editor.cpp +#: editor/plugins/visual_shader_editor_plugin.cpp +#: editor/project_settings_editor.cpp editor/settings_config_dialog.cpp +msgid "Search" +msgstr "" + #: editor/plugins/script_editor_plugin.cpp editor/script_editor_debugger.cpp msgid "Step Into" msgstr "" @@ -6837,6 +7454,11 @@ msgid "Debug with External Editor" msgstr "" #: editor/plugins/script_editor_plugin.cpp +#: editor/plugins/shader_editor_plugin.cpp +msgid "Online Docs" +msgstr "" + +#: editor/plugins/script_editor_plugin.cpp msgid "Open Godot online documentation." msgstr "" @@ -6862,16 +7484,6 @@ msgid "" "What action should be taken?:" msgstr "" -#: editor/plugins/script_editor_plugin.cpp -#: editor/plugins/shader_editor_plugin.cpp -msgid "Reload" -msgstr "" - -#: editor/plugins/script_editor_plugin.cpp -#: editor/plugins/shader_editor_plugin.cpp -msgid "Resave" -msgstr "" - #: editor/plugins/script_editor_plugin.cpp editor/script_editor_debugger.cpp msgid "Debugger" msgstr "" @@ -6906,15 +7518,15 @@ msgid "" msgstr "'%s' და '%s' შორის კავშირის გაწყვეტა" #: editor/plugins/script_text_editor.cpp +msgid "[Ignore]" +msgstr "" + +#: editor/plugins/script_text_editor.cpp #, fuzzy msgid "Line" msgstr "ხაზი:" #: editor/plugins/script_text_editor.cpp -msgid "(ignore)" -msgstr "" - -#: editor/plugins/script_text_editor.cpp #, fuzzy msgid "Go to Function" msgstr "ფუნქციის შექმნა" @@ -6958,11 +7570,6 @@ msgstr "" #: editor/plugins/script_text_editor.cpp #: editor/plugins/shader_editor_plugin.cpp editor/plugins/text_editor.cpp -msgid "Go To" -msgstr "" - -#: editor/plugins/script_text_editor.cpp -#: editor/plugins/shader_editor_plugin.cpp editor/plugins/text_editor.cpp msgid "Bookmarks" msgstr "" @@ -6971,13 +7578,18 @@ msgstr "" msgid "Breakpoints" msgstr "შექმნა" -#: editor/plugins/script_text_editor.cpp scene/gui/line_edit.cpp -#: scene/gui/text_edit.cpp +#: editor/plugins/script_text_editor.cpp +#: editor/plugins/shader_editor_plugin.cpp editor/plugins/text_editor.cpp +msgid "Go To" +msgstr "" + +#: editor/plugins/script_text_editor.cpp editor/scene_tree_dock.cpp +#: scene/gui/line_edit.cpp scene/gui/text_edit.cpp msgid "Cut" msgstr "" -#: editor/plugins/script_text_editor.cpp scene/gui/line_edit.cpp -#: scene/gui/text_edit.cpp +#: editor/plugins/script_text_editor.cpp editor/plugins/theme_editor_plugin.cpp +#: scene/gui/line_edit.cpp scene/gui/text_edit.cpp msgid "Select All" msgstr "" @@ -7010,10 +7622,6 @@ msgid "Unfold All Lines" msgstr "" #: editor/plugins/script_text_editor.cpp -msgid "Clone Down" -msgstr "" - -#: editor/plugins/script_text_editor.cpp msgid "Complete Symbol" msgstr "" @@ -7108,11 +7716,11 @@ msgid "This skeleton has no bones, create some children Bone2D nodes." msgstr "" #: editor/plugins/skeleton_2d_editor_plugin.cpp -msgid "Create Rest Pose from Bones" +msgid "Set Rest Pose to Bones" msgstr "" #: editor/plugins/skeleton_2d_editor_plugin.cpp -msgid "Set Rest Pose to Bones" +msgid "Create Rest Pose from Bones" msgstr "" #: editor/plugins/skeleton_2d_editor_plugin.cpp @@ -7120,11 +7728,12 @@ msgid "Skeleton2D" msgstr "" #: editor/plugins/skeleton_2d_editor_plugin.cpp -msgid "Make Rest Pose (From Bones)" -msgstr "" +#, fuzzy +msgid "Reset to Rest Pose" +msgstr "ახალი %s შექმნა" #: editor/plugins/skeleton_2d_editor_plugin.cpp -msgid "Set Bones to Rest Pose" +msgid "Overwrite Rest Pose" msgstr "" #: editor/plugins/skeleton_editor_plugin.cpp @@ -7152,6 +7761,64 @@ msgid "Perspective" msgstr "" #: editor/plugins/spatial_editor_plugin.cpp +msgid "Top Orthogonal" +msgstr "" + +#: editor/plugins/spatial_editor_plugin.cpp +msgid "Top Perspective" +msgstr "" + +#: editor/plugins/spatial_editor_plugin.cpp +msgid "Bottom Orthogonal" +msgstr "" + +#: editor/plugins/spatial_editor_plugin.cpp +msgid "Bottom Perspective" +msgstr "" + +#: editor/plugins/spatial_editor_plugin.cpp +msgid "Left Orthogonal" +msgstr "" + +#: editor/plugins/spatial_editor_plugin.cpp +msgid "Left Perspective" +msgstr "" + +#: editor/plugins/spatial_editor_plugin.cpp +msgid "Right Orthogonal" +msgstr "" + +#: editor/plugins/spatial_editor_plugin.cpp +msgid "Right Perspective" +msgstr "" + +#: editor/plugins/spatial_editor_plugin.cpp +msgid "Front Orthogonal" +msgstr "" + +#: editor/plugins/spatial_editor_plugin.cpp +msgid "Front Perspective" +msgstr "" + +#: editor/plugins/spatial_editor_plugin.cpp +msgid "Rear Orthogonal" +msgstr "" + +#: editor/plugins/spatial_editor_plugin.cpp +msgid "Rear Perspective" +msgstr "" + +#. TRANSLATORS: This will be appended to the view name when Auto Orthogonal is enabled. +#: editor/plugins/spatial_editor_plugin.cpp +msgid " [auto]" +msgstr "" + +#. TRANSLATORS: This will be appended to the view name when Portal Occulusion is enabled. +#: editor/plugins/spatial_editor_plugin.cpp +msgid " [portals active]" +msgstr "" + +#: editor/plugins/spatial_editor_plugin.cpp msgid "Transform Aborted." msgstr "" @@ -7172,99 +7839,109 @@ msgid "View Plane Transform." msgstr "" #: editor/plugins/spatial_editor_plugin.cpp -msgid "Scaling: " +#: editor/plugins/texture_region_editor_plugin.cpp +#: editor/plugins/theme_editor_plugin.cpp scene/resources/visual_shader.cpp +msgid "None" msgstr "" #: editor/plugins/spatial_editor_plugin.cpp -msgid "Translating: " +msgid "Rotate" msgstr "" +#. TRANSLATORS: This refers to the movement that changes the position of an object. #: editor/plugins/spatial_editor_plugin.cpp -msgid "Rotating %s degrees." +msgid "Translate" msgstr "" #: editor/plugins/spatial_editor_plugin.cpp -msgid "Keying is disabled (no key inserted)." -msgstr "" +#, fuzzy +msgid "Scale" +msgstr "მასშტაბის თანაფარდობა:" #: editor/plugins/spatial_editor_plugin.cpp -msgid "Animation Key Inserted." +msgid "Scaling: " msgstr "" #: editor/plugins/spatial_editor_plugin.cpp -msgid "Pitch" +msgid "Translating: " msgstr "" #: editor/plugins/spatial_editor_plugin.cpp -msgid "Yaw" +msgid "Rotating %s degrees." msgstr "" #: editor/plugins/spatial_editor_plugin.cpp -msgid "Objects Drawn" +msgid "Keying is disabled (no key inserted)." msgstr "" #: editor/plugins/spatial_editor_plugin.cpp -msgid "Material Changes" +msgid "Animation Key Inserted." msgstr "" #: editor/plugins/spatial_editor_plugin.cpp -msgid "Shader Changes" +msgid "Pitch:" msgstr "" #: editor/plugins/spatial_editor_plugin.cpp -msgid "Surface Changes" +msgid "Yaw:" msgstr "" #: editor/plugins/spatial_editor_plugin.cpp -msgid "Draw Calls" +msgid "Size:" msgstr "" #: editor/plugins/spatial_editor_plugin.cpp -msgid "Vertices" +msgid "Objects Drawn:" msgstr "" #: editor/plugins/spatial_editor_plugin.cpp -msgid "Top View." +msgid "Material Changes:" msgstr "" #: editor/plugins/spatial_editor_plugin.cpp -msgid "Bottom View." -msgstr "" +#, fuzzy +msgid "Shader Changes:" +msgstr "ცვლილება" + +#: editor/plugins/spatial_editor_plugin.cpp +#, fuzzy +msgid "Surface Changes:" +msgstr "ცვლილება" #: editor/plugins/spatial_editor_plugin.cpp -msgid "Bottom" +msgid "Draw Calls:" msgstr "" #: editor/plugins/spatial_editor_plugin.cpp -msgid "Left View." +msgid "Vertices:" msgstr "" #: editor/plugins/spatial_editor_plugin.cpp -msgid "Left" +msgid "FPS: %d (%s ms)" msgstr "" #: editor/plugins/spatial_editor_plugin.cpp -msgid "Right View." +msgid "Top View." msgstr "" #: editor/plugins/spatial_editor_plugin.cpp -msgid "Right" +msgid "Bottom View." msgstr "" #: editor/plugins/spatial_editor_plugin.cpp -msgid "Front View." +msgid "Left View." msgstr "" #: editor/plugins/spatial_editor_plugin.cpp -msgid "Front" +msgid "Right View." msgstr "" #: editor/plugins/spatial_editor_plugin.cpp -msgid "Rear View." +msgid "Front View." msgstr "" #: editor/plugins/spatial_editor_plugin.cpp -msgid "Rear" +msgid "Rear View." msgstr "" #: editor/plugins/spatial_editor_plugin.cpp @@ -7377,32 +8054,48 @@ msgid "Freelook Slow Modifier" msgstr "" #: editor/plugins/spatial_editor_plugin.cpp +msgid "Toggle Camera Preview" +msgstr "" + +#: editor/plugins/spatial_editor_plugin.cpp msgid "View Rotation Locked" msgstr "" #: editor/plugins/spatial_editor_plugin.cpp msgid "" +"To zoom further, change the camera's clipping planes (View -> Settings...)" +msgstr "" + +#: editor/plugins/spatial_editor_plugin.cpp +msgid "" "Note: The FPS value displayed is the editor's framerate.\n" "It cannot be used as a reliable indication of in-game performance." msgstr "" #: editor/plugins/spatial_editor_plugin.cpp +#, fuzzy +msgid "Convert Rooms" +msgstr "შექმნა" + +#: editor/plugins/spatial_editor_plugin.cpp msgid "XForm Dialog" msgstr "" #: editor/plugins/spatial_editor_plugin.cpp -msgid "Snap Nodes To Floor" +msgid "" +"Click to toggle between visibility states.\n" +"\n" +"Open eye: Gizmo is visible.\n" +"Closed eye: Gizmo is hidden.\n" +"Half-open eye: Gizmo is also visible through opaque surfaces (\"x-ray\")." msgstr "" #: editor/plugins/spatial_editor_plugin.cpp -msgid "Couldn't find a solid floor to snap the selection to." +msgid "Snap Nodes to Floor" msgstr "" #: editor/plugins/spatial_editor_plugin.cpp -msgid "" -"Drag: Rotate\n" -"Alt+Drag: Move\n" -"Alt+RMB: Depth list selection" +msgid "Couldn't find a solid floor to snap the selection to." msgstr "" #: editor/plugins/spatial_editor_plugin.cpp @@ -7414,6 +8107,10 @@ msgid "Use Snap" msgstr "" #: editor/plugins/spatial_editor_plugin.cpp +msgid "Converts rooms for portal culling." +msgstr "" + +#: editor/plugins/spatial_editor_plugin.cpp msgid "Bottom View" msgstr "" @@ -7438,6 +8135,26 @@ msgid "Right View" msgstr "" #: editor/plugins/spatial_editor_plugin.cpp +msgid "Orbit View Down" +msgstr "" + +#: editor/plugins/spatial_editor_plugin.cpp +msgid "Orbit View Left" +msgstr "" + +#: editor/plugins/spatial_editor_plugin.cpp +msgid "Orbit View Right" +msgstr "" + +#: editor/plugins/spatial_editor_plugin.cpp +msgid "Orbit View Up" +msgstr "" + +#: editor/plugins/spatial_editor_plugin.cpp +msgid "Orbit View 180" +msgstr "" + +#: editor/plugins/spatial_editor_plugin.cpp msgid "Switch Perspective/Orthogonal View" msgstr "" @@ -7507,6 +8224,15 @@ msgid "View Grid" msgstr "" #: editor/plugins/spatial_editor_plugin.cpp +msgid "View Portal Culling" +msgstr "" + +#: editor/plugins/spatial_editor_plugin.cpp +#, fuzzy +msgid "View Occlusion Culling" +msgstr "შექმნა" + +#: editor/plugins/spatial_editor_plugin.cpp #: modules/gridmap/grid_map_editor_plugin.cpp msgid "Settings..." msgstr "" @@ -7572,7 +8298,7 @@ msgid "Post" msgstr "" #: editor/plugins/spatial_editor_plugin.cpp -msgid "Nameless gizmo" +msgid "Unnamed Gizmo" msgstr "" #: editor/plugins/sprite_editor_plugin.cpp @@ -7735,7 +8461,7 @@ msgid "New Animation" msgstr "ანიმაციის ოპტიმიზაცია" #: editor/plugins/sprite_frames_editor_plugin.cpp -msgid "Speed (FPS):" +msgid "Speed:" msgstr "" #: editor/plugins/sprite_frames_editor_plugin.cpp @@ -7809,11 +8535,6 @@ msgid "Snap Mode:" msgstr "" #: editor/plugins/texture_region_editor_plugin.cpp -#: scene/resources/visual_shader.cpp -msgid "None" -msgstr "" - -#: editor/plugins/texture_region_editor_plugin.cpp msgid "Pixel Snap" msgstr "" @@ -7834,170 +8555,561 @@ msgid "Step:" msgstr "" #: editor/plugins/texture_region_editor_plugin.cpp -msgid "Sep.:" -msgstr "" +#, fuzzy +msgid "Separation:" +msgstr "ფუნქციის შექმნა" #: editor/plugins/texture_region_editor_plugin.cpp msgid "TextureRegion" msgstr "" #: editor/plugins/theme_editor_plugin.cpp -msgid "Add All Items" +msgid "Styleboxes" msgstr "" #: editor/plugins/theme_editor_plugin.cpp -msgid "Add All" +msgid "{num} color(s)" msgstr "" #: editor/plugins/theme_editor_plugin.cpp -msgid "Remove All Items" +msgid "No colors found." msgstr "" -#: editor/plugins/theme_editor_plugin.cpp editor/project_manager.cpp -msgid "Remove All" +#: editor/plugins/theme_editor_plugin.cpp +#, fuzzy +msgid "{num} constant(s)" +msgstr "შექმნა" + +#: editor/plugins/theme_editor_plugin.cpp +#, fuzzy +msgid "No constants found." +msgstr "მუდმივი" + +#: editor/plugins/theme_editor_plugin.cpp +msgid "{num} font(s)" msgstr "" #: editor/plugins/theme_editor_plugin.cpp -msgid "Edit Theme" +msgid "No fonts found." msgstr "" #: editor/plugins/theme_editor_plugin.cpp -msgid "Theme editing menu." +msgid "{num} icon(s)" msgstr "" #: editor/plugins/theme_editor_plugin.cpp -msgid "Add Class Items" +msgid "No icons found." msgstr "" #: editor/plugins/theme_editor_plugin.cpp -msgid "Remove Class Items" +msgid "{num} stylebox(es)" msgstr "" #: editor/plugins/theme_editor_plugin.cpp -msgid "Create Empty Template" +msgid "No styleboxes found." msgstr "" #: editor/plugins/theme_editor_plugin.cpp -msgid "Create Empty Editor Template" +msgid "{num} currently selected" msgstr "" #: editor/plugins/theme_editor_plugin.cpp -msgid "Create From Current Editor Theme" +msgid "Nothing was selected for the import." msgstr "" #: editor/plugins/theme_editor_plugin.cpp -msgid "Toggle Button" +#, fuzzy +msgid "Importing Theme Items" +msgstr "შეცდომა ფონტის ჩატვირთვისას." + +#: editor/plugins/theme_editor_plugin.cpp +msgid "Importing items {n}/{n}" +msgstr "" + +#: editor/plugins/theme_editor_plugin.cpp +msgid "Updating the editor" +msgstr "" + +#: editor/plugins/theme_editor_plugin.cpp +msgid "Finalizing" msgstr "" #: editor/plugins/theme_editor_plugin.cpp #, fuzzy -msgid "Disabled Button" -msgstr "გამორთული" +msgid "Filter:" +msgstr "ანიმ სიგრძის შეცვლა" #: editor/plugins/theme_editor_plugin.cpp -msgid "Item" +msgid "With Data" +msgstr "" + +#: editor/plugins/theme_editor_plugin.cpp +msgid "Select by data type:" +msgstr "" + +#: editor/plugins/theme_editor_plugin.cpp +msgid "Select all visible color items." +msgstr "" + +#: editor/plugins/theme_editor_plugin.cpp +msgid "Select all visible color items and their data." +msgstr "" + +#: editor/plugins/theme_editor_plugin.cpp +msgid "Deselect all visible color items." +msgstr "" + +#: editor/plugins/theme_editor_plugin.cpp +msgid "Select all visible constant items." +msgstr "" + +#: editor/plugins/theme_editor_plugin.cpp +msgid "Select all visible constant items and their data." +msgstr "" + +#: editor/plugins/theme_editor_plugin.cpp +msgid "Deselect all visible constant items." +msgstr "" + +#: editor/plugins/theme_editor_plugin.cpp +msgid "Select all visible font items." +msgstr "" + +#: editor/plugins/theme_editor_plugin.cpp +msgid "Select all visible font items and their data." +msgstr "" + +#: editor/plugins/theme_editor_plugin.cpp +msgid "Deselect all visible font items." +msgstr "" + +#: editor/plugins/theme_editor_plugin.cpp +msgid "Select all visible icon items." +msgstr "" + +#: editor/plugins/theme_editor_plugin.cpp +msgid "Select all visible icon items and their data." +msgstr "" + +#: editor/plugins/theme_editor_plugin.cpp +msgid "Deselect all visible icon items." +msgstr "" + +#: editor/plugins/theme_editor_plugin.cpp +msgid "Select all visible stylebox items." +msgstr "" + +#: editor/plugins/theme_editor_plugin.cpp +msgid "Select all visible stylebox items and their data." +msgstr "" + +#: editor/plugins/theme_editor_plugin.cpp +msgid "Deselect all visible stylebox items." +msgstr "" + +#: editor/plugins/theme_editor_plugin.cpp +msgid "" +"Caution: Adding icon data may considerably increase the size of your Theme " +"resource." msgstr "" #: editor/plugins/theme_editor_plugin.cpp #, fuzzy -msgid "Disabled Item" -msgstr "გამორთული" +msgid "Collapse types." +msgstr "ყველას ჩანაცვლება" #: editor/plugins/theme_editor_plugin.cpp -msgid "Check Item" +msgid "Expand types." msgstr "" #: editor/plugins/theme_editor_plugin.cpp -msgid "Checked Item" +#, fuzzy +msgid "Select all Theme items." +msgstr "წავშალოთ მონიშნული ფაილები?" + +#: editor/plugins/theme_editor_plugin.cpp +msgid "Select With Data" msgstr "" #: editor/plugins/theme_editor_plugin.cpp -msgid "Radio Item" +msgid "Select all Theme items with item data." msgstr "" #: editor/plugins/theme_editor_plugin.cpp -msgid "Checked Radio Item" +#, fuzzy +msgid "Deselect All" +msgstr "კავშირის გაწყვეტა" + +#: editor/plugins/theme_editor_plugin.cpp +msgid "Deselect all Theme items." msgstr "" #: editor/plugins/theme_editor_plugin.cpp -msgid "Named Sep." +#, fuzzy +msgid "Import Selected" +msgstr "მონიშვნის მოშორება" + +#: editor/plugins/theme_editor_plugin.cpp +msgid "" +"Import Items tab has some items selected. Selection will be lost upon " +"closing this window.\n" +"Close anyway?" msgstr "" #: editor/plugins/theme_editor_plugin.cpp -msgid "Submenu" +msgid "" +"Select a theme type from the list to edit its items.\n" +"You can add a custom type or import a type with its items from another theme." msgstr "" #: editor/plugins/theme_editor_plugin.cpp -msgid "Subitem 1" +#, fuzzy +msgid "Remove All Color Items" +msgstr "საყვარლები:" + +#: editor/plugins/theme_editor_plugin.cpp +#, fuzzy +msgid "Rename Item" +msgstr "აუდიო გადამტანის სახელის ცვლილება" + +#: editor/plugins/theme_editor_plugin.cpp +msgid "Remove All Constant Items" msgstr "" #: editor/plugins/theme_editor_plugin.cpp -msgid "Subitem 2" +#, fuzzy +msgid "Remove All Font Items" +msgstr "საყვარლები:" + +#: editor/plugins/theme_editor_plugin.cpp +#, fuzzy +msgid "Remove All Icon Items" +msgstr "მონიშვნის მოშორება" + +#: editor/plugins/theme_editor_plugin.cpp +msgid "Remove All StyleBox Items" msgstr "" #: editor/plugins/theme_editor_plugin.cpp -msgid "Has" +msgid "" +"This theme type is empty.\n" +"Add more items to it manually or by importing from another theme." msgstr "" #: editor/plugins/theme_editor_plugin.cpp -msgid "Many" +#, fuzzy +msgid "Add Color Item" +msgstr "საყვარლები:" + +#: editor/plugins/theme_editor_plugin.cpp +#, fuzzy +msgid "Add Constant Item" +msgstr "მუდმივი" + +#: editor/plugins/theme_editor_plugin.cpp +#, fuzzy +msgid "Add Font Item" +msgstr "საყვარლები:" + +#: editor/plugins/theme_editor_plugin.cpp +#, fuzzy +msgid "Add Icon Item" +msgstr "საყვარლები:" + +#: editor/plugins/theme_editor_plugin.cpp +msgid "Add Stylebox Item" +msgstr "" + +#: editor/plugins/theme_editor_plugin.cpp +msgid "Rename Color Item" +msgstr "" + +#: editor/plugins/theme_editor_plugin.cpp +msgid "Rename Constant Item" +msgstr "" + +#: editor/plugins/theme_editor_plugin.cpp +msgid "Rename Font Item" +msgstr "" + +#: editor/plugins/theme_editor_plugin.cpp +msgid "Rename Icon Item" +msgstr "" + +#: editor/plugins/theme_editor_plugin.cpp +msgid "Rename Stylebox Item" +msgstr "" + +#: editor/plugins/theme_editor_plugin.cpp +msgid "Invalid file, not a Theme resource." +msgstr "" + +#: editor/plugins/theme_editor_plugin.cpp +msgid "Invalid file, same as the edited Theme resource." +msgstr "" + +#: editor/plugins/theme_editor_plugin.cpp +msgid "Manage Theme Items" msgstr "" #: editor/plugins/theme_editor_plugin.cpp #, fuzzy -msgid "Disabled LineEdit" -msgstr "გამორთული" +msgid "Edit Items" +msgstr "მონიშვნის მრუდის ცვლილება" #: editor/plugins/theme_editor_plugin.cpp -msgid "Tab 1" +msgid "Types:" msgstr "" #: editor/plugins/theme_editor_plugin.cpp -msgid "Tab 2" +msgid "Add Type:" msgstr "" #: editor/plugins/theme_editor_plugin.cpp -msgid "Tab 3" +msgid "Add Item:" msgstr "" #: editor/plugins/theme_editor_plugin.cpp -msgid "Editable Item" +msgid "Add StyleBox Item" msgstr "" #: editor/plugins/theme_editor_plugin.cpp -msgid "Subtree" +#, fuzzy +msgid "Remove Items:" +msgstr "მონიშვნის მოშორება" + +#: editor/plugins/theme_editor_plugin.cpp +msgid "Remove Class Items" msgstr "" #: editor/plugins/theme_editor_plugin.cpp -msgid "Has,Many,Options" +#, fuzzy +msgid "Remove Custom Items" +msgstr "შექმნა" + +#: editor/plugins/theme_editor_plugin.cpp +msgid "Remove All Items" msgstr "" #: editor/plugins/theme_editor_plugin.cpp -msgid "Data Type:" +msgid "Add Theme Item" msgstr "" #: editor/plugins/theme_editor_plugin.cpp -#: editor/plugins/tile_set_editor_plugin.cpp -msgid "Icon" +msgid "Old Name:" msgstr "" -#: editor/plugins/theme_editor_plugin.cpp editor/rename_dialog.cpp -msgid "Style" +#: editor/plugins/theme_editor_plugin.cpp +msgid "Import Items" +msgstr "" + +#: editor/plugins/theme_editor_plugin.cpp +#, fuzzy +msgid "Default Theme" +msgstr "%s ტიპის ცვლილება" + +#: editor/plugins/theme_editor_plugin.cpp +#, fuzzy +msgid "Editor Theme" +msgstr "მონიშვნის მრუდის ცვლილება" + +#: editor/plugins/theme_editor_plugin.cpp +#, fuzzy +msgid "Select Another Theme Resource:" +msgstr "ჩამნაცვლებელი რესურსის ძიება:" + +#: editor/plugins/theme_editor_plugin.cpp +msgid "Another Theme" +msgstr "" + +#: editor/plugins/theme_editor_plugin.cpp +#, fuzzy +msgid "Confirm Item Rename" +msgstr "ანიმაციის თრექის გადარქმევა" + +#: editor/plugins/theme_editor_plugin.cpp +#, fuzzy +msgid "Cancel Item Rename" +msgstr "საქმის დამთხვევა" + +#: editor/plugins/theme_editor_plugin.cpp +msgid "Override Item" +msgstr "" + +#: editor/plugins/theme_editor_plugin.cpp +msgid "Unpin this StyleBox as a main style." +msgstr "" + +#: editor/plugins/theme_editor_plugin.cpp +msgid "" +"Pin this StyleBox as a main style. Editing its properties will update the " +"same properties in all other StyleBoxes of this type." +msgstr "" + +#: editor/plugins/theme_editor_plugin.cpp +#, fuzzy +msgid "Add Type" +msgstr "ანიმაციის თრექის დამატება" + +#: editor/plugins/theme_editor_plugin.cpp +msgid "Add Item Type" +msgstr "" + +#: editor/plugins/theme_editor_plugin.cpp +msgid "Node Types:" +msgstr "" + +#: editor/plugins/theme_editor_plugin.cpp +msgid "Show Default" msgstr "" #: editor/plugins/theme_editor_plugin.cpp -msgid "Font" +msgid "Show default type items alongside items that have been overridden." msgstr "" #: editor/plugins/theme_editor_plugin.cpp -msgid "Color" +msgid "Override All" +msgstr "" + +#: editor/plugins/theme_editor_plugin.cpp +msgid "Override all default type items." msgstr "" #: editor/plugins/theme_editor_plugin.cpp #, fuzzy -msgid "Theme File" +msgid "Theme:" msgstr "გახსნილი" +#: editor/plugins/theme_editor_plugin.cpp +msgid "Manage Items..." +msgstr "" + +#: editor/plugins/theme_editor_plugin.cpp +msgid "Add, remove, organize and import Theme items." +msgstr "" + +#: editor/plugins/theme_editor_plugin.cpp +#, fuzzy +msgid "Add Preview" +msgstr "ანიმაციის თრექის დამატება" + +#: editor/plugins/theme_editor_plugin.cpp +msgid "Default Preview" +msgstr "" + +#: editor/plugins/theme_editor_plugin.cpp +msgid "Select UI Scene:" +msgstr "" + +#: editor/plugins/theme_editor_preview.cpp +msgid "" +"Toggle the control picker, allowing to visually select control types for " +"edit." +msgstr "" + +#: editor/plugins/theme_editor_preview.cpp +msgid "Toggle Button" +msgstr "" + +#: editor/plugins/theme_editor_preview.cpp +#, fuzzy +msgid "Disabled Button" +msgstr "გამორთული" + +#: editor/plugins/theme_editor_preview.cpp +msgid "Item" +msgstr "" + +#: editor/plugins/theme_editor_preview.cpp +#, fuzzy +msgid "Disabled Item" +msgstr "გამორთული" + +#: editor/plugins/theme_editor_preview.cpp +msgid "Check Item" +msgstr "" + +#: editor/plugins/theme_editor_preview.cpp +msgid "Checked Item" +msgstr "" + +#: editor/plugins/theme_editor_preview.cpp +msgid "Radio Item" +msgstr "" + +#: editor/plugins/theme_editor_preview.cpp +msgid "Checked Radio Item" +msgstr "" + +#: editor/plugins/theme_editor_preview.cpp +msgid "Named Separator" +msgstr "" + +#: editor/plugins/theme_editor_preview.cpp +msgid "Submenu" +msgstr "" + +#: editor/plugins/theme_editor_preview.cpp +msgid "Subitem 1" +msgstr "" + +#: editor/plugins/theme_editor_preview.cpp +msgid "Subitem 2" +msgstr "" + +#: editor/plugins/theme_editor_preview.cpp +msgid "Has" +msgstr "" + +#: editor/plugins/theme_editor_preview.cpp +msgid "Many" +msgstr "" + +#: editor/plugins/theme_editor_preview.cpp +#, fuzzy +msgid "Disabled LineEdit" +msgstr "გამორთული" + +#: editor/plugins/theme_editor_preview.cpp +msgid "Tab 1" +msgstr "" + +#: editor/plugins/theme_editor_preview.cpp +msgid "Tab 2" +msgstr "" + +#: editor/plugins/theme_editor_preview.cpp +msgid "Tab 3" +msgstr "" + +#: editor/plugins/theme_editor_preview.cpp +msgid "Editable Item" +msgstr "" + +#: editor/plugins/theme_editor_preview.cpp +msgid "Subtree" +msgstr "" + +#: editor/plugins/theme_editor_preview.cpp +msgid "Has,Many,Options" +msgstr "" + +#: editor/plugins/theme_editor_preview.cpp +msgid "Invalid path, the PackedScene resource was probably moved or removed." +msgstr "" + +#: editor/plugins/theme_editor_preview.cpp +msgid "Invalid PackedScene resource, must have a Control node at its root." +msgstr "" + +#: editor/plugins/theme_editor_preview.cpp +msgid "Invalid file, not a PackedScene resource." +msgstr "" + +#: editor/plugins/theme_editor_preview.cpp +msgid "Reload the scene to reflect its most actual state." +msgstr "" + #: editor/plugins/tile_map_editor_plugin.cpp msgid "Erase Selection" msgstr "" @@ -8063,6 +9175,12 @@ msgstr "" #: editor/plugins/tile_map_editor_plugin.cpp msgid "" "Shift+LMB: Line Draw\n" +"Shift+Command+LMB: Rectangle Paint" +msgstr "" + +#: editor/plugins/tile_map_editor_plugin.cpp +msgid "" +"Shift+LMB: Line Draw\n" "Shift+Ctrl+LMB: Rectangle Paint" msgstr "" @@ -8165,6 +9283,10 @@ msgid "Priority" msgstr "" #: editor/plugins/tile_set_editor_plugin.cpp +msgid "Icon" +msgstr "" + +#: editor/plugins/tile_set_editor_plugin.cpp msgid "Z Index" msgstr "" @@ -8224,10 +9346,25 @@ msgstr "ახალი %s შექმნა" #: editor/plugins/tile_set_editor_plugin.cpp #, fuzzy +msgid "New Rectangle" +msgstr "ახალი %s შექმნა" + +#: editor/plugins/tile_set_editor_plugin.cpp +#, fuzzy msgid "Create a new polygon." msgstr "შექმნა" #: editor/plugins/tile_set_editor_plugin.cpp +#, fuzzy +msgid "New Polygon" +msgstr "შექმნა" + +#: editor/plugins/tile_set_editor_plugin.cpp +#, fuzzy +msgid "Delete Selected Shape" +msgstr "წავშალოთ მონიშნული ფაილები?" + +#: editor/plugins/tile_set_editor_plugin.cpp msgid "Keep polygon inside region Rect." msgstr "" @@ -8430,10 +9567,6 @@ 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 "" @@ -8497,20 +9630,11 @@ msgid "Stage All" msgstr "ყველას ჩანაცვლება" #: editor/plugins/version_control_editor_plugin.cpp -msgid "Add a commit message" -msgstr "" - -#: editor/plugins/version_control_editor_plugin.cpp #, fuzzy 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 "" @@ -8606,6 +9730,11 @@ msgstr "" #: editor/plugins/visual_shader_editor_plugin.cpp #, fuzzy +msgid "Node(s) Moved" +msgstr "მოშორება" + +#: editor/plugins/visual_shader_editor_plugin.cpp +#, fuzzy msgid "Duplicate Nodes" msgstr "ანიმაციის გასაღებების ასლის შექმნა" @@ -8624,6 +9753,10 @@ msgid "Visual Shader Input Type Changed" msgstr "" #: editor/plugins/visual_shader_editor_plugin.cpp +msgid "UniformRef Name Changed" +msgstr "" + +#: editor/plugins/visual_shader_editor_plugin.cpp msgid "Vertex" msgstr "" @@ -9291,6 +10424,10 @@ msgid "" msgstr "" #: editor/plugins/visual_shader_editor_plugin.cpp +msgid "A reference to an existing uniform." +msgstr "" + +#: editor/plugins/visual_shader_editor_plugin.cpp msgid "(Fragment/Light mode only) Scalar derivative function." msgstr "" @@ -9339,8 +10476,9 @@ msgid "VisualShader" msgstr "" #: editor/plugins/visual_shader_editor_plugin.cpp -msgid "Edit Visual Property" -msgstr "" +#, fuzzy +msgid "Edit Visual Property:" +msgstr "ანიმაციის . პარამეტრები." #: editor/plugins/visual_shader_editor_plugin.cpp msgid "Visual Shader Mode Changed" @@ -9351,19 +10489,6 @@ msgid "Runnable" msgstr "" #: editor/project_export.cpp -#, fuzzy -msgid "Add initial export..." -msgstr "საყვარლები:" - -#: editor/project_export.cpp -msgid "Add previous patches..." -msgstr "" - -#: editor/project_export.cpp -msgid "Delete patch '%s' from list?" -msgstr "" - -#: editor/project_export.cpp msgid "Delete preset '%s'?" msgstr "" @@ -9451,18 +10576,6 @@ msgid "" msgstr "" #: editor/project_export.cpp -msgid "Patches" -msgstr "" - -#: editor/project_export.cpp -msgid "Make Patch" -msgstr "" - -#: editor/project_export.cpp -msgid "Pack File" -msgstr "" - -#: editor/project_export.cpp msgid "Features" msgstr "" @@ -9479,7 +10592,7 @@ msgid "Script" msgstr "" #: editor/project_export.cpp -msgid "Script Export Mode:" +msgid "GDScript Export Mode:" msgstr "" #: editor/project_export.cpp @@ -9487,7 +10600,7 @@ msgid "Text" msgstr "" #: editor/project_export.cpp -msgid "Compiled" +msgid "Compiled Bytecode (Faster Loading)" msgstr "" #: editor/project_export.cpp @@ -9495,11 +10608,11 @@ msgid "Encrypted (Provide Key Below)" msgstr "" #: editor/project_export.cpp -msgid "Invalid Encryption Key (must be 64 characters long)" +msgid "Invalid Encryption Key (must be 64 hexadecimal characters long)" msgstr "" #: editor/project_export.cpp -msgid "Script Encryption Key (256-bits as hex):" +msgid "GDScript Encryption Key (256-bits as hexadecimal):" msgstr "" #: editor/project_export.cpp @@ -9573,8 +10686,9 @@ msgid "Imported Project" msgstr "" #: editor/project_manager.cpp -msgid "Invalid Project Name." -msgstr "" +#, fuzzy +msgid "Invalid project name." +msgstr "არასწორი ფონტის ზომა." #: editor/project_manager.cpp msgid "Couldn't create folder." @@ -9607,6 +10721,20 @@ msgid "Couldn't create project.godot in project path." msgstr "" #: editor/project_manager.cpp +#, fuzzy +msgid "Error opening package file, not in ZIP format." +msgstr "შეცდომა პაკეტის გახსნისას, უნდა იყოს zip ფორმატში." + +#: editor/project_manager.cpp +msgid "The following files failed extraction from package:" +msgstr "" + +#: editor/project_manager.cpp +#, fuzzy +msgid "Package installed successfully!" +msgstr "პაკეტი დაყენდა წარმატებით!" + +#: editor/project_manager.cpp msgid "Rename Project" msgstr "" @@ -9655,6 +10783,10 @@ msgid "OpenGL ES 3.0" msgstr "" #: editor/project_manager.cpp +msgid "Not supported by your GPU drivers." +msgstr "" + +#: editor/project_manager.cpp msgid "" "Higher visual quality\n" "All features available\n" @@ -9747,15 +10879,11 @@ msgid "Are you sure to run %d projects at once?" msgstr "" #: editor/project_manager.cpp -msgid "" -"Remove %d projects from the list?\n" -"The project folders' contents won't be modified." +msgid "Remove %d projects from the list?" msgstr "" #: editor/project_manager.cpp -msgid "" -"Remove this project from the list?\n" -"The project folder's contents won't be modified." +msgid "Remove this project from the list?" msgstr "" #: editor/project_manager.cpp @@ -9776,24 +10904,45 @@ msgid "" "This could take a while." msgstr "" +#. TRANSLATORS: This refers to the application where users manage their Godot projects. #: editor/project_manager.cpp msgid "Project Manager" msgstr "" #: editor/project_manager.cpp #, fuzzy -msgid "Projects" +msgid "Local Projects" msgstr "პროექტის დამფუძნებლები" #: editor/project_manager.cpp +#, fuzzy +msgid "Loading, please wait..." +msgstr "ძებნა:" + +#: editor/project_manager.cpp msgid "Last Modified" msgstr "" #: editor/project_manager.cpp +#, fuzzy +msgid "Edit Project" +msgstr "პროექტის დამფუძნებლები" + +#: editor/project_manager.cpp +#, fuzzy +msgid "Run Project" +msgstr "პროექტის დამფუძნებლები" + +#: editor/project_manager.cpp msgid "Scan" msgstr "" #: editor/project_manager.cpp +#, fuzzy +msgid "Scan Projects" +msgstr "პროექტის დამფუძნებლები" + +#: editor/project_manager.cpp msgid "Select a Folder to Scan" msgstr "" @@ -9803,11 +10952,25 @@ msgstr "" #: editor/project_manager.cpp #, fuzzy +msgid "Import Project" +msgstr "პროექტის დამფუძნებლები" + +#: editor/project_manager.cpp +#, fuzzy +msgid "Remove Project" +msgstr "მონიშვნის მოშორება" + +#: editor/project_manager.cpp +#, fuzzy msgid "Remove Missing" msgstr "მოშორება" #: editor/project_manager.cpp -msgid "Templates" +msgid "About" +msgstr "" + +#: editor/project_manager.cpp +msgid "Asset Library Projects" msgstr "" #: editor/project_manager.cpp @@ -9815,6 +10978,14 @@ msgid "Restart Now" msgstr "" #: editor/project_manager.cpp +msgid "Remove All" +msgstr "" + +#: editor/project_manager.cpp +msgid "Also delete project contents (no undo!)" +msgstr "" + +#: editor/project_manager.cpp msgid "Can't run project" msgstr "" @@ -9825,13 +10996,22 @@ msgid "" msgstr "" #: editor/project_manager.cpp +#, fuzzy +msgid "Filter projects" +msgstr "პროექტის დამფუძნებლები" + +#: editor/project_manager.cpp msgid "" -"The search box filters projects by name and last path component.\n" +"This field filters projects by name and last path component.\n" "To filter projects by name and full path, the query must contain at least " "one `/` character." msgstr "" #: editor/project_settings_editor.cpp +msgid "Physical Key" +msgstr "" + +#: editor/project_settings_editor.cpp msgid "Key " msgstr "" @@ -9849,7 +11029,7 @@ msgstr "" #: editor/project_settings_editor.cpp msgid "" -"Invalid action name. it cannot be empty nor contain '/', ':', '=', '\\' or " +"Invalid action name. It cannot be empty nor contain '/', ':', '=', '\\' or " "'\"'" msgstr "" @@ -9878,6 +11058,10 @@ msgstr "" msgid "Device" msgstr "" +#: editor/project_settings_editor.cpp +msgid " (Physical)" +msgstr "" + #: editor/project_settings_editor.cpp editor/settings_config_dialog.cpp msgid "Press a Key..." msgstr "" @@ -10017,19 +11201,20 @@ msgid "Override for Feature" msgstr "" #: editor/project_settings_editor.cpp -msgid "Add Translation" -msgstr "" +#, fuzzy +msgid "Add %d Translations" +msgstr "გარდასვლა" #: editor/project_settings_editor.cpp msgid "Remove Translation" msgstr "" #: editor/project_settings_editor.cpp -msgid "Add Remapped Path" +msgid "Translation Resource Remap: Add %d Path(s)" msgstr "" #: editor/project_settings_editor.cpp -msgid "Resource Remap Add Remap" +msgid "Translation Resource Remap: Add %d Remap(s)" msgstr "" #: editor/project_settings_editor.cpp @@ -10150,6 +11335,10 @@ msgstr "" msgid "Plugins" msgstr "" +#: editor/project_settings_editor.cpp +msgid "Import Defaults" +msgstr "" + #: editor/property_editor.cpp msgid "Preset..." msgstr "" @@ -10212,11 +11401,16 @@ msgid "Batch Rename" msgstr "საქმის დამთხვევა" #: editor/rename_dialog.cpp -msgid "Prefix" +#, fuzzy +msgid "Replace:" +msgstr "ჩანაცვლება" + +#: editor/rename_dialog.cpp +msgid "Prefix:" msgstr "" #: editor/rename_dialog.cpp -msgid "Suffix" +msgid "Suffix:" msgstr "" #: editor/rename_dialog.cpp @@ -10262,7 +11456,7 @@ msgid "Per-level Counter" msgstr "" #: editor/rename_dialog.cpp -msgid "If set the counter restarts for each group of child nodes" +msgid "If set, the counter restarts for each group of child nodes." msgstr "" #: editor/rename_dialog.cpp @@ -10293,6 +11487,10 @@ msgid "Post-Process" msgstr "" #: editor/rename_dialog.cpp +msgid "Style" +msgstr "" + +#: editor/rename_dialog.cpp msgid "Keep" msgstr "" @@ -10322,7 +11520,7 @@ msgid "Reset" msgstr "ზუმის საწყისზე დაყენება" #: editor/rename_dialog.cpp -msgid "Regular Expression Error" +msgid "Regular Expression Error:" msgstr "" #: editor/rename_dialog.cpp @@ -10392,10 +11590,20 @@ msgid "Instance Child Scene" msgstr "" #: editor/scene_tree_dock.cpp -msgid "Clear Script" +msgid "Can't paste root node into the same scene." msgstr "" #: editor/scene_tree_dock.cpp +#, fuzzy +msgid "Paste Node(s)" +msgstr "ანიმაციის გასაღებების ასლის შექმნა" + +#: editor/scene_tree_dock.cpp +#, fuzzy +msgid "Detach Script" +msgstr "დამოკიდებულებების შემსწორებელი" + +#: editor/scene_tree_dock.cpp msgid "This operation can't be done on the tree root." msgstr "" @@ -10429,6 +11637,11 @@ msgstr "" #: editor/scene_tree_dock.cpp #, fuzzy +msgid "Delete %d nodes and any children?" +msgstr "წაშლა" + +#: editor/scene_tree_dock.cpp +#, fuzzy msgid "Delete %d nodes?" msgstr "წაშლა" @@ -10446,11 +11659,29 @@ msgid "Delete node \"%s\"?" msgstr "წაშლა" #: editor/scene_tree_dock.cpp -msgid "Can not perform with the root node." +msgid "" +"Saving the branch as a scene requires having a scene open in the editor." msgstr "" #: editor/scene_tree_dock.cpp -msgid "This operation can't be done on instanced scenes." +msgid "" +"Saving the branch as a scene requires selecting only one node, but you have " +"selected %d nodes." +msgstr "" + +#: editor/scene_tree_dock.cpp +msgid "" +"Can't save the root node branch as an instanced scene.\n" +"To create an editable copy of the current scene, duplicate it using the " +"FileSystem dock context menu\n" +"or create an inherited scene using Scene > New Inherited Scene... instead." +msgstr "" + +#: editor/scene_tree_dock.cpp +msgid "" +"Can't save the branch of an already instanced scene.\n" +"To create a variation of a scene, you can make an inherited scene based on " +"the instanced scene using Scene > New Inherited Scene... instead." msgstr "" #: editor/scene_tree_dock.cpp @@ -10508,10 +11739,19 @@ msgid "Can't operate on nodes the current scene inherits from!" msgstr "" #: editor/scene_tree_dock.cpp +msgid "This operation can't be done on instanced scenes." +msgstr "" + +#: editor/scene_tree_dock.cpp msgid "Attach Script" msgstr "" #: editor/scene_tree_dock.cpp +#, fuzzy +msgid "Cut Node(s)" +msgstr "ანიმაციის გასაღებების ასლის შექმნა" + +#: editor/scene_tree_dock.cpp msgid "Remove Node(s)" msgstr "" @@ -10550,7 +11790,10 @@ msgid "Load As Placeholder" msgstr "" #: editor/scene_tree_dock.cpp -msgid "Open Documentation" +msgid "" +"Cannot attach a script: there are no languages registered.\n" +"This is probably because this editor was built with all language modules " +"disabled." msgstr "" #: editor/scene_tree_dock.cpp @@ -10603,11 +11846,11 @@ msgid "" msgstr "" #: editor/scene_tree_dock.cpp -msgid "Attach a new or existing script for the selected node." +msgid "Attach a new or existing script to the selected node." msgstr "" #: editor/scene_tree_dock.cpp -msgid "Clear a script for the selected node." +msgid "Detach the script from the selected node." msgstr "" #: editor/scene_tree_dock.cpp @@ -10615,6 +11858,13 @@ msgid "Remote" msgstr "" #: editor/scene_tree_dock.cpp +msgid "" +"If selected, the Remote scene tree dock will cause the project to stutter " +"every time it updates.\n" +"Switch back to the Local scene tree dock to improve performance." +msgstr "" + +#: editor/scene_tree_dock.cpp msgid "Local" msgstr "" @@ -10732,6 +11982,10 @@ msgid "A directory with the same name exists." msgstr "" #: editor/script_create_dialog.cpp +msgid "File does not exist." +msgstr "" + +#: editor/script_create_dialog.cpp #, fuzzy msgid "Invalid extension." msgstr "არასწორი ფონტის ზომა." @@ -10774,6 +12028,11 @@ msgstr "" #: editor/script_create_dialog.cpp #, fuzzy +msgid "Invalid path." +msgstr "არასწორი ფონტის ზომა." + +#: editor/script_create_dialog.cpp +#, fuzzy msgid "Invalid class name." msgstr "არასწორი ფონტის ზომა." @@ -10813,6 +12072,12 @@ msgid "" msgstr "" #: editor/script_create_dialog.cpp +msgid "" +"Warning: Having the script name be the same as a built-in type is usually " +"not desired." +msgstr "" + +#: editor/script_create_dialog.cpp msgid "Class Name:" msgstr "" @@ -10887,6 +12152,10 @@ msgid "Copy Error" msgstr "" #: editor/script_editor_debugger.cpp +msgid "Open C++ Source on GitHub" +msgstr "" + +#: editor/script_editor_debugger.cpp msgid "Video RAM" msgstr "" @@ -11063,6 +12332,22 @@ msgstr "" msgid "Change Ray Shape Length" msgstr "" +#: editor/spatial_editor_gizmos.cpp +msgid "Set Room Point Position" +msgstr "" + +#: editor/spatial_editor_gizmos.cpp +msgid "Set Portal Point Position" +msgstr "" + +#: editor/spatial_editor_gizmos.cpp +msgid "Set Occluder Sphere Radius" +msgstr "" + +#: editor/spatial_editor_gizmos.cpp +msgid "Set Occluder Sphere Position" +msgstr "" + #: modules/csg/csg_gizmos.cpp msgid "Change Cylinder Radius" msgstr "" @@ -11171,6 +12456,14 @@ msgstr "" msgid "Object can't provide a length." msgstr "" +#: modules/gltf/editor_scene_exporter_gltf_plugin.cpp +msgid "Export Mesh GLTF2" +msgstr "" + +#: modules/gltf/editor_scene_exporter_gltf_plugin.cpp +msgid "Export GLTF..." +msgstr "" + #: modules/gridmap/grid_map_editor_plugin.cpp msgid "Next Plane" msgstr "" @@ -11214,6 +12507,11 @@ msgid "GridMap Paint" msgstr "" #: modules/gridmap/grid_map_editor_plugin.cpp +#, fuzzy +msgid "GridMap Selection" +msgstr "ყველა მონიშნვა" + +#: modules/gridmap/grid_map_editor_plugin.cpp msgid "Grid Map" msgstr "" @@ -11303,10 +12601,43 @@ msgstr "" msgid "Give a MeshLibrary resource to this GridMap to use its meshes." msgstr "" +#: modules/lightmapper_cpu/lightmapper_cpu.cpp +msgid "Begin Bake" +msgstr "" + +#: modules/lightmapper_cpu/lightmapper_cpu.cpp +msgid "Preparing data structures" +msgstr "" + +#: modules/lightmapper_cpu/lightmapper_cpu.cpp +msgid "Generate buffers" +msgstr "" + +#: modules/lightmapper_cpu/lightmapper_cpu.cpp +msgid "Direct lighting" +msgstr "" + +#: modules/lightmapper_cpu/lightmapper_cpu.cpp +msgid "Indirect lighting" +msgstr "" + +#: modules/lightmapper_cpu/lightmapper_cpu.cpp +msgid "Post processing" +msgstr "" + +#: modules/lightmapper_cpu/lightmapper_cpu.cpp +msgid "Plotting lightmaps" +msgstr "" + #: modules/mono/csharp_script.cpp msgid "Class name can't be a reserved keyword" msgstr "" +#: modules/mono/csharp_script.cpp +#, fuzzy +msgid "Build Solution" +msgstr "ყველა მონიშნვა" + #: modules/mono/mono_gd/gd_mono_utils.cpp msgid "End of inner exception stack trace" msgstr "" @@ -11432,6 +12763,16 @@ msgid "Add Output Port" msgstr "საყვარლები:" #: modules/visual_script/visual_script_editor.cpp +#, fuzzy +msgid "Change Port Type" +msgstr "%s ტიპის ცვლილება" + +#: modules/visual_script/visual_script_editor.cpp +#, fuzzy +msgid "Change Port Name" +msgstr "ლექსიკონის მნიშვნელობის შეცვლა" + +#: modules/visual_script/visual_script_editor.cpp msgid "Override an existing built-in function." msgstr "" @@ -11546,6 +12887,11 @@ msgid "Add Preload Node" msgstr "" #: modules/visual_script/visual_script_editor.cpp +#, fuzzy +msgid "Add Node(s)" +msgstr "საყვარლები:" + +#: modules/visual_script/visual_script_editor.cpp msgid "Add Node(s) From Tree" msgstr "" @@ -11611,10 +12957,6 @@ msgid "Can't copy the function node." msgstr "" #: modules/visual_script/visual_script_editor.cpp -msgid "Clipboard is empty!" -msgstr "" - -#: modules/visual_script/visual_script_editor.cpp msgid "Paste VisualScript Nodes" msgstr "" @@ -11782,80 +13124,229 @@ msgstr "" msgid "Get %s" msgstr "" -#: modules/visual_script/visual_script_property_selector.cpp -msgid "Set %s" -msgstr "" - -#: platform/android/export/export.cpp +#: platform/android/export/export_plugin.cpp msgid "Package name is missing." msgstr "" -#: platform/android/export/export.cpp +#: platform/android/export/export_plugin.cpp msgid "Package segments must be of non-zero length." msgstr "" -#: platform/android/export/export.cpp +#: platform/android/export/export_plugin.cpp msgid "The character '%s' is not allowed in Android application package names." msgstr "" -#: platform/android/export/export.cpp +#: platform/android/export/export_plugin.cpp msgid "A digit cannot be the first character in a package segment." msgstr "" -#: platform/android/export/export.cpp +#: platform/android/export/export_plugin.cpp msgid "The character '%s' cannot be the first character in a package segment." msgstr "" -#: platform/android/export/export.cpp +#: platform/android/export/export_plugin.cpp msgid "The package must have at least one '.' separator." msgstr "" -#: platform/android/export/export.cpp +#: platform/android/export/export_plugin.cpp msgid "Select device from the list" msgstr "" -#: platform/android/export/export.cpp -msgid "ADB executable not configured in the Editor Settings." +#: platform/android/export/export_plugin.cpp +msgid "Running on %s" msgstr "" -#: platform/android/export/export.cpp -msgid "OpenJDK jarsigner not configured in the Editor Settings." +#: platform/android/export/export_plugin.cpp +msgid "Exporting APK..." msgstr "" -#: platform/android/export/export.cpp -msgid "Debug keystore not configured in the Editor Settings nor in the preset." +#: platform/android/export/export_plugin.cpp +#, fuzzy +msgid "Uninstalling..." +msgstr "დაყენება" + +#: platform/android/export/export_plugin.cpp +#, fuzzy +msgid "Installing to device, please wait..." +msgstr "ძებნა:" + +#: platform/android/export/export_plugin.cpp +msgid "Could not install to device: %s" +msgstr "" + +#: platform/android/export/export_plugin.cpp +msgid "Running on device..." msgstr "" -#: platform/android/export/export.cpp -msgid "Custom build requires a valid Android SDK path in Editor Settings." +#: platform/android/export/export_plugin.cpp +msgid "Could not execute on device." msgstr "" -#: platform/android/export/export.cpp -msgid "Invalid Android SDK path for custom build in Editor Settings." +#: platform/android/export/export_plugin.cpp +msgid "Unable to find the 'apksigner' tool." msgstr "" -#: platform/android/export/export.cpp +#: platform/android/export/export_plugin.cpp msgid "" "Android build template not installed in the project. Install it from the " "Project menu." msgstr "" -#: platform/android/export/export.cpp +#: platform/android/export/export_plugin.cpp +msgid "" +"Either Debug Keystore, Debug User AND Debug Password settings must be " +"configured OR none of them." +msgstr "" + +#: platform/android/export/export_plugin.cpp +msgid "Debug keystore not configured in the Editor Settings nor in the preset." +msgstr "" + +#: platform/android/export/export_plugin.cpp +msgid "" +"Either Release Keystore, Release User AND Release Password settings must be " +"configured OR none of them." +msgstr "" + +#: platform/android/export/export_plugin.cpp +msgid "Release keystore incorrectly configured in the export preset." +msgstr "" + +#: platform/android/export/export_plugin.cpp +msgid "A valid Android SDK path is required in Editor Settings." +msgstr "" + +#: platform/android/export/export_plugin.cpp +msgid "Invalid Android SDK path in Editor Settings." +msgstr "" + +#: platform/android/export/export_plugin.cpp +msgid "Missing 'platform-tools' directory!" +msgstr "" + +#: platform/android/export/export_plugin.cpp +msgid "Unable to find Android SDK platform-tools' adb command." +msgstr "" + +#: platform/android/export/export_plugin.cpp +msgid "Please check in the Android SDK directory specified in Editor Settings." +msgstr "" + +#: platform/android/export/export_plugin.cpp +msgid "Missing 'build-tools' directory!" +msgstr "" + +#: platform/android/export/export_plugin.cpp +msgid "Unable to find Android SDK build-tools' apksigner command." +msgstr "" + +#: platform/android/export/export_plugin.cpp msgid "Invalid public key for APK expansion." msgstr "" -#: platform/android/export/export.cpp +#: platform/android/export/export_plugin.cpp #, fuzzy msgid "Invalid package name:" msgstr "არასწორი ფონტის ზომა." -#: platform/android/export/export.cpp +#: platform/android/export/export_plugin.cpp +msgid "" +"Invalid \"GodotPaymentV3\" module included in the \"android/modules\" " +"project setting (changed in Godot 3.2.2).\n" +msgstr "" + +#: platform/android/export/export_plugin.cpp +msgid "\"Use Custom Build\" must be enabled to use the plugins." +msgstr "" + +#: platform/android/export/export_plugin.cpp +msgid "" +"\"Hand Tracking\" is only valid when \"Xr Mode\" is \"Oculus Mobile VrApi\" " +"or \"OpenXR\"." +msgstr "" + +#: platform/android/export/export_plugin.cpp +msgid "\"Passthrough\" is only valid when \"Xr Mode\" is \"OpenXR\"." +msgstr "" + +#: platform/android/export/export_plugin.cpp +msgid "\"Export AAB\" is only valid when \"Use Custom Build\" is enabled." +msgstr "" + +#: platform/android/export/export_plugin.cpp +msgid "" +"Changing the \"Min Sdk\" is only valid when \"Use Custom Build\" is enabled." +msgstr "" + +#: platform/android/export/export_plugin.cpp +msgid "" +"Changing the \"Target Sdk\" is only valid when \"Use Custom Build\" is " +"enabled." +msgstr "" + +#: platform/android/export/export_plugin.cpp +msgid "\"Target Sdk\" version must be greater or equal to \"Min Sdk\" version." +msgstr "" + +#: platform/android/export/export_plugin.cpp +msgid "" +"'apksigner' could not be found.\n" +"Please check the command is available in the Android SDK build-tools " +"directory.\n" +"The resulting %s is unsigned." +msgstr "" + +#: platform/android/export/export_plugin.cpp +msgid "Signing debug %s..." +msgstr "" + +#: platform/android/export/export_plugin.cpp +msgid "Signing release %s..." +msgstr "" + +#: platform/android/export/export_plugin.cpp +msgid "Could not find keystore, unable to export." +msgstr "" + +#: platform/android/export/export_plugin.cpp +msgid "'apksigner' returned with error #%d" +msgstr "" + +#: platform/android/export/export_plugin.cpp +msgid "Verifying %s..." +msgstr "" + +#: platform/android/export/export_plugin.cpp +msgid "'apksigner' verification of %s failed." +msgstr "" + +#: platform/android/export/export_plugin.cpp +msgid "Exporting for Android" +msgstr "" + +#: platform/android/export/export_plugin.cpp +msgid "Invalid filename! Android App Bundle requires the *.aab extension." +msgstr "" + +#: platform/android/export/export_plugin.cpp +msgid "APK Expansion not compatible with Android App Bundle." +msgstr "" + +#: platform/android/export/export_plugin.cpp +msgid "Invalid filename! Android APK requires the *.apk extension." +msgstr "" + +#: platform/android/export/export_plugin.cpp +msgid "Unsupported export format!\n" +msgstr "" + +#: platform/android/export/export_plugin.cpp msgid "" "Trying to build from a custom built template, but no version info for it " "exists. Please reinstall from the 'Project' menu." msgstr "" -#: platform/android/export/export.cpp +#: platform/android/export/export_plugin.cpp msgid "" "Android build version mismatch:\n" " Template installed: %s\n" @@ -11863,25 +13354,84 @@ msgid "" "Please reinstall Android build template from 'Project' menu." msgstr "" -#: platform/android/export/export.cpp +#: platform/android/export/export_plugin.cpp +msgid "" +"Unable to overwrite res://android/build/res/*.xml files with project name" +msgstr "" + +#: platform/android/export/export_plugin.cpp +msgid "Could not export project files to gradle project\n" +msgstr "" + +#: platform/android/export/export_plugin.cpp +msgid "Could not write expansion package file!" +msgstr "" + +#: platform/android/export/export_plugin.cpp msgid "Building Android Project (gradle)" msgstr "" -#: platform/android/export/export.cpp +#: platform/android/export/export_plugin.cpp msgid "" "Building of Android project failed, check output for the error.\n" "Alternatively visit docs.godotengine.org for Android build documentation." msgstr "" -#: platform/android/export/export.cpp -msgid "No build apk generated at: " +#: platform/android/export/export_plugin.cpp +msgid "Moving output" msgstr "" -#: platform/iphone/export/export.cpp +#: platform/android/export/export_plugin.cpp +msgid "" +"Unable to copy and rename export file, check gradle project directory for " +"outputs." +msgstr "" + +#: platform/android/export/export_plugin.cpp +#, fuzzy +msgid "Package not found: %s" +msgstr "ანიმაციის ხანგრძლივობა (წამებში)." + +#: platform/android/export/export_plugin.cpp +msgid "Creating APK..." +msgstr "" + +#: platform/android/export/export_plugin.cpp +msgid "" +"Could not find template APK to export:\n" +"%s" +msgstr "" + +#: platform/android/export/export_plugin.cpp +msgid "" +"Missing libraries in the export template for the selected architectures: " +"%s.\n" +"Please build a template with all required libraries, or uncheck the missing " +"architectures in the export preset." +msgstr "" + +#: platform/android/export/export_plugin.cpp +#, fuzzy +msgid "Adding files..." +msgstr "საყვარლები:" + +#: platform/android/export/export_plugin.cpp +msgid "Could not export project files" +msgstr "" + +#: platform/android/export/export_plugin.cpp +msgid "Aligning APK..." +msgstr "" + +#: platform/android/export/export_plugin.cpp +msgid "Could not unzip temporary unaligned APK." +msgstr "" + +#: platform/iphone/export/export.cpp platform/osx/export/export.cpp msgid "Identifier is missing." msgstr "" -#: platform/iphone/export/export.cpp +#: platform/iphone/export/export.cpp platform/osx/export/export.cpp msgid "The character '%s' is not allowed in Identifier." msgstr "" @@ -11911,27 +13461,52 @@ msgid "Run exported HTML in the system's default browser." msgstr "" #: platform/javascript/export/export.cpp -msgid "Could not write file:" +msgid "Could not open template for export:" msgstr "" #: platform/javascript/export/export.cpp -msgid "Could not open template for export:" +msgid "Invalid export template:" msgstr "" #: platform/javascript/export/export.cpp -msgid "Invalid export template:" +msgid "Could not write file:" msgstr "" #: platform/javascript/export/export.cpp -msgid "Could not read custom HTML shell:" +msgid "Could not read file:" msgstr "" #: platform/javascript/export/export.cpp -msgid "Could not read boot splash image file:" +msgid "Could not read HTML shell:" msgstr "" #: platform/javascript/export/export.cpp -msgid "Using default boot splash image." +msgid "Could not create HTTP server directory:" +msgstr "" + +#: platform/javascript/export/export.cpp +msgid "Error starting HTTP server:" +msgstr "" + +#: platform/osx/export/export.cpp +#, fuzzy +msgid "Invalid bundle identifier:" +msgstr "არასწორი ფონტის ზომა." + +#: platform/osx/export/export.cpp +msgid "Notarization: code signing required." +msgstr "" + +#: platform/osx/export/export.cpp +msgid "Notarization: hardened runtime required." +msgstr "" + +#: platform/osx/export/export.cpp +msgid "Notarization: Apple ID name not specified." +msgstr "" + +#: platform/osx/export/export.cpp +msgid "Notarization: Apple ID password not specified." msgstr "" #: platform/uwp/export/export.cpp @@ -12021,6 +13596,14 @@ msgstr "" msgid "An empty CollisionPolygon2D has no effect on collision." msgstr "" +#: scene/2d/collision_polygon_2d.cpp +msgid "Invalid polygon. At least 3 points are needed in 'Solids' build mode." +msgstr "" + +#: scene/2d/collision_polygon_2d.cpp +msgid "Invalid polygon. At least 2 points are needed in 'Segments' build mode." +msgstr "" + #: scene/2d/collision_shape_2d.cpp msgid "" "CollisionShape2D only serves to provide a collision shape to a " @@ -12034,12 +13617,38 @@ msgid "" "shape resource for it!" msgstr "" +#: scene/2d/collision_shape_2d.cpp +msgid "" +"Polygon-based shapes are not meant be used nor edited directly through the " +"CollisionShape2D node. Please use the CollisionPolygon2D node instead." +msgstr "" + #: scene/2d/cpu_particles_2d.cpp msgid "" "CPUParticles2D animation requires the usage of a CanvasItemMaterial with " "\"Particles Animation\" enabled." msgstr "" +#: scene/2d/joints_2d.cpp +msgid "Node A and Node B must be PhysicsBody2Ds" +msgstr "" + +#: scene/2d/joints_2d.cpp +msgid "Node A must be a PhysicsBody2D" +msgstr "" + +#: scene/2d/joints_2d.cpp +msgid "Node B must be a PhysicsBody2D" +msgstr "" + +#: scene/2d/joints_2d.cpp +msgid "Joint is not connected to two PhysicsBody2Ds" +msgstr "" + +#: scene/2d/joints_2d.cpp +msgid "Node A and Node B must be different PhysicsBody2Ds" +msgstr "" + #: scene/2d/light_2d.cpp msgid "" "A texture with the shape of the light must be supplied to the \"Texture\" " @@ -12161,27 +13770,27 @@ msgid "ARVROrigin requires an ARVRCamera child node." msgstr "" #: scene/3d/baked_lightmap.cpp -msgid "%d%%" +msgid "Finding meshes and lights" msgstr "" #: scene/3d/baked_lightmap.cpp -msgid "(Time Left: %d:%02d s)" +msgid "Preparing geometry (%d/%d)" msgstr "" #: scene/3d/baked_lightmap.cpp -msgid "Plotting Meshes: " +msgid "Preparing environment" msgstr "" #: scene/3d/baked_lightmap.cpp -msgid "Plotting Lights:" +msgid "Generating capture" msgstr "" -#: scene/3d/baked_lightmap.cpp scene/3d/gi_probe.cpp -msgid "Finishing Plot" +#: scene/3d/baked_lightmap.cpp +msgid "Saving lightmaps" msgstr "" #: scene/3d/baked_lightmap.cpp -msgid "Lighting Meshes: " +msgid "Done" msgstr "" #: scene/3d/collision_object.cpp @@ -12241,11 +13850,22 @@ msgid "Plotting Meshes" msgstr "" #: scene/3d/gi_probe.cpp +msgid "Finishing Plot" +msgstr "" + +#: scene/3d/gi_probe.cpp msgid "" "GIProbes are not supported by the GLES2 video driver.\n" "Use a BakedLightmap instead." msgstr "" +#: scene/3d/gi_probe.cpp +msgid "" +"The GIProbe Compress property has been deprecated due to known bugs and no " +"longer has any effect.\n" +"To remove this warning, disable the GIProbe's Compress property." +msgstr "" + #: scene/3d/light.cpp msgid "A SpotLight with an angle wider than 90 degrees cannot cast shadows." msgstr "" @@ -12260,6 +13880,14 @@ msgid "" "It only provides navigation data." msgstr "" +#: scene/3d/occluder.cpp +msgid "No shape is set." +msgstr "" + +#: scene/3d/occluder.cpp +msgid "Only uniform scales are supported." +msgstr "" + #: scene/3d/particles.cpp msgid "" "GPU-based particles are not supported by the GLES2 video driver.\n" @@ -12295,12 +13923,120 @@ msgid "" "Change the size in children collision shapes instead." msgstr "" +#: scene/3d/physics_joint.cpp +msgid "Node A and Node B must be PhysicsBodies" +msgstr "" + +#: scene/3d/physics_joint.cpp +msgid "Node A must be a PhysicsBody" +msgstr "" + +#: scene/3d/physics_joint.cpp +msgid "Node B must be a PhysicsBody" +msgstr "" + +#: scene/3d/physics_joint.cpp +msgid "Joint is not connected to any PhysicsBodies" +msgstr "" + +#: scene/3d/physics_joint.cpp +msgid "Node A and Node B must be different PhysicsBodies" +msgstr "" + +#: scene/3d/portal.cpp +msgid "The RoomManager should not be a child or grandchild of a Portal." +msgstr "" + +#: scene/3d/portal.cpp +msgid "A Room should not be a child or grandchild of a Portal." +msgstr "" + +#: scene/3d/portal.cpp +msgid "A RoomGroup should not be a child or grandchild of a Portal." +msgstr "" + #: scene/3d/remote_transform.cpp msgid "" "The \"Remote Path\" property must point to a valid Spatial or Spatial-" "derived node to work." msgstr "" +#: scene/3d/room.cpp +msgid "A Room cannot have another Room as a child or grandchild." +msgstr "" + +#: scene/3d/room.cpp +msgid "The RoomManager should not be placed inside a Room." +msgstr "" + +#: scene/3d/room.cpp +msgid "A RoomGroup should not be placed inside a Room." +msgstr "" + +#: scene/3d/room.cpp +msgid "" +"Room convex hull contains a large number of planes.\n" +"Consider simplifying the room bound in order to increase performance." +msgstr "" + +#: scene/3d/room_group.cpp +msgid "The RoomManager should not be placed inside a RoomGroup." +msgstr "" + +#: scene/3d/room_manager.cpp +msgid "The RoomList has not been assigned." +msgstr "" + +#: scene/3d/room_manager.cpp +msgid "The RoomList node should be a Spatial (or derived from Spatial)." +msgstr "" + +#: scene/3d/room_manager.cpp +msgid "" +"Portal Depth Limit is set to Zero.\n" +"Only the Room that the Camera is in will render." +msgstr "" + +#: scene/3d/room_manager.cpp +msgid "There should only be one RoomManager in the SceneTree." +msgstr "" + +#: scene/3d/room_manager.cpp +msgid "" +"RoomList path is invalid.\n" +"Please check the RoomList branch has been assigned in the RoomManager." +msgstr "" + +#: scene/3d/room_manager.cpp +msgid "RoomList contains no Rooms, aborting." +msgstr "" + +#: scene/3d/room_manager.cpp +msgid "Misnamed nodes detected, check output log for details. Aborting." +msgstr "" + +#: scene/3d/room_manager.cpp +msgid "Portal link room not found, check output log for details." +msgstr "" + +#: scene/3d/room_manager.cpp +msgid "" +"Portal autolink failed, check output log for details.\n" +"Check the portal is facing outwards from the source room." +msgstr "" + +#: scene/3d/room_manager.cpp +msgid "" +"Room overlap detected, cameras may work incorrectly in overlapping area.\n" +"Check output log for details." +msgstr "" + +#: scene/3d/room_manager.cpp +msgid "" +"Error calculating room bounds.\n" +"Ensure all rooms contain geometry or manual bounds." +msgstr "" + #: scene/3d/soft_body.cpp msgid "This body will be ignored until you set a mesh." msgstr "" @@ -12350,6 +14086,10 @@ msgstr "" msgid "Animation not found: '%s'" msgstr "ანიმაციის ხანგრძლივობა (წამებში)." +#: scene/animation/animation_player.cpp +msgid "Anim Apply Reset" +msgstr "" + #: scene/animation/animation_tree.cpp msgid "In node '%s', invalid animation: '%s'." msgstr "" @@ -12433,6 +14173,22 @@ msgstr "" msgid "Please Confirm..." msgstr "" +#: scene/gui/file_dialog.cpp +msgid "Must use a valid extension." +msgstr "" + +#: scene/gui/graph_edit.cpp +msgid "Enable grid minimap." +msgstr "" + +#: scene/gui/nine_patch_rect.cpp +msgid "" +"The Tile and Tile Fit options for Axis Stretch properties are only effective " +"when using the GLES3 rendering backend.\n" +"The GLES2 backend is currently in use, so these modes will act like Stretch " +"instead." +msgstr "" + #: scene/gui/popup.cpp msgid "" "Popups will hide by default unless you call popup() or any of the popup*() " @@ -12461,6 +14217,14 @@ msgid "" "Environment -> Default Environment) could not be loaded." msgstr "" +#: scene/main/timer.cpp +msgid "" +"Very low timer wait times (< 0.05 seconds) may behave in significantly " +"different ways depending on the rendered or physics frame rate.\n" +"Consider using a script's process loop instead of relying on a Timer for " +"very low wait times." +msgstr "" + #: scene/main/viewport.cpp msgid "" "This viewport is not set as render target. If you intend for it to display " @@ -12470,7 +14234,19 @@ msgid "" msgstr "" #: scene/main/viewport.cpp -msgid "Viewport size must be greater than 0 to render anything." +msgid "" +"The Viewport size must be greater than or equal to 2 pixels on both " +"dimensions to render anything." +msgstr "" + +#: scene/resources/occluder_shape.cpp +msgid "OccluderShapeSphere Set Spheres" +msgstr "" + +#: scene/resources/visual_shader_nodes.cpp +msgid "" +"The sampler port is connected but not used. Consider changing the source to " +"'SamplerPort'." msgstr "" #: scene/resources/visual_shader_nodes.cpp @@ -12489,147 +14265,33 @@ msgid "Invalid comparison function for that type." msgstr "არასწორი ფონტის ზომა." #: servers/visual/shader_language.cpp -msgid "Assignment to function." +msgid "Varying may not be assigned in the '%s' function." msgstr "" #: servers/visual/shader_language.cpp -msgid "Assignment to uniform." +msgid "" +"Varyings which assigned in 'vertex' function may not be reassigned in " +"'fragment' or 'light'." msgstr "" #: servers/visual/shader_language.cpp -msgid "Varyings can only be assigned in vertex function." +msgid "" +"Varyings which assigned in 'fragment' function may not be reassigned in " +"'vertex' or 'light'." msgstr "" #: servers/visual/shader_language.cpp -msgid "Constants cannot be modified." +msgid "Fragment-stage varying could not been accessed in custom function!" msgstr "" -#~ msgid "Replaced %d occurrence(s)." -#~ msgstr "შეცვლილია %d დამთხვევები." - -#, fuzzy -#~ msgid "Brief Description" -#~ msgstr "აღწერა:" - -#, fuzzy -#~ msgid "Class Description" -#~ msgstr "აღწერა:" - -#, fuzzy -#~ msgid "Class Description:" -#~ msgstr "აღწერა:" - -#, fuzzy -#~ msgid "Property Descriptions:" -#~ msgstr "აღწერა:" - -#, fuzzy -#~ msgid "Method Descriptions:" -#~ msgstr "აღწერა:" - -#~ msgid "Unknown font format." -#~ msgstr "უცნობი ფონტის ფორმატი." - -#~ msgid "Error loading font." -#~ msgstr "შეცდომა ფონტის ჩატვირთვისას." - -#~ msgid "Invalid font size." -#~ msgstr "არასწორი ფონტის ზომა." - -#~ msgid "Line:" -#~ msgstr "ხაზი:" - -#~ msgid "Col:" -#~ msgstr "სვეტი:" - -#, fuzzy -#~ msgid "Zoom out" -#~ msgstr "ზუმის დაპატარავება" - -#, fuzzy -#~ msgid "Zoom in" -#~ msgstr "ზუმის გაზრდა" - -#, fuzzy -#~ msgid "Zoom:" -#~ msgstr "ზუმის გაზრდა" - -#, fuzzy -#~ msgid "Whole words" -#~ msgstr "მთლიანი სიტყვები" - -#, fuzzy -#~ msgid "Match case" -#~ msgstr "საქმის დამთხვევა" - -#~ msgid "Move Anim Track Up" -#~ msgstr "ანიმაციის თრექის ზემოთ გადაადგილება" - -#~ msgid "Move Anim Track Down" -#~ msgstr "ანიმაციის თრექის ქვემოთ გადაადგილება" - -#~ msgid "Anim Track Rename" -#~ msgstr "ანიმაციის თრექის გადარქმევა" - -#~ msgid "Anim Track Change Interpolation" -#~ msgstr "ანიმაციის თრექის ინტერპოლაციის ცვლილება" - -#~ msgid "Anim Track Change Value Mode" -#~ msgstr "ანიმაციის თრექის მნიშვნელობის რეჟიმის ცვლილება" - -#~ msgid "Anim Track Change Wrap Mode" -#~ msgstr "ანიმაციის თრექის გადატანის რეჟიმის ცვლილება" - -#~ msgid "Anim Add Key" -#~ msgstr "ანიმაციის გასაღების დამატება" - -#~ msgid "In" -#~ msgstr "შიგნით" - -#~ msgid "Out" -#~ msgstr "გარეთ" - -#~ msgid "In-Out" -#~ msgstr "შიგნიდან-გარეთ" - -#~ msgid "Out-In" -#~ msgstr "გარედან-შიგნით" - -#~ msgid "Anim Create Typed Value Key" -#~ msgstr "ანიმაციის ტიპირებული გასაღების შექმნა" - -#~ msgid "Anim Add Call Track" -#~ msgstr "ანიმაციის გამოძახების თრექის დამატება" - -#~ msgid "Length (s):" -#~ msgstr "ხანგრძლივობა (წამი):" - -#~ msgid "Cursor step snap (in seconds)." -#~ msgstr "კურსორის ნაბიჯის მიახლოებით მიერთება (წამებში)." - -#~ msgid "Enable/Disable looping in animation." -#~ msgstr "ანიმაციის განმეორებადობის ჩართვა/გამორთვა." - -#~ msgid "Add new tracks." -#~ msgstr "ახალი თრექების ჩამატება." - -#~ msgid "Move current track up." -#~ msgstr "მიმდინარე თრექის ზემოთ გადაადგილება." - -#~ msgid "Move current track down." -#~ msgstr "მიმდინარე თრექის ქვემოთ გადაადგილება." - -#~ msgid "Track tools" -#~ msgstr "თრექის იარაღები" - -#~ msgid "Enable editing of individual keys by clicking them." -#~ msgstr "ინდივიდუალური გასაღებების მათზე დაჭერით ცვლილების ჩართვა." - -#~ msgid "Key" -#~ msgstr "გასაღები" +#: servers/visual/shader_language.cpp +msgid "Assignment to function." +msgstr "" -#~ msgid "Call Functions in Which Node?" -#~ msgstr "რომელ კვანძში გამოვიძახოთ ფუნქციები?" +#: servers/visual/shader_language.cpp +msgid "Assignment to uniform." +msgstr "" -#~ msgid "Thanks!" -#~ msgstr "მადლობა!" +#: servers/visual/shader_language.cpp +msgid "Constants cannot be modified." +msgstr "" |