diff options
Diffstat (limited to 'editor/translations/eu.po')
-rw-r--r-- | editor/translations/eu.po | 2745 |
1 files changed, 2153 insertions, 592 deletions
diff --git a/editor/translations/eu.po b/editor/translations/eu.po index 07923f26fb..7b6934ff33 100644 --- a/editor/translations/eu.po +++ b/editor/translations/eu.po @@ -1,26 +1,29 @@ # Basque 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-2021 Juan Linietsky, Ariel Manzur. +# Copyright (c) 2014-2021 Godot Engine contributors (cf. AUTHORS.md). # This file is distributed under the same license as the Godot source code. # Julen Irazoki <rktzbkr.julen@gmail.com>, 2019. # Osoitz <oelkoro@gmail.com>, 2019, 2020. +# Erik Zubiria <erik@ezsd.net>, 2021. +# Sergio Varela <sergitroll9@gmail.com>, 2021. msgid "" msgstr "" "Project-Id-Version: Godot Engine editor\n" -"PO-Revision-Date: 2020-06-15 01:48+0000\n" -"Last-Translator: Osoitz <oelkoro@gmail.com>\n" +"PO-Revision-Date: 2021-07-29 02:34+0000\n" +"Last-Translator: Sergio Varela <sergitroll9@gmail.com>\n" "Language-Team: Basque <https://hosted.weblate.org/projects/godot-engine/" "godot/eu/>\n" "Language: eu\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8-bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 4.1-dev\n" +"X-Generator: Weblate 4.7.2-dev\n" #: core/math/expression.cpp modules/gdscript/gdscript_functions.cpp #: modules/visual_script/visual_script_builtin_funcs.cpp msgid "Invalid type argument to convert(), use TYPE_* constants." msgstr "" +"'convert()'-entzat argumentu baliogabea, erabil itzazu TYPE_* konstanteak." #: core/math/expression.cpp modules/gdscript/gdscript_functions.cpp msgid "Expected a string of length 1 (a character)." @@ -34,23 +37,24 @@ msgstr "Ez daude byte nahikoa byteak deskodetzeko, edo formatua ez da zuzena." #: core/math/expression.cpp msgid "Invalid input %i (not passed) in expression" -msgstr "" +msgstr "%i (onartu gabea) sarrera baliogabea espresioan" #: core/math/expression.cpp msgid "self can't be used because instance is null (not passed)" -msgstr "" +msgstr "ezin da self erabili instantzia null (pasatu gabea) delako" #: core/math/expression.cpp msgid "Invalid operands to operator %s, %s and %s." -msgstr "" +msgstr "%s, %s eta %s operatzaileentzat operando baliogabeak." #: core/math/expression.cpp msgid "Invalid index of type %s for base type %s" -msgstr "" +msgstr "%s tipo oinarriarentzat %s tipo adierazle baliogabea" #: core/math/expression.cpp msgid "Invalid named index '%s' for base type %s" msgstr "" +"'%s' izena daukan adierazleak ez dauka baliorik %s oinarri tipoarentzat" #: core/math/expression.cpp msgid "Invalid arguments to construct '%s'" @@ -130,51 +134,51 @@ msgstr "Mugitu Bezier puntuak" #: editor/animation_bezier_editor.cpp editor/animation_track_editor.cpp msgid "Anim Duplicate Keys" -msgstr "" +msgstr "Animazio giltza bikoiztuak" #: editor/animation_bezier_editor.cpp editor/animation_track_editor.cpp msgid "Anim Delete Keys" -msgstr "" +msgstr "Animazio giltza ezabatuak" #: editor/animation_track_editor.cpp msgid "Anim Change Keyframe Time" -msgstr "" +msgstr "Animazioaren giltza fotogramaren denbora aldatu" #: editor/animation_track_editor.cpp msgid "Anim Change Transition" -msgstr "" +msgstr "Animazioaren transizioa aldatu" #: editor/animation_track_editor.cpp msgid "Anim Change Transform" -msgstr "" +msgstr "Animazioaren transformazioa aldatu" #: editor/animation_track_editor.cpp msgid "Anim Change Keyframe Value" -msgstr "" +msgstr "Animazioaren giltza fotogramen balioa aldatu" #: editor/animation_track_editor.cpp msgid "Anim Change Call" -msgstr "" +msgstr "Animazioaren deia aldatu" #: editor/animation_track_editor.cpp msgid "Anim Multi Change Keyframe Time" -msgstr "" +msgstr "Fotograma anitzen animazio giltzen denbora aldatu" #: editor/animation_track_editor.cpp msgid "Anim Multi Change Transition" -msgstr "" +msgstr "Animazio transizio anitzak aldatu" #: editor/animation_track_editor.cpp msgid "Anim Multi Change Transform" -msgstr "" +msgstr "Animazio Transform anitz aldatu" #: editor/animation_track_editor.cpp msgid "Anim Multi Change Keyframe Value" -msgstr "" +msgstr "Animazio anitzen giltza fotogramen balioa aldatu" #: editor/animation_track_editor.cpp msgid "Anim Multi Change Call" -msgstr "" +msgstr "Animazio dei anitz aldatu" #: editor/animation_track_editor.cpp msgid "Change Animation Length" @@ -187,27 +191,27 @@ msgstr "Aldatu animazioaren begizta" #: editor/animation_track_editor.cpp msgid "Property Track" -msgstr "" +msgstr "Propietateen pista" #: editor/animation_track_editor.cpp msgid "3D Transform Track" -msgstr "" +msgstr "3D Transformazioaren pista" #: editor/animation_track_editor.cpp msgid "Call Method Track" -msgstr "" +msgstr "Metodoen deiaren pista" #: editor/animation_track_editor.cpp msgid "Bezier Curve Track" -msgstr "" +msgstr "Bezier kurbaren pista" #: editor/animation_track_editor.cpp msgid "Audio Playback Track" -msgstr "" +msgstr "Audioaren erreprodukzio pista" #: editor/animation_track_editor.cpp msgid "Animation Playback Track" -msgstr "" +msgstr "Animazioaren erreprodukzio pista" #: editor/animation_track_editor.cpp msgid "Animation length (frames)" @@ -219,130 +223,131 @@ msgstr "Animazioaren iraupena (segundoak)" #: editor/animation_track_editor.cpp msgid "Add Track" -msgstr "" +msgstr "Gehitu pista" #: editor/animation_track_editor.cpp msgid "Animation Looping" -msgstr "" +msgstr "Animazioaren loop-a" #: editor/animation_track_editor.cpp #: modules/visual_script/visual_script_editor.cpp msgid "Functions:" -msgstr "" +msgstr "Funtzioak:" #: editor/animation_track_editor.cpp msgid "Audio Clips:" -msgstr "" +msgstr "Audio klipak:" #: editor/animation_track_editor.cpp msgid "Anim Clips:" -msgstr "" +msgstr "Animazio klipak:" #: editor/animation_track_editor.cpp msgid "Change Track Path" -msgstr "" +msgstr "Pistaren bidea aldatu" #: editor/animation_track_editor.cpp msgid "Toggle this track on/off." -msgstr "" +msgstr "Pista hau aktibatu/desaktibatu." #: editor/animation_track_editor.cpp msgid "Update Mode (How this property is set)" -msgstr "" +msgstr "Eguneratze mota (Nola ezartzen da)" #: editor/animation_track_editor.cpp msgid "Interpolation Mode" -msgstr "" +msgstr "Interpolazio mota" #: editor/animation_track_editor.cpp msgid "Loop Wrap Mode (Interpolate end with beginning on loop)" -msgstr "" +msgstr "Loop Modu Bildua (bukaera interpolatu looparen hasierarekin)" #: editor/animation_track_editor.cpp msgid "Remove this track." -msgstr "" +msgstr "Pista hau ezabatu." #: editor/animation_track_editor.cpp msgid "Time (s): " -msgstr "" +msgstr "Denbora (s): " #: editor/animation_track_editor.cpp msgid "Toggle Track Enabled" -msgstr "" +msgstr "Pista Akt./Desakt." #: editor/animation_track_editor.cpp msgid "Continuous" -msgstr "" +msgstr "Etengabea" #: editor/animation_track_editor.cpp msgid "Discrete" -msgstr "" +msgstr "Diskretua" #: editor/animation_track_editor.cpp msgid "Trigger" -msgstr "" +msgstr "Kakoa" #: editor/animation_track_editor.cpp msgid "Capture" -msgstr "" +msgstr "Kaptura" #: editor/animation_track_editor.cpp msgid "Nearest" -msgstr "" +msgstr "Gertukoena" #: editor/animation_track_editor.cpp editor/plugins/curve_editor_plugin.cpp #: editor/property_editor.cpp msgid "Linear" -msgstr "" +msgstr "Lineal" #: editor/animation_track_editor.cpp msgid "Cubic" -msgstr "" +msgstr "Kubiko" #: editor/animation_track_editor.cpp msgid "Clamp Loop Interp" -msgstr "" +msgstr "Loop Ebakitzailearen Interp" #: editor/animation_track_editor.cpp msgid "Wrap Loop Interp" -msgstr "" +msgstr "Loop Inguratzailearen Interp" #: editor/animation_track_editor.cpp #: editor/plugins/canvas_item_editor_plugin.cpp msgid "Insert Key" -msgstr "" +msgstr "Sartu Giltza" #: editor/animation_track_editor.cpp msgid "Duplicate Key(s)" -msgstr "" +msgstr "Bikoiztu Giltza(k)" #: editor/animation_track_editor.cpp msgid "Delete Key(s)" -msgstr "" +msgstr "Ezabatu Giltza(k)" #: editor/animation_track_editor.cpp msgid "Change Animation Update Mode" -msgstr "" +msgstr "Animazioaren Eguneraketa Modua Aldatu" #: editor/animation_track_editor.cpp msgid "Change Animation Interpolation Mode" -msgstr "" +msgstr "Animazioaren Interpolazio Modua Aldatu" #: editor/animation_track_editor.cpp msgid "Change Animation Loop Mode" -msgstr "" +msgstr "Animazioaren Loop Modua Aldatu" #: editor/animation_track_editor.cpp msgid "Remove Anim Track" -msgstr "" +msgstr "Ezabatu Animazio Pista" +#. TRANSLATORS: %s will be replaced by a phrase describing the target of track. #: editor/animation_track_editor.cpp msgid "Create NEW track for %s and insert key?" -msgstr "" +msgstr "%s-rentzat pista berria sortu eta giltza sartu?" #: editor/animation_track_editor.cpp msgid "Create %d NEW tracks and insert keys?" -msgstr "" +msgstr "%d pista berri sortu eta giltzak sartu?" #: editor/animation_track_editor.cpp editor/create_dialog.cpp #: editor/editor_audio_buses.cpp editor/editor_feature_profile.cpp @@ -354,39 +359,58 @@ msgstr "" #: editor/script_create_dialog.cpp #: modules/visual_script/visual_script_editor.cpp msgid "Create" -msgstr "" +msgstr "Sortu" #: editor/animation_track_editor.cpp msgid "Anim Insert" +msgstr "Animazioa Sartu" + +#. 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 "Kargatu animazioa" + #: editor/animation_track_editor.cpp msgid "AnimationPlayer can't animate itself, only other players." -msgstr "" +msgstr "AnimationPlayer bat ezin da norbera animatu, soilik beste playerrak." + +#. 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 "Propietateak" #: editor/animation_track_editor.cpp msgid "Anim Create & Insert" -msgstr "" +msgstr "Animazioa Sortu eta Txertatu" #: editor/animation_track_editor.cpp msgid "Anim Insert Track & Key" -msgstr "" +msgstr "Pista eta Animazio Giltza Sartu" #: editor/animation_track_editor.cpp msgid "Anim Insert Key" -msgstr "" +msgstr "Animazio Giltza Sartu" #: editor/animation_track_editor.cpp msgid "Change Animation Step" -msgstr "" +msgstr "Animazioaren Urratsa Aldatu" #: editor/animation_track_editor.cpp msgid "Rearrange Tracks" -msgstr "" +msgstr "Pistak Berrantolatu" #: editor/animation_track_editor.cpp msgid "Transform tracks only apply to Spatial-based nodes." msgstr "" +"Transformazio pistak Spatial-en oinarritutako nodoetan bakarrik aplikatzen " +"dira." #: editor/animation_track_editor.cpp msgid "" @@ -395,46 +419,46 @@ msgid "" "-AudioStreamPlayer2D\n" "-AudioStreamPlayer3D" msgstr "" +"Audio pistek era hontako nodoak bakarrik apunta ditzakete:\n" +"-AudioStreamPlayer\n" +"-AudioStreamPlayer2D\n" +"-AudioStreamPlayer3D" #: editor/animation_track_editor.cpp 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 "" +msgstr "Animazio pistek AnimationPlayer nodoak bakarrik apunta ditzakete." #: editor/animation_track_editor.cpp msgid "Not possible to add a new track without a root" -msgstr "" +msgstr "Ez da posiblea pista berri bat gehitzea sustrairik gabe" #: editor/animation_track_editor.cpp msgid "Invalid track for Bezier (no suitable sub-properties)" -msgstr "" +msgstr "Bezier-entzat pista baliogabea (ez dago azpipropietate egokirik)" #: editor/animation_track_editor.cpp msgid "Add Bezier Track" -msgstr "" +msgstr "Gehitu Bezier Pista" #: editor/animation_track_editor.cpp msgid "Track path is invalid, so can't add a key." -msgstr "" +msgstr "Pistaren bidea baliogabea da, beraz ezin da giltzarik gehitu." #: editor/animation_track_editor.cpp msgid "Track is not of type Spatial, can't insert key" -msgstr "" +msgstr "Pista ez da Spatial erakoa, ezin da giltza txertatu" #: editor/animation_track_editor.cpp msgid "Add Transform Track Key" -msgstr "" +msgstr "Gehitu Pistaren Transformazio Giltza" #: editor/animation_track_editor.cpp msgid "Add Track Key" -msgstr "" +msgstr "Gehitu pista-gakoa" #: editor/animation_track_editor.cpp msgid "Track path is invalid, so can't add a method key." -msgstr "" +msgstr "Sarbideak ez du balio, eta, beraz, ezin da metodo-gakorik gehitu." #: editor/animation_track_editor.cpp msgid "Add Method Track Key" @@ -449,7 +473,8 @@ msgid "Anim Move Keys" msgstr "" #: editor/animation_track_editor.cpp -msgid "Clipboard is empty" +#: modules/visual_script/visual_script_editor.cpp +msgid "Clipboard is empty!" msgstr "" #: editor/animation_track_editor.cpp @@ -511,7 +536,8 @@ msgstr "" 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 @@ -537,7 +563,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 "" @@ -558,6 +585,10 @@ msgid "Go to Previous Step" msgstr "" #: editor/animation_track_editor.cpp +msgid "Apply Reset" +msgstr "" + +#: editor/animation_track_editor.cpp msgid "Optimize Animation" msgstr "" @@ -574,6 +605,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 "" @@ -622,11 +657,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 "" @@ -708,12 +743,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" @@ -768,11 +805,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" @@ -822,6 +857,7 @@ msgstr "" #: 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 @@ -891,8 +927,9 @@ msgid "Edit..." msgstr "" #: editor/connections_dialog.cpp -msgid "Go To Method" -msgstr "" +#, fuzzy +msgid "Go to Method" +msgstr "Joan hurrengo karpetara." #: editor/create_dialog.cpp msgid "Change %s Type" @@ -906,6 +943,14 @@ msgstr "" msgid "Create New %s" msgstr "" +#: 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:" @@ -927,8 +972,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 @@ -1000,15 +1045,22 @@ msgid "Owners Of:" msgstr "Hauen jabeak:" #: editor/dependency_editor.cpp -msgid "Remove selected files from the project? (Can't be restored)" +#, fuzzy +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 "" "Kendu hautatutako fitxategiak proiektutik? (Ezin izango da berreskuratu)" #: 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 "" "Kendu beharreko fitxategiak beste baliabide batzuek behar dituzte funtziona " "dezaten.\n" @@ -1083,6 +1135,10 @@ msgstr "Aldatu hiztegiaren balioa" msgid "Thanks from the Godot community!" msgstr "Eskerrik asko Godot komunitatearen partetik!" +#: 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 "" @@ -1176,28 +1232,40 @@ msgstr "Osagaiak" msgid "Licenses" msgstr "Lizentziak" -#: editor/editor_asset_installer.cpp editor/project_manager.cpp -msgid "Error opening package file, not in ZIP format." -msgstr "Errorea pakete fitxategia irekitzean, ez dago ZIP formatuan." +#: editor/editor_asset_installer.cpp +#, fuzzy +msgid "Error opening asset file for \"%s\" (not in ZIP format)." +msgstr "Errorea pakete fitxategia irekitzean (ez dago ZIP formatuan)." #: editor/editor_asset_installer.cpp -msgid "%s (Already Exists)" +#, fuzzy +msgid "%s (already exists)" msgstr "%s (jada existitzen da)" #: 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 "Aktiboak deskonprimatzen" -#: 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." +#, fuzzy +msgid "(and %s more files)" msgstr "Eta beste %s fitxategi." -#: editor/editor_asset_installer.cpp editor/project_manager.cpp -msgid "Package installed successfully!" +#: editor/editor_asset_installer.cpp +#, fuzzy +msgid "Asset \"%s\" installed successfully!" msgstr "Paketea ondo instalatu da!" #: editor/editor_asset_installer.cpp @@ -1205,16 +1273,13 @@ msgstr "Paketea ondo instalatu da!" msgid "Success!" msgstr "Arrakasta!" -#: editor/editor_asset_installer.cpp -msgid "Package Contents:" -msgstr "Paketearen edukia:" - #: editor/editor_asset_installer.cpp editor/editor_node.cpp msgid "Install" msgstr "Instalatu" #: editor/editor_asset_installer.cpp -msgid "Package Installer" +#, fuzzy +msgid "Asset Installer" msgstr "Pakete instalatzailea" #: editor/editor_audio_buses.cpp @@ -1278,8 +1343,9 @@ msgid "Bypass" msgstr "" #: editor/editor_audio_buses.cpp -msgid "Bus options" -msgstr "" +#, fuzzy +msgid "Bus Options" +msgstr "Klaseko aukerak" #: editor/editor_audio_buses.cpp editor/filesystem_dock.cpp #: editor/plugins/animation_player_editor_plugin.cpp editor/scene_tree_dock.cpp @@ -1358,7 +1424,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" @@ -1445,6 +1511,14 @@ msgid "Can't add autoload:" msgstr "" #: editor/editor_autoload_settings.cpp +msgid "%s is an invalid path. File does not exist." +msgstr "" + +#: editor/editor_autoload_settings.cpp +msgid "%s is an invalid path. Not in resource path (res://)." +msgstr "" + +#: editor/editor_autoload_settings.cpp msgid "Add AutoLoad" msgstr "" @@ -1460,16 +1534,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 "" @@ -1485,7 +1559,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 "" @@ -1555,6 +1629,26 @@ msgid "" "Enabled'." msgstr "" +#: 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.cpp #: platform/iphone/export/export.cpp platform/javascript/export/export.cpp #: platform/osx/export/export.cpp platform/uwp/export/export.cpp @@ -1604,7 +1698,48 @@ msgid "Import Dock" msgstr "" #: editor/editor_feature_profile.cpp -msgid "Erase profile '%s'? (no undo)" +msgid "Allows to view and edit 3D scenes." +msgstr "" + +#: editor/editor_feature_profile.cpp +msgid "Allows to edit scripts using the integrated script editor." +msgstr "" + +#: editor/editor_feature_profile.cpp +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 +#, fuzzy +msgid "(current)" +msgstr "(Unekoa)" + +#: 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 @@ -1636,15 +1771,17 @@ msgid "Enable Contextual Editor" msgstr "" #: editor/editor_feature_profile.cpp -msgid "Enabled Properties:" -msgstr "" +#, fuzzy +msgid "Class Properties:" +msgstr "Propietateak" #: editor/editor_feature_profile.cpp -msgid "Enabled Features:" -msgstr "" +#, fuzzy +msgid "Main Features:" +msgstr "Ezaugarriak" #: editor/editor_feature_profile.cpp -msgid "Enabled Classes:" +msgid "Nodes and Classes:" msgstr "" #: editor/editor_feature_profile.cpp @@ -1662,7 +1799,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 @@ -1670,17 +1807,25 @@ msgid "Current Profile:" msgstr "" #: editor/editor_feature_profile.cpp -msgid "Make Current" -msgstr "" +#, fuzzy +msgid "Create Profile" +msgstr "Ezabatu profila" #: editor/editor_feature_profile.cpp -#: editor/plugins/animation_player_editor_plugin.cpp -#: editor/plugins/version_control_editor_plugin.cpp -msgid "New" +#, fuzzy +msgid "Remove Profile" +msgstr "Ezabatu profila" + +#: editor/editor_feature_profile.cpp +msgid "Available Profiles:" +msgstr "Eskuragarri dauden profilak:" + +#: editor/editor_feature_profile.cpp +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 "" @@ -1689,20 +1834,21 @@ msgid "Export" msgstr "Esportatu" #: editor/editor_feature_profile.cpp -msgid "Available Profiles:" -msgstr "Eskuragarri dauden profilak:" +msgid "Configure Selected Profile:" +msgstr "" #: editor/editor_feature_profile.cpp -msgid "Class Options" +#, fuzzy +msgid "Extra Options:" msgstr "Klaseko aukerak" #: editor/editor_feature_profile.cpp -msgid "New profile name:" -msgstr "Profilaren izen berria:" +msgid "Create or import a profile to edit available classes and properties." +msgstr "" #: editor/editor_feature_profile.cpp -msgid "Erase Profile" -msgstr "Ezabatu profila" +msgid "New profile name:" +msgstr "Profilaren izen berria:" #: editor/editor_feature_profile.cpp msgid "Godot Feature Profile" @@ -1725,7 +1871,8 @@ msgid "Select Current Folder" msgstr "Hautatu uneko karpeta" #: editor/editor_file_dialog.cpp scene/gui/file_dialog.cpp -msgid "File Exists, Overwrite?" +#, fuzzy +msgid "File exists, overwrite?" msgstr "Fitxategia badago aurretik, gainidatzi?" #: editor/editor_file_dialog.cpp scene/gui/file_dialog.cpp @@ -1779,9 +1926,10 @@ msgid "Open a File or Directory" msgstr "Ireki fitxategia edo direktorioa" #: 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 "Gorde" @@ -1862,8 +2010,7 @@ msgid "Directories & Files:" msgstr "Direktorioak eta fitxategiak:" #: 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/rename_dialog.cpp +#: editor/plugins/style_box_editor_plugin.cpp editor/rename_dialog.cpp msgid "Preview:" msgstr "Aurrebista:" @@ -1871,10 +2018,6 @@ msgstr "Aurrebista:" msgid "File:" msgstr "Fitxategia:" -#: editor/editor_file_dialog.cpp scene/gui/file_dialog.cpp -msgid "Must use a valid extension." -msgstr "Baliozko luzapena erabili behar du." - #: editor/editor_file_system.cpp msgid "ScanSources" msgstr "" @@ -1938,7 +2081,7 @@ msgstr "Azalaren propietateak" msgid "Enumerations" msgstr "Enumerazioak" -#: editor/editor_help.cpp +#: editor/editor_help.cpp editor/plugins/theme_editor_plugin.cpp msgid "Constants" msgstr "Konstanteak" @@ -2023,7 +2166,7 @@ msgstr "Metodoa" msgid "Signal" msgstr "Seinalea" -#: editor/editor_help_search.cpp editor/plugins/theme_editor_plugin.cpp +#: editor/editor_help_search.cpp msgid "Constant" msgstr "Konstantea" @@ -2039,8 +2182,9 @@ msgstr "Azalaren propietatea" 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 @@ -2056,7 +2200,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 @@ -2116,11 +2260,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 "" @@ -2219,11 +2375,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 @@ -2231,7 +2392,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 @@ -2273,6 +2434,10 @@ msgid "There is no defined scene to run." msgstr "" #: editor/editor_node.cpp +msgid "Save scene before running..." +msgstr "" + +#: editor/editor_node.cpp msgid "Could not start subprocess!" msgstr "" @@ -2305,30 +2470,22 @@ msgid "Save changes to '%s' before closing?" msgstr "" #: editor/editor_node.cpp -msgid "Saved %s modified resource(s)." +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." +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 -msgid "No" -msgstr "" - -#: editor/editor_node.cpp -msgid "Yes" -msgstr "" - -#: editor/editor_node.cpp -msgid "This scene has never been saved. Save before running?" -msgstr "" - -#: editor/editor_node.cpp editor/scene_tree_dock.cpp +#: editor/editor_node.cpp modules/gltf/editor_scene_exporter_gltf_plugin.cpp msgid "This operation can't be done without a scene." msgstr "" @@ -2376,6 +2533,10 @@ msgid "Quit" msgstr "" #: editor/editor_node.cpp +msgid "Yes" +msgstr "" + +#: editor/editor_node.cpp msgid "Exit the editor?" msgstr "" @@ -2392,7 +2553,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 @@ -2418,7 +2579,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 @@ -2427,8 +2588,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 @@ -2494,7 +2656,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 "" @@ -2675,6 +2837,11 @@ msgid "Orphan Resource Explorer..." msgstr "Baliabide umezurtzen arakatzailea..." #: editor/editor_node.cpp +#, fuzzy +msgid "Reload Current Project" +msgstr "Hautatu uneko karpeta" + +#: editor/editor_node.cpp msgid "Quit to Project List" msgstr "Irten proiektuen zerrendara" @@ -2807,29 +2974,24 @@ msgstr "Kudeatu esportazio txantiloiak..." msgid "Help" msgstr "Laguntza" -#: 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/settings_config_dialog.cpp -msgid "Search" -msgstr "Bilatu" - -#: editor/editor_node.cpp editor/plugins/script_editor_plugin.cpp -#: editor/plugins/shader_editor_plugin.cpp -msgid "Online Docs" +#: editor/editor_node.cpp +#, fuzzy +msgid "Online Documentation" msgstr "Lineako dokumentuak" #: editor/editor_node.cpp -msgid "Q&A" -msgstr "Galdera-erantzunak" +msgid "Questions & Answers" +msgstr "" #: editor/editor_node.cpp msgid "Report a Bug" msgstr "Eman akats baten berri" #: editor/editor_node.cpp +msgid "Suggest a Feature" +msgstr "" + +#: editor/editor_node.cpp msgid "Send Docs Feedback" msgstr "" @@ -2838,10 +3000,15 @@ msgid "Community" msgstr "Komunitatea" #: editor/editor_node.cpp -msgid "About" +#, fuzzy +msgid "About Godot" msgstr "Honi buruz" #: editor/editor_node.cpp +msgid "Support Godot Development" +msgstr "" + +#: editor/editor_node.cpp msgid "Play the project." msgstr "" @@ -2887,10 +3054,6 @@ msgid "Save & Restart" msgstr "" #: editor/editor_node.cpp -msgid "Spins when the editor window redraws." -msgstr "" - -#: editor/editor_node.cpp msgid "Update Continuously" msgstr "" @@ -2931,6 +3094,15 @@ msgid "Manage Templates" msgstr "" #: editor/editor_node.cpp +#, fuzzy +msgid "Install from file" +msgstr "Instalatu fitxategitik" + +#: 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" @@ -2957,7 +3129,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 "" @@ -2970,6 +3142,22 @@ 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 "" @@ -2982,6 +3170,11 @@ msgid "Select" msgstr "" #: editor/editor_node.cpp +#, fuzzy +msgid "Select Current" +msgstr "Hautatu uneko karpeta" + +#: editor/editor_node.cpp msgid "Open 2D Editor" msgstr "" @@ -3013,6 +3206,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 "" @@ -3037,21 +3234,20 @@ 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:" -msgstr "" +#: editor/editor_plugin_settings.cpp +#, fuzzy +msgid "Version" +msgstr "Bertsio kontrola" #: editor/editor_plugin_settings.cpp -msgid "Status:" -msgstr "" +#, fuzzy +msgid "Author" +msgstr "Egileak" #: 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 @@ -3059,11 +3255,12 @@ msgid "Measure:" msgstr "" #: editor/editor_profiler.cpp -msgid "Frame Time (sec)" -msgstr "" +#, fuzzy +msgid "Frame Time (ms)" +msgstr "Denbora (s): " #: editor/editor_profiler.cpp -msgid "Average Time (sec)" +msgid "Average Time (ms)" msgstr "" #: editor/editor_profiler.cpp @@ -3083,6 +3280,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 "" @@ -3124,12 +3331,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 "" @@ -3147,22 +3348,45 @@ msgid "Pick a Viewport" msgstr "" #: editor/editor_properties.cpp editor/property_editor.cpp -msgid "New Script" +msgid "Selected node is not a Viewport!" msgstr "" -#: editor/editor_properties.cpp editor/scene_tree_dock.cpp -msgid "Extend Script" +#: editor/editor_properties_array_dict.cpp +msgid "Size: " msgstr "" -#: editor/editor_properties.cpp editor/property_editor.cpp -msgid "New %s" +#: editor/editor_properties_array_dict.cpp +msgid "Page: " msgstr "" -#: editor/editor_properties.cpp editor/property_editor.cpp +#: editor/editor_properties_array_dict.cpp +#: editor/plugins/theme_editor_plugin.cpp +msgid "Remove Item" +msgstr "" + +#: editor/editor_properties_array_dict.cpp +msgid "New Key:" +msgstr "" + +#: editor/editor_properties_array_dict.cpp +msgid "New Value:" +msgstr "" + +#: editor/editor_properties_array_dict.cpp +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 editor/property_editor.cpp msgid "Make Unique" msgstr "" -#: editor/editor_properties.cpp +#: 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 @@ -3172,41 +3396,24 @@ msgstr "" #: 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 +#: editor/scene_tree_dock.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 "" - -#: editor/editor_properties_array_dict.cpp -msgid "Size: " -msgstr "" - -#: editor/editor_properties_array_dict.cpp -msgid "Page: " -msgstr "" - -#: editor/editor_properties_array_dict.cpp -#: editor/plugins/theme_editor_plugin.cpp -msgid "Remove Item" +#: editor/editor_resource_picker.cpp editor/property_editor.cpp +msgid "Convert to %s" msgstr "" -#: editor/editor_properties_array_dict.cpp -msgid "New Key:" +#: editor/editor_resource_picker.cpp editor/property_editor.cpp +msgid "New %s" msgstr "" -#: editor/editor_properties_array_dict.cpp -msgid "New Value:" +#: editor/editor_resource_picker.cpp editor/property_editor.cpp +msgid "New Script" msgstr "" -#: editor/editor_properties_array_dict.cpp -msgid "Add Key/Value Pair" +#: editor/editor_resource_picker.cpp editor/scene_tree_dock.cpp +msgid "Extend Script" msgstr "" #: editor/editor_run_native.cpp @@ -3241,7 +3448,7 @@ msgid "Did you forget the '_run' method?" msgstr "" #: editor/editor_spin_slider.cpp -msgid "Hold Ctrl to round to integers. Hold Shift for more precise changes." +msgid "Hold %s to round to integers. Hold Shift for more precise changes." msgstr "" #: editor/editor_sub_scene.cpp @@ -3261,64 +3468,75 @@ msgid "Import From Node:" msgstr "Inportatu nodotik:" #: editor/export_template_manager.cpp -msgid "Redownload" -msgstr "Berriro jaitsi" +msgid "Open the folder containing these templates." +msgstr "" #: editor/export_template_manager.cpp -msgid "Uninstall" -msgstr "Desinstalatu" +msgid "Uninstall these templates." +msgstr "" #: editor/export_template_manager.cpp -msgid "(Installed)" -msgstr "(Instalatuta)" +msgid "There are no mirrors available." +msgstr "" #: editor/export_template_manager.cpp -#: editor/plugins/asset_library_editor_plugin.cpp -msgid "Download" -msgstr "Jaitsi" +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 "(Falta da)" +msgid "Error requesting URL:" +msgstr "" #: editor/export_template_manager.cpp -msgid "(Current)" -msgstr "(Unekoa)" +#, fuzzy +msgid "Connecting to the mirror..." +msgstr "Konexio-errorea" #: editor/export_template_manager.cpp -msgid "Retrieving mirrors, please wait..." -msgstr "" +#, fuzzy +msgid "Can't resolve the requested address." +msgstr "Ezin duzu ostalariaren izena ebatzi:" #: editor/export_template_manager.cpp -msgid "Remove template version '%s'?" -msgstr "" +#, fuzzy +msgid "Can't connect to the mirror." +msgstr "Ezin da ostalariarekin konektatu:" #: editor/export_template_manager.cpp -msgid "Can't open export templates zip." -msgstr "" +#, fuzzy +msgid "No response from the mirror." +msgstr "Ostalariaren erantzunik ez:" #: editor/export_template_manager.cpp -msgid "Invalid version.txt format inside templates: %s." -msgstr "" +#: editor/plugins/asset_library_editor_plugin.cpp +msgid "Request failed." +msgstr "Eskaerak huts egin du." #: 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:" +#, fuzzy +msgid "Request failed:" +msgstr "Eskaerak huts egin du." + +#: editor/export_template_manager.cpp +msgid "Download complete; extracting templates..." msgstr "" #: editor/export_template_manager.cpp -msgid "Extracting Export Templates" +msgid "Cannot remove temporary file:" msgstr "" #: editor/export_template_manager.cpp -msgid "Importing:" +msgid "" +"Templates installation failed.\n" +"The problematic templates archives can be found at '%s'." msgstr "" #: editor/export_template_manager.cpp @@ -3326,7 +3544,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 @@ -3338,135 +3560,181 @@ msgstr "" "ofizialentzat besterik ez dago." #: 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." -msgstr "Jaitsiera osatuta." +msgid "Downloading" +msgstr "Jaisten" #: editor/export_template_manager.cpp -msgid "Cannot remove temporary file:" +msgid "Connection Error" +msgstr "Konexio-errorea" + +#: editor/export_template_manager.cpp +msgid "SSL Handshake Error" msgstr "" #: editor/export_template_manager.cpp -msgid "" -"Templates installation failed.\n" -"The problematic templates archives can be found at '%s'." +#, fuzzy +msgid "Can't open the export templates file." +msgstr "Kudeatu esportazio txantiloiak..." + +#: editor/export_template_manager.cpp +msgid "Invalid version.txt format inside the export templates file: %s." msgstr "" #: editor/export_template_manager.cpp -msgid "Error requesting URL:" +msgid "No version.txt found inside the export templates file." msgstr "" #: editor/export_template_manager.cpp -msgid "Connecting to Mirror..." +msgid "Error creating path for extracting templates:" msgstr "" #: editor/export_template_manager.cpp -msgid "Disconnected" +msgid "Extracting Export Templates" msgstr "" #: editor/export_template_manager.cpp -msgid "Resolving" +msgid "Importing:" msgstr "" #: editor/export_template_manager.cpp -msgid "Can't Resolve" +msgid "Remove templates for the version '%s'?" msgstr "" #: editor/export_template_manager.cpp -#: editor/plugins/asset_library_editor_plugin.cpp -msgid "Connecting..." +msgid "Uncompressing Android Build Sources" msgstr "" #: editor/export_template_manager.cpp -msgid "Can't Connect" +msgid "Export Template Manager" +msgstr "Esportazio-txantiloi kudeatzailea" + +#: editor/export_template_manager.cpp +msgid "Current Version:" +msgstr "Uneko bertsioa:" + +#: editor/export_template_manager.cpp +msgid "Export templates are missing. Download them or install from a file." msgstr "" #: editor/export_template_manager.cpp -msgid "Connected" +msgid "Export templates are installed and ready to be used." msgstr "" #: editor/export_template_manager.cpp -#: editor/plugins/asset_library_editor_plugin.cpp -msgid "Requesting..." +#, fuzzy +msgid "Open Folder" +msgstr "Ireki fitxategi bat" + +#: editor/export_template_manager.cpp +msgid "Open the folder containing installed templates for the current version." msgstr "" #: editor/export_template_manager.cpp -msgid "Downloading" -msgstr "Jaisten" +msgid "Uninstall" +msgstr "Desinstalatu" #: editor/export_template_manager.cpp -msgid "Connection Error" -msgstr "Konexio-errorea" +msgid "Uninstall templates for the current version." +msgstr "" #: editor/export_template_manager.cpp -msgid "SSL Handshake Error" +#, fuzzy +msgid "Download from:" +msgstr "Jaitsiera errorea" + +#: editor/export_template_manager.cpp +#, fuzzy +msgid "Open in Web Browser" +msgstr "Ireki fitxategi-kudeatzailean" + +#: editor/export_template_manager.cpp +msgid "Copy Mirror URL" msgstr "" #: editor/export_template_manager.cpp -msgid "Uncompressing Android Build Sources" +msgid "Download and Install" msgstr "" #: editor/export_template_manager.cpp -msgid "Current Version:" -msgstr "Uneko bertsioa:" +msgid "" +"Download and install templates for the current version from the best " +"possible mirror." +msgstr "" #: editor/export_template_manager.cpp -msgid "Installed Versions:" -msgstr "Instalatutako bertsioak:" +msgid "Official export templates aren't available for development builds." +msgstr "" #: editor/export_template_manager.cpp -msgid "Install From File" +#, fuzzy +msgid "Install from File" msgstr "Instalatu fitxategitik" #: editor/export_template_manager.cpp -msgid "Remove Template" -msgstr "Kendu txantiloia" +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 "Select Template File" -msgstr "Hautatu txantiloi fitxategia" +msgid "Cancel the download of the templates." +msgstr "" #: editor/export_template_manager.cpp -msgid "Godot Export Templates" -msgstr "Godot esportazio-txantiloiak" +#, fuzzy +msgid "Other Installed Versions:" +msgstr "Instalatutako bertsioak:" #: editor/export_template_manager.cpp -msgid "Export Template Manager" -msgstr "Esportazio-txantiloi kudeatzailea" +#, fuzzy +msgid "Uninstall Template" +msgstr "Desinstalatu" #: editor/export_template_manager.cpp -msgid "Download Templates" -msgstr "Jaitsi txantiloiak" +msgid "Select Template File" +msgstr "Hautatu txantiloi fitxategia" + +#: editor/export_template_manager.cpp +msgid "Godot Export Templates" +msgstr "Godot esportazio-txantiloiak" #: 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 @@ -3478,6 +3746,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 "" @@ -3514,6 +3787,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 "" @@ -3561,14 +3844,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 "" @@ -3585,21 +3860,57 @@ 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 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 "Bilatu fitxategiak" + +#: 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 @@ -3635,7 +3946,10 @@ msgid "Move" msgstr "Mugitu" #: 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 @@ -3681,10 +3995,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 "" @@ -3702,7 +4012,15 @@ msgid "Searching..." msgstr "" #: editor/find_in_files.cpp -msgid "Search complete" +msgid "%d match in %d file." +msgstr "" + +#: editor/find_in_files.cpp +msgid "%d matches in %d file." +msgstr "" + +#: editor/find_in_files.cpp +msgid "%d matches in %d files." msgstr "" #: editor/groups_editor.cpp @@ -3839,6 +4157,24 @@ msgstr "" msgid "Saving..." msgstr "" +#: editor/import_defaults_editor.cpp +#, fuzzy +msgid "Select Importer" +msgstr "Hautatu inportatu nahi dituzun nodoak" + +#: editor/import_defaults_editor.cpp +#, fuzzy +msgid "Importer:" +msgstr "Inportatu azala" + +#: 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 "%d fitxategi" @@ -3883,52 +4219,52 @@ msgid "Failed to load resource." msgstr "" #: editor/inspector_dock.cpp -msgid "Expand All Properties" -msgstr "" +#, fuzzy +msgid "Copy Properties" +msgstr "Propietateak" #: 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 "Propietateak" #: 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." -msgstr "" +#, fuzzy +msgid "Edit Resource from Clipboard" +msgstr "Ez dago animazio baliabiderik arbelean!" #: 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 @@ -3944,7 +4280,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 @@ -3952,6 +4292,10 @@ msgid "Filter properties" msgstr "" #: editor/inspector_dock.cpp +msgid "Manage object properties." +msgstr "" + +#: editor/inspector_dock.cpp msgid "Changes may be lost!" msgstr "" @@ -3979,6 +4323,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 "" @@ -4178,7 +4531,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 @@ -4195,7 +4548,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 "" @@ -4393,6 +4745,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 msgid "Edit Transitions..." msgstr "" @@ -4729,10 +5086,18 @@ msgid "View Files" msgstr "Ikusi fitxategiak" #: editor/plugins/asset_library_editor_plugin.cpp +msgid "Download" +msgstr "Jaitsi" + +#: editor/plugins/asset_library_editor_plugin.cpp msgid "Connection error, please try again." msgstr "Konexio errorea, saiatu berriro." #: 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 "Ezin da ostalariarekin konektatu:" @@ -4741,16 +5106,20 @@ msgid "No response from host:" msgstr "Ostalariaren erantzunik ez:" #: editor/plugins/asset_library_editor_plugin.cpp +msgid "No response." +msgstr "" + +#: editor/plugins/asset_library_editor_plugin.cpp msgid "Can't resolve hostname:" msgstr "Ezin duzu ostalariaren izena ebatzi:" #: editor/plugins/asset_library_editor_plugin.cpp -msgid "Request failed, return code:" -msgstr "Eskaerak huts egin du, itzulera-kodea:" +msgid "Can't resolve." +msgstr "" #: editor/plugins/asset_library_editor_plugin.cpp -msgid "Request failed." -msgstr "Eskaerak huts egin du." +msgid "Request failed, return code:" +msgstr "Eskaerak huts egin du, itzulera-kodea:" #: editor/plugins/asset_library_editor_plugin.cpp msgid "Cannot save response to:" @@ -4777,6 +5146,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 "Jaitsiera hash okerra, fitxategia aldatua izan delakoan." @@ -4789,7 +5162,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 @@ -4877,7 +5250,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 @@ -4893,7 +5270,6 @@ msgid "Sort:" msgstr "" #: editor/plugins/asset_library_editor_plugin.cpp -#: editor/project_settings_editor.cpp msgid "Category:" msgstr "" @@ -4921,17 +5297,20 @@ msgstr "" msgid "Assets ZIP File" msgstr "Aktiboen ZIP fitxategia" +#: 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 @@ -4939,9 +5318,29 @@ 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 "Hautatu txantiloi fitxategia" + #: editor/plugins/camera_editor_plugin.cpp #: editor/plugins/spatial_editor_plugin.cpp msgid "Preview" @@ -5008,27 +5407,43 @@ 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 CanvasItem" +msgid "Rotate %d CanvasItems" msgstr "" #: editor/plugins/canvas_item_editor_plugin.cpp -msgid "Move anchor" +msgid "Rotate CanvasItem \"%s\" to %d degrees" msgstr "" #: editor/plugins/canvas_item_editor_plugin.cpp -msgid "Resize CanvasItem" +msgid "Move CanvasItem \"%s\" Anchor" msgstr "" #: editor/plugins/canvas_item_editor_plugin.cpp -msgid "Scale CanvasItem" +msgid "Scale Node2D \"%s\" to (%s, %s)" msgstr "" #: editor/plugins/canvas_item_editor_plugin.cpp -msgid "Move CanvasItem" +msgid "Resize Control \"%s\" to (%d, %d)" +msgstr "" + +#: editor/plugins/canvas_item_editor_plugin.cpp +msgid "Scale %d CanvasItems" +msgstr "" + +#: editor/plugins/canvas_item_editor_plugin.cpp +msgid "Scale CanvasItem \"%s\" to (%s, %s)" +msgstr "" + +#: editor/plugins/canvas_item_editor_plugin.cpp +msgid "Move %d CanvasItems" +msgstr "" + +#: editor/plugins/canvas_item_editor_plugin.cpp +msgid "Move CanvasItem \"%s\" to (%d, %d)" msgstr "" #: editor/plugins/canvas_item_editor_plugin.cpp @@ -5130,15 +5545,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 @@ -5192,6 +5608,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 msgid "Zoom Reset" @@ -5203,19 +5620,25 @@ msgid "Select Mode" msgstr "" #: editor/plugins/canvas_item_editor_plugin.cpp -msgid "Drag: Rotate" +#: editor/plugins/spatial_editor_plugin.cpp +msgid "Drag: Rotate selected node around pivot." msgstr "" #: editor/plugins/canvas_item_editor_plugin.cpp -msgid "Alt+Drag: Move" +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)." +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 @@ -5447,6 +5870,16 @@ msgid "Clear Pose" msgstr "" #: editor/plugins/canvas_item_editor_plugin.cpp +#, fuzzy +msgid "Add Node Here" +msgstr "Editatu nodo-iragazkiak" + +#: editor/plugins/canvas_item_editor_plugin.cpp +#, fuzzy +msgid "Instance Scene Here" +msgstr "Txertatu gakoa hemen" + +#: editor/plugins/canvas_item_editor_plugin.cpp msgid "Multiply grid step by 2" msgstr "" @@ -5459,6 +5892,46 @@ 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 +msgid "Zoom to 25%" +msgstr "" + +#: editor/plugins/canvas_item_editor_plugin.cpp +msgid "Zoom to 50%" +msgstr "" + +#: editor/plugins/canvas_item_editor_plugin.cpp +msgid "Zoom to 100%" +msgstr "" + +#: editor/plugins/canvas_item_editor_plugin.cpp +msgid "Zoom to 200%" +msgstr "" + +#: editor/plugins/canvas_item_editor_plugin.cpp +msgid "Zoom to 400%" +msgstr "" + +#: editor/plugins/canvas_item_editor_plugin.cpp +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 "" @@ -5699,6 +6172,10 @@ msgid "Couldn't create a single convex collision shape." msgstr "" #: editor/plugins/mesh_instance_editor_plugin.cpp +msgid "Create Simplified Convex Shape" +msgstr "" + +#: editor/plugins/mesh_instance_editor_plugin.cpp msgid "Create Single Convex Shape" msgstr "" @@ -5731,7 +6208,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 @@ -5790,13 +6267,25 @@ msgid "" msgstr "" #: editor/plugins/mesh_instance_editor_plugin.cpp +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 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 @@ -5850,7 +6339,6 @@ msgid "Mesh Library" msgstr "" #: editor/plugins/mesh_library_editor_plugin.cpp -#: editor/plugins/theme_editor_plugin.cpp msgid "Add Item" msgstr "" @@ -5981,6 +6469,10 @@ msgid "Can only set point into a ParticlesMaterial process material" msgstr "" #: editor/plugins/particles_2d_editor_plugin.cpp +msgid "Convert to CPUParticles2D" +msgstr "" + +#: editor/plugins/particles_2d_editor_plugin.cpp #: editor/plugins/particles_editor_plugin.cpp msgid "Generation Time (sec):" msgstr "" @@ -6041,10 +6533,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 "" @@ -6122,7 +6610,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 "" @@ -6267,7 +6756,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 @@ -6275,6 +6764,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 "" @@ -6313,11 +6810,11 @@ 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" +msgid "Copy UV to Polygon" msgstr "" #: editor/plugins/polygon_2d_editor_plugin.cpp @@ -6418,6 +6915,24 @@ msgstr "" msgid "ResourcePreloader" msgstr "" +#: editor/plugins/room_manager_editor_plugin.cpp +msgid "Flip Portals" +msgstr "" + +#: editor/plugins/room_manager_editor_plugin.cpp +#, fuzzy +msgid "Room Generate Points" +msgstr "Mugitu Bezier puntuak" + +#: editor/plugins/room_manager_editor_plugin.cpp +#, fuzzy +msgid "Generate Points" +msgstr "Mugitu Bezier puntuak" + +#: editor/plugins/room_manager_editor_plugin.cpp +msgid "Flip Portal" +msgstr "" + #: editor/plugins/root_motion_editor_plugin.cpp msgid "AnimationTree has no path set to an AnimationPlayer" msgstr "" @@ -6618,6 +7133,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 "Bilatu" + #: editor/plugins/script_editor_plugin.cpp editor/script_editor_debugger.cpp msgid "Step Into" msgstr "" @@ -6644,6 +7167,11 @@ msgid "Debug with External Editor" msgstr "" #: editor/plugins/script_editor_plugin.cpp +#: editor/plugins/shader_editor_plugin.cpp +msgid "Online Docs" +msgstr "Lineako dokumentuak" + +#: editor/plugins/script_editor_plugin.cpp msgid "Open Godot online documentation." msgstr "" @@ -6669,16 +7197,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 "" @@ -6759,25 +7277,25 @@ msgstr "" #: editor/plugins/script_text_editor.cpp #: editor/plugins/shader_editor_plugin.cpp editor/plugins/text_editor.cpp -msgid "Go To" +msgid "Bookmarks" msgstr "" #: editor/plugins/script_text_editor.cpp -#: editor/plugins/shader_editor_plugin.cpp editor/plugins/text_editor.cpp -msgid "Bookmarks" +msgid "Breakpoints" msgstr "" #: editor/plugins/script_text_editor.cpp -msgid "Breakpoints" +#: editor/plugins/shader_editor_plugin.cpp editor/plugins/text_editor.cpp +msgid "Go To" msgstr "" -#: editor/plugins/script_text_editor.cpp scene/gui/line_edit.cpp -#: scene/gui/text_edit.cpp +#: 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 "" @@ -6810,10 +7328,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 "" @@ -6965,6 +7479,26 @@ msgid "View Plane Transform." msgstr "" #: editor/plugins/spatial_editor_plugin.cpp +#: 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 "Rotate" +msgstr "" + +#. TRANSLATORS: This refers to the movement that changes the position of an object. +#: editor/plugins/spatial_editor_plugin.cpp +#, fuzzy +msgid "Translate" +msgstr "Translazio atzikitzea:" + +#: editor/plugins/spatial_editor_plugin.cpp +msgid "Scale" +msgstr "" + +#: editor/plugins/spatial_editor_plugin.cpp msgid "Scaling: " msgstr "" @@ -6985,35 +7519,44 @@ msgid "Animation Key Inserted." msgstr "" #: editor/plugins/spatial_editor_plugin.cpp -msgid "Pitch" +msgid "Pitch:" +msgstr "" + +#: editor/plugins/spatial_editor_plugin.cpp +msgid "Yaw:" msgstr "" #: editor/plugins/spatial_editor_plugin.cpp -msgid "Yaw" +msgid "Size:" msgstr "" #: editor/plugins/spatial_editor_plugin.cpp -msgid "Objects Drawn" +msgid "Objects Drawn:" msgstr "" #: editor/plugins/spatial_editor_plugin.cpp -msgid "Material Changes" +msgid "Material Changes:" msgstr "" #: editor/plugins/spatial_editor_plugin.cpp -msgid "Shader Changes" +msgid "Shader Changes:" msgstr "" #: editor/plugins/spatial_editor_plugin.cpp -msgid "Surface Changes" +msgid "Surface Changes:" msgstr "" #: editor/plugins/spatial_editor_plugin.cpp -msgid "Draw Calls" +msgid "Draw Calls:" msgstr "" #: editor/plugins/spatial_editor_plugin.cpp -msgid "Vertices" +#, fuzzy +msgid "Vertices:" +msgstr "Propietateak" + +#: editor/plugins/spatial_editor_plugin.cpp +msgid "FPS: %d (%s ms)" msgstr "" #: editor/plugins/spatial_editor_plugin.cpp @@ -7169,16 +7712,30 @@ msgid "Freelook Slow Modifier" msgstr "" #: editor/plugins/spatial_editor_plugin.cpp +#, fuzzy +msgid "Toggle Camera Preview" +msgstr "Txandakatu gogokoa" + +#: 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 +msgid "Convert Rooms" +msgstr "" + +#: editor/plugins/spatial_editor_plugin.cpp msgid "XForm Dialog" msgstr "" @@ -7192,7 +7749,8 @@ msgid "" msgstr "" #: editor/plugins/spatial_editor_plugin.cpp -msgid "Snap Nodes To Floor" +#, fuzzy +msgid "Snap Nodes to Floor" msgstr "Atxikitu nodoak lurrera" #: editor/plugins/spatial_editor_plugin.cpp @@ -7200,13 +7758,6 @@ msgid "Couldn't find a solid floor to snap the selection to." msgstr "Ez da hautapena atxikitzeko lur trinkorik aurkitu." #: editor/plugins/spatial_editor_plugin.cpp -msgid "" -"Drag: Rotate\n" -"Alt+Drag: Move\n" -"Alt+RMB: Depth list selection" -msgstr "" - -#: editor/plugins/spatial_editor_plugin.cpp msgid "Use Local Space" msgstr "" @@ -7215,6 +7766,10 @@ msgid "Use Snap" msgstr "Erabili atxikitzea" #: editor/plugins/spatial_editor_plugin.cpp +msgid "Converts rooms for portal culling." +msgstr "" + +#: editor/plugins/spatial_editor_plugin.cpp msgid "Bottom View" msgstr "" @@ -7308,6 +7863,10 @@ msgid "View Grid" msgstr "" #: editor/plugins/spatial_editor_plugin.cpp +msgid "View Portal Culling" +msgstr "" + +#: editor/plugins/spatial_editor_plugin.cpp #: modules/gridmap/grid_map_editor_plugin.cpp msgid "Settings..." msgstr "" @@ -7597,11 +8156,6 @@ msgid "Snap Mode:" msgstr "Atxikitze modua:" #: 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 "Pixel atxikitzea" @@ -7622,165 +8176,576 @@ msgid "Step:" msgstr "" #: editor/plugins/texture_region_editor_plugin.cpp -msgid "Sep.:" -msgstr "" +#, fuzzy +msgid "Separation:" +msgstr "Enumerazioak" #: editor/plugins/texture_region_editor_plugin.cpp msgid "TextureRegion" msgstr "" #: editor/plugins/theme_editor_plugin.cpp -msgid "Add All Items" +msgid "Colors" msgstr "" #: editor/plugins/theme_editor_plugin.cpp -msgid "Add All" +msgid "Fonts" msgstr "" #: editor/plugins/theme_editor_plugin.cpp -msgid "Remove All Items" -msgstr "Kendu elementu guztiak" +msgid "Icons" +msgstr "" -#: editor/plugins/theme_editor_plugin.cpp editor/project_manager.cpp -msgid "Remove All" -msgstr "Kendu guztiak" +#: editor/plugins/theme_editor_plugin.cpp +msgid "Styleboxes" +msgstr "" #: editor/plugins/theme_editor_plugin.cpp -msgid "Edit Theme" -msgstr "Editatu azala" +msgid "{num} color(s)" +msgstr "" #: editor/plugins/theme_editor_plugin.cpp -msgid "Theme editing menu." -msgstr "Azalaren edizio menua." +msgid "No colors found." +msgstr "" + +#: editor/plugins/theme_editor_plugin.cpp +#, fuzzy +msgid "{num} constant(s)" +msgstr "Konstanteak" #: editor/plugins/theme_editor_plugin.cpp -msgid "Add Class Items" +#, fuzzy +msgid "No constants found." +msgstr "Konstanteak bakarrik" + +#: editor/plugins/theme_editor_plugin.cpp +msgid "{num} font(s)" msgstr "" #: editor/plugins/theme_editor_plugin.cpp -msgid "Remove Class Items" +msgid "No fonts found." msgstr "" #: editor/plugins/theme_editor_plugin.cpp -msgid "Create Empty Template" +msgid "{num} icon(s)" msgstr "" #: editor/plugins/theme_editor_plugin.cpp -msgid "Create Empty Editor Template" +msgid "No icons found." msgstr "" #: editor/plugins/theme_editor_plugin.cpp -msgid "Create From Current Editor Theme" -msgstr "Sortu editorearen uneko azaletik" +msgid "{num} stylebox(es)" +msgstr "" #: editor/plugins/theme_editor_plugin.cpp -msgid "Toggle Button" +msgid "No styleboxes found." msgstr "" #: editor/plugins/theme_editor_plugin.cpp -msgid "Disabled Button" +msgid "{num} currently selected" msgstr "" #: editor/plugins/theme_editor_plugin.cpp -msgid "Item" +msgid "Nothing was selected for the import." msgstr "" #: editor/plugins/theme_editor_plugin.cpp -msgid "Disabled Item" +#, fuzzy +msgid "Importing Theme Items" +msgstr "Inportatu azala" + +#: editor/plugins/theme_editor_plugin.cpp +msgid "Importing items {n}/{n}" msgstr "" #: editor/plugins/theme_editor_plugin.cpp -msgid "Check Item" +msgid "Updating the editor" msgstr "" #: editor/plugins/theme_editor_plugin.cpp -msgid "Checked Item" +msgid "Finalizing" msgstr "" #: editor/plugins/theme_editor_plugin.cpp -msgid "Radio Item" +#, fuzzy +msgid "Filter:" +msgstr "Iragazkiak..." + +#: editor/plugins/theme_editor_plugin.cpp +msgid "With Data" msgstr "" #: editor/plugins/theme_editor_plugin.cpp -msgid "Checked Radio Item" +msgid "Select by data type:" msgstr "" #: editor/plugins/theme_editor_plugin.cpp -msgid "Named Sep." +msgid "Select all visible color items." msgstr "" #: editor/plugins/theme_editor_plugin.cpp -msgid "Submenu" +msgid "Select all visible color items and their data." msgstr "" #: editor/plugins/theme_editor_plugin.cpp -msgid "Subitem 1" +msgid "Deselect all visible color items." msgstr "" #: editor/plugins/theme_editor_plugin.cpp -msgid "Subitem 2" +msgid "Select all visible constant items." msgstr "" #: editor/plugins/theme_editor_plugin.cpp -msgid "Has" +msgid "Select all visible constant items and their data." msgstr "" #: editor/plugins/theme_editor_plugin.cpp -msgid "Many" +msgid "Deselect all visible constant items." msgstr "" #: editor/plugins/theme_editor_plugin.cpp -msgid "Disabled LineEdit" +msgid "Select all visible font items." msgstr "" #: editor/plugins/theme_editor_plugin.cpp -msgid "Tab 1" +msgid "Select all visible font items and their data." msgstr "" #: editor/plugins/theme_editor_plugin.cpp -msgid "Tab 2" +msgid "Deselect all visible font items." msgstr "" #: editor/plugins/theme_editor_plugin.cpp -msgid "Tab 3" +msgid "Select all visible icon items." msgstr "" #: editor/plugins/theme_editor_plugin.cpp -msgid "Editable Item" +msgid "Select all visible icon items and their data." msgstr "" #: editor/plugins/theme_editor_plugin.cpp -msgid "Subtree" +msgid "Deselect all visible icon items." msgstr "" #: editor/plugins/theme_editor_plugin.cpp -msgid "Has,Many,Options" +msgid "Select all visible stylebox items." msgstr "" #: editor/plugins/theme_editor_plugin.cpp -msgid "Data Type:" +msgid "Select all visible stylebox items and their data." msgstr "" #: editor/plugins/theme_editor_plugin.cpp -#: editor/plugins/tile_set_editor_plugin.cpp -msgid "Icon" +msgid "Deselect all visible stylebox items." msgstr "" -#: editor/plugins/theme_editor_plugin.cpp editor/rename_dialog.cpp -msgid "Style" +#: 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 +msgid "Collapse types." +msgstr "" + +#: editor/plugins/theme_editor_plugin.cpp +msgid "Expand types." +msgstr "" + +#: editor/plugins/theme_editor_plugin.cpp +#, fuzzy +msgid "Select all Theme items." +msgstr "Hautatu txantiloi fitxategia" + +#: editor/plugins/theme_editor_plugin.cpp +msgid "Select With Data" +msgstr "" + +#: editor/plugins/theme_editor_plugin.cpp +msgid "Select all Theme items with item data." msgstr "" #: editor/plugins/theme_editor_plugin.cpp -msgid "Font" +#, fuzzy +msgid "Deselect All" +msgstr "Erakutsi guztiak" + +#: editor/plugins/theme_editor_plugin.cpp +msgid "Deselect all Theme items." +msgstr "" + +#: editor/plugins/theme_editor_plugin.cpp +#, fuzzy +msgid "Import Selected" +msgstr "Inportatu azala" + +#: 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 "" +"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 +#, fuzzy +msgid "Remove All Color Items" +msgstr "Kendu elementu guztiak" + +#: editor/plugins/theme_editor_plugin.cpp +#, fuzzy +msgid "Rename Item" +msgstr "Kendu elementu guztiak" + +#: editor/plugins/theme_editor_plugin.cpp +#, fuzzy +msgid "Remove All Constant Items" +msgstr "Kendu elementu guztiak" + +#: editor/plugins/theme_editor_plugin.cpp +#, fuzzy +msgid "Remove All Font Items" +msgstr "Kendu elementu guztiak" + +#: editor/plugins/theme_editor_plugin.cpp +#, fuzzy +msgid "Remove All Icon Items" +msgstr "Kendu elementu guztiak" + +#: editor/plugins/theme_editor_plugin.cpp +#, fuzzy +msgid "Remove All StyleBox Items" +msgstr "Kendu elementu guztiak" + +#: editor/plugins/theme_editor_plugin.cpp +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 "Add Color Item" +msgstr "" + +#: editor/plugins/theme_editor_plugin.cpp +#, fuzzy +msgid "Add Constant Item" +msgstr "Konstantea" + +#: editor/plugins/theme_editor_plugin.cpp +msgid "Add Font Item" msgstr "" #: editor/plugins/theme_editor_plugin.cpp -msgid "Color" +msgid "Add Icon Item" msgstr "" #: editor/plugins/theme_editor_plugin.cpp -msgid "Theme File" -msgstr "Azal fitxategia" +msgid "Add Stylebox Item" +msgstr "" + +#: editor/plugins/theme_editor_plugin.cpp +#, fuzzy +msgid "Rename Color Item" +msgstr "Kendu elementu guztiak" + +#: editor/plugins/theme_editor_plugin.cpp +msgid "Rename Constant Item" +msgstr "" + +#: editor/plugins/theme_editor_plugin.cpp +#, fuzzy +msgid "Rename Font Item" +msgstr "Kendu elementu guztiak" + +#: editor/plugins/theme_editor_plugin.cpp +#, fuzzy +msgid "Rename Icon Item" +msgstr "Kendu elementu guztiak" + +#: editor/plugins/theme_editor_plugin.cpp +#, fuzzy +msgid "Rename Stylebox Item" +msgstr "Kendu elementu guztiak" + +#: 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 "Edit Items" +msgstr "Editatu azala" + +#: editor/plugins/theme_editor_plugin.cpp +msgid "Types:" +msgstr "" + +#: editor/plugins/theme_editor_plugin.cpp +msgid "Add Type:" +msgstr "" + +#: editor/plugins/theme_editor_plugin.cpp +msgid "Add Item:" +msgstr "" + +#: editor/plugins/theme_editor_plugin.cpp +msgid "Add StyleBox Item" +msgstr "" + +#: editor/plugins/theme_editor_plugin.cpp +#, fuzzy +msgid "Remove Items:" +msgstr "Kendu elementu guztiak" + +#: editor/plugins/theme_editor_plugin.cpp +msgid "Remove Class Items" +msgstr "" + +#: editor/plugins/theme_editor_plugin.cpp +#, fuzzy +msgid "Remove Custom Items" +msgstr "Kendu elementu guztiak" + +#: editor/plugins/theme_editor_plugin.cpp +msgid "Remove All Items" +msgstr "Kendu elementu guztiak" + +#: editor/plugins/theme_editor_plugin.cpp +msgid "Add Theme Item" +msgstr "" + +#: editor/plugins/theme_editor_plugin.cpp +msgid "Old Name:" +msgstr "" + +#: editor/plugins/theme_editor_plugin.cpp +#, fuzzy +msgid "Import Items" +msgstr "Inportatu azala" + +#: editor/plugins/theme_editor_plugin.cpp +#, fuzzy +msgid "Default Theme" +msgstr "Birkargatu azala" + +#: editor/plugins/theme_editor_plugin.cpp +#, fuzzy +msgid "Editor Theme" +msgstr "Editatu azala" + +#: editor/plugins/theme_editor_plugin.cpp +#, fuzzy +msgid "Select Another Theme Resource:" +msgstr "Bilatu ordezko baliabidea:" + +#: editor/plugins/theme_editor_plugin.cpp +#, fuzzy +msgid "Another Theme" +msgstr "Inportatu azala" + +#: editor/plugins/theme_editor_plugin.cpp +#, fuzzy +msgid "Confirm Item Rename" +msgstr "Konfiguratu atxikitzea" + +#: editor/plugins/theme_editor_plugin.cpp +msgid "Cancel Item Rename" +msgstr "" + +#: editor/plugins/theme_editor_plugin.cpp +#, fuzzy +msgid "Override Item" +msgstr "gainidatzi:" + +#: 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 +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 +#, fuzzy +msgid "Show Default" +msgstr "Inportatu profila(k)" + +#: editor/plugins/theme_editor_plugin.cpp +msgid "Show default type items alongside items that have been overridden." +msgstr "" + +#: editor/plugins/theme_editor_plugin.cpp +#, fuzzy +msgid "Override All" +msgstr "gainidatzi:" + +#: editor/plugins/theme_editor_plugin.cpp +msgid "Override all default type items." +msgstr "" + +#: editor/plugins/theme_editor_plugin.cpp +#, fuzzy +msgid "Theme:" +msgstr "Azala" + +#: editor/plugins/theme_editor_plugin.cpp +#, fuzzy +msgid "Manage Items..." +msgstr "Kudeatu esportazio txantiloiak..." + +#: 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 "Aurrebista:" + +#: editor/plugins/theme_editor_plugin.cpp +#, fuzzy +msgid "Default Preview" +msgstr "Aurrebista:" + +#: 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 +msgid "Disabled Button" +msgstr "" + +#: editor/plugins/theme_editor_preview.cpp +msgid "Item" +msgstr "" + +#: editor/plugins/theme_editor_preview.cpp +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 +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" @@ -7846,6 +8811,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 "" @@ -7942,6 +8913,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 "" @@ -7994,10 +8969,23 @@ msgid "Create a new rectangle." msgstr "" #: editor/plugins/tile_set_editor_plugin.cpp +msgid "New Rectangle" +msgstr "" + +#: editor/plugins/tile_set_editor_plugin.cpp msgid "Create a new polygon." msgstr "" #: editor/plugins/tile_set_editor_plugin.cpp +msgid "New Polygon" +msgstr "" + +#: editor/plugins/tile_set_editor_plugin.cpp +#, fuzzy +msgid "Delete Selected Shape" +msgstr "Ezabatu hautatutako gakoak" + +#: editor/plugins/tile_set_editor_plugin.cpp msgid "Keep polygon inside region Rect." msgstr "" @@ -8187,10 +9175,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 "" @@ -8247,19 +9231,10 @@ msgid "Stage All" msgstr "" #: editor/plugins/version_control_editor_plugin.cpp -msgid "Add a commit message" -msgstr "" - -#: editor/plugins/version_control_editor_plugin.cpp msgid "Commit Changes" msgstr "" #: editor/plugins/version_control_editor_plugin.cpp -#: modules/gdnative/gdnative_library_singleton_editor.cpp -msgid "Status" -msgstr "" - -#: editor/plugins/version_control_editor_plugin.cpp msgid "View file diffs before committing them to the latest version" msgstr "" @@ -8348,6 +9323,10 @@ msgid "Add Node to Visual Shader" msgstr "" #: editor/plugins/visual_shader_editor_plugin.cpp +msgid "Node(s) Moved" +msgstr "" + +#: editor/plugins/visual_shader_editor_plugin.cpp msgid "Duplicate Nodes" msgstr "" @@ -8365,6 +9344,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 "" @@ -9019,6 +10002,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 "" @@ -9067,7 +10054,7 @@ msgid "VisualShader" msgstr "" #: editor/plugins/visual_shader_editor_plugin.cpp -msgid "Edit Visual Property" +msgid "Edit Visual Property:" msgstr "" #: editor/plugins/visual_shader_editor_plugin.cpp @@ -9079,18 +10066,6 @@ msgid "Runnable" msgstr "" #: editor/project_export.cpp -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 "" @@ -9178,18 +10153,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 "Ezaugarriak" @@ -9206,7 +10169,7 @@ msgid "Script" msgstr "Scripta" #: editor/project_export.cpp -msgid "Script Export Mode:" +msgid "GDScript Export Mode:" msgstr "" #: editor/project_export.cpp @@ -9214,19 +10177,19 @@ msgid "Text" msgstr "Testua" #: editor/project_export.cpp -msgid "Compiled" -msgstr "Konpilatuta" +msgid "Compiled Bytecode (Faster Loading)" +msgstr "" #: editor/project_export.cpp 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 @@ -9299,8 +10262,9 @@ msgid "Imported Project" msgstr "" #: editor/project_manager.cpp -msgid "Invalid Project Name." -msgstr "" +#, fuzzy +msgid "Invalid project name." +msgstr "Animazio izen baliogabea!" #: editor/project_manager.cpp msgid "Couldn't create folder." @@ -9333,6 +10297,18 @@ msgid "Couldn't create project.godot in project path." msgstr "" #: editor/project_manager.cpp +msgid "Error opening package file, not in ZIP format." +msgstr "Errorea pakete fitxategia irekitzean, ez dago ZIP formatuan." + +#: editor/project_manager.cpp +msgid "The following files failed extraction from package:" +msgstr "" + +#: editor/project_manager.cpp +msgid "Package installed successfully!" +msgstr "Paketea ondo instalatu da!" + +#: editor/project_manager.cpp msgid "Rename Project" msgstr "" @@ -9381,6 +10357,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" @@ -9475,15 +10455,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 @@ -9510,18 +10486,41 @@ msgid "Project Manager" msgstr "" #: editor/project_manager.cpp -msgid "Projects" +#, fuzzy +msgid "Local Projects" +msgstr "Proiektua" + +#: editor/project_manager.cpp +#, fuzzy +msgid "Loading, please wait..." msgstr "" +"Fitxategiak arakatzen,\n" +"Itxaron mesedez..." #: editor/project_manager.cpp msgid "Last Modified" msgstr "" #: editor/project_manager.cpp +#, fuzzy +msgid "Edit Project" +msgstr "Proiektua" + +#: editor/project_manager.cpp +#, fuzzy +msgid "Run Project" +msgstr "Proiektua" + +#: editor/project_manager.cpp msgid "Scan" msgstr "" #: editor/project_manager.cpp +#, fuzzy +msgid "Scan Projects" +msgstr "Proiektua" + +#: editor/project_manager.cpp msgid "Select a Folder to Scan" msgstr "" @@ -9530,18 +10529,41 @@ msgid "New Project" msgstr "" #: editor/project_manager.cpp +#, fuzzy +msgid "Import Project" +msgstr "Inportatu profila(k)" + +#: editor/project_manager.cpp +#, fuzzy +msgid "Remove Project" +msgstr "Proiektua" + +#: editor/project_manager.cpp msgid "Remove Missing" msgstr "" #: editor/project_manager.cpp -msgid "Templates" -msgstr "" +msgid "About" +msgstr "Honi buruz" + +#: editor/project_manager.cpp +#, fuzzy +msgid "Asset Library Projects" +msgstr "Aktiboen liburutegia" #: editor/project_manager.cpp msgid "Restart Now" msgstr "" #: editor/project_manager.cpp +msgid "Remove All" +msgstr "Kendu guztiak" + +#: editor/project_manager.cpp +msgid "Also delete project contents (no undo!)" +msgstr "" + +#: editor/project_manager.cpp msgid "Can't run project" msgstr "" @@ -9554,8 +10576,12 @@ msgstr "" "Adibide ofizialak arakatu nahi dituzu aktiboen liburutegian?" #: editor/project_manager.cpp +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 "" @@ -9565,6 +10591,10 @@ msgid "Key " msgstr "" #: editor/project_settings_editor.cpp +msgid "Physical Key" +msgstr "" + +#: editor/project_settings_editor.cpp msgid "Joy Button" msgstr "" @@ -9578,7 +10608,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 "" @@ -9606,6 +10636,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 "" @@ -9745,7 +10779,7 @@ msgid "Override for Feature" msgstr "" #: editor/project_settings_editor.cpp -msgid "Add Translation" +msgid "Add %d Translations" msgstr "" #: editor/project_settings_editor.cpp @@ -9753,11 +10787,11 @@ 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 @@ -9876,6 +10910,11 @@ msgstr "" msgid "Plugins" msgstr "" +#: editor/project_settings_editor.cpp +#, fuzzy +msgid "Import Defaults" +msgstr "Inportatu profila(k)" + #: editor/property_editor.cpp msgid "Preset..." msgstr "" @@ -10021,6 +11060,10 @@ msgid "Post-Process" msgstr "" #: editor/rename_dialog.cpp +msgid "Style" +msgstr "" + +#: editor/rename_dialog.cpp msgid "Keep" msgstr "" @@ -10120,6 +11163,14 @@ msgid "Instance Child Scene" msgstr "" #: editor/scene_tree_dock.cpp +msgid "Can't paste root node into the same scene." +msgstr "" + +#: editor/scene_tree_dock.cpp +msgid "Paste Node(s)" +msgstr "" + +#: editor/scene_tree_dock.cpp #, fuzzy msgid "Detach Script" msgstr "Scripta" @@ -10177,11 +11228,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 @@ -10237,10 +11306,18 @@ 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 +msgid "Cut Node(s)" +msgstr "" + +#: editor/scene_tree_dock.cpp msgid "Remove Node(s)" msgstr "" @@ -10279,10 +11356,6 @@ msgid "Load As Placeholder" msgstr "" #: editor/scene_tree_dock.cpp -msgid "Open Documentation" -msgstr "" - -#: editor/scene_tree_dock.cpp msgid "" "Cannot attach a script: there are no languages registered.\n" "This is probably because this editor was built with all language modules " @@ -10348,6 +11421,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 "" @@ -10548,6 +11628,12 @@ msgstr "" "kanpoko editore batekin." #: 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 "" @@ -10616,6 +11702,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 "" @@ -10791,6 +11881,14 @@ 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 "" + #: modules/csg/csg_gizmos.cpp msgid "Change Cylinder Radius" msgstr "" @@ -10899,6 +11997,15 @@ 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 +#, fuzzy +msgid "Export GLTF..." +msgstr "Esportatu..." + #: modules/gridmap/grid_map_editor_plugin.cpp msgid "Next Plane" msgstr "" @@ -10940,6 +12047,10 @@ msgid "GridMap Paint" msgstr "" #: modules/gridmap/grid_map_editor_plugin.cpp +msgid "GridMap Selection" +msgstr "" + +#: modules/gridmap/grid_map_editor_plugin.cpp msgid "Grid Map" msgstr "" @@ -11027,6 +12138,34 @@ 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 "" @@ -11154,6 +12293,15 @@ msgid "Add Output Port" msgstr "" #: modules/visual_script/visual_script_editor.cpp +msgid "Change Port Type" +msgstr "" + +#: modules/visual_script/visual_script_editor.cpp +#, fuzzy +msgid "Change Port Name" +msgstr "Aldatu animazioaren izena:" + +#: modules/visual_script/visual_script_editor.cpp msgid "Override an existing built-in function." msgstr "" @@ -11262,6 +12410,10 @@ msgid "Add Preload Node" msgstr "" #: modules/visual_script/visual_script_editor.cpp +msgid "Add Node(s)" +msgstr "" + +#: modules/visual_script/visual_script_editor.cpp msgid "Add Node(s) From Tree" msgstr "" @@ -11324,10 +12476,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 "" @@ -11489,10 +12637,6 @@ msgstr "" msgid "Get %s" msgstr "" -#: modules/visual_script/visual_script_property_selector.cpp -msgid "Set %s" -msgstr "" - #: platform/android/export/export.cpp msgid "Package name is missing." msgstr "" @@ -11522,27 +12666,40 @@ msgid "Select device from the list" msgstr "" #: platform/android/export/export.cpp -msgid "ADB executable not configured in the Editor Settings." +msgid "Running on %s" msgstr "" #: platform/android/export/export.cpp -msgid "OpenJDK jarsigner not configured in the Editor Settings." +#, fuzzy +msgid "Exporting APK..." +msgstr "Esportatu..." + +#: platform/android/export/export.cpp +#, fuzzy +msgid "Uninstalling..." +msgstr "Desinstalatu" + +#: platform/android/export/export.cpp +#, fuzzy +msgid "Installing to device, please wait..." msgstr "" +"Fitxategiak arakatzen,\n" +"Itxaron mesedez..." #: platform/android/export/export.cpp -msgid "Debug keystore not configured in the Editor Settings nor in the preset." +msgid "Could not install to device: %s" msgstr "" #: platform/android/export/export.cpp -msgid "Release keystore incorrectly configured in the export preset." +msgid "Running on device..." msgstr "" #: platform/android/export/export.cpp -msgid "Custom build requires a valid Android SDK path in Editor Settings." +msgid "Could not execute on device." msgstr "" #: platform/android/export/export.cpp -msgid "Invalid Android SDK path for custom build in Editor Settings." +msgid "Unable to find the 'apksigner' tool." msgstr "" #: platform/android/export/export.cpp @@ -11552,6 +12709,54 @@ msgid "" msgstr "" #: platform/android/export/export.cpp +msgid "" +"Either Debug Keystore, Debug User AND Debug Password settings must be " +"configured OR none of them." +msgstr "" + +#: platform/android/export/export.cpp +msgid "Debug keystore not configured in the Editor Settings nor in the preset." +msgstr "" + +#: platform/android/export/export.cpp +msgid "" +"Either Release Keystore, Release User AND Release Password settings must be " +"configured OR none of them." +msgstr "" + +#: platform/android/export/export.cpp +msgid "Release keystore incorrectly configured in the export preset." +msgstr "" + +#: platform/android/export/export.cpp +msgid "A valid Android SDK path is required in Editor Settings." +msgstr "" + +#: platform/android/export/export.cpp +msgid "Invalid Android SDK path in Editor Settings." +msgstr "" + +#: platform/android/export/export.cpp +msgid "Missing 'platform-tools' directory!" +msgstr "" + +#: platform/android/export/export.cpp +msgid "Unable to find Android SDK platform-tools' adb command." +msgstr "" + +#: platform/android/export/export.cpp +msgid "Please check in the Android SDK directory specified in Editor Settings." +msgstr "" + +#: platform/android/export/export.cpp +msgid "Missing 'build-tools' directory!" +msgstr "" + +#: platform/android/export/export.cpp +msgid "Unable to find Android SDK build-tools' apksigner command." +msgstr "" + +#: platform/android/export/export.cpp msgid "Invalid public key for APK expansion." msgstr "" @@ -11586,6 +12791,65 @@ msgid "" msgstr "" #: platform/android/export/export.cpp +msgid "\"Export AAB\" is only valid when \"Use Custom Build\" is enabled." +msgstr "" + +#: platform/android/export/export.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.cpp +msgid "Signing debug %s..." +msgstr "" + +#: platform/android/export/export.cpp +#, fuzzy +msgid "Signing release %s..." +msgstr "" +"Fitxategiak arakatzen,\n" +"Itxaron mesedez..." + +#: platform/android/export/export.cpp +msgid "Could not find keystore, unable to export." +msgstr "" + +#: platform/android/export/export.cpp +msgid "'apksigner' returned with error #%d" +msgstr "" + +#: platform/android/export/export.cpp +msgid "Verifying %s..." +msgstr "" + +#: platform/android/export/export.cpp +msgid "'apksigner' verification of %s failed." +msgstr "" + +#: platform/android/export/export.cpp +msgid "Exporting for Android" +msgstr "" + +#: platform/android/export/export.cpp +msgid "Invalid filename! Android App Bundle requires the *.aab extension." +msgstr "" + +#: platform/android/export/export.cpp +msgid "APK Expansion not compatible with Android App Bundle." +msgstr "" + +#: platform/android/export/export.cpp +msgid "Invalid filename! Android APK requires the *.apk extension." +msgstr "" + +#: platform/android/export/export.cpp +msgid "Unsupported export format!\n" +msgstr "" + +#: platform/android/export/export.cpp msgid "" "Trying to build from a custom built template, but no version info for it " "exists. Please reinstall from the 'Project' menu." @@ -11600,6 +12864,19 @@ msgid "" msgstr "" #: platform/android/export/export.cpp +msgid "" +"Unable to overwrite res://android/build/res/*.xml files with project name" +msgstr "" + +#: platform/android/export/export.cpp +msgid "Could not export project files to gradle project\n" +msgstr "" + +#: platform/android/export/export.cpp +msgid "Could not write expansion package file!" +msgstr "" + +#: platform/android/export/export.cpp msgid "Building Android Project (gradle)" msgstr "" @@ -11610,14 +12887,59 @@ msgid "" msgstr "" #: platform/android/export/export.cpp -msgid "No build apk generated at: " +msgid "Moving output" msgstr "" -#: platform/iphone/export/export.cpp +#: platform/android/export/export.cpp +msgid "" +"Unable to copy and rename export file, check gradle project directory for " +"outputs." +msgstr "" + +#: platform/android/export/export.cpp +#, fuzzy +msgid "Package not found: %s" +msgstr "Paketearen edukia:" + +#: platform/android/export/export.cpp +msgid "Creating APK..." +msgstr "" + +#: platform/android/export/export.cpp +msgid "" +"Could not find template APK to export:\n" +"%s" +msgstr "" + +#: platform/android/export/export.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.cpp +msgid "Adding files..." +msgstr "" + +#: platform/android/export/export.cpp +msgid "Could not export project files" +msgstr "" + +#: platform/android/export/export.cpp +msgid "Aligning APK..." +msgstr "" + +#: platform/android/export/export.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 "" @@ -11646,27 +12968,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:" +#, fuzzy +msgid "Could not read file:" +msgstr "Ezin izan da scripta exekutatu:" + +#: platform/javascript/export/export.cpp +msgid "Could not read HTML shell:" msgstr "" #: platform/javascript/export/export.cpp -msgid "Could not read boot splash image file:" +msgid "Could not create HTTP server directory:" msgstr "" #: platform/javascript/export/export.cpp -msgid "Using default boot splash image." +msgid "Error starting HTTP server:" +msgstr "" + +#: platform/osx/export/export.cpp +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 @@ -11751,6 +13098,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 " @@ -11776,6 +13131,26 @@ msgid "" "\"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\" " @@ -11897,27 +13272,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 @@ -11977,14 +13352,20 @@ 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/interpolated_camera.cpp +#: scene/3d/gi_probe.cpp msgid "" -"InterpolatedCamera has been deprecated and will be removed in Godot 4.0." +"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 @@ -12036,12 +13417,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 "" @@ -12090,6 +13579,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 "" @@ -12170,6 +13663,15 @@ msgstr "" msgid "Please Confirm..." msgstr "" +#: scene/gui/file_dialog.cpp +msgid "Must use a valid extension." +msgstr "Baliozko luzapena erabili behar du." + +#: scene/gui/graph_edit.cpp +#, fuzzy +msgid "Enable grid minimap." +msgstr "Gaitu atxikitzea" + #: scene/gui/popup.cpp msgid "" "Popups will hide by default unless you call popup() or any of the popup*() " @@ -12211,6 +13713,12 @@ msgid "Viewport size must be greater than 0 to render anything." 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 msgid "Invalid source for preview." msgstr "" @@ -12223,17 +13731,70 @@ 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 which assigned in 'fragment' function may not be reassigned in " +"'vertex' or 'light'." msgstr "" #: servers/visual/shader_language.cpp -msgid "Varyings can only be assigned in vertex function." +msgid "Fragment-stage varying could not been accessed in custom function!" +msgstr "" + +#: servers/visual/shader_language.cpp +msgid "Assignment to function." +msgstr "" + +#: servers/visual/shader_language.cpp +msgid "Assignment to uniform." msgstr "" #: servers/visual/shader_language.cpp msgid "Constants cannot be modified." msgstr "" + +#~ msgid "Q&A" +#~ msgstr "Galdera-erantzunak" + +#~ msgid "Redownload" +#~ msgstr "Berriro jaitsi" + +#~ msgid "(Installed)" +#~ msgstr "(Instalatuta)" + +#~ msgid "(Missing)" +#~ msgstr "(Falta da)" + +#~ msgid "Download Complete." +#~ msgstr "Jaitsiera osatuta." + +#~ msgid "Remove Template" +#~ msgstr "Kendu txantiloia" + +#~ msgid "Download Templates" +#~ msgstr "Jaitsi txantiloiak" + +#~ msgid "Theme editing menu." +#~ msgstr "Azalaren edizio menua." + +#~ msgid "Create From Current Editor Theme" +#~ msgstr "Sortu editorearen uneko azaletik" + +#~ msgid "Theme File" +#~ msgstr "Azal fitxategia" + +#~ msgid "Compiled" +#~ msgstr "Konpilatuta" + +#~ msgid "An animation player can't animate itself, only other players." +#~ msgstr "" +#~ "Animazio irakurgailua ezin da norbera animatu, bakarrik beste batzuk." |